@carbon/charts-vue 1.22.21 → 1.23.1
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 +22 -0
- package/dist/index.mjs +5 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -194
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.23.1 (2025-04-04)
|
|
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.23.0 (2025-03-05)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- **docs:** add analytics instrumentation doc
|
|
20
|
+
([#1966](https://github.com/carbon-design-system/carbon-charts/issues/1966))
|
|
21
|
+
([f0da6ae](https://github.com/carbon-design-system/carbon-charts/commit/f0da6aef3d6d51b49235069c863d92bbd5b9e310))
|
|
22
|
+
|
|
23
|
+
# Change Log
|
|
24
|
+
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
+
|
|
6
28
|
## 1.22.21 (2025-03-05)
|
|
7
29
|
|
|
8
30
|
### Bug Fixes
|
package/dist/index.mjs
CHANGED
|
@@ -11377,7 +11377,7 @@ let gt = class {
|
|
|
11377
11377
|
return this.configs.options ? at({}, this.model.getOptions(), this.configs.options) : this.model.getOptions();
|
|
11378
11378
|
}
|
|
11379
11379
|
};
|
|
11380
|
-
/*! @license DOMPurify 3.2.
|
|
11380
|
+
/*! @license DOMPurify 3.2.5 | (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.5/LICENSE */
|
|
11381
11381
|
const {
|
|
11382
11382
|
entries: ev,
|
|
11383
11383
|
setPrototypeOf: Fd,
|
|
@@ -11408,6 +11408,7 @@ Ql || (Ql = function(e, t) {
|
|
|
11408
11408
|
const Ns = oe(Array.prototype.forEach), vD = oe(Array.prototype.lastIndexOf), jd = oe(Array.prototype.pop), fi = oe(Array.prototype.push), yD = oe(Array.prototype.splice), Js = oe(String.prototype.toLowerCase), Ko = oe(String.prototype.toString), Wd = oe(String.prototype.match), gi = oe(String.prototype.replace), xD = oe(String.prototype.indexOf), bD = oe(String.prototype.trim), Pe = oe(Object.prototype.hasOwnProperty), re = oe(RegExp.prototype.test), mi = _D(TypeError);
|
|
11409
11409
|
function oe(e) {
|
|
11410
11410
|
return function(t) {
|
|
11411
|
+
t instanceof RegExp && (t.lastIndex = 0);
|
|
11411
11412
|
for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
|
|
11412
11413
|
r[i - 1] = arguments[i];
|
|
11413
11414
|
return Kl(e, t, r);
|
|
@@ -11525,7 +11526,7 @@ const yi = {
|
|
|
11525
11526
|
function sv() {
|
|
11526
11527
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : kD();
|
|
11527
11528
|
const t = (C) => sv(C);
|
|
11528
|
-
if (t.version = "3.2.
|
|
11529
|
+
if (t.version = "3.2.5", t.removed = [], !e || !e.document || e.document.nodeType !== yi.document || !e.Element)
|
|
11529
11530
|
return t.isSupported = !1, t;
|
|
11530
11531
|
let {
|
|
11531
11532
|
document: n
|
|
@@ -11712,7 +11713,7 @@ function sv() {
|
|
|
11712
11713
|
if (on($.uponSanitizeElement, C, {
|
|
11713
11714
|
tagName: K,
|
|
11714
11715
|
allowedTags: j
|
|
11715
|
-
}), C.hasChildNodes() && !bu(C.firstElementChild) && re(/<[/\w]/g, C.innerHTML) && re(/<[/\w]/g, C.textContent) || C.nodeType === yi.progressingInstruction || ht && C.nodeType === yi.comment && re(/<[/\w]/g, C.data))
|
|
11716
|
+
}), C.hasChildNodes() && !bu(C.firstElementChild) && re(/<[/\w!]/g, C.innerHTML) && re(/<[/\w!]/g, C.textContent) || C.nodeType === yi.progressingInstruction || ht && C.nodeType === yi.comment && re(/<[/\w]/g, C.data))
|
|
11716
11717
|
return Vn(C), !0;
|
|
11717
11718
|
if (!j[K] || q[K]) {
|
|
11718
11719
|
if (!q[K] && Ou(K) && (Q.tagNameCheck instanceof RegExp && re(Q.tagNameCheck, K) || Q.tagNameCheck instanceof Function && Q.tagNameCheck(K)))
|
|
@@ -18691,7 +18692,7 @@ function lN(e) {
|
|
|
18691
18692
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
18692
18693
|
}
|
|
18693
18694
|
function cN(e) {
|
|
18694
|
-
if (e
|
|
18695
|
+
if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
|
|
18695
18696
|
var t = e.default;
|
|
18696
18697
|
if (typeof t == "function") {
|
|
18697
18698
|
var n = function r() {
|