@flux-ui/statistics 3.0.0-next.69 → 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/dist/index.js +5 -8
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
|
@@ -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
|
@@ -5300,7 +5300,7 @@ var DateTime = class DateTime {
|
|
|
5300
5300
|
*/
|
|
5301
5301
|
static fromMillis(milliseconds, options = {}) {
|
|
5302
5302
|
if (!isNumber(milliseconds)) throw new InvalidArgumentError(`fromMillis requires a numerical input, but received a ${typeof milliseconds} with value ${milliseconds}`);
|
|
5303
|
-
else if (milliseconds < -
|
|
5303
|
+
else if (milliseconds < -864e13 || milliseconds > MAX_DATE) return DateTime.invalid("Timestamp out of range");
|
|
5304
5304
|
else return new DateTime({
|
|
5305
5305
|
ts: milliseconds,
|
|
5306
5306
|
zone: normalizeZone(options.zone, Settings.defaultZone),
|
|
@@ -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.35.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, {
|
|
@@ -9922,14 +9922,11 @@ var convertOklabToRgb = (c) => convertLrgbToRgb(convertOklabToLrgb(c));
|
|
|
9922
9922
|
function toe(x) {
|
|
9923
9923
|
const k_1 = .206;
|
|
9924
9924
|
const k_2 = .03;
|
|
9925
|
-
const k_3 =
|
|
9925
|
+
const k_3 = 1.206 / 1.03;
|
|
9926
9926
|
return .5 * (k_3 * x - k_1 + Math.sqrt((k_3 * x - k_1) * (k_3 * x - k_1) + 4 * k_2 * k_3 * x));
|
|
9927
9927
|
}
|
|
9928
9928
|
function toe_inv(x) {
|
|
9929
|
-
|
|
9930
|
-
const k_2 = .03;
|
|
9931
|
-
const k_3 = (1 + k_1) / (1 + k_2);
|
|
9932
|
-
return (x * x + k_1 * x) / (k_3 * (x + k_2));
|
|
9929
|
+
return (x * x + .206 * x) / (1.206 / 1.03 * (x + .03));
|
|
9933
9930
|
}
|
|
9934
9931
|
function compute_max_saturation(a, b) {
|
|
9935
9932
|
let k0, k1, k2, k3, k4, wl, wm, ws;
|
|
@@ -10743,7 +10740,7 @@ useMode(definition$2);
|
|
|
10743
10740
|
useMode(definition$1);
|
|
10744
10741
|
useMode(definition);
|
|
10745
10742
|
//#endregion
|
|
10746
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
10743
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.35.0+f97c77f67c914c00/node_modules/@basmilius/http-client/dist/index.mjs
|
|
10747
10744
|
function adapter_default(Parent) {
|
|
10748
10745
|
return class extends Parent {
|
|
10749
10746
|
constructor(...args) {
|