@qrvey/utils 1.12.0-9 → 1.12.0
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/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/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/globalization/interfaces/II18nResource.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -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/II18nChartBuilderMenuActions.d.ts +5 -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/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 +67 -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/II18nFormulaBuilderV2FunctionHour.d.ts +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/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 +4 -0
- package/dist/cjs/globalization/interfaces/panel/I18nPanelColumnInteractive.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/panel/I18nPanelColumnInteractive.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/panel/index.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/panel/index.js +1 -0
- package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +4 -1
- package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +1 -1
- package/dist/cjs/globalization/labels/I18N_DEFAULT.js +3 -1
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +7 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +1 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +7 -2
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +18 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +2 -0
- package/dist/cjs/globalization/labels/export/I18N_EXPORT_MODAL.d.ts +5 -0
- package/dist/cjs/globalization/labels/export/I18N_EXPORT_MODAL.js +78 -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/formula_builder/I18N_FORMULA_BUILDER.js +20 -5
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +9 -0
- package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.js +4 -1
- package/dist/cjs/globalization/service/i18nextBuilder.js +2 -3
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/services/helpers/Request.js +5 -2
- package/dist/cjs/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK.d.ts +6 -0
- package/dist/cjs/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK.js +10 -0
- package/dist/cjs/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT.d.ts +6 -0
- package/dist/cjs/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT.js +10 -0
- package/dist/cjs/themes/constants/AUTOMATIC_CSS_VARIABLES.d.ts +39 -0
- package/dist/cjs/themes/constants/AUTOMATIC_CSS_VARIABLES.js +22 -0
- package/dist/cjs/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK.d.ts +15 -0
- package/dist/cjs/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK.js +19 -0
- package/dist/cjs/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT.d.ts +15 -0
- package/dist/cjs/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT.js +19 -0
- package/dist/cjs/themes/constants/CANVAS_CSS_VARIABLES.d.ts +6 -0
- package/dist/cjs/themes/constants/CANVAS_CSS_VARIABLES.js +10 -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_VARIABLE_DESTINATION.d.ts +4 -0
- package/dist/cjs/themes/constants/CSS_VARIABLE_DESTINATION.js +8 -0
- package/dist/cjs/themes/constants/GLOBAL_CSS_VARIABLES.d.ts +15 -0
- package/dist/cjs/themes/constants/GLOBAL_CSS_VARIABLES.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 +10 -0
- package/dist/cjs/themes/constants/index.js +26 -0
- package/dist/cjs/themes/helpers/getCSSVariablesByDestination.d.ts +45 -0
- package/dist/cjs/themes/helpers/getCSSVariablesByDestination.js +15 -0
- package/dist/cjs/themes/helpers/index.d.ts +7 -0
- package/dist/cjs/themes/helpers/index.js +23 -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 +9 -0
- package/dist/cjs/themes/helpers/lightOrDark.js +56 -0
- package/dist/cjs/themes/helpers/setAutomaticCSSVariablesForDark.d.ts +9 -0
- package/dist/cjs/themes/helpers/setAutomaticCSSVariablesForDark.js +43 -0
- package/dist/cjs/themes/index.d.ts +3 -0
- package/dist/cjs/themes/index.js +19 -0
- package/dist/cjs/themes/interfaces/IColorCSSVariableDestination.d.ts +2 -0
- package/dist/cjs/themes/interfaces/IColorCSSVariableDestination.js +2 -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 +2 -0
- package/dist/cjs/themes/interfaces/index.js +18 -0
- package/dist/cjs/tokens/getCleanCustomTokens.d.ts +9 -0
- package/dist/cjs/tokens/getCleanCustomTokens.js +22 -0
- package/dist/cjs/tokens/getCustomtonTokens.d.ts +3 -3
- package/dist/cjs/tokens/getCustomtonTokens.js +7 -4
- package/dist/cjs/tokens/getCustomtonTokensWithKeys.js +1 -1
- package/dist/cjs/tokens/index.d.ts +1 -0
- package/dist/cjs/tokens/index.js +1 -0
- package/dist/constants/Charts.Const.d.ts +4 -1
- package/dist/constants/Charts.Const.js +3 -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/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/globalization/interfaces/II18nResource.d.ts +2 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -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/II18nChartBuilderMenuActions.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRadarType.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +9 -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 +67 -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/II18nFormulaBuilderV2FunctionHour.d.ts +2 -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/II18nFormulaBuilderV2FunctionText.d.ts +5 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionText.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2Functions.d.ts +4 -0
- package/dist/globalization/interfaces/panel/I18nPanelColumnInteractive.d.ts +5 -0
- package/dist/globalization/interfaces/panel/I18nPanelColumnInteractive.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanel.d.ts +2 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelTooltips.d.ts +3 -0
- package/dist/globalization/interfaces/panel/index.d.ts +1 -0
- package/dist/globalization/interfaces/panel/index.js +1 -0
- package/dist/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +4 -1
- package/dist/globalization/labels/I18N_DEFAULT.d.ts +1 -1
- package/dist/globalization/labels/I18N_DEFAULT.js +3 -1
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +7 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +1 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +7 -2
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +18 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +2 -0
- package/dist/globalization/labels/export/I18N_EXPORT_MODAL.d.ts +5 -0
- package/dist/globalization/labels/export/I18N_EXPORT_MODAL.js +75 -0
- package/dist/globalization/labels/export/index.d.ts +1 -0
- package/dist/globalization/labels/export/index.js +1 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +20 -5
- package/dist/globalization/labels/panel/I18N_PANEL.js +9 -0
- package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.js +4 -1
- package/dist/globalization/service/i18nextBuilder.js +3 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/services/helpers/Request.js +5 -2
- package/dist/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK.d.ts +6 -0
- package/dist/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK.js +7 -0
- package/dist/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT.d.ts +6 -0
- package/dist/themes/constants/AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT.js +7 -0
- package/dist/themes/constants/AUTOMATIC_CSS_VARIABLES.d.ts +39 -0
- package/dist/themes/constants/AUTOMATIC_CSS_VARIABLES.js +19 -0
- package/dist/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK.d.ts +15 -0
- package/dist/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK.js +16 -0
- package/dist/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT.d.ts +15 -0
- package/dist/themes/constants/AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT.js +16 -0
- package/dist/themes/constants/CANVAS_CSS_VARIABLES.d.ts +6 -0
- package/dist/themes/constants/CANVAS_CSS_VARIABLES.js +7 -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_VARIABLE_DESTINATION.d.ts +4 -0
- package/dist/themes/constants/CSS_VARIABLE_DESTINATION.js +5 -0
- package/dist/themes/constants/GLOBAL_CSS_VARIABLES.d.ts +15 -0
- package/dist/themes/constants/GLOBAL_CSS_VARIABLES.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 +10 -0
- package/dist/themes/constants/index.js +10 -0
- package/dist/themes/helpers/getCSSVariablesByDestination.d.ts +45 -0
- package/dist/themes/helpers/getCSSVariablesByDestination.js +11 -0
- package/dist/themes/helpers/index.d.ts +7 -0
- package/dist/themes/helpers/index.js +7 -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 +9 -0
- package/dist/themes/helpers/lightOrDark.js +52 -0
- package/dist/themes/helpers/setAutomaticCSSVariablesForDark.d.ts +9 -0
- package/dist/themes/helpers/setAutomaticCSSVariablesForDark.js +39 -0
- package/dist/themes/index.d.ts +3 -0
- package/dist/themes/index.js +3 -0
- package/dist/themes/interfaces/IColorCSSVariableDestination.d.ts +2 -0
- package/dist/themes/interfaces/IColorCSSVariableDestination.js +1 -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 +2 -0
- package/dist/themes/interfaces/index.js +2 -0
- package/dist/tokens/getCleanCustomTokens.d.ts +9 -0
- package/dist/tokens/getCleanCustomTokens.js +18 -0
- package/dist/tokens/getCustomtonTokens.d.ts +3 -3
- package/dist/tokens/getCustomtonTokens.js +8 -5
- package/dist/tokens/getCustomtonTokensWithKeys.js +1 -1
- package/dist/tokens/index.d.ts +1 -0
- package/dist/tokens/index.js +1 -0
- package/package.json +1 -1
- package/dist/cjs/tokens/getCustomtonTokensWithKeys.test.js +0 -23
- package/dist/tokens/getCustomtonTokensWithKeys.test.js +0 -21
- /package/dist/{cjs/tokens/getCustomtonTokensWithKeys.test.d.ts → globalization/interfaces/chart_builder/II18nChartBuilderRadarType.js} +0 -0
- /package/dist/{tokens/getCustomtonTokensWithKeys.test.d.ts → globalization/interfaces/export/II18nExportingModal.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionHour.d.ts
CHANGED
|
@@ -2,4 +2,6 @@ import { II18nFormulaBuilderFunction } from "./II18nFormulaBuilderFunction";
|
|
|
2
2
|
export interface II18nFormulaBuilderV2FunctionHour extends II18nFormulaBuilderFunction {
|
|
3
3
|
param_date_value1_name: string;
|
|
4
4
|
param_date_value1_description: string;
|
|
5
|
+
param_time_format_name: string;
|
|
6
|
+
param_time_format_description: string;
|
|
5
7
|
}
|
package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderV2FunctionMillisecond.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -18,6 +18,7 @@ import { II18nFormulaBuilderV2FunctionLength } from "./II18nFormulaBuilderV2Func
|
|
|
18
18
|
import { II18nFormulaBuilderV2FunctionLog } from "./II18nFormulaBuilderV2FunctionLog";
|
|
19
19
|
import { II18nFormulaBuilderV2FunctionMax } from "./II18nFormulaBuilderV2FunctionMax";
|
|
20
20
|
import { II18nFormulaBuilderV2FunctionMid } from "./II18nFormulaBuilderV2FunctionMid";
|
|
21
|
+
import { II18nFormulaBuilderV2FunctionMillisecond } from "./II18nFormulaBuilderV2FunctionMillisecond";
|
|
21
22
|
import { II18nFormulaBuilderV2FunctionMinute } from "./II18nFormulaBuilderV2FunctionMinute";
|
|
22
23
|
import { II18nFormulaBuilderV2FunctionMonth } from "./II18nFormulaBuilderV2FunctionMonth";
|
|
23
24
|
import { II18nFormulaBuilderV2FunctionOdd } from "./II18nFormulaBuilderV2FunctionOdd";
|
|
@@ -26,6 +27,7 @@ import { II18nFormulaBuilderV2FunctionReplace } from "./II18nFormulaBuilderV2Fun
|
|
|
26
27
|
import { II18nFormulaBuilderV2FunctionRound } from "./II18nFormulaBuilderV2FunctionRound";
|
|
27
28
|
import { II18nFormulaBuilderV2FunctionSecond } from "./II18nFormulaBuilderV2FunctionSecond";
|
|
28
29
|
import { II18nFormulaBuilderV2FunctionSqrt } from "./II18nFormulaBuilderV2FunctionSqrt";
|
|
30
|
+
import { II18nFormulaBuilderV2FunctionText } from "./II18nFormulaBuilderV2FunctionText";
|
|
29
31
|
import { II18nFormulaBuilderV2FunctionTrim } from "./II18nFormulaBuilderV2FunctionTrim";
|
|
30
32
|
import { II18nFormulaBuilderV2FunctionUpper } from "./II18nFormulaBuilderV2FunctionUpper";
|
|
31
33
|
import { II18nFormulaBuilderV2FunctionYear } from "./II18nFormulaBuilderV2FunctionYear";
|
|
@@ -69,4 +71,6 @@ export interface II18nFormulaBuilderV2Functions {
|
|
|
69
71
|
round: II18nFormulaBuilderV2FunctionRound;
|
|
70
72
|
rounddown: II18nFormulaBuilderV2FunctionRound;
|
|
71
73
|
roundup: II18nFormulaBuilderV2FunctionRound;
|
|
74
|
+
millisecond: II18nFormulaBuilderV2FunctionMillisecond;
|
|
75
|
+
text: II18nFormulaBuilderV2FunctionText;
|
|
72
76
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -8,7 +8,9 @@ import { II18nPanelSummaryFilter } from "./II18nPanelSummaryFilter";
|
|
|
8
8
|
import { II18nPanelSummaryGroup } from "./II18nPanelSummaryGroup";
|
|
9
9
|
import { II18nPanelEmbed } from "./II18nPanelEmbed";
|
|
10
10
|
import { II18nPanelMenuOptions } from "./II18nPanelMenuOptions";
|
|
11
|
+
import { I18nPanelColumnInteractive } from "./I18nPanelColumnInteractive";
|
|
11
12
|
export interface II18nPanel {
|
|
13
|
+
columns_interactive: I18nPanelColumnInteractive;
|
|
12
14
|
embed: II18nPanelEmbed;
|
|
13
15
|
errors: II18nPanelErrors;
|
|
14
16
|
menu: II18nPanelMenu;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export interface II18nStyleThemesTheme {
|
|
2
2
|
axis_data_labels: string;
|
|
3
|
+
canvas_background_color: string;
|
|
3
4
|
cancel_theme: string;
|
|
4
5
|
chart_titles_color: string;
|
|
5
6
|
copy: string;
|
|
@@ -14,8 +15,9 @@ export interface II18nStyleThemesTheme {
|
|
|
14
15
|
legends: string;
|
|
15
16
|
main_color: string;
|
|
16
17
|
name_placeholder: string;
|
|
17
|
-
panel_background: string;
|
|
18
18
|
panel_styles: string;
|
|
19
|
+
panel_background_color: string;
|
|
20
|
+
panel_icons_foreground_color: string;
|
|
19
21
|
qrvey_theme: string;
|
|
20
22
|
restore_to_default: string;
|
|
21
23
|
save_theme: string;
|
|
@@ -28,4 +30,5 @@ export interface II18nStyleThemesTheme {
|
|
|
28
30
|
untitled_theme: string;
|
|
29
31
|
use_theme_in_all_apps: string;
|
|
30
32
|
values: string;
|
|
33
|
+
workspace_settings: string;
|
|
31
34
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { II18nResource } from "../interfaces/II18nResource";
|
|
2
2
|
/**
|
|
3
|
-
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default
|
|
3
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default properties will be replaced by Qrvey Globalization JSON
|
|
4
4
|
*/
|
|
5
5
|
export declare const I18N_DEFAULT: II18nResource;
|
|
@@ -12,8 +12,9 @@ import { I18N_TABULAR_VIEW } from "./tabular_view/I18N_TABULAR_VIEW";
|
|
|
12
12
|
import { I18N_CROSS_TABS } from "./cross_tabs/I18N_CROSS_TABS";
|
|
13
13
|
import { I18N_CHART_BUILDER } from "./chart_builder/I18N_CHART_BUILDER";
|
|
14
14
|
import { I18N_STYLE_THEMES } from "./style_themes/I18N_STYLE_THEMES";
|
|
15
|
+
import { EXPORTING_MODAL } from "./export";
|
|
15
16
|
/**
|
|
16
|
-
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default
|
|
17
|
+
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default properties will be replaced by Qrvey Globalization JSON
|
|
17
18
|
*/
|
|
18
19
|
export const I18N_DEFAULT = {
|
|
19
20
|
bucket_builder: I18N_BUCKET_BUILDER,
|
|
@@ -23,6 +24,7 @@ export const I18N_DEFAULT = {
|
|
|
23
24
|
dashboard: I18N_DASHBOARD,
|
|
24
25
|
filter: I18N_FILTER,
|
|
25
26
|
filter_builder: I18N_FILTER_BUILDER,
|
|
27
|
+
exporting_modal: EXPORTING_MODAL,
|
|
26
28
|
filter_display: I18N_FILTER_DISPLAY,
|
|
27
29
|
filter_panel: I18N_FILTER_PANEL,
|
|
28
30
|
formula_builder: I18N_FORMULA_BUILDER,
|
|
@@ -29,6 +29,11 @@ export const I18N_CHART_BUILDER = Object.assign(Object.assign(Object.assign(Obje
|
|
|
29
29
|
time_format: "Time Format",
|
|
30
30
|
title: "Values Format",
|
|
31
31
|
value_format: "Value Format",
|
|
32
|
+
}, radar_type: {
|
|
33
|
+
select_radar_type: "Type",
|
|
34
|
+
none: "None",
|
|
35
|
+
line: "Line",
|
|
36
|
+
area: "Area",
|
|
32
37
|
}, duration_parts: {
|
|
33
38
|
full_duration: "D[d] HH[h] mm[m] ss[s]",
|
|
34
39
|
hour_minute_seconds: "HH:mm:ss",
|
|
@@ -48,6 +53,7 @@ export const I18N_CHART_BUILDER = Object.assign(Object.assign(Object.assign(Obje
|
|
|
48
53
|
combo: "Combo",
|
|
49
54
|
funnel: "Funnel",
|
|
50
55
|
pie: "Pie",
|
|
56
|
+
summary: "Summary",
|
|
51
57
|
minmax: "Min/Max",
|
|
52
58
|
metric_indicator: "Indicator",
|
|
53
59
|
metric_dial: "Dial",
|
|
@@ -62,6 +68,7 @@ export const I18N_CHART_BUILDER = Object.assign(Object.assign(Object.assign(Obje
|
|
|
62
68
|
boxwhisker: "Box and Whisker",
|
|
63
69
|
wordcloud: "Word Cloud",
|
|
64
70
|
multiseries_combo: "Multiseries Combo",
|
|
71
|
+
radar: "Radar",
|
|
65
72
|
}, filters_options: {
|
|
66
73
|
add: "Add Filters",
|
|
67
74
|
}, word_cloud: {
|
|
@@ -101,9 +101,14 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
101
101
|
value: "Value",
|
|
102
102
|
},
|
|
103
103
|
menu_actions: {
|
|
104
|
-
title: "
|
|
104
|
+
title: "Self-service Options",
|
|
105
105
|
sorting: "Sorting",
|
|
106
|
-
visualization: "Visualization",
|
|
106
|
+
visualization: "Visualization Options",
|
|
107
|
+
filtering: "Filtering",
|
|
108
|
+
column_resizing: "Column Resizing",
|
|
109
|
+
column_arrangement: "Column Arrangement",
|
|
110
|
+
column_update: "Adding/Removing Columns",
|
|
111
|
+
change_aggregation: "Change Column Aggregations",
|
|
107
112
|
},
|
|
108
113
|
totals: {
|
|
109
114
|
title: "Totals",
|
|
@@ -30,6 +30,15 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
30
30
|
line_opacity: "Line Opacity",
|
|
31
31
|
map_borders: "Map Borders",
|
|
32
32
|
needle_color: "Needle Color",
|
|
33
|
+
offset_bottom: "Bottom",
|
|
34
|
+
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.',
|
|
35
|
+
offset_left: "Left",
|
|
36
|
+
offset_percentage: "Percentage",
|
|
37
|
+
offset_pixels: "Pixels",
|
|
38
|
+
offset_placeholder: "Auto",
|
|
39
|
+
offset_reset: "Reset to Default",
|
|
40
|
+
offset_title: "Offset",
|
|
41
|
+
offset_top: "Top",
|
|
33
42
|
opacity: "Opacity",
|
|
34
43
|
percentage_check: "Percentage",
|
|
35
44
|
reversed_colors: "Reversed Colors",
|
|
@@ -83,6 +92,7 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
83
92
|
custom_axis_label: "Axis Label",
|
|
84
93
|
custom_label: "Label",
|
|
85
94
|
custom_label_placeholder: "Type custom label",
|
|
95
|
+
custom_rotation: "Custom Rotation",
|
|
86
96
|
end_date: "End Date",
|
|
87
97
|
format_title: "Format",
|
|
88
98
|
include_starting: "Include starting date",
|
|
@@ -101,6 +111,14 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
101
111
|
type_label: "Type",
|
|
102
112
|
values_axis_check: "Axis Values",
|
|
103
113
|
values_check: "Value Labels",
|
|
114
|
+
skip_labels_all_but_first_and_last: "All but first and last",
|
|
115
|
+
skip_labels_all: "All",
|
|
116
|
+
skip_labels_auto: "Auto",
|
|
117
|
+
skip_labels_custom: "Custom",
|
|
118
|
+
skip_labels_help: "Set the number of labels to skip in between labels",
|
|
119
|
+
skip_labels_none: "None",
|
|
120
|
+
skip_labels_placeholder: "Auto",
|
|
121
|
+
skip_labels: "Skip Labels",
|
|
104
122
|
values_rotation: "Values Rotation",
|
|
105
123
|
values_rotation_diagonal: "Diagonal",
|
|
106
124
|
values_rotation_horizontal: "Horizontal",
|
|
@@ -14,6 +14,7 @@ export const I18N_DASHBOARD = {
|
|
|
14
14
|
learn_more: "Learn more",
|
|
15
15
|
},
|
|
16
16
|
export_csv: "Export to CSV",
|
|
17
|
+
export_in_progress: "Export in progress...",
|
|
17
18
|
messages: {
|
|
18
19
|
dataset_not_available: "Dataset not available at the moment.",
|
|
19
20
|
dataset_not_found: "Dataset not found.",
|
|
@@ -30,6 +31,7 @@ export const I18N_DASHBOARD = {
|
|
|
30
31
|
delete_record_message: "Record Successfully Deleted.",
|
|
31
32
|
refresh_table_message: "Record Successfully Edited.",
|
|
32
33
|
failed_download: "The file(s) could not be exported at this time.",
|
|
34
|
+
successful_download: "{{fileType}} exported",
|
|
33
35
|
panels_loading: "Visualizations are currently loading. Try exporting again once all visualizations have loaded properly.",
|
|
34
36
|
},
|
|
35
37
|
tooltips: {
|
|
@@ -0,0 +1,75 @@
|
|
|
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 const EXPORTING_MODAL = {
|
|
5
|
+
apply_button_label: { export_now: "Export Now" },
|
|
6
|
+
cancel_button_label: "Cancel",
|
|
7
|
+
error_messages: {
|
|
8
|
+
special_characters: "Special characters are not allowed in file name.",
|
|
9
|
+
},
|
|
10
|
+
file_name_label: "File Name",
|
|
11
|
+
recurrence: {
|
|
12
|
+
label: "Recurrence",
|
|
13
|
+
value: { does_not_repeat: "Does not repeat" },
|
|
14
|
+
},
|
|
15
|
+
time_stamp: {
|
|
16
|
+
label: "Time and Date",
|
|
17
|
+
value: { now_and_today: "Now and Today" },
|
|
18
|
+
none_label: "None",
|
|
19
|
+
},
|
|
20
|
+
time_zone_label: "Time Zone",
|
|
21
|
+
title_label: "Export",
|
|
22
|
+
uniqueness_concatenate: "For Uniqueness Concatenate",
|
|
23
|
+
toast_messages: {
|
|
24
|
+
failed_scheduling: "The export could not be scheduled at this time.",
|
|
25
|
+
successful_scheduling: "The export of {{fileName}} has been scheduled successfully.",
|
|
26
|
+
},
|
|
27
|
+
schedule: {
|
|
28
|
+
chart_download_ready: "Chart is ready to download",
|
|
29
|
+
page_download_ready: "Dashboard is ready to download",
|
|
30
|
+
schedule_button_label: {
|
|
31
|
+
schedule: "Schedule",
|
|
32
|
+
reset_to_default: "Reset to Default",
|
|
33
|
+
},
|
|
34
|
+
title: "Scheduling",
|
|
35
|
+
start: {
|
|
36
|
+
date: "Date",
|
|
37
|
+
time: "Time",
|
|
38
|
+
},
|
|
39
|
+
repeat: {
|
|
40
|
+
every: "Repeat Every",
|
|
41
|
+
placeholder: "Select",
|
|
42
|
+
on: "Repeat On",
|
|
43
|
+
intervals: {
|
|
44
|
+
hour: "Hour",
|
|
45
|
+
day: "Day",
|
|
46
|
+
week: "Week",
|
|
47
|
+
month: "Month",
|
|
48
|
+
year: "Year",
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
time_zone: {
|
|
52
|
+
label: "Time Zone",
|
|
53
|
+
placeholder: "Select",
|
|
54
|
+
},
|
|
55
|
+
days_of_week_short: {
|
|
56
|
+
sunday: "S",
|
|
57
|
+
monday: "M",
|
|
58
|
+
tuesday: "T",
|
|
59
|
+
wednesday: "W",
|
|
60
|
+
thursday: "T",
|
|
61
|
+
friday: "F",
|
|
62
|
+
saturday: "S",
|
|
63
|
+
},
|
|
64
|
+
end: {
|
|
65
|
+
ends: "Ends",
|
|
66
|
+
radio_buttons: {
|
|
67
|
+
never: "Never",
|
|
68
|
+
on: "On",
|
|
69
|
+
after: "After",
|
|
70
|
+
},
|
|
71
|
+
select_date_placeholder: "Select Date",
|
|
72
|
+
recurrences: "occurrences",
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./I18N_EXPORT_MODAL";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./I18N_EXPORT_MODAL";
|
|
@@ -114,10 +114,12 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
114
114
|
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".',
|
|
115
115
|
},
|
|
116
116
|
hour: {
|
|
117
|
-
description: "Returns the hour of a datetime value. The hour is given as an integer ranging from 0 to 23.",
|
|
118
|
-
function_placeholder: "HOUR(date_value1)",
|
|
117
|
+
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.",
|
|
118
|
+
function_placeholder: "HOUR(date_value1,[time_format])",
|
|
119
119
|
param_date_value1_name: "date_value1",
|
|
120
120
|
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.',
|
|
121
|
+
param_time_format_name: "time_format (optional)",
|
|
122
|
+
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.",
|
|
121
123
|
},
|
|
122
124
|
minute: {
|
|
123
125
|
description: "Returns the minute of a datetime value. The minute is given as an integer ranging from 0 to 59.",
|
|
@@ -274,7 +276,7 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
274
276
|
param_string2_description: "Text with a sequence of characters that will be searched in string1.",
|
|
275
277
|
},
|
|
276
278
|
replace: {
|
|
277
|
-
description: "Looks for
|
|
279
|
+
description: "Looks for a specific sequence of characters inside a string and replaces it with a different sequence of characters.",
|
|
278
280
|
function_placeholder: "REPLACE(string1, target, replacement)",
|
|
279
281
|
param_string1_name: "string1",
|
|
280
282
|
param_string1_description: "Text to perform the replace into.",
|
|
@@ -331,7 +333,7 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
331
333
|
},
|
|
332
334
|
random: {
|
|
333
335
|
description: "Returns a positive decimal number between 0 (inclusive) and 1 (exclusive).",
|
|
334
|
-
function_placeholder: "
|
|
336
|
+
function_placeholder: "RANDOM()",
|
|
335
337
|
},
|
|
336
338
|
round: {
|
|
337
339
|
description: "Rounds a number to a specified number of digits. For negative numbers it rounds to the next negative number with greater absolute value.",
|
|
@@ -357,6 +359,18 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
357
359
|
param_digits_name: "digits",
|
|
358
360
|
param_digits_description: "Number of decimal digits, up to 10 digits.",
|
|
359
361
|
},
|
|
362
|
+
millisecond: {
|
|
363
|
+
description: "Returns the millisecond of a datetime value. The millisecond is given as an integer ranging from 0 to 999.",
|
|
364
|
+
function_placeholder: "MILLISECOND(date_value1)",
|
|
365
|
+
param_date_value1_name: "date_value1",
|
|
366
|
+
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.',
|
|
367
|
+
},
|
|
368
|
+
text: {
|
|
369
|
+
description: "Transforms a number into a string.",
|
|
370
|
+
function_placeholder: "TEXT(num1)",
|
|
371
|
+
param_num1_name: "num1",
|
|
372
|
+
param_num1_description: "The number that you want to convert to text.",
|
|
373
|
+
},
|
|
360
374
|
},
|
|
361
375
|
editor: {
|
|
362
376
|
error_messages: {
|
|
@@ -388,7 +402,7 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
388
402
|
NOT_ALLOWED_OPERATION: "Expression not allowed. Allowed operators between {{i18n.function.expression.types}}: {{i18n.function.expression.operators}}",
|
|
389
403
|
NOT_ALLOWED_OPERATION_DIFFERENT_TYPES: "Expression not allowed {{i18n.function.expression.value}}",
|
|
390
404
|
NOT_ALLOWED_OPERATION_MISSING_OPERATOR: "Expression not allowed. Missing operator",
|
|
391
|
-
INVALID_ALLOW_VALUE: "Argument {{i18n.function.argument.position}} has to be {{i18n.function.argument.allow_value}}",
|
|
405
|
+
INVALID_ALLOW_VALUE: "Argument {{i18n.function.argument.position}} has to be equal to {{i18n.function.argument.allow_value}}",
|
|
392
406
|
MATCH_RANGE: "Argument {{i18n.function.argument.position}} has to be {{i18n.function.expression.dynamic}}",
|
|
393
407
|
GREATER_THAN: "greater than {{i18n.function.argument.greater_than}}",
|
|
394
408
|
LESS_THAN: "less than {{i18n.function.argument.less_than}}",
|
|
@@ -398,6 +412,7 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
398
412
|
special_words: {
|
|
399
413
|
and: "and",
|
|
400
414
|
between: "between",
|
|
415
|
+
or: "or",
|
|
401
416
|
},
|
|
402
417
|
},
|
|
403
418
|
},
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
3
3
|
*/
|
|
4
4
|
export const I18N_PANEL = {
|
|
5
|
+
columns_interactive: {
|
|
6
|
+
search_placeholder: "Search",
|
|
7
|
+
no_records_found: "No records found",
|
|
8
|
+
missing_column: "Missing Column",
|
|
9
|
+
},
|
|
5
10
|
embed: {
|
|
6
11
|
embed_chart: "Embed Chart",
|
|
7
12
|
embed_analyze_section: "Embed Analyze Section",
|
|
@@ -24,6 +29,7 @@ export const I18N_PANEL = {
|
|
|
24
29
|
missing_bucket_column: "Missing bucket column.",
|
|
25
30
|
missing_formula_column: "Missing formula column.",
|
|
26
31
|
missing_linked_column: "Missing linked column.",
|
|
32
|
+
missing_value: "Missing Value.",
|
|
27
33
|
no_data_found: "No data found.",
|
|
28
34
|
no_features_found: "No location match",
|
|
29
35
|
refresh_panel: "Refresh panel",
|
|
@@ -120,6 +126,9 @@ export const I18N_PANEL = {
|
|
|
120
126
|
tooltips: {
|
|
121
127
|
fit_panel: "Fit to panel",
|
|
122
128
|
no_filters: "No filters applied",
|
|
129
|
+
select_columns: "Select columns",
|
|
130
|
+
sort_by: "Sort by",
|
|
131
|
+
smart_analyzer: "Smart analyzer",
|
|
123
132
|
},
|
|
124
133
|
top: "Top",
|
|
125
134
|
};
|
|
@@ -25,6 +25,7 @@ export const I18N_STYLE_THEMES = {
|
|
|
25
25
|
},
|
|
26
26
|
theme: {
|
|
27
27
|
axis_data_labels: "Axis and Data Labels",
|
|
28
|
+
canvas_background_color: "Canvas Background Color",
|
|
28
29
|
cancel_theme: "Cancel",
|
|
29
30
|
chart_titles_color: "Chart Titles Color",
|
|
30
31
|
copy: "Copy",
|
|
@@ -39,8 +40,9 @@ export const I18N_STYLE_THEMES = {
|
|
|
39
40
|
legends: "Legends",
|
|
40
41
|
main_color: "Main Color",
|
|
41
42
|
name_placeholder: "Type name",
|
|
42
|
-
panel_background: "Panel Background",
|
|
43
43
|
panel_styles: "Panel Styles",
|
|
44
|
+
panel_background_color: "Panel Background Color",
|
|
45
|
+
panel_icons_foreground_color: "Icons and Foreground Color",
|
|
44
46
|
qrvey_theme: "Qrvey Theme",
|
|
45
47
|
restore_to_default: "Restore to Default",
|
|
46
48
|
save_theme: "Save Theme",
|
|
@@ -53,6 +55,7 @@ export const I18N_STYLE_THEMES = {
|
|
|
53
55
|
untitled_theme: "Untitled",
|
|
54
56
|
use_theme_in_all_apps: "Use Theme in All Apps",
|
|
55
57
|
values: "Values",
|
|
58
|
+
workspace_settings: "Workspace Settings",
|
|
56
59
|
},
|
|
57
60
|
title: "Style Themes",
|
|
58
61
|
tooltips: {
|
|
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import i18next from "i18next";
|
|
11
|
-
import {
|
|
11
|
+
import { isEmpty } from "../../general";
|
|
12
12
|
import { mergeDeep } from "../../general/object/mergeDeep";
|
|
13
13
|
export class I18nServiceBuilder {
|
|
14
14
|
static buildI18n(i18nResource, i18nDefault) {
|
|
@@ -16,9 +16,8 @@ export class I18nServiceBuilder {
|
|
|
16
16
|
}
|
|
17
17
|
static _initI18n(i18nResource = {}, i18nDefault = {}) {
|
|
18
18
|
return __awaiter(this, void 0, void 0, function* () {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
_get(i18nResource, "common.aggregates")) {
|
|
19
|
+
//Temporarily we meed to review this code
|
|
20
|
+
if (!i18next.isInitialized || !isEmpty(i18nResource)) {
|
|
22
21
|
yield this.getI18nInstance(i18nResource, i18nDefault, i18next);
|
|
23
22
|
}
|
|
24
23
|
return new I18nServiceConcrete(i18next);
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -107,9 +107,12 @@ export class Request {
|
|
|
107
107
|
static resolveRequest(reqData) {
|
|
108
108
|
const url = this.makeUrl(reqData.config, reqData.url, reqData.params);
|
|
109
109
|
const config = this.requestConfig(reqData);
|
|
110
|
-
|
|
110
|
+
const controller = new AbortController();
|
|
111
|
+
const { signal } = controller;
|
|
112
|
+
return fetch(url, Object.assign(Object.assign({}, config), { signal }))
|
|
111
113
|
.then((res) => this.checkStatus(res))
|
|
112
|
-
.then((res) => res.json())
|
|
114
|
+
.then((res) => res.json())
|
|
115
|
+
.finally(() => signal.aborted && controller.abort());
|
|
113
116
|
}
|
|
114
117
|
static get(config, url = "", params) {
|
|
115
118
|
return this.resolveRequest({ config, url, type: "GET", params });
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CANVAS_CSS_VARIABLES } from "./CANVAS_CSS_VARIABLES";
|
|
2
|
+
/**
|
|
3
|
+
* Collection of CSS Variables for Dark Theme and its assigned values. Canvas porpuses
|
|
4
|
+
*/
|
|
5
|
+
export const AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK = {
|
|
6
|
+
[CANVAS_CSS_VARIABLES.BORDER]: "#FFFFFF20",
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CANVAS_CSS_VARIABLES } from "./CANVAS_CSS_VARIABLES";
|
|
2
|
+
/**
|
|
3
|
+
* Collection of CSS Variables for Light Theme and its assigned values. Canvas porpuses
|
|
4
|
+
*/
|
|
5
|
+
export const AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT = {
|
|
6
|
+
[CANVAS_CSS_VARIABLES.BORDER]: "#00000010",
|
|
7
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Collection of CSS Variables for the theme and its assigned values.
|
|
3
|
+
*/
|
|
4
|
+
export declare const AUTOMATIC_CANVAS_CSS_VARIABLES: {
|
|
5
|
+
GLOBAL: {
|
|
6
|
+
DARK: {
|
|
7
|
+
"--qv-global-header-background-color": string;
|
|
8
|
+
"--qv-global-opacity-black-color": string;
|
|
9
|
+
"--qv-global-border-color": string;
|
|
10
|
+
"--qv-global-divider-color": string;
|
|
11
|
+
"--qv-global-hover-color": string;
|
|
12
|
+
"--qv-global-placeholder-color": string;
|
|
13
|
+
"--qv-pills-background-color": string;
|
|
14
|
+
"--qv-global-text-color": string;
|
|
15
|
+
"--qv-global-text-secondary-color": string;
|
|
16
|
+
"--qv-global-text-tertiary-color": string;
|
|
17
|
+
};
|
|
18
|
+
LIGHT: {
|
|
19
|
+
"--qv-global-header-background-color": string;
|
|
20
|
+
"--qv-global-opacity-black-color": string;
|
|
21
|
+
"--qv-global-border-color": string;
|
|
22
|
+
"--qv-global-divider-color": string;
|
|
23
|
+
"--qv-global-hover-color": string;
|
|
24
|
+
"--qv-global-placeholder-color": string;
|
|
25
|
+
"--qv-pills-background-color": string;
|
|
26
|
+
"--qv-global-text-color": any;
|
|
27
|
+
"--qv-global-text-secondary-color": string;
|
|
28
|
+
"--qv-global-text-tertiary-color": string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
CANVAS: {
|
|
32
|
+
DARK: {
|
|
33
|
+
"--qv-canvas-border-color": string;
|
|
34
|
+
};
|
|
35
|
+
LIGHT: {
|
|
36
|
+
"--qv-canvas-border-color": string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|