@qrvey/utils 1.2.9-3 → 1.2.9-32

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 (532) hide show
  1. package/README.md +0 -4323
  2. package/dist/charts/constants/AGGREGATE_LABEL.d.ts +1 -1
  3. package/dist/charts/constants/AGGREGATE_LABEL.js +1 -1
  4. package/dist/cjs/charts/constants/AGGREGATE_LABEL.d.ts +1 -1
  5. package/dist/cjs/charts/constants/AGGREGATE_LABEL.js +1 -1
  6. package/dist/cjs/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +1 -0
  7. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +1 -0
  8. package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +1 -0
  9. package/dist/cjs/columns/interfaces/IColumn.d.ts +0 -2
  10. package/dist/cjs/dates/constants/DATETIME_COLUMN_FORMAT.d.ts +1 -0
  11. package/dist/cjs/dates/constants/DATETIME_COLUMN_FORMAT.js +11 -0
  12. package/dist/cjs/dates/constants/index.d.ts +1 -0
  13. package/dist/cjs/dates/constants/index.js +1 -0
  14. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
  15. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.js +11 -0
  16. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
  17. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +14 -0
  18. package/dist/cjs/dates/relative/constants/index.d.ts +2 -0
  19. package/dist/cjs/dates/relative/constants/index.js +2 -0
  20. package/dist/cjs/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
  21. package/dist/cjs/{globalization/interfaces/IResourceI18n.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
  22. package/dist/cjs/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
  23. package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnitInfo.js} +0 -0
  24. package/dist/cjs/dates/relative/interfaces/index.d.ts +2 -0
  25. package/dist/cjs/dates/relative/interfaces/index.js +2 -0
  26. package/dist/cjs/filters/adapters/FDToFlatUI.js +1 -1
  27. package/dist/cjs/filters/adapters/FDToUI.js +2 -4
  28. package/dist/cjs/filters/adapters/logicToFlatUI.js +3 -3
  29. package/dist/cjs/filters/helpers/builder/getFilterBuilderGeneralConfig.js +1 -0
  30. package/dist/cjs/filters/helpers/ui/getQrveyIdsByUIFilters.d.ts +7 -0
  31. package/dist/cjs/filters/helpers/ui/getQrveyIdsByUIFilters.js +24 -0
  32. package/dist/cjs/filters/helpers/ui/getUIValues.js +13 -7
  33. package/dist/cjs/filters/helpers/ui/getUpdatedUIFilters.d.ts +9 -0
  34. package/dist/cjs/filters/helpers/ui/getUpdatedUIFilters.js +38 -0
  35. package/dist/cjs/filters/helpers/ui/index.d.ts +3 -0
  36. package/dist/cjs/filters/helpers/ui/index.js +3 -0
  37. package/dist/cjs/filters/helpers/ui/transformFilterValues.d.ts +4 -0
  38. package/dist/cjs/filters/helpers/ui/transformFilterValues.js +22 -0
  39. package/dist/cjs/filters/interfaces/OLD_IFilterDetail.d.ts +4 -1
  40. package/dist/cjs/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
  41. package/dist/cjs/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +2 -0
  42. package/dist/cjs/filters/interfaces/panel/IFPSettingsGeneral.d.ts +2 -1
  43. package/dist/cjs/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -2
  44. package/dist/cjs/filters/interfaces/ui/IFUTransformFilterValuesSettings.d.ts +7 -0
  45. package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUTransformFilterValuesSettings.js} +0 -0
  46. package/dist/cjs/filters/interfaces/ui/index.d.ts +3 -2
  47. package/dist/cjs/filters/interfaces/ui/index.js +3 -2
  48. package/dist/cjs/format/definition.d.ts +31 -0
  49. package/dist/cjs/format/definition.js +33 -1
  50. package/dist/cjs/format/format.d.ts +2 -1
  51. package/dist/cjs/format/format.js +8 -5
  52. package/dist/cjs/format/index.d.ts +1 -0
  53. package/dist/cjs/format/index.js +1 -0
  54. package/dist/cjs/format/localization.d.ts +4 -0
  55. package/dist/cjs/format/localization.js +79 -0
  56. package/dist/cjs/globalization/helpers/getI18nCalendar.d.ts +4 -0
  57. package/dist/cjs/globalization/helpers/getI18nCalendar.js +69 -0
  58. package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +2 -0
  59. package/dist/cjs/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
  60. package/dist/cjs/globalization/helpers/index.d.ts +1 -0
  61. package/dist/cjs/globalization/helpers/index.js +1 -0
  62. package/dist/cjs/globalization/interfaces/II18nConfig.d.ts +6 -0
  63. package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → II18nConfig.js} +0 -0
  64. package/dist/cjs/globalization/interfaces/{IResourceI18n.d.ts → II18nResource.d.ts} +3 -1
  65. package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImage.js → II18nResource.js} +0 -0
  66. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
  67. package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +2 -0
  68. package/dist/cjs/globalization/interfaces/calendar/II18nCalendar.d.ts +7 -0
  69. package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImageAnalysis.js → calendar/II18nCalendar.js} +0 -0
  70. package/dist/cjs/globalization/interfaces/calendar/II18nCalendarProperties.d.ts +9 -0
  71. package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.js → calendar/II18nCalendarProperties.js} +0 -0
  72. package/dist/cjs/globalization/interfaces/calendar/index.d.ts +2 -0
  73. package/dist/cjs/globalization/interfaces/calendar/index.js +14 -0
  74. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -16
  75. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
  76. package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts → cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.d.ts} +1 -1
  77. package/dist/cjs/globalization/interfaces/chart_builder/{II18nChartBuilderComplexText.js → II18nChartBuilderChartLabels.js} +0 -0
  78. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
  79. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +15 -11
  80. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +2 -0
  81. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
  82. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +13 -11
  83. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +5 -3
  84. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
  85. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +1 -0
  86. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
  87. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
  88. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +2 -1
  89. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
  90. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
  91. package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +1 -8
  92. package/dist/cjs/globalization/interfaces/chart_builder/index.js +1 -8
  93. package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
  94. package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +4 -0
  95. package/dist/cjs/globalization/interfaces/common/II18nDayNames.d.ts +7 -0
  96. package/dist/cjs/globalization/interfaces/common/II18nUnits.d.ts +7 -0
  97. package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexUsaAddress.js → common/II18nUnits.js} +0 -0
  98. package/dist/cjs/globalization/interfaces/common/index.d.ts +2 -0
  99. package/dist/cjs/globalization/interfaces/common/index.js +2 -0
  100. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +3 -0
  101. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardMessages.d.ts +6 -0
  102. package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardMessages.js +2 -0
  103. package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +1 -0
  104. package/dist/cjs/globalization/interfaces/dashboard/index.js +1 -0
  105. package/dist/cjs/globalization/interfaces/filters/II18nFilter.d.ts +4 -0
  106. package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
  107. package/dist/cjs/globalization/interfaces/filters/II18nFilterExtraInfo.d.ts +4 -0
  108. package/dist/cjs/globalization/interfaces/filters/II18nFilterExtraInfo.js +2 -0
  109. package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -2
  110. package/dist/cjs/globalization/interfaces/filters/II18nTokenBox.d.ts +6 -0
  111. package/dist/cjs/globalization/interfaces/filters/II18nTokenBox.js +2 -0
  112. package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
  113. package/dist/cjs/globalization/interfaces/filters/index.d.ts +1 -0
  114. package/dist/cjs/globalization/interfaces/filters/index.js +1 -0
  115. package/dist/cjs/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +2 -0
  116. package/dist/cjs/globalization/interfaces/index.d.ts +7 -2
  117. package/dist/cjs/globalization/interfaces/index.js +7 -2
  118. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +21 -11
  119. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemes.d.ts +13 -0
  120. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemes.js +2 -0
  121. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.d.ts +6 -0
  122. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.js +2 -0
  123. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMenu.d.ts +6 -0
  124. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMenu.js +2 -0
  125. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMessages.d.ts +9 -0
  126. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesMessages.js +2 -0
  127. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +27 -0
  128. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTheme.js +2 -0
  129. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTooltips.d.ts +4 -0
  130. package/dist/cjs/globalization/interfaces/style_themes/II18nStyleThemesTooltips.js +2 -0
  131. package/dist/cjs/globalization/interfaces/style_themes/index.d.ts +6 -0
  132. package/dist/cjs/globalization/interfaces/style_themes/index.js +18 -0
  133. package/dist/cjs/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +1 -0
  134. package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +2 -2
  135. package/dist/cjs/globalization/labels/I18N_DEFAULT.js +2 -0
  136. package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +5 -2
  137. package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.d.ts +2 -0
  138. package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.js +10 -0
  139. package/dist/cjs/globalization/labels/calendar/index.d.ts +1 -0
  140. package/dist/cjs/globalization/labels/calendar/index.js +13 -0
  141. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +15 -11
  142. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +2 -0
  143. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
  144. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +53 -74
  145. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +22 -15
  146. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +3 -2
  147. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +50 -43
  148. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
  149. package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
  150. package/dist/cjs/globalization/labels/common/I18N_COMMON.js +10 -0
  151. package/dist/cjs/globalization/labels/common/I18N_DAY_NAMES.js +7 -0
  152. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +7 -0
  153. package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +10 -0
  154. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
  155. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +5 -2
  156. package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
  157. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +5 -3
  158. package/dist/cjs/globalization/labels/index.d.ts +6 -3
  159. package/dist/cjs/globalization/labels/index.js +6 -3
  160. package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +22 -12
  161. package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +2 -0
  162. package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.js +58 -0
  163. package/dist/cjs/globalization/labels/style_themes/index.d.ts +1 -0
  164. package/dist/cjs/globalization/labels/style_themes/index.js +13 -0
  165. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +1 -0
  166. package/dist/cjs/globalization/service/i18nextBuilder.d.ts +3 -3
  167. package/dist/cjs/globalization/service/initI18n.d.ts +2 -2
  168. package/dist/cjs/interfaces/format/IFormatConfig.Interface.d.ts +5 -0
  169. package/dist/cjs/interfaces/format/IFormatConfig.Interface.js +2 -0
  170. package/dist/cjs/interfaces/format/IFormatCurrency.Interface.d.ts +4 -0
  171. package/dist/cjs/interfaces/format/IFormatCurrency.Interface.js +2 -0
  172. package/dist/cjs/interfaces/format/IFormatOutputFormat.Interface.d.ts +9 -0
  173. package/dist/cjs/interfaces/format/IFormatOutputFormat.Interface.js +2 -0
  174. package/dist/cjs/interfaces/format/index.d.ts +3 -0
  175. package/dist/cjs/interfaces/format/index.js +15 -0
  176. package/dist/cjs/interfaces/general/IGeneralWidgetConfig.d.ts +2 -0
  177. package/dist/cjs/interfaces/index.d.ts +1 -0
  178. package/dist/cjs/interfaces/index.js +1 -0
  179. package/dist/cjs/qrvey/helpers/getValueWithSuffixes.d.ts +9 -0
  180. package/dist/cjs/qrvey/helpers/getValueWithSuffixes.js +23 -0
  181. package/dist/cjs/qrvey/helpers/index.d.ts +2 -0
  182. package/dist/cjs/qrvey/helpers/index.js +2 -0
  183. package/dist/cjs/qrvey/helpers/transformValue.d.ts +8 -0
  184. package/dist/cjs/qrvey/helpers/transformValue.js +49 -0
  185. package/dist/cjs/qrvey/interfaces/IGetValueWithSuffixesSettings.d.ts +11 -0
  186. package/dist/cjs/qrvey/interfaces/IGetValueWithSuffixesSettings.js +2 -0
  187. package/dist/cjs/qrvey/interfaces/ITransformValueSettings.d.ts +11 -0
  188. package/dist/cjs/qrvey/interfaces/ITransformValueSettings.js +2 -0
  189. package/dist/cjs/qrvey/interfaces/index.d.ts +2 -0
  190. package/dist/cjs/qrvey/interfaces/index.js +2 -0
  191. package/dist/cjs/services/api/getAllDatasets.api.d.ts +2 -1
  192. package/dist/cjs/services/api/getAllDatasets.api.js +3 -3
  193. package/dist/cjs/services/api/getDatasetColumns.api.js +3 -1
  194. package/dist/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +1 -0
  195. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +1 -0
  196. package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +1 -0
  197. package/dist/columns/interfaces/IColumn.d.ts +0 -2
  198. package/dist/dates/constants/DATETIME_COLUMN_FORMAT.d.ts +1 -0
  199. package/dist/dates/constants/DATETIME_COLUMN_FORMAT.js +8 -0
  200. package/dist/dates/constants/index.d.ts +1 -0
  201. package/dist/dates/constants/index.js +1 -0
  202. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
  203. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.js +8 -0
  204. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
  205. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +11 -0
  206. package/dist/dates/relative/constants/index.d.ts +2 -0
  207. package/dist/dates/relative/constants/index.js +2 -0
  208. package/dist/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
  209. package/dist/{globalization/interfaces/IResourceI18n.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
  210. package/dist/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
  211. package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnitInfo.js} +0 -0
  212. package/dist/dates/relative/interfaces/index.d.ts +2 -0
  213. package/dist/dates/relative/interfaces/index.js +2 -0
  214. package/dist/filters/adapters/FDToFlatUI.js +1 -1
  215. package/dist/filters/adapters/FDToUI.js +2 -4
  216. package/dist/filters/adapters/logicToFlatUI.js +3 -3
  217. package/dist/filters/helpers/builder/getFilterBuilderGeneralConfig.js +1 -0
  218. package/dist/filters/helpers/ui/getQrveyIdsByUIFilters.d.ts +7 -0
  219. package/dist/filters/helpers/ui/getQrveyIdsByUIFilters.js +20 -0
  220. package/dist/filters/helpers/ui/getUIValues.js +13 -7
  221. package/dist/filters/helpers/ui/getUpdatedUIFilters.d.ts +9 -0
  222. package/dist/filters/helpers/ui/getUpdatedUIFilters.js +34 -0
  223. package/dist/filters/helpers/ui/index.d.ts +3 -0
  224. package/dist/filters/helpers/ui/index.js +3 -0
  225. package/dist/filters/helpers/ui/transformFilterValues.d.ts +4 -0
  226. package/dist/filters/helpers/ui/transformFilterValues.js +18 -0
  227. package/dist/filters/interfaces/OLD_IFilterDetail.d.ts +4 -1
  228. package/dist/filters/interfaces/builder/IFilterBuilderConfig.d.ts +0 -2
  229. package/dist/filters/interfaces/builder/IFilterBuilderGeneralConfig.d.ts +2 -0
  230. package/dist/filters/interfaces/panel/IFPSettingsGeneral.d.ts +2 -1
  231. package/dist/filters/interfaces/panel/IFilterPanelConfig.d.ts +2 -2
  232. package/dist/filters/interfaces/ui/IFUTransformFilterValuesSettings.d.ts +7 -0
  233. package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUTransformFilterValuesSettings.js} +0 -0
  234. package/dist/filters/interfaces/ui/index.d.ts +3 -2
  235. package/dist/filters/interfaces/ui/index.js +3 -2
  236. package/dist/format/definition.d.ts +31 -0
  237. package/dist/format/definition.js +32 -0
  238. package/dist/format/format.d.ts +2 -1
  239. package/dist/format/format.js +6 -3
  240. package/dist/format/index.d.ts +1 -0
  241. package/dist/format/index.js +1 -0
  242. package/dist/format/localization.d.ts +4 -0
  243. package/dist/format/localization.js +73 -0
  244. package/dist/globalization/helpers/getI18nCalendar.d.ts +4 -0
  245. package/dist/globalization/helpers/getI18nCalendar.js +65 -0
  246. package/dist/globalization/helpers/getI18nDateGroupLabel.js +2 -0
  247. package/dist/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
  248. package/dist/globalization/helpers/index.d.ts +1 -0
  249. package/dist/globalization/helpers/index.js +1 -0
  250. package/dist/globalization/interfaces/II18nConfig.d.ts +6 -0
  251. package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → II18nConfig.js} +0 -0
  252. package/dist/globalization/interfaces/{IResourceI18n.d.ts → II18nResource.d.ts} +3 -1
  253. package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImage.js → II18nResource.js} +0 -0
  254. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
  255. package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.d.ts +2 -0
  256. package/dist/globalization/interfaces/calendar/II18nCalendar.d.ts +7 -0
  257. package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImageAnalysis.js → calendar/II18nCalendar.js} +0 -0
  258. package/dist/globalization/interfaces/calendar/II18nCalendarProperties.d.ts +9 -0
  259. package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.js → calendar/II18nCalendarProperties.js} +0 -0
  260. package/dist/globalization/interfaces/calendar/index.d.ts +2 -0
  261. package/dist/globalization/interfaces/calendar/index.js +2 -0
  262. package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -16
  263. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
  264. package/dist/{cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.d.ts → globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.d.ts} +1 -1
  265. package/dist/globalization/interfaces/chart_builder/{II18nChartBuilderComplexText.js → II18nChartBuilderChartLabels.js} +0 -0
  266. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
  267. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +15 -11
  268. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.d.ts +2 -0
  269. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
  270. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +13 -11
  271. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.d.ts +5 -3
  272. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
  273. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.d.ts +1 -0
  274. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
  275. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
  276. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +2 -1
  277. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
  278. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
  279. package/dist/globalization/interfaces/chart_builder/index.d.ts +1 -8
  280. package/dist/globalization/interfaces/chart_builder/index.js +1 -8
  281. package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
  282. package/dist/globalization/interfaces/common/II18nCommon.d.ts +4 -0
  283. package/dist/globalization/interfaces/common/II18nDayNames.d.ts +7 -0
  284. package/dist/globalization/interfaces/common/II18nUnits.d.ts +7 -0
  285. package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexUsaAddress.js → common/II18nUnits.js} +0 -0
  286. package/dist/globalization/interfaces/common/index.d.ts +2 -0
  287. package/dist/globalization/interfaces/common/index.js +2 -0
  288. package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +3 -0
  289. package/dist/globalization/interfaces/dashboard/II18nDashboardMessages.d.ts +6 -0
  290. package/dist/globalization/interfaces/dashboard/II18nDashboardMessages.js +1 -0
  291. package/dist/globalization/interfaces/dashboard/index.d.ts +1 -0
  292. package/dist/globalization/interfaces/dashboard/index.js +1 -0
  293. package/dist/globalization/interfaces/filters/II18nFilter.d.ts +4 -0
  294. package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
  295. package/dist/globalization/interfaces/filters/II18nFilterExtraInfo.d.ts +4 -0
  296. package/dist/globalization/interfaces/filters/II18nFilterExtraInfo.js +1 -0
  297. package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -2
  298. package/dist/globalization/interfaces/filters/II18nTokenBox.d.ts +6 -0
  299. package/dist/globalization/interfaces/filters/II18nTokenBox.js +1 -0
  300. package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
  301. package/dist/globalization/interfaces/filters/index.d.ts +1 -0
  302. package/dist/globalization/interfaces/filters/index.js +1 -0
  303. package/dist/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.d.ts +2 -0
  304. package/dist/globalization/interfaces/index.d.ts +7 -2
  305. package/dist/globalization/interfaces/index.js +7 -2
  306. package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +21 -11
  307. package/dist/globalization/interfaces/style_themes/II18nStyleThemes.d.ts +13 -0
  308. package/dist/globalization/interfaces/style_themes/II18nStyleThemes.js +1 -0
  309. package/dist/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.d.ts +6 -0
  310. package/dist/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.js +1 -0
  311. package/dist/globalization/interfaces/style_themes/II18nStyleThemesMenu.d.ts +6 -0
  312. package/dist/globalization/interfaces/style_themes/II18nStyleThemesMenu.js +1 -0
  313. package/dist/globalization/interfaces/style_themes/II18nStyleThemesMessages.d.ts +9 -0
  314. package/dist/globalization/interfaces/style_themes/II18nStyleThemesMessages.js +1 -0
  315. package/dist/globalization/interfaces/style_themes/II18nStyleThemesTheme.d.ts +27 -0
  316. package/dist/globalization/interfaces/style_themes/II18nStyleThemesTheme.js +1 -0
  317. package/dist/globalization/interfaces/style_themes/II18nStyleThemesTooltips.d.ts +4 -0
  318. package/dist/globalization/interfaces/style_themes/II18nStyleThemesTooltips.js +1 -0
  319. package/dist/globalization/interfaces/style_themes/index.d.ts +6 -0
  320. package/dist/globalization/interfaces/style_themes/index.js +6 -0
  321. package/dist/globalization/interfaces/table_charts/II18nTableChartsPagination.d.ts +1 -0
  322. package/dist/globalization/labels/I18N_DEFAULT.d.ts +2 -2
  323. package/dist/globalization/labels/I18N_DEFAULT.js +2 -0
  324. package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +5 -2
  325. package/dist/globalization/labels/calendar/I18N_CALENDAR.d.ts +2 -0
  326. package/dist/globalization/labels/calendar/I18N_CALENDAR.js +7 -0
  327. package/dist/globalization/labels/calendar/index.d.ts +1 -0
  328. package/dist/globalization/labels/calendar/index.js +1 -0
  329. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +15 -11
  330. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +2 -0
  331. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
  332. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +53 -74
  333. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +22 -15
  334. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +3 -2
  335. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +50 -43
  336. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
  337. package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
  338. package/dist/globalization/labels/common/I18N_COMMON.js +10 -0
  339. package/dist/globalization/labels/common/I18N_DAY_NAMES.js +7 -0
  340. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +7 -0
  341. package/dist/globalization/labels/filters/I18N_FILTER.js +10 -0
  342. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
  343. package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +5 -2
  344. package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
  345. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +5 -3
  346. package/dist/globalization/labels/index.d.ts +6 -3
  347. package/dist/globalization/labels/index.js +6 -3
  348. package/dist/globalization/labels/panel/I18N_PANEL.js +22 -12
  349. package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +2 -0
  350. package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.js +55 -0
  351. package/dist/globalization/labels/style_themes/index.d.ts +1 -0
  352. package/dist/globalization/labels/style_themes/index.js +1 -0
  353. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +1 -0
  354. package/dist/globalization/service/i18nextBuilder.d.ts +3 -3
  355. package/dist/globalization/service/initI18n.d.ts +2 -2
  356. package/dist/interfaces/format/IFormatConfig.Interface.d.ts +5 -0
  357. package/dist/interfaces/format/IFormatConfig.Interface.js +1 -0
  358. package/dist/interfaces/format/IFormatCurrency.Interface.d.ts +4 -0
  359. package/dist/interfaces/format/IFormatCurrency.Interface.js +1 -0
  360. package/dist/interfaces/format/IFormatOutputFormat.Interface.d.ts +9 -0
  361. package/dist/interfaces/format/IFormatOutputFormat.Interface.js +1 -0
  362. package/dist/interfaces/format/index.d.ts +3 -0
  363. package/dist/interfaces/format/index.js +3 -0
  364. package/dist/interfaces/general/IGeneralWidgetConfig.d.ts +2 -0
  365. package/dist/interfaces/index.d.ts +1 -0
  366. package/dist/interfaces/index.js +1 -0
  367. package/dist/qrvey/helpers/getValueWithSuffixes.d.ts +9 -0
  368. package/dist/qrvey/helpers/getValueWithSuffixes.js +19 -0
  369. package/dist/qrvey/helpers/index.d.ts +2 -0
  370. package/dist/qrvey/helpers/index.js +2 -0
  371. package/dist/qrvey/helpers/transformValue.d.ts +8 -0
  372. package/dist/qrvey/helpers/transformValue.js +45 -0
  373. package/dist/qrvey/interfaces/IGetValueWithSuffixesSettings.d.ts +11 -0
  374. package/dist/qrvey/interfaces/IGetValueWithSuffixesSettings.js +1 -0
  375. package/dist/qrvey/interfaces/ITransformValueSettings.d.ts +11 -0
  376. package/dist/qrvey/interfaces/ITransformValueSettings.js +1 -0
  377. package/dist/qrvey/interfaces/index.d.ts +2 -0
  378. package/dist/qrvey/interfaces/index.js +2 -0
  379. package/dist/services/api/getAllDatasets.api.d.ts +2 -1
  380. package/dist/services/api/getAllDatasets.api.js +3 -3
  381. package/dist/services/api/getDatasetColumns.api.js +3 -1
  382. package/package.json +4 -7
  383. package/prepareToPublish.js +2 -1
  384. package/src/charts/constants/AGGREGATE_LABEL.ts +1 -1
  385. package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +1 -0
  386. package/src/columns/interfaces/IColumn.ts +0 -2
  387. package/src/dates/constants/DATETIME_COLUMN_FORMAT.ts +8 -0
  388. package/src/dates/constants/index.ts +1 -0
  389. package/src/dates/relative/constants/RELATIVE_UNIT_INFO.ts +11 -0
  390. package/src/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.ts +13 -0
  391. package/src/dates/relative/constants/index.ts +2 -0
  392. package/src/dates/relative/interfaces/IRelativeUnit.ts +3 -0
  393. package/src/dates/relative/interfaces/IRelativeUnitInfo.ts +7 -0
  394. package/src/dates/relative/interfaces/index.ts +2 -0
  395. package/src/filters/adapters/FDToFlatUI.ts +1 -1
  396. package/src/filters/adapters/FDToUI.ts +2 -3
  397. package/src/filters/adapters/logicToFlatUI.ts +1 -1
  398. package/src/filters/helpers/builder/getFilterBuilderGeneralConfig.ts +1 -0
  399. package/src/filters/helpers/ui/getQrveyIdsByUIFilters.ts +22 -0
  400. package/src/filters/helpers/ui/getUIValues.ts +14 -9
  401. package/src/filters/helpers/ui/getUpdatedUIFilters.ts +36 -0
  402. package/src/filters/helpers/ui/index.ts +3 -0
  403. package/src/filters/helpers/ui/transformFilterValues.ts +29 -0
  404. package/src/filters/interfaces/OLD_IFilterDetail.ts +2 -1
  405. package/src/filters/interfaces/builder/IFilterBuilderConfig.ts +0 -2
  406. package/src/filters/interfaces/builder/IFilterBuilderGeneralConfig.ts +4 -1
  407. package/src/filters/interfaces/panel/IFPSettingsGeneral.ts +2 -1
  408. package/src/filters/interfaces/panel/IFilterPanelConfig.ts +2 -2
  409. package/src/filters/interfaces/ui/IFUTransformFilterValuesSettings.ts +8 -0
  410. package/src/filters/interfaces/ui/index.ts +3 -2
  411. package/src/format/definition.ts +50 -0
  412. package/src/format/format.ts +19 -15
  413. package/src/format/index.ts +1 -0
  414. package/src/format/localization.ts +75 -0
  415. package/src/globalization/helpers/getI18nCalendar.ts +68 -0
  416. package/src/globalization/helpers/getI18nDateGroupLabel.ts +2 -0
  417. package/src/globalization/helpers/getReverseI18nGroupLabel.ts +2 -0
  418. package/src/globalization/helpers/index.ts +1 -0
  419. package/src/globalization/interfaces/II18nConfig.ts +7 -0
  420. package/src/globalization/interfaces/{IResourceI18n.ts → II18nResource.ts} +3 -1
  421. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +2 -1
  422. package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderModalBucket.ts +2 -0
  423. package/src/globalization/interfaces/calendar/II18nCalendar.ts +7 -0
  424. package/src/globalization/interfaces/calendar/II18nCalendarProperties.ts +9 -0
  425. package/src/globalization/interfaces/calendar/index.ts +2 -0
  426. package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +2 -16
  427. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +19 -18
  428. package/src/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.ts → II18nChartBuilderChartLabels.ts} +1 -1
  429. package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +5 -4
  430. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +15 -11
  431. package/src/globalization/interfaces/chart_builder/II18nChartBuilderConditionalFormatting.ts +2 -0
  432. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +16 -15
  433. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +13 -11
  434. package/src/globalization/interfaces/chart_builder/II18nChartBuilderFontOptions.ts +5 -3
  435. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +16 -12
  436. package/src/globalization/interfaces/chart_builder/II18nChartBuilderRefernceLine.ts +1 -0
  437. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +3 -1
  438. package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +19 -16
  439. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +2 -1
  440. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +1 -1
  441. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +15 -3
  442. package/src/globalization/interfaces/chart_builder/index.ts +1 -8
  443. package/src/globalization/interfaces/common/II18nColumnProperties.ts +1 -0
  444. package/src/globalization/interfaces/common/II18nCommon.ts +4 -0
  445. package/src/globalization/interfaces/common/II18nDayNames.ts +8 -0
  446. package/src/globalization/interfaces/common/II18nUnits.ts +7 -0
  447. package/src/globalization/interfaces/common/index.ts +3 -0
  448. package/src/globalization/interfaces/dashboard/II18nDashboard.ts +3 -0
  449. package/src/globalization/interfaces/dashboard/II18nDashboardMessages.ts +6 -0
  450. package/src/globalization/interfaces/dashboard/index.ts +1 -0
  451. package/src/globalization/interfaces/filters/II18nFilter.ts +4 -0
  452. package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +1 -0
  453. package/src/globalization/interfaces/filters/II18nFilterExtraInfo.ts +4 -0
  454. package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +5 -2
  455. package/src/globalization/interfaces/filters/II18nTokenBox.ts +6 -0
  456. package/src/globalization/interfaces/filters/II18nValueContainer.ts +1 -0
  457. package/src/globalization/interfaces/filters/index.ts +1 -0
  458. package/src/globalization/interfaces/formula_builder/II18nFormulaBuilderListModal.ts +3 -1
  459. package/src/globalization/interfaces/index.ts +7 -2
  460. package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +21 -11
  461. package/src/globalization/interfaces/style_themes/II18nStyleThemes.ts +14 -0
  462. package/src/globalization/interfaces/style_themes/II18nStyleThemesDeleteDialog.ts +6 -0
  463. package/src/globalization/interfaces/style_themes/II18nStyleThemesMenu.ts +6 -0
  464. package/src/globalization/interfaces/style_themes/II18nStyleThemesMessages.ts +9 -0
  465. package/src/globalization/interfaces/style_themes/II18nStyleThemesTheme.ts +27 -0
  466. package/src/globalization/interfaces/style_themes/II18nStyleThemesTooltips.ts +4 -0
  467. package/src/globalization/interfaces/style_themes/index.ts +6 -0
  468. package/src/globalization/interfaces/table_charts/II18nTableChartsPagination.ts +1 -0
  469. package/src/globalization/labels/I18N_DEFAULT.ts +4 -2
  470. package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +5 -2
  471. package/src/globalization/labels/calendar/I18N_CALENDAR.ts +9 -0
  472. package/src/globalization/labels/calendar/index.ts +1 -0
  473. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +15 -11
  474. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.ts +2 -0
  475. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +55 -78
  476. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +23 -17
  477. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +3 -2
  478. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +51 -44
  479. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +1 -1
  480. package/src/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.ts +1 -0
  481. package/src/globalization/labels/common/I18N_COMMON.ts +10 -0
  482. package/src/globalization/labels/common/I18N_DAY_NAMES.ts +8 -0
  483. package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +7 -0
  484. package/src/globalization/labels/filters/I18N_FILTER.ts +10 -0
  485. package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +3 -2
  486. package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +5 -2
  487. package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +3 -2
  488. package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +5 -3
  489. package/src/globalization/labels/index.ts +6 -3
  490. package/src/globalization/labels/panel/I18N_PANEL.ts +22 -12
  491. package/src/globalization/labels/style_themes/I18N_STYLE_THEMES.ts +57 -0
  492. package/src/globalization/labels/style_themes/index.ts +1 -0
  493. package/src/globalization/labels/table_charts/I18N_TABLE_CHARTS.ts +1 -0
  494. package/src/globalization/service/i18nextBuilder.ts +4 -4
  495. package/src/globalization/service/initI18n.ts +3 -3
  496. package/src/interfaces/format/IFormatConfig.Interface.ts +5 -0
  497. package/src/interfaces/format/IFormatCurrency.Interface.ts +4 -0
  498. package/src/interfaces/format/IFormatOutputFormat.Interface.ts +10 -0
  499. package/src/interfaces/format/index.ts +3 -0
  500. package/src/interfaces/general/IGeneralWidgetConfig.ts +2 -0
  501. package/src/interfaces/index.ts +1 -0
  502. package/src/qrvey/helpers/getValueWithSuffixes.ts +19 -0
  503. package/src/qrvey/helpers/index.ts +2 -0
  504. package/src/qrvey/helpers/transformValue.ts +49 -0
  505. package/src/qrvey/interfaces/IGetValueWithSuffixesSettings.ts +12 -0
  506. package/src/qrvey/interfaces/ITransformValueSettings.ts +13 -0
  507. package/src/qrvey/interfaces/index.ts +2 -0
  508. package/src/services/api/getAllDatasets.api.ts +4 -3
  509. package/src/services/api/getDatasetColumns.api.ts +3 -1
  510. package/test/columns/isNumericalColumn.test.js +154 -0
  511. package/test/format.test.js +11 -11
  512. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +0 -5
  513. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +0 -4
  514. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +0 -4
  515. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
  516. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
  517. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +0 -6
  518. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +0 -5
  519. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +0 -5
  520. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +0 -4
  521. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +0 -4
  522. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
  523. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
  524. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +0 -6
  525. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +0 -5
  526. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.ts +0 -6
  527. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.ts +0 -4
  528. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.ts +0 -4
  529. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.ts +0 -4
  530. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.ts +0 -4
  531. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.ts +0 -6
  532. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.ts +0 -6
