vue-data-ui 2.2.16 → 2.2.18

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.
@@ -1453,7 +1453,6 @@ declare module 'vue-data-ui' {
1453
1453
  height?: number;
1454
1454
  width?: number;
1455
1455
  layout?: {
1456
- useDiv?: boolean;
1457
1456
  padding?: ChartPadding;
1458
1457
  grid?: {
1459
1458
  show?: boolean;
@@ -1570,7 +1569,6 @@ declare module 'vue-data-ui' {
1570
1569
  height?: number;
1571
1570
  width?: number;
1572
1571
  layout?: {
1573
- useDiv?: boolean;
1574
1572
  padding?: ChartPadding;
1575
1573
  selector?: {
1576
1574
  color?: string;
@@ -1703,7 +1701,6 @@ declare module 'vue-data-ui' {
1703
1701
  color?: string;
1704
1702
  fontFamily?: string;
1705
1703
  layout?: {
1706
- useDiv?: boolean;
1707
1704
  height?: number;
1708
1705
  width?: number;
1709
1706
  padding?: ChartPadding;
@@ -1881,7 +1878,6 @@ declare module 'vue-data-ui' {
1881
1878
  color?: string;
1882
1879
  fontFamily?: string;
1883
1880
  layout?: {
1884
- useDiv?: boolean;
1885
1881
  padding?: ChartPadding;
1886
1882
  cells?: {
1887
1883
  height?: number;
@@ -2077,12 +2073,10 @@ declare module 'vue-data-ui' {
2077
2073
  legend?: {
2078
2074
  color?: string;
2079
2075
  show?: boolean;
2080
- useDiv?: boolean;
2081
2076
  fontSize?: number;
2082
2077
  };
2083
2078
  title?: {
2084
2079
  show?: boolean;
2085
- useDiv?: boolean;
2086
2080
  color?: string;
2087
2081
  text?: string;
2088
2082
  fontSize?: number;
@@ -2256,7 +2250,6 @@ declare module 'vue-data-ui' {
2256
2250
  backgroundColor?: string;
2257
2251
  color?: string;
2258
2252
  layout?: {
2259
- useDiv?: boolean;
2260
2253
  labels?: {
2261
2254
  dataLabels?: {
2262
2255
  show?: boolean;
@@ -2565,7 +2558,6 @@ declare module 'vue-data-ui' {
2565
2558
  useGradient?: boolean;
2566
2559
  gradientIntensity?: number;
2567
2560
  };
2568
- useDiv?: boolean;
2569
2561
  };
2570
2562
  title?: ChartTitle;
2571
2563
  tooltip?: ChartTooltip & {
@@ -2642,7 +2634,6 @@ declare module 'vue-data-ui' {
2642
2634
  backgroundColor?: string;
2643
2635
  color?: string;
2644
2636
  layout?: {
2645
- useDiv?: boolean;
2646
2637
  plots?: {
2647
2638
  show?: boolean;
2648
2639
  radius?: number;
@@ -2795,7 +2786,6 @@ declare module 'vue-data-ui' {
2795
2786
  backgroundColor?: string;
2796
2787
  color?: string;
2797
2788
  layout?: {
2798
- useDiv?: boolean;
2799
2789
  labels?: {
2800
2790
  quadrantLabels?: {
2801
2791
  show?: boolean;
@@ -2937,7 +2927,6 @@ declare module 'vue-data-ui' {
2937
2927
  acceleration?: number;
2938
2928
  };
2939
2929
  layout?: {
2940
- useDiv?: boolean;
2941
2930
  track?: {
2942
2931
  size?: number;
2943
2932
  useGradient?: boolean;
@@ -3202,7 +3191,6 @@ declare module 'vue-data-ui' {
3202
3191
  useGradient?: boolean;
3203
3192
  gradientIntensity?: number;
3204
3193
  layout?: {
3205
- useDiv?: boolean;
3206
3194
  gutter?: {
3207
3195
  color?: string;
3208
3196
  width?: number;
@@ -3322,7 +3310,6 @@ declare module 'vue-data-ui' {
3322
3310
  backgroundColor?: string;
3323
3311
  color?: string;
3324
3312
  layout?: {
3325
- useDiv?: boolean;
3326
3313
  bars?: {
3327
3314
  sort?: "desc" | "asc";
3328
3315
  useStroke?: boolean;
@@ -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 n, Z as l, r as d, G as m, b as p, C as g, a1 as S, R as c, f as k, m as C, D, U as T, J as b, H as h, E as f, O as R, h as y, e as A, Y as P, d as W, k as x, u as H, z as M, n as B, j as G, S as Q, t as v, y as w, x as E, $ as F, q as I, P as K, l as L, a0 as N, a as O, W as X, T as j, w as q, B as z, V as J, i as Y, c as Z, A as $, a2 as _, v as aa, N as ea, K as ia, M as sa, L as ua } from "./index-e23501d3.js";
1
+ import { I as s, Q as u, F as V, X as U, p as r, s as t, o, g as n, Z as l, r as d, G as m, b as p, C as g, a1 as S, R as c, f as k, m as C, D, U as T, J as b, H as h, E as f, O as R, h as y, e as A, Y as P, d as W, k as x, u as H, z as M, n as B, j as G, S as Q, t as v, y as w, x as E, $ as F, q as I, P as K, l as L, a0 as N, a as O, W as X, T as j, w as q, B as z, V as J, i as Y, c as Z, A as $, a2 as _, v as aa, N as ea, K as ia, M as sa, L as ua } from "./index-ff87811a.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.16",
4
+ "version": "2.2.18",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [