@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
|
@@ -28,7 +28,8 @@ declare class JsvFocusHubApi {
|
|
|
28
28
|
* getCurrentFocus
|
|
29
29
|
*
|
|
30
30
|
* 获取当前焦点的的 focusName 信息,用于后续的进行的 setFocus 操作
|
|
31
|
-
* (
|
|
31
|
+
* (注意1: 获取的NameSpace不带NameSpace)
|
|
32
|
+
* (注意2: 如果当前状态所设焦点还没Mounted时,也会返回null)
|
|
32
33
|
*
|
|
33
34
|
* @return {string} 当前焦点的focusName
|
|
34
35
|
*/
|
|
@@ -82,6 +83,25 @@ declare class JsvFocusHubApi {
|
|
|
82
83
|
* @return {Array} 当前焦点的链条队列
|
|
83
84
|
*/
|
|
84
85
|
getCurrentFocusStack(): Array<Object>;
|
|
86
|
+
/**
|
|
87
|
+
* addFocusChangeListener
|
|
88
|
+
*
|
|
89
|
+
* 添加焦点变化监听器, 主要用来追踪焦点name的变化,例如路由切换的场景
|
|
90
|
+
*
|
|
91
|
+
* @param {Function} listener 焦点变化监听器, 参数为 {focusName: string}
|
|
92
|
+
* @param {boolean} onRequest 监听时机,true: 在focus请求时即回调,无论节点是否存在;
|
|
93
|
+
* false: 在节点真实存在后,确认进行focus时才回调(在正准备Focus()调用前)
|
|
94
|
+
*/
|
|
95
|
+
addFocusChangeListener(listener: Function, onRequest?: boolean): void;
|
|
96
|
+
/**
|
|
97
|
+
* removeFocusChangeListener
|
|
98
|
+
*
|
|
99
|
+
* 删除焦点变化监听器
|
|
100
|
+
*
|
|
101
|
+
* @param {Function} listener 由addFocusChangeListener添加的变化监听器
|
|
102
|
+
* @param {boolean} onRequest 和addFocusChangeListener时设置的参数要完全对应
|
|
103
|
+
*/
|
|
104
|
+
removeFocusChangeListener(listener: Function, onRequest?: boolean): void;
|
|
85
105
|
}
|
|
86
106
|
declare const ROOT_HUB_PROVIDE_NAME = "__jsvFocusRootHub__";
|
|
87
107
|
declare const HUB_NS_PROVIDE_NAME = "__jsvFocusNameSpace__";
|
|
@@ -2,11 +2,20 @@ declare const useFocusHub: (withNameSpace: any) => unknown;
|
|
|
2
2
|
export declare class JsvFocusManager {
|
|
3
3
|
private $_appMount;
|
|
4
4
|
private $_topFDiv;
|
|
5
|
-
|
|
5
|
+
private $_autoSearchFocus;
|
|
6
|
+
constructor(config: any);
|
|
6
7
|
install(app: any, ...options: any): void;
|
|
7
8
|
getCurrentFocusStack(): any;
|
|
8
9
|
$_hookMount(app: any, rootNodeId: any): (rootContainer: any) => any;
|
|
9
10
|
$_doAppMount(rootContainer: any): any;
|
|
10
11
|
}
|
|
11
|
-
|
|
12
|
+
/**
|
|
13
|
+
* 创建 JsView 焦点管理器
|
|
14
|
+
*
|
|
15
|
+
* @param {Object} config: 对象设置,子参数有{
|
|
16
|
+
* autoSearchFocus{boolean}: 是否开启自动寻焦,默认为false(兼容旧代码)
|
|
17
|
+
* }
|
|
18
|
+
* @return JsvFocusManager
|
|
19
|
+
*/
|
|
20
|
+
declare function jsvCreateFocusManager(config?: Object | null): JsvFocusManager;
|
|
12
21
|
export { jsvCreateFocusManager, useFocusHub };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: {
|
|
3
|
+
readonly width?: number | undefined;
|
|
4
|
+
readonly height?: number | undefined;
|
|
5
|
+
readonly sourceId?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
8
|
+
export default _default;
|
|
@@ -21,7 +21,7 @@ declare const _default: {
|
|
|
21
21
|
unlockSlide: () => void;
|
|
22
22
|
lock: (type: any) => () => void;
|
|
23
23
|
unlock: (type: any) => void;
|
|
24
|
-
refreshData: (forceUpdate:
|
|
24
|
+
refreshData: (forceUpdate: boolean, slideToFocus?: string) => void;
|
|
25
25
|
moveFocus: (direction: any) => void;
|
|
26
26
|
slideTo: (position: any, doAnim: any) => void;
|
|
27
27
|
slideToItem: (index: any, doAnim: any) => void;
|
|
@@ -44,10 +44,16 @@ declare const _default: {
|
|
|
44
44
|
top: any;
|
|
45
45
|
width: any;
|
|
46
46
|
height: any;
|
|
47
|
-
};
|
|
47
|
+
} | null;
|
|
48
48
|
setSlideSetting: (setting: any) => void;
|
|
49
49
|
cancelDelayLoad: () => void;
|
|
50
50
|
setSensorSensitivity: (sensitivity?: number) => void;
|
|
51
|
+
getItemLayoutInfo: (index: any) => {
|
|
52
|
+
left: any;
|
|
53
|
+
top: any;
|
|
54
|
+
width: any;
|
|
55
|
+
height: any;
|
|
56
|
+
} | null;
|
|
51
57
|
$props: {
|
|
52
58
|
[x: string]: any;
|
|
53
59
|
};
|
|
@@ -76,7 +82,7 @@ declare const _default: {
|
|
|
76
82
|
unlockSlide: () => void;
|
|
77
83
|
lock: (type: any) => () => void;
|
|
78
84
|
unlock: (type: any) => void;
|
|
79
|
-
refreshData: (forceUpdate:
|
|
85
|
+
refreshData: (forceUpdate: boolean, slideToFocus?: string) => void;
|
|
80
86
|
moveFocus: (direction: any) => void;
|
|
81
87
|
slideTo: (position: any, doAnim: any) => void;
|
|
82
88
|
slideToItem: (index: any, doAnim: any) => void;
|
|
@@ -99,10 +105,16 @@ declare const _default: {
|
|
|
99
105
|
top: any;
|
|
100
106
|
width: any;
|
|
101
107
|
height: any;
|
|
102
|
-
};
|
|
108
|
+
} | null;
|
|
103
109
|
setSlideSetting: (setting: any) => void;
|
|
104
110
|
cancelDelayLoad: () => void;
|
|
105
111
|
setSensorSensitivity: (sensitivity?: number) => void;
|
|
112
|
+
getItemLayoutInfo: (index: any) => {
|
|
113
|
+
left: any;
|
|
114
|
+
top: any;
|
|
115
|
+
width: any;
|
|
116
|
+
height: any;
|
|
117
|
+
} | null;
|
|
106
118
|
$props: {
|
|
107
119
|
[x: string]: any;
|
|
108
120
|
};
|
|
@@ -115,7 +127,7 @@ declare const _default: {
|
|
|
115
127
|
unlockSlide: () => void;
|
|
116
128
|
lock: (type: any) => () => void;
|
|
117
129
|
unlock: (type: any) => void;
|
|
118
|
-
refreshData: (forceUpdate:
|
|
130
|
+
refreshData: (forceUpdate: boolean, slideToFocus?: string) => void;
|
|
119
131
|
moveFocus: (direction: any) => void;
|
|
120
132
|
slideTo: (position: any, doAnim: any) => void;
|
|
121
133
|
slideToItem: (index: any, doAnim: any) => void;
|
|
@@ -138,10 +150,16 @@ declare const _default: {
|
|
|
138
150
|
top: any;
|
|
139
151
|
width: any;
|
|
140
152
|
height: any;
|
|
141
|
-
};
|
|
153
|
+
} | null;
|
|
142
154
|
setSlideSetting: (setting: any) => void;
|
|
143
155
|
cancelDelayLoad: () => void;
|
|
144
156
|
setSensorSensitivity: (sensitivity?: number) => void;
|
|
157
|
+
getItemLayoutInfo: (index: any) => {
|
|
158
|
+
left: any;
|
|
159
|
+
top: any;
|
|
160
|
+
width: any;
|
|
161
|
+
height: any;
|
|
162
|
+
} | null;
|
|
145
163
|
$props: {
|
|
146
164
|
[x: string]: any;
|
|
147
165
|
};
|
|
@@ -21,7 +21,7 @@ declare const _default: {
|
|
|
21
21
|
unlockSlide: () => void;
|
|
22
22
|
lock: (type: any) => () => void;
|
|
23
23
|
unlock: (type: any) => void;
|
|
24
|
-
refreshData: (forceUpdate:
|
|
24
|
+
refreshData: (forceUpdate: boolean, slideToFocus?: string) => void;
|
|
25
25
|
moveFocus: (direction: any) => void;
|
|
26
26
|
slideTo: (position: any, doAnim: any) => void;
|
|
27
27
|
slideToItem: (index: any, doAnim: any) => void;
|
|
@@ -44,10 +44,16 @@ declare const _default: {
|
|
|
44
44
|
top: any;
|
|
45
45
|
width: any;
|
|
46
46
|
height: any;
|
|
47
|
-
};
|
|
47
|
+
} | null;
|
|
48
48
|
setSlideSetting: (setting: any) => void;
|
|
49
49
|
cancelDelayLoad: () => void;
|
|
50
50
|
setSensorSensitivity: (sensitivity?: number) => void;
|
|
51
|
+
getItemLayoutInfo: (index: any) => {
|
|
52
|
+
left: any;
|
|
53
|
+
top: any;
|
|
54
|
+
width: any;
|
|
55
|
+
height: any;
|
|
56
|
+
} | null;
|
|
51
57
|
$props: {
|
|
52
58
|
[x: string]: any;
|
|
53
59
|
};
|
|
@@ -76,7 +82,7 @@ declare const _default: {
|
|
|
76
82
|
unlockSlide: () => void;
|
|
77
83
|
lock: (type: any) => () => void;
|
|
78
84
|
unlock: (type: any) => void;
|
|
79
|
-
refreshData: (forceUpdate:
|
|
85
|
+
refreshData: (forceUpdate: boolean, slideToFocus?: string) => void;
|
|
80
86
|
moveFocus: (direction: any) => void;
|
|
81
87
|
slideTo: (position: any, doAnim: any) => void;
|
|
82
88
|
slideToItem: (index: any, doAnim: any) => void;
|
|
@@ -99,10 +105,16 @@ declare const _default: {
|
|
|
99
105
|
top: any;
|
|
100
106
|
width: any;
|
|
101
107
|
height: any;
|
|
102
|
-
};
|
|
108
|
+
} | null;
|
|
103
109
|
setSlideSetting: (setting: any) => void;
|
|
104
110
|
cancelDelayLoad: () => void;
|
|
105
111
|
setSensorSensitivity: (sensitivity?: number) => void;
|
|
112
|
+
getItemLayoutInfo: (index: any) => {
|
|
113
|
+
left: any;
|
|
114
|
+
top: any;
|
|
115
|
+
width: any;
|
|
116
|
+
height: any;
|
|
117
|
+
} | null;
|
|
106
118
|
$props: {
|
|
107
119
|
[x: string]: any;
|
|
108
120
|
};
|
|
@@ -115,7 +127,7 @@ declare const _default: {
|
|
|
115
127
|
unlockSlide: () => void;
|
|
116
128
|
lock: (type: any) => () => void;
|
|
117
129
|
unlock: (type: any) => void;
|
|
118
|
-
refreshData: (forceUpdate:
|
|
130
|
+
refreshData: (forceUpdate: boolean, slideToFocus?: string) => void;
|
|
119
131
|
moveFocus: (direction: any) => void;
|
|
120
132
|
slideTo: (position: any, doAnim: any) => void;
|
|
121
133
|
slideToItem: (index: any, doAnim: any) => void;
|
|
@@ -138,10 +150,16 @@ declare const _default: {
|
|
|
138
150
|
top: any;
|
|
139
151
|
width: any;
|
|
140
152
|
height: any;
|
|
141
|
-
};
|
|
153
|
+
} | null;
|
|
142
154
|
setSlideSetting: (setting: any) => void;
|
|
143
155
|
cancelDelayLoad: () => void;
|
|
144
156
|
setSensorSensitivity: (sensitivity?: number) => void;
|
|
157
|
+
getItemLayoutInfo: (index: any) => {
|
|
158
|
+
left: any;
|
|
159
|
+
top: any;
|
|
160
|
+
width: any;
|
|
161
|
+
height: any;
|
|
162
|
+
} | null;
|
|
145
163
|
$props: {
|
|
146
164
|
[x: string]: any;
|
|
147
165
|
};
|
|
@@ -3,6 +3,7 @@ export function setup(props: any, itemRender: any, locateDiv: any, renderData: a
|
|
|
3
3
|
focusBlockOnFocus: (params: any) => void;
|
|
4
4
|
focusBlockOnBlur: () => void;
|
|
5
5
|
focusBlockOnKeyDown: (ev: any) => boolean;
|
|
6
|
+
focusBlockOnKeyUp: (ev: any) => boolean;
|
|
6
7
|
focusBlockOnCustomEvent: (ev: any) => boolean | undefined;
|
|
7
8
|
_onFocusableItemEdge: (edge_info: any) => void;
|
|
8
9
|
exportObject: {
|
|
@@ -10,7 +11,7 @@ export function setup(props: any, itemRender: any, locateDiv: any, renderData: a
|
|
|
10
11
|
unlockSlide: () => void;
|
|
11
12
|
lock: (type: any) => () => void;
|
|
12
13
|
unlock: (type: any) => void;
|
|
13
|
-
refreshData: (forceUpdate:
|
|
14
|
+
refreshData: (forceUpdate: boolean, slideToFocus?: string) => void;
|
|
14
15
|
moveFocus: (direction: any) => void;
|
|
15
16
|
slideTo: (position: any, doAnim: any) => void;
|
|
16
17
|
slideToItem: (index: any, doAnim: any) => void;
|
|
@@ -33,10 +34,16 @@ export function setup(props: any, itemRender: any, locateDiv: any, renderData: a
|
|
|
33
34
|
top: any;
|
|
34
35
|
width: any;
|
|
35
36
|
height: any;
|
|
36
|
-
};
|
|
37
|
+
} | null;
|
|
37
38
|
setSlideSetting: (setting: any) => void;
|
|
38
39
|
cancelDelayLoad: () => void;
|
|
39
40
|
setSensorSensitivity: (sensitivity?: number) => void;
|
|
41
|
+
getItemLayoutInfo: (index: any) => {
|
|
42
|
+
left: any;
|
|
43
|
+
top: any;
|
|
44
|
+
width: any;
|
|
45
|
+
height: any;
|
|
46
|
+
} | null;
|
|
40
47
|
};
|
|
41
48
|
setZIndex: (index: any, normalZIndex: any, focusZIndex: any) => void;
|
|
42
49
|
onTouchDown: (data: any, customData: any, nexusCustomData: any) => void;
|
|
@@ -13,6 +13,7 @@ interface ItemConfig {
|
|
|
13
13
|
itemSlide: number;
|
|
14
14
|
permanent: boolean;
|
|
15
15
|
showSkeleton: boolean;
|
|
16
|
+
enableLongPress: boolean;
|
|
16
17
|
}
|
|
17
18
|
export declare class RenderItem {
|
|
18
19
|
private divMountedCallback;
|
|
@@ -25,11 +26,13 @@ export declare class RenderItem {
|
|
|
25
26
|
rootDiv: HTMLDivElement | null;
|
|
26
27
|
enableTap: boolean;
|
|
27
28
|
renderKey: Ref<number>;
|
|
29
|
+
placeHolderLayout: null;
|
|
28
30
|
private customerCallbackMap;
|
|
29
31
|
private onRef;
|
|
32
|
+
private metroWidgetCbk;
|
|
30
33
|
readonly registerObj: object;
|
|
31
34
|
readonly query: object;
|
|
32
|
-
constructor(templateInfo: TemplateItem, customerData: object, renderStyle: RenderItemStyle, itemConfig: ItemConfig, onRef: () => void, query: object);
|
|
35
|
+
constructor(templateInfo: TemplateItem, customerData: object, renderStyle: RenderItemStyle, itemConfig: ItemConfig, onRef: () => void, query: object, metroWidgetCallback: Object);
|
|
33
36
|
get id(): number;
|
|
34
37
|
get index(): number;
|
|
35
38
|
updateCustomData(newCustomData: object, newItemConfig: ItemConfig): void;
|
|
@@ -39,8 +42,12 @@ export declare class RenderItem {
|
|
|
39
42
|
unregister(name: string): void;
|
|
40
43
|
onFocus(rect: object): boolean;
|
|
41
44
|
onBlur(): boolean;
|
|
45
|
+
onGaze(rect: object): boolean;
|
|
46
|
+
onIgnore(): boolean;
|
|
42
47
|
readonly onTap: import("vue").ComputedRef<(() => boolean) | null>;
|
|
48
|
+
private innerOnTap;
|
|
43
49
|
onClick(): boolean;
|
|
50
|
+
onLongPress(): boolean;
|
|
44
51
|
onWidgetEdge(rect: object): boolean;
|
|
45
52
|
addDivMountedListener(cbk: (div: HTMLDivElement) => void): () => void;
|
|
46
53
|
private onDivMounted;
|
|
@@ -12,12 +12,13 @@ declare class CommonMetroTemplate extends MetroTemplate {
|
|
|
12
12
|
addItemInner(itemObj: MeasureInfo): TemplateItem;
|
|
13
13
|
/** get next item functions */
|
|
14
14
|
getNextItem(baseId: number, vOffset: number, hOffset: number, moveType: number): TemplateItem | null;
|
|
15
|
+
private _GetDirectionNearItem;
|
|
15
16
|
private getNextItemInner;
|
|
16
17
|
private _GetItemDistance;
|
|
17
18
|
private _GetTotalNeighbor;
|
|
18
19
|
private _GetNearestItem;
|
|
20
|
+
private _FindNearestByDirection;
|
|
19
21
|
private _GetNextLoopItem;
|
|
20
|
-
private _GetNearLineItem;
|
|
21
22
|
updateItemSize(index: number, newSize: {
|
|
22
23
|
width: number;
|
|
23
24
|
height: number;
|
|
@@ -119,18 +119,21 @@ export declare class SeamlessSlide extends SlideSetting {
|
|
|
119
119
|
* easing: 滚动动画的easing
|
|
120
120
|
* boundaryProtect: 确定滚动位置能否小于0或者大于最大长度
|
|
121
121
|
* fixFirstPage: 首页不滚动
|
|
122
|
+
* align: 对齐方式 start, center, end
|
|
122
123
|
* }
|
|
123
124
|
**/
|
|
124
125
|
export declare class FixPositionSlide extends SlideSetting {
|
|
125
126
|
readonly FixPercent: number;
|
|
126
127
|
readonly FixFirstPage: boolean;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
128
|
+
readonly Align: "start" | "center" | "end";
|
|
129
|
+
constructor({ fixPercent, speed, duration, easing, fixFirstPage, align, boundaryProtect, }?: {
|
|
130
|
+
fixPercent?: number;
|
|
131
|
+
speed?: number;
|
|
132
|
+
duration?: number | null;
|
|
133
|
+
easing?: string;
|
|
134
|
+
fixFirstPage?: boolean;
|
|
135
|
+
align?: "start" | "center" | "end";
|
|
136
|
+
boundaryProtect?: number;
|
|
134
137
|
});
|
|
135
138
|
}
|
|
136
139
|
export declare const FocusMoveType: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$props: {
|
|
3
|
-
readonly left?: number | undefined;
|
|
4
3
|
readonly top?: number | undefined;
|
|
4
|
+
readonly left?: number | undefined;
|
|
5
5
|
readonly width?: number | undefined;
|
|
6
6
|
readonly height?: number | undefined;
|
|
7
7
|
readonly latexStr?: string | undefined;
|
|
@@ -4,8 +4,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4
4
|
height: number;
|
|
5
5
|
};
|
|
6
6
|
$props: {
|
|
7
|
-
readonly left?: number | undefined;
|
|
8
7
|
readonly top?: number | undefined;
|
|
8
|
+
readonly left?: number | undefined;
|
|
9
9
|
readonly width?: number | undefined;
|
|
10
10
|
readonly height?: number | undefined;
|
|
11
11
|
readonly latexStr?: string | undefined;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class AckEventDefine {
|
|
2
|
+
static CATEGORY_JSC: number;
|
|
3
|
+
static CATEGORY_VIEW: number;
|
|
4
|
+
static CATEGORY_EXCEPTION: number;
|
|
5
|
+
static TYPE_JS_CONTEXT_LIFECYCLE: number;
|
|
6
|
+
static TYPE_JS_CONTEXT_PERMISSION: number;
|
|
7
|
+
static TYPE_SHARED_VIEW_LAYOUT: number;
|
|
8
|
+
static TYPE_APP_ASPECT_RATIO_CHANGE: number;
|
|
9
|
+
static TYPE_EXCEPTION_UNHANDLED_EXIT_ACTION: number;
|
|
10
|
+
}
|
|
@@ -274,8 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
274
274
|
}, {
|
|
275
275
|
video: null;
|
|
276
276
|
holeId: string;
|
|
277
|
-
|
|
278
|
-
innerViewId: import("vue").ShallowRef<number>;
|
|
277
|
+
positionAckFunc: null;
|
|
279
278
|
}, {
|
|
280
279
|
holeStyle: {};
|
|
281
280
|
}, {}, {
|
|
@@ -234,11 +234,11 @@ declare class JsvBaseMedia {
|
|
|
234
234
|
* 属性,float类型,设置或者读取倍速播放,通常的值是0.5、0.75、1.0、1.25、1.5、2.0、3.0。
|
|
235
235
|
*/
|
|
236
236
|
get playbackRate(): any;
|
|
237
|
-
set preload(arg: "
|
|
237
|
+
set preload(arg: "none" | "auto");
|
|
238
238
|
/**
|
|
239
239
|
* 已废弃。
|
|
240
240
|
*/
|
|
241
|
-
get preload(): "
|
|
241
|
+
get preload(): "none" | "auto";
|
|
242
242
|
/**
|
|
243
243
|
* 属性,string类型,播放地址,不支持读取。
|
|
244
244
|
*/
|
|
@@ -6,7 +6,9 @@ declare namespace bridge {
|
|
|
6
6
|
export { getDeviceUUID };
|
|
7
7
|
export { getAndroidId };
|
|
8
8
|
export { openWindow };
|
|
9
|
+
export { openApp };
|
|
9
10
|
export { startUrlInNewTab };
|
|
11
|
+
export { openAppInNewTab };
|
|
10
12
|
export { onWindowResult };
|
|
11
13
|
export { reloadWindow };
|
|
12
14
|
export { closePage };
|
|
@@ -14,6 +16,7 @@ declare namespace bridge {
|
|
|
14
16
|
export { getSystemProperty };
|
|
15
17
|
export { getInstalledApps };
|
|
16
18
|
export { startNativeApp };
|
|
19
|
+
export { openNativeApp };
|
|
17
20
|
export { sendNativeBroadcast };
|
|
18
21
|
export { startService };
|
|
19
22
|
export { getDeviceInfo };
|
|
@@ -43,6 +46,7 @@ declare namespace bridge {
|
|
|
43
46
|
export { providerInsert };
|
|
44
47
|
export { providerDelete };
|
|
45
48
|
export { providerUpdate };
|
|
49
|
+
export { getBootTime };
|
|
46
50
|
}
|
|
47
51
|
/**
|
|
48
52
|
* 获取设备mac地址,优先获取有线mac,无则获取wifi mac
|
|
@@ -84,6 +88,16 @@ declare function getAndroidId(): string;
|
|
|
84
88
|
* @returns {Promise} 可用于监听新的小程序返回的结果
|
|
85
89
|
*/
|
|
86
90
|
declare function openWindow(url: string, startup_image: string, startup_video: string, startup_duration: int, add_history: int): Promise<any>;
|
|
91
|
+
/**
|
|
92
|
+
* 打开另外一个小程序
|
|
93
|
+
* @param {string} url 小程序url
|
|
94
|
+
* @param {string} startup_image 启动图url
|
|
95
|
+
* @param {string} startup_video 启动视频url
|
|
96
|
+
* @param {int} startup_duration 启动图时长,默认0
|
|
97
|
+
* @param {int} add_history 是否添加历史,0不添加,1添加
|
|
98
|
+
* @returns {Promise}
|
|
99
|
+
*/
|
|
100
|
+
declare function openApp(url: string, startup_image: string, startup_video: string, startup_duration: int, add_history: int): Promise<any>;
|
|
87
101
|
/**
|
|
88
102
|
* 用新的进程打开另外一个小程序
|
|
89
103
|
* @param {string} url 小程序url
|
|
@@ -94,6 +108,16 @@ declare function openWindow(url: string, startup_image: string, startup_video: s
|
|
|
94
108
|
* @returns {Promise} 可用于监听新的小程序返回的结果
|
|
95
109
|
*/
|
|
96
110
|
declare function startUrlInNewTab(url: string, startup_image: string, startup_video: string, startup_duration: int, add_history: int): Promise<any>;
|
|
111
|
+
/**
|
|
112
|
+
* 用新的进程打开另外一个小程序
|
|
113
|
+
* @param {string} url 小程序url
|
|
114
|
+
* @param {string} startup_image 启动图url
|
|
115
|
+
* @param {string} startup_video 启动视频url
|
|
116
|
+
* @param {int} startup_duration 启动图时长,默认0
|
|
117
|
+
* @param {int} add_history 是否添加历史,0不添加,1添加
|
|
118
|
+
* @returns {Promise}
|
|
119
|
+
*/
|
|
120
|
+
declare function openAppInNewTab(url: string, startup_image: string, startup_video: string, startup_duration: int, add_history: int): Promise<any>;
|
|
97
121
|
/**
|
|
98
122
|
* 用于给上一个小程序返回结果,通常与startUrlInNewTab和openWindow配合使用
|
|
99
123
|
* @param {string} data 返回给上一个小程序的结果
|
|
@@ -141,9 +165,22 @@ declare function getInstalledApps(): string;
|
|
|
141
165
|
* @param {string} uri Uri方式启动
|
|
142
166
|
* @param {Array} flags 数组,用于intent.addFlags
|
|
143
167
|
* @param {Array} param JSON格式数组,数组元素是 object ,object中的内容用于intent.putExtra
|
|
168
|
+
* @param {Array} category string数组,用于intent.addCategory
|
|
169
|
+
*
|
|
170
|
+
*/
|
|
171
|
+
declare function startNativeApp(package_name: string, activity: string, action: string, uri: string, flags: any[], param: any[], category: any[]): void;
|
|
172
|
+
/**
|
|
173
|
+
* 启动安卓APP
|
|
174
|
+
* @param {string} package_name 包名
|
|
175
|
+
* @param {string} activity Activity方式启动
|
|
176
|
+
* @param {string} action Action方式启动
|
|
177
|
+
* @param {string} uri Uri方式启动
|
|
178
|
+
* @param {Array} flags 数组,用于intent.addFlags
|
|
179
|
+
* @param {Array} param JSON格式数组,数组元素是 object ,object中的内容用于intent.putExtra
|
|
180
|
+
* @param {Array} category string数组,用于intent.addCategory
|
|
144
181
|
*
|
|
145
182
|
*/
|
|
146
|
-
declare function
|
|
183
|
+
declare function openNativeApp(package_name: string, activity: string, action: string, uri: string, flags: any[], param: any[], category: any[]): any;
|
|
147
184
|
/**
|
|
148
185
|
* 发送安卓广播
|
|
149
186
|
* @param {string} package_name 包名
|
|
@@ -319,3 +356,8 @@ declare function providerDelete(uri: string, selection: string, selectionArgs: s
|
|
|
319
356
|
* @returns
|
|
320
357
|
*/
|
|
321
358
|
declare function providerUpdate(uri: string, contentValue: object, selection: string, selectionArgs: string[]): any;
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @returns 设备开机时长
|
|
362
|
+
*/
|
|
363
|
+
declare function getBootTime(): any;
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PathStrokeSetting
|
|
3
|
+
* 描边样式设定
|
|
4
|
+
* lineWidth: 描边线宽
|
|
5
|
+
* color: 描边颜色
|
|
6
|
+
* dash: 描边虚线样式,例如[10, 5]表示10px实线,5px虚线,交替出现
|
|
7
|
+
* phase: 描边虚线样式起始位置,例如0表示从虚线开始位置开始绘制
|
|
8
|
+
*/
|
|
9
|
+
interface PathStrokeSetting {
|
|
10
|
+
lineWidth: Number;
|
|
11
|
+
color: String;
|
|
12
|
+
dash?: Array<Number>;
|
|
13
|
+
phase?: Number;
|
|
14
|
+
}
|
|
1
15
|
declare class DrawingPath {
|
|
2
16
|
protected drawCommandsRefs: Array<Object>;
|
|
3
17
|
protected finishedDraw: boolean;
|
|
@@ -10,6 +24,13 @@ declare class DrawingPath {
|
|
|
10
24
|
* @param {String} color 颜色设定,例如rgba(red:0~255, green:0~255, blue:0~255, alpla:0~1.0), 或则 #AARRGGBB
|
|
11
25
|
*/
|
|
12
26
|
stroke(lineWidth: Number, color: String): void;
|
|
27
|
+
/**
|
|
28
|
+
* strokeWithSetting
|
|
29
|
+
* 绘制边框,并设置描边样式
|
|
30
|
+
*
|
|
31
|
+
* @param {PathStrokeSetting} setting 描边样式设定
|
|
32
|
+
*/
|
|
33
|
+
strokeWithSetting(setting: PathStrokeSetting): void;
|
|
13
34
|
/**
|
|
14
35
|
* fill
|
|
15
36
|
* 绘制填充
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TextureBase } from "../Texture";
|
|
2
|
-
export type CapturedCallback = (textureAccessName: string, autoRecycleSet: boolean, width: number, height: number) => void;
|
|
2
|
+
export type CapturedCallback = (textureAccessName: string, autoRecycleSet: boolean, width: number, height: number, isCannceled: boolean) => void;
|
|
3
3
|
export declare class CapturedTexture extends TextureBase {
|
|
4
|
-
private _AutoRecycle;
|
|
5
4
|
private _Callback;
|
|
6
5
|
private _CaptureDiv;
|
|
7
6
|
private _Canceled;
|
|
8
|
-
|
|
7
|
+
private _PostProcessParams;
|
|
8
|
+
constructor(captureDiv: any, callback: CapturedCallback, autoRecycle: boolean, postProcessParams?: any);
|
|
9
9
|
cancel(): void;
|
|
10
10
|
commit(): String;
|
|
11
11
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 使用ForgeTexture获取图片的dominant color, 注意, 此方法会hold住texture资源, 需要保证组件unmount时调用释放处理
|
|
3
|
+
* @param src 图片的src
|
|
4
|
+
* @param cbk 回调函数, 参数: info
|
|
5
|
+
* @returns 用于cancel的句柄,当cancel时,会清理对div和Callback的引用
|
|
6
|
+
*/
|
|
7
|
+
export declare function getDominantColorByForgeTexture(src: string, cbk: (i: any) => void): () => void;
|
|
@@ -34,7 +34,7 @@ declare let sTextureStoreApi: {
|
|
|
34
34
|
* @param {String|null} baseName 可选, 访问名的前缀信息
|
|
35
35
|
* @return {CanvasTexture}
|
|
36
36
|
*/
|
|
37
|
-
canvasTexture: (width: Number, height: Number, baseName
|
|
37
|
+
canvasTexture: (width: Number, height: Number, baseName?: String | null) => CanvasTexture;
|
|
38
38
|
/**
|
|
39
39
|
* capture2Texture
|
|
40
40
|
* 对给定div做截图并生成一个Texture, 在回调函数中返回此Texture的访问名,
|
|
@@ -58,9 +58,10 @@ declare let sTextureStoreApi: {
|
|
|
58
58
|
不需要主动调用deleteTexture释放.
|
|
59
59
|
false: 此场景在callback收到资源名后, 需要使用完毕后调用 deleteTexture 手动释放
|
|
60
60
|
在手动释放之前,可以赋给其他div/img来复用
|
|
61
|
+
* @param {any} postProcessParams 可选, 截图处理的参数
|
|
61
62
|
* @return {CapturedTexture} 用于cancel的句柄,当cancel时,会清理对div和Callback的引用
|
|
62
63
|
*/
|
|
63
|
-
capture2Texture: (captureDiv: any, callback: CapturedCallback, autoRecycle?: boolean) => CapturedTexture;
|
|
64
|
+
capture2Texture: (captureDiv: any, callback: CapturedCallback, autoRecycle?: boolean, postProcessParams?: any) => CapturedTexture;
|
|
64
65
|
/**
|
|
65
66
|
* deleteTexture
|
|
66
67
|
* 删除访问名对应的texture资源
|
|
@@ -68,5 +69,17 @@ declare let sTextureStoreApi: {
|
|
|
68
69
|
* @param {String} accessName 此Texture的访问名,访问名来自: CanvasTexture.commit 或 capture2Texture 的回调
|
|
69
70
|
*/
|
|
70
71
|
deleteTexture: (accessName: String) => void;
|
|
72
|
+
/**
|
|
73
|
+
* getDominantColor
|
|
74
|
+
* 获取图片的 dominant color
|
|
75
|
+
*
|
|
76
|
+
* @param src 图片的src
|
|
77
|
+
* @param callback 回调函数, 参数: info
|
|
78
|
+
* @return 用于cancel的句柄,当cancel时,会清理对div和Callback的引用
|
|
79
|
+
*/
|
|
80
|
+
getDominantColor: (src: string, callback: (info: any) => void) => () => void;
|
|
71
81
|
};
|
|
82
|
+
export declare enum CaptureProcessType {
|
|
83
|
+
Blur = 1
|
|
84
|
+
}
|
|
72
85
|
export { sTextureStoreApi as JsvTextureStoreApi, sJsvTextureConst as JsvTextureConst, };
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { TextureBase } from "./Texture";
|
|
2
2
|
declare class JsvTextureStore {
|
|
3
3
|
private textureMap;
|
|
4
|
+
private hasAutoRecycle;
|
|
4
5
|
constructor();
|
|
5
6
|
addToStore(storeName: String, textureRef: TextureBase): void;
|
|
6
7
|
getFromStore(storeName: String): TextureBase | undefined;
|
|
7
8
|
removeFromStore(storeName: String): TextureBase | undefined;
|
|
9
|
+
private onWillSwap;
|
|
8
10
|
}
|
|
9
11
|
declare let sStore: JsvTextureStore;
|
|
10
12
|
export default sStore;
|
|
@@ -2,7 +2,11 @@ export declare class TextureBase {
|
|
|
2
2
|
private baseName;
|
|
3
3
|
protected textureRef: any;
|
|
4
4
|
storeName: String;
|
|
5
|
+
protected autoRecycle: boolean;
|
|
6
|
+
private autoRecycleDelay;
|
|
5
7
|
constructor(baseName: String | null);
|
|
8
|
+
tryRecycle(): void;
|
|
9
|
+
isAutoRecycle(): boolean;
|
|
6
10
|
protected addToStore(): void;
|
|
7
11
|
protected getStoreName(): string;
|
|
8
12
|
/**
|
|
@@ -11,7 +11,6 @@ export * from "./DebugTool";
|
|
|
11
11
|
export * from "./JsvImpactTracer";
|
|
12
12
|
export * from "./JsvTextTools";
|
|
13
13
|
export * from "./JsvPreDownloader";
|
|
14
|
-
export * from "./JsvDemoTester";
|
|
15
14
|
export * from "./JsvPerformance";
|
|
16
15
|
export * from "./JsvTextureStore/JsvTextureStore";
|
|
17
16
|
export * from "./JsvTextureDefines";
|