@dhis2/analytics 22.0.0 → 23.1.0
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/CHANGELOG.md +26 -0
- package/build/cjs/__demo__/OpenFileDialog.stories.js +39 -6
- package/build/cjs/components/FileMenu/FileMenu.js +6 -0
- package/build/cjs/components/OpenFileDialog/CustomSelectOption.js +18 -4
- package/build/cjs/components/OpenFileDialog/FileList.js +5 -5
- package/build/cjs/components/OpenFileDialog/OpenFileDialog.js +26 -21
- package/build/cjs/components/OpenFileDialog/VisTypeFilter.js +17 -16
- package/build/cjs/components/OpenFileDialog/utils.js +33 -74
- package/build/cjs/index.js +22 -4
- package/build/cjs/locales/ar/translations.json +2 -0
- package/build/cjs/locales/ar_EG/translations.json +2 -0
- package/build/cjs/locales/ar_IQ/translations.json +2 -0
- package/build/cjs/locales/ckb/translations.json +2 -0
- package/build/cjs/locales/cs/translations.json +2 -0
- package/build/cjs/locales/da/translations.json +2 -0
- package/build/cjs/locales/en/translations.json +3 -21
- package/build/cjs/locales/es/translations.json +2 -0
- package/build/cjs/locales/fr/translations.json +2 -0
- package/build/cjs/locales/id/translations.json +2 -0
- package/build/cjs/locales/km/translations.json +2 -0
- package/build/cjs/locales/lo/translations.json +2 -0
- package/build/cjs/locales/my/translations.json +2 -0
- package/build/cjs/locales/nb/translations.json +2 -0
- package/build/cjs/locales/nl/translations.json +2 -0
- package/build/cjs/locales/prs/translations.json +2 -0
- package/build/cjs/locales/ps/translations.json +2 -0
- package/build/cjs/locales/pt/translations.json +2 -0
- package/build/cjs/locales/pt_BR/translations.json +2 -0
- package/build/cjs/locales/ru/translations.json +2 -0
- package/build/cjs/locales/sv/translations.json +2 -0
- package/build/cjs/locales/tet/translations.json +2 -0
- package/build/cjs/locales/tg/translations.json +2 -0
- package/build/cjs/locales/uk/translations.json +2 -0
- package/build/cjs/locales/ur/translations.json +2 -0
- package/build/cjs/locales/uz/translations.json +2 -0
- package/build/cjs/locales/uz_Latn/translations.json +2 -0
- package/build/cjs/locales/vi/translations.json +2 -0
- package/build/cjs/locales/zh/translations.json +2 -0
- package/build/cjs/locales/zh_CN/translations.json +2 -0
- package/build/cjs/modules/visTypes.js +12 -21
- package/build/es/__demo__/OpenFileDialog.stories.js +38 -6
- package/build/es/components/FileMenu/FileMenu.js +6 -0
- package/build/es/components/OpenFileDialog/CustomSelectOption.js +17 -4
- package/build/es/components/OpenFileDialog/FileList.js +5 -5
- package/build/es/components/OpenFileDialog/OpenFileDialog.js +27 -23
- package/build/es/components/OpenFileDialog/VisTypeFilter.js +18 -14
- package/build/es/components/OpenFileDialog/utils.js +32 -71
- package/build/es/index.js +2 -2
- package/build/es/locales/ar/translations.json +2 -0
- package/build/es/locales/ar_EG/translations.json +2 -0
- package/build/es/locales/ar_IQ/translations.json +2 -0
- package/build/es/locales/ckb/translations.json +2 -0
- package/build/es/locales/cs/translations.json +2 -0
- package/build/es/locales/da/translations.json +2 -0
- package/build/es/locales/en/translations.json +3 -21
- package/build/es/locales/es/translations.json +2 -0
- package/build/es/locales/fr/translations.json +2 -0
- package/build/es/locales/id/translations.json +2 -0
- package/build/es/locales/km/translations.json +2 -0
- package/build/es/locales/lo/translations.json +2 -0
- package/build/es/locales/my/translations.json +2 -0
- package/build/es/locales/nb/translations.json +2 -0
- package/build/es/locales/nl/translations.json +2 -0
- package/build/es/locales/prs/translations.json +2 -0
- package/build/es/locales/ps/translations.json +2 -0
- package/build/es/locales/pt/translations.json +2 -0
- package/build/es/locales/pt_BR/translations.json +2 -0
- package/build/es/locales/ru/translations.json +2 -0
- package/build/es/locales/sv/translations.json +2 -0
- package/build/es/locales/tet/translations.json +2 -0
- package/build/es/locales/tg/translations.json +2 -0
- package/build/es/locales/uk/translations.json +2 -0
- package/build/es/locales/ur/translations.json +2 -0
- package/build/es/locales/uz/translations.json +2 -0
- package/build/es/locales/uz_Latn/translations.json +2 -0
- package/build/es/locales/vi/translations.json +2 -0
- package/build/es/locales/zh/translations.json +2 -0
- package/build/es/locales/zh_CN/translations.json +2 -0
- package/build/es/modules/visTypes.js +9 -19
- package/package.json +1 -1
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "Maʼlumot turi",
|
|
19
21
|
"All types": "Barcha turlari",
|
|
20
22
|
"Totals only": "",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "Loại dữ liệu",
|
|
19
21
|
"All types": "Các loại",
|
|
20
22
|
"Totals only": "",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "退订",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "订阅以获取有关新解释的更新。",
|
|
17
17
|
"Subscribe": "订阅",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "数据类型",
|
|
19
21
|
"All types": "所有类型",
|
|
20
22
|
"Totals only": "总计",
|
|
@@ -17,6 +17,8 @@ export const VIS_TYPE_SINGLE_VALUE = 'SINGLE_VALUE';
|
|
|
17
17
|
export const VIS_TYPE_PIVOT_TABLE = 'PIVOT_TABLE';
|
|
18
18
|
export const VIS_TYPE_SCATTER = 'SCATTER';
|
|
19
19
|
export const VIS_TYPE_LINE_LIST = 'LINE_LIST';
|
|
20
|
+
export const VIS_TYPE_GROUP_ALL = 'ALL';
|
|
21
|
+
export const VIS_TYPE_GROUP_CHARTS = 'CHARTS';
|
|
20
22
|
export const visTypeDisplayNames = {
|
|
21
23
|
[VIS_TYPE_PIVOT_TABLE]: i18n.t('Pivot table'),
|
|
22
24
|
[VIS_TYPE_COLUMN]: i18n.t('Column'),
|
|
@@ -32,24 +34,10 @@ export const visTypeDisplayNames = {
|
|
|
32
34
|
[VIS_TYPE_YEAR_OVER_YEAR_LINE]: i18n.t('Year over year (line)'),
|
|
33
35
|
[VIS_TYPE_YEAR_OVER_YEAR_COLUMN]: i18n.t('Year over year (column)'),
|
|
34
36
|
[VIS_TYPE_SINGLE_VALUE]: i18n.t('Single value'),
|
|
35
|
-
[VIS_TYPE_SCATTER]: i18n.t('Scatter')
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
[
|
|
39
|
-
[VIS_TYPE_COLUMN]: i18n.t('Compare sizes of related elements vertically. Recommend period as filter.'),
|
|
40
|
-
[VIS_TYPE_STACKED_COLUMN]: i18n.t('Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.'),
|
|
41
|
-
[VIS_TYPE_BAR]: i18n.t('Compare sizes of related elements horizontally. Recommend period as filter.'),
|
|
42
|
-
[VIS_TYPE_STACKED_BAR]: i18n.t('Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.'),
|
|
43
|
-
[VIS_TYPE_LINE]: i18n.t('Track or compare changes over time. Recommend period as category.'),
|
|
44
|
-
[VIS_TYPE_AREA]: i18n.t('Track or compare changes over time. Recommend period as category.'),
|
|
45
|
-
[VIS_TYPE_STACKED_AREA]: i18n.t('Track or compare parts of a whole over time. Recommend data as series and period as category.'),
|
|
46
|
-
[VIS_TYPE_PIE]: i18n.t('Compare parts of a whole at a single point in time. Recommend period as filter.'),
|
|
47
|
-
[VIS_TYPE_RADAR]: i18n.t('Compare several items against multiple variables.'),
|
|
48
|
-
[VIS_TYPE_GAUGE]: i18n.t('Compare a percentage indicator against a 100% scale. Recommend period as filter.'),
|
|
49
|
-
[VIS_TYPE_YEAR_OVER_YEAR_LINE]: i18n.t('Compare changes over time between multiple time periods.'),
|
|
50
|
-
[VIS_TYPE_YEAR_OVER_YEAR_COLUMN]: i18n.t('Compare changes over time between multiple time periods.'),
|
|
51
|
-
[VIS_TYPE_SINGLE_VALUE]: i18n.t('Display a single value. Recommend relative period to show latest data.'),
|
|
52
|
-
[VIS_TYPE_SCATTER]: i18n.t('View the relationship between two data items at a place or time. Recommended for finding outliers.')
|
|
37
|
+
[VIS_TYPE_SCATTER]: i18n.t('Scatter'),
|
|
38
|
+
[VIS_TYPE_LINE_LIST]: i18n.t('Line list'),
|
|
39
|
+
[VIS_TYPE_GROUP_ALL]: i18n.t('All types'),
|
|
40
|
+
[VIS_TYPE_GROUP_CHARTS]: i18n.t('All charts')
|
|
53
41
|
};
|
|
54
42
|
export const visTypeIcons = {
|
|
55
43
|
[VIS_TYPE_PIVOT_TABLE]: IconTable24,
|
|
@@ -66,7 +54,9 @@ export const visTypeIcons = {
|
|
|
66
54
|
[VIS_TYPE_YEAR_OVER_YEAR_LINE]: IconVisualizationLineMulti24,
|
|
67
55
|
[VIS_TYPE_YEAR_OVER_YEAR_COLUMN]: IconVisualizationColumnMulti24,
|
|
68
56
|
[VIS_TYPE_SINGLE_VALUE]: IconVisualizationSingleValue24,
|
|
69
|
-
[VIS_TYPE_SCATTER]: IconVisualizationScatter24
|
|
57
|
+
[VIS_TYPE_SCATTER]: IconVisualizationScatter24,
|
|
58
|
+
[VIS_TYPE_LINE_LIST]: IconTable24 // TODO different icon @joe
|
|
59
|
+
|
|
70
60
|
};
|
|
71
61
|
export const getDisplayNameByVisType = visType => {
|
|
72
62
|
const displayName = visTypeDisplayNames[visType];
|