@qrvey/utils 1.12.0-9 → 1.12.1
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/constants/common/FILTER_SCOPE.d.ts +2 -1
- package/dist/cjs/filters/constants/common/FILTER_SCOPE.js +2 -0
- package/dist/cjs/filters/constants/common/FILTER_SCOPES.js +1 -0
- package/dist/cjs/filters/constants/common/FILTER_SCOPE_INFO.js +8 -0
- package/dist/cjs/filters/constants/common/FILTER_SCOPE_LABEL.d.ts +2 -1
- package/dist/cjs/filters/constants/common/FILTER_SCOPE_LABEL.js +1 -0
- package/dist/cjs/filters/constants/settings/FILTER_SETTINGS_DEFAULT.js +23 -0
- 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/filters/II18nFilterPanelScopeTitle.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterScopes.d.ts +1 -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/filters/I18N_FILTER.js +1 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.js +1 -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/constants/common/FILTER_SCOPE.d.ts +2 -1
- package/dist/filters/constants/common/FILTER_SCOPE.js +2 -0
- package/dist/filters/constants/common/FILTER_SCOPES.js +1 -0
- package/dist/filters/constants/common/FILTER_SCOPE_INFO.js +8 -0
- package/dist/filters/constants/common/FILTER_SCOPE_LABEL.d.ts +2 -1
- package/dist/filters/constants/common/FILTER_SCOPE_LABEL.js +1 -0
- package/dist/filters/constants/settings/FILTER_SETTINGS_DEFAULT.js +23 -0
- 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/filters/II18nFilterPanelScopeTitle.d.ts +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterScopes.d.ts +1 -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/filters/I18N_FILTER.js +1 -0
- package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.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
|
@@ -32,6 +32,11 @@ exports.I18N_CHART_BUILDER = Object.assign(Object.assign(Object.assign(Object.as
|
|
|
32
32
|
time_format: "Time Format",
|
|
33
33
|
title: "Values Format",
|
|
34
34
|
value_format: "Value Format",
|
|
35
|
+
}, radar_type: {
|
|
36
|
+
select_radar_type: "Type",
|
|
37
|
+
none: "None",
|
|
38
|
+
line: "Line",
|
|
39
|
+
area: "Area",
|
|
35
40
|
}, duration_parts: {
|
|
36
41
|
full_duration: "D[d] HH[h] mm[m] ss[s]",
|
|
37
42
|
hour_minute_seconds: "HH:mm:ss",
|
|
@@ -51,6 +56,7 @@ exports.I18N_CHART_BUILDER = Object.assign(Object.assign(Object.assign(Object.as
|
|
|
51
56
|
combo: "Combo",
|
|
52
57
|
funnel: "Funnel",
|
|
53
58
|
pie: "Pie",
|
|
59
|
+
summary: "Summary",
|
|
54
60
|
minmax: "Min/Max",
|
|
55
61
|
metric_indicator: "Indicator",
|
|
56
62
|
metric_dial: "Dial",
|
|
@@ -65,6 +71,7 @@ exports.I18N_CHART_BUILDER = Object.assign(Object.assign(Object.assign(Object.as
|
|
|
65
71
|
boxwhisker: "Box and Whisker",
|
|
66
72
|
wordcloud: "Word Cloud",
|
|
67
73
|
multiseries_combo: "Multiseries Combo",
|
|
74
|
+
radar: "Radar",
|
|
68
75
|
}, filters_options: {
|
|
69
76
|
add: "Add Filters",
|
|
70
77
|
}, word_cloud: {
|
|
@@ -104,9 +104,14 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
104
104
|
value: "Value",
|
|
105
105
|
},
|
|
106
106
|
menu_actions: {
|
|
107
|
-
title: "
|
|
107
|
+
title: "Self-service Options",
|
|
108
108
|
sorting: "Sorting",
|
|
109
|
-
visualization: "Visualization",
|
|
109
|
+
visualization: "Visualization Options",
|
|
110
|
+
filtering: "Filtering",
|
|
111
|
+
column_resizing: "Column Resizing",
|
|
112
|
+
column_arrangement: "Column Arrangement",
|
|
113
|
+
column_update: "Adding/Removing Columns",
|
|
114
|
+
change_aggregation: "Change Column Aggregations",
|
|
110
115
|
},
|
|
111
116
|
totals: {
|
|
112
117
|
title: "Totals",
|
|
@@ -33,6 +33,15 @@ exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
33
33
|
line_opacity: "Line Opacity",
|
|
34
34
|
map_borders: "Map Borders",
|
|
35
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",
|
|
36
45
|
opacity: "Opacity",
|
|
37
46
|
percentage_check: "Percentage",
|
|
38
47
|
reversed_colors: "Reversed Colors",
|
|
@@ -86,6 +95,7 @@ exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
86
95
|
custom_axis_label: "Axis Label",
|
|
87
96
|
custom_label: "Label",
|
|
88
97
|
custom_label_placeholder: "Type custom label",
|
|
98
|
+
custom_rotation: "Custom Rotation",
|
|
89
99
|
end_date: "End Date",
|
|
90
100
|
format_title: "Format",
|
|
91
101
|
include_starting: "Include starting date",
|
|
@@ -104,6 +114,14 @@ exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
104
114
|
type_label: "Type",
|
|
105
115
|
values_axis_check: "Axis Values",
|
|
106
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",
|
|
107
125
|
values_rotation: "Values Rotation",
|
|
108
126
|
values_rotation_diagonal: "Diagonal",
|
|
109
127
|
values_rotation_horizontal: "Horizontal",
|
|
@@ -17,6 +17,7 @@ exports.I18N_DASHBOARD = {
|
|
|
17
17
|
learn_more: "Learn more",
|
|
18
18
|
},
|
|
19
19
|
export_csv: "Export to CSV",
|
|
20
|
+
export_in_progress: "Export in progress...",
|
|
20
21
|
messages: {
|
|
21
22
|
dataset_not_available: "Dataset not available at the moment.",
|
|
22
23
|
dataset_not_found: "Dataset not found.",
|
|
@@ -33,6 +34,7 @@ exports.I18N_DASHBOARD = {
|
|
|
33
34
|
delete_record_message: "Record Successfully Deleted.",
|
|
34
35
|
refresh_table_message: "Record Successfully Edited.",
|
|
35
36
|
failed_download: "The file(s) could not be exported at this time.",
|
|
37
|
+
successful_download: "{{fileType}} exported",
|
|
36
38
|
panels_loading: "Visualizations are currently loading. Try exporting again once all visualizations have loaded properly.",
|
|
37
39
|
},
|
|
38
40
|
tooltips: {
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EXPORTING_MODAL = 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.EXPORTING_MODAL = {
|
|
8
|
+
apply_button_label: { export_now: "Export Now" },
|
|
9
|
+
cancel_button_label: "Cancel",
|
|
10
|
+
error_messages: {
|
|
11
|
+
special_characters: "Special characters are not allowed in file name.",
|
|
12
|
+
},
|
|
13
|
+
file_name_label: "File Name",
|
|
14
|
+
recurrence: {
|
|
15
|
+
label: "Recurrence",
|
|
16
|
+
value: { does_not_repeat: "Does not repeat" },
|
|
17
|
+
},
|
|
18
|
+
time_stamp: {
|
|
19
|
+
label: "Time and Date",
|
|
20
|
+
value: { now_and_today: "Now and Today" },
|
|
21
|
+
none_label: "None",
|
|
22
|
+
},
|
|
23
|
+
time_zone_label: "Time Zone",
|
|
24
|
+
title_label: "Export",
|
|
25
|
+
uniqueness_concatenate: "For Uniqueness Concatenate",
|
|
26
|
+
toast_messages: {
|
|
27
|
+
failed_scheduling: "The export could not be scheduled at this time.",
|
|
28
|
+
successful_scheduling: "The export of {{fileName}} has been scheduled successfully.",
|
|
29
|
+
},
|
|
30
|
+
schedule: {
|
|
31
|
+
chart_download_ready: "Chart is ready to download",
|
|
32
|
+
page_download_ready: "Dashboard is ready to download",
|
|
33
|
+
schedule_button_label: {
|
|
34
|
+
schedule: "Schedule",
|
|
35
|
+
reset_to_default: "Reset to Default",
|
|
36
|
+
},
|
|
37
|
+
title: "Scheduling",
|
|
38
|
+
start: {
|
|
39
|
+
date: "Date",
|
|
40
|
+
time: "Time",
|
|
41
|
+
},
|
|
42
|
+
repeat: {
|
|
43
|
+
every: "Repeat Every",
|
|
44
|
+
placeholder: "Select",
|
|
45
|
+
on: "Repeat On",
|
|
46
|
+
intervals: {
|
|
47
|
+
hour: "Hour",
|
|
48
|
+
day: "Day",
|
|
49
|
+
week: "Week",
|
|
50
|
+
month: "Month",
|
|
51
|
+
year: "Year",
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
time_zone: {
|
|
55
|
+
label: "Time Zone",
|
|
56
|
+
placeholder: "Select",
|
|
57
|
+
},
|
|
58
|
+
days_of_week_short: {
|
|
59
|
+
sunday: "S",
|
|
60
|
+
monday: "M",
|
|
61
|
+
tuesday: "T",
|
|
62
|
+
wednesday: "W",
|
|
63
|
+
thursday: "T",
|
|
64
|
+
friday: "F",
|
|
65
|
+
saturday: "S",
|
|
66
|
+
},
|
|
67
|
+
end: {
|
|
68
|
+
ends: "Ends",
|
|
69
|
+
radio_buttons: {
|
|
70
|
+
never: "Never",
|
|
71
|
+
on: "On",
|
|
72
|
+
after: "After",
|
|
73
|
+
},
|
|
74
|
+
select_date_placeholder: "Select Date",
|
|
75
|
+
recurrences: "occurrences",
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./I18N_EXPORT_MODAL";
|
|
@@ -0,0 +1,17 @@
|
|
|
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_EXPORT_MODAL"), exports);
|
|
@@ -117,10 +117,12 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
117
117
|
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS".',
|
|
118
118
|
},
|
|
119
119
|
hour: {
|
|
120
|
-
description: "Returns the hour of a datetime value. The hour is given as an integer ranging from 0 to 23.",
|
|
121
|
-
function_placeholder: "HOUR(date_value1)",
|
|
120
|
+
description: "Returns the hour of a datetime value. The hour is given as an integer ranging from 0 to 23 or from 0 to 12 depending on the defined format.",
|
|
121
|
+
function_placeholder: "HOUR(date_value1,[time_format])",
|
|
122
122
|
param_date_value1_name: "date_value1",
|
|
123
123
|
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS", datetime values without time will be assumed as 00:00:00.',
|
|
124
|
+
param_time_format_name: "time_format (optional)",
|
|
125
|
+
param_time_format_description: "if set to “24h“ it will return a number from 0 to 23, if set to “12h“ it will return a number from 1 to 12. If not set it will always return the hour in 24h format.",
|
|
124
126
|
},
|
|
125
127
|
minute: {
|
|
126
128
|
description: "Returns the minute of a datetime value. The minute is given as an integer ranging from 0 to 59.",
|
|
@@ -277,7 +279,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
277
279
|
param_string2_description: "Text with a sequence of characters that will be searched in string1.",
|
|
278
280
|
},
|
|
279
281
|
replace: {
|
|
280
|
-
description: "Looks for
|
|
282
|
+
description: "Looks for a specific sequence of characters inside a string and replaces it with a different sequence of characters.",
|
|
281
283
|
function_placeholder: "REPLACE(string1, target, replacement)",
|
|
282
284
|
param_string1_name: "string1",
|
|
283
285
|
param_string1_description: "Text to perform the replace into.",
|
|
@@ -334,7 +336,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
334
336
|
},
|
|
335
337
|
random: {
|
|
336
338
|
description: "Returns a positive decimal number between 0 (inclusive) and 1 (exclusive).",
|
|
337
|
-
function_placeholder: "
|
|
339
|
+
function_placeholder: "RANDOM()",
|
|
338
340
|
},
|
|
339
341
|
round: {
|
|
340
342
|
description: "Rounds a number to a specified number of digits. For negative numbers it rounds to the next negative number with greater absolute value.",
|
|
@@ -360,6 +362,18 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
360
362
|
param_digits_name: "digits",
|
|
361
363
|
param_digits_description: "Number of decimal digits, up to 10 digits.",
|
|
362
364
|
},
|
|
365
|
+
millisecond: {
|
|
366
|
+
description: "Returns the millisecond of a datetime value. The millisecond is given as an integer ranging from 0 to 999.",
|
|
367
|
+
function_placeholder: "MILLISECOND(date_value1)",
|
|
368
|
+
param_date_value1_name: "date_value1",
|
|
369
|
+
param_date_value1_description: 'It can be a column or a datetime value entered with a format of either "MM/DD/YYYY" or "MM/DD/YYYY HH:MM:SS", datetime values without time will be assumed as 00:00:00.',
|
|
370
|
+
},
|
|
371
|
+
text: {
|
|
372
|
+
description: "Transforms a number into a string.",
|
|
373
|
+
function_placeholder: "TEXT(num1)",
|
|
374
|
+
param_num1_name: "num1",
|
|
375
|
+
param_num1_description: "The number that you want to convert to text.",
|
|
376
|
+
},
|
|
363
377
|
},
|
|
364
378
|
editor: {
|
|
365
379
|
error_messages: {
|
|
@@ -391,7 +405,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
391
405
|
NOT_ALLOWED_OPERATION: "Expression not allowed. Allowed operators between {{i18n.function.expression.types}}: {{i18n.function.expression.operators}}",
|
|
392
406
|
NOT_ALLOWED_OPERATION_DIFFERENT_TYPES: "Expression not allowed {{i18n.function.expression.value}}",
|
|
393
407
|
NOT_ALLOWED_OPERATION_MISSING_OPERATOR: "Expression not allowed. Missing operator",
|
|
394
|
-
INVALID_ALLOW_VALUE: "Argument {{i18n.function.argument.position}} has to be {{i18n.function.argument.allow_value}}",
|
|
408
|
+
INVALID_ALLOW_VALUE: "Argument {{i18n.function.argument.position}} has to be equal to {{i18n.function.argument.allow_value}}",
|
|
395
409
|
MATCH_RANGE: "Argument {{i18n.function.argument.position}} has to be {{i18n.function.expression.dynamic}}",
|
|
396
410
|
GREATER_THAN: "greater than {{i18n.function.argument.greater_than}}",
|
|
397
411
|
LESS_THAN: "less than {{i18n.function.argument.less_than}}",
|
|
@@ -401,6 +415,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
401
415
|
special_words: {
|
|
402
416
|
and: "and",
|
|
403
417
|
between: "between",
|
|
418
|
+
or: "or",
|
|
404
419
|
},
|
|
405
420
|
},
|
|
406
421
|
},
|
|
@@ -5,6 +5,11 @@ exports.I18N_PANEL = void 0;
|
|
|
5
5
|
* @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
|
|
6
6
|
*/
|
|
7
7
|
exports.I18N_PANEL = {
|
|
8
|
+
columns_interactive: {
|
|
9
|
+
search_placeholder: "Search",
|
|
10
|
+
no_records_found: "No records found",
|
|
11
|
+
missing_column: "Missing Column",
|
|
12
|
+
},
|
|
8
13
|
embed: {
|
|
9
14
|
embed_chart: "Embed Chart",
|
|
10
15
|
embed_analyze_section: "Embed Analyze Section",
|
|
@@ -27,6 +32,7 @@ exports.I18N_PANEL = {
|
|
|
27
32
|
missing_bucket_column: "Missing bucket column.",
|
|
28
33
|
missing_formula_column: "Missing formula column.",
|
|
29
34
|
missing_linked_column: "Missing linked column.",
|
|
35
|
+
missing_value: "Missing Value.",
|
|
30
36
|
no_data_found: "No data found.",
|
|
31
37
|
no_features_found: "No location match",
|
|
32
38
|
refresh_panel: "Refresh panel",
|
|
@@ -123,6 +129,9 @@ exports.I18N_PANEL = {
|
|
|
123
129
|
tooltips: {
|
|
124
130
|
fit_panel: "Fit to panel",
|
|
125
131
|
no_filters: "No filters applied",
|
|
132
|
+
select_columns: "Select columns",
|
|
133
|
+
sort_by: "Sort by",
|
|
134
|
+
smart_analyzer: "Smart analyzer",
|
|
126
135
|
},
|
|
127
136
|
top: "Top",
|
|
128
137
|
};
|
|
@@ -28,6 +28,7 @@ exports.I18N_STYLE_THEMES = {
|
|
|
28
28
|
},
|
|
29
29
|
theme: {
|
|
30
30
|
axis_data_labels: "Axis and Data Labels",
|
|
31
|
+
canvas_background_color: "Canvas Background Color",
|
|
31
32
|
cancel_theme: "Cancel",
|
|
32
33
|
chart_titles_color: "Chart Titles Color",
|
|
33
34
|
copy: "Copy",
|
|
@@ -42,8 +43,9 @@ exports.I18N_STYLE_THEMES = {
|
|
|
42
43
|
legends: "Legends",
|
|
43
44
|
main_color: "Main Color",
|
|
44
45
|
name_placeholder: "Type name",
|
|
45
|
-
panel_background: "Panel Background",
|
|
46
46
|
panel_styles: "Panel Styles",
|
|
47
|
+
panel_background_color: "Panel Background Color",
|
|
48
|
+
panel_icons_foreground_color: "Icons and Foreground Color",
|
|
47
49
|
qrvey_theme: "Qrvey Theme",
|
|
48
50
|
restore_to_default: "Restore to Default",
|
|
49
51
|
save_theme: "Save Theme",
|
|
@@ -56,6 +58,7 @@ exports.I18N_STYLE_THEMES = {
|
|
|
56
58
|
untitled_theme: "Untitled",
|
|
57
59
|
use_theme_in_all_apps: "Use Theme in All Apps",
|
|
58
60
|
values: "Values",
|
|
61
|
+
workspace_settings: "Workspace Settings",
|
|
59
62
|
},
|
|
60
63
|
title: "Style Themes",
|
|
61
64
|
tooltips: {
|
|
@@ -22,9 +22,8 @@ class I18nServiceBuilder {
|
|
|
22
22
|
}
|
|
23
23
|
static _initI18n(i18nResource = {}, i18nDefault = {}) {
|
|
24
24
|
return __awaiter(this, void 0, void 0, function* () {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
(0, general_1._get)(i18nResource, "common.aggregates")) {
|
|
25
|
+
//Temporarily we meed to review this code
|
|
26
|
+
if (!i18next_1.default.isInitialized || !(0, general_1.isEmpty)(i18nResource)) {
|
|
28
27
|
yield this.getI18nInstance(i18nResource, i18nDefault, i18next_1.default);
|
|
29
28
|
}
|
|
30
29
|
return new I18nServiceConcrete(i18next_1.default);
|
package/dist/cjs/index.d.ts
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -110,9 +110,12 @@ class Request {
|
|
|
110
110
|
static resolveRequest(reqData) {
|
|
111
111
|
const url = this.makeUrl(reqData.config, reqData.url, reqData.params);
|
|
112
112
|
const config = this.requestConfig(reqData);
|
|
113
|
-
|
|
113
|
+
const controller = new AbortController();
|
|
114
|
+
const { signal } = controller;
|
|
115
|
+
return fetch(url, Object.assign(Object.assign({}, config), { signal }))
|
|
114
116
|
.then((res) => this.checkStatus(res))
|
|
115
|
-
.then((res) => res.json())
|
|
117
|
+
.then((res) => res.json())
|
|
118
|
+
.finally(() => signal.aborted && controller.abort());
|
|
116
119
|
}
|
|
117
120
|
static get(config, url = "", params) {
|
|
118
121
|
return this.resolveRequest({ config, url, type: "GET", params });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK = void 0;
|
|
4
|
+
const CANVAS_CSS_VARIABLES_1 = require("./CANVAS_CSS_VARIABLES");
|
|
5
|
+
/**
|
|
6
|
+
* Collection of CSS Variables for Dark Theme and its assigned values. Canvas porpuses
|
|
7
|
+
*/
|
|
8
|
+
exports.AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK = {
|
|
9
|
+
[CANVAS_CSS_VARIABLES_1.CANVAS_CSS_VARIABLES.BORDER]: "#FFFFFF20",
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT = void 0;
|
|
4
|
+
const CANVAS_CSS_VARIABLES_1 = require("./CANVAS_CSS_VARIABLES");
|
|
5
|
+
/**
|
|
6
|
+
* Collection of CSS Variables for Light Theme and its assigned values. Canvas porpuses
|
|
7
|
+
*/
|
|
8
|
+
exports.AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT = {
|
|
9
|
+
[CANVAS_CSS_VARIABLES_1.CANVAS_CSS_VARIABLES.BORDER]: "#00000010",
|
|
10
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AUTOMATIC_CANVAS_CSS_VARIABLES = void 0;
|
|
4
|
+
const AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK_1 = require("./AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK");
|
|
5
|
+
const AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT_1 = require("./AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT");
|
|
6
|
+
const AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK_1 = require("./AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK");
|
|
7
|
+
const AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT_1 = require("./AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT");
|
|
8
|
+
const COLOR_TYPE_1 = require("./COLOR_TYPE");
|
|
9
|
+
const CSS_VARIABLE_DESTINATION_1 = require("./CSS_VARIABLE_DESTINATION");
|
|
10
|
+
/**
|
|
11
|
+
* Collection of CSS Variables for the theme and its assigned values.
|
|
12
|
+
*/
|
|
13
|
+
exports.AUTOMATIC_CANVAS_CSS_VARIABLES = {
|
|
14
|
+
[CSS_VARIABLE_DESTINATION_1.CSS_VARIABLE_DESTINATION.GLOBAL]: {
|
|
15
|
+
[COLOR_TYPE_1.COLOR_TYPE.DARK]: AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK_1.AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK,
|
|
16
|
+
[COLOR_TYPE_1.COLOR_TYPE.LIGHT]: AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT_1.AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT,
|
|
17
|
+
},
|
|
18
|
+
[CSS_VARIABLE_DESTINATION_1.CSS_VARIABLE_DESTINATION.CANVAS]: {
|
|
19
|
+
[COLOR_TYPE_1.COLOR_TYPE.DARK]: AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK_1.AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_DARK,
|
|
20
|
+
[COLOR_TYPE_1.COLOR_TYPE.LIGHT]: AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT_1.AUTOMATIC_CANVAS_CSS_VARIABLES_FOR_LIGHT,
|
|
21
|
+
},
|
|
22
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Collection of CSS Variables for Dark Theme and its assigned values.
|
|
3
|
+
*/
|
|
4
|
+
export declare const AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK: {
|
|
5
|
+
"--qv-global-header-background-color": string;
|
|
6
|
+
"--qv-global-opacity-black-color": string;
|
|
7
|
+
"--qv-global-border-color": string;
|
|
8
|
+
"--qv-global-divider-color": string;
|
|
9
|
+
"--qv-global-hover-color": string;
|
|
10
|
+
"--qv-global-placeholder-color": string;
|
|
11
|
+
"--qv-pills-background-color": string;
|
|
12
|
+
"--qv-global-text-color": string;
|
|
13
|
+
"--qv-global-text-secondary-color": string;
|
|
14
|
+
"--qv-global-text-tertiary-color": string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK = void 0;
|
|
4
|
+
const GLOBAL_CSS_VARIABLES_1 = require("./GLOBAL_CSS_VARIABLES");
|
|
5
|
+
/**
|
|
6
|
+
* Collection of CSS Variables for Dark Theme and its assigned values.
|
|
7
|
+
*/
|
|
8
|
+
exports.AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_DARK = {
|
|
9
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.HEADER_BACKGROUND_COLOR]: "#FFFFFF20",
|
|
10
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.BACKGROUND_OPACITY_BLACK_COLOR]: "#00000010",
|
|
11
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.BORDER_COLOR]: "#FFFFFF20",
|
|
12
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.DIVIDER_COLOR]: "#FFFFFF20",
|
|
13
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.HOVER_COLOR]: "#FFFFFF10",
|
|
14
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.PLACEHOLDER_COLOR]: "#FFFFFF90",
|
|
15
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.PILLS_BACKGROUND_COLOR]: "#00000020",
|
|
16
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.TEXT_COLOR]: "#FFFFFF",
|
|
17
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.TEXT_SECONDARY_COLOR]: "#FFFFFF90",
|
|
18
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.TEXT_TERTIARY_COLOR]: "#FFFFFF80",
|
|
19
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Collection of CSS Variables for Light Themes and its assigned values.
|
|
3
|
+
*/
|
|
4
|
+
export declare const AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT: {
|
|
5
|
+
"--qv-global-header-background-color": string;
|
|
6
|
+
"--qv-global-opacity-black-color": string;
|
|
7
|
+
"--qv-global-border-color": string;
|
|
8
|
+
"--qv-global-divider-color": string;
|
|
9
|
+
"--qv-global-hover-color": string;
|
|
10
|
+
"--qv-global-placeholder-color": string;
|
|
11
|
+
"--qv-pills-background-color": string;
|
|
12
|
+
"--qv-global-text-color": any;
|
|
13
|
+
"--qv-global-text-secondary-color": string;
|
|
14
|
+
"--qv-global-text-tertiary-color": string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT = void 0;
|
|
4
|
+
const GLOBAL_CSS_VARIABLES_1 = require("./GLOBAL_CSS_VARIABLES");
|
|
5
|
+
/**
|
|
6
|
+
* Collection of CSS Variables for Light Themes and its assigned values.
|
|
7
|
+
*/
|
|
8
|
+
exports.AUTOMATIC_GLOBAL_CSS_VARIABLES_FOR_LIGHT = {
|
|
9
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.HEADER_BACKGROUND_COLOR]: "#00000009",
|
|
10
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.BACKGROUND_OPACITY_BLACK_COLOR]: "#FFFFFF10",
|
|
11
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.BORDER_COLOR]: "#00000020",
|
|
12
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.DIVIDER_COLOR]: "#00000020",
|
|
13
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.HOVER_COLOR]: "#00000010",
|
|
14
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.PLACEHOLDER_COLOR]: "#00000070",
|
|
15
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.PILLS_BACKGROUND_COLOR]: "#FFFFFF40",
|
|
16
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.TEXT_COLOR]: undefined,
|
|
17
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.TEXT_SECONDARY_COLOR]: "#00000080",
|
|
18
|
+
[GLOBAL_CSS_VARIABLES_1.GLOBAL_CSS_VARIABLES.TEXT_TERTIARY_COLOR]: "#00000070",
|
|
19
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CANVAS_CSS_VARIABLES = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Collection of CSS Variables to apply for Dark Theme
|
|
6
|
+
*/
|
|
7
|
+
var CANVAS_CSS_VARIABLES;
|
|
8
|
+
(function (CANVAS_CSS_VARIABLES) {
|
|
9
|
+
CANVAS_CSS_VARIABLES["BORDER"] = "--qv-canvas-border-color";
|
|
10
|
+
})(CANVAS_CSS_VARIABLES || (exports.CANVAS_CSS_VARIABLES = CANVAS_CSS_VARIABLES = {}));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.COLOR_TYPE = void 0;
|
|
4
|
+
var COLOR_TYPE;
|
|
5
|
+
(function (COLOR_TYPE) {
|
|
6
|
+
COLOR_TYPE["DARK"] = "DARK";
|
|
7
|
+
COLOR_TYPE["LIGHT"] = "LIGHT";
|
|
8
|
+
})(COLOR_TYPE || (exports.COLOR_TYPE = COLOR_TYPE = {}));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CSS_VARIABLE_DESTINATION = void 0;
|
|
4
|
+
var CSS_VARIABLE_DESTINATION;
|
|
5
|
+
(function (CSS_VARIABLE_DESTINATION) {
|
|
6
|
+
CSS_VARIABLE_DESTINATION["CANVAS"] = "CANVAS";
|
|
7
|
+
CSS_VARIABLE_DESTINATION["GLOBAL"] = "GLOBAL";
|
|
8
|
+
})(CSS_VARIABLE_DESTINATION || (exports.CSS_VARIABLE_DESTINATION = CSS_VARIABLE_DESTINATION = {}));
|