@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,316 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_CHART_BUILDER_STYLE_OPTIONS = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
6
|
+
*/
|
|
7
|
+
exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
8
|
+
style_options: {
|
|
9
|
+
allow_clustering: "Allow Clustering",
|
|
10
|
+
axis_labels: "Axis Labels",
|
|
11
|
+
axis_position_disabled_message: "<i>Axis Position</i> is disabled because stacked type configuration is in use.",
|
|
12
|
+
bar_type_disabled_message: "Bar <i>Type</i> selection is disabled because not all of the column visualization styles are set as bars.",
|
|
13
|
+
bar_width: "Bar Width",
|
|
14
|
+
bar_width_symbol: "%",
|
|
15
|
+
bar_width_auto: "Auto",
|
|
16
|
+
bullet_color: "Bullet Color",
|
|
17
|
+
borders_check: "Borders",
|
|
18
|
+
chart_type_disabled_message: "<i>Type</i> selection is disabled because stacked type configuration is in use.",
|
|
19
|
+
comparision_color: "Comparision Color",
|
|
20
|
+
data_labels_check: "Data Labels",
|
|
21
|
+
data_labels_clustering: "<i>Clustering</i> is inactive, enable it to use <i>{{text}}</i>.",
|
|
22
|
+
data_labels_format: "<i>% Difference</i> is active, disable it to set a different formatting.",
|
|
23
|
+
data_labels_position: "Label Position",
|
|
24
|
+
data_labels_position_inside: "Inside",
|
|
25
|
+
data_labels_position_outside: "Outside",
|
|
26
|
+
data_labels_show_as: "Show as",
|
|
27
|
+
data_labels_show_as_category: "Category",
|
|
28
|
+
data_labels_show_as_percentage: "Percentage",
|
|
29
|
+
data_labels_show_as_placeholder: "Select Option",
|
|
30
|
+
data_labels_show_as_value: "Value",
|
|
31
|
+
default_format_title: "Format",
|
|
32
|
+
display_outliers_check: "Display Outliers",
|
|
33
|
+
line_opacity: "Line Opacity",
|
|
34
|
+
map_borders: "Map Borders",
|
|
35
|
+
needle_color: "Needle Color",
|
|
36
|
+
offset_bottom: "Bottom",
|
|
37
|
+
offset_icon_info: 'Input a number to configure a manual offset. If set to "Auto", the system will automatically manage the positioning of the chart.',
|
|
38
|
+
offset_left: "Left",
|
|
39
|
+
offset_percentage: "Percentage",
|
|
40
|
+
offset_pixels: "Pixels",
|
|
41
|
+
offset_placeholder: "Auto",
|
|
42
|
+
offset_reset: "Reset to Default",
|
|
43
|
+
offset_title: "Offset",
|
|
44
|
+
offset_top: "Top",
|
|
45
|
+
opacity: "Opacity",
|
|
46
|
+
percentage_check: "Percentage",
|
|
47
|
+
reversed_colors: "Reversed Colors",
|
|
48
|
+
shading_check: "Shading",
|
|
49
|
+
symbol_opacity: "Symbol Opacity",
|
|
50
|
+
show_animation_check: "Show Animation",
|
|
51
|
+
show_comparison_check: "Show Comparison",
|
|
52
|
+
threshold_opacity: "Threshold Opacity",
|
|
53
|
+
values_check: "Values",
|
|
54
|
+
x_axis_title: "X - Axis",
|
|
55
|
+
y_axis_title: "Y - Axis",
|
|
56
|
+
heatmap_pivot_axis_caption: "pivot",
|
|
57
|
+
global_y_axis_caption: "global",
|
|
58
|
+
multiseries_type: "Multiseries Type",
|
|
59
|
+
},
|
|
60
|
+
color_settings: {
|
|
61
|
+
color_by_category: "By category",
|
|
62
|
+
color_by_value_title: "Color by value",
|
|
63
|
+
match_color: "Match colors across charts",
|
|
64
|
+
select_color: "Color",
|
|
65
|
+
select_color_type: "Color type",
|
|
66
|
+
select_color_type_placeholder: "Select color type",
|
|
67
|
+
select_theme: "Theme",
|
|
68
|
+
single_color: "Single color",
|
|
69
|
+
},
|
|
70
|
+
color_by_values: {
|
|
71
|
+
title: "Color by value",
|
|
72
|
+
subtitle: "Customize the colors for each category",
|
|
73
|
+
search_placeholder: "Search Values",
|
|
74
|
+
restore_default: "Restore Default Colors",
|
|
75
|
+
color_all_values: "Color all values",
|
|
76
|
+
cancel: "Cancel",
|
|
77
|
+
apply: "Apply",
|
|
78
|
+
restore_dialog_title: "Restore Default Colors",
|
|
79
|
+
restore_dialog_subtitle: "Are you sure you want to restore all colors to their default color?",
|
|
80
|
+
restore_dialog_apply: "Apply",
|
|
81
|
+
restore_dialog_cancel: "Cancel",
|
|
82
|
+
},
|
|
83
|
+
chart_orientation: {
|
|
84
|
+
title: "Chart Orientation",
|
|
85
|
+
vertical: "Vertical",
|
|
86
|
+
horizontal: "Horizontal",
|
|
87
|
+
},
|
|
88
|
+
axis_style: {
|
|
89
|
+
axis_format_title: "Axis Format",
|
|
90
|
+
axis_position: "Axis Position",
|
|
91
|
+
axis_position_left: "Left",
|
|
92
|
+
axis_position_primary_axis: "Use Primary Axis",
|
|
93
|
+
axis_position_right: "Right",
|
|
94
|
+
calendar_dates: "Calendar dates",
|
|
95
|
+
custom_axis_label: "Axis Label",
|
|
96
|
+
custom_label: "Label",
|
|
97
|
+
custom_label_placeholder: "Type custom label",
|
|
98
|
+
custom_rotation: "Custom Rotation",
|
|
99
|
+
end_date: "End Date",
|
|
100
|
+
format_title: "Format",
|
|
101
|
+
include_starting: "Include starting date",
|
|
102
|
+
max_range: "Max Range",
|
|
103
|
+
max_range_placeholder: "Auto",
|
|
104
|
+
min_range: "Min Range",
|
|
105
|
+
min_range_placeholder: "Auto",
|
|
106
|
+
position: "Position",
|
|
107
|
+
scale_type: "Scale Type",
|
|
108
|
+
scale_type_linear: "Linear",
|
|
109
|
+
scale_type_logarithm: "Logarithm",
|
|
110
|
+
scale_type_placeholder: "Select color type",
|
|
111
|
+
start_date: "Start Date",
|
|
112
|
+
steps: "Steps",
|
|
113
|
+
steps_placeholder: "Auto",
|
|
114
|
+
type_label: "Type",
|
|
115
|
+
values_axis_check: "Axis Values",
|
|
116
|
+
values_check: "Value Labels",
|
|
117
|
+
skip_labels_all_but_first_and_last: "All but first and last",
|
|
118
|
+
skip_labels_all: "All",
|
|
119
|
+
skip_labels_auto: "Auto",
|
|
120
|
+
skip_labels_custom: "Custom",
|
|
121
|
+
skip_labels_help: "Set the number of labels to skip in between labels",
|
|
122
|
+
skip_labels_none: "None",
|
|
123
|
+
skip_labels_placeholder: "Auto",
|
|
124
|
+
skip_labels: "Skip Labels",
|
|
125
|
+
values_rotation: "Values Rotation",
|
|
126
|
+
values_rotation_diagonal: "Diagonal",
|
|
127
|
+
values_rotation_horizontal: "Horizontal",
|
|
128
|
+
values_rotation_vertical: "Vertical",
|
|
129
|
+
value_font_type: "Typeface",
|
|
130
|
+
value_font_weight: "Weight",
|
|
131
|
+
value_font_size: "Size",
|
|
132
|
+
value_font_color: "Font Color",
|
|
133
|
+
label_check: "Axis Title",
|
|
134
|
+
label_font_type: "Typeface",
|
|
135
|
+
label_font_weight: "Weight",
|
|
136
|
+
label_font_size: "Size",
|
|
137
|
+
label_font_color: "Font Color",
|
|
138
|
+
},
|
|
139
|
+
bar_types: {
|
|
140
|
+
title: "Type",
|
|
141
|
+
stacked: "Stacked",
|
|
142
|
+
cluster: "Cluster",
|
|
143
|
+
full: "100%",
|
|
144
|
+
side_by_side: "Side By Side",
|
|
145
|
+
bar: "Bar",
|
|
146
|
+
line: "Line",
|
|
147
|
+
symbol: "Symbol",
|
|
148
|
+
pie: "Pie",
|
|
149
|
+
donut: "Donut",
|
|
150
|
+
sparkline: "Sparkline",
|
|
151
|
+
sparkline_line: "Sparkline - line",
|
|
152
|
+
sparkline_bar: "Sparkline - bar",
|
|
153
|
+
},
|
|
154
|
+
line_style_options: {
|
|
155
|
+
thickness_title: "Line Thickness",
|
|
156
|
+
whisker_thickness_title: "Line/Whisker Thickness",
|
|
157
|
+
thickness_thin: "Thin",
|
|
158
|
+
thickness_normal: "Normal",
|
|
159
|
+
thickness_bold: "Bold",
|
|
160
|
+
styles_title: "Line Style",
|
|
161
|
+
styles_solid: "Solid",
|
|
162
|
+
styles_dashed: "Dashed",
|
|
163
|
+
styles_dotted: "Dotted",
|
|
164
|
+
type_title: "Line Type",
|
|
165
|
+
type_straight: "Straight",
|
|
166
|
+
type_monotone: "Monotone",
|
|
167
|
+
type_cardinal: "Cardinal",
|
|
168
|
+
type_smooth: "Smooth",
|
|
169
|
+
type_step_before: "Step Before",
|
|
170
|
+
type_step_after: "Step After",
|
|
171
|
+
fill: "Fill",
|
|
172
|
+
fill_none: "None",
|
|
173
|
+
fill_before: "Before",
|
|
174
|
+
fill_after: "After",
|
|
175
|
+
},
|
|
176
|
+
symbol_style_options: {
|
|
177
|
+
symbol_title: "Symbol",
|
|
178
|
+
symbol_circle: "Circle",
|
|
179
|
+
symbol_square: "Square",
|
|
180
|
+
symbol_diamond: "Diamond",
|
|
181
|
+
symbol_triangle_down: "Triangle Down",
|
|
182
|
+
symbol_triangle_up: "Triangle Up",
|
|
183
|
+
symbol_x: "X",
|
|
184
|
+
symbol_cross: "Cross",
|
|
185
|
+
fill_title: "Fill",
|
|
186
|
+
fill_hollow: "Hollow",
|
|
187
|
+
fill_filled: "Filled",
|
|
188
|
+
},
|
|
189
|
+
chart_mode: {
|
|
190
|
+
title: "Mode",
|
|
191
|
+
height: "Height",
|
|
192
|
+
width: "Width",
|
|
193
|
+
},
|
|
194
|
+
category_labels: {
|
|
195
|
+
title: "Category labels",
|
|
196
|
+
category_name_checked: "Category name",
|
|
197
|
+
custom_name_label: "Custom name",
|
|
198
|
+
custom_name_placeholder: "Custom name",
|
|
199
|
+
segment_names: "Segment names",
|
|
200
|
+
names_rotation: "Names Rotation",
|
|
201
|
+
},
|
|
202
|
+
font_options: {
|
|
203
|
+
automatic_resize: "Automatic Resize",
|
|
204
|
+
color: "Font Color",
|
|
205
|
+
disabled: "<i>Automatic Resize</i> is active, disable it to set the size manually.",
|
|
206
|
+
select_option_placeholder: "Select Option",
|
|
207
|
+
size: "Font Size",
|
|
208
|
+
style: "Font Style",
|
|
209
|
+
style_bold: "Bold",
|
|
210
|
+
style_italic: "Italic",
|
|
211
|
+
style_regular: "Regular",
|
|
212
|
+
},
|
|
213
|
+
circle_size: {
|
|
214
|
+
title: "Circle Size",
|
|
215
|
+
quarter: "1/4",
|
|
216
|
+
one_half: "1/2",
|
|
217
|
+
three_fourths: "3/4",
|
|
218
|
+
full: "Full",
|
|
219
|
+
},
|
|
220
|
+
gauge_style: {
|
|
221
|
+
title: "Gauge Style",
|
|
222
|
+
solid: "Solid",
|
|
223
|
+
angular: "Angular",
|
|
224
|
+
},
|
|
225
|
+
target_config: {
|
|
226
|
+
target_indicator: "Target Indicator",
|
|
227
|
+
target_indicator_comparison: "Comparison",
|
|
228
|
+
target_indicator_custom: "Custom",
|
|
229
|
+
target_color: "Target Color",
|
|
230
|
+
target_label: "Target Label",
|
|
231
|
+
target_label_placeholder: "Type Label",
|
|
232
|
+
target_value: "Target Value",
|
|
233
|
+
},
|
|
234
|
+
table_style_options: {
|
|
235
|
+
align: "Align",
|
|
236
|
+
align_all_columns: "All Columns",
|
|
237
|
+
align_default: "Default",
|
|
238
|
+
align_left: "Left",
|
|
239
|
+
align_right: "Right",
|
|
240
|
+
align_center: "Center",
|
|
241
|
+
typeface: "Typeface",
|
|
242
|
+
weight: "Weight",
|
|
243
|
+
weight_bold: "Bold",
|
|
244
|
+
weight_black: "Black",
|
|
245
|
+
weight_light: "Light",
|
|
246
|
+
weight_medium: "Medium",
|
|
247
|
+
weight_normal: "Normal",
|
|
248
|
+
weight_thin: "Thin",
|
|
249
|
+
size: "Size",
|
|
250
|
+
font_color: "Font Color",
|
|
251
|
+
bg_color: "BG Color",
|
|
252
|
+
},
|
|
253
|
+
table_header: {
|
|
254
|
+
title: "Header",
|
|
255
|
+
border: "Border",
|
|
256
|
+
border_outer: "Outer Borders",
|
|
257
|
+
expandable_color: "Header Color",
|
|
258
|
+
expandable_font_color: "Header Font Color",
|
|
259
|
+
crosstab_color: "BG Color",
|
|
260
|
+
crosstab_font_color: "Font Color",
|
|
261
|
+
},
|
|
262
|
+
table_body: {
|
|
263
|
+
title: "Body",
|
|
264
|
+
alternate_color: "Alternate Color",
|
|
265
|
+
alternate_bg_color: "Alternate BG Color",
|
|
266
|
+
text_wrapping: "Text Wraping",
|
|
267
|
+
text_wrapping_normal: "Normal",
|
|
268
|
+
text_wrapping_wrap: "Text Wrap",
|
|
269
|
+
repeatable_rows: "Repeatable Rows",
|
|
270
|
+
border: "Border",
|
|
271
|
+
border_outers: "Outer Borders",
|
|
272
|
+
border_horizontal: "Horizontal Borders",
|
|
273
|
+
border_vertical: "Vertical Borders",
|
|
274
|
+
border_color: "Border Color",
|
|
275
|
+
},
|
|
276
|
+
resize_rows: {
|
|
277
|
+
title: "Resize rows",
|
|
278
|
+
row_height: "Row Height",
|
|
279
|
+
row_height_extra_info: "px",
|
|
280
|
+
row_height_placeholder: "Auto",
|
|
281
|
+
},
|
|
282
|
+
custom_scale: {
|
|
283
|
+
title: "Custom Scale",
|
|
284
|
+
color_steps: "Color Steps",
|
|
285
|
+
min_range: "Min Range",
|
|
286
|
+
min_range_placeholder: "Auto",
|
|
287
|
+
max_range: "Max Range",
|
|
288
|
+
max_range_placeholder: "Auto",
|
|
289
|
+
},
|
|
290
|
+
gaps_options: {
|
|
291
|
+
title: "Gaps",
|
|
292
|
+
horizontal: "Horizontal Gap",
|
|
293
|
+
vertical: "Vertical Gap",
|
|
294
|
+
},
|
|
295
|
+
base_map: {
|
|
296
|
+
title: "Base Map",
|
|
297
|
+
streets: "Streets",
|
|
298
|
+
outdoors: "Outdoors",
|
|
299
|
+
light: "Light",
|
|
300
|
+
dark: "Dark",
|
|
301
|
+
satellite: "Satellite",
|
|
302
|
+
satellite_street: "Satellite Street",
|
|
303
|
+
},
|
|
304
|
+
map_region: {
|
|
305
|
+
title: "Map Region",
|
|
306
|
+
select_option: "Select Option",
|
|
307
|
+
default: "Default",
|
|
308
|
+
usa: "USA",
|
|
309
|
+
world: "World",
|
|
310
|
+
europe: "Europe",
|
|
311
|
+
asia: "Asia",
|
|
312
|
+
africa: "Africa",
|
|
313
|
+
north_america: "North America",
|
|
314
|
+
south_america: "South America",
|
|
315
|
+
},
|
|
316
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { II18nChartBuilder } from "../../interfaces/chart_builder/II18nChartBuilder";
|
|
2
|
+
type Threshold = "threshold";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
5
|
+
*/
|
|
6
|
+
export declare const I18N_CHART_BUILDER_THRESHOLD: Pick<II18nChartBuilder, Threshold>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_CHART_BUILDER_THRESHOLD = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
6
|
+
*/
|
|
7
|
+
exports.I18N_CHART_BUILDER_THRESHOLD = {
|
|
8
|
+
threshold: {
|
|
9
|
+
title: "Threshold",
|
|
10
|
+
add: "Add Threshold",
|
|
11
|
+
label: "Label",
|
|
12
|
+
label_placeholder: "Type label",
|
|
13
|
+
operator: "Operator",
|
|
14
|
+
operator_placeholder: "Select Option",
|
|
15
|
+
initial_value: "Initial Value",
|
|
16
|
+
value: "Value",
|
|
17
|
+
end_value: "End Value",
|
|
18
|
+
remove: "Remove",
|
|
19
|
+
dynamic: "Dynamic",
|
|
20
|
+
fixed: "Fixed",
|
|
21
|
+
},
|
|
22
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_CHART_BUILDER_THRESHOLD_DYNAMIC = void 0;
|
|
4
|
+
exports.I18N_CHART_BUILDER_THRESHOLD_DYNAMIC = {
|
|
5
|
+
dynamic_threshold: {
|
|
6
|
+
title: "Threshold",
|
|
7
|
+
add: "Add Threshold",
|
|
8
|
+
label: "Label",
|
|
9
|
+
label_placeholder: "Type label",
|
|
10
|
+
operator: "Operator",
|
|
11
|
+
operator_placeholder: "Select Option",
|
|
12
|
+
value_column: "Value Column",
|
|
13
|
+
value_column_placeholder: "Select column",
|
|
14
|
+
value_aggregate: "Value Aggregate",
|
|
15
|
+
value_aggregate_placeholder: "Select aggregate",
|
|
16
|
+
initial_value_column: "Initial Value Column",
|
|
17
|
+
initial_value_column_placeholder: "Select column",
|
|
18
|
+
initial_value_aggregate: "Initial Value Aggregate",
|
|
19
|
+
initial_value_aggregate_placeholder: "Select aggregate",
|
|
20
|
+
end_value_column: "End Value Column",
|
|
21
|
+
end_value_column_placeholder: "Select column",
|
|
22
|
+
end_value_aggregate: "End Value Aggregate",
|
|
23
|
+
end_value_aggregate_placeholder: "Select aggregate",
|
|
24
|
+
},
|
|
25
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { II18nChartBuilder } from "../../interfaces/chart_builder/II18nChartBuilder";
|
|
2
|
+
type TimePeriod = "time_period" | "time_period_custom_range";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
5
|
+
*/
|
|
6
|
+
export declare const I18N_CHART_BUILDER_TIME_PERIOD: Pick<II18nChartBuilder, TimePeriod>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_CHART_BUILDER_TIME_PERIOD = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
6
|
+
*/
|
|
7
|
+
exports.I18N_CHART_BUILDER_TIME_PERIOD = {
|
|
8
|
+
time_period: {
|
|
9
|
+
this_second: "This second",
|
|
10
|
+
last_second: "Last second",
|
|
11
|
+
this_minute: "This minute",
|
|
12
|
+
last_minute: "Last minute",
|
|
13
|
+
this_hour: "This hour",
|
|
14
|
+
last_hour: "Last hour",
|
|
15
|
+
today: "Today",
|
|
16
|
+
yesterday: "Yesterday",
|
|
17
|
+
this_week: "This week",
|
|
18
|
+
last_week: "Last week",
|
|
19
|
+
this_month: "This month",
|
|
20
|
+
last_month: "Last month",
|
|
21
|
+
this_quarter: "This quarter",
|
|
22
|
+
last_quarter: "Last quarter",
|
|
23
|
+
this_year: "This year",
|
|
24
|
+
last_year: "Last year",
|
|
25
|
+
all_history: "All history",
|
|
26
|
+
custom_range: "Custom Range",
|
|
27
|
+
all_date: "All Date",
|
|
28
|
+
last_six_months: "Last 6 Months",
|
|
29
|
+
last_three_months: "Last 3 Months",
|
|
30
|
+
last_thirty_days: "Last 30 Days",
|
|
31
|
+
last_seven_days: "Last 7 Days",
|
|
32
|
+
},
|
|
33
|
+
time_period_custom_range: {
|
|
34
|
+
before: "Before",
|
|
35
|
+
after: "After",
|
|
36
|
+
between: "Between",
|
|
37
|
+
and: "And",
|
|
38
|
+
},
|
|
39
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./I18N_CHART_BUILDER";
|
|
2
|
+
export * from "./I18N_CHART_BUILDER_COMPARISION_OPTIONS";
|
|
3
|
+
export * from "./I18N_CHART_BUILDER_FORMAT_OPTIONS";
|
|
4
|
+
export * from "./I18N_CHART_BUILDER_GENERAL";
|
|
5
|
+
export * from "./I18N_CHART_BUILDER_GENERAL_OPTIONS";
|
|
6
|
+
export * from "./I18N_CHART_BUILDER_LAYER_OPTIONS";
|
|
7
|
+
export * from "./I18N_CHART_BUILDER_OPERATORS";
|
|
8
|
+
export * from "./I18N_CHART_BUILDER_STYLE_OPTIONS";
|
|
9
|
+
export * from "./I18N_CHART_BUILDER_THRESHOLD";
|
|
10
|
+
export * from "./I18N_CHART_BUILDER_TIME_PERIOD";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./I18N_CHART_BUILDER"), exports);
|
|
18
|
+
__exportStar(require("./I18N_CHART_BUILDER_COMPARISION_OPTIONS"), exports);
|
|
19
|
+
__exportStar(require("./I18N_CHART_BUILDER_FORMAT_OPTIONS"), exports);
|
|
20
|
+
__exportStar(require("./I18N_CHART_BUILDER_GENERAL"), exports);
|
|
21
|
+
__exportStar(require("./I18N_CHART_BUILDER_GENERAL_OPTIONS"), exports);
|
|
22
|
+
__exportStar(require("./I18N_CHART_BUILDER_LAYER_OPTIONS"), exports);
|
|
23
|
+
__exportStar(require("./I18N_CHART_BUILDER_OPERATORS"), exports);
|
|
24
|
+
__exportStar(require("./I18N_CHART_BUILDER_STYLE_OPTIONS"), exports);
|
|
25
|
+
__exportStar(require("./I18N_CHART_BUILDER_THRESHOLD"), exports);
|
|
26
|
+
__exportStar(require("./I18N_CHART_BUILDER_TIME_PERIOD"), exports);
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { II18nAgreggateLabels } from "../../interfaces/common/II18nAgreggateLabels";
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
4
|
+
*/
|
|
5
|
+
export declare const I18N_AGGREGATE_LABEL: II18nAgreggateLabels;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_AGGREGATE_LABEL = void 0;
|
|
4
|
+
const AGGREGATE_GENERAL_1 = require("../../../charts/constants/AGGREGATE_GENERAL");
|
|
5
|
+
const AGGREGATE_LABEL_1 = require("../../../charts/constants/AGGREGATE_LABEL");
|
|
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_AGGREGATE_LABEL = {
|
|
10
|
+
none: AGGREGATE_LABEL_1.AGGREGATE_LABEL.NONE,
|
|
11
|
+
avg: AGGREGATE_LABEL_1.AGGREGATE_LABEL.AVG,
|
|
12
|
+
median: AGGREGATE_LABEL_1.AGGREGATE_LABEL.MEDIAN,
|
|
13
|
+
min: AGGREGATE_LABEL_1.AGGREGATE_LABEL.MIN,
|
|
14
|
+
max: AGGREGATE_LABEL_1.AGGREGATE_LABEL.MAX,
|
|
15
|
+
sum: AGGREGATE_LABEL_1.AGGREGATE_LABEL.SUM,
|
|
16
|
+
stdev: AGGREGATE_LABEL_1.AGGREGATE_LABEL.STDEV,
|
|
17
|
+
count: AGGREGATE_LABEL_1.AGGREGATE_LABEL.COUNT,
|
|
18
|
+
distinct_count: AGGREGATE_LABEL_1.AGGREGATE_LABEL.DISTINCTCOUNT,
|
|
19
|
+
unique_value: AGGREGATE_GENERAL_1.AGGREGATE_GENERAL.UNIQUE_VALUE,
|
|
20
|
+
aggregate: AGGREGATE_GENERAL_1.AGGREGATE_GENERAL.AGGREGATE,
|
|
21
|
+
title: AGGREGATE_GENERAL_1.AGGREGATE_GENERAL.TITLE,
|
|
22
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
3
|
+
*/
|
|
4
|
+
export declare const I18N_COLUMN_LABEL: {
|
|
5
|
+
single_choice_label: string;
|
|
6
|
+
multiple_choice_label: string;
|
|
7
|
+
rating_label: import("../../..").NUMERICAL_COLUMN_LABEL;
|
|
8
|
+
yes_no_label: string;
|
|
9
|
+
ranking_label: string;
|
|
10
|
+
date_label: string;
|
|
11
|
+
time_label: string;
|
|
12
|
+
slidebar_label: import("../../..").NUMERICAL_COLUMN_LABEL;
|
|
13
|
+
signature_label: string;
|
|
14
|
+
dropdown_label: string;
|
|
15
|
+
numeric_label: import("../../..").NUMERICAL_COLUMN_LABEL;
|
|
16
|
+
numericc_label: import("../../..").NUMERICAL_COLUMN_LABEL;
|
|
17
|
+
numericp_label: import("../../..").NUMERICAL_COLUMN_LABEL;
|
|
18
|
+
numericg_label: import("../../..").NUMERICAL_COLUMN_LABEL;
|
|
19
|
+
image_label: string;
|
|
20
|
+
email_form_label: string;
|
|
21
|
+
phone_label: string;
|
|
22
|
+
password_label: string;
|
|
23
|
+
checklist_label: string;
|
|
24
|
+
nps_score_label: string;
|
|
25
|
+
nps_feedback_label: string;
|
|
26
|
+
text_label: string;
|
|
27
|
+
text_label_label: string;
|
|
28
|
+
text_category_label: string;
|
|
29
|
+
lookup_label: string;
|
|
30
|
+
headline_label: string;
|
|
31
|
+
section_label: string;
|
|
32
|
+
formula_label: string;
|
|
33
|
+
aggregated_formula_label: string;
|
|
34
|
+
bucket_label: string;
|
|
35
|
+
textfield_label: import("../../..").COMPLEX_COLUMN_LABEL;
|
|
36
|
+
longtext_label: import("../../..").COMPLEX_COLUMN_LABEL;
|
|
37
|
+
imageupload_label: import("../../..").COMPLEX_COLUMN_LABEL;
|
|
38
|
+
fileupload_label: import("../../..").COMPLEX_COLUMN_LABEL;
|
|
39
|
+
expression_label: import("../../..").COMPLEX_COLUMN_LABEL;
|
|
40
|
+
name_label: import("../../..").COMPOUND_COLUMN_LABEL;
|
|
41
|
+
usaddress_label: import("../../..").COMPOUND_COLUMN_LABEL;
|
|
42
|
+
address_label: import("../../..").COMPOUND_COLUMN_LABEL;
|
|
43
|
+
string_label: string;
|
|
44
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_COLUMN_LABEL = void 0;
|
|
4
|
+
const COLUMN_LABEL_1 = require("../../../columns/constants/COLUMN_LABEL");
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
7
|
+
*/
|
|
8
|
+
exports.I18N_COLUMN_LABEL = {
|
|
9
|
+
single_choice_label: COLUMN_LABEL_1.COLUMN_LABEL.SINGLE_CHOICE,
|
|
10
|
+
multiple_choice_label: COLUMN_LABEL_1.COLUMN_LABEL.MULTIPLE_CHOICE,
|
|
11
|
+
rating_label: COLUMN_LABEL_1.COLUMN_LABEL.RATING,
|
|
12
|
+
yes_no_label: COLUMN_LABEL_1.COLUMN_LABEL.YES_NO,
|
|
13
|
+
ranking_label: COLUMN_LABEL_1.COLUMN_LABEL.RANKING,
|
|
14
|
+
date_label: COLUMN_LABEL_1.COLUMN_LABEL.DATE,
|
|
15
|
+
time_label: COLUMN_LABEL_1.COLUMN_LABEL.TIME,
|
|
16
|
+
slidebar_label: COLUMN_LABEL_1.COLUMN_LABEL.SLIDEBAR,
|
|
17
|
+
signature_label: COLUMN_LABEL_1.COLUMN_LABEL.SIGNATURE,
|
|
18
|
+
dropdown_label: COLUMN_LABEL_1.COLUMN_LABEL.DROPDOWN,
|
|
19
|
+
numeric_label: COLUMN_LABEL_1.COLUMN_LABEL.NUMERIC,
|
|
20
|
+
numericc_label: COLUMN_LABEL_1.COLUMN_LABEL.NUMERICC,
|
|
21
|
+
numericp_label: COLUMN_LABEL_1.COLUMN_LABEL.NUMERICP,
|
|
22
|
+
numericg_label: COLUMN_LABEL_1.COLUMN_LABEL.NUMERICG,
|
|
23
|
+
image_label: COLUMN_LABEL_1.COLUMN_LABEL.IMAGE,
|
|
24
|
+
email_form_label: COLUMN_LABEL_1.COLUMN_LABEL.EMAIL_FORM,
|
|
25
|
+
phone_label: COLUMN_LABEL_1.COLUMN_LABEL.PHONE,
|
|
26
|
+
password_label: COLUMN_LABEL_1.COLUMN_LABEL.PASSWORD,
|
|
27
|
+
checklist_label: COLUMN_LABEL_1.COLUMN_LABEL.CHECKLIST,
|
|
28
|
+
nps_score_label: COLUMN_LABEL_1.COLUMN_LABEL.NPS_SCORE,
|
|
29
|
+
nps_feedback_label: COLUMN_LABEL_1.COLUMN_LABEL.NPS_FEEDBACK,
|
|
30
|
+
text_label: COLUMN_LABEL_1.COLUMN_LABEL.TEXT,
|
|
31
|
+
text_label_label: COLUMN_LABEL_1.COLUMN_LABEL.TEXT_LABEL,
|
|
32
|
+
text_category_label: COLUMN_LABEL_1.COLUMN_LABEL.TEXT_CATEGORY,
|
|
33
|
+
lookup_label: COLUMN_LABEL_1.COLUMN_LABEL.LOOKUP,
|
|
34
|
+
headline_label: COLUMN_LABEL_1.COLUMN_LABEL.HEADLINE,
|
|
35
|
+
section_label: COLUMN_LABEL_1.COLUMN_LABEL.SECTION,
|
|
36
|
+
formula_label: COLUMN_LABEL_1.COLUMN_LABEL.FORMULA,
|
|
37
|
+
aggregated_formula_label: COLUMN_LABEL_1.COLUMN_LABEL.AGGREGATED_FORMULA,
|
|
38
|
+
bucket_label: COLUMN_LABEL_1.COLUMN_LABEL.BUCKET,
|
|
39
|
+
textfield_label: COLUMN_LABEL_1.COLUMN_LABEL.TEXTFIELD,
|
|
40
|
+
longtext_label: COLUMN_LABEL_1.COLUMN_LABEL.LONGTEXT,
|
|
41
|
+
imageupload_label: COLUMN_LABEL_1.COLUMN_LABEL.IMAGEUPLOAD,
|
|
42
|
+
fileupload_label: COLUMN_LABEL_1.COLUMN_LABEL.FILEUPLOAD,
|
|
43
|
+
expression_label: COLUMN_LABEL_1.COLUMN_LABEL.EXPRESSION,
|
|
44
|
+
name_label: COLUMN_LABEL_1.COLUMN_LABEL.NAME,
|
|
45
|
+
usaddress_label: COLUMN_LABEL_1.COLUMN_LABEL.USADDRESS,
|
|
46
|
+
address_label: COLUMN_LABEL_1.COLUMN_LABEL.ADDRESS,
|
|
47
|
+
string_label: COLUMN_LABEL_1.COLUMN_LABEL.STRING,
|
|
48
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { II18nColumnProperties } from "../../interfaces/common/II18nColumnProperties";
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
4
|
+
*/
|
|
5
|
+
export declare const I18N_COLUMN_PROPERTY_LABEL: II18nColumnProperties;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.I18N_COLUMN_PROPERTY_LABEL = void 0;
|
|
4
|
+
const COLUMN_PROPERTY_LABEL_1 = require("../../../columns/constants/COLUMN_PROPERTY_LABEL");
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
7
|
+
*/
|
|
8
|
+
exports.I18N_COLUMN_PROPERTY_LABEL = {
|
|
9
|
+
image_answer_id_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGE_ANSWER_ID,
|
|
10
|
+
lookup_display_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.LOOKUP_DISPLAY,
|
|
11
|
+
lookup_value_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.LOOKUP_VALUE,
|
|
12
|
+
date_day_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.DAY,
|
|
13
|
+
date_year_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.YEAR,
|
|
14
|
+
date_quarter_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.QUARTER,
|
|
15
|
+
date_month_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.MONTH,
|
|
16
|
+
date_week_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.WEEK,
|
|
17
|
+
date_hour_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.HOUR,
|
|
18
|
+
date_minute_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.MINUTE,
|
|
19
|
+
date_second_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.SECOND,
|
|
20
|
+
time_hour_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TIME_HOUR,
|
|
21
|
+
time_minute_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TIME_MINUTE,
|
|
22
|
+
time_second_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TIME_SECOND,
|
|
23
|
+
date_quarter_only_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.YEAR_QUARTER,
|
|
24
|
+
date_month_only_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.YEAR_MONTH,
|
|
25
|
+
date_day_only_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.MONTH_DAY,
|
|
26
|
+
date_hour_only_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.DAY_HOUR,
|
|
27
|
+
date_minute_only_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.HOUR_MINUTE,
|
|
28
|
+
date_second_only_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.MINUTE_SECOND,
|
|
29
|
+
longtext_words_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_WORDS,
|
|
30
|
+
longtext_keyphrases_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_KEYPHRASES,
|
|
31
|
+
longtext_sentiments_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_SENTIMENTS,
|
|
32
|
+
longtext_entitiestype_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_ENTITIES,
|
|
33
|
+
textfield_words_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_WORDS,
|
|
34
|
+
textfield_keywords_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_KEYPHRASES,
|
|
35
|
+
textfield_sentiment_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_SENTIMENTS,
|
|
36
|
+
textfield_entitiestype_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.TEXTFIELD_ENTITIES,
|
|
37
|
+
fileupload_filesize_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILESIZE,
|
|
38
|
+
fileupload_filetype_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILETYPE,
|
|
39
|
+
imageupload_filesize_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE,
|
|
40
|
+
imageupload_filetype_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE,
|
|
41
|
+
imageupload_analysis_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS,
|
|
42
|
+
imageupload_analysis_categories_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGECATEGORY,
|
|
43
|
+
expression_positive_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE,
|
|
44
|
+
expression_negative_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE,
|
|
45
|
+
name_first_name_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.NAME_FIRST,
|
|
46
|
+
name_last_name_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.NAME_LAST,
|
|
47
|
+
address_street_address_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.ADDRESS_STREET,
|
|
48
|
+
address_city_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.ADDRESS_CITY,
|
|
49
|
+
address_state_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.ADDRESS_STATE,
|
|
50
|
+
address_postal_code_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.ADDRESS_POSTAL,
|
|
51
|
+
address_country_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.ADDRESS_COUNTRY,
|
|
52
|
+
address_county_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.ADDRESS_COUNTY,
|
|
53
|
+
usaddress_address_line_1_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.USADDRESS_LINE_1,
|
|
54
|
+
usaddress_address_line_2_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.USADDRESS_LINE_2,
|
|
55
|
+
usaddress_city_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.ADDRESS_CITY,
|
|
56
|
+
usaddress_state_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.USADDRESS_STATE,
|
|
57
|
+
usaddress_postal_code_label: COLUMN_PROPERTY_LABEL_1.COLUMN_PROPERTY_LABEL.USADDRESS_POSTAL,
|
|
58
|
+
};
|