@qrvey/utils 1.12.0-21 → 1.12.0-22

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.
@@ -2,4 +2,9 @@ export interface II18nChartBuilderMenuActions {
2
2
  title: string;
3
3
  sorting: string;
4
4
  visualization: string;
5
+ filtering: string;
6
+ column_resizing: string;
7
+ column_arrangement: string;
8
+ column_update: string;
9
+ change_aggregation: string;
5
10
  }
@@ -1,4 +1,7 @@
1
1
  export interface II18nPanelTooltips {
2
2
  fit_panel: string;
3
3
  no_filters: string;
4
+ select_columns: string;
5
+ sort_by: string;
6
+ smart_analyzer: string;
4
7
  }
@@ -104,9 +104,14 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
104
104
  value: "Value",
105
105
  },
106
106
  menu_actions: {
107
- title: "Menu Actions",
107
+ title: "Self-service Options",
108
108
  sorting: "Sorting",
109
- visualization: "Visualization",
109
+ visualization: "Visualization Options",
110
+ filtering: "Filtering",
111
+ column_resizing: "Column Resizing",
112
+ column_arrangement: "Column Arrangement",
113
+ column_update: "Adding/Removing Columns",
114
+ change_aggregation: "Change Column Aggregations",
110
115
  },
111
116
  totals: {
112
117
  title: "Totals",
@@ -124,6 +124,9 @@ exports.I18N_PANEL = {
124
124
  tooltips: {
125
125
  fit_panel: "Fit to panel",
126
126
  no_filters: "No filters applied",
127
+ select_columns: "Select columns",
128
+ sort_by: "Sort by",
129
+ smart_analyzer: "Smart analyzer",
127
130
  },
128
131
  top: "Top",
129
132
  };
@@ -2,4 +2,9 @@ export interface II18nChartBuilderMenuActions {
2
2
  title: string;
3
3
  sorting: string;
4
4
  visualization: string;
5
+ filtering: string;
6
+ column_resizing: string;
7
+ column_arrangement: string;
8
+ column_update: string;
9
+ change_aggregation: string;
5
10
  }
@@ -1,4 +1,7 @@
1
1
  export interface II18nPanelTooltips {
2
2
  fit_panel: string;
3
3
  no_filters: string;
4
+ select_columns: string;
5
+ sort_by: string;
6
+ smart_analyzer: string;
4
7
  }
@@ -101,9 +101,14 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
101
101
  value: "Value",
102
102
  },
103
103
  menu_actions: {
104
- title: "Menu Actions",
104
+ title: "Self-service Options",
105
105
  sorting: "Sorting",
106
- visualization: "Visualization",
106
+ visualization: "Visualization Options",
107
+ filtering: "Filtering",
108
+ column_resizing: "Column Resizing",
109
+ column_arrangement: "Column Arrangement",
110
+ column_update: "Adding/Removing Columns",
111
+ change_aggregation: "Change Column Aggregations",
107
112
  },
108
113
  totals: {
109
114
  title: "Totals",
@@ -121,6 +121,9 @@ export const I18N_PANEL = {
121
121
  tooltips: {
122
122
  fit_panel: "Fit to panel",
123
123
  no_filters: "No filters applied",
124
+ select_columns: "Select columns",
125
+ sort_by: "Sort by",
126
+ smart_analyzer: "Smart analyzer",
124
127
  },
125
128
  top: "Top",
126
129
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.12.0-21",
3
+ "version": "1.12.0-22",
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",