@qrvey/utils 1.3.0-7 → 1.3.0-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 (802) hide show
  1. package/README.md +339 -1815
  2. package/dist/charts/constants/index.d.ts +0 -1
  3. package/dist/charts/constants/index.js +0 -1
  4. package/dist/cjs/charts/constants/index.d.ts +0 -1
  5. package/dist/cjs/charts/constants/index.js +0 -1
  6. package/dist/cjs/column_format/helpers/columnTypeByChart.d.ts +1 -1
  7. package/dist/cjs/column_format/helpers/defineXYChartFormat.js +1 -1
  8. package/dist/cjs/columns/constants/index.d.ts +0 -4
  9. package/dist/cjs/columns/constants/index.js +0 -4
  10. package/dist/cjs/columns/helpers/index.d.ts +0 -5
  11. package/dist/cjs/columns/helpers/index.js +0 -5
  12. package/dist/cjs/columns/interfaces/IBColumn.d.ts +3 -10
  13. package/dist/cjs/columns/interfaces/IColumn.d.ts +1 -9
  14. package/dist/cjs/columns/interfaces/index.d.ts +0 -11
  15. package/dist/cjs/columns/interfaces/index.js +0 -11
  16. package/dist/cjs/dates/adapters/index.d.ts +6 -0
  17. package/dist/cjs/dates/adapters/index.js +6 -0
  18. package/dist/cjs/dates/constants/index.d.ts +0 -1
  19. package/dist/cjs/dates/constants/index.js +0 -1
  20. package/dist/cjs/dates/index.d.ts +1 -1
  21. package/dist/cjs/dates/index.js +1 -1
  22. package/dist/cjs/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.d.ts +1 -1
  23. package/dist/cjs/filters/adapters/FDToFlatUI.js +0 -1
  24. package/dist/cjs/filters/adapters/UIToFD.js +1 -2
  25. package/dist/cjs/filters/adapters/UIToFlatUI.js +0 -1
  26. package/dist/cjs/filters/adapters/UIToOldLogic.js +3 -5
  27. package/dist/cjs/filters/adapters/adaptDateGroupingProperty.d.ts +2 -2
  28. package/dist/cjs/filters/adapters/adaptDateGroupingProperty.js +2 -2
  29. package/dist/cjs/filters/adapters/adaptFilterValues.js +3 -3
  30. package/dist/cjs/filters/adapters/flatUIToFD.js +0 -1
  31. package/dist/cjs/filters/adapters/flatUIToOldLogic.js +25 -45
  32. package/dist/cjs/filters/adapters/flatUIToUI.js +0 -1
  33. package/dist/cjs/filters/adapters/index.d.ts +0 -2
  34. package/dist/cjs/filters/adapters/index.js +0 -2
  35. package/dist/cjs/filters/adapters/logicToFlatUI.js +9 -10
  36. package/dist/cjs/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.js +4 -4
  37. package/dist/cjs/filters/constants/builder/STATIC_OPTION_COLUMNS.d.ts +2 -2
  38. package/dist/cjs/filters/constants/builder/index.d.ts +0 -1
  39. package/dist/cjs/filters/constants/builder/index.js +0 -1
  40. package/dist/cjs/filters/helpers/applyHierarchyForAggFilters.d.ts +3 -3
  41. package/dist/cjs/filters/helpers/applyHierarchyForAggFilters.js +3 -3
  42. package/dist/cjs/filters/helpers/backend/buildExpression.js +2 -3
  43. package/dist/cjs/filters/helpers/backend/getAggFiltersBySummaryIndex.d.ts +3 -5
  44. package/dist/cjs/filters/helpers/backend/getAggFiltersBySummaryIndex.js +3 -5
  45. package/dist/cjs/filters/helpers/backend/getBackendValidator.d.ts +2 -2
  46. package/dist/cjs/filters/helpers/backend/getBackendValidator.js +4 -4
  47. package/dist/cjs/filters/helpers/backend/getBackendValues.js +13 -16
  48. package/dist/cjs/filters/helpers/backend/index.d.ts +1 -1
  49. package/dist/cjs/filters/helpers/backend/index.js +1 -2
  50. package/dist/cjs/filters/helpers/builder/getFilterBuilderGeneralConfig.d.ts +2 -2
  51. package/dist/cjs/filters/helpers/common/excludeFiltersByParams.js +4 -4
  52. package/dist/cjs/filters/helpers/common/getFiltersByDatasetsColumns.d.ts +10 -0
  53. package/dist/cjs/filters/helpers/common/getFiltersByDatasetsColumns.js +25 -0
  54. package/dist/cjs/filters/helpers/common/getFiltersByParams.d.ts +2 -2
  55. package/dist/cjs/filters/helpers/common/getFiltersByParams.js +2 -2
  56. package/dist/cjs/filters/helpers/common/getMergeFiltersSettings.d.ts +2 -2
  57. package/dist/cjs/filters/helpers/common/getMergeFiltersSettings.js +3 -4
  58. package/dist/cjs/filters/helpers/common/getParamsToGetFilterSettings.d.ts +2 -2
  59. package/dist/cjs/filters/helpers/common/index.d.ts +2 -4
  60. package/dist/cjs/filters/helpers/common/index.js +2 -5
  61. package/dist/cjs/filters/helpers/common/mergeFilters.d.ts +3 -3
  62. package/dist/cjs/filters/helpers/common/mergeFilters.js +53 -17
  63. package/dist/cjs/filters/helpers/getAggFiltersFromFilterData.d.ts +4 -5
  64. package/dist/cjs/filters/helpers/getAggFiltersFromFilterData.js +5 -5
  65. package/dist/cjs/filters/helpers/index.d.ts +0 -1
  66. package/dist/cjs/filters/helpers/index.js +0 -2
  67. package/dist/cjs/filters/helpers/ui/getUIFlatFilterByParams.js +2 -2
  68. package/dist/cjs/filters/helpers/ui/getUIFlatFiltersByParams.js +2 -2
  69. package/dist/cjs/filters/helpers/ui/getUIValues.d.ts +3 -3
  70. package/dist/cjs/filters/helpers/ui/getUIValues.js +18 -26
  71. package/dist/cjs/filters/helpers/ui/index.d.ts +0 -1
  72. package/dist/cjs/filters/helpers/ui/index.js +0 -1
  73. package/dist/cjs/filters/helpers/ui/{resolveUIFlatFilterByParams.d.ts → resolveUIFlatFiltersByParams.d.ts} +1 -2
  74. package/dist/cjs/filters/helpers/ui/{resolveUIFlatFilterByParams.js → resolveUIFlatFiltersByParams.js} +7 -7
  75. package/dist/cjs/filters/helpers/ui/transformFilterValues.d.ts +2 -2
  76. package/dist/cjs/filters/helpers/ui/transformFilterValues.js +3 -4
  77. package/dist/cjs/filters/index.d.ts +0 -1
  78. package/dist/cjs/filters/index.js +0 -1
  79. package/dist/cjs/filters/interfaces/OLD_IFilterDetail.d.ts +1 -4
  80. package/dist/cjs/filters/interfaces/backend/index.d.ts +0 -1
  81. package/dist/cjs/filters/interfaces/backend/index.js +0 -1
  82. package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -2
  83. package/dist/cjs/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +13 -0
  84. package/dist/cjs/{columns/interfaces/IBColumAnswer.js → filters/interfaces/builder/IFilterBuilderGeneralConfig.js} +0 -0
  85. package/dist/cjs/filters/interfaces/builder/index.d.ts +1 -0
  86. package/dist/cjs/filters/interfaces/builder/index.js +1 -0
  87. package/dist/cjs/filters/interfaces/common/IFSColumn.d.ts +1 -1
  88. package/dist/cjs/filters/interfaces/common/IFSFilter.d.ts +1 -2
  89. package/dist/cjs/filters/interfaces/common/IFSFilterExtras.d.ts +0 -2
  90. package/dist/cjs/filters/interfaces/common/IFSMergeFiltersSettings.d.ts +7 -0
  91. package/dist/cjs/{columns/interfaces/IBColumnAnswerExpression.js → filters/interfaces/common/IFSMergeFiltersSettings.js} +0 -0
  92. package/dist/cjs/filters/interfaces/common/IFSParamsToGetFilter.d.ts +0 -2
  93. package/dist/cjs/filters/interfaces/{functions/IFFiltersParamsToGetFilter.d.ts → common/IFSParamsToGetFilterSettings.d.ts} +1 -1
  94. package/dist/cjs/{columns/interfaces/IBColumnAnswerExpressionCategory.js → filters/interfaces/common/IFSParamsToGetFilterSettings.js} +0 -0
  95. package/dist/cjs/filters/interfaces/common/IFSValue.d.ts +0 -1
  96. package/dist/cjs/filters/interfaces/common/IFSValueRange.d.ts +0 -1
  97. package/dist/cjs/filters/interfaces/common/IFSValueRanking.d.ts +0 -1
  98. package/dist/cjs/filters/interfaces/common/IFSValueRelativeDate.d.ts +0 -1
  99. package/dist/cjs/filters/interfaces/common/index.d.ts +2 -2
  100. package/dist/cjs/filters/interfaces/common/index.js +2 -2
  101. package/dist/cjs/filters/interfaces/ui/IFUColumn.d.ts +2 -2
  102. package/dist/cjs/filters/interfaces/ui/IFUValue.d.ts +0 -1
  103. package/dist/cjs/filters/interfaces/ui/index.d.ts +1 -1
  104. package/dist/cjs/filters/interfaces/ui/index.js +1 -1
  105. package/dist/cjs/general/array/index.d.ts +0 -1
  106. package/dist/cjs/general/array/index.js +0 -1
  107. package/dist/cjs/general/object/get.d.ts +20 -0
  108. package/dist/cjs/general/object/get.js +20 -0
  109. package/dist/cjs/globalization/interfaces/filters/II18nFilterPanel.d.ts +0 -3
  110. package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +2 -3
  111. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +1 -1
  112. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +1 -1
  113. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +1 -1
  114. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +1 -1
  115. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +1 -1
  116. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +1 -1
  117. package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.js +0 -3
  118. package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +1 -2
  119. package/dist/cjs/interfaces/general/IGeneralWidgetConfig.d.ts +12 -0
  120. package/dist/cjs/{columns/interfaces/IBColumnAnswerExpressionWord.js → interfaces/general/IGeneralWidgetConfig.js} +0 -0
  121. package/dist/cjs/interfaces/general/index.d.ts +1 -1
  122. package/dist/cjs/interfaces/general/index.js +1 -1
  123. package/dist/cjs/qrvey/constants/index.d.ts +0 -6
  124. package/dist/cjs/qrvey/constants/index.js +0 -6
  125. package/dist/cjs/{columns → qrvey}/helpers/getColumnsLabel.d.ts +1 -1
  126. package/dist/cjs/{columns → qrvey}/helpers/getColumnsLabel.js +0 -2
  127. package/dist/cjs/qrvey/helpers/getValueWithSuffixes.d.ts +2 -2
  128. package/dist/cjs/qrvey/helpers/getValueWithSuffixes.js +1 -1
  129. package/dist/cjs/qrvey/helpers/index.d.ts +1 -15
  130. package/dist/cjs/qrvey/helpers/index.js +1 -15
  131. package/dist/cjs/qrvey/interfaces/{IFunctionGetValueWithSuffixes.d.ts → IGetValueWithSuffixesSettings.d.ts} +3 -3
  132. package/dist/cjs/{columns/interfaces/IBColumnAnswerGeneral.js → qrvey/interfaces/IGetValueWithSuffixesSettings.js} +0 -0
  133. package/dist/cjs/qrvey/interfaces/index.d.ts +1 -12
  134. package/dist/cjs/qrvey/interfaces/index.js +1 -12
  135. package/dist/cjs/services/adapters/BColumnsToUIColumns.adapter.js +0 -8
  136. package/dist/cjs/services/adapters/index.d.ts +0 -1
  137. package/dist/cjs/services/adapters/index.js +0 -1
  138. package/dist/cjs/services/api/getAllDatasets.api.d.ts +5 -9
  139. package/dist/cjs/services/api/getAllDatasets.api.js +15 -24
  140. package/dist/cjs/services/api/getAllQrveys.api.d.ts +1 -1
  141. package/dist/cjs/services/api/getAllQrveys.api.js +1 -1
  142. package/dist/cjs/services/api/getDatasetColumns.api.d.ts +3 -3
  143. package/dist/cjs/services/api/getDatasetColumns.api.js +4 -5
  144. package/dist/cjs/services/api/index.d.ts +0 -2
  145. package/dist/cjs/services/api/index.js +0 -2
  146. package/dist/cjs/services/constants/index.d.ts +0 -4
  147. package/dist/cjs/services/constants/index.js +0 -4
  148. package/dist/cjs/services/helpers/index.d.ts +0 -1
  149. package/dist/cjs/services/helpers/index.js +0 -1
  150. package/dist/column_format/helpers/defineXYChartFormat.js +1 -1
  151. package/dist/columns/constants/index.d.ts +0 -4
  152. package/dist/columns/constants/index.js +0 -4
  153. package/dist/columns/helpers/index.d.ts +0 -5
  154. package/dist/columns/helpers/index.js +0 -5
  155. package/dist/columns/interfaces/IBColumn.d.ts +3 -10
  156. package/dist/columns/interfaces/IColumn.d.ts +1 -9
  157. package/dist/columns/interfaces/index.d.ts +0 -11
  158. package/dist/columns/interfaces/index.js +0 -11
  159. package/dist/dates/adapters/index.d.ts +6 -0
  160. package/dist/dates/adapters/index.js +6 -0
  161. package/dist/dates/constants/index.d.ts +0 -1
  162. package/dist/dates/constants/index.js +0 -1
  163. package/dist/dates/index.d.ts +1 -1
  164. package/dist/dates/index.js +1 -1
  165. package/dist/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.d.ts +1 -1
  166. package/dist/filters/adapters/FDToFlatUI.js +0 -1
  167. package/dist/filters/adapters/UIToFD.js +1 -2
  168. package/dist/filters/adapters/UIToFlatUI.js +0 -1
  169. package/dist/filters/adapters/UIToOldLogic.js +3 -5
  170. package/dist/filters/adapters/adaptDateGroupingProperty.d.ts +2 -2
  171. package/dist/filters/adapters/adaptDateGroupingProperty.js +2 -2
  172. package/dist/filters/adapters/adaptFilterValues.js +3 -3
  173. package/dist/filters/adapters/flatUIToFD.js +0 -1
  174. package/dist/filters/adapters/flatUIToOldLogic.js +25 -45
  175. package/dist/filters/adapters/flatUIToUI.js +0 -1
  176. package/dist/filters/adapters/index.d.ts +0 -2
  177. package/dist/filters/adapters/index.js +0 -2
  178. package/dist/filters/adapters/logicToFlatUI.js +9 -10
  179. package/dist/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.js +1 -1
  180. package/dist/filters/constants/builder/STATIC_OPTION_COLUMNS.d.ts +2 -2
  181. package/dist/filters/constants/builder/index.d.ts +0 -1
  182. package/dist/filters/constants/builder/index.js +0 -1
  183. package/dist/filters/helpers/applyHierarchyForAggFilters.d.ts +3 -3
  184. package/dist/filters/helpers/applyHierarchyForAggFilters.js +3 -3
  185. package/dist/filters/helpers/backend/buildExpression.js +2 -3
  186. package/dist/filters/helpers/backend/getAggFiltersBySummaryIndex.d.ts +3 -5
  187. package/dist/filters/helpers/backend/getAggFiltersBySummaryIndex.js +3 -5
  188. package/dist/filters/helpers/backend/getBackendValidator.d.ts +2 -2
  189. package/dist/filters/helpers/backend/getBackendValidator.js +4 -4
  190. package/dist/filters/helpers/backend/getBackendValues.js +13 -16
  191. package/dist/filters/helpers/backend/index.d.ts +1 -1
  192. package/dist/filters/helpers/backend/index.js +1 -2
  193. package/dist/filters/helpers/builder/getFilterBuilderGeneralConfig.d.ts +2 -2
  194. package/dist/filters/helpers/common/excludeFiltersByParams.js +4 -4
  195. package/dist/filters/helpers/common/getFiltersByDatasetsColumns.d.ts +10 -0
  196. package/dist/filters/helpers/common/getFiltersByDatasetsColumns.js +21 -0
  197. package/dist/filters/helpers/common/getFiltersByParams.d.ts +2 -2
  198. package/dist/filters/helpers/common/getFiltersByParams.js +2 -2
  199. package/dist/filters/helpers/common/getMergeFiltersSettings.d.ts +2 -2
  200. package/dist/filters/helpers/common/getMergeFiltersSettings.js +3 -4
  201. package/dist/filters/helpers/common/getParamsToGetFilterSettings.d.ts +2 -2
  202. package/dist/filters/helpers/common/index.d.ts +2 -4
  203. package/dist/filters/helpers/common/index.js +2 -5
  204. package/dist/filters/helpers/common/mergeFilters.d.ts +3 -3
  205. package/dist/filters/helpers/common/mergeFilters.js +53 -17
  206. package/dist/filters/helpers/getAggFiltersFromFilterData.d.ts +4 -5
  207. package/dist/filters/helpers/getAggFiltersFromFilterData.js +5 -5
  208. package/dist/filters/helpers/index.d.ts +0 -1
  209. package/dist/filters/helpers/index.js +0 -2
  210. package/dist/filters/helpers/ui/getUIFlatFilterByParams.js +1 -1
  211. package/dist/filters/helpers/ui/getUIFlatFiltersByParams.js +1 -1
  212. package/dist/filters/helpers/ui/getUIValues.d.ts +3 -3
  213. package/dist/filters/helpers/ui/getUIValues.js +17 -25
  214. package/dist/filters/helpers/ui/index.d.ts +0 -1
  215. package/dist/filters/helpers/ui/index.js +0 -1
  216. package/dist/filters/helpers/ui/{resolveUIFlatFilterByParams.d.ts → resolveUIFlatFiltersByParams.d.ts} +1 -2
  217. package/dist/filters/helpers/ui/{resolveUIFlatFilterByParams.js → resolveUIFlatFiltersByParams.js} +1 -1
  218. package/dist/filters/helpers/ui/transformFilterValues.d.ts +2 -2
  219. package/dist/filters/helpers/ui/transformFilterValues.js +3 -4
  220. package/dist/filters/index.d.ts +0 -1
  221. package/dist/filters/index.js +0 -1
  222. package/dist/filters/interfaces/OLD_IFilterDetail.d.ts +1 -4
  223. package/dist/filters/interfaces/backend/index.d.ts +0 -1
  224. package/dist/filters/interfaces/backend/index.js +0 -1
  225. package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +2 -2
  226. package/dist/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +13 -0
  227. package/dist/{columns/interfaces/IBColumAnswer.js → filters/interfaces/builder/IFilterBuilderGeneralConfig.js} +0 -0
  228. package/dist/filters/interfaces/builder/index.d.ts +1 -0
  229. package/dist/filters/interfaces/builder/index.js +1 -0
  230. package/dist/filters/interfaces/common/IFSColumn.d.ts +1 -1
  231. package/dist/filters/interfaces/common/IFSFilter.d.ts +1 -2
  232. package/dist/filters/interfaces/common/IFSFilterExtras.d.ts +0 -2
  233. package/dist/filters/interfaces/common/IFSMergeFiltersSettings.d.ts +7 -0
  234. package/dist/{columns/interfaces/IBColumnAnswerExpression.js → filters/interfaces/common/IFSMergeFiltersSettings.js} +0 -0
  235. package/dist/filters/interfaces/common/IFSParamsToGetFilter.d.ts +0 -2
  236. package/dist/filters/interfaces/{functions/IFFiltersParamsToGetFilter.d.ts → common/IFSParamsToGetFilterSettings.d.ts} +1 -1
  237. package/dist/{columns/interfaces/IBColumnAnswerExpressionCategory.js → filters/interfaces/common/IFSParamsToGetFilterSettings.js} +0 -0
  238. package/dist/filters/interfaces/common/IFSValue.d.ts +0 -1
  239. package/dist/filters/interfaces/common/IFSValueRange.d.ts +0 -1
  240. package/dist/filters/interfaces/common/IFSValueRanking.d.ts +0 -1
  241. package/dist/filters/interfaces/common/IFSValueRelativeDate.d.ts +0 -1
  242. package/dist/filters/interfaces/common/index.d.ts +2 -2
  243. package/dist/filters/interfaces/common/index.js +2 -2
  244. package/dist/filters/interfaces/ui/IFUColumn.d.ts +2 -2
  245. package/dist/filters/interfaces/ui/IFUValue.d.ts +0 -1
  246. package/dist/filters/interfaces/ui/index.d.ts +1 -1
  247. package/dist/filters/interfaces/ui/index.js +1 -1
  248. package/dist/general/array/index.d.ts +0 -1
  249. package/dist/general/array/index.js +0 -1
  250. package/dist/general/object/get.d.ts +20 -0
  251. package/dist/general/object/get.js +20 -0
  252. package/dist/globalization/interfaces/filters/II18nFilterPanel.d.ts +0 -3
  253. package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +2 -3
  254. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +1 -1
  255. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +1 -1
  256. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +1 -1
  257. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +1 -1
  258. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +1 -1
  259. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +1 -1
  260. package/dist/globalization/labels/filters/I18N_FILTER_PANEL.js +0 -3
  261. package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +1 -2
  262. package/dist/interfaces/general/IGeneralWidgetConfig.d.ts +12 -0
  263. package/dist/{columns/interfaces/IBColumnAnswerExpressionWord.js → interfaces/general/IGeneralWidgetConfig.js} +0 -0
  264. package/dist/interfaces/general/index.d.ts +1 -1
  265. package/dist/interfaces/general/index.js +1 -1
  266. package/dist/qrvey/constants/index.d.ts +0 -6
  267. package/dist/qrvey/constants/index.js +0 -6
  268. package/dist/{columns → qrvey}/helpers/getColumnsLabel.d.ts +1 -1
  269. package/dist/{columns → qrvey}/helpers/getColumnsLabel.js +0 -2
  270. package/dist/qrvey/helpers/getValueWithSuffixes.d.ts +2 -2
  271. package/dist/qrvey/helpers/getValueWithSuffixes.js +1 -1
  272. package/dist/qrvey/helpers/index.d.ts +1 -15
  273. package/dist/qrvey/helpers/index.js +1 -15
  274. package/dist/qrvey/interfaces/{IFunctionGetValueWithSuffixes.d.ts → IGetValueWithSuffixesSettings.d.ts} +3 -3
  275. package/dist/{columns/interfaces/IBColumnAnswerGeneral.js → qrvey/interfaces/IGetValueWithSuffixesSettings.js} +0 -0
  276. package/dist/qrvey/interfaces/index.d.ts +1 -12
  277. package/dist/qrvey/interfaces/index.js +1 -12
  278. package/dist/services/adapters/BColumnsToUIColumns.adapter.js +0 -8
  279. package/dist/services/adapters/index.d.ts +0 -1
  280. package/dist/services/adapters/index.js +0 -1
  281. package/dist/services/api/getAllDatasets.api.d.ts +5 -9
  282. package/dist/services/api/getAllDatasets.api.js +15 -24
  283. package/dist/services/api/getAllQrveys.api.d.ts +1 -1
  284. package/dist/services/api/getAllQrveys.api.js +1 -1
  285. package/dist/services/api/getDatasetColumns.api.d.ts +3 -3
  286. package/dist/services/api/getDatasetColumns.api.js +6 -7
  287. package/dist/services/api/index.d.ts +0 -2
  288. package/dist/services/api/index.js +0 -2
  289. package/dist/services/constants/index.d.ts +0 -4
  290. package/dist/services/constants/index.js +0 -4
  291. package/dist/services/helpers/index.d.ts +0 -1
  292. package/dist/services/helpers/index.js +0 -1
  293. package/package.json +1 -1
  294. package/src/charts/constants/index.ts +0 -1
  295. package/src/column_format/helpers/defineXYChartFormat.ts +1 -3
  296. package/src/columns/constants/index.ts +0 -5
  297. package/src/columns/helpers/index.ts +0 -5
  298. package/src/columns/interfaces/IBColumn.ts +3 -10
  299. package/src/columns/interfaces/IColumn.ts +1 -9
  300. package/src/columns/interfaces/index.ts +0 -12
  301. package/src/dates/adapters/index.ts +6 -0
  302. package/src/dates/constants/index.ts +0 -1
  303. package/src/dates/index.ts +1 -1
  304. package/src/dates/relative/constants/RELATIVE_CURSOR_INFO_LIST.ts +1 -1
  305. package/src/filters/adapters/FDToFlatUI.ts +0 -1
  306. package/src/filters/adapters/UIToFD.ts +1 -2
  307. package/src/filters/adapters/UIToFlatUI.ts +0 -1
  308. package/src/filters/adapters/UIToOldLogic.ts +3 -4
  309. package/src/filters/adapters/adaptDateGroupingProperty.ts +2 -2
  310. package/src/filters/adapters/adaptFilterValues.ts +3 -3
  311. package/src/filters/adapters/flatUIToFD.ts +0 -1
  312. package/src/filters/adapters/flatUIToOldLogic.ts +32 -43
  313. package/src/filters/adapters/flatUIToUI.ts +0 -1
  314. package/src/filters/adapters/index.ts +0 -4
  315. package/src/filters/adapters/logicToFlatUI.ts +3 -5
  316. package/src/filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL.ts +1 -1
  317. package/src/filters/constants/builder/STATIC_OPTION_COLUMNS.ts +1 -2
  318. package/src/filters/constants/builder/index.ts +0 -1
  319. package/src/filters/helpers/applyHierarchyForAggFilters.ts +3 -3
  320. package/src/filters/helpers/backend/buildExpression.ts +2 -2
  321. package/src/filters/helpers/backend/getAggFiltersBySummaryIndex.ts +3 -5
  322. package/src/filters/helpers/backend/getBackendValidator.ts +5 -5
  323. package/src/filters/helpers/backend/getBackendValues.ts +13 -17
  324. package/src/filters/helpers/backend/index.ts +1 -2
  325. package/src/filters/helpers/builder/getFilterBuilderGeneralConfig.ts +2 -2
  326. package/src/filters/helpers/common/excludeFiltersByParams.ts +3 -3
  327. package/src/filters/helpers/common/getFiltersByDatasetsColumns.ts +33 -0
  328. package/src/filters/helpers/common/getFiltersByParams.ts +4 -4
  329. package/src/filters/helpers/common/getMergeFiltersSettings.ts +2 -3
  330. package/src/filters/helpers/common/getParamsToGetFilterSettings.ts +2 -2
  331. package/src/filters/helpers/common/index.ts +2 -7
  332. package/src/filters/helpers/common/mergeFilters.ts +59 -32
  333. package/src/filters/helpers/getAggFiltersFromFilterData.ts +5 -5
  334. package/src/filters/helpers/index.ts +0 -3
  335. package/src/filters/helpers/ui/getUIFlatFilterByParams.ts +1 -1
  336. package/src/filters/helpers/ui/getUIFlatFiltersByParams.ts +1 -1
  337. package/src/filters/helpers/ui/getUIValues.ts +16 -26
  338. package/src/filters/helpers/ui/index.ts +0 -1
  339. package/src/filters/helpers/ui/{resolveUIFlatFilterByParams.ts → resolveUIFlatFiltersByParams.ts} +2 -3
  340. package/src/filters/helpers/ui/transformFilterValues.ts +5 -6
  341. package/src/filters/index.ts +0 -1
  342. package/src/filters/interfaces/OLD_IFilterDetail.ts +1 -2
  343. package/src/filters/interfaces/backend/index.ts +0 -2
  344. package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +3 -3
  345. package/src/filters/interfaces/builder/IFilterBuilderGeneralConfig.ts +14 -0
  346. package/src/filters/interfaces/builder/index.ts +1 -0
  347. package/src/filters/interfaces/common/IFSColumn.ts +1 -1
  348. package/src/filters/interfaces/common/IFSFilter.ts +1 -2
  349. package/src/filters/interfaces/common/IFSFilterExtras.ts +0 -2
  350. package/src/filters/interfaces/common/IFSMergeFiltersSettings.ts +8 -0
  351. package/src/filters/interfaces/common/IFSParamsToGetFilter.ts +0 -2
  352. package/src/filters/interfaces/{functions/IFFiltersParamsToGetFilter.ts → common/IFSParamsToGetFilterSettings.ts} +1 -1
  353. package/src/filters/interfaces/common/IFSValue.ts +0 -1
  354. package/src/filters/interfaces/common/IFSValueRange.ts +0 -1
  355. package/src/filters/interfaces/common/IFSValueRanking.ts +0 -1
  356. package/src/filters/interfaces/common/IFSValueRelativeDate.ts +1 -1
  357. package/src/filters/interfaces/common/index.ts +2 -2
  358. package/src/filters/interfaces/ui/IFUColumn.ts +2 -2
  359. package/src/filters/interfaces/ui/IFUValue.ts +0 -1
  360. package/src/filters/interfaces/ui/index.ts +1 -1
  361. package/src/general/array/index.ts +0 -1
  362. package/src/general/object/get.ts +22 -0
  363. package/src/globalization/interfaces/filters/II18nFilterPanel.ts +0 -3
  364. package/src/globalization/interfaces/filters/II18nValueContainer.ts +2 -3
  365. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER.ts +1 -1
  366. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +1 -1
  367. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.ts +1 -1
  368. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +1 -2
  369. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +1 -1
  370. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +1 -1
  371. package/src/globalization/labels/filters/I18N_FILTER_PANEL.ts +0 -3
  372. package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +1 -2
  373. package/src/interfaces/Qrvey.Interface.ts +27 -1
  374. package/src/interfaces/general/IGeneralWidgetConfig.ts +12 -0
  375. package/src/interfaces/general/index.ts +1 -1
  376. package/src/qrvey/constants/index.ts +0 -6
  377. package/src/{columns → qrvey}/helpers/getColumnsLabel.ts +1 -2
  378. package/src/qrvey/helpers/getValueWithSuffixes.ts +3 -3
  379. package/src/qrvey/helpers/index.ts +1 -15
  380. package/src/qrvey/interfaces/IDataset.ts +1 -1
  381. package/src/qrvey/interfaces/{IFunctionGetValueWithSuffixes.ts → IGetValueWithSuffixesSettings.ts} +3 -3
  382. package/src/qrvey/interfaces/index.ts +1 -19
  383. package/src/services/adapters/BColumnsToUIColumns.adapter.ts +1 -9
  384. package/src/services/adapters/BDatasetsToUIDatasets.adapter.ts +4 -4
  385. package/src/services/adapters/index.ts +0 -1
  386. package/src/services/api/getAllDatasets.api.ts +17 -23
  387. package/src/services/api/getAllQrveys.api.ts +1 -1
  388. package/src/services/api/getDatasetColumns.api.ts +9 -10
  389. package/src/services/api/index.ts +0 -2
  390. package/src/services/constants/index.ts +0 -6
  391. package/src/services/helpers/index.ts +0 -1
  392. package/tsconfig.json +3 -0
  393. package/dist/cjs/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION.d.ts +0 -5
  394. package/dist/cjs/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION.js +0 -9
  395. package/dist/cjs/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION_LIST.d.ts +0 -2
  396. package/dist/cjs/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION_LIST.js +0 -9
  397. package/dist/cjs/columns/helpers/getDatasetByColumn.d.ts +0 -3
  398. package/dist/cjs/columns/helpers/getDatasetByColumn.js +0 -10
  399. package/dist/cjs/columns/helpers/getDatasetColumn.d.ts +0 -3
  400. package/dist/cjs/columns/helpers/getDatasetColumn.js +0 -16
  401. package/dist/cjs/columns/helpers/getDatasetColumnyDatasets.d.ts +0 -3
  402. package/dist/cjs/columns/helpers/getDatasetColumnyDatasets.js +0 -12
  403. package/dist/cjs/columns/helpers/getModelColumn.d.ts +0 -9
  404. package/dist/cjs/columns/helpers/getModelColumn.js +0 -30
  405. package/dist/cjs/columns/interfaces/IBColumAnswer.d.ts +0 -6
  406. package/dist/cjs/columns/interfaces/IBColumnAnswerExpression.d.ts +0 -5
  407. package/dist/cjs/columns/interfaces/IBColumnAnswerExpressionCategory.d.ts +0 -6
  408. package/dist/cjs/columns/interfaces/IBColumnAnswerExpressionWord.d.ts +0 -3
  409. package/dist/cjs/columns/interfaces/IBColumnAnswerGeneral.d.ts +0 -4
  410. package/dist/cjs/columns/interfaces/IBColumnAnswerImages.d.ts +0 -5
  411. package/dist/cjs/columns/interfaces/IBColumnAnswerImages.js +0 -2
  412. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupAnswer.d.ts +0 -5
  413. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupAnswer.js +0 -2
  414. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupAnswerAnswer.d.ts +0 -6
  415. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupAnswerAnswer.js +0 -2
  416. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupValue.d.ts +0 -4
  417. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupValue.js +0 -2
  418. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupValueValue.d.ts +0 -7
  419. package/dist/cjs/columns/interfaces/IBColumnAnswerLookupValueValue.js +0 -2
  420. package/dist/cjs/columns/interfaces/IBColumnAnswerSlidebar.d.ts +0 -3
  421. package/dist/cjs/columns/interfaces/IBColumnAnswerSlidebar.js +0 -2
  422. package/dist/cjs/columns/interfaces/IColumnImageUploadOption.d.ts +0 -2
  423. package/dist/cjs/columns/interfaces/IColumnImageUploadOption.js +0 -2
  424. package/dist/cjs/filters/adapters/modelAnswerToFilterValue.d.ts +0 -8
  425. package/dist/cjs/filters/adapters/modelAnswerToFilterValue.js +0 -16
  426. package/dist/cjs/filters/helpers/OLD_getAggFilters.d.ts +0 -9
  427. package/dist/cjs/filters/helpers/OLD_getAggFilters.js +0 -88
  428. package/dist/cjs/filters/helpers/common/getMergeValuesSettings.d.ts +0 -7
  429. package/dist/cjs/filters/helpers/common/getMergeValuesSettings.js +0 -15
  430. package/dist/cjs/filters/helpers/common/getValuesFromDataset.d.ts +0 -8
  431. package/dist/cjs/filters/helpers/common/getValuesFromDataset.js +0 -20
  432. package/dist/cjs/filters/helpers/common/getValuesFromModel.d.ts +0 -8
  433. package/dist/cjs/filters/helpers/common/getValuesFromModel.js +0 -20
  434. package/dist/cjs/filters/helpers/common/mergeValues.d.ts +0 -11
  435. package/dist/cjs/filters/helpers/common/mergeValues.js +0 -95
  436. package/dist/cjs/filters/interfaces/backend/IFBData.d.ts +0 -5
  437. package/dist/cjs/filters/interfaces/backend/IFBData.js +0 -2
  438. package/dist/cjs/filters/interfaces/common/IFSGetDataValues.d.ts +0 -2
  439. package/dist/cjs/filters/interfaces/common/IFSGetDataValues.js +0 -2
  440. package/dist/cjs/filters/interfaces/common/IFilterConfig.d.ts +0 -2
  441. package/dist/cjs/filters/interfaces/common/IFilterConfig.js +0 -2
  442. package/dist/cjs/filters/interfaces/functions/IFFiltersGetData.d.ts +0 -17
  443. package/dist/cjs/filters/interfaces/functions/IFFiltersGetData.js +0 -2
  444. package/dist/cjs/filters/interfaces/functions/IFFiltersGetValuesFromDataset.d.ts +0 -10
  445. package/dist/cjs/filters/interfaces/functions/IFFiltersGetValuesFromDataset.js +0 -2
  446. package/dist/cjs/filters/interfaces/functions/IFFiltersGetValuesFromModel.d.ts +0 -10
  447. package/dist/cjs/filters/interfaces/functions/IFFiltersGetValuesFromModel.js +0 -2
  448. package/dist/cjs/filters/interfaces/functions/IFFiltersMergeFilters.d.ts +0 -8
  449. package/dist/cjs/filters/interfaces/functions/IFFiltersMergeFilters.js +0 -2
  450. package/dist/cjs/filters/interfaces/functions/IFFiltersMergeValues.d.ts +0 -3
  451. package/dist/cjs/filters/interfaces/functions/IFFiltersMergeValues.js +0 -2
  452. package/dist/cjs/filters/interfaces/functions/IFFiltersParamsToGetFilter.js +0 -2
  453. package/dist/cjs/filters/interfaces/functions/index.d.ts +0 -6
  454. package/dist/cjs/filters/interfaces/functions/index.js +0 -22
  455. package/dist/cjs/filters/services/Filters.api.d.ts +0 -52
  456. package/dist/cjs/filters/services/Filters.api.js +0 -135
  457. package/dist/cjs/filters/services/UChartApi.d.ts +0 -86
  458. package/dist/cjs/filters/services/UChartApi.js +0 -250
  459. package/dist/cjs/filters/services/UChartPaginationApi.d.ts +0 -114
  460. package/dist/cjs/filters/services/UChartPaginationApi.js +0 -295
  461. package/dist/cjs/filters/services/index.d.ts +0 -3
  462. package/dist/cjs/filters/services/index.js +0 -19
  463. package/dist/cjs/general/array/getArrayByProperty.d.ts +0 -7
  464. package/dist/cjs/general/array/getArrayByProperty.js +0 -19
  465. package/dist/cjs/general/array/getUniqueArray.d.ts +0 -9
  466. package/dist/cjs/general/array/getUniqueArray.js +0 -15
  467. package/dist/cjs/interfaces/general/IWidgetConfig.d.ts +0 -10
  468. package/dist/cjs/interfaces/general/IWidgetConfig.js +0 -2
  469. package/dist/cjs/qrvey/constants/APP_DATASET_TYPE_LIST.d.ts +0 -6
  470. package/dist/cjs/qrvey/constants/APP_DATASET_TYPE_LIST.js +0 -16
  471. package/dist/cjs/qrvey/constants/APP_FORM_TYPE_LIST.d.ts +0 -6
  472. package/dist/cjs/qrvey/constants/APP_FORM_TYPE_LIST.js +0 -14
  473. package/dist/cjs/qrvey/constants/APP_STATUS.d.ts +0 -5
  474. package/dist/cjs/qrvey/constants/APP_STATUS.js +0 -9
  475. package/dist/cjs/qrvey/constants/APP_STATUS_LIST.d.ts +0 -6
  476. package/dist/cjs/qrvey/constants/APP_STATUS_LIST.js +0 -13
  477. package/dist/cjs/qrvey/constants/APP_TYPE.d.ts +0 -16
  478. package/dist/cjs/qrvey/constants/APP_TYPE.js +0 -20
  479. package/dist/cjs/qrvey/helpers/areStaticColumnValues.d.ts +0 -8
  480. package/dist/cjs/qrvey/helpers/areStaticColumnValues.js +0 -17
  481. package/dist/cjs/qrvey/helpers/getCategorizableExpression.d.ts +0 -11
  482. package/dist/cjs/qrvey/helpers/getCategorizableExpression.js +0 -22
  483. package/dist/cjs/qrvey/helpers/getDataAnswersByColumn.d.ts +0 -13
  484. package/dist/cjs/qrvey/helpers/getDataAnswersByColumn.js +0 -54
  485. package/dist/cjs/qrvey/helpers/getDropdownAnswers.d.ts +0 -9
  486. package/dist/cjs/qrvey/helpers/getDropdownAnswers.js +0 -14
  487. package/dist/cjs/qrvey/helpers/getExpressionAnswers.d.ts +0 -10
  488. package/dist/cjs/qrvey/helpers/getExpressionAnswers.js +0 -22
  489. package/dist/cjs/qrvey/helpers/getImageAnswers.d.ts +0 -8
  490. package/dist/cjs/qrvey/helpers/getImageAnswers.js +0 -17
  491. package/dist/cjs/qrvey/helpers/getImageUploadHasAnalysis.d.ts +0 -10
  492. package/dist/cjs/qrvey/helpers/getImageUploadHasAnalysis.js +0 -23
  493. package/dist/cjs/qrvey/helpers/getLookupAnswers.d.ts +0 -4
  494. package/dist/cjs/qrvey/helpers/getLookupAnswers.js +0 -15
  495. package/dist/cjs/qrvey/helpers/getLookupDisplays.d.ts +0 -4
  496. package/dist/cjs/qrvey/helpers/getLookupDisplays.js +0 -9
  497. package/dist/cjs/qrvey/helpers/getRatingAnswers.d.ts +0 -7
  498. package/dist/cjs/qrvey/helpers/getRatingAnswers.js +0 -12
  499. package/dist/cjs/qrvey/helpers/getSlidebarAnswers.d.ts +0 -8
  500. package/dist/cjs/qrvey/helpers/getSlidebarAnswers.js +0 -18
  501. package/dist/cjs/qrvey/helpers/getSuffixTranslateByColumn.d.ts +0 -7
  502. package/dist/cjs/qrvey/helpers/getSuffixTranslateByColumn.js +0 -17
  503. package/dist/cjs/qrvey/helpers/getYesNoAnswers.d.ts +0 -9
  504. package/dist/cjs/qrvey/helpers/getYesNoAnswers.js +0 -13
  505. package/dist/cjs/qrvey/helpers/isDataset.d.ts +0 -2
  506. package/dist/cjs/qrvey/helpers/isDataset.js +0 -8
  507. package/dist/cjs/qrvey/helpers/isForm.d.ts +0 -2
  508. package/dist/cjs/qrvey/helpers/isForm.js +0 -8
  509. package/dist/cjs/qrvey/interfaces/IAppStatus.d.ts +0 -2
  510. package/dist/cjs/qrvey/interfaces/IAppStatus.js +0 -2
  511. package/dist/cjs/qrvey/interfaces/IAppType.d.ts +0 -2
  512. package/dist/cjs/qrvey/interfaces/IAppType.js +0 -2
  513. package/dist/cjs/qrvey/interfaces/IBModel.d.ts +0 -19
  514. package/dist/cjs/qrvey/interfaces/IBModel.js +0 -2
  515. package/dist/cjs/qrvey/interfaces/IBModelBranchesMap.d.ts +0 -5
  516. package/dist/cjs/qrvey/interfaces/IBModelBranchesMap.js +0 -2
  517. package/dist/cjs/qrvey/interfaces/IBModelBranchesMapBranch.d.ts +0 -4
  518. package/dist/cjs/qrvey/interfaces/IBModelBranchesMapBranch.js +0 -2
  519. package/dist/cjs/qrvey/interfaces/IBModelData.d.ts +0 -4
  520. package/dist/cjs/qrvey/interfaces/IBModelData.js +0 -2
  521. package/dist/cjs/qrvey/interfaces/IFunctionGetDataAnswersByColumn.d.ts +0 -11
  522. package/dist/cjs/qrvey/interfaces/IFunctionGetDataAnswersByColumn.js +0 -2
  523. package/dist/cjs/qrvey/interfaces/IFunctionGetValueWithSuffixes.js +0 -2
  524. package/dist/cjs/qrvey/interfaces/IModel.d.ts +0 -10
  525. package/dist/cjs/qrvey/interfaces/IModel.js +0 -2
  526. package/dist/cjs/qrvey/interfaces/IModelAnswer.d.ts +0 -5
  527. package/dist/cjs/qrvey/interfaces/IModelAnswer.js +0 -2
  528. package/dist/cjs/qrvey/interfaces/IModelBranchesMap.d.ts +0 -5
  529. package/dist/cjs/qrvey/interfaces/IModelBranchesMap.js +0 -2
  530. package/dist/cjs/qrvey/interfaces/IModelBranchesMapBranch.d.ts +0 -4
  531. package/dist/cjs/qrvey/interfaces/IModelBranchesMapBranch.js +0 -2
  532. package/dist/cjs/qrvey/interfaces/IModelColumn.d.ts +0 -23
  533. package/dist/cjs/qrvey/interfaces/IModelColumn.js +0 -2
  534. package/dist/cjs/qrvey/interfaces/IModelDataset.d.ts +0 -7
  535. package/dist/cjs/qrvey/interfaces/IModelDataset.js +0 -2
  536. package/dist/cjs/services/adapters/BBranchesMapToUIBranchesMap.adapter.d.ts +0 -8
  537. package/dist/cjs/services/adapters/BBranchesMapToUIBranchesMap.adapter.js +0 -21
  538. package/dist/cjs/services/adapters/BModelToUIModel.adapter.d.ts +0 -3
  539. package/dist/cjs/services/adapters/BModelToUIModel.adapter.js +0 -26
  540. package/dist/cjs/services/api/Charts.api.d.ts +0 -15
  541. package/dist/cjs/services/api/Charts.api.js +0 -37
  542. package/dist/cjs/services/api/getDatasetsByIds.api.d.ts +0 -8
  543. package/dist/cjs/services/api/getDatasetsByIds.api.js +0 -30
  544. package/dist/cjs/services/api/getModel.api.d.ts +0 -1
  545. package/dist/cjs/services/api/getModel.api.js +0 -16
  546. package/dist/cjs/services/constants/MODEL_ENDPOINT.d.ts +0 -2
  547. package/dist/cjs/services/constants/MODEL_ENDPOINT.js +0 -7
  548. package/dist/cjs/services/constants/QUESTION_LIST_BULK_ENDPOINT.d.ts +0 -2
  549. package/dist/cjs/services/constants/QUESTION_LIST_BULK_ENDPOINT.js +0 -7
  550. package/dist/cjs/services/constants/UCHART_ENDPOINT.d.ts +0 -2
  551. package/dist/cjs/services/constants/UCHART_ENDPOINT.js +0 -7
  552. package/dist/cjs/services/constants/UCHART_PAGINATION_ENDPOINT.d.ts +0 -2
  553. package/dist/cjs/services/constants/UCHART_PAGINATION_ENDPOINT.js +0 -7
  554. package/dist/cjs/services/helpers/getDefaultQuestionListOptionsAttributes.d.ts +0 -1
  555. package/dist/cjs/services/helpers/getDefaultQuestionListOptionsAttributes.js +0 -28
  556. package/dist/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION.d.ts +0 -5
  557. package/dist/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION.js +0 -6
  558. package/dist/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION_LIST.d.ts +0 -2
  559. package/dist/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION_LIST.js +0 -6
  560. package/dist/columns/helpers/getDatasetByColumn.d.ts +0 -3
  561. package/dist/columns/helpers/getDatasetByColumn.js +0 -6
  562. package/dist/columns/helpers/getDatasetColumn.d.ts +0 -3
  563. package/dist/columns/helpers/getDatasetColumn.js +0 -12
  564. package/dist/columns/helpers/getDatasetColumnyDatasets.d.ts +0 -3
  565. package/dist/columns/helpers/getDatasetColumnyDatasets.js +0 -8
  566. package/dist/columns/helpers/getModelColumn.d.ts +0 -9
  567. package/dist/columns/helpers/getModelColumn.js +0 -26
  568. package/dist/columns/interfaces/IBColumAnswer.d.ts +0 -6
  569. package/dist/columns/interfaces/IBColumnAnswerExpression.d.ts +0 -5
  570. package/dist/columns/interfaces/IBColumnAnswerExpressionCategory.d.ts +0 -6
  571. package/dist/columns/interfaces/IBColumnAnswerExpressionWord.d.ts +0 -3
  572. package/dist/columns/interfaces/IBColumnAnswerGeneral.d.ts +0 -4
  573. package/dist/columns/interfaces/IBColumnAnswerImages.d.ts +0 -5
  574. package/dist/columns/interfaces/IBColumnAnswerImages.js +0 -1
  575. package/dist/columns/interfaces/IBColumnAnswerLookupAnswer.d.ts +0 -5
  576. package/dist/columns/interfaces/IBColumnAnswerLookupAnswer.js +0 -1
  577. package/dist/columns/interfaces/IBColumnAnswerLookupAnswerAnswer.d.ts +0 -6
  578. package/dist/columns/interfaces/IBColumnAnswerLookupAnswerAnswer.js +0 -1
  579. package/dist/columns/interfaces/IBColumnAnswerLookupValue.d.ts +0 -4
  580. package/dist/columns/interfaces/IBColumnAnswerLookupValue.js +0 -1
  581. package/dist/columns/interfaces/IBColumnAnswerLookupValueValue.d.ts +0 -7
  582. package/dist/columns/interfaces/IBColumnAnswerLookupValueValue.js +0 -1
  583. package/dist/columns/interfaces/IBColumnAnswerSlidebar.d.ts +0 -3
  584. package/dist/columns/interfaces/IBColumnAnswerSlidebar.js +0 -1
  585. package/dist/columns/interfaces/IColumnImageUploadOption.d.ts +0 -2
  586. package/dist/columns/interfaces/IColumnImageUploadOption.js +0 -1
  587. package/dist/filters/adapters/modelAnswerToFilterValue.d.ts +0 -8
  588. package/dist/filters/adapters/modelAnswerToFilterValue.js +0 -12
  589. package/dist/filters/helpers/OLD_getAggFilters.d.ts +0 -9
  590. package/dist/filters/helpers/OLD_getAggFilters.js +0 -84
  591. package/dist/filters/helpers/common/getMergeValuesSettings.d.ts +0 -7
  592. package/dist/filters/helpers/common/getMergeValuesSettings.js +0 -11
  593. package/dist/filters/helpers/common/getValuesFromDataset.d.ts +0 -8
  594. package/dist/filters/helpers/common/getValuesFromDataset.js +0 -16
  595. package/dist/filters/helpers/common/getValuesFromModel.d.ts +0 -8
  596. package/dist/filters/helpers/common/getValuesFromModel.js +0 -16
  597. package/dist/filters/helpers/common/mergeValues.d.ts +0 -11
  598. package/dist/filters/helpers/common/mergeValues.js +0 -91
  599. package/dist/filters/interfaces/backend/IFBData.d.ts +0 -5
  600. package/dist/filters/interfaces/backend/IFBData.js +0 -1
  601. package/dist/filters/interfaces/common/IFSGetDataValues.d.ts +0 -2
  602. package/dist/filters/interfaces/common/IFSGetDataValues.js +0 -1
  603. package/dist/filters/interfaces/common/IFilterConfig.d.ts +0 -2
  604. package/dist/filters/interfaces/common/IFilterConfig.js +0 -1
  605. package/dist/filters/interfaces/functions/IFFiltersGetData.d.ts +0 -17
  606. package/dist/filters/interfaces/functions/IFFiltersGetData.js +0 -1
  607. package/dist/filters/interfaces/functions/IFFiltersGetValuesFromDataset.d.ts +0 -10
  608. package/dist/filters/interfaces/functions/IFFiltersGetValuesFromDataset.js +0 -1
  609. package/dist/filters/interfaces/functions/IFFiltersGetValuesFromModel.d.ts +0 -10
  610. package/dist/filters/interfaces/functions/IFFiltersGetValuesFromModel.js +0 -1
  611. package/dist/filters/interfaces/functions/IFFiltersMergeFilters.d.ts +0 -8
  612. package/dist/filters/interfaces/functions/IFFiltersMergeFilters.js +0 -1
  613. package/dist/filters/interfaces/functions/IFFiltersMergeValues.d.ts +0 -3
  614. package/dist/filters/interfaces/functions/IFFiltersMergeValues.js +0 -1
  615. package/dist/filters/interfaces/functions/IFFiltersParamsToGetFilter.js +0 -1
  616. package/dist/filters/interfaces/functions/index.d.ts +0 -6
  617. package/dist/filters/interfaces/functions/index.js +0 -6
  618. package/dist/filters/services/Filters.api.d.ts +0 -52
  619. package/dist/filters/services/Filters.api.js +0 -128
  620. package/dist/filters/services/UChartApi.d.ts +0 -86
  621. package/dist/filters/services/UChartApi.js +0 -244
  622. package/dist/filters/services/UChartPaginationApi.d.ts +0 -114
  623. package/dist/filters/services/UChartPaginationApi.js +0 -289
  624. package/dist/filters/services/index.d.ts +0 -3
  625. package/dist/filters/services/index.js +0 -3
  626. package/dist/general/array/getArrayByProperty.d.ts +0 -7
  627. package/dist/general/array/getArrayByProperty.js +0 -15
  628. package/dist/general/array/getUniqueArray.d.ts +0 -9
  629. package/dist/general/array/getUniqueArray.js +0 -11
  630. package/dist/interfaces/general/IWidgetConfig.d.ts +0 -10
  631. package/dist/interfaces/general/IWidgetConfig.js +0 -1
  632. package/dist/qrvey/constants/APP_DATASET_TYPE_LIST.d.ts +0 -6
  633. package/dist/qrvey/constants/APP_DATASET_TYPE_LIST.js +0 -13
  634. package/dist/qrvey/constants/APP_FORM_TYPE_LIST.d.ts +0 -6
  635. package/dist/qrvey/constants/APP_FORM_TYPE_LIST.js +0 -11
  636. package/dist/qrvey/constants/APP_STATUS.d.ts +0 -5
  637. package/dist/qrvey/constants/APP_STATUS.js +0 -6
  638. package/dist/qrvey/constants/APP_STATUS_LIST.d.ts +0 -6
  639. package/dist/qrvey/constants/APP_STATUS_LIST.js +0 -10
  640. package/dist/qrvey/constants/APP_TYPE.d.ts +0 -16
  641. package/dist/qrvey/constants/APP_TYPE.js +0 -17
  642. package/dist/qrvey/helpers/areStaticColumnValues.d.ts +0 -8
  643. package/dist/qrvey/helpers/areStaticColumnValues.js +0 -13
  644. package/dist/qrvey/helpers/getCategorizableExpression.d.ts +0 -11
  645. package/dist/qrvey/helpers/getCategorizableExpression.js +0 -18
  646. package/dist/qrvey/helpers/getDataAnswersByColumn.d.ts +0 -13
  647. package/dist/qrvey/helpers/getDataAnswersByColumn.js +0 -50
  648. package/dist/qrvey/helpers/getDropdownAnswers.d.ts +0 -9
  649. package/dist/qrvey/helpers/getDropdownAnswers.js +0 -10
  650. package/dist/qrvey/helpers/getExpressionAnswers.d.ts +0 -10
  651. package/dist/qrvey/helpers/getExpressionAnswers.js +0 -18
  652. package/dist/qrvey/helpers/getImageAnswers.d.ts +0 -8
  653. package/dist/qrvey/helpers/getImageAnswers.js +0 -13
  654. package/dist/qrvey/helpers/getImageUploadHasAnalysis.d.ts +0 -10
  655. package/dist/qrvey/helpers/getImageUploadHasAnalysis.js +0 -19
  656. package/dist/qrvey/helpers/getLookupAnswers.d.ts +0 -4
  657. package/dist/qrvey/helpers/getLookupAnswers.js +0 -11
  658. package/dist/qrvey/helpers/getLookupDisplays.d.ts +0 -4
  659. package/dist/qrvey/helpers/getLookupDisplays.js +0 -5
  660. package/dist/qrvey/helpers/getRatingAnswers.d.ts +0 -7
  661. package/dist/qrvey/helpers/getRatingAnswers.js +0 -8
  662. package/dist/qrvey/helpers/getSlidebarAnswers.d.ts +0 -8
  663. package/dist/qrvey/helpers/getSlidebarAnswers.js +0 -14
  664. package/dist/qrvey/helpers/getSuffixTranslateByColumn.d.ts +0 -7
  665. package/dist/qrvey/helpers/getSuffixTranslateByColumn.js +0 -13
  666. package/dist/qrvey/helpers/getYesNoAnswers.d.ts +0 -9
  667. package/dist/qrvey/helpers/getYesNoAnswers.js +0 -9
  668. package/dist/qrvey/helpers/isDataset.d.ts +0 -2
  669. package/dist/qrvey/helpers/isDataset.js +0 -4
  670. package/dist/qrvey/helpers/isForm.d.ts +0 -2
  671. package/dist/qrvey/helpers/isForm.js +0 -4
  672. package/dist/qrvey/interfaces/IAppStatus.d.ts +0 -2
  673. package/dist/qrvey/interfaces/IAppStatus.js +0 -1
  674. package/dist/qrvey/interfaces/IAppType.d.ts +0 -2
  675. package/dist/qrvey/interfaces/IAppType.js +0 -1
  676. package/dist/qrvey/interfaces/IBModel.d.ts +0 -19
  677. package/dist/qrvey/interfaces/IBModel.js +0 -1
  678. package/dist/qrvey/interfaces/IBModelBranchesMap.d.ts +0 -5
  679. package/dist/qrvey/interfaces/IBModelBranchesMap.js +0 -1
  680. package/dist/qrvey/interfaces/IBModelBranchesMapBranch.d.ts +0 -4
  681. package/dist/qrvey/interfaces/IBModelBranchesMapBranch.js +0 -1
  682. package/dist/qrvey/interfaces/IBModelData.d.ts +0 -4
  683. package/dist/qrvey/interfaces/IBModelData.js +0 -1
  684. package/dist/qrvey/interfaces/IFunctionGetDataAnswersByColumn.d.ts +0 -11
  685. package/dist/qrvey/interfaces/IFunctionGetDataAnswersByColumn.js +0 -1
  686. package/dist/qrvey/interfaces/IFunctionGetValueWithSuffixes.js +0 -1
  687. package/dist/qrvey/interfaces/IModel.d.ts +0 -10
  688. package/dist/qrvey/interfaces/IModel.js +0 -1
  689. package/dist/qrvey/interfaces/IModelAnswer.d.ts +0 -5
  690. package/dist/qrvey/interfaces/IModelAnswer.js +0 -1
  691. package/dist/qrvey/interfaces/IModelBranchesMap.d.ts +0 -5
  692. package/dist/qrvey/interfaces/IModelBranchesMap.js +0 -1
  693. package/dist/qrvey/interfaces/IModelBranchesMapBranch.d.ts +0 -4
  694. package/dist/qrvey/interfaces/IModelBranchesMapBranch.js +0 -1
  695. package/dist/qrvey/interfaces/IModelColumn.d.ts +0 -23
  696. package/dist/qrvey/interfaces/IModelColumn.js +0 -1
  697. package/dist/qrvey/interfaces/IModelDataset.d.ts +0 -7
  698. package/dist/qrvey/interfaces/IModelDataset.js +0 -1
  699. package/dist/services/adapters/BBranchesMapToUIBranchesMap.adapter.d.ts +0 -8
  700. package/dist/services/adapters/BBranchesMapToUIBranchesMap.adapter.js +0 -17
  701. package/dist/services/adapters/BModelToUIModel.adapter.d.ts +0 -3
  702. package/dist/services/adapters/BModelToUIModel.adapter.js +0 -22
  703. package/dist/services/api/Charts.api.d.ts +0 -15
  704. package/dist/services/api/Charts.api.js +0 -31
  705. package/dist/services/api/getDatasetsByIds.api.d.ts +0 -8
  706. package/dist/services/api/getDatasetsByIds.api.js +0 -23
  707. package/dist/services/api/getModel.api.d.ts +0 -1
  708. package/dist/services/api/getModel.api.js +0 -9
  709. package/dist/services/constants/MODEL_ENDPOINT.d.ts +0 -2
  710. package/dist/services/constants/MODEL_ENDPOINT.js +0 -4
  711. package/dist/services/constants/QUESTION_LIST_BULK_ENDPOINT.d.ts +0 -2
  712. package/dist/services/constants/QUESTION_LIST_BULK_ENDPOINT.js +0 -4
  713. package/dist/services/constants/UCHART_ENDPOINT.d.ts +0 -2
  714. package/dist/services/constants/UCHART_ENDPOINT.js +0 -4
  715. package/dist/services/constants/UCHART_PAGINATION_ENDPOINT.d.ts +0 -2
  716. package/dist/services/constants/UCHART_PAGINATION_ENDPOINT.js +0 -4
  717. package/dist/services/helpers/getDefaultQuestionListOptionsAttributes.d.ts +0 -1
  718. package/dist/services/helpers/getDefaultQuestionListOptionsAttributes.js +0 -24
  719. package/jsdoc.config.json +0 -14
  720. package/src/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION.ts +0 -5
  721. package/src/columns/constants/COLUMN_IMAGE_UPLOAD_OPTION_LIST.ts +0 -7
  722. package/src/columns/helpers/getDatasetByColumn.ts +0 -9
  723. package/src/columns/helpers/getDatasetColumn.ts +0 -15
  724. package/src/columns/helpers/getDatasetColumnyDatasets.ts +0 -11
  725. package/src/columns/helpers/getModelColumn.ts +0 -29
  726. package/src/columns/interfaces/IBColumAnswer.ts +0 -7
  727. package/src/columns/interfaces/IBColumnAnswerExpression.ts +0 -6
  728. package/src/columns/interfaces/IBColumnAnswerExpressionCategory.ts +0 -7
  729. package/src/columns/interfaces/IBColumnAnswerExpressionWord.ts +0 -3
  730. package/src/columns/interfaces/IBColumnAnswerGeneral.ts +0 -4
  731. package/src/columns/interfaces/IBColumnAnswerImages.ts +0 -6
  732. package/src/columns/interfaces/IBColumnAnswerLookupAnswer.ts +0 -6
  733. package/src/columns/interfaces/IBColumnAnswerLookupAnswerAnswer.ts +0 -6
  734. package/src/columns/interfaces/IBColumnAnswerLookupValue.ts +0 -5
  735. package/src/columns/interfaces/IBColumnAnswerLookupValueValue.ts +0 -8
  736. package/src/columns/interfaces/IBColumnAnswerSlidebar.ts +0 -3
  737. package/src/columns/interfaces/IColumnImageUploadOption.ts +0 -3
  738. package/src/filters/adapters/modelAnswerToFilterValue.ts +0 -15
  739. package/src/filters/helpers/OLD_getAggFilters.ts +0 -90
  740. package/src/filters/helpers/common/getMergeValuesSettings.ts +0 -12
  741. package/src/filters/helpers/common/getValuesFromDataset.ts +0 -19
  742. package/src/filters/helpers/common/getValuesFromModel.ts +0 -19
  743. package/src/filters/helpers/common/mergeValues.ts +0 -90
  744. package/src/filters/interfaces/backend/IFBData.ts +0 -6
  745. package/src/filters/interfaces/common/IFSGetDataValues.ts +0 -3
  746. package/src/filters/interfaces/common/IFilterConfig.ts +0 -3
  747. package/src/filters/interfaces/functions/IFFiltersGetData.ts +0 -18
  748. package/src/filters/interfaces/functions/IFFiltersGetValuesFromDataset.ts +0 -11
  749. package/src/filters/interfaces/functions/IFFiltersGetValuesFromModel.ts +0 -11
  750. package/src/filters/interfaces/functions/IFFiltersMergeFilters.ts +0 -9
  751. package/src/filters/interfaces/functions/IFFiltersMergeValues.ts +0 -3
  752. package/src/filters/interfaces/functions/index.ts +0 -6
  753. package/src/filters/services/Filters.api.ts +0 -151
  754. package/src/filters/services/UChartApi.ts +0 -265
  755. package/src/filters/services/UChartPaginationApi.ts +0 -326
  756. package/src/filters/services/index.ts +0 -3
  757. package/src/general/array/getArrayByProperty.ts +0 -14
  758. package/src/general/array/getUniqueArray.ts +0 -11
  759. package/src/interfaces/general/IWidgetConfig.ts +0 -11
  760. package/src/qrvey/constants/APP_DATASET_TYPE_LIST.ts +0 -14
  761. package/src/qrvey/constants/APP_FORM_TYPE_LIST.ts +0 -12
  762. package/src/qrvey/constants/APP_STATUS.ts +0 -6
  763. package/src/qrvey/constants/APP_STATUS_LIST.ts +0 -11
  764. package/src/qrvey/constants/APP_TYPE.ts +0 -17
  765. package/src/qrvey/helpers/areStaticColumnValues.ts +0 -15
  766. package/src/qrvey/helpers/getCategorizableExpression.ts +0 -20
  767. package/src/qrvey/helpers/getDataAnswersByColumn.ts +0 -56
  768. package/src/qrvey/helpers/getDropdownAnswers.ts +0 -13
  769. package/src/qrvey/helpers/getExpressionAnswers.ts +0 -21
  770. package/src/qrvey/helpers/getImageAnswers.ts +0 -16
  771. package/src/qrvey/helpers/getImageUploadHasAnalysis.ts +0 -23
  772. package/src/qrvey/helpers/getLookupAnswers.ts +0 -17
  773. package/src/qrvey/helpers/getLookupDisplays.ts +0 -9
  774. package/src/qrvey/helpers/getRatingAnswers.ts +0 -10
  775. package/src/qrvey/helpers/getSlidebarAnswers.ts +0 -16
  776. package/src/qrvey/helpers/getSuffixTranslateByColumn.ts +0 -13
  777. package/src/qrvey/helpers/getYesNoAnswers.ts +0 -12
  778. package/src/qrvey/helpers/isDataset.ts +0 -6
  779. package/src/qrvey/helpers/isForm.ts +0 -6
  780. package/src/qrvey/interfaces/IAppStatus.ts +0 -3
  781. package/src/qrvey/interfaces/IAppType.ts +0 -3
  782. package/src/qrvey/interfaces/IBModel.ts +0 -20
  783. package/src/qrvey/interfaces/IBModelBranchesMap.ts +0 -6
  784. package/src/qrvey/interfaces/IBModelBranchesMapBranch.ts +0 -5
  785. package/src/qrvey/interfaces/IBModelData.ts +0 -5
  786. package/src/qrvey/interfaces/IFunctionGetDataAnswersByColumn.ts +0 -12
  787. package/src/qrvey/interfaces/IModel.ts +0 -11
  788. package/src/qrvey/interfaces/IModelAnswer.ts +0 -5
  789. package/src/qrvey/interfaces/IModelBranchesMap.ts +0 -6
  790. package/src/qrvey/interfaces/IModelBranchesMapBranch.ts +0 -5
  791. package/src/qrvey/interfaces/IModelColumn.ts +0 -25
  792. package/src/qrvey/interfaces/IModelDataset.ts +0 -7
  793. package/src/services/adapters/BBranchesMapToUIBranchesMap.adapter.ts +0 -20
  794. package/src/services/adapters/BModelToUIModel.adapter.ts +0 -25
  795. package/src/services/api/Charts.api.ts +0 -44
  796. package/src/services/api/getDatasetsByIds.api.ts +0 -26
  797. package/src/services/api/getModel.api.ts +0 -10
  798. package/src/services/constants/MODEL_ENDPOINT.ts +0 -6
  799. package/src/services/constants/QUESTION_LIST_BULK_ENDPOINT.ts +0 -6
  800. package/src/services/constants/UCHART_ENDPOINT.ts +0 -6
  801. package/src/services/constants/UCHART_PAGINATION_ENDPOINT.ts +0 -6
  802. package/src/services/helpers/getDefaultQuestionListOptionsAttributes.ts +0 -24
package/README.md CHANGED
@@ -80,85 +80,6 @@ Get a text and evaluate if it matchs with a token box label.
80
80
 
81
81
 
82
82
 
83
- ### dist/columns/helpers/getColumnsLabel.js
84
-
85
-
86
- #### getColumnLabels(column)
87
-
88
- Get an string of the properties of the given column.
89
-
90
-
91
-
92
-
93
- ##### Parameters
94
-
95
- | Name | Type | Description | |
96
- | ---- | ---- | ----------- | -------- |
97
- | column | | The column |   |
98
-
99
-
100
-
101
-
102
- ##### Returns
103
-
104
-
105
- - an string with the property, aggregate or calculation label.
106
-
107
-
108
-
109
-
110
- ### dist/columns/helpers/getModelColumn.js
111
-
112
-
113
- #### getModelColumn(column, model)
114
-
115
- Get a model question by column id.
116
-
117
-
118
-
119
-
120
- ##### Parameters
121
-
122
- | Name | Type | Description | |
123
- | ---- | ---- | ----------- | -------- |
124
- | column | | The column with info |   |
125
- | model | | The model object |   |
126
-
127
-
128
-
129
-
130
- ##### Returns
131
-
132
-
133
- - the model question
134
-
135
-
136
-
137
- #### getQuestionData(model)
138
-
139
- [TODO: Change the question.data access path. IModel structure is different]
140
- Get the question data array from model object
141
-
142
-
143
-
144
-
145
- ##### Parameters
146
-
147
- | Name | Type | Description | |
148
- | ---- | ---- | ----------- | -------- |
149
- | model | | The model object |   |
150
-
151
-
152
-
153
-
154
- ##### Returns
155
-
156
-
157
- - the question data array from model object
158
-
159
-
160
-
161
-
162
83
  ### dist/dates/adapters/mdyDateToDate.js
163
84
 
164
85
 
@@ -969,7 +890,7 @@ Generates a Filter Data Structure structure from UI Filter Data structure.
969
890
 
970
891
 
971
892
 
972
- #### UI21ToFD(uFilterData, version) *private method*
893
+ #### UI21ToFD(uFilterData, version)
973
894
 
974
895
  Builds the Fitler Data structure from UI filter data
975
896
 
@@ -989,7 +910,7 @@ Builds the Fitler Data structure from UI filter data
989
910
  ##### Returns
990
911
 
991
912
 
992
- - a Filter Data structure
913
+ -
993
914
 
994
915
 
995
916
 
@@ -1060,7 +981,7 @@ Get the new property base on the old date grouping properties
1060
981
 
1061
982
  | Name | Type | Description | |
1062
983
  | ---- | ---- | ----------- | -------- |
1063
- | property | | the property to be adapted |   |
984
+ | property | | |   |
1064
985
 
1065
986
 
1066
987
 
@@ -1068,7 +989,7 @@ Get the new property base on the old date grouping properties
1068
989
  ##### Returns
1069
990
 
1070
991
 
1071
- - a adapted property
992
+ -
1072
993
 
1073
994
 
1074
995
 
@@ -1558,33 +1479,6 @@ Generates a UI filter structure from the old logic structure (v2.0).
1558
1479
 
