@dhis2/analytics 26.6.12 → 26.6.13

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.
@@ -39,6 +39,8 @@ const appPathFor = (fileType, id) => {
39
39
  return `dhis-web-data-visualizer/#/${id}`;
40
40
  case FILE_TYPE_MAP:
41
41
  return `dhis-web-maps/index.html?id=${id}`;
42
+ case FILE_TYPE_EVENT_VISUALIZATION:
43
+ return `api/apps/line-listing/#/${id}`;
42
44
  default:
43
45
  return `${window.location.search}${window.location.hash}`;
44
46
  }
@@ -25,6 +25,8 @@ export const appPathFor = (fileType, id) => {
25
25
  return `dhis-web-data-visualizer/#/${id}`;
26
26
  case FILE_TYPE_MAP:
27
27
  return `dhis-web-maps/index.html?id=${id}`;
28
+ case FILE_TYPE_EVENT_VISUALIZATION:
29
+ return `api/apps/line-listing/#/${id}`;
28
30
  default:
29
31
  return `${window.location.search}${window.location.hash}`;
30
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "26.6.12",
3
+ "version": "26.6.13",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {