@carbon/charts-vue 1.14.2 → 1.14.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/CHANGELOG.md +18 -0
- package/dist/index.mjs +3 -3
- 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.14.4 (2024-02-26)
|
|
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.14.3 (2024-02-22)
|
|
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.14.2 (2024-02-19)
|
|
7
25
|
|
|
8
26
|
### Bug Fixes
|
package/dist/index.mjs
CHANGED
|
@@ -13496,7 +13496,7 @@ const Ds = (e) => Eu.sanitize(e, {
|
|
|
13496
13496
|
const s = n.selectAll("div.toolbar-control").data(r, (l) => l.id);
|
|
13497
13497
|
s.exit().remove();
|
|
13498
13498
|
const a = s.enter().append("div").attr("class", "toolbar-control cds--overflow-menu cds--overflow-menu"), o = this;
|
|
13499
|
-
a.merge(s).classed("disabled", (l) => l.shouldBeDisabled()).attr("aria-disabled", (l) => l.shouldBeDisabled()).attr("aria-label", (l) => l.title).html((l) => `
|
|
13499
|
+
a.merge(s).classed("disabled", (l) => l.shouldBeDisabled()).attr("role", "button").attr("aria-disabled", (l) => l.shouldBeDisabled()).attr("aria-label", (l) => l.title).html((l) => `
|
|
13500
13500
|
<button
|
|
13501
13501
|
class="cds--overflow-menu__trigger cds--overflow-menu__trigger"
|
|
13502
13502
|
aria-haspopup="true" aria-expanded="false" id="${this.services.domUtils.generateElementIDString(
|
|
@@ -22210,7 +22210,7 @@ class R3 extends Fe {
|
|
|
22210
22210
|
components: t,
|
|
22211
22211
|
growth: st.STRETCH,
|
|
22212
22212
|
renderType: Q.SVG
|
|
22213
|
-
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1, h = At.COLUMN_REVERSE, f = {
|
|
22213
|
+
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1 && this.model.getData().length > 0, h = At.COLUMN_REVERSE, f = {
|
|
22214
22214
|
id: "spacer",
|
|
22215
22215
|
components: [new _n(this.model, this.services, { size: 15 })],
|
|
22216
22216
|
growth: st.PREFERRED
|
|
@@ -22431,7 +22431,7 @@ class H3 extends de {
|
|
|
22431
22431
|
components: t,
|
|
22432
22432
|
growth: st.STRETCH,
|
|
22433
22433
|
renderType: Q.SVG
|
|
22434
|
-
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1, h = At.COLUMN_REVERSE, f = {
|
|
22434
|
+
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1 && this.model.getData().length > 0, h = At.COLUMN_REVERSE, f = {
|
|
22435
22435
|
id: "spacer",
|
|
22436
22436
|
components: [new _n(this.model, this.services, { size: 15 })],
|
|
22437
22437
|
growth: st.PREFERRED
|