@@ -1,22 +1,26 @@
1
1
  export const I18N_CHART_BUILDER_COMPARISION_OPTIONS = {
2
2
  comparison_options: {
3
- date_column: 'Date Column',
4
- time_period: 'Time Period',
5
3
  comparison: 'Comparison',
6
- type: 'Type',
7
- type_change: '% Change',
8
- type_difference: 'Difference',
4
+ change_triangle_up: 'Triangle Up',
5
+ change_triangle_down: 'Triangle Down',
6
+ change_none: 'None',
7
+ change_circle: 'Circle',
8
+ date_column: 'Date Column',
9
+ difference_higher: 'higher',
10
+ difference_lower: 'lower',
11
+ difference_equal_to: 'Equal to',
12
+ decreasing_change: 'Decreasing Change',
9
13
  font_color: 'Font Color',
10
14
  font_size: 'Font Size',
11
15
  font_style: 'Font Style',
16
+ font_size_disabled: '<i>Automatic Resize</i> is active, go to <i>Styles</i> tab and disable it to set the size manually.',
12
17
  increasing_change: 'Increasing Change',
13
- decreasing_change: 'Decreasing Change',
14
18
  no_change: 'No Change',
15
- change_triangle_up: 'Triangle Up',
16
- change_triangle_down: 'Triangle Down',
17
- chnage_none: 'None',
18
- change_circle: 'Circle',
19
- font_size_disabled: '<i>Automatic Resize</i> is active, go to <i>Styles</i> tab and disable it to set the size manually.',
19
+ preposition_than: 'than',
20
20
  select_option: 'Select Option',
21
+ type: 'Type',
22
+ time_period: 'Time Period',
23
+ type_change: '% Change',
24
+ type_difference: 'Difference',
21
25
  }
22
26
  };
