@shijiu/jsview-vue 2.1.482-test.0 → 2.2.128

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.
Files changed (244) hide show
  1. package/bin/browser/BrowserApic.vue.mjs +2 -1
  2. package/bin/browser/BrowserApic2.vue.mjs +2 -1
  3. package/bin/browser/BrowserApicLib.mjs +2 -1
  4. package/bin/browser/BrowserQrcode.vue.mjs +3 -1
  5. package/bin/browser/BrowserTextureAnim.vue.mjs +15 -7
  6. package/bin/jsview-vue.mjs +1734 -916
  7. package/bin/types/JsViewEngineWidget/CheckType.d.ts +3 -0
  8. package/bin/types/JsViewEngineWidget/JsvFocus/JsvFocusBlock.vue.d.ts +102 -0
  9. package/bin/types/JsViewEngineWidget/JsvFocus/JsvFocusHub.d.ts +88 -0
  10. package/bin/types/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +10 -0
  11. package/bin/types/JsViewEngineWidget/MetroWidget/Const.d.ts +16 -0
  12. package/bin/types/JsViewEngineWidget/MetroWidget/Dispatcher.d.ts +14 -0
  13. package/bin/types/JsViewEngineWidget/MetroWidget/ListWidget.vue.d.ts +158 -0
  14. package/bin/types/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +158 -0
  15. package/bin/types/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.d.ts +46 -0
  16. package/bin/types/JsViewEngineWidget/MetroWidget/PageUpdater.d.ts +21 -0
  17. package/bin/types/JsViewEngineWidget/MetroWidget/RenderItem.d.ts +46 -0
  18. package/bin/types/JsViewEngineWidget/MetroWidget/Slide.d.ts +21 -0
  19. package/bin/types/JsViewEngineWidget/MetroWidget/SlotComponent.vue.d.ts +48 -0
  20. package/bin/types/JsViewEngineWidget/MetroWidget/VisibleInfo.d.ts +16 -0
  21. package/bin/types/JsViewEngineWidget/MetroWidget/WidgetRectInfo.d.ts +17 -0
  22. package/bin/types/JsViewEngineWidget/RangeModel.d.ts +162 -0
  23. package/bin/types/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.d.ts +37 -0
  24. package/bin/types/JsViewEngineWidget/TemplateParser/Fence.d.ts +58 -0
  25. package/bin/types/JsViewEngineWidget/TemplateParser/ListMetroTemplate.d.ts +15 -0
  26. package/bin/types/JsViewEngineWidget/TemplateParser/MetroTemplate.d.ts +91 -0
  27. package/bin/types/JsViewEngineWidget/TemplateParser/TemplateItemAdder.d.ts +22 -0
  28. package/bin/types/JsViewEngineWidget/TemplateParser/index.d.ts +4 -0
  29. package/bin/types/JsViewEngineWidget/WidgetCommon.d.ts +143 -0
  30. package/bin/types/JsViewEngineWidget/index.d.ts +6 -0
  31. package/bin/types/JsViewPlugin/JsvAccount/JsvAccount.d.ts +42 -0
  32. package/bin/types/JsViewPlugin/JsvAudio/AudioProxy.d.ts +2 -0
  33. package/bin/types/JsViewPlugin/JsvAudio/BrowserAudio/BrowserAudio.vue.d.ts +18 -0
  34. package/bin/types/JsViewPlugin/JsvAudio/BrowserAudio/JsvSystemAudio.vue.d.ts +208 -0
  35. package/bin/types/JsViewPlugin/JsvAudio/CheckType.d.ts +2 -0
  36. package/bin/types/JsViewPlugin/JsvAudio/Events.d.ts +13 -0
  37. package/bin/types/JsViewPlugin/JsvAudio/JsvAudio.vue.d.ts +18 -0
  38. package/bin/types/JsViewPlugin/JsvAudio/JsvAudioBridgeProxy.d.ts +8 -0
  39. package/bin/types/JsViewPlugin/JsvAudio/JsvAudioProxy.vue.d.ts +2 -0
  40. package/bin/types/JsViewPlugin/JsvAudio/PluginLoader.d.ts +1 -0
  41. package/bin/types/JsViewPlugin/JsvAudio/ScreenLockManager.d.ts +5 -0
  42. package/bin/types/JsViewPlugin/JsvAudio/index.d.ts +3 -0
  43. package/bin/types/JsViewPlugin/JsvAudio/version.d.ts +10 -0
  44. package/bin/types/JsViewPlugin/JsvLatex/BrowserDomBuilder.d.ts +1 -0
  45. package/bin/types/JsViewPlugin/JsvLatex/BrowserJsvLatex.vue.d.ts +13 -0
  46. package/bin/types/JsViewPlugin/JsvLatex/Color.d.ts +1 -0
  47. package/bin/types/JsViewPlugin/JsvLatex/JsvLatex.vue.d.ts +17 -0
  48. package/bin/types/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.d.ts +3 -0
  49. package/bin/types/JsViewPlugin/JsvLatex/JsvLatexProxy.vue.d.ts +2 -0
  50. package/bin/types/JsViewPlugin/JsvLatex/PluginLoader.d.ts +1 -0
  51. package/bin/types/JsViewPlugin/JsvLatex/index.d.ts +3 -0
  52. package/bin/types/JsViewPlugin/JsvLatex/version.d.ts +10 -0
  53. package/bin/types/JsViewPlugin/index.d.ts +3 -0
  54. package/bin/types/JsViewVueTools/ConstSymbol.d.ts +2 -0
  55. package/bin/types/JsViewVueTools/DebugContentShellJBridge.d.ts +6 -0
  56. package/bin/types/JsViewVueTools/DebugTool.d.ts +8 -0
  57. package/bin/types/JsViewVueTools/DefaultKeyMap.d.ts +10 -0
  58. package/bin/types/JsViewVueTools/ForgeConstDefine.d.ts +11 -0
  59. package/bin/types/JsViewVueTools/ForgeHandles.d.ts +6 -0
  60. package/bin/types/JsViewVueTools/JsvDemoTester.d.ts +2 -0
  61. package/bin/types/JsViewVueTools/JsvDynamicCssStyle.d.ts +14 -0
  62. package/bin/types/JsViewVueTools/JsvDynamicKeyFrames.d.ts +21 -0
  63. package/bin/types/JsViewVueTools/JsvHashHistory.d.ts +16 -0
  64. package/bin/types/JsViewVueTools/JsvImpactTracer.d.ts +40 -0
  65. package/bin/types/JsViewVueTools/JsvRefTaker.d.ts +27 -0
  66. package/bin/types/JsViewVueTools/JsvRuntimeBridge.d.ts +279 -0
  67. package/bin/types/JsViewVueTools/JsvStyleClass.d.ts +31 -0
  68. package/bin/types/JsViewVueTools/JsvStyleSheetsDeclarer.d.ts +15 -0
  69. package/bin/types/JsViewVueTools/JsvTextTools.d.ts +37 -0
  70. package/bin/types/JsViewVueTools/JsvTextureDefines.d.ts +6 -0
  71. package/bin/types/JsViewVueTools/JsvTextureStore/CanvasTexture/CanvasTexture.d.ts +95 -0
  72. package/bin/types/JsViewVueTools/JsvTextureStore/CanvasTexture/CommandList.d.ts +15 -0
  73. package/bin/types/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.d.ts +75 -0
  74. package/bin/types/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.d.ts +11 -0
  75. package/bin/types/JsViewVueTools/JsvTextureStore/JsvTextureStore.d.ts +24 -0
  76. package/bin/types/JsViewVueTools/JsvTextureStore/Store.d.ts +10 -0
  77. package/bin/types/JsViewVueTools/JsvTextureStore/Texture.d.ts +23 -0
  78. package/bin/types/JsViewVueTools/NinePatchHelper.d.ts +21 -0
  79. package/bin/types/JsViewVueTools/TypeCheckAndSet.d.ts +2 -0
  80. package/bin/types/JsViewVueTools/index.d.ts +14 -0
  81. package/bin/types/JsViewVueWidget/JsvActorMove/ActorControlBase.d.ts +31 -0
  82. package/bin/types/JsViewVueWidget/JsvActorMove/JsvActorMove.vue.d.ts +64 -0
  83. package/bin/types/JsViewVueWidget/JsvActorMove/JsvActorMoveControl.d.ts +33 -0
  84. package/bin/types/JsViewVueWidget/JsvActorMove/index.d.ts +4 -0
  85. package/bin/types/JsViewVueWidget/JsvApic/JsvApic/BrowserApic.vue.d.ts +15 -0
  86. package/bin/types/JsViewVueWidget/JsvApic/JsvApic/JsvApic.vue.d.ts +50 -0
  87. package/bin/types/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +2 -0
  88. package/bin/types/JsViewVueWidget/JsvApic/JsvApic2/BrowserApic2.vue.d.ts +13 -0
  89. package/bin/types/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue.d.ts +23 -0
  90. package/bin/types/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +2 -0
  91. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/ApicDataBase.d.ts +13 -0
  92. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/BrowserApicLib.d.ts +3 -0
  93. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/GifData.d.ts +5 -0
  94. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/NormalLoopTool.d.ts +7 -0
  95. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/PartLoopTool.d.ts +12 -0
  96. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/SingleLoopTool.d.ts +5 -0
  97. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/Viewer.d.ts +19 -0
  98. package/bin/types/JsViewVueWidget/JsvApic/JsvBrowserApicLib/WebpData.d.ts +5 -0
  99. package/bin/types/{jsview-vue-common.d.mts → JsViewVueWidget/JsvApic/JsvCommonLoopToolBase.d.ts} +12 -13
  100. package/bin/types/JsViewVueWidget/JsvConnectLine/ArcLineManager.d.ts +1 -0
  101. package/bin/types/JsViewVueWidget/JsvConnectLine/JsvConnectLine.vue.d.ts +13 -0
  102. package/bin/types/JsViewVueWidget/JsvConnectLine/index.d.ts +2 -0
  103. package/bin/types/JsViewVueWidget/JsvEnableRenderBreak.vue.d.ts +51 -0
  104. package/bin/types/JsViewVueWidget/JsvFilterView.vue.d.ts +72 -0
  105. package/bin/types/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue.d.ts +72 -0
  106. package/bin/types/JsViewVueWidget/JsvFlexCell/index.d.ts +2 -0
  107. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/ActionRefObject.d.ts +4 -0
  108. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/ActorControl.d.ts +65 -0
  109. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/ActorState.d.ts +6 -0
  110. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/CallbackManager.d.ts +11 -0
  111. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/ForgeTypeDefine.d.ts +15 -0
  112. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/FreeMoveActor.vue.d.ts +78 -0
  113. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/JsvEnvBlocker.vue.d.ts +84 -0
  114. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/NexusNode.d.ts +6 -0
  115. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/SetAction.d.ts +71 -0
  116. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/SetCondition.d.ts +95 -0
  117. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/SetState.d.ts +62 -0
  118. package/bin/types/JsViewVueWidget/JsvFreeMoveActor/index.d.ts +12 -0
  119. package/bin/types/JsViewVueWidget/JsvGrid.vue.d.ts +168 -0
  120. package/bin/types/JsViewVueWidget/JsvHole.d.ts +2 -0
  121. package/bin/types/JsViewVueWidget/JsvInput/Cursor.vue.d.ts +36 -0
  122. package/bin/types/JsViewVueWidget/JsvInput/JsvInput.vue.d.ts +210 -0
  123. package/bin/types/JsViewVueWidget/JsvInput/index.d.ts +4 -0
  124. package/bin/types/JsViewVueWidget/JsvLine/JsvLine.vue.d.ts +12 -0
  125. package/bin/types/JsViewVueWidget/JsvLine/LineManager.d.ts +1 -0
  126. package/bin/types/JsViewVueWidget/JsvLine/index.d.ts +2 -0
  127. package/bin/types/JsViewVueWidget/JsvMarquee.vue.d.ts +12 -0
  128. package/bin/types/JsViewVueWidget/JsvMaskClipDiv.vue.d.ts +83 -0
  129. package/bin/types/JsViewVueWidget/JsvMindMap/CommonType.d.ts +1 -0
  130. package/bin/types/JsViewVueWidget/JsvMindMap/Constant.d.ts +9 -0
  131. package/bin/types/JsViewVueWidget/JsvMindMap/DataTree.d.ts +69 -0
  132. package/bin/types/JsViewVueWidget/JsvMindMap/Geometry.d.ts +68 -0
  133. package/bin/types/JsViewVueWidget/JsvMindMap/JsvMindMap.vue.d.ts +145 -0
  134. package/bin/types/JsViewVueWidget/JsvMindMap/index.d.ts +1 -0
  135. package/bin/types/JsViewVueWidget/JsvMindMap/rtree.d.ts +40 -0
  136. package/bin/types/JsViewVueWidget/JsvNativeSharedDiv.vue.d.ts +69 -0
  137. package/bin/types/JsViewVueWidget/JsvNinePatch.vue.d.ts +19 -0
  138. package/bin/types/JsViewVueWidget/JsvPieChart.vue.d.ts +9 -0
  139. package/bin/types/JsViewVueWidget/JsvPosterDiv.vue.d.ts +60 -0
  140. package/bin/types/JsViewVueWidget/JsvPosterImage.vue.d.ts +75 -0
  141. package/bin/types/JsViewVueWidget/JsvPreload/BrowserPreload.vue.d.ts +10 -0
  142. package/bin/types/JsViewVueWidget/JsvPreload/JsvPreload.vue.d.ts +25 -0
  143. package/bin/types/JsViewVueWidget/JsvPreload/index.d.ts +17 -0
  144. package/bin/types/JsViewVueWidget/JsvProgressBar.vue.d.ts +12 -0
  145. package/bin/types/JsViewVueWidget/JsvQrcode/BrowserQrcode.vue.d.ts +11 -0
  146. package/bin/types/JsViewVueWidget/JsvQrcode/JsvQrcode.vue.d.ts +60 -0
  147. package/bin/types/JsViewVueWidget/JsvQrcode/index.d.ts +2 -0
  148. package/bin/types/JsViewVueWidget/JsvRadarChart.vue.d.ts +13 -0
  149. package/bin/types/JsViewVueWidget/JsvRipple/Constant.d.ts +4 -0
  150. package/bin/types/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +84 -0
  151. package/bin/types/JsViewVueWidget/JsvRipple/index.d.ts +3 -0
  152. package/bin/types/JsViewVueWidget/JsvScaleTextBox.vue.d.ts +10 -0
  153. package/bin/types/JsViewVueWidget/JsvScrollBox/JsvScrollBox.vue.d.ts +176 -0
  154. package/bin/types/JsViewVueWidget/JsvScrollBox/ScrollSymbol.d.ts +7 -0
  155. package/bin/types/JsViewVueWidget/JsvScrollBox/index.d.ts +1 -0
  156. package/bin/types/JsViewVueWidget/JsvSector.vue.d.ts +10 -0
  157. package/bin/types/JsViewVueWidget/JsvSoundPool.d.ts +84 -0
  158. package/bin/types/JsViewVueWidget/JsvSpray/BrowserSpray.vue.d.ts +25 -0
  159. package/bin/types/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +38 -0
  160. package/bin/types/JsViewVueWidget/JsvSpray/index.d.ts +2 -0
  161. package/bin/types/JsViewVueWidget/JsvSpriteAnim/FrameBuidler.d.ts +14 -0
  162. package/bin/types/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +18 -0
  163. package/bin/types/JsViewVueWidget/JsvSpriteAnim/JsvSpriteLoader.vue.d.ts +69 -0
  164. package/bin/types/JsViewVueWidget/JsvSpriteAnim/JsvSpriteTools.d.ts +11 -0
  165. package/bin/types/JsViewVueWidget/JsvSpriteAnim/SpriteController.d.ts +17 -0
  166. package/bin/types/JsViewVueWidget/JsvSpriteAnim/index.d.ts +5 -0
  167. package/bin/types/JsViewVueWidget/JsvSpriteAnim/sAnimationToken.d.ts +2 -0
  168. package/bin/types/JsViewVueWidget/JsvSwiper/JsvSwiper.vue.d.ts +209 -0
  169. package/bin/types/JsViewVueWidget/JsvSwiper/index.d.ts +2 -0
  170. package/bin/types/JsViewVueWidget/JsvSwiper3D/JsvSwiper.vue.d.ts +97 -0
  171. package/bin/types/JsViewVueWidget/JsvSwiper3D/index.d.ts +2 -0
  172. package/bin/types/JsViewVueWidget/JsvTextBox.vue.d.ts +75 -0
  173. package/bin/types/JsViewVueWidget/JsvTextureAnim/BrowserTextureAnim.vue.d.ts +151 -0
  174. package/bin/types/JsViewVueWidget/JsvTextureAnim/CommonType.d.ts +2 -0
  175. package/bin/types/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue.d.ts +107 -0
  176. package/bin/types/JsViewVueWidget/JsvTextureAnim/index.d.ts +14 -0
  177. package/bin/types/JsViewVueWidget/JsvVisibleSensor/JsvVisibleSensor.vue.d.ts +84 -0
  178. package/bin/types/JsViewVueWidget/JsvVisibleSensor/index.d.ts +84 -0
  179. package/bin/types/JsViewVueWidget/index.d.ts +38 -0
  180. package/bin/types/index.d.ts +4 -0
  181. package/index.d.ts +1 -1
  182. package/package.json +1 -1
  183. package/tools/config/tsconfig.json +6 -6
  184. package/tools/jsview-vue-build.mjs +13 -4
  185. package/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue +7 -4
  186. package/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue +28 -6
  187. package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.js +568 -369
  188. package/utils/JsViewEngineWidget/MetroWidget/RenderItem.ts +4 -3
  189. package/utils/JsViewEngineWidget/MetroWidget/Slide.ts +56 -0
  190. package/utils/JsViewEngineWidget/MetroWidget/TaskManager.ts +51 -10
  191. package/utils/JsViewEngineWidget/MetroWidget/TokenGenerator.ts +10 -0
  192. package/utils/JsViewEngineWidget/MetroWidget/VisibleInfo.ts +1 -1
  193. package/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.ts +21 -21
  194. package/utils/JsViewEngineWidget/TemplateParser/ListMetroTemplate.ts +13 -7
  195. package/utils/JsViewEngineWidget/TemplateParser/MetroTemplate.ts +35 -45
  196. package/utils/JsViewEngineWidget/TemplateParser/TemplateItemAdder.ts +6 -6
  197. package/utils/JsViewEngineWidget/WidgetCommon.ts +34 -5
  198. package/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer.vue +13 -1
  199. package/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue +470 -338
  200. package/utils/JsViewVueTools/ConstSymbol.ts +3 -0
  201. package/utils/JsViewVueTools/ForgeConstDefine.ts +11 -0
  202. package/utils/JsViewVueTools/JsvRuntimeBridge.js +166 -48
  203. package/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.ts +62 -0
  204. package/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.ts +41 -7
  205. package/utils/JsViewVueTools/JsvTextureStore/Texture.ts +15 -1
  206. package/utils/JsViewVueTools/index.js +2 -0
  207. package/utils/JsViewVueWidget/JsvApic/JsvApic/BrowserApic.vue +6 -6
  208. package/utils/JsViewVueWidget/JsvApic/JsvApic2/BrowserApic2.vue +5 -6
  209. package/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/ApicDataBase.js +5 -1
  210. package/utils/JsViewVueWidget/JsvFreeMoveActor/ActionRefObject.ts +1 -1
  211. package/utils/JsViewVueWidget/JsvFreeMoveActor/ActorControl.ts +23 -1
  212. package/utils/JsViewVueWidget/JsvFreeMoveActor/ActorState.ts +4 -4
  213. package/utils/JsViewVueWidget/JsvFreeMoveActor/CallbackManager.ts +6 -6
  214. package/utils/JsViewVueWidget/JsvFreeMoveActor/ForgeTypeDefine.ts +1 -1
  215. package/utils/JsViewVueWidget/JsvFreeMoveActor/FreeMoveActor.vue +43 -9
  216. package/utils/JsViewVueWidget/JsvFreeMoveActor/SetAction.ts +24 -0
  217. package/utils/JsViewVueWidget/JsvFreeMoveActor/SetCondition.ts +58 -1
  218. package/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.ts +56 -0
  219. package/utils/JsViewVueWidget/JsvFreeMoveActor/index.js +3 -0
  220. package/utils/JsViewVueWidget/JsvMaskClipDiv.vue +6 -1
  221. package/utils/JsViewVueWidget/JsvMindMap/JsvMindMap.vue +1 -1
  222. package/utils/JsViewVueWidget/JsvMindMap/rtree.js +1 -1
  223. package/utils/JsViewVueWidget/JsvNativeSharedDiv.vue +121 -68
  224. package/utils/JsViewVueWidget/JsvNinePatch.vue +4 -1
  225. package/utils/JsViewVueWidget/JsvPosterImage.vue +22 -9
  226. package/utils/JsViewVueWidget/JsvQrcode/BrowserQrcode.vue +6 -2
  227. package/utils/JsViewVueWidget/JsvScrollBox/JsvScrollBox.vue +309 -0
  228. package/utils/JsViewVueWidget/JsvScrollBox/ScrollSymbol.ts +15 -0
  229. package/utils/JsViewVueWidget/JsvScrollBox/index.js +2 -0
  230. package/utils/JsViewVueWidget/JsvTextBox.vue +24 -4
  231. package/utils/JsViewVueWidget/JsvTextureAnim/BrowserTextureAnim.vue +27 -9
  232. package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +2 -0
  233. package/utils/JsViewVueWidget/index.js +1 -0
  234. package/bin/types/browser/BrowserApic.vue.d.mts +0 -33
  235. package/bin/types/browser/BrowserApic2.vue.d.mts +0 -16
  236. package/bin/types/browser/BrowserApicLib.d.mts +0 -56
  237. package/bin/types/browser/BrowserAudio.vue.d.mts +0 -2
  238. package/bin/types/browser/BrowserJsvLatex.vue.d.mts +0 -55
  239. package/bin/types/browser/BrowserPreload.vue.d.mts +0 -14
  240. package/bin/types/browser/BrowserQrcode.vue.d.mts +0 -29
  241. package/bin/types/browser/BrowserSpray.vue.d.mts +0 -2
  242. package/bin/types/browser/BrowserTextureAnim.vue.d.mts +0 -2
  243. package/bin/types/export-sfc.d.mts +0 -2
  244. package/bin/types/jsview-vue.d.mts +0 -2511
