@gooddata/sdk-ui-ext 11.11.0-alpha.2 → 11.11.0-alpha.4

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 (191) hide show
  1. package/NOTICE +5 -5
  2. package/esm/automations/Automations.js +1 -1
  3. package/esm/automations/Automations.js.map +1 -1
  4. package/esm/automations/constants.d.ts +11 -0
  5. package/esm/automations/constants.d.ts.map +1 -1
  6. package/esm/automations/constants.js +11 -0
  7. package/esm/automations/constants.js.map +1 -1
  8. package/esm/automations/format.d.ts.map +1 -1
  9. package/esm/automations/format.js +4 -1
  10. package/esm/automations/format.js.map +1 -1
  11. package/esm/automations/index.d.ts +1 -1
  12. package/esm/automations/index.d.ts.map +1 -1
  13. package/esm/automations/index.js +1 -1
  14. package/esm/automations/index.js.map +1 -1
  15. package/esm/automations/messages.d.ts +39 -0
  16. package/esm/automations/messages.d.ts.map +1 -1
  17. package/esm/automations/messages.js +39 -0
  18. package/esm/automations/messages.js.map +1 -1
  19. package/esm/automations/utils.d.ts +2 -1
  20. package/esm/automations/utils.d.ts.map +1 -1
  21. package/esm/automations/utils.js +24 -0
  22. package/esm/automations/utils.js.map +1 -1
  23. package/esm/internal/components/VisualizationCatalog.d.ts.map +1 -1
  24. package/esm/internal/components/VisualizationCatalog.js +2 -0
  25. package/esm/internal/components/VisualizationCatalog.js.map +1 -1
  26. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts +20 -0
  27. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts.map +1 -0
  28. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js +40 -0
  29. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js.map +1 -0
  30. package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts.map +1 -1
  31. package/esm/internal/components/pluggableVisualizations/drillDownUtil.js +4 -2
  32. package/esm/internal/components/pluggableVisualizations/drillDownUtil.js.map +1 -1
  33. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.d.ts +16 -0
  34. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.d.ts.map +1 -0
  35. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.js +70 -0
  36. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.js.map +1 -0
  37. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts +62 -0
  38. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts.map +1 -0
  39. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js +222 -0
  40. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js.map +1 -0
  41. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.d.ts +76 -0
  42. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.d.ts.map +1 -0
  43. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.js +201 -0
  44. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.js.map +1 -0
  45. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts +20 -0
  46. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts.map +1 -0
  47. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js +30 -0
  48. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js.map +1 -0
  49. package/esm/internal/constants/supportedProperties.d.ts +1 -0
  50. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  51. package/esm/internal/constants/supportedProperties.js +9 -0
  52. package/esm/internal/constants/supportedProperties.js.map +1 -1
  53. package/esm/internal/constants/uiConfig.d.ts +1 -0
  54. package/esm/internal/constants/uiConfig.d.ts.map +1 -1
  55. package/esm/internal/constants/uiConfig.js +27 -0
  56. package/esm/internal/constants/uiConfig.js.map +1 -1
  57. package/esm/internal/interfaces/Visualization.d.ts +1 -0
  58. package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
  59. package/esm/internal/interfaces/Visualization.js.map +1 -1
  60. package/esm/internal/translations/de-DE.json +48 -96
  61. package/esm/internal/translations/de-DE.localization-bundle.d.ts +48 -96
  62. package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
  63. package/esm/internal/translations/de-DE.localization-bundle.js +48 -96
  64. package/esm/internal/translations/de-DE.localization-bundle.js.map +1 -1
  65. package/esm/internal/translations/en-AU.json +48 -96
  66. package/esm/internal/translations/en-AU.localization-bundle.d.ts +48 -96
  67. package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
  68. package/esm/internal/translations/en-AU.localization-bundle.js +48 -96
  69. package/esm/internal/translations/en-AU.localization-bundle.js.map +1 -1
  70. package/esm/internal/translations/en-GB.json +48 -96
  71. package/esm/internal/translations/en-GB.localization-bundle.d.ts +48 -96
  72. package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
  73. package/esm/internal/translations/en-GB.localization-bundle.js +48 -96
  74. package/esm/internal/translations/en-GB.localization-bundle.js.map +1 -1
  75. package/esm/internal/translations/en-US.json +103 -239
  76. package/esm/internal/translations/en-US.localization-bundle.d.ts +62 -96
  77. package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
  78. package/esm/internal/translations/en-US.localization-bundle.js +62 -96
  79. package/esm/internal/translations/en-US.localization-bundle.js.map +1 -1
  80. package/esm/internal/translations/es-419.json +48 -96
  81. package/esm/internal/translations/es-419.localization-bundle.d.ts +48 -96
  82. package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
  83. package/esm/internal/translations/es-419.localization-bundle.js +48 -96
  84. package/esm/internal/translations/es-419.localization-bundle.js.map +1 -1
  85. package/esm/internal/translations/es-ES.json +48 -96
  86. package/esm/internal/translations/es-ES.localization-bundle.d.ts +48 -96
  87. package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
  88. package/esm/internal/translations/es-ES.localization-bundle.js +48 -96
  89. package/esm/internal/translations/es-ES.localization-bundle.js.map +1 -1
  90. package/esm/internal/translations/fi-FI.json +48 -96
  91. package/esm/internal/translations/fi-FI.localization-bundle.d.ts +48 -96
  92. package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
  93. package/esm/internal/translations/fi-FI.localization-bundle.js +48 -96
  94. package/esm/internal/translations/fi-FI.localization-bundle.js.map +1 -1
  95. package/esm/internal/translations/fr-CA.json +48 -96
  96. package/esm/internal/translations/fr-CA.localization-bundle.d.ts +48 -96
  97. package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
  98. package/esm/internal/translations/fr-CA.localization-bundle.js +48 -96
  99. package/esm/internal/translations/fr-CA.localization-bundle.js.map +1 -1
  100. package/esm/internal/translations/fr-FR.json +48 -96
  101. package/esm/internal/translations/fr-FR.localization-bundle.d.ts +48 -96
  102. package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
  103. package/esm/internal/translations/fr-FR.localization-bundle.js +48 -96
  104. package/esm/internal/translations/fr-FR.localization-bundle.js.map +1 -1
  105. package/esm/internal/translations/it-IT.json +48 -96
  106. package/esm/internal/translations/it-IT.localization-bundle.d.ts +48 -96
  107. package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
  108. package/esm/internal/translations/it-IT.localization-bundle.js +48 -96
  109. package/esm/internal/translations/it-IT.localization-bundle.js.map +1 -1
  110. package/esm/internal/translations/ja-JP.json +48 -96
  111. package/esm/internal/translations/ja-JP.localization-bundle.d.ts +48 -96
  112. package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
  113. package/esm/internal/translations/ja-JP.localization-bundle.js +48 -96
  114. package/esm/internal/translations/ja-JP.localization-bundle.js.map +1 -1
  115. package/esm/internal/translations/ko-KR.json +48 -96
  116. package/esm/internal/translations/ko-KR.localization-bundle.d.ts +48 -96
  117. package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
  118. package/esm/internal/translations/ko-KR.localization-bundle.js +48 -96
  119. package/esm/internal/translations/ko-KR.localization-bundle.js.map +1 -1
  120. package/esm/internal/translations/nl-NL.json +48 -96
  121. package/esm/internal/translations/nl-NL.localization-bundle.d.ts +48 -96
  122. package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
  123. package/esm/internal/translations/nl-NL.localization-bundle.js +48 -96
  124. package/esm/internal/translations/nl-NL.localization-bundle.js.map +1 -1
  125. package/esm/internal/translations/pl-PL.json +48 -96
  126. package/esm/internal/translations/pl-PL.localization-bundle.d.ts +48 -96
  127. package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
  128. package/esm/internal/translations/pl-PL.localization-bundle.js +48 -96
  129. package/esm/internal/translations/pl-PL.localization-bundle.js.map +1 -1
  130. package/esm/internal/translations/pt-BR.json +48 -96
  131. package/esm/internal/translations/pt-BR.localization-bundle.d.ts +48 -96
  132. package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
  133. package/esm/internal/translations/pt-BR.localization-bundle.js +48 -96
  134. package/esm/internal/translations/pt-BR.localization-bundle.js.map +1 -1
  135. package/esm/internal/translations/pt-PT.json +48 -96
  136. package/esm/internal/translations/pt-PT.localization-bundle.d.ts +48 -96
  137. package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
  138. package/esm/internal/translations/pt-PT.localization-bundle.js +48 -96
  139. package/esm/internal/translations/pt-PT.localization-bundle.js.map +1 -1
  140. package/esm/internal/translations/ru-RU.json +48 -96
  141. package/esm/internal/translations/ru-RU.localization-bundle.d.ts +48 -96
  142. package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
  143. package/esm/internal/translations/ru-RU.localization-bundle.js +48 -96
  144. package/esm/internal/translations/ru-RU.localization-bundle.js.map +1 -1
  145. package/esm/internal/translations/sl-SI.json +504 -0
  146. package/esm/internal/translations/sl-SI.localization-bundle.d.ts +505 -0
  147. package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -0
  148. package/esm/internal/translations/sl-SI.localization-bundle.js +507 -0
  149. package/esm/internal/translations/sl-SI.localization-bundle.js.map +1 -0
  150. package/esm/internal/translations/tr-TR.json +48 -96
  151. package/esm/internal/translations/tr-TR.localization-bundle.d.ts +48 -96
  152. package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
  153. package/esm/internal/translations/tr-TR.localization-bundle.js +48 -96
  154. package/esm/internal/translations/tr-TR.localization-bundle.js.map +1 -1
  155. package/esm/internal/translations/zh-HK.json +48 -96
  156. package/esm/internal/translations/zh-HK.localization-bundle.d.ts +48 -96
  157. package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
  158. package/esm/internal/translations/zh-HK.localization-bundle.js +48 -96
  159. package/esm/internal/translations/zh-HK.localization-bundle.js.map +1 -1
  160. package/esm/internal/translations/zh-Hans.json +48 -96
  161. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +48 -96
  162. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
  163. package/esm/internal/translations/zh-Hans.localization-bundle.js +48 -96
  164. package/esm/internal/translations/zh-Hans.localization-bundle.js.map +1 -1
  165. package/esm/internal/translations/zh-Hant.json +48 -96
  166. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +48 -96
  167. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
  168. package/esm/internal/translations/zh-Hant.localization-bundle.js +48 -96
  169. package/esm/internal/translations/zh-Hant.localization-bundle.js.map +1 -1
  170. package/esm/internal/utils/bucketHelper.d.ts.map +1 -1
  171. package/esm/internal/utils/bucketHelper.js +2 -0
  172. package/esm/internal/utils/bucketHelper.js.map +1 -1
  173. package/esm/internal/utils/internalIntlProvider.d.ts +1 -2
  174. package/esm/internal/utils/internalIntlProvider.d.ts.map +1 -1
  175. package/esm/internal/utils/internalIntlProvider.js +5 -21
  176. package/esm/internal/utils/internalIntlProvider.js.map +1 -1
  177. package/esm/internal/utils/translations.d.ts.map +1 -1
  178. package/esm/internal/utils/translations.js +2 -0
  179. package/esm/internal/utils/translations.js.map +1 -1
  180. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.d.ts +13 -0
  181. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.d.ts.map +1 -0
  182. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.js +34 -0
  183. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.js.map +1 -0
  184. package/esm/locales.d.ts.map +1 -1
  185. package/esm/locales.js +4 -0
  186. package/esm/locales.js.map +1 -1
  187. package/esm/notificationsPanel/localization/IntlWrapper.d.ts.map +1 -1
  188. package/esm/notificationsPanel/localization/IntlWrapper.js +4 -4
  189. package/esm/notificationsPanel/localization/IntlWrapper.js.map +1 -1
  190. package/esm/sdk-ui-ext.d.ts +12 -0
  191. package/package.json +18 -18
@@ -3,91 +3,47 @@
3
3
  "value": "or",
4
4
  "comment": "Connects two or more conditions in a filter expression, e.g., 'Product is Shoes or Product is Socks'. Appears in filter components."
5
5
  },
6
- "dashboard.bucket.measures_title.column._measure": {
7
- "value": "Measures",
8
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
9
- },
10
- "dashboard.bucket.measures_title.column._metric": {
6
+ "dashboard.bucket.measures_title.column": {
11
7
  "value": "Metrics",
12
8
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
13
9
  },
14
- "dashboard.bucket.measures_title.bar._measure": {
15
- "value": "Measures",
16
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
17
- },
18
- "dashboard.bucket.measures_title.bar._metric": {
10
+ "dashboard.bucket.measures_title.bar": {
19
11
  "value": "Metrics",
20
12
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
21
13
  },
22
- "dashboard.bucket.measures_title.line._measure": {
23
- "value": "Measures",
24
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
25
- },
26
- "dashboard.bucket.measures_title.line._metric": {
14
+ "dashboard.bucket.measures_title.line": {
27
15
  "value": "Metrics",
28
16
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
29
17
  },
30
- "dashboard.bucket.measures_title.area._measure": {
31
- "value": "Measures",
32
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
33
- },
34
- "dashboard.bucket.measures_title.area._metric": {
18
+ "dashboard.bucket.measures_title.area": {
35
19
  "value": "Metrics",
36
20
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
37
21
  },
38
- "dashboard.bucket.measures_title.pie._measure": {
39
- "value": "Measures",
40
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
41
- },
42
- "dashboard.bucket.measures_title.pie._metric": {
22
+ "dashboard.bucket.measures_title.pie": {
43
23
  "value": "Metrics",
44
24
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
45
25
  },
46
- "dashboard.bucket.measures_title.funnel._measure": {
47
- "value": "Measures",
48
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
49
- },
50
- "dashboard.bucket.measures_title.funnel._metric": {
26
+ "dashboard.bucket.measures_title.funnel": {
51
27
  "value": "Metrics",
52
28
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
53
29
  },
54
- "dashboard.bucket.measures_title.pyramid._measure": {
55
- "value": "Measures",
56
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
57
- },
58
- "dashboard.bucket.measures_title.pyramid._metric": {
30
+ "dashboard.bucket.measures_title.pyramid": {
59
31
  "value": "Metrics",
60
32
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
61
33
  },
62
- "dashboard.bucket.measures_title.treemap._measure": {
63
- "value": "Measures",
64
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
65
- },
66
- "dashboard.bucket.measures_title.treemap._metric": {
34
+ "dashboard.bucket.measures_title.treemap": {
67
35
  "value": "Metrics",
68
36
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
69
37
  },
70
- "dashboard.bucket.measures_title.donut._measure": {
71
- "value": "Measures",
72
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
73
- },
74
- "dashboard.bucket.measures_title.donut._metric": {
38
+ "dashboard.bucket.measures_title.donut": {
75
39
  "value": "Metrics",
76
40
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
77
41
  },
78
- "dashboard.bucket.measures_title.heatmap._measure": {
79
- "value": "Measure",
80
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
81
- },
82
- "dashboard.bucket.measures_title.heatmap._metric": {
42
+ "dashboard.bucket.measures_title.heatmap": {
83
43
  "value": "Metric",
84
44
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
85
45
  },
86
- "dashboard.bucket.measures_title.headline._measure": {
87
- "value": "Measure",
88
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
89
- },
90
- "dashboard.bucket.measures_title.headline._metric": {
46
+ "dashboard.bucket.measures_title.headline": {
91
47
  "value": "Metric",
92
48
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
93
49
  },
@@ -95,11 +51,7 @@
95
51
  "value": "primary",
96
52
  "comment": "Label for the primary measures subtitle in headline chart"
97
53
  },
98
- "dashboard.bucket.secondary_measures_title.headline._measure": {
99
- "value": "Measure",
100
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
101
- },
102
- "dashboard.bucket.secondary_measures_title.headline._metric": {
54
+ "dashboard.bucket.secondary_measures_title.headline": {
103
55
  "value": "Metric",
104
56
  "comment": "Label for calculated indicators based on measure data that show performance (e.g., Revenue Growth, Profit Margin)"
105
57
  },
@@ -107,19 +59,11 @@
107
59
  "value": "secondary",
108
60
  "comment": "Label for the secondary measures subtitle in headline chart"
109
61
  },
110
- "dashboard.bucket.measures_title.scatter._measure": {
111
- "value": "Measure",
112
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
113
- },
114
- "dashboard.bucket.measures_title.scatter._metric": {
62
+ "dashboard.bucket.measures_title.scatter": {
115
63
  "value": "Metric",
116
64
  "comment": "Label for calculated indicators based on measure data that show performance (e.g., Revenue Growth, Profit Margin)"
117
65
  },
118
- "dashboard.bucket.secondary_measures_title.scatter._measure": {
119
- "value": "Measure",
120
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
121
- },
122
- "dashboard.bucket.secondary_measures_title.scatter._metric": {
66
+ "dashboard.bucket.secondary_measures_title.scatter": {
123
67
  "value": "Metric",
124
68
  "comment": "Label for calculated indicators based on measure data that show performance (e.g., Revenue Growth, Profit Margin)"
125
69
  },
@@ -139,11 +83,7 @@
139
83
  "value": "Segment by",
140
84
  "comment": "Label for the segment bucket in scatter chart"
141
85
  },
142
- "dashboard.bucket.measures_title.combo._measure": {
143
- "value": "Measures",
144
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
145
- },
146
- "dashboard.bucket.measures_title.combo._metric": {
86
+ "dashboard.bucket.measures_title.combo": {
147
87
  "value": "Metrics",
148
88
  "comment": "Label for calculated indicators based on measure data that show performance (e.g., Revenue Growth, Profit Margin)"
149
89
  },
@@ -151,11 +91,7 @@
151
91
  "value": "Column",
152
92
  "comment": "Label for the column subtitle in combo chart"
153
93
  },
154
- "dashboard.bucket.secondary_measures_title.combo._measure": {
155
- "value": "Measures",
156
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
157
- },
158
- "dashboard.bucket.secondary_measures_title.combo._metric": {
94
+ "dashboard.bucket.secondary_measures_title.combo": {
159
95
  "value": "Metrics",
160
96
  "comment": "Label for calculated indicators based on measure data that show performance (e.g., Revenue Growth, Profit Margin)"
161
97
  },
@@ -163,19 +99,11 @@
163
99
  "value": "Line",
164
100
  "comment": "Label for the line subtitle in combo chart"
165
101
  },
166
- "dashboard.bucket.measures_title.xirr._measure": {
167
- "value": "Measure",
168
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
169
- },
170
- "dashboard.bucket.measures_title.xirr._metric": {
102
+ "dashboard.bucket.measures_title.xirr": {
171
103
  "value": "Metric",
172
104
  "comment": "Label for calculated indicators based on measure data that show performance (e.g., Revenue Growth, Profit Margin)"
173
105
  },
174
- "dashboard.bucket.measures_title.waterfall._measure": {
175
- "value": "Measures",
176
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
177
- },
178
- "dashboard.bucket.measures_title.waterfall._metric": {
106
+ "dashboard.bucket.measures_title.waterfall": {
179
107
  "value": "Metrics",
180
108
  "comment": "Label for calculated indicators based on measure data that show performance (e.g., Revenue Growth, Profit Margin)"
181
109
  },
@@ -227,27 +155,15 @@
227
155
  "value": "as areas",
228
156
  "comment": "Display measures in area chart 'as areas'."
229
157
  },
230
- "dashboard.bucket.measures_title.bubble._measure": {
231
- "value": "Measure",
232
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
233
- },
234
- "dashboard.bucket.measures_title.bubble._metric": {
158
+ "dashboard.bucket.measures_title.bubble": {
235
159
  "value": "Metric",
236
160
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
237
161
  },
238
- "dashboard.bucket.secondary_measures_title.bubble._measure": {
239
- "value": "Measure",
240
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
241
- },
242
- "dashboard.bucket.secondary_measures_title.bubble._metric": {
162
+ "dashboard.bucket.secondary_measures_title.bubble": {
243
163
  "value": "Metric",
244
164
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
245
165
  },
246
- "dashboard.bucket.tertiary_measures_title.bubble._measure": {
247
- "value": "Measure",
248
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
249
- },
250
- "dashboard.bucket.tertiary_measures_title.bubble._metric": {
166
+ "dashboard.bucket.tertiary_measures_title.bubble": {
251
167
  "value": "Metric",
252
168
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
253
169
  },
@@ -267,11 +183,11 @@
267
183
  "value": "Location",
268
184
  "comment": "Position of a pin pushed to a map."
269
185
  },
270
- "dashboard.bucket.size_title.pushpin._measure": {
271
- "value": "Measure",
272
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
186
+ "dashboard.bucket.area_title.choropleth": {
187
+ "value": "Area",
188
+ "comment": "Geo area chart bucket title for the attribute that defines colored map regions."
273
189
  },
274
- "dashboard.bucket.size_title.pushpin._metric": {
190
+ "dashboard.bucket.size_title.pushpin": {
275
191
  "value": "Metric",
276
192
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
277
193
  },
@@ -279,11 +195,7 @@
279
195
  "value": "Size",
280
196
  "comment": "Size of a pin pushed to a map"
281
197
  },
282
- "dashboard.bucket.color_title.pushpin._measure": {
283
- "value": "Measure",
284
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
285
- },
286
- "dashboard.bucket.color_title.pushpin._metric": {
198
+ "dashboard.bucket.color_title.pushpin": {
287
199
  "value": "Metric",
288
200
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
289
201
  },
@@ -375,35 +287,19 @@
375
287
  "value": "Segment by",
376
288
  "comment": "Label for a categorical field used to divide data into segments or categories (e.g., Product Type, Customer Status)"
377
289
  },
378
- "dashboard.bucket.metric_segment_by_warning._measure": {
379
- "value": "To add additional measure, remove {icons} from '<span class=\"stack-by\">'segment by'</span>'",
380
- "comment": "Warning message about measure limitations when using segment by. The {icons} placeholder shows UI icons, and HTML spans provide styling for 'segment by' text."
381
- },
382
- "dashboard.bucket.metric_segment_by_warning._metric": {
290
+ "dashboard.bucket.metric_segment_by_warning": {
383
291
  "value": "To add additional metric, remove {icons} from '<span class=\"stack-by\">'segment by'</span>'",
384
292
  "comment": "Warning message about metric limitations when using segment by. The {icons} placeholder shows UI icons, and HTML spans provide styling for 'segment by' text."
385
293
  },
386
- "dashboard.bucket.metric_stack_by_warning._measure": {
387
- "value": "To add additional measure, remove {icons} from '<span class=\"stack-by\">'stack by'</span>'",
388
- "comment": "Warning message about measure limitations when using stack by. The {icons} placeholder shows UI icons, and HTML spans provide styling for 'stack by' text."
389
- },
390
- "dashboard.bucket.metric_stack_by_warning._metric": {
294
+ "dashboard.bucket.metric_stack_by_warning": {
391
295
  "value": "To add additional metric, remove {icons} from '<span class=\"stack-by\">'stack by'</span>'",
392
296
  "comment": "Warning message about metric limitations when using stack by. The {icons} placeholder shows UI icons, and HTML spans provide styling for 'stack by' text."
393
297
  },
394
- "dashboard.bucket.metric_view_by_warning._measure": {
395
- "value": "To add additional measure, remove {icons} from '<span class=\"stack-by\">'view by'</span>'",
396
- "comment": "Warning message about measure limitations when using view by. The {icons} placeholder shows UI icons, and HTML spans provide styling for 'view by' text."
397
- },
398
- "dashboard.bucket.metric_view_by_warning._metric": {
298
+ "dashboard.bucket.metric_view_by_warning": {
399
299
  "value": "To add additional metric, remove {icons} from '<span class=\"stack-by\">'view by'</span>'",
400
300
  "comment": "Warning message about metric limitations when using view by. The {icons} placeholder shows UI icons, and HTML spans provide styling for 'view by' text."
401
301
  },
402
- "dashboard.bucket.category_view_by_warning._measure": {
403
- "value": "To view by another attribute, an visualization can have only one measure",
404
- "comment": "Warning message explaining View By configuration limitations based on measure/metric count"
405
- },
406
- "dashboard.bucket.category_view_by_warning._metric": {
302
+ "dashboard.bucket.category_view_by_warning": {
407
303
  "value": "To view by another attribute, an visualization can have only one metric",
408
304
  "comment": "Warning message explaining View By configuration limitations based on measure/metric count"
409
305
  },
@@ -411,11 +307,7 @@
411
307
  "value": "To add additional attribute, remove {icons} from '<span class=\"stack-by\">'stack by'</span>'",
412
308
  "comment": "Warning message explaining Stack By configuration limitations based on measure/metric count"
413
309
  },
414
- "dashboard.bucket.category_stack_by_warning._measure": {
415
- "value": "To stack by, an visualization can have only one measure",
416
- "comment": "Warning message explaining Stack By configuration limitations based on measure/metric count"
417
- },
418
- "dashboard.bucket.category_stack_by_warning._metric": {
310
+ "dashboard.bucket.category_stack_by_warning": {
419
311
  "value": "To stack by, an visualization can have only one metric",
420
312
  "comment": "Warning message explaining Stack By configuration limitations based on measure/metric count"
421
313
  },
@@ -423,19 +315,11 @@
423
315
  "value": "To stack by, an visualization can have only one attribute in view by",
424
316
  "comment": "Warning message explaining Stack By limitations when using View By"
425
317
  },
426
- "dashboard.bucket.measure_stack_by_warning._measure": {
427
- "value": "To stack by an attribute, an visualization can have only one measure",
428
- "comment": "Warning message explaining that stacking requires limiting to one measure in insights"
429
- },
430
- "dashboard.bucket.measure_stack_by_warning._metric": {
318
+ "dashboard.bucket.measure_stack_by_warning": {
431
319
  "value": "To stack by an attribute, an visualization can have only one metric",
432
320
  "comment": "Warning message explaining that stacking requires limiting to one metric in insights"
433
321
  },
434
- "dashboard.bucket.category_columns_warning._measure": {
435
- "value": "Cannot add columns: limit is {oldLimit} measures and {oldRowsLimit} rows. Follow the limits to add more",
436
- "comment": "Warning message when trying to add too many columns. The placeholders {oldLimit} and {oldRowsLimit} will be replaced with numbers, e.g., 'Cannot add columns: limit is 10 measures and 20 rows. Follow the limits to add more'."
437
- },
438
- "dashboard.bucket.category_columns_warning._metric": {
322
+ "dashboard.bucket.category_columns_warning": {
439
323
  "value": "Cannot add columns: limit is {oldLimit} metrics and {oldRowsLimit} rows. Follow the limits to add more",
440
324
  "comment": "Warning message when trying to add too many columns. The placeholders {oldLimit} and {oldRowsLimit} will be replaced with numbers, e.g., 'Cannot add columns: limit is 10 metrics and 20 rows. Follow the limits to add more'."
441
325
  },
@@ -443,43 +327,23 @@
443
327
  "value": "To add up to {limit} more, remove all items from columns section",
444
328
  "comment": "Warning message when trying to add more items. The placeholder {limit} will be replaced with a number, e.g., 'To add up to 5 more, remove all items from columns section'."
445
329
  },
446
- "dashboard.bucket.category_category_by_warning._measure": {
447
- "value": "To view by, an visualization can have only one measure",
448
- "comment": "Warning message explaining that 'View by' requires limiting to one measure in insights"
449
- },
450
- "dashboard.bucket.category_category_by_warning._metric": {
330
+ "dashboard.bucket.category_category_by_warning": {
451
331
  "value": "To view by, an visualization can have only one metric",
452
332
  "comment": "Warning message explaining that 'View by' requires limiting to one metric in insights"
453
333
  },
454
- "dashboard.bucket.category_segment_by_warning._measure": {
455
- "value": "To segment by, an visualization can have only one measure",
456
- "comment": "Warning message explaining that 'Segment by' requires limiting to one measure in insights"
457
- },
458
- "dashboard.bucket.category_segment_by_warning._metric": {
334
+ "dashboard.bucket.category_segment_by_warning": {
459
335
  "value": "To segment by, an visualization can have only one metric",
460
336
  "comment": "Warning message explaining that 'Segment by' requires limiting to one metric in insights"
461
337
  },
462
- "dashboard.bucket.measures_title.table._measure": {
463
- "value": "Measures",
464
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
465
- },
466
- "dashboard.bucket.measures_title.table._metric": {
338
+ "dashboard.bucket.measures_title.table": {
467
339
  "value": "Metrics",
468
340
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
469
341
  },
470
- "dashboard.bucket.measures_title.sankey._measure": {
471
- "value": "MEASURE",
472
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
473
- },
474
- "dashboard.bucket.measures_title.sankey._metric": {
342
+ "dashboard.bucket.measures_title.sankey": {
475
343
  "value": "METRIC",
476
344
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
477
345
  },
478
- "dashboard.bucket.measures_title.dependencywheel._measure": {
479
- "value": "MEASURE",
480
- "comment": "Label for quantitative data values calculated from your data (e.g., Sum of Revenue, Count of Orders)"
481
- },
482
- "dashboard.bucket.measures_title.dependencywheel._metric": {
346
+ "dashboard.bucket.measures_title.dependencywheel": {
483
347
  "value": "METRIC",
484
348
  "comment": "Label for calculated indicators based on metric data that show performance (e.g., Revenue Growth, Profit Margin)"
485
349
  },
@@ -503,19 +367,11 @@
503
367
  "value": "Columns",
504
368
  "comment": "Label for categorical data fields or measures that will be displayed as columns in a tabular visualization"
505
369
  },
506
- "dashboard.error.missing_primary_bucket_item.heading._measure": {
507
- "value": "No primary measure in your visualization",
508
- "comment": "Error message shown when a required data item is missing from a visualization or report"
509
- },
510
- "dashboard.error.missing_primary_bucket_item.heading._metric": {
370
+ "dashboard.error.missing_primary_bucket_item.heading": {
511
371
  "value": "No primary metric in your visualization",
512
372
  "comment": "Error message shown when a required data item is missing from a visualization or report"
513
373
  },
514
- "dashboard.error.missing_primary_bucket_item.text._measure": {
515
- "value": "Add a primary measure to your visualization, or switch to table.\nOnce done, you'll be able to save it.",
516
- "comment": "Instructional message explaining how to fix a missing primary measure error in a visualization"
517
- },
518
- "dashboard.error.missing_primary_bucket_item.text._metric": {
374
+ "dashboard.error.missing_primary_bucket_item.text": {
519
375
  "value": "Add a primary metric to your visualization, or switch to table.\nOnce done, you'll be able to save it.",
520
376
  "comment": "Instructional message explaining how to fix a missing primary metric error in a visualization"
521
377
  },
@@ -523,11 +379,7 @@
523
379
  "value": "Incomplete configuration",
524
380
  "comment": "Informs the user that they have not provided all the necessary configuration items (one measure and one date attribute)"
525
381
  },
526
- "dashboard.xirr.error.invalid_buckets.text._measure": {
527
- "value": "Make sure you have selected one measure and one date attribute",
528
- "comment": "The user should be instructed to review that they have added one measure and one date attribute to the visualization"
529
- },
530
- "dashboard.xirr.error.invalid_buckets.text._metric": {
382
+ "dashboard.xirr.error.invalid_buckets.text": {
531
383
  "value": "Make sure you have selected one metric and one date attribute",
532
384
  "comment": "The user should be instructed to review that they have added one metric and one date attribute to the visualization"
533
385
  },
@@ -851,11 +703,7 @@
851
703
  "value": "inherit",
852
704
  "comment": "Axis format option to inherit formatting from used measure."
853
705
  },
854
- "properties.axis.format.info.inherit._measure": {
855
- "value": "The format is inherited from the first measure in the visualization.",
856
- "comment": "Info text for axis format option."
857
- },
858
- "properties.axis.format.info.inherit._metric": {
706
+ "properties.axis.format.info.inherit": {
859
707
  "value": "The format is inherited from the first metric in the visualization.",
860
708
  "comment": "Info text for axis format option."
861
709
  },
@@ -1103,27 +951,15 @@
1103
951
  "value": "The visualization is not compatible with custom colors. To open the visualization as a report, click Reset Colors in Configuration —> Colors.",
1104
952
  "comment": "Message when insight visualization doesn't support custom colors"
1105
953
  },
1106
- "dashboard.bucket.measures_title.bullet._measure": {
1107
- "value": "Measure",
1108
- "comment": "Label for primary measure bucket in bullet chart"
1109
- },
1110
- "dashboard.bucket.measures_title.bullet._metric": {
954
+ "dashboard.bucket.measures_title.bullet": {
1111
955
  "value": "Metric",
1112
956
  "comment": "Label for primary metric bucket in bullet chart"
1113
957
  },
1114
- "dashboard.bucket.secondary_measures_title.bullet._measure": {
1115
- "value": "Measure",
1116
- "comment": "Label for secondary measure bucket in bullet chart"
1117
- },
1118
- "dashboard.bucket.secondary_measures_title.bullet._metric": {
958
+ "dashboard.bucket.secondary_measures_title.bullet": {
1119
959
  "value": "Metric",
1120
960
  "comment": "Label for secondary metric bucket in bullet chart"
1121
961
  },
1122
- "dashboard.bucket.tertiary_measures_title.bullet._measure": {
1123
- "value": "Measure",
1124
- "comment": "Label for tertiary measure bucket in bullet chart"
1125
- },
1126
- "dashboard.bucket.tertiary_measures_title.bullet._metric": {
962
+ "dashboard.bucket.tertiary_measures_title.bullet": {
1127
963
  "value": "Metric",
1128
964
  "comment": "Label for tertiary metric bucket in bullet chart"
1129
965
  },
@@ -1143,19 +979,11 @@
1143
979
  "value": "Sorting is not possible for this visualization configuration.",
1144
980
  "comment": "Explains why sort button is disabled. Shown as tooltip"
1145
981
  },
1146
- "sorting.disabled.explanation.measure._measure": {
1147
- "value": "You must add at least one attribute to sort the visualization. You can also adjust the position of items in the Measures section to change their position in the visualization.",
1148
- "comment": "Explains why sort button is disabled. Shown as tooltip"
1149
- },
1150
- "sorting.disabled.explanation.measure._metric": {
982
+ "sorting.disabled.explanation.measure": {
1151
983
  "value": "You must add at least one attribute to sort the visualization. You can also adjust the position of items in the Metrics section to change their position in the visualization.",
1152
984
  "comment": "Explains why sort button is disabled. Shown as tooltip"
1153
985
  },
1154
- "properties.metrics.title._measure": {
1155
- "value": "Measures",
1156
- "comment": "Title for measures section in table properties"
1157
- },
1158
- "properties.metrics.title._metric": {
986
+ "properties.metrics.title": {
1159
987
  "value": "Metrics",
1160
988
  "comment": "Title for metrics section in table properties"
1161
989
  },
@@ -1311,38 +1139,22 @@
1311
1139
  "value": "Change (difference)",
1312
1140
  "comment": "The title of the dropdown option that specifies the arithmetic operation to calculate the change and difference between two values."
1313
1141
  },
1314
- "properties.comparison.calculationType.as.change.tooltip.useIn._metric": {
1142
+ "properties.comparison.calculationType.as.change.tooltip.useIn": {
1315
1143
  "value": "Calculates the relative change between primary and secondary metric values.",
1316
1144
  "comment": "The content describes the pertinent scenarios for the change calculation."
1317
1145
  },
1318
- "properties.comparison.calculationType.as.change.tooltip.useIn._measure": {
1319
- "value": "Calculates the relative change between primary and secondary measure values.",
1320
- "comment": "The content describes the pertinent scenarios for the change calculation."
1321
- },
1322
- "properties.comparison.calculationType.as.ratio.tooltip.useIn._metric": {
1146
+ "properties.comparison.calculationType.as.ratio.tooltip.useIn": {
1323
1147
  "value": "Quantifies the share of the primary metric value in the secondary metric value.",
1324
1148
  "comment": "The content describes the pertinent scenarios for the ratio calculation."
1325
1149
  },
1326
- "properties.comparison.calculationType.as.ratio.tooltip.useIn._measure": {
1327
- "value": "Quantifies the share of the primary measure value in the secondary measure value.",
1328
- "comment": "The content describes the pertinent scenarios for the ratio calculation."
1329
- },
1330
- "properties.comparison.calculationType.as.difference.tooltip.useIn._metric": {
1150
+ "properties.comparison.calculationType.as.difference.tooltip.useIn": {
1331
1151
  "value": "Calculates the absolute difference between primary and secondary metric values.",
1332
1152
  "comment": "The content describes the pertinent scenarios for the difference calculation."
1333
1153
  },
1334
- "properties.comparison.calculationType.as.difference.tooltip.useIn._measure": {
1335
- "value": "Calculates the absolute difference between primary and secondary measure values.",
1336
- "comment": "The content describes the pertinent scenarios for the difference calculation."
1337
- },
1338
- "properties.comparison.calculationType.as.changeDifference.tooltip.useIn._metric": {
1154
+ "properties.comparison.calculationType.as.changeDifference.tooltip.useIn": {
1339
1155
  "value": "Calculates both the relative change and absolute difference between primary and secondary metric values.",
1340
1156
  "comment": "The content describes the pertinent scenarios for the change (difference) calculation."
1341
1157
  },
1342
- "properties.comparison.calculationType.as.changeDifference.tooltip.useIn._measure": {
1343
- "value": "Calculates both the relative change and absolute difference between primary and secondary measure values.",
1344
- "comment": "The content describes the pertinent scenarios for the change (difference) calculation."
1345
- },
1346
1158
  "properties.comparison.calculationType.tooltip.formula.section": {
1347
1159
  "value": "Formula",
1348
1160
  "comment": "The title of the section that describes the formula for the calculation"
@@ -1743,6 +1555,58 @@
1743
1555
  "value": "Changes by",
1744
1556
  "comment": "Alert condition for when a metric's numeric value changes (either increases or decreases) by a specified amount"
1745
1557
  },
1558
+ "automations.alert.config.anomalyDetection.operatorName": {
1559
+ "value": "anomaly detection for",
1560
+ "comment": "Part of sentence `{Daily} >anomaly detection for< {title} with {Low} sensitivity`"
1561
+ },
1562
+ "automations.alert.config.anomalyDetection.withName": {
1563
+ "value": "with",
1564
+ "comment": "Part of sentence `{Daily} anomaly detection for {title} >with< {Low} sensitivity`"
1565
+ },
1566
+ "automations.alert.config.anomalyDetection.withSensitivity": {
1567
+ "value": "sensitivity",
1568
+ "comment": "Part of sentence `{Daily} anomaly detection for {title} with {Low} >sensitivity<`"
1569
+ },
1570
+ "automations.alert.config.anomalyDetection.granularity.minute": {
1571
+ "value": "Every minute",
1572
+ "comment": "Name for granularity that is occurred every minute."
1573
+ },
1574
+ "automations.alert.config.anomalyDetection.granularity.hour": {
1575
+ "value": "Hourly",
1576
+ "comment": "Name for granularity that is occurred every hour"
1577
+ },
1578
+ "automations.alert.config.anomalyDetection.granularity.day": {
1579
+ "value": "Daily",
1580
+ "comment": "Name for granularity that is occurred every day"
1581
+ },
1582
+ "automations.alert.config.anomalyDetection.granularity.week": {
1583
+ "value": "Weekly",
1584
+ "comment": "Name for granularity that is occurred every week"
1585
+ },
1586
+ "automations.alert.config.anomalyDetection.granularity.month": {
1587
+ "value": "Monthly",
1588
+ "comment": "Name for granularity that is occurred every month"
1589
+ },
1590
+ "automations.alert.config.anomalyDetection.granularity.quarter": {
1591
+ "value": "Per quarter",
1592
+ "comment": "Name for granularity that is occurred every quarter"
1593
+ },
1594
+ "automations.alert.config.anomalyDetection.granularity.year": {
1595
+ "value": "Yearly",
1596
+ "comment": "Name for granularity that is occurred every year"
1597
+ },
1598
+ "automations.alert.config.anomalyDetection.sensitivity.low": {
1599
+ "value": "low",
1600
+ "comment": "Name for low sensitivity setting"
1601
+ },
1602
+ "automations.alert.config.anomalyDetection.sensitivity.medium": {
1603
+ "value": "medium",
1604
+ "comment": "Name for medium sensitivity setting"
1605
+ },
1606
+ "automations.alert.config.anomalyDetection.sensitivity.high": {
1607
+ "value": "high",
1608
+ "comment": "Name for high sensitivity setting"
1609
+ },
1746
1610
  "automations.filter.allDashboards": {
1747
1611
  "value": "All dashboards",
1748
1612
  "comment": "Filter option to show automations for all dashboards"