survey-analytics 1.9.68 → 1.9.70

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/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "lint": "eslint ./src --quiet",
20
20
  "pre-push-check": "npm run lint && npm run test"
21
21
  },
22
- "version": "1.9.68",
22
+ "version": "1.9.70",
23
23
  "name": "survey-analytics",
24
24
  "description": "SurveyJS analytics Library.",
25
25
  "main": "survey.analytics.js",
@@ -71,7 +71,7 @@
71
71
  "jquery": "3.5.0",
72
72
  "muuri": "^0.8.0",
73
73
  "plotly.js-dist-min": "^2.11.1",
74
- "survey-core": "1.9.68",
74
+ "survey-core": "1.9.70",
75
75
  "tabulator-tables": "4.8.4",
76
76
  "wordcloud": "^1.2.2"
77
77
  },
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.68
2
+ * surveyjs - SurveyJS Dashboard library v1.9.70
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -529,6 +529,74 @@ declare module "localization/italian" {
529
529
  responses: string;
530
530
  };
531
531
  }
532
+ declare module "localization/arabic" {
533
+ export var arabicStrings: {
534
+ groupButton: string;
535
+ ungroupButton: string;
536
+ selectButton: string;
537
+ hideColumn: string;
538
+ showColumn: string;
539
+ makePrivateColumn: string;
540
+ makePublicColumn: string;
541
+ moveToDetail: string;
542
+ showAsColumn: string;
543
+ filterPlaceholder: string;
544
+ removeRows: string;
545
+ showLabel: string;
546
+ entriesLabel: string;
547
+ visualizer_text: string;
548
+ visualizer_wordcloud: string;
549
+ visualizer_histogram: string;
550
+ visualizer_number: string;
551
+ visualizer_choices: string;
552
+ visualizer_selectBase: string;
553
+ chartType_bar: string;
554
+ chartType_vbar: string;
555
+ chartType_stackedbar: string;
556
+ chartType_doughnut: string;
557
+ chartType_pie: string;
558
+ chartType_scatter: string;
559
+ chartType_gauge: string;
560
+ chartType_bullet: string;
561
+ hideButton: string;
562
+ makePrivateButton: string;
563
+ makePublicButton: string;
564
+ showButton: string;
565
+ filter: string;
566
+ resetFilter: string;
567
+ changeLocale: string;
568
+ en: string;
569
+ fr: string;
570
+ ru: string;
571
+ de: string;
572
+ clearButton: string;
573
+ addElement: string;
574
+ defaultOrder: string;
575
+ ascOrder: string;
576
+ descOrder: string;
577
+ showMinorColumns: string;
578
+ otherCommentTitle: string;
579
+ showPercentages: string;
580
+ hidePercentages: string;
581
+ pdfDownloadCaption: string;
582
+ xlsxDownloadCaption: string;
583
+ csvDownloadCaption: string;
584
+ saveDiagramAsPNG: string;
585
+ hideEmptyAnswers: string;
586
+ showEmptyAnswers: string;
587
+ hideMissingAnswers: string;
588
+ showMissingAnswers: string;
589
+ missingAnswersLabel: string;
590
+ noVisualizerForQuestion: string;
591
+ noResults: string;
592
+ showPerValues: string;
593
+ showPerColumns: string;
594
+ answer: string;
595
+ correctAnswer: string;
596
+ percent: string;
597
+ responses: string;
598
+ };
599
+ }
532
600
  declare module "dataProvider" {
533
601
  import { Event } from "survey-core";
534
602
  /**
@@ -1854,6 +1922,7 @@ declare module "entries/summary" {
1854
1922
  import "localization/dutch";
1855
1923
  import "localization/spanish";
1856
1924
  import "localization/italian";
1925
+ import "localization/arabic";
1857
1926
  export * from "dataProvider";
1858
1927
  export * from "number";
1859
1928
  export * from "selectBase";
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.68
2
+ * surveyjs - SurveyJS Dashboard library v1.9.70
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -405,6 +405,74 @@ declare module "localization/dutch" {
405
405
  topNValueText20: string;
406
406
  };
407
407
  }
408
+ declare module "localization/arabic" {
409
+ export var arabicStrings: {
410
+ groupButton: string;
411
+ ungroupButton: string;
412
+ selectButton: string;
413
+ hideColumn: string;
414
+ showColumn: string;
415
+ makePrivateColumn: string;
416
+ makePublicColumn: string;
417
+ moveToDetail: string;
418
+ showAsColumn: string;
419
+ filterPlaceholder: string;
420
+ removeRows: string;
421
+ showLabel: string;
422
+ entriesLabel: string;
423
+ visualizer_text: string;
424
+ visualizer_wordcloud: string;
425
+ visualizer_histogram: string;
426
+ visualizer_number: string;
427
+ visualizer_choices: string;
428
+ visualizer_selectBase: string;
429
+ chartType_bar: string;
430
+ chartType_vbar: string;
431
+ chartType_stackedbar: string;
432
+ chartType_doughnut: string;
433
+ chartType_pie: string;
434
+ chartType_scatter: string;
435
+ chartType_gauge: string;
436
+ chartType_bullet: string;
437
+ hideButton: string;
438
+ makePrivateButton: string;
439
+ makePublicButton: string;
440
+ showButton: string;
441
+ filter: string;
442
+ resetFilter: string;
443
+ changeLocale: string;
444
+ en: string;
445
+ fr: string;
446
+ ru: string;
447
+ de: string;
448
+ clearButton: string;
449
+ addElement: string;
450
+ defaultOrder: string;
451
+ ascOrder: string;
452
+ descOrder: string;
453
+ showMinorColumns: string;
454
+ otherCommentTitle: string;
455
+ showPercentages: string;
456
+ hidePercentages: string;
457
+ pdfDownloadCaption: string;
458
+ xlsxDownloadCaption: string;
459
+ csvDownloadCaption: string;
460
+ saveDiagramAsPNG: string;
461
+ hideEmptyAnswers: string;
462
+ showEmptyAnswers: string;
463
+ hideMissingAnswers: string;
464
+ showMissingAnswers: string;
465
+ missingAnswersLabel: string;
466
+ noVisualizerForQuestion: string;
467
+ noResults: string;
468
+ showPerValues: string;
469
+ showPerColumns: string;
470
+ answer: string;
471
+ correctAnswer: string;
472
+ percent: string;
473
+ responses: string;
474
+ };
475
+ }
408
476
  declare module "tables/config" {
409
477
  import { Question } from "survey-core";
410
478
  import { Table } from "tables/table";
@@ -852,6 +920,7 @@ declare module "entries/datatables" {
852
920
  import "localization/portuguese";
853
921
  import "localization/russian";
854
922
  import "localization/dutch";
923
+ import "localization/arabic";
855
924
  import "tables/extensions/rowextensions";
856
925
  import "tables/extensions/headerextensions";
857
926
  import "tables/extensions/columnextensions";