survey-analytics 1.9.70 → 1.9.71
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 +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.d.ts +19 -19
- package/survey.analytics.datatables.css +1 -1
- package/survey.analytics.datatables.d.ts +15 -15
- package/survey.analytics.datatables.js +100 -100
- package/survey.analytics.datatables.min.css +1 -1
- package/survey.analytics.datatables.min.js +1 -1
- package/survey.analytics.js +1425 -1425
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.d.ts +15 -15
- package/survey.analytics.tabulator.js +104 -104
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +1 -1
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.
|
|
22
|
+
"version": "1.9.71",
|
|
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.
|
|
74
|
+
"survey-core": "1.9.71",
|
|
75
75
|
"tabulator-tables": "4.8.4",
|
|
76
76
|
"wordcloud": "^1.2.2"
|
|
77
77
|
},
|
package/survey.analytics.css
CHANGED
package/survey.analytics.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare module "localization/english" {
|
|
1
|
+
declare module "analytics-localization/english" {
|
|
2
2
|
export var englishStrings: {
|
|
3
3
|
groupButton: string;
|
|
4
4
|
ungroupButton: string;
|
|
@@ -157,7 +157,7 @@ declare module "localizationManager" {
|
|
|
157
157
|
responses: string;
|
|
158
158
|
};
|
|
159
159
|
}
|
|
160
|
-
declare module "localization/farsi" {
|
|
160
|
+
declare module "analytics-localization/farsi" {
|
|
161
161
|
export var farsiStrings: {
|
|
162
162
|
groupButton: string;
|
|
163
163
|
ungroupButton: string;
|
|
@@ -179,7 +179,7 @@ declare module "localization/farsi" {
|
|
|
179
179
|
addElement: string;
|
|
180
180
|
};
|
|
181
181
|
}
|
|
182
|
-
declare module "localization/french" {
|
|
182
|
+
declare module "analytics-localization/french" {
|
|
183
183
|
export var frenchStrings: {
|
|
184
184
|
groupButton: string;
|
|
185
185
|
ungroupButton: string;
|
|
@@ -227,7 +227,7 @@ declare module "localization/french" {
|
|
|
227
227
|
responses: string;
|
|
228
228
|
};
|
|
229
229
|
}
|
|
230
|
-
declare module "localization/norwegian" {
|
|
230
|
+
declare module "analytics-localization/norwegian" {
|
|
231
231
|
export var norwegianStrings: {
|
|
232
232
|
groupButton: string;
|
|
233
233
|
ungroupButton: string;
|
|
@@ -268,7 +268,7 @@ declare module "localization/norwegian" {
|
|
|
268
268
|
hidePercentages: string;
|
|
269
269
|
};
|
|
270
270
|
}
|
|
271
|
-
declare module "localization/portuguese" {
|
|
271
|
+
declare module "analytics-localization/portuguese" {
|
|
272
272
|
export var portugueseStrings: {
|
|
273
273
|
groupButton: string;
|
|
274
274
|
ungroupButton: string;
|
|
@@ -318,7 +318,7 @@ declare module "localization/portuguese" {
|
|
|
318
318
|
noResults: string;
|
|
319
319
|
};
|
|
320
320
|
}
|
|
321
|
-
declare module "localization/russian" {
|
|
321
|
+
declare module "analytics-localization/russian" {
|
|
322
322
|
export var russianStrings: {
|
|
323
323
|
groupButton: string;
|
|
324
324
|
ungroupButton: string;
|
|
@@ -354,7 +354,7 @@ declare module "localization/russian" {
|
|
|
354
354
|
noResults: string;
|
|
355
355
|
};
|
|
356
356
|
}
|
|
357
|
-
declare module "localization/dutch" {
|
|
357
|
+
declare module "analytics-localization/dutch" {
|
|
358
358
|
export var dutchStrings: {
|
|
359
359
|
groupButton: string;
|
|
360
360
|
ungroupButton: string;
|
|
@@ -405,7 +405,7 @@ declare module "localization/dutch" {
|
|
|
405
405
|
topNValueText20: string;
|
|
406
406
|
};
|
|
407
407
|
}
|
|
408
|
-
declare module "localization/spanish" {
|
|
408
|
+
declare module "analytics-localization/spanish" {
|
|
409
409
|
export var spanishStrings: {
|
|
410
410
|
ungroupButton: string;
|
|
411
411
|
selectButton: string;
|
|
@@ -458,7 +458,7 @@ declare module "localization/spanish" {
|
|
|
458
458
|
noResults: string;
|
|
459
459
|
};
|
|
460
460
|
}
|
|
461
|
-
declare module "localization/italian" {
|
|
461
|
+
declare module "analytics-localization/italian" {
|
|
462
462
|
export var italianStrings: {
|
|
463
463
|
groupButton: string;
|
|
464
464
|
ungroupButton: string;
|
|
@@ -529,7 +529,7 @@ declare module "localization/italian" {
|
|
|
529
529
|
responses: string;
|
|
530
530
|
};
|
|
531
531
|
}
|
|
532
|
-
declare module "localization/arabic" {
|
|
532
|
+
declare module "analytics-localization/arabic" {
|
|
533
533
|
export var arabicStrings: {
|
|
534
534
|
groupButton: string;
|
|
535
535
|
ungroupButton: string;
|
|
@@ -1914,15 +1914,15 @@ declare module "choices-table" {
|
|
|
1914
1914
|
}
|
|
1915
1915
|
declare module "entries/summary" {
|
|
1916
1916
|
export * from "localizationManager";
|
|
1917
|
-
import "localization/farsi";
|
|
1918
|
-
import "localization/french";
|
|
1919
|
-
import "localization/norwegian";
|
|
1920
|
-
import "localization/portuguese";
|
|
1921
|
-
import "localization/russian";
|
|
1922
|
-
import "localization/dutch";
|
|
1923
|
-
import "localization/spanish";
|
|
1924
|
-
import "localization/italian";
|
|
1925
|
-
import "localization/arabic";
|
|
1917
|
+
import "analytics-localization/farsi";
|
|
1918
|
+
import "analytics-localization/french";
|
|
1919
|
+
import "analytics-localization/norwegian";
|
|
1920
|
+
import "analytics-localization/portuguese";
|
|
1921
|
+
import "analytics-localization/russian";
|
|
1922
|
+
import "analytics-localization/dutch";
|
|
1923
|
+
import "analytics-localization/spanish";
|
|
1924
|
+
import "analytics-localization/italian";
|
|
1925
|
+
import "analytics-localization/arabic";
|
|
1926
1926
|
export * from "dataProvider";
|
|
1927
1927
|
export * from "number";
|
|
1928
1928
|
export * from "selectBase";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare module "localization/english" {
|
|
1
|
+
declare module "analytics-localization/english" {
|
|
2
2
|
export var englishStrings: {
|
|
3
3
|
groupButton: string;
|
|
4
4
|
ungroupButton: string;
|
|
@@ -157,7 +157,7 @@ declare module "localizationManager" {
|
|
|
157
157
|
responses: string;
|
|
158
158
|
};
|
|
159
159
|
}
|
|
160
|
-
declare module "localization/farsi" {
|
|
160
|
+
declare module "analytics-localization/farsi" {
|
|
161
161
|
export var farsiStrings: {
|
|
162
162
|
groupButton: string;
|
|
163
163
|
ungroupButton: string;
|
|
@@ -179,7 +179,7 @@ declare module "localization/farsi" {
|
|
|
179
179
|
addElement: string;
|
|
180
180
|
};
|
|
181
181
|
}
|
|
182
|
-
declare module "localization/french" {
|
|
182
|
+
declare module "analytics-localization/french" {
|
|
183
183
|
export var frenchStrings: {
|
|
184
184
|
groupButton: string;
|
|
185
185
|
ungroupButton: string;
|
|
@@ -227,7 +227,7 @@ declare module "localization/french" {
|
|
|
227
227
|
responses: string;
|
|
228
228
|
};
|
|
229
229
|
}
|
|
230
|
-
declare module "localization/norwegian" {
|
|
230
|
+
declare module "analytics-localization/norwegian" {
|
|
231
231
|
export var norwegianStrings: {
|
|
232
232
|
groupButton: string;
|
|
233
233
|
ungroupButton: string;
|
|
@@ -268,7 +268,7 @@ declare module "localization/norwegian" {
|
|
|
268
268
|
hidePercentages: string;
|
|
269
269
|
};
|
|
270
270
|
}
|
|
271
|
-
declare module "localization/portuguese" {
|
|
271
|
+
declare module "analytics-localization/portuguese" {
|
|
272
272
|
export var portugueseStrings: {
|
|
273
273
|
groupButton: string;
|
|
274
274
|
ungroupButton: string;
|
|
@@ -318,7 +318,7 @@ declare module "localization/portuguese" {
|
|
|
318
318
|
noResults: string;
|
|
319
319
|
};
|
|
320
320
|
}
|
|
321
|
-
declare module "localization/russian" {
|
|
321
|
+
declare module "analytics-localization/russian" {
|
|
322
322
|
export var russianStrings: {
|
|
323
323
|
groupButton: string;
|
|
324
324
|
ungroupButton: string;
|
|
@@ -354,7 +354,7 @@ declare module "localization/russian" {
|
|
|
354
354
|
noResults: string;
|
|
355
355
|
};
|
|
356
356
|
}
|
|
357
|
-
declare module "localization/dutch" {
|
|
357
|
+
declare module "analytics-localization/dutch" {
|
|
358
358
|
export var dutchStrings: {
|
|
359
359
|
groupButton: string;
|
|
360
360
|
ungroupButton: string;
|
|
@@ -405,7 +405,7 @@ declare module "localization/dutch" {
|
|
|
405
405
|
topNValueText20: string;
|
|
406
406
|
};
|
|
407
407
|
}
|
|
408
|
-
declare module "localization/arabic" {
|
|
408
|
+
declare module "analytics-localization/arabic" {
|
|
409
409
|
export var arabicStrings: {
|
|
410
410
|
groupButton: string;
|
|
411
411
|
ungroupButton: string;
|
|
@@ -914,13 +914,13 @@ declare module "tables/datatables" {
|
|
|
914
914
|
}
|
|
915
915
|
declare module "entries/datatables" {
|
|
916
916
|
export * from "localizationManager";
|
|
917
|
-
import "localization/farsi";
|
|
918
|
-
import "localization/french";
|
|
919
|
-
import "localization/norwegian";
|
|
920
|
-
import "localization/portuguese";
|
|
921
|
-
import "localization/russian";
|
|
922
|
-
import "localization/dutch";
|
|
923
|
-
import "localization/arabic";
|
|
917
|
+
import "analytics-localization/farsi";
|
|
918
|
+
import "analytics-localization/french";
|
|
919
|
+
import "analytics-localization/norwegian";
|
|
920
|
+
import "analytics-localization/portuguese";
|
|
921
|
+
import "analytics-localization/russian";
|
|
922
|
+
import "analytics-localization/dutch";
|
|
923
|
+
import "analytics-localization/arabic";
|
|
924
924
|
import "tables/extensions/rowextensions";
|
|
925
925
|
import "tables/extensions/headerextensions";
|
|
926
926
|
import "tables/extensions/columnextensions";
|