vue-data-ui 2.2.49 → 2.2.51

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 = {
@@ -3904,11 +3914,17 @@ declare module 'vue-data-ui' {
3904
3914
  }>;
3905
3915
 
3906
3916
  export type VueUiSkeletonConfig = {
3907
- type?: "bar" | "chestnut" | "donut" | "gauge" | "line" | "onion" | "quadrant" | "radar" | "rating" | "table" | "verticalBar" | "waffle" | "heatmap" | "candlestick" | "pyramid" | "wheel" | "rings" | "donutEvolution" | "tiremarks" | "molecule" | "relationCircle" | "thermometer" | "sparkbar" | "sparkStackbar" | "sparkHistogram" | "bar3d" | "galaxy" | "treemap" | "stripPlot" | "dumbbell";
3917
+ type?: "bar" | "chestnut" | "donut" | "gauge" | "line" | "onion" | "quadrant" | "radar" | "rating" | "table" | "verticalBar" | "waffle" | "heatmap" | "candlestick" | "pyramid" | "wheel" | "rings" | "donutEvolution" | "tiremarks" | "molecule" | "relationCircle" | "thermometer" | "sparkbar" | "sparkStackbar" | "sparkHistogram" | "bar3d" | "galaxy" | "treemap" | "stripPlot" | "dumbbell" | "parallelCoordinatePlot" | "flow";
3908
3918
  style?: {
3909
3919
  backgroundColor?: string;
3910
3920
  color?: string;
3911
3921
  animated?: boolean;
3922
+ flow?: {
3923
+ color?: string;
3924
+ },
3925
+ parallelCoordinatePlot?: {
3926
+ color?: string;
3927
+ };
3912
3928
  treemap?: {
3913
3929
  color?: string;
3914
3930
  };
@@ -4610,9 +4626,7 @@ declare module 'vue-data-ui' {
4610
4626
  export type VueUiXyCanvasConfig = {
4611
4627
  theme?: Theme;
4612
4628
  customPalette?: string[];
4613
- userOptions?: {
4614
- show?: boolean
4615
- };
4629
+ userOptions?: ChartUserOptions;
4616
4630
  style?: {
4617
4631
  fontFamily?: string;
4618
4632
  chart?: {
@@ -4767,9 +4781,7 @@ declare module 'vue-data-ui' {
4767
4781
  export type VueUiFlowConfig = {
4768
4782
  theme?: Theme;
4769
4783
  customPalette?: string[];
4770
- userOptions?: {
4771
- show?: boolean;
4772
- };
4784
+ userOptions?: ChartUserOptions;
4773
4785
  style?: {
4774
4786
  fontFamily?: string;
4775
4787
  chart?: {
@@ -4849,9 +4861,7 @@ declare module 'vue-data-ui' {
4849
4861
  useCssAnimation?: boolean;
4850
4862
  customPalette?: string[];
4851
4863
  variables?: string[];
4852
- userOptions?: {
4853
- show?: boolean;
4854
- };
4864
+ userOptions?: ChartUserOptions;
4855
4865
  style?: {
4856
4866
  fontFamily?: string;
4857
4867
  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-55d30bd1.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-a2bbeb61.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.49",
4
+ "version": "2.2.51",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [