vue-data-ui 2.1.40 → 2.1.42
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 +3 -1
- package/dist/documentation/installation.md +1 -0
- package/dist/{index-a6afda38.js → index-3ac77ca4.js} +20060 -19173
- package/dist/{index.es-57e43c28.js → index.es-a402635d.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +164 -6
- package/dist/vue-data-ui.js +21 -20
- package/package.json +1 -1
|
@@ -6,8 +6,8 @@ declare module 'vue-data-ui' {
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
export const VueDataUi: DefineComponent<{
|
|
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[],
|
|
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;
|
|
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;
|
|
11
11
|
}>
|
|
12
12
|
|
|
13
13
|
export type VueUiTooltipParams<TDatapoint, TSeries, TConfig, TBar = any, TLine = any, TPlot = any> = {
|
|
@@ -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";
|
|
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";
|
|
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";
|
|
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";
|
|
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
|
+
stripPlot?: {
|
|
4481
|
+
color?: string;
|
|
4482
|
+
};
|
|
4480
4483
|
galaxy?: {
|
|
4481
4484
|
color?: string;
|
|
4482
4485
|
};
|
|
@@ -4851,9 +4854,164 @@ declare module 'vue-data-ui' {
|
|
|
4851
4854
|
config?: VueUiSparkTrendConfig
|
|
4852
4855
|
}>
|
|
4853
4856
|
|
|
4854
|
-
export type
|
|
4857
|
+
export type VueUiStripPlotConfig = {
|
|
4858
|
+
useCssAnimation?: boolean;
|
|
4859
|
+
userOptions?: {
|
|
4860
|
+
show?: boolean;
|
|
4861
|
+
};
|
|
4862
|
+
table?: {
|
|
4863
|
+
show?: boolean;
|
|
4864
|
+
responsiveBreakpoint?: number;
|
|
4865
|
+
columnNames?: {
|
|
4866
|
+
series?: string;
|
|
4867
|
+
value?: string;
|
|
4868
|
+
};
|
|
4869
|
+
th?: {
|
|
4870
|
+
backgroundColor?: string;
|
|
4871
|
+
color?: string;
|
|
4872
|
+
outline?: string;
|
|
4873
|
+
};
|
|
4874
|
+
td?: {
|
|
4875
|
+
backgroundColor?: string;
|
|
4876
|
+
color?: string;
|
|
4877
|
+
outline?: string;
|
|
4878
|
+
roundingValue?: number;
|
|
4879
|
+
};
|
|
4880
|
+
};
|
|
4881
|
+
style?: {
|
|
4882
|
+
fontFamily?: string;
|
|
4883
|
+
chart?: {
|
|
4884
|
+
backgroundColor?: string;
|
|
4885
|
+
color?: string;
|
|
4886
|
+
height?: number;
|
|
4887
|
+
stripWidth?: number;
|
|
4888
|
+
padding?: {
|
|
4889
|
+
top?: number;
|
|
4890
|
+
left?: number;
|
|
4891
|
+
right?: number;
|
|
4892
|
+
bottom?: number;
|
|
4893
|
+
};
|
|
4894
|
+
grid?: {
|
|
4895
|
+
show?: boolean;
|
|
4896
|
+
stroke?: string;
|
|
4897
|
+
strokeWidth?: number;
|
|
4898
|
+
scaleSteps?: number;
|
|
4899
|
+
shape: "circle" | "triangle" | "square" | "diamond" | "pentagon" | "hexagon" | "star";
|
|
4900
|
+
horizontalGrid?: {
|
|
4901
|
+
show?: boolean;
|
|
4902
|
+
stroke?: string;
|
|
4903
|
+
strokeWidth?: number;
|
|
4904
|
+
strokeDasharray?: number;
|
|
4905
|
+
};
|
|
4906
|
+
verticalGrid?: {
|
|
4907
|
+
show?: boolean;
|
|
4908
|
+
stroke?: string;
|
|
4909
|
+
strokeWidth?: number;
|
|
4910
|
+
strokeDasharray?: number;
|
|
4911
|
+
};
|
|
4912
|
+
};
|
|
4913
|
+
plots?: {
|
|
4914
|
+
opacity?: number;
|
|
4915
|
+
radius?: number;
|
|
4916
|
+
stroke?: string;
|
|
4917
|
+
strokeWidth?: number;
|
|
4918
|
+
gradient?: {
|
|
4919
|
+
show?: boolean;
|
|
4920
|
+
intensity?: number;
|
|
4921
|
+
};
|
|
4922
|
+
};
|
|
4923
|
+
labels?: {
|
|
4924
|
+
prefix?: string;
|
|
4925
|
+
suffix?: string;
|
|
4926
|
+
bestPlotLabel?: {
|
|
4927
|
+
show?: boolean;
|
|
4928
|
+
showValue?: boolean;
|
|
4929
|
+
fontSize?: number;
|
|
4930
|
+
color?: string;
|
|
4931
|
+
rounding?: number;
|
|
4932
|
+
offsetY?: number;
|
|
4933
|
+
};
|
|
4934
|
+
axis?: {
|
|
4935
|
+
xLabel?: string;
|
|
4936
|
+
xLabelOffsetY?: number;
|
|
4937
|
+
yLabel?: string;
|
|
4938
|
+
yLabelOffsetX?: number;
|
|
4939
|
+
fontSize?: number;
|
|
4940
|
+
color?: string;
|
|
4941
|
+
};
|
|
4942
|
+
xAxisLabels?: {
|
|
4943
|
+
show?: number;
|
|
4944
|
+
color?: string;
|
|
4945
|
+
fontSize?: number;
|
|
4946
|
+
offsetY?: number;
|
|
4947
|
+
},
|
|
4948
|
+
yAxisLabels?: {
|
|
4949
|
+
show?: boolean;
|
|
4950
|
+
color?: string;
|
|
4951
|
+
fontSize?: number;
|
|
4952
|
+
rounding?: number;
|
|
4953
|
+
offsetX?: number;
|
|
4954
|
+
};
|
|
4955
|
+
};
|
|
4956
|
+
title?: {
|
|
4957
|
+
text?: string;
|
|
4958
|
+
color?: string;
|
|
4959
|
+
fontSize?: number;
|
|
4960
|
+
bold?: boolean;
|
|
4961
|
+
subtitle?: {
|
|
4962
|
+
color?: string;
|
|
4963
|
+
text?: string;
|
|
4964
|
+
fontSize?: number;
|
|
4965
|
+
bold?: boolean;
|
|
4966
|
+
};
|
|
4967
|
+
};
|
|
4968
|
+
tooltip?: {
|
|
4969
|
+
show?: boolean;
|
|
4970
|
+
color?: string;
|
|
4971
|
+
backgroundColor?: string;
|
|
4972
|
+
fontSize?: number;
|
|
4973
|
+
roundingValue?: number;
|
|
4974
|
+
customFormat?: (params: VueUiTooltipParams<VueUiStripPlotDatapoint, VueUiStripPlotSeriesItem[], VueUiStripPlotConfig>) => string;
|
|
4975
|
+
};
|
|
4976
|
+
};
|
|
4977
|
+
};
|
|
4978
|
+
}
|
|
4979
|
+
|
|
4980
|
+
export type VueUiStripPlotDatapoint = {
|
|
4981
|
+
color: string;
|
|
4982
|
+
id: string;
|
|
4983
|
+
name: string;
|
|
4984
|
+
parentId: string;
|
|
4985
|
+
value: number;
|
|
4986
|
+
x: number;
|
|
4987
|
+
y: number;
|
|
4988
|
+
}
|
|
4989
|
+
|
|
4990
|
+
export type VueUiStripPlotSeriesItem = Array<{
|
|
4991
|
+
color: string;
|
|
4992
|
+
id: string;
|
|
4993
|
+
name: string;
|
|
4994
|
+
plots: Array<Partial<VueUiStripPlotDatapoint>>
|
|
4995
|
+
}>
|
|
4996
|
+
|
|
4997
|
+
export type VueUiStripPlotDatasetItem = {
|
|
4998
|
+
name: string;
|
|
4999
|
+
value: number;
|
|
5000
|
+
};
|
|
5001
|
+
|
|
5002
|
+
export type VueUiStripPlotDataset = {
|
|
5003
|
+
name: string;
|
|
5004
|
+
plots: VueUiStripPlotDatasetItem[];
|
|
5005
|
+
}
|
|
5006
|
+
|
|
5007
|
+
export const VueUiStripPlot: DefineComponent<{
|
|
5008
|
+
config?: VueUiStripPlotConfig,
|
|
5009
|
+
dataset: VueUiStripPlotDataset[]
|
|
5010
|
+
}>
|
|
5011
|
+
|
|
5012
|
+
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;
|
|
4855
5013
|
|
|
4856
|
-
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";
|
|
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";
|
|
4857
5015
|
|
|
4858
5016
|
export const getVueDataUiConfig: () => VueDataUiConfig;
|
|
4859
5017
|
}
|
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
|
|
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 m, D, R as T, K as b, H as h, E as C, N as R, h as f, e as y, W as A, d as H, k as M, v as P, z as x, o as B, j as G, l as Q, u as W, y as v, x as w, Y as E, r as I, O as K, m as L, Z as N, a as O, T as X, I as j, w as q, B as z, S as F, i as J, c as Y, A as Z, V as _, L as $, M as aa } from "./index-3ac77ca4.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
|
@@ -11,9 +11,9 @@ export {
|
|
|
11
11
|
n as VueUiChestnut,
|
|
12
12
|
l as VueUiCursor,
|
|
13
13
|
p as VueUiDashboard,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
S as VueUiDigits,
|
|
15
|
+
d as VueUiDonut,
|
|
16
|
+
k as VueUiDonutEvolution,
|
|
17
17
|
c as VueUiGalaxy,
|
|
18
18
|
g as VueUiGauge,
|
|
19
19
|
m as VueUiHeatmap,
|
|
@@ -28,10 +28,10 @@ export {
|
|
|
28
28
|
A as VueUiQuickChart,
|
|
29
29
|
H as VueUiRadar,
|
|
30
30
|
M as VueUiRating,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
P as VueUiRelationCircle,
|
|
32
|
+
x as VueUiRings,
|
|
33
|
+
B as VueUiScatter,
|
|
34
|
+
G as VueUiScreenshot,
|
|
35
35
|
Q as VueUiSkeleton,
|
|
36
36
|
W as VueUiSmiley,
|
|
37
37
|
v as VueUiSparkHistogram,
|
|
@@ -40,16 +40,17 @@ export {
|
|
|
40
40
|
I as VueUiSparkbar,
|
|
41
41
|
K as VueUiSparkgauge,
|
|
42
42
|
L as VueUiSparkline,
|
|
43
|
-
N as
|
|
44
|
-
O as
|
|
45
|
-
X as
|
|
46
|
-
j as
|
|
47
|
-
q as
|
|
48
|
-
z as
|
|
49
|
-
F as
|
|
50
|
-
J as
|
|
51
|
-
Y as
|
|
52
|
-
Z as
|
|
53
|
-
_ as
|
|
54
|
-
$ as
|
|
43
|
+
N as VueUiStripPlot,
|
|
44
|
+
O as VueUiTable,
|
|
45
|
+
X as VueUiTableHeatmap,
|
|
46
|
+
j as VueUiTableSparkline,
|
|
47
|
+
q as VueUiThermometer,
|
|
48
|
+
z as VueUiTiremarks,
|
|
49
|
+
F as VueUiTreemap,
|
|
50
|
+
J as VueUiVerticalBar,
|
|
51
|
+
Y as VueUiWaffle,
|
|
52
|
+
Z as VueUiWheel,
|
|
53
|
+
_ as VueUiXy,
|
|
54
|
+
$ as getPalette,
|
|
55
|
+
aa as getVueDataUiConfig
|
|
55
56
|
};
|
package/package.json
CHANGED