vue-data-ui 2.2.60 → 2.2.62
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 +43 -50
- package/dist/{index-1b291f37.js → index-421abfa6.js} +15765 -15695
- package/dist/{index.es-c3a58cf2.js → index.es-182449ee.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +7 -4
- package/dist/vue-data-ui.js +1 -1
- package/package.json +1 -1
|
@@ -872,6 +872,7 @@ declare module 'vue-data-ui' {
|
|
|
872
872
|
}>;
|
|
873
873
|
|
|
874
874
|
export type VueUiWheelConfig = {
|
|
875
|
+
responsive?: boolean;
|
|
875
876
|
theme?: Theme;
|
|
876
877
|
style?: {
|
|
877
878
|
fontFamily?: string;
|
|
@@ -2024,7 +2025,7 @@ declare module 'vue-data-ui' {
|
|
|
2024
2025
|
fontSize?: number;
|
|
2025
2026
|
circleMarker?: {
|
|
2026
2027
|
radius?: number;
|
|
2027
|
-
color?:
|
|
2028
|
+
color?: string;
|
|
2028
2029
|
};
|
|
2029
2030
|
};
|
|
2030
2031
|
highlightArea?: {
|
|
@@ -2036,9 +2037,9 @@ declare module 'vue-data-ui' {
|
|
|
2036
2037
|
caption?: {
|
|
2037
2038
|
text?: string;
|
|
2038
2039
|
fontSize?: number;
|
|
2039
|
-
color?:
|
|
2040
|
+
color?: string;
|
|
2040
2041
|
bold?: boolean;
|
|
2041
|
-
offsetY?:
|
|
2042
|
+
offsetY?: number;
|
|
2042
2043
|
width?: "auto" | number;
|
|
2043
2044
|
textAlign?: TextAlign;
|
|
2044
2045
|
};
|
|
@@ -2134,7 +2135,7 @@ declare module 'vue-data-ui' {
|
|
|
2134
2135
|
color?: string;
|
|
2135
2136
|
};
|
|
2136
2137
|
serieName?: {
|
|
2137
|
-
abbreviationSize?:
|
|
2138
|
+
abbreviationSize?: number;
|
|
2138
2139
|
bold?: boolean;
|
|
2139
2140
|
color?: string;
|
|
2140
2141
|
offsetY?: boolean;
|
|
@@ -2943,6 +2944,7 @@ declare module 'vue-data-ui' {
|
|
|
2943
2944
|
}
|
|
2944
2945
|
|
|
2945
2946
|
export type VueUiGaugeConfig = {
|
|
2947
|
+
responsive?: boolean;
|
|
2946
2948
|
theme?: Theme;
|
|
2947
2949
|
customPalette?: string[];
|
|
2948
2950
|
style?: {
|
|
@@ -4472,6 +4474,7 @@ declare module 'vue-data-ui' {
|
|
|
4472
4474
|
}
|
|
4473
4475
|
|
|
4474
4476
|
export type VueUiDumbbellConfig = {
|
|
4477
|
+
reponsive?: boolean;
|
|
4475
4478
|
theme?: Theme;
|
|
4476
4479
|
useAnimation?: boolean;
|
|
4477
4480
|
animationSpeed?: number;
|
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-421abfa6.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED