@shijiu/jsview-vue 2.2.426-test.0 → 2.3.151-test.0
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/bin/browser/BrowserAudio.vue.mjs +4 -1
- package/bin/jsview-vue-common.mjs +1 -1
- package/bin/jsview-vue.mjs +9771 -7511
- package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.d.ts +21 -1
- package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +11 -2
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/DebugFrame.vue.d.ts +8 -0
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/DebugTools.d.ts +5 -0
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue.d.ts +24 -6
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +24 -6
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.d.ts +9 -2
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/RenderItem.d.ts +8 -1
- package/bin/types/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.d.ts +2 -1
- package/bin/types/utils/JsViewEngineWidget/WidgetCommon.d.ts +10 -7
- package/bin/types/utils/JsViewPlugin/JsvAudio/version.d.mts +1 -0
- package/bin/types/utils/JsViewPlugin/JsvAudio/version.d.ts +1 -0
- package/bin/types/utils/JsViewPlugin/JsvLatex/BrowserJsvLatex.vue.d.ts +1 -1
- package/bin/types/utils/JsViewPlugin/JsvLatex/JsvLatex.vue.d.ts +1 -1
- package/bin/types/utils/JsViewPlugin/JsvPlayer/AckEventDefine.d.ts +10 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer.vue.d.ts +1 -2
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMedia.d.ts +2 -2
- package/bin/types/utils/JsViewVueTools/ForgeHandles.d.ts +1 -0
- package/bin/types/utils/JsViewVueTools/JsvRuntimeBridge.d.ts +43 -1
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.d.ts +21 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.d.ts +3 -3
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/DominantColor/GetDominantColor.d.ts +7 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.d.ts +15 -2
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/Store.d.ts +2 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/Texture.d.ts +4 -0
- package/bin/types/utils/JsViewVueTools/index.d.ts +0 -1
- package/bin/types/utils/JsViewVueWidget/Jsv3dDiv.vue.d.ts +120 -0
- package/bin/types/utils/JsViewVueWidget/Jsv3dStage.vue.d.ts +144 -0
- package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +50 -2
- package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +23 -2
- package/bin/types/utils/JsViewVueWidget/JsvDashPath.vue.d.ts +11 -0
- package/bin/types/utils/JsViewVueWidget/JsvDriftScope/JsvDriftScope.vue.d.ts +4 -4
- package/bin/types/utils/JsViewVueWidget/JsvFilterView.vue.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/JsvFlexCell/JsvFullScrAdjust.vue.d.ts +78 -0
- package/bin/types/utils/JsViewVueWidget/JsvFlexCell/index.d.ts +1 -0
- package/bin/types/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts +2 -1
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/FreeMoveActor.vue.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/JsvEnvBlocker.vue.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.d.ts +1 -0
- package/bin/types/utils/JsViewVueWidget/JsvInput/Cursor.vue.d.ts +1 -1
- package/bin/types/utils/JsViewVueWidget/JsvMindMap/JsvMindMap.vue.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/JsvNinePatch.vue.d.ts +4 -4
- package/bin/types/utils/JsViewVueWidget/JsvPosterDiv.vue.d.ts +3 -0
- package/bin/types/utils/JsViewVueWidget/JsvPosterImage.vue.d.ts +3 -0
- package/bin/types/utils/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/JsvSmoothSlideContainer.vue.d.ts +72 -0
- package/bin/types/utils/JsViewVueWidget/JsvSoundPool.d.ts +26 -0
- package/bin/types/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +10 -37
- package/bin/types/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +1 -1
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSmoothSwiper.vue.d.ts +112 -0
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue.d.ts +1 -1
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSwiper2.vue.d.ts +142 -0
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/index.d.ts +3 -1
- package/bin/types/utils/JsViewVueWidget/JsvSwiper3D/JsvSwiper.vue.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue.d.ts +4 -3
- package/bin/types/utils/JsViewVueWidget/JsvVisibleSensor/JsvVisibleSensor.vue.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/JsvVisibleSensor/index.d.ts +3 -3
- package/bin/types/utils/JsViewVueWidget/index.d.ts +4 -1
- package/package.json +1 -1
- package/utils/JsViewEngineWidget/CheckType.js +3 -3
- package/utils/JsViewEngineWidget/JsvFocus/JsvFocusBlock.vue +25 -6
- package/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.ts +27 -1
- package/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.ts +22 -3
- package/utils/JsViewEngineWidget/MetroWidget/DebugFrame.vue +22 -0
- package/utils/JsViewEngineWidget/MetroWidget/DebugTools.ts +37 -0
- package/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue +42 -7
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue +97 -13
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.js +876 -412
- package/utils/JsViewEngineWidget/MetroWidget/RenderItem.ts +43 -2
- package/utils/JsViewEngineWidget/MetroWidget/TaskManager.ts +38 -26
- package/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.ts +144 -73
- package/utils/JsViewEngineWidget/WidgetCommon.ts +12 -0
- package/utils/JsViewPlugin/JsvAudio/BrowserAudio/BrowserAudio.vue +4 -0
- package/utils/JsViewPlugin/JsvAudio/BrowserAudio/JsvSystemAudio.vue +13 -13
- package/utils/JsViewPlugin/JsvAudio/version.js +1 -1
- package/utils/JsViewPlugin/JsvAudio/version.mjs +1 -1
- package/utils/JsViewPlugin/JsvPlayer/AckEventDefine.ts +82 -0
- package/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer.vue +50 -32
- package/utils/JsViewVueTools/FeatureActive.ts +2 -1
- package/utils/JsViewVueTools/ForgeHandles.ts +5 -2
- package/utils/JsViewVueTools/JsvRuntimeBridge.js +109 -4
- package/utils/JsViewVueTools/JsvTextTools.ts +3 -1
- package/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.ts +38 -2
- package/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.ts +15 -12
- package/utils/JsViewVueTools/JsvTextureStore/DominantColor/GetDominantColor.ts +36 -0
- package/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.ts +24 -3
- package/utils/JsViewVueTools/JsvTextureStore/Store.ts +33 -21
- package/utils/JsViewVueTools/JsvTextureStore/Texture.ts +56 -41
- package/utils/JsViewVueTools/index.js +0 -1
- package/utils/JsViewVueWidget/Jsv3dDiv.vue +85 -0
- package/utils/JsViewVueWidget/Jsv3dStage.vue +50 -0
- package/utils/JsViewVueWidget/JsvApic/JsvApic/index.js +1 -8
- package/utils/JsViewVueWidget/JsvApic/JsvApic2/index.js +1 -8
- package/utils/JsViewVueWidget/JsvDashPath.vue +150 -0
- package/utils/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue +1 -1
- package/utils/JsViewVueWidget/JsvFlexCell/JsvFullScrAdjust.vue +153 -0
- package/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue +2 -2
- package/utils/JsViewVueWidget/JsvFlexCell/index.js +1 -0
- package/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue +26 -22
- package/utils/JsViewVueWidget/JsvFreeMoveActor/SetAction.ts +1 -1
- package/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.ts +8 -0
- package/utils/JsViewVueWidget/JsvInput/EditViewOperator.ts +1 -1
- package/utils/JsViewVueWidget/JsvInput/JsvInput.vue +1 -0
- package/utils/JsViewVueWidget/JsvMaskClipDiv.vue +0 -9
- package/utils/JsViewVueWidget/JsvNativeSharedDiv.vue +57 -71
- package/utils/JsViewVueWidget/JsvPosterDiv.vue +15 -8
- package/utils/JsViewVueWidget/JsvPosterImage.vue +11 -1
- package/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue +2 -2
- package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +1 -1
- package/utils/JsViewVueWidget/JsvSmoothSlideContainer.vue +108 -0
- package/utils/JsViewVueWidget/JsvSoundPool.js +75 -12
- package/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue +99 -61
- package/utils/JsViewVueWidget/JsvSwiper/JsvSmoothSwiper.vue +543 -0
- package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue +3 -3
- package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper2.vue +644 -0
- package/utils/JsViewVueWidget/JsvSwiper/index.js +3 -1
- package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +56 -50
- package/utils/JsViewVueWidget/index.js +4 -1
- package/bin/browser/BrowserApic.vue.mjs +0 -114
- package/bin/browser/BrowserApic2.vue.mjs +0 -108
- package/bin/browser/BrowserApicLib.mjs +0 -431
- package/bin/types/utils/JsViewVueTools/JsvDemoTester.d.ts +0 -2
- package/utils/JsViewVueTools/JsvDemoTester.js +0 -81
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file
|
|
3
|
+
*
|
|
4
|
+
* 【模块 export 内容】
|
|
5
|
+
* JsvPosterDiv:Vue高阶组件,海报描画
|
|
6
|
+
* props说明:
|
|
7
|
+
* @prop {{x:number, y:number, z:number}} position 坐标信息,优先级高于style中的left, top
|
|
8
|
+
* @prop {Object} style {Object} 包含
|
|
9
|
+
* left/top/width/height
|
|
10
|
+
* border-radius
|
|
11
|
+
* backgroundImage/backgroundColor
|
|
12
|
+
* 的style设置
|
|
13
|
+
* @prop {boolean} enableAA 默认开启的。anti-alias(局部)算法,此算法会引起边缘2~3像素虚化
|
|
14
|
+
*/
|
|
15
|
+
declare const _default: {
|
|
16
|
+
new (...args: any[]): {
|
|
17
|
+
$: import("vue").ComponentInternalInstance;
|
|
18
|
+
$data: {};
|
|
19
|
+
$props: Partial<{
|
|
20
|
+
style: Object | null;
|
|
21
|
+
position: any;
|
|
22
|
+
enableAA: boolean;
|
|
23
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
24
|
+
style: Object | null;
|
|
25
|
+
position: any;
|
|
26
|
+
enableAA: boolean;
|
|
27
|
+
}>, {
|
|
28
|
+
style: null;
|
|
29
|
+
position: null;
|
|
30
|
+
enableAA: boolean;
|
|
31
|
+
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "position" | "enableAA">;
|
|
32
|
+
$attrs: {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
$refs: {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
$slots: Readonly<{
|
|
39
|
+
[name: string]: import("vue").Slot | undefined;
|
|
40
|
+
}>;
|
|
41
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
42
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
43
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
44
|
+
$el: any;
|
|
45
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
46
|
+
style: Object | null;
|
|
47
|
+
position: any;
|
|
48
|
+
enableAA: boolean;
|
|
49
|
+
}>, {
|
|
50
|
+
style: null;
|
|
51
|
+
position: null;
|
|
52
|
+
enableAA: boolean;
|
|
53
|
+
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
54
|
+
style: Object | null;
|
|
55
|
+
position: any;
|
|
56
|
+
enableAA: boolean;
|
|
57
|
+
}, {}, string> & {
|
|
58
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
59
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
60
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
61
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
62
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
63
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
64
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
65
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
71
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
72
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
73
|
+
};
|
|
74
|
+
$forceUpdate: () => void;
|
|
75
|
+
$nextTick: typeof import("vue").nextTick;
|
|
76
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
77
|
+
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
78
|
+
style: Object | null;
|
|
79
|
+
position: any;
|
|
80
|
+
enableAA: boolean;
|
|
81
|
+
}>, {
|
|
82
|
+
style: null;
|
|
83
|
+
position: null;
|
|
84
|
+
enableAA: boolean;
|
|
85
|
+
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
86
|
+
__isFragment?: undefined;
|
|
87
|
+
__isTeleport?: undefined;
|
|
88
|
+
__isSuspense?: undefined;
|
|
89
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
90
|
+
style: Object | null;
|
|
91
|
+
position: any;
|
|
92
|
+
enableAA: boolean;
|
|
93
|
+
}>, {
|
|
94
|
+
style: null;
|
|
95
|
+
position: null;
|
|
96
|
+
enableAA: boolean;
|
|
97
|
+
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
98
|
+
style: Object | null;
|
|
99
|
+
position: any;
|
|
100
|
+
enableAA: boolean;
|
|
101
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
102
|
+
$slots: {
|
|
103
|
+
default: (_: {}) => any;
|
|
104
|
+
};
|
|
105
|
+
});
|
|
106
|
+
export default _default;
|
|
107
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
108
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
109
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
110
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
111
|
+
} : {
|
|
112
|
+
type: import('vue').PropType<T[K]>;
|
|
113
|
+
required: true;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
type __VLS_WithDefaults<P, D> = {
|
|
117
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
118
|
+
default: D[K];
|
|
119
|
+
} : P[K];
|
|
120
|
+
};
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file
|
|
3
|
+
*
|
|
4
|
+
* 【模块 export 内容】
|
|
5
|
+
* JsvPosterDiv:Vue高阶组件,海报描画
|
|
6
|
+
* props说明:
|
|
7
|
+
* @prop {Object} style 包含
|
|
8
|
+
left/top/width/height
|
|
9
|
+
的style设置
|
|
10
|
+
* @prop {number} perspective 透视精神,默认1000,要求透视效果前后差距越大,此值约小,
|
|
11
|
+
推荐档位
|
|
12
|
+
透视效果非常明显的场景: 300
|
|
13
|
+
透视效果适中的场景: 1000~2000
|
|
14
|
+
*/
|
|
15
|
+
declare const _default: {
|
|
16
|
+
new (...args: any[]): {
|
|
17
|
+
$: import("vue").ComponentInternalInstance;
|
|
18
|
+
$data: {};
|
|
19
|
+
$props: Partial<{
|
|
20
|
+
style: {
|
|
21
|
+
top: number;
|
|
22
|
+
left: number;
|
|
23
|
+
width: number;
|
|
24
|
+
height: number;
|
|
25
|
+
};
|
|
26
|
+
perspective: number;
|
|
27
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
28
|
+
style: {
|
|
29
|
+
top: number;
|
|
30
|
+
left: number;
|
|
31
|
+
width: number;
|
|
32
|
+
height: number;
|
|
33
|
+
};
|
|
34
|
+
perspective: number;
|
|
35
|
+
}>, {
|
|
36
|
+
style: any;
|
|
37
|
+
perspective: number;
|
|
38
|
+
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "perspective">;
|
|
39
|
+
$attrs: {
|
|
40
|
+
[x: string]: unknown;
|
|
41
|
+
};
|
|
42
|
+
$refs: {
|
|
43
|
+
[x: string]: unknown;
|
|
44
|
+
};
|
|
45
|
+
$slots: Readonly<{
|
|
46
|
+
[name: string]: import("vue").Slot | undefined;
|
|
47
|
+
}>;
|
|
48
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
49
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
50
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
51
|
+
$el: any;
|
|
52
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
53
|
+
style: {
|
|
54
|
+
top: number;
|
|
55
|
+
left: number;
|
|
56
|
+
width: number;
|
|
57
|
+
height: number;
|
|
58
|
+
};
|
|
59
|
+
perspective: number;
|
|
60
|
+
}>, {
|
|
61
|
+
style: any;
|
|
62
|
+
perspective: number;
|
|
63
|
+
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
64
|
+
style: {
|
|
65
|
+
top: number;
|
|
66
|
+
left: number;
|
|
67
|
+
width: number;
|
|
68
|
+
height: number;
|
|
69
|
+
};
|
|
70
|
+
perspective: number;
|
|
71
|
+
}, {}, string> & {
|
|
72
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
85
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
86
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
87
|
+
};
|
|
88
|
+
$forceUpdate: () => void;
|
|
89
|
+
$nextTick: typeof import("vue").nextTick;
|
|
90
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
91
|
+
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
92
|
+
style: {
|
|
93
|
+
top: number;
|
|
94
|
+
left: number;
|
|
95
|
+
width: number;
|
|
96
|
+
height: number;
|
|
97
|
+
};
|
|
98
|
+
perspective: number;
|
|
99
|
+
}>, {
|
|
100
|
+
style: any;
|
|
101
|
+
perspective: number;
|
|
102
|
+
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
103
|
+
__isFragment?: undefined;
|
|
104
|
+
__isTeleport?: undefined;
|
|
105
|
+
__isSuspense?: undefined;
|
|
106
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
107
|
+
style: {
|
|
108
|
+
top: number;
|
|
109
|
+
left: number;
|
|
110
|
+
width: number;
|
|
111
|
+
height: number;
|
|
112
|
+
};
|
|
113
|
+
perspective: number;
|
|
114
|
+
}>, {
|
|
115
|
+
style: any;
|
|
116
|
+
perspective: number;
|
|
117
|
+
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
118
|
+
style: {
|
|
119
|
+
top: number;
|
|
120
|
+
left: number;
|
|
121
|
+
width: number;
|
|
122
|
+
height: number;
|
|
123
|
+
};
|
|
124
|
+
perspective: number;
|
|
125
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
126
|
+
$slots: {
|
|
127
|
+
default: (_: {}) => any;
|
|
128
|
+
};
|
|
129
|
+
});
|
|
130
|
+
export default _default;
|
|
131
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
132
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
133
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
134
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
135
|
+
} : {
|
|
136
|
+
type: import('vue').PropType<T[K]>;
|
|
137
|
+
required: true;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
type __VLS_WithDefaults<P, D> = {
|
|
141
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
142
|
+
default: D[K];
|
|
143
|
+
} : P[K];
|
|
144
|
+
};
|
|
@@ -1,2 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
src: StringConstructor;
|
|
3
|
+
style: ObjectConstructor;
|
|
4
|
+
autoPlay: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
loopType: {
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
loopInfo: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: () => number[][];
|
|
15
|
+
};
|
|
16
|
+
onStart: FunctionConstructor;
|
|
17
|
+
onEnd: FunctionConstructor;
|
|
18
|
+
onLoad: FunctionConstructor;
|
|
19
|
+
}, {
|
|
20
|
+
element: {};
|
|
21
|
+
}, {
|
|
22
|
+
onStartId: number;
|
|
23
|
+
onEndId: number;
|
|
24
|
+
}, {}, {
|
|
25
|
+
play(): void;
|
|
26
|
+
stop(frameCount?: number): void;
|
|
27
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
src: StringConstructor;
|
|
29
|
+
style: ObjectConstructor;
|
|
30
|
+
autoPlay: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
loopType: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
loopInfo: {
|
|
39
|
+
type: ArrayConstructor;
|
|
40
|
+
default: () => number[][];
|
|
41
|
+
};
|
|
42
|
+
onStart: FunctionConstructor;
|
|
43
|
+
onEnd: FunctionConstructor;
|
|
44
|
+
onLoad: FunctionConstructor;
|
|
45
|
+
}>>, {
|
|
46
|
+
autoPlay: boolean;
|
|
47
|
+
loopType: number;
|
|
48
|
+
loopInfo: unknown[];
|
|
49
|
+
}>;
|
|
50
|
+
export default _default;
|
|
@@ -1,2 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
src: StringConstructor;
|
|
3
|
+
style: ObjectConstructor;
|
|
4
|
+
onStart: FunctionConstructor;
|
|
5
|
+
onEnd: FunctionConstructor;
|
|
6
|
+
onLoad: FunctionConstructor;
|
|
7
|
+
}, {
|
|
8
|
+
element: {};
|
|
9
|
+
}, {
|
|
10
|
+
onStartId: number;
|
|
11
|
+
onEndId: number;
|
|
12
|
+
}, {}, {
|
|
13
|
+
show(frameIndex?: number): void;
|
|
14
|
+
play(loopType: any, loopInfo: any, endState: any): void;
|
|
15
|
+
stop(frameCount?: number): void;
|
|
16
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
src: StringConstructor;
|
|
18
|
+
style: ObjectConstructor;
|
|
19
|
+
onStart: FunctionConstructor;
|
|
20
|
+
onEnd: FunctionConstructor;
|
|
21
|
+
onLoad: FunctionConstructor;
|
|
22
|
+
}>>, {}>;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: {
|
|
3
|
+
readonly color?: string | undefined;
|
|
4
|
+
readonly lineWidth?: number | undefined;
|
|
5
|
+
readonly dash?: unknown[] | undefined;
|
|
6
|
+
readonly phase?: number | undefined;
|
|
7
|
+
readonly layout?: Record<string, any> | undefined;
|
|
8
|
+
readonly points?: unknown[] | undefined;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
11
|
+
export default _default;
|
|
@@ -3,8 +3,8 @@ declare const _default: {
|
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
|
-
left: number;
|
|
7
6
|
top: number;
|
|
7
|
+
left: number;
|
|
8
8
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
top?: number | undefined;
|
|
10
10
|
left?: number | undefined;
|
|
@@ -13,7 +13,7 @@ declare const _default: {
|
|
|
13
13
|
}>, {
|
|
14
14
|
top: number;
|
|
15
15
|
left: number;
|
|
16
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
16
|
+
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "top" | "left">;
|
|
17
17
|
$attrs: {
|
|
18
18
|
[x: string]: unknown;
|
|
19
19
|
};
|
|
@@ -36,8 +36,8 @@ declare const _default: {
|
|
|
36
36
|
top: number;
|
|
37
37
|
left: number;
|
|
38
38
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
39
|
-
left: number;
|
|
40
39
|
top: number;
|
|
40
|
+
left: number;
|
|
41
41
|
}, {}, string> & {
|
|
42
42
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
43
43
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -79,8 +79,8 @@ declare const _default: {
|
|
|
79
79
|
top: number;
|
|
80
80
|
left: number;
|
|
81
81
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
82
|
-
left: number;
|
|
83
82
|
top: number;
|
|
83
|
+
left: number;
|
|
84
84
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
85
85
|
$slots: {
|
|
86
86
|
Scene: (_: {}) => any;
|
|
@@ -18,8 +18,8 @@ declare const _default: {
|
|
|
18
18
|
$el: any;
|
|
19
19
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
20
20
|
$props: {
|
|
21
|
-
readonly left?: number | undefined;
|
|
22
21
|
readonly top?: number | undefined;
|
|
22
|
+
readonly left?: number | undefined;
|
|
23
23
|
readonly filterType?: string | undefined;
|
|
24
24
|
readonly width?: number | undefined;
|
|
25
25
|
readonly height?: number | undefined;
|
|
@@ -46,8 +46,8 @@ declare const _default: {
|
|
|
46
46
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
47
47
|
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
48
48
|
$props: {
|
|
49
|
-
readonly left?: number | undefined;
|
|
50
49
|
readonly top?: number | undefined;
|
|
50
|
+
readonly left?: number | undefined;
|
|
51
51
|
readonly filterType?: string | undefined;
|
|
52
52
|
readonly width?: number | undefined;
|
|
53
53
|
readonly height?: number | undefined;
|
|
@@ -58,8 +58,8 @@ declare const _default: {
|
|
|
58
58
|
__isSuspense?: undefined;
|
|
59
59
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
60
60
|
$props: {
|
|
61
|
-
readonly left?: number | undefined;
|
|
62
61
|
readonly top?: number | undefined;
|
|
62
|
+
readonly left?: number | undefined;
|
|
63
63
|
readonly filterType?: string | undefined;
|
|
64
64
|
readonly width?: number | undefined;
|
|
65
65
|
readonly height?: number | undefined;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): {
|
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
6
|
+
$attrs: {
|
|
7
|
+
[x: string]: unknown;
|
|
8
|
+
};
|
|
9
|
+
$refs: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
};
|
|
12
|
+
$slots: Readonly<{
|
|
13
|
+
[name: string]: import("vue").Slot | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
18
|
+
$el: any;
|
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
20
|
+
getWidth: () => any;
|
|
21
|
+
getHeight: () => any;
|
|
22
|
+
$props: {
|
|
23
|
+
readonly background?: string | undefined;
|
|
24
|
+
readonly askSize?: boolean | undefined;
|
|
25
|
+
readonly onSized?: Function | undefined;
|
|
26
|
+
readonly childWidth?: number | undefined;
|
|
27
|
+
readonly childHeight?: number | undefined;
|
|
28
|
+
};
|
|
29
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
30
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
43
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
44
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
45
|
+
};
|
|
46
|
+
$forceUpdate: () => void;
|
|
47
|
+
$nextTick: typeof import("vue").nextTick;
|
|
48
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
49
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
50
|
+
getWidth: () => any;
|
|
51
|
+
getHeight: () => any;
|
|
52
|
+
$props: {
|
|
53
|
+
readonly background?: string | undefined;
|
|
54
|
+
readonly askSize?: boolean | undefined;
|
|
55
|
+
readonly onSized?: Function | undefined;
|
|
56
|
+
readonly childWidth?: number | undefined;
|
|
57
|
+
readonly childHeight?: number | undefined;
|
|
58
|
+
};
|
|
59
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
60
|
+
__isFragment?: undefined;
|
|
61
|
+
__isTeleport?: undefined;
|
|
62
|
+
__isSuspense?: undefined;
|
|
63
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
64
|
+
getWidth: () => any;
|
|
65
|
+
getHeight: () => any;
|
|
66
|
+
$props: {
|
|
67
|
+
readonly background?: string | undefined;
|
|
68
|
+
readonly askSize?: boolean | undefined;
|
|
69
|
+
readonly onSized?: Function | undefined;
|
|
70
|
+
readonly childWidth?: number | undefined;
|
|
71
|
+
readonly childHeight?: number | undefined;
|
|
72
|
+
};
|
|
73
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
74
|
+
$slots: {
|
|
75
|
+
default: (_: {}) => any;
|
|
76
|
+
};
|
|
77
|
+
});
|
|
78
|
+
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
startAnim: (alt_duration: any, on_timeout_func: any) => number;
|
|
2
|
+
startAnim: (alt_duration: any, on_timeout_func: any, reverse?: boolean) => number;
|
|
3
3
|
stopAnim: () => void;
|
|
4
4
|
$props: {
|
|
5
5
|
readonly style?: Record<string, any> | undefined;
|
|
6
6
|
readonly duration?: number | undefined;
|
|
7
7
|
readonly autoplay?: boolean | undefined;
|
|
8
|
+
readonly reverseAnimate?: boolean | undefined;
|
|
8
9
|
readonly shaderStr?: string | undefined;
|
|
9
10
|
readonly onEnd?: Function | undefined;
|
|
10
11
|
readonly onStart?: Function | undefined;
|
|
@@ -20,8 +20,8 @@ declare const _default: {
|
|
|
20
20
|
control: any;
|
|
21
21
|
$props: {
|
|
22
22
|
readonly style?: Record<string, any> | undefined;
|
|
23
|
-
readonly left?: number | undefined;
|
|
24
23
|
readonly top?: number | undefined;
|
|
24
|
+
readonly left?: number | undefined;
|
|
25
25
|
readonly width?: number | undefined;
|
|
26
26
|
readonly height?: number | undefined;
|
|
27
27
|
readonly sizeMode?: boolean | undefined;
|
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
|
50
50
|
control: any;
|
|
51
51
|
$props: {
|
|
52
52
|
readonly style?: Record<string, any> | undefined;
|
|
53
|
-
readonly left?: number | undefined;
|
|
54
53
|
readonly top?: number | undefined;
|
|
54
|
+
readonly left?: number | undefined;
|
|
55
55
|
readonly width?: number | undefined;
|
|
56
56
|
readonly height?: number | undefined;
|
|
57
57
|
readonly sizeMode?: boolean | undefined;
|
|
@@ -64,8 +64,8 @@ declare const _default: {
|
|
|
64
64
|
control: any;
|
|
65
65
|
$props: {
|
|
66
66
|
readonly style?: Record<string, any> | undefined;
|
|
67
|
-
readonly left?: number | undefined;
|
|
68
67
|
readonly top?: number | undefined;
|
|
68
|
+
readonly left?: number | undefined;
|
|
69
69
|
readonly width?: number | undefined;
|
|
70
70
|
readonly height?: number | undefined;
|
|
71
71
|
readonly sizeMode?: boolean | undefined;
|
|
@@ -18,8 +18,8 @@ declare const _default: {
|
|
|
18
18
|
$el: any;
|
|
19
19
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
20
20
|
$props: {
|
|
21
|
-
readonly left?: number | undefined;
|
|
22
21
|
readonly top?: number | undefined;
|
|
22
|
+
readonly left?: number | undefined;
|
|
23
23
|
readonly enable?: boolean | undefined;
|
|
24
24
|
readonly width?: number | undefined;
|
|
25
25
|
readonly height?: number | undefined;
|
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
|
50
50
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
51
51
|
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
52
52
|
$props: {
|
|
53
|
-
readonly left?: number | undefined;
|
|
54
53
|
readonly top?: number | undefined;
|
|
54
|
+
readonly left?: number | undefined;
|
|
55
55
|
readonly enable?: boolean | undefined;
|
|
56
56
|
readonly width?: number | undefined;
|
|
57
57
|
readonly height?: number | undefined;
|
|
@@ -66,8 +66,8 @@ declare const _default: {
|
|
|
66
66
|
__isSuspense?: undefined;
|
|
67
67
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
68
68
|
$props: {
|
|
69
|
-
readonly left?: number | undefined;
|
|
70
69
|
readonly top?: number | undefined;
|
|
70
|
+
readonly left?: number | undefined;
|
|
71
71
|
readonly enable?: boolean | undefined;
|
|
72
72
|
readonly width?: number | undefined;
|
|
73
73
|
readonly height?: number | undefined;
|
|
@@ -2,8 +2,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
startBlink: () => void;
|
|
3
3
|
stopBlink: (show: any) => void;
|
|
4
4
|
$props: {
|
|
5
|
-
readonly left?: number | undefined;
|
|
6
5
|
readonly top?: number | undefined;
|
|
6
|
+
readonly left?: number | undefined;
|
|
7
7
|
readonly width?: number | undefined;
|
|
8
8
|
readonly height?: number | undefined;
|
|
9
9
|
readonly color?: string | undefined;
|
|
@@ -32,8 +32,8 @@ declare const _default: {
|
|
|
32
32
|
setSensor: (callback: any, sensitivity?: number) => void;
|
|
33
33
|
$props: {
|
|
34
34
|
readonly name?: string | undefined;
|
|
35
|
-
readonly left?: number | undefined;
|
|
36
35
|
readonly top?: number | undefined;
|
|
36
|
+
readonly left?: number | undefined;
|
|
37
37
|
readonly width?: number | undefined;
|
|
38
38
|
readonly height?: number | undefined;
|
|
39
39
|
readonly provideData?: Function | undefined;
|
|
@@ -80,8 +80,8 @@ declare const _default: {
|
|
|
80
80
|
setSensor: (callback: any, sensitivity?: number) => void;
|
|
81
81
|
$props: {
|
|
82
82
|
readonly name?: string | undefined;
|
|
83
|
-
readonly left?: number | undefined;
|
|
84
83
|
readonly top?: number | undefined;
|
|
84
|
+
readonly left?: number | undefined;
|
|
85
85
|
readonly width?: number | undefined;
|
|
86
86
|
readonly height?: number | undefined;
|
|
87
87
|
readonly provideData?: Function | undefined;
|
|
@@ -112,8 +112,8 @@ declare const _default: {
|
|
|
112
112
|
setSensor: (callback: any, sensitivity?: number) => void;
|
|
113
113
|
$props: {
|
|
114
114
|
readonly name?: string | undefined;
|
|
115
|
-
readonly left?: number | undefined;
|
|
116
115
|
readonly top?: number | undefined;
|
|
116
|
+
readonly left?: number | undefined;
|
|
117
117
|
readonly width?: number | undefined;
|
|
118
118
|
readonly height?: number | undefined;
|
|
119
119
|
readonly provideData?: Function | undefined;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$props: {
|
|
3
3
|
readonly style?: Record<string, any> | undefined;
|
|
4
|
-
readonly left?: number | undefined;
|
|
5
4
|
readonly top?: number | undefined;
|
|
6
|
-
readonly
|
|
5
|
+
readonly left?: number | undefined;
|
|
7
6
|
readonly waitForInit?: boolean | undefined;
|
|
7
|
+
readonly imageUrl?: string | undefined;
|
|
8
8
|
readonly imageWidth?: number | undefined;
|
|
9
9
|
readonly imageDspWidth?: number | undefined;
|
|
10
10
|
readonly contentWidth?: number | undefined;
|
|
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
13
13
|
readonly animTime?: number | undefined;
|
|
14
14
|
readonly imageBlendType?: string | undefined;
|
|
15
15
|
readonly onDivRef?: Function | undefined;
|
|
16
|
-
readonly animation?: string | undefined;
|
|
17
|
-
readonly onAnimationEnd?: Function | undefined;
|
|
18
16
|
readonly onTransitionEnd?: Function | undefined;
|
|
17
|
+
readonly onAnimationEnd?: Function | undefined;
|
|
18
|
+
readonly animation?: string | undefined;
|
|
19
19
|
};
|
|
20
20
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
21
21
|
export default _default;
|