survey-analytics 2.0.0 → 2.0.1

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.0.0
2
+ * surveyjs - SurveyJS Dashboard library v2.0.1
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.0.0
2
+ * surveyjs - SurveyJS Dashboard library v2.0.1
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.0.0
2
+ * surveyjs - SurveyJS Dashboard library v2.0.1
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -219,14 +219,14 @@ __webpack_require__.r(__webpack_exports__);
219
219
  // These strings are commented out. Uncomment and edit them if you want to add your translations.
220
220
 
221
221
  var dutchStrings = {
222
- groupButton: "Groep door mij",
223
- ungroupButton: "Degroeperen bij mij",
222
+ groupButton: "Groeperen op",
223
+ ungroupButton: "Groepering verwijderen",
224
224
  selectButton: "Selecteer mij",
225
225
  hideColumn: "Kolom verbergen",
226
226
  showColumn: "Toon kolom",
227
227
  makePrivateColumn: "Kolom privé maken",
228
- makePublicColumn: "Maak de kolom openbaar",
229
- moveToDetail: "Ga naar Detail",
228
+ makePublicColumn: "Maak kolom openbaar",
229
+ moveToDetail: "Ga naar detail",
230
230
  showAsColumn: "Weergeven als kolom",
231
231
  filterPlaceholder: "Zoeken...",
232
232
  removeRows: "Verwijder rijen",
@@ -236,17 +236,17 @@ var dutchStrings = {
236
236
  visualizer_wordcloud: "Wordcloud",
237
237
  visualizer_histogram: "Histogram",
238
238
  visualizer_number: "Gemiddeld",
239
- visualizer_choices: "Tafel",
240
- visualizer_selectBase: "Zeekaart",
239
+ visualizer_choices: "Tabel",
240
+ visualizer_selectBase: "Grafiek",
241
241
  // visualizer_matrix: "Chart",
242
- chartType_bar: "Bar",
243
- chartType_vbar: "Verticale balk",
244
- chartType_stackedbar: "Gestapelde Bar",
242
+ chartType_bar: "Staafdiagram (liggend)",
243
+ chartType_vbar: "Staafdiagram",
244
+ chartType_stackedbar: "Staafdiagram (gestapeld)",
245
245
  chartType_doughnut: "Donut",
246
- chartType_pie: "Taart",
247
- chartType_scatter: "Verstrooien",
248
- chartType_gauge: "Meter",
249
- chartType_bullet: "Kogel",
246
+ chartType_pie: "Cirkeldiagram",
247
+ chartType_scatter: "Spreidingsdiagram",
248
+ chartType_gauge: "Meterdiagram",
249
+ chartType_bullet: "Kogelgrafiek",
250
250
  hideButton: "Verbergen",
251
251
  makePrivateButton: "Maak prive",
252
252
  makePublicButton: "Openbaar maken",
@@ -254,7 +254,7 @@ var dutchStrings = {
254
254
  filter: "Filter",
255
255
  resetFilter: "Filter resetten",
256
256
  changeLocale: "Wijzig de landinstelling",
257
- clearButton: "Doorzichtig",
257
+ clearButton: "Wissen",
258
258
  addElement: "Kies een vraag om weer te geven ...",
259
259
  defaultOrder: "Standaardvolgorde",
260
260
  ascOrder: "Oplopend",
@@ -266,7 +266,7 @@ var dutchStrings = {
266
266
  pdfDownloadCaption: "PDF",
267
267
  xlsxDownloadCaption: "Excel",
268
268
  csvDownloadCaption: "CSV",
269
- saveDiagramAsPNG: "Download plot als een png",
269
+ saveDiagramAsPNG: "Download plot als PNG",
270
270
  hideEmptyAnswers: "Verberg lege antwoorden",
271
271
  showEmptyAnswers: "Toon lege antwoorden",
272
272
  "topNValueText-1": "Alle antwoorden",
@@ -292,9 +292,6 @@ _localizationManager__WEBPACK_IMPORTED_MODULE_0__.localization.localeNames["nl"]
292
292
  // Remove those strings that you have corrected manually
293
293
  // undefined.visualizer_histogram: "Histogram" => "Histogram"
294
294
  // undefined.visualizer_number: "Average" => "Gemiddeld"
295
- // undefined.visualizer_choices: "Table" => "Tafel"
296
- // undefined.visualizer_selectBase: "Chart" => "Zeekaart"
297
- // undefined.chartType_vbar: "Vertical Bar" => "Verticale balk"
298
295
  // undefined.filter: "Filter" => "Filter"
299
296
  // undefined.hideMissingAnswers: "Hide missing answers" => "Ontbrekende antwoorden verbergen"
300
297
  // undefined.showMissingAnswers: "Show missing answers" => "Ontbrekende antwoorden weergeven"
@@ -3266,7 +3263,7 @@ var Tabulator = /** @class */ (function (_super) {
3266
3263
  pagination: "local",
3267
3264
  paginationSize: this.currentPageSize,
3268
3265
  movableColumns: true,
3269
- maxHeight: "100%",
3266
+ // maxHeight: "100%",
3270
3267
  columns: columns,
3271
3268
  rowFormatter: this.rowFormatter,
3272
3269
  paginationElement: paginationElement,