@semcore/d3-chart 2.6.1 → 2.7.0
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/CHANGELOG.md +6 -0
- package/lib/cjs/Area.js +9 -9
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +8 -8
- package/lib/cjs/Bubble.js +10 -10
- package/lib/cjs/Donut.js +7 -7
- package/lib/cjs/Dots.js +9 -9
- package/lib/cjs/HorizontalBar.js +8 -8
- package/lib/cjs/Hover.js +4 -4
- package/lib/cjs/Line.js +8 -8
- package/lib/cjs/Plot.js +4 -4
- package/lib/cjs/RadialTree.js +11 -11
- package/lib/cjs/ReferenceLine.js +10 -10
- package/lib/cjs/ScatterPlot.js +7 -7
- package/lib/cjs/Tooltip.js +8 -8
- package/lib/cjs/Venn.js +7 -7
- package/lib/cjs/a11y/PlotA11yModule.js +9 -11
- package/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
- package/lib/cjs/a11y/PlotA11yView.js +10 -5
- package/lib/cjs/a11y/PlotA11yView.js.map +1 -1
- package/lib/cjs/a11y/intl.js +1 -3
- package/lib/cjs/a11y/intl.js.map +1 -1
- package/lib/cjs/a11y/translations/module/{translations.js → __intergalactic-dynamic-locales.js} +4 -4
- package/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js.map +1 -0
- package/lib/cjs/a11y/translations/view/{translations.js → __intergalactic-dynamic-locales.js} +4 -4
- package/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js.map +1 -0
- package/lib/es6/Area.js +9 -9
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +8 -8
- package/lib/es6/Bubble.js +10 -10
- package/lib/es6/Donut.js +7 -7
- package/lib/es6/Dots.js +9 -9
- package/lib/es6/HorizontalBar.js +8 -8
- package/lib/es6/Hover.js +4 -4
- package/lib/es6/Line.js +8 -8
- package/lib/es6/Plot.js +4 -4
- package/lib/es6/RadialTree.js +11 -11
- package/lib/es6/ReferenceLine.js +10 -10
- package/lib/es6/ScatterPlot.js +7 -7
- package/lib/es6/Tooltip.js +8 -8
- package/lib/es6/Venn.js +7 -7
- package/lib/es6/a11y/PlotA11yModule.js +10 -12
- package/lib/es6/a11y/PlotA11yModule.js.map +1 -1
- package/lib/es6/a11y/PlotA11yView.js +8 -5
- package/lib/es6/a11y/PlotA11yView.js.map +1 -1
- package/lib/es6/a11y/intl.js +1 -2
- package/lib/es6/a11y/intl.js.map +1 -1
- package/lib/es6/a11y/translations/module/{translations.js → __intergalactic-dynamic-locales.js} +2 -2
- package/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +1 -0
- package/lib/es6/a11y/translations/view/{translations.js → __intergalactic-dynamic-locales.js} +2 -2
- package/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +1 -0
- package/lib/types/a11y/intl.d.ts +3 -7
- package/lib/types/a11y/translations/module/__intergalactic-dynamic-locales.d.ts +57 -0
- package/lib/types/a11y/translations/view/__intergalactic-dynamic-locales.d.ts +464 -0
- package/package.json +2 -2
- package/lib/cjs/a11y/translations/module/translations.js.map +0 -1
- package/lib/cjs/a11y/translations/view/translations.js.map +0 -1
- package/lib/es6/a11y/translations/module/translations.js.map +0 -1
- package/lib/es6/a11y/translations/view/translations.js.map +0 -1
- package/lib/types/a11y/translations/module/translations.d.ts +0 -5
- package/lib/types/a11y/translations/view/translations.d.ts +0 -5
|
@@ -0,0 +1,464 @@
|
|
|
1
|
+
export declare const localizedMessages: {
|
|
2
|
+
de: {
|
|
3
|
+
"chart-summary": string;
|
|
4
|
+
"chart-summary-no-label": string;
|
|
5
|
+
"entity-type-time-series": string;
|
|
6
|
+
"entity-type-clusters-single-size": string;
|
|
7
|
+
"entity-type-clusters-multiple-size": string;
|
|
8
|
+
"entity-type-clusters-label-anonymous": string;
|
|
9
|
+
"entity-type-clusters-label": string;
|
|
10
|
+
"entity-type-values": string;
|
|
11
|
+
"entity-type-grouped-values-single-size": string;
|
|
12
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
13
|
+
"value-labeled": string;
|
|
14
|
+
"values-group": string;
|
|
15
|
+
"additional-axe": string;
|
|
16
|
+
"additional-axe-no-label": string;
|
|
17
|
+
"time-series-detailed-trend": string;
|
|
18
|
+
"time-series-general-trend": string;
|
|
19
|
+
"time-series-local-trend": string;
|
|
20
|
+
"trend-strong-reduction": string;
|
|
21
|
+
"trend-reduction": string;
|
|
22
|
+
"trend-weak-reduction": string;
|
|
23
|
+
"trend-static": string;
|
|
24
|
+
"trend-weak-growth": string;
|
|
25
|
+
"trend-growth": string;
|
|
26
|
+
"trend-strong-growth": string;
|
|
27
|
+
"relative-size-significantly-smaller": string;
|
|
28
|
+
"relative-size-smaller": string;
|
|
29
|
+
"relative-size-slightly-smaller": string;
|
|
30
|
+
"relative-size-average": string;
|
|
31
|
+
"relative-size-slightly-bigger": string;
|
|
32
|
+
"relative-size-bigger": string;
|
|
33
|
+
"relative-size-significantly-bigger": string;
|
|
34
|
+
ellipsis: string;
|
|
35
|
+
"view-default-plot-label": string;
|
|
36
|
+
"view-label": string;
|
|
37
|
+
"view-close": string;
|
|
38
|
+
"view-skip-plot": string;
|
|
39
|
+
"view-go-to-table": string;
|
|
40
|
+
"view-data-summary": string;
|
|
41
|
+
"view-summary-placeholder": string;
|
|
42
|
+
"view-table": string;
|
|
43
|
+
};
|
|
44
|
+
en: {
|
|
45
|
+
"chart-summary": string;
|
|
46
|
+
"chart-summary-no-label": string;
|
|
47
|
+
"entity-type-time-series": string;
|
|
48
|
+
"entity-type-clusters-single-size": string;
|
|
49
|
+
"entity-type-clusters-multiple-size": string;
|
|
50
|
+
"entity-type-clusters-label-anonymous": string;
|
|
51
|
+
"entity-type-clusters-label": string;
|
|
52
|
+
"entity-type-values": string;
|
|
53
|
+
"entity-type-grouped-values-single-size": string;
|
|
54
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
55
|
+
"value-labeled": string;
|
|
56
|
+
"values-group": string;
|
|
57
|
+
"additional-axe": string;
|
|
58
|
+
"additional-axe-no-label": string;
|
|
59
|
+
"time-series-detailed-trend": string;
|
|
60
|
+
"time-series-general-trend": string;
|
|
61
|
+
"time-series-local-trend": string;
|
|
62
|
+
"trend-strong-reduction": string;
|
|
63
|
+
"trend-reduction": string;
|
|
64
|
+
"trend-weak-reduction": string;
|
|
65
|
+
"trend-static": string;
|
|
66
|
+
"trend-weak-growth": string;
|
|
67
|
+
"trend-growth": string;
|
|
68
|
+
"trend-strong-growth": string;
|
|
69
|
+
"relative-size-significantly-smaller": string;
|
|
70
|
+
"relative-size-smaller": string;
|
|
71
|
+
"relative-size-slightly-smaller": string;
|
|
72
|
+
"relative-size-average": string;
|
|
73
|
+
"relative-size-slightly-bigger": string;
|
|
74
|
+
"relative-size-bigger": string;
|
|
75
|
+
"relative-size-significantly-bigger": string;
|
|
76
|
+
ellipsis: string;
|
|
77
|
+
"view-default-plot-label": string;
|
|
78
|
+
"view-label": string;
|
|
79
|
+
"view-close": string;
|
|
80
|
+
"view-skip-plot": string;
|
|
81
|
+
"view-go-to-table": string;
|
|
82
|
+
"view-data-summary": string;
|
|
83
|
+
"view-summary-placeholder": string;
|
|
84
|
+
"view-table": string;
|
|
85
|
+
};
|
|
86
|
+
es: {
|
|
87
|
+
"chart-summary": string;
|
|
88
|
+
"chart-summary-no-label": string;
|
|
89
|
+
"entity-type-time-series": string;
|
|
90
|
+
"entity-type-clusters-single-size": string;
|
|
91
|
+
"entity-type-clusters-multiple-size": string;
|
|
92
|
+
"entity-type-clusters-label-anonymous": string;
|
|
93
|
+
"entity-type-clusters-label": string;
|
|
94
|
+
"entity-type-values": string;
|
|
95
|
+
"entity-type-grouped-values-single-size": string;
|
|
96
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
97
|
+
"value-labeled": string;
|
|
98
|
+
"values-group": string;
|
|
99
|
+
"additional-axe": string;
|
|
100
|
+
"additional-axe-no-label": string;
|
|
101
|
+
"time-series-detailed-trend": string;
|
|
102
|
+
"time-series-general-trend": string;
|
|
103
|
+
"time-series-local-trend": string;
|
|
104
|
+
"trend-strong-reduction": string;
|
|
105
|
+
"trend-reduction": string;
|
|
106
|
+
"trend-weak-reduction": string;
|
|
107
|
+
"trend-static": string;
|
|
108
|
+
"trend-weak-growth": string;
|
|
109
|
+
"trend-growth": string;
|
|
110
|
+
"trend-strong-growth": string;
|
|
111
|
+
"relative-size-significantly-smaller": string;
|
|
112
|
+
"relative-size-smaller": string;
|
|
113
|
+
"relative-size-slightly-smaller": string;
|
|
114
|
+
"relative-size-average": string;
|
|
115
|
+
"relative-size-slightly-bigger": string;
|
|
116
|
+
"relative-size-bigger": string;
|
|
117
|
+
"relative-size-significantly-bigger": string;
|
|
118
|
+
ellipsis: string;
|
|
119
|
+
"view-default-plot-label": string;
|
|
120
|
+
"view-label": string;
|
|
121
|
+
"view-close": string;
|
|
122
|
+
"view-skip-plot": string;
|
|
123
|
+
"view-go-to-table": string;
|
|
124
|
+
"view-data-summary": string;
|
|
125
|
+
"view-summary-placeholder": string;
|
|
126
|
+
"view-table": string;
|
|
127
|
+
};
|
|
128
|
+
fr: {
|
|
129
|
+
"chart-summary": string;
|
|
130
|
+
"chart-summary-no-label": string;
|
|
131
|
+
"entity-type-time-series": string;
|
|
132
|
+
"entity-type-clusters-single-size": string;
|
|
133
|
+
"entity-type-clusters-multiple-size": string;
|
|
134
|
+
"entity-type-clusters-label-anonymous": string;
|
|
135
|
+
"entity-type-clusters-label": string;
|
|
136
|
+
"entity-type-values": string;
|
|
137
|
+
"entity-type-grouped-values-single-size": string;
|
|
138
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
139
|
+
"value-labeled": string;
|
|
140
|
+
"values-group": string;
|
|
141
|
+
"additional-axe": string;
|
|
142
|
+
"additional-axe-no-label": string;
|
|
143
|
+
"time-series-detailed-trend": string;
|
|
144
|
+
"time-series-general-trend": string;
|
|
145
|
+
"time-series-local-trend": string;
|
|
146
|
+
"trend-strong-reduction": string;
|
|
147
|
+
"trend-reduction": string;
|
|
148
|
+
"trend-weak-reduction": string;
|
|
149
|
+
"trend-static": string;
|
|
150
|
+
"trend-weak-growth": string;
|
|
151
|
+
"trend-growth": string;
|
|
152
|
+
"trend-strong-growth": string;
|
|
153
|
+
"relative-size-significantly-smaller": string;
|
|
154
|
+
"relative-size-smaller": string;
|
|
155
|
+
"relative-size-slightly-smaller": string;
|
|
156
|
+
"relative-size-average": string;
|
|
157
|
+
"relative-size-slightly-bigger": string;
|
|
158
|
+
"relative-size-bigger": string;
|
|
159
|
+
"relative-size-significantly-bigger": string;
|
|
160
|
+
ellipsis: string;
|
|
161
|
+
"view-default-plot-label": string;
|
|
162
|
+
"view-label": string;
|
|
163
|
+
"view-close": string;
|
|
164
|
+
"view-skip-plot": string;
|
|
165
|
+
"view-go-to-table": string;
|
|
166
|
+
"view-data-summary": string;
|
|
167
|
+
"view-summary-placeholder": string;
|
|
168
|
+
"view-table": string;
|
|
169
|
+
};
|
|
170
|
+
it: {
|
|
171
|
+
"chart-summary": string;
|
|
172
|
+
"chart-summary-no-label": string;
|
|
173
|
+
"entity-type-time-series": string;
|
|
174
|
+
"entity-type-clusters-single-size": string;
|
|
175
|
+
"entity-type-clusters-multiple-size": string;
|
|
176
|
+
"entity-type-clusters-label-anonymous": string;
|
|
177
|
+
"entity-type-clusters-label": string;
|
|
178
|
+
"entity-type-values": string;
|
|
179
|
+
"entity-type-grouped-values-single-size": string;
|
|
180
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
181
|
+
"value-labeled": string;
|
|
182
|
+
"values-group": string;
|
|
183
|
+
"additional-axe": string;
|
|
184
|
+
"additional-axe-no-label": string;
|
|
185
|
+
"time-series-detailed-trend": string;
|
|
186
|
+
"time-series-general-trend": string;
|
|
187
|
+
"time-series-local-trend": string;
|
|
188
|
+
"trend-strong-reduction": string;
|
|
189
|
+
"trend-reduction": string;
|
|
190
|
+
"trend-weak-reduction": string;
|
|
191
|
+
"trend-static": string;
|
|
192
|
+
"trend-weak-growth": string;
|
|
193
|
+
"trend-growth": string;
|
|
194
|
+
"trend-strong-growth": string;
|
|
195
|
+
"relative-size-significantly-smaller": string;
|
|
196
|
+
"relative-size-smaller": string;
|
|
197
|
+
"relative-size-slightly-smaller": string;
|
|
198
|
+
"relative-size-average": string;
|
|
199
|
+
"relative-size-slightly-bigger": string;
|
|
200
|
+
"relative-size-bigger": string;
|
|
201
|
+
"relative-size-significantly-bigger": string;
|
|
202
|
+
ellipsis: string;
|
|
203
|
+
"view-default-plot-label": string;
|
|
204
|
+
"view-label": string;
|
|
205
|
+
"view-close": string;
|
|
206
|
+
"view-skip-plot": string;
|
|
207
|
+
"view-go-to-table": string;
|
|
208
|
+
"view-data-summary": string;
|
|
209
|
+
"view-summary-placeholder": string;
|
|
210
|
+
"view-table": string;
|
|
211
|
+
};
|
|
212
|
+
ja: {
|
|
213
|
+
"chart-summary": string;
|
|
214
|
+
"chart-summary-no-label": string;
|
|
215
|
+
"entity-type-time-series": string;
|
|
216
|
+
"entity-type-clusters-single-size": string;
|
|
217
|
+
"entity-type-clusters-multiple-size": string;
|
|
218
|
+
"entity-type-clusters-label-anonymous": string;
|
|
219
|
+
"entity-type-clusters-label": string;
|
|
220
|
+
"entity-type-values": string;
|
|
221
|
+
"entity-type-grouped-values-single-size": string;
|
|
222
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
223
|
+
"value-labeled": string;
|
|
224
|
+
"values-group": string;
|
|
225
|
+
"additional-axe": string;
|
|
226
|
+
"additional-axe-no-label": string;
|
|
227
|
+
"time-series-detailed-trend": string;
|
|
228
|
+
"time-series-general-trend": string;
|
|
229
|
+
"time-series-local-trend": string;
|
|
230
|
+
"trend-strong-reduction": string;
|
|
231
|
+
"trend-reduction": string;
|
|
232
|
+
"trend-weak-reduction": string;
|
|
233
|
+
"trend-static": string;
|
|
234
|
+
"trend-weak-growth": string;
|
|
235
|
+
"trend-growth": string;
|
|
236
|
+
"trend-strong-growth": string;
|
|
237
|
+
"relative-size-significantly-smaller": string;
|
|
238
|
+
"relative-size-smaller": string;
|
|
239
|
+
"relative-size-slightly-smaller": string;
|
|
240
|
+
"relative-size-average": string;
|
|
241
|
+
"relative-size-slightly-bigger": string;
|
|
242
|
+
"relative-size-bigger": string;
|
|
243
|
+
"relative-size-significantly-bigger": string;
|
|
244
|
+
ellipsis: string;
|
|
245
|
+
"view-default-plot-label": string;
|
|
246
|
+
"view-label": string;
|
|
247
|
+
"view-close": string;
|
|
248
|
+
"view-skip-plot": string;
|
|
249
|
+
"view-go-to-table": string;
|
|
250
|
+
"view-data-summary": string;
|
|
251
|
+
"view-summary-placeholder": string;
|
|
252
|
+
"view-table": string;
|
|
253
|
+
};
|
|
254
|
+
ko: {
|
|
255
|
+
"chart-summary": string;
|
|
256
|
+
"chart-summary-no-label": string;
|
|
257
|
+
"entity-type-time-series": string;
|
|
258
|
+
"entity-type-clusters-single-size": string;
|
|
259
|
+
"entity-type-clusters-multiple-size": string;
|
|
260
|
+
"entity-type-clusters-label-anonymous": string;
|
|
261
|
+
"entity-type-clusters-label": string;
|
|
262
|
+
"entity-type-values": string;
|
|
263
|
+
"entity-type-grouped-values-single-size": string;
|
|
264
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
265
|
+
"value-labeled": string;
|
|
266
|
+
"values-group": string;
|
|
267
|
+
"additional-axe": string;
|
|
268
|
+
"additional-axe-no-label": string;
|
|
269
|
+
"time-series-detailed-trend": string;
|
|
270
|
+
"time-series-general-trend": string;
|
|
271
|
+
"time-series-local-trend": string;
|
|
272
|
+
"trend-strong-reduction": string;
|
|
273
|
+
"trend-reduction": string;
|
|
274
|
+
"trend-weak-reduction": string;
|
|
275
|
+
"trend-static": string;
|
|
276
|
+
"trend-weak-growth": string;
|
|
277
|
+
"trend-growth": string;
|
|
278
|
+
"trend-strong-growth": string;
|
|
279
|
+
"relative-size-significantly-smaller": string;
|
|
280
|
+
"relative-size-smaller": string;
|
|
281
|
+
"relative-size-slightly-smaller": string;
|
|
282
|
+
"relative-size-average": string;
|
|
283
|
+
"relative-size-slightly-bigger": string;
|
|
284
|
+
"relative-size-bigger": string;
|
|
285
|
+
"relative-size-significantly-bigger": string;
|
|
286
|
+
ellipsis: string;
|
|
287
|
+
"view-default-plot-label": string;
|
|
288
|
+
"view-label": string;
|
|
289
|
+
"view-close": string;
|
|
290
|
+
"view-skip-plot": string;
|
|
291
|
+
"view-go-to-table": string;
|
|
292
|
+
"view-data-summary": string;
|
|
293
|
+
"view-summary-placeholder": string;
|
|
294
|
+
"view-table": string;
|
|
295
|
+
};
|
|
296
|
+
pt: {
|
|
297
|
+
"chart-summary": string;
|
|
298
|
+
"chart-summary-no-label": string;
|
|
299
|
+
"entity-type-time-series": string;
|
|
300
|
+
"entity-type-clusters-single-size": string;
|
|
301
|
+
"entity-type-clusters-multiple-size": string;
|
|
302
|
+
"entity-type-clusters-label-anonymous": string;
|
|
303
|
+
"entity-type-clusters-label": string;
|
|
304
|
+
"entity-type-values": string;
|
|
305
|
+
"entity-type-grouped-values-single-size": string;
|
|
306
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
307
|
+
"value-labeled": string;
|
|
308
|
+
"values-group": string;
|
|
309
|
+
"additional-axe": string;
|
|
310
|
+
"additional-axe-no-label": string;
|
|
311
|
+
"time-series-detailed-trend": string;
|
|
312
|
+
"time-series-general-trend": string;
|
|
313
|
+
"time-series-local-trend": string;
|
|
314
|
+
"trend-strong-reduction": string;
|
|
315
|
+
"trend-reduction": string;
|
|
316
|
+
"trend-weak-reduction": string;
|
|
317
|
+
"trend-static": string;
|
|
318
|
+
"trend-weak-growth": string;
|
|
319
|
+
"trend-growth": string;
|
|
320
|
+
"trend-strong-growth": string;
|
|
321
|
+
"relative-size-significantly-smaller": string;
|
|
322
|
+
"relative-size-smaller": string;
|
|
323
|
+
"relative-size-slightly-smaller": string;
|
|
324
|
+
"relative-size-average": string;
|
|
325
|
+
"relative-size-slightly-bigger": string;
|
|
326
|
+
"relative-size-bigger": string;
|
|
327
|
+
"relative-size-significantly-bigger": string;
|
|
328
|
+
ellipsis: string;
|
|
329
|
+
"view-default-plot-label": string;
|
|
330
|
+
"view-label": string;
|
|
331
|
+
"view-close": string;
|
|
332
|
+
"view-skip-plot": string;
|
|
333
|
+
"view-go-to-table": string;
|
|
334
|
+
"view-data-summary": string;
|
|
335
|
+
"view-summary-placeholder": string;
|
|
336
|
+
"view-table": string;
|
|
337
|
+
};
|
|
338
|
+
tr: {
|
|
339
|
+
"chart-summary": string;
|
|
340
|
+
"chart-summary-no-label": string;
|
|
341
|
+
"entity-type-time-series": string;
|
|
342
|
+
"entity-type-clusters-single-size": string;
|
|
343
|
+
"entity-type-clusters-multiple-size": string;
|
|
344
|
+
"entity-type-clusters-label-anonymous": string;
|
|
345
|
+
"entity-type-clusters-label": string;
|
|
346
|
+
"entity-type-values": string;
|
|
347
|
+
"entity-type-grouped-values-single-size": string;
|
|
348
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
349
|
+
"value-labeled": string;
|
|
350
|
+
"values-group": string;
|
|
351
|
+
"additional-axe": string;
|
|
352
|
+
"additional-axe-no-label": string;
|
|
353
|
+
"time-series-detailed-trend": string;
|
|
354
|
+
"time-series-general-trend": string;
|
|
355
|
+
"time-series-local-trend": string;
|
|
356
|
+
"trend-strong-reduction": string;
|
|
357
|
+
"trend-reduction": string;
|
|
358
|
+
"trend-weak-reduction": string;
|
|
359
|
+
"trend-static": string;
|
|
360
|
+
"trend-weak-growth": string;
|
|
361
|
+
"trend-growth": string;
|
|
362
|
+
"trend-strong-growth": string;
|
|
363
|
+
"relative-size-significantly-smaller": string;
|
|
364
|
+
"relative-size-smaller": string;
|
|
365
|
+
"relative-size-slightly-smaller": string;
|
|
366
|
+
"relative-size-average": string;
|
|
367
|
+
"relative-size-slightly-bigger": string;
|
|
368
|
+
"relative-size-bigger": string;
|
|
369
|
+
"relative-size-significantly-bigger": string;
|
|
370
|
+
ellipsis: string;
|
|
371
|
+
"view-default-plot-label": string;
|
|
372
|
+
"view-label": string;
|
|
373
|
+
"view-close": string;
|
|
374
|
+
"view-skip-plot": string;
|
|
375
|
+
"view-go-to-table": string;
|
|
376
|
+
"view-data-summary": string;
|
|
377
|
+
"view-summary-placeholder": string;
|
|
378
|
+
"view-table": string;
|
|
379
|
+
};
|
|
380
|
+
vi: {
|
|
381
|
+
"chart-summary": string;
|
|
382
|
+
"chart-summary-no-label": string;
|
|
383
|
+
"entity-type-time-series": string;
|
|
384
|
+
"entity-type-clusters-single-size": string;
|
|
385
|
+
"entity-type-clusters-multiple-size": string;
|
|
386
|
+
"entity-type-clusters-label-anonymous": string;
|
|
387
|
+
"entity-type-clusters-label": string;
|
|
388
|
+
"entity-type-values": string;
|
|
389
|
+
"entity-type-grouped-values-single-size": string;
|
|
390
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
391
|
+
"value-labeled": string;
|
|
392
|
+
"values-group": string;
|
|
393
|
+
"additional-axe": string;
|
|
394
|
+
"additional-axe-no-label": string;
|
|
395
|
+
"time-series-detailed-trend": string;
|
|
396
|
+
"time-series-general-trend": string;
|
|
397
|
+
"time-series-local-trend": string;
|
|
398
|
+
"trend-strong-reduction": string;
|
|
399
|
+
"trend-reduction": string;
|
|
400
|
+
"trend-weak-reduction": string;
|
|
401
|
+
"trend-static": string;
|
|
402
|
+
"trend-weak-growth": string;
|
|
403
|
+
"trend-growth": string;
|
|
404
|
+
"trend-strong-growth": string;
|
|
405
|
+
"relative-size-significantly-smaller": string;
|
|
406
|
+
"relative-size-smaller": string;
|
|
407
|
+
"relative-size-slightly-smaller": string;
|
|
408
|
+
"relative-size-average": string;
|
|
409
|
+
"relative-size-slightly-bigger": string;
|
|
410
|
+
"relative-size-bigger": string;
|
|
411
|
+
"relative-size-significantly-bigger": string;
|
|
412
|
+
ellipsis: string;
|
|
413
|
+
"view-default-plot-label": string;
|
|
414
|
+
"view-label": string;
|
|
415
|
+
"view-close": string;
|
|
416
|
+
"view-skip-plot": string;
|
|
417
|
+
"view-go-to-table": string;
|
|
418
|
+
"view-data-summary": string;
|
|
419
|
+
"view-summary-placeholder": string;
|
|
420
|
+
"view-table": string;
|
|
421
|
+
};
|
|
422
|
+
zh: {
|
|
423
|
+
"chart-summary": string;
|
|
424
|
+
"chart-summary-no-label": string;
|
|
425
|
+
"entity-type-time-series": string;
|
|
426
|
+
"entity-type-clusters-single-size": string;
|
|
427
|
+
"entity-type-clusters-multiple-size": string;
|
|
428
|
+
"entity-type-clusters-label-anonymous": string;
|
|
429
|
+
"entity-type-clusters-label": string;
|
|
430
|
+
"entity-type-values": string;
|
|
431
|
+
"entity-type-grouped-values-single-size": string;
|
|
432
|
+
"entity-type-grouped-values-multiple-size": string;
|
|
433
|
+
"value-labeled": string;
|
|
434
|
+
"values-group": string;
|
|
435
|
+
"additional-axe": string;
|
|
436
|
+
"additional-axe-no-label": string;
|
|
437
|
+
"time-series-detailed-trend": string;
|
|
438
|
+
"time-series-general-trend": string;
|
|
439
|
+
"time-series-local-trend": string;
|
|
440
|
+
"trend-strong-reduction": string;
|
|
441
|
+
"trend-reduction": string;
|
|
442
|
+
"trend-weak-reduction": string;
|
|
443
|
+
"trend-static": string;
|
|
444
|
+
"trend-weak-growth": string;
|
|
445
|
+
"trend-growth": string;
|
|
446
|
+
"trend-strong-growth": string;
|
|
447
|
+
"relative-size-significantly-smaller": string;
|
|
448
|
+
"relative-size-smaller": string;
|
|
449
|
+
"relative-size-slightly-smaller": string;
|
|
450
|
+
"relative-size-average": string;
|
|
451
|
+
"relative-size-slightly-bigger": string;
|
|
452
|
+
"relative-size-bigger": string;
|
|
453
|
+
"relative-size-significantly-bigger": string;
|
|
454
|
+
ellipsis: string;
|
|
455
|
+
"view-default-plot-label": string;
|
|
456
|
+
"view-label": string;
|
|
457
|
+
"view-close": string;
|
|
458
|
+
"view-skip-plot": string;
|
|
459
|
+
"view-go-to-table": string;
|
|
460
|
+
"view-data-summary": string;
|
|
461
|
+
"view-summary-placeholder": string;
|
|
462
|
+
"view-table": string;
|
|
463
|
+
};
|
|
464
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/d3-chart",
|
|
3
3
|
"description": "Semrush D3 Chart Component",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.7.0",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@semcore/animation": "^1",
|
|
14
14
|
"@semcore/flex-box": "^4",
|
|
15
15
|
"@semcore/popper": "^4.9",
|
|
16
|
-
"@semcore/utils": "^3.
|
|
16
|
+
"@semcore/utils": "^3.42.0",
|
|
17
17
|
"@types/d3-shape": "^3.1.0",
|
|
18
18
|
"@upsetjs/venn.js": "1.4.1",
|
|
19
19
|
"d3-array": "3.1.6",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","names":["translations","de","en","es","fr","it","ja","ko","pt","tr","vi","zh"],"sources":["../../../../../src/a11y/translations/module/translations.ts"],"sourcesContent":["import de from './de.json';\nimport en from './en.json';\nimport es from './es.json';\nimport fr from './fr.json';\nimport it from './it.json';\nimport ja from './ja.json';\nimport ko from './ko.json';\nimport pt from './pt.json';\nimport tr from './tr.json';\nimport vi from './vi.json';\nimport zh from './zh.json';\n\nexport const translations = {\n de,\n en,\n es,\n fr,\n it,\n ja,\n ko,\n pt,\n tr,\n vi,\n zh,\n} as { [locale: string]: { [message: string]: string } };\n"],"mappings":";;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,IAAMA,YAAY,GAAG;EAC1BC,EAAE,EAAFA,cAD0B;EAE1BC,EAAE,EAAFA,cAF0B;EAG1BC,EAAE,EAAFA,cAH0B;EAI1BC,EAAE,EAAFA,cAJ0B;EAK1BC,EAAE,EAAFA,cAL0B;EAM1BC,EAAE,EAAFA,cAN0B;EAO1BC,EAAE,EAAFA,cAP0B;EAQ1BC,EAAE,EAAFA,cAR0B;EAS1BC,EAAE,EAAFA,cAT0B;EAU1BC,EAAE,EAAFA,cAV0B;EAW1BC,EAAE,EAAFA;AAX0B,CAArB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","names":["translations","de","en","es","fr","it","ja","ko","pt","tr","vi","zh"],"sources":["../../../../../src/a11y/translations/view/translations.ts"],"sourcesContent":["import de from './de.json';\nimport en from './en.json';\nimport es from './es.json';\nimport fr from './fr.json';\nimport it from './it.json';\nimport ja from './ja.json';\nimport ko from './ko.json';\nimport pt from './pt.json';\nimport tr from './tr.json';\nimport vi from './vi.json';\nimport zh from './zh.json';\n\nexport const translations = {\n de,\n en,\n es,\n fr,\n it,\n ja,\n ko,\n pt,\n tr,\n vi,\n zh,\n} as { [locale: string]: { [message: string]: string } };\n"],"mappings":";;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,IAAMA,YAAY,GAAG;EAC1BC,EAAE,EAAFA,cAD0B;EAE1BC,EAAE,EAAFA,cAF0B;EAG1BC,EAAE,EAAFA,cAH0B;EAI1BC,EAAE,EAAFA,cAJ0B;EAK1BC,EAAE,EAAFA,cAL0B;EAM1BC,EAAE,EAAFA,cAN0B;EAO1BC,EAAE,EAAFA,cAP0B;EAQ1BC,EAAE,EAAFA,cAR0B;EAS1BC,EAAE,EAAFA,cAT0B;EAU1BC,EAAE,EAAFA,cAV0B;EAW1BC,EAAE,EAAFA;AAX0B,CAArB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","names":["de","en","es","fr","it","ja","ko","pt","tr","vi","zh","translations"],"sources":["../../../../../src/a11y/translations/module/translations.ts"],"sourcesContent":["import de from './de.json';\nimport en from './en.json';\nimport es from './es.json';\nimport fr from './fr.json';\nimport it from './it.json';\nimport ja from './ja.json';\nimport ko from './ko.json';\nimport pt from './pt.json';\nimport tr from './tr.json';\nimport vi from './vi.json';\nimport zh from './zh.json';\n\nexport const translations = {\n de,\n en,\n es,\n fr,\n it,\n ja,\n ko,\n pt,\n tr,\n vi,\n zh,\n} as { [locale: string]: { [message: string]: string } };\n"],"mappings":"AAAA,OAAOA,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AAEA,OAAO,IAAMC,YAAY,GAAG;EAC1BX,EAAE,EAAFA,EAD0B;EAE1BC,EAAE,EAAFA,EAF0B;EAG1BC,EAAE,EAAFA,EAH0B;EAI1BC,EAAE,EAAFA,EAJ0B;EAK1BC,EAAE,EAAFA,EAL0B;EAM1BC,EAAE,EAAFA,EAN0B;EAO1BC,EAAE,EAAFA,EAP0B;EAQ1BC,EAAE,EAAFA,EAR0B;EAS1BC,EAAE,EAAFA,EAT0B;EAU1BC,EAAE,EAAFA,EAV0B;EAW1BC,EAAE,EAAFA;AAX0B,CAArB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","names":["de","en","es","fr","it","ja","ko","pt","tr","vi","zh","translations"],"sources":["../../../../../src/a11y/translations/view/translations.ts"],"sourcesContent":["import de from './de.json';\nimport en from './en.json';\nimport es from './es.json';\nimport fr from './fr.json';\nimport it from './it.json';\nimport ja from './ja.json';\nimport ko from './ko.json';\nimport pt from './pt.json';\nimport tr from './tr.json';\nimport vi from './vi.json';\nimport zh from './zh.json';\n\nexport const translations = {\n de,\n en,\n es,\n fr,\n it,\n ja,\n ko,\n pt,\n tr,\n vi,\n zh,\n} as { [locale: string]: { [message: string]: string } };\n"],"mappings":"AAAA,OAAOA,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AACA,OAAOC,EAAP,MAAe,WAAf;AAEA,OAAO,IAAMC,YAAY,GAAG;EAC1BX,EAAE,EAAFA,EAD0B;EAE1BC,EAAE,EAAFA,EAF0B;EAG1BC,EAAE,EAAFA,EAH0B;EAI1BC,EAAE,EAAFA,EAJ0B;EAK1BC,EAAE,EAAFA,EAL0B;EAM1BC,EAAE,EAAFA,EAN0B;EAO1BC,EAAE,EAAFA,EAP0B;EAQ1BC,EAAE,EAAFA,EAR0B;EAS1BC,EAAE,EAAFA,EAT0B;EAU1BC,EAAE,EAAFA,EAV0B;EAW1BC,EAAE,EAAFA;AAX0B,CAArB"}
|