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.
- package/fesm/shared.mjs +37 -37
- package/fesm/shared.mjs.map +1 -1
- package/fesm/shared2.mjs +1 -1
- package/fesm/shared2.mjs.map +1 -1
- package/fesm/survey.analytics.core.mjs +1 -1
- package/fesm/survey.analytics.mjs +14 -11
- package/fesm/survey.analytics.mjs.map +1 -1
- package/fesm/survey.analytics.mongo.mjs +1 -1
- package/fesm/survey.analytics.mongo.mjs.map +1 -1
- package/fesm/survey.analytics.tabulator.mjs +32 -7
- package/fesm/survey.analytics.tabulator.mjs.map +1 -1
- package/package.json +2 -2
- package/survey-analytics.types/plotly/chart-adapter.d.ts +1 -8
- package/survey.analytics.core.css +2 -2
- package/survey.analytics.core.js +38 -38
- package/survey.analytics.core.js.map +1 -1
- package/survey.analytics.core.min.css +2 -2
- package/survey.analytics.core.min.js +1 -1
- package/survey.analytics.core.min.js.LICENSE.txt +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.datatables.css +1 -1
- package/survey.analytics.datatables.js +1 -1
- package/survey.analytics.datatables.min.css +1 -1
- package/survey.analytics.datatables.min.js.LICENSE.txt +1 -1
- package/survey.analytics.js +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.mongo.js +2 -2
- package/survey.analytics.mongo.js.map +1 -1
- package/survey.analytics.mongo.min.js.LICENSE.txt +2 -2
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lint": "eslint ./src --quiet",
|
|
21
21
|
"pre-push-check": "npm run lint && npm run test"
|
|
22
22
|
},
|
|
23
|
-
"version": "1.12.
|
|
23
|
+
"version": "1.12.58",
|
|
24
24
|
"name": "survey-analytics",
|
|
25
25
|
"description": "SurveyJS analytics Library.",
|
|
26
26
|
"main": "survey.analytics.js",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"@types/plotly.js-dist-min": "^2.3.0",
|
|
105
|
-
"survey-core": "1.12.
|
|
105
|
+
"survey-core": "1.12.58"
|
|
106
106
|
},
|
|
107
107
|
"husky": {
|
|
108
108
|
"hooks": {
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { SelectBase } from "../selectBase";
|
|
2
2
|
import { VisualizerBase, IChartAdapter } from "../visualizerBase";
|
|
3
3
|
export declare const plotlyChartTypes: {
|
|
4
|
-
|
|
5
|
-
number: string[];
|
|
6
|
-
selectBase: string[];
|
|
7
|
-
histogram: string[];
|
|
8
|
-
matrix: string[];
|
|
9
|
-
matrixDropdownGrouped: string[];
|
|
10
|
-
pivot: string[];
|
|
11
|
-
ranking: any[];
|
|
4
|
+
[key: string]: () => Array<string>;
|
|
12
5
|
};
|
|
13
6
|
export declare class PlotlyChartAdapter implements IChartAdapter {
|
|
14
7
|
protected model: SelectBase | VisualizerBase;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v2.
|
|
2
|
+
* surveyjs - SurveyJS Dashboard library v2.5.0
|
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
|
-
* License:
|
|
4
|
+
* License: SEE LICENSE IN LICENSE
|
|
5
5
|
*/
|
|
6
6
|
/*!**************************************************************************************************************************************************************************!*\
|
|
7
7
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/visualizerBase.scss ***!
|
package/survey.analytics.core.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v2.
|
|
2
|
+
* surveyjs - SurveyJS Dashboard library v2.5.0
|
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
|
-
* License:
|
|
4
|
+
* License: SEE LICENSE IN LICENSE
|
|
5
5
|
*/
|
|
6
6
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
7
7
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -8061,13 +8061,13 @@ var frenchStrings = {
|
|
|
8061
8061
|
// "Select Me"
|
|
8062
8062
|
selectButton: "Sélectionner",
|
|
8063
8063
|
// "Hide column"
|
|
8064
|
-
hideColumn: "Masquer colonne",
|
|
8064
|
+
hideColumn: "Masquer la colonne",
|
|
8065
8065
|
// "Show column"
|
|
8066
|
-
showColumn: "Afficher colonne",
|
|
8066
|
+
showColumn: "Afficher la colonne",
|
|
8067
8067
|
// "Make column private"
|
|
8068
|
-
makePrivateColumn: "Rendre la colonne
|
|
8068
|
+
makePrivateColumn: "Rendre la colonne privée",
|
|
8069
8069
|
// "Make column public"
|
|
8070
|
-
makePublicColumn: "Rendre la colonne
|
|
8070
|
+
makePublicColumn: "Rendre la colonne publique",
|
|
8071
8071
|
// "Move to Detail"
|
|
8072
8072
|
moveToDetail: "Déplacer vers détails",
|
|
8073
8073
|
// "Show as Column"
|
|
@@ -8075,15 +8075,15 @@ var frenchStrings = {
|
|
|
8075
8075
|
// "Search..."
|
|
8076
8076
|
filterPlaceholder: "Rechercher...",
|
|
8077
8077
|
// "Remove rows"
|
|
8078
|
-
removeRows: "Supprimer
|
|
8078
|
+
removeRows: "Supprimer les lignes",
|
|
8079
8079
|
// "Show"
|
|
8080
8080
|
showLabel: "Afficher",
|
|
8081
8081
|
// "entries"
|
|
8082
8082
|
entriesLabel: "entrées",
|
|
8083
8083
|
// "Texts in table"
|
|
8084
|
-
visualizer_text: "Textes
|
|
8084
|
+
visualizer_text: "Textes dans le tableau",
|
|
8085
8085
|
// "Wordcloud"
|
|
8086
|
-
visualizer_wordcloud: "
|
|
8086
|
+
visualizer_wordcloud: "Nuage de mots",
|
|
8087
8087
|
// "Histogram"
|
|
8088
8088
|
visualizer_histogram: "Histogramme",
|
|
8089
8089
|
// "Average"
|
|
@@ -8095,7 +8095,7 @@ var frenchStrings = {
|
|
|
8095
8095
|
// [Auto-translated] "Chart"
|
|
8096
8096
|
visualizer_matrix: "Graphique",
|
|
8097
8097
|
// [Auto-translated] "Bar"
|
|
8098
|
-
chartType_bar: "
|
|
8098
|
+
chartType_bar: "Barre",
|
|
8099
8099
|
// "Vertical Bar"
|
|
8100
8100
|
chartType_vbar: "Barre verticale",
|
|
8101
8101
|
// "Stacked Bar"
|
|
@@ -8105,9 +8105,9 @@ var frenchStrings = {
|
|
|
8105
8105
|
// "Pie"
|
|
8106
8106
|
chartType_pie: "Secteurs",
|
|
8107
8107
|
// "Scatter"
|
|
8108
|
-
chartType_scatter: "
|
|
8108
|
+
chartType_scatter: "Nuage de points",
|
|
8109
8109
|
// "Gauge"
|
|
8110
|
-
chartType_gauge: "
|
|
8110
|
+
chartType_gauge: "Cadran",
|
|
8111
8111
|
// "Bullet"
|
|
8112
8112
|
chartType_bullet: "Bulles",
|
|
8113
8113
|
// [Auto-translated] "Line"
|
|
@@ -8125,7 +8125,7 @@ var frenchStrings = {
|
|
|
8125
8125
|
// "Filter"
|
|
8126
8126
|
filter: "Filtre",
|
|
8127
8127
|
// "Reset Filter"
|
|
8128
|
-
resetFilter: "
|
|
8128
|
+
resetFilter: "Réinitialiser le Filtre",
|
|
8129
8129
|
// "Change Locale"
|
|
8130
8130
|
changeLocale: "Changer les paramètres régionaux",
|
|
8131
8131
|
// "Clear"
|
|
@@ -8133,7 +8133,7 @@ var frenchStrings = {
|
|
|
8133
8133
|
// "Choose question to show..."
|
|
8134
8134
|
addElement: "Choisir la question à afficher...",
|
|
8135
8135
|
// "Default Order"
|
|
8136
|
-
defaultOrder: "
|
|
8136
|
+
defaultOrder: "Ordre par défaut",
|
|
8137
8137
|
// "Ascending"
|
|
8138
8138
|
ascOrder: "Ascendant",
|
|
8139
8139
|
// "Descending"
|
|
@@ -8143,7 +8143,7 @@ var frenchStrings = {
|
|
|
8143
8143
|
// [Auto-translated] "Actions"
|
|
8144
8144
|
actionsColumn: "Actions",
|
|
8145
8145
|
// "Other items and comments"
|
|
8146
|
-
otherCommentTitle: "
|
|
8146
|
+
otherCommentTitle: "Autres éléments et commentaires",
|
|
8147
8147
|
// "Show percentages"
|
|
8148
8148
|
showPercentages: "Afficher les pourcentages",
|
|
8149
8149
|
// "Hide percentages"
|
|
@@ -8151,11 +8151,11 @@ var frenchStrings = {
|
|
|
8151
8151
|
// "PDF"
|
|
8152
8152
|
pdfDownloadCaption: "PDF",
|
|
8153
8153
|
// "Excel"
|
|
8154
|
-
xlsxDownloadCaption: "
|
|
8154
|
+
xlsxDownloadCaption: "Fichier Excel",
|
|
8155
8155
|
// "CSV"
|
|
8156
8156
|
csvDownloadCaption: "Fichier CSV",
|
|
8157
8157
|
// "Download plot as a PNG file"
|
|
8158
|
-
saveDiagramAsPNG: "
|
|
8158
|
+
saveDiagramAsPNG: "Sauvegarder en PNG",
|
|
8159
8159
|
// "Hide empty answers"
|
|
8160
8160
|
hideEmptyAnswers: "Masquer les réponses vides",
|
|
8161
8161
|
// "Show empty answers"
|
|
@@ -8215,23 +8215,23 @@ var frenchStrings = {
|
|
|
8215
8215
|
// [Auto-translated] "Segments:"
|
|
8216
8216
|
axisXAlternativeSelectorTitle: "Segments:",
|
|
8217
8217
|
// [Auto-translated] "Groups:"
|
|
8218
|
-
axisYAlternativeSelectorTitle: "
|
|
8218
|
+
axisYAlternativeSelectorTitle: "Groupes:",
|
|
8219
8219
|
// [Auto-translated] "Not selected"
|
|
8220
8220
|
notSelected: "Non sélectionné",
|
|
8221
8221
|
// [Auto-translated] "Default"
|
|
8222
|
-
intervalMode_default: "
|
|
8222
|
+
intervalMode_default: "Par défaut",
|
|
8223
8223
|
// [Auto-translated] "Decades"
|
|
8224
8224
|
intervalMode_decades: "Décennies",
|
|
8225
8225
|
// [Auto-translated] "Years"
|
|
8226
8226
|
intervalMode_years: "Années",
|
|
8227
8227
|
// [Auto-translated] "Quarters"
|
|
8228
|
-
intervalMode_quarters: "
|
|
8228
|
+
intervalMode_quarters: "Trimestres",
|
|
8229
8229
|
// [Auto-translated] "Months"
|
|
8230
8230
|
intervalMode_months: "Mois",
|
|
8231
8231
|
// [Auto-translated] "Days"
|
|
8232
8232
|
intervalMode_days: "Jours",
|
|
8233
8233
|
// [Auto-translated] "Custom"
|
|
8234
|
-
intervalMode_custom: "
|
|
8234
|
+
intervalMode_custom: "Personnalisé",
|
|
8235
8235
|
// [Auto-translated] "Auto"
|
|
8236
8236
|
intervalMode_auto: "Auto",
|
|
8237
8237
|
// [Auto-translated] "Intervals:"
|
|
@@ -8293,7 +8293,7 @@ var germanStrings = {
|
|
|
8293
8293
|
// "Remove rows"
|
|
8294
8294
|
removeRows: "Zeilen entfernen",
|
|
8295
8295
|
// "Show"
|
|
8296
|
-
showLabel: "
|
|
8296
|
+
showLabel: "Anzeigen",
|
|
8297
8297
|
// "entries"
|
|
8298
8298
|
entriesLabel: "Einträge",
|
|
8299
8299
|
// "Texts in table"
|
|
@@ -8305,13 +8305,13 @@ var germanStrings = {
|
|
|
8305
8305
|
// "Average"
|
|
8306
8306
|
visualizer_number: "Durchschnitt",
|
|
8307
8307
|
// "Table"
|
|
8308
|
-
visualizer_choices: "
|
|
8308
|
+
visualizer_choices: "Tabelle",
|
|
8309
8309
|
// "Chart"
|
|
8310
8310
|
visualizer_selectBase: "Diagrammtyp",
|
|
8311
8311
|
// [Auto-translated] "Chart"
|
|
8312
8312
|
visualizer_matrix: "Diagramm",
|
|
8313
|
-
//
|
|
8314
|
-
chartType_bar: "
|
|
8313
|
+
// "Bar"
|
|
8314
|
+
chartType_bar: "Balkendiagramm",
|
|
8315
8315
|
// "Vertical Bar"
|
|
8316
8316
|
chartType_vbar: "Balkendiagramm vertikal",
|
|
8317
8317
|
// "Stacked Bar"
|
|
@@ -8371,7 +8371,7 @@ var germanStrings = {
|
|
|
8371
8371
|
// "CSV"
|
|
8372
8372
|
csvDownloadCaption: "CSV",
|
|
8373
8373
|
// "Download plot as a PNG file"
|
|
8374
|
-
saveDiagramAsPNG: "Diagramm als
|
|
8374
|
+
saveDiagramAsPNG: "Diagramm als PNG herunterladen",
|
|
8375
8375
|
// "Hide empty answers"
|
|
8376
8376
|
hideEmptyAnswers: "Leere Antworten ausblenden",
|
|
8377
8377
|
// "Show empty answers"
|
|
@@ -8389,7 +8389,7 @@ var germanStrings = {
|
|
|
8389
8389
|
// "Show missing answers"
|
|
8390
8390
|
showMissingAnswers: "Fehlende Antworten anzeigen",
|
|
8391
8391
|
// "Missing answers"
|
|
8392
|
-
missingAnswersLabel: "
|
|
8392
|
+
missingAnswersLabel: "Fehlende Antworten",
|
|
8393
8393
|
// "This question type is not visualized yet"
|
|
8394
8394
|
noVisualizerForQuestion: "Für diesen Fragetyp gibt es noch keine Visualisierung.",
|
|
8395
8395
|
// "There are no results yet"
|
|
@@ -8410,20 +8410,20 @@ var germanStrings = {
|
|
|
8410
8410
|
statistics_chart: "Diagramm",
|
|
8411
8411
|
// "Responses"
|
|
8412
8412
|
responses: "Antworten",
|
|
8413
|
-
//
|
|
8414
|
-
visualizer_nps: "NPS
|
|
8413
|
+
// "NPS"
|
|
8414
|
+
visualizer_nps: "NPS",
|
|
8415
8415
|
// [Auto-translated] "Chart"
|
|
8416
8416
|
visualizer_boolean: "Diagramm",
|
|
8417
|
-
//
|
|
8418
|
-
visualizer_options: "
|
|
8419
|
-
//
|
|
8420
|
-
npsScore: "NPS
|
|
8421
|
-
//
|
|
8417
|
+
// "Table"
|
|
8418
|
+
visualizer_options: "Tabelle",
|
|
8419
|
+
// "NPS"
|
|
8420
|
+
npsScore: "NPS",
|
|
8421
|
+
// "Promoters"
|
|
8422
8422
|
npsPromoters: "Promotoren",
|
|
8423
|
-
//
|
|
8424
|
-
npsPassives: "Passive
|
|
8425
|
-
//
|
|
8426
|
-
npsDetractors: "
|
|
8423
|
+
// "Passives"
|
|
8424
|
+
npsPassives: "Passive",
|
|
8425
|
+
// "Detractors"
|
|
8426
|
+
npsDetractors: "Detraktoren",
|
|
8427
8427
|
// [Auto-translated] "Category (X Axis):"
|
|
8428
8428
|
axisXSelectorTitle: "Kategorie (X-Achse):",
|
|
8429
8429
|
// [Auto-translated] "Legend (Series):"
|