@qrvey/utils 1.2.9-1 → 1.2.9-5
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 +384 -384
- package/dist/cjs/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/cjs/filters/adapters/FDToFlatUI.js +0 -2
- package/dist/cjs/filters/adapters/FDToUI.js +1 -2
- package/dist/cjs/filters/adapters/UIToFD.js +0 -1
- package/dist/cjs/filters/adapters/UIToFlatUI.js +0 -2
- package/dist/cjs/filters/adapters/UIToOldLogic.js +1 -1
- package/dist/cjs/filters/adapters/flatUIToOldLogic.js +1 -1
- package/dist/cjs/filters/adapters/flatUIToUI.js +0 -2
- package/dist/cjs/filters/adapters/logicToFlatUI.js +0 -2
- package/dist/cjs/filters/helpers/ui/getUIValues.d.ts +2 -1
- package/dist/cjs/filters/helpers/ui/getUIValues.js +25 -12
- package/dist/cjs/filters/interfaces/ui/IFUFilter.d.ts +1 -1
- package/dist/cjs/filters/interfaces/ui/IFUUIValueSettings.d.ts +6 -0
- package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUUIValueSettings.js} +0 -0
- package/dist/cjs/filters/interfaces/ui/index.d.ts +1 -0
- package/dist/cjs/filters/interfaces/ui/index.js +1 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +0 -14
- 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 +11 -9
- package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +0 -7
- package/dist/cjs/globalization/interfaces/chart_builder/index.js +0 -7
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → dashboard/II18nDashboardEmptyState.js} +0 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.js +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +11 -9
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +17 -9
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- 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 +29 -63
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +27 -21
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +12 -7
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +1 -1
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +28 -18
- package/dist/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/filters/adapters/FDToFlatUI.js +0 -2
- package/dist/filters/adapters/FDToUI.js +1 -2
- package/dist/filters/adapters/UIToFD.js +0 -1
- package/dist/filters/adapters/UIToFlatUI.js +0 -2
- package/dist/filters/adapters/UIToOldLogic.js +1 -1
- package/dist/filters/adapters/flatUIToOldLogic.js +1 -1
- package/dist/filters/adapters/flatUIToUI.js +0 -2
- package/dist/filters/adapters/logicToFlatUI.js +0 -2
- package/dist/filters/helpers/ui/getUIValues.d.ts +2 -1
- package/dist/filters/helpers/ui/getUIValues.js +25 -12
- package/dist/filters/interfaces/ui/IFUFilter.d.ts +1 -1
- package/dist/filters/interfaces/ui/IFUUIValueSettings.d.ts +6 -0
- package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUUIValueSettings.js} +0 -0
- package/dist/filters/interfaces/ui/index.d.ts +1 -0
- package/dist/filters/interfaces/ui/index.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +0 -14
- 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 +11 -9
- package/dist/globalization/interfaces/chart_builder/index.d.ts +0 -7
- package/dist/globalization/interfaces/chart_builder/index.js +0 -7
- package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +2 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → dashboard/II18nDashboardEmptyState.js} +0 -0
- package/dist/globalization/interfaces/dashboard/index.d.ts +1 -0
- package/dist/globalization/interfaces/dashboard/index.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +11 -9
- package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +17 -9
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- 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 +29 -63
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +27 -21
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +12 -7
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +1 -1
- package/dist/globalization/labels/panel/I18N_PANEL.js +28 -18
- package/package.json +1 -1
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/filters/adapters/FDToFlatUI.ts +0 -2
- package/src/filters/adapters/FDToUI.ts +0 -2
- package/src/filters/adapters/UIToFD.ts +0 -1
- package/src/filters/adapters/UIToFlatUI.ts +0 -2
- package/src/filters/adapters/UIToOldLogic.ts +1 -1
- package/src/filters/adapters/flatUIToOldLogic.ts +1 -1
- package/src/filters/adapters/flatUIToUI.ts +0 -2
- package/src/filters/adapters/logicToFlatUI.ts +1 -3
- package/src/filters/helpers/ui/getUIValues.ts +28 -12
- package/src/filters/interfaces/ui/IFUFilter.ts +1 -1
- package/src/filters/interfaces/ui/IFUUIValueSettings.ts +7 -0
- package/src/filters/interfaces/ui/index.ts +1 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +2 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +0 -14
- 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 +11 -9
- package/src/globalization/interfaces/chart_builder/index.ts +0 -7
- package/src/globalization/interfaces/common/II18nColumnProperties.ts +1 -0
- package/src/globalization/interfaces/dashboard/II18nDashboard.ts +2 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardEmptyState.ts +5 -0
- package/src/globalization/interfaces/dashboard/index.ts +1 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +1 -0
- package/src/globalization/interfaces/filters/II18nValueContainer.ts +1 -0
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +11 -9
- package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +17 -9
- package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +3 -2
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +30 -65
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +28 -21
- package/src/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +12 -7
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +3 -2
- package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +3 -2
- package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +1 -1
- package/src/globalization/labels/panel/I18N_PANEL.ts +28 -18
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +0 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +0 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +0 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +0 -6
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +0 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +0 -2
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +0 -5
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +0 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +0 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +0 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +0 -6
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +0 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +0 -5
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +0 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.ts +0 -6
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.ts +0 -6
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.ts +0 -6
|
@@ -7,22 +7,24 @@ export const I18N_PANEL = {
|
|
|
7
7
|
copy: 'Copy'
|
|
8
8
|
},
|
|
9
9
|
errors: {
|
|
10
|
+
chart_not_found: 'This {{panel}} is no longer available.',
|
|
11
|
+
continuous_date_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
12
|
+
continuous_numeric_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
13
|
+
drilldown_unavailable: 'No data found with drilldown.',
|
|
14
|
+
invalid_data_for_chart: 'No valid data for this chart',
|
|
15
|
+
longer_available_panel: 'This panel is no longer available',
|
|
16
|
+
long_text: 'long-text',
|
|
17
|
+
max_buckets_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Refining your data with <i>Max Data Points</i> or <i>Filters</i><br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization',
|
|
10
18
|
missing_column: 'Missing Column.',
|
|
11
19
|
missing_bucket_column: 'Missing bucket column.',
|
|
12
20
|
missing_formula_column: 'Missing formula column.',
|
|
13
21
|
missing_linked_column: 'Missing linked column.',
|
|
14
22
|
no_data_found: 'No data found.',
|
|
15
|
-
server_error: 'Sever Error.',
|
|
16
|
-
try_again: 'Try Again',
|
|
17
|
-
chart_not_found: 'This {{panel}} is no longer available.',
|
|
18
|
-
service_unavailable: '{{panel}} not available at the moment.',
|
|
19
23
|
refresh_panel: 'Refresh panel',
|
|
24
|
+
server_error: 'Sever Error.',
|
|
20
25
|
restore_panel: 'Restore panel',
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
max_buckets_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Refining your data with <i>Max Data Points</i> or <i>Filters</i><br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization',
|
|
24
|
-
continuous_date_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
25
|
-
continuous_numeric_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
26
|
+
service_unavailable: '{{panel}} not available at the moment.',
|
|
27
|
+
try_again: 'Try Again',
|
|
26
28
|
table_calculation_no_data_found: 'This <i>Table Calculation</i> resulted in NaN for all values.<br><br>We recommend you try:<br>• Another <i>Table Calculation</i><br>• Another <i>Aggregation</i>'
|
|
27
29
|
},
|
|
28
30
|
menu: {
|
|
@@ -80,22 +82,30 @@ export const I18N_PANEL = {
|
|
|
80
82
|
},
|
|
81
83
|
summary_views: {
|
|
82
84
|
bar_chart: 'Bar Chart',
|
|
83
|
-
metrics: 'Metrics',
|
|
84
|
-
list_view: 'List View',
|
|
85
|
-
fill_null: 'Fill / Null',
|
|
86
|
-
wordcloud: 'Wordcloud',
|
|
87
|
-
histogram: 'Histogram',
|
|
88
|
-
pie_chart: 'Pie Chart',
|
|
89
|
-
dot_map: 'Dot Map',
|
|
90
85
|
bubble_view: 'Bubble',
|
|
91
86
|
bubble_map: 'Bubble Map',
|
|
87
|
+
categories: 'Categories',
|
|
88
|
+
cluster_chart: 'Cluster Chart',
|
|
89
|
+
dot_map: 'Dot Map',
|
|
92
90
|
entities: 'Entities',
|
|
91
|
+
fill_null: 'Fill / Null',
|
|
92
|
+
histogram: 'Histogram',
|
|
93
93
|
keyphrases: 'Keyphrases',
|
|
94
|
+
list_view: 'List View',
|
|
95
|
+
pie_chart: 'Pie Chart',
|
|
94
96
|
sentiment: 'Sentiment',
|
|
95
97
|
starts: 'Stars',
|
|
96
|
-
|
|
98
|
+
metrics: 'Metrics',
|
|
97
99
|
multiseries: 'Multiseries',
|
|
98
|
-
|
|
100
|
+
metric_null: 'Null',
|
|
101
|
+
metric_filled_in: 'Filled in',
|
|
102
|
+
metric_label_average: 'Average',
|
|
103
|
+
metric_label_minimum: 'Minimum',
|
|
104
|
+
metric_label_maximum: 'Maximum',
|
|
105
|
+
metric_label_sum: 'Sum',
|
|
106
|
+
metric_label_count: 'Count',
|
|
107
|
+
metric_label_standar_desviation: 'Standard Deviation',
|
|
108
|
+
wordcloud: 'Wordcloud',
|
|
99
109
|
},
|
|
100
110
|
timeout_message: 'Calculating {{type}}. This process may take a while.',
|
|
101
111
|
tooltips: {
|
package/package.json
CHANGED
|
@@ -12,6 +12,7 @@ export enum COMPLEX_COLUMN_PROPERTY_LABEL {
|
|
|
12
12
|
IMAGEUPLOAD_IMAGESIZE = 'Image Size',
|
|
13
13
|
IMAGEUPLOAD_IMAGETYPE = 'Image Type',
|
|
14
14
|
IMAGEUPLOAD_IMAGEWORDS = 'Image Words',
|
|
15
|
+
IMAGEUPLOAD_IMAGECATEGORY = 'Categories',
|
|
15
16
|
EXPRESSION_POSITIVE = 'Positive',
|
|
16
17
|
EXPRESSION_NEGATIVE = 'Negative',
|
|
17
18
|
}
|
|
@@ -9,7 +9,6 @@ import { IFSScope } from "../interfaces/common/IFSScope";
|
|
|
9
9
|
import { IColumn } from "../../columns/interfaces/IColumn";
|
|
10
10
|
import { adaptDateGroupingProperty } from "./adaptDateGroupingProperty";
|
|
11
11
|
import { _get } from "../../general/object/get";
|
|
12
|
-
import { getUIValues } from "../helpers/ui/getUIValues";
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
/**
|
|
@@ -99,7 +98,6 @@ function FD21ToFlatUI(scopes: IFSScope[] = [], datasetsInfo: IDataset[] = []): I
|
|
|
99
98
|
nullValues: filter.nullValues,
|
|
100
99
|
operator: filter.operator,
|
|
101
100
|
property: property,
|
|
102
|
-
uiValues: getUIValues(filter),
|
|
103
101
|
validator: filter.validator,
|
|
104
102
|
values: adaptFilterValues(filter),
|
|
105
103
|
};
|
|
@@ -12,7 +12,6 @@ import { IFUScope } from "../interfaces/ui/IFUScope";
|
|
|
12
12
|
import { FILTER_STRUCTURE_VERSION } from "../constants/common/FILTER_STRUCTURE_VERSION";
|
|
13
13
|
import { IColumn } from "../../columns/interfaces/IColumn";
|
|
14
14
|
import { _get } from "../../general/object/get";
|
|
15
|
-
import { getUIValues } from "../helpers/ui/getUIValues";
|
|
16
15
|
|
|
17
16
|
/**
|
|
18
17
|
* Generates a UI filter structure from Filter Data structure.
|
|
@@ -78,7 +77,6 @@ export function FDToUI(filterData: IFSData, datasetsInfo: IDataset[] = []): IFUD
|
|
|
78
77
|
type: columnInfo?.type || filter.column.type,
|
|
79
78
|
},
|
|
80
79
|
property,
|
|
81
|
-
uiValues: getUIValues(filter),
|
|
82
80
|
values: adaptFilterValues(filter),
|
|
83
81
|
};
|
|
84
82
|
})
|
|
@@ -7,7 +7,6 @@ import { isEmpty } from "../../general/mix/isEmpty";
|
|
|
7
7
|
import { cloneDeep } from "../../general/object/cloneDeep";
|
|
8
8
|
import { IFUScope } from "../interfaces/ui/IFUScope";
|
|
9
9
|
import { IColumn } from "../../columns/interfaces/IColumn";
|
|
10
|
-
import { getUIValues } from "../helpers/ui/getUIValues";
|
|
11
10
|
|
|
12
11
|
/**
|
|
13
12
|
* Generates a Flattened UI filter structure from UI Filter Data structure.
|
|
@@ -95,7 +94,6 @@ function UI21ToFlatUI(scopes: IFUScope[] = [], datasetsInfo: IDataset[] = []): I
|
|
|
95
94
|
nullValues: filter.nullValues,
|
|
96
95
|
operator: filter.operator,
|
|
97
96
|
property,
|
|
98
|
-
uiValues: getUIValues(filter),
|
|
99
97
|
validator: filter.validator,
|
|
100
98
|
values: adaptFilterValues(filter),
|
|
101
99
|
};
|
|
@@ -162,7 +162,7 @@ const getFilterDetail = (filter: IFUFilter, scope: IFUScope, dataset: IFUDataset
|
|
|
162
162
|
panelid: filter.extras.panelid,
|
|
163
163
|
panelName: filter.extras.filterLabel,
|
|
164
164
|
section: filter.extras.section,
|
|
165
|
-
uiValue: getUIValues(filter, true),
|
|
165
|
+
uiValue: getUIValues(filter, { addEnableds: true } ),
|
|
166
166
|
validator: filter.validator,
|
|
167
167
|
values: adaptFilterValues(filter)
|
|
168
168
|
};
|
|
@@ -101,7 +101,7 @@ const flatUIToOldFilterDetail = (uFilters: IFUFlattenedFilter[] = []): OLD_IFilt
|
|
|
101
101
|
panelid: filter.extras.panelid,
|
|
102
102
|
panelName: filter.extras.filterLabel,
|
|
103
103
|
section: filter.extras.section,
|
|
104
|
-
uiValue: getUIValues(filter, true),
|
|
104
|
+
uiValue: getUIValues(filter, { addEnableds: true }),
|
|
105
105
|
validator: filter.validator,
|
|
106
106
|
values: filter.values,
|
|
107
107
|
_newFilters: { ...filter }
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { adaptDateGroupingProperty } from "./adaptDateGroupingProperty";
|
|
2
|
-
import { getUIValues } from "../helpers/ui/getUIValues";
|
|
3
2
|
import { adaptFilterValues } from "./adaptFilterValues";
|
|
4
3
|
import { IFUFlattenedFilter } from "../interfaces/ui/IFUFlattenedFilter";
|
|
5
4
|
import { IFSection } from "../interfaces/IFSection";
|
|
@@ -134,7 +133,6 @@ function buildFilter(uFilter: IFUFlattenedFilter): IFUFilter {
|
|
|
134
133
|
nullValues: uFilter.nullValues,
|
|
135
134
|
operator: uFilter.operator,
|
|
136
135
|
property,
|
|
137
|
-
uiValues: getUIValues(uFilter),
|
|
138
136
|
validator: uFilter.validator,
|
|
139
137
|
values: adaptFilterValues(uFilter),
|
|
140
138
|
};
|
|
@@ -13,7 +13,6 @@ import { getFilterid } from "../helpers/common/getFilterid";
|
|
|
13
13
|
import { FILTER_SCOPE } from "../constants/common/FILTER_SCOPE";
|
|
14
14
|
import { _get } from "../../general/object/get";
|
|
15
15
|
import { IFSValueRanking } from "../interfaces/common/IFSValueRanking";
|
|
16
|
-
import { getUIValues } from "../helpers/ui/getUIValues";
|
|
17
16
|
import { OLD_IFilterDetail } from "../interfaces/OLD_IFilterDetail";
|
|
18
17
|
import { isNullValidator } from "../helpers/common/isNullValidator";
|
|
19
18
|
import { FILTER_VALIDATOR_INFO } from "../constants/common/FILTER_VALIDATOR_INFO";
|
|
@@ -59,7 +58,7 @@ function buildFilterByExpression(expression: OLD_IFilterExpression, scopeItem: O
|
|
|
59
58
|
}
|
|
60
59
|
}
|
|
61
60
|
|
|
62
|
-
function getFilterByExpression(expression: OLD_IFilterExpression, scopeItem: OLD_IFilterLogic) {
|
|
61
|
+
function getFilterByExpression(expression: OLD_IFilterExpression, scopeItem: OLD_IFilterLogic): IFUFlattenedFilter {
|
|
63
62
|
const uiExtras = expression.uiExtras;
|
|
64
63
|
const scopeid = scopeItem.scope !== FILTER_SCOPE.GLOBAL ? _get(scopeItem, 'uiExtras.scopeid') : undefined;
|
|
65
64
|
const info = !isEmpty(uiExtras.info) ? { icon: uiExtras.info.icon, label: uiExtras.info.label } : undefined;
|
|
@@ -113,7 +112,6 @@ function getFilterByExpression(expression: OLD_IFilterExpression, scopeItem: OLD
|
|
|
113
112
|
nullValues: uiExtras.nullValues,
|
|
114
113
|
operator: uiExtras.operator,
|
|
115
114
|
property,
|
|
116
|
-
uiValues: getUIValues(uiExtras as any),
|
|
117
115
|
validator: uiExtras.validator,
|
|
118
116
|
values: getValues(uiExtras),
|
|
119
117
|
};
|
|
@@ -11,6 +11,8 @@ import { isEmpty } from "../../../general/mix/isEmpty";
|
|
|
11
11
|
import { IFSValueRanking } from "../../interfaces/common/IFSValueRanking";
|
|
12
12
|
import { flattenDeep } from "../../../general/array/flattenDeep";
|
|
13
13
|
import { RELATIVE_CURSOR_INFO } from "../../../dates/relative/constants/RELATIVE_CURSOR_INFO";
|
|
14
|
+
import { IFUUIValueSettings } from "../../interfaces/ui/IFUUIValueSettings";
|
|
15
|
+
import { getI18nDateGroupLabel, IDateColumnPropertyType } from "../../..";
|
|
14
16
|
|
|
15
17
|
/**
|
|
16
18
|
*
|
|
@@ -19,55 +21,69 @@ import { RELATIVE_CURSOR_INFO } from "../../../dates/relative/constants/RELATIVE
|
|
|
19
21
|
* @param rankingGroupIndex
|
|
20
22
|
* @returns
|
|
21
23
|
*/
|
|
22
|
-
export function getUIValues(filter: IFSFilter,
|
|
24
|
+
export function getUIValues(filter: IFSFilter, settings?: IFUUIValueSettings): IFUValue[] {
|
|
25
|
+
settings = getUiValuesSettings(settings);
|
|
26
|
+
|
|
23
27
|
switch (filter.validator) {
|
|
24
28
|
case FILTER_VALIDATOR.AFTER:
|
|
25
29
|
case FILTER_VALIDATOR.GREATER_THAN:
|
|
26
30
|
case FILTER_VALIDATOR.AFTER_ON:
|
|
27
31
|
case FILTER_VALIDATOR.GREATER_THAN_EQUAL:
|
|
28
32
|
return (filter.values as IFSValueRange[]).map(value => ({
|
|
29
|
-
value: value.min,
|
|
30
|
-
enabled: addEnableds ? value.enabled != null ? value.enabled : true : undefined,
|
|
33
|
+
value: getValueLabel(value.min, filter, settings),
|
|
34
|
+
enabled: settings.addEnableds ? value.enabled != null ? value.enabled : true : undefined,
|
|
31
35
|
}));
|
|
32
36
|
case FILTER_VALIDATOR.BEFORE_ON:
|
|
33
37
|
case FILTER_VALIDATOR.LESS_THAN_EQUAL:
|
|
34
38
|
case FILTER_VALIDATOR.BEFORE:
|
|
35
39
|
case FILTER_VALIDATOR.LESS_THAN:
|
|
36
40
|
return (filter.values as IFSValueRange[]).map(value => ({
|
|
37
|
-
value: value.max,
|
|
38
|
-
enabled: addEnableds ? value.enabled != null ? value.enabled : true : undefined,
|
|
41
|
+
value: getValueLabel(value.max, filter, settings),
|
|
42
|
+
enabled: settings.addEnableds ? value.enabled != null ? value.enabled : true : undefined,
|
|
39
43
|
}));
|
|
40
44
|
case FILTER_VALIDATOR.BETWEEN_INCLUSIVE:
|
|
41
45
|
case FILTER_VALIDATOR.BETWEEN_EXCLUSIVE:
|
|
42
46
|
return (filter.values as IFSValueRange[]).map(value => ({
|
|
43
|
-
value: `${value.min} - ${value.max}`,
|
|
44
|
-
enabled: addEnableds ? value.enabled != null ? value.enabled : true : undefined,
|
|
47
|
+
value: `${getValueLabel(value.min, filter, settings)} - ${getValueLabel(value.max, filter, settings)}`,
|
|
48
|
+
enabled: settings.addEnableds ? value.enabled != null ? value.enabled : true : undefined,
|
|
45
49
|
}));
|
|
46
50
|
case FILTER_VALIDATOR.IS_NULL:
|
|
47
51
|
case FILTER_VALIDATOR.IS_NOT_NULL:
|
|
48
52
|
return [{
|
|
49
53
|
value: FILTER_VALIDATOR_INFO[filter.validator].label,
|
|
50
|
-
enabled: addEnableds ? (filter.values as IFSValue[])[0]?.enabled : undefined,
|
|
54
|
+
enabled: settings.addEnableds ? (filter.values as IFSValue[])[0]?.enabled : undefined,
|
|
51
55
|
}];
|
|
52
56
|
case FILTER_VALIDATOR.IN:
|
|
53
57
|
return (filter.values as IFSValueRelativeDate[]).map(value => ({
|
|
54
58
|
value:
|
|
55
59
|
`${RELATIVE_CURSOR_INFO[value.cursor].label} ${value.cursor !== RELATIVE_CURSOR.THIS && value.number > 1 ? value.number : ''} ${getValueUiUnitRelativeDate(value)} ${value.cursor !== RELATIVE_CURSOR.THIS ? `from ${value.anchor || 'current date'}`: ''}`,
|
|
56
|
-
enabled: addEnableds ? filter.enabled : undefined,
|
|
60
|
+
enabled: settings.addEnableds ? filter.enabled : undefined,
|
|
57
61
|
}));
|
|
58
62
|
default:
|
|
59
63
|
if (filter.column.type === COLUMN.RANKING && isEmpty(filter.column.aggregate)) {
|
|
60
|
-
return getRankingUIValues(filter.values as IFSValueRanking[][], addEnableds, rankingGroupIndex);
|
|
64
|
+
return getRankingUIValues(filter.values as IFSValueRanking[][], settings.addEnableds, settings.rankingGroupIndex);
|
|
61
65
|
}
|
|
62
66
|
return ((filter.values || []) as IFSValue[]).map(val => ({
|
|
63
67
|
imageUrl: val.imageUrl,
|
|
64
|
-
value: val.value,
|
|
65
|
-
enabled: addEnableds ? val.enabled != null ? val.enabled : true : undefined,
|
|
68
|
+
value: getValueLabel(val.value, filter, settings),
|
|
69
|
+
enabled: settings.addEnableds ? val.enabled != null ? val.enabled : true : undefined,
|
|
66
70
|
valueid: val.valueid,
|
|
67
71
|
}));
|
|
68
72
|
}
|
|
69
73
|
}
|
|
70
74
|
|
|
75
|
+
function getValueLabel(value, filter, settings: IFUUIValueSettings): string {
|
|
76
|
+
return settings.translate ? getI18nDateGroupLabel(value, filter.property as IDateColumnPropertyType, settings.translate) : value;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
function getUiValuesSettings(settings: IFUUIValueSettings): IFUUIValueSettings {
|
|
80
|
+
return {
|
|
81
|
+
addEnableds: settings?.addEnableds ?? false,
|
|
82
|
+
rankingGroupIndex: settings?.rankingGroupIndex,
|
|
83
|
+
translate: settings?.translate,
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
|
|
71
87
|
function getValueUiUnitRelativeDate(relative: IFSValueRelativeDate) {
|
|
72
88
|
return relative.cursor !== RELATIVE_CURSOR.THIS && relative.number > 1 ? `${relative.unit}s`: relative.unit;
|
|
73
89
|
}
|
|
@@ -39,13 +39,6 @@ import { II18nChartBuilderDataPanel } from "./II18nChartBuilderDataPanel";
|
|
|
39
39
|
import { II18nChartBuilderDimensions } from "./II18nChartBuilderDimensions";
|
|
40
40
|
import { II18nChartBuilderShelfMenu } from "./II18nChartBuilderShelfMenu";
|
|
41
41
|
import { II18nChartBuilderScaleTypes } from "./II18nChartBuilderScaleTypes";
|
|
42
|
-
import { II18nChartBuilderComplexName } from "./II18nChartBuilderComplexName";
|
|
43
|
-
import { II18nChartBuilderComplexText } from "./II18nChartBuilderComplexText";
|
|
44
|
-
import { II18nChartBuilderComplexUsaAddress } from "./II18nChartBuilderComplexUsaAddress";
|
|
45
|
-
import { II18nChartBuilderComplexAddress } from "./II18nChartBuilderComplexAddress";
|
|
46
|
-
import { II18nChartBuilderComplexFile } from "./II18nChartBuilderComplexFile";
|
|
47
|
-
import { II18nChartBuilderComplexImage } from "./II18nChartBuilderComplexImage";
|
|
48
|
-
import { II18nChartBuilderComplexImageAnalysis } from "./II18nChartBuilderComplexImageAnalysis";
|
|
49
42
|
import { II18nChartBuilderTrendChart } from "./II18nChartBuilderTrendChart";
|
|
50
43
|
import { II18nChartBuilderChartInfo } from "./II18nChartBuilderChartInfo";
|
|
51
44
|
import { II18nChartBuilderDndZone } from "./II18nChartBuilderDndZone";
|
|
@@ -95,13 +88,6 @@ export interface II18nChartBuilder {
|
|
|
95
88
|
circle_size: II18nChartBuilderCircleSize;
|
|
96
89
|
color_settings: II18nChartBuilderColorSettings;
|
|
97
90
|
comparison_options: II18nChartBuilderComparisionOptions;
|
|
98
|
-
complex_address: II18nChartBuilderComplexAddress;
|
|
99
|
-
complex_file: II18nChartBuilderComplexFile;
|
|
100
|
-
complex_image: II18nChartBuilderComplexImage;
|
|
101
|
-
complex_image_analysis: II18nChartBuilderComplexImageAnalysis;
|
|
102
|
-
complex_name: II18nChartBuilderComplexName;
|
|
103
|
-
complex_text: II18nChartBuilderComplexText;
|
|
104
|
-
complex_usa_address: II18nChartBuilderComplexUsaAddress;
|
|
105
91
|
conditional_formatting: II18nChartBuilderConditionalFormatting;
|
|
106
92
|
custom_format_dialog: II18nChartBuilderCustomFormatDialog;
|
|
107
93
|
data_panel: II18nChartBuilderDataPanel;
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
export interface II18nChartBuilderSorting {
|
|
2
|
-
|
|
3
|
-
sort_by: string;
|
|
4
|
-
label: string;
|
|
5
|
-
value: string;
|
|
6
|
-
descending: string;
|
|
2
|
+
aggregation_label: string;
|
|
7
3
|
ascending: string;
|
|
8
|
-
sort: string;
|
|
9
|
-
sort_descending: string;
|
|
10
|
-
sort_ascending: string;
|
|
11
4
|
clear_sorting: string;
|
|
5
|
+
descending: string;
|
|
6
|
+
label: string;
|
|
7
|
+
order_chart_columns: string;
|
|
8
|
+
order_others_columns: string;
|
|
12
9
|
select_column_placeholder: string;
|
|
13
|
-
|
|
10
|
+
sort: string;
|
|
11
|
+
sort_ascending: string;
|
|
12
|
+
sort_by: string;
|
|
13
|
+
sort_descending: string;
|
|
14
14
|
sort_descending_a_to_z: string;
|
|
15
15
|
sort_descending_z_to_a: string;
|
|
16
|
+
title: string;
|
|
17
|
+
value: string;
|
|
16
18
|
}
|
|
@@ -40,13 +40,6 @@ export * from './II18nChartBuilderDataPanel';
|
|
|
40
40
|
export * from './II18nChartBuilderDimensions';
|
|
41
41
|
export * from './II18nChartBuilderShelfMenu';
|
|
42
42
|
export * from './II18nChartBuilderScaleTypes';
|
|
43
|
-
export * from './II18nChartBuilderComplexName';
|
|
44
|
-
export * from './II18nChartBuilderComplexText';
|
|
45
|
-
export * from './II18nChartBuilderComplexUsaAddress';
|
|
46
|
-
export * from './II18nChartBuilderComplexAddress';
|
|
47
|
-
export * from './II18nChartBuilderComplexFile';
|
|
48
|
-
export * from './II18nChartBuilderComplexImage';
|
|
49
|
-
export * from './II18nChartBuilderComplexImageAnalysis';
|
|
50
43
|
export * from './II18nChartBuilderTrendChart';
|
|
51
44
|
export * from './II18nChartBuilderChartInfo';
|
|
52
45
|
export * from './II18nChartBuilderDndZone';
|
|
@@ -34,6 +34,7 @@ export interface II18nColumnProperties {
|
|
|
34
34
|
imageupload_filesize_label: string;
|
|
35
35
|
imageupload_filetype_label: string;
|
|
36
36
|
imageupload_analysis_label: string;
|
|
37
|
+
imageupload_analysis_categories_label: string;
|
|
37
38
|
expression_positive_label: string;
|
|
38
39
|
expression_negative_label: string;
|
|
39
40
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { II18nDashboardAddChart } from "./II18nDashboardAddChart";
|
|
2
|
+
import { II18nDashboardEmptyState } from "./II18nDashboardEmptyState";
|
|
2
3
|
import { II18nDashboardToast } from "./II18nDashboardToast";
|
|
3
4
|
import { II18nDashboardTooltips } from "./II18nDashboardTooltips";
|
|
4
5
|
import { II18nDashboardViews } from "./II18nDashboardViews";
|
|
@@ -9,4 +10,5 @@ export interface II18nDashboard {
|
|
|
9
10
|
toast: II18nDashboardToast;
|
|
10
11
|
tooltips: II18nDashboardTooltips;
|
|
11
12
|
views: II18nDashboardViews;
|
|
13
|
+
empty_state: II18nDashboardEmptyState;
|
|
12
14
|
}
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
export interface II18nPanelErrors {
|
|
2
|
+
chart_not_found: string;
|
|
3
|
+
continuous_date_limit: string;
|
|
4
|
+
continuous_numeric_limit: string;
|
|
5
|
+
drilldown_unavailable: string;
|
|
6
|
+
invalid_data_for_chart: string;
|
|
7
|
+
longer_available_panel: string;
|
|
8
|
+
long_text: string;
|
|
2
9
|
missing_column: string;
|
|
3
10
|
missing_bucket_column: string;
|
|
4
11
|
missing_formula_column: string;
|
|
5
12
|
missing_linked_column: string;
|
|
13
|
+
max_buckets_limit: string;
|
|
6
14
|
no_data_found: string;
|
|
15
|
+
restore_panel: string;
|
|
16
|
+
refresh_panel: string;
|
|
7
17
|
server_error: string;
|
|
8
|
-
try_again: string;
|
|
9
|
-
chart_not_found: string;
|
|
10
18
|
service_unavailable: string;
|
|
11
|
-
|
|
12
|
-
restore_panel: string;
|
|
13
|
-
long_text: string;
|
|
14
|
-
drilldown_unavailable: string;
|
|
15
|
-
max_buckets_limit: string;
|
|
16
|
-
continuous_date_limit: string;
|
|
17
|
-
continuous_numeric_limit: string;
|
|
19
|
+
try_again: string;
|
|
18
20
|
table_calculation_no_data_found: string;
|
|
19
21
|
}
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
export interface II18nPanelSummaryViews {
|
|
2
2
|
bar_chart: string;
|
|
3
|
-
metrics: string;
|
|
4
|
-
list_view: string;
|
|
5
|
-
fill_null: string;
|
|
6
|
-
wordcloud: string;
|
|
7
|
-
histogram: string;
|
|
8
|
-
pie_chart: string;
|
|
9
|
-
dot_map: string;
|
|
10
3
|
bubble_view: string;
|
|
11
4
|
bubble_map: string;
|
|
5
|
+
categories: string;
|
|
6
|
+
cluster_chart: string;
|
|
7
|
+
dot_map: string;
|
|
12
8
|
entities: string;
|
|
9
|
+
fill_null: string;
|
|
10
|
+
histogram: string;
|
|
13
11
|
keyphrases: string;
|
|
12
|
+
list_view: string;
|
|
13
|
+
pie_chart: string;
|
|
14
14
|
sentiment: string;
|
|
15
15
|
starts: string;
|
|
16
|
-
|
|
16
|
+
metrics: string;
|
|
17
17
|
multiseries: string;
|
|
18
|
-
|
|
18
|
+
metric_filled_in: string;
|
|
19
|
+
metric_label_average: string;
|
|
20
|
+
metric_label_minimum: string;
|
|
21
|
+
metric_label_maximum: string;
|
|
22
|
+
metric_label_sum: string;
|
|
23
|
+
metric_label_count: string;
|
|
24
|
+
metric_label_standar_desviation: string;
|
|
25
|
+
metric_null: string;
|
|
26
|
+
wordcloud: string;
|
|
19
27
|
}
|