@qrvey/utils 1.2.4-8 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (509) hide show
  1. package/README.md +338 -338
  2. package/dist/charts/helpers/index.d.ts +3 -0
  3. package/dist/charts/helpers/index.js +3 -0
  4. package/dist/charts/helpers/isExpandableTableChart.d.ts +1 -0
  5. package/dist/charts/helpers/isExpandableTableChart.js +4 -0
  6. package/dist/charts/helpers/isSimpleTableChart.d.ts +1 -0
  7. package/dist/charts/helpers/isSimpleTableChart.js +5 -0
  8. package/dist/charts/helpers/isTableChart.d.ts +1 -0
  9. package/dist/charts/helpers/isTableChart.js +4 -0
  10. package/dist/cjs/charts/helpers/index.d.ts +3 -0
  11. package/dist/cjs/{globalization/interfaces → charts/helpers}/index.js +3 -3
  12. package/dist/cjs/charts/helpers/isExpandableTableChart.d.ts +1 -0
  13. package/dist/cjs/charts/helpers/isExpandableTableChart.js +8 -0
  14. package/dist/cjs/charts/helpers/isSimpleTableChart.d.ts +1 -0
  15. package/dist/cjs/charts/helpers/isSimpleTableChart.js +9 -0
  16. package/dist/cjs/charts/helpers/isTableChart.d.ts +1 -0
  17. package/dist/cjs/charts/helpers/isTableChart.js +8 -0
  18. package/dist/cjs/columns/constants/COLUMN_INFO.js +1 -2
  19. package/dist/cjs/columns/interfaces/IColumn.d.ts +3 -3
  20. package/dist/cjs/columns/interfaces/IColumnAggregateType.d.ts +2 -0
  21. package/dist/cjs/{charts/interfaces/IAggregateAbbreviation.js → columns/interfaces/IColumnAggregateType.js} +0 -0
  22. package/dist/cjs/{qrvey/interfaces/ICalculationType.d.ts → columns/interfaces/IColumnCalculationType.d.ts} +1 -1
  23. package/dist/cjs/{charts/interfaces/IAggregateInfo.js → columns/interfaces/IColumnCalculationType.js} +0 -0
  24. package/dist/cjs/columns/interfaces/index.d.ts +2 -0
  25. package/dist/cjs/columns/interfaces/index.js +2 -0
  26. package/dist/cjs/constants/Charts.Const.d.ts +1 -0
  27. package/dist/cjs/constants/Charts.Const.js +1 -0
  28. package/dist/cjs/filters/adapters/UIToOldLogic.js +1 -0
  29. package/dist/cjs/filters/adapters/flatUIToOldLogic.js +3 -2
  30. package/dist/cjs/filters/adapters/logicToFlatUI.js +1 -1
  31. package/dist/cjs/filters/helpers/common/getFilterColumnLabel.js +1 -1
  32. package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
  33. package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +0 -2
  34. package/dist/cjs/general/object/mergeDeep.js +7 -6
  35. package/dist/cjs/globalization/filters/FILTER_BUILDER.d.ts +129 -0
  36. package/dist/cjs/globalization/filters/FILTER_BUILDER.js +37 -0
  37. package/dist/cjs/globalization/filters/SLIDEBAR.d.ts +8 -0
  38. package/dist/cjs/globalization/{labels/filters/I18N_SLIDEBAR.js → filters/SLIDEBAR.js} +3 -3
  39. package/dist/cjs/globalization/filters/VALUES_CONTAINER.d.ts +11 -0
  40. package/dist/cjs/globalization/{labels/filters/I18N_VALUE_CONTAINER.js → filters/VALUES_CONTAINER.js} +3 -2
  41. package/dist/cjs/globalization/filters/index.d.ts +3 -0
  42. package/dist/cjs/{charts → globalization/filters}/index.js +3 -2
  43. package/dist/cjs/globalization/index.d.ts +1 -3
  44. package/dist/cjs/globalization/index.js +1 -3
  45. package/dist/cjs/index.d.ts +0 -1
  46. package/dist/cjs/index.js +0 -1
  47. package/dist/cjs/interfaces/Qrvey.Interface.d.ts +10 -0
  48. package/dist/cjs/interfaces/index.d.ts +1 -1
  49. package/dist/cjs/interfaces/index.js +1 -1
  50. package/dist/{charts → cjs/qrvey}/constants/AGGREGATE.d.ts +0 -0
  51. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE.js +0 -0
  52. package/dist/{charts → cjs/qrvey}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
  53. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.js +0 -0
  54. package/dist/cjs/qrvey/constants/AGGREGATE_INFO.d.ts +5 -0
  55. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_INFO.js +0 -0
  56. package/dist/cjs/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
  57. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.js +0 -0
  58. package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.d.ts +11 -0
  59. package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.js +15 -0
  60. package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
  61. package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.js +2 -2
  62. package/dist/cjs/qrvey/constants/index.d.ts +4 -1
  63. package/dist/cjs/qrvey/constants/index.js +4 -1
  64. package/dist/{charts/interfaces/IAggregateType.d.ts → cjs/qrvey/interfaces/IAggregate.d.ts} +1 -1
  65. package/dist/cjs/{charts/interfaces/IAggregateLabel.js → qrvey/interfaces/IAggregate.js} +0 -0
  66. package/dist/cjs/qrvey/interfaces/IAggregateInfo.d.ts +5 -0
  67. package/dist/cjs/{charts/interfaces/IAggregateType.js → qrvey/interfaces/IAggregateInfo.js} +0 -0
  68. package/dist/cjs/qrvey/interfaces/index.d.ts +0 -4
  69. package/dist/cjs/qrvey/interfaces/index.js +0 -4
  70. package/dist/cjs/services/helpers/Request.js +1 -1
  71. package/dist/columns/constants/COLUMN_INFO.js +1 -2
  72. package/dist/columns/interfaces/IColumn.d.ts +3 -3
  73. package/dist/columns/interfaces/IColumnAggregateType.d.ts +2 -0
  74. package/dist/{charts/interfaces/IAggregateAbbreviation.js → columns/interfaces/IColumnAggregateType.js} +0 -0
  75. package/dist/{qrvey/interfaces/ICalculationType.d.ts → columns/interfaces/IColumnCalculationType.d.ts} +1 -1
  76. package/dist/{charts/interfaces/IAggregateInfo.js → columns/interfaces/IColumnCalculationType.js} +0 -0
  77. package/dist/columns/interfaces/index.d.ts +2 -0
  78. package/dist/columns/interfaces/index.js +2 -0
  79. package/dist/constants/Charts.Const.d.ts +1 -0
  80. package/dist/constants/Charts.Const.js +1 -0
  81. package/dist/filters/adapters/UIToOldLogic.js +1 -0
  82. package/dist/filters/adapters/flatUIToOldLogic.js +3 -2
  83. package/dist/filters/adapters/logicToFlatUI.js +1 -1
  84. package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
  85. package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
  86. package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +0 -2
  87. package/dist/general/object/mergeDeep.js +7 -6
  88. package/dist/globalization/filters/FILTER_BUILDER.d.ts +129 -0
  89. package/dist/globalization/filters/FILTER_BUILDER.js +34 -0
  90. package/dist/globalization/filters/SLIDEBAR.d.ts +8 -0
  91. package/dist/globalization/{labels/filters/I18N_SLIDEBAR.js → filters/SLIDEBAR.js} +2 -2
  92. package/dist/globalization/filters/VALUES_CONTAINER.d.ts +11 -0
  93. package/dist/globalization/{labels/filters/I18N_VALUE_CONTAINER.js → filters/VALUES_CONTAINER.js} +2 -1
  94. package/dist/globalization/filters/index.d.ts +3 -0
  95. package/dist/globalization/filters/index.js +3 -0
  96. package/dist/globalization/index.d.ts +1 -3
  97. package/dist/globalization/index.js +1 -3
  98. package/dist/index.d.ts +0 -1
  99. package/dist/index.js +0 -1
  100. package/dist/interfaces/Qrvey.Interface.d.ts +10 -0
  101. package/dist/interfaces/index.d.ts +1 -1
  102. package/dist/interfaces/index.js +1 -1
  103. package/dist/{cjs/charts → qrvey}/constants/AGGREGATE.d.ts +0 -0
  104. package/dist/{charts → qrvey}/constants/AGGREGATE.js +0 -0
  105. package/dist/{cjs/charts → qrvey}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
  106. package/dist/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.js +0 -0
  107. package/dist/qrvey/constants/AGGREGATE_INFO.d.ts +5 -0
  108. package/dist/{charts → qrvey}/constants/AGGREGATE_INFO.js +0 -0
  109. package/dist/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
  110. package/dist/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.js +0 -0
  111. package/dist/qrvey/constants/AGGREGATE_LABEL.d.ts +11 -0
  112. package/dist/qrvey/constants/AGGREGATE_LABEL.js +12 -0
  113. package/dist/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
  114. package/dist/qrvey/constants/CALCULATION_INFO_LIST.js +1 -1
  115. package/dist/qrvey/constants/index.d.ts +4 -1
  116. package/dist/qrvey/constants/index.js +4 -1
  117. package/dist/{cjs/charts/interfaces/IAggregateType.d.ts → qrvey/interfaces/IAggregate.d.ts} +1 -1
  118. package/dist/{charts/interfaces/IAggregateLabel.js → qrvey/interfaces/IAggregate.js} +0 -0
  119. package/dist/qrvey/interfaces/IAggregateInfo.d.ts +5 -0
  120. package/dist/{charts/interfaces/IAggregateType.js → qrvey/interfaces/IAggregateInfo.js} +0 -0
  121. package/dist/qrvey/interfaces/index.d.ts +0 -4
  122. package/dist/qrvey/interfaces/index.js +0 -4
  123. package/dist/services/helpers/Request.js +1 -1
  124. package/package.json +5 -7
  125. package/src/charts/helpers/index.ts +3 -0
  126. package/src/charts/helpers/isExpandableTableChart.ts +5 -0
  127. package/src/charts/helpers/isSimpleTableChart.ts +5 -0
  128. package/src/charts/helpers/isTableChart.ts +5 -0
  129. package/src/columns/constants/COLUMN_INFO.ts +28 -29
  130. package/src/columns/interfaces/IColumn.ts +3 -3
  131. package/src/columns/interfaces/IColumnAggregateType.ts +3 -0
  132. package/src/{qrvey/interfaces/ICalculationType.ts → columns/interfaces/IColumnCalculationType.ts} +1 -1
  133. package/src/columns/interfaces/index.ts +2 -0
  134. package/src/constants/Charts.Const.ts +1 -0
  135. package/src/filters/adapters/UIToOldLogic.ts +2 -0
  136. package/src/filters/adapters/flatUIToOldLogic.ts +4 -2
  137. package/src/filters/adapters/logicToFlatUI.ts +1 -1
  138. package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
  139. package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +0 -2
  140. package/src/filters/interfaces/panel/IFilterPanelConfig.ts +0 -2
  141. package/src/general/object/mergeDeep.ts +8 -7
  142. package/src/globalization/filters/FILTER_BUILDER.ts +35 -0
  143. package/src/globalization/filters/SLIDEBAR.ts +8 -0
  144. package/src/globalization/{labels/filters/I18N_VALUE_CONTAINER.ts → filters/VALUES_CONTAINER.ts} +2 -3
  145. package/src/globalization/filters/index.ts +3 -0
  146. package/src/globalization/index.ts +1 -3
  147. package/src/index.ts +0 -1
  148. package/src/interfaces/Qrvey.Interface.ts +11 -0
  149. package/src/interfaces/index.ts +1 -1
  150. package/src/{charts → qrvey}/constants/AGGREGATE.ts +0 -0
  151. package/src/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.ts +0 -0
  152. package/src/{charts → qrvey}/constants/AGGREGATE_INFO.ts +2 -2
  153. package/src/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.ts +0 -0
  154. package/src/qrvey/constants/AGGREGATE_LABEL.ts +11 -0
  155. package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
  156. package/src/qrvey/constants/index.ts +4 -1
  157. package/src/{charts/interfaces/IAggregateType.ts → qrvey/interfaces/IAggregate.ts} +1 -1
  158. package/src/qrvey/interfaces/IAggregateInfo.ts +7 -0
  159. package/src/qrvey/interfaces/index.ts +1 -5
  160. package/src/services/helpers/Request.ts +1 -1
  161. package/src/stencil/util/index.ts +1 -1
  162. package/dist/charts/constants/AGGREGATE_INFO.d.ts +0 -5
  163. package/dist/charts/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
  164. package/dist/charts/constants/AGGREGATE_LABEL.d.ts +0 -11
  165. package/dist/charts/constants/AGGREGATE_LABEL.js +0 -12
  166. package/dist/charts/constants/index.d.ts +0 -5
  167. package/dist/charts/constants/index.js +0 -5
  168. package/dist/charts/index.d.ts +0 -2
  169. package/dist/charts/index.js +0 -2
  170. package/dist/charts/interfaces/IAggregateAbbreviation.d.ts +0 -2
  171. package/dist/charts/interfaces/IAggregateInfo.d.ts +0 -9
  172. package/dist/charts/interfaces/IAggregateLabel.d.ts +0 -2
  173. package/dist/charts/interfaces/index.d.ts +0 -4
  174. package/dist/charts/interfaces/index.js +0 -4
  175. package/dist/cjs/charts/constants/AGGREGATE_INFO.d.ts +0 -5
  176. package/dist/cjs/charts/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
  177. package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +0 -11
  178. package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +0 -15
  179. package/dist/cjs/charts/constants/index.d.ts +0 -5
  180. package/dist/cjs/charts/constants/index.js +0 -17
  181. package/dist/cjs/charts/index.d.ts +0 -2
  182. package/dist/cjs/charts/interfaces/IAggregateAbbreviation.d.ts +0 -2
  183. package/dist/cjs/charts/interfaces/IAggregateInfo.d.ts +0 -9
  184. package/dist/cjs/charts/interfaces/IAggregateLabel.d.ts +0 -2
  185. package/dist/cjs/charts/interfaces/index.d.ts +0 -4
  186. package/dist/cjs/charts/interfaces/index.js +0 -16
  187. package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +0 -14
  188. package/dist/cjs/globalization/interfaces/IResourceI18n.js +0 -2
  189. package/dist/cjs/globalization/interfaces/columns/II18nColumn.d.ts +0 -10
  190. package/dist/cjs/globalization/interfaces/columns/II18nColumn.js +0 -2
  191. package/dist/cjs/globalization/interfaces/columns/index.d.ts +0 -1
  192. package/dist/cjs/globalization/interfaces/columns/index.js +0 -13
  193. package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +0 -11
  194. package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.js +0 -2
  195. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +0 -5
  196. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +0 -2
  197. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +0 -8
  198. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +0 -2
  199. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +0 -8
  200. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +0 -2
  201. package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.d.ts +0 -38
  202. package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.js +0 -2
  203. package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +0 -13
  204. package/dist/cjs/globalization/interfaces/common/II18nCommon.js +0 -2
  205. package/dist/cjs/globalization/interfaces/common/index.d.ts +0 -6
  206. package/dist/cjs/globalization/interfaces/common/index.js +0 -18
  207. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +0 -9
  208. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.js +0 -2
  209. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +0 -5
  210. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.js +0 -2
  211. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +0 -7
  212. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.js +0 -2
  213. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +0 -6
  214. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.js +0 -2
  215. package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +0 -4
  216. package/dist/cjs/globalization/interfaces/dashboard/index.js +0 -16
  217. package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +0 -8
  218. package/dist/cjs/globalization/interfaces/filters/II18nFilter.js +0 -2
  219. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.d.ts +0 -17
  220. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.js +0 -2
  221. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +0 -4
  222. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +0 -2
  223. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +0 -5
  224. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +0 -2
  225. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
  226. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.js +0 -2
  227. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +0 -3
  228. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +0 -2
  229. package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.d.ts +0 -23
  230. package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.js +0 -2
  231. package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.d.ts +0 -7
  232. package/dist/cjs/globalization/interfaces/filters/II18nSlidebar.js +0 -2
  233. package/dist/cjs/globalization/interfaces/filters/II18nSlidebarValueContainer.d.ts +0 -3
  234. package/dist/cjs/globalization/interfaces/filters/II18nSlidebarValueContainer.js +0 -2
  235. package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +0 -4
  236. package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.js +0 -2
  237. package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +0 -5
  238. package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInput.js +0 -2
  239. package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
  240. package/dist/cjs/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js +0 -2
  241. package/dist/cjs/globalization/interfaces/filters/index.d.ts +0 -7
  242. package/dist/cjs/globalization/interfaces/filters/index.js +0 -19
  243. package/dist/cjs/globalization/interfaces/index.d.ts +0 -3
  244. package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +0 -9
  245. package/dist/cjs/globalization/interfaces/panel/II18nPanel.js +0 -2
  246. package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +0 -9
  247. package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +0 -2
  248. package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +0 -15
  249. package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.js +0 -2
  250. package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.d.ts +0 -4
  251. package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.js +0 -2
  252. package/dist/cjs/globalization/interfaces/panel/index.d.ts +0 -4
  253. package/dist/cjs/globalization/interfaces/panel/index.js +0 -16
  254. package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.d.ts +0 -15
  255. package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.js +0 -2
  256. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +0 -8
  257. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +0 -2
  258. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +0 -4
  259. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.js +0 -2
  260. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +0 -9
  261. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.js +0 -2
  262. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +0 -3
  263. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +0 -2
  264. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +0 -4
  265. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +0 -2
  266. package/dist/cjs/globalization/interfaces/table_charts/index.d.ts +0 -6
  267. package/dist/cjs/globalization/interfaces/table_charts/index.js +0 -18
  268. package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +0 -2
  269. package/dist/cjs/globalization/labels/I18N_DEFAULT.js +0 -17
  270. package/dist/cjs/globalization/labels/columns/I18N_COLUMN.d.ts +0 -2
  271. package/dist/cjs/globalization/labels/columns/I18N_COLUMN.js +0 -8
  272. package/dist/cjs/globalization/labels/columns/index.d.ts +0 -1
  273. package/dist/cjs/globalization/labels/columns/index.js +0 -13
  274. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +0 -2
  275. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +0 -15
  276. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +0 -38
  277. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +0 -42
  278. package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +0 -2
  279. package/dist/cjs/globalization/labels/common/I18N_COMMON.js +0 -31
  280. package/dist/cjs/globalization/labels/common/index.d.ts +0 -3
  281. package/dist/cjs/globalization/labels/common/index.js +0 -15
  282. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +0 -2
  283. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +0 -24
  284. package/dist/cjs/globalization/labels/dashboard/index.d.ts +0 -1
  285. package/dist/cjs/globalization/labels/dashboard/index.js +0 -13
  286. package/dist/cjs/globalization/labels/filters/I18N_FILTER.d.ts +0 -2
  287. package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +0 -11
  288. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +0 -2
  289. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -27
  290. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +0 -2
  291. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +0 -27
  292. package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.d.ts +0 -2
  293. package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +0 -2
  294. package/dist/cjs/globalization/labels/filters/index.d.ts +0 -5
  295. package/dist/cjs/globalization/labels/filters/index.js +0 -17
  296. package/dist/cjs/globalization/labels/index.d.ts +0 -7
  297. package/dist/cjs/globalization/labels/index.js +0 -19
  298. package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +0 -2
  299. package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +0 -34
  300. package/dist/cjs/globalization/labels/panel/index.d.ts +0 -1
  301. package/dist/cjs/globalization/labels/panel/index.js +0 -13
  302. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +0 -2
  303. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +0 -36
  304. package/dist/cjs/globalization/labels/table_charts/index.d.ts +0 -1
  305. package/dist/cjs/globalization/labels/table_charts/index.js +0 -13
  306. package/dist/cjs/globalization/service/i18nextBuilder.d.ts +0 -9
  307. package/dist/cjs/globalization/service/i18nextBuilder.js +0 -61
  308. package/dist/cjs/globalization/service/index.d.ts +0 -2
  309. package/dist/cjs/globalization/service/index.js +0 -14
  310. package/dist/cjs/globalization/service/initI18n.d.ts +0 -3
  311. package/dist/cjs/globalization/service/initI18n.js +0 -19
  312. package/dist/cjs/qrvey/interfaces/ICalculationType.js +0 -2
  313. package/dist/globalization/interfaces/IResourceI18n.d.ts +0 -14
  314. package/dist/globalization/interfaces/IResourceI18n.js +0 -1
  315. package/dist/globalization/interfaces/columns/II18nColumn.d.ts +0 -10
  316. package/dist/globalization/interfaces/columns/II18nColumn.js +0 -1
  317. package/dist/globalization/interfaces/columns/index.d.ts +0 -1
  318. package/dist/globalization/interfaces/columns/index.js +0 -1
  319. package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +0 -11
  320. package/dist/globalization/interfaces/common/II18nAgreggateLabels.js +0 -1
  321. package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +0 -5
  322. package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +0 -1
  323. package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +0 -8
  324. package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +0 -1
  325. package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +0 -8
  326. package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +0 -1
  327. package/dist/globalization/interfaces/common/II18nColumnTypes.d.ts +0 -38
  328. package/dist/globalization/interfaces/common/II18nColumnTypes.js +0 -1
  329. package/dist/globalization/interfaces/common/II18nCommon.d.ts +0 -13
  330. package/dist/globalization/interfaces/common/II18nCommon.js +0 -1
  331. package/dist/globalization/interfaces/common/index.d.ts +0 -6
  332. package/dist/globalization/interfaces/common/index.js +0 -6
  333. package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +0 -9
  334. package/dist/globalization/interfaces/dashboard/II18nDashboard.js +0 -1
  335. package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +0 -5
  336. package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.js +0 -1
  337. package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +0 -7
  338. package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.js +0 -1
  339. package/dist/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +0 -6
  340. package/dist/globalization/interfaces/dashboard/II18nDashboardViews.js +0 -1
  341. package/dist/globalization/interfaces/dashboard/index.d.ts +0 -4
  342. package/dist/globalization/interfaces/dashboard/index.js +0 -4
  343. package/dist/globalization/interfaces/filters/II18nFilter.d.ts +0 -8
  344. package/dist/globalization/interfaces/filters/II18nFilter.js +0 -1
  345. package/dist/globalization/interfaces/filters/II18nFilterBuilder.d.ts +0 -17
  346. package/dist/globalization/interfaces/filters/II18nFilterBuilder.js +0 -1
  347. package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +0 -4
  348. package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +0 -1
  349. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +0 -5
  350. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +0 -1
  351. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
  352. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.js +0 -1
  353. package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +0 -3
  354. package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +0 -1
  355. package/dist/globalization/interfaces/filters/II18nFilterValidator.d.ts +0 -23
  356. package/dist/globalization/interfaces/filters/II18nFilterValidator.js +0 -1
  357. package/dist/globalization/interfaces/filters/II18nSlidebar.d.ts +0 -7
  358. package/dist/globalization/interfaces/filters/II18nSlidebar.js +0 -1
  359. package/dist/globalization/interfaces/filters/II18nSlidebarValueContainer.d.ts +0 -3
  360. package/dist/globalization/interfaces/filters/II18nSlidebarValueContainer.js +0 -1
  361. package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +0 -4
  362. package/dist/globalization/interfaces/filters/II18nValueContainer.js +0 -1
  363. package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.d.ts +0 -5
  364. package/dist/globalization/interfaces/filters/II18nValueContainerSearchInput.js +0 -1
  365. package/dist/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
  366. package/dist/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.js +0 -1
  367. package/dist/globalization/interfaces/filters/index.d.ts +0 -7
  368. package/dist/globalization/interfaces/filters/index.js +0 -7
  369. package/dist/globalization/interfaces/index.d.ts +0 -3
  370. package/dist/globalization/interfaces/index.js +0 -3
  371. package/dist/globalization/interfaces/panel/II18nPanel.d.ts +0 -9
  372. package/dist/globalization/interfaces/panel/II18nPanel.js +0 -1
  373. package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +0 -9
  374. package/dist/globalization/interfaces/panel/II18nPanelErrors.js +0 -1
  375. package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +0 -15
  376. package/dist/globalization/interfaces/panel/II18nPanelMenu.js +0 -1
  377. package/dist/globalization/interfaces/panel/II18nPanelTooltips.d.ts +0 -4
  378. package/dist/globalization/interfaces/panel/II18nPanelTooltips.js +0 -1
  379. package/dist/globalization/interfaces/panel/index.d.ts +0 -4
  380. package/dist/globalization/interfaces/panel/index.js +0 -4
  381. package/dist/globalization/interfaces/table_charts/II18nTableCharts.d.ts +0 -15
  382. package/dist/globalization/interfaces/table_charts/II18nTableCharts.js +0 -1
  383. package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +0 -8
  384. package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +0 -1
  385. package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +0 -4
  386. package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.js +0 -1
  387. package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +0 -9
  388. package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.js +0 -1
  389. package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +0 -3
  390. package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +0 -1
  391. package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +0 -4
  392. package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +0 -1
  393. package/dist/globalization/interfaces/table_charts/index.d.ts +0 -6
  394. package/dist/globalization/interfaces/table_charts/index.js +0 -6
  395. package/dist/globalization/labels/I18N_DEFAULT.d.ts +0 -2
  396. package/dist/globalization/labels/I18N_DEFAULT.js +0 -14
  397. package/dist/globalization/labels/columns/I18N_COLUMN.d.ts +0 -2
  398. package/dist/globalization/labels/columns/I18N_COLUMN.js +0 -5
  399. package/dist/globalization/labels/columns/index.d.ts +0 -1
  400. package/dist/globalization/labels/columns/index.js +0 -1
  401. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +0 -2
  402. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +0 -12
  403. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +0 -38
  404. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +0 -39
  405. package/dist/globalization/labels/common/I18N_COMMON.d.ts +0 -2
  406. package/dist/globalization/labels/common/I18N_COMMON.js +0 -28
  407. package/dist/globalization/labels/common/index.d.ts +0 -3
  408. package/dist/globalization/labels/common/index.js +0 -3
  409. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +0 -2
  410. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +0 -21
  411. package/dist/globalization/labels/dashboard/index.d.ts +0 -1
  412. package/dist/globalization/labels/dashboard/index.js +0 -1
  413. package/dist/globalization/labels/filters/I18N_FILTER.d.ts +0 -2
  414. package/dist/globalization/labels/filters/I18N_FILTER.js +0 -8
  415. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +0 -2
  416. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -24
  417. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +0 -2
  418. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +0 -24
  419. package/dist/globalization/labels/filters/I18N_SLIDEBAR.d.ts +0 -2
  420. package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +0 -2
  421. package/dist/globalization/labels/filters/index.d.ts +0 -5
  422. package/dist/globalization/labels/filters/index.js +0 -5
  423. package/dist/globalization/labels/index.d.ts +0 -7
  424. package/dist/globalization/labels/index.js +0 -7
  425. package/dist/globalization/labels/panel/I18N_PANEL.d.ts +0 -2
  426. package/dist/globalization/labels/panel/I18N_PANEL.js +0 -31
  427. package/dist/globalization/labels/panel/index.d.ts +0 -1
  428. package/dist/globalization/labels/panel/index.js +0 -1
  429. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +0 -2
  430. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +0 -33
  431. package/dist/globalization/labels/table_charts/index.d.ts +0 -1
  432. package/dist/globalization/labels/table_charts/index.js +0 -1
  433. package/dist/globalization/service/i18nextBuilder.d.ts +0 -9
  434. package/dist/globalization/service/i18nextBuilder.js +0 -53
  435. package/dist/globalization/service/index.d.ts +0 -2
  436. package/dist/globalization/service/index.js +0 -2
  437. package/dist/globalization/service/initI18n.d.ts +0 -3
  438. package/dist/globalization/service/initI18n.js +0 -15
  439. package/dist/qrvey/interfaces/ICalculationType.js +0 -1
  440. package/src/charts/constants/AGGREGATE_LABEL.ts +0 -11
  441. package/src/charts/constants/index.ts +0 -5
  442. package/src/charts/index.ts +0 -2
  443. package/src/charts/interfaces/IAggregateAbbreviation.ts +0 -3
  444. package/src/charts/interfaces/IAggregateInfo.ts +0 -11
  445. package/src/charts/interfaces/IAggregateLabel.ts +0 -3
  446. package/src/charts/interfaces/index.ts +0 -4
  447. package/src/globalization/interfaces/IResourceI18n.ts +0 -16
  448. package/src/globalization/interfaces/columns/II18nColumn.ts +0 -7
  449. package/src/globalization/interfaces/columns/index.ts +0 -1
  450. package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +0 -11
  451. package/src/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.ts +0 -5
  452. package/src/globalization/interfaces/common/II18nChartInfoMessagesDefault.ts +0 -8
  453. package/src/globalization/interfaces/common/II18nChartInfoMessagesTableChart.ts +0 -8
  454. package/src/globalization/interfaces/common/II18nColumnTypes.ts +0 -42
  455. package/src/globalization/interfaces/common/II18nCommon.ts +0 -14
  456. package/src/globalization/interfaces/common/index.ts +0 -8
  457. package/src/globalization/interfaces/dashboard/II18nDashboard.ts +0 -10
  458. package/src/globalization/interfaces/dashboard/II18nDashboardAddChart.ts +0 -5
  459. package/src/globalization/interfaces/dashboard/II18nDashboardTooltips.ts +0 -7
  460. package/src/globalization/interfaces/dashboard/II18nDashboardViews.ts +0 -6
  461. package/src/globalization/interfaces/dashboard/index.ts +0 -4
  462. package/src/globalization/interfaces/filters/II18nFilter.ts +0 -9
  463. package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +0 -17
  464. package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +0 -4
  465. package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.ts +0 -6
  466. package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.ts +0 -4
  467. package/src/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.ts +0 -3
  468. package/src/globalization/interfaces/filters/II18nFilterValidator.ts +0 -23
  469. package/src/globalization/interfaces/filters/II18nSlidebar.ts +0 -8
  470. package/src/globalization/interfaces/filters/II18nSlidebarValueContainer.ts +0 -3
  471. package/src/globalization/interfaces/filters/II18nValueContainer.ts +0 -5
  472. package/src/globalization/interfaces/filters/II18nValueContainerSearchInput.ts +0 -6
  473. package/src/globalization/interfaces/filters/II18nValueContainerSearchInputEnterValue.ts +0 -5
  474. package/src/globalization/interfaces/filters/index.ts +0 -7
  475. package/src/globalization/interfaces/index.ts +0 -3
  476. package/src/globalization/interfaces/panel/II18nPanel.ts +0 -10
  477. package/src/globalization/interfaces/panel/II18nPanelErrors.ts +0 -9
  478. package/src/globalization/interfaces/panel/II18nPanelMenu.ts +0 -15
  479. package/src/globalization/interfaces/panel/II18nPanelTooltips.ts +0 -4
  480. package/src/globalization/interfaces/panel/index.ts +0 -4
  481. package/src/globalization/interfaces/table_charts/II18nTableCharts.ts +0 -16
  482. package/src/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.ts +0 -8
  483. package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +0 -4
  484. package/src/globalization/interfaces/table_charts/II18nTableChartsSort.ts +0 -10
  485. package/src/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.ts +0 -3
  486. package/src/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.ts +0 -5
  487. package/src/globalization/interfaces/table_charts/index.ts +0 -6
  488. package/src/globalization/labels/I18N_DEFAULT.ts +0 -16
  489. package/src/globalization/labels/columns/I18N_COLUMN.ts +0 -9
  490. package/src/globalization/labels/columns/index.ts +0 -1
  491. package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +0 -14
  492. package/src/globalization/labels/common/I18N_COLUMN_LABEL.ts +0 -43
  493. package/src/globalization/labels/common/I18N_COMMON.ts +0 -30
  494. package/src/globalization/labels/common/index.ts +0 -5
  495. package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +0 -23
  496. package/src/globalization/labels/dashboard/index.ts +0 -1
  497. package/src/globalization/labels/filters/I18N_FILTER.ts +0 -10
  498. package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +0 -26
  499. package/src/globalization/labels/filters/I18N_FILTER_VALIDATOR.ts +0 -27
  500. package/src/globalization/labels/filters/I18N_SLIDEBAR.ts +0 -10
  501. package/src/globalization/labels/filters/index.ts +0 -7
  502. package/src/globalization/labels/index.ts +0 -8
  503. package/src/globalization/labels/panel/I18N_PANEL.ts +0 -33
  504. package/src/globalization/labels/panel/index.ts +0 -1
  505. package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +0 -35
  506. package/src/globalization/labels/table_charts/index.ts +0 -1
  507. package/src/globalization/service/i18nextBuilder.ts +0 -51
  508. package/src/globalization/service/index.ts +0 -2
  509. package/src/globalization/service/initI18n.ts +0 -6
