@qrvey/utils 1.2.4-8 → 1.2.7
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 +338 -338
- package/dist/charts/helpers/index.d.ts +3 -0
- package/dist/charts/helpers/index.js +3 -0
- package/dist/charts/helpers/isExpandableTableChart.d.ts +1 -0
- package/dist/charts/helpers/isExpandableTableChart.js +4 -0
- package/dist/charts/helpers/isSimpleTableChart.d.ts +1 -0
- package/dist/charts/helpers/isSimpleTableChart.js +5 -0
- package/dist/charts/helpers/isTableChart.d.ts +1 -0
- package/dist/charts/helpers/isTableChart.js +4 -0
- package/dist/cjs/charts/helpers/index.d.ts +3 -0
- package/dist/cjs/{globalization/interfaces → charts/helpers}/index.js +3 -3
- package/dist/cjs/charts/helpers/isExpandableTableChart.d.ts +1 -0
- package/dist/cjs/charts/helpers/isExpandableTableChart.js +8 -0
- package/dist/cjs/charts/helpers/isSimpleTableChart.d.ts +1 -0
- package/dist/cjs/charts/helpers/isSimpleTableChart.js +9 -0
- package/dist/cjs/charts/helpers/isTableChart.d.ts +1 -0
- package/dist/cjs/charts/helpers/isTableChart.js +8 -0
- package/dist/cjs/columns/constants/COLUMN_INFO.js +1 -2
- package/dist/cjs/columns/interfaces/IColumn.d.ts +3 -3
- package/dist/cjs/columns/interfaces/IColumnAggregateType.d.ts +2 -0
- package/dist/cjs/{charts/interfaces/IAggregateAbbreviation.js → columns/interfaces/IColumnAggregateType.js} +0 -0
- package/dist/cjs/{qrvey/interfaces/ICalculationType.d.ts → columns/interfaces/IColumnCalculationType.d.ts} +1 -1
- package/dist/cjs/{charts/interfaces/IAggregateInfo.js → columns/interfaces/IColumnCalculationType.js} +0 -0
- package/dist/cjs/columns/interfaces/index.d.ts +2 -0
- package/dist/cjs/columns/interfaces/index.js +2 -0
- package/dist/cjs/constants/Charts.Const.d.ts +1 -0
- package/dist/cjs/constants/Charts.Const.js +1 -0
- package/dist/cjs/filters/adapters/UIToOldLogic.js +1 -0
- package/dist/cjs/filters/adapters/flatUIToOldLogic.js +3 -2
- package/dist/cjs/filters/adapters/logicToFlatUI.js +1 -1
- package/dist/cjs/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
- package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +0 -2
- package/dist/cjs/general/object/mergeDeep.js +7 -6
- package/dist/cjs/globalization/filters/FILTER_BUILDER.d.ts +129 -0
- package/dist/cjs/globalization/filters/FILTER_BUILDER.js +37 -0
- package/dist/cjs/globalization/filters/SLIDEBAR.d.ts +8 -0
- package/dist/cjs/globalization/{labels/filters/I18N_SLIDEBAR.js → filters/SLIDEBAR.js} +3 -3
- package/dist/cjs/globalization/filters/VALUES_CONTAINER.d.ts +11 -0
- package/dist/cjs/globalization/{labels/filters/I18N_VALUE_CONTAINER.js → filters/VALUES_CONTAINER.js} +3 -2
- package/dist/cjs/globalization/filters/index.d.ts +3 -0
- package/dist/cjs/{charts → globalization/filters}/index.js +3 -2
- package/dist/cjs/globalization/index.d.ts +1 -3
- package/dist/cjs/globalization/index.js +1 -3
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/interfaces/Qrvey.Interface.d.ts +10 -0
- package/dist/cjs/interfaces/index.d.ts +1 -1
- package/dist/cjs/interfaces/index.js +1 -1
- package/dist/{charts → cjs/qrvey}/constants/AGGREGATE.d.ts +0 -0
- package/dist/cjs/{charts → qrvey}/constants/AGGREGATE.js +0 -0
- package/dist/{charts → cjs/qrvey}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
- package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.js +0 -0
- package/dist/cjs/qrvey/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_INFO.js +0 -0
- package/dist/cjs/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
- package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.js +0 -0
- package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.d.ts +11 -0
- package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.js +15 -0
- 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 +4 -1
- package/dist/cjs/qrvey/constants/index.js +4 -1
- package/dist/{charts/interfaces/IAggregateType.d.ts → cjs/qrvey/interfaces/IAggregate.d.ts} +1 -1
- package/dist/cjs/{charts/interfaces/IAggregateLabel.js → qrvey/interfaces/IAggregate.js} +0 -0
- package/dist/cjs/qrvey/interfaces/IAggregateInfo.d.ts +5 -0
- package/dist/cjs/{charts/interfaces/IAggregateType.js → qrvey/interfaces/IAggregateInfo.js} +0 -0
- package/dist/cjs/qrvey/interfaces/index.d.ts +0 -4
- package/dist/cjs/qrvey/interfaces/index.js +0 -4
- package/dist/cjs/services/helpers/Request.js +1 -1
- package/dist/columns/constants/COLUMN_INFO.js +1 -2
- package/dist/columns/interfaces/IColumn.d.ts +3 -3
- package/dist/columns/interfaces/IColumnAggregateType.d.ts +2 -0
- package/dist/{charts/interfaces/IAggregateAbbreviation.js → columns/interfaces/IColumnAggregateType.js} +0 -0
- package/dist/{qrvey/interfaces/ICalculationType.d.ts → columns/interfaces/IColumnCalculationType.d.ts} +1 -1
- package/dist/{charts/interfaces/IAggregateInfo.js → columns/interfaces/IColumnCalculationType.js} +0 -0
- package/dist/columns/interfaces/index.d.ts +2 -0
- package/dist/columns/interfaces/index.js +2 -0
- package/dist/constants/Charts.Const.d.ts +1 -0
- package/dist/constants/Charts.Const.js +1 -0
- package/dist/filters/adapters/UIToOldLogic.js +1 -0
- package/dist/filters/adapters/flatUIToOldLogic.js +3 -2
- package/dist/filters/adapters/logicToFlatUI.js +1 -1
- package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
- package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
- package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +0 -2
- package/dist/general/object/mergeDeep.js +7 -6
- package/dist/globalization/filters/FILTER_BUILDER.d.ts +129 -0
- package/dist/globalization/filters/FILTER_BUILDER.js +34 -0
- package/dist/globalization/filters/SLIDEBAR.d.ts +8 -0
- package/dist/globalization/{labels/filters/I18N_SLIDEBAR.js → filters/SLIDEBAR.js} +2 -2
- package/dist/globalization/filters/VALUES_CONTAINER.d.ts +11 -0
- package/dist/globalization/{labels/filters/I18N_VALUE_CONTAINER.js → filters/VALUES_CONTAINER.js} +2 -1
- package/dist/globalization/filters/index.d.ts +3 -0
- package/dist/globalization/filters/index.js +3 -0
- package/dist/globalization/index.d.ts +1 -3
- package/dist/globalization/index.js +1 -3
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/interfaces/Qrvey.Interface.d.ts +10 -0
- package/dist/interfaces/index.d.ts +1 -1
- package/dist/interfaces/index.js +1 -1
- package/dist/{cjs/charts → qrvey}/constants/AGGREGATE.d.ts +0 -0
- package/dist/{charts → qrvey}/constants/AGGREGATE.js +0 -0
- package/dist/{cjs/charts → qrvey}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
- package/dist/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.js +0 -0
- package/dist/qrvey/constants/AGGREGATE_INFO.d.ts +5 -0
- package/dist/{charts → qrvey}/constants/AGGREGATE_INFO.js +0 -0
- package/dist/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
- package/dist/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.js +0 -0
- package/dist/qrvey/constants/AGGREGATE_LABEL.d.ts +11 -0
- package/dist/qrvey/constants/AGGREGATE_LABEL.js +12 -0
- 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 +4 -1
- package/dist/qrvey/constants/index.js +4 -1
- package/dist/{cjs/charts/interfaces/IAggregateType.d.ts → qrvey/interfaces/IAggregate.d.ts} +1 -1
- package/dist/{charts/interfaces/IAggregateLabel.js → qrvey/interfaces/IAggregate.js} +0 -0
- package/dist/qrvey/interfaces/IAggregateInfo.d.ts +5 -0
- package/dist/{charts/interfaces/IAggregateType.js → qrvey/interfaces/IAggregateInfo.js} +0 -0
- package/dist/qrvey/interfaces/index.d.ts +0 -4
- package/dist/qrvey/interfaces/index.js +0 -4
- package/dist/services/helpers/Request.js +1 -1
- package/package.json +5 -7
- package/src/charts/helpers/index.ts +3 -0
- package/src/charts/helpers/isExpandableTableChart.ts +5 -0
- package/src/charts/helpers/isSimpleTableChart.ts +5 -0
- package/src/charts/helpers/isTableChart.ts +5 -0
- package/src/columns/constants/COLUMN_INFO.ts +28 -29
- package/src/columns/interfaces/IColumn.ts +3 -3
- package/src/columns/interfaces/IColumnAggregateType.ts +3 -0
- package/src/{qrvey/interfaces/ICalculationType.ts → columns/interfaces/IColumnCalculationType.ts} +1 -1
- package/src/columns/interfaces/index.ts +2 -0
- package/src/constants/Charts.Const.ts +1 -0
- package/src/filters/adapters/UIToOldLogic.ts +2 -0
- package/src/filters/adapters/flatUIToOldLogic.ts +4 -2
- package/src/filters/adapters/logicToFlatUI.ts +1 -1
- package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
- package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +0 -2
- package/src/filters/interfaces/panel/IFilterPanelConfig.ts +0 -2
- package/src/general/object/mergeDeep.ts +8 -7
- package/src/globalization/filters/FILTER_BUILDER.ts +35 -0
- package/src/globalization/filters/SLIDEBAR.ts +8 -0
- package/src/globalization/{labels/filters/I18N_VALUE_CONTAINER.ts → filters/VALUES_CONTAINER.ts} +2 -3
- package/src/globalization/filters/index.ts +3 -0
- package/src/globalization/index.ts +1 -3
- package/src/index.ts +0 -1
- package/src/interfaces/Qrvey.Interface.ts +11 -0
- package/src/interfaces/index.ts +1 -1
- package/src/{charts → qrvey}/constants/AGGREGATE.ts +0 -0
- package/src/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.ts +0 -0
- package/src/{charts → qrvey}/constants/AGGREGATE_INFO.ts +2 -2
- package/src/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.ts +0 -0
- package/src/qrvey/constants/AGGREGATE_LABEL.ts +11 -0
- package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
- package/src/qrvey/constants/index.ts +4 -1
- package/src/{charts/interfaces/IAggregateType.ts → qrvey/interfaces/IAggregate.ts} +1 -1
- package/src/qrvey/interfaces/IAggregateInfo.ts +7 -0
- package/src/qrvey/interfaces/index.ts +1 -5
- package/src/services/helpers/Request.ts +1 -1
- package/src/stencil/util/index.ts +1 -1
- package/dist/charts/constants/AGGREGATE_INFO.d.ts +0 -5
- package/dist/charts/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
- package/dist/charts/constants/AGGREGATE_LABEL.d.ts +0 -11
- package/dist/charts/constants/AGGREGATE_LABEL.js +0 -12
- package/dist/charts/constants/index.d.ts +0 -5
- package/dist/charts/constants/index.js +0 -5
- package/dist/charts/index.d.ts +0 -2
- package/dist/charts/index.js +0 -2
- package/dist/charts/interfaces/IAggregateAbbreviation.d.ts +0 -2
- package/dist/charts/interfaces/IAggregateInfo.d.ts +0 -9
- package/dist/charts/interfaces/IAggregateLabel.d.ts +0 -2
- package/dist/charts/interfaces/index.d.ts +0 -4
- package/dist/charts/interfaces/index.js +0 -4
- package/dist/cjs/charts/constants/AGGREGATE_INFO.d.ts +0 -5
- package/dist/cjs/charts/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +0 -11
- package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +0 -15
- package/dist/cjs/charts/constants/index.d.ts +0 -5
- package/dist/cjs/charts/constants/index.js +0 -17
- package/dist/cjs/charts/index.d.ts +0 -2
- package/dist/cjs/charts/interfaces/IAggregateAbbreviation.d.ts +0 -2
- package/dist/cjs/charts/interfaces/IAggregateInfo.d.ts +0 -9
- package/dist/cjs/charts/interfaces/IAggregateLabel.d.ts +0 -2
- package/dist/cjs/charts/interfaces/index.d.ts +0 -4
- package/dist/cjs/charts/interfaces/index.js +0 -16
- package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +0 -14
- package/dist/cjs/globalization/interfaces/IResourceI18n.js +0 -2
- package/dist/cjs/globalization/interfaces/columns/II18nColumn.d.ts +0 -10
- package/dist/cjs/globalization/interfaces/columns/II18nColumn.js +0 -2
- package/dist/cjs/globalization/interfaces/columns/index.d.ts +0 -1
- package/dist/cjs/globalization/interfaces/columns/index.js +0 -13
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +0 -11
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.js +0 -2
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +0 -2
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +0 -8
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +0 -2
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +0 -8
- package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +0 -2
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.d.ts +0 -38
- package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.js +0 -2
- package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +0 -13
- package/dist/cjs/globalization/interfaces/common/II18nCommon.js +0 -2
- package/dist/cjs/globalization/interfaces/common/index.d.ts +0 -6
- package/dist/cjs/globalization/interfaces/common/index.js +0 -18
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +0 -9
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.js +0 -2
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.js +0 -2
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +0 -7
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.js +0 -2
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +0 -6
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.js +0 -2
- package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/dashboard/index.js +0 -16
- package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +0 -8
- package/dist/cjs/globalization/interfaces/filters/II18nFilter.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.d.ts +0 -17
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +0 -3
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.d.ts +0 -23
- package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.d.ts +0 -7
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebarValueContainer.d.ts +0 -3
- package/dist/cjs/globalization/interfaces/filters/II18nSlidebarValueContainer.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js +0 -2
- package/dist/cjs/globalization/interfaces/filters/index.d.ts +0 -7
- package/dist/cjs/globalization/interfaces/filters/index.js +0 -19
- package/dist/cjs/globalization/interfaces/index.d.ts +0 -3
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +0 -9
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.js +0 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +0 -9
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +0 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +0 -15
- package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.js +0 -2
- package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.js +0 -2
- package/dist/cjs/globalization/interfaces/panel/index.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/panel/index.js +0 -16
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.d.ts +0 -15
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.js +0 -2
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +0 -8
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +0 -2
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.js +0 -2
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +0 -9
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.js +0 -2
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +0 -3
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +0 -2
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +0 -2
- package/dist/cjs/globalization/interfaces/table_charts/index.d.ts +0 -6
- package/dist/cjs/globalization/interfaces/table_charts/index.js +0 -18
- package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +0 -2
- package/dist/cjs/globalization/labels/I18N_DEFAULT.js +0 -17
- package/dist/cjs/globalization/labels/columns/I18N_COLUMN.d.ts +0 -2
- package/dist/cjs/globalization/labels/columns/I18N_COLUMN.js +0 -8
- package/dist/cjs/globalization/labels/columns/index.d.ts +0 -1
- package/dist/cjs/globalization/labels/columns/index.js +0 -13
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +0 -2
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +0 -15
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +0 -38
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +0 -42
- package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +0 -2
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +0 -31
- package/dist/cjs/globalization/labels/common/index.d.ts +0 -3
- package/dist/cjs/globalization/labels/common/index.js +0 -15
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +0 -2
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +0 -24
- package/dist/cjs/globalization/labels/dashboard/index.d.ts +0 -1
- package/dist/cjs/globalization/labels/dashboard/index.js +0 -13
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.d.ts +0 -2
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +0 -11
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +0 -2
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -27
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +0 -2
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +0 -27
- package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.d.ts +0 -2
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +0 -2
- package/dist/cjs/globalization/labels/filters/index.d.ts +0 -5
- package/dist/cjs/globalization/labels/filters/index.js +0 -17
- package/dist/cjs/globalization/labels/index.d.ts +0 -7
- package/dist/cjs/globalization/labels/index.js +0 -19
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +0 -2
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +0 -34
- package/dist/cjs/globalization/labels/panel/index.d.ts +0 -1
- package/dist/cjs/globalization/labels/panel/index.js +0 -13
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +0 -2
- package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +0 -36
- package/dist/cjs/globalization/labels/table_charts/index.d.ts +0 -1
- package/dist/cjs/globalization/labels/table_charts/index.js +0 -13
- package/dist/cjs/globalization/service/i18nextBuilder.d.ts +0 -9
- package/dist/cjs/globalization/service/i18nextBuilder.js +0 -61
- package/dist/cjs/globalization/service/index.d.ts +0 -2
- package/dist/cjs/globalization/service/index.js +0 -14
- package/dist/cjs/globalization/service/initI18n.d.ts +0 -3
- package/dist/cjs/globalization/service/initI18n.js +0 -19
- package/dist/cjs/qrvey/interfaces/ICalculationType.js +0 -2
- package/dist/globalization/interfaces/IResourceI18n.d.ts +0 -14
- package/dist/globalization/interfaces/IResourceI18n.js +0 -1
- package/dist/globalization/interfaces/columns/II18nColumn.d.ts +0 -10
- package/dist/globalization/interfaces/columns/II18nColumn.js +0 -1
- package/dist/globalization/interfaces/columns/index.d.ts +0 -1
- package/dist/globalization/interfaces/columns/index.js +0 -1
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +0 -11
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.js +0 -1
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +0 -5
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +0 -1
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +0 -8
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +0 -1
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +0 -8
- package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +0 -1
- package/dist/globalization/interfaces/common/II18nColumnTypes.d.ts +0 -38
- package/dist/globalization/interfaces/common/II18nColumnTypes.js +0 -1
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +0 -13
- package/dist/globalization/interfaces/common/II18nCommon.js +0 -1
- package/dist/globalization/interfaces/common/index.d.ts +0 -6
- package/dist/globalization/interfaces/common/index.js +0 -6
- package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +0 -9
- package/dist/globalization/interfaces/dashboard/II18nDashboard.js +0 -1
- package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +0 -5
- package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.js +0 -1
- package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +0 -7
- package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.js +0 -1
- package/dist/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +0 -6
- package/dist/globalization/interfaces/dashboard/II18nDashboardViews.js +0 -1
- package/dist/globalization/interfaces/dashboard/index.d.ts +0 -4
- package/dist/globalization/interfaces/dashboard/index.js +0 -4
- package/dist/globalization/interfaces/filters/II18nFilter.d.ts +0 -8
- package/dist/globalization/interfaces/filters/II18nFilter.js +0 -1
- package/dist/globalization/interfaces/filters/II18nFilterBuilder.d.ts +0 -17
- package/dist/globalization/interfaces/filters/II18nFilterBuilder.js +0 -1
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +0 -4
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +0 -1
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +0 -5
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +0 -1
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
- package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.js +0 -1
- package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +0 -3
- package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +0 -1
- package/dist/globalization/interfaces/filters/II18nFilterValidator.d.ts +0 -23
- package/dist/globalization/interfaces/filters/II18nFilterValidator.js +0 -1
- package/dist/globalization/interfaces/filters/II18nSlidebar.d.ts +0 -7
- package/dist/globalization/interfaces/filters/II18nSlidebar.js +0 -1
- package/dist/globalization/interfaces/filters/II18nSlidebarValueContainer.d.ts +0 -3
- package/dist/globalization/interfaces/filters/II18nSlidebarValueContainer.js +0 -1
- package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +0 -4
- package/dist/globalization/interfaces/filters/II18nValueContainer.js +0 -1
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +0 -5
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.js +0 -1
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
- package/dist/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js +0 -1
- package/dist/globalization/interfaces/filters/index.d.ts +0 -7
- package/dist/globalization/interfaces/filters/index.js +0 -7
- package/dist/globalization/interfaces/index.d.ts +0 -3
- package/dist/globalization/interfaces/index.js +0 -3
- package/dist/globalization/interfaces/panel/II18nPanel.d.ts +0 -9
- package/dist/globalization/interfaces/panel/II18nPanel.js +0 -1
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +0 -9
- package/dist/globalization/interfaces/panel/II18nPanelErrors.js +0 -1
- package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +0 -15
- package/dist/globalization/interfaces/panel/II18nPanelMenu.js +0 -1
- package/dist/globalization/interfaces/panel/II18nPanelTooltips.d.ts +0 -4
- package/dist/globalization/interfaces/panel/II18nPanelTooltips.js +0 -1
- package/dist/globalization/interfaces/panel/index.d.ts +0 -4
- package/dist/globalization/interfaces/panel/index.js +0 -4
- package/dist/globalization/interfaces/table_charts/II18nTableCharts.d.ts +0 -15
- package/dist/globalization/interfaces/table_charts/II18nTableCharts.js +0 -1
- package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +0 -8
- package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +0 -1
- package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +0 -4
- package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.js +0 -1
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +0 -9
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.js +0 -1
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +0 -3
- package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +0 -1
- package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +0 -4
- package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +0 -1
- package/dist/globalization/interfaces/table_charts/index.d.ts +0 -6
- package/dist/globalization/interfaces/table_charts/index.js +0 -6
- package/dist/globalization/labels/I18N_DEFAULT.d.ts +0 -2
- package/dist/globalization/labels/I18N_DEFAULT.js +0 -14
- package/dist/globalization/labels/columns/I18N_COLUMN.d.ts +0 -2
- package/dist/globalization/labels/columns/I18N_COLUMN.js +0 -5
- package/dist/globalization/labels/columns/index.d.ts +0 -1
- package/dist/globalization/labels/columns/index.js +0 -1
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +0 -2
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +0 -12
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +0 -38
- package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +0 -39
- package/dist/globalization/labels/common/I18N_COMMON.d.ts +0 -2
- package/dist/globalization/labels/common/I18N_COMMON.js +0 -28
- package/dist/globalization/labels/common/index.d.ts +0 -3
- package/dist/globalization/labels/common/index.js +0 -3
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +0 -2
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +0 -21
- package/dist/globalization/labels/dashboard/index.d.ts +0 -1
- package/dist/globalization/labels/dashboard/index.js +0 -1
- package/dist/globalization/labels/filters/I18N_FILTER.d.ts +0 -2
- package/dist/globalization/labels/filters/I18N_FILTER.js +0 -8
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +0 -2
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -24
- package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +0 -2
- package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +0 -24
- package/dist/globalization/labels/filters/I18N_SLIDEBAR.d.ts +0 -2
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +0 -2
- package/dist/globalization/labels/filters/index.d.ts +0 -5
- package/dist/globalization/labels/filters/index.js +0 -5
- package/dist/globalization/labels/index.d.ts +0 -7
- package/dist/globalization/labels/index.js +0 -7
- package/dist/globalization/labels/panel/I18N_PANEL.d.ts +0 -2
- package/dist/globalization/labels/panel/I18N_PANEL.js +0 -31
- package/dist/globalization/labels/panel/index.d.ts +0 -1
- package/dist/globalization/labels/panel/index.js +0 -1
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +0 -2
- package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +0 -33
- package/dist/globalization/labels/table_charts/index.d.ts +0 -1
- package/dist/globalization/labels/table_charts/index.js +0 -1
- package/dist/globalization/service/i18nextBuilder.d.ts +0 -9
- package/dist/globalization/service/i18nextBuilder.js +0 -53
- package/dist/globalization/service/index.d.ts +0 -2
- package/dist/globalization/service/index.js +0 -2
- package/dist/globalization/service/initI18n.d.ts +0 -3
- package/dist/globalization/service/initI18n.js +0 -15
- package/dist/qrvey/interfaces/ICalculationType.js +0 -1
- package/src/charts/constants/AGGREGATE_LABEL.ts +0 -11
- package/src/charts/constants/index.ts +0 -5
- package/src/charts/index.ts +0 -2
- package/src/charts/interfaces/IAggregateAbbreviation.ts +0 -3
- package/src/charts/interfaces/IAggregateInfo.ts +0 -11
- package/src/charts/interfaces/IAggregateLabel.ts +0 -3
- package/src/charts/interfaces/index.ts +0 -4
- package/src/globalization/interfaces/IResourceI18n.ts +0 -16
- package/src/globalization/interfaces/columns/II18nColumn.ts +0 -7
- package/src/globalization/interfaces/columns/index.ts +0 -1
- package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +0 -11
- package/src/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.ts +0 -5
- package/src/globalization/interfaces/common/II18nChartInfoMessagesDefault.ts +0 -8
- package/src/globalization/interfaces/common/II18nChartInfoMessagesTableChart.ts +0 -8
- package/src/globalization/interfaces/common/II18nColumnTypes.ts +0 -42
- package/src/globalization/interfaces/common/II18nCommon.ts +0 -14
- package/src/globalization/interfaces/common/index.ts +0 -8
- package/src/globalization/interfaces/dashboard/II18nDashboard.ts +0 -10
- package/src/globalization/interfaces/dashboard/II18nDashboardAddChart.ts +0 -5
- package/src/globalization/interfaces/dashboard/II18nDashboardTooltips.ts +0 -7
- package/src/globalization/interfaces/dashboard/II18nDashboardViews.ts +0 -6
- package/src/globalization/interfaces/dashboard/index.ts +0 -4
- package/src/globalization/interfaces/filters/II18nFilter.ts +0 -9
- package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +0 -17
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +0 -4
- package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.ts +0 -6
- package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.ts +0 -4
- package/src/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.ts +0 -3
- package/src/globalization/interfaces/filters/II18nFilterValidator.ts +0 -23
- package/src/globalization/interfaces/filters/II18nSlidebar.ts +0 -8
- package/src/globalization/interfaces/filters/II18nSlidebarValueContainer.ts +0 -3
- package/src/globalization/interfaces/filters/II18nValueContainer.ts +0 -5
- package/src/globalization/interfaces/filters/II18nValueContainerSearchInput.ts +0 -6
- package/src/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.ts +0 -5
- package/src/globalization/interfaces/filters/index.ts +0 -7
- package/src/globalization/interfaces/index.ts +0 -3
- package/src/globalization/interfaces/panel/II18nPanel.ts +0 -10
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +0 -9
- package/src/globalization/interfaces/panel/II18nPanelMenu.ts +0 -15
- package/src/globalization/interfaces/panel/II18nPanelTooltips.ts +0 -4
- package/src/globalization/interfaces/panel/index.ts +0 -4
- package/src/globalization/interfaces/table_charts/II18nTableCharts.ts +0 -16
- package/src/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.ts +0 -8
- package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +0 -4
- package/src/globalization/interfaces/table_charts/II18nTableChartsSort.ts +0 -10
- package/src/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.ts +0 -3
- package/src/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.ts +0 -5
- package/src/globalization/interfaces/table_charts/index.ts +0 -6
- package/src/globalization/labels/I18N_DEFAULT.ts +0 -16
- package/src/globalization/labels/columns/I18N_COLUMN.ts +0 -9
- package/src/globalization/labels/columns/index.ts +0 -1
- package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +0 -14
- package/src/globalization/labels/common/I18N_COLUMN_LABEL.ts +0 -43
- package/src/globalization/labels/common/I18N_COMMON.ts +0 -30
- package/src/globalization/labels/common/index.ts +0 -5
- package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +0 -23
- package/src/globalization/labels/dashboard/index.ts +0 -1
- package/src/globalization/labels/filters/I18N_FILTER.ts +0 -10
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +0 -26
- package/src/globalization/labels/filters/I18N_FILTER_VALIDATOR.ts +0 -27
- package/src/globalization/labels/filters/I18N_SLIDEBAR.ts +0 -10
- package/src/globalization/labels/filters/index.ts +0 -7
- package/src/globalization/labels/index.ts +0 -8
- package/src/globalization/labels/panel/I18N_PANEL.ts +0 -33
- package/src/globalization/labels/panel/index.ts +0 -1
- package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +0 -35
- package/src/globalization/labels/table_charts/index.ts +0 -1
- package/src/globalization/service/i18nextBuilder.ts +0 -51
- package/src/globalization/service/index.ts +0 -2
- package/src/globalization/service/initI18n.ts +0 -6
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const AGGREGATE_INFO_LIST: import("../interfaces/IAggregateInfo").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"] = "AVG";
|
|
8
|
+
AGGREGATE_LABEL["MEDIAN"] = "MEDIAN";
|
|
9
|
+
AGGREGATE_LABEL["MIN"] = "MIN";
|
|
10
|
+
AGGREGATE_LABEL["MAX"] = "MAX";
|
|
11
|
+
AGGREGATE_LABEL["SUM"] = "SUM";
|
|
12
|
+
AGGREGATE_LABEL["STDEV"] = "STDEV";
|
|
13
|
+
AGGREGATE_LABEL["COUNT"] = "COUNT";
|
|
14
|
+
AGGREGATE_LABEL["DISTINCTCOUNT"] = "DISTINCTCOUNT";
|
|
15
|
+
})(AGGREGATE_LABEL = exports.AGGREGATE_LABEL || (exports.AGGREGATE_LABEL = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const AGGREGATE_INFO_LIST: import("../interfaces/ICalculationInfo").ICalculationInfo[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.AGGREGATE_INFO_LIST = void 0;
|
|
4
4
|
const CALCULATION_1 = require("./CALCULATION");
|
|
5
5
|
const CALCULATION_INFO_1 = require("./CALCULATION_INFO");
|
|
6
|
-
exports.
|
|
6
|
+
exports.AGGREGATE_INFO_LIST = [
|
|
7
7
|
CALCULATION_INFO_1.CALCULATION_INFO[CALCULATION_1.CALCULATION.AVG],
|
|
8
8
|
CALCULATION_INFO_1.CALCULATION_INFO[CALCULATION_1.CALCULATION.SUM],
|
|
9
9
|
CALCULATION_INFO_1.CALCULATION_INFO[CALCULATION_1.CALCULATION.MIN],
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
export * from './AGGREGATE_ABBREVIATION';
|
|
2
|
+
export * from './AGGREGATE_INFO';
|
|
3
|
+
export * from './AGGREGATE_LABEL';
|
|
4
|
+
export * from './AGGREGATE';
|
|
1
5
|
export * from './CALCULATION_ABBREVIATION';
|
|
2
|
-
export * from './CALCULATION_INFO_LIST';
|
|
3
6
|
export * from './CALCULATION_LABEL';
|
|
4
7
|
export * from './CALCULATION';
|
|
@@ -10,7 +10,10 @@ 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("./AGGREGATE_ABBREVIATION"), exports);
|
|
14
|
+
__exportStar(require("./AGGREGATE_INFO"), exports);
|
|
15
|
+
__exportStar(require("./AGGREGATE_LABEL"), exports);
|
|
16
|
+
__exportStar(require("./AGGREGATE"), exports);
|
|
13
17
|
__exportStar(require("./CALCULATION_ABBREVIATION"), exports);
|
|
14
|
-
__exportStar(require("./CALCULATION_INFO_LIST"), exports);
|
|
15
18
|
__exportStar(require("./CALCULATION_LABEL"), exports);
|
|
16
19
|
__exportStar(require("./CALCULATION"), exports);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AGGREGATE } from "../constants/AGGREGATE";
|
|
2
|
-
export declare type
|
|
2
|
+
export declare type IAggregate = AGGREGATE;
|
|
File without changes
|
|
File without changes
|
|
@@ -10,8 +10,4 @@ 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("./IBDataset"), exports);
|
|
14
|
-
__exportStar(require("./ICalculation"), exports);
|
|
15
|
-
__exportStar(require("./ICalculationInfo"), exports);
|
|
16
|
-
__exportStar(require("./ICalculationType"), exports);
|
|
17
13
|
__exportStar(require("./IDataset"), exports);
|
|
@@ -67,7 +67,7 @@ class Request {
|
|
|
67
67
|
}
|
|
68
68
|
const timezoneControl = this.getTimezoneControl(reqData.config);
|
|
69
69
|
if (timezoneControl) {
|
|
70
|
-
cfg.headers['q-timezone-control'] = `offset
|
|
70
|
+
cfg.headers['q-timezone-control'] = `offset=<${timezoneControl}>;use-client-offset-only`;
|
|
71
71
|
}
|
|
72
72
|
// AbortSignal (https://developers.google.com/web/updates/2017/09/abortable-fetch)
|
|
73
73
|
if (reqData.config && reqData.config.signal) {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { COMPOUND_COLUMN_INFO } from "./COMPOUND_COLUMN_INFO";
|
|
2
2
|
import { COLUMN } from "./COLUMN";
|
|
3
3
|
import { COMPLEX_COLUMN_INFO } from "./COMPLEX_COLUMN_INFO";
|
|
4
|
-
import { COLUMN_LABEL } from "./COLUMN_LABEL";
|
|
5
4
|
/**
|
|
6
5
|
* @description Key/array of column property info
|
|
7
6
|
*/
|
|
8
|
-
export const COLUMN_INFO = Object.assign(Object.assign({ [COLUMN.SINGLE_CHOICE]: { label:
|
|
7
|
+
export const COLUMN_INFO = Object.assign(Object.assign({ [COLUMN.SINGLE_CHOICE]: { label: 'Single Choice', shortLabel: 'Single Choice', abbrLabel: 'SC', value: COLUMN.SINGLE_CHOICE, displayed: true }, [COLUMN.MULTIPLE_CHOICE]: { label: 'Multiple Choice', shortLabel: 'Multiple Choice', abbrLabel: 'MC', value: COLUMN.MULTIPLE_CHOICE, displayed: true }, [COLUMN.RATING]: { label: 'Rating', shortLabel: 'Rating', abbrLabel: 'RA', value: COLUMN.RATING, displayed: true }, [COLUMN.YES_NO]: { label: 'Yes No', shortLabel: 'Yes No', abbrLabel: 'YS', value: COLUMN.YES_NO, displayed: true }, [COLUMN.RANKING]: { label: 'Ranking', shortLabel: 'Ranking', abbrLabel: 'RAN', value: COLUMN.RANKING, displayed: true }, [COLUMN.DATE]: { label: 'Date', shortLabel: 'Date', abbrLabel: 'DA', value: COLUMN.DATE, displayed: true }, [COLUMN.SLIDEBAR]: { label: 'Slidebar', shortLabel: 'Slidebar', abbrLabel: 'SB', value: COLUMN.SLIDEBAR, displayed: true }, [COLUMN.SIGNATURE]: { label: 'Signature', shortLabel: 'Signature', abbrLabel: 'SIGN', value: COLUMN.SIGNATURE, displayed: true }, [COLUMN.DROPDOWN]: { label: 'Dropdown', shortLabel: 'Dropdown', abbrLabel: 'DD', value: COLUMN.DROPDOWN, displayed: true }, [COLUMN.NUMERIC]: { label: 'Numeric', shortLabel: 'Numeric', abbrLabel: 'NUM', value: COLUMN.NUMERIC, displayed: true }, [COLUMN.NUMERICC]: { label: 'Numeric-C', shortLabel: 'Numeric-C', abbrLabel: 'NUMC', value: COLUMN.NUMERICC, displayed: false }, [COLUMN.NUMERICP]: { label: 'Numeric-P', shortLabel: 'Numeric-P', abbrLabel: 'NUMP', value: COLUMN.NUMERICP, displayed: false }, [COLUMN.NUMERICG]: { label: 'NUMERIC-G', shortLabel: 'Numeric-G', abbrLabel: 'NUMG', value: COLUMN.NUMERICG, displayed: false }, [COLUMN.IMAGE]: { label: 'Image', shortLabel: 'Image', abbrLabel: 'IMG', value: COLUMN.IMAGE, displayed: true }, [COLUMN.EMAIL_FORM]: { label: 'Email Form', shortLabel: 'Email', abbrLabel: 'EML', value: COLUMN.EMAIL_FORM, displayed: true }, [COLUMN.PHONE]: { label: 'Phone', shortLabel: 'Phone', abbrLabel: 'PHN', value: COLUMN.PHONE, displayed: true }, [COLUMN.PASSWORD]: { label: 'Password', shortLabel: 'Password', abbrLabel: 'PWD', value: COLUMN.PASSWORD, displayed: true }, [COLUMN.CHECKLIST]: { label: 'Check List', shortLabel: 'Check List', abbrLabel: 'CL', value: COLUMN.CHECKLIST, displayed: false }, [COLUMN.NPS_SCORE]: { label: 'NPS Score', shortLabel: 'NPS Score', abbrLabel: 'NPMS', value: COLUMN.NPS_SCORE, displayed: false }, [COLUMN.NPS_FEEDBACK]: { label: 'NPS Feedback', shortLabel: 'NPS Feedback', abbrLabel: 'NPSFB', value: COLUMN.NPS_FEEDBACK, displayed: false }, [COLUMN.TEXT_LABEL]: { label: 'Text Label', shortLabel: 'Text Label', abbrLabel: 'TL', value: COLUMN.TEXT_LABEL, displayed: true }, [COLUMN.TEXT_CATEGORY]: { label: 'Text Category', shortLabel: 'Text Category', abbrLabel: 'TC', value: COLUMN.TEXT_CATEGORY, displayed: true }, [COLUMN.LOOKUP]: { label: 'Lookup', shortLabel: 'Lookup', abbrLabel: 'LUP', value: COLUMN.LOOKUP, displayed: true }, [COLUMN.HEADLINE]: { label: 'Headline', shortLabel: 'Headline', abbrLabel: 'HL', value: COLUMN.HEADLINE, displayed: false }, [COLUMN.SECTION]: { label: 'Section', shortLabel: 'Section', abbrLabel: 'SCN', value: COLUMN.SECTION, displayed: false }, [COLUMN.FORMULA]: { label: 'Formula', shortLabel: 'Formula', abbrLabel: 'FML', value: COLUMN.FORMULA, displayed: true }, [COLUMN.AGGREGATED_FORMULA]: { label: 'Aggregated Formula', shortLabel: 'Agg Formula', abbrLabel: 'AF', value: COLUMN.AGGREGATED_FORMULA, displayed: true }, [COLUMN.BUCKET]: { label: 'Bucket', shortLabel: 'Bucket', abbrLabel: 'BCT', value: COLUMN.BUCKET, displayed: true } }, COMPOUND_COLUMN_INFO), COMPLEX_COLUMN_INFO);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { IColumnCalculationType } from "
|
|
1
|
+
import { IColumnCalculationType } from "./IColumnCalculationType";
|
|
2
|
+
import { IColumnAggregateType } from "./IColumnAggregateType";
|
|
2
3
|
import { IDataset } from "../../qrvey/interfaces/IDataset";
|
|
3
4
|
import { IColumnPropertyType } from "./IColumnPropertyType";
|
|
4
5
|
import { IColumnSortingSettings } from "./IColumnSortingSettings";
|
|
5
6
|
import { IBColumn } from "./IBColumn";
|
|
6
|
-
import { IAggregateType } from "../../charts/interfaces/IAggregateType";
|
|
7
7
|
/**
|
|
8
8
|
* Structure for columns used in the App frontend side
|
|
9
9
|
*/
|
|
10
10
|
export interface IColumn extends Omit<IBColumn, "text" | "bucketId" | "formulaId"> {
|
|
11
11
|
bucketid?: string;
|
|
12
|
-
aggregate?:
|
|
12
|
+
aggregate?: IColumnAggregateType;
|
|
13
13
|
calculation?: IColumnCalculationType;
|
|
14
14
|
dataset?: IDataset;
|
|
15
15
|
formulaid?: string;
|
|
File without changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CALCULATION } from "
|
|
1
|
+
import { CALCULATION } from "../../qrvey/constants/CALCULATION";
|
|
2
2
|
export declare type IColumnCalculationType = typeof CALCULATION[keyof typeof CALCULATION];
|
package/dist/{charts/interfaces/IAggregateInfo.js → columns/interfaces/IColumnCalculationType.js}
RENAMED
|
File without changes
|
|
@@ -2,6 +2,7 @@ export var CHART_TYPE;
|
|
|
2
2
|
(function (CHART_TYPE) {
|
|
3
3
|
CHART_TYPE["BAR_CHART"] = "BAR_CHART";
|
|
4
4
|
CHART_TYPE["BAR_CHART_MS"] = "BAR_CHART_MS";
|
|
5
|
+
CHART_TYPE["EXPANDABLE_TABLE_CHART"] = "EXPANDABLE_TABLE_CHART";
|
|
5
6
|
CHART_TYPE["SYMBOL_CHART"] = "SYMBOL_CHART";
|
|
6
7
|
CHART_TYPE["SYMBOL_CHART_MS"] = "SYMBOL_CHART_MS";
|
|
7
8
|
CHART_TYPE["LINE_CHART"] = "LINE_CHART";
|
|
@@ -78,6 +78,7 @@ function buildExpressions(filterSection, scope, dataset) {
|
|
|
78
78
|
value: getBackendValues(filter),
|
|
79
79
|
uiExtras: getFilterDetail(filter, scope, dataset),
|
|
80
80
|
};
|
|
81
|
+
expression['enabled'] = expression.value.length > 0 ? filter.enabled : false;
|
|
81
82
|
expressions.push(expression);
|
|
82
83
|
return expressions;
|
|
83
84
|
}, []);
|
|
@@ -155,8 +155,7 @@ function getRankingExpressions(props) {
|
|
|
155
155
|
}
|
|
156
156
|
function getRegularExpression(props) {
|
|
157
157
|
const uiValue = getUIValuess(props);
|
|
158
|
-
|
|
159
|
-
enabled: props.enabled,
|
|
158
|
+
const expression = {
|
|
160
159
|
groupValue: getBackendGroupValue(props),
|
|
161
160
|
linkid: props.column.linkid,
|
|
162
161
|
property: getBackendProperty(props),
|
|
@@ -168,6 +167,8 @@ function getRegularExpression(props) {
|
|
|
168
167
|
value: getValues(props),
|
|
169
168
|
uiExtras: Object.assign(Object.assign({}, props), { uiValue })
|
|
170
169
|
};
|
|
170
|
+
expression['enabled'] = expression.value.length > 0 ? props.enabled : false;
|
|
171
|
+
return expression;
|
|
171
172
|
}
|
|
172
173
|
// function getGroupValue(props: OLD_IFilterDetail): IFProperty {
|
|
173
174
|
// if (!isDateDistinctProperty(props.column as any, props.property) && isEmpty(props.column.aggregate) && isDateColumn(props.column) && props.property) {
|
|
@@ -76,7 +76,7 @@ function getFilterByExpression(expression, scopeItem) {
|
|
|
76
76
|
},
|
|
77
77
|
dateSection: uiExtras.dateSection,
|
|
78
78
|
displayed: true,
|
|
79
|
-
enabled:
|
|
79
|
+
enabled: uiExtras.enabled,
|
|
80
80
|
extras: Object.assign(Object.assign({}, uiExtras.extras), { panelid: uiExtras.panelid, filterLabel: uiExtras.panelName, info,
|
|
81
81
|
scopeid, scope: scopeItem.scope, section: uiExtras.section, scopeInfo: {
|
|
82
82
|
collapsed: (_q = scopeItem.uiExtras) === null || _q === void 0 ? void 0 : _q.collapsed,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AGGREGATE_ABBREVIATION } from "../../../charts/constants/AGGREGATE_ABBREVIATION";
|
|
2
1
|
import { COMPLEX_COLUMN_PROPERTIES } from "../../../columns/constants/COMPLEX_COLUMN_PROPERTIES";
|
|
3
2
|
import { isComplexColumn } from "../../../columns/helpers/isComplexColumn";
|
|
3
|
+
import { AGGREGATE_ABBREVIATION } from "../../../qrvey/constants/AGGREGATE_ABBREVIATION";
|
|
4
4
|
/**
|
|
5
5
|
* Get an string of the properties of the given filter column.
|
|
6
6
|
* @param column The filter column
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IResourceI18n } from "../../../globalization/interfaces/IResourceI18n";
|
|
2
1
|
import { IFBLogic } from "../backend/IFBLogic";
|
|
3
2
|
import { IFBUserFilters } from "../backend/IFBUserFilters";
|
|
4
3
|
import { IFSColumn } from "../common/IFSColumn";
|
|
@@ -15,7 +14,6 @@ import { IFilterBuilderSettings } from "./IFilterBuilderSettings";
|
|
|
15
14
|
* Structure for the configuration of the Filter Builder
|
|
16
15
|
*/
|
|
17
16
|
export interface IFilterBuilderConfig {
|
|
18
|
-
i18n?: IResourceI18n;
|
|
19
17
|
datasets?: string[];
|
|
20
18
|
filterData?: IFSData;
|
|
21
19
|
filterLabel?: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IResourceI18n } from "../../../globalization";
|
|
2
1
|
import { IFilterBuilderConfig } from "../builder/IFilterBuilderConfig";
|
|
3
2
|
import { IFUDataStore } from "../ui/IFUDataStore";
|
|
4
3
|
/**
|
|
@@ -6,5 +5,4 @@ import { IFUDataStore } from "../ui/IFUDataStore";
|
|
|
6
5
|
*/
|
|
7
6
|
export interface IFilterPanelConfig extends IFUDataStore {
|
|
8
7
|
filterBuilderConfig?: IFilterBuilderConfig;
|
|
9
|
-
i18n?: IResourceI18n;
|
|
10
8
|
}
|
|
@@ -12,17 +12,18 @@ export function mergeDeep(obj1, obj2, settings) {
|
|
|
12
12
|
settings = getParamsToMergeDeep(settings);
|
|
13
13
|
if (!isValid(obj1, obj2))
|
|
14
14
|
return objectCopy(obj1);
|
|
15
|
-
const result = {};
|
|
16
|
-
for (const i in obj1) {
|
|
15
|
+
const result = {}; // return result
|
|
16
|
+
for (const i in obj1) { // for every property in obj1
|
|
17
17
|
if (i != null && i in obj2 && isObject(obj1[i])) {
|
|
18
|
-
result[i] = mergeDeep(obj1[i], obj2[i], settings);
|
|
18
|
+
result[i] = mergeDeep(obj1[i], obj2[i], settings); // if it's an object, merge
|
|
19
19
|
}
|
|
20
20
|
else {
|
|
21
|
-
result[i] = obj1[i];
|
|
21
|
+
result[i] = obj1[i]; // add it to result
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
for (const i in obj2) {
|
|
25
|
-
if (i != null &&
|
|
24
|
+
for (const i in obj2) { // add the remaining properties from object 2
|
|
25
|
+
if (i != null && !isObject(obj2[i]) && (i in result && settings.mergeExistingValues
|
|
26
|
+
|| !(i in result) && settings.mergeMissingProperties)) { //conflict
|
|
26
27
|
result[i] = obj2[i];
|
|
27
28
|
}
|
|
28
29
|
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { FILTER_DATE_SECTION_LABEL } from "../../filters/constants/common/FILTER_DATE_SECTION_LABEL";
|
|
2
|
+
import { FILTER_VALIDATOR_LABEL } from "../../filters/constants/common/FILTER_VALIDATOR_LABEL";
|
|
3
|
+
export declare const FILTER_BUILDER: {
|
|
4
|
+
title: string;
|
|
5
|
+
apply_button: string;
|
|
6
|
+
cancel_button: string;
|
|
7
|
+
column_selector: {
|
|
8
|
+
title: string;
|
|
9
|
+
columnTypes: {
|
|
10
|
+
TEXTFIELD: import("../..").COMPLEX_COLUMN_LABEL.TEXTFIELD;
|
|
11
|
+
LONGTEXT: import("../..").COMPLEX_COLUMN_LABEL.LONGTEXT;
|
|
12
|
+
FILEUPLOAD: import("../..").COMPLEX_COLUMN_LABEL.FILEUPLOAD;
|
|
13
|
+
IMAGEUPLOAD: import("../..").COMPLEX_COLUMN_LABEL.IMAGEUPLOAD;
|
|
14
|
+
EXPRESSION: import("../..").COMPLEX_COLUMN_LABEL.EXPRESSION;
|
|
15
|
+
ADDRESS: import("../..").COMPOUND_COLUMN_LABEL.ADDRESS;
|
|
16
|
+
USADDRESS: import("../..").COMPOUND_COLUMN_LABEL.USADDRESS;
|
|
17
|
+
NAME: import("../..").COMPOUND_COLUMN_LABEL.NAME;
|
|
18
|
+
SINGLE_CHOICE: string;
|
|
19
|
+
MULTIPLE_CHOICE: string;
|
|
20
|
+
RATING: string;
|
|
21
|
+
YES_NO: string;
|
|
22
|
+
RANKING: string;
|
|
23
|
+
DATE: string;
|
|
24
|
+
SLIDEBAR: string;
|
|
25
|
+
SIGNATURE: string;
|
|
26
|
+
DROPDOWN: string;
|
|
27
|
+
NUMERIC: string;
|
|
28
|
+
NUMERICC: string;
|
|
29
|
+
NUMERICP: string;
|
|
30
|
+
NUMERICG: string;
|
|
31
|
+
IMAGE: string;
|
|
32
|
+
EMAIL_FORM: string;
|
|
33
|
+
PHONE: string;
|
|
34
|
+
PASSWORD: string;
|
|
35
|
+
CHECKLIST: string;
|
|
36
|
+
NPS_SCORE: string;
|
|
37
|
+
NPS_FEEDBACK: string;
|
|
38
|
+
TEXT_LABEL: string;
|
|
39
|
+
TEXT_CATEGORY: string;
|
|
40
|
+
LOOKUP: string;
|
|
41
|
+
HEADLINE: string;
|
|
42
|
+
SECTION: string;
|
|
43
|
+
FORMULA: string;
|
|
44
|
+
AGGREGATED_FORMULA: string;
|
|
45
|
+
BUCKET: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
date_sections: typeof FILTER_DATE_SECTION_LABEL;
|
|
49
|
+
divider_label: string;
|
|
50
|
+
validator_selector: typeof FILTER_VALIDATOR_LABEL;
|
|
51
|
+
property_selector: {
|
|
52
|
+
NAME_FIRST: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.NAME_FIRST;
|
|
53
|
+
NAME_LAST: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.NAME_LAST;
|
|
54
|
+
ADDRESS_STREET: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_STREET;
|
|
55
|
+
ADDRESS_CITY: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_CITY;
|
|
56
|
+
ADDRESS_STATE: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_STATE;
|
|
57
|
+
ADDRESS_POSTAL: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_POSTAL;
|
|
58
|
+
ADDRESS_COUNTRY: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_COUNTRY;
|
|
59
|
+
USADDRESS_LINE_1: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_LINE_1;
|
|
60
|
+
USADDRESS_LINE_2: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_LINE_2;
|
|
61
|
+
USADDRESS_CITY: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_CITY;
|
|
62
|
+
USADDRESS_STATE: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_STATE;
|
|
63
|
+
USADDRESS_POSTAL: import("../..").COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_POSTAL;
|
|
64
|
+
LONGTEXT_WORDS: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_WORDS;
|
|
65
|
+
LONGTEXT_KEYPHRASES: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_KEYPHRASES;
|
|
66
|
+
LONGTEXT_SENTIMENTS: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_SENTIMENTS;
|
|
67
|
+
LONGTEXT_ENTITIES: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_ENTITIES;
|
|
68
|
+
SHORTTEXT_WORDS: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_WORDS;
|
|
69
|
+
SHORTTEXT_KEYPHRASES: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_KEYPHRASES;
|
|
70
|
+
SHORTTEXT_SENTIMENTS: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_SENTIMENTS;
|
|
71
|
+
SHORTTEXT_ENTITIES: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_ENTITIES;
|
|
72
|
+
FILEUPLOAD_FILESIZE: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILESIZE;
|
|
73
|
+
FILEUPLOAD_FILETYPE: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILETYPE;
|
|
74
|
+
IMAGEUPLOAD_IMAGESIZE: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE;
|
|
75
|
+
IMAGEUPLOAD_IMAGETYPE: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE;
|
|
76
|
+
IMAGEUPLOAD_IMAGEWORDS: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS;
|
|
77
|
+
EXPRESSION_POSITIVE: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE;
|
|
78
|
+
EXPRESSION_NEGATIVE: import("../..").COMPLEX_COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE;
|
|
79
|
+
DAY_HOUR: import("../..").DATE_DISTINCT_TIME_PROPERTY_LABEL.DAY_HOUR;
|
|
80
|
+
HOUR_MINUTE: import("../..").DATE_DISTINCT_TIME_PROPERTY_LABEL.HOUR_MINUTE;
|
|
81
|
+
MINUTE_SECOND: import("../..").DATE_DISTINCT_TIME_PROPERTY_LABEL.MINUTE_SECOND;
|
|
82
|
+
YEAR_QUARTER: import("../..").DATE_DISTINCT_PROPERTY_LABEL.YEAR_QUARTER;
|
|
83
|
+
YEAR_MONTH: import("../..").DATE_DISTINCT_PROPERTY_LABEL.YEAR_MONTH;
|
|
84
|
+
MONTH_DAY: import("../..").DATE_DISTINCT_PROPERTY_LABEL.MONTH_DAY;
|
|
85
|
+
HOUR: import("../..").DATE_GROUPING_TIME_PROPERTY_LABEL.HOUR;
|
|
86
|
+
MINUTE: import("../..").DATE_GROUPING_TIME_PROPERTY_LABEL.MINUTE;
|
|
87
|
+
SECOND: import("../..").DATE_GROUPING_TIME_PROPERTY_LABEL.SECOND;
|
|
88
|
+
DAY: import("../..").DATE_GROUPING_PROPERTY_LABEL.DAY;
|
|
89
|
+
YEAR: import("../..").DATE_GROUPING_PROPERTY_LABEL.YEAR;
|
|
90
|
+
QUARTER: import("../..").DATE_GROUPING_PROPERTY_LABEL.QUARTER;
|
|
91
|
+
MONTH: import("../..").DATE_GROUPING_PROPERTY_LABEL.MONTH;
|
|
92
|
+
WEEK: import("../..").DATE_GROUPING_PROPERTY_LABEL.WEEK;
|
|
93
|
+
IMAGE_ANSWER_ID: string;
|
|
94
|
+
LOOKUP_DISPLAY: string;
|
|
95
|
+
LOOKUP_VALUE: string;
|
|
96
|
+
};
|
|
97
|
+
value_container: {
|
|
98
|
+
search_input: {
|
|
99
|
+
placeholder: string;
|
|
100
|
+
enter_value: {
|
|
101
|
+
first: string;
|
|
102
|
+
second: string;
|
|
103
|
+
third: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
select_all: string;
|
|
107
|
+
};
|
|
108
|
+
slidebar: {
|
|
109
|
+
min: string;
|
|
110
|
+
max: string;
|
|
111
|
+
and: string;
|
|
112
|
+
values_container: {
|
|
113
|
+
tooltip: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
selected_values_container: {
|
|
117
|
+
empty_message: string;
|
|
118
|
+
};
|
|
119
|
+
info_container: {
|
|
120
|
+
info: {
|
|
121
|
+
first: string;
|
|
122
|
+
second: string;
|
|
123
|
+
};
|
|
124
|
+
selection: {
|
|
125
|
+
selected: string;
|
|
126
|
+
loaded: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { COLUMN_LABEL } from "../../columns/constants/COLUMN_LABEL";
|
|
2
|
+
import { COLUMN_PROPERTY_LABEL } from "../../columns/constants/COLUMN_PROPERTY_LABEL";
|
|
3
|
+
import { FILTER_DATE_SECTION_LABEL } from "../../filters/constants/common/FILTER_DATE_SECTION_LABEL";
|
|
4
|
+
import { FILTER_VALIDATOR_LABEL } from "../../filters/constants/common/FILTER_VALIDATOR_LABEL";
|
|
5
|
+
import { SLIDEBAR } from "./SLIDEBAR";
|
|
6
|
+
import { VALUES_CONTAINER } from "./VALUES_CONTAINER";
|
|
7
|
+
export const FILTER_BUILDER = {
|
|
8
|
+
title: 'Filter',
|
|
9
|
+
apply_button: 'Apply',
|
|
10
|
+
cancel_button: 'Cancel',
|
|
11
|
+
column_selector: {
|
|
12
|
+
title: 'Column',
|
|
13
|
+
columnTypes: COLUMN_LABEL,
|
|
14
|
+
},
|
|
15
|
+
date_sections: FILTER_DATE_SECTION_LABEL,
|
|
16
|
+
divider_label: 'Is',
|
|
17
|
+
validator_selector: FILTER_VALIDATOR_LABEL,
|
|
18
|
+
property_selector: COLUMN_PROPERTY_LABEL,
|
|
19
|
+
value_container: VALUES_CONTAINER,
|
|
20
|
+
slidebar: SLIDEBAR,
|
|
21
|
+
selected_values_container: {
|
|
22
|
+
empty_message: 'No values added'
|
|
23
|
+
},
|
|
24
|
+
info_container: {
|
|
25
|
+
info: {
|
|
26
|
+
first: 'OR',
|
|
27
|
+
second: 'logic is used for multiple values.'
|
|
28
|
+
},
|
|
29
|
+
selection: {
|
|
30
|
+
selected: 'selected of',
|
|
31
|
+
loaded: 'loaded',
|
|
32
|
+
},
|
|
33
|
+
}
|
|
34
|
+
};
|
package/dist/globalization/{labels/filters/I18N_VALUE_CONTAINER.js → filters/VALUES_CONTAINER.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const
|
|
1
|
+
export const VALUES_CONTAINER = {
|
|
2
2
|
search_input: {
|
|
3
3
|
placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
|
|
4
4
|
enter_value: {
|
|
@@ -7,4 +7,5 @@ export const I18N_VALUE_CONTAINER = {
|
|
|
7
7
|
third: "to Insert",
|
|
8
8
|
},
|
|
9
9
|
},
|
|
10
|
+
select_all: 'Select All',
|
|
10
11
|
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { AGGREGATE_ABBREVIATION } from "../qrvey/constants/AGGREGATE_ABBREVIATION";
|
|
2
|
+
import { AGGREGATE_LABEL } from "../qrvey/constants/AGGREGATE_LABEL";
|
|
1
3
|
import { CALCULATION_ABBREVIATION } from "../qrvey/constants/CALCULATION_ABBREVIATION";
|
|
2
4
|
import { CALCULATION_LABEL } from "../qrvey/constants/CALCULATION_LABEL";
|
|
5
|
+
export interface IColumnAggregate {
|
|
6
|
+
abbreviation: IColumnAggregateAbbreviation;
|
|
7
|
+
id: string;
|
|
8
|
+
label: IColumnAggregateLabel;
|
|
9
|
+
text: string;
|
|
10
|
+
}
|
|
3
11
|
export interface IColumnCalculation {
|
|
4
12
|
abbreviation: IColumnCalculationAbbreviation;
|
|
5
13
|
id: string;
|
|
@@ -7,5 +15,7 @@ export interface IColumnCalculation {
|
|
|
7
15
|
type: string;
|
|
8
16
|
value: IColumnCalculationLabel;
|
|
9
17
|
}
|
|
18
|
+
export declare type IColumnAggregateAbbreviation = AGGREGATE_ABBREVIATION;
|
|
19
|
+
export declare type IColumnAggregateLabel = AGGREGATE_LABEL;
|
|
10
20
|
export declare type IColumnCalculationLabel = CALCULATION_LABEL;
|
|
11
21
|
export declare type IColumnCalculationAbbreviation = CALCULATION_ABBREVIATION;
|
package/dist/interfaces/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|