1559
1480
 
1560
1481
 
1561
- ### dist/filters/adapters/modelAnswerToFilterValue.js
1562
-
1563
-
1564
- #### modelAnswerToFilterValue(answers)
1565
-
1566
- Adapter for model answer to convert to recognizable values for Filter Builder
1567
-
1568
-
1569
-
1570
-
1571
- ##### Parameters
1572
-
1573
- | Name | Type | Description | |
1574
- | ---- | ---- | ----------- | -------- |
1575
- | answers | | Array of the qrvey model answers |   |
1576
-
1577
-
1578
-
1579
-
1580
- ##### Returns
1581
-
1582
-
1583
- - Array of values
1584
-
1585
-
1586
-
1587
-
1588
1482
  ### dist/filters/adapters/transformFilters.js
1589
1483
 
1590
1484
 
@@ -1664,14 +1558,23 @@ const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
1664
1558
 
1665
1559
 
1666
1560
 
1667
- ### dist/filters/classes/FilterInputErrorHandler.js
1561
+ ### dist/filters/helpers/applyHierarchyForAggFilters.js
1668
1562
 
1669
1563
 
1670
- #### new FilterInputErrorHandler()
1564
+ #### applyHierarchyForAggFilters(chartSettings, scopes, currentScope)
1565
+
1566
+ [TODO: Make a proper description for this function]
1671
1567
 
1672
1568
 
1673
1569
 
1674
1570
 
1571
+ ##### Parameters
1572
+
1573
+ | Name | Type | Description | |
1574
+ | ---- | ---- | ----------- | -------- |
1575
+ | chartSettings | | Chart Settings for the Filter Builder |   |
1576
+ | scopes | | |   |
1577
+ | currentScope | | |   |
1675
1578
 
1676
1579
 
1677
1580
 
@@ -1679,17 +1582,17 @@ const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
1679
1582
  ##### Returns
1680
1583
 
1681
1584
 
1682
- - `Void`
1683
-
1585
+ -
1684
1586
 
1685
1587
 
1686
1588
 
1687
- ### dist/filters/helpers/OLD_getAggFilters.js
1688
1589
 
1590
+ ### dist/filters/helpers/getAvailableScopes.js
1689
1591
 
1690
- #### getAggFilters(logics, summaries)
1691
1592
 
1593
+ #### getAvailableScopes(config)
1692
1594
 
1595
+ Gets Scopes/Scope IDs by given IDs
1693
1596
 
1694
1597
 
1695
1598
 
@@ -1698,8 +1601,7 @@ const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
1698
1601
 
1699
1602
  | Name | Type | Description | |
1700
1603
  | ---- | ---- | ----------- | -------- |
1701
- | logics | | |   |
1702
- | summaries | | |   |
1604
+ | config | | given Differnts IDs in order set a available scope |   |
1703
1605
 
1704
1606
 
1705
1607
 
@@ -1707,13 +1609,17 @@ const filterData = transformFilters(oldPreferenceFilters, 'ANALYZE');
1707
1609
  ##### Returns
1708
1610
 
1709
1611
 
1710
- - the filter aggregate structure
1612
+ - a Scopes/Scope IDs array
1613
+
1614
+
1711
1615
 
1712
1616
 
1617
+ ### dist/filters/helpers/getAvailableScopesIDsByConfig.js
1618
+
1713
1619
 
1714
- #### getAggregateFilters(logics, formatToFilters)
1620
+ #### getAvailableScopesIDsByConfig(config)
1715
1621
 
1716
- Filters and gets the filters used for aggregate values.
1622
+ Gets the Scopes IDS for the Available Scope function by any config
1717
1623
 
1718
1624
 
1719
1625
 
@@ -1722,8 +1628,7 @@ Filters and gets the filters used for aggregate values.
1722
1628
 
1723
1629
  | Name | Type | Description | |
1724
1630
  | ---- | ---- | ----------- | -------- |
1725
- | logics | | The filter logic structure |   |
1726
- | formatToFilters | | Flag to change de way of returning the filter structure. |   |
1631
+ | config | | any config |   |
1727
1632
 
1728
1633
 
1729
1634
 
@@ -1731,17 +1636,17 @@ Filters and gets the filters used for aggregate values.
1731
1636
  ##### Returns
1732
1637
 
1733
1638
 
1734
- - the aggregate filters in the IFilterFilters way or as logic structure.
1639
+ - a Available Scope IDS config
1735
1640
 
1736
1641
 
1737
1642
 
1738
1643
 
1739
- ### dist/filters/helpers/applyHierarchyForAggFilters.js
1644
+ ### dist/filters/helpers/getScopesByHierarchy.js
1740
1645
 
1741
1646
 
1742
- #### applyHierarchyForAggFilters(chartSettings, scopes, currentScope)
1647
+ #### getScopesByHierarchy(scopes, currentScope)
1743
1648
 
1744
- [TODO: Make a proper description for this function]
1649
+ [TODO: Make a description for this]
1745
1650
 
1746
1651
 
1747
1652
 
@@ -1750,9 +1655,8 @@ Filters and gets the filters used for aggregate values.
1750
1655
 
1751
1656
  | Name | Type | Description | |
1752
1657
  | ---- | ---- | ----------- | -------- |
1753
- | chartSettings | | Chart Settings for the Filter Builder |   |
1754
- | scopes | | the pair id/label scopes |   |
1755
- | currentScope | | the scope to be validated |   |
1658
+ | scopes | | the collection of Scopes/Scope IDs |   |
1659
+ | currentScope | | Current scope type |   |
1756
1660
 
1757
1661
 
1758
1662
 
@@ -1760,17 +1664,17 @@ Filters and gets the filters used for aggregate values.
1760
1664
  ##### Returns
1761
1665
 
1762
1666
 
1763
- - the chart settings
1764
-
1667
+ - A new array of Scopes/Scope IDs
1765
1668
 
1766
1669
 
1767
1670
 
1768
- ### dist/filters/helpers/getAggFiltersFromFilterData.js
1769
1671
 
1672
+ ### dist/general/array/delete.js
1770
1673
 
1771
- #### getAggFiltersFromFilterData(filterData, _summaries) *private method*
1772
1674
 
1675
+ #### ArrayDelete(array, index)
1773
1676
 
1677
+ Inmutable Array Item deletion
1774
1678
 
1775
1679
 
1776
1680
 
@@ -1779,8 +1683,8 @@ Filters and gets the filters used for aggregate values.
1779
1683
 
1780
1684
  | Name | Type | Description | |
1781
1685
  | ---- | ---- | ----------- | -------- |
1782
- | filterData | | |   |
1783
- | _summaries | | |   |
1686
+ | array | `Array` | a collection of items to delete |   |
1687
+ | index | `Number` | the position of the item to delete |   |
1784
1688
 
1785
1689
 
1786
1690
 
@@ -1788,17 +1692,20 @@ Filters and gets the filters used for aggregate values.
1788
1692
  ##### Returns
1789
1693
 
1790
1694
 
1791
- - the aggFilters structure
1695
+ - a new Array or the given parameter when is empty or not an array
1792
1696
 
1793
1697
 
1794
1698
 
1795
1699
 
1796
- ### dist/filters/helpers/getAvailableScopes.js
1700
+ ### dist/general/array/filterNestedTree.js
1797
1701
 
1798
1702
 
1799
- #### getAvailableScopes(config)
1703
+ #### filterNestedTree(arr, childArrKey, condition)
1800
1704
 
1801
- Gets Scopes/Scope IDs by given IDs
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
1802
1709
 
1803
1710
 
1804
1711
 
@@ -1807,7 +1714,9 @@ Gets Scopes/Scope IDs by given IDs
1807
1714
 
1808
1715
  | Name | Type | Description | |
1809
1716
  | ---- | ---- | ----------- | -------- |
1810
- | config | | given Differnts IDs in order set a available scope |   |
1717
+ | arr | | nested tree array |   |
1718
+ | childArrKey | | property representing the children array on the nested tree |   |
1719
+ | condition | | function callback that determines if the filter is applied on the last child node of the nested tree |   |
1811
1720
 
1812
1721
 
1813
1722
 
@@ -1815,17 +1724,17 @@ Gets Scopes/Scope IDs by given IDs
1815
1724
  ##### Returns
1816
1725
 
1817
1726
 
1818
- - a Scopes/Scope IDs array
1727
+ - array filtered
1819
1728
 
1820
1729
 
1821
1730
 
1822
1731
 
1823
- ### dist/filters/helpers/getAvailableScopesIDsByConfig.js
1732
+ ### dist/general/array/flattenDeep.js
1824
1733
 
1825
1734
 
1826
- #### getAvailableScopesIDsByConfig(config)
1735
+ #### flattenDeep(arr)
1827
1736
 
1828
- Gets the Scopes IDS for the Available Scope function by any config
1737
+ Flat deeply an array
1829
1738
 
1830
1739
 
1831
1740
 
@@ -1834,7 +1743,7 @@ Gets the Scopes IDS for the Available Scope function by any config
1834
1743
 
1835
1744
  | Name | Type | Description | |
1836
1745
  | ---- | ---- | ----------- | -------- |
1837
- | config | | any config |   |
1746
+ | arr | | Array to flat deeply |   |
1838
1747
 
1839
1748
 
1840
1749
 
@@ -1842,17 +1751,17 @@ Gets the Scopes IDS for the Available Scope function by any config
1842
1751
  ##### Returns
1843
1752
 
1844
1753
 
1845
- - a Available Scope IDS config
1754
+ - flatten array
1846
1755
 
1847
1756
 
1848
1757
 
1849
1758
 
1850
- ### dist/filters/helpers/getScopesByHierarchy.js
1759
+ ### dist/general/array/getFirstIndexFromArray.js
1851
1760
 
1852
1761
 
1853
- #### getScopesByHierarchy(scopes, currentScope)
1762
+ #### getFirstIndexFromArray(array, callback)
1854
1763
 
1855
- [TODO: Make a description for this]
1764
+ Gets the first index from the array by a callback condition
1856
1765
 
1857
1766
 
1858
1767
 
@@ -1861,8 +1770,8 @@ Gets the Scopes IDS for the Available Scope function by any config
1861
1770
 
1862
1771
  | Name | Type | Description | |
1863
1772
  | ---- | ---- | ----------- | -------- |
1864
- | scopes | | the collection of Scopes/Scope IDs |   |
1865
- | currentScope | | Current scope type |   |
1773
+ | array | | |   |
1774
+ | callback | | function callback |   |
1866
1775
 
1867
1776
 
1868
1777
 
@@ -1870,17 +1779,17 @@ Gets the Scopes IDS for the Available Scope function by any config
1870
1779
  ##### Returns
1871
1780
 
1872
1781
 
1873
- - A new array of Scopes/Scope IDs
1782
+ - the first index of the array. -1 when the condition is not satisfied
1874
1783
 
1875
1784
 
1876
1785
 
1877
1786
 
1878
- ### dist/filters/services/Filters.api.js
1787
+ ### dist/general/array/getLastIndexFromArray.js
1879
1788
 
1880
1789
 
1881
- #### getModel(qrveyid)
1790
+ #### getLastIndexFromArray(array, callback)
1882
1791
 
1883
- Get the model by Qrvey ID
1792
+ Gets the last index from the array by a callback condition
1884
1793
 
1885
1794
 
1886
1795
 
@@ -1889,7 +1798,8 @@ Get the model by Qrvey ID
1889
1798
 
1890
1799
  | Name | Type | Description | |
1891
1800
  | ---- | ---- | ----------- | -------- |
1892
- | qrveyid | | The Qrvey ID |   |
1801
+ | array | | |   |
1802
+ | callback | | function callback |   |
1893
1803
 
1894
1804
 
1895
1805
 
@@ -1897,36 +1807,17 @@ Get the model by Qrvey ID
1897
1807
  ##### Returns
1898
1808
 
1899
1809
 
1900
- - a promise with the resulting model
1901
-
1902
-
1903
-
1904
- #### getDatasets(qrveyids)
1905
-
1906
- Get a dataset list from a collection of Qrvey IDs
1907
-
1908
-
1909
-
1910
-
1911
- ##### Parameters
1912
-
1913
- | Name | Type | Description | |
1914
- | ---- | ---- | ----------- | -------- |
1915
- | qrveyids | | Collection of Qrvey IDs |   |
1916
-
1917
-
1918
-
1810
+ - the last index of the array. -1 when the condition is not satisfied
1919
1811
 
1920
- ##### Returns
1921
1812
 
1922
1813
 
1923
- - a promise
1924
1814
 
1815
+ ### dist/general/function/debounce.js
1925
1816
 
1926
1817
 
1927
- #### getDataValues(uFilter, filterLogic, chartSettings, resetApi)
1818
+ #### debounce(fn, time)
1928
1819
 
1929
- Get a promise with a preview of resulting data. Depending on the validator, the endpoint will change.
1820
+ Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last time the debounced function was invoked.
1930
1821
 
1931
1822
 
1932
1823
 
@@ -1935,10 +1826,8 @@ Get a promise with a preview of resulting data. Depending on the validator, the
1935
1826
 
