@carbon/charts-vue 1.22.3 → 1.22.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 +9 -0
- package/dist/index.mjs +30 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.22.4 (2024-11-21)
|
|
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
|
+
|
|
6
15
|
## 1.22.3 (2024-11-18)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @carbon/charts-vue
|
package/dist/index.mjs
CHANGED
|
@@ -3822,6 +3822,7 @@ const le = "cds", mn = {
|
|
|
3822
3822
|
}, In = {
|
|
3823
3823
|
ticks: {
|
|
3824
3824
|
number: 7,
|
|
3825
|
+
rotateIfSmallerThan: 30,
|
|
3825
3826
|
verticalSpaceRatio: 2.5,
|
|
3826
3827
|
horizontalSpaceRatio: 3.5
|
|
3827
3828
|
},
|
|
@@ -3992,6 +3993,7 @@ const le = "cds", mn = {
|
|
|
3992
3993
|
dotsRadius: 5
|
|
3993
3994
|
}, Re = {
|
|
3994
3995
|
nodeWidth: 4,
|
|
3996
|
+
nodeHoveredWidth: 8,
|
|
3995
3997
|
minNodePadding: 24,
|
|
3996
3998
|
opacity: {
|
|
3997
3999
|
unfocus: 0.3,
|
|
@@ -3999,7 +4001,9 @@ const le = "cds", mn = {
|
|
|
3999
4001
|
selected: 1
|
|
4000
4002
|
}
|
|
4001
4003
|
}, Jh = {
|
|
4002
|
-
minCellDividerDimension: 16
|
|
4004
|
+
minCellDividerDimension: 16,
|
|
4005
|
+
// Ensures axes lines are displayed with or without stroke disabled
|
|
4006
|
+
chartPadding: 0.5
|
|
4003
4007
|
}, td = {
|
|
4004
4008
|
default: {
|
|
4005
4009
|
size: 24
|
|
@@ -4865,6 +4869,8 @@ const Ln = {
|
|
|
4865
4869
|
return xt(i, t.length);
|
|
4866
4870
|
}
|
|
4867
4871
|
}, yr = {
|
|
4872
|
+
am: "am",
|
|
4873
|
+
pm: "pm",
|
|
4868
4874
|
midnight: "midnight",
|
|
4869
4875
|
noon: "noon",
|
|
4870
4876
|
morning: "morning",
|
|
@@ -11323,7 +11329,7 @@ let dt = class {
|
|
|
11323
11329
|
return this.configs.options ? it({}, this.model.getOptions(), this.configs.options) : this.model.getOptions();
|
|
11324
11330
|
}
|
|
11325
11331
|
};
|
|
11326
|
-
/*! @license DOMPurify 3.2.
|
|
11332
|
+
/*! @license DOMPurify 3.2.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.1/LICENSE */
|
|
11327
11333
|
const {
|
|
11328
11334
|
entries: Av,
|
|
11329
11335
|
setPrototypeOf: gp,
|
|
@@ -11429,11 +11435,20 @@ var Op = /* @__PURE__ */ Object.freeze({
|
|
|
11429
11435
|
});
|
|
11430
11436
|
const yi = {
|
|
11431
11437
|
element: 1,
|
|
11438
|
+
attribute: 2,
|
|
11432
11439
|
text: 3,
|
|
11440
|
+
cdataSection: 4,
|
|
11441
|
+
entityReference: 5,
|
|
11442
|
+
// Deprecated
|
|
11443
|
+
entityNode: 6,
|
|
11433
11444
|
// Deprecated
|
|
11434
11445
|
progressingInstruction: 7,
|
|
11435
11446
|
comment: 8,
|
|
11436
|
-
document: 9
|
|
11447
|
+
document: 9,
|
|
11448
|
+
documentType: 10,
|
|
11449
|
+
documentFragment: 11,
|
|
11450
|
+
notation: 12
|
|
11451
|
+
// Deprecated
|
|
11437
11452
|
}, pk = function() {
|
|
11438
11453
|
return typeof window > "u" ? null : window;
|
|
11439
11454
|
}, fk = function(e, t) {
|
|
@@ -11459,7 +11474,7 @@ const yi = {
|
|
|
11459
11474
|
function Rv() {
|
|
11460
11475
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : pk();
|
|
11461
11476
|
const t = ($) => Rv($);
|
|
11462
|
-
if (t.version = "3.2.
|
|
11477
|
+
if (t.version = "3.2.1", t.removed = [], !e || !e.document || e.document.nodeType !== yi.document)
|
|
11463
11478
|
return t.isSupported = !1, t;
|
|
11464
11479
|
let {
|
|
11465
11480
|
document: n
|
|
@@ -12310,6 +12325,12 @@ var gk = {
|
|
|
12310
12325
|
button:not([disabled]):not([tabindex='-1']),select:not([disabled]):not([tabindex='-1']),
|
|
12311
12326
|
textarea:not([disabled]):not([tabindex='-1']),
|
|
12312
12327
|
iframe, object, embed, *[tabindex]:not([tabindex='-1']), *[contenteditable=true]
|
|
12328
|
+
`,
|
|
12329
|
+
selectorFocusable: `
|
|
12330
|
+
a[href], area[href], input:not([disabled]),
|
|
12331
|
+
button:not([disabled]),select:not([disabled]),
|
|
12332
|
+
textarea:not([disabled]),
|
|
12333
|
+
iframe, object, embed, *[tabindex], *[contenteditable=true]
|
|
12313
12334
|
`
|
|
12314
12335
|
}, hl = gk;
|
|
12315
12336
|
function vk(e, t, n) {
|
|
@@ -13731,7 +13752,9 @@ var $p = (Or = {}, Or[Pt.LEFT] = function(e, t, n) {
|
|
|
13731
13752
|
};
|
|
13732
13753
|
}, Or), Mp = typeof window < "u" ? window : {
|
|
13733
13754
|
innerHeight: 0,
|
|
13734
|
-
|
|
13755
|
+
scrollY: 0,
|
|
13756
|
+
innerWidth: 0,
|
|
13757
|
+
scrollX: 0
|
|
13735
13758
|
}, xo = (
|
|
13736
13759
|
/** @class */
|
|
13737
13760
|
function() {
|
|
@@ -19256,6 +19279,8 @@ class MI extends dt {
|
|
|
19256
19279
|
return;
|
|
19257
19280
|
const a = this.model.getOptions(), s = this.model.getDisplayData(), o = b(a, "tree", "rootTitle") || "Tree", l = this.getMockLabelWidth(n, o), c = this.getLongestLabel(s), u = this.getMockLabelWidth(n, c), d = {
|
|
19258
19281
|
top: 0,
|
|
19282
|
+
right: 0,
|
|
19283
|
+
bottom: 0,
|
|
19259
19284
|
left: l > 0 ? l + Sr : 30 - Sr
|
|
19260
19285
|
}, h = ma({
|
|
19261
19286
|
name: o,
|