survey-analytics 1.12.56 → 1.12.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/fesm/shared.mjs +37 -37
  2. package/fesm/shared.mjs.map +1 -1
  3. package/fesm/shared2.mjs +1 -1
  4. package/fesm/shared2.mjs.map +1 -1
  5. package/fesm/survey.analytics.core.mjs +1 -1
  6. package/fesm/survey.analytics.mjs +14 -11
  7. package/fesm/survey.analytics.mjs.map +1 -1
  8. package/fesm/survey.analytics.mongo.mjs +1 -1
  9. package/fesm/survey.analytics.mongo.mjs.map +1 -1
  10. package/fesm/survey.analytics.tabulator.mjs +32 -7
  11. package/fesm/survey.analytics.tabulator.mjs.map +1 -1
  12. package/package.json +2 -2
  13. package/survey-analytics.types/plotly/chart-adapter.d.ts +1 -8
  14. package/survey.analytics.core.css +2 -2
  15. package/survey.analytics.core.js +38 -38
  16. package/survey.analytics.core.js.map +1 -1
  17. package/survey.analytics.core.min.css +2 -2
  18. package/survey.analytics.core.min.js +1 -1
  19. package/survey.analytics.core.min.js.LICENSE.txt +2 -2
  20. package/survey.analytics.css +1 -1
  21. package/survey.analytics.datatables.css +1 -1
  22. package/survey.analytics.datatables.js +1 -1
  23. package/survey.analytics.datatables.min.css +1 -1
  24. package/survey.analytics.datatables.min.js.LICENSE.txt +1 -1
  25. package/survey.analytics.js +1 -1
  26. package/survey.analytics.min.css +1 -1
  27. package/survey.analytics.min.js.LICENSE.txt +1 -1
  28. package/survey.analytics.mongo.js +2 -2
  29. package/survey.analytics.mongo.js.map +1 -1
  30. package/survey.analytics.mongo.min.js.LICENSE.txt +2 -2
  31. package/survey.analytics.tabulator.css +1 -1
  32. package/survey.analytics.tabulator.js +1 -1
  33. package/survey.analytics.tabulator.min.css +1 -1
  34. package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
package/fesm/shared.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.3.11
2
+ * surveyjs - SurveyJS Dashboard library v2.5.0
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
  */
