@carbon/charts-react 1.16.2 → 1.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/dist/charts/ChoroplethChart.d.ts +2 -2
- package/dist/charts/WordCloudChart.d.ts +3 -3
- package/dist/charts/index.d.ts +6 -2
- package/dist/index.d.ts +10 -2
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
- package/telemetry.yml +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13635,7 +13635,12 @@ const ya = (e) => ch.sanitize(e, {
|
|
|
13635
13635
|
}
|
|
13636
13636
|
// special button config for overflow button
|
|
13637
13637
|
getOverflowButtonConfig() {
|
|
13638
|
-
const { moreOptions: t } = x(
|
|
13638
|
+
const { moreOptions: t } = x(
|
|
13639
|
+
this.model.getOptions(),
|
|
13640
|
+
"locale",
|
|
13641
|
+
"translations",
|
|
13642
|
+
"toolbar"
|
|
13643
|
+
);
|
|
13639
13644
|
return {
|
|
13640
13645
|
id: "toolbar-overflow-menu",
|
|
13641
13646
|
title: t,
|
|
@@ -13659,12 +13664,7 @@ const ya = (e) => ch.sanitize(e, {
|
|
|
13659
13664
|
makeFullScreen: d,
|
|
13660
13665
|
exitFullScreen: h,
|
|
13661
13666
|
showAsTable: f
|
|
13662
|
-
} = x(
|
|
13663
|
-
i,
|
|
13664
|
-
"locale",
|
|
13665
|
-
"translations",
|
|
13666
|
-
"toolbar"
|
|
13667
|
-
);
|
|
13667
|
+
} = x(i, "locale", "translations", "toolbar");
|
|
13668
13668
|
let p;
|
|
13669
13669
|
switch (t) {
|
|
13670
13670
|
case $t.ZOOM_IN:
|
|
@@ -15559,11 +15559,7 @@ class hh extends xt {
|
|
|
15559
15559
|
d,
|
|
15560
15560
|
() => this.services.domUtils.getElementOffset(m)
|
|
15561
15561
|
);
|
|
15562
|
-
g = this.addOffsetByPlacement(
|
|
15563
|
-
g,
|
|
15564
|
-
d,
|
|
15565
|
-
f
|
|
15566
|
-
), this.positionService.setElement(s, g);
|
|
15562
|
+
g = this.addOffsetByPlacement(g, d, f), this.positionService.setElement(s, g);
|
|
15567
15563
|
return;
|
|
15568
15564
|
}
|
|
15569
15565
|
let p = x(t, "detail", "mousePosition");
|
|
@@ -23779,6 +23775,7 @@ export {
|
|
|
23779
23775
|
N3 as CardNodeSubtitle,
|
|
23780
23776
|
P3 as CardNodeTitle,
|
|
23781
23777
|
qp as ChartTheme,
|
|
23778
|
+
f3 as ChoroplethChart,
|
|
23782
23779
|
V3 as CircleMarker,
|
|
23783
23780
|
p3 as CirclePackChart,
|
|
23784
23781
|
m3 as ComboChart,
|