vue-data-ui 2.2.52 → 2.2.54
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 +77 -31
- package/dist/{index-9368a8ad.js → index-bf1cd55e.js} +19789 -19682
- package/dist/{index.es-3b9e2e30.js → index.es-f7b96bd6.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +6 -4
- package/dist/vue-data-ui.js +1 -1
- package/package.json +1 -1
|
@@ -89,6 +89,7 @@ declare module 'vue-data-ui' {
|
|
|
89
89
|
};
|
|
90
90
|
|
|
91
91
|
export type VueUiTreemapConfig = {
|
|
92
|
+
responsive?: boolean;
|
|
92
93
|
theme?: Theme;
|
|
93
94
|
customPalette?: string[];
|
|
94
95
|
userOptions?: ChartUserOptions;
|
|
@@ -922,6 +923,7 @@ declare module 'vue-data-ui' {
|
|
|
922
923
|
}>;
|
|
923
924
|
|
|
924
925
|
export type VueUiRingsConfig = {
|
|
926
|
+
responsive?: boolean;
|
|
925
927
|
theme?: Theme;
|
|
926
928
|
customPalette?: string[];
|
|
927
929
|
useCssAnimation?: boolean;
|
|
@@ -1456,6 +1458,7 @@ declare module 'vue-data-ui' {
|
|
|
1456
1458
|
export type VueUiAgePyramidDataset = Array<Array<string | number>>;
|
|
1457
1459
|
|
|
1458
1460
|
export type VueUiAgePyramidConfig = {
|
|
1461
|
+
responsive?: boolean;
|
|
1459
1462
|
theme?: Theme;
|
|
1460
1463
|
style?: {
|
|
1461
1464
|
backgroundColor?: string;
|
|
@@ -1571,6 +1574,7 @@ declare module 'vue-data-ui' {
|
|
|
1571
1574
|
}>;
|
|
1572
1575
|
|
|
1573
1576
|
export type VueUiCandlestickConfig = {
|
|
1577
|
+
responsive?: boolean;
|
|
1574
1578
|
theme?: Theme;
|
|
1575
1579
|
useCssAnimation?: boolean;
|
|
1576
1580
|
style?: {
|
|
@@ -2643,6 +2647,7 @@ declare module 'vue-data-ui' {
|
|
|
2643
2647
|
}>;
|
|
2644
2648
|
|
|
2645
2649
|
export type VueUiRadarConfig = {
|
|
2650
|
+
responsive?: boolean;
|
|
2646
2651
|
theme?: Theme;
|
|
2647
2652
|
customPalette?: string[];
|
|
2648
2653
|
useCssAnimation?: boolean;
|
|
@@ -2951,11 +2956,7 @@ declare module 'vue-data-ui' {
|
|
|
2951
2956
|
gradientIntensity?: number;
|
|
2952
2957
|
};
|
|
2953
2958
|
markers?: {
|
|
2954
|
-
size?: number;
|
|
2955
2959
|
color?: string;
|
|
2956
|
-
strokeWidth?: number;
|
|
2957
|
-
stroke?: string;
|
|
2958
|
-
backgroundColor?: string;
|
|
2959
2960
|
bold?: boolean;
|
|
2960
2961
|
fontSizeRatio?: number;
|
|
2961
2962
|
offsetY?: number;
|
|
@@ -4862,6 +4863,7 @@ declare module 'vue-data-ui' {
|
|
|
4862
4863
|
}
|
|
4863
4864
|
|
|
4864
4865
|
export type VueUiParallelCoordinatePlotConfig = {
|
|
4866
|
+
responsive?: boolean;
|
|
4865
4867
|
theme?: Theme;
|
|
4866
4868
|
useCssAnimation?: boolean;
|
|
4867
4869
|
customPalette?: string[];
|
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 D, D as T, 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, B as Y, V as Z, i as $, c as _, A as aa, a2 as ea, v as ia, a3 as sa, N as ua, K as Va, M as Ua, L as ra } 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 D, D as T, 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, B as Y, V as Z, i as $, c as _, A as aa, a2 as ea, v as ia, a3 as sa, N as ua, K as Va, M as Ua, L as ra } from "./index-bf1cd55e.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED