@qrvey/utils 1.2.9-0 → 1.2.9-12
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 +361 -361
- 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 +36 -17
- 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/II18nChartBuilderAggregatedFormulas.d.ts +2 -1
- 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/II18nChartBuilderRefernceLine.d.ts +10 -8
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +1 -0
- 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 +28 -15
- 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 +5 -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/II18nDashboardMessages.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexText.js → dashboard/II18nDashboardMessages.js} +0 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -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 +59 -79
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +35 -26
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +10 -8
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +44 -39
- 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 +19 -7
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +5 -2
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +3 -3
- 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 +36 -17
- 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/II18nChartBuilderAggregatedFormulas.d.ts +2 -1
- 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/II18nChartBuilderRefernceLine.d.ts +10 -8
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +1 -0
- 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 +28 -15
- 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 +5 -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/II18nDashboardMessages.d.ts +6 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexText.js → dashboard/II18nDashboardMessages.js} +0 -0
- package/dist/globalization/interfaces/dashboard/index.d.ts +2 -0
- package/dist/globalization/interfaces/dashboard/index.js +2 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -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 +59 -79
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +35 -26
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +10 -8
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +44 -39
- 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 +19 -7
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +5 -2
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +3 -3
- 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 +39 -18
- 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/II18nChartBuilderAggregatedFormulas.ts +2 -1
- 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/II18nChartBuilderRefernceLine.ts +10 -8
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.ts +1 -0
- 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 +28 -15
- 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 +5 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardEmptyState.ts +5 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardMessages.ts +6 -0
- package/src/globalization/interfaces/dashboard/index.ts +2 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +1 -0
- package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +5 -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 +61 -82
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +36 -27
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +10 -8
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +44 -39
- 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 +19 -7
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +3 -2
- package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +5 -2
- package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +3 -2
- package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +3 -3
- 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/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/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
|
@@ -45,122 +45,102 @@ exports.I18N_CHART_BUILDER_GENERAL = {
|
|
|
45
45
|
timestamp: 'Timestamp'
|
|
46
46
|
},
|
|
47
47
|
data_panel: {
|
|
48
|
-
loading: 'Loading ...',
|
|
49
|
-
loading_data: 'loading Data',
|
|
50
|
-
error_state: 'error state',
|
|
51
|
-
title: 'Data',
|
|
52
|
-
links: 'Links',
|
|
53
|
-
linked_tooltip: 'Linked',
|
|
54
48
|
column_tooltip: 'Column',
|
|
55
|
-
go_dataset_tooltip: 'Go to Dataset',
|
|
56
|
-
search_links_placeholder: 'Search Links',
|
|
57
|
-
search_columns_placeholder: 'Search Columns',
|
|
58
49
|
categories: 'Categories',
|
|
59
|
-
|
|
60
|
-
values: 'Values',
|
|
61
|
-
no_values_available: 'No values available',
|
|
50
|
+
error_state: 'error state',
|
|
62
51
|
geolocations: 'Geolocations',
|
|
63
|
-
|
|
64
|
-
|
|
52
|
+
go_dataset_tooltip: 'Go to Dataset',
|
|
53
|
+
linked_tooltip: 'Linked',
|
|
54
|
+
links: 'Links',
|
|
55
|
+
loading: 'Loading ...',
|
|
56
|
+
loading_data: 'loading Data',
|
|
57
|
+
no_categories_available: 'No categories available',
|
|
65
58
|
no_data_available: 'There is no data available. Once data is added, it will be displayed here and you can begin creating charts.',
|
|
66
|
-
no_data_moment_start: 'There is no data available at the moment,',
|
|
67
59
|
no_data_moment_action: 'click here',
|
|
68
60
|
no_data_moment_end: 'to create a dataset and begin working on your chart.',
|
|
69
|
-
|
|
61
|
+
no_data_moment_start: 'There is no data available at the moment,',
|
|
62
|
+
no_datasets_available: 'No datasets available',
|
|
63
|
+
no_geolocations_available: 'No geolocations available',
|
|
64
|
+
no_geolocations_available_tooltips: 'Geolocation groups are required to <br> create maps. These groups can be<br> set up from the Data Page.',
|
|
65
|
+
no_values_available: 'No values available',
|
|
66
|
+
search_columns_placeholder: 'Search Columns',
|
|
67
|
+
search_dataset_placeholder: 'Search Dataset',
|
|
68
|
+
search_links_placeholder: 'Search Links',
|
|
69
|
+
title: 'Data',
|
|
70
|
+
values: 'Values',
|
|
70
71
|
},
|
|
71
72
|
dimensions: {
|
|
72
|
-
|
|
73
|
+
categories: 'Categories',
|
|
73
74
|
category: 'Category',
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
other_values: 'Other Values',
|
|
78
|
-
pivot: 'Pivot',
|
|
75
|
+
column: 'Column',
|
|
76
|
+
columns: 'Columns',
|
|
77
|
+
dimension: 'Dimension',
|
|
79
78
|
distribution: 'Distribution',
|
|
79
|
+
geolocation: 'Geolocation',
|
|
80
80
|
group: 'Group',
|
|
81
81
|
groups: 'Groups',
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
column: 'Column',
|
|
85
|
-
columns: 'Columns',
|
|
82
|
+
other_values: 'Other Values',
|
|
83
|
+
pivot: 'Pivot',
|
|
86
84
|
row: 'Row',
|
|
87
85
|
rows: 'Rows',
|
|
88
|
-
|
|
86
|
+
section: 'Section',
|
|
87
|
+
sections: 'Sections',
|
|
88
|
+
series: 'Series',
|
|
89
|
+
value: 'Value',
|
|
90
|
+
values: 'Values',
|
|
89
91
|
},
|
|
90
92
|
shelf_menu: {
|
|
91
93
|
bucket: 'Cubo',
|
|
92
94
|
complex_column: 'Type',
|
|
95
|
+
date_group: 'Date Group',
|
|
93
96
|
remove: 'Remove'
|
|
94
97
|
},
|
|
95
98
|
scale_types: {
|
|
96
99
|
discrete: 'Discrete',
|
|
97
100
|
continuous: 'Continuous'
|
|
98
101
|
},
|
|
99
|
-
complex_name: {
|
|
100
|
-
first_name: 'First Name',
|
|
101
|
-
last_name: 'Last Name'
|
|
102
|
-
},
|
|
103
|
-
complex_text: {
|
|
104
|
-
words: 'Words',
|
|
105
|
-
keyphrases: 'Keyphrases',
|
|
106
|
-
sentiment: 'Sentiment',
|
|
107
|
-
entities: 'Entities'
|
|
108
|
-
},
|
|
109
|
-
complex_usa_address: {
|
|
110
|
-
address_1: 'Address Line 1',
|
|
111
|
-
address_2: 'Address Line 2',
|
|
112
|
-
city: 'City',
|
|
113
|
-
postal_code: 'Zip Code',
|
|
114
|
-
state: 'State'
|
|
115
|
-
},
|
|
116
|
-
complex_address: {
|
|
117
|
-
street: 'Street Address',
|
|
118
|
-
city: 'City',
|
|
119
|
-
postal_code: 'Postal/Zip Code',
|
|
120
|
-
state: 'State/Region/Province',
|
|
121
|
-
country: 'Country'
|
|
122
|
-
},
|
|
123
|
-
complex_file: {
|
|
124
|
-
file_size: 'File Size',
|
|
125
|
-
file_type: 'File Type'
|
|
126
|
-
},
|
|
127
|
-
complex_image: {
|
|
128
|
-
image_size: 'File Size',
|
|
129
|
-
image_type: 'File Type'
|
|
130
|
-
},
|
|
131
|
-
complex_image_analysis: {
|
|
132
|
-
word: 'Word',
|
|
133
|
-
categories: 'Categories'
|
|
134
|
-
},
|
|
135
102
|
trend_chart: {
|
|
136
|
-
title: 'Trend Chart',
|
|
137
|
-
options_title: 'Trend by',
|
|
138
103
|
add: 'Add Trend Chart',
|
|
139
|
-
|
|
104
|
+
add_trend_disabled: 'Trend Chart is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
140
105
|
chart_type: 'Chart Type',
|
|
106
|
+
color: 'Color',
|
|
107
|
+
date_grouping: 'Date Grouping',
|
|
108
|
+
fill: 'Fill',
|
|
109
|
+
fill_below: 'Below',
|
|
110
|
+
fill_none: 'None',
|
|
111
|
+
fixed_scale: 'Fixed Scale',
|
|
112
|
+
label: 'Label',
|
|
113
|
+
label_placeholder: 'Type custom label',
|
|
114
|
+
less_than: 'Less than',
|
|
115
|
+
loss_threshold: 'Loss Threshold',
|
|
116
|
+
max_data_points: 'Max Data Points',
|
|
117
|
+
max_scale: 'Max Scale',
|
|
118
|
+
min_scale: 'Min Scale',
|
|
119
|
+
new_trend_chart_label: 'Trend Chart Num',
|
|
120
|
+
options_title: 'Trend by',
|
|
121
|
+
remove: 'Remove',
|
|
141
122
|
select_column: 'Column',
|
|
142
123
|
select_column_placeholder: 'Select Option',
|
|
124
|
+
show_value: 'Show Value',
|
|
125
|
+
target: 'Target',
|
|
126
|
+
target_aggregate: 'Target Aggregate',
|
|
127
|
+
target_aggregate_placeholder: 'All',
|
|
128
|
+
target_column: 'Target Column',
|
|
129
|
+
target_column_placeholder: 'All',
|
|
130
|
+
target_label: 'Target Label',
|
|
131
|
+
target_value: 'Target Value',
|
|
132
|
+
time_period: 'Time Period',
|
|
133
|
+
title: 'Trend Chart',
|
|
134
|
+
tooltips: 'Tooltips',
|
|
143
135
|
trend_by_column: 'Trend by Column',
|
|
144
136
|
trend_by_column_placeholder: 'Select Option',
|
|
145
137
|
trend_sort: 'Trend Sort',
|
|
146
138
|
trend_sort_ascending: 'Ascending',
|
|
147
139
|
trend_sort_descending: 'Descending',
|
|
148
|
-
color: 'Color',
|
|
149
140
|
type: 'Type',
|
|
150
141
|
type_line: 'Line',
|
|
151
142
|
type_spline: 'Spline',
|
|
152
143
|
type_step_line: 'Step Line',
|
|
153
|
-
fill: 'Fill',
|
|
154
|
-
fill_none: 'None',
|
|
155
|
-
fill_below: 'Below',
|
|
156
|
-
tooltips: 'Tooltips',
|
|
157
|
-
show_value: 'Show Value',
|
|
158
|
-
label: 'Label',
|
|
159
|
-
label_placeholder: 'Type custom label',
|
|
160
|
-
date_grouping: 'Date Grouping',
|
|
161
|
-
time_period: 'Time Period',
|
|
162
|
-
max_data_points: 'Max Data Points',
|
|
163
|
-
remove: 'Remove'
|
|
164
144
|
},
|
|
165
145
|
chart_info: {
|
|
166
146
|
title_placeholder: 'Untitled Chart',
|
|
@@ -170,7 +150,7 @@ exports.I18N_CHART_BUILDER_GENERAL = {
|
|
|
170
150
|
drop_column_here: 'Drop column here',
|
|
171
151
|
drop_column_as: 'Drop column as'
|
|
172
152
|
},
|
|
173
|
-
|
|
153
|
+
chart_labels: {
|
|
174
154
|
bar: 'Bar Chart',
|
|
175
155
|
line: 'Line Chart',
|
|
176
156
|
symbol: 'Symbol Chart',
|
|
@@ -3,25 +3,29 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = void 0;
|
|
4
4
|
exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
5
5
|
general_options: {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
allow_pagination: 'Allow Pagination',
|
|
7
|
+
data_points: 'Data Points',
|
|
8
8
|
display_average: 'Display Average',
|
|
9
|
+
does_not_apply_to_dates: 'does not apply to Dates',
|
|
9
10
|
fixed_scale: 'Fixed Scale',
|
|
10
|
-
max_scale: 'Max Scale',
|
|
11
|
-
min_scale: 'Min Scale',
|
|
12
11
|
fixed_scale_placeholder: 'Auto',
|
|
13
|
-
max_groups: 'maximo de grupos',
|
|
14
12
|
freeze_first_column: 'Freeze First Column',
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
view_total: 'Totals',
|
|
18
|
-
view_subtotals: 'Subtotals',
|
|
19
|
-
max_rows: 'Max Rows',
|
|
13
|
+
max: 'Max {{attr}}',
|
|
14
|
+
max_categories: 'Max Categories',
|
|
20
15
|
max_columns: 'Max Columns',
|
|
16
|
+
max_data_points: 'Max Data Points',
|
|
17
|
+
max_groups: 'Max Groups',
|
|
18
|
+
max_rows: 'Max Rows',
|
|
19
|
+
max_scale: 'Max Scale',
|
|
20
|
+
max_series: 'Max Series',
|
|
21
21
|
max_slices: 'Max Slices',
|
|
22
|
-
|
|
23
|
-
allow_pagination: 'Allow Pagination',
|
|
22
|
+
min_scale: 'Min Scale',
|
|
24
23
|
records_per_page: 'Records per page',
|
|
24
|
+
slices: 'Slices',
|
|
25
|
+
view_labels: 'Label',
|
|
26
|
+
view_sorting: 'Sorting',
|
|
27
|
+
view_subtotals: 'Subtotals',
|
|
28
|
+
view_total: 'Totals',
|
|
25
29
|
},
|
|
26
30
|
tooltip_settings: {
|
|
27
31
|
name: 'Tooltips',
|
|
@@ -36,7 +40,7 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
36
40
|
values_format: 'Values Format',
|
|
37
41
|
remove: 'Remove',
|
|
38
42
|
header_label: 'Header',
|
|
39
|
-
|
|
43
|
+
header_placeholder: 'Type text',
|
|
40
44
|
values_multiples_first: 'First',
|
|
41
45
|
values_multiples_last: 'Last',
|
|
42
46
|
},
|
|
@@ -61,7 +65,7 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
61
65
|
calculation_type_difference: 'Difference',
|
|
62
66
|
calculation_type_percent_difference: '% Difference',
|
|
63
67
|
custom_label: 'Custom Label',
|
|
64
|
-
|
|
68
|
+
custom_label_placeholder: 'Type Custom Label',
|
|
65
69
|
remove: 'Remove',
|
|
66
70
|
calculation: 'Calculation',
|
|
67
71
|
remove_calculation: 'Remove Calculation',
|
|
@@ -76,20 +80,24 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
76
80
|
none_tooltip: 'None'
|
|
77
81
|
},
|
|
78
82
|
sorting: {
|
|
79
|
-
|
|
80
|
-
sort_by: 'Sort by',
|
|
81
|
-
label: 'Label',
|
|
82
|
-
value: 'Value',
|
|
83
|
-
descending: 'Descending',
|
|
83
|
+
aggregation_label: 'Aggregation',
|
|
84
84
|
ascending: 'Ascending',
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
clear_sorting: 'Clear Sorting',
|
|
86
|
+
descending: 'Descending',
|
|
87
|
+
label: 'Label',
|
|
88
|
+
order_chart_columns: 'Chart Columns',
|
|
89
|
+
order_others_columns: 'Other Columns',
|
|
90
|
+
select_aggregate_placeholder: 'Select Aggregate',
|
|
91
|
+
select_column_placeholder: 'Select Column',
|
|
87
92
|
sort_ascending: 'Sort Ascending',
|
|
93
|
+
sort_by: 'Sort by',
|
|
94
|
+
sort_descending: 'Sort Descending',
|
|
88
95
|
sort_descending_a_to_z: 'A to Z',
|
|
89
96
|
sort_descending_z_to_a: 'Z to A',
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
97
|
+
sort: 'Sort',
|
|
98
|
+
sorting_by_calculated_value: 'Sorting by Calculated Value',
|
|
99
|
+
title: 'Sorting',
|
|
100
|
+
value: 'Value',
|
|
93
101
|
},
|
|
94
102
|
menu_actions: {
|
|
95
103
|
title: 'Menu Actions',
|
|
@@ -120,9 +128,10 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
120
128
|
totals_disabled: 'Totals is disabled, add fields on the Columns shelf to enable it.'
|
|
121
129
|
},
|
|
122
130
|
aggregated_formula: {
|
|
123
|
-
title: 'Aggregated Formulas',
|
|
124
131
|
add: 'Add Aggregated Formulas',
|
|
132
|
+
add_formula_disabled: 'Aggregated Formulas is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
125
133
|
edit: 'Edit',
|
|
126
|
-
remove: 'Remove'
|
|
134
|
+
remove: 'Remove',
|
|
135
|
+
title: 'Aggregated Formulas',
|
|
127
136
|
}
|
|
128
137
|
};
|
|
@@ -18,17 +18,19 @@ exports.I18N_CHART_BUILDER_LAYER_OPTIONS = {
|
|
|
18
18
|
legend: 'Trend Line'
|
|
19
19
|
},
|
|
20
20
|
references_line: {
|
|
21
|
-
title: 'Reference Line',
|
|
22
21
|
add: 'Add Reference Line',
|
|
23
|
-
new_reference_line_label: 'Reference Line num',
|
|
24
|
-
fixed: 'Fixed',
|
|
25
|
-
dynamic: 'Dynamic',
|
|
26
22
|
axis: 'Axis',
|
|
27
|
-
value: 'Value',
|
|
28
|
-
value_aggregated: 'Value Aggregate',
|
|
29
23
|
custom_label: 'Custom Label',
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
custom_label_disabled: 'To show the reference value on the custom label type {{ref.value}}.',
|
|
25
|
+
custom_label_placeholder: 'Type custom label',
|
|
26
|
+
dynamic: 'Dynamic',
|
|
27
|
+
fixed: 'Fixed',
|
|
28
|
+
new_reference_line_label: 'Reference Line',
|
|
32
29
|
opacity: 'Opacity',
|
|
30
|
+
remove: 'Remove',
|
|
31
|
+
title: 'Reference Line',
|
|
32
|
+
value: 'Value',
|
|
33
|
+
value_aggregated: 'Value Aggregate',
|
|
34
|
+
value_aggregated_placeholder: 'Select Aggregate',
|
|
33
35
|
},
|
|
34
36
|
};
|
|
@@ -3,40 +3,44 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.I18N_CHART_BUILDER_STYLE_OPTIONS = void 0;
|
|
4
4
|
exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
5
5
|
style_options: {
|
|
6
|
+
allow_clustering: 'Allow Clustering',
|
|
6
7
|
axis_labels: 'Axis Labels',
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
axis_position_disabled_message: '<i>Axis Position</i> is disabled because stacked type configuration is in use.',
|
|
9
|
+
bar_type_disabled_message: 'Bar <i>Type</i> selection is disabled because not all of the column visualization styles are set as bars.',
|
|
9
10
|
bar_width: 'Bar Width',
|
|
10
11
|
bar_width_symbol: '%',
|
|
11
12
|
bar_width_auto: 'Auto',
|
|
12
|
-
|
|
13
|
+
bullet_color: 'Bullet Color',
|
|
13
14
|
borders_check: 'Borders',
|
|
14
|
-
|
|
15
|
-
values_check: 'Values',
|
|
16
|
-
percentage_check: 'Percentage',
|
|
17
|
-
line_opacity: 'Line Opacity',
|
|
18
|
-
threshold_opacity: 'Threshold Opacity',
|
|
19
|
-
symbol_opacity: 'Symbol Opacity',
|
|
20
|
-
show_animation_check: 'Show Animation',
|
|
21
|
-
needle_color: 'Needle Color',
|
|
22
|
-
show_comparision_check: 'Show Comparison',
|
|
15
|
+
chart_type_disabled_message: '<i>Type</i> selection is disabled because stacked type configuration is in use.',
|
|
23
16
|
comparision_color: 'Comparision Color',
|
|
24
|
-
|
|
17
|
+
data_labels_check: 'Data Labels',
|
|
25
18
|
default_format_title: 'Format',
|
|
26
|
-
reversed_colors: 'Reversed Colors',
|
|
27
|
-
map_borders: 'Map borders',
|
|
28
|
-
allow_clustering: 'Allow Clustering',
|
|
29
19
|
display_outliers_check: 'Display outliers',
|
|
20
|
+
line_opacity: 'Line Opacity',
|
|
21
|
+
map_borders: 'Map borders',
|
|
22
|
+
needle_color: 'Needle Color',
|
|
30
23
|
opacity: 'Opacity',
|
|
24
|
+
percentage_check: 'Percentage',
|
|
25
|
+
reversed_colors: 'Reversed Colors',
|
|
26
|
+
shading_check: 'Shading',
|
|
27
|
+
symbol_opacity: 'Symbol Opacity',
|
|
28
|
+
show_animation_check: 'Show Animation',
|
|
29
|
+
show_comparison_check: 'Show Comparison',
|
|
30
|
+
threshold_opacity: 'Threshold Opacity',
|
|
31
|
+
values_check: 'Values',
|
|
32
|
+
x_axis_title: 'X - Axis',
|
|
33
|
+
y_axis_title: 'Y - Axis',
|
|
31
34
|
},
|
|
32
35
|
color_settings: {
|
|
33
|
-
select_color_type: 'Color type',
|
|
34
|
-
single_color: 'Single color',
|
|
35
36
|
color_by_category: 'By category',
|
|
36
|
-
select_color: 'Color',
|
|
37
|
-
select_theme: 'Theme',
|
|
38
37
|
color_by_value_title: 'Color by value',
|
|
39
38
|
match_color: 'Match colors across charts',
|
|
39
|
+
select_color: 'Color',
|
|
40
|
+
select_color_type: 'Color type',
|
|
41
|
+
select_color_type_placeholder: 'Select color type',
|
|
42
|
+
select_theme: 'Theme',
|
|
43
|
+
single_color: 'Single color',
|
|
40
44
|
},
|
|
41
45
|
color_by_values: {
|
|
42
46
|
title: 'Color by values',
|
|
@@ -57,32 +61,33 @@ exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
57
61
|
horizontal: 'Horizontal',
|
|
58
62
|
},
|
|
59
63
|
axis_style: {
|
|
60
|
-
|
|
64
|
+
axis_format_title: 'Axis Format',
|
|
65
|
+
axis_position: 'Axis Position',
|
|
66
|
+
axis_position_left: 'Left',
|
|
67
|
+
axis_position_primary_axis: 'Use Primary Axis',
|
|
68
|
+
axis_position_right: 'Right',
|
|
61
69
|
custom_axis_label: 'Axis Label',
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
values_axis_check: 'Axis Values',
|
|
65
|
-
values_rotation: 'Values Rotation',
|
|
66
|
-
values_rotation_horizontal: 'Horizontal',
|
|
67
|
-
values_rotation_diagonal: 'Diagonal',
|
|
68
|
-
values_rotation_vertical: 'Vertical',
|
|
70
|
+
custom_label: 'Label',
|
|
71
|
+
custom_label_placeholder: 'Custom label',
|
|
69
72
|
format_title: 'Format',
|
|
70
|
-
|
|
73
|
+
max_range: 'Max Range',
|
|
74
|
+
max_range_placeholder: 'Auto',
|
|
75
|
+
min_range: 'Min Range',
|
|
76
|
+
min_range_placeholder: 'Auto',
|
|
77
|
+
position: 'Position',
|
|
71
78
|
scale_type: 'Scale Type',
|
|
72
79
|
scale_type_linear: 'Linear',
|
|
73
80
|
scale_type_logarithm: 'Logarithm',
|
|
74
|
-
|
|
75
|
-
min_range_placeholder: 'Auto',
|
|
76
|
-
max_range: 'Max Range',
|
|
77
|
-
max_range_placeholder: 'Auto',
|
|
81
|
+
scale_type_placeholder: 'Select color type',
|
|
78
82
|
steps: 'Steps',
|
|
79
83
|
steps_placeholder: 'Auto',
|
|
80
|
-
position: 'Position',
|
|
81
|
-
axis_position: 'Axis Position',
|
|
82
|
-
axis_position_primari_axis: 'Use Primary Axis',
|
|
83
|
-
axis_position_left: 'Left',
|
|
84
|
-
axis_position_right: 'Right',
|
|
85
84
|
type_label: 'Type',
|
|
85
|
+
values_axis_check: 'Axis Values',
|
|
86
|
+
values_check: 'Values',
|
|
87
|
+
values_rotation: 'Values Rotation',
|
|
88
|
+
values_rotation_diagonal: 'Diagonal',
|
|
89
|
+
values_rotation_horizontal: 'Horizontal',
|
|
90
|
+
values_rotation_vertical: 'Vertical',
|
|
86
91
|
},
|
|
87
92
|
bar_types: {
|
|
88
93
|
title: 'Type',
|
|
@@ -105,7 +110,7 @@ exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
105
110
|
thickness_thin: 'Thin',
|
|
106
111
|
thickness_normal: 'Normal',
|
|
107
112
|
thickness_bold: 'Bold',
|
|
108
|
-
styles_title: '
|
|
113
|
+
styles_title: 'Line Style',
|
|
109
114
|
styles_solid: 'Solid',
|
|
110
115
|
styles_dashed: 'Dashed',
|
|
111
116
|
styles_dotted: 'Dotted',
|
|
@@ -33,6 +33,7 @@ exports.I18N_COLUMN_PROPERTY_LABEL = {
|
|
|
33
33
|
imageupload_filesize_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE,
|
|
34
34
|
imageupload_filetype_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE,
|
|
35
35
|
imageupload_analysis_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS,
|
|
36
|
+
imageupload_analysis_categories_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGECATEGORY,
|
|
36
37
|
expression_positive_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE,
|
|
37
38
|
expression_negative_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE,
|
|
38
39
|
name_first_name_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.NAME_FIRST,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.I18N_COMMON = void 0;
|
|
4
|
+
const RELATIVE_UNIT_INFO_1 = require("../../../dates/relative/constants/RELATIVE_UNIT_INFO");
|
|
4
5
|
const I18N_AGGREGATE_LABEL_1 = require("./I18N_AGGREGATE_LABEL");
|
|
5
6
|
const I18N_COLUMN_LABEL_1 = require("./I18N_COLUMN_LABEL");
|
|
6
7
|
const I18N_COLUMN_PROPERTY_LABEL_1 = require("./I18N_COLUMN_PROPERTY_LABEL");
|
|
@@ -20,4 +21,11 @@ exports.I18N_COMMON = {
|
|
|
20
21
|
no_data_found: "No Data Found",
|
|
21
22
|
properties: I18N_COLUMN_PROPERTY_LABEL_1.I18N_COLUMN_PROPERTY_LABEL,
|
|
22
23
|
search: "Search",
|
|
24
|
+
units: {
|
|
25
|
+
day: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.DAY.label,
|
|
26
|
+
month: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.MONTH.label,
|
|
27
|
+
quarter: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.QUARTER.label,
|
|
28
|
+
week: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.WEEK.label,
|
|
29
|
+
year: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.YEAR.label,
|
|
30
|
+
}
|
|
23
31
|
};
|
|
@@ -8,24 +8,36 @@ exports.I18N_DASHBOARD = {
|
|
|
8
8
|
metric: "Metric",
|
|
9
9
|
summary: "Summary",
|
|
10
10
|
},
|
|
11
|
+
empty_state: {
|
|
12
|
+
about_charts: 'about charts',
|
|
13
|
+
about_metrics: 'about metrics',
|
|
14
|
+
learn_more: 'Learn more',
|
|
15
|
+
},
|
|
11
16
|
export_csv: "Export to CSV",
|
|
17
|
+
messages: {
|
|
18
|
+
dataset_not_available: "Dataset not available at the moment.",
|
|
19
|
+
dataset_not_found: "Dataset not found.",
|
|
20
|
+
server_error: "Server Error.",
|
|
21
|
+
try_again: "Try Again",
|
|
22
|
+
},
|
|
23
|
+
no_record_found: 'No Records Found',
|
|
12
24
|
toast: {
|
|
13
|
-
refresh_table_message: 'Record Successfully Edited.',
|
|
14
|
-
delete_record_message: 'Record Successfully Deleted.',
|
|
15
25
|
add_record_message: 'Record Successfully Added.',
|
|
16
26
|
data_views_updated_message: 'Data views updated successfully.',
|
|
27
|
+
delete_record_message: 'Record Successfully Deleted.',
|
|
28
|
+
refresh_table_message: 'Record Successfully Edited.',
|
|
17
29
|
},
|
|
18
30
|
tooltips: {
|
|
19
|
-
style_themes: "Style Themes",
|
|
20
|
-
formulas: "Formulas",
|
|
21
31
|
buckets: "Buckets",
|
|
22
32
|
download: "Download",
|
|
23
33
|
embed_analyze: "Embed Analyze View",
|
|
34
|
+
formulas: "Formulas",
|
|
35
|
+
style_themes: "Style Themes",
|
|
24
36
|
},
|
|
25
37
|
views: {
|
|
26
|
-
summary_view: "Summary",
|
|
27
|
-
tabular_view: "Tabular View",
|
|
28
38
|
custom_view: "Custom View",
|
|
29
39
|
metric_view: "Metric View",
|
|
30
|
-
|
|
40
|
+
summary_view: "Summary",
|
|
41
|
+
tabular_view: "Tabular View",
|
|
42
|
+
}
|
|
31
43
|
};
|
|
@@ -7,8 +7,9 @@ exports.I18N_FILTER_BUILDER = {
|
|
|
7
7
|
apply_to: 'Apply to',
|
|
8
8
|
cancel_button: 'Cancel',
|
|
9
9
|
column_selector: {
|
|
10
|
-
|
|
10
|
+
no_data_message: 'No Data Found',
|
|
11
11
|
placeholder: 'Search or select a column to create filters',
|
|
12
|
+
title: 'Column',
|
|
12
13
|
},
|
|
13
14
|
divider_label: 'Is',
|
|
14
15
|
error_messages: {
|
|
@@ -27,8 +28,8 @@ exports.I18N_FILTER_BUILDER = {
|
|
|
27
28
|
},
|
|
28
29
|
info_container: {
|
|
29
30
|
info: '<b>OR</b> logic is used for multiple values.',
|
|
30
|
-
selected_label: 'selected of',
|
|
31
31
|
loaded_label: 'loaded',
|
|
32
|
+
selected_label: 'selected of',
|
|
32
33
|
},
|
|
33
34
|
scopes: {
|
|
34
35
|
global: FILTER_BUILDER_SCOPE_LABEL_1.FILTER_BUILDER_SCOPE_LABEL.GLOBAL,
|
|
@@ -3,11 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.I18N_RELATIVE_CONTAINER = void 0;
|
|
4
4
|
const I18N_RELATIVE_CURSOR_1 = require("./I18N_RELATIVE_CURSOR");
|
|
5
5
|
exports.I18N_RELATIVE_CONTAINER = {
|
|
6
|
-
cursors: I18N_RELATIVE_CURSOR_1.I18N_RELATIVE_CURSOR,
|
|
7
6
|
calendar_date: 'Calendar dates',
|
|
8
7
|
calendar_date_tooltip: 'The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.',
|
|
8
|
+
current_date: 'Current Date',
|
|
9
|
+
cursors: I18N_RELATIVE_CURSOR_1.I18N_RELATIVE_CURSOR,
|
|
10
|
+
date_selected: 'Date Selected',
|
|
11
|
+
from_label: 'from',
|
|
9
12
|
starting_date: 'Include starting date',
|
|
10
13
|
starting_date_tooltip: 'The relative date will include the specific starting date and a period of time to show from that date onwards (Inclusive range). <br/> Unchecking this option will exclude the chosen starting date (exclusive range) from the date range.',
|
|
11
14
|
starting_from: 'Starting From',
|
|
12
|
-
|
|
15
|
+
set_current_date: 'Set to current date',
|
|
13
16
|
};
|
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.I18N_VALUE_CONTAINER = void 0;
|
|
4
4
|
exports.I18N_VALUE_CONTAINER = {
|
|
5
|
+
no_label: 'No Label',
|
|
6
|
+
no_records_message: 'No records found',
|
|
5
7
|
search_input: {
|
|
6
|
-
placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
|
|
7
8
|
enter_value_first_label: "Press",
|
|
8
9
|
enter_value_second_label: "Enter",
|
|
9
10
|
enter_value_third_label: "to Insert",
|
|
11
|
+
placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
|
|
10
12
|
},
|
|
11
|
-
no_label: 'No Label',
|
|
12
13
|
select_all: 'Select All',
|
|
13
14
|
};
|
|
@@ -30,7 +30,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
30
30
|
name: 'Formula Name',
|
|
31
31
|
placeholder_name: 'Type Formula Name',
|
|
32
32
|
invalid_name: 'cannot be used in the formula name.',
|
|
33
|
-
detail_title: '
|
|
33
|
+
detail_title: 'Formula',
|
|
34
34
|
detail_suggestion: 'Allows mathematical operations including',
|
|
35
35
|
detail_suggestion_operators: '+, -, *, /, ()',
|
|
36
36
|
syntax_success: 'Formula syntax is correct.',
|
|
@@ -39,7 +39,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
39
39
|
test: 'Test',
|
|
40
40
|
clear: 'Clear',
|
|
41
41
|
insert_function: 'Insert Functions',
|
|
42
|
-
insert_column: '
|
|
42
|
+
insert_column: 'Insert Columns',
|
|
43
43
|
search_function: 'Search',
|
|
44
44
|
search_column: 'Search',
|
|
45
45
|
box_function_empty: 'No Function Selected',
|
|
@@ -58,7 +58,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
58
58
|
numeric: 'Numeric',
|
|
59
59
|
string: 'String/Text',
|
|
60
60
|
date: 'Date/Time',
|
|
61
|
-
aggregate: '
|
|
61
|
+
aggregate: 'Aggregates'
|
|
62
62
|
},
|
|
63
63
|
function_is_null: {
|
|
64
64
|
description: 'Replaces NULL with the specified replacement value.',
|