@qrvey/utils 1.2.4-22 → 1.2.4-26
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 +36 -36
- package/dist/charts/constants/AGGREGATE_GENERAL.d.ts +5 -0
- package/dist/charts/constants/AGGREGATE_GENERAL.js +6 -0
- package/dist/charts/constants/AGGREGATE_INFO.js +9 -9
- package/dist/cjs/charts/constants/AGGREGATE_GENERAL.d.ts +5 -0
- package/dist/cjs/charts/constants/AGGREGATE_GENERAL.js +9 -0
- package/dist/cjs/charts/constants/AGGREGATE_INFO.js +9 -9
- package/dist/cjs/columns/constants/COLUMN_INFO.js +1 -1
- package/dist/cjs/columns/constants/COLUMN_PROPERTY_INFO.js +2 -2
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +15 -15
- package/dist/cjs/columns/constants/COMPOUND_COLUMN_INFO.js +3 -3
- package/dist/cjs/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
- package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO.js +6 -6
- package/dist/cjs/dates/constants/DATE_DISTINCT_PROPERTY_INFO.js +3 -3
- package/dist/cjs/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
- package/dist/cjs/dates/constants/DATE_GROUPING_PROPERTY_INFO.js +5 -5
- package/dist/cjs/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
- package/dist/cjs/dates/constants/DATE_YEAR_MONTHS_MMMM.d.ts +1 -0
- package/dist/cjs/dates/constants/DATE_YEAR_MONTHS_MMMM.js +4 -0
- package/dist/cjs/dates/constants/index.d.ts +1 -0
- package/dist/cjs/dates/constants/index.js +1 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO.js +3 -3
- package/dist/cjs/filters/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
- package/dist/cjs/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
- package/dist/cjs/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
- package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
- package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
- package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.d.ts +3 -0
- package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +61 -0
- package/dist/cjs/globalization/helpers/index.d.ts +1 -0
- package/dist/cjs/globalization/helpers/index.js +13 -0
- package/dist/cjs/globalization/index.d.ts +1 -0
- package/dist/cjs/globalization/index.js +1 -0
- package/dist/cjs/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesCrosstab.js → II18nServiceTranslate.js} +0 -0
- package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +156 -0
- package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesDefault.js → chart_builder/II18nChartBuilder.js} +0 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesTableChart.js → chart_builder/II18nChartBuilderActionPanel.js} +0 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +2 -0
- package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesCrosstab.d.ts → chart_builder/II18nChartBuilderMessagesCrosstab.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +2 -0
- package/{src/globalization/interfaces/common/II18nChartInfoMessagesDefault.ts → dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +2 -0
- package/dist/{globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts → cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +2 -0
- package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +78 -0
- package/dist/cjs/globalization/interfaces/chart_builder/index.js +90 -0
- package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +4 -1
- package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +3 -6
- package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
- package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.js +2 -0
- package/dist/cjs/globalization/interfaces/common/index.d.ts +1 -3
- package/dist/cjs/globalization/interfaces/common/index.js +1 -3
- package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +5 -1
- package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterPanel.d.ts +0 -2
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/filters/index.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/index.js +1 -0
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +3 -3
- package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/index.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/index.js +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +10 -0
- package/dist/cjs/globalization/labels/I18N_DEFAULT.js +3 -1
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +54 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +25 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +33 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +293 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +128 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +30 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +28 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +251 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +17 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +31 -0
- package/dist/cjs/globalization/labels/chart_builder/index.d.ts +10 -0
- package/dist/cjs/globalization/labels/chart_builder/index.js +22 -0
- package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +5 -1
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +3 -21
- package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
- package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.js +33 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +16 -1
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.js +0 -10
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +1 -1
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +4 -4
- package/dist/cjs/globalization/labels/index.d.ts +2 -1
- package/dist/cjs/globalization/labels/index.js +2 -1
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +13 -2
- package/dist/cjs/interfaces/general/IGeneralInfo.d.ts +1 -0
- package/dist/cjs/qrvey/constants/CALCULATION_INFO.js +6 -6
- package/dist/cjs/qrvey/helpers/getPropertyLabel.d.ts +2 -1
- package/dist/cjs/qrvey/helpers/getPropertyLabel.js +6 -4
- package/dist/columns/constants/COLUMN_INFO.js +1 -1
- package/dist/columns/constants/COLUMN_PROPERTY_INFO.js +2 -2
- package/dist/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +15 -15
- package/dist/columns/constants/COMPOUND_COLUMN_INFO.js +3 -3
- package/dist/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
- package/dist/columns/constants/NUMERICAL_COLUMN_INFO.js +6 -6
- package/dist/dates/constants/DATE_DISTINCT_PROPERTY_INFO.js +3 -3
- package/dist/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
- package/dist/dates/constants/DATE_GROUPING_PROPERTY_INFO.js +5 -5
- package/dist/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
- package/dist/dates/constants/DATE_YEAR_MONTHS_MMMM.d.ts +1 -0
- package/dist/dates/constants/DATE_YEAR_MONTHS_MMMM.js +1 -0
- package/dist/dates/constants/index.d.ts +1 -0
- package/dist/dates/constants/index.js +1 -0
- package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO.js +3 -3
- package/dist/filters/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
- package/dist/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
- package/dist/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
- package/dist/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
- package/dist/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
- package/dist/globalization/helpers/getI18nDateGroupLabel.d.ts +3 -0
- package/dist/globalization/helpers/getI18nDateGroupLabel.js +57 -0
- package/dist/globalization/helpers/index.d.ts +1 -0
- package/dist/globalization/helpers/index.js +1 -0
- package/dist/globalization/index.d.ts +1 -0
- package/dist/globalization/index.js +1 -0
- package/dist/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
- package/dist/globalization/interfaces/{common/II18nChartInfoMessagesCrosstab.js → II18nServiceTranslate.js} +0 -0
- package/dist/globalization/interfaces/IResourceI18n.d.ts +2 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +156 -0
- package/dist/globalization/interfaces/{common/II18nChartInfoMessagesDefault.js → chart_builder/II18nChartBuilder.js} +0 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
- package/dist/globalization/interfaces/{common/II18nChartInfoMessagesTableChart.js → chart_builder/II18nChartBuilderActionPanel.js} +0 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +1 -0
- package/{src/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.ts → dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.d.ts} +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +1 -0
- package/dist/globalization/interfaces/{common/II18nChartInfoMessagesDefault.d.ts → chart_builder/II18nChartBuilderMessagesDefault.d.ts} +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +1 -0
- package/dist/{cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts → globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts} +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +1 -0
- package/dist/globalization/interfaces/chart_builder/index.d.ts +78 -0
- package/dist/globalization/interfaces/chart_builder/index.js +78 -0
- package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +4 -1
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +3 -6
- package/dist/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
- package/dist/globalization/interfaces/common/II18nDateGrouping.js +1 -0
- package/dist/globalization/interfaces/common/index.d.ts +1 -3
- package/dist/globalization/interfaces/common/index.js +1 -3
- package/dist/globalization/interfaces/filters/II18nFilter.d.ts +5 -1
- package/dist/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
- package/dist/globalization/interfaces/filters/II18nFilterDateSections.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterPanel.d.ts +0 -2
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +1 -1
- package/dist/globalization/interfaces/filters/index.d.ts +1 -0
- package/dist/globalization/interfaces/filters/index.js +1 -0
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +3 -3
- package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +1 -1
- package/dist/globalization/interfaces/index.d.ts +2 -0
- package/dist/globalization/interfaces/index.js +2 -0
- package/dist/globalization/interfaces/panel/II18nPanel.d.ts +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +10 -0
- package/dist/globalization/labels/I18N_DEFAULT.js +3 -1
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +51 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +22 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +30 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +290 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +125 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +27 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +25 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +248 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +14 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +28 -0
- package/dist/globalization/labels/chart_builder/index.d.ts +10 -0
- package/dist/globalization/labels/chart_builder/index.js +10 -0
- package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +5 -1
- package/dist/globalization/labels/common/I18N_COMMON.js +3 -21
- package/dist/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
- package/dist/globalization/labels/common/I18N_DATE_GROUPING.js +30 -0
- package/dist/globalization/labels/filters/I18N_FILTER.js +16 -1
- package/dist/globalization/labels/filters/I18N_FILTER_PANEL.js +0 -10
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +1 -1
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +4 -4
- package/dist/globalization/labels/index.d.ts +2 -1
- package/dist/globalization/labels/index.js +2 -1
- package/dist/globalization/labels/panel/I18N_PANEL.js +13 -2
- package/dist/interfaces/general/IGeneralInfo.d.ts +1 -0
- package/dist/qrvey/constants/CALCULATION_INFO.js +6 -6
- package/dist/qrvey/helpers/getPropertyLabel.d.ts +2 -1
- package/dist/qrvey/helpers/getPropertyLabel.js +6 -4
- package/package.json +1 -1
- package/src/charts/constants/AGGREGATE_GENERAL.ts +5 -0
- package/src/charts/constants/AGGREGATE_INFO.ts +9 -9
- package/src/columns/constants/COLUMN_INFO.ts +22 -22
- package/src/columns/constants/COLUMN_PROPERTY_INFO.ts +2 -2
- package/src/columns/constants/COMPLEX_COLUMN_INFO.ts +5 -5
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.ts +15 -15
- package/src/columns/constants/COMPOUND_COLUMN_INFO.ts +3 -3
- package/src/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.ts +12 -12
- package/src/columns/constants/NUMERICAL_COLUMN_INFO.ts +6 -6
- package/src/dates/constants/DATE_DISTINCT_PROPERTY_INFO.ts +3 -3
- package/src/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.ts +3 -3
- package/src/dates/constants/DATE_GROUPING_PROPERTY_INFO.ts +5 -5
- package/src/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.ts +3 -3
- package/src/dates/constants/DATE_YEAR_MONTHS.ts +0 -1
- package/src/dates/constants/DATE_YEAR_MONTHS_MMMM.ts +1 -0
- package/src/dates/constants/index.ts +1 -0
- package/src/dates/relative/constants/RELATIVE_CURSOR_INFO.ts +3 -3
- package/src/filters/constants/common/FILTER_DATE_SECTION_INFO.ts +2 -2
- package/src/filters/constants/common/FILTER_SCOPE_INFO.ts +8 -8
- package/src/filters/constants/common/FILTER_VALIDATOR_INFO.ts +21 -21
- package/src/filters/helpers/ui/getFilterPropertyLabel.ts +3 -2
- package/src/globalization/helpers/getI18nDateGroupLabel.ts +66 -0
- package/src/globalization/helpers/index.ts +1 -0
- package/src/globalization/index.ts +1 -0
- package/src/globalization/interfaces/II18nServiceTranslate.ts +5 -0
- package/src/globalization/interfaces/IResourceI18n.ts +2 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +157 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.ts +11 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAddress.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +28 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.ts +16 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.ts +8 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.ts +24 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.ts +24 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.ts +7 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.ts +13 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +20 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.ts +21 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.ts +10 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.ts +8 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +24 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.ts +17 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDialog.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +19 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.ts +17 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +21 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderLegends.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.ts +21 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.ts +12 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.ts +4 -0
- package/{dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts → src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.ts} +2 -2
- package/{dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts → src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.ts} +2 -2
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.ts +3 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.ts +13 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.ts +7 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.ts +4 -0
- package/src/globalization/interfaces/{common/II18nChartInfoMessagesTableChart.ts → chart_builder/II18nChartBuilderMessagesTableChart.ts} +2 -2
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.ts +10 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderOperators.ts +23 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.ts +14 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.ts +4 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.ts +5 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.ts +7 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +16 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +27 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.ts +13 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.ts +14 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +30 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.ts +9 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.ts +12 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.ts +20 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.ts +6 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +17 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTotals.ts +23 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +30 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.ts +11 -0
- package/src/globalization/interfaces/chart_builder/index.ts +78 -0
- package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +5 -2
- package/src/globalization/interfaces/common/II18nCommon.ts +3 -6
- package/src/globalization/interfaces/common/II18nDateGrouping.ts +30 -0
- package/src/globalization/interfaces/common/index.ts +2 -3
- package/src/globalization/interfaces/filters/II18nFilter.ts +5 -1
- package/src/globalization/interfaces/filters/II18nFilterDateSections.ts +4 -0
- package/src/globalization/interfaces/filters/II18nFilterPanel.ts +0 -2
- package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +1 -1
- package/src/globalization/interfaces/filters/index.ts +1 -0
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.ts +3 -3
- package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.ts +2 -2
- package/src/globalization/interfaces/index.ts +2 -0
- package/src/globalization/interfaces/panel/II18nPanel.ts +1 -0
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +10 -0
- package/src/globalization/labels/I18N_DEFAULT.ts +4 -1
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER.ts +66 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +24 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.ts +34 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +300 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +128 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +30 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.ts +28 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +255 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.ts +17 -0
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +31 -0
- package/src/globalization/labels/chart_builder/index.ts +10 -0
- package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +5 -1
- package/src/globalization/labels/common/I18N_COMMON.ts +3 -21
- package/src/globalization/labels/common/I18N_DATE_GROUPING.ts +34 -0
- package/src/globalization/labels/filters/I18N_FILTER.ts +16 -1
- package/src/globalization/labels/filters/I18N_FILTER_PANEL.ts +0 -10
- package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +1 -1
- package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +4 -4
- package/src/globalization/labels/index.ts +2 -1
- package/src/globalization/labels/panel/I18N_PANEL.ts +13 -2
- package/src/interfaces/general/IGeneralInfo.ts +1 -0
- package/src/qrvey/constants/CALCULATION_INFO.ts +6 -6
- package/src/qrvey/helpers/getPropertyLabel.ts +6 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.I18N_FILTER = void 0;
|
|
4
|
+
const FILTER_DATE_SECTION_LABEL_1 = require("../../../filters/constants/common/FILTER_DATE_SECTION_LABEL");
|
|
4
5
|
const I18N_FILTER_OPERATOR_1 = require("./I18N_FILTER_OPERATOR");
|
|
5
6
|
const I18N_FILTER_SCOPE_1 = require("./I18N_FILTER_SCOPE");
|
|
6
7
|
const I18N_FILTER_VALIDATOR_1 = require("./I18N_FILTER_VALIDATOR");
|
|
@@ -9,9 +10,23 @@ const I18N_RELATIVE_CONTAINER_1 = require("./I18N_RELATIVE_CONTAINER");
|
|
|
9
10
|
const I18N_SLIDEBAR_1 = require("./I18N_SLIDEBAR");
|
|
10
11
|
const I18N_VALUE_CONTAINER_1 = require("./I18N_VALUE_CONTAINER");
|
|
11
12
|
exports.I18N_FILTER = {
|
|
13
|
+
scope_title: {
|
|
14
|
+
admin: 'Admin Filters',
|
|
15
|
+
data: 'Data Filters',
|
|
16
|
+
global: 'Global Filters',
|
|
17
|
+
page: 'Page Filters',
|
|
18
|
+
tab: 'Tab Filters',
|
|
19
|
+
chart: 'Panel Filters',
|
|
20
|
+
default: 'Default Filters',
|
|
21
|
+
action: 'Action Filters',
|
|
22
|
+
},
|
|
23
|
+
date_sections: {
|
|
24
|
+
relative: FILTER_DATE_SECTION_LABEL_1.FILTER_DATE_SECTION_LABEL.RELATIVE,
|
|
25
|
+
absolute: FILTER_DATE_SECTION_LABEL_1.FILTER_DATE_SECTION_LABEL.ABSOLUTE,
|
|
26
|
+
},
|
|
12
27
|
operators: I18N_FILTER_OPERATOR_1.I18N_FILTER_OPERATOR,
|
|
13
28
|
relative_container: I18N_RELATIVE_CONTAINER_1.I18N_RELATIVE_CONTAINER,
|
|
14
|
-
|
|
29
|
+
scopes: I18N_FILTER_SCOPE_1.I18N_FILTER_SCOPE,
|
|
15
30
|
slidebar: I18N_SLIDEBAR_1.I18N_SLIDEBAR,
|
|
16
31
|
validators: I18N_FILTER_VALIDATOR_1.I18N_FILTER_VALIDATOR,
|
|
17
32
|
value_container: I18N_VALUE_CONTAINER_1.I18N_VALUE_CONTAINER,
|
|
@@ -24,16 +24,6 @@ exports.I18N_FILTER_PANEL = {
|
|
|
24
24
|
cancel: 'Cancel',
|
|
25
25
|
apply: 'Delete',
|
|
26
26
|
},
|
|
27
|
-
scope_title: {
|
|
28
|
-
admin: 'Admin Filters',
|
|
29
|
-
data: 'Data Filters',
|
|
30
|
-
global: 'Global Filters',
|
|
31
|
-
page: 'Page Filters',
|
|
32
|
-
tab: 'Tab Filters',
|
|
33
|
-
chart: 'Panel Filters',
|
|
34
|
-
default: 'Default Filters',
|
|
35
|
-
action: 'Action Filters',
|
|
36
|
-
},
|
|
37
27
|
scope_tooltip: {
|
|
38
28
|
global: 'Filters applied to all pages',
|
|
39
29
|
page: 'Filters applied to the current page',
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.I18N_RELATIVE_CONTAINER = void 0;
|
|
4
4
|
const I18N_RELATIVE_CURSOR_1 = require("./I18N_RELATIVE_CURSOR");
|
|
5
5
|
exports.I18N_RELATIVE_CONTAINER = {
|
|
6
|
-
|
|
6
|
+
cursors: I18N_RELATIVE_CURSOR_1.I18N_RELATIVE_CURSOR,
|
|
7
7
|
calendar_date: 'Calendar dates',
|
|
8
8
|
calendar_date_tooltip: 'The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.',
|
|
9
9
|
starting_date: 'Include starting date',
|
|
@@ -4,7 +4,7 @@ exports.I18N_FORMULA_BUILDER = void 0;
|
|
|
4
4
|
exports.I18N_FORMULA_BUILDER = {
|
|
5
5
|
list_modal: {
|
|
6
6
|
title_header: 'Formulas',
|
|
7
|
-
|
|
7
|
+
create_button: 'Create Formula',
|
|
8
8
|
empty_message: 'No Formulas Yet'
|
|
9
9
|
},
|
|
10
10
|
list_table: {
|
|
@@ -33,7 +33,7 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
33
33
|
detail_title: 'Formulita',
|
|
34
34
|
detail_suggestion: 'Allows mathematical operations including',
|
|
35
35
|
detail_suggestion_operators: '+, -, *, /, ()',
|
|
36
|
-
|
|
36
|
+
syntax_success: 'Formula syntax is correct.',
|
|
37
37
|
syntax_error: 'Formula syntax error, please check your formula and retry.',
|
|
38
38
|
syntax_warning: 'Formula syntax correct, but some null values generate error',
|
|
39
39
|
test: 'Test',
|
|
@@ -44,8 +44,8 @@ exports.I18N_FORMULA_BUILDER = {
|
|
|
44
44
|
search_column: 'Search',
|
|
45
45
|
box_function_empty: 'No Function Selected',
|
|
46
46
|
add_formula: 'Add to Formula',
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
cancel_button: 'Cancel',
|
|
48
|
+
apply_button: 'Save',
|
|
49
49
|
no_columns_available: 'No Columns Available',
|
|
50
50
|
create_toast: 'Formula Created Successfully.',
|
|
51
51
|
update_toast: 'Formula Updated Successfully',
|
|
@@ -5,5 +5,6 @@ export * from './filters';
|
|
|
5
5
|
export * from './panel';
|
|
6
6
|
export * from './table_charts';
|
|
7
7
|
export * from './I18N_DEFAULT';
|
|
8
|
-
export * from './formula_builder
|
|
8
|
+
export * from './formula_builder';
|
|
9
9
|
export * from './bucket_builder';
|
|
10
|
+
export * from './chart_builder';
|
|
@@ -17,5 +17,6 @@ __exportStar(require("./filters"), exports);
|
|
|
17
17
|
__exportStar(require("./panel"), exports);
|
|
18
18
|
__exportStar(require("./table_charts"), exports);
|
|
19
19
|
__exportStar(require("./I18N_DEFAULT"), exports);
|
|
20
|
-
__exportStar(require("./formula_builder
|
|
20
|
+
__exportStar(require("./formula_builder"), exports);
|
|
21
21
|
__exportStar(require("./bucket_builder"), exports);
|
|
22
|
+
__exportStar(require("./chart_builder"), exports);
|
|
@@ -9,7 +9,17 @@ exports.I18N_PANEL = {
|
|
|
9
9
|
missing_linked_column: 'Missing linked column.',
|
|
10
10
|
no_data_found: 'No data found.',
|
|
11
11
|
server_error: 'Sever Error.',
|
|
12
|
-
try_again: 'Try Again'
|
|
12
|
+
try_again: 'Try Again',
|
|
13
|
+
chart_not_found: 'This {{panel}} is no longer available.',
|
|
14
|
+
service_unavailable: '{{panel}} not available at the moment.',
|
|
15
|
+
refresh_panel: 'Refresh panel',
|
|
16
|
+
restore_panel: 'Restore panel',
|
|
17
|
+
long_text: 'long-text',
|
|
18
|
+
drilldown_unavailable: 'No data found with drilldown.',
|
|
19
|
+
max_buckets_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Refining your data with <i>Max Data Points</i> or <i>Filters</i><br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization',
|
|
20
|
+
continuous_date_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
21
|
+
continuous_numeric_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
22
|
+
table_calculation_no_data_found: 'This <i>Table Calculation</i> resulted in NaN for all values.<br><br>We recommend you try:<br>• Another <i>Table Calculation</i><br>• Another <i>Aggregation</i>'
|
|
13
23
|
},
|
|
14
24
|
menu: {
|
|
15
25
|
edit: "Edit",
|
|
@@ -87,5 +97,6 @@ exports.I18N_PANEL = {
|
|
|
87
97
|
learn_more: 'Learn more',
|
|
88
98
|
about_widget: 'about widget implementation.',
|
|
89
99
|
copy: 'Copy'
|
|
90
|
-
}
|
|
100
|
+
},
|
|
101
|
+
name: 'Panel'
|
|
91
102
|
};
|
|
@@ -5,10 +5,10 @@ const CALCULATION_1 = require("./CALCULATION");
|
|
|
5
5
|
const CALCULATION_ABBREVIATION_1 = require("./CALCULATION_ABBREVIATION");
|
|
6
6
|
const CALCULATION_LABEL_1 = require("./CALCULATION_LABEL");
|
|
7
7
|
exports.CALCULATION_INFO = {
|
|
8
|
-
[CALCULATION_1.CALCULATION.AVG]: { value: CALCULATION_1.CALCULATION.AVG, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.AVG, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.AVG, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.AVG },
|
|
9
|
-
[CALCULATION_1.CALCULATION.SUM]: { value: CALCULATION_1.CALCULATION.SUM, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.SUM, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.SUM, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.SUM },
|
|
10
|
-
[CALCULATION_1.CALCULATION.MIN]: { value: CALCULATION_1.CALCULATION.MIN, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.MIN, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.MIN, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.MIN },
|
|
11
|
-
[CALCULATION_1.CALCULATION.MAX]: { value: CALCULATION_1.CALCULATION.MAX, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.MAX, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.MAX, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.MAX },
|
|
12
|
-
[CALCULATION_1.CALCULATION.DIFF]: { value: CALCULATION_1.CALCULATION.DIFF, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.DIFF, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.DIFF, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.DIFF },
|
|
13
|
-
[CALCULATION_1.CALCULATION.PDIFF]: { value: CALCULATION_1.CALCULATION.PDIFF, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.PDIFF, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.PDIFF, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.PDIFF },
|
|
8
|
+
[CALCULATION_1.CALCULATION.AVG]: { value: CALCULATION_1.CALCULATION.AVG, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.AVG, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.AVG, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.AVG, i18nLabelPath: '' },
|
|
9
|
+
[CALCULATION_1.CALCULATION.SUM]: { value: CALCULATION_1.CALCULATION.SUM, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.SUM, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.SUM, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.SUM, i18nLabelPath: '' },
|
|
10
|
+
[CALCULATION_1.CALCULATION.MIN]: { value: CALCULATION_1.CALCULATION.MIN, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.MIN, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.MIN, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.MIN, i18nLabelPath: '' },
|
|
11
|
+
[CALCULATION_1.CALCULATION.MAX]: { value: CALCULATION_1.CALCULATION.MAX, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.MAX, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.MAX, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.MAX, i18nLabelPath: '' },
|
|
12
|
+
[CALCULATION_1.CALCULATION.DIFF]: { value: CALCULATION_1.CALCULATION.DIFF, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.DIFF, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.DIFF, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.DIFF, i18nLabelPath: '' },
|
|
13
|
+
[CALCULATION_1.CALCULATION.PDIFF]: { value: CALCULATION_1.CALCULATION.PDIFF, displayed: true, label: CALCULATION_LABEL_1.CALCULATION_LABEL.PDIFF, shortLabel: CALCULATION_LABEL_1.CALCULATION_LABEL.PDIFF, abbrLabel: CALCULATION_ABBREVIATION_1.CALCULATION_ABBREVIATION.PDIFF, i18nLabelPath: '' },
|
|
14
14
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { IColumnPropertyType } from "../../columns/interfaces/IColumnPropertyType";
|
|
2
2
|
import { IColumn } from "../../columns/interfaces/IColumn";
|
|
3
|
-
|
|
3
|
+
import { II18nServiceTranslate } from "../../globalization/interfaces/II18nServiceTranslate";
|
|
4
|
+
export declare function getPropertyLabel(column: IColumn, property: IColumnPropertyType, translate?: II18nServiceTranslate): string;
|
|
@@ -5,12 +5,14 @@ const COLUMN_PROPERTY_INFO_1 = require("../../columns/constants/COLUMN_PROPERTY_
|
|
|
5
5
|
const isDateColumn_1 = require("../../columns/helpers/isDateColumn");
|
|
6
6
|
const COLUMN_1 = require("../../columns/constants/COLUMN");
|
|
7
7
|
const isEmpty_1 = require("../../general/mix/isEmpty");
|
|
8
|
-
function getPropertyLabel(column, property) {
|
|
9
|
-
var _a;
|
|
8
|
+
function getPropertyLabel(column, property, translate) {
|
|
10
9
|
let propertyLabel;
|
|
11
10
|
const propertyValues = COLUMN_PROPERTY_INFO_1.COLUMN_PROPERTY_INFO[(0, isDateColumn_1.isDateColumn)(column) ? COLUMN_1.COLUMN.DATE : column.type];
|
|
12
|
-
if (!(0, isEmpty_1.isEmpty)(propertyValues))
|
|
13
|
-
|
|
11
|
+
if (!(0, isEmpty_1.isEmpty)(propertyValues)) {
|
|
12
|
+
const propertyObject = propertyValues.find(pValue => pValue.value === property);
|
|
13
|
+
if (!(0, isEmpty_1.isEmpty)(propertyObject))
|
|
14
|
+
propertyLabel = !(0, isEmpty_1.isEmpty)(translate) ? translate(propertyObject.i18nLabelPath) : propertyObject.label;
|
|
15
|
+
}
|
|
14
16
|
return propertyLabel;
|
|
15
17
|
}
|
|
16
18
|
exports.getPropertyLabel = getPropertyLabel;
|
|
@@ -6,4 +6,4 @@ import { NUMERICAL_COLUMN_INFO } from "./NUMERICAL_COLUMN_INFO";
|
|
|
6
6
|
/**
|
|
7
7
|
* @description Key/array of column property info
|
|
8
8
|
*/
|
|
9
|
-
export const COLUMN_INFO = Object.assign(Object.assign(Object.assign({ [COLUMN.SINGLE_CHOICE]: { label: COLUMN_LABEL.SINGLE_CHOICE, shortLabel: 'Single Choice', abbrLabel: 'SC', value: COLUMN.SINGLE_CHOICE, displayed: true }, [COLUMN.MULTIPLE_CHOICE]: { label: COLUMN_LABEL.MULTIPLE_CHOICE, shortLabel: 'Multiple Choice', abbrLabel: 'MC', value: COLUMN.MULTIPLE_CHOICE, displayed: true }, [COLUMN.YES_NO]: { label: COLUMN_LABEL.YES_NO, shortLabel: 'Yes No', abbrLabel: 'YS', value: COLUMN.YES_NO, displayed: true }, [COLUMN.RANKING]: { label: COLUMN_LABEL.RANKING, shortLabel: 'Ranking', abbrLabel: 'RAN', value: COLUMN.RANKING, displayed: true }, [COLUMN.DATE]: { label: COLUMN_LABEL.DATE, shortLabel: 'Date', abbrLabel: 'DA', value: COLUMN.DATE, displayed: true }, [COLUMN.SIGNATURE]: { label: COLUMN_LABEL.SIGNATURE, shortLabel: 'Signature', abbrLabel: 'SIGN', value: COLUMN.SIGNATURE, displayed: true }, [COLUMN.DROPDOWN]: { label: COLUMN_LABEL.DROPDOWN, shortLabel: 'Dropdown', abbrLabel: 'DD', value: COLUMN.DROPDOWN, displayed: true }, [COLUMN.IMAGE]: { label: COLUMN_LABEL.IMAGE, shortLabel: 'Image', abbrLabel: 'IMG', value: COLUMN.IMAGE, displayed: true }, [COLUMN.EMAIL_FORM]: { label: COLUMN_LABEL.EMAIL_FORM, shortLabel: 'Email', abbrLabel: 'EML', value: COLUMN.EMAIL_FORM, displayed: true }, [COLUMN.PHONE]: { label: COLUMN_LABEL.PHONE, shortLabel: 'Phone', abbrLabel: 'PHN', value: COLUMN.PHONE, displayed: true }, [COLUMN.PASSWORD]: { label: COLUMN_LABEL.PASSWORD, shortLabel: 'Password', abbrLabel: 'PWD', value: COLUMN.PASSWORD, displayed: true }, [COLUMN.CHECKLIST]: { label: COLUMN_LABEL.CHECKLIST, shortLabel: 'Check List', abbrLabel: 'CL', value: COLUMN.CHECKLIST, displayed: false }, [COLUMN.NPS_SCORE]: { label: COLUMN_LABEL.NPS_SCORE, shortLabel: 'NPS Score', abbrLabel: 'NPMS', value: COLUMN.NPS_SCORE, displayed: false }, [COLUMN.NPS_FEEDBACK]: { label: COLUMN_LABEL.NPS_FEEDBACK, shortLabel: 'NPS Feedback', abbrLabel: 'NPSFB', value: COLUMN.NPS_FEEDBACK, displayed: false }, [COLUMN.TEXT_LABEL]: { label: COLUMN_LABEL.TEXT_LABEL, shortLabel: 'Text Label', abbrLabel: 'TL', value: COLUMN.TEXT_LABEL, displayed: true }, [COLUMN.TEXT_CATEGORY]: { label: COLUMN_LABEL.TEXT_CATEGORY, shortLabel: 'Text Category', abbrLabel: 'TC', value: COLUMN.TEXT_CATEGORY, displayed: true }, [COLUMN.LOOKUP]: { label: COLUMN_LABEL.LOOKUP, shortLabel: 'Lookup', abbrLabel: 'LUP', value: COLUMN.LOOKUP, displayed: true }, [COLUMN.HEADLINE]: { label: COLUMN_LABEL.HEADLINE, shortLabel: 'Headline', abbrLabel: 'HL', value: COLUMN.HEADLINE, displayed: false }, [COLUMN.SECTION]: { label: COLUMN_LABEL.SECTION, shortLabel: 'Section', abbrLabel: 'SCN', value: COLUMN.SECTION, displayed: false }, [COLUMN.FORMULA]: { label: COLUMN_LABEL.FORMULA, shortLabel: 'Formula', abbrLabel: 'FML', value: COLUMN.FORMULA, displayed: true }, [COLUMN.AGGREGATED_FORMULA]: { label: COLUMN_LABEL.AGGREGATED_FORMULA, shortLabel: 'Agg Formula', abbrLabel: 'AF', value: COLUMN.AGGREGATED_FORMULA, displayed: true }, [COLUMN.BUCKET]: { label: COLUMN_LABEL.BUCKET, shortLabel: 'Bucket', abbrLabel: 'BCT', value: COLUMN.BUCKET, displayed: true } }, NUMERICAL_COLUMN_INFO), COMPOUND_COLUMN_INFO), COMPLEX_COLUMN_INFO);
|
|
9
|
+
export const COLUMN_INFO = Object.assign(Object.assign(Object.assign({ [COLUMN.SINGLE_CHOICE]: { label: COLUMN_LABEL.SINGLE_CHOICE, shortLabel: 'Single Choice', abbrLabel: 'SC', value: COLUMN.SINGLE_CHOICE, displayed: true, i18nLabelPath: 'common.column_types.single_choice_label' }, [COLUMN.MULTIPLE_CHOICE]: { label: COLUMN_LABEL.MULTIPLE_CHOICE, shortLabel: 'Multiple Choice', abbrLabel: 'MC', value: COLUMN.MULTIPLE_CHOICE, displayed: true, i18nLabelPath: 'common.column_types.multiple_choice_label' }, [COLUMN.YES_NO]: { label: COLUMN_LABEL.YES_NO, shortLabel: 'Yes No', abbrLabel: 'YS', value: COLUMN.YES_NO, displayed: true, i18nLabelPath: 'common.column_types.yes_no_label' }, [COLUMN.RANKING]: { label: COLUMN_LABEL.RANKING, shortLabel: 'Ranking', abbrLabel: 'RAN', value: COLUMN.RANKING, displayed: true, i18nLabelPath: 'common.column_types.ranking_label' }, [COLUMN.DATE]: { label: COLUMN_LABEL.DATE, shortLabel: 'Date', abbrLabel: 'DA', value: COLUMN.DATE, displayed: true, i18nLabelPath: 'common.column_types.date_label' }, [COLUMN.SIGNATURE]: { label: COLUMN_LABEL.SIGNATURE, shortLabel: 'Signature', abbrLabel: 'SIGN', value: COLUMN.SIGNATURE, displayed: true, i18nLabelPath: 'common.column_types.signature_label' }, [COLUMN.DROPDOWN]: { label: COLUMN_LABEL.DROPDOWN, shortLabel: 'Dropdown', abbrLabel: 'DD', value: COLUMN.DROPDOWN, displayed: true, i18nLabelPath: 'common.column_types.dropdown_label' }, [COLUMN.IMAGE]: { label: COLUMN_LABEL.IMAGE, shortLabel: 'Image', abbrLabel: 'IMG', value: COLUMN.IMAGE, displayed: true, i18nLabelPath: 'common.column_types.image_label' }, [COLUMN.EMAIL_FORM]: { label: COLUMN_LABEL.EMAIL_FORM, shortLabel: 'Email', abbrLabel: 'EML', value: COLUMN.EMAIL_FORM, displayed: true, i18nLabelPath: 'common.column_types.email_form_label' }, [COLUMN.PHONE]: { label: COLUMN_LABEL.PHONE, shortLabel: 'Phone', abbrLabel: 'PHN', value: COLUMN.PHONE, displayed: true, i18nLabelPath: 'common.column_types.phone_label' }, [COLUMN.PASSWORD]: { label: COLUMN_LABEL.PASSWORD, shortLabel: 'Password', abbrLabel: 'PWD', value: COLUMN.PASSWORD, displayed: true, i18nLabelPath: 'common.column_types.password_label' }, [COLUMN.CHECKLIST]: { label: COLUMN_LABEL.CHECKLIST, shortLabel: 'Check List', abbrLabel: 'CL', value: COLUMN.CHECKLIST, displayed: false, i18nLabelPath: 'common.column_types.checklist_label' }, [COLUMN.NPS_SCORE]: { label: COLUMN_LABEL.NPS_SCORE, shortLabel: 'NPS Score', abbrLabel: 'NPMS', value: COLUMN.NPS_SCORE, displayed: false, i18nLabelPath: 'common.column_types.nps_score_label' }, [COLUMN.NPS_FEEDBACK]: { label: COLUMN_LABEL.NPS_FEEDBACK, shortLabel: 'NPS Feedback', abbrLabel: 'NPSFB', value: COLUMN.NPS_FEEDBACK, displayed: false, i18nLabelPath: 'common.column_types.nps_feedback_label' }, [COLUMN.TEXT_LABEL]: { label: COLUMN_LABEL.TEXT_LABEL, shortLabel: 'Text Label', abbrLabel: 'TL', value: COLUMN.TEXT_LABEL, displayed: true, i18nLabelPath: 'common.column_types.text_label_label' }, [COLUMN.TEXT_CATEGORY]: { label: COLUMN_LABEL.TEXT_CATEGORY, shortLabel: 'Text Category', abbrLabel: 'TC', value: COLUMN.TEXT_CATEGORY, displayed: true, i18nLabelPath: 'common.column_types.text_category_label' }, [COLUMN.LOOKUP]: { label: COLUMN_LABEL.LOOKUP, shortLabel: 'Lookup', abbrLabel: 'LUP', value: COLUMN.LOOKUP, displayed: true, i18nLabelPath: 'common.column_types.lookup_label' }, [COLUMN.HEADLINE]: { label: COLUMN_LABEL.HEADLINE, shortLabel: 'Headline', abbrLabel: 'HL', value: COLUMN.HEADLINE, displayed: false, i18nLabelPath: 'common.column_types.headline_label' }, [COLUMN.SECTION]: { label: COLUMN_LABEL.SECTION, shortLabel: 'Section', abbrLabel: 'SCN', value: COLUMN.SECTION, displayed: false, i18nLabelPath: 'common.column_types.section_label' }, [COLUMN.FORMULA]: { label: COLUMN_LABEL.FORMULA, shortLabel: 'Formula', abbrLabel: 'FML', value: COLUMN.FORMULA, displayed: true, i18nLabelPath: 'common.column_types.formula_label' }, [COLUMN.AGGREGATED_FORMULA]: { label: COLUMN_LABEL.AGGREGATED_FORMULA, shortLabel: 'Agg Formula', abbrLabel: 'AF', value: COLUMN.AGGREGATED_FORMULA, displayed: true, i18nLabelPath: 'common.column_types.aggregated_formula_label' }, [COLUMN.BUCKET]: { label: COLUMN_LABEL.BUCKET, shortLabel: 'Bucket', abbrLabel: 'BCT', value: COLUMN.BUCKET, displayed: true, i18nLabelPath: 'common.column_types.bucket_label' } }, NUMERICAL_COLUMN_INFO), COMPOUND_COLUMN_INFO), COMPLEX_COLUMN_INFO);
|
|
@@ -7,8 +7,8 @@ import { DATE_GROUPING_PROPERTY_INFO_LIST } from "../../dates/constants/DATE_GRO
|
|
|
7
7
|
import { DATE_GROUPING_TIME_PROPERTY_INFO_LIST } from "../../dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO_LIST";
|
|
8
8
|
import { DATE_DISTINCT_TIME_PROPERTY_INFO_LIST } from "../../dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO_LIST";
|
|
9
9
|
export const COLUMN_PROPERTY_INFO = Object.assign(Object.assign({ [COLUMN.LOOKUP]: [
|
|
10
|
-
{ value: COLUMN_PROPERTY.LOOKUP_DISPLAY, label: 'Display', shortLabel: 'Display', abbrLabel: 'DSY', displayed: true },
|
|
11
|
-
{ value: COLUMN_PROPERTY.LOOKUP_VALUE, label: 'Value', shortLabel: 'Value', abbrLabel: 'Val', displayed: true }
|
|
10
|
+
{ value: COLUMN_PROPERTY.LOOKUP_DISPLAY, label: 'Display', shortLabel: 'Display', abbrLabel: 'DSY', displayed: true, i18nLabelPath: 'common.properties.lookup_display_label' },
|
|
11
|
+
{ value: COLUMN_PROPERTY.LOOKUP_VALUE, label: 'Value', shortLabel: 'Value', abbrLabel: 'Val', displayed: true, i18nLabelPath: 'common.properties.lookup_display_value' }
|
|
12
12
|
], [COLUMN.DATE]: [
|
|
13
13
|
...DATE_GROUPING_PROPERTY_INFO_LIST,
|
|
14
14
|
...DATE_GROUPING_TIME_PROPERTY_INFO_LIST,
|
|
@@ -4,9 +4,9 @@ import { COMPLEX_COLUMN_LABEL } from "./COMPLEX_COLUMN_LABEL";
|
|
|
4
4
|
* @description Key/array of compound column property info
|
|
5
5
|
*/
|
|
6
6
|
export const COMPLEX_COLUMN_INFO = {
|
|
7
|
-
[COMPLEX_COLUMN.TEXTFIELD]: { label: COMPLEX_COLUMN_LABEL.TEXTFIELD, shortLabel: 'Textfield', abbrLabel: 'TF', value: COMPLEX_COLUMN.TEXTFIELD, displayed: true },
|
|
8
|
-
[COMPLEX_COLUMN.LONGTEXT]: { label: COMPLEX_COLUMN_LABEL.LONGTEXT, shortLabel: 'Longtext', abbrLabel: 'LT', value: COMPLEX_COLUMN.LONGTEXT, displayed: true },
|
|
9
|
-
[COMPLEX_COLUMN.FILEUPLOAD]: { label: COMPLEX_COLUMN_LABEL.FILEUPLOAD, shortLabel: 'File Upload', abbrLabel: 'FU', value: COMPLEX_COLUMN.FILEUPLOAD, displayed: true },
|
|
10
|
-
[COMPLEX_COLUMN.IMAGEUPLOAD]: { label: COMPLEX_COLUMN_LABEL.IMAGEUPLOAD, shortLabel: 'Image Upload', abbrLabel: 'IM', value: COMPLEX_COLUMN.IMAGEUPLOAD, displayed: true },
|
|
11
|
-
[COMPLEX_COLUMN.EXPRESSION]: { label: COMPLEX_COLUMN_LABEL.EXPRESSION, shortLabel: 'Expression', abbrLabel: 'EXP', value: COMPLEX_COLUMN.EXPRESSION, displayed: true },
|
|
7
|
+
[COMPLEX_COLUMN.TEXTFIELD]: { label: COMPLEX_COLUMN_LABEL.TEXTFIELD, shortLabel: 'Textfield', abbrLabel: 'TF', value: COMPLEX_COLUMN.TEXTFIELD, displayed: true, i18nLabelPath: 'common.column_types.textfield_label' },
|
|
8
|
+
[COMPLEX_COLUMN.LONGTEXT]: { label: COMPLEX_COLUMN_LABEL.LONGTEXT, shortLabel: 'Longtext', abbrLabel: 'LT', value: COMPLEX_COLUMN.LONGTEXT, displayed: true, i18nLabelPath: 'common.column_types.longtext_label' },
|
|
9
|
+
[COMPLEX_COLUMN.FILEUPLOAD]: { label: COMPLEX_COLUMN_LABEL.FILEUPLOAD, shortLabel: 'File Upload', abbrLabel: 'FU', value: COMPLEX_COLUMN.FILEUPLOAD, displayed: true, i18nLabelPath: 'common.column_types.fileupload_label' },
|
|
10
|
+
[COMPLEX_COLUMN.IMAGEUPLOAD]: { label: COMPLEX_COLUMN_LABEL.IMAGEUPLOAD, shortLabel: 'Image Upload', abbrLabel: 'IM', value: COMPLEX_COLUMN.IMAGEUPLOAD, displayed: true, i18nLabelPath: 'common.column_types.imageupload_label' },
|
|
11
|
+
[COMPLEX_COLUMN.EXPRESSION]: { label: COMPLEX_COLUMN_LABEL.EXPRESSION, shortLabel: 'Expression', abbrLabel: 'EXP', value: COMPLEX_COLUMN.EXPRESSION, displayed: true, i18nLabelPath: 'common.column_types.expression_label' },
|
|
12
12
|
};
|
|
@@ -6,28 +6,28 @@ import { COMPLEX_COLUMN_PROPERTY_LABEL } from "./COMPLEX_COLUMN_PROPERTY_LABEL";
|
|
|
6
6
|
*/
|
|
7
7
|
export const COMPLEX_COLUMN_PROPERTY_INFO = {
|
|
8
8
|
[COMPLEX_COLUMN.LONGTEXT]: [
|
|
9
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_WORDS, shortLabel: 'Words', abbrLabel: 'WRD', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_WORDS, displayed: true },
|
|
10
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_KEYPHRASES, shortLabel: 'Keyphrases', abbrLabel: 'KP', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_KEYPHRASES, displayed: true },
|
|
11
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_SENTIMENTS, shortLabel: 'Sentiments', abbrLabel: 'SEN', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_SENTIMENTS, displayed: true },
|
|
12
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_ENTITIES, shortLabel: 'Entities', abbrLabel: 'ENT', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_ENTITIES, displayed: true },
|
|
9
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_WORDS, shortLabel: 'Words', abbrLabel: 'WRD', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_WORDS, displayed: true, i18nLabelPath: 'common.properties.longtext_words_label' },
|
|
10
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_KEYPHRASES, shortLabel: 'Keyphrases', abbrLabel: 'KP', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_KEYPHRASES, displayed: true, i18nLabelPath: 'common.properties.longtext_keyphrases_label' },
|
|
11
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_SENTIMENTS, shortLabel: 'Sentiments', abbrLabel: 'SEN', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_SENTIMENTS, displayed: true, i18nLabelPath: 'common.properties.longtext_sentiments_label' },
|
|
12
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.LONGTEXT_ENTITIES, shortLabel: 'Entities', abbrLabel: 'ENT', value: COMPLEX_COLUMN_PROPERTY.LONGTEXT_ENTITIES, displayed: true, i18nLabelPath: 'common.properties.longtext_entitiestype_label' },
|
|
13
13
|
],
|
|
14
14
|
[COMPLEX_COLUMN.TEXTFIELD]: [
|
|
15
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_WORDS, shortLabel: 'Words', abbrLabel: 'WRD', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_WORDS, displayed: true },
|
|
16
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_KEYPHRASES, shortLabel: 'Keyphrases', abbrLabel: 'KP', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_KEYPHRASES, displayed: true },
|
|
17
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_SENTIMENTS, shortLabel: 'Sentiments', abbrLabel: 'SEN', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_SENTIMENTS, displayed: true },
|
|
18
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_ENTITIES, shortLabel: 'Entities', abbrLabel: 'ENT', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_ENTITIES, displayed: true },
|
|
15
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_WORDS, shortLabel: 'Words', abbrLabel: 'WRD', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_WORDS, displayed: true, i18nLabelPath: 'common.properties.textfield_words_label' },
|
|
16
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_KEYPHRASES, shortLabel: 'Keyphrases', abbrLabel: 'KP', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_KEYPHRASES, displayed: true, i18nLabelPath: 'common.properties.textfield_keywords_label' },
|
|
17
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_SENTIMENTS, shortLabel: 'Sentiments', abbrLabel: 'SEN', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_SENTIMENTS, displayed: true, i18nLabelPath: 'common.properties.textfield_sentiment_label' },
|
|
18
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.TEXTFIELD_ENTITIES, shortLabel: 'Entities', abbrLabel: 'ENT', value: COMPLEX_COLUMN_PROPERTY.TEXTFIELD_ENTITIES, displayed: true, i18nLabelPath: 'common.properties.textfield_entitiestype_label' },
|
|
19
19
|
],
|
|
20
20
|
[COMPLEX_COLUMN.FILEUPLOAD]: [
|
|
21
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILESIZE, shortLabel: 'Size', abbrLabel: 'SZ', value: COMPLEX_COLUMN_PROPERTY.FILEUPLOAD_FILESIZE, displayed: true },
|
|
22
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILETYPE, shortLabel: 'Type', abbrLabel: 'TP', value: COMPLEX_COLUMN_PROPERTY.FILEUPLOAD_FILETYPE, displayed: true },
|
|
21
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILESIZE, shortLabel: 'Size', abbrLabel: 'SZ', value: COMPLEX_COLUMN_PROPERTY.FILEUPLOAD_FILESIZE, displayed: true, i18nLabelPath: 'common.properties.fileupload_filesize_label' },
|
|
22
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.FILEUPLOAD_FILETYPE, shortLabel: 'Type', abbrLabel: 'TP', value: COMPLEX_COLUMN_PROPERTY.FILEUPLOAD_FILETYPE, displayed: true, i18nLabelPath: 'common.properties.fileupload_filetype_label' },
|
|
23
23
|
],
|
|
24
24
|
[COMPLEX_COLUMN.EXPRESSION]: [
|
|
25
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE, shortLabel: 'Positive', abbrLabel: 'PO', value: COMPLEX_COLUMN_PROPERTY.EXPRESSION_POSITIVE, displayed: true },
|
|
26
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE, shortLabel: 'Negative', abbrLabel: 'NE', value: COMPLEX_COLUMN_PROPERTY.EXPRESSION_NEGATIVE, displayed: true },
|
|
25
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE, shortLabel: 'Positive', abbrLabel: 'PO', value: COMPLEX_COLUMN_PROPERTY.EXPRESSION_POSITIVE, displayed: true, i18nLabelPath: 'common.properties.expression_positive_label' },
|
|
26
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE, shortLabel: 'Negative', abbrLabel: 'NE', value: COMPLEX_COLUMN_PROPERTY.EXPRESSION_NEGATIVE, displayed: true, i18nLabelPath: 'common.properties.expression_negative_label' },
|
|
27
27
|
],
|
|
28
28
|
[COMPLEX_COLUMN.IMAGEUPLOAD]: [
|
|
29
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE, shortLabel: 'Size', abbrLabel: 'SZ', value: COMPLEX_COLUMN_PROPERTY.IMAGEUPLOAD_IMAGESIZE, displayed: true },
|
|
30
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE, shortLabel: 'Type', abbrLabel: 'TP', value: COMPLEX_COLUMN_PROPERTY.IMAGEUPLOAD_IMAGETYPE, displayed: true },
|
|
31
|
-
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS, shortLabel: 'Words', abbrLabel: 'WRD', value: COMPLEX_COLUMN_PROPERTY.IMAGEUPLOAD_IMAGEWORDS, displayed: true },
|
|
29
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE, shortLabel: 'Size', abbrLabel: 'SZ', value: COMPLEX_COLUMN_PROPERTY.IMAGEUPLOAD_IMAGESIZE, displayed: true, i18nLabelPath: 'common.properties.imageupload_filesize_label' },
|
|
30
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE, shortLabel: 'Type', abbrLabel: 'TP', value: COMPLEX_COLUMN_PROPERTY.IMAGEUPLOAD_IMAGETYPE, displayed: true, i18nLabelPath: 'common.properties.imageupload_filetype_label' },
|
|
31
|
+
{ label: COMPLEX_COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS, shortLabel: 'Words', abbrLabel: 'WRD', value: COMPLEX_COLUMN_PROPERTY.IMAGEUPLOAD_IMAGEWORDS, displayed: true, i18nLabelPath: 'common.properties.imageupload_analysis_label' },
|
|
32
32
|
],
|
|
33
33
|
};
|
|
@@ -4,7 +4,7 @@ import { COMPOUND_COLUMN_LABEL } from "./COMPOUND_COLUMN_LABEL";
|
|
|
4
4
|
* @description Key/array of compound column property info
|
|
5
5
|
*/
|
|
6
6
|
export const COMPOUND_COLUMN_INFO = {
|
|
7
|
-
[COMPOUND_COLUMN.ADDRESS]: { label: COMPOUND_COLUMN_LABEL.ADDRESS, shortLabel: 'Add', abbrLabel: 'ADD', value: COMPOUND_COLUMN.ADDRESS, displayed: true },
|
|
8
|
-
[COMPOUND_COLUMN.USADDRESS]: { label: COMPOUND_COLUMN_LABEL.USADDRESS, shortLabel: 'US Add', abbrLabel: 'USADD', value: COMPOUND_COLUMN.USADDRESS, displayed: true },
|
|
9
|
-
[COMPOUND_COLUMN.NAME]: { label: COMPOUND_COLUMN_LABEL.NAME, shortLabel: 'Name', abbrLabel: 'NAM', value: COMPOUND_COLUMN.NAME, displayed: true },
|
|
7
|
+
[COMPOUND_COLUMN.ADDRESS]: { label: COMPOUND_COLUMN_LABEL.ADDRESS, shortLabel: 'Add', abbrLabel: 'ADD', value: COMPOUND_COLUMN.ADDRESS, displayed: true, i18nLabelPath: 'common.column_types.address_label' },
|
|
8
|
+
[COMPOUND_COLUMN.USADDRESS]: { label: COMPOUND_COLUMN_LABEL.USADDRESS, shortLabel: 'US Add', abbrLabel: 'USADD', value: COMPOUND_COLUMN.USADDRESS, displayed: true, i18nLabelPath: 'common.column_types.usaddress_label' },
|
|
9
|
+
[COMPOUND_COLUMN.NAME]: { label: COMPOUND_COLUMN_LABEL.NAME, shortLabel: 'Name', abbrLabel: 'NAM', value: COMPOUND_COLUMN.NAME, displayed: true, i18nLabelPath: 'common.column_types.name_label' },
|
|
10
10
|
};
|
|
@@ -6,21 +6,21 @@ import { COMPOUND_COLUMN_PROPERTY_LABEL } from "./COMPOUND_COLUMN_PROPERTY_LABEL
|
|
|
6
6
|
*/
|
|
7
7
|
export const COMPOUND_COLUMN_PROPERTY_INFO = {
|
|
8
8
|
[COMPOUND_COLUMN.ADDRESS]: [
|
|
9
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_STREET, shortLabel: 'Street', abbrLabel: 'SA', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_STREET, displayed: true },
|
|
10
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_CITY, shortLabel: 'City', abbrLabel: 'CI', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_CITY, displayed: true },
|
|
11
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_STATE, shortLabel: 'State', abbrLabel: 'ST', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_STATE, displayed: true },
|
|
12
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_POSTAL, shortLabel: 'Zip Code', abbrLabel: 'ZC', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_POSTAL, displayed: true },
|
|
13
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_COUNTRY, shortLabel: 'Country', abbrLabel: 'CO', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_COUNTRY, displayed: true },
|
|
9
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_STREET, shortLabel: 'Street', abbrLabel: 'SA', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_STREET, displayed: true, i18nLabelPath: 'common.properties.address_street_address_label' },
|
|
10
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_CITY, shortLabel: 'City', abbrLabel: 'CI', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_CITY, displayed: true, i18nLabelPath: 'common.properties.address_city_label' },
|
|
11
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_STATE, shortLabel: 'State', abbrLabel: 'ST', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_STATE, displayed: true, i18nLabelPath: 'common.properties.address_state_label' },
|
|
12
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_POSTAL, shortLabel: 'Zip Code', abbrLabel: 'ZC', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_POSTAL, displayed: true, i18nLabelPath: 'common.properties.address_postal_code_label' },
|
|
13
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.ADDRESS_COUNTRY, shortLabel: 'Country', abbrLabel: 'CO', value: COMPOUND_COLUMN_PROPERTY.ADDRESS_COUNTRY, displayed: true, i18nLabelPath: 'common.properties.address_country_label' },
|
|
14
14
|
],
|
|
15
15
|
[COMPOUND_COLUMN.USADDRESS]: [
|
|
16
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_LINE_1, shortLabel: 'Address 1', abbrLabel: 'ADD1', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_LINE_1, displayed: true },
|
|
17
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_LINE_2, shortLabel: 'Address 2', abbrLabel: 'ADD2', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_LINE_2, displayed: true },
|
|
18
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_CITY, shortLabel: 'City', abbrLabel: 'CI', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_CITY, displayed: true },
|
|
19
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_STATE, shortLabel: 'State', abbrLabel: 'ST', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_STATE, displayed: true },
|
|
20
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_POSTAL, shortLabel: 'Zip Code', abbrLabel: 'ZC', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_POSTAL, displayed: true },
|
|
16
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_LINE_1, shortLabel: 'Address 1', abbrLabel: 'ADD1', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_LINE_1, displayed: true, i18nLabelPath: 'common.properties.usaddress_address_line_1_label' },
|
|
17
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_LINE_2, shortLabel: 'Address 2', abbrLabel: 'ADD2', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_LINE_2, displayed: true, i18nLabelPath: 'common.properties.usaddress_address_line_2_label' },
|
|
18
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_CITY, shortLabel: 'City', abbrLabel: 'CI', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_CITY, displayed: true, i18nLabelPath: 'common.properties.usaddress_city_label' },
|
|
19
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_STATE, shortLabel: 'State', abbrLabel: 'ST', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_STATE, displayed: true, i18nLabelPath: 'common.properties.usaddress_state_label' },
|
|
20
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.USADDRESS_POSTAL, shortLabel: 'Zip Code', abbrLabel: 'ZC', value: COMPOUND_COLUMN_PROPERTY.USADDRESS_POSTAL, displayed: true, i18nLabelPath: 'common.properties.usaddress_postal_code_label' },
|
|
21
21
|
],
|
|
22
22
|
[COMPOUND_COLUMN.NAME]: [
|
|
23
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.NAME_FIRST, shortLabel: 'First Name', abbrLabel: 'FN', value: COMPOUND_COLUMN_PROPERTY.NAME_FIRST, displayed: true },
|
|
24
|
-
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.NAME_LAST, shortLabel: 'Last Name', abbrLabel: 'LN', value: COMPOUND_COLUMN_PROPERTY.NAME_LAST, displayed: true },
|
|
23
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.NAME_FIRST, shortLabel: 'First Name', abbrLabel: 'FN', value: COMPOUND_COLUMN_PROPERTY.NAME_FIRST, displayed: true, i18nLabelPath: 'common.properties.name_first_name_label' },
|
|
24
|
+
{ label: COMPOUND_COLUMN_PROPERTY_LABEL.NAME_LAST, shortLabel: 'Last Name', abbrLabel: 'LN', value: COMPOUND_COLUMN_PROPERTY.NAME_LAST, displayed: true, i18nLabelPath: 'common.properties.name_last_name_label' },
|
|
25
25
|
],
|
|
26
26
|
};
|
|
@@ -4,10 +4,10 @@ import { NUMERICAL_COLUMN_LABEL } from "./NUMERICAL_COLUMN_LABEL";
|
|
|
4
4
|
* @description Key/array of numerical column info
|
|
5
5
|
*/
|
|
6
6
|
export const NUMERICAL_COLUMN_INFO = {
|
|
7
|
-
[NUMERICAL_COLUMN.SLIDEBAR]: { label: NUMERICAL_COLUMN_LABEL.SLIDEBAR, shortLabel: 'Slidebar', abbrLabel: 'Sldb', value: NUMERICAL_COLUMN.SLIDEBAR, displayed: true },
|
|
8
|
-
[NUMERICAL_COLUMN.NUMERIC]: { label: NUMERICAL_COLUMN_LABEL.NUMERIC, shortLabel: 'Num', abbrLabel: 'Num', value: NUMERICAL_COLUMN.NUMERIC, displayed: true },
|
|
9
|
-
[NUMERICAL_COLUMN.NUMERICC]: { label: NUMERICAL_COLUMN_LABEL.NUMERICC, shortLabel: 'Num-C', abbrLabel: 'NumC', value: NUMERICAL_COLUMN.NUMERICC, displayed: true },
|
|
10
|
-
[NUMERICAL_COLUMN.NUMERICP]: { label: NUMERICAL_COLUMN_LABEL.NUMERICP, shortLabel: 'Num-P', abbrLabel: 'NumP', value: NUMERICAL_COLUMN.NUMERICP, displayed: true },
|
|
11
|
-
[NUMERICAL_COLUMN.NUMERICG]: { label: NUMERICAL_COLUMN_LABEL.NUMERICG, shortLabel: 'Num-G', abbrLabel: 'NumG', value: NUMERICAL_COLUMN.NUMERICG, displayed: true },
|
|
12
|
-
[NUMERICAL_COLUMN.RATING]: { label: NUMERICAL_COLUMN_LABEL.RATING, shortLabel: 'Rating', abbrLabel: 'RTN', value: NUMERICAL_COLUMN.RATING, displayed: true },
|
|
7
|
+
[NUMERICAL_COLUMN.SLIDEBAR]: { label: NUMERICAL_COLUMN_LABEL.SLIDEBAR, shortLabel: 'Slidebar', abbrLabel: 'Sldb', value: NUMERICAL_COLUMN.SLIDEBAR, displayed: true, i18nLabelPath: 'common.column_types.slidebar_label' },
|
|
8
|
+
[NUMERICAL_COLUMN.NUMERIC]: { label: NUMERICAL_COLUMN_LABEL.NUMERIC, shortLabel: 'Num', abbrLabel: 'Num', value: NUMERICAL_COLUMN.NUMERIC, displayed: true, i18nLabelPath: 'common.column_types.numeric_label' },
|
|
9
|
+
[NUMERICAL_COLUMN.NUMERICC]: { label: NUMERICAL_COLUMN_LABEL.NUMERICC, shortLabel: 'Num-C', abbrLabel: 'NumC', value: NUMERICAL_COLUMN.NUMERICC, displayed: true, i18nLabelPath: 'common.column_types.numericc_label' },
|
|
10
|
+
[NUMERICAL_COLUMN.NUMERICP]: { label: NUMERICAL_COLUMN_LABEL.NUMERICP, shortLabel: 'Num-P', abbrLabel: 'NumP', value: NUMERICAL_COLUMN.NUMERICP, displayed: true, i18nLabelPath: 'common.column_types.numericp_label' },
|
|
11
|
+
[NUMERICAL_COLUMN.NUMERICG]: { label: NUMERICAL_COLUMN_LABEL.NUMERICG, shortLabel: 'Num-G', abbrLabel: 'NumG', value: NUMERICAL_COLUMN.NUMERICG, displayed: true, i18nLabelPath: 'common.column_types.numericg_label' },
|
|
12
|
+
[NUMERICAL_COLUMN.RATING]: { label: NUMERICAL_COLUMN_LABEL.RATING, shortLabel: 'Rating', abbrLabel: 'RTN', value: NUMERICAL_COLUMN.RATING, displayed: true, i18nLabelPath: 'common.column_types.rating_label' },
|
|
13
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DATE_DISTINCT_PROPERTY } from "./DATE_DISTINCT_PROPERTY";
|
|
2
2
|
import { DATE_DISTINCT_PROPERTY_LABEL } from "./DATE_DISTINCT_PROPERTY_LABEL";
|
|
3
3
|
export const DATE_DISTINCT_PROPERTY_INFO = {
|
|
4
|
-
[DATE_DISTINCT_PROPERTY.YEAR_QUARTER]: { value: DATE_DISTINCT_PROPERTY.YEAR_QUARTER, label: DATE_DISTINCT_PROPERTY_LABEL.YEAR_QUARTER, shortLabel: 'Quarter', abbrLabel: 'Q', displayed: true },
|
|
5
|
-
[DATE_DISTINCT_PROPERTY.YEAR_MONTH]: { value: DATE_DISTINCT_PROPERTY.YEAR_MONTH, label: DATE_DISTINCT_PROPERTY_LABEL.YEAR_MONTH, shortLabel: 'Month', abbrLabel: 'M', displayed: true },
|
|
6
|
-
[DATE_DISTINCT_PROPERTY.MONTH_DAY]: { value: DATE_DISTINCT_PROPERTY.MONTH_DAY, label: DATE_DISTINCT_PROPERTY_LABEL.MONTH_DAY, shortLabel: 'Day M', abbrLabel: 'DM', displayed: true },
|
|
4
|
+
[DATE_DISTINCT_PROPERTY.YEAR_QUARTER]: { value: DATE_DISTINCT_PROPERTY.YEAR_QUARTER, label: DATE_DISTINCT_PROPERTY_LABEL.YEAR_QUARTER, shortLabel: 'Quarter', abbrLabel: 'Q', displayed: true, i18nLabelPath: 'common.properties.date_quarter_only_label' },
|
|
5
|
+
[DATE_DISTINCT_PROPERTY.YEAR_MONTH]: { value: DATE_DISTINCT_PROPERTY.YEAR_MONTH, label: DATE_DISTINCT_PROPERTY_LABEL.YEAR_MONTH, shortLabel: 'Month', abbrLabel: 'M', displayed: true, i18nLabelPath: 'common.properties.date_month_only_label' },
|
|
6
|
+
[DATE_DISTINCT_PROPERTY.MONTH_DAY]: { value: DATE_DISTINCT_PROPERTY.MONTH_DAY, label: DATE_DISTINCT_PROPERTY_LABEL.MONTH_DAY, shortLabel: 'Day M', abbrLabel: 'DM', displayed: true, i18nLabelPath: 'common.properties.date_day_only_label' },
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DATE_DISTINCT_TIME_PROPERTY } from "./DATE_DISTINCT_TIME_PROPERTY";
|
|
2
2
|
import { DATE_DISTINCT_TIME_PROPERTY_LABEL } from "./DATE_DISTINCT_TIME_PROPERTY_LABEL";
|
|
3
3
|
export const DATE_DISTINCT_TIME_PROPERTY_INFO = {
|
|
4
|
-
[DATE_DISTINCT_TIME_PROPERTY.DAY_HOUR]: { label: DATE_DISTINCT_TIME_PROPERTY_LABEL.DAY_HOUR, shortLabel: 'Hour', abbrLabel: 'H', value: DATE_DISTINCT_TIME_PROPERTY.DAY_HOUR, displayed: true },
|
|
5
|
-
[DATE_DISTINCT_TIME_PROPERTY.HOUR_MINUTE]: { label: DATE_DISTINCT_TIME_PROPERTY_LABEL.HOUR_MINUTE, shortLabel: 'Minute', abbrLabel: 'M', value: DATE_DISTINCT_TIME_PROPERTY.HOUR_MINUTE, displayed: true },
|
|
6
|
-
[DATE_DISTINCT_TIME_PROPERTY.MINUTE_SECOND]: { label: DATE_DISTINCT_TIME_PROPERTY_LABEL.MINUTE_SECOND, shortLabel: 'Second', abbrLabel: 'S', value: DATE_DISTINCT_TIME_PROPERTY.MINUTE_SECOND, displayed: true },
|
|
4
|
+
[DATE_DISTINCT_TIME_PROPERTY.DAY_HOUR]: { label: DATE_DISTINCT_TIME_PROPERTY_LABEL.DAY_HOUR, shortLabel: 'Hour', abbrLabel: 'H', value: DATE_DISTINCT_TIME_PROPERTY.DAY_HOUR, displayed: true, i18nLabelPath: 'common.properties.date_hour_only_label' },
|
|
5
|
+
[DATE_DISTINCT_TIME_PROPERTY.HOUR_MINUTE]: { label: DATE_DISTINCT_TIME_PROPERTY_LABEL.HOUR_MINUTE, shortLabel: 'Minute', abbrLabel: 'M', value: DATE_DISTINCT_TIME_PROPERTY.HOUR_MINUTE, displayed: true, i18nLabelPath: 'common.properties.date_minute_only_label' },
|
|
6
|
+
[DATE_DISTINCT_TIME_PROPERTY.MINUTE_SECOND]: { label: DATE_DISTINCT_TIME_PROPERTY_LABEL.MINUTE_SECOND, shortLabel: 'Second', abbrLabel: 'S', value: DATE_DISTINCT_TIME_PROPERTY.MINUTE_SECOND, displayed: true, i18nLabelPath: 'common.properties.date_second_only_label' },
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { DATE_GROUPING_PROPERTY } from "./DATE_GROUPING_PROPERTY";
|
|
2
2
|
import { DATE_GROUPING_PROPERTY_LABEL } from "./DATE_GROUPING_PROPERTY_LABEL";
|
|
3
3
|
export const DATE_GROUPING_PROPERTY_INFO = {
|
|
4
|
-
[DATE_GROUPING_PROPERTY.DAY]: { value: DATE_GROUPING_PROPERTY.DAY, label: DATE_GROUPING_PROPERTY_LABEL.DAY, shortLabel: 'Day', abbrLabel: 'DY', displayed: true },
|
|
5
|
-
[DATE_GROUPING_PROPERTY.YEAR]: { value: DATE_GROUPING_PROPERTY.YEAR, label: DATE_GROUPING_PROPERTY_LABEL.YEAR, shortLabel: 'Year', abbrLabel: 'Y', displayed: true },
|
|
6
|
-
[DATE_GROUPING_PROPERTY.QUARTER]: { value: DATE_GROUPING_PROPERTY.QUARTER, label: DATE_GROUPING_PROPERTY_LABEL.QUARTER, shortLabel: 'Quarter', abbrLabel: 'Q', displayed: true },
|
|
7
|
-
[DATE_GROUPING_PROPERTY.MONTH]: { value: DATE_GROUPING_PROPERTY.MONTH, label: DATE_GROUPING_PROPERTY_LABEL.MONTH, shortLabel: 'Month', abbrLabel: 'M', displayed: true },
|
|
8
|
-
[DATE_GROUPING_PROPERTY.WEEK]: { value: DATE_GROUPING_PROPERTY.WEEK, label: DATE_GROUPING_PROPERTY_LABEL.WEEK, shortLabel: 'Week', abbrLabel: 'W', displayed: true }
|
|
4
|
+
[DATE_GROUPING_PROPERTY.DAY]: { value: DATE_GROUPING_PROPERTY.DAY, label: DATE_GROUPING_PROPERTY_LABEL.DAY, shortLabel: 'Day', abbrLabel: 'DY', displayed: true, i18nLabelPath: 'common.properties.date_day_label' },
|
|
5
|
+
[DATE_GROUPING_PROPERTY.YEAR]: { value: DATE_GROUPING_PROPERTY.YEAR, label: DATE_GROUPING_PROPERTY_LABEL.YEAR, shortLabel: 'Year', abbrLabel: 'Y', displayed: true, i18nLabelPath: 'common.properties.date_year_label' },
|
|
6
|
+
[DATE_GROUPING_PROPERTY.QUARTER]: { value: DATE_GROUPING_PROPERTY.QUARTER, label: DATE_GROUPING_PROPERTY_LABEL.QUARTER, shortLabel: 'Quarter', abbrLabel: 'Q', displayed: true, i18nLabelPath: 'common.properties.date_quarter_label' },
|
|
7
|
+
[DATE_GROUPING_PROPERTY.MONTH]: { value: DATE_GROUPING_PROPERTY.MONTH, label: DATE_GROUPING_PROPERTY_LABEL.MONTH, shortLabel: 'Month', abbrLabel: 'M', displayed: true, i18nLabelPath: 'common.properties.date_month_label' },
|
|
8
|
+
[DATE_GROUPING_PROPERTY.WEEK]: { value: DATE_GROUPING_PROPERTY.WEEK, label: DATE_GROUPING_PROPERTY_LABEL.WEEK, shortLabel: 'Week', abbrLabel: 'W', displayed: true, i18nLabelPath: 'common.properties.date_week_label' },
|
|
9
9
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DATE_GROUPING_TIME_PROPERTY } from "./DATE_GROUPING_TIME_PROPERTY";
|
|
2
2
|
import { DATE_GROUPING_TIME_PROPERTY_LABEL } from "./DATE_GROUPING_TIME_PROPERTY_LABEL";
|
|
3
3
|
export const DATE_GROUPING_TIME_PROPERTY_INFO = {
|
|
4
|
-
[DATE_GROUPING_TIME_PROPERTY.HOUR]: { label: DATE_GROUPING_TIME_PROPERTY_LABEL.HOUR, shortLabel: 'Date, Hour', abbrLabel: 'D-H', value: DATE_GROUPING_TIME_PROPERTY.HOUR, displayed: true },
|
|
5
|
-
[DATE_GROUPING_TIME_PROPERTY.MINUTE]: { label: DATE_GROUPING_TIME_PROPERTY_LABEL.MINUTE, shortLabel: 'Date, Minute', abbrLabel: 'D-M', value: DATE_GROUPING_TIME_PROPERTY.MINUTE, displayed: true },
|
|
6
|
-
[DATE_GROUPING_TIME_PROPERTY.SECOND]: { label: DATE_GROUPING_TIME_PROPERTY_LABEL.SECOND, shortLabel: 'Date, Second', abbrLabel: 'D-S', value: DATE_GROUPING_TIME_PROPERTY.SECOND, displayed: true },
|
|
4
|
+
[DATE_GROUPING_TIME_PROPERTY.HOUR]: { label: DATE_GROUPING_TIME_PROPERTY_LABEL.HOUR, shortLabel: 'Date, Hour', abbrLabel: 'D-H', value: DATE_GROUPING_TIME_PROPERTY.HOUR, displayed: true, i18nLabelPath: 'common.properties.date_hour_label' },
|
|
5
|
+
[DATE_GROUPING_TIME_PROPERTY.MINUTE]: { label: DATE_GROUPING_TIME_PROPERTY_LABEL.MINUTE, shortLabel: 'Date, Minute', abbrLabel: 'D-M', value: DATE_GROUPING_TIME_PROPERTY.MINUTE, displayed: true, i18nLabelPath: 'common.properties.date_minute_label' },
|
|
6
|
+
[DATE_GROUPING_TIME_PROPERTY.SECOND]: { label: DATE_GROUPING_TIME_PROPERTY_LABEL.SECOND, shortLabel: 'Date, Second', abbrLabel: 'D-S', value: DATE_GROUPING_TIME_PROPERTY.SECOND, displayed: true, i18nLabelPath: 'common.properties.date_second_label' },
|
|
7
7
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DATE_YEAR_MONTHS_MMMM: string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DATE_YEAR_MONTHS_MMMM = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
|
|
@@ -29,5 +29,6 @@ export * from './DATE_REGULAR_EXPRESSION';
|
|
|
29
29
|
export * from './DATE_WEEK_DAYS';
|
|
30
30
|
export * from './DATE_YEAR_DAYS';
|
|
31
31
|
export * from './DATE_YEAR_MONTHS';
|
|
32
|
+
export * from './DATE_YEAR_MONTHS_MMMM';
|
|
32
33
|
export * from './DATE_YEAR_QUARTERS';
|
|
33
34
|
export * from './DATE_YEAR_QUARTERS_RANGE';
|
|
@@ -29,5 +29,6 @@ export * from './DATE_REGULAR_EXPRESSION';
|
|
|
29
29
|
export * from './DATE_WEEK_DAYS';
|
|
30
30
|
export * from './DATE_YEAR_DAYS';
|
|
31
31
|
export * from './DATE_YEAR_MONTHS';
|
|
32
|
+
export * from './DATE_YEAR_MONTHS_MMMM';
|
|
32
33
|
export * from './DATE_YEAR_QUARTERS';
|
|
33
34
|
export * from './DATE_YEAR_QUARTERS_RANGE';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RELATIVE_CURSOR } from "./RELATIVE_CURSOR";
|
|
2
2
|
import { RELATIVE_CURSOR_LABEL } from "./RELATIVE_CURSOR_LABEL";
|
|
3
3
|
export const RELATIVE_CURSOR_INFO = {
|
|
4
|
-
[RELATIVE_CURSOR.THIS]: { abbrLabel: 'This', shortLabel: 'This', label: RELATIVE_CURSOR_LABEL.THIS, value: RELATIVE_CURSOR.THIS, displayed: true },
|
|
5
|
-
[RELATIVE_CURSOR.NEXT]: { abbrLabel: 'Next', shortLabel: 'Next', label: RELATIVE_CURSOR_LABEL.NEXT, value: RELATIVE_CURSOR.NEXT, displayed: true },
|
|
6
|
-
[RELATIVE_CURSOR.LAST]: { abbrLabel: 'Last', shortLabel: 'Last', label: RELATIVE_CURSOR_LABEL.LAST, value: RELATIVE_CURSOR.LAST, displayed: true },
|
|
4
|
+
[RELATIVE_CURSOR.THIS]: { abbrLabel: 'This', shortLabel: 'This', label: RELATIVE_CURSOR_LABEL.THIS, value: RELATIVE_CURSOR.THIS, displayed: true, i18nLabelPath: 'filter.relative_container.cursors.this_label' },
|
|
5
|
+
[RELATIVE_CURSOR.NEXT]: { abbrLabel: 'Next', shortLabel: 'Next', label: RELATIVE_CURSOR_LABEL.NEXT, value: RELATIVE_CURSOR.NEXT, displayed: true, i18nLabelPath: 'filter.relative_container.cursors.the_next_label' },
|
|
6
|
+
[RELATIVE_CURSOR.LAST]: { abbrLabel: 'Last', shortLabel: 'Last', label: RELATIVE_CURSOR_LABEL.LAST, value: RELATIVE_CURSOR.LAST, displayed: true, i18nLabelPath: 'filter.relative_container.cursors.the_last_label' },
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FILTER_DATE_SECTION } from "./FILTER_DATE_SECTION";
|
|
2
2
|
import { FILTER_DATE_SECTION_LABEL } from "./FILTER_DATE_SECTION_LABEL";
|
|
3
3
|
export const FILTER_DATE_SECTION_INFO = [
|
|
4
|
-
{ label: FILTER_DATE_SECTION_LABEL.RELATIVE, shortLabel: 'Relative', abbrLabel: 'REL', value: FILTER_DATE_SECTION.RELATIVE, displayed: true },
|
|
5
|
-
{ label: FILTER_DATE_SECTION_LABEL.ABSOLUTE, shortLabel: 'Absolute', abbrLabel: 'ABS', value: FILTER_DATE_SECTION.ABSOLUTE, displayed: true },
|
|
4
|
+
{ label: FILTER_DATE_SECTION_LABEL.RELATIVE, shortLabel: 'Relative', abbrLabel: 'REL', value: FILTER_DATE_SECTION.RELATIVE, displayed: true, i18nLabelPath: 'filter.date_sections.relative' },
|
|
5
|
+
{ label: FILTER_DATE_SECTION_LABEL.ABSOLUTE, shortLabel: 'Absolute', abbrLabel: 'ABS', value: FILTER_DATE_SECTION.ABSOLUTE, displayed: true, i18nLabelPath: 'filter.date_sections.absolute' },
|
|
6
6
|
];
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { FILTER_SCOPE } from "./FILTER_SCOPE";
|
|
2
2
|
import { FILTER_SCOPE_LABEL } from "./FILTER_SCOPE_LABEL";
|
|
3
3
|
export const FILTER_SCOPE_INFO = [
|
|
4
|
-
{ label: FILTER_SCOPE_LABEL.ADMIN, shortLabel: 'Admin', abbrLabel: 'ADM', value: FILTER_SCOPE.ADMIN, displayed: true },
|
|
5
|
-
{ label: FILTER_SCOPE_LABEL.DATA, shortLabel: 'Data', abbrLabel: 'DAT', value: FILTER_SCOPE.DATA, displayed: true },
|
|
6
|
-
{ label: FILTER_SCOPE_LABEL.GLOBAL, shortLabel: 'Global', abbrLabel: 'GLB', value: FILTER_SCOPE.GLOBAL, displayed: true },
|
|
7
|
-
{ label: FILTER_SCOPE_LABEL.PAGE, shortLabel: 'Page', abbrLabel: 'PAG', value: FILTER_SCOPE.PAGE, displayed: true },
|
|
8
|
-
{ label: FILTER_SCOPE_LABEL.TAB, shortLabel: 'Tab', abbrLabel: 'TAB', value: FILTER_SCOPE.TAB, displayed: true },
|
|
9
|
-
{ label: FILTER_SCOPE_LABEL.DEFAULT, shortLabel: 'Default', abbrLabel: 'DEF', value: FILTER_SCOPE.DEFAULT, displayed: true },
|
|
10
|
-
{ label: FILTER_SCOPE_LABEL.CHART, shortLabel: 'Chart', abbrLabel: 'CRT', value: FILTER_SCOPE.CHART, displayed: true },
|
|
11
|
-
{ label: FILTER_SCOPE_LABEL.ACTION, shortLabel: 'Action', abbrLabel: 'ACT', value: FILTER_SCOPE.ACTION, displayed: true },
|
|
4
|
+
{ label: FILTER_SCOPE_LABEL.ADMIN, shortLabel: 'Admin', abbrLabel: 'ADM', value: FILTER_SCOPE.ADMIN, displayed: true, i18nLabelPath: 'filter.scopes.admin' },
|
|
5
|
+
{ label: FILTER_SCOPE_LABEL.DATA, shortLabel: 'Data', abbrLabel: 'DAT', value: FILTER_SCOPE.DATA, displayed: true, i18nLabelPath: 'filter.scopes.data' },
|
|
6
|
+
{ label: FILTER_SCOPE_LABEL.GLOBAL, shortLabel: 'Global', abbrLabel: 'GLB', value: FILTER_SCOPE.GLOBAL, displayed: true, i18nLabelPath: 'filter.scopes.global' },
|
|
7
|
+
{ label: FILTER_SCOPE_LABEL.PAGE, shortLabel: 'Page', abbrLabel: 'PAG', value: FILTER_SCOPE.PAGE, displayed: true, i18nLabelPath: 'filter.scopes.page' },
|
|
8
|
+
{ label: FILTER_SCOPE_LABEL.TAB, shortLabel: 'Tab', abbrLabel: 'TAB', value: FILTER_SCOPE.TAB, displayed: true, i18nLabelPath: 'filter.scopes.tab' },
|
|
9
|
+
{ label: FILTER_SCOPE_LABEL.DEFAULT, shortLabel: 'Default', abbrLabel: 'DEF', value: FILTER_SCOPE.DEFAULT, displayed: true, i18nLabelPath: 'filter.scopes.default' },
|
|
10
|
+
{ label: FILTER_SCOPE_LABEL.CHART, shortLabel: 'Chart', abbrLabel: 'CRT', value: FILTER_SCOPE.CHART, displayed: true, i18nLabelPath: 'filter.scopes.chart' },
|
|
11
|
+
{ label: FILTER_SCOPE_LABEL.ACTION, shortLabel: 'Action', abbrLabel: 'ACT', value: FILTER_SCOPE.ACTION, displayed: true, i18nLabelPath: 'filter.scopes.action' },
|
|
12
12
|
];
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { FILTER_VALIDATOR } from "./FILTER_VALIDATOR";
|
|
2
2
|
import { FILTER_VALIDATOR_LABEL } from "./FILTER_VALIDATOR_LABEL";
|
|
3
3
|
export const FILTER_VALIDATOR_INFO = {
|
|
4
|
-
[FILTER_VALIDATOR.EQUALS]: { label: FILTER_VALIDATOR_LABEL.EQUALS, shortLabel: 'Equals', abbrLabel: 'EQL', value: FILTER_VALIDATOR.EQUALS, displayed: true },
|
|
5
|
-
[FILTER_VALIDATOR.NOT_EQUAL]: { label: FILTER_VALIDATOR_LABEL.NOT_EQUAL, shortLabel: 'Not Equal', abbrLabel: 'NEQL', value: FILTER_VALIDATOR.NOT_EQUAL, displayed: true },
|
|
6
|
-
[FILTER_VALIDATOR.BEFORE]: { label: FILTER_VALIDATOR_LABEL.BEFORE, shortLabel: 'Before', abbrLabel: 'BFR', value: FILTER_VALIDATOR.BEFORE, displayed: true },
|
|
7
|
-
[FILTER_VALIDATOR.AFTER]: { label: FILTER_VALIDATOR_LABEL.AFTER, shortLabel: 'After', abbrLabel: 'AFT', value: FILTER_VALIDATOR.AFTER, displayed: true },
|
|
8
|
-
[FILTER_VALIDATOR.BEFORE_ON]: { label: FILTER_VALIDATOR_LABEL.BEFORE_ON, shortLabel: 'Before on', abbrLabel: 'BFRON', value: FILTER_VALIDATOR.BEFORE_ON, displayed: true },
|
|
9
|
-
[FILTER_VALIDATOR.AFTER_ON]: { label: FILTER_VALIDATOR_LABEL.AFTER_ON, shortLabel: 'After on', abbrLabel: 'AFTON', value: FILTER_VALIDATOR.AFTER_ON, displayed: true },
|
|
10
|
-
[FILTER_VALIDATOR.BETWEEN_INCLUSIVE]: { label: FILTER_VALIDATOR_LABEL.BETWEEN_INCLUSIVE, shortLabel: 'Between inclusive', abbrLabel: 'BTWIN', value: FILTER_VALIDATOR.BETWEEN_INCLUSIVE, displayed: true },
|
|
11
|
-
[FILTER_VALIDATOR.BETWEEN_EXCLUSIVE]: { label: FILTER_VALIDATOR_LABEL.BETWEEN_EXCLUSIVE, shortLabel: 'Between exclusive', abbrLabel: 'BTWEX', value: FILTER_VALIDATOR.BETWEEN_EXCLUSIVE, displayed: true },
|
|
12
|
-
[FILTER_VALIDATOR.IS_NULL]: { label: FILTER_VALIDATOR_LABEL.IS_NULL, shortLabel: 'Null', abbrLabel: 'NLL', value: FILTER_VALIDATOR.IS_NULL, displayed: true },
|
|
13
|
-
[FILTER_VALIDATOR.IS_NOT_NULL]: { label: FILTER_VALIDATOR_LABEL.IS_NOT_NULL, shortLabel: 'Not Null', abbrLabel: 'NNLL', value: FILTER_VALIDATOR.IS_NOT_NULL, displayed: true },
|
|
14
|
-
[FILTER_VALIDATOR.LESS_THAN]: { label: FILTER_VALIDATOR_LABEL.LESS_THAN, shortLabel: 'Less than', abbrLabel: 'LSS', value: FILTER_VALIDATOR.LESS_THAN, displayed: true },
|
|
15
|
-
[FILTER_VALIDATOR.LESS_THAN_EQUAL]: { label: FILTER_VALIDATOR_LABEL.LESS_THAN_EQUAL, shortLabel: 'Less equal', abbrLabel: 'LSSEQL', value: FILTER_VALIDATOR.LESS_THAN_EQUAL, displayed: true },
|
|
16
|
-
[FILTER_VALIDATOR.GREATER_THAN]: { label: FILTER_VALIDATOR_LABEL.GREATER_THAN, shortLabel: 'Greater than', abbrLabel: 'GRT', value: FILTER_VALIDATOR.GREATER_THAN, displayed: true },
|
|
17
|
-
[FILTER_VALIDATOR.GREATER_THAN_EQUAL]: { label: FILTER_VALIDATOR_LABEL.GREATER_THAN_EQUAL, shortLabel: 'Greater equal', abbrLabel: 'GRTEQL', value: FILTER_VALIDATOR.GREATER_THAN_EQUAL, displayed: true },
|
|
18
|
-
[FILTER_VALIDATOR.STARTS_WITH]: { label: FILTER_VALIDATOR_LABEL.STARTS_WITH, shortLabel: 'Starts with', abbrLabel: 'STR', value: FILTER_VALIDATOR.STARTS_WITH, displayed: true },
|
|
19
|
-
[FILTER_VALIDATOR.ENDS_WITH]: { label: FILTER_VALIDATOR_LABEL.ENDS_WITH, shortLabel: 'Ends with', abbrLabel: 'END', value: FILTER_VALIDATOR.ENDS_WITH, displayed: true },
|
|
20
|
-
[FILTER_VALIDATOR.CONTAINS]: { label: FILTER_VALIDATOR_LABEL.CONTAINS, shortLabel: 'Contains', abbrLabel: 'CTNS', value: FILTER_VALIDATOR.CONTAINS, displayed: true },
|
|
21
|
-
[FILTER_VALIDATOR.NOT_START_WITH]: { label: FILTER_VALIDATOR_LABEL.NOT_START_WITH, shortLabel: 'Not start', abbrLabel: 'NSTR', value: FILTER_VALIDATOR.NOT_START_WITH, displayed: true },
|
|
22
|
-
[FILTER_VALIDATOR.NOT_END_WITH]: { label: FILTER_VALIDATOR_LABEL.NOT_END_WITH, shortLabel: 'Not end', abbrLabel: 'NEND', value: FILTER_VALIDATOR.NOT_END_WITH, displayed: true },
|
|
23
|
-
[FILTER_VALIDATOR.NOT_CONTAIN]: { label: FILTER_VALIDATOR_LABEL.NOT_CONTAIN, shortLabel: 'Not contain', abbrLabel: 'NCTNS', value: FILTER_VALIDATOR.NOT_CONTAIN, displayed: true },
|
|
24
|
-
[FILTER_VALIDATOR.IN]: { label: FILTER_VALIDATOR_LABEL.IN, shortLabel: 'In', abbrLabel: 'IN', value: FILTER_VALIDATOR.IN, displayed: true }
|
|
4
|
+
[FILTER_VALIDATOR.EQUALS]: { label: FILTER_VALIDATOR_LABEL.EQUALS, shortLabel: 'Equals', abbrLabel: 'EQL', value: FILTER_VALIDATOR.EQUALS, displayed: true, i18nLabelPath: 'filter.validators.equals_label' },
|
|
5
|
+
[FILTER_VALIDATOR.NOT_EQUAL]: { label: FILTER_VALIDATOR_LABEL.NOT_EQUAL, shortLabel: 'Not Equal', abbrLabel: 'NEQL', value: FILTER_VALIDATOR.NOT_EQUAL, displayed: true, i18nLabelPath: 'filter.validators.not_equal_label' },
|
|
6
|
+
[FILTER_VALIDATOR.BEFORE]: { label: FILTER_VALIDATOR_LABEL.BEFORE, shortLabel: 'Before', abbrLabel: 'BFR', value: FILTER_VALIDATOR.BEFORE, displayed: true, i18nLabelPath: 'filter.validators.before_label' },
|
|
7
|
+
[FILTER_VALIDATOR.AFTER]: { label: FILTER_VALIDATOR_LABEL.AFTER, shortLabel: 'After', abbrLabel: 'AFT', value: FILTER_VALIDATOR.AFTER, displayed: true, i18nLabelPath: 'filter.validators.after_label' },
|
|
8
|
+
[FILTER_VALIDATOR.BEFORE_ON]: { label: FILTER_VALIDATOR_LABEL.BEFORE_ON, shortLabel: 'Before on', abbrLabel: 'BFRON', value: FILTER_VALIDATOR.BEFORE_ON, displayed: true, i18nLabelPath: 'filter.validators.before_on_label' },
|
|
9
|
+
[FILTER_VALIDATOR.AFTER_ON]: { label: FILTER_VALIDATOR_LABEL.AFTER_ON, shortLabel: 'After on', abbrLabel: 'AFTON', value: FILTER_VALIDATOR.AFTER_ON, displayed: true, i18nLabelPath: 'filter.validators.after_on_label' },
|
|
10
|
+
[FILTER_VALIDATOR.BETWEEN_INCLUSIVE]: { label: FILTER_VALIDATOR_LABEL.BETWEEN_INCLUSIVE, shortLabel: 'Between inclusive', abbrLabel: 'BTWIN', value: FILTER_VALIDATOR.BETWEEN_INCLUSIVE, displayed: true, i18nLabelPath: 'filter.validators.between_inclusive_label' },
|
|
11
|
+
[FILTER_VALIDATOR.BETWEEN_EXCLUSIVE]: { label: FILTER_VALIDATOR_LABEL.BETWEEN_EXCLUSIVE, shortLabel: 'Between exclusive', abbrLabel: 'BTWEX', value: FILTER_VALIDATOR.BETWEEN_EXCLUSIVE, displayed: true, i18nLabelPath: 'filter.validators.between_exclusive_label' },
|
|
12
|
+
[FILTER_VALIDATOR.IS_NULL]: { label: FILTER_VALIDATOR_LABEL.IS_NULL, shortLabel: 'Null', abbrLabel: 'NLL', value: FILTER_VALIDATOR.IS_NULL, displayed: true, i18nLabelPath: 'filter.validators.is_null_label' },
|
|
13
|
+
[FILTER_VALIDATOR.IS_NOT_NULL]: { label: FILTER_VALIDATOR_LABEL.IS_NOT_NULL, shortLabel: 'Not Null', abbrLabel: 'NNLL', value: FILTER_VALIDATOR.IS_NOT_NULL, displayed: true, i18nLabelPath: 'filter.validators.is_not_null_label' },
|
|
14
|
+
[FILTER_VALIDATOR.LESS_THAN]: { label: FILTER_VALIDATOR_LABEL.LESS_THAN, shortLabel: 'Less than', abbrLabel: 'LSS', value: FILTER_VALIDATOR.LESS_THAN, displayed: true, i18nLabelPath: 'filter.validators.less_than_label' },
|
|
15
|
+
[FILTER_VALIDATOR.LESS_THAN_EQUAL]: { label: FILTER_VALIDATOR_LABEL.LESS_THAN_EQUAL, shortLabel: 'Less equal', abbrLabel: 'LSSEQL', value: FILTER_VALIDATOR.LESS_THAN_EQUAL, displayed: true, i18nLabelPath: 'filter.validators.less_than_equal_label' },
|
|
16
|
+
[FILTER_VALIDATOR.GREATER_THAN]: { label: FILTER_VALIDATOR_LABEL.GREATER_THAN, shortLabel: 'Greater than', abbrLabel: 'GRT', value: FILTER_VALIDATOR.GREATER_THAN, displayed: true, i18nLabelPath: 'filter.validators.greater_than_label' },
|
|
17
|
+
[FILTER_VALIDATOR.GREATER_THAN_EQUAL]: { label: FILTER_VALIDATOR_LABEL.GREATER_THAN_EQUAL, shortLabel: 'Greater equal', abbrLabel: 'GRTEQL', value: FILTER_VALIDATOR.GREATER_THAN_EQUAL, displayed: true, i18nLabelPath: 'filter.validators.greater_than_equal_label' },
|
|
18
|
+
[FILTER_VALIDATOR.STARTS_WITH]: { label: FILTER_VALIDATOR_LABEL.STARTS_WITH, shortLabel: 'Starts with', abbrLabel: 'STR', value: FILTER_VALIDATOR.STARTS_WITH, displayed: true, i18nLabelPath: 'filter.validators.starts_with_label' },
|
|
19
|
+
[FILTER_VALIDATOR.ENDS_WITH]: { label: FILTER_VALIDATOR_LABEL.ENDS_WITH, shortLabel: 'Ends with', abbrLabel: 'END', value: FILTER_VALIDATOR.ENDS_WITH, displayed: true, i18nLabelPath: 'filter.validators.ends_with_label' },
|
|
20
|
+
[FILTER_VALIDATOR.CONTAINS]: { label: FILTER_VALIDATOR_LABEL.CONTAINS, shortLabel: 'Contains', abbrLabel: 'CTNS', value: FILTER_VALIDATOR.CONTAINS, displayed: true, i18nLabelPath: 'filter.validators.contains_label' },
|
|
21
|
+
[FILTER_VALIDATOR.NOT_START_WITH]: { label: FILTER_VALIDATOR_LABEL.NOT_START_WITH, shortLabel: 'Not start', abbrLabel: 'NSTR', value: FILTER_VALIDATOR.NOT_START_WITH, displayed: true, i18nLabelPath: 'filter.validators.not_start_with_label' },
|
|
22
|
+
[FILTER_VALIDATOR.NOT_END_WITH]: { label: FILTER_VALIDATOR_LABEL.NOT_END_WITH, shortLabel: 'Not end', abbrLabel: 'NEND', value: FILTER_VALIDATOR.NOT_END_WITH, displayed: true, i18nLabelPath: 'filter.validators.not_end_with_label' },
|
|
23
|
+
[FILTER_VALIDATOR.NOT_CONTAIN]: { label: FILTER_VALIDATOR_LABEL.NOT_CONTAIN, shortLabel: 'Not contain', abbrLabel: 'NCTNS', value: FILTER_VALIDATOR.NOT_CONTAIN, displayed: true, i18nLabelPath: 'filter.validators.not_contain_label' },
|
|
24
|
+
[FILTER_VALIDATOR.IN]: { label: FILTER_VALIDATOR_LABEL.IN, shortLabel: 'In', abbrLabel: 'IN', value: FILTER_VALIDATOR.IN, displayed: true, i18nLabelPath: 'filter.validators.in' }
|
|
25
25
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { II18nServiceTranslate } from "../../../globalization/interfaces/II18nServiceTranslate";
|
|
1
2
|
import { IFSFilter } from "../../interfaces/common/IFSFilter";
|
|
2
3
|
import { IFUFilter } from "../../interfaces/ui/IFUFilter";
|
|
3
4
|
/**
|
|
@@ -5,4 +6,4 @@ import { IFUFilter } from "../../interfaces/ui/IFUFilter";
|
|
|
5
6
|
* @param filter The UI Filter
|
|
6
7
|
* @returns a string of the filter property label
|
|
7
8
|
*/
|
|
8
|
-
export declare function getFilterPropertyLabel(filter: IFUFilter | IFSFilter): string;
|
|
9
|
+
export declare function getFilterPropertyLabel(filter: IFUFilter | IFSFilter, translate?: II18nServiceTranslate): string;
|