vue-data-ui 2.1.68 → 2.1.69
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 (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-
|
|
12823
|
+
return (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-4044d78d.js")).catch(function(o) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + o));
|
|
12825
12825
|
}).then(function(o) {
|
|
12826
12826
|
return o.default ? o.default : o;
|
|
@@ -18957,11 +18957,11 @@ const bl = {
|
|
|
18957
18957
|
});
|
|
18958
18958
|
return (r, a) => (c(), h(ge, null, [
|
|
18959
18959
|
g("div", {
|
|
18960
|
-
style: H(`
|
|
18960
|
+
style: H(`width: 100%; text-align:center;color:${se(o).title.color};font-size:${se(o).title.fontSize}px;font-weight:${se(o).title.bold ? "bold" : ""}`)
|
|
18961
18961
|
}, N(se(o).title.text), 5),
|
|
18962
18962
|
se(o).subtitle.text ? (c(), h("div", {
|
|
18963
18963
|
key: 0,
|
|
18964
|
-
style: H(`
|
|
18964
|
+
style: H(`width: 100%; text-align:center;color:${se(o).subtitle.color};font-size:${se(o).subtitle.fontSize}px;font-weight:${se(o).subtitle.bold ? "bold" : ""}`)
|
|
18965
18965
|
}, N(se(o).subtitle.text), 5)) : L("", !0)
|
|
18966
18966
|
], 64));
|
|
18967
18967
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as Ha } from "./index-
|
|
1
|
+
import { _ as Ha } from "./index-d77d269e.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, O as u, F as V, V as U, p as r, s as t, o, g as n, X as l, r as p, G as S, b as d, C as k, $ as m, P as c, f as g, m as b, D, Q as T, J as h, H as C, E as R, M as f, h as y, e as A, W as H, d as M, k as P, u as x, z as B, n as G, j as Q, S as W, t as v, y as w, x as E, Y as I, q as K, N as L, l as N, Z as O, a as X, U as j, T as q, w as z, B as F, R as J, i as Y, c as Z, A as $, v as _, K as aa, L as ea } from "./index-
|
|
1
|
+
import { I as s, O as u, F as V, V as U, p as r, s as t, o, g as n, X as l, r as p, G as S, b as d, C as k, $ as m, P as c, f as g, m as b, D, Q as T, J as h, H as C, E as R, M as f, h as y, e as A, W as H, d as M, k as P, u as x, z as B, n as G, j as Q, S as W, t as v, y as w, x as E, Y as I, q as K, N as L, l as N, Z as O, a as X, U as j, T as q, w as z, B as F, R as J, i as Y, c as Z, A as $, v as _, K as aa, L as ea } from "./index-d77d269e.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED