vue-data-ui 2.2.5 → 2.2.6

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.
@@ -28,6 +28,7 @@ declare module 'vue-data-ui' {
28
28
  };
29
29
 
30
30
  export type VueUiTreemapConfig = {
31
+ customPalette?: string[];
31
32
  userOptions?: {
32
33
  show?: boolean;
33
34
  };
@@ -185,6 +186,7 @@ declare module 'vue-data-ui' {
185
186
  export type VueUiGalaxyDatasetItem = VueUiDonutDatasetItem;
186
187
 
187
188
  export type VueUiGalaxyConfig = {
189
+ customPalette?: string[];
188
190
  useCssAnimation?: boolean;
189
191
  useBlurOnHover?: boolean;
190
192
  style?: {
@@ -407,6 +409,7 @@ declare module 'vue-data-ui' {
407
409
  }
408
410
 
409
411
  export type VueUiTableSparklineConfig = {
412
+ customPalette?: string[];
410
413
  responsiveBreakpoint?: number;
411
414
  showAverage?: boolean;
412
415
  showMedian?: boolean;
@@ -589,6 +592,7 @@ declare module 'vue-data-ui' {
589
592
  };
590
593
 
591
594
  export type VueUi3dBarConfig = {
595
+ customPalette?: string[];
592
596
  style?: {
593
597
  fontFamily?: string;
594
598
  shape?: "bar" | "tube";
@@ -800,6 +804,7 @@ declare module 'vue-data-ui' {
800
804
  }>;
801
805
 
802
806
  export type VueUiDonutEvolutionConfig = {
807
+ customPalette?: string[];
803
808
  style?: {
804
809
  fontFamily?: string;
805
810
  chart?: {
@@ -1054,6 +1059,7 @@ declare module 'vue-data-ui' {
1054
1059
  }>;
1055
1060
 
1056
1061
  export type VueUiRingsConfig = {
1062
+ customPalette?: string[];
1057
1063
  useCssAnimation?: boolean;
1058
1064
  useBlurOnHover?: boolean;
1059
1065
  style?: {
@@ -1263,6 +1269,7 @@ declare module 'vue-data-ui' {
1263
1269
  }>;
1264
1270
 
1265
1271
  export type VueUiSparkStackBarConfig = {
1272
+ customPalette?: string[];
1266
1273
  style?: {
1267
1274
  backgroundColor?: string;
1268
1275
  fontFamily?: string;
@@ -1334,6 +1341,7 @@ declare module 'vue-data-ui' {
1334
1341
  }>;
1335
1342
 
1336
1343
  export type VueUiThermometerConfig = {
1344
+ customPalette?: string[];
1337
1345
  style?: {
1338
1346
  fontFamily?: string;
1339
1347
  chart?: {
@@ -1413,6 +1421,7 @@ declare module 'vue-data-ui' {
1413
1421
  }>;
1414
1422
 
1415
1423
  export type VueUiRelationCircleConfig = {
1424
+ customPalette?: string[];
1416
1425
  style?: {
1417
1426
  color?: string;
1418
1427
  backgroundColor?: string;
@@ -1603,6 +1612,7 @@ declare module 'vue-data-ui' {
1603
1612
  }
1604
1613
 
1605
1614
  export type VueUiSparkbarConfig = {
1615
+ customPalette?: string[];
1606
1616
  style?: {
1607
1617
  backgroundColor?: string;
1608
1618
  fontFamily?: string;
@@ -1969,6 +1979,7 @@ declare module 'vue-data-ui' {
1969
1979
  }
1970
1980
 
1971
1981
  export type VueUiScatterConfig = {
1982
+ customPalette?: string[];
1972
1983
  useCssAnimation?: boolean;
1973
1984
  style?: {
1974
1985
  backgroundColor?: string;
@@ -2328,6 +2339,7 @@ declare module 'vue-data-ui' {
2328
2339
  }>;
2329
2340
 
2330
2341
  export type VueUiXyConfig = {
2342
+ customPalette?: string[];
2331
2343
  useCssAnimation?: boolean;
2332
2344
  chart?: {
2333
2345
  fontFamily?: string;
@@ -2613,6 +2625,7 @@ declare module 'vue-data-ui' {
2613
2625
  }>
2614
2626
 
2615
2627
  export type VueUiDonutConfig = {
2628
+ customPalette?: string[];
2616
2629
  useCssAnimation?: boolean;
2617
2630
  useBlurOnHover?: boolean;
2618
2631
  style?: {
@@ -2799,6 +2812,7 @@ declare module 'vue-data-ui' {
2799
2812
  }
2800
2813
 
2801
2814
  export type VueUiNestedDonutsConfig = {
2815
+ customPalette?: string[];
2802
2816
  useCssAnimation?: boolean;
2803
2817
  useBlurOnHover?: boolean;
2804
2818
  userOptions?: {
@@ -2949,6 +2963,7 @@ declare module 'vue-data-ui' {
2949
2963
  }>;
2950
2964
 
2951
2965
  export type VueUiWaffleConfig = {
2966
+ customPalette?: string[];
2952
2967
  useBlurOnHover?: boolean;
2953
2968
  useCustomCells?: boolean;
2954
2969
  useAnimation?: boolean;
@@ -3091,6 +3106,7 @@ declare module 'vue-data-ui' {
3091
3106
  }>;
3092
3107
 
3093
3108
  export type VueUiRadarConfig = {
3109
+ customPalette?: string[];
3094
3110
  useCssAnimation?: boolean;
3095
3111
  style?: {
3096
3112
  fontFamily?: string;
@@ -3459,6 +3475,7 @@ declare module 'vue-data-ui' {
3459
3475
  }
3460
3476
 
3461
3477
  export type VueUiGaugeConfig = {
3478
+ customPalette?: string[];
3462
3479
  style?: {
3463
3480
  fontFamily?: string;
3464
3481
  chart?: {
@@ -3562,6 +3579,7 @@ declare module 'vue-data-ui' {
3562
3579
  };
3563
3580
 
3564
3581
  export type VueUiChestnutConfig = {
3582
+ customPalette?: string[];
3565
3583
  style?: {
3566
3584
  fontFamily?: string;
3567
3585
  chart?: {
@@ -3752,6 +3770,7 @@ declare module 'vue-data-ui' {
3752
3770
  };
3753
3771
 
3754
3772
  export type VueUiOnionConfig = {
3773
+ customPalette?: string[];
3755
3774
  useCssAnimation?: boolean;
3756
3775
  style?: {
3757
3776
  fontFamily?: string;
@@ -3905,6 +3924,7 @@ declare module 'vue-data-ui' {
3905
3924
  };
3906
3925
 
3907
3926
  export type VueUiVerticalBarConfig = {
3927
+ customPalette?: string[];
3908
3928
  useCssAnimation?: boolean;
3909
3929
  style?: {
3910
3930
  fontFamily?: string;
@@ -4784,6 +4804,7 @@ declare module 'vue-data-ui' {
4784
4804
  blurOnHover?: boolean;
4785
4805
  chartIsBarUnderDatasetLength?: number;
4786
4806
  color?: string;
4807
+ customPalette?: string[];
4787
4808
  dataLabelFontSize?: number;
4788
4809
  dataLabelRoundingPercentage?: number;
4789
4810
  dataLabelRoundingValue?: number;
@@ -4947,6 +4968,7 @@ declare module 'vue-data-ui' {
4947
4968
  }>
4948
4969
 
4949
4970
  export type VueUiStripPlotConfig = {
4971
+ customPalette?: string[];
4950
4972
  useCssAnimation?: boolean;
4951
4973
  userOptions?: {
4952
4974
  show?: boolean;
@@ -1,4 +1,4 @@
1
- import { I as s, O as u, F as V, V as U, p as r, s as t, o, g as n, X as l, r as p, G as S, b as d, C as k, $ as m, P as c, f as g, m as b, D, Q as T, J as h, H as C, E as R, M as f, h as y, e as A, W as H, d as M, k as P, u as x, z as B, n as G, j as Q, S as W, t as v, y as w, x as E, Y as I, q as K, N as L, l as N, Z as O, a as X, U as j, T as q, w as z, B as F, R as J, i as Y, c as Z, A as $, v as _, K as aa, L as ea } from "./index-7d5a8b6f.js";
1
+ import { I as s, O as u, F as V, V as U, p as r, s as t, o, g as n, X as l, r as p, G as S, b as d, C as k, $ as m, P as c, f as g, m as b, D, Q as T, J as h, H as C, E as R, M as f, h as y, e as A, W as H, d as M, k as P, u as x, z as B, n as G, j as Q, S as W, t as v, y as w, x as E, Y as I, q as K, N as L, l as N, Z as O, a as X, U as j, T as q, w as z, B as F, R as J, i as Y, c as Z, A as $, v as _, K as aa, L as ea } from "./index-52132ac6.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.5",
4
+ "version": "2.2.6",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [