@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.
Files changed (646) hide show
  1. package/README.md +36 -36
  2. package/dist/charts/constants/AGGREGATE_GENERAL.d.ts +5 -0
  3. package/dist/charts/constants/AGGREGATE_GENERAL.js +6 -0
  4. package/dist/charts/constants/AGGREGATE_INFO.js +9 -9
  5. package/dist/cjs/charts/constants/AGGREGATE_GENERAL.d.ts +5 -0
  6. package/dist/cjs/charts/constants/AGGREGATE_GENERAL.js +9 -0
  7. package/dist/cjs/charts/constants/AGGREGATE_INFO.js +9 -9
  8. package/dist/cjs/columns/constants/COLUMN_INFO.js +1 -1
  9. package/dist/cjs/columns/constants/COLUMN_PROPERTY_INFO.js +2 -2
  10. package/dist/cjs/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
  11. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +15 -15
  12. package/dist/cjs/columns/constants/COMPOUND_COLUMN_INFO.js +3 -3
  13. package/dist/cjs/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
  14. package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO.js +6 -6
  15. package/dist/cjs/dates/constants/DATE_DISTINCT_PROPERTY_INFO.js +3 -3
  16. package/dist/cjs/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
  17. package/dist/cjs/dates/constants/DATE_GROUPING_PROPERTY_INFO.js +5 -5
  18. package/dist/cjs/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
  19. package/dist/cjs/dates/constants/DATE_YEAR_MONTHS_MMMM.d.ts +1 -0
  20. package/dist/cjs/dates/constants/DATE_YEAR_MONTHS_MMMM.js +4 -0
  21. package/dist/cjs/dates/constants/index.d.ts +1 -0
  22. package/dist/cjs/dates/constants/index.js +1 -0
  23. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO.js +3 -3
  24. package/dist/cjs/filters/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
  25. package/dist/cjs/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
  26. package/dist/cjs/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
  27. package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
  28. package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
  29. package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.d.ts +3 -0
  30. package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +61 -0
  31. package/dist/cjs/globalization/helpers/index.d.ts +1 -0
  32. package/dist/cjs/globalization/helpers/index.js +13 -0
  33. package/dist/cjs/globalization/index.d.ts +1 -0
  34. package/dist/cjs/globalization/index.js +1 -0
  35. package/dist/cjs/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
  36. package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesCrosstab.js → II18nServiceTranslate.js} +0 -0
  37. package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +2 -0
  38. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +156 -0
  39. package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesDefault.js → chart_builder/II18nChartBuilder.js} +0 -0
  40. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
  41. package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesTableChart.js → chart_builder/II18nChartBuilderActionPanel.js} +0 -0
  42. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
  43. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +2 -0
  44. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
  45. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +2 -0
  46. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
  47. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +2 -0
  48. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
  49. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +2 -0
  50. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
  51. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +2 -0
  52. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
  53. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +2 -0
  54. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
  55. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +2 -0
  56. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
  57. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +2 -0
  58. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
  59. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +2 -0
  60. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
  61. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +2 -0
  62. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
  63. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +2 -0
  64. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
  65. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +2 -0
  66. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
  67. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +2 -0
  68. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
  69. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +2 -0
  70. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
  71. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +2 -0
  72. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
  73. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +2 -0
  74. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
  75. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +2 -0
  76. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
  77. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +2 -0
  78. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
  79. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +2 -0
  80. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
  81. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +2 -0
  82. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
  83. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +2 -0
  84. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
  85. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +2 -0
  86. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
  87. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +2 -0
  88. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
  89. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +2 -0
  90. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
  91. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +2 -0
  92. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
  93. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +2 -0
  94. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
  95. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +2 -0
  96. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
  97. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +2 -0
  98. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
  99. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +2 -0
  100. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
  101. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +2 -0
  102. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
  103. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +2 -0
  104. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
  105. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +2 -0
  106. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
  107. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +2 -0
  108. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
  109. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +2 -0
  110. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
  111. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +2 -0
  112. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
  113. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +2 -0
  114. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
  115. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +2 -0
  116. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
  117. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +2 -0
  118. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
  119. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +2 -0
  120. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
  121. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +2 -0
  122. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
  123. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +2 -0
  124. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
  125. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +2 -0
  126. package/dist/cjs/globalization/interfaces/{common/II18nChartInfoMessagesCrosstab.d.ts → chart_builder/II18nChartBuilderMessagesCrosstab.d.ts} +1 -1
  127. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +2 -0
  128. package/{src/globalization/interfaces/common/II18nChartInfoMessagesDefault.ts → dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.d.ts} +1 -1
  129. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +2 -0
  130. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
  131. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +2 -0
  132. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
  133. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +2 -0
  134. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
  135. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +2 -0
  136. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
  137. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +2 -0
  138. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
  139. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +2 -0
  140. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
  141. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +2 -0
  142. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
  143. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +2 -0
  144. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
  145. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +2 -0
  146. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
  147. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +2 -0
  148. package/dist/{globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts → cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts} +1 -1
  149. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +2 -0
  150. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
  151. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +2 -0
  152. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
  153. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +2 -0
  154. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
  155. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +2 -0
  156. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
  157. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +2 -0
  158. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
  159. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +2 -0
  160. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
  161. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +2 -0
  162. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
  163. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +2 -0
  164. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
  165. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +2 -0
  166. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
  167. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +2 -0
  168. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
  169. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +2 -0
  170. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
  171. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +2 -0
  172. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
  173. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +2 -0
  174. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
  175. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +2 -0
  176. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
  177. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +2 -0
  178. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
  179. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +2 -0
  180. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
  181. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +2 -0
  182. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
  183. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +2 -0
  184. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
  185. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +2 -0
  186. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
  187. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +2 -0
  188. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
  189. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +2 -0
  190. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
  191. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +2 -0
  192. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
  193. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +2 -0
  194. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
  195. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +2 -0
  196. package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +78 -0
  197. package/dist/cjs/globalization/interfaces/chart_builder/index.js +90 -0
  198. package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +4 -1
  199. package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +3 -6
  200. package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
  201. package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.js +2 -0
  202. package/dist/cjs/globalization/interfaces/common/index.d.ts +1 -3
  203. package/dist/cjs/globalization/interfaces/common/index.js +1 -3
  204. package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +5 -1
  205. package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
  206. package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.js +2 -0
  207. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanel.d.ts +0 -2
  208. package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +1 -1
  209. package/dist/cjs/globalization/interfaces/filters/index.d.ts +1 -0
  210. package/dist/cjs/globalization/interfaces/filters/index.js +1 -0
  211. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +3 -3
  212. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +1 -1
  213. package/dist/cjs/globalization/interfaces/index.d.ts +2 -0
  214. package/dist/cjs/globalization/interfaces/index.js +2 -0
  215. package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +1 -0
  216. package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +10 -0
  217. package/dist/cjs/globalization/labels/I18N_DEFAULT.js +3 -1
  218. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
  219. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +54 -0
  220. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
  221. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +25 -0
  222. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
  223. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +33 -0
  224. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
  225. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +293 -0
  226. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
  227. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +128 -0
  228. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
  229. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +30 -0
  230. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
  231. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +28 -0
  232. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
  233. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +251 -0
  234. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
  235. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +17 -0
  236. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
  237. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +31 -0
  238. package/dist/cjs/globalization/labels/chart_builder/index.d.ts +10 -0
  239. package/dist/cjs/globalization/labels/chart_builder/index.js +22 -0
  240. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +5 -1
  241. package/dist/cjs/globalization/labels/common/I18N_COMMON.js +3 -21
  242. package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
  243. package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.js +33 -0
  244. package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +16 -1
  245. package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.js +0 -10
  246. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +1 -1
  247. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +4 -4
  248. package/dist/cjs/globalization/labels/index.d.ts +2 -1
  249. package/dist/cjs/globalization/labels/index.js +2 -1
  250. package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +13 -2
  251. package/dist/cjs/interfaces/general/IGeneralInfo.d.ts +1 -0
  252. package/dist/cjs/qrvey/constants/CALCULATION_INFO.js +6 -6
  253. package/dist/cjs/qrvey/helpers/getPropertyLabel.d.ts +2 -1
  254. package/dist/cjs/qrvey/helpers/getPropertyLabel.js +6 -4
  255. package/dist/columns/constants/COLUMN_INFO.js +1 -1
  256. package/dist/columns/constants/COLUMN_PROPERTY_INFO.js +2 -2
  257. package/dist/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
  258. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +15 -15
  259. package/dist/columns/constants/COMPOUND_COLUMN_INFO.js +3 -3
  260. package/dist/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
  261. package/dist/columns/constants/NUMERICAL_COLUMN_INFO.js +6 -6
  262. package/dist/dates/constants/DATE_DISTINCT_PROPERTY_INFO.js +3 -3
  263. package/dist/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
  264. package/dist/dates/constants/DATE_GROUPING_PROPERTY_INFO.js +5 -5
  265. package/dist/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
  266. package/dist/dates/constants/DATE_YEAR_MONTHS_MMMM.d.ts +1 -0
  267. package/dist/dates/constants/DATE_YEAR_MONTHS_MMMM.js +1 -0
  268. package/dist/dates/constants/index.d.ts +1 -0
  269. package/dist/dates/constants/index.js +1 -0
  270. package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO.js +3 -3
  271. package/dist/filters/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
  272. package/dist/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
  273. package/dist/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
  274. package/dist/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
  275. package/dist/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
  276. package/dist/globalization/helpers/getI18nDateGroupLabel.d.ts +3 -0
  277. package/dist/globalization/helpers/getI18nDateGroupLabel.js +57 -0
  278. package/dist/globalization/helpers/index.d.ts +1 -0
  279. package/dist/globalization/helpers/index.js +1 -0
  280. package/dist/globalization/index.d.ts +1 -0
  281. package/dist/globalization/index.js +1 -0
  282. package/dist/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
  283. package/dist/globalization/interfaces/{common/II18nChartInfoMessagesCrosstab.js → II18nServiceTranslate.js} +0 -0
  284. package/dist/globalization/interfaces/IResourceI18n.d.ts +2 -0
  285. package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +156 -0
  286. package/dist/globalization/interfaces/{common/II18nChartInfoMessagesDefault.js → chart_builder/II18nChartBuilder.js} +0 -0
  287. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
  288. package/dist/globalization/interfaces/{common/II18nChartInfoMessagesTableChart.js → chart_builder/II18nChartBuilderActionPanel.js} +0 -0
  289. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
  290. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +1 -0
  291. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
  292. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +1 -0
  293. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
  294. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +1 -0
  295. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
  296. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +1 -0
  297. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
  298. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +1 -0
  299. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
  300. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +1 -0
  301. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
  302. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +1 -0
  303. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
  304. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +1 -0
  305. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
  306. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +1 -0
  307. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
  308. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +1 -0
  309. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
  310. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +1 -0
  311. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
  312. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +1 -0
  313. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
  314. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +1 -0
  315. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
  316. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +1 -0
  317. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
  318. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +1 -0
  319. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
  320. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +1 -0
  321. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
  322. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +1 -0
  323. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
  324. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +1 -0
  325. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
  326. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +1 -0
  327. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
  328. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +1 -0
  329. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
  330. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +1 -0
  331. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
  332. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +1 -0
  333. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
  334. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +1 -0
  335. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
  336. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +1 -0
  337. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
  338. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +1 -0
  339. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
  340. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +1 -0
  341. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
  342. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +1 -0
  343. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
  344. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +1 -0
  345. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
  346. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +1 -0
  347. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
  348. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +1 -0
  349. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
  350. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +1 -0
  351. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
  352. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +1 -0
  353. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
  354. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +1 -0
  355. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
  356. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +1 -0
  357. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
  358. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +1 -0
  359. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
  360. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +1 -0
  361. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
  362. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +1 -0
  363. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
  364. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +1 -0
  365. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
  366. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +1 -0
  367. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
  368. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +1 -0
  369. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
  370. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +1 -0
  371. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
  372. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +1 -0
  373. package/{src/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.ts → dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.d.ts} +1 -1
  374. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +1 -0
  375. package/dist/globalization/interfaces/{common/II18nChartInfoMessagesDefault.d.ts → chart_builder/II18nChartBuilderMessagesDefault.d.ts} +1 -1
  376. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +1 -0
  377. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
  378. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +1 -0
  379. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
  380. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +1 -0
  381. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
  382. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +1 -0
  383. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
  384. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +1 -0
  385. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
  386. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +1 -0
  387. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
  388. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +1 -0
  389. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
  390. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +1 -0
  391. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
  392. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +1 -0
  393. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
  394. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +1 -0
  395. package/dist/{cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts → globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts} +1 -1
  396. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +1 -0
  397. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
  398. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +1 -0
  399. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
  400. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +1 -0
  401. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
  402. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +1 -0
  403. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
  404. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +1 -0
  405. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
  406. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +1 -0
  407. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
  408. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +1 -0
  409. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
  410. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +1 -0
  411. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
  412. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +1 -0
  413. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
  414. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +1 -0
  415. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
  416. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +1 -0
  417. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
  418. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +1 -0
  419. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
  420. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +1 -0
  421. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
  422. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +1 -0
  423. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
  424. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +1 -0
  425. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
  426. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +1 -0
  427. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
  428. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +1 -0
  429. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
  430. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +1 -0
  431. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
  432. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +1 -0
  433. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
  434. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +1 -0
  435. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
  436. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +1 -0
  437. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
  438. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +1 -0
  439. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
  440. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +1 -0
  441. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
  442. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +1 -0
  443. package/dist/globalization/interfaces/chart_builder/index.d.ts +78 -0
  444. package/dist/globalization/interfaces/chart_builder/index.js +78 -0
  445. package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +4 -1
  446. package/dist/globalization/interfaces/common/II18nCommon.d.ts +3 -6
  447. package/dist/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
  448. package/dist/globalization/interfaces/common/II18nDateGrouping.js +1 -0
  449. package/dist/globalization/interfaces/common/index.d.ts +1 -3
  450. package/dist/globalization/interfaces/common/index.js +1 -3
  451. package/dist/globalization/interfaces/filters/II18nFilter.d.ts +5 -1
  452. package/dist/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
  453. package/dist/globalization/interfaces/filters/II18nFilterDateSections.js +1 -0
  454. package/dist/globalization/interfaces/filters/II18nFilterPanel.d.ts +0 -2
  455. package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +1 -1
  456. package/dist/globalization/interfaces/filters/index.d.ts +1 -0
  457. package/dist/globalization/interfaces/filters/index.js +1 -0
  458. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +3 -3
  459. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +1 -1
  460. package/dist/globalization/interfaces/index.d.ts +2 -0
  461. package/dist/globalization/interfaces/index.js +2 -0
  462. package/dist/globalization/interfaces/panel/II18nPanel.d.ts +1 -0
  463. package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +10 -0
  464. package/dist/globalization/labels/I18N_DEFAULT.js +3 -1
  465. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
  466. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +51 -0
  467. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
  468. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +22 -0
  469. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
  470. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +30 -0
  471. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
  472. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +290 -0
  473. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
  474. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +125 -0
  475. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
  476. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +27 -0
  477. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
  478. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +25 -0
  479. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
  480. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +248 -0
  481. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
  482. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +14 -0
  483. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
  484. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +28 -0
  485. package/dist/globalization/labels/chart_builder/index.d.ts +10 -0
  486. package/dist/globalization/labels/chart_builder/index.js +10 -0
  487. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +5 -1
  488. package/dist/globalization/labels/common/I18N_COMMON.js +3 -21
  489. package/dist/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
  490. package/dist/globalization/labels/common/I18N_DATE_GROUPING.js +30 -0
  491. package/dist/globalization/labels/filters/I18N_FILTER.js +16 -1
  492. package/dist/globalization/labels/filters/I18N_FILTER_PANEL.js +0 -10
  493. package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +1 -1
  494. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +4 -4
  495. package/dist/globalization/labels/index.d.ts +2 -1
  496. package/dist/globalization/labels/index.js +2 -1
  497. package/dist/globalization/labels/panel/I18N_PANEL.js +13 -2
  498. package/dist/interfaces/general/IGeneralInfo.d.ts +1 -0
  499. package/dist/qrvey/constants/CALCULATION_INFO.js +6 -6
  500. package/dist/qrvey/helpers/getPropertyLabel.d.ts +2 -1
  501. package/dist/qrvey/helpers/getPropertyLabel.js +6 -4
  502. package/package.json +1 -1
  503. package/src/charts/constants/AGGREGATE_GENERAL.ts +5 -0
  504. package/src/charts/constants/AGGREGATE_INFO.ts +9 -9
  505. package/src/columns/constants/COLUMN_INFO.ts +22 -22
  506. package/src/columns/constants/COLUMN_PROPERTY_INFO.ts +2 -2
  507. package/src/columns/constants/COMPLEX_COLUMN_INFO.ts +5 -5
  508. package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.ts +15 -15
  509. package/src/columns/constants/COMPOUND_COLUMN_INFO.ts +3 -3
  510. package/src/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.ts +12 -12
  511. package/src/columns/constants/NUMERICAL_COLUMN_INFO.ts +6 -6
  512. package/src/dates/constants/DATE_DISTINCT_PROPERTY_INFO.ts +3 -3
  513. package/src/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.ts +3 -3
  514. package/src/dates/constants/DATE_GROUPING_PROPERTY_INFO.ts +5 -5
  515. package/src/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.ts +3 -3
  516. package/src/dates/constants/DATE_YEAR_MONTHS.ts +0 -1
  517. package/src/dates/constants/DATE_YEAR_MONTHS_MMMM.ts +1 -0
  518. package/src/dates/constants/index.ts +1 -0
  519. package/src/dates/relative/constants/RELATIVE_CURSOR_INFO.ts +3 -3
  520. package/src/filters/constants/common/FILTER_DATE_SECTION_INFO.ts +2 -2
  521. package/src/filters/constants/common/FILTER_SCOPE_INFO.ts +8 -8
  522. package/src/filters/constants/common/FILTER_VALIDATOR_INFO.ts +21 -21
  523. package/src/filters/helpers/ui/getFilterPropertyLabel.ts +3 -2
  524. package/src/globalization/helpers/getI18nDateGroupLabel.ts +66 -0
  525. package/src/globalization/helpers/index.ts +1 -0
  526. package/src/globalization/index.ts +1 -0
  527. package/src/globalization/interfaces/II18nServiceTranslate.ts +5 -0
  528. package/src/globalization/interfaces/IResourceI18n.ts +2 -0
  529. package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +157 -0
  530. package/src/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.ts +11 -0
  531. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAddress.ts +5 -0
  532. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.ts +6 -0
  533. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +28 -0
  534. package/src/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.ts +16 -0
  535. package/src/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.ts +9 -0
  536. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.ts +8 -0
  537. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.ts +4 -0
  538. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.ts +24 -0
  539. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.ts +5 -0
  540. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.ts +24 -0
  541. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.ts +5 -0
  542. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.ts +7 -0
  543. package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.ts +13 -0
  544. package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +9 -0
  545. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +20 -0
  546. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.ts +6 -0
  547. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.ts +4 -0
  548. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.ts +4 -0
  549. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.ts +4 -0
  550. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.ts +4 -0
  551. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.ts +6 -0
  552. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.ts +6 -0
  553. package/src/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.ts +21 -0
  554. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.ts +10 -0
  555. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.ts +8 -0
  556. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +24 -0
  557. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.ts +17 -0
  558. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDialog.ts +6 -0
  559. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +19 -0
  560. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.ts +4 -0
  561. package/src/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.ts +3 -0
  562. package/src/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.ts +9 -0
  563. package/src/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.ts +17 -0
  564. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.ts +5 -0
  565. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.ts +5 -0
  566. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +21 -0
  567. package/src/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.ts +5 -0
  568. package/src/globalization/interfaces/chart_builder/II18nChartBuilderLegends.ts +5 -0
  569. package/src/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.ts +21 -0
  570. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.ts +12 -0
  571. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.ts +5 -0
  572. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.ts +4 -0
  573. package/{dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts → src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.ts} +2 -2
  574. package/{dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts → src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.ts} +2 -2
  575. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.ts +3 -0
  576. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.ts +3 -0
  577. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.ts +3 -0
  578. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.ts +3 -0
  579. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.ts +5 -0
  580. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.ts +4 -0
  581. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.ts +13 -0
  582. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.ts +7 -0
  583. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.ts +4 -0
  584. package/src/globalization/interfaces/{common/II18nChartInfoMessagesTableChart.ts → chart_builder/II18nChartBuilderMessagesTableChart.ts} +2 -2
  585. package/src/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.ts +10 -0
  586. package/src/globalization/interfaces/chart_builder/II18nChartBuilderOperators.ts +23 -0
  587. package/src/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.ts +14 -0
  588. package/src/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.ts +6 -0
  589. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.ts +5 -0
  590. package/src/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.ts +4 -0
  591. package/src/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.ts +5 -0
  592. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.ts +7 -0
  593. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +16 -0
  594. package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +27 -0
  595. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.ts +13 -0
  596. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.ts +14 -0
  597. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +30 -0
  598. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.ts +9 -0
  599. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.ts +9 -0
  600. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.ts +9 -0
  601. package/src/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.ts +12 -0
  602. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.ts +20 -0
  603. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.ts +6 -0
  604. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +17 -0
  605. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTotals.ts +23 -0
  606. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +30 -0
  607. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.ts +11 -0
  608. package/src/globalization/interfaces/chart_builder/index.ts +78 -0
  609. package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +5 -2
  610. package/src/globalization/interfaces/common/II18nCommon.ts +3 -6
  611. package/src/globalization/interfaces/common/II18nDateGrouping.ts +30 -0
  612. package/src/globalization/interfaces/common/index.ts +2 -3
  613. package/src/globalization/interfaces/filters/II18nFilter.ts +5 -1
  614. package/src/globalization/interfaces/filters/II18nFilterDateSections.ts +4 -0
  615. package/src/globalization/interfaces/filters/II18nFilterPanel.ts +0 -2
  616. package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +1 -1
  617. package/src/globalization/interfaces/filters/index.ts +1 -0
  618. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.ts +3 -3
  619. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.ts +2 -2
  620. package/src/globalization/interfaces/index.ts +2 -0
  621. package/src/globalization/interfaces/panel/II18nPanel.ts +1 -0
  622. package/src/globalization/interfaces/panel/II18nPanelErrors.ts +10 -0
  623. package/src/globalization/labels/I18N_DEFAULT.ts +4 -1
  624. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER.ts +66 -0
  625. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +24 -0
  626. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.ts +34 -0
  627. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +300 -0
  628. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +128 -0
  629. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +30 -0
  630. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.ts +28 -0
  631. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +255 -0
  632. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.ts +17 -0
  633. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +31 -0
  634. package/src/globalization/labels/chart_builder/index.ts +10 -0
  635. package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +5 -1
  636. package/src/globalization/labels/common/I18N_COMMON.ts +3 -21
  637. package/src/globalization/labels/common/I18N_DATE_GROUPING.ts +34 -0
  638. package/src/globalization/labels/filters/I18N_FILTER.ts +16 -1
  639. package/src/globalization/labels/filters/I18N_FILTER_PANEL.ts +0 -10
  640. package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +1 -1
  641. package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +4 -4
  642. package/src/globalization/labels/index.ts +2 -1
  643. package/src/globalization/labels/panel/I18N_PANEL.ts +13 -2
  644. package/src/interfaces/general/IGeneralInfo.ts +1 -0
  645. package/src/qrvey/constants/CALCULATION_INFO.ts +6 -6
  646. 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
- scope: I18N_FILTER_SCOPE_1.I18N_FILTER_SCOPE,
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
- cursor: I18N_RELATIVE_CURSOR_1.I18N_RELATIVE_CURSOR,
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
- create_buttom: 'Create Formula',
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
- syntax_succes: 'Formula syntax is correct.',
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
- cancel_buttom: 'Cancel',
48
- apply_buttom: 'Save',
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/index';
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/index"), exports);
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
  };
@@ -4,4 +4,5 @@ export interface IGeneralInfo {
4
4
  value: string;
5
5
  shortLabel: string;
6
6
  displayed: boolean;
7
+ i18nLabelPath: string;
7
8
  }
@@ -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
- export declare function getPropertyLabel(column: IColumn, property: IColumnPropertyType): string;
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
- propertyLabel = (_a = propertyValues.find(pValue => pValue.value === property)) === null || _a === void 0 ? void 0 : _a.label;
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;