@gooddata/sdk-ui-ext 11.11.0-alpha.1 → 11.11.0-alpha.3

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 (171) 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/internal/components/VisualizationCatalog.d.ts.map +1 -1
  5. package/esm/internal/components/VisualizationCatalog.js +2 -0
  6. package/esm/internal/components/VisualizationCatalog.js.map +1 -1
  7. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts +20 -0
  8. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts.map +1 -0
  9. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js +40 -0
  10. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js.map +1 -0
  11. package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts.map +1 -1
  12. package/esm/internal/components/pluggableVisualizations/drillDownUtil.js +4 -2
  13. package/esm/internal/components/pluggableVisualizations/drillDownUtil.js.map +1 -1
  14. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.d.ts +16 -0
  15. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.d.ts.map +1 -0
  16. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.js +70 -0
  17. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.js.map +1 -0
  18. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts +62 -0
  19. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts.map +1 -0
  20. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js +222 -0
  21. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js.map +1 -0
  22. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.d.ts +76 -0
  23. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.d.ts.map +1 -0
  24. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.js +201 -0
  25. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.js.map +1 -0
  26. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts +20 -0
  27. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts.map +1 -0
  28. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js +30 -0
  29. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js.map +1 -0
  30. package/esm/internal/constants/supportedProperties.d.ts +1 -0
  31. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  32. package/esm/internal/constants/supportedProperties.js +9 -0
  33. package/esm/internal/constants/supportedProperties.js.map +1 -1
  34. package/esm/internal/constants/uiConfig.d.ts +1 -0
  35. package/esm/internal/constants/uiConfig.d.ts.map +1 -1
  36. package/esm/internal/constants/uiConfig.js +27 -0
  37. package/esm/internal/constants/uiConfig.js.map +1 -1
  38. package/esm/internal/interfaces/Visualization.d.ts +1 -0
  39. package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
  40. package/esm/internal/interfaces/Visualization.js.map +1 -1
  41. package/esm/internal/translations/de-DE.json +48 -96
  42. package/esm/internal/translations/de-DE.localization-bundle.d.ts +48 -96
  43. package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
  44. package/esm/internal/translations/de-DE.localization-bundle.js +48 -96
  45. package/esm/internal/translations/de-DE.localization-bundle.js.map +1 -1
  46. package/esm/internal/translations/en-AU.json +48 -96
  47. package/esm/internal/translations/en-AU.localization-bundle.d.ts +48 -96
  48. package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
  49. package/esm/internal/translations/en-AU.localization-bundle.js +48 -96
  50. package/esm/internal/translations/en-AU.localization-bundle.js.map +1 -1
  51. package/esm/internal/translations/en-GB.json +48 -96
  52. package/esm/internal/translations/en-GB.localization-bundle.d.ts +48 -96
  53. package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
  54. package/esm/internal/translations/en-GB.localization-bundle.js +48 -96
  55. package/esm/internal/translations/en-GB.localization-bundle.js.map +1 -1
  56. package/esm/internal/translations/en-US.json +51 -239
  57. package/esm/internal/translations/en-US.localization-bundle.d.ts +49 -96
  58. package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
  59. package/esm/internal/translations/en-US.localization-bundle.js +49 -96
  60. package/esm/internal/translations/en-US.localization-bundle.js.map +1 -1
  61. package/esm/internal/translations/es-419.json +48 -96
  62. package/esm/internal/translations/es-419.localization-bundle.d.ts +48 -96
  63. package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
  64. package/esm/internal/translations/es-419.localization-bundle.js +48 -96
  65. package/esm/internal/translations/es-419.localization-bundle.js.map +1 -1
  66. package/esm/internal/translations/es-ES.json +48 -96
  67. package/esm/internal/translations/es-ES.localization-bundle.d.ts +48 -96
  68. package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
  69. package/esm/internal/translations/es-ES.localization-bundle.js +48 -96
  70. package/esm/internal/translations/es-ES.localization-bundle.js.map +1 -1
  71. package/esm/internal/translations/fi-FI.json +48 -96
  72. package/esm/internal/translations/fi-FI.localization-bundle.d.ts +48 -96
  73. package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
  74. package/esm/internal/translations/fi-FI.localization-bundle.js +48 -96
  75. package/esm/internal/translations/fi-FI.localization-bundle.js.map +1 -1
  76. package/esm/internal/translations/fr-CA.json +48 -96
  77. package/esm/internal/translations/fr-CA.localization-bundle.d.ts +48 -96
  78. package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
  79. package/esm/internal/translations/fr-CA.localization-bundle.js +48 -96
  80. package/esm/internal/translations/fr-CA.localization-bundle.js.map +1 -1
  81. package/esm/internal/translations/fr-FR.json +48 -96
  82. package/esm/internal/translations/fr-FR.localization-bundle.d.ts +48 -96
  83. package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
  84. package/esm/internal/translations/fr-FR.localization-bundle.js +48 -96
  85. package/esm/internal/translations/fr-FR.localization-bundle.js.map +1 -1
  86. package/esm/internal/translations/it-IT.json +48 -96
  87. package/esm/internal/translations/it-IT.localization-bundle.d.ts +48 -96
  88. package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
  89. package/esm/internal/translations/it-IT.localization-bundle.js +48 -96
  90. package/esm/internal/translations/it-IT.localization-bundle.js.map +1 -1
  91. package/esm/internal/translations/ja-JP.json +48 -96
  92. package/esm/internal/translations/ja-JP.localization-bundle.d.ts +48 -96
  93. package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
  94. package/esm/internal/translations/ja-JP.localization-bundle.js +48 -96
  95. package/esm/internal/translations/ja-JP.localization-bundle.js.map +1 -1
  96. package/esm/internal/translations/ko-KR.json +48 -96
  97. package/esm/internal/translations/ko-KR.localization-bundle.d.ts +48 -96
  98. package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
  99. package/esm/internal/translations/ko-KR.localization-bundle.js +48 -96
  100. package/esm/internal/translations/ko-KR.localization-bundle.js.map +1 -1
  101. package/esm/internal/translations/nl-NL.json +48 -96
  102. package/esm/internal/translations/nl-NL.localization-bundle.d.ts +48 -96
  103. package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
  104. package/esm/internal/translations/nl-NL.localization-bundle.js +48 -96
  105. package/esm/internal/translations/nl-NL.localization-bundle.js.map +1 -1
  106. package/esm/internal/translations/pl-PL.json +48 -96
  107. package/esm/internal/translations/pl-PL.localization-bundle.d.ts +48 -96
  108. package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
  109. package/esm/internal/translations/pl-PL.localization-bundle.js +48 -96
  110. package/esm/internal/translations/pl-PL.localization-bundle.js.map +1 -1
  111. package/esm/internal/translations/pt-BR.json +48 -96
  112. package/esm/internal/translations/pt-BR.localization-bundle.d.ts +48 -96
  113. package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
  114. package/esm/internal/translations/pt-BR.localization-bundle.js +48 -96
  115. package/esm/internal/translations/pt-BR.localization-bundle.js.map +1 -1
  116. package/esm/internal/translations/pt-PT.json +48 -96
  117. package/esm/internal/translations/pt-PT.localization-bundle.d.ts +48 -96
  118. package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
  119. package/esm/internal/translations/pt-PT.localization-bundle.js +48 -96
  120. package/esm/internal/translations/pt-PT.localization-bundle.js.map +1 -1
  121. package/esm/internal/translations/ru-RU.json +48 -96
  122. package/esm/internal/translations/ru-RU.localization-bundle.d.ts +48 -96
  123. package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
  124. package/esm/internal/translations/ru-RU.localization-bundle.js +48 -96
  125. package/esm/internal/translations/ru-RU.localization-bundle.js.map +1 -1
  126. package/esm/internal/translations/sl-SI.json +504 -0
  127. package/esm/internal/translations/sl-SI.localization-bundle.d.ts +505 -0
  128. package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -0
  129. package/esm/internal/translations/sl-SI.localization-bundle.js +507 -0
  130. package/esm/internal/translations/sl-SI.localization-bundle.js.map +1 -0
  131. package/esm/internal/translations/tr-TR.json +48 -96
  132. package/esm/internal/translations/tr-TR.localization-bundle.d.ts +48 -96
  133. package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
  134. package/esm/internal/translations/tr-TR.localization-bundle.js +48 -96
  135. package/esm/internal/translations/tr-TR.localization-bundle.js.map +1 -1
  136. package/esm/internal/translations/zh-HK.json +48 -96
  137. package/esm/internal/translations/zh-HK.localization-bundle.d.ts +48 -96
  138. package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
  139. package/esm/internal/translations/zh-HK.localization-bundle.js +48 -96
  140. package/esm/internal/translations/zh-HK.localization-bundle.js.map +1 -1
  141. package/esm/internal/translations/zh-Hans.json +48 -96
  142. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +48 -96
  143. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
  144. package/esm/internal/translations/zh-Hans.localization-bundle.js +48 -96
  145. package/esm/internal/translations/zh-Hans.localization-bundle.js.map +1 -1
  146. package/esm/internal/translations/zh-Hant.json +48 -96
  147. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +48 -96
  148. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
  149. package/esm/internal/translations/zh-Hant.localization-bundle.js +48 -96
  150. package/esm/internal/translations/zh-Hant.localization-bundle.js.map +1 -1
  151. package/esm/internal/utils/bucketHelper.d.ts.map +1 -1
  152. package/esm/internal/utils/bucketHelper.js +2 -0
  153. package/esm/internal/utils/bucketHelper.js.map +1 -1
  154. package/esm/internal/utils/internalIntlProvider.d.ts +1 -2
  155. package/esm/internal/utils/internalIntlProvider.d.ts.map +1 -1
  156. package/esm/internal/utils/internalIntlProvider.js +5 -21
  157. package/esm/internal/utils/internalIntlProvider.js.map +1 -1
  158. package/esm/internal/utils/translations.d.ts.map +1 -1
  159. package/esm/internal/utils/translations.js +2 -0
  160. package/esm/internal/utils/translations.js.map +1 -1
  161. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.d.ts +13 -0
  162. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.d.ts.map +1 -0
  163. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.js +34 -0
  164. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.js.map +1 -0
  165. package/esm/locales.d.ts.map +1 -1
  166. package/esm/locales.js +4 -0
  167. package/esm/locales.js.map +1 -1
  168. package/esm/notificationsPanel/localization/IntlWrapper.d.ts.map +1 -1
  169. package/esm/notificationsPanel/localization/IntlWrapper.js +4 -4
  170. package/esm/notificationsPanel/localization/IntlWrapper.js.map +1 -1
  171. package/package.json +18 -18