@@ -1,5 +0,0 @@
1
- import { IAggregateInfo } from "../interfaces/IAggregateInfo";
2
- import { IAggregateType } from "../interfaces/IAggregateType";
3
- export declare const AGGREGATE_INFO: {
4
- [key in IAggregateType]: IAggregateInfo;
5
- };
@@ -1 +0,0 @@
1
- export declare const AGGREGATE_INFO_LIST: import("..").IAggregateInfo[];
@@ -1,11 +0,0 @@
1
- export declare enum AGGREGATE_LABEL {
2
- NONE = "None",
3
- AVG = "Average",
4
- MEDIAN = "Median",
5
- MIN = "Minimum",
6
- MAX = "Maximum",
7
- SUM = "Sum",
8
- STDEV = "Standard deviation",
9
- COUNT = "Count",
10
- DISTINCTCOUNT = "Distinct Count"
11
- }
@@ -1,12 +0,0 @@
1
- export var AGGREGATE_LABEL;
2
- (function (AGGREGATE_LABEL) {
3
- AGGREGATE_LABEL["NONE"] = "None";
4
- AGGREGATE_LABEL["AVG"] = "Average";
5
- AGGREGATE_LABEL["MEDIAN"] = "Median";
6
- AGGREGATE_LABEL["MIN"] = "Minimum";
7
- AGGREGATE_LABEL["MAX"] = "Maximum";
8
- AGGREGATE_LABEL["SUM"] = "Sum";
9
- AGGREGATE_LABEL["STDEV"] = "Standard deviation";
10
- AGGREGATE_LABEL["COUNT"] = "Count";
11
- AGGREGATE_LABEL["DISTINCTCOUNT"] = "Distinct Count";
12
- })(AGGREGATE_LABEL || (AGGREGATE_LABEL = {}));
@@ -1,5 +0,0 @@
1
- export * from './AGGREGATE_ABBREVIATION';
2
- export * from './AGGREGATE_INFO_LIST';
3
- export * from './AGGREGATE_INFO';
4
- export * from './AGGREGATE_LABEL';
5
- export * from './AGGREGATE';
@@ -1,5 +0,0 @@
1
- export * from './AGGREGATE_ABBREVIATION';
2
- export * from './AGGREGATE_INFO_LIST';
3
- export * from './AGGREGATE_INFO';
4
- export * from './AGGREGATE_LABEL';
5
- export * from './AGGREGATE';
@@ -1,2 +0,0 @@
1
- export * from './constants/index';
2
- export * from './interfaces/index';
@@ -1,2 +0,0 @@
1
- export * from './constants/index';
2
- export * from './interfaces/index';
@@ -1,2 +0,0 @@
1
- import { AGGREGATE_ABBREVIATION } from "../constants/AGGREGATE_ABBREVIATION";
2
- export declare type IAggregateAbbreviation = AGGREGATE_ABBREVIATION;
@@ -1,9 +0,0 @@
1
- import { IGeneralInfo } from "../../interfaces/general/IGeneralInfo";
2
- import { IAggregateAbbreviation } from "./IAggregateAbbreviation";
3
- import { IAggregateLabel } from "./IAggregateLabel";
4
- import { IAggregateType } from "./IAggregateType";
5
- export interface IAggregateInfo extends IGeneralInfo {
6
- abbrLabel: IAggregateAbbreviation;
7
- label: IAggregateLabel;
8
- value: IAggregateType;
9
- }
@@ -1,2 +0,0 @@
1
- import { AGGREGATE_LABEL } from "../constants/AGGREGATE_LABEL";
2
- export declare type IAggregateLabel = AGGREGATE_LABEL;
@@ -1,4 +0,0 @@
1
- export * from './IAggregateAbbreviation';
2
- export * from './IAggregateInfo';
3
- export * from './IAggregateLabel';
4
- export * from './IAggregateType';
@@ -1,4 +0,0 @@
1
- export * from './IAggregateAbbreviation';
2
- export * from './IAggregateInfo';
3
- export * from './IAggregateLabel';
4
- export * from './IAggregateType';
@@ -1,5 +0,0 @@
1
- import { IAggregateInfo } from "../interfaces/IAggregateInfo";
2
- import { IAggregateType } from "../interfaces/IAggregateType";
3
- export declare const AGGREGATE_INFO: {
4
- [key in IAggregateType]: IAggregateInfo;
5
- };
@@ -1 +0,0 @@
1
- export declare const AGGREGATE_INFO_LIST: import("..").IAggregateInfo[];
@@ -1,11 +0,0 @@
1
- export declare enum AGGREGATE_LABEL {
2
- NONE = "None",
3
- AVG = "Average",
4
- MEDIAN = "Median",
5
- MIN = "Minimum",
6
- MAX = "Maximum",
7
- SUM = "Sum",
8
- STDEV = "Standard deviation",
9
- COUNT = "Count",
10
- DISTINCTCOUNT = "Distinct Count"
11
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AGGREGATE_LABEL = void 0;
4
- var AGGREGATE_LABEL;
5
- (function (AGGREGATE_LABEL) {
6
- AGGREGATE_LABEL["NONE"] = "None";
7
- AGGREGATE_LABEL["AVG"] = "Average";
8
- AGGREGATE_LABEL["MEDIAN"] = "Median";
9
- AGGREGATE_LABEL["MIN"] = "Minimum";
10
- AGGREGATE_LABEL["MAX"] = "Maximum";
11
- AGGREGATE_LABEL["SUM"] = "Sum";
12
- AGGREGATE_LABEL["STDEV"] = "Standard deviation";
13
- AGGREGATE_LABEL["COUNT"] = "Count";
14
- AGGREGATE_LABEL["DISTINCTCOUNT"] = "Distinct Count";
15
- })(AGGREGATE_LABEL = exports.AGGREGATE_LABEL || (exports.AGGREGATE_LABEL = {}));
@@ -1,5 +0,0 @@
1
- export * from './AGGREGATE_ABBREVIATION';
2
- export * from './AGGREGATE_INFO_LIST';
3
- export * from './AGGREGATE_INFO';
4
- export * from './AGGREGATE_LABEL';
5
- export * from './AGGREGATE';
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./AGGREGATE_ABBREVIATION"), exports);
14
- __exportStar(require("./AGGREGATE_INFO_LIST"), exports);
15
- __exportStar(require("./AGGREGATE_INFO"), exports);
16
- __exportStar(require("./AGGREGATE_LABEL"), exports);
17
- __exportStar(require("./AGGREGATE"), exports);
@@ -1,2 +0,0 @@
1
- export * from './constants/index';
2
- export * from './interfaces/index';
@@ -1,2 +0,0 @@
1
- import { AGGREGATE_ABBREVIATION } from "../constants/AGGREGATE_ABBREVIATION";
2
- export declare type IAggregateAbbreviation = AGGREGATE_ABBREVIATION;
@@ -1,9 +0,0 @@
1
- import { IGeneralInfo } from "../../interfaces/general/IGeneralInfo";
2
- import { IAggregateAbbreviation } from "./IAggregateAbbreviation";
3
- import { IAggregateLabel } from "./IAggregateLabel";
4
- import { IAggregateType } from "./IAggregateType";
5
- export interface IAggregateInfo extends IGeneralInfo {
6
- abbrLabel: IAggregateAbbreviation;
7
- label: IAggregateLabel;
8
- value: IAggregateType;
9
- }
@@ -1,2 +0,0 @@
1
- import { AGGREGATE_LABEL } from "../constants/AGGREGATE_LABEL";
2
- export declare type IAggregateLabel = AGGREGATE_LABEL;
@@ -1,4 +0,0 @@
1
- export * from './IAggregateAbbreviation';
2
- export * from './IAggregateInfo';
3
- export * from './IAggregateLabel';
4
- export * from './IAggregateType';
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./IAggregateAbbreviation"), exports);
14
- __exportStar(require("./IAggregateInfo"), exports);
15
- __exportStar(require("./IAggregateLabel"), exports);
16
- __exportStar(require("./IAggregateType"), exports);
@@ -1,14 +0,0 @@
1
- import { II18nDashboard } from "./dashboard/II18nDashboard";
2
- import { II18nFilterBuilder } from "./filters/II18nFilterBuilder";
3
- import { II18nFilter } from "./filters/II18nFilter";
4
- import { II18nPanel } from "./panel/II18nPanel";
5
- import { II18nCommon } from "./common/II18nCommon";
6
- import { II18nTableCharts } from "./table_charts/II18nTableCharts";
7
- export interface IResourceI18n {
8
- dashboard?: II18nDashboard;
9
- panel?: II18nPanel;
10
- filter?: II18nFilter;
11
- filter_builder?: II18nFilterBuilder;
12
- table_charts?: II18nTableCharts;
13
- common?: II18nCommon;
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { IColumnPropertyType } from "../../../columns/interfaces/IColumnPropertyType";
2
- import { IColumnType } from "../../../columns/interfaces/IColumnType";
3
- export interface II18nColumn {
4
- column_types: {
5
- [key in IColumnType]: string;
6
- };
7
- properties: {
8
- [key in IColumnPropertyType]: string;
9
- };
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export * from './II18nColumn';
@@ -1,13 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./II18nColumn"), exports);
@@ -1,11 +0,0 @@
1
- export interface II18nAgreggateLabels {
2
- none: string;
3
- avg: string;
4
- count: string;
5
- distinctcount: string;
6
- max: string;
7
- min: string;
8
- sum: string;
9
- median: string;
10
- stdev: string;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- export interface II18nChartInfoMessagesCrosstab {
2
- max_data: string;
3
- max_increment: string;
4
- value_missing: string;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- export interface II18nChartInfoMessagesDefault {
2
- max_data: string;
3
- max_panels: string;
4
- max_increment: string;
5
- max_panels_increment: string;
6
- median_aggregation_results: string;
7
- max_limit: string;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- export interface II18nChartInfoMessagesTableChart {
2
- max_data_simple: string;
3
- max_data_grouped: string;
4
- max_increment: string;
5
- grouped_column: string;
6
- link_incompatible: string;
7
- unsupported_aggs: string;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,38 +0,0 @@
1
- export interface II18nColumnTypes {
2
- single_choice_label: string;
3
- multiple_choice_label: string;
4
- rating_label: string;
5
- yes_no_label: string;
6
- ranking_label: string;
7
- date_label: string;
8
- slidebar_label: string;
9
- signature_label: string;
10
- dropdown_label: string;
11
- numeric_label: string;
12
- numericc_label: string;
13
- numericp_label: string;
14
- numericg_label: string;
15
- image_label: string;
16
- email_form_label: string;
17
- phone_label: string;
18
- password_label: string;
19
- checklist_label: string;
20
- nps_score_label: string;
21
- nps_feedback_label: string;
22
- text_label_label: string;
23
- text_category_label: string;
24
- lookup_label: string;
25
- headline_label: string;
26
- section_label: string;
27
- formula_label: string;
28
- aggregated_formula_label: string;
29
- bucket_label: string;
30
- textfield_label: string;
31
- longtext_label: string;
32
- imageupload_label: string;
33
- fileupload_label: string;
34
- expression_label: string;
35
- name_label: string;
36
- usaddress_label: string;
37
- address_label: string;
38
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
1
- import { II18nColumnTypes } from "./II18nColumnTypes";
2
- import { II18nAgreggateLabels } from './II18nAgreggateLabels';
3
- import { II18nChartInfoMessagesCrosstab } from "./II18nChartInfoMessagesCrosstab";
4
- import { II18nChartInfoMessagesDefault } from "./II18nChartInfoMessagesDefault";
5
- import { II18nChartInfoMessagesTableChart } from "./II18nChartInfoMessagesTableChart";
6
- export interface II18nCommon {
7
- aggregate_labels: II18nAgreggateLabels;
8
- column_types: II18nColumnTypes;
9
- search: string;
10
- chart_info_messages_default: II18nChartInfoMessagesDefault;
11
- chart_info_messages_crosstab: II18nChartInfoMessagesCrosstab;
12
- chart_info_messages_table_chart: II18nChartInfoMessagesTableChart;
13
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export * from './II18nCommon';
2
- export * from './II18nAgreggateLabels';
3
- export * from './II18nChartInfoMessagesCrosstab';
4
- export * from './II18nChartInfoMessagesDefault';
5
- export * from './II18nChartInfoMessagesTableChart';
6
- export * from './II18nColumnTypes';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./II18nCommon"), exports);
14
- __exportStar(require("./II18nAgreggateLabels"), exports);
15
- __exportStar(require("./II18nChartInfoMessagesCrosstab"), exports);
16
- __exportStar(require("./II18nChartInfoMessagesDefault"), exports);
17
- __exportStar(require("./II18nChartInfoMessagesTableChart"), exports);
18
- __exportStar(require("./II18nColumnTypes"), exports);
@@ -1,9 +0,0 @@
1
- import { II18nDashboardAddChart } from "./II18nDashboardAddChart";
2
- import { II18nDashboardTooltips } from "./II18nDashboardTooltips";
3
- import { II18nDashboardViews } from "./II18nDashboardViews";
4
- export interface II18nDashboard {
5
- views: II18nDashboardViews;
6
- add_chart: II18nDashboardAddChart;
7
- export_csv: string;
8
- tooltips: II18nDashboardTooltips;
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- export interface II18nDashboardAddChart {
2
- add: string;
3
- chart: string;
4
- metric: string;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export interface II18nDashboardTooltips {
2
- style_themes: string;
3
- formulas: string;
4
- buckets: string;
5
- download: string;
6
- embed_analyze: string;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface II18nDashboardViews {
2
- summary_view: string;
3
- tabular_view: string;
4
- custom_view: string;
5
- metric_view: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export * from './II18nDashboardAddChart';
2
- export * from './II18nDashboardTooltips';
3
- export * from './II18nDashboardViews';
4
- export * from './II18nDashboard';
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./II18nDashboardAddChart"), exports);
14
- __exportStar(require("./II18nDashboardTooltips"), exports);
15
- __exportStar(require("./II18nDashboardViews"), exports);
16
- __exportStar(require("./II18nDashboard"), exports);
@@ -1,8 +0,0 @@
1
- import { II18nSlidebar } from "./II18nSlidebar";
2
- import { II18nValueContainer } from "./II18nValueContainer";
3
- import { II18nFilterValidator } from "./II18nFilterValidator";
4
- export interface II18nFilter {
5
- slidebar: II18nSlidebar;
6
- validators: II18nFilterValidator;
7
- value_container: II18nValueContainer;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,17 +0,0 @@
1
- import { IFDateSection } from "../../../filters/interfaces/IFDateSection";
2
- import { II18nFilterBuilderColumnSelector } from "./II18nFilterBuilderColumnSelector";
3
- import { II18nFilterBuilderInfoContainer } from "./II18nFilterBuilderInfoContainer";
4
- import { II18nFilterBuilderSelectedValuesContainer } from "./II18nFilterBuilderSelectedValuesContainer";
5
- export interface II18nFilterBuilder {
6
- title: string;
7
- apply_button: string;
8
- cancel_button: string;
9
- apply_to: string;
10
- column_selector: II18nFilterBuilderColumnSelector;
11
- date_sections: {
12
- [key in IFDateSection]: string;
13
- };
14
- divider_label: string;
15
- selected_values_container: II18nFilterBuilderSelectedValuesContainer;
16
- info_container: II18nFilterBuilderInfoContainer;
17
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface II18nFilterBuilderColumnSelector {
2
- title: string;
3
- placeholder: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- import { II18nFilterBuilderInfoContainerSelection } from "./II18nFilterBuilderInfoContainerSelection";
2
- export interface II18nFilterBuilderInfoContainer {
3
- info: string;
4
- selection: II18nFilterBuilderInfoContainerSelection;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface II18nFilterBuilderInfoContainerSelection {
2
- selected: string;
3
- loaded: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface II18nFilterBuilderSelectedValuesContainer {
2
- empty_message: string;
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- export interface II18nFilterValidator {
2
- equals_label: string;
3
- not_equal_label: string;
4
- contains_label: string;
5
- not_contain_label: string;
6
- ends_with_label: string;
7
- not_end_with_label: string;
8
- starts_with_label: string;
9
- not_start_with_label: string;
10
- between_inclusive_label: string;
11
- between_exclusive_label: string;
12
- less_than_label: string;
13
- less_than_equal_label: string;
14
- greater_than_label: string;
15
- greater_than_equal_label: string;
16
- is_null_label: string;
17
- is_not_null_label: string;
18
- before_label: string;
19
- after_label: string;
20
- before_on_label: string;
21
- after_on_label: string;
22
- in_label: string;
23
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- import { II18nSlidebarValueContainer } from "./II18nSlidebarValueContainer";
2
- export interface II18nSlidebar {
3
- min: string;
4
- max: string;
5
- and: string;
6
- value_container: II18nSlidebarValueContainer;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface II18nSlidebarValueContainer {
2
- tooltip: string;
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- import { II18nValueContainerSearchInput } from "./II18nValueContainerSearchInput";
2
- export interface II18nValueContainer {
3
- search_input: II18nValueContainerSearchInput;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });