vue-data-ui 1.9.38 → 1.9.40
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
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|

|
|
15
15
|

|
|
16
16
|

|
|
17
|
-

|
|
18
18
|
|
|
19
19
|
[Interactive documentation](https://vue-data-ui.graphieros.com/)
|
|
20
20
|
|
|
@@ -62,6 +62,7 @@ Available components:
|
|
|
62
62
|
- [VueUiSkeleton](https://vue-data-ui.graphieros.com/docs#vue-ui-skeleton)
|
|
63
63
|
- [VueUiDashboard](https://vue-data-ui.graphieros.com/docs#vue-ui-dashboard)
|
|
64
64
|
- [VueUiAnnotator](https://vue-data-ui.graphieros.com/docs#vue-ui-annotator)
|
|
65
|
+
- [VueUiIcon](https://vue-data-ui.graphieros.com/docs#vue-ui-icon)
|
|
65
66
|
|
|
66
67
|
# Installation
|
|
67
68
|
```
|
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (Et.canvg ? Promise.resolve(Et.canvg) : import("./index.es-
|
|
12823
|
+
return (Et.canvg ? Promise.resolve(Et.canvg) : import("./index.es-45f4114a.js")).catch(function(r) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
12825
12825
|
}).then(function(r) {
|
|
12826
12826
|
return r.default ? r.default : r;
|
|
@@ -32611,7 +32611,8 @@ const c8 = {
|
|
|
32611
32611
|
bold: !0,
|
|
32612
32612
|
rounding: 1,
|
|
32613
32613
|
prefix: "",
|
|
32614
|
-
suffix: ""
|
|
32614
|
+
suffix: "",
|
|
32615
|
+
offsetY: 0
|
|
32615
32616
|
},
|
|
32616
32617
|
valueLabel: {
|
|
32617
32618
|
fontSize: 14,
|
|
@@ -48356,7 +48357,7 @@ const yW = ["id"], pW = {
|
|
|
48356
48357
|
(y(!0), p(Be, null, _e(u.value, (s, c) => (y(), p("text", {
|
|
48357
48358
|
"text-anchor": "middle",
|
|
48358
48359
|
x: s.textAnchor,
|
|
48359
|
-
y: s.y - a.value.style.labels.value.fontSize / 3,
|
|
48360
|
+
y: s.y - a.value.style.labels.value.fontSize / 3 + a.value.style.labels.value.offsetY,
|
|
48360
48361
|
"font-size": a.value.style.labels.value.fontSize,
|
|
48361
48362
|
"font-weight": a.value.style.labels.value.bold ? "bold" : "normal",
|
|
48362
48363
|
fill: a.value.style.labels.value.color
|
|
@@ -49731,6 +49732,7 @@ export {
|
|
|
49731
49732
|
vj as B,
|
|
49732
49733
|
yj as C,
|
|
49733
49734
|
pj as D,
|
|
49735
|
+
jo as E,
|
|
49734
49736
|
dr as _,
|
|
49735
49737
|
VX as a,
|
|
49736
49738
|
WX as b,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as Ha } from "./index-
|
|
1
|
+
import { _ as Ha } from "./index-0d4b061c.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 { q as s, t as u, p as V, g as U, s as r, b as t, D as n, f as o, n as l,
|
|
1
|
+
import { q as s, t as u, p as V, g as U, s as r, b as t, D as n, f as o, n as l, E as m, h as k, e as S, d as c, k as p, w as d, A as g, o as h, j as b, l as f, u as y, z as C, y as D, r as R, m as A, a as T, x as v, C as x, i as B, c as E, B as H, v as W } from "./index-0d4b061c.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as VueUiAgePyramid,
|
|
@@ -10,25 +10,26 @@ export {
|
|
|
10
10
|
n as VueUiDonutEvolution,
|
|
11
11
|
o as VueUiGauge,
|
|
12
12
|
l as VueUiHeatmap,
|
|
13
|
-
m as
|
|
14
|
-
k as
|
|
15
|
-
S as
|
|
13
|
+
m as VueUiIcon,
|
|
14
|
+
k as VueUiOnion,
|
|
15
|
+
S as VueUiQuadrant,
|
|
16
|
+
c as VueUiRadar,
|
|
16
17
|
p as VueUiRating,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
18
|
+
d as VueUiRelationCircle,
|
|
19
|
+
g as VueUiRings,
|
|
20
|
+
h as VueUiScatter,
|
|
21
|
+
b as VueUiScreenshot,
|
|
22
|
+
f as VueUiSkeleton,
|
|
23
|
+
y as VueUiSmiley,
|
|
24
|
+
C as VueUiSparkHistogram,
|
|
25
|
+
D as VueUiSparkStackbar,
|
|
26
|
+
R as VueUiSparkbar,
|
|
27
|
+
A as VueUiSparkline,
|
|
28
|
+
T as VueUiTable,
|
|
29
|
+
v as VueUiThermometer,
|
|
30
|
+
x as VueUiTiremarks,
|
|
31
|
+
B as VueUiVerticalBar,
|
|
32
|
+
E as VueUiWaffle,
|
|
32
33
|
H as VueUiWheel,
|
|
33
34
|
W as VueUiXy
|
|
34
35
|
};
|