survey-analytics 1.12.16-patch.1 → 1.12.17
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-datatables.types/analytics-localization/polish.d.ts +67 -0
- package/survey-analytics-datatables.types/entries/datatables.d.ts +1 -0
- package/survey-analytics-tabulator.types/analytics-localization/polish.d.ts +67 -0
- package/survey-analytics-tabulator.types/entries/tabulator.d.ts +1 -0
- package/survey-analytics.types/analytics-localization/polish.d.ts +67 -0
- package/survey-analytics.types/entries/summary.d.ts +1 -0
- package/survey-analytics.types/visualizationPanel.d.ts +3 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.datatables.css +1 -1
- package/survey.analytics.datatables.js +106 -16
- package/survey.analytics.datatables.js.map +1 -1
- package/survey.analytics.datatables.min.css +1 -1
- package/survey.analytics.datatables.min.js +1 -1
- package/survey.analytics.datatables.min.js.LICENSE.txt +1 -1
- package/survey.analytics.js +153 -62
- package/survey.analytics.js.map +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +108 -18
- package/survey.analytics.tabulator.js.map +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +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.17",
|
|
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.17"
|
|
106
106
|
},
|
|
107
107
|
"husky": {
|
|
108
108
|
"hooks": {
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export declare var plStrings: {
|
|
2
|
+
groupButton: string;
|
|
3
|
+
ungroupButton: string;
|
|
4
|
+
selectButton: string;
|
|
5
|
+
hideColumn: string;
|
|
6
|
+
showColumn: string;
|
|
7
|
+
makePrivateColumn: string;
|
|
8
|
+
makePublicColumn: string;
|
|
9
|
+
moveToDetail: string;
|
|
10
|
+
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
15
|
+
visualizer_text: string;
|
|
16
|
+
visualizer_wordcloud: string;
|
|
17
|
+
visualizer_histogram: string;
|
|
18
|
+
visualizer_number: string;
|
|
19
|
+
visualizer_choices: string;
|
|
20
|
+
visualizer_selectBase: string;
|
|
21
|
+
visualizer_matrix: string;
|
|
22
|
+
chartType_bar: string;
|
|
23
|
+
chartType_vbar: string;
|
|
24
|
+
chartType_stackedbar: string;
|
|
25
|
+
chartType_doughnut: string;
|
|
26
|
+
chartType_pie: string;
|
|
27
|
+
chartType_scatter: string;
|
|
28
|
+
chartType_gauge: string;
|
|
29
|
+
chartType_bullet: string;
|
|
30
|
+
hideButton: string;
|
|
31
|
+
makePrivateButton: string;
|
|
32
|
+
makePublicButton: string;
|
|
33
|
+
showButton: string;
|
|
34
|
+
filter: string;
|
|
35
|
+
resetFilter: string;
|
|
36
|
+
changeLocale: string;
|
|
37
|
+
clearButton: string;
|
|
38
|
+
addElement: string;
|
|
39
|
+
defaultOrder: string;
|
|
40
|
+
ascOrder: string;
|
|
41
|
+
descOrder: string;
|
|
42
|
+
showMinorColumns: string;
|
|
43
|
+
otherCommentTitle: string;
|
|
44
|
+
showPercentages: string;
|
|
45
|
+
hidePercentages: string;
|
|
46
|
+
pdfDownloadCaption: string;
|
|
47
|
+
xlsxDownloadCaption: string;
|
|
48
|
+
csvDownloadCaption: string;
|
|
49
|
+
saveDiagramAsPNG: string;
|
|
50
|
+
hideEmptyAnswers: string;
|
|
51
|
+
showEmptyAnswers: string;
|
|
52
|
+
"topNValueText-1": string;
|
|
53
|
+
topNValueText5: string;
|
|
54
|
+
topNValueText10: string;
|
|
55
|
+
topNValueText20: string;
|
|
56
|
+
hideMissingAnswers: string;
|
|
57
|
+
showMissingAnswers: string;
|
|
58
|
+
missingAnswersLabel: string;
|
|
59
|
+
noVisualizerForQuestion: string;
|
|
60
|
+
noResults: string;
|
|
61
|
+
showPerValues: string;
|
|
62
|
+
showPerColumns: string;
|
|
63
|
+
answer: string;
|
|
64
|
+
correctAnswer: string;
|
|
65
|
+
percent: string;
|
|
66
|
+
responses: string;
|
|
67
|
+
};
|
|
@@ -10,6 +10,7 @@ import "../analytics-localization/spanish";
|
|
|
10
10
|
import "../analytics-localization/italian";
|
|
11
11
|
import "../analytics-localization/arabic";
|
|
12
12
|
import "../analytics-localization/japanese";
|
|
13
|
+
import "../analytics-localization/polish";
|
|
13
14
|
import "../tables/extensions/rowextensions";
|
|
14
15
|
import "../tables/extensions/headerextensions";
|
|
15
16
|
import "../tables/extensions/columnextensions";
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export declare var plStrings: {
|
|
2
|
+
groupButton: string;
|
|
3
|
+
ungroupButton: string;
|
|
4
|
+
selectButton: string;
|
|
5
|
+
hideColumn: string;
|
|
6
|
+
showColumn: string;
|
|
7
|
+
makePrivateColumn: string;
|
|
8
|
+
makePublicColumn: string;
|
|
9
|
+
moveToDetail: string;
|
|
10
|
+
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
15
|
+
visualizer_text: string;
|
|
16
|
+
visualizer_wordcloud: string;
|
|
17
|
+
visualizer_histogram: string;
|
|
18
|
+
visualizer_number: string;
|
|
19
|
+
visualizer_choices: string;
|
|
20
|
+
visualizer_selectBase: string;
|
|
21
|
+
visualizer_matrix: string;
|
|
22
|
+
chartType_bar: string;
|
|
23
|
+
chartType_vbar: string;
|
|
24
|
+
chartType_stackedbar: string;
|
|
25
|
+
chartType_doughnut: string;
|
|
26
|
+
chartType_pie: string;
|
|
27
|
+
chartType_scatter: string;
|
|
28
|
+
chartType_gauge: string;
|
|
29
|
+
chartType_bullet: string;
|
|
30
|
+
hideButton: string;
|
|
31
|
+
makePrivateButton: string;
|
|
32
|
+
makePublicButton: string;
|
|
33
|
+
showButton: string;
|
|
34
|
+
filter: string;
|
|
35
|
+
resetFilter: string;
|
|
36
|
+
changeLocale: string;
|
|
37
|
+
clearButton: string;
|
|
38
|
+
addElement: string;
|
|
39
|
+
defaultOrder: string;
|
|
40
|
+
ascOrder: string;
|
|
41
|
+
descOrder: string;
|
|
42
|
+
showMinorColumns: string;
|
|
43
|
+
otherCommentTitle: string;
|
|
44
|
+
showPercentages: string;
|
|
45
|
+
hidePercentages: string;
|
|
46
|
+
pdfDownloadCaption: string;
|
|
47
|
+
xlsxDownloadCaption: string;
|
|
48
|
+
csvDownloadCaption: string;
|
|
49
|
+
saveDiagramAsPNG: string;
|
|
50
|
+
hideEmptyAnswers: string;
|
|
51
|
+
showEmptyAnswers: string;
|
|
52
|
+
"topNValueText-1": string;
|
|
53
|
+
topNValueText5: string;
|
|
54
|
+
topNValueText10: string;
|
|
55
|
+
topNValueText20: string;
|
|
56
|
+
hideMissingAnswers: string;
|
|
57
|
+
showMissingAnswers: string;
|
|
58
|
+
missingAnswersLabel: string;
|
|
59
|
+
noVisualizerForQuestion: string;
|
|
60
|
+
noResults: string;
|
|
61
|
+
showPerValues: string;
|
|
62
|
+
showPerColumns: string;
|
|
63
|
+
answer: string;
|
|
64
|
+
correctAnswer: string;
|
|
65
|
+
percent: string;
|
|
66
|
+
responses: string;
|
|
67
|
+
};
|
|
@@ -10,6 +10,7 @@ import "../analytics-localization/spanish";
|
|
|
10
10
|
import "../analytics-localization/italian";
|
|
11
11
|
import "../analytics-localization/arabic";
|
|
12
12
|
import "../analytics-localization/japanese";
|
|
13
|
+
import "../analytics-localization/polish";
|
|
13
14
|
import "../tables/extensions/rowextensions";
|
|
14
15
|
import "../tables/extensions/headerextensions";
|
|
15
16
|
import "../tables/extensions/columnextensions";
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export declare var plStrings: {
|
|
2
|
+
groupButton: string;
|
|
3
|
+
ungroupButton: string;
|
|
4
|
+
selectButton: string;
|
|
5
|
+
hideColumn: string;
|
|
6
|
+
showColumn: string;
|
|
7
|
+
makePrivateColumn: string;
|
|
8
|
+
makePublicColumn: string;
|
|
9
|
+
moveToDetail: string;
|
|
10
|
+
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
15
|
+
visualizer_text: string;
|
|
16
|
+
visualizer_wordcloud: string;
|
|
17
|
+
visualizer_histogram: string;
|
|
18
|
+
visualizer_number: string;
|
|
19
|
+
visualizer_choices: string;
|
|
20
|
+
visualizer_selectBase: string;
|
|
21
|
+
visualizer_matrix: string;
|
|
22
|
+
chartType_bar: string;
|
|
23
|
+
chartType_vbar: string;
|
|
24
|
+
chartType_stackedbar: string;
|
|
25
|
+
chartType_doughnut: string;
|
|
26
|
+
chartType_pie: string;
|
|
27
|
+
chartType_scatter: string;
|
|
28
|
+
chartType_gauge: string;
|
|
29
|
+
chartType_bullet: string;
|
|
30
|
+
hideButton: string;
|
|
31
|
+
makePrivateButton: string;
|
|
32
|
+
makePublicButton: string;
|
|
33
|
+
showButton: string;
|
|
34
|
+
filter: string;
|
|
35
|
+
resetFilter: string;
|
|
36
|
+
changeLocale: string;
|
|
37
|
+
clearButton: string;
|
|
38
|
+
addElement: string;
|
|
39
|
+
defaultOrder: string;
|
|
40
|
+
ascOrder: string;
|
|
41
|
+
descOrder: string;
|
|
42
|
+
showMinorColumns: string;
|
|
43
|
+
otherCommentTitle: string;
|
|
44
|
+
showPercentages: string;
|
|
45
|
+
hidePercentages: string;
|
|
46
|
+
pdfDownloadCaption: string;
|
|
47
|
+
xlsxDownloadCaption: string;
|
|
48
|
+
csvDownloadCaption: string;
|
|
49
|
+
saveDiagramAsPNG: string;
|
|
50
|
+
hideEmptyAnswers: string;
|
|
51
|
+
showEmptyAnswers: string;
|
|
52
|
+
"topNValueText-1": string;
|
|
53
|
+
topNValueText5: string;
|
|
54
|
+
topNValueText10: string;
|
|
55
|
+
topNValueText20: string;
|
|
56
|
+
hideMissingAnswers: string;
|
|
57
|
+
showMissingAnswers: string;
|
|
58
|
+
missingAnswersLabel: string;
|
|
59
|
+
noVisualizerForQuestion: string;
|
|
60
|
+
noResults: string;
|
|
61
|
+
showPerValues: string;
|
|
62
|
+
showPerColumns: string;
|
|
63
|
+
answer: string;
|
|
64
|
+
correctAnswer: string;
|
|
65
|
+
percent: string;
|
|
66
|
+
responses: string;
|
|
67
|
+
};
|
|
@@ -10,6 +10,7 @@ import "../analytics-localization/spanish";
|
|
|
10
10
|
import "../analytics-localization/italian";
|
|
11
11
|
import "../analytics-localization/arabic";
|
|
12
12
|
import "../analytics-localization/japanese";
|
|
13
|
+
import "../analytics-localization/polish";
|
|
13
14
|
export * from "../dataProvider";
|
|
14
15
|
export * from "../visualizerFactory";
|
|
15
16
|
export * from "../number";
|
|
@@ -131,6 +131,7 @@ export interface IVisualizationPanelOptions {
|
|
|
131
131
|
*
|
|
132
132
|
* @see answersOrder
|
|
133
133
|
*/
|
|
134
|
+
allowSortAnswers?: boolean;
|
|
134
135
|
allowChangeAnswersOrder?: boolean;
|
|
135
136
|
/**
|
|
136
137
|
* Specifies how to sort answers in [bar charts](https://surveyjs.io/dashboard/documentation/chart-types#bar-chart), [histograms](https://surveyjs.io/dashboard/documentation/chart-types#histogram), and [statistics tables](https://surveyjs.io/dashboard/documentation/chart-types#statistics-table).
|
|
@@ -141,9 +142,9 @@ export interface IVisualizationPanelOptions {
|
|
|
141
142
|
* - `"asc"` - Sort answers by ascending answer count.
|
|
142
143
|
* - `"desc"` - Sort answers by descending answer count.
|
|
143
144
|
*
|
|
144
|
-
* Users can change this property value if you enable the `
|
|
145
|
+
* Users can change this property value if you enable the `allowSortAnswers` property.
|
|
145
146
|
*
|
|
146
|
-
* @see
|
|
147
|
+
* @see allowSortAnswers
|
|
147
148
|
*/
|
|
148
149
|
answersOrder?: "default" | "asc" | "desc";
|
|
149
150
|
/**
|
package/survey.analytics.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v1.12.
|
|
2
|
+
* surveyjs - SurveyJS Dashboard library v1.12.17
|
|
3
3
|
* Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -961,6 +961,94 @@ _localizationManager__WEBPACK_IMPORTED_MODULE_0__.localization.localeNames["no"]
|
|
|
961
961
|
// undefined.responses: "Responses" => "Svar"
|
|
962
962
|
|
|
963
963
|
|
|
964
|
+
/***/ }),
|
|
965
|
+
|
|
966
|
+
/***/ "./src/analytics-localization/polish.ts":
|
|
967
|
+
/*!**********************************************!*\
|
|
968
|
+
!*** ./src/analytics-localization/polish.ts ***!
|
|
969
|
+
\**********************************************/
|
|
970
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
971
|
+
|
|
972
|
+
__webpack_require__.r(__webpack_exports__);
|
|
973
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
974
|
+
/* harmony export */ plStrings: () => (/* binding */ plStrings)
|
|
975
|
+
/* harmony export */ });
|
|
976
|
+
/* harmony import */ var _localizationManager__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../localizationManager */ "./src/localizationManager.ts");
|
|
977
|
+
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
978
|
+
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
979
|
+
|
|
980
|
+
var plStrings = {
|
|
981
|
+
groupButton: "Grupuj według mnie",
|
|
982
|
+
ungroupButton: "Rozgrupuj według mnie",
|
|
983
|
+
selectButton: "Wybierz",
|
|
984
|
+
hideColumn: "Ukryj kolumnę",
|
|
985
|
+
showColumn: "Pokaż kolumnę",
|
|
986
|
+
makePrivateColumn: "Uczyń kolumnę prywatną",
|
|
987
|
+
makePublicColumn: "Uczyń kolumnę publiczną",
|
|
988
|
+
moveToDetail: "Przenieś do szczegółów",
|
|
989
|
+
showAsColumn: "Pokaż jako kolumnę",
|
|
990
|
+
filterPlaceholder: "Szukaj...",
|
|
991
|
+
removeRows: "Usuń wiersze",
|
|
992
|
+
showLabel: "Pokaż",
|
|
993
|
+
entriesLabel: "wejścia",
|
|
994
|
+
visualizer_text: "Teksty w tabeli",
|
|
995
|
+
visualizer_wordcloud: "Chmura słów",
|
|
996
|
+
visualizer_histogram: "Histogram",
|
|
997
|
+
visualizer_number: "Średnia",
|
|
998
|
+
visualizer_choices: "Tabela",
|
|
999
|
+
visualizer_selectBase: "Wykres",
|
|
1000
|
+
visualizer_matrix: "Wykres",
|
|
1001
|
+
chartType_bar: "Słupkowy",
|
|
1002
|
+
chartType_vbar: "Słupkowy pionowy",
|
|
1003
|
+
chartType_stackedbar: "Słupkowy skumulowany",
|
|
1004
|
+
chartType_doughnut: "Oponka",
|
|
1005
|
+
chartType_pie: "Tarta",
|
|
1006
|
+
chartType_scatter: "Rozrzut",
|
|
1007
|
+
chartType_gauge: "Skala",
|
|
1008
|
+
chartType_bullet: "Pocisk",
|
|
1009
|
+
hideButton: "Ukryj",
|
|
1010
|
+
makePrivateButton: "Uczyń prywatnym",
|
|
1011
|
+
makePublicButton: "Uczyń publicznym",
|
|
1012
|
+
showButton: "Pokaż",
|
|
1013
|
+
filter: "Filtruj",
|
|
1014
|
+
resetFilter: "Resetuj filtr",
|
|
1015
|
+
changeLocale: "Zmień lokalizację",
|
|
1016
|
+
clearButton: "Wyczyść",
|
|
1017
|
+
addElement: "Wybierz pytanie do pokazania...",
|
|
1018
|
+
defaultOrder: "Domyślne sortowanie",
|
|
1019
|
+
ascOrder: "Rosnąco",
|
|
1020
|
+
descOrder: "Malejąco",
|
|
1021
|
+
showMinorColumns: "Pokaż mniejsze kolumny",
|
|
1022
|
+
otherCommentTitle: "Inne elementy i komentarze",
|
|
1023
|
+
showPercentages: "Pokaż procenty",
|
|
1024
|
+
hidePercentages: "Ukryj procenty",
|
|
1025
|
+
pdfDownloadCaption: "PDF",
|
|
1026
|
+
xlsxDownloadCaption: "Excel",
|
|
1027
|
+
csvDownloadCaption: "CSV",
|
|
1028
|
+
saveDiagramAsPNG: "Pobierz diagram jako PNG",
|
|
1029
|
+
hideEmptyAnswers: "Ukryj puste odpowiedzi",
|
|
1030
|
+
showEmptyAnswers: "Pokaż puste odpowiedzi",
|
|
1031
|
+
"topNValueText-1": "Wszystkie odpowiedzi",
|
|
1032
|
+
topNValueText5: "Pierwsze 5 odpowiedzi",
|
|
1033
|
+
topNValueText10: "Pierwsze 10 odpowiedzi",
|
|
1034
|
+
topNValueText20: "Pierwsze 20 odpowiedzi",
|
|
1035
|
+
hideMissingAnswers: "Ukryj nieodpowiedziane pytania",
|
|
1036
|
+
showMissingAnswers: "Pokaż nieodpowiedziane pytania",
|
|
1037
|
+
missingAnswersLabel: "Nieodpowiedziane pytania",
|
|
1038
|
+
noVisualizerForQuestion: "Ten typ pytania nie został jeszcze zwizualizowany",
|
|
1039
|
+
noResults: "Nie ma jeszcze wyników",
|
|
1040
|
+
showPerValues: "Według wartości",
|
|
1041
|
+
showPerColumns: "Według kolumn",
|
|
1042
|
+
answer: "Odpowiedź",
|
|
1043
|
+
correctAnswer: "Odpowiedź poprawna: ",
|
|
1044
|
+
percent: "Procent",
|
|
1045
|
+
responses: "Odpowiedzi"
|
|
1046
|
+
};
|
|
1047
|
+
//Uncomment these two lines on creating a translation file. You should replace "en" and enStrings with your locale ("fr", "de" and so on) and your variable.
|
|
1048
|
+
_localizationManager__WEBPACK_IMPORTED_MODULE_0__.localization.locales["pl"] = plStrings;
|
|
1049
|
+
_localizationManager__WEBPACK_IMPORTED_MODULE_0__.localization.localeNames["pl"] = "Polish";
|
|
1050
|
+
|
|
1051
|
+
|
|
964
1052
|
/***/ }),
|
|
965
1053
|
|
|
966
1054
|
/***/ "./src/analytics-localization/portuguese.ts":
|
|
@@ -3521,13 +3609,13 @@ var __webpack_exports__ = {};
|
|
|
3521
3609
|
\***********************************/
|
|
3522
3610
|
__webpack_require__.r(__webpack_exports__);
|
|
3523
3611
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3524
|
-
/* harmony export */ DataTables: () => (/* reexport safe */
|
|
3525
|
-
/* harmony export */ DatatablesRow: () => (/* reexport safe */
|
|
3526
|
-
/* harmony export */ DocumentHelper: () => (/* reexport safe */
|
|
3527
|
-
/* harmony export */ Table: () => (/* reexport safe */
|
|
3528
|
-
/* harmony export */ TableEvent: () => (/* reexport safe */
|
|
3529
|
-
/* harmony export */ TableExtensions: () => (/* reexport safe */
|
|
3530
|
-
/* harmony export */ TableRow: () => (/* reexport safe */
|
|
3612
|
+
/* harmony export */ DataTables: () => (/* reexport safe */ _tables_datatables__WEBPACK_IMPORTED_MODULE_18__.DataTables),
|
|
3613
|
+
/* harmony export */ DatatablesRow: () => (/* reexport safe */ _tables_datatables__WEBPACK_IMPORTED_MODULE_18__.DatatablesRow),
|
|
3614
|
+
/* harmony export */ DocumentHelper: () => (/* reexport safe */ _utils_index__WEBPACK_IMPORTED_MODULE_20__.DocumentHelper),
|
|
3615
|
+
/* harmony export */ Table: () => (/* reexport safe */ _tables_table__WEBPACK_IMPORTED_MODULE_17__.Table),
|
|
3616
|
+
/* harmony export */ TableEvent: () => (/* reexport safe */ _tables_table__WEBPACK_IMPORTED_MODULE_17__.TableEvent),
|
|
3617
|
+
/* harmony export */ TableExtensions: () => (/* reexport safe */ _tables_extensions_tableextensions__WEBPACK_IMPORTED_MODULE_19__.TableExtensions),
|
|
3618
|
+
/* harmony export */ TableRow: () => (/* reexport safe */ _tables_table__WEBPACK_IMPORTED_MODULE_17__.TableRow),
|
|
3531
3619
|
/* harmony export */ localization: () => (/* reexport safe */ _localizationManager__WEBPACK_IMPORTED_MODULE_0__.localization),
|
|
3532
3620
|
/* harmony export */ surveyStrings: () => (/* reexport safe */ _localizationManager__WEBPACK_IMPORTED_MODULE_0__.surveyStrings)
|
|
3533
3621
|
/* harmony export */ });
|
|
@@ -3543,14 +3631,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3543
3631
|
/* harmony import */ var _analytics_localization_italian__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../analytics-localization/italian */ "./src/analytics-localization/italian.ts");
|
|
3544
3632
|
/* harmony import */ var _analytics_localization_arabic__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../analytics-localization/arabic */ "./src/analytics-localization/arabic.ts");
|
|
3545
3633
|
/* harmony import */ var _analytics_localization_japanese__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../analytics-localization/japanese */ "./src/analytics-localization/japanese.ts");
|
|
3546
|
-
/* harmony import */ var
|
|
3547
|
-
/* harmony import */ var
|
|
3548
|
-
/* harmony import */ var
|
|
3549
|
-
/* harmony import */ var
|
|
3550
|
-
/* harmony import */ var
|
|
3551
|
-
/* harmony import */ var
|
|
3552
|
-
/* harmony import */ var
|
|
3553
|
-
/* harmony import */ var
|
|
3634
|
+
/* harmony import */ var _analytics_localization_polish__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../analytics-localization/polish */ "./src/analytics-localization/polish.ts");
|
|
3635
|
+
/* harmony import */ var _tables_extensions_rowextensions__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../tables/extensions/rowextensions */ "./src/tables/extensions/rowextensions.ts");
|
|
3636
|
+
/* harmony import */ var _tables_extensions_headerextensions__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../tables/extensions/headerextensions */ "./src/tables/extensions/headerextensions.ts");
|
|
3637
|
+
/* harmony import */ var _tables_extensions_columnextensions__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../tables/extensions/columnextensions */ "./src/tables/extensions/columnextensions.ts");
|
|
3638
|
+
/* harmony import */ var _tables_extensions_detailsextensions__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../tables/extensions/detailsextensions */ "./src/tables/extensions/detailsextensions.ts");
|
|
3639
|
+
/* harmony import */ var _tables_table__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../tables/table */ "./src/tables/table.ts");
|
|
3640
|
+
/* harmony import */ var _tables_datatables__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../tables/datatables */ "./src/tables/datatables.ts");
|
|
3641
|
+
/* harmony import */ var _tables_extensions_tableextensions__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../tables/extensions/tableextensions */ "./src/tables/extensions/tableextensions.ts");
|
|
3642
|
+
/* harmony import */ var _utils_index__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../utils/index */ "./src/utils/index.ts");
|
|
3554
3643
|
|
|
3555
3644
|
//localization
|
|
3556
3645
|
|
|
@@ -3564,6 +3653,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3564
3653
|
|
|
3565
3654
|
|
|
3566
3655
|
|
|
3656
|
+
|
|
3567
3657
|
//extensions
|
|
3568
3658
|
|
|
3569
3659
|
|