@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.
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.d.ts +3 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +7 -2
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
- package/dist/globalization/interfaces/panel/II18nPanelTooltips.d.ts +3 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +7 -2
- package/dist/globalization/labels/panel/I18N_PANEL.js +3 -0
- package/package.json +1 -1
|
@@ -104,9 +104,14 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
104
104
|
value: "Value",
|
|
105
105
|
},
|
|
106
106
|
menu_actions: {
|
|
107
|
-
title: "
|
|
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",
|
|
@@ -101,9 +101,14 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
101
101
|
value: "Value",
|
|
102
102
|
},
|
|
103
103
|
menu_actions: {
|
|
104
|
-
title: "
|
|
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",
|