@qrvey/utils 1.2.9-4 → 1.2.9-8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/README.md +561 -561
  2. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
  3. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.js +11 -0
  4. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
  5. package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +14 -0
  6. package/dist/cjs/dates/relative/constants/index.d.ts +2 -0
  7. package/dist/cjs/dates/relative/constants/index.js +2 -0
  8. package/dist/cjs/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
  9. package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
  10. package/dist/cjs/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
  11. package/dist/cjs/dates/relative/interfaces/IRelativeUnitInfo.js +2 -0
  12. package/dist/cjs/dates/relative/interfaces/index.d.ts +2 -0
  13. package/dist/cjs/dates/relative/interfaces/index.js +2 -0
  14. package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +2 -0
  15. package/dist/cjs/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
  16. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -2
  17. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
  18. package/dist/cjs/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.d.ts → II18nChartBuilderChartLabels.d.ts} +1 -1
  19. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.js +2 -0
  20. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
  21. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +15 -11
  22. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
  23. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +12 -11
  24. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
  25. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
  26. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
  27. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
  28. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
  29. package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
  30. package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +1 -1
  31. package/dist/cjs/globalization/interfaces/chart_builder/index.js +1 -1
  32. package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +2 -0
  33. package/dist/cjs/globalization/interfaces/common/II18nUnits.d.ts +7 -0
  34. package/dist/cjs/globalization/interfaces/common/II18nUnits.js +2 -0
  35. package/dist/cjs/globalization/interfaces/common/index.d.ts +2 -0
  36. package/dist/cjs/globalization/interfaces/common/index.js +2 -0
  37. package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +4 -2
  38. package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +11 -9
  39. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +15 -11
  40. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
  41. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +50 -36
  42. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
  43. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +43 -38
  44. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
  45. package/dist/cjs/globalization/labels/common/I18N_COMMON.js +8 -0
  46. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -2
  47. package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +12 -10
  48. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
  49. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.js +8 -0
  50. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
  51. package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +11 -0
  52. package/dist/dates/relative/constants/index.d.ts +2 -0
  53. package/dist/dates/relative/constants/index.js +2 -0
  54. package/dist/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
  55. package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
  56. package/dist/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
  57. package/dist/dates/relative/interfaces/IRelativeUnitInfo.js +1 -0
  58. package/dist/dates/relative/interfaces/index.d.ts +2 -0
  59. package/dist/dates/relative/interfaces/index.js +2 -0
  60. package/dist/globalization/helpers/getI18nDateGroupLabel.js +2 -0
  61. package/dist/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
  62. package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -2
  63. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
  64. package/dist/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.d.ts → II18nChartBuilderChartLabels.d.ts} +1 -1
  65. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderChartLabels.js +1 -0
  66. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
  67. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +15 -11
  68. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
  69. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +12 -11
  70. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
  71. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
  72. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
  73. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
  74. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
  75. package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
  76. package/dist/globalization/interfaces/chart_builder/index.d.ts +1 -1
  77. package/dist/globalization/interfaces/chart_builder/index.js +1 -1
  78. package/dist/globalization/interfaces/common/II18nCommon.d.ts +2 -0
  79. package/dist/globalization/interfaces/common/II18nUnits.d.ts +7 -0
  80. package/dist/globalization/interfaces/common/II18nUnits.js +1 -0
  81. package/dist/globalization/interfaces/common/index.d.ts +2 -0
  82. package/dist/globalization/interfaces/common/index.js +2 -0
  83. package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +4 -2
  84. package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +11 -9
  85. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +15 -11
  86. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
  87. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +50 -36
  88. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
  89. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +43 -38
  90. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
  91. package/dist/globalization/labels/common/I18N_COMMON.js +8 -0
  92. package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -2
  93. package/dist/globalization/labels/panel/I18N_PANEL.js +12 -10
  94. package/package.json +1 -1
  95. package/src/dates/relative/constants/RELATIVE_UNIT_INFO.ts +11 -0
  96. package/src/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.ts +13 -0
  97. package/src/dates/relative/constants/index.ts +2 -0
  98. package/src/dates/relative/interfaces/IRelativeUnit.ts +3 -0
  99. package/src/dates/relative/interfaces/IRelativeUnitInfo.ts +7 -0
  100. package/src/dates/relative/interfaces/index.ts +2 -0
  101. package/src/globalization/helpers/getI18nDateGroupLabel.ts +2 -0
  102. package/src/globalization/helpers/getReverseI18nGroupLabel.ts +2 -0
  103. package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +2 -2
  104. package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +19 -18
  105. package/src/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.ts → II18nChartBuilderChartLabels.ts} +1 -1
  106. package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +5 -4
  107. package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +15 -11
  108. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +16 -15
  109. package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +12 -11
  110. package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +16 -12
  111. package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +3 -1
  112. package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +19 -16
  113. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +1 -1
  114. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +1 -1
  115. package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +15 -3
  116. package/src/globalization/interfaces/chart_builder/index.ts +1 -1
  117. package/src/globalization/interfaces/common/II18nCommon.ts +2 -0
  118. package/src/globalization/interfaces/common/II18nUnits.ts +7 -0
  119. package/src/globalization/interfaces/common/index.ts +3 -0
  120. package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +4 -2
  121. package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +11 -9
  122. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +15 -11
  123. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +51 -38
  124. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +21 -16
  125. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +43 -38
  126. package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +1 -1
  127. package/src/globalization/labels/common/I18N_COMMON.ts +8 -0
  128. package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +4 -2
  129. package/src/globalization/labels/panel/I18N_PANEL.ts +12 -10
