@qrvey/utils 1.2.3 → 1.2.4-11
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 +175 -69
- 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/{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_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/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_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/builder/getFilterBuilderGeneralConfig.js +1 -0
- package/dist/cjs/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/cjs/filters/helpers/common/getFilterLabel.js +1 -2
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -0
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +1 -0
- package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -0
- package/dist/cjs/general/mix/compareDeep.d.ts +8 -0
- package/dist/cjs/general/mix/compareDeep.js +33 -0
- package/dist/cjs/general/mix/index.d.ts +6 -5
- package/dist/cjs/general/mix/index.js +6 -5
- package/dist/cjs/general/object/index.d.ts +1 -0
- package/dist/cjs/general/object/index.js +1 -0
- package/dist/cjs/general/object/mergeDeep.d.ts +17 -0
- package/dist/cjs/general/object/mergeDeep.js +55 -0
- package/dist/cjs/globalization/index.d.ts +3 -1
- package/dist/cjs/globalization/index.js +3 -1
- package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +14 -0
- package/dist/cjs/globalization/interfaces/IResourceI18n.js +2 -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 +11 -0
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +46 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.d.ts +38 -0
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.js +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/common/II18nCommon.js +2 -0
- package/dist/cjs/globalization/interfaces/common/index.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/common/index.js +19 -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 +8 -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/II18nFilterBuilderInfoContainer.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.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/II18nFilterValidator.d.ts +23 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/index.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/filters/index.js +23 -0
- package/dist/cjs/globalization/interfaces/index.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/index.js +15 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.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 +4 -0
- package/dist/cjs/globalization/interfaces/panel/index.js +16 -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 +4 -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 +3 -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 +17 -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 +15 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +42 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +50 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.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/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 +11 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +2 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +27 -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_SLIDEBAR.d.ts +2 -0
- package/dist/cjs/globalization/{filters/SLIDEBAR.js → labels/filters/I18N_SLIDEBAR.js} +3 -5
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
- package/dist/cjs/globalization/{filters/VALUES_CONTAINER.js → labels/filters/I18N_VALUE_CONTAINER.js} +2 -3
- package/dist/cjs/globalization/labels/filters/index.d.ts +5 -0
- package/dist/cjs/globalization/labels/filters/index.js +17 -0
- package/dist/cjs/globalization/labels/index.d.ts +7 -0
- package/dist/cjs/globalization/labels/index.js +19 -0
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +2 -0
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +34 -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 +36 -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 +9 -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/IGeneralWidgetConfig.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_LIST.d.ts +1 -1
- package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.js +2 -2
- package/dist/cjs/qrvey/constants/index.d.ts +1 -4
- package/dist/cjs/qrvey/constants/index.js +1 -4
- package/dist/{columns/interfaces/IColumnCalculationType.d.ts → cjs/qrvey/interfaces/ICalculationType.d.ts} +1 -1
- package/dist/cjs/qrvey/interfaces/ICalculationType.js +2 -0
- package/dist/cjs/qrvey/interfaces/index.d.ts +4 -0
- package/dist/cjs/qrvey/interfaces/index.js +4 -0
- package/dist/cjs/services/adapters/BDatasetsToUIDatasets.adapter.d.ts +1 -1
- package/dist/cjs/services/adapters/BDatasetsToUIDatasets.adapter.js +1 -1
- package/dist/cjs/services/helpers/Request.d.ts +1 -0
- package/dist/cjs/services/helpers/Request.js +7 -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/builder/getFilterBuilderGeneralConfig.js +1 -0
- package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/filters/helpers/common/getFilterLabel.js +1 -2
- package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -0
- package/dist/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +1 -0
- package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -0
- package/dist/general/mix/compareDeep.d.ts +8 -0
- package/dist/general/mix/compareDeep.js +29 -0
- package/dist/general/mix/index.d.ts +6 -5
- package/dist/general/mix/index.js +6 -5
- package/dist/general/object/index.d.ts +1 -0
- package/dist/general/object/index.js +1 -0
- package/dist/general/object/mergeDeep.d.ts +17 -0
- package/dist/general/object/mergeDeep.js +51 -0
- package/dist/globalization/index.d.ts +3 -1
- package/dist/globalization/index.js +3 -1
- package/dist/globalization/interfaces/IResourceI18n.d.ts +14 -0
- package/dist/globalization/interfaces/IResourceI18n.js +1 -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 +11 -0
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.js +1 -0
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +5 -0
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +1 -0
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +8 -0
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +1 -0
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +8 -0
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +1 -0
- package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +46 -0
- package/dist/globalization/interfaces/common/II18nColumnProperties.js +1 -0
- package/dist/globalization/interfaces/common/II18nColumnTypes.d.ts +38 -0
- package/dist/globalization/interfaces/common/II18nColumnTypes.js +1 -0
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +15 -0
- package/dist/globalization/interfaces/common/II18nCommon.js +1 -0
- package/dist/globalization/interfaces/common/index.d.ts +7 -0
- package/dist/globalization/interfaces/common/index.js +7 -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 +8 -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/II18nFilterBuilderInfoContainer.d.ts +5 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.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/II18nFilterValidator.d.ts +23 -0
- package/dist/globalization/interfaces/filters/II18nFilterValidator.js +1 -0
- package/dist/globalization/interfaces/filters/II18nSlidebar.d.ts +6 -0
- package/dist/globalization/interfaces/filters/II18nSlidebar.js +1 -0
- package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nValueContainer.js +1 -0
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +5 -0
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.js +1 -0
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.d.ts +5 -0
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js +1 -0
- package/dist/globalization/interfaces/filters/index.d.ts +11 -0
- package/dist/globalization/interfaces/filters/index.js +11 -0
- package/dist/globalization/interfaces/index.d.ts +3 -0
- package/dist/globalization/interfaces/index.js +3 -0
- package/dist/globalization/interfaces/panel/II18nPanel.d.ts +9 -0
- package/dist/globalization/interfaces/panel/II18nPanel.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +9 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.js +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +15 -0
- package/dist/globalization/interfaces/panel/II18nPanelMenu.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 +4 -0
- package/dist/globalization/interfaces/panel/index.js +4 -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 +4 -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 +3 -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 +14 -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 +12 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +39 -0
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +2 -0
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +47 -0
- package/dist/globalization/labels/common/I18N_COMMON.d.ts +2 -0
- package/dist/globalization/labels/common/I18N_COMMON.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/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 +8 -0
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +24 -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_SLIDEBAR.d.ts +2 -0
- package/dist/globalization/labels/filters/I18N_SLIDEBAR.js +6 -0
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
- package/{src/globalization/filters/VALUES_CONTAINER.ts → dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js} +1 -2
- package/dist/globalization/labels/filters/index.d.ts +5 -0
- package/dist/globalization/labels/filters/index.js +5 -0
- package/dist/globalization/labels/index.d.ts +7 -0
- package/dist/globalization/labels/index.js +7 -0
- package/dist/globalization/labels/panel/I18N_PANEL.d.ts +2 -0
- package/dist/globalization/labels/panel/I18N_PANEL.js +31 -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 +33 -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 +9 -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/IGeneralWidgetConfig.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_LIST.d.ts +1 -1
- package/dist/qrvey/constants/CALCULATION_INFO_LIST.js +1 -1
- package/dist/qrvey/constants/index.d.ts +1 -4
- package/dist/qrvey/constants/index.js +1 -4
- package/dist/{cjs/columns/interfaces/IColumnCalculationType.d.ts → qrvey/interfaces/ICalculationType.d.ts} +1 -1
- package/dist/qrvey/interfaces/ICalculationType.js +1 -0
- package/dist/qrvey/interfaces/index.d.ts +4 -0
- package/dist/qrvey/interfaces/index.js +4 -0
- package/dist/services/adapters/BDatasetsToUIDatasets.adapter.d.ts +1 -1
- package/dist/services/adapters/BDatasetsToUIDatasets.adapter.js +1 -1
- package/dist/services/helpers/Request.d.ts +1 -0
- package/dist/services/helpers/Request.js +7 -0
- 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/{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/builder/getFilterBuilderGeneralConfig.ts +1 -0
- package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
- package/src/filters/helpers/common/getFilterLabel.ts +1 -1
- package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +2 -0
- package/src/filters/interfaces/builder/IFilterBuilderGeneralConfig.ts +1 -0
- package/src/filters/interfaces/panel/IFilterPanelConfig.ts +2 -0
- package/src/general/mix/compareDeep.ts +32 -0
- package/src/general/mix/index.ts +6 -5
- package/src/general/object/index.ts +1 -0
- package/src/general/object/mergeDeep.ts +61 -0
- package/src/globalization/index.ts +3 -1
- package/src/globalization/interfaces/IResourceI18n.ts +16 -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 +11 -0
- package/src/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.ts +5 -0
- package/src/globalization/interfaces/common/II18nChartInfoMessagesDefault.ts +8 -0
- package/src/globalization/interfaces/common/II18nChartInfoMessagesTableChart.ts +8 -0
- package/src/globalization/interfaces/common/II18nColumnProperties.ts +52 -0
- package/src/globalization/interfaces/common/II18nColumnTypes.ts +42 -0
- package/src/globalization/interfaces/common/II18nCommon.ts +16 -0
- package/src/globalization/interfaces/common/index.ts +9 -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 +9 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +16 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.ts +6 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.ts +3 -0
- package/src/globalization/interfaces/filters/II18nFilterValidator.ts +23 -0
- package/src/globalization/interfaces/filters/II18nSlidebar.ts +6 -0
- package/src/globalization/interfaces/filters/II18nValueContainer.ts +5 -0
- package/src/globalization/interfaces/filters/II18nValueContainerSearchInput.ts +6 -0
- package/src/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.ts +5 -0
- package/src/globalization/interfaces/filters/index.ts +12 -0
- package/src/globalization/interfaces/index.ts +3 -0
- package/src/globalization/interfaces/panel/II18nPanel.ts +10 -0
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +9 -0
- package/src/globalization/interfaces/panel/II18nPanelMenu.ts +15 -0
- package/src/globalization/interfaces/panel/II18nPanelTooltips.ts +4 -0
- package/src/globalization/interfaces/panel/index.ts +4 -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 +4 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsSort.ts +10 -0
- package/src/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.ts +3 -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 +16 -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 +14 -0
- package/src/globalization/labels/common/I18N_COLUMN_LABEL.ts +43 -0
- package/src/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.ts +55 -0
- package/src/globalization/labels/common/I18N_COMMON.ts +32 -0
- package/src/globalization/labels/common/index.ts +5 -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 +10 -0
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +26 -0
- package/src/globalization/labels/filters/I18N_FILTER_VALIDATOR.ts +27 -0
- package/src/globalization/labels/filters/I18N_SLIDEBAR.ts +8 -0
- package/{dist/globalization/filters/VALUES_CONTAINER.js → src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts} +3 -2
- package/src/globalization/labels/filters/index.ts +7 -0
- package/src/globalization/labels/index.ts +8 -0
- package/src/globalization/labels/panel/I18N_PANEL.ts +33 -0
- package/src/globalization/labels/panel/index.ts +1 -0
- package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +35 -0
- package/src/globalization/labels/table_charts/index.ts +1 -0
- package/src/globalization/service/i18nextBuilder.ts +51 -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/IGeneralWidgetConfig.ts +1 -0
- package/src/interfaces/index.ts +1 -1
- package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
- package/src/qrvey/constants/index.ts +1 -4
- package/src/{columns/interfaces/IColumnCalculationType.ts → qrvey/interfaces/ICalculationType.ts} +1 -1
- package/src/qrvey/interfaces/index.ts +5 -1
- package/src/services/adapters/BDatasetsToUIDatasets.adapter.ts +1 -1
- package/src/services/helpers/Request.ts +10 -1
- package/src/stencil/util/index.ts +1 -1
- package/test/general/mix/compareDeep.test.js +880 -0
- package/test/general/object/mergeDeep.test.js +110 -0
- 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/VALUES_CONTAINER.d.ts +0 -11
- 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/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/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.4-11*
|
|
2
2
|
|
|
3
3
|
> Helper, Utils for all Qrvey Projects
|
|
4
4
|
|
|
@@ -1340,12 +1340,15 @@ Inmutable Array Item deletion
|
|
|
1340
1340
|
|
|
1341
1341
|
|
|
1342
1342
|
|
|
1343
|
-
### dist/general/array/
|
|
1343
|
+
### dist/general/array/filterNestedTree.js
|
|
1344
1344
|
|
|
1345
1345
|
|
|
1346
|
-
####
|
|
1346
|
+
#### filterNestedTree(arr, childArrKey, condition)
|
|
1347
1347
|
|
|
1348
|
-
|
|
1348
|
+
Filters a nested tree array by a custom condition on the last child node
|
|
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
|
|
1349
1352
|
|
|
1350
1353
|
|
|
1351
1354
|
|
|
@@ -1354,7 +1357,9 @@ Flat deeply an array
|
|
|
1354
1357
|
|
|
1355
1358
|
| Name | Type | Description | |
|
|
1356
1359
|
| ---- | ---- | ----------- | -------- |
|
|
1357
|
-
| arr | |
|
|
1360
|
+
| arr | | nested tree array | |
|
|
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 | |
|
|
1358
1363
|
|
|
1359
1364
|
|
|
1360
1365
|
|
|
@@ -1362,20 +1367,17 @@ Flat deeply an array
|
|
|
1362
1367
|
##### Returns
|
|
1363
1368
|
|
|
1364
1369
|
|
|
1365
|
-
-
|
|
1370
|
+
- array filtered
|
|
1366
1371
|
|
|
1367
1372
|
|
|
1368
1373
|
|
|
1369
1374
|
|
|
1370
|
-
### dist/general/array/
|
|
1375
|
+
### dist/general/array/flattenDeep.js
|
|
1371
1376
|
|
|
1372
1377
|
|
|
1373
|
-
####
|
|
1378
|
+
#### flattenDeep(arr)
|
|
1374
1379
|
|
|
1375
|
-
|
|
1376
|
-
- If the given arguments are not valid, the function returns the first argument.
|
|
1377
|
-
- If the childArrKey is not matched in the object, the condition tries to resolve the filter anyway and returns an empty array.
|
|
1378
|
-
- If the condition is not fulfilled, the function returns a filtered array, probably a empty array inside of the child array
|
|
1380
|
+
Flat deeply an array
|
|
1379
1381
|
|
|
1380
1382
|
|
|
1381
1383
|
|
|
@@ -1384,9 +1386,7 @@ Filters a nested tree array by a custom condition on the last child node
|
|
|
1384
1386
|
|
|
1385
1387
|
| Name | Type | Description | |
|
|
1386
1388
|
| ---- | ---- | ----------- | -------- |
|
|
1387
|
-
| arr | |
|
|
1388
|
-
| childArrKey | | property representing the children array on the nested tree | |
|
|
1389
|
-
| condition | | function callback that determines if the filter is applied on the last child node of the nested tree | |
|
|
1389
|
+
| arr | | Array to flat deeply | |
|
|
1390
1390
|
|
|
1391
1391
|
|
|
1392
1392
|
|
|
@@ -1394,7 +1394,7 @@ Filters a nested tree array by a custom condition on the last child node
|
|
|
1394
1394
|
##### Returns
|
|
1395
1395
|
|
|
1396
1396
|
|
|
1397
|
-
- array
|
|
1397
|
+
- flatten array
|
|
1398
1398
|
|
|
1399
1399
|
|
|
1400
1400
|
|
|
@@ -1511,6 +1511,35 @@ Make sure to only invokes _fn_ at most once per every _time_ milliseconds
|
|
|
1511
1511
|
|
|
1512
1512
|
|
|
1513
1513
|
|
|
1514
|
+
### dist/general/mix/compareDeep.js
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
#### compareDeep(object1, object2)
|
|
1518
|
+
|
|
1519
|
+
Compares two objects to know if they are equals. Go across nested objects.
|
|
1520
|
+
Includes arrays in the comparison.
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
##### Parameters
|
|
1526
|
+
|
|
1527
|
+
| Name | Type | Description | |
|
|
1528
|
+
| ---- | ---- | ----------- | -------- |
|
|
1529
|
+
| object1 | | First Object to compare | |
|
|
1530
|
+
| object2 | | Second Object to compare | |
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
##### Returns
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
- True: objects are equal. False: Objects are not equal. Undefined: invalid
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
|
|
1514
1543
|
### dist/general/mix/getTag.js
|
|
1515
1544
|
|
|
1516
1545
|
|
|
@@ -1738,12 +1767,13 @@ Gets the length of the given array.
|
|
|
1738
1767
|
|
|
1739
1768
|
|
|
1740
1769
|
|
|
1741
|
-
### dist/general/
|
|
1770
|
+
### dist/general/object/cloneDeep.js
|
|
1742
1771
|
|
|
1743
1772
|
|
|
1744
|
-
####
|
|
1773
|
+
#### cloneDeep(obj)
|
|
1745
1774
|
|
|
1746
|
-
|
|
1775
|
+
A simple Deep Cloning function. Valid only for primivite values and object with primitive values.
|
|
1776
|
+
Not to use this function with inner objects and functions
|
|
1747
1777
|
|
|
1748
1778
|
|
|
1749
1779
|
|
|
@@ -1752,7 +1782,7 @@ Upper case the first letter of a given text
|
|
|
1752
1782
|
|
|
1753
1783
|
| Name | Type | Description | |
|
|
1754
1784
|
| ---- | ---- | ----------- | -------- |
|
|
1755
|
-
|
|
|
1785
|
+
| obj | | The object | |
|
|
1756
1786
|
|
|
1757
1787
|
|
|
1758
1788
|
|
|
@@ -1760,7 +1790,7 @@ Upper case the first letter of a given text
|
|
|
1760
1790
|
##### Returns
|
|
1761
1791
|
|
|
1762
1792
|
|
|
1763
|
-
-
|
|
1793
|
+
- The new reference object or the given object if the parsing is incorrect or empty
|
|
1764
1794
|
|
|
1765
1795
|
|
|
1766
1796
|
|
|
@@ -1822,34 +1852,6 @@ _get({ item1: { item11: 'Hello Again' }, item2: {} }, ['item1', 'item11'])
|
|
|
1822
1852
|
|
|
1823
1853
|
|
|
1824
1854
|
|
|
1825
|
-
### dist/general/object/cloneDeep.js
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
#### cloneDeep(obj)
|
|
1829
|
-
|
|
1830
|
-
A simple Deep Cloning function. Valid only for primivite values and object with primitive values.
|
|
1831
|
-
Not to use this function with inner objects and functions
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
##### Parameters
|
|
1837
|
-
|
|
1838
|
-
| Name | Type | Description | |
|
|
1839
|
-
| ---- | ---- | ----------- | -------- |
|
|
1840
|
-
| obj | | The object | |
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
##### Returns
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
- The new reference object or the given object if the parsing is incorrect or empty
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
1855
|
### dist/general/object/getAttribute.js
|
|
1854
1856
|
|
|
1855
1857
|
|
|
@@ -1989,6 +1991,83 @@ and return a mapped object
|
|
|
1989
1991
|
|
|
1990
1992
|
|
|
1991
1993
|
|
|
1994
|
+
### dist/general/object/mergeDeep.js
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
#### mergeDeep(obj1, obj2, settings)
|
|
1998
|
+
|
|
1999
|
+
Merges two objects into a new one.
|
|
2000
|
+
The second given argument to the first given argument.
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
##### Parameters
|
|
2006
|
+
|
|
2007
|
+
| Name | Type | Description | |
|
|
2008
|
+
| ---- | ---- | ----------- | -------- |
|
|
2009
|
+
| obj1 | | The target object | |
|
|
2010
|
+
| obj2 | | The object to be merged | |
|
|
2011
|
+
| settings | | Object settings for this function | |
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
##### Returns
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
- a new merged object
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
#### isValid(obj1, obj2)
|
|
2024
|
+
|
|
2025
|
+
Validates if the two arguments are objects
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
##### Parameters
|
|
2031
|
+
|
|
2032
|
+
| Name | Type | Description | |
|
|
2033
|
+
| ---- | ---- | ----------- | -------- |
|
|
2034
|
+
| obj1 | | The target object | |
|
|
2035
|
+
| obj2 | | The object to be merged | |
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
##### Returns
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
- true: they are valid; false: they are not
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
#### getParamsToMergeDeep(settings)
|
|
2048
|
+
|
|
2049
|
+
Validates and gets the settings with all set parameters.
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
##### Parameters
|
|
2055
|
+
|
|
2056
|
+
| Name | Type | Description | |
|
|
2057
|
+
| ---- | ---- | ----------- | -------- |
|
|
2058
|
+
| settings | | the settings object | |
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
##### Returns
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
- a new settings object with all set parameters.
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
|
|
2070
|
+
|
|
1992
2071
|
### dist/general/object/objectCopy.js
|
|
1993
2072
|
|
|
1994
2073
|
|
|
@@ -2100,12 +2179,12 @@ serialize object to url param
|
|
|
2100
2179
|
|
|
2101
2180
|
|
|
2102
2181
|
|
|
2103
|
-
### dist/
|
|
2182
|
+
### dist/general/string/capitalize.js
|
|
2104
2183
|
|
|
2105
2184
|
|
|
2106
|
-
####
|
|
2185
|
+
#### capitalize(text)
|
|
2107
2186
|
|
|
2108
|
-
|
|
2187
|
+
Upper case the first letter of a given text
|
|
2109
2188
|
|
|
2110
2189
|
|
|
2111
2190
|
|
|
@@ -2114,7 +2193,7 @@ Get an string of the properties of the given column.
|
|
|
2114
2193
|
|
|
2115
2194
|
| Name | Type | Description | |
|
|
2116
2195
|
| ---- | ---- | ----------- | -------- |
|
|
2117
|
-
|
|
|
2196
|
+
| text | `String` | | |
|
|
2118
2197
|
|
|
2119
2198
|
|
|
2120
2199
|
|
|
@@ -2122,17 +2201,17 @@ Get an string of the properties of the given column.
|
|
|
2122
2201
|
##### Returns
|
|
2123
2202
|
|
|
2124
2203
|
|
|
2125
|
-
-
|
|
2204
|
+
- `String` a capitalized text
|
|
2126
2205
|
|
|
2127
2206
|
|
|
2128
2207
|
|
|
2129
2208
|
|
|
2130
|
-
### dist/services/api/
|
|
2209
|
+
### dist/services/api/getAllDatasets.api.js
|
|
2131
2210
|
|
|
2132
2211
|
|
|
2133
|
-
####
|
|
2212
|
+
#### getAllDatasets(qrveyids)
|
|
2134
2213
|
|
|
2135
|
-
|
|
2214
|
+
Get a dataset list from a collection of Qrvey IDs
|
|
2136
2215
|
|
|
2137
2216
|
|
|
2138
2217
|
|
|
@@ -2141,8 +2220,7 @@ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for g
|
|
|
2141
2220
|
|
|
2142
2221
|
| Name | Type | Description | |
|
|
2143
2222
|
| ---- | ---- | ----------- | -------- |
|
|
2144
|
-
|
|
|
2145
|
-
| params | | Object for getting precise data | |
|
|
2223
|
+
| qrveyids | | Collection of Qrvey IDs | |
|
|
2146
2224
|
|
|
2147
2225
|
|
|
2148
2226
|
|
|
@@ -2150,17 +2228,17 @@ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for g
|
|
|
2150
2228
|
##### Returns
|
|
2151
2229
|
|
|
2152
2230
|
|
|
2153
|
-
-
|
|
2231
|
+
- a promise
|
|
2154
2232
|
|
|
2155
2233
|
|
|
2156
2234
|
|
|
2157
2235
|
|
|
2158
|
-
### dist/services/api/
|
|
2236
|
+
### dist/services/api/getAllQrveys.api.js
|
|
2159
2237
|
|
|
2160
2238
|
|
|
2161
|
-
####
|
|
2239
|
+
#### getAllQrveys(config, params)
|
|
2162
2240
|
|
|
2163
|
-
|
|
2241
|
+
POST Request for getting Qrveys such as Web Forms and Datasets. Use params for getting precise data
|
|
2164
2242
|
|
|
2165
2243
|
|
|
2166
2244
|
|
|
@@ -2169,7 +2247,8 @@ Get a dataset by Qrvey ID
|
|
|
2169
2247
|
|
|
2170
2248
|
| Name | Type | Description | |
|
|
2171
2249
|
| ---- | ---- | ----------- | -------- |
|
|
2172
|
-
|
|
|
2250
|
+
| config | | Configuration | |
|
|
2251
|
+
| params | | Object for getting precise data | |
|
|
2173
2252
|
|
|
2174
2253
|
|
|
2175
2254
|
|
|
@@ -2177,17 +2256,17 @@ Get a dataset by Qrvey ID
|
|
|
2177
2256
|
##### Returns
|
|
2178
2257
|
|
|
2179
2258
|
|
|
2180
|
-
-
|
|
2259
|
+
- `Void`
|
|
2181
2260
|
|
|
2182
2261
|
|
|
2183
2262
|
|
|
2184
2263
|
|
|
2185
|
-
### dist/services/api/
|
|
2264
|
+
### dist/services/api/getDatasetColumns.api.js
|
|
2186
2265
|
|
|
2187
2266
|
|
|
2188
|
-
####
|
|
2267
|
+
#### getDatasetColumns(qrveyid)
|
|
2189
2268
|
|
|
2190
|
-
Get a dataset
|
|
2269
|
+
Get a dataset by Qrvey ID
|
|
2191
2270
|
|
|
2192
2271
|
|
|
2193
2272
|
|
|
@@ -2196,7 +2275,7 @@ Get a dataset list from a collection of Qrvey IDs
|
|
|
2196
2275
|
|
|
2197
2276
|
| Name | Type | Description | |
|
|
2198
2277
|
| ---- | ---- | ----------- | -------- |
|
|
2199
|
-
|
|
|
2278
|
+
| qrveyid | | The Qrvey ID | |
|
|
2200
2279
|
|
|
2201
2280
|
|
|
2202
2281
|
|
|
@@ -2293,6 +2372,33 @@ try to find this string as a variable on Windows object
|
|
|
2293
2372
|
|
|
2294
2373
|
|
|
2295
2374
|
|
|
2375
|
+
### dist/qrvey/helpers/getColumnsLabel.js
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
#### getColumnLabels(column)
|
|
2379
|
+
|
|
2380
|
+
Get an string of the properties of the given column.
|
|
2381
|
+
|
|
2382
|
+
|
|
2383
|
+
|
|
2384
|
+
|
|
2385
|
+
##### Parameters
|
|
2386
|
+
|
|
2387
|
+
| Name | Type | Description | |
|
|
2388
|
+
| ---- | ---- | ----------- | -------- |
|
|
2389
|
+
| column | | The column | |
|
|
2390
|
+
|
|
2391
|
+
|
|
2392
|
+
|
|
2393
|
+
|
|
2394
|
+
##### Returns
|
|
2395
|
+
|
|
2396
|
+
|
|
2397
|
+
- an string with the property, aggregate or calculation label.
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
|
|
2401
|
+
|
|
2296
2402
|
### dist/typescript/decorators/Debounce.js
|
|
2297
2403
|
|
|
2298
2404
|
|
|
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 = {}));
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
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("./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,6 +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("./
|
|
15
|
-
__exportStar(require("./VALUES_CONTAINER"), exports);
|
|
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
|