@@ -594,13 +594,13 @@ var frenchStrings = {
594
594
  // "Select Me"
595
595
  selectButton: "Sélectionner",
596
596
  // "Hide column"
597
- hideColumn: "Masquer colonne",
597
+ hideColumn: "Masquer la colonne",
598
598
  // "Show column"
599
- showColumn: "Afficher colonne",
599
+ showColumn: "Afficher la colonne",
600
600
  // "Make column private"
601
- makePrivateColumn: "Rendre la colonne privé",
601
+ makePrivateColumn: "Rendre la colonne privée",
602
602
  // "Make column public"
603
- makePublicColumn: "Rendre la colonne public",
603
+ makePublicColumn: "Rendre la colonne publique",
604
604
  // "Move to Detail"
605
605
  moveToDetail: "Déplacer vers détails",
606
606
  // "Show as Column"
@@ -608,15 +608,15 @@ var frenchStrings = {
608
608
  // "Search..."
609
609
  filterPlaceholder: "Rechercher...",
610
610
  // "Remove rows"
611
- removeRows: "Supprimer colonne",
611
+ removeRows: "Supprimer les lignes",
612
612
  // "Show"
613
613
  showLabel: "Afficher",
614
614
  // "entries"
615
615
  entriesLabel: "entrées",
616
616
  // "Texts in table"
617
- visualizer_text: "Textes en table",
617
+ visualizer_text: "Textes dans le tableau",
618
618
  // "Wordcloud"
619
- visualizer_wordcloud: "Nuages de mots",
619
+ visualizer_wordcloud: "Nuage de mots",
620
620
  // "Histogram"
621
621
  visualizer_histogram: "Histogramme",
622
622
  // "Average"
@@ -628,7 +628,7 @@ var frenchStrings = {
628
628
  // [Auto-translated] "Chart"
629
629
  visualizer_matrix: "Graphique",
630
630
  // [Auto-translated] "Bar"
631
- chartType_bar: "Bar",
631
+ chartType_bar: "Barre",
632
632
  // "Vertical Bar"
633
633
  chartType_vbar: "Barre verticale",
634
634
  // "Stacked Bar"
@@ -638,9 +638,9 @@ var frenchStrings = {
638
638
  // "Pie"
639
639
  chartType_pie: "Secteurs",
640
640
  // "Scatter"
641
- chartType_scatter: "Nuages de points",
641
+ chartType_scatter: "Nuage de points",
642
642
  // "Gauge"
643
- chartType_gauge: "Gauge",
643
+ chartType_gauge: "Cadran",
644
644
  // "Bullet"
645
645
  chartType_bullet: "Bulles",
646
646
  // [Auto-translated] "Line"
@@ -658,7 +658,7 @@ var frenchStrings = {
658
658
  // "Filter"
659
659
  filter: "Filtre",
660
660
  // "Reset Filter"
661
- resetFilter: "Rafraichir Filtres",
661
+ resetFilter: "Réinitialiser le Filtre",
662
662
  // "Change Locale"
663
663
  changeLocale: "Changer les paramètres régionaux",
664
664
  // "Clear"
@@ -666,7 +666,7 @@ var frenchStrings = {
666
666
  // "Choose question to show..."
667
667
  addElement: "Choisir la question à afficher...",
668
668
  // "Default Order"
669
- defaultOrder: "Defaut",
669
+ defaultOrder: "Ordre par défaut",
670
670
  // "Ascending"
671
671
  ascOrder: "Ascendant",
672
672
  // "Descending"
@@ -676,7 +676,7 @@ var frenchStrings = {
676
676
  // [Auto-translated] "Actions"
677
677
  actionsColumn: "Actions",
678
678
  // "Other items and comments"
679
- otherCommentTitle: "Autre élément et commentaires",
679
+ otherCommentTitle: "Autres éléments et commentaires",
680
680
  // "Show percentages"
681
681
  showPercentages: "Afficher les pourcentages",
682
682
  // "Hide percentages"
@@ -684,11 +684,11 @@ var frenchStrings = {
684
684
  // "PDF"
685
685
  pdfDownloadCaption: "PDF",
686
686
  // "Excel"
687
- xlsxDownloadCaption: "Exceller",
687
+ xlsxDownloadCaption: "Fichier Excel",
688
688
  // "CSV"
689
689
  csvDownloadCaption: "Fichier CSV",
690
690
  // "Download plot as a PNG file"
691
- saveDiagramAsPNG: "Sauver en png",
691
+ saveDiagramAsPNG: "Sauvegarder en PNG",
692
692
  // "Hide empty answers"
693
693
  hideEmptyAnswers: "Masquer les réponses vides",
694
694
  // "Show empty answers"
@@ -748,23 +748,23 @@ var frenchStrings = {
748
748
  // [Auto-translated] "Segments:"
749
749
  axisXAlternativeSelectorTitle: "Segments:",
750
750
  // [Auto-translated] "Groups:"
751
- axisYAlternativeSelectorTitle: "Groupe:",
751
+ axisYAlternativeSelectorTitle: "Groupes:",
752
752
  // [Auto-translated] "Not selected"
753
753
  notSelected: "Non sélectionné",
754
754
  // [Auto-translated] "Default"
755
- intervalMode_default: "Faire défaut",
755
+ intervalMode_default: "Par défaut",
756
756
  // [Auto-translated] "Decades"
757
757
  intervalMode_decades: "Décennies",
758
758
  // [Auto-translated] "Years"
759
759
  intervalMode_years: "Années",
760
760
  // [Auto-translated] "Quarters"
761
- intervalMode_quarters: "Quartier",
761
+ intervalMode_quarters: "Trimestres",
762
762
  // [Auto-translated] "Months"
763
763
  intervalMode_months: "Mois",
764
764
  // [Auto-translated] "Days"
765
765
  intervalMode_days: "Jours",
766
766
  // [Auto-translated] "Custom"
767
- intervalMode_custom: "Coutume",
767
+ intervalMode_custom: "Personnalisé",
768
768
  // [Auto-translated] "Auto"
769
769
  intervalMode_auto: "Auto",
770
770
  // [Auto-translated] "Intervals:"
@@ -810,7 +810,7 @@ var germanStrings = {
810
810
  // "Remove rows"
811
811
  removeRows: "Zeilen entfernen",
812
812
  // "Show"
813
- showLabel: "anzeigen",
813
+ showLabel: "Anzeigen",
814
814
  // "entries"
815
815
  entriesLabel: "Einträge",
816
816
  // "Texts in table"
@@ -822,13 +822,13 @@ var germanStrings = {
822
822
  // "Average"
823
823
  visualizer_number: "Durchschnitt",
824
824
  // "Table"
825
- visualizer_choices: "Liste",
825
+ visualizer_choices: "Tabelle",
826
826
  // "Chart"
827
827
  visualizer_selectBase: "Diagrammtyp",
828
828
  // [Auto-translated] "Chart"
829
829
  visualizer_matrix: "Diagramm",
830
- // [Auto-translated] "Bar"
831
- chartType_bar: "Stab",
830
+ // "Bar"
831
+ chartType_bar: "Balkendiagramm",
832
832
  // "Vertical Bar"
833
833
  chartType_vbar: "Balkendiagramm vertikal",
834
834
  // "Stacked Bar"
@@ -888,7 +888,7 @@ var germanStrings = {
888
888
  // "CSV"
889
889
  csvDownloadCaption: "CSV",
890
890
  // "Download plot as a PNG file"
891
- saveDiagramAsPNG: "Diagramm als png herunterladen",
891
+ saveDiagramAsPNG: "Diagramm als PNG herunterladen",
892
892
  // "Hide empty answers"
893
893
  hideEmptyAnswers: "Leere Antworten ausblenden",
894
894
  // "Show empty answers"
@@ -906,7 +906,7 @@ var germanStrings = {
906
906
  // "Show missing answers"
907
907
  showMissingAnswers: "Fehlende Antworten anzeigen",
908
908
  // "Missing answers"
909
- missingAnswersLabel: "Fehlede Antworten",
909
+ missingAnswersLabel: "Fehlende Antworten",
910
910
  // "This question type is not visualized yet"
911
911
  noVisualizerForQuestion: "Für diesen Fragetyp gibt es noch keine Visualisierung.",
912
912
  // "There are no results yet"
@@ -927,20 +927,20 @@ var germanStrings = {
927
927
  statistics_chart: "Diagramm",
928
928
  // "Responses"
929
929
  responses: "Antworten",
930
- // [Auto-translated] "NPS"
931
- visualizer_nps: "NPS (NPS)",
930
+ // "NPS"
931
+ visualizer_nps: "NPS",
932
932
  // [Auto-translated] "Chart"
933
933
  visualizer_boolean: "Diagramm",
934
- // [Auto-translated] "Table"
935
- visualizer_options: "Tisch",
936
- // [Auto-translated] "NPS"
937
- npsScore: "NPS (NPS)",
938
- // [Auto-translated] "Promoters"
934
+ // "Table"
935
+ visualizer_options: "Tabelle",
936
+ // "NPS"
937
+ npsScore: "NPS",
938
+ // "Promoters"
939
939
  npsPromoters: "Promotoren",
940
- // [Auto-translated] "Passives"
941
- npsPassives: "Passive Fähigkeiten",
942
- // [Auto-translated] "Detractors"
943
- npsDetractors: "Kritiker",
940
+ // "Passives"
941
+ npsPassives: "Passive",
942
+ // "Detractors"
943
+ npsDetractors: "Detraktoren",
944
944
  // [Auto-translated] "Category (X Axis):"
945
945
  axisXSelectorTitle: "Kategorie (X-Achse):",
946
946
  // [Auto-translated] "Legend (Series):"