@qrvey/utils 1.2.9-3 → 1.2.9-30
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 +237 -77
- package/dist/charts/constants/AGGREGATE_LABEL.d.ts +1 -1
- package/dist/charts/constants/AGGREGATE_LABEL.js +1 -1
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +1 -1
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +1 -1
- 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/columns/interfaces/IColumn.d.ts +0 -2
- package/dist/cjs/dates/constants/DATETIME_COLUMN_FORMAT.d.ts +1 -0
- package/dist/cjs/dates/constants/DATETIME_COLUMN_FORMAT.js +11 -0
- package/dist/cjs/dates/constants/index.d.ts +1 -0
- package/dist/cjs/dates/constants/index.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/IResourceI18n.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/II18nChartBuilderChartLabes.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 +1 -1
- package/dist/cjs/filters/adapters/FDToUI.js +2 -4
- package/dist/cjs/filters/adapters/logicToFlatUI.js +3 -3
- package/dist/cjs/filters/helpers/builder/getFilterBuilderGeneralConfig.js +1 -0
- package/dist/cjs/filters/helpers/ui/getQrveyIdsByUIFilters.d.ts +7 -0
- package/dist/cjs/filters/helpers/ui/getQrveyIdsByUIFilters.js +24 -0
- package/dist/cjs/filters/helpers/ui/getUIValues.js +13 -7
- package/dist/cjs/filters/helpers/ui/getUpdatedUIFilters.d.ts +9 -0
- package/dist/cjs/filters/helpers/ui/getUpdatedUIFilters.js +38 -0
- package/dist/cjs/filters/helpers/ui/index.d.ts +3 -0
- package/dist/cjs/filters/helpers/ui/index.js +3 -0
- package/dist/cjs/filters/helpers/ui/transformFilterValues.d.ts +4 -0
- package/dist/cjs/filters/helpers/ui/transformFilterValues.js +22 -0
- package/dist/cjs/filters/interfaces/OLD_IFilterDetail.d.ts +4 -1
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +2 -0
- package/dist/cjs/filters/interfaces/panel/IFPSettingsGeneral.d.ts +2 -1
- package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -2
- package/dist/cjs/filters/interfaces/ui/IFUTransformFilterValuesSettings.d.ts +7 -0
- package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUTransformFilterValuesSettings.js} +0 -0
- package/dist/cjs/filters/interfaces/ui/index.d.ts +3 -2
- package/dist/cjs/filters/interfaces/ui/index.js +3 -2
- package/dist/cjs/format/definition.d.ts +31 -0
- package/dist/cjs/format/definition.js +33 -1
- package/dist/cjs/format/format.d.ts +2 -1
- package/dist/cjs/format/format.js +8 -5
- package/dist/cjs/format/index.d.ts +1 -0
- package/dist/cjs/format/index.js +1 -0
- package/dist/cjs/format/localization.d.ts +4 -0
- package/dist/cjs/format/localization.js +79 -0
- package/dist/cjs/globalization/helpers/getI18nCalendar.d.ts +4 -0
- package/dist/cjs/globalization/helpers/getI18nCalendar.js +69 -0
- package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/cjs/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/cjs/globalization/helpers/index.d.ts +1 -0
- package/dist/cjs/globalization/helpers/index.js +1 -0
- package/dist/cjs/globalization/interfaces/II18nConfig.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → II18nConfig.js} +0 -0
- package/dist/cjs/globalization/interfaces/{IResourceI18n.d.ts → II18nResource.d.ts} +3 -1
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImage.js → II18nResource.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/calendar/II18nCalendar.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImageAnalysis.js → calendar/II18nCalendar.js} +0 -0
- package/dist/cjs/globalization/interfaces/calendar/II18nCalendarProperties.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.js → calendar/II18nCalendarProperties.js} +0 -0
- package/dist/cjs/globalization/interfaces/calendar/index.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/calendar/index.js +14 -0
- 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/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts → cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/{II18nChartBuilderComplexText.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 +13 -11
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +5 -3
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
- package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +1 -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 +4 -0
- package/dist/cjs/globalization/interfaces/common/II18nDayNames.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/common/II18nUnits.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexUsaAddress.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/II18nDashboardMessages.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardMessages.js +2 -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/II18nFilter.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterExtraInfo.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterExtraInfo.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -2
- package/dist/cjs/globalization/interfaces/filters/II18nTokenBox.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/filters/II18nTokenBox.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/index.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/index.js +1 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/index.d.ts +7 -2
- package/dist/cjs/globalization/interfaces/index.js +7 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +21 -11
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemes.d.ts +13 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemes.js +2 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMenu.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMenu.js +2 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMessages.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMessages.js +2 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +27 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTheme.js +2 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTooltips.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTooltips.js +2 -0
- package/dist/cjs/globalization/interfaces/style_themes/index.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/style_themes/index.js +18 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +1 -0
- package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +2 -2
- package/dist/cjs/globalization/labels/I18N_DEFAULT.js +2 -0
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +5 -2
- package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.d.ts +2 -0
- package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.js +10 -0
- package/dist/cjs/globalization/labels/calendar/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/calendar/index.js +13 -0
- 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 +53 -74
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +3 -2
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +50 -43
- 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 +10 -0
- package/dist/cjs/globalization/labels/common/I18N_DAY_NAMES.js +7 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +7 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +10 -0
- 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 +5 -3
- package/dist/cjs/globalization/labels/index.d.ts +6 -3
- package/dist/cjs/globalization/labels/index.js +6 -3
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +22 -12
- package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +2 -0
- package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.js +58 -0
- package/dist/cjs/globalization/labels/style_themes/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/style_themes/index.js +13 -0
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +1 -0
- package/dist/cjs/globalization/service/i18nextBuilder.d.ts +3 -3
- package/dist/cjs/globalization/service/initI18n.d.ts +2 -2
- package/dist/cjs/interfaces/format/IFormatConfig.Interface.d.ts +5 -0
- package/dist/cjs/interfaces/format/IFormatConfig.Interface.js +2 -0
- package/dist/cjs/interfaces/format/IFormatCurrency.Interface.d.ts +4 -0
- package/dist/cjs/interfaces/format/IFormatCurrency.Interface.js +2 -0
- package/dist/cjs/interfaces/format/IFormatOutputFormat.Interface.d.ts +9 -0
- package/dist/cjs/interfaces/format/IFormatOutputFormat.Interface.js +2 -0
- package/dist/cjs/interfaces/format/index.d.ts +3 -0
- package/dist/cjs/interfaces/format/index.js +15 -0
- package/dist/cjs/interfaces/general/IGeneralWidgetConfig.d.ts +2 -0
- package/dist/cjs/interfaces/index.d.ts +1 -0
- package/dist/cjs/interfaces/index.js +1 -0
- package/dist/cjs/qrvey/helpers/getValueWithSuffixes.d.ts +9 -0
- package/dist/cjs/qrvey/helpers/getValueWithSuffixes.js +23 -0
- package/dist/cjs/qrvey/helpers/index.d.ts +2 -0
- package/dist/cjs/qrvey/helpers/index.js +2 -0
- package/dist/cjs/qrvey/helpers/transformValue.d.ts +8 -0
- package/dist/cjs/qrvey/helpers/transformValue.js +49 -0
- package/dist/cjs/qrvey/interfaces/IGetValueWithSuffixesSettings.d.ts +11 -0
- package/dist/cjs/qrvey/interfaces/IGetValueWithSuffixesSettings.js +2 -0
- package/dist/cjs/qrvey/interfaces/ITransformValueSettings.d.ts +11 -0
- package/dist/cjs/qrvey/interfaces/ITransformValueSettings.js +2 -0
- package/dist/cjs/qrvey/interfaces/index.d.ts +2 -0
- package/dist/cjs/qrvey/interfaces/index.js +2 -0
- package/dist/cjs/services/api/getAllDatasets.api.d.ts +2 -1
- package/dist/cjs/services/api/getAllDatasets.api.js +3 -3
- package/dist/cjs/services/api/getDatasetColumns.api.js +3 -1
- 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/columns/interfaces/IColumn.d.ts +0 -2
- package/dist/dates/constants/DATETIME_COLUMN_FORMAT.d.ts +1 -0
- package/dist/dates/constants/DATETIME_COLUMN_FORMAT.js +8 -0
- package/dist/dates/constants/index.d.ts +1 -0
- package/dist/dates/constants/index.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/IResourceI18n.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
- package/dist/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
- package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.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 +1 -1
- package/dist/filters/adapters/FDToUI.js +2 -4
- package/dist/filters/adapters/logicToFlatUI.js +3 -3
- package/dist/filters/helpers/builder/getFilterBuilderGeneralConfig.js +1 -0
- package/dist/filters/helpers/ui/getQrveyIdsByUIFilters.d.ts +7 -0
- package/dist/filters/helpers/ui/getQrveyIdsByUIFilters.js +20 -0
- package/dist/filters/helpers/ui/getUIValues.js +13 -7
- package/dist/filters/helpers/ui/getUpdatedUIFilters.d.ts +9 -0
- package/dist/filters/helpers/ui/getUpdatedUIFilters.js +34 -0
- package/dist/filters/helpers/ui/index.d.ts +3 -0
- package/dist/filters/helpers/ui/index.js +3 -0
- package/dist/filters/helpers/ui/transformFilterValues.d.ts +4 -0
- package/dist/filters/helpers/ui/transformFilterValues.js +18 -0
- package/dist/filters/interfaces/OLD_IFilterDetail.d.ts +4 -1
- package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
- package/dist/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +2 -0
- package/dist/filters/interfaces/panel/IFPSettingsGeneral.d.ts +2 -1
- package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -2
- package/dist/filters/interfaces/ui/IFUTransformFilterValuesSettings.d.ts +7 -0
- package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUTransformFilterValuesSettings.js} +0 -0
- package/dist/filters/interfaces/ui/index.d.ts +3 -2
- package/dist/filters/interfaces/ui/index.js +3 -2
- package/dist/format/definition.d.ts +31 -0
- package/dist/format/definition.js +32 -0
- package/dist/format/format.d.ts +2 -1
- package/dist/format/format.js +6 -3
- package/dist/format/index.d.ts +1 -0
- package/dist/format/index.js +1 -0
- package/dist/format/localization.d.ts +4 -0
- package/dist/format/localization.js +73 -0
- package/dist/globalization/helpers/getI18nCalendar.d.ts +4 -0
- package/dist/globalization/helpers/getI18nCalendar.js +65 -0
- package/dist/globalization/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/globalization/helpers/index.d.ts +1 -0
- package/dist/globalization/helpers/index.js +1 -0
- package/dist/globalization/interfaces/II18nConfig.d.ts +6 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → II18nConfig.js} +0 -0
- package/dist/globalization/interfaces/{IResourceI18n.d.ts → II18nResource.d.ts} +3 -1
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImage.js → II18nResource.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +2 -0
- package/dist/globalization/interfaces/calendar/II18nCalendar.d.ts +7 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImageAnalysis.js → calendar/II18nCalendar.js} +0 -0
- package/dist/globalization/interfaces/calendar/II18nCalendarProperties.d.ts +9 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.js → calendar/II18nCalendarProperties.js} +0 -0
- package/dist/globalization/interfaces/calendar/index.d.ts +2 -0
- package/dist/globalization/interfaces/calendar/index.js +2 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -16
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
- package/dist/{cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts → globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.d.ts} +1 -1
- package/dist/globalization/interfaces/chart_builder/{II18nChartBuilderComplexText.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 +13 -11
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +5 -3
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
- package/dist/globalization/interfaces/chart_builder/index.d.ts +1 -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 +4 -0
- package/dist/globalization/interfaces/common/II18nDayNames.d.ts +7 -0
- package/dist/globalization/interfaces/common/II18nUnits.d.ts +7 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexUsaAddress.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/II18nDashboardMessages.d.ts +6 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardMessages.js +1 -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/II18nFilter.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterExtraInfo.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterExtraInfo.js +1 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -2
- package/dist/globalization/interfaces/filters/II18nTokenBox.d.ts +6 -0
- package/dist/globalization/interfaces/filters/II18nTokenBox.js +1 -0
- package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/globalization/interfaces/filters/index.d.ts +1 -0
- package/dist/globalization/interfaces/filters/index.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +2 -0
- package/dist/globalization/interfaces/index.d.ts +7 -2
- package/dist/globalization/interfaces/index.js +7 -2
- package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +21 -11
- package/dist/globalization/interfaces/style_themes/II18nStyleThemes.d.ts +13 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemes.js +1 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.d.ts +6 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.js +1 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesMenu.d.ts +6 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesMenu.js +1 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesMessages.d.ts +9 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesMessages.js +1 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +27 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesTheme.js +1 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesTooltips.d.ts +4 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesTooltips.js +1 -0
- package/dist/globalization/interfaces/style_themes/index.d.ts +6 -0
- package/dist/globalization/interfaces/style_themes/index.js +6 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +1 -0
- package/dist/globalization/labels/I18N_DEFAULT.d.ts +2 -2
- package/dist/globalization/labels/I18N_DEFAULT.js +2 -0
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +5 -2
- package/dist/globalization/labels/calendar/I18N_CALENDAR.d.ts +2 -0
- package/dist/globalization/labels/calendar/I18N_CALENDAR.js +7 -0
- package/dist/globalization/labels/calendar/index.d.ts +1 -0
- package/dist/globalization/labels/calendar/index.js +1 -0
- 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 +53 -74
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +3 -2
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +50 -43
- 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 +10 -0
- package/dist/globalization/labels/common/I18N_DAY_NAMES.js +7 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +7 -0
- package/dist/globalization/labels/filters/I18N_FILTER.js +10 -0
- 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 +5 -3
- package/dist/globalization/labels/index.d.ts +6 -3
- package/dist/globalization/labels/index.js +6 -3
- package/dist/globalization/labels/panel/I18N_PANEL.js +22 -12
- package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +2 -0
- package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.js +55 -0
- package/dist/globalization/labels/style_themes/index.d.ts +1 -0
- package/dist/globalization/labels/style_themes/index.js +1 -0
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +1 -0
- package/dist/globalization/service/i18nextBuilder.d.ts +3 -3
- package/dist/globalization/service/initI18n.d.ts +2 -2
- package/dist/interfaces/format/IFormatConfig.Interface.d.ts +5 -0
- package/dist/interfaces/format/IFormatConfig.Interface.js +1 -0
- package/dist/interfaces/format/IFormatCurrency.Interface.d.ts +4 -0
- package/dist/interfaces/format/IFormatCurrency.Interface.js +1 -0
- package/dist/interfaces/format/IFormatOutputFormat.Interface.d.ts +9 -0
- package/dist/interfaces/format/IFormatOutputFormat.Interface.js +1 -0
- package/dist/interfaces/format/index.d.ts +3 -0
- package/dist/interfaces/format/index.js +3 -0
- package/dist/interfaces/general/IGeneralWidgetConfig.d.ts +2 -0
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/interfaces/index.js +1 -0
- package/dist/qrvey/helpers/getValueWithSuffixes.d.ts +9 -0
- package/dist/qrvey/helpers/getValueWithSuffixes.js +19 -0
- package/dist/qrvey/helpers/index.d.ts +2 -0
- package/dist/qrvey/helpers/index.js +2 -0
- package/dist/qrvey/helpers/transformValue.d.ts +8 -0
- package/dist/qrvey/helpers/transformValue.js +45 -0
- package/dist/qrvey/interfaces/IGetValueWithSuffixesSettings.d.ts +11 -0
- package/dist/qrvey/interfaces/IGetValueWithSuffixesSettings.js +1 -0
- package/dist/qrvey/interfaces/ITransformValueSettings.d.ts +11 -0
- package/dist/qrvey/interfaces/ITransformValueSettings.js +1 -0
- package/dist/qrvey/interfaces/index.d.ts +2 -0
- package/dist/qrvey/interfaces/index.js +2 -0
- package/dist/services/api/getAllDatasets.api.d.ts +2 -1
- package/dist/services/api/getAllDatasets.api.js +3 -3
- package/dist/services/api/getDatasetColumns.api.js +3 -1
- package/package.json +3 -6
- package/src/charts/constants/AGGREGATE_LABEL.ts +1 -1
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/columns/interfaces/IColumn.ts +0 -2
- package/src/dates/constants/DATETIME_COLUMN_FORMAT.ts +8 -0
- package/src/dates/constants/index.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 +1 -1
- package/src/filters/adapters/FDToUI.ts +2 -3
- package/src/filters/adapters/logicToFlatUI.ts +1 -1
- package/src/filters/helpers/builder/getFilterBuilderGeneralConfig.ts +1 -0
- package/src/filters/helpers/ui/getQrveyIdsByUIFilters.ts +22 -0
- package/src/filters/helpers/ui/getUIValues.ts +14 -9
- package/src/filters/helpers/ui/getUpdatedUIFilters.ts +36 -0
- package/src/filters/helpers/ui/index.ts +3 -0
- package/src/filters/helpers/ui/transformFilterValues.ts +29 -0
- package/src/filters/interfaces/OLD_IFilterDetail.ts +2 -1
- package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +0 -2
- package/src/filters/interfaces/builder/IFilterBuilderGeneralConfig.ts +4 -1
- package/src/filters/interfaces/panel/IFPSettingsGeneral.ts +2 -1
- package/src/filters/interfaces/panel/IFilterPanelConfig.ts +2 -2
- package/src/filters/interfaces/ui/IFUTransformFilterValuesSettings.ts +8 -0
- package/src/filters/interfaces/ui/index.ts +3 -2
- package/src/format/definition.ts +50 -0
- package/src/format/format.ts +19 -15
- package/src/format/index.ts +1 -0
- package/src/format/localization.ts +75 -0
- package/src/globalization/helpers/getI18nCalendar.ts +68 -0
- package/src/globalization/helpers/getI18nDateGroupLabel.ts +2 -0
- package/src/globalization/helpers/getReverseI18nGroupLabel.ts +2 -0
- package/src/globalization/helpers/index.ts +1 -0
- package/src/globalization/interfaces/II18nConfig.ts +7 -0
- package/src/globalization/interfaces/{IResourceI18n.ts → II18nResource.ts} +3 -1
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +2 -1
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.ts +2 -0
- package/src/globalization/interfaces/calendar/II18nCalendar.ts +7 -0
- package/src/globalization/interfaces/calendar/II18nCalendarProperties.ts +9 -0
- package/src/globalization/interfaces/calendar/index.ts +2 -0
- 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 +13 -11
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.ts +5 -3
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +16 -12
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.ts +1 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +3 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +19 -16
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +15 -3
- package/src/globalization/interfaces/chart_builder/index.ts +1 -8
- package/src/globalization/interfaces/common/II18nColumnProperties.ts +1 -0
- package/src/globalization/interfaces/common/II18nCommon.ts +4 -0
- package/src/globalization/interfaces/common/II18nDayNames.ts +8 -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/II18nDashboardMessages.ts +6 -0
- package/src/globalization/interfaces/dashboard/index.ts +1 -0
- package/src/globalization/interfaces/filters/II18nFilter.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +1 -0
- package/src/globalization/interfaces/filters/II18nFilterExtraInfo.ts +4 -0
- package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +5 -2
- package/src/globalization/interfaces/filters/II18nTokenBox.ts +6 -0
- package/src/globalization/interfaces/filters/II18nValueContainer.ts +1 -0
- package/src/globalization/interfaces/filters/index.ts +1 -0
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.ts +3 -1
- package/src/globalization/interfaces/index.ts +7 -2
- package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +21 -11
- package/src/globalization/interfaces/style_themes/II18nStyleThemes.ts +14 -0
- package/src/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.ts +6 -0
- package/src/globalization/interfaces/style_themes/II18nStyleThemesMenu.ts +6 -0
- package/src/globalization/interfaces/style_themes/II18nStyleThemesMessages.ts +9 -0
- package/src/globalization/interfaces/style_themes/II18nStyleThemesTheme.ts +27 -0
- package/src/globalization/interfaces/style_themes/II18nStyleThemesTooltips.ts +4 -0
- package/src/globalization/interfaces/style_themes/index.ts +6 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +1 -0
- package/src/globalization/labels/I18N_DEFAULT.ts +4 -2
- package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +5 -2
- package/src/globalization/labels/calendar/I18N_CALENDAR.ts +9 -0
- package/src/globalization/labels/calendar/index.ts +1 -0
- 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 +55 -78
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +22 -17
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +3 -2
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +51 -44
- 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 +10 -0
- package/src/globalization/labels/common/I18N_DAY_NAMES.ts +8 -0
- package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +7 -0
- package/src/globalization/labels/filters/I18N_FILTER.ts +10 -0
- 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 +5 -3
- package/src/globalization/labels/index.ts +6 -3
- package/src/globalization/labels/panel/I18N_PANEL.ts +22 -12
- package/src/globalization/labels/style_themes/I18N_STYLE_THEMES.ts +57 -0
- package/src/globalization/labels/style_themes/index.ts +1 -0
- package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +1 -0
- package/src/globalization/service/i18nextBuilder.ts +4 -4
- package/src/globalization/service/initI18n.ts +3 -3
- package/src/interfaces/format/IFormatConfig.Interface.ts +5 -0
- package/src/interfaces/format/IFormatCurrency.Interface.ts +4 -0
- package/src/interfaces/format/IFormatOutputFormat.Interface.ts +10 -0
- package/src/interfaces/format/index.ts +3 -0
- package/src/interfaces/general/IGeneralWidgetConfig.ts +2 -0
- package/src/interfaces/index.ts +1 -0
- package/src/qrvey/helpers/getValueWithSuffixes.ts +19 -0
- package/src/qrvey/helpers/index.ts +2 -0
- package/src/qrvey/helpers/transformValue.ts +49 -0
- package/src/qrvey/interfaces/IGetValueWithSuffixesSettings.ts +12 -0
- package/src/qrvey/interfaces/ITransformValueSettings.ts +13 -0
- package/src/qrvey/interfaces/index.ts +2 -0
- package/src/services/api/getAllDatasets.api.ts +4 -3
- package/src/services/api/getDatasetColumns.api.ts +3 -1
- package/test/columns/isNumericalColumn.test.js +154 -0
- package/test/format.test.js +11 -11
- 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/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/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,47 +45,50 @@ 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
|
-
|
|
85
|
-
columns: 'Columns',
|
|
82
|
+
other_value: 'Other Value',
|
|
83
|
+
other_values: 'Other Values',
|
|
84
|
+
pivot: 'Pivot',
|
|
86
85
|
row: 'Row',
|
|
87
86
|
rows: 'Rows',
|
|
88
|
-
|
|
87
|
+
section: 'Section',
|
|
88
|
+
sections: 'Sections',
|
|
89
|
+
series: 'Series',
|
|
90
|
+
value: 'Value',
|
|
91
|
+
values: 'Values',
|
|
89
92
|
},
|
|
90
93
|
shelf_menu: {
|
|
91
94
|
bucket: 'Cubo',
|
|
@@ -97,42 +100,6 @@ exports.I18N_CHART_BUILDER_GENERAL = {
|
|
|
97
100
|
discrete: 'Discrete',
|
|
98
101
|
continuous: 'Continuous'
|
|
99
102
|
},
|
|
100
|
-
complex_name: {
|
|
101
|
-
first_name: 'First Name',
|
|
102
|
-
last_name: 'Last Name'
|
|
103
|
-
},
|
|
104
|
-
complex_text: {
|
|
105
|
-
words: 'Words',
|
|
106
|
-
keyphrases: 'Keyphrases',
|
|
107
|
-
sentiment: 'Sentiment',
|
|
108
|
-
entities: 'Entities'
|
|
109
|
-
},
|
|
110
|
-
complex_usa_address: {
|
|
111
|
-
address_1: 'Address Line 1',
|
|
112
|
-
address_2: 'Address Line 2',
|
|
113
|
-
city: 'City',
|
|
114
|
-
postal_code: 'Zip Code',
|
|
115
|
-
state: 'State'
|
|
116
|
-
},
|
|
117
|
-
complex_address: {
|
|
118
|
-
street: 'Street Address',
|
|
119
|
-
city: 'City',
|
|
120
|
-
postal_code: 'Postal/Zip Code',
|
|
121
|
-
state: 'State/Region/Province',
|
|
122
|
-
country: 'Country'
|
|
123
|
-
},
|
|
124
|
-
complex_file: {
|
|
125
|
-
file_size: 'File Size',
|
|
126
|
-
file_type: 'File Type'
|
|
127
|
-
},
|
|
128
|
-
complex_image: {
|
|
129
|
-
image_size: 'File Size',
|
|
130
|
-
image_type: 'File Type'
|
|
131
|
-
},
|
|
132
|
-
complex_image_analysis: {
|
|
133
|
-
word: 'Word',
|
|
134
|
-
categories: 'Categories'
|
|
135
|
-
},
|
|
136
103
|
trend_chart: {
|
|
137
104
|
add: 'Add Trend Chart',
|
|
138
105
|
add_trend_disabled: 'Trend Chart is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
@@ -140,13 +107,32 @@ exports.I18N_CHART_BUILDER_GENERAL = {
|
|
|
140
107
|
color: 'Color',
|
|
141
108
|
date_grouping: 'Date Grouping',
|
|
142
109
|
fill: 'Fill',
|
|
143
|
-
fill_none: 'None',
|
|
144
110
|
fill_below: 'Below',
|
|
111
|
+
fill_none: 'None',
|
|
112
|
+
fixed_scale: 'Fixed Scale',
|
|
113
|
+
label: 'Label',
|
|
114
|
+
label_placeholder: 'Type custom label',
|
|
115
|
+
less_than: 'Less than',
|
|
116
|
+
loss_threshold: 'Loss Threshold',
|
|
117
|
+
max_data_points: 'Max Data Points',
|
|
118
|
+
max_scale: 'Max Scale',
|
|
119
|
+
min_scale: 'Min Scale',
|
|
145
120
|
new_trend_chart_label: 'Trend Chart Num',
|
|
146
121
|
options_title: 'Trend by',
|
|
122
|
+
remove: 'Remove',
|
|
147
123
|
select_column: 'Column',
|
|
148
124
|
select_column_placeholder: 'Select Option',
|
|
125
|
+
show_value: 'Show Value',
|
|
126
|
+
target: 'Target',
|
|
127
|
+
target_aggregate: 'Target Aggregate',
|
|
128
|
+
target_aggregate_placeholder: 'All',
|
|
129
|
+
target_column: 'Target Column',
|
|
130
|
+
target_column_placeholder: 'All',
|
|
131
|
+
target_label: 'Target Label',
|
|
132
|
+
target_value: 'Target Value',
|
|
133
|
+
time_period: 'Time Period',
|
|
149
134
|
title: 'Trend Chart',
|
|
135
|
+
tooltips: 'Tooltips',
|
|
150
136
|
trend_by_column: 'Trend by Column',
|
|
151
137
|
trend_by_column_placeholder: 'Select Option',
|
|
152
138
|
trend_sort: 'Trend Sort',
|
|
@@ -156,13 +142,6 @@ exports.I18N_CHART_BUILDER_GENERAL = {
|
|
|
156
142
|
type_line: 'Line',
|
|
157
143
|
type_spline: 'Spline',
|
|
158
144
|
type_step_line: 'Step Line',
|
|
159
|
-
tooltips: 'Tooltips',
|
|
160
|
-
show_value: 'Show Value',
|
|
161
|
-
label: 'Label',
|
|
162
|
-
label_placeholder: 'Type custom label',
|
|
163
|
-
time_period: 'Time Period',
|
|
164
|
-
max_data_points: 'Max Data Points',
|
|
165
|
-
remove: 'Remove',
|
|
166
145
|
},
|
|
167
146
|
chart_info: {
|
|
168
147
|
title_placeholder: 'Untitled Chart',
|
|
@@ -172,7 +151,7 @@ exports.I18N_CHART_BUILDER_GENERAL = {
|
|
|
172
151
|
drop_column_here: 'Drop column here',
|
|
173
152
|
drop_column_as: 'Drop column as'
|
|
174
153
|
},
|
|
175
|
-
|
|
154
|
+
chart_labels: {
|
|
176
155
|
bar: 'Bar Chart',
|
|
177
156
|
line: 'Line Chart',
|
|
178
157
|
symbol: 'Symbol Chart',
|
|
@@ -219,12 +198,12 @@ exports.I18N_CHART_BUILDER_GENERAL = {
|
|
|
219
198
|
max_limit: 'Only 10,000 max data points are supported.'
|
|
220
199
|
},
|
|
221
200
|
messages_crosstab: {
|
|
222
|
-
max_data: 'Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max
|
|
201
|
+
max_data: 'Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max Records</i> and <i>Max Columns</i> to display.',
|
|
223
202
|
max_increment: 'Increasing the amount of records to display above {{max_rows_option}} rows or {{max_groups_option}} columns can affect chart performance.',
|
|
224
203
|
value_missing: 'A <i>Values</i> column could be added to this chart.'
|
|
225
204
|
},
|
|
226
205
|
messages_table_chart: {
|
|
227
|
-
max_data_simple: 'Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max
|
|
206
|
+
max_data_simple: 'Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max Records</i> to display.',
|
|
228
207
|
max_data_grouped: 'Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max Groups</i> to display.',
|
|
229
208
|
max_increment: 'Increasing the amount of records to display above {{max_rows_option}} rows or {{max_groups_option}} groups can affect chart performance.',
|
|
230
209
|
grouped_column: '<i>Columns</i> are needed for this 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',
|
|
@@ -83,13 +87,15 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
83
87
|
label: 'Label',
|
|
84
88
|
order_chart_columns: 'Chart Columns',
|
|
85
89
|
order_others_columns: 'Other Columns',
|
|
90
|
+
select_aggregate_placeholder: 'Select Aggregate',
|
|
86
91
|
select_column_placeholder: 'Select Column',
|
|
87
|
-
sort: 'Sort',
|
|
88
92
|
sort_ascending: 'Sort Ascending',
|
|
89
93
|
sort_by: 'Sort by',
|
|
90
94
|
sort_descending: 'Sort Descending',
|
|
91
95
|
sort_descending_a_to_z: 'A to Z',
|
|
92
96
|
sort_descending_z_to_a: 'Z to A',
|
|
97
|
+
sort: 'Sort',
|
|
98
|
+
sorting_by_calculated_value: 'Sorting by Calculated Value',
|
|
93
99
|
title: 'Sorting',
|
|
94
100
|
value: 'Value',
|
|
95
101
|
},
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.I18N_CHART_BUILDER_LAYER_OPTIONS = void 0;
|
|
4
4
|
exports.I18N_CHART_BUILDER_LAYER_OPTIONS = {
|
|
5
5
|
trends_line: {
|
|
6
|
-
title: '
|
|
6
|
+
title: 'Trend Line',
|
|
7
7
|
type: 'Type',
|
|
8
8
|
type_none: 'None',
|
|
9
9
|
type_standard_linear_regression: 'Standard Linear Regression',
|
|
@@ -25,11 +25,12 @@ exports.I18N_CHART_BUILDER_LAYER_OPTIONS = {
|
|
|
25
25
|
custom_label_placeholder: 'Type custom label',
|
|
26
26
|
dynamic: 'Dynamic',
|
|
27
27
|
fixed: 'Fixed',
|
|
28
|
-
new_reference_line_label: 'Reference Line
|
|
28
|
+
new_reference_line_label: 'Reference Line',
|
|
29
29
|
opacity: 'Opacity',
|
|
30
30
|
remove: 'Remove',
|
|
31
31
|
title: 'Reference Line',
|
|
32
32
|
value: 'Value',
|
|
33
33
|
value_aggregated: 'Value Aggregate',
|
|
34
|
+
value_aggregated_placeholder: 'Select Aggregate',
|
|
34
35
|
},
|
|
35
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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',
|
|
@@ -147,13 +152,15 @@ exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
147
152
|
names_rotation: 'Names Rotation',
|
|
148
153
|
},
|
|
149
154
|
font_options: {
|
|
155
|
+
automatic_resize: 'Automatic Resize',
|
|
150
156
|
color: 'Font Color',
|
|
157
|
+
disabled: '<i>Automatic Resize</i> is active, disable it to set the size manually.',
|
|
158
|
+
select_option_placeholder: 'Select Option',
|
|
159
|
+
size: 'Font Size',
|
|
151
160
|
style: 'Font Style',
|
|
152
|
-
style_regular: 'Regular',
|
|
153
161
|
style_bold: 'Bold',
|
|
154
162
|
style_italic: 'Italic',
|
|
155
|
-
|
|
156
|
-
size: 'Font Size',
|
|
163
|
+
style_regular: 'Regular',
|
|
157
164
|
},
|
|
158
165
|
circle_size: {
|
|
159
166
|
title: 'Circle Size',
|
|
@@ -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,8 @@
|
|
|
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");
|
|
5
|
+
const calendar_1 = require("../calendar");
|
|
4
6
|
const I18N_AGGREGATE_LABEL_1 = require("./I18N_AGGREGATE_LABEL");
|
|
5
7
|
const I18N_COLUMN_LABEL_1 = require("./I18N_COLUMN_LABEL");
|
|
6
8
|
const I18N_COLUMN_PROPERTY_LABEL_1 = require("./I18N_COLUMN_PROPERTY_LABEL");
|
|
@@ -8,6 +10,7 @@ const I18N_DATE_GROUPING_1 = require("./I18N_DATE_GROUPING");
|
|
|
8
10
|
const I18N_DAY_NAMES_1 = require("./I18N_DAY_NAMES");
|
|
9
11
|
exports.I18N_COMMON = {
|
|
10
12
|
aggregate_labels: I18N_AGGREGATE_LABEL_1.I18N_AGGREGATE_LABEL,
|
|
13
|
+
calendar: calendar_1.I18N_CALENDAR,
|
|
11
14
|
column_types: I18N_COLUMN_LABEL_1.I18N_COLUMN_LABEL,
|
|
12
15
|
column_types_suffixes: {
|
|
13
16
|
slidebar_one: 'Step',
|
|
@@ -20,4 +23,11 @@ exports.I18N_COMMON = {
|
|
|
20
23
|
no_data_found: "No Data Found",
|
|
21
24
|
properties: I18N_COLUMN_PROPERTY_LABEL_1.I18N_COLUMN_PROPERTY_LABEL,
|
|
22
25
|
search: "Search",
|
|
26
|
+
units: {
|
|
27
|
+
day: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.DAY.label,
|
|
28
|
+
month: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.MONTH.label,
|
|
29
|
+
quarter: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.QUARTER.label,
|
|
30
|
+
week: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.WEEK.label,
|
|
31
|
+
year: RELATIVE_UNIT_INFO_1.RELATIVE_UNIT_INFO.YEAR.label,
|
|
32
|
+
}
|
|
23
33
|
};
|
|
@@ -5,6 +5,13 @@ const DATE_WEEK_DAYS_1 = require("../../../dates/constants/DATE_WEEK_DAYS");
|
|
|
5
5
|
const DATE_WEEK_DAYS_DDDD_1 = require("../../../dates/constants/DATE_WEEK_DAYS_DDDD");
|
|
6
6
|
const capitalize_1 = require("../../../general/string/capitalize");
|
|
7
7
|
exports.I18N_DAY_NAMES = {
|
|
8
|
+
sunday_dd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[0].substring(0, 2)),
|
|
9
|
+
monday_dd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[1].substring(0, 2)),
|
|
10
|
+
tuesday_dd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[2].substring(0, 2)),
|
|
11
|
+
wednesday_dd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[3].substring(0, 2)),
|
|
12
|
+
thursday_dd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[4].substring(0, 2)),
|
|
13
|
+
friday_dd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[5].substring(0, 2)),
|
|
14
|
+
saturday_dd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[6].substring(0, 2)),
|
|
8
15
|
sunday_ddd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[0]),
|
|
9
16
|
monday_ddd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[1]),
|
|
10
17
|
tuesday_ddd: (0, capitalize_1.capitalize)(DATE_WEEK_DAYS_1.DATE_WEEK_DAYS[2]),
|
|
@@ -14,6 +14,13 @@ exports.I18N_DASHBOARD = {
|
|
|
14
14
|
learn_more: 'Learn more',
|
|
15
15
|
},
|
|
16
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',
|
|
17
24
|
toast: {
|
|
18
25
|
add_record_message: 'Record Successfully Added.',
|
|
19
26
|
data_views_updated_message: 'Data views updated successfully.',
|
|
@@ -14,6 +14,10 @@ exports.I18N_FILTER = {
|
|
|
14
14
|
absolute: FILTER_DATE_SECTION_LABEL_1.FILTER_DATE_SECTION_LABEL.ABSOLUTE,
|
|
15
15
|
relative: FILTER_DATE_SECTION_LABEL_1.FILTER_DATE_SECTION_LABEL.RELATIVE,
|
|
16
16
|
},
|
|
17
|
+
extra_info: {
|
|
18
|
+
date_picker_tooltip: 'Created with date picker',
|
|
19
|
+
input_box_tooltip: 'Input Box Filter',
|
|
20
|
+
},
|
|
17
21
|
operators: I18N_FILTER_OPERATOR_1.I18N_FILTER_OPERATOR,
|
|
18
22
|
ranking_container: I18N_RANKING_CONTAINER_1.I18N_RANKING_CONTAINER,
|
|
19
23
|
relative_container: I18N_RELATIVE_CONTAINER_1.I18N_RELATIVE_CONTAINER,
|
|
@@ -29,6 +33,12 @@ exports.I18N_FILTER = {
|
|
|
29
33
|
},
|
|
30
34
|
scopes: I18N_FILTER_SCOPE_1.I18N_FILTER_SCOPE,
|
|
31
35
|
slidebar: I18N_SLIDEBAR_1.I18N_SLIDEBAR,
|
|
36
|
+
token_box: {
|
|
37
|
+
data_tokens: 'DataTokens',
|
|
38
|
+
search: 'Search',
|
|
39
|
+
system_tokens: 'SystemTokens',
|
|
40
|
+
user_tokens: 'UserTokens',
|
|
41
|
+
},
|
|
32
42
|
validators: I18N_FILTER_VALIDATOR_1.I18N_FILTER_VALIDATOR,
|
|
33
43
|
value_container: I18N_VALUE_CONTAINER_1.I18N_VALUE_CONTAINER,
|
|
34
44
|
};
|
|
@@ -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
|
};
|
|
@@ -5,7 +5,9 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
5
5
|
list_modal: {
|
|
6
6
|
title_header: 'Formulas',
|
|
7
7
|
create_button: 'Create Formula',
|
|
8
|
-
empty_message: 'No Formulas Yet'
|
|
8
|
+
empty_message: 'No Formulas Yet',
|
|
9
|
+
information_text_link: 'Learn how to',
|
|
10
|
+
information_text_text: 'create and work with formulas',
|
|
9
11
|
},
|
|
10
12
|
list_table: {
|
|
11
13
|
name: 'Formula Name',
|
|
@@ -39,7 +41,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
39
41
|
test: 'Test',
|
|
40
42
|
clear: 'Clear',
|
|
41
43
|
insert_function: 'Insert Functions',
|
|
42
|
-
insert_column: '
|
|
44
|
+
insert_column: 'Insert Columns',
|
|
43
45
|
search_function: 'Search',
|
|
44
46
|
search_column: 'Search',
|
|
45
47
|
box_function_empty: 'No Function Selected',
|
|
@@ -58,7 +60,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
58
60
|
numeric: 'Numeric',
|
|
59
61
|
string: 'String/Text',
|
|
60
62
|
date: 'Date/Time',
|
|
61
|
-
aggregate: '
|
|
63
|
+
aggregate: 'Aggregates'
|
|
62
64
|
},
|
|
63
65
|
function_is_null: {
|
|
64
66
|
description: 'Replaces NULL with the specified replacement value.',
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
export * from './bucket_builder';
|
|
2
|
+
export * from './calendar';
|
|
3
|
+
export * from './chart_builder';
|
|
1
4
|
export * from './columns';
|
|
2
5
|
export * from './common';
|
|
6
|
+
export * from './cross_tabs';
|
|
3
7
|
export * from './dashboard';
|
|
4
8
|
export * from './filters';
|
|
9
|
+
export * from './formula_builder';
|
|
5
10
|
export * from './panel';
|
|
11
|
+
export * from './style_themes';
|
|
6
12
|
export * from './table_charts';
|
|
7
13
|
export * from './I18N_DEFAULT';
|
|
8
|
-
export * from './formula_builder';
|
|
9
|
-
export * from './bucket_builder';
|
|
10
|
-
export * from './chart_builder';
|