@@ -1,20 +1,24 @@
1
1
  export interface II18nChartBuilderComparisionOptions {
2
- date_column: string;
3
- time_period: string;
4
2
  comparison: string;
5
- type: string;
6
- type_change: string;
7
- type_difference: string;
3
+ change_triangle_up: string;
4
+ change_triangle_down: string;
5
+ change_none: string;
6
+ change_circle: string;
7
+ date_column: string;
8
+ difference_higher: string;
9
+ difference_lower: string;
10
+ difference_equal_to: string;
11
+ decreasing_change: string;
8
12
  font_color: string;
9
13
  font_size: string;
10
14
  font_style: string;
15
+ font_size_disabled: string;
11
16
  increasing_change: string;
12
- decreasing_change: string;
13
17
  no_change: string;
14
- change_triangle_up: string;
15
- change_triangle_down: string;
16
- chnage_none: string;
17
- change_circle: string;
18
- font_size_disabled: string;
18
+ preposition_than: string;
19
19
  select_option: string;
20
+ type: string;
21
+ time_period: string;
22
+ type_change: string;
23
+ type_difference: string;
20
24
  }
@@ -1,24 +1,25 @@
1
1
  export interface II18nChartBuilderDataPanel {
2
- loading: string;
3
- loading_data: string;
4
- error_state: string;
5
- title: string;
6
- links: string;
7
- linked_tooltip: string;
8
2
  column_tooltip: string;
9
- go_dataset_tooltip: string;
10
- search_links_placeholder: string;
11
- search_columns_placeholder: string;
12
3
  categories: string;
13
- no_categories_available: string;
14
- values: string;
15
- no_values_available: string;
4
+ error_state: string;
16
5
  geolocations: string;
17
- no_geolocations_available: string;
18
- no_geolocations_available_tooltips: string;
6
+ go_dataset_tooltip: string;
7
+ linked_tooltip: string;
8
+ links: string;
9
+ loading: string;
10
+ loading_data: string;
11
+ no_categories_available: string;
19
12
  no_data_available: string;
20
- no_data_moment_start: string;
21
13
  no_data_moment_action: string;
22
14
  no_data_moment_end: string;
15
+ no_data_moment_start: string;
23
16
  no_datasets_available: string;
17
+ no_geolocations_available: string;
18
+ no_geolocations_available_tooltips: string;
19
+ no_values_available: string;
20
+ search_columns_placeholder: string;
21
+ search_dataset_placeholder: string;
22
+ search_links_placeholder: string;
23
+ title: string;
24
+ values: string;
24
25
  }
