vue-data-ui 2.2.82 → 2.2.83
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/README.md +8 -8
- package/dist/documentation/installation.md +8 -8
- package/dist/{index-d19ec0a0.js → index-36dd855d.js} +1571 -1524
- package/dist/{index.es-36d09b4c.js → index.es-81749d14.js} +1 -1
- package/dist/types/vue-data-ui.d.ts +16 -1
- package/dist/vue-data-ui.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as Ha } from "./index-
|
|
1
|
+
import { _ as Ha } from "./index-36dd855d.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) {
|
|
@@ -1463,7 +1463,7 @@ declare module 'vue-data-ui' {
|
|
|
1463
1463
|
labels?: {
|
|
1464
1464
|
fontSize?: number;
|
|
1465
1465
|
name?: {
|
|
1466
|
-
position?:
|
|
1466
|
+
position?: TextAlign;
|
|
1467
1467
|
width?: string;
|
|
1468
1468
|
color?: string;
|
|
1469
1469
|
bold?: boolean;
|
|
@@ -1473,6 +1473,21 @@ declare module 'vue-data-ui' {
|
|
|
1473
1473
|
bold?: boolean;
|
|
1474
1474
|
}
|
|
1475
1475
|
},
|
|
1476
|
+
title?: {
|
|
1477
|
+
backgroundColor?: string;
|
|
1478
|
+
bold?: boolean;
|
|
1479
|
+
color?: string;
|
|
1480
|
+
fontSize?: number;
|
|
1481
|
+
margin?: string;
|
|
1482
|
+
text?: string;
|
|
1483
|
+
textAlign?: TextAlign;
|
|
1484
|
+
subtitle?: {
|
|
1485
|
+
bold?: boolean;
|
|
1486
|
+
color?: string;
|
|
1487
|
+
fontSize?: number;
|
|
1488
|
+
text?: string;
|
|
1489
|
+
};
|
|
1490
|
+
},
|
|
1476
1491
|
gap?: number;
|
|
1477
1492
|
}
|
|
1478
1493
|
};
|
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 l, Z as n, r as d, G as m, b as p, C as g, a1 as S, a4 as c, R as k, f as C, m as T, D, U as b, J as h, H as P, E as f, O as y, h as R, a5 as A, e as W, Y as x, d as H, k as M, u as v, z as w, n as B, j as F, S as G, t as Q, y as X, x as E, $ as I, q as K, P as L, l as N, a0 as O, a as j, W as q, T as z, w as J, a6 as Y, B as Z, V as $, i as _, c as aa, A as ea, a2 as ia, v as sa, a3 as ua, N as Va, K as Ua, M as ra, L as ta } 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 l, Z as n, r as d, G as m, b as p, C as g, a1 as S, a4 as c, R as k, f as C, m as T, D, U as b, J as h, H as P, E as f, O as y, h as R, a5 as A, e as W, Y as x, d as H, k as M, u as v, z as w, n as B, j as F, S as G, t as Q, y as X, x as E, $ as I, q as K, P as L, l as N, a0 as O, a as j, W as q, T as z, w as J, a6 as Y, B as Z, V as $, i as _, c as aa, A as ea, a2 as ia, v as sa, a3 as ua, N as Va, K as Ua, M as ra, L as ta } from "./index-36dd855d.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED