@carbon/charts-vue 1.27.0 → 1.27.2
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 +18 -0
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.27.2 (2026-01-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
## 1.27.1 (2026-01-06)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
6
24
|
# 1.27.0 (2025-09-22)
|
|
7
25
|
|
|
8
26
|
### Features
|
package/dist/index.mjs
CHANGED
|
@@ -8441,7 +8441,8 @@ let N = class Cl extends Dn {
|
|
|
8441
8441
|
return `chart-${this.chartID}-${t}`;
|
|
8442
8442
|
}
|
|
8443
8443
|
initializeID() {
|
|
8444
|
-
|
|
8444
|
+
const t = this.model.getOptions().chartId;
|
|
8445
|
+
t ? this.chartID = t : this.chartID = Math.floor((1 + Math.random()) * 281474976710656).toString(16);
|
|
8445
8446
|
}
|
|
8446
8447
|
addMainContainer() {
|
|
8447
8448
|
const t = this.model.getOptions(), n = y(t, "style", "prefix"), r = I(this.getHolder()).append("div").classed(`${ce}--${n}--chart-wrapper`, !0).attr("id", `chart-${this.getChartID()}`).style("height", "100%").style("width", "100%");
|
|
@@ -12402,7 +12403,7 @@ class co extends mt {
|
|
|
12402
12403
|
<div class="cds--modal-container">
|
|
12403
12404
|
<div class="cds--modal-header">
|
|
12404
12405
|
|
|
12405
|
-
<p class="cds--modal-header__label cds--type-delta" id="
|
|
12406
|
+
<p class="cds--modal-header__label cds--type-delta" id="${t}__modal-title">${r}</p>
|
|
12406
12407
|
|
|
12407
12408
|
<p class="cds--modal-header__heading cds--type-beta" id="${t}__modal-description">${tn(
|
|
12408
12409
|
n.title
|