1936
1827
  | Name | Type | Description | |
1937
1828
  | ---- | ---- | ----------- | -------- |
1938
- | uFilter | | The Filter Builder Filter |   |
1939
- | filterLogic | | Additional filter logic to apply in the preview |   |
1940
- | chartSettings | | |   |
1941
- | resetApi | | flag to determine when the api should be reseted. |   |
1829
+ | fn | `Function` | original Function |   |
1830
+ | time | `Number` | default 500ms |   |
1942
1831
 
1943
1832
 
1944
1833
 
@@ -1946,29 +1835,17 @@ Get a promise with a preview of resulting data. Depending on the validator, the
1946
1835
  ##### Returns
1947
1836
 
1948
1837
 
1949
- - a promise with a preview of resulting data.
1950
-
1951
-
1952
-
1953
- #### getAvailableScopeIds()
1954
-
1955
- Gets the available scopes and scope IDs
1956
-
1957
-
1958
-
1959
-
1960
-
1838
+ - `Function` debounced functions
1961
1839
 
1962
- ##### Returns
1963
1840
 
1964
1841
 
1965
- - a collection of the pair Scopes and Scope IDs
1966
1842
 
1843
+ ### dist/general/function/throttled.js
1967
1844
 
1968
1845
 
1969
- #### setConfig(config)
1846
+ #### throttled(fn, time)
1970
1847
 
1971
- Set the config into the Filter Builder Api class
1848
+ Make sure to only invokes _fn_ at most once per every _time_ milliseconds
1972
1849
 
1973
1850
 
1974
1851
 
@@ -1977,7 +1854,8 @@ Set the config into the Filter Builder Api class
1977
1854
 
1978
1855
  | Name | Type | Description | |
1979
1856
  | ---- | ---- | ----------- | -------- |
1980
- | config | | the config. |   |
1857
+ | fn | `Function` | original Function |   |
1858
+ | time | `Number` | default 500ms |   |
1981
1859
 
1982
1860
 
1983
1861
 
@@ -1985,17 +1863,18 @@ Set the config into the Filter Builder Api class
1985
1863
  ##### Returns
1986
1864
 
1987
1865
 
1988
- - `Void`
1866
+ - `Function` throttled function
1989
1867
 
1990
1868
 
1991
1869
 
1992
1870
 
1993
- ### dist/filters/services/UChartApi.js
1871
+ ### dist/general/mix/compareDeep.js
1994
1872
 
1995
1873
 
1996
- #### this.getChartResult(config, uFilter, filterLogic, chartSettings)
1874
+ #### compareDeep(object1, object2)
1997
1875
 
1998
- Gets a promise with a resulting data
1876
+ Compares two objects to know if they are equals. Go across nested objects.
1877
+ Includes arrays in the comparison.
1999
1878
 
2000
1879
 
2001
1880
 
@@ -2004,10 +1883,8 @@ Gets a promise with a resulting data
2004
1883
 
2005
1884
  | Name | Type | Description | |
2006
1885
  | ---- | ---- | ----------- | -------- |
2007
- | config | | the config |   |
2008
- | uFilter | | The filter Builder filter |   |
2009
- | filterLogic | | Additional filter logic to apply in the preview |   |
2010
- | chartSettings | | The settings of the chart. For Aggregate Columns. |   |
1886
+ | object1 | | First Object to compare |   |
1887
+ | object2 | | Second Object to compare |   |
2011
1888
 
2012
1889
 
2013
1890
 
@@ -2015,13 +1892,17 @@ Gets a promise with a resulting data
2015
1892
  ##### Returns
2016
1893
 
2017
1894
 
2018
- - a promise with a resulting data
1895
+ - True: objects are equal. False: Objects are not equal. Undefined: invalid
1896
+
1897
+
2019
1898
 
2020
1899
 
1900
+ ### dist/general/mix/getTag.js
1901
+
2021
1902
 
2022
- #### this._getPreviewRequestBody(uFilter, filterLogic, chartSettings)
1903
+ #### getTag(value)
2023
1904
 
2024
- Gets request body structure
1905
+ Gets the `toStringTag` of `value`.
2025
1906
 
2026
1907
 
2027
1908
 
@@ -2030,9 +1911,7 @@ Gets request body structure
2030
1911
 
2031
1912
  | Name | Type | Description | |
2032
1913
  | ---- | ---- | ----------- | -------- |
2033
- | uFilter | | The filter Builder filter |   |
2034
- | filterLogic | | Additional filter logic to apply in the preview |   |
2035
- | chartSettings | | The settings of the chart. For Aggregate Columns. |   |
1914
+ | value | | The value to query. |   |
2036
1915
 
2037
1916
 
2038
1917
 
@@ -2040,61 +1919,73 @@ Gets request body structure
2040
1919
  ##### Returns
2041
1920
 
2042
1921
 
2043
- - the request body structure
1922
+ - `string` Returns the `toStringTag`.
2044
1923
 
2045
1924
 
2046
1925
 
2047
- #### this._getChartBody(uFilter, chartSettings)
2048
1926
 
2049
- Gets chart body structure
1927
+ ### dist/general/mix/importScripts.js
2050
1928
 
2051
1929
 
1930
+ #### importScripts(scripts)
2052
1931
 
1932
+ Import a set of external Scripts given the URL in both serie and cascade way
2053
1933
 
2054
- ##### Parameters
2055
1934
 
2056
- | Name | Type | Description | |
2057
- | ---- | ---- | ----------- | -------- |
2058
- | uFilter | | The filter Builder filter |   |
2059
- | chartSettings | | The settings of the chart. For Aggregate Columns. |   |
2060
1935
 
2061
1936
 
1937
+ ##### Parameters
2062
1938
 
1939
+ | Name | Type | Description | |
1940
+ | ---- | ---- | ----------- | -------- |
1941
+ | scripts | `Array.<String>` `Array.<Object>` | can be an array of string or an array of object with the follow structure: | &nbsp; |
1942
+ | scripts.url | `String` | CDN URL | &nbsp; |
1943
+ | scripts.namespace | `String` `Function` | (Optional) if is a String, that name is evaluated on Window[namespace] object otherwise the Function is invoked expecting a Thrutly value | &nbsp; |
1944
+ | scripts.type | `String` | (Optional) it could be `module` of `text/javascript`. Default `text/javascript` | &nbsp; |
1945
+ | scripts.noModule | `Boolean` | (Optional) add `momodule` attribute to script tag. Default `false` | &nbsp; |
1946
+ | scripts.dependencies | `Array.<Object>` | an array with the same structure to load in cascade mode | &nbsp; |
2063
1947
 
2064
- ##### Returns
2065
1948
 
2066
1949
 
2067
- - the chart body structure
2068
1950
 
1951
+ ##### Examples
2069
1952
 
1953
+ ```javascript
1954
+ // 1) Simple script (paralell loading)
1955
+ importScripts(['http://myscript.js', 'http://another.js']);
2070
1956
 
2071
- #### this._getDimensionsBody(uFilter, chartSettings)
2072
-
2073
- Gets dimension body structure
2074
-
2075
-
2076
-
2077
-
2078
- ##### Parameters
2079
-
2080
- | Name | Type | Description | |
2081
- | ---- | ---- | ----------- | -------- |
2082
- | uFilter | | The filter Builder filter | &nbsp; |
2083
- | chartSettings | | The settings of the chart. For Aggregate Columns. | &nbsp; |
1957
+ // 2) Loading `.js` and `.esm.js` script (parallel loading)
1958
+ importScripts([
1959
+ { url: 'http://myscript.esm.js', type: 'module' },
1960
+ { url: 'http://myscript.js', noModule: true }
1961
+ ]);
2084
1962
 
1963
+ // 3) import dependent scripts (cascade)
1964
+ importScripts([
1965
+ { url: 'http://myscript.js', dependencies: ['http://myscript.plugin.js'] }
1966
+ ]);
2085
1967
 
1968
+ // 4) mix
1969
+ importScripts([
1970
+ { url: 'http://myscript.js', dependencies: ['http://myscript.plugin.js'] },
1971
+ { url: 'http://another.esm.js', type: 'module' },
1972
+ { url: 'http://another.js', noModule: true },
1973
+ 'http://simplescript.js'
1974
+ ]);
1975
+ ```
2086
1976
 
2087
1977
 
2088
1978
  ##### Returns
2089
1979
 
2090
1980
 
2091
- - the dimension body structure
1981
+ - `Promise` Promise when all script have been loaded
2092
1982
 
2093
1983
 
2094
1984
 
2095
- #### this._getMaxDataPoints(column, chartSettings)
1985
+ #### loadScript(url, type, noModule)
2096
1986
 
2097
- Gets max data point number
1987
+ Creates the script element and appends to document.head
1988
+ return a Promise that is resolved when the script is loaded
2098
1989
 
2099
1990
 
2100
1991
 
@@ -2103,8 +1994,9 @@ Gets max data point number
2103
1994
 
2104
1995
  | Name | Type | Description | |
2105
1996
  | ---- | ---- | ----------- | -------- |
2106
- | column | | The column to filter | &nbsp; |
2107
- | chartSettings | | The settings of the chart. For Aggregate Columns. | &nbsp; |
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; |
2108
2000
 
2109
2001
 
2110
2002
 
@@ -2112,36 +2004,17 @@ Gets max data point number
2112
2004
  ##### Returns
2113
2005
 
2114
2006
 
2115
- - max data point number
2116
-
2117
-
2118
-
2119
- #### this._getSortOption(column)
2120
-
2121
- Gets sort option structure
2122
-
2123
-
2124
-
2125
-
2126
- ##### Parameters
2127
-
2128
- | Name | Type | Description | |
2129
- | ---- | ---- | ----------- | -------- |
2130
- | column | | The column to filter | &nbsp; |
2131
-
2132
-
2133
-
2007
+ - `Void`
2134
2008
 
2135
- ##### Returns
2136
2009
 
2137
2010
 
2138
- - sort option structure
2139
2011
 
2012
+ ### dist/general/mix/isEmpty.js
2140
2013
 
2141
2014
 
2142
- #### this._getSummariesBody(uFilter)
2015
+ #### isEmpty(variable, includeFalsy)
2143
2016
 
2144
- Gets summaries body structure
2017
+ Validates if the given argument is empty
2145
2018
 
2146
2019
 
2147
2020
 
@@ -2150,7 +2023,8 @@ Gets summaries body structure
2150
2023
 
2151
2024
  | Name | Type | Description | |
2152
2025
  | ---- | ---- | ----------- | -------- |
2153
- | uFilter | | The filter Builder filter | &nbsp; |
2026
+ | variable | | the given variable | &nbsp; |
2027
+ | includeFalsy | | flag to determine include the falsy variables into the validation | &nbsp; |
2154
2028
 
2155
2029
 
2156
2030
 
@@ -2158,37 +2032,19 @@ Gets summaries body structure
2158
2032
  ##### Returns
2159
2033
 
2160
2034
 
2161
- - summaries body structure
2162
-
2163
-
2164
-
2165
- #### this._refineBodies(bodies, uFilter)
2166
-
2167
- Refines the body structure
2168
-
2169
-
2170
-
2171
-
2172
- ##### Parameters
2173
-
2174
- | Name | Type | Description | |
2175
- | ---- | ---- | ----------- | -------- |
2176
- | bodies | | The body structure | &nbsp; |
2177
- | uFilter | | The filter Builder filter | &nbsp; |
2178
-
2179
-
2180
-
2035
+ - true: the given argument is empty; false: is not.
2181
2036
 
2182
- ##### Returns
2183
2037
 
2184
2038
 
2185
- - the body structure
2186
2039
 
2040
+ ### dist/general/mix/isNaNV2.js
2187
2041
 
2188
2042
 
2189
- #### this._getValidationType(column, vaildator)
2043
+ #### isNaNV2(variable)
2190
2044
 
2191
- Gets the validation type for the preview request
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.
2192
2048
 
2193
2049
 
2194
2050
 
@@ -2197,8 +2053,7 @@ Gets the validation type for the preview request
2197
2053
 
2198
2054
  | Name | Type | Description | |
2199
2055
  | ---- | ---- | ----------- | -------- |
2200
- | column | | The column to filter | &nbsp; |
2201
- | vaildator | | Validator Type | &nbsp; |
2056
+ | variable | | the variable to validate | &nbsp; |
2202
2057
 
2203
2058
 
2204
2059
 
@@ -2206,37 +2061,18 @@ Gets the validation type for the preview request
2206
2061
  ##### Returns
2207
2062
 
2208
2063
 
2209
- - the validator type for the preview request
2210
-
2211
-
2212
-
2213
- #### this._getDataFromResponse(response, uFilter)
2214
-
2215
- Gets the Data from preview Response
2216
-
2217
-
2218
-
2219
-
2220
- ##### Parameters
2221
-
2222
- | Name | Type | Description | |
2223
- | ---- | ---- | ----------- | -------- |
2224
- | response | | The preview presponse | &nbsp; |
2225
- | uFilter | | The filter Builder filter | &nbsp; |
2226
-
2227
-
2228
-
2064
+ - True if variable is a NaN or false otherwise
2229
2065
 
2230
- ##### Returns
2231
2066
 
2232
2067
 
2233
- - The resulting data
2234
2068
 
2069
+ ### dist/general/mix/isNull.js
2235
2070
 
2236
2071
 
2237
- #### this._getResponseSummaries(records, values)
2072
+ #### isNull(arg)
2238
2073
 
2239
- Gets summaries from preview response
2074
+ return if a given variable is either `null` or `undefined`
2075
+ useful to avoid falsify validating Number Zero (0)
2240
2076
 
2241
2077
 
2242
2078
 
@@ -2245,8 +2081,7 @@ Gets summaries from preview response
2245
2081
 
2246
2082
  | Name | Type | Description | |
2247
2083
  | ---- | ---- | ----------- | -------- |
2248
- | records | | The data from preview response | &nbsp; |
2249
- | values | | The values from the preview response | &nbsp; |
2084
+ | arg | `any` | | &nbsp; |
2250
2085
 
2251
2086
 
2252
2087
 
@@ -2254,33 +2089,19 @@ Gets summaries from preview response
2254
2089
  ##### Returns
2255
2090
 
2256
2091
 
2257
- - the sumaries
2258
-
2259
-
2260
-
2261
-
2262
- ### dist/filters/services/UChartPaginationApi.js
2263
-
2264
-
2265
- #### this.getAfterKey()
2266
-
2267
- Gets afterKey object
2268
-
2269
-
2270
-
2271
-
2272
-
2092
+ - `Boolean`
2273
2093
 
2274
- ##### Returns
2275
2094
 
2276
2095
 
2277
- - the afterKey object
2278
2096
 
2097
+ ### dist/general/mix/randomId.js
2279
2098
 
2280
2099
 
2281
- #### this.getChartResult(config, uFilter, filterLogic, chartSettings)
2100
+ #### randomId(length, exclude)
2282
2101
 
2283
- Gets a promise with a resulting data
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.
2284
2105
 
2285
2106
 
2286
2107
 
@@ -2289,10 +2110,8 @@ Gets a promise with a resulting data
2289
2110
 
2290
2111
  | Name | Type | Description | |
2291
2112
  | ---- | ---- | ----------- | -------- |
2292
- | config | | the config | &nbsp; |
2293
- | uFilter | | The filter Builder filter | &nbsp; |
2294
- | filterLogic | | Additional filter logic to apply in the preview | &nbsp; |
2295
- | chartSettings | | The settings of the chart. For Aggregate Columns. | &nbsp; |
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; |
2296
2115
 
2297
2116
 
2298
2117
 
@@ -2300,38 +2119,19 @@ Gets a promise with a resulting data
2300
2119
  ##### Returns
2301
2120
 
2302
2121
 
2303
- - a promise with a resulting data
2304
-
2305
-
2306
-
2307
- #### this._getPreviewRequestBody(uFilter, filterLogic, chartSettings)
2308
-
2309
- Gets request body structure
2310
-
2311
-
2312
-
2313
-
2314
- ##### Parameters
2315
-
2316
- | Name | Type | Description | |
2317
- | ---- | ---- | ----------- | -------- |
2318
- | uFilter | | The filter Builder filter | &nbsp; |
2319
- | filterLogic | | Additional filter logic to apply in the preview | &nbsp; |
2320
- | chartSettings | | The settings of the chart. For Aggregate Columns. | &nbsp; |
2321
-
2322
-
2323
-
2122
+ - `String` Random string
2324
2123
 
2325
- ##### Returns
2326
2124
 
2327
2125
 
2328
- - the request body structure
2329
2126
 
2127
+ ### dist/general/mix/size.js
2330
2128
 
2331
2129
 
2332
- #### this._getDimensionsBody(uFilter)
2130
+ #### size(obj)
2333
2131
 
2334
- Gets dimension body structure
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.
2335
2135
 
2336
2136
 
2337
2137
 
@@ -2340,7 +2140,7 @@ Gets dimension body structure
2340
2140
 
2341
2141
  | Name | Type | Description | |
2342
2142
  | ---- | ---- | ----------- | -------- |
2343
- | uFilter | | The filter Builder filter | &nbsp; |
2143
+ | obj | `Any` | Any object-type variable | &nbsp; |
2344
2144
 
2345
2145
 
2346
2146
 
@@ -2348,36 +2148,18 @@ Gets dimension body structure
2348
2148
  ##### Returns
2349
2149
 
2350
2150
 
2351
- - the dimension body structure
2352
-
2353
-
2354
-
2355
- #### this._getDimensionsBodyAdapter(dimensions)
2356
-
2357
- Get a dimension body structure foor pagination endpoint
2358
-
2359
-
2360
-
2361
-
2362
- ##### Parameters
2363
-
2364
- | Name | Type | Description | |
2365
- | ---- | ---- | ----------- | -------- |
2366
- | dimensions | | | &nbsp; |
2367
-
2368
-
2369
-
2151
+ - `Number` the size of the given variable
2370
2152
 
2371
- ##### Returns
2372
2153
 
2373
2154
 
2374
- - the dimension body structure
2375
2155
 
2156
+ ### dist/general/object/cloneDeep.js
2376
2157
 
2377
2158
 
2378
- #### this._getMaxDataPoints(column, chartSettings)
2159
+ #### cloneDeep(obj)
2379
2160
 
2380
- Gets max data point number
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
2381
2163
 
2382
2164
 
2383
2165
 
@@ -2386,8 +2168,7 @@ Gets max data point number
2386
2168
 
2387
2169
  | Name | Type | Description | |
2388
2170
  | ---- | ---- | ----------- | -------- |
2389
- | column | | The column to filter | &nbsp; |
2390
- | chartSettings | | The settings of the chart. For Aggregate Columns. | &nbsp; |
2171
+ | obj | | The object | &nbsp; |
2391
2172
 
2392
2173
 
2393
2174
 
@@ -2395,36 +2176,21 @@ Gets max data point number
2395
2176
  ##### Returns
2396
2177
 
2397
2178
 
2398
- - max data point number
2399
-
2400
-
2401
-
2402
- #### this._getSortOption(column)
2403
-
2404
- Gets sort option structure
2405
-
2406
-
2407
-
2408
-
2409
- ##### Parameters
2410
-
2411
- | Name | Type | Description | |
2412
- | ---- | ---- | ----------- | -------- |
2413
- | column | | The column to filter | &nbsp; |
2414
-
2415
-
2179
+ - The new reference object or the given object if the parsing is incorrect or empty
2416
2180
 
2417
2181
 
2418
- ##### Returns
2419
2182
 
2420
2183
 
2421
- - sort option structure
2184
+ ### dist/general/object/get.js
2422
2185
 
2423
2186
 
2187
+ #### _get(baseObject, path, defaultValue)
2424
2188
 
2425
- #### this._getSummariesBody(uFilter)
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.
2426
2191
 
2427
- Gets summaries body structure
2192
+ Empty arrays and empty objects are returned but the defaultValue is not
2193
+ Undefined and null values will return the defaultValue.
2428
2194
 
2429
2195
 
2430
2196
 
@@ -2433,45 +2199,59 @@ Gets summaries body structure
2433
2199
 
2434
2200
  | Name | Type | Description | |
2435
2201
  | ---- | ---- | ----------- | -------- |
2436
- | uFilter | | The filter Builder filter | &nbsp; |
2437
-
2438
-
2439
-
2440
-
2441
- ##### Returns
2442
-
2443
-
2444
- - summaries body structure
2445
-
2446
-
2447
-
2448
- #### this._refineBodies(bodies, uFilter)
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; |
2449
2205
 
2450
- Refines the body structure
2451
2206
 
2452
2207
 
2453
2208
 
2209
+ ##### Examples
2454
2210
 
