@qrvey/utils 1.2.4-7 → 1.2.6

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 (500) hide show
  1. package/README.md +166 -166
  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/{qrvey/interfaces/ICalculationType.d.ts → cjs/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/helpers/common/getFilterColumnLabel.js +1 -1
  30. package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
  31. package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +0 -2
  32. package/dist/cjs/globalization/filters/FILTER_BUILDER.d.ts +129 -0
  33. package/dist/cjs/globalization/filters/FILTER_BUILDER.js +37 -0
  34. package/dist/cjs/globalization/filters/SLIDEBAR.d.ts +8 -0
  35. package/dist/cjs/globalization/{labels/common/I18N_SLIDEBAR.js → filters/SLIDEBAR.js} +3 -3
  36. package/dist/cjs/globalization/filters/VALUES_CONTAINER.d.ts +11 -0
  37. package/dist/cjs/globalization/{labels/common/I18N_VALUE_CONTAINER.js → filters/VALUES_CONTAINER.js} +3 -2
  38. package/dist/cjs/globalization/filters/index.d.ts +3 -0
  39. package/dist/cjs/{charts → globalization/filters}/index.js +3 -2
  40. package/dist/cjs/globalization/index.d.ts +1 -3
  41. package/dist/cjs/globalization/index.js +1 -3
  42. package/dist/cjs/index.d.ts +0 -1
  43. package/dist/cjs/index.js +0 -1
  44. package/dist/cjs/interfaces/Qrvey.Interface.d.ts +10 -0
  45. package/dist/cjs/interfaces/index.d.ts +1 -1
  46. package/dist/cjs/interfaces/index.js +1 -1
  47. package/dist/{charts → cjs/qrvey}/constants/AGGREGATE.d.ts +0 -0
  48. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE.js +0 -0
  49. package/dist/{charts → cjs/qrvey}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
  50. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.js +0 -0
  51. package/dist/cjs/qrvey/constants/AGGREGATE_INFO.d.ts +5 -0
  52. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_INFO.js +0 -0
  53. package/dist/cjs/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
  54. package/dist/cjs/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.js +0 -0
  55. package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.d.ts +11 -0
  56. package/dist/cjs/qrvey/constants/AGGREGATE_LABEL.js +15 -0
  57. package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
  58. package/dist/cjs/qrvey/constants/CALCULATION_INFO_LIST.js +2 -2
  59. package/dist/cjs/qrvey/constants/index.d.ts +4 -1
  60. package/dist/cjs/qrvey/constants/index.js +4 -1
  61. package/dist/{charts/interfaces/IAggregateType.d.ts → cjs/qrvey/interfaces/IAggregate.d.ts} +1 -1
  62. package/dist/cjs/{charts/interfaces/IAggregateLabel.js → qrvey/interfaces/IAggregate.js} +0 -0
  63. package/dist/cjs/qrvey/interfaces/IAggregateInfo.d.ts +5 -0
  64. package/dist/cjs/{charts/interfaces/IAggregateType.js → qrvey/interfaces/IAggregateInfo.js} +0 -0
  65. package/dist/cjs/qrvey/interfaces/index.d.ts +0 -4
  66. package/dist/cjs/qrvey/interfaces/index.js +0 -4
  67. package/dist/cjs/services/helpers/Request.js +1 -1
  68. package/dist/columns/constants/COLUMN_INFO.js +1 -2
  69. package/dist/columns/interfaces/IColumn.d.ts +3 -3
  70. package/dist/columns/interfaces/IColumnAggregateType.d.ts +2 -0
  71. package/dist/{charts/interfaces/IAggregateAbbreviation.js → columns/interfaces/IColumnAggregateType.js} +0 -0
  72. package/dist/{cjs/qrvey/interfaces/ICalculationType.d.ts → columns/interfaces/IColumnCalculationType.d.ts} +1 -1
  73. package/dist/{charts/interfaces/IAggregateInfo.js → columns/interfaces/IColumnCalculationType.js} +0 -0
  74. package/dist/columns/interfaces/index.d.ts +2 -0
  75. package/dist/columns/interfaces/index.js +2 -0
  76. package/dist/constants/Charts.Const.d.ts +1 -0
  77. package/dist/constants/Charts.Const.js +1 -0
  78. package/dist/filters/adapters/UIToOldLogic.js +1 -0
  79. package/dist/filters/helpers/common/getFilterColumnLabel.js +1 -1
  80. package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
  81. package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +0 -2
  82. package/dist/globalization/filters/FILTER_BUILDER.d.ts +129 -0
  83. package/dist/globalization/filters/FILTER_BUILDER.js +34 -0
  84. package/dist/globalization/filters/SLIDEBAR.d.ts +8 -0
  85. package/dist/globalization/{labels/common/I18N_SLIDEBAR.js → filters/SLIDEBAR.js} +2 -2
  86. package/dist/globalization/filters/VALUES_CONTAINER.d.ts +11 -0
  87. package/dist/globalization/{labels/common/I18N_VALUE_CONTAINER.js → filters/VALUES_CONTAINER.js} +2 -1
  88. package/dist/globalization/filters/index.d.ts +3 -0
  89. package/dist/globalization/filters/index.js +3 -0
  90. package/dist/globalization/index.d.ts +1 -3
  91. package/dist/globalization/index.js +1 -3
  92. package/dist/index.d.ts +0 -1
  93. package/dist/index.js +0 -1
  94. package/dist/interfaces/Qrvey.Interface.d.ts +10 -0
  95. package/dist/interfaces/index.d.ts +1 -1
  96. package/dist/interfaces/index.js +1 -1
  97. package/dist/{cjs/charts → qrvey}/constants/AGGREGATE.d.ts +0 -0
  98. package/dist/{charts → qrvey}/constants/AGGREGATE.js +0 -0
  99. package/dist/{cjs/charts → qrvey}/constants/AGGREGATE_ABBREVIATION.d.ts +0 -0
  100. package/dist/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.js +0 -0
  101. package/dist/qrvey/constants/AGGREGATE_INFO.d.ts +5 -0
  102. package/dist/{charts → qrvey}/constants/AGGREGATE_INFO.js +0 -0
  103. package/dist/qrvey/constants/AGGREGATE_INFO_LIST.d.ts +1 -0
  104. package/dist/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.js +0 -0
  105. package/dist/qrvey/constants/AGGREGATE_LABEL.d.ts +11 -0
  106. package/dist/qrvey/constants/AGGREGATE_LABEL.js +12 -0
  107. package/dist/qrvey/constants/CALCULATION_INFO_LIST.d.ts +1 -1
  108. package/dist/qrvey/constants/CALCULATION_INFO_LIST.js +1 -1
  109. package/dist/qrvey/constants/index.d.ts +4 -1
  110. package/dist/qrvey/constants/index.js +4 -1
  111. package/dist/{cjs/charts/interfaces/IAggregateType.d.ts → qrvey/interfaces/IAggregate.d.ts} +1 -1
  112. package/dist/{charts/interfaces/IAggregateLabel.js → qrvey/interfaces/IAggregate.js} +0 -0
  113. package/dist/qrvey/interfaces/IAggregateInfo.d.ts +5 -0
  114. package/dist/{charts/interfaces/IAggregateType.js → qrvey/interfaces/IAggregateInfo.js} +0 -0
  115. package/dist/qrvey/interfaces/index.d.ts +0 -4
  116. package/dist/qrvey/interfaces/index.js +0 -4
  117. package/dist/services/helpers/Request.js +1 -1
  118. package/package.json +5 -7
  119. package/src/charts/helpers/index.ts +3 -0
  120. package/src/charts/helpers/isExpandableTableChart.ts +5 -0
  121. package/src/charts/helpers/isSimpleTableChart.ts +5 -0
  122. package/src/charts/helpers/isTableChart.ts +5 -0
  123. package/src/columns/constants/COLUMN_INFO.ts +28 -29
  124. package/src/columns/interfaces/IColumn.ts +3 -3
  125. package/src/columns/interfaces/IColumnAggregateType.ts +3 -0
  126. package/src/{qrvey/interfaces/ICalculationType.ts → columns/interfaces/IColumnCalculationType.ts} +1 -1
  127. package/src/columns/interfaces/index.ts +2 -0
  128. package/src/constants/Charts.Const.ts +1 -0
  129. package/src/filters/adapters/UIToOldLogic.ts +2 -0
  130. package/src/filters/helpers/common/getFilterColumnLabel.ts +1 -1
  131. package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +0 -2
  132. package/src/filters/interfaces/panel/IFilterPanelConfig.ts +0 -2
  133. package/src/globalization/filters/FILTER_BUILDER.ts +35 -0
  134. package/src/globalization/filters/SLIDEBAR.ts +8 -0
  135. package/src/globalization/{labels/common/I18N_VALUE_CONTAINER.ts → filters/VALUES_CONTAINER.ts} +2 -3
  136. package/src/globalization/filters/index.ts +3 -0
  137. package/src/globalization/index.ts +1 -3
  138. package/src/index.ts +0 -1
  139. package/src/interfaces/Qrvey.Interface.ts +11 -0
  140. package/src/interfaces/index.ts +1 -1
  141. package/src/{charts → qrvey}/constants/AGGREGATE.ts +0 -0
  142. package/src/{charts → qrvey}/constants/AGGREGATE_ABBREVIATION.ts +0 -0
  143. package/src/{charts → qrvey}/constants/AGGREGATE_INFO.ts +2 -2
  144. package/src/{charts → qrvey}/constants/AGGREGATE_INFO_LIST.ts +0 -0
  145. package/src/qrvey/constants/AGGREGATE_LABEL.ts +11 -0
  146. package/src/qrvey/constants/CALCULATION_INFO_LIST.ts +1 -1
  147. package/src/qrvey/constants/index.ts +4 -1
  148. package/src/{charts/interfaces/IAggregateType.ts → qrvey/interfaces/IAggregate.ts} +1 -1
  149. package/src/qrvey/interfaces/IAggregateInfo.ts +7 -0
  150. package/src/qrvey/interfaces/index.ts +1 -5
  151. package/src/services/helpers/Request.ts +1 -1
  152. package/src/stencil/util/index.ts +1 -1
  153. package/dist/charts/constants/AGGREGATE_INFO.d.ts +0 -5
  154. package/dist/charts/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
  155. package/dist/charts/constants/AGGREGATE_LABEL.d.ts +0 -11
  156. package/dist/charts/constants/AGGREGATE_LABEL.js +0 -12
  157. package/dist/charts/constants/index.d.ts +0 -5
  158. package/dist/charts/constants/index.js +0 -5
  159. package/dist/charts/index.d.ts +0 -2
  160. package/dist/charts/index.js +0 -2
  161. package/dist/charts/interfaces/IAggregateAbbreviation.d.ts +0 -2
  162. package/dist/charts/interfaces/IAggregateInfo.d.ts +0 -9
  163. package/dist/charts/interfaces/IAggregateLabel.d.ts +0 -2
  164. package/dist/charts/interfaces/index.d.ts +0 -4
  165. package/dist/charts/interfaces/index.js +0 -4
  166. package/dist/cjs/charts/constants/AGGREGATE_INFO.d.ts +0 -5
  167. package/dist/cjs/charts/constants/AGGREGATE_INFO_LIST.d.ts +0 -1
  168. package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +0 -11
  169. package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +0 -15
  170. package/dist/cjs/charts/constants/index.d.ts +0 -5
  171. package/dist/cjs/charts/constants/index.js +0 -17
  172. package/dist/cjs/charts/index.d.ts +0 -2
  173. package/dist/cjs/charts/interfaces/IAggregateAbbreviation.d.ts +0 -2
  174. package/dist/cjs/charts/interfaces/IAggregateInfo.d.ts +0 -9
  175. package/dist/cjs/charts/interfaces/IAggregateLabel.d.ts +0 -2
  176. package/dist/cjs/charts/interfaces/index.d.ts +0 -4
  177. package/dist/cjs/charts/interfaces/index.js +0 -16
  178. package/dist/cjs/globalization/interfaces/IResourceI18n.d.ts +0 -14
  179. package/dist/cjs/globalization/interfaces/IResourceI18n.js +0 -2
  180. package/dist/cjs/globalization/interfaces/columns/II18nColumn.d.ts +0 -10
  181. package/dist/cjs/globalization/interfaces/columns/II18nColumn.js +0 -2
  182. package/dist/cjs/globalization/interfaces/columns/index.d.ts +0 -1
  183. package/dist/cjs/globalization/interfaces/columns/index.js +0 -13
  184. package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.d.ts +0 -11
  185. package/dist/cjs/globalization/interfaces/common/II18nAgreggateLabels.js +0 -2
  186. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +0 -5
  187. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +0 -2
  188. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +0 -8
  189. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +0 -2
  190. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +0 -8
  191. package/dist/cjs/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +0 -2
  192. package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.d.ts +0 -38
  193. package/dist/cjs/globalization/interfaces/common/II18nColumnTypes.js +0 -2
  194. package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +0 -13
  195. package/dist/cjs/globalization/interfaces/common/II18nCommon.js +0 -2
  196. package/dist/cjs/globalization/interfaces/common/II18nSlidebar.d.ts +0 -7
  197. package/dist/cjs/globalization/interfaces/common/II18nSlidebar.js +0 -2
  198. package/dist/cjs/globalization/interfaces/common/II18nSlidebarValueContainer.d.ts +0 -3
  199. package/dist/cjs/globalization/interfaces/common/II18nSlidebarValueContainer.js +0 -2
  200. package/dist/cjs/globalization/interfaces/common/II18nValueContainer.d.ts +0 -4
  201. package/dist/cjs/globalization/interfaces/common/II18nValueContainer.js +0 -2
  202. package/dist/cjs/globalization/interfaces/common/II18nValueContainerSearchInput.d.ts +0 -5
  203. package/dist/cjs/globalization/interfaces/common/II18nValueContainerSearchInput.js +0 -2
  204. package/dist/cjs/globalization/interfaces/common/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
  205. package/dist/cjs/globalization/interfaces/common/II18nValueContainerSearchInputEnterValue.js +0 -2
  206. package/dist/cjs/globalization/interfaces/common/index.d.ts +0 -11
  207. package/dist/cjs/globalization/interfaces/common/index.js +0 -23
  208. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +0 -9
  209. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.js +0 -2
  210. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +0 -5
  211. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardAddChart.js +0 -2
  212. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +0 -7
  213. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardTooltips.js +0 -2
  214. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +0 -6
  215. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardViews.js +0 -2
  216. package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +0 -4
  217. package/dist/cjs/globalization/interfaces/dashboard/index.js +0 -16
  218. package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +0 -8
  219. package/dist/cjs/globalization/interfaces/filters/II18nFilter.js +0 -2
  220. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.d.ts +0 -17
  221. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilder.js +0 -2
  222. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +0 -4
  223. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +0 -2
  224. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +0 -5
  225. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +0 -2
  226. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
  227. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.js +0 -2
  228. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +0 -3
  229. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +0 -2
  230. package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.d.ts +0 -23
  231. package/dist/cjs/globalization/interfaces/filters/II18nFilterValidator.js +0 -2
  232. package/dist/cjs/globalization/interfaces/filters/index.d.ts +0 -7
  233. package/dist/cjs/globalization/interfaces/filters/index.js +0 -19
  234. package/dist/cjs/globalization/interfaces/index.d.ts +0 -3
  235. package/dist/cjs/globalization/interfaces/panel/II18nPanel.d.ts +0 -9
  236. package/dist/cjs/globalization/interfaces/panel/II18nPanel.js +0 -2
  237. package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +0 -9
  238. package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.js +0 -2
  239. package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.d.ts +0 -15
  240. package/dist/cjs/globalization/interfaces/panel/II18nPanelMenu.js +0 -2
  241. package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.d.ts +0 -4
  242. package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.js +0 -2
  243. package/dist/cjs/globalization/interfaces/panel/index.d.ts +0 -4
  244. package/dist/cjs/globalization/interfaces/panel/index.js +0 -16
  245. package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.d.ts +0 -15
  246. package/dist/cjs/globalization/interfaces/table_charts/II18nTableCharts.js +0 -2
  247. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +0 -8
  248. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +0 -2
  249. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +0 -4
  250. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.js +0 -2
  251. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +0 -9
  252. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSort.js +0 -2
  253. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +0 -3
  254. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +0 -2
  255. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +0 -4
  256. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +0 -2
  257. package/dist/cjs/globalization/interfaces/table_charts/index.d.ts +0 -6
  258. package/dist/cjs/globalization/interfaces/table_charts/index.js +0 -18
  259. package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +0 -2
  260. package/dist/cjs/globalization/labels/I18N_DEFAULT.js +0 -17
  261. package/dist/cjs/globalization/labels/columns/I18N_COLUMN.d.ts +0 -2
  262. package/dist/cjs/globalization/labels/columns/I18N_COLUMN.js +0 -8
  263. package/dist/cjs/globalization/labels/columns/index.d.ts +0 -1
  264. package/dist/cjs/globalization/labels/columns/index.js +0 -13
  265. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +0 -2
  266. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +0 -15
  267. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +0 -38
  268. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +0 -42
  269. package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +0 -2
  270. package/dist/cjs/globalization/labels/common/I18N_COMMON.js +0 -31
  271. package/dist/cjs/globalization/labels/common/I18N_SLIDEBAR.d.ts +0 -2
  272. package/dist/cjs/globalization/labels/common/I18N_VALUE_CONTAINER.d.ts +0 -2
  273. package/dist/cjs/globalization/labels/common/index.d.ts +0 -4
  274. package/dist/cjs/globalization/labels/common/index.js +0 -16
  275. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +0 -2
  276. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +0 -24
  277. package/dist/cjs/globalization/labels/dashboard/index.d.ts +0 -1
  278. package/dist/cjs/globalization/labels/dashboard/index.js +0 -13
  279. package/dist/cjs/globalization/labels/filters/I18N_FILTER.d.ts +0 -2
  280. package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +0 -7
  281. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +0 -2
  282. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -29
  283. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +0 -2
  284. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +0 -27
  285. package/dist/cjs/globalization/labels/filters/index.d.ts +0 -3
  286. package/dist/cjs/globalization/labels/filters/index.js +0 -15
  287. package/dist/cjs/globalization/labels/index.d.ts +0 -6
  288. package/dist/cjs/globalization/labels/index.js +0 -18
  289. package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +0 -2
  290. package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +0 -34
  291. package/dist/cjs/globalization/labels/panel/index.d.ts +0 -1
  292. package/dist/cjs/globalization/labels/panel/index.js +0 -13
  293. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +0 -2
  294. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +0 -36
  295. package/dist/cjs/globalization/labels/table_charts/index.d.ts +0 -1
  296. package/dist/cjs/globalization/labels/table_charts/index.js +0 -13
  297. package/dist/cjs/globalization/service/i18nextBuilder.d.ts +0 -9
  298. package/dist/cjs/globalization/service/i18nextBuilder.js +0 -61
  299. package/dist/cjs/globalization/service/index.d.ts +0 -2
  300. package/dist/cjs/globalization/service/index.js +0 -14
  301. package/dist/cjs/globalization/service/initI18n.d.ts +0 -3
  302. package/dist/cjs/globalization/service/initI18n.js +0 -19
  303. package/dist/cjs/qrvey/interfaces/ICalculationType.js +0 -2
  304. package/dist/globalization/interfaces/IResourceI18n.d.ts +0 -14
  305. package/dist/globalization/interfaces/IResourceI18n.js +0 -1
  306. package/dist/globalization/interfaces/columns/II18nColumn.d.ts +0 -10
  307. package/dist/globalization/interfaces/columns/II18nColumn.js +0 -1
  308. package/dist/globalization/interfaces/columns/index.d.ts +0 -1
  309. package/dist/globalization/interfaces/columns/index.js +0 -1
  310. package/dist/globalization/interfaces/common/II18nAgreggateLabels.d.ts +0 -11
  311. package/dist/globalization/interfaces/common/II18nAgreggateLabels.js +0 -1
  312. package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.d.ts +0 -5
  313. package/dist/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.js +0 -1
  314. package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.d.ts +0 -8
  315. package/dist/globalization/interfaces/common/II18nChartInfoMessagesDefault.js +0 -1
  316. package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.d.ts +0 -8
  317. package/dist/globalization/interfaces/common/II18nChartInfoMessagesTableChart.js +0 -1
  318. package/dist/globalization/interfaces/common/II18nColumnTypes.d.ts +0 -38
  319. package/dist/globalization/interfaces/common/II18nColumnTypes.js +0 -1
  320. package/dist/globalization/interfaces/common/II18nCommon.d.ts +0 -13
  321. package/dist/globalization/interfaces/common/II18nCommon.js +0 -1
  322. package/dist/globalization/interfaces/common/II18nSlidebar.d.ts +0 -7
  323. package/dist/globalization/interfaces/common/II18nSlidebar.js +0 -1
  324. package/dist/globalization/interfaces/common/II18nSlidebarValueContainer.d.ts +0 -3
  325. package/dist/globalization/interfaces/common/II18nSlidebarValueContainer.js +0 -1
  326. package/dist/globalization/interfaces/common/II18nValueContainer.d.ts +0 -4
  327. package/dist/globalization/interfaces/common/II18nValueContainer.js +0 -1
  328. package/dist/globalization/interfaces/common/II18nValueContainerSearchInput.d.ts +0 -5
  329. package/dist/globalization/interfaces/common/II18nValueContainerSearchInput.js +0 -1
  330. package/dist/globalization/interfaces/common/II18nValueContainerSearchInputEnterValue.d.ts +0 -5
  331. package/dist/globalization/interfaces/common/II18nValueContainerSearchInputEnterValue.js +0 -1
  332. package/dist/globalization/interfaces/common/index.d.ts +0 -11
  333. package/dist/globalization/interfaces/common/index.js +0 -11
  334. package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +0 -9
  335. package/dist/globalization/interfaces/dashboard/II18nDashboard.js +0 -1
  336. package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.d.ts +0 -5
  337. package/dist/globalization/interfaces/dashboard/II18nDashboardAddChart.js +0 -1
  338. package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.d.ts +0 -7
  339. package/dist/globalization/interfaces/dashboard/II18nDashboardTooltips.js +0 -1
  340. package/dist/globalization/interfaces/dashboard/II18nDashboardViews.d.ts +0 -6
  341. package/dist/globalization/interfaces/dashboard/II18nDashboardViews.js +0 -1
  342. package/dist/globalization/interfaces/dashboard/index.d.ts +0 -4
  343. package/dist/globalization/interfaces/dashboard/index.js +0 -4
  344. package/dist/globalization/interfaces/filters/II18nFilter.d.ts +0 -8
  345. package/dist/globalization/interfaces/filters/II18nFilter.js +0 -1
  346. package/dist/globalization/interfaces/filters/II18nFilterBuilder.d.ts +0 -17
  347. package/dist/globalization/interfaces/filters/II18nFilterBuilder.js +0 -1
  348. package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +0 -4
  349. package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.js +0 -1
  350. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.d.ts +0 -5
  351. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.js +0 -1
  352. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.d.ts +0 -4
  353. package/dist/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.js +0 -1
  354. package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.d.ts +0 -3
  355. package/dist/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.js +0 -1
  356. package/dist/globalization/interfaces/filters/II18nFilterValidator.d.ts +0 -23
  357. package/dist/globalization/interfaces/filters/II18nFilterValidator.js +0 -1
  358. package/dist/globalization/interfaces/filters/index.d.ts +0 -7
  359. package/dist/globalization/interfaces/filters/index.js +0 -7
  360. package/dist/globalization/interfaces/index.d.ts +0 -3
  361. package/dist/globalization/interfaces/index.js +0 -3
  362. package/dist/globalization/interfaces/panel/II18nPanel.d.ts +0 -9
  363. package/dist/globalization/interfaces/panel/II18nPanel.js +0 -1
  364. package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +0 -9
  365. package/dist/globalization/interfaces/panel/II18nPanelErrors.js +0 -1
  366. package/dist/globalization/interfaces/panel/II18nPanelMenu.d.ts +0 -15
  367. package/dist/globalization/interfaces/panel/II18nPanelMenu.js +0 -1
  368. package/dist/globalization/interfaces/panel/II18nPanelTooltips.d.ts +0 -4
  369. package/dist/globalization/interfaces/panel/II18nPanelTooltips.js +0 -1
  370. package/dist/globalization/interfaces/panel/index.d.ts +0 -4
  371. package/dist/globalization/interfaces/panel/index.js +0 -4
  372. package/dist/globalization/interfaces/table_charts/II18nTableCharts.d.ts +0 -15
  373. package/dist/globalization/interfaces/table_charts/II18nTableCharts.js +0 -1
  374. package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.d.ts +0 -8
  375. package/dist/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.js +0 -1
  376. package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +0 -4
  377. package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.js +0 -1
  378. package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.d.ts +0 -9
  379. package/dist/globalization/interfaces/table_charts/II18nTableChartsSort.js +0 -1
  380. package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.d.ts +0 -3
  381. package/dist/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.js +0 -1
  382. package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.d.ts +0 -4
  383. package/dist/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.js +0 -1
  384. package/dist/globalization/interfaces/table_charts/index.d.ts +0 -6
  385. package/dist/globalization/interfaces/table_charts/index.js +0 -6
  386. package/dist/globalization/labels/I18N_DEFAULT.d.ts +0 -2
  387. package/dist/globalization/labels/I18N_DEFAULT.js +0 -14
  388. package/dist/globalization/labels/columns/I18N_COLUMN.d.ts +0 -2
  389. package/dist/globalization/labels/columns/I18N_COLUMN.js +0 -5
  390. package/dist/globalization/labels/columns/index.d.ts +0 -1
  391. package/dist/globalization/labels/columns/index.js +0 -1
  392. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +0 -2
  393. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +0 -12
  394. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +0 -38
  395. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +0 -39
  396. package/dist/globalization/labels/common/I18N_COMMON.d.ts +0 -2
  397. package/dist/globalization/labels/common/I18N_COMMON.js +0 -28
  398. package/dist/globalization/labels/common/I18N_SLIDEBAR.d.ts +0 -2
  399. package/dist/globalization/labels/common/I18N_VALUE_CONTAINER.d.ts +0 -2
  400. package/dist/globalization/labels/common/index.d.ts +0 -4
  401. package/dist/globalization/labels/common/index.js +0 -4
  402. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +0 -2
  403. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +0 -21
  404. package/dist/globalization/labels/dashboard/index.d.ts +0 -1
  405. package/dist/globalization/labels/dashboard/index.js +0 -1
  406. package/dist/globalization/labels/filters/I18N_FILTER.d.ts +0 -2
  407. package/dist/globalization/labels/filters/I18N_FILTER.js +0 -4
  408. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +0 -2
  409. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +0 -26
  410. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +0 -2
  411. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +0 -24
  412. package/dist/globalization/labels/filters/index.d.ts +0 -3
  413. package/dist/globalization/labels/filters/index.js +0 -3
  414. package/dist/globalization/labels/index.d.ts +0 -6
  415. package/dist/globalization/labels/index.js +0 -6
  416. package/dist/globalization/labels/panel/I18N_PANEL.d.ts +0 -2
  417. package/dist/globalization/labels/panel/I18N_PANEL.js +0 -31
  418. package/dist/globalization/labels/panel/index.d.ts +0 -1
  419. package/dist/globalization/labels/panel/index.js +0 -1
  420. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +0 -2
  421. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +0 -33
  422. package/dist/globalization/labels/table_charts/index.d.ts +0 -1
  423. package/dist/globalization/labels/table_charts/index.js +0 -1
  424. package/dist/globalization/service/i18nextBuilder.d.ts +0 -9
  425. package/dist/globalization/service/i18nextBuilder.js +0 -53
  426. package/dist/globalization/service/index.d.ts +0 -2
  427. package/dist/globalization/service/index.js +0 -2
  428. package/dist/globalization/service/initI18n.d.ts +0 -3
  429. package/dist/globalization/service/initI18n.js +0 -15
  430. package/dist/qrvey/interfaces/ICalculationType.js +0 -1
  431. package/src/charts/constants/AGGREGATE_LABEL.ts +0 -11
  432. package/src/charts/constants/index.ts +0 -5
  433. package/src/charts/index.ts +0 -2
  434. package/src/charts/interfaces/IAggregateAbbreviation.ts +0 -3
  435. package/src/charts/interfaces/IAggregateInfo.ts +0 -11
  436. package/src/charts/interfaces/IAggregateLabel.ts +0 -3
  437. package/src/charts/interfaces/index.ts +0 -4
  438. package/src/globalization/interfaces/IResourceI18n.ts +0 -16
  439. package/src/globalization/interfaces/columns/II18nColumn.ts +0 -7
  440. package/src/globalization/interfaces/columns/index.ts +0 -1
  441. package/src/globalization/interfaces/common/II18nAgreggateLabels.ts +0 -11
  442. package/src/globalization/interfaces/common/II18nChartInfoMessagesCrosstab.ts +0 -5
  443. package/src/globalization/interfaces/common/II18nChartInfoMessagesDefault.ts +0 -8
  444. package/src/globalization/interfaces/common/II18nChartInfoMessagesTableChart.ts +0 -8
  445. package/src/globalization/interfaces/common/II18nColumnTypes.ts +0 -42
  446. package/src/globalization/interfaces/common/II18nCommon.ts +0 -14
  447. package/src/globalization/interfaces/common/II18nSlidebar.ts +0 -8
  448. package/src/globalization/interfaces/common/II18nSlidebarValueContainer.ts +0 -3
  449. package/src/globalization/interfaces/common/II18nValueContainer.ts +0 -5
  450. package/src/globalization/interfaces/common/II18nValueContainerSearchInput.ts +0 -6
  451. package/src/globalization/interfaces/common/II18nValueContainerSearchInputEnterValue.ts +0 -5
  452. package/src/globalization/interfaces/common/index.ts +0 -13
  453. package/src/globalization/interfaces/dashboard/II18nDashboard.ts +0 -10
  454. package/src/globalization/interfaces/dashboard/II18nDashboardAddChart.ts +0 -5
  455. package/src/globalization/interfaces/dashboard/II18nDashboardTooltips.ts +0 -7
  456. package/src/globalization/interfaces/dashboard/II18nDashboardViews.ts +0 -6
  457. package/src/globalization/interfaces/dashboard/index.ts +0 -4
  458. package/src/globalization/interfaces/filters/II18nFilter.ts +0 -9
  459. package/src/globalization/interfaces/filters/II18nFilterBuilder.ts +0 -19
  460. package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +0 -4
  461. package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainer.ts +0 -6
  462. package/src/globalization/interfaces/filters/II18nFilterBuilderInfoContainerSelection.ts +0 -4
  463. package/src/globalization/interfaces/filters/II18nFilterBuilderSelectedValuesContainer.ts +0 -3
  464. package/src/globalization/interfaces/filters/II18nFilterValidator.ts +0 -23
  465. package/src/globalization/interfaces/filters/index.ts +0 -7
  466. package/src/globalization/interfaces/index.ts +0 -3
  467. package/src/globalization/interfaces/panel/II18nPanel.ts +0 -10
  468. package/src/globalization/interfaces/panel/II18nPanelErrors.ts +0 -9
  469. package/src/globalization/interfaces/panel/II18nPanelMenu.ts +0 -15
  470. package/src/globalization/interfaces/panel/II18nPanelTooltips.ts +0 -4
  471. package/src/globalization/interfaces/panel/index.ts +0 -4
  472. package/src/globalization/interfaces/table_charts/II18nTableCharts.ts +0 -16
  473. package/src/globalization/interfaces/table_charts/II18nTableChartsInnerCharts.ts +0 -8
  474. package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +0 -4
  475. package/src/globalization/interfaces/table_charts/II18nTableChartsSort.ts +0 -10
  476. package/src/globalization/interfaces/table_charts/II18nTableChartsSortTooltip.ts +0 -3
  477. package/src/globalization/interfaces/table_charts/II18nTableChartsVisualizationItems.ts +0 -5
  478. package/src/globalization/interfaces/table_charts/index.ts +0 -6
  479. package/src/globalization/labels/I18N_DEFAULT.ts +0 -16
  480. package/src/globalization/labels/columns/I18N_COLUMN.ts +0 -9
  481. package/src/globalization/labels/columns/index.ts +0 -1
  482. package/src/globalization/labels/common/I18N_AGGREGATE_LABEL.ts +0 -14
  483. package/src/globalization/labels/common/I18N_COLUMN_LABEL.ts +0 -43
  484. package/src/globalization/labels/common/I18N_COMMON.ts +0 -30
  485. package/src/globalization/labels/common/I18N_SLIDEBAR.ts +0 -10
  486. package/src/globalization/labels/common/index.ts +0 -5
  487. package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +0 -23
  488. package/src/globalization/labels/dashboard/index.ts +0 -1
  489. package/src/globalization/labels/filters/I18N_FILTER.ts +0 -6
  490. package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +0 -28
  491. package/src/globalization/labels/filters/I18N_FILTER_VALIDATOR.ts +0 -27
  492. package/src/globalization/labels/filters/index.ts +0 -3
  493. package/src/globalization/labels/index.ts +0 -6
  494. package/src/globalization/labels/panel/I18N_PANEL.ts +0 -33
  495. package/src/globalization/labels/panel/index.ts +0 -1
  496. package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +0 -35
  497. package/src/globalization/labels/table_charts/index.ts +0 -1
  498. package/src/globalization/service/i18nextBuilder.ts +0 -51
  499. package/src/globalization/service/index.ts +0 -2
  500. package/src/globalization/service/initI18n.ts +0 -6
@@ -1,8 +0,0 @@
1
- import { II18nSlidebarValueContainer } from "./II18nSlidebarValueContainer";
2
-
3
- export interface II18nSlidebar {
4
- min: string;
5
- max: string;
6
- and: string;
7
- value_container: II18nSlidebarValueContainer;
8
- }
@@ -1,3 +0,0 @@
1
- export interface II18nSlidebarValueContainer {
2
- tooltip: string;
3
- }
@@ -1,5 +0,0 @@
1
- import { II18nValueContainerSearchInput } from "./II18nValueContainerSearchInput";
2
-
3
- export interface II18nValueContainer {
4
- search_input: II18nValueContainerSearchInput;
5
- }
@@ -1,6 +0,0 @@
1
- import { II18nValueContainerSearchInputEnterValue } from "./II18nValueContainerSearchInputEnterValue";
2
-
3
- export interface II18nValueContainerSearchInput {
4
- placeholder: string,
5
- enter_value: II18nValueContainerSearchInputEnterValue;
6
- }
@@ -1,5 +0,0 @@
1
- export interface II18nValueContainerSearchInputEnterValue {
2
- first: string;
3
- second: string;
4
- third: string;
5
- }
@@ -1,13 +0,0 @@
1
- export * from './II18nCommon';
2
-
3
-
4
- export * from './II18nAgreggateLabels';
5
- export * from './II18nChartInfoMessagesCrosstab';
6
- export * from './II18nChartInfoMessagesDefault';
7
- export * from './II18nChartInfoMessagesTableChart';
8
- export * from './II18nColumnTypes';
9
- export * from './II18nSlidebar';
10
- export * from './II18nSlidebarValueContainer';
11
- export * from './II18nValueContainer';
12
- export * from './II18nValueContainerSearchInput';
13
- export * from './II18nValueContainerSearchInputEnterValue';
@@ -1,10 +0,0 @@
1
- import { II18nDashboardAddChart } from "./II18nDashboardAddChart";
2
- import { II18nDashboardTooltips } from "./II18nDashboardTooltips";
3
- import { II18nDashboardViews } from "./II18nDashboardViews";
4
-
5
- export interface II18nDashboard {
6
- views: II18nDashboardViews;
7
- add_chart: II18nDashboardAddChart;
8
- export_csv: string;
9
- tooltips: II18nDashboardTooltips;
10
- }
@@ -1,5 +0,0 @@
1
- export interface II18nDashboardAddChart {
2
- add: string;
3
- chart: string;
4
- metric: string;
5
- }
@@ -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,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,4 +0,0 @@
1
- export * from './II18nDashboardAddChart';
2
- export * from './II18nDashboardTooltips';
3
- export * from './II18nDashboardViews';
4
- export * from './II18nDashboard';
@@ -1,9 +0,0 @@
1
- import { II18nSlidebar } from "../common/II18nSlidebar";
2
- import { II18nValueContainer } from "../common/II18nValueContainer";
3
- import { II18nFilterValidator } from "./II18nFilterValidator";
4
-
5
- export interface II18nFilter {
6
- slidebar?: II18nSlidebar;
7
- validators: II18nFilterValidator;
8
- value_container?: II18nValueContainer;
9
- }
@@ -1,19 +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
-
6
- export interface II18nFilterBuilder {
7
- title: string;
8
- apply_button: string;
9
- cancel_button: string;
10
- apply_to: string;
11
- column_selector: II18nFilterBuilderColumnSelector;
12
- date_sections: { [key in IFDateSection]: string };
13
- divider_label: string;
14
- // properties: { [key in IColumnPropertyType]: string }; // In different location
15
- // values_container: VALUES_CONTAINER; // In different location
16
- // slidebar: SLIDEBAR; // In different location
17
- selected_values_container: II18nFilterBuilderSelectedValuesContainer;
18
- info_container: II18nFilterBuilderInfoContainer;
19
- }
@@ -1,4 +0,0 @@
1
- export interface II18nFilterBuilderColumnSelector {
2
- title: string;
3
- placeholder: string;
4
- }
@@ -1,6 +0,0 @@
1
- import { II18nFilterBuilderInfoContainerSelection } from "./II18nFilterBuilderInfoContainerSelection";
2
-
3
- export interface II18nFilterBuilderInfoContainer {
4
- info: string;
5
- selection: II18nFilterBuilderInfoContainerSelection;
6
- }
@@ -1,4 +0,0 @@
1
- export interface II18nFilterBuilderInfoContainerSelection {
2
- selected: string;
3
- loaded: string;
4
- }
@@ -1,3 +0,0 @@
1
- export interface II18nFilterBuilderSelectedValuesContainer {
2
- empty_message: string;
3
- }
@@ -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,7 +0,0 @@
1
- export * from './II18nFilterBuilder';
2
- export * from './II18nFilterBuilderColumnSelector';
3
- export * from './II18nFilterBuilderInfoContainer';
4
- export * from './II18nFilterBuilderInfoContainerSelection';
5
- export * from './II18nFilterBuilderSelectedValuesContainer';
6
- export * from './II18nFilter';
7
- export * from './II18nFilterValidator';
@@ -1,3 +0,0 @@
1
- export * from './columns';
2
- export * from './filters';
3
- export * from './IResourceI18n';
@@ -1,10 +0,0 @@
1
- import { II18nPanelErrors } from './II18nPanelErrors';
2
- import { II18nPanelMenu } from "./II18nPanelMenu";
3
- import { II18nPanelTooltips } from "./II18nPanelTooltips";
4
-
5
- export interface II18nPanel {
6
- errors: II18nPanelErrors;
7
- menu: II18nPanelMenu;
8
- refresh?: string;
9
- tooltips: II18nPanelTooltips;
10
- }
@@ -1,9 +0,0 @@
1
- export interface II18nPanelErrors {
2
- missing_column: string;
3
- missing_bucket_column: string;
4
- missing_formula_column: string;
5
- missing_linked_column: string;
6
- no_data_found: string;
7
- server_error: string;
8
- try_again: string;
9
- }
@@ -1,15 +0,0 @@
1
- export interface II18nPanelMenu {
2
- edit: string;
3
- download: string;
4
- duplicate: string;
5
- size: string;
6
- delete: string;
7
- embed_chart: string;
8
- small: string;
9
- medium: string;
10
- large: string;
11
- jpg: string;
12
- pdf: string;
13
- csv: string;
14
- csv_summary: string
15
- }
@@ -1,4 +0,0 @@
1
- export interface II18nPanelTooltips {
2
- fit_panel: string;
3
- no_filters: string;
4
- }
@@ -1,4 +0,0 @@
1
- export * from './II18nPanel';
2
- export * from './II18nPanelErrors';
3
- export * from './II18nPanelMenu';
4
- export * from './II18nPanelTooltips';
@@ -1,16 +0,0 @@
1
- import { II18nTableChartsInnerCharts } from './II18nTableChartsInnerCharts';
2
- import { II18nTableChartsPagination } from './II18nTableChartsPagination';
3
- import { II18nTableChartsSort } from "./II18nTableChartsSort";
4
- import { II18nTableChartsSortTooltip } from "./II18nTableChartsSortTooltip";
5
- import { II18nTableChartsVisualizationItems } from "./II18nTableChartsVisualizationItems";
6
-
7
- export interface II18nTableCharts {
8
- edit_label: string;
9
- inner_charts: II18nTableChartsInnerCharts;
10
- pagination: II18nTableChartsPagination,
11
- sort: II18nTableChartsSort;
12
- sort_tooltip: II18nTableChartsSortTooltip;
13
- total: string;
14
- visualization: string;
15
- visualization_items: II18nTableChartsVisualizationItems;
16
- }
@@ -1,8 +0,0 @@
1
- export interface II18nTableChartsInnerCharts {
2
- tooltip: {
3
- end: string;
4
- max: string;
5
- min: string;
6
- start: string;
7
- };
8
- }
@@ -1,4 +0,0 @@
1
- export interface II18nTableChartsPagination {
2
- records_per_page: string;
3
- total_records: string;
4
- }
@@ -1,10 +0,0 @@
1
-
2
- export interface II18nTableChartsSort {
3
- asc: string;
4
- desc: string;
5
- sorted_by: string;
6
- multi_column_sort: string;
7
- select_column: string;
8
- no_sorting_applied: string;
9
- no_sorting: string;
10
- }
@@ -1,3 +0,0 @@
1
- export interface II18nTableChartsSortTooltip {
2
- will_replace: string;
3
- }
@@ -1,5 +0,0 @@
1
-
2
- export interface II18nTableChartsVisualizationItems {
3
- values: string;
4
- bars: string;
5
- }
@@ -1,6 +0,0 @@
1
- export * from './II18nTableCharts';
2
- export * from './II18nTableChartsInnerCharts';
3
- export * from './II18nTableChartsPagination';
4
- export * from './II18nTableChartsSort';
5
- export * from './II18nTableChartsSortTooltip';
6
- export * from './II18nTableChartsVisualizationItems';
@@ -1,16 +0,0 @@
1
- import { IResourceI18n } from "../interfaces/IResourceI18n";
2
- import { I18N_DASHBOARD } from "./dashboard/I18N_DASHBOARD";
3
- import { I18N_PANEL } from "./panel/I18N_PANEL";
4
- import { I18N_FILTER } from "./filters/I18N_FILTER";
5
- import { I18N_FILTER_BUILDER } from "./filters/I18N_FILTER_BUILDER";
6
- import { I18N_COMMON } from "./common/I18N_COMMON";
7
- import { I18N_TABLE_CHARTS } from "./table_charts";
8
-
9
- export const I18N_DEFAULT: IResourceI18n = {
10
- dashboard: I18N_DASHBOARD,
11
- panel: I18N_PANEL,
12
- filter: I18N_FILTER,
13
- filter_builder: I18N_FILTER_BUILDER,
14
- table_charts: I18N_TABLE_CHARTS,
15
- common: I18N_COMMON
16
- };
@@ -1,9 +0,0 @@
1
- // import { COLUMN_LABEL } from "../../../columns/constants/COLUMN_LABEL";
2
- // import { COLUMN_PROPERTY_LABEL } from "../../../columns/constants/COLUMN_PROPERTY_LABEL";
3
- import { II18nColumn } from "../../interfaces/columns/II18nColumn";
4
-
5
- // [TODO: Remove Partial when the property errors are solved.]
6
- export const I18N_COLUMN: Partial<II18nColumn> = {
7
- // column_types: COLUMN_LABEL,
8
- // properties: COLUMN_PROPERTY_LABEL,
9
- };
@@ -1 +0,0 @@
1
- export * from './I18N_COLUMN';
@@ -1,14 +0,0 @@
1
- import { AGGREGATE_LABEL } from "../../../charts/constants/AGGREGATE_LABEL";
2
- import { II18nAgreggateLabels } from "../../interfaces/common/II18nAgreggateLabels";
3
-
4
- export const I18N_AGGREGATE_LABEL: II18nAgreggateLabels = {
5
- none: AGGREGATE_LABEL.NONE,
6
- avg: AGGREGATE_LABEL.AVG,
7
- median: AGGREGATE_LABEL.MEDIAN,
8
- min: AGGREGATE_LABEL.MIN,
9
- max: AGGREGATE_LABEL.MAX,
10
- sum: AGGREGATE_LABEL.SUM,
11
- stdev: AGGREGATE_LABEL.STDEV,
12
- count: AGGREGATE_LABEL.COUNT,
13
- distinctcount: AGGREGATE_LABEL.DISTINCTCOUNT,
14
- };
@@ -1,43 +0,0 @@
1
- import { COLUMN_LABEL } from "../../../columns/constants/COLUMN_LABEL";
2
-
3
- export const I18N_COLUMN_LABEL = {
4
- single_choice_label: COLUMN_LABEL.SINGLE_CHOICE,
5
- multiple_choice_label: COLUMN_LABEL.MULTIPLE_CHOICE,
6
- rating_label: COLUMN_LABEL.RATING,
7
- yes_no_label: COLUMN_LABEL.YES_NO,
8
- ranking_label: COLUMN_LABEL.RANKING,
9
- date_label: COLUMN_LABEL.DATE,
10
- slidebar_label: COLUMN_LABEL.SLIDEBAR,
11
- signature_label: COLUMN_LABEL.SIGNATURE,
12
- dropdown_label: COLUMN_LABEL.DROPDOWN,
13
- numeric_label: COLUMN_LABEL.NUMERIC,
14
- numericc_label: COLUMN_LABEL.NUMERICC,
15
- numericp_label: COLUMN_LABEL.NUMERICP,
16
- numericg_label: COLUMN_LABEL.NUMERICG,
17
- image_label: COLUMN_LABEL.IMAGE,
18
- email_form_label: COLUMN_LABEL.EMAIL_FORM,
19
- phone_label: COLUMN_LABEL.PHONE,
20
- password_label: COLUMN_LABEL.PASSWORD,
21
- checklist_label: COLUMN_LABEL.CHECKLIST,
22
- nps_score_label: COLUMN_LABEL.NPS_SCORE,
23
- nps_feedback_label: COLUMN_LABEL.NPS_FEEDBACK,
24
- text_label_label: COLUMN_LABEL.TEXT_LABEL,
25
- text_category_label: COLUMN_LABEL.TEXT_CATEGORY,
26
- lookup_label: COLUMN_LABEL.LOOKUP,
27
- headline_label: COLUMN_LABEL.HEADLINE,
28
- section_label: COLUMN_LABEL.SECTION,
29
-
30
- formula_label: COLUMN_LABEL.FORMULA,
31
- aggregated_formula_label: COLUMN_LABEL.AGGREGATED_FORMULA,
32
- bucket_label: COLUMN_LABEL.BUCKET,
33
-
34
- textfield_label: COLUMN_LABEL.TEXTFIELD,
35
- longtext_label: COLUMN_LABEL.LONGTEXT,
36
- imageupload_label: COLUMN_LABEL.IMAGEUPLOAD,
37
- fileupload_label: COLUMN_LABEL.FILEUPLOAD,
38
- expression_label: COLUMN_LABEL.EXPRESSION,
39
-
40
- name_label: COLUMN_LABEL.NAME,
41
- usaddress_label: COLUMN_LABEL.USADDRESS,
42
- address_label: COLUMN_LABEL.ADDRESS,
43
- };
@@ -1,30 +0,0 @@
1
- import { II18nCommon } from "../../interfaces/common/II18nCommon";
2
- import { I18N_AGGREGATE_LABEL } from "./I18N_AGGREGATE_LABEL";
3
- import { I18N_COLUMN_LABEL } from "./I18N_COLUMN_LABEL";
4
-
5
- export const I18N_COMMON: II18nCommon = {
6
- aggregate_labels: I18N_AGGREGATE_LABEL,
7
- column_types: I18N_COLUMN_LABEL,
8
- search: "Buscar",
9
- chart_info_messages_default: {
10
- max_data: "Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max Data</i> Points to display.",
11
- max_panels: "Chart shows a maximum number of data points by default. To see more, go to <i>Formats</i> chart options and increase the <i>Max Panels</i> to display.",
12
- max_increment: "Increasing the amount of records to display above {{max_data_point_option}} can affect chart performance.",
13
- max_panels_increment: "Increasing the amount of panels to display above {{max_data_point_values_panels}} can affect chart performance.",
14
- median_aggregation_results: "The numbers are not actual, they are for preview purposes only.",
15
- max_limit: "Only 10,000 max data points are supported."
16
- },
17
- chart_info_messages_crosstab: {
18
- max_data: 'Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max Rows</i> and <i>Max Columns</i> to display.',
19
- max_increment: `Increasing the amount of records to display above {{max_rows_option}} rows or {{max_groups_option}} columns can affect chart performance.`,
20
- value_missing: `A <i>Values</i> column could be added to this chart.`
21
- },
22
- chart_info_messages_table_chart: {
23
- max_data_simple: "Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max Rows</i> to display.",
24
- max_data_grouped: "Chart shows a maximum number of data points by default. To see more, go to <i>General</i> chart options and increase the <i>Max Groups</i> to display.",
25
- max_increment: "Increasing the amount of records to display above {{max_rows_option}} rows or {{max_groups_option}} groups can affect chart performance.",
26
- grouped_column: "<i>Columns</i> are needed for this chart.",
27
- link_incompatible: "A <i>Group column</i> is needed for this chart to use linked data in Columns.",
28
- unsupported_aggs: "Some totals are not applicable to some columns."
29
- }
30
- };
@@ -1,10 +0,0 @@
1
- import { II18nSlidebar } from "../../interfaces/common/II18nSlidebar";
2
-
3
- export const I18N_SLIDEBAR: II18nSlidebar = {
4
- min: 'Data Min',
5
- max: 'Data Max',
6
- and: 'And',
7
- value_container: {
8
- tooltip: 'Add new value',
9
- },
10
- };
@@ -1,5 +0,0 @@
1
- export * from './I18N_COMMON';
2
-
3
- export * from './I18N_COLUMN_LABEL';
4
- export * from './I18N_SLIDEBAR';
5
- export * from './I18N_VALUE_CONTAINER';
@@ -1,23 +0,0 @@
1
- import { II18nDashboard } from "../../interfaces/dashboard/II18nDashboard";
2
-
3
- export const I18N_DASHBOARD: II18nDashboard = {
4
- views: {
5
- summary_view: "Summary",
6
- tabular_view: "Tabular View",
7
- custom_view: "Custom View",
8
- metric_view: "Metric View",
9
- },
10
- add_chart: {
11
- add: "Add",
12
- chart: "Chart",
13
- metric: "Metric",
14
- },
15
- export_csv: "Export to CSV",
16
- tooltips: {
17
- style_themes: "Style Themes",
18
- formulas: "Formulas",
19
- buckets: "Buckets",
20
- download: "Download",
21
- embed_analyze: "Embed Analyze View",
22
- },
23
- };
@@ -1 +0,0 @@
1
- export * from './I18N_DASHBOARD';
@@ -1,6 +0,0 @@
1
- import { II18nFilter } from "../../interfaces/filters/II18nFilter";
2
- import { I18N_FILTER_VALIDATOR } from "./I18N_FILTER_VALIDATOR";
3
-
4
- export const I18N_FILTER: II18nFilter = {
5
- validators: I18N_FILTER_VALIDATOR,
6
- };
@@ -1,28 +0,0 @@
1
- import { FILTER_DATE_SECTION_LABEL } from "../../../filters/constants/common/FILTER_DATE_SECTION_LABEL";
2
- import { II18nFilterBuilder } from "../../interfaces/filters/II18nFilterBuilder";
3
-
4
- export const I18N_FILTER_BUILDER: II18nFilterBuilder = {
5
- title: 'Filter',
6
- apply_button: 'Apply',
7
- cancel_button: 'Cancel',
8
- apply_to: 'Apply to',
9
- column_selector: {
10
- title: 'Column',
11
- placeholder: 'Search or select a column to create filters',
12
- },
13
- date_sections: FILTER_DATE_SECTION_LABEL,
14
- divider_label: 'Is',
15
- // properties: COLUMN_PROPERTY_LABEL, //In different location
16
- // value_container: VALUES_CONTAINER, //In different location
17
- // slidebar: SLIDEBAR, //In different location
18
- selected_values_container: {
19
- empty_message: 'No values added'
20
- },
21
- info_container: {
22
- info: '<b>OR</b> logic is used for multiple values.',
23
- selection: {
24
- selected: 'selected of',
25
- loaded: 'loaded',
26
- },
27
- }
28
- };
@@ -1,27 +0,0 @@
1
-
2
- import { FILTER_VALIDATOR_LABEL } from "../../../filters/constants/common/FILTER_VALIDATOR_LABEL";
3
- import { II18nFilterValidator } from "../../interfaces/filters/II18nFilterValidator";
4
-
5
- export const I18N_FILTER_VALIDATOR: II18nFilterValidator = {
6
- equals_label: FILTER_VALIDATOR_LABEL.EQUALS,
7
- not_equal_label: FILTER_VALIDATOR_LABEL.NOT_EQUAL,
8
- contains_label: FILTER_VALIDATOR_LABEL.CONTAINS,
9
- not_contain_label: FILTER_VALIDATOR_LABEL.NOT_CONTAIN,
10
- ends_with_label: FILTER_VALIDATOR_LABEL.ENDS_WITH,
11
- not_end_with_label: FILTER_VALIDATOR_LABEL.NOT_END_WITH,
12
- starts_with_label: FILTER_VALIDATOR_LABEL.STARTS_WITH,
13
- not_start_with_label: FILTER_VALIDATOR_LABEL.NOT_START_WITH,
14
- between_inclusive_label: FILTER_VALIDATOR_LABEL.BETWEEN_INCLUSIVE,
15
- between_exclusive_label: FILTER_VALIDATOR_LABEL.BETWEEN_EXCLUSIVE,
16
- less_than_label: FILTER_VALIDATOR_LABEL.LESS_THAN,
17
- less_than_equal_label: FILTER_VALIDATOR_LABEL.LESS_THAN_EQUAL,
18
- greater_than_label: FILTER_VALIDATOR_LABEL.GREATER_THAN,
19
- greater_than_equal_label: FILTER_VALIDATOR_LABEL.GREATER_THAN_EQUAL,
20
- is_null_label: FILTER_VALIDATOR_LABEL.IS_NULL,
21
- is_not_null_label: FILTER_VALIDATOR_LABEL.IS_NOT_NULL,
22
- before_label: FILTER_VALIDATOR_LABEL.BEFORE,
23
- after_label: FILTER_VALIDATOR_LABEL.AFTER,
24
- before_on_label: FILTER_VALIDATOR_LABEL.BEFORE_ON,
25
- after_on_label: FILTER_VALIDATOR_LABEL.AFTER_ON,
26
- in_label: FILTER_VALIDATOR_LABEL.IN,
27
- };
@@ -1,3 +0,0 @@
1
- export * from './I18N_FILTER_BUILDER';
2
- export * from './I18N_FILTER';
3
- export * from './I18N_FILTER_VALIDATOR';
@@ -1,6 +0,0 @@
1
- export * from './columns';
2
- export * from './dashboard';
3
- export * from './filters';
4
- export * from './panel';
5
- export * from './table_charts';
6
- export * from './I18N_DEFAULT';
@@ -1,33 +0,0 @@
1
- import { II18nPanel } from "../../interfaces/panel";
2
-
3
- export const I18N_PANEL: II18nPanel = {
4
- errors: {
5
- missing_column: 'Missing Column.',
6
- missing_bucket_column: 'Missing bucket column.',
7
- missing_formula_column: 'Missing formula column.',
8
- missing_linked_column: 'Missing linked column.',
9
- no_data_found: 'No data found.',
10
- server_error: 'Sever Error.',
11
- try_again: 'Try Again'
12
- },
13
- menu: {
14
- edit: "Edit",
15
- download: "Download",
16
- duplicate: "Duplicate",
17
- size: "Size",
18
- delete: "Delete",
19
- embed_chart: "Embed chart",
20
- small: "Small",
21
- medium: "Medium",
22
- large: "Large",
23
- jpg: 'JPG',
24
- pdf: 'PDF',
25
- csv: 'CSV',
26
- csv_summary: 'CSV-Summary'
27
- },
28
- refresh: "Refresh",
29
- tooltips: {
30
- fit_panel: "Fit to panel",
31
- no_filters: "No filters applied"
32
- }
33
- };
@@ -1 +0,0 @@
1
- export * from './I18N_PANEL';
@@ -1,35 +0,0 @@
1
- import { II18nTableCharts } from '../../interfaces/table_charts/II18nTableCharts';
2
-
3
- export const I18N_TABLE_CHARTS: II18nTableCharts = {
4
- edit_label: "Edit Label",
5
- inner_charts: {
6
- tooltip: {
7
- end: 'End',
8
- max: 'Max',
9
- min: 'Min',
10
- start: 'Start'
11
- }
12
- },
13
- pagination: {
14
- records_per_page: 'Records per page',
15
- total_records: 'Total records'
16
- },
17
- sort: {
18
- asc: 'Asc',
19
- desc: 'Desc',
20
- sorted_by: "Order by",
21
- multi_column_sort: "Apply Multi-Column Sort",
22
- select_column: "Select column to sort by",
23
- no_sorting_applied: "No Sorting Applied",
24
- no_sorting: "No Sorting"
25
- },
26
- sort_tooltip: {
27
- will_replace: "Selecting this column will replace the '{{column_name}}' sorting"
28
- },
29
- total: "total",
30
- visualization: "Visualization",
31
- visualization_items: {
32
- values: "Values",
33
- bars: "Bars"
34
- }
35
- };
@@ -1 +0,0 @@
1
- export * from './I18N_TABLE_CHARTS';