@flux-ui/statistics 3.0.0-next.70 → 3.0.0-next.72
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/dist/index.js +24 -15
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
|
@@ -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/dist/index.js
CHANGED
|
@@ -6782,7 +6782,7 @@ function friendlyDateTime(dateTimeish) {
|
|
|
6782
6782
|
else throw new InvalidArgumentError(`Unknown datetime argument: ${dateTimeish}, of type ${typeof dateTimeish}`);
|
|
6783
6783
|
}
|
|
6784
6784
|
//#endregion
|
|
6785
|
-
//#region ../../node_modules/.bun/@basmilius+utils@3.
|
|
6785
|
+
//#region ../../node_modules/.bun/@basmilius+utils@3.37.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
|
|
6786
6786
|
function p$2(e, t = 0) {
|
|
6787
6787
|
let n = typeof navigator < `u` ? navigator.language : `nl-NL`;
|
|
6788
6788
|
return new Intl.NumberFormat(n, {
|
|
@@ -10740,7 +10740,7 @@ useMode(definition$2);
|
|
|
10740
10740
|
useMode(definition$1);
|
|
10741
10741
|
useMode(definition);
|
|
10742
10742
|
//#endregion
|
|
10743
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
10743
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.37.0+f97c77f67c914c00/node_modules/@basmilius/http-client/dist/index.mjs
|
|
10744
10744
|
function adapter_default(Parent) {
|
|
10745
10745
|
return class extends Parent {
|
|
10746
10746
|
constructor(...args) {
|
|
@@ -10748,6 +10748,11 @@ function adapter_default(Parent) {
|
|
|
10748
10748
|
}
|
|
10749
10749
|
};
|
|
10750
10750
|
}
|
|
10751
|
+
function bound_default() {
|
|
10752
|
+
return (target, method) => {
|
|
10753
|
+
target[method] = target[method].bind(target);
|
|
10754
|
+
};
|
|
10755
|
+
}
|
|
10751
10756
|
/**
|
|
10752
10757
|
* Checks if the two given values are equal. When both values are a
|
|
10753
10758
|
* dto, the check is done by firstly converthing them to JSON.
|
|
@@ -10771,7 +10776,7 @@ var TRIGGER = Symbol();
|
|
|
10771
10776
|
* Checks if the given object is a dto.
|
|
10772
10777
|
*/
|
|
10773
10778
|
function isDto_default(obj) {
|
|
10774
|
-
return
|
|
10779
|
+
return typeof obj === "object" && obj !== null && NAME in obj;
|
|
10775
10780
|
}
|
|
10776
10781
|
/**
|
|
10777
10782
|
* Asserts that the given object is a dto.
|
|
@@ -10826,6 +10831,9 @@ var markDtoClean = circularProtect_default(function(obj) {
|
|
|
10826
10831
|
if (!obj[CHILDREN] || obj[CHILDREN].length === 0) return;
|
|
10827
10832
|
obj[CHILDREN].filter(isDtoDirty_default).forEach(markDtoClean);
|
|
10828
10833
|
});
|
|
10834
|
+
function isProxiedArray_default(value) {
|
|
10835
|
+
return Array.isArray(value) && PARENT in value;
|
|
10836
|
+
}
|
|
10829
10837
|
/**
|
|
10830
10838
|
* Marks the given dto dirty.
|
|
10831
10839
|
*/
|
|
@@ -10852,7 +10860,7 @@ function relateDtoTo_default(dto, parent, key) {
|
|
|
10852
10860
|
*/
|
|
10853
10861
|
function relateValueTo_default(dto, key, value) {
|
|
10854
10862
|
if (isDto_default(value)) relateDtoTo_default(value, dto, key);
|
|
10855
|
-
else if (
|
|
10863
|
+
else if (isProxiedArray_default(value)) {
|
|
10856
10864
|
for (const item of value) {
|
|
10857
10865
|
if (!isDto_default(item)) continue;
|
|
10858
10866
|
relateDtoTo_default(item, dto, key);
|
|
@@ -10884,7 +10892,7 @@ function unrelateDtoFrom_default(dto, parent) {
|
|
|
10884
10892
|
*/
|
|
10885
10893
|
function unrelateValueFrom_default(dto, value) {
|
|
10886
10894
|
if (isDto_default(value)) unrelateDtoFrom_default(value, dto);
|
|
10887
|
-
else if (
|
|
10895
|
+
else if (isProxiedArray_default(value)) {
|
|
10888
10896
|
for (const item of value) if (isDto_default(item)) unrelateDtoFrom_default(item, dto);
|
|
10889
10897
|
value[PARENT] = void 0;
|
|
10890
10898
|
value[PARENT_KEY] = void 0;
|
|
@@ -10928,7 +10936,7 @@ var arrayProxy_default = {
|
|
|
10928
10936
|
}
|
|
10929
10937
|
};
|
|
10930
10938
|
/**
|
|
10931
|
-
* Checks if the
|
|
10939
|
+
* Checks if the proxy should ignore the given key.
|
|
10932
10940
|
*/
|
|
10933
10941
|
function ignored(target, key) {
|
|
10934
10942
|
return typeof key === "symbol" || typeof target[key] === "function" || key === "length";
|
|
@@ -10973,7 +10981,7 @@ var instanceProxy_default = {
|
|
|
10973
10981
|
const oldValue = descriptor.get?.call(target) ?? void 0;
|
|
10974
10982
|
if (areEqual_default(value, oldValue)) return true;
|
|
10975
10983
|
unrelateValueFrom_default(target, oldValue);
|
|
10976
|
-
if (Array.isArray(value) && !value
|
|
10984
|
+
if (Array.isArray(value) && !isProxiedArray_default(value)) value = new Proxy(value, arrayProxy_default);
|
|
10977
10985
|
descriptor.set.call(target, value);
|
|
10978
10986
|
relateValueTo_default(target, key, value);
|
|
10979
10987
|
markDtoDirty(target, key);
|
|
@@ -11097,7 +11105,7 @@ function dto_default(clazz) {
|
|
|
11097
11105
|
K(clazz.prototype, DESCRIPTORS, descriptors);
|
|
11098
11106
|
K(clazz.prototype, NAME, clazz.name);
|
|
11099
11107
|
K(clazz.prototype, PROPERTIES, properties);
|
|
11100
|
-
K(clazz, Symbol.hasInstance, (instance) => typeof instance === "object" && instance
|
|
11108
|
+
K(clazz, Symbol.hasInstance, (instance) => typeof instance === "object" && instance !== null && NAME in instance && instance[NAME] === clazz.name);
|
|
11101
11109
|
G$1(clazz, "clone", clone_default);
|
|
11102
11110
|
G$1(clazz, "fill", fill_default);
|
|
11103
11111
|
G$1(clazz, "toJSON", toJSON_default);
|
|
@@ -11118,6 +11126,12 @@ function __decorate(decorators, target, key, desc) {
|
|
|
11118
11126
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
11119
11127
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
11120
11128
|
}
|
|
11129
|
+
var X = class {
|
|
11130
|
+
test() {
|
|
11131
|
+
return true;
|
|
11132
|
+
}
|
|
11133
|
+
};
|
|
11134
|
+
__decorate([bound_default()], X.prototype, "test", null);
|
|
11121
11135
|
var BlobResponse = class BlobResponse {
|
|
11122
11136
|
get blob() {
|
|
11123
11137
|
return this.#blob;
|
|
@@ -11230,7 +11244,7 @@ var HttpAdapter = _HttpAdapter = class HttpAdapter {
|
|
|
11230
11244
|
const defaultFilename = `download-${DateTime.now().toFormat("yyyy-MM-dd HH-mm-ss")}`;
|
|
11231
11245
|
if (!header.startsWith("attachment")) return defaultFilename;
|
|
11232
11246
|
const matches = /filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(header);
|
|
11233
|
-
if (
|
|
11247
|
+
if (!matches || matches.length < 2) return defaultFilename;
|
|
11234
11248
|
return matches[1].replaceAll("'", "").replaceAll("\"", "").replaceAll("/", "-").replaceAll(":", "-");
|
|
11235
11249
|
}
|
|
11236
11250
|
static parseRequestError(data, statusCode) {
|
|
@@ -11238,12 +11252,7 @@ var HttpAdapter = _HttpAdapter = class HttpAdapter {
|
|
|
11238
11252
|
}
|
|
11239
11253
|
static parseValidationError(data) {
|
|
11240
11254
|
let errors;
|
|
11241
|
-
if (data.errors)
|
|
11242
|
-
errors = {};
|
|
11243
|
-
Object.entries(data.errors).forEach(([key, value]) => {
|
|
11244
|
-
errors[key] = _HttpAdapter.parseValidationError(value);
|
|
11245
|
-
});
|
|
11246
|
-
}
|
|
11255
|
+
if (data.errors) errors = Object.fromEntries(Object.entries(data.errors).map(([key, value]) => [key, _HttpAdapter.parseValidationError(value)]));
|
|
11247
11256
|
return new ValidationError_default(data.code, data.error, data.error_description, errors, data.params);
|
|
11248
11257
|
}
|
|
11249
11258
|
};
|