vue-data-ui 2.0.21 → 2.0.23
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/LICENSE +21 -21
- package/README.md +144 -133
- package/dist/{index-b0e5e7b2.js → index-a3597499.js} +13555 -12984
- package/dist/{index.es-50ca0293.js → index.es-94f33aa6.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +4161 -4011
- package/dist/vue-data-ui.js +20 -19
- package/package.json +84 -83
package/dist/vue-data-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as s, F as u, p as V, s as U, o as r, g as t, r as o, G as n, b as l, C as
|
|
1
|
+
import { I as s, F as u, p as V, s as U, o as r, g as t, r as o, G as n, b as l, C as d, f as S, m as k, D as m, J as c, H as g, E as p, L as D, h as b, e as h, d as f, k as C, u as R, z as T, n as y, j as A, l as B, t as H, y as M, x as v, q as w, S as x, a as E, T as G, w as I, B as L, i as W, c as j, A as q, v as z, K as F } from "./index-a3597499.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
|
@@ -10,31 +10,32 @@ export {
|
|
|
10
10
|
o as VueUiDashboard,
|
|
11
11
|
n as VueUiDigits,
|
|
12
12
|
l as VueUiDonut,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
d as VueUiDonutEvolution,
|
|
14
|
+
S as VueUiGauge,
|
|
15
15
|
k as VueUiHeatmap,
|
|
16
16
|
m as VueUiIcon,
|
|
17
17
|
c as VueUiMiniLoader,
|
|
18
18
|
g as VueUiMolecule,
|
|
19
19
|
p as VueUiMoodRadar,
|
|
20
|
+
D as VueUiNestedDonuts,
|
|
20
21
|
b as VueUiOnion,
|
|
21
22
|
h as VueUiQuadrant,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
23
|
+
f as VueUiRadar,
|
|
24
|
+
C as VueUiRating,
|
|
25
|
+
R as VueUiRelationCircle,
|
|
26
|
+
T as VueUiRings,
|
|
27
|
+
y as VueUiScatter,
|
|
28
|
+
A as VueUiScreenshot,
|
|
29
|
+
B as VueUiSkeleton,
|
|
30
|
+
H as VueUiSmiley,
|
|
31
|
+
M as VueUiSparkHistogram,
|
|
32
|
+
v as VueUiSparkStackbar,
|
|
33
|
+
w as VueUiSparkbar,
|
|
34
|
+
x as VueUiSparkline,
|
|
35
|
+
E as VueUiTable,
|
|
36
|
+
G as VueUiTableSparkline,
|
|
37
|
+
I as VueUiThermometer,
|
|
38
|
+
L as VueUiTiremarks,
|
|
38
39
|
W as VueUiVerticalBar,
|
|
39
40
|
j as VueUiWaffle,
|
|
40
41
|
q as VueUiWheel,
|
package/package.json
CHANGED
|
@@ -1,83 +1,84 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "vue-data-ui",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "2.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"description": "A user-empowering data visualization Vue components library",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"Vue",
|
|
9
|
-
"data visualization",
|
|
10
|
-
"chart",
|
|
11
|
-
"graph",
|
|
12
|
-
"donut",
|
|
13
|
-
"waffle",
|
|
14
|
-
"radar",
|
|
15
|
-
"gauge",
|
|
16
|
-
"accelerometer",
|
|
17
|
-
"quadrant",
|
|
18
|
-
"line",
|
|
19
|
-
"table",
|
|
20
|
-
"rating",
|
|
21
|
-
"screenshot",
|
|
22
|
-
"sparkline",
|
|
23
|
-
"sparkbar",
|
|
24
|
-
"skeleton",
|
|
25
|
-
"scatter",
|
|
26
|
-
"heatmap",
|
|
27
|
-
"candlestick",
|
|
28
|
-
"age pyramid",
|
|
29
|
-
"dashboard",
|
|
30
|
-
"annotator",
|
|
31
|
-
"smiley",
|
|
32
|
-
"relationship circle",
|
|
33
|
-
"thermometer",
|
|
34
|
-
"rings",
|
|
35
|
-
"wheel",
|
|
36
|
-
"tiremarks",
|
|
37
|
-
"donut evolution",
|
|
38
|
-
"mood radar",
|
|
39
|
-
"3d bar",
|
|
40
|
-
"molecule",
|
|
41
|
-
"tree"
|
|
42
|
-
],
|
|
43
|
-
"author": "Alec Lloyd Probert",
|
|
44
|
-
"repository": {
|
|
45
|
-
"type": "git",
|
|
46
|
-
"url": "https://github.com/graphieros/vue-data-ui"
|
|
47
|
-
},
|
|
48
|
-
"homepage": "https://vue-data-ui.graphieros.com/",
|
|
49
|
-
"license": "MIT",
|
|
50
|
-
"files": [
|
|
51
|
-
"dist"
|
|
52
|
-
],
|
|
53
|
-
"main": "./dist/vue-data-ui.umd.cjs",
|
|
54
|
-
"module": "./dist/vue-data-ui.js",
|
|
55
|
-
"exports": {
|
|
56
|
-
".": {
|
|
57
|
-
"import": "./dist/vue-data-ui.js",
|
|
58
|
-
"export": "./dist/vue-data-ui.umd.cjs"
|
|
59
|
-
},
|
|
60
|
-
"./style.css": "./dist/style.css"
|
|
61
|
-
},
|
|
62
|
-
"scripts": {
|
|
63
|
-
"dev": "npm i && vite",
|
|
64
|
-
"clean": "node cleanup.cjs",
|
|
65
|
-
"build": "npm run clean && vite build --mode production && node copy-types.cjs && npm i",
|
|
66
|
-
"prod": "npm run test && npx cypress run --component && npm run clean && vite build --mode production && node copy-types.cjs",
|
|
67
|
-
"build:dev": "npm run build && npm run dev",
|
|
68
|
-
"test": "vitest --run",
|
|
69
|
-
"test:w": "vitest --watch",
|
|
70
|
-
"test:e2e": "npx cypress open"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "vue-data-ui",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "2.0.23",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"description": "A user-empowering data visualization Vue components library",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"Vue",
|
|
9
|
+
"data visualization",
|
|
10
|
+
"chart",
|
|
11
|
+
"graph",
|
|
12
|
+
"donut",
|
|
13
|
+
"waffle",
|
|
14
|
+
"radar",
|
|
15
|
+
"gauge",
|
|
16
|
+
"accelerometer",
|
|
17
|
+
"quadrant",
|
|
18
|
+
"line",
|
|
19
|
+
"table",
|
|
20
|
+
"rating",
|
|
21
|
+
"screenshot",
|
|
22
|
+
"sparkline",
|
|
23
|
+
"sparkbar",
|
|
24
|
+
"skeleton",
|
|
25
|
+
"scatter",
|
|
26
|
+
"heatmap",
|
|
27
|
+
"candlestick",
|
|
28
|
+
"age pyramid",
|
|
29
|
+
"dashboard",
|
|
30
|
+
"annotator",
|
|
31
|
+
"smiley",
|
|
32
|
+
"relationship circle",
|
|
33
|
+
"thermometer",
|
|
34
|
+
"rings",
|
|
35
|
+
"wheel",
|
|
36
|
+
"tiremarks",
|
|
37
|
+
"donut evolution",
|
|
38
|
+
"mood radar",
|
|
39
|
+
"3d bar",
|
|
40
|
+
"molecule",
|
|
41
|
+
"tree"
|
|
42
|
+
],
|
|
43
|
+
"author": "Alec Lloyd Probert",
|
|
44
|
+
"repository": {
|
|
45
|
+
"type": "git",
|
|
46
|
+
"url": "https://github.com/graphieros/vue-data-ui"
|
|
47
|
+
},
|
|
48
|
+
"homepage": "https://vue-data-ui.graphieros.com/",
|
|
49
|
+
"license": "MIT",
|
|
50
|
+
"files": [
|
|
51
|
+
"dist"
|
|
52
|
+
],
|
|
53
|
+
"main": "./dist/vue-data-ui.umd.cjs",
|
|
54
|
+
"module": "./dist/vue-data-ui.js",
|
|
55
|
+
"exports": {
|
|
56
|
+
".": {
|
|
57
|
+
"import": "./dist/vue-data-ui.js",
|
|
58
|
+
"export": "./dist/vue-data-ui.umd.cjs"
|
|
59
|
+
},
|
|
60
|
+
"./style.css": "./dist/style.css"
|
|
61
|
+
},
|
|
62
|
+
"scripts": {
|
|
63
|
+
"dev": "npm i && vite",
|
|
64
|
+
"clean": "node cleanup.cjs",
|
|
65
|
+
"build": "npm run clean && vite build --mode production && node copy-types.cjs && npm i",
|
|
66
|
+
"prod": "npm run test && npx cypress run --component && npm run clean && vite build --mode production && node copy-types.cjs",
|
|
67
|
+
"build:dev": "npm run build && npm run dev",
|
|
68
|
+
"test": "vitest --run",
|
|
69
|
+
"test:w": "vitest --watch",
|
|
70
|
+
"test:e2e": "npx cypress open",
|
|
71
|
+
"simple-build": "vite build --mode production && node copy-types.cjs"
|
|
72
|
+
},
|
|
73
|
+
"devDependencies": {
|
|
74
|
+
"@vitejs/plugin-vue": "^4.2.3",
|
|
75
|
+
"cypress": "^13.5.1",
|
|
76
|
+
"html2canvas": "^1.4.1",
|
|
77
|
+
"jspdf": "^2.5.1",
|
|
78
|
+
"remove-attr": "^0.0.13",
|
|
79
|
+
"sass": "^1.57.1",
|
|
80
|
+
"vite": "^4.4.5",
|
|
81
|
+
"vitest": "^0.34.1",
|
|
82
|
+
"vue": "^3.3.4"
|
|
83
|
+
}
|
|
84
|
+
}
|