@qrvey/utils 1.2.9-1 → 1.2.9-10
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 +133 -133
- 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/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/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → dates/relative/interfaces/IRelativeUnitInfo.js} +0 -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/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 +28 -15
- 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/II18nChartBuilderComplexFile.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/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/cjs/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -16
- 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/{II18nChartBuilderComplexImage.js → II18nChartBuilderChartLabels.js} +0 -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 +13 -9
- 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 -8
- package/dist/cjs/globalization/interfaces/chart_builder/index.js +1 -8
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- 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/{chart_builder/II18nChartBuilderComplexImageAnalysis.js → common/II18nUnits.js} +0 -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/dashboard/II18nDashboard.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.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/II18nRelativeContainer.d.ts +4 -2
- 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 +21 -11
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- 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 -72
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +32 -24
- 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_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +8 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +13 -7
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -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 +32 -20
- 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/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/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → dates/relative/interfaces/IRelativeUnitInfo.js} +0 -0
- package/dist/dates/relative/interfaces/index.d.ts +2 -0
- package/dist/dates/relative/interfaces/index.js +2 -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 +28 -15
- 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/II18nChartBuilderComplexFile.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/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -16
- 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/{II18nChartBuilderComplexImage.js → II18nChartBuilderChartLabels.js} +0 -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 +13 -9
- 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 -8
- package/dist/globalization/interfaces/chart_builder/index.js +1 -8
- package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +2 -0
- package/dist/globalization/interfaces/common/II18nUnits.d.ts +7 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImageAnalysis.js → common/II18nUnits.js} +0 -0
- package/dist/globalization/interfaces/common/index.d.ts +2 -0
- package/dist/globalization/interfaces/common/index.js +2 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +3 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.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/II18nRelativeContainer.d.ts +4 -2
- 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 +21 -11
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- 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 -72
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +32 -24
- 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_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/globalization/labels/common/I18N_COMMON.js +8 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +13 -7
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -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 +32 -20
- package/package.json +1 -1
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +1 -0
- 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/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 +31 -15
- 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/helpers/getI18nDateGroupLabel.ts +2 -0
- package/src/globalization/helpers/getReverseI18nGroupLabel.ts +2 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +2 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +2 -16
- 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 +13 -9
- 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 -8
- package/src/globalization/interfaces/common/II18nColumnProperties.ts +1 -0
- 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/dashboard/II18nDashboard.ts +3 -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/II18nRelativeContainer.ts +4 -2
- 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 +21 -11
- package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +3 -2
- 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 +52 -76
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +33 -25
- 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_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/globalization/labels/common/I18N_COMMON.ts +8 -0
- package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +13 -7
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +3 -2
- package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +4 -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 +32 -20
- 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/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
- 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/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
- 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
|
@@ -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
|
}
|
|
File without changes
|
|
@@ -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/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
|
}
|
|
@@ -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,20 @@
|
|
|
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;
|
|
9
|
+
select_aggregate_placeholder: string;
|
|
12
10
|
select_column_placeholder: string;
|
|
13
|
-
|
|
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
|
+
sort: string;
|
|
17
|
+
sorting_by_calculated_value: string;
|
|
18
|
+
title: string;
|
|
19
|
+
value: string;
|
|
16
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
|
}
|
|
@@ -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
|
}
|
|
@@ -40,17 +40,10 @@ 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';
|
|
53
|
-
export * from './
|
|
46
|
+
export * from './II18nChartBuilderChartLabels';
|
|
54
47
|
export * from './II18nChartBuilderActionPanel';
|
|
55
48
|
export * from './II18nChartBuilderMessagesGeneral';
|
|
56
49
|
export * from './II18nChartBuilderMessagesDefault';
|
|
@@ -40,17 +40,10 @@ 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';
|
|
53
|
-
export * from './
|
|
46
|
+
export * from './II18nChartBuilderChartLabels';
|
|
54
47
|
export * from './II18nChartBuilderActionPanel';
|
|
55
48
|
export * from './II18nChartBuilderMessagesGeneral';
|
|
56
49
|
export * from './II18nChartBuilderMessagesDefault';
|
|
@@ -29,6 +29,7 @@ export interface II18nColumnProperties {
|
|
|
29
29
|
imageupload_filesize_label: string;
|
|
30
30
|
imageupload_filetype_label: string;
|
|
31
31
|
imageupload_analysis_label: string;
|
|
32
|
+
imageupload_analysis_categories_label: string;
|
|
32
33
|
expression_positive_label: string;
|
|
33
34
|
expression_negative_label: string;
|
|
34
35
|
name_first_name_label: string;
|
|
@@ -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
|
}
|
|
File without changes
|
|
@@ -1,11 +1,14 @@
|
|
|
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";
|
|
5
6
|
export interface II18nDashboard {
|
|
6
7
|
add_chart: II18nDashboardAddChart;
|
|
7
8
|
export_csv: string;
|
|
9
|
+
no_record_found: string;
|
|
8
10
|
toast: II18nDashboardToast;
|
|
9
11
|
tooltips: II18nDashboardTooltips;
|
|
10
12
|
views: II18nDashboardViews;
|
|
13
|
+
empty_state: II18nDashboardEmptyState;
|
|
11
14
|
}
|
|
File without changes
|
|
@@ -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,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,29 @@
|
|
|
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
|
-
bubble_view: string;
|
|
11
3
|
bubble_map: string;
|
|
4
|
+
bubble_view: 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
|
+
metric_filled_in: string;
|
|
14
|
+
metric_label_average: string;
|
|
15
|
+
metric_label_count: string;
|
|
16
|
+
metric_label_maximum: string;
|
|
17
|
+
metric_label_minimum: string;
|
|
18
|
+
metric_label_standar_desviation: string;
|
|
19
|
+
metric_label_sum: string;
|
|
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;
|
|
14
26
|
sentiment: string;
|
|
15
27
|
starts: string;
|
|
16
|
-
|
|
17
|
-
multiseries: string;
|
|
18
|
-
cluster_chart: string;
|
|
28
|
+
wordcloud: string;
|
|
19
29
|
}
|
|
@@ -85,9 +85,10 @@ export const I18N_BUCKET_BUILDER = {
|
|
|
85
85
|
messages: {
|
|
86
86
|
added: 'Bucketed Column Successfully Saved as New',
|
|
87
87
|
bad_configuration_object: 'Bad Configuration Object',
|
|
88
|
-
edited: 'Bucketed Column Successfully Edited',
|
|
89
|
-
duplicated: 'Bucketed Column Successfully Duplicated',
|
|
90
88
|
deleted: 'Bucketed Column Successfully Deleted',
|
|
89
|
+
duplicated: 'Bucketed Column Successfully Duplicated',
|
|
90
|
+
edited: 'Bucketed Column Successfully Edited',
|
|
91
|
+
insufficient_values: 'Insufficient values for bucket ranging.',
|
|
91
92
|
},
|
|
92
93
|
modal_bucket: {
|
|
93
94
|
loading: 'Loading dependencies...',
|
|
@@ -1,22 +1,26 @@
|
|
|
1
1
|
export const I18N_CHART_BUILDER_COMPARISION_OPTIONS = {
|
|
2
2
|
comparison_options: {
|
|
3
|
-
date_column: 'Date Column',
|
|
4
|
-
time_period: 'Time Period',
|
|
5
3
|
comparison: 'Comparison',
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
change_triangle_up: 'Triangle Up',
|
|
5
|
+
change_triangle_down: 'Triangle Down',
|
|
6
|
+
change_none: 'None',
|
|
7
|
+
change_circle: 'Circle',
|
|
8
|
+
date_column: 'Date Column',
|
|
9
|
+
difference_higher: 'higher',
|
|
10
|
+
difference_lower: 'lower',
|
|
11
|
+
difference_equal_to: 'Equal to',
|
|
12
|
+
decreasing_change: 'Decreasing Change',
|
|
9
13
|
font_color: 'Font Color',
|
|
10
14
|
font_size: 'Font Size',
|
|
11
15
|
font_style: 'Font Style',
|
|
16
|
+
font_size_disabled: '<i>Automatic Resize</i> is active, go to <i>Styles</i> tab and disable it to set the size manually.',
|
|
12
17
|
increasing_change: 'Increasing Change',
|
|
13
|
-
decreasing_change: 'Decreasing Change',
|
|
14
18
|
no_change: 'No Change',
|
|
15
|
-
|
|
16
|
-
change_triangle_down: 'Triangle Down',
|
|
17
|
-
chnage_none: 'None',
|
|
18
|
-
change_circle: 'Circle',
|
|
19
|
-
font_size_disabled: '<i>Automatic Resize</i> is active, go to <i>Styles</i> tab and disable it to set the size manually.',
|
|
19
|
+
preposition_than: 'than',
|
|
20
20
|
select_option: 'Select Option',
|
|
21
|
+
type: 'Type',
|
|
22
|
+
time_period: 'Time Period',
|
|
23
|
+
type_change: '% Change',
|
|
24
|
+
type_difference: 'Difference',
|
|
21
25
|
}
|
|
22
26
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { II18nChartBuilder } from "../../interfaces/chart_builder/II18nChartBuilder";
|
|
2
|
-
declare type General = 'nav_panel' | 'save_dialog' | 'save_incomplete_dialog' | 'leave_dialog' | 'custom_format_dialog' | 'data_panel' | 'dimensions' | 'shelf_menu' | 'scale_types' | '
|
|
2
|
+
declare type General = 'nav_panel' | 'save_dialog' | 'save_incomplete_dialog' | 'leave_dialog' | 'custom_format_dialog' | 'data_panel' | 'dimensions' | 'shelf_menu' | 'scale_types' | 'trend_chart' | 'chart_info' | 'dnd_zone' | 'chart_labels' | 'action_panel' | 'messages_general' | 'messages_default' | 'messages_crosstab' | 'messages_table_chart' | 'messages_missing_default' | 'messages_ms' | 'messages_pie' | 'messages_min_max' | 'messages_metric' | 'messages_heatmap' | 'messages_geo' | 'messages_geo_bubble' | 'messages_box_whiskers';
|
|
3
3
|
export declare const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General>;
|
|
4
4
|
export {};
|