survey-react 1.11.2 → 1.11.4

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,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.11.2
2
+ * surveyjs - Survey JavaScript library v1.11.4
3
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
  */
@@ -2925,7 +2925,8 @@ var Base = /** @class */ (function () {
2925
2925
  configurable: true
2926
2926
  });
2927
2927
  Base.prototype.afterRerender = function () {
2928
- this.onElementRerendered.fire(this, undefined);
2928
+ var _a;
2929
+ (_a = this.onElementRerendered) === null || _a === void 0 ? void 0 : _a.fire(this, undefined);
2929
2930
  };
2930
2931
  Base.currentDependencis = undefined;
2931
2932
  return Base;
@@ -4639,6 +4640,7 @@ __webpack_require__.r(__webpack_exports__);
4639
4640
 
4640
4641
  var modernCss = {
4641
4642
  root: "sv-root-modern",
4643
+ rootProgress: "sv-progress",
4642
4644
  timerRoot: "sv-body__timer",
4643
4645
  container: "sv-container-modern",
4644
4646
  header: "sv-title sv-container-modern__title",
@@ -4958,6 +4960,7 @@ var modernCss = {
4958
4960
  matrixdropdown: {
4959
4961
  root: "sv-table sv-matrixdropdown",
4960
4962
  cell: "sv-table__cell",
4963
+ cellResponsiveTitle: "sv-table__responsive-title",
4961
4964
  headerCell: "sv-table__cell sv-table__cell--header",
4962
4965
  row: "sv-table__row",
4963
4966
  rowTextCell: "sv-table__cell--row-text",
@@ -4976,6 +4979,7 @@ var modernCss = {
4976
4979
  matrixdynamic: {
4977
4980
  root: "sv-table sv-matrixdynamic",
4978
4981
  cell: "sv-table__cell",
4982
+ cellResponsiveTitle: "sv-table__responsive-title",
4979
4983
  headerCell: "sv-table__cell sv-table__cell--header",
4980
4984
  button: "sv-btn",
4981
4985
  buttonAdd: "sv-matrixdynamic__add-btn",
@@ -5104,6 +5108,7 @@ __webpack_require__.r(__webpack_exports__);
5104
5108
 
5105
5109
  var defaultStandardCss = {
5106
5110
  root: "sv_main sv_default_css",
5111
+ rootProgress: "sv_progress",
5107
5112
  container: "sv_container",
5108
5113
  header: "sv_header",
5109
5114
  bodyContainer: "sv-components-row",
@@ -5304,6 +5309,7 @@ var defaultStandardCss = {
5304
5309
  matrixdropdown: {
5305
5310
  root: "sv_q_matrix_dropdown",
5306
5311
  cell: "sv_matrix_cell",
5312
+ cellResponsiveTitle: "sv_matrix_cell_responsive_title",
5307
5313
  headerCell: "sv_matrix_cell_header",
5308
5314
  row: "sv_matrix_row",
5309
5315
  rowAdditional: "sv-matrix__row--additional",
@@ -5328,6 +5334,7 @@ var defaultStandardCss = {
5328
5334
  iconRemove: "",
5329
5335
  iconDrag: "sv-matrixdynamic__drag-icon",
5330
5336
  cell: "sv_matrix_cell",
5337
+ cellResponsiveTitle: "sv_matrix_cell_responsive_title",
5331
5338
  headerCell: "sv_matrix_cell_header",
5332
5339
  row: "sv_matrix_row",
5333
5340
  detailRow: "sv_matrix_detail_row",
@@ -5545,6 +5552,7 @@ var surveyCss = {
5545
5552
  };
5546
5553
  var defaultV2Css = {
5547
5554
  root: "sd-root-modern",
5555
+ rootProgress: "sd-progress",
5548
5556
  rootMobile: "sd-root-modern--mobile",
5549
5557
  rootAnimationDisabled: "sd-root-modern--animation-disabled",
5550
5558
  rootReadOnly: "sd-root--readonly",
@@ -6038,6 +6046,7 @@ var defaultV2Css = {
6038
6046
  tableWrapper: "sd-table-wrapper",
6039
6047
  rootAlternateRows: "sd-table--alternate-rows",
6040
6048
  cell: "sd-table__cell",
6049
+ cellResponsiveTitle: "sd-table__responsive-title",
6041
6050
  errorsCell: "sd-table__cell--error",
6042
6051
  errorsCellTop: "sd-table__cell--error-top",
6043
6052
  errorsCellBottom: "sd-table__cell--error-bottom",
@@ -6082,6 +6091,7 @@ var defaultV2Css = {
6082
6091
  rootAlternateRows: "sd-table--alternate-rows",
6083
6092
  content: "sd-matrixdynamic__content sd-question__content",
6084
6093
  cell: "sd-table__cell",
6094
+ cellResponsiveTitle: "sd-table__responsive-title",
6085
6095
  row: "sd-table__row",
6086
6096
  rowFadeIn: "sd-table__row--fade-in",
6087
6097
  rowFadeOut: "sd-table__row--fade-out",
@@ -8155,6 +8165,7 @@ var DropdownListModel = /** @class */ (function (_super) {
8155
8165
  _this.onSelectionChanged = onSelectionChanged;
8156
8166
  _this.minPageSize = 25;
8157
8167
  _this.loadingItemHeight = 40;
8168
+ _this.timer = undefined;
8158
8169
  _this._markdownMode = false;
8159
8170
  _this.filteredItems = undefined;
8160
8171
  _this.selectedItemSelector = ".sv-list__item--selected";
@@ -8209,28 +8220,43 @@ var DropdownListModel = /** @class */ (function (_super) {
8209
8220
  this.listModel.isAllDataLoaded = this.question.choicesLazyLoadEnabled && this.itemsSettings.items.length == this.itemsSettings.totalCount;
8210
8221
  this.question.choices = this.itemsSettings.items;
8211
8222
  };
8223
+ DropdownListModel.prototype.loadQuestionChoices = function (callbackAfterItemsLoaded) {
8224
+ var _this = this;
8225
+ this.isRunningLoadQuestionChoices = true;
8226
+ this.question.survey.loadQuestionChoices({
8227
+ question: this.question,
8228
+ filter: this.filterString,
8229
+ skip: this.itemsSettings.skip,
8230
+ take: this.itemsSettings.take,
8231
+ setItems: function (items, totalCount) {
8232
+ _this.isRunningLoadQuestionChoices = false;
8233
+ _this.setItems(items || [], totalCount || 0);
8234
+ _this.popupRecalculatePosition(_this.itemsSettings.skip === _this.itemsSettings.take);
8235
+ if (!!callbackAfterItemsLoaded) {
8236
+ callbackAfterItemsLoaded();
8237
+ }
8238
+ }
8239
+ });
8240
+ this.itemsSettings.skip += this.itemsSettings.take;
8241
+ };
8212
8242
  DropdownListModel.prototype.updateQuestionChoices = function (callbackAfterItemsLoaded) {
8213
8243
  var _this = this;
8214
8244
  if (this.isRunningLoadQuestionChoices)
8215
8245
  return;
8216
8246
  var isUpdate = (this.itemsSettings.skip + 1) < this.itemsSettings.totalCount;
8217
8247
  if (!this.itemsSettings.skip || isUpdate) {
8218
- this.isRunningLoadQuestionChoices = true;
8219
- this.question.survey.loadQuestionChoices({
8220
- question: this.question,
8221
- filter: this.filterString,
8222
- skip: this.itemsSettings.skip,
8223
- take: this.itemsSettings.take,
8224
- setItems: function (items, totalCount) {
8225
- _this.isRunningLoadQuestionChoices = false;
8226
- _this.setItems(items || [], totalCount || 0);
8227
- _this.popupRecalculatePosition(_this.itemsSettings.skip === _this.itemsSettings.take);
8228
- if (!!callbackAfterItemsLoaded) {
8229
- callbackAfterItemsLoaded();
8230
- }
8248
+ if (!!this.filterString && _settings__WEBPACK_IMPORTED_MODULE_7__["settings"].dropdownSearchDelay > 0) {
8249
+ if (!!this.timer) {
8250
+ clearTimeout(this.timer);
8251
+ this.timer = undefined;
8231
8252
  }
8232
- });
8233
- this.itemsSettings.skip += this.itemsSettings.take;
8253
+ this.timer = setTimeout(function () {
8254
+ _this.loadQuestionChoices(callbackAfterItemsLoaded);
8255
+ }, _settings__WEBPACK_IMPORTED_MODULE_7__["settings"].dropdownSearchDelay);
8256
+ }
8257
+ else {
8258
+ this.loadQuestionChoices(callbackAfterItemsLoaded);
8259
+ }
8234
8260
  }
8235
8261
  };
8236
8262
  DropdownListModel.prototype.updatePopupFocusFirstInputSelector = function () {
@@ -8573,7 +8599,7 @@ var DropdownListModel = /** @class */ (function (_super) {
8573
8599
  this.listModel.setItems(this.getAvailableItems());
8574
8600
  };
8575
8601
  DropdownListModel.prototype.onClick = function (event) {
8576
- if (this.question.readOnly || this.question.isDesignMode)
8602
+ if (this.question.readOnly || this.question.isDesignMode || this.question.isPreviewStyle)
8577
8603
  return;
8578
8604
  this._popupModel.toggleVisibility();
8579
8605
  this.focusItemOnClickAndPopup();
@@ -9036,7 +9062,7 @@ var DropdownMultiSelectListModel = /** @class */ (function (_super) {
9036
9062
  };
9037
9063
  DropdownMultiSelectListModel.prototype.onPropertyChangedHandler = function (sender, options) {
9038
9064
  _super.prototype.onPropertyChangedHandler.call(this, sender, options);
9039
- if (options.name === "value" || options.name === "renderedValue") {
9065
+ if (options.name === "value" || options.name === "renderedValue" || options.name === "placeholder") {
9040
9066
  this.syncFilterStringPlaceholder();
9041
9067
  }
9042
9068
  };
@@ -9898,8 +9924,8 @@ __webpack_require__.r(__webpack_exports__);
9898
9924
 
9899
9925
  var Version;
9900
9926
  var ReleaseDate;
9901
- Version = "" + "1.11.2";
9902
- ReleaseDate = "" + "2024-06-11";
9927
+ Version = "" + "1.11.4";
9928
+ ReleaseDate = "" + "2024-06-25";
9903
9929
  function checkLibraryVersion(ver, libraryName) {
9904
9930
  if (Version != ver) {
9905
9931
  var str = "survey-core has version '" + Version + "' and " + libraryName
@@ -17127,6 +17153,11 @@ var DomWindowHelper = /** @class */ (function () {
17127
17153
  return;
17128
17154
  window.removeEventListener(type, listener);
17129
17155
  };
17156
+ DomWindowHelper.matchMedia = function (mediaQueryString) {
17157
+ if (!DomWindowHelper.isAvailable() || typeof window.matchMedia === "undefined")
17158
+ return null;
17159
+ return window.matchMedia(mediaQueryString);
17160
+ };
17130
17161
  return DomWindowHelper;
17131
17162
  }());
17132
17163
 
@@ -17375,7 +17406,7 @@ var Cover = /** @class */ (function (_super) {
17375
17406
  .toString();
17376
17407
  };
17377
17408
  Cover.prototype.fromTheme = function (theme) {
17378
- _super.prototype.fromJSON.call(this, theme.header);
17409
+ _super.prototype.fromJSON.call(this, theme.header || {});
17379
17410
  if (!!theme.cssVariables) {
17380
17411
  this.backgroundColor = theme.cssVariables["--sjs-header-backcolor"];
17381
17412
  this.titleColor = theme.cssVariables["--sjs-font-headertitle-color"];
@@ -21547,13 +21578,13 @@ var ListModel = /** @class */ (function (_super) {
21547
21578
  if (_this.allowSelection) {
21548
21579
  _this.selectedItem = itemValue;
21549
21580
  }
21581
+ if (!!_this.onSelectionChanged) {
21582
+ _this.onSelectionChanged(itemValue);
21583
+ }
21550
21584
  var action = itemValue.action;
21551
21585
  if (!!action) {
21552
21586
  action(itemValue);
21553
21587
  }
21554
- if (!!_this.onSelectionChanged) {
21555
- _this.onSelectionChanged(itemValue);
21556
- }
21557
21588
  };
21558
21589
  _this.onItemHover = function (itemValue) {
21559
21590
  _this.mouseOverHandler(itemValue);
@@ -22674,6 +22705,7 @@ var arabicSurveyStrings = {
22674
22705
  emptyMessage: "لا توجد بيانات للعرض",
22675
22706
  noEntriesText: "لا توجد إدخالات حتى الآن.\nانقر فوق الزر أدناه لإضافة إدخال جديد.",
22676
22707
  noEntriesReadonlyText: "لا توجد إدخالات.",
22708
+ tabTitlePlaceholder: "لوحة جديدة",
22677
22709
  more: "أكثر",
22678
22710
  tagboxDoneButtonCaption: "موافق",
22679
22711
  selectToRankEmptyRankedAreaText: "يتم ترتيب جميع الخيارات",
@@ -22714,7 +22746,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ar"]
22714
22746
  // cancel: "Cancel" => "إلغاء الأمر"
22715
22747
  // refuseItemText: "Refuse to answer" => "رفض الإجابة"
22716
22748
  // dontKnowItemText: "Don't know" => "لا أعرف"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "ردك يتجاوز 64 كيلوبايت. يرجى تقليل حجم الملف (الملفات) والمحاولة مرة أخرى أو الاتصال بمالك الاستطلاع."
22717
- // signaturePlaceHolderReadOnly: "No signature" => "لا يوجد توقيع"
22749
+ // signaturePlaceHolderReadOnly: "No signature" => "لا يوجد توقيع"// tabTitlePlaceholder: "New Panel" => "لوحة جديدة"
22718
22750
 
22719
22751
 
22720
22752
  /***/ }),
@@ -22830,6 +22862,7 @@ var basqueSurveyStrings = {
22830
22862
  emptyMessage: "Ez daturik erakusteko",
22831
22863
  noEntriesText: "Oraindik ez sarrerarik.\nKlik beheko botoian klik egin sarrera berri bat eransteko.",
22832
22864
  noEntriesReadonlyText: "Ez sarrerarik.",
22865
+ tabTitlePlaceholder: "Panel berria",
22833
22866
  more: "Gehiago",
22834
22867
  tagboxDoneButtonCaption: "Ados",
22835
22868
  selectToRankEmptyRankedAreaText: "Aukera guztiak sailkatuta daude",
@@ -22863,7 +22896,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["eu"]
22863
22896
  // cancel: "Cancel" => "Ezeztatu"
22864
22897
  // refuseItemText: "Refuse to answer" => "Erantzuteari uko egin"
22865
22898
  // dontKnowItemText: "Don't know" => "Ez dakit"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Erantzuna 64 KB-tik gorakoa da. Murriztu artxiboaren tamaina, eta berriro saiatu edo jarri harremanetan inkesta baten jabearekin."
22866
- // signaturePlaceHolderReadOnly: "No signature" => "Sinadurarik gabe"
22899
+ // signaturePlaceHolderReadOnly: "No signature" => "Sinadurarik gabe"// tabTitlePlaceholder: "New Panel" => "Panel berria"
22867
22900
 
22868
22901
 
22869
22902
  /***/ }),
@@ -22979,6 +23012,7 @@ var bulgarianStrings = {
22979
23012
  emptyMessage: "Няма данни за показване",
22980
23013
  noEntriesText: "Все още няма записи.\nЩракнете върху бутона по-долу, за да добавите нов запис.",
22981
23014
  noEntriesReadonlyText: "Няма записи.",
23015
+ tabTitlePlaceholder: "Нов панел",
22982
23016
  more: "Още",
22983
23017
  tagboxDoneButtonCaption: "Добре",
22984
23018
  selectToRankEmptyRankedAreaText: "Всички възможности за избор са класирани",
@@ -23019,7 +23053,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["bg"]
23019
23053
  // cancel: "Cancel" => "Отмени"
23020
23054
  // refuseItemText: "Refuse to answer" => "Отказва да отговори"
23021
23055
  // dontKnowItemText: "Don't know" => "Не знам"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Вашият отговор надхвърля 64KB. Намалете размера на вашите файлове и опитайте отново или се свържете със собственика на проучването."
23022
- // signaturePlaceHolderReadOnly: "No signature" => "Няма подпис"
23056
+ // signaturePlaceHolderReadOnly: "No signature" => "Няма подпис"// tabTitlePlaceholder: "New Panel" => "Нов панел"
23023
23057
 
23024
23058
 
23025
23059
  /***/ }),
@@ -23135,6 +23169,7 @@ var catalanSurveyStrings = {
23135
23169
  emptyMessage: "No hi ha dades per mostrar",
23136
23170
  noEntriesText: "Encara no hi ha entrades.\nFeu clic al botó següent per afegir una entrada nova.",
23137
23171
  noEntriesReadonlyText: "No hi ha entrades.",
23172
+ tabTitlePlaceholder: "Nou Panell",
23138
23173
  more: "Més",
23139
23174
  tagboxDoneButtonCaption: "D'ACORD",
23140
23175
  selectToRankEmptyRankedAreaText: "Totes les opcions estan classificades",
@@ -23215,7 +23250,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ca"]
23215
23250
  // cancel: "Cancel" => "Cancel·lar"
23216
23251
  // refuseItemText: "Refuse to answer" => "Negar-se a respondre"
23217
23252
  // dontKnowItemText: "Don't know" => "No sé"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "La teva resposta supera els 64KB. Reduïu la mida dels fitxers i torneu-ho a provar o poseu-vos en contacte amb el propietari de l'enquesta."
23218
- // signaturePlaceHolderReadOnly: "No signature" => "Sense signatura"
23253
+ // signaturePlaceHolderReadOnly: "No signature" => "Sense signatura"// tabTitlePlaceholder: "New Panel" => "Nou Panell"
23219
23254
 
23220
23255
 
23221
23256
  /***/ }),
@@ -23331,6 +23366,7 @@ var croatianStrings = {
23331
23366
  emptyMessage: "Nema podataka za prikaz",
23332
23367
  noEntriesText: "Još nema unosa.\nKliknite donji gumb da biste dodali novi unos.",
23333
23368
  noEntriesReadonlyText: "Nema unosa.",
23369
+ tabTitlePlaceholder: "Nova ploča",
23334
23370
  more: "Više",
23335
23371
  tagboxDoneButtonCaption: "OK",
23336
23372
  selectToRankEmptyRankedAreaText: "Svi izbori su rangirani",
@@ -23369,7 +23405,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hr"]
23369
23405
  // cancel: "Cancel" => "Otkazati"
23370
23406
  // refuseItemText: "Refuse to answer" => "Odbijte odgovoriti"
23371
23407
  // dontKnowItemText: "Don't know" => "Ne znam"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Vaš odgovor premašuje 64KB. Smanjite veličinu datoteka i pokušajte ponovno ili se obratite vlasniku upitnika."
23372
- // signaturePlaceHolderReadOnly: "No signature" => "Bez potpisa"
23408
+ // signaturePlaceHolderReadOnly: "No signature" => "Bez potpisa"// tabTitlePlaceholder: "New Panel" => "Nova ploča"
23373
23409
 
23374
23410
 
23375
23411
  /***/ }),
@@ -23485,6 +23521,7 @@ var czechSurveyStrings = {
23485
23521
  emptyMessage: "Žádná data k zobrazení",
23486
23522
  noEntriesText: "Zatím nejsou žádné záznamy.\nKliknutím na tlačítko níže přidáte novou položku.",
23487
23523
  noEntriesReadonlyText: "Nejsou zde žádné položky.",
23524
+ tabTitlePlaceholder: "Nový panel",
23488
23525
  more: "Více",
23489
23526
  tagboxDoneButtonCaption: "OK",
23490
23527
  selectToRankEmptyRankedAreaText: "Všechny možnosti jsou seřazeny",
@@ -23525,7 +23562,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cs"]
23525
23562
  // cancel: "Cancel" => "Zrušit"
23526
23563
  // refuseItemText: "Refuse to answer" => "Odmítnout odpovědět"
23527
23564
  // dontKnowItemText: "Don't know" => "Nevím"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Vaše odpověď překračuje 64 kB. Zmenšete prosím velikost svých souborů a zkuste to znovu nebo kontaktujte vlastníka průzkumu."
23528
- // signaturePlaceHolderReadOnly: "No signature" => "Bez podpisu"
23565
+ // signaturePlaceHolderReadOnly: "No signature" => "Bez podpisu"// tabTitlePlaceholder: "New Panel" => "Nový panel"
23529
23566
 
23530
23567
 
23531
23568
  /***/ }),
@@ -23641,6 +23678,7 @@ var danishSurveyStrings = {
23641
23678
  emptyMessage: "Ingen data at vise",
23642
23679
  noEntriesText: "Der er endnu ingen tilmeldinger.\nKlik på knappen nedenfor for at tilføje en ny post.",
23643
23680
  noEntriesReadonlyText: "Der er ingen poster.",
23681
+ tabTitlePlaceholder: "Nyt panel",
23644
23682
  more: "Mere",
23645
23683
  tagboxDoneButtonCaption: "OK",
23646
23684
  selectToRankEmptyRankedAreaText: "Alle valg er rangeret",
@@ -23681,7 +23719,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["da"]
23681
23719
  // cancel: "Cancel" => "Aflyse"
23682
23720
  // refuseItemText: "Refuse to answer" => "Nægt at svare"
23683
23721
  // dontKnowItemText: "Don't know" => "Ved ikke"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Dit svar overstiger 64 KB. Reducer størrelsen på din(e) fil(er), og prøv igen, eller kontakt en undersøgelsesejer."
23684
- // signaturePlaceHolderReadOnly: "No signature" => "Ingen underskrift"
23722
+ // signaturePlaceHolderReadOnly: "No signature" => "Ingen underskrift"// tabTitlePlaceholder: "New Panel" => "Nyt panel"
23685
23723
 
23686
23724
 
23687
23725
  /***/ }),
@@ -23797,6 +23835,7 @@ var dutchSurveyStrings = {
23797
23835
  emptyMessage: "Geen gegevens om weer te geven",
23798
23836
  noEntriesText: "Er zijn nog geen inzendingen.\nKlik op de onderstaande knop om een nieuw item toe te voegen.",
23799
23837
  noEntriesReadonlyText: "Er zijn geen inzendingen.",
23838
+ tabTitlePlaceholder: "Nieuw paneel",
23800
23839
  more: "Meer",
23801
23840
  tagboxDoneButtonCaption: "OK",
23802
23841
  selectToRankEmptyRankedAreaText: "Alle keuzes zijn gerangschikt",
@@ -23835,7 +23874,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["nl"]
23835
23874
  // cancel: "Cancel" => "Annuleren"
23836
23875
  // refuseItemText: "Refuse to answer" => "Weiger te antwoorden"
23837
23876
  // dontKnowItemText: "Don't know" => "Weet niet"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Uw antwoord is groter dan 64 kB. Verklein de grootte van uw bestand(en) en probeer het opnieuw of neem contact op met een enquête-eigenaar."
23838
- // signaturePlaceHolderReadOnly: "No signature" => "Geen handtekening"
23877
+ // signaturePlaceHolderReadOnly: "No signature" => "Geen handtekening"// tabTitlePlaceholder: "New Panel" => "Nieuw paneel"
23839
23878
 
23840
23879
 
23841
23880
  /***/ }),
@@ -23951,6 +23990,7 @@ var englishStrings = {
23951
23990
  emptyMessage: "No data to display",
23952
23991
  noEntriesText: "No entries yet.\nClick the button below to add a new entry.",
23953
23992
  noEntriesReadonlyText: "No entries",
23993
+ tabTitlePlaceholder: "New Panel",
23954
23994
  more: "More",
23955
23995
  tagboxDoneButtonCaption: "OK",
23956
23996
  selectToRankEmptyRankedAreaText: "All choices are selected for ranking",
@@ -24078,6 +24118,7 @@ var estonianSurveyStrings = {
24078
24118
  emptyMessage: "Kuvatavaid andmeid pole",
24079
24119
  noEntriesText: "Sissekandeid veel ei ole.\nUue kirje lisamiseks klõpsake allolevat nuppu.",
24080
24120
  noEntriesReadonlyText: "Kirjeid ei ole.",
24121
+ tabTitlePlaceholder: "Uus paneel",
24081
24122
  more: "Rohkem",
24082
24123
  tagboxDoneButtonCaption: "OK",
24083
24124
  selectToRankEmptyRankedAreaText: "Kõik valikud on järjestatud",
@@ -24118,7 +24159,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["et"]
24118
24159
  // cancel: "Cancel" => "Tühistama"
24119
24160
  // refuseItemText: "Refuse to answer" => "Keeldu vastamast"
24120
24161
  // dontKnowItemText: "Don't know" => "Ei tea"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Teie vastus ületab 64 KB. Vähendage faili(de) mahtu ja proovige uuesti või võtke ühendust uuringu omanikuga."
24121
- // signaturePlaceHolderReadOnly: "No signature" => "Allkiri puudub"
24162
+ // signaturePlaceHolderReadOnly: "No signature" => "Allkiri puudub"// tabTitlePlaceholder: "New Panel" => "Uus paneel"
24122
24163
 
24123
24164
 
24124
24165
  /***/ }),
@@ -24234,6 +24275,7 @@ var finnishSurveyStrings = {
24234
24275
  emptyMessage: "Ei näytettäviä tietoja",
24235
24276
  noEntriesText: "Merkintöjä ei ole vielä.\nLisää uusi merkintä napsauttamalla alla olevaa painiketta.",
24236
24277
  noEntriesReadonlyText: "Merkintöjä ei ole.",
24278
+ tabTitlePlaceholder: "Uusi paneeli",
24237
24279
  more: "Enemmän",
24238
24280
  tagboxDoneButtonCaption: "OKEI",
24239
24281
  selectToRankEmptyRankedAreaText: "Kaikki valinnat asetetaan paremmuusjärjestykseen",
@@ -24262,7 +24304,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fi"]
24262
24304
  // cancel: "Cancel" => "Perua"
24263
24305
  // refuseItemText: "Refuse to answer" => "Kieltäydy vastaamasta"
24264
24306
  // dontKnowItemText: "Don't know" => "Ei tiedä"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Vastauksesi ylittää 64 kt. Pienennä tiedostojesi kokoa ja yritä uudelleen tai ota yhteyttä kyselyn omistajaan."
24265
- // signaturePlaceHolderReadOnly: "No signature" => "Ei allekirjoitusta"
24307
+ // signaturePlaceHolderReadOnly: "No signature" => "Ei allekirjoitusta"// tabTitlePlaceholder: "New Panel" => "Uusi paneeli"
24266
24308
 
24267
24309
 
24268
24310
  /***/ }),
@@ -24378,6 +24420,7 @@ var frenchSurveyStrings = {
24378
24420
  emptyMessage: "Aucune donnée à afficher",
24379
24421
  noEntriesText: "Il n'y a pas encore d'entrées.\nCliquez sur le bouton ci-dessous pour ajouter une nouvelle entrée.",
24380
24422
  noEntriesReadonlyText: "Il n’y a pas d’entrées.",
24423
+ tabTitlePlaceholder: "Nouveau panneau",
24381
24424
  more: "Plus",
24382
24425
  tagboxDoneButtonCaption: "D’ACCORD",
24383
24426
  selectToRankEmptyRankedAreaText: "Tous les choix sont classés",
@@ -24406,7 +24449,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fr"]
24406
24449
  // cancel: "Cancel" => "Annuler"
24407
24450
  // refuseItemText: "Refuse to answer" => "Refuser de répondre"
24408
24451
  // dontKnowItemText: "Don't know" => "Sais pas"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Votre réponse dépasse 64 Ko. Veuillez réduire la taille de votre ou vos fichiers et réessayer ou contacter un propriétaire de sondage."
24409
- // signaturePlaceHolderReadOnly: "No signature" => "Pas de signature"
24452
+ // signaturePlaceHolderReadOnly: "No signature" => "Pas de signature"// tabTitlePlaceholder: "New Panel" => "Nouveau panneau"
24410
24453
 
24411
24454
 
24412
24455
  /***/ }),
@@ -24522,6 +24565,7 @@ var georgianSurveyStrings = {
24522
24565
  emptyMessage: "მონაცემები არ არის საჩვენებლად",
24523
24566
  noEntriesText: "ჯერ არ არის ჩანაწერები.\nდააჭირეთ ქვემოთ მოცემულ ღილაკს, რომ დაამატოთ ახალი ჩანაწერი.",
24524
24567
  noEntriesReadonlyText: "არ არსებობს ჩანაწერები.",
24568
+ tabTitlePlaceholder: "ახალი პანელი",
24525
24569
  more: "სრულად",
24526
24570
  tagboxDoneButtonCaption: "კარგი",
24527
24571
  selectToRankEmptyRankedAreaText: "ყველა არჩევანი რანჟირებულია",
@@ -24615,7 +24659,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ka"]
24615
24659
  // cancel: "Cancel" => "გაუქმება"
24616
24660
  // refuseItemText: "Refuse to answer" => "უარი პასუხზე"
24617
24661
  // dontKnowItemText: "Don't know" => "არ ვიცი"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "თქვენი პასუხი აღემატება 64KB. გთხოვთ, შეამციროთ თქვენი ფაილ(ებ)ის ზომა და სცადოთ ხელახლა ან დაუკავშირდეთ გამოკითხვის მფლობელს."
24618
- // signaturePlaceHolderReadOnly: "No signature" => "ხელმოწერა არ არის"
24662
+ // signaturePlaceHolderReadOnly: "No signature" => "ხელმოწერა არ არის"// tabTitlePlaceholder: "New Panel" => "ახალი პანელი"
24619
24663
 
24620
24664
 
24621
24665
  /***/ }),
@@ -24731,6 +24775,7 @@ var germanSurveyStrings = {
24731
24775
  emptyMessage: "Es gibt noch keine Daten.",
24732
24776
  noEntriesText: "Es gibt noch keine Einträge.\nKlicken Sie auf die Schaltfläche unten, um einen neuen Eintrag hinzuzufügen.",
24733
24777
  noEntriesReadonlyText: "Es gibt keine Einträge.",
24778
+ tabTitlePlaceholder: "Neues Panel",
24734
24779
  more: "Mehr",
24735
24780
  tagboxDoneButtonCaption: "OK",
24736
24781
  selectToRankEmptyRankedAreaText: "Alle Auswahlmöglichkeiten sind in einer Rangfolge angeordnet",
@@ -24742,6 +24787,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["de"] = g
24742
24787
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["de"] = "deutsch";
24743
24788
  // The following strings have been translated by a machine translation service
24744
24789
  // Remove those strings that you have corrected manually
24790
+ // tabTitlePlaceholder: "New Panel" => "Neues Panel"
24745
24791
 
24746
24792
 
24747
24793
  /***/ }),
@@ -24857,6 +24903,7 @@ var greekSurveyStrings = {
24857
24903
  emptyMessage: "Δεν υπάρχουν δεδομένα προς εμφάνιση",
24858
24904
  noEntriesText: "Δεν υπάρχουν ακόμη εγγραφές.\nΚάντε κλικ στο κουμπί παρακάτω για να προσθέσετε μια νέα εγγραφή.",
24859
24905
  noEntriesReadonlyText: "Δεν υπάρχουν καταχωρήσεις.",
24906
+ tabTitlePlaceholder: "Νέο πάνελ",
24860
24907
  more: "Περισσότερα",
24861
24908
  tagboxDoneButtonCaption: "ΟΚ",
24862
24909
  selectToRankEmptyRankedAreaText: "Όλες οι επιλογές κατατάσσονται",
@@ -24882,7 +24929,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["gr"]
24882
24929
  // cancel: "Cancel" => "Ακυρώνω"
24883
24930
  // refuseItemText: "Refuse to answer" => "Αρνηθείτε να απαντήσετε"
24884
24931
  // dontKnowItemText: "Don't know" => "Δεν ξέρω"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Η απάντησή σας υπερβαίνει τα 64KB. Μειώστε το μέγεθος των αρχείων σας και προσπαθήστε ξανά ή επικοινωνήστε με έναν κάτοχο έρευνας."
24885
- // signaturePlaceHolderReadOnly: "No signature" => "Χωρίς υπογραφή"
24932
+ // signaturePlaceHolderReadOnly: "No signature" => "Χωρίς υπογραφή"// tabTitlePlaceholder: "New Panel" => "Νέο πάνελ"
24886
24933
 
24887
24934
 
24888
24935
  /***/ }),
@@ -24911,7 +24958,7 @@ var hebrewSurveyStrings = {
24911
24958
  refuseItemText: "מסרבים לענות",
24912
24959
  dontKnowItemText: "לא יודע",
24913
24960
  selectAllItemText: "בחר הכל",
24914
- progressText: "דף {1} מתוך {0}",
24961
+ progressText: "דף {0} מתוך {1}",
24915
24962
  indexText: "{0} מתוך {1}",
24916
24963
  panelDynamicProgressText: "הקלטה {0} מתוך {1}",
24917
24964
  panelDynamicTabTextFormat: "לוח {panelIndex}",
@@ -24998,6 +25045,7 @@ var hebrewSurveyStrings = {
24998
25045
  emptyMessage: "אין נתונים להצגה",
24999
25046
  noEntriesText: "אין עדיין ערכים.\nלחץ על הלחצן למטה כדי להוסיף ערך חדש.",
25000
25047
  noEntriesReadonlyText: "אין ערכים.",
25048
+ tabTitlePlaceholder: "פאנל חדש",
25001
25049
  more: "עוד",
25002
25050
  tagboxDoneButtonCaption: "אוקיי",
25003
25051
  selectToRankEmptyRankedAreaText: "כל האפשרויות מדורגות",
@@ -25039,7 +25087,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["he"]
25039
25087
  // refuseItemText: "Refuse to answer" => "מסרבים לענות"
25040
25088
  // dontKnowItemText: "Don't know" => "לא יודע"
25041
25089
  // savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "תגובתך עולה על 64KB. הקטן את גודל הקבצים שלך ונסה שוב או פנה לבעלים של סקר."
25042
- // signaturePlaceHolderReadOnly: "No signature" => "אין חתימה"
25090
+ // signaturePlaceHolderReadOnly: "No signature" => "אין חתימה"// tabTitlePlaceholder: "New Panel" => "פאנל חדש"
25043
25091
 
25044
25092
 
25045
25093
  /***/ }),
@@ -25155,6 +25203,7 @@ var hindiStrings = {
25155
25203
  emptyMessage: "प्रदर्शित करने के लिए कोई डेटा नहीं",
25156
25204
  noEntriesText: "अभी तक कोई प्रविष्टियां नहीं हैं।\nनई प्रविष्टि जोड़ने के लिए नीचे दिए गए बटन पर क्लिक करें.",
25157
25205
  noEntriesReadonlyText: "कोई प्रविष्टियाँ नहीं हैं.",
25206
+ tabTitlePlaceholder: "नया पैनल",
25158
25207
  more: "अधिक",
25159
25208
  tagboxDoneButtonCaption: "ठीक है",
25160
25209
  selectToRankEmptyRankedAreaText: "सभी विकल्पों को रैंक किया गया है",
@@ -25195,7 +25244,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hi"]
25195
25244
  // ok: "OK" => "ठीक है"
25196
25245
  // cancel: "Cancel" => "रद्द करना"// refuseItemText: "Refuse to answer" => "जवाब देने से इनकार"
25197
25246
  // dontKnowItemText: "Don't know" => "नहीं मालूम"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "आपकी प्रतिक्रिया 64KB से अधिक है। कृपया अपनी फ़ाइल(फ़ाइलों) का आकार घटाएँ और पुन: प्रयास करें या सर्वेक्षण स्वामी से संपर्क करें."
25198
- // signaturePlaceHolderReadOnly: "No signature" => "कोई हस्ताक्षर नहीं"
25247
+ // signaturePlaceHolderReadOnly: "No signature" => "कोई हस्ताक्षर नहीं"// tabTitlePlaceholder: "New Panel" => "नया पैनल"
25199
25248
 
25200
25249
 
25201
25250
  /***/ }),
@@ -25311,6 +25360,7 @@ var hungarianSurveyStrings = {
25311
25360
  emptyMessage: "Nincs megjeleníthető adat",
25312
25361
  noEntriesText: "Még nincsenek bejegyzések.\nKattintson az alábbi gombra egy új bejegyzés hozzáadásához.",
25313
25362
  noEntriesReadonlyText: "Nincsenek bejegyzések.",
25363
+ tabTitlePlaceholder: "Új panel",
25314
25364
  more: "Több",
25315
25365
  tagboxDoneButtonCaption: "OKÉ",
25316
25366
  selectToRankEmptyRankedAreaText: "Minden választási lehetőség rangsorolva van",
@@ -25350,7 +25400,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hu"]
25350
25400
  // cancel: "Cancel" => "Érvénytelenít"
25351
25401
  // refuseItemText: "Refuse to answer" => "A válaszadás megtagadása"
25352
25402
  // dontKnowItemText: "Don't know" => "Nem tudom"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "A válasz meghaladja a 64 KB-ot. Kérjük, csökkentse a fájl(ok) méretét, és próbálja újra, vagy lépjen kapcsolatba egy felmérés tulajdonosával."
25353
- // signaturePlaceHolderReadOnly: "No signature" => "Nincs aláírás"
25403
+ // signaturePlaceHolderReadOnly: "No signature" => "Nincs aláírás"// tabTitlePlaceholder: "New Panel" => "Új panel"
25354
25404
 
25355
25405
 
25356
25406
  /***/ }),
@@ -25466,6 +25516,7 @@ var icelandicSurveyStrings = {
25466
25516
  emptyMessage: "Engin gögn til að birta",
25467
25517
  noEntriesText: "Það eru engar færslur ennþá.\nSmelltu á hnappinn hér að neðan til að bæta við nýrri færslu.",
25468
25518
  noEntriesReadonlyText: "Það eru engar færslur.",
25519
+ tabTitlePlaceholder: "Nýtt spjald",
25469
25520
  more: "Fleiri",
25470
25521
  tagboxDoneButtonCaption: "ÓKEI",
25471
25522
  selectToRankEmptyRankedAreaText: "Öllum valkostum er raðað",
@@ -25506,7 +25557,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["is"]
25506
25557
  // cancel: "Cancel" => "Afturkalla"
25507
25558
  // refuseItemText: "Refuse to answer" => "Neita að svara"
25508
25559
  // dontKnowItemText: "Don't know" => "Veit ekki"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Svar þitt fer yfir 64KB. Vinsamlegast minnkaðu stærð skráa þinna og reyndu aftur eða hafðu samband við eiganda könnunarinnar."
25509
- // signaturePlaceHolderReadOnly: "No signature" => "Engin undirskrift"
25560
+ // signaturePlaceHolderReadOnly: "No signature" => "Engin undirskrift"// tabTitlePlaceholder: "New Panel" => "Nýtt spjald"
25510
25561
 
25511
25562
 
25512
25563
  /***/ }),
@@ -25622,6 +25673,7 @@ var indonesianStrings = {
25622
25673
  emptyMessage: "Tidak ada data untuk ditampilkan",
25623
25674
  noEntriesText: "Belum ada entri.\nKlik tombol di bawah ini untuk menambahkan entri baru.",
25624
25675
  noEntriesReadonlyText: "Tidak ada entri.",
25676
+ tabTitlePlaceholder: "Panel Baru",
25625
25677
  more: "Lebih",
25626
25678
  tagboxDoneButtonCaption: "OKE",
25627
25679
  selectToRankEmptyRankedAreaText: "Semua pilihan diberi peringkat",
@@ -25662,7 +25714,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["id"]
25662
25714
  // cancel: "Cancel" => "Membatalkan"
25663
25715
  // refuseItemText: "Refuse to answer" => "Menolak untuk menjawab"
25664
25716
  // dontKnowItemText: "Don't know" => "Tidak tahu"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Respons Anda melebihi 64 KB. Harap kurangi ukuran file Anda dan coba lagi atau hubungi pemilik survei."
25665
- // signaturePlaceHolderReadOnly: "No signature" => "Tidak ada tanda tangan"
25717
+ // signaturePlaceHolderReadOnly: "No signature" => "Tidak ada tanda tangan"// tabTitlePlaceholder: "New Panel" => "Panel Baru"
25666
25718
 
25667
25719
 
25668
25720
  /***/ }),
@@ -25778,6 +25830,7 @@ var italianSurveyStrings = {
25778
25830
  emptyMessage: "Nessun dato da visualizzare",
25779
25831
  noEntriesText: "Non ci sono ancora voci.\nFai clic sul pulsante qui sotto per aggiungere una nuova voce.",
25780
25832
  noEntriesReadonlyText: "Non ci sono voci.",
25833
+ tabTitlePlaceholder: "Nuovo pannello",
25781
25834
  more: "Più",
25782
25835
  tagboxDoneButtonCaption: "OK",
25783
25836
  selectToRankEmptyRankedAreaText: "Tutte le scelte sono classificate",
@@ -25806,7 +25859,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["it"]
25806
25859
  // cancel: "Cancel" => "Annulla"
25807
25860
  // refuseItemText: "Refuse to answer" => "Rifiuta di rispondere"
25808
25861
  // dontKnowItemText: "Don't know" => "Non lo so"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "La tua risposta supera i 64 KB. Riduci le dimensioni dei tuoi file e riprova o contatta il proprietario di un'indagine."
25809
- // signaturePlaceHolderReadOnly: "No signature" => "Nessuna firma"
25862
+ // signaturePlaceHolderReadOnly: "No signature" => "Nessuna firma"// tabTitlePlaceholder: "New Panel" => "Nuovo pannello"
25810
25863
 
25811
25864
 
25812
25865
  /***/ }),
@@ -25922,6 +25975,7 @@ var japaneseSurveyStrings = {
25922
25975
  emptyMessage: "表示するデータがありません",
25923
25976
  noEntriesText: "エントリはまだありません。\n下のボタンをクリックして、新しいエントリを追加します。",
25924
25977
  noEntriesReadonlyText: "エントリはありません。",
25978
+ tabTitlePlaceholder: "新規パネル",
25925
25979
  more: "もっとその",
25926
25980
  tagboxDoneButtonCaption: "わかりました",
25927
25981
  selectToRankEmptyRankedAreaText: "すべての選択肢がランク付けされます",
@@ -25962,7 +26016,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ja"]
25962
26016
  // cancel: "Cancel" => "キャンセル"
25963
26017
  // refuseItemText: "Refuse to answer" => "回答を拒否する"
25964
26018
  // dontKnowItemText: "Don't know" => "わかりません"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "回答は 64 KB を超えています。ファイルのサイズを小さくしてもう一度お試しいただくか、アンケートの所有者にお問い合わせください。"
25965
- // signaturePlaceHolderReadOnly: "No signature" => "署名なし"
26019
+ // signaturePlaceHolderReadOnly: "No signature" => "署名なし"// tabTitlePlaceholder: "New Panel" => "新規パネル"
25966
26020
 
25967
26021
 
25968
26022
  /***/ }),
@@ -26078,6 +26132,7 @@ var kazakhStrings = {
26078
26132
  emptyMessage: "Көрсетілетін деректер жоқ",
26079
26133
  noEntriesText: "Әзірге жазбалар жоқ.\nЖаңа жазбаны қосу үшін төмендегі түймешігіңді басыңыз.",
26080
26134
  noEntriesReadonlyText: "Жазбалар жоқ.",
26135
+ tabTitlePlaceholder: "Жаңа панель",
26081
26136
  more: "Қосымша",
26082
26137
  tagboxDoneButtonCaption: "ЖАҚСЫ",
26083
26138
  selectToRankEmptyRankedAreaText: "Барлық таңдаулар ранжирленген",
@@ -26118,7 +26173,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["kk"]
26118
26173
  // cancel: "Cancel" => "Болдырмау"
26119
26174
  // refuseItemText: "Refuse to answer" => "Жауап беруден бас тарту"
26120
26175
  // dontKnowItemText: "Don't know" => "Білмеймін"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Сіздің жауабыңыз 64КБ-тан асады. Файлдың өлшемін азайтып, қайталап көріңіз немесе сауалнама иесіне хабарласыңыз."
26121
- // signaturePlaceHolderReadOnly: "No signature" => "Қолдың No"
26176
+ // signaturePlaceHolderReadOnly: "No signature" => "Қолдың No"// tabTitlePlaceholder: "New Panel" => "Жаңа панель"
26122
26177
 
26123
26178
 
26124
26179
  /***/ }),
@@ -26234,6 +26289,7 @@ var koreanStrings = {
26234
26289
  emptyMessage: "표시할 데이터가 없습니다.",
26235
26290
  noEntriesText: "아직 항목이 없습니다.\n새 항목을 추가하려면 아래 버튼을 클릭하세요.",
26236
26291
  noEntriesReadonlyText: "항목이 없습니다.",
26292
+ tabTitlePlaceholder: "새 패널",
26237
26293
  more: "더보기",
26238
26294
  tagboxDoneButtonCaption: "그래",
26239
26295
  selectToRankEmptyRankedAreaText: "모든 선택 항목이 순위가 매겨집니다.",
@@ -26261,7 +26317,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ko"]
26261
26317
  // cancel: "Cancel" => "취소"
26262
26318
  // refuseItemText: "Refuse to answer" => "대답 거부"
26263
26319
  // dontKnowItemText: "Don't know" => "모르다"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "응답이 64KB를 초과합니다. 파일 크기를 줄인 후 다시 시도하거나 설문조사 소유자에게 문의하세요."
26264
- // signaturePlaceHolderReadOnly: "No signature" => "서명 없음"
26320
+ // signaturePlaceHolderReadOnly: "No signature" => "서명 없음"// tabTitlePlaceholder: "New Panel" => "새 패널"
26265
26321
 
26266
26322
 
26267
26323
  /***/ }),
@@ -26377,6 +26433,7 @@ var latvianSurveyStrings = {
26377
26433
  emptyMessage: "Nav datu, ko rādīt",
26378
26434
  noEntriesText: "Vēl nav neviena ieraksta.\nNoklikšķiniet uz zemāk esošās pogas, lai pievienotu jaunu ierakstu.",
26379
26435
  noEntriesReadonlyText: "Ierakstu nav.",
26436
+ tabTitlePlaceholder: "Jauns panelis",
26380
26437
  more: "Vairāk",
26381
26438
  tagboxDoneButtonCaption: "LABI",
26382
26439
  selectToRankEmptyRankedAreaText: "Visas izvēles ir sarindotas",
@@ -26405,7 +26462,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lv"]
26405
26462
  // cancel: "Cancel" => "Atcelt"
26406
26463
  // refuseItemText: "Refuse to answer" => "Atteikties atbildēt"
26407
26464
  // dontKnowItemText: "Don't know" => "Es nezinu"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Jūsu atbilde pārsniedz 64 KB. Lūdzu, samaziniet sava(-u) faila(-u) lielumu un mēģiniet vēlreiz vai sazinieties ar aptaujas īpašnieku."
26408
- // signaturePlaceHolderReadOnly: "No signature" => "Nav paraksta"
26465
+ // signaturePlaceHolderReadOnly: "No signature" => "Nav paraksta"// tabTitlePlaceholder: "New Panel" => "Jauns panelis"
26409
26466
 
26410
26467
 
26411
26468
  /***/ }),
@@ -26521,6 +26578,7 @@ var lithuaniaSurveyStrings = {
26521
26578
  emptyMessage: "Nėra rodomų duomenų",
26522
26579
  noEntriesText: "Įrašų dar nėra.\nSpustelėkite žemiau esantį mygtuką, kad pridėtumėte naują įrašą.",
26523
26580
  noEntriesReadonlyText: "Įrašų nėra.",
26581
+ tabTitlePlaceholder: "Naujas skydelis",
26524
26582
  more: "Daugiau",
26525
26583
  tagboxDoneButtonCaption: "GERAI",
26526
26584
  selectToRankEmptyRankedAreaText: "Visi pasirinkimai yra reitinguojami",
@@ -26561,7 +26619,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lt"]
26561
26619
  // cancel: "Cancel" => "Atšaukti"
26562
26620
  // refuseItemText: "Refuse to answer" => "Atsisakyti atsakyti"
26563
26621
  // dontKnowItemText: "Don't know" => "Nežinau"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Jūsų atsakymas viršija 64 KB. Sumažinkite failo (-ų) dydį ir bandykite dar kartą arba susisiekite su apklausos savininku."
26564
- // signaturePlaceHolderReadOnly: "No signature" => "Nėra parašo"
26622
+ // signaturePlaceHolderReadOnly: "No signature" => "Nėra parašo"// tabTitlePlaceholder: "New Panel" => "Naujas skydelis"
26565
26623
 
26566
26624
 
26567
26625
  /***/ }),
@@ -26677,6 +26735,7 @@ var macedonianSurveyStrings = {
26677
26735
  emptyMessage: "Нема податоци за прикажување",
26678
26736
  noEntriesText: "Сеуште нема влезници.\nКликнете на копчето подолу за да додадете нов влез.",
26679
26737
  noEntriesReadonlyText: "Нема влезници.",
26738
+ tabTitlePlaceholder: "Нов панел",
26680
26739
  more: "Повеќе",
26681
26740
  tagboxDoneButtonCaption: "ДОБРО",
26682
26741
  selectToRankEmptyRankedAreaText: "Сите избори се рангирани",
@@ -26711,7 +26770,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["mk"]
26711
26770
  // cancel: "Cancel" => "Откажи"
26712
26771
  // refuseItemText: "Refuse to answer" => "Одбиј да одговориш."
26713
26772
  // dontKnowItemText: "Don't know" => "Не знам"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Вашиот одговор надминува 64KB. Ве молиме да ја намалите големината на вашата(ите) датотека(и) и обидете се повторно или контактирајте го сопственикот на истражувањето."
26714
- // signaturePlaceHolderReadOnly: "No signature" => "Нема потпис"
26773
+ // signaturePlaceHolderReadOnly: "No signature" => "Нема потпис"// tabTitlePlaceholder: "New Panel" => "Нов панел"
26715
26774
 
26716
26775
 
26717
26776
  /***/ }),
@@ -26827,6 +26886,7 @@ var malaySurveyStrings = {
26827
26886
  emptyMessage: "Tiada data untuk dipaparkan",
26828
26887
  noEntriesText: "Belum ada entri.\nKlik butang di bawah untuk menambahkan entri.",
26829
26888
  noEntriesReadonlyText: "Tiada penyertaan.",
26889
+ tabTitlePlaceholder: "Panel Baru",
26830
26890
  more: "Lebih banyak",
26831
26891
  tagboxDoneButtonCaption: "OK",
26832
26892
  selectToRankEmptyRankedAreaText: "Semua pilihan disenaraikan",
@@ -26857,7 +26917,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ms"]
26857
26917
  // cancel: "Cancel" => "Batal"
26858
26918
  // refuseItemText: "Refuse to answer" => "Enggan menjawab"
26859
26919
  // dontKnowItemText: "Don't know" => "Tak tahu"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Jawapan anda melebihi 64KB. Sila kurangkan saiz fail anda dan cuba lagi atau hubungi pemilik tinjauan."
26860
- // signaturePlaceHolderReadOnly: "No signature" => "Tiada tandatangan"
26920
+ // signaturePlaceHolderReadOnly: "No signature" => "Tiada tandatangan"// tabTitlePlaceholder: "New Panel" => "Panel Baru"
26861
26921
 
26862
26922
 
26863
26923
  /***/ }),
@@ -26997,6 +27057,7 @@ var norwegianSurveyStrings = {
26997
27057
  emptyMessage: "Ingen data å vise",
26998
27058
  noEntriesText: "Det er ingen oppføringer ennå.\nKlikk på knappen nedenfor for å legge til en ny oppføring.",
26999
27059
  noEntriesReadonlyText: "Det er ingen oppføringer.",
27060
+ tabTitlePlaceholder: "Nytt panel",
27000
27061
  more: "Mer",
27001
27062
  tagboxDoneButtonCaption: "OK",
27002
27063
  selectToRankEmptyRankedAreaText: "Alle valg er rangert",
@@ -27037,7 +27098,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["no"]
27037
27098
  // cancel: "Cancel" => "Annullere"
27038
27099
  // refuseItemText: "Refuse to answer" => "Nekter å svare"
27039
27100
  // dontKnowItemText: "Don't know" => "Vet ikke"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Svaret ditt overstiger 64 kB. Reduser størrelsen på filen(e) din(e), og prøv på nytt, eller kontakt eieren av en spørreundersøkelse."
27040
- // signaturePlaceHolderReadOnly: "No signature" => "Ingen signatur"
27101
+ // signaturePlaceHolderReadOnly: "No signature" => "Ingen signatur"// tabTitlePlaceholder: "New Panel" => "Nytt panel"
27041
27102
 
27042
27103
 
27043
27104
  /***/ }),
@@ -27153,6 +27214,7 @@ var persianSurveyStrings = {
27153
27214
  emptyMessage: "داده ای برای نمایش وجود ندارد",
27154
27215
  noEntriesText: "هنوز هیچ ورودی وجود ندارد.\nروی دکمه زیر کلیک کنید تا یک ورودی جدید اضافه شود.",
27155
27216
  noEntriesReadonlyText: "هیچ ورودی وجود ندارد.",
27217
+ tabTitlePlaceholder: "پنل جدید",
27156
27218
  more: "بیشتر",
27157
27219
  tagboxDoneButtonCaption: "باشه",
27158
27220
  selectToRankEmptyRankedAreaText: "همه انتخاب ها رتبه بندی می شوند",
@@ -27193,7 +27255,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fa"]
27193
27255
  // cancel: "Cancel" => "لغو"
27194
27256
  // refuseItemText: "Refuse to answer" => "امتناع از پاسخ دادن"
27195
27257
  // dontKnowItemText: "Don't know" => "نمی دانم"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "پاسخ شما بیش از 64KB است. لطفا اندازه فایل(های) خود را کاهش دهید و دوباره تلاش کنید یا با صاحب نظرسنجی تماس بگیرید."
27196
- // signaturePlaceHolderReadOnly: "No signature" => "بدون امضا"
27258
+ // signaturePlaceHolderReadOnly: "No signature" => "بدون امضا"// tabTitlePlaceholder: "New Panel" => "پنل جدید"
27197
27259
 
27198
27260
 
27199
27261
  /***/ }),
@@ -27209,7 +27271,6 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fa"]
27209
27271
  __webpack_require__.r(__webpack_exports__);
27210
27272
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "philippinesStrings", function() { return philippinesStrings; });
27211
27273
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! survey-core */ "./src/entries/core.ts");
27212
- // Uncomment the line below if you create a custom dictionary
27213
27274
 
27214
27275
  var philippinesStrings = {
27215
27276
  pagePrevText: "Nakaraang",
@@ -27310,18 +27371,22 @@ var philippinesStrings = {
27310
27371
  emptyMessage: "walang maipakitang datos",
27311
27372
  noEntriesText: "Wala pang entry.\nI-click ang button sa ibaba para magdagdag ng bagong entry.",
27312
27373
  noEntriesReadonlyText: "Walang entry",
27374
+ tabTitlePlaceholder: "Bagong Panel",
27313
27375
  more: "Higit pa",
27314
27376
  tagboxDoneButtonCaption: "OK",
27315
27377
  selectToRankEmptyRankedAreaText: "Ang lahat ng mga pagpipilian ay pinili para sa pagraranggo",
27316
27378
  selectToRankEmptyUnrankedAreaText: "I-drag ang mga pagpipilian dito upang i-rank ang mga ito",
27317
27379
  ok: "OK",
27318
- cancel: "Kanselahin",
27380
+ cancel: "Kanselahin"
27319
27381
  };
27320
27382
  // Uncomment the lines below if you create a custom dictionary.
27321
27383
  // Replace "en" with a custom locale code (for example, "fr" or "de"),
27322
27384
  // Replace `englishStrings` with the name of the variable that contains the custom dictionary.
27323
27385
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["fil"] = philippinesStrings;
27324
27386
  survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fil"] = "Filipino";
27387
+ // The following strings have been translated by a machine translation service
27388
+ // Remove those strings that you have corrected manually
27389
+ // tabTitlePlaceholder: "New Panel" => "Bagong Panel"
27325
27390
 
27326
27391
 
27327
27392
  /***/ }),
@@ -27437,6 +27502,7 @@ var polishSurveyStrings = {
27437
27502
  emptyMessage: "Brak danych do wyświetlenia",
27438
27503
  noEntriesText: "Nie ma jeszcze wpisów.\nKliknij przycisk poniżej, aby dodać nowy wpis.",
27439
27504
  noEntriesReadonlyText: "Brak wpisów.",
27505
+ tabTitlePlaceholder: "Nowy panel",
27440
27506
  more: "Więcej",
27441
27507
  tagboxDoneButtonCaption: "OK",
27442
27508
  selectToRankEmptyRankedAreaText: "Wszystkie wybory są uszeregowane",
@@ -27465,7 +27531,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pl"]
27465
27531
  // cancel: "Cancel" => "Anuluj"
27466
27532
  // refuseItemText: "Refuse to answer" => "Odmów odpowiedzi"
27467
27533
  // dontKnowItemText: "Don't know" => "Nie wiem"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Twoja odpowiedź przekracza 64 KB. Zmniejsz rozmiar plików i spróbuj ponownie lub skontaktuj się z właścicielem ankiety."
27468
- // signaturePlaceHolderReadOnly: "No signature" => "Brak podpisu"
27534
+ // signaturePlaceHolderReadOnly: "No signature" => "Brak podpisu"// tabTitlePlaceholder: "New Panel" => "Nowy panel"
27469
27535
 
27470
27536
 
27471
27537
  /***/ }),
@@ -27584,6 +27650,7 @@ var portugueseBrSurveyStrings = {
27584
27650
  emptyMessage: "Nenhum dado a ser exibido",
27585
27651
  noEntriesText: "Ainda não há inscrições.\nClique no botão abaixo para adicionar uma nova entrada.",
27586
27652
  noEntriesReadonlyText: "Não há entradas.",
27653
+ tabTitlePlaceholder: "Novo Painel",
27587
27654
  more: "Mais",
27588
27655
  tagboxDoneButtonCaption: "OKEY",
27589
27656
  selectToRankEmptyRankedAreaText: "Todas as opções são classificadas",
@@ -27671,7 +27738,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt-b
27671
27738
  // cancel: "Cancel" => "Cancelar"
27672
27739
  // refuseItemText: "Refuse to answer" => "Recusar-se a responder"
27673
27740
  // dontKnowItemText: "Don't know" => "Não sei"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Sua resposta excede 64KB. Reduza o tamanho do(s) seu(s) arquivo(s) e tente novamente ou entre em contato com o proprietário do questionário."
27674
- // signaturePlaceHolderReadOnly: "No signature" => "Sem assinatura"
27741
+ // signaturePlaceHolderReadOnly: "No signature" => "Sem assinatura"// tabTitlePlaceholder: "New Panel" => "Novo Painel"
27675
27742
 
27676
27743
 
27677
27744
  /***/ }),
@@ -27787,6 +27854,7 @@ var portugueseSurveyStrings = {
27787
27854
  emptyMessage: "Não existe informação a mostrar",
27788
27855
  noEntriesText: "Ainda não existem registos.\nClique no botão abaixo para adicionar um novo registo.",
27789
27856
  noEntriesReadonlyText: "Não há entradas.",
27857
+ tabTitlePlaceholder: "Novo Painel",
27790
27858
  more: "Mais",
27791
27859
  tagboxDoneButtonCaption: "Terminado",
27792
27860
  selectToRankEmptyRankedAreaText: "Todas as opções são classificadas",
@@ -27812,7 +27880,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt"]
27812
27880
  // cancel: "Cancel" => "Cancelar"
27813
27881
  // refuseItemText: "Refuse to answer" => "Recusar-se a responder"
27814
27882
  // dontKnowItemText: "Don't know" => "Não sei"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Sua resposta excede 64KB. Reduza o tamanho do(s) seu(s) arquivo(s) e tente novamente ou entre em contato com o proprietário do questionário."
27815
- // signaturePlaceHolderReadOnly: "No signature" => "Sem assinatura"
27883
+ // signaturePlaceHolderReadOnly: "No signature" => "Sem assinatura"// tabTitlePlaceholder: "New Panel" => "Novo Painel"
27816
27884
 
27817
27885
 
27818
27886
  /***/ }),
@@ -27928,6 +27996,7 @@ var romanianSurveyStrings = {
27928
27996
  emptyMessage: "Nu există date de afișat",
27929
27997
  noEntriesText: "Nu există încă intrări.\nFaceți clic pe butonul de mai jos pentru a adăuga o intrare nouă.",
27930
27998
  noEntriesReadonlyText: "Nu există intrări.",
27999
+ tabTitlePlaceholder: "Panou nou",
27931
28000
  more: "Mai mult",
27932
28001
  tagboxDoneButtonCaption: "OK",
27933
28002
  selectToRankEmptyRankedAreaText: "Toate opțiunile sunt clasificate",
@@ -27968,7 +28037,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ro"]
27968
28037
  // cancel: "Cancel" => "Anula"
27969
28038
  // refuseItemText: "Refuse to answer" => "Refuză să răspundă"
27970
28039
  // dontKnowItemText: "Don't know" => "Nu ştiu"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Răspunsul tău depășește 64KB. Reduceți dimensiunea fișierelor și încercați din nou sau contactați un proprietar de sondaj."
27971
- // signaturePlaceHolderReadOnly: "No signature" => "Fără semnătură"
28040
+ // signaturePlaceHolderReadOnly: "No signature" => "Fără semnătură"// tabTitlePlaceholder: "New Panel" => "Panou nou"
27972
28041
 
27973
28042
 
27974
28043
  /***/ }),