@@ -26,5 +26,7 @@ export const I18N_CHART_BUILDER_FORMAT_OPTIONS = {
26
26
  value: 'Value',
27
27
  type_value: 'Type Value',
28
28
  remove: 'Remove',
29
+ apply_to: 'Apply to',
30
+ entire_row: 'Entire Row'
29
31
  }
30
32
  };
@@ -1,4 +1,4 @@
1
1
  import { II18nChartBuilder } from "../../interfaces/chart_builder/II18nChartBuilder";
2
- declare type General = 'nav_panel' | 'save_dialog' | 'save_incomplete_dialog' | 'leave_dialog' | 'custom_format_dialog' | 'data_panel' | 'dimensions' | 'shelf_menu' | 'scale_types' | 'complex_name' | 'complex_text' | 'complex_usa_address' | 'complex_address' | 'complex_file' | 'complex_image' | 'complex_image_analysis' | 'trend_chart' | 'chart_info' | 'dnd_zone' | 'chart_labes' | 'action_panel' | 'messages_general' | 'messages_default' | 'messages_crosstab' | 'messages_table_chart' | 'messages_missing_default' | 'messages_ms' | 'messages_pie' | 'messages_min_max' | 'messages_metric' | 'messages_heatmap' | 'messages_geo' | 'messages_geo_bubble' | 'messages_box_whiskers';
2
+ declare type General = 'nav_panel' | 'save_dialog' | 'save_incomplete_dialog' | 'leave_dialog' | 'custom_format_dialog' | 'data_panel' | 'dimensions' | 'shelf_menu' | 'scale_types' | 'trend_chart' | 'chart_info' | 'dnd_zone' | 'chart_labels' | 'action_panel' | 'messages_general' | 'messages_default' | 'messages_crosstab' | 'messages_table_chart' | 'messages_missing_default' | 'messages_ms' | 'messages_pie' | 'messages_min_max' | 'messages_metric' | 'messages_heatmap' | 'messages_geo' | 'messages_geo_bubble' | 'messages_box_whiskers';
3
3
  export declare const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General>;