2455
- ##### Parameters
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
+ ```
2456
2231
 
2457
- | Name | Type | Description | |
2458
- | ---- | ---- | ----------- | -------- |
2459
- | bodies | | The body structure | &nbsp; |
2460
- | uFilter | | The filter Builder filter | &nbsp; |
2461
2232
 
2233
+ ##### Returns
2462
2234
 
2463
2235
 
2236
+ - the resolved value.
2464
2237
 
2465
- ##### Returns
2466
2238
 
2467
2239
 
2468
- - the body structure
2469
2240
 
2241
+ ### dist/general/object/getAttribute.js
2470
2242
 
2471
2243
 
2472
- #### this._getValidationType(column, vaildator)
2244
+ #### getAttribute(obj, key)
2473
2245
 
2474
- Gets the validation type for the preview request
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
2475
2255
 
2476
2256
 
2477
2257
 
@@ -2480,1121 +2260,33 @@ Gets the validation type for the preview request
2480
2260
 
2481
2261
  | Name | Type | Description | |
2482
2262
  | ---- | ---- | ----------- | -------- |
2483
- | column | | The column to filter | &nbsp; |
2484
- | vaildator | | Validator Type | &nbsp; |
2485
-
2486
-
2487
-
2488
-
2489
- ##### Returns
2490
-
2491
-
2492
- - the validator type for the preview request
2493
-
2494
-
2495
-
2496
- #### this._getDataFromResponse(response, uFilter)
2497
-
2498
- Gets the Data from preview Response
2499
-
2500
-
2501
-
2263
+ | obj | `object` | object to look for | &nbsp; |
2264
+ | key | `string` | String attribute in snake_case style | &nbsp; |
2502
2265
 
2503
- ##### Parameters
2504
2266
 
2505
- | Name | Type | Description | |
2506
- | ---- | ---- | ----------- | -------- |
2507
- | response | | The preview presponse | &nbsp; |
2508
- | uFilter | | The filter Builder filter | &nbsp; |
2509
-
2510
-
2511
-
2512
-
2513
- ##### Returns
2514
-
2515
-
2516
- - The resulting data
2517
-
2518
-
2519
-
2520
- #### this._getResponseSummaries(records, values)
2521
-
2522
- Gets summaries from preview response
2523
-
2524
-
2525
-
2526
-
2527
- ##### Parameters
2528
-
2529
- | Name | Type | Description | |
2530
- | ---- | ---- | ----------- | -------- |
2531
- | records | | The data from preview response | &nbsp; |
2532
- | values | | The values from the preview response | &nbsp; |
2533
-
2534
-
2535
-
2536
-
2537
- ##### Returns
2538
-
2539
-
2540
- - the sumaries
2541
-
2542
-
2543
-
2544
- #### this.refineAfterkey(props)
2545
-
2546
- Refines the afterKey object
2547
-
2548
-
2549
-
2550
-
2551
- ##### Parameters
2552
-
2553
- | Name | Type | Description | |
2554
- | ---- | ---- | ----------- | -------- |
2555
- | props | | | &nbsp; |
2556
-
2557
-
2558
-
2559
-
2560
- ##### Returns
2561
-
2562
-
2563
- - `Void`
2564
-
2565
-
2566
-
2567
- #### this.setAfterKey(afterKey)
2568
-
2569
- Sets the afterKey object
2570
-
2571
-
2572
-
2573
-
2574
- ##### Parameters
2575
-
2576
- | Name | Type | Description | |
2577
- | ---- | ---- | ----------- | -------- |
2578
- | afterKey | | the afterKey object | &nbsp; |
2579
-
2580
-
2581
-
2582
-
2583
- ##### Returns
2584
-
2585
-
2586
- - `Void`
2587
-
2588
-
2589
-
2590
- #### this.setProps(uFilter)
2591
-
2592
- Sets the Filter Builder Filter
2593
-
2594
-
2595
-
2596
-
2597
- ##### Parameters
2598
-
2599
- | Name | Type | Description | |
2600
- | ---- | ---- | ----------- | -------- |
2601
- | uFilter | | | &nbsp; |
2602
-
2603
-
2604
-
2605
-
2606
- ##### Returns
2607
-
2608
-
2609
- - `Void`
2610
-
2611
-
2612
-
2613
- #### this.areColumnsEquals(column1, column2)
2614
-
2615
- Checks if two filter columns are the same.
2616
-
2617
-
2618
-
2619
-
2620
- ##### Parameters
2621
-
2622
- | Name | Type | Description | |
2623
- | ---- | ---- | ----------- | -------- |
2624
- | column1 | | | &nbsp; |
2625
- | column2 | | | &nbsp; |
2626
-
2627
-
2628
-
2629
-
2630
- ##### Returns
2631
-
2632
-
2633
- - True: Columns are equal; False: Columns are not equal
2634
-
2635
-
2636
-
2637
-
2638
- ### dist/general/array/delete.js
2639
-
2640
-
2641
- #### ArrayDelete(array, index)
2642
-
2643
- Inmutable Array Item deletion
2644
-
2645
-
2646
-
2647
-
2648
- ##### Parameters
2649
-
2650
- | Name | Type | Description | |
2651
- | ---- | ---- | ----------- | -------- |
2652
- | array | `Array` | a collection of items to delete | &nbsp; |
2653
- | index | `Number` | the position of the item to delete | &nbsp; |
2654
-
2655
-
2656
-
2657
-
2658
- ##### Returns
2659
-
2660
-
2661
- - a new Array or the given parameter when is empty or not an array
2662
-
2663
-
2664
-
2665
-
2666
- ### dist/general/array/filterNestedTree.js
2667
-
2668
-
2669
- #### filterNestedTree(arr, childArrKey, condition)
2670
-
2671
- Filters a nested tree array by a custom condition on the last child node
2672
- - If the given arguments are not valid, the function returns the first argument.
2673
- - If the childArrKey is not matched in the object, the condition tries to resolve the filter anyway and returns an empty array.
2674
- - If the condition is not fulfilled, the function returns a filtered array, probably a empty array inside of the child array
2675
-
2676
-
2677
-
2678
-
2679
- ##### Parameters
2680
-
2681
- | Name | Type | Description | |
2682
- | ---- | ---- | ----------- | -------- |
2683
- | arr | | nested tree array | &nbsp; |
2684
- | childArrKey | | property representing the children array on the nested tree | &nbsp; |
2685
- | condition | | function callback that determines if the filter is applied on the last child node of the nested tree | &nbsp; |
2686
-
2687
-
2688
-
2689
-
2690
- ##### Returns
2691
-
2692
-
2693
- - array filtered
2694
-
2695
-
2696
-
2697
-
2698
- ### dist/general/array/flattenDeep.js
2699
-
2700
-
2701
- #### flattenDeep(arr)
2702
-
2703
- Flat deeply an array
2704
-
2705
-
2706
-
2707
-
2708
- ##### Parameters
2709
-
2710
- | Name | Type | Description | |
2711
- | ---- | ---- | ----------- | -------- |
2712
- | arr | | Array to flat deeply | &nbsp; |
2713
-
2714
-
2715
-
2716
-
2717
- ##### Returns
2718
-
2719
-
2720
- - flatten array
2721
-
2722
-
2723
-
2724
-
2725
- ### dist/general/array/getArrayByProperty.js
2726
-
2727
-
2728
- #### getArrayByProperty(arr, property)
2729
-
2730
- Gets a collection of object values by the given property
2731
-
2732
-
2733
-
2734
-
2735
- ##### Parameters
2736
-
2737
- | Name | Type | Description | |
2738
- | ---- | ---- | ----------- | -------- |
2739
- | arr | | An array | &nbsp; |
2740
- | property | | the property to get the value collection | &nbsp; |
2741
-
2742
-
2743
-
2744
-
2745
- ##### Returns
2746
-
2747
-
2748
- - a collection of values by property
2749
-
2750
-
2751
-
2752
-
2753
- ### dist/general/array/getFirstIndexFromArray.js
2754
-
2755
-
2756
- #### getFirstIndexFromArray(array, callback)
2757
-
2758
- Gets the first index from the array by a callback condition
2759
-
2760
-
2761
-
2762
-
2763
- ##### Parameters
2764
-
2765
- | Name | Type | Description | |
2766
- | ---- | ---- | ----------- | -------- |
2767
- | array | | | &nbsp; |
2768
- | callback | | function callback | &nbsp; |
2769
-
2770
-
2771
-
2772
-
2773
- ##### Returns
2774
-
2775
-
2776
- - the first index of the array. -1 when the condition is not satisfied
2777
-
2778
-
2779
-
2780
-
2781
- ### dist/general/array/getLastIndexFromArray.js
2782
-
2783
-
2784
- #### getLastIndexFromArray(array, callback)
2785
-
2786
- Gets the last index from the array by a callback condition
2787
-
2788
-
2789
-
2790
-
2791
- ##### Parameters
2792
-
2793
- | Name | Type | Description | |
2794
- | ---- | ---- | ----------- | -------- |
2795
- | array | | | &nbsp; |
2796
- | callback | | function callback | &nbsp; |
2797
-
2798
-
2799
-
2800
-
2801
- ##### Returns
2802
-
2803
-
2804
- - the last index of the array. -1 when the condition is not satisfied
2805
-
2806
-
2807
-
2808
-
2809
- ### dist/general/array/getUniqueArray.js
2810
-
2811
-
2812
- #### getUniqueArray(arr, prop)
2813
-
2814
- Remove duplicated items from a given array by property name
2815
- // 1. Store the keys of the unique objects
2816
- // 2. Eliminate the dead keys & store unique objects
2817
-
2818
-
2819
-
2820
-
2821
- ##### Parameters
2822
-
2823
- | Name | Type | Description | |
2824
- | ---- | ---- | ----------- | -------- |
2825
- | arr | | The array | &nbsp; |
2826
- | prop | | Property name to search duplicated values | &nbsp; |
2827
-
2828
-
2829
-
2830
-
2831
- ##### Returns
2832
-
2833
-
2834
- - Array without duplicated items.
2835
-
2836
-
2837
-
2838
-
2839
- ### dist/general/function/debounce.js
2840
-
2841
-
2842
- #### debounce(fn, time)
2843
-
2844
- Delays invoking _fn_ until after _time_ milliseconds have elapsed since the last time the debounced function was invoked.
2845
-
2846
-
2847
-
2848
-
2849
- ##### Parameters
2850
-
2851
- | Name | Type | Description | |
2852
- | ---- | ---- | ----------- | -------- |
2853
- | fn | `Function` | original Function | &nbsp; |
2854
- | time | `Number` | default 500ms | &nbsp; |
2855
-
2856
-
2857
-
2858
-
2859
- ##### Returns
2860
-
2861
-
2862
- - `Function` debounced functions
2863
-
2864
-
2865
-
2866
-
2867
- ### dist/general/function/throttled.js
2868
-
2869
-
2870
- #### throttled(fn, time)
2871
-
2872
- Make sure to only invokes _fn_ at most once per every _time_ milliseconds
2873
-
2874
-
2875
-
2876
-
2877
- ##### Parameters
2878
-
2879
- | Name | Type | Description | |
2880
- | ---- | ---- | ----------- | -------- |
2881
- | fn | `Function` | original Function | &nbsp; |
2882
- | time | `Number` | default 500ms | &nbsp; |
2883
-
2884
-
2885
-
2886
-
2887
- ##### Returns
2888
-
2889
-
2890
- - `Function` throttled function
2891
-
2892
-
2893
-
2894
-
2895
- ### dist/general/mix/compareDeep.js
2896
-
2897
-
2898
- #### compareDeep(object1, object2)
2899
-
2900
- Compares two objects to know if they are equals. Go across nested objects.
2901
- Includes arrays in the comparison.
2902
-
2903
-
2904
-
2905
-
2906
- ##### Parameters
2907
-
2908
- | Name | Type | Description | |
2909
- | ---- | ---- | ----------- | -------- |
2910
- | object1 | | First Object to compare | &nbsp; |
2911
- | object2 | | Second Object to compare | &nbsp; |
2912
-
2913
-
2914
-
2915
-
2916
- ##### Returns
2917
-
2918
-
2919
- - True: objects are equal. False: Objects are not equal. Undefined: invalid
2920
-
2921
-
2922
-
2923
-
2924
- ### dist/general/mix/getTag.js
2925
-
2926
-
2927
- #### getTag(value)
2928
-
2929
- Gets the `toStringTag` of `value`.
2930
-
2931
-
2932
-
2933
-
2934
- ##### Parameters
2935
-
2936
- | Name | Type | Description | |
2937
- | ---- | ---- | ----------- | -------- |
2938
- | value | | The value to query. | &nbsp; |
2939
-
2940
-
2941
-
2942
-
2943
- ##### Returns
2944
-
2945
-
2946
- - `string` Returns the `toStringTag`.
2947
-
2948
-
2949
-
2950
-
2951
- ### dist/general/mix/importScripts.js
2952
-
2953
-
2954
- #### importScripts(scripts)
2955
-
2956
- Import a set of external Scripts given the URL in both serie and cascade way
2957
-
2958
-
2959
-
2960
-
2961
- ##### Parameters
2962
-
2963
- | Name | Type | Description | |
2964
- | ---- | ---- | ----------- | -------- |
2965
- | scripts | `Array.<String>` `Array.<Object>` | can be an array of string or an array of object with the follow structure: | &nbsp; |
2966
- | scripts.url | `String` | CDN URL | &nbsp; |
2967
- | scripts.namespace | `String` `Function` | (Optional) if is a String, that name is evaluated on Window[namespace] object otherwise the Function is invoked expecting a Thrutly value | &nbsp; |
2968
- | scripts.type | `String` | (Optional) it could be `module` of `text/javascript`. Default `text/javascript` | &nbsp; |
2969
- | scripts.noModule | `Boolean` | (Optional) add `momodule` attribute to script tag. Default `false` | &nbsp; |
2970
- | scripts.dependencies | `Array.<Object>` | an array with the same structure to load in cascade mode | &nbsp; |
2971
-
2972
-
2973
-
2974
-
2975
- ##### Examples
2976
-
2977
- ```javascript
2978
- // 1) Simple script (paralell loading)
2979
- importScripts(['http://myscript.js', 'http://another.js']);
2980
-
2981
- // 2) Loading `.js` and `.esm.js` script (parallel loading)
2982
- importScripts([
2983
- { url: 'http://myscript.esm.js', type: 'module' },
2984
- { url: 'http://myscript.js', noModule: true }
2985
- ]);
2986
-
2987
- // 3) import dependent scripts (cascade)
2988
- importScripts([
2989
- { url: 'http://myscript.js', dependencies: ['http://myscript.plugin.js'] }
2990
- ]);
2991
-
2992
- // 4) mix
2993
- importScripts([
2994
- { url: 'http://myscript.js', dependencies: ['http://myscript.plugin.js'] },
2995
- { url: 'http://another.esm.js', type: 'module' },
2996
- { url: 'http://another.js', noModule: true },
2997
- 'http://simplescript.js'
2998
- ]);
2999
- ```
3000
-
3001
-
3002
- ##### Returns
3003
-
3004
-
3005
- - `Promise` Promise when all script have been loaded
3006
-
3007
-
3008
-
3009
- #### loadScript(url, type, noModule)
3010
-
3011
- Creates the script element and appends to document.head
3012
- return a Promise that is resolved when the script is loaded
3013
-
3014
-
3015
-
3016
-
3017
- ##### Parameters
3018
-
3019
- | Name | Type | Description | |
3020
- | ---- | ---- | ----------- | -------- |
3021
- | url | `String` | Cdn Url | &nbsp; |
3022
- | type | `String` | (Optional) it could be `module` of `text/javascript`. Default `text/javascript` | &nbsp; |
3023
- | noModule | `boolean` | (Optional) add `momodule` attribute to script tag. Default `false` | &nbsp; |
3024
-
3025
-
3026
-
3027
-
3028
- ##### Returns
3029
-
3030
-
3031
- - `Void`
3032
-
3033
-
3034
-
3035
-
3036
- ### dist/general/mix/isEmpty.js
3037
-
3038
-
3039
- #### isEmpty(variable, includeFalsy)
3040
-
3041
- Validates if the given argument is empty
3042
-
3043
-
3044
-
3045
-
3046
- ##### Parameters
3047
-
3048
- | Name | Type | Description | |
3049
- | ---- | ---- | ----------- | -------- |
3050
- | variable | | the given variable | &nbsp; |
3051
- | includeFalsy | | flag to determine include the falsy variables into the validation | &nbsp; |
3052
-
3053
-
3054
-
3055
-
3056
- ##### Returns
3057
-
3058
-
3059
- - true: the given argument is empty; false: is not.
3060
-
3061
-
3062
-
3063
-
3064
- ### dist/general/mix/isNaNV2.js
3065
-
3066
-
3067
- #### isNaNV2(variable)
3068
-
3069
- Validates if the recieved number is NaN type.
3070
- This function recieves any variable but will return false.
3071
- Validates if variable is null, undefined, or an empty string, also, the function uses isNaN native function.
3072
-
3073
-
3074
-
3075
-
3076
- ##### Parameters
3077
-
3078
- | Name | Type | Description | |
3079
- | ---- | ---- | ----------- | -------- |
3080
- | variable | | the variable to validate | &nbsp; |
3081
-
3082
-
3083
-
3084
-
3085
- ##### Returns
3086
-
3087
-
3088
- - True if variable is a NaN or false otherwise
3089
-
3090
-
3091
-
3092
-
3093
- ### dist/general/mix/isNull.js
3094
-
3095
-
3096
- #### isNull(arg)
3097
-
3098
- return if a given variable is either `null` or `undefined`
3099
- useful to avoid falsify validating Number Zero (0)
3100
-
3101
-
3102
-
3103
-
3104
- ##### Parameters
3105
-
3106
- | Name | Type | Description | |
3107
- | ---- | ---- | ----------- | -------- |
3108
- | arg | `any` | | &nbsp; |
3109
-
3110
-
3111
-
3112
-
3113
- ##### Returns
3114
-
3115
-
3116
- - `Boolean`
3117
-
3118
-
3119
-
3120
-
3121
- ### dist/general/mix/randomId.js
3122
-
3123
-
3124
- #### randomId(length, exclude)
3125
-
3126
- Creates a random string
3127
- - If the first given argument is different than a length number, the variable is replaced by a default number
3128
- - If the optional second given argument is passed the random string is permutated.
3129
-
3130
-
3131
-
3132
-
3133
- ##### Parameters
3134
-
3135
- | Name | Type | Description | |
3136
- | ---- | ---- | ----------- | -------- |
3137
- | length | `Number` | size of the generated string. Default 8 | &nbsp; |
3138
- | exclude | `Array` | collection of strings that is going to be excluded of the random string. | &nbsp; |
3139
-
3140
-
3141
-
3142
-
3143
- ##### Returns
3144
-
3145
-
3146
- - `String` Random string
3147
-
3148
-
3149
-
3150
-
3151
- ### dist/general/mix/size.js
3152
-
3153
-
3154
- #### size(obj)
3155
-
3156
- Gets the length of the given array.
3157
- - Useful for Object, Array and string type.
3158
- - For `null` or `undefined` or else argument the returned value will be 0.
3159
-
3160
-
3161
-
3162
-
3163
- ##### Parameters
3164
-
3165
- | Name | Type | Description | |
3166
- | ---- | ---- | ----------- | -------- |
3167
- | obj | `Any` | Any object-type variable | &nbsp; |
3168
-
3169
-
3170
-
3171
-
3172
- ##### Returns
3173
-
3174
-
3175
- - `Number` the size of the given variable
3176
-
3177
-
3178
-
3179
-
3180
- ### dist/general/string/capitalize.js
3181
-
3182
-
3183
- #### capitalize(text)
3184
-
3185
- Upper case the first letter of a given text
3186
-
3187
-
3188
-
3189
-
3190
- ##### Parameters
3191
-
3192
- | Name | Type | Description | |
3193
- | ---- | ---- | ----------- | -------- |
3194
- | text | `String` | | &nbsp; |
3195
-
3196
-
3197
-
3198
-
3199
- ##### Returns
3200
-
3201
-
3202
- - `String` a capitalized text
3203
-
3204
-
3205
-
3206
-
3207
- ### dist/general/object/cloneDeep.js
3208
-
3209
-
3210
- #### cloneDeep(obj)
3211
-
3212
- A simple Deep Cloning function. Valid only for primivite values and object with primitive values.
3213
- Not to use this function with inner objects and functions
3214
-
3215
-
3216
-
3217
-
3218
- ##### Parameters
3219
-
3220
- | Name | Type | Description | |
3221
- | ---- | ---- | ----------- | -------- |
3222
- | obj | | The object | &nbsp; |
3223
-
3224
-
3225
-
3226
-
3227
- ##### Returns
3228
-
3229
-
3230
- - The new reference object or the given object if the parsing is incorrect or empty
3231
-
3232
-
3233
-
3234
-
3235
- ### dist/general/object/get.js
3236
-
3237
-
3238
- #### _get(baseObject, path, defaultValue)
3239
-
3240
- Like lodash _.get.
3241
- Gets the value at path of object. If the resolved value is undefined, the defaultValue is returned in its place.
3242
-
3243
- Empty arrays and empty objects are returned but the defaultValue is not
3244
- Undefined and null values will return the defaultValue.
3245
-
3246
-
3247
-
3248
-
3249
- ##### Parameters
3250
-
3251
- | Name | Type | Description | |
3252
- | ---- | ---- | ----------- | -------- |
3253
- | baseObject | | The object to query | &nbsp; |
3254
- | path | | The string path or collection of string paths of the property to get. | &nbsp; |
3255
- | defaultValue | | The value returned for undefined resolved values. | &nbsp; |
3256
-
3257
-
3258
-
3259
-
3260
- ##### Examples
3261
-
3262
- ```javascript
3263
- // returns 'Hello'
3264
- _get({ item1: 'Hello', item2: 'World' }, 'item1')
3265
- ```
3266
- ```javascript
3267
- // returns 'A simple Hello'
3268
- _get({ item1: 'Hello', item2: 'World' }, 'item3', 'A simple Hello')
3269
- ```
3270
- ```javascript
3271
- // returns 'Hello Again'
3272
- _get({ item1: { item11: 'Hello Again' }, item2: {} }, 'item1.item11')
3273
- ```
3274
- ```javascript
3275
- // returns 'Hello 2'
3276
- _get({ item1: ['Hello 1', 'Hello 2' }, item2: [] }, 'item1[1]')
3277
- ```
3278
- ```javascript
3279
- // returns 'Hello Again'
3280
- _get({ item1: { item11: 'Hello Again' }, item2: {} }, ['item1', 'item11'])
3281
- ```
3282
-
3283
-
3284
- ##### Returns
3285
-
3286
-
3287
- - the resolved value.
3288
-
3289
-
3290
-
3291
-
3292
- ### dist/general/object/getAttribute.js
3293
-
3294
-
3295
- #### getAttribute(obj, key)
3296
-
3297
- Searchs for properties in different case styles such as: lower, upper, camel and pascal
3298
- - To optimize the searching, it is required a key in a snake_case style
3299
- - List of cases that do not match
3300
- -- From lower to snake case
3301
- -- From upper to snake case
3302
- -- From lower to camel case
3303
- -- From upper to camel case
3304
- -- From lower to pascal case
3305
- -- From upper to pascal case
3306
-
3307
-
3308
-
3309
-
3310
- ##### Parameters
3311
-
3312
- | Name | Type | Description | |
3313
- | ---- | ---- | ----------- | -------- |
3314
- | obj | `object` | object to look for | &nbsp; |
3315
- | key | `string` | String attribute in snake_case style | &nbsp; |
3316
-
3317
-
3318
-
3319
-
3320
- ##### Examples
3321
-
3322
- ```javascript
3323
- getAttribute(obj, 'snake_case') //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
3324
- ```
3325
-
3326
-
3327
- ##### Returns
3328
-
3329
-
3330
- - `Void`
3331
-
3332
-
3333
-
3334
-
3335
- ### dist/general/object/hasProperty.js
3336
-
3337
-
3338
- #### _hasProperty(obj, property)
3339
-
3340
- Use the hasOwnProperty in order to verify if the given property exists in the object.
3341
-
3342
-
3343
-
3344
-
3345
- ##### Parameters
3346
-
3347
- | Name | Type | Description | |
3348
- | ---- | ---- | ----------- | -------- |
3349
- | obj | `object` | an object | &nbsp; |
3350
- | property | `string` | String to verify if exists in the object as property | &nbsp; |
3351
-
3352
-
3353
-
3354
-
3355
- ##### Examples
3356
-
3357
- ```javascript
3358
- const prop = 'prop2'
3359
- const obj1 = { prop1: 'hello', prop2: 'world'}
3360
- _hasProperty(ob1, prop1) // true
3361
-
3362
- const obj2 = { prop1: 'hello world' }
3363
- _hasProperty(ob1, prop2) // false
3364
- ```
3365
-
3366
-
3367
- ##### Returns
3368
-
3369
-
3370
- - True if the object has the given property; otherwise, false.
3371
-
3372
-
3373
-
3374
-
3375
- ### dist/general/object/isObject.js
3376
-
3377
-
3378
- #### isObject(obj)
3379
-
3380
- Checks if the given argument is an object type
3381
-
3382
-
3383
-
3384
-
3385
- ##### Parameters
3386
-
3387
- | Name | Type | Description | |
3388
- | ---- | ---- | ----------- | -------- |
3389
- | obj | | the variable to check | &nbsp; |
3390
-
3391
-
3392
-
3393
-
3394
- ##### Returns
3395
-
3396
-
3397
- - True: It is an object; False: It is not.
3398
-
3399
-
3400
-
3401
-
3402
- ### dist/general/object/mapValues.js
3403
-
3404
-
3405
- #### mapValues(baseObject, iteratee)
3406
-
3407
- Invoke iteratee (function) for each object key-value pair
3408
- and return a mapped object
3409
-
3410
-
3411
-
3412
-
3413
- ##### Parameters
3414
-
3415
- | Name | Type | Description | |
3416
- | ---- | ---- | ----------- | -------- |
3417
- | baseObject | `Object` | Base object. | &nbsp; |
3418
- | iteratee | `Function` | The executed per iteration. | &nbsp; |
3419
-
3420
-
3421
-
3422
-
3423
- ##### Returns
3424
-
3425
-
3426
- - `Object` New mapped object.
3427
-
3428
-
3429
-
3430
-
3431
- ### dist/general/object/mergeDeep.js
3432
-
3433
-
3434
- #### mergeDeep(obj1, obj2, settings)
3435
-
3436
- Merges two objects into a new one.
3437
- The second given argument to the first given argument.
3438
-
3439
-
3440
-
3441
-
3442
- ##### Parameters
3443
-
3444
- | Name | Type | Description | |
3445
- | ---- | ---- | ----------- | -------- |
3446
- | obj1 | | The target object | &nbsp; |
3447
- | obj2 | | The object to be merged | &nbsp; |
3448
- | settings | | Object settings for this function | &nbsp; |
3449
-
3450
-
3451
-
3452
-
3453
- ##### Returns
3454
-
3455
-
3456
- - a new merged object
3457
-
3458
-
3459
-
3460
- #### isValid(obj1, obj2)
3461
-
3462
- Validates if the two arguments are objects
3463
-
3464
-
3465
-
3466
-
3467
- ##### Parameters
3468
-
3469
- | Name | Type | Description | |
3470
- | ---- | ---- | ----------- | -------- |
3471
- | obj1 | | The target object | &nbsp; |
3472
- | obj2 | | The object to be merged | &nbsp; |
3473
-
3474
-
3475
-
3476
-
3477
- ##### Returns
3478
-
3479
-
3480
- - true: they are valid; false: they are not
3481
-
3482
-
3483
-
3484
- #### getParamsToMergeDeep(settings)
3485
-
3486
- Validates and gets the settings with all set parameters.
3487
-
3488
-
3489
-
3490
-
3491
- ##### Parameters
3492
-
3493
- | Name | Type | Description | |
3494
- | ---- | ---- | ----------- | -------- |
3495
- | settings | | the settings object | &nbsp; |
3496
-
3497
-
3498
-
3499
-
3500
- ##### Returns
3501
-
3502
-
3503
- - a new settings object with all set parameters.
3504
-
3505
-
3506
-
3507
-
3508
- ### dist/general/object/objectCopy.js
3509
-
3510
-
3511
- #### objectCopy(entity, cache)
3512
-
3513
- Created a new reference of the given argument
3514
-
3515
-
3516
-
3517
-
3518
- ##### Parameters
3519
-
3520
- | Name | Type | Description | |
3521
- | ---- | ---- | ----------- | -------- |
3522
- | entity | | The variable to be copied | &nbsp; |
3523
- | cache | | | &nbsp; |
3524
-
3525
-
3526
-
3527
-
3528
- ##### Returns
3529
-
3530
-
3531
- - A new reference of the given argument
3532
-
3533
-
3534
-
3535
-
3536
- ### dist/general/object/omit.js
3537
-
3538
-
3539
- #### omit(obj, props)
3540
-
3541
- return a new Object excluding attributes in _props_ list
3542
-
3543
-
3544
-
3545
-
3546
- ##### Parameters
3547
-
3548
- | Name | Type | Description | |
3549
- | ---- | ---- | ----------- | -------- |
3550
- | obj | `Object` | base object | &nbsp; |
3551
- | props | `Array.<String>` | list of attribute to exclude | &nbsp; |
3552
-
3553
-
3554
-
3555
-
3556
- ##### Returns
3557
-
3558
-
3559
- - `Object` clean object
3560
-
3561
-
3562
-
3563
-
3564
- ### dist/general/object/pick.js
3565
-
3566
-
3567
- #### pick(baseObject, keys)
3568
-
3569
- return a new object just with attributes in _keys_ list
3570
-
3571
-
3572
-
3573
-
3574
- ##### Parameters
3575
2267
 
3576
- | Name | Type | Description | |
3577
- | ---- | ---- | ----------- | -------- |
3578
- | baseObject | `Object` | base object | &nbsp; |
3579
- | keys | `Array.<String>` | list of attributes to preserve | &nbsp; |
3580
2268
 
2269
+ ##### Examples
3581
2270
 
2271
+ ```javascript
2272
+ getAttribute(obj, 'snake_case') //it search for: obj.snake_case || obj.snakeCase || obj.SnakeCase || obj.snakecase || obj.SNAKECASE
2273
+ ```
3582
2274
 
3583
2275
 
3584
2276
  ##### Returns
3585
2277
 
3586
2278
 
3587
- - `Object` new object just with desired attributes
2279
+ - `Void`
3588
2280
 
3589
2281
 
3590
2282
 
3591
2283
 
3592
- ### dist/general/object/serialize.js
2284
+ ### dist/general/object/hasProperty.js
3593
2285
 
3594
2286
 
3595
- #### serialize(obj)
2287
+ #### _hasProperty(obj, property)
3596
2288
 
3597
- serialize object to url param
2289
+ Use the hasOwnProperty in order to verify if the given property exists in the object.
3598
2290
 
3599
2291
 
3600
2292
 
@@ -3603,26 +2295,38 @@ serialize object to url param
3603
2295
 
3604
2296
  | Name | Type | Description | |
3605
2297
  | ---- | ---- | ----------- | -------- |
3606
- | obj | | - Object to be serialized | &nbsp; |
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
3607
2305
 
2306
+ ```javascript
2307
+ const prop = 'prop2'
2308
+ const obj1 = { prop1: 'hello', prop2: 'world'}
2309
+ _hasProperty(ob1, prop1) // true
3608
2310
 
