vue-data-ui 2.2.37 → 2.2.38
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.
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (Qt.canvg ? Promise.resolve(Qt.canvg) : import("./index.es-
|
|
12823
|
+
return (Qt.canvg ? Promise.resolve(Qt.canvg) : import("./index.es-4aed72cb.js")).catch(function(a) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + a));
|
|
12825
12825
|
}).then(function(a) {
|
|
12826
12826
|
return a.default ? a.default : a;
|
|
@@ -53975,8 +53975,8 @@ function gY(e, t, a = !1) {
|
|
|
53975
53975
|
};
|
|
53976
53976
|
}
|
|
53977
53977
|
function yY(e) {
|
|
53978
|
-
const t = document.createElement("canvas")
|
|
53979
|
-
return t.width = e.width || Number.MIN_VALUE, t.height = e.height || Number.MIN_VALUE,
|
|
53978
|
+
const t = document.createElement("canvas");
|
|
53979
|
+
return t.width = e.width || Number.MIN_VALUE, t.height = e.height || Number.MIN_VALUE, t.getContext("2d").drawImage(e, 0, 0), t;
|
|
53980
53980
|
}
|
|
53981
53981
|
function ko(e, t) {
|
|
53982
53982
|
return [null, void 0, NaN, 1 / 0, -1 / 0].includes(e) ? t : e;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as Ha } from "./index-
|
|
1
|
+
import { _ as Ha } from "./index-4c453871.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
var Tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
4
4
|
function Vo(a) {
|
package/dist/vue-data-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as s, Q as u, F as V, X as U, p as r, s as t, o, g as n, Z as l, r as d, G as m, b as p, C as g, a1 as S, R as c, f as k, m as C, D, U as T, J as b, H as h, E as f, O as y, h as R, e as A, Y as P, d as W, k as x, u as H, z as M, n as v, j as B, S as G, t as Q, y as X, x as w, $ as E, q as F, P as I, l as K, a0 as L, a as N, W as O, T as j, w as q, B as z, V as J, i as Y, c as Z, A as $, a2 as _, v as aa, a3 as ea, N as ia, K as sa, M as ua, L as Va } from "./index-
|
|
1
|
+
import { I as s, Q as u, F as V, X as U, p as r, s as t, o, g as n, Z as l, r as d, G as m, b as p, C as g, a1 as S, R as c, f as k, m as C, D, U as T, J as b, H as h, E as f, O as y, h as R, e as A, Y as P, d as W, k as x, u as H, z as M, n as v, j as B, S as G, t as Q, y as X, x as w, $ as E, q as F, P as I, l as K, a0 as L, a as N, W as O, T as j, w as q, B as z, V as J, i as Y, c as Z, A as $, a2 as _, v as aa, a3 as ea, N as ia, K as sa, M as ua, L as Va } from "./index-4c453871.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED