vue-data-ui 2.2.68 → 2.2.70

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.
@@ -23,6 +23,14 @@ declare module 'vue-data-ui' {
23
23
  };
24
24
  };
25
25
 
26
+ export type ChartComments = {
27
+ show?: boolean;
28
+ showInTooltip?: boolean;
29
+ width?: number;
30
+ offsetY?: number;
31
+ offsetX?: number;
32
+ }
33
+
26
34
  export type ChartPadding = {
27
35
  top?: number;
28
36
  right?: number;
@@ -49,6 +57,19 @@ declare module 'vue-data-ui' {
49
57
  fullscreen?: boolean;
50
58
  stack?: boolean;
51
59
  sort?: boolean;
60
+ },
61
+ buttonTitles?: {
62
+ open?: string;
63
+ close?: string;
64
+ tooltip?: string;
65
+ pdf?: string;
66
+ csv?: string;
67
+ img?: string;
68
+ table?: string;
69
+ labels?: string;
70
+ fullscreen?: string;
71
+ stack?: string;
72
+ sort?: string;
52
73
  }
53
74
  }
54
75
 
@@ -2087,13 +2108,7 @@ declare module 'vue-data-ui' {
2087
2108
  };
2088
2109
  };
2089
2110
  };
2090
- comments?: {
2091
- show?: boolean;
2092
- showInTooltip?: boolean;
2093
- width?: number;
2094
- offsetY?: number;
2095
- offsetX?: number;
2096
- },
2111
+ comments?: ChartComments;
2097
2112
  labels?: {
2098
2113
  fontSize?: number;
2099
2114
  prefix?: string;
@@ -2348,6 +2363,7 @@ declare module 'vue-data-ui' {
2348
2363
  shadowColor?: string;
2349
2364
  };
2350
2365
  };
2366
+ comments?: ChartComments;
2351
2367
  legend?: ChartBaseLegend & {
2352
2368
  backgroundColor?: string;
2353
2369
  roundingValue?: number;
@@ -4245,6 +4261,20 @@ declare module 'vue-data-ui' {
4245
4261
  zoomHighlightColor?: string;
4246
4262
  zoomFontSize?: number;
4247
4263
  zoomUseResetSlot?: boolean;
4264
+ userOptionsButtons?: {
4265
+ tooltip?: boolean;
4266
+ pdf?: boolean;
4267
+ img?: boolean;
4268
+ fullscreen?: boolean;
4269
+ };
4270
+ userOptionsButtonTitles?: {
4271
+ open?: string;
4272
+ close?: string;
4273
+ tooltip?: string;
4274
+ pdf?: string;
4275
+ img?: string;
4276
+ fullscreen?: string;
4277
+ }
4248
4278
  };
4249
4279
 
4250
4280
  export type VueUiQuickChartDatasetObjectItem = {
@@ -4906,6 +4936,7 @@ declare module 'vue-data-ui' {
4906
4936
  right?: number;
4907
4937
  bottom?: number;
4908
4938
  };
4939
+ comments?: ChartComments;
4909
4940
  lines?: {
4910
4941
  smooth?: boolean;
4911
4942
  strokeWidth?: number;
@@ -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-18d95a3c.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-6ebaf257.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.68",
4
+ "version": "2.2.70",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [