@qrvey/utils 1.15.0-6 → 1.15.0-7

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.
@@ -34,6 +34,7 @@ export interface I18nExportingModal {
34
34
  pivot_columns_sublabel: string;
35
35
  };
36
36
  columns_to_export_label: string;
37
+ no_results_found: string;
37
38
  };
38
39
  schedule: {
39
40
  chart_download_ready: string;
@@ -45,6 +45,7 @@ exports.EXPORTING_MODAL = {
45
45
  pivot_columns_sublabel: "Displaying only the first 100 results.",
46
46
  },
47
47
  columns_to_export_label: "Columns to export",
48
+ no_results_found: "No results found",
48
49
  },
49
50
  schedule: {
50
51
  chart_download_ready: "Chart is ready to download",
@@ -34,6 +34,7 @@ export interface I18nExportingModal {
34
34
  pivot_columns_sublabel: string;
35
35
  };
36
36
  columns_to_export_label: string;
37
+ no_results_found: string;
37
38
  };
38
39
  schedule: {
39
40
  chart_download_ready: string;
@@ -42,6 +42,7 @@ export const EXPORTING_MODAL = {
42
42
  pivot_columns_sublabel: "Displaying only the first 100 results.",
43
43
  },
44
44
  columns_to_export_label: "Columns to export",
45
+ no_results_found: "No results found",
45
46
  },
46
47
  schedule: {
47
48
  chart_download_ready: "Chart is ready to download",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.15.0-6",
3
+ "version": "1.15.0-7",
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",