vue-data-ui 2.2.9 → 2.2.10
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.
|
@@ -101,6 +101,9 @@ declare module 'vue-data-ui' {
|
|
|
101
101
|
fontSize?: number;
|
|
102
102
|
roundingValue?: number;
|
|
103
103
|
customFormat?: (params: VueUiTooltipParams<VueUiTreemapDatapoint, VueUiTreemapSeriesItem[], VueUiTreemapConfig>) => string;
|
|
104
|
+
borderRadius?: number;
|
|
105
|
+
borderColor?: string;
|
|
106
|
+
borderWidth?: number;
|
|
104
107
|
};
|
|
105
108
|
};
|
|
106
109
|
};
|
|
@@ -250,6 +253,9 @@ declare module 'vue-data-ui' {
|
|
|
250
253
|
roundingValue?: number;
|
|
251
254
|
roundingPercentage?: number;
|
|
252
255
|
customFormat?: (params: VueUiTooltipParams<VueUiGalaxyDatapoint, VueUiGalaxySeriesItem[], VueUiGalaxyConfig>) => string;
|
|
256
|
+
borderRadius?: number;
|
|
257
|
+
borderColor?: string;
|
|
258
|
+
borderWidth?: number;
|
|
253
259
|
};
|
|
254
260
|
};
|
|
255
261
|
};
|
|
@@ -521,6 +527,9 @@ declare module 'vue-data-ui' {
|
|
|
521
527
|
backgroundColor?: string;
|
|
522
528
|
fontSize?: number;
|
|
523
529
|
customFormat?: (params: VueUiTooltipParams<VueUiMoleculeDatapoint, VueUiMoleculeDatapoint[], VueUiMoleculeConfig>) => string;
|
|
530
|
+
borderRadius?: number;
|
|
531
|
+
borderColor?: string;
|
|
532
|
+
borderWidth?: number;
|
|
524
533
|
};
|
|
525
534
|
zoom?: {
|
|
526
535
|
speed?: number;
|
|
@@ -1127,6 +1136,9 @@ declare module 'vue-data-ui' {
|
|
|
1127
1136
|
roundingValue?: number;
|
|
1128
1137
|
roundingPercentage?: number;
|
|
1129
1138
|
customFormat?: (params: VueUiTooltipParams<VueUiRingsDatapoint, VueUiRingsDatapoint[], VueUiRingsConfig>) => string;
|
|
1139
|
+
borderRadius?: number;
|
|
1140
|
+
borderColor?: string;
|
|
1141
|
+
borderWidth?: number;
|
|
1130
1142
|
};
|
|
1131
1143
|
};
|
|
1132
1144
|
};
|
|
@@ -1766,6 +1778,9 @@ declare module 'vue-data-ui' {
|
|
|
1766
1778
|
fontSize?: number;
|
|
1767
1779
|
roundingValue?: number;
|
|
1768
1780
|
customFormat?: (params: VueUiTooltipParams<VueUiAgePyramidDatapoint, VueUiAgePyramidSeries[], VueUiAgePyramidConfig>) => string;
|
|
1781
|
+
borderRadius?: number;
|
|
1782
|
+
borderColor?: string;
|
|
1783
|
+
borderWidth?: number;
|
|
1769
1784
|
};
|
|
1770
1785
|
};
|
|
1771
1786
|
translations?: {
|
|
@@ -1929,6 +1944,9 @@ declare module 'vue-data-ui' {
|
|
|
1929
1944
|
prefix?: string;
|
|
1930
1945
|
suffix?: string;
|
|
1931
1946
|
customFormat?: (params: VueUiTooltipParams<VueUiCandlestickDatapoint, VueUiCandlestickDatapoint[], VueUiCandlestickConfig>) => string;
|
|
1947
|
+
borderRadius?: number;
|
|
1948
|
+
borderColor?: string;
|
|
1949
|
+
borderWidth?: number;
|
|
1932
1950
|
};
|
|
1933
1951
|
};
|
|
1934
1952
|
translations?: {
|
|
@@ -2140,7 +2158,10 @@ declare module 'vue-data-ui' {
|
|
|
2140
2158
|
showShape?: boolean;
|
|
2141
2159
|
prefix?: string;
|
|
2142
2160
|
suffix?: string;
|
|
2143
|
-
customFormat?: (params: VueUiTooltipParams<VueUiScatterDatapoint, VueUiScatterSeries[], VueUiScatterConfig>) => string
|
|
2161
|
+
customFormat?: (params: VueUiTooltipParams<VueUiScatterDatapoint, VueUiScatterSeries[], VueUiScatterConfig>) => string;
|
|
2162
|
+
borderRadius?: number;
|
|
2163
|
+
borderColor?: string;
|
|
2164
|
+
borderWidth?: number;
|
|
2144
2165
|
};
|
|
2145
2166
|
};
|
|
2146
2167
|
userOptions?: {
|
|
@@ -2301,6 +2322,9 @@ declare module 'vue-data-ui' {
|
|
|
2301
2322
|
fontSize?: number;
|
|
2302
2323
|
roundingValue?: number;
|
|
2303
2324
|
customFormat?: (params: VueUiTooltipParams<VueUiHeatmapDatapoint, VueUiHeatmapRow[], VueUiHeatmapConfig>) => string;
|
|
2325
|
+
borderRadius?: number;
|
|
2326
|
+
borderColor?: string;
|
|
2327
|
+
borderWidth?: number;
|
|
2304
2328
|
};
|
|
2305
2329
|
};
|
|
2306
2330
|
userOptions?: {
|
|
@@ -2490,6 +2514,9 @@ declare module 'vue-data-ui' {
|
|
|
2490
2514
|
roundingPercentage?: number;
|
|
2491
2515
|
fontSize?: number;
|
|
2492
2516
|
customFormat?: (params: VueUiTooltipParams<VueUiXyDatapointItem[], VueUiXySeries, VueUiXyConfig, VueUiXyDatasetBarItem[], VueUiXyDatasetLineItem[], VueUiXyDatasetPlotItem[]>) => string;
|
|
2517
|
+
borderRadius?: number;
|
|
2518
|
+
borderColor?: string;
|
|
2519
|
+
borderWidth?: number;
|
|
2493
2520
|
};
|
|
2494
2521
|
userOptions?: {
|
|
2495
2522
|
show?: boolean;
|
|
@@ -2759,6 +2786,9 @@ declare module 'vue-data-ui' {
|
|
|
2759
2786
|
roundingValue?: number;
|
|
2760
2787
|
roundingPercentage?: number;
|
|
2761
2788
|
customFormat?: (params: VueUiTooltipParams<VueUiDonutDatapoint, VueUiDonutSeriesItem[], VueUiDonutConfig>) => string;
|
|
2789
|
+
borderRadius?: number;
|
|
2790
|
+
borderColor?: string;
|
|
2791
|
+
borderWidth?: number;
|
|
2762
2792
|
};
|
|
2763
2793
|
};
|
|
2764
2794
|
};
|
|
@@ -2915,6 +2945,9 @@ declare module 'vue-data-ui' {
|
|
|
2915
2945
|
roundingValue?: number;
|
|
2916
2946
|
roundingPercentage?: number;
|
|
2917
2947
|
customFormat?: (params: VueUiTooltipParams<VueUiNestedDonutsDatapoint, VueUiNestedDonutsSeriesItem[], VueUiNestedDonutsConfig>) => string;
|
|
2948
|
+
borderRadius?: number;
|
|
2949
|
+
borderColor?: string;
|
|
2950
|
+
borderWidth?: number;
|
|
2918
2951
|
};
|
|
2919
2952
|
};
|
|
2920
2953
|
};
|
|
@@ -3057,6 +3090,9 @@ declare module 'vue-data-ui' {
|
|
|
3057
3090
|
roundingValue?: number;
|
|
3058
3091
|
roundingPercentage?: number;
|
|
3059
3092
|
customFormat?: (params: VueUiTooltipParams<VueUiWaffleDatapoint, VueUiWaffleSerieItem[], VueUiWaffleConfig>) => string;
|
|
3093
|
+
borderRadius?: number;
|
|
3094
|
+
borderColor?: string;
|
|
3095
|
+
borderWidth?: number;
|
|
3060
3096
|
};
|
|
3061
3097
|
legend?: {
|
|
3062
3098
|
show?: boolean;
|
|
@@ -3198,6 +3234,9 @@ declare module 'vue-data-ui' {
|
|
|
3198
3234
|
animationFrames?: number;
|
|
3199
3235
|
};
|
|
3200
3236
|
customFormat?: (params: VueUiTooltipParams<VueUiRadarDatapoint, VueUiRadarSeries, VueUiRadarConfig>) => string;
|
|
3237
|
+
borderRadius?: number;
|
|
3238
|
+
borderColor?: string;
|
|
3239
|
+
borderWidth?: number;
|
|
3201
3240
|
};
|
|
3202
3241
|
legend?: {
|
|
3203
3242
|
show?: boolean;
|
|
@@ -3425,6 +3464,9 @@ declare module 'vue-data-ui' {
|
|
|
3425
3464
|
roundingValue?: number;
|
|
3426
3465
|
customFormat?: (params: VueUiTooltipParams<VueUiQuadrantDatapoint, VueUiQuadrantSerie[], VueUiQuadrantConfig>) => string;
|
|
3427
3466
|
showShape?: boolean;
|
|
3467
|
+
borderRadius?: number;
|
|
3468
|
+
borderColor?: string;
|
|
3469
|
+
borderWidth?: number;
|
|
3428
3470
|
};
|
|
3429
3471
|
legend?: {
|
|
3430
3472
|
show?: boolean;
|
|
@@ -3869,6 +3911,9 @@ declare module 'vue-data-ui' {
|
|
|
3869
3911
|
roundingValue?: number;
|
|
3870
3912
|
roundingPercentage?: number;
|
|
3871
3913
|
customFormat?: (params: VueUiTooltipParams<VueUiOnionDatapoint, VueUiOnionSeriesItem[], VueUiOnionConfig>) => string;
|
|
3914
|
+
borderRadius?: number;
|
|
3915
|
+
borderColor?: string;
|
|
3916
|
+
borderWidth?: number;
|
|
3872
3917
|
};
|
|
3873
3918
|
};
|
|
3874
3919
|
};
|
|
@@ -4057,6 +4102,9 @@ declare module 'vue-data-ui' {
|
|
|
4057
4102
|
prefix?: string;
|
|
4058
4103
|
suffix?: string;
|
|
4059
4104
|
customFormat?: (params: VueUiTooltipParams<VueUiVerticalBarDatapoint, VueUiVerticalBarSerie[], VueUiVerticalBarConfig>) => string;
|
|
4105
|
+
borderRadius?: number;
|
|
4106
|
+
borderColor?: string;
|
|
4107
|
+
borderWidth?: number
|
|
4060
4108
|
};
|
|
4061
4109
|
};
|
|
4062
4110
|
};
|
|
@@ -4872,6 +4920,9 @@ declare module 'vue-data-ui' {
|
|
|
4872
4920
|
titleFontSize?: number;
|
|
4873
4921
|
titleTextAlign?: "center" | "left" | "right",
|
|
4874
4922
|
tooltipCustomFormat?: any;
|
|
4923
|
+
tooltipBorderRadius?: number;
|
|
4924
|
+
tooltipBorderColor?: string;
|
|
4925
|
+
tooltipBorderWidth?: number;
|
|
4875
4926
|
useCustomLegend?: boolean;
|
|
4876
4927
|
valuePrefix?: string;
|
|
4877
4928
|
valueSuffix?: string;
|
|
@@ -5126,6 +5177,9 @@ declare module 'vue-data-ui' {
|
|
|
5126
5177
|
fontSize?: number;
|
|
5127
5178
|
roundingValue?: number;
|
|
5128
5179
|
customFormat?: (params: VueUiTooltipParams<VueUiStripPlotDatapoint, VueUiStripPlotSeriesItem[], VueUiStripPlotConfig>) => string;
|
|
5180
|
+
borderRadius?: number;
|
|
5181
|
+
borderColor?: string;
|
|
5182
|
+
borderWidth?: number;
|
|
5129
5183
|
};
|
|
5130
5184
|
};
|
|
5131
5185
|
};
|
package/dist/vue-data-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-df2c6b48.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED