@qrvey/utils 1.2.9-6 → 1.2.9-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.
@@ -1,10 +1,12 @@
1
1
  import { II18nRelativeContainerCursor } from "./II18nRelativeContainerCursor";
2
2
  export interface II18nRelativeContainer {
3
- cursors: II18nRelativeContainerCursor;
4
3
  calendar_date: string;
5
4
  calendar_date_tooltip: string;
5
+ current_date: string;
6
+ cursors: II18nRelativeContainerCursor;
7
+ date_selected: string;
6
8
  starting_date: string;
7
9
  starting_date_tooltip: string;
8
10
  starting_from: string;
9
- date_selected: string;
11
+ set_current_date: string;
10
12
  }
@@ -1,7 +1,7 @@
1
1
  export interface II18nPanelSummaryViews {
2
2
  bar_chart: string;
3
- bubble_view: string;
4
3
  bubble_map: string;
4
+ bubble_view: string;
5
5
  categories: string;
6
6
  cluster_chart: string;
7
7
  dot_map: string;
@@ -10,18 +10,20 @@ export interface II18nPanelSummaryViews {
10
10
  histogram: string;
11
11
  keyphrases: string;
12
12
  list_view: string;
13
- pie_chart: string;
14
- sentiment: string;
15
- starts: string;
16
- metrics: string;
17
- multiseries: string;
18
13
  metric_filled_in: string;
19
14
  metric_label_average: string;
20
- metric_label_minimum: string;
21
- metric_label_maximum: string;
22
- metric_label_sum: string;
23
15
  metric_label_count: string;
16
+ metric_label_maximum: string;
17
+ metric_label_minimum: string;
24
18
  metric_label_standar_desviation: string;
19
+ metric_label_sum: string;
25
20
  metric_null: string;
21
+ metrics: string;
22
+ multiseries: string;
23
+ no_data_found_for_this_field: string;
24
+ pie_chart: string;
25
+ restore_panel: string;
26
+ sentiment: string;
27
+ starts: string;
26
28
  wordcloud: string;
27
29
  }
@@ -3,11 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.I18N_RELATIVE_CONTAINER = void 0;
4
4
  const I18N_RELATIVE_CURSOR_1 = require("./I18N_RELATIVE_CURSOR");
5
5
  exports.I18N_RELATIVE_CONTAINER = {
6
- cursors: I18N_RELATIVE_CURSOR_1.I18N_RELATIVE_CURSOR,
7
6
  calendar_date: 'Calendar dates',
8
7
  calendar_date_tooltip: 'The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.',
8
+ current_date: 'Current Date',
9
+ cursors: I18N_RELATIVE_CURSOR_1.I18N_RELATIVE_CURSOR,
10
+ date_selected: 'Date Selected',
9
11
  starting_date: 'Include starting date',
10
12
  starting_date_tooltip: 'The relative date will include the specific starting date and a period of time to show from that date onwards (Inclusive range). <br/> Unchecking this option will exclude the chosen starting date (exclusive range) from the date range.',
11
13
  starting_from: 'Starting From',
12
- date_selected: 'Date Selected',
14
+ set_current_date: 'Set to current date',
13
15
  };
@@ -85,8 +85,8 @@ exports.I18N_PANEL = {
85
85
  },
86
86
  summary_views: {
87
87
  bar_chart: 'Bar Chart',
88
- bubble_view: 'Bubble',
89
88
  bubble_map: 'Bubble Map',
89
+ bubble_view: 'Bubble',
90
90
  categories: 'Categories',
91
91
  cluster_chart: 'Cluster Chart',
92
92
  dot_map: 'Dot Map',
@@ -95,19 +95,21 @@ exports.I18N_PANEL = {
95
95
  histogram: 'Histogram',
96
96
  keyphrases: 'Keyphrases',
97
97
  list_view: 'List View',
98
- pie_chart: 'Pie Chart',
99
- sentiment: 'Sentiment',
100
- starts: 'Stars',
101
- metrics: 'Metrics',
102
- multiseries: 'Multiseries',
103
- metric_null: 'Null',
104
98
  metric_filled_in: 'Filled in',
105
99
  metric_label_average: 'Average',
106
- metric_label_minimum: 'Minimum',
107
- metric_label_maximum: 'Maximum',
108
- metric_label_sum: 'Sum',
109
100
  metric_label_count: 'Count',
101
+ metric_label_maximum: 'Maximum',
102
+ metric_label_minimum: 'Minimum',
110
103
  metric_label_standar_desviation: 'Standard Deviation',
104
+ metric_label_sum: 'Sum',
105
+ metric_null: 'Null',
106
+ metrics: 'Metrics',
107
+ multiseries: 'Multiseries',
108
+ no_data_found_for_this_field: 'No data found for this field',
109
+ pie_chart: 'Pie Chart',
110
+ restore_panel: 'Restore panel',
111
+ sentiment: 'Sentiment',
112
+ starts: 'Stars',
111
113
  wordcloud: 'Wordcloud',
112
114
  },
113
115
  timeout_message: 'Calculating {{type}}. This process may take a while.',
@@ -1,10 +1,12 @@
1
1
  import { II18nRelativeContainerCursor } from "./II18nRelativeContainerCursor";
2
2
  export interface II18nRelativeContainer {
3
- cursors: II18nRelativeContainerCursor;
4
3
  calendar_date: string;
5
4
  calendar_date_tooltip: string;
5
+ current_date: string;
6
+ cursors: II18nRelativeContainerCursor;
7
+ date_selected: string;
6
8
  starting_date: string;
7
9
  starting_date_tooltip: string;
8
10
  starting_from: string;
9
- date_selected: string;
11
+ set_current_date: string;
10
12
  }
@@ -1,7 +1,7 @@
1
1
  export interface II18nPanelSummaryViews {
2
2
  bar_chart: string;
3
- bubble_view: string;
4
3
  bubble_map: string;
4
+ bubble_view: string;
5
5
  categories: string;
6
6
  cluster_chart: string;
7
7
  dot_map: string;
@@ -10,18 +10,20 @@ export interface II18nPanelSummaryViews {
10
10
  histogram: string;
11
11
  keyphrases: string;
12
12
  list_view: string;
13
- pie_chart: string;
14
- sentiment: string;
15
- starts: string;
16
- metrics: string;
17
- multiseries: string;
18
13
  metric_filled_in: string;
19
14
  metric_label_average: string;
20
- metric_label_minimum: string;
21
- metric_label_maximum: string;
22
- metric_label_sum: string;
23
15
  metric_label_count: string;
16
+ metric_label_maximum: string;
17
+ metric_label_minimum: string;
24
18
  metric_label_standar_desviation: string;
19
+ metric_label_sum: string;
25
20
  metric_null: string;
21
+ metrics: string;
22
+ multiseries: string;
23
+ no_data_found_for_this_field: string;
24
+ pie_chart: string;
25
+ restore_panel: string;
26
+ sentiment: string;
27
+ starts: string;
26
28
  wordcloud: string;
27
29
  }
@@ -1,10 +1,12 @@
1
1
  import { I18N_RELATIVE_CURSOR } from "./I18N_RELATIVE_CURSOR";
2
2
  export const I18N_RELATIVE_CONTAINER = {
3
- cursors: I18N_RELATIVE_CURSOR,
4
3
  calendar_date: 'Calendar dates',
5
4
  calendar_date_tooltip: 'The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.',
5
+ current_date: 'Current Date',
6
+ cursors: I18N_RELATIVE_CURSOR,
7
+ date_selected: 'Date Selected',
6
8
  starting_date: 'Include starting date',
7
9
  starting_date_tooltip: 'The relative date will include the specific starting date and a period of time to show from that date onwards (Inclusive range). <br/> Unchecking this option will exclude the chosen starting date (exclusive range) from the date range.',
8
10
  starting_from: 'Starting From',
9
- date_selected: 'Date Selected',
11
+ set_current_date: 'Set to current date',
10
12
  };
@@ -82,8 +82,8 @@ export const I18N_PANEL = {
82
82
  },
83
83
  summary_views: {
84
84
  bar_chart: 'Bar Chart',
85
- bubble_view: 'Bubble',
86
85
  bubble_map: 'Bubble Map',
86
+ bubble_view: 'Bubble',
87
87
  categories: 'Categories',
88
88
  cluster_chart: 'Cluster Chart',
89
89
  dot_map: 'Dot Map',
@@ -92,19 +92,21 @@ export const I18N_PANEL = {
92
92
  histogram: 'Histogram',
93
93
  keyphrases: 'Keyphrases',
94
94
  list_view: 'List View',
95
- pie_chart: 'Pie Chart',
96
- sentiment: 'Sentiment',
97
- starts: 'Stars',
98
- metrics: 'Metrics',
99
- multiseries: 'Multiseries',
100
- metric_null: 'Null',
101
95
  metric_filled_in: 'Filled in',
102
96
  metric_label_average: 'Average',
103
- metric_label_minimum: 'Minimum',
104
- metric_label_maximum: 'Maximum',
105
- metric_label_sum: 'Sum',
106
97
  metric_label_count: 'Count',
98
+ metric_label_maximum: 'Maximum',
99
+ metric_label_minimum: 'Minimum',
107
100
  metric_label_standar_desviation: 'Standard Deviation',
101
+ metric_label_sum: 'Sum',
102
+ metric_null: 'Null',
103
+ metrics: 'Metrics',
104
+ multiseries: 'Multiseries',
105
+ no_data_found_for_this_field: 'No data found for this field',
106
+ pie_chart: 'Pie Chart',
107
+ restore_panel: 'Restore panel',
108
+ sentiment: 'Sentiment',
109
+ starts: 'Stars',
108
110
  wordcloud: 'Wordcloud',
109
111
  },
110
112
  timeout_message: 'Calculating {{type}}. This process may take a while.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.2.9-6",
3
+ "version": "1.2.9-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",
@@ -1,11 +1,13 @@
1
1
  import { II18nRelativeContainerCursor } from "./II18nRelativeContainerCursor";
2
2
 
3
3
  export interface II18nRelativeContainer {
4
- cursors: II18nRelativeContainerCursor;
5
4
  calendar_date: string;
6
5
  calendar_date_tooltip: string;
6
+ current_date: string;
7
+ cursors: II18nRelativeContainerCursor;
8
+ date_selected: string;
7
9
  starting_date: string;
8
10
  starting_date_tooltip: string;
9
11
  starting_from: string;
10
- date_selected: string;
12
+ set_current_date: string;
11
13
  }
@@ -1,7 +1,7 @@
1
1
  export interface II18nPanelSummaryViews {
2
2
  bar_chart: string;
3
- bubble_view: string;
4
3
  bubble_map: string;
4
+ bubble_view: string;
5
5
  categories: string;
6
6
  cluster_chart: string;
7
7
  dot_map: string;
@@ -10,18 +10,20 @@ export interface II18nPanelSummaryViews {
10
10
  histogram: string;
11
11
  keyphrases: string;
12
12
  list_view: string;
13
- pie_chart: string;
14
- sentiment: string;
15
- starts: string;
16
- metrics: string;
17
- multiseries: string;
18
13
  metric_filled_in: string;
19
14
  metric_label_average: string;
20
- metric_label_minimum: string;
21
- metric_label_maximum: string;
22
- metric_label_sum: string;
23
15
  metric_label_count: string;
16
+ metric_label_maximum: string;
17
+ metric_label_minimum: string;
24
18
  metric_label_standar_desviation: string;
19
+ metric_label_sum: string;
25
20
  metric_null: string;
21
+ metrics: string;
22
+ multiseries: string;
23
+ no_data_found_for_this_field: string;
24
+ pie_chart: string;
25
+ restore_panel: string;
26
+ sentiment: string;
27
+ starts: string;
26
28
  wordcloud: string;
27
29
  }
@@ -2,11 +2,13 @@ import { II18nRelativeContainer } from "../../interfaces/filters/II18nRelativeCo
2
2
  import { I18N_RELATIVE_CURSOR } from "./I18N_RELATIVE_CURSOR";
3
3
 
4
4
  export const I18N_RELATIVE_CONTAINER: II18nRelativeContainer = {
5
- cursors: I18N_RELATIVE_CURSOR,
6
5
  calendar_date: 'Calendar dates',
7
6
  calendar_date_tooltip: 'The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.',
7
+ current_date: 'Current Date',
8
+ cursors: I18N_RELATIVE_CURSOR,
9
+ date_selected: 'Date Selected',
8
10
  starting_date: 'Include starting date',
9
11
  starting_date_tooltip: 'The relative date will include the specific starting date and a period of time to show from that date onwards (Inclusive range). <br/> Unchecking this option will exclude the chosen starting date (exclusive range) from the date range.',
10
12
  starting_from: 'Starting From',
11
- date_selected: 'Date Selected',
13
+ set_current_date: 'Set to current date',
12
14
  };
@@ -84,8 +84,8 @@ export const I18N_PANEL: II18nPanel = {
84
84
  },
85
85
  summary_views: {
86
86
  bar_chart: 'Bar Chart',
87
- bubble_view: 'Bubble',
88
87
  bubble_map: 'Bubble Map',
88
+ bubble_view: 'Bubble',
89
89
  categories: 'Categories',
90
90
  cluster_chart: 'Cluster Chart',
91
91
  dot_map: 'Dot Map',
@@ -94,19 +94,21 @@ export const I18N_PANEL: II18nPanel = {
94
94
  histogram: 'Histogram',
95
95
  keyphrases: 'Keyphrases',
96
96
  list_view: 'List View',
97
- pie_chart: 'Pie Chart',
98
- sentiment: 'Sentiment',
99
- starts: 'Stars',
100
- metrics: 'Metrics',
101
- multiseries: 'Multiseries',
102
- metric_null: 'Null',
103
97
  metric_filled_in: 'Filled in',
104
98
  metric_label_average: 'Average',
105
- metric_label_minimum: 'Minimum',
106
- metric_label_maximum: 'Maximum',
107
- metric_label_sum: 'Sum',
108
99
  metric_label_count: 'Count',
100
+ metric_label_maximum: 'Maximum',
101
+ metric_label_minimum: 'Minimum',
109
102
  metric_label_standar_desviation: 'Standard Deviation',
103
+ metric_label_sum: 'Sum',
104
+ metric_null: 'Null',
105
+ metrics: 'Metrics',
106
+ multiseries: 'Multiseries',
107
+ no_data_found_for_this_field: 'No data found for this field',
108
+ pie_chart: 'Pie Chart',
109
+ restore_panel: 'Restore panel',
110
+ sentiment: 'Sentiment',
111
+ starts: 'Stars',
110
112
  wordcloud: 'Wordcloud',
111
113
  },
112
114
  timeout_message: 'Calculating {{type}}. This process may take a while.',