@qrvey/utils 1.2.7 → 1.2.8

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 (1545) hide show
  1. package/README.md +1348 -962
  2. package/dist/{cjs/qrvey → charts}/constants/AGGREGATE.d.ts +0 -0
  3. package/dist/{qrvey → charts}/constants/AGGREGATE.js +0 -0
  4. package/dist/{cjs/qrvey → charts}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
  5. package/dist/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.js +0 -0
  6. package/dist/charts/constants/AGGREGATE_GENERAL.d.ts +5 -0
  7. package/dist/charts/constants/AGGREGATE_GENERAL.js +6 -0
  8. package/dist/charts/constants/AGGREGATE_INFO.d.ts +5 -0
  9. package/dist/{qrvey → charts}/constants/AGGREGATE_INFO.js +9 -9
  10. package/dist/charts/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
  11. package/dist/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.js +0 -0
  12. package/dist/charts/constants/AGGREGATE_LABEL.d.ts +11 -0
  13. package/dist/charts/constants/AGGREGATE_LABEL.js +12 -0
  14. package/dist/charts/constants/index.d.ts +5 -0
  15. package/dist/charts/constants/index.js +5 -0
  16. package/dist/charts/index.d.ts +2 -0
  17. package/dist/charts/index.js +2 -0
  18. package/dist/charts/interfaces/IAggregateAbbreviation.d.ts +2 -0
  19. package/dist/{columns/interfaces/IColumnAggregateType.js → charts/interfaces/IAggregateAbbreviation.js} +0 -0
  20. package/dist/charts/interfaces/IAggregateInfo.d.ts +9 -0
  21. package/dist/{qrvey → charts}/interfaces/IAggregateInfo.js +0 -0
  22. package/dist/charts/interfaces/IAggregateLabel.d.ts +2 -0
  23. package/dist/{columns/interfaces/IColumnCalculationType.js → charts/interfaces/IAggregateLabel.js} +0 -0
  24. package/dist/{cjs/qrvey/interfaces/IAggregate.d.ts → charts/interfaces/IAggregateType.d.ts} +1 -1
  25. package/dist/{qrvey/interfaces/IAggregate.js → charts/interfaces/IAggregateType.js} +0 -0
  26. package/dist/charts/interfaces/index.d.ts +4 -0
  27. package/dist/charts/interfaces/index.js +4 -0
  28. package/dist/{qrvey → cjs/charts}/constants/AGGREGATE.d.ts +0 -0
  29. package/dist/cjs/{qrvey → charts}/constants/AGGREGATE.js +0 -0
  30. package/dist/{qrvey → cjs/charts}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
  31. package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.js +0 -0
  32. package/dist/cjs/charts/constants/AGGREGATE_GENERAL.d.ts +5 -0
  33. package/dist/cjs/charts/constants/AGGREGATE_GENERAL.js +9 -0
  34. package/dist/cjs/charts/constants/AGGREGATE_INFO.d.ts +5 -0
  35. package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_INFO.js +9 -9
  36. package/dist/cjs/charts/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
  37. package/dist/cjs/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.js +0 -0
  38. package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +11 -0
  39. package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +15 -0
  40. package/dist/cjs/charts/constants/index.d.ts +5 -0
  41. package/dist/cjs/charts/constants/index.js +17 -0
  42. package/dist/cjs/charts/index.d.ts +2 -0
  43. package/dist/cjs/{globalization/filters → charts}/index.js +2 -3
  44. package/dist/cjs/charts/interfaces/IAggregateAbbreviation.d.ts +2 -0
  45. package/dist/cjs/{columns/interfaces/IColumnAggregateType.js → charts/interfaces/IAggregateAbbreviation.js} +0 -0
  46. package/dist/cjs/charts/interfaces/IAggregateInfo.d.ts +9 -0
  47. package/dist/cjs/{qrvey → charts}/interfaces/IAggregateInfo.js +0 -0
  48. package/dist/cjs/charts/interfaces/IAggregateLabel.d.ts +2 -0
  49. package/dist/cjs/{columns/interfaces/IColumnCalculationType.js → charts/interfaces/IAggregateLabel.js} +0 -0
  50. package/dist/{qrvey/interfaces/IAggregate.d.ts → cjs/charts/interfaces/IAggregateType.d.ts} +1 -1
  51. package/dist/cjs/{qrvey/interfaces/IAggregate.js → charts/interfaces/IAggregateType.js} +0 -0
  52. package/dist/cjs/charts/interfaces/index.d.ts +4 -0
  53. package/dist/cjs/charts/interfaces/index.js +16 -0
  54. package/dist/cjs/columns/constants/COLUMN.d.ts +6 -6
  55. package/dist/cjs/columns/constants/COLUMN.js +8 -8
  56. package/dist/cjs/columns/constants/COLUMN_INFO.js +3 -1
  57. package/dist/cjs/columns/constants/COLUMN_INFO_LIST.js +2 -6
  58. package/dist/cjs/columns/constants/COLUMN_LABEL.d.ts +7 -6
  59. package/dist/cjs/columns/constants/COLUMN_LABEL.js +2 -1
  60. package/dist/cjs/columns/constants/COLUMN_PROPERTY.d.ts +4 -4
  61. package/dist/cjs/columns/constants/COLUMN_PROPERTY.js +4 -4
  62. package/dist/cjs/columns/constants/COLUMN_PROPERTY_INFO.js +2 -2
  63. package/dist/cjs/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +4 -4
  64. package/dist/cjs/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
  65. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTIES.js +4 -4
  66. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY.d.ts +4 -4
  67. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY.js +4 -4
  68. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +15 -15
  69. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +4 -4
  70. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +4 -4
  71. package/dist/cjs/columns/constants/COMPOUND_COLUMN_INFO.js +3 -3
  72. package/dist/cjs/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
  73. package/dist/cjs/columns/constants/NUMERICAL_COLUMN.d.ts +8 -0
  74. package/dist/cjs/columns/constants/NUMERICAL_COLUMN.js +12 -0
  75. package/dist/cjs/columns/constants/NUMERICAL_COLUMNS.d.ts +5 -0
  76. package/dist/cjs/columns/constants/NUMERICAL_COLUMNS.js +15 -0
  77. package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO.d.ts +8 -0
  78. package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO.js +16 -0
  79. package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO_LIST.d.ts +5 -0
  80. package/dist/cjs/columns/constants/NUMERICAL_COLUMN_INFO_LIST.js +16 -0
  81. package/dist/cjs/columns/constants/NUMERICAL_COLUMN_LABEL.d.ts +8 -0
  82. package/dist/cjs/columns/constants/NUMERICAL_COLUMN_LABEL.js +12 -0
  83. package/dist/cjs/columns/constants/index.d.ts +5 -0
  84. package/dist/cjs/columns/constants/index.js +5 -0
  85. package/dist/cjs/columns/helpers/index.d.ts +1 -0
  86. package/dist/cjs/columns/helpers/index.js +1 -0
  87. package/dist/cjs/columns/helpers/isNumericalColumn.d.ts +2 -0
  88. package/dist/cjs/columns/helpers/isNumericalColumn.js +8 -0
  89. package/dist/cjs/columns/interfaces/IColumn.d.ts +3 -3
  90. package/dist/cjs/columns/interfaces/IColumnType.d.ts +2 -1
  91. package/dist/cjs/columns/interfaces/INumericalColumnType.d.ts +2 -0
  92. package/dist/cjs/columns/interfaces/INumericalColumnType.js +2 -0
  93. package/dist/cjs/columns/interfaces/index.d.ts +3 -2
  94. package/dist/cjs/columns/interfaces/index.js +3 -2
  95. package/dist/cjs/dates/adapters/mdyDateToDate.d.ts +7 -0
  96. package/dist/cjs/dates/adapters/mdyDateToDate.js +21 -0
  97. package/dist/cjs/dates/adapters/monthYearToDate.d.ts +7 -0
  98. package/dist/cjs/dates/adapters/monthYearToDate.js +24 -0
  99. package/dist/cjs/dates/adapters/quarterYearToDate.d.ts +7 -0
  100. package/dist/cjs/dates/adapters/quarterYearToDate.js +24 -0
  101. package/dist/cjs/dates/adapters/weekYearToDate.d.ts +7 -0
  102. package/dist/cjs/dates/adapters/weekYearToDate.js +32 -0
  103. package/dist/cjs/dates/adapters/yearToDate.d.ts +7 -0
  104. package/dist/cjs/dates/adapters/yearToDate.js +22 -0
  105. package/dist/cjs/dates/constants/DATE_DISTINCT_PROPERTY_INFO.js +3 -3
  106. package/dist/cjs/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
  107. package/dist/cjs/dates/constants/DATE_FORMAT.d.ts +16 -14
  108. package/dist/cjs/dates/constants/DATE_FORMAT.js +23 -18
  109. package/dist/cjs/dates/constants/DATE_GROUPING_PROPERTY_INFO.js +5 -5
  110. package/dist/cjs/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
  111. package/dist/cjs/dates/constants/DATE_REGULAR_EXPRESSION.d.ts +19 -1
  112. package/dist/cjs/dates/constants/DATE_REGULAR_EXPRESSION.js +29 -5
  113. package/dist/cjs/dates/constants/DATE_YEAR_MONTHS_MMMM.d.ts +1 -0
  114. package/dist/cjs/dates/constants/DATE_YEAR_MONTHS_MMMM.js +4 -0
  115. package/dist/cjs/dates/constants/DATE_YEAR_QUARTERS_RANGE.d.ts +18 -0
  116. package/dist/cjs/dates/constants/DATE_YEAR_QUARTERS_RANGE.js +21 -0
  117. package/dist/cjs/dates/constants/index.d.ts +2 -0
  118. package/dist/cjs/dates/constants/index.js +2 -0
  119. package/dist/cjs/dates/helpers/getDateByDateFormat.d.ts +9 -0
  120. package/dist/cjs/dates/helpers/getDateByDateFormat.js +36 -0
  121. package/dist/cjs/dates/helpers/getDateFormatByProperty.d.ts +8 -0
  122. package/dist/cjs/dates/helpers/getDateFormatByProperty.js +27 -0
  123. package/dist/cjs/dates/helpers/getDateFormatRegularExpressionInArray.d.ts +7 -0
  124. package/dist/cjs/dates/helpers/getDateFormatRegularExpressionInArray.js +47 -0
  125. package/dist/cjs/dates/helpers/getSeparatorByDateFormat.d.ts +7 -0
  126. package/dist/cjs/dates/helpers/getSeparatorByDateFormat.js +15 -0
  127. package/dist/cjs/dates/helpers/getWeek.d.ts +11 -0
  128. package/dist/cjs/dates/helpers/getWeek.js +25 -0
  129. package/dist/cjs/dates/helpers/index.d.ts +6 -0
  130. package/dist/cjs/dates/helpers/index.js +18 -0
  131. package/dist/cjs/dates/helpers/validateDate.d.ts +11 -0
  132. package/dist/cjs/dates/helpers/validateDate.js +24 -0
  133. package/dist/cjs/dates/helpers/validateDateByDateFormat.d.ts +8 -0
  134. package/dist/cjs/dates/helpers/validateDateByDateFormat.js +26 -0
  135. package/dist/cjs/dates/index.d.ts +1 -0
  136. package/dist/cjs/dates/index.js +1 -0
  137. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO.d.ts +3 -12
  138. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO.js +4 -3
  139. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.d.ts +5 -0
  140. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.js +13 -0
  141. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_LABEL.d.ts +5 -0
  142. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_LABEL.js +9 -0
  143. package/dist/cjs/dates/relative/constants/index.d.ts +2 -0
  144. package/dist/cjs/dates/relative/constants/index.js +2 -0
  145. package/dist/cjs/dates/relative/interfaces/IRelativeCursorInfo.d.ts +5 -0
  146. package/dist/cjs/dates/relative/interfaces/IRelativeCursorInfo.js +2 -0
  147. package/dist/cjs/dates/relative/interfaces/index.d.ts +1 -0
  148. package/dist/cjs/dates/relative/interfaces/index.js +1 -0
  149. package/dist/cjs/filters/classes/FilterInputErrorHandler.d.ts +27 -0
  150. package/dist/cjs/filters/classes/FilterInputErrorHandler.js +15 -0
  151. package/dist/cjs/filters/classes/index.d.ts +1 -0
  152. package/dist/cjs/filters/classes/index.js +13 -0
  153. package/dist/cjs/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.d.ts +5 -0
  154. package/dist/cjs/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.js +9 -0
  155. package/dist/cjs/filters/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
  156. package/dist/cjs/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
  157. package/dist/cjs/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
  158. package/dist/cjs/filters/helpers/common/getFilterColumnLabel.js +1 -1
  159. package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
  160. package/dist/cjs/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
  161. package/dist/cjs/filters/index.d.ts +1 -0
  162. package/dist/cjs/filters/index.js +1 -0
  163. package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -0
  164. package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -0
  165. package/dist/cjs/general/mix/index.d.ts +1 -0
  166. package/dist/cjs/general/mix/index.js +1 -0
  167. package/dist/cjs/general/mix/isNaNV2.d.ts +8 -0
  168. package/dist/cjs/general/mix/isNaNV2.js +15 -0
  169. package/dist/cjs/general/object/mergeDeep.js +6 -7
  170. package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.d.ts +3 -0
  171. package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +61 -0
  172. package/dist/cjs/globalization/helpers/index.d.ts +1 -0
  173. package/dist/cjs/globalization/helpers/index.js +13 -0
  174. package/dist/cjs/globalization/index.d.ts +4 -1
  175. package/dist/cjs/globalization/index.js +4 -1
  176. package/dist/cjs/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
  177. package/dist/cjs/globalization/interfaces/II18nServiceTranslate.js +2 -0
  178. package/dist/cjs/globalization/interfaces/II18nServiceTranslateOption.d.ts +4 -0
  179. package/dist/cjs/globalization/interfaces/II18nServiceTranslateOption.js +2 -0
  180. package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +26 -0
  181. package/dist/cjs/globalization/interfaces/IResourceI18n.js +2 -0
  182. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilder.d.ts +24 -0
  183. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilder.js +2 -0
  184. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.d.ts +15 -0
  185. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.js +2 -0
  186. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.d.ts +29 -0
  187. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.js +2 -0
  188. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.d.ts +15 -0
  189. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.js +2 -0
  190. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.d.ts +6 -0
  191. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.js +2 -0
  192. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.d.ts +6 -0
  193. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.js +2 -0
  194. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.d.ts +6 -0
  195. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.js +2 -0
  196. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.d.ts +5 -0
  197. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.js +2 -0
  198. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +7 -0
  199. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.js +2 -0
  200. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +5 -0
  201. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.js +2 -0
  202. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.d.ts +12 -0
  203. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.js +2 -0
  204. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.d.ts +6 -0
  205. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.js +2 -0
  206. package/dist/cjs/globalization/interfaces/bucket_builder/index.d.ts +12 -0
  207. package/dist/cjs/globalization/interfaces/bucket_builder/index.js +24 -0
  208. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +156 -0
  209. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.js +2 -0
  210. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
  211. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.js +2 -0
  212. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
  213. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +2 -0
  214. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
  215. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +2 -0
  216. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
  217. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +2 -0
  218. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
  219. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +2 -0
  220. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
  221. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +2 -0
  222. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
  223. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +2 -0
  224. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
  225. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +2 -0
  226. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
  227. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +2 -0
  228. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
  229. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +2 -0
  230. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
  231. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +2 -0
  232. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
  233. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +2 -0
  234. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
  235. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +2 -0
  236. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
  237. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +2 -0
  238. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
  239. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +2 -0
  240. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
  241. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +2 -0
  242. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
  243. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +2 -0
  244. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
  245. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +2 -0
  246. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
  247. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +2 -0
  248. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
  249. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +2 -0
  250. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
  251. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +2 -0
  252. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
  253. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +2 -0
  254. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
  255. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +2 -0
  256. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
  257. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +2 -0
  258. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
  259. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +2 -0
  260. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
  261. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +2 -0
  262. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
  263. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +2 -0
  264. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
  265. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +2 -0
  266. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
  267. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +2 -0
  268. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
  269. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +2 -0
  270. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
  271. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +2 -0
  272. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
  273. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +2 -0
  274. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
  275. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +2 -0
  276. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
  277. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +2 -0
  278. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
  279. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +2 -0
  280. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
  281. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +2 -0
  282. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
  283. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +2 -0
  284. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
  285. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +2 -0
  286. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
  287. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +2 -0
  288. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
  289. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +2 -0
  290. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
  291. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +2 -0
  292. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
  293. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +2 -0
  294. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
  295. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +2 -0
  296. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.d.ts +5 -0
  297. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +2 -0
  298. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.d.ts +8 -0
  299. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +2 -0
  300. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
  301. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +2 -0
  302. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
  303. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +2 -0
  304. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
  305. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +2 -0
  306. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
  307. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +2 -0
  308. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
  309. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +2 -0
  310. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
  311. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +2 -0
  312. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
  313. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +2 -0
  314. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
  315. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +2 -0
  316. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
  317. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +2 -0
  318. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts +8 -0
  319. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +2 -0
  320. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
  321. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +2 -0
  322. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
  323. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +2 -0
  324. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
  325. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +2 -0
  326. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
  327. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +2 -0
  328. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
  329. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +2 -0
  330. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
  331. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +2 -0
  332. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
  333. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +2 -0
  334. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
  335. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +2 -0
  336. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
  337. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +2 -0
  338. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
  339. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +2 -0
  340. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
  341. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +2 -0
  342. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
  343. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +2 -0
  344. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
  345. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +2 -0
  346. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
  347. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +2 -0
  348. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
  349. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +2 -0
  350. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
  351. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +2 -0
  352. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
  353. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +2 -0
  354. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
  355. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +2 -0
  356. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
  357. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +2 -0
  358. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
  359. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +2 -0
  360. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
  361. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +2 -0
  362. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
  363. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +2 -0
  364. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
  365. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +2 -0
  366. package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +78 -0
  367. package/dist/cjs/globalization/interfaces/chart_builder/index.js +90 -0
  368. package/dist/cjs/globalization/interfaces/columns/II18nColumn.d.ts +10 -0
  369. package/dist/cjs/globalization/interfaces/columns/II18nColumn.js +2 -0
  370. package/dist/cjs/globalization/interfaces/columns/index.d.ts +1 -0
  371. package/dist/cjs/globalization/interfaces/columns/index.js +13 -0
  372. package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +14 -0
  373. package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.js +2 -0
  374. package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +46 -0
  375. package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.js +2 -0
  376. package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.d.ts +38 -0
  377. package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.js +2 -0
  378. package/dist/cjs/globalization/interfaces/common/II18nColumnTypesSuffixes.d.ts +6 -0
  379. package/dist/cjs/globalization/interfaces/common/II18nColumnTypesSuffixes.js +2 -0
  380. package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +14 -0
  381. package/dist/cjs/globalization/interfaces/common/II18nCommon.js +2 -0
  382. package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
  383. package/dist/cjs/globalization/interfaces/common/II18nDateGrouping.js +2 -0
  384. package/dist/cjs/globalization/interfaces/common/index.d.ts +6 -0
  385. package/dist/cjs/globalization/interfaces/common/index.js +18 -0
  386. package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabs.d.ts +8 -0
  387. package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabs.js +2 -0
  388. package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.d.ts +5 -0
  389. package/dist/cjs/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.js +2 -0
  390. package/dist/cjs/globalization/interfaces/cross_tabs/index.d.ts +1 -0
  391. package/dist/cjs/globalization/interfaces/cross_tabs/index.js +13 -0
  392. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +9 -0
  393. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.js +2 -0
  394. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +5 -0
  395. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.js +2 -0
  396. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +7 -0
  397. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.js +2 -0
  398. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +6 -0
  399. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.js +2 -0
  400. package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +4 -0
  401. package/dist/cjs/globalization/interfaces/dashboard/index.js +16 -0
  402. package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +20 -0
  403. package/dist/cjs/globalization/interfaces/filters/II18nFilter.js +2 -0
  404. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.d.ts +17 -0
  405. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.js +2 -0
  406. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +4 -0
  407. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +2 -0
  408. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.d.ts +14 -0
  409. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.js +2 -0
  410. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +5 -0
  411. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +2 -0
  412. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderScopes.d.ts +10 -0
  413. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderScopes.js +2 -0
  414. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +3 -0
  415. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +2 -0
  416. package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
  417. package/dist/cjs/globalization/interfaces/filters/II18nFilterDateSections.js +2 -0
  418. package/dist/cjs/globalization/interfaces/filters/II18nFilterDisplay.d.ts +6 -0
  419. package/dist/cjs/globalization/interfaces/filters/II18nFilterDisplay.js +2 -0
  420. package/dist/cjs/globalization/interfaces/filters/II18nFilterOperator.d.ts +4 -0
  421. package/dist/cjs/globalization/interfaces/filters/II18nFilterOperator.js +2 -0
  422. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanel.d.ts +17 -0
  423. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanel.js +2 -0
  424. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelCardAction.d.ts +6 -0
  425. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelCardAction.js +2 -0
  426. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.d.ts +6 -0
  427. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.js +2 -0
  428. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelEmptyState.d.ts +4 -0
  429. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelEmptyState.js +2 -0
  430. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelHeaderSection.d.ts +9 -0
  431. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelHeaderSection.js +2 -0
  432. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTitle.d.ts +10 -0
  433. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTitle.js +2 -0
  434. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.d.ts +7 -0
  435. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.js +2 -0
  436. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.d.ts +5 -0
  437. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.js +2 -0
  438. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsSection.d.ts +10 -0
  439. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanelSettingsSection.js +2 -0
  440. package/dist/cjs/globalization/interfaces/filters/II18nFilterScopes.d.ts +10 -0
  441. package/dist/cjs/globalization/interfaces/filters/II18nFilterScopes.js +2 -0
  442. package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.d.ts +23 -0
  443. package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.js +2 -0
  444. package/dist/cjs/globalization/interfaces/filters/II18nRankingContainer.d.ts +4 -0
  445. package/dist/cjs/globalization/interfaces/filters/II18nRankingContainer.js +2 -0
  446. package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +10 -0
  447. package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.js +2 -0
  448. package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainerCursor.d.ts +5 -0
  449. package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainerCursor.js +2 -0
  450. package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.d.ts +7 -0
  451. package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.js +2 -0
  452. package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +6 -0
  453. package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.js +2 -0
  454. package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +6 -0
  455. package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.js +2 -0
  456. package/dist/cjs/globalization/interfaces/filters/index.d.ts +27 -0
  457. package/dist/cjs/globalization/interfaces/filters/index.js +39 -0
  458. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilder.d.ts +12 -0
  459. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilder.js +2 -0
  460. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +28 -0
  461. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.js +2 -0
  462. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.d.ts +7 -0
  463. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.js +2 -0
  464. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.d.ts +7 -0
  465. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.js +2 -0
  466. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +5 -0
  467. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.js +2 -0
  468. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.d.ts +9 -0
  469. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.js +2 -0
  470. package/dist/cjs/globalization/interfaces/formula_builder/index.d.ts +6 -0
  471. package/dist/cjs/globalization/interfaces/formula_builder/index.js +18 -0
  472. package/dist/cjs/globalization/interfaces/index.d.ts +11 -0
  473. package/dist/cjs/globalization/interfaces/index.js +23 -0
  474. package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +24 -0
  475. package/dist/cjs/globalization/interfaces/panel/II18nPanel.js +2 -0
  476. package/dist/cjs/globalization/interfaces/panel/II18nPanelEmbed.d.ts +7 -0
  477. package/dist/cjs/globalization/interfaces/panel/II18nPanelEmbed.js +2 -0
  478. package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +19 -0
  479. package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +2 -0
  480. package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +15 -0
  481. package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.js +2 -0
  482. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryDisplay.d.ts +5 -0
  483. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryDisplay.js +2 -0
  484. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryFilter.d.ts +5 -0
  485. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryFilter.js +2 -0
  486. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryGroup.d.ts +7 -0
  487. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryGroup.js +2 -0
  488. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummarySorting.d.ts +12 -0
  489. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummarySorting.js +2 -0
  490. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +19 -0
  491. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.js +2 -0
  492. package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.d.ts +4 -0
  493. package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.js +2 -0
  494. package/dist/cjs/globalization/interfaces/panel/index.d.ts +10 -0
  495. package/dist/cjs/globalization/interfaces/panel/index.js +22 -0
  496. package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.d.ts +15 -0
  497. package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.js +2 -0
  498. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +8 -0
  499. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +2 -0
  500. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +5 -0
  501. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.js +2 -0
  502. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +9 -0
  503. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.js +2 -0
  504. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +4 -0
  505. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +2 -0
  506. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +4 -0
  507. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +2 -0
  508. package/dist/cjs/globalization/interfaces/table_charts/index.d.ts +6 -0
  509. package/dist/cjs/globalization/interfaces/table_charts/index.js +18 -0
  510. package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +2 -0
  511. package/dist/cjs/globalization/labels/I18N_DEFAULT.js +29 -0
  512. package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +2 -0
  513. package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +117 -0
  514. package/dist/cjs/globalization/labels/bucket_builder/index.d.ts +1 -0
  515. package/dist/cjs/globalization/labels/bucket_builder/index.js +13 -0
  516. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
  517. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +54 -0
  518. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
  519. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +25 -0
  520. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
  521. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +33 -0
  522. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
  523. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +293 -0
  524. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
  525. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +128 -0
  526. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
  527. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +30 -0
  528. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
  529. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +28 -0
  530. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
  531. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +251 -0
  532. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
  533. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +17 -0
  534. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
  535. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +31 -0
  536. package/dist/cjs/globalization/labels/chart_builder/index.d.ts +10 -0
  537. package/dist/cjs/globalization/labels/chart_builder/index.js +22 -0
  538. package/dist/cjs/globalization/labels/columns/I18N_COLUMN.d.ts +2 -0
  539. package/dist/cjs/globalization/labels/columns/I18N_COLUMN.js +8 -0
  540. package/dist/cjs/globalization/labels/columns/index.d.ts +1 -0
  541. package/dist/cjs/globalization/labels/columns/index.js +13 -0
  542. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +2 -0
  543. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +19 -0
  544. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
  545. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +42 -0
  546. package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +2 -0
  547. package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +50 -0
  548. package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +2 -0
  549. package/dist/cjs/globalization/labels/common/I18N_COMMON.js +21 -0
  550. package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
  551. package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.js +33 -0
  552. package/dist/cjs/globalization/labels/common/index.d.ts +3 -0
  553. package/dist/cjs/globalization/labels/common/index.js +15 -0
  554. package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +2 -0
  555. package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +14 -0
  556. package/dist/cjs/globalization/labels/cross_tabs/index.d.ts +1 -0
  557. package/dist/cjs/globalization/labels/cross_tabs/index.js +13 -0
  558. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +2 -0
  559. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +24 -0
  560. package/dist/cjs/globalization/labels/dashboard/index.d.ts +1 -0
  561. package/dist/cjs/globalization/labels/dashboard/index.js +13 -0
  562. package/dist/cjs/globalization/labels/filters/I18N_FILTER.d.ts +2 -0
  563. package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +34 -0
  564. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +2 -0
  565. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +42 -0
  566. package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +2 -0
  567. package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.js +9 -0
  568. package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +2 -0
  569. package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.js +7 -0
  570. package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +2 -0
  571. package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.js +50 -0
  572. package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +2 -0
  573. package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.js +14 -0
  574. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +2 -0
  575. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +27 -0
  576. package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +2 -0
  577. package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.js +7 -0
  578. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +2 -0
  579. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +13 -0
  580. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +6 -0
  581. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +9 -0
  582. package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.d.ts +2 -0
  583. package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.js +10 -0
  584. package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
  585. package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +13 -0
  586. package/dist/cjs/globalization/labels/filters/index.d.ts +11 -0
  587. package/dist/cjs/globalization/labels/filters/index.js +23 -0
  588. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +2 -0
  589. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +61 -0
  590. package/dist/cjs/globalization/labels/formula_builder/index.d.ts +1 -0
  591. package/dist/cjs/globalization/labels/formula_builder/index.js +13 -0
  592. package/dist/cjs/globalization/labels/index.d.ts +10 -0
  593. package/dist/cjs/globalization/labels/index.js +22 -0
  594. package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +2 -0
  595. package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +102 -0
  596. package/dist/cjs/globalization/labels/panel/index.d.ts +1 -0
  597. package/dist/cjs/globalization/labels/panel/index.js +13 -0
  598. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -0
  599. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +38 -0
  600. package/dist/cjs/globalization/labels/table_charts/index.d.ts +1 -0
  601. package/dist/cjs/globalization/labels/table_charts/index.js +13 -0
  602. package/dist/cjs/globalization/service/i18nextBuilder.d.ts +10 -0
  603. package/dist/cjs/globalization/service/i18nextBuilder.js +61 -0
  604. package/dist/cjs/globalization/service/index.d.ts +2 -0
  605. package/dist/cjs/globalization/service/index.js +14 -0
  606. package/dist/cjs/globalization/service/initI18n.d.ts +3 -0
  607. package/dist/cjs/globalization/service/initI18n.js +19 -0
  608. package/dist/cjs/index.d.ts +1 -0
  609. package/dist/cjs/index.js +1 -0
  610. package/dist/cjs/interfaces/Qrvey.Interface.d.ts +0 -10
  611. package/dist/cjs/interfaces/general/IGeneralInfo.d.ts +1 -0
  612. package/dist/cjs/interfaces/index.d.ts +1 -1
  613. package/dist/cjs/interfaces/index.js +1 -1
  614. package/dist/cjs/qrvey/constants/CALCULATION_INFO.js +6 -6
  615. package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
  616. package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.js +2 -2
  617. package/dist/cjs/qrvey/constants/index.d.ts +1 -4
  618. package/dist/cjs/qrvey/constants/index.js +1 -4
  619. package/dist/cjs/qrvey/helpers/getPropertyLabel.d.ts +2 -1
  620. package/dist/cjs/qrvey/helpers/getPropertyLabel.js +6 -4
  621. package/dist/{columns/interfaces/IColumnCalculationType.d.ts → cjs/qrvey/interfaces/ICalculationType.d.ts} +1 -1
  622. package/dist/cjs/qrvey/interfaces/ICalculationType.js +2 -0
  623. package/dist/cjs/qrvey/interfaces/index.d.ts +4 -0
  624. package/dist/cjs/qrvey/interfaces/index.js +4 -0
  625. package/dist/cjs/services/helpers/Request.js +1 -1
  626. package/dist/columns/constants/COLUMN.d.ts +6 -6
  627. package/dist/columns/constants/COLUMN.js +8 -8
  628. package/dist/columns/constants/COLUMN_INFO.js +3 -1
  629. package/dist/columns/constants/COLUMN_INFO_LIST.js +2 -6
  630. package/dist/columns/constants/COLUMN_LABEL.d.ts +7 -6
  631. package/dist/columns/constants/COLUMN_LABEL.js +2 -1
  632. package/dist/columns/constants/COLUMN_PROPERTY.d.ts +4 -4
  633. package/dist/columns/constants/COLUMN_PROPERTY.js +4 -4
  634. package/dist/columns/constants/COLUMN_PROPERTY_INFO.js +2 -2
  635. package/dist/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +4 -4
  636. package/dist/columns/constants/COMPLEX_COLUMN_INFO.js +5 -5
  637. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTIES.js +4 -4
  638. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY.d.ts +4 -4
  639. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY.js +4 -4
  640. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.js +15 -15
  641. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +4 -4
  642. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +4 -4
  643. package/dist/columns/constants/COMPOUND_COLUMN_INFO.js +3 -3
  644. package/dist/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.js +12 -12
  645. package/dist/columns/constants/NUMERICAL_COLUMN.d.ts +8 -0
  646. package/dist/columns/constants/NUMERICAL_COLUMN.js +9 -0
  647. package/dist/columns/constants/NUMERICAL_COLUMNS.d.ts +5 -0
  648. package/dist/columns/constants/NUMERICAL_COLUMNS.js +12 -0
  649. package/dist/columns/constants/NUMERICAL_COLUMN_INFO.d.ts +8 -0
  650. package/dist/columns/constants/NUMERICAL_COLUMN_INFO.js +13 -0
  651. package/dist/columns/constants/NUMERICAL_COLUMN_INFO_LIST.d.ts +5 -0
  652. package/dist/columns/constants/NUMERICAL_COLUMN_INFO_LIST.js +13 -0
  653. package/dist/columns/constants/NUMERICAL_COLUMN_LABEL.d.ts +8 -0
  654. package/dist/columns/constants/NUMERICAL_COLUMN_LABEL.js +9 -0
  655. package/dist/columns/constants/index.d.ts +5 -0
  656. package/dist/columns/constants/index.js +5 -0
  657. package/dist/columns/helpers/index.d.ts +1 -0
  658. package/dist/columns/helpers/index.js +1 -0
  659. package/dist/columns/helpers/isNumericalColumn.d.ts +2 -0
  660. package/dist/columns/helpers/isNumericalColumn.js +4 -0
  661. package/dist/columns/interfaces/IColumn.d.ts +3 -3
  662. package/dist/columns/interfaces/IColumnType.d.ts +2 -1
  663. package/dist/columns/interfaces/INumericalColumnType.d.ts +2 -0
  664. package/dist/columns/interfaces/INumericalColumnType.js +1 -0
  665. package/dist/columns/interfaces/index.d.ts +3 -2
  666. package/dist/columns/interfaces/index.js +3 -2
  667. package/dist/dates/adapters/mdyDateToDate.d.ts +7 -0
  668. package/dist/dates/adapters/mdyDateToDate.js +17 -0
  669. package/dist/dates/adapters/monthYearToDate.d.ts +7 -0
  670. package/dist/dates/adapters/monthYearToDate.js +20 -0
  671. package/dist/dates/adapters/quarterYearToDate.d.ts +7 -0
  672. package/dist/dates/adapters/quarterYearToDate.js +20 -0
  673. package/dist/dates/adapters/weekYearToDate.d.ts +7 -0
  674. package/dist/dates/adapters/weekYearToDate.js +28 -0
  675. package/dist/dates/adapters/yearToDate.d.ts +7 -0
  676. package/dist/dates/adapters/yearToDate.js +18 -0
  677. package/dist/dates/constants/DATE_DISTINCT_PROPERTY_INFO.js +3 -3
  678. package/dist/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.js +3 -3
  679. package/dist/dates/constants/DATE_FORMAT.d.ts +16 -14
  680. package/dist/dates/constants/DATE_FORMAT.js +23 -18
  681. package/dist/dates/constants/DATE_GROUPING_PROPERTY_INFO.js +5 -5
  682. package/dist/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.js +3 -3
  683. package/dist/dates/constants/DATE_REGULAR_EXPRESSION.d.ts +19 -1
  684. package/dist/dates/constants/DATE_REGULAR_EXPRESSION.js +29 -5
  685. package/dist/dates/constants/DATE_YEAR_MONTHS_MMMM.d.ts +1 -0
  686. package/dist/dates/constants/DATE_YEAR_MONTHS_MMMM.js +1 -0
  687. package/dist/dates/constants/DATE_YEAR_QUARTERS_RANGE.d.ts +18 -0
  688. package/dist/dates/constants/DATE_YEAR_QUARTERS_RANGE.js +18 -0
  689. package/dist/dates/constants/index.d.ts +2 -0
  690. package/dist/dates/constants/index.js +2 -0
  691. package/dist/dates/helpers/getDateByDateFormat.d.ts +9 -0
  692. package/dist/dates/helpers/getDateByDateFormat.js +32 -0
  693. package/dist/dates/helpers/getDateFormatByProperty.d.ts +8 -0
  694. package/dist/dates/helpers/getDateFormatByProperty.js +23 -0
  695. package/dist/dates/helpers/getDateFormatRegularExpressionInArray.d.ts +7 -0
  696. package/dist/dates/helpers/getDateFormatRegularExpressionInArray.js +43 -0
  697. package/dist/dates/helpers/getSeparatorByDateFormat.d.ts +7 -0
  698. package/dist/dates/helpers/getSeparatorByDateFormat.js +11 -0
  699. package/dist/dates/helpers/getWeek.d.ts +11 -0
  700. package/dist/dates/helpers/getWeek.js +21 -0
  701. package/dist/dates/helpers/index.d.ts +6 -0
  702. package/dist/dates/helpers/index.js +6 -0
  703. package/dist/dates/helpers/validateDate.d.ts +11 -0
  704. package/dist/dates/helpers/validateDate.js +20 -0
  705. package/dist/dates/helpers/validateDateByDateFormat.d.ts +8 -0
  706. package/dist/dates/helpers/validateDateByDateFormat.js +22 -0
  707. package/dist/dates/index.d.ts +1 -0
  708. package/dist/dates/index.js +1 -0
  709. package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO.d.ts +3 -12
  710. package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO.js +4 -3
  711. package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.d.ts +5 -0
  712. package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.js +10 -0
  713. package/dist/dates/relative/constants/RELATIVE_CURSOR_LABEL.d.ts +5 -0
  714. package/dist/dates/relative/constants/RELATIVE_CURSOR_LABEL.js +6 -0
  715. package/dist/dates/relative/constants/index.d.ts +2 -0
  716. package/dist/dates/relative/constants/index.js +2 -0
  717. package/dist/dates/relative/interfaces/IRelativeCursorInfo.d.ts +5 -0
  718. package/dist/dates/relative/interfaces/IRelativeCursorInfo.js +1 -0
  719. package/dist/dates/relative/interfaces/index.d.ts +1 -0
  720. package/dist/dates/relative/interfaces/index.js +1 -0
  721. package/dist/filters/classes/FilterInputErrorHandler.d.ts +27 -0
  722. package/dist/filters/classes/FilterInputErrorHandler.js +11 -0
  723. package/dist/filters/classes/index.d.ts +1 -0
  724. package/dist/filters/classes/index.js +1 -0
  725. package/dist/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.d.ts +5 -0
  726. package/dist/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.js +6 -0
  727. package/dist/filters/constants/common/FILTER_DATE_SECTION_INFO.js +2 -2
  728. package/dist/filters/constants/common/FILTER_SCOPE_INFO.js +8 -8
  729. package/dist/filters/constants/common/FILTER_VALIDATOR_INFO.js +21 -21
  730. package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
  731. package/dist/filters/helpers/ui/getFilterPropertyLabel.d.ts +2 -1
  732. package/dist/filters/helpers/ui/getFilterPropertyLabel.js +2 -2
  733. package/dist/filters/index.d.ts +1 -0
  734. package/dist/filters/index.js +1 -0
  735. package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -0
  736. package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -0
  737. package/dist/general/mix/index.d.ts +1 -0
  738. package/dist/general/mix/index.js +1 -0
  739. package/dist/general/mix/isNaNV2.d.ts +8 -0
  740. package/dist/general/mix/isNaNV2.js +11 -0
  741. package/dist/general/object/mergeDeep.js +6 -7
  742. package/dist/globalization/helpers/getI18nDateGroupLabel.d.ts +3 -0
  743. package/dist/globalization/helpers/getI18nDateGroupLabel.js +57 -0
  744. package/dist/globalization/helpers/index.d.ts +1 -0
  745. package/dist/globalization/helpers/index.js +1 -0
  746. package/dist/globalization/index.d.ts +4 -1
  747. package/dist/globalization/index.js +4 -1
  748. package/dist/globalization/interfaces/II18nServiceTranslate.d.ts +4 -0
  749. package/dist/globalization/interfaces/II18nServiceTranslate.js +1 -0
  750. package/dist/globalization/interfaces/II18nServiceTranslateOption.d.ts +4 -0
  751. package/dist/globalization/interfaces/II18nServiceTranslateOption.js +1 -0
  752. package/dist/globalization/interfaces/IResourceI18n.d.ts +26 -0
  753. package/dist/globalization/interfaces/IResourceI18n.js +1 -0
  754. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilder.d.ts +24 -0
  755. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilder.js +1 -0
  756. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.d.ts +15 -0
  757. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.js +1 -0
  758. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.d.ts +29 -0
  759. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.js +1 -0
  760. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.d.ts +15 -0
  761. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.js +1 -0
  762. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.d.ts +6 -0
  763. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.js +1 -0
  764. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.d.ts +6 -0
  765. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.js +1 -0
  766. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.d.ts +6 -0
  767. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.js +1 -0
  768. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.d.ts +5 -0
  769. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.js +1 -0
  770. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +7 -0
  771. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.js +1 -0
  772. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +5 -0
  773. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.js +1 -0
  774. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.d.ts +12 -0
  775. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.js +1 -0
  776. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.d.ts +6 -0
  777. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.js +1 -0
  778. package/dist/globalization/interfaces/bucket_builder/index.d.ts +12 -0
  779. package/dist/globalization/interfaces/bucket_builder/index.js +12 -0
  780. package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +156 -0
  781. package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.js +1 -0
  782. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.d.ts +11 -0
  783. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.js +1 -0
  784. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.d.ts +5 -0
  785. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAddress.js +1 -0
  786. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.d.ts +6 -0
  787. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.js +1 -0
  788. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +28 -0
  789. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.js +1 -0
  790. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.d.ts +15 -0
  791. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.js +1 -0
  792. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.d.ts +9 -0
  793. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.js +1 -0
  794. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.d.ts +8 -0
  795. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.js +1 -0
  796. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.d.ts +4 -0
  797. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.js +1 -0
  798. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts +24 -0
  799. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js +1 -0
  800. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.d.ts +5 -0
  801. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.js +1 -0
  802. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.d.ts +24 -0
  803. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.js +1 -0
  804. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.d.ts +5 -0
  805. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.js +1 -0
  806. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.d.ts +7 -0
  807. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.js +1 -0
  808. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.d.ts +13 -0
  809. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.js +1 -0
  810. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +9 -0
  811. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.js +1 -0
  812. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +20 -0
  813. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.js +1 -0
  814. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +5 -0
  815. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js +1 -0
  816. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +4 -0
  817. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.js +1 -0
  818. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +4 -0
  819. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.js +1 -0
  820. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +4 -0
  821. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +1 -0
  822. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +4 -0
  823. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +1 -0
  824. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +6 -0
  825. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +1 -0
  826. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +5 -0
  827. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +1 -0
  828. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +21 -0
  829. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.js +1 -0
  830. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.d.ts +10 -0
  831. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.js +1 -0
  832. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.d.ts +8 -0
  833. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.js +1 -0
  834. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +24 -0
  835. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.js +1 -0
  836. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.d.ts +17 -0
  837. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.js +1 -0
  838. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.d.ts +6 -0
  839. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDialog.js +1 -0
  840. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +19 -0
  841. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.js +1 -0
  842. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.d.ts +4 -0
  843. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.js +1 -0
  844. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.d.ts +3 -0
  845. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.js +1 -0
  846. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +9 -0
  847. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.js +1 -0
  848. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.d.ts +17 -0
  849. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.js +1 -0
  850. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.d.ts +5 -0
  851. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.js +1 -0
  852. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.d.ts +5 -0
  853. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.js +1 -0
  854. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +21 -0
  855. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.js +1 -0
  856. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.d.ts +4 -0
  857. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.js +1 -0
  858. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.d.ts +5 -0
  859. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLegends.js +1 -0
  860. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.d.ts +21 -0
  861. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.js +1 -0
  862. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.d.ts +12 -0
  863. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.js +1 -0
  864. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.d.ts +5 -0
  865. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.js +1 -0
  866. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.d.ts +4 -0
  867. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.js +1 -0
  868. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.d.ts +5 -0
  869. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.js +1 -0
  870. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.d.ts +8 -0
  871. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.js +1 -0
  872. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.d.ts +3 -0
  873. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.js +1 -0
  874. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.d.ts +3 -0
  875. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.js +1 -0
  876. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.d.ts +3 -0
  877. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.js +1 -0
  878. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.d.ts +3 -0
  879. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.js +1 -0
  880. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.d.ts +5 -0
  881. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.js +1 -0
  882. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.d.ts +4 -0
  883. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.js +1 -0
  884. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.d.ts +13 -0
  885. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.js +1 -0
  886. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.d.ts +7 -0
  887. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.js +1 -0
  888. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.d.ts +4 -0
  889. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.js +1 -0
  890. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.d.ts +8 -0
  891. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.js +1 -0
  892. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.d.ts +10 -0
  893. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.js +1 -0
  894. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.d.ts +23 -0
  895. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderOperators.js +1 -0
  896. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +14 -0
  897. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.js +1 -0
  898. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.d.ts +6 -0
  899. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.js +1 -0
  900. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.d.ts +4 -0
  901. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.js +1 -0
  902. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.d.ts +4 -0
  903. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.js +1 -0
  904. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +5 -0
  905. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.js +1 -0
  906. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.d.ts +7 -0
  907. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.js +1 -0
  908. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +16 -0
  909. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.js +1 -0
  910. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +27 -0
  911. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.js +1 -0
  912. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.d.ts +13 -0
  913. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.js +1 -0
  914. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.d.ts +14 -0
  915. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.js +1 -0
  916. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +30 -0
  917. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.js +1 -0
  918. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.d.ts +9 -0
  919. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.js +1 -0
  920. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.d.ts +9 -0
  921. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.js +1 -0
  922. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.d.ts +9 -0
  923. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.js +1 -0
  924. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.d.ts +12 -0
  925. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.js +1 -0
  926. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.d.ts +20 -0
  927. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.js +1 -0
  928. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.d.ts +6 -0
  929. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.js +1 -0
  930. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +17 -0
  931. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.js +1 -0
  932. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.d.ts +23 -0
  933. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTotals.js +1 -0
  934. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +30 -0
  935. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.js +1 -0
  936. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.d.ts +11 -0
  937. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.js +1 -0
  938. package/dist/globalization/interfaces/chart_builder/index.d.ts +78 -0
  939. package/dist/globalization/interfaces/chart_builder/index.js +78 -0
  940. package/dist/globalization/interfaces/columns/II18nColumn.d.ts +10 -0
  941. package/dist/globalization/interfaces/columns/II18nColumn.js +1 -0
  942. package/dist/globalization/interfaces/columns/index.d.ts +1 -0
  943. package/dist/globalization/interfaces/columns/index.js +1 -0
  944. package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +14 -0
  945. package/dist/globalization/interfaces/common/II18nAgreggateLabels.js +1 -0
  946. package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +46 -0
  947. package/dist/globalization/interfaces/common/II18nColumnProperties.js +1 -0
  948. package/dist/globalization/interfaces/common/II18nColumnTypes.d.ts +38 -0
  949. package/dist/globalization/interfaces/common/II18nColumnTypes.js +1 -0
  950. package/dist/globalization/interfaces/common/II18nColumnTypesSuffixes.d.ts +6 -0
  951. package/dist/globalization/interfaces/common/II18nColumnTypesSuffixes.js +1 -0
  952. package/dist/globalization/interfaces/common/II18nCommon.d.ts +14 -0
  953. package/dist/globalization/interfaces/common/II18nCommon.js +1 -0
  954. package/dist/globalization/interfaces/common/II18nDateGrouping.d.ts +28 -0
  955. package/dist/globalization/interfaces/common/II18nDateGrouping.js +1 -0
  956. package/dist/globalization/interfaces/common/index.d.ts +6 -0
  957. package/dist/globalization/interfaces/common/index.js +6 -0
  958. package/dist/globalization/interfaces/cross_tabs/II18nCrossTabs.d.ts +8 -0
  959. package/dist/globalization/interfaces/cross_tabs/II18nCrossTabs.js +1 -0
  960. package/dist/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.d.ts +5 -0
  961. package/dist/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.js +1 -0
  962. package/dist/globalization/interfaces/cross_tabs/index.d.ts +1 -0
  963. package/dist/globalization/interfaces/cross_tabs/index.js +1 -0
  964. package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +9 -0
  965. package/dist/globalization/interfaces/dashboard/II18nDashboard.js +1 -0
  966. package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +5 -0
  967. package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.js +1 -0
  968. package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +7 -0
  969. package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.js +1 -0
  970. package/dist/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +6 -0
  971. package/dist/globalization/interfaces/dashboard/II18nDashboardViews.js +1 -0
  972. package/dist/globalization/interfaces/dashboard/index.d.ts +4 -0
  973. package/dist/globalization/interfaces/dashboard/index.js +4 -0
  974. package/dist/globalization/interfaces/filters/II18nFilter.d.ts +20 -0
  975. package/dist/globalization/interfaces/filters/II18nFilter.js +1 -0
  976. package/dist/globalization/interfaces/filters/II18nFilterBuilder.d.ts +17 -0
  977. package/dist/globalization/interfaces/filters/II18nFilterBuilder.js +1 -0
  978. package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +4 -0
  979. package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +1 -0
  980. package/dist/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.d.ts +14 -0
  981. package/dist/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.js +1 -0
  982. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +5 -0
  983. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +1 -0
  984. package/dist/globalization/interfaces/filters/II18nFilterBuilderScopes.d.ts +10 -0
  985. package/dist/globalization/interfaces/filters/II18nFilterBuilderScopes.js +1 -0
  986. package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +3 -0
  987. package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +1 -0
  988. package/dist/globalization/interfaces/filters/II18nFilterDateSections.d.ts +4 -0
  989. package/dist/globalization/interfaces/filters/II18nFilterDateSections.js +1 -0
  990. package/dist/globalization/interfaces/filters/II18nFilterDisplay.d.ts +6 -0
  991. package/dist/globalization/interfaces/filters/II18nFilterDisplay.js +1 -0
  992. package/dist/globalization/interfaces/filters/II18nFilterOperator.d.ts +4 -0
  993. package/dist/globalization/interfaces/filters/II18nFilterOperator.js +1 -0
  994. package/dist/globalization/interfaces/filters/II18nFilterPanel.d.ts +17 -0
  995. package/dist/globalization/interfaces/filters/II18nFilterPanel.js +1 -0
  996. package/dist/globalization/interfaces/filters/II18nFilterPanelCardAction.d.ts +6 -0
  997. package/dist/globalization/interfaces/filters/II18nFilterPanelCardAction.js +1 -0
  998. package/dist/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.d.ts +6 -0
  999. package/dist/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.js +1 -0
  1000. package/dist/globalization/interfaces/filters/II18nFilterPanelEmptyState.d.ts +4 -0
  1001. package/dist/globalization/interfaces/filters/II18nFilterPanelEmptyState.js +1 -0
  1002. package/dist/globalization/interfaces/filters/II18nFilterPanelHeaderSection.d.ts +9 -0
  1003. package/dist/globalization/interfaces/filters/II18nFilterPanelHeaderSection.js +1 -0
  1004. package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTitle.d.ts +10 -0
  1005. package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTitle.js +1 -0
  1006. package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.d.ts +7 -0
  1007. package/dist/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.js +1 -0
  1008. package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.d.ts +5 -0
  1009. package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.js +1 -0
  1010. package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsSection.d.ts +10 -0
  1011. package/dist/globalization/interfaces/filters/II18nFilterPanelSettingsSection.js +1 -0
  1012. package/dist/globalization/interfaces/filters/II18nFilterScopes.d.ts +10 -0
  1013. package/dist/globalization/interfaces/filters/II18nFilterScopes.js +1 -0
  1014. package/dist/globalization/interfaces/filters/II18nFilterValidator.d.ts +23 -0
  1015. package/dist/globalization/interfaces/filters/II18nFilterValidator.js +1 -0
  1016. package/dist/globalization/interfaces/filters/II18nRankingContainer.d.ts +4 -0
  1017. package/dist/globalization/interfaces/filters/II18nRankingContainer.js +1 -0
  1018. package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +10 -0
  1019. package/dist/globalization/interfaces/filters/II18nRelativeContainer.js +1 -0
  1020. package/dist/globalization/interfaces/filters/II18nRelativeContainerCursor.d.ts +5 -0
  1021. package/dist/globalization/interfaces/filters/II18nRelativeContainerCursor.js +1 -0
  1022. package/dist/globalization/interfaces/filters/II18nSlidebar.d.ts +7 -0
  1023. package/dist/globalization/interfaces/filters/II18nSlidebar.js +1 -0
  1024. package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +6 -0
  1025. package/dist/globalization/interfaces/filters/II18nValueContainer.js +1 -0
  1026. package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +6 -0
  1027. package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.js +1 -0
  1028. package/dist/globalization/interfaces/filters/index.d.ts +27 -0
  1029. package/dist/globalization/interfaces/filters/index.js +27 -0
  1030. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilder.d.ts +12 -0
  1031. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilder.js +1 -0
  1032. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.d.ts +28 -0
  1033. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.js +1 -0
  1034. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.d.ts +7 -0
  1035. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.js +1 -0
  1036. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.d.ts +7 -0
  1037. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.js +1 -0
  1038. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +5 -0
  1039. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.js +1 -0
  1040. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.d.ts +9 -0
  1041. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.js +1 -0
  1042. package/dist/globalization/interfaces/formula_builder/index.d.ts +6 -0
  1043. package/dist/globalization/interfaces/formula_builder/index.js +6 -0
  1044. package/dist/globalization/interfaces/index.d.ts +11 -0
  1045. package/dist/globalization/interfaces/index.js +11 -0
  1046. package/dist/globalization/interfaces/panel/II18nPanel.d.ts +24 -0
  1047. package/dist/globalization/interfaces/panel/II18nPanel.js +1 -0
  1048. package/dist/globalization/interfaces/panel/II18nPanelEmbed.d.ts +7 -0
  1049. package/dist/globalization/interfaces/panel/II18nPanelEmbed.js +1 -0
  1050. package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +19 -0
  1051. package/dist/globalization/interfaces/panel/II18nPanelErrors.js +1 -0
  1052. package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +15 -0
  1053. package/dist/globalization/interfaces/panel/II18nPanelMenu.js +1 -0
  1054. package/dist/globalization/interfaces/panel/II18nPanelSummaryDisplay.d.ts +5 -0
  1055. package/dist/globalization/interfaces/panel/II18nPanelSummaryDisplay.js +1 -0
  1056. package/dist/globalization/interfaces/panel/II18nPanelSummaryFilter.d.ts +5 -0
  1057. package/dist/globalization/interfaces/panel/II18nPanelSummaryFilter.js +1 -0
  1058. package/dist/globalization/interfaces/panel/II18nPanelSummaryGroup.d.ts +7 -0
  1059. package/dist/globalization/interfaces/panel/II18nPanelSummaryGroup.js +1 -0
  1060. package/dist/globalization/interfaces/panel/II18nPanelSummarySorting.d.ts +12 -0
  1061. package/dist/globalization/interfaces/panel/II18nPanelSummarySorting.js +1 -0
  1062. package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +19 -0
  1063. package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.js +1 -0
  1064. package/dist/globalization/interfaces/panel/II18nPanelTooltips.d.ts +4 -0
  1065. package/dist/globalization/interfaces/panel/II18nPanelTooltips.js +1 -0
  1066. package/dist/globalization/interfaces/panel/index.d.ts +10 -0
  1067. package/dist/globalization/interfaces/panel/index.js +10 -0
  1068. package/dist/globalization/interfaces/table_charts/II18nTableCharts.d.ts +15 -0
  1069. package/dist/globalization/interfaces/table_charts/II18nTableCharts.js +1 -0
  1070. package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +8 -0
  1071. package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +1 -0
  1072. package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +5 -0
  1073. package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.js +1 -0
  1074. package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +9 -0
  1075. package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.js +1 -0
  1076. package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +4 -0
  1077. package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +1 -0
  1078. package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +4 -0
  1079. package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +1 -0
  1080. package/dist/globalization/interfaces/table_charts/index.d.ts +6 -0
  1081. package/dist/globalization/interfaces/table_charts/index.js +6 -0
  1082. package/dist/globalization/labels/I18N_DEFAULT.d.ts +2 -0
  1083. package/dist/globalization/labels/I18N_DEFAULT.js +26 -0
  1084. package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +2 -0
  1085. package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +114 -0
  1086. package/dist/globalization/labels/bucket_builder/index.d.ts +1 -0
  1087. package/dist/globalization/labels/bucket_builder/index.js +1 -0
  1088. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +2 -0
  1089. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +51 -0
  1090. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +2 -0
  1091. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +22 -0
  1092. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +4 -0
  1093. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +30 -0
  1094. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +4 -0
  1095. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +290 -0
  1096. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +4 -0
  1097. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +125 -0
  1098. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +4 -0
  1099. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +27 -0
  1100. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +4 -0
  1101. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +25 -0
  1102. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +4 -0
  1103. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +248 -0
  1104. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +4 -0
  1105. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +14 -0
  1106. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +4 -0
  1107. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +28 -0
  1108. package/dist/globalization/labels/chart_builder/index.d.ts +10 -0
  1109. package/dist/globalization/labels/chart_builder/index.js +10 -0
  1110. package/dist/globalization/labels/columns/I18N_COLUMN.d.ts +2 -0
  1111. package/dist/globalization/labels/columns/I18N_COLUMN.js +5 -0
  1112. package/dist/globalization/labels/columns/index.d.ts +1 -0
  1113. package/dist/globalization/labels/columns/index.js +1 -0
  1114. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +2 -0
  1115. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +16 -0
  1116. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +38 -0
  1117. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +39 -0
  1118. package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +2 -0
  1119. package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +47 -0
  1120. package/dist/globalization/labels/common/I18N_COMMON.d.ts +2 -0
  1121. package/dist/globalization/labels/common/I18N_COMMON.js +18 -0
  1122. package/dist/globalization/labels/common/I18N_DATE_GROUPING.d.ts +2 -0
  1123. package/dist/globalization/labels/common/I18N_DATE_GROUPING.js +30 -0
  1124. package/dist/globalization/labels/common/index.d.ts +3 -0
  1125. package/dist/globalization/labels/common/index.js +3 -0
  1126. package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +2 -0
  1127. package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +11 -0
  1128. package/dist/globalization/labels/cross_tabs/index.d.ts +1 -0
  1129. package/dist/globalization/labels/cross_tabs/index.js +1 -0
  1130. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +2 -0
  1131. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +21 -0
  1132. package/dist/globalization/labels/dashboard/index.d.ts +1 -0
  1133. package/dist/globalization/labels/dashboard/index.js +1 -0
  1134. package/dist/globalization/labels/filters/I18N_FILTER.d.ts +2 -0
  1135. package/dist/globalization/labels/filters/I18N_FILTER.js +31 -0
  1136. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +2 -0
  1137. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +39 -0
  1138. package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +2 -0
  1139. package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.js +6 -0
  1140. package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +2 -0
  1141. package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.js +4 -0
  1142. package/dist/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +2 -0
  1143. package/dist/globalization/labels/filters/I18N_FILTER_PANEL.js +47 -0
  1144. package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +2 -0
  1145. package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.js +11 -0
  1146. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +2 -0
  1147. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +24 -0
  1148. package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +2 -0
  1149. package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.js +4 -0
  1150. package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +2 -0
  1151. package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +10 -0
  1152. package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +6 -0
  1153. package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +6 -0
  1154. package/dist/globalization/labels/filters/I18N_SLIDEBAR.d.ts +2 -0
  1155. package/dist/globalization/labels/filters/I18N_SLIDEBAR.js +7 -0
  1156. package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +2 -0
  1157. package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +10 -0
  1158. package/dist/globalization/labels/filters/index.d.ts +11 -0
  1159. package/dist/globalization/labels/filters/index.js +11 -0
  1160. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +2 -0
  1161. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +58 -0
  1162. package/dist/globalization/labels/formula_builder/index.d.ts +1 -0
  1163. package/dist/globalization/labels/formula_builder/index.js +1 -0
  1164. package/dist/globalization/labels/index.d.ts +10 -0
  1165. package/dist/globalization/labels/index.js +10 -0
  1166. package/dist/globalization/labels/panel/I18N_PANEL.d.ts +2 -0
  1167. package/dist/globalization/labels/panel/I18N_PANEL.js +99 -0
  1168. package/dist/globalization/labels/panel/index.d.ts +1 -0
  1169. package/dist/globalization/labels/panel/index.js +1 -0
  1170. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +2 -0
  1171. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +35 -0
  1172. package/dist/globalization/labels/table_charts/index.d.ts +1 -0
  1173. package/dist/globalization/labels/table_charts/index.js +1 -0
  1174. package/dist/globalization/service/i18nextBuilder.d.ts +10 -0
  1175. package/dist/globalization/service/i18nextBuilder.js +53 -0
  1176. package/dist/globalization/service/index.d.ts +2 -0
  1177. package/dist/globalization/service/index.js +2 -0
  1178. package/dist/globalization/service/initI18n.d.ts +3 -0
  1179. package/dist/globalization/service/initI18n.js +15 -0
  1180. package/dist/index.d.ts +1 -0
  1181. package/dist/index.js +1 -0
  1182. package/dist/interfaces/Qrvey.Interface.d.ts +0 -10
  1183. package/dist/interfaces/general/IGeneralInfo.d.ts +1 -0
  1184. package/dist/interfaces/index.d.ts +1 -1
  1185. package/dist/interfaces/index.js +1 -1
  1186. package/dist/qrvey/constants/CALCULATION_INFO.js +6 -6
  1187. package/dist/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
  1188. package/dist/qrvey/constants/CALCULATION_INFO_LIST.js +1 -1
  1189. package/dist/qrvey/constants/index.d.ts +1 -4
  1190. package/dist/qrvey/constants/index.js +1 -4
  1191. package/dist/qrvey/helpers/getPropertyLabel.d.ts +2 -1
  1192. package/dist/qrvey/helpers/getPropertyLabel.js +6 -4
  1193. package/dist/{cjs/columns/interfaces/IColumnCalculationType.d.ts → qrvey/interfaces/ICalculationType.d.ts} +1 -1
  1194. package/dist/qrvey/interfaces/ICalculationType.js +1 -0
  1195. package/dist/qrvey/interfaces/index.d.ts +4 -0
  1196. package/dist/qrvey/interfaces/index.js +4 -0
  1197. package/dist/services/helpers/Request.js +1 -1
  1198. package/package.json +7 -5
  1199. package/src/{qrvey → charts}/constants/AGGREGATE.ts +0 -0
  1200. package/src/{qrvey → charts}/constants/AGGREGATE_ABBREVIATION.ts +0 -0
  1201. package/src/charts/constants/AGGREGATE_GENERAL.ts +5 -0
  1202. package/src/{qrvey → charts}/constants/AGGREGATE_INFO.ts +11 -11
  1203. package/src/{qrvey → charts}/constants/AGGREGATE_INFO_LIST.ts +0 -0
  1204. package/src/charts/constants/AGGREGATE_LABEL.ts +11 -0
  1205. package/src/charts/constants/index.ts +5 -0
  1206. package/src/charts/index.ts +2 -0
  1207. package/src/charts/interfaces/IAggregateAbbreviation.ts +3 -0
  1208. package/src/charts/interfaces/IAggregateInfo.ts +11 -0
  1209. package/src/charts/interfaces/IAggregateLabel.ts +3 -0
  1210. package/src/{qrvey/interfaces/IAggregate.ts → charts/interfaces/IAggregateType.ts} +1 -1
  1211. package/src/charts/interfaces/index.ts +4 -0
  1212. package/src/columns/constants/COLUMN.ts +9 -9
  1213. package/src/columns/constants/COLUMN_INFO.ts +25 -28
  1214. package/src/columns/constants/COLUMN_INFO_LIST.ts +2 -6
  1215. package/src/columns/constants/COLUMN_LABEL.ts +3 -7
  1216. package/src/columns/constants/COLUMN_PROPERTY.ts +4 -4
  1217. package/src/columns/constants/COLUMN_PROPERTY_INFO.ts +2 -2
  1218. package/src/columns/constants/COMPLEX_COLUMN_INFO.ts +5 -5
  1219. package/src/columns/constants/COMPLEX_COLUMN_PROPERTIES.ts +4 -4
  1220. package/src/columns/constants/COMPLEX_COLUMN_PROPERTY.ts +4 -4
  1221. package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_INFO.ts +15 -15
  1222. package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +4 -4
  1223. package/src/columns/constants/COMPOUND_COLUMN_INFO.ts +3 -3
  1224. package/src/columns/constants/COMPOUND_COLUMN_PROPERTY_INFO.ts +12 -12
  1225. package/src/columns/constants/NUMERICAL_COLUMN.ts +8 -0
  1226. package/src/columns/constants/NUMERICAL_COLUMNS.ts +13 -0
  1227. package/src/columns/constants/NUMERICAL_COLUMN_INFO.ts +16 -0
  1228. package/src/columns/constants/NUMERICAL_COLUMN_INFO_LIST.ts +15 -0
  1229. package/src/columns/constants/NUMERICAL_COLUMN_LABEL.ts +8 -0
  1230. package/src/columns/constants/index.ts +6 -0
  1231. package/src/columns/helpers/index.ts +1 -0
  1232. package/src/columns/helpers/isNumericalColumn.ts +7 -0
  1233. package/src/columns/interfaces/IColumn.ts +3 -3
  1234. package/src/columns/interfaces/IColumnType.ts +2 -1
  1235. package/src/columns/interfaces/INumericalColumnType.ts +4 -0
  1236. package/src/columns/interfaces/index.ts +4 -2
  1237. package/src/dates/adapters/mdyDateToDate.ts +18 -0
  1238. package/src/dates/adapters/monthYearToDate.ts +21 -0
  1239. package/src/dates/adapters/quarterYearToDate.ts +21 -0
  1240. package/src/dates/adapters/weekYearToDate.ts +28 -0
  1241. package/src/dates/adapters/yearToDate.ts +20 -0
  1242. package/src/dates/constants/DATE_DISTINCT_PROPERTY_INFO.ts +3 -3
  1243. package/src/dates/constants/DATE_DISTINCT_TIME_PROPERTY_INFO.ts +3 -3
  1244. package/src/dates/constants/DATE_FORMAT.ts +23 -18
  1245. package/src/dates/constants/DATE_GROUPING_PROPERTY_INFO.ts +5 -5
  1246. package/src/dates/constants/DATE_GROUPING_TIME_PROPERTY_INFO.ts +3 -3
  1247. package/src/dates/constants/DATE_REGULAR_EXPRESSION.ts +32 -5
  1248. package/src/dates/constants/DATE_YEAR_MONTHS.ts +0 -1
  1249. package/src/dates/constants/DATE_YEAR_MONTHS_MMMM.ts +1 -0
  1250. package/src/dates/constants/DATE_YEAR_QUARTERS_RANGE.ts +18 -0
  1251. package/src/dates/constants/index.ts +2 -0
  1252. package/src/dates/helpers/getDateByDateFormat.ts +34 -0
  1253. package/src/dates/helpers/getDateFormatByProperty.ts +26 -0
  1254. package/src/dates/helpers/getDateFormatRegularExpressionInArray.ts +45 -0
  1255. package/src/dates/helpers/getSeparatorByDateFormat.ts +13 -0
  1256. package/src/dates/helpers/getWeek.ts +21 -0
  1257. package/src/dates/helpers/index.ts +6 -0
  1258. package/src/dates/helpers/validateDate.ts +22 -0
  1259. package/src/dates/helpers/validateDateByDateFormat.ts +25 -0
  1260. package/src/dates/index.ts +1 -0
  1261. package/src/dates/relative/constants/RELATIVE_CURSOR_INFO.ts +7 -4
  1262. package/src/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.ts +11 -0
  1263. package/src/dates/relative/constants/RELATIVE_CURSOR_LABEL.ts +5 -0
  1264. package/src/dates/relative/constants/index.ts +2 -0
  1265. package/src/dates/relative/interfaces/IRelativeCursorInfo.ts +6 -0
  1266. package/src/dates/relative/interfaces/index.ts +1 -0
  1267. package/src/filters/classes/FilterInputErrorHandler.ts +213 -0
  1268. package/src/filters/classes/index.ts +1 -0
  1269. package/src/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.ts +7 -0
  1270. package/src/filters/constants/common/FILTER_DATE_SECTION_INFO.ts +2 -2
  1271. package/src/filters/constants/common/FILTER_SCOPE_INFO.ts +8 -8
  1272. package/src/filters/constants/common/FILTER_VALIDATOR_INFO.ts +21 -21
  1273. package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
  1274. package/src/filters/helpers/ui/getFilterPropertyLabel.ts +3 -2
  1275. package/src/filters/index.ts +1 -0
  1276. package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +2 -0
  1277. package/src/filters/interfaces/panel/IFilterPanelConfig.ts +2 -0
  1278. package/src/general/mix/index.ts +1 -0
  1279. package/src/general/mix/isNaNV2.ts +12 -0
  1280. package/src/general/object/mergeDeep.ts +7 -8
  1281. package/src/globalization/helpers/getI18nDateGroupLabel.ts +66 -0
  1282. package/src/globalization/helpers/index.ts +1 -0
  1283. package/src/globalization/index.ts +4 -1
  1284. package/src/globalization/interfaces/II18nServiceTranslate.ts +5 -0
  1285. package/src/globalization/interfaces/II18nServiceTranslateOption.ts +4 -0
  1286. package/src/globalization/interfaces/IResourceI18n.ts +27 -0
  1287. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilder.ts +25 -0
  1288. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderBasicBucket.ts +15 -0
  1289. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderCreateBucket.ts +29 -0
  1290. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderCustomBucket.ts +15 -0
  1291. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderDeleteDialog.ts +6 -0
  1292. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderEditDialog.ts +6 -0
  1293. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderListBuckets.ts +6 -0
  1294. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMenuBucket.ts +5 -0
  1295. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +7 -0
  1296. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.ts +5 -0
  1297. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderOperator.ts +12 -0
  1298. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderSentimentBucket.ts +6 -0
  1299. package/src/globalization/interfaces/bucket_builder/index.ts +12 -0
  1300. package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +157 -0
  1301. package/src/globalization/interfaces/chart_builder/II18nChartBuilderActionPanel.ts +11 -0
  1302. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAddress.ts +5 -0
  1303. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAggregatedFormulas.ts +6 -0
  1304. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +28 -0
  1305. package/src/globalization/interfaces/chart_builder/II18nChartBuilderBarTypes.ts +16 -0
  1306. package/src/globalization/interfaces/chart_builder/II18nChartBuilderBaseMap.ts +9 -0
  1307. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCategoryLabels.ts +8 -0
  1308. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartInfo.ts +4 -0
  1309. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.ts +24 -0
  1310. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartMode.ts +5 -0
  1311. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartNames.ts +24 -0
  1312. package/src/globalization/interfaces/chart_builder/II18nChartBuilderChartOrientation.ts +5 -0
  1313. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCircleSize.ts +7 -0
  1314. package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorByValues.ts +13 -0
  1315. package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +9 -0
  1316. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +20 -0
  1317. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.ts +6 -0
  1318. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.ts +4 -0
  1319. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.ts +4 -0
  1320. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.ts +4 -0
  1321. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.ts +4 -0
  1322. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.ts +6 -0
  1323. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.ts +6 -0
  1324. package/src/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.ts +21 -0
  1325. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomFormatDialog.ts +10 -0
  1326. package/src/globalization/interfaces/chart_builder/II18nChartBuilderCustomScale.ts +8 -0
  1327. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +24 -0
  1328. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDateGroup.ts +17 -0
  1329. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDialog.ts +6 -0
  1330. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +19 -0
  1331. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDndZone.ts +4 -0
  1332. package/src/globalization/interfaces/chart_builder/II18nChartBuilderFilterOptions.ts +3 -0
  1333. package/src/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.ts +9 -0
  1334. package/src/globalization/interfaces/chart_builder/II18nChartBuilderFormatValues.ts +17 -0
  1335. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGapsOptions.ts +5 -0
  1336. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGaugeStyle.ts +5 -0
  1337. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +21 -0
  1338. package/src/globalization/interfaces/chart_builder/II18nChartBuilderLeaveDialog.ts +5 -0
  1339. package/src/globalization/interfaces/chart_builder/II18nChartBuilderLegends.ts +5 -0
  1340. package/src/globalization/interfaces/chart_builder/II18nChartBuilderLineStyleOptions.ts +21 -0
  1341. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMapRegion.ts +12 -0
  1342. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMenuActions.ts +5 -0
  1343. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesBoxWhiskers.ts +4 -0
  1344. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesCrosstab.ts +5 -0
  1345. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesDefault.ts +8 -0
  1346. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeneral.ts +3 -0
  1347. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeo.ts +3 -0
  1348. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesGeoBubble.ts +3 -0
  1349. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesHeatmap.ts +3 -0
  1350. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMetric.ts +5 -0
  1351. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMinMax.ts +4 -0
  1352. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMissingDefault.ts +13 -0
  1353. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesMs.ts +7 -0
  1354. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesPie.ts +4 -0
  1355. package/src/globalization/interfaces/chart_builder/II18nChartBuilderMessagesTableChart.ts +8 -0
  1356. package/src/globalization/interfaces/chart_builder/II18nChartBuilderNavPanel.ts +10 -0
  1357. package/src/globalization/interfaces/chart_builder/II18nChartBuilderOperators.ts +23 -0
  1358. package/src/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.ts +14 -0
  1359. package/src/globalization/interfaces/chart_builder/II18nChartBuilderResizeRows.ts +6 -0
  1360. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSaveDialog.ts +5 -0
  1361. package/src/globalization/interfaces/chart_builder/II18nChartBuilderScaleTypes.ts +4 -0
  1362. package/src/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.ts +5 -0
  1363. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSmallMultiple.ts +7 -0
  1364. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +16 -0
  1365. package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +27 -0
  1366. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSymboStyleOptions.ts +13 -0
  1367. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableBody.ts +14 -0
  1368. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +30 -0
  1369. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableHeader.ts +9 -0
  1370. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableStyleOptions.ts +9 -0
  1371. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTargetConfig.ts +9 -0
  1372. package/src/globalization/interfaces/chart_builder/II18nChartBuilderThreshold.ts +12 -0
  1373. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriod.ts +20 -0
  1374. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTimePeriodCustomRange.ts +6 -0
  1375. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +17 -0
  1376. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTotals.ts +23 -0
  1377. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +30 -0
  1378. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendsLine.ts +11 -0
  1379. package/src/globalization/interfaces/chart_builder/index.ts +78 -0
  1380. package/src/globalization/interfaces/columns/II18nColumn.ts +7 -0
  1381. package/src/globalization/interfaces/columns/index.ts +1 -0
  1382. package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +14 -0
  1383. package/src/globalization/interfaces/common/II18nColumnProperties.ts +52 -0
  1384. package/src/globalization/interfaces/common/II18nColumnTypes.ts +42 -0
  1385. package/src/globalization/interfaces/common/II18nColumnTypesSuffixes.ts +6 -0
  1386. package/src/globalization/interfaces/common/II18nCommon.ts +15 -0
  1387. package/src/globalization/interfaces/common/II18nDateGrouping.ts +30 -0
  1388. package/src/globalization/interfaces/common/index.ts +9 -0
  1389. package/src/globalization/interfaces/cross_tabs/II18nCrossTabs.ts +9 -0
  1390. package/src/globalization/interfaces/cross_tabs/II18nCrossTabsSorting.ts +5 -0
  1391. package/src/globalization/interfaces/cross_tabs/index.ts +1 -0
  1392. package/src/globalization/interfaces/dashboard/II18nDashboard.ts +10 -0
  1393. package/src/globalization/interfaces/dashboard/II18nDashboardAddChart.ts +5 -0
  1394. package/src/globalization/interfaces/dashboard/II18nDashboardTooltips.ts +7 -0
  1395. package/src/globalization/interfaces/dashboard/II18nDashboardViews.ts +6 -0
  1396. package/src/globalization/interfaces/dashboard/index.ts +4 -0
  1397. package/src/globalization/interfaces/filters/II18nFilter.ts +21 -0
  1398. package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +18 -0
  1399. package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +4 -0
  1400. package/src/globalization/interfaces/filters/II18nFilterBuilderErrorMessages.ts +14 -0
  1401. package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.ts +5 -0
  1402. package/src/globalization/interfaces/filters/II18nFilterBuilderScopes.ts +10 -0
  1403. package/src/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.ts +3 -0
  1404. package/src/globalization/interfaces/filters/II18nFilterDateSections.ts +4 -0
  1405. package/src/globalization/interfaces/filters/II18nFilterDisplay.ts +6 -0
  1406. package/src/globalization/interfaces/filters/II18nFilterOperator.ts +4 -0
  1407. package/src/globalization/interfaces/filters/II18nFilterPanel.ts +18 -0
  1408. package/src/globalization/interfaces/filters/II18nFilterPanelCardAction.ts +6 -0
  1409. package/src/globalization/interfaces/filters/II18nFilterPanelDeleteDialog.ts +6 -0
  1410. package/src/globalization/interfaces/filters/II18nFilterPanelEmptyState.ts +4 -0
  1411. package/src/globalization/interfaces/filters/II18nFilterPanelHeaderSection.ts +9 -0
  1412. package/src/globalization/interfaces/filters/II18nFilterPanelScopeTitle.ts +10 -0
  1413. package/src/globalization/interfaces/filters/II18nFilterPanelScopeTooltip.ts +7 -0
  1414. package/src/globalization/interfaces/filters/II18nFilterPanelSettingsContainerScopeConfig.ts +5 -0
  1415. package/src/globalization/interfaces/filters/II18nFilterPanelSettingsSection.ts +10 -0
  1416. package/src/globalization/interfaces/filters/II18nFilterScopes.ts +10 -0
  1417. package/src/globalization/interfaces/filters/II18nFilterValidator.ts +23 -0
  1418. package/src/globalization/interfaces/filters/II18nRankingContainer.ts +4 -0
  1419. package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +11 -0
  1420. package/src/globalization/interfaces/filters/II18nRelativeContainerCursor.ts +5 -0
  1421. package/src/globalization/interfaces/filters/II18nSlidebar.ts +7 -0
  1422. package/src/globalization/interfaces/filters/II18nValueContainer.ts +7 -0
  1423. package/src/globalization/interfaces/filters/II18nValueContainerSearchInput.ts +6 -0
  1424. package/src/globalization/interfaces/filters/index.ts +30 -0
  1425. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilder.ts +13 -0
  1426. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderCreateModal.ts +28 -0
  1427. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderDeleteDialog.ts +7 -0
  1428. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderFunctionsType.ts +7 -0
  1429. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.ts +5 -0
  1430. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListTable.ts +9 -0
  1431. package/src/globalization/interfaces/formula_builder/index.ts +6 -0
  1432. package/src/globalization/interfaces/index.ts +12 -0
  1433. package/src/globalization/interfaces/panel/II18nPanel.ts +24 -0
  1434. package/src/globalization/interfaces/panel/II18nPanelEmbed.ts +7 -0
  1435. package/src/globalization/interfaces/panel/II18nPanelErrors.ts +19 -0
  1436. package/src/globalization/interfaces/panel/II18nPanelMenu.ts +15 -0
  1437. package/src/globalization/interfaces/panel/II18nPanelSummaryDisplay.ts +5 -0
  1438. package/src/globalization/interfaces/panel/II18nPanelSummaryFilter.ts +5 -0
  1439. package/src/globalization/interfaces/panel/II18nPanelSummaryGroup.ts +7 -0
  1440. package/src/globalization/interfaces/panel/II18nPanelSummarySorting.ts +12 -0
  1441. package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +19 -0
  1442. package/src/globalization/interfaces/panel/II18nPanelTooltips.ts +4 -0
  1443. package/src/globalization/interfaces/panel/index.ts +10 -0
  1444. package/src/globalization/interfaces/table_charts/II18nTableCharts.ts +16 -0
  1445. package/src/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.ts +8 -0
  1446. package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +5 -0
  1447. package/src/globalization/interfaces/table_charts/II18nTableChartsSort.ts +10 -0
  1448. package/src/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.ts +4 -0
  1449. package/src/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.ts +5 -0
  1450. package/src/globalization/interfaces/table_charts/index.ts +6 -0
  1451. package/src/globalization/labels/I18N_DEFAULT.ts +29 -0
  1452. package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +116 -0
  1453. package/src/globalization/labels/bucket_builder/index.ts +1 -0
  1454. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER.ts +66 -0
  1455. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +24 -0
  1456. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.ts +34 -0
  1457. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +300 -0
  1458. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +128 -0
  1459. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +30 -0
  1460. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.ts +28 -0
  1461. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +255 -0
  1462. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.ts +17 -0
  1463. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +31 -0
  1464. package/src/globalization/labels/chart_builder/index.ts +10 -0
  1465. package/src/globalization/labels/columns/I18N_COLUMN.ts +9 -0
  1466. package/src/globalization/labels/columns/index.ts +1 -0
  1467. package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +18 -0
  1468. package/src/globalization/labels/common/I18N_COLUMN_LABEL.ts +43 -0
  1469. package/src/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.ts +57 -0
  1470. package/src/globalization/labels/common/I18N_COMMON.ts +20 -0
  1471. package/src/globalization/labels/common/I18N_DATE_GROUPING.ts +34 -0
  1472. package/src/globalization/labels/common/index.ts +5 -0
  1473. package/src/globalization/labels/cross_tabs/I18N_CROSS_TABS.ts +13 -0
  1474. package/src/globalization/labels/cross_tabs/index.ts +1 -0
  1475. package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +23 -0
  1476. package/src/globalization/labels/dashboard/index.ts +1 -0
  1477. package/src/globalization/labels/filters/I18N_FILTER.ts +33 -0
  1478. package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +41 -0
  1479. package/src/globalization/labels/filters/I18N_FILTER_DISPLAY.ts +8 -0
  1480. package/src/globalization/labels/filters/I18N_FILTER_OPERATOR.ts +6 -0
  1481. package/src/globalization/labels/filters/I18N_FILTER_PANEL.ts +49 -0
  1482. package/src/globalization/labels/filters/I18N_FILTER_SCOPE.ts +13 -0
  1483. package/src/globalization/labels/filters/I18N_FILTER_VALIDATOR.ts +27 -0
  1484. package/src/globalization/labels/filters/I18N_RANKING_CONTAINER.ts +6 -0
  1485. package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +12 -0
  1486. package/src/globalization/labels/filters/I18N_RELATIVE_CURSOR.ts +7 -0
  1487. package/src/globalization/labels/filters/I18N_SLIDEBAR.ts +9 -0
  1488. package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +12 -0
  1489. package/src/globalization/labels/filters/index.ts +12 -0
  1490. package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +60 -0
  1491. package/src/globalization/labels/formula_builder/index.ts +1 -0
  1492. package/src/globalization/labels/index.ts +10 -0
  1493. package/src/globalization/labels/panel/I18N_PANEL.ts +101 -0
  1494. package/src/globalization/labels/panel/index.ts +1 -0
  1495. package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +37 -0
  1496. package/src/globalization/labels/table_charts/index.ts +1 -0
  1497. package/src/globalization/service/i18nextBuilder.ts +52 -0
  1498. package/src/globalization/service/index.ts +2 -0
  1499. package/src/globalization/service/initI18n.ts +6 -0
  1500. package/src/index.ts +1 -0
  1501. package/src/interfaces/Qrvey.Interface.ts +0 -11
  1502. package/src/interfaces/general/IGeneralInfo.ts +1 -0
  1503. package/src/interfaces/index.ts +1 -1
  1504. package/src/qrvey/constants/CALCULATION_INFO.ts +6 -6
  1505. package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
  1506. package/src/qrvey/constants/index.ts +1 -4
  1507. package/src/qrvey/helpers/getPropertyLabel.ts +6 -2
  1508. package/src/{columns/interfaces/IColumnCalculationType.ts → qrvey/interfaces/ICalculationType.ts} +1 -1
  1509. package/src/qrvey/interfaces/index.ts +5 -1
  1510. package/src/services/helpers/Request.ts +1 -1
  1511. package/src/stencil/util/index.ts +1 -1
  1512. package/dist/cjs/columns/interfaces/IColumnAggregateType.d.ts +0 -2
  1513. package/dist/cjs/globalization/filters/FILTER_BUILDER.d.ts +0 -129
  1514. package/dist/cjs/globalization/filters/FILTER_BUILDER.js +0 -37
  1515. package/dist/cjs/globalization/filters/SLIDEBAR.d.ts +0 -8
  1516. package/dist/cjs/globalization/filters/SLIDEBAR.js +0 -11
  1517. package/dist/cjs/globalization/filters/VALUES_CONTAINER.d.ts +0 -11
  1518. package/dist/cjs/globalization/filters/VALUES_CONTAINER.js +0 -14
  1519. package/dist/cjs/globalization/filters/index.d.ts +0 -3
  1520. package/dist/cjs/qrvey/constants/AGGREGATE_INFO.d.ts +0 -5
  1521. package/dist/cjs/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
  1522. package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.d.ts +0 -11
  1523. package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.js +0 -15
  1524. package/dist/cjs/qrvey/interfaces/IAggregateInfo.d.ts +0 -5
  1525. package/dist/columns/interfaces/IColumnAggregateType.d.ts +0 -2
  1526. package/dist/globalization/filters/FILTER_BUILDER.d.ts +0 -129
  1527. package/dist/globalization/filters/FILTER_BUILDER.js +0 -34
  1528. package/dist/globalization/filters/SLIDEBAR.d.ts +0 -8
  1529. package/dist/globalization/filters/SLIDEBAR.js +0 -8
  1530. package/dist/globalization/filters/VALUES_CONTAINER.d.ts +0 -11
  1531. package/dist/globalization/filters/VALUES_CONTAINER.js +0 -11
  1532. package/dist/globalization/filters/index.d.ts +0 -3
  1533. package/dist/globalization/filters/index.js +0 -3
  1534. package/dist/qrvey/constants/AGGREGATE_INFO.d.ts +0 -5
  1535. package/dist/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
  1536. package/dist/qrvey/constants/AGGREGATE_LABEL.d.ts +0 -11
  1537. package/dist/qrvey/constants/AGGREGATE_LABEL.js +0 -12
  1538. package/dist/qrvey/interfaces/IAggregateInfo.d.ts +0 -5
  1539. package/src/columns/interfaces/IColumnAggregateType.ts +0 -3
  1540. package/src/globalization/filters/FILTER_BUILDER.ts +0 -35
  1541. package/src/globalization/filters/SLIDEBAR.ts +0 -8
  1542. package/src/globalization/filters/VALUES_CONTAINER.ts +0 -11
  1543. package/src/globalization/filters/index.ts +0 -3
  1544. package/src/qrvey/constants/AGGREGATE_LABEL.ts +0 -11
  1545. package/src/qrvey/interfaces/IAggregateInfo.ts +0 -7
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # [@qrvey/utils](https://bitbucket.org/qrvey/qrvey_utils/wiki/Home) *1.2.7*
1
+ # [@qrvey/utils](https://bitbucket.org/qrvey/qrvey_utils/wiki/Home) *1.2.8*
2
2
 
3
3
  > Helper, Utils for all Qrvey Projects
4
4
 
@@ -80,108 +80,124 @@ Get a text and evaluate if it matchs with a token box label.
80
80
 
81
81
 
82
82
 
83
- ### dist/dates/relative/Adapter.js
83
+ ### dist/dates/adapters/mdyDateToDate.js
84
84
 
85
85
 
86
- #### value()
86
+ #### mdyDateToDate(monthYearDate, time)
87
87
 
88
- Resolves statement and returns statement value
88
+ Transforms String Date from a [mm/dd/yyyy] format to Date object.
89
89
 
90
90
 
91
91
 
92
92
 
93
+ ##### Parameters
93
94
 
95
+ | Name | Type | Description | |
96
+ | ---- | ---- | ----------- | -------- |
97
+ | monthYearDate | | String of [mm/dd/yyyy] date |   |
98
+ | time | | Flag to parse the object date to milliseconds. |   |
94
99
 
95
- ##### Returns
96
100
 
97
101
 
98
- - `AbsoluteRange` `string`
99
102
 
103
+ ##### Returns
100
104
 
101
105
 
102
- #### valueAsAnchor()
106
+ - The date object or the date in milliseconds
103
107
 
104
- Resolves statement as an anchor
105
108
 
106
109
 
107
110
 
111
+ ### dist/dates/adapters/monthYearToDate.js
108
112
 
109
113
 
114
+ #### monthYearToDate(monthYearDate, time)
110
115
 
111
- ##### Returns
116
+ Transforms String Date from a [Month Year] format to Date object.
112
117
 
113
118
 
114
- - `string`
115
119
 
116
120
 
121
+ ##### Parameters
117
122
 
118
- #### _statementToRange() *private method*
123
+ | Name | Type | Description | |
124
+ | ---- | ---- | ----------- | -------- |
125
+ | monthYearDate | | String of [Month Year] date |   |
126
+ | time | | Flag to parse the object date to milliseconds. |   |
119
127
 
120
- Convert verbal statement to range value
121
128
 
122
129
 
123
130
 
131
+ ##### Returns
124
132
 
125
133
 
134
+ - The date object or the date in milliseconds
126
135
 
127
- ##### Returns
128
136
 
129
137
 
130
- - `AbsoluteRange`
131
138
 
139
+ ### dist/dates/adapters/quarterYearToDate.js
132
140
 
133
141
 
134
- #### _resolveAsThis() *private method*
142
+ #### quarterYearToDate(quarterYearDate, time)
135
143
 
136
- Apply 'this' cursor logic to statement
144
+ Transforms String Date from a [Quarter Year] format to Date object.
137
145
 
138
146
 
139
147
 
140
148
 
149
+ ##### Parameters
141
150
 
151
+ | Name | Type | Description | |
152
+ | ---- | ---- | ----------- | -------- |
153
+ | quarterYearDate | | String of [Quarter Year] date |   |
154
+ | time | | Flag to parse the object date to milliseconds. |   |
142
155
 
143
- ##### Returns
144
156
 
145
157
 
146
- - `AbsoluteStatement`
147
158
 
159
+ ##### Returns
148
160
 
149
161
 
150
- #### _resolveAsTheLast() *private method*
162
+ - The date object or the date in milliseconds
151
163
 
152
- Apply 'the last' cursor logic to statement
153
164
 
154
165
 
155
166
 
167
+ ### dist/dates/adapters/weekYearToDate.js
156
168
 
157
169
 
170
+ #### weekYearToDate(date, time)
158
171
 
159
- ##### Returns
172
+ Transforms String Date from a [Week Year] format to Date object.
160
173
 
161
174
 
162
- - `AbsoluteStatement`
163
175
 
164
176
 
177
+ ##### Parameters
165
178
 
166
- #### _resolveAsTheNext() *private method*
179
+ | Name | Type | Description | |
180
+ | ---- | ---- | ----------- | -------- |
181
+ | date | | String of [Week Year] date |   |
182
+ | time | | Flag to parse the object date to milliseconds. |   |
167
183
 
168
- Apply 'the next' cursor logic to statement
169
184
 
170
185
 
171
186
 
187
+ ##### Returns
172
188
 
173
189
 
190
+ - The date object or the date in milliseconds
174
191
 
175
- ##### Returns
176
192
 
177
193
 
178
- - `AbsoluteStatement`
179
194
 
195
+ ### dist/dates/adapters/yearToDate.js
180
196
 
181
197
 
182
- #### replaceNowToken(value, now)
198
+ #### yearToDate(yearDate, time)
183
199
 
184
- Replace '@now' token inside a string
200
+ Transforms String Date from a [Year] format to Date object.
185
201
 
186
202
 
187
203
 
@@ -190,8 +206,8 @@ Replace '@now' token inside a string
190
206
 
191
207
  | Name | Type | Description | |
192
208
  | ---- | ---- | ----------- | -------- |
193
- | value | `string` | |   |
194
- | now | `Date` | |   |
209
+ | yearDate | | String of [Year] date |   |
210
+ | time | | Flag to parse the object date to milliseconds. |   |
195
211
 
196
212
 
197
213
 
@@ -199,60 +215,46 @@ Replace '@now' token inside a string
199
215
  ##### Returns
200
216
 
201
217
 
202
- - `string`
218
+ - The date object or the date in milliseconds
203
219
 
204
220
 
205
221
 
206
- #### convertRelativeToAbsolute(args)
207
222
 
208
- Returns a range object (date) from a group of statement params
223
+ ### dist/dates/helpers/getDateByDateFormat.js
209
224
 
210
225
 
226
+ #### getDateByDateFormat(date, format, time)
211
227
 
228
+ Gets a Date Object instance by a Date format
212
229
 
213
- ##### Parameters
214
230
 
215
- | Name | Type | Description | |
216
- | ---- | ---- | ----------- | -------- |
217
- | args | `RelativeToAbsoluteStruct` | |   |
218
231
 
219
232
 
233
+ ##### Parameters
220
234
 
235
+ | Name | Type | Description | |
236
+ | ---- | ---- | ----------- | -------- |
237
+ | date | | String with a formatted date |   |
238
+ | format | | The date format |   |
239
+ | time | | flag to convert the formatted date to miliseconds |   |
221
240
 
222
- ##### Examples
223
241
 
224
- ```javascript
225
- pivot = '2021-03-03T12:30:40'
226
- unit = month
227
- steps = 2
228
- setTo = END
229
- resolverAsCalendar: true
230
- => Returns '2021-05-31T23:59:59'
231
- ```
232
- ```javascript
233
- pivot = '2021-03-03T12:30:40'
234
- unit = month
235
- steps = -2
236
- setTo = START
237
- resolverAsCalendar: false
238
- => Returns '2021-01-03T00:00:00'
239
- ```
240
242
 
241
243
 
242
244
  ##### Returns
243
245
 
244
246
 
245
- - `string`
247
+ - a Date object, milisecond time or the same value if date format does not match.
246
248
 
247
249
 
248
250
 
249
251
 
250
- ### dist/dates/relative/relative.js
252
+ ### dist/dates/helpers/getDateFormatByProperty.js
251
253
 
252
254
 
253
- #### resolveRelative(statements, clock)
255
+ #### getDateFormatByProperty(property)
254
256
 
255
- Resolve a list of relative statements according to operator
257
+ Gets the date format by the given property
256
258
 
257
259
 
258
260
 
@@ -261,44 +263,25 @@ Resolve a list of relative statements according to operator
261
263
 
262
264
  | Name | Type | Description | |
263
265
  | ---- | ---- | ----------- | -------- |
264
- | statements | `Array.<RelativeStatement>` `Array.<string>` | - Raw statements/values | &nbsp; |
265
- | clock | `Date` | - Clock/time reference for relative date resolution | &nbsp; |
266
-
267
-
266
+ | property | | The Column Property | &nbsp; |
268
267
 
269
268
 
270
- ##### Examples
271
-
272
- ```javascript
273
- Input:
274
- {
275
- "cursor": "the_next",
276
- "unit": "year",
277
- "number": 1,
278
- "includeCurrent": false,
279
- "isCalendarDate": false,
280
- "anchor": "03/05/2021"
281
- }
282
-
283
- Output:
284
- { gte: "03/06/2021 00:00:00", lte: "03/05/2022 23:59:59" }
285
- ```
286
269
 
287
270
 
288
271
  ##### Returns
289
272
 
290
273
 
291
- - `Array.&lt;AbsoluteRange&gt;` `Array.&lt;string&gt;`
274
+ - The date format
292
275
 
293
276
 
294
277
 
295
278
 
296
- ### dist/filters/adapters/FDToFlatUI.js
279
+ ### dist/dates/helpers/getDateFormatRegularExpressionInArray.js
297
280
 
298
281
 
299
- #### FDToFlatUI(filterData, datasetsInfo)
282
+ #### getDateFormatRegularExpressionInArray(dateFormat)
300
283
 
301
- Generates a Flattened UI filter structure from Filter Data structure.
284
+ Gets an array of regular expressions by the given date format
302
285
 
303
286
 
304
287
 
@@ -307,8 +290,7 @@ Generates a Flattened UI filter structure from Filter Data structure.
307
290
 
308
291
  | Name | Type | Description | |
309
292
  | ---- | ---- | ----------- | -------- |
310
- | filterData | | The filter data object. | &nbsp; |
311
- | datasetsInfo | | Collection of datasets information | &nbsp; |
293
+ | dateFormat | | the date format | &nbsp; |
312
294
 
313
295
 
314
296
 
@@ -316,13 +298,17 @@ Generates a Flattened UI filter structure from Filter Data structure.
316
298
  ##### Returns
317
299
 
318
300
 
319
- - a flattened UI filters array
301
+ - an array of regular expressions
320
302
 
321
303
 
322
304
 
323
- #### FD21ToFlatUI(scopes, datasetsInfo)
324
305
 
325
- Generates a Filter Builder Structure from the Filter Data structure v2.1
306
+ ### dist/dates/helpers/getSeparatorByDateFormat.js
307
+
308
+
309
+ #### getSeparatorByDateFormat(format)
310
+
311
+ Gets the separator of the date format
326
312
 
327
313
 
328
314
 
@@ -331,8 +317,7 @@ Generates a Filter Builder Structure from the Filter Data structure v2.1
331
317
 
332
318
  | Name | Type | Description | |
333
319
  | ---- | ---- | ----------- | -------- |
334
- | scopes | | The filter scope section | &nbsp; |
335
- | datasetsInfo | | Collection of datasets information | &nbsp; |
320
+ | format | | the date format | &nbsp; |
336
321
 
337
322
 
338
323
 
@@ -340,17 +325,18 @@ Generates a Filter Builder Structure from the Filter Data structure v2.1
340
325
  ##### Returns
341
326
 
342
327
 
343
- - a flattened UI filters array
328
+ - a separator string
344
329
 
345
330
 
346
331
 
347
332
 
348
- ### dist/filters/adapters/FDToLogic.js
333
+ ### dist/dates/helpers/getWeek.js
349
334
 
350
335
 
351
- #### FDToLogic(filterData)
336
+ #### getWeek(date)
352
337
 
353
- Generates a Filter Logic structure from Filter Data structure.
338
+ Gets the week number of the year
339
+ Additionally, the month and the year
354
340
 
355
341
 
356
342
 
@@ -359,7 +345,7 @@ Generates a Filter Logic structure from Filter Data structure.
359
345
 
360
346
  | Name | Type | Description | |
361
347
  | ---- | ---- | ----------- | -------- |
362
- | filterData | | The filter data object. | &nbsp; |
348
+ | date | | the date object | &nbsp; |
363
349
 
364
350
 
365
351
 
@@ -367,13 +353,20 @@ Generates a Filter Logic structure from Filter Data structure.
367
353
  ##### Returns
368
354
 
369
355
 
370
- - a filter logic array
356
+ - an object with the week, month and year.
371
357
 
372
358
 
373
359
 
374
- #### getLogicBodyFromFD21(filterData)
375
360
 
376
- Gets the logic body
361
+ ### dist/dates/helpers/validateDate.js
362
+
363
+
364
+ #### validateDate(date, format)
365
+
366
+ Validate a string date depending on giving format
367
+ - If the string is a token label, the function lets it pass.
368
+ - Otherwise depends of the format
369
+ - Some escenarios the string is a mix of token labels and dates
377
370
 
378
371
 
379
372
 
@@ -382,7 +375,8 @@ Gets the logic body
382
375
 
383
376
  | Name | Type | Description | |
384
377
  | ---- | ---- | ----------- | -------- |
385
- | filterData | | The filter data object | &nbsp; |
378
+ | date | | String of date | &nbsp; |
379
+ | format | | String of the format to validate | &nbsp; |
386
380
 
387
381
 
388
382
 
@@ -390,17 +384,17 @@ Gets the logic body
390
384
  ##### Returns
391
385
 
392
386
 
393
- - a filter logic array
387
+ - True if it is valid or not. Undefined if date is undefined
394
388
 
395
389
 
396
390
 
397
391
 
398
- ### dist/filters/adapters/FDToUI.js
392
+ ### dist/dates/helpers/validateDateByDateFormat.js
399
393
 
400
394
 
401
- #### FDToUI(filterData, datasetsInfo)
395
+ #### validateDateByDateFormat(date, dateForma)
402
396
 
403
- Generates a UI filter structure from Filter Data structure.
397
+ Validates the given string as Date by its date format.
404
398
 
405
399
 
406
400
 
@@ -409,8 +403,8 @@ Generates a UI filter structure from Filter Data structure.
409
403
 
410
404
  | Name | Type | Description | |
411
405
  | ---- | ---- | ----------- | -------- |
412
- | filterData | | The filter data object. | &nbsp; |
413
- | datasetsInfo | | Collection of datasets information | &nbsp; |
406
+ | date | | a string to validate as date form | &nbsp; |
407
+ | dateForma | | the format of the date to validate the string | &nbsp; |
414
408
 
415
409
 
416
410
 
@@ -418,13 +412,17 @@ Generates a UI filter structure from Filter Data structure.
418
412
  ##### Returns
419
413
 
420
414
 
421
- - a UI Filters structure
415
+ - true: the string is a valida date
422
416
 
423
417
 
424
418
 
425
- #### FD21ToUI(scopes, section, version, datasetsInfo)
426
419
 
427
- Generates a UI filter Structure from the Filter Data structure v2.1
420
+ ### dist/dates/range/getDateRange.js
421
+
422
+
423
+ #### getDateRange(value, dateGroupLabel, withTime)
424
+
425
+ Get date range object from a string date value
428
426
 
429
427
 
430
428
 
@@ -433,61 +431,74 @@ Generates a UI filter Structure from the Filter Data structure v2.1
433
431
 
434
432
  | Name | Type | Description | |
435
433
  | ---- | ---- | ----------- | -------- |
436
- | scopes | | The filter scope section | &nbsp; |
437
- | section | | The filter section. | &nbsp; |
438
- | version | | The version of the filter structure | &nbsp; |
439
- | datasetsInfo | | Collection of datasets information | &nbsp; |
440
-
434
+ | value | `String` | string date value | &nbsp; |
435
+ | dateGroupLabel | `String` | could be 'YEAR', 'QUARTER', 'MONTH' or 'DAY'. Deafult is 'DAY' | &nbsp; |
436
+ | withTime | `Boolean` | determines if the date range will include time. Default is true | &nbsp; |
441
437
 
442
438
 
443
439
 
444
- ##### Returns
445
440
 
441
+ ##### Examples
446
442
 
447
- - a UI filter Structure
443
+ ```javascript
444
+ // 1) Year:
445
+ getDateRange('2020', 'YEAR');
446
+ // Will return:
447
+ {
448
+ from: '01/01/2020 00:00:00',
449
+ to: '12/31/2020 23:59:59'
450
+ }
448
451
 
452
+ // 2) Quarter:
453
+ getDateRange('Q3 2020', 'QUARTER');
454
+ // Will return:
455
+ {
456
+ from: '07/01/2020 00:00:00',
457
+ to: '09/30/2020 23:59:59'
458
+ }
449
459
 
460
+ // 3) Month:
461
+ getDateRange('Oct 2020', 'MONTH');
462
+ // Will return:
463
+ {
464
+ from: '10/01/2020 00:00:00',
465
+ to: '10/31/2020 23:59:59'
466
+ }
467
+ ```
450
468
 
451
469
 
452
- ### dist/filters/adapters/UIToFD.js
470
+ ##### Returns
453
471
 
454
472
 
455
- #### UIToFD(filterData)
473
+ - `Object` an object with the date range with two string date properties: from and to
456
474
 
457
- Generates a Filter Data Structure structure from UI Filter Data structure.
458
475
 
459
476
 
460
477
 
478
+ ### dist/dates/relative/Adapter.js
461
479
 
462
- ##### Parameters
463
480
 
464
- | Name | Type | Description | |
465
- | ---- | ---- | ----------- | -------- |
466
- | filterData | | The UI filter data object. | &nbsp; |
481
+ #### value()
467
482
 
483
+ Resolves statement and returns statement value
468
484
 
469
485
 
470
486
 
471
- ##### Returns
472
487
 
473
488
 
474
- - a Filter Data structure
475
489
 
490
+ ##### Returns
476
491
 
477
492
 
478
- #### UI21ToFD(uFilterData, version)
493
+ - `AbsoluteRange` `string`
479
494
 
480
- Builds the Fitler Data structure from UI filter data
481
495
 
482
496
 
497
+ #### valueAsAnchor()
483
498
 
499
+ Resolves statement as an anchor
484
500
 
485
- ##### Parameters
486
501
 
487
- | Name | Type | Description | |
488
- | ---- | ---- | ----------- | -------- |
489
- | uFilterData | | The UI filter Data object | &nbsp; |
490
- | version | | the version of the structure | &nbsp; |
491
502
 
492
503
 
493
504
 
@@ -495,27 +506,15 @@ Builds the Fitler Data structure from UI filter data
495
506
  ##### Returns
496
507
 
497
508
 
498
- -
499
-
500
-
501
-
502
-
503
- ### dist/filters/adapters/UIToFlatUI.js
504
-
505
-
506
- #### UIToFlatUI(filterData, datasetsInfo)
509
+ - `string`
507
510
 
508
- Generates a Flattened UI filter structure from UI Filter Data structure.
509
511
 
510
512
 
513
+ #### _statementToRange() *private method*
511
514
 
515
+ Convert verbal statement to range value
512
516
 
513
- ##### Parameters
514
517
 
515
- | Name | Type | Description | |
516
- | ---- | ---- | ----------- | -------- |
517
- | filterData | | The UI filter data object. | &nbsp; |
518
- | datasetsInfo | | Collection of datasets information. Optional for updating the datasets info | &nbsp; |
519
518
 
520
519
 
521
520
 
@@ -523,68 +522,61 @@ Generates a Flattened UI filter structure from UI Filter Data structure.
523
522
  ##### Returns
524
523
 
525
524
 
526
- - a flattened UI filters array
525
+ - `AbsoluteRange`
527
526
 
528
527
 
529
528
 
530
- #### UI21ToFlatUI(scopes)
529
+ #### _resolveAsThis() *private method*
531
530
 
532
- Generates a Flattened UI Filter Structure from the UI Filter Data structure v2.1
531
+ Apply 'this' cursor logic to statement
533
532
 
534
533
 
535
534
 
536
535
 
537
- ##### Parameters
538
536
 
539
- | Name | Type | Description | |
540
- | ---- | ---- | ----------- | -------- |
541
- | scopes | | The filter scope section | &nbsp; |
542
537
 
538
+ ##### Returns
543
539
 
544
540
 
541
+ - `AbsoluteStatement`
545
542
 
546
- ##### Returns
547
543
 
548
544
 
549
- - a flattened UI filters array
545
+ #### _resolveAsTheLast() *private method*
550
546
 
547
+ Apply 'the last' cursor logic to statement
551
548
 
552
549
 
553
550
 
554
- ### dist/filters/adapters/adaptDateGroupingProperty.js
555
551
 
556
552
 
557
- #### adaptDateGroupingProperty(property)
558
553
 
559
- [TODO: For 2022, eliminate this adapter]
560
- Get the new property base on the old date grouping properties
554
+ ##### Returns
561
555
 
562
556
 
557
+ - `AbsoluteStatement`
563
558
 
564
559
 
565
- ##### Parameters
566
560
 
567
- | Name | Type | Description | |
568
- | ---- | ---- | ----------- | -------- |
569
- | property | | | &nbsp; |
561
+ #### _resolveAsTheNext() *private method*
570
562
 
563
+ Apply 'the next' cursor logic to statement
571
564
 
572
565
 
573
566
 
574
- ##### Returns
575
567
 
576
568
 
577
- -
578
569
 
570
+ ##### Returns
579
571
 
580
572
 
573
+ - `AbsoluteStatement`
581
574
 
582
- ### dist/filters/adapters/adaptFilterData.js
583
575
 
584
576
 
585
- #### adaptFilterData(filterData, getUIFilterData, datasetsInfo)
577
+ #### replaceNowToken(value, now)
586
578
 
587
- Checks and adapts the v2.0 Filter Data Structure to the v2.1
579
+ Replace '@now' token inside a string
588
580
 
589
581
 
590
582
 
@@ -593,9 +585,8 @@ Checks and adapts the v2.0 Filter Data Structure to the v2.1
593
585
 
594
586
  | Name | Type | Description | |
595
587
  | ---- | ---- | ----------- | -------- |
596
- | filterData | | The filter data structure. Accepts both v2.1 or v2.0 | &nbsp; |
597
- | getUIFilterData | | Flag to get a Filter Data (False) or the UI Filter Data (True) | &nbsp; |
598
- | datasetsInfo | | Collection of datasets information. If getUIFilterData is true, the datasetsInfo should be mandatory | &nbsp; |
588
+ | value | `string` | | &nbsp; |
589
+ | now | `Date` | | &nbsp; |
599
590
 
600
591
 
601
592
 
@@ -603,18 +594,13 @@ Checks and adapts the v2.0 Filter Data Structure to the v2.1
603
594
  ##### Returns
604
595
 
605
596
 
606
- - A new filter data structure v2.1
607
-
608
-
609
-
597
+ - `string`
610
598
 
611
- ### dist/filters/adapters/adaptFilterValues.js
612
599
 
613
600
 
614
- #### adaptFilterValues(filter)
601
+ #### convertRelativeToAbsolute(args)
615
602
 
616
- [TODO: For 2022, eliminate this adapter]
617
- Gets an adapted filter value array. Validates the enabled property and sets
603
+ Returns a range object (date) from a group of statement params
618
604
 
619
605
 
620
606
 
@@ -623,25 +609,45 @@ Gets an adapted filter value array. Validates the enabled property and sets
623
609
 
624
610
  | Name | Type | Description | |
625
611
  | ---- | ---- | ----------- | -------- |
626
- | filter | | The filter | &nbsp; |
612
+ | args | `RelativeToAbsoluteStruct` | | &nbsp; |
613
+
614
+
615
+
627
616
 
617
+ ##### Examples
628
618
 
619
+ ```javascript
620
+ pivot = '2021-03-03T12:30:40'
621
+ unit = month
622
+ steps = 2
623
+ setTo = END
624
+ resolverAsCalendar: true
625
+ => Returns '2021-05-31T23:59:59'
626
+ ```
627
+ ```javascript
628
+ pivot = '2021-03-03T12:30:40'
629
+ unit = month
630
+ steps = -2
631
+ setTo = START
632
+ resolverAsCalendar: false
633
+ => Returns '2021-01-03T00:00:00'
634
+ ```
629
635
 
630
636
 
631
637
  ##### Returns
632
638
 
633
639
 
634
- - A new value array with the filled properties.
640
+ - `string`
635
641
 
636
642
 
637
643
 
638
644
 
639
- ### dist/filters/adapters/flatUIToFD.js
645
+ ### dist/dates/relative/relative.js
640
646
 
641
647
 
642
- #### flatUIToFD(uFilters, version)
648
+ #### resolveRelative(statements, clock)
643
649
 
644
- Generates a filter data structure from the flatttened UI filters.
650
+ Resolve a list of relative statements according to operator
645
651
 
646
652
 
647
653
 
@@ -650,32 +656,46 @@ Generates a filter data structure from the flatttened UI filters.
650
656
 
651
657
  | Name | Type | Description | |
652
658
  | ---- | ---- | ----------- | -------- |
653
- | uFilters | | Array of flattened filters from UI | &nbsp; |
654
- | version | | Tag for the version of the filter data structure | &nbsp; |
659
+ | statements | `Array.<RelativeStatement>` `Array.<string>` | - Raw statements/values | &nbsp; |
660
+ | clock | `Date` | - Clock/time reference for relative date resolution | &nbsp; |
661
+
662
+
663
+
655
664
 
665
+ ##### Examples
666
+
667
+ ```javascript
668
+ Input:
669
+ {
670
+ "cursor": "the_next",
671
+ "unit": "year",
672
+ "number": 1,
673
+ "includeCurrent": false,
674
+ "isCalendarDate": false,
675
+ "anchor": "03/05/2021"
676
+ }
656
677
 
678
+ Output:
679
+ { gte: "03/06/2021 00:00:00", lte: "03/05/2022 23:59:59" }
680
+ ```
657
681
 
658
682
 
659
683
  ##### Returns
660
684
 
661
685
 
662
- - a Filter Data.
686
+ - `Array.&lt;AbsoluteRange&gt;` `Array.&lt;string&gt;`
663
687
 
664
688
 
665
689
 
666
- #### buildScopes(fbFilters)
667
690
 
668
- Gets an array of scopes structure for the filter data. The scopes is organized by scope types and scope IDs
669
- Also, adds and organizes filters by datasets
691
+ ### dist/filters/classes/FilterInputErrorHandler.js
670
692
 
671
693
 
694
+ #### new FilterInputErrorHandler()
695
+
672
696
 
673
697
 
674
- ##### Parameters
675
698
 
676
- | Name | Type | Description | |
677
- | ---- | ---- | ----------- | -------- |
678
- | fbFilters | | Array of flat filters from UI | &nbsp; |
679
699
 
680
700
 
681
701
 
@@ -683,13 +703,17 @@ Also, adds and organizes filters by datasets
683
703
  ##### Returns
684
704
 
685
705
 
686
- - an array of scopes structure.
706
+ - `Void`
687
707
 
688
708
 
689
709
 
690
- #### buildScope(uFilter)
691
710
 
692
- Gets an scope structure for the filter data
711
+ ### dist/filters/adapters/FDToFlatUI.js
712
+
713
+
714
+ #### FDToFlatUI(filterData, datasetsInfo)
715
+
716
+ Generates a Flattened UI filter structure from Filter Data structure.
693
717
 
694
718
 
695
719
 
@@ -698,7 +722,8 @@ Gets an scope structure for the filter data
698
722
 
699
723
  | Name | Type | Description | |
700
724
  | ---- | ---- | ----------- | -------- |
701
- | uFilter | | UI structure filter | &nbsp; |
725
+ | filterData | | The filter data object. | &nbsp; |
726
+ | datasetsInfo | | Collection of datasets information | &nbsp; |
702
727
 
703
728
 
704
729
 
@@ -706,13 +731,13 @@ Gets an scope structure for the filter data
706
731
  ##### Returns
707
732
 
708
733
 
709
- - an scope structure
734
+ - a flattened UI filters array
710
735
 
711
736
 
712
737
 
713
- #### buildDataset(uFilter)
738
+ #### FD21ToFlatUI(scopes, datasetsInfo)
714
739
 
715
- Gets an dataset structure for the filter data
740
+ Generates a Filter Builder Structure from the Filter Data structure v2.1
716
741
 
717
742
 
718
743
 
@@ -721,7 +746,8 @@ Gets an dataset structure for the filter data
721
746
 
722
747
  | Name | Type | Description | |
723
748
  | ---- | ---- | ----------- | -------- |
724
- | uFilter | | a UI structure filter | &nbsp; |
749
+ | scopes | | The filter scope section | &nbsp; |
750
+ | datasetsInfo | | Collection of datasets information | &nbsp; |
725
751
 
726
752
 
727
753
 
@@ -729,13 +755,17 @@ Gets an dataset structure for the filter data
729
755
  ##### Returns
730
756
 
731
757
 
732
- - an dataset structure
758
+ - a flattened UI filters array
733
759
 
734
760
 
735
761
 
736
- #### buildFilter(uFilter)
737
762
 
738
- Gets an filter structure for the filter data
763
+ ### dist/filters/adapters/FDToLogic.js
764
+
765
+
766
+ #### FDToLogic(filterData)
767
+
768
+ Generates a Filter Logic structure from Filter Data structure.
739
769
 
740
770
 
741
771
 
@@ -744,7 +774,7 @@ Gets an filter structure for the filter data
744
774
 
745
775
  | Name | Type | Description | |
746
776
  | ---- | ---- | ----------- | -------- |
747
- | uFilter | | a UI structure filter | &nbsp; |
777
+ | filterData | | The filter data object. | &nbsp; |
748
778
 
749
779
 
750
780
 
@@ -752,17 +782,13 @@ Gets an filter structure for the filter data
752
782
  ##### Returns
753
783
 
754
784
 
755
- - an filter structure
756
-
757
-
758
-
785
+ - a filter logic array
759
786
 
760
- ### dist/filters/adapters/flatUIToLogic.js
761
787
 
762
788
 
763
- #### flatUIToLogic(uFilter)
789
+ #### getLogicBodyFromFD21(filterData)
764
790
 
765
- Generates a Logic structure from flattened UI filters
791
+ Gets the logic body
766
792
 
767
793
 
768
794
 
@@ -771,7 +797,7 @@ Generates a Logic structure from flattened UI filters
771
797
 
772
798
  | Name | Type | Description | |
773
799
  | ---- | ---- | ----------- | -------- |
774
- | uFilter | | Array of flat filters from UI | &nbsp; |
800
+ | filterData | | The filter data object | &nbsp; |
775
801
 
776
802
 
777
803
 
@@ -779,17 +805,17 @@ Generates a Logic structure from flattened UI filters
779
805
  ##### Returns
780
806
 
781
807
 
782
- - The logic structure
808
+ - a filter logic array
783
809
 
784
810
 
785
811
 
786
812
 
787
- ### dist/filters/adapters/flatUIToOldLogic.js
813
+ ### dist/filters/adapters/FDToUI.js
788
814
 
789
815
 
790
- #### flatUIToOldLogic(uFilters)
816
+ #### FDToUI(filterData, datasetsInfo)
791
817
 
792
- Generates a Logic structure from flattened UI filters
818
+ Generates a UI filter structure from Filter Data structure.
793
819
 
794
820
 
795
821
 
@@ -798,7 +824,8 @@ Generates a Logic structure from flattened UI filters
798
824
 
799
825
  | Name | Type | Description | |
800
826
  | ---- | ---- | ----------- | -------- |
801
- | uFilters | | Array of flat filters from UI | &nbsp; |
827
+ | filterData | | The filter data object. | &nbsp; |
828
+ | datasetsInfo | | Collection of datasets information | &nbsp; |
802
829
 
803
830
 
804
831
 
@@ -806,17 +833,13 @@ Generates a Logic structure from flattened UI filters
806
833
  ##### Returns
807
834
 
808
835
 
809
- - The logic structure
810
-
811
-
812
-
836
+ - a UI Filters structure
813
837
 
814
- ### dist/filters/adapters/flatUIToUI.js
815
838
 
816
839
 
817
- #### flatUIToUI(uFilters, version)
840
+ #### FD21ToUI(scopes, section, version, datasetsInfo)
818
841
 
819
- Generates a UI filter data structure from the flatttened UI filters.
842
+ Generates a UI filter Structure from the Filter Data structure v2.1
820
843
 
821
844
 
822
845
 
@@ -825,8 +848,10 @@ Generates a UI filter data structure from the flatttened UI filters.
825
848
 
826
849
  | Name | Type | Description | |
827
850
  | ---- | ---- | ----------- | -------- |
828
- | uFilters | | Array of flattened filters from UI | &nbsp; |
829
- | version | | Tag for the version of the filter data structure | &nbsp; |
851
+ | scopes | | The filter scope section | &nbsp; |
852
+ | section | | The filter section. | &nbsp; |
853
+ | version | | The version of the filter structure | &nbsp; |
854
+ | datasetsInfo | | Collection of datasets information | &nbsp; |
830
855
 
831
856
 
832
857
 
@@ -834,14 +859,17 @@ Generates a UI filter data structure from the flatttened UI filters.
834
859
  ##### Returns
835
860
 
836
861
 
837
- - a UI Filter Data.
862
+ - a UI filter Structure
838
863
 
839
864
 
840
865
 
841
- #### buildScopes(fbFilters)
842
866
 
843
- Gets an array of scopes structure for the UI filter data. The scopes is organized by scope types and scope IDs
844
- Also, adds and organizes filters by datasets
867
+ ### dist/filters/adapters/UIToFD.js
868
+
869
+
870
+ #### UIToFD(filterData)
871
+
872
+ Generates a Filter Data Structure structure from UI Filter Data structure.
845
873
 
846
874
 
847
875
 
@@ -850,7 +878,7 @@ Also, adds and organizes filters by datasets
850
878
 
851
879
  | Name | Type | Description | |
852
880
  | ---- | ---- | ----------- | -------- |
853
- | fbFilters | | Array of flat filters from UI | &nbsp; |
881
+ | filterData | | The UI filter data object. | &nbsp; |
854
882
 
855
883
 
856
884
 
@@ -858,13 +886,13 @@ Also, adds and organizes filters by datasets
858
886
  ##### Returns
859
887
 
860
888
 
861
- - an array of scopes structure.
889
+ - a Filter Data structure
862
890
 
863
891
 
864
892
 
865
- #### buildScope(uFilter)
893
+ #### UI21ToFD(uFilterData, version)
866
894
 
867
- Gets an scope structure for the UI filter data
895
+ Builds the Fitler Data structure from UI filter data
868
896
 
869
897
 
870
898
 
@@ -873,7 +901,8 @@ Gets an scope structure for the UI filter data
873
901
 
874
902
  | Name | Type | Description | |
875
903
  | ---- | ---- | ----------- | -------- |
876
- | uFilter | | UI structure filter | &nbsp; |
904
+ | uFilterData | | The UI filter Data object | &nbsp; |
905
+ | version | | the version of the structure | &nbsp; |
877
906
 
878
907
 
879
908
 
@@ -881,13 +910,17 @@ Gets an scope structure for the UI filter data
881
910
  ##### Returns
882
911
 
883
912
 
884
- - an scope structure
913
+ -
885
914
 
886
915
 
887
916
 
888
- #### buildDataset(uFilter)
889
917
 
890
- Gets an dataset structure for the UI filter data
918
+ ### dist/filters/adapters/UIToFlatUI.js
919
+
920
+
921
+ #### UIToFlatUI(filterData, datasetsInfo)
922
+
923
+ Generates a Flattened UI filter structure from UI Filter Data structure.
891
924
 
892
925
 
893
926
 
@@ -896,7 +929,8 @@ Gets an dataset structure for the UI filter data
896
929
 
897
930
  | Name | Type | Description | |
898
931
  | ---- | ---- | ----------- | -------- |
899
- | uFilter | | a UI structure filter | &nbsp; |
932
+ | filterData | | The UI filter data object. | &nbsp; |
933
+ | datasetsInfo | | Collection of datasets information. Optional for updating the datasets info | &nbsp; |
900
934
 
901
935
 
902
936
 
@@ -904,13 +938,13 @@ Gets an dataset structure for the UI filter data
904
938
  ##### Returns
905
939
 
906
940
 
907
- - an dataset structure
941
+ - a flattened UI filters array
908
942
 
909
943
 
910
944
 
911
- #### buildFilter(uFilter)
945
+ #### UI21ToFlatUI(scopes)
912
946
 
913
- Gets an filter structure for the UI filter data
947
+ Generates a Flattened UI Filter Structure from the UI Filter Data structure v2.1
914
948
 
915
949
 
916
950
 
@@ -919,7 +953,7 @@ Gets an filter structure for the UI filter data
919
953
 
920
954
  | Name | Type | Description | |
921
955
  | ---- | ---- | ----------- | -------- |
922
- | uFilter | | a UI structure filter | &nbsp; |
956
+ | scopes | | The filter scope section | &nbsp; |
923
957
 
924
958
 
925
959
 
@@ -927,17 +961,18 @@ Gets an filter structure for the UI filter data
927
961
  ##### Returns
928
962
 
929
963
 
930
- - an filter structure
964
+ - a flattened UI filters array
931
965
 
932
966
 
933
967
 
934
968
 
935
- ### dist/filters/adapters/logicToFD.js
969
+ ### dist/filters/adapters/adaptDateGroupingProperty.js
936
970
 
937
971
 
938
- #### logicToFD(filterData, version)
972
+ #### adaptDateGroupingProperty(property)
939
973
 
940
- Generates a filter data structure from the old logic structure (v2.0).
974
+ [TODO: For 2022, eliminate this adapter]
975
+ Get the new property base on the old date grouping properties
941
976
 
942
977
 
943
978
 
@@ -946,8 +981,7 @@ Generates a filter data structure from the old logic structure (v2.0).
946
981
 
947
982
  | Name | Type | Description | |
948
983
  | ---- | ---- | ----------- | -------- |
949
- | filterData | | The old filter data structure with logic (v2.0) | &nbsp; |
950
- | version | | Tag for the version of the filter data structure | &nbsp; |
984
+ | property | | | &nbsp; |
951
985
 
952
986
 
953
987
 
@@ -955,17 +989,17 @@ Generates a filter data structure from the old logic structure (v2.0).
955
989
  ##### Returns
956
990
 
957
991
 
958
- - a Filter Data.
992
+ -
959
993
 
960
994
 
961
995
 
962
996
 
963
- ### dist/filters/adapters/logicToFlatUI.js
997
+ ### dist/filters/adapters/adaptFilterData.js
964
998
 
965
999
 
966
- #### logicToFlatUI(logics)
1000
+ #### adaptFilterData(filterData, getUIFilterData, datasetsInfo)
967
1001
 
968
- Adapts the Old logic structure (v2.0) to the flattened UI filter Structure.
1002
+ Checks and adapts the v2.0 Filter Data Structure to the v2.1
969
1003
 
970
1004
 
971
1005
 
@@ -974,7 +1008,9 @@ Adapts the Old logic structure (v2.0) to the flattened UI filter Structure.
974
1008
 
975
1009
  | Name | Type | Description | |
976
1010
  | ---- | ---- | ----------- | -------- |
977
- | logics | | The old logic structure (v2.0) | &nbsp; |
1011
+ | filterData | | The filter data structure. Accepts both v2.1 or v2.0 | &nbsp; |
1012
+ | getUIFilterData | | Flag to get a Filter Data (False) or the UI Filter Data (True) | &nbsp; |
1013
+ | datasetsInfo | | Collection of datasets information. If getUIFilterData is true, the datasetsInfo should be mandatory | &nbsp; |
978
1014
 
979
1015
 
980
1016
 
@@ -982,13 +1018,18 @@ Adapts the Old logic structure (v2.0) to the flattened UI filter Structure.
982
1018
  ##### Returns
983
1019
 
984
1020
 
985
- - The Flattened UI Filters array
1021
+ - A new filter data structure v2.1
986
1022
 
987
1023
 
988
1024
 
989
- #### getFilter(filters, filter, getIndex)
990
1025
 
991
- Get the filter or the index of the given array, validating an old filter structure.
1026
+ ### dist/filters/adapters/adaptFilterValues.js
1027
+
1028
+
1029
+ #### adaptFilterValues(filter)
1030
+
1031
+ [TODO: For 2022, eliminate this adapter]
1032
+ Gets an adapted filter value array. Validates the enabled property and sets
992
1033
 
993
1034
 
994
1035
 
@@ -997,9 +1038,7 @@ Get the filter or the index of the given array, validating an old filter structu
997
1038
 
998
1039
  | Name | Type | Description | |
999
1040
  | ---- | ---- | ----------- | -------- |
1000
- | filters | | The array of UI filters | &nbsp; |
1001
- | filter | | The old logic structure filter | &nbsp; |
1002
- | getIndex | | Determines if the index or returns the UI filter object | &nbsp; |
1041
+ | filter | | The filter | &nbsp; |
1003
1042
 
1004
1043
 
1005
1044
 
@@ -1007,13 +1046,17 @@ Get the filter or the index of the given array, validating an old filter structu
1007
1046
  ##### Returns
1008
1047
 
1009
1048
 
1010
- - the index or the UI filter object
1049
+ - A new value array with the filled properties.
1011
1050
 
1012
1051
 
1013
1052
 
1014
- #### refineRankingValues(values, uiValues)
1015
1053
 
1016
- Refines the values of the Ranking column type.
1054
+ ### dist/filters/adapters/flatUIToFD.js
1055
+
1056
+
1057
+ #### flatUIToFD(uFilters, version)
1058
+
1059
+ Generates a filter data structure from the flatttened UI filters.
1017
1060
 
1018
1061
 
1019
1062
 
@@ -1022,8 +1065,8 @@ Refines the values of the Ranking column type.
1022
1065
 
1023
1066
  | Name | Type | Description | |
1024
1067
  | ---- | ---- | ----------- | -------- |
1025
- | values | | the Array of Ranking values | &nbsp; |
1026
- | uiValues | | Object with additional info about the values of the filter. | &nbsp; |
1068
+ | uFilters | | Array of flattened filters from UI | &nbsp; |
1069
+ | version | | Tag for the version of the filter data structure | &nbsp; |
1027
1070
 
1028
1071
 
1029
1072
 
@@ -1031,17 +1074,14 @@ Refines the values of the Ranking column type.
1031
1074
  ##### Returns
1032
1075
 
1033
1076
 
1034
- - the array of Ranking values
1035
-
1036
-
1037
-
1077
+ - a Filter Data.
1038
1078
 
1039
- ### dist/filters/adapters/logicToUI.js
1040
1079
 
1041
1080
 
1042
- #### logicToUI(uFilters, datasetsInfo)
1081
+ #### buildScopes(fbFilters)
1043
1082
 
1044
- Generates a UI filter structure from the old logic structure (v2.0).
1083
+ Gets an array of scopes structure for the filter data. The scopes is organized by scope types and scope IDs
1084
+ Also, adds and organizes filters by datasets
1045
1085
 
1046
1086
 
1047
1087
 
@@ -1050,8 +1090,7 @@ Generates a UI filter structure from the old logic structure (v2.0).
1050
1090
 
1051
1091
  | Name | Type | Description | |
1052
1092
  | ---- | ---- | ----------- | -------- |
1053
- | uFilters | | Array of filters from old logic structure | &nbsp; |
1054
- | datasetsInfo | | Collection of datasets information | &nbsp; |
1093
+ | fbFilters | | Array of flat filters from UI | &nbsp; |
1055
1094
 
1056
1095
 
1057
1096
 
@@ -1059,17 +1098,13 @@ Generates a UI filter structure from the old logic structure (v2.0).
1059
1098
  ##### Returns
1060
1099
 
1061
1100
 
1062
- - a UI Filter Data.
1063
-
1064
-
1065
-
1101
+ - an array of scopes structure.
1066
1102
 
1067
- ### dist/filters/adapters/transformFilters.js
1068
1103
 
1069
1104
 
1070
- #### transformFilters(oldFiltersObj, section)
1105
+ #### buildScope(uFilter)
1071
1106
 
1072
- Transform the old filters structure into the new one
1107
+ Gets an scope structure for the filter data
1073
1108
 
1074
1109
 
1075
1110
 
@@ -1078,135 +1113,71 @@ Transform the old filters structure into the new one
1078
1113
 
1079
1114
  | Name | Type | Description | |
1080
1115
  | ---- | ---- | ----------- | -------- |
1081
- | oldFiltersObj | `Object` | an object with the old filters structure | &nbsp; |
1082
- | section | `String` | could be 'ANALYZE', 'PB', 'UM' or any other value. Deafult is 'ANYWHERE' | &nbsp; |
1116
+ | uFilter | | UI structure filter | &nbsp; |
1083
1117
 
1084
1118
 
1085
1119
 
1086
1120
 
1087
- ##### Examples
1121
+ ##### Returns
1088
1122
 
1089
- ```javascript
1090
1123
 
1091
- const oldPreferenceFilters = {
1092
- "WWXHAULtR-_-xYOQAdpqT__ENABLED": true,
1093
- "WWXHAULtR-_-xYOQAdpqT__ALL--ENABLED": true,
1094
- "WWXHAULtR-_-xYOQAdpqT__COLLAPSED": false,
1095
- "WWXHAULtR-_-xYOQAdpqT__LABEL": "GLOBAL",
1096
- "WWXHAULtR-_-xYOQAdpqT-_-AK4M8UV2": {
1097
- "formulaId": null,
1098
- "panelId": null,
1099
- "values": [
1100
- {
1101
- "EQUALS": [
1102
- {
1103
- "id": "AK4M8UV2a0",
1104
- "value": "A",
1105
- "enabled": true,
1106
- "imageUrl": null
1107
- },
1108
- {
1109
- "id": "AK4M8UV2a1",
1110
- "value": "B",
1111
- "enabled": true,
1112
- "imageUrl": null
1113
- }
1114
- ]
1115
- }
1116
- ],
1117
- "bucketId": null,
1118
- "text": "MC",
1119
- "title": "MC",
1120
- "type": "SINGLE_CHOICE",
1121
- "qid": "AK4M8UV2",
1122
- "dataset": {
1123
- "sourceid": "xYOQAdpqT",
1124
- "name": "Form All Questions",
1125
- "qrveyid": "xYOQAdpqT",
1126
- "text": "Form All Questions",
1127
- "linkid": 0
1128
- },
1129
- "enabled": true,
1130
- "linked": null
1131
- }
1132
- };
1124
+ - an scope structure
1133
1125
 
1134
- const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
1135
- ```
1136
1126
 
1137
1127
 
1138
- ##### Returns
1128
+ #### buildDataset(uFilter)
1129
+
1130
+ Gets an dataset structure for the filter data
1139
1131
 
1140
1132
 
1141
- - `Object` an object with the new filters structure
1142
1133
 
1143
1134
 
1135
+ ##### Parameters
1144
1136
 
1137
+ | Name | Type | Description | |
1138
+ | ---- | ---- | ----------- | -------- |
1139
+ | uFilter | | a UI structure filter | &nbsp; |
1145
1140
 
1146
- ### dist/dates/range/getDateRange.js
1147
1141
 
1148
1142
 
1149
- #### getDateRange(value, dateGroupLabel, withTime)
1150
1143
 
1151
- Get date range object from a string date value
1144
+ ##### Returns
1152
1145
 
1153
1146
 
1147
+ - an dataset structure
1154
1148
 
1155
1149
 
1156
- ##### Parameters
1157
1150
 
1158
- | Name | Type | Description | |
1159
- | ---- | ---- | ----------- | -------- |
1160
- | value | `String` | string date value | &nbsp; |
1161
- | dateGroupLabel | `String` | could be 'YEAR', 'QUARTER', 'MONTH' or 'DAY'. Deafult is 'DAY' | &nbsp; |
1162
- | withTime | `Boolean` | determines if the date range will include time. Default is true | &nbsp; |
1151
+ #### buildFilter(uFilter)
1163
1152
 
1153
+ Gets an filter structure for the filter data
1164
1154
 
1165
1155
 
1166
1156
 
1167
- ##### Examples
1168
1157
 
1169
- ```javascript
1170
- // 1) Year:
1171
- getDateRange('2020', 'YEAR');
1172
- // Will return:
1173
- {
1174
- from: '01/01/2020 00:00:00',
1175
- to: '12/31/2020 23:59:59'
1176
- }
1158
+ ##### Parameters
1159
+
1160
+ | Name | Type | Description | |
1161
+ | ---- | ---- | ----------- | -------- |
1162
+ | uFilter | | a UI structure filter | &nbsp; |
1177
1163
 
1178
- // 2) Quarter:
1179
- getDateRange('Q3 2020', 'QUARTER');
1180
- // Will return:
1181
- {
1182
- from: '07/01/2020 00:00:00',
1183
- to: '09/30/2020 23:59:59'
1184
- }
1185
1164
 
1186
- // 3) Month:
1187
- getDateRange('Oct 2020', 'MONTH');
1188
- // Will return:
1189
- {
1190
- from: '10/01/2020 00:00:00',
1191
- to: '10/31/2020 23:59:59'
1192
- }
1193
- ```
1194
1165
 
1195
1166
 
1196
1167
  ##### Returns
1197
1168
 
1198
1169
 
1199
- - `Object` an object with the date range with two string date properties: from and to
1170
+ - an filter structure
1200
1171
 
1201
1172
 
1202
1173
 
1203
1174
 
1204
- ### dist/filters/helpers/applyHierarchyForAggFilters.js
1175
+ ### dist/filters/adapters/flatUIToLogic.js
1205
1176
 
1206
1177
 
1207
- #### applyHierarchyForAggFilters(chartSettings, scopes, currentScope)
1178
+ #### flatUIToLogic(uFilter)
1208
1179
 
1209
- [TODO: Make a proper description for this function]
1180
+ Generates a Logic structure from flattened UI filters
1210
1181
 
1211
1182
 
1212
1183
 
@@ -1215,9 +1186,7 @@ getDateRange('Oct 2020', 'MONTH');
1215
1186
 
1216
1187
  | Name | Type | Description | |
1217
1188
  | ---- | ---- | ----------- | -------- |
1218
- | chartSettings | | Chart Settings for the Filter Builder | &nbsp; |
1219
- | scopes | | | &nbsp; |
1220
- | currentScope | | | &nbsp; |
1189
+ | uFilter | | Array of flat filters from UI | &nbsp; |
1221
1190
 
1222
1191
 
1223
1192
 
@@ -1225,17 +1194,17 @@ getDateRange('Oct 2020', 'MONTH');
1225
1194
  ##### Returns
1226
1195
 
1227
1196
 
1228
- -
1197
+ - The logic structure
1229
1198
 
1230
1199
 
1231
1200
 
1232
1201
 
1233
- ### dist/filters/helpers/getAvailableScopes.js
1202
+ ### dist/filters/adapters/flatUIToOldLogic.js
1234
1203
 
1235
1204
 
1236
- #### getAvailableScopes(config)
1205
+ #### flatUIToOldLogic(uFilters)
1237
1206
 
1238
- Gets Scopes/Scope IDs by given IDs
1207
+ Generates a Logic structure from flattened UI filters
1239
1208
 
1240
1209
 
1241
1210
 
@@ -1244,7 +1213,7 @@ Gets Scopes/Scope IDs by given IDs
1244
1213
 
1245
1214
  | Name | Type | Description | |
1246
1215
  | ---- | ---- | ----------- | -------- |
1247
- | config | | given Differnts IDs in order set a available scope | &nbsp; |
1216
+ | uFilters | | Array of flat filters from UI | &nbsp; |
1248
1217
 
1249
1218
 
1250
1219
 
@@ -1252,17 +1221,17 @@ Gets Scopes/Scope IDs by given IDs
1252
1221
  ##### Returns
1253
1222
 
1254
1223
 
1255
- - a Scopes/Scope IDs array
1224
+ - The logic structure
1256
1225
 
1257
1226
 
1258
1227
 
1259
1228
 
1260
- ### dist/filters/helpers/getAvailableScopesIDsByConfig.js
1229
+ ### dist/filters/adapters/flatUIToUI.js
1261
1230
 
1262
1231
 
1263
- #### getAvailableScopesIDsByConfig(config)
1232
+ #### flatUIToUI(uFilters, version)
1264
1233
 
1265
- Gets the Scopes IDS for the Available Scope function by any config
1234
+ Generates a UI filter data structure from the flatttened UI filters.
1266
1235
 
1267
1236
 
1268
1237
 
@@ -1271,7 +1240,8 @@ Gets the Scopes IDS for the Available Scope function by any config
1271
1240
 
1272
1241
  | Name | Type | Description | |
1273
1242
  | ---- | ---- | ----------- | -------- |
1274
- | config | | any config | &nbsp; |
1243
+ | uFilters | | Array of flattened filters from UI | &nbsp; |
1244
+ | version | | Tag for the version of the filter data structure | &nbsp; |
1275
1245
 
1276
1246
 
1277
1247
 
@@ -1279,17 +1249,14 @@ Gets the Scopes IDS for the Available Scope function by any config
1279
1249
  ##### Returns
1280
1250
 
1281
1251
 
1282
- - a Available Scope IDS config
1283
-
1284
-
1285
-
1252
+ - a UI Filter Data.
1286
1253
 
1287
- ### dist/filters/helpers/getScopesByHierarchy.js
1288
1254
 
1289
1255
 
1290
- #### getScopesByHierarchy(scopes, currentScope)
1256
+ #### buildScopes(fbFilters)
1291
1257
 
1292
- [TODO: Make a description for this]
1258
+ Gets an array of scopes structure for the UI filter data. The scopes is organized by scope types and scope IDs
1259
+ Also, adds and organizes filters by datasets
1293
1260
 
1294
1261
 
1295
1262
 
@@ -1298,8 +1265,7 @@ Gets the Scopes IDS for the Available Scope function by any config
1298
1265
 
1299
1266
  | Name | Type | Description | |
1300
1267
  | ---- | ---- | ----------- | -------- |
1301
- | scopes | | the collection of Scopes/Scope IDs | &nbsp; |
1302
- | currentScope | | Current scope type | &nbsp; |
1268
+ | fbFilters | | Array of flat filters from UI | &nbsp; |
1303
1269
 
1304
1270
 
1305
1271
 
@@ -1307,17 +1273,13 @@ Gets the Scopes IDS for the Available Scope function by any config
1307
1273
  ##### Returns
1308
1274
 
1309
1275
 
1310
- - A new array of Scopes/Scope IDs
1311
-
1312
-
1313
-
1276
+ - an array of scopes structure.
1314
1277
 
1315
- ### dist/general/array/delete.js
1316
1278
 
1317
1279
 
1318
- #### ArrayDelete(array, index)
1280
+ #### buildScope(uFilter)
1319
1281
 
1320
- Inmutable Array Item deletion
1282
+ Gets an scope structure for the UI filter data
1321
1283
 
1322
1284
 
1323
1285
 
@@ -1326,8 +1288,7 @@ Inmutable Array Item deletion
1326
1288
 
1327
1289
  | Name | Type | Description | |
1328
1290
  | ---- | ---- | ----------- | -------- |
1329
- | array | `Array` | a collection of items to delete | &nbsp; |
1330
- | index | `Number` | the position of the item to delete | &nbsp; |
1291
+ | uFilter | | UI structure filter | &nbsp; |
1331
1292
 
1332
1293
 
1333
1294
 
@@ -1335,20 +1296,13 @@ Inmutable Array Item deletion
1335
1296
  ##### Returns
1336
1297
 
1337
1298
 
1338
- - a new Array or the given parameter when is empty or not an array
1339
-
1340
-
1341
-
1299
+ - an scope structure
1342
1300
 
1343
- ### dist/general/array/filterNestedTree.js
1344
1301
 
1345
1302
 
1346
- #### filterNestedTree(arr, childArrKey, condition)
1303
+ #### buildDataset(uFilter)
1347
1304
 
1348
- Filters a nested tree array by a custom condition on the last child node
1349
- - If the given arguments are not valid, the function returns the first argument.
1350
- - If the childArrKey is not matched in the object, the condition tries to resolve the filter anyway and returns an empty array.
1351
- - If the condition is not fulfilled, the function returns a filtered array, probably a empty array inside of the child array
1305
+ Gets an dataset structure for the UI filter data
1352
1306
 
1353
1307
 
1354
1308
 
@@ -1357,9 +1311,7 @@ Filters a nested tree array by a custom condition on the last child node
1357
1311
 
1358
1312
  | Name | Type | Description | |
1359
1313
  | ---- | ---- | ----------- | -------- |
1360
- | arr | | nested tree array | &nbsp; |
1361
- | childArrKey | | property representing the children array on the nested tree | &nbsp; |
1362
- | condition | | function callback that determines if the filter is applied on the last child node of the nested tree | &nbsp; |
1314
+ | uFilter | | a UI structure filter | &nbsp; |
1363
1315
 
1364
1316
 
1365
1317
 
@@ -1367,17 +1319,13 @@ Filters a nested tree array by a custom condition on the last child node
1367
1319
  ##### Returns
1368
1320
 
1369
1321
 
1370
- - array filtered
1371
-
1372
-
1373
-
1322
+ - an dataset structure
1374
1323
 
1375
- ### dist/general/array/flattenDeep.js
1376
1324
 
1377
1325
 
1378
- #### flattenDeep(arr)
1326
+ #### buildFilter(uFilter)
1379
1327
 
1380
- Flat deeply an array
1328
+ Gets an filter structure for the UI filter data
1381
1329
 
1382
1330
 
1383
1331
 
@@ -1386,7 +1334,7 @@ Flat deeply an array
1386
1334
 
1387
1335
  | Name | Type | Description | |
1388
1336
  | ---- | ---- | ----------- | -------- |
1389
- | arr | | Array to flat deeply | &nbsp; |
1337
+ | uFilter | | a UI structure filter | &nbsp; |
1390
1338
 
1391
1339
 
1392
1340
 
@@ -1394,17 +1342,17 @@ Flat deeply an array
1394
1342
  ##### Returns
1395
1343
 
1396
1344
 
1397
- - flatten array
1345
+ - an filter structure
1398
1346
 
1399
1347
 
1400
1348
 
1401
1349
 
1402
- ### dist/general/array/getFirstIndexFromArray.js
1350
+ ### dist/filters/adapters/logicToFD.js
1403
1351
 
1404
1352
 
1405
- #### getFirstIndexFromArray(array, callback)
1353
+ #### logicToFD(filterData, version)
1406
1354
 
1407
- Gets the first index from the array by a callback condition
1355
+ Generates a filter data structure from the old logic structure (v2.0).
1408
1356
 
1409
1357
 
1410
1358
 
@@ -1413,8 +1361,8 @@ Gets the first index from the array by a callback condition
1413
1361
 
1414
1362
  | Name | Type | Description | |
1415
1363
  | ---- | ---- | ----------- | -------- |
1416
- | array | | | &nbsp; |
1417
- | callback | | function callback | &nbsp; |
1364
+ | filterData | | The old filter data structure with logic (v2.0) | &nbsp; |
1365
+ | version | | Tag for the version of the filter data structure | &nbsp; |
1418
1366
 
1419
1367
 
1420
1368
 
@@ -1422,17 +1370,17 @@ Gets the first index from the array by a callback condition
1422
1370
  ##### Returns
1423
1371
 
1424
1372
 
1425
- - the first index of the array. -1 when the condition is not satisfied
1373
+ - a Filter Data.
1426
1374
 
1427
1375
 
1428
1376
 
1429
1377
 
1430
- ### dist/general/array/getLastIndexFromArray.js
1378
+ ### dist/filters/adapters/logicToFlatUI.js
1431
1379
 
1432
1380
 
1433
- #### getLastIndexFromArray(array, callback)
1381
+ #### logicToFlatUI(logics)
1434
1382
 
1435
- Gets the last index from the array by a callback condition
1383
+ Adapts the Old logic structure (v2.0) to the flattened UI filter Structure.
1436
1384
 
1437
1385
 
1438
1386
 
@@ -1441,8 +1389,7 @@ Gets the last index from the array by a callback condition
1441
1389
 
1442
1390
  | Name | Type | Description | |
1443
1391
  | ---- | ---- | ----------- | -------- |
1444
- | array | | | &nbsp; |
1445
- | callback | | function callback | &nbsp; |
1392
+ | logics | | The old logic structure (v2.0) | &nbsp; |
1446
1393
 
1447
1394
 
1448
1395
 
@@ -1450,17 +1397,13 @@ Gets the last index from the array by a callback condition
1450
1397
  ##### Returns
1451
1398
 
1452
1399
 
1453
- - the last index of the array. -1 when the condition is not satisfied
1454
-
1455
-
1456
-
1400
+ - The Flattened UI Filters array
1457
1401
 
1458
- ### dist/general/function/debounce.js
1459
1402
 
1460
1403
 
1461
- #### debounce(fn, time)
1404
+ #### getFilter(filters, filter, getIndex)
1462
1405
 
1463
- Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last time the debounced function was invoked.
1406
+ Get the filter or the index of the given array, validating an old filter structure.
1464
1407
 
1465
1408
 
1466
1409
 
@@ -1469,8 +1412,9 @@ Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last
1469
1412
 
1470
1413
  | Name | Type | Description | |
1471
1414
  | ---- | ---- | ----------- | -------- |
1472
- | fn | `Function` | original Function | &nbsp; |
1473
- | time | `Number` | default 500ms | &nbsp; |
1415
+ | filters | | The array of UI filters | &nbsp; |
1416
+ | filter | | The old logic structure filter | &nbsp; |
1417
+ | getIndex | | Determines if the index or returns the UI filter object | &nbsp; |
1474
1418
 
1475
1419
 
1476
1420
 
@@ -1478,17 +1422,13 @@ Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last
1478
1422
  ##### Returns
1479
1423
 
1480
1424
 
1481
- - `Function` debounced functions
1482
-
1483
-
1484
-
1425
+ - the index or the UI filter object
1485
1426
 
1486
- ### dist/general/function/throttled.js
1487
1427
 
1488
1428
 
1489
- #### throttled(fn, time)
1429
+ #### refineRankingValues(values, uiValues)
1490
1430
 
1491
- Make sure to only invokes _fn_ at most once per every _time_ milliseconds
1431
+ Refines the values of the Ranking column type.
1492
1432
 
1493
1433
 
1494
1434
 
@@ -1497,8 +1437,8 @@ Make sure to only invokes _fn_ at most once per every _time_ milliseconds
1497
1437
 
1498
1438
  | Name | Type | Description | |
1499
1439
  | ---- | ---- | ----------- | -------- |
1500
- | fn | `Function` | original Function | &nbsp; |
1501
- | time | `Number` | default 500ms | &nbsp; |
1440
+ | values | | the Array of Ranking values | &nbsp; |
1441
+ | uiValues | | Object with additional info about the values of the filter. | &nbsp; |
1502
1442
 
1503
1443
 
1504
1444
 
@@ -1506,18 +1446,17 @@ Make sure to only invokes _fn_ at most once per every _time_ milliseconds
1506
1446
  ##### Returns
1507
1447
 
1508
1448
 
1509
- - `Function` throttled function
1449
+ - the array of Ranking values
1510
1450
 
1511
1451
 
1512
1452
 
1513
1453
 
1514
- ### dist/general/object/cloneDeep.js
1454
+ ### dist/filters/adapters/logicToUI.js
1515
1455
 
1516
1456
 
1517
- #### cloneDeep(obj)
1457
+ #### logicToUI(uFilters, datasetsInfo)
1518
1458
 
1519
- A simple Deep Cloning function. Valid only for primivite values and object with primitive values.
1520
- Not to use this function with inner objects and functions
1459
+ Generates a UI filter structure from the old logic structure (v2.0).
1521
1460
 
1522
1461
 
1523
1462
 
@@ -1526,7 +1465,8 @@ Not to use this function with inner objects and functions
1526
1465
 
1527
1466
  | Name | Type | Description | |
1528
1467
  | ---- | ---- | ----------- | -------- |
1529
- | obj | | The object | &nbsp; |
1468
+ | uFilters | | Array of filters from old logic structure | &nbsp; |
1469
+ | datasetsInfo | | Collection of datasets information | &nbsp; |
1530
1470
 
1531
1471
 
1532
1472
 
@@ -1534,21 +1474,17 @@ Not to use this function with inner objects and functions
1534
1474
  ##### Returns
1535
1475
 
1536
1476
 
1537
- - The new reference object or the given object if the parsing is incorrect or empty
1538
-
1477
+ - a UI Filter Data.
1539
1478
 
1540
1479
 
1541
1480
 
1542
- ### dist/general/object/get.js
1543
1481
 
1482
+ ### dist/filters/adapters/transformFilters.js
1544
1483
 
1545
- #### _get(baseObject, path, defaultValue)
1546
1484
 
1547
- Like lodash _.get.
1548
- Gets the value at path of object. If the resolved value is undefined, the defaultValue is returned in its place.
1485
+ #### transformFilters(oldFiltersObj, section)
1549
1486
 
1550
- Empty arrays and empty objects are returned but the defaultValue is not
1551
- Undefined and null values will return the defaultValue.
1487
+ Transform the old filters structure into the new one
1552
1488
 
1553
1489
 
1554
1490
 
@@ -1557,9 +1493,8 @@ Undefined and null values will return the defaultValue.
1557
1493
 
1558
1494
  | Name | Type | Description | |
1559
1495
  | ---- | ---- | ----------- | -------- |
1560
- | baseObject | | The object to query | &nbsp; |
1561
- | path | | The string path or collection of string paths of the property to get. | &nbsp; |
1562
- | defaultValue | | The value returned for undefined resolved values. | &nbsp; |
1496
+ | oldFiltersObj | `Object` | an object with the old filters structure | &nbsp; |
1497
+ | section | `String` | could be 'ANALYZE', 'PB', 'UM' or any other value. Deafult is 'ANYWHERE' | &nbsp; |
1563
1498
 
1564
1499
 
1565
1500
 
@@ -1567,49 +1502,68 @@ Undefined and null values will return the defaultValue.
1567
1502
  ##### Examples
1568
1503
 
1569
1504
  ```javascript
1570
- // returns 'Hello'
1571
- _get({ item1: 'Hello', item2: 'World' }, 'item1')
1572
- ```
1573
- ```javascript
1574
- // returns 'A simple Hello'
1575
- _get({ item1: 'Hello', item2: 'World' }, 'item3', 'A simple Hello')
1576
- ```
1577
- ```javascript
1578
- // returns 'Hello Again'
1579
- _get({ item1: { item11: 'Hello Again' }, item2: {} }, 'item1.item11')
1580
- ```
1581
- ```javascript
1582
- // returns 'Hello 2'
1583
- _get({ item1: ['Hello 1', 'Hello 2' }, item2: [] }, 'item1[1]')
1584
- ```
1585
- ```javascript
1586
- // returns 'Hello Again'
1587
- _get({ item1: { item11: 'Hello Again' }, item2: {} }, ['item1', 'item11'])
1505
+
1506
+ const oldPreferenceFilters = {
1507
+ "WWXHAULtR-_-xYOQAdpqT__ENABLED": true,
1508
+ "WWXHAULtR-_-xYOQAdpqT__ALL--ENABLED": true,
1509
+ "WWXHAULtR-_-xYOQAdpqT__COLLAPSED": false,
1510
+ "WWXHAULtR-_-xYOQAdpqT__LABEL": "GLOBAL",
1511
+ "WWXHAULtR-_-xYOQAdpqT-_-AK4M8UV2": {
1512
+ "formulaId": null,
1513
+ "panelId": null,
1514
+ "values": [
1515
+ {
1516
+ "EQUALS": [
1517
+ {
1518
+ "id": "AK4M8UV2a0",
1519
+ "value": "A",
1520
+ "enabled": true,
1521
+ "imageUrl": null
1522
+ },
1523
+ {
1524
+ "id": "AK4M8UV2a1",
1525
+ "value": "B",
1526
+ "enabled": true,
1527
+ "imageUrl": null
1528
+ }
1529
+ ]
1530
+ }
1531
+ ],
1532
+ "bucketId": null,
1533
+ "text": "MC",
1534
+ "title": "MC",
1535
+ "type": "SINGLE_CHOICE",
1536
+ "qid": "AK4M8UV2",
1537
+ "dataset": {
1538
+ "sourceid": "xYOQAdpqT",
1539
+ "name": "Form All Questions",
1540
+ "qrveyid": "xYOQAdpqT",
1541
+ "text": "Form All Questions",
1542
+ "linkid": 0
1543
+ },
1544
+ "enabled": true,
1545
+ "linked": null
1546
+ }
1547
+ };
1548
+
1549
+ const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
1588
1550
  ```
1589
1551
 
1590
1552
 
1591
1553
  ##### Returns
1592
1554
 
1593
1555
 
1594
- - the resolved value.
1556
+ - `Object` an object with the new filters structure
1595
1557
 
1596
1558
 
1597
1559
 
1598
1560
 
1599
- ### dist/general/object/getAttribute.js
1561
+ ### dist/filters/helpers/applyHierarchyForAggFilters.js
1600
1562
 
1601
1563
 
1602
- #### getAttribute(obj, key)
1564
+ #### applyHierarchyForAggFilters(chartSettings, scopes, currentScope)
1603
1565
 
1604
- Searchs for properties in different case styles such as: lower, upper, camel and pascal
1605
- - To optimize the searching, it is required a key in a snake_case style
1606
- - List of cases that do not match
1607
- -- From lower to snake case
1608
- -- From upper to snake case
1609
- -- From lower to camel case
1610
- -- From upper to camel case
1611
- -- From lower to pascal case
1612
- -- From upper to pascal case
1566
+ [TODO: Make a proper description for this function]
1613
1567
 
1614
1568
 
1615
1569
 
@@ -1618,33 +1572,27 @@ Searchs for properties in different case styles such as: lower, upper, camel and
1618
1572
 
1619
1573
  | Name | Type | Description | |
1620
1574
  | ---- | ---- | ----------- | -------- |
1621
- | obj | `object` | object to look for | &nbsp; |
1622
- | key | `string` | String attribute in snake_case style | &nbsp; |
1623
-
1624
-
1625
-
1575
+ | chartSettings | | Chart Settings for the Filter Builder | &nbsp; |
1576
+ | scopes | | | &nbsp; |
1577
+ | currentScope | | | &nbsp; |
1626
1578
 
1627
- ##### Examples
1628
1579
 
1629
- ```javascript
1630
- getAttribute(obj, 'snake_case') //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
1631
- ```
1632
1580
 
1633
1581
 
1634
1582
  ##### Returns
1635
1583
 
1636
1584
 
1637
- - `Void`
1585
+ -
1638
1586
 
1639
1587
 
1640
1588
 
1641
1589
 
1642
- ### dist/general/object/hasProperty.js
1590
+ ### dist/filters/helpers/getAvailableScopes.js
1643
1591
 
1644
1592
 
1645
- #### _hasProperty(obj, property)
1593
+ #### getAvailableScopes(config)
1646
1594
 
1647
- Use the hasOwnProperty in order to verify if the given property exists in the object.
1595
+ Gets Scopes/Scope IDs by given IDs
1648
1596
 
1649
1597
 
1650
1598
 
@@ -1653,38 +1601,25 @@ Use the hasOwnProperty in order to verify if the given property exists in the ob
1653
1601
 
1654
1602
  | Name | Type | Description | |
1655
1603
  | ---- | ---- | ----------- | -------- |
1656
- | obj | `object` | an object | &nbsp; |
1657
- | property | `string` | String to verify if exists in the object as property | &nbsp; |
1658
-
1659
-
1660
-
1661
-
1662
- ##### Examples
1604
+ | config | | given Differnts IDs in order set a available scope | &nbsp; |
1663
1605
 
1664
- ```javascript
1665
- const prop = 'prop2'
1666
- const obj1 = { prop1: 'hello', prop2: 'world'}
1667
- _hasProperty(ob1, prop1) // true
1668
1606
 
1669
- const obj2 = { prop1: 'hello world' }
1670
- _hasProperty(ob1, prop2) // false
1671
- ```
1672
1607
 
1673
1608
 
1674
1609
  ##### Returns
1675
1610
 
1676
1611
 
1677
- - True if the object has the given property; otherwise, false.
1612
+ - a Scopes/Scope IDs array
1678
1613
 
1679
1614
 
1680
1615
 
1681
1616
 
1682
- ### dist/general/object/isObject.js
1617
+ ### dist/filters/helpers/getAvailableScopesIDsByConfig.js
1683
1618
 
1684
1619
 
1685
- #### isObject(obj)
1620
+ #### getAvailableScopesIDsByConfig(config)
1686
1621
 
1687
- Checks if the given argument is an object type
1622
+ Gets the Scopes IDS for the Available Scope function by any config
1688
1623
 
1689
1624
 
1690
1625
 
@@ -1693,7 +1628,7 @@ Checks if the given argument is an object type
1693
1628
 
1694
1629
  | Name | Type | Description | |
1695
1630
  | ---- | ---- | ----------- | -------- |
1696
- | obj | | the variable to check | &nbsp; |
1631
+ | config | | any config | &nbsp; |
1697
1632
 
1698
1633
 
1699
1634
 
@@ -1701,18 +1636,17 @@ Checks if the given argument is an object type
1701
1636
  ##### Returns
1702
1637
 
1703
1638
 
1704
- - True: It is an object; False: It is not.
1639
+ - a Available Scope IDS config
1705
1640
 
1706
1641
 
1707
1642
 
1708
1643
 
1709
- ### dist/general/object/mapValues.js
1644
+ ### dist/filters/helpers/getScopesByHierarchy.js
1710
1645
 
1711
1646
 
1712
- #### mapValues(baseObject, iteratee)
1647
+ #### getScopesByHierarchy(scopes, currentScope)
1713
1648
 
1714
- Invoke iteratee (function) for each object key-value pair
1715
- and return a mapped object
1649
+ [TODO: Make a description for this]
1716
1650
 
1717
1651
 
1718
1652
 
@@ -1721,8 +1655,8 @@ and return a mapped object
1721
1655
 
1722
1656
  | Name | Type | Description | |
1723
1657
  | ---- | ---- | ----------- | -------- |
1724
- | baseObject | `Object` | Base object. | &nbsp; |
1725
- | iteratee | `Function` | The executed per iteration. | &nbsp; |
1658
+ | scopes | | the collection of Scopes/Scope IDs | &nbsp; |
1659
+ | currentScope | | Current scope type | &nbsp; |
1726
1660
 
1727
1661
 
1728
1662
 
@@ -1730,18 +1664,17 @@ and return a mapped object
1730
1664
  ##### Returns
1731
1665
 
1732
1666
 
1733
- - `Object` New mapped object.
1667
+ - A new array of Scopes/Scope IDs
1734
1668
 
1735
1669
 
1736
1670
 
1737
1671
 
1738
- ### dist/general/object/mergeDeep.js
1672
+ ### dist/general/array/delete.js
1739
1673
 
1740
1674
 
1741
- #### mergeDeep(obj1, obj2, settings)
1675
+ #### ArrayDelete(array, index)
1742
1676
 
1743
- Merges two objects into a new one.
1744
- The second given argument to the first given argument.
1677
+ Inmutable Array Item deletion
1745
1678
 
1746
1679
 
1747
1680
 
@@ -1750,9 +1683,8 @@ The second given argument to the first given argument.
1750
1683
 
1751
1684
  | Name | Type | Description | |
1752
1685
  | ---- | ---- | ----------- | -------- |
1753
- | obj1 | | The target object | &nbsp; |
1754
- | obj2 | | The object to be merged | &nbsp; |
1755
- | settings | | Object settings for this function | &nbsp; |
1686
+ | array | `Array` | a collection of items to delete | &nbsp; |
1687
+ | index | `Number` | the position of the item to delete | &nbsp; |
1756
1688
 
1757
1689
 
1758
1690
 
@@ -1760,13 +1692,20 @@ The second given argument to the first given argument.
1760
1692
  ##### Returns
1761
1693
 
1762
1694
 
1763
- - a new merged object
1695
+ - a new Array or the given parameter when is empty or not an array
1764
1696
 
1765
1697
 
1766
1698
 
1767
- #### isValid(obj1, obj2)
1768
1699
 
1769
- Validates if the two arguments are objects
1700
+ ### dist/general/array/filterNestedTree.js
1701
+
1702
+
1703
+ #### filterNestedTree(arr, childArrKey, condition)
1704
+
1705
+ Filters a nested tree array by a custom condition on the last child node
1706
+ - If the given arguments are not valid, the function returns the first argument.
1707
+ - If the childArrKey is not matched in the object, the condition tries to resolve the filter anyway and returns an empty array.
1708
+ - If the condition is not fulfilled, the function returns a filtered array, probably a empty array inside of the child array
1770
1709
 
1771
1710
 
1772
1711
 
@@ -1775,8 +1714,9 @@ Validates if the two arguments are objects
1775
1714
 
1776
1715
  | Name | Type | Description | |
1777
1716
  | ---- | ---- | ----------- | -------- |
1778
- | obj1 | | The target object | &nbsp; |
1779
- | obj2 | | The object to be merged | &nbsp; |
1717
+ | arr | | nested tree array | &nbsp; |
1718
+ | childArrKey | | property representing the children array on the nested tree | &nbsp; |
1719
+ | condition | | function callback that determines if the filter is applied on the last child node of the nested tree | &nbsp; |
1780
1720
 
1781
1721
 
1782
1722
 
@@ -1784,13 +1724,17 @@ Validates if the two arguments are objects
1784
1724
  ##### Returns
1785
1725
 
1786
1726
 
1787
- - true: they are valid; false: they are not
1727
+ - array filtered
1788
1728
 
1789
1729
 
1790
1730
 
1791
- #### getParamsToMergeDeep(settings)
1792
1731
 
1793
- Validates and gets the settings with all set parameters.
1732
+ ### dist/general/array/flattenDeep.js
1733
+
1734
+
1735
+ #### flattenDeep(arr)
1736
+
1737
+ Flat deeply an array
1794
1738
 
1795
1739
 
1796
1740
 
@@ -1799,7 +1743,7 @@ Validates and gets the settings with all set parameters.
1799
1743
 
1800
1744
  | Name | Type | Description | |
1801
1745
  | ---- | ---- | ----------- | -------- |
1802
- | settings | | the settings object | &nbsp; |
1746
+ | arr | | Array to flat deeply | &nbsp; |
1803
1747
 
1804
1748
 
1805
1749
 
@@ -1807,17 +1751,17 @@ Validates and gets the settings with all set parameters.
1807
1751
  ##### Returns
1808
1752
 
1809
1753
 
1810
- - a new settings object with all set parameters.
1754
+ - flatten array
1811
1755
 
1812
1756
 
1813
1757
 
1814
1758
 
1815
- ### dist/general/object/objectCopy.js
1759
+ ### dist/general/array/getFirstIndexFromArray.js
1816
1760
 
1817
1761
 
1818
- #### objectCopy(entity, cache)
1762
+ #### getFirstIndexFromArray(array, callback)
1819
1763
 
1820
- Created a new reference of the given argument
1764
+ Gets the first index from the array by a callback condition
1821
1765
 
1822
1766
 
1823
1767
 
@@ -1826,8 +1770,8 @@ Created a new reference of the given argument
1826
1770
 
1827
1771
  | Name | Type | Description | |
1828
1772
  | ---- | ---- | ----------- | -------- |
1829
- | entity | | The variable to be copied | &nbsp; |
1830
- | cache | | | &nbsp; |
1773
+ | array | | | &nbsp; |
1774
+ | callback | | function callback | &nbsp; |
1831
1775
 
1832
1776
 
1833
1777
 
@@ -1835,17 +1779,17 @@ Created a new reference of the given argument
1835
1779
  ##### Returns
1836
1780
 
1837
1781
 
1838
- - A new reference of the given argument
1782
+ - the first index of the array. -1 when the condition is not satisfied
1839
1783
 
1840
1784
 
1841
1785
 
1842
1786
 
1843
- ### dist/general/object/omit.js
1787
+ ### dist/general/array/getLastIndexFromArray.js
1844
1788
 
1845
1789
 
1846
- #### omit(obj, props)
1790
+ #### getLastIndexFromArray(array, callback)
1847
1791
 
1848
- return a new Object excluding attributes in _props_ list
1792
+ Gets the last index from the array by a callback condition
1849
1793
 
1850
1794
 
1851
1795
 
@@ -1854,8 +1798,8 @@ return a new Object excluding attributes in _props_ list
1854
1798
 
1855
1799
  | Name | Type | Description | |
1856
1800
  | ---- | ---- | ----------- | -------- |
1857
- | obj | `Object` | base object | &nbsp; |
1858
- | props | `Array.<String>` | list of attribute to exclude | &nbsp; |
1801
+ | array | | | &nbsp; |
1802
+ | callback | | function callback | &nbsp; |
1859
1803
 
1860
1804
 
1861
1805
 
@@ -1863,17 +1807,17 @@ return a new Object excluding attributes in _props_ list
1863
1807
  ##### Returns
1864
1808
 
1865
1809
 
1866
- - `Object` clean object
1810
+ - the last index of the array. -1 when the condition is not satisfied
1867
1811
 
1868
1812
 
1869
1813
 
1870
1814
 
1871
- ### dist/general/object/pick.js
1815
+ ### dist/general/function/debounce.js
1872
1816
 
1873
1817
 
1874
- #### pick(baseObject, keys)
1818
+ #### debounce(fn, time)
1875
1819
 
1876
- return a new object just with attributes in _keys_ list
1820
+ Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last time the debounced function was invoked.
1877
1821
 
1878
1822
 
1879
1823
 
@@ -1882,8 +1826,8 @@ return a new object just with attributes in _keys_ list
1882
1826
 
1883
1827
  | Name | Type | Description | |
1884
1828
  | ---- | ---- | ----------- | -------- |
1885
- | baseObject | `Object` | base object | &nbsp; |
1886
- | keys | `Array.<String>` | list of attributes to preserve | &nbsp; |
1829
+ | fn | `Function` | original Function | &nbsp; |
1830
+ | time | `Number` | default 500ms | &nbsp; |
1887
1831
 
1888
1832
 
1889
1833
 
@@ -1891,17 +1835,17 @@ return a new object just with attributes in _keys_ list
1891
1835
  ##### Returns
1892
1836
 
1893
1837
 
1894
- - `Object` new object just with desired attributes
1838
+ - `Function` debounced functions
1895
1839
 
1896
1840
 
1897
1841
 
1898
1842
 
1899
- ### dist/general/object/serialize.js
1843
+ ### dist/general/function/throttled.js
1900
1844
 
1901
1845
 
1902
- #### serialize(obj)
1846
+ #### throttled(fn, time)
1903
1847
 
1904
- serialize object to url param
1848
+ Make sure to only invokes _fn_ at most once per every _time_ milliseconds
1905
1849
 
1906
1850
 
1907
1851
 
@@ -1910,7 +1854,8 @@ serialize object to url param
1910
1854
 
1911
1855
  | Name | Type | Description | |
1912
1856
  | ---- | ---- | ----------- | -------- |
1913
- | obj | | - Object to be serialized | &nbsp; |
1857
+ | fn | `Function` | original Function | &nbsp; |
1858
+ | time | `Number` | default 500ms | &nbsp; |
1914
1859
 
1915
1860
 
1916
1861
 
@@ -1918,7 +1863,7 @@ serialize object to url param
1918
1863
  ##### Returns
1919
1864
 
1920
1865
 
1921
- - `Void`
1866
+ - `Function` throttled function
1922
1867
 
1923
1868
 
1924
1869
 
@@ -2033,14 +1978,461 @@ importScripts([
2033
1978
  ##### Returns
2034
1979
 
2035
1980
 
2036
- - `Promise` Promise when all script have been loaded
1981
+ - `Promise` Promise when all script have been loaded
1982
+
1983
+
1984
+
1985
+ #### loadScript(url, type, noModule)
1986
+
1987
+ Creates the script element and appends to document.head
1988
+ return a Promise that is resolved when the script is loaded
1989
+
1990
+
1991
+
1992
+
1993
+ ##### Parameters
1994
+
1995
+ | Name | Type | Description | |
1996
+ | ---- | ---- | ----------- | -------- |
1997
+ | url | `String` | Cdn Url | &nbsp; |
1998
+ | type | `String` | (Optional) it could be `module` of `text/javascript`. Default `text/javascript` | &nbsp; |
1999
+ | noModule | `boolean` | (Optional) add `momodule` attribute to script tag. Default `false` | &nbsp; |
2000
+
2001
+
2002
+
2003
+
2004
+ ##### Returns
2005
+
2006
+
2007
+ - `Void`
2008
+
2009
+
2010
+
2011
+
2012
+ ### dist/general/mix/isEmpty.js
2013
+
2014
+
2015
+ #### isEmpty(variable, includeFalsy)
2016
+
2017
+ Validates if the given argument is empty
2018
+
2019
+
2020
+
2021
+
2022
+ ##### Parameters
2023
+
2024
+ | Name | Type | Description | |
2025
+ | ---- | ---- | ----------- | -------- |
2026
+ | variable | | the given variable | &nbsp; |
2027
+ | includeFalsy | | flag to determine include the falsy variables into the validation | &nbsp; |
2028
+
2029
+
2030
+
2031
+
2032
+ ##### Returns
2033
+
2034
+
2035
+ - true: the given argument is empty; false: is not.
2036
+
2037
+
2038
+
2039
+
2040
+ ### dist/general/mix/isNaNV2.js
2041
+
2042
+
2043
+ #### isNaNV2(variable)
2044
+
2045
+ Validates if the recieved number is NaN type.
2046
+ This function recieves any variable but will return false.
2047
+ Validates if variable is null, undefined, or an empty string, also, the function uses isNaN native function.
2048
+
2049
+
2050
+
2051
+
2052
+ ##### Parameters
2053
+
2054
+ | Name | Type | Description | |
2055
+ | ---- | ---- | ----------- | -------- |
2056
+ | variable | | the variable to validate | &nbsp; |
2057
+
2058
+
2059
+
2060
+
2061
+ ##### Returns
2062
+
2063
+
2064
+ - True if variable is a NaN or false otherwise
2065
+
2066
+
2067
+
2068
+
2069
+ ### dist/general/mix/isNull.js
2070
+
2071
+
2072
+ #### isNull(arg)
2073
+
2074
+ return if a given variable is either `null` or `undefined`
2075
+ useful to avoid falsify validating Number Zero (0)
2076
+
2077
+
2078
+
2079
+
2080
+ ##### Parameters
2081
+
2082
+ | Name | Type | Description | |
2083
+ | ---- | ---- | ----------- | -------- |
2084
+ | arg | `any` | | &nbsp; |
2085
+
2086
+
2087
+
2088
+
2089
+ ##### Returns
2090
+
2091
+
2092
+ - `Boolean`
2093
+
2094
+
2095
+
2096
+
2097
+ ### dist/general/mix/randomId.js
2098
+
2099
+
2100
+ #### randomId(length, exclude)
2101
+
2102
+ Creates a random string
2103
+ - If the first given argument is different than a length number, the variable is replaced by a default number
2104
+ - If the optional second given argument is passed the random string is permutated.
2105
+
2106
+
2107
+
2108
+
2109
+ ##### Parameters
2110
+
2111
+ | Name | Type | Description | |
2112
+ | ---- | ---- | ----------- | -------- |
2113
+ | length | `Number` | size of the generated string. Default 8 | &nbsp; |
2114
+ | exclude | `Array` | collection of strings that is going to be excluded of the random string. | &nbsp; |
2115
+
2116
+
2117
+
2118
+
2119
+ ##### Returns
2120
+
2121
+
2122
+ - `String` Random string
2123
+
2124
+
2125
+
2126
+
2127
+ ### dist/general/mix/size.js
2128
+
2129
+
2130
+ #### size(obj)
2131
+
2132
+ Gets the length of the given array.
2133
+ - Useful for Object, Array and string type.
2134
+ - For `null` or `undefined` or else argument the returned value will be 0.
2135
+
2136
+
2137
+
2138
+
2139
+ ##### Parameters
2140
+
2141
+ | Name | Type | Description | |
2142
+ | ---- | ---- | ----------- | -------- |
2143
+ | obj | `Any` | Any object-type variable | &nbsp; |
2144
+
2145
+
2146
+
2147
+
2148
+ ##### Returns
2149
+
2150
+
2151
+ - `Number` the size of the given variable
2152
+
2153
+
2154
+
2155
+
2156
+ ### dist/general/object/cloneDeep.js
2157
+
2158
+
2159
+ #### cloneDeep(obj)
2160
+
2161
+ A simple Deep Cloning function. Valid only for primivite values and object with primitive values.
2162
+ Not to use this function with inner objects and functions
2163
+
2164
+
2165
+
2166
+
2167
+ ##### Parameters
2168
+
2169
+ | Name | Type | Description | |
2170
+ | ---- | ---- | ----------- | -------- |
2171
+ | obj | | The object | &nbsp; |
2172
+
2173
+
2174
+
2175
+
2176
+ ##### Returns
2177
+
2178
+
2179
+ - The new reference object or the given object if the parsing is incorrect or empty
2180
+
2181
+
2182
+
2183
+
2184
+ ### dist/general/object/get.js
2185
+
2186
+
2187
+ #### _get(baseObject, path, defaultValue)
2188
+
2189
+ Like lodash _.get.
2190
+ Gets the value at path of object. If the resolved value is undefined, the defaultValue is returned in its place.
2191
+
2192
+ Empty arrays and empty objects are returned but the defaultValue is not
2193
+ Undefined and null values will return the defaultValue.
2194
+
2195
+
2196
+
2197
+
2198
+ ##### Parameters
2199
+
2200
+ | Name | Type | Description | |
2201
+ | ---- | ---- | ----------- | -------- |
2202
+ | baseObject | | The object to query | &nbsp; |
2203
+ | path | | The string path or collection of string paths of the property to get. | &nbsp; |
2204
+ | defaultValue | | The value returned for undefined resolved values. | &nbsp; |
2205
+
2206
+
2207
+
2208
+
2209
+ ##### Examples
2210
+
2211
+ ```javascript
2212
+ // returns 'Hello'
2213
+ _get({ item1: 'Hello', item2: 'World' }, 'item1')
2214
+ ```
2215
+ ```javascript
2216
+ // returns 'A simple Hello'
2217
+ _get({ item1: 'Hello', item2: 'World' }, 'item3', 'A simple Hello')
2218
+ ```
2219
+ ```javascript
2220
+ // returns 'Hello Again'
2221
+ _get({ item1: { item11: 'Hello Again' }, item2: {} }, 'item1.item11')
2222
+ ```
2223
+ ```javascript
2224
+ // returns 'Hello 2'
2225
+ _get({ item1: ['Hello 1', 'Hello 2' }, item2: [] }, 'item1[1]')
2226
+ ```
2227
+ ```javascript
2228
+ // returns 'Hello Again'
2229
+ _get({ item1: { item11: 'Hello Again' }, item2: {} }, ['item1', 'item11'])
2230
+ ```
2231
+
2232
+
2233
+ ##### Returns
2234
+
2235
+
2236
+ - the resolved value.
2237
+
2238
+
2239
+
2240
+
2241
+ ### dist/general/object/getAttribute.js
2242
+
2243
+
2244
+ #### getAttribute(obj, key)
2245
+
2246
+ Searchs for properties in different case styles such as: lower, upper, camel and pascal
2247
+ - To optimize the searching, it is required a key in a snake_case style
2248
+ - List of cases that do not match
2249
+ -- From lower to snake case
2250
+ -- From upper to snake case
2251
+ -- From lower to camel case
2252
+ -- From upper to camel case
2253
+ -- From lower to pascal case
2254
+ -- From upper to pascal case
2255
+
2256
+
2257
+
2258
+
2259
+ ##### Parameters
2260
+
2261
+ | Name | Type | Description | |
2262
+ | ---- | ---- | ----------- | -------- |
2263
+ | obj | `object` | object to look for | &nbsp; |
2264
+ | key | `string` | String attribute in snake_case style | &nbsp; |
2265
+
2266
+
2267
+
2268
+
2269
+ ##### Examples
2270
+
2271
+ ```javascript
2272
+ getAttribute(obj, 'snake_case') //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
2273
+ ```
2274
+
2275
+
2276
+ ##### Returns
2277
+
2278
+
2279
+ - `Void`
2280
+
2281
+
2282
+
2283
+
2284
+ ### dist/general/object/hasProperty.js
2285
+
2286
+
2287
+ #### _hasProperty(obj, property)
2288
+
2289
+ Use the hasOwnProperty in order to verify if the given property exists in the object.
2290
+
2291
+
2292
+
2293
+
2294
+ ##### Parameters
2295
+
2296
+ | Name | Type | Description | |
2297
+ | ---- | ---- | ----------- | -------- |
2298
+ | obj | `object` | an object | &nbsp; |
2299
+ | property | `string` | String to verify if exists in the object as property | &nbsp; |
2300
+
2301
+
2302
+
2303
+
2304
+ ##### Examples
2305
+
2306
+ ```javascript
2307
+ const prop = 'prop2'
2308
+ const obj1 = { prop1: 'hello', prop2: 'world'}
2309
+ _hasProperty(ob1, prop1) // true
2310
+
2311
+ const obj2 = { prop1: 'hello world' }
2312
+ _hasProperty(ob1, prop2) // false
2313
+ ```
2314
+
2315
+
2316
+ ##### Returns
2317
+
2318
+
2319
+ - True if the object has the given property; otherwise, false.
2320
+
2321
+
2322
+
2323
+
2324
+ ### dist/general/object/isObject.js
2325
+
2326
+
2327
+ #### isObject(obj)
2328
+
2329
+ Checks if the given argument is an object type
2330
+
2331
+
2332
+
2333
+
2334
+ ##### Parameters
2335
+
2336
+ | Name | Type | Description | |
2337
+ | ---- | ---- | ----------- | -------- |
2338
+ | obj | | the variable to check | &nbsp; |
2339
+
2340
+
2341
+
2342
+
2343
+ ##### Returns
2344
+
2345
+
2346
+ - True: It is an object; False: It is not.
2347
+
2348
+
2349
+
2350
+
2351
+ ### dist/general/object/mapValues.js
2352
+
2353
+
2354
+ #### mapValues(baseObject, iteratee)
2355
+
2356
+ Invoke iteratee (function) for each object key-value pair
2357
+ and return a mapped object
2358
+
2359
+
2360
+
2361
+
2362
+ ##### Parameters
2363
+
2364
+ | Name | Type | Description | |
2365
+ | ---- | ---- | ----------- | -------- |
2366
+ | baseObject | `Object` | Base object. | &nbsp; |
2367
+ | iteratee | `Function` | The executed per iteration. | &nbsp; |
2368
+
2369
+
2370
+
2371
+
2372
+ ##### Returns
2373
+
2374
+
2375
+ - `Object` New mapped object.
2376
+
2377
+
2378
+
2379
+
2380
+ ### dist/general/object/mergeDeep.js
2381
+
2382
+
2383
+ #### mergeDeep(obj1, obj2, settings)
2384
+
2385
+ Merges two objects into a new one.
2386
+ The second given argument to the first given argument.
2387
+
2388
+
2389
+
2390
+
2391
+ ##### Parameters
2392
+
2393
+ | Name | Type | Description | |
2394
+ | ---- | ---- | ----------- | -------- |
2395
+ | obj1 | | The target object | &nbsp; |
2396
+ | obj2 | | The object to be merged | &nbsp; |
2397
+ | settings | | Object settings for this function | &nbsp; |
2398
+
2399
+
2400
+
2401
+
2402
+ ##### Returns
2403
+
2404
+
2405
+ - a new merged object
2406
+
2407
+
2408
+
2409
+ #### isValid(obj1, obj2)
2410
+
2411
+ Validates if the two arguments are objects
2412
+
2413
+
2414
+
2415
+
2416
+ ##### Parameters
2417
+
2418
+ | Name | Type | Description | |
2419
+ | ---- | ---- | ----------- | -------- |
2420
+ | obj1 | | The target object | &nbsp; |
2421
+ | obj2 | | The object to be merged | &nbsp; |
2422
+
2423
+
2424
+
2425
+
2426
+ ##### Returns
2427
+
2428
+
2429
+ - true: they are valid; false: they are not
2037
2430
 
2038
2431
 
2039
2432
 
2040
- #### loadScript(url, type, noModule)
2433
+ #### getParamsToMergeDeep(settings)
2041
2434
 
2042
- Creates the script element and appends to document.head
2043
- return a Promise that is resolved when the script is loaded
2435
+ Validates and gets the settings with all set parameters.
2044
2436
 
2045
2437
 
2046
2438
 
@@ -2049,9 +2441,7 @@ return a Promise that is resolved when the script is loaded
2049
2441
 
2050
2442
  | Name | Type | Description | |
2051
2443
  | ---- | ---- | ----------- | -------- |
2052
- | url | `String` | Cdn Url | &nbsp; |
2053
- | type | `String` | (Optional) it could be `module` of `text/javascript`. Default `text/javascript` | &nbsp; |
2054
- | noModule | `boolean` | (Optional) add `momodule` attribute to script tag. Default `false` | &nbsp; |
2444
+ | settings | | the settings object | &nbsp; |
2055
2445
 
2056
2446
 
2057
2447
 
@@ -2059,17 +2449,17 @@ return a Promise that is resolved when the script is loaded
2059
2449
  ##### Returns
2060
2450
 
2061
2451
 
2062
- - `Void`
2452
+ - a new settings object with all set parameters.
2063
2453
 
2064
2454
 
2065
2455
 
2066
2456
 
2067
- ### dist/general/mix/isEmpty.js
2457
+ ### dist/general/object/objectCopy.js
2068
2458
 
2069
2459
 
2070
- #### isEmpty(variable, includeFalsy)
2460
+ #### objectCopy(entity, cache)
2071
2461
 
2072
- Validates if the given argument is empty
2462
+ Created a new reference of the given argument
2073
2463
 
2074
2464
 
2075
2465
 
@@ -2078,8 +2468,8 @@ Validates if the given argument is empty
2078
2468
 
2079
2469
  | Name | Type | Description | |
2080
2470
  | ---- | ---- | ----------- | -------- |
2081
- | variable | | the given variable | &nbsp; |
2082
- | includeFalsy | | flag to determine include the falsy variables into the validation | &nbsp; |
2471
+ | entity | | The variable to be copied | &nbsp; |
2472
+ | cache | | | &nbsp; |
2083
2473
 
2084
2474
 
2085
2475
 
@@ -2087,18 +2477,17 @@ Validates if the given argument is empty
2087
2477
  ##### Returns
2088
2478
 
2089
2479
 
2090
- - true: the given argument is empty; false: is not.
2480
+ - A new reference of the given argument
2091
2481
 
2092
2482
 
2093
2483
 
2094
2484
 
2095
- ### dist/general/mix/isNull.js
2485
+ ### dist/general/object/omit.js
2096
2486
 
2097
2487
 
2098
- #### isNull(arg)
2488
+ #### omit(obj, props)
2099
2489
 
2100
- return if a given variable is either `null` or `undefined`
2101
- useful to avoid falsify validating Number Zero (0)
2490
+ return a new Object excluding attributes in _props_ list
2102
2491
 
2103
2492
 
2104
2493
 
@@ -2107,7 +2496,8 @@ useful to avoid falsify validating Number Zero (0)
2107
2496
 
2108
2497
  | Name | Type | Description | |
2109
2498
  | ---- | ---- | ----------- | -------- |
2110
- | arg | `any` | | &nbsp; |
2499
+ | obj | `Object` | base object | &nbsp; |
2500
+ | props | `Array.<String>` | list of attribute to exclude | &nbsp; |
2111
2501
 
2112
2502
 
2113
2503
 
@@ -2115,19 +2505,17 @@ useful to avoid falsify validating Number Zero (0)
2115
2505
  ##### Returns
2116
2506
 
2117
2507
 
2118
- - `Boolean`
2508
+ - `Object` clean object
2119
2509
 
2120
2510
 
2121
2511
 
2122
2512
 
2123
- ### dist/general/mix/randomId.js
2513
+ ### dist/general/object/pick.js
2124
2514
 
2125
2515
 
2126
- #### randomId(length, exclude)
2516
+ #### pick(baseObject, keys)
2127
2517
 
2128
- Creates a random string
2129
- - If the first given argument is different than a length number, the variable is replaced by a default number
2130
- - If the optional second given argument is passed the random string is permutated.
2518
+ return a new object just with attributes in _keys_ list
2131
2519
 
2132
2520
 
2133
2521
 
@@ -2136,8 +2524,8 @@ Creates a random string
2136
2524
 
2137
2525
  | Name | Type | Description | |
2138
2526
  | ---- | ---- | ----------- | -------- |
2139
- | length | `Number` | size of the generated string. Default 8 | &nbsp; |
2140
- | exclude | `Array` | collection of strings that is going to be excluded of the random string. | &nbsp; |
2527
+ | baseObject | `Object` | base object | &nbsp; |
2528
+ | keys | `Array.<String>` | list of attributes to preserve | &nbsp; |
2141
2529
 
2142
2530
 
2143
2531
 
@@ -2145,19 +2533,17 @@ Creates a random string
2145
2533
  ##### Returns
2146
2534
 
2147
2535
 
2148
- - `String` Random string
2536
+ - `Object` new object just with desired attributes
2149
2537
 
2150
2538
 
2151
2539
 
2152
2540
 
2153
- ### dist/general/mix/size.js
2541
+ ### dist/general/object/serialize.js
2154
2542
 
2155
2543
 
2156
- #### size(obj)
2544
+ #### serialize(obj)
2157
2545
 
2158
- Gets the length of the given array.
2159
- - Useful for Object, Array and string type.
2160
- - For `null` or `undefined` or else argument the returned value will be 0.
2546
+ serialize object to url param
2161
2547
 
2162
2548
 
2163
2549
 
@@ -2166,7 +2552,7 @@ Gets the length of the given array.
2166
2552
 
2167
2553
  | Name | Type | Description | |
2168
2554
  | ---- | ---- | ----------- | -------- |
2169
- | obj | `Any` | Any object-type variable | &nbsp; |
2555
+ | obj | | - Object to be serialized | &nbsp; |
2170
2556
 
2171
2557
 
2172
2558
 
@@ -2174,7 +2560,7 @@ Gets the length of the given array.
2174
2560
  ##### Returns
2175
2561
 
2176
2562
 
2177
- - `Number` the size of the given variable
2563
+ - `Void`
2178
2564
 
2179
2565
 
2180
2566
 
@@ -2233,49 +2619,47 @@ Get an string of the properties of the given column.
2233
2619
 
2234
2620
 
2235
2621
 
2236
- ### dist/services/api/getAllDatasets.api.js
2237
-
2238
-
2239
- #### getAllDatasets(qrveyids)
2622
+ ### dist/stencil/decorators/Config.js
2240
2623
 
2241
- Get a dataset list from a collection of Qrvey IDs
2242
2624
 
2625
+ #### Config()
2243
2626
 
2627
+ Stencil.js - Prop Decorator
2628
+ Get and Parse the Widget Configuration Object and also provide the ability to get properties in different case styles such as: lower, upper, camel and pascal
2629
+ But for this, is required ask for a property in `snake_case` style
2244
2630
 
2245
2631
 
2246
- ##### Parameters
2247
2632
 
2248
- | Name | Type | Description | |
2249
- | ---- | ---- | ----------- | -------- |
2250
- | qrveyids | | Collection of Qrvey IDs | &nbsp; |
2251
2633
 
2252
2634
 
2253
2635
 
2636
+ ##### Examples
2254
2637
 
2255
- ##### Returns
2638
+ ```javascript
2639
+ \ @Config() @Prop() settings;
2256
2640
 
2641
+ someMethod() {
2642
+ this.settings.snake_case //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
2643
+ }
2644
+ ```
2257
2645
 
2258
- - a promise
2259
2646
 
2647
+ ##### Returns
2260
2648
 
2261
2649
 
2650
+ - `Void`
2262
2651
 
2263
- ### dist/services/api/getAllQrveys.api.js
2264
2652
 
2265
2653
 
2266
- #### getAllQrveys(config, params)
2267
2654
 
2268
- POST Request for getting Qrveys such as Web Forms and Datasets. Use params for getting precise data
2655
+ ### dist/stencil/util/createRef.js
2269
2656
 
2270
2657
 
2658
+ #### createRef()
2271
2659
 
2660
+ lit implementation of React createRef (https://reactjs.org/docs/refs-and-the-dom.html)
2272
2661
 
2273
- ##### Parameters
2274
2662
 
2275
- | Name | Type | Description | |
2276
- | ---- | ---- | ----------- | -------- |
2277
- | config | | Configuration | &nbsp; |
2278
- | params | | Object for getting precise data | &nbsp; |
2279
2663
 
2280
2664
 
2281
2665
 
@@ -2283,17 +2667,21 @@ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for g
2283
2667
  ##### Returns
2284
2668
 
2285
2669
 
2286
- - `Void`
2670
+ - function - Function to use in ref prop in html elements
2287
2671
 
2288
2672
 
2289
2673
 
2290
2674
 
2291
- ### dist/services/api/getDatasetColumns.api.js
2675
+ ### dist/stencil/util/getConfig.js
2292
2676
 
2293
2677
 
2294
- #### getDatasetColumns(qrveyid)
2678
+ #### getConfig(cfg)
2295
2679
 
2296
- Get a dataset by Qrvey ID
2680
+ verify the Config object type and try to return a parsed Object
2681
+ - In case _cfg_ is a string, first try to make a JSON parse in other case
2682
+ try to find this string as a variable on Windows object
2683
+ - If _cfg_ is a fuction, tis is invoked and parsed
2684
+ - Finally, if is an object, _cfg_ is inmediatly returned
2297
2685
 
2298
2686
 
2299
2687
 
@@ -2302,7 +2690,7 @@ Get a dataset by Qrvey ID
2302
2690
 
2303
2691
  | Name | Type | Description | |
2304
2692
  | ---- | ---- | ----------- | -------- |
2305
- | qrveyid | | The Qrvey ID | &nbsp; |
2693
+ | cfg | | | &nbsp; |
2306
2694
 
2307
2695
 
2308
2696
 
@@ -2310,17 +2698,17 @@ Get a dataset by Qrvey ID
2310
2698
  ##### Returns
2311
2699
 
2312
2700
 
2313
- - a promise
2701
+ - `Void`
2314
2702
 
2315
2703
 
2316
2704
 
2317
2705
 
2318
- ### dist/typescript/decorators/Debounce.js
2706
+ ### dist/services/api/getAllDatasets.api.js
2319
2707
 
2320
2708
 
2321
- #### Debounce(time)
2709
+ #### getAllDatasets(qrveyids)
2322
2710
 
2323
- (Method Decorator) Debounce Class Method
2711
+ Get a dataset list from a collection of Qrvey IDs
2324
2712
 
2325
2713
 
2326
2714
 
@@ -2329,7 +2717,7 @@ Get a dataset by Qrvey ID
2329
2717
 
2330
2718
  | Name | Type | Description | |
2331
2719
  | ---- | ---- | ----------- | -------- |
2332
- | time | | (optional) deafult 500 | &nbsp; |
2720
+ | qrveyids | | Collection of Qrvey IDs | &nbsp; |
2333
2721
 
2334
2722
 
2335
2723
 
@@ -2337,17 +2725,17 @@ Get a dataset by Qrvey ID
2337
2725
  ##### Returns
2338
2726
 
2339
2727
 
2340
- - `Void`
2728
+ - a promise
2341
2729
 
2342
2730
 
2343
2731
 
2344
2732
 
2345
- ### dist/typescript/decorators/Throttled.js
2733
+ ### dist/services/api/getAllQrveys.api.js
2346
2734
 
2347
2735
 
2348
- #### Throttled(time)
2736
+ #### getAllQrveys(config, params)
2349
2737
 
2350
- (Method Decorator) Throttled Class Method
2738
+ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for getting precise data
2351
2739
 
2352
2740
 
2353
2741
 
@@ -2356,7 +2744,8 @@ Get a dataset by Qrvey ID
2356
2744
 
2357
2745
  | Name | Type | Description | |
2358
2746
  | ---- | ---- | ----------- | -------- |
2359
- | time | | (optional) deafult 500 | &nbsp; |
2747
+ | config | | Configuration | &nbsp; |
2748
+ | params | | Object for getting precise data | &nbsp; |
2360
2749
 
2361
2750
 
2362
2751
 
@@ -2369,47 +2758,48 @@ Get a dataset by Qrvey ID
2369
2758
 
2370
2759
 
2371
2760
 
2372
- ### dist/stencil/decorators/Config.js
2373
-
2761
+ ### dist/services/api/getDatasetColumns.api.js
2374
2762
 
2375
- #### Config()
2376
2763
 
2377
- Stencil.js - Prop Decorator
2378
- Get and Parse the Widget Configuration Object and also provide the ability to get properties in different case styles such as: lower, upper, camel and pascal
2379
- But for this, is required ask for a property in `snake_case` style
2764
+ #### getDatasetColumns(qrveyid)
2380
2765
 
2766
+ Get a dataset by Qrvey ID
2381
2767
 
2382
2768
 
2383
2769
 
2384
2770
 
2771
+ ##### Parameters
2385
2772
 
2386
- ##### Examples
2773
+ | Name | Type | Description | |
2774
+ | ---- | ---- | ----------- | -------- |
2775
+ | qrveyid | | The Qrvey ID | &nbsp; |
2387
2776
 
2388
- ```javascript
2389
- \ @Config() @Prop() settings;
2390
2777
 
2391
- someMethod() {
2392
- this.settings.snake_case //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
2393
- }
2394
- ```
2395
2778
 
2396
2779
 
2397
2780
  ##### Returns
2398
2781
 
2399
2782
 
2400
- - `Void`
2783
+ - a promise
2401
2784
 
2402
2785
 
2403
2786
 
2404
2787
 
2405
- ### dist/stencil/util/createRef.js
2788
+ ### dist/typescript/decorators/Debounce.js
2789
+
2790
+
2791
+ #### Debounce(time)
2792
+
2793
+ (Method Decorator) Debounce Class Method
2406
2794
 
2407
2795
 
2408
- #### createRef()
2409
2796
 
2410
- lit implementation of React createRef (https://reactjs.org/docs/refs-and-the-dom.html)
2411
2797
 
2798
+ ##### Parameters
2412
2799
 
2800
+ | Name | Type | Description | |
2801
+ | ---- | ---- | ----------- | -------- |
2802
+ | time | | (optional) deafult 500 | &nbsp; |
2413
2803
 
2414
2804
 
2415
2805
 
@@ -2417,21 +2807,17 @@ lit implementation of React createRef (https://reactjs.org/docs/refs-and-the-dom
2417
2807
  ##### Returns
2418
2808
 
2419
2809
 
2420
- - function - Function to use in ref prop in html elements
2810
+ - `Void`
2421
2811
 
2422
2812
 
2423
2813
 
2424
2814
 
2425
- ### dist/stencil/util/getConfig.js
2815
+ ### dist/typescript/decorators/Throttled.js
2426
2816
 
2427
2817
 
2428
- #### getConfig(cfg)
2818
+ #### Throttled(time)
2429
2819
 
2430
- verify the Config object type and try to return a parsed Object
2431
- - In case _cfg_ is a string, first try to make a JSON parse in other case
2432
- try to find this string as a variable on Windows object
2433
- - If _cfg_ is a fuction, tis is invoked and parsed
2434
- - Finally, if is an object, _cfg_ is inmediatly returned
2820
+ (Method Decorator) Throttled Class Method
2435
2821
 
2436
2822
 
2437
2823
 
@@ -2440,7 +2826,7 @@ try to find this string as a variable on Windows object
2440
2826
 
2441
2827
  | Name | Type | Description | |
2442
2828
  | ---- | ---- | ----------- | -------- |
2443
- | cfg | | | &nbsp; |
2829
+ | time | | (optional) deafult 500 | &nbsp; |
2444
2830
 
2445
2831
 
2446
2832
 
@@ -2535,13 +2921,12 @@ Parses a string date and returns a dayjs date
2535
2921
 
2536
2922
 
2537
2923
 
2538
- ### dist/filters/helpers/backend/buildExpression.js
2924
+ ### dist/filters/helpers/builder/getFilterBuilderGeneralConfig.js
2539
2925
 
2540
2926
 
2541
- #### buildExpression(filter)
2927
+ #### getFilterBuilderGeneralConfig(config)
2542
2928
 
2543
- Builds filter expression by the filter data.
2544
- - If the resulting value array is empty the enabled property will be false.
2929
+ Returns a filter builder config object by a any given config
2545
2930
 
2546
2931
 
2547
2932
 
@@ -2550,7 +2935,7 @@ Builds filter expression by the filter data.
2550
2935
 
2551
2936
  | Name | Type | Description | |
2552
2937
  | ---- | ---- | ----------- | -------- |
2553
- | filter | | The filter to transform | &nbsp; |
2938
+ | config | | any config object | &nbsp; |
2554
2939
 
2555
2940
 
2556
2941
 
@@ -2558,17 +2943,17 @@ Builds filter expression by the filter data.
2558
2943
  ##### Returns
2559
2944
 
2560
2945
 
2561
- - a filter expression
2946
+ - The filter builder config object
2562
2947
 
2563
2948
 
2564
2949
 
2565
2950
 
2566
- ### dist/filters/helpers/backend/buildUserFilters.js
2951
+ ### dist/filters/helpers/common/areFiltersEquals.js
2567
2952
 
2568
2953
 
2569
- #### buildUserFilters(userFilters)
2954
+ #### areFiltersEquals(filter1, filter2)
2570
2955
 
2571
- Transform user Filters array into Filter Logic structure
2956
+ Validates if both filters are the same
2572
2957
 
2573
2958
 
2574
2959
 
@@ -2577,7 +2962,8 @@ Transform user Filters array into Filter Logic structure
2577
2962
 
2578
2963
  | Name | Type | Description | |
2579
2964
  | ---- | ---- | ----------- | -------- |
2580
- | userFilters | | The filters that the user defined. | &nbsp; |
2965
+ | filter1 | | filter 1 | &nbsp; |
2966
+ | filter2 | | filter 2 | &nbsp; |
2581
2967
 
2582
2968
 
2583
2969
 
@@ -2585,17 +2971,17 @@ Transform user Filters array into Filter Logic structure
2585
2971
  ##### Returns
2586
2972
 
2587
2973
 
2588
- - The filter logic for the given user filters. if No a given object is recieved, it will return an empty array.
2589
-
2974
+ - true: the filters are equal; false: the filters are NOT equal
2590
2975
 
2591
2976
 
2592
2977
 
2593
- ### dist/filters/helpers/backend/getAggFiltersBySummaryIndex.js
2594
2978
 
2979
+ ### dist/filters/helpers/common/excludeFiltersByAggregateColumn.js
2595
2980
 
2596
- #### getAggFiltersBySummaryIndex(aggFilters, summaryIndex)
2597
2981
 
2982
+ #### excludeFiltersByAggregateColumn(filterData)
2598
2983
 
2984
+ Excludes Aggregate Filters in the Filter Data. Excluding filters when the column.aggregate is included.
2599
2985
 
2600
2986
 
2601
2987
 
@@ -2604,8 +2990,7 @@ Transform user Filters array into Filter Logic structure
2604
2990
 
2605
2991
  | Name | Type | Description | |
2606
2992
  | ---- | ---- | ----------- | -------- |
2607
- | aggFilters | | | &nbsp; |
2608
- | summaryIndex | | | &nbsp; |
2993
+ | filterData | | The filter data object | &nbsp; |
2609
2994
 
2610
2995
 
2611
2996
 
@@ -2613,17 +2998,26 @@ Transform user Filters array into Filter Logic structure
2613
2998
  ##### Returns
2614
2999
 
2615
3000
 
2616
- -
3001
+ - The new filter data object that were excluded the aggregate filters
2617
3002
 
2618
3003
 
2619
3004
 
2620
3005
 
2621
- ### dist/filters/helpers/backend/getBackendGroupValue.js
3006
+ ### dist/filters/helpers/common/excludeFiltersByParams.js
2622
3007
 
2623
3008
 
2624
- #### getBackendGroupValue(filter)
3009
+ #### excludeFiltersByParams(filterData, params)
2625
3010
 
2626
- Gets a group value for the backend logic structure
3011
+ Excludes filters from the given Filters.
3012
+ The validation to filter the stored filter is depending on:
3013
+ - Column
3014
+ - Qrvey ID
3015
+ - Scope type
3016
+ - Scope ID
3017
+ - Panel ID
3018
+ - Validator type
3019
+ - Property type
3020
+ - Enabled flags
2627
3021
 
2628
3022
 
2629
3023
 
@@ -2632,7 +3026,8 @@ Gets a group value for the backend logic structure
2632
3026
 
2633
3027
  | Name | Type | Description | |
2634
3028
  | ---- | ---- | ----------- | -------- |
2635
- | filter | | The filter | &nbsp; |
3029
+ | filterData | | The Filter Data or the UI Filter Data | &nbsp; |
3030
+ | params | | given parameters to validate the filter data | &nbsp; |
2636
3031
 
2637
3032
 
2638
3033
 
@@ -2640,17 +3035,17 @@ Gets a group value for the backend logic structure
2640
3035
  ##### Returns
2641
3036
 
2642
3037
 
2643
- - a property
3038
+ - a new Filter object structure
2644
3039
 
2645
3040
 
2646
3041
 
2647
3042
 
2648
- ### dist/filters/helpers/backend/getBackendProperty.js
3043
+ ### dist/filters/helpers/common/excludeFiltersByScopes.js
2649
3044
 
2650
3045
 
2651
- #### getBackendProperty(filter)
3046
+ #### excludeFiltersByScopes(filterData, scopes)
2652
3047
 
2653
- Gets a property for the logic structure
3048
+ Excludes and returns a filter data without filters by the given scopes
2654
3049
 
2655
3050
 
2656
3051
 
@@ -2659,7 +3054,8 @@ Gets a property for the logic structure
2659
3054
 
2660
3055
  | Name | Type | Description | |
2661
3056
  | ---- | ---- | ----------- | -------- |
2662
- | filter | | The filter | &nbsp; |
3057
+ | filterData | | The Filter Data | &nbsp; |
3058
+ | scopes | | collection of scopes to be as filtering parameters | &nbsp; |
2663
3059
 
2664
3060
 
2665
3061
 
@@ -2667,17 +3063,17 @@ Gets a property for the logic structure
2667
3063
  ##### Returns
2668
3064
 
2669
3065
 
2670
- - a property
3066
+ - The new Filter Data without filters by the given scopes.
2671
3067
 
2672
3068
 
2673
3069
 
2674
3070
 
2675
- ### dist/filters/helpers/backend/getBackendValidator.js
3071
+ ### dist/filters/helpers/common/getFilterColumnLabel.js
2676
3072
 
2677
3073
 
2678
- #### getBackendValidator(validator)
3074
+ #### getFilterColumnLabel(column)
2679
3075
 
2680
- Gets the Validator that is used in requests
3076
+ Get an string of the properties of the given filter column.
2681
3077
 
2682
3078
 
2683
3079
 
@@ -2686,7 +3082,7 @@ Gets the Validator that is used in requests
2686
3082
 
2687
3083
  | Name | Type | Description | |
2688
3084
  | ---- | ---- | ----------- | -------- |
2689
- | validator | | Filter Validator used in UI | &nbsp; |
3085
+ | column | | The filter column | &nbsp; |
2690
3086
 
2691
3087
 
2692
3088
 
@@ -2694,17 +3090,17 @@ Gets the Validator that is used in requests
2694
3090
  ##### Returns
2695
3091
 
2696
3092
 
2697
- - Filter Validator used in Backend
3093
+ - an string with the property, aggregate or calculation label.
2698
3094
 
2699
3095
 
2700
3096
 
2701
3097
 
2702
- ### dist/filters/helpers/backend/getBackendValues.js
3098
+ ### dist/filters/helpers/common/getFilterLabel.js
2703
3099
 
2704
3100
 
2705
- #### getBackendValues(filter)
3101
+ #### getFilterLabel(filter)
2706
3102
 
2707
- Gets the expresion values in the logic format
3103
+ Gets the Filter Label + Column label
2708
3104
 
2709
3105
 
2710
3106
 
@@ -2713,7 +3109,7 @@ Gets the expresion values in the logic format
2713
3109
 
2714
3110
  | Name | Type | Description | |
2715
3111
  | ---- | ---- | ----------- | -------- |
2716
- | filter | | The filter structure | &nbsp; |
3112
+ | filter | | the UI filter | &nbsp; |
2717
3113
 
2718
3114
 
2719
3115
 
@@ -2721,13 +3117,28 @@ Gets the expresion values in the logic format
2721
3117
  ##### Returns
2722
3118
 
2723
3119
 
2724
- - A collection of backend expression value
3120
+ - a sring label
2725
3121
 
2726
3122
 
2727
3123
 
2728
- #### getResultValues(values, filter)
2729
3124
 
2730
- Gets the expression values. Depending on the column type
3125
+ ### dist/filters/helpers/common/getFilterid.js
3126
+
3127
+
3128
+ #### getFilterid(filter)
3129
+
3130
+ Get the Filter ID by the filter structure
3131
+ The order of the epression ID is:
3132
+ - Scope Type
3133
+ - scopeid
3134
+ - qrveyid
3135
+ - panelid
3136
+ - columnid
3137
+ - validator
3138
+ - property
3139
+ - Column Aggregate
3140
+ - Column Calculation
3141
+ - Optional Index
2731
3142
 
2732
3143
 
2733
3144
 
@@ -2736,8 +3147,7 @@ Gets the expression values. Depending on the column type
2736
3147
 
2737
3148
  | Name | Type | Description | |
2738
3149
  | ---- | ---- | ----------- | -------- |
2739
- | values | | a collection of filter values | &nbsp; |
2740
- | filter | | The filter structure | &nbsp; |
3150
+ | filter | | the filter structure | &nbsp; |
2741
3151
 
2742
3152
 
2743
3153
 
@@ -2745,13 +3155,17 @@ Gets the expression values. Depending on the column type
2745
3155
  ##### Returns
2746
3156
 
2747
3157
 
2748
- -
3158
+ - a text to identify the filter
2749
3159
 
2750
3160
 
2751
3161
 
2752
- #### getRankingValues(values, rankingGroupIndex)
2753
3162
 
2754
- Gets the Ranking values.
3163
+ ### dist/filters/helpers/common/getFiltersByAggregateColumn.js
3164
+
3165
+
3166
+ #### getFiltersByAggregateColumn(filterData)
3167
+
3168
+ Gets Aggregate Filters in the Filter Data. Gets the filters when the column.aggregate is included.
2755
3169
 
2756
3170
 
2757
3171
 
@@ -2760,8 +3174,7 @@ Gets the Ranking values.
2760
3174
 
2761
3175
  | Name | Type | Description | |
2762
3176
  | ---- | ---- | ----------- | -------- |
2763
- | values | | a collection of filter values in the ranking structure | &nbsp; |
2764
- | rankingGroupIndex | | determine the value by this index to build and return it | &nbsp; |
3177
+ | filterData | | The filter data object | &nbsp; |
2765
3178
 
2766
3179
 
2767
3180
 
@@ -2769,17 +3182,26 @@ Gets the Ranking values.
2769
3182
  ##### Returns
2770
3183
 
2771
3184
 
2772
- - Expression values for ranking
3185
+ - The new filter data object that were get the aggregate filters
2773
3186
 
2774
3187
 
2775
3188
 
2776
3189
 
2777
- ### dist/filters/helpers/backend/getLogicByScopes.js
3190
+ ### dist/filters/helpers/common/getFiltersByParams.js
2778
3191
 
2779
3192
 
2780
- #### getLogicByScopes(logics, scopes)
3193
+ #### getFiltersByParams(filterData, params)
2781
3194
 
2782
- Gets the filters from logic data by Scopes/Scope IDs.
3195
+ Gets filters from the given params.
3196
+ The validation to filter the stored filter is depending on:
3197
+ - Column
3198
+ - Qrvey ID
3199
+ - Scope type
3200
+ - Scope ID
3201
+ - Panel ID
3202
+ - Validator type
3203
+ - Property type
3204
+ - Enabled flags
2783
3205
 
2784
3206
 
2785
3207
 
@@ -2788,8 +3210,8 @@ Gets the filters from logic data by Scopes/Scope IDs.
2788
3210
 
2789
3211
  | Name | Type | Description | |
2790
3212
  | ---- | ---- | ----------- | -------- |
2791
- | logics | | The logic array | &nbsp; |
2792
- | scopes | | The collection of Scopes/Scope IDs | &nbsp; |
3213
+ | filterData | | The Filter Data or the UI Filter Data | &nbsp; |
3214
+ | params | | given parameters to validate the dataset | &nbsp; |
2793
3215
 
2794
3216
 
2795
3217
 
@@ -2797,17 +3219,17 @@ Gets the filters from logic data by Scopes/Scope IDs.
2797
3219
  ##### Returns
2798
3220
 
2799
3221
 
2800
- - a new Logic array
3222
+ - a new Filter object structure
2801
3223
 
2802
3224
 
2803
3225
 
2804
3226
 
2805
- ### dist/filters/helpers/backend/getLogicByScopesHierarchy.js
3227
+ ### dist/filters/helpers/common/getFiltersByScopes.js
2806
3228
 
2807
3229
 
2808
- #### getLogicByScopesHierarchy(filterData, scopes, currentScope)
3230
+ #### getFiltersByScopes(filterData, scopes)
2809
3231
 
2810
- Gets filters from the logic by the scopes hierarchy.
3232
+ Filters and gets a Filter Data by the given scopes
2811
3233
 
2812
3234
 
2813
3235
 
@@ -2816,9 +3238,8 @@ Gets filters from the logic by the scopes hierarchy.
2816
3238
 
2817
3239
  | Name | Type | Description | |
2818
3240
  | ---- | ---- | ----------- | -------- |
2819
- | filterData | | | &nbsp; |
2820
- | scopes | | | &nbsp; |
2821
- | currentScope | | | &nbsp; |
3241
+ | filterData | | The Filter Data | &nbsp; |
3242
+ | scopes | | collection of scopes types | &nbsp; |
2822
3243
 
2823
3244
 
2824
3245
 
@@ -2826,17 +3247,17 @@ Gets filters from the logic by the scopes hierarchy.
2826
3247
  ##### Returns
2827
3248
 
2828
3249
 
2829
- - a new array of Logic
3250
+ - The new Filter Data
2830
3251
 
2831
3252
 
2832
3253
 
2833
3254
 
2834
- ### dist/filters/helpers/builder/getFilterBuilderGeneralConfig.js
3255
+ ### dist/filters/helpers/common/getFiltersByScopesIds.js
2835
3256
 
2836
3257
 
2837
- #### getFilterBuilderGeneralConfig(config)
3258
+ #### getFiltersByScopesIds(filterData, scopes)
2838
3259
 
2839
- Returns a filter builder config object by a any given config
3260
+ Gets filters from Filter Data by Scopes/Scope IDs.
2840
3261
 
2841
3262
 
2842
3263
 
@@ -2845,7 +3266,8 @@ Returns a filter builder config object by a any given config
2845
3266
 
2846
3267
  | Name | Type | Description | |
2847
3268
  | ---- | ---- | ----------- | -------- |
2848
- | config | | any config object | &nbsp; |
3269
+ | filterData | | The filter data | &nbsp; |
3270
+ | scopes | | The collection of Scopes/Scope IDs | &nbsp; |
2849
3271
 
2850
3272
 
2851
3273
 
@@ -2853,17 +3275,17 @@ Returns a filter builder config object by a any given config
2853
3275
  ##### Returns
2854
3276
 
2855
3277
 
2856
- - The filter builder config object
3278
+ - a new Filter Data
2857
3279
 
2858
3280
 
2859
3281
 
2860
3282
 
2861
- ### dist/filters/helpers/common/areFiltersEquals.js
3283
+ ### dist/filters/helpers/common/getFiltersByVisibility.js
2862
3284
 
2863
3285
 
2864
- #### areFiltersEquals(filter1, filter2)
3286
+ #### getFiltersByVisibility(filterData, scopes)
2865
3287
 
2866
- Validates if both filters are the same
3288
+ Get a new Filter Data by filtering scopes/scope IDs and enabled flags
2867
3289
 
2868
3290
 
2869
3291
 
@@ -2872,8 +3294,8 @@ Validates if both filters are the same
2872
3294
 
2873
3295
  | Name | Type | Description | |
2874
3296
  | ---- | ---- | ----------- | -------- |
2875
- | filter1 | | filter 1 | &nbsp; |
2876
- | filter2 | | filter 2 | &nbsp; |
3297
+ | filterData | | a Filter Data or UI Filter Data | &nbsp; |
3298
+ | scopes | | a Scopes/Scope IDs array | &nbsp; |
2877
3299
 
2878
3300
 
2879
3301
 
@@ -2881,17 +3303,17 @@ Validates if both filters are the same
2881
3303
  ##### Returns
2882
3304
 
2883
3305
 
2884
- - true: the filters are equal; false: the filters are NOT equal
3306
+ - a new Filter Data
2885
3307
 
2886
3308
 
2887
3309
 
2888
3310
 
2889
- ### dist/filters/helpers/common/excludeFiltersByAggregateColumn.js
3311
+ ### dist/filters/helpers/common/getMergeFiltersSettings.js
2890
3312
 
2891
3313
 
2892
- #### excludeFiltersByAggregateColumn(filterData)
3314
+ #### getMergeFiltersSettings(settings)
2893
3315
 
2894
- Excludes Aggregate Filters in the Filter Data. Excluding filters when the column.aggregate is included.
3316
+ Transforms the given MergeFilters settings object. Adds the missing properties if they do not exist.
2895
3317
 
2896
3318
 
2897
3319
 
@@ -2900,7 +3322,7 @@ Excludes Aggregate Filters in the Filter Data. Excluding filters when the column
2900
3322
 
2901
3323
  | Name | Type | Description | |
2902
3324
  | ---- | ---- | ----------- | -------- |
2903
- | filterData | | The filter data object | &nbsp; |
3325
+ | settings | | an object to the MergeFilters settings | &nbsp; |
2904
3326
 
2905
3327
 
2906
3328
 
@@ -2908,26 +3330,17 @@ Excludes Aggregate Filters in the Filter Data. Excluding filters when the column
2908
3330
  ##### Returns
2909
3331
 
2910
3332
 
2911
- - The new filter data object that were excluded the aggregate filters
3333
+ - a new MergeFilters settings object.
2912
3334
 
2913
3335
 
2914
3336
 
2915
3337
 
2916
- ### dist/filters/helpers/common/excludeFiltersByParams.js
3338
+ ### dist/filters/helpers/common/getParamsToGetFilterSettings.js
2917
3339
 
2918
3340
 
2919
- #### excludeFiltersByParams(filterData, params)
3341
+ #### getParamsToGetFilterSettings(settings)
2920
3342
 
2921
- Excludes filters from the given Filters.
2922
- The validation to filter the stored filter is depending on:
2923
- - Column
2924
- - Qrvey ID
2925
- - Scope type
2926
- - Scope ID
2927
- - Panel ID
2928
- - Validator type
2929
- - Property type
2930
- - Enabled flags
3343
+ Transforms the given ParamsToGetFilter settings object. Adds the missing properties if they do not exist.
2931
3344
 
2932
3345
 
2933
3346
 
@@ -2936,8 +3349,7 @@ The validation to filter the stored filter is depending on:
2936
3349
 
2937
3350
  | Name | Type | Description | |
2938
3351
  | ---- | ---- | ----------- | -------- |
2939
- | filterData | | The Filter Data or the UI Filter Data | &nbsp; |
2940
- | params | | given parameters to validate the filter data | &nbsp; |
3352
+ | settings | | an object to the ParamsToGetFilter settings | &nbsp; |
2941
3353
 
2942
3354
 
2943
3355
 
@@ -2945,17 +3357,17 @@ The validation to filter the stored filter is depending on:
2945
3357
  ##### Returns
2946
3358
 
2947
3359
 
2948
- - a new Filter object structure
3360
+ - a new ParamsToGetFilter settings object.
2949
3361
 
2950
3362
 
2951
3363
 
2952
3364
 
2953
- ### dist/filters/helpers/common/excludeFiltersByScopes.js
3365
+ ### dist/filters/helpers/common/haveFiltersByDataset.js
2954
3366
 
2955
3367
 
2956
- #### excludeFiltersByScopes(filterData, scopes)
3368
+ #### haveFiltersByDataset(filterData, qrveyid)
2957
3369
 
2958
- Excludes and returns a filter data without filters by the given scopes
3370
+ Validates if the filter data has filters by a dataset ID (Qrvey ID).
2959
3371
 
2960
3372
 
2961
3373
 
@@ -2964,8 +3376,8 @@ Excludes and returns a filter data without filters by the given scopes
2964
3376
 
2965
3377
  | Name | Type | Description | |
2966
3378
  | ---- | ---- | ----------- | -------- |
2967
- | filterData | | The Filter Data | &nbsp; |
2968
- | scopes | | collection of scopes to be as filtering parameters | &nbsp; |
3379
+ | filterData | | the filter data or the UI filter data. | &nbsp; |
3380
+ | qrveyid | | The Qrvey ID | &nbsp; |
2969
3381
 
2970
3382
 
2971
3383
 
@@ -2973,17 +3385,17 @@ Excludes and returns a filter data without filters by the given scopes
2973
3385
  ##### Returns
2974
3386
 
2975
3387
 
2976
- - The new Filter Data without filters by the given scopes.
3388
+ - true: the filter data has filters by the Qrvey ID
2977
3389
 
2978
3390
 
2979
3391
 
2980
3392
 
2981
- ### dist/filters/helpers/common/getFilterColumnLabel.js
3393
+ ### dist/filters/helpers/common/isBetweenValidator.js
2982
3394
 
2983
3395
 
2984
- #### getFilterColumnLabel(column)
3396
+ #### isBetweenValidator(validator)
2985
3397
 
2986
- Get an string of the properties of the given filter column.
3398
+ Validates if the given validator is a Between type
2987
3399
 
2988
3400
 
2989
3401
 
@@ -2992,7 +3404,7 @@ Get an string of the properties of the given filter column.
2992
3404
 
2993
3405
  | Name | Type | Description | |
2994
3406
  | ---- | ---- | ----------- | -------- |
2995
- | column | | The filter column | &nbsp; |
3407
+ | validator | | The validator | &nbsp; |
2996
3408
 
2997
3409
 
2998
3410
 
@@ -3000,17 +3412,17 @@ Get an string of the properties of the given filter column.
3000
3412
  ##### Returns
3001
3413
 
3002
3414
 
3003
- - an string with the property, aggregate or calculation label.
3415
+ - true: it is a between validator; false: it is not a between validator
3004
3416
 
3005
3417
 
3006
3418
 
3007
3419
 
3008
- ### dist/filters/helpers/common/getFilterLabel.js
3420
+ ### dist/filters/helpers/common/isDateDistinctProperty.js
3009
3421
 
3010
3422
 
3011
- #### getFilterLabel(filter)
3423
+ #### isDateDistinctProperty(column, property)
3012
3424
 
3013
- Gets the Filter Label + Column label
3425
+ Determines if the filter column and property is a distinct group dates type
3014
3426
 
3015
3427
 
3016
3428
 
@@ -3019,7 +3431,8 @@ Gets the Filter Label + Column label
3019
3431
 
3020
3432
  | Name | Type | Description | |
3021
3433
  | ---- | ---- | ----------- | -------- |
3022
- | filter | | the UI filter | &nbsp; |
3434
+ | column | | The filter column | &nbsp; |
3435
+ | property | | The filter property | &nbsp; |
3023
3436
 
3024
3437
 
3025
3438
 
@@ -3027,28 +3440,17 @@ Gets the Filter Label + Column label
3027
3440
  ##### Returns
3028
3441
 
3029
3442
 
3030
- - a sring label
3443
+ - True if the given property is included from distinct group dates type
3031
3444
 
3032
3445
 
3033
3446
 
3034
3447
 
3035
- ### dist/filters/helpers/common/getFilterid.js
3448
+ ### dist/filters/helpers/common/isInValidator.js
3036
3449
 
3037
3450
 
3038
- #### getFilterid(filter)
3451
+ #### isInValidator(validator)
3039
3452
 
3040
- Get the Filter ID by the filter structure
3041
- The order of the epression ID is:
3042
- - Scope Type
3043
- - scopeid
3044
- - qrveyid
3045
- - panelid
3046
- - columnid
3047
- - validator
3048
- - property
3049
- - Column Aggregate
3050
- - Column Calculation
3051
- - Optional Index
3453
+ Validates if the given validator is a In type
3052
3454
 
3053
3455
 
3054
3456
 
@@ -3057,7 +3459,7 @@ The order of the epression ID is:
3057
3459
 
3058
3460
  | Name | Type | Description | |
3059
3461
  | ---- | ---- | ----------- | -------- |
3060
- | filter | | the filter structure | &nbsp; |
3462
+ | validator | | The validator | &nbsp; |
3061
3463
 
3062
3464
 
3063
3465
 
@@ -3065,17 +3467,17 @@ The order of the epression ID is:
3065
3467
  ##### Returns
3066
3468
 
3067
3469
 
3068
- - a text to identify the filter
3470
+ - true: it is a In validator; false: it is not a In validator
3069
3471
 
3070
3472
 
3071
3473
 
3072
3474
 
3073
- ### dist/filters/helpers/common/getFiltersByAggregateColumn.js
3475
+ ### dist/filters/helpers/common/isNullValidator.js
3074
3476
 
3075
3477
 
3076
- #### getFiltersByAggregateColumn(filterData)
3478
+ #### isNullValidator(validator)
3077
3479
 
3078
- Gets Aggregate Filters in the Filter Data. Gets the filters when the column.aggregate is included.
3480
+ Checks if the given validator is a Null type.
3079
3481
 
3080
3482
 
3081
3483
 
@@ -3084,7 +3486,7 @@ Gets Aggregate Filters in the Filter Data. Gets the filters when the column.aggr
3084
3486
 
3085
3487
  | Name | Type | Description | |
3086
3488
  | ---- | ---- | ----------- | -------- |
3087
- | filterData | | The filter data object | &nbsp; |
3489
+ | validator | | The Filter Validator | &nbsp; |
3088
3490
 
3089
3491
 
3090
3492
 
@@ -3092,26 +3494,17 @@ Gets Aggregate Filters in the Filter Data. Gets the filters when the column.aggr
3092
3494
  ##### Returns
3093
3495
 
3094
3496
 
3095
- - The new filter data object that were get the aggregate filters
3497
+ - True: It is a Null Validator; False: It is not a Null Validator.
3096
3498
 
3097
3499
 
3098
3500
 
3099
3501
 
3100
- ### dist/filters/helpers/common/getFiltersByParams.js
3502
+ ### dist/filters/helpers/common/isRangeValidator.js
3101
3503
 
3102
3504
 
3103
- #### getFiltersByParams(filterData, params)
3505
+ #### isRangeValidator(validator)
3104
3506
 
3105
- Gets filters from the given params.
3106
- The validation to filter the stored filter is depending on:
3107
- - Column
3108
- - Qrvey ID
3109
- - Scope type
3110
- - Scope ID
3111
- - Panel ID
3112
- - Validator type
3113
- - Property type
3114
- - Enabled flags
3507
+ Validates if the given validator is a Range type. Range type means the value has min and max values to filter
3115
3508
 
3116
3509
 
3117
3510
 
@@ -3120,8 +3513,7 @@ The validation to filter the stored filter is depending on:
3120
3513
 
3121
3514
  | Name | Type | Description | |
3122
3515
  | ---- | ---- | ----------- | -------- |
3123
- | filterData | | The Filter Data or the UI Filter Data | &nbsp; |
3124
- | params | | given parameters to validate the dataset | &nbsp; |
3516
+ | validator | | The filter validator | &nbsp; |
3125
3517
 
3126
3518
 
3127
3519
 
@@ -3129,17 +3521,17 @@ The validation to filter the stored filter is depending on:
3129
3521
  ##### Returns
3130
3522
 
3131
3523
 
3132
- - a new Filter object structure
3524
+ - true: it is a range validator
3133
3525
 
3134
3526
 
3135
3527
 
3136
3528
 
3137
- ### dist/filters/helpers/common/getFiltersByScopes.js
3529
+ ### dist/filters/helpers/common/isRegularValidator.js
3138
3530
 
3139
3531
 
3140
- #### getFiltersByScopes(filterData, scopes)
3532
+ #### isRegularValidator(validator)
3141
3533
 
3142
- Filters and gets a Filter Data by the given scopes
3534
+ Validates if the given validator is a regular type. Regular type means the filter object has a value as string to filter
3143
3535
 
3144
3536
 
3145
3537
 
@@ -3148,8 +3540,7 @@ Filters and gets a Filter Data by the given scopes
3148
3540
 
3149
3541
  | Name | Type | Description | |
3150
3542
  | ---- | ---- | ----------- | -------- |
3151
- | filterData | | The Filter Data | &nbsp; |
3152
- | scopes | | collection of scopes types | &nbsp; |
3543
+ | validator | | The filter validator | &nbsp; |
3153
3544
 
3154
3545
 
3155
3546
 
@@ -3157,17 +3548,17 @@ Filters and gets a Filter Data by the given scopes
3157
3548
  ##### Returns
3158
3549
 
3159
3550
 
3160
- - The new Filter Data
3551
+ - true: it is a range validator
3161
3552
 
3162
3553
 
3163
3554
 
3164
3555
 
3165
- ### dist/filters/helpers/common/getFiltersByScopesIds.js
3556
+ ### dist/filters/helpers/common/mergeFilters.js
3166
3557
 
3167
3558
 
3168
- #### getFiltersByScopesIds(filterData, scopes)
3559
+ #### mergeFilters(filterData1, filterData2, overwriteValues)
3169
3560
 
3170
- Gets filters from Filter Data by Scopes/Scope IDs.
3561
+ Merge filter data structures in a new one. The first Filter Data passed in the argument has the priority
3171
3562
 
3172
3563
 
3173
3564
 
@@ -3176,8 +3567,9 @@ Gets filters from Filter Data by Scopes/Scope IDs.
3176
3567
 
3177
3568
  | Name | Type | Description | |
3178
3569
  | ---- | ---- | ----------- | -------- |
3179
- | filterData | | The filter data | &nbsp; |
3180
- | scopes | | The collection of Scopes/Scope IDs | &nbsp; |
3570
+ | filterData1 | | The target filter data | &nbsp; |
3571
+ | filterData2 | | the filter data to be merged | &nbsp; |
3572
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3181
3573
 
3182
3574
 
3183
3575
 
@@ -3185,17 +3577,13 @@ Gets filters from Filter Data by Scopes/Scope IDs.
3185
3577
  ##### Returns
3186
3578
 
3187
3579
 
3188
- - a new Filter Data
3189
-
3190
-
3191
-
3580
+ - a new filter data structure
3192
3581
 
3193
- ### dist/filters/helpers/common/getFiltersByVisibility.js
3194
3582
 
3195
3583
 
3196
- #### getFiltersByVisibility(filterData, scopes)
3584
+ #### mergeScopes(scopes1, scopes2, overwriteValues)
3197
3585
 
3198
- Get a new Filter Data by filtering scopes/scope IDs and enabled flags
3586
+ Gets a new scope structure array by merging two scope structures
3199
3587
 
3200
3588
 
3201
3589
 
@@ -3204,8 +3592,9 @@ Get a new Filter Data by filtering scopes/scope IDs and enabled flags
3204
3592
 
3205
3593
  | Name | Type | Description | |
3206
3594
  | ---- | ---- | ----------- | -------- |
3207
- | filterData | | a Filter Data or UI Filter Data | &nbsp; |
3208
- | scopes | | a Scopes/Scope IDs array | &nbsp; |
3595
+ | scopes1 | | the target scope structure | &nbsp; |
3596
+ | scopes2 | | the scope to be merged | &nbsp; |
3597
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3209
3598
 
3210
3599
 
3211
3600
 
@@ -3213,17 +3602,13 @@ Get a new Filter Data by filtering scopes/scope IDs and enabled flags
3213
3602
  ##### Returns
3214
3603
 
3215
3604
 
3216
- - a new Filter Data
3217
-
3218
-
3219
-
3605
+ - a new scope structure array
3220
3606
 
3221
- ### dist/filters/helpers/common/getMergeFiltersSettings.js
3222
3607
 
3223
3608
 
3224
- #### getMergeFiltersSettings(settings)
3609
+ #### mergeDatasets(datasets1, datasets2, overwriteValues)
3225
3610
 
3226
- Transforms the given MergeFilters settings object. Adds the missing properties if they do not exist.
3611
+ Gets a new dataset structure array by merging two dataset structures
3227
3612
 
3228
3613
 
3229
3614
 
@@ -3232,7 +3617,9 @@ Transforms the given MergeFilters settings object. Adds the missing properties i
3232
3617
 
3233
3618
  | Name | Type | Description | |
3234
3619
  | ---- | ---- | ----------- | -------- |
3235
- | settings | | an object to the MergeFilters settings | &nbsp; |
3620
+ | datasets1 | | the target dataset structure | &nbsp; |
3621
+ | datasets2 | | the dataset to be merged | &nbsp; |
3622
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3236
3623
 
3237
3624
 
3238
3625
 
@@ -3240,17 +3627,13 @@ Transforms the given MergeFilters settings object. Adds the missing properties i
3240
3627
  ##### Returns
3241
3628
 
3242
3629
 
3243
- - a new MergeFilters settings object.
3244
-
3245
-
3246
-
3630
+ - a new dataset structure array
3247
3631
 
3248
- ### dist/filters/helpers/common/getParamsToGetFilterSettings.js
3249
3632
 
3250
3633
 
3251
- #### getParamsToGetFilterSettings(settings)
3634
+ #### mergeFilterss(filters1, filters2, overwriteValues)
3252
3635
 
3253
- Transforms the given ParamsToGetFilter settings object. Adds the missing properties if they do not exist.
3636
+ Gets a new filter structure array by merging two filter structures
3254
3637
 
3255
3638
 
3256
3639
 
@@ -3259,7 +3642,9 @@ Transforms the given ParamsToGetFilter settings object. Adds the missing propert
3259
3642
 
3260
3643
  | Name | Type | Description | |
3261
3644
  | ---- | ---- | ----------- | -------- |
3262
- | settings | | an object to the ParamsToGetFilter settings | &nbsp; |
3645
+ | filters1 | | the target filter structure | &nbsp; |
3646
+ | filters2 | | the filter to be merged | &nbsp; |
3647
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3263
3648
 
3264
3649
 
3265
3650
 
@@ -3267,17 +3652,13 @@ Transforms the given ParamsToGetFilter settings object. Adds the missing propert
3267
3652
  ##### Returns
3268
3653
 
3269
3654
 
3270
- - a new ParamsToGetFilter settings object.
3271
-
3272
-
3273
-
3655
+ - a new filter structure array
3274
3656
 
3275
- ### dist/filters/helpers/common/haveFiltersByDataset.js
3276
3657
 
3277
3658
 
3278
- #### haveFiltersByDataset(filterData, qrveyid)
3659
+ #### mergeValues(filter1, filter2, overwrite)
3279
3660
 
3280
- Validates if the filter data has filters by a dataset ID (Qrvey ID).
3661
+ Gets a new value structure array by merging two value structures
3281
3662
 
3282
3663
 
3283
3664
 
@@ -3286,8 +3667,9 @@ Validates if the filter data has filters by a dataset ID (Qrvey ID).
3286
3667
 
3287
3668
  | Name | Type | Description | |
3288
3669
  | ---- | ---- | ----------- | -------- |
3289
- | filterData | | the filter data or the UI filter data. | &nbsp; |
3290
- | qrveyid | | The Qrvey ID | &nbsp; |
3670
+ | filter1 | | the target filter structure | &nbsp; |
3671
+ | filter2 | | the filter to be used to merge the values | &nbsp; |
3672
+ | overwrite | | Flag to overwrite or not the filter values | &nbsp; |
3291
3673
 
3292
3674
 
3293
3675
 
@@ -3295,17 +3677,17 @@ Validates if the filter data has filters by a dataset ID (Qrvey ID).
3295
3677
  ##### Returns
3296
3678
 
3297
3679
 
3298
- - true: the filter data has filters by the Qrvey ID
3680
+ - a new value structure array
3299
3681
 
3300
3682
 
3301
3683
 
3302
3684
 
3303
- ### dist/filters/helpers/common/isBetweenValidator.js
3685
+ ### dist/filters/helpers/common/resolveDatasetConditions.js
3304
3686
 
3305
3687
 
3306
- #### isBetweenValidator(validator)
3688
+ #### resolveDatasetConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
3307
3689
 
3308
- Validates if the given validator is a Between type
3690
+ Resolves the conditions by given params
3309
3691
 
3310
3692
 
3311
3693
 
@@ -3314,7 +3696,10 @@ Validates if the given validator is a Between type
3314
3696
 
3315
3697
  | Name | Type | Description | |
3316
3698
  | ---- | ---- | ----------- | -------- |
3317
- | validator | | The validator | &nbsp; |
3699
+ | filter | | The dataset structure | &nbsp; |
3700
+ | params | | given parameters to validate the dataset | &nbsp; |
3701
+ | letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | &nbsp; |
3702
+ | letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | &nbsp; |
3318
3703
 
3319
3704
 
3320
3705
 
@@ -3322,17 +3707,17 @@ Validates if the given validator is a Between type
3322
3707
  ##### Returns
3323
3708
 
3324
3709
 
3325
- - true: it is a between validator; false: it is not a between validator
3710
+ - true: the condition is satisfied
3326
3711
 
3327
3712
 
3328
3713
 
3329
3714
 
3330
- ### dist/filters/helpers/common/isDateDistinctProperty.js
3715
+ ### dist/filters/helpers/common/resolveFilterConditions.js
3331
3716
 
3332
3717
 
3333
- #### isDateDistinctProperty(column, property)
3718
+ #### resolveFilterConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
3334
3719
 
3335
- Determines if the filter column and property is a distinct group dates type
3720
+ Resolves the conditions by given params
3336
3721
 
3337
3722
 
3338
3723
 
@@ -3341,8 +3726,10 @@ Determines if the filter column and property is a distinct group dates type
3341
3726
 
3342
3727
  | Name | Type | Description | |
3343
3728
  | ---- | ---- | ----------- | -------- |
3344
- | column | | The filter column | &nbsp; |
3345
- | property | | The filter property | &nbsp; |
3729
+ | filter | | The filter | &nbsp; |
3730
+ | params | | given parameters to validate the filter | &nbsp; |
3731
+ | letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | &nbsp; |
3732
+ | letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | &nbsp; |
3346
3733
 
3347
3734
 
3348
3735
 
@@ -3350,17 +3737,17 @@ Determines if the filter column and property is a distinct group dates type
3350
3737
  ##### Returns
3351
3738
 
3352
3739
 
3353
- - True if the given property is included from distinct group dates type
3740
+ - true: the condition is satisfied
3354
3741
 
3355
3742
 
3356
3743
 
3357
3744
 
3358
- ### dist/filters/helpers/common/isInValidator.js
3745
+ ### dist/filters/helpers/common/resolveScopeConditions.js
3359
3746
 
3360
3747
 
3361
- #### isInValidator(validator)
3748
+ #### resolveScopeConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
3362
3749
 
3363
- Validates if the given validator is a In type
3750
+ Resolves the conditions by given params
3364
3751
 
3365
3752
 
3366
3753
 
@@ -3369,7 +3756,10 @@ Validates if the given validator is a In type
3369
3756
 
3370
3757
  | Name | Type | Description | |
3371
3758
  | ---- | ---- | ----------- | -------- |
3372
- | validator | | The validator | &nbsp; |
3759
+ | filter | | The filter scope structure | &nbsp; |
3760
+ | params | | given parameters to validate the filter | &nbsp; |
3761
+ | letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | &nbsp; |
3762
+ | letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | &nbsp; |
3373
3763
 
3374
3764
 
3375
3765
 
@@ -3377,17 +3767,18 @@ Validates if the given validator is a In type
3377
3767
  ##### Returns
3378
3768
 
3379
3769
 
3380
- - true: it is a In validator; false: it is not a In validator
3770
+ - true: the condition is satisfied
3381
3771
 
3382
3772
 
3383
3773
 
3384
3774
 
3385
- ### dist/filters/helpers/common/isNullValidator.js
3775
+ ### dist/filters/helpers/backend/buildExpression.js
3386
3776
 
3387
3777
 
3388
- #### isNullValidator(validator)
3778
+ #### buildExpression(filter)
3389
3779
 
3390
- Checks if the given validator is a Null type.
3780
+ Builds filter expression by the filter data.
3781
+ - If the resulting value array is empty the enabled property will be false.
3391
3782
 
3392
3783
 
3393
3784
 
@@ -3396,7 +3787,7 @@ Checks if the given validator is a Null type.
3396
3787
 
3397
3788
  | Name | Type | Description | |
3398
3789
  | ---- | ---- | ----------- | -------- |
3399
- | validator | | The Filter Validator | &nbsp; |
3790
+ | filter | | The filter to transform | &nbsp; |
3400
3791
 
3401
3792
 
3402
3793
 
@@ -3404,17 +3795,17 @@ Checks if the given validator is a Null type.
3404
3795
  ##### Returns
3405
3796
 
3406
3797
 
3407
- - True: It is a Null Validator; False: It is not a Null Validator.
3798
+ - a filter expression
3408
3799
 
3409
3800
 
3410
3801
 
3411
3802
 
3412
- ### dist/filters/helpers/common/isRangeValidator.js
3803
+ ### dist/filters/helpers/backend/buildUserFilters.js
3413
3804
 
3414
3805
 
3415
- #### isRangeValidator(validator)
3806
+ #### buildUserFilters(userFilters)
3416
3807
 
3417
- Validates if the given validator is a Range type. Range type means the value has min and max values to filter
3808
+ Transform user Filters array into Filter Logic structure
3418
3809
 
3419
3810
 
3420
3811
 
@@ -3423,7 +3814,7 @@ Validates if the given validator is a Range type. Range type means the value has
3423
3814
 
3424
3815
  | Name | Type | Description | |
3425
3816
  | ---- | ---- | ----------- | -------- |
3426
- | validator | | The filter validator | &nbsp; |
3817
+ | userFilters | | The filters that the user defined. | &nbsp; |
3427
3818
 
3428
3819
 
3429
3820
 
@@ -3431,17 +3822,17 @@ Validates if the given validator is a Range type. Range type means the value has
3431
3822
  ##### Returns
3432
3823
 
3433
3824
 
3434
- - true: it is a range validator
3825
+ - The filter logic for the given user filters. if No a given object is recieved, it will return an empty array.
3435
3826
 
3436
3827
 
3437
3828
 
3438
3829
 
3439
- ### dist/filters/helpers/common/isRegularValidator.js
3830
+ ### dist/filters/helpers/backend/getAggFiltersBySummaryIndex.js
3440
3831
 
3441
3832
 
3442
- #### isRegularValidator(validator)
3833
+ #### getAggFiltersBySummaryIndex(aggFilters, summaryIndex)
3834
+
3443
3835
 
3444
- Validates if the given validator is a regular type. Regular type means the filter object has a value as string to filter
3445
3836
 
3446
3837
 
3447
3838
 
@@ -3450,7 +3841,8 @@ Validates if the given validator is a regular type. Regular type means the filte
3450
3841
 
3451
3842
  | Name | Type | Description | |
3452
3843
  | ---- | ---- | ----------- | -------- |
3453
- | validator | | The filter validator | &nbsp; |
3844
+ | aggFilters | | | &nbsp; |
3845
+ | summaryIndex | | | &nbsp; |
3454
3846
 
3455
3847
 
3456
3848
 
@@ -3458,17 +3850,17 @@ Validates if the given validator is a regular type. Regular type means the filte
3458
3850
  ##### Returns
3459
3851
 
3460
3852
 
3461
- - true: it is a range validator
3853
+ -
3462
3854
 
3463
3855
 
3464
3856
 
3465
3857
 
3466
- ### dist/filters/helpers/common/mergeFilters.js
3858
+ ### dist/filters/helpers/backend/getBackendGroupValue.js
3467
3859
 
3468
3860
 
3469
- #### mergeFilters(filterData1, filterData2, overwriteValues)
3861
+ #### getBackendGroupValue(filter)
3470
3862
 
3471
- Merge filter data structures in a new one. The first Filter Data passed in the argument has the priority
3863
+ Gets a group value for the backend logic structure
3472
3864
 
3473
3865
 
3474
3866
 
@@ -3477,9 +3869,7 @@ Merge filter data structures in a new one. The first Filter Data passed in the a
3477
3869
 
3478
3870
  | Name | Type | Description | |
3479
3871
  | ---- | ---- | ----------- | -------- |
3480
- | filterData1 | | The target filter data | &nbsp; |
3481
- | filterData2 | | the filter data to be merged | &nbsp; |
3482
- | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3872
+ | filter | | The filter | &nbsp; |
3483
3873
 
3484
3874
 
3485
3875
 
@@ -3487,13 +3877,17 @@ Merge filter data structures in a new one. The first Filter Data passed in the a
3487
3877
  ##### Returns
3488
3878
 
3489
3879
 
3490
- - a new filter data structure
3880
+ - a property
3491
3881
 
3492
3882
 
3493
3883
 
3494
- #### mergeScopes(scopes1, scopes2, overwriteValues)
3495
3884
 
3496
- Gets a new scope structure array by merging two scope structures
3885
+ ### dist/filters/helpers/backend/getBackendProperty.js
3886
+
3887
+
3888
+ #### getBackendProperty(filter)
3889
+
3890
+ Gets a property for the logic structure
3497
3891
 
3498
3892
 
3499
3893
 
@@ -3502,9 +3896,7 @@ Gets a new scope structure array by merging two scope structures
3502
3896
 
3503
3897
  | Name | Type | Description | |
3504
3898
  | ---- | ---- | ----------- | -------- |
3505
- | scopes1 | | the target scope structure | &nbsp; |
3506
- | scopes2 | | the scope to be merged | &nbsp; |
3507
- | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3899
+ | filter | | The filter | &nbsp; |
3508
3900
 
3509
3901
 
3510
3902
 
@@ -3512,13 +3904,17 @@ Gets a new scope structure array by merging two scope structures
3512
3904
  ##### Returns
3513
3905
 
3514
3906
 
3515
- - a new scope structure array
3907
+ - a property
3516
3908
 
3517
3909
 
3518
3910
 
3519
- #### mergeDatasets(datasets1, datasets2, overwriteValues)
3520
3911
 
3521
- Gets a new dataset structure array by merging two dataset structures
3912
+ ### dist/filters/helpers/backend/getBackendValidator.js
3913
+
3914
+
3915
+ #### getBackendValidator(validator)
3916
+
3917
+ Gets the Validator that is used in requests
3522
3918
 
3523
3919
 
3524
3920
 
@@ -3527,9 +3923,7 @@ Gets a new dataset structure array by merging two dataset structures
3527
3923
 
3528
3924
  | Name | Type | Description | |
3529
3925
  | ---- | ---- | ----------- | -------- |
3530
- | datasets1 | | the target dataset structure | &nbsp; |
3531
- | datasets2 | | the dataset to be merged | &nbsp; |
3532
- | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3926
+ | validator | | Filter Validator used in UI | &nbsp; |
3533
3927
 
3534
3928
 
3535
3929
 
@@ -3537,13 +3931,17 @@ Gets a new dataset structure array by merging two dataset structures
3537
3931
  ##### Returns
3538
3932
 
3539
3933
 
3540
- - a new dataset structure array
3934
+ - Filter Validator used in Backend
3541
3935
 
3542
3936
 
3543
3937
 
3544
- #### mergeFilterss(filters1, filters2, overwriteValues)
3545
3938
 
3546
- Gets a new filter structure array by merging two filter structures
3939
+ ### dist/filters/helpers/backend/getBackendValues.js
3940
+
3941
+
3942
+ #### getBackendValues(filter)
3943
+
3944
+ Gets the expresion values in the logic format
3547
3945
 
3548
3946
 
3549
3947
 
@@ -3552,9 +3950,7 @@ Gets a new filter structure array by merging two filter structures
3552
3950
 
3553
3951
  | Name | Type | Description | |
3554
3952
  | ---- | ---- | ----------- | -------- |
3555
- | filters1 | | the target filter structure | &nbsp; |
3556
- | filters2 | | the filter to be merged | &nbsp; |
3557
- | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
3953
+ | filter | | The filter structure | &nbsp; |
3558
3954
 
3559
3955
 
3560
3956
 
@@ -3562,13 +3958,13 @@ Gets a new filter structure array by merging two filter structures
3562
3958
  ##### Returns
3563
3959
 
3564
3960
 
3565
- - a new filter structure array
3961
+ - A collection of backend expression value
3566
3962
 
3567
3963
 
3568
3964
 
3569
- #### mergeValues(filter1, filter2, overwrite)
3965
+ #### getResultValues(values, filter)
3570
3966
 
3571
- Gets a new value structure array by merging two value structures
3967
+ Gets the expression values. Depending on the column type
3572
3968
 
3573
3969
 
3574
3970
 
@@ -3577,9 +3973,8 @@ Gets a new value structure array by merging two value structures
3577
3973
 
3578
3974
  | Name | Type | Description | |
3579
3975
  | ---- | ---- | ----------- | -------- |
3580
- | filter1 | | the target filter structure | &nbsp; |
3581
- | filter2 | | the filter to be used to merge the values | &nbsp; |
3582
- | overwrite | | Flag to overwrite or not the filter values | &nbsp; |
3976
+ | values | | a collection of filter values | &nbsp; |
3977
+ | filter | | The filter structure | &nbsp; |
3583
3978
 
3584
3979
 
3585
3980
 
@@ -3587,17 +3982,13 @@ Gets a new value structure array by merging two value structures
3587
3982
  ##### Returns
3588
3983
 
3589
3984
 
3590
- - a new value structure array
3591
-
3592
-
3593
-
3985
+ -
3594
3986
 
3595
- ### dist/filters/helpers/common/resolveDatasetConditions.js
3596
3987
 
3597
3988
 
3598
- #### resolveDatasetConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
3989
+ #### getRankingValues(values, rankingGroupIndex)
3599
3990
 
3600
- Resolves the conditions by given params
3991
+ Gets the Ranking values.
3601
3992
 
3602
3993
 
3603
3994
 
@@ -3606,10 +3997,8 @@ Resolves the conditions by given params
3606
3997
 
3607
3998
  | Name | Type | Description | |
3608
3999
  | ---- | ---- | ----------- | -------- |
3609
- | filter | | The dataset structure | &nbsp; |
3610
- | params | | given parameters to validate the dataset | &nbsp; |
3611
- | letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | &nbsp; |
3612
- | letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | &nbsp; |
4000
+ | values | | a collection of filter values in the ranking structure | &nbsp; |
4001
+ | rankingGroupIndex | | determine the value by this index to build and return it | &nbsp; |
3613
4002
 
3614
4003
 
3615
4004
 
@@ -3617,17 +4006,17 @@ Resolves the conditions by given params
3617
4006
  ##### Returns
3618
4007
 
3619
4008
 
3620
- - true: the condition is satisfied
4009
+ - Expression values for ranking
3621
4010
 
3622
4011
 
3623
4012
 
3624
4013
 
3625
- ### dist/filters/helpers/common/resolveFilterConditions.js
4014
+ ### dist/filters/helpers/backend/getLogicByScopes.js
3626
4015
 
3627
4016
 
3628
- #### resolveFilterConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
4017
+ #### getLogicByScopes(logics, scopes)
3629
4018
 
3630
- Resolves the conditions by given params
4019
+ Gets the filters from logic data by Scopes/Scope IDs.
3631
4020
 
3632
4021
 
3633
4022
 
@@ -3636,10 +4025,8 @@ Resolves the conditions by given params
3636
4025
 
3637
4026
  | Name | Type | Description | |
3638
4027
  | ---- | ---- | ----------- | -------- |
3639
- | filter | | The filter | &nbsp; |
3640
- | params | | given parameters to validate the filter | &nbsp; |
3641
- | letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | &nbsp; |
3642
- | letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | &nbsp; |
4028
+ | logics | | The logic array | &nbsp; |
4029
+ | scopes | | The collection of Scopes/Scope IDs | &nbsp; |
3643
4030
 
3644
4031
 
3645
4032
 
@@ -3647,17 +4034,17 @@ Resolves the conditions by given params
3647
4034
  ##### Returns
3648
4035
 
3649
4036
 
3650
- - true: the condition is satisfied
4037
+ - a new Logic array
3651
4038
 
3652
4039
 
3653
4040
 
3654
4041
 
3655
- ### dist/filters/helpers/common/resolveScopeConditions.js
4042
+ ### dist/filters/helpers/backend/getLogicByScopesHierarchy.js
3656
4043
 
3657
4044
 
3658
- #### resolveScopeConditions(filter, params, letPassUndefinedProperties, letPassUndefinedParams)
4045
+ #### getLogicByScopesHierarchy(filterData, scopes, currentScope)
3659
4046
 
3660
- Resolves the conditions by given params
4047
+ Gets filters from the logic by the scopes hierarchy.
3661
4048
 
3662
4049
 
3663
4050
 
@@ -3666,10 +4053,9 @@ Resolves the conditions by given params
3666
4053
 
3667
4054
  | Name | Type | Description | |
3668
4055
  | ---- | ---- | ----------- | -------- |
3669
- | filter | | The filter scope structure | &nbsp; |
3670
- | params | | given parameters to validate the filter | &nbsp; |
3671
- | letPassUndefinedProperties | | Flag to avoid applying the condition when the filter properties are undefined | &nbsp; |
3672
- | letPassUndefinedParams | | Flag to avoid applying the condition when the param properties are explicit undefined. | &nbsp; |
4056
+ | filterData | | | &nbsp; |
4057
+ | scopes | | | &nbsp; |
4058
+ | currentScope | | | &nbsp; |
3673
4059
 
3674
4060
 
3675
4061
 
@@ -3677,7 +4063,7 @@ Resolves the conditions by given params
3677
4063
  ##### Returns
3678
4064
 
3679
4065
 
3680
- - true: the condition is satisfied
4066
+ - a new array of Logic
3681
4067
 
3682
4068
 
3683
4069
 
@@ -3737,12 +4123,12 @@ Excludes and returns a UI Flat Filters without filters by the given scopes
3737
4123
 
3738
4124
 
3739
4125
 
3740
- ### dist/filters/helpers/ui/getOutputFormatByColumn.js
4126
+ ### dist/filters/helpers/ui/getFilterPropertyLabel.js
3741
4127
 
3742
4128
 
3743
- #### getOutputFormatByColumn(column, datasets)
4129
+ #### getFilterPropertyLabel(filter)
3744
4130
 
3745
- Gets output format object from Datasets by the given column. Item of the datasets array must have outputformat item in order to be returned
4131
+ Gets the label of the filter property
3746
4132
 
3747
4133
 
3748
4134
 
@@ -3751,8 +4137,7 @@ Gets output format object from Datasets by the given column. Item of the dataset
3751
4137
 
3752
4138
  | Name | Type | Description | |
3753
4139
  | ---- | ---- | ----------- | -------- |
3754
- | column | | The column | &nbsp; |
3755
- | datasets | | array of datasets | &nbsp; |
4140
+ | filter | | The UI Filter | &nbsp; |
3756
4141
 
3757
4142
 
3758
4143
 
@@ -3760,17 +4145,17 @@ Gets output format object from Datasets by the given column. Item of the dataset
3760
4145
  ##### Returns
3761
4146
 
3762
4147
 
3763
- - The output format object
4148
+ - a string of the filter property label
3764
4149
 
3765
4150
 
3766
4151
 
3767
4152
 
3768
- ### dist/filters/helpers/ui/getFilterPropertyLabel.js
4153
+ ### dist/filters/helpers/ui/getOutputFormatByColumn.js
3769
4154
 
3770
4155
 
3771
- #### getFilterPropertyLabel(filter)
4156
+ #### getOutputFormatByColumn(column, datasets)
3772
4157
 
3773
- Gets the label of the filter property
4158
+ Gets output format object from Datasets by the given column. Item of the datasets array must have outputformat item in order to be returned
3774
4159
 
3775
4160
 
3776
4161
 
@@ -3779,7 +4164,8 @@ Gets the label of the filter property
3779
4164
 
3780
4165
  | Name | Type | Description | |
3781
4166
  | ---- | ---- | ----------- | -------- |
3782
- | filter | | The UI Filter | &nbsp; |
4167
+ | column | | The column | &nbsp; |
4168
+ | datasets | | array of datasets | &nbsp; |
3783
4169
 
3784
4170
 
3785
4171
 
@@ -3787,7 +4173,7 @@ Gets the label of the filter property
3787
4173
  ##### Returns
3788
4174
 
3789
4175
 
3790
- - a string of the filter property label
4176
+ - The output format object
3791
4177
 
3792
4178
 
3793
4179