4
4
  export {};
@@ -42,47 +42,50 @@ export const I18N_CHART_BUILDER_GENERAL = {
42
42
  timestamp: 'Timestamp'
43
43
  },
44
44
  data_panel: {
45
- loading: 'Loading ...',
46
- loading_data: 'loading Data',
47
- error_state: 'error state',
48
- title: 'Data',
49
- links: 'Links',
50
- linked_tooltip: 'Linked',
51
45
  column_tooltip: 'Column',
52
- go_dataset_tooltip: 'Go to Dataset',
53
- search_links_placeholder: 'Search Links',
54
- search_columns_placeholder: 'Search Columns',
55
46
  categories: 'Categories',
56
- no_categories_available: 'No categories available',
57
- values: 'Values',
58
- no_values_available: 'No values available',
47
+ error_state: 'error state',
59
48
  geolocations: 'Geolocations',
60
- no_geolocations_available: 'No geolocations available',
61
- no_geolocations_available_tooltips: 'Geolocation groups are required to <br> create maps. These groups can be<br> set up from the Data Page.',
49
+ go_dataset_tooltip: 'Go to Dataset',
50
+ linked_tooltip: 'Linked',
51
+ links: 'Links',
52
+ loading: 'Loading ...',
53
+ loading_data: 'loading Data',
54
+ no_categories_available: 'No categories available',
62
55
  no_data_available: 'There is no data available. Once data is added, it will be displayed here and you can begin creating charts.',
63
- no_data_moment_start: 'There is no data available at the moment,',
64
56
  no_data_moment_action: 'click here',
65
57
  no_data_moment_end: 'to create a dataset and begin working on your chart.',
66
- no_datasets_available: 'No datasets available'
58
+ no_data_moment_start: 'There is no data available at the moment,',
59
+ no_datasets_available: 'No datasets available',
60
+ no_geolocations_available: 'No geolocations available',
61
+ no_geolocations_available_tooltips: 'Geolocation groups are required to <br> create maps. These groups can be<br> set up from the Data Page.',
62
+ no_values_available: 'No values available',
63
+ search_columns_placeholder: 'Search Columns',
64
+ search_dataset_placeholder: 'Search Dataset',
65
+ search_links_placeholder: 'Search Links',
66
+ title: 'Data',
67
+ values: 'Values',
67
68
  },
