@qrvey/utils 1.15.0-4 → 1.15.0-5

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.
@@ -3,4 +3,5 @@ export interface II18nFilterDisplay {
3
3
  edit: string;
4
4
  remove: string;
5
5
  title: string;
6
+ dataset_title?: string;
6
7
  }
@@ -9,4 +9,5 @@ exports.I18N_FILTER_DISPLAY = {
9
9
  edit: "Edit",
10
10
  remove: "Remove",
11
11
  title: "Filters affecting this chart",
12
+ dataset_title: "Filters affecting this dataset",
12
13
  };
@@ -3,4 +3,5 @@ export interface II18nFilterDisplay {
3
3
  edit: string;
4
4
  remove: string;
5
5
  title: string;
6
+ dataset_title?: string;
6
7
  }
@@ -6,4 +6,5 @@ export const I18N_FILTER_DISPLAY = {
6
6
  edit: "Edit",
7
7
  remove: "Remove",
8
8
  title: "Filters affecting this chart",
9
+ dataset_title: "Filters affecting this dataset",
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.15.0-4",
3
+ "version": "1.15.0-5",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",