@dhis2/analytics 23.6.2 → 23.6.3

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [23.6.3](https://github.com/dhis2/analytics/compare/v23.6.2...v23.6.3) (2022-03-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * rename event visualization to line list ([#1176](https://github.com/dhis2/analytics/issues/1176)) ([057bdd0](https://github.com/dhis2/analytics/commit/057bdd0a27923de54e2a7294bef60f3613cdef50))
7
+
1
8
  ## [23.6.2](https://github.com/dhis2/analytics/compare/v23.6.1...v23.6.2) (2022-03-06)
2
9
 
3
10
 
@@ -57,13 +57,13 @@ const texts = {
57
57
  newButtonLabel: _d2I18n.default.t('New map')
58
58
  },
59
59
  [AO_TYPE_EVENT_VISUALIZATION]: {
60
- modalTitle: _d2I18n.default.t('Open an event visualization'),
61
- loadingText: _d2I18n.default.t('Loading event visualizations'),
62
- errorTitle: _d2I18n.default.t("Couldn't load event visualizations"),
63
- errorText: _d2I18n.default.t('There was a problem loading event visualizations. Try again or contact your system administrator.'),
64
- noDataText: _d2I18n.default.t('No event visualizations found. Click New event visualization to get started.'),
65
- noFilteredDataText: _d2I18n.default.t("No event visualizations found. Try adjusting your search or filter options to find what you're looking for."),
66
- newButtonLabel: _d2I18n.default.t('New event visualization')
60
+ modalTitle: _d2I18n.default.t('Open a line list'),
61
+ loadingText: _d2I18n.default.t('Loading line lists'),
62
+ errorTitle: _d2I18n.default.t("Couldn't load line lists"),
63
+ errorText: _d2I18n.default.t('There was a problem loading line lists. Try again or contact your system administrator.'),
64
+ noDataText: _d2I18n.default.t('No line lists found. Click New line list to get started.'),
65
+ noFilteredDataText: _d2I18n.default.t("No line lists found. Try adjusting your search or filter options to find what you're looking for."),
66
+ newButtonLabel: _d2I18n.default.t('New line list')
67
67
  }
68
68
  };
69
69
 
@@ -110,13 +110,13 @@
110
110
  "No maps found. Click New map to get started.": "No maps found. Click New map to get started.",
111
111
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "No maps found. Try adjusting your search or filter options to find what you're looking for.",
112
112
  "New map": "New map",
113
- "Open an event visualization": "Open an event visualization",
114
- "Loading event visualizations": "Loading event visualizations",
115
- "Couldn't load event visualizations": "Couldn't load event visualizations",
116
- "There was a problem loading event visualizations. Try again or contact your system administrator.": "There was a problem loading event visualizations. Try again or contact your system administrator.",
117
- "No event visualizations found. Click New event visualization to get started.": "No event visualizations found. Click New event visualization to get started.",
118
- "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.",
119
- "New event visualization": "New event visualization",
113
+ "Open a line list": "Open a line list",
114
+ "Loading line lists": "Loading line lists",
115
+ "Couldn't load line lists": "Couldn't load line lists",
116
+ "There was a problem loading line lists. Try again or contact your system administrator.": "There was a problem loading line lists. Try again or contact your system administrator.",
117
+ "No line lists found. Click New line list to get started.": "No line lists found. Click New line list to get started.",
118
+ "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "No line lists found. Try adjusting your search or filter options to find what you're looking for.",
119
+ "New line list": "New line list",
120
120
  "Options": "Options",
121
121
  "Hide": "Hide",
122
122
  "Update": "Update",
@@ -43,13 +43,13 @@ const texts = {
43
43
  newButtonLabel: i18n.t('New map')
44
44
  },
45
45
  [AO_TYPE_EVENT_VISUALIZATION]: {
46
- modalTitle: i18n.t('Open an event visualization'),
47
- loadingText: i18n.t('Loading event visualizations'),
48
- errorTitle: i18n.t("Couldn't load event visualizations"),
49
- errorText: i18n.t('There was a problem loading event visualizations. Try again or contact your system administrator.'),
50
- noDataText: i18n.t('No event visualizations found. Click New event visualization to get started.'),
51
- noFilteredDataText: i18n.t("No event visualizations found. Try adjusting your search or filter options to find what you're looking for."),
52
- newButtonLabel: i18n.t('New event visualization')
46
+ modalTitle: i18n.t('Open a line list'),
47
+ loadingText: i18n.t('Loading line lists'),
48
+ errorTitle: i18n.t("Couldn't load line lists"),
49
+ errorText: i18n.t('There was a problem loading line lists. Try again or contact your system administrator.'),
50
+ noDataText: i18n.t('No line lists found. Click New line list to get started.'),
51
+ noFilteredDataText: i18n.t("No line lists found. Try adjusting your search or filter options to find what you're looking for."),
52
+ newButtonLabel: i18n.t('New line list')
53
53
  }
54
54
  };
55
55
  export const getTranslatedString = (type, key) => (texts[type] || texts[NO_TYPE])[key];
@@ -110,13 +110,13 @@
110
110
  "No maps found. Click New map to get started.": "No maps found. Click New map to get started.",
111
111
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "No maps found. Try adjusting your search or filter options to find what you're looking for.",
112
112
  "New map": "New map",
113
- "Open an event visualization": "Open an event visualization",
114
- "Loading event visualizations": "Loading event visualizations",
115
- "Couldn't load event visualizations": "Couldn't load event visualizations",
116
- "There was a problem loading event visualizations. Try again or contact your system administrator.": "There was a problem loading event visualizations. Try again or contact your system administrator.",
117
- "No event visualizations found. Click New event visualization to get started.": "No event visualizations found. Click New event visualization to get started.",
118
- "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.",
119
- "New event visualization": "New event visualization",
113
+ "Open a line list": "Open a line list",
114
+ "Loading line lists": "Loading line lists",
115
+ "Couldn't load line lists": "Couldn't load line lists",
116
+ "There was a problem loading line lists. Try again or contact your system administrator.": "There was a problem loading line lists. Try again or contact your system administrator.",
117
+ "No line lists found. Click New line list to get started.": "No line lists found. Click New line list to get started.",
118
+ "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "No line lists found. Try adjusting your search or filter options to find what you're looking for.",
119
+ "New line list": "New line list",
120
120
  "Options": "Options",
121
121
  "Hide": "Hide",
122
122
  "Update": "Update",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "23.6.2",
3
+ "version": "23.6.3",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {