@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,141 @@
|
|
|
1
|
+
import type Charts from '@jiaminghi/charts';
|
|
2
|
+
import type { EChartsInitOpts, EChartsOption, EChartsType, ResizeOpts, SetOptionOpts } from 'echarts';
|
|
3
|
+
import type { DataVChartsOption } from '../types';
|
|
4
|
+
import * as echarts from 'echarts';
|
|
5
|
+
type EChartsEventHandler = (...args: unknown[]) => void;
|
|
6
|
+
type __VLS_Props = {
|
|
7
|
+
/** DataV/@jiaminghi/charts 原生协议。传入后优先使用官方 Canvas 运行时。 */
|
|
8
|
+
config?: DataVChartsOption;
|
|
9
|
+
/** Lumal 扩展:保留既有 ECharts option 协议。 */
|
|
10
|
+
option?: EChartsOption;
|
|
11
|
+
theme?: string | object | null;
|
|
12
|
+
initOptions?: EChartsInitOpts;
|
|
13
|
+
setOptionOptions?: SetOptionOpts;
|
|
14
|
+
autoResize?: boolean;
|
|
15
|
+
events?: Readonly<Record<string, EChartsEventHandler>>;
|
|
16
|
+
group?: string;
|
|
17
|
+
loading?: boolean;
|
|
18
|
+
loadingType?: string;
|
|
19
|
+
loadingOptions?: object;
|
|
20
|
+
ariaLabel?: string;
|
|
21
|
+
};
|
|
22
|
+
declare function disposeCharts(): void;
|
|
23
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
24
|
+
appendData: (params: {
|
|
25
|
+
seriesIndex: number;
|
|
26
|
+
data: any;
|
|
27
|
+
}) => void | undefined;
|
|
28
|
+
clear: () => boolean | void;
|
|
29
|
+
containPixel: (finder: string | {
|
|
30
|
+
seriesIndex?: number | false | number[] | "none" | "all";
|
|
31
|
+
seriesId?: (string | number) | (string | number)[];
|
|
32
|
+
seriesName?: (string | number) | (string | number)[];
|
|
33
|
+
geoIndex?: number | false | number[] | "none" | "all";
|
|
34
|
+
geoId?: (string | number) | (string | number)[];
|
|
35
|
+
geoName?: (string | number) | (string | number)[];
|
|
36
|
+
bmapIndex?: number | false | number[] | "none" | "all";
|
|
37
|
+
bmapId?: (string | number) | (string | number)[];
|
|
38
|
+
bmapName?: (string | number) | (string | number)[];
|
|
39
|
+
xAxisIndex?: number | false | number[] | "none" | "all";
|
|
40
|
+
xAxisId?: (string | number) | (string | number)[];
|
|
41
|
+
xAxisName?: (string | number) | (string | number)[];
|
|
42
|
+
yAxisIndex?: number | false | number[] | "none" | "all";
|
|
43
|
+
yAxisId?: (string | number) | (string | number)[];
|
|
44
|
+
yAxisName?: (string | number) | (string | number)[];
|
|
45
|
+
gridIndex?: number | false | number[] | "none" | "all";
|
|
46
|
+
gridId?: (string | number) | (string | number)[];
|
|
47
|
+
gridName?: (string | number) | (string | number)[];
|
|
48
|
+
dataIndex?: number;
|
|
49
|
+
dataIndexInside?: number;
|
|
50
|
+
}, value: number[]) => boolean | undefined;
|
|
51
|
+
convertFromPixel: (finder: string | {
|
|
52
|
+
seriesIndex?: number | false | number[] | "none" | "all";
|
|
53
|
+
seriesId?: (string | number) | (string | number)[];
|
|
54
|
+
seriesName?: (string | number) | (string | number)[];
|
|
55
|
+
geoIndex?: number | false | number[] | "none" | "all";
|
|
56
|
+
geoId?: (string | number) | (string | number)[];
|
|
57
|
+
geoName?: (string | number) | (string | number)[];
|
|
58
|
+
bmapIndex?: number | false | number[] | "none" | "all";
|
|
59
|
+
bmapId?: (string | number) | (string | number)[];
|
|
60
|
+
bmapName?: (string | number) | (string | number)[];
|
|
61
|
+
xAxisIndex?: number | false | number[] | "none" | "all";
|
|
62
|
+
xAxisId?: (string | number) | (string | number)[];
|
|
63
|
+
xAxisName?: (string | number) | (string | number)[];
|
|
64
|
+
yAxisIndex?: number | false | number[] | "none" | "all";
|
|
65
|
+
yAxisId?: (string | number) | (string | number)[];
|
|
66
|
+
yAxisName?: (string | number) | (string | number)[];
|
|
67
|
+
gridIndex?: number | false | number[] | "none" | "all";
|
|
68
|
+
gridId?: (string | number) | (string | number)[];
|
|
69
|
+
gridName?: (string | number) | (string | number)[];
|
|
70
|
+
dataIndex?: number;
|
|
71
|
+
dataIndexInside?: number;
|
|
72
|
+
}, value: number[]) => number[] | undefined;
|
|
73
|
+
convertToPixel: (finder: string | {
|
|
74
|
+
seriesIndex?: number | false | number[] | "none" | "all";
|
|
75
|
+
seriesId?: (string | number) | (string | number)[];
|
|
76
|
+
seriesName?: (string | number) | (string | number)[];
|
|
77
|
+
geoIndex?: number | false | number[] | "none" | "all";
|
|
78
|
+
geoId?: (string | number) | (string | number)[];
|
|
79
|
+
geoName?: (string | number) | (string | number)[];
|
|
80
|
+
bmapIndex?: number | false | number[] | "none" | "all";
|
|
81
|
+
bmapId?: (string | number) | (string | number)[];
|
|
82
|
+
bmapName?: (string | number) | (string | number)[];
|
|
83
|
+
xAxisIndex?: number | false | number[] | "none" | "all";
|
|
84
|
+
xAxisId?: (string | number) | (string | number)[];
|
|
85
|
+
xAxisName?: (string | number) | (string | number)[];
|
|
86
|
+
yAxisIndex?: number | false | number[] | "none" | "all";
|
|
87
|
+
yAxisId?: (string | number) | (string | number)[];
|
|
88
|
+
yAxisName?: (string | number) | (string | number)[];
|
|
89
|
+
gridIndex?: number | false | number[] | "none" | "all";
|
|
90
|
+
gridId?: (string | number) | (string | number)[];
|
|
91
|
+
gridName?: (string | number) | (string | number)[];
|
|
92
|
+
dataIndex?: number;
|
|
93
|
+
dataIndexInside?: number;
|
|
94
|
+
}, value: ((string | number) | Date)[]) => number[] | undefined;
|
|
95
|
+
dispatchAction: (payload: echarts.Payload, opt?: boolean | {
|
|
96
|
+
silent?: boolean;
|
|
97
|
+
flush?: boolean | undefined;
|
|
98
|
+
} | undefined) => void | undefined;
|
|
99
|
+
dispose: typeof disposeCharts;
|
|
100
|
+
getConnectedDataURL: (opts?: {
|
|
101
|
+
type?: "png" | "jpeg" | "svg";
|
|
102
|
+
pixelRatio?: number;
|
|
103
|
+
backgroundColor?: echarts.Color;
|
|
104
|
+
connectedBackgroundColor?: echarts.Color;
|
|
105
|
+
excludeComponents?: string[];
|
|
106
|
+
} | undefined) => string | undefined;
|
|
107
|
+
getDataURL: (opts?: {
|
|
108
|
+
type?: "png" | "jpeg" | "svg";
|
|
109
|
+
pixelRatio?: number;
|
|
110
|
+
backgroundColor?: echarts.Color;
|
|
111
|
+
excludeComponents?: string[];
|
|
112
|
+
} | undefined) => string | undefined;
|
|
113
|
+
getHeight: () => number | undefined;
|
|
114
|
+
getInstance: () => Charts | EChartsType | undefined;
|
|
115
|
+
getNativeInstance: () => Charts | undefined;
|
|
116
|
+
getOption: () => Record<string, unknown> | undefined;
|
|
117
|
+
getWidth: () => number | undefined;
|
|
118
|
+
hideLoading: () => void | undefined;
|
|
119
|
+
off: (eventType?: string | number | undefined, handler?: Function | undefined) => EChartsType | undefined;
|
|
120
|
+
on: (event: string | number, query: string | Object, handler: (this: EChartsType, ...args: unknown[]) => boolean | void, context?: unknown) => EChartsType | undefined;
|
|
121
|
+
resize: (options?: ResizeOpts) => void;
|
|
122
|
+
setConfig: (config: DataVChartsOption, animationEnd?: boolean) => void;
|
|
123
|
+
setOption: (option: EChartsOption | DataVChartsOption, options?: SetOptionOpts | boolean) => void;
|
|
124
|
+
showLoading: (name?: string | undefined, cfg?: object | undefined) => void | undefined;
|
|
125
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
126
|
+
config: DataVChartsOption;
|
|
127
|
+
option: EChartsOption;
|
|
128
|
+
theme: string | object | null;
|
|
129
|
+
initOptions: EChartsInitOpts;
|
|
130
|
+
setOptionOptions: SetOptionOpts;
|
|
131
|
+
autoResize: boolean;
|
|
132
|
+
events: Readonly<Record<string, EChartsEventHandler>>;
|
|
133
|
+
group: string;
|
|
134
|
+
loading: boolean;
|
|
135
|
+
loadingType: string;
|
|
136
|
+
loadingOptions: object;
|
|
137
|
+
ariaLabel: string;
|
|
138
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
139
|
+
declare const _default: typeof __VLS_export;
|
|
140
|
+
export default _default;
|
|
141
|
+
//# sourceMappingURL=LumalCharts.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalCharts.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalCharts.vue"],"names":[],"mappings":"AA0PA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAA;AAC3C,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACb,WAAW,EACX,UAAU,EACV,aAAa,EACd,MAAM,SAAS,CAAA;AAChB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAEjD,OAAO,KAAK,OAAO,MAAM,SAAS,CAAA;AAGlC,KAAK,mBAAmB,GAAG,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,CAAA;AAEvD,KAAK,WAAW,GAAG;IACjB,yDAAyD;IACzD,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B,uCAAuC;IACvC,MAAM,CAAC,EAAE,aAAa,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;IAC9B,WAAW,CAAC,EAAE,eAAe,CAAA;IAC7B,gBAAgB,CAAC,EAAE,aAAa,CAAA;IAChC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC,CAAA;IACtD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AA6DF,iBAAS,aAAa,IAAI,IAAI,CAO7B;AA4LD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAnEG,UAAU;wBACT,iBAAiB;wBACjB,aAAa,GAAG,iBAAiB,YAAY,aAAa,GAAG,OAAO;;;YA5M/E,iBAAiB;YAEjB,aAAa;WACd,MAAM,GAAG,MAAM,GAAG,IAAI;iBAChB,eAAe;sBACV,aAAa;gBACnB,OAAO;YACX,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;WAC9C,MAAM;aACJ,OAAO;iBACH,MAAM;oBACH,MAAM;eACX,MAAM;6EAqQlB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ConicalColumnChartConfig, DataValueItem } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
items?: readonly DataValueItem[];
|
|
4
|
+
config?: ConicalColumnChartConfig;
|
|
5
|
+
max?: number;
|
|
6
|
+
unit?: string;
|
|
7
|
+
sort?: false | 'asc' | 'desc';
|
|
8
|
+
showValue?: boolean;
|
|
9
|
+
images?: readonly string[];
|
|
10
|
+
imageSideLength?: number;
|
|
11
|
+
fontSize?: number;
|
|
12
|
+
columnColor?: string;
|
|
13
|
+
textColor?: string;
|
|
14
|
+
ariaLabel?: string;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
+
fontSize: number;
|
|
18
|
+
config: ConicalColumnChartConfig;
|
|
19
|
+
ariaLabel: string;
|
|
20
|
+
sort: false | "asc" | "desc";
|
|
21
|
+
items: readonly DataValueItem[];
|
|
22
|
+
max: number;
|
|
23
|
+
unit: string;
|
|
24
|
+
showValue: boolean;
|
|
25
|
+
images: readonly string[];
|
|
26
|
+
imageSideLength: number;
|
|
27
|
+
columnColor: string;
|
|
28
|
+
textColor: string;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
31
|
+
export default _default;
|
|
32
|
+
//# sourceMappingURL=LumalConicalColumnChart.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalConicalColumnChart.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalConicalColumnChart.vue"],"names":[],"mappings":"AAqKA,OAAO,KAAK,EAAE,wBAAwB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAIvE,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,SAAS,aAAa,EAAE,CAAA;IAChC,MAAM,CAAC,EAAE,wBAAwB,CAAA;IACjC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,MAAM,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AAqLF,QAAA,MAAM,YAAY;cAzLL,MAAM;YAPR,wBAAwB;eAUrB,MAAM;UAPX,KAAK,GAAG,KAAK,GAAG,MAAM;WAJrB,SAAS,aAAa,EAAE;SAE1B,MAAM;UACL,MAAM;eAED,OAAO;YACV,SAAS,MAAM,EAAE;qBACR,MAAM;iBAEV,MAAM;eACR,MAAM;6EA0LlB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { DecorationVariant } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
variant?: DecorationVariant;
|
|
4
|
+
color?: readonly [string, string];
|
|
5
|
+
colors?: readonly [string, string];
|
|
6
|
+
background?: string;
|
|
7
|
+
dur?: number;
|
|
8
|
+
duration?: number;
|
|
9
|
+
haloDur?: number;
|
|
10
|
+
reverse?: boolean;
|
|
11
|
+
scanDur?: number;
|
|
12
|
+
};
|
|
13
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
default?: (props: typeof __VLS_1) => any;
|
|
16
|
+
} & {
|
|
17
|
+
default?: (props: typeof __VLS_3) => any;
|
|
18
|
+
};
|
|
19
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
|
+
color: readonly [string, string];
|
|
21
|
+
reverse: boolean;
|
|
22
|
+
duration: number;
|
|
23
|
+
variant: DecorationVariant;
|
|
24
|
+
colors: readonly [string, string];
|
|
25
|
+
background: string;
|
|
26
|
+
dur: number;
|
|
27
|
+
haloDur: number;
|
|
28
|
+
scanDur: number;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=LumalDecoration.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalDecoration.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalDecoration.vue"],"names":[],"mappings":"AAyqBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAmCjD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,iBAAiB,CAAA;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACjC,MAAM,CAAC,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAClC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AA0kCF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;WA5lCN,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC;aAMvB,OAAO;cAFN,MAAM;aALP,iBAAiB;YAElB,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC;gBACrB,MAAM;SACb,MAAM;aAEF,MAAM;aAEN,MAAM;6EAwlChB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { DigitalFlopConfig } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
config?: DigitalFlopConfig;
|
|
4
|
+
value?: number;
|
|
5
|
+
numbers?: readonly number[];
|
|
6
|
+
content?: string;
|
|
7
|
+
precision?: number;
|
|
8
|
+
prefix?: string;
|
|
9
|
+
suffix?: string;
|
|
10
|
+
duration?: number;
|
|
11
|
+
animationFrame?: number;
|
|
12
|
+
animationCurve?: string;
|
|
13
|
+
formatter?: (value: number, index: number) => string;
|
|
14
|
+
color?: string;
|
|
15
|
+
fontFamily?: string;
|
|
16
|
+
fontSize?: number;
|
|
17
|
+
fontStyle?: string;
|
|
18
|
+
fontWeight?: number | string;
|
|
19
|
+
rowGap?: number;
|
|
20
|
+
textAlign?: 'left' | 'center' | 'right';
|
|
21
|
+
};
|
|
22
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=LumalDigitalFlop.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalDigitalFlop.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalDigitalFlop.vue"],"names":[],"mappings":"AA2RA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAKjD,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAA;IACpD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;CACxC,CAAC;AAwTF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { FlylineChartConfig } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
config?: Partial<FlylineChartConfig>;
|
|
4
|
+
dev?: boolean;
|
|
5
|
+
ariaLabel?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
position: (absolute: readonly [number, number], relative: readonly [number, number]) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
onPosition?: ((absolute: readonly [number, number], relative: readonly [number, number]) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
config: Partial<FlylineChartConfig>;
|
|
13
|
+
ariaLabel: string;
|
|
14
|
+
dev: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=LumalFlylineChart.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalFlylineChart.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalFlylineChart.vue"],"names":[],"mappings":"AA6OA,OAAO,KAAK,EAAE,kBAAkB,EAA0D,MAAM,UAAU,CAAA;AAM1G,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,CAAA;IACpC,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AA2TF,QAAA,MAAM,YAAY;;;;;YA9TP,OAAO,CAAC,kBAAkB,CAAC;eAExB,MAAM;SADZ,OAAO;6EAiUb,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { FlylineEnhancedConfig } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
config?: Partial<FlylineEnhancedConfig>;
|
|
4
|
+
dev?: boolean;
|
|
5
|
+
ariaLabel?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
position: (absolute: readonly [number, number], relative: readonly [number, number]) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
onPosition?: ((absolute: readonly [number, number], relative: readonly [number, number]) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
config: Partial<FlylineEnhancedConfig>;
|
|
13
|
+
ariaLabel: string;
|
|
14
|
+
dev: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=LumalFlylineChartEnhanced.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalFlylineChartEnhanced.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalFlylineChartEnhanced.vue"],"names":[],"mappings":"AAyOA,OAAO,KAAK,EAAE,qBAAqB,EAA0E,MAAM,UAAU,CAAA;AAM7H,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAA;IACvC,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AAkUF,QAAA,MAAM,YAAY;;;;;YArUP,OAAO,CAAC,qBAAqB,CAAC;eAE3B,MAAM;SADZ,OAAO;6EAwUb,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { FullScreenContainerMode } from '../types';
|
|
2
|
+
/***********************全屏容器*********************/
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** 设计稿宽度,缩放基准 */
|
|
5
|
+
width?: number;
|
|
6
|
+
/** 设计稿高度,缩放基准 */
|
|
7
|
+
height?: number;
|
|
8
|
+
/** 适配类别:width(宽度等比)/ scale(等比居中)/ vwvh(拉伸铺满) */
|
|
9
|
+
mode?: FullScreenContainerMode;
|
|
10
|
+
/** 容器层级 */
|
|
11
|
+
zIndex?: number;
|
|
12
|
+
};
|
|
13
|
+
declare var __VLS_1: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
default?: (props: typeof __VLS_1) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
+
width: number;
|
|
19
|
+
height: number;
|
|
20
|
+
mode: FullScreenContainerMode;
|
|
21
|
+
zIndex: number;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=LumalFullScreenContainer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalFullScreenContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalFullScreenContainer.vue"],"names":[],"mappings":"AAuGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAIvD,kDAAkD;AAElD,KAAK,WAAW,GAAG;IACjB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,iBAAiB;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,gDAAgD;IAChD,IAAI,CAAC,EAAE,uBAAuB,CAAA;IAC9B,WAAW;IACX,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AA6FF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;WA7GN,MAAM;YAEL,MAAM;UAER,uBAAuB;YAErB,MAAM;6EA0Gf,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type LoadingStatus = 'loading' | 'success' | 'error';
|
|
2
|
+
type LoadingVariant = 'ring' | 'dots' | 'pulse';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
label?: string;
|
|
6
|
+
status?: LoadingStatus;
|
|
7
|
+
variant?: LoadingVariant;
|
|
8
|
+
colors?: readonly [string, string];
|
|
9
|
+
duration?: number;
|
|
10
|
+
};
|
|
11
|
+
declare var __VLS_1: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_1) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
|
+
label: string;
|
|
17
|
+
duration: number;
|
|
18
|
+
variant: LoadingVariant;
|
|
19
|
+
colors: readonly [string, string];
|
|
20
|
+
size: number | string;
|
|
21
|
+
status: LoadingStatus;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=LumalLoading.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalLoading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalLoading.vue"],"names":[],"mappings":"AAuIA,KAAK,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AACpD,KAAK,cAAc,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;AAE/C,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,aAAa,CAAA;IACtB,OAAO,CAAC,EAAE,cAAc,CAAA;IACxB,MAAM,CAAC,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAC;AAkKF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAQ/C,QAAA,MAAM,UAAU;WAjLN,MAAM;cAIH,MAAM;aAFP,cAAc;YACf,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC;UAJ3B,MAAM,GAAG,MAAM;YAEb,aAAa;6EAmLtB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { PercentPondConfig } from '../types';
|
|
2
|
+
type PercentFormatter = string | ((value: number) => string);
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
config?: PercentPondConfig;
|
|
5
|
+
value?: number;
|
|
6
|
+
colors?: readonly string[];
|
|
7
|
+
shape?: 'bar' | 'capsule';
|
|
8
|
+
formatter?: PercentFormatter;
|
|
9
|
+
showLabel?: boolean;
|
|
10
|
+
borderWidth?: number;
|
|
11
|
+
borderGap?: number;
|
|
12
|
+
lineDash?: readonly number[];
|
|
13
|
+
textColor?: string;
|
|
14
|
+
borderRadius?: number;
|
|
15
|
+
localGradient?: boolean;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
+
showLabel: boolean;
|
|
19
|
+
localGradient: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: typeof __VLS_export;
|
|
22
|
+
export default _default;
|
|
23
|
+
//# sourceMappingURL=LumalPercentPond.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalPercentPond.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalPercentPond.vue"],"names":[],"mappings":"AAkJA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAKjD,KAAK,gBAAgB,GAAG,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;AAE5D,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1B,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAC;AA0LF,QAAA,MAAM,YAAY;eAjMJ,OAAO;mBAMH,OAAO;6EA8LvB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { ScrollBoardColumn, ScrollBoardConfig, ScrollBoardEventPayload, ScrollBoardRowKey } from '../types';
|
|
2
|
+
declare const __VLS_export: <T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: import("vue").PublicProps & __VLS_PrettifyLocal<{
|
|
4
|
+
config?: ScrollBoardConfig;
|
|
5
|
+
rows?: readonly T[];
|
|
6
|
+
rowKey?: ScrollBoardRowKey<T>;
|
|
7
|
+
columns?: readonly ScrollBoardColumn<T>[];
|
|
8
|
+
visibleRows?: number;
|
|
9
|
+
interval?: number;
|
|
10
|
+
step?: number | "page";
|
|
11
|
+
autoplay?: boolean;
|
|
12
|
+
ariaLabel?: string;
|
|
13
|
+
} & {
|
|
14
|
+
onClick?: ((payload: ScrollBoardEventPayload) => any) | undefined;
|
|
15
|
+
onMouseover?: ((payload: ScrollBoardEventPayload) => any) | undefined;
|
|
16
|
+
onRowClick?: ((row: T, index: number) => any) | undefined;
|
|
17
|
+
}> & (typeof globalThis extends {
|
|
18
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
19
|
+
} ? P : {});
|
|
20
|
+
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
21
|
+
updateRows: (rows: readonly (readonly unknown[])[], animationIndex?: number) => void;
|
|
22
|
+
}>) => void;
|
|
23
|
+
attrs: any;
|
|
24
|
+
slots: {
|
|
25
|
+
default?: (props: {
|
|
26
|
+
row: T;
|
|
27
|
+
index: number;
|
|
28
|
+
}) => unknown;
|
|
29
|
+
cell?: (props: {
|
|
30
|
+
row: T;
|
|
31
|
+
column: ScrollBoardColumn<T>;
|
|
32
|
+
value: unknown;
|
|
33
|
+
rowIndex: number;
|
|
34
|
+
columnIndex: number;
|
|
35
|
+
}) => unknown;
|
|
36
|
+
};
|
|
37
|
+
emit: ((evt: "click", payload: ScrollBoardEventPayload) => void) & ((evt: "mouseover", payload: ScrollBoardEventPayload) => void) & ((evt: "rowClick", row: T, index: number) => void);
|
|
38
|
+
}>) => import("vue").VNode & {
|
|
39
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
40
|
+
};
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
44
|
+
[K in keyof T]: T[K];
|
|
45
|
+
} : {
|
|
46
|
+
[K in keyof T as K]: T[K];
|
|
47
|
+
}) & {};
|
|
48
|
+
//# sourceMappingURL=LumalScrollBoard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalScrollBoard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalScrollBoard.vue"],"names":[],"mappings":"AAmZA,OAAO,KAAK,EAEV,iBAAiB,EACjB,iBAAiB,EACjB,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,UAAU,CAAA;AAMjB,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,MAAM,EACtC,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAucO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;iBArc7C,iBAAiB;eACnB,SAAS,CAAC,EAAE;iBACV,iBAAiB,CAAC,CAAC,CAAC;kBACnB,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE;sBAC3B,MAAM;mBACT,MAAM;eACV,MAAM,GAAG,MAAM;mBACX,OAAO;oBACN,MAAM;;;;;KA6buE,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,OAAO,KAAK,EAAE,gBAAgB;2BA9OvB,SAAS,CAAC,SAAS,OAAO,EAAE,CAAC,EAAE,mBAAmB,MAAM,KAAG,IAAI;MA8OlB,KAAK,IAAI;WACxE,GAAG;;kBAzaC,CAAC,KAAK,EAAE;YAAE,GAAG,EAAE,CAAC,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,KAAK,OAAO;eAChD,CAAC,KAAK,EAAE;YAAE,GAAG,EAAE,CAAC,CAAC;YAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;YAAC,KAAK,EAAE,OAAO,CAAC;YAAC,QAAQ,EAAE,MAAM,CAAC;YAAC,WAAW,EAAE,MAAM,CAAA;SAAE,KAAK,OAAO;;;EA4axH,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAA;CAAI,CAAC;wBACpE,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { RankingItem, ScrollRankingBoardConfig } from '../types';
|
|
2
|
+
declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: import("vue").PublicProps & __VLS_PrettifyLocal<{
|
|
4
|
+
config?: ScrollRankingBoardConfig<T>;
|
|
5
|
+
items?: readonly RankingItem<T>[];
|
|
6
|
+
visibleRows?: number;
|
|
7
|
+
interval?: number;
|
|
8
|
+
autoplay?: boolean;
|
|
9
|
+
sort?: false | "asc" | "desc";
|
|
10
|
+
unit?: string;
|
|
11
|
+
formatter?: (value: number, item: RankingItem<T>, index: number) => string | number;
|
|
12
|
+
ariaLabel?: string;
|
|
13
|
+
}> & (typeof globalThis extends {
|
|
14
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
15
|
+
} ? P : {});
|
|
16
|
+
expose: (exposed: {}) => void;
|
|
17
|
+
attrs: any;
|
|
18
|
+
slots: {
|
|
19
|
+
default?: (props: {
|
|
20
|
+
item: RankingItem<T>;
|
|
21
|
+
index: number;
|
|
22
|
+
ratio: number;
|
|
23
|
+
}) => unknown;
|
|
24
|
+
};
|
|
25
|
+
emit: {};
|
|
26
|
+
}>) => import("vue").VNode & {
|
|
27
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
28
|
+
};
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} : {
|
|
34
|
+
[K in keyof T as K]: T[K];
|
|
35
|
+
}) & {};
|
|
36
|
+
//# sourceMappingURL=LumalScrollRankingBoard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalScrollRankingBoard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalScrollRankingBoard.vue"],"names":[],"mappings":"AAkVA,OAAO,KAAK,EACV,WAAW,EACX,wBAAwB,EAGzB,MAAM,UAAU,CAAA;AAKjB,QAAA,MAAM,YAAY,GAAK,CAAC,EACvB,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WA0TO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB;iBAxT5C,wBAAwB,CAAC,CAAC,CAAC;gBAC5B,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE;sBACnB,MAAM;mBACT,MAAM;mBACN,OAAO;eACX,KAAK,GAAG,KAAK,GAAG,MAAM;eACtB,MAAM;oBACD,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM;oBACvE,MAAM;MAgTsD,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC1I,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;;kBAnSC,CAAC,KAAK,EAAE;YAAE,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;YAAC,KAAK,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,KAAK,OAAO;;UAqS/E,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAA;CAAI,CAAC;wBACpE,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { WaterLevelPondConfig } from '../types';
|
|
2
|
+
type WaterShape = 'circle' | 'rect' | 'round' | 'rounded' | 'roundRect';
|
|
3
|
+
type WaterFormatter = string | ((value: number) => string);
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
config?: WaterLevelPondConfig;
|
|
6
|
+
value?: number;
|
|
7
|
+
data?: readonly number[];
|
|
8
|
+
values?: readonly number[];
|
|
9
|
+
colors?: readonly string[];
|
|
10
|
+
shape?: WaterShape;
|
|
11
|
+
formatter?: WaterFormatter;
|
|
12
|
+
waveCount?: number;
|
|
13
|
+
waveNum?: number;
|
|
14
|
+
waveHeight?: number;
|
|
15
|
+
waveOpacity?: number;
|
|
16
|
+
duration?: number;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
19
|
+
getWavePaths: () => string[];
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: typeof __VLS_export;
|
|
22
|
+
export default _default;
|
|
23
|
+
//# sourceMappingURL=LumalWaterLevelPond.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LumalWaterLevelPond.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LumalWaterLevelPond.vue"],"names":[],"mappings":"AA+JA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAMpD,KAAK,UAAU,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,CAAA;AACvE,KAAK,cAAc,GAAG,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;AAG1D,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,oBAAoB,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACxB,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1B,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1B,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAC;AAgQF,QAAA,MAAM,YAAY;;oPAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"borderBoxGeometry.d.ts","sourceRoot":"","sources":["../../../src/components/borderBoxGeometry.ts"],"names":[],"mappings":"AAEA,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAG/D"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { DecorationVariant } from '../types';
|
|
2
|
+
export type DecorationPoint = readonly [number, number];
|
|
3
|
+
export interface AnimatedPoint {
|
|
4
|
+
animated: boolean;
|
|
5
|
+
beginSeconds: number;
|
|
6
|
+
durationSeconds: number;
|
|
7
|
+
point: DecorationPoint;
|
|
8
|
+
}
|
|
9
|
+
export interface DecorationBar {
|
|
10
|
+
colorIndex: 0 | 1;
|
|
11
|
+
durationSeconds: number;
|
|
12
|
+
height: number;
|
|
13
|
+
minHeight: number;
|
|
14
|
+
point: DecorationPoint;
|
|
15
|
+
}
|
|
16
|
+
export interface RadarGeometry {
|
|
17
|
+
arcPaths: string[];
|
|
18
|
+
circleRadii: number[];
|
|
19
|
+
scanPaths: string[];
|
|
20
|
+
splitLines: string[];
|
|
21
|
+
}
|
|
22
|
+
export declare const DECORATION_DEFAULT_COLORS: Record<DecorationVariant, readonly [string, string]>;
|
|
23
|
+
export declare const DECORATION_DEFAULT_DURATION: Record<DecorationVariant, number>;
|
|
24
|
+
export declare function createDecorationInstanceId(vueId: string): string;
|
|
25
|
+
export declare function createDecoration1Points(): AnimatedPoint[];
|
|
26
|
+
export declare const decoration1Rects: readonly [DecorationPoint, DecorationPoint];
|
|
27
|
+
export declare function createDecoration3Points(): AnimatedPoint[];
|
|
28
|
+
export declare function createDecoration6Bars(): DecorationBar[];
|
|
29
|
+
export declare function createDecoration9Fills(): boolean[];
|
|
30
|
+
export declare function fadeColor(color: string, opacityPercent: number): string;
|
|
31
|
+
export declare function polylineLength(points: readonly DecorationPoint[]): number;
|
|
32
|
+
export declare function circlePoint(centerX: number, centerY: number, radius: number, angle: number): DecorationPoint;
|
|
33
|
+
export declare function createRadarGeometry(width: number, height: number): RadarGeometry;
|
|
34
|
+
//# sourceMappingURL=decorationGeometry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decorationGeometry.d.ts","sourceRoot":"","sources":["../../../src/components/decorationGeometry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,eAAe,GAAG,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;AAEvD,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,OAAO,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,eAAe,EAAE,MAAM,CAAA;IACvB,KAAK,EAAE,eAAe,CAAA;CACvB;AAED,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,CAAC,GAAG,CAAC,CAAA;IACjB,eAAe,EAAE,MAAM,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,eAAe,CAAA;CACvB;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,MAAM,EAAE,CAAA;IAClB,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,SAAS,EAAE,MAAM,EAAE,CAAA;IACnB,UAAU,EAAE,MAAM,EAAE,CAAA;CACrB;AAED,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,iBAAiB,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAa1F,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAazE,CAAA;AAID,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAGhE;AAeD,wBAAgB,uBAAuB,IAAI,aAAa,EAAE,CASzD;AAED,eAAO,MAAM,gBAAgB,6CAGnB,CAAA;AAEV,wBAAgB,uBAAuB,IAAI,aAAa,EAAE,CAOzD;AAED,wBAAgB,qBAAqB,IAAI,aAAa,EAAE,CAevD;AAED,wBAAgB,sBAAsB,IAAI,OAAO,EAAE,CAElD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,MAAM,CAsBvE;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,SAAS,eAAe,EAAE,GAAG,MAAM,CAOzE;AAED,wBAAgB,WAAW,CACzB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,GACZ,eAAe,CAEjB;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,aAAa,CAsChF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAnimationPause.d.ts","sourceRoot":"","sources":["../../../src/composables/useAnimationPause.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAG9B,wBAAgB,iBAAiB,CAAC,YAAY,EAAE,QAAQ,CAAC,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,sCAiChF"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { ComputedRef, Ref } from 'vue';
|
|
2
|
+
interface DataVScrollAnimationOptions {
|
|
3
|
+
advanceBy: ComputedRef<number>;
|
|
4
|
+
element: Readonly<Ref<HTMLElement | null>>;
|
|
5
|
+
enabled: ComputedRef<boolean>;
|
|
6
|
+
hoverPause: ComputedRef<boolean>;
|
|
7
|
+
rowCount: ComputedRef<number>;
|
|
8
|
+
total: ComputedRef<number>;
|
|
9
|
+
waitTime: ComputedRef<number>;
|
|
10
|
+
}
|
|
11
|
+
export declare function useDataVScrollAnimation(options: DataVScrollAnimationOptions): {
|
|
12
|
+
collapsing: import("vue").ShallowRef<boolean, boolean>;
|
|
13
|
+
onFocusIn: () => void;
|
|
14
|
+
onFocusOut: (event: FocusEvent) => void;
|
|
15
|
+
onMouseEnter: () => void;
|
|
16
|
+
onMouseLeave: () => void;
|
|
17
|
+
paused: ComputedRef<boolean>;
|
|
18
|
+
renderOffset: import("vue").ShallowRef<number, number>;
|
|
19
|
+
reset: (index?: number) => void;
|
|
20
|
+
};
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=useDataVScrollAnimation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDataVScrollAnimation.d.ts","sourceRoot":"","sources":["../../../src/composables/useDataVScrollAnimation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAK3C,UAAU,2BAA2B;IACnC,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC9B,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,CAAA;IAC1C,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAC7B,UAAU,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAChC,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC7B,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC1B,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;CAC9B;AAED,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,2BAA2B;;qBAgFpD,IAAI;wBAIC,UAAU,KAAG,IAAI;wBAZnB,IAAI;wBAIJ,IAAI;;;+BAZF,IAAI;EAoDhC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Ref } from 'vue';
|
|
2
|
+
export interface ElementSize {
|
|
3
|
+
height: number;
|
|
4
|
+
width: number;
|
|
5
|
+
}
|
|
6
|
+
export declare function useElementSize(element: Readonly<Ref<HTMLElement | null>>): import("vue").ShallowRef<ElementSize, ElementSize>;
|
|
7
|
+
//# sourceMappingURL=useElementSize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useElementSize.d.ts","sourceRoot":"","sources":["../../../src/composables/useElementSize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAG9B,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CACd;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,sDA4DxE"}
|