68
69
  dimensions: {
69
- dimension: 'Dimension',
70
+ categories: 'Categories',
70
71
  category: 'Category',
71
- value: 'Value',
72
- values: 'Values',
73
- series: 'Series',
74
- other_values: 'Other Values',
75
- pivot: 'Pivot',
72
+ column: 'Column',
73
+ columns: 'Columns',
74
+ dimension: 'Dimension',
76
75
  distribution: 'Distribution',
76
+ geolocation: 'Geolocation',
77
77
  group: 'Group',
78
78
  groups: 'Groups',
79
- section: 'Section',
80
- sections: 'Sections',
81
- column: 'Column',
82
- columns: 'Columns',
79
+ other_value: 'Other Value',
80
+ other_values: 'Other Values',
81
+ pivot: 'Pivot',
83
82
  row: 'Row',
84
83
  rows: 'Rows',
85
- geolocation: 'Geolocation'
84
+ section: 'Section',
85
+ sections: 'Sections',
86
+ series: 'Series',
87
+ value: 'Value',
88
+ values: 'Values',
86
89
  },
87
90
  shelf_menu: {
88
91
  bucket: 'Cubo',
@@ -94,42 +97,6 @@ export const I18N_CHART_BUILDER_GENERAL = {
94
97
  discrete: 'Discrete',
95
98
  continuous: 'Continuous'
96
99
  },
97
- complex_name: {
98
- first_name: 'First Name',
99
- last_name: 'Last Name'
100
- },
101
- complex_text: {
102
- words: 'Words',
103
- keyphrases: 'Keyphrases',
104
- sentiment: 'Sentiment',
105
- entities: 'Entities'
106
- },
107
- complex_usa_address: {
108
- address_1: 'Address Line 1',
109
- address_2: 'Address Line 2',
110
- city: 'City',
111
- postal_code: 'Zip Code',
112
- state: 'State'
113
- },
114
- complex_address: {
115
- street: 'Street Address',
116
- city: 'City',
117
- postal_code: 'Postal/Zip Code',
118
- state: 'State/Region/Province',
119
- country: 'Country'
120
- },
121
- complex_file: {
122
- file_size: 'File Size',
123
- file_type: 'File Type'
124
- },
125
- complex_image: {
126
- image_size: 'File Size',
127
- image_type: 'File Type'
128
- },
129
- complex_image_analysis: {
130
- word: 'Word',
131
- categories: 'Categories'
132
- },
133
100
  trend_chart: {
134
101
  add: 'Add Trend Chart',
135
102
  add_trend_disabled: 'Trend Chart is disabled, add fields on the Columns and Groups shelf to enable it.',
@@ -137,13 +104,32 @@ export const I18N_CHART_BUILDER_GENERAL = {
137
104
  color: 'Color',
138
105
  date_grouping: 'Date Grouping',
139
106
  fill: 'Fill',
140
- fill_none: 'None',
141
107
  fill_below: 'Below',
108
+ fill_none: 'None',
109
+ fixed_scale: 'Fixed Scale',
110
+ label: 'Label',
111
+ label_placeholder: 'Type custom label',
112
+ less_than: 'Less than',
113
+ loss_threshold: 'Loss Threshold',
114
+ max_data_points: 'Max Data Points',
115
+ max_scale: 'Max Scale',
116
+ min_scale: 'Min Scale',
142
117
  new_trend_chart_label: 'Trend Chart Num',
143
118
  options_title: 'Trend by',
119
+ remove: 'Remove',
144
120
  select_column: 'Column',
145
121
  select_column_placeholder: 'Select Option',
122
+ show_value: 'Show Value',
123
+ target: 'Target',
124
+ target_aggregate: 'Target Aggregate',
125
+ target_aggregate_placeholder: 'All',
126
+ target_column: 'Target Column',
127
+ target_column_placeholder: 'All',
128
+ target_label: 'Target Label',
129
+ target_value: 'Target Value',
130
+ time_period: 'Time Period',
146
131
  title: 'Trend Chart',
132
+ tooltips: 'Tooltips',
147
133
  trend_by_column: 'Trend by Column',
148
134
  trend_by_column_placeholder: 'Select Option',
149
135
  trend_sort: 'Trend Sort',
@@ -153,13 +139,6 @@ export const I18N_CHART_BUILDER_GENERAL = {
153
139
  type_line: 'Line',
154
140
  type_spline: 'Spline',
155
141
  type_step_line: 'Step Line',
156
- tooltips: 'Tooltips',
157
- show_value: 'Show Value',
158
- label: 'Label',
159
- label_placeholder: 'Type custom label',
160
- time_period: 'Time Period',
161
- max_data_points: 'Max Data Points',
162
- remove: 'Remove',
163
142
  },
164
143
  chart_info: {
165
144
  title_placeholder: 'Untitled Chart',
@@ -169,7 +148,7 @@ export const I18N_CHART_BUILDER_GENERAL = {
169
148
  drop_column_here: 'Drop column here',
170
149
  drop_column_as: 'Drop column as'
171
150
  },
172
- chart_labes: {
151
+ chart_labels: {
173
152
  bar: 'Bar Chart',
174
153
  line: 'Line Chart',
175
154
  symbol: 'Symbol Chart',
@@ -216,12 +195,12 @@ export const I18N_CHART_BUILDER_GENERAL = {
216
195
  max_limit: 'Only 10,000 max data points are supported.'
217
196
  },
218
197
  messages_crosstab: {
219
- 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.',
198
+ 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 Records</i> and <i>Max Columns</i> to display.',
220
199
  max_increment: 'Increasing the amount of records to display above {{max_rows_option}} rows or {{max_groups_option}} columns can affect chart performance.',
221
200
  value_missing: 'A <i>Values</i> column could be added to this chart.'
222
201
  },
223
202
  messages_table_chart: {
224
- 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.',
203
+ 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 Records</i> to display.',
225
204
  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.',
226
205
  max_increment: 'Increasing the amount of records to display above {{max_rows_option}} rows or {{max_groups_option}} groups can affect chart performance.',
227
206
  grouped_column: '<i>Columns</i> are needed for this chart.',
@@ -1,24 +1,28 @@
1
1
  export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
2
2
  general_options: {
3
- max_data_points: 'Max Data Points',
4
- max_series: 'Max Series',
3
+ allow_pagination: 'Allow Pagination',
4
+ data_points: 'Data Points',
5
5
  display_average: 'Display Average',
6
+ does_not_apply_to_dates: 'does not apply to Dates',
6
7
  fixed_scale: 'Fixed Scale',
7
- max_scale: 'Max Scale',
8
- min_scale: 'Min Scale',
9
8
  fixed_scale_placeholder: 'Auto',
10
- max_groups: 'maximo de grupos',
11
9
  freeze_first_column: 'Freeze First Column',
12
- view_labels: 'Label',
13
- view_sorting: 'Sorting',
14
- view_total: 'Totals',
15
- view_subtotals: 'Subtotals',
16
- max_rows: 'Max Rows',
10
+ max: 'Max {{attr}}',
11
+ max_categories: 'Max Categories',
17
12
  max_columns: 'Max Columns',
13
+ max_data_points: 'Max Data Points',
14
+ max_groups: 'Max Groups',
15
+ max_rows: 'Max Rows',
16
+ max_scale: 'Max Scale',
17
+ max_series: 'Max Series',
18
18
  max_slices: 'Max Slices',
19
- max_categories: 'Max Categories',
20
- allow_pagination: 'Allow Pagination',
19
+ min_scale: 'Min Scale',
21
20
  records_per_page: 'Records per page',
21
+ slices: 'Slices',
22
+ view_labels: 'Label',
23
+ view_sorting: 'Sorting',
24
+ view_subtotals: 'Subtotals',
25
+ view_total: 'Totals',
22
26
  },
23
27
  tooltip_settings: {
24
28
  name: 'Tooltips',
@@ -33,7 +37,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
33
37
  values_format: 'Values Format',
34
38
  remove: 'Remove',
35
39
  header_label: 'Header',
36
- header_pleceholder: 'Type text',
40
+ header_placeholder: 'Type text',
37
41
  values_multiples_first: 'First',
38
42
  values_multiples_last: 'Last',
39
43
  },
@@ -58,7 +62,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
58
62
  calculation_type_difference: 'Difference',
59
63
  calculation_type_percent_difference: '% Difference',
60
64
  custom_label: 'Custom Label',
61
- custom_label_pleceholder: 'Type Custom Label',
65
+ custom_label_placeholder: 'Type Custom Label',
62
66
  remove: 'Remove',
63
67
  calculation: 'Calculation',
64
68
  remove_calculation: 'Remove Calculation',
@@ -66,6 +70,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
66
70
  level_placeholder: 'Select level',
67
71
  level_table: 'Table',
68
72
  calculation_disabled: 'Table Calculations is disabled, add fields on the {{label_shelf}} to enable it.',
73
+ table_calculation_direction: "Table Calculation Direction"
69
74
  },
70
75
  legends: {
71
76
  title: 'Legends',
@@ -80,13 +85,15 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
80
85
  label: 'Label',
81
86
  order_chart_columns: 'Chart Columns',
82
87
  order_others_columns: 'Other Columns',
88
+ select_aggregate_placeholder: 'Select Aggregate',
83
89
  select_column_placeholder: 'Select Column',
84
- sort: 'Sort',
85
90
  sort_ascending: 'Sort Ascending',
86
91
  sort_by: 'Sort by',
87
92
  sort_descending: 'Sort Descending',
88
93
  sort_descending_a_to_z: 'A to Z',
89
94
  sort_descending_z_to_a: 'Z to A',
95
+ sort: 'Sort',
96
+ sorting_by_calculated_value: 'Sorting by Calculated Value',
90
97
  title: 'Sorting',
91
98
  value: 'Value',
92
99
  },
@@ -1,6 +1,6 @@
1
1
  export const I18N_CHART_BUILDER_LAYER_OPTIONS = {
2
2
  trends_line: {
3
- title: 'Trends line',
3
+ title: 'Trend Line',
4
4
  type: 'Type',
5
5
  type_none: 'None',
6
6
  type_standard_linear_regression: 'Standard Linear Regression',
@@ -22,11 +22,12 @@ export const I18N_CHART_BUILDER_LAYER_OPTIONS = {
22
22
  custom_label_placeholder: 'Type custom label',
23
23
  dynamic: 'Dynamic',
24
24
  fixed: 'Fixed',
25
- new_reference_line_label: 'Reference Line num',
25
+ new_reference_line_label: 'Reference Line',
26
26
  opacity: 'Opacity',
27
27
  remove: 'Remove',
28
28
  title: 'Reference Line',
29
29
  value: 'Value',
30
30
  value_aggregated: 'Value Aggregate',
31
+ value_aggregated_placeholder: 'Select Aggregate',
31
32
  },
32
33
  };
@@ -1,39 +1,43 @@
1
1
  export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
2
2
  style_options: {
3
+ allow_clustering: 'Allow Clustering',
3
4
  axis_labels: 'Axis Labels',
4
- x_axis_title: 'X - Axis',
5
- y_axis_title: 'Y - Axis',
5
+ axis_position_disabled_message: '<i>Axis Position</i> is disabled because stacked type configuration is in use.',
6
+ bar_type_disabled_message: 'Bar <i>Type</i> selection is disabled because not all of the column visualization styles are set as bars.',
6
7
  bar_width: 'Bar Width',
7
8
  bar_width_symbol: '%',
8
9
  bar_width_auto: 'Auto',
9
- data_labels_check: 'Data Labels',
10
+ bullet_color: 'Bullet Color',
10
11
  borders_check: 'Borders',
11
- shading_check: 'Shading',
12
- values_check: 'Values',
13
- percentage_check: 'Percentage',
14
- line_opacity: 'Line Opacity',
15
- threshold_opacity: 'Threshold Opacity',
16
- symbol_opacity: 'Symbol Opacity',
17
- show_animation_check: 'Show Animation',
18
- needle_color: 'Needle Color',
19
- show_comparision_check: 'Show Comparison',
12
+ chart_type_disabled_message: '<i>Type</i> selection is disabled because stacked type configuration is in use.',
20
13
  comparision_color: 'Comparision Color',
21
- bullet_color: 'Bullet Color',
14
+ data_labels_check: 'Data Labels',
22
15
  default_format_title: 'Format',
23
- reversed_colors: 'Reversed Colors',
24
- map_borders: 'Map borders',
25
- allow_clustering: 'Allow Clustering',
26
- display_outliers_check: 'Display outliers',
16
+ display_outliers_check: 'Display Outliers',
17
+ line_opacity: 'Line Opacity',
18
+ map_borders: 'Map Borders',
19
+ needle_color: 'Needle Color',
27
20
  opacity: 'Opacity',
21
+ percentage_check: 'Percentage',
22
+ reversed_colors: 'Reversed Colors',
23
+ shading_check: 'Shading',
24
+ symbol_opacity: 'Symbol Opacity',
25
+ show_animation_check: 'Show Animation',
26
+ show_comparison_check: 'Show Comparison',
27
+ threshold_opacity: 'Threshold Opacity',
28
+ values_check: 'Values',
29
+ x_axis_title: 'X - Axis',
30
+ y_axis_title: 'Y - Axis',
28
31
  },
29
32
  color_settings: {
30
- select_color_type: 'Color type',
31
- single_color: 'Single color',
32
33
  color_by_category: 'By category',
33
- select_color: 'Color',
34
- select_theme: 'Theme',
35
34
  color_by_value_title: 'Color by value',
36
35
  match_color: 'Match colors across charts',
36
+ select_color: 'Color',
37
+ select_color_type: 'Color type',
38
+ select_color_type_placeholder: 'Select color type',
39
+ select_theme: 'Theme',
40
+ single_color: 'Single color',
37
41
  },
38
42
  color_by_values: {
39
43
  title: 'Color by values',
@@ -54,32 +58,33 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
54
58
  horizontal: 'Horizontal',
55
59
  },
56
60
  axis_style: {
57
- custom_label: 'Label',
61
+ axis_format_title: 'Axis Format',
62
+ axis_position: 'Axis Position',
63
+ axis_position_left: 'Left',
64
+ axis_position_primary_axis: 'Use Primary Axis',
65
+ axis_position_right: 'Right',
58
66
  custom_axis_label: 'Axis Label',
59
- custom_label_pleceholder: 'Custom label',
60
- values_check: 'Values',
61
- values_axis_check: 'Axis Values',
62
- values_rotation: 'Values Rotation',
63
- values_rotation_horizontal: 'Horizontal',
64
- values_rotation_diagonal: 'Diagonal',
65
- values_rotation_vertical: 'Vertical',
67
+ custom_label: 'Label',
68
+ custom_label_placeholder: 'Custom label',
66
69
  format_title: 'Format',
67
- axis_format_title: 'Axis Format',
70
+ max_range: 'Max Range',
71
+ max_range_placeholder: 'Auto',
72
+ min_range: 'Min Range',
73
+ min_range_placeholder: 'Auto',
74
+ position: 'Position',
68
75
  scale_type: 'Scale Type',
69
76
  scale_type_linear: 'Linear',
70
77
  scale_type_logarithm: 'Logarithm',
71
- min_range: 'Min Range',
72
- min_range_placeholder: 'Auto',
73
- max_range: 'Max Range',
74
- max_range_placeholder: 'Auto',
78
+ scale_type_placeholder: 'Select color type',
75
79
  steps: 'Steps',
76
80
  steps_placeholder: 'Auto',
77
- position: 'Position',
78
- axis_position: 'Axis Position',
79
- axis_position_primari_axis: 'Use Primary Axis',
80
- axis_position_left: 'Left',
81
- axis_position_right: 'Right',
82
81
  type_label: 'Type',
82
+ values_axis_check: 'Axis Values',
83
+ values_check: 'Values',
84
+ values_rotation: 'Values Rotation',
85
+ values_rotation_diagonal: 'Diagonal',
86
+ values_rotation_horizontal: 'Horizontal',
87
+ values_rotation_vertical: 'Vertical',
83
88
  },
84
89
  bar_types: {
85
90
  title: 'Type',
@@ -102,7 +107,7 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
102
107
  thickness_thin: 'Thin',
103
108
  thickness_normal: 'Normal',
104
109
  thickness_bold: 'Bold',
105
- styles_title: 'line Styles',
110
+ styles_title: 'Line Style',
106
111
  styles_solid: 'Solid',
107
112
  styles_dashed: 'Dashed',
108
113
  styles_dotted: 'Dotted',
@@ -144,13 +149,15 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
144
149
  names_rotation: 'Names Rotation',
145
150
  },
146
151
  font_options: {
152
+ automatic_resize: 'Automatic Resize',
147
153
  color: 'Font Color',
154
+ disabled: '<i>Automatic Resize</i> is active, disable it to set the size manually.',
155
+ select_option_placeholder: 'Select Option',
156
+ size: 'Font Size',
148
157
  style: 'Font Style',
149
- style_regular: 'Regular',
150
158
  style_bold: 'Bold',
151
159
  style_italic: 'Italic',
152
- automatic_resize: 'Automatic Resize',
153
- size: 'Font Size',
160
+ style_regular: 'Regular',
154
161
  },
155
162
  circle_size: {
156
163
  title: 'Circle Size',
@@ -27,7 +27,7 @@ export const I18N_CHART_BUILDER_TIME_PERIOD = {
27
27
  time_period_custom_range: {
28
28
  before: 'Before',
29
29
  after: 'After',
30
- between: 'Rango',
30
+ between: 'Between',
31
31
  and: 'And',
32
32
  }
33
33
  };
@@ -30,6 +30,7 @@ export const I18N_COLUMN_PROPERTY_LABEL = {
30
30
  imageupload_filesize_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE,
31
31
  imageupload_filetype_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE,
32
32
  imageupload_analysis_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS,
33
+ imageupload_analysis_categories_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGECATEGORY,
33
34
  expression_positive_label: COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE,
34
35
  expression_negative_label: COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE,
35
36
  name_first_name_label: COLUMN_PROPERTY_LABEL.NAME_FIRST,
@@ -1,3 +1,5 @@
1
+ import { RELATIVE_UNIT_INFO } from "../../../dates/relative/constants/RELATIVE_UNIT_INFO";
2
+ import { I18N_CALENDAR } from "../calendar";
1
3
  import { I18N_AGGREGATE_LABEL } from "./I18N_AGGREGATE_LABEL";
2
4
  import { I18N_COLUMN_LABEL } from "./I18N_COLUMN_LABEL";
3
5
  import { I18N_COLUMN_PROPERTY_LABEL } from "./I18N_COLUMN_PROPERTY_LABEL";
@@ -5,6 +7,7 @@ import { I18N_DATE_GROUPING } from "./I18N_DATE_GROUPING";
5
7
  import { I18N_DAY_NAMES } from "./I18N_DAY_NAMES";
6
8
  export const I18N_COMMON = {
7
9
  aggregate_labels: I18N_AGGREGATE_LABEL,
10
+ calendar: I18N_CALENDAR,
8
11
  column_types: I18N_COLUMN_LABEL,
9
12
  column_types_suffixes: {
10
13
  slidebar_one: 'Step',
@@ -17,4 +20,11 @@ export const I18N_COMMON = {
17
20
  no_data_found: "No Data Found",
18
21
  properties: I18N_COLUMN_PROPERTY_LABEL,
19
22
  search: "Search",
23
+ units: {
24
+ day: RELATIVE_UNIT_INFO.DAY.label,
25
+ month: RELATIVE_UNIT_INFO.MONTH.label,
26
+ quarter: RELATIVE_UNIT_INFO.QUARTER.label,
27
+ week: RELATIVE_UNIT_INFO.WEEK.label,
28
+ year: RELATIVE_UNIT_INFO.YEAR.label,
29
+ }
20
30
  };
@@ -2,6 +2,13 @@ import { DATE_WEEK_DAYS } from "../../../dates/constants/DATE_WEEK_DAYS";
2
2
  import { DATE_WEEK_DAYS_DDDD } from "../../../dates/constants/DATE_WEEK_DAYS_DDDD";
3
3
  import { capitalize } from "../../../general/string/capitalize";
4
4
  export const I18N_DAY_NAMES = {
5
+ sunday_dd: capitalize(DATE_WEEK_DAYS[0].substring(0, 2)),
6
+ monday_dd: capitalize(DATE_WEEK_DAYS[1].substring(0, 2)),
7
+ tuesday_dd: capitalize(DATE_WEEK_DAYS[2].substring(0, 2)),
8
+ wednesday_dd: capitalize(DATE_WEEK_DAYS[3].substring(0, 2)),
9
+ thursday_dd: capitalize(DATE_WEEK_DAYS[4].substring(0, 2)),
10
+ friday_dd: capitalize(DATE_WEEK_DAYS[5].substring(0, 2)),
11
+ saturday_dd: capitalize(DATE_WEEK_DAYS[6].substring(0, 2)),
5
12
  sunday_ddd: capitalize(DATE_WEEK_DAYS[0]),
6
13
  monday_ddd: capitalize(DATE_WEEK_DAYS[1]),
7
14
  tuesday_ddd: capitalize(DATE_WEEK_DAYS[2]),
@@ -11,6 +11,13 @@ export const I18N_DASHBOARD = {
11
11
  learn_more: 'Learn more',
12
12
  },
13
13
  export_csv: "Export to CSV",
14
+ messages: {
15
+ dataset_not_available: "Dataset not available at the moment.",
16
+ dataset_not_found: "Dataset not found.",
17
+ server_error: "Server Error.",
18
+ try_again: "Try Again",
19
+ },
20
+ no_record_found: 'No Records Found',
14
21
  toast: {
15
22
  add_record_message: 'Record Successfully Added.',
16
23
  data_views_updated_message: 'Data views updated successfully.',
@@ -11,6 +11,10 @@ export const I18N_FILTER = {
11
11
  absolute: FILTER_DATE_SECTION_LABEL.ABSOLUTE,
12
12
  relative: FILTER_DATE_SECTION_LABEL.RELATIVE,
13
13
  },
14
+ extra_info: {
15
+ date_picker_tooltip: 'Created with date picker',
16
+ input_box_tooltip: 'Input Box Filter',
17
+ },
14
18
  operators: I18N_FILTER_OPERATOR,
15
19
  ranking_container: I18N_RANKING_CONTAINER,
16
20
  relative_container: I18N_RELATIVE_CONTAINER,
@@ -26,6 +30,12 @@ export const I18N_FILTER = {
26
30
  },
27
31
  scopes: I18N_FILTER_SCOPE,
28
32
  slidebar: I18N_SLIDEBAR,
33
+ token_box: {
34
+ data_tokens: 'DataTokens',
35
+ search: 'Search',
36
+ system_tokens: 'SystemTokens',
37
+ user_tokens: 'UserTokens',
38
+ },
29
39
  validators: I18N_FILTER_VALIDATOR,
30
40
  value_container: I18N_VALUE_CONTAINER,
31
41
  };
@@ -4,8 +4,9 @@ export const I18N_FILTER_BUILDER = {
4
4
  apply_to: 'Apply to',
5
5
  cancel_button: 'Cancel',
6
6
  column_selector: {
7
- title: 'Column',
7
+ no_data_message: 'No Data Found',
8
8
  placeholder: 'Search or select a column to create filters',
9
+ title: 'Column',
9
10
  },
10
11
  divider_label: 'Is',
11
12
  error_messages: {
@@ -24,8 +25,8 @@ export const I18N_FILTER_BUILDER = {
24
25
  },
25
26
  info_container: {
26
27
  info: '<b>OR</b> logic is used for multiple values.',
27
- selected_label: 'selected of',
28
28
  loaded_label: 'loaded',
29
+ selected_label: 'selected of',
29
30
  },
30
31
  scopes: {
31
32
  global: FILTER_BUILDER_SCOPE_LABEL.GLOBAL,
@@ -1,10 +1,13 @@
1
1
  import { I18N_RELATIVE_CURSOR } from "./I18N_RELATIVE_CURSOR";
2
2
  export const I18N_RELATIVE_CONTAINER = {
3
- cursors: I18N_RELATIVE_CURSOR,
4
3
  calendar_date: 'Calendar dates',
5
4
  calendar_date_tooltip: 'The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.',
5
+ current_date: 'Current Date',
6
+ cursors: I18N_RELATIVE_CURSOR,
7
+ date_selected: 'Date Selected',
8
+ from_label: 'from',
6
9
  starting_date: 'Include starting date',
7
10
  starting_date_tooltip: 'The relative date will include the specific starting date and a period of time to show from that date onwards (Inclusive range). <br/> Unchecking this option will exclude the chosen starting date (exclusive range) from the date range.',
8
11
  starting_from: 'Starting From',
9
- date_selected: 'Date Selected',
12
+ set_current_date: 'Set to current date',
10
13
  };
@@ -1,10 +1,11 @@
1
1
  export const I18N_VALUE_CONTAINER = {
2
+ no_label: 'No Label',
3
+ no_records_message: 'No records found',
2
4
  search_input: {
3
- placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
4
5
  enter_value_first_label: "Press",
5
6
  enter_value_second_label: "Enter",
6
7
  enter_value_third_label: "to Insert",
8
+ placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
7
9
  },
8
- no_label: 'No Label',
9
10
  select_all: 'Select All',
10
11
  };