vue-data-ui 2.2.50 → 2.2.52

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.
@@ -39,6 +39,16 @@ declare module 'vue-data-ui' {
39
39
 
40
40
  export type ChartUserOptions = {
41
41
  show?: boolean;
42
+ buttons?: {
43
+ pdf?: boolean;
44
+ csv?: boolean;
45
+ img?: boolean;
46
+ table?: boolean;
47
+ labels?: boolean;
48
+ fullscreen?: boolean;
49
+ stack?: boolean;
50
+ sort?: boolean;
51
+ }
42
52
  }
43
53
 
44
54
  export type ChartTableCell = {
@@ -1976,6 +1986,7 @@ declare module 'vue-data-ui' {
1976
1986
  }>;
1977
1987
 
1978
1988
  export type VueUiXyConfig = {
1989
+ responsive?: boolean;
1979
1990
  theme?: Theme;
1980
1991
  customPalette?: string[];
1981
1992
  useCssAnimation?: boolean;
@@ -2239,6 +2250,7 @@ declare module 'vue-data-ui' {
2239
2250
  }>
2240
2251
 
2241
2252
  export type VueUiDonutConfig = {
2253
+ responsive?: boolean;
2242
2254
  theme?: Theme;
2243
2255
  customPalette?: string[];
2244
2256
  useCssAnimation?: boolean;
@@ -2394,6 +2406,7 @@ declare module 'vue-data-ui' {
2394
2406
  }
2395
2407
 
2396
2408
  export type VueUiNestedDonutsConfig = {
2409
+ responsive?: boolean;
2397
2410
  theme?: Theme;
2398
2411
  customPalette?: string[];
2399
2412
  useCssAnimation?: boolean;
@@ -3185,6 +3198,7 @@ declare module 'vue-data-ui' {
3185
3198
  };
3186
3199
 
3187
3200
  export type VueUiOnionConfig = {
3201
+ responsive?: boolean;
3188
3202
  theme?: Theme;
3189
3203
  customPalette?: string[];
3190
3204
  useCssAnimation?: boolean;
@@ -4137,6 +4151,7 @@ declare module 'vue-data-ui' {
4137
4151
  }>
4138
4152
 
4139
4153
  export type VueUiQuickChartConfig = {
4154
+ responsive?: boolean;
4140
4155
  theme?: Theme;
4141
4156
  axisLabelsFontSize?: number;
4142
4157
  backgroundColor?: string;
@@ -4616,9 +4631,7 @@ declare module 'vue-data-ui' {
4616
4631
  export type VueUiXyCanvasConfig = {
4617
4632
  theme?: Theme;
4618
4633
  customPalette?: string[];
4619
- userOptions?: {
4620
- show?: boolean
4621
- };
4634
+ userOptions?: ChartUserOptions;
4622
4635
  style?: {
4623
4636
  fontFamily?: string;
4624
4637
  chart?: {
@@ -4773,9 +4786,7 @@ declare module 'vue-data-ui' {
4773
4786
  export type VueUiFlowConfig = {
4774
4787
  theme?: Theme;
4775
4788
  customPalette?: string[];
4776
- userOptions?: {
4777
- show?: boolean;
4778
- };
4789
+ userOptions?: ChartUserOptions;
4779
4790
  style?: {
4780
4791
  fontFamily?: string;
4781
4792
  chart?: {
@@ -4855,9 +4866,7 @@ declare module 'vue-data-ui' {
4855
4866
  useCssAnimation?: boolean;
4856
4867
  customPalette?: string[];
4857
4868
  variables?: string[];
4858
- userOptions?: {
4859
- show?: boolean;
4860
- };
4869
+ userOptions?: ChartUserOptions;
4861
4870
  style?: {
4862
4871
  fontFamily?: string;
4863
4872
  chart?: {
@@ -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-7012246c.js";
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-9368a8ad.js";
2
2
  import "vue";
3
3
  export {
4
4
  s as Arrow,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "2.2.50",
4
+ "version": "2.2.52",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [