@kong-ui-public/analytics-chart 10.12.4 → 10.12.5
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/dist/vitals-chart.es.js
CHANGED
|
@@ -16971,26 +16971,28 @@ function tr(...n) {
|
|
|
16971
16971
|
};
|
|
16972
16972
|
return Ec(e), a;
|
|
16973
16973
|
}
|
|
16974
|
+
// @__NO_SIDE_EFFECTS__
|
|
16974
16975
|
function AT() {
|
|
16975
16976
|
const n = Ge(!1), t = ec();
|
|
16976
16977
|
return t && ii(() => {
|
|
16977
16978
|
n.value = !0;
|
|
16978
16979
|
}, t), n;
|
|
16979
16980
|
}
|
|
16981
|
+
// @__NO_SIDE_EFFECTS__
|
|
16980
16982
|
function kg(n) {
|
|
16981
|
-
const t = AT();
|
|
16983
|
+
const t = /* @__PURE__ */ AT();
|
|
16982
16984
|
return L(() => (t.value, !!n()));
|
|
16983
16985
|
}
|
|
16984
16986
|
function RT(n, t, e = {}) {
|
|
16985
16987
|
const { window: i = Wa, ...s } = e;
|
|
16986
16988
|
let r;
|
|
16987
|
-
const a = kg(() => i && "MutationObserver" in i), o = () => {
|
|
16989
|
+
const a = /* @__PURE__ */ kg(() => i && "MutationObserver" in i), o = () => {
|
|
16988
16990
|
r && (r.disconnect(), r = void 0);
|
|
16989
16991
|
}, l = L(() => {
|
|
16990
16992
|
const h = Kt(n), f = da(h).map(rs).filter(TT);
|
|
16991
16993
|
return new Set(f);
|
|
16992
16994
|
}), c = ce(
|
|
16993
|
-
|
|
16995
|
+
l,
|
|
16994
16996
|
(h) => {
|
|
16995
16997
|
o(), a.value && h.size && (r = new MutationObserver(t), h.forEach((f) => r.observe(f, s)));
|
|
16996
16998
|
},
|
|
@@ -17067,7 +17069,7 @@ function IT(n, t = {}) {
|
|
|
17067
17069
|
function LT(n, t, e = {}) {
|
|
17068
17070
|
const { window: i = Wa, ...s } = e;
|
|
17069
17071
|
let r;
|
|
17070
|
-
const a = kg(() => i && "ResizeObserver" in i), o = () => {
|
|
17072
|
+
const a = /* @__PURE__ */ kg(() => i && "ResizeObserver" in i), o = () => {
|
|
17071
17073
|
r && (r.disconnect(), r = void 0);
|
|
17072
17074
|
}, l = L(() => {
|
|
17073
17075
|
const d = Kt(n);
|