vue-data-ui 2.1.42 → 2.1.44
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.
- package/README.md +4 -1
- package/dist/documentation/installation.md +1 -0
- package/dist/{index-3ac77ca4.js → index-3a77a6ac.js} +16782 -15952
- package/dist/{index.es-a402635d.js → index.es-4f446cd0.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +153 -6
- package/dist/vue-data-ui.js +36 -35
- package/package.json +2 -1
|
@@ -7,7 +7,7 @@ declare module 'vue-data-ui' {
|
|
|
7
7
|
|
|
8
8
|
export const VueDataUi: DefineComponent<{
|
|
9
9
|
dataset?: VueUi3dBarDataset | VueUiAgePyramidDataset | VueUiAnnotatorDataset | Array<Array<string | number>> | VueUiChestnutDatasetRoot[] | VueUiDashboardElement[] | number | VueUiDonutEvolutionDatasetItem[] | VueUiDonutDatasetItem[] | VueUiGaugeDataset | VueUiHeatmapDatasetItem[] | VueUiMoleculeDatasetNode[] | VueUiMoodRadarDataset | VueUiNestedDonutsDatasetItem[] | VueUiOnionDatasetItem[] | VueUiQuadrantDatasetItem[] | VueUiRadarDataset | VueUiRatingDataset | VueUiRelationCircleDatasetItem[] | VueUiRingsDatasetItem[] | VueUiScatterDatasetItem[] | VueUiSparkbarDatasetItem[] | VueUiSparkgaugeDataset | VueUiSparkHistogramDatasetItem[] | VueUiSparklineDatasetItem[] | VueUiSparkStackBarDatasetItem[] | VueUiTableSparklineDatasetItem[] | VueUiTableDataset | VueUiThermometerDataset | VueUiTiremarksDataset | VueUiVerticalBarDatasetItem[] | VueUiWaffleDatasetItem[] | VueUiWheelDataset | VueUiXyDatasetItem[] | VueUiTreemapDatasetItem[] | VueUiQuickChartDataset | number[] | VueUiStripPlotDataset[],
|
|
10
|
-
config?: VueUi3dBarConfig | VueUiAgePyramidConfig | VueUiAnnotatorConfig | VueUiCandlestickConfig | VueUiChestnutConfig | VueUiDashboardConfig | VueUiDigitsConfig | VueUiDonutEvolutionConfig | VueUiDonutConfig | VueUiGaugeConfig | VueUiHeatmapConfig | VueUiMiniLoaderConfig | VueUiMoleculeConfig | VueUiMoodRadarConfig | VueUiNestedDonutsConfig | VueUiOnionConfig | VueUiQuadrantConfig | VueUiRadarConfig | VueUiRatingConfig | VueUiRelationCircleConfig | VueUiRingsConfig | VueUiScatterConfig | VueUiScreenshotConfig | VueUiSkeletonConfig | VueUiSmileyConfig | VueUiSparkbarConfig | VueUiSparkgaugeConfig | VueUiSparkHistogramConfig | VueUiSparklineConfig | VueUiSparkStackBarConfig | VueUiTableSparklineConfig | VueUiTableConfig | VueUiThermometerConfig | VueUiTiremarksConfig | VueUiVerticalBarConfig | VueUiWaffleConfig | VueUiWheelConfig | VueUiXyConfig | VueUiKpiConfig | VueUiTreemapConfig | VueUiQuickChartConfig | VueUiCursorConfig | VueUiSparkTrendConfig | VueUiStripPlotConfig;
|
|
10
|
+
config?: VueUi3dBarConfig | VueUiAgePyramidConfig | VueUiAnnotatorConfig | VueUiCandlestickConfig | VueUiChestnutConfig | VueUiDashboardConfig | VueUiDigitsConfig | VueUiDonutEvolutionConfig | VueUiDonutConfig | VueUiGaugeConfig | VueUiHeatmapConfig | VueUiMiniLoaderConfig | VueUiMoleculeConfig | VueUiMoodRadarConfig | VueUiNestedDonutsConfig | VueUiOnionConfig | VueUiQuadrantConfig | VueUiRadarConfig | VueUiRatingConfig | VueUiRelationCircleConfig | VueUiRingsConfig | VueUiScatterConfig | VueUiScreenshotConfig | VueUiSkeletonConfig | VueUiSmileyConfig | VueUiSparkbarConfig | VueUiSparkgaugeConfig | VueUiSparkHistogramConfig | VueUiSparklineConfig | VueUiSparkStackBarConfig | VueUiTableSparklineConfig | VueUiTableConfig | VueUiThermometerConfig | VueUiTiremarksConfig | VueUiVerticalBarConfig | VueUiWaffleConfig | VueUiWheelConfig | VueUiXyConfig | VueUiKpiConfig | VueUiTreemapConfig | VueUiQuickChartConfig | VueUiCursorConfig | VueUiSparkTrendConfig | VueUiStripPlotConfig | VueUiDumbbellConfig;
|
|
11
11
|
}>
|
|
12
12
|
|
|
13
13
|
export type VueUiTooltipParams<TDatapoint, TSeries, TConfig, TBar = any, TLine = any, TPlot = any> = {
|
|
@@ -242,7 +242,7 @@ declare module 'vue-data-ui' {
|
|
|
242
242
|
backgroundColor?: string;
|
|
243
243
|
fontSize?: number;
|
|
244
244
|
showValue?: boolean;
|
|
245
|
-
showPercentage:
|
|
245
|
+
showPercentage: boolean;
|
|
246
246
|
roundingValue?: number;
|
|
247
247
|
roundingPercentage?: number;
|
|
248
248
|
customFormat?: (params: VueUiTooltipParams<VueUiGalaxyDatapoint, VueUiGalaxySeriesItem[], VueUiGalaxyConfig>) => string;
|
|
@@ -789,7 +789,7 @@ declare module 'vue-data-ui' {
|
|
|
789
789
|
config?: VueUiMoodRadarConfig
|
|
790
790
|
}>;
|
|
791
791
|
|
|
792
|
-
export type VueUiIconName = "annotator" | "chart3bar" | "chartAgePyramid" | "chartBar" | "chartCandlestick" | "chartChestnut" | "chartDonut" | "chartDonutEvolution" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartMoodbar" | "chartOnion" | "chartQuadrant" | "chartRadar" | "chartRelationCircle" | "chartRings" | "chartScatter" | "chartSparkHistogram" | "chartSparkStackbar" | "chartTable" | "chartThermometer" | "chartTiremarks" | "chartVerticalBar" | "chartWaffle" | "chartWheel" | "close" | "dashboard" | "digit0" | "digit1" | "digit2" | "digit3" | "digit4" | "digit5" | "digit6" | "digit7" | "digit8" | "digit9" | "excel" | "image" | "labelClose" | "labelOpen" | "menu" | "moodFlat" | "moodHappy" | "moodNeutral" | "moodSad" | "pdf" | "screenshot" | "skeleton" | "smiley" | "sort" | "spin" | "star" | "tableClose" | "tableOpen" | "chartNestedDonuts" | "chartSparkbar" | "refresh" | "circleQuestion" | "circleExclamation" | "circleCheck" | "circleCancel" | "moodLaughing" | "moodWink" | "moodEmbarrassed" | "moodSurprised" | "exitFullscreen" | "fullscreen" | "arrowRight" | "arrowTop" | "arrowBottom" | "arromwLeft" | "chartCluster" | "chartSparkline" | "legend" | "csv" | "chartGalaxy" | "kpi" | "kpiBox" | "tooltip" | "vueDataUi" | "ratio" | "func" | "settings" | "trendUp" | "trendDown" | "clipBoard" | "zoomPlus" | "zoomMinus" | "clipboardLine" | "clipboardDonut" | "clipboardBar" | "clipboardVariable" | "triangle" | "triangleFill" | "square" | "squareFill" | "diamond" | "diamondFill" | "pentagon" | "pentagonFill" | "hexagon" | "hexagonFill" | "circle" | "circleFill" | "starFill" | "numbers" | "sigma" | "mu" | "lambda" | "people" | "copy" | "accordion" | "cursor" | "trend" | "chartStripPlot";
|
|
792
|
+
export type VueUiIconName = "annotator" | "chart3bar" | "chartAgePyramid" | "chartBar" | "chartCandlestick" | "chartChestnut" | "chartDonut" | "chartDonutEvolution" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartMoodbar" | "chartOnion" | "chartQuadrant" | "chartRadar" | "chartRelationCircle" | "chartRings" | "chartScatter" | "chartSparkHistogram" | "chartSparkStackbar" | "chartTable" | "chartThermometer" | "chartTiremarks" | "chartVerticalBar" | "chartWaffle" | "chartWheel" | "close" | "dashboard" | "digit0" | "digit1" | "digit2" | "digit3" | "digit4" | "digit5" | "digit6" | "digit7" | "digit8" | "digit9" | "excel" | "image" | "labelClose" | "labelOpen" | "menu" | "moodFlat" | "moodHappy" | "moodNeutral" | "moodSad" | "pdf" | "screenshot" | "skeleton" | "smiley" | "sort" | "spin" | "star" | "tableClose" | "tableOpen" | "chartNestedDonuts" | "chartSparkbar" | "refresh" | "circleQuestion" | "circleExclamation" | "circleCheck" | "circleCancel" | "moodLaughing" | "moodWink" | "moodEmbarrassed" | "moodSurprised" | "exitFullscreen" | "fullscreen" | "arrowRight" | "arrowTop" | "arrowBottom" | "arromwLeft" | "chartCluster" | "chartSparkline" | "legend" | "csv" | "chartGalaxy" | "kpi" | "kpiBox" | "tooltip" | "vueDataUi" | "ratio" | "func" | "settings" | "trendUp" | "trendDown" | "clipBoard" | "zoomPlus" | "zoomMinus" | "clipboardLine" | "clipboardDonut" | "clipboardBar" | "clipboardVariable" | "triangle" | "triangleFill" | "square" | "squareFill" | "diamond" | "diamondFill" | "pentagon" | "pentagonFill" | "hexagon" | "hexagonFill" | "circle" | "circleFill" | "starFill" | "numbers" | "sigma" | "mu" | "lambda" | "people" | "copy" | "accordion" | "cursor" | "trend" | "chartStripPlot" | "chartDumbbell";
|
|
793
793
|
|
|
794
794
|
export const VueUiIcon: DefineComponent<{
|
|
795
795
|
name: VueUiIconName,
|
|
@@ -4469,7 +4469,7 @@ declare module 'vue-data-ui' {
|
|
|
4469
4469
|
}>;
|
|
4470
4470
|
|
|
4471
4471
|
export type VueUiSkeletonConfig = {
|
|
4472
|
-
type?: "bar" | "chestnut" | "donut" | "gauge" | "line" | "onion" | "quadrant" | "radar" | "rating" | "table" | "verticalBar" | "waffle" | "heatmap" | "candlestick" | "pyramid" | "wheel" | "rings" | "donutEvolution" | "tiremarks" | "molecule" | "relationCircle" | "thermometer" | "sparkbar" | "sparkStackbar" | "sparkHistogram" | "bar3d" | "galaxy" | "treemap" | "stripPlot";
|
|
4472
|
+
type?: "bar" | "chestnut" | "donut" | "gauge" | "line" | "onion" | "quadrant" | "radar" | "rating" | "table" | "verticalBar" | "waffle" | "heatmap" | "candlestick" | "pyramid" | "wheel" | "rings" | "donutEvolution" | "tiremarks" | "molecule" | "relationCircle" | "thermometer" | "sparkbar" | "sparkStackbar" | "sparkHistogram" | "bar3d" | "galaxy" | "treemap" | "stripPlot" | "dumbbell";
|
|
4473
4473
|
style?: {
|
|
4474
4474
|
backgroundColor?: string;
|
|
4475
4475
|
color?: string;
|
|
@@ -4477,6 +4477,9 @@ declare module 'vue-data-ui' {
|
|
|
4477
4477
|
treemap?: {
|
|
4478
4478
|
color?: string;
|
|
4479
4479
|
};
|
|
4480
|
+
dumbbell?: {
|
|
4481
|
+
color?: string;
|
|
4482
|
+
},
|
|
4480
4483
|
stripPlot?: {
|
|
4481
4484
|
color?: string;
|
|
4482
4485
|
};
|
|
@@ -5009,9 +5012,153 @@ declare module 'vue-data-ui' {
|
|
|
5009
5012
|
dataset: VueUiStripPlotDataset[]
|
|
5010
5013
|
}>
|
|
5011
5014
|
|
|
5012
|
-
export type
|
|
5015
|
+
export type VueUiDumbbellConfig = {
|
|
5016
|
+
useCssAnimation?: boolean;
|
|
5017
|
+
userOptions?: {
|
|
5018
|
+
show?: boolean;
|
|
5019
|
+
};
|
|
5020
|
+
style?: {
|
|
5021
|
+
fontFamily?: string;
|
|
5022
|
+
chart?: {
|
|
5023
|
+
backgroundColor?: string;
|
|
5024
|
+
color?: string;
|
|
5025
|
+
width?: number;
|
|
5026
|
+
rowHeight?: number;
|
|
5027
|
+
padding?: {
|
|
5028
|
+
top?: number;
|
|
5029
|
+
left?: number;
|
|
5030
|
+
right?: number;
|
|
5031
|
+
bottom?: number;
|
|
5032
|
+
};
|
|
5033
|
+
plots?: {
|
|
5034
|
+
startColor?: string;
|
|
5035
|
+
endColor?: string;
|
|
5036
|
+
radius?: number;
|
|
5037
|
+
stroke?: string;
|
|
5038
|
+
strokeWidth?: number;
|
|
5039
|
+
link?: {
|
|
5040
|
+
strokeWidth?: number;
|
|
5041
|
+
type?: "curved" | "line";
|
|
5042
|
+
};
|
|
5043
|
+
gradient?: {
|
|
5044
|
+
show?: boolean;
|
|
5045
|
+
intensity?: number;
|
|
5046
|
+
};
|
|
5047
|
+
};
|
|
5048
|
+
grid?: {
|
|
5049
|
+
strokeWidth?: number;
|
|
5050
|
+
scaleSteps?: number;
|
|
5051
|
+
horizontalGrid?: {
|
|
5052
|
+
show?: boolean;
|
|
5053
|
+
stroke?: string;
|
|
5054
|
+
strokeWidth?: number;
|
|
5055
|
+
strokeDasharray?: number;
|
|
5056
|
+
};
|
|
5057
|
+
verticalGrid?: {
|
|
5058
|
+
show?: boolean;
|
|
5059
|
+
stroke?: string;
|
|
5060
|
+
strokeWidth?: number;
|
|
5061
|
+
strokeDasharray?: number;
|
|
5062
|
+
};
|
|
5063
|
+
};
|
|
5064
|
+
labels?: {
|
|
5065
|
+
prefix?: string;
|
|
5066
|
+
suffix?: string;
|
|
5067
|
+
yAxisLabels?: {
|
|
5068
|
+
show?: boolean;
|
|
5069
|
+
fontSize?: number;
|
|
5070
|
+
color?: string;
|
|
5071
|
+
offsetX?: number;
|
|
5072
|
+
bold?: boolean;
|
|
5073
|
+
showProgression?: boolean;
|
|
5074
|
+
rounding?: number;
|
|
5075
|
+
};
|
|
5076
|
+
xAxisLabels?: {
|
|
5077
|
+
show?: boolean;
|
|
5078
|
+
fontSize?: number;
|
|
5079
|
+
color?: string;
|
|
5080
|
+
offsetY?: number;
|
|
5081
|
+
bold?: boolean;
|
|
5082
|
+
rounding?: number;
|
|
5083
|
+
};
|
|
5084
|
+
startLabels?: {
|
|
5085
|
+
show?: boolean;
|
|
5086
|
+
fontSize?: number;
|
|
5087
|
+
color?: string;
|
|
5088
|
+
offsetY?: number;
|
|
5089
|
+
rounding?: number;
|
|
5090
|
+
useStartColor?: boolean;
|
|
5091
|
+
};
|
|
5092
|
+
endLabels?: {
|
|
5093
|
+
show?: boolean;
|
|
5094
|
+
fontSize?: number;
|
|
5095
|
+
color?: string;
|
|
5096
|
+
offsetY?: number;
|
|
5097
|
+
rounding?: number;
|
|
5098
|
+
useEndColor?: true;
|
|
5099
|
+
};
|
|
5100
|
+
};
|
|
5101
|
+
legend?: {
|
|
5102
|
+
show?: boolean;
|
|
5103
|
+
labelStart?: string;
|
|
5104
|
+
labelEnd?: string;
|
|
5105
|
+
backgroundColor?: string;
|
|
5106
|
+
color?: string;
|
|
5107
|
+
fontSize?: number;
|
|
5108
|
+
bold?: boolean;
|
|
5109
|
+
};
|
|
5110
|
+
title?: {
|
|
5111
|
+
text?: string;
|
|
5112
|
+
color?: string;
|
|
5113
|
+
fontSize?: number;
|
|
5114
|
+
bold?: boolean;
|
|
5115
|
+
subtitle?: {
|
|
5116
|
+
color?: string;
|
|
5117
|
+
text?: string;
|
|
5118
|
+
fontSize?: number;
|
|
5119
|
+
bold?: boolean;
|
|
5120
|
+
};
|
|
5121
|
+
};
|
|
5122
|
+
};
|
|
5123
|
+
};
|
|
5124
|
+
table?: {
|
|
5125
|
+
show?: boolean;
|
|
5126
|
+
responsiveBreakpoint?: number;
|
|
5127
|
+
columnNames?: {
|
|
5128
|
+
series?: string;
|
|
5129
|
+
start?: string;
|
|
5130
|
+
end?: string;
|
|
5131
|
+
progression?: string;
|
|
5132
|
+
};
|
|
5133
|
+
th?: {
|
|
5134
|
+
backgroundColor?: string;
|
|
5135
|
+
color?: string;
|
|
5136
|
+
outline?: string;
|
|
5137
|
+
};
|
|
5138
|
+
td?: {
|
|
5139
|
+
backgroundColor?: string;
|
|
5140
|
+
color?: string;
|
|
5141
|
+
outline?: string;
|
|
5142
|
+
roundingValue?: number;
|
|
5143
|
+
roundingPercentage?: number;
|
|
5144
|
+
};
|
|
5145
|
+
};
|
|
5146
|
+
};
|
|
5147
|
+
|
|
5148
|
+
export type VueUiDumbbellDataset = {
|
|
5149
|
+
name: string;
|
|
5150
|
+
start: number;
|
|
5151
|
+
end: number;
|
|
5152
|
+
}
|
|
5153
|
+
|
|
5154
|
+
export const VueUiDumbbell: DefineComponent<{
|
|
5155
|
+
config?: VueUiDumbbellConfig,
|
|
5156
|
+
dataset: VueUiDumbbellDataset[]
|
|
5157
|
+
}>
|
|
5158
|
+
|
|
5159
|
+
export type VueDataUiConfig = VueUi3dBarConfig | VueUiAgePyramidConfig | VueUiAnnotatorConfig | VueUiCandlestickConfig | VueUiChestnutConfig | VueUiDashboardConfig | VueUiDigitsConfig | VueUiDonutConfig | VueUiDonutEvolutionConfig | VueUiGaugeConfig | VueUiHeatmapConfig | VueUiMiniLoaderConfig | VueUiMoleculeConfig | VueUiMoodRadarConfig | VueUiOnionConfig | VueUiQuadrantConfig | VueUiRadarConfig | VueUiRatingConfig | VueUiRelationCircleConfig | VueUiRingsConfig | VueUiScatterConfig | VueUiScreenshotConfig | VueUiSkeletonConfig | VueUiSmileyConfig | VueUiSparkHistogramConfig | VueUiSparkStackBarConfig | VueUiSparkbarConfig | VueUiSparklineConfig | VueUiTableConfig | VueUiTableSparklineConfig | VueUiThermometerConfig | VueUiTiremarksConfig | VueUiVerticalBarConfig | VueUiWaffleConfig | VueUiWheelConfig | VueUiXyConfig | VueUiNestedDonutsConfig | VueUiGalaxyConfig | VueUiKpiConfig | VueUiTreemapConfig | VueUiTableHeatmapConfig | VueUiAccordionConfig | VueUiQuickChartConfig | VueUiCursorConfig | VueUiSparkTrendConfig | VueUiStripPlotConfig | VueUiDumbbellConfig;
|
|
5013
5160
|
|
|
5014
|
-
export type VueDataUiConfigKey = "vue_ui_3d_bar" | "vue_ui_age_pyramid" | "vue_ui_annotator" | "vue_ui_candlestick" | "vue_ui_chestnut" | "vue_ui_dashboard" | "vue_ui_digits" | "vue_ui_donut" | "vue_ui_donut_evolution" | "vue_ui_gauge" | "vue_ui_heatmap" | "vue_ui_mini_loader" | "vue_ui_molecule" | "vue_ui_mood_radar" | "vue_ui_onion" | "vue_ui_quadrant" | "vue_ui_radar" | "vue_ui_rating" | "vue_ui_relation_circle" | "vue_ui_rings" | "vue_ui_scatter" | "vue_ui_screenshot" | "vue_ui_skeleton" | "vue_ui_smiley" | "vue_ui_sparkhistogram" | "vue_ui_sparkstackbar" | "vue_ui_sparkbar" | "vue_ui_sparkline" | "vue_ui_table" | "vue_ui_table_sparkline" | "vue_ui_thermometer" | "vue_ui_tiremarks" | "vue_ui_vertical_bar" | "vue_ui_waffle" | "vue_ui_wheel" | "vue_ui_xy" | "vue_ui_nested_donuts" | "vue_ui_galaxy" | "vue_ui_kpi" | "vue_ui_treemap" | "vue_ui_table_heatmap" | "vue_ui_accordion" | "vue_ui_quick_chart" | "vue_ui_cursor" | "vue_ui_spark_trend" | "vue_ui_strip_plot";
|
|
5161
|
+
export type VueDataUiConfigKey = "vue_ui_3d_bar" | "vue_ui_age_pyramid" | "vue_ui_annotator" | "vue_ui_candlestick" | "vue_ui_chestnut" | "vue_ui_dashboard" | "vue_ui_digits" | "vue_ui_donut" | "vue_ui_donut_evolution" | "vue_ui_gauge" | "vue_ui_heatmap" | "vue_ui_mini_loader" | "vue_ui_molecule" | "vue_ui_mood_radar" | "vue_ui_onion" | "vue_ui_quadrant" | "vue_ui_radar" | "vue_ui_rating" | "vue_ui_relation_circle" | "vue_ui_rings" | "vue_ui_scatter" | "vue_ui_screenshot" | "vue_ui_skeleton" | "vue_ui_smiley" | "vue_ui_sparkhistogram" | "vue_ui_sparkstackbar" | "vue_ui_sparkbar" | "vue_ui_sparkline" | "vue_ui_table" | "vue_ui_table_sparkline" | "vue_ui_thermometer" | "vue_ui_tiremarks" | "vue_ui_vertical_bar" | "vue_ui_waffle" | "vue_ui_wheel" | "vue_ui_xy" | "vue_ui_nested_donuts" | "vue_ui_galaxy" | "vue_ui_kpi" | "vue_ui_treemap" | "vue_ui_table_heatmap" | "vue_ui_accordion" | "vue_ui_quick_chart" | "vue_ui_cursor" | "vue_ui_spark_trend" | "vue_ui_strip_plot" | "vue_ui_dumbbell";
|
|
5015
5162
|
|
|
5016
5163
|
export const getVueDataUiConfig: () => VueDataUiConfig;
|
|
5017
5164
|
}
|
package/dist/vue-data-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as s, P as u, F as V, U, q as r, t, p as o, g as n, X as l, s as p, G as S, b as d, C as k, Q as c, f as g, n as
|
|
1
|
+
import { J as s, P as u, F as V, U, q as r, t, p as o, g as n, X as l, s as p, G as S, b as d, C as k, $ as m, Q as c, f as g, n as b, D, R as T, K as h, H as C, E as R, N as f, h as y, e as A, W as H, d as M, k as P, v as x, z as B, o as G, j as Q, l as W, u as v, y as w, x as E, Y as I, r as K, O as L, m as N, Z as O, a as X, T as j, I as q, w as z, B as F, S as J, i as Y, c as Z, A as $, V as _, L as aa, M as ea } from "./index-3a77a6ac.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
|
@@ -14,43 +14,44 @@ export {
|
|
|
14
14
|
S as VueUiDigits,
|
|
15
15
|
d as VueUiDonut,
|
|
16
16
|
k as VueUiDonutEvolution,
|
|
17
|
+
m as VueUiDumbbell,
|
|
17
18
|
c as VueUiGalaxy,
|
|
18
19
|
g as VueUiGauge,
|
|
19
|
-
|
|
20
|
+
b as VueUiHeatmap,
|
|
20
21
|
D as VueUiIcon,
|
|
21
22
|
T as VueUiKpi,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
23
|
+
h as VueUiMiniLoader,
|
|
24
|
+
C as VueUiMolecule,
|
|
25
|
+
R as VueUiMoodRadar,
|
|
26
|
+
f as VueUiNestedDonuts,
|
|
27
|
+
y as VueUiOnion,
|
|
28
|
+
A as VueUiQuadrant,
|
|
29
|
+
H as VueUiQuickChart,
|
|
30
|
+
M as VueUiRadar,
|
|
31
|
+
P as VueUiRating,
|
|
32
|
+
x as VueUiRelationCircle,
|
|
33
|
+
B as VueUiRings,
|
|
34
|
+
G as VueUiScatter,
|
|
35
|
+
Q as VueUiScreenshot,
|
|
36
|
+
W as VueUiSkeleton,
|
|
37
|
+
v as VueUiSmiley,
|
|
38
|
+
w as VueUiSparkHistogram,
|
|
39
|
+
E as VueUiSparkStackbar,
|
|
40
|
+
I as VueUiSparkTrend,
|
|
41
|
+
K as VueUiSparkbar,
|
|
42
|
+
L as VueUiSparkgauge,
|
|
43
|
+
N as VueUiSparkline,
|
|
44
|
+
O as VueUiStripPlot,
|
|
45
|
+
X as VueUiTable,
|
|
46
|
+
j as VueUiTableHeatmap,
|
|
47
|
+
q as VueUiTableSparkline,
|
|
48
|
+
z as VueUiThermometer,
|
|
49
|
+
F as VueUiTiremarks,
|
|
50
|
+
J as VueUiTreemap,
|
|
51
|
+
Y as VueUiVerticalBar,
|
|
52
|
+
Z as VueUiWaffle,
|
|
53
|
+
$ as VueUiWheel,
|
|
53
54
|
_ as VueUiXy,
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
aa as getPalette,
|
|
56
|
+
ea as getVueDataUiConfig
|
|
56
57
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-data-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.44",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
|
|
7
7
|
"keywords": [
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"data visualization",
|
|
19
19
|
"donut evolution",
|
|
20
20
|
"donut",
|
|
21
|
+
"dumbbell",
|
|
21
22
|
"galaxy",
|
|
22
23
|
"gauge",
|
|
23
24
|
"graph",
|