@qrvey/utils 1.2.4-4 → 1.2.4-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 +113 -113
- package/dist/{cjs/qrvey → charts}/constants/AGGREGATE.d.ts +0 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE.js +0 -0
- package/dist/{cjs/qrvey → charts}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.js +0 -0
- package/dist/charts/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE_INFO.js +0 -0
- package/dist/charts/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
- package/dist/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.js +0 -0
- package/dist/charts/constants/AGGREGATE_LABEL.d.ts +11 -0
- package/dist/charts/constants/AGGREGATE_LABEL.js +12 -0
- package/dist/charts/constants/index.d.ts +5 -0
- package/dist/charts/constants/index.js +5 -0
- package/dist/charts/index.d.ts +2 -0
- package/dist/charts/index.js +2 -0
- package/dist/charts/interfaces/IAggregateAbbreviation.d.ts +2 -0
- package/dist/{columns/interfaces/IColumnAggregateType.js → charts/interfaces/IAggregateAbbreviation.js} +0 -0
- package/dist/charts/interfaces/IAggregateInfo.d.ts +9 -0
- package/dist/{qrvey → charts}/interfaces/IAggregateInfo.js +0 -0
- package/dist/charts/interfaces/IAggregateLabel.d.ts +2 -0
- package/dist/{columns/interfaces/IColumnCalculationType.js → charts/interfaces/IAggregateLabel.js} +0 -0
- package/dist/{cjs/qrvey/interfaces/IAggregate.d.ts → charts/interfaces/IAggregateType.d.ts} +1 -1
- package/dist/{globalization/interfaces/common/II18nCommonChartInfoMessagesCrosstab.js → charts/interfaces/IAggregateType.js} +0 -0
- package/dist/charts/interfaces/index.d.ts +4 -0
- package/dist/charts/interfaces/index.js +4 -0
- package/dist/{qrvey → cjs/charts}/constants/AGGREGATE.d.ts +0 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE.js +0 -0
- package/dist/{qrvey → cjs/charts}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.js +0 -0
- package/dist/cjs/charts/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_INFO.js +0 -0
- package/dist/cjs/charts/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
- package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.js +0 -0
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +11 -0
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +15 -0
- package/dist/cjs/charts/constants/index.d.ts +5 -0
- package/dist/cjs/{globalization/interfaces/q → charts/constants}/index.js +5 -5
- package/dist/cjs/charts/index.d.ts +2 -0
- package/dist/cjs/{globalization/labels/q → charts}/index.js +2 -2
- package/dist/cjs/charts/interfaces/IAggregateAbbreviation.d.ts +2 -0
- package/dist/cjs/{columns/interfaces/IColumnAggregateType.js → charts/interfaces/IAggregateAbbreviation.js} +0 -0
- package/dist/cjs/charts/interfaces/IAggregateInfo.d.ts +9 -0
- package/dist/cjs/{qrvey → charts}/interfaces/IAggregateInfo.js +0 -0
- package/dist/cjs/charts/interfaces/IAggregateLabel.d.ts +2 -0
- package/dist/cjs/{columns/interfaces/IColumnCalculationType.js → charts/interfaces/IAggregateLabel.js} +0 -0
- package/dist/{qrvey/interfaces/IAggregate.d.ts → cjs/charts/interfaces/IAggregateType.d.ts} +1 -1
- package/dist/cjs/{globalization/interfaces/common/II18nCommonChartInfoMessagesCrosstab.js → charts/interfaces/IAggregateType.js} +0 -0
- package/dist/cjs/charts/interfaces/index.d.ts +4 -0
- package/dist/cjs/charts/interfaces/index.js +16 -0
- package/dist/cjs/columns/constants/COLUMN_INFO.js +2 -1
- package/dist/cjs/columns/interfaces/IColumn.d.ts +3 -3
- package/dist/cjs/columns/interfaces/index.d.ts +0 -2
- package/dist/cjs/columns/interfaces/index.js +0 -2
- package/dist/cjs/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/cjs/general/object/mergeDeep.js +6 -7
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.js → II18nAgreggateLabels.js} +0 -0
- package/dist/cjs/globalization/interfaces/common/{II18nCommonChartInfoMessagesCrosstab.d.ts → II18nChartInfoMessagesCrosstab.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/common/{II18nCommonChartInfoMessagesTableChart.js → II18nChartInfoMessagesCrosstab.js} +0 -0
- package/dist/cjs/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.d.ts → II18nChartInfoMessagesDefault.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/{filters/II18nFilterValidators.js → common/II18nChartInfoMessagesDefault.js} +0 -0
- package/dist/{globalization/interfaces/common/II18nCommonChartInfoMessagesTableChart.d.ts → cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/{panel/II18nPanelSizeSubMenu.js → common/II18nChartInfoMessagesTableChart.js} +0 -0
- package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +8 -6
- package/dist/cjs/globalization/interfaces/common/index.d.ts +5 -4
- package/dist/cjs/globalization/interfaces/common/index.js +5 -4
- package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +6 -6
- package/dist/cjs/globalization/interfaces/filters/{II18nFilterValidators.d.ts → II18nFilterValidator.d.ts} +2 -2
- package/dist/cjs/globalization/interfaces/{q/II18nSlidebar.js → filters/II18nFilterValidator.js} +0 -0
- package/dist/cjs/globalization/interfaces/{q → filters}/II18nSlidebar.d.ts +0 -0
- package/dist/cjs/globalization/interfaces/{q/II18nSlidebarValueContainer.js → filters/II18nSlidebar.js} +0 -0
- package/dist/cjs/globalization/interfaces/{q → filters}/II18nSlidebarValueContainer.d.ts +0 -0
- package/dist/cjs/globalization/interfaces/{q/II18nValueContainer.js → filters/II18nSlidebarValueContainer.js} +0 -0
- package/dist/cjs/globalization/interfaces/{q → filters}/II18nValueContainer.d.ts +0 -0
- package/dist/cjs/globalization/interfaces/{q/II18nValueContainerSearchInput.js → filters/II18nValueContainer.js} +0 -0
- package/dist/cjs/globalization/interfaces/{q → filters}/II18nValueContainerSearchInput.d.ts +0 -0
- package/dist/cjs/globalization/interfaces/{q/II18nValueContainerSearchInputEnterValue.js → filters/II18nValueContainerSearchInput.js} +0 -0
- package/dist/cjs/globalization/interfaces/{q → filters}/II18nValueContainerSearchInputEnterValue.d.ts +0 -0
- package/dist/cjs/{qrvey/interfaces/IAggregate.js → globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js} +0 -0
- package/dist/cjs/globalization/interfaces/filters/index.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/filters/index.js +1 -1
- package/dist/cjs/globalization/interfaces/index.d.ts +2 -3
- package/dist/cjs/globalization/interfaces/index.js +2 -3
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +2 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/panel/index.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/panel/index.js +1 -1
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.d.ts +6 -2
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +2 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.js +2 -0
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/table_charts/index.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/table_charts/index.js +18 -0
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +15 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +42 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +4 -39
- package/dist/cjs/globalization/labels/common/index.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/index.js +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +6 -24
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -4
- 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_SLIDEBAR.d.ts +2 -0
- package/dist/cjs/globalization/labels/{q → filters}/I18N_SLIDEBAR.js +0 -0
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
- package/dist/cjs/globalization/labels/{q → filters}/I18N_VALUE_CONTAINER.js +0 -0
- package/dist/cjs/globalization/labels/filters/index.d.ts +3 -0
- package/dist/cjs/globalization/labels/filters/index.js +3 -0
- package/dist/cjs/globalization/labels/index.d.ts +6 -6
- package/dist/cjs/globalization/labels/index.js +6 -6
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +15 -4
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -18
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +21 -6
- package/dist/cjs/globalization/service/i18nextBuilder.js +2 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/interfaces/Qrvey.Interface.d.ts +0 -10
- package/dist/cjs/interfaces/index.d.ts +1 -1
- package/dist/cjs/interfaces/index.js +1 -1
- package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
- package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.js +2 -2
- package/dist/cjs/qrvey/constants/index.d.ts +1 -4
- package/dist/cjs/qrvey/constants/index.js +1 -4
- package/dist/{columns/interfaces/IColumnCalculationType.d.ts → cjs/qrvey/interfaces/ICalculationType.d.ts} +1 -1
- package/dist/cjs/qrvey/interfaces/ICalculationType.js +2 -0
- package/dist/cjs/qrvey/interfaces/index.d.ts +4 -0
- package/dist/cjs/qrvey/interfaces/index.js +4 -0
- package/dist/columns/constants/COLUMN_INFO.js +2 -1
- package/dist/columns/interfaces/IColumn.d.ts +3 -3
- package/dist/columns/interfaces/index.d.ts +0 -2
- package/dist/columns/interfaces/index.js +0 -2
- package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/general/object/mergeDeep.js +6 -7
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +11 -0
- package/dist/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.js → II18nAgreggateLabels.js} +0 -0
- package/dist/globalization/interfaces/common/{II18nCommonChartInfoMessagesCrosstab.d.ts → II18nChartInfoMessagesCrosstab.d.ts} +1 -1
- package/dist/globalization/interfaces/common/{II18nCommonChartInfoMessagesTableChart.js → II18nChartInfoMessagesCrosstab.js} +0 -0
- package/dist/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.d.ts → II18nChartInfoMessagesDefault.d.ts} +1 -1
- package/dist/globalization/interfaces/{filters/II18nFilterValidators.js → common/II18nChartInfoMessagesDefault.js} +0 -0
- package/dist/{cjs/globalization/interfaces/common/II18nCommonChartInfoMessagesTableChart.d.ts → globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts} +1 -1
- package/dist/globalization/interfaces/{panel/II18nPanelSizeSubMenu.js → common/II18nChartInfoMessagesTableChart.js} +0 -0
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +8 -6
- package/dist/globalization/interfaces/common/index.d.ts +5 -4
- package/dist/globalization/interfaces/common/index.js +5 -4
- package/dist/globalization/interfaces/filters/II18nFilter.d.ts +6 -6
- package/dist/globalization/interfaces/filters/{II18nFilterValidators.d.ts → II18nFilterValidator.d.ts} +2 -2
- package/dist/globalization/interfaces/{q/II18nSlidebar.js → filters/II18nFilterValidator.js} +0 -0
- package/dist/globalization/interfaces/{q → filters}/II18nSlidebar.d.ts +0 -0
- package/dist/globalization/interfaces/{q/II18nSlidebarValueContainer.js → filters/II18nSlidebar.js} +0 -0
- package/dist/globalization/interfaces/{q → filters}/II18nSlidebarValueContainer.d.ts +0 -0
- package/dist/globalization/interfaces/{q/II18nValueContainer.js → filters/II18nSlidebarValueContainer.js} +0 -0
- package/dist/globalization/interfaces/{q → filters}/II18nValueContainer.d.ts +0 -0
- package/dist/globalization/interfaces/{q/II18nValueContainerSearchInput.js → filters/II18nValueContainer.js} +0 -0
- package/dist/globalization/interfaces/{q → filters}/II18nValueContainerSearchInput.d.ts +0 -0
- package/dist/globalization/interfaces/{q/II18nValueContainerSearchInputEnterValue.js → filters/II18nValueContainerSearchInput.js} +0 -0
- package/dist/globalization/interfaces/{q → filters}/II18nValueContainerSearchInputEnterValue.d.ts +0 -0
- package/dist/{qrvey/interfaces/IAggregate.js → globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js} +0 -0
- package/dist/globalization/interfaces/filters/index.d.ts +1 -1
- package/dist/globalization/interfaces/filters/index.js +1 -1
- package/dist/globalization/interfaces/index.d.ts +2 -3
- package/dist/globalization/interfaces/index.js +2 -3
- package/dist/globalization/interfaces/panel/II18nPanel.d.ts +2 -2
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +9 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +7 -0
- package/dist/globalization/interfaces/panel/index.d.ts +1 -1
- package/dist/globalization/interfaces/panel/index.js +1 -1
- package/dist/globalization/interfaces/table_charts/II18nTableCharts.d.ts +6 -2
- package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +8 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +1 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +4 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.js +1 -0
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +3 -0
- package/dist/globalization/interfaces/table_charts/index.d.ts +6 -0
- package/dist/globalization/interfaces/table_charts/index.js +6 -0
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +2 -0
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +12 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +39 -0
- package/dist/globalization/labels/common/I18N_COMMON.js +4 -39
- package/dist/globalization/labels/common/index.d.ts +2 -0
- package/dist/globalization/labels/common/index.js +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER.js +6 -24
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -4
- 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_SLIDEBAR.d.ts +2 -0
- package/dist/globalization/labels/{q → filters}/I18N_SLIDEBAR.js +0 -0
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
- package/dist/globalization/labels/{q → filters}/I18N_VALUE_CONTAINER.js +0 -0
- package/dist/globalization/labels/filters/index.d.ts +3 -0
- package/dist/globalization/labels/filters/index.js +3 -0
- package/dist/globalization/labels/index.d.ts +6 -6
- package/dist/globalization/labels/index.js +6 -6
- package/dist/globalization/labels/panel/I18N_PANEL.js +15 -4
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -18
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +21 -6
- package/dist/globalization/service/i18nextBuilder.js +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/interfaces/Qrvey.Interface.d.ts +0 -10
- package/dist/interfaces/index.d.ts +1 -1
- package/dist/interfaces/index.js +1 -1
- package/dist/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
- package/dist/qrvey/constants/CALCULATION_INFO_LIST.js +1 -1
- package/dist/qrvey/constants/index.d.ts +1 -4
- package/dist/qrvey/constants/index.js +1 -4
- package/dist/{cjs/columns/interfaces/IColumnCalculationType.d.ts → qrvey/interfaces/ICalculationType.d.ts} +1 -1
- package/dist/qrvey/interfaces/ICalculationType.js +1 -0
- package/dist/qrvey/interfaces/index.d.ts +4 -0
- package/dist/qrvey/interfaces/index.js +4 -0
- package/package.json +1 -1
- package/src/{qrvey → charts}/constants/AGGREGATE.ts +0 -0
- package/src/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.ts +0 -0
- package/src/{qrvey → charts}/constants/AGGREGATE_INFO.ts +2 -2
- package/src/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.ts +0 -0
- package/src/charts/constants/AGGREGATE_LABEL.ts +11 -0
- package/src/charts/constants/index.ts +5 -0
- package/src/charts/index.ts +2 -0
- package/src/charts/interfaces/IAggregateAbbreviation.ts +3 -0
- package/src/charts/interfaces/IAggregateInfo.ts +11 -0
- package/src/charts/interfaces/IAggregateLabel.ts +3 -0
- package/src/{qrvey/interfaces/IAggregate.ts → charts/interfaces/IAggregateType.ts} +1 -1
- package/src/charts/interfaces/index.ts +4 -0
- package/src/columns/constants/COLUMN_INFO.ts +29 -28
- package/src/columns/interfaces/IColumn.ts +3 -3
- package/src/columns/interfaces/index.ts +0 -2
- package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
- package/src/general/object/mergeDeep.ts +7 -8
- package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +11 -0
- package/src/globalization/interfaces/common/{II18nCommonChartInfoMessagesCrosstab.ts → II18nChartInfoMessagesCrosstab.ts} +2 -2
- package/src/globalization/interfaces/common/{II18nCommonChartInfoMessagesDefault.ts → II18nChartInfoMessagesDefault.ts} +2 -2
- package/src/globalization/interfaces/common/{II18nCommonChartInfoMessagesTableChart.ts → II18nChartInfoMessagesTableChart.ts} +2 -2
- package/src/globalization/interfaces/common/II18nCommon.ts +8 -7
- package/src/globalization/interfaces/common/index.ts +7 -4
- package/src/globalization/interfaces/filters/II18nFilter.ts +6 -6
- package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +0 -2
- package/src/globalization/interfaces/filters/{II18nFilterValidators.ts → II18nFilterValidator.ts} +2 -2
- package/src/globalization/interfaces/{q → filters}/II18nSlidebar.ts +0 -0
- package/src/globalization/interfaces/{q → filters}/II18nSlidebarValueContainer.ts +0 -0
- package/src/globalization/interfaces/{q → filters}/II18nValueContainer.ts +0 -0
- package/src/globalization/interfaces/{q → filters}/II18nValueContainerSearchInput.ts +0 -0
- package/src/globalization/interfaces/{q → filters}/II18nValueContainerSearchInputEnterValue.ts +0 -0
- package/src/globalization/interfaces/filters/index.ts +1 -1
- package/src/globalization/interfaces/index.ts +2 -4
- package/src/globalization/interfaces/panel/II18nPanel.ts +2 -2
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +9 -0
- package/src/globalization/interfaces/panel/II18nPanelMenu.ts +7 -0
- package/src/globalization/interfaces/panel/index.ts +1 -1
- package/src/globalization/interfaces/table_charts/II18nTableCharts.ts +7 -3
- package/src/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.ts +8 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +4 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsSort.ts +3 -0
- package/src/globalization/interfaces/table_charts/index.ts +6 -0
- package/src/globalization/labels/columns/I18N_COLUMN.ts +1 -1
- package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +14 -0
- package/src/globalization/labels/common/I18N_COLUMN_LABEL.ts +43 -0
- package/src/globalization/labels/common/I18N_COMMON.ts +4 -42
- package/src/globalization/labels/common/index.ts +4 -0
- package/src/globalization/labels/filters/I18N_FILTER.ts +6 -24
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +0 -4
- package/src/globalization/labels/filters/I18N_FILTER_VALIDATOR.ts +27 -0
- package/src/globalization/labels/{q → filters}/I18N_SLIDEBAR.ts +1 -1
- package/src/globalization/labels/{q → filters}/I18N_VALUE_CONTAINER.ts +1 -1
- package/src/globalization/labels/filters/index.ts +5 -0
- package/src/globalization/labels/index.ts +6 -6
- package/src/globalization/labels/panel/I18N_PANEL.ts +15 -4
- package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +24 -7
- package/src/globalization/service/i18nextBuilder.ts +2 -1
- package/src/index.ts +1 -0
- package/src/interfaces/Qrvey.Interface.ts +0 -11
- package/src/interfaces/index.ts +1 -1
- package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
- package/src/qrvey/constants/index.ts +1 -4
- package/src/{columns/interfaces/IColumnCalculationType.ts → qrvey/interfaces/ICalculationType.ts} +1 -1
- package/src/qrvey/interfaces/index.ts +5 -1
- package/dist/cjs/columns/interfaces/IColumnAggregateType.d.ts +0 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSizeSubMenu.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/q/index.d.ts +0 -5
- package/dist/cjs/globalization/labels/q/I18N_SLIDEBAR.d.ts +0 -2
- package/dist/cjs/globalization/labels/q/I18N_VALUE_CONTAINER.d.ts +0 -2
- package/dist/cjs/globalization/labels/q/index.d.ts +0 -2
- package/dist/cjs/qrvey/constants/AGGREGATE_INFO.d.ts +0 -5
- package/dist/cjs/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
- package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.d.ts +0 -11
- package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.js +0 -15
- package/dist/cjs/qrvey/interfaces/IAggregateInfo.d.ts +0 -5
- package/dist/columns/interfaces/IColumnAggregateType.d.ts +0 -2
- package/dist/globalization/interfaces/panel/II18nPanelSizeSubMenu.d.ts +0 -5
- package/dist/globalization/interfaces/q/index.d.ts +0 -5
- package/dist/globalization/interfaces/q/index.js +0 -5
- package/dist/globalization/labels/q/I18N_SLIDEBAR.d.ts +0 -2
- package/dist/globalization/labels/q/I18N_VALUE_CONTAINER.d.ts +0 -2
- package/dist/globalization/labels/q/index.d.ts +0 -2
- package/dist/globalization/labels/q/index.js +0 -2
- package/dist/qrvey/constants/AGGREGATE_INFO.d.ts +0 -5
- package/dist/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
- package/dist/qrvey/constants/AGGREGATE_LABEL.d.ts +0 -11
- package/dist/qrvey/constants/AGGREGATE_LABEL.js +0 -12
- package/dist/qrvey/interfaces/IAggregateInfo.d.ts +0 -5
- package/src/columns/interfaces/IColumnAggregateType.ts +0 -3
- package/src/globalization/interfaces/panel/II18nPanelSizeSubMenu.ts +0 -5
- package/src/globalization/interfaces/q/index.ts +0 -5
- package/src/globalization/labels/q/index.ts +0 -2
- package/src/qrvey/constants/AGGREGATE_LABEL.ts +0 -11
- package/src/qrvey/interfaces/IAggregateInfo.ts +0 -7
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# [@qrvey/utils](https://bitbucket.org/qrvey/qrvey_utils/wiki/Home) *1.2.4-
|
|
1
|
+
# [@qrvey/utils](https://bitbucket.org/qrvey/qrvey_utils/wiki/Home) *1.2.4-8*
|
|
2
2
|
|
|
3
3
|
> Helper, Utils for all Qrvey Projects
|
|
4
4
|
|
|
@@ -80,64 +80,6 @@ Get a text and evaluate if it matchs with a token box label.
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
### dist/dates/range/getDateRange.js
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
#### getDateRange(value, dateGroupLabel, withTime)
|
|
87
|
-
|
|
88
|
-
Get date range object from a string date value
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
##### Parameters
|
|
94
|
-
|
|
95
|
-
| Name | Type | Description | |
|
|
96
|
-
| ---- | ---- | ----------- | -------- |
|
|
97
|
-
| value | `String` | string date value | |
|
|
98
|
-
| dateGroupLabel | `String` | could be 'YEAR', 'QUARTER', 'MONTH' or 'DAY'. Deafult is 'DAY' | |
|
|
99
|
-
| withTime | `Boolean` | determines if the date range will include time. Default is true | |
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
##### Examples
|
|
105
|
-
|
|
106
|
-
```javascript
|
|
107
|
-
// 1) Year:
|
|
108
|
-
getDateRange('2020', 'YEAR');
|
|
109
|
-
// Will return:
|
|
110
|
-
{
|
|
111
|
-
from: '01/01/2020 00:00:00',
|
|
112
|
-
to: '12/31/2020 23:59:59'
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// 2) Quarter:
|
|
116
|
-
getDateRange('Q3 2020', 'QUARTER');
|
|
117
|
-
// Will return:
|
|
118
|
-
{
|
|
119
|
-
from: '07/01/2020 00:00:00',
|
|
120
|
-
to: '09/30/2020 23:59:59'
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// 3) Month:
|
|
124
|
-
getDateRange('Oct 2020', 'MONTH');
|
|
125
|
-
// Will return:
|
|
126
|
-
{
|
|
127
|
-
from: '10/01/2020 00:00:00',
|
|
128
|
-
to: '10/31/2020 23:59:59'
|
|
129
|
-
}
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
##### Returns
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
- `Object` an object with the date range with two string date properties: from and to
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
83
|
### dist/dates/relative/Adapter.js
|
|
142
84
|
|
|
143
85
|
|
|
@@ -351,6 +293,64 @@ Output:
|
|
|
351
293
|
|
|
352
294
|
|
|
353
295
|
|
|
296
|
+
### dist/dates/range/getDateRange.js
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
#### getDateRange(value, dateGroupLabel, withTime)
|
|
300
|
+
|
|
301
|
+
Get date range object from a string date value
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
##### Parameters
|
|
307
|
+
|
|
308
|
+
| Name | Type | Description | |
|
|
309
|
+
| ---- | ---- | ----------- | -------- |
|
|
310
|
+
| value | `String` | string date value | |
|
|
311
|
+
| dateGroupLabel | `String` | could be 'YEAR', 'QUARTER', 'MONTH' or 'DAY'. Deafult is 'DAY' | |
|
|
312
|
+
| withTime | `Boolean` | determines if the date range will include time. Default is true | |
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
##### Examples
|
|
318
|
+
|
|
319
|
+
```javascript
|
|
320
|
+
// 1) Year:
|
|
321
|
+
getDateRange('2020', 'YEAR');
|
|
322
|
+
// Will return:
|
|
323
|
+
{
|
|
324
|
+
from: '01/01/2020 00:00:00',
|
|
325
|
+
to: '12/31/2020 23:59:59'
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
// 2) Quarter:
|
|
329
|
+
getDateRange('Q3 2020', 'QUARTER');
|
|
330
|
+
// Will return:
|
|
331
|
+
{
|
|
332
|
+
from: '07/01/2020 00:00:00',
|
|
333
|
+
to: '09/30/2020 23:59:59'
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
// 3) Month:
|
|
337
|
+
getDateRange('Oct 2020', 'MONTH');
|
|
338
|
+
// Will return:
|
|
339
|
+
{
|
|
340
|
+
from: '10/01/2020 00:00:00',
|
|
341
|
+
to: '10/31/2020 23:59:59'
|
|
342
|
+
}
|
|
343
|
+
```
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
##### Returns
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
- `Object` an object with the date range with two string date properties: from and to
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
354
|
### dist/filters/adapters/FDToFlatUI.js
|
|
355
355
|
|
|
356
356
|
|
|
@@ -2206,12 +2206,12 @@ Upper case the first letter of a given text
|
|
|
2206
2206
|
|
|
2207
2207
|
|
|
2208
2208
|
|
|
2209
|
-
### dist/
|
|
2209
|
+
### dist/qrvey/helpers/getColumnsLabel.js
|
|
2210
2210
|
|
|
2211
2211
|
|
|
2212
|
-
####
|
|
2212
|
+
#### getColumnLabels(column)
|
|
2213
2213
|
|
|
2214
|
-
Get
|
|
2214
|
+
Get an string of the properties of the given column.
|
|
2215
2215
|
|
|
2216
2216
|
|
|
2217
2217
|
|
|
@@ -2220,7 +2220,7 @@ Get a dataset list from a collection of Qrvey IDs
|
|
|
2220
2220
|
|
|
2221
2221
|
| Name | Type | Description | |
|
|
2222
2222
|
| ---- | ---- | ----------- | -------- |
|
|
2223
|
-
|
|
|
2223
|
+
| column | | The column | |
|
|
2224
2224
|
|
|
2225
2225
|
|
|
2226
2226
|
|
|
@@ -2228,17 +2228,17 @@ Get a dataset list from a collection of Qrvey IDs
|
|
|
2228
2228
|
##### Returns
|
|
2229
2229
|
|
|
2230
2230
|
|
|
2231
|
-
-
|
|
2231
|
+
- an string with the property, aggregate or calculation label.
|
|
2232
2232
|
|
|
2233
2233
|
|
|
2234
2234
|
|
|
2235
2235
|
|
|
2236
|
-
### dist/services/api/
|
|
2236
|
+
### dist/services/api/getAllDatasets.api.js
|
|
2237
2237
|
|
|
2238
2238
|
|
|
2239
|
-
####
|
|
2239
|
+
#### getAllDatasets(qrveyids)
|
|
2240
2240
|
|
|
2241
|
-
|
|
2241
|
+
Get a dataset list from a collection of Qrvey IDs
|
|
2242
2242
|
|
|
2243
2243
|
|
|
2244
2244
|
|
|
@@ -2247,8 +2247,7 @@ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for g
|
|
|
2247
2247
|
|
|
2248
2248
|
| Name | Type | Description | |
|
|
2249
2249
|
| ---- | ---- | ----------- | -------- |
|
|
2250
|
-
|
|
|
2251
|
-
| params | | Object for getting precise data | |
|
|
2250
|
+
| qrveyids | | Collection of Qrvey IDs | |
|
|
2252
2251
|
|
|
2253
2252
|
|
|
2254
2253
|
|
|
@@ -2256,17 +2255,17 @@ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for g
|
|
|
2256
2255
|
##### Returns
|
|
2257
2256
|
|
|
2258
2257
|
|
|
2259
|
-
-
|
|
2258
|
+
- a promise
|
|
2260
2259
|
|
|
2261
2260
|
|
|
2262
2261
|
|
|
2263
2262
|
|
|
2264
|
-
### dist/services/api/
|
|
2263
|
+
### dist/services/api/getAllQrveys.api.js
|
|
2265
2264
|
|
|
2266
2265
|
|
|
2267
|
-
####
|
|
2266
|
+
#### getAllQrveys(config, params)
|
|
2268
2267
|
|
|
2269
|
-
|
|
2268
|
+
POST Request for getting Qrveys such as Web Forms and Datasets. Use params for getting precise data
|
|
2270
2269
|
|
|
2271
2270
|
|
|
2272
2271
|
|
|
@@ -2275,7 +2274,8 @@ Get a dataset by Qrvey ID
|
|
|
2275
2274
|
|
|
2276
2275
|
| Name | Type | Description | |
|
|
2277
2276
|
| ---- | ---- | ----------- | -------- |
|
|
2278
|
-
|
|
|
2277
|
+
| config | | Configuration | |
|
|
2278
|
+
| params | | Object for getting precise data | |
|
|
2279
2279
|
|
|
2280
2280
|
|
|
2281
2281
|
|
|
@@ -2283,17 +2283,17 @@ Get a dataset by Qrvey ID
|
|
|
2283
2283
|
##### Returns
|
|
2284
2284
|
|
|
2285
2285
|
|
|
2286
|
-
-
|
|
2286
|
+
- `Void`
|
|
2287
2287
|
|
|
2288
2288
|
|
|
2289
2289
|
|
|
2290
2290
|
|
|
2291
|
-
### dist/
|
|
2291
|
+
### dist/services/api/getDatasetColumns.api.js
|
|
2292
2292
|
|
|
2293
2293
|
|
|
2294
|
-
####
|
|
2294
|
+
#### getDatasetColumns(qrveyid)
|
|
2295
2295
|
|
|
2296
|
-
Get
|
|
2296
|
+
Get a dataset by Qrvey ID
|
|
2297
2297
|
|
|
2298
2298
|
|
|
2299
2299
|
|
|
@@ -2302,7 +2302,7 @@ Get an string of the properties of the given column.
|
|
|
2302
2302
|
|
|
2303
2303
|
| Name | Type | Description | |
|
|
2304
2304
|
| ---- | ---- | ----------- | -------- |
|
|
2305
|
-
|
|
|
2305
|
+
| qrveyid | | The Qrvey ID | |
|
|
2306
2306
|
|
|
2307
2307
|
|
|
2308
2308
|
|
|
@@ -2310,7 +2310,7 @@ Get an string of the properties of the given column.
|
|
|
2310
2310
|
##### Returns
|
|
2311
2311
|
|
|
2312
2312
|
|
|
2313
|
-
-
|
|
2313
|
+
- a promise
|
|
2314
2314
|
|
|
2315
2315
|
|
|
2316
2316
|
|
|
@@ -2535,33 +2535,6 @@ Parses a string date and returns a dayjs date
|
|
|
2535
2535
|
|
|
2536
2536
|
|
|
2537
2537
|
|
|
2538
|
-
### dist/filters/helpers/builder/getFilterBuilderGeneralConfig.js
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
#### getFilterBuilderGeneralConfig(config)
|
|
2542
|
-
|
|
2543
|
-
Returns a filter builder config object by a any given config
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
##### Parameters
|
|
2549
|
-
|
|
2550
|
-
| Name | Type | Description | |
|
|
2551
|
-
| ---- | ---- | ----------- | -------- |
|
|
2552
|
-
| config | | any config object | |
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
##### Returns
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
- The filter builder config object
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
2538
|
### dist/filters/helpers/backend/buildExpression.js
|
|
2566
2539
|
|
|
2567
2540
|
|
|
@@ -2858,12 +2831,12 @@ Gets filters from the logic by the scopes hierarchy.
|
|
|
2858
2831
|
|
|
2859
2832
|
|
|
2860
2833
|
|
|
2861
|
-
### dist/filters/helpers/
|
|
2834
|
+
### dist/filters/helpers/builder/getFilterBuilderGeneralConfig.js
|
|
2862
2835
|
|
|
2863
2836
|
|
|
2864
|
-
####
|
|
2837
|
+
#### getFilterBuilderGeneralConfig(config)
|
|
2865
2838
|
|
|
2866
|
-
|
|
2839
|
+
Returns a filter builder config object by a any given config
|
|
2867
2840
|
|
|
2868
2841
|
|
|
2869
2842
|
|
|
@@ -2872,8 +2845,7 @@ Validates if both filters are the same
|
|
|
2872
2845
|
|
|
2873
2846
|
| Name | Type | Description | |
|
|
2874
2847
|
| ---- | ---- | ----------- | -------- |
|
|
2875
|
-
|
|
|
2876
|
-
| filter2 | | filter 2 | |
|
|
2848
|
+
| config | | any config object | |
|
|
2877
2849
|
|
|
2878
2850
|
|
|
2879
2851
|
|
|
@@ -2881,7 +2853,7 @@ Validates if both filters are the same
|
|
|
2881
2853
|
##### Returns
|
|
2882
2854
|
|
|
2883
2855
|
|
|
2884
|
-
-
|
|
2856
|
+
- The filter builder config object
|
|
2885
2857
|
|
|
2886
2858
|
|
|
2887
2859
|
|
|
@@ -2913,6 +2885,34 @@ Excludes Aggregate Filters in the Filter Data. Excluding filters when the column
|
|
|
2913
2885
|
|
|
2914
2886
|
|
|
2915
2887
|
|
|
2888
|
+
### dist/filters/helpers/common/areFiltersEquals.js
|
|
2889
|
+
|
|
2890
|
+
|
|
2891
|
+
#### areFiltersEquals(filter1, filter2)
|
|
2892
|
+
|
|
2893
|
+
Validates if both filters are the same
|
|
2894
|
+
|
|
2895
|
+
|
|
2896
|
+
|
|
2897
|
+
|
|
2898
|
+
##### Parameters
|
|
2899
|
+
|
|
2900
|
+
| Name | Type | Description | |
|
|
2901
|
+
| ---- | ---- | ----------- | -------- |
|
|
2902
|
+
| filter1 | | filter 1 | |
|
|
2903
|
+
| filter2 | | filter 2 | |
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
##### Returns
|
|
2909
|
+
|
|
2910
|
+
|
|
2911
|
+
- true: the filters are equal; false: the filters are NOT equal
|
|
2912
|
+
|
|
2913
|
+
|
|
2914
|
+
|
|
2915
|
+
|
|
2916
2916
|
### dist/filters/helpers/common/excludeFiltersByParams.js
|
|
2917
2917
|
|
|
2918
2918
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const AGGREGATE_INFO_LIST: import("..").IAggregateInfo[];
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export var AGGREGATE_LABEL;
|
|
2
|
+
(function (AGGREGATE_LABEL) {
|
|
3
|
+
AGGREGATE_LABEL["NONE"] = "None";
|
|
4
|
+
AGGREGATE_LABEL["AVG"] = "Average";
|
|
5
|
+
AGGREGATE_LABEL["MEDIAN"] = "Median";
|
|
6
|
+
AGGREGATE_LABEL["MIN"] = "Minimum";
|
|
7
|
+
AGGREGATE_LABEL["MAX"] = "Maximum";
|
|
8
|
+
AGGREGATE_LABEL["SUM"] = "Sum";
|
|
9
|
+
AGGREGATE_LABEL["STDEV"] = "Standard deviation";
|
|
10
|
+
AGGREGATE_LABEL["COUNT"] = "Count";
|
|
11
|
+
AGGREGATE_LABEL["DISTINCTCOUNT"] = "Distinct Count";
|
|
12
|
+
})(AGGREGATE_LABEL || (AGGREGATE_LABEL = {}));
|
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IGeneralInfo } from "../../interfaces/general/IGeneralInfo";
|
|
2
|
+
import { IAggregateAbbreviation } from "./IAggregateAbbreviation";
|
|
3
|
+
import { IAggregateLabel } from "./IAggregateLabel";
|
|
4
|
+
import { IAggregateType } from "./IAggregateType";
|
|
5
|
+
export interface IAggregateInfo extends IGeneralInfo {
|
|
6
|
+
abbrLabel: IAggregateAbbreviation;
|
|
7
|
+
label: IAggregateLabel;
|
|
8
|
+
value: IAggregateType;
|
|
9
|
+
}
|
|
File without changes
|
package/dist/{columns/interfaces/IColumnCalculationType.js → charts/interfaces/IAggregateLabel.js}
RENAMED
|
File without changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AGGREGATE } from "../constants/AGGREGATE";
|
|
2
|
-
export declare type
|
|
2
|
+
export declare type IAggregateType = AGGREGATE;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const AGGREGATE_INFO_LIST: import("..").IAggregateInfo[];
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AGGREGATE_LABEL = void 0;
|
|
4
|
+
var AGGREGATE_LABEL;
|
|
5
|
+
(function (AGGREGATE_LABEL) {
|
|
6
|
+
AGGREGATE_LABEL["NONE"] = "None";
|
|
7
|
+
AGGREGATE_LABEL["AVG"] = "Average";
|
|
8
|
+
AGGREGATE_LABEL["MEDIAN"] = "Median";
|
|
9
|
+
AGGREGATE_LABEL["MIN"] = "Minimum";
|
|
10
|
+
AGGREGATE_LABEL["MAX"] = "Maximum";
|
|
11
|
+
AGGREGATE_LABEL["SUM"] = "Sum";
|
|
12
|
+
AGGREGATE_LABEL["STDEV"] = "Standard deviation";
|
|
13
|
+
AGGREGATE_LABEL["COUNT"] = "Count";
|
|
14
|
+
AGGREGATE_LABEL["DISTINCTCOUNT"] = "Distinct Count";
|
|
15
|
+
})(AGGREGATE_LABEL = exports.AGGREGATE_LABEL || (exports.AGGREGATE_LABEL = {}));
|
|
@@ -10,8 +10,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10
10
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./
|
|
14
|
-
__exportStar(require("./
|
|
15
|
-
__exportStar(require("./
|
|
16
|
-
__exportStar(require("./
|
|
17
|
-
__exportStar(require("./
|
|
13
|
+
__exportStar(require("./AGGREGATE_ABBREVIATION"), exports);
|
|
14
|
+
__exportStar(require("./AGGREGATE_INFO_LIST"), exports);
|
|
15
|
+
__exportStar(require("./AGGREGATE_INFO"), exports);
|
|
16
|
+
__exportStar(require("./AGGREGATE_LABEL"), exports);
|
|
17
|
+
__exportStar(require("./AGGREGATE"), exports);
|
|
@@ -10,5 +10,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10
10
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./
|
|
14
|
-
__exportStar(require("./
|
|
13
|
+
__exportStar(require("./constants/index"), exports);
|
|
14
|
+
__exportStar(require("./interfaces/index"), exports);
|
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IGeneralInfo } from "../../interfaces/general/IGeneralInfo";
|
|
2
|
+
import { IAggregateAbbreviation } from "./IAggregateAbbreviation";
|
|
3
|
+
import { IAggregateLabel } from "./IAggregateLabel";
|
|
4
|
+
import { IAggregateType } from "./IAggregateType";
|
|
5
|
+
export interface IAggregateInfo extends IGeneralInfo {
|
|
6
|
+
abbrLabel: IAggregateAbbreviation;
|
|
7
|
+
label: IAggregateLabel;
|
|
8
|
+
value: IAggregateType;
|
|
9
|
+
}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AGGREGATE } from "../constants/AGGREGATE";
|
|
2
|
-
export declare type
|
|
2
|
+
export declare type IAggregateType = AGGREGATE;
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./IAggregateAbbreviation"), exports);
|
|
14
|
+
__exportStar(require("./IAggregateInfo"), exports);
|
|
15
|
+
__exportStar(require("./IAggregateLabel"), exports);
|
|
16
|
+
__exportStar(require("./IAggregateType"), exports);
|