@qrvey/utils 1.12.0-2 → 1.12.0-21
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/dist/charts/adapters/endpointData.js +3 -4
- package/dist/charts/adapters/endpointDataGet.js +2 -2
- package/dist/cjs/charts/adapters/endpointData.js +2 -3
- package/dist/cjs/charts/adapters/endpointDataGet.js +1 -1
- package/dist/cjs/constants/Charts.Const.d.ts +4 -1
- package/dist/cjs/constants/Charts.Const.js +3 -0
- package/dist/cjs/constants/Tokens.Const.d.ts +1 -0
- package/dist/cjs/constants/Tokens.Const.js +4 -0
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.js +1 -0
- package/dist/cjs/filters/adapters/FDToFlatUI.js +2 -2
- package/dist/cjs/filters/adapters/FDToUI.js +2 -2
- package/dist/cjs/filters/adapters/UIToFD.js +2 -2
- package/dist/cjs/filters/adapters/UIToFlatUI.js +2 -2
- package/dist/cjs/filters/adapters/UIToOldLogic.js +2 -2
- package/dist/cjs/filters/adapters/adaptFilterData.js +2 -2
- package/dist/cjs/filters/adapters/flatUIToFD.js +2 -2
- package/dist/cjs/filters/adapters/flatUIToOldLogic.js +2 -2
- package/dist/cjs/filters/adapters/flatUIToUI.js +2 -2
- package/dist/cjs/filters/helpers/OLD_getAggFilters.js +2 -2
- package/dist/cjs/filters/helpers/backend/getLogicByScopes.js +2 -2
- package/dist/cjs/filters/helpers/common/excludeFiltersByAggregateColumn.js +2 -2
- package/dist/cjs/filters/helpers/common/excludeFiltersByParams.js +2 -2
- package/dist/cjs/filters/helpers/common/excludeFiltersByScopes.js +2 -2
- package/dist/cjs/filters/helpers/common/getFiltersByAggregateColumn.js +2 -2
- package/dist/cjs/filters/helpers/common/getFiltersByParams.js +2 -2
- package/dist/cjs/filters/helpers/common/getFiltersByScopes.js +2 -2
- package/dist/cjs/filters/helpers/common/getFiltersByScopesIds.js +2 -2
- package/dist/cjs/filters/helpers/common/getFiltersByVisibility.js +2 -2
- package/dist/cjs/filters/helpers/settings/getFilterSettings.js +4 -4
- package/dist/cjs/filters/helpers/ui/excludeUIFiltersByAggregate.js +2 -2
- package/dist/cjs/filters/helpers/ui/excludeUIFlatFiltersByScopes.js +2 -2
- package/dist/cjs/filters/helpers/ui/getUIFlatFilterByParams.js +2 -2
- package/dist/cjs/filters/helpers/ui/getUIFlatFiltersByParams.js +2 -2
- package/dist/cjs/filters/helpers/ui/getUIFlatFiltersByScopes.js +2 -2
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderDisplayEvent.d.ts +4 -0
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderDisplayEvent.js +2 -0
- package/dist/cjs/filters/interfaces/builder/index.d.ts +1 -0
- package/dist/cjs/filters/interfaces/builder/index.js +1 -0
- package/dist/cjs/filters/services/UChartApi.js +2 -2
- package/dist/cjs/filters/services/UChartPaginationApi.js +3 -3
- package/dist/cjs/format/format.js +2 -2
- package/dist/cjs/general/array/filterNestedTree.js +2 -2
- package/dist/cjs/general/object/objectCopy.js +8 -7
- package/dist/cjs/general/string/camelize.d.ts +7 -0
- package/dist/cjs/general/string/camelize.js +26 -0
- package/dist/cjs/general/string/index.d.ts +1 -0
- package/dist/cjs/general/string/index.js +1 -0
- package/dist/cjs/globalization/index.d.ts +1 -0
- package/dist/cjs/globalization/index.js +1 -0
- package/dist/cjs/globalization/interfaces/II18nResource.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRadarType.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRadarType.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThresholdDynamic.d.ts +20 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThresholdDynamic.js +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardToast.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModal.d.ts +19 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModal.js +2 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalApplyButtonLabel.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalApplyButtonLabel.js +2 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalErrorMessages.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalErrorMessages.js +2 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalRecurrence.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalRecurrence.js +2 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalTimeStamp.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/export/II18nExportingModalTimeStamp.js +2 -0
- package/dist/cjs/globalization/interfaces/export/index.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/export/index.js +21 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderErrorMessage.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionEven.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionEven.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionHour.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionLog.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionLog.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionMillisecond.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionMillisecond.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionOdd.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionOdd.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionPower.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionPower.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionRound.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionRound.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionText.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionText.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderV2Functions.d.ts +18 -0
- package/dist/cjs/globalization/interfaces/formula_builder/index.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/formula_builder/index.js +5 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +4 -1
- package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +5 -0
- package/dist/cjs/globalization/labels/I18N_DEFAULT.js +38 -0
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +5 -0
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +124 -0
- package/dist/cjs/globalization/labels/bucket_builder/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/bucket_builder/index.js +17 -0
- package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.d.ts +5 -0
- package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.js +13 -0
- package/dist/cjs/globalization/labels/calendar/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/calendar/index.js +17 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +5 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +82 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +5 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +39 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +38 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +268 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +141 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +39 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +31 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +316 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +22 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD_DYNAMIC.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD_DYNAMIC.js +25 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +39 -0
- package/dist/cjs/globalization/labels/chart_builder/index.d.ts +10 -0
- package/dist/cjs/globalization/labels/chart_builder/index.js +26 -0
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +5 -0
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +22 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +44 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +48 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +5 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +58 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +5 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +46 -0
- package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.d.ts +5 -0
- package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.js +38 -0
- package/dist/cjs/globalization/labels/common/I18N_DAY_NAMES.d.ts +5 -0
- package/dist/cjs/globalization/labels/common/I18N_DAY_NAMES.js +32 -0
- package/dist/cjs/globalization/labels/common/I18N_RELATIVE_DATES.d.ts +5 -0
- package/dist/cjs/globalization/labels/common/I18N_RELATIVE_DATES.js +14 -0
- package/dist/cjs/globalization/labels/common/index.d.ts +7 -0
- package/dist/cjs/globalization/labels/common/index.js +23 -0
- package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +5 -0
- package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +17 -0
- package/dist/cjs/globalization/labels/cross_tabs/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/cross_tabs/index.js +17 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +5 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +54 -0
- package/dist/cjs/globalization/labels/dashboard/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/dashboard/index.js +17 -0
- package/dist/cjs/globalization/labels/export/I18N_EXPORT_MODAL.d.ts +5 -0
- package/dist/cjs/globalization/labels/export/I18N_EXPORT_MODAL.js +30 -0
- package/dist/cjs/globalization/labels/export/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/export/index.js +17 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +41 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +46 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.js +12 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.js +10 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.js +57 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.js +17 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +30 -0
- package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.js +10 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +20 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +9 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +12 -0
- package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.js +13 -0
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +18 -0
- package/dist/cjs/globalization/labels/filters/index.d.ts +12 -0
- package/dist/cjs/globalization/labels/filters/index.js +28 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +5 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +801 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.d.ts +5 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.js +16 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.d.ts +5 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.js +16 -0
- package/dist/cjs/globalization/labels/formula_builder/index.d.ts +3 -0
- package/dist/cjs/globalization/labels/formula_builder/index.js +19 -0
- package/dist/cjs/globalization/labels/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/index.js +17 -0
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +5 -0
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +129 -0
- package/dist/cjs/globalization/labels/panel/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/panel/index.js +17 -0
- package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +5 -0
- package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.js +68 -0
- package/dist/cjs/globalization/labels/style_themes/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/style_themes/index.js +17 -0
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +5 -0
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +42 -0
- package/dist/cjs/globalization/labels/table_charts/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/table_charts/index.js +17 -0
- package/dist/cjs/globalization/labels/tabular_view/I18N_TABULAR_VIEW.d.ts +5 -0
- package/dist/cjs/globalization/labels/tabular_view/I18N_TABULAR_VIEW.js +30 -0
- package/dist/cjs/globalization/labels/tabular_view/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/tabular_view/index.js +17 -0
- package/dist/cjs/globalization/service/initI18n.js +2 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/interfaces/CustomTokens.interface.d.ts +18 -0
- package/dist/cjs/interfaces/CustomTokens.interface.js +2 -0
- package/dist/cjs/interfaces/index.d.ts +1 -0
- package/dist/cjs/interfaces/index.js +1 -0
- package/dist/cjs/services/api/Charts.api.js +3 -6
- package/dist/cjs/services/api/getAllQrveys.api.js +2 -5
- package/dist/cjs/services/api/getDatasetColumns.api.js +2 -5
- package/dist/cjs/services/api/getDatasetsByIds.api.js +2 -5
- package/dist/cjs/services/api/getModel.api.js +2 -5
- package/dist/cjs/services/helpers/Request.d.ts +3 -1
- package/dist/cjs/services/helpers/Request.js +31 -10
- package/dist/cjs/services/interfaces/IEndpointConfig.d.ts +5 -0
- package/dist/cjs/themes/constants/AUTOMATIC_CSS_VARIABLES_FOR_DARK.d.ts +27 -0
- package/dist/cjs/themes/constants/AUTOMATIC_CSS_VARIABLES_FOR_DARK.js +31 -0
- package/dist/cjs/themes/constants/COLOR_TYPE.d.ts +4 -0
- package/dist/cjs/themes/constants/COLOR_TYPE.js +8 -0
- package/dist/cjs/themes/constants/CSS_VARIABLES_FOR_DARK.d.ts +15 -0
- package/dist/cjs/themes/constants/CSS_VARIABLES_FOR_DARK.js +19 -0
- package/dist/cjs/themes/constants/HEXADECIMAL_REGULAR_EXPRESSION.d.ts +1 -0
- package/dist/cjs/themes/constants/HEXADECIMAL_REGULAR_EXPRESSION.js +4 -0
- package/dist/cjs/themes/constants/RGBA_REGULAR_EXPRESION.d.ts +1 -0
- package/dist/cjs/themes/constants/RGBA_REGULAR_EXPRESION.js +4 -0
- package/dist/cjs/themes/constants/index.d.ts +5 -0
- package/dist/cjs/themes/constants/index.js +21 -0
- package/dist/cjs/themes/helpers/index.d.ts +6 -0
- package/dist/cjs/themes/helpers/index.js +22 -0
- package/dist/cjs/themes/helpers/isDarkColor.d.ts +7 -0
- package/dist/cjs/themes/helpers/isDarkColor.js +15 -0
- package/dist/cjs/themes/helpers/isHexadecimalColor.d.ts +6 -0
- package/dist/cjs/themes/helpers/isHexadecimalColor.js +14 -0
- package/dist/cjs/themes/helpers/isRGBAColor.d.ts +6 -0
- package/dist/cjs/themes/helpers/isRGBAColor.js +14 -0
- package/dist/cjs/themes/helpers/lightOrDark.d.ts +8 -0
- package/dist/cjs/themes/helpers/lightOrDark.js +53 -0
- package/dist/cjs/themes/helpers/setAutomaticCSSVariablesForDark.d.ts +8 -0
- package/dist/cjs/themes/helpers/setAutomaticCSSVariablesForDark.js +45 -0
- package/dist/cjs/themes/index.d.ts +3 -0
- package/dist/cjs/themes/index.js +19 -0
- package/dist/cjs/themes/interfaces/IColorType.d.ts +2 -0
- package/dist/cjs/themes/interfaces/IColorType.js +2 -0
- package/dist/cjs/themes/interfaces/index.d.ts +1 -0
- package/dist/cjs/themes/interfaces/index.js +17 -0
- package/dist/cjs/tokens/getCleanCustomTokens.d.ts +9 -0
- package/dist/cjs/tokens/getCleanCustomTokens.js +22 -0
- package/dist/cjs/tokens/getCustomTokenBoxParse.d.ts +10 -0
- package/dist/cjs/tokens/getCustomTokenBoxParse.js +27 -0
- package/dist/cjs/tokens/getCustomtonTokens.d.ts +10 -0
- package/dist/cjs/tokens/getCustomtonTokens.js +45 -0
- package/dist/cjs/tokens/getCustomtonTokensWithKeys.d.ts +12 -0
- package/dist/cjs/tokens/getCustomtonTokensWithKeys.js +18 -0
- package/dist/cjs/tokens/index.d.ts +4 -0
- package/dist/cjs/tokens/index.js +4 -0
- package/dist/constants/Charts.Const.d.ts +4 -1
- package/dist/constants/Charts.Const.js +3 -0
- package/dist/constants/Tokens.Const.d.ts +1 -0
- package/dist/constants/Tokens.Const.js +1 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.js +1 -0
- package/dist/filters/adapters/FDToFlatUI.js +2 -2
- package/dist/filters/adapters/FDToUI.js +2 -2
- package/dist/filters/adapters/UIToFD.js +2 -2
- package/dist/filters/adapters/UIToFlatUI.js +2 -2
- package/dist/filters/adapters/UIToOldLogic.js +2 -2
- package/dist/filters/adapters/adaptFilterData.js +2 -2
- package/dist/filters/adapters/flatUIToFD.js +2 -2
- package/dist/filters/adapters/flatUIToOldLogic.js +2 -2
- package/dist/filters/adapters/flatUIToUI.js +2 -2
- package/dist/filters/helpers/OLD_getAggFilters.js +2 -2
- package/dist/filters/helpers/backend/getLogicByScopes.js +2 -2
- package/dist/filters/helpers/common/excludeFiltersByAggregateColumn.js +2 -2
- package/dist/filters/helpers/common/excludeFiltersByParams.js +2 -2
- package/dist/filters/helpers/common/excludeFiltersByScopes.js +2 -2
- package/dist/filters/helpers/common/getFiltersByAggregateColumn.js +2 -2
- package/dist/filters/helpers/common/getFiltersByParams.js +2 -2
- package/dist/filters/helpers/common/getFiltersByScopes.js +2 -2
- package/dist/filters/helpers/common/getFiltersByScopesIds.js +2 -2
- package/dist/filters/helpers/common/getFiltersByVisibility.js +2 -2
- package/dist/filters/helpers/settings/getFilterSettings.js +4 -4
- package/dist/filters/helpers/ui/excludeUIFiltersByAggregate.js +2 -2
- package/dist/filters/helpers/ui/excludeUIFlatFiltersByScopes.js +2 -2
- package/dist/filters/helpers/ui/getUIFlatFilterByParams.js +2 -2
- package/dist/filters/helpers/ui/getUIFlatFiltersByParams.js +2 -2
- package/dist/filters/helpers/ui/getUIFlatFiltersByScopes.js +2 -2
- package/dist/filters/interfaces/builder/IFilterBuilderDisplayEvent.d.ts +4 -0
- package/dist/filters/interfaces/builder/IFilterBuilderDisplayEvent.js +1 -0
- package/dist/filters/interfaces/builder/index.d.ts +1 -0
- package/dist/filters/interfaces/builder/index.js +1 -0
- package/dist/filters/services/UChartApi.js +2 -2
- package/dist/filters/services/UChartPaginationApi.js +3 -3
- package/dist/format/format.js +2 -2
- package/dist/general/array/filterNestedTree.js +2 -2
- package/dist/general/object/objectCopy.js +8 -7
- package/dist/general/string/camelize.d.ts +7 -0
- package/dist/general/string/camelize.js +22 -0
- package/dist/general/string/index.d.ts +1 -0
- package/dist/general/string/index.js +1 -0
- package/dist/globalization/index.d.ts +1 -0
- package/dist/globalization/index.js +1 -0
- package/dist/globalization/interfaces/II18nResource.d.ts +2 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.d.ts +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +2 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRadarType.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRadarType.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +2 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThresholdDynamic.d.ts +20 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThresholdDynamic.js +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardToast.d.ts +1 -0
- package/dist/globalization/interfaces/export/II18nExportingModal.d.ts +19 -0
- package/dist/globalization/interfaces/export/II18nExportingModal.js +1 -0
- package/dist/globalization/interfaces/export/II18nExportingModalApplyButtonLabel.d.ts +3 -0
- package/dist/globalization/interfaces/export/II18nExportingModalApplyButtonLabel.js +1 -0
- package/dist/globalization/interfaces/export/II18nExportingModalErrorMessages.d.ts +3 -0
- package/dist/globalization/interfaces/export/II18nExportingModalErrorMessages.js +1 -0
- package/dist/globalization/interfaces/export/II18nExportingModalRecurrence.d.ts +6 -0
- package/dist/globalization/interfaces/export/II18nExportingModalRecurrence.js +1 -0
- package/dist/globalization/interfaces/export/II18nExportingModalTimeStamp.d.ts +7 -0
- package/dist/globalization/interfaces/export/II18nExportingModalTimeStamp.js +1 -0
- package/dist/globalization/interfaces/export/index.d.ts +5 -0
- package/dist/globalization/interfaces/export/index.js +5 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderErrorMessage.d.ts +4 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionEven.d.ts +5 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionEven.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionHour.d.ts +2 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionLog.d.ts +7 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionLog.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionMillisecond.d.ts +5 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionMillisecond.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionOdd.d.ts +5 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionOdd.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionPower.d.ts +7 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionPower.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionRound.d.ts +7 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionRound.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionText.d.ts +5 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionText.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2Functions.d.ts +18 -0
- package/dist/globalization/interfaces/formula_builder/index.d.ts +5 -0
- package/dist/globalization/interfaces/formula_builder/index.js +5 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +1 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +4 -1
- package/dist/globalization/labels/I18N_DEFAULT.d.ts +5 -0
- package/dist/globalization/labels/I18N_DEFAULT.js +35 -0
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +5 -0
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +121 -0
- package/dist/globalization/labels/bucket_builder/index.d.ts +1 -0
- package/dist/globalization/labels/bucket_builder/index.js +1 -0
- package/dist/globalization/labels/calendar/I18N_CALENDAR.d.ts +5 -0
- package/dist/globalization/labels/calendar/I18N_CALENDAR.js +10 -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.d.ts +5 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +79 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +5 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +36 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +35 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +265 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +138 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +36 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +28 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +313 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +19 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD_DYNAMIC.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD_DYNAMIC.js +22 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +36 -0
- package/dist/globalization/labels/chart_builder/index.d.ts +10 -0
- package/dist/globalization/labels/chart_builder/index.js +10 -0
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +5 -0
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +19 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +44 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +45 -0
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +5 -0
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +55 -0
- package/dist/globalization/labels/common/I18N_COMMON.d.ts +5 -0
- package/dist/globalization/labels/common/I18N_COMMON.js +43 -0
- package/dist/globalization/labels/common/I18N_DATE_GROUPING.d.ts +5 -0
- package/dist/globalization/labels/common/I18N_DATE_GROUPING.js +35 -0
- package/dist/globalization/labels/common/I18N_DAY_NAMES.d.ts +5 -0
- package/dist/globalization/labels/common/I18N_DAY_NAMES.js +29 -0
- package/dist/globalization/labels/common/I18N_RELATIVE_DATES.d.ts +5 -0
- package/dist/globalization/labels/common/I18N_RELATIVE_DATES.js +11 -0
- package/dist/globalization/labels/common/index.d.ts +7 -0
- package/dist/globalization/labels/common/index.js +7 -0
- package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +5 -0
- package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +14 -0
- package/dist/globalization/labels/cross_tabs/index.d.ts +1 -0
- package/dist/globalization/labels/cross_tabs/index.js +1 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +5 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +51 -0
- package/dist/globalization/labels/dashboard/index.d.ts +1 -0
- package/dist/globalization/labels/dashboard/index.js +1 -0
- package/dist/globalization/labels/export/I18N_EXPORT_MODAL.d.ts +5 -0
- package/dist/globalization/labels/export/I18N_EXPORT_MODAL.js +27 -0
- package/dist/globalization/labels/export/index.d.ts +1 -0
- package/dist/globalization/labels/export/index.js +1 -0
- package/dist/globalization/labels/filters/I18N_FILTER.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_FILTER.js +38 -0
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +43 -0
- package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.js +9 -0
- package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.js +7 -0
- package/dist/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_FILTER_PANEL.js +54 -0
- package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.js +14 -0
- package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +27 -0
- package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.js +7 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +17 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +9 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +9 -0
- package/dist/globalization/labels/filters/I18N_SLIDEBAR.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_SLIDEBAR.js +10 -0
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +5 -0
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +15 -0
- package/dist/globalization/labels/filters/index.d.ts +12 -0
- package/dist/globalization/labels/filters/index.js +12 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +5 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +798 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.d.ts +5 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.js +13 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.d.ts +5 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.js +13 -0
- package/dist/globalization/labels/formula_builder/index.d.ts +3 -0
- package/dist/globalization/labels/formula_builder/index.js +3 -0
- package/dist/globalization/labels/index.d.ts +1 -0
- package/dist/globalization/labels/index.js +1 -0
- package/dist/globalization/labels/panel/I18N_PANEL.d.ts +5 -0
- package/dist/globalization/labels/panel/I18N_PANEL.js +126 -0
- package/dist/globalization/labels/panel/index.d.ts +1 -0
- package/dist/globalization/labels/panel/index.js +1 -0
- package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +5 -0
- package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.js +65 -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.d.ts +5 -0
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +39 -0
- package/dist/globalization/labels/table_charts/index.d.ts +1 -0
- package/dist/globalization/labels/table_charts/index.js +1 -0
- package/dist/globalization/labels/tabular_view/I18N_TABULAR_VIEW.d.ts +5 -0
- package/dist/globalization/labels/tabular_view/I18N_TABULAR_VIEW.js +27 -0
- package/dist/globalization/labels/tabular_view/index.d.ts +1 -0
- package/dist/globalization/labels/tabular_view/index.js +1 -0
- package/dist/globalization/service/initI18n.js +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/interfaces/CustomTokens.interface.d.ts +18 -0
- package/dist/interfaces/CustomTokens.interface.js +1 -0
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/interfaces/index.js +1 -0
- package/dist/services/api/Charts.api.js +1 -1
- package/dist/services/api/getAllQrveys.api.js +1 -1
- package/dist/services/api/getDatasetColumns.api.js +1 -1
- package/dist/services/api/getDatasetsByIds.api.js +1 -1
- package/dist/services/api/getModel.api.js +1 -1
- package/dist/services/helpers/Request.d.ts +3 -1
- package/dist/services/helpers/Request.js +30 -11
- package/dist/services/interfaces/IEndpointConfig.d.ts +5 -0
- package/dist/themes/constants/AUTOMATIC_CSS_VARIABLES_FOR_DARK.d.ts +27 -0
- package/dist/themes/constants/AUTOMATIC_CSS_VARIABLES_FOR_DARK.js +28 -0
- package/dist/themes/constants/COLOR_TYPE.d.ts +4 -0
- package/dist/themes/constants/COLOR_TYPE.js +5 -0
- package/dist/themes/constants/CSS_VARIABLES_FOR_DARK.d.ts +15 -0
- package/dist/themes/constants/CSS_VARIABLES_FOR_DARK.js +16 -0
- package/dist/themes/constants/HEXADECIMAL_REGULAR_EXPRESSION.d.ts +1 -0
- package/dist/themes/constants/HEXADECIMAL_REGULAR_EXPRESSION.js +1 -0
- package/dist/themes/constants/RGBA_REGULAR_EXPRESION.d.ts +1 -0
- package/dist/themes/constants/RGBA_REGULAR_EXPRESION.js +1 -0
- package/dist/themes/constants/index.d.ts +5 -0
- package/dist/themes/constants/index.js +5 -0
- package/dist/themes/helpers/index.d.ts +6 -0
- package/dist/themes/helpers/index.js +6 -0
- package/dist/themes/helpers/isDarkColor.d.ts +7 -0
- package/dist/themes/helpers/isDarkColor.js +11 -0
- package/dist/themes/helpers/isHexadecimalColor.d.ts +6 -0
- package/dist/themes/helpers/isHexadecimalColor.js +10 -0
- package/dist/themes/helpers/isRGBAColor.d.ts +6 -0
- package/dist/themes/helpers/isRGBAColor.js +10 -0
- package/dist/themes/helpers/lightOrDark.d.ts +8 -0
- package/dist/themes/helpers/lightOrDark.js +49 -0
- package/dist/themes/helpers/setAutomaticCSSVariablesForDark.d.ts +8 -0
- package/dist/themes/helpers/setAutomaticCSSVariablesForDark.js +41 -0
- package/dist/themes/index.d.ts +3 -0
- package/dist/themes/index.js +3 -0
- package/dist/themes/interfaces/IColorType.d.ts +2 -0
- package/dist/themes/interfaces/IColorType.js +1 -0
- package/dist/themes/interfaces/index.d.ts +1 -0
- package/dist/themes/interfaces/index.js +1 -0
- package/dist/tokens/getCleanCustomTokens.d.ts +9 -0
- package/dist/tokens/getCleanCustomTokens.js +18 -0
- package/dist/tokens/getCustomTokenBoxParse.d.ts +10 -0
- package/dist/tokens/getCustomTokenBoxParse.js +23 -0
- package/dist/tokens/getCustomtonTokens.d.ts +10 -0
- package/dist/tokens/getCustomtonTokens.js +41 -0
- package/dist/tokens/getCustomtonTokensWithKeys.d.ts +12 -0
- package/dist/tokens/getCustomtonTokensWithKeys.js +14 -0
- package/dist/tokens/index.d.ts +4 -0
- package/dist/tokens/index.js +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,801 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_FORMULA_BUILDER = void 0;
|
|
4
|
+
const I18N_FORMULA_BUILDER_FUNCTION_AND_1 = require("./I18N_FORMULA_BUILDER_FUNCTION_AND");
|
|
5
|
+
const I18N_FORMULA_BUILDER_FUNCTION_MAX_1 = require("./I18N_FORMULA_BUILDER_FUNCTION_MAX");
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
8
|
+
*/
|
|
9
|
+
exports.I18N_FORMULA_BUILDER = {
|
|
10
|
+
list_modal: {
|
|
11
|
+
create_button: "Create Formula",
|
|
12
|
+
create_button_tooltip: "Add some records to create formulas",
|
|
13
|
+
empty_message: "No Formulas Yet",
|
|
14
|
+
information_text_link: "Learn how to",
|
|
15
|
+
information_text_text: "create and work with formulas",
|
|
16
|
+
title_header: "Formulas",
|
|
17
|
+
column_editor_type: "Editor Type",
|
|
18
|
+
},
|
|
19
|
+
list_table: {
|
|
20
|
+
duplicate_copy: "Copy",
|
|
21
|
+
duplicate_toast: "Formula Duplicated Successfully",
|
|
22
|
+
formula: "Formula",
|
|
23
|
+
menu_delete: "Delete",
|
|
24
|
+
menu_duplicate: "Duplicate",
|
|
25
|
+
menu_edit: "Edit",
|
|
26
|
+
name: "Formula Name",
|
|
27
|
+
},
|
|
28
|
+
delete_dialog: {
|
|
29
|
+
apply_button: "Delete",
|
|
30
|
+
cancel_button: "Cancel",
|
|
31
|
+
description: "Deleting this formula will remove all instances of this calculation in your analytics.",
|
|
32
|
+
title: "Delete Formula",
|
|
33
|
+
toast_description: "Formula Deleted Successfully",
|
|
34
|
+
},
|
|
35
|
+
create_modal: {
|
|
36
|
+
title_header_create: "Create Formula",
|
|
37
|
+
title_header_edit: "Edit Formula",
|
|
38
|
+
title_header_table: "Create Table Formula",
|
|
39
|
+
name: "Formula Name",
|
|
40
|
+
placeholder_name: "Type Formula Name",
|
|
41
|
+
invalid_name: "cannot be used in the formula name.",
|
|
42
|
+
detail_title: "Formula",
|
|
43
|
+
detail_suggestion: "Allows mathematical operations including",
|
|
44
|
+
detail_suggestion_operators: "+, -, *, /, ()",
|
|
45
|
+
detail_suggestion_locate: "Dates and numbers must be entered in en-US format.",
|
|
46
|
+
syntax_success: "Formula syntax is correct.",
|
|
47
|
+
syntax_error: "Formula syntax error, please check your formula and retry.",
|
|
48
|
+
syntax_warning: "Formula syntax correct, but some null values generate error",
|
|
49
|
+
test: "Test",
|
|
50
|
+
clear: "Clear",
|
|
51
|
+
insert_function: "Insert Functions",
|
|
52
|
+
insert_column: "Insert Columns",
|
|
53
|
+
search_function: "Search",
|
|
54
|
+
search_column: "Search",
|
|
55
|
+
box_function_empty: "No Function Selected",
|
|
56
|
+
add_formula: "Add to Formula",
|
|
57
|
+
cancel_button: "Cancel",
|
|
58
|
+
apply_button: "Save",
|
|
59
|
+
no_columns_available: "No Columns Available",
|
|
60
|
+
create_toast: "Formula Created Successfully.",
|
|
61
|
+
update_toast: "Formula Updated Successfully",
|
|
62
|
+
required_name_toast: "Formula Name is required.",
|
|
63
|
+
parameters: "Parameters",
|
|
64
|
+
example: "Example",
|
|
65
|
+
dont_show_again: "Do not show this again",
|
|
66
|
+
formula_name_error_character: "The formula name cannot be a special character.",
|
|
67
|
+
formula_name_error_operator: "Formula name cannot be an operator.",
|
|
68
|
+
formula_name_error_reserved_word: "The formula name cannot be a reserved word: null, true or false.",
|
|
69
|
+
formula_type: "Formula Mode",
|
|
70
|
+
formula_custom_script_mode: "Data Engine Syntax (legacy)",
|
|
71
|
+
formula_mode: {
|
|
72
|
+
title: "Standardized Syntax",
|
|
73
|
+
info: 'Allows mathematical and logical operators including +, -, *, /, (), =, >, <, >=, <=, <>. Numbers must be entered in en-US format. Date time values should be entered with format: "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS"',
|
|
74
|
+
tab_formula: "Formula",
|
|
75
|
+
tab_testing: "Testing",
|
|
76
|
+
tab_testing_tooltip: "This formula contains errors or is not finished.",
|
|
77
|
+
tab_testing_tooltip_empty: "No formula to test.",
|
|
78
|
+
show_columns: "Show Columns and Functions",
|
|
79
|
+
hide_columns: "Hide Columns and Functions",
|
|
80
|
+
tooltip_error_name_formula: "A name and a valid formula are mandatory to save.",
|
|
81
|
+
tooltip_error_name: "A name is mandatory to save.",
|
|
82
|
+
tooltip_error_formula: "A valid formula is mandatory to save.",
|
|
83
|
+
switch_editor: "Switch Editor",
|
|
84
|
+
switch_editor_description: "Switching formula editors will cause all your progress to be lost. Would you like to continue?",
|
|
85
|
+
switch_editor_button_continue: "Continue",
|
|
86
|
+
input: "Input",
|
|
87
|
+
output: "Output",
|
|
88
|
+
output_case: "Test Case",
|
|
89
|
+
output_result: "Result",
|
|
90
|
+
output_invalid_column: "Invalid column name.",
|
|
91
|
+
randomize_data: "Randomize data",
|
|
92
|
+
randomize_data_tooltip: "Refresh the testing data with random data from the dataset.",
|
|
93
|
+
console_output_title: "Console Output",
|
|
94
|
+
console_output_button: "See Console Output",
|
|
95
|
+
test_formula: "Test Formula",
|
|
96
|
+
functions: {
|
|
97
|
+
abs: {
|
|
98
|
+
description: "Returns the absolute value of a number.",
|
|
99
|
+
function_placeholder: "ABS(number)",
|
|
100
|
+
param_number_name: "number",
|
|
101
|
+
param_number_description: "The argument whose absolute value is to be determined. It must be a number a numeric column.",
|
|
102
|
+
},
|
|
103
|
+
datedif: {
|
|
104
|
+
description: "Calculates the difference between two dates based on the date part requested.",
|
|
105
|
+
function_placeholder: 'DATEDIF(date_value1, date_value2, "date_part")',
|
|
106
|
+
param_date_value1_name: "date_value1",
|
|
107
|
+
param_date_value1_description: 'The first date value. It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
108
|
+
param_date_value2_name: "date_value2",
|
|
109
|
+
param_date_value2_description: 'The second date value. It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS". This date should always be equal or greater than date_value1.',
|
|
110
|
+
param_date_part_name: "date_part",
|
|
111
|
+
param_date_part_description: 'Date part allows: "Y" the number of complete years in the period, "M" the number of complete months in the period, "D" the number of days in the period.',
|
|
112
|
+
},
|
|
113
|
+
day: {
|
|
114
|
+
description: "Returns the day of a date. The day is given as an integer ranging from 1 to 31.",
|
|
115
|
+
function_placeholder: "DAY(date_value1)",
|
|
116
|
+
param_date_value1_name: "date_value1",
|
|
117
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
118
|
+
},
|
|
119
|
+
hour: {
|
|
120
|
+
description: "Returns the hour of a datetime value. The hour is given as an integer ranging from 0 to 23 or from 0 to 12 depending on the defined format.",
|
|
121
|
+
function_placeholder: "HOUR(date_value1,[time_format])",
|
|
122
|
+
param_date_value1_name: "date_value1",
|
|
123
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS", datetime values without time will be assumed as 00:00:00.',
|
|
124
|
+
param_time_format_name: "time_format (optional)",
|
|
125
|
+
param_time_format_description: "if set to “24h“ it will return a number from 0 to 23, if set to “12h“ it will return a number from 1 to 12. If not set it will always return the hour in 24h format.",
|
|
126
|
+
},
|
|
127
|
+
minute: {
|
|
128
|
+
description: "Returns the minute of a datetime value. The minute is given as an integer ranging from 0 to 59.",
|
|
129
|
+
function_placeholder: "MINUTE(date_value1)",
|
|
130
|
+
param_date_value1_name: "date_value1",
|
|
131
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS", datetime values without time will be assumed as 00:00:00.',
|
|
132
|
+
},
|
|
133
|
+
second: {
|
|
134
|
+
description: "Returns the second of a datetime value. The second is given as an integer ranging from 0 to 59.",
|
|
135
|
+
function_placeholder: "SECOND(date_value1)",
|
|
136
|
+
param_date_value1_name: "date_value1",
|
|
137
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS", datetime values without time will be assumed as 00:00:00.',
|
|
138
|
+
},
|
|
139
|
+
year: {
|
|
140
|
+
description: "Returns the year of a date. The year is given as an integer ranging from 1900 to 9999.Parameters",
|
|
141
|
+
function_placeholder: "YEAR(date_value1)",
|
|
142
|
+
param_date_value1_name: "date_value1",
|
|
143
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
144
|
+
},
|
|
145
|
+
month: {
|
|
146
|
+
description: "Returns the month of a date. The month is given as an integer ranging from 1 (January) to 12 (December).",
|
|
147
|
+
function_placeholder: "MONTH(date_value1)",
|
|
148
|
+
param_date_value1_name: "date_value1",
|
|
149
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
150
|
+
},
|
|
151
|
+
if: {
|
|
152
|
+
description: "Performs a logical test and returns a value based on the result.",
|
|
153
|
+
function_placeholder: "IF(logicalTest,valueIfTrue,valueIfFalse)",
|
|
154
|
+
param_logicalTest_name: "logicalTest (required)",
|
|
155
|
+
param_logicalTest_description: "Logical test between two values, it should include logical operators such as =, >, <, >=, <= or <>. This argument can also be anything that returns a boolean value.",
|
|
156
|
+
param_valueIfTrue_name: "valueIfTrue (required)",
|
|
157
|
+
param_valueIfTrue_description: "Value that the function will return in case the result of the logicalTest is equal to true. It can be a number, datetime value, boolean or string.",
|
|
158
|
+
param_valueIfFalse_name: "valueIfFalse (required)",
|
|
159
|
+
param_valueIfFalse_description: "Value that the function will return in case the result of the logicalTest is equal to false. It can be a number, datetime value, boolean or string. If not defined, the function will return false by default.",
|
|
160
|
+
},
|
|
161
|
+
ifs: {
|
|
162
|
+
description: "Allows different logical tests and returns the values set for the first condition equal to true.",
|
|
163
|
+
function_placeholder: "IFS(logicalTest1,valueIfTrue1,logicalTest2,valueIfTrue2,...)",
|
|
164
|
+
param_logicalTest1_name: "logicalTest1 (required)",
|
|
165
|
+
param_logicalTest1_description: "logical test between two values, it should include logical operators such as =, >, <, >=, <= or <>. This argument can also be anything that returns a boolean value.",
|
|
166
|
+
param_valueIfTrue1_name: "valueIfTrue1 (required)",
|
|
167
|
+
param_valueIfTrue1_description: "Value that the function will return in case the result of the logicalTest1 is equal to true. It can be a number, datetime value, boolean or string.",
|
|
168
|
+
param_logicalTest2_name: "logicalTest2...n (optional)",
|
|
169
|
+
param_logicalTest2_description: "Logical test between two values, it should include logical operators such as =, >, <, >=, <= or <>. This argument can also be anything that returns a boolean value. This test will only be evaluated if the previous test was equal to false.",
|
|
170
|
+
param_valueIfTrue2_name: "valueIfTrue2...n (optional)",
|
|
171
|
+
param_valueIfTrue2_description: "Value that the function will return in case the result of the logicalTest2...n is equal to true. It can be a number, datetime value, boolean or string.",
|
|
172
|
+
},
|
|
173
|
+
mid: {
|
|
174
|
+
description: "Returns a specific number of characters from a text string. The resulting substring begins at the specified beginIndex and extends the number of characters specified on numChars.",
|
|
175
|
+
function_placeholder: "MID(string1, beginIndex, numChars)",
|
|
176
|
+
param_string1_name: "string1",
|
|
177
|
+
param_string1_description: "Text string containing the characters you want to extract.",
|
|
178
|
+
param_beginIndex_name: "beginIndex",
|
|
179
|
+
param_beginIndex_description: "The beginning index containing the first character you want to extract.",
|
|
180
|
+
param_numChars_name: "numChars",
|
|
181
|
+
param_numChars_description: "The number of characters you want to extract from the text string starting from beginIndex.",
|
|
182
|
+
},
|
|
183
|
+
isnull: {
|
|
184
|
+
description: "Replaces null values with the specified replacement value.",
|
|
185
|
+
function_placeholder: "ISNULL(column,replacement)",
|
|
186
|
+
param_column_name: "column",
|
|
187
|
+
param_column_description: "Column to check.",
|
|
188
|
+
param_replacement_name: "replacement",
|
|
189
|
+
param_replacement_description: "The value that will replace the null value. It must have the same data type as the column.",
|
|
190
|
+
},
|
|
191
|
+
dateadd: {
|
|
192
|
+
description: "Adds a specific date part value to a given date.",
|
|
193
|
+
function_placeholder: 'DATEADD(date_value1, "date_part", interval_value)',
|
|
194
|
+
param_date_value1_name: "date_value1",
|
|
195
|
+
param_date_value1_description: 'Date value for which you will get the weekday. It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
196
|
+
param_date_part_name: "date_part",
|
|
197
|
+
param_date_part_description: 'Date part allows: "Y" for years, "M" for months, "D" for days, "H" for hours, "MI" for minutes and "S" for seconds.',
|
|
198
|
+
param_interval_value_name: "interval_value",
|
|
199
|
+
param_interval_value_description: "Number of units of the selected date part that you want to add to the given date.",
|
|
200
|
+
},
|
|
201
|
+
dayofweek: {
|
|
202
|
+
description: "Returns a number or string representative of the weekday for a given date.",
|
|
203
|
+
function_placeholder: "DAYOFWEEK(date_value1, day_name)",
|
|
204
|
+
param_date_value1_name: "date_value1",
|
|
205
|
+
param_date_value1_description: 'Date value to which you will add the date part value. It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
206
|
+
param_day_name_name: "day_name",
|
|
207
|
+
param_day_name_description: 'If set equal to "Day" it will return the name of the day of the week, if set to "D" it will return a number from 1 to 7; if not set, it will also return a number from 1 to 7. 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thursday, 6=Friday, 7=Saturday.',
|
|
208
|
+
},
|
|
209
|
+
trim: {
|
|
210
|
+
description: "Removes all leading and trailing spaces from text.",
|
|
211
|
+
function_placeholder: "TRIM(string1)",
|
|
212
|
+
param_string1_name: "string1",
|
|
213
|
+
param_string1_description: "Text to trim.",
|
|
214
|
+
},
|
|
215
|
+
concatenate: {
|
|
216
|
+
description: "Joins two or more strings into one string.",
|
|
217
|
+
function_placeholder: "CONCATENATE(string1,string2,...stringn)",
|
|
218
|
+
param_string1_name: "string1 (required)",
|
|
219
|
+
param_string1_description: "The first text to join.",
|
|
220
|
+
param_string2_name: "string2 (required)",
|
|
221
|
+
param_string2_description: "The second text to join.",
|
|
222
|
+
param_stringn_name: "stringn (optional)",
|
|
223
|
+
param_stringn_description: "Additional text items to join.",
|
|
224
|
+
},
|
|
225
|
+
left: {
|
|
226
|
+
description: "Returns the first character or characters in a text string, based on the number of characters you specify.",
|
|
227
|
+
function_placeholder: "LEFT(string1, num_chars)",
|
|
228
|
+
param_string1_name: "string1 (required)",
|
|
229
|
+
param_string1_description: "The text with characters to extract.",
|
|
230
|
+
param_num_chars_name: "num_chars (optional)",
|
|
231
|
+
param_num_chars_description: "Number of characters you want to extract. It has to be an integer greater than or equal to zero. If not defined, LEFT will return one character.",
|
|
232
|
+
},
|
|
233
|
+
right: {
|
|
234
|
+
description: "Returns the last character or characters in a text string, based on the number of characters you specify.",
|
|
235
|
+
function_placeholder: "RIGHT(string1, num_chars)",
|
|
236
|
+
param_string1_name: "string1 (required)",
|
|
237
|
+
param_string1_description: "The text with characters to extract.",
|
|
238
|
+
param_num_chars_name: "num_chars (optional)",
|
|
239
|
+
param_num_chars_description: "Number of characters you want to extract. It has to be an integer greater than or equal to zero. If not defined, RIGHT will return one character.",
|
|
240
|
+
},
|
|
241
|
+
upper: {
|
|
242
|
+
description: "Converts all the characters in a string to uppercase.",
|
|
243
|
+
function_placeholder: "UPPER(string1)",
|
|
244
|
+
param_string1_name: "string1",
|
|
245
|
+
param_string1_description: "The text you want converted to uppercase.",
|
|
246
|
+
},
|
|
247
|
+
lower: {
|
|
248
|
+
description: "Converts all the characters in a string to lowercase.",
|
|
249
|
+
function_placeholder: "LOWER(string1)",
|
|
250
|
+
param_string1_name: "string1",
|
|
251
|
+
param_string1_description: "The text you want converted to lowercase.",
|
|
252
|
+
},
|
|
253
|
+
proper: {
|
|
254
|
+
description: "Capitalizes the first letter in a string and any other letters in the text placed next to any character other than a letter or number. Converts the rest of the letters to lowercase.",
|
|
255
|
+
function_placeholder: "PROPER(string1)",
|
|
256
|
+
param_string1_name: "string1",
|
|
257
|
+
param_string1_description: "The text you want converted.",
|
|
258
|
+
},
|
|
259
|
+
and: Object.assign({}, I18N_FORMULA_BUILDER_FUNCTION_AND_1.I18N_FORMULA_BUILDER_FUNCTION_AND),
|
|
260
|
+
or: Object.assign(Object.assign({}, I18N_FORMULA_BUILDER_FUNCTION_AND_1.I18N_FORMULA_BUILDER_FUNCTION_AND), { description: "Evaluates different logical tests and returns false if all logical tests are false and true if at least one of the logical tests returns true.", function_placeholder: "OR(logicalTest1,logicalTest2,...logicalTestn)" }),
|
|
261
|
+
datesubtract: {
|
|
262
|
+
description: "Subtracts a specific date part value to a given date.",
|
|
263
|
+
function_placeholder: 'DATESUBTRACT(date_value1, "date_part", interval_value)',
|
|
264
|
+
param_date_value1_name: "date_value1",
|
|
265
|
+
param_date_value1_description: 'Date value to which you will subtract the date part value. It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
266
|
+
param_date_part_name: "date_part",
|
|
267
|
+
param_date_part_description: 'Date part allows: "Y" for years, "M" for months, "D" for days, "H" for hours, "MI" for minutes and "S" for seconds.',
|
|
268
|
+
param_interval_value_name: "interval_value",
|
|
269
|
+
param_interval_value_description: "Number of units of the selected date part that you want to subtract to the given date.",
|
|
270
|
+
},
|
|
271
|
+
max: Object.assign({}, I18N_FORMULA_BUILDER_FUNCTION_MAX_1.I18N_FORMULA_BUILDER_FUNCTION_MAX),
|
|
272
|
+
min: Object.assign(Object.assign({}, I18N_FORMULA_BUILDER_FUNCTION_MAX_1.I18N_FORMULA_BUILDER_FUNCTION_MAX), { description: "Returns the smaller of two or more numeric or datetime values.", function_placeholder: "MIN(value1, value2, [valuen])" }),
|
|
273
|
+
include: {
|
|
274
|
+
description: "Returns true if a string contains a specified sequence of characters.",
|
|
275
|
+
function_placeholder: "INCLUDE(string1, string2)",
|
|
276
|
+
param_string1_name: "string1",
|
|
277
|
+
param_string1_description: "Text to review.",
|
|
278
|
+
param_string2_name: "string2",
|
|
279
|
+
param_string2_description: "Text with a sequence of characters that will be searched in string1.",
|
|
280
|
+
},
|
|
281
|
+
replace: {
|
|
282
|
+
description: "Looks for a specific sequence of characters inside a string and replaces it with a different sequence of characters.",
|
|
283
|
+
function_placeholder: "REPLACE(string1, target, replacement)",
|
|
284
|
+
param_string1_name: "string1",
|
|
285
|
+
param_string1_description: "Text to perform the replace into.",
|
|
286
|
+
param_target_name: "target",
|
|
287
|
+
param_target_description: "Text with a sequence of characters that will be searched in string1.",
|
|
288
|
+
param_replacement_name: "replacement",
|
|
289
|
+
param_replacement_description: "Text with a sequence of characters that will be replaced in string1 if the target string is found.",
|
|
290
|
+
},
|
|
291
|
+
length: {
|
|
292
|
+
description: "Returns the length of a string.",
|
|
293
|
+
function_placeholder: "LENGTH(string1)",
|
|
294
|
+
param_string1_name: "string1",
|
|
295
|
+
param_string1_description: "Text to review.",
|
|
296
|
+
},
|
|
297
|
+
sqrt: {
|
|
298
|
+
description: "Returns the positive square root of a value.",
|
|
299
|
+
function_placeholder: "SQRT(num1)",
|
|
300
|
+
param_num1_name: "num1",
|
|
301
|
+
param_num1_description: "The number of which you want the square root. It must be a positive number or a numeric column.",
|
|
302
|
+
},
|
|
303
|
+
exp: {
|
|
304
|
+
description: "Returns Euler's number e raised to the power of a number.",
|
|
305
|
+
function_placeholder: "EXP(num1)",
|
|
306
|
+
param_num1_name: "num1",
|
|
307
|
+
param_num1_description: "The exponent to raise e to.",
|
|
308
|
+
},
|
|
309
|
+
even: {
|
|
310
|
+
description: "Returns a number rounded to the next greatest even integer. For negative numbers it returns a number rounded to the next negative even number with greater absolute value.",
|
|
311
|
+
function_placeholder: "EVEN(num1)",
|
|
312
|
+
param_num1_name: "num1",
|
|
313
|
+
param_num1_description: "Numeric value.",
|
|
314
|
+
},
|
|
315
|
+
log: {
|
|
316
|
+
description: "Returns the logarithm of a number to the base you specify.",
|
|
317
|
+
function_placeholder: "LOG(num1, [base])",
|
|
318
|
+
param_num1_name: "num1",
|
|
319
|
+
param_num1_description: "Numeric value.",
|
|
320
|
+
param_base_name: "base (optional)",
|
|
321
|
+
param_base_description: "Base of the logarithm, if omitted, it is assumed to be 10. To calculate natural logarithm enter EXP(1).",
|
|
322
|
+
},
|
|
323
|
+
odd: {
|
|
324
|
+
description: "Returns a number rounded to the next greatest odd integer. For negative numbers it returns a number rounded to the next negative odd number with greater absolute value.",
|
|
325
|
+
function_placeholder: "ODD(num1)",
|
|
326
|
+
param_num1_name: "num1",
|
|
327
|
+
param_num1_description: "Numeric value.",
|
|
328
|
+
},
|
|
329
|
+
power: {
|
|
330
|
+
description: "Returns the logarithm of a number to the base you specify.",
|
|
331
|
+
function_placeholder: "POWER(num1, num2)",
|
|
332
|
+
param_num1_name: "num1",
|
|
333
|
+
param_num1_description: "Base.",
|
|
334
|
+
param_num2_name: "num2",
|
|
335
|
+
param_num2_description: "Exponent.",
|
|
336
|
+
},
|
|
337
|
+
random: {
|
|
338
|
+
description: "Returns a positive decimal number between 0 (inclusive) and 1 (exclusive).",
|
|
339
|
+
function_placeholder: "RANDOM()",
|
|
340
|
+
},
|
|
341
|
+
round: {
|
|
342
|
+
description: "Rounds a number to a specified number of digits. For negative numbers it rounds to the next negative number with greater absolute value.",
|
|
343
|
+
function_placeholder: "ROUND(num1,digits)",
|
|
344
|
+
param_num1_name: "num1",
|
|
345
|
+
param_num1_description: "Numeric value.",
|
|
346
|
+
param_digits_name: "digits",
|
|
347
|
+
param_digits_description: "Number of decimal digits, up to 10 digits.",
|
|
348
|
+
},
|
|
349
|
+
rounddown: {
|
|
350
|
+
description: "Rounds a number down to a specified number of digits. For negative numbers it rounds to the next negative number with the least absolute value.",
|
|
351
|
+
function_placeholder: "ROUNDDOWN(num1,digits)",
|
|
352
|
+
param_num1_name: "num1",
|
|
353
|
+
param_num1_description: "Numeric value.",
|
|
354
|
+
param_digits_name: "digits",
|
|
355
|
+
param_digits_description: "Number of decimal digits, up to 10 digits.",
|
|
356
|
+
},
|
|
357
|
+
roundup: {
|
|
358
|
+
description: "Rounds a number up to a specified number of digits. For negative numbers it rounds to the next negative number with greater absolute value.",
|
|
359
|
+
function_placeholder: "ROUNDUP(num1,digits)",
|
|
360
|
+
param_num1_name: "num1",
|
|
361
|
+
param_num1_description: "Numeric value.",
|
|
362
|
+
param_digits_name: "digits",
|
|
363
|
+
param_digits_description: "Number of decimal digits, up to 10 digits.",
|
|
364
|
+
},
|
|
365
|
+
millisecond: {
|
|
366
|
+
description: "Returns the millisecond of a datetime value. The millisecond is given as an integer ranging from 0 to 999.",
|
|
367
|
+
function_placeholder: "MILLISECOND(date_value1)",
|
|
368
|
+
param_date_value1_name: "date_value1",
|
|
369
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS", datetime values without time will be assumed as 00:00:00.',
|
|
370
|
+
},
|
|
371
|
+
text: {
|
|
372
|
+
description: "Transforms a number into a string.",
|
|
373
|
+
function_placeholder: "TEXT(num1)",
|
|
374
|
+
param_num1_name: "num1",
|
|
375
|
+
param_num1_description: "The number that you want to convert to text.",
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
|
+
editor: {
|
|
379
|
+
error_messages: {
|
|
380
|
+
NUMBER_ARGS: "Ilegal number of arguments for function",
|
|
381
|
+
NULL_FOUNDS: "Can not apply function with null values",
|
|
382
|
+
FLOATING_POINT: "Invalid floating point operation to integer",
|
|
383
|
+
MISSING_STRING: "Element has to be a String",
|
|
384
|
+
MISSING_NUMBER: "Element has to be a Number",
|
|
385
|
+
MISSING_DATE: "Element has to be a Date",
|
|
386
|
+
GREATER_THAN_ZERO: "Element has to be greater than 0",
|
|
387
|
+
MISSING_ARG: "Missing arguments",
|
|
388
|
+
MISSING_PARENTHESIS: "Missing parenthesis",
|
|
389
|
+
UNKNOWN_TOKEN: "Unknown token",
|
|
390
|
+
UNKNOWN_FUNCTION: "Unknown function",
|
|
391
|
+
UNKNOWN: "Unknown error",
|
|
392
|
+
TOO_MANY_ARGUMENTS: "Too many arguments",
|
|
393
|
+
DATE_DIF_UNIT_PARAM: "Argument {{i18n.function.argument.position}} has to be {{i18n.function.argument.datedif_unit}}",
|
|
394
|
+
UNKNOWN_EXPRESSION: "Unknown expression",
|
|
395
|
+
NOT_ALLOWED_EXPRESSION: "Expression not allowed",
|
|
396
|
+
OUT_OF_RANGE: "Expression out of range",
|
|
397
|
+
INVALID_CAST_NUMBER: "Invalid cast number",
|
|
398
|
+
INVALID_BOOLEAN_ARGUMENT: "Invalid boolean argument",
|
|
399
|
+
UNKNOWN_TOKEN_WITH_QUOTES: "Replace single quotes for double quotes in",
|
|
400
|
+
INFERRED_PRIMITIVE: "Output values should have the same data type.",
|
|
401
|
+
MISSING_COLUMN_EXPRESSION: "Argument should be a column.",
|
|
402
|
+
NO_COLUMN_EXPRESSION: "Argument cannot be a column.",
|
|
403
|
+
ARGUMENTS_DATATYPE_ERROR: "Arguments should have the same data type.",
|
|
404
|
+
FUNCTION_ARGUMENTS_MISMATCH: "{{i18n.function.name}} function is expecting {{i18n.function.input}} and is receiving {{i18n.function.received}}",
|
|
405
|
+
NOT_ALLOWED_OPERATION: "Expression not allowed. Allowed operators between {{i18n.function.expression.types}}: {{i18n.function.expression.operators}}",
|
|
406
|
+
NOT_ALLOWED_OPERATION_DIFFERENT_TYPES: "Expression not allowed {{i18n.function.expression.value}}",
|
|
407
|
+
NOT_ALLOWED_OPERATION_MISSING_OPERATOR: "Expression not allowed. Missing operator",
|
|
408
|
+
INVALID_ALLOW_VALUE: "Argument {{i18n.function.argument.position}} has to be equal to {{i18n.function.argument.allow_value}}",
|
|
409
|
+
MATCH_RANGE: "Argument {{i18n.function.argument.position}} has to be {{i18n.function.expression.dynamic}}",
|
|
410
|
+
GREATER_THAN: "greater than {{i18n.function.argument.greater_than}}",
|
|
411
|
+
LESS_THAN: "less than {{i18n.function.argument.less_than}}",
|
|
412
|
+
GREATER_THAN_OR_EQUAL_TO: "greater or equal than {{i18n.function.argument.greater_than_or_equal_to}}",
|
|
413
|
+
LESS_THAN_OR_EQUAL_TO: "less or equal than {{i18n.function.argument.less_than_or_equal_to}}",
|
|
414
|
+
},
|
|
415
|
+
special_words: {
|
|
416
|
+
and: "and",
|
|
417
|
+
between: "between",
|
|
418
|
+
or: "or",
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
functions_type: {
|
|
424
|
+
all: "All",
|
|
425
|
+
numeric: "Numeric",
|
|
426
|
+
string: "String/Text",
|
|
427
|
+
date: "Date/Time",
|
|
428
|
+
aggregate: "Aggregates",
|
|
429
|
+
logical: "Logical",
|
|
430
|
+
},
|
|
431
|
+
function_is_null: {
|
|
432
|
+
description: "Replaces NULL with the specified replacement value.",
|
|
433
|
+
function_placeholder: "isNull(column, replacement)",
|
|
434
|
+
param_column_name: "column",
|
|
435
|
+
param_column_description: "Column to check.",
|
|
436
|
+
param_replacement_name: "replacement",
|
|
437
|
+
param_replacement_description: "Replacement value.",
|
|
438
|
+
},
|
|
439
|
+
function_abs: {
|
|
440
|
+
description: "Returns the absolute value of a value. If the argument is not negative, the argument is returned. If the argument is negative, the negation of the argument is returned.",
|
|
441
|
+
function_placeholder: "abs(num1)",
|
|
442
|
+
param_num_1_name: "num1",
|
|
443
|
+
param_num_1_description: "The argument whose absolute value is to be determined.",
|
|
444
|
+
},
|
|
445
|
+
function_acos: {
|
|
446
|
+
description: "Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.",
|
|
447
|
+
function_placeholder: "acos(num1)",
|
|
448
|
+
param_num_1_name: "num1",
|
|
449
|
+
param_num_1_description: "The value whose arc cosine is to be returned.",
|
|
450
|
+
},
|
|
451
|
+
function_asin: {
|
|
452
|
+
description: "Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.",
|
|
453
|
+
function_placeholder: "asin(num1)",
|
|
454
|
+
param_num_1_name: "num1",
|
|
455
|
+
param_num_1_description: "The value whose arc sine is to be returned.",
|
|
456
|
+
},
|
|
457
|
+
function_atan: {
|
|
458
|
+
description: "Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.",
|
|
459
|
+
function_placeholder: "atan(num1)",
|
|
460
|
+
param_num_1_name: "num1",
|
|
461
|
+
param_num_1_description: "The value whose arc tangent is to be returned.",
|
|
462
|
+
},
|
|
463
|
+
function_atan_2: {
|
|
464
|
+
description: "Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta). This method computes the phase theta by computing an arc tangent of y/x in the range of -pi to pi.",
|
|
465
|
+
function_placeholder: "atan2(num1, num2)",
|
|
466
|
+
param_num_1_name: "num1",
|
|
467
|
+
param_num_1_description: "The ordinate coordinate.",
|
|
468
|
+
param_num_2_name: "num2",
|
|
469
|
+
param_num_2_description: "The abscissa coordinate.",
|
|
470
|
+
},
|
|
471
|
+
function_cbrt: {
|
|
472
|
+
description: "Returns the cube root of a value. For positive finite x, cbrt(-x) == -cbrt(x); that is, the cube root of a negative value is the negative of the cube root of that value's magnitude.",
|
|
473
|
+
function_placeholder: "cbrt(num1)",
|
|
474
|
+
param_num_1_name: "num1",
|
|
475
|
+
param_num_1_description: "Numeric value.",
|
|
476
|
+
},
|
|
477
|
+
function_ceil: {
|
|
478
|
+
description: "Returns the smallest (closest to negative infinity) value that is greater than or equal to the argument and is equal to a mathematical integer.",
|
|
479
|
+
function_placeholder: "ceil(num1)",
|
|
480
|
+
param_num_1_name: "num1",
|
|
481
|
+
param_num_1_description: "Numeric value.",
|
|
482
|
+
},
|
|
483
|
+
function_copy_sign: {
|
|
484
|
+
description: "Returns the first argument with the sign of the second argument. For this method, a NaN sign argument is always treated as if it were positive.",
|
|
485
|
+
function_placeholder: "copySign(magnitude, sign)",
|
|
486
|
+
param_magnitude_name: "magnitude",
|
|
487
|
+
param_magnitude_description: "The parameter providing the magnitude of the result.",
|
|
488
|
+
param_sign_name: "sign",
|
|
489
|
+
param_sign_description: "The parameter providing the sign of the result.",
|
|
490
|
+
},
|
|
491
|
+
function_cos: {
|
|
492
|
+
description: "Returns the trigonometric cosine of an angle.",
|
|
493
|
+
function_placeholder: "cos(num1)",
|
|
494
|
+
param_num_1_name: "num1",
|
|
495
|
+
param_num_1_description: "An angle, in radians.",
|
|
496
|
+
},
|
|
497
|
+
function_cosh: {
|
|
498
|
+
description: "Returns the hyperbolic cosine of a value. The hyperbolic cosine of x is defined to be (ex + e-x)/2 where e is Euler's number.",
|
|
499
|
+
function_placeholder: "cosh(num1)",
|
|
500
|
+
param_num_1_name: "num1",
|
|
501
|
+
param_num_1_description: "The number whose hyperbolic cosine is to be returned.",
|
|
502
|
+
},
|
|
503
|
+
function_exp: {
|
|
504
|
+
description: "Returns Euler's number e raised to the power of a value.",
|
|
505
|
+
function_placeholder: "exp(num1)",
|
|
506
|
+
param_num_1_name: "num1",
|
|
507
|
+
param_num_1_description: "The exponent to raise e to.",
|
|
508
|
+
},
|
|
509
|
+
function_expm_1: {
|
|
510
|
+
description: "Returns e^x -1. Note that for values of x near 0, the exact sum of expm1(x) + 1 is much closer to the true result of e^x than exp(x).",
|
|
511
|
+
function_placeholder: "expm1(num1)",
|
|
512
|
+
param_num_1_name: "num1",
|
|
513
|
+
param_num_1_description: "The exponent to raise e to in the computation of e^x -1.",
|
|
514
|
+
},
|
|
515
|
+
function_floor: {
|
|
516
|
+
description: "Returns the largest (closest to positive infinity) value that is less than or equal to the argument and is equal to a mathematical integer.",
|
|
517
|
+
function_placeholder: "floor(num1)",
|
|
518
|
+
param_num_1_name: "num1",
|
|
519
|
+
param_num_1_description: "Numeric value",
|
|
520
|
+
},
|
|
521
|
+
function_hypot: {
|
|
522
|
+
description: "Returns sqrt(x^2 +y^2) without intermediate overflow or underflow.",
|
|
523
|
+
function_placeholder: "hypot(num1, num2)",
|
|
524
|
+
param_num_1_name: "num1",
|
|
525
|
+
param_num_1_description: "Numeric value",
|
|
526
|
+
param_num_2_name: "num2",
|
|
527
|
+
param_num_2_description: "Numeric value",
|
|
528
|
+
},
|
|
529
|
+
function_log: {
|
|
530
|
+
description: "Returns the natural logarithm (base e) of a double value.",
|
|
531
|
+
function_placeholder: "log(num1)",
|
|
532
|
+
param_num_1_name: "num1",
|
|
533
|
+
param_num_1_description: "Numeric value",
|
|
534
|
+
},
|
|
535
|
+
function_log_10: {
|
|
536
|
+
description: "Returns the base 10 logarithm of a double value.",
|
|
537
|
+
function_placeholder: "log10(num1)",
|
|
538
|
+
param_num_1_name: "num1",
|
|
539
|
+
param_num_1_description: "Numeric value",
|
|
540
|
+
},
|
|
541
|
+
function_log1p: {
|
|
542
|
+
description: "Returns the natural logarithm of the sum of the argument and 1. Note that for small values x, the result of log1p(x) is much closer to the true result of ln(1 + x) than the floating-point evaluation of log(1.0+x).",
|
|
543
|
+
function_placeholder: "log1p(x)",
|
|
544
|
+
param_x_name: "x",
|
|
545
|
+
param_x_description: "Numeric value",
|
|
546
|
+
},
|
|
547
|
+
function_max: {
|
|
548
|
+
description: "Returns the greater of two double values. That is, the result is the argument closer to positive infinity. If the arguments have the same value, the result is that same value. If either value is NaN, then the result is NaN. Unlike the numerical comparison operators, this method considers negative zero to be strictly smaller than positive zero. If one argument is positive zero and the other negative zero, the result is positive zero.",
|
|
549
|
+
function_placeholder: "max(num1, num2)",
|
|
550
|
+
param_num_1_name: "num1",
|
|
551
|
+
param_num_1_description: "An argument.",
|
|
552
|
+
param_num_2_name: "num2",
|
|
553
|
+
param_num_2_description: "Another argument.",
|
|
554
|
+
},
|
|
555
|
+
function_min: {
|
|
556
|
+
description: "Returns the smaller of two double values. That is, the result is the value closer to negative infinity. If the arguments have the same value, the result is that same value. If either value is NaN, then the result is NaN. Unlike the numerical comparison operators, this method considers negative zero to be strictly smaller than positive zero. If one argument is positive zero and the other is negative zero, the result is negative zero.",
|
|
557
|
+
function_placeholder: "min(num1, num2)",
|
|
558
|
+
param_num_1_name: "num1",
|
|
559
|
+
param_num_1_description: "An argument.",
|
|
560
|
+
param_num_2_name: "num2",
|
|
561
|
+
param_num_2_description: "Another argument.",
|
|
562
|
+
},
|
|
563
|
+
function_next_after: {
|
|
564
|
+
description: "Returns the floating-point number adjacent to the first argument in the direction of the second argument. If both arguments compare as equal the second argument is returned.",
|
|
565
|
+
function_placeholder: "nextAfter(start, direction)",
|
|
566
|
+
param_start_name: "start",
|
|
567
|
+
param_start_description: "Starting floating-point value.",
|
|
568
|
+
param_direction_name: "direction",
|
|
569
|
+
param_direction_description: "Value indicating which of start's neighbors or start should be returned.",
|
|
570
|
+
},
|
|
571
|
+
function_next_down: {
|
|
572
|
+
description: "Returns the floating-point value adjacent to the argument in the direction of negative infinity.",
|
|
573
|
+
function_placeholder: "nextDown(num1)",
|
|
574
|
+
param_num_1_name: "num1",
|
|
575
|
+
param_num_1_description: "Starting floating-point value.",
|
|
576
|
+
},
|
|
577
|
+
function_next_up: {
|
|
578
|
+
description: "Returns the floating-point value adjacent to the argument in the direction of positive infinity.",
|
|
579
|
+
function_placeholder: "nextUp(num1)",
|
|
580
|
+
param_num_1_name: "num1",
|
|
581
|
+
param_num_1_description: "Starting floating-point value.",
|
|
582
|
+
},
|
|
583
|
+
function_pow: {
|
|
584
|
+
description: "Returns the value of the first argument raised to the power of the second argument.",
|
|
585
|
+
function_placeholder: "pow(num1, num2)",
|
|
586
|
+
param_num_1_name: "num1",
|
|
587
|
+
param_num_1_description: "Base.",
|
|
588
|
+
param_num_2_name: "num2",
|
|
589
|
+
param_num_2_description: "The exponent.",
|
|
590
|
+
},
|
|
591
|
+
function_random: {
|
|
592
|
+
description: "Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.",
|
|
593
|
+
function_placeholder: "random()",
|
|
594
|
+
},
|
|
595
|
+
function_rint: {
|
|
596
|
+
description: "Returns the double value that is closest in value to the argument and is equal to a mathematical integer. If two double values that are mathematical integers are equally close to the value of the argument, the result is the integer value that is even.",
|
|
597
|
+
function_placeholder: "rint(num1)",
|
|
598
|
+
param_num_1_name: "num1",
|
|
599
|
+
param_num_1_description: "Numeric value.",
|
|
600
|
+
},
|
|
601
|
+
function_round: {
|
|
602
|
+
description: "Returns the closest long to the argument, with ties rounding to positive infinity.",
|
|
603
|
+
function_placeholder: "round(num1)",
|
|
604
|
+
param_num_1_name: "num1",
|
|
605
|
+
param_num_1_description: "A floating-point value to be rounded to a long.",
|
|
606
|
+
},
|
|
607
|
+
function_scalb: {
|
|
608
|
+
description: "Returns d × 2^scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.",
|
|
609
|
+
function_placeholder: "scalb(num1, scaleFactor)",
|
|
610
|
+
param_num_1_name: "num1",
|
|
611
|
+
param_num_1_description: "Number to be scaled by a power of two.",
|
|
612
|
+
param_scale_factor_name: "num1",
|
|
613
|
+
param_scale_factor_description: "Power of 2 used to scale the first argument.",
|
|
614
|
+
},
|
|
615
|
+
function_signum: {
|
|
616
|
+
description: "Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.",
|
|
617
|
+
function_placeholder: "signum(num1)",
|
|
618
|
+
param_num_1_name: "num1",
|
|
619
|
+
param_num_1_description: "The floating-point value whose signum is to be returned.",
|
|
620
|
+
},
|
|
621
|
+
function_sin: {
|
|
622
|
+
description: "Returns the trigonometric sine of an angle.",
|
|
623
|
+
function_placeholder: "sin(num1)",
|
|
624
|
+
param_num_1_name: "num1",
|
|
625
|
+
param_num_1_description: "An angle, in radians.",
|
|
626
|
+
},
|
|
627
|
+
function_sinh: {
|
|
628
|
+
description: "Returns the hyperbolic sine of a double value. The hyperbolic sine of x is defined to be (e^x - e^(-x))/2 where e is Euler's number.",
|
|
629
|
+
function_placeholder: "sinh(num1)",
|
|
630
|
+
param_num_1_name: "num1",
|
|
631
|
+
param_num_1_description: "The number whose hyperbolic sine is to be returned.",
|
|
632
|
+
},
|
|
633
|
+
function_sqrt: {
|
|
634
|
+
description: "Returns the correctly rounded positive square root of a value.",
|
|
635
|
+
function_placeholder: "sqrt(num1)",
|
|
636
|
+
param_num_1_name: "num1",
|
|
637
|
+
param_num_1_description: "Numeric value.",
|
|
638
|
+
},
|
|
639
|
+
function_tan: {
|
|
640
|
+
description: "Returns the trigonometric tangent of an angle.",
|
|
641
|
+
function_placeholder: "tan(num1)",
|
|
642
|
+
param_num_1_name: "num1",
|
|
643
|
+
param_num_1_description: "An angle, in radians.",
|
|
644
|
+
},
|
|
645
|
+
function_tanh: {
|
|
646
|
+
description: "Returns the hyperbolic tangent of a double value. The hyperbolic tangent of x is defined to be (e^x - e^(-x))/(e^x + e^(-x)), in other words, sinh(x)/cosh(x). Note that the absolute value of the exact tanh is always less than 1.",
|
|
647
|
+
function_placeholder: "tanh(num1)",
|
|
648
|
+
param_num_1_name: "num1",
|
|
649
|
+
param_num_1_description: "The number whose hyperbolic tangent is to be returned.",
|
|
650
|
+
},
|
|
651
|
+
function_to_degrees: {
|
|
652
|
+
description: "Converts an angle measured in radians to an approximately equivalent angle measured in degrees. The conversion from radians to degrees is generally inexact; users should not expect cos(toRadians(90.0)) to exactly equal 0.0.",
|
|
653
|
+
function_placeholder: "toDegrees(angrad)",
|
|
654
|
+
param_angrad_name: "angrad",
|
|
655
|
+
param_angrad_description: "An angle, in radians.",
|
|
656
|
+
},
|
|
657
|
+
function_to_radians: {
|
|
658
|
+
description: "Converts an angle measured in degrees to an approximately equivalent angle measured in radians. The conversion from degrees to radians is generally inexact.",
|
|
659
|
+
function_placeholder: "toRadians(angdeg)",
|
|
660
|
+
param_angdeg_name: "angdeg",
|
|
661
|
+
param_angdeg_description: "An angle, in degrees",
|
|
662
|
+
},
|
|
663
|
+
function_ulp: {
|
|
664
|
+
description: "Returns the size of an ulp of the argument. An ulp, unit in the last place, of a value is the positive distance between this floating-point value and the double value next larger in magnitude. Note that for non-NaN x, ulp(-x) == ulp(x).",
|
|
665
|
+
function_placeholder: "ulp(num1)",
|
|
666
|
+
param_num_1_name: "num1",
|
|
667
|
+
param_num_1_description: "The floating-point value whose ulp is to be returned.",
|
|
668
|
+
},
|
|
669
|
+
function_include: {
|
|
670
|
+
description: "Returns true if and only if this string contains the specified sequence of char values.",
|
|
671
|
+
function_placeholder: "String.include(CharSequence)",
|
|
672
|
+
param_char_sequence_name: "CharSequence",
|
|
673
|
+
param_char_sequence_description: "The sequence to search for.",
|
|
674
|
+
},
|
|
675
|
+
function_trim: {
|
|
676
|
+
description: "Returns a string whose value is this string, with any leading and trailing whitespace removed.",
|
|
677
|
+
function_placeholder: "String.trim()",
|
|
678
|
+
},
|
|
679
|
+
function_upper: {
|
|
680
|
+
description: "Converts all of the characters in this String to upper case.",
|
|
681
|
+
function_placeholder: "String.upper()",
|
|
682
|
+
},
|
|
683
|
+
function_lower: {
|
|
684
|
+
description: "Converts all of the characters in this String to lower case.",
|
|
685
|
+
function_placeholder: "String.lower()",
|
|
686
|
+
},
|
|
687
|
+
function_substring: {
|
|
688
|
+
description: "Returns a string that is a substring of this string. The substring begins at the specified beginIndex and extends to the character at index endIndex - 1. Thus the length of the substring is endIndex-beginIndex.",
|
|
689
|
+
function_placeholder: "String.substring(beginIndex, endIndex)",
|
|
690
|
+
param_begin_index_name: "beginIndex",
|
|
691
|
+
param_begin_index_description: "The beginning index, inclusive.",
|
|
692
|
+
param_end_index_name: "endIndex",
|
|
693
|
+
param_end_index_description: "The ending index, exclusive. (optional)",
|
|
694
|
+
},
|
|
695
|
+
function_replace: {
|
|
696
|
+
description: 'Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence. The replacement proceeds from the beginning of the string to the end, for example, replacing "aa" with "b" in the string "aaa" will result in "ba" rather than "ab".',
|
|
697
|
+
function_placeholder: "String.replace(target, replacement)",
|
|
698
|
+
param_target_name: "target",
|
|
699
|
+
param_target_description: "The sequence of char values to be replaced.",
|
|
700
|
+
param_replacement_name: "replacement",
|
|
701
|
+
param_replacement_description: "The replacement sequence of char values.",
|
|
702
|
+
},
|
|
703
|
+
function_length: {
|
|
704
|
+
description: "Returns the length of the character sequence.",
|
|
705
|
+
function_placeholder: "String.length()",
|
|
706
|
+
},
|
|
707
|
+
function_now: {
|
|
708
|
+
description: "Returns a date with the current time in the current timezone with the following format: yyyy-MM-ddTHH:mm:ss.",
|
|
709
|
+
function_placeholder: "now()",
|
|
710
|
+
},
|
|
711
|
+
function_date_parse: {
|
|
712
|
+
description: "Return a Date from a String given a format.",
|
|
713
|
+
function_placeholder: "dateParse(string_date, 'format')",
|
|
714
|
+
param_string_date_name: "string_date",
|
|
715
|
+
param_string_date_description: "Date in string format.",
|
|
716
|
+
param_format_name: "format",
|
|
717
|
+
param_format_description: "Common suggested pattern letters you can use:<br>y = year (yy or ‘yyyy’)<br>M = month (MM)<br>d = day in month (dd)<br>h = hour (0-12) (hh)<br>H = hour (0-23) (HH)<br>m = minute in hour (mm)<br>s = seconds (ss)<br>S = milliseconds (SSS)<br>z = time zone text (e.g. Pacific Standard Time...)<br>Z = time zone, time offset (e.g. -0800).<br><br>Other formats may be validated as correct.",
|
|
718
|
+
},
|
|
719
|
+
function_date_format: {
|
|
720
|
+
description: "Given a Date or a Column return a String with the Format given.",
|
|
721
|
+
function_placeholder: "dateFormat(date_value, 'format')",
|
|
722
|
+
param_date_value_name: "date_value",
|
|
723
|
+
param_date_value_description: "Date value.",
|
|
724
|
+
param_format_name: "format",
|
|
725
|
+
param_format_description: "Common suggested pattern letters you can use:<br>y = year (yy or ‘yyyy’)<br>M = month (MM)<br>d = day in month (dd)<br>h = hour (0-12) (hh)<br>H = hour (0-23) (HH)<br>m = minute in hour (mm)<br>s = seconds (ss)<br>S = milliseconds (SSS)<br>z = time zone text (e.g. Pacific Standard Time...)<br>Z = time zone, time offset (e.g. -0800).<br><br>Other formats may be validated as correct.",
|
|
726
|
+
},
|
|
727
|
+
function_date_add: {
|
|
728
|
+
description: "Given a Date or a Column, add the specific value to the specific part.",
|
|
729
|
+
function_placeholder: "dateAdd(date, 'date_part', interval_value)",
|
|
730
|
+
param_date_name: "date",
|
|
731
|
+
param_date_description: "This is the Date or Column to which you want to add.",
|
|
732
|
+
param_part_name: "date_part",
|
|
733
|
+
param_part_description: "This indicates the units of time that you want to add. For example if you want to add 2 days, then this will be DAYS. Date part allows: YEARS, MONTHS, DAYS, HOURS, MINUTES or SECONDS.",
|
|
734
|
+
param_value_name: "interval_value",
|
|
735
|
+
param_value_description: "This is the number of units of time that you want to add.",
|
|
736
|
+
},
|
|
737
|
+
function_date_subtract: {
|
|
738
|
+
description: "Given a Date or a Column, subtract the specific value to the specific part.",
|
|
739
|
+
function_placeholder: "dateSubtract(date, 'date_part', interval_value)",
|
|
740
|
+
param_date_name: "date",
|
|
741
|
+
param_date_description: "This is the Date or Column to which you want to subtract.",
|
|
742
|
+
param_part_name: "date_part",
|
|
743
|
+
param_part_description: "This indicates the units of time that you want to substract. For example if you want to substract 2 days, then this will be DAYS. Date part allows: YEARS, MONTHS, DAYS, HOURS, MINUTES or SECONDS.",
|
|
744
|
+
param_value_name: "interval_value",
|
|
745
|
+
param_value_description: "This is the number of units of time that you want to subtract.",
|
|
746
|
+
},
|
|
747
|
+
function_date_diff: {
|
|
748
|
+
description: "Calculates the difference between two dates based on the date part requested.",
|
|
749
|
+
function_placeholder: "dateDiff(date_value1, date_value2, 'date_part')",
|
|
750
|
+
param_date_value_one_name: "date_value1",
|
|
751
|
+
param_date_value_one_description: "The first date value.",
|
|
752
|
+
param_date_value_two_name: "date_value2",
|
|
753
|
+
param_date_value_two_description: "The second date value.",
|
|
754
|
+
param_date_part_requested_name: "date_part",
|
|
755
|
+
param_date_part_requested_description: "Date part allows: YEARS, MONTHS, DAYS, HOURS, MINUTES or SECONDS.",
|
|
756
|
+
},
|
|
757
|
+
function_date_is_null: {
|
|
758
|
+
description: "Returns a string that replaces NULL with the specified replacement value.",
|
|
759
|
+
function_placeholder: "dateIsNull(column, replacement)",
|
|
760
|
+
param_column_name: "column",
|
|
761
|
+
param_column_description: "Date column to check.",
|
|
762
|
+
param_replacement_name: "replacement",
|
|
763
|
+
param_replacement_description: 'Date replacement value.<br>Common Replacement Value Formats:<br>○ Using another date column "dateIsNull(Column1, Column2)"<br>○ Using another date function "dateIsNull(Column, now())"<br>○ Using specified date "dateIsNull(Column, dateParse(\'31/12/2021\', \'dd/MM/yyyy\'))"',
|
|
764
|
+
},
|
|
765
|
+
function_agg_sum: {
|
|
766
|
+
description: "A single-value metrics aggregation that sums up numeric values that are extracted from the documents",
|
|
767
|
+
function_placeholder: "agg_sum(single_value)",
|
|
768
|
+
param_single_value_name: "single_value",
|
|
769
|
+
param_single_value_description: "Single-value",
|
|
770
|
+
},
|
|
771
|
+
function_agg_avg: {
|
|
772
|
+
description: "A single-value metrics aggregation that computes the average of numeric values that are extracted from the documents",
|
|
773
|
+
function_placeholder: "agg_avg(single_value)",
|
|
774
|
+
param_single_value_name: "single_value",
|
|
775
|
+
param_single_value_description: "Single-value",
|
|
776
|
+
},
|
|
777
|
+
function_agg_min: {
|
|
778
|
+
description: "A single-value metrics aggregation that keeps track and returns the minimum value among numeric values extracted from the documents.",
|
|
779
|
+
function_placeholder: "agg_min(single_value)",
|
|
780
|
+
param_single_value_name: "single_value",
|
|
781
|
+
param_single_value_description: "Single-value",
|
|
782
|
+
},
|
|
783
|
+
function_agg_max: {
|
|
784
|
+
description: "A single-value metrics aggregation that keeps track and returns the maximum value among the numeric values extracted from the documents.",
|
|
785
|
+
function_placeholder: "agg_max(single_value)",
|
|
786
|
+
param_single_value_name: "single_value",
|
|
787
|
+
param_single_value_description: "Single-value",
|
|
788
|
+
},
|
|
789
|
+
function_agg_distinctcount: {
|
|
790
|
+
description: "A single-value metrics aggregation that calculates an approximate count of distinct values.",
|
|
791
|
+
function_placeholder: "agg_distinctcount(single_value)",
|
|
792
|
+
param_single_value_name: "single_value",
|
|
793
|
+
param_single_value_description: "Single-value",
|
|
794
|
+
},
|
|
795
|
+
function_agg_count: {
|
|
796
|
+
description: "A single-value metrics aggregation that counts the number of values that are extracted from the documents.",
|
|
797
|
+
function_placeholder: "agg_count(single_value)",
|
|
798
|
+
param_single_value_name: "single_value",
|
|
799
|
+
param_single_value_description: "Single-value",
|
|
800
|
+
},
|
|
801
|
+
};
|