@carbon/charts-vue 1.11.13 → 1.11.15

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 (34) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/components/CcvAlluvialChart.d.ts +1 -1
  3. package/dist/components/CcvAreaChart.d.ts +1 -1
  4. package/dist/components/CcvBoxplotChart.d.ts +1 -1
  5. package/dist/components/CcvBubbleChart.d.ts +1 -1
  6. package/dist/components/CcvBulletChart.d.ts +1 -1
  7. package/dist/components/CcvChoroplethChart.d.ts +1 -1
  8. package/dist/components/CcvCirclePackChart.d.ts +1 -1
  9. package/dist/components/CcvComboChart.d.ts +1 -1
  10. package/dist/components/CcvDonutChart.d.ts +1 -1
  11. package/dist/components/CcvGaugeChart.d.ts +1 -1
  12. package/dist/components/CcvGroupedBarChart.d.ts +1 -1
  13. package/dist/components/CcvHeatmapChart.d.ts +1 -1
  14. package/dist/components/CcvHistogramChart.d.ts +1 -1
  15. package/dist/components/CcvLineChart.d.ts +1 -1
  16. package/dist/components/CcvLollipopChart.d.ts +1 -1
  17. package/dist/components/CcvMeterChart.d.ts +1 -1
  18. package/dist/components/CcvPieChart.d.ts +1 -1
  19. package/dist/components/CcvRadarChart.d.ts +1 -1
  20. package/dist/components/CcvScatterChart.d.ts +1 -1
  21. package/dist/components/CcvSimpleBarChart.d.ts +1 -1
  22. package/dist/components/CcvStackedAreaChart.d.ts +1 -1
  23. package/dist/components/CcvStackedBarChart.d.ts +1 -1
  24. package/dist/components/CcvTreeChart.d.ts +1 -1
  25. package/dist/components/CcvTreemapChart.d.ts +1 -1
  26. package/dist/components/CcvWordCloudChart.d.ts +1 -1
  27. package/dist/components/chartFactory.d.ts +1 -1
  28. package/dist/index.js +3 -3
  29. package/dist/index.js.map +1 -1
  30. package/dist/index.mjs +7 -14
  31. package/dist/index.mjs.map +1 -1
  32. package/dist/styles.css.map +1 -1
  33. package/dist/styles.min.css.map +1 -1
  34. package/package.json +43 -36
package/dist/index.mjs CHANGED
@@ -12191,13 +12191,7 @@ function WL(e) {
12191
12191
  var t = e.default;
12192
12192
  if (typeof t == "function") {
12193
12193
  var n = function r() {
12194
- if (this instanceof r) {
12195
- var i = [null];
12196
- i.push.apply(i, arguments);
12197
- var s = Function.bind.apply(t, i);
12198
- return new s();
12199
- }
12200
- return t.apply(this, arguments);
12194
+ return this instanceof r ? Reflect.construct(t, arguments, this.constructor) : t.apply(this, arguments);
12201
12195
  };
12202
12196
  n.prototype = t.prototype;
12203
12197
  } else
@@ -15346,8 +15340,8 @@ class Mm extends Cc {
15346
15340
  getItems(t) {
15347
15341
  if (t.detail.items)
15348
15342
  return t.detail.items;
15349
- const n = t.detail.data;
15350
- if (!n.length || !n[0])
15343
+ const { data: n } = t.detail;
15344
+ if (!n || !n.length || !n[0])
15351
15345
  return [];
15352
15346
  const r = this.getOptions(), { cartesianScales: i } = this.services, s = i.getDomainIdentifier(), a = i.isDualAxes(), { groupMapsTo: o } = r.data, l = i.getDomainLabel();
15353
15347
  let c = i.getRangeLabel();
@@ -21003,8 +20997,7 @@ let lU = class extends on {
21003
20997
  }
21004
20998
  return console.warn(`The curve type '${t}' is invalid, using 'curveLinear' instead`), this.curveTypes.curveLinear;
21005
20999
  }
21006
- };
21007
- class cU extends on {
21000
+ }, cU = class extends on {
21008
21001
  isZoomBarEnabled() {
21009
21002
  if (!this.services.cartesianScales || !b(this.model.getOptions(), "zoomBar", "top", "enabled"))
21010
21003
  return !1;
@@ -21116,7 +21109,7 @@ class cU extends on {
21116
21109
  isZoomBarLocked(t) {
21117
21110
  return b(this.model.getOptions(), "zoomBar", t, "locked");
21118
21111
  }
21119
- }
21112
+ };
21120
21113
  function uU(e, t, n) {
21121
21114
  var r = -1, i = e.length;
21122
21115
  t < 0 && (t = -t > i ? 0 : i + t), n = n > i ? i : n, n < 0 && (n += i), i = t > n ? 0 : n - t >>> 0, t >>>= 0;
@@ -22069,7 +22062,7 @@ const hB = St(HU, "CcvAlluvialChart"), dB = St(GU, "CcvAreaChart"), fB = St(FU,
22069
22062
  kB,
22070
22063
  RB,
22071
22064
  IB
22072
- ], n3 = {
22065
+ ], r3 = {
22073
22066
  install(e, t) {
22074
22067
  for (const n of NB)
22075
22068
  (!t || t.includes(n.name)) && e.component(n.name, n);
@@ -22101,6 +22094,6 @@ export {
22101
22094
  RB as CcvTreemapChart,
22102
22095
  IB as CcvWordCloudChart,
22103
22096
  mB as ExperimentalCcvChoroplethChart,
22104
- n3 as default
22097
+ r3 as default
22105
22098
  };
22106
22099
  //# sourceMappingURL=index.mjs.map