@qrvey/utils 1.2.9-4 → 1.2.9-8
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/README.md +561 -561
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.js +11 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +14 -0
- package/dist/cjs/dates/relative/constants/index.d.ts +2 -0
- package/dist/cjs/dates/relative/constants/index.js +2 -0
- package/dist/cjs/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
- package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
- package/dist/cjs/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
- package/dist/cjs/dates/relative/interfaces/IRelativeUnitInfo.js +2 -0
- package/dist/cjs/dates/relative/interfaces/index.d.ts +2 -0
- package/dist/cjs/dates/relative/interfaces/index.js +2 -0
- package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/cjs/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
- package/dist/cjs/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.d.ts → II18nChartBuilderChartLabels.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +15 -11
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +12 -11
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
- package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/index.js +1 -1
- package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nUnits.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/common/II18nUnits.js +2 -0
- package/dist/cjs/globalization/interfaces/common/index.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/common/index.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +4 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +11 -9
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +15 -11
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +50 -36
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +43 -38
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +8 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -2
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +12 -10
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.js +8 -0
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +11 -0
- package/dist/dates/relative/constants/index.d.ts +2 -0
- package/dist/dates/relative/constants/index.js +2 -0
- package/dist/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
- package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
- package/dist/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
- package/dist/dates/relative/interfaces/IRelativeUnitInfo.js +1 -0
- package/dist/dates/relative/interfaces/index.d.ts +2 -0
- package/dist/dates/relative/interfaces/index.js +2 -0
- package/dist/globalization/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -2
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
- package/dist/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.d.ts → II18nChartBuilderChartLabels.d.ts} +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +15 -11
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +12 -11
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
- package/dist/globalization/interfaces/chart_builder/index.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/index.js +1 -1
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +2 -0
- package/dist/globalization/interfaces/common/II18nUnits.d.ts +7 -0
- package/dist/globalization/interfaces/common/II18nUnits.js +1 -0
- package/dist/globalization/interfaces/common/index.d.ts +2 -0
- package/dist/globalization/interfaces/common/index.js +2 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +4 -2
- package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +11 -9
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +15 -11
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +50 -36
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +43 -38
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
- package/dist/globalization/labels/common/I18N_COMMON.js +8 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -2
- package/dist/globalization/labels/panel/I18N_PANEL.js +12 -10
- package/package.json +1 -1
- package/src/dates/relative/constants/RELATIVE_UNIT_INFO.ts +11 -0
- package/src/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.ts +13 -0
- package/src/dates/relative/constants/index.ts +2 -0
- package/src/dates/relative/interfaces/IRelativeUnit.ts +3 -0
- package/src/dates/relative/interfaces/IRelativeUnitInfo.ts +7 -0
- package/src/dates/relative/interfaces/index.ts +2 -0
- package/src/globalization/helpers/getI18nDateGroupLabel.ts +2 -0
- package/src/globalization/helpers/getReverseI18nGroupLabel.ts +2 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +2 -2
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +19 -18
- package/src/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.ts → II18nChartBuilderChartLabels.ts} +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +5 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +15 -11
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +16 -15
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +12 -11
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +16 -12
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +3 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +19 -16
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +15 -3
- package/src/globalization/interfaces/chart_builder/index.ts +1 -1
- package/src/globalization/interfaces/common/II18nCommon.ts +2 -0
- package/src/globalization/interfaces/common/II18nUnits.ts +7 -0
- package/src/globalization/interfaces/common/index.ts +3 -0
- package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +4 -2
- package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +11 -9
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +15 -11
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +51 -38
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +21 -16
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +43 -38
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +1 -1
- package/src/globalization/labels/common/I18N_COMMON.ts +8 -0
- package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +4 -2
- package/src/globalization/labels/panel/I18N_PANEL.ts +12 -10
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RELATIVE_UNIT_INFO = void 0;
|
|
4
|
+
const DATE_GROUPING_PROPERTY_1 = require("../../constants/DATE_GROUPING_PROPERTY");
|
|
5
|
+
exports.RELATIVE_UNIT_INFO = {
|
|
6
|
+
DAY: { abbrLabel: 'Day', shortLabel: 'Day', label: 'Day', value: DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.DAY, displayed: true, i18nLabelPath: 'common.units.day' },
|
|
7
|
+
MONTH: { abbrLabel: 'Month', shortLabel: 'Month', label: 'Month', value: DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.MONTH, displayed: true, i18nLabelPath: 'common.units.month' },
|
|
8
|
+
QUARTER: { abbrLabel: 'Quarter', shortLabel: 'Quarter', label: 'Quarter', value: DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.QUARTER, displayed: true, i18nLabelPath: 'common.units.quarter' },
|
|
9
|
+
WEEK: { abbrLabel: 'Week', shortLabel: 'Week', label: 'Week', value: DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.WEEK, displayed: true, i18nLabelPath: 'common.units.week' },
|
|
10
|
+
YEAR: { abbrLabel: 'Year', shortLabel: 'Year', label: 'Year', value: DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.YEAR, displayed: true, i18nLabelPath: 'common.units.year' },
|
|
11
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RELATIVE_UNIT_INFO_LIST = void 0;
|
|
4
|
+
const RELATIVE_UNIT_INFO_1 = require("./RELATIVE_UNIT_INFO");
|
|
5
|
+
/**
|
|
6
|
+
* @description Key/array of compound relative cursor info
|
|
7
|
+
*/
|
|
8
|
+
exports.RELATIVE_UNIT_INFO_LIST = [
|
|
9
|
+
RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO['YEAR'],
|
|
10
|
+
RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO['QUARTER'],
|
|
11
|
+
RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO['MONTH'],
|
|
12
|
+
RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO['WEEK'],
|
|
13
|
+
RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO['DAY'],
|
|
14
|
+
];
|
|
@@ -4,4 +4,6 @@ export * from './RELATIVE_CURSOR';
|
|
|
4
4
|
export * from './RELATIVE_CURSOR_INFO_LIST';
|
|
5
5
|
export * from './RELATIVE_CURSOR_INFO';
|
|
6
6
|
export * from './RELATIVE_CURSOR_LABEL';
|
|
7
|
+
export * from './RELATIVE_UNIT_INFO_LIST';
|
|
8
|
+
export * from './RELATIVE_UNIT_INFO';
|
|
7
9
|
export * from './ui/index';
|
|
@@ -16,4 +16,6 @@ __exportStar(require("./RELATIVE_CURSOR"), exports);
|
|
|
16
16
|
__exportStar(require("./RELATIVE_CURSOR_INFO_LIST"), exports);
|
|
17
17
|
__exportStar(require("./RELATIVE_CURSOR_INFO"), exports);
|
|
18
18
|
__exportStar(require("./RELATIVE_CURSOR_LABEL"), exports);
|
|
19
|
+
__exportStar(require("./RELATIVE_UNIT_INFO_LIST"), exports);
|
|
20
|
+
__exportStar(require("./RELATIVE_UNIT_INFO"), exports);
|
|
19
21
|
__exportStar(require("./ui/index"), exports);
|
|
File without changes
|
|
@@ -2,6 +2,8 @@ export * from './AbsoluteStatement';
|
|
|
2
2
|
export * from './Anchor';
|
|
3
3
|
export * from './RelativeCursor';
|
|
4
4
|
export * from './IRelativeCursorInfo';
|
|
5
|
+
export * from './IRelativeUnit';
|
|
6
|
+
export * from './IRelativeUnitInfo';
|
|
5
7
|
export * from './RelativeInput';
|
|
6
8
|
export * from './RelativeStatement';
|
|
7
9
|
export * from './RelativeToAbsoluteStruct';
|
|
@@ -14,6 +14,8 @@ __exportStar(require("./AbsoluteStatement"), exports);
|
|
|
14
14
|
__exportStar(require("./Anchor"), exports);
|
|
15
15
|
__exportStar(require("./RelativeCursor"), exports);
|
|
16
16
|
__exportStar(require("./IRelativeCursorInfo"), exports);
|
|
17
|
+
__exportStar(require("./IRelativeUnit"), exports);
|
|
18
|
+
__exportStar(require("./IRelativeUnitInfo"), exports);
|
|
17
19
|
__exportStar(require("./RelativeInput"), exports);
|
|
18
20
|
__exportStar(require("./RelativeStatement"), exports);
|
|
19
21
|
__exportStar(require("./RelativeToAbsoluteStruct"), exports);
|
|
@@ -7,6 +7,8 @@ const DATE_YEAR_MONTHS_1 = require("../../dates/constants/DATE_YEAR_MONTHS");
|
|
|
7
7
|
const isEmpty_1 = require("../../general/mix/isEmpty");
|
|
8
8
|
const isTokenLabel_1 = require("../../tokens/isTokenLabel");
|
|
9
9
|
function getI18nDateGroupLabel(label, dateGroup, translate) {
|
|
10
|
+
if ((0, isEmpty_1.isEmpty)(label))
|
|
11
|
+
return label;
|
|
10
12
|
if (dateGroup === DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.MONTH)
|
|
11
13
|
return getI18nMonthLabel(label, translate);
|
|
12
14
|
else if (dateGroup === DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.QUARTER)
|
|
@@ -8,6 +8,8 @@ const DATE_YEAR_MONTHS_1 = require("../../dates/constants/DATE_YEAR_MONTHS");
|
|
|
8
8
|
const isEmpty_1 = require("../../general/mix/isEmpty");
|
|
9
9
|
const isTokenLabel_1 = require("../../tokens/isTokenLabel");
|
|
10
10
|
function getReverseI18nGroupLabel(label, dateGroup, translate) {
|
|
11
|
+
if ((0, isEmpty_1.isEmpty)(label))
|
|
12
|
+
return label;
|
|
11
13
|
if (dateGroup === DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.MONTH)
|
|
12
14
|
return getReverseI18nMonthLabel(label, translate);
|
|
13
15
|
else if (dateGroup === DATE_GROUPING_PROPERTY_1.DATE_GROUPING_PROPERTY.QUARTER)
|
|
@@ -42,7 +42,7 @@ import { II18nChartBuilderScaleTypes } from "./II18nChartBuilderScaleTypes";
|
|
|
42
42
|
import { II18nChartBuilderTrendChart } from "./II18nChartBuilderTrendChart";
|
|
43
43
|
import { II18nChartBuilderChartInfo } from "./II18nChartBuilderChartInfo";
|
|
44
44
|
import { II18nChartBuilderDndZone } from "./II18nChartBuilderDndZone";
|
|
45
|
-
import {
|
|
45
|
+
import { II18nChartBuilderChartLabels } from "./II18nChartBuilderChartLabels";
|
|
46
46
|
import { II18nChartBuilderActionPanel } from "./II18nChartBuilderActionPanel";
|
|
47
47
|
import { II18nChartBuilderMessagesGeneral } from "./II18nChartBuilderMessagesGeneral";
|
|
48
48
|
import { II18nChartBuilderMessagesMissingDefault } from "./II18nChartBuilderMessagesMissingDefault";
|
|
@@ -77,7 +77,7 @@ export interface II18nChartBuilder {
|
|
|
77
77
|
base_map: II18nChartBuilderBaseMap;
|
|
78
78
|
box_whisker: II18nChartBuilderBoxWhisker;
|
|
79
79
|
category_labels: II18nChartBuilderCategoryLabels;
|
|
80
|
-
|
|
80
|
+
chart_labels: II18nChartBuilderChartLabels;
|
|
81
81
|
color_by_values: II18nChartBuilderColorByValues;
|
|
82
82
|
custom_scale: II18nChartBuilderCustomScale;
|
|
83
83
|
chart_info: II18nChartBuilderChartInfo;
|
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
export interface II18nChartBuilderAxisStyle {
|
|
2
|
-
|
|
2
|
+
axis_format_title: string;
|
|
3
|
+
axis_position: string;
|
|
4
|
+
axis_position_left: string;
|
|
5
|
+
axis_position_primary_axis: string;
|
|
6
|
+
axis_position_right: string;
|
|
3
7
|
custom_axis_label: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
values_axis_check: string;
|
|
7
|
-
values_rotation: string;
|
|
8
|
-
values_rotation_horizontal: string;
|
|
9
|
-
values_rotation_diagonal: string;
|
|
10
|
-
values_rotation_vertical: string;
|
|
8
|
+
custom_label: string;
|
|
9
|
+
custom_label_placeholder: string;
|
|
11
10
|
format_title: string;
|
|
12
|
-
|
|
11
|
+
max_range: string;
|
|
12
|
+
max_range_placeholder: string;
|
|
13
|
+
min_range: string;
|
|
14
|
+
min_range_placeholder: string;
|
|
15
|
+
position: string;
|
|
13
16
|
scale_type: string;
|
|
14
17
|
scale_type_linear: string;
|
|
15
18
|
scale_type_logarithm: string;
|
|
16
|
-
|
|
17
|
-
min_range_placeholder: string;
|
|
18
|
-
max_range: string;
|
|
19
|
-
max_range_placeholder: string;
|
|
19
|
+
scale_type_placeholder: string;
|
|
20
20
|
steps: string;
|
|
21
21
|
steps_placeholder: string;
|
|
22
|
-
position: string;
|
|
23
|
-
axis_position: string;
|
|
24
|
-
axis_position_primari_axis: string;
|
|
25
|
-
axis_position_left: string;
|
|
26
|
-
axis_position_right: string;
|
|
27
22
|
type_label: string;
|
|
23
|
+
values_axis_check: string;
|
|
24
|
+
values_check: string;
|
|
25
|
+
values_rotation: string;
|
|
26
|
+
values_rotation_diagonal: string;
|
|
27
|
+
values_rotation_horizontal: string;
|
|
28
|
+
values_rotation_vertical: string;
|
|
28
29
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export interface II18nChartBuilderColorSettings {
|
|
2
|
-
select_color_type: string;
|
|
3
|
-
single_color: string;
|
|
4
2
|
color_by_category: string;
|
|
5
|
-
select_color: string;
|
|
6
|
-
select_theme: string;
|
|
7
3
|
color_by_value_title: string;
|
|
8
4
|
match_color: string;
|
|
5
|
+
select_color: string;
|
|
6
|
+
select_color_type: string;
|
|
7
|
+
select_color_type_placeholder: string;
|
|
8
|
+
select_theme: string;
|
|
9
|
+
single_color: string;
|
|
9
10
|
}
|
package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
export interface II18nChartBuilderComparisionOptions {
|
|
2
|
-
date_column: string;
|
|
3
|
-
time_period: string;
|
|
4
2
|
comparison: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
change_triangle_up: string;
|
|
4
|
+
change_triangle_down: string;
|
|
5
|
+
change_none: string;
|
|
6
|
+
change_circle: string;
|
|
7
|
+
date_column: string;
|
|
8
|
+
difference_higher: string;
|
|
9
|
+
difference_lower: string;
|
|
10
|
+
difference_equal_to: string;
|
|
11
|
+
decreasing_change: string;
|
|
8
12
|
font_color: string;
|
|
9
13
|
font_size: string;
|
|
10
14
|
font_style: string;
|
|
15
|
+
font_size_disabled: string;
|
|
11
16
|
increasing_change: string;
|
|
12
|
-
decreasing_change: string;
|
|
13
17
|
no_change: string;
|
|
14
|
-
|
|
15
|
-
change_triangle_down: string;
|
|
16
|
-
chnage_none: string;
|
|
17
|
-
change_circle: string;
|
|
18
|
-
font_size_disabled: string;
|
|
18
|
+
preposition_than: string;
|
|
19
19
|
select_option: string;
|
|
20
|
+
type: string;
|
|
21
|
+
time_period: string;
|
|
22
|
+
type_change: string;
|
|
23
|
+
type_difference: string;
|
|
20
24
|
}
|
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
export interface II18nChartBuilderDataPanel {
|
|
2
|
-
loading: string;
|
|
3
|
-
loading_data: string;
|
|
4
|
-
error_state: string;
|
|
5
|
-
title: string;
|
|
6
|
-
links: string;
|
|
7
|
-
linked_tooltip: string;
|
|
8
2
|
column_tooltip: string;
|
|
9
|
-
go_dataset_tooltip: string;
|
|
10
|
-
search_links_placeholder: string;
|
|
11
|
-
search_columns_placeholder: string;
|
|
12
3
|
categories: string;
|
|
13
|
-
|
|
14
|
-
values: string;
|
|
15
|
-
no_values_available: string;
|
|
4
|
+
error_state: string;
|
|
16
5
|
geolocations: string;
|
|
17
|
-
|
|
18
|
-
|
|
6
|
+
go_dataset_tooltip: string;
|
|
7
|
+
linked_tooltip: string;
|
|
8
|
+
links: string;
|
|
9
|
+
loading: string;
|
|
10
|
+
loading_data: string;
|
|
11
|
+
no_categories_available: string;
|
|
19
12
|
no_data_available: string;
|
|
20
|
-
no_data_moment_start: string;
|
|
21
13
|
no_data_moment_action: string;
|
|
22
14
|
no_data_moment_end: string;
|
|
15
|
+
no_data_moment_start: string;
|
|
23
16
|
no_datasets_available: string;
|
|
17
|
+
no_geolocations_available: string;
|
|
18
|
+
no_geolocations_available_tooltips: string;
|
|
19
|
+
no_values_available: string;
|
|
20
|
+
search_columns_placeholder: string;
|
|
21
|
+
search_dataset_placeholder: string;
|
|
22
|
+
search_links_placeholder: string;
|
|
23
|
+
title: string;
|
|
24
|
+
values: string;
|
|
24
25
|
}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
export interface II18nChartBuilderDimensions {
|
|
2
|
-
|
|
2
|
+
categories: string;
|
|
3
3
|
category: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
other_values: string;
|
|
8
|
-
pivot: string;
|
|
4
|
+
column: string;
|
|
5
|
+
columns: string;
|
|
6
|
+
dimension: string;
|
|
9
7
|
distribution: string;
|
|
8
|
+
geolocation: string;
|
|
10
9
|
group: string;
|
|
11
10
|
groups: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
column: string;
|
|
15
|
-
columns: string;
|
|
11
|
+
other_values: string;
|
|
12
|
+
pivot: string;
|
|
16
13
|
row: string;
|
|
17
14
|
rows: string;
|
|
18
|
-
|
|
15
|
+
section: string;
|
|
16
|
+
sections: string;
|
|
17
|
+
series: string;
|
|
18
|
+
value: string;
|
|
19
|
+
values: string;
|
|
19
20
|
}
|
package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts
CHANGED
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
export interface II18nChartBuilderGeneralOptions {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
allow_pagination: string;
|
|
3
|
+
data_points: string;
|
|
4
4
|
display_average: string;
|
|
5
|
+
does_not_apply_to_dates: string;
|
|
5
6
|
fixed_scale: string;
|
|
6
|
-
min_scale: string;
|
|
7
|
-
max_scale: string;
|
|
8
7
|
fixed_scale_placeholder: string;
|
|
9
|
-
max_groups: string;
|
|
10
8
|
freeze_first_column: string;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
view_total: string;
|
|
14
|
-
view_subtotals: string;
|
|
15
|
-
max_rows: string;
|
|
9
|
+
max: string;
|
|
10
|
+
max_categories: string;
|
|
16
11
|
max_columns: string;
|
|
12
|
+
max_data_points: string;
|
|
13
|
+
max_groups: string;
|
|
14
|
+
max_rows: string;
|
|
15
|
+
max_scale: string;
|
|
16
|
+
max_series: string;
|
|
17
17
|
max_slices: string;
|
|
18
|
-
|
|
19
|
-
allow_pagination: string;
|
|
18
|
+
min_scale: string;
|
|
20
19
|
records_per_page: string;
|
|
20
|
+
slices: string;
|
|
21
|
+
view_labels: string;
|
|
22
|
+
view_sorting: string;
|
|
23
|
+
view_subtotals: string;
|
|
24
|
+
view_total: string;
|
|
21
25
|
}
|
|
@@ -6,13 +6,15 @@ export interface II18nChartBuilderSorting {
|
|
|
6
6
|
label: string;
|
|
7
7
|
order_chart_columns: string;
|
|
8
8
|
order_others_columns: string;
|
|
9
|
+
select_aggregate_placeholder: string;
|
|
9
10
|
select_column_placeholder: string;
|
|
10
|
-
sort: string;
|
|
11
11
|
sort_ascending: string;
|
|
12
12
|
sort_by: string;
|
|
13
13
|
sort_descending: string;
|
|
14
14
|
sort_descending_a_to_z: string;
|
|
15
15
|
sort_descending_z_to_a: string;
|
|
16
|
+
sort: string;
|
|
17
|
+
sorting_by_calculated_value: string;
|
|
16
18
|
title: string;
|
|
17
19
|
value: string;
|
|
18
20
|
}
|
|
@@ -1,27 +1,30 @@
|
|
|
1
1
|
export interface II18nChartBuilderStyleOptions {
|
|
2
|
+
allow_clustering: string;
|
|
2
3
|
axis_labels: string;
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
axis_position_disabled_message: string;
|
|
5
|
+
bar_type_disabled_message: string;
|
|
5
6
|
bar_width: string;
|
|
6
7
|
bar_width_symbol: string;
|
|
7
8
|
bar_width_auto: string;
|
|
8
|
-
|
|
9
|
+
bullet_color: string;
|
|
9
10
|
borders_check: string;
|
|
10
|
-
|
|
11
|
-
values_check: string;
|
|
12
|
-
percentage_check: string;
|
|
13
|
-
line_opacity: string;
|
|
14
|
-
threshold_opacity: string;
|
|
15
|
-
symbol_opacity: string;
|
|
16
|
-
show_animation_check: string;
|
|
17
|
-
needle_color: string;
|
|
18
|
-
show_comparision_check: string;
|
|
11
|
+
chart_type_disabled_message: string;
|
|
19
12
|
comparision_color: string;
|
|
20
|
-
|
|
13
|
+
data_labels_check: string;
|
|
21
14
|
default_format_title: string;
|
|
22
|
-
reversed_colors: string;
|
|
23
|
-
map_borders: string;
|
|
24
|
-
allow_clustering: string;
|
|
25
15
|
display_outliers_check: string;
|
|
16
|
+
line_opacity: string;
|
|
17
|
+
map_borders: string;
|
|
18
|
+
needle_color: string;
|
|
26
19
|
opacity: string;
|
|
20
|
+
percentage_check: string;
|
|
21
|
+
reversed_colors: string;
|
|
22
|
+
shading_check: string;
|
|
23
|
+
symbol_opacity: string;
|
|
24
|
+
show_animation_check: string;
|
|
25
|
+
show_comparison_check: string;
|
|
26
|
+
threshold_opacity: string;
|
|
27
|
+
values_check: string;
|
|
28
|
+
x_axis_title: string;
|
|
29
|
+
y_axis_title: string;
|
|
27
30
|
}
|
package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export interface II18nChartBuilderTableCalculation {
|
|
|
13
13
|
calculation_type: string;
|
|
14
14
|
calculation_type_placeholder: string;
|
|
15
15
|
custom_label: string;
|
|
16
|
-
|
|
16
|
+
custom_label_placeholder: string;
|
|
17
17
|
remove: string;
|
|
18
18
|
calculation_type_average: string;
|
|
19
19
|
calculation_type_sum: string;
|
|
@@ -1,22 +1,36 @@
|
|
|
1
1
|
export interface II18nChartBuilderTrendChart {
|
|
2
2
|
add: string;
|
|
3
3
|
add_trend_disabled: string;
|
|
4
|
-
color: string;
|
|
5
4
|
chart_type: string;
|
|
5
|
+
color: string;
|
|
6
6
|
date_grouping: string;
|
|
7
7
|
fill: string;
|
|
8
8
|
fill_below: string;
|
|
9
9
|
fill_none: string;
|
|
10
|
+
fixed_scale: string;
|
|
10
11
|
label: string;
|
|
11
12
|
label_placeholder: string;
|
|
13
|
+
less_than: string;
|
|
14
|
+
loss_threshold: string;
|
|
12
15
|
max_data_points: string;
|
|
16
|
+
max_scale: string;
|
|
17
|
+
min_scale: string;
|
|
13
18
|
new_trend_chart_label: string;
|
|
14
19
|
options_title: string;
|
|
15
20
|
remove: string;
|
|
16
21
|
select_column: string;
|
|
17
22
|
select_column_placeholder: string;
|
|
18
23
|
show_value: string;
|
|
24
|
+
target: string;
|
|
25
|
+
target_aggregate: string;
|
|
26
|
+
target_aggregate_placeholder: string;
|
|
27
|
+
target_column: string;
|
|
28
|
+
target_column_placeholder: string;
|
|
29
|
+
target_label: string;
|
|
30
|
+
target_value: string;
|
|
31
|
+
time_period: string;
|
|
19
32
|
title: string;
|
|
33
|
+
tooltips: string;
|
|
20
34
|
trend_by_column: string;
|
|
21
35
|
trend_by_column_placeholder: string;
|
|
22
36
|
trend_sort: string;
|
|
@@ -26,6 +40,4 @@ export interface II18nChartBuilderTrendChart {
|
|
|
26
40
|
type_line: string;
|
|
27
41
|
type_spline: string;
|
|
28
42
|
type_step_line: string;
|
|
29
|
-
tooltips: string;
|
|
30
|
-
time_period: string;
|
|
31
43
|
}
|
|
@@ -43,7 +43,7 @@ export * from './II18nChartBuilderScaleTypes';
|
|
|
43
43
|
export * from './II18nChartBuilderTrendChart';
|
|
44
44
|
export * from './II18nChartBuilderChartInfo';
|
|
45
45
|
export * from './II18nChartBuilderDndZone';
|
|
46
|
-
export * from './
|
|
46
|
+
export * from './II18nChartBuilderChartLabels';
|
|
47
47
|
export * from './II18nChartBuilderActionPanel';
|
|
48
48
|
export * from './II18nChartBuilderMessagesGeneral';
|
|
49
49
|
export * from './II18nChartBuilderMessagesDefault';
|
|
@@ -55,7 +55,7 @@ __exportStar(require("./II18nChartBuilderScaleTypes"), exports);
|
|
|
55
55
|
__exportStar(require("./II18nChartBuilderTrendChart"), exports);
|
|
56
56
|
__exportStar(require("./II18nChartBuilderChartInfo"), exports);
|
|
57
57
|
__exportStar(require("./II18nChartBuilderDndZone"), exports);
|
|
58
|
-
__exportStar(require("./
|
|
58
|
+
__exportStar(require("./II18nChartBuilderChartLabels"), exports);
|
|
59
59
|
__exportStar(require("./II18nChartBuilderActionPanel"), exports);
|
|
60
60
|
__exportStar(require("./II18nChartBuilderMessagesGeneral"), exports);
|
|
61
61
|
__exportStar(require("./II18nChartBuilderMessagesDefault"), exports);
|
|
@@ -4,6 +4,7 @@ import { II18nColumnProperties } from "./II18nColumnProperties";
|
|
|
4
4
|
import { II18nColumnTypesSuffixes } from "./II18nColumnTypesSuffixes";
|
|
5
5
|
import { II18nDateGrouping } from "./II18nDateGrouping";
|
|
6
6
|
import { II18nDayNames } from "./II18nDayNames";
|
|
7
|
+
import { II18nUnits } from "./II18nUnits";
|
|
7
8
|
export interface II18nCommon {
|
|
8
9
|
aggregate_labels: II18nAgreggateLabels;
|
|
9
10
|
column_types: II18nColumnTypes;
|
|
@@ -13,4 +14,5 @@ export interface II18nCommon {
|
|
|
13
14
|
no_data_found: string;
|
|
14
15
|
properties: II18nColumnProperties;
|
|
15
16
|
search: string;
|
|
17
|
+
units: II18nUnits;
|
|
16
18
|
}
|
|
@@ -16,3 +16,5 @@ __exportStar(require("./II18nColumnProperties"), exports);
|
|
|
16
16
|
__exportStar(require("./II18nColumnTypes"), exports);
|
|
17
17
|
__exportStar(require("./II18nColumnTypesSuffixes"), exports);
|
|
18
18
|
__exportStar(require("./II18nDateGrouping"), exports);
|
|
19
|
+
__exportStar(require("./II18nDayNames"), exports);
|
|
20
|
+
__exportStar(require("./II18nUnits"), exports);
|
|
@@ -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
|
-
|
|
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
|
}
|
package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js
CHANGED
|
@@ -3,23 +3,27 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.I18N_CHART_BUILDER_COMPARISION_OPTIONS = void 0;
|
|
4
4
|
exports.I18N_CHART_BUILDER_COMPARISION_OPTIONS = {
|
|
5
5
|
comparison_options: {
|
|
6
|
-
date_column: 'Date Column',
|
|
7
|
-
time_period: 'Time Period',
|
|
8
6
|
comparison: 'Comparison',
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
change_triangle_up: 'Triangle Up',
|
|
8
|
+
change_triangle_down: 'Triangle Down',
|
|
9
|
+
change_none: 'None',
|
|
10
|
+
change_circle: 'Circle',
|
|
11
|
+
date_column: 'Date Column',
|
|
12
|
+
difference_higher: 'higher',
|
|
13
|
+
difference_lower: 'lower',
|
|
14
|
+
difference_equal_to: 'Equal to',
|
|
15
|
+
decreasing_change: 'Decreasing Change',
|
|
12
16
|
font_color: 'Font Color',
|
|
13
17
|
font_size: 'Font Size',
|
|
14
18
|
font_style: 'Font Style',
|
|
19
|
+
font_size_disabled: '<i>Automatic Resize</i> is active, go to <i>Styles</i> tab and disable it to set the size manually.',
|
|
15
20
|
increasing_change: 'Increasing Change',
|
|
16
|
-
decreasing_change: 'Decreasing Change',
|
|
17
21
|
no_change: 'No Change',
|
|
18
|
-
|
|
19
|
-
change_triangle_down: 'Triangle Down',
|
|
20
|
-
chnage_none: 'None',
|
|
21
|
-
change_circle: 'Circle',
|
|
22
|
-
font_size_disabled: '<i>Automatic Resize</i> is active, go to <i>Styles</i> tab and disable it to set the size manually.',
|
|
22
|
+
preposition_than: 'than',
|
|
23
23
|
select_option: 'Select Option',
|
|
24
|
+
type: 'Type',
|
|
25
|
+
time_period: 'Time Period',
|
|
26
|
+
type_change: '% Change',
|
|
27
|
+
type_difference: 'Difference',
|
|
24
28
|
}
|
|
25
29
|
};
|