@qrvey/utils 1.2.7 → 1.2.8
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 +1348 -962
- 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_GENERAL.d.ts +5 -0
- package/dist/charts/constants/AGGREGATE_GENERAL.js +6 -0
- package/dist/charts/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE_INFO.js +9 -9
- 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/{qrvey/interfaces/IAggregate.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_GENERAL.d.ts +5 -0
- package/dist/cjs/charts/constants/AGGREGATE_GENERAL.js +9 -0
- package/dist/cjs/charts/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_INFO.js +9 -9
- 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/charts/constants/index.js +17 -0
- package/dist/cjs/charts/index.d.ts +2 -0
- package/dist/cjs/{globalization/filters → charts}/index.js +2 -3
- 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/{qrvey/interfaces/IAggregate.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_INFO.js +2 -2
- package/dist/cjs/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +4 -4
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
- 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 +15 -15
- 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/COMPOUND_COLUMN_INFO.js +3 -3
- package/dist/cjs/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
- 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/columns/interfaces/INumericalColumnType.js +2 -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_DISTINCT_PROPERTY_INFO.js +3 -3
- package/dist/cjs/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
- 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_GROUPING_PROPERTY_INFO.js +5 -5
- package/dist/cjs/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
- 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_MONTHS_MMMM.d.ts +1 -0
- package/dist/cjs/dates/constants/DATE_YEAR_MONTHS_MMMM.js +4 -0
- 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 +2 -0
- package/dist/cjs/dates/constants/index.js +2 -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/dates/relative/interfaces/IRelativeCursorInfo.js +2 -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/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
- package/dist/cjs/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
- package/dist/cjs/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
- package/dist/cjs/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
- package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
- package/dist/cjs/filters/index.d.ts +1 -0
- package/dist/cjs/filters/index.js +1 -0
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -0
- package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -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/helpers/getI18nDateGroupLabel.d.ts +3 -0
- package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +61 -0
- package/dist/cjs/globalization/helpers/index.d.ts +1 -0
- package/dist/cjs/globalization/helpers/index.js +13 -0
- package/dist/cjs/globalization/index.d.ts +4 -1
- package/dist/cjs/globalization/index.js +4 -1
- package/dist/cjs/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/II18nServiceTranslate.js +2 -0
- package/dist/cjs/globalization/interfaces/II18nServiceTranslateOption.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/II18nServiceTranslateOption.js +2 -0
- package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +26 -0
- package/dist/cjs/globalization/interfaces/IResourceI18n.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilder.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilder.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.d.ts +29 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.js +2 -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 +12 -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/chart_builder/II18nChartBuilder.d.ts +156 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +78 -0
- package/dist/cjs/globalization/interfaces/chart_builder/index.js +90 -0
- package/dist/cjs/globalization/interfaces/columns/II18nColumn.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/columns/II18nColumn.js +2 -0
- package/dist/cjs/globalization/interfaces/columns/index.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/columns/index.js +13 -0
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +14 -0
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.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 -0
- package/dist/cjs/globalization/interfaces/common/II18nCommon.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
- package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.js +2 -0
- package/dist/cjs/globalization/interfaces/common/index.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/common/index.js +18 -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/dashboard/II18nDashboard.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.js +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.js +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.js +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.js +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.js +16 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +20 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilter.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.d.ts +17 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +2 -0
- 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 +5 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +2 -0
- 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/II18nFilterBuilderSelectedValuesContainer.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.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 +17 -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/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +6 -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 +27 -0
- package/dist/cjs/globalization/interfaces/filters/index.js +39 -0
- 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 +11 -0
- package/dist/cjs/globalization/interfaces/index.js +23 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.js +2 -0
- 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 +19 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.js +2 -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/II18nPanelTooltips.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/index.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/panel/index.js +22 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.js +2 -0
- 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 +9 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.js +2 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +2 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +2 -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.d.ts +2 -0
- package/dist/cjs/globalization/labels/I18N_DEFAULT.js +29 -0
- 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 +117 -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/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +54 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +25 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +33 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +293 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +128 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +30 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +28 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +251 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +17 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +31 -0
- package/dist/cjs/globalization/labels/chart_builder/index.d.ts +10 -0
- package/dist/cjs/globalization/labels/chart_builder/index.js +22 -0
- package/dist/cjs/globalization/labels/columns/I18N_COLUMN.d.ts +2 -0
- package/dist/cjs/globalization/labels/columns/I18N_COLUMN.js +8 -0
- package/dist/cjs/globalization/labels/columns/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/columns/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 +19 -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 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +21 -0
- package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.js +33 -0
- package/dist/cjs/globalization/labels/common/index.d.ts +3 -0
- package/dist/cjs/globalization/labels/common/index.js +15 -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/dashboard/I18N_DASHBOARD.d.ts +2 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +24 -0
- package/dist/cjs/globalization/labels/dashboard/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/dashboard/index.js +13 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +34 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +42 -0
- 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 +50 -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/filters/I18N_SLIDEBAR.js +10 -0
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +13 -0
- package/dist/cjs/globalization/labels/filters/index.d.ts +11 -0
- package/dist/cjs/globalization/labels/filters/index.js +23 -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 +10 -0
- package/dist/cjs/globalization/labels/index.js +22 -0
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +2 -0
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +102 -0
- package/dist/cjs/globalization/labels/panel/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/panel/index.js +13 -0
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -0
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +38 -0
- package/dist/cjs/globalization/labels/table_charts/index.d.ts +1 -0
- package/dist/cjs/globalization/labels/table_charts/index.js +13 -0
- package/dist/cjs/globalization/service/i18nextBuilder.d.ts +10 -0
- package/dist/cjs/globalization/service/i18nextBuilder.js +61 -0
- package/dist/cjs/globalization/service/index.d.ts +2 -0
- package/dist/cjs/globalization/service/index.js +14 -0
- package/dist/cjs/globalization/service/initI18n.d.ts +3 -0
- package/dist/cjs/globalization/service/initI18n.js +19 -0
- 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/general/IGeneralInfo.d.ts +1 -0
- package/dist/cjs/interfaces/index.d.ts +1 -1
- package/dist/cjs/interfaces/index.js +1 -1
- package/dist/cjs/qrvey/constants/CALCULATION_INFO.js +6 -6
- 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/cjs/qrvey/helpers/getPropertyLabel.d.ts +2 -1
- package/dist/cjs/qrvey/helpers/getPropertyLabel.js +6 -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_INFO.js +2 -2
- package/dist/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +4 -4
- package/dist/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
- 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 +15 -15
- 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/COMPOUND_COLUMN_INFO.js +3 -3
- package/dist/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
- 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/columns/interfaces/INumericalColumnType.js +1 -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_DISTINCT_PROPERTY_INFO.js +3 -3
- package/dist/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
- package/dist/dates/constants/DATE_FORMAT.d.ts +16 -14
- package/dist/dates/constants/DATE_FORMAT.js +23 -18
- package/dist/dates/constants/DATE_GROUPING_PROPERTY_INFO.js +5 -5
- package/dist/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
- 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_MONTHS_MMMM.d.ts +1 -0
- package/dist/dates/constants/DATE_YEAR_MONTHS_MMMM.js +1 -0
- 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 +2 -0
- package/dist/dates/constants/index.js +2 -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/dates/relative/interfaces/IRelativeCursorInfo.js +1 -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/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
- package/dist/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
- package/dist/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
- package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
- package/dist/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
- package/dist/filters/index.d.ts +1 -0
- package/dist/filters/index.js +1 -0
- package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -0
- package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -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/helpers/getI18nDateGroupLabel.d.ts +3 -0
- package/dist/globalization/helpers/getI18nDateGroupLabel.js +57 -0
- package/dist/globalization/helpers/index.d.ts +1 -0
- package/dist/globalization/helpers/index.js +1 -0
- package/dist/globalization/index.d.ts +4 -1
- package/dist/globalization/index.js +4 -1
- package/dist/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
- package/dist/globalization/interfaces/II18nServiceTranslate.js +1 -0
- package/dist/globalization/interfaces/II18nServiceTranslateOption.d.ts +4 -0
- package/dist/globalization/interfaces/II18nServiceTranslateOption.js +1 -0
- package/dist/globalization/interfaces/IResourceI18n.d.ts +26 -0
- package/dist/globalization/interfaces/IResourceI18n.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilder.d.ts +24 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilder.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.d.ts +15 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.d.ts +29 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.d.ts +15 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.d.ts +6 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.d.ts +6 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.d.ts +6 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.js +1 -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 +12 -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/chart_builder/II18nChartBuilder.d.ts +156 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.d.ts +8 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts +8 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +1 -0
- package/dist/globalization/interfaces/chart_builder/index.d.ts +78 -0
- package/dist/globalization/interfaces/chart_builder/index.js +78 -0
- package/dist/globalization/interfaces/columns/II18nColumn.d.ts +10 -0
- package/dist/globalization/interfaces/columns/II18nColumn.js +1 -0
- package/dist/globalization/interfaces/columns/index.d.ts +1 -0
- package/dist/globalization/interfaces/columns/index.js +1 -0
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +14 -0
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.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 -0
- package/dist/globalization/interfaces/common/II18nCommon.js +1 -0
- package/dist/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
- package/dist/globalization/interfaces/common/II18nDateGrouping.js +1 -0
- package/dist/globalization/interfaces/common/index.d.ts +6 -0
- package/dist/globalization/interfaces/common/index.js +6 -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/dashboard/II18nDashboard.d.ts +9 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboard.js +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +5 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.js +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +7 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.js +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +6 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardViews.js +1 -0
- package/dist/globalization/interfaces/dashboard/index.d.ts +4 -0
- package/dist/globalization/interfaces/dashboard/index.js +4 -0
- package/dist/globalization/interfaces/filters/II18nFilter.d.ts +20 -0
- package/dist/globalization/interfaces/filters/II18nFilter.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilder.d.ts +17 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilder.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +1 -0
- 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 +5 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderScopes.d.ts +10 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderScopes.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +3 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterDateSections.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 +17 -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/globalization/interfaces/filters/II18nValueContainer.d.ts +6 -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 +27 -0
- package/dist/globalization/interfaces/filters/index.js +27 -0
- 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 +11 -0
- package/dist/globalization/interfaces/index.js +11 -0
- package/dist/globalization/interfaces/panel/II18nPanel.d.ts +24 -0
- package/dist/globalization/interfaces/panel/II18nPanel.js +1 -0
- 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 +19 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +15 -0
- package/dist/globalization/interfaces/panel/II18nPanelMenu.js +1 -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/II18nPanelTooltips.d.ts +4 -0
- package/dist/globalization/interfaces/panel/II18nPanelTooltips.js +1 -0
- package/dist/globalization/interfaces/panel/index.d.ts +10 -0
- package/dist/globalization/interfaces/panel/index.js +10 -0
- package/dist/globalization/interfaces/table_charts/II18nTableCharts.d.ts +15 -0
- package/dist/globalization/interfaces/table_charts/II18nTableCharts.js +1 -0
- 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 +9 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.js +1 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +4 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +1 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +4 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +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.d.ts +2 -0
- package/dist/globalization/labels/I18N_DEFAULT.js +26 -0
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +2 -0
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +114 -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/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +51 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +22 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +30 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +290 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +125 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +27 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +25 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +248 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +14 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +28 -0
- package/dist/globalization/labels/chart_builder/index.d.ts +10 -0
- package/dist/globalization/labels/chart_builder/index.js +10 -0
- package/dist/globalization/labels/columns/I18N_COLUMN.d.ts +2 -0
- package/dist/globalization/labels/columns/I18N_COLUMN.js +5 -0
- package/dist/globalization/labels/columns/index.d.ts +1 -0
- package/dist/globalization/labels/columns/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 +16 -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 -0
- package/dist/globalization/labels/common/I18N_COMMON.js +18 -0
- package/dist/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
- package/dist/globalization/labels/common/I18N_DATE_GROUPING.js +30 -0
- package/dist/globalization/labels/common/index.d.ts +3 -0
- package/dist/globalization/labels/common/index.js +3 -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/dashboard/I18N_DASHBOARD.d.ts +2 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +21 -0
- package/dist/globalization/labels/dashboard/index.d.ts +1 -0
- package/dist/globalization/labels/dashboard/index.js +1 -0
- package/dist/globalization/labels/filters/I18N_FILTER.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER.js +31 -0
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +39 -0
- 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 +47 -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/filters/I18N_SLIDEBAR.js +7 -0
- 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 +11 -0
- package/dist/globalization/labels/filters/index.js +11 -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 +10 -0
- package/dist/globalization/labels/index.js +10 -0
- package/dist/globalization/labels/panel/I18N_PANEL.d.ts +2 -0
- package/dist/globalization/labels/panel/I18N_PANEL.js +99 -0
- package/dist/globalization/labels/panel/index.d.ts +1 -0
- package/dist/globalization/labels/panel/index.js +1 -0
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -0
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +35 -0
- package/dist/globalization/labels/table_charts/index.d.ts +1 -0
- package/dist/globalization/labels/table_charts/index.js +1 -0
- package/dist/globalization/service/i18nextBuilder.d.ts +10 -0
- package/dist/globalization/service/i18nextBuilder.js +53 -0
- package/dist/globalization/service/index.d.ts +2 -0
- package/dist/globalization/service/index.js +2 -0
- package/dist/globalization/service/initI18n.d.ts +3 -0
- package/dist/globalization/service/initI18n.js +15 -0
- 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/general/IGeneralInfo.d.ts +1 -0
- package/dist/interfaces/index.d.ts +1 -1
- package/dist/interfaces/index.js +1 -1
- package/dist/qrvey/constants/CALCULATION_INFO.js +6 -6
- 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/qrvey/helpers/getPropertyLabel.d.ts +2 -1
- package/dist/qrvey/helpers/getPropertyLabel.js +6 -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 +7 -5
- package/src/{qrvey → charts}/constants/AGGREGATE.ts +0 -0
- package/src/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.ts +0 -0
- package/src/charts/constants/AGGREGATE_GENERAL.ts +5 -0
- package/src/{qrvey → charts}/constants/AGGREGATE_INFO.ts +11 -11
- 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/COLUMN_PROPERTY_INFO.ts +2 -2
- package/src/columns/constants/COMPLEX_COLUMN_INFO.ts +5 -5
- 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 +15 -15
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +4 -4
- package/src/columns/constants/COMPOUND_COLUMN_INFO.ts +3 -3
- package/src/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.ts +12 -12
- 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_DISTINCT_PROPERTY_INFO.ts +3 -3
- package/src/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.ts +3 -3
- package/src/dates/constants/DATE_FORMAT.ts +23 -18
- package/src/dates/constants/DATE_GROUPING_PROPERTY_INFO.ts +5 -5
- package/src/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.ts +3 -3
- package/src/dates/constants/DATE_REGULAR_EXPRESSION.ts +32 -5
- package/src/dates/constants/DATE_YEAR_MONTHS.ts +0 -1
- package/src/dates/constants/DATE_YEAR_MONTHS_MMMM.ts +1 -0
- package/src/dates/constants/DATE_YEAR_QUARTERS_RANGE.ts +18 -0
- package/src/dates/constants/index.ts +2 -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/constants/common/FILTER_DATE_SECTION_INFO.ts +2 -2
- package/src/filters/constants/common/FILTER_SCOPE_INFO.ts +8 -8
- package/src/filters/constants/common/FILTER_VALIDATOR_INFO.ts +21 -21
- package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
- package/src/filters/helpers/ui/getFilterPropertyLabel.ts +3 -2
- package/src/filters/index.ts +1 -0
- package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +2 -0
- package/src/filters/interfaces/panel/IFilterPanelConfig.ts +2 -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/helpers/getI18nDateGroupLabel.ts +66 -0
- package/src/globalization/helpers/index.ts +1 -0
- package/src/globalization/index.ts +4 -1
- package/src/globalization/interfaces/II18nServiceTranslate.ts +5 -0
- package/src/globalization/interfaces/II18nServiceTranslateOption.ts +4 -0
- package/src/globalization/interfaces/IResourceI18n.ts +27 -0
- 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 +29 -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 +12 -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/chart_builder/II18nChartBuilder.ts +157 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.ts +11 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAddress.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +28 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.ts +16 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.ts +8 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.ts +24 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.ts +24 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.ts +7 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.ts +13 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +20 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.ts +21 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.ts +10 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.ts +8 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +24 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.ts +17 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDialog.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +19 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.ts +17 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +21 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderLegends.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.ts +21 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.ts +12 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.ts +8 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.ts +13 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.ts +7 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.ts +8 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.ts +10 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderOperators.ts +23 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.ts +14 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.ts +7 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +16 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +27 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.ts +13 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.ts +14 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +30 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.ts +12 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.ts +20 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +17 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTotals.ts +23 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +30 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.ts +11 -0
- package/src/globalization/interfaces/chart_builder/index.ts +78 -0
- package/src/globalization/interfaces/columns/II18nColumn.ts +7 -0
- package/src/globalization/interfaces/columns/index.ts +1 -0
- package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +14 -0
- 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 +15 -0
- package/src/globalization/interfaces/common/II18nDateGrouping.ts +30 -0
- package/src/globalization/interfaces/common/index.ts +9 -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/dashboard/II18nDashboard.ts +10 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardAddChart.ts +5 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardTooltips.ts +7 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardViews.ts +6 -0
- package/src/globalization/interfaces/dashboard/index.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilter.ts +21 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +18 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.ts +14 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.ts +5 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderScopes.ts +10 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.ts +3 -0
- package/src/globalization/interfaces/filters/II18nFilterDateSections.ts +4 -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 +18 -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/filters/II18nValueContainer.ts +7 -0
- package/src/globalization/interfaces/filters/II18nValueContainerSearchInput.ts +6 -0
- package/src/globalization/interfaces/filters/index.ts +30 -0
- 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 +12 -0
- package/src/globalization/interfaces/panel/II18nPanel.ts +24 -0
- package/src/globalization/interfaces/panel/II18nPanelEmbed.ts +7 -0
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +19 -0
- package/src/globalization/interfaces/panel/II18nPanelMenu.ts +15 -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/II18nPanelTooltips.ts +4 -0
- package/src/globalization/interfaces/panel/index.ts +10 -0
- package/src/globalization/interfaces/table_charts/II18nTableCharts.ts +16 -0
- 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 +10 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.ts +4 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.ts +5 -0
- package/src/globalization/interfaces/table_charts/index.ts +6 -0
- package/src/globalization/labels/I18N_DEFAULT.ts +29 -0
- package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +116 -0
- package/src/globalization/labels/bucket_builder/index.ts +1 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER.ts +66 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +24 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.ts +34 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +300 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +128 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +30 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.ts +28 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +255 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.ts +17 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +31 -0
- package/src/globalization/labels/chart_builder/index.ts +10 -0
- package/src/globalization/labels/columns/I18N_COLUMN.ts +9 -0
- package/src/globalization/labels/columns/index.ts +1 -0
- package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +18 -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 +20 -0
- package/src/globalization/labels/common/I18N_DATE_GROUPING.ts +34 -0
- package/src/globalization/labels/common/index.ts +5 -0
- package/src/globalization/labels/cross_tabs/I18N_CROSS_TABS.ts +13 -0
- package/src/globalization/labels/cross_tabs/index.ts +1 -0
- package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +23 -0
- package/src/globalization/labels/dashboard/index.ts +1 -0
- package/src/globalization/labels/filters/I18N_FILTER.ts +33 -0
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +41 -0
- 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 +49 -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 +12 -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 +10 -0
- package/src/globalization/labels/panel/I18N_PANEL.ts +101 -0
- package/src/globalization/labels/panel/index.ts +1 -0
- package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +37 -0
- package/src/globalization/labels/table_charts/index.ts +1 -0
- package/src/globalization/service/i18nextBuilder.ts +52 -0
- package/src/globalization/service/index.ts +2 -0
- package/src/globalization/service/initI18n.ts +6 -0
- package/src/index.ts +1 -0
- package/src/interfaces/Qrvey.Interface.ts +0 -11
- package/src/interfaces/general/IGeneralInfo.ts +1 -0
- package/src/interfaces/index.ts +1 -1
- package/src/qrvey/constants/CALCULATION_INFO.ts +6 -6
- package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
- package/src/qrvey/constants/index.ts +1 -4
- package/src/qrvey/helpers/getPropertyLabel.ts +6 -2
- 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/src/stencil/util/index.ts +1 -1
- package/dist/cjs/columns/interfaces/IColumnAggregateType.d.ts +0 -2
- package/dist/cjs/globalization/filters/FILTER_BUILDER.d.ts +0 -129
- package/dist/cjs/globalization/filters/FILTER_BUILDER.js +0 -37
- package/dist/cjs/globalization/filters/SLIDEBAR.d.ts +0 -8
- package/dist/cjs/globalization/filters/SLIDEBAR.js +0 -11
- package/dist/cjs/globalization/filters/VALUES_CONTAINER.d.ts +0 -11
- package/dist/cjs/globalization/filters/VALUES_CONTAINER.js +0 -14
- package/dist/cjs/globalization/filters/index.d.ts +0 -3
- 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/filters/FILTER_BUILDER.d.ts +0 -129
- package/dist/globalization/filters/FILTER_BUILDER.js +0 -34
- package/dist/globalization/filters/SLIDEBAR.d.ts +0 -8
- package/dist/globalization/filters/SLIDEBAR.js +0 -8
- package/dist/globalization/filters/VALUES_CONTAINER.d.ts +0 -11
- package/dist/globalization/filters/VALUES_CONTAINER.js +0 -11
- package/dist/globalization/filters/index.d.ts +0 -3
- package/dist/globalization/filters/index.js +0 -3
- 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/filters/FILTER_BUILDER.ts +0 -35
- package/src/globalization/filters/SLIDEBAR.ts +0 -8
- package/src/globalization/filters/VALUES_CONTAINER.ts +0 -11
- package/src/globalization/filters/index.ts +0 -3
- package/src/qrvey/constants/AGGREGATE_LABEL.ts +0 -11
- package/src/qrvey/interfaces/IAggregateInfo.ts +0 -7
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# [@qrvey/utils](https://bitbucket.org/qrvey/qrvey_utils/wiki/Home) *1.2.
|
|
1
|
+
# [@qrvey/utils](https://bitbucket.org/qrvey/qrvey_utils/wiki/Home) *1.2.8*
|
|
2
2
|
|
|
3
3
|
> Helper, Utils for all Qrvey Projects
|
|
4
4
|
|
|
@@ -80,108 +80,124 @@ Get a text and evaluate if it matchs with a token box label.
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
### dist/dates/
|
|
83
|
+
### dist/dates/adapters/mdyDateToDate.js
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
####
|
|
86
|
+
#### mdyDateToDate(monthYearDate, time)
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
Transforms String Date from a [mm/dd/yyyy] format to Date object.
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
|
|
93
|
+
##### Parameters
|
|
93
94
|
|
|
95
|
+
| Name | Type | Description | |
|
|
96
|
+
| ---- | ---- | ----------- | -------- |
|
|
97
|
+
| monthYearDate | | String of [mm/dd/yyyy] date | |
|
|
98
|
+
| time | | Flag to parse the object date to milliseconds. | |
|
|
94
99
|
|
|
95
|
-
##### Returns
|
|
96
100
|
|
|
97
101
|
|
|
98
|
-
- `AbsoluteRange` `string`
|
|
99
102
|
|
|
103
|
+
##### Returns
|
|
100
104
|
|
|
101
105
|
|
|
102
|
-
|
|
106
|
+
- The date object or the date in milliseconds
|
|
103
107
|
|
|
104
|
-
Resolves statement as an anchor
|
|
105
108
|
|
|
106
109
|
|
|
107
110
|
|
|
111
|
+
### dist/dates/adapters/monthYearToDate.js
|
|
108
112
|
|
|
109
113
|
|
|
114
|
+
#### monthYearToDate(monthYearDate, time)
|
|
110
115
|
|
|
111
|
-
|
|
116
|
+
Transforms String Date from a [Month Year] format to Date object.
|
|
112
117
|
|
|
113
118
|
|
|
114
|
-
- `string`
|
|
115
119
|
|
|
116
120
|
|
|
121
|
+
##### Parameters
|
|
117
122
|
|
|
118
|
-
|
|
123
|
+
| Name | Type | Description | |
|
|
124
|
+
| ---- | ---- | ----------- | -------- |
|
|
125
|
+
| monthYearDate | | String of [Month Year] date | |
|
|
126
|
+
| time | | Flag to parse the object date to milliseconds. | |
|
|
119
127
|
|
|
120
|
-
Convert verbal statement to range value
|
|
121
128
|
|
|
122
129
|
|
|
123
130
|
|
|
131
|
+
##### Returns
|
|
124
132
|
|
|
125
133
|
|
|
134
|
+
- The date object or the date in milliseconds
|
|
126
135
|
|
|
127
|
-
##### Returns
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
- `AbsoluteRange`
|
|
131
138
|
|
|
139
|
+
### dist/dates/adapters/quarterYearToDate.js
|
|
132
140
|
|
|
133
141
|
|
|
134
|
-
####
|
|
142
|
+
#### quarterYearToDate(quarterYearDate, time)
|
|
135
143
|
|
|
136
|
-
|
|
144
|
+
Transforms String Date from a [Quarter Year] format to Date object.
|
|
137
145
|
|
|
138
146
|
|
|
139
147
|
|
|
140
148
|
|
|
149
|
+
##### Parameters
|
|
141
150
|
|
|
151
|
+
| Name | Type | Description | |
|
|
152
|
+
| ---- | ---- | ----------- | -------- |
|
|
153
|
+
| quarterYearDate | | String of [Quarter Year] date | |
|
|
154
|
+
| time | | Flag to parse the object date to milliseconds. | |
|
|
142
155
|
|
|
143
|
-
##### Returns
|
|
144
156
|
|
|
145
157
|
|
|
146
|
-
- `AbsoluteStatement`
|
|
147
158
|
|
|
159
|
+
##### Returns
|
|
148
160
|
|
|
149
161
|
|
|
150
|
-
|
|
162
|
+
- The date object or the date in milliseconds
|
|
151
163
|
|
|
152
|
-
Apply 'the last' cursor logic to statement
|
|
153
164
|
|
|
154
165
|
|
|
155
166
|
|
|
167
|
+
### dist/dates/adapters/weekYearToDate.js
|
|
156
168
|
|
|
157
169
|
|
|
170
|
+
#### weekYearToDate(date, time)
|
|
158
171
|
|
|
159
|
-
|
|
172
|
+
Transforms String Date from a [Week Year] format to Date object.
|
|
160
173
|
|
|
161
174
|
|
|
162
|
-
- `AbsoluteStatement`
|
|
163
175
|
|
|
164
176
|
|
|
177
|
+
##### Parameters
|
|
165
178
|
|
|
166
|
-
|
|
179
|
+
| Name | Type | Description | |
|
|
180
|
+
| ---- | ---- | ----------- | -------- |
|
|
181
|
+
| date | | String of [Week Year] date | |
|
|
182
|
+
| time | | Flag to parse the object date to milliseconds. | |
|
|
167
183
|
|
|
168
|
-
Apply 'the next' cursor logic to statement
|
|
169
184
|
|
|
170
185
|
|
|
171
186
|
|
|
187
|
+
##### Returns
|
|
172
188
|
|
|
173
189
|
|
|
190
|
+
- The date object or the date in milliseconds
|
|
174
191
|
|
|
175
|
-
##### Returns
|
|
176
192
|
|
|
177
193
|
|
|
178
|
-
- `AbsoluteStatement`
|
|
179
194
|
|
|
195
|
+
### dist/dates/adapters/yearToDate.js
|
|
180
196
|
|
|
181
197
|
|
|
182
|
-
####
|
|
198
|
+
#### yearToDate(yearDate, time)
|
|
183
199
|
|
|
184
|
-
|
|
200
|
+
Transforms String Date from a [Year] format to Date object.
|
|
185
201
|
|
|
186
202
|
|
|
187
203
|
|
|
@@ -190,8 +206,8 @@ Replace '@now' token inside a string
|
|
|
190
206
|
|
|
191
207
|
| Name | Type | Description | |
|
|
192
208
|
| ---- | ---- | ----------- | -------- |
|
|
193
|
-
|
|
|
194
|
-
|
|
|
209
|
+
| yearDate | | String of [Year] date | |
|
|
210
|
+
| time | | Flag to parse the object date to milliseconds. | |
|
|
195
211
|
|
|
196
212
|
|
|
197
213
|
|
|
@@ -199,60 +215,46 @@ Replace '@now' token inside a string
|
|
|
199
215
|
##### Returns
|
|
200
216
|
|
|
201
217
|
|
|
202
|
-
-
|
|
218
|
+
- The date object or the date in milliseconds
|
|
203
219
|
|
|
204
220
|
|
|
205
221
|
|
|
206
|
-
#### convertRelativeToAbsolute(args)
|
|
207
222
|
|
|
208
|
-
|
|
223
|
+
### dist/dates/helpers/getDateByDateFormat.js
|
|
209
224
|
|
|
210
225
|
|
|
226
|
+
#### getDateByDateFormat(date, format, time)
|
|
211
227
|
|
|
228
|
+
Gets a Date Object instance by a Date format
|
|
212
229
|
|
|
213
|
-
##### Parameters
|
|
214
230
|
|
|
215
|
-
| Name | Type | Description | |
|
|
216
|
-
| ---- | ---- | ----------- | -------- |
|
|
217
|
-
| args | `RelativeToAbsoluteStruct` | | |
|
|
218
231
|
|
|
219
232
|
|
|
233
|
+
##### Parameters
|
|
220
234
|
|
|
235
|
+
| Name | Type | Description | |
|
|
236
|
+
| ---- | ---- | ----------- | -------- |
|
|
237
|
+
| date | | String with a formatted date | |
|
|
238
|
+
| format | | The date format | |
|
|
239
|
+
| time | | flag to convert the formatted date to miliseconds | |
|
|
221
240
|
|
|
222
|
-
##### Examples
|
|
223
241
|
|
|
224
|
-
```javascript
|
|
225
|
-
pivot = '2021-03-03T12:30:40'
|
|
226
|
-
unit = month
|
|
227
|
-
steps = 2
|
|
228
|
-
setTo = END
|
|
229
|
-
resolverAsCalendar: true
|
|
230
|
-
=> Returns '2021-05-31T23:59:59'
|
|
231
|
-
```
|
|
232
|
-
```javascript
|
|
233
|
-
pivot = '2021-03-03T12:30:40'
|
|
234
|
-
unit = month
|
|
235
|
-
steps = -2
|
|
236
|
-
setTo = START
|
|
237
|
-
resolverAsCalendar: false
|
|
238
|
-
=> Returns '2021-01-03T00:00:00'
|
|
239
|
-
```
|
|
240
242
|
|
|
241
243
|
|
|
242
244
|
##### Returns
|
|
243
245
|
|
|
244
246
|
|
|
245
|
-
-
|
|
247
|
+
- a Date object, milisecond time or the same value if date format does not match.
|
|
246
248
|
|
|
247
249
|
|
|
248
250
|
|
|
249
251
|
|
|
250
|
-
### dist/dates/
|
|
252
|
+
### dist/dates/helpers/getDateFormatByProperty.js
|
|
251
253
|
|
|
252
254
|
|
|
253
|
-
####
|
|
255
|
+
#### getDateFormatByProperty(property)
|
|
254
256
|
|
|
255
|
-
|
|
257
|
+
Gets the date format by the given property
|
|
256
258
|
|
|
257
259
|
|
|
258
260
|
|
|
@@ -261,44 +263,25 @@ Resolve a list of relative statements according to operator
|
|
|
261
263
|
|
|
262
264
|
| Name | Type | Description | |
|
|
263
265
|
| ---- | ---- | ----------- | -------- |
|
|
264
|
-
|
|
|
265
|
-
| clock | `Date` | - Clock/time reference for relative date resolution | |
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
| property | | The Column Property | |
|
|
268
267
|
|
|
269
268
|
|
|
270
|
-
##### Examples
|
|
271
|
-
|
|
272
|
-
```javascript
|
|
273
|
-
Input:
|
|
274
|
-
{
|
|
275
|
-
"cursor": "the_next",
|
|
276
|
-
"unit": "year",
|
|
277
|
-
"number": 1,
|
|
278
|
-
"includeCurrent": false,
|
|
279
|
-
"isCalendarDate": false,
|
|
280
|
-
"anchor": "03/05/2021"
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
Output:
|
|
284
|
-
{ gte: "03/06/2021 00:00:00", lte: "03/05/2022 23:59:59" }
|
|
285
|
-
```
|
|
286
269
|
|
|
287
270
|
|
|
288
271
|
##### Returns
|
|
289
272
|
|
|
290
273
|
|
|
291
|
-
-
|
|
274
|
+
- The date format
|
|
292
275
|
|
|
293
276
|
|
|
294
277
|
|
|
295
278
|
|
|
296
|
-
### dist/
|
|
279
|
+
### dist/dates/helpers/getDateFormatRegularExpressionInArray.js
|
|
297
280
|
|
|
298
281
|
|
|
299
|
-
####
|
|
282
|
+
#### getDateFormatRegularExpressionInArray(dateFormat)
|
|
300
283
|
|
|
301
|
-
|
|
284
|
+
Gets an array of regular expressions by the given date format
|
|
302
285
|
|
|
303
286
|
|
|
304
287
|
|
|
@@ -307,8 +290,7 @@ Generates a Flattened UI filter structure from Filter Data structure.
|
|
|
307
290
|
|
|
308
291
|
| Name | Type | Description | |
|
|
309
292
|
| ---- | ---- | ----------- | -------- |
|
|
310
|
-
|
|
|
311
|
-
| datasetsInfo | | Collection of datasets information | |
|
|
293
|
+
| dateFormat | | the date format | |
|
|
312
294
|
|
|
313
295
|
|
|
314
296
|
|
|
@@ -316,13 +298,17 @@ Generates a Flattened UI filter structure from Filter Data structure.
|
|
|
316
298
|
##### Returns
|
|
317
299
|
|
|
318
300
|
|
|
319
|
-
-
|
|
301
|
+
- an array of regular expressions
|
|
320
302
|
|
|
321
303
|
|
|
322
304
|
|
|
323
|
-
#### FD21ToFlatUI(scopes, datasetsInfo)
|
|
324
305
|
|
|
325
|
-
|
|
306
|
+
### dist/dates/helpers/getSeparatorByDateFormat.js
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
#### getSeparatorByDateFormat(format)
|
|
310
|
+
|
|
311
|
+
Gets the separator of the date format
|
|
326
312
|
|
|
327
313
|
|
|
328
314
|
|
|
@@ -331,8 +317,7 @@ Generates a Filter Builder Structure from the Filter Data structure v2.1
|
|
|
331
317
|
|
|
332
318
|
| Name | Type | Description | |
|
|
333
319
|
| ---- | ---- | ----------- | -------- |
|
|
334
|
-
|
|
|
335
|
-
| datasetsInfo | | Collection of datasets information | |
|
|
320
|
+
| format | | the date format | |
|
|
336
321
|
|
|
337
322
|
|
|
338
323
|
|
|
@@ -340,17 +325,18 @@ Generates a Filter Builder Structure from the Filter Data structure v2.1
|
|
|
340
325
|
##### Returns
|
|
341
326
|
|
|
342
327
|
|
|
343
|
-
- a
|
|
328
|
+
- a separator string
|
|
344
329
|
|
|
345
330
|
|
|
346
331
|
|
|
347
332
|
|
|
348
|
-
### dist/
|
|
333
|
+
### dist/dates/helpers/getWeek.js
|
|
349
334
|
|
|
350
335
|
|
|
351
|
-
####
|
|
336
|
+
#### getWeek(date)
|
|
352
337
|
|
|
353
|
-
|
|
338
|
+
Gets the week number of the year
|
|
339
|
+
Additionally, the month and the year
|
|
354
340
|
|
|
355
341
|
|
|
356
342
|
|
|
@@ -359,7 +345,7 @@ Generates a Filter Logic structure from Filter Data structure.
|
|
|
359
345
|
|
|
360
346
|
| Name | Type | Description | |
|
|
361
347
|
| ---- | ---- | ----------- | -------- |
|
|
362
|
-
|
|
|
348
|
+
| date | | the date object | |
|
|
363
349
|
|
|
364
350
|
|
|
365
351
|
|
|
@@ -367,13 +353,20 @@ Generates a Filter Logic structure from Filter Data structure.
|
|
|
367
353
|
##### Returns
|
|
368
354
|
|
|
369
355
|
|
|
370
|
-
-
|
|
356
|
+
- an object with the week, month and year.
|
|
371
357
|
|
|
372
358
|
|
|
373
359
|
|
|
374
|
-
#### getLogicBodyFromFD21(filterData)
|
|
375
360
|
|
|
376
|
-
|
|
361
|
+
### dist/dates/helpers/validateDate.js
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
#### validateDate(date, format)
|
|
365
|
+
|
|
366
|
+
Validate a string date depending on giving format
|
|
367
|
+
- If the string is a token label, the function lets it pass.
|
|
368
|
+
- Otherwise depends of the format
|
|
369
|
+
- Some escenarios the string is a mix of token labels and dates
|
|
377
370
|
|
|
378
371
|
|
|
379
372
|
|
|
@@ -382,7 +375,8 @@ Gets the logic body
|
|
|
382
375
|
|
|
383
376
|
| Name | Type | Description | |
|
|
384
377
|
| ---- | ---- | ----------- | -------- |
|
|
385
|
-
|
|
|
378
|
+
| date | | String of date | |
|
|
379
|
+
| format | | String of the format to validate | |
|
|
386
380
|
|
|
387
381
|
|
|
388
382
|
|
|
@@ -390,17 +384,17 @@ Gets the logic body
|
|
|
390
384
|
##### Returns
|
|
391
385
|
|
|
392
386
|
|
|
393
|
-
-
|
|
387
|
+
- True if it is valid or not. Undefined if date is undefined
|
|
394
388
|
|
|
395
389
|
|
|
396
390
|
|
|
397
391
|
|
|
398
|
-
### dist/
|
|
392
|
+
### dist/dates/helpers/validateDateByDateFormat.js
|
|
399
393
|
|
|
400
394
|
|
|
401
|
-
####
|
|
395
|
+
#### validateDateByDateFormat(date, dateForma)
|
|
402
396
|
|
|
403
|
-
|
|
397
|
+
Validates the given string as Date by its date format.
|
|
404
398
|
|
|
405
399
|
|
|
406
400
|
|
|
@@ -409,8 +403,8 @@ Generates a UI filter structure from Filter Data structure.
|
|
|
409
403
|
|
|
410
404
|
| Name | Type | Description | |
|
|
411
405
|
| ---- | ---- | ----------- | -------- |
|
|
412
|
-
|
|
|
413
|
-
|
|
|
406
|
+
| date | | a string to validate as date form | |
|
|
407
|
+
| dateForma | | the format of the date to validate the string | |
|
|
414
408
|
|
|
415
409
|
|
|
416
410
|
|
|
@@ -418,13 +412,17 @@ Generates a UI filter structure from Filter Data structure.
|
|
|
418
412
|
##### Returns
|
|
419
413
|
|
|
420
414
|
|
|
421
|
-
- a
|
|
415
|
+
- true: the string is a valida date
|
|
422
416
|
|
|
423
417
|
|
|
424
418
|
|
|
425
|
-
#### FD21ToUI(scopes, section, version, datasetsInfo)
|
|
426
419
|
|
|
427
|
-
|
|
420
|
+
### dist/dates/range/getDateRange.js
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
#### getDateRange(value, dateGroupLabel, withTime)
|
|
424
|
+
|
|
425
|
+
Get date range object from a string date value
|
|
428
426
|
|
|
429
427
|
|
|
430
428
|
|
|
@@ -433,61 +431,74 @@ Generates a UI filter Structure from the Filter Data structure v2.1
|
|
|
433
431
|
|
|
434
432
|
| Name | Type | Description | |
|
|
435
433
|
| ---- | ---- | ----------- | -------- |
|
|
436
|
-
|
|
|
437
|
-
|
|
|
438
|
-
|
|
|
439
|
-
| datasetsInfo | | Collection of datasets information | |
|
|
440
|
-
|
|
434
|
+
| value | `String` | string date value | |
|
|
435
|
+
| dateGroupLabel | `String` | could be 'YEAR', 'QUARTER', 'MONTH' or 'DAY'. Deafult is 'DAY' | |
|
|
436
|
+
| withTime | `Boolean` | determines if the date range will include time. Default is true | |
|
|
441
437
|
|
|
442
438
|
|
|
443
439
|
|
|
444
|
-
##### Returns
|
|
445
440
|
|
|
441
|
+
##### Examples
|
|
446
442
|
|
|
447
|
-
|
|
443
|
+
```javascript
|
|
444
|
+
// 1) Year:
|
|
445
|
+
getDateRange('2020', 'YEAR');
|
|
446
|
+
// Will return:
|
|
447
|
+
{
|
|
448
|
+
from: '01/01/2020 00:00:00',
|
|
449
|
+
to: '12/31/2020 23:59:59'
|
|
450
|
+
}
|
|
448
451
|
|
|
452
|
+
// 2) Quarter:
|
|
453
|
+
getDateRange('Q3 2020', 'QUARTER');
|
|
454
|
+
// Will return:
|
|
455
|
+
{
|
|
456
|
+
from: '07/01/2020 00:00:00',
|
|
457
|
+
to: '09/30/2020 23:59:59'
|
|
458
|
+
}
|
|
449
459
|
|
|
460
|
+
// 3) Month:
|
|
461
|
+
getDateRange('Oct 2020', 'MONTH');
|
|
462
|
+
// Will return:
|
|
463
|
+
{
|
|
464
|
+
from: '10/01/2020 00:00:00',
|
|
465
|
+
to: '10/31/2020 23:59:59'
|
|
466
|
+
}
|
|
467
|
+
```
|
|
450
468
|
|
|
451
469
|
|
|
452
|
-
|
|
470
|
+
##### Returns
|
|
453
471
|
|
|
454
472
|
|
|
455
|
-
|
|
473
|
+
- `Object` an object with the date range with two string date properties: from and to
|
|
456
474
|
|
|
457
|
-
Generates a Filter Data Structure structure from UI Filter Data structure.
|
|
458
475
|
|
|
459
476
|
|
|
460
477
|
|
|
478
|
+
### dist/dates/relative/Adapter.js
|
|
461
479
|
|
|
462
|
-
##### Parameters
|
|
463
480
|
|
|
464
|
-
|
|
465
|
-
| ---- | ---- | ----------- | -------- |
|
|
466
|
-
| filterData | | The UI filter data object. | |
|
|
481
|
+
#### value()
|
|
467
482
|
|
|
483
|
+
Resolves statement and returns statement value
|
|
468
484
|
|
|
469
485
|
|
|
470
486
|
|
|
471
|
-
##### Returns
|
|
472
487
|
|
|
473
488
|
|
|
474
|
-
- a Filter Data structure
|
|
475
489
|
|
|
490
|
+
##### Returns
|
|
476
491
|
|
|
477
492
|
|
|
478
|
-
|
|
493
|
+
- `AbsoluteRange` `string`
|
|
479
494
|
|
|
480
|
-
Builds the Fitler Data structure from UI filter data
|
|
481
495
|
|
|
482
496
|
|
|
497
|
+
#### valueAsAnchor()
|
|
483
498
|
|
|
499
|
+
Resolves statement as an anchor
|
|
484
500
|
|
|
485
|
-
##### Parameters
|
|
486
501
|
|
|
487
|
-
| Name | Type | Description | |
|
|
488
|
-
| ---- | ---- | ----------- | -------- |
|
|
489
|
-
| uFilterData | | The UI filter Data object | |
|
|
490
|
-
| version | | the version of the structure | |
|
|
491
502
|
|
|
492
503
|
|
|
493
504
|
|
|
@@ -495,27 +506,15 @@ Builds the Fitler Data structure from UI filter data
|
|
|
495
506
|
##### Returns
|
|
496
507
|
|
|
497
508
|
|
|
498
|
-
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
### dist/filters/adapters/UIToFlatUI.js
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
#### UIToFlatUI(filterData, datasetsInfo)
|
|
509
|
+
- `string`
|
|
507
510
|
|
|
508
|
-
Generates a Flattened UI filter structure from UI Filter Data structure.
|
|
509
511
|
|
|
510
512
|
|
|
513
|
+
#### _statementToRange() *private method*
|
|
511
514
|
|
|
515
|
+
Convert verbal statement to range value
|
|
512
516
|
|
|
513
|
-
##### Parameters
|
|
514
517
|
|
|
515
|
-
| Name | Type | Description | |
|
|
516
|
-
| ---- | ---- | ----------- | -------- |
|
|
517
|
-
| filterData | | The UI filter data object. | |
|
|
518
|
-
| datasetsInfo | | Collection of datasets information. Optional for updating the datasets info | |
|
|
519
518
|
|
|
520
519
|
|
|
521
520
|
|
|
@@ -523,68 +522,61 @@ Generates a Flattened UI filter structure from UI Filter Data structure.
|
|
|
523
522
|
##### Returns
|
|
524
523
|
|
|
525
524
|
|
|
526
|
-
-
|
|
525
|
+
- `AbsoluteRange`
|
|
527
526
|
|
|
528
527
|
|
|
529
528
|
|
|
530
|
-
####
|
|
529
|
+
#### _resolveAsThis() *private method*
|
|
531
530
|
|
|
532
|
-
|
|
531
|
+
Apply 'this' cursor logic to statement
|
|
533
532
|
|
|
534
533
|
|
|
535
534
|
|
|
536
535
|
|
|
537
|
-
##### Parameters
|
|
538
536
|
|
|
539
|
-
| Name | Type | Description | |
|
|
540
|
-
| ---- | ---- | ----------- | -------- |
|
|
541
|
-
| scopes | | The filter scope section | |
|
|
542
537
|
|
|
538
|
+
##### Returns
|
|
543
539
|
|
|
544
540
|
|
|
541
|
+
- `AbsoluteStatement`
|
|
545
542
|
|
|
546
|
-
##### Returns
|
|
547
543
|
|
|
548
544
|
|
|
549
|
-
|
|
545
|
+
#### _resolveAsTheLast() *private method*
|
|
550
546
|
|
|
547
|
+
Apply 'the last' cursor logic to statement
|
|
551
548
|
|
|
552
549
|
|
|
553
550
|
|
|
554
|
-
### dist/filters/adapters/adaptDateGroupingProperty.js
|
|
555
551
|
|
|
556
552
|
|
|
557
|
-
#### adaptDateGroupingProperty(property)
|
|
558
553
|
|
|
559
|
-
|
|
560
|
-
Get the new property base on the old date grouping properties
|
|
554
|
+
##### Returns
|
|
561
555
|
|
|
562
556
|
|
|
557
|
+
- `AbsoluteStatement`
|
|
563
558
|
|
|
564
559
|
|
|
565
|
-
##### Parameters
|
|
566
560
|
|
|
567
|
-
|
|
568
|
-
| ---- | ---- | ----------- | -------- |
|
|
569
|
-
| property | | | |
|
|
561
|
+
#### _resolveAsTheNext() *private method*
|
|
570
562
|
|
|
563
|
+
Apply 'the next' cursor logic to statement
|
|
571
564
|
|
|
572
565
|
|
|
573
566
|
|
|
574
|
-
##### Returns
|
|
575
567
|
|
|
576
568
|
|
|
577
|
-
-
|
|
578
569
|
|
|
570
|
+
##### Returns
|
|
579
571
|
|
|
580
572
|
|
|
573
|
+
- `AbsoluteStatement`
|
|
581
574
|
|
|
582
|
-
### dist/filters/adapters/adaptFilterData.js
|
|
583
575
|
|
|
584
576
|
|
|
585
|
-
####
|
|
577
|
+
#### replaceNowToken(value, now)
|
|
586
578
|
|
|
587
|
-
|
|
579
|
+
Replace '@now' token inside a string
|
|
588
580
|
|
|
589
581
|
|
|
590
582
|
|
|
@@ -593,9 +585,8 @@ Checks and adapts the v2.0 Filter Data Structure to the v2.1
|
|
|
593
585
|
|
|
594
586
|
| Name | Type | Description | |
|
|
595
587
|
| ---- | ---- | ----------- | -------- |
|
|
596
|
-
|
|
|
597
|
-
|
|
|
598
|
-
| datasetsInfo | | Collection of datasets information. If getUIFilterData is true, the datasetsInfo should be mandatory | |
|
|
588
|
+
| value | `string` | | |
|
|
589
|
+
| now | `Date` | | |
|
|
599
590
|
|
|
600
591
|
|
|
601
592
|
|
|
@@ -603,18 +594,13 @@ Checks and adapts the v2.0 Filter Data Structure to the v2.1
|
|
|
603
594
|
##### Returns
|
|
604
595
|
|
|
605
596
|
|
|
606
|
-
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
597
|
+
- `string`
|
|
610
598
|
|
|
611
|
-
### dist/filters/adapters/adaptFilterValues.js
|
|
612
599
|
|
|
613
600
|
|
|
614
|
-
####
|
|
601
|
+
#### convertRelativeToAbsolute(args)
|
|
615
602
|
|
|
616
|
-
|
|
617
|
-
Gets an adapted filter value array. Validates the enabled property and sets
|
|
603
|
+
Returns a range object (date) from a group of statement params
|
|
618
604
|
|
|
619
605
|
|
|
620
606
|
|
|
@@ -623,25 +609,45 @@ Gets an adapted filter value array. Validates the enabled property and sets
|
|
|
623
609
|
|
|
624
610
|
| Name | Type | Description | |
|
|
625
611
|
| ---- | ---- | ----------- | -------- |
|
|
626
|
-
|
|
|
612
|
+
| args | `RelativeToAbsoluteStruct` | | |
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
627
616
|
|
|
617
|
+
##### Examples
|
|
628
618
|
|
|
619
|
+
```javascript
|
|
620
|
+
pivot = '2021-03-03T12:30:40'
|
|
621
|
+
unit = month
|
|
622
|
+
steps = 2
|
|
623
|
+
setTo = END
|
|
624
|
+
resolverAsCalendar: true
|
|
625
|
+
=> Returns '2021-05-31T23:59:59'
|
|
626
|
+
```
|
|
627
|
+
```javascript
|
|
628
|
+
pivot = '2021-03-03T12:30:40'
|
|
629
|
+
unit = month
|
|
630
|
+
steps = -2
|
|
631
|
+
setTo = START
|
|
632
|
+
resolverAsCalendar: false
|
|
633
|
+
=> Returns '2021-01-03T00:00:00'
|
|
634
|
+
```
|
|
629
635
|
|
|
630
636
|
|
|
631
637
|
##### Returns
|
|
632
638
|
|
|
633
639
|
|
|
634
|
-
-
|
|
640
|
+
- `string`
|
|
635
641
|
|
|
636
642
|
|
|
637
643
|
|
|
638
644
|
|
|
639
|
-
### dist/
|
|
645
|
+
### dist/dates/relative/relative.js
|
|
640
646
|
|
|
641
647
|
|
|
642
|
-
####
|
|
648
|
+
#### resolveRelative(statements, clock)
|
|
643
649
|
|
|
644
|
-
|
|
650
|
+
Resolve a list of relative statements according to operator
|
|
645
651
|
|
|
646
652
|
|
|
647
653
|
|
|
@@ -650,32 +656,46 @@ Generates a filter data structure from the flatttened UI filters.
|
|
|
650
656
|
|
|
651
657
|
| Name | Type | Description | |
|
|
652
658
|
| ---- | ---- | ----------- | -------- |
|
|
653
|
-
|
|
|
654
|
-
|
|
|
659
|
+
| statements | `Array.<RelativeStatement>` `Array.<string>` | - Raw statements/values | |
|
|
660
|
+
| clock | `Date` | - Clock/time reference for relative date resolution | |
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
655
664
|
|
|
665
|
+
##### Examples
|
|
666
|
+
|
|
667
|
+
```javascript
|
|
668
|
+
Input:
|
|
669
|
+
{
|
|
670
|
+
"cursor": "the_next",
|
|
671
|
+
"unit": "year",
|
|
672
|
+
"number": 1,
|
|
673
|
+
"includeCurrent": false,
|
|
674
|
+
"isCalendarDate": false,
|
|
675
|
+
"anchor": "03/05/2021"
|
|
676
|
+
}
|
|
656
677
|
|
|
678
|
+
Output:
|
|
679
|
+
{ gte: "03/06/2021 00:00:00", lte: "03/05/2022 23:59:59" }
|
|
680
|
+
```
|
|
657
681
|
|
|
658
682
|
|
|
659
683
|
##### Returns
|
|
660
684
|
|
|
661
685
|
|
|
662
|
-
-
|
|
686
|
+
- `Array.<AbsoluteRange>` `Array.<string>`
|
|
663
687
|
|
|
664
688
|
|
|
665
689
|
|
|
666
|
-
#### buildScopes(fbFilters)
|
|
667
690
|
|
|
668
|
-
|
|
669
|
-
Also, adds and organizes filters by datasets
|
|
691
|
+
### dist/filters/classes/FilterInputErrorHandler.js
|
|
670
692
|
|
|
671
693
|
|
|
694
|
+
#### new FilterInputErrorHandler()
|
|
695
|
+
|
|
672
696
|
|
|
673
697
|
|
|
674
|
-
##### Parameters
|
|
675
698
|
|
|
676
|
-
| Name | Type | Description | |
|
|
677
|
-
| ---- | ---- | ----------- | -------- |
|
|
678
|
-
| fbFilters | | Array of flat filters from UI | |
|
|
679
699
|
|
|
680
700
|
|
|
681
701
|
|
|
@@ -683,13 +703,17 @@ Also, adds and organizes filters by datasets
|
|
|
683
703
|
##### Returns
|
|
684
704
|
|
|
685
705
|
|
|
686
|
-
-
|
|
706
|
+
- `Void`
|
|
687
707
|
|
|
688
708
|
|
|
689
709
|
|
|
690
|
-
#### buildScope(uFilter)
|
|
691
710
|
|
|
692
|
-
|
|
711
|
+
### dist/filters/adapters/FDToFlatUI.js
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
#### FDToFlatUI(filterData, datasetsInfo)
|
|
715
|
+
|
|
716
|
+
Generates a Flattened UI filter structure from Filter Data structure.
|
|
693
717
|
|
|
694
718
|
|
|
695
719
|
|
|
@@ -698,7 +722,8 @@ Gets an scope structure for the filter data
|
|
|
698
722
|
|
|
699
723
|
| Name | Type | Description | |
|
|
700
724
|
| ---- | ---- | ----------- | -------- |
|
|
701
|
-
|
|
|
725
|
+
| filterData | | The filter data object. | |
|
|
726
|
+
| datasetsInfo | | Collection of datasets information | |
|
|
702
727
|
|
|
703
728
|
|
|
704
729
|
|
|
@@ -706,13 +731,13 @@ Gets an scope structure for the filter data
|
|
|
706
731
|
##### Returns
|
|
707
732
|
|
|
708
733
|
|
|
709
|
-
-
|
|
734
|
+
- a flattened UI filters array
|
|
710
735
|
|
|
711
736
|
|
|
712
737
|
|
|
713
|
-
####
|
|
738
|
+
#### FD21ToFlatUI(scopes, datasetsInfo)
|
|
714
739
|
|
|
715
|
-
|
|
740
|
+
Generates a Filter Builder Structure from the Filter Data structure v2.1
|
|
716
741
|
|
|
717
742
|
|
|
718
743
|
|
|
@@ -721,7 +746,8 @@ Gets an dataset structure for the filter data
|
|
|
721
746
|
|
|
722
747
|
| Name | Type | Description | |
|
|
723
748
|
| ---- | ---- | ----------- | -------- |
|
|
724
|
-
|
|
|
749
|
+
| scopes | | The filter scope section | |
|
|
750
|
+
| datasetsInfo | | Collection of datasets information | |
|
|
725
751
|
|
|
726
752
|
|
|
727
753
|
|
|
@@ -729,13 +755,17 @@ Gets an dataset structure for the filter data
|
|
|
729
755
|
##### Returns
|
|
730
756
|
|
|
731
757
|
|
|
732
|
-
-
|
|
758
|
+
- a flattened UI filters array
|
|
733
759
|
|
|
734
760
|
|
|
735
761
|
|
|
736
|
-
#### buildFilter(uFilter)
|
|
737
762
|
|
|
738
|
-
|
|
763
|
+
### dist/filters/adapters/FDToLogic.js
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
#### FDToLogic(filterData)
|
|
767
|
+
|
|
768
|
+
Generates a Filter Logic structure from Filter Data structure.
|
|
739
769
|
|
|
740
770
|
|
|
741
771
|
|
|
@@ -744,7 +774,7 @@ Gets an filter structure for the filter data
|
|
|
744
774
|
|
|
745
775
|
| Name | Type | Description | |
|
|
746
776
|
| ---- | ---- | ----------- | -------- |
|
|
747
|
-
|
|
|
777
|
+
| filterData | | The filter data object. | |
|
|
748
778
|
|
|
749
779
|
|
|
750
780
|
|
|
@@ -752,17 +782,13 @@ Gets an filter structure for the filter data
|
|
|
752
782
|
##### Returns
|
|
753
783
|
|
|
754
784
|
|
|
755
|
-
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
785
|
+
- a filter logic array
|
|
759
786
|
|
|
760
|
-
### dist/filters/adapters/flatUIToLogic.js
|
|
761
787
|
|
|
762
788
|
|
|
763
|
-
####
|
|
789
|
+
#### getLogicBodyFromFD21(filterData)
|
|
764
790
|
|
|
765
|
-
|
|
791
|
+
Gets the logic body
|
|
766
792
|
|
|
767
793
|
|
|
768
794
|
|
|
@@ -771,7 +797,7 @@ Generates a Logic structure from flattened UI filters
|
|
|
771
797
|
|
|
772
798
|
| Name | Type | Description | |
|
|
773
799
|
| ---- | ---- | ----------- | -------- |
|
|
774
|
-
|
|
|
800
|
+
| filterData | | The filter data object | |
|
|
775
801
|
|
|
776
802
|
|
|
777
803
|
|
|
@@ -779,17 +805,17 @@ Generates a Logic structure from flattened UI filters
|
|
|
779
805
|
##### Returns
|
|
780
806
|
|
|
781
807
|
|
|
782
|
-
-
|
|
808
|
+
- a filter logic array
|
|
783
809
|
|
|
784
810
|
|
|
785
811
|
|
|
786
812
|
|
|
787
|
-
### dist/filters/adapters/
|
|
813
|
+
### dist/filters/adapters/FDToUI.js
|
|
788
814
|
|
|
789
815
|
|
|
790
|
-
####
|
|
816
|
+
#### FDToUI(filterData, datasetsInfo)
|
|
791
817
|
|
|
792
|
-
Generates a
|
|
818
|
+
Generates a UI filter structure from Filter Data structure.
|
|
793
819
|
|
|
794
820
|
|
|
795
821
|
|
|
@@ -798,7 +824,8 @@ Generates a Logic structure from flattened UI filters
|
|
|
798
824
|
|
|
799
825
|
| Name | Type | Description | |
|
|
800
826
|
| ---- | ---- | ----------- | -------- |
|
|
801
|
-
|
|
|
827
|
+
| filterData | | The filter data object. | |
|
|
828
|
+
| datasetsInfo | | Collection of datasets information | |
|
|
802
829
|
|
|
803
830
|
|
|
804
831
|
|
|
@@ -806,17 +833,13 @@ Generates a Logic structure from flattened UI filters
|
|
|
806
833
|
##### Returns
|
|
807
834
|
|
|
808
835
|
|
|
809
|
-
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
836
|
+
- a UI Filters structure
|
|
813
837
|
|
|
814
|
-
### dist/filters/adapters/flatUIToUI.js
|
|
815
838
|
|
|
816
839
|
|
|
817
|
-
####
|
|
840
|
+
#### FD21ToUI(scopes, section, version, datasetsInfo)
|
|
818
841
|
|
|
819
|
-
Generates a UI filter
|
|
842
|
+
Generates a UI filter Structure from the Filter Data structure v2.1
|
|
820
843
|
|
|
821
844
|
|
|
822
845
|
|
|
@@ -825,8 +848,10 @@ Generates a UI filter data structure from the flatttened UI filters.
|
|
|
825
848
|
|
|
826
849
|
| Name | Type | Description | |
|
|
827
850
|
| ---- | ---- | ----------- | -------- |
|
|
828
|
-
|
|
|
829
|
-
|
|
|
851
|
+
| scopes | | The filter scope section | |
|
|
852
|
+
| section | | The filter section. | |
|
|
853
|
+
| version | | The version of the filter structure | |
|
|
854
|
+
| datasetsInfo | | Collection of datasets information | |
|
|
830
855
|
|
|
831
856
|
|
|
832
857
|
|
|
@@ -834,14 +859,17 @@ Generates a UI filter data structure from the flatttened UI filters.
|
|
|
834
859
|
##### Returns
|
|
835
860
|
|
|
836
861
|
|
|
837
|
-
- a UI
|
|
862
|
+
- a UI filter Structure
|
|
838
863
|
|
|
839
864
|
|
|
840
865
|
|
|
841
|
-
#### buildScopes(fbFilters)
|
|
842
866
|
|
|
843
|
-
|
|
844
|
-
|
|
867
|
+
### dist/filters/adapters/UIToFD.js
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
#### UIToFD(filterData)
|
|
871
|
+
|
|
872
|
+
Generates a Filter Data Structure structure from UI Filter Data structure.
|
|
845
873
|
|
|
846
874
|
|
|
847
875
|
|
|
@@ -850,7 +878,7 @@ Also, adds and organizes filters by datasets
|
|
|
850
878
|
|
|
851
879
|
| Name | Type | Description | |
|
|
852
880
|
| ---- | ---- | ----------- | -------- |
|
|
853
|
-
|
|
|
881
|
+
| filterData | | The UI filter data object. | |
|
|
854
882
|
|
|
855
883
|
|
|
856
884
|
|
|
@@ -858,13 +886,13 @@ Also, adds and organizes filters by datasets
|
|
|
858
886
|
##### Returns
|
|
859
887
|
|
|
860
888
|
|
|
861
|
-
-
|
|
889
|
+
- a Filter Data structure
|
|
862
890
|
|
|
863
891
|
|
|
864
892
|
|
|
865
|
-
####
|
|
893
|
+
#### UI21ToFD(uFilterData, version)
|
|
866
894
|
|
|
867
|
-
|
|
895
|
+
Builds the Fitler Data structure from UI filter data
|
|
868
896
|
|
|
869
897
|
|
|
870
898
|
|
|
@@ -873,7 +901,8 @@ Gets an scope structure for the UI filter data
|
|
|
873
901
|
|
|
874
902
|
| Name | Type | Description | |
|
|
875
903
|
| ---- | ---- | ----------- | -------- |
|
|
876
|
-
|
|
|
904
|
+
| uFilterData | | The UI filter Data object | |
|
|
905
|
+
| version | | the version of the structure | |
|
|
877
906
|
|
|
878
907
|
|
|
879
908
|
|
|
@@ -881,13 +910,17 @@ Gets an scope structure for the UI filter data
|
|
|
881
910
|
##### Returns
|
|
882
911
|
|
|
883
912
|
|
|
884
|
-
-
|
|
913
|
+
-
|
|
885
914
|
|
|
886
915
|
|
|
887
916
|
|
|
888
|
-
#### buildDataset(uFilter)
|
|
889
917
|
|
|
890
|
-
|
|
918
|
+
### dist/filters/adapters/UIToFlatUI.js
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
#### UIToFlatUI(filterData, datasetsInfo)
|
|
922
|
+
|
|
923
|
+
Generates a Flattened UI filter structure from UI Filter Data structure.
|
|
891
924
|
|
|
892
925
|
|
|
893
926
|
|
|
@@ -896,7 +929,8 @@ Gets an dataset structure for the UI filter data
|
|
|
896
929
|
|
|
897
930
|
| Name | Type | Description | |
|
|
898
931
|
| ---- | ---- | ----------- | -------- |
|
|
899
|
-
|
|
|
932
|
+
| filterData | | The UI filter data object. | |
|
|
933
|
+
| datasetsInfo | | Collection of datasets information. Optional for updating the datasets info | |
|
|
900
934
|
|
|
901
935
|
|
|
902
936
|
|
|
@@ -904,13 +938,13 @@ Gets an dataset structure for the UI filter data
|
|
|
904
938
|
##### Returns
|
|
905
939
|
|
|
906
940
|
|
|
907
|
-
-
|
|
941
|
+
- a flattened UI filters array
|
|
908
942
|
|
|
909
943
|
|
|
910
944
|
|
|
911
|
-
####
|
|
945
|
+
#### UI21ToFlatUI(scopes)
|
|
912
946
|
|
|
913
|
-
|
|
947
|
+
Generates a Flattened UI Filter Structure from the UI Filter Data structure v2.1
|
|
914
948
|
|
|
915
949
|
|
|
916
950
|
|
|
@@ -919,7 +953,7 @@ Gets an filter structure for the UI filter data
|
|
|
919
953
|
|
|
920
954
|
| Name | Type | Description | |
|
|
921
955
|
| ---- | ---- | ----------- | -------- |
|
|
922
|
-
|
|
|
956
|
+
| scopes | | The filter scope section | |
|
|
923
957
|
|
|
924
958
|
|
|
925
959
|
|
|
@@ -927,17 +961,18 @@ Gets an filter structure for the UI filter data
|
|
|
927
961
|
##### Returns
|
|
928
962
|
|
|
929
963
|
|
|
930
|
-
-
|
|
964
|
+
- a flattened UI filters array
|
|
931
965
|
|
|
932
966
|
|
|
933
967
|
|
|
934
968
|
|
|
935
|
-
### dist/filters/adapters/
|
|
969
|
+
### dist/filters/adapters/adaptDateGroupingProperty.js
|
|
936
970
|
|
|
937
971
|
|
|
938
|
-
####
|
|
972
|
+
#### adaptDateGroupingProperty(property)
|
|
939
973
|
|
|
940
|
-
|
|
974
|
+
[TODO: For 2022, eliminate this adapter]
|
|
975
|
+
Get the new property base on the old date grouping properties
|
|
941
976
|
|
|
942
977
|
|
|
943
978
|
|
|
@@ -946,8 +981,7 @@ Generates a filter data structure from the old logic structure (v2.0).
|
|
|
946
981
|
|
|
947
982
|
| Name | Type | Description | |
|
|
948
983
|
| ---- | ---- | ----------- | -------- |
|
|
949
|
-
|
|
|
950
|
-
| version | | Tag for the version of the filter data structure | |
|
|
984
|
+
| property | | | |
|
|
951
985
|
|
|
952
986
|
|
|
953
987
|
|
|
@@ -955,17 +989,17 @@ Generates a filter data structure from the old logic structure (v2.0).
|
|
|
955
989
|
##### Returns
|
|
956
990
|
|
|
957
991
|
|
|
958
|
-
-
|
|
992
|
+
-
|
|
959
993
|
|
|
960
994
|
|
|
961
995
|
|
|
962
996
|
|
|
963
|
-
### dist/filters/adapters/
|
|
997
|
+
### dist/filters/adapters/adaptFilterData.js
|
|
964
998
|
|
|
965
999
|
|
|
966
|
-
####
|
|
1000
|
+
#### adaptFilterData(filterData, getUIFilterData, datasetsInfo)
|
|
967
1001
|
|
|
968
|
-
|
|
1002
|
+
Checks and adapts the v2.0 Filter Data Structure to the v2.1
|
|
969
1003
|
|
|
970
1004
|
|
|
971
1005
|
|
|
@@ -974,7 +1008,9 @@ Adapts the Old logic structure (v2.0) to the flattened UI filter Structure.
|
|
|
974
1008
|
|
|
975
1009
|
| Name | Type | Description | |
|
|
976
1010
|
| ---- | ---- | ----------- | -------- |
|
|
977
|
-
|
|
|
1011
|
+
| filterData | | The filter data structure. Accepts both v2.1 or v2.0 | |
|
|
1012
|
+
| getUIFilterData | | Flag to get a Filter Data (False) or the UI Filter Data (True) | |
|
|
1013
|
+
| datasetsInfo | | Collection of datasets information. If getUIFilterData is true, the datasetsInfo should be mandatory | |
|
|
978
1014
|
|
|
979
1015
|
|
|
980
1016
|
|
|
@@ -982,13 +1018,18 @@ Adapts the Old logic structure (v2.0) to the flattened UI filter Structure.
|
|
|
982
1018
|
##### Returns
|
|
983
1019
|
|
|
984
1020
|
|
|
985
|
-
-
|
|
1021
|
+
- A new filter data structure v2.1
|
|
986
1022
|
|
|
987
1023
|
|
|
988
1024
|
|
|
989
|
-
#### getFilter(filters, filter, getIndex)
|
|
990
1025
|
|
|
991
|
-
|
|
1026
|
+
### dist/filters/adapters/adaptFilterValues.js
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
#### adaptFilterValues(filter)
|
|
1030
|
+
|
|
1031
|
+
[TODO: For 2022, eliminate this adapter]
|
|
1032
|
+
Gets an adapted filter value array. Validates the enabled property and sets
|
|
992
1033
|
|
|
993
1034
|
|
|
994
1035
|
|
|
@@ -997,9 +1038,7 @@ Get the filter or the index of the given array, validating an old filter structu
|
|
|
997
1038
|
|
|
998
1039
|
| Name | Type | Description | |
|
|
999
1040
|
| ---- | ---- | ----------- | -------- |
|
|
1000
|
-
|
|
|
1001
|
-
| filter | | The old logic structure filter | |
|
|
1002
|
-
| getIndex | | Determines if the index or returns the UI filter object | |
|
|
1041
|
+
| filter | | The filter | |
|
|
1003
1042
|
|
|
1004
1043
|
|
|
1005
1044
|
|
|
@@ -1007,13 +1046,17 @@ Get the filter or the index of the given array, validating an old filter structu
|
|
|
1007
1046
|
##### Returns
|
|
1008
1047
|
|
|
1009
1048
|
|
|
1010
|
-
-
|
|
1049
|
+
- A new value array with the filled properties.
|
|
1011
1050
|
|
|
1012
1051
|
|
|
1013
1052
|
|
|
1014
|
-
#### refineRankingValues(values, uiValues)
|
|
1015
1053
|
|
|
1016
|
-
|
|
1054
|
+
### dist/filters/adapters/flatUIToFD.js
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
#### flatUIToFD(uFilters, version)
|
|
1058
|
+
|
|
1059
|
+
Generates a filter data structure from the flatttened UI filters.
|
|
1017
1060
|
|
|
1018
1061
|
|
|
1019
1062
|
|
|
@@ -1022,8 +1065,8 @@ Refines the values of the Ranking column type.
|
|
|
1022
1065
|
|
|
1023
1066
|
| Name | Type | Description | |
|
|
1024
1067
|
| ---- | ---- | ----------- | -------- |
|
|
1025
|
-
|
|
|
1026
|
-
|
|
|
1068
|
+
| uFilters | | Array of flattened filters from UI | |
|
|
1069
|
+
| version | | Tag for the version of the filter data structure | |
|
|
1027
1070
|
|
|
1028
1071
|
|
|
1029
1072
|
|
|
@@ -1031,17 +1074,14 @@ Refines the values of the Ranking column type.
|
|
|
1031
1074
|
##### Returns
|
|
1032
1075
|
|
|
1033
1076
|
|
|
1034
|
-
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1077
|
+
- a Filter Data.
|
|
1038
1078
|
|
|
1039
|
-
### dist/filters/adapters/logicToUI.js
|
|
1040
1079
|
|
|
1041
1080
|
|
|
1042
|
-
####
|
|
1081
|
+
#### buildScopes(fbFilters)
|
|
1043
1082
|
|
|
1044
|
-
|
|
1083
|
+
Gets an array of scopes structure for the filter data. The scopes is organized by scope types and scope IDs
|
|
1084
|
+
Also, adds and organizes filters by datasets
|
|
1045
1085
|
|
|
1046
1086
|
|
|
1047
1087
|
|
|
@@ -1050,8 +1090,7 @@ Generates a UI filter structure from the old logic structure (v2.0).
|
|
|
1050
1090
|
|
|
1051
1091
|
| Name | Type | Description | |
|
|
1052
1092
|
| ---- | ---- | ----------- | -------- |
|
|
1053
|
-
|
|
|
1054
|
-
| datasetsInfo | | Collection of datasets information | |
|
|
1093
|
+
| fbFilters | | Array of flat filters from UI | |
|
|
1055
1094
|
|
|
1056
1095
|
|
|
1057
1096
|
|
|
@@ -1059,17 +1098,13 @@ Generates a UI filter structure from the old logic structure (v2.0).
|
|
|
1059
1098
|
##### Returns
|
|
1060
1099
|
|
|
1061
1100
|
|
|
1062
|
-
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1101
|
+
- an array of scopes structure.
|
|
1066
1102
|
|
|
1067
|
-
### dist/filters/adapters/transformFilters.js
|
|
1068
1103
|
|
|
1069
1104
|
|
|
1070
|
-
####
|
|
1105
|
+
#### buildScope(uFilter)
|
|
1071
1106
|
|
|
1072
|
-
|
|
1107
|
+
Gets an scope structure for the filter data
|
|
1073
1108
|
|
|
1074
1109
|
|
|
1075
1110
|
|
|
@@ -1078,135 +1113,71 @@ Transform the old filters structure into the new one
|
|
|
1078
1113
|
|
|
1079
1114
|
| Name | Type | Description | |
|
|
1080
1115
|
| ---- | ---- | ----------- | -------- |
|
|
1081
|
-
|
|
|
1082
|
-
| section | `String` | could be 'ANALYZE', 'PB', 'UM' or any other value. Deafult is 'ANYWHERE' | |
|
|
1116
|
+
| uFilter | | UI structure filter | |
|
|
1083
1117
|
|
|
1084
1118
|
|
|
1085
1119
|
|
|
1086
1120
|
|
|
1087
|
-
#####
|
|
1121
|
+
##### Returns
|
|
1088
1122
|
|
|
1089
|
-
```javascript
|
|
1090
1123
|
|
|
1091
|
-
|
|
1092
|
-
"WWXHAULtR-_-xYOQAdpqT__ENABLED": true,
|
|
1093
|
-
"WWXHAULtR-_-xYOQAdpqT__ALL--ENABLED": true,
|
|
1094
|
-
"WWXHAULtR-_-xYOQAdpqT__COLLAPSED": false,
|
|
1095
|
-
"WWXHAULtR-_-xYOQAdpqT__LABEL": "GLOBAL",
|
|
1096
|
-
"WWXHAULtR-_-xYOQAdpqT-_-AK4M8UV2": {
|
|
1097
|
-
"formulaId": null,
|
|
1098
|
-
"panelId": null,
|
|
1099
|
-
"values": [
|
|
1100
|
-
{
|
|
1101
|
-
"EQUALS": [
|
|
1102
|
-
{
|
|
1103
|
-
"id": "AK4M8UV2a0",
|
|
1104
|
-
"value": "A",
|
|
1105
|
-
"enabled": true,
|
|
1106
|
-
"imageUrl": null
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"id": "AK4M8UV2a1",
|
|
1110
|
-
"value": "B",
|
|
1111
|
-
"enabled": true,
|
|
1112
|
-
"imageUrl": null
|
|
1113
|
-
}
|
|
1114
|
-
]
|
|
1115
|
-
}
|
|
1116
|
-
],
|
|
1117
|
-
"bucketId": null,
|
|
1118
|
-
"text": "MC",
|
|
1119
|
-
"title": "MC",
|
|
1120
|
-
"type": "SINGLE_CHOICE",
|
|
1121
|
-
"qid": "AK4M8UV2",
|
|
1122
|
-
"dataset": {
|
|
1123
|
-
"sourceid": "xYOQAdpqT",
|
|
1124
|
-
"name": "Form All Questions",
|
|
1125
|
-
"qrveyid": "xYOQAdpqT",
|
|
1126
|
-
"text": "Form All Questions",
|
|
1127
|
-
"linkid": 0
|
|
1128
|
-
},
|
|
1129
|
-
"enabled": true,
|
|
1130
|
-
"linked": null
|
|
1131
|
-
}
|
|
1132
|
-
};
|
|
1124
|
+
- an scope structure
|
|
1133
1125
|
|
|
1134
|
-
const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
|
|
1135
|
-
```
|
|
1136
1126
|
|
|
1137
1127
|
|
|
1138
|
-
|
|
1128
|
+
#### buildDataset(uFilter)
|
|
1129
|
+
|
|
1130
|
+
Gets an dataset structure for the filter data
|
|
1139
1131
|
|
|
1140
1132
|
|
|
1141
|
-
- `Object` an object with the new filters structure
|
|
1142
1133
|
|
|
1143
1134
|
|
|
1135
|
+
##### Parameters
|
|
1144
1136
|
|
|
1137
|
+
| Name | Type | Description | |
|
|
1138
|
+
| ---- | ---- | ----------- | -------- |
|
|
1139
|
+
| uFilter | | a UI structure filter | |
|
|
1145
1140
|
|
|
1146
|
-
### dist/dates/range/getDateRange.js
|
|
1147
1141
|
|
|
1148
1142
|
|
|
1149
|
-
#### getDateRange(value, dateGroupLabel, withTime)
|
|
1150
1143
|
|
|
1151
|
-
|
|
1144
|
+
##### Returns
|
|
1152
1145
|
|
|
1153
1146
|
|
|
1147
|
+
- an dataset structure
|
|
1154
1148
|
|
|
1155
1149
|
|
|
1156
|
-
##### Parameters
|
|
1157
1150
|
|
|
1158
|
-
|
|
1159
|
-
| ---- | ---- | ----------- | -------- |
|
|
1160
|
-
| value | `String` | string date value | |
|
|
1161
|
-
| dateGroupLabel | `String` | could be 'YEAR', 'QUARTER', 'MONTH' or 'DAY'. Deafult is 'DAY' | |
|
|
1162
|
-
| withTime | `Boolean` | determines if the date range will include time. Default is true | |
|
|
1151
|
+
#### buildFilter(uFilter)
|
|
1163
1152
|
|
|
1153
|
+
Gets an filter structure for the filter data
|
|
1164
1154
|
|
|
1165
1155
|
|
|
1166
1156
|
|
|
1167
|
-
##### Examples
|
|
1168
1157
|
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
from: '01/01/2020 00:00:00',
|
|
1175
|
-
to: '12/31/2020 23:59:59'
|
|
1176
|
-
}
|
|
1158
|
+
##### Parameters
|
|
1159
|
+
|
|
1160
|
+
| Name | Type | Description | |
|
|
1161
|
+
| ---- | ---- | ----------- | -------- |
|
|
1162
|
+
| uFilter | | a UI structure filter | |
|
|
1177
1163
|
|
|
1178
|
-
// 2) Quarter:
|
|
1179
|
-
getDateRange('Q3 2020', 'QUARTER');
|
|
1180
|
-
// Will return:
|
|
1181
|
-
{
|
|
1182
|
-
from: '07/01/2020 00:00:00',
|
|
1183
|
-
to: '09/30/2020 23:59:59'
|
|
1184
|
-
}
|
|
1185
1164
|
|
|
1186
|
-
// 3) Month:
|
|
1187
|
-
getDateRange('Oct 2020', 'MONTH');
|
|
1188
|
-
// Will return:
|
|
1189
|
-
{
|
|
1190
|
-
from: '10/01/2020 00:00:00',
|
|
1191
|
-
to: '10/31/2020 23:59:59'
|
|
1192
|
-
}
|
|
1193
|
-
```
|
|
1194
1165
|
|
|
1195
1166
|
|
|
1196
1167
|
##### Returns
|
|
1197
1168
|
|
|
1198
1169
|
|
|
1199
|
-
-
|
|
1170
|
+
- an filter structure
|
|
1200
1171
|
|
|
1201
1172
|
|
|
1202
1173
|
|
|
1203
1174
|
|
|
1204
|
-
### dist/filters/
|
|
1175
|
+
### dist/filters/adapters/flatUIToLogic.js
|
|
1205
1176
|
|
|
1206
1177
|
|
|
1207
|
-
####
|
|
1178
|
+
#### flatUIToLogic(uFilter)
|
|
1208
1179
|
|
|
1209
|
-
|
|
1180
|
+
Generates a Logic structure from flattened UI filters
|
|
1210
1181
|
|
|
1211
1182
|
|
|
1212
1183
|
|
|
@@ -1215,9 +1186,7 @@ getDateRange('Oct 2020', 'MONTH');
|
|
|
1215
1186
|
|
|
1216
1187
|
| Name | Type | Description | |
|
|
1217
1188
|
| ---- | ---- | ----------- | -------- |
|
|
1218
|
-
|
|
|
1219
|
-
| scopes | | | |
|
|
1220
|
-
| currentScope | | | |
|
|
1189
|
+
| uFilter | | Array of flat filters from UI | |
|
|
1221
1190
|
|
|
1222
1191
|
|
|
1223
1192
|
|
|
@@ -1225,17 +1194,17 @@ getDateRange('Oct 2020', 'MONTH');
|
|
|
1225
1194
|
##### Returns
|
|
1226
1195
|
|
|
1227
1196
|
|
|
1228
|
-
-
|
|
1197
|
+
- The logic structure
|
|
1229
1198
|
|
|
1230
1199
|
|
|
1231
1200
|
|
|
1232
1201
|
|
|
1233
|
-
### dist/filters/
|
|
1202
|
+
### dist/filters/adapters/flatUIToOldLogic.js
|
|
1234
1203
|
|
|
1235
1204
|
|
|
1236
|
-
####
|
|
1205
|
+
#### flatUIToOldLogic(uFilters)
|
|
1237
1206
|
|
|
1238
|
-
|
|
1207
|
+
Generates a Logic structure from flattened UI filters
|
|
1239
1208
|
|
|
1240
1209
|
|
|
1241
1210
|
|
|
@@ -1244,7 +1213,7 @@ Gets Scopes/Scope IDs by given IDs
|
|
|
1244
1213
|
|
|
1245
1214
|
| Name | Type | Description | |
|
|
1246
1215
|
| ---- | ---- | ----------- | -------- |
|
|
1247
|
-
|
|
|
1216
|
+
| uFilters | | Array of flat filters from UI | |
|
|
1248
1217
|
|
|
1249
1218
|
|
|
1250
1219
|
|
|
@@ -1252,17 +1221,17 @@ Gets Scopes/Scope IDs by given IDs
|
|
|
1252
1221
|
##### Returns
|
|
1253
1222
|
|
|
1254
1223
|
|
|
1255
|
-
-
|
|
1224
|
+
- The logic structure
|
|
1256
1225
|
|
|
1257
1226
|
|
|
1258
1227
|
|
|
1259
1228
|
|
|
1260
|
-
### dist/filters/
|
|
1229
|
+
### dist/filters/adapters/flatUIToUI.js
|
|
1261
1230
|
|
|
1262
1231
|
|
|
1263
|
-
####
|
|
1232
|
+
#### flatUIToUI(uFilters, version)
|
|
1264
1233
|
|
|
1265
|
-
|
|
1234
|
+
Generates a UI filter data structure from the flatttened UI filters.
|
|
1266
1235
|
|
|
1267
1236
|
|
|
1268
1237
|
|
|
@@ -1271,7 +1240,8 @@ Gets the Scopes IDS for the Available Scope function by any config
|
|
|
1271
1240
|
|
|
1272
1241
|
| Name | Type | Description | |
|
|
1273
1242
|
| ---- | ---- | ----------- | -------- |
|
|
1274
|
-
|
|
|
1243
|
+
| uFilters | | Array of flattened filters from UI | |
|
|
1244
|
+
| version | | Tag for the version of the filter data structure | |
|
|
1275
1245
|
|
|
1276
1246
|
|
|
1277
1247
|
|
|
@@ -1279,17 +1249,14 @@ Gets the Scopes IDS for the Available Scope function by any config
|
|
|
1279
1249
|
##### Returns
|
|
1280
1250
|
|
|
1281
1251
|
|
|
1282
|
-
- a
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1252
|
+
- a UI Filter Data.
|
|
1286
1253
|
|
|
1287
|
-
### dist/filters/helpers/getScopesByHierarchy.js
|
|
1288
1254
|
|
|
1289
1255
|
|
|
1290
|
-
####
|
|
1256
|
+
#### buildScopes(fbFilters)
|
|
1291
1257
|
|
|
1292
|
-
|
|
1258
|
+
Gets an array of scopes structure for the UI filter data. The scopes is organized by scope types and scope IDs
|
|
1259
|
+
Also, adds and organizes filters by datasets
|
|
1293
1260
|
|
|
1294
1261
|
|
|
1295
1262
|
|
|
@@ -1298,8 +1265,7 @@ Gets the Scopes IDS for the Available Scope function by any config
|
|
|
1298
1265
|
|
|
1299
1266
|
| Name | Type | Description | |
|
|
1300
1267
|
| ---- | ---- | ----------- | -------- |
|
|
1301
|
-
|
|
|
1302
|
-
| currentScope | | Current scope type | |
|
|
1268
|
+
| fbFilters | | Array of flat filters from UI | |
|
|
1303
1269
|
|
|
1304
1270
|
|
|
1305
1271
|
|
|
@@ -1307,17 +1273,13 @@ Gets the Scopes IDS for the Available Scope function by any config
|
|
|
1307
1273
|
##### Returns
|
|
1308
1274
|
|
|
1309
1275
|
|
|
1310
|
-
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1276
|
+
- an array of scopes structure.
|
|
1314
1277
|
|
|
1315
|
-
### dist/general/array/delete.js
|
|
1316
1278
|
|
|
1317
1279
|
|
|
1318
|
-
####
|
|
1280
|
+
#### buildScope(uFilter)
|
|
1319
1281
|
|
|
1320
|
-
|
|
1282
|
+
Gets an scope structure for the UI filter data
|
|
1321
1283
|
|
|
1322
1284
|
|
|
1323
1285
|
|
|
@@ -1326,8 +1288,7 @@ Inmutable Array Item deletion
|
|
|
1326
1288
|
|
|
1327
1289
|
| Name | Type | Description | |
|
|
1328
1290
|
| ---- | ---- | ----------- | -------- |
|
|
1329
|
-
|
|
|
1330
|
-
| index | `Number` | the position of the item to delete | |
|
|
1291
|
+
| uFilter | | UI structure filter | |
|
|
1331
1292
|
|
|
1332
1293
|
|
|
1333
1294
|
|
|
@@ -1335,20 +1296,13 @@ Inmutable Array Item deletion
|
|
|
1335
1296
|
##### Returns
|
|
1336
1297
|
|
|
1337
1298
|
|
|
1338
|
-
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1299
|
+
- an scope structure
|
|
1342
1300
|
|
|
1343
|
-
### dist/general/array/filterNestedTree.js
|
|
1344
1301
|
|
|
1345
1302
|
|
|
1346
|
-
####
|
|
1303
|
+
#### buildDataset(uFilter)
|
|
1347
1304
|
|
|
1348
|
-
|
|
1349
|
-
- If the given arguments are not valid, the function returns the first argument.
|
|
1350
|
-
- If the childArrKey is not matched in the object, the condition tries to resolve the filter anyway and returns an empty array.
|
|
1351
|
-
- If the condition is not fulfilled, the function returns a filtered array, probably a empty array inside of the child array
|
|
1305
|
+
Gets an dataset structure for the UI filter data
|
|
1352
1306
|
|
|
1353
1307
|
|
|
1354
1308
|
|
|
@@ -1357,9 +1311,7 @@ Filters a nested tree array by a custom condition on the last child node
|
|
|
1357
1311
|
|
|
1358
1312
|
| Name | Type | Description | |
|
|
1359
1313
|
| ---- | ---- | ----------- | -------- |
|
|
1360
|
-
|
|
|
1361
|
-
| childArrKey | | property representing the children array on the nested tree | |
|
|
1362
|
-
| condition | | function callback that determines if the filter is applied on the last child node of the nested tree | |
|
|
1314
|
+
| uFilter | | a UI structure filter | |
|
|
1363
1315
|
|
|
1364
1316
|
|
|
1365
1317
|
|
|
@@ -1367,17 +1319,13 @@ Filters a nested tree array by a custom condition on the last child node
|
|
|
1367
1319
|
##### Returns
|
|
1368
1320
|
|
|
1369
1321
|
|
|
1370
|
-
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1322
|
+
- an dataset structure
|
|
1374
1323
|
|
|
1375
|
-
### dist/general/array/flattenDeep.js
|
|
1376
1324
|
|
|
1377
1325
|
|
|
1378
|
-
####
|
|
1326
|
+
#### buildFilter(uFilter)
|
|
1379
1327
|
|
|
1380
|
-
|
|
1328
|
+
Gets an filter structure for the UI filter data
|
|
1381
1329
|
|
|
1382
1330
|
|
|
1383
1331
|
|
|
@@ -1386,7 +1334,7 @@ Flat deeply an array
|
|
|
1386
1334
|
|
|
1387
1335
|
| Name | Type | Description | |
|
|
1388
1336
|
| ---- | ---- | ----------- | -------- |
|
|
1389
|
-
|
|
|
1337
|
+
| uFilter | | a UI structure filter | |
|
|
1390
1338
|
|
|
1391
1339
|
|
|
1392
1340
|
|
|
@@ -1394,17 +1342,17 @@ Flat deeply an array
|
|
|
1394
1342
|
##### Returns
|
|
1395
1343
|
|
|
1396
1344
|
|
|
1397
|
-
-
|
|
1345
|
+
- an filter structure
|
|
1398
1346
|
|
|
1399
1347
|
|
|
1400
1348
|
|
|
1401
1349
|
|
|
1402
|
-
### dist/
|
|
1350
|
+
### dist/filters/adapters/logicToFD.js
|
|
1403
1351
|
|
|
1404
1352
|
|
|
1405
|
-
####
|
|
1353
|
+
#### logicToFD(filterData, version)
|
|
1406
1354
|
|
|
1407
|
-
|
|
1355
|
+
Generates a filter data structure from the old logic structure (v2.0).
|
|
1408
1356
|
|
|
1409
1357
|
|
|
1410
1358
|
|
|
@@ -1413,8 +1361,8 @@ Gets the first index from the array by a callback condition
|
|
|
1413
1361
|
|
|
1414
1362
|
| Name | Type | Description | |
|
|
1415
1363
|
| ---- | ---- | ----------- | -------- |
|
|
1416
|
-
|
|
|
1417
|
-
|
|
|
1364
|
+
| filterData | | The old filter data structure with logic (v2.0) | |
|
|
1365
|
+
| version | | Tag for the version of the filter data structure | |
|
|
1418
1366
|
|
|
1419
1367
|
|
|
1420
1368
|
|
|
@@ -1422,17 +1370,17 @@ Gets the first index from the array by a callback condition
|
|
|
1422
1370
|
##### Returns
|
|
1423
1371
|
|
|
1424
1372
|
|
|
1425
|
-
-
|
|
1373
|
+
- a Filter Data.
|
|
1426
1374
|
|
|
1427
1375
|
|
|
1428
1376
|
|
|
1429
1377
|
|
|
1430
|
-
### dist/
|
|
1378
|
+
### dist/filters/adapters/logicToFlatUI.js
|
|
1431
1379
|
|
|
1432
1380
|
|
|
1433
|
-
####
|
|
1381
|
+
#### logicToFlatUI(logics)
|
|
1434
1382
|
|
|
1435
|
-
|
|
1383
|
+
Adapts the Old logic structure (v2.0) to the flattened UI filter Structure.
|
|
1436
1384
|
|
|
1437
1385
|
|
|
1438
1386
|
|
|
@@ -1441,8 +1389,7 @@ Gets the last index from the array by a callback condition
|
|
|
1441
1389
|
|
|
1442
1390
|
| Name | Type | Description | |
|
|
1443
1391
|
| ---- | ---- | ----------- | -------- |
|
|
1444
|
-
|
|
|
1445
|
-
| callback | | function callback | |
|
|
1392
|
+
| logics | | The old logic structure (v2.0) | |
|
|
1446
1393
|
|
|
1447
1394
|
|
|
1448
1395
|
|
|
@@ -1450,17 +1397,13 @@ Gets the last index from the array by a callback condition
|
|
|
1450
1397
|
##### Returns
|
|
1451
1398
|
|
|
1452
1399
|
|
|
1453
|
-
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1400
|
+
- The Flattened UI Filters array
|
|
1457
1401
|
|
|
1458
|
-
### dist/general/function/debounce.js
|
|
1459
1402
|
|
|
1460
1403
|
|
|
1461
|
-
####
|
|
1404
|
+
#### getFilter(filters, filter, getIndex)
|
|
1462
1405
|
|
|
1463
|
-
|
|
1406
|
+
Get the filter or the index of the given array, validating an old filter structure.
|
|
1464
1407
|
|
|
1465
1408
|
|
|
1466
1409
|
|
|
@@ -1469,8 +1412,9 @@ Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last
|
|
|
1469
1412
|
|
|
1470
1413
|
| Name | Type | Description | |
|
|
1471
1414
|
| ---- | ---- | ----------- | -------- |
|
|
1472
|
-
|
|
|
1473
|
-
|
|
|
1415
|
+
| filters | | The array of UI filters | |
|
|
1416
|
+
| filter | | The old logic structure filter | |
|
|
1417
|
+
| getIndex | | Determines if the index or returns the UI filter object | |
|
|
1474
1418
|
|
|
1475
1419
|
|
|
1476
1420
|
|
|
@@ -1478,17 +1422,13 @@ Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last
|
|
|
1478
1422
|
##### Returns
|
|
1479
1423
|
|
|
1480
1424
|
|
|
1481
|
-
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1425
|
+
- the index or the UI filter object
|
|
1485
1426
|
|
|
1486
|
-
### dist/general/function/throttled.js
|
|
1487
1427
|
|
|
1488
1428
|
|
|
1489
|
-
####
|
|
1429
|
+
#### refineRankingValues(values, uiValues)
|
|
1490
1430
|
|
|
1491
|
-
|
|
1431
|
+
Refines the values of the Ranking column type.
|
|
1492
1432
|
|
|
1493
1433
|
|
|
1494
1434
|
|
|
@@ -1497,8 +1437,8 @@ Make sure to only invokes _fn_ at most once per every _time_ milliseconds
|
|
|
1497
1437
|
|
|
1498
1438
|
| Name | Type | Description | |
|
|
1499
1439
|
| ---- | ---- | ----------- | -------- |
|
|
1500
|
-
|
|
|
1501
|
-
|
|
|
1440
|
+
| values | | the Array of Ranking values | |
|
|
1441
|
+
| uiValues | | Object with additional info about the values of the filter. | |
|
|
1502
1442
|
|
|
1503
1443
|
|
|
1504
1444
|
|
|
@@ -1506,18 +1446,17 @@ Make sure to only invokes _fn_ at most once per every _time_ milliseconds
|
|
|
1506
1446
|
##### Returns
|
|
1507
1447
|
|
|
1508
1448
|
|
|
1509
|
-
-
|
|
1449
|
+
- the array of Ranking values
|
|
1510
1450
|
|
|
1511
1451
|
|
|
1512
1452
|
|
|
1513
1453
|
|
|
1514
|
-
### dist/
|
|
1454
|
+
### dist/filters/adapters/logicToUI.js
|
|
1515
1455
|
|
|
1516
1456
|
|
|
1517
|
-
####
|
|
1457
|
+
#### logicToUI(uFilters, datasetsInfo)
|
|
1518
1458
|
|
|
1519
|
-
|
|
1520
|
-
Not to use this function with inner objects and functions
|
|
1459
|
+
Generates a UI filter structure from the old logic structure (v2.0).
|
|
1521
1460
|
|
|
1522
1461
|
|
|
1523
1462
|
|
|
@@ -1526,7 +1465,8 @@ Not to use this function with inner objects and functions
|
|
|
1526
1465
|
|
|
1527
1466
|
| Name | Type | Description | |
|
|
1528
1467
|
| ---- | ---- | ----------- | -------- |
|
|
1529
|
-
|
|
|
1468
|
+
| uFilters | | Array of filters from old logic structure | |
|
|
1469
|
+
| datasetsInfo | | Collection of datasets information | |
|
|
1530
1470
|
|
|
1531
1471
|
|
|
1532
1472
|
|
|
@@ -1534,21 +1474,17 @@ Not to use this function with inner objects and functions
|
|
|
1534
1474
|
##### Returns
|
|
1535
1475
|
|
|
1536
1476
|
|
|
1537
|
-
-
|
|
1538
|
-
|
|
1477
|
+
- a UI Filter Data.
|
|
1539
1478
|
|
|
1540
1479
|
|
|
1541
1480
|
|
|
1542
|
-
### dist/general/object/get.js
|
|
1543
1481
|
|
|
1482
|
+
### dist/filters/adapters/transformFilters.js
|
|
1544
1483
|
|
|
1545
|
-
#### _get(baseObject, path, defaultValue)
|
|
1546
1484
|
|
|
1547
|
-
|
|
1548
|
-
Gets the value at path of object. If the resolved value is undefined, the defaultValue is returned in its place.
|
|
1485
|
+
#### transformFilters(oldFiltersObj, section)
|
|
1549
1486
|
|
|
1550
|
-
|
|
1551
|
-
Undefined and null values will return the defaultValue.
|
|
1487
|
+
Transform the old filters structure into the new one
|
|
1552
1488
|
|
|
1553
1489
|
|
|
1554
1490
|
|
|
@@ -1557,9 +1493,8 @@ Undefined and null values will return the defaultValue.
|
|
|
1557
1493
|
|
|
1558
1494
|
| Name | Type | Description | |
|
|
1559
1495
|
| ---- | ---- | ----------- | -------- |
|
|
1560
|
-
|
|
|
1561
|
-
|
|
|
1562
|
-
| defaultValue | | The value returned for undefined resolved values. | |
|
|
1496
|
+
| oldFiltersObj | `Object` | an object with the old filters structure | |
|
|
1497
|
+
| section | `String` | could be 'ANALYZE', 'PB', 'UM' or any other value. Deafult is 'ANYWHERE' | |
|
|
1563
1498
|
|
|
1564
1499
|
|
|
1565
1500
|
|
|
@@ -1567,49 +1502,68 @@ Undefined and null values will return the defaultValue.
|
|
|
1567
1502
|
##### Examples
|
|
1568
1503
|
|
|
1569
1504
|
```javascript
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1505
|
+
|
|
1506
|
+
const oldPreferenceFilters = {
|
|
1507
|
+
"WWXHAULtR-_-xYOQAdpqT__ENABLED": true,
|
|
1508
|
+
"WWXHAULtR-_-xYOQAdpqT__ALL--ENABLED": true,
|
|
1509
|
+
"WWXHAULtR-_-xYOQAdpqT__COLLAPSED": false,
|
|
1510
|
+
"WWXHAULtR-_-xYOQAdpqT__LABEL": "GLOBAL",
|
|
1511
|
+
"WWXHAULtR-_-xYOQAdpqT-_-AK4M8UV2": {
|
|
1512
|
+
"formulaId": null,
|
|
1513
|
+
"panelId": null,
|
|
1514
|
+
"values": [
|
|
1515
|
+
{
|
|
1516
|
+
"EQUALS": [
|
|
1517
|
+
{
|
|
1518
|
+
"id": "AK4M8UV2a0",
|
|
1519
|
+
"value": "A",
|
|
1520
|
+
"enabled": true,
|
|
1521
|
+
"imageUrl": null
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"id": "AK4M8UV2a1",
|
|
1525
|
+
"value": "B",
|
|
1526
|
+
"enabled": true,
|
|
1527
|
+
"imageUrl": null
|
|
1528
|
+
}
|
|
1529
|
+
]
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"bucketId": null,
|
|
1533
|
+
"text": "MC",
|
|
1534
|
+
"title": "MC",
|
|
1535
|
+
"type": "SINGLE_CHOICE",
|
|
1536
|
+
"qid": "AK4M8UV2",
|
|
1537
|
+
"dataset": {
|
|
1538
|
+
"sourceid": "xYOQAdpqT",
|
|
1539
|
+
"name": "Form All Questions",
|
|
1540
|
+
"qrveyid": "xYOQAdpqT",
|
|
1541
|
+
"text": "Form All Questions",
|
|
1542
|
+
"linkid": 0
|
|
1543
|
+
},
|
|
1544
|
+
"enabled": true,
|
|
1545
|
+
"linked": null
|
|
1546
|
+
}
|
|
1547
|
+
};
|
|
1548
|
+
|
|
1549
|
+
const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
|
|
1588
1550
|
```
|
|
1589
1551
|
|
|
1590
1552
|
|
|
1591
1553
|
##### Returns
|
|
1592
1554
|
|
|
1593
1555
|
|
|
1594
|
-
- the
|
|
1556
|
+
- `Object` an object with the new filters structure
|
|
1595
1557
|
|
|
1596
1558
|
|
|
1597
1559
|
|
|
1598
1560
|
|
|
1599
|
-
### dist/
|
|
1561
|
+
### dist/filters/helpers/applyHierarchyForAggFilters.js
|
|
1600
1562
|
|
|
1601
1563
|
|
|
1602
|
-
####
|
|
1564
|
+
#### applyHierarchyForAggFilters(chartSettings, scopes, currentScope)
|
|
1603
1565
|
|
|
1604
|
-
|
|
1605
|
-
- To optimize the searching, it is required a key in a snake_case style
|
|
1606
|
-
- List of cases that do not match
|
|
1607
|
-
-- From lower to snake case
|
|
1608
|
-
-- From upper to snake case
|
|
1609
|
-
-- From lower to camel case
|
|
1610
|
-
-- From upper to camel case
|
|
1611
|
-
-- From lower to pascal case
|
|
1612
|
-
-- From upper to pascal case
|
|
1566
|
+
[TODO: Make a proper description for this function]
|
|
1613
1567
|
|
|
1614
1568
|
|
|
1615
1569
|
|
|
@@ -1618,33 +1572,27 @@ Searchs for properties in different case styles such as: lower, upper, camel and
|
|
|
1618
1572
|
|
|
1619
1573
|
| Name | Type | Description | |
|
|
1620
1574
|
| ---- | ---- | ----------- | -------- |
|
|
1621
|
-
|
|
|
1622
|
-
|
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1575
|
+
| chartSettings | | Chart Settings for the Filter Builder | |
|
|
1576
|
+
| scopes | | | |
|
|
1577
|
+
| currentScope | | | |
|
|
1626
1578
|
|
|
1627
|
-
##### Examples
|
|
1628
1579
|
|
|
1629
|
-
```javascript
|
|
1630
|
-
getAttribute(obj, 'snake_case') //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
|
|
1631
|
-
```
|
|
1632
1580
|
|
|
1633
1581
|
|
|
1634
1582
|
##### Returns
|
|
1635
1583
|
|
|
1636
1584
|
|
|
1637
|
-
-
|
|
1585
|
+
-
|
|
1638
1586
|
|
|
1639
1587
|
|
|
1640
1588
|
|
|
1641
1589
|
|
|
1642
|
-
### dist/
|
|
1590
|
+
### dist/filters/helpers/getAvailableScopes.js
|
|
1643
1591
|
|
|
1644
1592
|
|
|
1645
|
-
####
|
|
1593
|
+
#### getAvailableScopes(config)
|
|
1646
1594
|
|
|
1647
|
-
|
|
1595
|
+
Gets Scopes/Scope IDs by given IDs
|
|
1648
1596
|
|
|
1649
1597
|
|
|
1650
1598
|
|
|
@@ -1653,38 +1601,25 @@ Use the hasOwnProperty in order to verify if the given property exists in the ob
|
|
|
1653
1601
|
|
|
1654
1602
|
| Name | Type | Description | |
|
|
1655
1603
|
| ---- | ---- | ----------- | -------- |
|
|
1656
|
-
|
|
|
1657
|
-
| property | `string` | String to verify if exists in the object as property | |
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
##### Examples
|
|
1604
|
+
| config | | given Differnts IDs in order set a available scope | |
|
|
1663
1605
|
|
|
1664
|
-
```javascript
|
|
1665
|
-
const prop = 'prop2'
|
|
1666
|
-
const obj1 = { prop1: 'hello', prop2: 'world'}
|
|
1667
|
-
_hasProperty(ob1, prop1) // true
|
|
1668
1606
|
|
|
1669
|
-
const obj2 = { prop1: 'hello world' }
|
|
1670
|
-
_hasProperty(ob1, prop2) // false
|
|
1671
|
-
```
|
|
1672
1607
|
|
|
1673
1608
|
|
|
1674
1609
|
##### Returns
|
|
1675
1610
|
|
|
1676
1611
|
|
|
1677
|
-
-
|
|
1612
|
+
- a Scopes/Scope IDs array
|
|
1678
1613
|
|
|
1679
1614
|
|
|
1680
1615
|
|
|
1681
1616
|
|
|
1682
|
-
### dist/
|
|
1617
|
+
### dist/filters/helpers/getAvailableScopesIDsByConfig.js
|
|
1683
1618
|
|
|
1684
1619
|
|
|
1685
|
-
####
|
|
1620
|
+
#### getAvailableScopesIDsByConfig(config)
|
|
1686
1621
|
|
|
1687
|
-
|
|
1622
|
+
Gets the Scopes IDS for the Available Scope function by any config
|
|
1688
1623
|
|
|
1689
1624
|
|
|
1690
1625
|
|
|
@@ -1693,7 +1628,7 @@ Checks if the given argument is an object type
|
|
|
1693
1628
|
|
|
1694
1629
|
| Name | Type | Description | |
|
|
1695
1630
|
| ---- | ---- | ----------- | -------- |
|
|
1696
|
-
|
|
|
1631
|
+
| config | | any config | |
|
|
1697
1632
|
|
|
1698
1633
|
|
|
1699
1634
|
|
|
@@ -1701,18 +1636,17 @@ Checks if the given argument is an object type
|
|
|
1701
1636
|
##### Returns
|
|
1702
1637
|
|
|
1703
1638
|
|
|
1704
|
-
-
|
|
1639
|
+
- a Available Scope IDS config
|
|
1705
1640
|
|
|
1706
1641
|
|
|
1707
1642
|
|
|
1708
1643
|
|
|
1709
|
-
### dist/
|
|
1644
|
+
### dist/filters/helpers/getScopesByHierarchy.js
|
|
1710
1645
|
|
|
1711
1646
|
|
|
1712
|
-
####
|
|
1647
|
+
#### getScopesByHierarchy(scopes, currentScope)
|
|
1713
1648
|
|
|
1714
|
-
|
|
1715
|
-
and return a mapped object
|
|
1649
|
+
[TODO: Make a description for this]
|
|
1716
1650
|
|
|
1717
1651
|
|
|
1718
1652
|
|
|
@@ -1721,8 +1655,8 @@ and return a mapped object
|
|
|
1721
1655
|
|
|
1722
1656
|
| Name | Type | Description | |
|
|
1723
1657
|
| ---- | ---- | ----------- | -------- |
|
|
1724
|
-
|
|
|
1725
|
-
|
|
|
1658
|
+
| scopes | | the collection of Scopes/Scope IDs | |
|
|
1659
|
+
| currentScope | | Current scope type | |
|
|
1726
1660
|
|
|
1727
1661
|
|
|
1728
1662
|
|
|
@@ -1730,18 +1664,17 @@ and return a mapped object
|
|
|
1730
1664
|
##### Returns
|
|
1731
1665
|
|
|
1732
1666
|
|
|
1733
|
-
-
|
|
1667
|
+
- A new array of Scopes/Scope IDs
|
|
1734
1668
|
|
|
1735
1669
|
|
|
1736
1670
|
|
|
1737
1671
|
|
|
1738
|
-
### dist/general/
|
|
1672
|
+
### dist/general/array/delete.js
|
|
1739
1673
|
|
|
1740
1674
|
|
|
1741
|
-
####
|
|
1675
|
+
#### ArrayDelete(array, index)
|
|
1742
1676
|
|
|
1743
|
-
|
|
1744
|
-
The second given argument to the first given argument.
|
|
1677
|
+
Inmutable Array Item deletion
|
|
1745
1678
|
|
|
1746
1679
|
|
|
1747
1680
|
|
|
@@ -1750,9 +1683,8 @@ The second given argument to the first given argument.
|
|
|
1750
1683
|
|
|
1751
1684
|
| Name | Type | Description | |
|
|
1752
1685
|
| ---- | ---- | ----------- | -------- |
|
|
1753
|
-
|
|
|
1754
|
-
|
|
|
1755
|
-
| settings | | Object settings for this function | |
|
|
1686
|
+
| array | `Array` | a collection of items to delete | |
|
|
1687
|
+
| index | `Number` | the position of the item to delete | |
|
|
1756
1688
|
|
|
1757
1689
|
|
|
1758
1690
|
|
|
@@ -1760,13 +1692,20 @@ The second given argument to the first given argument.
|
|
|
1760
1692
|
##### Returns
|
|
1761
1693
|
|
|
1762
1694
|
|
|
1763
|
-
- a new
|
|
1695
|
+
- a new Array or the given parameter when is empty or not an array
|
|
1764
1696
|
|
|
1765
1697
|
|
|
1766
1698
|
|
|
1767
|
-
#### isValid(obj1, obj2)
|
|
1768
1699
|
|
|
1769
|
-
|
|
1700
|
+
### dist/general/array/filterNestedTree.js
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
#### filterNestedTree(arr, childArrKey, condition)
|
|
1704
|
+
|
|
1705
|
+
Filters a nested tree array by a custom condition on the last child node
|
|
1706
|
+
- If the given arguments are not valid, the function returns the first argument.
|
|
1707
|
+
- If the childArrKey is not matched in the object, the condition tries to resolve the filter anyway and returns an empty array.
|
|
1708
|
+
- If the condition is not fulfilled, the function returns a filtered array, probably a empty array inside of the child array
|
|
1770
1709
|
|
|
1771
1710
|
|
|
1772
1711
|
|
|
@@ -1775,8 +1714,9 @@ Validates if the two arguments are objects
|
|
|
1775
1714
|
|
|
1776
1715
|
| Name | Type | Description | |
|
|
1777
1716
|
| ---- | ---- | ----------- | -------- |
|
|
1778
|
-
|
|
|
1779
|
-
|
|
|
1717
|
+
| arr | | nested tree array | |
|
|
1718
|
+
| childArrKey | | property representing the children array on the nested tree | |
|
|
1719
|
+
| condition | | function callback that determines if the filter is applied on the last child node of the nested tree | |
|
|
1780
1720
|
|
|
1781
1721
|
|
|
1782
1722
|
|
|
@@ -1784,13 +1724,17 @@ Validates if the two arguments are objects
|
|
|
1784
1724
|
##### Returns
|
|
1785
1725
|
|
|
1786
1726
|
|
|
1787
|
-
-
|
|
1727
|
+
- array filtered
|
|
1788
1728
|
|
|
1789
1729
|
|
|
1790
1730
|
|
|
1791
|
-
#### getParamsToMergeDeep(settings)
|
|
1792
1731
|
|
|
1793
|
-
|
|
1732
|
+
### dist/general/array/flattenDeep.js
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
#### flattenDeep(arr)
|
|
1736
|
+
|
|
1737
|
+
Flat deeply an array
|
|
1794
1738
|
|
|
1795
1739
|
|
|
1796
1740
|
|
|
@@ -1799,7 +1743,7 @@ Validates and gets the settings with all set parameters.
|
|
|
1799
1743
|
|
|
1800
1744
|
| Name | Type | Description | |
|
|
1801
1745
|
| ---- | ---- | ----------- | -------- |
|
|
1802
|
-
|
|
|
1746
|
+
| arr | | Array to flat deeply | |
|
|
1803
1747
|
|
|
1804
1748
|
|
|
1805
1749
|
|
|
@@ -1807,17 +1751,17 @@ Validates and gets the settings with all set parameters.
|
|
|
1807
1751
|
##### Returns
|
|
1808
1752
|
|
|
1809
1753
|
|
|
1810
|
-
-
|
|
1754
|
+
- flatten array
|
|
1811
1755
|
|
|
1812
1756
|
|
|
1813
1757
|
|
|
1814
1758
|
|
|
1815
|
-
### dist/general/
|
|
1759
|
+
### dist/general/array/getFirstIndexFromArray.js
|
|
1816
1760
|
|
|
1817
1761
|
|
|
1818
|
-
####
|
|
1762
|
+
#### getFirstIndexFromArray(array, callback)
|
|
1819
1763
|
|
|
1820
|
-
|
|
1764
|
+
Gets the first index from the array by a callback condition
|
|
1821
1765
|
|
|
1822
1766
|
|
|
1823
1767
|
|
|
@@ -1826,8 +1770,8 @@ Created a new reference of the given argument
|
|
|
1826
1770
|
|
|
1827
1771
|
| Name | Type | Description | |
|
|
1828
1772
|
| ---- | ---- | ----------- | -------- |
|
|
1829
|
-
|
|
|
1830
|
-
|
|
|
1773
|
+
| array | | | |
|
|
1774
|
+
| callback | | function callback | |
|
|
1831
1775
|
|
|
1832
1776
|
|
|
1833
1777
|
|
|
@@ -1835,17 +1779,17 @@ Created a new reference of the given argument
|
|
|
1835
1779
|
##### Returns
|
|
1836
1780
|
|
|
1837
1781
|
|
|
1838
|
-
-
|
|
1782
|
+
- the first index of the array. -1 when the condition is not satisfied
|
|
1839
1783
|
|
|
1840
1784
|
|
|
1841
1785
|
|
|
1842
1786
|
|
|
1843
|
-
### dist/general/
|
|
1787
|
+
### dist/general/array/getLastIndexFromArray.js
|
|
1844
1788
|
|
|
1845
1789
|
|
|
1846
|
-
####
|
|
1790
|
+
#### getLastIndexFromArray(array, callback)
|
|
1847
1791
|
|
|
1848
|
-
|
|
1792
|
+
Gets the last index from the array by a callback condition
|
|
1849
1793
|
|
|
1850
1794
|
|
|
1851
1795
|
|
|
@@ -1854,8 +1798,8 @@ return a new Object excluding attributes in _props_ list
|
|
|
1854
1798
|
|
|
1855
1799
|
| Name | Type | Description | |
|
|
1856
1800
|
| ---- | ---- | ----------- | -------- |
|
|
1857
|
-
|
|
|
1858
|
-
|
|
|
1801
|
+
| array | | | |
|
|
1802
|
+
| callback | | function callback | |
|
|
1859
1803
|
|
|
1860
1804
|
|
|
1861
1805
|
|
|
@@ -1863,17 +1807,17 @@ return a new Object excluding attributes in _props_ list
|
|
|
1863
1807
|
##### Returns
|
|
1864
1808
|
|
|
1865
1809
|
|
|
1866
|
-
-
|
|
1810
|
+
- the last index of the array. -1 when the condition is not satisfied
|
|
1867
1811
|
|
|
1868
1812
|
|
|
1869
1813
|
|
|
1870
1814
|
|
|
1871
|
-
### dist/general/
|
|
1815
|
+
### dist/general/function/debounce.js
|
|
1872
1816
|
|
|
1873
1817
|
|
|
1874
|
-
####
|
|
1818
|
+
#### debounce(fn, time)
|
|
1875
1819
|
|
|
1876
|
-
|
|
1820
|
+
Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last time the debounced function was invoked.
|
|
1877
1821
|
|
|
1878
1822
|
|
|
1879
1823
|
|
|
@@ -1882,8 +1826,8 @@ return a new object just with attributes in _keys_ list
|
|
|
1882
1826
|
|
|
1883
1827
|
| Name | Type | Description | |
|
|
1884
1828
|
| ---- | ---- | ----------- | -------- |
|
|
1885
|
-
|
|
|
1886
|
-
|
|
|
1829
|
+
| fn | `Function` | original Function | |
|
|
1830
|
+
| time | `Number` | default 500ms | |
|
|
1887
1831
|
|
|
1888
1832
|
|
|
1889
1833
|
|
|
@@ -1891,17 +1835,17 @@ return a new object just with attributes in _keys_ list
|
|
|
1891
1835
|
##### Returns
|
|
1892
1836
|
|
|
1893
1837
|
|
|
1894
|
-
- `
|
|
1838
|
+
- `Function` debounced functions
|
|
1895
1839
|
|
|
1896
1840
|
|
|
1897
1841
|
|
|
1898
1842
|
|
|
1899
|
-
### dist/general/
|
|
1843
|
+
### dist/general/function/throttled.js
|
|
1900
1844
|
|
|
1901
1845
|
|
|
1902
|
-
####
|
|
1846
|
+
#### throttled(fn, time)
|
|
1903
1847
|
|
|
1904
|
-
|
|
1848
|
+
Make sure to only invokes _fn_ at most once per every _time_ milliseconds
|
|
1905
1849
|
|
|
1906
1850
|
|
|
1907
1851
|
|
|
@@ -1910,7 +1854,8 @@ serialize object to url param
|
|
|
1910
1854
|
|
|
1911
1855
|
| Name | Type | Description | |
|
|
1912
1856
|
| ---- | ---- | ----------- | -------- |
|
|
1913
|
-
|
|
|
1857
|
+
| fn | `Function` | original Function | |
|
|
1858
|
+
| time | `Number` | default 500ms | |
|
|
1914
1859
|
|
|
1915
1860
|
|
|
1916
1861
|
|
|
@@ -1918,7 +1863,7 @@ serialize object to url param
|
|
|
1918
1863
|
##### Returns
|
|
1919
1864
|
|
|
1920
1865
|
|
|
1921
|
-
- `
|
|
1866
|
+
- `Function` throttled function
|
|
1922
1867
|
|
|
1923
1868
|
|
|
1924
1869
|
|
|
@@ -2033,14 +1978,461 @@ importScripts([
|
|
|
2033
1978
|
##### Returns
|
|
2034
1979
|
|
|
2035
1980
|
|
|
2036
|
-
- `Promise` Promise when all script have been loaded
|
|
1981
|
+
- `Promise` Promise when all script have been loaded
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
#### loadScript(url, type, noModule)
|
|
1986
|
+
|
|
1987
|
+
Creates the script element and appends to document.head
|
|
1988
|
+
return a Promise that is resolved when the script is loaded
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
##### Parameters
|
|
1994
|
+
|
|
1995
|
+
| Name | Type | Description | |
|
|
1996
|
+
| ---- | ---- | ----------- | -------- |
|
|
1997
|
+
| url | `String` | Cdn Url | |
|
|
1998
|
+
| type | `String` | (Optional) it could be `module` of `text/javascript`. Default `text/javascript` | |
|
|
1999
|
+
| noModule | `boolean` | (Optional) add `momodule` attribute to script tag. Default `false` | |
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
##### Returns
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
- `Void`
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
### dist/general/mix/isEmpty.js
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
#### isEmpty(variable, includeFalsy)
|
|
2016
|
+
|
|
2017
|
+
Validates if the given argument is empty
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
##### Parameters
|
|
2023
|
+
|
|
2024
|
+
| Name | Type | Description | |
|
|
2025
|
+
| ---- | ---- | ----------- | -------- |
|
|
2026
|
+
| variable | | the given variable | |
|
|
2027
|
+
| includeFalsy | | flag to determine include the falsy variables into the validation | |
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
##### Returns
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
- true: the given argument is empty; false: is not.
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
### dist/general/mix/isNaNV2.js
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
#### isNaNV2(variable)
|
|
2044
|
+
|
|
2045
|
+
Validates if the recieved number is NaN type.
|
|
2046
|
+
This function recieves any variable but will return false.
|
|
2047
|
+
Validates if variable is null, undefined, or an empty string, also, the function uses isNaN native function.
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
##### Parameters
|
|
2053
|
+
|
|
2054
|
+
| Name | Type | Description | |
|
|
2055
|
+
| ---- | ---- | ----------- | -------- |
|
|
2056
|
+
| variable | | the variable to validate | |
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
##### Returns
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
- True if variable is a NaN or false otherwise
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
### dist/general/mix/isNull.js
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
#### isNull(arg)
|
|
2073
|
+
|
|
2074
|
+
return if a given variable is either `null` or `undefined`
|
|
2075
|
+
useful to avoid falsify validating Number Zero (0)
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
|
|
2080
|
+
##### Parameters
|
|
2081
|
+
|
|
2082
|
+
| Name | Type | Description | |
|
|
2083
|
+
| ---- | ---- | ----------- | -------- |
|
|
2084
|
+
| arg | `any` | | |
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
##### Returns
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
- `Boolean`
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
### dist/general/mix/randomId.js
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
#### randomId(length, exclude)
|
|
2101
|
+
|
|
2102
|
+
Creates a random string
|
|
2103
|
+
- If the first given argument is different than a length number, the variable is replaced by a default number
|
|
2104
|
+
- If the optional second given argument is passed the random string is permutated.
|
|
2105
|
+
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
|
|
2109
|
+
##### Parameters
|
|
2110
|
+
|
|
2111
|
+
| Name | Type | Description | |
|
|
2112
|
+
| ---- | ---- | ----------- | -------- |
|
|
2113
|
+
| length | `Number` | size of the generated string. Default 8 | |
|
|
2114
|
+
| exclude | `Array` | collection of strings that is going to be excluded of the random string. | |
|
|
2115
|
+
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
|
|
2119
|
+
##### Returns
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
- `String` Random string
|
|
2123
|
+
|
|
2124
|
+
|
|
2125
|
+
|
|
2126
|
+
|
|
2127
|
+
### dist/general/mix/size.js
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
#### size(obj)
|
|
2131
|
+
|
|
2132
|
+
Gets the length of the given array.
|
|
2133
|
+
- Useful for Object, Array and string type.
|
|
2134
|
+
- For `null` or `undefined` or else argument the returned value will be 0.
|
|
2135
|
+
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
##### Parameters
|
|
2140
|
+
|
|
2141
|
+
| Name | Type | Description | |
|
|
2142
|
+
| ---- | ---- | ----------- | -------- |
|
|
2143
|
+
| obj | `Any` | Any object-type variable | |
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
##### Returns
|
|
2149
|
+
|
|
2150
|
+
|
|
2151
|
+
- `Number` the size of the given variable
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
### dist/general/object/cloneDeep.js
|
|
2157
|
+
|
|
2158
|
+
|
|
2159
|
+
#### cloneDeep(obj)
|
|
2160
|
+
|
|
2161
|
+
A simple Deep Cloning function. Valid only for primivite values and object with primitive values.
|
|
2162
|
+
Not to use this function with inner objects and functions
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
|
|
2166
|
+
|
|
2167
|
+
##### Parameters
|
|
2168
|
+
|
|
2169
|
+
| Name | Type | Description | |
|
|
2170
|
+
| ---- | ---- | ----------- | -------- |
|
|
2171
|
+
| obj | | The object | |
|
|
2172
|
+
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
|
|
2176
|
+
##### Returns
|
|
2177
|
+
|
|
2178
|
+
|
|
2179
|
+
- The new reference object or the given object if the parsing is incorrect or empty
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
|
|
2184
|
+
### dist/general/object/get.js
|
|
2185
|
+
|
|
2186
|
+
|
|
2187
|
+
#### _get(baseObject, path, defaultValue)
|
|
2188
|
+
|
|
2189
|
+
Like lodash _.get.
|
|
2190
|
+
Gets the value at path of object. If the resolved value is undefined, the defaultValue is returned in its place.
|
|
2191
|
+
|
|
2192
|
+
Empty arrays and empty objects are returned but the defaultValue is not
|
|
2193
|
+
Undefined and null values will return the defaultValue.
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
##### Parameters
|
|
2199
|
+
|
|
2200
|
+
| Name | Type | Description | |
|
|
2201
|
+
| ---- | ---- | ----------- | -------- |
|
|
2202
|
+
| baseObject | | The object to query | |
|
|
2203
|
+
| path | | The string path or collection of string paths of the property to get. | |
|
|
2204
|
+
| defaultValue | | The value returned for undefined resolved values. | |
|
|
2205
|
+
|
|
2206
|
+
|
|
2207
|
+
|
|
2208
|
+
|
|
2209
|
+
##### Examples
|
|
2210
|
+
|
|
2211
|
+
```javascript
|
|
2212
|
+
// returns 'Hello'
|
|
2213
|
+
_get({ item1: 'Hello', item2: 'World' }, 'item1')
|
|
2214
|
+
```
|
|
2215
|
+
```javascript
|
|
2216
|
+
// returns 'A simple Hello'
|
|
2217
|
+
_get({ item1: 'Hello', item2: 'World' }, 'item3', 'A simple Hello')
|
|
2218
|
+
```
|
|
2219
|
+
```javascript
|
|
2220
|
+
// returns 'Hello Again'
|
|
2221
|
+
_get({ item1: { item11: 'Hello Again' }, item2: {} }, 'item1.item11')
|
|
2222
|
+
```
|
|
2223
|
+
```javascript
|
|
2224
|
+
// returns 'Hello 2'
|
|
2225
|
+
_get({ item1: ['Hello 1', 'Hello 2' }, item2: [] }, 'item1[1]')
|
|
2226
|
+
```
|
|
2227
|
+
```javascript
|
|
2228
|
+
// returns 'Hello Again'
|
|
2229
|
+
_get({ item1: { item11: 'Hello Again' }, item2: {} }, ['item1', 'item11'])
|
|
2230
|
+
```
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
##### Returns
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
- the resolved value.
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
### dist/general/object/getAttribute.js
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
#### getAttribute(obj, key)
|
|
2245
|
+
|
|
2246
|
+
Searchs for properties in different case styles such as: lower, upper, camel and pascal
|
|
2247
|
+
- To optimize the searching, it is required a key in a snake_case style
|
|
2248
|
+
- List of cases that do not match
|
|
2249
|
+
-- From lower to snake case
|
|
2250
|
+
-- From upper to snake case
|
|
2251
|
+
-- From lower to camel case
|
|
2252
|
+
-- From upper to camel case
|
|
2253
|
+
-- From lower to pascal case
|
|
2254
|
+
-- From upper to pascal case
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
|
|
2258
|
+
|
|
2259
|
+
##### Parameters
|
|
2260
|
+
|
|
2261
|
+
| Name | Type | Description | |
|
|
2262
|
+
| ---- | ---- | ----------- | -------- |
|
|
2263
|
+
| obj | `object` | object to look for | |
|
|
2264
|
+
| key | `string` | String attribute in snake_case style | |
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
##### Examples
|
|
2270
|
+
|
|
2271
|
+
```javascript
|
|
2272
|
+
getAttribute(obj, 'snake_case') //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
|
|
2273
|
+
```
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
##### Returns
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
- `Void`
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
### dist/general/object/hasProperty.js
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
#### _hasProperty(obj, property)
|
|
2288
|
+
|
|
2289
|
+
Use the hasOwnProperty in order to verify if the given property exists in the object.
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
|
|
2294
|
+
##### Parameters
|
|
2295
|
+
|
|
2296
|
+
| Name | Type | Description | |
|
|
2297
|
+
| ---- | ---- | ----------- | -------- |
|
|
2298
|
+
| obj | `object` | an object | |
|
|
2299
|
+
| property | `string` | String to verify if exists in the object as property | |
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
##### Examples
|
|
2305
|
+
|
|
2306
|
+
```javascript
|
|
2307
|
+
const prop = 'prop2'
|
|
2308
|
+
const obj1 = { prop1: 'hello', prop2: 'world'}
|
|
2309
|
+
_hasProperty(ob1, prop1) // true
|
|
2310
|
+
|
|
2311
|
+
const obj2 = { prop1: 'hello world' }
|
|
2312
|
+
_hasProperty(ob1, prop2) // false
|
|
2313
|
+
```
|
|
2314
|
+
|
|
2315
|
+
|
|
2316
|
+
##### Returns
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
- True if the object has the given property; otherwise, false.
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
### dist/general/object/isObject.js
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
#### isObject(obj)
|
|
2328
|
+
|
|
2329
|
+
Checks if the given argument is an object type
|
|
2330
|
+
|
|
2331
|
+
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
##### Parameters
|
|
2335
|
+
|
|
2336
|
+
| Name | Type | Description | |
|
|
2337
|
+
| ---- | ---- | ----------- | -------- |
|
|
2338
|
+
| obj | | the variable to check | |
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
##### Returns
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
- True: It is an object; False: It is not.
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
|
|
2351
|
+
### dist/general/object/mapValues.js
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
#### mapValues(baseObject, iteratee)
|
|
2355
|
+
|
|
2356
|
+
Invoke iteratee (function) for each object key-value pair
|
|
2357
|
+
and return a mapped object
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
##### Parameters
|
|
2363
|
+
|
|
2364
|
+
| Name | Type | Description | |
|
|
2365
|
+
| ---- | ---- | ----------- | -------- |
|
|
2366
|
+
| baseObject | `Object` | Base object. | |
|
|
2367
|
+
| iteratee | `Function` | The executed per iteration. | |
|
|
2368
|
+
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
##### Returns
|
|
2373
|
+
|
|
2374
|
+
|
|
2375
|
+
- `Object` New mapped object.
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
|
|
2380
|
+
### dist/general/object/mergeDeep.js
|
|
2381
|
+
|
|
2382
|
+
|
|
2383
|
+
#### mergeDeep(obj1, obj2, settings)
|
|
2384
|
+
|
|
2385
|
+
Merges two objects into a new one.
|
|
2386
|
+
The second given argument to the first given argument.
|
|
2387
|
+
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
##### Parameters
|
|
2392
|
+
|
|
2393
|
+
| Name | Type | Description | |
|
|
2394
|
+
| ---- | ---- | ----------- | -------- |
|
|
2395
|
+
| obj1 | | The target object | |
|
|
2396
|
+
| obj2 | | The object to be merged | |
|
|
2397
|
+
| settings | | Object settings for this function | |
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
##### Returns
|
|
2403
|
+
|
|
2404
|
+
|
|
2405
|
+
- a new merged object
|
|
2406
|
+
|
|
2407
|
+
|
|
2408
|
+
|
|
2409
|
+
#### isValid(obj1, obj2)
|
|
2410
|
+
|
|
2411
|
+
Validates if the two arguments are objects
|
|
2412
|
+
|
|
2413
|
+
|
|
2414
|
+
|
|
2415
|
+
|
|
2416
|
+
##### Parameters
|
|
2417
|
+
|
|
2418
|
+
| Name | Type | Description | |
|
|
2419
|
+
| ---- | ---- | ----------- | -------- |
|
|
2420
|
+
| obj1 | | The target object | |
|
|
2421
|
+
| obj2 | | The object to be merged | |
|
|
2422
|
+
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
|
|
2426
|
+
##### Returns
|
|
2427
|
+
|
|
2428
|
+
|
|
2429
|
+
- true: they are valid; false: they are not
|
|
2037
2430
|
|
|
2038
2431
|
|
|
2039
2432
|
|
|
2040
|
-
####
|
|
2433
|
+
#### getParamsToMergeDeep(settings)
|
|
2041
2434
|
|
|
2042
|
-
|
|
2043
|
-
return a Promise that is resolved when the script is loaded
|
|
2435
|
+
Validates and gets the settings with all set parameters.
|
|
2044
2436
|
|
|
2045
2437
|
|
|
2046
2438
|
|
|
@@ -2049,9 +2441,7 @@ return a Promise that is resolved when the script is loaded
|
|
|
2049
2441
|
|
|
2050
2442
|
| Name | Type | Description | |
|
|
2051
2443
|
| ---- | ---- | ----------- | -------- |
|
|
2052
|
-
|
|
|
2053
|
-
| type | `String` | (Optional) it could be `module` of `text/javascript`. Default `text/javascript` | |
|
|
2054
|
-
| noModule | `boolean` | (Optional) add `momodule` attribute to script tag. Default `false` | |
|
|
2444
|
+
| settings | | the settings object | |
|
|
2055
2445
|
|
|
2056
2446
|
|
|
2057
2447
|
|
|
@@ -2059,17 +2449,17 @@ return a Promise that is resolved when the script is loaded
|
|
|
2059
2449
|
##### Returns
|
|
2060
2450
|
|
|
2061
2451
|
|
|
2062
|
-
-
|
|
2452
|
+
- a new settings object with all set parameters.
|
|
2063
2453
|
|
|
2064
2454
|
|
|
2065
2455
|
|
|
2066
2456
|
|
|
2067
|
-
### dist/general/
|
|
2457
|
+
### dist/general/object/objectCopy.js
|
|
2068
2458
|
|
|
2069
2459
|
|
|
2070
|
-
####
|
|
2460
|
+
#### objectCopy(entity, cache)
|
|
2071
2461
|
|
|
2072
|
-
|
|
2462
|
+
Created a new reference of the given argument
|
|
2073
2463
|
|
|
2074
2464
|
|
|
2075
2465
|
|
|
@@ -2078,8 +2468,8 @@ Validates if the given argument is empty
|
|
|
2078
2468
|
|
|
2079
2469
|
| Name | Type | Description | |
|
|
2080
2470
|
| ---- | ---- | ----------- | -------- |
|
|
2081
|
-
|
|
|
2082
|
-
|
|
|
2471
|
+
| entity | | The variable to be copied | |
|
|
2472
|
+
| cache | | | |
|
|
2083
2473
|
|
|
2084
2474
|
|
|
2085
2475
|
|
|
@@ -2087,18 +2477,17 @@ Validates if the given argument is empty
|
|
|
2087
2477
|
##### Returns
|
|
2088
2478
|
|
|
2089
2479
|
|
|
2090
|
-
-
|
|
2480
|
+
- A new reference of the given argument
|
|
2091
2481
|
|
|
2092
2482
|
|
|
2093
2483
|
|
|
2094
2484
|
|
|
2095
|
-
### dist/general/
|
|
2485
|
+
### dist/general/object/omit.js
|
|
2096
2486
|
|
|
2097
2487
|
|
|
2098
|
-
####
|
|
2488
|
+
#### omit(obj, props)
|
|
2099
2489
|
|
|
2100
|
-
return
|
|
2101
|
-
useful to avoid falsify validating Number Zero (0)
|
|
2490
|
+
return a new Object excluding attributes in _props_ list
|
|
2102
2491
|
|
|
2103
2492
|
|
|
2104
2493
|
|
|
@@ -2107,7 +2496,8 @@ useful to avoid falsify validating Number Zero (0)
|
|
|
2107
2496
|
|
|
2108
2497
|
| Name | Type | Description | |
|
|
2109
2498
|
| ---- | ---- | ----------- | -------- |
|
|
2110
|
-
|
|
|
2499
|
+
| obj | `Object` | base object | |
|
|
2500
|
+
| props | `Array.<String>` | list of attribute to exclude | |
|
|
2111
2501
|
|
|
2112
2502
|
|
|
2113
2503
|
|
|
@@ -2115,19 +2505,17 @@ useful to avoid falsify validating Number Zero (0)
|
|
|
2115
2505
|
##### Returns
|
|
2116
2506
|
|
|
2117
2507
|
|
|
2118
|
-
- `
|
|
2508
|
+
- `Object` clean object
|
|
2119
2509
|
|
|
2120
2510
|
|
|
2121
2511
|
|
|
2122
2512
|
|
|
2123
|
-
### dist/general/
|
|
2513
|
+
### dist/general/object/pick.js
|
|
2124
2514
|
|
|
2125
2515
|
|
|
2126
|
-
####
|
|
2516
|
+
#### pick(baseObject, keys)
|
|
2127
2517
|
|
|
2128
|
-
|
|
2129
|
-
- If the first given argument is different than a length number, the variable is replaced by a default number
|
|
2130
|
-
- If the optional second given argument is passed the random string is permutated.
|
|
2518
|
+
return a new object just with attributes in _keys_ list
|
|
2131
2519
|
|
|
2132
2520
|
|
|
2133
2521
|
|
|
@@ -2136,8 +2524,8 @@ Creates a random string
|
|
|
2136
2524
|
|
|
2137
2525
|
| Name | Type | Description | |
|
|
2138
2526
|
| ---- | ---- | ----------- | -------- |
|
|
2139
|
-
|
|
|
2140
|
-
|
|
|
2527
|
+
| baseObject | `Object` | base object | |
|
|
2528
|
+
| keys | `Array.<String>` | list of attributes to preserve | |
|
|
2141
2529
|
|
|
2142
2530
|
|
|
2143
2531
|
|
|
@@ -2145,19 +2533,17 @@ Creates a random string
|
|
|
2145
2533
|
##### Returns
|
|
2146
2534
|
|
|
2147
2535
|
|
|
2148
|
-
- `
|
|
2536
|
+
- `Object` new object just with desired attributes
|
|
2149
2537
|
|
|
2150
2538
|
|
|
2151
2539
|
|
|
2152
2540
|
|
|
2153
|
-
### dist/general/
|
|
2541
|
+
### dist/general/object/serialize.js
|
|
2154
2542
|
|
|
2155
2543
|
|
|
2156
|
-
####
|
|
2544
|
+
#### serialize(obj)
|
|
2157
2545
|
|
|
2158
|
-
|
|
2159
|
-
- Useful for Object, Array and string type.
|
|
2160
|
-
- For `null` or `undefined` or else argument the returned value will be 0.
|
|
2546
|
+
serialize object to url param
|
|
2161
2547
|
|
|
2162
2548
|
|
|
2163
2549
|
|
|
@@ -2166,7 +2552,7 @@ Gets the length of the given array.
|
|
|
2166
2552
|
|
|
2167
2553
|
| Name | Type | Description | |
|
|
2168
2554
|
| ---- | ---- | ----------- | -------- |
|
|
2169
|
-
| obj |
|
|
2555
|
+
| obj | | - Object to be serialized | |
|
|
2170
2556
|
|
|
2171
2557
|
|
|
2172
2558
|
|
|
@@ -2174,7 +2560,7 @@ Gets the length of the given array.
|
|
|
2174
2560
|
##### Returns
|
|
2175
2561
|
|
|
2176
2562
|
|
|
2177
|
-
- `
|
|
2563
|
+
- `Void`
|
|
2178
2564
|
|
|
2179
2565
|
|
|
2180
2566
|
|
|
@@ -2233,49 +2619,47 @@ Get an string of the properties of the given column.
|
|
|
2233
2619
|
|
|
2234
2620
|
|
|
2235
2621
|
|
|
2236
|
-
### dist/
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
#### getAllDatasets(qrveyids)
|
|
2622
|
+
### dist/stencil/decorators/Config.js
|
|
2240
2623
|
|
|
2241
|
-
Get a dataset list from a collection of Qrvey IDs
|
|
2242
2624
|
|
|
2625
|
+
#### Config()
|
|
2243
2626
|
|
|
2627
|
+
Stencil.js - Prop Decorator
|
|
2628
|
+
Get and Parse the Widget Configuration Object and also provide the ability to get properties in different case styles such as: lower, upper, camel and pascal
|
|
2629
|
+
But for this, is required ask for a property in `snake_case` style
|
|
2244
2630
|
|
|
2245
2631
|
|
|
2246
|
-
##### Parameters
|
|
2247
2632
|
|
|
2248
|
-
| Name | Type | Description | |
|
|
2249
|
-
| ---- | ---- | ----------- | -------- |
|
|
2250
|
-
| qrveyids | | Collection of Qrvey IDs | |
|
|
2251
2633
|
|
|
2252
2634
|
|
|
2253
2635
|
|
|
2636
|
+
##### Examples
|
|
2254
2637
|
|
|
2255
|
-
|
|
2638
|
+
```javascript
|
|
2639
|
+
\ @Config() @Prop() settings;
|
|
2256
2640
|
|
|
2641
|
+
someMethod() {
|
|
2642
|
+
this.settings.snake_case //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
|
|
2643
|
+
}
|
|
2644
|
+
```
|
|
2257
2645
|
|
|
2258
|
-
- a promise
|
|
2259
2646
|
|
|
2647
|
+
##### Returns
|
|
2260
2648
|
|
|
2261
2649
|
|
|
2650
|
+
- `Void`
|
|
2262
2651
|
|
|
2263
|
-
### dist/services/api/getAllQrveys.api.js
|
|
2264
2652
|
|
|
2265
2653
|
|
|
2266
|
-
#### getAllQrveys(config, params)
|
|
2267
2654
|
|
|
2268
|
-
|
|
2655
|
+
### dist/stencil/util/createRef.js
|
|
2269
2656
|
|
|
2270
2657
|
|
|
2658
|
+
#### createRef()
|
|
2271
2659
|
|
|
2660
|
+
lit implementation of React createRef (https://reactjs.org/docs/refs-and-the-dom.html)
|
|
2272
2661
|
|
|
2273
|
-
##### Parameters
|
|
2274
2662
|
|
|
2275
|
-
| Name | Type | Description | |
|
|
2276
|
-
| ---- | ---- | ----------- | -------- |
|
|
2277
|
-
| config | | Configuration | |
|
|
2278
|
-
| params | | Object for getting precise data | |
|
|
2279
2663
|
|
|
2280
2664
|
|
|
2281
2665
|
|
|
@@ -2283,17 +2667,21 @@ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for g
|
|
|
2283
2667
|
##### Returns
|
|
2284
2668
|
|
|
2285
2669
|
|
|
2286
|
-
-
|
|
2670
|
+
- function - Function to use in ref prop in html elements
|
|
2287
2671
|
|
|
2288
2672
|
|
|
2289
2673
|
|
|
2290
2674
|
|
|
2291
|
-
### dist/
|
|
2675
|
+
### dist/stencil/util/getConfig.js
|
|
2292
2676
|
|
|
2293
2677
|
|
|
2294
|
-
####
|
|
2678
|
+
#### getConfig(cfg)
|
|
2295
2679
|
|
|
2296
|
-
|
|
2680
|
+
verify the Config object type and try to return a parsed Object
|
|
2681
|
+
- In case _cfg_ is a string, first try to make a JSON parse in other case
|
|
2682
|
+
try to find this string as a variable on Windows object
|
|
2683
|
+
- If _cfg_ is a fuction, tis is invoked and parsed
|
|
2684
|
+
- Finally, if is an object, _cfg_ is inmediatly returned
|
|
2297
2685
|
|
|
2298
2686
|
|
|
2299
2687
|
|
|
@@ -2302,7 +2690,7 @@ Get a dataset by Qrvey ID
|
|
|
2302
2690
|
|
|
2303
2691
|
| Name | Type | Description | |
|
|
2304
2692
|
| ---- | ---- | ----------- | -------- |
|
|
2305
|
-
|
|
|
2693
|
+
| cfg | | | |
|
|
2306
2694
|
|
|
2307
2695
|
|
|
2308
2696
|
|
|
@@ -2310,17 +2698,17 @@ Get a dataset by Qrvey ID
|
|
|
2310
2698
|
##### Returns
|
|
2311
2699
|
|
|
2312
2700
|
|
|
2313
|
-
-
|
|
2701
|
+
- `Void`
|
|
2314
2702
|
|
|
2315
2703
|
|
|
2316
2704
|
|
|
2317
2705
|
|
|
2318
|
-
### dist/
|
|
2706
|
+
### dist/services/api/getAllDatasets.api.js
|
|
2319
2707
|
|
|
2320
2708
|
|
|
2321
|
-
####
|
|
2709
|
+
#### getAllDatasets(qrveyids)
|
|
2322
2710
|
|
|
2323
|
-
|
|
2711
|
+
Get a dataset list from a collection of Qrvey IDs
|
|
2324
2712
|
|
|
2325
2713
|
|
|
2326
2714
|
|
|
@@ -2329,7 +2717,7 @@ Get a dataset by Qrvey ID
|
|
|
2329
2717
|
|
|
2330
2718
|
| Name | Type | Description | |
|
|
2331
2719
|
| ---- | ---- | ----------- | -------- |
|
|
2332
|
-
|
|
|
2720
|
+
| qrveyids | | Collection of Qrvey IDs | |
|
|
2333
2721
|
|
|
2334
2722
|
|
|
2335
2723
|
|
|
@@ -2337,17 +2725,17 @@ Get a dataset by Qrvey ID
|
|
|
2337
2725
|
##### Returns
|
|
2338
2726
|
|
|
2339
2727
|
|
|
2340
|
-
-
|
|
2728
|
+
- a promise
|
|
2341
2729
|
|
|
2342
2730
|
|
|
2343
2731
|
|
|
2344
2732
|
|
|
2345
|
-
### dist/
|
|
2733
|
+
### dist/services/api/getAllQrveys.api.js
|
|
2346
2734
|
|
|
2347
2735
|
|
|
2348
|
-
####
|
|
2736
|
+
#### getAllQrveys(config, params)
|
|
2349
2737
|
|
|
2350
|
-
|
|
2738
|
+
POST Request for getting Qrveys such as Web Forms and Datasets. Use params for getting precise data
|
|
2351
2739
|
|
|
2352
2740
|
|
|
2353
2741
|
|
|
@@ -2356,7 +2744,8 @@ Get a dataset by Qrvey ID
|
|
|
2356
2744
|
|
|
2357
2745
|
| Name | Type | Description | |
|
|
2358
2746
|
| ---- | ---- | ----------- | -------- |
|
|
2359
|
-
|
|
|
2747
|
+
| config | | Configuration | |
|
|
2748
|
+
| params | | Object for getting precise data | |
|
|
2360
2749
|
|
|
2361
2750
|
|
|
2362
2751
|
|
|
@@ -2369,47 +2758,48 @@ Get a dataset by Qrvey ID
|
|
|
2369
2758
|
|
|
2370
2759
|
|
|
2371
2760
|
|
|
2372
|
-
### dist/
|
|
2373
|
-
|
|
2761
|
+
### dist/services/api/getDatasetColumns.api.js
|
|
2374
2762
|
|
|
2375
|
-
#### Config()
|
|
2376
2763
|
|
|
2377
|
-
|
|
2378
|
-
Get and Parse the Widget Configuration Object and also provide the ability to get properties in different case styles such as: lower, upper, camel and pascal
|
|
2379
|
-
But for this, is required ask for a property in `snake_case` style
|
|
2764
|
+
#### getDatasetColumns(qrveyid)
|
|
2380
2765
|
|
|
2766
|
+
Get a dataset by Qrvey ID
|
|
2381
2767
|
|
|
2382
2768
|
|
|
2383
2769
|
|
|
2384
2770
|
|
|
2771
|
+
##### Parameters
|
|
2385
2772
|
|
|
2386
|
-
|
|
2773
|
+
| Name | Type | Description | |
|
|
2774
|
+
| ---- | ---- | ----------- | -------- |
|
|
2775
|
+
| qrveyid | | The Qrvey ID | |
|
|
2387
2776
|
|
|
2388
|
-
```javascript
|
|
2389
|
-
\ @Config() @Prop() settings;
|
|
2390
2777
|
|
|
2391
|
-
someMethod() {
|
|
2392
|
-
this.settings.snake_case //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
|
|
2393
|
-
}
|
|
2394
|
-
```
|
|
2395
2778
|
|
|
2396
2779
|
|
|
2397
2780
|
##### Returns
|
|
2398
2781
|
|
|
2399
2782
|
|
|
2400
|
-
-
|
|
2783
|
+
- a promise
|
|
2401
2784
|
|
|
2402
2785
|
|
|
2403
2786
|
|
|
2404
2787
|
|
|
2405
|
-
### dist/
|
|
2788
|
+
### dist/typescript/decorators/Debounce.js
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
#### Debounce(time)
|
|
2792
|
+
|
|
2793
|
+
(Method Decorator) Debounce Class Method
|
|
2406
2794
|
|
|
2407
2795
|
|
|
2408
|
-
#### createRef()
|
|
2409
2796
|
|
|
2410
|
-
lit implementation of React createRef (https://reactjs.org/docs/refs-and-the-dom.html)
|
|
2411
2797
|
|
|
2798
|
+
##### Parameters
|
|
2412
2799
|
|
|
2800
|
+
| Name | Type | Description | |
|
|
2801
|
+
| ---- | ---- | ----------- | -------- |
|
|
2802
|
+
| time | | (optional) deafult 500 | |
|
|
2413
2803
|
|
|
2414
2804
|
|
|
2415
2805
|
|
|
@@ -2417,21 +2807,17 @@ lit implementation of React createRef (https://reactjs.org/docs/refs-and-the-dom
|
|
|
2417
2807
|
##### Returns
|
|
2418
2808
|
|
|
2419
2809
|
|
|
2420
|
-
-
|
|
2810
|
+
- `Void`
|
|
2421
2811
|
|
|
2422
2812
|
|
|
2423
2813
|
|
|
2424
2814
|
|
|
2425
|
-
### dist/
|
|
2815
|
+
### dist/typescript/decorators/Throttled.js
|
|
2426
2816
|
|
|
2427
2817
|
|
|
2428
|
-
####
|
|
2818
|
+
#### Throttled(time)
|
|
2429
2819
|
|
|
2430
|
-
|
|
2431
|
-
- In case _cfg_ is a string, first try to make a JSON parse in other case
|
|
2432
|
-
try to find this string as a variable on Windows object
|
|
2433
|
-
- If _cfg_ is a fuction, tis is invoked and parsed
|
|
2434
|
-
- Finally, if is an object, _cfg_ is inmediatly returned
|
|
2820
|
+
(Method Decorator) Throttled Class Method
|
|
2435
2821
|
|
|
2436
2822
|
|
|
2437
2823
|
|
|
@@ -2440,7 +2826,7 @@ try to find this string as a variable on Windows object
|
|
|
2440
2826
|
|
|
2441
2827
|
| Name | Type | Description | |
|
|
2442
2828
|
| ---- | ---- | ----------- | -------- |
|
|
2443
|
-
|
|
|
2829
|
+
| time | | (optional) deafult 500 | |
|
|
2444
2830
|
|
|
2445
2831
|
|
|
2446
2832
|
|
|
@@ -2535,13 +2921,12 @@ Parses a string date and returns a dayjs date
|
|
|
2535
2921
|
|
|
2536
2922
|
|
|
2537
2923
|
|
|
2538
|
-
### dist/filters/helpers/
|
|
2924
|
+
### dist/filters/helpers/builder/getFilterBuilderGeneralConfig.js
|
|
2539
2925
|
|
|
2540
2926
|
|
|
2541
|
-
####
|
|
2927
|
+
#### getFilterBuilderGeneralConfig(config)
|
|
2542
2928
|
|
|
2543
|
-
|
|
2544
|
-
- If the resulting value array is empty the enabled property will be false.
|
|
2929
|
+
Returns a filter builder config object by a any given config
|
|
2545
2930
|
|
|
2546
2931
|
|
|
2547
2932
|
|
|
@@ -2550,7 +2935,7 @@ Builds filter expression by the filter data.
|
|
|
2550
2935
|
|
|
2551
2936
|
| Name | Type | Description | |
|
|
2552
2937
|
| ---- | ---- | ----------- | -------- |
|
|
2553
|
-
|
|
|
2938
|
+
| config | | any config object | |
|
|
2554
2939
|
|
|
2555
2940
|
|
|
2556
2941
|
|
|
@@ -2558,17 +2943,17 @@ Builds filter expression by the filter data.
|
|
|
2558
2943
|
##### Returns
|
|
2559
2944
|
|
|
2560
2945
|
|
|
2561
|
-
-
|
|
2946
|
+
- The filter builder config object
|
|
2562
2947
|
|
|
2563
2948
|
|
|
2564
2949
|
|
|
2565
2950
|
|
|
2566
|
-
### dist/filters/helpers/
|
|
2951
|
+
### dist/filters/helpers/common/areFiltersEquals.js
|
|
2567
2952
|
|
|
2568
2953
|
|
|
2569
|
-
####
|
|
2954
|
+
#### areFiltersEquals(filter1, filter2)
|
|
2570
2955
|
|
|
2571
|
-
|
|
2956
|
+
Validates if both filters are the same
|
|
2572
2957
|
|
|
2573
2958
|
|
|
2574
2959
|
|
|
@@ -2577,7 +2962,8 @@ Transform user Filters array into Filter Logic structure
|
|
|
2577
2962
|
|
|
2578
2963
|
| Name | Type | Description | |
|
|
2579
2964
|
| ---- | ---- | ----------- | -------- |
|
|
2580
|
-
|
|
|
2965
|
+
| filter1 | | filter 1 | |
|
|
2966
|
+
| filter2 | | filter 2 | |
|
|
2581
2967
|
|
|
2582
2968
|
|
|
2583
2969
|
|
|
@@ -2585,17 +2971,17 @@ Transform user Filters array into Filter Logic structure
|
|
|
2585
2971
|
##### Returns
|
|
2586
2972
|
|
|
2587
2973
|
|
|
2588
|
-
-
|
|
2589
|
-
|
|
2974
|
+
- true: the filters are equal; false: the filters are NOT equal
|
|
2590
2975
|
|
|
2591
2976
|
|
|
2592
2977
|
|
|
2593
|
-
### dist/filters/helpers/backend/getAggFiltersBySummaryIndex.js
|
|
2594
2978
|
|
|
2979
|
+
### dist/filters/helpers/common/excludeFiltersByAggregateColumn.js
|
|
2595
2980
|
|
|
2596
|
-
#### getAggFiltersBySummaryIndex(aggFilters, summaryIndex)
|
|
2597
2981
|
|
|
2982
|
+
#### excludeFiltersByAggregateColumn(filterData)
|
|
2598
2983
|
|
|
2984
|
+
Excludes Aggregate Filters in the Filter Data. Excluding filters when the column.aggregate is included.
|
|
2599
2985
|
|
|
2600
2986
|
|
|
2601
2987
|
|
|
@@ -2604,8 +2990,7 @@ Transform user Filters array into Filter Logic structure
|
|
|
2604
2990
|
|
|
2605
2991
|
| Name | Type | Description | |
|
|
2606
2992
|
| ---- | ---- | ----------- | -------- |
|
|
2607
|
-
|
|
|
2608
|
-
| summaryIndex | | | |
|
|
2993
|
+
| filterData | | The filter data object | |
|
|
2609
2994
|
|
|
2610
2995
|
|
|
2611
2996
|
|
|
@@ -2613,17 +2998,26 @@ Transform user Filters array into Filter Logic structure
|
|
|
2613
2998
|
##### Returns
|
|
2614
2999
|
|
|
2615
3000
|
|
|
2616
|
-
-
|
|
3001
|
+
- The new filter data object that were excluded the aggregate filters
|
|
2617
3002
|
|
|
2618
3003
|
|
|
2619
3004
|
|
|
2620
3005
|
|
|
2621
|
-
### dist/filters/helpers/
|
|
3006
|
+
### dist/filters/helpers/common/excludeFiltersByParams.js
|
|
2622
3007
|
|
|
2623
3008
|
|
|
2624
|
-
####
|
|
3009
|
+
#### excludeFiltersByParams(filterData, params)
|
|
2625
3010
|
|
|
2626
|
-
|
|
3011
|
+
Excludes filters from the given Filters.
|
|
3012
|
+
The validation to filter the stored filter is depending on:
|
|
3013
|
+
- Column
|
|
3014
|
+
- Qrvey ID
|
|
3015
|
+
- Scope type
|
|
3016
|
+
- Scope ID
|
|
3017
|
+
- Panel ID
|
|
3018
|
+
- Validator type
|
|
3019
|
+
- Property type
|
|
3020
|
+
- Enabled flags
|
|
2627
3021
|
|
|
2628
3022
|
|
|
2629
3023
|
|
|
@@ -2632,7 +3026,8 @@ Gets a group value for the backend logic structure
|
|
|
2632
3026
|
|
|
2633
3027
|
| Name | Type | Description | |
|
|
2634
3028
|
| ---- | ---- | ----------- | -------- |
|
|
2635
|
-
|
|
|
3029
|
+
| filterData | | The Filter Data or the UI Filter Data | |
|
|
3030
|
+
| params | | given parameters to validate the filter data | |
|
|
2636
3031
|
|
|
2637
3032
|
|
|
2638
3033
|
|
|
@@ -2640,17 +3035,17 @@ Gets a group value for the backend logic structure
|
|
|
2640
3035
|
##### Returns
|
|
2641
3036
|
|
|
2642
3037
|
|
|
2643
|
-
- a
|
|
3038
|
+
- a new Filter object structure
|
|
2644
3039
|
|
|
2645
3040
|
|
|
2646
3041
|
|
|
2647
3042
|
|
|
2648
|
-
### dist/filters/helpers/
|
|
3043
|
+
### dist/filters/helpers/common/excludeFiltersByScopes.js
|
|
2649
3044
|
|
|
2650
3045
|
|
|
2651
|
-
####
|
|
3046
|
+
#### excludeFiltersByScopes(filterData, scopes)
|
|
2652
3047
|
|
|
2653
|
-
|
|
3048
|
+
Excludes and returns a filter data without filters by the given scopes
|
|
2654
3049
|
|
|
2655
3050
|
|
|
2656
3051
|
|
|
@@ -2659,7 +3054,8 @@ Gets a property for the logic structure
|
|
|
2659
3054
|
|
|
2660
3055
|
| Name | Type | Description | |
|
|
2661
3056
|
| ---- | ---- | ----------- | -------- |
|
|
2662
|
-
|
|
|
3057
|
+
| filterData | | The Filter Data | |
|
|
3058
|
+
| scopes | | collection of scopes to be as filtering parameters | |
|
|
2663
3059
|
|
|
2664
3060
|
|
|
2665
3061
|
|
|
@@ -2667,17 +3063,17 @@ Gets a property for the logic structure
|
|
|
2667
3063
|
##### Returns
|
|
2668
3064
|
|
|
2669
3065
|
|
|
2670
|
-
-
|
|
3066
|
+
- The new Filter Data without filters by the given scopes.
|
|
2671
3067
|
|
|
2672
3068
|
|
|
2673
3069
|
|
|
2674
3070
|
|
|
2675
|
-
### dist/filters/helpers/
|
|
3071
|
+
### dist/filters/helpers/common/getFilterColumnLabel.js
|
|
2676
3072
|
|
|
2677
3073
|
|
|
2678
|
-
####
|
|
3074
|
+
#### getFilterColumnLabel(column)
|
|
2679
3075
|
|
|
2680
|
-
|
|
3076
|
+
Get an string of the properties of the given filter column.
|
|
2681
3077
|
|
|
2682
3078
|
|
|
2683
3079
|
|
|
@@ -2686,7 +3082,7 @@ Gets the Validator that is used in requests
|
|
|
2686
3082
|
|
|
2687
3083
|
| Name | Type | Description | |
|
|
2688
3084
|
| ---- | ---- | ----------- | -------- |
|
|
2689
|
-
|
|
|
3085
|
+
| column | | The filter column | |
|
|
2690
3086
|
|
|
2691
3087
|
|
|
2692
3088
|
|
|
@@ -2694,17 +3090,17 @@ Gets the Validator that is used in requests
|
|
|
2694
3090
|
##### Returns
|
|
2695
3091
|
|
|
2696
3092
|
|
|
2697
|
-
-
|
|
3093
|
+
- an string with the property, aggregate or calculation label.
|
|
2698
3094
|
|
|
2699
3095
|
|
|
2700
3096
|
|
|
2701
3097
|
|
|
2702
|
-
### dist/filters/helpers/
|
|
3098
|
+
### dist/filters/helpers/common/getFilterLabel.js
|
|
2703
3099
|
|
|
2704
3100
|
|
|
2705
|
-
####
|
|
3101
|
+
#### getFilterLabel(filter)
|
|
2706
3102
|
|
|
2707
|
-
Gets the
|
|
3103
|
+
Gets the Filter Label + Column label
|
|
2708
3104
|
|
|
2709
3105
|
|
|
2710
3106
|
|
|
@@ -2713,7 +3109,7 @@ Gets the expresion values in the logic format
|
|
|
2713
3109
|
|
|
2714
3110
|
| Name | Type | Description | |
|
|
2715
3111
|
| ---- | ---- | ----------- | -------- |
|
|
2716
|
-
| filter | |
|
|
3112
|
+
| filter | | the UI filter | |
|
|
2717
3113
|
|
|
2718
3114
|
|
|
2719
3115
|
|
|
@@ -2721,13 +3117,28 @@ Gets the expresion values in the logic format
|
|
|
2721
3117
|
##### Returns
|
|
2722
3118
|
|
|
2723
3119
|
|
|
2724
|
-
-
|
|
3120
|
+
- a sring label
|
|
2725
3121
|
|
|
2726
3122
|
|
|
2727
3123
|
|
|
2728
|
-
#### getResultValues(values, filter)
|
|
2729
3124
|
|
|
2730
|
-
|
|
3125
|
+
### dist/filters/helpers/common/getFilterid.js
|
|
3126
|
+
|
|
3127
|
+
|
|
3128
|
+
#### getFilterid(filter)
|
|
3129
|
+
|
|
3130
|
+
Get the Filter ID by the filter structure
|
|
3131
|
+
The order of the epression ID is:
|
|
3132
|
+
- Scope Type
|
|
3133
|
+
- scopeid
|
|
3134
|
+
- qrveyid
|
|
3135
|
+
- panelid
|
|
3136
|
+
- columnid
|
|
3137
|
+
- validator
|
|
3138
|
+
- property
|
|
3139
|
+
- Column Aggregate
|
|
3140
|
+
- Column Calculation
|
|
3141
|
+
- Optional Index
|
|
2731
3142
|
|
|
2732
3143
|
|
|
2733
3144
|
|
|
@@ -2736,8 +3147,7 @@ Gets the expression values. Depending on the column type
|
|
|
2736
3147
|
|
|
2737
3148
|
| Name | Type | Description | |
|
|
2738
3149
|
| ---- | ---- | ----------- | -------- |
|
|
2739
|
-
|
|
|
2740
|
-
| filter | | The filter structure | |
|
|
3150
|
+
| filter | | the filter structure | |
|
|
2741
3151
|
|
|
2742
3152
|
|
|
2743
3153
|
|
|
@@ -2745,13 +3155,17 @@ Gets the expression values. Depending on the column type
|
|
|
2745
3155
|
##### Returns
|
|
2746
3156
|
|
|
2747
3157
|
|
|
2748
|
-
-
|
|
3158
|
+
- a text to identify the filter
|
|
2749
3159
|
|
|
2750
3160
|
|
|
2751
3161
|
|
|
2752
|
-
#### getRankingValues(values, rankingGroupIndex)
|
|
2753
3162
|
|
|
2754
|
-
|
|
3163
|
+
### dist/filters/helpers/common/getFiltersByAggregateColumn.js
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
#### getFiltersByAggregateColumn(filterData)
|
|
3167
|
+
|
|
3168
|
+
Gets Aggregate Filters in the Filter Data. Gets the filters when the column.aggregate is included.
|
|
2755
3169
|
|
|
2756
3170
|
|
|
2757
3171
|
|
|
@@ -2760,8 +3174,7 @@ Gets the Ranking values.
|
|
|
2760
3174
|
|
|
2761
3175
|
| Name | Type | Description | |
|
|
2762
3176
|
| ---- | ---- | ----------- | -------- |
|
|
2763
|
-
|
|
|
2764
|
-
| rankingGroupIndex | | determine the value by this index to build and return it | |
|
|
3177
|
+
| filterData | | The filter data object | |
|
|
2765
3178
|
|
|
2766
3179
|
|
|
2767
3180
|
|
|
@@ -2769,17 +3182,26 @@ Gets the Ranking values.
|
|
|
2769
3182
|
##### Returns
|
|
2770
3183
|
|
|
2771
3184
|
|
|
2772
|
-
-
|
|
3185
|
+
- The new filter data object that were get the aggregate filters
|
|
2773
3186
|
|
|
2774
3187
|
|
|
2775
3188
|
|
|
2776
3189
|
|
|
2777
|
-
### dist/filters/helpers/
|
|
3190
|
+
### dist/filters/helpers/common/getFiltersByParams.js
|
|
2778
3191
|
|
|
2779
3192
|
|
|
2780
|
-
####
|
|
3193
|
+
#### getFiltersByParams(filterData, params)
|
|
2781
3194
|
|
|
2782
|
-
Gets
|
|
3195
|
+
Gets filters from the given params.
|
|
3196
|
+
The validation to filter the stored filter is depending on:
|
|
3197
|
+
- Column
|
|
3198
|
+
- Qrvey ID
|
|
3199
|
+
- Scope type
|
|
3200
|
+
- Scope ID
|
|
3201
|
+
- Panel ID
|
|
3202
|
+
- Validator type
|
|
3203
|
+
- Property type
|
|
3204
|
+
- Enabled flags
|
|
2783
3205
|
|
|
2784
3206
|
|
|
2785
3207
|
|
|
@@ -2788,8 +3210,8 @@ Gets the filters from logic data by Scopes/Scope IDs.
|
|
|
2788
3210
|
|
|
2789
3211
|
| Name | Type | Description | |
|
|
2790
3212
|
| ---- | ---- | ----------- | -------- |
|
|
2791
|
-
|
|
|
2792
|
-
|
|
|
3213
|
+
| filterData | | The Filter Data or the UI Filter Data | |
|
|
3214
|
+
| params | | given parameters to validate the dataset | |
|
|
2793
3215
|
|
|
2794
3216
|
|
|
2795
3217
|
|
|
@@ -2797,17 +3219,17 @@ Gets the filters from logic data by Scopes/Scope IDs.
|
|
|
2797
3219
|
##### Returns
|
|
2798
3220
|
|
|
2799
3221
|
|
|
2800
|
-
- a new
|
|
3222
|
+
- a new Filter object structure
|
|
2801
3223
|
|
|
2802
3224
|
|
|
2803
3225
|
|
|
2804
3226
|
|
|
2805
|
-
### dist/filters/helpers/
|
|
3227
|
+
### dist/filters/helpers/common/getFiltersByScopes.js
|
|
2806
3228
|
|
|
2807
3229
|
|
|
2808
|
-
####
|
|
3230
|
+
#### getFiltersByScopes(filterData, scopes)
|
|
2809
3231
|
|
|
2810
|
-
|
|
3232
|
+
Filters and gets a Filter Data by the given scopes
|
|
2811
3233
|
|
|
2812
3234
|
|
|
2813
3235
|
|
|
@@ -2816,9 +3238,8 @@ Gets filters from the logic by the scopes hierarchy.
|
|
|
2816
3238
|
|
|
2817
3239
|
| Name | Type | Description | |
|
|
2818
3240
|
| ---- | ---- | ----------- | -------- |
|
|
2819
|
-
| filterData | |
|
|
2820
|
-
| scopes | |
|
|
2821
|
-
| currentScope | | | |
|
|
3241
|
+
| filterData | | The Filter Data | |
|
|
3242
|
+
| scopes | | collection of scopes types | |
|
|
2822
3243
|
|
|
2823
3244
|
|
|
2824
3245
|
|
|
@@ -2826,17 +3247,17 @@ Gets filters from the logic by the scopes hierarchy.
|
|
|
2826
3247
|
##### Returns
|
|
2827
3248
|
|
|
2828
3249
|
|
|
2829
|
-
-
|
|
3250
|
+
- The new Filter Data
|
|
2830
3251
|
|
|
2831
3252
|
|
|
2832
3253
|
|
|
2833
3254
|
|
|
2834
|
-
### dist/filters/helpers/
|
|
3255
|
+
### dist/filters/helpers/common/getFiltersByScopesIds.js
|
|
2835
3256
|
|
|
2836
3257
|
|
|
2837
|
-
####
|
|
3258
|
+
#### getFiltersByScopesIds(filterData, scopes)
|
|
2838
3259
|
|
|
2839
|
-
|
|
3260
|
+
Gets filters from Filter Data by Scopes/Scope IDs.
|
|
2840
3261
|
|
|
2841
3262
|
|
|
2842
3263
|
|
|
@@ -2845,7 +3266,8 @@ Returns a filter builder config object by a any given config
|
|
|
2845
3266
|
|
|
2846
3267
|
| Name | Type | Description | |
|
|
2847
3268
|
| ---- | ---- | ----------- | -------- |
|
|
2848
|
-
|
|
|
3269
|
+
| filterData | | The filter data | |
|
|
3270
|
+
| scopes | | The collection of Scopes/Scope IDs | |
|
|
2849
3271
|
|
|
2850
3272
|
|
|
2851
3273
|
|
|
@@ -2853,17 +3275,17 @@ Returns a filter builder config object by a any given config
|
|
|
2853
3275
|
##### Returns
|
|
2854
3276
|
|
|
2855
3277
|
|
|
2856
|
-
-
|
|
3278
|
+
- a new Filter Data
|
|
2857
3279
|
|
|
2858
3280
|
|
|
2859
3281
|
|
|
2860
3282
|
|
|
2861
|
-
### dist/filters/helpers/common/
|
|
3283
|
+
### dist/filters/helpers/common/getFiltersByVisibility.js
|
|
2862
3284
|
|
|
2863
3285
|
|
|
2864
|
-
####
|
|
3286
|
+
#### getFiltersByVisibility(filterData, scopes)
|
|
2865
3287
|
|
|
2866
|
-
|
|
3288
|
+
Get a new Filter Data by filtering scopes/scope IDs and enabled flags
|
|
2867
3289
|
|
|
2868
3290
|
|
|
2869
3291
|
|
|
@@ -2872,8 +3294,8 @@ Validates if both filters are the same
|
|
|
2872
3294
|
|
|
2873
3295
|
| Name | Type | Description | |
|
|
2874
3296
|
| ---- | ---- | ----------- | -------- |
|
|
2875
|
-
|
|
|
2876
|
-
|
|
|
3297
|
+
| filterData | | a Filter Data or UI Filter Data | |
|
|
3298
|
+
| scopes | | a Scopes/Scope IDs array | |
|
|
2877
3299
|
|
|
2878
3300
|
|
|
2879
3301
|
|
|
@@ -2881,17 +3303,17 @@ Validates if both filters are the same
|
|
|
2881
3303
|
##### Returns
|
|
2882
3304
|
|
|
2883
3305
|
|
|
2884
|
-
-
|
|
3306
|
+
- a new Filter Data
|
|
2885
3307
|
|
|
2886
3308
|
|
|
2887
3309
|
|
|
2888
3310
|
|
|
2889
|
-
### dist/filters/helpers/common/
|
|
3311
|
+
### dist/filters/helpers/common/getMergeFiltersSettings.js
|
|
2890
3312
|
|
|
2891
3313
|
|
|
2892
|
-
####
|
|
3314
|
+
#### getMergeFiltersSettings(settings)
|
|
2893
3315
|
|
|
2894
|
-
|
|
3316
|
+
Transforms the given MergeFilters settings object. Adds the missing properties if they do not exist.
|
|
2895
3317
|
|
|
2896
3318
|
|
|
2897
3319
|
|
|
@@ -2900,7 +3322,7 @@ Excludes Aggregate Filters in the Filter Data. Excluding filters when the column
|
|
|
2900
3322
|
|
|
2901
3323
|
| Name | Type | Description | |
|
|
2902
3324
|
| ---- | ---- | ----------- | -------- |
|
|
2903
|
-
|
|
|
3325
|
+
| settings | | an object to the MergeFilters settings | |
|
|
2904
3326
|
|
|
2905
3327
|
|
|
2906
3328
|
|
|
@@ -2908,26 +3330,17 @@ Excludes Aggregate Filters in the Filter Data. Excluding filters when the column
|
|
|
2908
3330
|
##### Returns
|
|
2909
3331
|
|
|
2910
3332
|
|
|
2911
|
-
-
|
|
3333
|
+
- a new MergeFilters settings object.
|
|
2912
3334
|
|
|
2913
3335
|
|
|
2914
3336
|
|
|
2915
3337
|
|
|
2916
|
-
### dist/filters/helpers/common/
|
|
3338
|
+
### dist/filters/helpers/common/getParamsToGetFilterSettings.js
|
|
2917
3339
|
|
|
2918
3340
|
|
|
2919
|
-
####
|
|
3341
|
+
#### getParamsToGetFilterSettings(settings)
|
|
2920
3342
|
|
|
2921
|
-
|
|
2922
|
-
The validation to filter the stored filter is depending on:
|
|
2923
|
-
- Column
|
|
2924
|
-
- Qrvey ID
|
|
2925
|
-
- Scope type
|
|
2926
|
-
- Scope ID
|
|
2927
|
-
- Panel ID
|
|
2928
|
-
- Validator type
|
|
2929
|
-
- Property type
|
|
2930
|
-
- Enabled flags
|
|
3343
|
+
Transforms the given ParamsToGetFilter settings object. Adds the missing properties if they do not exist.
|
|
2931
3344
|
|
|
2932
3345
|
|
|
2933
3346
|
|
|
@@ -2936,8 +3349,7 @@ The validation to filter the stored filter is depending on:
|
|
|
2936
3349
|
|
|
2937
3350
|
| Name | Type | Description | |
|
|
2938
3351
|
| ---- | ---- | ----------- | -------- |
|
|
2939
|
-
|
|
|
2940
|
-
| params | | given parameters to validate the filter data | |
|
|
3352
|
+
| settings | | an object to the ParamsToGetFilter settings | |
|
|
2941
3353
|
|
|
2942
3354
|
|
|
2943
3355
|
|
|
@@ -2945,17 +3357,17 @@ The validation to filter the stored filter is depending on:
|
|
|
2945
3357
|
##### Returns
|
|
2946
3358
|
|
|
2947
3359
|
|
|
2948
|
-
- a new
|
|
3360
|
+
- a new ParamsToGetFilter settings object.
|
|
2949
3361
|
|
|
2950
3362
|
|
|
2951
3363
|
|
|
2952
3364
|
|
|
2953
|
-
### dist/filters/helpers/common/
|
|
3365
|
+
### dist/filters/helpers/common/haveFiltersByDataset.js
|
|
2954
3366
|
|
|
2955
3367
|
|
|
2956
|
-
####
|
|
3368
|
+
#### haveFiltersByDataset(filterData, qrveyid)
|
|
2957
3369
|
|
|
2958
|
-
|
|
3370
|
+
Validates if the filter data has filters by a dataset ID (Qrvey ID).
|
|
2959
3371
|
|
|
2960
3372
|
|
|
2961
3373
|
|
|
@@ -2964,8 +3376,8 @@ Excludes and returns a filter data without filters by the given scopes
|
|
|
2964
3376
|
|
|
2965
3377
|
| Name | Type | Description | |
|
|
2966
3378
|
| ---- | ---- | ----------- | -------- |
|
|
2967
|
-
| filterData | |
|
|
2968
|
-
|
|
|
3379
|
+
| filterData | | the filter data or the UI filter data. | |
|
|
3380
|
+
| qrveyid | | The Qrvey ID | |
|
|
2969
3381
|
|
|
2970
3382
|
|
|
2971
3383
|
|
|
@@ -2973,17 +3385,17 @@ Excludes and returns a filter data without filters by the given scopes
|
|
|
2973
3385
|
##### Returns
|
|
2974
3386
|
|
|
2975
3387
|
|
|
2976
|
-
-
|
|
3388
|
+
- true: the filter data has filters by the Qrvey ID
|
|
2977
3389
|
|
|
2978
3390
|
|
|
2979
3391
|
|
|
2980
3392
|
|
|
2981
|
-
### dist/filters/helpers/common/
|
|
3393
|
+
### dist/filters/helpers/common/isBetweenValidator.js
|
|
2982
3394
|
|
|
2983
3395
|
|
|
2984
|
-
####
|
|
3396
|
+
#### isBetweenValidator(validator)
|
|
2985
3397
|
|
|
2986
|
-
|
|
3398
|
+
Validates if the given validator is a Between type
|
|
2987
3399
|
|
|
2988
3400
|
|
|
2989
3401
|
|
|
@@ -2992,7 +3404,7 @@ Get an string of the properties of the given filter column.
|
|
|
2992
3404
|
|
|
2993
3405
|
| Name | Type | Description | |
|
|
2994
3406
|
| ---- | ---- | ----------- | -------- |
|
|
2995
|
-
|
|
|
3407
|
+
| validator | | The validator | |
|
|
2996
3408
|
|
|
2997
3409
|
|
|
2998
3410
|
|
|
@@ -3000,17 +3412,17 @@ Get an string of the properties of the given filter column.
|
|
|
3000
3412
|
##### Returns
|
|
3001
3413
|
|
|
3002
3414
|
|
|
3003
|
-
-
|
|
3415
|
+
- true: it is a between validator; false: it is not a between validator
|
|
3004
3416
|
|
|
3005
3417
|
|
|
3006
3418
|
|
|
3007
3419
|
|
|
3008
|
-
### dist/filters/helpers/common/
|
|
3420
|
+
### dist/filters/helpers/common/isDateDistinctProperty.js
|
|
3009
3421
|
|
|
3010
3422
|
|
|
3011
|
-
####
|
|
3423
|
+
#### isDateDistinctProperty(column, property)
|
|
3012
3424
|
|
|
3013
|
-
|
|
3425
|
+
Determines if the filter column and property is a distinct group dates type
|
|
3014
3426
|
|
|
3015
3427
|
|
|
3016
3428
|
|
|
@@ -3019,7 +3431,8 @@ Gets the Filter Label + Column label
|
|
|
3019
3431
|
|
|
3020
3432
|
| Name | Type | Description | |
|
|
3021
3433
|
| ---- | ---- | ----------- | -------- |
|
|
3022
|
-
|
|
|
3434
|
+
| column | | The filter column | |
|
|
3435
|
+
| property | | The filter property | |
|
|
3023
3436
|
|
|
3024
3437
|
|
|
3025
3438
|
|
|
@@ -3027,28 +3440,17 @@ Gets the Filter Label + Column label
|
|
|
3027
3440
|
##### Returns
|
|
3028
3441
|
|
|
3029
3442
|
|
|
3030
|
-
-
|
|
3443
|
+
- True if the given property is included from distinct group dates type
|
|
3031
3444
|
|
|
3032
3445
|
|
|
3033
3446
|
|
|
3034
3447
|
|
|
3035
|
-
### dist/filters/helpers/common/
|
|
3448
|
+
### dist/filters/helpers/common/isInValidator.js
|
|
3036
3449
|
|
|
3037
3450
|
|
|
3038
|
-
####
|
|
3451
|
+
#### isInValidator(validator)
|
|
3039
3452
|
|
|
3040
|
-
|
|
3041
|
-
The order of the epression ID is:
|
|
3042
|
-
- Scope Type
|
|
3043
|
-
- scopeid
|
|
3044
|
-
- qrveyid
|
|
3045
|
-
- panelid
|
|
3046
|
-
- columnid
|
|
3047
|
-
- validator
|
|
3048
|
-
- property
|
|
3049
|
-
- Column Aggregate
|
|
3050
|
-
- Column Calculation
|
|
3051
|
-
- Optional Index
|
|
3453
|
+
Validates if the given validator is a In type
|
|
3052
3454
|
|
|
3053
3455
|
|
|
3054
3456
|
|
|
@@ -3057,7 +3459,7 @@ The order of the epression ID is:
|
|
|
3057
3459
|
|
|
3058
3460
|
| Name | Type | Description | |
|
|
3059
3461
|
| ---- | ---- | ----------- | -------- |
|
|
3060
|
-
|
|
|
3462
|
+
| validator | | The validator | |
|
|
3061
3463
|
|
|
3062
3464
|
|
|
3063
3465
|
|
|
@@ -3065,17 +3467,17 @@ The order of the epression ID is:
|
|
|
3065
3467
|
##### Returns
|
|
3066
3468
|
|
|
3067
3469
|
|
|
3068
|
-
- a
|
|
3470
|
+
- true: it is a In validator; false: it is not a In validator
|
|
3069
3471
|
|
|
3070
3472
|
|
|
3071
3473
|
|
|
3072
3474
|
|
|
3073
|
-
### dist/filters/helpers/common/
|
|
3475
|
+
### dist/filters/helpers/common/isNullValidator.js
|
|
3074
3476
|
|
|
3075
3477
|
|
|
3076
|
-
####
|
|
3478
|
+
#### isNullValidator(validator)
|
|
3077
3479
|
|
|
3078
|
-
|
|
3480
|
+
Checks if the given validator is a Null type.
|
|
3079
3481
|
|
|
3080
3482
|
|
|
3081
3483
|
|
|
@@ -3084,7 +3486,7 @@ Gets Aggregate Filters in the Filter Data. Gets the filters when the column.aggr
|
|
|
3084
3486
|
|
|
3085
3487
|
| Name | Type | Description | |
|
|
3086
3488
|
| ---- | ---- | ----------- | -------- |
|
|
3087
|
-
|
|
|
3489
|
+
| validator | | The Filter Validator | |
|
|
3088
3490
|
|
|
3089
3491
|
|
|
3090
3492
|
|
|
@@ -3092,26 +3494,17 @@ Gets Aggregate Filters in the Filter Data. Gets the filters when the column.aggr
|
|
|
3092
3494
|
##### Returns
|
|
3093
3495
|
|
|
3094
3496
|
|
|
3095
|
-
-
|
|
3497
|
+
- True: It is a Null Validator; False: It is not a Null Validator.
|
|
3096
3498
|
|
|
3097
3499
|
|
|
3098
3500
|
|
|
3099
3501
|
|
|
3100
|
-
### dist/filters/helpers/common/
|
|
3502
|
+
### dist/filters/helpers/common/isRangeValidator.js
|
|
3101
3503
|
|
|
3102
3504
|
|
|
3103
|
-
####
|
|
3505
|
+
#### isRangeValidator(validator)
|
|
3104
3506
|
|
|
3105
|
-
|
|
3106
|
-
The validation to filter the stored filter is depending on:
|
|
3107
|
-
- Column
|
|
3108
|
-
- Qrvey ID
|
|
3109
|
-
- Scope type
|
|
3110
|
-
- Scope ID
|
|
3111
|
-
- Panel ID
|
|
3112
|
-
- Validator type
|
|
3113
|
-
- Property type
|
|
3114
|
-
- Enabled flags
|
|
3507
|
+
Validates if the given validator is a Range type. Range type means the value has min and max values to filter
|
|
3115
3508
|
|
|
3116
3509
|
|
|
3117
3510
|
|
|
@@ -3120,8 +3513,7 @@ The validation to filter the stored filter is depending on:
|
|
|
3120
3513
|
|
|
3121
3514
|
| Name | Type | Description | |
|
|
3122
3515
|
| ---- | ---- | ----------- | -------- |
|
|
3123
|
-
|
|
|
3124
|
-
| params | | given parameters to validate the dataset | |
|
|
3516
|
+
| validator | | The filter validator | |
|
|
3125
3517
|
|
|
3126
3518
|
|
|
3127
3519
|
|
|
@@ -3129,17 +3521,17 @@ The validation to filter the stored filter is depending on:
|
|
|
3129
3521
|
##### Returns
|
|
3130
3522
|
|
|
3131
3523
|
|
|
3132
|
-
-
|
|
3524
|
+
- true: it is a range validator
|
|
3133
3525
|
|
|
3134
3526
|
|
|
3135
3527
|
|
|
3136
3528
|
|
|
3137
|
-
### dist/filters/helpers/common/
|
|
3529
|
+
### dist/filters/helpers/common/isRegularValidator.js
|
|
3138
3530
|
|
|
3139
3531
|
|
|
3140
|
-
####
|
|
3532
|
+
#### isRegularValidator(validator)
|
|
3141
3533
|
|
|
3142
|
-
|
|
3534
|
+
Validates if the given validator is a regular type. Regular type means the filter object has a value as string to filter
|
|
3143
3535
|
|
|
3144
3536
|
|
|
3145
3537
|
|
|
@@ -3148,8 +3540,7 @@ Filters and gets a Filter Data by the given scopes
|
|
|
3148
3540
|
|
|
3149
3541
|
| Name | Type | Description | |
|
|
3150
3542
|
| ---- | ---- | ----------- | -------- |
|
|
3151
|
-
|
|
|
3152
|
-
| scopes | | collection of scopes types | |
|
|
3543
|
+
| validator | | The filter validator | |
|
|
3153
3544
|
|
|
3154
3545
|
|
|
3155
3546
|
|
|
@@ -3157,17 +3548,17 @@ Filters and gets a Filter Data by the given scopes
|
|
|
3157
3548
|
##### Returns
|
|
3158
3549
|
|
|
3159
3550
|
|
|
3160
|
-
-
|
|
3551
|
+
- true: it is a range validator
|
|
3161
3552
|
|
|
3162
3553
|
|
|
3163
3554
|
|
|
3164
3555
|
|
|
3165
|
-
### dist/filters/helpers/common/
|
|
3556
|
+
### dist/filters/helpers/common/mergeFilters.js
|
|
3166
3557
|
|
|
3167
3558
|
|
|
3168
|
-
####
|
|
3559
|
+
#### mergeFilters(filterData1, filterData2, overwriteValues)
|
|
3169
3560
|
|
|
3170
|
-
|
|
3561
|
+
Merge filter data structures in a new one. The first Filter Data passed in the argument has the priority
|
|
3171
3562
|
|
|
3172
3563
|
|
|
3173
3564
|
|
|
@@ -3176,8 +3567,9 @@ Gets filters from Filter Data by Scopes/Scope IDs.
|
|
|
3176
3567
|
|
|
3177
3568
|
| Name | Type | Description | |
|
|
3178
3569
|
| ---- | ---- | ----------- | -------- |
|
|
3179
|
-
|
|
|
3180
|
-
|
|
|
3570
|
+
| filterData1 | | The target filter data | |
|
|
3571
|
+
| filterData2 | | the filter data to be merged | |
|
|
3572
|
+
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3181
3573
|
|
|
3182
3574
|
|
|
3183
3575
|
|
|
@@ -3185,17 +3577,13 @@ Gets filters from Filter Data by Scopes/Scope IDs.
|
|
|
3185
3577
|
##### Returns
|
|
3186
3578
|
|
|
3187
3579
|
|
|
3188
|
-
- a new
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3580
|
+
- a new filter data structure
|
|
3192
3581
|
|
|
3193
|
-
### dist/filters/helpers/common/getFiltersByVisibility.js
|
|
3194
3582
|
|
|
3195
3583
|
|
|
3196
|
-
####
|
|
3584
|
+
#### mergeScopes(scopes1, scopes2, overwriteValues)
|
|
3197
3585
|
|
|
3198
|
-
|
|
3586
|
+
Gets a new scope structure array by merging two scope structures
|
|
3199
3587
|
|
|
3200
3588
|
|
|
3201
3589
|
|
|
@@ -3204,8 +3592,9 @@ Get a new Filter Data by filtering scopes/scope IDs and enabled flags
|
|
|
3204
3592
|
|
|
3205
3593
|
| Name | Type | Description | |
|
|
3206
3594
|
| ---- | ---- | ----------- | -------- |
|
|
3207
|
-
|
|
|
3208
|
-
|
|
|
3595
|
+
| scopes1 | | the target scope structure | |
|
|
3596
|
+
| scopes2 | | the scope to be merged | |
|
|
3597
|
+
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3209
3598
|
|
|
3210
3599
|
|
|
3211
3600
|
|
|
@@ -3213,17 +3602,13 @@ Get a new Filter Data by filtering scopes/scope IDs and enabled flags
|
|
|
3213
3602
|
##### Returns
|
|
3214
3603
|
|
|
3215
3604
|
|
|
3216
|
-
- a new
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3605
|
+
- a new scope structure array
|
|
3220
3606
|
|
|
3221
|
-
### dist/filters/helpers/common/getMergeFiltersSettings.js
|
|
3222
3607
|
|
|
3223
3608
|
|
|
3224
|
-
####
|
|
3609
|
+
#### mergeDatasets(datasets1, datasets2, overwriteValues)
|
|
3225
3610
|
|
|
3226
|
-
|
|
3611
|
+
Gets a new dataset structure array by merging two dataset structures
|
|
3227
3612
|
|
|
3228
3613
|
|
|
3229
3614
|
|
|
@@ -3232,7 +3617,9 @@ Transforms the given MergeFilters settings object. Adds the missing properties i
|
|
|
3232
3617
|
|
|
3233
3618
|
| Name | Type | Description | |
|
|
3234
3619
|
| ---- | ---- | ----------- | -------- |
|
|
3235
|
-
|
|
|
3620
|
+
| datasets1 | | the target dataset structure | |
|
|
3621
|
+
| datasets2 | | the dataset to be merged | |
|
|
3622
|
+
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3236
3623
|
|
|
3237
3624
|
|
|
3238
3625
|
|
|
@@ -3240,17 +3627,13 @@ Transforms the given MergeFilters settings object. Adds the missing properties i
|
|
|
3240
3627
|
##### Returns
|
|
3241
3628
|
|
|
3242
3629
|
|
|
3243
|
-
- a new
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3630
|
+
- a new dataset structure array
|
|
3247
3631
|
|
|
3248
|
-
### dist/filters/helpers/common/getParamsToGetFilterSettings.js
|
|
3249
3632
|
|
|
3250
3633
|
|
|
3251
|
-
####
|
|
3634
|
+
#### mergeFilterss(filters1, filters2, overwriteValues)
|
|
3252
3635
|
|
|
3253
|
-
|
|
3636
|
+
Gets a new filter structure array by merging two filter structures
|
|
3254
3637
|
|
|
3255
3638
|
|
|
3256
3639
|
|
|
@@ -3259,7 +3642,9 @@ Transforms the given ParamsToGetFilter settings object. Adds the missing propert
|
|
|
3259
3642
|
|
|
3260
3643
|
| Name | Type | Description | |
|
|
3261
3644
|
| ---- | ---- | ----------- | -------- |
|
|
3262
|
-
|
|
|
3645
|
+
| filters1 | | the target filter structure | |
|
|
3646
|
+
| filters2 | | the filter to be merged | |
|
|
3647
|
+
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3263
3648
|
|
|
3264
3649
|
|
|
3265
3650
|
|
|
@@ -3267,17 +3652,13 @@ Transforms the given ParamsToGetFilter settings object. Adds the missing propert
|
|
|
3267
3652
|
##### Returns
|
|
3268
3653
|
|
|
3269
3654
|
|
|
3270
|
-
- a new
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3655
|
+
- a new filter structure array
|
|
3274
3656
|
|
|
3275
|
-
### dist/filters/helpers/common/haveFiltersByDataset.js
|
|
3276
3657
|
|
|
3277
3658
|
|
|
3278
|
-
####
|
|
3659
|
+
#### mergeValues(filter1, filter2, overwrite)
|
|
3279
3660
|
|
|
3280
|
-
|
|
3661
|
+
Gets a new value structure array by merging two value structures
|
|
3281
3662
|
|
|
3282
3663
|
|
|
3283
3664
|
|
|
@@ -3286,8 +3667,9 @@ Validates if the filter data has filters by a dataset ID (Qrvey ID).
|
|
|
3286
3667
|
|
|
3287
3668
|
| Name | Type | Description | |
|
|
3288
3669
|
| ---- | ---- | ----------- | -------- |
|
|
3289
|
-
|
|
|
3290
|
-
|
|
|
3670
|
+
| filter1 | | the target filter structure | |
|
|
3671
|
+
| filter2 | | the filter to be used to merge the values | |
|
|
3672
|
+
| overwrite | | Flag to overwrite or not the filter values | |
|
|
3291
3673
|
|
|
3292
3674
|
|
|
3293
3675
|
|
|
@@ -3295,17 +3677,17 @@ Validates if the filter data has filters by a dataset ID (Qrvey ID).
|
|
|
3295
3677
|
##### Returns
|
|
3296
3678
|
|
|
3297
3679
|
|
|
3298
|
-
-
|
|
3680
|
+
- a new value structure array
|
|
3299
3681
|
|
|
3300
3682
|
|
|
3301
3683
|
|
|
3302
3684
|
|
|
3303
|
-
### dist/filters/helpers/common/
|
|
3685
|
+
### dist/filters/helpers/common/resolveDatasetConditions.js
|
|
3304
3686
|
|
|
3305
3687
|
|
|
3306
|
-
####
|
|
3688
|
+
#### resolveDatasetConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
|
|
3307
3689
|
|
|
3308
|
-
|
|
3690
|
+
Resolves the conditions by given params
|
|
3309
3691
|
|
|
3310
3692
|
|
|
3311
3693
|
|
|
@@ -3314,7 +3696,10 @@ Validates if the given validator is a Between type
|
|
|
3314
3696
|
|
|
3315
3697
|
| Name | Type | Description | |
|
|
3316
3698
|
| ---- | ---- | ----------- | -------- |
|
|
3317
|
-
|
|
|
3699
|
+
| filter | | The dataset structure | |
|
|
3700
|
+
| params | | given parameters to validate the dataset | |
|
|
3701
|
+
| letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | |
|
|
3702
|
+
| letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | |
|
|
3318
3703
|
|
|
3319
3704
|
|
|
3320
3705
|
|
|
@@ -3322,17 +3707,17 @@ Validates if the given validator is a Between type
|
|
|
3322
3707
|
##### Returns
|
|
3323
3708
|
|
|
3324
3709
|
|
|
3325
|
-
- true:
|
|
3710
|
+
- true: the condition is satisfied
|
|
3326
3711
|
|
|
3327
3712
|
|
|
3328
3713
|
|
|
3329
3714
|
|
|
3330
|
-
### dist/filters/helpers/common/
|
|
3715
|
+
### dist/filters/helpers/common/resolveFilterConditions.js
|
|
3331
3716
|
|
|
3332
3717
|
|
|
3333
|
-
####
|
|
3718
|
+
#### resolveFilterConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
|
|
3334
3719
|
|
|
3335
|
-
|
|
3720
|
+
Resolves the conditions by given params
|
|
3336
3721
|
|
|
3337
3722
|
|
|
3338
3723
|
|
|
@@ -3341,8 +3726,10 @@ Determines if the filter column and property is a distinct group dates type
|
|
|
3341
3726
|
|
|
3342
3727
|
| Name | Type | Description | |
|
|
3343
3728
|
| ---- | ---- | ----------- | -------- |
|
|
3344
|
-
|
|
|
3345
|
-
|
|
|
3729
|
+
| filter | | The filter | |
|
|
3730
|
+
| params | | given parameters to validate the filter | |
|
|
3731
|
+
| letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | |
|
|
3732
|
+
| letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | |
|
|
3346
3733
|
|
|
3347
3734
|
|
|
3348
3735
|
|
|
@@ -3350,17 +3737,17 @@ Determines if the filter column and property is a distinct group dates type
|
|
|
3350
3737
|
##### Returns
|
|
3351
3738
|
|
|
3352
3739
|
|
|
3353
|
-
-
|
|
3740
|
+
- true: the condition is satisfied
|
|
3354
3741
|
|
|
3355
3742
|
|
|
3356
3743
|
|
|
3357
3744
|
|
|
3358
|
-
### dist/filters/helpers/common/
|
|
3745
|
+
### dist/filters/helpers/common/resolveScopeConditions.js
|
|
3359
3746
|
|
|
3360
3747
|
|
|
3361
|
-
####
|
|
3748
|
+
#### resolveScopeConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
|
|
3362
3749
|
|
|
3363
|
-
|
|
3750
|
+
Resolves the conditions by given params
|
|
3364
3751
|
|
|
3365
3752
|
|
|
3366
3753
|
|
|
@@ -3369,7 +3756,10 @@ Validates if the given validator is a In type
|
|
|
3369
3756
|
|
|
3370
3757
|
| Name | Type | Description | |
|
|
3371
3758
|
| ---- | ---- | ----------- | -------- |
|
|
3372
|
-
|
|
|
3759
|
+
| filter | | The filter scope structure | |
|
|
3760
|
+
| params | | given parameters to validate the filter | |
|
|
3761
|
+
| letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | |
|
|
3762
|
+
| letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | |
|
|
3373
3763
|
|
|
3374
3764
|
|
|
3375
3765
|
|
|
@@ -3377,17 +3767,18 @@ Validates if the given validator is a In type
|
|
|
3377
3767
|
##### Returns
|
|
3378
3768
|
|
|
3379
3769
|
|
|
3380
|
-
- true:
|
|
3770
|
+
- true: the condition is satisfied
|
|
3381
3771
|
|
|
3382
3772
|
|
|
3383
3773
|
|
|
3384
3774
|
|
|
3385
|
-
### dist/filters/helpers/
|
|
3775
|
+
### dist/filters/helpers/backend/buildExpression.js
|
|
3386
3776
|
|
|
3387
3777
|
|
|
3388
|
-
####
|
|
3778
|
+
#### buildExpression(filter)
|
|
3389
3779
|
|
|
3390
|
-
|
|
3780
|
+
Builds filter expression by the filter data.
|
|
3781
|
+
- If the resulting value array is empty the enabled property will be false.
|
|
3391
3782
|
|
|
3392
3783
|
|
|
3393
3784
|
|
|
@@ -3396,7 +3787,7 @@ Checks if the given validator is a Null type.
|
|
|
3396
3787
|
|
|
3397
3788
|
| Name | Type | Description | |
|
|
3398
3789
|
| ---- | ---- | ----------- | -------- |
|
|
3399
|
-
|
|
|
3790
|
+
| filter | | The filter to transform | |
|
|
3400
3791
|
|
|
3401
3792
|
|
|
3402
3793
|
|
|
@@ -3404,17 +3795,17 @@ Checks if the given validator is a Null type.
|
|
|
3404
3795
|
##### Returns
|
|
3405
3796
|
|
|
3406
3797
|
|
|
3407
|
-
-
|
|
3798
|
+
- a filter expression
|
|
3408
3799
|
|
|
3409
3800
|
|
|
3410
3801
|
|
|
3411
3802
|
|
|
3412
|
-
### dist/filters/helpers/
|
|
3803
|
+
### dist/filters/helpers/backend/buildUserFilters.js
|
|
3413
3804
|
|
|
3414
3805
|
|
|
3415
|
-
####
|
|
3806
|
+
#### buildUserFilters(userFilters)
|
|
3416
3807
|
|
|
3417
|
-
|
|
3808
|
+
Transform user Filters array into Filter Logic structure
|
|
3418
3809
|
|
|
3419
3810
|
|
|
3420
3811
|
|
|
@@ -3423,7 +3814,7 @@ Validates if the given validator is a Range type. Range type means the value has
|
|
|
3423
3814
|
|
|
3424
3815
|
| Name | Type | Description | |
|
|
3425
3816
|
| ---- | ---- | ----------- | -------- |
|
|
3426
|
-
|
|
|
3817
|
+
| userFilters | | The filters that the user defined. | |
|
|
3427
3818
|
|
|
3428
3819
|
|
|
3429
3820
|
|
|
@@ -3431,17 +3822,17 @@ Validates if the given validator is a Range type. Range type means the value has
|
|
|
3431
3822
|
##### Returns
|
|
3432
3823
|
|
|
3433
3824
|
|
|
3434
|
-
-
|
|
3825
|
+
- The filter logic for the given user filters. if No a given object is recieved, it will return an empty array.
|
|
3435
3826
|
|
|
3436
3827
|
|
|
3437
3828
|
|
|
3438
3829
|
|
|
3439
|
-
### dist/filters/helpers/
|
|
3830
|
+
### dist/filters/helpers/backend/getAggFiltersBySummaryIndex.js
|
|
3440
3831
|
|
|
3441
3832
|
|
|
3442
|
-
####
|
|
3833
|
+
#### getAggFiltersBySummaryIndex(aggFilters, summaryIndex)
|
|
3834
|
+
|
|
3443
3835
|
|
|
3444
|
-
Validates if the given validator is a regular type. Regular type means the filter object has a value as string to filter
|
|
3445
3836
|
|
|
3446
3837
|
|
|
3447
3838
|
|
|
@@ -3450,7 +3841,8 @@ Validates if the given validator is a regular type. Regular type means the filte
|
|
|
3450
3841
|
|
|
3451
3842
|
| Name | Type | Description | |
|
|
3452
3843
|
| ---- | ---- | ----------- | -------- |
|
|
3453
|
-
|
|
|
3844
|
+
| aggFilters | | | |
|
|
3845
|
+
| summaryIndex | | | |
|
|
3454
3846
|
|
|
3455
3847
|
|
|
3456
3848
|
|
|
@@ -3458,17 +3850,17 @@ Validates if the given validator is a regular type. Regular type means the filte
|
|
|
3458
3850
|
##### Returns
|
|
3459
3851
|
|
|
3460
3852
|
|
|
3461
|
-
-
|
|
3853
|
+
-
|
|
3462
3854
|
|
|
3463
3855
|
|
|
3464
3856
|
|
|
3465
3857
|
|
|
3466
|
-
### dist/filters/helpers/
|
|
3858
|
+
### dist/filters/helpers/backend/getBackendGroupValue.js
|
|
3467
3859
|
|
|
3468
3860
|
|
|
3469
|
-
####
|
|
3861
|
+
#### getBackendGroupValue(filter)
|
|
3470
3862
|
|
|
3471
|
-
|
|
3863
|
+
Gets a group value for the backend logic structure
|
|
3472
3864
|
|
|
3473
3865
|
|
|
3474
3866
|
|
|
@@ -3477,9 +3869,7 @@ Merge filter data structures in a new one. The first Filter Data passed in the a
|
|
|
3477
3869
|
|
|
3478
3870
|
| Name | Type | Description | |
|
|
3479
3871
|
| ---- | ---- | ----------- | -------- |
|
|
3480
|
-
|
|
|
3481
|
-
| filterData2 | | the filter data to be merged | |
|
|
3482
|
-
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3872
|
+
| filter | | The filter | |
|
|
3483
3873
|
|
|
3484
3874
|
|
|
3485
3875
|
|
|
@@ -3487,13 +3877,17 @@ Merge filter data structures in a new one. The first Filter Data passed in the a
|
|
|
3487
3877
|
##### Returns
|
|
3488
3878
|
|
|
3489
3879
|
|
|
3490
|
-
- a
|
|
3880
|
+
- a property
|
|
3491
3881
|
|
|
3492
3882
|
|
|
3493
3883
|
|
|
3494
|
-
#### mergeScopes(scopes1, scopes2, overwriteValues)
|
|
3495
3884
|
|
|
3496
|
-
|
|
3885
|
+
### dist/filters/helpers/backend/getBackendProperty.js
|
|
3886
|
+
|
|
3887
|
+
|
|
3888
|
+
#### getBackendProperty(filter)
|
|
3889
|
+
|
|
3890
|
+
Gets a property for the logic structure
|
|
3497
3891
|
|
|
3498
3892
|
|
|
3499
3893
|
|
|
@@ -3502,9 +3896,7 @@ Gets a new scope structure array by merging two scope structures
|
|
|
3502
3896
|
|
|
3503
3897
|
| Name | Type | Description | |
|
|
3504
3898
|
| ---- | ---- | ----------- | -------- |
|
|
3505
|
-
|
|
|
3506
|
-
| scopes2 | | the scope to be merged | |
|
|
3507
|
-
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3899
|
+
| filter | | The filter | |
|
|
3508
3900
|
|
|
3509
3901
|
|
|
3510
3902
|
|
|
@@ -3512,13 +3904,17 @@ Gets a new scope structure array by merging two scope structures
|
|
|
3512
3904
|
##### Returns
|
|
3513
3905
|
|
|
3514
3906
|
|
|
3515
|
-
- a
|
|
3907
|
+
- a property
|
|
3516
3908
|
|
|
3517
3909
|
|
|
3518
3910
|
|
|
3519
|
-
#### mergeDatasets(datasets1, datasets2, overwriteValues)
|
|
3520
3911
|
|
|
3521
|
-
|
|
3912
|
+
### dist/filters/helpers/backend/getBackendValidator.js
|
|
3913
|
+
|
|
3914
|
+
|
|
3915
|
+
#### getBackendValidator(validator)
|
|
3916
|
+
|
|
3917
|
+
Gets the Validator that is used in requests
|
|
3522
3918
|
|
|
3523
3919
|
|
|
3524
3920
|
|
|
@@ -3527,9 +3923,7 @@ Gets a new dataset structure array by merging two dataset structures
|
|
|
3527
3923
|
|
|
3528
3924
|
| Name | Type | Description | |
|
|
3529
3925
|
| ---- | ---- | ----------- | -------- |
|
|
3530
|
-
|
|
|
3531
|
-
| datasets2 | | the dataset to be merged | |
|
|
3532
|
-
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3926
|
+
| validator | | Filter Validator used in UI | |
|
|
3533
3927
|
|
|
3534
3928
|
|
|
3535
3929
|
|
|
@@ -3537,13 +3931,17 @@ Gets a new dataset structure array by merging two dataset structures
|
|
|
3537
3931
|
##### Returns
|
|
3538
3932
|
|
|
3539
3933
|
|
|
3540
|
-
-
|
|
3934
|
+
- Filter Validator used in Backend
|
|
3541
3935
|
|
|
3542
3936
|
|
|
3543
3937
|
|
|
3544
|
-
#### mergeFilterss(filters1, filters2, overwriteValues)
|
|
3545
3938
|
|
|
3546
|
-
|
|
3939
|
+
### dist/filters/helpers/backend/getBackendValues.js
|
|
3940
|
+
|
|
3941
|
+
|
|
3942
|
+
#### getBackendValues(filter)
|
|
3943
|
+
|
|
3944
|
+
Gets the expresion values in the logic format
|
|
3547
3945
|
|
|
3548
3946
|
|
|
3549
3947
|
|
|
@@ -3552,9 +3950,7 @@ Gets a new filter structure array by merging two filter structures
|
|
|
3552
3950
|
|
|
3553
3951
|
| Name | Type | Description | |
|
|
3554
3952
|
| ---- | ---- | ----------- | -------- |
|
|
3555
|
-
|
|
|
3556
|
-
| filters2 | | the filter to be merged | |
|
|
3557
|
-
| overwriteValues | | Flag to overwrite or not the filter values | |
|
|
3953
|
+
| filter | | The filter structure | |
|
|
3558
3954
|
|
|
3559
3955
|
|
|
3560
3956
|
|
|
@@ -3562,13 +3958,13 @@ Gets a new filter structure array by merging two filter structures
|
|
|
3562
3958
|
##### Returns
|
|
3563
3959
|
|
|
3564
3960
|
|
|
3565
|
-
-
|
|
3961
|
+
- A collection of backend expression value
|
|
3566
3962
|
|
|
3567
3963
|
|
|
3568
3964
|
|
|
3569
|
-
####
|
|
3965
|
+
#### getResultValues(values, filter)
|
|
3570
3966
|
|
|
3571
|
-
Gets
|
|
3967
|
+
Gets the expression values. Depending on the column type
|
|
3572
3968
|
|
|
3573
3969
|
|
|
3574
3970
|
|
|
@@ -3577,9 +3973,8 @@ Gets a new value structure array by merging two value structures
|
|
|
3577
3973
|
|
|
3578
3974
|
| Name | Type | Description | |
|
|
3579
3975
|
| ---- | ---- | ----------- | -------- |
|
|
3580
|
-
|
|
|
3581
|
-
|
|
|
3582
|
-
| overwrite | | Flag to overwrite or not the filter values | |
|
|
3976
|
+
| values | | a collection of filter values | |
|
|
3977
|
+
| filter | | The filter structure | |
|
|
3583
3978
|
|
|
3584
3979
|
|
|
3585
3980
|
|
|
@@ -3587,17 +3982,13 @@ Gets a new value structure array by merging two value structures
|
|
|
3587
3982
|
##### Returns
|
|
3588
3983
|
|
|
3589
3984
|
|
|
3590
|
-
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3985
|
+
-
|
|
3594
3986
|
|
|
3595
|
-
### dist/filters/helpers/common/resolveDatasetConditions.js
|
|
3596
3987
|
|
|
3597
3988
|
|
|
3598
|
-
####
|
|
3989
|
+
#### getRankingValues(values, rankingGroupIndex)
|
|
3599
3990
|
|
|
3600
|
-
|
|
3991
|
+
Gets the Ranking values.
|
|
3601
3992
|
|
|
3602
3993
|
|
|
3603
3994
|
|
|
@@ -3606,10 +3997,8 @@ Resolves the conditions by given params
|
|
|
3606
3997
|
|
|
3607
3998
|
| Name | Type | Description | |
|
|
3608
3999
|
| ---- | ---- | ----------- | -------- |
|
|
3609
|
-
|
|
|
3610
|
-
|
|
|
3611
|
-
| letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | |
|
|
3612
|
-
| letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | |
|
|
4000
|
+
| values | | a collection of filter values in the ranking structure | |
|
|
4001
|
+
| rankingGroupIndex | | determine the value by this index to build and return it | |
|
|
3613
4002
|
|
|
3614
4003
|
|
|
3615
4004
|
|
|
@@ -3617,17 +4006,17 @@ Resolves the conditions by given params
|
|
|
3617
4006
|
##### Returns
|
|
3618
4007
|
|
|
3619
4008
|
|
|
3620
|
-
-
|
|
4009
|
+
- Expression values for ranking
|
|
3621
4010
|
|
|
3622
4011
|
|
|
3623
4012
|
|
|
3624
4013
|
|
|
3625
|
-
### dist/filters/helpers/
|
|
4014
|
+
### dist/filters/helpers/backend/getLogicByScopes.js
|
|
3626
4015
|
|
|
3627
4016
|
|
|
3628
|
-
####
|
|
4017
|
+
#### getLogicByScopes(logics, scopes)
|
|
3629
4018
|
|
|
3630
|
-
|
|
4019
|
+
Gets the filters from logic data by Scopes/Scope IDs.
|
|
3631
4020
|
|
|
3632
4021
|
|
|
3633
4022
|
|
|
@@ -3636,10 +4025,8 @@ Resolves the conditions by given params
|
|
|
3636
4025
|
|
|
3637
4026
|
| Name | Type | Description | |
|
|
3638
4027
|
| ---- | ---- | ----------- | -------- |
|
|
3639
|
-
|
|
|
3640
|
-
|
|
|
3641
|
-
| letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | |
|
|
3642
|
-
| letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | |
|
|
4028
|
+
| logics | | The logic array | |
|
|
4029
|
+
| scopes | | The collection of Scopes/Scope IDs | |
|
|
3643
4030
|
|
|
3644
4031
|
|
|
3645
4032
|
|
|
@@ -3647,17 +4034,17 @@ Resolves the conditions by given params
|
|
|
3647
4034
|
##### Returns
|
|
3648
4035
|
|
|
3649
4036
|
|
|
3650
|
-
-
|
|
4037
|
+
- a new Logic array
|
|
3651
4038
|
|
|
3652
4039
|
|
|
3653
4040
|
|
|
3654
4041
|
|
|
3655
|
-
### dist/filters/helpers/
|
|
4042
|
+
### dist/filters/helpers/backend/getLogicByScopesHierarchy.js
|
|
3656
4043
|
|
|
3657
4044
|
|
|
3658
|
-
####
|
|
4045
|
+
#### getLogicByScopesHierarchy(filterData, scopes, currentScope)
|
|
3659
4046
|
|
|
3660
|
-
|
|
4047
|
+
Gets filters from the logic by the scopes hierarchy.
|
|
3661
4048
|
|
|
3662
4049
|
|
|
3663
4050
|
|
|
@@ -3666,10 +4053,9 @@ Resolves the conditions by given params
|
|
|
3666
4053
|
|
|
3667
4054
|
| Name | Type | Description | |
|
|
3668
4055
|
| ---- | ---- | ----------- | -------- |
|
|
3669
|
-
|
|
|
3670
|
-
|
|
|
3671
|
-
|
|
|
3672
|
-
| letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | |
|
|
4056
|
+
| filterData | | | |
|
|
4057
|
+
| scopes | | | |
|
|
4058
|
+
| currentScope | | | |
|
|
3673
4059
|
|
|
3674
4060
|
|
|
3675
4061
|
|
|
@@ -3677,7 +4063,7 @@ Resolves the conditions by given params
|
|
|
3677
4063
|
##### Returns
|
|
3678
4064
|
|
|
3679
4065
|
|
|
3680
|
-
-
|
|
4066
|
+
- a new array of Logic
|
|
3681
4067
|
|
|
3682
4068
|
|
|
3683
4069
|
|
|
@@ -3737,12 +4123,12 @@ Excludes and returns a UI Flat Filters without filters by the given scopes
|
|
|
3737
4123
|
|
|
3738
4124
|
|
|
3739
4125
|
|
|
3740
|
-
### dist/filters/helpers/ui/
|
|
4126
|
+
### dist/filters/helpers/ui/getFilterPropertyLabel.js
|
|
3741
4127
|
|
|
3742
4128
|
|
|
3743
|
-
####
|
|
4129
|
+
#### getFilterPropertyLabel(filter)
|
|
3744
4130
|
|
|
3745
|
-
Gets
|
|
4131
|
+
Gets the label of the filter property
|
|
3746
4132
|
|
|
3747
4133
|
|
|
3748
4134
|
|
|
@@ -3751,8 +4137,7 @@ Gets output format object from Datasets by the given column. Item of the dataset
|
|
|
3751
4137
|
|
|
3752
4138
|
| Name | Type | Description | |
|
|
3753
4139
|
| ---- | ---- | ----------- | -------- |
|
|
3754
|
-
|
|
|
3755
|
-
| datasets | | array of datasets | |
|
|
4140
|
+
| filter | | The UI Filter | |
|
|
3756
4141
|
|
|
3757
4142
|
|
|
3758
4143
|
|
|
@@ -3760,17 +4145,17 @@ Gets output format object from Datasets by the given column. Item of the dataset
|
|
|
3760
4145
|
##### Returns
|
|
3761
4146
|
|
|
3762
4147
|
|
|
3763
|
-
-
|
|
4148
|
+
- a string of the filter property label
|
|
3764
4149
|
|
|
3765
4150
|
|
|
3766
4151
|
|
|
3767
4152
|
|
|
3768
|
-
### dist/filters/helpers/ui/
|
|
4153
|
+
### dist/filters/helpers/ui/getOutputFormatByColumn.js
|
|
3769
4154
|
|
|
3770
4155
|
|
|
3771
|
-
####
|
|
4156
|
+
#### getOutputFormatByColumn(column, datasets)
|
|
3772
4157
|
|
|
3773
|
-
Gets the
|
|
4158
|
+
Gets output format object from Datasets by the given column. Item of the datasets array must have outputformat item in order to be returned
|
|
3774
4159
|
|
|
3775
4160
|
|
|
3776
4161
|
|
|
@@ -3779,7 +4164,8 @@ Gets the label of the filter property
|
|
|
3779
4164
|
|
|
3780
4165
|
| Name | Type | Description | |
|
|
3781
4166
|
| ---- | ---- | ----------- | -------- |
|
|
3782
|
-
|
|
|
4167
|
+
| column | | The column | |
|
|
4168
|
+
| datasets | | array of datasets | |
|
|
3783
4169
|
|
|
3784
4170
|
|
|
3785
4171
|
|
|
@@ -3787,7 +4173,7 @@ Gets the label of the filter property
|
|
|
3787
4173
|
##### Returns
|
|
3788
4174
|
|
|
3789
4175
|
|
|
3790
|
-
-
|
|
4176
|
+
- The output format object
|
|
3791
4177
|
|
|
3792
4178
|
|
|
3793
4179
|
|