@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
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
import { IGeneralInfo } from "../../interfaces/general/IGeneralInfo";
|
|
3
|
+
import { IAggregateAbbreviation } from "./IAggregateAbbreviation";
|
|
4
|
+
import { IAggregateLabel } from "./IAggregateLabel";
|
|
5
|
+
import { IAggregateType } from "./IAggregateType";
|
|
6
|
+
|
|
7
|
+
export interface IAggregateInfo extends IGeneralInfo {
|
|
8
|
+
abbrLabel: IAggregateAbbreviation;
|
|
9
|
+
label: IAggregateLabel;
|
|
10
|
+
value: IAggregateType;
|
|
11
|
+
}
|
|
@@ -3,39 +3,40 @@ import { COLUMN } from "./COLUMN";
|
|
|
3
3
|
import { IColumnType } from "../interfaces/IColumnType";
|
|
4
4
|
import { IColumnInfo } from "../interfaces/IColumnInfo";
|
|
5
5
|
import { COMPLEX_COLUMN_INFO } from "./COMPLEX_COLUMN_INFO";
|
|
6
|
+
import { COLUMN_LABEL } from "./COLUMN_LABEL";
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* @description Key/array of column property info
|
|
9
10
|
*/
|
|
10
11
|
export const COLUMN_INFO: { [key in IColumnType]: IColumnInfo } = {
|
|
11
|
-
[COLUMN.SINGLE_CHOICE]: { label:
|
|
12
|
-
[COLUMN.MULTIPLE_CHOICE]: { label:
|
|
13
|
-
[COLUMN.RATING]: { label:
|
|
14
|
-
[COLUMN.YES_NO]: { label:
|
|
15
|
-
[COLUMN.RANKING]: { label:
|
|
16
|
-
[COLUMN.DATE]: { label:
|
|
17
|
-
[COLUMN.SLIDEBAR]: { label:
|
|
18
|
-
[COLUMN.SIGNATURE]: { label:
|
|
19
|
-
[COLUMN.DROPDOWN]: { label:
|
|
20
|
-
[COLUMN.NUMERIC]: { label:
|
|
21
|
-
[COLUMN.NUMERICC]: { label:
|
|
22
|
-
[COLUMN.NUMERICP]: { label:
|
|
23
|
-
[COLUMN.NUMERICG]: { label:
|
|
24
|
-
[COLUMN.IMAGE]: { label:
|
|
25
|
-
[COLUMN.EMAIL_FORM]: { label:
|
|
26
|
-
[COLUMN.PHONE]: { label:
|
|
27
|
-
[COLUMN.PASSWORD]: { label:
|
|
28
|
-
[COLUMN.CHECKLIST]: { label:
|
|
29
|
-
[COLUMN.NPS_SCORE]: { label:
|
|
30
|
-
[COLUMN.NPS_FEEDBACK]: { label:
|
|
31
|
-
[COLUMN.TEXT_LABEL]: { label:
|
|
32
|
-
[COLUMN.TEXT_CATEGORY]: { label:
|
|
33
|
-
[COLUMN.LOOKUP]: { label:
|
|
34
|
-
[COLUMN.HEADLINE]: { label:
|
|
35
|
-
[COLUMN.SECTION]: { label:
|
|
36
|
-
[COLUMN.FORMULA]: { label:
|
|
37
|
-
[COLUMN.AGGREGATED_FORMULA]: { label:
|
|
38
|
-
[COLUMN.BUCKET]: { label:
|
|
12
|
+
[COLUMN.SINGLE_CHOICE]: { label: COLUMN_LABEL.SINGLE_CHOICE, shortLabel: 'Single Choice', abbrLabel: 'SC', value: COLUMN.SINGLE_CHOICE, displayed: true },
|
|
13
|
+
[COLUMN.MULTIPLE_CHOICE]: { label: COLUMN_LABEL.MULTIPLE_CHOICE, shortLabel: 'Multiple Choice', abbrLabel: 'MC', value: COLUMN.MULTIPLE_CHOICE, displayed: true },
|
|
14
|
+
[COLUMN.RATING]: { label: COLUMN_LABEL.RATING, shortLabel: 'Rating', abbrLabel: 'RA', value: COLUMN.RATING, displayed: true },
|
|
15
|
+
[COLUMN.YES_NO]: { label: COLUMN_LABEL.YES_NO, shortLabel: 'Yes No', abbrLabel: 'YS', value: COLUMN.YES_NO, displayed: true },
|
|
16
|
+
[COLUMN.RANKING]: { label: COLUMN_LABEL.RANKING, shortLabel: 'Ranking', abbrLabel: 'RAN', value: COLUMN.RANKING, displayed: true },
|
|
17
|
+
[COLUMN.DATE]: { label: COLUMN_LABEL.DATE, shortLabel: 'Date', abbrLabel: 'DA', value: COLUMN.DATE, displayed: true },
|
|
18
|
+
[COLUMN.SLIDEBAR]: { label: COLUMN_LABEL.SLIDEBAR, shortLabel: 'Slidebar', abbrLabel: 'SB', value: COLUMN.SLIDEBAR, displayed: true },
|
|
19
|
+
[COLUMN.SIGNATURE]: { label: COLUMN_LABEL.SIGNATURE, shortLabel: 'Signature', abbrLabel: 'SIGN', value: COLUMN.SIGNATURE, displayed: true },
|
|
20
|
+
[COLUMN.DROPDOWN]: { label: COLUMN_LABEL.DROPDOWN, shortLabel: 'Dropdown', abbrLabel: 'DD', value: COLUMN.DROPDOWN, displayed: true },
|
|
21
|
+
[COLUMN.NUMERIC]: { label: COLUMN_LABEL.NUMERIC, shortLabel: 'Numeric', abbrLabel: 'NUM', value: COLUMN.NUMERIC, displayed: true },
|
|
22
|
+
[COLUMN.NUMERICC]: { label: COLUMN_LABEL.NUMERICC, shortLabel: 'Numeric-C', abbrLabel: 'NUMC', value: COLUMN.NUMERICC, displayed: false },
|
|
23
|
+
[COLUMN.NUMERICP]: { label: COLUMN_LABEL.NUMERICP, shortLabel: 'Numeric-P', abbrLabel: 'NUMP', value: COLUMN.NUMERICP, displayed: false },
|
|
24
|
+
[COLUMN.NUMERICG]: { label: COLUMN_LABEL.NUMERICG, shortLabel: 'Numeric-G', abbrLabel: 'NUMG', value: COLUMN.NUMERICG, displayed: false },
|
|
25
|
+
[COLUMN.IMAGE]: { label: COLUMN_LABEL.IMAGE, shortLabel: 'Image', abbrLabel: 'IMG', value: COLUMN.IMAGE, displayed: true },
|
|
26
|
+
[COLUMN.EMAIL_FORM]: { label: COLUMN_LABEL.EMAIL_FORM, shortLabel: 'Email', abbrLabel: 'EML', value: COLUMN.EMAIL_FORM, displayed: true },
|
|
27
|
+
[COLUMN.PHONE]: { label: COLUMN_LABEL.PHONE, shortLabel: 'Phone', abbrLabel: 'PHN', value: COLUMN.PHONE, displayed: true },
|
|
28
|
+
[COLUMN.PASSWORD]: { label: COLUMN_LABEL.PASSWORD, shortLabel: 'Password', abbrLabel: 'PWD', value: COLUMN.PASSWORD, displayed: true },
|
|
29
|
+
[COLUMN.CHECKLIST]: { label: COLUMN_LABEL.CHECKLIST, shortLabel: 'Check List', abbrLabel: 'CL', value: COLUMN.CHECKLIST, displayed: false },
|
|
30
|
+
[COLUMN.NPS_SCORE]: { label: COLUMN_LABEL.NPS_SCORE, shortLabel: 'NPS Score', abbrLabel: 'NPMS', value: COLUMN.NPS_SCORE, displayed: false },
|
|
31
|
+
[COLUMN.NPS_FEEDBACK]: { label: COLUMN_LABEL.NPS_FEEDBACK, shortLabel: 'NPS Feedback', abbrLabel: 'NPSFB', value: COLUMN.NPS_FEEDBACK, displayed: false },
|
|
32
|
+
[COLUMN.TEXT_LABEL]: { label: COLUMN_LABEL.TEXT_LABEL, shortLabel: 'Text Label', abbrLabel: 'TL', value: COLUMN.TEXT_LABEL, displayed: true },
|
|
33
|
+
[COLUMN.TEXT_CATEGORY]: { label: COLUMN_LABEL.TEXT_CATEGORY, shortLabel: 'Text Category', abbrLabel: 'TC', value: COLUMN.TEXT_CATEGORY, displayed: true },
|
|
34
|
+
[COLUMN.LOOKUP]: { label: COLUMN_LABEL.LOOKUP, shortLabel: 'Lookup', abbrLabel: 'LUP', value: COLUMN.LOOKUP, displayed: true },
|
|
35
|
+
[COLUMN.HEADLINE]: { label: COLUMN_LABEL.HEADLINE, shortLabel: 'Headline', abbrLabel: 'HL', value: COLUMN.HEADLINE, displayed: false },
|
|
36
|
+
[COLUMN.SECTION]: { label: COLUMN_LABEL.SECTION, shortLabel: 'Section', abbrLabel: 'SCN', value: COLUMN.SECTION, displayed: false },
|
|
37
|
+
[COLUMN.FORMULA]: { label: COLUMN_LABEL.FORMULA, shortLabel: 'Formula', abbrLabel: 'FML', value: COLUMN.FORMULA, displayed: true },
|
|
38
|
+
[COLUMN.AGGREGATED_FORMULA]: { label: COLUMN_LABEL.AGGREGATED_FORMULA, shortLabel: 'Agg Formula', abbrLabel: 'AF', value: COLUMN.AGGREGATED_FORMULA, displayed: true },
|
|
39
|
+
[COLUMN.BUCKET]: { label: COLUMN_LABEL.BUCKET, shortLabel: 'Bucket', abbrLabel: 'BCT', value: COLUMN.BUCKET, displayed: true },
|
|
39
40
|
|
|
40
41
|
...COMPOUND_COLUMN_INFO,
|
|
41
42
|
...COMPLEX_COLUMN_INFO,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { IColumnCalculationType } from "
|
|
2
|
-
import { IColumnAggregateType } from "./IColumnAggregateType";
|
|
1
|
+
import { IColumnCalculationType } from "../../qrvey/interfaces/ICalculationType";
|
|
3
2
|
import { IDataset } from "../../qrvey/interfaces/IDataset";
|
|
4
3
|
import { IColumnPropertyType } from "./IColumnPropertyType";
|
|
5
4
|
import { IColumnSortingSettings } from "./IColumnSortingSettings";
|
|
6
5
|
import { IBColumn } from "./IBColumn";
|
|
6
|
+
import { IAggregateType } from "../../charts/interfaces/IAggregateType";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Structure for columns used in the App frontend side
|
|
10
10
|
*/
|
|
11
11
|
export interface IColumn extends Omit<IBColumn, "text" | "bucketId" | "formulaId"> {
|
|
12
12
|
bucketid?: string;
|
|
13
|
-
aggregate?:
|
|
13
|
+
aggregate?: IAggregateType;
|
|
14
14
|
calculation?: IColumnCalculationType;
|
|
15
15
|
dataset?: IDataset;
|
|
16
16
|
formulaid?: string;
|
|
@@ -12,6 +12,7 @@ export function getFilterBuilderGeneralConfig(config: any = {}): IFilterBuilderG
|
|
|
12
12
|
appid: getAttribute(config, 'app_id') || config.appid,
|
|
13
13
|
domain: config.domain,
|
|
14
14
|
qv_token: config.qv_token,
|
|
15
|
+
timezoneControl: getAttribute(config, 'timezone_control') || config.timezoneControl,
|
|
15
16
|
userid: getAttribute(config, 'user_id') || config.userid,
|
|
16
17
|
};
|
|
17
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AGGREGATE_ABBREVIATION } from "../../../charts/constants/AGGREGATE_ABBREVIATION";
|
|
1
2
|
import { COMPLEX_COLUMN_PROPERTIES } from "../../../columns/constants/COMPLEX_COLUMN_PROPERTIES";
|
|
2
3
|
import { isComplexColumn } from "../../../columns/helpers/isComplexColumn";
|
|
3
|
-
import { AGGREGATE_ABBREVIATION } from "../../../qrvey/constants/AGGREGATE_ABBREVIATION";
|
|
4
4
|
import { IFUColumn } from "../../interfaces/ui/IFUColumn";
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -7,6 +7,6 @@ import { getFilterColumnLabel } from "./getFilterColumnLabel";
|
|
|
7
7
|
* @returns a sring label
|
|
8
8
|
*/
|
|
9
9
|
export function getFilterLabel(filter: IFUFilter): string {
|
|
10
|
-
const text = filter.extras.filterLabel
|
|
10
|
+
const text = filter.extras.filterLabel || filter.column.label;
|
|
11
11
|
return text + ' ' + getFilterColumnLabel(filter.column);
|
|
12
12
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IResourceI18n } from "../../../globalization/interfaces/IResourceI18n";
|
|
1
2
|
import { IFBLogic } from "../backend/IFBLogic";
|
|
2
3
|
import { IFBUserFilters } from "../backend/IFBUserFilters";
|
|
3
4
|
import { IFSColumn } from "../common/IFSColumn";
|
|
@@ -15,6 +16,7 @@ import { IFilterBuilderSettings } from "./IFilterBuilderSettings";
|
|
|
15
16
|
* Structure for the configuration of the Filter Builder
|
|
16
17
|
*/
|
|
17
18
|
export interface IFilterBuilderConfig {
|
|
19
|
+
i18n?: IResourceI18n; // Globalization object
|
|
18
20
|
datasets?: string[]; // Qrvey IDs for displaying their columns in the colum selector. No qrveyids, the column list is not render
|
|
19
21
|
filterData?: IFSData; // The Filter Data structure
|
|
20
22
|
filterLabel?: string; // A label for the filter. If filterLabel is provided the old filterLabel is replaced by the new one
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IResourceI18n } from "../../../globalization";
|
|
1
2
|
import { IFilterBuilderConfig } from "../builder/IFilterBuilderConfig";
|
|
2
3
|
import { IFUDataStore } from "../ui/IFUDataStore";
|
|
3
4
|
|
|
@@ -6,4 +7,5 @@ import { IFUDataStore } from "../ui/IFUDataStore";
|
|
|
6
7
|
*/
|
|
7
8
|
export interface IFilterPanelConfig extends IFUDataStore {
|
|
8
9
|
filterBuilderConfig?: IFilterBuilderConfig; // Filter Builder config object
|
|
10
|
+
i18n?: IResourceI18n;
|
|
9
11
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { isObject } from "../object/isObject";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Compares two objects to know if they are equals. Go across nested objects.
|
|
5
|
+
* Includes arrays in the comparison.
|
|
6
|
+
* @param object1 First Object to compare
|
|
7
|
+
* @param object2 Second Object to compare
|
|
8
|
+
* @returns True: objects are equal. False: Objects are not equal. Undefined: invalid
|
|
9
|
+
*/
|
|
10
|
+
export function compareDeep(variable1: any, variable2: any): boolean {
|
|
11
|
+
if (!isValidForCompareDeep(variable1, variable2)) {
|
|
12
|
+
return variable1 === variable2;
|
|
13
|
+
}
|
|
14
|
+
const keys1 = Object.keys(variable1);
|
|
15
|
+
const keys2 = Object.keys(variable2);
|
|
16
|
+
if (keys1.length !== keys2.length) {
|
|
17
|
+
return false;
|
|
18
|
+
}
|
|
19
|
+
for (const key of keys1) {
|
|
20
|
+
const value1 = variable1[key];
|
|
21
|
+
const value2 = variable2[key];
|
|
22
|
+
|
|
23
|
+
if (!compareDeep(value1, value2)) {
|
|
24
|
+
return false;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function isValidForCompareDeep(val1, val2) {
|
|
31
|
+
return (isObject(val1) && isObject(val2)) || (Array.isArray(val1) && Array.isArray(val2));
|
|
32
|
+
}
|
package/src/general/mix/index.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './randomId';
|
|
3
|
-
export * from './isNull';
|
|
4
|
-
export * from './isEmpty';
|
|
5
|
-
export * from './importScripts';
|
|
1
|
+
export * from './compareDeep';
|
|
6
2
|
export * from './getTag';
|
|
3
|
+
export * from './importScripts';
|
|
4
|
+
export * from './isEmpty';
|
|
5
|
+
export * from './isNull';
|
|
6
|
+
export * from './randomId';
|
|
7
|
+
export * from './size';
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { isObject } from "./isObject";
|
|
2
|
+
import { objectCopy } from "./objectCopy";
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Settings structure of the Merge Deep helper
|
|
6
|
+
*/
|
|
7
|
+
interface IMergeDeepSettings {
|
|
8
|
+
mergeMissingProperties?: boolean;
|
|
9
|
+
mergeExistingValues?: boolean;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Merges two objects into a new one.
|
|
14
|
+
* The second given argument to the first given argument.
|
|
15
|
+
* @param obj1 The target object
|
|
16
|
+
* @param obj2 The object to be merged
|
|
17
|
+
* @param settings Object settings for this function
|
|
18
|
+
* @returns a new merged object
|
|
19
|
+
*/
|
|
20
|
+
export function mergeDeep(obj1: any, obj2: any, settings?: IMergeDeepSettings) {
|
|
21
|
+
settings = getParamsToMergeDeep(settings);
|
|
22
|
+
|
|
23
|
+
if (!isValid(obj1, obj2)) return objectCopy(obj1);
|
|
24
|
+
|
|
25
|
+
const result = {};
|
|
26
|
+
for(const i in obj1){
|
|
27
|
+
if (i != null && i in obj2 && isObject(obj1[i])){
|
|
28
|
+
result[i] = mergeDeep(obj1[i], obj2[i], settings);
|
|
29
|
+
} else {
|
|
30
|
+
result[i] = obj1[i];
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
for(const i in obj2) {
|
|
34
|
+
if (i != null && ((!isObject(obj2[i]) && i in result && settings.mergeExistingValues) || (!(i in result) && settings.mergeMissingProperties))) {
|
|
35
|
+
result[i] = obj2[i];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return result;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Validates if the two arguments are objects
|
|
43
|
+
* @param obj1 The target object
|
|
44
|
+
* @param obj2 The object to be merged
|
|
45
|
+
* @returns true: they are valid; false: they are not
|
|
46
|
+
*/
|
|
47
|
+
function isValid(obj1, obj2): boolean {
|
|
48
|
+
return isObject(obj1) && isObject(obj2);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Validates and gets the settings with all set parameters.
|
|
53
|
+
* @param settings the settings object
|
|
54
|
+
* @returns a new settings object with all set parameters.
|
|
55
|
+
*/
|
|
56
|
+
function getParamsToMergeDeep(settings?: IMergeDeepSettings): IMergeDeepSettings {
|
|
57
|
+
return {
|
|
58
|
+
mergeExistingValues: settings?.mergeExistingValues ?? true,
|
|
59
|
+
mergeMissingProperties: settings?.mergeMissingProperties ?? true,
|
|
60
|
+
};
|
|
61
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { II18nDashboard } from "./dashboard/II18nDashboard";
|
|
2
|
+
import { II18nFilterBuilder } from "./filters/II18nFilterBuilder";
|
|
3
|
+
import { II18nFilter } from "./filters/II18nFilter";
|
|
4
|
+
import { II18nPanel } from "./panel/II18nPanel";
|
|
5
|
+
import { II18nCommon } from "./common/II18nCommon";
|
|
6
|
+
import { II18nTableCharts } from "./table_charts/II18nTableCharts";
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export interface IResourceI18n {
|
|
10
|
+
dashboard?: II18nDashboard;
|
|
11
|
+
panel?: II18nPanel;
|
|
12
|
+
filter?: II18nFilter;
|
|
13
|
+
filter_builder?: II18nFilterBuilder;
|
|
14
|
+
table_charts?: II18nTableCharts;
|
|
15
|
+
common?: II18nCommon
|
|
16
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IColumnPropertyType } from "../../../columns/interfaces/IColumnPropertyType";
|
|
2
|
+
import { IColumnType } from "../../../columns/interfaces/IColumnType";
|
|
3
|
+
|
|
4
|
+
export interface II18nColumn {
|
|
5
|
+
column_types: { [key in IColumnType]: string };
|
|
6
|
+
properties: { [key in IColumnPropertyType]: string };
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './II18nColumn';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export interface II18nColumnProperties {
|
|
2
|
+
image_answer_id_label: string;
|
|
3
|
+
lookup_display_label: string;
|
|
4
|
+
lookup_value_label: string;
|
|
5
|
+
|
|
6
|
+
day_label: string;
|
|
7
|
+
year_label: string;
|
|
8
|
+
quarter_label: string;
|
|
9
|
+
month_label: string;
|
|
10
|
+
week_label: string;
|
|
11
|
+
|
|
12
|
+
hour_label: string;
|
|
13
|
+
minute_label: string;
|
|
14
|
+
second_label: string;
|
|
15
|
+
|
|
16
|
+
year_quarter_label: string;
|
|
17
|
+
year_month_label: string;
|
|
18
|
+
month_day_label: string;
|
|
19
|
+
|
|
20
|
+
day_hour_label: string;
|
|
21
|
+
hour_minute_label: string;
|
|
22
|
+
minute_second_label: string;
|
|
23
|
+
|
|
24
|
+
longtext_words_label: string;
|
|
25
|
+
longtext_keyphrases_label: string;
|
|
26
|
+
longtext_sentiments_label: string;
|
|
27
|
+
longtext_entities_label: string;
|
|
28
|
+
shorttext_words_label: string;
|
|
29
|
+
shorttext_keyphrases_label: string;
|
|
30
|
+
shorttext_sentiments_label: string;
|
|
31
|
+
shorttext_entities_label: string;
|
|
32
|
+
fileupload_filesize_label: string;
|
|
33
|
+
fileupload_filetype_label: string;
|
|
34
|
+
imageupload_imagesize_label: string;
|
|
35
|
+
imageupload_imagetype_label: string;
|
|
36
|
+
imageupload_imagewords_label: string;
|
|
37
|
+
expression_positive_label: string;
|
|
38
|
+
expression_negative_label: string;
|
|
39
|
+
|
|
40
|
+
name_first_label: string;
|
|
41
|
+
name_last_label: string;
|
|
42
|
+
address_street_label: string;
|
|
43
|
+
address_city_label: string;
|
|
44
|
+
address_state_label: string;
|
|
45
|
+
address_postal_label: string;
|
|
46
|
+
address_country_label: string;
|
|
47
|
+
usaddress_line_1_label: string;
|
|
48
|
+
usaddress_line_2_label: string;
|
|
49
|
+
usaddress_city_label: string;
|
|
50
|
+
usaddress_state_label: string;
|
|
51
|
+
usaddress_postal_label: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
export interface II18nColumnTypes {
|
|
3
|
+
single_choice_label: string;
|
|
4
|
+
multiple_choice_label: string;
|
|
5
|
+
rating_label: string;
|
|
6
|
+
yes_no_label: string;
|
|
7
|
+
ranking_label: string;
|
|
8
|
+
date_label: string;
|
|
9
|
+
slidebar_label: string;
|
|
10
|
+
signature_label: string;
|
|
11
|
+
dropdown_label: string;
|
|
12
|
+
numeric_label: string;
|
|
13
|
+
numericc_label: string;
|
|
14
|
+
numericp_label: string;
|
|
15
|
+
numericg_label: string;
|
|
16
|
+
image_label: string;
|
|
17
|
+
email_form_label: string;
|
|
18
|
+
phone_label: string;
|
|
19
|
+
password_label: string;
|
|
20
|
+
checklist_label: string;
|
|
21
|
+
nps_score_label: string;
|
|
22
|
+
nps_feedback_label: string;
|
|
23
|
+
text_label_label: string;
|
|
24
|
+
text_category_label: string;
|
|
25
|
+
lookup_label: string;
|
|
26
|
+
headline_label: string;
|
|
27
|
+
section_label: string;
|
|
28
|
+
|
|
29
|
+
formula_label: string;
|
|
30
|
+
aggregated_formula_label: string;
|
|
31
|
+
bucket_label: string;
|
|
32
|
+
|
|
33
|
+
textfield_label: string;
|
|
34
|
+
longtext_label: string;
|
|
35
|
+
imageupload_label: string;
|
|
36
|
+
fileupload_label: string;
|
|
37
|
+
expression_label: string;
|
|
38
|
+
|
|
39
|
+
name_label: string;
|
|
40
|
+
usaddress_label: string;
|
|
41
|
+
address_label: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { II18nColumnTypes } from "./II18nColumnTypes";
|
|
2
|
+
import { II18nAgreggateLabels } from './II18nAgreggateLabels';
|
|
3
|
+
import { II18nChartInfoMessagesCrosstab } from "./II18nChartInfoMessagesCrosstab";
|
|
4
|
+
import { II18nChartInfoMessagesDefault } from "./II18nChartInfoMessagesDefault";
|
|
5
|
+
import { II18nChartInfoMessagesTableChart } from "./II18nChartInfoMessagesTableChart";
|
|
6
|
+
import { II18nColumnProperties } from "./II18nColumnProperties";
|
|
7
|
+
|
|
8
|
+
export interface II18nCommon {
|
|
9
|
+
aggregate_labels: II18nAgreggateLabels;
|
|
10
|
+
column_types: II18nColumnTypes;
|
|
11
|
+
properties: II18nColumnProperties;
|
|
12
|
+
search: string;
|
|
13
|
+
chart_info_messages_default: II18nChartInfoMessagesDefault,
|
|
14
|
+
chart_info_messages_crosstab: II18nChartInfoMessagesCrosstab,
|
|
15
|
+
chart_info_messages_table_chart: II18nChartInfoMessagesTableChart,
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './II18nCommon';
|
|
2
|
+
|
|
3
|
+
export * from './II18nAgreggateLabels';
|
|
4
|
+
export * from './II18nChartInfoMessagesCrosstab';
|
|
5
|
+
export * from './II18nChartInfoMessagesDefault';
|
|
6
|
+
export * from './II18nChartInfoMessagesTableChart';
|
|
7
|
+
|
|
8
|
+
export * from './II18nColumnProperties';
|
|
9
|
+
export * from './II18nColumnTypes';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { II18nDashboardAddChart } from "./II18nDashboardAddChart";
|
|
2
|
+
import { II18nDashboardTooltips } from "./II18nDashboardTooltips";
|
|
3
|
+
import { II18nDashboardViews } from "./II18nDashboardViews";
|
|
4
|
+
|
|
5
|
+
export interface II18nDashboard {
|
|
6
|
+
views: II18nDashboardViews;
|
|
7
|
+
add_chart: II18nDashboardAddChart;
|
|
8
|
+
export_csv: string;
|
|
9
|
+
tooltips: II18nDashboardTooltips;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { II18nSlidebar } from "./II18nSlidebar";
|
|
2
|
+
import { II18nValueContainer } from "./II18nValueContainer";
|
|
3
|
+
import { II18nFilterValidator } from "./II18nFilterValidator";
|
|
4
|
+
|
|
5
|
+
export interface II18nFilter {
|
|
6
|
+
slidebar: II18nSlidebar;
|
|
7
|
+
validators: II18nFilterValidator;
|
|
8
|
+
value_container: II18nValueContainer;
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IFDateSection } from "../../../filters/interfaces/IFDateSection";
|
|
2
|
+
import { II18nFilterBuilderColumnSelector } from "./II18nFilterBuilderColumnSelector";
|
|
3
|
+
import { II18nFilterBuilderInfoContainer } from "./II18nFilterBuilderInfoContainer";
|
|
4
|
+
import { II18nFilterBuilderSelectedValuesContainer } from "./II18nFilterBuilderSelectedValuesContainer";
|
|
5
|
+
|
|
6
|
+
export interface II18nFilterBuilder {
|
|
7
|
+
title: string;
|
|
8
|
+
apply_button: string;
|
|
9
|
+
cancel_button: string;
|
|
10
|
+
apply_to: string;
|
|
11
|
+
column_selector: II18nFilterBuilderColumnSelector;
|
|
12
|
+
date_sections: { [key in IFDateSection]: string };
|
|
13
|
+
divider_label: string;
|
|
14
|
+
selected_values_container: II18nFilterBuilderSelectedValuesContainer;
|
|
15
|
+
info_container: II18nFilterBuilderInfoContainer;
|
|
16
|
+
}
|