survey-react 1.9.123 → 1.9.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/survey.react.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.123
3
- * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
2
+ * surveyjs - Survey JavaScript library v1.9.125
3
+ * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
6
6
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -1964,6 +1964,13 @@ var Base = /** @class */ (function () {
1964
1964
  enumerable: false,
1965
1965
  configurable: true
1966
1966
  });
1967
+ Object.defineProperty(Base.prototype, "isDesignModeV2", {
1968
+ get: function () {
1969
+ return _settings__WEBPACK_IMPORTED_MODULE_3__["settings"].supportCreatorV2 && this.isDesignMode;
1970
+ },
1971
+ enumerable: false,
1972
+ configurable: true
1973
+ });
1967
1974
  Object.defineProperty(Base.prototype, "inSurvey", {
1968
1975
  /**
1969
1976
  * Returns `true` if the object is included in a survey.
@@ -2139,6 +2146,7 @@ var Base = /** @class */ (function () {
2139
2146
  Base.prototype.resetPropertyValue = function (name) {
2140
2147
  var locStr = this.localizableStrings ? this.localizableStrings[name] : undefined;
2141
2148
  if (locStr) {
2149
+ this.setLocalizableStringText(name, undefined);
2142
2150
  locStr.clear();
2143
2151
  }
2144
2152
  else {
@@ -2431,8 +2439,8 @@ var Base = /** @class */ (function () {
2431
2439
  Base.prototype.createCustomLocalizableObj = function (name) {
2432
2440
  var locStr = this.getLocalizableString(name);
2433
2441
  if (locStr)
2434
- return;
2435
- this.createLocalizableString(name, this, false, true);
2442
+ return locStr;
2443
+ return this.createLocalizableString(name, this, false, true);
2436
2444
  };
2437
2445
  Base.prototype.getLocale = function () {
2438
2446
  var locOwner = this.getSurvey();
@@ -3152,6 +3160,10 @@ var ChoicesRestful = /** @class */ (function (_super) {
3152
3160
  _this.createItemValue = function (value) {
3153
3161
  return new _itemvalue__WEBPACK_IMPORTED_MODULE_1__["ItemValue"](value);
3154
3162
  };
3163
+ _this.registerPropertyChangedHandlers(["url"], function () {
3164
+ if (_this.owner)
3165
+ _this.owner.setPropertyValue("isUsingRestful", !!_this.url);
3166
+ });
3155
3167
  return _this;
3156
3168
  }
3157
3169
  Object.defineProperty(ChoicesRestful, "EncodeParameters", {
@@ -3444,7 +3456,7 @@ var ChoicesRestful = /** @class */ (function (_super) {
3444
3456
  * @see titleName
3445
3457
  */
3446
3458
  get: function () {
3447
- return this.getPropertyValue("url", "");
3459
+ return this.getPropertyValue("url") || "";
3448
3460
  },
3449
3461
  set: function (val) {
3450
3462
  this.setPropertyValue("url", val);
@@ -3482,8 +3494,7 @@ var ChoicesRestful = /** @class */ (function (_super) {
3482
3494
  * @see titleName
3483
3495
  */
3484
3496
  get: function () {
3485
- var res = this.getPropertyValue("path");
3486
- return !!res ? res : "";
3497
+ return this.getPropertyValue("path") || "";
3487
3498
  },
3488
3499
  set: function (val) {
3489
3500
  this.setPropertyValue("path", val);
@@ -6145,8 +6156,6 @@ var DragDropInfo = /** @class */ (function () {
6145
6156
  __webpack_require__.r(__webpack_exports__);
6146
6157
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DragDropPageHelperV1", function() { return DragDropPageHelperV1; });
6147
6158
  /* harmony import */ var _drag_drop_helper_v1__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./drag-drop-helper-v1 */ "./src/drag-drop-helper-v1.ts");
6148
- /* harmony import */ var _settings__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./settings */ "./src/settings.ts");
6149
-
6150
6159
 
6151
6160
  var DragDropPageHelperV1 = /** @class */ (function () {
6152
6161
  function DragDropPageHelperV1(page) {
@@ -6244,7 +6253,7 @@ var DragDropPageHelperV1 = /** @class */ (function () {
6244
6253
  var elementsToResetSWNL = [];
6245
6254
  if (!isCancel && !!row) {
6246
6255
  var isSamePanel = false;
6247
- if (this.page.isDesignMode && _settings__WEBPACK_IMPORTED_MODULE_1__["settings"].supportCreatorV2) {
6256
+ if (this.page.isDesignModeV2) {
6248
6257
  var srcRow = src && src.parent && src.parent.dragDropFindRow(src);
6249
6258
  if (row.panel.elements[targetIndex] && row.panel.elements[targetIndex].startWithNewLine && row.elements.length > 1 && row.panel.elements[targetIndex] === dest) {
6250
6259
  elementsToSetSWNL.push(target);
@@ -6263,8 +6272,8 @@ var DragDropPageHelperV1 = /** @class */ (function () {
6263
6272
  elementsToResetSWNL.push(target);
6264
6273
  }
6265
6274
  }
6275
+ this.page.survey.startMovingQuestion();
6266
6276
  if (!!src && !!src.parent) {
6267
- this.page.survey.startMovingQuestion();
6268
6277
  isSamePanel = row.panel == src.parent;
6269
6278
  if (isSamePanel) {
6270
6279
  row.panel.dragDropMoveElement(src, target, targetIndex);
@@ -6307,7 +6316,7 @@ var DragDropPageHelperV1 = /** @class */ (function () {
6307
6316
  var destination = this.dragDropInfo.destination;
6308
6317
  if (!this.dragDropCanDropCore(source, destination))
6309
6318
  return false;
6310
- if (this.page.isDesignMode && _settings__WEBPACK_IMPORTED_MODULE_1__["settings"].supportCreatorV2) {
6319
+ if (this.page.isDesignModeV2) {
6311
6320
  var rowSource = this.page.dragDropFindRow(source);
6312
6321
  var rowDestination = this.page.dragDropFindRow(destination);
6313
6322
  if (rowSource !== rowDestination) {
@@ -6373,8 +6382,6 @@ var DragDropPageHelperV1 = /** @class */ (function () {
6373
6382
  __webpack_require__.r(__webpack_exports__);
6374
6383
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DragDropPanelHelperV1", function() { return DragDropPanelHelperV1; });
6375
6384
  /* harmony import */ var _drag_drop_helper_v1__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./drag-drop-helper-v1 */ "./src/drag-drop-helper-v1.ts");
6376
- /* harmony import */ var _settings__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./settings */ "./src/settings.ts");
6377
-
6378
6385
 
6379
6386
  var DragDropPanelHelperV1 = /** @class */ (function () {
6380
6387
  function DragDropPanelHelperV1(panel) {
@@ -6479,7 +6486,7 @@ var DragDropPanelHelperV1 = /** @class */ (function () {
6479
6486
  var index = destRow.elements.indexOf(dragDropInfo.destination);
6480
6487
  if (index == 0 &&
6481
6488
  !dragDropInfo.isBottom) {
6482
- if (this.panel.isDesignMode && _settings__WEBPACK_IMPORTED_MODULE_1__["settings"].supportCreatorV2) {
6489
+ if (this.panel.isDesignModeV2) {
6483
6490
  }
6484
6491
  else if (destRow.elements[0].startWithNewLine) {
6485
6492
  if (destRow.index > 0) {
@@ -6517,7 +6524,7 @@ var DragDropPanelHelperV1 = /** @class */ (function () {
6517
6524
  };
6518
6525
  DragDropPanelHelperV1.prototype.dragDropAddTargetToNewRow = function (dragDropInfo, destRow, prevRow) {
6519
6526
  var targetRow = destRow.panel.createRowAndSetLazy(destRow.panel.rows.length);
6520
- if (this.panel.isDesignMode && _settings__WEBPACK_IMPORTED_MODULE_1__["settings"].supportCreatorV2) {
6527
+ if (this.panel.isDesignModeV2) {
6521
6528
  targetRow.setIsLazyRendering(false);
6522
6529
  }
6523
6530
  targetRow.addElement(dragDropInfo.target);
@@ -8966,7 +8973,7 @@ __webpack_require__.r(__webpack_exports__);
8966
8973
  /*!*************************************!*\
8967
8974
  !*** ./src/entries/chunks/model.ts ***!
8968
8975
  \*************************************/
8969
- /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryNavigateToPage, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank */
8976
+ /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank */
8970
8977
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8971
8978
 
8972
8979
  "use strict";
@@ -9271,8 +9278,6 @@ __webpack_require__.r(__webpack_exports__);
9271
9278
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _surveyTimerModel__WEBPACK_IMPORTED_MODULE_54__["SurveyTimerModel"]; });
9272
9279
 
9273
9280
  /* harmony import */ var _surveyToc__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../../surveyToc */ "./src/surveyToc.ts");
9274
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _surveyToc__WEBPACK_IMPORTED_MODULE_55__["tryNavigateToPage"]; });
9275
-
9276
9281
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _surveyToc__WEBPACK_IMPORTED_MODULE_55__["tryFocusPage"]; });
9277
9282
 
9278
9283
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _surveyToc__WEBPACK_IMPORTED_MODULE_55__["createTOCListModel"]; });
@@ -9443,8 +9448,8 @@ __webpack_require__.r(__webpack_exports__);
9443
9448
  //import "../../modern.scss";
9444
9449
  var Version;
9445
9450
  var ReleaseDate;
9446
- Version = "" + "1.9.123";
9447
- ReleaseDate = "" + "2023-12-26";
9451
+ Version = "" + "1.9.125";
9452
+ ReleaseDate = "" + "2024-01-11";
9448
9453
  function checkLibraryVersion(ver, libraryName) {
9449
9454
  if (Version != ver) {
9450
9455
  var str = "survey-core has version '" + Version + "' and " + libraryName
@@ -9619,7 +9624,7 @@ function checkPrefix(prefix) {
9619
9624
  /*!**************************************!*\
9620
9625
  !*** ./src/entries/core-wo-model.ts ***!
9621
9626
  \**************************************/
9622
- /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryNavigateToPage, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper */
9627
+ /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper */
9623
9628
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9624
9629
 
9625
9630
  "use strict";
@@ -9875,8 +9880,6 @@ __webpack_require__.r(__webpack_exports__);
9875
9880
 
9876
9881
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["SurveyTimerModel"]; });
9877
9882
 
9878
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["tryNavigateToPage"]; });
9879
-
9880
9883
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["tryFocusPage"]; });
9881
9884
 
9882
9885
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["createTOCListModel"]; });
@@ -10084,7 +10087,7 @@ __webpack_require__.r(__webpack_exports__);
10084
10087
  /*!*****************************!*\
10085
10088
  !*** ./src/entries/core.ts ***!
10086
10089
  \*****************************/
10087
- /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryNavigateToPage, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper, Model */
10090
+ /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper, Model */
10088
10091
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10089
10092
 
10090
10093
  "use strict";
@@ -10340,8 +10343,6 @@ __webpack_require__.r(__webpack_exports__);
10340
10343
 
10341
10344
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["SurveyTimerModel"]; });
10342
10345
 
10343
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["tryNavigateToPage"]; });
10344
-
10345
10346
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["tryFocusPage"]; });
10346
10347
 
10347
10348
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["createTOCListModel"]; });
@@ -10567,7 +10568,7 @@ var defaultBootstrapMaterialCss = _plugins_themes_bootstrapmaterial_cssbootstrap
10567
10568
  /*!***************************************!*\
10568
10569
  !*** ./src/entries/react-ui-model.ts ***!
10569
10570
  \***************************************/
10570
- /*! exports provided: Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, RatingItemSmiley, RatingDropdownItem, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionHtml, SurveyQuestionFile, SurveyFileChooseButton, SurveyFilePreview, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, HeaderMobile, HeaderCell, Header, SurveyLocStringViewer, SurveyLocStringEditor, LoadingIndicatorComponent, SvgBundleComponent */
10571
+ /*! exports provided: Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, RatingItemSmiley, RatingDropdownItem, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell, SurveyQuestionHtml, SurveyQuestionFile, SurveyFileChooseButton, SurveyFilePreview, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, HeaderMobile, HeaderCell, Header, SurveyLocStringViewer, SurveyLocStringEditor, LoadingIndicatorComponent, SvgBundleComponent */
10571
10572
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10572
10573
 
10573
10574
  "use strict";
@@ -10665,6 +10666,8 @@ __webpack_require__.r(__webpack_exports__);
10665
10666
 
10666
10667
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixRow", function() { return _react_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_24__["SurveyQuestionMatrixRow"]; });
10667
10668
 
10669
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixCell", function() { return _react_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_24__["SurveyQuestionMatrixCell"]; });
10670
+
10668
10671
  /* harmony import */ var _react_reactquestion_html__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ../react/reactquestion_html */ "./src/react/reactquestion_html.tsx");
10669
10672
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionHtml", function() { return _react_reactquestion_html__WEBPACK_IMPORTED_MODULE_25__["SurveyQuestionHtml"]; });
10670
10673
 
@@ -10939,7 +10942,7 @@ __webpack_require__.r(__webpack_exports__);
10939
10942
  /*!******************************!*\
10940
10943
  !*** ./src/entries/react.ts ***!
10941
10944
  \******************************/
10942
- /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryNavigateToPage, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper, Model, bootstrapThemeName, bootstrapThemeColors, bootstrapThemeCssRules, bootstrapMaterialThemeName, bootstrapMaterialThemeColors, bootstrapMaterialThemeCssRules, defaultBootstrapCss, defaultBootstrapMaterialCss, Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, RatingItemSmiley, RatingDropdownItem, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionHtml, SurveyQuestionFile, SurveyFileChooseButton, SurveyFilePreview, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, HeaderMobile, HeaderCell, Header, SurveyLocStringViewer, SurveyLocStringEditor, LoadingIndicatorComponent, SvgBundleComponent */
10945
+ /*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper, Model, bootstrapThemeName, bootstrapThemeColors, bootstrapThemeCssRules, bootstrapMaterialThemeName, bootstrapMaterialThemeColors, bootstrapMaterialThemeCssRules, defaultBootstrapCss, defaultBootstrapMaterialCss, Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, RatingItemSmiley, RatingDropdownItem, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell, SurveyQuestionHtml, SurveyQuestionFile, SurveyFileChooseButton, SurveyFilePreview, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, HeaderMobile, HeaderCell, Header, SurveyLocStringViewer, SurveyLocStringEditor, LoadingIndicatorComponent, SvgBundleComponent */
10943
10946
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10944
10947
 
10945
10948
  "use strict";
@@ -11195,8 +11198,6 @@ __webpack_require__.r(__webpack_exports__);
11195
11198
 
11196
11199
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["SurveyTimerModel"]; });
11197
11200
 
11198
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["tryNavigateToPage"]; });
11199
-
11200
11201
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["tryFocusPage"]; });
11201
11202
 
11202
11203
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["createTOCListModel"]; });
@@ -11460,6 +11461,8 @@ __webpack_require__.r(__webpack_exports__);
11460
11461
 
11461
11462
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixRow", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_3__["SurveyQuestionMatrixRow"]; });
11462
11463
 
11464
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixCell", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_3__["SurveyQuestionMatrixCell"]; });
11465
+
11463
11466
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionHtml", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_3__["SurveyQuestionHtml"]; });
11464
11467
 
11465
11468
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionFile", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_3__["SurveyQuestionFile"]; });
@@ -11600,7 +11603,7 @@ __webpack_require__.r(__webpack_exports__);
11600
11603
  /*!**********************!*\
11601
11604
  !*** ./src/error.ts ***!
11602
11605
  \**********************/
11603
- /*! exports provided: AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, WebRequestError, WebRequestEmptyError, OtherEmptyError, UploadingFileError, RequiredInAllRowsError, MinRowCountError, KeyDuplicationError, CustomError */
11606
+ /*! exports provided: AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, WebRequestError, WebRequestEmptyError, OtherEmptyError, UploadingFileError, RequiredInAllRowsError, EachRowUniqueError, MinRowCountError, KeyDuplicationError, CustomError */
11604
11607
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11605
11608
 
11606
11609
  "use strict";
@@ -11614,6 +11617,7 @@ __webpack_require__.r(__webpack_exports__);
11614
11617
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "OtherEmptyError", function() { return OtherEmptyError; });
11615
11618
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "UploadingFileError", function() { return UploadingFileError; });
11616
11619
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RequiredInAllRowsError", function() { return RequiredInAllRowsError; });
11620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EachRowUniqueError", function() { return EachRowUniqueError; });
11617
11621
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MinRowCountError", function() { return MinRowCountError; });
11618
11622
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "KeyDuplicationError", function() { return KeyDuplicationError; });
11619
11623
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CustomError", function() { return CustomError; });
@@ -11806,6 +11810,23 @@ var RequiredInAllRowsError = /** @class */ (function (_super) {
11806
11810
  return RequiredInAllRowsError;
11807
11811
  }(_survey_error__WEBPACK_IMPORTED_MODULE_1__["SurveyError"]));
11808
11812
 
11813
+ var EachRowUniqueError = /** @class */ (function (_super) {
11814
+ __extends(EachRowUniqueError, _super);
11815
+ function EachRowUniqueError(text, errorOwner) {
11816
+ if (errorOwner === void 0) { errorOwner = null; }
11817
+ var _this = _super.call(this, text, errorOwner) || this;
11818
+ _this.text = text;
11819
+ return _this;
11820
+ }
11821
+ EachRowUniqueError.prototype.getErrorType = function () {
11822
+ return "eachrowuniqueeerror";
11823
+ };
11824
+ EachRowUniqueError.prototype.getDefaultText = function () {
11825
+ return this.getLocalizationString("eachRowUniqueError");
11826
+ };
11827
+ return EachRowUniqueError;
11828
+ }(_survey_error__WEBPACK_IMPORTED_MODULE_1__["SurveyError"]));
11829
+
11809
11830
  var MinRowCountError = /** @class */ (function (_super) {
11810
11831
  __extends(MinRowCountError, _super);
11811
11832
  function MinRowCountError(minRowCount, errorOwner) {
@@ -18779,7 +18800,12 @@ var JsonObjectProperty = /** @class */ (function () {
18779
18800
  return this.isRequiredValue;
18780
18801
  },
18781
18802
  set: function (val) {
18782
- this.isRequiredValue = val;
18803
+ if (val !== this.isRequired) {
18804
+ this.isRequiredValue = val;
18805
+ if (!!this.classInfo) {
18806
+ this.classInfo.resetAllProperties();
18807
+ }
18808
+ }
18783
18809
  },
18784
18810
  enumerable: false,
18785
18811
  configurable: true
@@ -18814,7 +18840,7 @@ var JsonObjectProperty = /** @class */ (function () {
18814
18840
  JsonObjectProperty.prototype.getDefaultValue = function (obj) {
18815
18841
  var result = !!this.defaultValueFunc ? this.defaultValueFunc(obj) : this.defaultValueValue;
18816
18842
  if (!!JsonObjectProperty.getItemValuesDefaultValue &&
18817
- JsonObject.metaData.isDescendantOf(this.className, "itemvalue")) {
18843
+ Serializer.isDescendantOf(this.className, "itemvalue")) {
18818
18844
  result = JsonObjectProperty.getItemValuesDefaultValue(this.defaultValueValue || [], this.className);
18819
18845
  }
18820
18846
  return result;
@@ -19159,7 +19185,8 @@ var CustomPropertiesCollection = /** @class */ (function () {
19159
19185
  if (prop.isLocalizable &&
19160
19186
  prop.serializationProperty &&
19161
19187
  obj.createCustomLocalizableObj) {
19162
- obj.createCustomLocalizableObj(prop.name);
19188
+ var locStr = obj.createCustomLocalizableObj(prop.name);
19189
+ locStr.defaultValue = prop.defaultValue;
19163
19190
  var locDesc = {
19164
19191
  get: function () {
19165
19192
  return obj.getLocalizableString(prop.name);
@@ -19168,7 +19195,7 @@ var CustomPropertiesCollection = /** @class */ (function () {
19168
19195
  Object.defineProperty(obj, prop.serializationProperty, locDesc);
19169
19196
  var desc = {
19170
19197
  get: function () {
19171
- return obj.getLocalizableStringText(prop.name, prop.defaultValue);
19198
+ return obj.getLocalizableStringText(prop.name);
19172
19199
  },
19173
19200
  set: function (v) {
19174
19201
  obj.setLocalizableStringText(prop.name, v);
@@ -19180,7 +19207,7 @@ var CustomPropertiesCollection = /** @class */ (function () {
19180
19207
  var defaultValue = prop.defaultValue;
19181
19208
  var isArrayProp = prop.isArray || prop.type === "multiplevalues";
19182
19209
  if (typeof obj.createNewArray === "function") {
19183
- if (JsonObject.metaData.isDescendantOf(prop.className, "itemvalue")) {
19210
+ if (Serializer.isDescendantOf(prop.className, "itemvalue")) {
19184
19211
  obj.createNewArray(prop.name, function (item) {
19185
19212
  item.locOwner = obj;
19186
19213
  item.ownerPropertyName = prop.name;
@@ -19271,8 +19298,20 @@ var JsonMetadataClass = /** @class */ (function () {
19271
19298
  this.fillAllProperties();
19272
19299
  return this.allProperties;
19273
19300
  };
19301
+ JsonMetadataClass.prototype.getRequiredProperties = function () {
19302
+ if (!!this.requiredProperties)
19303
+ return this.requiredProperties;
19304
+ this.requiredProperties = [];
19305
+ var props = this.getAllProperties();
19306
+ for (var i = 0; i < props.length; i++) {
19307
+ if (props[i].isRequired)
19308
+ this.requiredProperties.push(props[i]);
19309
+ }
19310
+ return this.requiredProperties;
19311
+ };
19274
19312
  JsonMetadataClass.prototype.resetAllProperties = function () {
19275
19313
  this.allProperties = undefined;
19314
+ this.requiredProperties = undefined;
19276
19315
  this.hashProperties = undefined;
19277
19316
  var childClasses = Serializer.getChildrenClasses(this.name);
19278
19317
  for (var i = 0; i < childClasses.length; i++) {
@@ -19542,6 +19581,7 @@ var JsonMetadata = /** @class */ (function () {
19542
19581
  this.classes = {};
19543
19582
  this.alternativeNames = {};
19544
19583
  this.childrenClasses = {};
19584
+ this.dynamicPropsCache = {};
19545
19585
  }
19546
19586
  JsonMetadata.prototype.getObjPropertyValue = function (obj, name) {
19547
19587
  if (this.isObjWrapper(obj)) {
@@ -19654,14 +19694,18 @@ var JsonMetadata = /** @class */ (function () {
19654
19694
  if (dynamicType === void 0) { dynamicType = null; }
19655
19695
  if (!obj || !obj.getType || (!obj.getDynamicType && !dynamicType))
19656
19696
  return [];
19697
+ var objType = obj.getType();
19657
19698
  var dType = !!dynamicType ? dynamicType : obj.getDynamicType();
19658
19699
  if (!dType)
19659
19700
  return [];
19701
+ var cacheType = dType + "-" + objType;
19702
+ if (this.dynamicPropsCache[cacheType])
19703
+ return this.dynamicPropsCache[cacheType];
19660
19704
  var dynamicProps = this.getProperties(dType);
19661
19705
  if (!dynamicProps || dynamicProps.length == 0)
19662
19706
  return [];
19663
19707
  var hash = {};
19664
- var props = this.getProperties(obj.getType());
19708
+ var props = this.getProperties(objType);
19665
19709
  for (var i = 0; i < props.length; i++) {
19666
19710
  hash[props[i].name] = props[i];
19667
19711
  }
@@ -19672,6 +19716,7 @@ var JsonMetadata = /** @class */ (function () {
19672
19716
  res.push(dProp);
19673
19717
  }
19674
19718
  }
19719
+ this.dynamicPropsCache[cacheType] = res;
19675
19720
  return res;
19676
19721
  };
19677
19722
  JsonMetadata.prototype.hasOriginalProperty = function (obj, propName) {
@@ -19781,12 +19826,13 @@ var JsonMetadata = /** @class */ (function () {
19781
19826
  return result;
19782
19827
  };
19783
19828
  JsonMetadata.prototype.getRequiredProperties = function (name) {
19784
- var properties = this.getProperties(name);
19829
+ var metaClass = this.findClass(name);
19830
+ if (!metaClass)
19831
+ return [];
19832
+ var props = metaClass.getRequiredProperties();
19785
19833
  var res = [];
19786
- for (var i = 0; i < properties.length; i++) {
19787
- if (properties[i].isRequired) {
19788
- res.push(properties[i].name);
19789
- }
19834
+ for (var i = 0; i < props.length; i++) {
19835
+ res.push(props[i].name);
19790
19836
  }
19791
19837
  return res;
19792
19838
  };
@@ -19805,6 +19851,7 @@ var JsonMetadata = /** @class */ (function () {
19805
19851
  return null;
19806
19852
  var property = metaDataClass.createProperty(propertyInfo, true);
19807
19853
  if (property) {
19854
+ this.clearDynamicPropsCache(metaDataClass);
19808
19855
  metaDataClass.resetAllProperties();
19809
19856
  }
19810
19857
  return property;
@@ -19815,11 +19862,15 @@ var JsonMetadata = /** @class */ (function () {
19815
19862
  return false;
19816
19863
  var property = metaDataClass.find(propertyName);
19817
19864
  if (property) {
19865
+ this.clearDynamicPropsCache(metaDataClass);
19818
19866
  this.removePropertyFromClass(metaDataClass, property);
19819
19867
  metaDataClass.resetAllProperties();
19820
19868
  CustomPropertiesCollection.removeProperty(metaDataClass.name, propertyName);
19821
19869
  }
19822
19870
  };
19871
+ JsonMetadata.prototype.clearDynamicPropsCache = function (metaDataClass) {
19872
+ this.dynamicPropsCache = {};
19873
+ };
19823
19874
  JsonMetadata.prototype.removePropertyFromClass = function (metaDataClass, property) {
19824
19875
  var index = metaDataClass.properties.indexOf(property);
19825
19876
  if (index < 0)
@@ -20046,7 +20097,7 @@ var JsonUnknownPropertyError = /** @class */ (function (_super) {
20046
20097
  "' is unknown.") || this;
20047
20098
  _this.propertyName = propertyName;
20048
20099
  _this.className = className;
20049
- var properties = JsonObject.metaData.getProperties(className);
20100
+ var properties = Serializer.getProperties(className);
20050
20101
  if (properties) {
20051
20102
  _this.description = "The list of available properties are: ";
20052
20103
  for (var i = 0; i < properties.length; i++) {
@@ -20069,7 +20120,7 @@ var JsonMissingTypeErrorBase = /** @class */ (function (_super) {
20069
20120
  _this.type = type;
20070
20121
  _this.message = message;
20071
20122
  _this.description = "The following types are available: ";
20072
- var types = JsonObject.metaData.getChildrenClasses(baseClassName, true);
20123
+ var types = Serializer.getChildrenClasses(baseClassName, true);
20073
20124
  for (var i = 0; i < types.length; i++) {
20074
20125
  if (i > 0)
20075
20126
  _this.description += ", ";
@@ -20175,9 +20226,9 @@ var JsonObject = /** @class */ (function () {
20175
20226
  var needAddErrors = true;
20176
20227
  if (obj.getType) {
20177
20228
  objType = obj.getType();
20178
- properties = JsonObject.metaData.getProperties(objType);
20229
+ properties = Serializer.getProperties(objType);
20179
20230
  needAddErrors =
20180
- !!objType && !JsonObject.metaData.isDescendantOf(objType, "itemvalue");
20231
+ !!objType && !Serializer.isDescendantOf(objType, "itemvalue");
20181
20232
  }
20182
20233
  if (!properties)
20183
20234
  return;
@@ -20217,7 +20268,7 @@ var JsonObject = /** @class */ (function () {
20217
20268
  if (property != null && !property.className) {
20218
20269
  result[JsonObject.typePropertyName] = property.getObjType(obj.getType());
20219
20270
  }
20220
- this.propertiesToJson(obj, JsonObject.metaData.getProperties(obj.getType()), result, storeDefaults);
20271
+ this.propertiesToJson(obj, Serializer.getProperties(obj.getType()), result, storeDefaults);
20221
20272
  this.propertiesToJson(obj, this.getDynamicProperties(obj), result, storeDefaults);
20222
20273
  return result;
20223
20274
  };
@@ -20335,7 +20386,7 @@ var JsonObject = /** @class */ (function () {
20335
20386
  var result = { newObj: null, error: null };
20336
20387
  var className = this.getClassNameForNewObj(value, property);
20337
20388
  result.newObj = className
20338
- ? JsonObject.metaData.createClass(className, value)
20389
+ ? Serializer.createClass(className, value)
20339
20390
  : null;
20340
20391
  result.error = this.checkNewObjectOnErrors(result.newObj, value, property, className);
20341
20392
  return result;
@@ -20377,16 +20428,18 @@ var JsonObject = /** @class */ (function () {
20377
20428
  JsonObject.prototype.getRequiredError = function (obj, jsonValue) {
20378
20429
  if (!obj.getType || typeof obj.getData === "function")
20379
20430
  return null;
20380
- var className = obj.getType();
20381
- var requiredProperties = JsonObject.metaData.getRequiredProperties(className);
20382
- if (!Array.isArray(requiredProperties))
20431
+ var metaClass = Serializer.findClass(obj.getType());
20432
+ if (!metaClass)
20433
+ return null;
20434
+ var props = metaClass.getRequiredProperties();
20435
+ if (!Array.isArray(props))
20383
20436
  return null;
20384
- for (var i = 0; i < requiredProperties.length; i++) {
20385
- var prop = Serializer.findProperty(className, requiredProperties[i]);
20386
- if (!prop || !_helpers__WEBPACK_IMPORTED_MODULE_2__["Helpers"].isValueEmpty(prop.defaultValue))
20437
+ for (var i = 0; i < props.length; i++) {
20438
+ var prop = props[i];
20439
+ if (!_helpers__WEBPACK_IMPORTED_MODULE_2__["Helpers"].isValueEmpty(prop.defaultValue))
20387
20440
  continue;
20388
20441
  if (!jsonValue[prop.name]) {
20389
- return new JsonRequiredPropertyError(prop.name, className);
20442
+ return new JsonRequiredPropertyError(prop.name, obj.getType());
20390
20443
  }
20391
20444
  }
20392
20445
  return null;
@@ -21008,7 +21061,7 @@ var LocalizableString = /** @class */ (function () {
21008
21061
  }
21009
21062
  }
21010
21063
  if (!res)
21011
- res = "";
21064
+ res = this.defaultValue || "";
21012
21065
  return res;
21013
21066
  },
21014
21067
  enumerable: false,
@@ -21506,6 +21559,7 @@ var arabicSurveyStrings = {
21506
21559
  requiredError: ".يرجى الإجابة على السؤال",
21507
21560
  requiredErrorInPanel: "الرجاء الإجابة على سؤال واحد على الأقل.",
21508
21561
  requiredInAllRowsError: "يرجى الإجابة على الأسئلة في جميع الصفوف",
21562
+ eachRowUniqueError: "يجب أن يكون لكل صف قيمة فريدة.",
21509
21563
  numericError: "يجب أن تكون القيمة رقمية.",
21510
21564
  minError: "يجب ألا تقل القيمة عن {0}",
21511
21565
  maxError: "يجب ألا تزيد القيمة عن {0}",
@@ -21523,6 +21577,7 @@ var arabicSurveyStrings = {
21523
21577
  urlRequestError: "طلب إرجاع خطأ '{0}'. {1}ا",
21524
21578
  urlGetChoicesError: "عاد طلب البيانات فارغ أو 'المسار' غير صحيح ",
21525
21579
  exceedMaxSize: "ينبغي ألا يتجاوز حجم الملف {0}ا",
21580
+ noUploadFilesHandler: "لا يمكن تحميل الملفات. يرجى إضافة معالج لحدث \"onUploadFiles\".",
21526
21581
  otherRequiredError: "الرجاء إدخال قيمة أخرى",
21527
21582
  uploadingFile: "تحميل الملف الخاص بك. يرجى الانتظار عدة ثوان والمحاولة لاحقًا",
21528
21583
  loadingFile: "جار التحميل...",
@@ -21537,6 +21592,8 @@ var arabicSurveyStrings = {
21537
21592
  emptyRowsText: "لا توجد صفوف.",
21538
21593
  addPanel: "اضف جديد",
21539
21594
  removePanel: "إزالة",
21595
+ showDetails: "اظهر التفاصيل",
21596
+ hideDetails: "إخفاء التفاصيل",
21540
21597
  choices_Item: "بند",
21541
21598
  matrix_column: "عمود",
21542
21599
  matrix_row: "صف",
@@ -21575,7 +21632,9 @@ var arabicSurveyStrings = {
21575
21632
  more: "أكثر",
21576
21633
  tagboxDoneButtonCaption: "موافق",
21577
21634
  selectToRankEmptyRankedAreaText: "يتم ترتيب جميع الخيارات",
21578
- selectToRankEmptyUnrankedAreaText: "قم بسحب وإسقاط الخيارات هنا لترتيبها"
21635
+ selectToRankEmptyUnrankedAreaText: "قم بسحب وإسقاط الخيارات هنا لترتيبها",
21636
+ ok: "موافق",
21637
+ cancel: "إلغاء الأمر"
21579
21638
  };
21580
21639
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ar"] = arabicSurveyStrings;
21581
21640
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ar"] = "العربية";
@@ -21602,7 +21661,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ar"]
21602
21661
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "قم بسحب وإسقاط الخيارات هنا لترتيبها"// takePhotoCaption: "Take Photo" => "التقاط صورة"
21603
21662
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "انقر فوق الزر أدناه لالتقاط صورة باستخدام الكاميرا."
21604
21663
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "قم بسحب ملف وإفلاته أو تحديده لتحميله أو التقاط صورة باستخدام الكاميرا."
21605
- // replaceFileCaption: "Replace file" => "استبدال الملف"
21664
+ // replaceFileCaption: "Replace file" => "استبدال الملف"// eachRowUniqueError: "Each row must have a unique value." => "يجب أن يكون لكل صف قيمة فريدة."
21665
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "لا يمكن تحميل الملفات. يرجى إضافة معالج لحدث \"onUploadFiles\"."
21666
+ // showDetails: "Show Details" => "اظهر التفاصيل"
21667
+ // hideDetails: "Hide Details" => "إخفاء التفاصيل"
21668
+ // ok: "OK" => "موافق"
21669
+ // cancel: "Cancel" => "إلغاء الأمر"
21606
21670
 
21607
21671
 
21608
21672
  /***/ }),
@@ -21644,6 +21708,7 @@ var basqueSurveyStrings = {
21644
21708
  requiredError: "Mesedez, galdera erantzun.",
21645
21709
  requiredErrorInPanel: "Mesedez, gutxienez galdera bat erantzun.",
21646
21710
  requiredInAllRowsError: "Mesedez, errenkadako galdera guztiak erantzun.",
21711
+ eachRowUniqueError: "Ilara bakoitzak balio bakarra izan behar du.",
21647
21712
  numericError: "Estimazioa zenbakizkoa izan behar du.",
21648
21713
  minError: "Balioa ez da {0} baino txikiagoa izan behar",
21649
21714
  maxError: "Balioa ez da {0} baino handiagoa izan behar",
@@ -21661,6 +21726,7 @@ var basqueSurveyStrings = {
21661
21726
  urlRequestError: "Eskaerak '{0}' errorea itzuli du. {1}",
21662
21727
  urlGetChoicesError: "La solicitud regresó vacío de data o la propiedad 'trayectoria' no es correcta",
21663
21728
  exceedMaxSize: "Fitxategiaren tamaina ez da {0} baino handiagoa izan behar.",
21729
+ noUploadFilesHandler: "Artxiboak ezin dira kargatu. Gaineratu kontrolatzaile bat 'onUploadFiles' ekitaldirako.",
21664
21730
  otherRequiredError: "Mesedez, beste estimazioa gehitu.",
21665
21731
  uploadingFile: "Zure fitxategia igotzen ari da. Mesedez, segundo batzuk itxaron eta saiatu berriro.",
21666
21732
  loadingFile: "Kargatzen...",
@@ -21675,6 +21741,8 @@ var basqueSurveyStrings = {
21675
21741
  emptyRowsText: "Ez dago errenkadarik.",
21676
21742
  addPanel: "Berria gehitu",
21677
21743
  removePanel: "Kendu",
21744
+ showDetails: "Xehetasunak erakutsi",
21745
+ hideDetails: "Xehetasunak ezkutatu",
21678
21746
  choices_Item: "artikulua",
21679
21747
  matrix_column: "Zutabea",
21680
21748
  matrix_row: "Errenkada",
@@ -21713,7 +21781,9 @@ var basqueSurveyStrings = {
21713
21781
  more: "Gehiago",
21714
21782
  tagboxDoneButtonCaption: "Ados",
21715
21783
  selectToRankEmptyRankedAreaText: "Aukera guztiak sailkatuta daude",
21716
- selectToRankEmptyUnrankedAreaText: "Arrastaka eta askatzen ditu hemen sailkatzeko"
21784
+ selectToRankEmptyUnrankedAreaText: "Arrastaka eta askatzen ditu hemen sailkatzeko",
21785
+ ok: "Ados",
21786
+ cancel: "Ezeztatu"
21717
21787
  };
21718
21788
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["eu"] = basqueSurveyStrings;
21719
21789
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["eu"] = "Euskara";
@@ -21733,7 +21803,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["eu"]
21733
21803
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arrastaka eta askatzen ditu hemen sailkatzeko"// takePhotoCaption: "Take Photo" => "Argazkia hartu"
21734
21804
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Egin klik beheko botoian, kamerarekin argazki bat hartzeko."
21735
21805
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arrastatu eta askatu artxibo bat kamerarekin argazki bat kargatzeko edo hartzeko."
21736
- // replaceFileCaption: "Replace file" => "Artxiboa ordeztu"
21806
+ // replaceFileCaption: "Replace file" => "Artxiboa ordeztu"// eachRowUniqueError: "Each row must have a unique value." => "Ilara bakoitzak balio bakarra izan behar du."
21807
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Artxiboak ezin dira kargatu. Gaineratu kontrolatzaile bat 'onUploadFiles' ekitaldirako."
21808
+ // showDetails: "Show Details" => "Xehetasunak erakutsi"
21809
+ // hideDetails: "Hide Details" => "Xehetasunak ezkutatu"
21810
+ // ok: "OK" => "Ados"
21811
+ // cancel: "Cancel" => "Ezeztatu"
21737
21812
 
21738
21813
 
21739
21814
  /***/ }),
@@ -21775,6 +21850,7 @@ var bulgarianStrings = {
21775
21850
  requiredError: "Моля, отговорете на следния въпрос.",
21776
21851
  requiredErrorInPanel: "Моля, отговорете поне на един от въпросите.",
21777
21852
  requiredInAllRowsError: "Моля, отговорете на въпросите на всички редове.",
21853
+ eachRowUniqueError: "Всеки ред трябва да има уникална стойност.",
21778
21854
  numericError: "Стойността следва да бъде число.",
21779
21855
  minError: "Стойността не трябва да бъде по-малка от {0}",
21780
21856
  maxError: "Стойността не трябва да бъде по-голяма от {0}",
@@ -21792,6 +21868,7 @@ var bulgarianStrings = {
21792
21868
  urlRequestError: "Заявката води до грешка '{0}'. {1}",
21793
21869
  urlGetChoicesError: "Заявката не връща данни или частта 'path' (път до търсения ресурс на сървъра) е неправилно зададена",
21794
21870
  exceedMaxSize: "Размерът на файла следва да не превишава {0}.",
21871
+ noUploadFilesHandler: "Файловете не могат да бъдат качени. Моля, добавете манипулатор за събитието \"onUploadFiles\".",
21795
21872
  otherRequiredError: "Моля, въведете другата стойност.",
21796
21873
  uploadingFile: "Вашит файл се зарежда на сървъра. Моля, изчакайте няколко секунди и тогава опитвайте отново.",
21797
21874
  loadingFile: "Зареждане...",
@@ -21806,6 +21883,8 @@ var bulgarianStrings = {
21806
21883
  emptyRowsText: "Няма редове.",
21807
21884
  addPanel: "Добавяне на панел",
21808
21885
  removePanel: "Премахване на панел",
21886
+ showDetails: "Показване на подробни данни",
21887
+ hideDetails: "Скрий подробните данни",
21809
21888
  choices_Item: "елемент",
21810
21889
  matrix_column: "Колона",
21811
21890
  matrix_row: "Ред",
@@ -21844,7 +21923,9 @@ var bulgarianStrings = {
21844
21923
  more: "Още",
21845
21924
  tagboxDoneButtonCaption: "Добре",
21846
21925
  selectToRankEmptyRankedAreaText: "Всички възможности за избор са класирани",
21847
- selectToRankEmptyUnrankedAreaText: "Плъзнете и пуснете опции тук, за да ги класирате"
21926
+ selectToRankEmptyUnrankedAreaText: "Плъзнете и пуснете опции тук, за да ги класирате",
21927
+ ok: "Добре",
21928
+ cancel: "Отмени"
21848
21929
  };
21849
21930
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["bg"] = bulgarianStrings;
21850
21931
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["bg"] = "български";
@@ -21871,7 +21952,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["bg"]
21871
21952
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Плъзнете и пуснете опции тук, за да ги класирате"// takePhotoCaption: "Take Photo" => "Направете снимка"
21872
21953
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Кликнете върху бутона по-долу, за да направите снимка с помощта на камерата."
21873
21954
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Плъзнете и пуснете или изберете файл за качване или правене на снимка с помощта на камерата."
21874
- // replaceFileCaption: "Replace file" => "Заместване на файл"
21955
+ // replaceFileCaption: "Replace file" => "Заместване на файл"// eachRowUniqueError: "Each row must have a unique value." => "Всеки ред трябва да има уникална стойност."
21956
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файловете не могат да бъдат качени. Моля, добавете манипулатор за събитието \"onUploadFiles\"."
21957
+ // showDetails: "Show Details" => "Показване на подробни данни"
21958
+ // hideDetails: "Hide Details" => "Скрий подробните данни"
21959
+ // ok: "OK" => "Добре"
21960
+ // cancel: "Cancel" => "Отмени"
21875
21961
 
21876
21962
 
21877
21963
  /***/ }),
@@ -21913,6 +21999,7 @@ var catalanSurveyStrings = {
21913
21999
  requiredError: "Si us plau contesti la pregunta.",
21914
22000
  requiredErrorInPanel: "Resposta necessària: respondre almenys una pregunta.",
21915
22001
  requiredInAllRowsError: "Si us plau contesti les preguntes de cada filera.",
22002
+ eachRowUniqueError: "Cada fila ha de tenir un valor únic.",
21916
22003
  numericError: "L'estimació ha de ser numèrica.",
21917
22004
  minError: "El valor no ha de ser inferior a {0}",
21918
22005
  maxError: "El valor no ha de ser superior a {0}",
@@ -21930,6 +22017,7 @@ var catalanSurveyStrings = {
21930
22017
  urlRequestError: "La sol·licitud va tornar error '{0}'. {1}",
21931
22018
  urlGetChoicesError: "La sol·licitud va tornar buida de dates o la propietat 'trajectòria' no és correcta",
21932
22019
  exceedMaxSize: "La mida de l'arxiu no pot excedir {0}.",
22020
+ noUploadFilesHandler: "No es poden carregar fitxers. Afegiu un controlador per a l'esdeveniment 'onUploadFiles'.",
21933
22021
  otherRequiredError: "Si us plau afegiu l'altra estimació.",
21934
22022
  uploadingFile: "El seu arxiu s'està pujant. Si us plau esperi uns segons i intenteu-ho de nou.",
21935
22023
  loadingFile: "Càrrega...",
@@ -21944,6 +22032,8 @@ var catalanSurveyStrings = {
21944
22032
  emptyRowsText: "No hi ha files.",
21945
22033
  addPanel: "Afegeix un nou",
21946
22034
  removePanel: "Treure",
22035
+ showDetails: "Mostra els detalls",
22036
+ hideDetails: "Amaga els detalls",
21947
22037
  choices_Item: "ítem",
21948
22038
  matrix_column: "Columna",
21949
22039
  matrix_row: "Filera",
@@ -21982,7 +22072,9 @@ var catalanSurveyStrings = {
21982
22072
  more: "Més",
21983
22073
  tagboxDoneButtonCaption: "D'ACORD",
21984
22074
  selectToRankEmptyRankedAreaText: "Totes les opcions estan classificades",
21985
- selectToRankEmptyUnrankedAreaText: "Arrossegueu i deixeu anar les opcions aquí per classificar-les"
22075
+ selectToRankEmptyUnrankedAreaText: "Arrossegueu i deixeu anar les opcions aquí per classificar-les",
22076
+ ok: "D'ACORD",
22077
+ cancel: "Cancel·lar"
21986
22078
  };
21987
22079
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ca"] = catalanSurveyStrings;
21988
22080
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ca"] = "català";
@@ -22049,7 +22141,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ca"]
22049
22141
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arrossegueu i deixeu anar les opcions aquí per classificar-les"// takePhotoCaption: "Take Photo" => "Fer foto"
22050
22142
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Feu clic al botó següent per fer una foto amb la càmera."
22051
22143
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arrossegueu i deixeu anar o seleccioneu un fitxer per penjar-lo o fer-ne una foto amb la càmera."
22052
- // replaceFileCaption: "Replace file" => "Substitueix el fitxer"
22144
+ // replaceFileCaption: "Replace file" => "Substitueix el fitxer"// eachRowUniqueError: "Each row must have a unique value." => "Cada fila ha de tenir un valor únic."
22145
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "No es poden carregar fitxers. Afegiu un controlador per a l'esdeveniment 'onUploadFiles'."
22146
+ // showDetails: "Show Details" => "Mostra els detalls"
22147
+ // hideDetails: "Hide Details" => "Amaga els detalls"
22148
+ // ok: "OK" => "D'ACORD"
22149
+ // cancel: "Cancel" => "Cancel·lar"
22053
22150
 
22054
22151
 
22055
22152
  /***/ }),
@@ -22091,6 +22188,7 @@ var croatianStrings = {
22091
22188
  requiredError: "Molim vas odgovorite na pitanje.",
22092
22189
  requiredErrorInPanel: "Molim vas odgovorite na barem jedno pitanje.",
22093
22190
  requiredInAllRowsError: "Odgovorite na pitanja u svim redovima.",
22191
+ eachRowUniqueError: "Svaki redak mora imati jedinstvenu vrijednost.",
22094
22192
  numericError: "Vrijednost bi trebala biti brojčana.",
22095
22193
  minError: "Vrijednost ne smije biti manja od {0}",
22096
22194
  maxError: "Vrijednost ne smije biti veća od {0}",
@@ -22108,6 +22206,7 @@ var croatianStrings = {
22108
22206
  urlRequestError: "Zahtjev vratio pogrešku '{0}'. {1}",
22109
22207
  urlGetChoicesError: "Zahtjev je vratio prazne podatke ili je 'path' svojstvo netočna.",
22110
22208
  exceedMaxSize: "Veličina datoteke ne smije prelaziti {0}.",
22209
+ noUploadFilesHandler: "Datoteke se ne mogu prenijeti. Dodajte rukovatelja za događaj 'onUploadFiles'.",
22111
22210
  otherRequiredError: "Unesite drugu vrijednost.",
22112
22211
  uploadingFile: "Vaša datoteka se prenosi. Pričekajte nekoliko sekundi i pokušajte ponovno.",
22113
22212
  loadingFile: "Učitavanje...",
@@ -22122,6 +22221,8 @@ var croatianStrings = {
22122
22221
  emptyRowsText: "Nema redova.",
22123
22222
  addPanel: "Dodavanje novih",
22124
22223
  removePanel: "Ukloniti",
22224
+ showDetails: "Pokaži detalje",
22225
+ hideDetails: "Sakrij detalje",
22125
22226
  choices_Item: "stavku",
22126
22227
  matrix_column: "Stupca",
22127
22228
  matrix_row: "Redak",
@@ -22160,7 +22261,9 @@ var croatianStrings = {
22160
22261
  more: "Više",
22161
22262
  tagboxDoneButtonCaption: "OK",
22162
22263
  selectToRankEmptyRankedAreaText: "Svi izbori su rangirani",
22163
- selectToRankEmptyUnrankedAreaText: "Ovdje povucite i ispustite odabire da biste ih rangirali"
22264
+ selectToRankEmptyUnrankedAreaText: "Ovdje povucite i ispustite odabire da biste ih rangirali",
22265
+ ok: "OK",
22266
+ cancel: "Otkazati"
22164
22267
  };
22165
22268
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["hr"] = croatianStrings;
22166
22269
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hr"] = "hrvatski";
@@ -22185,7 +22288,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hr"]
22185
22288
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Ovdje povucite i ispustite odabire da biste ih rangirali"// takePhotoCaption: "Take Photo" => "Snimi fotografiju"
22186
22289
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknite donji gumb da biste snimili fotografiju pomoću kamere."
22187
22290
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Povucite i ispustite ili odaberite datoteku za prijenos ili snimanje fotografije pomoću kamere."
22188
- // replaceFileCaption: "Replace file" => "Zamijeni datoteku"
22291
+ // replaceFileCaption: "Replace file" => "Zamijeni datoteku"// eachRowUniqueError: "Each row must have a unique value." => "Svaki redak mora imati jedinstvenu vrijednost."
22292
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Datoteke se ne mogu prenijeti. Dodajte rukovatelja za događaj 'onUploadFiles'."
22293
+ // showDetails: "Show Details" => "Pokaži detalje"
22294
+ // hideDetails: "Hide Details" => "Sakrij detalje"
22295
+ // ok: "OK" => "OK"
22296
+ // cancel: "Cancel" => "Otkazati"
22189
22297
 
22190
22298
 
22191
22299
  /***/ }),
@@ -22227,6 +22335,7 @@ var czechSurveyStrings = {
22227
22335
  requiredError: "Odpovězte prosím na otázku.",
22228
22336
  requiredErrorInPanel: "Odpovězte prosím alespoň jednu otázku.",
22229
22337
  requiredInAllRowsError: "Odpovězte prosím na všechny otázky.",
22338
+ eachRowUniqueError: "Každý řádek musí mít jedinečnou hodnotu.",
22230
22339
  numericError: "V tomto poli lze zadat pouze čísla.",
22231
22340
  minError: "Hodnota by neměla být menší než {0}",
22232
22341
  maxError: "Hodnota by neměla být větší než {0}",
@@ -22244,6 +22353,7 @@ var czechSurveyStrings = {
22244
22353
  urlRequestError: "Požadavek vrátil chybu '{0}'. {1}",
22245
22354
  urlGetChoicesError: "Požadavek nevrátil data nebo je neplatná vlastnost 'path'",
22246
22355
  exceedMaxSize: "Velikost souboru by neměla být větší než {0}.",
22356
+ noUploadFilesHandler: "Soubory nelze nahrát. Přidejte obslužnou rutinu pro událost 'onUploadFiles'.",
22247
22357
  otherRequiredError: "Zadejte prosím jinou hodnotu.",
22248
22358
  uploadingFile: "Váš soubor se nahrává. Zkuste to prosím za několik sekund.",
22249
22359
  loadingFile: "Načítání...",
@@ -22258,6 +22368,8 @@ var czechSurveyStrings = {
22258
22368
  emptyRowsText: "Neexistují žádné řádky.",
22259
22369
  addPanel: "Přidat nový",
22260
22370
  removePanel: "Odstranit",
22371
+ showDetails: "Zobrazit podrobnosti",
22372
+ hideDetails: "Skrýt podrobnosti",
22261
22373
  choices_Item: "položka",
22262
22374
  matrix_column: "Sloupec",
22263
22375
  matrix_row: "Řádek",
@@ -22296,7 +22408,9 @@ var czechSurveyStrings = {
22296
22408
  more: "Více",
22297
22409
  tagboxDoneButtonCaption: "OK",
22298
22410
  selectToRankEmptyRankedAreaText: "Všechny možnosti jsou seřazeny",
22299
- selectToRankEmptyUnrankedAreaText: "Přetáhněte volby zde a seřaďte je"
22411
+ selectToRankEmptyUnrankedAreaText: "Přetáhněte volby zde a seřaďte je",
22412
+ ok: "OK",
22413
+ cancel: "Zrušit"
22300
22414
  };
22301
22415
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["cs"] = czechSurveyStrings;
22302
22416
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cs"] = "čeština";
@@ -22323,7 +22437,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cs"]
22323
22437
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Přetáhněte volby zde a seřaďte je"// takePhotoCaption: "Take Photo" => "Pořídit fotografii"
22324
22438
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknutím na tlačítko níže pořídíte fotografii pomocí fotoaparátu."
22325
22439
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Přetáhněte nebo vyberte soubor, který chcete nahrát nebo pořiďte fotografii pomocí fotoaparátu."
22326
- // replaceFileCaption: "Replace file" => "Nahradit soubor"
22440
+ // replaceFileCaption: "Replace file" => "Nahradit soubor"// eachRowUniqueError: "Each row must have a unique value." => "Každý řádek musí mít jedinečnou hodnotu."
22441
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Soubory nelze nahrát. Přidejte obslužnou rutinu pro událost 'onUploadFiles'."
22442
+ // showDetails: "Show Details" => "Zobrazit podrobnosti"
22443
+ // hideDetails: "Hide Details" => "Skrýt podrobnosti"
22444
+ // ok: "OK" => "OK"
22445
+ // cancel: "Cancel" => "Zrušit"
22327
22446
 
22328
22447
 
22329
22448
  /***/ }),
@@ -22365,6 +22484,7 @@ var danishSurveyStrings = {
22365
22484
  requiredError: "Besvar venligst spørgsmålet.",
22366
22485
  requiredErrorInPanel: "Besvar venligst mindst ét spørgsmål.",
22367
22486
  requiredInAllRowsError: "Besvar venligst spørgsmål i alle rækker.",
22487
+ eachRowUniqueError: "Hver række skal have en entydig værdi.",
22368
22488
  numericError: "Angiv et tal.",
22369
22489
  minError: "Værdien bør ikke være mindre end {0}",
22370
22490
  maxError: "Værdien bør ikke være større end {0}",
@@ -22382,6 +22502,7 @@ var danishSurveyStrings = {
22382
22502
  urlRequestError: "Forespørgslen returnerede fejlen '{0}'. {1}",
22383
22503
  urlGetChoicesError: "Forespørgslen returnerede ingen data eller 'path' parameteren er forkert",
22384
22504
  exceedMaxSize: "Filstørrelsen må ikke overstige {0}.",
22505
+ noUploadFilesHandler: "Filer kan ikke uploades. Tilføj en handler for hændelsen 'onUploadFiles'.",
22385
22506
  otherRequiredError: "Angiv en værdi for dit valgfrie svar.",
22386
22507
  uploadingFile: "Din fil bliver uploadet. Vent nogle sekunder og prøv eventuelt igen.",
22387
22508
  loadingFile: "Indlæser...",
@@ -22396,6 +22517,8 @@ var danishSurveyStrings = {
22396
22517
  emptyRowsText: "Der er ingen rækker.",
22397
22518
  addPanel: "Tilføj ny",
22398
22519
  removePanel: "Fjern",
22520
+ showDetails: "Vis detaljer",
22521
+ hideDetails: "Skjul detaljer",
22399
22522
  choices_Item: "valg",
22400
22523
  matrix_column: "Kolonne",
22401
22524
  matrix_row: "Række",
@@ -22434,7 +22557,9 @@ var danishSurveyStrings = {
22434
22557
  more: "Mere",
22435
22558
  tagboxDoneButtonCaption: "OK",
22436
22559
  selectToRankEmptyRankedAreaText: "Alle valg er rangeret",
22437
- selectToRankEmptyUnrankedAreaText: "Træk og slip valg her for at rangere dem"
22560
+ selectToRankEmptyUnrankedAreaText: "Træk og slip valg her for at rangere dem",
22561
+ ok: "OK",
22562
+ cancel: "Aflyse"
22438
22563
  };
22439
22564
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["da"] = danishSurveyStrings;
22440
22565
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["da"] = "dansk";
@@ -22461,7 +22586,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["da"]
22461
22586
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Træk og slip valg her for at rangere dem"// takePhotoCaption: "Take Photo" => "Tag billede"
22462
22587
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik på knappen nedenfor for at tage et billede med kameraet."
22463
22588
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Træk og slip, eller vælg en fil, der skal uploades, eller tag et billede med kameraet."
22464
- // replaceFileCaption: "Replace file" => "Erstat fil"
22589
+ // replaceFileCaption: "Replace file" => "Erstat fil"// eachRowUniqueError: "Each row must have a unique value." => "Hver række skal have en entydig værdi."
22590
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Filer kan ikke uploades. Tilføj en handler for hændelsen 'onUploadFiles'."
22591
+ // showDetails: "Show Details" => "Vis detaljer"
22592
+ // hideDetails: "Hide Details" => "Skjul detaljer"
22593
+ // ok: "OK" => "OK"
22594
+ // cancel: "Cancel" => "Aflyse"
22465
22595
 
22466
22596
 
22467
22597
  /***/ }),
@@ -22503,6 +22633,7 @@ var dutchSurveyStrings = {
22503
22633
  requiredError: "Dit is een vereiste vraag",
22504
22634
  requiredErrorInPanel: "Gelieve ten minste een vraag te beantwoorden.",
22505
22635
  requiredInAllRowsError: "Deze vraag vereist één antwoord per rij",
22636
+ eachRowUniqueError: "Elke rij moet een unieke waarde hebben.",
22506
22637
  numericError: "Het antwoord moet een getal zijn",
22507
22638
  minError: "De waarde mag niet lager zijn dan {0}",
22508
22639
  maxError: "De waarde mag niet groter zijn dan {0}",
@@ -22520,6 +22651,7 @@ var dutchSurveyStrings = {
22520
22651
  urlRequestError: "De vraag keerde een fout terug '{0}'. {1}",
22521
22652
  urlGetChoicesError: "De vraag gaf een leeg antwoord terug of de 'pad' eigenschap is niet correct",
22522
22653
  exceedMaxSize: "De grootte van het bestand mag niet groter zijn dan {0}",
22654
+ noUploadFilesHandler: "Bestanden kunnen niet worden geüpload. Voeg een handler toe voor de gebeurtenis 'onUploadFiles'.",
22523
22655
  otherRequiredError: "Vul het veld 'Anders, nl.' in",
22524
22656
  uploadingFile: "Uw bestand wordt geüpload. Gelieve enkele seconden te wachten en opnieuw te proberen.",
22525
22657
  loadingFile: "Laden...",
@@ -22534,6 +22666,8 @@ var dutchSurveyStrings = {
22534
22666
  emptyRowsText: "Er zijn geen rijen.",
22535
22667
  addPanel: "Nieuwe toevoegen",
22536
22668
  removePanel: "Verwijder",
22669
+ showDetails: "Toon details",
22670
+ hideDetails: "Verberg details",
22537
22671
  choices_Item: "onderwerp",
22538
22672
  matrix_column: "Kolom",
22539
22673
  matrix_row: "Rij",
@@ -22572,7 +22706,9 @@ var dutchSurveyStrings = {
22572
22706
  more: "Meer",
22573
22707
  tagboxDoneButtonCaption: "OK",
22574
22708
  selectToRankEmptyRankedAreaText: "Alle keuzes zijn gerangschikt",
22575
- selectToRankEmptyUnrankedAreaText: "Drag en drop keuzes hier om ze te rangschikken"
22709
+ selectToRankEmptyUnrankedAreaText: "Drag en drop keuzes hier om ze te rangschikken",
22710
+ ok: "OK",
22711
+ cancel: "Annuleren"
22576
22712
  };
22577
22713
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["nl"] = dutchSurveyStrings;
22578
22714
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["nl"] = "nederlands";
@@ -22597,7 +22733,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["nl"]
22597
22733
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Drag en drop keuzes hier om ze te rangschikken"// takePhotoCaption: "Take Photo" => "Foto maken"
22598
22734
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik op de onderstaande knop om een foto te maken met de camera."
22599
22735
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Sleep en zet neer of selecteer een bestand om te uploaden of maak een foto met de camera."
22600
- // replaceFileCaption: "Replace file" => "Bestand vervangen"
22736
+ // replaceFileCaption: "Replace file" => "Bestand vervangen"// eachRowUniqueError: "Each row must have a unique value." => "Elke rij moet een unieke waarde hebben."
22737
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Bestanden kunnen niet worden geüpload. Voeg een handler toe voor de gebeurtenis 'onUploadFiles'."
22738
+ // showDetails: "Show Details" => "Toon details"
22739
+ // hideDetails: "Hide Details" => "Verberg details"
22740
+ // ok: "OK" => "OK"
22741
+ // cancel: "Cancel" => "Annuleren"
22601
22742
 
22602
22743
 
22603
22744
  /***/ }),
@@ -22639,6 +22780,7 @@ var englishStrings = {
22639
22780
  requiredError: "Response required.",
22640
22781
  requiredErrorInPanel: "Response required: answer at least one question.",
22641
22782
  requiredInAllRowsError: "Response required: answer questions in all rows.",
22783
+ eachRowUniqueError: "Each row must have a unique value.",
22642
22784
  numericError: "The value should be numeric.",
22643
22785
  minError: "The value should not be less than {0}",
22644
22786
  maxError: "The value should not be greater than {0}",
@@ -22761,6 +22903,7 @@ var estonianSurveyStrings = {
22761
22903
  requiredError: "Palun vasta küsimusele.",
22762
22904
  requiredErrorInPanel: "Palun vasta vähemalt ühele küsimusele.",
22763
22905
  requiredInAllRowsError: "Palun anna vastus igal real.",
22906
+ eachRowUniqueError: "Igal real peab olema kordumatu väärtus.",
22764
22907
  numericError: "See peaks olema numbriline väärtus.",
22765
22908
  minError: "Väärtus ei tohiks olla väiksem kui {0}",
22766
22909
  maxError: "Väärtus ei tohiks olla suurem kui {0}",
@@ -22778,6 +22921,7 @@ var estonianSurveyStrings = {
22778
22921
  urlRequestError: "Taotlus tagastas vea „{0}”. {1}",
22779
22922
  urlGetChoicesError: "Taotlus tagastas tühjad andmed või atribuut 'path' on vale",
22780
22923
  exceedMaxSize: "Faili suurus ei tohi ületada {0}.",
22924
+ noUploadFilesHandler: "Faile ei saa üles laadida. Palun lisage sündmuse \"onUploadFiles\" jaoks käitleja.",
22781
22925
  otherRequiredError: "Sisesta palun muu vastus.",
22782
22926
  uploadingFile: "Sinu fail laeb üles. Palun oota mõned sekundid ning proovi seejärel uuesti.",
22783
22927
  loadingFile: "Laen...",
@@ -22792,6 +22936,8 @@ var estonianSurveyStrings = {
22792
22936
  emptyRowsText: "Ridu pole.",
22793
22937
  addPanel: "Lisa uus",
22794
22938
  removePanel: "Eemalda",
22939
+ showDetails: "Näita detaile",
22940
+ hideDetails: "Peida üksikasjad",
22795
22941
  choices_Item: "üksus",
22796
22942
  matrix_column: "Veerg",
22797
22943
  matrix_row: "Rida",
@@ -22830,7 +22976,9 @@ var estonianSurveyStrings = {
22830
22976
  more: "Rohkem",
22831
22977
  tagboxDoneButtonCaption: "OK",
22832
22978
  selectToRankEmptyRankedAreaText: "Kõik valikud on järjestatud",
22833
- selectToRankEmptyUnrankedAreaText: "Lohistage valikuid siia, et neid järjestada"
22979
+ selectToRankEmptyUnrankedAreaText: "Lohistage valikuid siia, et neid järjestada",
22980
+ ok: "OK",
22981
+ cancel: "Tühistama"
22834
22982
  };
22835
22983
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["et"] = estonianSurveyStrings;
22836
22984
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["et"] = "eesti keel";
@@ -22857,7 +23005,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["et"]
22857
23005
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Lohistage valikuid siia, et neid järjestada"// takePhotoCaption: "Take Photo" => "Pildistamine"
22858
23006
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kaamera abil pildistamiseks klõpsake allolevat nuppu."
22859
23007
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Pukseerige või valige üleslaaditav fail või pildistage seda kaamera abil."
22860
- // replaceFileCaption: "Replace file" => "Asenda fail"
23008
+ // replaceFileCaption: "Replace file" => "Asenda fail"// eachRowUniqueError: "Each row must have a unique value." => "Igal real peab olema kordumatu väärtus."
23009
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Faile ei saa üles laadida. Palun lisage sündmuse \"onUploadFiles\" jaoks käitleja."
23010
+ // showDetails: "Show Details" => "Näita detaile"
23011
+ // hideDetails: "Hide Details" => "Peida üksikasjad"
23012
+ // ok: "OK" => "OK"
23013
+ // cancel: "Cancel" => "Tühistama"
22861
23014
 
22862
23015
 
22863
23016
  /***/ }),
@@ -22899,6 +23052,7 @@ var finnishSurveyStrings = {
22899
23052
  requiredError: "Vastaa kysymykseen, kiitos.",
22900
23053
  requiredErrorInPanel: "Vastaa ainakin yhteen kysymykseen.",
22901
23054
  requiredInAllRowsError: "Vastaa kysymyksiin kaikilla riveillä.",
23055
+ eachRowUniqueError: "Jokaisella rivillä on oltava yksilöllinen arvo.",
22902
23056
  numericError: "Arvon tulee olla numeerinen.",
22903
23057
  minError: "Arvo ei saa olla pienempi kuin {0}",
22904
23058
  maxError: "Arvo ei saa olla suurempi kuin {0}",
@@ -22916,6 +23070,7 @@ var finnishSurveyStrings = {
22916
23070
  urlRequestError: "Pyyntö palautti virheen {0}. {1}",
22917
23071
  urlGetChoicesError: "Pyyntö palautti tyhjän tiedoston tai 'path'-asetus on väärä",
22918
23072
  exceedMaxSize: "Tiedoston koko ei saa olla suurempi kuin {0}.",
23073
+ noUploadFilesHandler: "Tiedostoja ei voi ladata. Lisää käsittelijä onUploadFiles-tapahtumalle.",
22919
23074
  otherRequiredError: "Tarkenna vastaustasi tekstikenttään.",
22920
23075
  uploadingFile: "Tiedostoa lähetetään. Odota muutama sekunti ja yritä uudelleen.",
22921
23076
  loadingFile: "Ladataan...",
@@ -22930,6 +23085,8 @@ var finnishSurveyStrings = {
22930
23085
  emptyRowsText: "Ei rivejä",
22931
23086
  addPanel: "Lisää uusi",
22932
23087
  removePanel: "Poista",
23088
+ showDetails: "Näytä tiedot",
23089
+ hideDetails: "Piilota tiedot",
22933
23090
  choices_Item: "kohde",
22934
23091
  matrix_column: "Sarake",
22935
23092
  matrix_row: "Rivi",
@@ -22968,7 +23125,9 @@ var finnishSurveyStrings = {
22968
23125
  more: "Enemmän",
22969
23126
  tagboxDoneButtonCaption: "OKEI",
22970
23127
  selectToRankEmptyRankedAreaText: "Kaikki valinnat asetetaan paremmuusjärjestykseen",
22971
- selectToRankEmptyUnrankedAreaText: "Vedä ja pudota vaihtoehdot tähän luokitellaksesi ne"
23128
+ selectToRankEmptyUnrankedAreaText: "Vedä ja pudota vaihtoehdot tähän luokitellaksesi ne",
23129
+ ok: "OKEI",
23130
+ cancel: "Perua"
22972
23131
  };
22973
23132
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["fi"] = finnishSurveyStrings;
22974
23133
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fi"] = "suomi";
@@ -22983,7 +23142,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fi"]
22983
23142
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Vedä ja pudota vaihtoehdot tähän luokitellaksesi ne"// takePhotoCaption: "Take Photo" => "Ota valokuva"
22984
23143
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Napsauta alla olevaa painiketta ottaaksesi valokuvan kameralla."
22985
23144
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Vedä ja pudota tai valitse ladattava tiedosto tai ota valokuva kameralla."
22986
- // replaceFileCaption: "Replace file" => "Korvaa tiedosto"
23145
+ // replaceFileCaption: "Replace file" => "Korvaa tiedosto"// eachRowUniqueError: "Each row must have a unique value." => "Jokaisella rivillä on oltava yksilöllinen arvo."
23146
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Tiedostoja ei voi ladata. Lisää käsittelijä onUploadFiles-tapahtumalle."
23147
+ // showDetails: "Show Details" => "Näytä tiedot"
23148
+ // hideDetails: "Hide Details" => "Piilota tiedot"
23149
+ // ok: "OK" => "OKEI"
23150
+ // cancel: "Cancel" => "Perua"
22987
23151
 
22988
23152
 
22989
23153
  /***/ }),
@@ -23025,6 +23189,7 @@ var frenchSurveyStrings = {
23025
23189
  requiredError: "La réponse à cette question est obligatoire.",
23026
23190
  requiredErrorInPanel: "Merci de répondre au moins à une question.",
23027
23191
  requiredInAllRowsError: "Toutes les lignes sont obligatoires",
23192
+ eachRowUniqueError: "Chaque ligne doit avoir une valeur unique.",
23028
23193
  numericError: "La réponse doit être un nombre.",
23029
23194
  minError: "La valeur ne doit pas être inférieure à {0}",
23030
23195
  maxError: "La valeur ne doit pas être supérieure à {0}",
@@ -23042,6 +23207,7 @@ var frenchSurveyStrings = {
23042
23207
  urlRequestError: "La requête a renvoyé une erreur '{0}'. {1}",
23043
23208
  urlGetChoicesError: "La requête a renvoyé des données vides ou la propriété 'path' est incorrecte",
23044
23209
  exceedMaxSize: "La taille du fichier ne doit pas excéder {0}.",
23210
+ noUploadFilesHandler: "Les fichiers ne peuvent pas être téléchargés. Veuillez ajouter un gestionnaire pour l’événement 'onUploadFiles'.",
23045
23211
  otherRequiredError: "Merci de préciser le champ 'Autre'.",
23046
23212
  uploadingFile: "Votre fichier est en cours de chargement. Merci d'attendre quelques secondes et de réessayer.",
23047
23213
  loadingFile: "Chargement...",
@@ -23056,6 +23222,8 @@ var frenchSurveyStrings = {
23056
23222
  emptyRowsText: "Il n'y a pas de lignes.",
23057
23223
  addPanel: "Ajouter",
23058
23224
  removePanel: "Supprimer",
23225
+ showDetails: "Afficher les détails",
23226
+ hideDetails: "Masquer les détails",
23059
23227
  choices_Item: "item",
23060
23228
  matrix_column: "Colonne",
23061
23229
  matrix_row: "Ligne",
@@ -23094,7 +23262,9 @@ var frenchSurveyStrings = {
23094
23262
  more: "Plus",
23095
23263
  tagboxDoneButtonCaption: "D’ACCORD",
23096
23264
  selectToRankEmptyRankedAreaText: "Tous les choix sont classés",
23097
- selectToRankEmptyUnrankedAreaText: "Faites glisser et déposez les choix ici pour les classer"
23265
+ selectToRankEmptyUnrankedAreaText: "Faites glisser et déposez les choix ici pour les classer",
23266
+ ok: "D’ACCORD",
23267
+ cancel: "Annuler"
23098
23268
  };
23099
23269
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["fr"] = frenchSurveyStrings;
23100
23270
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fr"] = "français";
@@ -23109,7 +23279,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fr"]
23109
23279
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Faites glisser et déposez les choix ici pour les classer"// takePhotoCaption: "Take Photo" => "Prendre une photo"
23110
23280
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Cliquez sur le bouton ci-dessous pour prendre une photo à l’aide de l’appareil photo."
23111
23281
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Faites glisser et déposez ou sélectionnez un fichier à télécharger ou à prendre une photo à l’aide de l’appareil photo."
23112
- // replaceFileCaption: "Replace file" => "Remplacer le fichier"
23282
+ // replaceFileCaption: "Replace file" => "Remplacer le fichier"// eachRowUniqueError: "Each row must have a unique value." => "Chaque ligne doit avoir une valeur unique."
23283
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Les fichiers ne peuvent pas être téléchargés. Veuillez ajouter un gestionnaire pour l’événement 'onUploadFiles'."
23284
+ // showDetails: "Show Details" => "Afficher les détails"
23285
+ // hideDetails: "Hide Details" => "Masquer les détails"
23286
+ // ok: "OK" => "D’ACCORD"
23287
+ // cancel: "Cancel" => "Annuler"
23113
23288
 
23114
23289
 
23115
23290
  /***/ }),
@@ -23151,6 +23326,7 @@ var georgianSurveyStrings = {
23151
23326
  requiredError: "გთხოვთ უპასუხეთ კითხვას.",
23152
23327
  requiredErrorInPanel: "საჭიროა პასუხი: უპასუხეთ მინიმუმ ერთ კითხვას.",
23153
23328
  requiredInAllRowsError: "საჭიროა პასუხი: უპასუხეთ კითხვებს ყველა რიგში.",
23329
+ eachRowUniqueError: "თითოეულ რიგს უნდა ჰქონდეს უნიკალური მნიშვნელობა.",
23154
23330
  numericError: "პასუხი უნდა იყოს რიცხვი.",
23155
23331
  minError: "ღირებულება არ უნდა იყოს ნაკლები {0}",
23156
23332
  maxError: "ღირებულება არ უნდა იყოს {0}",
@@ -23168,6 +23344,7 @@ var georgianSurveyStrings = {
23168
23344
  urlRequestError: "მოთხოვნა დაუბრუნდა შეცდომას '{0}'. {1}",
23169
23345
  urlGetChoicesError: "მოთხოვნამ დაუბრუნა ცარიელი მონაცემები ან \"ბილიკის\" ქონება არასწორია",
23170
23346
  exceedMaxSize: "ფაილის ზომა არ უნდა აღემატებოდეს {0}.",
23347
+ noUploadFilesHandler: "ფაილების ატვირთვა შეუძლებელია. გთხოვთ, დაამატოთ დამმუშავებელი 'onUploadFiles' ღონისძიებისთვის.",
23171
23348
  otherRequiredError: "საჭიროა პასუხი: შეიყვანეთ სხვა მნიშვნელობა.",
23172
23349
  uploadingFile: "თქვენი ფაილი ატვირთვაა. გთხოვთ დაელოდოთ რამდენიმე წამს და კიდევ სცადოთ.",
23173
23350
  loadingFile: "იტვირთება...",
@@ -23182,6 +23359,8 @@ var georgianSurveyStrings = {
23182
23359
  emptyRowsText: "რიგები არ არის.",
23183
23360
  addPanel: "ახალი დამატება",
23184
23361
  removePanel: "წაშლა",
23362
+ showDetails: "დეტალების ჩვენება",
23363
+ hideDetails: "დეტალების დამალვა",
23185
23364
  choices_Item: "ნივთი",
23186
23365
  matrix_column: "სვეტი",
23187
23366
  matrix_row: "რიგი",
@@ -23220,7 +23399,9 @@ var georgianSurveyStrings = {
23220
23399
  more: "სრულად",
23221
23400
  tagboxDoneButtonCaption: "კარგი",
23222
23401
  selectToRankEmptyRankedAreaText: "ყველა არჩევანი რანჟირებულია",
23223
- selectToRankEmptyUnrankedAreaText: "გადაიტანეთ და ჩამოაგდეთ არჩევანი აქ, რომ დაასახელოთ ისინი"
23402
+ selectToRankEmptyUnrankedAreaText: "გადაიტანეთ და ჩამოაგდეთ არჩევანი აქ, რომ დაასახელოთ ისინი",
23403
+ ok: "კარგი",
23404
+ cancel: "გაუქმება"
23224
23405
  };
23225
23406
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ka"] = georgianSurveyStrings;
23226
23407
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ka"] = "ქართული";
@@ -23300,7 +23481,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ka"]
23300
23481
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "გადაიტანეთ და ჩამოაგდეთ არჩევანი აქ, რომ დაასახელოთ ისინი"// takePhotoCaption: "Take Photo" => "გადაიღეთ ფოტო"
23301
23482
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "დააჭირეთ ქვემოთ მოცემულ ღილაკს, რომ გადაიღოთ ფოტო კამერის გამოყენებით."
23302
23483
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "გადაიტანეთ და ჩამოაგდეთ ან შეარჩიეთ ფაილი კამერის გამოყენებით ფოტოს ასატვირთად ან გადასაღებად."
23303
- // replaceFileCaption: "Replace file" => "ფაილის შეცვლა"
23484
+ // replaceFileCaption: "Replace file" => "ფაილის შეცვლა"// eachRowUniqueError: "Each row must have a unique value." => "თითოეულ რიგს უნდა ჰქონდეს უნიკალური მნიშვნელობა."
23485
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ფაილების ატვირთვა შეუძლებელია. გთხოვთ, დაამატოთ დამმუშავებელი 'onUploadFiles' ღონისძიებისთვის."
23486
+ // showDetails: "Show Details" => "დეტალების ჩვენება"
23487
+ // hideDetails: "Hide Details" => "დეტალების დამალვა"
23488
+ // ok: "OK" => "კარგი"
23489
+ // cancel: "Cancel" => "გაუქმება"
23304
23490
 
23305
23491
 
23306
23492
  /***/ }),
@@ -23342,6 +23528,7 @@ var germanSurveyStrings = {
23342
23528
  requiredError: "Bitte beantworten Sie diese Frage.",
23343
23529
  requiredErrorInPanel: "Bitte beantworten Sie mindestens eine Frage.",
23344
23530
  requiredInAllRowsError: "Bitte beantworten Sie alle Fragen.",
23531
+ eachRowUniqueError: "Jede Zeile muss einen eindeutigen Wert haben.",
23345
23532
  numericError: "Der Wert muss eine Zahl sein.",
23346
23533
  minError: "Der Wert sollte nicht kleiner als {0} sein",
23347
23534
  maxError: "Der Wert sollte nicht größer als {0} sein",
@@ -23359,6 +23546,7 @@ var germanSurveyStrings = {
23359
23546
  urlRequestError: "Ein Netzwerkdienst hat folgenden Fehler zurückgegeben '{0}'. {1}",
23360
23547
  urlGetChoicesError: "Eine Netzwerkdienst hat ungültige Daten zurückgegeben",
23361
23548
  exceedMaxSize: "Die Datei darf nicht größer als {0} sein.",
23549
+ noUploadFilesHandler: "Dateien können nicht hochgeladen werden. Fügen Sie einen Handler für das Ereignis 'onUploadFiles' hinzu.",
23362
23550
  otherRequiredError: "Bitte geben Sie einen Wert an.",
23363
23551
  uploadingFile: "Bitte warten Sie bis der Upload Ihrer Dateien abgeschlossen ist.",
23364
23552
  loadingFile: "Wird hochgeladen...",
@@ -23373,6 +23561,8 @@ var germanSurveyStrings = {
23373
23561
  emptyRowsText: "Es gibt keine Reihen.",
23374
23562
  addPanel: "Neu hinzufügen",
23375
23563
  removePanel: "Entfernen",
23564
+ showDetails: "Details anzeigen",
23565
+ hideDetails: "Details ausblenden",
23376
23566
  choices_Item: "Element",
23377
23567
  matrix_column: "Spalte",
23378
23568
  matrix_row: "Zeile",
@@ -23411,7 +23601,9 @@ var germanSurveyStrings = {
23411
23601
  more: "Mehr",
23412
23602
  tagboxDoneButtonCaption: "OKAY",
23413
23603
  selectToRankEmptyRankedAreaText: "Alle Auswahlmöglichkeiten sind in einer Rangfolge angeordnet",
23414
- selectToRankEmptyUnrankedAreaText: "Ziehen Sie die Auswahl hierher, um sie zu ordnen"
23604
+ selectToRankEmptyUnrankedAreaText: "Ziehen Sie die Auswahl hierher, um sie zu ordnen",
23605
+ ok: "OKAY",
23606
+ cancel: "Abbrechen"
23415
23607
  };
23416
23608
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["de"] = germanSurveyStrings;
23417
23609
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["de"] = "deutsch";
@@ -23424,7 +23616,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["de"]
23424
23616
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Ziehen Sie die Auswahl hierher, um sie zu ordnen"// takePhotoCaption: "Take Photo" => "Foto machen"
23425
23617
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Klicken Sie auf die Schaltfläche unten, um ein Foto mit der Kamera aufzunehmen."
23426
23618
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Ziehen Sie eine Datei per Drag & Drop oder wählen Sie sie aus, um sie hochzuladen oder ein Foto mit der Kamera aufzunehmen."
23427
- // replaceFileCaption: "Replace file" => "Datei ersetzen"
23619
+ // replaceFileCaption: "Replace file" => "Datei ersetzen"// eachRowUniqueError: "Each row must have a unique value." => "Jede Zeile muss einen eindeutigen Wert haben."
23620
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Dateien können nicht hochgeladen werden. Fügen Sie einen Handler für das Ereignis 'onUploadFiles' hinzu."
23621
+ // showDetails: "Show Details" => "Details anzeigen"
23622
+ // hideDetails: "Hide Details" => "Details ausblenden"
23623
+ // ok: "OK" => "OKAY"
23624
+ // cancel: "Cancel" => "Abbrechen"
23428
23625
 
23429
23626
 
23430
23627
  /***/ }),
@@ -23466,6 +23663,7 @@ var greekSurveyStrings = {
23466
23663
  requiredError: "Παρακαλώ απαντήστε στην ερώτηση.",
23467
23664
  requiredErrorInPanel: "Απαντήστε σε τουλάχιστον μία ερώτηση.",
23468
23665
  requiredInAllRowsError: "Παρακαλώ απαντήστε τις ερωτήσεις σε όλες τις γραμμές.",
23666
+ eachRowUniqueError: "Κάθε γραμμή πρέπει να έχει μια μοναδική τιμή.",
23469
23667
  numericError: "Η τιμή πρέπει να είναι αριθμητική.",
23470
23668
  minError: "Η τιμή δεν πρέπει να είναι μικρότερη από {0}",
23471
23669
  maxError: "Η τιμή δεν πρέπει να είναι μεγαλύτερη από {0}",
@@ -23483,6 +23681,7 @@ var greekSurveyStrings = {
23483
23681
  urlRequestError: "Η αίτηση επέστρεψε σφάλμα '{0}'. {1}",
23484
23682
  urlGetChoicesError: "Η αίτηση επέστρεψε κενά δεδομένα ή η ιδιότητα 'μονοπάτι/path' είναι εσφαλμένη",
23485
23683
  exceedMaxSize: "Το μέγεθος του αρχείου δεν μπορεί να υπερβαίνει τα {0}.",
23684
+ noUploadFilesHandler: "Δεν είναι δυνατή η αποστολή αρχείων. Προσθέστε ένα πρόγραμμα χειρισμού για το συμβάν 'onUploadFiles'.",
23486
23685
  otherRequiredError: "Παρακαλώ συμπληρώστε την τιμή για το πεδίο 'άλλο'.",
23487
23686
  uploadingFile: "Το αρχείο σας ανεβαίνει. Παρακαλώ περιμένετε μερικά δευτερόλεπτα και δοκιμάστε ξανά.",
23488
23687
  loadingFile: "Φόρτωση...",
@@ -23497,6 +23696,8 @@ var greekSurveyStrings = {
23497
23696
  emptyRowsText: "Δεν υπάρχουν εγγραφές.",
23498
23697
  addPanel: "Προσθέστε νέο",
23499
23698
  removePanel: "Αφαίρεση",
23699
+ showDetails: "Εμφάνιση λεπτομερειών",
23700
+ hideDetails: "Απόκρυψη λεπτομερειών",
23500
23701
  choices_Item: "είδος",
23501
23702
  matrix_column: "Στήλη",
23502
23703
  matrix_row: "Γραμμή",
@@ -23535,7 +23736,9 @@ var greekSurveyStrings = {
23535
23736
  more: "Περισσότερα",
23536
23737
  tagboxDoneButtonCaption: "ΟΚ",
23537
23738
  selectToRankEmptyRankedAreaText: "Όλες οι επιλογές κατατάσσονται",
23538
- selectToRankEmptyUnrankedAreaText: "Σύρετε και αποθέστε επιλογές εδώ για να τις κατατάξετε"
23739
+ selectToRankEmptyUnrankedAreaText: "Σύρετε και αποθέστε επιλογές εδώ για να τις κατατάξετε",
23740
+ ok: "OK",
23741
+ cancel: "Ακυρώνω"
23539
23742
  };
23540
23743
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["gr"] = greekSurveyStrings;
23541
23744
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["gr"] = "ελληνικά";
@@ -23547,7 +23750,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["gr"]
23547
23750
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Σύρετε και αποθέστε επιλογές εδώ για να τις κατατάξετε"// takePhotoCaption: "Take Photo" => "Λήψη φωτογραφίας"
23548
23751
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Κάντε κλικ στο παρακάτω κουμπί για να τραβήξετε μια φωτογραφία χρησιμοποιώντας την κάμερα."
23549
23752
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Σύρετε και αποθέστε ή επιλέξτε ένα αρχείο για αποστολή ή λήψη φωτογραφίας χρησιμοποιώντας την κάμερα."
23550
- // replaceFileCaption: "Replace file" => "Αντικατάσταση αρχείου"
23753
+ // replaceFileCaption: "Replace file" => "Αντικατάσταση αρχείου"// eachRowUniqueError: "Each row must have a unique value." => "Κάθε γραμμή πρέπει να έχει μια μοναδική τιμή."
23754
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Δεν είναι δυνατή η αποστολή αρχείων. Προσθέστε ένα πρόγραμμα χειρισμού για το συμβάν 'onUploadFiles'."
23755
+ // showDetails: "Show Details" => "Εμφάνιση λεπτομερειών"
23756
+ // hideDetails: "Hide Details" => "Απόκρυψη λεπτομερειών"
23757
+ // ok: "OK" => "OK"
23758
+ // cancel: "Cancel" => "Ακυρώνω"
23551
23759
 
23552
23760
 
23553
23761
  /***/ }),
@@ -23589,6 +23797,7 @@ var hebrewSurveyStrings = {
23589
23797
  requiredError: "אנא השב על השאלה",
23590
23798
  requiredErrorInPanel: "אנא ענה לפחות על שאלה אחת.",
23591
23799
  requiredInAllRowsError: "אנא ענה על שאלות בכל השורות.",
23800
+ eachRowUniqueError: "לכל שורה חייב להיות ערך ייחודי.",
23592
23801
  numericError: "התשובה צריכה להיות מספר.",
23593
23802
  minError: "הערך לא צריך להיות קטן מ {0}",
23594
23803
  maxError: "הערך לא צריך להיות גדול מ- {0}",
@@ -23606,6 +23815,7 @@ var hebrewSurveyStrings = {
23606
23815
  urlRequestError: "הבקשה החזירה את השגיאה '{0}'. {1}",
23607
23816
  urlGetChoicesError: "הבקשה החזירה נתונים ריקים או שהמאפיין 'נתיב' שגוי",
23608
23817
  exceedMaxSize: "גודל הקובץ לא יעלה על {0}.",
23818
+ noUploadFilesHandler: "לא ניתן להעלות קבצים. אנא הוסף מטפל לאירוע 'onUploadFiles'.",
23609
23819
  otherRequiredError: "נא להזין נתונים בשדה \"אחר\"",
23610
23820
  uploadingFile: "הקובץ שלך נטען. המתן מספר שניות ונסה שוב.",
23611
23821
  loadingFile: "טוען...",
@@ -23620,6 +23830,8 @@ var hebrewSurveyStrings = {
23620
23830
  emptyRowsText: "אין שורות.",
23621
23831
  addPanel: "הוסף חדש",
23622
23832
  removePanel: "לְהַסִיר",
23833
+ showDetails: "הראה פרטים",
23834
+ hideDetails: "הסתר פרטים",
23623
23835
  choices_Item: "פריט",
23624
23836
  matrix_column: "טור",
23625
23837
  matrix_row: "שׁוּרָה",
@@ -23658,7 +23870,9 @@ var hebrewSurveyStrings = {
23658
23870
  more: "עוד",
23659
23871
  tagboxDoneButtonCaption: "אוקיי",
23660
23872
  selectToRankEmptyRankedAreaText: "כל האפשרויות מדורגות",
23661
- selectToRankEmptyUnrankedAreaText: "גרור ושחרר אפשרויות לכאן כדי לדרג אותן"
23873
+ selectToRankEmptyUnrankedAreaText: "גרור ושחרר אפשרויות לכאן כדי לדרג אותן",
23874
+ ok: "אוקיי",
23875
+ cancel: "ביטל"
23662
23876
  };
23663
23877
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["he"] = hebrewSurveyStrings;
23664
23878
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["he"] = "עברית";
@@ -23685,7 +23899,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["he"]
23685
23899
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "גרור ושחרר אפשרויות לכאן כדי לדרג אותן"// takePhotoCaption: "Take Photo" => "צלם תמונה"
23686
23900
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "לחץ על הלחצן למטה כדי לצלם תמונה באמצעות המצלמה."
23687
23901
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "גרור ושחרר או בחר קובץ כדי להעלות או לצלם תמונה באמצעות המצלמה."
23688
- // replaceFileCaption: "Replace file" => "החלפת קובץ"
23902
+ // replaceFileCaption: "Replace file" => "החלפת קובץ"// eachRowUniqueError: "Each row must have a unique value." => "לכל שורה חייב להיות ערך ייחודי."
23903
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "לא ניתן להעלות קבצים. אנא הוסף מטפל לאירוע 'onUploadFiles'."
23904
+ // showDetails: "Show Details" => "הראה פרטים"
23905
+ // hideDetails: "Hide Details" => "הסתר פרטים"
23906
+ // ok: "OK" => "אוקיי"
23907
+ // cancel: "Cancel" => "ביטל"
23689
23908
 
23690
23909
 
23691
23910
  /***/ }),
@@ -23727,6 +23946,7 @@ var hindiStrings = {
23727
23946
  requiredError: "कृपया प्रश्न का उत्तर दें",
23728
23947
  requiredErrorInPanel: "कृपया कम से कम एक प्रश्न का उत्तर दें",
23729
23948
  requiredInAllRowsError: "कृपया सभी पंक्तियों में सवालों के जवाब दें",
23949
+ eachRowUniqueError: "प्रत्येक पंक्ति का एक अद्वितीय मान होना चाहिए.",
23730
23950
  numericError: "मूल्य संख्यात्मक होना चाहिए",
23731
23951
  minError: "मान {0} से कम नहीं होना चाहिए",
23732
23952
  maxError: "मान {0} से अधिक नहीं होना चाहिए",
@@ -23744,6 +23964,7 @@ var hindiStrings = {
23744
23964
  urlRequestError: "अनुरोध लौटाया त्रुटि '{0}' . {1}",
23745
23965
  urlGetChoicesError: "अनुरोध ने खाली डेटा वापस कर दिया है ",
23746
23966
  exceedMaxSize: "फ़ाइल का आकार {0} से अधिक नहीं होना चाहिए या फिर 'पाथ' प्रॉपर्टी गलत है",
23967
+ noUploadFilesHandler: "फ़ाइलें अपलोड नहीं की जा सकती. कृपया 'onloadFiles' ईवेंट के लिए एक हैंडलर जोड़ें.",
23747
23968
  otherRequiredError: "कृपया दूसरा मूल्य दर्ज करें",
23748
23969
  uploadingFile: "आपकी फाइल अपलोड हो रही है। कृपया कई सेकंड इंतजार करें और फिर से प्रयास करें।",
23749
23970
  loadingFile: "लोडिंग",
@@ -23758,6 +23979,8 @@ var hindiStrings = {
23758
23979
  emptyRowsText: "कोई पंक्तियाँ नहीं हैं.",
23759
23980
  addPanel: "नया जोड़ें",
23760
23981
  removePanel: "हटाए",
23982
+ showDetails: "विवरण दिखाएँ",
23983
+ hideDetails: "विवरण छुपाएँ",
23761
23984
  choices_Item: "मद",
23762
23985
  matrix_column: "कॉलम",
23763
23986
  matrix_row: "पंक्ति",
@@ -23796,7 +24019,9 @@ var hindiStrings = {
23796
24019
  more: "अधिक",
23797
24020
  tagboxDoneButtonCaption: "ठीक है",
23798
24021
  selectToRankEmptyRankedAreaText: "सभी विकल्पों को रैंक किया गया है",
23799
- selectToRankEmptyUnrankedAreaText: "विकल्पों को रैंक करने के लिए उन्हें यहां खींचें और छोड़ दें"
24022
+ selectToRankEmptyUnrankedAreaText: "विकल्पों को रैंक करने के लिए उन्हें यहां खींचें और छोड़ दें",
24023
+ ok: "ठीक है",
24024
+ cancel: "रद्द करना"
23800
24025
  };
23801
24026
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["hi"] = hindiStrings;
23802
24027
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hi"] = "hindi";
@@ -23824,7 +24049,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hi"]
23824
24049
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "विकल्पों को रैंक करने के लिए उन्हें यहां खींचें और छोड़ दें"// takePhotoCaption: "Take Photo" => "फोटो ले लो"
23825
24050
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "कैमरे का उपयोग करके फोटो लेने के लिए नीचे दिए गए बटन पर क्लिक करें।"
23826
24051
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "कैमरे का उपयोग करके फ़ोटो अपलोड करने या फ़ोटो लेने के लिए किसी फ़ाइल को खींचें और छोड़ें या चुनें."
23827
- // replaceFileCaption: "Replace file" => "फ़ाइल बदलें"
24052
+ // replaceFileCaption: "Replace file" => "फ़ाइल बदलें"// eachRowUniqueError: "Each row must have a unique value." => "प्रत्येक पंक्ति का एक अद्वितीय मान होना चाहिए."
24053
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "फ़ाइलें अपलोड नहीं की जा सकती. कृपया 'onloadFiles' ईवेंट के लिए एक हैंडलर जोड़ें."
24054
+ // showDetails: "Show Details" => "विवरण दिखाएँ"
24055
+ // hideDetails: "Hide Details" => "विवरण छुपाएँ"
24056
+ // ok: "OK" => "ठीक है"
24057
+ // cancel: "Cancel" => "रद्द करना"
23828
24058
 
23829
24059
 
23830
24060
  /***/ }),
@@ -23866,6 +24096,7 @@ var hungarianSurveyStrings = {
23866
24096
  requiredError: "Kérjük, válaszolja meg ezt a kérdést!",
23867
24097
  requiredErrorInPanel: "Kérjük, válaszoljon legalább egy kérdésre.",
23868
24098
  requiredInAllRowsError: "Kérjük adjon választ minden sorban!",
24099
+ eachRowUniqueError: "Minden sornak egyedi értékkel kell rendelkeznie.",
23869
24100
  numericError: "Az érték szám kell, hogy legyen!",
23870
24101
  minError: "Az érték nem lehet kisebb, mint {0}",
23871
24102
  maxError: "Az érték nem lehet nagyobb, mint {0}",
@@ -23883,6 +24114,7 @@ var hungarianSurveyStrings = {
23883
24114
  urlRequestError: "A lekérdezés hibával tért vissza: '{0}'. {1}",
23884
24115
  urlGetChoicesError: "A lekérdezés üres adattal tért vissza, vagy a 'path' paraméter helytelen.",
23885
24116
  exceedMaxSize: "A méret nem lehet nagyobb, mint {0}.",
24117
+ noUploadFilesHandler: "A fájlok nem tölthetők fel. Adjon hozzá egy kezelőt az \"onUploadFiles\" eseményhez.",
23886
24118
  otherRequiredError: "Adja meg az egyéb értéket!",
23887
24119
  uploadingFile: "Feltöltés folyamatban. Várjon pár másodpercet, majd próbálja újra.",
23888
24120
  loadingFile: "Betöltés...",
@@ -23897,6 +24129,8 @@ var hungarianSurveyStrings = {
23897
24129
  emptyRowsText: "Nincsenek sorok.",
23898
24130
  addPanel: "Új hozzáadása",
23899
24131
  removePanel: "Eltávolítás",
24132
+ showDetails: "Mutasd a részleteket",
24133
+ hideDetails: "Részletek elrejtése",
23900
24134
  choices_Item: "elem",
23901
24135
  matrix_column: "Oszlop",
23902
24136
  matrix_row: "Sor",
@@ -23935,7 +24169,9 @@ var hungarianSurveyStrings = {
23935
24169
  more: "Több",
23936
24170
  tagboxDoneButtonCaption: "OKÉ",
23937
24171
  selectToRankEmptyRankedAreaText: "Minden választási lehetőség rangsorolva van",
23938
- selectToRankEmptyUnrankedAreaText: "Húzza ide a választási lehetőségeket a rangsoroláshoz"
24172
+ selectToRankEmptyUnrankedAreaText: "Húzza ide a választási lehetőségeket a rangsoroláshoz",
24173
+ ok: "OKÉ",
24174
+ cancel: "Érvénytelenít"
23939
24175
  };
23940
24176
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["hu"] = hungarianSurveyStrings;
23941
24177
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hu"] = "magyar";
@@ -23961,7 +24197,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hu"]
23961
24197
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Húzza ide a választási lehetőségeket a rangsoroláshoz"// takePhotoCaption: "Take Photo" => "Fotó készítése"
23962
24198
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kattintson az alábbi gombra, hogy fényképet készítsen a fényképezőgéppel."
23963
24199
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Húzzon át vagy válasszon ki egy fájlt, amelyet fel szeretne tölteni vagy fényképet szeretne készíteni a kamerával."
23964
- // replaceFileCaption: "Replace file" => "Fájl cseréje"
24200
+ // replaceFileCaption: "Replace file" => "Fájl cseréje"// eachRowUniqueError: "Each row must have a unique value." => "Minden sornak egyedi értékkel kell rendelkeznie."
24201
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "A fájlok nem tölthetők fel. Adjon hozzá egy kezelőt az \"onUploadFiles\" eseményhez."
24202
+ // showDetails: "Show Details" => "Mutasd a részleteket"
24203
+ // hideDetails: "Hide Details" => "Részletek elrejtése"
24204
+ // ok: "OK" => "OKÉ"
24205
+ // cancel: "Cancel" => "Érvénytelenít"
23965
24206
 
23966
24207
 
23967
24208
  /***/ }),
@@ -24003,6 +24244,7 @@ var icelandicSurveyStrings = {
24003
24244
  requiredError: "Vinsamlegast svarið spurningunni.",
24004
24245
  requiredErrorInPanel: "Vinsamlegast svaraðu að minnsta kosti einni spurningu.",
24005
24246
  requiredInAllRowsError: "Vinsamlegast svarið spurningum í öllum röðum.",
24247
+ eachRowUniqueError: "Hver lína verður að hafa einstakt gildi.",
24006
24248
  numericError: "Þetta gildi verður að vera tala.",
24007
24249
  minError: "Gildið má ekki vera lægra en {0}",
24008
24250
  maxError: "Gildið má ekki vera hærra en {0}",
@@ -24020,6 +24262,7 @@ var icelandicSurveyStrings = {
24020
24262
  urlRequestError: "Beiðninn skilaði eftirfaranadi villu '{0}'. {1}",
24021
24263
  urlGetChoicesError: "Beiðninng skilaði engum gögnum eða slóðinn var röng",
24022
24264
  exceedMaxSize: "Skráinn skal ekki vera stærri en {0}.",
24265
+ noUploadFilesHandler: "Ekki er hægt að hlaða upp skrám. Vinsamlegast bættu við rekli fyrir 'onUploadFiles' atvikið.",
24023
24266
  otherRequiredError: "Vinamlegast fyllið út hitt gildið.",
24024
24267
  uploadingFile: "Skráinn þín var send. Vinsamlegast bíðið í nokkrar sekúndur og reynið aftur.",
24025
24268
  loadingFile: "Hleður ...",
@@ -24034,6 +24277,8 @@ var icelandicSurveyStrings = {
24034
24277
  emptyRowsText: "Það eru engar raðir.",
24035
24278
  addPanel: "Bæta við nýju",
24036
24279
  removePanel: "Fjarlægðu",
24280
+ showDetails: "Sýna upplýsingar",
24281
+ hideDetails: "Fela upplýsingar",
24037
24282
  choices_Item: "hlutur",
24038
24283
  matrix_column: "Dálkur",
24039
24284
  matrix_row: "Röð",
@@ -24072,7 +24317,9 @@ var icelandicSurveyStrings = {
24072
24317
  more: "Fleiri",
24073
24318
  tagboxDoneButtonCaption: "ÓKEI",
24074
24319
  selectToRankEmptyRankedAreaText: "Öllum valkostum er raðað",
24075
- selectToRankEmptyUnrankedAreaText: "Dragðu og slepptu valkostum hér til að raða þeim"
24320
+ selectToRankEmptyUnrankedAreaText: "Dragðu og slepptu valkostum hér til að raða þeim",
24321
+ ok: "ÓKEI",
24322
+ cancel: "Afturkalla"
24076
24323
  };
24077
24324
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["is"] = icelandicSurveyStrings;
24078
24325
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["is"] = "íslenska";
@@ -24099,7 +24346,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["is"]
24099
24346
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dragðu og slepptu valkostum hér til að raða þeim"// takePhotoCaption: "Take Photo" => "Taka mynd"
24100
24347
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Smelltu á hnappinn hér að neðan til að taka mynd með myndavélinni."
24101
24348
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Dragðu og slepptu eða veldu skrá til að hlaða upp eða taka mynd með myndavélinni."
24102
- // replaceFileCaption: "Replace file" => "Skipta út skrá"
24349
+ // replaceFileCaption: "Replace file" => "Skipta út skrá"// eachRowUniqueError: "Each row must have a unique value." => "Hver lína verður að hafa einstakt gildi."
24350
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Ekki er hægt að hlaða upp skrám. Vinsamlegast bættu við rekli fyrir 'onUploadFiles' atvikið."
24351
+ // showDetails: "Show Details" => "Sýna upplýsingar"
24352
+ // hideDetails: "Hide Details" => "Fela upplýsingar"
24353
+ // ok: "OK" => "ÓKEI"
24354
+ // cancel: "Cancel" => "Afturkalla"
24103
24355
 
24104
24356
 
24105
24357
  /***/ }),
@@ -24141,6 +24393,7 @@ var indonesianStrings = {
24141
24393
  requiredError: "Silahkan jawab pertanyaan berikut.",
24142
24394
  requiredErrorInPanel: "Silahkan jawab setidaknya satu petanyaan.",
24143
24395
  requiredInAllRowsError: "Silahkan jawab pertanyaan pada semua baris.",
24396
+ eachRowUniqueError: "Setiap baris harus memiliki nilai unik.",
24144
24397
  numericError: "Nilai harus berupa angka.",
24145
24398
  minError: "Nilainya tidak boleh kurang dari {0}",
24146
24399
  maxError: "Nilai tidak boleh lebih besar dari {0}",
@@ -24158,6 +24411,7 @@ var indonesianStrings = {
24158
24411
  urlRequestError: "Permintaan mengembalikan kesalahan '{0}'. {1}",
24159
24412
  urlGetChoicesError: "Permintaan mengembalikan data kosong atau properti 'path' salah.",
24160
24413
  exceedMaxSize: "Ukuran berkas tidak boleh melebihi {0}.",
24414
+ noUploadFilesHandler: "File tidak dapat diunggah. Harap tambahkan handler untuk acara 'onUploadFiles'.",
24161
24415
  otherRequiredError: "Silahkan masukkan nilai lainnnya.",
24162
24416
  uploadingFile: "Berkas Anda sedang diunggah. Silahkan tunggu beberapa saat atau coba lagi.",
24163
24417
  loadingFile: "Memuat...",
@@ -24172,6 +24426,8 @@ var indonesianStrings = {
24172
24426
  emptyRowsText: "Tidak ada baris.",
24173
24427
  addPanel: "Tambah baru",
24174
24428
  removePanel: "Hapus",
24429
+ showDetails: "Tampilkan Detail",
24430
+ hideDetails: "Sembunyikan Detail",
24175
24431
  choices_Item: "item",
24176
24432
  matrix_column: "Kolom",
24177
24433
  matrix_row: "Baris",
@@ -24210,7 +24466,9 @@ var indonesianStrings = {
24210
24466
  more: "Lebih",
24211
24467
  tagboxDoneButtonCaption: "OKE",
24212
24468
  selectToRankEmptyRankedAreaText: "Semua pilihan diberi peringkat",
24213
- selectToRankEmptyUnrankedAreaText: "Seret dan lepas pilihan di sini untuk memberi peringkat"
24469
+ selectToRankEmptyUnrankedAreaText: "Seret dan lepas pilihan di sini untuk memberi peringkat",
24470
+ ok: "OKE",
24471
+ cancel: "Membatalkan"
24214
24472
  };
24215
24473
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["id"] = indonesianStrings;
24216
24474
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["id"] = "bahasa Indonesia";
@@ -24237,7 +24495,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["id"]
24237
24495
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Seret dan lepas pilihan di sini untuk memberi peringkat"// takePhotoCaption: "Take Photo" => "Ambil Foto"
24238
24496
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik tombol di bawah ini untuk mengambil foto menggunakan kamera."
24239
24497
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Seret dan lepas atau pilih file untuk diunggah atau mengambil foto menggunakan kamera."
24240
- // replaceFileCaption: "Replace file" => "Ganti file"
24498
+ // replaceFileCaption: "Replace file" => "Ganti file"// eachRowUniqueError: "Each row must have a unique value." => "Setiap baris harus memiliki nilai unik."
24499
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "File tidak dapat diunggah. Harap tambahkan handler untuk acara 'onUploadFiles'."
24500
+ // showDetails: "Show Details" => "Tampilkan Detail"
24501
+ // hideDetails: "Hide Details" => "Sembunyikan Detail"
24502
+ // ok: "OK" => "OKE"
24503
+ // cancel: "Cancel" => "Membatalkan"
24241
24504
 
24242
24505
 
24243
24506
  /***/ }),
@@ -24279,6 +24542,7 @@ var italianSurveyStrings = {
24279
24542
  requiredError: "Campo obbligatorio",
24280
24543
  requiredErrorInPanel: "Per Favore, rispondi ad almeno una domanda.",
24281
24544
  requiredInAllRowsError: "Completare tutte le righe",
24545
+ eachRowUniqueError: "Ogni riga deve avere un valore univoco.",
24282
24546
  numericError: "Il valore deve essere numerico",
24283
24547
  minError: "Il valore non deve essere inferiore a {0}",
24284
24548
  maxError: "Il valore non deve essere maggiore di {0}",
@@ -24296,6 +24560,7 @@ var italianSurveyStrings = {
24296
24560
  urlRequestError: "La richiesta ha risposto con un errore '{0}'. {1}",
24297
24561
  urlGetChoicesError: "La richiesta ha risposto null oppure il percorso non è corretto",
24298
24562
  exceedMaxSize: "Il file non può eccedere {0}",
24563
+ noUploadFilesHandler: "I file non possono essere caricati. Aggiungere un gestore per l'evento 'onUploadFiles'.",
24299
24564
  otherRequiredError: "Inserire il valore 'altro'",
24300
24565
  uploadingFile: "File in caricamento. Attendi alcuni secondi e riprova",
24301
24566
  loadingFile: "Caricamento...",
@@ -24310,6 +24575,8 @@ var italianSurveyStrings = {
24310
24575
  emptyRowsText: "Non ci sono righe.",
24311
24576
  addPanel: "Aggiungi riga",
24312
24577
  removePanel: "Elimina",
24578
+ showDetails: "Mostra dettagli",
24579
+ hideDetails: "Nascondi dettagli",
24313
24580
  choices_Item: "Elemento",
24314
24581
  matrix_column: "Colonna",
24315
24582
  matrix_row: "Riga",
@@ -24348,7 +24615,9 @@ var italianSurveyStrings = {
24348
24615
  more: "Più",
24349
24616
  tagboxDoneButtonCaption: "OK",
24350
24617
  selectToRankEmptyRankedAreaText: "Tutte le scelte sono classificate",
24351
- selectToRankEmptyUnrankedAreaText: "Trascina e rilascia le scelte qui per classificarle"
24618
+ selectToRankEmptyUnrankedAreaText: "Trascina e rilascia le scelte qui per classificarle",
24619
+ ok: "OK",
24620
+ cancel: "Annulla"
24352
24621
  };
24353
24622
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["it"] = italianSurveyStrings;
24354
24623
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["it"] = "italiano";
@@ -24363,7 +24632,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["it"]
24363
24632
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Trascina e rilascia le scelte qui per classificarle"// takePhotoCaption: "Take Photo" => "Scatta foto"
24364
24633
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Fai clic sul pulsante qui sotto per scattare una foto utilizzando la fotocamera."
24365
24634
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Trascina e rilascia o seleziona un file da caricare o scattare una foto utilizzando la fotocamera."
24366
- // replaceFileCaption: "Replace file" => "Sostituisci file"
24635
+ // replaceFileCaption: "Replace file" => "Sostituisci file"// eachRowUniqueError: "Each row must have a unique value." => "Ogni riga deve avere un valore univoco."
24636
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "I file non possono essere caricati. Aggiungere un gestore per l'evento 'onUploadFiles'."
24637
+ // showDetails: "Show Details" => "Mostra dettagli"
24638
+ // hideDetails: "Hide Details" => "Nascondi dettagli"
24639
+ // ok: "OK" => "OK"
24640
+ // cancel: "Cancel" => "Annulla"
24367
24641
 
24368
24642
 
24369
24643
  /***/ }),
@@ -24405,6 +24679,7 @@ var japaneseSurveyStrings = {
24405
24679
  requiredError: "質問にお答え下さい",
24406
24680
  requiredErrorInPanel: "最低でも1つの質問に答えてください。",
24407
24681
  requiredInAllRowsError: "質問には全列で回答してください。",
24682
+ eachRowUniqueError: "各行には一意の値が必要です。",
24408
24683
  numericError: "数字でご記入下さい",
24409
24684
  minError: "値は {0} 値より小さくすることはできません",
24410
24685
  maxError: "値は {0} を超えてはなりません。",
@@ -24422,6 +24697,7 @@ var japaneseSurveyStrings = {
24422
24697
  urlRequestError: "リクエストはエラー '{0}' を返しました。{1}",
24423
24698
  urlGetChoicesError: "リクエストが空のデータを返したか、'path' プロパティが正しくありません。",
24424
24699
  exceedMaxSize: "ファイルのサイズは{0}を超えてはいけません",
24700
+ noUploadFilesHandler: "ファイルはアップロードできません。「onUploadFiles」イベントのハンドラーを追加してください。",
24425
24701
  otherRequiredError: "その他の値を入力してください。",
24426
24702
  uploadingFile: "ファイルをアップロード中です。しばらくしてから再度お試し下さい",
24427
24703
  loadingFile: "読み込み中",
@@ -24436,6 +24712,8 @@ var japaneseSurveyStrings = {
24436
24712
  emptyRowsText: "行はありません。",
24437
24713
  addPanel: "新規追加",
24438
24714
  removePanel: "除去",
24715
+ showDetails: "詳細を表示",
24716
+ hideDetails: "詳細を隠す",
24439
24717
  choices_Item: "品目",
24440
24718
  matrix_column: "コラム",
24441
24719
  matrix_row: "行",
@@ -24474,7 +24752,9 @@ var japaneseSurveyStrings = {
24474
24752
  more: "もっとその",
24475
24753
  tagboxDoneButtonCaption: "わかりました",
24476
24754
  selectToRankEmptyRankedAreaText: "すべての選択肢がランク付けされます",
24477
- selectToRankEmptyUnrankedAreaText: "ここに選択肢をドラッグアンドドロップしてランク付けします"
24755
+ selectToRankEmptyUnrankedAreaText: "ここに選択肢をドラッグアンドドロップしてランク付けします",
24756
+ ok: "わかりました",
24757
+ cancel: "キャンセル"
24478
24758
  };
24479
24759
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ja"] = japaneseSurveyStrings;
24480
24760
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ja"] = "日本語";
@@ -24501,7 +24781,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ja"]
24501
24781
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "ここに選択肢をドラッグアンドドロップしてランク付けします"// takePhotoCaption: "Take Photo" => "写真を撮る"
24502
24782
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "下のボタンをクリックして、カメラを使用して写真を撮ります。"
24503
24783
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "アップロードするファイルをドラッグアンドドロップまたは選択するか、カメラを使用して写真を撮ります。"
24504
- // replaceFileCaption: "Replace file" => "ファイルの置換"
24784
+ // replaceFileCaption: "Replace file" => "ファイルの置換"// eachRowUniqueError: "Each row must have a unique value." => "各行には一意の値が必要です。"
24785
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ファイルはアップロードできません。「onUploadFiles」イベントのハンドラーを追加してください。"
24786
+ // showDetails: "Show Details" => "詳細を表示"
24787
+ // hideDetails: "Hide Details" => "詳細を隠す"
24788
+ // ok: "OK" => "わかりました"
24789
+ // cancel: "Cancel" => "キャンセル"
24505
24790
 
24506
24791
 
24507
24792
  /***/ }),
@@ -24543,6 +24828,7 @@ var kazakhStrings = {
24543
24828
  requiredError: "Өтінеміз, сұраққа жауап беріңіз.",
24544
24829
  requiredErrorInPanel: "Өтінеміз, кем дегенде бір сұраққа жауап беріңіз.",
24545
24830
  requiredInAllRowsError: "Өтінеміз, әрбір жолдың сұрағаны жауап беріңіз.",
24831
+ eachRowUniqueError: "Әр жолдың бірегей мәні болуы тиіс.",
24546
24832
  numericError: "Жауап сан түрінде болуы керек.",
24547
24833
  minError: "Мәні {0} кем болмауы тиіс",
24548
24834
  maxError: "Мән {0} артық болмауы тиіс",
@@ -24560,6 +24846,7 @@ var kazakhStrings = {
24560
24846
  urlRequestError: "Сұратым қателікті қайтарды'{0}'. {1}",
24561
24847
  urlGetChoicesError: "Сұратымға жауап бос келді немесе 'path' қасиеті қате көрсетілген ",
24562
24848
  exceedMaxSize: "Файлдың мөлшері {0} аспау керек.",
24849
+ noUploadFilesHandler: "Файлдарды кері жүктеу мүмкін емес. 'OnUploadFiles' оқиғасына өңдеушіні қосуыңызды сұраймыз.",
24563
24850
  otherRequiredError: "Өтінеміз, “Басқа” жолына деректі енгізіңіз",
24564
24851
  uploadingFile: "Сіздің файлыңыз жүктеліп жатыр. Бірнеше секунд тосып, қайтадан байқап көріңіз.",
24565
24852
  loadingFile: "Жүктеу...",
@@ -24574,6 +24861,8 @@ var kazakhStrings = {
24574
24861
  emptyRowsText: "Қатарлар жоқ.",
24575
24862
  addPanel: "Жаңа қосу",
24576
24863
  removePanel: "Өшіру",
24864
+ showDetails: "Егжей-тегжейін көрсету",
24865
+ hideDetails: "Егжей- тегжейін жасы",
24577
24866
  choices_Item: "Нұсқа",
24578
24867
  matrix_column: "Бағана",
24579
24868
  matrix_row: "Жол",
@@ -24612,7 +24901,9 @@ var kazakhStrings = {
24612
24901
  more: "Қосымша",
24613
24902
  tagboxDoneButtonCaption: "ЖАҚСЫ",
24614
24903
  selectToRankEmptyRankedAreaText: "Барлық таңдаулар ранжирленген",
24615
- selectToRankEmptyUnrankedAreaText: "Таңдауды рангтеу үшін осында апарып тастау"
24904
+ selectToRankEmptyUnrankedAreaText: "Таңдауды рангтеу үшін осында апарып тастау",
24905
+ ok: "ЖАҚСЫ",
24906
+ cancel: "Болдырмау"
24616
24907
  };
24617
24908
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["kk"] = kazakhStrings;
24618
24909
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["kk"] = "Kazakh";
@@ -24639,7 +24930,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["kk"]
24639
24930
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Таңдауды рангтеу үшін осында апарып тастау"// takePhotoCaption: "Take Photo" => "Фотосуретке түсу"
24640
24931
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Камераны пайдаланып суретке түсу үшін төмендегі түймені басыңыз."
24641
24932
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Фотоаппаратты пайдаланып кері жүктеу немесе суретке түсіру үшін файлды апарып тастаыңыз немесе таңдаңыз."
24642
- // replaceFileCaption: "Replace file" => "Файлды ауыстыру"
24933
+ // replaceFileCaption: "Replace file" => "Файлды ауыстыру"// eachRowUniqueError: "Each row must have a unique value." => "Әр жолдың бірегей мәні болуы тиіс."
24934
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файлдарды кері жүктеу мүмкін емес. 'OnUploadFiles' оқиғасына өңдеушіні қосуыңызды сұраймыз."
24935
+ // showDetails: "Show Details" => "Егжей-тегжейін көрсету"
24936
+ // hideDetails: "Hide Details" => "Егжей- тегжейін жасы"
24937
+ // ok: "OK" => "ЖАҚСЫ"
24938
+ // cancel: "Cancel" => "Болдырмау"
24643
24939
 
24644
24940
 
24645
24941
  /***/ }),
@@ -24681,6 +24977,7 @@ var koreanStrings = {
24681
24977
  requiredError: "질문에 답하시오.",
24682
24978
  requiredErrorInPanel: "하나 이상의 질문에 답하십시오.",
24683
24979
  requiredInAllRowsError: "모든 행에 있는 질문에 답하십시오.",
24980
+ eachRowUniqueError: "각 행에는 고유한 값이 있어야 합니다.",
24684
24981
  numericError: "값은 숫자여야 합니다.",
24685
24982
  minError: "값은 {0}보다 작으면 안됩니다.",
24686
24983
  maxError: "값은 {0}보다 클 수 없습니다.",
@@ -24698,6 +24995,7 @@ var koreanStrings = {
24698
24995
  urlRequestError: "'{0}'으로 잘못된 요청입니다. {1}",
24699
24996
  urlGetChoicesError: "비어있는 데이터를 요청했거나 잘못된 속성의 경로입니다.",
24700
24997
  exceedMaxSize: "파일 크기가 {0}을 초과 할 수 없습니다.",
24998
+ noUploadFilesHandler: "파일을 업로드할 수 없습니다. 'onUploadFiles'이벤트에 대한 핸들러를 추가하십시오.",
24701
24999
  otherRequiredError: "다른 질문을 작성하십시오.",
24702
25000
  uploadingFile: "파일 업로드 중입니다. 잠시 후 다시 시도하십시오.",
24703
25001
  loadingFile: "로드 중...",
@@ -24712,6 +25010,8 @@ var koreanStrings = {
24712
25010
  emptyRowsText: "행이 없습니다.",
24713
25011
  addPanel: "추가",
24714
25012
  removePanel: "제거",
25013
+ showDetails: "세부 정보 표시",
25014
+ hideDetails: "세부 정보 숨기기",
24715
25015
  choices_Item: "항목",
24716
25016
  matrix_column: "열",
24717
25017
  matrix_row: "행",
@@ -24750,7 +25050,9 @@ var koreanStrings = {
24750
25050
  more: "더보기",
24751
25051
  tagboxDoneButtonCaption: "그래",
24752
25052
  selectToRankEmptyRankedAreaText: "모든 선택 항목이 순위가 매겨집니다.",
24753
- selectToRankEmptyUnrankedAreaText: "여기에 선택 항목을 끌어다 놓아 순위를 매깁니다."
25053
+ selectToRankEmptyUnrankedAreaText: "여기에 선택 항목을 끌어다 놓아 순위를 매깁니다.",
25054
+ ok: "그래",
25055
+ cancel: "취소"
24754
25056
  };
24755
25057
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ko"] = koreanStrings;
24756
25058
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ko"] = "한국어";
@@ -24764,7 +25066,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ko"]
24764
25066
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "여기에 선택 항목을 끌어다 놓아 순위를 매깁니다."// takePhotoCaption: "Take Photo" => "사진 찍기"
24765
25067
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "아래 버튼을 클릭하여 카메라로 사진을 찍습니다."
24766
25068
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "업로드할 파일을 드래그 앤 드롭하거나 선택하거나 카메라를 사용하여 사진을 찍습니다."
24767
- // replaceFileCaption: "Replace file" => "파일 바꾸기"
25069
+ // replaceFileCaption: "Replace file" => "파일 바꾸기"// eachRowUniqueError: "Each row must have a unique value." => "각 행에는 고유한 값이 있어야 합니다."
25070
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "파일을 업로드할 수 없습니다. 'onUploadFiles'이벤트에 대한 핸들러를 추가하십시오."
25071
+ // showDetails: "Show Details" => "세부 정보 표시"
25072
+ // hideDetails: "Hide Details" => "세부 정보 숨기기"
25073
+ // ok: "OK" => "그래"
25074
+ // cancel: "Cancel" => "취소"
24768
25075
 
24769
25076
 
24770
25077
  /***/ }),
@@ -24806,6 +25113,7 @@ var latvianSurveyStrings = {
24806
25113
  requiredError: "Lūdzu, atbildiet uz jautājumu!",
24807
25114
  requiredErrorInPanel: "Lūdzu, atbildiet uz vismaz vienu jautājumu.",
24808
25115
  requiredInAllRowsError: "Lūdzu, atbildiet uz jautājumiem visās rindās.",
25116
+ eachRowUniqueError: "Katrai rindai jābūt unikālai vērtībai.",
24809
25117
  numericError: "Atbildei ir jābūt skaitlim.",
24810
25118
  minError: "Vērtība nedrīkst būt mazāka par {0}",
24811
25119
  maxError: "Vērtība nedrīkst būt lielāka par {0}",
@@ -24823,6 +25131,7 @@ var latvianSurveyStrings = {
24823
25131
  urlRequestError: "Pieprasījumā tika atgriezta kļūda “{0}”. {1}",
24824
25132
  urlGetChoicesError: "Pieprasījums atgrieza tukšus datus vai rekvizīts “path” ir nepareizs",
24825
25133
  exceedMaxSize: "Faila lielums nedrīkst pārsniegt {0}.",
25134
+ noUploadFilesHandler: "Failus nevar augšupielādēt. Lūdzu, pievienojiet apdarinātāju notikumam \"onUploadFiles\".",
24826
25135
  otherRequiredError: "Lūdzu, ievadiet datus laukā 'Cits'",
24827
25136
  uploadingFile: "Jūsu fails tiek augšupielādēts. Lūdzu, uzgaidiet dažas sekundes un mēģiniet vēlreiz.",
24828
25137
  loadingFile: "Notiek ielāde ...",
@@ -24837,6 +25146,8 @@ var latvianSurveyStrings = {
24837
25146
  emptyRowsText: "Nav rindu.",
24838
25147
  addPanel: "Pievieno jaunu",
24839
25148
  removePanel: "Noņemt",
25149
+ showDetails: "Rādīt detalizētu informāciju",
25150
+ hideDetails: "Slēpt detaļas",
24840
25151
  choices_Item: "vienums",
24841
25152
  matrix_column: "Sleja",
24842
25153
  matrix_row: "Rinda",
@@ -24875,7 +25186,9 @@ var latvianSurveyStrings = {
24875
25186
  more: "Vairāk",
24876
25187
  tagboxDoneButtonCaption: "LABI",
24877
25188
  selectToRankEmptyRankedAreaText: "Visas izvēles ir sarindotas",
24878
- selectToRankEmptyUnrankedAreaText: "Velciet un nometiet izvēles iespējas šeit, lai tās sarindotu"
25189
+ selectToRankEmptyUnrankedAreaText: "Velciet un nometiet izvēles iespējas šeit, lai tās sarindotu",
25190
+ ok: "LABI",
25191
+ cancel: "Atcelt"
24879
25192
  };
24880
25193
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["lv"] = latvianSurveyStrings;
24881
25194
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lv"] = "latviešu";
@@ -24890,7 +25203,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lv"]
24890
25203
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Velciet un nometiet izvēles iespējas šeit, lai tās sarindotu"// takePhotoCaption: "Take Photo" => "Uzņemt fotoattēlu"
24891
25204
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Noklikšķiniet uz pogas zemāk, lai uzņemtu fotoattēlu, izmantojot kameru."
24892
25205
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Velciet un nometiet vai atlasiet failu, ko augšupielādēt vai uzņemt fotoattēlu, izmantojot kameru."
24893
- // replaceFileCaption: "Replace file" => "Aizstāt failu"
25206
+ // replaceFileCaption: "Replace file" => "Aizstāt failu"// eachRowUniqueError: "Each row must have a unique value." => "Katrai rindai jābūt unikālai vērtībai."
25207
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Failus nevar augšupielādēt. Lūdzu, pievienojiet apdarinātāju notikumam \"onUploadFiles\"."
25208
+ // showDetails: "Show Details" => "Rādīt detalizētu informāciju"
25209
+ // hideDetails: "Hide Details" => "Slēpt detaļas"
25210
+ // ok: "OK" => "LABI"
25211
+ // cancel: "Cancel" => "Atcelt"
24894
25212
 
24895
25213
 
24896
25214
  /***/ }),
@@ -24932,6 +25250,7 @@ var lithuaniaSurveyStrings = {
24932
25250
  requiredError: "Būtina atsakyti į šį klausimą.",
24933
25251
  requiredErrorInPanel: "Būtina atsakyti bent į vieną klausimą.",
24934
25252
  requiredInAllRowsError: "Prašome atsakyti į klausimus visose eilutėse.",
25253
+ eachRowUniqueError: "Kiekviena eilutė turi turėti unikalią reikšmę.",
24935
25254
  numericError: "Turi būti skaičiai.",
24936
25255
  minError: "Vertė neturėtų būti mažesnė nei {0}",
24937
25256
  maxError: "Vertė neturėtų būti didesnė nei {0}",
@@ -24949,6 +25268,7 @@ var lithuaniaSurveyStrings = {
24949
25268
  urlRequestError: "Užklausa grąžino klaidą'{0}'. {1}",
24950
25269
  urlGetChoicesError: "Užklausa grąžino tuščius duomenis arba 'path' savybė yra neteisinga",
24951
25270
  exceedMaxSize: "Failo dydis neturi viršyti {0}.",
25271
+ noUploadFilesHandler: "Failų įkelti negalima. Pridėkite įvykio \"onUploadFiles\" tvarkytoją.",
24952
25272
  otherRequiredError: "Įveskite kitą reikšmę.",
24953
25273
  uploadingFile: "Jūsų failas yra keliamas. Palaukite keletą sekundžių ir bandykite dar kartą.",
24954
25274
  loadingFile: "Prašome palaukti...",
@@ -24963,6 +25283,8 @@ var lithuaniaSurveyStrings = {
24963
25283
  emptyRowsText: "Eilių nėra.",
24964
25284
  addPanel: "Pridėti naują",
24965
25285
  removePanel: "Ištrinti",
25286
+ showDetails: "Rodyti išsamią informaciją",
25287
+ hideDetails: "Slėpti išsamią informaciją",
24966
25288
  choices_Item: "elementas",
24967
25289
  matrix_column: "Stulpelis",
24968
25290
  matrix_row: "Eilutė",
@@ -25001,7 +25323,9 @@ var lithuaniaSurveyStrings = {
25001
25323
  more: "Daugiau",
25002
25324
  tagboxDoneButtonCaption: "GERAI",
25003
25325
  selectToRankEmptyRankedAreaText: "Visi pasirinkimai yra reitinguojami",
25004
- selectToRankEmptyUnrankedAreaText: "Nuvilkite pasirinkimus čia, kad juos reitinguotumėte"
25326
+ selectToRankEmptyUnrankedAreaText: "Nuvilkite pasirinkimus čia, kad juos reitinguotumėte",
25327
+ ok: "GERAI",
25328
+ cancel: "Atšaukti"
25005
25329
  };
25006
25330
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["lt"] = lithuaniaSurveyStrings;
25007
25331
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lt"] = "lietuvių";
@@ -25028,7 +25352,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lt"]
25028
25352
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Nuvilkite pasirinkimus čia, kad juos reitinguotumėte"// takePhotoCaption: "Take Photo" => "Fotografuoti"
25029
25353
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Spustelėkite žemiau esantį mygtuką, kad nufotografuotumėte fotoaparatu."
25030
25354
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Nuvilkite arba pasirinkite failą, kurį norite įkelti arba nufotografuoti naudodami fotoaparatą."
25031
- // replaceFileCaption: "Replace file" => "Pakeiskite failą"
25355
+ // replaceFileCaption: "Replace file" => "Pakeiskite failą"// eachRowUniqueError: "Each row must have a unique value." => "Kiekviena eilutė turi turėti unikalią reikšmę."
25356
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Failų įkelti negalima. Pridėkite įvykio \"onUploadFiles\" tvarkytoją."
25357
+ // showDetails: "Show Details" => "Rodyti išsamią informaciją"
25358
+ // hideDetails: "Hide Details" => "Slėpti išsamią informaciją"
25359
+ // ok: "OK" => "GERAI"
25360
+ // cancel: "Cancel" => "Atšaukti"
25032
25361
 
25033
25362
 
25034
25363
  /***/ }),
@@ -25070,6 +25399,7 @@ var macedonianSurveyStrings = {
25070
25399
  requiredError: "Ве молам, одговорете на прашањето.",
25071
25400
  requiredErrorInPanel: "Ве молам, одговорете барем на едно прашање.",
25072
25401
  requiredInAllRowsError: "Ве молиме, одговорете на прашања во сите редови.",
25402
+ eachRowUniqueError: "Секој ред мора да има уникатна вредност.",
25073
25403
  numericError: "Вредноста треба да биде нумеричка.",
25074
25404
  minError: "Вредноста не треба да биде помала од {0}",
25075
25405
  maxError: "Вредноста не треба да биде поголема од {0}",
@@ -25087,6 +25417,7 @@ var macedonianSurveyStrings = {
25087
25417
  urlRequestError: "Барањето врати грешка '{0}'. {1} ",
25088
25418
  urlGetChoicesError: "Барањето врати празни податоци или својството 'path' е неточно",
25089
25419
  exceedMaxSize: "Големината на датотеката не треба да надминува {0}.",
25420
+ noUploadFilesHandler: "Фајловите не можат да се качуваат. Ве молиме додадете раководител за настанот 'onUploadFiles'.",
25090
25421
  otherRequiredError: "Внесете ја другата вредност.",
25091
25422
  uploadingFile: "Вашата датотека се поставува. Ве молиме почекајте неколку секунди и обидете се повторно.",
25092
25423
  loadingFile: "Се вчитува ...",
@@ -25101,6 +25432,8 @@ var macedonianSurveyStrings = {
25101
25432
  emptyRowsText: "Нема редови.",
25102
25433
  addPanel: "Додади ново",
25103
25434
  removePanel: "Отстрани",
25435
+ showDetails: "Прикажување на деталите",
25436
+ hideDetails: "Сокриј ги деталите.",
25104
25437
  choices_Item: "ставка",
25105
25438
  matrix_column: "Колона",
25106
25439
  matrix_row: "Ред",
@@ -25139,7 +25472,9 @@ var macedonianSurveyStrings = {
25139
25472
  more: "Повеќе",
25140
25473
  tagboxDoneButtonCaption: "ДОБРО",
25141
25474
  selectToRankEmptyRankedAreaText: "Сите избори се рангирани",
25142
- selectToRankEmptyUnrankedAreaText: "Влечете и фрлете го изборот овде за да ги рангирате"
25475
+ selectToRankEmptyUnrankedAreaText: "Влечете и фрлете го изборот овде за да ги рангирате",
25476
+ ok: "ДОБРО",
25477
+ cancel: "Откажи"
25143
25478
  };
25144
25479
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["mk"] = macedonianSurveyStrings;
25145
25480
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["mk"] = "Македонски";
@@ -25160,7 +25495,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["mk"]
25160
25495
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Влечете и фрлете го изборот овде за да ги рангирате"// takePhotoCaption: "Take Photo" => "Фотографирајте"
25161
25496
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Кликнете на копчето подолу за да фотографирате користејќи ја камерата."
25162
25497
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Влечете и фрлајте или изберете датотека за качување или фотографирање користејќи ја камерата."
25163
- // replaceFileCaption: "Replace file" => "Заменете го фајлот."
25498
+ // replaceFileCaption: "Replace file" => "Заменете го фајлот."// eachRowUniqueError: "Each row must have a unique value." => "Секој ред мора да има уникатна вредност."
25499
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Фајловите не можат да се качуваат. Ве молиме додадете раководител за настанот 'onUploadFiles'."
25500
+ // showDetails: "Show Details" => "Прикажување на деталите"
25501
+ // hideDetails: "Hide Details" => "Сокриј ги деталите."
25502
+ // ok: "OK" => "ДОБРО"
25503
+ // cancel: "Cancel" => "Откажи"
25164
25504
 
25165
25505
 
25166
25506
  /***/ }),
@@ -25202,6 +25542,7 @@ var malaySurveyStrings = {
25202
25542
  requiredError: "Respons diperlukan.",
25203
25543
  requiredErrorInPanel: "Respons diperlukan: jawab sekurang-kurangnya satu soalan.",
25204
25544
  requiredInAllRowsError: "Respons diperlukan: jawab soalan dalam semua baris.",
25545
+ eachRowUniqueError: "Setiap baris mesti mempunyai nilai yang unik.",
25205
25546
  numericError: "Nilai mestilah numerik.",
25206
25547
  minError: "Nilai tidak boleh kurang daripada {0}",
25207
25548
  maxError: "Nilai tidak boleh lebih besar daripada {0}",
@@ -25219,6 +25560,7 @@ var malaySurveyStrings = {
25219
25560
  urlRequestError: "Permintaan mengembalikan ralat '{0}'. {1}",
25220
25561
  urlGetChoicesError: "Permintaan mengembalikan data kosong atau ciri 'laluan' salah",
25221
25562
  exceedMaxSize: "Saiz fail hendaklah tidak melebihi {0}.",
25563
+ noUploadFilesHandler: "Fail tidak boleh dimuat naik. Sila tambah pengendali untuk acara 'onUploadFiles'.",
25222
25564
  otherRequiredError: "Respons diperlukan: masukkan nilai lain.",
25223
25565
  uploadingFile: "Fail anda sedang dimuat naik. Sila tunggu beberapa saat dan cuba lagi.",
25224
25566
  loadingFile: "Memuat...",
@@ -25233,6 +25575,8 @@ var malaySurveyStrings = {
25233
25575
  emptyRowsText: "Tiada baris.",
25234
25576
  addPanel: "Tambah baharu",
25235
25577
  removePanel: "Alih keluar",
25578
+ showDetails: "Tunjukkan Butiran",
25579
+ hideDetails: "Sembunyikan Butiran",
25236
25580
  choices_Item: "item",
25237
25581
  matrix_column: "Lajur",
25238
25582
  matrix_row: "Baris",
@@ -25271,7 +25615,9 @@ var malaySurveyStrings = {
25271
25615
  more: "Lebih banyak",
25272
25616
  tagboxDoneButtonCaption: "OK",
25273
25617
  selectToRankEmptyRankedAreaText: "Semua pilihan disenaraikan",
25274
- selectToRankEmptyUnrankedAreaText: "Seret dan lepaskan pilihan di sini untuk meletakkannya"
25618
+ selectToRankEmptyUnrankedAreaText: "Seret dan lepaskan pilihan di sini untuk meletakkannya",
25619
+ ok: "OK",
25620
+ cancel: "Batal"
25275
25621
  };
25276
25622
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ms"] = malaySurveyStrings;
25277
25623
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ms"] = "melayu";
@@ -25288,7 +25634,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ms"]
25288
25634
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Seret dan lepaskan pilihan di sini untuk meletakkannya"// takePhotoCaption: "Take Photo" => "Ambil gambar"
25289
25635
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik butang di bawah untuk mengambil gambar menggunakan kamera."
25290
25636
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Seret dan lepas atau pilih fail untuk memuat naik atau mengambil foto menggunakan kamera."
25291
- // replaceFileCaption: "Replace file" => "Gantikan fail"
25637
+ // replaceFileCaption: "Replace file" => "Gantikan fail"// eachRowUniqueError: "Each row must have a unique value." => "Setiap baris mesti mempunyai nilai yang unik."
25638
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Fail tidak boleh dimuat naik. Sila tambah pengendali untuk acara 'onUploadFiles'."
25639
+ // showDetails: "Show Details" => "Tunjukkan Butiran"
25640
+ // hideDetails: "Hide Details" => "Sembunyikan Butiran"
25641
+ // ok: "OK" => "OK"
25642
+ // cancel: "Cancel" => "Batal"
25292
25643
 
25293
25644
 
25294
25645
  /***/ }),
@@ -25354,6 +25705,7 @@ var norwegianSurveyStrings = {
25354
25705
  requiredError: "Vennligst svar på spørsmålet.",
25355
25706
  requiredErrorInPanel: "Vennligst svar på minst ett spørsmål.",
25356
25707
  requiredInAllRowsError: "Vennligst svar på spørsmål i alle rader.",
25708
+ eachRowUniqueError: "Hver rad må ha en unik verdi.",
25357
25709
  numericError: "Verdien skal være numerisk.",
25358
25710
  minError: "Verdien bør ikke være mindre enn {0}",
25359
25711
  maxError: "Verdien bør ikke være større enn {0}",
@@ -25371,6 +25723,7 @@ var norwegianSurveyStrings = {
25371
25723
  urlRequestError: "Forespørselen returnerte feilen '{0}'. {1}",
25372
25724
  urlGetChoicesError: "Forespørselen returnerte tomme data, eller 'sti' -egenskapen er feil",
25373
25725
  exceedMaxSize: "Filstørrelsen bør ikke overstige {0}.",
25726
+ noUploadFilesHandler: "Filer kan ikke lastes opp. Legg til et behandlingsprogram for onUploadFiles-hendelsen.",
25374
25727
  otherRequiredError: "Vennligst skriv inn den andre verdien.",
25375
25728
  uploadingFile: "Filen din lastes opp. Vennligst vent noen sekunder og prøv igjen.",
25376
25729
  loadingFile: "Laster inn ...",
@@ -25385,6 +25738,8 @@ var norwegianSurveyStrings = {
25385
25738
  emptyRowsText: "Det er ingen rader.",
25386
25739
  addPanel: "Legg til ny",
25387
25740
  removePanel: "Fjerne",
25741
+ showDetails: "Vis detaljer",
25742
+ hideDetails: "Skjul detaljer",
25388
25743
  choices_Item: "element",
25389
25744
  matrix_column: "Kolonne",
25390
25745
  matrix_row: "Rad",
@@ -25423,7 +25778,9 @@ var norwegianSurveyStrings = {
25423
25778
  more: "Mer",
25424
25779
  tagboxDoneButtonCaption: "OK",
25425
25780
  selectToRankEmptyRankedAreaText: "Alle valg er rangert",
25426
- selectToRankEmptyUnrankedAreaText: "Dra og slipp valg her for å rangere dem"
25781
+ selectToRankEmptyUnrankedAreaText: "Dra og slipp valg her for å rangere dem",
25782
+ ok: "OK",
25783
+ cancel: "Annullere"
25427
25784
  };
25428
25785
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["no"] = norwegianSurveyStrings;
25429
25786
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["no"] = "norsk";
@@ -25450,7 +25807,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["no"]
25450
25807
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dra og slipp valg her for å rangere dem"// takePhotoCaption: "Take Photo" => "Ta bilde"
25451
25808
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Klikk på knappen nedenfor for å ta et bilde med kameraet."
25452
25809
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Dra og slipp eller velg en fil for å laste opp eller ta et bilde med kameraet."
25453
- // replaceFileCaption: "Replace file" => "Erstatt fil"
25810
+ // replaceFileCaption: "Replace file" => "Erstatt fil"// eachRowUniqueError: "Each row must have a unique value." => "Hver rad må ha en unik verdi."
25811
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Filer kan ikke lastes opp. Legg til et behandlingsprogram for onUploadFiles-hendelsen."
25812
+ // showDetails: "Show Details" => "Vis detaljer"
25813
+ // hideDetails: "Hide Details" => "Skjul detaljer"
25814
+ // ok: "OK" => "OK"
25815
+ // cancel: "Cancel" => "Annullere"
25454
25816
 
25455
25817
 
25456
25818
  /***/ }),
@@ -25492,6 +25854,7 @@ var persianSurveyStrings = {
25492
25854
  requiredError: "لطفا به سوال پاسخ دهید",
25493
25855
  requiredErrorInPanel: "لطفا حداقل به یک سوال پاسخ دهید.",
25494
25856
  requiredInAllRowsError: "لطفا سوالات تمام سطرها را پاسخ دهید.",
25857
+ eachRowUniqueError: "هر سطر باید یک مقدار منحصر به فرد داشته باشد.",
25495
25858
  numericError: "مقدار باید عددی باشد",
25496
25859
  minError: "ارزش نباید کمتر از {0}",
25497
25860
  maxError: "ارزش نباید بیشتر از {0}",
@@ -25509,6 +25872,7 @@ var persianSurveyStrings = {
25509
25872
  urlRequestError: "درخواست با خطا روبرو شد: '{0}'. {1}",
25510
25873
  urlGetChoicesError: "درخواست مسیری خالی بازگشت داده یا مسیر درست تنظیم نشده",
25511
25874
  exceedMaxSize: "بیشترین حجم مجاز فایل: {0}",
25875
+ noUploadFilesHandler: "پروندهها را نمیتوان بارگذاری کرد. لطفا یک گرداننده برای رویداد \"onUploadFiles\" اضافه کنید.",
25512
25876
  otherRequiredError: "مقدار 'دیگر' را وارد کنید",
25513
25877
  uploadingFile: "فایل در حال آیلود است. لطفا صبر کنید.",
25514
25878
  loadingFile: "بارگیری...",
@@ -25523,6 +25887,8 @@ var persianSurveyStrings = {
25523
25887
  emptyRowsText: "هیچ ردیفی وجود ندارد.",
25524
25888
  addPanel: "جدید",
25525
25889
  removePanel: "حذف",
25890
+ showDetails: "نمایش جزئیات",
25891
+ hideDetails: "مخفی کردن جزئیات",
25526
25892
  choices_Item: "آیتم",
25527
25893
  matrix_column: "ستون",
25528
25894
  matrix_row: "سطر",
@@ -25561,7 +25927,9 @@ var persianSurveyStrings = {
25561
25927
  more: "بیشتر",
25562
25928
  tagboxDoneButtonCaption: "باشه",
25563
25929
  selectToRankEmptyRankedAreaText: "همه انتخاب ها رتبه بندی می شوند",
25564
- selectToRankEmptyUnrankedAreaText: "انتخاب های کشیدن و رها کردن در اینجا برای رتبه بندی انها"
25930
+ selectToRankEmptyUnrankedAreaText: "انتخاب های کشیدن و رها کردن در اینجا برای رتبه بندی انها",
25931
+ ok: "باشه",
25932
+ cancel: "لغو"
25565
25933
  };
25566
25934
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["fa"] = persianSurveyStrings;
25567
25935
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fa"] = "فارْسِى";
@@ -25588,7 +25956,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fa"]
25588
25956
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "انتخاب های کشیدن و رها کردن در اینجا برای رتبه بندی انها"// takePhotoCaption: "Take Photo" => "گرفتن عکس"
25589
25957
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "روی دکمه زیر کلیک کنید تا با استفاده از دوربین عکس بگیرید."
25590
25958
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "کشیدن و رها کردن یا انتخاب یک فایل برای اپلود یا گرفتن عکس با استفاده از دوربین."
25591
- // replaceFileCaption: "Replace file" => "جایگزینی پرونده"
25959
+ // replaceFileCaption: "Replace file" => "جایگزینی پرونده"// eachRowUniqueError: "Each row must have a unique value." => "هر سطر باید یک مقدار منحصر به فرد داشته باشد."
25960
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "پروندهها را نمیتوان بارگذاری کرد. لطفا یک گرداننده برای رویداد \"onUploadFiles\" اضافه کنید."
25961
+ // showDetails: "Show Details" => "نمایش جزئیات"
25962
+ // hideDetails: "Hide Details" => "مخفی کردن جزئیات"
25963
+ // ok: "OK" => "باشه"
25964
+ // cancel: "Cancel" => "لغو"
25592
25965
 
25593
25966
 
25594
25967
  /***/ }),
@@ -25630,6 +26003,7 @@ var polishSurveyStrings = {
25630
26003
  requiredError: "Proszę odpowiedzieć na to pytanie.",
25631
26004
  requiredErrorInPanel: "Proszę odpowiedzieć na co najmniej jedno pytanie.",
25632
26005
  requiredInAllRowsError: "Proszę odpowiedzieć na wszystkie pytania.",
26006
+ eachRowUniqueError: "Każdy wiersz musi mieć unikatową wartość.",
25633
26007
  numericError: "W tym polu można wpisać tylko liczby.",
25634
26008
  minError: "Wartość nie powinna być mniejsza niż {0}",
25635
26009
  maxError: "Wartość nie powinna być większa niż {0}",
@@ -25647,6 +26021,7 @@ var polishSurveyStrings = {
25647
26021
  urlRequestError: "Żądanie zwróciło błąd '{0}'. {1}",
25648
26022
  urlGetChoicesError: "Żądanie nie zwróciło danych albo ścieżka jest nieprawidłowa",
25649
26023
  exceedMaxSize: "Rozmiar przesłanego pliku nie może przekraczać {0}.",
26024
+ noUploadFilesHandler: "Nie można przesłać plików. Dodaj moduł obsługi zdarzenia \"onUploadFiles\".",
25650
26025
  otherRequiredError: "Proszę podać inną odpowiedź.",
25651
26026
  uploadingFile: "Trwa przenoszenie Twojego pliku, proszę spróbować ponownie za kilka sekund.",
25652
26027
  loadingFile: "Ładowanie...",
@@ -25661,6 +26036,8 @@ var polishSurveyStrings = {
25661
26036
  emptyRowsText: "Nie ma rzędów.",
25662
26037
  addPanel: "Dodaj panel",
25663
26038
  removePanel: "Usuń",
26039
+ showDetails: "Pokaż szczegóły",
26040
+ hideDetails: "Ukryj szczegóły",
25664
26041
  choices_Item: "element",
25665
26042
  matrix_column: "Kolumna",
25666
26043
  matrix_row: "Wiersz",
@@ -25699,7 +26076,9 @@ var polishSurveyStrings = {
25699
26076
  more: "Więcej",
25700
26077
  tagboxDoneButtonCaption: "OK",
25701
26078
  selectToRankEmptyRankedAreaText: "Wszystkie wybory są uszeregowane",
25702
- selectToRankEmptyUnrankedAreaText: "Przeciągnij i upuść tutaj wybory, aby je uszeregować"
26079
+ selectToRankEmptyUnrankedAreaText: "Przeciągnij i upuść tutaj wybory, aby je uszeregować",
26080
+ ok: "OK",
26081
+ cancel: "Anuluj"
25703
26082
  };
25704
26083
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["pl"] = polishSurveyStrings;
25705
26084
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pl"] = "polski";
@@ -25714,7 +26093,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pl"]
25714
26093
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Przeciągnij i upuść tutaj wybory, aby je uszeregować"// takePhotoCaption: "Take Photo" => "Zrób zdjęcie"
25715
26094
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknij przycisk poniżej, aby zrobić zdjęcie aparatem."
25716
26095
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Przeciągnij i upuść lub wybierz plik, który chcesz przesłać lub zrobić zdjęcie za pomocą aparatu."
25717
- // replaceFileCaption: "Replace file" => "Zastąp plik"
26096
+ // replaceFileCaption: "Replace file" => "Zastąp plik"// eachRowUniqueError: "Each row must have a unique value." => "Każdy wiersz musi mieć unikatową wartość."
26097
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Nie można przesłać plików. Dodaj moduł obsługi zdarzenia \"onUploadFiles\"."
26098
+ // showDetails: "Show Details" => "Pokaż szczegóły"
26099
+ // hideDetails: "Hide Details" => "Ukryj szczegóły"
26100
+ // ok: "OK" => "OK"
26101
+ // cancel: "Cancel" => "Anuluj"
25718
26102
 
25719
26103
 
25720
26104
  /***/ }),
@@ -25759,6 +26143,7 @@ var portugueseBrSurveyStrings = {
25759
26143
  requiredError: "Por favor, responda a pergunta.",
25760
26144
  requiredErrorInPanel: "Por favor, responda pelo menos uma pergunta.",
25761
26145
  requiredInAllRowsError: "Por favor, responda as perguntas em todas as linhas.",
26146
+ eachRowUniqueError: "Cada linha deve ter um valor exclusivo.",
25762
26147
  numericError: "O valor deve ser numérico.",
25763
26148
  minError: "O valor não deve ser inferior a {0}",
25764
26149
  maxError: "O valor não deve ser maior que {0}",
@@ -25776,6 +26161,7 @@ var portugueseBrSurveyStrings = {
25776
26161
  urlRequestError: "A requisição retornou o erro '{0}'. {1}",
25777
26162
  urlGetChoicesError: "A requisição não retornou dados ou o 'caminho' da requisição não está correto",
25778
26163
  exceedMaxSize: "O tamanho do arquivo não deve exceder {0}.",
26164
+ noUploadFilesHandler: "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'.",
25779
26165
  otherRequiredError: "Por favor, informe o outro valor.",
25780
26166
  uploadingFile: "Seu arquivo está sendo carregado. Por favor, aguarde alguns segundos e tente novamente.",
25781
26167
  loadingFile: "Carregando...",
@@ -25790,6 +26176,8 @@ var portugueseBrSurveyStrings = {
25790
26176
  emptyRowsText: "Não há filas.",
25791
26177
  addPanel: "Adicionar novo",
25792
26178
  removePanel: "Retirar",
26179
+ showDetails: "Mostrar detalhes",
26180
+ hideDetails: "Ocultar detalhes",
25793
26181
  choices_Item: "item",
25794
26182
  matrix_column: "Coluna",
25795
26183
  matrix_row: "Remar",
@@ -25828,7 +26216,9 @@ var portugueseBrSurveyStrings = {
25828
26216
  more: "Mais",
25829
26217
  tagboxDoneButtonCaption: "OKEY",
25830
26218
  selectToRankEmptyRankedAreaText: "Todas as opções são classificadas",
25831
- selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las"
26219
+ selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las",
26220
+ ok: "OKEY",
26221
+ cancel: "Cancelar"
25832
26222
  };
25833
26223
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["pt-br"] = portugueseBrSurveyStrings;
25834
26224
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt-br"] = "português brasileiro";
@@ -25902,7 +26292,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt-b
25902
26292
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arraste e solte as opções aqui para classificá-las"// takePhotoCaption: "Take Photo" => "Tirar foto"
25903
26293
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Clique no botão abaixo para tirar uma foto usando a câmera."
25904
26294
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arraste e solte ou selecione um arquivo para carregar ou tirar uma foto usando a câmera."
25905
- // replaceFileCaption: "Replace file" => "Substituir arquivo"
26295
+ // replaceFileCaption: "Replace file" => "Substituir arquivo"// eachRowUniqueError: "Each row must have a unique value." => "Cada linha deve ter um valor exclusivo."
26296
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'."
26297
+ // showDetails: "Show Details" => "Mostrar detalhes"
26298
+ // hideDetails: "Hide Details" => "Ocultar detalhes"
26299
+ // ok: "OK" => "OKEY"
26300
+ // cancel: "Cancel" => "Cancelar"
25906
26301
 
25907
26302
 
25908
26303
  /***/ }),
@@ -25944,6 +26339,7 @@ var portugueseSurveyStrings = {
25944
26339
  requiredError: "Por favor, responda à pergunta.",
25945
26340
  requiredErrorInPanel: "Por favor, responda pelo menos a uma pergunta.",
25946
26341
  requiredInAllRowsError: "Por favor, responda às perguntas em todas as linhas.",
26342
+ eachRowUniqueError: "Cada linha deve ter um valor exclusivo.",
25947
26343
  numericError: "O valor deve ser numérico.",
25948
26344
  minError: "O valor não deverá ser menor que {0}",
25949
26345
  maxError: "O valor não deverá ser maior que {0}",
@@ -25961,6 +26357,7 @@ var portugueseSurveyStrings = {
25961
26357
  urlRequestError: "O pedido retornou o erro '{0}'. {1}",
25962
26358
  urlGetChoicesError: "O pedido não retornou dados ou o 'caminho' do pedido não está correto",
25963
26359
  exceedMaxSize: "O tamanho do arquivo não deve exceder {0}.",
26360
+ noUploadFilesHandler: "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'.",
25964
26361
  otherRequiredError: "Por favor, insira o outro valor.",
25965
26362
  uploadingFile: "O seu ficheiro está a carregar. Por favor, aguarde alguns segundos e tente novamente.",
25966
26363
  loadingFile: "A carregar...",
@@ -25975,6 +26372,8 @@ var portugueseSurveyStrings = {
25975
26372
  emptyRowsText: "Não existem linhas.",
25976
26373
  addPanel: "Adicionar novo",
25977
26374
  removePanel: "Remover",
26375
+ showDetails: "Mostrar detalhes",
26376
+ hideDetails: "Ocultar detalhes",
25978
26377
  choices_Item: "item",
25979
26378
  matrix_column: "Coluna",
25980
26379
  matrix_row: "Linha",
@@ -26013,7 +26412,9 @@ var portugueseSurveyStrings = {
26013
26412
  more: "Mais",
26014
26413
  tagboxDoneButtonCaption: "Terminado",
26015
26414
  selectToRankEmptyRankedAreaText: "Todas as opções são classificadas",
26016
- selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las"
26415
+ selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las",
26416
+ ok: "OKEY",
26417
+ cancel: "Cancelar"
26017
26418
  };
26018
26419
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["pt"] = portugueseSurveyStrings;
26019
26420
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt"] = "português";
@@ -26025,7 +26426,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt"]
26025
26426
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arraste e solte as opções aqui para classificá-las"// takePhotoCaption: "Take Photo" => "Tirar foto"
26026
26427
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Clique no botão abaixo para tirar uma foto usando a câmera."
26027
26428
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arraste e solte ou selecione um arquivo para carregar ou tirar uma foto usando a câmera."
26028
- // replaceFileCaption: "Replace file" => "Substituir arquivo"
26429
+ // replaceFileCaption: "Replace file" => "Substituir arquivo"// eachRowUniqueError: "Each row must have a unique value." => "Cada linha deve ter um valor exclusivo."
26430
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'."
26431
+ // showDetails: "Show Details" => "Mostrar detalhes"
26432
+ // hideDetails: "Hide Details" => "Ocultar detalhes"
26433
+ // ok: "OK" => "OKEY"
26434
+ // cancel: "Cancel" => "Cancelar"
26029
26435
 
26030
26436
 
26031
26437
  /***/ }),
@@ -26067,6 +26473,7 @@ var romanianSurveyStrings = {
26067
26473
  requiredError: "Răspunsul la această întrebare este obligatoriu.",
26068
26474
  requiredErrorInPanel: "Vă rugăm să răspundeți la cel puțin o întrebare.",
26069
26475
  requiredInAllRowsError: "Toate răspunsurile sunt obligatorii",
26476
+ eachRowUniqueError: "Fiecare rând trebuie să aibă o valoare unică.",
26070
26477
  numericError: "Răspunsul trebuie să fie numeric.",
26071
26478
  minError: "Valoarea nu trebuie să fie mai mică de {0}",
26072
26479
  maxError: "Valoarea nu trebuie să fie mai mare de {0}",
@@ -26084,6 +26491,7 @@ var romanianSurveyStrings = {
26084
26491
  urlRequestError: "Request-ul a returnat eroarea '{0}'. {1}",
26085
26492
  urlGetChoicesError: "Request-ul nu a returnat date sau proprietatea 'path' este incorectă",
26086
26493
  exceedMaxSize: "Dimensiunea fişierului nu trebuie să depăşească {0}.",
26494
+ noUploadFilesHandler: "Fișierele nu pot fi încărcate. Vă rugăm să adăugați un handler pentru evenimentul \"onUploadFiles\".",
26087
26495
  otherRequiredError: "Trebuie să completați câmpul 'Altul'.",
26088
26496
  uploadingFile: "Fișierul dumneavoastră este în curs de încărcare. Vă rugăm așteptați câteva secunde și reveniți apoi.",
26089
26497
  loadingFile: "Se încarcă...",
@@ -26098,6 +26506,8 @@ var romanianSurveyStrings = {
26098
26506
  emptyRowsText: "Nu există rânduri.",
26099
26507
  addPanel: "Adăugare",
26100
26508
  removePanel: "Ștergere",
26509
+ showDetails: "Arată detalii",
26510
+ hideDetails: "Ascunde detalii",
26101
26511
  choices_Item: "opțiune",
26102
26512
  matrix_column: "Coloană",
26103
26513
  matrix_row: "Rând",
@@ -26136,7 +26546,9 @@ var romanianSurveyStrings = {
26136
26546
  more: "Mai mult",
26137
26547
  tagboxDoneButtonCaption: "OK",
26138
26548
  selectToRankEmptyRankedAreaText: "Toate opțiunile sunt clasificate",
26139
- selectToRankEmptyUnrankedAreaText: "Glisați și fixați opțiunile aici pentru a le clasifica"
26549
+ selectToRankEmptyUnrankedAreaText: "Glisați și fixați opțiunile aici pentru a le clasifica",
26550
+ ok: "OK",
26551
+ cancel: "Anula"
26140
26552
  };
26141
26553
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ro"] = romanianSurveyStrings;
26142
26554
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ro"] = "română";
@@ -26163,7 +26575,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ro"]
26163
26575
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Glisați și fixați opțiunile aici pentru a le clasifica"// takePhotoCaption: "Take Photo" => "Faceți o fotografie"
26164
26576
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Faceți clic pe butonul de mai jos pentru a face o fotografie folosind camera."
26165
26577
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Glisați și fixați sau selectați un fișier pentru a încărca sau a face o fotografie folosind camera."
26166
- // replaceFileCaption: "Replace file" => "Înlocuire fișier"
26578
+ // replaceFileCaption: "Replace file" => "Înlocuire fișier"// eachRowUniqueError: "Each row must have a unique value." => "Fiecare rând trebuie să aibă o valoare unică."
26579
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Fișierele nu pot fi încărcate. Vă rugăm să adăugați un handler pentru evenimentul \"onUploadFiles\"."
26580
+ // showDetails: "Show Details" => "Arată detalii"
26581
+ // hideDetails: "Hide Details" => "Ascunde detalii"
26582
+ // ok: "OK" => "OK"
26583
+ // cancel: "Cancel" => "Anula"
26167
26584
 
26168
26585
 
26169
26586
  /***/ }),
@@ -26205,6 +26622,7 @@ var russianSurveyStrings = {
26205
26622
  requiredError: "Пожалуйста, ответьте на вопрос.",
26206
26623
  requiredErrorInPanel: "Пожалуйста, ответьте по крайней мере на один вопрос.",
26207
26624
  requiredInAllRowsError: "Пожалуйста, ответьте на вопросы в каждой строке.",
26625
+ eachRowUniqueError: "Каждая строка должна иметь уникальное значение.",
26208
26626
  numericError: "Ответ должен быть числом.",
26209
26627
  minError: "Значение не должно быть меньше {0}.",
26210
26628
  maxError: "Значение не должно превышать {0}.",
@@ -26222,6 +26640,7 @@ var russianSurveyStrings = {
26222
26640
  urlRequestError: "Запрос вернул ошибку '{0}'. {1}",
26223
26641
  urlGetChoicesError: "Ответ на запрос пришел пустой или свойство 'path' указано неверно",
26224
26642
  exceedMaxSize: "Размер файла не должен превышать {0}.",
26643
+ noUploadFilesHandler: "Файлы не могут быть загружены. Пожалуйста, добавьте обработчик для события 'onUploadFiles'.",
26225
26644
  otherRequiredError: "Пожалуйста, введите данные в поле 'Другое'",
26226
26645
  uploadingFile: "Ваш файл загружается. Подождите несколько секунд и попробуйте снова.",
26227
26646
  loadingFile: "Загрузка...",
@@ -26236,6 +26655,8 @@ var russianSurveyStrings = {
26236
26655
  emptyRowsText: "Рядов нет.",
26237
26656
  addPanel: "Добавить новую",
26238
26657
  removePanel: "Удалить",
26658
+ showDetails: "Показать подробности",
26659
+ hideDetails: "Скрыть подробности",
26239
26660
  choices_Item: "Вариант",
26240
26661
  matrix_column: "Колонка",
26241
26662
  matrix_row: "Строка",
@@ -26274,7 +26695,9 @@ var russianSurveyStrings = {
26274
26695
  more: "Больше",
26275
26696
  tagboxDoneButtonCaption: "ХОРОШО",
26276
26697
  selectToRankEmptyRankedAreaText: "Все варианты ранжируются",
26277
- selectToRankEmptyUnrankedAreaText: "Перетащите сюда варианты, чтобы ранжировать их"
26698
+ selectToRankEmptyUnrankedAreaText: "Перетащите сюда варианты, чтобы ранжировать их",
26699
+ ok: "ХОРОШО",
26700
+ cancel: "Отмена"
26278
26701
  };
26279
26702
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ru"] = russianSurveyStrings;
26280
26703
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ru"] = "русский";
@@ -26289,7 +26712,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ru"]
26289
26712
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Перетащите сюда варианты, чтобы ранжировать их"// takePhotoCaption: "Take Photo" => "Сделать фото"
26290
26713
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Нажмите кнопку ниже, чтобы сделать снимок с помощью камеры."
26291
26714
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Перетащите или выберите файл для загрузки или съемки с помощью камеры."
26292
- // replaceFileCaption: "Replace file" => "Заменить файл"
26715
+ // replaceFileCaption: "Replace file" => "Заменить файл"// eachRowUniqueError: "Each row must have a unique value." => "Каждая строка должна иметь уникальное значение."
26716
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файлы не могут быть загружены. Пожалуйста, добавьте обработчик для события 'onUploadFiles'."
26717
+ // showDetails: "Show Details" => "Показать подробности"
26718
+ // hideDetails: "Hide Details" => "Скрыть подробности"
26719
+ // ok: "OK" => "ХОРОШО"
26720
+ // cancel: "Cancel" => "Отмена"
26293
26721
 
26294
26722
 
26295
26723
  /***/ }),
@@ -26331,6 +26759,7 @@ var serbianStrings = {
26331
26759
  requiredError: "Molimo odgovorite na ovo pitanje.",
26332
26760
  requiredErrorInPanel: "Molimo odgovorite na bar jedno pitanje.",
26333
26761
  requiredInAllRowsError: "Molimo odgovorite na pitanja u svim redovima.",
26762
+ eachRowUniqueError: "Svaki red mora imati jedinstvenu vrednost.",
26334
26763
  numericError: "Vrednost bi trebalo da bude numerička.",
26335
26764
  minError: "Vrednost ne bi trebalo da bude manja od {0}",
26336
26765
  maxError: "Vrednost ne bi trebalo da bude veća od {0}",
@@ -26348,6 +26777,7 @@ var serbianStrings = {
26348
26777
  urlRequestError: "Zahtev je naišao na grešku '{0}'. {1}",
26349
26778
  urlGetChoicesError: "Zahtev nije pronašao podatke, ili je putanja netačna",
26350
26779
  exceedMaxSize: "Veličina fajla ne bi trebalo da prelazi {0}.",
26780
+ noUploadFilesHandler: "Nije moguće otpremiti datoteke. Dodajte rukovaoca za događaj \"onUploadFiles\".",
26351
26781
  otherRequiredError: "Molimo unesite drugu vrednost.",
26352
26782
  uploadingFile: "Fajl se šalje. Molimo sačekajte neko vreme i pokušajte ponovo.",
26353
26783
  loadingFile: "Učitavanje...",
@@ -26362,6 +26792,8 @@ var serbianStrings = {
26362
26792
  emptyRowsText: "Nema redova.",
26363
26793
  addPanel: "Dodaj novo",
26364
26794
  removePanel: "Ukloni",
26795
+ showDetails: "Prikaži detalje",
26796
+ hideDetails: "Sakrij detalje",
26365
26797
  choices_Item: "stavka",
26366
26798
  matrix_column: "Kolona",
26367
26799
  matrix_row: "Red",
@@ -26400,7 +26832,9 @@ var serbianStrings = {
26400
26832
  more: "Viљe",
26401
26833
  tagboxDoneButtonCaption: "U redu",
26402
26834
  selectToRankEmptyRankedAreaText: "Svi izbori su rangirani",
26403
- selectToRankEmptyUnrankedAreaText: "Prevucite i otpustite izbor ovde da biste ih rangirali"
26835
+ selectToRankEmptyUnrankedAreaText: "Prevucite i otpustite izbor ovde da biste ih rangirali",
26836
+ ok: "U redu",
26837
+ cancel: "Otkaži"
26404
26838
  };
26405
26839
  //Uncomment these two lines on creating a translation file. You should replace "en" and enStrings with your locale ("fr", "de" and so on) and your variable.
26406
26840
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["rs"] = serbianStrings;
@@ -26422,7 +26856,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["rs"]
26422
26856
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Prevucite i otpustite izbor ovde da biste ih rangirali"// takePhotoCaption: "Take Photo" => "Fotografisanje"
26423
26857
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknite na dugme ispod da biste snimili fotografiju pomoću fotoaparata."
26424
26858
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Prevucite i otpustite ili izaberite datoteku za otpremanje ili snimanje fotografije pomoću fotoaparata."
26425
- // replaceFileCaption: "Replace file" => "Zameni datoteku"
26859
+ // replaceFileCaption: "Replace file" => "Zameni datoteku"// eachRowUniqueError: "Each row must have a unique value." => "Svaki red mora imati jedinstvenu vrednost."
26860
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Nije moguće otpremiti datoteke. Dodajte rukovaoca za događaj \"onUploadFiles\"."
26861
+ // showDetails: "Show Details" => "Prikaži detalje"
26862
+ // hideDetails: "Hide Details" => "Sakrij detalje"
26863
+ // ok: "OK" => "U redu"
26864
+ // cancel: "Cancel" => "Otkaži"
26426
26865
 
26427
26866
 
26428
26867
  /***/ }),
@@ -26464,6 +26903,7 @@ var simplifiedChineseSurveyStrings = {
26464
26903
  requiredError: "请填写此问题",
26465
26904
  requiredErrorInPanel: "至少回答一题.",
26466
26905
  requiredInAllRowsError: "请填写所有行中问题",
26906
+ eachRowUniqueError: "每行必须具有唯一值。",
26467
26907
  numericError: "答案必须是个数字",
26468
26908
  minError: "该值不能小于 {0}",
26469
26909
  maxError: "该值不能大于 {0}",
@@ -26481,6 +26921,7 @@ var simplifiedChineseSurveyStrings = {
26481
26921
  urlRequestError: "载入选项时发生错误 '{0}': {1}",
26482
26922
  urlGetChoicesError: "未能载入有效的选项或请求参数路径有误",
26483
26923
  exceedMaxSize: "文件大小不能超过 {0}",
26924
+ noUploadFilesHandler: "无法上传文件。请为“onUploadFiles”事件添加处理程序。",
26484
26925
  otherRequiredError: "请完成其他问题",
26485
26926
  uploadingFile: "文件上传中... 请耐心等待几秒后重试",
26486
26927
  loadingFile: "加载...",
@@ -26495,6 +26936,8 @@ var simplifiedChineseSurveyStrings = {
26495
26936
  emptyRowsText: "无内容",
26496
26937
  addPanel: "新添",
26497
26938
  removePanel: "删除",
26939
+ showDetails: "显示详细信息",
26940
+ hideDetails: "隐藏详细信息",
26498
26941
  choices_Item: "选项",
26499
26942
  matrix_column: "列",
26500
26943
  matrix_row: "行",
@@ -26533,7 +26976,9 @@ var simplifiedChineseSurveyStrings = {
26533
26976
  more: "更多",
26534
26977
  tagboxDoneButtonCaption: "还行",
26535
26978
  selectToRankEmptyRankedAreaText: "所有选择均已排名",
26536
- selectToRankEmptyUnrankedAreaText: "将选项拖放到此处进行排名"
26979
+ selectToRankEmptyUnrankedAreaText: "将选项拖放到此处进行排名",
26980
+ ok: "还行",
26981
+ cancel: "取消"
26537
26982
  };
26538
26983
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["zh-cn"] = simplifiedChineseSurveyStrings;
26539
26984
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-cn"] = "简体中文";
@@ -26554,7 +26999,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-c
26554
26999
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "将选项拖放到此处进行排名"// takePhotoCaption: "Take Photo" => "拍照"
26555
27000
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "单击下面的按钮使用相机拍照。"
26556
27001
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "拖放或选择要上传的文件或使用相机拍摄照片。"
26557
- // replaceFileCaption: "Replace file" => "替换文件"
27002
+ // replaceFileCaption: "Replace file" => "替换文件"// eachRowUniqueError: "Each row must have a unique value." => "每行必须具有唯一值。"
27003
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "无法上传文件。请为“onUploadFiles”事件添加处理程序。"
27004
+ // showDetails: "Show Details" => "显示详细信息"
27005
+ // hideDetails: "Hide Details" => "隐藏详细信息"
27006
+ // ok: "OK" => "还行"
27007
+ // cancel: "Cancel" => "取消"
26558
27008
 
26559
27009
 
26560
27010
  /***/ }),
@@ -26596,6 +27046,7 @@ var slovakSurveyStrings = {
26596
27046
  requiredError: "Požaduje sa odozva.",
26597
27047
  requiredErrorInPanel: "Požaduje sa odozva: zodpovedajte aspoň jednu otázku.",
26598
27048
  requiredInAllRowsError: "Požaduje sa odozva: zodpovedajte otázky vo všetkých riadkoch.",
27049
+ eachRowUniqueError: "Každý riadok musí mať jedinečnú hodnotu.",
26599
27050
  numericError: "Hodnota má byť číselná.",
26600
27051
  minError: "Hodnota nemá byť nižšia než {0}",
26601
27052
  maxError: "Hodnota nemá byť vyššia než {0}",
@@ -26613,6 +27064,7 @@ var slovakSurveyStrings = {
26613
27064
  urlRequestError: "Požiadavky vrátila hodnotu „{0}“. {1}",
26614
27065
  urlGetChoicesError: "Požiadavka vrátila prázdne údaje alebo je vlastnosť „cesta“ nesprávna",
26615
27066
  exceedMaxSize: "Veľkosť súboru nemá prekročiť {0}.",
27067
+ noUploadFilesHandler: "Súbory nie je možné nahrať. Pridajte obslužný program pre udalosť \"onUploadFiles\".",
26616
27068
  otherRequiredError: "Požaduje sa odozva: zadajte inú hodnotu.",
26617
27069
  uploadingFile: "Súbor sa odovzdáva. Počkajte niekoľko sekúnd a skúste to znova.",
26618
27070
  loadingFile: "Načítanie...",
@@ -26627,6 +27079,8 @@ var slovakSurveyStrings = {
26627
27079
  emptyRowsText: "K dispozícii nie sú žiadne riadky.",
26628
27080
  addPanel: "Pridať nové",
26629
27081
  removePanel: "Odstrániť",
27082
+ showDetails: "Zobraziť podrobnosti",
27083
+ hideDetails: "Skryť podrobnosti",
26630
27084
  choices_Item: "položka",
26631
27085
  matrix_column: "Stĺpec",
26632
27086
  matrix_row: "Riadok",
@@ -26665,7 +27119,9 @@ var slovakSurveyStrings = {
26665
27119
  more: "Viacej",
26666
27120
  tagboxDoneButtonCaption: "OK",
26667
27121
  selectToRankEmptyRankedAreaText: "Všetky možnosti sú zoradené",
26668
- selectToRankEmptyUnrankedAreaText: "Presuňte sem voľby, aby ste ich zoradili"
27122
+ selectToRankEmptyUnrankedAreaText: "Presuňte sem voľby, aby ste ich zoradili",
27123
+ ok: "OK",
27124
+ cancel: "Zrušiť"
26669
27125
  };
26670
27126
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["sk"] = slovakSurveyStrings;
26671
27127
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sk"] = "slovenčina";
@@ -26682,7 +27138,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sk"]
26682
27138
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Presuňte sem voľby, aby ste ich zoradili"// takePhotoCaption: "Take Photo" => "Odfotiť"
26683
27139
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknutím na tlačidlo nižšie nasnímate fotografiu pomocou fotoaparátu."
26684
27140
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Presuňte myšou alebo vyberte súbor, ktorý chcete nahrať alebo nasnímať fotografiu pomocou fotoaparátu."
26685
- // replaceFileCaption: "Replace file" => "Nahradenie súboru"
27141
+ // replaceFileCaption: "Replace file" => "Nahradenie súboru"// eachRowUniqueError: "Each row must have a unique value." => "Každý riadok musí mať jedinečnú hodnotu."
27142
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Súbory nie je možné nahrať. Pridajte obslužný program pre udalosť \"onUploadFiles\"."
27143
+ // showDetails: "Show Details" => "Zobraziť podrobnosti"
27144
+ // hideDetails: "Hide Details" => "Skryť podrobnosti"
27145
+ // ok: "OK" => "OK"
27146
+ // cancel: "Cancel" => "Zrušiť"
26686
27147
 
26687
27148
 
26688
27149
  /***/ }),
@@ -26724,6 +27185,7 @@ var spanishSurveyStrings = {
26724
27185
  requiredError: "Por favor conteste la pregunta.",
26725
27186
  requiredErrorInPanel: "Por favor, responda al menos una pregunta.",
26726
27187
  requiredInAllRowsError: "Por favor conteste las preguntas en cada hilera.",
27188
+ eachRowUniqueError: "Cada fila debe tener un valor único.",
26727
27189
  numericError: "La estimación debe ser numérica.",
26728
27190
  minError: "La estimación no debe ser menor que {0}",
26729
27191
  maxError: "La estimación no debe ser mayor que {0}",
@@ -26741,6 +27203,7 @@ var spanishSurveyStrings = {
26741
27203
  urlRequestError: "La solicitud regresó error '{0}'. {1}",
26742
27204
  urlGetChoicesError: "La solicitud regresó vacío de data o la propiedad 'trayectoria' no es correcta",
26743
27205
  exceedMaxSize: "El tamaño del archivo no debe de exceder {0}.",
27206
+ noUploadFilesHandler: "Los archivos no se pueden cargar. Agregue un controlador para el evento 'onUploadFiles'.",
26744
27207
  otherRequiredError: "Por favor agregue la otra estimación.",
26745
27208
  uploadingFile: "Su archivo se está subiendo. Por favor espere unos segundos e intente de nuevo.",
26746
27209
  loadingFile: "Cargando...",
@@ -26755,6 +27218,8 @@ var spanishSurveyStrings = {
26755
27218
  emptyRowsText: "No hay hileras.",
26756
27219
  addPanel: "Añadir nuevo",
26757
27220
  removePanel: "Retire",
27221
+ showDetails: "Mostrar detalles",
27222
+ hideDetails: "Ocultar detalles",
26758
27223
  choices_Item: "artículo",
26759
27224
  matrix_column: "Columna",
26760
27225
  matrix_row: "Hilera",
@@ -26793,7 +27258,9 @@ var spanishSurveyStrings = {
26793
27258
  more: "Más",
26794
27259
  tagboxDoneButtonCaption: "De acuerdo",
26795
27260
  selectToRankEmptyRankedAreaText: "Todas las opciones están clasificadas",
26796
- selectToRankEmptyUnrankedAreaText: "Arrastra y suelta opciones aquí para clasificarlas"
27261
+ selectToRankEmptyUnrankedAreaText: "Arrastra y suelta opciones aquí para clasificarlas",
27262
+ ok: "De acuerdo",
27263
+ cancel: "Cancelar"
26797
27264
  };
26798
27265
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["es"] = spanishSurveyStrings;
26799
27266
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["es"] = "español";
@@ -26808,7 +27275,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["es"]
26808
27275
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arrastra y suelta opciones aquí para clasificarlas"// takePhotoCaption: "Take Photo" => "Tomar foto"
26809
27276
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Haga clic en el botón de abajo para tomar una foto con la cámara."
26810
27277
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arrastre y suelte o seleccione un archivo para cargar o tomar una foto con la cámara."
26811
- // replaceFileCaption: "Replace file" => "Reemplazar archivo"
27278
+ // replaceFileCaption: "Replace file" => "Reemplazar archivo"// eachRowUniqueError: "Each row must have a unique value." => "Cada fila debe tener un valor único."
27279
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Los archivos no se pueden cargar. Agregue un controlador para el evento 'onUploadFiles'."
27280
+ // showDetails: "Show Details" => "Mostrar detalles"
27281
+ // hideDetails: "Hide Details" => "Ocultar detalles"
27282
+ // ok: "OK" => "De acuerdo"
27283
+ // cancel: "Cancel" => "Cancelar"
26812
27284
 
26813
27285
 
26814
27286
  /***/ }),
@@ -26850,6 +27322,7 @@ var swahiliStrings = {
26850
27322
  requiredError: "Tafadhali jibu hili swali.",
26851
27323
  requiredErrorInPanel: "Tafadhali jibu swali angalau moja.",
26852
27324
  requiredInAllRowsError: "Tafadhali jibu maswali katika safu zote.",
27325
+ eachRowUniqueError: "Kila safu lazima iwe na thamani ya kipekee.",
26853
27326
  numericError: "Thamani inapaswa kuwa ya nambari.",
26854
27327
  minError: "Thamani haipaswi kuwa chini ya {0}",
26855
27328
  maxError: "Thamani haipaswi kuwa kubwa kuliko {0}",
@@ -26867,6 +27340,7 @@ var swahiliStrings = {
26867
27340
  urlRequestError: "Ombi lina kosa '{0}'. {1}",
26868
27341
  urlGetChoicesError: "Ombi lilirudisha data tupu au the 'path' mali ya njia sio sahihi",
26869
27342
  exceedMaxSize: "Saizi ya faili haipaswi kuzidi {0}.",
27343
+ noUploadFilesHandler: "Faili haziwezi kupakiwa. Tafadhali ongeza kishiko kwa tukio la 'onUploadFiles'.",
26870
27344
  otherRequiredError: "Tafadhali ingiza thamani nyingine.",
26871
27345
  uploadingFile: "Faili yako inapakia.Tafadhali subiri sekunde kadhaa na ujaribu tena.",
26872
27346
  loadingFile: "Inapakia...",
@@ -26881,6 +27355,8 @@ var swahiliStrings = {
26881
27355
  emptyRowsText: "Hakuna safu.",
26882
27356
  addPanel: "Ongeza mpya",
26883
27357
  removePanel: "Toa",
27358
+ showDetails: "Onyesha Maelezo",
27359
+ hideDetails: "Ficha Maelezo",
26884
27360
  choices_Item: "kitu",
26885
27361
  matrix_column: "Kolamu",
26886
27362
  matrix_row: "Safu",
@@ -26919,7 +27395,9 @@ var swahiliStrings = {
26919
27395
  more: "Zaidi",
26920
27396
  tagboxDoneButtonCaption: "Sawa kabisa",
26921
27397
  selectToRankEmptyRankedAreaText: "Chaguzi zote zimeorodheshwa",
26922
- selectToRankEmptyUnrankedAreaText: "Buruta na uache uchaguzi hapa ili kuziorodhesha"
27398
+ selectToRankEmptyUnrankedAreaText: "Buruta na uache uchaguzi hapa ili kuziorodhesha",
27399
+ ok: "Sawa kabisa",
27400
+ cancel: "Katisha"
26923
27401
  };
26924
27402
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["sw"] = swahiliStrings;
26925
27403
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sw"] = "swahili";
@@ -26946,7 +27424,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sw"]
26946
27424
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Buruta na uache uchaguzi hapa ili kuziorodhesha"// takePhotoCaption: "Take Photo" => "Chukua Picha"
26947
27425
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Bonyeza kitufe hapa chini ili kupiga picha kwa kutumia kamera."
26948
27426
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Drag na kuacha au kuchagua faili kupakia au kuchukua picha kwa kutumia kamera."
26949
- // replaceFileCaption: "Replace file" => "Badilisha faili"
27427
+ // replaceFileCaption: "Replace file" => "Badilisha faili"// eachRowUniqueError: "Each row must have a unique value." => "Kila safu lazima iwe na thamani ya kipekee."
27428
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Faili haziwezi kupakiwa. Tafadhali ongeza kishiko kwa tukio la 'onUploadFiles'."
27429
+ // showDetails: "Show Details" => "Onyesha Maelezo"
27430
+ // hideDetails: "Hide Details" => "Ficha Maelezo"
27431
+ // ok: "OK" => "Sawa kabisa"
27432
+ // cancel: "Cancel" => "Katisha"
26950
27433
 
26951
27434
 
26952
27435
  /***/ }),
@@ -26988,6 +27471,7 @@ var swedishSurveyStrings = {
26988
27471
  requiredError: "Frågan är obligatorisk.",
26989
27472
  requiredErrorInPanel: "Vänligen svara på minst en fråga.",
26990
27473
  requiredInAllRowsError: "Var vänlig besvara frågorna på alla rader.",
27474
+ eachRowUniqueError: "Varje rad måste ha ett unikt värde.",
26991
27475
  numericError: "Värdet ska vara numeriskt.",
26992
27476
  minError: "Värdet får inte vara mindre än {0}",
26993
27477
  maxError: "Värdet får inte vara större än {0}",
@@ -27005,6 +27489,7 @@ var swedishSurveyStrings = {
27005
27489
  urlRequestError: "Förfrågan returnerade felet '{0}'. {1}",
27006
27490
  urlGetChoicesError: "Antingen returnerade förfrågan ingen data eller så är egenskapen 'path' inte korrekt",
27007
27491
  exceedMaxSize: "Filstorleken får ej överstiga {0}.",
27492
+ noUploadFilesHandler: "Filer kan inte laddas upp. Lägg till en hanterare för händelsen 'onUploadFiles'.",
27008
27493
  otherRequiredError: "Var vänlig ange det andra värdet.",
27009
27494
  uploadingFile: "Din fil laddas upp. Var vänlig vänta några sekunder och försök sedan igen.",
27010
27495
  loadingFile: "Laddar...",
@@ -27019,6 +27504,8 @@ var swedishSurveyStrings = {
27019
27504
  emptyRowsText: "Det finns inga rader.",
27020
27505
  addPanel: "Lägg till ny",
27021
27506
  removePanel: "Ta bort",
27507
+ showDetails: "Detaljer",
27508
+ hideDetails: "Göm detaljer",
27022
27509
  choices_Item: "Artikel",
27023
27510
  matrix_column: "Kolumn",
27024
27511
  matrix_row: "Rad",
@@ -27057,7 +27544,9 @@ var swedishSurveyStrings = {
27057
27544
  more: "Mer",
27058
27545
  tagboxDoneButtonCaption: "OKEJ",
27059
27546
  selectToRankEmptyRankedAreaText: "Alla val rangordnas",
27060
- selectToRankEmptyUnrankedAreaText: "Dra och släpp val här för att rangordna dem"
27547
+ selectToRankEmptyUnrankedAreaText: "Dra och släpp val här för att rangordna dem",
27548
+ ok: "OKEJ",
27549
+ cancel: "Annullera"
27061
27550
  };
27062
27551
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["sv"] = swedishSurveyStrings;
27063
27552
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sv"] = "svenska";
@@ -27072,7 +27561,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sv"]
27072
27561
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dra och släpp val här för att rangordna dem"// takePhotoCaption: "Take Photo" => "Ta foto"
27073
27562
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Klicka på knappen nedan för att ta ett foto med kameran."
27074
27563
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Dra och släpp eller välj en fil att ladda upp eller ta ett foto med kameran."
27075
- // replaceFileCaption: "Replace file" => "Ersätt fil"
27564
+ // replaceFileCaption: "Replace file" => "Ersätt fil"// eachRowUniqueError: "Each row must have a unique value." => "Varje rad måste ha ett unikt värde."
27565
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Filer kan inte laddas upp. Lägg till en hanterare för händelsen 'onUploadFiles'."
27566
+ // showDetails: "Show Details" => "Detaljer"
27567
+ // hideDetails: "Hide Details" => "Göm detaljer"
27568
+ // ok: "OK" => "OKEJ"
27569
+ // cancel: "Cancel" => "Annullera"
27076
27570
 
27077
27571
 
27078
27572
  /***/ }),
@@ -27221,6 +27715,7 @@ var teluguStrings = {
27221
27715
  requiredError: "దయచేసి ప్రశ్నకు జవాబు ఇవ్వండి",
27222
27716
  requiredErrorInPanel: "దయచేసి కనీసం ఒక్క ప్రశ్నకైనా జవాబు ఇవ్వండి",
27223
27717
  requiredInAllRowsError: "దయచేసి అన్ని వరుసలలో ఉన్న ప్రశ్నలకు జవాబు ఇవ్వండి",
27718
+ eachRowUniqueError: "ప్రతి వరుసకు ఒక ప్రత్యేకమైన విలువ ఉండాలి.",
27224
27719
  numericError: "విలువను సంఖ్యలలో తెలియజేయండి",
27225
27720
  minError: "విలువ {0} కంటే తక్కువగా ఉండకూడదు.",
27226
27721
  maxError: "విలువ {0} కంటే ఎక్కువ ఉండకూడదు.",
@@ -27238,6 +27733,7 @@ var teluguStrings = {
27238
27733
  urlRequestError: "విన్నపము {0} ని తప్పుగా గుర్తించింది {1}",
27239
27734
  urlGetChoicesError: "విన్నపము ఖాళీ డేటాని తిరిగిచ్చింది, లేదా path తప్పైన ది",
27240
27735
  exceedMaxSize: "ఫైల్ పరిమాణం{0} కంటే పెద్దదిగా ఉండకూడదు",
27736
+ noUploadFilesHandler: "ఫైళ్లను అప్ లోడ్ చేయలేం. దయచేసి 'ఆన్ అప్ లోడ్ ఫైల్స్' ఈవెంట్ కొరకు ఒక హ్యాండ్లర్ ని జోడించండి.",
27241
27737
  otherRequiredError: "దయచేసి ఇతర విలువలను నమో దించండి",
27242
27738
  uploadingFile: "మీ ఫైల్ అప్లోడ్ అవుతున్నది దయచేసి కొన్ని సెకండ్లు వేచి ఉండండి మరియు మళ్లీ ప్రయత్నించండి",
27243
27739
  loadingFile: "లోడ్ అవుతున్నది",
@@ -27252,6 +27748,8 @@ var teluguStrings = {
27252
27748
  emptyRowsText: "వరుసలు లేవు.",
27253
27749
  addPanel: "కొత్త దాన్ని చేర్పించండి",
27254
27750
  removePanel: "తీసేయండి",
27751
+ showDetails: "వివరాలు చూపించు",
27752
+ hideDetails: "వివరాలను దాచండి",
27255
27753
  choices_Item: "వస్తువులు",
27256
27754
  matrix_column: "కాలం ",
27257
27755
  matrix_row: "వరుస",
@@ -27290,7 +27788,9 @@ var teluguStrings = {
27290
27788
  more: "ఎక్కువ",
27291
27789
  tagboxDoneButtonCaption: "సరే",
27292
27790
  selectToRankEmptyRankedAreaText: "అన్ని ఎంపికలు ర్యాంక్ చేయబడతాయి",
27293
- selectToRankEmptyUnrankedAreaText: "వాటిని ర్యాంక్ చేయడం కొరకు ఎంపికలను ఇక్కడ డ్రాగ్ మరియు డ్రాప్ చేయండి"
27791
+ selectToRankEmptyUnrankedAreaText: "వాటిని ర్యాంక్ చేయడం కొరకు ఎంపికలను ఇక్కడ డ్రాగ్ మరియు డ్రాప్ చేయండి",
27792
+ ok: "సరే",
27793
+ cancel: "రద్దు"
27294
27794
  };
27295
27795
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["tel"] = teluguStrings;
27296
27796
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tel"] = "Telugu";
@@ -27318,7 +27818,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tel"
27318
27818
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "వాటిని ర్యాంక్ చేయడం కొరకు ఎంపికలను ఇక్కడ డ్రాగ్ మరియు డ్రాప్ చేయండి"// takePhotoCaption: "Take Photo" => "ఫోటో తీసుకోండి"
27319
27819
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "కెమెరాను ఉపయోగించి ఫోటో తీయడానికి దిగువ బటన్ మీద క్లిక్ చేయండి."
27320
27820
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "కెమెరాను ఉపయోగించి ఫోటోను అప్ లోడ్ చేయడానికి లేదా తీయడానికి ఫైల్ ను డ్రాగ్ మరియు డ్రాప్ చేయండి లేదా ఎంచుకోండి."
27321
- // replaceFileCaption: "Replace file" => "ఫైలు మార్చండి"
27821
+ // replaceFileCaption: "Replace file" => "ఫైలు మార్చండి"// eachRowUniqueError: "Each row must have a unique value." => "ప్రతి వరుసకు ఒక ప్రత్యేకమైన విలువ ఉండాలి."
27822
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ఫైళ్లను అప్ లోడ్ చేయలేం. దయచేసి 'ఆన్ అప్ లోడ్ ఫైల్స్' ఈవెంట్ కొరకు ఒక హ్యాండ్లర్ ని జోడించండి."
27823
+ // showDetails: "Show Details" => "వివరాలు చూపించు"
27824
+ // hideDetails: "Hide Details" => "వివరాలను దాచండి"
27825
+ // ok: "OK" => "సరే"
27826
+ // cancel: "Cancel" => "రద్దు"
27322
27827
 
27323
27828
 
27324
27829
  /***/ }),
@@ -27360,6 +27865,7 @@ var thaiStrings = {
27360
27865
  requiredError: "กรุณาตอบคำถาม",
27361
27866
  requiredErrorInPanel: "กรุณาตอบขั้นต่ำหนึ่งคำถาม",
27362
27867
  requiredInAllRowsError: "กรุณาตอบคำถามในทุกๆแถว",
27868
+ eachRowUniqueError: "แต่ละแถวต้องมีค่าที่ไม่ซ้ํากัน",
27363
27869
  numericError: "ข้อมูลที่ใส่ต้องเป็นตัวเลข",
27364
27870
  minError: "ค่าไม่ควรน้อยกว่า {0}",
27365
27871
  maxError: "ค่าไม่ควรเกิน{0}",
@@ -27377,6 +27883,7 @@ var thaiStrings = {
27377
27883
  urlRequestError: "รีเควสรีเทิร์น error '{0}'. {1}",
27378
27884
  urlGetChoicesError: "รีเควสรีเทิร์นข้อมูลว่างเปล่า หรือ 'path' property ไม่ถูกต้อง",
27379
27885
  exceedMaxSize: "ขนาดไฟล์ต้องไม่เกิน {0}.",
27886
+ noUploadFilesHandler: "ไม่สามารถอัปโหลดไฟล์ได้ โปรดเพิ่มตัวจัดการสําหรับเหตุการณ์ 'onUploadFiles'",
27380
27887
  otherRequiredError: "กรุณาใส่ค่าอื่น",
27381
27888
  uploadingFile: "ไฟล์ของคุณกำลังอัพโหลดอยู่. กรุณารอสักครู่แล้วทำการลองอีกครั้ง",
27382
27889
  loadingFile: "กำลังโหลด...",
@@ -27391,6 +27898,8 @@ var thaiStrings = {
27391
27898
  emptyRowsText: "ไม่มีแถว",
27392
27899
  addPanel: "เพิ่ม",
27393
27900
  removePanel: "ลบ",
27901
+ showDetails: "แสดงรายละเอียด",
27902
+ hideDetails: "ซ่อนรายละเอียด",
27394
27903
  choices_Item: "ชิ้น",
27395
27904
  matrix_column: "คอลัมน์",
27396
27905
  matrix_row: "แถว",
@@ -27429,7 +27938,9 @@ var thaiStrings = {
27429
27938
  more: "อีก",
27430
27939
  tagboxDoneButtonCaption: "ตกลง, ได้",
27431
27940
  selectToRankEmptyRankedAreaText: "ตัวเลือกทั้งหมดจะถูกจัดอันดับ",
27432
- selectToRankEmptyUnrankedAreaText: "ลากและวางตัวเลือกที่นี่เพื่อจัดอันดับ"
27941
+ selectToRankEmptyUnrankedAreaText: "ลากและวางตัวเลือกที่นี่เพื่อจัดอันดับ",
27942
+ ok: "ตกลง, ได้",
27943
+ cancel: "ยกเลิก"
27433
27944
  };
27434
27945
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["th"] = thaiStrings;
27435
27946
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["th"] = "ไทย";
@@ -27456,7 +27967,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["th"]
27456
27967
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "ลากและวางตัวเลือกที่นี่เพื่อจัดอันดับ"// takePhotoCaption: "Take Photo" => "ถ่ายรูป"
27457
27968
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "คลิกปุ่มด้านล่างเพื่อถ่ายภาพโดยใช้กล้อง"
27458
27969
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "ลากและวางหรือเลือกไฟล์ที่จะอัปโหลดหรือถ่ายภาพโดยใช้กล้อง"
27459
- // replaceFileCaption: "Replace file" => "แทนที่ไฟล์"
27970
+ // replaceFileCaption: "Replace file" => "แทนที่ไฟล์"// eachRowUniqueError: "Each row must have a unique value." => "แต่ละแถวต้องมีค่าที่ไม่ซ้ํากัน"
27971
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ไม่สามารถอัปโหลดไฟล์ได้ โปรดเพิ่มตัวจัดการสําหรับเหตุการณ์ 'onUploadFiles'"
27972
+ // showDetails: "Show Details" => "แสดงรายละเอียด"
27973
+ // hideDetails: "Hide Details" => "ซ่อนรายละเอียด"
27974
+ // ok: "OK" => "ตกลง, ได้"
27975
+ // cancel: "Cancel" => "ยกเลิก"
27460
27976
 
27461
27977
 
27462
27978
  /***/ }),
@@ -27498,6 +28014,7 @@ var traditionalChineseSurveyStrings = {
27498
28014
  requiredError: "請填寫此問題",
27499
28015
  requiredErrorInPanel: "需要回答:至少回答一個問題。",
27500
28016
  requiredInAllRowsError: "請填寫所有行中問題",
28017
+ eachRowUniqueError: "每行必須具有唯一值。",
27501
28018
  numericError: "答案必須是個數字",
27502
28019
  minError: "該值不應小於 {0}",
27503
28020
  maxError: "該值不應大於 {0}",
@@ -27515,6 +28032,7 @@ var traditionalChineseSurveyStrings = {
27515
28032
  urlRequestError: "載入選項時發生錯誤 '{0}': {1}",
27516
28033
  urlGetChoicesError: "未能載入有效的選項或請求參數路徑有誤",
27517
28034
  exceedMaxSize: "文件大小不能超過 {0}",
28035
+ noUploadFilesHandler: "無法上傳檔。請為「onUploadFiles」事件添加處理程式。",
27518
28036
  otherRequiredError: "請完成其他問題",
27519
28037
  uploadingFile: "文件上傳中... 請耐心等待幾秒後重試",
27520
28038
  loadingFile: "裝載。。。",
@@ -27529,6 +28047,8 @@ var traditionalChineseSurveyStrings = {
27529
28047
  emptyRowsText: "沒有行。",
27530
28048
  addPanel: "新增",
27531
28049
  removePanel: "刪除",
28050
+ showDetails: "顯示詳細資訊",
28051
+ hideDetails: "隱藏詳細資訊",
27532
28052
  choices_Item: "選項",
27533
28053
  matrix_column: "列",
27534
28054
  matrix_row: "行",
@@ -27567,7 +28087,9 @@ var traditionalChineseSurveyStrings = {
27567
28087
  more: "更多",
27568
28088
  tagboxDoneButtonCaption: "還行",
27569
28089
  selectToRankEmptyRankedAreaText: "所有選擇均已排名",
27570
- selectToRankEmptyUnrankedAreaText: "將選項拖放到此處進行排名"
28090
+ selectToRankEmptyUnrankedAreaText: "將選項拖放到此處進行排名",
28091
+ ok: "還行",
28092
+ cancel: "取消"
27571
28093
  };
27572
28094
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["zh-tw"] = traditionalChineseSurveyStrings;
27573
28095
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-tw"] = "繁體中文";
@@ -27629,7 +28151,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-t
27629
28151
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "將選項拖放到此處進行排名"// takePhotoCaption: "Take Photo" => "拍照"
27630
28152
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "按下下面的按鈕使用相機拍照。"
27631
28153
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "拖放或選擇要上傳的檔或使用相機拍攝照片。"
27632
- // replaceFileCaption: "Replace file" => "替換檔"
28154
+ // replaceFileCaption: "Replace file" => "替換檔"// eachRowUniqueError: "Each row must have a unique value." => "每行必須具有唯一值。"
28155
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "無法上傳檔。請為「onUploadFiles」事件添加處理程式。"
28156
+ // showDetails: "Show Details" => "顯示詳細資訊"
28157
+ // hideDetails: "Hide Details" => "隱藏詳細資訊"
28158
+ // ok: "OK" => "還行"
28159
+ // cancel: "Cancel" => "取消"
27633
28160
 
27634
28161
 
27635
28162
  /***/ }),
@@ -27671,6 +28198,7 @@ var turkishSurveyStrings = {
27671
28198
  requiredError: "Lütfen soruya cevap verin.",
27672
28199
  requiredErrorInPanel: "Lütfen en az bir soruyu yanıtlayın.",
27673
28200
  requiredInAllRowsError: "Lütfen tüm satırlardaki soruları cevaplayın.",
28201
+ eachRowUniqueError: "Her satırın benzersiz bir değeri olmalıdır.",
27674
28202
  numericError: "Değer sayısal olmalıdır.",
27675
28203
  minError: "Değer {0}'den küçük olmamalıdır",
27676
28204
  maxError: "Değer {0}'dan büyük olmamalıdır",
@@ -27688,6 +28216,7 @@ var turkishSurveyStrings = {
27688
28216
  urlRequestError: "İstek '{0}' hatasını döndürdü. {1}",
27689
28217
  urlGetChoicesError: "İstek boş veri döndürdü veya 'path' özelliği yanlış",
27690
28218
  exceedMaxSize: "Dosya boyutu {0} değerini geçemez.",
28219
+ noUploadFilesHandler: "Dosyalar yüklenemiyor. Lütfen 'onUploadFiles' olayı için bir işleyici ekleyin.",
27691
28220
  otherRequiredError: "Lütfen diğer değerleri girin.",
27692
28221
  uploadingFile: "Dosyanız yükleniyor. Lütfen birkaç saniye bekleyin ve tekrar deneyin.",
27693
28222
  loadingFile: "Yükleniyor...",
@@ -27702,6 +28231,8 @@ var turkishSurveyStrings = {
27702
28231
  emptyRowsText: "Satır yok.",
27703
28232
  addPanel: "Yeni ekle",
27704
28233
  removePanel: "Kaldır",
28234
+ showDetails: "Detayları göster",
28235
+ hideDetails: "Detayları Gizle",
27705
28236
  choices_Item: "öğe",
27706
28237
  matrix_column: "Sütun",
27707
28238
  matrix_row: "Satır",
@@ -27740,7 +28271,9 @@ var turkishSurveyStrings = {
27740
28271
  more: "Daha fazla",
27741
28272
  tagboxDoneButtonCaption: "TAMAM",
27742
28273
  selectToRankEmptyRankedAreaText: "Tüm seçenekler sıralanmıştır",
27743
- selectToRankEmptyUnrankedAreaText: "Seçimleri sıralamak için buraya sürükleyip bırakın"
28274
+ selectToRankEmptyUnrankedAreaText: "Seçimleri sıralamak için buraya sürükleyip bırakın",
28275
+ ok: "TAMAM",
28276
+ cancel: "İptal"
27744
28277
  };
27745
28278
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["tr"] = turkishSurveyStrings;
27746
28279
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tr"] = "türkçe";
@@ -27749,7 +28282,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tr"]
27749
28282
  // takePhotoCaption: "Take Photo" => "Fotoğraf Çekin"
27750
28283
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Kamerayı kullanarak fotoğraf çekmek için aşağıdaki düğmeyi tıklayın."
27751
28284
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Kamerayı kullanarak fotoğraf yüklemek veya fotoğraf çekmek için bir dosyayı sürükleyip bırakın veya seçin."
27752
- // replaceFileCaption: "Replace file" => "Dosyayı değiştir"
28285
+ // replaceFileCaption: "Replace file" => "Dosyayı değiştir"// eachRowUniqueError: "Each row must have a unique value." => "Her satırın benzersiz bir değeri olmalıdır."
28286
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Dosyalar yüklenemiyor. Lütfen 'onUploadFiles' olayı için bir işleyici ekleyin."
28287
+ // showDetails: "Show Details" => "Detayları göster"
28288
+ // hideDetails: "Hide Details" => "Detayları Gizle"
28289
+ // ok: "OK" => "TAMAM"
28290
+ // cancel: "Cancel" => "İptal"
27753
28291
 
27754
28292
 
27755
28293
  /***/ }),
@@ -27791,6 +28329,7 @@ var ukrainianSurveyStrings = {
27791
28329
  requiredError: "Будь ласка, дайте відповідь.",
27792
28330
  requiredErrorInPanel: "Будь ласка, дайте відповідь хоча б на одне питання.",
27793
28331
  requiredInAllRowsError: "Будь ласка, дайте відповідь на питання в кожному рядку.",
28332
+ eachRowUniqueError: "Кожен рядок повинен мати унікальне значення.",
27794
28333
  numericError: "Відповідь повинна бути числом.",
27795
28334
  minError: "Значення не повинно бути менше {0}",
27796
28335
  maxError: "Значення не повинно бути більше {0}",
@@ -27808,6 +28347,7 @@ var ukrainianSurveyStrings = {
27808
28347
  urlRequestError: "Запит повернув помилку '{0}'. {1}",
27809
28348
  urlGetChoicesError: "Відповідь на запит повернулась порожньою або властивіть 'path' вказано невірно",
27810
28349
  exceedMaxSize: "Розмір файлу не повинен перевищувати {0}.",
28350
+ noUploadFilesHandler: "Файли не можна завантажити. Будь ласка, додайте обробник для події 'onUploadFiles'.",
27811
28351
  otherRequiredError: "Будь ласка, введіть дані в поле 'Інше'",
27812
28352
  uploadingFile: "Ваш файл завантажується. Зачекайте декілька секунд і спробуйте знову.",
27813
28353
  loadingFile: "Завантаження...",
@@ -27822,6 +28362,8 @@ var ukrainianSurveyStrings = {
27822
28362
  emptyRowsText: "Рядів немає.",
27823
28363
  addPanel: "Додати нову",
27824
28364
  removePanel: "Видалити",
28365
+ showDetails: "Показати подробиці",
28366
+ hideDetails: "Сховати подробиці",
27825
28367
  choices_Item: "Варіант",
27826
28368
  matrix_column: "Колонка",
27827
28369
  matrix_row: "Рядок",
@@ -27860,7 +28402,9 @@ var ukrainianSurveyStrings = {
27860
28402
  more: "Більше",
27861
28403
  tagboxDoneButtonCaption: "ГАРАЗД",
27862
28404
  selectToRankEmptyRankedAreaText: "Всі варіанти ранжуються",
27863
- selectToRankEmptyUnrankedAreaText: "Перетягніть варіанти тут, щоб оцінити їх"
28405
+ selectToRankEmptyUnrankedAreaText: "Перетягніть варіанти тут, щоб оцінити їх",
28406
+ ok: "ГАРАЗД",
28407
+ cancel: "Скасувати"
27864
28408
  };
27865
28409
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ua"] = ukrainianSurveyStrings;
27866
28410
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ua"] = "українська";
@@ -27887,7 +28431,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ua"]
27887
28431
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Перетягніть варіанти тут, щоб оцінити їх"// takePhotoCaption: "Take Photo" => "Зробити фото"
27888
28432
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Натисніть кнопку нижче, щоб зробити фото за допомогою камери."
27889
28433
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Перетягніть або виберіть файл, щоб завантажити або зробити фотографію за допомогою камери."
27890
- // replaceFileCaption: "Replace file" => "Замінити файл"
28434
+ // replaceFileCaption: "Replace file" => "Замінити файл"// eachRowUniqueError: "Each row must have a unique value." => "Кожен рядок повинен мати унікальне значення."
28435
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файли не можна завантажити. Будь ласка, додайте обробник для події 'onUploadFiles'."
28436
+ // showDetails: "Show Details" => "Показати подробиці"
28437
+ // hideDetails: "Hide Details" => "Сховати подробиці"
28438
+ // ok: "OK" => "ГАРАЗД"
28439
+ // cancel: "Cancel" => "Скасувати"
27891
28440
 
27892
28441
 
27893
28442
  /***/ }),
@@ -27929,6 +28478,7 @@ var vietnameseSurveyStrings = {
27929
28478
  requiredError: "Vui lòng trả lời câu hỏi.",
27930
28479
  requiredErrorInPanel: "Vui lòng trả lời ít nhất một câu hỏi.",
27931
28480
  requiredInAllRowsError: "Vui lòng trả lời các câu hỏi trên tất cả các dòng.",
28481
+ eachRowUniqueError: "Mỗi hàng phải có một giá trị duy nhất.",
27932
28482
  numericError: "Giá trị nên là kiểu số.",
27933
28483
  minError: "Giá trị không được nhỏ hơn {0}",
27934
28484
  maxError: "Giá trị không được lớn hơn {0}",
@@ -27946,6 +28496,7 @@ var vietnameseSurveyStrings = {
27946
28496
  urlRequestError: "Yêu cầu trả về lỗi '{0}'. {1}",
27947
28497
  urlGetChoicesError: "Yêu cầu trả về dữ liệu trống hoặc thuộc tính 'path' không đúng",
27948
28498
  exceedMaxSize: "Kích thước tập tin không nên vượt quá {0}.",
28499
+ noUploadFilesHandler: "Không thể tải tệp lên. Vui lòng thêm trình xử lý cho sự kiện 'onUploadFiles'.",
27949
28500
  otherRequiredError: "Vui lòng điền giá trị khác.",
27950
28501
  uploadingFile: "Tập tin đang được tải lên. Vui lòng chờ một lúc và thử lại.",
27951
28502
  loadingFile: "Đang tải...",
@@ -27960,6 +28511,8 @@ var vietnameseSurveyStrings = {
27960
28511
  emptyRowsText: "Không có hàng.",
27961
28512
  addPanel: "Thêm mới",
27962
28513
  removePanel: "Xóa",
28514
+ showDetails: "Hiển thị chi tiết",
28515
+ hideDetails: "Ẩn chi tiết",
27963
28516
  choices_Item: "mục",
27964
28517
  matrix_column: "Cột",
27965
28518
  matrix_row: "Dòng",
@@ -27998,7 +28551,9 @@ var vietnameseSurveyStrings = {
27998
28551
  more: "Nhiều hơn",
27999
28552
  tagboxDoneButtonCaption: "OK",
28000
28553
  selectToRankEmptyRankedAreaText: "Tất cả các lựa chọn được xếp hạng",
28001
- selectToRankEmptyUnrankedAreaText: "Kéo và thả các lựa chọn vào đây để xếp hạng chúng"
28554
+ selectToRankEmptyUnrankedAreaText: "Kéo và thả các lựa chọn vào đây để xếp hạng chúng",
28555
+ ok: "OK",
28556
+ cancel: "Hủy"
28002
28557
  };
28003
28558
  //Uncomment these two lines on creating a translation file. You should replace "en" and enStrings with your locale ("fr", "de" and so on) and your variable.
28004
28559
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["vi"] = vietnameseSurveyStrings;
@@ -28026,7 +28581,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["vi"]
28026
28581
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Kéo và thả các lựa chọn vào đây để xếp hạng chúng"// takePhotoCaption: "Take Photo" => "Chụp ảnh"
28027
28582
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Nhấp vào nút bên dưới để chụp ảnh bằng máy ảnh."
28028
28583
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Kéo và thả hoặc chọn tệp để tải lên hoặc chụp ảnh bằng máy ảnh."
28029
- // replaceFileCaption: "Replace file" => "Thay thế tập tin"
28584
+ // replaceFileCaption: "Replace file" => "Thay thế tập tin"// eachRowUniqueError: "Each row must have a unique value." => "Mỗi hàng phải có một giá trị duy nhất."
28585
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Không thể tải tệp lên. Vui lòng thêm trình xử lý cho sự kiện 'onUploadFiles'."
28586
+ // showDetails: "Show Details" => "Hiển thị chi tiết"
28587
+ // hideDetails: "Hide Details" => "Ẩn chi tiết"
28588
+ // ok: "OK" => "OK"
28589
+ // cancel: "Cancel" => "Hủy"
28030
28590
 
28031
28591
 
28032
28592
  /***/ }),
@@ -28068,6 +28628,7 @@ var welshSurveyStrings = {
28068
28628
  requiredError: "Atebwch y cwestiwn.",
28069
28629
  requiredErrorInPanel: "Atebwch o leiaf un cwestiwn.",
28070
28630
  requiredInAllRowsError: "Atebwch y cwestiynau ym mhob rhes.",
28631
+ eachRowUniqueError: "Rhaid i bob rhes fod â gwerth unigryw.",
28071
28632
  numericError: "Dylai’r gwerth fod yn rhif.",
28072
28633
  minError: "Ni ddylai'r gwerth fod yn llai na {0}",
28073
28634
  maxError: "Ni ddylai'r gwerth fod yn fwy na {0}",
@@ -28085,6 +28646,7 @@ var welshSurveyStrings = {
28085
28646
  urlRequestError: "Roedd y cais wedi arwain at y gwall '{0}'. {1}",
28086
28647
  urlGetChoicesError: "Roedd y cais wedi arwain at ddata gwag neu mae priodwedd y ‘path’ yn anghywir ",
28087
28648
  exceedMaxSize: "Ddylai’r ffeil ddim bod yn fwy na {0}.",
28649
+ noUploadFilesHandler: "Ni ellir llwytho ffeiliau i fyny. Ychwanegwch handler ar gyfer y digwyddiad 'onUploadFiles'.",
28088
28650
  otherRequiredError: "Rhowch y gwerth arall.",
28089
28651
  uploadingFile: "Mae eich ffeil wrthi’n llwytho i fyny. Arhoswch ychydig o eiliadau a rhoi cynnig arall arni.",
28090
28652
  loadingFile: "Wrthi’n llwytho...",
@@ -28099,6 +28661,8 @@ var welshSurveyStrings = {
28099
28661
  emptyRowsText: "Nid oes unrhyw ffraeau.",
28100
28662
  addPanel: "Ychwanegu o’r newydd",
28101
28663
  removePanel: "Tynnu",
28664
+ showDetails: "Dangos manylion",
28665
+ hideDetails: "Manylion Cuddio",
28102
28666
  choices_Item: "eitem",
28103
28667
  matrix_column: "Colofn",
28104
28668
  matrix_row: "Rhes",
@@ -28137,7 +28701,9 @@ var welshSurveyStrings = {
28137
28701
  more: "Rhagor",
28138
28702
  tagboxDoneButtonCaption: "OCÊ",
28139
28703
  selectToRankEmptyRankedAreaText: "Mae'r holl ddewisiadau yn cael eu rhestru",
28140
- selectToRankEmptyUnrankedAreaText: "Dewisiadau llusgo a gollwng yma i'w graddio"
28704
+ selectToRankEmptyUnrankedAreaText: "Dewisiadau llusgo a gollwng yma i'w graddio",
28705
+ ok: "OCÊ",
28706
+ cancel: "Canslo"
28141
28707
  };
28142
28708
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["cy"] = welshSurveyStrings;
28143
28709
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cy"] = "cymraeg";
@@ -28164,7 +28730,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cy"]
28164
28730
  // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dewisiadau llusgo a gollwng yma i'w graddio"// takePhotoCaption: "Take Photo" => "Tynnu Llun"
28165
28731
  // photoPlaceholder: "Click the button below to take a photo using the camera." => "Cliciwch y botwm isod i dynnu llun gan ddefnyddio'r camera."
28166
28732
  // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Llusgwch a gollwng neu dewiswch ffeil i lanlwytho neu dynnu llun gan ddefnyddio'r camera."
28167
- // replaceFileCaption: "Replace file" => "Amnewid ffeil"
28733
+ // replaceFileCaption: "Replace file" => "Amnewid ffeil"// eachRowUniqueError: "Each row must have a unique value." => "Rhaid i bob rhes fod â gwerth unigryw."
28734
+ // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Ni ellir llwytho ffeiliau i fyny. Ychwanegwch handler ar gyfer y digwyddiad 'onUploadFiles'."
28735
+ // showDetails: "Show Details" => "Dangos manylion"
28736
+ // hideDetails: "Hide Details" => "Manylion Cuddio"
28737
+ // ok: "OK" => "OCÊ"
28738
+ // cancel: "Cancel" => "Canslo"
28168
28739
 
28169
28740
 
28170
28741
  /***/ }),
@@ -28263,9 +28834,13 @@ var QuestionMatrixBaseModel = /** @class */ (function (_super) {
28263
28834
  /**
28264
28835
  * An array of matrix columns.
28265
28836
  *
28266
- * This array can contain primitive values or objects with the `text` (display value) and `value` (value to be saved in survey results) properties.
28837
+ * For a Single-Select Matrix, the `columns` array can contain configuration objects with the `text` (display value) and `value` (value to be saved in survey results) properties. Alternatively, the array can contain primitive values that will be used as both the display values and values to be saved in survey results.
28267
28838
  *
28268
- * [View Demo](https://surveyjs.io/form-library/examples/single-selection-matrix-table-question/ (linkStyle))
28839
+ * [View "Single-Select Matrix" Demo](https://surveyjs.io/form-library/examples/single-selection-matrix-table-question/ (linkStyle))
28840
+ *
28841
+ * For a Multi-Select Matrix or Dynamic Matrix, the `columns` array should contain configuration objects with properties described in the [`MatrixDropdownColumn`](https://surveyjs.io/form-library/documentation/api-reference/multi-select-matrix-column-values) API Reference section.
28842
+ *
28843
+ * [View "Multi-Select Matrix" Demo](https://surveyjs.io/form-library/examples/questiontype-matrixdropdown/ (linkStyle))
28269
28844
  */
28270
28845
  get: function () {
28271
28846
  return this.getPropertyValue("columns");
@@ -29731,7 +30306,7 @@ var PanelModelBase = /** @class */ (function (_super) {
29731
30306
  *
29732
30307
  * A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
29733
30308
  *
29734
- * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
30309
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
29735
30310
  * @see visible
29736
30311
  * @see isVisible
29737
30312
  */
@@ -30037,7 +30612,7 @@ var PanelModelBase = /** @class */ (function (_super) {
30037
30612
  *
30038
30613
  * A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
30039
30614
  *
30040
- * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
30615
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
30041
30616
  * @see isRequired
30042
30617
  */
30043
30618
  get: function () {
@@ -30473,7 +31048,7 @@ var PanelModelBase = /** @class */ (function (_super) {
30473
31048
  PanelModelBase.prototype.isLazyRenderInRow = function (rowIndex) {
30474
31049
  if (!this.survey || !this.survey.isLazyRendering)
30475
31050
  return false;
30476
- return (rowIndex >= _settings__WEBPACK_IMPORTED_MODULE_7__["settings"].lazyRender.firstBatchSize ||
31051
+ return (rowIndex >= this.survey.lazyRenderingFirstBatchSize ||
30477
31052
  !this.canRenderFirstRows());
30478
31053
  };
30479
31054
  PanelModelBase.prototype.canRenderFirstRows = function () {
@@ -30687,7 +31262,7 @@ var PanelModelBase = /** @class */ (function (_super) {
30687
31262
  *
30688
31263
  * A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
30689
31264
  *
30690
- * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
31265
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
30691
31266
  * @see readOnly
30692
31267
  * @see isReadOnly
30693
31268
  */
@@ -34546,7 +35121,7 @@ var Question = /** @class */ (function (_super) {
34546
35121
  *
34547
35122
  * A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
34548
35123
  *
34549
- * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
35124
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
34550
35125
  * @see visible
34551
35126
  * @see isVisible
34552
35127
  */
@@ -35607,7 +36182,7 @@ var Question = /** @class */ (function (_super) {
35607
36182
  *
35608
36183
  * A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
35609
36184
  *
35610
- * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
36185
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
35611
36186
  * @see isRequired
35612
36187
  */
35613
36188
  get: function () {
@@ -35729,8 +36304,7 @@ var Question = /** @class */ (function (_super) {
35729
36304
  if (this.forceIsInputReadOnly !== undefined) {
35730
36305
  return this.forceIsInputReadOnly;
35731
36306
  }
35732
- var isDesignModeV2 = _settings__WEBPACK_IMPORTED_MODULE_8__["settings"].supportCreatorV2 && this.isDesignMode;
35733
- return this.isReadOnly || isDesignModeV2;
36307
+ return this.isReadOnly || this.isDesignModeV2;
35734
36308
  },
35735
36309
  enumerable: false,
35736
36310
  configurable: true
@@ -35764,7 +36338,7 @@ var Question = /** @class */ (function (_super) {
35764
36338
  *
35765
36339
  * A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
35766
36340
  *
35767
- * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
36341
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
35768
36342
  * @see readOnly
35769
36343
  * @see isReadOnly
35770
36344
  */
@@ -37692,7 +38266,8 @@ var QuestionSelectBase = /** @class */ (function (_super) {
37692
38266
  _this.onVisibleChoicesChanged();
37693
38267
  }
37694
38268
  });
37695
- _this.registerPropertyChangedHandlers(["choicesFromQuestion", "choicesFromQuestionMode", "choiceValuesFromQuestion", "choiceTextsFromQuestion", "showNoneItem"], function () {
38269
+ _this.registerPropertyChangedHandlers(["choicesFromQuestion", "choicesFromQuestionMode", "choiceValuesFromQuestion",
38270
+ "choiceTextsFromQuestion", "showNoneItem", "isUsingRestful"], function () {
37696
38271
  _this.onVisibleChoicesChanged();
37697
38272
  });
37698
38273
  _this.registerPropertyChangedHandlers(["hideIfChoicesEmpty"], function () {
@@ -37723,7 +38298,7 @@ var QuestionSelectBase = /** @class */ (function (_super) {
37723
38298
  }
37724
38299
  Object.defineProperty(QuestionSelectBase.prototype, "waitingChoicesByURL", {
37725
38300
  get: function () {
37726
- return !this.isChoicesLoaded && !this.choicesByUrl.isEmpty;
38301
+ return !this.isChoicesLoaded && this.hasChoicesUrl;
37727
38302
  },
37728
38303
  enumerable: false,
37729
38304
  configurable: true
@@ -37779,6 +38354,16 @@ var QuestionSelectBase = /** @class */ (function (_super) {
37779
38354
  var mode = selBaseQuestion ? "select" : (arrayQuestion ? "array" : undefined);
37780
38355
  this.setPropertyValue("carryForwardQuestionType", mode);
37781
38356
  };
38357
+ Object.defineProperty(QuestionSelectBase.prototype, "isUsingRestful", {
38358
+ get: function () {
38359
+ return this.getPropertyValueWithoutDefault("isUsingRestful") || false;
38360
+ },
38361
+ enumerable: false,
38362
+ configurable: true
38363
+ });
38364
+ QuestionSelectBase.prototype.updateIsUsingRestful = function () {
38365
+ this.setPropertyValueDirectly("isUsingRestful", this.hasChoicesUrl);
38366
+ };
37782
38367
  QuestionSelectBase.prototype.supportGoNextPageError = function () {
37783
38368
  return !this.isOtherSelected || !!this.otherValue;
37784
38369
  };
@@ -38286,7 +38871,7 @@ var QuestionSelectBase = /** @class */ (function (_super) {
38286
38871
  var value = this.value;
38287
38872
  var valueArray = Array.isArray(value) ? value : [value];
38288
38873
  var hasItemWithoutValues = valueArray.some(function (val) { return !_itemvalue__WEBPACK_IMPORTED_MODULE_3__["ItemValue"].getItemByValue(_this.choices, val); });
38289
- if (hasItemWithoutValues && (this.choicesLazyLoadEnabled || !this.choicesByUrl.isEmpty)) {
38874
+ if (hasItemWithoutValues && (this.choicesLazyLoadEnabled || this.hasChoicesUrl)) {
38290
38875
  this.waitingGetChoiceDisplayValueResponse = true;
38291
38876
  this.updateIsReady();
38292
38877
  this.survey.getChoiceDisplayValue({
@@ -38579,7 +39164,7 @@ var QuestionSelectBase = /** @class */ (function (_super) {
38579
39164
  });
38580
39165
  Object.defineProperty(QuestionSelectBase.prototype, "otherErrorText", {
38581
39166
  /**
38582
- * Get or sets an error message displayed when users select the "Other" choice item but leave the comment area empty.
39167
+ * Gets or sets an error message displayed when users select the "Other" choice item but leave the comment area empty.
38583
39168
  * @see showOtherItem
38584
39169
  */
38585
39170
  get: function () {
@@ -38676,7 +39261,9 @@ var QuestionSelectBase = /** @class */ (function (_super) {
38676
39261
  QuestionSelectBase.prototype.addToVisibleChoices = function (items, isAddAll) {
38677
39262
  this.headItemsCount = 0;
38678
39263
  this.footItemsCount = 0;
38679
- this.addNewItemToVisibleChoices(items, isAddAll);
39264
+ if (!this.hasChoicesUrl) {
39265
+ this.addNewItemToVisibleChoices(items, isAddAll);
39266
+ }
38680
39267
  var dict = new Array();
38681
39268
  this.addNonChoicesItems(dict, isAddAll);
38682
39269
  dict.sort(function (a, b) {
@@ -38738,8 +39325,8 @@ var QuestionSelectBase = /** @class */ (function (_super) {
38738
39325
  };
38739
39326
  Object.defineProperty(QuestionSelectBase.prototype, "isAddDefaultItems", {
38740
39327
  get: function () {
38741
- return _settings__WEBPACK_IMPORTED_MODULE_9__["settings"].supportCreatorV2 && _settings__WEBPACK_IMPORTED_MODULE_9__["settings"].showDefaultItemsInCreatorV2 &&
38742
- this.isDesignMode && !this.customWidget && !this.isContentElement;
39328
+ return _settings__WEBPACK_IMPORTED_MODULE_9__["settings"].showDefaultItemsInCreatorV2 && this.isDesignModeV2 &&
39329
+ !this.customWidget && !this.isContentElement;
38743
39330
  },
38744
39331
  enumerable: false,
38745
39332
  configurable: true
@@ -38838,6 +39425,8 @@ var QuestionSelectBase = /** @class */ (function (_super) {
38838
39425
  question.addDependedQuestion(this);
38839
39426
  return this.getChoicesFromArrayQuestion(question);
38840
39427
  }
39428
+ if (this.isDesignModeV2 && this.hasChoicesUrl)
39429
+ return [];
38841
39430
  return this.choicesFromUrl ? this.choicesFromUrl : this.getChoices();
38842
39431
  },
38843
39432
  enumerable: false,
@@ -39000,7 +39589,7 @@ var QuestionSelectBase = /** @class */ (function (_super) {
39000
39589
  return (this.storeOthersAsComment === true ||
39001
39590
  (this.storeOthersAsComment == "default" &&
39002
39591
  (this.survey != null ? this.survey.storeOthersAsComment : true)) ||
39003
- (!this.choicesByUrl.isEmpty && !this.choicesFromUrl));
39592
+ (this.hasChoicesUrl && !this.choicesFromUrl));
39004
39593
  };
39005
39594
  QuestionSelectBase.prototype.onSurveyLoad = function () {
39006
39595
  this.runChoicesByUrl();
@@ -39062,7 +39651,8 @@ var QuestionSelectBase = /** @class */ (function (_super) {
39062
39651
  }
39063
39652
  };
39064
39653
  QuestionSelectBase.prototype.runChoicesByUrl = function () {
39065
- if (!this.choicesByUrl || this.isLoadingFromJson || this.isRunningChoices)
39654
+ this.updateIsUsingRestful();
39655
+ if (!this.choicesByUrl || this.isLoadingFromJson || this.isRunningChoices || this.isDesignModeV2)
39066
39656
  return;
39067
39657
  var processor = this.surveyImpl
39068
39658
  ? this.surveyImpl.getTextProcessor()
@@ -39236,6 +39826,13 @@ var QuestionSelectBase = /** @class */ (function (_super) {
39236
39826
  QuestionSelectBase.prototype.randomizeArray = function (array) {
39237
39827
  return _helpers__WEBPACK_IMPORTED_MODULE_8__["Helpers"].randomizeArray(array);
39238
39828
  };
39829
+ Object.defineProperty(QuestionSelectBase.prototype, "hasChoicesUrl", {
39830
+ get: function () {
39831
+ return this.choicesByUrl && !!this.choicesByUrl.url;
39832
+ },
39833
+ enumerable: false,
39834
+ configurable: true
39835
+ });
39239
39836
  QuestionSelectBase.prototype.clearIncorrectValues = function () {
39240
39837
  if (!this.hasValueToClearIncorrectValues())
39241
39838
  return;
@@ -39244,8 +39841,7 @@ var QuestionSelectBase = /** @class */ (function (_super) {
39244
39841
  if (!!this.survey &&
39245
39842
  this.survey.questionsByValueName(this.getValueName()).length > 1)
39246
39843
  return;
39247
- if (!!this.choicesByUrl &&
39248
- !this.choicesByUrl.isEmpty &&
39844
+ if (this.hasChoicesUrl &&
39249
39845
  (!this.choicesFromUrl || this.choicesFromUrl.length == 0))
39250
39846
  return;
39251
39847
  if (this.clearIncorrectValuesCallback) {
@@ -39621,7 +40217,7 @@ var QuestionCheckboxBase = /** @class */ (function (_super) {
39621
40217
  }
39622
40218
  Object.defineProperty(QuestionCheckboxBase.prototype, "colCount", {
39623
40219
  /**
39624
- * Get or sets the number of columns used to arrange choice items.
40220
+ * Gets or sets the number of columns used to arrange choice items.
39625
40221
  *
39626
40222
  * Set this property to 0 if you want to display all items in one line. The default value depends on the available width.
39627
40223
  * @see separateSpecialChoices
@@ -41174,8 +41770,20 @@ var QuestionCheckboxModel = /** @class */ (function (_super) {
41174
41770
  _jsonobject__WEBPACK_IMPORTED_MODULE_0__["Serializer"].addClass("checkbox", [
41175
41771
  { name: "showSelectAllItem:boolean", alternativeName: "hasSelectAll" },
41176
41772
  { name: "separateSpecialChoices", visible: true },
41177
- { name: "maxSelectedChoices:number", default: 0 },
41178
- { name: "minSelectedChoices:number", default: 0 },
41773
+ { name: "maxSelectedChoices:number", default: 0, onSettingValue: function (obj, val) {
41774
+ if (val <= 0)
41775
+ return 0;
41776
+ var min = obj.minSelectedChoices;
41777
+ return min > 0 && val < min ? min : val;
41778
+ }
41779
+ },
41780
+ { name: "minSelectedChoices:number", default: 0, onSettingValue: function (obj, val) {
41781
+ if (val <= 0)
41782
+ return 0;
41783
+ var max = obj.maxSelectedChoices;
41784
+ return max > 0 && val > max ? max : val;
41785
+ }
41786
+ },
41179
41787
  {
41180
41788
  name: "selectAllText",
41181
41789
  serializationProperty: "locSelectAllText",
@@ -41528,6 +42136,13 @@ var ComponentQuestionJSON = /** @class */ (function () {
41528
42136
  return question.getDisplayValue(keyAsText, value);
41529
42137
  return this.json.getDisplayValue(question);
41530
42138
  };
42139
+ Object.defineProperty(ComponentQuestionJSON.prototype, "defaultQuestionTitle", {
42140
+ get: function () {
42141
+ return this.json.defaultQuestionTitle;
42142
+ },
42143
+ enumerable: false,
42144
+ configurable: true
42145
+ });
41531
42146
  ComponentQuestionJSON.prototype.setValueToQuestion = function (val) {
41532
42147
  var converter = this.json.valueToQuestion || this.json.setValue;
41533
42148
  return !!converter ? converter(val) : val;
@@ -41635,6 +42250,8 @@ var QuestionCustomModelBase = /** @class */ (function (_super) {
41635
42250
  _this.customQuestion = customQuestion;
41636
42251
  _jsonobject__WEBPACK_IMPORTED_MODULE_1__["CustomPropertiesCollection"].createProperties(_this);
41637
42252
  _survey_element__WEBPACK_IMPORTED_MODULE_2__["SurveyElement"].CreateDisabledDesignElements = true;
42253
+ _this.locQuestionTitle = _this.createLocalizableString("questionTitle", _this);
42254
+ _this.locQuestionTitle.setJson(_this.customQuestion.defaultQuestionTitle);
41638
42255
  _this.createWrapper();
41639
42256
  _survey_element__WEBPACK_IMPORTED_MODULE_2__["SurveyElement"].CreateDisabledDesignElements = false;
41640
42257
  if (!!_this.customQuestion) {
@@ -41657,6 +42274,12 @@ var QuestionCustomModelBase = /** @class */ (function (_super) {
41657
42274
  this.getElement().localeChanged();
41658
42275
  }
41659
42276
  };
42277
+ QuestionCustomModelBase.prototype.getDefaultTitle = function () {
42278
+ if (!this.locQuestionTitle.isEmpty) {
42279
+ return this.getProcessedText(this.locQuestionTitle.textOrHtml);
42280
+ }
42281
+ return _super.prototype.getDefaultTitle.call(this);
42282
+ };
41660
42283
  QuestionCustomModelBase.prototype.addUsedLocales = function (locales) {
41661
42284
  _super.prototype.addUsedLocales.call(this, locales);
41662
42285
  if (!!this.getElement()) {
@@ -41892,8 +42515,9 @@ var QuestionCustomModel = /** @class */ (function (_super) {
41892
42515
  return this.contentQuestion;
41893
42516
  };
41894
42517
  QuestionCustomModel.prototype.getDefaultTitle = function () {
41895
- if (this.hasJSONTitle && this.contentQuestion)
41896
- return this.contentQuestion.title;
42518
+ if (this.hasJSONTitle && this.contentQuestion) {
42519
+ return this.getProcessedText(this.contentQuestion.title);
42520
+ }
41897
42521
  return _super.prototype.getDefaultTitle.call(this);
41898
42522
  };
41899
42523
  QuestionCustomModel.prototype.setValue = function (name, newValue, locNotification, allowNotifyValueChanged) {
@@ -45904,9 +46528,9 @@ var MatrixRowModel = /** @class */ (function (_super) {
45904
46528
  get: function () {
45905
46529
  return this.getPropertyValue("value");
45906
46530
  },
45907
- set: function (newValue) {
45908
- newValue = this.data.getCorrectedRowValue(newValue);
45909
- this.setPropertyValue("value", newValue);
46531
+ set: function (val) {
46532
+ val = this.data.getCorrectedRowValue(val);
46533
+ this.setPropertyValue("value", val);
45910
46534
  },
45911
46535
  enumerable: false,
45912
46536
  configurable: true
@@ -45914,9 +46538,8 @@ var MatrixRowModel = /** @class */ (function (_super) {
45914
46538
  Object.defineProperty(MatrixRowModel.prototype, "rowClasses", {
45915
46539
  get: function () {
45916
46540
  var cssClasses = this.data.cssClasses;
45917
- var hasError = !!this.data.getErrorByType("requiredinallrowserror");
45918
46541
  return new _utils_cssClassBuilder__WEBPACK_IMPORTED_MODULE_11__["CssClassBuilder"]().append(cssClasses.row)
45919
- .append(cssClasses.rowError, hasError && this.isValueEmpty(this.value))
46542
+ .append(cssClasses.rowError, this.data.hasErrorInRow(this))
45920
46543
  .toString();
45921
46544
  },
45922
46545
  enumerable: false,
@@ -46121,6 +46744,23 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
46121
46744
  QuestionMatrixModel.prototype.getType = function () {
46122
46745
  return "matrix";
46123
46746
  };
46747
+ Object.defineProperty(QuestionMatrixModel.prototype, "cellComponent", {
46748
+ /**
46749
+ * The name of a component used to render cells.
46750
+ */
46751
+ get: function () {
46752
+ return this.getPropertyValue("cellComponent");
46753
+ },
46754
+ enumerable: false,
46755
+ configurable: true
46756
+ });
46757
+ Object.defineProperty(QuestionMatrixModel.prototype, "itemComponent", {
46758
+ set: function (value) {
46759
+ this.setPropertyValue("cellComponent", value);
46760
+ },
46761
+ enumerable: false,
46762
+ configurable: true
46763
+ });
46124
46764
  Object.defineProperty(QuestionMatrixModel.prototype, "hasSingleInput", {
46125
46765
  get: function () {
46126
46766
  return false;
@@ -46132,6 +46772,8 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
46132
46772
  /**
46133
46773
  * Specifies whether each row requires an answer. If a respondent skips a row, the question displays a validation error.
46134
46774
  * @see isRequired
46775
+ * @see eachRowUnique
46776
+ * @see validators
46135
46777
  */
46136
46778
  get: function () {
46137
46779
  return this.getPropertyValue("isAllRowRequired");
@@ -46142,6 +46784,21 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
46142
46784
  enumerable: false,
46143
46785
  configurable: true
46144
46786
  });
46787
+ Object.defineProperty(QuestionMatrixModel.prototype, "eachRowUnique", {
46788
+ /**
46789
+ * Specifies whether answers in all rows should be unique. If any answers duplicate, the question displays a validation error.
46790
+ * @see isAllRowRequired
46791
+ * @see validators
46792
+ */
46793
+ get: function () {
46794
+ return this.getPropertyValue("eachRowUnique");
46795
+ },
46796
+ set: function (val) {
46797
+ this.setPropertyValue("eachRowUnique", val);
46798
+ },
46799
+ enumerable: false,
46800
+ configurable: true
46801
+ });
46145
46802
  Object.defineProperty(QuestionMatrixModel.prototype, "hasRows", {
46146
46803
  get: function () {
46147
46804
  return this.rows.length > 0;
@@ -46326,15 +46983,21 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
46326
46983
  };
46327
46984
  QuestionMatrixModel.prototype.onCheckForErrors = function (errors, isOnValueChanged) {
46328
46985
  _super.prototype.onCheckForErrors.call(this, errors, isOnValueChanged);
46329
- if ((!isOnValueChanged || this.hasCssError()) &&
46330
- this.hasErrorInRows()) {
46331
- errors.push(new _error__WEBPACK_IMPORTED_MODULE_6__["RequiredInAllRowsError"](null, this));
46986
+ this.errorsInRow = undefined;
46987
+ if (!isOnValueChanged || this.hasCssError()) {
46988
+ if (this.hasErrorAllRowsRequired()) {
46989
+ errors.push(new _error__WEBPACK_IMPORTED_MODULE_6__["RequiredInAllRowsError"](null, this));
46990
+ }
46991
+ if (this.hasErrorEachRowUnique()) {
46992
+ errors.push(new _error__WEBPACK_IMPORTED_MODULE_6__["EachRowUniqueError"](null, this));
46993
+ }
46332
46994
  }
46333
46995
  };
46334
- QuestionMatrixModel.prototype.hasErrorInRows = function () {
46335
- if (!this.isAllRowRequired)
46336
- return false;
46337
- return !this.hasValuesInAllRows();
46996
+ QuestionMatrixModel.prototype.hasErrorAllRowsRequired = function () {
46997
+ return this.isAllRowRequired && !this.hasValuesInAllRows();
46998
+ };
46999
+ QuestionMatrixModel.prototype.hasErrorEachRowUnique = function () {
47000
+ return this.eachRowUnique && this.hasNonUniqueValueInRow();
46338
47001
  };
46339
47002
  QuestionMatrixModel.prototype.hasValuesInAllRows = function () {
46340
47003
  var rows = this.generatedVisibleRows;
@@ -46342,11 +47005,43 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
46342
47005
  rows = this.visibleRows;
46343
47006
  if (!rows)
46344
47007
  return true;
47008
+ var res = true;
46345
47009
  for (var i = 0; i < rows.length; i++) {
46346
- if (this.isValueEmpty(rows[i].value))
46347
- return false;
47010
+ var row = rows[i];
47011
+ var hasValue = !this.isValueEmpty(row.value);
47012
+ if (!hasValue) {
47013
+ this.addErrorIntoRow(row);
47014
+ }
47015
+ res = res && hasValue;
46348
47016
  }
46349
- return true;
47017
+ return res;
47018
+ };
47019
+ QuestionMatrixModel.prototype.hasNonUniqueValueInRow = function () {
47020
+ var rows = this.generatedVisibleRows;
47021
+ if (!rows)
47022
+ rows = this.visibleRows;
47023
+ if (!rows)
47024
+ return false;
47025
+ var hash = {};
47026
+ var res = true;
47027
+ for (var i = 0; i < rows.length; i++) {
47028
+ var val = rows[i].value;
47029
+ var isEmpty = this.isValueEmpty(val);
47030
+ var isUnique = isEmpty || hash[val] !== true;
47031
+ if (!isUnique) {
47032
+ this.addErrorIntoRow(rows[i]);
47033
+ }
47034
+ res = res && isUnique;
47035
+ if (!isEmpty) {
47036
+ hash[val] = true;
47037
+ }
47038
+ }
47039
+ return !res;
47040
+ };
47041
+ QuestionMatrixModel.prototype.addErrorIntoRow = function (row) {
47042
+ if (!this.errorsInRow)
47043
+ this.errorsInRow = {};
47044
+ this.errorsInRow[row.name] = true;
46350
47045
  };
46351
47046
  QuestionMatrixModel.prototype.getIsAnswered = function () {
46352
47047
  return _super.prototype.getIsAnswered.call(this) && this.hasValuesInAllRows();
@@ -46496,6 +47191,9 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
46496
47191
  }
46497
47192
  return value;
46498
47193
  };
47194
+ QuestionMatrixModel.prototype.hasErrorInRow = function (row) {
47195
+ return !!this.errorsInRow && !!this.errorsInRow[row.name];
47196
+ };
46499
47197
  QuestionMatrixModel.prototype.getSearchableItemValueKeys = function (keys) {
46500
47198
  keys.push("columns");
46501
47199
  keys.push("rows");
@@ -46543,7 +47241,9 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_3__["Serializer"].addClass("matrix", [
46543
47241
  choices: ["initial", "random"],
46544
47242
  },
46545
47243
  "isAllRowRequired:boolean",
47244
+ { name: "eachRowUnique:boolean", category: "validation" },
46546
47245
  "hideIfRowsEmpty:boolean",
47246
+ { name: "cellComponent", visible: false, default: "survey-matrix-cell" }
46547
47247
  ], function () {
46548
47248
  return new QuestionMatrixModel("");
46549
47249
  }, "matrixbase");
@@ -46841,6 +47541,7 @@ __webpack_require__.r(__webpack_exports__);
46841
47541
  /* harmony import */ var _utils_cssClassBuilder__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./utils/cssClassBuilder */ "./src/utils/cssClassBuilder.ts");
46842
47542
  /* harmony import */ var _question_matrixdropdowncolumn__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./question_matrixdropdowncolumn */ "./src/question_matrixdropdowncolumn.ts");
46843
47543
  /* harmony import */ var _question_matrixdropdownrendered__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./question_matrixdropdownrendered */ "./src/question_matrixdropdownrendered.ts");
47544
+ /* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./utils/utils */ "./src/utils/utils.ts");
46844
47545
  var __extends = (undefined && undefined.__extends) || (function () {
46845
47546
  var extendStatics = function (d, b) {
46846
47547
  extendStatics = Object.setPrototypeOf ||
@@ -46870,6 +47571,7 @@ var __extends = (undefined && undefined.__extends) || (function () {
46870
47571
 
46871
47572
 
46872
47573
 
47574
+
46873
47575
  var MatrixDropdownCell = /** @class */ (function () {
46874
47576
  function MatrixDropdownCell(column, row, data) {
46875
47577
  this.column = column;
@@ -47217,12 +47919,17 @@ var MatrixDropdownRowModelBase = /** @class */ (function () {
47217
47919
  if (!!this.data) {
47218
47920
  values[MatrixDropdownRowModelBase.OwnerVariableName] = this.data.value;
47219
47921
  }
47220
- values[MatrixDropdownRowModelBase.IndexVariableName] = this.rowIndex;
47922
+ var rowIndex = this.rowIndex;
47923
+ values[MatrixDropdownRowModelBase.IndexVariableName] = rowIndex;
47221
47924
  values[MatrixDropdownRowModelBase.RowValueVariableName] = this.rowName;
47222
47925
  var newProps = _helpers__WEBPACK_IMPORTED_MODULE_2__["Helpers"].createCopy(properties);
47223
47926
  newProps[MatrixDropdownRowModelBase.RowVariableName] = this;
47927
+ var rowValues = rowIndex > 0 ? this.data.getRowValue(this.rowIndex - 1) : this.value;
47224
47928
  for (var i = 0; i < this.cells.length; i++) {
47225
- values[MatrixDropdownRowModelBase.RowVariableName] = this.value;
47929
+ if (i > 0) {
47930
+ Object(_utils_utils__WEBPACK_IMPORTED_MODULE_14__["mergeValues"])(this.value, rowValues);
47931
+ }
47932
+ values[MatrixDropdownRowModelBase.RowVariableName] = rowValues;
47226
47933
  this.cells[i].runCondition(values, newProps);
47227
47934
  }
47228
47935
  if (!!this.detailPanel) {
@@ -48072,14 +48779,15 @@ var QuestionMatrixDropdownModelBase = /** @class */ (function (_super) {
48072
48779
  *
48073
48780
  * Possible values:
48074
48781
  *
48075
- * - `"dropdown"`
48076
- * - `"checkbox"`
48077
- * - `"radiogroup"`
48078
- * - `"text"`
48079
- * - `"comment"`
48080
- * - `"boolean"`
48081
- * - `"expression"`
48082
- * - `"rating"`
48782
+ * - [`"dropdown"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-menu-model)
48783
+ * - [`"checkbox"`](https://surveyjs.io/form-library/documentation/api-reference/checkbox-question-model)
48784
+ * - [`"radiogroup"`](https://surveyjs.io/form-library/documentation/api-reference/radio-button-question-model)
48785
+ * - [`"tagbox"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-tag-box-model)
48786
+ * - [`"text"`](https://surveyjs.io/form-library/documentation/api-reference/text-entry-question-model)
48787
+ * - [`"comment"`](https://surveyjs.io/form-library/documentation/api-reference/comment-field-model)
48788
+ * - [`"boolean"`](https://surveyjs.io/form-library/documentation/api-reference/boolean-question-model)
48789
+ * - [`"expression"`](https://surveyjs.io/form-library/documentation/api-reference/expression-model)
48790
+ * - [`"rating"`](https://surveyjs.io/form-library/documentation/api-reference/rating-scale-question-model)
48083
48791
  *
48084
48792
  * Default value: `"dropdown"` (inherited from [`settings.matrix.defaultCellType`](https://surveyjs.io/form-library/documentation/settings#matrixDefaultCellType))
48085
48793
  */
@@ -48366,7 +49074,7 @@ var QuestionMatrixDropdownModelBase = /** @class */ (function (_super) {
48366
49074
  if (!_helpers__WEBPACK_IMPORTED_MODULE_2__["Helpers"].isArraysEqual(curVisibleChoices, newVisibleChoices, true, false, false))
48367
49075
  return true;
48368
49076
  }
48369
- return curVis != column.isVisible;
49077
+ return curVis !== column.isColumnVisible;
48370
49078
  };
48371
49079
  QuestionMatrixDropdownModelBase.prototype.updateNewVisibleChoices = function (q, dest) {
48372
49080
  var choices = q.visibleChoices;
@@ -49512,6 +50220,11 @@ var matrixDropdownColumnTypes = {
49512
50220
  expression: {},
49513
50221
  rating: {},
49514
50222
  };
50223
+ /**
50224
+ * An auxiliary class that describes a column in a [Multi-Select Matrix](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list) or [Dynamic Matrix](https://surveyjs.io/form-library/documentation/api-reference/dynamic-matrix-table-question-model).
50225
+ *
50226
+ * You can get an object of this class from the [`columns`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#columns) array or by calling the [`getColumnByName()`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#getColumnByName) method on a matrix instance.
50227
+ */
49515
50228
  var MatrixDropdownColumn = /** @class */ (function (_super) {
49516
50229
  __extends(MatrixDropdownColumn, _super);
49517
50230
  function MatrixDropdownColumn(name, title) {
@@ -49605,6 +50318,26 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49605
50318
  return "matrixdropdowncolumn";
49606
50319
  };
49607
50320
  Object.defineProperty(MatrixDropdownColumn.prototype, "cellType", {
50321
+ /**
50322
+ * Specifies the type of column cells.
50323
+ *
50324
+ * Possible values:
50325
+ *
50326
+ * - [`"dropdown"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-menu-model)
50327
+ * - [`"checkbox"`](https://surveyjs.io/form-library/documentation/api-reference/checkbox-question-model)
50328
+ * - [`"radiogroup"`](https://surveyjs.io/form-library/documentation/api-reference/radio-button-question-model)
50329
+ * - [`"tagbox"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-tag-box-model)
50330
+ * - [`"text"`](https://surveyjs.io/form-library/documentation/api-reference/text-entry-question-model)
50331
+ * - [`"comment"`](https://surveyjs.io/form-library/documentation/api-reference/comment-field-model)
50332
+ * - [`"boolean"`](https://surveyjs.io/form-library/documentation/api-reference/boolean-question-model)
50333
+ * - [`"expression"`](https://surveyjs.io/form-library/documentation/api-reference/expression-model)
50334
+ * - [`"rating"`](https://surveyjs.io/form-library/documentation/api-reference/rating-scale-question-model)
50335
+ * - `"default"` (default) - Inherits the input type from the [`cellType`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#cellType) property specified for the parent matrix.
50336
+ *
50337
+ * The input types are based upon standalone question types. Depending on the selected input type, the matrix column can have additional configuration properties inherited from the corresponding question type. For instance, Dropdown, Checkboxes, Radio Button Group, and Tag Box columns can specify the [`choices`](https://surveyjs.io/form-library/documentation/api-reference/radio-button-question-model#choices) array, similar to the question types upon which they are based. Refer to the API Reference of these question types for a full list of available properties.
50338
+ *
50339
+ * [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
50340
+ */
49608
50341
  get: function () {
49609
50342
  return this.getPropertyValue("cellType");
49610
50343
  },
@@ -49651,6 +50384,13 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49651
50384
  configurable: true
49652
50385
  });
49653
50386
  Object.defineProperty(MatrixDropdownColumn.prototype, "visible", {
50387
+ /**
50388
+ * Gets or sets column visibility.
50389
+ *
50390
+ * If you want to display or hide a column based on a condition, specify the [`visibleIf`](#visibleIf) property.
50391
+ * @see isRequired
50392
+ * @see readOnly
50393
+ */
49654
50394
  get: function () { return this.getPropertyValue("visible"); },
49655
50395
  set: function (val) {
49656
50396
  this.setPropertyValue("visible", val);
@@ -49712,6 +50452,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49712
50452
  configurable: true
49713
50453
  });
49714
50454
  Object.defineProperty(MatrixDropdownColumn.prototype, "name", {
50455
+ /**
50456
+ * A column ID that is not visible to respondents.
50457
+ *
50458
+ * > Column IDs must be unique.
50459
+ * @see title
50460
+ */
49715
50461
  get: function () {
49716
50462
  return this.templateQuestion.name;
49717
50463
  },
@@ -49722,6 +50468,9 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49722
50468
  configurable: true
49723
50469
  });
49724
50470
  Object.defineProperty(MatrixDropdownColumn.prototype, "title", {
50471
+ /**
50472
+ * A user-friendly column caption to display. If `title` is undefined, [`name`](#name) is displayed instead.
50473
+ */
49725
50474
  get: function () {
49726
50475
  return this.templateQuestion.title;
49727
50476
  },
@@ -49746,6 +50495,14 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49746
50495
  configurable: true
49747
50496
  });
49748
50497
  Object.defineProperty(MatrixDropdownColumn.prototype, "isRequired", {
50498
+ /**
50499
+ * Marks the column as required. If a respondent skips any cell in a required column, the matrix displays a validation error.
50500
+ *
50501
+ * If you want to mark the column as required based on a condition, specify the [`requiredIf`](#requiredIf) property.
50502
+ * @see requiredErrorText
50503
+ * @see visible
50504
+ * @see readOnly
50505
+ */
49749
50506
  get: function () {
49750
50507
  return this.templateQuestion.isRequired;
49751
50508
  },
@@ -49776,6 +50533,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49776
50533
  configurable: true
49777
50534
  });
49778
50535
  Object.defineProperty(MatrixDropdownColumn.prototype, "requiredErrorText", {
50536
+ /**
50537
+ * Specifies a custom error message for a required column.
50538
+ * @see isRequired
50539
+ */
49779
50540
  get: function () {
49780
50541
  return this.templateQuestion.requiredErrorText;
49781
50542
  },
@@ -49793,6 +50554,13 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49793
50554
  configurable: true
49794
50555
  });
49795
50556
  Object.defineProperty(MatrixDropdownColumn.prototype, "readOnly", {
50557
+ /**
50558
+ * Makes the column read-only.
50559
+ *
50560
+ * If you want to switch the column to the read-only state based on a condition, specify the [`enableIf`](#enableIf) property.
50561
+ * @see visible
50562
+ * @see isRequired
50563
+ */
49796
50564
  get: function () {
49797
50565
  return this.templateQuestion.readOnly;
49798
50566
  },
@@ -49813,6 +50581,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49813
50581
  configurable: true
49814
50582
  });
49815
50583
  Object.defineProperty(MatrixDropdownColumn.prototype, "visibleIf", {
50584
+ /**
50585
+ * A Boolean expression. If it evaluates to `false`, this column becomes hidden.
50586
+ *
50587
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
50588
+ * @see visible
50589
+ */
49816
50590
  get: function () {
49817
50591
  return this.templateQuestion.visibleIf;
49818
50592
  },
@@ -49823,6 +50597,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49823
50597
  configurable: true
49824
50598
  });
49825
50599
  Object.defineProperty(MatrixDropdownColumn.prototype, "enableIf", {
50600
+ /**
50601
+ * A Boolean expression. If it evaluates to `false`, this column becomes read-only.
50602
+ *
50603
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
50604
+ * @see readOnly
50605
+ */
49826
50606
  get: function () {
49827
50607
  return this.templateQuestion.enableIf;
49828
50608
  },
@@ -49833,6 +50613,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49833
50613
  configurable: true
49834
50614
  });
49835
50615
  Object.defineProperty(MatrixDropdownColumn.prototype, "requiredIf", {
50616
+ /**
50617
+ * A Boolean expression. If it evaluates to `true`, this column becomes required.
50618
+ *
50619
+ * Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
50620
+ * @see isRequired
50621
+ */
49836
50622
  get: function () {
49837
50623
  return this.templateQuestion.requiredIf;
49838
50624
  },
@@ -49843,6 +50629,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49843
50629
  configurable: true
49844
50630
  });
49845
50631
  Object.defineProperty(MatrixDropdownColumn.prototype, "resetValueIf", {
50632
+ /**
50633
+ * A Boolean expression. If it evaluates to `true`, all cells in this column are set to a value calculated using the [`defaultValueExpression`](#defaultValueExpression).
50634
+ *
50635
+ * [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
50636
+ * @see setValueIf
50637
+ */
49846
50638
  get: function () {
49847
50639
  return this.templateQuestion.resetValueIf;
49848
50640
  },
@@ -49853,6 +50645,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49853
50645
  configurable: true
49854
50646
  });
49855
50647
  Object.defineProperty(MatrixDropdownColumn.prototype, "defaultValueExpression", {
50648
+ /**
50649
+ * An expression used to calculate the column's default value. This expression applies to all cells of this column until the cell value is specified by an end user or programmatically.
50650
+ *
50651
+ * [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
50652
+ * @see setValueExpression
50653
+ */
49856
50654
  get: function () {
49857
50655
  return this.templateQuestion.defaultValueExpression;
49858
50656
  },
@@ -49863,6 +50661,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49863
50661
  configurable: true
49864
50662
  });
49865
50663
  Object.defineProperty(MatrixDropdownColumn.prototype, "setValueIf", {
50664
+ /**
50665
+ * A Boolean expression. If it evaluates to `true`, all cells in this column are set to a value calculated using the [`setValueExpression`](#setValueExpression).
50666
+ *
50667
+ * [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
50668
+ * @see resetValueIf
50669
+ */
49866
50670
  get: function () {
49867
50671
  return this.templateQuestion.setValueIf;
49868
50672
  },
@@ -49873,6 +50677,15 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49873
50677
  configurable: true
49874
50678
  });
49875
50679
  Object.defineProperty(MatrixDropdownColumn.prototype, "setValueExpession", {
50680
+ /**
50681
+ * An expression used to calculate a value for all column cells.
50682
+ *
50683
+ * You can use `setValueExpression` as a standalone property or in conjunction with the [`setValueIf`](#setValueIf) expression, in which case the calculated cell value applies only when `setValueIf` evaluates to `true`.
50684
+ *
50685
+ * [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
50686
+ * @see defaultValueExpression
50687
+ * @see resetValueIf
50688
+ */
49876
50689
  get: function () {
49877
50690
  return this.templateQuestion.setValueExpession;
49878
50691
  },
@@ -49883,6 +50696,11 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49883
50696
  configurable: true
49884
50697
  });
49885
50698
  Object.defineProperty(MatrixDropdownColumn.prototype, "isUnique", {
50699
+ /**
50700
+ * Specifies whether a respondent is required to provide a unique response for each question within this column.
50701
+ *
50702
+ * Default value: `false`
50703
+ */
49886
50704
  get: function () {
49887
50705
  return this.getPropertyValue("isUnique");
49888
50706
  },
@@ -49893,6 +50711,9 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49893
50711
  configurable: true
49894
50712
  });
49895
50713
  Object.defineProperty(MatrixDropdownColumn.prototype, "showInMultipleColumns", {
50714
+ /**
50715
+ * Specifies whether to create an individual column for each choice option. Applies only to columns of `"checkbox"` or `"radiogroup"` [`cellType`](#cellType).
50716
+ */
49896
50717
  get: function () {
49897
50718
  return this.getPropertyValue("showInMultipleColumns");
49898
50719
  },
@@ -49917,6 +50738,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49917
50738
  configurable: true
49918
50739
  });
49919
50740
  Object.defineProperty(MatrixDropdownColumn.prototype, "validators", {
50741
+ /**
50742
+ * Column validators.
50743
+ *
50744
+ * [Data Validation](https://surveyjs.io/form-library/documentation/data-validation (linkStyle))
50745
+ * @see isRequired
50746
+ */
49920
50747
  get: function () {
49921
50748
  return this.templateQuestion.validators;
49922
50749
  },
@@ -49927,6 +50754,22 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49927
50754
  configurable: true
49928
50755
  });
49929
50756
  Object.defineProperty(MatrixDropdownColumn.prototype, "totalType", {
50757
+ /**
50758
+ * An aggregation method used to calculate the column total.
50759
+ *
50760
+ * Possible values:
50761
+ *
50762
+ * - `"none"` (default) - Disables total calculations.
50763
+ * - `"sum"`
50764
+ * - `"count"`
50765
+ * - `"min"`
50766
+ * - `"max"`
50767
+ * - `"avg"`
50768
+ *
50769
+ * [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
50770
+ * @see totalFormat
50771
+ * @see totalDisplayStyle
50772
+ */
49930
50773
  get: function () {
49931
50774
  return this.getPropertyValue("totalType");
49932
50775
  },
@@ -49937,6 +50780,11 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49937
50780
  configurable: true
49938
50781
  });
49939
50782
  Object.defineProperty(MatrixDropdownColumn.prototype, "totalExpression", {
50783
+ /**
50784
+ * An expression used to calculate total values. Overrides the [`totalType`](#totalType) property.
50785
+ *
50786
+ * [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
50787
+ */
49940
50788
  get: function () {
49941
50789
  return this.getPropertyValue("totalExpression");
49942
50790
  },
@@ -49954,6 +50802,13 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
49954
50802
  configurable: true
49955
50803
  });
49956
50804
  Object.defineProperty(MatrixDropdownColumn.prototype, "totalFormat", {
50805
+ /**
50806
+ * A string pattern used to display column totals. To reference a total value within this pattern, use the `{0}` placeholder.
50807
+ *
50808
+ * [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
50809
+ * @see totalType
50810
+ * @see totalDisplayStyle
50811
+ */
49957
50812
  get: function () {
49958
50813
  return this.getLocalizableStringText("totalFormat", "");
49959
50814
  },
@@ -50025,6 +50880,21 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
50025
50880
  configurable: true
50026
50881
  });
50027
50882
  Object.defineProperty(MatrixDropdownColumn.prototype, "totalDisplayStyle", {
50883
+ /**
50884
+ * A format for calculated total values.
50885
+ *
50886
+ * Possible values:
50887
+ *
50888
+ * - `"none"` (default)
50889
+ * - `"decimal"`
50890
+ * - `"currency"`
50891
+ * - `"percent"`
50892
+ *
50893
+ * [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
50894
+ * @see totalType
50895
+ * @see totalFormat
50896
+ * @see totalCurrency
50897
+ */
50028
50898
  get: function () {
50029
50899
  return this.getPropertyValue("totalDisplayStyle");
50030
50900
  },
@@ -50035,6 +50905,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
50035
50905
  configurable: true
50036
50906
  });
50037
50907
  Object.defineProperty(MatrixDropdownColumn.prototype, "totalCurrency", {
50908
+ /**
50909
+ * Specifies a currency used to display calculated total values. Applies only if [`totalDisplayStyle`](#totalDisplayStyle) is set to `"currency"`.
50910
+ * @see totalType
50911
+ */
50038
50912
  get: function () {
50039
50913
  return this.getPropertyValue("totalCurrency");
50040
50914
  },
@@ -50047,6 +50921,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
50047
50921
  configurable: true
50048
50922
  });
50049
50923
  Object.defineProperty(MatrixDropdownColumn.prototype, "minWidth", {
50924
+ /**
50925
+ * Gets or sets minimum column width in CSS values. By default, the matrix calculates column widths to optimally fit the content of all columns.
50926
+ * @see width
50927
+ */
50050
50928
  get: function () {
50051
50929
  return this.getPropertyValue("minWidth", "");
50052
50930
  },
@@ -50057,6 +50935,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
50057
50935
  configurable: true
50058
50936
  });
50059
50937
  Object.defineProperty(MatrixDropdownColumn.prototype, "width", {
50938
+ /**
50939
+ * Gets or sets column width in CSS values. By default, the matrix calculates column widths to optimally fit the content of all columns.
50940
+ * @see minWidth
50941
+ */
50060
50942
  get: function () {
50061
50943
  return this.templateQuestion.width;
50062
50944
  },
@@ -50067,6 +50949,11 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
50067
50949
  configurable: true
50068
50950
  });
50069
50951
  Object.defineProperty(MatrixDropdownColumn.prototype, "colCount", {
50952
+ /**
50953
+ * Gets or sets the number of columns used to arrange choice options. Applies only to columns of `"checkbox"` or `"radiogroup"` [`cellType`](#cellType).
50954
+ *
50955
+ * Default value: -1 (inherits the actual value from the parent matrix's [`columnColCount`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#columnColCount) property)
50956
+ */
50070
50957
  get: function () {
50071
50958
  return this.getPropertyValue("colCount");
50072
50959
  },
@@ -50443,6 +51330,13 @@ var QuestionMatrixDropdownRenderedCell = /** @class */ (function () {
50443
51330
  this.classNameValue = "";
50444
51331
  this.idValue = QuestionMatrixDropdownRenderedCell.counter++;
50445
51332
  }
51333
+ Object.defineProperty(QuestionMatrixDropdownRenderedCell.prototype, "requiredText", {
51334
+ get: function () {
51335
+ return this.column && this.column.isRenderedRequired ? this.column.requiredText : undefined;
51336
+ },
51337
+ enumerable: false,
51338
+ configurable: true
51339
+ });
50446
51340
  Object.defineProperty(QuestionMatrixDropdownRenderedCell.prototype, "hasQuestion", {
50447
51341
  get: function () {
50448
51342
  return !!this.question && !this.isErrorsCell;
@@ -50777,9 +51671,9 @@ var QuestionMatrixDropdownRenderedTable = /** @class */ (function (_super) {
50777
51671
  enumerable: false,
50778
51672
  configurable: true
50779
51673
  });
50780
- Object.defineProperty(QuestionMatrixDropdownRenderedTable.prototype, "allowRowsDragAndDrop", {
51674
+ Object.defineProperty(QuestionMatrixDropdownRenderedTable.prototype, "isRowsDragAndDrop", {
50781
51675
  get: function () {
50782
- return this.matrix.allowRowsDragAndDrop && this.matrix.isColumnLayoutHorizontal;
51676
+ return this.matrix.isRowsDragAndDrop && this.matrix.isColumnLayoutHorizontal;
50783
51677
  },
50784
51678
  enumerable: false,
50785
51679
  configurable: true
@@ -50938,7 +51832,7 @@ var QuestionMatrixDropdownRenderedTable = /** @class */ (function (_super) {
50938
51832
  if (!isShown)
50939
51833
  return;
50940
51834
  this.headerRowValue = this.createRenderedRow(this.cssClasses);
50941
- if (this.allowRowsDragAndDrop) {
51835
+ if (this.isRowsDragAndDrop) {
50942
51836
  this.headerRow.cells.push(this.createHeaderCell(null, "action"));
50943
51837
  }
50944
51838
  if (this.hasActionCellInRows("start")) {
@@ -50982,7 +51876,7 @@ var QuestionMatrixDropdownRenderedTable = /** @class */ (function (_super) {
50982
51876
  if (!this.showFooter)
50983
51877
  return;
50984
51878
  this.footerRowValue = this.createRenderedRow(this.cssClasses);
50985
- if (this.allowRowsDragAndDrop) {
51879
+ if (this.isRowsDragAndDrop) {
50986
51880
  this.footerRow.cells.push(this.createHeaderCell(null));
50987
51881
  }
50988
51882
  if (this.hasActionCellInRows("start")) {
@@ -51227,7 +52121,7 @@ var QuestionMatrixDropdownRenderedTable = /** @class */ (function (_super) {
51227
52121
  };
51228
52122
  QuestionMatrixDropdownRenderedTable.prototype.createHorizontalRow = function (row, useAsHeader) {
51229
52123
  var res = this.createRenderedRow(this.cssClasses);
51230
- if (this.allowRowsDragAndDrop) {
52124
+ if (this.isRowsDragAndDrop) {
51231
52125
  var rowIndex = this.matrix.visibleRows.indexOf(row);
51232
52126
  res.cells.push(this.getRowDragCell(rowIndex));
51233
52127
  }
@@ -51375,9 +52269,6 @@ var QuestionMatrixDropdownRenderedTable = /** @class */ (function (_super) {
51375
52269
  .append(hCell.className)
51376
52270
  .append(this.cssClasses.rowTextCell)
51377
52271
  .append(this.cssClasses.columnTitleCell).toString();
51378
- if (!choice) {
51379
- this.setRequriedToHeaderCell(column, hCell);
51380
- }
51381
52272
  res.cells.push(hCell);
51382
52273
  }
51383
52274
  var rows = this.matrix.visibleRows;
@@ -51507,26 +52398,11 @@ var QuestionMatrixDropdownRenderedTable = /** @class */ (function (_super) {
51507
52398
  };
51508
52399
  QuestionMatrixDropdownRenderedTable.prototype.setHeaderCell = function (column, cell) {
51509
52400
  this.setHeaderCellWidth(column, cell);
51510
- this.setRequriedToHeaderCell(column, cell);
51511
52401
  };
51512
52402
  QuestionMatrixDropdownRenderedTable.prototype.setHeaderCellWidth = function (column, cell) {
51513
52403
  cell.minWidth = column != null ? this.matrix.getColumnWidth(column) : this.matrix.getRowTitleWidth();
51514
52404
  cell.width = column != null ? column.width : this.matrix.getRowTitleWidth();
51515
52405
  };
51516
- QuestionMatrixDropdownRenderedTable.prototype.setRequriedToHeaderCell = function (column, cell) {
51517
- if (!!column && column.isRequired && this.matrix.survey) {
51518
- cell.requiredText = this.matrix.survey.requiredText;
51519
- }
51520
- };
51521
- QuestionMatrixDropdownRenderedTable.prototype.createRemoveRowCell = function (row) {
51522
- var res = new QuestionMatrixDropdownRenderedCell();
51523
- res.row = row;
51524
- res.isRemoveRow = this.canRemoveRow(row);
51525
- if (!!this.cssClasses.cell) {
51526
- res.className = this.cssClasses.cell;
51527
- }
51528
- return res;
51529
- };
51530
52406
  QuestionMatrixDropdownRenderedTable.prototype.createTextCell = function (locTitle) {
51531
52407
  var cell = new QuestionMatrixDropdownRenderedCell();
51532
52408
  cell.locTitle = locTitle;
@@ -51684,7 +52560,7 @@ var QuestionMatrixDynamicModel = /** @class */ (function (_super) {
51684
52560
  _this.registerPropertyChangedHandlers(["hideColumnsIfEmpty", "allowAddRows"], function () {
51685
52561
  _this.updateShowTableAndAddRow();
51686
52562
  });
51687
- _this.registerPropertyChangedHandlers(["allowRowsDragAndDrop"], function () { _this.clearRowsAndResetRenderedTable(); });
52563
+ _this.registerPropertyChangedHandlers(["allowRowsDragAndDrop", "isReadOnly"], function () { _this.clearRowsAndResetRenderedTable(); });
51688
52564
  _this.dragOrClickHelper = new _utils_dragOrClickHelper__WEBPACK_IMPORTED_MODULE_9__["DragOrClickHelper"](_this.startDragMatrixRow);
51689
52565
  return _this;
51690
52566
  }
@@ -51703,7 +52579,7 @@ var QuestionMatrixDynamicModel = /** @class */ (function (_super) {
51703
52579
  return true;
51704
52580
  };
51705
52581
  QuestionMatrixDynamicModel.prototype.onPointerDown = function (pointerDownEvent, row) {
51706
- if (!row || !this.allowRowsDragAndDrop)
52582
+ if (!row || !this.isRowsDragAndDrop)
51707
52583
  return;
51708
52584
  if (this.isBanStartDrag(pointerDownEvent))
51709
52585
  return;
@@ -51900,8 +52776,6 @@ var QuestionMatrixDynamicModel = /** @class */ (function (_super) {
51900
52776
  * Default value: `false`
51901
52777
  */
51902
52778
  get: function () {
51903
- if (this.readOnly)
51904
- return false;
51905
52779
  return this.getPropertyValue("allowRowsDragAndDrop");
51906
52780
  },
51907
52781
  set: function (val) {
@@ -51910,6 +52784,13 @@ var QuestionMatrixDynamicModel = /** @class */ (function (_super) {
51910
52784
  enumerable: false,
51911
52785
  configurable: true
51912
52786
  });
52787
+ Object.defineProperty(QuestionMatrixDynamicModel.prototype, "isRowsDragAndDrop", {
52788
+ get: function () {
52789
+ return this.allowRowsDragAndDrop && !this.isReadOnly;
52790
+ },
52791
+ enumerable: false,
52792
+ configurable: true
52793
+ });
51913
52794
  Object.defineProperty(QuestionMatrixDynamicModel.prototype, "iconDragElement", {
51914
52795
  get: function () {
51915
52796
  return this.cssClasses.iconDragElement;
@@ -54329,9 +55210,10 @@ var QuestionPanelDynamicModel = /** @class */ (function (_super) {
54329
55210
  * @see visiblePanels
54330
55211
  */
54331
55212
  get: function () {
54332
- return this.template.visibleIf;
55213
+ return this.getPropertyValue("templateVisibleIf");
54333
55214
  },
54334
55215
  set: function (val) {
55216
+ this.setPropertyValue("templateVisibleIf", val);
54335
55217
  this.template.visibleIf = val;
54336
55218
  },
54337
55219
  enumerable: false,
@@ -67850,18 +68732,20 @@ _reactquestion_factory__WEBPACK_IMPORTED_MODULE_2__["ReactQuestionFactory"].Inst
67850
68732
  /*!********************************************!*\
67851
68733
  !*** ./src/react/reactquestion_matrix.tsx ***!
67852
68734
  \********************************************/
67853
- /*! exports provided: SurveyQuestionMatrix, SurveyQuestionMatrixRow */
68735
+ /*! exports provided: SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell */
67854
68736
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
67855
68737
 
67856
68738
  "use strict";
67857
68739
  __webpack_require__.r(__webpack_exports__);
67858
68740
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrix", function() { return SurveyQuestionMatrix; });
67859
68741
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixRow", function() { return SurveyQuestionMatrixRow; });
68742
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixCell", function() { return SurveyQuestionMatrixCell; });
67860
68743
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
67861
68744
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
67862
68745
  /* harmony import */ var _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./reactquestion_element */ "./src/react/reactquestion_element.tsx");
67863
68746
  /* harmony import */ var _reactquestion_factory__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./reactquestion_factory */ "./src/react/reactquestion_factory.tsx");
67864
68747
  /* harmony import */ var _reactsurveymodel__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./reactsurveymodel */ "./src/react/reactsurveymodel.tsx");
68748
+ /* harmony import */ var _element_factory__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./element-factory */ "./src/react/element-factory.tsx");
67865
68749
  var __extends = (undefined && undefined.__extends) || (function () {
67866
68750
  var extendStatics = function (d, b) {
67867
68751
  extendStatics = Object.setPrototypeOf ||
@@ -67881,6 +68765,7 @@ var __extends = (undefined && undefined.__extends) || (function () {
67881
68765
 
67882
68766
 
67883
68767
 
68768
+
67884
68769
  var SurveyQuestionMatrix = /** @class */ (function (_super) {
67885
68770
  __extends(SurveyQuestionMatrix, _super);
67886
68771
  function SurveyQuestionMatrix(props) {
@@ -67950,10 +68835,7 @@ var SurveyQuestionMatrix = /** @class */ (function (_super) {
67950
68835
  var SurveyQuestionMatrixRow = /** @class */ (function (_super) {
67951
68836
  __extends(SurveyQuestionMatrixRow, _super);
67952
68837
  function SurveyQuestionMatrixRow(props) {
67953
- var _this = _super.call(this, props) || this;
67954
- _this.handleOnChange = _this.handleOnChange.bind(_this);
67955
- _this.handleOnMouseDown = _this.handleOnMouseDown.bind(_this);
67956
- return _this;
68838
+ return _super.call(this, props) || this;
67957
68839
  }
67958
68840
  Object.defineProperty(SurveyQuestionMatrixRow.prototype, "question", {
67959
68841
  get: function () {
@@ -67969,13 +68851,6 @@ var SurveyQuestionMatrixRow = /** @class */ (function (_super) {
67969
68851
  enumerable: false,
67970
68852
  configurable: true
67971
68853
  });
67972
- SurveyQuestionMatrixRow.prototype.handleOnChange = function (event) {
67973
- this.row.value = event.target.value;
67974
- this.setState({ value: this.row.value });
67975
- };
67976
- SurveyQuestionMatrixRow.prototype.handleOnMouseDown = function (event) {
67977
- this.question.onMouseDown();
67978
- };
67979
68854
  SurveyQuestionMatrixRow.prototype.wrapCell = function (cell, element, reason) {
67980
68855
  if (!reason) {
67981
68856
  return element;
@@ -68010,33 +68885,35 @@ var SurveyQuestionMatrixRow = /** @class */ (function (_super) {
68010
68885
  var _this = this;
68011
68886
  var tds = [];
68012
68887
  var row = this.row;
68013
- for (var i = 0; i < this.question.visibleColumns.length; i++) {
68888
+ var cellComponent = this.question.cellComponent;
68889
+ var _loop_1 = function () {
68014
68890
  var td = null;
68015
- var column = this.question.visibleColumns[i];
68891
+ var column = this_1.question.visibleColumns[i];
68016
68892
  var key = "value" + i;
68017
- var isChecked = row.value == column.value;
68018
- var itemClass = this.question.getItemClass(row, column);
68019
- var inputId = this.question.inputId + "_" + row.name + "_" + i;
68020
- if (this.question.hasCellText) {
68021
- var getHandler = !this.question.isInputReadOnly
68893
+ var itemClass = this_1.question.getItemClass(row, column);
68894
+ if (this_1.question.hasCellText) {
68895
+ var getHandler = !this_1.question.isInputReadOnly
68022
68896
  ? function (column) { return function () { return _this.cellClick(row, column); }; }
68023
68897
  : null;
68024
- td = (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { key: key, className: itemClass, onClick: getHandler ? getHandler(column) : function () { } }, this.renderLocString(this.question.getCellDisplayLocText(row.name, column))));
68898
+ td = (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { key: key, className: itemClass, onClick: getHandler ? getHandler(column) : function () { } }, this_1.renderLocString(this_1.question.getCellDisplayLocText(row.name, column))));
68025
68899
  }
68026
68900
  else {
68027
- var mobileSpan = this.question.isMobile ?
68028
- (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: this.question.cssClasses.cellResponsiveTitle }, this.renderLocString(column.locText)))
68029
- : undefined;
68030
- td = (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { key: key, "data-responsive-title": column.locText.renderedHtml, className: this.question.cssClasses.cell },
68031
- react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("label", { onMouseDown: this.handleOnMouseDown, className: itemClass },
68032
- react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("input", { id: inputId, type: "radio", className: this.cssClasses.itemValue, name: row.fullName, value: column.value, disabled: this.isDisplayMode, checked: isChecked, onChange: this.handleOnChange, "aria-required": this.question.a11y_input_ariaRequired, "aria-label": this.question.getCellAriaLabel(row.locText.renderedHtml, column.locText.renderedHtml), "aria-invalid": this.question.a11y_input_ariaInvalid, "aria-describedby": this.question.a11y_input_ariaDescribedBy }),
68033
- react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: this.question.cssClasses.materialDecorator }, this.question.itemSvgIcon ?
68034
- react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("svg", { className: this.cssClasses.itemDecorator },
68035
- react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("use", { xlinkHref: this.question.itemSvgIcon })) :
68036
- null),
68037
- mobileSpan)));
68901
+ var renderedCell = _element_factory__WEBPACK_IMPORTED_MODULE_4__["ReactElementFactory"].Instance.createElement(cellComponent, {
68902
+ question: this_1.question,
68903
+ row: this_1.row,
68904
+ column: column,
68905
+ columnIndex: i,
68906
+ cssClasses: this_1.cssClasses,
68907
+ isDisplayMode: this_1.isDisplayMode,
68908
+ cellChanged: function () { _this.cellClick(_this.row, column); }
68909
+ });
68910
+ td = (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { key: key, "data-responsive-title": column.locText.renderedHtml, className: this_1.question.cssClasses.cell }, renderedCell));
68038
68911
  }
68039
68912
  tds.push(td);
68913
+ };
68914
+ var this_1 = this;
68915
+ for (var i = 0; i < this.question.visibleColumns.length; i++) {
68916
+ _loop_1();
68040
68917
  }
68041
68918
  return tds;
68042
68919
  };
@@ -68047,6 +68924,77 @@ var SurveyQuestionMatrixRow = /** @class */ (function (_super) {
68047
68924
  return SurveyQuestionMatrixRow;
68048
68925
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__["ReactSurveyElement"]));
68049
68926
 
68927
+ var SurveyQuestionMatrixCell = /** @class */ (function (_super) {
68928
+ __extends(SurveyQuestionMatrixCell, _super);
68929
+ function SurveyQuestionMatrixCell(props) {
68930
+ var _this = _super.call(this, props) || this;
68931
+ _this.handleOnMouseDown = _this.handleOnMouseDown.bind(_this);
68932
+ _this.handleOnChange = _this.handleOnChange.bind(_this);
68933
+ return _this;
68934
+ }
68935
+ SurveyQuestionMatrixCell.prototype.handleOnChange = function (event) {
68936
+ if (!!this.props.cellChanged) {
68937
+ this.props.cellChanged();
68938
+ }
68939
+ };
68940
+ SurveyQuestionMatrixCell.prototype.handleOnMouseDown = function (event) {
68941
+ this.question.onMouseDown();
68942
+ };
68943
+ Object.defineProperty(SurveyQuestionMatrixCell.prototype, "question", {
68944
+ get: function () {
68945
+ return this.props.question;
68946
+ },
68947
+ enumerable: false,
68948
+ configurable: true
68949
+ });
68950
+ Object.defineProperty(SurveyQuestionMatrixCell.prototype, "row", {
68951
+ get: function () {
68952
+ return this.props.row;
68953
+ },
68954
+ enumerable: false,
68955
+ configurable: true
68956
+ });
68957
+ Object.defineProperty(SurveyQuestionMatrixCell.prototype, "column", {
68958
+ get: function () {
68959
+ return this.props.column;
68960
+ },
68961
+ enumerable: false,
68962
+ configurable: true
68963
+ });
68964
+ Object.defineProperty(SurveyQuestionMatrixCell.prototype, "columnIndex", {
68965
+ get: function () {
68966
+ return this.props.columnIndex;
68967
+ },
68968
+ enumerable: false,
68969
+ configurable: true
68970
+ });
68971
+ SurveyQuestionMatrixCell.prototype.canRender = function () {
68972
+ return !!this.question && !!this.row;
68973
+ };
68974
+ SurveyQuestionMatrixCell.prototype.renderElement = function () {
68975
+ var isChecked = this.row.value == this.column.value;
68976
+ var inputId = this.question.inputId + "_" + this.row.name + "_" + this.columnIndex;
68977
+ var itemClass = this.question.getItemClass(this.row, this.column);
68978
+ var mobileSpan = this.question.isMobile ?
68979
+ (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: this.question.cssClasses.cellResponsiveTitle }, this.renderLocString(this.column.locText)))
68980
+ : undefined;
68981
+ return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("label", { onMouseDown: this.handleOnMouseDown, className: itemClass },
68982
+ this.renderInput(inputId, isChecked),
68983
+ react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: this.question.cssClasses.materialDecorator }, this.question.itemSvgIcon ?
68984
+ react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("svg", { className: this.cssClasses.itemDecorator },
68985
+ react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("use", { xlinkHref: this.question.itemSvgIcon })) :
68986
+ null),
68987
+ mobileSpan));
68988
+ };
68989
+ SurveyQuestionMatrixCell.prototype.renderInput = function (inputId, isChecked) {
68990
+ return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("input", { id: inputId, type: "radio", className: this.cssClasses.itemValue, name: this.row.fullName, value: this.column.value, disabled: this.isDisplayMode, checked: isChecked, onChange: this.handleOnChange, "aria-required": this.question.a11y_input_ariaRequired, "aria-label": this.question.getCellAriaLabel(this.row.locText.renderedHtml, this.column.locText.renderedHtml), "aria-invalid": this.question.a11y_input_ariaInvalid, "aria-describedby": this.question.a11y_input_ariaDescribedBy }));
68991
+ };
68992
+ return SurveyQuestionMatrixCell;
68993
+ }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__["ReactSurveyElement"]));
68994
+
68995
+ _element_factory__WEBPACK_IMPORTED_MODULE_4__["ReactElementFactory"].Instance.registerElement("survey-matrix-cell", function (props) {
68996
+ return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](SurveyQuestionMatrixCell, props);
68997
+ });
68050
68998
  _reactquestion_factory__WEBPACK_IMPORTED_MODULE_2__["ReactQuestionFactory"].Instance.registerQuestion("matrix", function (props) {
68051
68999
  return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](SurveyQuestionMatrix, props);
68052
69000
  });
@@ -70587,7 +71535,7 @@ __webpack_require__.r(__webpack_exports__);
70587
71535
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "settings", function() { return settings; });
70588
71536
  /* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils/utils */ "./src/utils/utils.ts");
70589
71537
 
70590
- var document = globalThis.document;
71538
+ var document = typeof globalThis !== "undefined" ? globalThis.document : undefined.document;
70591
71539
  var defaultEnvironment = (!!document ? {
70592
71540
  root: document,
70593
71541
  _rootElement: document.body,
@@ -70765,12 +71713,12 @@ var settings = {
70765
71713
  * import { ItemValue, settings } from "survey-core";
70766
71714
  *
70767
71715
  * // `itemValueSerializeAsObject` example
70768
- * settings.localization.itemValueSerializeAsObject = true;
71716
+ * settings.serialization.itemValueSerializeAsObject = true;
70769
71717
  * const item = new ItemValue(5);
70770
71718
  * const itemString = item.toJSON(); // Produces { value: 5 } instead of 5
70771
71719
  *
70772
71720
  * // `itemValueSerializeDisplayText` example
70773
- * settings.localization.itemValueSerializeDisplayText = true;
71721
+ * settings.serialization.itemValueSerializeDisplayText = true;
70774
71722
  * const item = new ItemValue("item1");
70775
71723
  * const itemString = item.toJSON(); // Produces { value: "item1", text: "item1" } instead of "item1"
70776
71724
  * ```
@@ -73873,6 +74821,7 @@ var SurveyModel = /** @class */ (function (_super) {
73873
74821
  _this.registerPropertyChangedHandlers(["renderBackgroundImage", "backgroundOpacity", "backgroundImageFit", "fitToContainer", "backgroundImageAttachment"], function () {
73874
74822
  _this.updateBackgroundImageStyle();
73875
74823
  });
74824
+ _this.registerPropertyChangedHandlers(["showPrevButton", "showCompleteButton"], function () { _this.updateButtonsVisibility(); });
73876
74825
  _this.onGetQuestionNo.onCallbacksChanged = function () {
73877
74826
  _this.resetVisibleIndexes();
73878
74827
  };
@@ -74274,6 +75223,16 @@ var SurveyModel = /** @class */ (function (_super) {
74274
75223
  enumerable: false,
74275
75224
  configurable: true
74276
75225
  });
75226
+ Object.defineProperty(SurveyModel.prototype, "lazyRenderingFirstBatchSize", {
75227
+ get: function () {
75228
+ return this.lazyRenderingFirstBatchSizeValue || _settings__WEBPACK_IMPORTED_MODULE_14__["settings"].lazyRender.firstBatchSize;
75229
+ },
75230
+ set: function (val) {
75231
+ this.lazyRenderingFirstBatchSizeValue = val;
75232
+ },
75233
+ enumerable: false,
75234
+ configurable: true
75235
+ });
74277
75236
  SurveyModel.prototype.updateLazyRenderingRowsOnRemovingElements = function () {
74278
75237
  if (!this.isLazyRendering)
74279
75238
  return;
@@ -74456,6 +75415,7 @@ var SurveyModel = /** @class */ (function (_super) {
74456
75415
  * - `"none"` - Hides the navigation buttons. This setting may be useful if you [implement custom external navigation](https://surveyjs.io/form-library/examples/external-form-navigation-system/).
74457
75416
  * @see goNextPageAutomatic
74458
75417
  * @see showPrevButton
75418
+ * @see showCompleteButton
74459
75419
  */
74460
75420
  get: function () {
74461
75421
  return this.getPropertyValue("showNavigationButtons");
@@ -74476,6 +75436,7 @@ var SurveyModel = /** @class */ (function (_super) {
74476
75436
  /**
74477
75437
  * Specifies whether to display the Previous button. Set this property to `false` if respondents should not move backward along the survey.
74478
75438
  * @see showNavigationButtons
75439
+ * @see showCompleteButton
74479
75440
  */
74480
75441
  get: function () {
74481
75442
  return this.getPropertyValue("showPrevButton");
@@ -74486,6 +75447,21 @@ var SurveyModel = /** @class */ (function (_super) {
74486
75447
  enumerable: false,
74487
75448
  configurable: true
74488
75449
  });
75450
+ Object.defineProperty(SurveyModel.prototype, "showCompleteButton", {
75451
+ /**
75452
+ * Specifies whether to display the Complete button. Set this property to `false` if respondents should not complete the survey.
75453
+ * @see showNavigationButtons
75454
+ * @see showPrevButton
75455
+ */
75456
+ get: function () {
75457
+ return this.getPropertyValue("showCompleteButton", true);
75458
+ },
75459
+ set: function (val) {
75460
+ this.setPropertyValue("showCompleteButton", val);
75461
+ },
75462
+ enumerable: false,
75463
+ configurable: true
75464
+ });
74489
75465
  Object.defineProperty(SurveyModel.prototype, "showTOC", {
74490
75466
  /**
74491
75467
  * Gets or sets the visibility of the table of contents.
@@ -76535,6 +77511,27 @@ var SurveyModel = /** @class */ (function (_super) {
76535
77511
  enumerable: false,
76536
77512
  configurable: true
76537
77513
  });
77514
+ SurveyModel.prototype.tryNavigateToPage = function (page) {
77515
+ if (this.isDesignMode)
77516
+ return false;
77517
+ var index = this.visiblePages.indexOf(page);
77518
+ if (index < 0)
77519
+ return false;
77520
+ if (index === this.currentPageNo)
77521
+ return false;
77522
+ if (index < this.currentPageNo) {
77523
+ this.currentPageNo = index;
77524
+ return true;
77525
+ }
77526
+ for (var i = this.currentPageNo; i < index; i++) {
77527
+ var page_1 = this.visiblePages[i];
77528
+ if (!page_1.validate(true, true))
77529
+ return false;
77530
+ page_1.passed = true;
77531
+ }
77532
+ this.currentPage = page;
77533
+ return true;
77534
+ };
76538
77535
  SurveyModel.prototype.updateCurrentPage = function () {
76539
77536
  if (this.isCurrentPageAvailable)
76540
77537
  return;
@@ -77827,7 +78824,7 @@ var SurveyModel = /** @class */ (function (_super) {
77827
78824
  var state = this.state;
77828
78825
  return this.isEditMode && (this.state === "running" &&
77829
78826
  (this.isLastPage && !this.isShowPreviewBeforeComplete || this.canBeCompletedByTrigger)
77830
- || state === "preview");
78827
+ || state === "preview") && this.showCompleteButton;
77831
78828
  };
77832
78829
  SurveyModel.prototype.calcIsPreviewButtonVisible = function () {
77833
78830
  return (this.isEditMode &&
@@ -80112,7 +81109,7 @@ var SurveyModel = /** @class */ (function (_super) {
80112
81109
  }
80113
81110
  this.updateVisibleIndexes();
80114
81111
  this.setCalculatedWidthModeUpdater();
80115
- if (!this.isMovingQuestion || this.isDesignMode && !_settings__WEBPACK_IMPORTED_MODULE_14__["settings"].supportCreatorV2) {
81112
+ if (this.canFireAddElement()) {
80116
81113
  this.onQuestionAdded.fire(this, {
80117
81114
  question: question,
80118
81115
  name: question.name,
@@ -80124,6 +81121,9 @@ var SurveyModel = /** @class */ (function (_super) {
80124
81121
  });
80125
81122
  }
80126
81123
  };
81124
+ SurveyModel.prototype.canFireAddElement = function () {
81125
+ return !this.isMovingQuestion || this.isDesignMode && !_settings__WEBPACK_IMPORTED_MODULE_14__["settings"].supportCreatorV2;
81126
+ };
80127
81127
  SurveyModel.prototype.questionRemoved = function (question) {
80128
81128
  this.questionHashesRemoved(question, question.name, question.getValueName());
80129
81129
  this.updateVisibleIndexes();
@@ -80197,15 +81197,17 @@ var SurveyModel = /** @class */ (function (_super) {
80197
81197
  }
80198
81198
  this.questionHashesPanelAdded(panel);
80199
81199
  this.updateVisibleIndexes();
80200
- this.onPanelAdded.fire(this, {
80201
- panel: panel,
80202
- name: panel.name,
80203
- index: index,
80204
- parent: parentPanel,
80205
- page: rootPanel,
80206
- parentPanel: parentPanel,
80207
- rootPanel: rootPanel,
80208
- });
81200
+ if (this.canFireAddElement()) {
81201
+ this.onPanelAdded.fire(this, {
81202
+ panel: panel,
81203
+ name: panel.name,
81204
+ index: index,
81205
+ parent: parentPanel,
81206
+ page: rootPanel,
81207
+ parentPanel: parentPanel,
81208
+ rootPanel: rootPanel,
81209
+ });
81210
+ }
80209
81211
  };
80210
81212
  SurveyModel.prototype.panelRemoved = function (panel) {
80211
81213
  this.updateVisibleIndexes();
@@ -80934,7 +81936,7 @@ var SurveyModel = /** @class */ (function (_super) {
80934
81936
  var containerLayoutElements = [];
80935
81937
  for (var _i = 0, _a = this.layoutElements; _i < _a.length; _i++) {
80936
81938
  var layoutElement = _a[_i];
80937
- if (isStrCiEqual(layoutElement.id, "timerpanel")) {
81939
+ if (this.mode !== "display" && isStrCiEqual(layoutElement.id, "timerpanel")) {
80938
81940
  if (container === "header") {
80939
81941
  if (this.isTimerPanelShowingOnTop && !this.isShowStartingPage) {
80940
81942
  containerLayoutElements.push(layoutElement);
@@ -81138,6 +82140,9 @@ var SurveyModel = /** @class */ (function (_super) {
81138
82140
  __decorate([
81139
82141
  Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
81140
82142
  ], SurveyModel.prototype, "enterKeyAction", void 0);
82143
+ __decorate([
82144
+ Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
82145
+ ], SurveyModel.prototype, "lazyRenderingFirstBatchSizeValue", void 0);
81141
82146
  __decorate([
81142
82147
  Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])({ defaultValue: {} })
81143
82148
  ], SurveyModel.prototype, "cssVariables", void 0);
@@ -81506,17 +82511,7 @@ var SurveyProgressButtonsModel = /** @class */ (function () {
81506
82511
  .toString();
81507
82512
  };
81508
82513
  SurveyProgressButtonsModel.prototype.clickListElement = function (index) {
81509
- if (this.survey.isDesignMode)
81510
- return;
81511
- if (index < this.survey.currentPageNo) {
81512
- this.survey.currentPageNo = index;
81513
- }
81514
- else if (index > this.survey.currentPageNo) {
81515
- for (var i = this.survey.currentPageNo; i < index; i++) {
81516
- if (!this.survey.nextPage())
81517
- break;
81518
- }
81519
- }
82514
+ this.survey.tryNavigateToPage(this.survey.visiblePages[index]);
81520
82515
  };
81521
82516
  return SurveyProgressButtonsModel;
81522
82517
  }());
@@ -81834,9 +82829,12 @@ var SurveyTimerModel = /** @class */ (function (_super) {
81834
82829
  _this.progress = Math.floor((spent + 1) / limit * 100) / 100;
81835
82830
  }, 0);
81836
82831
  }
81837
- else if (spent !== limit) {
82832
+ else if (spent <= limit) {
81838
82833
  this.progress = Math.floor((spent + 1) / limit * 100) / 100;
81839
82834
  }
82835
+ if (this.progress > 1) {
82836
+ this.progress = undefined;
82837
+ }
81840
82838
  }
81841
82839
  };
81842
82840
  SurveyTimerModel.prototype.updateText = function () {
@@ -81923,12 +82921,11 @@ var SurveyTimerModel = /** @class */ (function (_super) {
81923
82921
  /*!**************************!*\
81924
82922
  !*** ./src/surveyToc.ts ***!
81925
82923
  \**************************/
81926
- /*! exports provided: tryNavigateToPage, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel */
82924
+ /*! exports provided: tryFocusPage, createTOCListModel, getTocRootCss, TOCModel */
81927
82925
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
81928
82926
 
81929
82927
  "use strict";
81930
82928
  __webpack_require__.r(__webpack_exports__);
81931
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return tryNavigateToPage; });
81932
82929
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return tryFocusPage; });
81933
82930
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return createTOCListModel; });
81934
82931
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getTocRootCss", function() { return getTocRootCss; });
@@ -81943,21 +82940,6 @@ __webpack_require__.r(__webpack_exports__);
81943
82940
 
81944
82941
 
81945
82942
 
81946
- function tryNavigateToPage(survey, page) {
81947
- if (survey.isDesignMode)
81948
- return;
81949
- var index = survey.visiblePages.indexOf(page);
81950
- if (index < survey.currentPageNo) {
81951
- survey.currentPageNo = index;
81952
- }
81953
- else if (index > survey.currentPageNo) {
81954
- for (var i = survey.currentPageNo; i < index; i++) {
81955
- if (!survey.nextPageUIClick())
81956
- return false;
81957
- }
81958
- }
81959
- return true;
81960
- }
81961
82943
  function tryFocusPage(survey, panel) {
81962
82944
  if (survey.isDesignMode)
81963
82945
  return true;
@@ -81979,7 +82961,7 @@ function createTOCListModel(survey, onAction) {
81979
82961
  }
81980
82962
  !!onAction && onAction();
81981
82963
  if (page instanceof _page__WEBPACK_IMPORTED_MODULE_3__["PageModel"]) {
81982
- return tryNavigateToPage(survey, page);
82964
+ return survey.tryNavigateToPage(page);
81983
82965
  }
81984
82966
  return tryFocusPage(survey, page);
81985
82967
  },
@@ -83377,12 +84359,13 @@ var CssClassBuilder = /** @class */ (function () {
83377
84359
  /*!******************************!*\
83378
84360
  !*** ./src/utils/devices.ts ***!
83379
84361
  \******************************/
83380
- /*! exports provided: IsMobile, IsTouch, _setIsTouch */
84362
+ /*! exports provided: IsMobile, mouseInfo, IsTouch, _setIsTouch */
83381
84363
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
83382
84364
 
83383
84365
  "use strict";
83384
84366
  __webpack_require__.r(__webpack_exports__);
83385
84367
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IsMobile", function() { return IsMobile; });
84368
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mouseInfo", function() { return mouseInfo; });
83386
84369
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IsTouch", function() { return IsTouch; });
83387
84370
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "_setIsTouch", function() { return _setIsTouch; });
83388
84371
  // isMobile
@@ -83406,12 +84389,18 @@ if (typeof navigator !== "undefined" &&
83406
84389
  })(vendor);
83407
84390
  var _IPad = false;
83408
84391
  var IsMobile = _isMobile || _IPad;
83409
- // isTouch
83410
- var _isTouch = false;
83411
- if (typeof window !== "undefined") {
83412
- _isTouch = "ontouchstart" in window || navigator.maxTouchPoints > 0;
83413
- }
83414
- var IsTouch = IsMobile && _isTouch;
84392
+ var mouseInfo = {
84393
+ get isTouch() {
84394
+ return !this.hasMouse && this.hasTouchEvent;
84395
+ },
84396
+ get hasTouchEvent() {
84397
+ return typeof window !== "undefined" && ("ontouchstart" in window || navigator.maxTouchPoints > 0);
84398
+ },
84399
+ hasMouse: true
84400
+ };
84401
+ var pointerMatches = (typeof matchMedia !== "undefined" && !!matchMedia && matchMedia("(pointer:fine)")) || undefined;
84402
+ mouseInfo.hasMouse = !!pointerMatches && !!pointerMatches.matches;
84403
+ var IsTouch = mouseInfo.isTouch;
83415
84404
  //for tests
83416
84405
  function _setIsTouch(val) {
83417
84406
  IsTouch = val;
@@ -84750,7 +85739,7 @@ var RegexValidator = /** @class */ (function (_super) {
84750
85739
  if (properties === void 0) { properties = null; }
84751
85740
  if (!this.regex || this.isValueEmpty(value))
84752
85741
  return null;
84753
- var re = new RegExp(this.regex);
85742
+ var re = this.createRegExp();
84754
85743
  if (Array.isArray(value)) {
84755
85744
  for (var i = 0; i < value.length; i++) {
84756
85745
  var res = this.hasError(re, value[i], name);
@@ -84778,6 +85767,19 @@ var RegexValidator = /** @class */ (function (_super) {
84778
85767
  enumerable: false,
84779
85768
  configurable: true
84780
85769
  });
85770
+ Object.defineProperty(RegexValidator.prototype, "insensitive", {
85771
+ get: function () {
85772
+ return this.getPropertyValue("insensitive");
85773
+ },
85774
+ set: function (val) {
85775
+ this.setPropertyValue("insensitive", val);
85776
+ },
85777
+ enumerable: false,
85778
+ configurable: true
85779
+ });
85780
+ RegexValidator.prototype.createRegExp = function () {
85781
+ return new RegExp(this.regex, this.insensitive ? "i" : "");
85782
+ };
84781
85783
  return RegexValidator;
84782
85784
  }(SurveyValidator));
84783
85785
 
@@ -84918,7 +85920,7 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_2__["Serializer"].addClass("textvalidator",
84918
85920
  _jsonobject__WEBPACK_IMPORTED_MODULE_2__["Serializer"].addClass("answercountvalidator", ["minCount:number", "maxCount:number"], function () {
84919
85921
  return new AnswerCountValidator();
84920
85922
  }, "surveyvalidator");
84921
- _jsonobject__WEBPACK_IMPORTED_MODULE_2__["Serializer"].addClass("regexvalidator", ["regex"], function () {
85923
+ _jsonobject__WEBPACK_IMPORTED_MODULE_2__["Serializer"].addClass("regexvalidator", ["regex", { name: "insensitive:boolean", visible: false }], function () {
84922
85924
  return new RegexValidator();
84923
85925
  }, "surveyvalidator");
84924
85926
  _jsonobject__WEBPACK_IMPORTED_MODULE_2__["Serializer"].addClass("emailvalidator", [], function () {