@qrvey/utils 1.13.0 → 1.14.0-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.
@@ -7,4 +7,6 @@ export interface II18nDashboardMessages {
7
7
  no_response: string;
8
8
  no_record_found: string;
9
9
  inactivity: string;
10
+ loading_charts: string;
11
+ loading_metrics: string;
10
12
  }
@@ -1,4 +1,5 @@
1
1
  export interface II18nPanelTooltips {
2
+ exporting: string;
2
3
  fit_panel: string;
3
4
  no_filters: string;
4
5
  select_columns: string;
@@ -27,6 +27,8 @@ exports.I18N_DASHBOARD = {
27
27
  no_response: "No responses yet, they'll come when they do!",
28
28
  no_record_found: "No Records Found",
29
29
  inactivity: "Your qrvey has ended. Create a new one or duplicate this to run it again.",
30
+ loading_charts: "Loading charts",
31
+ loading_metrics: "Loading metrics",
30
32
  },
31
33
  toast: {
32
34
  add_record_message: "Record Successfully Added.",
@@ -34,7 +36,7 @@ exports.I18N_DASHBOARD = {
34
36
  delete_record_message: "Record Successfully Deleted.",
35
37
  refresh_table_message: "Record Successfully Edited.",
36
38
  failed_download: "The file(s) could not be exported at this time.",
37
- successful_download: "{{fileType}} exported",
39
+ successful_download: "{{fileName}} - {{fileType}} exported.",
38
40
  panels_loading: "Visualizations are currently loading. Try exporting again once all visualizations have loaded properly.",
39
41
  },
40
42
  tooltips: {
@@ -127,6 +127,7 @@ exports.I18N_PANEL = {
127
127
  },
128
128
  timeout_message: "Calculating {{type}}. This process may take a while.",
129
129
  tooltips: {
130
+ exporting: "Exporting",
130
131
  fit_panel: "Fit to panel",
131
132
  no_filters: "No filters applied",
132
133
  select_columns: "Select columns",
@@ -7,4 +7,6 @@ export interface II18nDashboardMessages {
7
7
  no_response: string;
8
8
  no_record_found: string;
9
9
  inactivity: string;
10
+ loading_charts: string;
11
+ loading_metrics: string;
10
12
  }
@@ -1,4 +1,5 @@
1
1
  export interface II18nPanelTooltips {
2
+ exporting: string;
2
3
  fit_panel: string;
3
4
  no_filters: string;
4
5
  select_columns: string;
@@ -24,6 +24,8 @@ export const I18N_DASHBOARD = {
24
24
  no_response: "No responses yet, they'll come when they do!",
25
25
  no_record_found: "No Records Found",
26
26
  inactivity: "Your qrvey has ended. Create a new one or duplicate this to run it again.",
27
+ loading_charts: "Loading charts",
28
+ loading_metrics: "Loading metrics",
27
29
  },
28
30
  toast: {
29
31
  add_record_message: "Record Successfully Added.",
@@ -31,7 +33,7 @@ export const I18N_DASHBOARD = {
31
33
  delete_record_message: "Record Successfully Deleted.",
32
34
  refresh_table_message: "Record Successfully Edited.",
33
35
  failed_download: "The file(s) could not be exported at this time.",
34
- successful_download: "{{fileType}} exported",
36
+ successful_download: "{{fileName}} - {{fileType}} exported.",
35
37
  panels_loading: "Visualizations are currently loading. Try exporting again once all visualizations have loaded properly.",
36
38
  },
37
39
  tooltips: {
@@ -124,6 +124,7 @@ export const I18N_PANEL = {
124
124
  },
125
125
  timeout_message: "Calculating {{type}}. This process may take a while.",
126
126
  tooltips: {
127
+ exporting: "Exporting",
127
128
  fit_panel: "Fit to panel",
128
129
  no_filters: "No filters applied",
129
130
  select_columns: "Select columns",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.13.0",
3
+ "version": "1.14.0-0",
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",