@@ -0,0 +1,505 @@
1
+ export declare const sl_SI: {
2
+ or: string;
3
+ "dashboard.bucket.measures_title.column": string;
4
+ "dashboard.bucket.measures_title.bar": string;
5
+ "dashboard.bucket.measures_title.line": string;
6
+ "dashboard.bucket.measures_title.area": string;
7
+ "dashboard.bucket.measures_title.pie": string;
8
+ "dashboard.bucket.measures_title.funnel": string;
9
+ "dashboard.bucket.measures_title.pyramid": string;
10
+ "dashboard.bucket.measures_title.treemap": string;
11
+ "dashboard.bucket.measures_title.donut": string;
12
+ "dashboard.bucket.measures_title.heatmap": string;
13
+ "dashboard.bucket.measures_title.headline": string;
14
+ "dashboard.bucket.measures_subtitle.headline": string;
15
+ "dashboard.bucket.secondary_measures_title.headline": string;
16
+ "dashboard.bucket.secondary_measures_subtitle.headline": string;
17
+ "dashboard.bucket.measures_title.scatter": string;
18
+ "dashboard.bucket.secondary_measures_title.scatter": string;
19
+ "dashboard.bucket.measures_subtitle.scatter": string;
20
+ "dashboard.bucket.secondary_measures_subtitle.scatter": string;
21
+ "dashboard.bucket.attribute_title.scatter": string;
22
+ "dashboard.bucket.segment_title.scatter": string;
23
+ "dashboard.bucket.measures_title.combo": string;
24
+ "dashboard.bucket.measures_subtitle.combo": string;
25
+ "dashboard.bucket.secondary_measures_title.combo": string;
26
+ "dashboard.bucket.secondary_measures_subtitle.combo": string;
27
+ "dashboard.bucket.measures_title.xirr": string;
28
+ "dashboard.bucket.measures_title.waterfall": string;
29
+ "dashboard.bucket.attribute_title.xirr": string;
30
+ "dashboard.bucket.attribute_from_title.sankey": string;
31
+ "dashboard.bucket.attribute_from_subtitle.sankey": string;
32
+ "dashboard.bucket.attribute_to_title.sankey": string;
33
+ "dashboard.bucket.attribute_to_subtitle.sankey": string;
34
+ "dashboard.bucket.attribute_from_title.dependencywheel": string;
35
+ "dashboard.bucket.attribute_from_subtitle.dependencywheel": string;
36
+ "dashboard.bucket.attribute_to_title.dependencywheel": string;
37
+ "dashboard.bucket.attribute_to_subtitle.dependencywheel": string;
38
+ "dashboard.bucket.combo.subtitle.column": string;
39
+ "dashboard.bucket.combo.subtitle.line": string;
40
+ "dashboard.bucket.combo.subtitle.area": string;
41
+ "dashboard.bucket.measures_title.bubble": string;
42
+ "dashboard.bucket.secondary_measures_title.bubble": string;
43
+ "dashboard.bucket.tertiary_measures_title.bubble": string;
44
+ "dashboard.bucket.measures_subtitle.bubble": string;
45
+ "dashboard.bucket.secondary_measures_subtitle.bubble": string;
46
+ "dashboard.bucket.tertiary_measures_subtitle.bubble": string;
47
+ "dashboard.bucket.location_title.pushpin": string;
48
+ "dashboard.bucket.size_title.pushpin": string;
49
+ "dashboard.bucket.size_subtitle.pushpin": string;
50
+ "dashboard.bucket.color_title.pushpin": string;
51
+ "dashboard.bucket.color_subtitle.pushpin": string;
52
+ "dashboard.bucket.view_title.bubble": string;
53
+ "dashboard.bucket.view_title.pie": string;
54
+ "dashboard.bucket.view_title.treemap": string;
55
+ "dashboard.bucket.view_title.donut": string;
56
+ "dashboard.bucket.view_title.funnel": string;
57
+ "dashboard.bucket.view_title.pyramid": string;
58
+ "dashboard.bucket.view_title.column": string;
59
+ "dashboard.bucket.view_title.bar": string;
60
+ "dashboard.bucket.view_title.area": string;
61
+ "dashboard.bucket.view_title.bullet": string;
62
+ "dashboard.bucket.view_title.waterfall": string;
63
+ "dashboard.bucket.view_title.heatmap": string;
64
+ "dashboard.bucket.trend_title.line": string;
65
+ "dashboard.bucket.view_title.combo": string;
66
+ "dashboard.bucket.stack_title.column": string;
67
+ "dashboard.bucket.stack_title.bar": string;
68
+ "dashboard.bucket.stack_title.area": string;
69
+ "dashboard.bucket.stack_title.heatmap": string;
70
+ "dashboard.bucket.segment_title.line": string;
71
+ "dashboard.bucket.segment_title.treemap": string;
72
+ "dashboard.bucket.segment_title.pushpin": string;
73
+ "dashboard.bucket.metric_segment_by_warning": string;
74
+ "dashboard.bucket.metric_stack_by_warning": string;
75
+ "dashboard.bucket.metric_view_by_warning": string;
76
+ "dashboard.bucket.category_view_by_warning": string;
77
+ "dashboard.bucket.view_stack_by_warning": string;
78
+ "dashboard.bucket.category_stack_by_warning": string;
79
+ "dashboard.bucket.stack_view_by_warning": string;
80
+ "dashboard.bucket.measure_stack_by_warning": string;
81
+ "dashboard.bucket.category_columns_warning": string;
82
+ "dashboard.bucket.category_measures_rows_warning": string;
83
+ "dashboard.bucket.category_category_by_warning": string;
84
+ "dashboard.bucket.category_segment_by_warning": string;
85
+ "dashboard.bucket.measures_title.table": string;
86
+ "dashboard.bucket.measures_title.sankey": string;
87
+ "dashboard.bucket.measures_title.dependencywheel": string;
88
+ "dashboard.bucket.attribute_title.table": string;
89
+ "dashboard.bucket.columns_title.table": string;
90
+ "dashboard.bucket.attribute_title.repeater": string;
91
+ "dashboard.bucket.view_title.repeater": string;
92
+ "dashboard.bucket.columns_title.repeater": string;
93
+ "dashboard.error.missing_primary_bucket_item.heading": string;
94
+ "dashboard.error.missing_primary_bucket_item.text": string;
95
+ "dashboard.xirr.error.invalid_buckets.heading": string;
96
+ "dashboard.xirr.error.invalid_buckets.text": string;
97
+ "properties.unsupported": string;
98
+ "properties.config.not_applicable": string;
99
+ "properties.not_applicable": string;
100
+ "properties.auto_placeholder": string;
101
+ "properties.auto_default": string;
102
+ "properties.legend.title": string;
103
+ "properties.legend.position": string;
104
+ "properties.total.title": string;
105
+ "properties.total.name": string;
106
+ "properties.total.tooltip": string;
107
+ "properties.total.measures.tooltip": string;
108
+ "properties.color.total": string;
109
+ "properties.color.positive": string;
110
+ "properties.color.negative": string;
111
+ "properties.canvas.title": string;
112
+ "properties.canvas.gridline": string;
113
+ "properties.canvas.labels.percentages": string;
114
+ "properties.canvas.labels.percentages.info": string;
115
+ "properties.canvas.labels.percentages.disabled": string;
116
+ "properties.canvas.continuousLine.label": string;
117
+ "properties.canvas.continuousLine.tooltip": string;
118
+ "properties.canvas.distinctPointShapes.label": string;
119
+ "properties.canvas.distinctPointShapes.tooltip": string;
120
+ "properties.canvas.dataLabels": string;
121
+ "properties.canvas.dataLabels.auto": string;
122
+ "properties.canvas.dataLabels.show": string;
123
+ "properties.canvas.dataLabels.hide": string;
124
+ "properties.canvas.dataLabelStyle": string;
125
+ "properties.canvas.dataLabelStyle.auto": string;
126
+ "properties.canvas.dataLabelStyle.backplate": string;
127
+ "properties.canvas.rowHeight": string;
128
+ "properties.canvas.rowHeight.small": string;
129
+ "properties.canvas.rowHeight.medium": string;
130
+ "properties.canvas.rowHeight.large": string;
131
+ "properties.canvas.verticalAlign": string;
132
+ "properties.canvas.verticalAlign.top": string;
133
+ "properties.canvas.verticalAlign.middle": string;
134
+ "properties.canvas.verticalAlign.bottom": string;
135
+ "properties.canvas.textWrapping": string;
136
+ "properties.canvas.textWrapping.clip": string;
137
+ "properties.canvas.textWrapping.wrap": string;
138
+ "properties.canvas.image": string;
139
+ "properties.canvas.image.fit": string;
140
+ "properties.canvas.image.fill": string;
141
+ "properties.forecast.title": string;
142
+ "properties.forecastDisabled.title": string;
143
+ "properties.forecastPeriod.title": string;
144
+ "properties.forecastPeriod.placeholder": string;
145
+ "properties.forecastSeasonal.title": string;
146
+ "properties.forecastConfidence.title": string;
147
+ "properties.forecastConfidence.70": string;
148
+ "properties.forecastConfidence.75": string;
149
+ "properties.forecastConfidence.80": string;
150
+ "properties.forecastConfidence.85": string;
151
+ "properties.forecastConfidence.90": string;
152
+ "properties.forecastConfidence.95": string;
153
+ "properties.forecastSliced.title": string;
154
+ "properties.forecastSliced.description": string;
155
+ "properties.clustering.title": string;
156
+ "properties.clustering.amount": string;
157
+ "properties.clustering.amount.placeholder": string;
158
+ "properties.clustering.threshold": string;
159
+ "properties.clustering.threshold.placeholder": string;
160
+ "properties.clustering.threshold.tooltip": string;
161
+ "properties.clustering.amount.partial.title": string;
162
+ "properties.clustering.amount.partial.description": string;
163
+ "properties.clustering.disabled": string;
164
+ "properties.canvas.totalLabels": string;
165
+ "properties.canvas.totalLabels.auto": string;
166
+ "properties.canvas.totalLabels.show": string;
167
+ "properties.canvas.totalLabels.hide": string;
168
+ "properties.canvas.dataPoints": string;
169
+ "properties.canvas.dataPoints.auto": string;
170
+ "properties.canvas.dataPoints.show": string;
171
+ "properties.canvas.dataPoints.hide": string;
172
+ "properties.yaxis.title": string;
173
+ "properties.axis.labels": string;
174
+ "properties.axis.rotation": string;
175
+ "properties.axis.format": string;
176
+ "properties.axis.format.inherit": string;
177
+ "properties.axis.format.info.inherit": string;
178
+ "properties.axis.name": string;
179
+ "properties.axis.name.position": string;
180
+ "properties.axis.name.position.left": string;
181
+ "properties.axis.name.position.center": string;
182
+ "properties.axis.name.position.right": string;
183
+ "properties.axis.name.position.top": string;
184
+ "properties.axis.name.position.middle": string;
185
+ "properties.axis.name.position.bottom": string;
186
+ "properties.axis.min": string;
187
+ "properties.axis.min.warning": string;
188
+ "properties.axis.max": string;
189
+ "properties.axis.max.warning": string;
190
+ "properties.xaxis.title": string;
191
+ "properties.axis.scale": string;
192
+ "properties.axis.left": string;
193
+ "properties.axis.right": string;
194
+ "properties.axis.top": string;
195
+ "properties.axis.bottom": string;
196
+ "properties.rotation.0": string;
197
+ "properties.rotation.30": string;
198
+ "properties.rotation.45": string;
199
+ "properties.rotation.60": string;
200
+ "properties.rotation.90": string;
201
+ "properties.legend.position.up": string;
202
+ "properties.legend.position.down": string;
203
+ "properties.legend.position.right": string;
204
+ "properties.legend.position.left": string;
205
+ "properties.orientation.title": string;
206
+ "properties.orientation.horizontal": string;
207
+ "properties.orientation.vertical": string;
208
+ "properties.points.title": string;
209
+ "properties.points.groupNearbyPoints": string;
210
+ "properties.points.size.title": string;
211
+ "properties.points.size.extra_small": string;
212
+ "properties.points.size.small": string;
213
+ "properties.points.size.normal": string;
214
+ "properties.points.size.large": string;
215
+ "properties.points.size.extra_large": string;
216
+ "properties.points.size.min.title": string;
217
+ "properties.points.size.max.title": string;
218
+ "properties.map.title": string;
219
+ "properties.viewport.area.title": string;
220
+ "properties.viewport.area.auto_default": string;
221
+ "properties.viewport.area.continents": string;
222
+ "properties.viewport.area.continent_af": string;
223
+ "properties.viewport.area.continent_as": string;
224
+ "properties.viewport.area.continent_au": string;
225
+ "properties.viewport.area.continent_eu": string;
226
+ "properties.viewport.area.continent_na": string;
227
+ "properties.viewport.area.continent_sa": string;
228
+ "properties.viewport.area.world": string;
229
+ "gs.color-dropdown.custom-color": string;
230
+ "properties.colors.reset-colors": string;
231
+ "properties.colors": string;
232
+ "properties.colorsAndFills": string;
233
+ "properties.fill": string;
234
+ "properties.fill.solid": string;
235
+ "properties.fill.pattern": string;
236
+ "properties.fill.outline": string;
237
+ "properties.colors.unsupported": string;
238
+ "export_unsupported.colors": string;
239
+ "dashboard.bucket.measures_title.bullet": string;
240
+ "dashboard.bucket.secondary_measures_title.bullet": string;
241
+ "dashboard.bucket.tertiary_measures_title.bullet": string;
242
+ "dashboard.bucket.measures_subtitle.bullet": string;
243
+ "dashboard.bucket.secondary_measures_subtitle.bullet": string;
244
+ "dashboard.bucket.tertiary_measures_subtitle.bullet": string;
245
+ "sorting.disabled.explanation.attribute": string;
246
+ "sorting.disabled.explanation.measure": string;
247
+ "properties.metrics.title": string;
248
+ "properties.metrics.position": string;
249
+ "properties.metrics.position.columns": string;
250
+ "properties.metrics.position.rows": string;
251
+ "properties.column.headers.title": string;
252
+ "properties.column.headers.position": string;
253
+ "properties.column.headers.position.top": string;
254
+ "properties.column.headers.position.left": string;
255
+ "properties.column.headers.wrapText": string;
256
+ "properties.cells.title": string;
257
+ "properties.cells.wrapText": string;
258
+ "dashboard.bucket.table.subtitle.columns": string;
259
+ "dashboard.bucket.table.subtitle.rows": string;
260
+ "properties.interactions.title": string;
261
+ "properties.advanced.title": string;
262
+ "properties.advanced.chartConfigOverride.noValueLabel": string;
263
+ "properties.advanced.chartConfigOverride.link": string;
264
+ "properties.advanced.chartConfigOverride.editorButton": string;
265
+ "properties.advanced.chartConfigOverride.title": string;
266
+ "properties.advanced.chartConfigOverride.snippets.header": string;
267
+ "properties.advanced.chartConfigOverride.button.apply": string;
268
+ "properties.advanced.chartConfigOverride.button.cancel": string;
269
+ "properties.interactions.drillDown": string;
270
+ "properties.interactions.alerts": string;
271
+ "properties.interactions.alerts.tooltip": string;
272
+ "properties.interactions.scheduledExports": string;
273
+ "properties.interactions.scheduledExports.tooltip": string;
274
+ "properties.comparison.title": string;
275
+ "properties.comparison.calculationType.title": string;
276
+ "properties.comparison.calculationType.as.change": string;
277
+ "properties.comparison.calculationType.as.ratio": string;
278
+ "properties.comparison.calculationType.as.difference": string;
279
+ "properties.comparison.calculationType.as.changeDifference": string;
280
+ "properties.comparison.calculationType.as.change.tooltip.useIn": string;
281
+ "properties.comparison.calculationType.as.ratio.tooltip.useIn": string;
282
+ "properties.comparison.calculationType.as.difference.tooltip.useIn": string;
283
+ "properties.comparison.calculationType.as.changeDifference.tooltip.useIn": string;
284
+ "properties.comparison.calculationType.tooltip.formula.section": string;
285
+ "properties.comparison.calculationType.tooltip.formulaChange.section": string;
286
+ "properties.comparison.calculationType.tooltip.formulaDifference.section": string;
287
+ "properties.comparison.calculationType.as.change.tooltip.formula": string;
288
+ "properties.comparison.calculationType.as.ratio.tooltip.formula": string;
289
+ "properties.comparison.calculationType.as.difference.tooltip.formula": string;
290
+ "properties.comparison.calculationType.tooltip.example.section": string;
291
+ "properties.comparison.calculationType.as.change.tooltip.example": string;
292
+ "properties.comparison.calculationType.as.ratio.tooltip.example": string;
293
+ "properties.comparison.calculationType.as.difference.tooltip.example": string;
294
+ "properties.comparison.calculationType.as.changeDifference.tooltip.example": string;
295
+ "properties.comparison.measureNumber.format.preset.inherit": string;
296
+ "properties.comparison.measureNumber.format.preset.rounded": string;
297
+ "properties.comparison.measureNumber.format.preset.decimal1": string;
298
+ "properties.comparison.measureNumber.format.preset.decimal2": string;
299
+ "properties.comparison.measureNumber.format.preset.percentRounded": string;
300
+ "properties.comparison.measureNumber.format.preset.percent1": string;
301
+ "properties.comparison.measureNumber.format.preset.percent2": string;
302
+ "properties.comparison.measureNumber.format.template.rounded": string;
303
+ "properties.comparison.measureNumber.format.template.decimal1": string;
304
+ "properties.comparison.measureNumber.format.template.decimal2": string;
305
+ "properties.comparison.measureNumber.format.template.percentRounded": string;
306
+ "properties.comparison.measureNumber.format.template.percent1": string;
307
+ "properties.comparison.measureNumber.format.template.percent2": string;
308
+ "properties.comparison.measureNumber.format.template.currency": string;
309
+ "properties.comparison.measureNumber.format.template.currencyShortened": string;
310
+ "properties.comparison.measureNumber.format.template.largeNumbersShortened": string;
311
+ "properties.comparison.measureNumber.format.template.largeNumbersShortenedWithColors": string;
312
+ "properties.comparison.measureNumber.format.template.negativeNumbersRed": string;
313
+ "properties.comparison.measureNumber.format.template.financial": string;
314
+ "properties.comparison.measureNumber.format.template.decimalWithoutThousandsSeparator": string;
315
+ "properties.comparison.measureNumber.format.template.conditionalColors": string;
316
+ "properties.comparison.measureNumber.format.template.trendSymbols": string;
317
+ "properties.comparison.measureNumber.format.template.timeFromSeconds": string;
318
+ "properties.comparison.measureNumber.format.template.zeroInsteadOfNull": string;
319
+ "properties.comparison.valueSubSection.title": string;
320
+ "properties.comparison.format.title": string;
321
+ "properties.comparison.subFormat.title": string;
322
+ "properties.comparison.indicator.title": string;
323
+ "properties.comparison.indicator.arrow.title": string;
324
+ "properties.comparison.indicator.colorConfig.title": string;
325
+ "properties.comparison.indicator.colorConfig.equals": string;
326
+ "properties.comparison.indicator.colorConfig.positive": string;
327
+ "properties.comparison.indicator.colorConfig.negative": string;
328
+ "properties.comparison.labelSubSection.title": string;
329
+ "properties.comparison.labelSubSection.positionOnTop.disabled": string;
330
+ "properties.comparison.labelSubSection.conditional.disabled": string;
331
+ "properties.comparison.labelName.title": string;
332
+ "properties.comparison.labelConditional.title": string;
333
+ "properties.comparison.labelPositive.title": string;
334
+ "properties.comparison.labelNegative.title": string;
335
+ "properties.comparison.labelEquals.title": string;
336
+ "properties.comparison.position.title": string;
337
+ "properties.comparison.position.top": string;
338
+ "properties.comparison.position.right": string;
339
+ "properties.comparison.position.left": string;
340
+ "visualizations.headline.tertiary.title": string;
341
+ "gs.date.yesterday": string;
342
+ "notifications.panel.button.label": string;
343
+ "notifications.panel.notifications.list.label": string;
344
+ "notifications.panel.tab.unread": string;
345
+ "notifications.panel.tab.all": string;
346
+ "notifications.panel.markAllAsRead": string;
347
+ "notifications.panel.error.loading": string;
348
+ "notifications.panel.empty.all": string;
349
+ "notifications.panel.empty.unread": string;
350
+ "notifications.panel.unsupported.notification.type": string;
351
+ "notifications.panel.markAsRead": string;
352
+ "notifications.panel.alert.notification.type.label": string;
353
+ "notifications.panel.download": string;
354
+ "notifications.panel.expiresOn": string;
355
+ "notifications.panel.linkHasExpired": string;
356
+ "notifications.panel.toast.warning.filesExpired": string;
357
+ "notifications.panel.dashboardLinkHint": string;
358
+ "notifications.panel.dashboardLink": string;
359
+ "notifications.panel.downloadFilesHint": string;
360
+ "notifications.filters.buttonLabel": string;
361
+ "notifications.filters.dialog.title": string;
362
+ "notifications.filters.dialog.dateRange": string;
363
+ "notifications.panel.triggers.title": string;
364
+ "notifications.panel.triggers.dialog.newValue": string;
365
+ "notifications.panel.triggers.dialog.truncatedValues": string;
366
+ close: string;
367
+ "notifications.panel.triggers.dialog.title": string;
368
+ "notifications.panel.error.learnMore": string;
369
+ "notifications.panel.error.traceId": string;
370
+ "notifications.panel.error.alert.title": string;
371
+ "notifications.panel.error.schedule.title": string;
372
+ "notifications.panel.error.limitExceeded.message": string;
373
+ "automations.alert.config.comparisonOperator.lessThan": string;
374
+ "automations.alert.config.comparisonOperator.lessThanOrEquals": string;
375
+ "automations.alert.config.comparisonOperator.greaterThan": string;
376
+ "automations.alert.config.comparisonOperator.greaterThanOrEquals": string;
377
+ "automations.alert.config.changeOperator.increasesBy": string;
378
+ "automations.alert.config.changeOperator.decreasesBy": string;
379
+ "automations.alert.config.changeOperator.changesBy": string;
380
+ "automations.filter.untitledUser": string;
381
+ "automations.alert.config.differenceOperator.increasesBy": string;
382
+ "automations.alert.config.differenceOperator.decreasesBy": string;
383
+ "automations.alert.config.differenceOperator.changesBy": string;
384
+ "automations.filter.allDashboards": string;
385
+ "automations.filter.allRecipients": string;
386
+ "automations.filter.allAuthors": string;
387
+ "automations.filter.allStatus": string;
388
+ "automations.filter.status.label": string;
389
+ "automations.filter.workspaces.label": string;
390
+ "automations.filter.status.success": string;
391
+ "automations.filter.status.failed": string;
392
+ "automations.filter.status.neverRun": string;
393
+ "automations.filter.dashboard.label": string;
394
+ "automations.filter.recipients.label": string;
395
+ "automations.filter.createdBy.label": string;
396
+ "automations.filter.currentUser": string;
397
+ "automations.cell.lastRun.never": string;
398
+ "automations.column.id": string;
399
+ "automations.column.name": string;
400
+ "automations.column.dashboard": string;
401
+ "automations.column.widget": string;
402
+ "automations.column.attachments": string;
403
+ "automations.column.nextRun": string;
404
+ "automations.column.recipients": string;
405
+ "automations.column.lastSent": string;
406
+ "automations.column.state": string;
407
+ "automations.column.lastRunStatus": string;
408
+ "automations.column.createdBy": string;
409
+ "automations.column.createdAt": string;
410
+ "automations.column.notificationChannel": string;
411
+ "automations.column.workspace": string;
412
+ "automations.menu.edit": string;
413
+ "automations.menu.delete": string;
414
+ "automations.menu.unsubscribe": string;
415
+ "automations.menu.pause": string;
416
+ "automations.menu.resume": string;
417
+ "automations.menu.ariaLabel": string;
418
+ "automations.icon.tooltip.header.schedule": string;
419
+ "automations.icon.tooltip.header.alert": string;
420
+ "automations.icon.tooltip.status": string;
421
+ "automations.icon.tooltip.traceId": string;
422
+ "automations.menu.copyId": string;
423
+ "automations.message.copyId.success": string;
424
+ "automations.message.schedule.delete.success": string;
425
+ "automations.message.schedule.delete.error": string;
426
+ "automations.message.schedule.unsubscribe.success": string;
427
+ "automations.message.schedule.unsubscribe.error": string;
428
+ "automations.message.schedule.bulk.delete.success": string;
429
+ "automations.message.schedule.bulk.delete.error": string;
430
+ "automations.message.schedule.bulk.unsubscribe.success": string;
431
+ "automations.message.schedule.bulk.unsubscribe.error": string;
432
+ "automations.message.schedule.pause.success": string;
433
+ "automations.message.schedule.pause.error": string;
434
+ "automations.message.schedule.bulk.pause.success": string;
435
+ "automations.message.schedule.bulk.pause.error": string;
436
+ "automations.message.schedule.resume.success": string;
437
+ "automations.message.schedule.resume.error": string;
438
+ "automations.message.schedule.bulk.resume.success": string;
439
+ "automations.message.schedule.bulk.resume.error": string;
440
+ "automations.message.alert.delete.success": string;
441
+ "automations.message.alert.delete.error": string;
442
+ "automations.message.alert.unsubscribe.success": string;
443
+ "automations.message.alert.unsubscribe.error": string;
444
+ "automations.message.alert.pause.success": string;
445
+ "automations.message.alert.pause.error": string;
446
+ "automations.message.alert.resume.success": string;
447
+ "automations.message.alert.resume.error": string;
448
+ "automations.message.alert.bulk.delete.success": string;
449
+ "automations.message.alert.bulk.delete.error": string;
450
+ "automations.message.alert.bulk.unsubscribe.success": string;
451
+ "automations.message.alert.bulk.unsubscribe.error": string;
452
+ "automations.message.alert.bulk.pause.success": string;
453
+ "automations.message.alert.bulk.pause.error": string;
454
+ "automations.message.alert.bulk.resume.success": string;
455
+ "automations.message.alert.bulk.resume.error": string;
456
+ "automations.message.automationIconTooltipTraceIdCopied": string;
457
+ "automations.confirmDialog.delete.schedule.headline": string;
458
+ "automations.confirmDialog.delete.schedule.content": string;
459
+ "automations.confirmDialog.delete.alert.headline": string;
460
+ "automations.confirmDialog.delete.alert.content": string;
461
+ "automations.confirmDialog.unsubscribe.schedule.headline": string;
462
+ "automations.confirmDialog.unsubscribe.schedule.content": string;
463
+ "automations.confirmDialog.unsubscribe.alert.headline": string;
464
+ "automations.confirmDialog.unsubscribe.alert.content": string;
465
+ "automations.confirmDialog.bulkDelete.schedule.headline": string;
466
+ "automations.confirmDialog.bulkDelete.schedule.content": string;
467
+ "automations.confirmDialog.bulkDelete.alert.headline": string;
468
+ "automations.confirmDialog.bulkDelete.alert.content": string;
469
+ "automations.confirmDialog.bulkUnsubscribe.schedule.headline": string;
470
+ "automations.confirmDialog.bulkUnsubscribe.schedule.content": string;
471
+ "automations.confirmDialog.bulkUnsubscribe.alert.headline": string;
472
+ "automations.confirmDialog.bulkUnsubscribe.alert.content": string;
473
+ "automations.confirmDialog.pause.schedule.headline": string;
474
+ "automations.confirmDialog.pause.schedule.content": string;
475
+ "automations.confirmDialog.pause.alert.headline": string;
476
+ "automations.confirmDialog.pause.alert.content": string;
477
+ "automations.confirmDialog.resume.schedule.headline": string;
478
+ "automations.confirmDialog.resume.schedule.content": string;
479
+ "automations.confirmDialog.resume.alert.headline": string;
480
+ "automations.confirmDialog.resume.alert.content": string;
481
+ "automations.confirmDialog.bulkPause.schedule.headline": string;
482
+ "automations.confirmDialog.bulkPause.schedule.content": string;
483
+ "automations.confirmDialog.bulkPause.alert.headline": string;
484
+ "automations.confirmDialog.bulkPause.alert.content": string;
485
+ "automations.confirmDialog.bulkResume.schedule.headline": string;
486
+ "automations.confirmDialog.bulkResume.schedule.content": string;
487
+ "automations.confirmDialog.bulkResume.alert.headline": string;
488
+ "automations.confirmDialog.bulkResume.alert.content": string;
489
+ "automations.confirmDialog.button.delete": string;
490
+ "automations.confirmDialog.button.confirm": string;
491
+ "automations.confirmDialog.button.cancel": string;
492
+ "automations.emptyState.schedule.title": string;
493
+ "automations.emptyState.schedule.description": string;
494
+ "automations.emptyState.alert.title": string;
495
+ "automations.emptyState.alert.description": string;
496
+ "automations.accessibility.selectAll.alerts": string;
497
+ "automations.accessibility.selectAll.schedules": string;
498
+ "automations.accessibility.select.alert": string;
499
+ "automations.accessibility.select.schedule": string;
500
+ "automations.accessibility.search.alerts": string;
501
+ "automations.accessibility.search.schedules": string;
502
+ "automations.accessibility.gridLabel.alerts": string;
503
+ "automations.accessibility.gridLabel.schedules": string;
504
+ };
505
+ //# sourceMappingURL=sl-SI.localization-bundle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAufjB,CAAC"}