2311
+ const obj2 = { prop1: 'hello world' }
2312
+ _hasProperty(ob1, prop2) // false
2313
+ ```
3609
2314
 
3610
2315
 
3611
2316
  ##### Returns
3612
2317
 
3613
2318
 
3614
- - `Void`
2319
+ - True if the object has the given property; otherwise, false.
3615
2320
 
3616
2321
 
3617
2322
 
3618
2323
 
3619
- ### dist/qrvey/helpers/areStaticColumnValues.js
2324
+ ### dist/general/object/isObject.js
3620
2325
 
3621
2326
 
3622
- #### areStaticColumnValues(column)
2327
+ #### isObject(obj)
3623
2328
 
3624
- Determines if the given column is belonging to static values questions.
3625
- Static values questions are questions that do not need request an info from backend, instead the info is got from Model, Question/List object.
2329
+ Checks if the given argument is an object type
3626
2330
 
3627
2331
 
3628
2332
 
@@ -3631,7 +2335,7 @@ Static values questions are questions that do not need request an info from back
3631
2335
 
3632
2336
  | Name | Type | Description | |
3633
2337
  | ---- | ---- | ----------- | -------- |
3634
- | column | | The question column | &nbsp; |
2338
+ | obj | | the variable to check | &nbsp; |
3635
2339
 
3636
2340
 
3637
2341
 
@@ -3639,19 +2343,18 @@ Static values questions are questions that do not need request an info from back
3639
2343
  ##### Returns
3640
2344
 
3641
2345
 
3642
- - true if the column belongs to a static values question; otherwise, false
2346
+ - True: It is an object; False: It is not.
3643
2347
 
3644
2348
 
3645
2349
 
3646
2350
 
3647
- ### dist/qrvey/helpers/getCategorizableExpression.js
2351
+ ### dist/general/object/mapValues.js
3648
2352
 
3649
2353
 
3650
- #### getCategorizableExpression(column, dataset)
2354
+ #### mapValues(baseObject, iteratee)
3651
2355
 
3652
- Special function for Expression Columns.
3653
- This function allows validating if expression columns have active category option.
3654
- This is esential in order to display the asigned property for expression.
2356
+ Invoke iteratee (function) for each object key-value pair
2357
+ and return a mapped object
3655
2358
 
3656
2359
 
3657
2360
 
@@ -3660,8 +2363,8 @@ This is esential in order to display the asigned property for expression.
3660
2363
 
3661
2364
  | Name | Type | Description | |
3662
2365
  | ---- | ---- | ----------- | -------- |
3663
- | column | | The column with info | &nbsp; |
3664
- | dataset | | the dataset object to search the column | &nbsp; |
2366
+ | baseObject | `Object` | Base object. | &nbsp; |
2367
+ | iteratee | `Function` | The executed per iteration. | &nbsp; |
3665
2368
 
3666
2369
 
3667
2370
 
@@ -3669,20 +2372,18 @@ This is esential in order to display the asigned property for expression.
3669
2372
  ##### Returns
3670
2373
 
3671
2374
 
3672
- - true if expression column is categorizable; otherwise not. If does not exist, undefined is sent.
2375
+ - `Object` New mapped object.
3673
2376
 
3674
2377
 
3675
2378
 
3676
2379
 
3677
- ### dist/qrvey/helpers/getDataAnswersByColumn.js
2380
+ ### dist/general/object/mergeDeep.js
3678
2381
 
3679
2382
 
3680
- #### getDataAnswersByColumn(column, model, property)
2383
+ #### mergeDeep(obj1, obj2, settings)
3681
2384
 
3682
- Get answers located in model object. If column exists in the model, answers will be gotten depending on column type.
3683
- For Rating columns, needs a number sequence (From 1 to 5).
3684
- For Expression columns, needs a property type attribute for categorizable ones; for non-categorizable expressions is not required this attribute.
3685
- For the others columns, answers is located in the property of the same name.
2385
+ Merges two objects into a new one.
2386
+ The second given argument to the first given argument.
3686
2387
 
3687
2388
 
3688
2389
 
@@ -3691,9 +2392,9 @@ For the others columns, answers is located in the property of the same name.
3691
2392
 
3692
2393
  | Name | Type | Description | |
3693
2394
  | ---- | ---- | ----------- | -------- |
3694
- | column | | Info of the column | &nbsp; |
3695
- | model | | The model object | &nbsp; |
3696
- | property | | Optional Attribute, especially for expression columns. | &nbsp; |
2395
+ | obj1 | | The target object | &nbsp; |
2396
+ | obj2 | | The object to be merged | &nbsp; |
2397
+ | settings | | Object settings for this function | &nbsp; |
3697
2398
 
3698
2399
 
3699
2400
 
@@ -3701,18 +2402,13 @@ For the others columns, answers is located in the property of the same name.
3701
2402
  ##### Returns
3702
2403
 
3703
2404
 
3704
- - Formatted answers inside of answer property.
3705
-
3706
-
3707
-
2405
+ - a new merged object
3708
2406
 
3709
- ### dist/qrvey/helpers/getDropdownAnswers.js
3710
2407
 
3711
2408
 
3712
- #### getDropdownAnswers(question)
2409
+ #### isValid(obj1, obj2)
3713
2410
 
3714
- Get the answers of dropdown columns.
3715
- Answers is a direct array of strings so it is necessary to format them.
2411
+ Validates if the two arguments are objects
3716
2412
 
3717
2413
 
3718
2414
 
@@ -3721,7 +2417,8 @@ Answers is a direct array of strings so it is necessary to format them.
3721
2417
 
3722
2418
  | Name | Type | Description | |
3723
2419
  | ---- | ---- | ----------- | -------- |
3724
- | question | | The column located inside the model object. | &nbsp; |
2420
+ | obj1 | | The target object | &nbsp; |
2421
+ | obj2 | | The object to be merged | &nbsp; |
3725
2422
 
3726
2423
 
3727
2424
 
@@ -3729,17 +2426,13 @@ Answers is a direct array of strings so it is necessary to format them.
3729
2426
  ##### Returns
3730
2427
 
3731
2428
 
3732
- - Formatted answers inside of an answer property.
3733
-
3734
-
3735
-
2429
+ - true: they are valid; false: they are not
3736
2430
 
3737
- ### dist/qrvey/helpers/getExpressionAnswers.js
3738
2431
 
3739
2432
 
3740
- #### getExpressionAnswers(column, property)
2433
+ #### getParamsToMergeDeep(settings)
3741
2434
 
3742
- Get the answers of expression columns. Depends of the property attribute and if the column is categorizable.
2435
+ Validates and gets the settings with all set parameters.
3743
2436
 
3744
2437
 
3745
2438
 
@@ -3748,8 +2441,7 @@ Get the answers of expression columns. Depends of the property attribute and if
3748
2441
 
3749
2442
  | Name | Type | Description | |
3750
2443
  | ---- | ---- | ----------- | -------- |
3751
- | column | | The column located inside the model object. | &nbsp; |
3752
- | property | | Optional Attribute, especially for expression columns. | &nbsp; |
2444
+ | settings | | the settings object | &nbsp; |
3753
2445
 
3754
2446
 
3755
2447
 
@@ -3757,17 +2449,17 @@ Get the answers of expression columns. Depends of the property attribute and if
3757
2449
  ##### Returns
3758
2450
 
3759
2451
 
3760
- - Formatted answers inside of an answer property.
2452
+ - a new settings object with all set parameters.
3761
2453
 
3762
2454
 
3763
2455
 
3764
2456
 
3765
- ### dist/qrvey/helpers/getImageAnswers.js
2457
+ ### dist/general/object/objectCopy.js
3766
2458
 
3767
2459
 
3768
- #### getImageAnswers(column)
2460
+ #### objectCopy(entity, cache)
3769
2461
 
3770
- Get the answers of image columns.
2462
+ Created a new reference of the given argument
3771
2463
 
3772
2464
 
3773
2465
 
@@ -3776,7 +2468,8 @@ Get the answers of image columns.
3776
2468
 
3777
2469
  | Name | Type | Description | |
3778
2470
  | ---- | ---- | ----------- | -------- |
3779
- | column | | The column located inside the model object. | &nbsp; |
2471
+ | entity | | The variable to be copied | &nbsp; |
2472
+ | cache | | | &nbsp; |
3780
2473
 
3781
2474
 
3782
2475
 
@@ -3784,18 +2477,17 @@ Get the answers of image columns.
3784
2477
  ##### Returns
3785
2478
 
3786
2479
 
3787
- - Formatted answers inside of an answer property.
2480
+ - A new reference of the given argument
3788
2481
 
3789
2482
 
3790
2483
 
3791
2484
 
3792
- ### dist/qrvey/helpers/getImageUploadHasAnalysis.js
2485
+ ### dist/general/object/omit.js
3793
2486
 
3794
2487
 
3795
- #### getImageUploadHasAnalysis(column, model)
2488
+ #### omit(obj, props)
3796
2489
 
3797
- Special function for Image Upload
3798
- This function returns if the current column has object or text analysis as property.
2490
+ return a new Object excluding attributes in _props_ list
3799
2491
 
3800
2492
 
3801
2493
 
@@ -3804,8 +2496,8 @@ This function returns if the current column has object or text analysis as prope
3804
2496
 
3805
2497
  | Name | Type | Description | |
3806
2498
  | ---- | ---- | ----------- | -------- |
3807
- | column | | The column with info | &nbsp; |
3808
- | model | | The model object | &nbsp; |
2499
+ | obj | `Object` | base object | &nbsp; |
2500
+ | props | `Array.<String>` | list of attribute to exclude | &nbsp; |
3809
2501
 
3810
2502
 
3811
2503
 
@@ -3813,17 +2505,17 @@ This function returns if the current column has object or text analysis as prope
3813
2505
  ##### Returns
3814
2506
 
3815
2507
 
3816
- - true if this column has analysis. Otherwise false.
2508
+ - `Object` clean object
3817
2509
 
3818
2510
 
3819
2511
 
3820
2512
 
3821
- ### dist/qrvey/helpers/getRatingAnswers.js
2513
+ ### dist/general/object/pick.js
3822
2514
 
3823
2515
 
3824
- #### getRatingAnswers(_question)
2516
+ #### pick(baseObject, keys)
3825
2517
 
3826
- Get the answers of rating columns.
2518
+ return a new object just with attributes in _keys_ list
3827
2519
 
3828
2520
 
3829
2521
 
@@ -3832,7 +2524,8 @@ Get the answers of rating columns.
3832
2524
 
3833
2525
  | Name | Type | Description | |
3834
2526
  | ---- | ---- | ----------- | -------- |
3835
- | _question | | The column located inside the model object. | &nbsp; |
2527
+ | baseObject | `Object` | base object | &nbsp; |
2528
+ | keys | `Array.<String>` | list of attributes to preserve | &nbsp; |
3836
2529
 
3837
2530
 
3838
2531
 
@@ -3840,17 +2533,17 @@ Get the answers of rating columns.
3840
2533
  ##### Returns
3841
2534
 
3842
2535
 
3843
- - Formatted answers inside of an answer property
2536
+ - `Object` new object just with desired attributes
3844
2537
 
3845
2538
 
3846
2539
 
3847
2540
 
3848
- ### dist/qrvey/helpers/getSlidebarAnswers.js
2541
+ ### dist/general/object/serialize.js
3849
2542
 
3850
2543
 
3851
- #### getSlidebarAnswers(_question)
2544
+ #### serialize(obj)
3852
2545
 
3853
- Get the answers of slidebar columns. The quantity of answers depend on the steps chosen in maker.
2546
+ serialize object to url param
3854
2547
 
3855
2548
 
3856
2549
 
@@ -3859,7 +2552,7 @@ Get the answers of slidebar columns. The quantity of answers depend on the steps
3859
2552
 
3860
2553
  | Name | Type | Description | |
3861
2554
  | ---- | ---- | ----------- | -------- |
3862
- | _question | | The column located inside the model object. | &nbsp; |
2555
+ | obj | | - Object to be serialized | &nbsp; |
3863
2556
 
3864
2557
 
3865
2558
 
@@ -3867,17 +2560,17 @@ Get the answers of slidebar columns. The quantity of answers depend on the steps
3867
2560
  ##### Returns
3868
2561
 
3869
2562
 
3870
- - Formatted answers inside of an answer property
2563
+ - `Void`
3871
2564
 
3872
2565
 
3873
2566
 
3874
2567
 
3875
- ### dist/qrvey/helpers/getSuffixTranslateByColumn.js
2568
+ ### dist/general/string/capitalize.js
3876
2569
 
3877
2570
 
3878
- #### getSuffixTranslateByColumn(column)
2571
+ #### capitalize(text)
3879
2572
 
3880
- Gets a string of the translate structure by the given column
2573
+ Upper case the first letter of a given text
3881
2574
 
3882
2575
 
3883
2576
 
@@ -3886,7 +2579,7 @@ Gets a string of the translate structure by the given column
3886
2579
 
3887
2580
  | Name | Type | Description | |
3888
2581
  | ---- | ---- | ----------- | -------- |
3889
- | column | | the Info of the column | &nbsp; |
2582
+ | text | `String` | | &nbsp; |
3890
2583
 
3891
2584
 
3892
2585
 
@@ -3894,18 +2587,17 @@ Gets a string of the translate structure by the given column
3894
2587
  ##### Returns
3895
2588
 
3896
2589
 
3897
- - a string of the translation structure where the label is located.
2590
+ - `String` a capitalized text
3898
2591
 
3899
2592
 
3900
2593
 
3901
2594
 
3902
- ### dist/qrvey/helpers/getValueWithSuffixes.js
2595
+ ### dist/qrvey/helpers/getColumnsLabel.js
3903
2596
 
3904
2597
 
3905
- #### getValueWithSuffixes(value, suffixes)
2598
+ #### getColumnLabels(column)
3906
2599
 
3907
- Get a string value with suffixes if available.
3908
- Add suffix into the value string. Prioritized for numeric values.
2600
+ Get an string of the properties of the given column.
3909
2601
 
3910
2602
 
3911
2603
 
@@ -3914,8 +2606,7 @@ Add suffix into the value string. Prioritized for numeric values.
3914
2606
 
3915
2607
  | Name | Type | Description | |
3916
2608
  | ---- | ---- | ----------- | -------- |
3917
- | value | | a number or string | &nbsp; |
3918
- | suffixes | | An object with singular or plural suffix string. | &nbsp; |
2609
+ | column | | The column | &nbsp; |
3919
2610
 
3920
2611
 
3921
2612
 
@@ -3923,18 +2614,18 @@ Add suffix into the value string. Prioritized for numeric values.
3923
2614
  ##### Returns
3924
2615
 
3925
2616
 
3926
- - a string value with suffix
2617
+ - an string with the property, aggregate or calculation label.
3927
2618
 
3928
2619
 
3929
2620
 
3930
2621
 
3931
- ### dist/qrvey/helpers/getYesNoAnswers.js
2622
+ ### dist/qrvey/helpers/getValueWithSuffixes.js
3932
2623
 
3933
2624
 
3934
- #### getYesNoAnswers(column)
2625
+ #### getValueWithSuffixes(value, suffixes)
3935
2626
 
3936
- Get the answers of Yes/No columns.
3937
- Yes/No answers from model object are capitalized but the filters need values in lowercase.
2627
+ Get a string value with suffixes if available.
2628
+ Add suffix into the value string. Prioritized for numeric values.
3938
2629
 
3939
2630
 
3940
2631
 
@@ -3943,7 +2634,8 @@ Yes/No answers from model object are capitalized but the filters need values in
3943
2634
 
3944
2635
  | Name | Type | Description | |
3945
2636
  | ---- | ---- | ----------- | -------- |
3946
- | column | | The column located inside the model object. | &nbsp; |
2637
+ | value | | a number or string | &nbsp; |
2638
+ | suffixes | | An object with singular or plural suffix string. | &nbsp; |
3947
2639
 
3948
2640
 
3949
2641
 
@@ -3951,7 +2643,7 @@ Yes/No answers from model object are capitalized but the filters need values in
3951
2643
  ##### Returns
3952
2644
 
3953
2645
 
3954
- - Formatted answers inside of an answer property
2646
+ - a string value with suffix
3955
2647
 
3956
2648
 
3957
2649
 
@@ -4030,43 +2722,12 @@ Gets the format config
4030
2722
 
4031
2723
 
4032
2724
 
4033
- ### dist/services/adapters/BBranchesMapToUIBranchesMap.adapter.js
4034
-
4035
-
4036
- #### BBranchesMapToUIBranchesMap(branchesMap)
4037
-
4038
- Adapts the branches map from backend to the UI branches map
4039
-
4040
-
4041
-
4042
-
4043
- ##### Parameters
4044
-
4045
- | Name | Type | Description | |
4046
- | ---- | ---- | ----------- | -------- |
4047
- | branchesMap | | the backend branches map | &nbsp; |
4048
-
4049
-
4050
-
4051
-
4052
- ##### Returns
4053
-
4054
-
4055
- - The Branches map array
4056
-
4057
-
4058
-
4059
-
4060
2725
  ### dist/services/api/getAllDatasets.api.js
4061
2726
 
4062
2727
 
4063
- #### getAllDatasets(config, qrveyids)
2728
+ #### getAllDatasets(config, pickDatasets)
4064
2729
 
4065
2730
  Get a dataset list from a collection of Qrvey IDs
4066
- Considerations for qrveyids second argument:
4067
- - If it is a undefined argument, the function will return all available datasets of the app
4068
- - If it is a empty array argument, the function will return an empty dataset list. (A request will not be executed)
4069
- - If it is a non-empty array argument, the function will return a set of available datasets
4070
2731
 
4071
2732
 
4072
2733
 
@@ -4075,8 +2736,8 @@ Considerations for qrveyids second argument:
4075
2736
 
4076
2737
  | Name | Type | Description | |
4077
2738
  | ---- | ---- | ----------- | -------- |
4078
- | config | | the widget config. Includes general configuration properties | &nbsp; |
4079
- | qrveyids | | Collection of Qrvey IDs for returning a set of available datasets | &nbsp; |
2739
+ | config | | the widget config. Includes the appid and others configuration properties | &nbsp; |
2740
+ | pickDatasets | | Collection of Qrvey IDs for filtering the request | &nbsp; |
4080
2741
 
4081
2742
 
4082
2743
 
@@ -4084,7 +2745,7 @@ Considerations for qrveyids second argument:
4084
2745
  ##### Returns
4085
2746
 
4086
2747
 
4087
- - a promise that if it is resolved displays a collection of dataset info.
2748
+ - a promise
4088
2749
 
4089
2750
 
4090
2751
 
@@ -4094,7 +2755,7 @@ Considerations for qrveyids second argument:
4094
2755
 
4095
2756
  #### getAllQrveys(config, params)
4096
2757
 
4097
- Request function for getting Qrveys such as Web Forms and Datasets. Use params for getting precise data
2758
+ POST Request for getting Qrveys such as Web Forms and Datasets. Use params for getting precise data
4098
2759
 
4099
2760
 
4100
2761
 
@@ -4144,33 +2805,6 @@ Get a dataset by Qrvey ID
4144
2805
 
4145
2806
 
4146
2807
 
4147
- ### dist/services/api/getDatasetsByIds.api.js
4148
-
4149
-
4150
- #### getDatasetsByIds(qrveyid)
4151
-
4152
- Get a dataset by Qrvey ID
4153
-
4154
-
4155
-
4156
-
4157
- ##### Parameters
4158
-
4159
- | Name | Type | Description | |
4160
- | ---- | ---- | ----------- | -------- |
4161
- | qrveyid | | The Qrvey ID | &nbsp; |
4162
-
4163
-
4164
-
4165
-
4166
- ##### Returns
4167
-
4168
-
4169
- - a promise
4170
-
4171
-
4172
-
4173
-
4174
2808
  ### dist/stencil/decorators/Config.js
4175
2809
 
4176
2810
 
@@ -4460,8 +3094,8 @@ Transform user Filters array into Filter Logic structure
4460
3094
 
4461
3095
  | Name | Type | Description | |
4462
3096
  | ---- | ---- | ----------- | -------- |
4463
- | aggFilters | | The aggFilter Structure | &nbsp; |
4464
- | summaryIndex | | an index | &nbsp; |
3097
+ | aggFilters | | | &nbsp; |
3098
+ | summaryIndex | | | &nbsp; |
4465
3099
 
4466
3100
 
4467
3101
 
@@ -4469,7 +3103,7 @@ Transform user Filters array into Filter Logic structure
4469
3103
  ##### Returns
4470
3104
 
4471
3105
 
4472
- - a new aggFilters structure
3106
+ -
4473
3107
 
4474
3108
 
4475
3109
 
@@ -4581,7 +3215,7 @@ Gets the expresion values in the logic format
4581
3215
 
4582
3216
 
4583
3217
 
4584
- #### getResultValues(values, filter) *private method*
3218
+ #### getResultValues(values, filter)
4585
3219
 
4586
3220
  Gets the expression values. Depending on the column type
4587
3221
 
@@ -4601,11 +3235,11 @@ Gets the expression values. Depending on the column type
4601
3235
  ##### Returns
4602
3236
 
4603
3237
 
4604
- - Expression values
3238
+ -
4605
3239
 
4606
3240
 
4607
3241
 
4608
- #### getRankingValues(values, rankingGroupIndex) *private method*
3242
+ #### getRankingValues(values, rankingGroupIndex)
4609
3243
 
4610
3244
  Gets the Ranking values.
4611
3245
 
@@ -5101,33 +3735,6 @@ Transforms the given MergeFilters settings object. Adds the missing properties i
5101
3735
 
5102
3736
 
5103
3737
 
5104
- ### dist/filters/helpers/common/getMergeValuesSettings.js
5105
-
5106
-
5107
- #### getMergeValuesSettings(settings)
5108
-
5109
- Transforms the given MergeFilters settings object. Adds the missing properties if they do not exist.
5110
-
5111
-
5112
-
5113
-
5114
- ##### Parameters
5115
-
5116
- | Name | Type | Description | |
5117
- | ---- | ---- | ----------- | -------- |
5118
- | settings | | an object to the MergeFilters settings | &nbsp; |
5119
-
5120
-
5121
-
5122
-
5123
- ##### Returns
5124
-
5125
-
5126
- - a new MergeFilters settings object.
5127
-
5128
-
5129
-
5130
-
5131
3738
  ### dist/filters/helpers/common/getParamsToGetFilterSettings.js
5132
3739
 
5133
3740
 
@@ -5155,60 +3762,6 @@ Transforms the given ParamsToGetFilter settings object. Adds the missing propert
5155
3762
 
5156
3763
 
5157
3764
 
5158
- ### dist/filters/helpers/common/getValuesFromDataset.js
5159
-
5160
-
5161
- #### getValuesFromDataset(props)
5162
-
5163
- Gets the values from the model object that will be used to filter. Static values are values to belong from static values questions. Static values questions are questions that do not need request an info from backend, instead the info is got from Model object.
5164
-
5165
-
5166
-
5167
-
5168
- ##### Parameters
5169
-
5170
- | Name | Type | Description | |
5171
- | ---- | ---- | ----------- | -------- |
5172
- | props | | Configuration to get static values from the given dataset. | &nbsp; |
5173
-
5174
-
5175
-
5176
-
5177
- ##### Returns
5178
-
5179
-
5180
- - The values.
5181
-
5182
-
5183
-
5184
-
5185
- ### dist/filters/helpers/common/getValuesFromModel.js
5186
-
5187
-
5188
- #### getValuesFromModel(props)
5189
-
5190
- Gets the values from the model object that will be used to filter. Static values are values to belong from static values questions. Static values questions are questions that do not need request an info from backend, instead the info is got from Model object.
5191
-
5192
-
5193
-
5194
-
5195
- ##### Parameters
5196
-
5197
- | Name | Type | Description | |
5198
- | ---- | ---- | ----------- | -------- |
5199
- | props | | Configuration to get static values from the given model. | &nbsp; |
5200
-
5201
-
5202
-
5203
-
5204
- ##### Returns
5205
-
5206
-
5207
- - The values.
5208
-
5209
-
5210
-
5211
-
5212
3765
  ### dist/filters/helpers/common/haveFiltersByDataset.js
5213
3766
 
5214
3767
 
@@ -5403,7 +3956,7 @@ Validates if the given validator is a regular type. Regular type means the filte
5403
3956
  ### dist/filters/helpers/common/mergeFilters.js
5404
3957
 
5405
3958
 
5406
- #### mergeFilters(filterData1, filterData2, settings)
3959
+ #### mergeFilters(filterData1, filterData2, overwriteValues)
5407
3960
 
5408
3961
  Merge filter data structures in a new one. The first Filter Data passed in the argument has the priority
5409
3962
 
@@ -5416,7 +3969,7 @@ Merge filter data structures in a new one. The first Filter Data passed in the a
5416
3969
  | ---- | ---- | ----------- | -------- |
5417
3970
  | filterData1 | | The target filter data | &nbsp; |
5418
3971
  | filterData2 | | the filter data to be merged | &nbsp; |
5419
- | settings | | configuration of the mergeFilter | &nbsp; |
3972
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
5420
3973
 
5421
3974
 
5422
3975
 
@@ -5428,7 +3981,7 @@ Merge filter data structures in a new one. The first Filter Data passed in the a
5428
3981
 
5429
3982
 
5430
3983
 
5431
- #### mergeScopes(scopes1, scopes2, settings)
3984
+ #### mergeScopes(scopes1, scopes2, overwriteValues)
5432
3985
 
5433
3986
  Gets a new scope structure array by merging two scope structures
5434
3987
 
@@ -5441,7 +3994,7 @@ Gets a new scope structure array by merging two scope structures
5441
3994
  | ---- | ---- | ----------- | -------- |
5442
3995
  | scopes1 | | the target scope structure | &nbsp; |
5443
3996
  | scopes2 | | the scope to be merged | &nbsp; |
5444
- | settings | | configuration of the mergeFilter | &nbsp; |
3997
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
5445
3998
 
5446
3999
 
5447
4000
 
@@ -5453,7 +4006,7 @@ Gets a new scope structure array by merging two scope structures
5453
4006
 
5454
4007
 
5455
4008
 
5456
- #### mergeDatasets(datasets1, datasets2, settings)
4009
+ #### mergeDatasets(datasets1, datasets2, overwriteValues)
5457
4010
 
5458
4011
  Gets a new dataset structure array by merging two dataset structures
5459
4012
 
@@ -5466,7 +4019,7 @@ Gets a new dataset structure array by merging two dataset structures
5466
4019
  | ---- | ---- | ----------- | -------- |
5467
4020
  | datasets1 | | the target dataset structure | &nbsp; |
5468
4021
  | datasets2 | | the dataset to be merged | &nbsp; |
5469
- | settings | | configuration of the mergeFilter | &nbsp; |
4022
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
5470
4023
 
5471
4024
 
5472
4025
 
@@ -5478,7 +4031,7 @@ Gets a new dataset structure array by merging two dataset structures
5478
4031
 
5479
4032
 
5480
4033
 
5481
- #### mergeFilterss(filters1, filters2, settings)
4034
+ #### mergeFilterss(filters1, filters2, overwriteValues)
5482
4035
 
5483
4036
  Gets a new filter structure array by merging two filter structures
5484
4037
 
@@ -5491,7 +4044,7 @@ Gets a new filter structure array by merging two filter structures
5491
4044
  | ---- | ---- | ----------- | -------- |
5492
4045
  | filters1 | | the target filter structure | &nbsp; |
5493
4046
  | filters2 | | the filter to be merged | &nbsp; |
5494
- | settings | | configuration of the mergeFilter | &nbsp; |
4047
+ | overwriteValues | | Flag to overwrite or not the filter values | &nbsp; |
5495
4048
 
5496
4049
 
5497
4050
 
@@ -5503,36 +4056,7 @@ Gets a new filter structure array by merging two filter structures
5503
4056
 
5504
4057
 
5505
4058
 
5506
- #### mergeFilterProps(filter1, filter2, settings)
5507
-
5508
- Gets a new filter structure when the setting is configured
5509
-
5510
-
5511
-
5512
-
5513
- ##### Parameters
5514
-
5515
- | Name | Type | Description | |
5516
- | ---- | ---- | ----------- | -------- |
5517
- | filter1 | | the target filter structure | &nbsp; |
5518
- | filter2 | | the filter to be used to merge the values | &nbsp; |
5519
- | settings | | configuration of the mergeFilter | &nbsp; |
5520
-
5521
-
5522
-
5523
-
5524
- ##### Returns
5525
-
5526
-
5527
- - a new filter structure with overwritted props
5528
-
5529
-
5530
-
5531
-
5532
- ### dist/filters/helpers/common/mergeValues.js
5533
-
5534
-
5535
- #### mergeValues(filter1, filter2, settings)
4059
+ #### mergeValues(filter1, filter2, overwrite)
5536
4060
 
5537
4061
  Gets a new value structure array by merging two value structures
5538
4062
 
@@ -5545,7 +4069,7 @@ Gets a new value structure array by merging two value structures
5545
4069
  | ---- | ---- | ----------- | -------- |
5546
4070
  | filter1 | | the target filter structure | &nbsp; |
5547
4071
  | filter2 | | the filter to be used to merge the values | &nbsp; |
5548
- | settings | | configuration of the mergeFilter | &nbsp; |
4072
+ | overwrite | | Flag to overwrite or not the filter values | &nbsp; |
5549
4073
 
5550
4074
 
5551
4075
 
@@ -5876,7 +4400,7 @@ Filters and gets a UI Flatten Filters by the given scopes
5876
4400
 
5877
4401
  #### getUIValues(filter, settings)
5878
4402
 
5879
- Gets the UI Values generated depending on the validator
4403
+ Gets the UI Values from the filter object
5880
4404
 
5881
4405
 
5882
4406
 
@@ -5885,8 +4409,8 @@ Gets the UI Values generated depending on the validator
5885
4409
 
5886
4410
  | Name | Type | Description | |
5887
4411
  | ---- | ---- | ----------- | -------- |
5888
- | filter | | the filter structure | &nbsp; |
5889
- | settings | | a settings for this function | &nbsp; |
4412
+ | filter | | The filter object | &nbsp; |
4413
+ | settings | | configuration for this function | &nbsp; |
5890
4414
 
5891
4415
 
5892
4416
 
@@ -5894,7 +4418,7 @@ Gets the UI Values generated depending on the validator
5894
4418
  ##### Returns
5895
4419
 
5896
4420
 
5897
- - the UI Values
4421
+ - an array of values
5898
4422
 
5899
4423
 
5900
4424
 
@@ -5927,7 +4451,7 @@ Gets a new UI Filter structure with a datasets/columns info updates
5927
4451
 
5928
4452
 
5929
4453
 
5930
- ### dist/filters/helpers/ui/resolveUIFlatFilterByParams.js
4454
+ ### dist/filters/helpers/ui/resolveUIFlatFiltersByParams.js
5931
4455
 
5932
4456
 
5933
4457
  #### resolveUIFlatFilterByParams(filter, params)