@gooddata/sdk-ui-ext 11.33.0-alpha.1 → 11.33.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.
- package/NOTICE +42 -6
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.d.ts +9 -0
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.js +32 -0
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.js.map +1 -0
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +1 -0
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js +8 -0
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js.map +1 -1
- package/esm/internal/constants/dropdowns.d.ts +1 -0
- package/esm/internal/constants/dropdowns.d.ts.map +1 -1
- package/esm/internal/constants/dropdowns.js +5 -0
- package/esm/internal/constants/dropdowns.js.map +1 -1
- package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
- package/esm/internal/constants/supportedProperties.js +9 -0
- package/esm/internal/constants/supportedProperties.js.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.d.ts +32 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +32 -0
- package/esm/internal/translations/en-US.localization-bundle.js.map +1 -1
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts +7 -0
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/uk-UA.localization-bundle.js +7 -0
- package/esm/internal/translations/uk-UA.localization-bundle.js.map +1 -1
- package/esm/locales.d.ts +895 -2
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +8 -0
- package/esm/locales.js.map +1 -1
- package/package.json +21 -21
- package/styles/internal/css/charts.css +64 -0
- package/styles/internal/css/charts.css.map +1 -1
- package/styles/internal/css/config_panel.css +26 -0
- package/styles/internal/css/config_panel.css.map +1 -1
- package/styles/internal/scss/config_panel.scss +34 -0
package/esm/locales.d.ts
CHANGED
|
@@ -1,6 +1,899 @@
|
|
|
1
1
|
import { type MessageDescriptor } from "react-intl";
|
|
2
2
|
export declare const titles: Record<string, MessageDescriptor>;
|
|
3
3
|
export declare const subtitles: Record<string, MessageDescriptor>;
|
|
4
|
-
export declare const messages:
|
|
5
|
-
|
|
4
|
+
export declare const messages: {
|
|
5
|
+
axisMinWarning: {
|
|
6
|
+
id: string;
|
|
7
|
+
};
|
|
8
|
+
axisMaxWarning: {
|
|
9
|
+
id: string;
|
|
10
|
+
};
|
|
11
|
+
explanationMeasure: {
|
|
12
|
+
id: string;
|
|
13
|
+
};
|
|
14
|
+
explanationAttribute: {
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
or: {
|
|
18
|
+
id: string;
|
|
19
|
+
};
|
|
20
|
+
metricStack: {
|
|
21
|
+
id: string;
|
|
22
|
+
};
|
|
23
|
+
categoryStack: {
|
|
24
|
+
id: string;
|
|
25
|
+
};
|
|
26
|
+
metricView: {
|
|
27
|
+
id: string;
|
|
28
|
+
};
|
|
29
|
+
categoryView: {
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
32
|
+
viewStack: {
|
|
33
|
+
id: string;
|
|
34
|
+
};
|
|
35
|
+
stackView: {
|
|
36
|
+
id: string;
|
|
37
|
+
};
|
|
38
|
+
measureStack: {
|
|
39
|
+
id: string;
|
|
40
|
+
};
|
|
41
|
+
heading: {
|
|
42
|
+
id: string;
|
|
43
|
+
};
|
|
44
|
+
text: {
|
|
45
|
+
id: string;
|
|
46
|
+
};
|
|
47
|
+
column: {
|
|
48
|
+
id: string;
|
|
49
|
+
};
|
|
50
|
+
line: {
|
|
51
|
+
id: string;
|
|
52
|
+
};
|
|
53
|
+
area: {
|
|
54
|
+
id: string;
|
|
55
|
+
};
|
|
56
|
+
metricSegment: {
|
|
57
|
+
id: string;
|
|
58
|
+
};
|
|
59
|
+
categorySegment: {
|
|
60
|
+
id: string;
|
|
61
|
+
};
|
|
62
|
+
category: {
|
|
63
|
+
id: string;
|
|
64
|
+
};
|
|
65
|
+
columns: {
|
|
66
|
+
id: string;
|
|
67
|
+
};
|
|
68
|
+
measuresAttributes: {
|
|
69
|
+
id: string;
|
|
70
|
+
};
|
|
71
|
+
autoDefault: {
|
|
72
|
+
id: string;
|
|
73
|
+
};
|
|
74
|
+
extraSmall: {
|
|
75
|
+
id: string;
|
|
76
|
+
};
|
|
77
|
+
small: {
|
|
78
|
+
id: string;
|
|
79
|
+
};
|
|
80
|
+
normal: {
|
|
81
|
+
id: string;
|
|
82
|
+
};
|
|
83
|
+
large: {
|
|
84
|
+
id: string;
|
|
85
|
+
};
|
|
86
|
+
extraLarge: {
|
|
87
|
+
id: string;
|
|
88
|
+
};
|
|
89
|
+
areaAutoDefault: {
|
|
90
|
+
id: string;
|
|
91
|
+
};
|
|
92
|
+
areaAutoDefaultInfo: {
|
|
93
|
+
id: string;
|
|
94
|
+
};
|
|
95
|
+
areaCustom: {
|
|
96
|
+
id: string;
|
|
97
|
+
};
|
|
98
|
+
areaCustomInfo: {
|
|
99
|
+
id: string;
|
|
100
|
+
};
|
|
101
|
+
areaWorld: {
|
|
102
|
+
id: string;
|
|
103
|
+
};
|
|
104
|
+
areaContinents: {
|
|
105
|
+
id: string;
|
|
106
|
+
};
|
|
107
|
+
areaContinent_af: {
|
|
108
|
+
id: string;
|
|
109
|
+
};
|
|
110
|
+
areaContinent_na: {
|
|
111
|
+
id: string;
|
|
112
|
+
};
|
|
113
|
+
areaContinent_sa: {
|
|
114
|
+
id: string;
|
|
115
|
+
};
|
|
116
|
+
areaContinent_as: {
|
|
117
|
+
id: string;
|
|
118
|
+
};
|
|
119
|
+
areaContinent_au: {
|
|
120
|
+
id: string;
|
|
121
|
+
};
|
|
122
|
+
areaContinent_eu: {
|
|
123
|
+
id: string;
|
|
124
|
+
};
|
|
125
|
+
rotation0: {
|
|
126
|
+
id: string;
|
|
127
|
+
};
|
|
128
|
+
rotation30: {
|
|
129
|
+
id: string;
|
|
130
|
+
};
|
|
131
|
+
rotation45: {
|
|
132
|
+
id: string;
|
|
133
|
+
};
|
|
134
|
+
rotation60: {
|
|
135
|
+
id: string;
|
|
136
|
+
};
|
|
137
|
+
rotation90: {
|
|
138
|
+
id: string;
|
|
139
|
+
};
|
|
140
|
+
formatInherit: {
|
|
141
|
+
id: string;
|
|
142
|
+
};
|
|
143
|
+
formatInfoInherit: {
|
|
144
|
+
id: string;
|
|
145
|
+
};
|
|
146
|
+
positionUp: {
|
|
147
|
+
id: string;
|
|
148
|
+
};
|
|
149
|
+
positionDown: {
|
|
150
|
+
id: string;
|
|
151
|
+
};
|
|
152
|
+
positionRight: {
|
|
153
|
+
id: string;
|
|
154
|
+
};
|
|
155
|
+
positionLeft: {
|
|
156
|
+
id: string;
|
|
157
|
+
};
|
|
158
|
+
orientationTitle: {
|
|
159
|
+
id: string;
|
|
160
|
+
};
|
|
161
|
+
horizontal: {
|
|
162
|
+
id: string;
|
|
163
|
+
};
|
|
164
|
+
vertical: {
|
|
165
|
+
id: string;
|
|
166
|
+
};
|
|
167
|
+
dataLabelsAuto: {
|
|
168
|
+
id: string;
|
|
169
|
+
};
|
|
170
|
+
dataLabelsShow: {
|
|
171
|
+
id: string;
|
|
172
|
+
};
|
|
173
|
+
dataLabelsHide: {
|
|
174
|
+
id: string;
|
|
175
|
+
};
|
|
176
|
+
totalLabelsAuto: {
|
|
177
|
+
id: string;
|
|
178
|
+
};
|
|
179
|
+
totalLabelsShow: {
|
|
180
|
+
id: string;
|
|
181
|
+
};
|
|
182
|
+
totalLabelsHide: {
|
|
183
|
+
id: string;
|
|
184
|
+
};
|
|
185
|
+
dataPointsAuto: {
|
|
186
|
+
id: string;
|
|
187
|
+
};
|
|
188
|
+
dataPointsShow: {
|
|
189
|
+
id: string;
|
|
190
|
+
};
|
|
191
|
+
dataPointsHide: {
|
|
192
|
+
id: string;
|
|
193
|
+
};
|
|
194
|
+
axisPositionLeft: {
|
|
195
|
+
id: string;
|
|
196
|
+
};
|
|
197
|
+
axisPositionCenter: {
|
|
198
|
+
id: string;
|
|
199
|
+
};
|
|
200
|
+
axisPositionRight: {
|
|
201
|
+
id: string;
|
|
202
|
+
};
|
|
203
|
+
axisPositionTop: {
|
|
204
|
+
id: string;
|
|
205
|
+
};
|
|
206
|
+
axisPositionMiddle: {
|
|
207
|
+
id: string;
|
|
208
|
+
};
|
|
209
|
+
axisPositionBottom: {
|
|
210
|
+
id: string;
|
|
211
|
+
};
|
|
212
|
+
notApplicable: {
|
|
213
|
+
id: string;
|
|
214
|
+
};
|
|
215
|
+
exportUnsupportedColors: {
|
|
216
|
+
id: string;
|
|
217
|
+
};
|
|
218
|
+
canvasTitle: {
|
|
219
|
+
id: string;
|
|
220
|
+
};
|
|
221
|
+
canvasGridLine: {
|
|
222
|
+
id: string;
|
|
223
|
+
};
|
|
224
|
+
canvasLabelsPercentages: {
|
|
225
|
+
id: string;
|
|
226
|
+
};
|
|
227
|
+
canvasLabelsPercentagesInfo: {
|
|
228
|
+
id: string;
|
|
229
|
+
};
|
|
230
|
+
canvasLabelsPercentagesDisabled: {
|
|
231
|
+
id: string;
|
|
232
|
+
};
|
|
233
|
+
yaxisTitle: {
|
|
234
|
+
id: string;
|
|
235
|
+
};
|
|
236
|
+
xaxisTitle: {
|
|
237
|
+
id: string;
|
|
238
|
+
};
|
|
239
|
+
pointsTitle: {
|
|
240
|
+
id: string;
|
|
241
|
+
};
|
|
242
|
+
pointsGroupNearbyPoints: {
|
|
243
|
+
id: string;
|
|
244
|
+
};
|
|
245
|
+
pointsMapTitle: {
|
|
246
|
+
id: string;
|
|
247
|
+
};
|
|
248
|
+
basemapTitle: {
|
|
249
|
+
id: string;
|
|
250
|
+
};
|
|
251
|
+
viewportAreaTitle: {
|
|
252
|
+
id: string;
|
|
253
|
+
};
|
|
254
|
+
viewportNavigationTitle: {
|
|
255
|
+
id: string;
|
|
256
|
+
};
|
|
257
|
+
viewportNavigationTooltip: {
|
|
258
|
+
id: string;
|
|
259
|
+
};
|
|
260
|
+
viewportNavigationPan: {
|
|
261
|
+
id: string;
|
|
262
|
+
};
|
|
263
|
+
viewportNavigationZoom: {
|
|
264
|
+
id: string;
|
|
265
|
+
};
|
|
266
|
+
autoPlaceholder: {
|
|
267
|
+
id: string;
|
|
268
|
+
};
|
|
269
|
+
dataLabels: {
|
|
270
|
+
id: string;
|
|
271
|
+
};
|
|
272
|
+
dataLabelStyle: {
|
|
273
|
+
id: string;
|
|
274
|
+
};
|
|
275
|
+
dataLabelStyleAuto: {
|
|
276
|
+
id: string;
|
|
277
|
+
};
|
|
278
|
+
dataLabelStyleBackplate: {
|
|
279
|
+
id: string;
|
|
280
|
+
};
|
|
281
|
+
totalLabels: {
|
|
282
|
+
id: string;
|
|
283
|
+
};
|
|
284
|
+
dataPoints: {
|
|
285
|
+
id: string;
|
|
286
|
+
};
|
|
287
|
+
axisLabels: {
|
|
288
|
+
id: string;
|
|
289
|
+
};
|
|
290
|
+
axisRotation: {
|
|
291
|
+
id: string;
|
|
292
|
+
};
|
|
293
|
+
axisFormat: {
|
|
294
|
+
id: string;
|
|
295
|
+
};
|
|
296
|
+
axisName: {
|
|
297
|
+
id: string;
|
|
298
|
+
};
|
|
299
|
+
axisNamePosition: {
|
|
300
|
+
id: string;
|
|
301
|
+
};
|
|
302
|
+
axisMin: {
|
|
303
|
+
id: string;
|
|
304
|
+
};
|
|
305
|
+
axisMax: {
|
|
306
|
+
id: string;
|
|
307
|
+
};
|
|
308
|
+
axisScale: {
|
|
309
|
+
id: string;
|
|
310
|
+
};
|
|
311
|
+
axisLeft: {
|
|
312
|
+
id: string;
|
|
313
|
+
};
|
|
314
|
+
axisRight: {
|
|
315
|
+
id: string;
|
|
316
|
+
};
|
|
317
|
+
axisTop: {
|
|
318
|
+
id: string;
|
|
319
|
+
};
|
|
320
|
+
axisBottom: {
|
|
321
|
+
id: string;
|
|
322
|
+
};
|
|
323
|
+
pointsShapeTitle: {
|
|
324
|
+
id: string;
|
|
325
|
+
};
|
|
326
|
+
pointsShapeTypeTitle: {
|
|
327
|
+
id: string;
|
|
328
|
+
};
|
|
329
|
+
shapeTypeCircle: {
|
|
330
|
+
id: string;
|
|
331
|
+
};
|
|
332
|
+
shapeTypeIconByValue: {
|
|
333
|
+
id: string;
|
|
334
|
+
};
|
|
335
|
+
shapeTypeOneIcon: {
|
|
336
|
+
id: string;
|
|
337
|
+
};
|
|
338
|
+
pointsShapeIconTitle: {
|
|
339
|
+
id: string;
|
|
340
|
+
};
|
|
341
|
+
shapeTypeIconByValueInfo: {
|
|
342
|
+
id: string;
|
|
343
|
+
};
|
|
344
|
+
shapeTypeOneIconInfo: {
|
|
345
|
+
id: string;
|
|
346
|
+
};
|
|
347
|
+
shapeTypeIconDisabled: {
|
|
348
|
+
id: string;
|
|
349
|
+
};
|
|
350
|
+
pointsSizeTitle: {
|
|
351
|
+
id: string;
|
|
352
|
+
};
|
|
353
|
+
pointsSizeMinTitle: {
|
|
354
|
+
id: string;
|
|
355
|
+
};
|
|
356
|
+
pointsSizeMaxTitle: {
|
|
357
|
+
id: string;
|
|
358
|
+
};
|
|
359
|
+
customColor: {
|
|
360
|
+
id: string;
|
|
361
|
+
};
|
|
362
|
+
resetColors: {
|
|
363
|
+
id: string;
|
|
364
|
+
};
|
|
365
|
+
unsupportedColors: {
|
|
366
|
+
id: string;
|
|
367
|
+
};
|
|
368
|
+
colors: {
|
|
369
|
+
id: string;
|
|
370
|
+
};
|
|
371
|
+
colorsAndFills: {
|
|
372
|
+
id: string;
|
|
373
|
+
};
|
|
374
|
+
fill: {
|
|
375
|
+
id: string;
|
|
376
|
+
};
|
|
377
|
+
fillSolid: {
|
|
378
|
+
id: string;
|
|
379
|
+
};
|
|
380
|
+
fillPattern: {
|
|
381
|
+
id: string;
|
|
382
|
+
};
|
|
383
|
+
fillOutline: {
|
|
384
|
+
id: string;
|
|
385
|
+
};
|
|
386
|
+
position: {
|
|
387
|
+
id: string;
|
|
388
|
+
};
|
|
389
|
+
title: {
|
|
390
|
+
id: string;
|
|
391
|
+
};
|
|
392
|
+
canvasContinuousLineLabel: {
|
|
393
|
+
id: string;
|
|
394
|
+
};
|
|
395
|
+
canvasContinuousLineTooltip: {
|
|
396
|
+
id: string;
|
|
397
|
+
};
|
|
398
|
+
canvasDistinctPointShapesLabel: {
|
|
399
|
+
id: string;
|
|
400
|
+
};
|
|
401
|
+
canvasDistinctPointShapesTooltip: {
|
|
402
|
+
id: string;
|
|
403
|
+
};
|
|
404
|
+
totalTitle: {
|
|
405
|
+
id: string;
|
|
406
|
+
};
|
|
407
|
+
totalNameLabel: {
|
|
408
|
+
id: string;
|
|
409
|
+
};
|
|
410
|
+
totalToggleTooltip: {
|
|
411
|
+
id: string;
|
|
412
|
+
};
|
|
413
|
+
totalMeasuresTooltip: {
|
|
414
|
+
id: string;
|
|
415
|
+
};
|
|
416
|
+
colorTotalLabel: {
|
|
417
|
+
id: string;
|
|
418
|
+
};
|
|
419
|
+
colorPositiveLabel: {
|
|
420
|
+
id: string;
|
|
421
|
+
};
|
|
422
|
+
colorNegativeLabel: {
|
|
423
|
+
id: string;
|
|
424
|
+
};
|
|
425
|
+
metricsPositionTitle: {
|
|
426
|
+
id: string;
|
|
427
|
+
};
|
|
428
|
+
metricsPositionLabel: {
|
|
429
|
+
id: string;
|
|
430
|
+
};
|
|
431
|
+
metricsPositionColumns: {
|
|
432
|
+
id: string;
|
|
433
|
+
};
|
|
434
|
+
metricsPositionRows: {
|
|
435
|
+
id: string;
|
|
436
|
+
};
|
|
437
|
+
inColumns: {
|
|
438
|
+
id: string;
|
|
439
|
+
};
|
|
440
|
+
inRows: {
|
|
441
|
+
id: string;
|
|
442
|
+
};
|
|
443
|
+
columnHeaderPositionTitle: {
|
|
444
|
+
id: string;
|
|
445
|
+
};
|
|
446
|
+
columnHeaderPositionLabel: {
|
|
447
|
+
id: string;
|
|
448
|
+
};
|
|
449
|
+
columnHeaderPositionTop: {
|
|
450
|
+
id: string;
|
|
451
|
+
};
|
|
452
|
+
columnHeaderPositionLeft: {
|
|
453
|
+
id: string;
|
|
454
|
+
};
|
|
455
|
+
columnHeaderWrapText: {
|
|
456
|
+
id: string;
|
|
457
|
+
};
|
|
458
|
+
cellsTitle: {
|
|
459
|
+
id: string;
|
|
460
|
+
};
|
|
461
|
+
cellsWrapText: {
|
|
462
|
+
id: string;
|
|
463
|
+
};
|
|
464
|
+
grandTotalsTitle: {
|
|
465
|
+
id: string;
|
|
466
|
+
};
|
|
467
|
+
grandTotalsPositionLabel: {
|
|
468
|
+
id: string;
|
|
469
|
+
};
|
|
470
|
+
grandTotalsPositionPinnedBottom: {
|
|
471
|
+
id: string;
|
|
472
|
+
};
|
|
473
|
+
grandTotalsPositionBottom: {
|
|
474
|
+
id: string;
|
|
475
|
+
};
|
|
476
|
+
grandTotalsPositionPinnedTop: {
|
|
477
|
+
id: string;
|
|
478
|
+
};
|
|
479
|
+
pagingTitle: {
|
|
480
|
+
id: string;
|
|
481
|
+
};
|
|
482
|
+
pagingPageSize: {
|
|
483
|
+
id: string;
|
|
484
|
+
};
|
|
485
|
+
pagingPageSizeAuto: {
|
|
486
|
+
id: string;
|
|
487
|
+
};
|
|
488
|
+
grandTotalsPositionTop: {
|
|
489
|
+
id: string;
|
|
490
|
+
};
|
|
491
|
+
interactions: {
|
|
492
|
+
id: string;
|
|
493
|
+
};
|
|
494
|
+
interactionsDrillDown: {
|
|
495
|
+
id: string;
|
|
496
|
+
};
|
|
497
|
+
interactionsDrillIntoURL: {
|
|
498
|
+
id: string;
|
|
499
|
+
};
|
|
500
|
+
interactionsAlerts: {
|
|
501
|
+
id: string;
|
|
502
|
+
};
|
|
503
|
+
interactionsAlertsTooltip: {
|
|
504
|
+
id: string;
|
|
505
|
+
};
|
|
506
|
+
interactionsScheduledExports: {
|
|
507
|
+
id: string;
|
|
508
|
+
};
|
|
509
|
+
interactionsScheduledExportsTooltip: {
|
|
510
|
+
id: string;
|
|
511
|
+
};
|
|
512
|
+
interactionsKda: {
|
|
513
|
+
id: string;
|
|
514
|
+
};
|
|
515
|
+
interactionsKdaTooltip: {
|
|
516
|
+
id: string;
|
|
517
|
+
};
|
|
518
|
+
rowHeight: {
|
|
519
|
+
id: string;
|
|
520
|
+
};
|
|
521
|
+
rowHeightSmall: {
|
|
522
|
+
id: string;
|
|
523
|
+
};
|
|
524
|
+
rowHeightMedium: {
|
|
525
|
+
id: string;
|
|
526
|
+
};
|
|
527
|
+
rowHeightLarge: {
|
|
528
|
+
id: string;
|
|
529
|
+
};
|
|
530
|
+
verticalAlign: {
|
|
531
|
+
id: string;
|
|
532
|
+
};
|
|
533
|
+
verticalAlignTop: {
|
|
534
|
+
id: string;
|
|
535
|
+
};
|
|
536
|
+
verticalAlignMiddle: {
|
|
537
|
+
id: string;
|
|
538
|
+
};
|
|
539
|
+
verticalAlignBottom: {
|
|
540
|
+
id: string;
|
|
541
|
+
};
|
|
542
|
+
textWrapping: {
|
|
543
|
+
id: string;
|
|
544
|
+
};
|
|
545
|
+
textWrappingClip: {
|
|
546
|
+
id: string;
|
|
547
|
+
};
|
|
548
|
+
textWrappingWrap: {
|
|
549
|
+
id: string;
|
|
550
|
+
};
|
|
551
|
+
image: {
|
|
552
|
+
id: string;
|
|
553
|
+
};
|
|
554
|
+
imageFit: {
|
|
555
|
+
id: string;
|
|
556
|
+
};
|
|
557
|
+
imageFill: {
|
|
558
|
+
id: string;
|
|
559
|
+
};
|
|
560
|
+
forecastTitle: {
|
|
561
|
+
id: string;
|
|
562
|
+
};
|
|
563
|
+
forecastDisabledTooltip: {
|
|
564
|
+
id: string;
|
|
565
|
+
};
|
|
566
|
+
forecastPeriod: {
|
|
567
|
+
id: string;
|
|
568
|
+
};
|
|
569
|
+
forecastPeriodPlaceholder: {
|
|
570
|
+
id: string;
|
|
571
|
+
};
|
|
572
|
+
forecastSeasonal: {
|
|
573
|
+
id: string;
|
|
574
|
+
};
|
|
575
|
+
forecastConfidence: {
|
|
576
|
+
id: string;
|
|
577
|
+
};
|
|
578
|
+
forecastConfidence70: {
|
|
579
|
+
id: string;
|
|
580
|
+
};
|
|
581
|
+
forecastConfidence75: {
|
|
582
|
+
id: string;
|
|
583
|
+
};
|
|
584
|
+
forecastConfidence80: {
|
|
585
|
+
id: string;
|
|
586
|
+
};
|
|
587
|
+
forecastConfidence85: {
|
|
588
|
+
id: string;
|
|
589
|
+
};
|
|
590
|
+
forecastConfidence90: {
|
|
591
|
+
id: string;
|
|
592
|
+
};
|
|
593
|
+
forecastConfidence95: {
|
|
594
|
+
id: string;
|
|
595
|
+
};
|
|
596
|
+
forecastSlicedWarningTitle: {
|
|
597
|
+
id: string;
|
|
598
|
+
};
|
|
599
|
+
forecastSlicedWarningDescription: {
|
|
600
|
+
id: string;
|
|
601
|
+
};
|
|
602
|
+
anomaliesTitle: {
|
|
603
|
+
id: string;
|
|
604
|
+
};
|
|
605
|
+
anomaliesDisabledTooltip: {
|
|
606
|
+
id: string;
|
|
607
|
+
};
|
|
608
|
+
anomalySensitivityLow: {
|
|
609
|
+
id: string;
|
|
610
|
+
};
|
|
611
|
+
anomalySensitivityMedium: {
|
|
612
|
+
id: string;
|
|
613
|
+
};
|
|
614
|
+
anomalySensitivityHigh: {
|
|
615
|
+
id: string;
|
|
616
|
+
};
|
|
617
|
+
anomalySensitivity: {
|
|
618
|
+
id: string;
|
|
619
|
+
};
|
|
620
|
+
anomalyPointSizeSmall: {
|
|
621
|
+
id: string;
|
|
622
|
+
};
|
|
623
|
+
anomalyPointSizeMedium: {
|
|
624
|
+
id: string;
|
|
625
|
+
};
|
|
626
|
+
anomalyPointSizeBig: {
|
|
627
|
+
id: string;
|
|
628
|
+
};
|
|
629
|
+
anomalyPointSize: {
|
|
630
|
+
id: string;
|
|
631
|
+
};
|
|
632
|
+
anomaliesIndicator: {
|
|
633
|
+
id: string;
|
|
634
|
+
};
|
|
635
|
+
anomalyColor: {
|
|
636
|
+
id: string;
|
|
637
|
+
};
|
|
638
|
+
clusteringTitle: {
|
|
639
|
+
id: string;
|
|
640
|
+
};
|
|
641
|
+
clusteringAmount: {
|
|
642
|
+
id: string;
|
|
643
|
+
};
|
|
644
|
+
clusteringAmountPlaceholder: {
|
|
645
|
+
id: string;
|
|
646
|
+
};
|
|
647
|
+
clusteringThreshold: {
|
|
648
|
+
id: string;
|
|
649
|
+
};
|
|
650
|
+
clusteringThresholdPlaceholder: {
|
|
651
|
+
id: string;
|
|
652
|
+
};
|
|
653
|
+
clusteringThresholdTooltip: {
|
|
654
|
+
id: string;
|
|
655
|
+
};
|
|
656
|
+
customTooltipTitle: {
|
|
657
|
+
id: string;
|
|
658
|
+
};
|
|
659
|
+
customTooltipPlaceholder: {
|
|
660
|
+
id: string;
|
|
661
|
+
};
|
|
662
|
+
customTooltipContentLabel: {
|
|
663
|
+
id: string;
|
|
664
|
+
};
|
|
665
|
+
customTooltipFormattingOptions: {
|
|
666
|
+
id: string;
|
|
667
|
+
};
|
|
668
|
+
customTooltipPlacement: {
|
|
669
|
+
id: string;
|
|
670
|
+
};
|
|
671
|
+
customTooltipPlacementAbove: {
|
|
672
|
+
id: string;
|
|
673
|
+
};
|
|
674
|
+
customTooltipPlacementBelow: {
|
|
675
|
+
id: string;
|
|
676
|
+
};
|
|
677
|
+
customTooltipPlacementReplace: {
|
|
678
|
+
id: string;
|
|
679
|
+
};
|
|
680
|
+
advancedSection: {
|
|
681
|
+
id: string;
|
|
682
|
+
};
|
|
683
|
+
chartConfigOverrideNoValueLabel: {
|
|
684
|
+
id: string;
|
|
685
|
+
};
|
|
686
|
+
chartConfigOverrideLink: {
|
|
687
|
+
id: string;
|
|
688
|
+
};
|
|
689
|
+
chartConfigOverrideEditorButton: {
|
|
690
|
+
id: string;
|
|
691
|
+
};
|
|
692
|
+
chartConfigOverrideTitle: {
|
|
693
|
+
id: string;
|
|
694
|
+
};
|
|
695
|
+
snippetsHeader: {
|
|
696
|
+
id: string;
|
|
697
|
+
};
|
|
698
|
+
};
|
|
699
|
+
export declare const comparisonMessages: {
|
|
700
|
+
title: {
|
|
701
|
+
id: string;
|
|
702
|
+
};
|
|
703
|
+
calculationTypeTitle: {
|
|
704
|
+
id: string;
|
|
705
|
+
};
|
|
706
|
+
calculatedAsChange: {
|
|
707
|
+
id: string;
|
|
708
|
+
};
|
|
709
|
+
calculatedAsRatio: {
|
|
710
|
+
id: string;
|
|
711
|
+
};
|
|
712
|
+
calculatedAsDifference: {
|
|
713
|
+
id: string;
|
|
714
|
+
};
|
|
715
|
+
calculatedAsChangeDifference: {
|
|
716
|
+
id: string;
|
|
717
|
+
};
|
|
718
|
+
calculationTooltipExampleSection: {
|
|
719
|
+
id: string;
|
|
720
|
+
};
|
|
721
|
+
calculationTooltipFormulaSection: {
|
|
722
|
+
id: string;
|
|
723
|
+
};
|
|
724
|
+
calculationTooltipFormulaChangeSection: {
|
|
725
|
+
id: string;
|
|
726
|
+
};
|
|
727
|
+
calculationTooltipFormulaDifferenceSection: {
|
|
728
|
+
id: string;
|
|
729
|
+
};
|
|
730
|
+
calculatedAsChangeTooltipExample: {
|
|
731
|
+
id: string;
|
|
732
|
+
};
|
|
733
|
+
calculatedAsChangeTooltipUseIn: {
|
|
734
|
+
id: string;
|
|
735
|
+
};
|
|
736
|
+
calculatedAsChangeTooltipFormula: {
|
|
737
|
+
id: string;
|
|
738
|
+
};
|
|
739
|
+
calculatedAsRatioTooltipExample: {
|
|
740
|
+
id: string;
|
|
741
|
+
};
|
|
742
|
+
calculatedAsRatioTooltipUseIn: {
|
|
743
|
+
id: string;
|
|
744
|
+
};
|
|
745
|
+
calculatedAsRatioTooltipFormula: {
|
|
746
|
+
id: string;
|
|
747
|
+
};
|
|
748
|
+
calculatedAsDifferenceTooltipExample: {
|
|
749
|
+
id: string;
|
|
750
|
+
};
|
|
751
|
+
calculatedAsDifferenceTooltipUseIn: {
|
|
752
|
+
id: string;
|
|
753
|
+
};
|
|
754
|
+
calculatedAsDifferenceTooltipFormula: {
|
|
755
|
+
id: string;
|
|
756
|
+
};
|
|
757
|
+
calculatedAsChangeDifferenceTooltipExample: {
|
|
758
|
+
id: string;
|
|
759
|
+
};
|
|
760
|
+
calculatedAsChangeDifferenceTooltipUseIn: {
|
|
761
|
+
id: string;
|
|
762
|
+
};
|
|
763
|
+
valueSubSectionTitle: {
|
|
764
|
+
id: string;
|
|
765
|
+
};
|
|
766
|
+
formatTitle: {
|
|
767
|
+
id: string;
|
|
768
|
+
};
|
|
769
|
+
subFormatTitle: {
|
|
770
|
+
id: string;
|
|
771
|
+
};
|
|
772
|
+
formatPresetRounded: {
|
|
773
|
+
id: string;
|
|
774
|
+
};
|
|
775
|
+
formatPresetDecimal1: {
|
|
776
|
+
id: string;
|
|
777
|
+
};
|
|
778
|
+
formatPresetDecimal2: {
|
|
779
|
+
id: string;
|
|
780
|
+
};
|
|
781
|
+
formatPresetPercentRounded: {
|
|
782
|
+
id: string;
|
|
783
|
+
};
|
|
784
|
+
formatPresetPercent1: {
|
|
785
|
+
id: string;
|
|
786
|
+
};
|
|
787
|
+
formatPresetPercent2: {
|
|
788
|
+
id: string;
|
|
789
|
+
};
|
|
790
|
+
formatPresetInherit: {
|
|
791
|
+
id: string;
|
|
792
|
+
};
|
|
793
|
+
formatTemplateRounded: {
|
|
794
|
+
id: string;
|
|
795
|
+
};
|
|
796
|
+
formatTemplateDecimal1: {
|
|
797
|
+
id: string;
|
|
798
|
+
};
|
|
799
|
+
formatTemplateDecimal2: {
|
|
800
|
+
id: string;
|
|
801
|
+
};
|
|
802
|
+
formatTemplatePercentRounded: {
|
|
803
|
+
id: string;
|
|
804
|
+
};
|
|
805
|
+
formatTemplatePercent1: {
|
|
806
|
+
id: string;
|
|
807
|
+
};
|
|
808
|
+
formatTemplatePercent2: {
|
|
809
|
+
id: string;
|
|
810
|
+
};
|
|
811
|
+
formatTemplateCurrency: {
|
|
812
|
+
id: string;
|
|
813
|
+
};
|
|
814
|
+
formatTemplateCurrencyShortened: {
|
|
815
|
+
id: string;
|
|
816
|
+
};
|
|
817
|
+
formatTemplateLargeNumbersShortened: {
|
|
818
|
+
id: string;
|
|
819
|
+
};
|
|
820
|
+
formatTemplateLargeNumbersShortenedWithColors: {
|
|
821
|
+
id: string;
|
|
822
|
+
};
|
|
823
|
+
formatTemplateNegativeNumbersRed: {
|
|
824
|
+
id: string;
|
|
825
|
+
};
|
|
826
|
+
formatTemplateFinancial: {
|
|
827
|
+
id: string;
|
|
828
|
+
};
|
|
829
|
+
formatTemplateDecimalWithoutThousandsSeparator: {
|
|
830
|
+
id: string;
|
|
831
|
+
};
|
|
832
|
+
formatTemplateConditionalColors: {
|
|
833
|
+
id: string;
|
|
834
|
+
};
|
|
835
|
+
formatTemplateTrendSymbols: {
|
|
836
|
+
id: string;
|
|
837
|
+
};
|
|
838
|
+
formatTemplateTimeFromSeconds: {
|
|
839
|
+
id: string;
|
|
840
|
+
};
|
|
841
|
+
formatTemplateZeroInsteadOfNull: {
|
|
842
|
+
id: string;
|
|
843
|
+
};
|
|
844
|
+
indicatorSubSectionTitle: {
|
|
845
|
+
id: string;
|
|
846
|
+
};
|
|
847
|
+
arrowControlTitle: {
|
|
848
|
+
id: string;
|
|
849
|
+
};
|
|
850
|
+
colorsConfigTitle: {
|
|
851
|
+
id: string;
|
|
852
|
+
};
|
|
853
|
+
colorsConfigEquals: {
|
|
854
|
+
id: string;
|
|
855
|
+
};
|
|
856
|
+
colorsConfigPositive: {
|
|
857
|
+
id: string;
|
|
858
|
+
};
|
|
859
|
+
colorsConfigNegative: {
|
|
860
|
+
id: string;
|
|
861
|
+
};
|
|
862
|
+
labelSubSectionTitle: {
|
|
863
|
+
id: string;
|
|
864
|
+
};
|
|
865
|
+
labelPositionOnTopDisabled: {
|
|
866
|
+
id: string;
|
|
867
|
+
};
|
|
868
|
+
labelConditionalDisabledByRatio: {
|
|
869
|
+
id: string;
|
|
870
|
+
};
|
|
871
|
+
labelNameTitle: {
|
|
872
|
+
id: string;
|
|
873
|
+
};
|
|
874
|
+
labelConditionalTitle: {
|
|
875
|
+
id: string;
|
|
876
|
+
};
|
|
877
|
+
labelPositiveTitle: {
|
|
878
|
+
id: string;
|
|
879
|
+
};
|
|
880
|
+
labelNegativeTitle: {
|
|
881
|
+
id: string;
|
|
882
|
+
};
|
|
883
|
+
labelEqualsTitle: {
|
|
884
|
+
id: string;
|
|
885
|
+
};
|
|
886
|
+
positionTitle: {
|
|
887
|
+
id: string;
|
|
888
|
+
};
|
|
889
|
+
positionTop: {
|
|
890
|
+
id: string;
|
|
891
|
+
};
|
|
892
|
+
positionRight: {
|
|
893
|
+
id: string;
|
|
894
|
+
};
|
|
895
|
+
positionLeft: {
|
|
896
|
+
id: string;
|
|
897
|
+
};
|
|
898
|
+
};
|
|
6
899
|
//# sourceMappingURL=locales.d.ts.map
|