@@ -28084,6 +28153,7 @@ var russianSurveyStrings = {
28084
28153
  emptyMessage: "Нет данных для отображения",
28085
28154
  noEntriesText: "Пока нет записей.\nНажмите кнопку ниже, чтобы добавить новую запись.",
28086
28155
  noEntriesReadonlyText: "Записей нет.",
28156
+ tabTitlePlaceholder: "Новая панель",
28087
28157
  more: "Больше",
28088
28158
  tagboxDoneButtonCaption: "Хорошо",
28089
28159
  selectToRankEmptyRankedAreaText: "Все варианты ранжируются",
@@ -28108,7 +28178,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ru"]
28108
28178
  // showDetails: "Show Details" => "Показать подробности"
28109
28179
  // hideDetails: "Hide Details" => "Скрыть подробности"
28110
28180
  // cancel: "Cancel" => "Отмена"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Ваш ответ превышает 64 КБ. Уменьшите размер файла (файлов) и повторите попытку или обратитесь к владельцу опроса."
28111
- // signaturePlaceHolderReadOnly: "No signature" => "Без подписи"
28181
+ // signaturePlaceHolderReadOnly: "No signature" => "Без подписи"// tabTitlePlaceholder: "New Panel" => "Новая панель"
28112
28182
 
28113
28183
 
28114
28184
  /***/ }),
@@ -28224,6 +28294,7 @@ var serbianStrings = {
28224
28294
  emptyMessage: "Nema podataka za prikazivanje",
28225
28295
  noEntriesText: "Još uvek nema stavki.\nKliknite na dugme ispod da biste dodali novu stavku.",
28226
28296
  noEntriesReadonlyText: "Nema stavki.",
28297
+ tabTitlePlaceholder: "Nova tabla",
28227
28298
  more: "Viљe",
28228
28299
  tagboxDoneButtonCaption: "U redu",
28229
28300
  selectToRankEmptyRankedAreaText: "Svi izbori su rangirani",
@@ -28259,7 +28330,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["rs"]
28259
28330
  // cancel: "Cancel" => "Otkaži"
28260
28331
  // refuseItemText: "Refuse to answer" => "Odbijanje odgovora"
28261
28332
  // dontKnowItemText: "Don't know" => "Ne znam"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Vaš odgovor premašuje 64KB. Smanjite veličinu datoteka i pokušajte ponovo ili se obratite vlasniku ankete."
28262
- // signaturePlaceHolderReadOnly: "No signature" => "Bez potpisa"
28333
+ // signaturePlaceHolderReadOnly: "No signature" => "Bez potpisa"// tabTitlePlaceholder: "New Panel" => "Nova tabla"
28263
28334
 
28264
28335
 
28265
28336
  /***/ }),
@@ -28375,6 +28446,7 @@ var simplifiedChineseSurveyStrings = {
28375
28446
  emptyMessage: "没有要显示的数据",
28376
28447
  noEntriesText: "尚无条目。\n单击下面的按钮以添加新条目。",
28377
28448
  noEntriesReadonlyText: "没有条目。",
28449
+ tabTitlePlaceholder: "新面板",
28378
28450
  more: "更多",
28379
28451
  tagboxDoneButtonCaption: "还行",
28380
28452
  selectToRankEmptyRankedAreaText: "所有选择均已排名",
@@ -28409,7 +28481,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-c
28409
28481
  // cancel: "Cancel" => "取消"
28410
28482
  // refuseItemText: "Refuse to answer" => "拒绝回答"
28411
28483
  // dontKnowItemText: "Don't know" => "不知道"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "您的回复超过 64KB。请减小文件的大小,然后重试或联系调查所有者。"
28412
- // signaturePlaceHolderReadOnly: "No signature" => "无签名"
28484
+ // signaturePlaceHolderReadOnly: "No signature" => "无签名"// tabTitlePlaceholder: "New Panel" => "新面板"
28413
28485
 
28414
28486
 
28415
28487
  /***/ }),
@@ -28525,6 +28597,7 @@ var slovakSurveyStrings = {
28525
28597
  emptyMessage: "Žiadne údaje na zobrazenie",
28526
28598
  noEntriesText: "K dispozícii ešte nie sú žiadne zadania.\nKliknutím na nasledujúce tlačidlo pridajte nové zadanie.",
28527
28599
  noEntriesReadonlyText: "Nie sú k dispozícii žiadne záznamy.",
28600
+ tabTitlePlaceholder: "Nový panel",
28528
28601
  more: "Viacej",
28529
28602
  tagboxDoneButtonCaption: "OK",
28530
28603
  selectToRankEmptyRankedAreaText: "Všetky možnosti sú zoradené",
@@ -28555,7 +28628,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sk"]
28555
28628
  // cancel: "Cancel" => "Zrušiť"
28556
28629
  // refuseItemText: "Refuse to answer" => "Odmietnuť odpovedať"
28557
28630
  // dontKnowItemText: "Don't know" => "Neviem"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Vaša odpoveď presahuje 64 kB. Zmenšite veľkosť svojich súborov a skúste to znova alebo kontaktujte vlastníka prieskumu."
28558
- // signaturePlaceHolderReadOnly: "No signature" => "Bez podpisu"
28631
+ // signaturePlaceHolderReadOnly: "No signature" => "Bez podpisu"// tabTitlePlaceholder: "New Panel" => "Nový panel"
28559
28632
 
28560
28633
 
28561
28634
  /***/ }),
@@ -28671,6 +28744,7 @@ var spanishSurveyStrings = {
28671
28744
  emptyMessage: "No hay datos para mostrar",
28672
28745
  noEntriesText: "Aún no hay entradas.\nHaga clic en el botón de abajo para agregar una nueva entrada.",
28673
28746
  noEntriesReadonlyText: "No hay entradas.",
28747
+ tabTitlePlaceholder: "Nuevo panel",
28674
28748
  more: "Más",
28675
28749
  tagboxDoneButtonCaption: "De acuerdo",
28676
28750
  selectToRankEmptyRankedAreaText: "Todas las opciones están clasificadas",
@@ -28699,7 +28773,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["es"]
28699
28773
  // cancel: "Cancel" => "Cancelar"
28700
28774
  // refuseItemText: "Refuse to answer" => "Negarse a responder"
28701
28775
  // dontKnowItemText: "Don't know" => "No sé"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Su respuesta supera los 64 KB. Reduzca el tamaño de su(s) archivo(s) e inténtelo de nuevo o póngase en contacto con el propietario de una encuesta."
28702
- // signaturePlaceHolderReadOnly: "No signature" => "Sin firma"
28776
+ // signaturePlaceHolderReadOnly: "No signature" => "Sin firma"// tabTitlePlaceholder: "New Panel" => "Nuevo panel"
28703
28777
 
28704
28778
 
28705
28779
  /***/ }),
@@ -28815,6 +28889,7 @@ var swahiliStrings = {
28815
28889
  emptyMessage: "Hakuna data ya kuonyesha",
28816
28890
  noEntriesText: "Hakuna maingizo kwa sasa.\nBofya kitufe hapa chini ili kuongeza ingizo jipya.",
28817
28891
  noEntriesReadonlyText: "Hakuna viingilio.",
28892
+ tabTitlePlaceholder: "Jopo Jipya",
28818
28893
  more: "Zaidi",
28819
28894
  tagboxDoneButtonCaption: "Sawa kabisa",
28820
28895
  selectToRankEmptyRankedAreaText: "Chaguzi zote zimeorodheshwa",
@@ -28855,7 +28930,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sw"]
28855
28930
  // cancel: "Cancel" => "Katisha"
28856
28931
  // refuseItemText: "Refuse to answer" => "Kukataa kujibu"
28857
28932
  // dontKnowItemText: "Don't know" => "Sijui"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Jibu lako ni zaidi ya 64KB. Tafadhali punguza ukubwa wa faili yako na jaribu tena au wasiliana na mmiliki wa utafiti."
28858
- // signaturePlaceHolderReadOnly: "No signature" => "Hakuna saini"
28933
+ // signaturePlaceHolderReadOnly: "No signature" => "Hakuna saini"// tabTitlePlaceholder: "New Panel" => "Jopo Jipya"
28859
28934
 
28860
28935
 
28861
28936
  /***/ }),
@@ -28971,6 +29046,7 @@ var swedishSurveyStrings = {
28971
29046
  emptyMessage: "Ingen data finns",
28972
29047
  noEntriesText: "Det finns inga värden än.\nKlicka på knappen nedan för att lägga till nytt värde.",
28973
29048
  noEntriesReadonlyText: "Det finns inga poster.",
29049
+ tabTitlePlaceholder: "Ny panel",
28974
29050
  more: "Mer",
28975
29051
  tagboxDoneButtonCaption: "OKEJ",
28976
29052
  selectToRankEmptyRankedAreaText: "Alla val rangordnas",
@@ -28999,7 +29075,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sv"]
28999
29075
  // cancel: "Cancel" => "Annullera"
29000
29076
  // refuseItemText: "Refuse to answer" => "Vägra svara"
29001
29077
  // dontKnowItemText: "Don't know" => "Vet inte"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Ditt svar överskrider 64 kB. Minska storleken på dina filer och försök igen eller kontakta en undersökningsägare."
29002
- // signaturePlaceHolderReadOnly: "No signature" => "Ingen signatur"
29078
+ // signaturePlaceHolderReadOnly: "No signature" => "Ingen signatur"// tabTitlePlaceholder: "New Panel" => "Ny panel"
29003
29079
 
29004
29080
 
29005
29081
  /***/ }),
@@ -29222,6 +29298,7 @@ var teluguStrings = {
29222
29298
  emptyMessage: "డిస్ ప్లే చేయడానికి డేటా లేదు",
29223
29299
  noEntriesText: "ఇంకా ఎలాంటి ఎంట్రీలు లేవు.\nకొత్త ఎంట్రీని జోడించడం కొరకు దిగువ బటన్ మీద క్లిక్ చేయండి.",
29224
29300
  noEntriesReadonlyText: "ఎలాంటి ఎంట్రీలు లేవు.",
29301
+ tabTitlePlaceholder: "కొత్త ప్యానెల్",
29225
29302
  more: "ఎక్కువ",
29226
29303
  tagboxDoneButtonCaption: "సరే",
29227
29304
  selectToRankEmptyRankedAreaText: "అన్ని ఎంపికలు ర్యాంక్ చేయబడతాయి",
@@ -29262,7 +29339,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tel"
29262
29339
  // ok: "OK" => "సరే"
29263
29340
  // cancel: "Cancel" => "రద్దు"// refuseItemText: "Refuse to answer" => "సమాధానం ఇవ్వడానికి నిరాకరించండి"
29264
29341
  // dontKnowItemText: "Don't know" => "తెలియదు"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "మీ ప్రతిస్పందన 64KBని మించిపోయింది. దయచేసి మీ ఫైల్(లు) పరిమాణాన్ని తగ్గించండి మరియు మళ్లీ ప్రయత్నించండి లేదా సర్వే యజమానిని సంప్రదించండి."
29265
- // signaturePlaceHolderReadOnly: "No signature" => "సంతకం లేదు"
29342
+ // signaturePlaceHolderReadOnly: "No signature" => "సంతకం లేదు"// tabTitlePlaceholder: "New Panel" => "కొత్త ప్యానెల్"
29266
29343
 
29267
29344
 
29268
29345
  /***/ }),
@@ -29378,6 +29455,7 @@ var thaiStrings = {
29378
29455
  emptyMessage: "ไม่มีข้อมูลที่จะแสดง",
29379
29456
  noEntriesText: "ยังไม่มีรายการ\nคลิกปุ่มด้านล่างเพื่อเพิ่มรายการใหม่",
29380
29457
  noEntriesReadonlyText: "ไม่มีรายการ",
29458
+ tabTitlePlaceholder: "แผงใหม่",
29381
29459
  more: "อีก",
29382
29460
  tagboxDoneButtonCaption: "ตกลง, ได้",
29383
29461
  selectToRankEmptyRankedAreaText: "ตัวเลือกทั้งหมดจะถูกจัดอันดับ",
@@ -29417,7 +29495,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["th"]
29417
29495
  // ok: "OK" => "ตกลง, ได้"
29418
29496
  // cancel: "Cancel" => "ยกเลิก"// refuseItemText: "Refuse to answer" => "ปฏิเสธที่จะตอบ"
29419
29497
  // dontKnowItemText: "Don't know" => "ไม่ทราบ"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "คําตอบของคุณเกิน 64KB โปรดลดขนาดไฟล์ของคุณแล้วลองอีกครั้งหรือติดต่อเจ้าของแบบสํารวจ"
29420
- // signaturePlaceHolderReadOnly: "No signature" => "ไม่มีลายเซ็น"
29498
+ // signaturePlaceHolderReadOnly: "No signature" => "ไม่มีลายเซ็น"// tabTitlePlaceholder: "New Panel" => "แผงใหม่"
29421
29499
 
29422
29500
 
29423
29501
  /***/ }),
@@ -29533,6 +29611,7 @@ var traditionalChineseSurveyStrings = {
29533
29611
  emptyMessage: "沒有要顯示的數據",
29534
29612
  noEntriesText: "尚無條目。\n按下下面的按鈕以添加新條目。",
29535
29613
  noEntriesReadonlyText: "沒有條目。",
29614
+ tabTitlePlaceholder: "新面板",
29536
29615
  more: "更多",
29537
29616
  tagboxDoneButtonCaption: "還行",
29538
29617
  selectToRankEmptyRankedAreaText: "所有選擇均已排名",
@@ -29607,7 +29686,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-t
29607
29686
  // ok: "OK" => "還行"
29608
29687
  // cancel: "Cancel" => "取消"// refuseItemText: "Refuse to answer" => "拒絕回答"
29609
29688
  // dontKnowItemText: "Don't know" => "不知道"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "您的回復超過 64KB。請減小檔的大小,然後重試或聯繫調查擁有者。"
29610
- // signaturePlaceHolderReadOnly: "No signature" => "無簽名"
29689
+ // signaturePlaceHolderReadOnly: "No signature" => "無簽名"// tabTitlePlaceholder: "New Panel" => "新面板"
29611
29690
 
29612
29691
 
29613
29692
  /***/ }),
@@ -29723,6 +29802,7 @@ var turkishSurveyStrings = {
29723
29802
  emptyMessage: "Görüntülenecek veri yok",
29724
29803
  noEntriesText: "Henüz giriş yok.\nYeni bir giriş eklemek için aşağıdaki düğmeyi tıklayın.",
29725
29804
  noEntriesReadonlyText: "Giriş yok.",
29805
+ tabTitlePlaceholder: "Yeni Panel",
29726
29806
  more: "Daha fazla",
29727
29807
  tagboxDoneButtonCaption: "TAMAM",
29728
29808
  selectToRankEmptyRankedAreaText: "Tüm seçenekler sıralanmıştır",
@@ -29744,7 +29824,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tr"]
29744
29824
  // ok: "OK" => "TAMAM"
29745
29825
  // cancel: "Cancel" => "İptal"// refuseItemText: "Refuse to answer" => "Cevap vermeyi reddet"
29746
29826
  // dontKnowItemText: "Don't know" => "Bilmiyorum"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Yanıtınız 64 KB'ı aşıyor. Lütfen dosyalarınızın boyutunu küçültün ve tekrar deneyin veya bir anket sahibiyle iletişime geçin."
29747
- // signaturePlaceHolderReadOnly: "No signature" => "İmza yok"
29827
+ // signaturePlaceHolderReadOnly: "No signature" => "İmza yok"// tabTitlePlaceholder: "New Panel" => "Yeni Panel"
29748
29828
 
29749
29829
 
29750
29830
  /***/ }),
@@ -29860,6 +29940,7 @@ var ukrainianSurveyStrings = {
29860
29940
  emptyMessage: "Немає даних для відображення",
29861
29941
  noEntriesText: "Записів поки немає.\nНатисніть кнопку нижче, щоб додати новий запис.",
29862
29942
  noEntriesReadonlyText: "Записів немає.",
29943
+ tabTitlePlaceholder: "Нова панель",
29863
29944
  more: "Більше",
29864
29945
  tagboxDoneButtonCaption: "ГАРАЗД",
29865
29946
  selectToRankEmptyRankedAreaText: "Всі варіанти ранжуються",
@@ -29899,7 +29980,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ua"]
29899
29980
  // ok: "OK" => "ГАРАЗД"
29900
29981
  // cancel: "Cancel" => "Скасувати"// refuseItemText: "Refuse to answer" => "Відмовтеся відповідати"
29901
29982
  // dontKnowItemText: "Don't know" => "Не знаю"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Ваша відповідь перевищує 64 КБ. Будь ласка, зменшіть розмір файлу (файлів) і повторіть спробу або зв'яжіться з власником опитування."
29902
- // signaturePlaceHolderReadOnly: "No signature" => "Без підпису"
29983
+ // signaturePlaceHolderReadOnly: "No signature" => "Без підпису"// tabTitlePlaceholder: "New Panel" => "Нова панель"
29903
29984
 
29904
29985
 
29905
29986
  /***/ }),
@@ -30015,6 +30096,7 @@ var vietnameseSurveyStrings = {
30015
30096
  emptyMessage: "Không có dữ liệu để hiển thị",
30016
30097
  noEntriesText: "Chưa có mục nào.\nNhấp vào nút bên dưới để thêm mục nhập mới.",
30017
30098
  noEntriesReadonlyText: "Không có mục.",
30099
+ tabTitlePlaceholder: "Bảng điều khiển mới",
30018
30100
  more: "Nhiều hơn",
30019
30101
  tagboxDoneButtonCaption: "OK",
30020
30102
  selectToRankEmptyRankedAreaText: "Tất cả các lựa chọn được xếp hạng",
@@ -30055,7 +30137,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["vi"]
30055
30137
  // ok: "OK" => "OK"
30056
30138
  // cancel: "Cancel" => "Hủy"// refuseItemText: "Refuse to answer" => "Từ chối trả lời"
30057
30139
  // dontKnowItemText: "Don't know" => "Không biết"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Phản hồi của bạn vượt quá 64KB. Vui lòng giảm kích thước (các) tệp của bạn và thử lại hoặc liên hệ với chủ sở hữu khảo sát."
30058
- // signaturePlaceHolderReadOnly: "No signature" => "Không có chữ ký"
30140
+ // signaturePlaceHolderReadOnly: "No signature" => "Không có chữ ký"// tabTitlePlaceholder: "New Panel" => "Bảng điều khiển mới"
30059
30141
 
30060
30142
 
30061
30143
  /***/ }),
@@ -30171,6 +30253,7 @@ var welshSurveyStrings = {
30171
30253
  emptyMessage: "Dim data i'w arddangos",
30172
30254
  noEntriesText: "Nid oes unrhyw gofnodion hyd yn hyn.\nCliciwch y botwm isod i ychwanegu cofnod newydd.",
30173
30255
  noEntriesReadonlyText: "Nid oes unrhyw gofnodion.",
30256
+ tabTitlePlaceholder: "Panel newydd",
30174
30257
  more: "Rhagor",
30175
30258
  tagboxDoneButtonCaption: "OCÊ",
30176
30259
  selectToRankEmptyRankedAreaText: "Mae'r holl ddewisiadau yn cael eu rhestru",
@@ -30210,7 +30293,7 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cy"]
30210
30293
  // ok: "OK" => "OCÊ"
30211
30294
  // cancel: "Cancel" => "Canslo"// refuseItemText: "Refuse to answer" => "Gwrthod ateb"
30212
30295
  // dontKnowItemText: "Don't know" => "Ddim yn gwybod"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Mae eich ymateb yn fwy na 64KB. Lleihau maint eich ffeil(au) a cheisiwch eto neu cysylltwch â pherchennog yr arolwg."
30213
- // signaturePlaceHolderReadOnly: "No signature" => "Dim llofnod"
30296
+ // signaturePlaceHolderReadOnly: "No signature" => "Dim llofnod"// tabTitlePlaceholder: "New Panel" => "Panel newydd"
30214
30297
 
30215
30298
 
30216
30299
  /***/ }),
@@ -30780,6 +30863,10 @@ var InputMaskBase = /** @class */ (function (_super) {
30780
30863
  function InputMaskBase() {
30781
30864
  return _super !== null && _super.apply(this, arguments) || this;
30782
30865
  }
30866
+ InputMaskBase.prototype.getSurvey = function (live) {
30867
+ if (live === void 0) { live = false; }
30868
+ return this.owner;
30869
+ };
30783
30870
  InputMaskBase.prototype.getType = function () {
30784
30871
  return "masksettings";
30785
30872
  };
@@ -31842,10 +31929,10 @@ var InputMaskNumeric = /** @class */ (function (_super) {
31842
31929
  if (value >= min && value <= max)
31843
31930
  return true;
31844
31931
  if (!matchWholeMask) {
31845
- if (!number.hasDecimalSeparator) {
31932
+ if (!number.hasDecimalSeparator && value != 0) {
31846
31933
  var test_high = value;
31847
31934
  var test_low = value;
31848
- if (value >= 0) {
31935
+ if (value > 0) {
31849
31936
  if (value + 1 > min && value <= max)
31850
31937
  return true;
31851
31938
  while (true) {
@@ -33315,11 +33402,22 @@ var PanelModelBase = /** @class */ (function (_super) {
33315
33402
  });
33316
33403
  PanelModelBase.prototype.delete = function (doDispose) {
33317
33404
  if (doDispose === void 0) { doDispose = true; }
33405
+ this.deletePanel();
33318
33406
  this.removeFromParent();
33319
33407
  if (doDispose) {
33320
33408
  this.dispose();
33321
33409
  }
33322
33410
  };
33411
+ PanelModelBase.prototype.deletePanel = function () {
33412
+ var els = this.elements;
33413
+ for (var i = 0; i < els.length; i++) {
33414
+ var el = els[i];
33415
+ if (el.isPanel) {
33416
+ el.deletePanel();
33417
+ }
33418
+ this.onRemoveElementNotifySurvey(el);
33419
+ }
33420
+ };
33323
33421
  PanelModelBase.prototype.removeFromParent = function () { };
33324
33422
  PanelModelBase.prototype.canShowTitle = function () { return true; };
33325
33423
  Object.defineProperty(PanelModelBase.prototype, "_showDescription", {
@@ -34098,6 +34196,9 @@ var PanelModelBase = /** @class */ (function (_super) {
34098
34196
  return this.parent.getQuestionTitleLocation();
34099
34197
  return this.survey ? this.survey.questionTitleLocation : "top";
34100
34198
  };
34199
+ PanelModelBase.prototype.getQuestionTitleWidth = function () {
34200
+ return this.questionTitleWidth || this.parent && this.parent.getQuestionTitleWidth();
34201
+ };
34101
34202
  PanelModelBase.prototype.getStartIndex = function () {
34102
34203
  if (!!this.parent)
34103
34204
  return this.parent.getQuestionStartIndex();
@@ -34301,17 +34402,20 @@ var PanelModelBase = /** @class */ (function (_super) {
34301
34402
  this.updateRowsOnElementRemoved(element);
34302
34403
  if (this.isRandomizing)
34303
34404
  return;
34405
+ this.onRemoveElementNotifySurvey(element);
34406
+ if (!!this.removeElementCallback)
34407
+ this.removeElementCallback(element);
34408
+ this.onElementVisibilityChanged(this);
34409
+ };
34410
+ PanelModelBase.prototype.onRemoveElementNotifySurvey = function (element) {
34411
+ if (!this.survey)
34412
+ return;
34304
34413
  if (!element.isPanel) {
34305
- if (this.survey)
34306
- this.survey.questionRemoved(element);
34414
+ this.survey.questionRemoved(element);
34307
34415
  }
34308
34416
  else {
34309
- if (this.survey)
34310
- this.survey.panelRemoved(element);
34417
+ this.survey.panelRemoved(element);
34311
34418
  }
34312
- if (!!this.removeElementCallback)
34313
- this.removeElementCallback(element);
34314
- this.onElementVisibilityChanged(this);
34315
34419
  };
34316
34420
  PanelModelBase.prototype.onElementVisibilityChanged = function (element) {
34317
34421
  if (this.isLoadingFromJson || this.isRandomizing)
@@ -34853,6 +34957,9 @@ var PanelModelBase = /** @class */ (function (_super) {
34853
34957
  __decorate([
34854
34958
  Object(_jsonobject__WEBPACK_IMPORTED_MODULE_0__["property"])({ defaultValue: true })
34855
34959
  ], PanelModelBase.prototype, "showDescription", void 0);
34960
+ __decorate([
34961
+ Object(_jsonobject__WEBPACK_IMPORTED_MODULE_0__["property"])()
34962
+ ], PanelModelBase.prototype, "questionTitleWidth", void 0);
34856
34963
  return PanelModelBase;
34857
34964
  }(_survey_element__WEBPACK_IMPORTED_MODULE_3__["SurveyElement"]));
34858
34965
 
@@ -35296,6 +35403,12 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_0__["Serializer"].addClass("panelbase", [
35296
35403
  "visibleIf:condition",
35297
35404
  "enableIf:condition",
35298
35405
  "requiredIf:condition",
35406
+ {
35407
+ name: "questionTitleWidth",
35408
+ visibleIf: function (obj) {
35409
+ return !!obj && obj["getQuestionTitleLocation"]() === "left";
35410
+ }
35411
+ },
35299
35412
  {
35300
35413
  name: "questionTitleLocation",
35301
35414
  default: "default",
@@ -38378,7 +38491,8 @@ var ProgressButtons = /** @class */ (function (_super) {
38378
38491
  return;
38379
38492
  var listContainerElements = element.querySelectorAll(".sd-progress-buttons__connector");
38380
38493
  var circleWidth = this.showItemNumbers ? 17 : 5;
38381
- var connectorWidth = listContainerElement.clientWidth / (listContainerElement.children.length - 1) - circleWidth;
38494
+ var sideCorrection = this.survey.isMobile ? 0 : listContainerElement.children[0].clientWidth;
38495
+ var connectorWidth = (listContainerElement.clientWidth - sideCorrection) / (listContainerElement.children.length - 1) - circleWidth;
38382
38496
  for (var i = 0; i < listContainerElements.length; i++) {
38383
38497
  listContainerElements[i].style.width = connectorWidth + "px";
38384
38498
  }
@@ -39249,6 +39363,17 @@ var Question = /** @class */ (function (_super) {
39249
39363
  this.clearValueIfInvisible();
39250
39364
  }
39251
39365
  };
39366
+ Object.defineProperty(Question.prototype, "titleWidth", {
39367
+ get: function () {
39368
+ if (this.getTitleLocation() === "left") {
39369
+ if (!!this.parent)
39370
+ return this.parent.getQuestionTitleWidth();
39371
+ }
39372
+ return undefined;
39373
+ },
39374
+ enumerable: false,
39375
+ configurable: true
39376
+ });
39252
39377
  /**
39253
39378
  * Returns title location calculated based on the question's `titleLocation` property and the `questionTitleLocation` property of the question's containers (survey, page, or panel).
39254
39379
  * @see titleLocation
@@ -44680,23 +44805,6 @@ var QuestionBooleanModel = /** @class */ (function (_super) {
44680
44805
  enumerable: false,
44681
44806
  configurable: true
44682
44807
  });
44683
- QuestionBooleanModel.prototype.updateThumbMargin = function () {
44684
- var _this = this;
44685
- if (!this.isIndeterminate && this.leftAnswerElement) {
44686
- if (!this.swapOrder && this.value === this.getValueTrue() || this.swapOrder && this.value === this.getValueFalse()) {
44687
- var el_1 = this.leftAnswerElement;
44688
- setTimeout(function () {
44689
- _this.thumbMargin = el_1.clientWidth + (_this.swapOrder ? 4 : 2) + "px";
44690
- }, 50);
44691
- }
44692
- }
44693
- this.thumbMargin = undefined;
44694
- };
44695
- QuestionBooleanModel.prototype.afterRender = function (el) {
44696
- _super.prototype.afterRender.call(this, el);
44697
- this.leftAnswerElement = el.querySelectorAll("." + this.cssClasses.sliderGhost)[0];
44698
- this.updateThumbMargin();
44699
- };
44700
44808
  QuestionBooleanModel.prototype.beforeDestroyQuestionElement = function (el) {
44701
44809
  _super.prototype.beforeDestroyQuestionElement.call(this, el);
44702
44810
  this.leftAnswerElement = undefined;
@@ -44848,11 +44956,9 @@ var QuestionBooleanModel = /** @class */ (function (_super) {
44848
44956
  QuestionBooleanModel.prototype.updateValueFromSurvey = function (newValue, clearData) {
44849
44957
  if (clearData === void 0) { clearData = false; }
44850
44958
  _super.prototype.updateValueFromSurvey.call(this, newValue, clearData);
44851
- this.updateThumbMargin();
44852
44959
  };
44853
44960
  QuestionBooleanModel.prototype.onValueChanged = function () {
44854
44961
  _super.prototype.onValueChanged.call(this);
44855
- this.updateThumbMargin();
44856
44962
  };
44857
44963
  Object.defineProperty(QuestionBooleanModel.prototype, "svgIcon", {
44858
44964
  get: function () {
@@ -44980,12 +45086,6 @@ var QuestionBooleanModel = /** @class */ (function (_super) {
44980
45086
  __decorate([
44981
45087
  Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
44982
45088
  ], QuestionBooleanModel.prototype, "booleanValueRendered", void 0);
44983
- __decorate([
44984
- Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
44985
- ], QuestionBooleanModel.prototype, "leftAnswerElement", void 0);
44986
- __decorate([
44987
- Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
44988
- ], QuestionBooleanModel.prototype, "thumbMargin", void 0);
44989
45089
  __decorate([
44990
45090
  Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
44991
45091
  ], QuestionBooleanModel.prototype, "showTitle", void 0);
@@ -45485,7 +45585,7 @@ var QuestionCheckboxModel = /** @class */ (function (_super) {
45485
45585
  }
45486
45586
  else {
45487
45587
  if (this.isNoneItem(item)) {
45488
- this.renderedValue = [item.value];
45588
+ this.renderedValue = checked ? [item.value] : [];
45489
45589
  }
45490
45590
  else {
45491
45591
  var newValue = [].concat(this.renderedValue || []);
@@ -46795,6 +46895,9 @@ var QuestionCustomModelBase = /** @class */ (function (_super) {
46795
46895
  QuestionCustomModelBase.prototype.getQuestionTitleLocation = function () {
46796
46896
  return "left";
46797
46897
  };
46898
+ QuestionCustomModelBase.prototype.getQuestionTitleWidth = function () {
46899
+ return undefined;
46900
+ };
46798
46901
  QuestionCustomModelBase.prototype.getQuestionStartIndex = function () {
46799
46902
  return this.getStartIndex();
46800
46903
  };
@@ -56137,6 +56240,28 @@ var QuestionMatrixDropdownRenderedCell = /** @class */ (function () {
56137
56240
  enumerable: false,
56138
56241
  configurable: true
56139
56242
  });
56243
+ Object.defineProperty(QuestionMatrixDropdownRenderedCell.prototype, "showResponsiveTitle", {
56244
+ get: function () {
56245
+ var _a;
56246
+ return this.hasQuestion && ((_a = this.matrix) === null || _a === void 0 ? void 0 : _a.isMobile);
56247
+ },
56248
+ enumerable: false,
56249
+ configurable: true
56250
+ });
56251
+ Object.defineProperty(QuestionMatrixDropdownRenderedCell.prototype, "responsiveTitleCss", {
56252
+ get: function () {
56253
+ return new _utils_cssClassBuilder__WEBPACK_IMPORTED_MODULE_5__["CssClassBuilder"]().append(this.matrix.cssClasses.cellResponsiveTitle).toString();
56254
+ },
56255
+ enumerable: false,
56256
+ configurable: true
56257
+ });
56258
+ Object.defineProperty(QuestionMatrixDropdownRenderedCell.prototype, "responsiveLocTitle", {
56259
+ get: function () {
56260
+ return this.cell.column.locTitle;
56261
+ },
56262
+ enumerable: false,
56263
+ configurable: true
56264
+ });
56140
56265
  Object.defineProperty(QuestionMatrixDropdownRenderedCell.prototype, "headers", {
56141
56266
  get: function () {
56142
56267
  if (this.cell && this.cell.column) {
@@ -59361,6 +59486,9 @@ var QuestionMultipleTextModel = /** @class */ (function (_super) {
59361
59486
  QuestionMultipleTextModel.prototype.getQuestionTitleLocation = function () {
59362
59487
  return "left";
59363
59488
  };
59489
+ QuestionMultipleTextModel.prototype.getQuestionTitleWidth = function () {
59490
+ return undefined;
59491
+ };
59364
59492
  QuestionMultipleTextModel.prototype.getQuestionStartIndex = function () {
59365
59493
  return this.getStartIndex();
59366
59494
  };
@@ -59882,6 +60010,7 @@ var QuestionPanelDynamicModel = /** @class */ (function (_super) {
59882
60010
  _this.createLocalizableString("panelNextText", _this, false, "pageNextText");
59883
60011
  _this.createLocalizableString("noEntriesText", _this, false, "noEntriesText");
59884
60012
  _this.createLocalizableString("templateTabTitle", _this, true, "panelDynamicTabTextFormat");
60013
+ _this.createLocalizableString("tabTitlePlaceholder", _this, true, "tabTitlePlaceholder");
59885
60014
  _this.registerPropertyChangedHandlers(["panelsState"], function () {
59886
60015
  _this.setPanelsState();
59887
60016
  });
@@ -60052,6 +60181,7 @@ var QuestionPanelDynamicModel = /** @class */ (function (_super) {
60052
60181
  *
60053
60182
  * [View Demo](https://surveyjs.io/form-library/examples/tabbed-interface-for-duplicate-group-option/ (linkStyle))
60054
60183
  * @see templateTitle
60184
+ * @see tabTitlePlaceholder
60055
60185
  * @see renderMode
60056
60186
  */
60057
60187
  get: function () {
@@ -60070,6 +60200,28 @@ var QuestionPanelDynamicModel = /** @class */ (function (_super) {
60070
60200
  enumerable: false,
60071
60201
  configurable: true
60072
60202
  });
60203
+ Object.defineProperty(QuestionPanelDynamicModel.prototype, "tabTitlePlaceholder", {
60204
+ /**
60205
+ * A placeholder for tab titles that applies when the [`templateTabTitle`](https://surveyjs.io/form-library/documentation/api-reference/dynamic-panel-model#templateTabTitle) expression doesn't produce a meaningful value.
60206
+ *
60207
+ * Default value: `"New Panel"` (taken from a [localization dictionary](https://github.com/surveyjs/survey-library/tree/master/src/localization))
60208
+ */
60209
+ get: function () {
60210
+ return this.locTabTitlePlaceholder.text;
60211
+ },
60212
+ set: function (newValue) {
60213
+ this.locTabTitlePlaceholder.text = newValue;
60214
+ },
60215
+ enumerable: false,
60216
+ configurable: true
60217
+ });
60218
+ Object.defineProperty(QuestionPanelDynamicModel.prototype, "locTabTitlePlaceholder", {
60219
+ get: function () {
60220
+ return this.getLocalizableString("tabTitlePlaceholder");
60221
+ },
60222
+ enumerable: false,
60223
+ configurable: true
60224
+ });
60073
60225
  Object.defineProperty(QuestionPanelDynamicModel.prototype, "templateDescription", {
60074
60226
  /**
60075
60227
  * A template for panel descriptions.
@@ -62320,6 +62472,9 @@ var QuestionPanelDynamicModel = /** @class */ (function (_super) {
62320
62472
  return;
62321
62473
  var locTitle = new _localizablestring__WEBPACK_IMPORTED_MODULE_2__["LocalizableString"](panel, true);
62322
62474
  locTitle.onGetTextCallback = function (str) {
62475
+ if (!str) {
62476
+ str = _this.locTabTitlePlaceholder.renderedHtml;
62477
+ }
62323
62478
  if (!_this.survey)
62324
62479
  return str;
62325
62480
  var options = {
@@ -62450,6 +62605,7 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_5__["Serializer"].addClass("paneldynamic",
62450
62605
  },
62451
62606
  { name: "templateTitle:text", serializationProperty: "locTemplateTitle" },
62452
62607
  { name: "templateTabTitle", serializationProperty: "locTemplateTabTitle", visibleIf: function (obj) { return obj.renderMode === "tab"; } },
62608
+ { name: "tabTitlePlaceholder", serializationProperty: "locTabTitlePlaceholder", visibleIf: function (obj) { return obj.renderMode === "tab"; } },
62453
62609
  {
62454
62610
  name: "templateDescription:text",
62455
62611
  serializationProperty: "locTemplateDescription",
@@ -62896,9 +63052,6 @@ var QuestionRankingModel = /** @class */ (function (_super) {
62896
63052
  _this.dragOrClickHelper = new _utils_dragOrClickHelper__WEBPACK_IMPORTED_MODULE_11__["DragOrClickHelper"](_this.startDrag);
62897
63053
  return _this;
62898
63054
  }
62899
- QuestionRankingModel.prototype.getDefaultItemComponent = function () {
62900
- return "";
62901
- };
62902
63055
  QuestionRankingModel.prototype.getType = function () {
62903
63056
  return "ranking";
62904
63057
  };
@@ -63321,19 +63474,12 @@ var QuestionRankingModel = /** @class */ (function (_super) {
63321
63474
  enumerable: false,
63322
63475
  configurable: true
63323
63476
  });
63324
- Object.defineProperty(QuestionRankingModel.prototype, "itemContentComponent", {
63325
- /**
63326
- * The name of a component used to render items.
63327
- */
63328
- get: function () {
63329
- return this.getPropertyValue("itemContentComponent", "sv-ranking-item-content");
63330
- },
63331
- set: function (value) {
63332
- this.setPropertyValue("itemContentComponent", value);
63333
- },
63334
- enumerable: false,
63335
- configurable: true
63336
- });
63477
+ /**
63478
+ * The name of a component used to render items.
63479
+ */
63480
+ QuestionRankingModel.prototype.getDefaultItemComponent = function () {
63481
+ return "sv-ranking-item";
63482
+ };
63337
63483
  Object.defineProperty(QuestionRankingModel.prototype, "selectToRankEnabled", {
63338
63484
  /**
63339
63485
  * Specifies whether users can select choices they want to rank.
@@ -63526,8 +63672,7 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_3__["Serializer"].addClass("ranking", [
63526
63672
  dependsOn: "selectToRankEnabled", visibleIf: function (obj) {
63527
63673
  return !!obj.selectToRankEnabled;
63528
63674
  }, isSerializable: true },
63529
- { name: "itemComponent", visible: false, default: "" },
63530
- { name: "itemContentComponent", visible: false, default: "sv-ranking-item-content" },
63675
+ { name: "itemComponent", visible: false, default: "sv-ranking-item" },
63531
63676
  ], function () {
63532
63677
  return new QuestionRankingModel("");
63533
63678
  }, "checkbox");
@@ -65777,7 +65922,11 @@ var QuestionTextModel = /** @class */ (function (_super) {
65777
65922
  };
65778
65923
  Object.defineProperty(QuestionTextModel.prototype, "maskTypeIsEmpty", {
65779
65924
  get: function () {
65780
- return this.maskType === "none";
65925
+ switch (this.inputType) {
65926
+ case "tel":
65927
+ case "text": return this.maskType === "none";
65928
+ default: return true;
65929
+ }
65781
65930
  },
65782
65931
  enumerable: false,
65783
65932
  configurable: true
@@ -65819,6 +65968,7 @@ var QuestionTextModel = /** @class */ (function (_super) {
65819
65968
  maskClassName = "masksettings";
65820
65969
  }
65821
65970
  var inputMask = _jsonobject__WEBPACK_IMPORTED_MODULE_1__["Serializer"].createClass(maskClassName);
65971
+ inputMask.owner = this.survey;
65822
65972
  return inputMask;
65823
65973
  };
65824
65974
  QuestionTextModel.prototype.isTextValue = function () {
@@ -65851,6 +66001,7 @@ var QuestionTextModel = /** @class */ (function (_super) {
65851
66001
  this.max = undefined;
65852
66002
  this.step = undefined;
65853
66003
  }
66004
+ this.updateMaskAdapter();
65854
66005
  },
65855
66006
  enumerable: false,
65856
66007
  configurable: true
@@ -66514,7 +66665,7 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_1__["Serializer"].addClass("text", [
66514
66665
  visibleIndex: 0,
66515
66666
  dependsOn: "inputType",
66516
66667
  visibleIf: function (obj) {
66517
- return obj.inputType === "text";
66668
+ return obj.inputType === "text" || obj.inputType === "tel";
66518
66669
  }
66519
66670
  },
66520
66671
  {
@@ -66523,7 +66674,7 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_1__["Serializer"].addClass("text", [
66523
66674
  visibleIndex: 1,
66524
66675
  dependsOn: "inputType",
66525
66676
  visibleIf: function (obj) {
66526
- return obj.inputType === "text";
66677
+ return obj.inputType === "text" || obj.inputType === "tel";
66527
66678
  },
66528
66679
  onGetValue: function (obj) {
66529
66680
  return obj.maskSettings.getData();
@@ -67312,7 +67463,7 @@ var SurveyQuestionBoolean = /** @class */ (function (_super) {
67312
67463
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: cssClasses.sliderGhost, onClick: function (event) { return _this.handleOnLabelClick(event, _this.question.swapOrder); } },
67313
67464
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: this.question.getLabelCss(this.question.swapOrder) }, this.renderLocString(this.question.locLabelLeft))),
67314
67465
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: cssClasses.switch, onClick: this.handleOnSwitchClick },
67315
- react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: cssClasses.slider, style: { marginLeft: this.question.thumbMargin } }, this.question.isDeterminated && cssClasses.sliderText ?
67466
+ react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: cssClasses.slider }, this.question.isDeterminated && cssClasses.sliderText ?
67316
67467
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: cssClasses.sliderText }, this.renderLocString(this.question.getCheckedLabel()))
67317
67468
  : null)),
67318
67469
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: cssClasses.sliderGhost, onClick: function (event) { return _this.handleOnLabelClick(event, !_this.question.swapOrder); } },
@@ -67826,7 +67977,7 @@ var ComponentsContainer = /** @class */ (function (_super) {
67826
67977
  return _element_factory__WEBPACK_IMPORTED_MODULE_1__["ReactElementFactory"].Instance.createElement(component.component, { survey: _this.props.survey, model: component.data, container: _this.props.container, key: component.id });
67827
67978
  }));
67828
67979
  }
67829
- return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", { className: "sv-components-column" }, components.map(function (component) {
67980
+ return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", { className: "sv-components-column" + " sv-components-container-" + this.props.container }, components.map(function (component) {
67830
67981
  return _element_factory__WEBPACK_IMPORTED_MODULE_1__["ReactElementFactory"].Instance.createElement(component.component, { survey: _this.props.survey, model: component.data, container: _this.props.container, key: component.id });
67831
67982
  }));
67832
67983
  };
@@ -70866,9 +71017,10 @@ __webpack_require__.r(__webpack_exports__);
70866
71017
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SurveyElementHeader", function() { return SurveyElementHeader; });
70867
71018
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
70868
71019
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
70869
- /* harmony import */ var _components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components/action-bar/action-bar */ "./src/react/components/action-bar/action-bar.tsx");
70870
- /* harmony import */ var _components_title_title_element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components/title/title-element */ "./src/react/components/title/title-element.tsx");
70871
- /* harmony import */ var _reactquestion_element__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./reactquestion_element */ "./src/react/reactquestion_element.tsx");
71020
+ /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! survey-core */ "./src/entries/core.ts");
71021
+ /* harmony import */ var _components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components/action-bar/action-bar */ "./src/react/components/action-bar/action-bar.tsx");
71022
+ /* harmony import */ var _components_title_title_element__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./components/title/title-element */ "./src/react/components/title/title-element.tsx");
71023
+ /* harmony import */ var _reactquestion_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./reactquestion_element */ "./src/react/reactquestion_element.tsx");
70872
71024
  var __extends = (undefined && undefined.__extends) || (function () {
70873
71025
  var extendStatics = function (d, b) {
70874
71026
  extendStatics = Object.setPrototypeOf ||
@@ -70888,6 +71040,7 @@ var __extends = (undefined && undefined.__extends) || (function () {
70888
71040
 
70889
71041
 
70890
71042
 
71043
+
70891
71044
  var SurveyElementHeader = /** @class */ (function (_super) {
70892
71045
  __extends(SurveyElementHeader, _super);
70893
71046
  function SurveyElementHeader() {
@@ -70902,12 +71055,16 @@ var SurveyElementHeader = /** @class */ (function (_super) {
70902
71055
  });
70903
71056
  SurveyElementHeader.prototype.render = function () {
70904
71057
  var element = this.element;
70905
- var title = element.hasTitle ? (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_title_title_element__WEBPACK_IMPORTED_MODULE_2__["TitleElement"], { element: element })) : null;
71058
+ var title = element.hasTitle ? (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_title_title_element__WEBPACK_IMPORTED_MODULE_3__["TitleElement"], { element: element })) : null;
70906
71059
  var description = element.hasDescriptionUnderTitle
70907
- ? _reactquestion_element__WEBPACK_IMPORTED_MODULE_3__["SurveyElementBase"].renderQuestionDescription(this.element)
71060
+ ? _reactquestion_element__WEBPACK_IMPORTED_MODULE_4__["SurveyElementBase"].renderQuestionDescription(this.element)
70908
71061
  : null;
70909
- var additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_1__["SurveyActionBar"], { model: element.additionalTitleToolbar }) : null;
70910
- return (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", { className: element.cssHeader, onClick: function (e) { return element.clickTitleFunction && element.clickTitleFunction(e.nativeEvent); } },
71062
+ var additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_2__["SurveyActionBar"], { model: element.additionalTitleToolbar }) : null;
71063
+ var headerStyle = { width: undefined };
71064
+ if (element instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__["Question"]) {
71065
+ headerStyle.width = element.titleWidth;
71066
+ }
71067
+ return (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", { className: element.cssHeader, onClick: function (e) { return element.clickTitleFunction && element.clickTitleFunction(e.nativeEvent); }, style: headerStyle },
70911
71068
  title,
70912
71069
  description,
70913
71070
  additionalTitleToolbarElement));
@@ -73132,11 +73289,14 @@ var SurveyQuestionAndErrorsCell = /** @class */ (function (_super) {
73132
73289
  }
73133
73290
  }
73134
73291
  };
73292
+ SurveyQuestionAndErrorsCell.prototype.renderCellContent = function () {
73293
+ return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.props.cell.cellQuestionWrapperClassName }, this.renderQuestion()));
73294
+ };
73135
73295
  SurveyQuestionAndErrorsCell.prototype.renderElement = function () {
73136
73296
  var style = this.getCellStyle();
73137
73297
  var cell = this.props.cell;
73138
73298
  var focusIn = function () { cell.focusIn(); };
73139
- return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { ref: this.cellRef, className: this.itemCss, colSpan: cell.colSpans, "data-responsive-title": this.getHeaderText(), title: cell.getTitle(), style: style, onFocus: focusIn }, this.wrapCell(this.props.cell, (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.props.cell.cellQuestionWrapperClassName }, this.renderQuestion())))));
73299
+ return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { ref: this.cellRef, className: this.itemCss, colSpan: cell.colSpans, title: cell.getTitle(), style: style, onFocus: focusIn }, this.wrapCell(this.props.cell, this.renderCellContent())));
73140
73300
  };
73141
73301
  SurveyQuestionAndErrorsCell.prototype.getCellStyle = function () {
73142
73302
  return null;
@@ -75108,7 +75268,7 @@ var SurveyQuestionMatrixTable = /** @class */ (function (_super) {
75108
75268
  if (!!cell.minWidth)
75109
75269
  cellStyle.minWidth = cell.minWidth;
75110
75270
  }
75111
- return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { className: cell.className, key: key, style: cellStyle, colSpan: cell.colSpans, "data-responsive-title": cell.headers, title: cell.getTitle() }, cellContent));
75271
+ return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("td", { className: cell.className, key: key, style: cellStyle, colSpan: cell.colSpans, title: cell.getTitle() }, cellContent));
75112
75272
  };
75113
75273
  SurveyQuestionMatrixTable.prototype.renderCellContent = function (cell, reason, cssClasses) {
75114
75274
  var cellContent = null;
@@ -75327,6 +75487,13 @@ var SurveyQuestionMatrixDropdownCell = /** @class */ (function (_super) {
75327
75487
  SurveyQuestionMatrixDropdownCell.prototype.getHeaderText = function () {
75328
75488
  return this.cell.headers;
75329
75489
  };
75490
+ SurveyQuestionMatrixDropdownCell.prototype.renderCellContent = function () {
75491
+ var content = _super.prototype.renderCellContent.call(this);
75492
+ var responsiveTitle = this.cell.showResponsiveTitle ? (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { className: this.cell.responsiveTitleCss }, this.renderLocString(this.cell.responsiveLocTitle))) : null;
75493
+ return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null,
75494
+ responsiveTitle,
75495
+ content);
75496
+ };
75330
75497
  SurveyQuestionMatrixDropdownCell.prototype.renderQuestion = function () {
75331
75498
  if (!this.question.isVisible)
75332
75499
  return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null);
@@ -76314,7 +76481,7 @@ var SurveyQuestionRankingItem = /** @class */ (function (_super) {
76314
76481
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("use", { xlinkHref: this.question.dashSvgIcon })));
76315
76482
  };
76316
76483
  SurveyQuestionRankingItem.prototype.renderElement = function () {
76317
- var itemContentComponent = _element_factory__WEBPACK_IMPORTED_MODULE_4__["ReactElementFactory"].Instance.createElement(this.question.itemContentComponent, { item: this.item, cssClasses: this.cssClasses });
76484
+ var itemContent = _element_factory__WEBPACK_IMPORTED_MODULE_4__["ReactElementFactory"].Instance.createElement(this.question.itemComponent, { item: this.item, cssClasses: this.cssClasses });
76318
76485
  return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { tabIndex: this.itemTabIndex, className: this.itemClass, onKeyDown: this.handleKeydown, onPointerDown: this.handlePointerDown, onPointerUp: this.handlePointerUp, "data-sv-drop-target-ranking-item": this.index },
76319
76486
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { tabIndex: -1, style: { outline: "none" } },
76320
76487
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.cssClasses.itemGhostNode }),
@@ -76325,7 +76492,7 @@ var SurveyQuestionRankingItem = /** @class */ (function (_super) {
76325
76492
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("svg", { className: this.question.getIconFocusCss() },
76326
76493
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("use", { xlinkHref: this.question.arrowsSvgIcon }))),
76327
76494
  react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.question.getItemIndexClasses(this.item) }, (!this.unrankedItem && this.indexText) ? this.indexText : this.renderEmptyIcon()),
76328
- itemContentComponent))));
76495
+ itemContent))));
76329
76496
  };
76330
76497
  return SurveyQuestionRankingItem;
76331
76498
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__["ReactSurveyElement"]));
@@ -76355,7 +76522,7 @@ var SurveyQuestionRankingItemContent = /** @class */ (function (_super) {
76355
76522
  return SurveyQuestionRankingItemContent;
76356
76523
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__["ReactSurveyElement"]));
76357
76524
 
76358
- _element_factory__WEBPACK_IMPORTED_MODULE_4__["ReactElementFactory"].Instance.registerElement("sv-ranking-item-content", function (props) {
76525
+ _element_factory__WEBPACK_IMPORTED_MODULE_4__["ReactElementFactory"].Instance.registerElement("sv-ranking-item", function (props) {
76359
76526
  return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](SurveyQuestionRankingItemContent, props);
76360
76527
  });
76361
76528
  _reactquestion_factory__WEBPACK_IMPORTED_MODULE_2__["ReactQuestionFactory"].Instance.registerQuestion("ranking", function (props) {
@@ -77936,6 +78103,7 @@ var settings = {
77936
78103
  * This setting applies to all TagBox questions on a page. You can use the [closeOnSelect](https://surveyjs.io/form-library/documentation/api-reference/dropdown-tag-box-model#closeOnSelect) property to specify the same setting for an individual TagBox question.
77937
78104
  */
77938
78105
  tagboxCloseOnSelect: false,
78106
+ dropdownSearchDelay: 500,
77939
78107
  /**
77940
78108
  * A function that activates a browser confirm dialog.
77941
78109
  *
@@ -80695,7 +80863,7 @@ var SurveyModel = /** @class */ (function (_super) {
80695
80863
  */
80696
80864
  _this.onUpdatePageCssClasses = _this.addEvent();
80697
80865
  /**
80698
- * An event that is raised before rendering a choice item in Radio Button Group, Checkboxes, and Dropdown questions. Use it to override default CSS classes applied to choice items.
80866
+ * An event that is raised before rendering a choice item in Radio Button Group and Checkboxes questions. Use it to override default CSS classes applied to choice items.
80699
80867
  *
80700
80868
  * For information on event handler parameters, refer to descriptions within the interface.
80701
80869
  *
@@ -82023,6 +82191,8 @@ var SurveyModel = /** @class */ (function (_super) {
82023
82191
  * - `"onValueChanged"` - Triggers validation each time a question value is changed.
82024
82192
  * - `"onComplete"` - Triggers validation when a user clicks the Complete button. If previous pages contain errors, the survey switches to the page with the first error.
82025
82193
  *
82194
+ * > The `"onValueChanged"` doesn't work with date input fields because of the way browsers process date values. In most browsers, the value is considered changed as soon as a user starts entering the date in a text input field. This means that a user may only enter the day without having the chance to enter the month and year before validation is triggered. For this reason, date input fields are validated before the survey is switched to the next page or completed.
82195
+ *
82026
82196
  * Refer to the following help topic for more information: [Data Validation](https://surveyjs.io/form-library/documentation/data-validation).
82027
82197
  * @see validationEnabled
82028
82198
  * @see validationAllowSwitchPages
@@ -82273,12 +82443,13 @@ var SurveyModel = /** @class */ (function (_super) {
82273
82443
  };
82274
82444
  SurveyModel.prototype.getRendererForString = function (element, name) {
82275
82445
  var renderAs = this.getBuiltInRendererForString(element, name);
82446
+ renderAs = this.elementWrapperComponentNameCore(renderAs, element, "string", name);
82276
82447
  var options = { element: element, name: name, renderAs: renderAs };
82277
82448
  this.onTextRenderAs.fire(this, options);
82278
82449
  return options.renderAs;
82279
82450
  };
82280
82451
  SurveyModel.prototype.getRendererContextForString = function (element, locStr) {
82281
- return locStr;
82452
+ return this.elementWrapperDataCore(locStr, element, "string");
82282
82453
  };
82283
82454
  SurveyModel.prototype.getExpressionDisplayValue = function (question, value, displayValue) {
82284
82455
  var options = {
@@ -85572,6 +85743,7 @@ var SurveyModel = /** @class */ (function (_super) {
85572
85743
  SurveyModel.prototype.getRootCss = function () {
85573
85744
  return new _utils_cssClassBuilder__WEBPACK_IMPORTED_MODULE_18__["CssClassBuilder"]()
85574
85745
  .append(this.css.root)
85746
+ .append(this.css.rootProgress + "--" + this.progressBarType)
85575
85747
  .append(this.css.rootMobile, this.isMobile)
85576
85748
  .append(this.css.rootAnimationDisabled, !_settings__WEBPACK_IMPORTED_MODULE_14__["settings"].animationEnabled)
85577
85749
  .append(this.css.rootReadOnly, this.mode === "display" && !this.isDesignMode)
@@ -88422,10 +88594,7 @@ var SurveyModel = /** @class */ (function (_super) {
88422
88594
  return;
88423
88595
  Object.keys(theme).forEach(function (key) {
88424
88596
  if (key === "header") {
88425
- _this.removeLayoutElement("advanced-header");
88426
- var advHeader = new _header__WEBPACK_IMPORTED_MODULE_20__["Cover"]();
88427
- advHeader.fromTheme(theme);
88428
- _this.insertAdvancedHeader(advHeader);
88597
+ return;
88429
88598
  }
88430
88599
  if (key === "isPanelless") {
88431
88600
  _this.isCompact = theme[key];
@@ -88434,6 +88603,12 @@ var SurveyModel = /** @class */ (function (_super) {
88434
88603
  _this[key] = theme[key];
88435
88604
  }
88436
88605
  });
88606
+ if (this.headerView === "advanced" || "header" in theme) {
88607
+ this.removeLayoutElement("advanced-header");
88608
+ var advHeader = new _header__WEBPACK_IMPORTED_MODULE_20__["Cover"]();
88609
+ advHeader.fromTheme(theme);
88610
+ this.insertAdvancedHeader(advHeader);
88611
+ }
88437
88612
  this.themeChanged(theme);
88438
88613
  };
88439
88614
  SurveyModel.prototype.themeChanged = function (theme) {
@@ -88471,6 +88646,15 @@ var SurveyModel = /** @class */ (function (_super) {
88471
88646
  }
88472
88647
  };
88473
88648
  SurveyModel.prototype.onScroll = function () {
88649
+ if (!!this.rootElement) {
88650
+ var topStickyContainer = this.rootElement.querySelector(".sv-components-container-center");
88651
+ if (!!topStickyContainer && topStickyContainer.getBoundingClientRect().y <= this.rootElement.getBoundingClientRect().y) {
88652
+ this.rootElement.classList && this.rootElement.classList.add("sv-root--sticky-top");
88653
+ }
88654
+ else {
88655
+ this.rootElement.classList && this.rootElement.classList.remove("sv-root--sticky-top");
88656
+ }
88657
+ }
88474
88658
  if (this.onScrollCallback) {
88475
88659
  this.onScrollCallback();
88476
88660
  }
@@ -89462,7 +89646,7 @@ var TOCModel = /** @class */ (function () {
89462
89646
  var titleElement = rootElement.querySelector(titleSelector);
89463
89647
  var titleElementHeight = titleElement ? titleElement.getBoundingClientRect().height : 0;
89464
89648
  var scrollCompensationHeight = rootElement.scrollTop > titleElementHeight ? 0 : titleElementHeight - rootElement.scrollTop;
89465
- tocRootElement.style.height = (rootHeight - scrollCompensationHeight - 2) + "px";
89649
+ tocRootElement.style.height = (rootHeight - scrollCompensationHeight - 1) + "px";
89466
89650
  }
89467
89651
  }
89468
89652
  };
@@ -90194,7 +90378,17 @@ var Trigger = /** @class */ (function (_super) {
90194
90378
  Trigger.prototype.getUsedVariables = function () {
90195
90379
  if (!this.conditionRunner)
90196
90380
  return [];
90197
- return this.conditionRunner.getVariables();
90381
+ var res = this.conditionRunner.getVariables();
90382
+ if (Array.isArray(res)) {
90383
+ var unw = "-unwrapped";
90384
+ for (var i = res.length - 1; i >= 0; i--) {
90385
+ var s = res[i];
90386
+ if (s.endsWith(unw)) {
90387
+ res.push(s.substring(0, s.length - unw.length));
90388
+ }
90389
+ }
90390
+ }
90391
+ return res;
90198
90392
  };
90199
90393
  Trigger.prototype.createConditionRunner = function () {
90200
90394
  if (!!this.conditionRunner)
@@ -91259,7 +91453,7 @@ var CssClassBuilder = /** @class */ (function () {
91259
91453
  /*!******************************!*\
91260
91454
  !*** ./src/utils/devices.ts ***!
91261
91455
  \******************************/
91262
- /*! exports provided: IsMobile, mouseInfo, IsTouch, _setIsTouch */
91456
+ /*! exports provided: IsMobile, mouseInfo, IsTouch, _setIsTouch, detectMouseSupport */
91263
91457
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91264
91458
 
91265
91459
  "use strict";
@@ -91268,6 +91462,7 @@ __webpack_require__.r(__webpack_exports__);
91268
91462
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mouseInfo", function() { return mouseInfo; });
91269
91463
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IsTouch", function() { return IsTouch; });
91270
91464
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "_setIsTouch", function() { return _setIsTouch; });
91465
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "detectMouseSupport", function() { return detectMouseSupport; });
91271
91466
  /* harmony import */ var _global_variables_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../global_variables_utils */ "./src/global_variables_utils.ts");
91272
91467
 
91273
91468
  // isMobile
@@ -91297,13 +91492,20 @@ var mouseInfo = {
91297
91492
  },
91298
91493
  hasMouse: true
91299
91494
  };
91300
- var pointerMatches = (typeof matchMedia !== "undefined" && !!matchMedia && matchMedia("(pointer:fine)")) || undefined;
91301
- mouseInfo.hasMouse = !!pointerMatches && !!pointerMatches.matches;
91495
+ var matchMediaMethod = _global_variables_utils__WEBPACK_IMPORTED_MODULE_0__["DomWindowHelper"].matchMedia;
91496
+ mouseInfo.hasMouse = detectMouseSupport(matchMediaMethod);
91302
91497
  var IsTouch = mouseInfo.isTouch;
91303
91498
  //for tests
91304
91499
  function _setIsTouch(val) {
91305
91500
  IsTouch = val;
91306
91501
  }
91502
+ function detectMouseSupport(matchMedia) {
91503
+ if (!matchMedia)
91504
+ return false;
91505
+ var pointerQuery = matchMedia("(pointer:fine)");
91506
+ var hoverQuery = matchMedia("(any-hover:hover)");
91507
+ return !!pointerQuery && pointerQuery.matches || !!hoverQuery && hoverQuery.matches;
91508
+ }
91307
91509
 
91308
91510
 
91309
91511
  /***/ }),