@@ -0,0 +1,143 @@
1
+ export declare const getCurFrameCount: () => any;
2
+ export declare class BaseDispatcher {
3
+ private _Component;
4
+ constructor();
5
+ registerComponent(component: any): void;
6
+ unregisterComponent(): void;
7
+ dispatch(event: any): void;
8
+ }
9
+ export declare const getMeasureObj: (width: number, height: number, focusable: number, hasSub: number) => {
10
+ width: number;
11
+ height: number;
12
+ focusable: number;
13
+ hasSub: number;
14
+ };
15
+ export declare function getPositionRelativeToView(divElement: any, targetElement: any): {
16
+ left: number;
17
+ top: number;
18
+ width: any;
19
+ height: any;
20
+ } | null;
21
+ export declare const EdgeDirection: {
22
+ left: symbol;
23
+ right: symbol;
24
+ top: symbol;
25
+ bottom: symbol;
26
+ opposite: (dir: Symbol) => symbol | undefined;
27
+ };
28
+ export declare const SlideStyle: {
29
+ seamLess: symbol;
30
+ wholePage: symbol;
31
+ seamlessFixedId: symbol;
32
+ startBoundaryProtect: number;
33
+ endBoundaryProtect: number;
34
+ };
35
+ export { VERTICAL, HORIZONTAL } from "../JsViewVueTools/ConstSymbol";
36
+ export declare class SlideSetting {
37
+ static Type: {
38
+ WHOLE_PAGE: number;
39
+ SEAMLESS: number;
40
+ FIX_POSITION: number;
41
+ };
42
+ static START_PROTECT: number;
43
+ static END_PROTECT: number;
44
+ readonly Type: number;
45
+ readonly Speed: number | null;
46
+ readonly Easing: string;
47
+ readonly BoundaryProtect: number;
48
+ readonly Duration: number | null;
49
+ protected constructor(type: number, speed: number, duration: number | null, easing: string, boundaryProtect: number);
50
+ }
51
+ /**
52
+ * 整页滚动的设置
53
+ *
54
+ * @public
55
+ * @constructor WholePageSlide
56
+ * @extends SlideSetting
57
+ * @param {Object} settings 设置,结构为{
58
+ * speed: 滚动速度, 像素/毫秒
59
+ * easing: 滚动动画的easing
60
+ * boundaryProtect: 确定滚动位置能否小于0或者大于最大长度
61
+ * }
62
+ **/
63
+ export declare class WholePageSlide extends SlideSetting {
64
+ constructor({ speed, easing, boundaryProtect, duration, }?: {
65
+ speed?: number | undefined;
66
+ easing?: string | undefined;
67
+ boundaryProtect?: number | undefined;
68
+ duration?: null | undefined;
69
+ });
70
+ }
71
+ /**
72
+ * 平滑滚动的设置, 当前 item 小于/大于指定的阈值时会触发滚动
73
+ *
74
+ * @public
75
+ * @constructor SeamlessSlide
76
+ * @extends SlideSetting
77
+ * @param {Object} settings 设置,结构为{
78
+ * startPercent: 左/上侧触发滚动的比例 0-1
79
+ * endPercennt: 右/下侧触发滚动的比例 0-1
80
+ * headRange: 左/上按键触发滚动的区域比例 0-1
81
+ * tailRange: 右/下按键触发滚动的区域比例 0-1
82
+ * headSafeArea: 保证头部item完整显示的安全区域大小
83
+ * tailSafeArea: 保证尾部item完整显示的安全区域大小
84
+ * speed: 滚动速度, 像素/毫秒
85
+ * easing: 滚动动画的easing
86
+ * boundaryProtect: 确定滚动位置能否小于0或者大于最大长度
87
+ * fixFirstPage: 首页不滚动
88
+ * }
89
+ **/
90
+ export declare class SeamlessSlide extends SlideSetting {
91
+ readonly StartPercent: number;
92
+ readonly EndPercent: number;
93
+ readonly FixFirstPage: boolean;
94
+ readonly HeadSafeArea: number;
95
+ readonly TailSafeArea: number;
96
+ constructor({ startPercent, endPercent, headRange, tailRange, headSafeArea, tailSafeArea, speed, duration, easing, fixFirstPage, boundaryProtect, }?: {
97
+ startPercent?: number | undefined;
98
+ endPercent?: number | undefined;
99
+ headRange?: undefined;
100
+ tailRange?: undefined;
101
+ headSafeArea?: number | undefined;
102
+ tailSafeArea?: number | undefined;
103
+ speed?: number | undefined;
104
+ duration?: null | undefined;
105
+ easing?: string | undefined;
106
+ fixFirstPage?: boolean | undefined;
107
+ boundaryProtect?: number | undefined;
108
+ });
109
+ }
110
+ /**
111
+ * 固定位置滚动的设置, 滚动时当前 item 的中心会对齐固定的位置
112
+ *
113
+ * @public
114
+ * @constructor FixPositionSlide
115
+ * @extends SlideSetting
116
+ * @param {Object} settings 设置,结构为{
117
+ * fixPercent: 固定位置的比例
118
+ * speed: 滚动速度, 像素/毫秒
119
+ * easing: 滚动动画的easing
120
+ * boundaryProtect: 确定滚动位置能否小于0或者大于最大长度
121
+ * fixFirstPage: 首页不滚动
122
+ * }
123
+ **/
124
+ export declare class FixPositionSlide extends SlideSetting {
125
+ readonly FixPercent: number;
126
+ readonly FixFirstPage: boolean;
127
+ constructor({ fixPercent, speed, duration, easing, fixFirstPage, boundaryProtect, }?: {
128
+ fixPercent?: number | undefined;
129
+ speed?: number | undefined;
130
+ duration?: null | undefined;
131
+ easing?: string | undefined;
132
+ fixFirstPage?: boolean | undefined;
133
+ boundaryProtect?: number | undefined;
134
+ });
135
+ }
136
+ export declare const FocusMoveType: {
137
+ NO_ADJUST: number;
138
+ COLUMN_LOOP: number;
139
+ ROW_LOOP: number;
140
+ COLUMN_FIND_NEAR: number;
141
+ ROW_FIND_NEAR: number;
142
+ };
143
+ export declare const RENDER_ITEM_BREAK_KEY = "__QcodeJsviewMetroWidgetSlot";
@@ -0,0 +1,6 @@
1
+ export * from "./WidgetCommon";
2
+ export * from "./MetroWidget/Dispatcher";
3
+ export { default as ListWidget } from "./MetroWidget/ListWidget.vue";
4
+ export { default as JsvFocusBlock } from "./JsvFocus/JsvFocusBlock.vue";
5
+ export { default as SimpleWidget, default as MetroWidget } from "./MetroWidget/MetroWidget.vue";
6
+ export { jsvCreateFocusManager, useFocusHub } from "./JsvFocus/JsvFocusManager";
@@ -0,0 +1,42 @@
1
+ export default JsvAccount;
2
+ declare class JsvAccount {
3
+ /**
4
+ * 构造函数
5
+ * @param {function} callback,插件初始化结果,如果返回的结果为"success",表示成功,否则表示失败。
6
+ *
7
+ */
8
+ constructor(callback: Function);
9
+ /**
10
+ * 注册登陆状态变化通知函数
11
+ * @param {function} callback,通知函数
12
+ *
13
+ */
14
+ registerLoginLogoutCallback(callback: Function): void;
15
+ /**
16
+ * 注销登陆状态变化通知函数
17
+ * @param {function} callback,通知函数
18
+ *
19
+ */
20
+ unRegisterLoginLogoutCallback(callback: Function): void;
21
+ /**
22
+ * 获取账号信息
23
+ * @returns {string} json数据结构,账号信息
24
+ *
25
+ */
26
+ getAccountInfo(): string;
27
+ /**
28
+ * 打开登陆界面
29
+ *
30
+ */
31
+ startLoginPage(): void;
32
+ /**
33
+ * 打开用户信息界面,不可用
34
+ *
35
+ */
36
+ startUserDetailsPage(): void;
37
+ /**
38
+ * 打开用户中心界面,不可用
39
+ *
40
+ */
41
+ startUserCenterPage(): void;
42
+ }
@@ -0,0 +1,2 @@
1
+ export function getAudioManager(): any;
2
+ export function getKeyToken(): number;
@@ -0,0 +1,18 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ onRef: {
3
+ type: FunctionConstructor;
4
+ default: () => void;
5
+ };
6
+ }, {
7
+ audioRef: null;
8
+ }, any, {}, {
9
+ onRefProxy(audio_ref: any): void;
10
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
+ onRef: {
12
+ type: FunctionConstructor;
13
+ default: () => void;
14
+ };
15
+ }>>, {
16
+ onRef: Function;
17
+ }>;
18
+ export default _default;
@@ -0,0 +1,208 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * 回调函数,播放器对象通知接口
4
+ * @param {Object} video对象,可以通过此video对象调用video相关属性和方法,具体属性和方法定义见JsvMedia.js文件里相关说明。
5
+ */
6
+ onRef: {
7
+ type: FunctionConstructor;
8
+ default: () => void;
9
+ };
10
+ /**
11
+ * 属性,Boolean类型,true表示自动播放,默认false。
12
+ */
13
+ autoplay: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ /**
18
+ * 属性,Boolean类型,true表示静音,默认false。
19
+ */
20
+ muted: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ /**
25
+ * 属性,Boolean类型,true表示循环播放,默认false。
26
+ */
27
+ loop: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ /**
32
+ * 属性,String类型,播放地址。
33
+ */
34
+ src: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ /**
39
+ * 回调函数,播放结束时通过此回调接口通知。
40
+ */
41
+ onEnded: {
42
+ type: FunctionConstructor;
43
+ default: () => {};
44
+ };
45
+ /**
46
+ * 回调函数,播放错误时通过此接口通知。
47
+ * @param {int} 错误类型,当前定义了四种错误。1是异常中断;2是网络错误;3是解码错误;4是格式不支持。
48
+ */
49
+ onError: {
50
+ type: FunctionConstructor;
51
+ default: () => {};
52
+ };
53
+ /**
54
+ * 回调函数,开始加载,设置完播放地址后,上报此事件。
55
+ */
56
+ onLoadStart: {
57
+ type: FunctionConstructor;
58
+ default: () => {};
59
+ };
60
+ /**
61
+ * 回调函数,视频准备好后触发。
62
+ */
63
+ onLoadedMetaData: {
64
+ type: FunctionConstructor;
65
+ default: () => {};
66
+ };
67
+ /**
68
+ * 回调函数,视频准备好后触发,这个时候可以正常seek。
69
+ */
70
+ onLoad: {
71
+ type: FunctionConstructor;
72
+ default: () => {};
73
+ };
74
+ /**
75
+ * 回调函数,音频失去焦点后触发此事件,可能会导致pause(点播)或者离开频道(直播)。
76
+ */
77
+ onAudioFocusLoss: {
78
+ type: FunctionConstructor;
79
+ default: () => {};
80
+ };
81
+ /**
82
+ * 回调函数,音频获取焦点后触发此事件,可能会触发resume(点播)或者加入频道(直播)。
83
+ */
84
+ onAudioFocusGain: {
85
+ type: FunctionConstructor;
86
+ default: () => {};
87
+ };
88
+ preDownload: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ }, {
93
+ audio: null;
94
+ }, any, {}, {
95
+ registerEvent(): void;
96
+ onVisibilityChange(status: any): void;
97
+ registerOnVisibilityChange(): void;
98
+ unregisterOnVisibilityChange(): void;
99
+ onJsViewHide(): void;
100
+ onJsViewShow(): void;
101
+ Jsvinit(): void;
102
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
103
+ /**
104
+ * 回调函数,播放器对象通知接口
105
+ * @param {Object} video对象,可以通过此video对象调用video相关属性和方法,具体属性和方法定义见JsvMedia.js文件里相关说明。
106
+ */
107
+ onRef: {
108
+ type: FunctionConstructor;
109
+ default: () => void;
110
+ };
111
+ /**
112
+ * 属性,Boolean类型,true表示自动播放,默认false。
113
+ */
114
+ autoplay: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
118
+ /**
119
+ * 属性,Boolean类型,true表示静音,默认false。
120
+ */
121
+ muted: {
122
+ type: BooleanConstructor;
123
+ default: boolean;
124
+ };
125
+ /**
126
+ * 属性,Boolean类型,true表示循环播放,默认false。
127
+ */
128
+ loop: {
129
+ type: BooleanConstructor;
130
+ default: boolean;
131
+ };
132
+ /**
133
+ * 属性,String类型,播放地址。
134
+ */
135
+ src: {
136
+ type: StringConstructor;
137
+ default: string;
138
+ };
139
+ /**
140
+ * 回调函数,播放结束时通过此回调接口通知。
141
+ */
142
+ onEnded: {
143
+ type: FunctionConstructor;
144
+ default: () => {};
145
+ };
146
+ /**
147
+ * 回调函数,播放错误时通过此接口通知。
148
+ * @param {int} 错误类型,当前定义了四种错误。1是异常中断;2是网络错误;3是解码错误;4是格式不支持。
149
+ */
150
+ onError: {
151
+ type: FunctionConstructor;
152
+ default: () => {};
153
+ };
154
+ /**
155
+ * 回调函数,开始加载,设置完播放地址后,上报此事件。
156
+ */
157
+ onLoadStart: {
158
+ type: FunctionConstructor;
159
+ default: () => {};
160
+ };
161
+ /**
162
+ * 回调函数,视频准备好后触发。
163
+ */
164
+ onLoadedMetaData: {
165
+ type: FunctionConstructor;
166
+ default: () => {};
167
+ };
168
+ /**
169
+ * 回调函数,视频准备好后触发,这个时候可以正常seek。
170
+ */
171
+ onLoad: {
172
+ type: FunctionConstructor;
173
+ default: () => {};
174
+ };
175
+ /**
176
+ * 回调函数,音频失去焦点后触发此事件,可能会导致pause(点播)或者离开频道(直播)。
177
+ */
178
+ onAudioFocusLoss: {
179
+ type: FunctionConstructor;
180
+ default: () => {};
181
+ };
182
+ /**
183
+ * 回调函数,音频获取焦点后触发此事件,可能会触发resume(点播)或者加入频道(直播)。
184
+ */
185
+ onAudioFocusGain: {
186
+ type: FunctionConstructor;
187
+ default: () => {};
188
+ };
189
+ preDownload: {
190
+ type: BooleanConstructor;
191
+ default: boolean;
192
+ };
193
+ }>>, {
194
+ onError: Function;
195
+ onLoad: Function;
196
+ onEnded: Function;
197
+ src: string;
198
+ autoplay: boolean;
199
+ loop: boolean;
200
+ muted: boolean;
201
+ onLoadStart: Function;
202
+ onAudioFocusGain: Function;
203
+ onAudioFocusLoss: Function;
204
+ onRef: Function;
205
+ onLoadedMetaData: Function;
206
+ preDownload: boolean;
207
+ }>;
208
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export function checkType(value: any, type: any): boolean;
2
+ export function toRawType(value: any): string;
@@ -0,0 +1,13 @@
1
+ declare namespace _default {
2
+ const EVENT_EXT: string;
3
+ const EVENT_LOAD_START: string;
4
+ const EVENT_LOAD: string;
5
+ const EVENT_ERROR: string;
6
+ const EVENT_PROGRESS: string;
7
+ const EVENT_END: string;
8
+ const EVENT_PAUSE: string;
9
+ const EVENT_PLAY: string;
10
+ const EVENT_AUDIO_FOCUS_GAIN: string;
11
+ const EVENT_AUDIO_FOCUS_LOSS: string;
12
+ }
13
+ export default _default;
@@ -0,0 +1,18 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: {
3
+ readonly onError?: Function | undefined;
4
+ readonly onLoad?: Function | undefined;
5
+ readonly onEnded?: Function | undefined;
6
+ readonly src?: string | undefined;
7
+ readonly autoplay?: boolean | undefined;
8
+ readonly loop?: boolean | undefined;
9
+ readonly muted?: boolean | undefined;
10
+ readonly onLoadStart?: Function | undefined;
11
+ readonly onAudioFocusGain?: Function | undefined;
12
+ readonly onAudioFocusLoss?: Function | undefined;
13
+ readonly onRef?: Function | undefined;
14
+ readonly playerKey?: string | undefined;
15
+ readonly onLoadedMetaData?: Function | undefined;
16
+ };
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
18
+ export default _default;
@@ -0,0 +1,8 @@
1
+ export default class _default {
2
+ static isReady(): boolean;
3
+ static CreateAudio(key: any): any;
4
+ static ReleasePlayer(key: any): any;
5
+ static GetProperty(key: any, name: any): any;
6
+ static SetProperty(key: any, params: any): any;
7
+ static ScreenWakeLock(lock: any): void;
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export function GetPluginLoader(): any;
@@ -0,0 +1,5 @@
1
+ export class ScreenLockManager {
2
+ static refCount: number;
3
+ static lock(): void;
4
+ static unlock(): void;
5
+ }
@@ -0,0 +1,3 @@
1
+ import JsvAudio from "./JsvAudioProxy.vue";
2
+ export function globalLoadJsvAudioPlugin(listener: any): void;
3
+ export { JsvAudio };
@@ -0,0 +1,10 @@
1
+ export const packageName: string;
2
+ export const name: string;
3
+ export const version: string;
4
+ export const versionCodeMin: number;
5
+ export const versionCodeMax: number;
6
+ export const bridgeName: string;
7
+ export const className: string;
8
+ export const initMethod: string;
9
+ export const listener: string;
10
+ export const listener2: string;
@@ -0,0 +1 @@
1
+ export function getHtmlStr(libPath: any, latexStr: any, fontSize: any, width: any, height: any, color: any): string;
@@ -0,0 +1,13 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: {
3
+ readonly height?: number | undefined;
4
+ readonly width?: number | undefined;
5
+ readonly left?: number | undefined;
6
+ readonly top?: number | undefined;
7
+ readonly color?: string | undefined;
8
+ readonly fontSize?: number | undefined;
9
+ readonly latexStr?: string | undefined;
10
+ readonly lineSpace?: number | undefined;
11
+ };
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
13
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const cssColor2Android: (cssColor: string) => number;
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ getClientSize: () => {
3
+ width: number;
4
+ height: number;
5
+ };
6
+ $props: {
7
+ readonly height?: number | undefined;
8
+ readonly width?: number | undefined;
9
+ readonly left?: number | undefined;
10
+ readonly top?: number | undefined;
11
+ readonly color?: string | undefined;
12
+ readonly fontSize?: number | undefined;
13
+ readonly latexStr?: string | undefined;
14
+ readonly lineSpace?: number | undefined;
15
+ };
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
17
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export default class _default {
2
+ static GetLibPath(): any;
3
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export function GetPluginLoader(): any;
@@ -0,0 +1,3 @@
1
+ import JsvLatex from "./JsvLatexProxy.vue";
2
+ export function globalLoadJsvLatexPlugin(listener: any): void;
3
+ export { JsvLatex };
@@ -0,0 +1,10 @@
1
+ export const packageName: string;
2
+ export const name: string;
3
+ export const version: string;
4
+ export const versionCodeMin: number;
5
+ export const versionCodeMax: number;
6
+ export const bridgeName: string;
7
+ export const className: string;
8
+ export const initMethod: string;
9
+ export const listener: string;
10
+ export const listener2: string;
@@ -0,0 +1,3 @@
1
+ export { default as JsvAccount } from "./JsvAccount/JsvAccount";
2
+ export * from "./JsvAudio";
3
+ export * from "./JsvLatex";
@@ -0,0 +1,2 @@
1
+ export declare const VERTICAL: Symbol;
2
+ export declare const HORIZONTAL: Symbol;
@@ -0,0 +1,6 @@
1
+ export { instance as JSBridge };
2
+ declare const instance: BridgeProxy;
3
+ declare class BridgeProxy {
4
+ indicateHomePageLoadDone(): void;
5
+ _GetBridge(): any;
6
+ }
@@ -0,0 +1,8 @@
1
+ export namespace DebugTools {
2
+ function printFocusNodes(): void;
3
+ }
4
+ export namespace DebugObjectRefer {
5
+ const RootRouter: null;
6
+ }
7
+ export function DebugWrap81ErrorStack(): void;
8
+ export function DebugWrap81WarnStack(): void;
@@ -0,0 +1,10 @@
1
+ export default DefaultKeyCodeMap;
2
+ declare namespace DefaultKeyCodeMap {
3
+ const Left: number;
4
+ const Up: number;
5
+ const Right: number;
6
+ const Down: number;
7
+ const Ok: number;
8
+ const Back: number;
9
+ const Menu: number;
10
+ }
@@ -0,0 +1,11 @@
1
+ export declare namespace ForgeConst {
2
+ namespace DragFlags {
3
+ const TOUCH_RECV_CLICK_BIT: number;
4
+ const TOUCH_RECV_LONGPRESS_BIT: number;
5
+ const TOUCH_RECV_MOVE_BIT: number;
6
+ const TOUCH_RECV_FLING_BIT: number;
7
+ const TOUCH_RECV_FIRST_START: number;
8
+ const TOUCH_RECV_LAST_END: number;
9
+ const DRAG_ANY: number;
10
+ }
11
+ }
@@ -0,0 +1,6 @@
1
+ declare let handles: {
2
+ TextureManager: null;
3
+ RootView: null;
4
+ RootActivity: null;
5
+ };
6
+ export default handles;
@@ -0,0 +1,2 @@
1
+ export function enableNativeViewListener(nativeViewId: any, info: any): number;
2
+ export function disableNativeViewListener(listenerId: any): void;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Created by donglin.lu@qcast.cn on 11/13/2020.
3
+ */
4
+ /*
5
+ * 【模块 export 内容】
6
+ * CssStyleSheet:面向对象类,CSS rule的操作器,用于添加和删除CssStyle,服务于JsvStyleClass
7
+ * 接口:
8
+ * insertRule {String} 将传入的Css rule对象插入到CSS列表中,
9
+ * 请保证不要和其他css rule重名,重名场合以最后一个为准
10
+ * removeRule {String} 从CSS列表中删除指定名字的css rule
11
+ * removeMultiRules {String[]} 从CSS列表中删除复数个css rule
12
+ * getCssStyleSheet: 函数,获取 _StyleSheet 实例的函数,可接受一个参数anchor_tag,用来定位CSS rule的群组
13
+ */
14
+ export function getCssStyleGroup(): null;