@@ -1,19 +1,20 @@
1
1
  export interface II18nChartBuilderDimensions {
2
- dimension: string;
2
+ categories: string;
3
3
  category: string;
4
- value: string;
5
- values: string;
6
- series: string;
7
- other_values: string;
8
- pivot: string;
4
+ column: string;
5
+ columns: string;
6
+ dimension: string;
9
7
  distribution: string;
8
+ geolocation: string;
10
9
  group: string;
11
10
  groups: string;
12
- section: string;
13
- sections: string;
14
- column: string;
15
- columns: string;
11
+ other_values: string;
12
+ pivot: string;
16
13
  row: string;
17
14
  rows: string;
18
- geolocation: string;
15
+ section: string;
16
+ sections: string;
17
+ series: string;
18
+ value: string;
19
+ values: string;
19
20
  }
@@ -1,21 +1,25 @@
1
1
  export interface II18nChartBuilderGeneralOptions {
2
- max_data_points: string;
3
- max_series: string;
2
+ allow_pagination: string;
3
+ data_points: string;
4
4
  display_average: string;
5
+ does_not_apply_to_dates: string;
5
6
  fixed_scale: string;
6
- min_scale: string;
7
- max_scale: string;
8
7
  fixed_scale_placeholder: string;
9
- max_groups: string;
10
8
  freeze_first_column: string;
11
- view_labels: string;
12
- view_sorting: string;
13
- view_total: string;
14
- view_subtotals: string;
15
- max_rows: string;
9
+ max: string;
10
+ max_categories: string;
16
11
  max_columns: string;
12
+ max_data_points: string;
13
+ max_groups: string;
14
+ max_rows: string;
15
+ max_scale: string;
16
+ max_series: string;
17
17
  max_slices: string;
18
- max_categories: string;
19
- allow_pagination: string;
18
+ min_scale: string;
20
19
  records_per_page: string;
20
+ slices: string;
21
+ view_labels: string;
22
+ view_sorting: string;
23
+ view_subtotals: string;
24
+ view_total: string;
21
25
  }
@@ -6,13 +6,15 @@ export interface II18nChartBuilderSorting {
6
6
  label: string;
7
7
  order_chart_columns: string;
8
8
  order_others_columns: string;
9
+ select_aggregate_placeholder: string;
9
10
  select_column_placeholder: string;
10
- sort: string;
11
11
  sort_ascending: string;
12
12
  sort_by: string;
13
13
  sort_descending: string;
14
14
  sort_descending_a_to_z: string;
15
15
  sort_descending_z_to_a: string;
16
+ sort: string;
17
+ sorting_by_calculated_value: string;
16
18
  title: string;
17
19
  value: string;
18
20
  }
@@ -1,27 +1,30 @@
1
1
  export interface II18nChartBuilderStyleOptions {
2
+ allow_clustering: string;
2
3
  axis_labels: string;
3
- x_axis_title: string;
4
- y_axis_title: string;
4
+ axis_position_disabled_message: string;
5
+ bar_type_disabled_message: string;
5
6
  bar_width: string;
6
7
  bar_width_symbol: string;
7
8
  bar_width_auto: string;
8
- data_labels_check: string;
9
+ bullet_color: string;
9
10
  borders_check: string;
10
- shading_check: string;
11
- values_check: string;
12
- percentage_check: string;
13
- line_opacity: string;
14
- threshold_opacity: string;
15
- symbol_opacity: string;
16
- show_animation_check: string;
17
- needle_color: string;
18
- show_comparision_check: string;
11
+ chart_type_disabled_message: string;
19
12
  comparision_color: string;
20
- bullet_color: string;
13
+ data_labels_check: string;
21
14
  default_format_title: string;
22
- reversed_colors: string;
23
- map_borders: string;
24
- allow_clustering: string;
25
15
  display_outliers_check: string;
16
+ line_opacity: string;
17
+ map_borders: string;
18
+ needle_color: string;
26
19
  opacity: string;
20
+ percentage_check: string;
21
+ reversed_colors: string;
22
+ shading_check: string;
23
+ symbol_opacity: string;
24
+ show_animation_check: string;
25
+ show_comparison_check: string;
26
+ threshold_opacity: string;
27
+ values_check: string;
28
+ x_axis_title: string;
29
+ y_axis_title: string;
27
30
  }
@@ -13,7 +13,7 @@ export interface II18nChartBuilderTableCalculation {
13
13
  calculation_type: string;
14
14
  calculation_type_placeholder: string;
15
15
  custom_label: string;
16
- custom_label_pleceholder: string;
16
+ custom_label_placeholder: string;
17
17
  remove: string;
18
18
  calculation_type_average: string;
19
19
  calculation_type_sum: string;
@@ -11,7 +11,7 @@ export interface II18nChartBuilderTooltipSettings {
11
11
  values_format: string;
12
12
  remove: string;
13
13
  header_label: string;
14
- header_pleceholder: string;
14
+ header_placeholder: string;
15
15
  values_multiples_first: string;
16
16
  values_multiples_last: string;
17
17
  }
@@ -1,22 +1,36 @@
1
1
  export interface II18nChartBuilderTrendChart {
2
2
  add: string;
3
3
  add_trend_disabled: string;
4
- color: string;
5
4
  chart_type: string;
5
+ color: string;
6
6
  date_grouping: string;
7
7
  fill: string;
8
8
  fill_below: string;
9
9
  fill_none: string;
10
+ fixed_scale: string;
10
11
  label: string;
11
12
  label_placeholder: string;
13
+ less_than: string;
14
+ loss_threshold: string;
12
15
  max_data_points: string;
16
+ max_scale: string;
17
+ min_scale: string;
13
18
  new_trend_chart_label: string;
14
19
  options_title: string;
15
20
  remove: string;
16
21
  select_column: string;
17
22
  select_column_placeholder: string;
18
23
  show_value: string;
24
+ target: string;
25
+ target_aggregate: string;
26
+ target_aggregate_placeholder: string;
27
+ target_column: string;
28
+ target_column_placeholder: string;
29
+ target_label: string;
30
+ target_value: string;
31
+ time_period: string;
19
32
  title: string;
33
+ tooltips: string;
20
34
  trend_by_column: string;
21
35
  trend_by_column_placeholder: string;
22
36
  trend_sort: string;
@@ -26,6 +40,4 @@ export interface II18nChartBuilderTrendChart {
26
40
  type_line: string;
27
41
  type_spline: string;
28
42
  type_step_line: string;
29
- tooltips: string;
30
- time_period: string;
31
43
  }
@@ -43,7 +43,7 @@ export * from './II18nChartBuilderScaleTypes';
43
43
  export * from './II18nChartBuilderTrendChart';
44
44
  export * from './II18nChartBuilderChartInfo';
45
45
  export * from './II18nChartBuilderDndZone';
46
- export * from './II18nChartBuilderChartLabes';
46
+ export * from './II18nChartBuilderChartLabels';
47
47
  export * from './II18nChartBuilderActionPanel';
48
48
  export * from './II18nChartBuilderMessagesGeneral';
49
49
  export * from './II18nChartBuilderMessagesDefault';
@@ -43,7 +43,7 @@ export * from './II18nChartBuilderScaleTypes';
43
43
  export * from './II18nChartBuilderTrendChart';
44
44
  export * from './II18nChartBuilderChartInfo';
45
45
  export * from './II18nChartBuilderDndZone';
46
- export * from './II18nChartBuilderChartLabes';
46
+ export * from './II18nChartBuilderChartLabels';
47
47
  export * from './II18nChartBuilderActionPanel';
48
48
  export * from './II18nChartBuilderMessagesGeneral';
49
49
  export * from './II18nChartBuilderMessagesDefault';
@@ -4,6 +4,7 @@ import { II18nColumnProperties } from "./II18nColumnProperties";
4
4
  import { II18nColumnTypesSuffixes } from "./II18nColumnTypesSuffixes";
5
5
  import { II18nDateGrouping } from "./II18nDateGrouping";
6
6
  import { II18nDayNames } from "./II18nDayNames";
7
+ import { II18nUnits } from "./II18nUnits";
7
8
  export interface II18nCommon {
8
9
  aggregate_labels: II18nAgreggateLabels;
9
10
  column_types: II18nColumnTypes;
@@ -13,4 +14,5 @@ export interface II18nCommon {
13
14
  no_data_found: string;
14
15
  properties: II18nColumnProperties;
15
16
  search: string;
17
+ units: II18nUnits;
16
18
  }
@@ -0,0 +1,7 @@
1
+ export interface II18nUnits {
2
+ day: string;
3
+ month: string;
4
+ quarter: string;
5
+ week: string;
6
+ year: string;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -4,3 +4,5 @@ export * from './II18nColumnProperties';
4
4
  export * from './II18nColumnTypes';
5
5
  export * from './II18nColumnTypesSuffixes';
6
6
  export * from './II18nDateGrouping';
7
+ export * from './II18nDayNames';
8
+ export * from './II18nUnits';
@@ -4,3 +4,5 @@ export * from './II18nColumnProperties';
4
4
  export * from './II18nColumnTypes';
5
5
  export * from './II18nColumnTypesSuffixes';
6
6
  export * from './II18nDateGrouping';
7
+ export * from './II18nDayNames';
8
+ export * from './II18nUnits';
@@ -1,10 +1,12 @@
1
1
  import { II18nRelativeContainerCursor } from "./II18nRelativeContainerCursor";
2
2
  export interface II18nRelativeContainer {
3
- cursors: II18nRelativeContainerCursor;
4
3
  calendar_date: string;
5
4
  calendar_date_tooltip: string;
5
+ current_date: string;
6
+ cursors: II18nRelativeContainerCursor;
7
+ date_selected: string;
6
8
  starting_date: string;
7
9
  starting_date_tooltip: string;
8
10
  starting_from: string;
9
- date_selected: string;
11
+ set_current_date: string;
10
12
  }
@@ -1,7 +1,7 @@
1
1
  export interface II18nPanelSummaryViews {
2
2
  bar_chart: string;
3
- bubble_view: string;
4
3
  bubble_map: string;
4
+ bubble_view: string;
5
5
  categories: string;
6
6
  cluster_chart: string;
7
7
  dot_map: string;
@@ -10,18 +10,20 @@ export interface II18nPanelSummaryViews {
10
10
  histogram: string;
11
11
  keyphrases: string;
12
12
  list_view: string;
13
- pie_chart: string;
14
- sentiment: string;
15
- starts: string;
16
- metrics: string;
17
- multiseries: string;
18
13
  metric_filled_in: string;
19
14
  metric_label_average: string;
20
- metric_label_minimum: string;
21
- metric_label_maximum: string;
22
- metric_label_sum: string;
23
15
  metric_label_count: string;
16
+ metric_label_maximum: string;
17
+ metric_label_minimum: string;
24
18
  metric_label_standar_desviation: string;
19
+ metric_label_sum: string;
25
20
  metric_null: string;
21
+ metrics: string;
22
+ multiseries: string;
23
+ no_data_found_for_this_field: string;
24
+ pie_chart: string;
25
+ restore_panel: string;
26
+ sentiment: string;
27
+ starts: string;
26
28
  wordcloud: string;
27
29
  }
@@ -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
  };
@@ -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' | '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,49 @@ 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_values: 'Other Values',
80
+ pivot: 'Pivot',
83
81
  row: 'Row',
84
82
  rows: 'Rows',
85
- geolocation: 'Geolocation'
83
+ section: 'Section',
84
+ sections: 'Sections',
85
+ series: 'Series',
86
+ value: 'Value',
87
+ values: 'Values',
86
88
  },
87
89
  shelf_menu: {
88
90
  bucket: 'Cubo',
@@ -101,13 +103,32 @@ export const I18N_CHART_BUILDER_GENERAL = {
101
103
  color: 'Color',
102
104
  date_grouping: 'Date Grouping',
103
105
  fill: 'Fill',
104
- fill_none: 'None',
105
106
  fill_below: 'Below',
107
+ fill_none: 'None',
108
+ fixed_scale: 'Fixed Scale',
109
+ label: 'Label',
110
+ label_placeholder: 'Type custom label',
111
+ less_than: 'Less than',
112
+ loss_threshold: 'Loss Threshold',
113
+ max_data_points: 'Max Data Points',
114
+ max_scale: 'Max Scale',
115
+ min_scale: 'Min Scale',
106
116
  new_trend_chart_label: 'Trend Chart Num',
107
117
  options_title: 'Trend by',
118
+ remove: 'Remove',
108
119
  select_column: 'Column',
109
120
  select_column_placeholder: 'Select Option',
121
+ show_value: 'Show Value',
122
+ target: 'Target',
123
+ target_aggregate: 'Target Aggregate',
124
+ target_aggregate_placeholder: 'All',
125
+ target_column: 'Target Column',
126
+ target_column_placeholder: 'All',
127
+ target_label: 'Target Label',
128
+ target_value: 'Target Value',
129
+ time_period: 'Time Period',
110
130
  title: 'Trend Chart',
131
+ tooltips: 'Tooltips',
111
132
  trend_by_column: 'Trend by Column',
112
133
  trend_by_column_placeholder: 'Select Option',
113
134
  trend_sort: 'Trend Sort',
@@ -117,13 +138,6 @@ export const I18N_CHART_BUILDER_GENERAL = {
117
138
  type_line: 'Line',
118
139
  type_spline: 'Spline',
119
140
  type_step_line: 'Step Line',
120
- tooltips: 'Tooltips',
121
- show_value: 'Show Value',
122
- label: 'Label',
123
- label_placeholder: 'Type custom label',
124
- time_period: 'Time Period',
125
- max_data_points: 'Max Data Points',
126
- remove: 'Remove',
127
141
  },
128
142
  chart_info: {
129
143
  title_placeholder: 'Untitled Chart',
@@ -133,7 +147,7 @@ export const I18N_CHART_BUILDER_GENERAL = {
133
147
  drop_column_here: 'Drop column here',
134
148
  drop_column_as: 'Drop column as'
135
149
  },
136
- chart_labes: {
150
+ chart_labels: {
137
151
  bar: 'Bar Chart',
138
152
  line: 'Line Chart',
139
153
  symbol: 'Symbol 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',
@@ -80,13 +84,15 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
80
84
  label: 'Label',
81
85
  order_chart_columns: 'Chart Columns',
82
86
  order_others_columns: 'Other Columns',
87
+ select_aggregate_placeholder: 'Select Aggregate',
83
88
  select_column_placeholder: 'Select Column',
84
- sort: 'Sort',
85
89
  sort_ascending: 'Sort Ascending',
86
90
  sort_by: 'Sort by',
87
91
  sort_descending: 'Sort Descending',
88
92
  sort_descending_a_to_z: 'A to Z',
89
93
  sort_descending_z_to_a: 'Z to A',
94
+ sort: 'Sort',
95
+ sorting_by_calculated_value: 'Sorting by Calculated Value',
90
96
  title: 'Sorting',
91
97
  value: 'Value',
92
98
  },