@flux-ui/statistics 3.0.0-next.70 → 3.0.0-next.71
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/dist/component/FluxStatisticsAreaChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsBarChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsBase.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsBoxPlotChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsBubbleChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsCandlestickChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsChange.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsChartPane.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsComparison.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsDetailsTable.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsDetailsTableRow.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsDonutChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsEmpty.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsGrid.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsHeatmapChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsKpi.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsLegend.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsLegendItem.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsLegendScope.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsLineChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsMeter.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsMetric.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsMixedChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsPercentageBar.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsPieChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsPolarAreaChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsRadarChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsRadialBar.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsScatterChart.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsSparkline.vue.d.ts +1 -2
- package/dist/component/FluxStatisticsTreemapChart.vue.d.ts +1 -2
- package/package.json +4 -4
|
@@ -12,6 +12,5 @@ type __VLS_Props = {
|
|
|
12
12
|
readonly xAxisLabels?: boolean;
|
|
13
13
|
readonly yAxisLabels?: boolean;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
16
|
export default _default;
|
|
@@ -12,6 +12,5 @@ type __VLS_Props = {
|
|
|
12
12
|
readonly xAxisLabels?: boolean;
|
|
13
13
|
readonly yAxisLabels?: boolean;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
16
|
export default _default;
|
|
@@ -11,8 +11,7 @@ type __VLS_Slots = {
|
|
|
11
11
|
info?(): any;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
14
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
15
|
export default _default;
|
|
17
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
18
17
|
new (): {
|
|
@@ -10,6 +10,5 @@ type __VLS_Props = {
|
|
|
10
10
|
readonly xAxisLabels?: boolean;
|
|
11
11
|
readonly yAxisLabels?: boolean;
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
14
|
export default _default;
|
|
@@ -9,6 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
readonly xAxisLabels?: boolean;
|
|
10
10
|
readonly yAxisLabels?: boolean;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
13
|
export default _default;
|
|
@@ -10,6 +10,5 @@ type __VLS_Props = {
|
|
|
10
10
|
readonly xAxisLabels?: boolean;
|
|
11
11
|
readonly yAxisLabels?: boolean;
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
14
|
export default _default;
|
|
@@ -5,6 +5,5 @@ type __VLS_Props = {
|
|
|
5
5
|
readonly icon?: FluxIconName;
|
|
6
6
|
readonly value: string | number;
|
|
7
7
|
};
|
|
8
|
-
declare const
|
|
9
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10
9
|
export default _default;
|
|
@@ -4,8 +4,7 @@ import { ECharts } from 'echarts/core';
|
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
readonly options?: EChartsOption;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const _default: DefineComponent<__VLS_Props, {
|
|
8
8
|
chartInstance: Ref<ECharts, ECharts>;
|
|
9
9
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
10
|
export default _default;
|
|
@@ -14,8 +14,7 @@ type __VLS_Slots = {
|
|
|
14
14
|
toolbar?(): any;
|
|
15
15
|
};
|
|
16
16
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
17
|
-
declare const
|
|
18
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
18
|
export default _default;
|
|
20
19
|
type __VLS_WithSlots<T, S> = T & {
|
|
21
20
|
new (): {
|
|
@@ -11,6 +11,5 @@ type __VLS_Props = {
|
|
|
11
11
|
readonly showDelta?: boolean;
|
|
12
12
|
readonly title: string;
|
|
13
13
|
};
|
|
14
|
-
declare const
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
14
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
16
15
|
export default _default;
|
|
@@ -6,8 +6,7 @@ type __VLS_Slots = {
|
|
|
6
6
|
default(): any;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
10
|
export default _default;
|
|
12
11
|
type __VLS_WithSlots<T, S> = T & {
|
|
13
12
|
new (): {
|
|
@@ -3,6 +3,5 @@ type __VLS_Props = {
|
|
|
3
3
|
readonly label: string;
|
|
4
4
|
readonly value: string;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
6
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
7
|
export default _default;
|
|
@@ -9,6 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
readonly tooltip?: boolean;
|
|
10
10
|
readonly tooltipValueFormatter?: ChartTooltipValueFormatter;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
13
|
export default _default;
|
|
@@ -9,8 +9,7 @@ type __VLS_Slots = {
|
|
|
9
9
|
default?(): any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
13
|
export default _default;
|
|
15
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
16
15
|
new (): {
|
|
@@ -12,8 +12,7 @@ type __VLS_Slots = {} & {
|
|
|
12
12
|
default?: (props: typeof __VLS_1) => any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
16
|
export default _default;
|
|
18
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
19
18
|
new (): {
|
|
@@ -10,6 +10,5 @@ type __VLS_Props = {
|
|
|
10
10
|
readonly yAxisLabels?: boolean;
|
|
11
11
|
readonly yLabels?: readonly string[];
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
14
|
export default _default;
|
|
@@ -7,6 +7,5 @@ type __VLS_Props = {
|
|
|
7
7
|
readonly title: string;
|
|
8
8
|
readonly value: string | number;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
11
|
export default _default;
|
|
@@ -4,8 +4,7 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_1) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
declare const
|
|
8
|
-
declare const _default: typeof __VLS_export;
|
|
7
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
8
|
export default _default;
|
|
10
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
11
10
|
new (): {
|
|
@@ -7,6 +7,5 @@ type __VLS_Props = {
|
|
|
7
7
|
readonly label: string;
|
|
8
8
|
readonly value?: string | number;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
11
|
export default _default;
|
|
@@ -3,8 +3,7 @@ type __VLS_Slots = {
|
|
|
3
3
|
default(): any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
7
|
export default _default;
|
|
9
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
10
9
|
new (): {
|
|
@@ -12,6 +12,5 @@ type __VLS_Props = {
|
|
|
12
12
|
readonly xAxisLabels?: boolean;
|
|
13
13
|
readonly yAxisLabels?: boolean;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
16
|
export default _default;
|
|
@@ -10,6 +10,5 @@ type __VLS_Props = {
|
|
|
10
10
|
readonly title?: string;
|
|
11
11
|
readonly value: number;
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
14
|
export default _default;
|
|
@@ -12,8 +12,7 @@ type __VLS_Slots = {
|
|
|
12
12
|
default?(): any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
16
|
export default _default;
|
|
18
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
19
18
|
new (): {
|
|
@@ -12,6 +12,5 @@ type __VLS_Props = {
|
|
|
12
12
|
readonly xAxisLabels?: boolean;
|
|
13
13
|
readonly yAxisLabels?: boolean;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
16
|
export default _default;
|
|
@@ -3,6 +3,5 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
readonly items: FluxStatisticsPercentageBarItemObject[];
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
6
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
7
|
export default _default;
|
|
@@ -9,6 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
readonly tooltip?: boolean;
|
|
10
10
|
readonly tooltipValueFormatter?: ChartTooltipValueFormatter;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
13
|
export default _default;
|
|
@@ -9,6 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
readonly tooltip?: boolean;
|
|
10
10
|
readonly tooltipValueFormatter?: ChartTooltipValueFormatter;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
13
|
export default _default;
|
|
@@ -7,6 +7,5 @@ type __VLS_Props = {
|
|
|
7
7
|
readonly series: readonly FluxStatisticsChartRadarSeries[];
|
|
8
8
|
readonly tooltip?: boolean;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
11
|
export default _default;
|
|
@@ -6,6 +6,5 @@ type __VLS_Props = {
|
|
|
6
6
|
readonly series: readonly FluxStatisticsChartGaugeSeries[];
|
|
7
7
|
readonly tooltip?: boolean;
|
|
8
8
|
};
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
10
|
export default _default;
|
|
@@ -9,6 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
readonly xAxisLabels?: boolean;
|
|
10
10
|
readonly yAxisLabels?: boolean;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
13
|
export default _default;
|
|
@@ -8,6 +8,5 @@ type __VLS_Props = {
|
|
|
8
8
|
readonly series: readonly SparklineSeriesItem[];
|
|
9
9
|
readonly variant?: 'line' | 'bar' | 'area';
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13
12
|
export default _default;
|
|
@@ -6,6 +6,5 @@ type __VLS_Props = {
|
|
|
6
6
|
readonly nodes: readonly FluxStatisticsChartTreemapNode[];
|
|
7
7
|
readonly tooltip?: boolean;
|
|
8
8
|
};
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
10
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flux-ui/statistics",
|
|
3
3
|
"description": "Statistics components for the Flux UI library.",
|
|
4
|
-
"version": "3.0.0-next.
|
|
4
|
+
"version": "3.0.0-next.71",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/basmilius",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@basmilius/common": "^3.35.0",
|
|
53
53
|
"@basmilius/utils": "^3.35.0",
|
|
54
|
-
"@flux-ui/components": "3.0.0-next.
|
|
55
|
-
"@flux-ui/internals": "3.0.0-next.
|
|
56
|
-
"@flux-ui/types": "3.0.0-next.
|
|
54
|
+
"@flux-ui/components": "3.0.0-next.71",
|
|
55
|
+
"@flux-ui/internals": "3.0.0-next.71",
|
|
56
|
+
"@flux-ui/types": "3.0.0-next.71",
|
|
57
57
|
"clsx": "^2.1.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|