@qrvey/utils 1.2.4-2 → 1.2.4-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1159 -773
- package/dist/{cjs/qrvey → charts}/constants/AGGREGATE.d.ts +0 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE.js +0 -0
- package/dist/{cjs/qrvey → charts}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.js +0 -0
- package/dist/charts/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE_INFO.js +0 -0
- package/dist/charts/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.js +0 -0
- package/dist/charts/constants/AGGREGATE_LABEL.d.ts +11 -0
- package/dist/charts/constants/AGGREGATE_LABEL.js +12 -0
- package/dist/charts/constants/index.d.ts +5 -0
- package/dist/charts/constants/index.js +5 -0
- package/dist/charts/index.d.ts +2 -0
- package/dist/charts/index.js +2 -0
- package/dist/charts/interfaces/IAggregateAbbreviation.d.ts +2 -0
- package/dist/{columns/interfaces/IColumnAggregateType.js → charts/interfaces/IAggregateAbbreviation.js} +0 -0
- package/dist/charts/interfaces/IAggregateInfo.d.ts +9 -0
- package/dist/{qrvey → charts}/interfaces/IAggregateInfo.js +0 -0
- package/dist/charts/interfaces/IAggregateLabel.d.ts +2 -0
- package/dist/{columns/interfaces/IColumnCalculationType.js → charts/interfaces/IAggregateLabel.js} +0 -0
- package/dist/{cjs/qrvey/interfaces/IAggregate.d.ts → charts/interfaces/IAggregateType.d.ts} +1 -1
- package/dist/{globalization/interfaces/common/II18nCommonChartInfoMessagesCrosstab.js → charts/interfaces/IAggregateType.js} +0 -0
- package/dist/charts/interfaces/index.d.ts +4 -0
- package/dist/charts/interfaces/index.js +4 -0
- package/dist/{qrvey → cjs/charts}/constants/AGGREGATE.d.ts +0 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE.js +0 -0
- package/dist/{qrvey → cjs/charts}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.js +0 -0
- package/dist/cjs/charts/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_INFO.js +0 -0
- package/dist/cjs/charts/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.js +0 -0
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +11 -0
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +15 -0
- package/dist/cjs/charts/constants/index.d.ts +5 -0
- package/dist/cjs/{globalization/interfaces/q → charts/constants}/index.js +5 -5
- package/dist/cjs/charts/index.d.ts +2 -0
- package/dist/cjs/{globalization/labels/q → charts}/index.js +2 -2
- package/dist/cjs/charts/interfaces/IAggregateAbbreviation.d.ts +2 -0
- package/dist/cjs/{columns/interfaces/IColumnAggregateType.js → charts/interfaces/IAggregateAbbreviation.js} +0 -0
- package/dist/cjs/charts/interfaces/IAggregateInfo.d.ts +9 -0
- package/dist/cjs/{qrvey → charts}/interfaces/IAggregateInfo.js +0 -0
- package/dist/cjs/charts/interfaces/IAggregateLabel.d.ts +2 -0
- package/dist/cjs/{columns/interfaces/IColumnCalculationType.js → charts/interfaces/IAggregateLabel.js} +0 -0
- package/dist/{qrvey/interfaces/IAggregate.d.ts → cjs/charts/interfaces/IAggregateType.d.ts} +1 -1
- package/dist/cjs/{globalization/interfaces/common/II18nCommonChartInfoMessagesCrosstab.js → charts/interfaces/IAggregateType.js} +0 -0
- package/dist/cjs/charts/interfaces/index.d.ts +4 -0
- package/dist/cjs/charts/interfaces/index.js +16 -0
- package/dist/cjs/columns/constants/COLUMN.d.ts +6 -6
- package/dist/cjs/columns/constants/COLUMN.js +8 -8
- package/dist/cjs/columns/constants/COLUMN_INFO.js +3 -1
- package/dist/cjs/columns/constants/COLUMN_INFO_LIST.js +2 -6
- package/dist/cjs/columns/constants/COLUMN_LABEL.d.ts +7 -6
- package/dist/cjs/columns/constants/COLUMN_LABEL.js +2 -1
- package/dist/cjs/columns/constants/COLUMN_PROPERTY.d.ts +4 -4
- package/dist/cjs/columns/constants/COLUMN_PROPERTY.js +4 -4
- package/dist/cjs/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +4 -4
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTIES.js +4 -4
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY.d.ts +4 -4
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY.js +4 -4
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +4 -4
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +4 -4
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +4 -4
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN.d.ts +8 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN.js +12 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMNS.d.ts +5 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMNS.js +15 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO.d.ts +8 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO.js +16 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO_LIST.d.ts +5 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO_LIST.js +16 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN_LABEL.d.ts +8 -0
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN_LABEL.js +12 -0
- package/dist/cjs/columns/constants/index.d.ts +5 -0
- package/dist/cjs/columns/constants/index.js +5 -0
- package/dist/cjs/columns/helpers/index.d.ts +1 -0
- package/dist/cjs/columns/helpers/index.js +1 -0
- package/dist/cjs/columns/helpers/isNumericalColumn.d.ts +2 -0
- package/dist/cjs/columns/helpers/isNumericalColumn.js +8 -0
- package/dist/cjs/columns/interfaces/IColumn.d.ts +3 -3
- package/dist/cjs/columns/interfaces/IColumnType.d.ts +2 -1
- package/dist/cjs/columns/interfaces/INumericalColumnType.d.ts +2 -0
- package/dist/cjs/{globalization/interfaces/common/II18nCommonChartInfoMessagesDefault.js → columns/interfaces/INumericalColumnType.js} +0 -0
- package/dist/cjs/columns/interfaces/index.d.ts +3 -2
- package/dist/cjs/columns/interfaces/index.js +3 -2
- package/dist/cjs/dates/adapters/mdyDateToDate.d.ts +7 -0
- package/dist/cjs/dates/adapters/mdyDateToDate.js +21 -0
- package/dist/cjs/dates/adapters/monthYearToDate.d.ts +7 -0
- package/dist/cjs/dates/adapters/monthYearToDate.js +24 -0
- package/dist/cjs/dates/adapters/quarterYearToDate.d.ts +7 -0
- package/dist/cjs/dates/adapters/quarterYearToDate.js +24 -0
- package/dist/cjs/dates/adapters/weekYearToDate.d.ts +7 -0
- package/dist/cjs/dates/adapters/weekYearToDate.js +32 -0
- package/dist/cjs/dates/adapters/yearToDate.d.ts +7 -0
- package/dist/cjs/dates/adapters/yearToDate.js +22 -0
- package/dist/cjs/dates/constants/DATE_FORMAT.d.ts +16 -14
- package/dist/cjs/dates/constants/DATE_FORMAT.js +23 -18
- package/dist/cjs/dates/constants/DATE_REGULAR_EXPRESSION.d.ts +19 -1
- package/dist/cjs/dates/constants/DATE_REGULAR_EXPRESSION.js +29 -5
- package/dist/cjs/dates/constants/DATE_YEAR_QUARTERS_RANGE.d.ts +18 -0
- package/dist/cjs/dates/constants/DATE_YEAR_QUARTERS_RANGE.js +21 -0
- package/dist/cjs/dates/constants/index.d.ts +1 -0
- package/dist/cjs/dates/constants/index.js +1 -0
- package/dist/cjs/dates/helpers/getDateByDateFormat.d.ts +9 -0
- package/dist/cjs/dates/helpers/getDateByDateFormat.js +36 -0
- package/dist/cjs/dates/helpers/getDateFormatByProperty.d.ts +8 -0
- package/dist/cjs/dates/helpers/getDateFormatByProperty.js +27 -0
- package/dist/cjs/dates/helpers/getDateFormatRegularExpressionInArray.d.ts +7 -0
- package/dist/cjs/dates/helpers/getDateFormatRegularExpressionInArray.js +47 -0
- package/dist/cjs/dates/helpers/getSeparatorByDateFormat.d.ts +7 -0
- package/dist/cjs/dates/helpers/getSeparatorByDateFormat.js +15 -0
- package/dist/cjs/dates/helpers/getWeek.d.ts +11 -0
- package/dist/cjs/dates/helpers/getWeek.js +25 -0
- package/dist/cjs/dates/helpers/index.d.ts +6 -0
- package/dist/cjs/dates/helpers/index.js +18 -0
- package/dist/cjs/dates/helpers/validateDate.d.ts +11 -0
- package/dist/cjs/dates/helpers/validateDate.js +24 -0
- package/dist/cjs/dates/helpers/validateDateByDateFormat.d.ts +8 -0
- package/dist/cjs/dates/helpers/validateDateByDateFormat.js +26 -0
- package/dist/cjs/dates/index.d.ts +1 -0
- package/dist/cjs/dates/index.js +1 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO.d.ts +3 -12
- package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO.js +4 -3
- package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.d.ts +5 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.js +13 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_LABEL.d.ts +5 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_LABEL.js +9 -0
- package/dist/cjs/dates/relative/constants/index.d.ts +2 -0
- package/dist/cjs/dates/relative/constants/index.js +2 -0
- package/dist/cjs/dates/relative/interfaces/IRelativeCursorInfo.d.ts +5 -0
- package/dist/cjs/{globalization/interfaces/common/II18nCommonChartInfoMessagesTableChart.js → dates/relative/interfaces/IRelativeCursorInfo.js} +0 -0
- package/dist/cjs/dates/relative/interfaces/index.d.ts +1 -0
- package/dist/cjs/dates/relative/interfaces/index.js +1 -0
- package/dist/cjs/filters/classes/FilterInputErrorHandler.d.ts +27 -0
- package/dist/cjs/filters/classes/FilterInputErrorHandler.js +15 -0
- package/dist/cjs/filters/classes/index.d.ts +1 -0
- package/dist/cjs/filters/classes/index.js +13 -0
- package/dist/cjs/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.d.ts +5 -0
- package/dist/cjs/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.js +9 -0
- package/dist/cjs/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/cjs/filters/index.d.ts +1 -0
- package/dist/cjs/filters/index.js +1 -0
- package/dist/cjs/general/mix/index.d.ts +1 -0
- package/dist/cjs/general/mix/index.js +1 -0
- package/dist/cjs/general/mix/isNaNV2.d.ts +8 -0
- package/dist/cjs/general/mix/isNaNV2.js +15 -0
- package/dist/cjs/general/object/mergeDeep.js +6 -7
- package/dist/cjs/globalization/interfaces/II18nServiceTranslateOption.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/{filters/II18nFilterBuilderInfoContainerSelection.js → II18nServiceTranslateOption.js} +0 -0
- package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +18 -14
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilder.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/{panel/II18nPanelSizeSubMenu.js → bucket_builder/II18nBucketBuilder.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/{q/II18nSlidebar.js → bucket_builder/II18nBucketBuilderBasicBucket.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.d.ts +33 -0
- package/dist/cjs/globalization/interfaces/{q/II18nSlidebarValueContainer.js → bucket_builder/II18nBucketBuilderCreateBucket.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/{q/II18nValueContainer.js → bucket_builder/II18nBucketBuilderCustomBucket.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/{q/II18nValueContainerSearchInput.js → bucket_builder/II18nBucketBuilderDeleteDialog.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/{q/II18nValueContainerSearchInputEnterValue.js → bucket_builder/II18nBucketBuilderEditDialog.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.d.ts +6 -0
- package/dist/cjs/{qrvey/interfaces/IAggregate.js → globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.js} +0 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/index.d.ts +12 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/index.js +24 -0
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.js +2 -0
- package/dist/cjs/globalization/interfaces/common/{II18nCommonChartInfoMessagesCrosstab.d.ts → II18nChartInfoMessagesCrosstab.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +2 -0
- package/dist/cjs/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.d.ts → II18nChartInfoMessagesDefault.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +2 -0
- package/dist/{globalization/interfaces/common/II18nCommonChartInfoMessagesTableChart.d.ts → cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +46 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.d.ts +38 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypesSuffixes.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypesSuffixes.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +14 -6
- package/dist/cjs/globalization/interfaces/common/index.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/common/index.js +20 -0
- package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabs.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabs.js +2 -0
- package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.js +2 -0
- package/dist/cjs/globalization/interfaces/cross_tabs/index.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/cross_tabs/index.js +13 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +14 -4
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.d.ts +4 -4
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.d.ts +14 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +2 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderScopes.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderScopes.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterDisplay.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterDisplay.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterOperator.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterOperator.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanel.d.ts +19 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanel.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelCardAction.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelCardAction.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelEmptyState.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelEmptyState.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelHeaderSection.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelHeaderSection.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTitle.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTitle.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsSection.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsSection.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterScopes.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterScopes.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.d.ts +23 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRankingContainer.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRankingContainer.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainerCursor.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainerCursor.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.js +2 -0
- package/dist/{globalization/interfaces/q → cjs/globalization/interfaces/filters}/II18nValueContainer.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/index.d.ts +22 -2
- package/dist/cjs/globalization/interfaces/filters/index.js +22 -2
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilder.d.ts +12 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilder.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +28 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.js +2 -0
- package/dist/cjs/globalization/interfaces/formula_builder/index.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/formula_builder/index.js +18 -0
- package/dist/cjs/globalization/interfaces/index.d.ts +6 -1
- package/dist/cjs/globalization/interfaces/index.js +6 -1
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +16 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelEmbed.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelEmbed.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryDisplay.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryDisplay.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryFilter.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryFilter.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryGroup.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryGroup.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummarySorting.d.ts +12 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummarySorting.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +19 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/index.d.ts +7 -1
- package/dist/cjs/globalization/interfaces/panel/index.js +7 -1
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.d.ts +6 -2
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +2 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.js +2 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/table_charts/index.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/table_charts/index.js +18 -0
- package/dist/cjs/globalization/labels/I18N_DEFAULT.js +12 -2
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +2 -0
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +120 -0
- package/dist/cjs/globalization/labels/bucket_builder/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/bucket_builder/index.js +13 -0
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +15 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +42 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +50 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +2 -24
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +13 -1
- package/dist/cjs/globalization/labels/common/index.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/index.js +2 -0
- package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +2 -0
- package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +14 -0
- package/dist/cjs/globalization/labels/cross_tabs/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/cross_tabs/index.js +13 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +14 -2
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +23 -12
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.js +9 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.js +7 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.js +60 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.js +14 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +27 -0
- package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.js +7 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +13 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +6 -0
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +9 -0
- package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.d.ts +2 -0
- package/dist/cjs/globalization/labels/{q → filters}/I18N_SLIDEBAR.js +2 -3
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
- package/dist/cjs/globalization/labels/{q → filters}/I18N_VALUE_CONTAINER.js +5 -5
- package/dist/cjs/globalization/labels/filters/index.d.ts +9 -0
- package/dist/cjs/globalization/labels/filters/index.js +9 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +2 -0
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +61 -0
- package/dist/cjs/globalization/labels/formula_builder/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/formula_builder/index.js +13 -0
- package/dist/cjs/globalization/labels/index.d.ts +8 -6
- package/dist/cjs/globalization/labels/index.js +8 -6
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +72 -4
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -18
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +25 -8
- package/dist/cjs/globalization/service/i18nextBuilder.d.ts +2 -1
- package/dist/cjs/globalization/service/i18nextBuilder.js +4 -3
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/interfaces/Qrvey.Interface.d.ts +0 -10
- package/dist/cjs/interfaces/index.d.ts +1 -1
- package/dist/cjs/interfaces/index.js +1 -1
- package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
- package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.js +2 -2
- package/dist/cjs/qrvey/constants/index.d.ts +1 -4
- package/dist/cjs/qrvey/constants/index.js +1 -4
- package/dist/{columns/interfaces/IColumnCalculationType.d.ts → cjs/qrvey/interfaces/ICalculationType.d.ts} +1 -1
- package/dist/cjs/qrvey/interfaces/ICalculationType.js +2 -0
- package/dist/cjs/qrvey/interfaces/index.d.ts +4 -0
- package/dist/cjs/qrvey/interfaces/index.js +4 -0
- package/dist/cjs/services/helpers/Request.js +1 -1
- package/dist/columns/constants/COLUMN.d.ts +6 -6
- package/dist/columns/constants/COLUMN.js +8 -8
- package/dist/columns/constants/COLUMN_INFO.js +3 -1
- package/dist/columns/constants/COLUMN_INFO_LIST.js +2 -6
- package/dist/columns/constants/COLUMN_LABEL.d.ts +7 -6
- package/dist/columns/constants/COLUMN_LABEL.js +2 -1
- package/dist/columns/constants/COLUMN_PROPERTY.d.ts +4 -4
- package/dist/columns/constants/COLUMN_PROPERTY.js +4 -4
- package/dist/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +4 -4
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTIES.js +4 -4
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY.d.ts +4 -4
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY.js +4 -4
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +4 -4
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +4 -4
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +4 -4
- package/dist/columns/constants/NUMERICAL_COLUMN.d.ts +8 -0
- package/dist/columns/constants/NUMERICAL_COLUMN.js +9 -0
- package/dist/columns/constants/NUMERICAL_COLUMNS.d.ts +5 -0
- package/dist/columns/constants/NUMERICAL_COLUMNS.js +12 -0
- package/dist/columns/constants/NUMERICAL_COLUMN_INFO.d.ts +8 -0
- package/dist/columns/constants/NUMERICAL_COLUMN_INFO.js +13 -0
- package/dist/columns/constants/NUMERICAL_COLUMN_INFO_LIST.d.ts +5 -0
- package/dist/columns/constants/NUMERICAL_COLUMN_INFO_LIST.js +13 -0
- package/dist/columns/constants/NUMERICAL_COLUMN_LABEL.d.ts +8 -0
- package/dist/columns/constants/NUMERICAL_COLUMN_LABEL.js +9 -0
- package/dist/columns/constants/index.d.ts +5 -0
- package/dist/columns/constants/index.js +5 -0
- package/dist/columns/helpers/index.d.ts +1 -0
- package/dist/columns/helpers/index.js +1 -0
- package/dist/columns/helpers/isNumericalColumn.d.ts +2 -0
- package/dist/columns/helpers/isNumericalColumn.js +4 -0
- package/dist/columns/interfaces/IColumn.d.ts +3 -3
- package/dist/columns/interfaces/IColumnType.d.ts +2 -1
- package/dist/columns/interfaces/INumericalColumnType.d.ts +2 -0
- package/dist/{globalization/interfaces/common/II18nCommonChartInfoMessagesDefault.js → columns/interfaces/INumericalColumnType.js} +0 -0
- package/dist/columns/interfaces/index.d.ts +3 -2
- package/dist/columns/interfaces/index.js +3 -2
- package/dist/dates/adapters/mdyDateToDate.d.ts +7 -0
- package/dist/dates/adapters/mdyDateToDate.js +17 -0
- package/dist/dates/adapters/monthYearToDate.d.ts +7 -0
- package/dist/dates/adapters/monthYearToDate.js +20 -0
- package/dist/dates/adapters/quarterYearToDate.d.ts +7 -0
- package/dist/dates/adapters/quarterYearToDate.js +20 -0
- package/dist/dates/adapters/weekYearToDate.d.ts +7 -0
- package/dist/dates/adapters/weekYearToDate.js +28 -0
- package/dist/dates/adapters/yearToDate.d.ts +7 -0
- package/dist/dates/adapters/yearToDate.js +18 -0
- package/dist/dates/constants/DATE_FORMAT.d.ts +16 -14
- package/dist/dates/constants/DATE_FORMAT.js +23 -18
- package/dist/dates/constants/DATE_REGULAR_EXPRESSION.d.ts +19 -1
- package/dist/dates/constants/DATE_REGULAR_EXPRESSION.js +29 -5
- package/dist/dates/constants/DATE_YEAR_QUARTERS_RANGE.d.ts +18 -0
- package/dist/dates/constants/DATE_YEAR_QUARTERS_RANGE.js +18 -0
- package/dist/dates/constants/index.d.ts +1 -0
- package/dist/dates/constants/index.js +1 -0
- package/dist/dates/helpers/getDateByDateFormat.d.ts +9 -0
- package/dist/dates/helpers/getDateByDateFormat.js +32 -0
- package/dist/dates/helpers/getDateFormatByProperty.d.ts +8 -0
- package/dist/dates/helpers/getDateFormatByProperty.js +23 -0
- package/dist/dates/helpers/getDateFormatRegularExpressionInArray.d.ts +7 -0
- package/dist/dates/helpers/getDateFormatRegularExpressionInArray.js +43 -0
- package/dist/dates/helpers/getSeparatorByDateFormat.d.ts +7 -0
- package/dist/dates/helpers/getSeparatorByDateFormat.js +11 -0
- package/dist/dates/helpers/getWeek.d.ts +11 -0
- package/dist/dates/helpers/getWeek.js +21 -0
- package/dist/dates/helpers/index.d.ts +6 -0
- package/dist/dates/helpers/index.js +6 -0
- package/dist/dates/helpers/validateDate.d.ts +11 -0
- package/dist/dates/helpers/validateDate.js +20 -0
- package/dist/dates/helpers/validateDateByDateFormat.d.ts +8 -0
- package/dist/dates/helpers/validateDateByDateFormat.js +22 -0
- package/dist/dates/index.d.ts +1 -0
- package/dist/dates/index.js +1 -0
- package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO.d.ts +3 -12
- package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO.js +4 -3
- package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.d.ts +5 -0
- package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.js +10 -0
- package/dist/dates/relative/constants/RELATIVE_CURSOR_LABEL.d.ts +5 -0
- package/dist/dates/relative/constants/RELATIVE_CURSOR_LABEL.js +6 -0
- package/dist/dates/relative/constants/index.d.ts +2 -0
- package/dist/dates/relative/constants/index.js +2 -0
- package/dist/dates/relative/interfaces/IRelativeCursorInfo.d.ts +5 -0
- package/dist/{globalization/interfaces/common/II18nCommonChartInfoMessagesTableChart.js → dates/relative/interfaces/IRelativeCursorInfo.js} +0 -0
- package/dist/dates/relative/interfaces/index.d.ts +1 -0
- package/dist/dates/relative/interfaces/index.js +1 -0
- package/dist/filters/classes/FilterInputErrorHandler.d.ts +27 -0
- package/dist/filters/classes/FilterInputErrorHandler.js +11 -0
- package/dist/filters/classes/index.d.ts +1 -0
- package/dist/filters/classes/index.js +1 -0
- package/dist/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.d.ts +5 -0
- package/dist/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.js +6 -0
- package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/filters/index.d.ts +1 -0
- package/dist/filters/index.js +1 -0
- package/dist/general/mix/index.d.ts +1 -0
- package/dist/general/mix/index.js +1 -0
- package/dist/general/mix/isNaNV2.d.ts +8 -0
- package/dist/general/mix/isNaNV2.js +11 -0
- package/dist/general/object/mergeDeep.js +6 -7
- package/dist/globalization/interfaces/II18nServiceTranslateOption.d.ts +4 -0
- package/dist/globalization/interfaces/{filters/II18nFilterBuilderInfoContainerSelection.js → II18nServiceTranslateOption.js} +0 -0
- package/dist/globalization/interfaces/IResourceI18n.d.ts +18 -14
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilder.d.ts +24 -0
- package/dist/globalization/interfaces/{panel/II18nPanelSizeSubMenu.js → bucket_builder/II18nBucketBuilder.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.d.ts +15 -0
- package/dist/globalization/interfaces/{q/II18nSlidebar.js → bucket_builder/II18nBucketBuilderBasicBucket.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.d.ts +33 -0
- package/dist/globalization/interfaces/{q/II18nSlidebarValueContainer.js → bucket_builder/II18nBucketBuilderCreateBucket.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.d.ts +15 -0
- package/dist/globalization/interfaces/{q/II18nValueContainer.js → bucket_builder/II18nBucketBuilderCustomBucket.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.d.ts +6 -0
- package/dist/globalization/interfaces/{q/II18nValueContainerSearchInput.js → bucket_builder/II18nBucketBuilderDeleteDialog.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.d.ts +6 -0
- package/dist/globalization/interfaces/{q/II18nValueContainerSearchInputEnterValue.js → bucket_builder/II18nBucketBuilderEditDialog.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.d.ts +6 -0
- package/dist/{qrvey/interfaces/IAggregate.js → globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.js} +0 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.d.ts +5 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +7 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +5 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.d.ts +11 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.d.ts +6 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/index.d.ts +12 -0
- package/dist/globalization/interfaces/bucket_builder/index.js +12 -0
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +11 -0
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.js +1 -0
- package/dist/globalization/interfaces/common/{II18nCommonChartInfoMessagesCrosstab.d.ts → II18nChartInfoMessagesCrosstab.d.ts} +1 -1
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +1 -0
- package/dist/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.d.ts → II18nChartInfoMessagesDefault.d.ts} +1 -1
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +1 -0
- package/dist/{cjs/globalization/interfaces/common/II18nCommonChartInfoMessagesTableChart.d.ts → globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts} +1 -1
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +1 -0
- package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +46 -0
- package/dist/globalization/interfaces/common/II18nColumnProperties.js +1 -0
- package/dist/globalization/interfaces/common/II18nColumnTypes.d.ts +38 -0
- package/dist/globalization/interfaces/common/II18nColumnTypes.js +1 -0
- package/dist/globalization/interfaces/common/II18nColumnTypesSuffixes.d.ts +6 -0
- package/dist/globalization/interfaces/common/II18nColumnTypesSuffixes.js +1 -0
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +14 -6
- package/dist/globalization/interfaces/common/index.d.ts +8 -0
- package/dist/globalization/interfaces/common/index.js +8 -0
- package/dist/globalization/interfaces/cross_tabs/II18nCrossTabs.d.ts +8 -0
- package/dist/globalization/interfaces/cross_tabs/II18nCrossTabs.js +1 -0
- package/dist/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.d.ts +5 -0
- package/dist/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.js +1 -0
- package/dist/globalization/interfaces/cross_tabs/index.d.ts +1 -0
- package/dist/globalization/interfaces/cross_tabs/index.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilter.d.ts +14 -4
- package/dist/globalization/interfaces/filters/II18nFilterBuilder.d.ts +4 -4
- package/dist/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.d.ts +14 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +2 -2
- package/dist/globalization/interfaces/filters/II18nFilterBuilderScopes.d.ts +10 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderScopes.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterDisplay.d.ts +6 -0
- package/dist/globalization/interfaces/filters/II18nFilterDisplay.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterOperator.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterOperator.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanel.d.ts +19 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanel.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelCardAction.d.ts +6 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelCardAction.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.d.ts +6 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelEmptyState.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelEmptyState.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelHeaderSection.d.ts +9 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelHeaderSection.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTitle.d.ts +10 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTitle.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.d.ts +7 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.d.ts +5 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsSection.d.ts +10 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsSection.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterScopes.d.ts +10 -0
- package/dist/globalization/interfaces/filters/II18nFilterScopes.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterValidator.d.ts +23 -0
- package/dist/globalization/interfaces/filters/II18nFilterValidator.js +1 -0
- package/dist/globalization/interfaces/filters/II18nRankingContainer.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nRankingContainer.js +1 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +10 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.js +1 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainerCursor.d.ts +5 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainerCursor.js +1 -0
- package/dist/globalization/interfaces/filters/II18nSlidebar.d.ts +7 -0
- package/dist/globalization/interfaces/filters/II18nSlidebar.js +1 -0
- package/dist/{cjs/globalization/interfaces/q → globalization/interfaces/filters}/II18nValueContainer.d.ts +2 -0
- package/dist/globalization/interfaces/filters/II18nValueContainer.js +1 -0
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +6 -0
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.js +1 -0
- package/dist/globalization/interfaces/filters/index.d.ts +22 -2
- package/dist/globalization/interfaces/filters/index.js +22 -2
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilder.d.ts +12 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilder.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +28 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.d.ts +7 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.d.ts +7 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +5 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.d.ts +9 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.js +1 -0
- package/dist/globalization/interfaces/formula_builder/index.d.ts +6 -0
- package/dist/globalization/interfaces/formula_builder/index.js +6 -0
- package/dist/globalization/interfaces/index.d.ts +6 -1
- package/dist/globalization/interfaces/index.js +6 -1
- package/dist/globalization/interfaces/panel/II18nPanel.d.ts +16 -2
- package/dist/globalization/interfaces/panel/II18nPanelEmbed.d.ts +7 -0
- package/dist/globalization/interfaces/panel/II18nPanelEmbed.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +9 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +7 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryDisplay.d.ts +5 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryDisplay.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryFilter.d.ts +5 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryFilter.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryGroup.d.ts +7 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryGroup.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummarySorting.d.ts +12 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummarySorting.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +19 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.js +1 -0
- package/dist/globalization/interfaces/panel/index.d.ts +7 -1
- package/dist/globalization/interfaces/panel/index.js +7 -1
- package/dist/globalization/interfaces/table_charts/II18nTableCharts.d.ts +6 -2
- package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +8 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +1 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +5 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.js +1 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +3 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +1 -0
- package/dist/globalization/interfaces/table_charts/index.d.ts +6 -0
- package/dist/globalization/interfaces/table_charts/index.js +6 -0
- package/dist/globalization/labels/I18N_DEFAULT.js +12 -2
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +2 -0
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +117 -0
- package/dist/globalization/labels/bucket_builder/index.d.ts +1 -0
- package/dist/globalization/labels/bucket_builder/index.js +1 -0
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +2 -0
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +12 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +39 -0
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +2 -0
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +47 -0
- package/dist/globalization/labels/common/I18N_COMMON.d.ts +2 -24
- package/dist/globalization/labels/common/I18N_COMMON.js +13 -1
- package/dist/globalization/labels/common/index.d.ts +2 -0
- package/dist/globalization/labels/common/index.js +2 -0
- package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +2 -0
- package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +11 -0
- package/dist/globalization/labels/cross_tabs/index.d.ts +1 -0
- package/dist/globalization/labels/cross_tabs/index.js +1 -0
- package/dist/globalization/labels/filters/I18N_FILTER.js +14 -2
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +23 -12
- package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.js +6 -0
- package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.js +4 -0
- package/dist/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER_PANEL.js +57 -0
- package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.js +11 -0
- package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +24 -0
- package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.js +4 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +10 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +6 -0
- package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +6 -0
- package/dist/globalization/labels/filters/I18N_SLIDEBAR.d.ts +2 -0
- package/dist/globalization/labels/{q → filters}/I18N_SLIDEBAR.js +2 -3
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +10 -0
- package/dist/globalization/labels/filters/index.d.ts +9 -0
- package/dist/globalization/labels/filters/index.js +9 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +2 -0
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +58 -0
- package/dist/globalization/labels/formula_builder/index.d.ts +1 -0
- package/dist/globalization/labels/formula_builder/index.js +1 -0
- package/dist/globalization/labels/index.d.ts +8 -6
- package/dist/globalization/labels/index.js +8 -6
- package/dist/globalization/labels/panel/I18N_PANEL.js +72 -4
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -18
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +25 -8
- package/dist/globalization/service/i18nextBuilder.d.ts +2 -1
- package/dist/globalization/service/i18nextBuilder.js +4 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/interfaces/Qrvey.Interface.d.ts +0 -10
- package/dist/interfaces/index.d.ts +1 -1
- package/dist/interfaces/index.js +1 -1
- package/dist/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
- package/dist/qrvey/constants/CALCULATION_INFO_LIST.js +1 -1
- package/dist/qrvey/constants/index.d.ts +1 -4
- package/dist/qrvey/constants/index.js +1 -4
- package/dist/{cjs/columns/interfaces/IColumnCalculationType.d.ts → qrvey/interfaces/ICalculationType.d.ts} +1 -1
- package/dist/qrvey/interfaces/ICalculationType.js +1 -0
- package/dist/qrvey/interfaces/index.d.ts +4 -0
- package/dist/qrvey/interfaces/index.js +4 -0
- package/dist/services/helpers/Request.js +1 -1
- package/package.json +5 -5
- package/src/{qrvey → charts}/constants/AGGREGATE.ts +0 -0
- package/src/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.ts +0 -0
- package/src/{qrvey → charts}/constants/AGGREGATE_INFO.ts +2 -2
- package/src/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.ts +0 -0
- package/src/charts/constants/AGGREGATE_LABEL.ts +11 -0
- package/src/charts/constants/index.ts +5 -0
- package/src/charts/index.ts +2 -0
- package/src/charts/interfaces/IAggregateAbbreviation.ts +3 -0
- package/src/charts/interfaces/IAggregateInfo.ts +11 -0
- package/src/charts/interfaces/IAggregateLabel.ts +3 -0
- package/src/{qrvey/interfaces/IAggregate.ts → charts/interfaces/IAggregateType.ts} +1 -1
- package/src/charts/interfaces/index.ts +4 -0
- package/src/columns/constants/COLUMN.ts +9 -9
- package/src/columns/constants/COLUMN_INFO.ts +25 -28
- package/src/columns/constants/COLUMN_INFO_LIST.ts +2 -6
- package/src/columns/constants/COLUMN_LABEL.ts +3 -7
- package/src/columns/constants/COLUMN_PROPERTY.ts +4 -4
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTIES.ts +4 -4
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY.ts +4 -4
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.ts +4 -4
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +4 -4
- package/src/columns/constants/NUMERICAL_COLUMN.ts +8 -0
- package/src/columns/constants/NUMERICAL_COLUMNS.ts +13 -0
- package/src/columns/constants/NUMERICAL_COLUMN_INFO.ts +16 -0
- package/src/columns/constants/NUMERICAL_COLUMN_INFO_LIST.ts +15 -0
- package/src/columns/constants/NUMERICAL_COLUMN_LABEL.ts +8 -0
- package/src/columns/constants/index.ts +6 -0
- package/src/columns/helpers/index.ts +1 -0
- package/src/columns/helpers/isNumericalColumn.ts +7 -0
- package/src/columns/interfaces/IColumn.ts +3 -3
- package/src/columns/interfaces/IColumnType.ts +2 -1
- package/src/columns/interfaces/INumericalColumnType.ts +4 -0
- package/src/columns/interfaces/index.ts +4 -2
- package/src/dates/adapters/mdyDateToDate.ts +18 -0
- package/src/dates/adapters/monthYearToDate.ts +21 -0
- package/src/dates/adapters/quarterYearToDate.ts +21 -0
- package/src/dates/adapters/weekYearToDate.ts +28 -0
- package/src/dates/adapters/yearToDate.ts +20 -0
- package/src/dates/constants/DATE_FORMAT.ts +23 -18
- package/src/dates/constants/DATE_REGULAR_EXPRESSION.ts +32 -5
- package/src/dates/constants/DATE_YEAR_QUARTERS_RANGE.ts +18 -0
- package/src/dates/constants/index.ts +1 -0
- package/src/dates/helpers/getDateByDateFormat.ts +34 -0
- package/src/dates/helpers/getDateFormatByProperty.ts +26 -0
- package/src/dates/helpers/getDateFormatRegularExpressionInArray.ts +45 -0
- package/src/dates/helpers/getSeparatorByDateFormat.ts +13 -0
- package/src/dates/helpers/getWeek.ts +21 -0
- package/src/dates/helpers/index.ts +6 -0
- package/src/dates/helpers/validateDate.ts +22 -0
- package/src/dates/helpers/validateDateByDateFormat.ts +25 -0
- package/src/dates/index.ts +1 -0
- package/src/dates/relative/constants/RELATIVE_CURSOR_INFO.ts +7 -4
- package/src/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.ts +11 -0
- package/src/dates/relative/constants/RELATIVE_CURSOR_LABEL.ts +5 -0
- package/src/dates/relative/constants/index.ts +2 -0
- package/src/dates/relative/interfaces/IRelativeCursorInfo.ts +6 -0
- package/src/dates/relative/interfaces/index.ts +1 -0
- package/src/filters/classes/FilterInputErrorHandler.ts +213 -0
- package/src/filters/classes/index.ts +1 -0
- package/src/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.ts +7 -0
- package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
- package/src/filters/index.ts +1 -0
- package/src/general/mix/index.ts +1 -0
- package/src/general/mix/isNaNV2.ts +12 -0
- package/src/general/object/mergeDeep.ts +7 -8
- package/src/globalization/interfaces/II18nServiceTranslateOption.ts +4 -0
- package/src/globalization/interfaces/IResourceI18n.ts +18 -15
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilder.ts +25 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.ts +15 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.ts +33 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.ts +15 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.ts +6 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.ts +6 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.ts +6 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.ts +5 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +7 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.ts +5 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.ts +11 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.ts +6 -0
- package/src/globalization/interfaces/bucket_builder/index.ts +12 -0
- package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +11 -0
- package/src/globalization/interfaces/common/{II18nCommonChartInfoMessagesCrosstab.ts → II18nChartInfoMessagesCrosstab.ts} +2 -2
- package/src/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.ts → II18nChartInfoMessagesDefault.ts} +2 -2
- package/src/globalization/interfaces/common/{II18nCommonChartInfoMessagesTableChart.ts → II18nChartInfoMessagesTableChart.ts} +2 -2
- package/src/globalization/interfaces/common/II18nColumnProperties.ts +52 -0
- package/src/globalization/interfaces/common/II18nColumnTypes.ts +42 -0
- package/src/globalization/interfaces/common/II18nColumnTypesSuffixes.ts +6 -0
- package/src/globalization/interfaces/common/II18nCommon.ts +14 -6
- package/src/globalization/interfaces/common/index.ts +10 -0
- package/src/globalization/interfaces/cross_tabs/II18nCrossTabs.ts +9 -0
- package/src/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.ts +5 -0
- package/src/globalization/interfaces/cross_tabs/index.ts +1 -0
- package/src/globalization/interfaces/filters/II18nFilter.ts +14 -2
- package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +4 -6
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +0 -1
- package/src/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.ts +14 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.ts +2 -3
- package/src/globalization/interfaces/filters/II18nFilterBuilderScopes.ts +10 -0
- package/src/globalization/interfaces/filters/II18nFilterDisplay.ts +6 -0
- package/src/globalization/interfaces/filters/II18nFilterOperator.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilterPanel.ts +20 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelCardAction.ts +6 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.ts +6 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelEmptyState.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelHeaderSection.ts +9 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelScopeTitle.ts +10 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.ts +7 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.ts +5 -0
- package/src/globalization/interfaces/filters/II18nFilterPanelSettingsSection.ts +10 -0
- package/src/globalization/interfaces/filters/II18nFilterScopes.ts +10 -0
- package/src/globalization/interfaces/filters/II18nFilterValidator.ts +23 -0
- package/src/globalization/interfaces/filters/II18nRankingContainer.ts +4 -0
- package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +11 -0
- package/src/globalization/interfaces/filters/II18nRelativeContainerCursor.ts +5 -0
- package/src/globalization/interfaces/filters/II18nSlidebar.ts +7 -0
- package/src/globalization/interfaces/{q → filters}/II18nValueContainer.ts +2 -0
- package/src/globalization/interfaces/filters/II18nValueContainerSearchInput.ts +6 -0
- package/src/globalization/interfaces/filters/index.ts +25 -2
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilder.ts +13 -0
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.ts +28 -0
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.ts +7 -0
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.ts +7 -0
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.ts +5 -0
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.ts +9 -0
- package/src/globalization/interfaces/formula_builder/index.ts +6 -0
- package/src/globalization/interfaces/index.ts +6 -1
- package/src/globalization/interfaces/panel/II18nPanel.ts +16 -3
- package/src/globalization/interfaces/panel/II18nPanelEmbed.ts +7 -0
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +9 -0
- package/src/globalization/interfaces/panel/II18nPanelMenu.ts +7 -0
- package/src/globalization/interfaces/panel/II18nPanelSummaryDisplay.ts +5 -0
- package/src/globalization/interfaces/panel/II18nPanelSummaryFilter.ts +5 -0
- package/src/globalization/interfaces/panel/II18nPanelSummaryGroup.ts +7 -0
- package/src/globalization/interfaces/panel/II18nPanelSummarySorting.ts +12 -0
- package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +19 -0
- package/src/globalization/interfaces/panel/index.ts +7 -1
- package/src/globalization/interfaces/table_charts/II18nTableCharts.ts +7 -3
- package/src/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.ts +8 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +5 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsSort.ts +3 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.ts +1 -0
- package/src/globalization/interfaces/table_charts/index.ts +6 -0
- package/src/globalization/labels/I18N_DEFAULT.ts +12 -2
- package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +119 -0
- package/src/globalization/labels/bucket_builder/index.ts +1 -0
- package/src/globalization/labels/columns/I18N_COLUMN.ts +1 -1
- package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +14 -0
- package/src/globalization/labels/common/I18N_COLUMN_LABEL.ts +43 -0
- package/src/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.ts +57 -0
- package/src/globalization/labels/common/I18N_COMMON.ts +16 -2
- package/src/globalization/labels/common/index.ts +4 -0
- package/src/globalization/labels/cross_tabs/I18N_CROSS_TABS.ts +14 -0
- package/src/globalization/labels/cross_tabs/index.ts +1 -0
- package/src/globalization/labels/filters/I18N_FILTER.ts +15 -3
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +23 -12
- package/src/globalization/labels/filters/I18N_FILTER_DISPLAY.ts +8 -0
- package/src/globalization/labels/filters/I18N_FILTER_OPERATOR.ts +6 -0
- package/src/globalization/labels/filters/I18N_FILTER_PANEL.ts +59 -0
- package/src/globalization/labels/filters/I18N_FILTER_SCOPE.ts +13 -0
- package/src/globalization/labels/filters/I18N_FILTER_VALIDATOR.ts +27 -0
- package/src/globalization/labels/filters/I18N_RANKING_CONTAINER.ts +6 -0
- package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +12 -0
- package/src/globalization/labels/filters/I18N_RELATIVE_CURSOR.ts +7 -0
- package/src/globalization/labels/filters/I18N_SLIDEBAR.ts +9 -0
- package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +12 -0
- package/src/globalization/labels/filters/index.ts +10 -0
- package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +60 -0
- package/src/globalization/labels/formula_builder/index.ts +1 -0
- package/src/globalization/labels/index.ts +8 -7
- package/src/globalization/labels/panel/I18N_PANEL.ts +72 -4
- package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +28 -9
- package/src/globalization/service/i18nextBuilder.ts +6 -4
- package/src/index.ts +1 -0
- package/src/interfaces/Qrvey.Interface.ts +0 -11
- package/src/interfaces/index.ts +1 -1
- package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
- package/src/qrvey/constants/index.ts +1 -4
- package/src/{columns/interfaces/IColumnCalculationType.ts → qrvey/interfaces/ICalculationType.ts} +1 -1
- package/src/qrvey/interfaces/index.ts +5 -1
- package/src/services/helpers/Request.ts +1 -1
- package/dist/cjs/columns/interfaces/IColumnAggregateType.d.ts +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSizeSubMenu.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/q/II18nSlidebar.d.ts +0 -7
- package/dist/cjs/globalization/interfaces/q/II18nSlidebarValueContainer.d.ts +0 -3
- package/dist/cjs/globalization/interfaces/q/II18nValueContainerSearchInput.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/q/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/q/index.d.ts +0 -5
- package/dist/cjs/globalization/labels/q/I18N_SLIDEBAR.d.ts +0 -2
- package/dist/cjs/globalization/labels/q/I18N_VALUE_CONTAINER.d.ts +0 -2
- package/dist/cjs/globalization/labels/q/index.d.ts +0 -2
- package/dist/cjs/qrvey/constants/AGGREGATE_INFO.d.ts +0 -5
- package/dist/cjs/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
- package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.d.ts +0 -11
- package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.js +0 -15
- package/dist/cjs/qrvey/interfaces/IAggregateInfo.d.ts +0 -5
- package/dist/columns/interfaces/IColumnAggregateType.d.ts +0 -2
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
- package/dist/globalization/interfaces/panel/II18nPanelSizeSubMenu.d.ts +0 -5
- package/dist/globalization/interfaces/q/II18nSlidebar.d.ts +0 -7
- package/dist/globalization/interfaces/q/II18nSlidebarValueContainer.d.ts +0 -3
- package/dist/globalization/interfaces/q/II18nValueContainerSearchInput.d.ts +0 -5
- package/dist/globalization/interfaces/q/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
- package/dist/globalization/interfaces/q/index.d.ts +0 -5
- package/dist/globalization/interfaces/q/index.js +0 -5
- package/dist/globalization/labels/q/I18N_SLIDEBAR.d.ts +0 -2
- package/dist/globalization/labels/q/I18N_VALUE_CONTAINER.d.ts +0 -2
- package/dist/globalization/labels/q/I18N_VALUE_CONTAINER.js +0 -10
- package/dist/globalization/labels/q/index.d.ts +0 -2
- package/dist/globalization/labels/q/index.js +0 -2
- package/dist/qrvey/constants/AGGREGATE_INFO.d.ts +0 -5
- package/dist/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
- package/dist/qrvey/constants/AGGREGATE_LABEL.d.ts +0 -11
- package/dist/qrvey/constants/AGGREGATE_LABEL.js +0 -12
- package/dist/qrvey/interfaces/IAggregateInfo.d.ts +0 -5
- package/src/columns/interfaces/IColumnAggregateType.ts +0 -3
- package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.ts +0 -4
- package/src/globalization/interfaces/panel/II18nPanelSizeSubMenu.ts +0 -5
- package/src/globalization/interfaces/q/II18nSlidebar.ts +0 -8
- package/src/globalization/interfaces/q/II18nSlidebarValueContainer.ts +0 -3
- package/src/globalization/interfaces/q/II18nValueContainerSearchInput.ts +0 -6
- package/src/globalization/interfaces/q/II18nValueContainerSearchInputEnterValue.ts +0 -5
- package/src/globalization/interfaces/q/index.ts +0 -5
- package/src/globalization/labels/q/I18N_SLIDEBAR.ts +0 -10
- package/src/globalization/labels/q/I18N_VALUE_CONTAINER.ts +0 -12
- package/src/globalization/labels/q/index.ts +0 -2
- package/src/qrvey/constants/AGGREGATE_LABEL.ts +0 -11
- package/src/qrvey/interfaces/IAggregateInfo.ts +0 -7
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { II18nFormulaBuilder } from "../../interfaces/formula_builder";
|
|
2
|
+
|
|
3
|
+
export const I18N_FORMULA_BUILDER: II18nFormulaBuilder = {
|
|
4
|
+
list_modal: {
|
|
5
|
+
title_header: 'Formulas',
|
|
6
|
+
create_buttom: 'Create Formula',
|
|
7
|
+
empty_message: 'No Formulas Yet'
|
|
8
|
+
},
|
|
9
|
+
list_table: {
|
|
10
|
+
name: 'Formula Name',
|
|
11
|
+
formula: 'Formula',
|
|
12
|
+
menu_edit: 'Edit',
|
|
13
|
+
menu_duplicate: 'Duplicate',
|
|
14
|
+
menu_delete: 'Delete',
|
|
15
|
+
duplicate_copy: 'Copy',
|
|
16
|
+
duplicate_toast: 'Formula Successfully Duplicated'
|
|
17
|
+
},
|
|
18
|
+
delete_dialog: {
|
|
19
|
+
title: 'Delete Formula',
|
|
20
|
+
description: 'Deleting this formula will remove all instances of this calculation in your analytics.',
|
|
21
|
+
toast_description: 'Formula Successfully Deleted',
|
|
22
|
+
cancel_button: 'Cancel',
|
|
23
|
+
apply_button: 'Delete'
|
|
24
|
+
},
|
|
25
|
+
create_modal: {
|
|
26
|
+
title_header_create: 'Create Formula',
|
|
27
|
+
title_header_edit: 'Edit Formula',
|
|
28
|
+
title_header_table: 'Create Table Formula',
|
|
29
|
+
name: 'Formula Name',
|
|
30
|
+
placeholder_name: 'Type Formula Name',
|
|
31
|
+
invalid_name: 'cannot be used in the formula name.',
|
|
32
|
+
detail_title: 'Formulita',
|
|
33
|
+
detail_suggestion: 'Allows mathematical operations including',
|
|
34
|
+
detail_suggestion_operators: '+, -, *, /, ()',
|
|
35
|
+
syntax_succes: 'Formula syntax is correct.',
|
|
36
|
+
syntax_error: 'Formula syntax error, please check your formula and retry.',
|
|
37
|
+
syntax_warning: 'Formula syntax correct, but some null values generate error',
|
|
38
|
+
test: 'Test',
|
|
39
|
+
clear: 'Clear',
|
|
40
|
+
insert_function: 'Insert Functions',
|
|
41
|
+
insert_column: 'Inset Columns',
|
|
42
|
+
search_function: 'Search',
|
|
43
|
+
search_column: 'Search',
|
|
44
|
+
box_function_empty: 'No Function Selected',
|
|
45
|
+
add_formula: 'Add to Formula',
|
|
46
|
+
cancel_buttom: 'Cancel',
|
|
47
|
+
apply_buttom: 'Save',
|
|
48
|
+
no_columns_available: 'No Columns Available',
|
|
49
|
+
create_toast: 'Formula Created Successfully.',
|
|
50
|
+
update_toast: 'Formula Updated Successfully',
|
|
51
|
+
required_name_toast: 'Formula Name is Required.'
|
|
52
|
+
},
|
|
53
|
+
functions_type: {
|
|
54
|
+
all: 'All',
|
|
55
|
+
numeric: 'Numeric',
|
|
56
|
+
string: 'String/Text',
|
|
57
|
+
date: 'Date/Time',
|
|
58
|
+
aggregate: 'Aggreagtes'
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './I18N_FORMULA_BUILDER';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export * from './columns
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './table_charts
|
|
7
|
-
|
|
1
|
+
export * from './columns';
|
|
2
|
+
export * from './common';
|
|
3
|
+
export * from './dashboard';
|
|
4
|
+
export * from './filters';
|
|
5
|
+
export * from './panel';
|
|
6
|
+
export * from './table_charts';
|
|
8
7
|
export * from './I18N_DEFAULT';
|
|
8
|
+
export * from './formula_builder/index';
|
|
9
|
+
export * from './bucket_builder';
|
|
@@ -1,22 +1,90 @@
|
|
|
1
1
|
import { II18nPanel } from "../../interfaces/panel";
|
|
2
2
|
|
|
3
3
|
export const I18N_PANEL: II18nPanel = {
|
|
4
|
+
errors: {
|
|
5
|
+
missing_column: 'Missing Column.',
|
|
6
|
+
missing_bucket_column: 'Missing bucket column.',
|
|
7
|
+
missing_formula_column: 'Missing formula column.',
|
|
8
|
+
missing_linked_column: 'Missing linked column.',
|
|
9
|
+
no_data_found: 'No data found.',
|
|
10
|
+
server_error: 'Sever Error.',
|
|
11
|
+
try_again: 'Try Again'
|
|
12
|
+
},
|
|
4
13
|
menu: {
|
|
5
14
|
edit: "Edit",
|
|
6
15
|
download: "Download",
|
|
7
16
|
duplicate: "Duplicate",
|
|
8
17
|
size: "Size",
|
|
9
18
|
delete: "Delete",
|
|
10
|
-
embed_chart: "Embed chart"
|
|
11
|
-
},
|
|
12
|
-
size_sub_menu: {
|
|
19
|
+
embed_chart: "Embed chart",
|
|
13
20
|
small: "Small",
|
|
14
21
|
medium: "Medium",
|
|
15
|
-
large: "Large"
|
|
22
|
+
large: "Large",
|
|
23
|
+
jpg: 'JPG',
|
|
24
|
+
pdf: 'PDF',
|
|
25
|
+
csv: 'CSV',
|
|
26
|
+
csv_summary: 'CSV-Summary'
|
|
16
27
|
},
|
|
17
28
|
refresh: "Refresh",
|
|
18
29
|
tooltips: {
|
|
19
30
|
fit_panel: "Fit to panel",
|
|
20
31
|
no_filters: "No filters applied"
|
|
32
|
+
},
|
|
33
|
+
summary_views: {
|
|
34
|
+
bar_chart: 'Bar Chart',
|
|
35
|
+
metrics: 'Metrics',
|
|
36
|
+
list_view: 'List View',
|
|
37
|
+
fill_null: 'Fill / Null',
|
|
38
|
+
wordcloud: 'Wordcloud',
|
|
39
|
+
histogram: 'Histogram',
|
|
40
|
+
pie_chart: 'Pie Chart',
|
|
41
|
+
dot_map: 'Dot Map',
|
|
42
|
+
bubble_view: 'Bubble',
|
|
43
|
+
bubble_map: 'Bubble Map',
|
|
44
|
+
entities: 'Entities',
|
|
45
|
+
keyphrases: 'Keyphrases',
|
|
46
|
+
sentiment: 'Sentiment',
|
|
47
|
+
starts: 'Stars',
|
|
48
|
+
categories: 'Categories',
|
|
49
|
+
multiseries: 'Multiseries',
|
|
50
|
+
cluster_chart: 'Cluster Chart',
|
|
51
|
+
},
|
|
52
|
+
summary_sorting: {
|
|
53
|
+
ascending: 'Ascending',
|
|
54
|
+
descending: 'Descending',
|
|
55
|
+
order_descending: '% Order Descending',
|
|
56
|
+
order_ascending: '% Order Ascending',
|
|
57
|
+
stop_order_descending: 'Stop Order Descending',
|
|
58
|
+
stop_order_ascending: 'Stop Order Ascending',
|
|
59
|
+
starts_order_descending: 'Stars Order Descending',
|
|
60
|
+
starts_order_ascending: 'Stars Order Ascending',
|
|
61
|
+
range_order_descending: 'Range Order Descending',
|
|
62
|
+
range_order_ascending: 'Range Order Ascending'
|
|
63
|
+
},
|
|
64
|
+
summary_display: {
|
|
65
|
+
display: 'Display',
|
|
66
|
+
value: 'Value',
|
|
67
|
+
both: 'Both',
|
|
68
|
+
},
|
|
69
|
+
summary_filter: {
|
|
70
|
+
positive: 'Positive',
|
|
71
|
+
negative: 'Negative',
|
|
72
|
+
both: 'Both'
|
|
73
|
+
},
|
|
74
|
+
summary_group: {
|
|
75
|
+
country: 'Country',
|
|
76
|
+
state: 'State',
|
|
77
|
+
city: 'City',
|
|
78
|
+
zip_code: 'Zip Code',
|
|
79
|
+
no_group: 'No Group'
|
|
80
|
+
},
|
|
81
|
+
records: 'Records',
|
|
82
|
+
top: 'Top',
|
|
83
|
+
embed: {
|
|
84
|
+
embed_chart: 'Embed Chart',
|
|
85
|
+
embed_analyze_section: 'Embed Analyze Section',
|
|
86
|
+
learn_more: 'Learn more',
|
|
87
|
+
about_widget: 'about widget implementation.',
|
|
88
|
+
copy: 'Copy'
|
|
21
89
|
}
|
|
22
90
|
};
|
|
@@ -1,18 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
import { II18nTableCharts } from '../../interfaces/table_charts/II18nTableCharts';
|
|
2
|
+
|
|
3
|
+
export const I18N_TABLE_CHARTS: II18nTableCharts = {
|
|
2
4
|
edit_label: "Edit Label",
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
inner_charts: {
|
|
6
|
+
tooltip: {
|
|
7
|
+
end: 'End',
|
|
8
|
+
max: 'Max',
|
|
9
|
+
min: 'Min',
|
|
10
|
+
start: 'Start'
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
pagination: {
|
|
14
|
+
records: 'Records',
|
|
15
|
+
records_per_page: 'Records per page',
|
|
16
|
+
total_records: 'Total records'
|
|
8
17
|
},
|
|
9
18
|
sort: {
|
|
10
|
-
|
|
19
|
+
asc: 'Asc',
|
|
20
|
+
desc: 'Desc',
|
|
11
21
|
multi_column_sort: "Apply Multi-Column Sort",
|
|
22
|
+
no_sorting: "No Sorting",
|
|
23
|
+
no_sorting_applied: "No Sorting Applied",
|
|
12
24
|
select_column: "Select column to sort by",
|
|
13
|
-
|
|
25
|
+
sorted_by: "Order by"
|
|
14
26
|
},
|
|
15
27
|
sort_tooltip: {
|
|
16
|
-
|
|
28
|
+
disabled_multi_sort_dropdown: 'Multi-Sorting disabled, add more columns to enable it.',
|
|
29
|
+
will_replace: "Selecting this column will replace the '{{column_name}}' sorting",
|
|
30
|
+
},
|
|
31
|
+
total: "total",
|
|
32
|
+
visualization: "Visualization",
|
|
33
|
+
visualization_items: {
|
|
34
|
+
values: "Values",
|
|
35
|
+
bars: "Bars"
|
|
17
36
|
}
|
|
18
37
|
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { IResourceI18n } from "../interfaces";
|
|
2
2
|
import i18next from 'i18next';
|
|
3
|
+
import { mergeDeep } from "../../general/object/mergeDeep";
|
|
4
|
+
import { II18nServiceTranslateOption } from "../interfaces/II18nServiceTranslateOption";
|
|
3
5
|
|
|
4
6
|
export class I18nServiceBuilder {
|
|
5
7
|
|
|
@@ -29,12 +31,12 @@ export class I18nServiceBuilder {
|
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
public static setTranslations(i18nDefault, i18nResource: IResourceI18n): IResourceI18n {
|
|
32
|
-
return
|
|
34
|
+
return mergeDeep(i18nResource, i18nDefault, { mergeExistingValues: false });
|
|
33
35
|
}
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
export abstract class I18nService {
|
|
37
|
-
abstract translate(key: string,
|
|
39
|
+
abstract translate(key: string, options?: II18nServiceTranslateOption): string;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
42
|
class I18nServiceConcrete extends I18nService {
|
|
@@ -44,7 +46,7 @@ class I18nServiceConcrete extends I18nService {
|
|
|
44
46
|
this._i18next = i18nInstance;
|
|
45
47
|
}
|
|
46
48
|
|
|
47
|
-
translate(key: string,
|
|
48
|
-
return this._i18next.t(`${key}`,
|
|
49
|
+
translate(key: string, options?: II18nServiceTranslateOption) {
|
|
50
|
+
return this._i18next.t(`${key}`, options);
|
|
49
51
|
}
|
|
50
52
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { AGGREGATE_ABBREVIATION } from "../qrvey/constants/AGGREGATE_ABBREVIATION";
|
|
2
|
-
import { AGGREGATE_LABEL } from "../qrvey/constants/AGGREGATE_LABEL";
|
|
3
1
|
import { CALCULATION_ABBREVIATION } from "../qrvey/constants/CALCULATION_ABBREVIATION";
|
|
4
2
|
import { CALCULATION_LABEL } from "../qrvey/constants/CALCULATION_LABEL";
|
|
5
3
|
|
|
@@ -28,13 +26,6 @@ import { CALCULATION_LABEL } from "../qrvey/constants/CALCULATION_LABEL";
|
|
|
28
26
|
|
|
29
27
|
// options?: any[];
|
|
30
28
|
// }
|
|
31
|
-
|
|
32
|
-
export interface IColumnAggregate {
|
|
33
|
-
abbreviation: IColumnAggregateAbbreviation;
|
|
34
|
-
id: string;
|
|
35
|
-
label: IColumnAggregateLabel;
|
|
36
|
-
text: string;
|
|
37
|
-
}
|
|
38
29
|
|
|
39
30
|
export interface IColumnCalculation {
|
|
40
31
|
abbreviation: IColumnCalculationAbbreviation;
|
|
@@ -50,7 +41,5 @@ export interface IColumnCalculation {
|
|
|
50
41
|
// showIndicator?: boolean;
|
|
51
42
|
// }
|
|
52
43
|
|
|
53
|
-
export type IColumnAggregateAbbreviation = AGGREGATE_ABBREVIATION;
|
|
54
|
-
export type IColumnAggregateLabel = AGGREGATE_LABEL;
|
|
55
44
|
export type IColumnCalculationLabel = CALCULATION_LABEL;
|
|
56
45
|
export type IColumnCalculationAbbreviation = CALCULATION_ABBREVIATION;
|
package/src/interfaces/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CALCULATION } from "./CALCULATION";
|
|
2
2
|
import { CALCULATION_INFO } from "./CALCULATION_INFO";
|
|
3
3
|
|
|
4
|
-
export const
|
|
4
|
+
export const CALCULATION_INFO_LIST = [
|
|
5
5
|
CALCULATION_INFO[CALCULATION.AVG],
|
|
6
6
|
CALCULATION_INFO[CALCULATION.SUM],
|
|
7
7
|
CALCULATION_INFO[CALCULATION.MIN],
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
export * from './AGGREGATE_ABBREVIATION';
|
|
2
|
-
export * from './AGGREGATE_INFO';
|
|
3
|
-
export * from './AGGREGATE_LABEL';
|
|
4
|
-
export * from './AGGREGATE';
|
|
5
1
|
export * from './CALCULATION_ABBREVIATION';
|
|
2
|
+
export * from './CALCULATION_INFO_LIST';
|
|
6
3
|
export * from './CALCULATION_LABEL';
|
|
7
4
|
export * from './CALCULATION';
|
|
@@ -67,7 +67,7 @@ export default class Request {
|
|
|
67
67
|
|
|
68
68
|
const timezoneControl = this.getTimezoneControl(reqData.config);
|
|
69
69
|
if (timezoneControl) {
|
|
70
|
-
cfg.headers['q-timezone-control'] = `offset
|
|
70
|
+
cfg.headers['q-timezone-control'] = `offset=${timezoneControl};use-client-offset-only`;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
// AbortSignal (https://developers.google.com/web/updates/2017/09/abortable-fetch)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const AGGREGATE_INFO_LIST: import("../interfaces/IAggregateInfo").IAggregateInfo[];
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AGGREGATE_LABEL = void 0;
|
|
4
|
-
var AGGREGATE_LABEL;
|
|
5
|
-
(function (AGGREGATE_LABEL) {
|
|
6
|
-
AGGREGATE_LABEL["NONE"] = "NONE";
|
|
7
|
-
AGGREGATE_LABEL["AVG"] = "AVG";
|
|
8
|
-
AGGREGATE_LABEL["MEDIAN"] = "MEDIAN";
|
|
9
|
-
AGGREGATE_LABEL["MIN"] = "MIN";
|
|
10
|
-
AGGREGATE_LABEL["MAX"] = "MAX";
|
|
11
|
-
AGGREGATE_LABEL["SUM"] = "SUM";
|
|
12
|
-
AGGREGATE_LABEL["STDEV"] = "STDEV";
|
|
13
|
-
AGGREGATE_LABEL["COUNT"] = "COUNT";
|
|
14
|
-
AGGREGATE_LABEL["DISTINCTCOUNT"] = "DISTINCTCOUNT";
|
|
15
|
-
})(AGGREGATE_LABEL = exports.AGGREGATE_LABEL || (exports.AGGREGATE_LABEL = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const AGGREGATE_INFO_LIST: import("../interfaces/IAggregateInfo").IAggregateInfo[];
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export var AGGREGATE_LABEL;
|
|
2
|
-
(function (AGGREGATE_LABEL) {
|
|
3
|
-
AGGREGATE_LABEL["NONE"] = "NONE";
|
|
4
|
-
AGGREGATE_LABEL["AVG"] = "AVG";
|
|
5
|
-
AGGREGATE_LABEL["MEDIAN"] = "MEDIAN";
|
|
6
|
-
AGGREGATE_LABEL["MIN"] = "MIN";
|
|
7
|
-
AGGREGATE_LABEL["MAX"] = "MAX";
|
|
8
|
-
AGGREGATE_LABEL["SUM"] = "SUM";
|
|
9
|
-
AGGREGATE_LABEL["STDEV"] = "STDEV";
|
|
10
|
-
AGGREGATE_LABEL["COUNT"] = "COUNT";
|
|
11
|
-
AGGREGATE_LABEL["DISTINCTCOUNT"] = "DISTINCTCOUNT";
|
|
12
|
-
})(AGGREGATE_LABEL || (AGGREGATE_LABEL = {}));
|