@lumal/datav 0.0.1-beta
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/LICENSE +21 -0
- package/README.md +128 -0
- package/THIRD_PARTY_NOTICES.md +37 -0
- package/dist/LumalActiveRingChart-BZAnPotP.js +1 -0
- package/dist/LumalActiveRingChart-DAgLadE-.cjs +1 -0
- package/dist/LumalBorderBox-DSHHbgJu.cjs +1 -0
- package/dist/LumalBorderBox-DZJ3KW8d.js +1 -0
- package/dist/LumalCapsuleChart-BUfj4j3C.cjs +1 -0
- package/dist/LumalCapsuleChart-DxUDrb_Q.js +1 -0
- package/dist/LumalCharts-6FM9fUmp.cjs +1 -0
- package/dist/LumalCharts-Dzb92It8.js +1 -0
- package/dist/LumalConicalColumnChart-DN27lsqT.cjs +1 -0
- package/dist/LumalConicalColumnChart-DicGl-cp.js +1 -0
- package/dist/LumalDecoration-02s-uU9A.cjs +1 -0
- package/dist/LumalDecoration-CFP6mGDX.js +1 -0
- package/dist/LumalDigitalFlop-BCwB_0xK.js +1 -0
- package/dist/LumalDigitalFlop-D_s0BSsf.cjs +1 -0
- package/dist/LumalFlylineChart-DrAeXBaZ.js +1 -0
- package/dist/LumalFlylineChart-TnxrJEMI.cjs +1 -0
- package/dist/LumalFlylineChartEnhanced-CFzlWBaT.cjs +1 -0
- package/dist/LumalFlylineChartEnhanced-DbgmZsV1.js +1 -0
- package/dist/LumalFullScreenContainer-Bvej1mB0.cjs +1 -0
- package/dist/LumalFullScreenContainer-DiyLPEHD.js +1 -0
- package/dist/LumalLoading-CocjSeO3.js +1 -0
- package/dist/LumalLoading-D47cRNh0.cjs +1 -0
- package/dist/LumalPercentPond-jg4_kHaE.cjs +1 -0
- package/dist/LumalPercentPond-vAtYNFU-.js +1 -0
- package/dist/LumalScrollBoard-CrS1y498.js +1 -0
- package/dist/LumalScrollBoard-HKF85wB3.cjs +1 -0
- package/dist/LumalScrollRankingBoard-CwIxBYWh.cjs +1 -0
- package/dist/LumalScrollRankingBoard-DMVRrsyi.js +1 -0
- package/dist/LumalWaterLevelPond-BY5GTRIa.cjs +1 -0
- package/dist/LumalWaterLevelPond-CmWyv5mD.js +1 -0
- package/dist/_plugin-vue_export-helper-BXystuG9.cjs +1 -0
- package/dist/_plugin-vue_export-helper-DgLP3hnZ.js +1 -0
- package/dist/active-ring-chart.cjs +1 -0
- package/dist/active-ring-chart.js +1 -0
- package/dist/border-box.cjs +1 -0
- package/dist/border-box.js +1 -0
- package/dist/capsule-chart.cjs +1 -0
- package/dist/capsule-chart.js +1 -0
- package/dist/charts.cjs +1 -0
- package/dist/charts.js +1 -0
- package/dist/conical-column-chart.cjs +1 -0
- package/dist/conical-column-chart.js +1 -0
- package/dist/datav.css +2 -0
- package/dist/decoration.cjs +1 -0
- package/dist/decoration.js +1 -0
- package/dist/digital-flop.cjs +1 -0
- package/dist/digital-flop.js +1 -0
- package/dist/flyline-chart-enhanced.cjs +1 -0
- package/dist/flyline-chart-enhanced.js +1 -0
- package/dist/flyline-chart.cjs +1 -0
- package/dist/flyline-chart.js +1 -0
- package/dist/flyline-utils-Cnlyo5PA.cjs +1 -0
- package/dist/flyline-utils-ooknYNuU.js +1 -0
- package/dist/full-screen-container.cjs +1 -0
- package/dist/full-screen-container.js +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/dist/loading.cjs +1 -0
- package/dist/loading.js +1 -0
- package/dist/percent-pond.cjs +1 -0
- package/dist/percent-pond.js +1 -0
- package/dist/scroll-board.cjs +1 -0
- package/dist/scroll-board.js +1 -0
- package/dist/scroll-ranking-board.cjs +1 -0
- package/dist/scroll-ranking-board.js +1 -0
- package/dist/src/components/LumalActiveRingChart.vue.d.ts +28 -0
- package/dist/src/components/LumalActiveRingChart.vue.d.ts.map +1 -0
- package/dist/src/components/LumalBorderBox.vue.d.ts +38 -0
- package/dist/src/components/LumalBorderBox.vue.d.ts.map +1 -0
- package/dist/src/components/LumalCapsuleChart.vue.d.ts +24 -0
- package/dist/src/components/LumalCapsuleChart.vue.d.ts.map +1 -0
- package/dist/src/components/LumalCharts.vue.d.ts +141 -0
- package/dist/src/components/LumalCharts.vue.d.ts.map +1 -0
- package/dist/src/components/LumalConicalColumnChart.vue.d.ts +32 -0
- package/dist/src/components/LumalConicalColumnChart.vue.d.ts.map +1 -0
- package/dist/src/components/LumalDecoration.vue.d.ts +38 -0
- package/dist/src/components/LumalDecoration.vue.d.ts.map +1 -0
- package/dist/src/components/LumalDigitalFlop.vue.d.ts +25 -0
- package/dist/src/components/LumalDigitalFlop.vue.d.ts.map +1 -0
- package/dist/src/components/LumalFlylineChart.vue.d.ts +18 -0
- package/dist/src/components/LumalFlylineChart.vue.d.ts.map +1 -0
- package/dist/src/components/LumalFlylineChartEnhanced.vue.d.ts +18 -0
- package/dist/src/components/LumalFlylineChartEnhanced.vue.d.ts.map +1 -0
- package/dist/src/components/LumalFullScreenContainer.vue.d.ts +31 -0
- package/dist/src/components/LumalFullScreenContainer.vue.d.ts.map +1 -0
- package/dist/src/components/LumalLoading.vue.d.ts +31 -0
- package/dist/src/components/LumalLoading.vue.d.ts.map +1 -0
- package/dist/src/components/LumalPercentPond.vue.d.ts +23 -0
- package/dist/src/components/LumalPercentPond.vue.d.ts.map +1 -0
- package/dist/src/components/LumalScrollBoard.vue.d.ts +48 -0
- package/dist/src/components/LumalScrollBoard.vue.d.ts.map +1 -0
- package/dist/src/components/LumalScrollRankingBoard.vue.d.ts +36 -0
- package/dist/src/components/LumalScrollRankingBoard.vue.d.ts.map +1 -0
- package/dist/src/components/LumalWaterLevelPond.vue.d.ts +23 -0
- package/dist/src/components/LumalWaterLevelPond.vue.d.ts.map +1 -0
- package/dist/src/components/borderBoxGeometry.d.ts +2 -0
- package/dist/src/components/borderBoxGeometry.d.ts.map +1 -0
- package/dist/src/components/decorationGeometry.d.ts +34 -0
- package/dist/src/components/decorationGeometry.d.ts.map +1 -0
- package/dist/src/composables/useAnimationPause.d.ts +3 -0
- package/dist/src/composables/useAnimationPause.d.ts.map +1 -0
- package/dist/src/composables/useDataVScrollAnimation.d.ts +22 -0
- package/dist/src/composables/useDataVScrollAnimation.d.ts.map +1 -0
- package/dist/src/composables/useElementSize.d.ts +7 -0
- package/dist/src/composables/useElementSize.d.ts.map +1 -0
- package/dist/src/composables/useFullScreenScale.d.ts +34 -0
- package/dist/src/composables/useFullScreenScale.d.ts.map +1 -0
- package/dist/src/composables/usePausableAutoplay.d.ts +15 -0
- package/dist/src/composables/usePausableAutoplay.d.ts.map +1 -0
- package/dist/src/composables/useReducedMotion.d.ts +2 -0
- package/dist/src/composables/useReducedMotion.d.ts.map +1 -0
- package/dist/src/composables/useSvgAnimationPause.d.ts +9 -0
- package/dist/src/composables/useSvgAnimationPause.d.ts.map +1 -0
- package/dist/src/flyline-utils.d.ts +12 -0
- package/dist/src/flyline-utils.d.ts.map +1 -0
- package/dist/src/index.d.ts +735 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/types.d.ts +271 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/utils.d.ts +9 -0
- package/dist/src/utils.d.ts.map +1 -0
- package/dist/useAnimationPause-DP4oaEoq.cjs +1 -0
- package/dist/useAnimationPause-DSOHlI2X.js +1 -0
- package/dist/useDataVScrollAnimation-BOXD7OZB.js +1 -0
- package/dist/useDataVScrollAnimation-C9_e6lZo.cjs +1 -0
- package/dist/useElementSize-CKA7EtNB.js +1 -0
- package/dist/useElementSize-CZjD5sCp.cjs +1 -0
- package/dist/useReducedMotion-B0VTSXyW.cjs +1 -0
- package/dist/useReducedMotion-DrRe5YGn.js +1 -0
- package/dist/useSvgAnimationPause-BwvaaskB.cjs +1 -0
- package/dist/useSvgAnimationPause-C2PzKmDN.js +1 -0
- package/dist/utils-BmGYN0WH.js +1 -0
- package/dist/utils-W5S-hj72.cjs +1 -0
- package/dist/water-level-pond.cjs +1 -0
- package/dist/water-level-pond.js +1 -0
- package/package.json +126 -0
|
@@ -0,0 +1,735 @@
|
|
|
1
|
+
import type { App } from 'vue';
|
|
2
|
+
import './source-style.css';
|
|
3
|
+
type WithInstall<T> = T & {
|
|
4
|
+
install: (app: App) => void;
|
|
5
|
+
};
|
|
6
|
+
export declare const LumalActiveRingChart: WithInstall<import("vue").DefineComponent<{
|
|
7
|
+
items?: readonly import("./types").DataValueItem[];
|
|
8
|
+
config?: import("./types").ActiveRingChartConfig;
|
|
9
|
+
interval?: number;
|
|
10
|
+
autoplay?: boolean;
|
|
11
|
+
ariaLabel?: string;
|
|
12
|
+
} & {
|
|
13
|
+
activeKey?: import("./types").DataValueKey;
|
|
14
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
select: (item: import("./types").DataValueItem) => any;
|
|
16
|
+
"update:activeKey": (value: import("./types").DataValueKey | undefined) => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
+
items?: readonly import("./types").DataValueItem[];
|
|
19
|
+
config?: import("./types").ActiveRingChartConfig;
|
|
20
|
+
interval?: number;
|
|
21
|
+
autoplay?: boolean;
|
|
22
|
+
ariaLabel?: string;
|
|
23
|
+
} & {
|
|
24
|
+
activeKey?: import("./types").DataValueKey;
|
|
25
|
+
}> & Readonly<{
|
|
26
|
+
onSelect?: ((item: import("./types").DataValueItem) => any) | undefined;
|
|
27
|
+
"onUpdate:activeKey"?: ((value: import("./types").DataValueKey | undefined) => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
config: import("./types").ActiveRingChartConfig;
|
|
30
|
+
ariaLabel: string;
|
|
31
|
+
items: readonly import("./types").DataValueItem[];
|
|
32
|
+
interval: number;
|
|
33
|
+
autoplay: boolean;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
35
|
+
export declare const LumalBorderBox: WithInstall<{
|
|
36
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
37
|
+
variant?: import("./types").BorderBoxVariant;
|
|
38
|
+
color?: readonly string[];
|
|
39
|
+
colors?: readonly [string, string];
|
|
40
|
+
backgroundColor?: string;
|
|
41
|
+
background?: string;
|
|
42
|
+
dur?: number;
|
|
43
|
+
duration?: number;
|
|
44
|
+
reverse?: boolean;
|
|
45
|
+
title?: string;
|
|
46
|
+
titleWidth?: number;
|
|
47
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
48
|
+
title: string;
|
|
49
|
+
reverse: boolean;
|
|
50
|
+
duration: number;
|
|
51
|
+
variant: import("./types").BorderBoxVariant;
|
|
52
|
+
colors: readonly [string, string];
|
|
53
|
+
background: string;
|
|
54
|
+
titleWidth: number;
|
|
55
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
56
|
+
P: {};
|
|
57
|
+
B: {};
|
|
58
|
+
D: {};
|
|
59
|
+
C: {};
|
|
60
|
+
M: {};
|
|
61
|
+
Defaults: {};
|
|
62
|
+
}, Readonly<{
|
|
63
|
+
variant?: import("./types").BorderBoxVariant;
|
|
64
|
+
color?: readonly string[];
|
|
65
|
+
colors?: readonly [string, string];
|
|
66
|
+
backgroundColor?: string;
|
|
67
|
+
background?: string;
|
|
68
|
+
dur?: number;
|
|
69
|
+
duration?: number;
|
|
70
|
+
reverse?: boolean;
|
|
71
|
+
title?: string;
|
|
72
|
+
titleWidth?: number;
|
|
73
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
74
|
+
title: string;
|
|
75
|
+
reverse: boolean;
|
|
76
|
+
duration: number;
|
|
77
|
+
variant: import("./types").BorderBoxVariant;
|
|
78
|
+
colors: readonly [string, string];
|
|
79
|
+
background: string;
|
|
80
|
+
titleWidth: number;
|
|
81
|
+
}>;
|
|
82
|
+
__isFragment?: never;
|
|
83
|
+
__isTeleport?: never;
|
|
84
|
+
__isSuspense?: never;
|
|
85
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
86
|
+
variant?: import("./types").BorderBoxVariant;
|
|
87
|
+
color?: readonly string[];
|
|
88
|
+
colors?: readonly [string, string];
|
|
89
|
+
backgroundColor?: string;
|
|
90
|
+
background?: string;
|
|
91
|
+
dur?: number;
|
|
92
|
+
duration?: number;
|
|
93
|
+
reverse?: boolean;
|
|
94
|
+
title?: string;
|
|
95
|
+
titleWidth?: number;
|
|
96
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
97
|
+
title: string;
|
|
98
|
+
reverse: boolean;
|
|
99
|
+
duration: number;
|
|
100
|
+
variant: import("./types").BorderBoxVariant;
|
|
101
|
+
colors: readonly [string, string];
|
|
102
|
+
background: string;
|
|
103
|
+
titleWidth: number;
|
|
104
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
105
|
+
$slots: {
|
|
106
|
+
default?: (props: {}) => any;
|
|
107
|
+
};
|
|
108
|
+
})>;
|
|
109
|
+
export declare const LumalCapsuleChart: WithInstall<import("vue").DefineComponent<{
|
|
110
|
+
items?: readonly import("./types").DataValueItem[];
|
|
111
|
+
config?: import("./types").CapsuleChartConfig;
|
|
112
|
+
colors?: readonly string[];
|
|
113
|
+
max?: number;
|
|
114
|
+
unit?: string;
|
|
115
|
+
sort?: false | "asc" | "desc";
|
|
116
|
+
showValue?: boolean;
|
|
117
|
+
ariaLabel?: string;
|
|
118
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
119
|
+
items?: readonly import("./types").DataValueItem[];
|
|
120
|
+
config?: import("./types").CapsuleChartConfig;
|
|
121
|
+
colors?: readonly string[];
|
|
122
|
+
max?: number;
|
|
123
|
+
unit?: string;
|
|
124
|
+
sort?: false | "asc" | "desc";
|
|
125
|
+
showValue?: boolean;
|
|
126
|
+
ariaLabel?: string;
|
|
127
|
+
}> & Readonly<{}>, {
|
|
128
|
+
config: import("./types").CapsuleChartConfig;
|
|
129
|
+
ariaLabel: string;
|
|
130
|
+
sort: false | "asc" | "desc";
|
|
131
|
+
items: readonly import("./types").DataValueItem[];
|
|
132
|
+
max: number;
|
|
133
|
+
colors: readonly string[];
|
|
134
|
+
unit: string;
|
|
135
|
+
showValue: boolean;
|
|
136
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
137
|
+
export declare const LumalCharts: WithInstall<import("vue").DefineComponent<{
|
|
138
|
+
config?: import("./types").DataVChartsOption;
|
|
139
|
+
option?: import("echarts").EChartsOption;
|
|
140
|
+
theme?: string | object | null;
|
|
141
|
+
initOptions?: import("echarts").EChartsInitOpts;
|
|
142
|
+
setOptionOptions?: import("echarts").SetOptionOpts;
|
|
143
|
+
autoResize?: boolean;
|
|
144
|
+
events?: Readonly<Record<string, (...args: unknown[]) => void>>;
|
|
145
|
+
group?: string;
|
|
146
|
+
loading?: boolean;
|
|
147
|
+
loadingType?: string;
|
|
148
|
+
loadingOptions?: object;
|
|
149
|
+
ariaLabel?: string;
|
|
150
|
+
}, {
|
|
151
|
+
appendData: (params: {
|
|
152
|
+
seriesIndex: number;
|
|
153
|
+
data: any;
|
|
154
|
+
}) => void | undefined;
|
|
155
|
+
clear: () => boolean | void;
|
|
156
|
+
containPixel: (finder: string | {
|
|
157
|
+
seriesIndex?: number | false | number[] | "none" | "all";
|
|
158
|
+
seriesId?: (string | number) | (string | number)[];
|
|
159
|
+
seriesName?: (string | number) | (string | number)[];
|
|
160
|
+
geoIndex?: number | false | number[] | "none" | "all";
|
|
161
|
+
geoId?: (string | number) | (string | number)[];
|
|
162
|
+
geoName?: (string | number) | (string | number)[];
|
|
163
|
+
bmapIndex?: number | false | number[] | "none" | "all";
|
|
164
|
+
bmapId?: (string | number) | (string | number)[];
|
|
165
|
+
bmapName?: (string | number) | (string | number)[];
|
|
166
|
+
xAxisIndex?: number | false | number[] | "none" | "all";
|
|
167
|
+
xAxisId?: (string | number) | (string | number)[];
|
|
168
|
+
xAxisName?: (string | number) | (string | number)[];
|
|
169
|
+
yAxisIndex?: number | false | number[] | "none" | "all";
|
|
170
|
+
yAxisId?: (string | number) | (string | number)[];
|
|
171
|
+
yAxisName?: (string | number) | (string | number)[];
|
|
172
|
+
gridIndex?: number | false | number[] | "none" | "all";
|
|
173
|
+
gridId?: (string | number) | (string | number)[];
|
|
174
|
+
gridName?: (string | number) | (string | number)[];
|
|
175
|
+
dataIndex?: number;
|
|
176
|
+
dataIndexInside?: number;
|
|
177
|
+
}, value: number[]) => boolean | undefined;
|
|
178
|
+
convertFromPixel: (finder: string | {
|
|
179
|
+
seriesIndex?: number | false | number[] | "none" | "all";
|
|
180
|
+
seriesId?: (string | number) | (string | number)[];
|
|
181
|
+
seriesName?: (string | number) | (string | number)[];
|
|
182
|
+
geoIndex?: number | false | number[] | "none" | "all";
|
|
183
|
+
geoId?: (string | number) | (string | number)[];
|
|
184
|
+
geoName?: (string | number) | (string | number)[];
|
|
185
|
+
bmapIndex?: number | false | number[] | "none" | "all";
|
|
186
|
+
bmapId?: (string | number) | (string | number)[];
|
|
187
|
+
bmapName?: (string | number) | (string | number)[];
|
|
188
|
+
xAxisIndex?: number | false | number[] | "none" | "all";
|
|
189
|
+
xAxisId?: (string | number) | (string | number)[];
|
|
190
|
+
xAxisName?: (string | number) | (string | number)[];
|
|
191
|
+
yAxisIndex?: number | false | number[] | "none" | "all";
|
|
192
|
+
yAxisId?: (string | number) | (string | number)[];
|
|
193
|
+
yAxisName?: (string | number) | (string | number)[];
|
|
194
|
+
gridIndex?: number | false | number[] | "none" | "all";
|
|
195
|
+
gridId?: (string | number) | (string | number)[];
|
|
196
|
+
gridName?: (string | number) | (string | number)[];
|
|
197
|
+
dataIndex?: number;
|
|
198
|
+
dataIndexInside?: number;
|
|
199
|
+
}, value: number[]) => number[] | undefined;
|
|
200
|
+
convertToPixel: (finder: string | {
|
|
201
|
+
seriesIndex?: number | false | number[] | "none" | "all";
|
|
202
|
+
seriesId?: (string | number) | (string | number)[];
|
|
203
|
+
seriesName?: (string | number) | (string | number)[];
|
|
204
|
+
geoIndex?: number | false | number[] | "none" | "all";
|
|
205
|
+
geoId?: (string | number) | (string | number)[];
|
|
206
|
+
geoName?: (string | number) | (string | number)[];
|
|
207
|
+
bmapIndex?: number | false | number[] | "none" | "all";
|
|
208
|
+
bmapId?: (string | number) | (string | number)[];
|
|
209
|
+
bmapName?: (string | number) | (string | number)[];
|
|
210
|
+
xAxisIndex?: number | false | number[] | "none" | "all";
|
|
211
|
+
xAxisId?: (string | number) | (string | number)[];
|
|
212
|
+
xAxisName?: (string | number) | (string | number)[];
|
|
213
|
+
yAxisIndex?: number | false | number[] | "none" | "all";
|
|
214
|
+
yAxisId?: (string | number) | (string | number)[];
|
|
215
|
+
yAxisName?: (string | number) | (string | number)[];
|
|
216
|
+
gridIndex?: number | false | number[] | "none" | "all";
|
|
217
|
+
gridId?: (string | number) | (string | number)[];
|
|
218
|
+
gridName?: (string | number) | (string | number)[];
|
|
219
|
+
dataIndex?: number;
|
|
220
|
+
dataIndexInside?: number;
|
|
221
|
+
}, value: ((string | number) | Date)[]) => number[] | undefined;
|
|
222
|
+
dispatchAction: (payload: import("echarts").Payload, opt?: boolean | {
|
|
223
|
+
silent?: boolean;
|
|
224
|
+
flush?: boolean | undefined;
|
|
225
|
+
} | undefined) => void | undefined;
|
|
226
|
+
dispose: () => void;
|
|
227
|
+
getConnectedDataURL: (opts?: {
|
|
228
|
+
type?: "png" | "jpeg" | "svg";
|
|
229
|
+
pixelRatio?: number;
|
|
230
|
+
backgroundColor?: import("echarts").Color;
|
|
231
|
+
connectedBackgroundColor?: import("echarts").Color;
|
|
232
|
+
excludeComponents?: string[];
|
|
233
|
+
} | undefined) => string | undefined;
|
|
234
|
+
getDataURL: (opts?: {
|
|
235
|
+
type?: "png" | "jpeg" | "svg";
|
|
236
|
+
pixelRatio?: number;
|
|
237
|
+
backgroundColor?: import("echarts").Color;
|
|
238
|
+
excludeComponents?: string[];
|
|
239
|
+
} | undefined) => string | undefined;
|
|
240
|
+
getHeight: () => number | undefined;
|
|
241
|
+
getInstance: () => import("@jiaminghi/charts").default | import("echarts").ECharts | undefined;
|
|
242
|
+
getNativeInstance: () => import("@jiaminghi/charts").default | undefined;
|
|
243
|
+
getOption: () => Record<string, unknown> | undefined;
|
|
244
|
+
getWidth: () => number | undefined;
|
|
245
|
+
hideLoading: () => void | undefined;
|
|
246
|
+
off: (eventType?: string | number | undefined, handler?: Function | undefined) => import("echarts").ECharts | undefined;
|
|
247
|
+
on: (event: string | number, query: string | Object, handler: (this: import("echarts").ECharts, ...args: unknown[]) => boolean | void, context?: unknown) => import("echarts").ECharts | undefined;
|
|
248
|
+
resize: (options?: import("echarts").ResizeOpts) => void;
|
|
249
|
+
setConfig: (config: import("./types").DataVChartsOption, animationEnd?: boolean) => void;
|
|
250
|
+
setOption: (option: import("echarts").EChartsOption | import("./types").DataVChartsOption, options?: import("echarts").SetOptionOpts | boolean) => void;
|
|
251
|
+
showLoading: (name?: string | undefined, cfg?: object | undefined) => void | undefined;
|
|
252
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
253
|
+
config?: import("./types").DataVChartsOption;
|
|
254
|
+
option?: import("echarts").EChartsOption;
|
|
255
|
+
theme?: string | object | null;
|
|
256
|
+
initOptions?: import("echarts").EChartsInitOpts;
|
|
257
|
+
setOptionOptions?: import("echarts").SetOptionOpts;
|
|
258
|
+
autoResize?: boolean;
|
|
259
|
+
events?: Readonly<Record<string, (...args: unknown[]) => void>>;
|
|
260
|
+
group?: string;
|
|
261
|
+
loading?: boolean;
|
|
262
|
+
loadingType?: string;
|
|
263
|
+
loadingOptions?: object;
|
|
264
|
+
ariaLabel?: string;
|
|
265
|
+
}> & Readonly<{}>, {
|
|
266
|
+
config: import("./types").DataVChartsOption;
|
|
267
|
+
option: import("echarts").EChartsOption;
|
|
268
|
+
theme: string | object | null;
|
|
269
|
+
initOptions: import("echarts").EChartsInitOpts;
|
|
270
|
+
setOptionOptions: import("echarts").SetOptionOpts;
|
|
271
|
+
autoResize: boolean;
|
|
272
|
+
events: Readonly<Record<string, (...args: unknown[]) => void>>;
|
|
273
|
+
group: string;
|
|
274
|
+
loading: boolean;
|
|
275
|
+
loadingType: string;
|
|
276
|
+
loadingOptions: object;
|
|
277
|
+
ariaLabel: string;
|
|
278
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
279
|
+
export declare const LumalConicalColumnChart: WithInstall<import("vue").DefineComponent<{
|
|
280
|
+
items?: readonly import("./types").DataValueItem[];
|
|
281
|
+
config?: import("./types").ConicalColumnChartConfig;
|
|
282
|
+
max?: number;
|
|
283
|
+
unit?: string;
|
|
284
|
+
sort?: false | "asc" | "desc";
|
|
285
|
+
showValue?: boolean;
|
|
286
|
+
images?: readonly string[];
|
|
287
|
+
imageSideLength?: number;
|
|
288
|
+
fontSize?: number;
|
|
289
|
+
columnColor?: string;
|
|
290
|
+
textColor?: string;
|
|
291
|
+
ariaLabel?: string;
|
|
292
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
293
|
+
items?: readonly import("./types").DataValueItem[];
|
|
294
|
+
config?: import("./types").ConicalColumnChartConfig;
|
|
295
|
+
max?: number;
|
|
296
|
+
unit?: string;
|
|
297
|
+
sort?: false | "asc" | "desc";
|
|
298
|
+
showValue?: boolean;
|
|
299
|
+
images?: readonly string[];
|
|
300
|
+
imageSideLength?: number;
|
|
301
|
+
fontSize?: number;
|
|
302
|
+
columnColor?: string;
|
|
303
|
+
textColor?: string;
|
|
304
|
+
ariaLabel?: string;
|
|
305
|
+
}> & Readonly<{}>, {
|
|
306
|
+
fontSize: number;
|
|
307
|
+
config: import("./types").ConicalColumnChartConfig;
|
|
308
|
+
ariaLabel: string;
|
|
309
|
+
sort: false | "asc" | "desc";
|
|
310
|
+
items: readonly import("./types").DataValueItem[];
|
|
311
|
+
max: number;
|
|
312
|
+
unit: string;
|
|
313
|
+
showValue: boolean;
|
|
314
|
+
images: readonly string[];
|
|
315
|
+
imageSideLength: number;
|
|
316
|
+
columnColor: string;
|
|
317
|
+
textColor: string;
|
|
318
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
319
|
+
export declare const LumalDecoration: WithInstall<{
|
|
320
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
321
|
+
variant?: import("./types").DecorationVariant;
|
|
322
|
+
color?: readonly [string, string];
|
|
323
|
+
colors?: readonly [string, string];
|
|
324
|
+
background?: string;
|
|
325
|
+
dur?: number;
|
|
326
|
+
duration?: number;
|
|
327
|
+
haloDur?: number;
|
|
328
|
+
reverse?: boolean;
|
|
329
|
+
scanDur?: number;
|
|
330
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
331
|
+
color: readonly [string, string];
|
|
332
|
+
reverse: boolean;
|
|
333
|
+
duration: number;
|
|
334
|
+
variant: import("./types").DecorationVariant;
|
|
335
|
+
colors: readonly [string, string];
|
|
336
|
+
background: string;
|
|
337
|
+
dur: number;
|
|
338
|
+
haloDur: number;
|
|
339
|
+
scanDur: number;
|
|
340
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
341
|
+
P: {};
|
|
342
|
+
B: {};
|
|
343
|
+
D: {};
|
|
344
|
+
C: {};
|
|
345
|
+
M: {};
|
|
346
|
+
Defaults: {};
|
|
347
|
+
}, Readonly<{
|
|
348
|
+
variant?: import("./types").DecorationVariant;
|
|
349
|
+
color?: readonly [string, string];
|
|
350
|
+
colors?: readonly [string, string];
|
|
351
|
+
background?: string;
|
|
352
|
+
dur?: number;
|
|
353
|
+
duration?: number;
|
|
354
|
+
haloDur?: number;
|
|
355
|
+
reverse?: boolean;
|
|
356
|
+
scanDur?: number;
|
|
357
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
358
|
+
color: readonly [string, string];
|
|
359
|
+
reverse: boolean;
|
|
360
|
+
duration: number;
|
|
361
|
+
variant: import("./types").DecorationVariant;
|
|
362
|
+
colors: readonly [string, string];
|
|
363
|
+
background: string;
|
|
364
|
+
dur: number;
|
|
365
|
+
haloDur: number;
|
|
366
|
+
scanDur: number;
|
|
367
|
+
}>;
|
|
368
|
+
__isFragment?: never;
|
|
369
|
+
__isTeleport?: never;
|
|
370
|
+
__isSuspense?: never;
|
|
371
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
372
|
+
variant?: import("./types").DecorationVariant;
|
|
373
|
+
color?: readonly [string, string];
|
|
374
|
+
colors?: readonly [string, string];
|
|
375
|
+
background?: string;
|
|
376
|
+
dur?: number;
|
|
377
|
+
duration?: number;
|
|
378
|
+
haloDur?: number;
|
|
379
|
+
reverse?: boolean;
|
|
380
|
+
scanDur?: number;
|
|
381
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
382
|
+
color: readonly [string, string];
|
|
383
|
+
reverse: boolean;
|
|
384
|
+
duration: number;
|
|
385
|
+
variant: import("./types").DecorationVariant;
|
|
386
|
+
colors: readonly [string, string];
|
|
387
|
+
background: string;
|
|
388
|
+
dur: number;
|
|
389
|
+
haloDur: number;
|
|
390
|
+
scanDur: number;
|
|
391
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
392
|
+
$slots: {
|
|
393
|
+
default?: (props: {}) => any;
|
|
394
|
+
} & {
|
|
395
|
+
default?: (props: {}) => any;
|
|
396
|
+
};
|
|
397
|
+
})>;
|
|
398
|
+
export declare const LumalDigitalFlop: WithInstall<import("vue").DefineComponent<{
|
|
399
|
+
config?: import("./types").DigitalFlopConfig;
|
|
400
|
+
value?: number;
|
|
401
|
+
numbers?: readonly number[];
|
|
402
|
+
content?: string;
|
|
403
|
+
precision?: number;
|
|
404
|
+
prefix?: string;
|
|
405
|
+
suffix?: string;
|
|
406
|
+
duration?: number;
|
|
407
|
+
animationFrame?: number;
|
|
408
|
+
animationCurve?: string;
|
|
409
|
+
formatter?: (value: number, index: number) => string;
|
|
410
|
+
color?: string;
|
|
411
|
+
fontFamily?: string;
|
|
412
|
+
fontSize?: number;
|
|
413
|
+
fontStyle?: string;
|
|
414
|
+
fontWeight?: number | string;
|
|
415
|
+
rowGap?: number;
|
|
416
|
+
textAlign?: "left" | "center" | "right";
|
|
417
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
418
|
+
config?: import("./types").DigitalFlopConfig;
|
|
419
|
+
value?: number;
|
|
420
|
+
numbers?: readonly number[];
|
|
421
|
+
content?: string;
|
|
422
|
+
precision?: number;
|
|
423
|
+
prefix?: string;
|
|
424
|
+
suffix?: string;
|
|
425
|
+
duration?: number;
|
|
426
|
+
animationFrame?: number;
|
|
427
|
+
animationCurve?: string;
|
|
428
|
+
formatter?: (value: number, index: number) => string;
|
|
429
|
+
color?: string;
|
|
430
|
+
fontFamily?: string;
|
|
431
|
+
fontSize?: number;
|
|
432
|
+
fontStyle?: string;
|
|
433
|
+
fontWeight?: number | string;
|
|
434
|
+
rowGap?: number;
|
|
435
|
+
textAlign?: "left" | "center" | "right";
|
|
436
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
437
|
+
export declare const LumalFlylineChart: WithInstall<import("vue").DefineComponent<{
|
|
438
|
+
config?: Partial<import("./types").FlylineChartConfig>;
|
|
439
|
+
dev?: boolean;
|
|
440
|
+
ariaLabel?: string;
|
|
441
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
442
|
+
position: (absolute: readonly [number, number], relative: readonly [number, number]) => any;
|
|
443
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
444
|
+
config?: Partial<import("./types").FlylineChartConfig>;
|
|
445
|
+
dev?: boolean;
|
|
446
|
+
ariaLabel?: string;
|
|
447
|
+
}> & Readonly<{
|
|
448
|
+
onPosition?: ((absolute: readonly [number, number], relative: readonly [number, number]) => any) | undefined;
|
|
449
|
+
}>, {
|
|
450
|
+
config: Partial<import("./types").FlylineChartConfig>;
|
|
451
|
+
ariaLabel: string;
|
|
452
|
+
dev: boolean;
|
|
453
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
454
|
+
export declare const LumalFlylineChartEnhanced: WithInstall<import("vue").DefineComponent<{
|
|
455
|
+
config?: Partial<import("./types").FlylineEnhancedConfig>;
|
|
456
|
+
dev?: boolean;
|
|
457
|
+
ariaLabel?: string;
|
|
458
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
459
|
+
position: (absolute: readonly [number, number], relative: readonly [number, number]) => any;
|
|
460
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
461
|
+
config?: Partial<import("./types").FlylineEnhancedConfig>;
|
|
462
|
+
dev?: boolean;
|
|
463
|
+
ariaLabel?: string;
|
|
464
|
+
}> & Readonly<{
|
|
465
|
+
onPosition?: ((absolute: readonly [number, number], relative: readonly [number, number]) => any) | undefined;
|
|
466
|
+
}>, {
|
|
467
|
+
config: Partial<import("./types").FlylineEnhancedConfig>;
|
|
468
|
+
ariaLabel: string;
|
|
469
|
+
dev: boolean;
|
|
470
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
471
|
+
export declare const LumalFullScreenContainer: WithInstall<{
|
|
472
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
473
|
+
width?: number;
|
|
474
|
+
height?: number;
|
|
475
|
+
mode?: import("./types").FullScreenContainerMode;
|
|
476
|
+
zIndex?: number;
|
|
477
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
478
|
+
width: number;
|
|
479
|
+
height: number;
|
|
480
|
+
mode: import("./types").FullScreenContainerMode;
|
|
481
|
+
zIndex: number;
|
|
482
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
483
|
+
P: {};
|
|
484
|
+
B: {};
|
|
485
|
+
D: {};
|
|
486
|
+
C: {};
|
|
487
|
+
M: {};
|
|
488
|
+
Defaults: {};
|
|
489
|
+
}, Readonly<{
|
|
490
|
+
width?: number;
|
|
491
|
+
height?: number;
|
|
492
|
+
mode?: import("./types").FullScreenContainerMode;
|
|
493
|
+
zIndex?: number;
|
|
494
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
495
|
+
width: number;
|
|
496
|
+
height: number;
|
|
497
|
+
mode: import("./types").FullScreenContainerMode;
|
|
498
|
+
zIndex: number;
|
|
499
|
+
}>;
|
|
500
|
+
__isFragment?: never;
|
|
501
|
+
__isTeleport?: never;
|
|
502
|
+
__isSuspense?: never;
|
|
503
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
504
|
+
width?: number;
|
|
505
|
+
height?: number;
|
|
506
|
+
mode?: import("./types").FullScreenContainerMode;
|
|
507
|
+
zIndex?: number;
|
|
508
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
509
|
+
width: number;
|
|
510
|
+
height: number;
|
|
511
|
+
mode: import("./types").FullScreenContainerMode;
|
|
512
|
+
zIndex: number;
|
|
513
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
514
|
+
$slots: {
|
|
515
|
+
default?: (props: {}) => any;
|
|
516
|
+
};
|
|
517
|
+
})>;
|
|
518
|
+
export declare const LumalLoading: WithInstall<{
|
|
519
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
520
|
+
size?: number | string;
|
|
521
|
+
label?: string;
|
|
522
|
+
status?: "error" | "loading" | "success";
|
|
523
|
+
variant?: "ring" | "dots" | "pulse";
|
|
524
|
+
colors?: readonly [string, string];
|
|
525
|
+
duration?: number;
|
|
526
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
527
|
+
label: string;
|
|
528
|
+
duration: number;
|
|
529
|
+
variant: "ring" | "dots" | "pulse";
|
|
530
|
+
colors: readonly [string, string];
|
|
531
|
+
size: number | string;
|
|
532
|
+
status: "error" | "loading" | "success";
|
|
533
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
534
|
+
P: {};
|
|
535
|
+
B: {};
|
|
536
|
+
D: {};
|
|
537
|
+
C: {};
|
|
538
|
+
M: {};
|
|
539
|
+
Defaults: {};
|
|
540
|
+
}, Readonly<{
|
|
541
|
+
size?: number | string;
|
|
542
|
+
label?: string;
|
|
543
|
+
status?: "error" | "loading" | "success";
|
|
544
|
+
variant?: "ring" | "dots" | "pulse";
|
|
545
|
+
colors?: readonly [string, string];
|
|
546
|
+
duration?: number;
|
|
547
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
548
|
+
label: string;
|
|
549
|
+
duration: number;
|
|
550
|
+
variant: "ring" | "dots" | "pulse";
|
|
551
|
+
colors: readonly [string, string];
|
|
552
|
+
size: number | string;
|
|
553
|
+
status: "error" | "loading" | "success";
|
|
554
|
+
}>;
|
|
555
|
+
__isFragment?: never;
|
|
556
|
+
__isTeleport?: never;
|
|
557
|
+
__isSuspense?: never;
|
|
558
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
559
|
+
size?: number | string;
|
|
560
|
+
label?: string;
|
|
561
|
+
status?: "error" | "loading" | "success";
|
|
562
|
+
variant?: "ring" | "dots" | "pulse";
|
|
563
|
+
colors?: readonly [string, string];
|
|
564
|
+
duration?: number;
|
|
565
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
566
|
+
label: string;
|
|
567
|
+
duration: number;
|
|
568
|
+
variant: "ring" | "dots" | "pulse";
|
|
569
|
+
colors: readonly [string, string];
|
|
570
|
+
size: number | string;
|
|
571
|
+
status: "error" | "loading" | "success";
|
|
572
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
573
|
+
$slots: {
|
|
574
|
+
default?: (props: {}) => any;
|
|
575
|
+
};
|
|
576
|
+
})>;
|
|
577
|
+
export declare const LumalPercentPond: WithInstall<import("vue").DefineComponent<{
|
|
578
|
+
config?: import("./types").PercentPondConfig;
|
|
579
|
+
value?: number;
|
|
580
|
+
colors?: readonly string[];
|
|
581
|
+
shape?: "bar" | "capsule";
|
|
582
|
+
formatter?: string | ((value: number) => string);
|
|
583
|
+
showLabel?: boolean;
|
|
584
|
+
borderWidth?: number;
|
|
585
|
+
borderGap?: number;
|
|
586
|
+
lineDash?: readonly number[];
|
|
587
|
+
textColor?: string;
|
|
588
|
+
borderRadius?: number;
|
|
589
|
+
localGradient?: boolean;
|
|
590
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
591
|
+
config?: import("./types").PercentPondConfig;
|
|
592
|
+
value?: number;
|
|
593
|
+
colors?: readonly string[];
|
|
594
|
+
shape?: "bar" | "capsule";
|
|
595
|
+
formatter?: string | ((value: number) => string);
|
|
596
|
+
showLabel?: boolean;
|
|
597
|
+
borderWidth?: number;
|
|
598
|
+
borderGap?: number;
|
|
599
|
+
lineDash?: readonly number[];
|
|
600
|
+
textColor?: string;
|
|
601
|
+
borderRadius?: number;
|
|
602
|
+
localGradient?: boolean;
|
|
603
|
+
}> & Readonly<{}>, {
|
|
604
|
+
showLabel: boolean;
|
|
605
|
+
localGradient: boolean;
|
|
606
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
607
|
+
export declare const LumalScrollBoard: WithInstall<(<T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
608
|
+
attrs: any;
|
|
609
|
+
emit: ((evt: "click", payload: import("./types").ScrollBoardEventPayload) => void) & ((evt: "mouseover", payload: import("./types").ScrollBoardEventPayload) => void) & ((evt: "rowClick", row: T, index: number) => void);
|
|
610
|
+
slots: {
|
|
611
|
+
default?: (props: {
|
|
612
|
+
row: T;
|
|
613
|
+
index: number;
|
|
614
|
+
}) => unknown;
|
|
615
|
+
cell?: (props: {
|
|
616
|
+
row: T;
|
|
617
|
+
column: import("./types").ScrollBoardColumn<T>;
|
|
618
|
+
value: unknown;
|
|
619
|
+
rowIndex: number;
|
|
620
|
+
columnIndex: number;
|
|
621
|
+
}) => unknown;
|
|
622
|
+
};
|
|
623
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
624
|
+
props: import("vue").PublicProps & {
|
|
625
|
+
config?: import("./types").ScrollBoardConfig | undefined;
|
|
626
|
+
rows?: readonly T[] | undefined;
|
|
627
|
+
rowKey?: import("./types").ScrollBoardRowKey<T> | undefined;
|
|
628
|
+
columns?: readonly import("./types").ScrollBoardColumn<T>[] | undefined;
|
|
629
|
+
visibleRows?: number | undefined;
|
|
630
|
+
interval?: number | undefined;
|
|
631
|
+
step?: number | "page" | undefined;
|
|
632
|
+
autoplay?: boolean | undefined;
|
|
633
|
+
ariaLabel?: string | undefined;
|
|
634
|
+
onClick?: ((payload: import("./types").ScrollBoardEventPayload) => any) | undefined;
|
|
635
|
+
onMouseover?: ((payload: import("./types").ScrollBoardEventPayload) => any) | undefined;
|
|
636
|
+
onRowClick?: ((row: T, index: number) => any) | undefined;
|
|
637
|
+
} & (typeof globalThis extends {
|
|
638
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
639
|
+
} ? P : {});
|
|
640
|
+
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
641
|
+
updateRows: (rows: readonly (readonly unknown[])[], animationIndex?: number) => void;
|
|
642
|
+
}>) => void;
|
|
643
|
+
attrs: any;
|
|
644
|
+
slots: {
|
|
645
|
+
default?: (props: {
|
|
646
|
+
row: T;
|
|
647
|
+
index: number;
|
|
648
|
+
}) => unknown;
|
|
649
|
+
cell?: (props: {
|
|
650
|
+
row: T;
|
|
651
|
+
column: import("./types").ScrollBoardColumn<T>;
|
|
652
|
+
value: unknown;
|
|
653
|
+
rowIndex: number;
|
|
654
|
+
columnIndex: number;
|
|
655
|
+
}) => unknown;
|
|
656
|
+
};
|
|
657
|
+
emit: ((evt: "click", payload: import("./types").ScrollBoardEventPayload) => void) & ((evt: "mouseover", payload: import("./types").ScrollBoardEventPayload) => void) & ((evt: "rowClick", row: T, index: number) => void);
|
|
658
|
+
}>) => import("vue").VNode & {
|
|
659
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
660
|
+
})>;
|
|
661
|
+
export declare const LumalScrollRankingBoard: WithInstall<(<T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
662
|
+
attrs: any;
|
|
663
|
+
emit: {};
|
|
664
|
+
slots: {
|
|
665
|
+
default?: (props: {
|
|
666
|
+
item: import("./types").RankingItem<T>;
|
|
667
|
+
index: number;
|
|
668
|
+
ratio: number;
|
|
669
|
+
}) => unknown;
|
|
670
|
+
};
|
|
671
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
672
|
+
props: import("vue").PublicProps & {
|
|
673
|
+
config?: import("./types").ScrollRankingBoardConfig<T> | undefined;
|
|
674
|
+
items?: readonly import("./types").RankingItem<T>[] | undefined;
|
|
675
|
+
visibleRows?: number | undefined;
|
|
676
|
+
interval?: number | undefined;
|
|
677
|
+
autoplay?: boolean | undefined;
|
|
678
|
+
sort?: false | "asc" | "desc" | undefined;
|
|
679
|
+
unit?: string | undefined;
|
|
680
|
+
formatter?: ((value: number, item: import("./types").RankingItem<T>, index: number) => string | number) | undefined;
|
|
681
|
+
ariaLabel?: string | undefined;
|
|
682
|
+
} & (typeof globalThis extends {
|
|
683
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
684
|
+
} ? P : {});
|
|
685
|
+
expose: (exposed: {}) => void;
|
|
686
|
+
attrs: any;
|
|
687
|
+
slots: {
|
|
688
|
+
default?: (props: {
|
|
689
|
+
item: import("./types").RankingItem<T>;
|
|
690
|
+
index: number;
|
|
691
|
+
ratio: number;
|
|
692
|
+
}) => unknown;
|
|
693
|
+
};
|
|
694
|
+
emit: {};
|
|
695
|
+
}>) => import("vue").VNode & {
|
|
696
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
697
|
+
})>;
|
|
698
|
+
export declare const LumalWaterLevelPond: WithInstall<import("vue").DefineComponent<{
|
|
699
|
+
config?: import("./types").WaterLevelPondConfig;
|
|
700
|
+
value?: number;
|
|
701
|
+
data?: readonly number[];
|
|
702
|
+
values?: readonly number[];
|
|
703
|
+
colors?: readonly string[];
|
|
704
|
+
shape?: "round" | "rect" | "roundRect" | "circle" | "rounded";
|
|
705
|
+
formatter?: string | ((value: number) => string);
|
|
706
|
+
waveCount?: number;
|
|
707
|
+
waveNum?: number;
|
|
708
|
+
waveHeight?: number;
|
|
709
|
+
waveOpacity?: number;
|
|
710
|
+
duration?: number;
|
|
711
|
+
}, {
|
|
712
|
+
getWavePaths: () => string[];
|
|
713
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
714
|
+
config?: import("./types").WaterLevelPondConfig;
|
|
715
|
+
value?: number;
|
|
716
|
+
data?: readonly number[];
|
|
717
|
+
values?: readonly number[];
|
|
718
|
+
colors?: readonly string[];
|
|
719
|
+
shape?: "round" | "rect" | "roundRect" | "circle" | "rounded";
|
|
720
|
+
formatter?: string | ((value: number) => string);
|
|
721
|
+
waveCount?: number;
|
|
722
|
+
waveNum?: number;
|
|
723
|
+
waveHeight?: number;
|
|
724
|
+
waveOpacity?: number;
|
|
725
|
+
duration?: number;
|
|
726
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
727
|
+
export declare function install(app: App): void;
|
|
728
|
+
declare const _default: {
|
|
729
|
+
install: typeof install;
|
|
730
|
+
};
|
|
731
|
+
export default _default;
|
|
732
|
+
export { computeFullScreenScale, useFullScreenScale, } from './composables/useFullScreenScale';
|
|
733
|
+
export type { FullScreenScaleResult, UseFullScreenScaleOptions, } from './composables/useFullScreenScale';
|
|
734
|
+
export type { ActiveRingChartConfig, ActiveRingChartDataItem, ActiveRingDigitalFlopStyle, BorderBoxVariant, CapsuleChartConfig, ConicalColumnChartConfig, DataValueItem, DataValueKey, DataVChartsOption, DecorationVariant, DigitalFlopConfig, DigitalFlopStyle, FlylineChartConfig, FullScreenContainerMode, FlylineChartHaloStyle, FlylineChartPoint, FlylineCoordinate, FlylineDurationRange, FlylineEnhancedConfig, FlylineEnhancedLine, FlylineEnhancedPoint, FlylineHaloStyle, FlylineIconStyle, FlylineImageStyle, FlylineLineStyle, FlylineTextStyle, LumalChartsOption, PercentPondConfig, RankingItem, ScrollBoardColumn, ScrollBoardConfig, ScrollBoardEventPayload, ScrollBoardRow, ScrollBoardRowKey, ScrollCarousel, ScrollRankingBoardConfig, ScrollRankingComputedItem, ScrollRankingDataItem, WaterLevelPondConfig, } from './types';
|
|
735
|
+
//# sourceMappingURL=index.d.ts.map
|