vue-data-ui 2.2.7 → 2.2.9

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
+ theme?: "" | "hack" | "zen" | "concrete";
31
32
  customPalette?: string[];
32
33
  userOptions?: {
33
34
  show?: boolean;
@@ -186,6 +187,7 @@ declare module 'vue-data-ui' {
186
187
  export type VueUiGalaxyDatasetItem = VueUiDonutDatasetItem;
187
188
 
188
189
  export type VueUiGalaxyConfig = {
190
+ theme?: "" | "hack" | "zen" | "concrete";
189
191
  customPalette?: string[];
190
192
  useCssAnimation?: boolean;
191
193
  useBlurOnHover?: boolean;
@@ -307,6 +309,7 @@ declare module 'vue-data-ui' {
307
309
  }
308
310
 
309
311
  export type VueUiSparkgaugeConfig = {
312
+ theme?: "" | "hack" | "zen" | "concrete";
310
313
  style?: {
311
314
  fontFamily?: string;
312
315
  background?: string;
@@ -409,6 +412,7 @@ declare module 'vue-data-ui' {
409
412
  }
410
413
 
411
414
  export type VueUiTableSparklineConfig = {
415
+ theme?: "" | "hack" | "zen" | "concrete";
412
416
  customPalette?: string[];
413
417
  responsiveBreakpoint?: number;
414
418
  showAverage?: boolean;
@@ -486,6 +490,7 @@ declare module 'vue-data-ui' {
486
490
  };
487
491
 
488
492
  export type VueUiMoleculeConfig = {
493
+ theme?: "" | "hack" | "zen" | "concrete";
489
494
  style?: {
490
495
  fontFamily?: string;
491
496
  chart?: {
@@ -592,6 +597,7 @@ declare module 'vue-data-ui' {
592
597
  };
593
598
 
594
599
  export type VueUi3dBarConfig = {
600
+ theme?: "" | "hack" | "zen" | "concrete";
595
601
  customPalette?: string[];
596
602
  style?: {
597
603
  fontFamily?: string;
@@ -697,6 +703,7 @@ declare module 'vue-data-ui' {
697
703
  }
698
704
 
699
705
  export type VueUiMoodRadarConfig = {
706
+ theme?: "" | "hack" | "zen" | "concrete";
700
707
  style?: {
701
708
  fontFamily?: string;
702
709
  chart?: {
@@ -804,6 +811,7 @@ declare module 'vue-data-ui' {
804
811
  }>;
805
812
 
806
813
  export type VueUiDonutEvolutionConfig = {
814
+ theme?: "" | "hack" | "zen" | "concrete";
807
815
  customPalette?: string[];
808
816
  style?: {
809
817
  fontFamily?: string;
@@ -934,6 +942,7 @@ declare module 'vue-data-ui' {
934
942
  }>;
935
943
 
936
944
  export type VueUiTiremarksConfig = {
945
+ theme?: "" | "hack" | "zen" | "concrete";
937
946
  style?: {
938
947
  fontFamily?: string;
939
948
  chart?: {
@@ -995,6 +1004,7 @@ declare module 'vue-data-ui' {
995
1004
  }>;
996
1005
 
997
1006
  export type VueUiWheelConfig = {
1007
+ theme?: "" | "hack" | "zen" | "concrete";
998
1008
  style?: {
999
1009
  fontFamily?: string;
1000
1010
  chart?: {
@@ -1059,6 +1069,7 @@ declare module 'vue-data-ui' {
1059
1069
  }>;
1060
1070
 
1061
1071
  export type VueUiRingsConfig = {
1072
+ theme?: "" | "hack" | "zen" | "concrete";
1062
1073
  customPalette?: string[];
1063
1074
  useCssAnimation?: boolean;
1064
1075
  useBlurOnHover?: boolean;
@@ -1171,6 +1182,7 @@ declare module 'vue-data-ui' {
1171
1182
  }>
1172
1183
 
1173
1184
  export type VueUiSparkHistogramConfig = {
1185
+ theme?: "" | "hack" | "zen" | "concrete";
1174
1186
  style?: {
1175
1187
  backgroundColor?: string;
1176
1188
  fontFamily?: string;
@@ -1269,6 +1281,7 @@ declare module 'vue-data-ui' {
1269
1281
  }>;
1270
1282
 
1271
1283
  export type VueUiSparkStackBarConfig = {
1284
+ theme?: "" | "hack" | "zen" | "concrete";
1272
1285
  customPalette?: string[];
1273
1286
  style?: {
1274
1287
  backgroundColor?: string;
@@ -1341,6 +1354,7 @@ declare module 'vue-data-ui' {
1341
1354
  }>;
1342
1355
 
1343
1356
  export type VueUiThermometerConfig = {
1357
+ theme?: "" | "hack" | "zen" | "concrete";
1344
1358
  customPalette?: string[];
1345
1359
  style?: {
1346
1360
  fontFamily?: string;
@@ -1421,6 +1435,7 @@ declare module 'vue-data-ui' {
1421
1435
  }>;
1422
1436
 
1423
1437
  export type VueUiRelationCircleConfig = {
1438
+ theme?: "" | "hack" | "zen" | "concrete";
1424
1439
  customPalette?: string[];
1425
1440
  style?: {
1426
1441
  color?: string;
@@ -1612,6 +1627,7 @@ declare module 'vue-data-ui' {
1612
1627
  }
1613
1628
 
1614
1629
  export type VueUiSparkbarConfig = {
1630
+ theme?: "" | "hack" | "zen" | "concrete";
1615
1631
  customPalette?: string[];
1616
1632
  style?: {
1617
1633
  backgroundColor?: string;
@@ -1661,6 +1677,7 @@ declare module 'vue-data-ui' {
1661
1677
  export type VueUiAgePyramidDataset = Array<Array<string | number>>;
1662
1678
 
1663
1679
  export type VueUiAgePyramidConfig = {
1680
+ theme?: "" | "hack" | "zen" | "concrete";
1664
1681
  style?: {
1665
1682
  backgroundColor?: string;
1666
1683
  color?: string;
@@ -1811,6 +1828,7 @@ declare module 'vue-data-ui' {
1811
1828
  }>;
1812
1829
 
1813
1830
  export type VueUiCandlestickConfig = {
1831
+ theme?: "" | "hack" | "zen" | "concrete";
1814
1832
  useCssAnimation?: boolean;
1815
1833
  style?: {
1816
1834
  backgroundColor?: string;
@@ -1979,6 +1997,7 @@ declare module 'vue-data-ui' {
1979
1997
  }
1980
1998
 
1981
1999
  export type VueUiScatterConfig = {
2000
+ theme?: "" | "hack" | "zen" | "concrete";
1982
2001
  customPalette?: string[];
1983
2002
  useCssAnimation?: boolean;
1984
2003
  style?: {
@@ -2197,6 +2216,7 @@ declare module 'vue-data-ui' {
2197
2216
  }>;
2198
2217
 
2199
2218
  export type VueUiHeatmapConfig = {
2219
+ theme?: "" | "hack" | "zen" | "concrete";
2200
2220
  style?: {
2201
2221
  backgroundColor?: string;
2202
2222
  color?: string;
@@ -2339,6 +2359,7 @@ declare module 'vue-data-ui' {
2339
2359
  }>;
2340
2360
 
2341
2361
  export type VueUiXyConfig = {
2362
+ theme?: "" | "hack" | "zen" | "concrete";
2342
2363
  customPalette?: string[];
2343
2364
  useCssAnimation?: boolean;
2344
2365
  chart?: {
@@ -2629,6 +2650,7 @@ declare module 'vue-data-ui' {
2629
2650
  }>
2630
2651
 
2631
2652
  export type VueUiDonutConfig = {
2653
+ theme?: "" | "hack" | "zen" | "concrete";
2632
2654
  customPalette?: string[];
2633
2655
  useCssAnimation?: boolean;
2634
2656
  useBlurOnHover?: boolean;
@@ -2816,6 +2838,7 @@ declare module 'vue-data-ui' {
2816
2838
  }
2817
2839
 
2818
2840
  export type VueUiNestedDonutsConfig = {
2841
+ theme?: "" | "hack" | "zen" | "concrete";
2819
2842
  customPalette?: string[];
2820
2843
  useCssAnimation?: boolean;
2821
2844
  useBlurOnHover?: boolean;
@@ -2967,6 +2990,7 @@ declare module 'vue-data-ui' {
2967
2990
  }>;
2968
2991
 
2969
2992
  export type VueUiWaffleConfig = {
2993
+ theme?: "" | "hack" | "zen" | "concrete";
2970
2994
  customPalette?: string[];
2971
2995
  useBlurOnHover?: boolean;
2972
2996
  useCustomCells?: boolean;
@@ -3110,6 +3134,7 @@ declare module 'vue-data-ui' {
3110
3134
  }>;
3111
3135
 
3112
3136
  export type VueUiRadarConfig = {
3137
+ theme?: "" | "hack" | "zen" | "concrete";
3113
3138
  customPalette?: string[];
3114
3139
  useCssAnimation?: boolean;
3115
3140
  style?: {
@@ -3286,6 +3311,7 @@ declare module 'vue-data-ui' {
3286
3311
  };
3287
3312
 
3288
3313
  export type VueUiQuadrantConfig = {
3314
+ theme?: "" | "hack" | "zen" | "concrete";
3289
3315
  useCssAnimation?: boolean;
3290
3316
  zoomAnimationFrames?: number;
3291
3317
  style?: {
@@ -3479,6 +3505,7 @@ declare module 'vue-data-ui' {
3479
3505
  }
3480
3506
 
3481
3507
  export type VueUiGaugeConfig = {
3508
+ theme?: "" | "hack" | "zen" | "concrete";
3482
3509
  customPalette?: string[];
3483
3510
  style?: {
3484
3511
  fontFamily?: string;
@@ -3583,6 +3610,7 @@ declare module 'vue-data-ui' {
3583
3610
  };
3584
3611
 
3585
3612
  export type VueUiChestnutConfig = {
3613
+ theme?: "" | "hack" | "zen" | "concrete";
3586
3614
  customPalette?: string[];
3587
3615
  style?: {
3588
3616
  fontFamily?: string;
@@ -3774,6 +3802,7 @@ declare module 'vue-data-ui' {
3774
3802
  };
3775
3803
 
3776
3804
  export type VueUiOnionConfig = {
3805
+ theme?: "" | "hack" | "zen" | "concrete";
3777
3806
  customPalette?: string[];
3778
3807
  useCssAnimation?: boolean;
3779
3808
  style?: {
@@ -3928,6 +3957,7 @@ declare module 'vue-data-ui' {
3928
3957
  };
3929
3958
 
3930
3959
  export type VueUiVerticalBarConfig = {
3960
+ theme?: "" | "hack" | "zen" | "concrete";
3931
3961
  customPalette?: string[];
3932
3962
  useCssAnimation?: boolean;
3933
3963
  style?: {
@@ -4112,6 +4142,7 @@ declare module 'vue-data-ui' {
4112
4142
  };
4113
4143
 
4114
4144
  export type VueUiSparklineConfig = {
4145
+ theme?: "" | "hack" | "zen" | "concrete";
4115
4146
  type?: "line" | "bar";
4116
4147
  style?: {
4117
4148
  backgroundColor?: string;
@@ -4748,6 +4779,7 @@ declare module 'vue-data-ui' {
4748
4779
  };
4749
4780
 
4750
4781
  export type VueUiTableHeatmapConfig = {
4782
+ theme?: "" | "hack" | "zen" | "concrete";
4751
4783
  style?: {
4752
4784
  backgroundColor?: string;
4753
4785
  color?: string;
@@ -4767,6 +4799,7 @@ declare module 'vue-data-ui' {
4767
4799
  showMedian?: boolean;
4768
4800
  head?: {
4769
4801
  backgroundColor?: string;
4802
+ color?: string;
4770
4803
  values?: string[];
4771
4804
  };
4772
4805
  };
@@ -4801,6 +4834,7 @@ declare module 'vue-data-ui' {
4801
4834
  }>
4802
4835
 
4803
4836
  export type VueUiQuickChartConfig = {
4837
+ theme?: "" | "hack" | "zen" | "concrete";
4804
4838
  axisLabelsFontSize?: number;
4805
4839
  backgroundColor?: string;
4806
4840
  barGap?: number;
@@ -4912,6 +4946,7 @@ declare module 'vue-data-ui' {
4912
4946
  }>;
4913
4947
 
4914
4948
  export type VueUiSparkTrendConfig = {
4949
+ theme?: "" | "hack" | "zen" | "concrete";
4915
4950
  style?: {
4916
4951
  backgroundColor?: string;
4917
4952
  fontFamily?: string;
@@ -4972,6 +5007,7 @@ declare module 'vue-data-ui' {
4972
5007
  }>
4973
5008
 
4974
5009
  export type VueUiStripPlotConfig = {
5010
+ theme?: "" | "hack" | "zen" | "concrete";
4975
5011
  customPalette?: string[];
4976
5012
  useCssAnimation?: boolean;
4977
5013
  userOptions?: {
@@ -5128,6 +5164,7 @@ declare module 'vue-data-ui' {
5128
5164
  }>
5129
5165
 
5130
5166
  export type VueUiDumbbellConfig = {
5167
+ theme?: "" | "hack" | "zen" | "concrete";
5131
5168
  useAnimation?: boolean;
5132
5169
  animationSpeed?: number;
5133
5170
  userOptions?: {
@@ -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-9dc37ca3.js";
1
+ import { I as s, P as u, F as V, W as U, p as r, s as t, o, g as n, Y as l, r as p, G as g, b as m, C as S, a0 as d, Q as k, f as c, m as b, D, R as T, J as h, H as C, E as f, N as R, h as y, e as A, X 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, Z as I, q as K, O as L, l as N, $ as O, a as X, V as j, T as q, w as z, B as F, U as J, i as Y, c as Z, A as $, v as _, K as aa, M as ea, L as ia } from "./index-4069f058.js";
2
2
  import "vue";
3
3
  export {
4
4
  s as Arrow,
@@ -11,19 +11,19 @@ export {
11
11
  n as VueUiChestnut,
12
12
  l as VueUiCursor,
13
13
  p as VueUiDashboard,
14
- S as VueUiDigits,
15
- d as VueUiDonut,
16
- k as VueUiDonutEvolution,
17
- m as VueUiDumbbell,
18
- c as VueUiGalaxy,
19
- g as VueUiGauge,
14
+ g as VueUiDigits,
15
+ m as VueUiDonut,
16
+ S as VueUiDonutEvolution,
17
+ d as VueUiDumbbell,
18
+ k as VueUiGalaxy,
19
+ c as VueUiGauge,
20
20
  b as VueUiHeatmap,
21
21
  D as VueUiIcon,
22
22
  T as VueUiKpi,
23
23
  h as VueUiMiniLoader,
24
24
  C as VueUiMolecule,
25
- R as VueUiMoodRadar,
26
- f as VueUiNestedDonuts,
25
+ f as VueUiMoodRadar,
26
+ R as VueUiNestedDonuts,
27
27
  y as VueUiOnion,
28
28
  A as VueUiQuadrant,
29
29
  H as VueUiQuickChart,
@@ -53,5 +53,6 @@ export {
53
53
  $ as VueUiWheel,
54
54
  _ as VueUiXy,
55
55
  aa as getPalette,
56
- ea as getVueDataUiConfig
56
+ ea as getThemeConfig,
57
+ ia as getVueDataUiConfig
57
58
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "2.2.7",
4
+ "version": "2.2.9",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [