@shijiu/jsview-vue 2.2.373 → 2.2.426-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.
Files changed (308) hide show
  1. package/bin/jsview-vue.mjs +333 -487
  2. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/CheckType.d.ts +0 -4
  3. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/JsvFocus/JsvFocusBlock.vue.d.ts +0 -34
  4. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/JsvFocus/JsvFocusHub.d.ts +0 -4
  5. package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +12 -0
  6. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/Const.d.ts +0 -4
  7. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/Dispatcher.d.ts +0 -4
  8. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/ListWidget.vue.d.ts +0 -8
  9. package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +161 -0
  10. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/MetroWidgetSetup.d.ts +0 -4
  11. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/PageUpdater.d.ts +0 -4
  12. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/RenderItem.d.ts +0 -4
  13. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/Slide.d.ts +0 -4
  14. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/SlotComponent.vue.d.ts +0 -4
  15. package/bin/types/utils/JsViewEngineWidget/MetroWidget/TaskManager.d.ts +64 -0
  16. package/bin/types/utils/JsViewEngineWidget/MetroWidget/TokenGenerator.d.ts +4 -0
  17. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/VisibleInfo.d.ts +0 -4
  18. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/WidgetRectInfo.d.ts +0 -4
  19. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/RangeModel.d.ts +0 -4
  20. package/bin/types/utils/JsViewEngineWidget/RectUtils.d.ts +61 -0
  21. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/CommonMetroTemplate.d.ts +0 -4
  22. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/Fence.d.ts +2 -6
  23. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/ListMetroTemplate.d.ts +0 -4
  24. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/MetroTemplate.d.ts +3 -7
  25. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/TemplateItemAdder.d.ts +0 -4
  26. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/index.d.ts +0 -4
  27. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/WidgetCommon.d.ts +0 -4
  28. package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/index.d.ts +0 -4
  29. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAccount/JsvAccount.d.ts +0 -4
  30. package/bin/types/utils/JsViewPlugin/JsvAudio/AudioProxy.d.ts +2 -0
  31. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/BrowserAudio/BrowserAudio.vue.d.ts +0 -4
  32. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/BrowserAudio/JsvSystemAudio.vue.d.ts +4 -8
  33. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/CheckType.d.ts +0 -4
  34. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/Events.d.ts +0 -4
  35. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/JsvAudio.vue.d.ts +4 -8
  36. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/JsvAudioBridgeProxy.d.ts +0 -4
  37. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/JsvAudioProxy.vue.d.ts +0 -4
  38. package/bin/types/utils/JsViewPlugin/JsvAudio/PluginLoader.d.ts +1 -0
  39. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/ScreenLockManager.d.ts +0 -4
  40. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/index.d.ts +0 -4
  41. package/bin/types/utils/JsViewPlugin/JsvAudio/version.d.mts +13 -0
  42. package/bin/types/{JsViewPlugin/JsvLatex → utils/JsViewPlugin/JsvAudio}/version.d.ts +0 -4
  43. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/BrowserDomBuilder.d.ts +0 -4
  44. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/BrowserJsvLatex.vue.d.ts +4 -8
  45. package/bin/types/utils/JsViewPlugin/JsvLatex/Color.d.ts +1 -0
  46. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/JsvLatex.vue.d.ts +4 -28
  47. package/bin/types/utils/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.d.ts +3 -0
  48. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/JsvLatexProxy.vue.d.ts +0 -4
  49. package/bin/types/utils/JsViewPlugin/JsvLatex/PluginLoader.d.ts +1 -0
  50. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/index.d.ts +0 -4
  51. package/bin/types/utils/JsViewPlugin/JsvLatex/version.d.mts +13 -0
  52. package/bin/types/{JsViewPlugin/JsvAudio → utils/JsViewPlugin/JsvLatex}/version.d.ts +0 -5
  53. package/bin/types/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer-0.9.vue.d.ts +45 -0
  54. package/bin/types/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer.vue.d.ts +597 -0
  55. package/bin/types/utils/JsViewPlugin/JsvPlayer/GetVersion.d.ts +13 -0
  56. package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMedia.d.ts +420 -0
  57. package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMediaBrowserInterface.d.ts +57 -0
  58. package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue.d.ts +588 -0
  59. package/bin/types/utils/JsViewPlugin/JsvPlayer/index-0.9.d.ts +358 -0
  60. package/bin/types/utils/JsViewPlugin/JsvPlayer/index.d.ts +358 -0
  61. package/bin/types/utils/JsViewPlugin/JsvPlayer/version.d.mts +14 -0
  62. package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/index.d.ts +0 -4
  63. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/ConstSymbol.d.ts +0 -4
  64. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/DebugContentShellJBridge.d.ts +0 -4
  65. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/DebugTool.d.ts +0 -4
  66. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/DefaultKeyMap.d.ts +0 -4
  67. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/FeatureActive.d.ts +0 -4
  68. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/ForgeConstDefine.d.ts +0 -4
  69. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/ForgeHandles.d.ts +0 -4
  70. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvDemoTester.d.ts +0 -4
  71. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvDynamicCssStyle.d.ts +0 -17
  72. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvDynamicKeyFrames.d.ts +0 -17
  73. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvFederationTools.d.ts +0 -4
  74. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvHashHistory.d.ts +0 -4
  75. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvImpactTracer.d.ts +0 -4
  76. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvPerformance.d.ts +0 -4
  77. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvPreDownloader.d.ts +0 -21
  78. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvRefTaker.d.ts +0 -26
  79. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvRuntimeBridge.d.ts +0 -8
  80. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvStyleClass.d.ts +0 -4
  81. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvStyleSheetsDeclarer.d.ts +0 -18
  82. package/bin/types/utils/JsViewVueTools/JsvTextTools.d.ts +61 -0
  83. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureDefines.d.ts +0 -4
  84. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureLoadTool.d.ts +0 -4
  85. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CanvasTexture/CanvasTexture.d.ts +0 -4
  86. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CanvasTexture/CommandList.d.ts +0 -4
  87. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CanvasTexture/Path.d.ts +0 -4
  88. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CapturedTexture/CapturedTexture.d.ts +0 -4
  89. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/JsvTextureStore.d.ts +0 -22
  90. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/Store.d.ts +0 -4
  91. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/Texture.d.ts +0 -4
  92. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/NinePatchHelper.d.ts +0 -4
  93. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/TextureManagerTools.d.ts +0 -4
  94. package/bin/types/utils/JsViewVueTools/TypeCheckAndSet.d.ts +3 -0
  95. package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/index.d.ts +0 -5
  96. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvActorMove/ActorControlBase.d.ts +0 -4
  97. package/bin/types/utils/JsViewVueWidget/JsvActorMove/JsvActorMove.vue.d.ts +64 -0
  98. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvActorMove/JsvActorMoveControl.d.ts +0 -4
  99. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvActorMove/index.d.ts +0 -4
  100. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvApic/BrowserApic.vue.d.ts +1 -5
  101. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvApic/JsvApic.vue.d.ts +0 -20
  102. package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +2 -0
  103. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvApic2/BrowserApic2.vue.d.ts +1 -5
  104. package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue.d.ts +23 -0
  105. package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +2 -0
  106. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/ApicDataBase.d.ts +0 -4
  107. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/BrowserApicLib.d.ts +0 -4
  108. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/GifData.d.ts +0 -4
  109. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/NormalLoopTool.d.ts +0 -4
  110. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/PartLoopTool.d.ts +0 -4
  111. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/SingleLoopTool.d.ts +0 -4
  112. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/Viewer.d.ts +0 -4
  113. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/WebpData.d.ts +0 -4
  114. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvCommonLoopToolBase.d.ts +0 -4
  115. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvClipDiv/JsvClipDiv.vue.d.ts +0 -4
  116. package/bin/types/utils/JsViewVueWidget/JsvClipDiv/index.d.ts +1 -0
  117. package/bin/types/utils/JsViewVueWidget/JsvConnectLine/ArcLineManager.d.ts +1 -0
  118. package/bin/types/utils/JsViewVueWidget/JsvConnectLine/JsvConnectLine.vue.d.ts +13 -0
  119. package/bin/types/utils/JsViewVueWidget/JsvConnectLine/index.d.ts +2 -0
  120. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvDragBox/JsvDragBox.vue.d.ts +0 -25
  121. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvDriftScope/JsvDriftScope.vue.d.ts +0 -4
  122. package/bin/types/utils/JsViewVueWidget/JsvDriftScope/index.d.ts +1 -0
  123. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvEnableRenderBreak.vue.d.ts +0 -4
  124. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFilterView.vue.d.ts +3 -22
  125. package/bin/types/utils/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue.d.ts +72 -0
  126. package/bin/types/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue.d.ts +75 -0
  127. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFlexCell/index.d.ts +0 -4
  128. package/bin/types/{JsViewVueWidget/JsvFragShaderView/BrowserJsvFragShaderView.vue.d.ts → utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts} +1 -5
  129. package/bin/types/utils/JsViewVueWidget/JsvFragShaderView/index.d.ts +1 -0
  130. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ActorControl.d.ts +0 -4
  131. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/CallbackManager.d.ts +0 -4
  132. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ForgeTypeDefine.d.ts +0 -4
  133. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/FreeMoveActor.vue.d.ts +9 -34
  134. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/JsvEnvBlocker.vue.d.ts +3 -25
  135. package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/KeepFlags.d.ts +7 -0
  136. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/NexusNode.d.ts +0 -4
  137. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SetAction.d.ts +0 -4
  138. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SetCondition.d.ts +0 -4
  139. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SetState.d.ts +0 -4
  140. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SyncLinkManager.d.ts +0 -4
  141. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/index.d.ts +0 -4
  142. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvGrid.vue.d.ts +0 -73
  143. package/bin/types/utils/JsViewVueWidget/JsvHole.d.ts +2 -0
  144. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/Cursor.vue.d.ts +1 -5
  145. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/EditViewOperator.d.ts +2 -5
  146. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/EditVisibleArea.d.ts +4 -5
  147. package/bin/types/utils/JsViewVueWidget/JsvInput/JsvInput.vue.d.ts +12 -0
  148. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/SharedDefine.d.ts +0 -4
  149. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/SystemTextTools.d.ts +7 -5
  150. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/index.d.ts +0 -4
  151. package/bin/types/utils/JsViewVueWidget/JsvLine/JsvLine.vue.d.ts +12 -0
  152. package/bin/types/utils/JsViewVueWidget/JsvLine/LineManager.d.ts +1 -0
  153. package/bin/types/utils/JsViewVueWidget/JsvLine/index.d.ts +2 -0
  154. package/bin/types/utils/JsViewVueWidget/JsvMarquee.vue.d.ts +12 -0
  155. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMaskClipDiv.vue.d.ts +0 -22
  156. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/Constant.d.ts +0 -4
  157. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/DataTree.d.ts +0 -4
  158. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/Geometry.d.ts +2 -6
  159. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/JsvMindMap.vue.d.ts +9 -92
  160. package/bin/types/utils/JsViewVueWidget/JsvMindMap/index.d.ts +1 -0
  161. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/rtree.d.ts +0 -4
  162. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvNativeSharedDiv.vue.d.ts +0 -18
  163. package/bin/types/utils/JsViewVueWidget/JsvNinePatch.vue.d.ts +21 -0
  164. package/bin/types/utils/JsViewVueWidget/JsvPieChart.vue.d.ts +9 -0
  165. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvPosterDiv.vue.d.ts +0 -17
  166. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvPosterImage.vue.d.ts +0 -18
  167. package/bin/types/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue.d.ts +25 -0
  168. package/bin/types/utils/JsViewVueWidget/JsvPreload/index.d.ts +2 -0
  169. package/bin/types/utils/JsViewVueWidget/JsvProgressBar.vue.d.ts +12 -0
  170. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvQrcode/JsvQrcode.vue.d.ts +1 -26
  171. package/bin/types/utils/JsViewVueWidget/JsvRadarChart.vue.d.ts +13 -0
  172. package/bin/types/utils/JsViewVueWidget/JsvRipple/Constant.d.ts +4 -0
  173. package/bin/types/utils/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +84 -0
  174. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvRipple/index.d.ts +0 -4
  175. package/bin/types/utils/JsViewVueWidget/JsvScaleTextBox.vue.d.ts +10 -0
  176. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/JsvScrollBox.vue.d.ts +0 -4
  177. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/JsvScrollFollow.vue.d.ts +0 -4
  178. package/bin/types/utils/JsViewVueWidget/JsvScrollBox/ScrollInnerSymbol.d.ts +4 -0
  179. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/ScrollSymbol.d.ts +0 -4
  180. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/index.d.ts +0 -4
  181. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSector.vue.d.ts +0 -18
  182. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSoundPool.d.ts +0 -42
  183. package/bin/types/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +38 -0
  184. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/FrameBuidler.d.ts +0 -4
  185. package/bin/types/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +18 -0
  186. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/JsvSpriteLoader.vue.d.ts +0 -16
  187. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/JsvSpriteTools.d.ts +0 -4
  188. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/SpriteController.d.ts +0 -4
  189. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/index.d.ts +0 -4
  190. package/bin/types/utils/JsViewVueWidget/JsvSpriteAnim/sAnimationToken.d.ts +2 -0
  191. package/bin/types/utils/JsViewVueWidget/JsvSwiper/Indicator.vue.d.ts +16 -0
  192. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSwiper/JsvSwiper.vue.d.ts +1 -40
  193. package/bin/types/utils/JsViewVueWidget/JsvSwiper/index.d.ts +2 -0
  194. package/bin/types/utils/JsViewVueWidget/JsvSwiper3D/Indicator.vue.d.ts +16 -0
  195. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSwiper3D/JsvSwiper.vue.d.ts +3 -27
  196. package/bin/types/utils/JsViewVueWidget/JsvSwiper3D/index.d.ts +2 -0
  197. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTextBox.vue.d.ts +0 -26
  198. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTextureAnim/CommonType.d.ts +0 -4
  199. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTextureAnim/JsvTextureAnim.vue.d.ts +2 -7
  200. package/bin/types/utils/JsViewVueWidget/JsvTextureAnim/index.d.ts +4 -0
  201. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTouchModeSwitcher.vue.d.ts +3 -28
  202. package/bin/types/utils/JsViewVueWidget/JsvVideo.vue.d.ts +23 -0
  203. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvVisibleSensor/JsvVisibleSensor.vue.d.ts +6 -31
  204. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvVisibleSensor/index.d.ts +6 -10
  205. package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/index.d.ts +2 -6
  206. package/bin/types/{index.d.ts → utils/index.d.ts} +0 -4
  207. package/index.d.ts +2 -2
  208. package/package.json +1 -1
  209. package/tools/jsview-vue-build.mjs +3 -2
  210. package/tsconfig.json +27 -0
  211. package/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.ts +3 -22
  212. package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.js +19 -33
  213. package/utils/JsViewEngineWidget/MetroWidget/TaskManager.ts +1 -1
  214. package/utils/JsViewEngineWidget/TemplateParser/Fence.ts +2 -2
  215. package/utils/JsViewEngineWidget/TemplateParser/MetroTemplate.ts +2 -4
  216. package/utils/JsViewPlugin/JsvAudio/version.js +1 -1
  217. package/utils/JsViewPlugin/JsvAudio/version.mjs +1 -1
  218. package/utils/JsViewVueTools/JsvHashHistory.js +26 -29
  219. package/utils/JsViewVueTools/JsvRuntimeBridge.js +70 -70
  220. package/utils/JsViewVueTools/JsvTextTools.ts +63 -130
  221. package/utils/JsViewVueTools/TypeCheckAndSet.ts +66 -0
  222. package/utils/JsViewVueTools/index.js +1 -1
  223. package/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue +9 -14
  224. package/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue +4 -1
  225. package/utils/JsViewVueWidget/JsvFragShaderView/index.js +2 -9
  226. package/utils/JsViewVueWidget/JsvInput/EditViewOperator.ts +47 -14
  227. package/utils/JsViewVueWidget/JsvInput/EditVisibleArea.ts +43 -10
  228. package/utils/JsViewVueWidget/JsvInput/JsvInput.vue +22 -9
  229. package/utils/JsViewVueWidget/JsvInput/SystemTextTools.ts +41 -27
  230. package/utils/JsViewVueWidget/JsvMaskClipDiv.vue +3 -48
  231. package/utils/JsViewVueWidget/JsvPosterImage.vue +1 -2
  232. package/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue +21 -44
  233. package/utils/JsViewVueWidget/JsvPreload/index.js +2 -13
  234. package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +2 -1
  235. package/utils/JsViewVueWidget/JsvSoundPool.js +3 -7
  236. package/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue +17 -14
  237. package/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue +0 -5
  238. package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +70 -75
  239. package/utils/JsViewVueWidget/JsvTextureAnim/index.js +2 -9
  240. package/utils/JsViewVueWidget/index.js +2 -2
  241. package/bin/browser/BrowserJsvFragShaderView.vue.mjs +0 -79
  242. package/bin/browser/BrowserPreload.vue.mjs +0 -139
  243. package/bin/browser/BrowserQrcode.vue.mjs +0 -176
  244. package/bin/browser/BrowserSpray.vue.mjs +0 -56
  245. package/bin/browser/BrowserTextureAnim.vue.mjs +0 -322
  246. package/bin/types/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +0 -25
  247. package/bin/types/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +0 -435
  248. package/bin/types/JsViewPlugin/JsvAudio/AudioProxy.d.ts +0 -6
  249. package/bin/types/JsViewPlugin/JsvAudio/PluginLoader.d.ts +0 -5
  250. package/bin/types/JsViewPlugin/JsvLatex/Color.d.ts +0 -5
  251. package/bin/types/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.d.ts +0 -7
  252. package/bin/types/JsViewPlugin/JsvLatex/PluginLoader.d.ts +0 -5
  253. package/bin/types/JsViewVueTools/JsvTextTools.d.ts +0 -95
  254. package/bin/types/JsViewVueTools/TypeCheckAndSet.d.ts +0 -6
  255. package/bin/types/JsViewVueWidget/JsvActorMove/JsvActorMove.vue.d.ts +0 -102
  256. package/bin/types/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +0 -6
  257. package/bin/types/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue.d.ts +0 -51
  258. package/bin/types/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +0 -6
  259. package/bin/types/JsViewVueWidget/JsvClipDiv/index.d.ts +0 -5
  260. package/bin/types/JsViewVueWidget/JsvConnectLine/ArcLineManager.d.ts +0 -5
  261. package/bin/types/JsViewVueWidget/JsvConnectLine/JsvConnectLine.vue.d.ts +0 -34
  262. package/bin/types/JsViewVueWidget/JsvConnectLine/index.d.ts +0 -6
  263. package/bin/types/JsViewVueWidget/JsvDriftScope/index.d.ts +0 -5
  264. package/bin/types/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue.d.ts +0 -106
  265. package/bin/types/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue.d.ts +0 -106
  266. package/bin/types/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts +0 -60
  267. package/bin/types/JsViewVueWidget/JsvFragShaderView/index.d.ts +0 -6
  268. package/bin/types/JsViewVueWidget/JsvHole.d.ts +0 -19
  269. package/bin/types/JsViewVueWidget/JsvInput/JsvInput.vue.d.ts +0 -65
  270. package/bin/types/JsViewVueWidget/JsvLine/JsvLine.vue.d.ts +0 -32
  271. package/bin/types/JsViewVueWidget/JsvLine/LineManager.d.ts +0 -5
  272. package/bin/types/JsViewVueWidget/JsvLine/index.d.ts +0 -6
  273. package/bin/types/JsViewVueWidget/JsvMarquee.vue.d.ts +0 -33
  274. package/bin/types/JsViewVueWidget/JsvMindMap/index.d.ts +0 -5
  275. package/bin/types/JsViewVueWidget/JsvNinePatch.vue.d.ts +0 -50
  276. package/bin/types/JsViewVueWidget/JsvPieChart.vue.d.ts +0 -26
  277. package/bin/types/JsViewVueWidget/JsvPreload/BrowserPreload.vue.d.ts +0 -14
  278. package/bin/types/JsViewVueWidget/JsvPreload/JsvPreload.vue.d.ts +0 -67
  279. package/bin/types/JsViewVueWidget/JsvPreload/index.d.ts +0 -21
  280. package/bin/types/JsViewVueWidget/JsvProgressBar.vue.d.ts +0 -31
  281. package/bin/types/JsViewVueWidget/JsvQrcode/BrowserQrcode.vue.d.ts +0 -15
  282. package/bin/types/JsViewVueWidget/JsvQrcode/index.d.ts +0 -6
  283. package/bin/types/JsViewVueWidget/JsvRadarChart.vue.d.ts +0 -37
  284. package/bin/types/JsViewVueWidget/JsvRipple/Constant.d.ts +0 -8
  285. package/bin/types/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +0 -129
  286. package/bin/types/JsViewVueWidget/JsvScaleTextBox.vue.d.ts +0 -28
  287. package/bin/types/JsViewVueWidget/JsvScrollBox/ScrollInnerSymbol.d.ts +0 -8
  288. package/bin/types/JsViewVueWidget/JsvSpray/BrowserSpray.vue.d.ts +0 -29
  289. package/bin/types/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +0 -78
  290. package/bin/types/JsViewVueWidget/JsvSpray/index.d.ts +0 -6
  291. package/bin/types/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +0 -70
  292. package/bin/types/JsViewVueWidget/JsvSpriteAnim/sAnimationToken.d.ts +0 -6
  293. package/bin/types/JsViewVueWidget/JsvSwiper/index.d.ts +0 -6
  294. package/bin/types/JsViewVueWidget/JsvSwiper3D/index.d.ts +0 -6
  295. package/bin/types/JsViewVueWidget/JsvTextureAnim/BrowserTextureAnim.vue.d.ts +0 -155
  296. package/bin/types/JsViewVueWidget/JsvTextureAnim/index.d.ts +0 -18
  297. package/tools/config/tsconfig.json +0 -16
  298. package/utils/JsViewVueTools/TypeCheckAndSet.js +0 -27
  299. package/utils/JsViewVueWidget/JsvFragShaderView/BrowserJsvFragShaderView.vue +0 -75
  300. package/utils/JsViewVueWidget/JsvPreload/BrowserPreload.vue +0 -144
  301. package/utils/JsViewVueWidget/JsvQrcode/BrowserQrcode.vue +0 -189
  302. package/utils/JsViewVueWidget/JsvQrcode/index.js +0 -18
  303. package/utils/JsViewVueWidget/JsvSpray/BrowserSpray.vue +0 -55
  304. package/utils/JsViewVueWidget/JsvSpray/index.js +0 -17
  305. package/utils/JsViewVueWidget/JsvTextureAnim/BrowserTextureAnim.vue +0 -359
  306. /package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ActionRefObject.d.ts +0 -0
  307. /package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ActorState.d.ts +0 -0
  308. /package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/CommonType.d.ts +0 -0
@@ -1,102 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvActorMove/JsvActorMove.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * 【模块 export 内容】
9
- * JsvActorMove:单轴(X 或 Y)运动控制控件,可控制完成单方向的匀速运动和变速运动(抛物运动),
10
- * 若想进行X和Y轴同时的运动,可以通过运动分解后的两个JsvActorMove进行组合来实现
11
- * props说明:
12
- * control {JsvActorMoveControl} JsvActorMove控制器实体,通过new JsvActorMoveControl()生成,说明见下文
13
- *
14
- * JsvActorMoveControl: 面向对象的类,JsvActorMove控制器
15
- * 功能函数:(参数说明见函数本体)
16
- * moveToX(target_x, speed, end_callback)
17
- * 功能:延X轴进行匀速运动
18
- * moveToY(target_y, speed, end_callback)
19
- * 功能:延Y轴进行匀速运动
20
- * scrollMoveAlongX(target_x, speed, repeat_start, repeat_callback)
21
- * 功能:延X轴进行重复匀速运动
22
- * scrollMoveAlongY(target_y, speed, repeat_start, repeat_callback)
23
- * 功能:延Y轴进行重复匀速运动
24
- * throwAlongX(init_v, acc, end_condition, end_callback, pole_callback)
25
- * 功能:延X轴进行回旋运动
26
- * throwAlongY(init_v, acc, end_condition, end_callback, pole_callback)
27
- * 功能:延Y轴进行回旋运动(例如Y轴抛物运动)
28
- * jumpTo(new_x, new_y)
29
- * 功能:直接将JsvActorMove移动到目标位置,无中间运动动画
30
- * pause(pause_callback)
31
- * 功能:暂停动画,并将JsvActorMove保持在暂停的位置上
32
- * pause(pause_callback)
33
- * 功能:暂停动画,并将JsvActorMove保持在暂停的位置上
34
- * altStraightSpeed(newSpeedPerSecond, time)
35
- * 功能: 将由moveToX, moveToY, scrollMoveAlongX, scrollMoveAlongY 发起的直线运动进行均匀变速
36
-
37
- */
38
-
39
- declare const _default: {
40
- new (...args: any[]): {
41
- $: import("vue").ComponentInternalInstance;
42
- $data: {};
43
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
44
- $attrs: {
45
- [x: string]: unknown;
46
- };
47
- $refs: {
48
- [x: string]: unknown;
49
- };
50
- $slots: Readonly<{
51
- [name: string]: import("vue").Slot | undefined;
52
- }>;
53
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
54
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
55
- $emit: (event: string, ...args: any[]) => void;
56
- $el: any;
57
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
58
- mainDiv: import("vue").ShallowRef<null>;
59
- $props: {
60
- readonly control?: JsvActorMoveControl | undefined;
61
- };
62
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
63
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
64
- created?: ((() => void) | (() => void)[]) | undefined;
65
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
66
- mounted?: ((() => void) | (() => void)[]) | undefined;
67
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
68
- updated?: ((() => void) | (() => void)[]) | undefined;
69
- activated?: ((() => void) | (() => void)[]) | undefined;
70
- deactivated?: ((() => void) | (() => void)[]) | undefined;
71
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
72
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
73
- destroyed?: ((() => void) | (() => void)[]) | undefined;
74
- unmounted?: ((() => void) | (() => void)[]) | undefined;
75
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
76
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
77
- 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;
78
- };
79
- $forceUpdate: () => void;
80
- $nextTick: typeof import("vue").nextTick;
81
- $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;
82
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
83
- mainDiv: import("vue").ShallowRef<null>;
84
- $props: {
85
- readonly control?: JsvActorMoveControl | undefined;
86
- };
87
- }> & {} & import("vue").ComponentCustomProperties & {};
88
- __isFragment?: undefined;
89
- __isTeleport?: undefined;
90
- __isSuspense?: undefined;
91
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
92
- mainDiv: import("vue").ShallowRef<null>;
93
- $props: {
94
- readonly control?: JsvActorMoveControl | undefined;
95
- };
96
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
97
- $slots: {
98
- default: (_: {}) => any;
99
- };
100
- });
101
- export default _default;
102
- import JsvActorMoveControl from "./JsvActorMoveControl";
@@ -1,6 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../../utils/JsViewVueWidget/JsvApic/JsvApic/index.js}
3
- */
4
-
5
- export default _JsvApic;
6
- declare let _JsvApic: any;
@@ -1,51 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../../utils/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * 【模块 export 内容】
9
- * JsvApic:Vue高阶组件,控制动图播放
10
- * prop说明:
11
- * src {string} 对应img标签的src, 传url时需要注意使用url([链接])
12
- * style {object} 对应img标签的style
13
- * 通过ref=拿到句柄后,可调用的方法:
14
- * stop(): 停止播放
15
- * show(): 显示某一帧
16
- * play(loopType, loopInfo, endState): 开始播放
17
- * loopType:
18
- * 循环类型: LoopType.LOOP_DEFAULT 按图片配置循环
19
- * LoopType.LOOP_INFINITE 无限循环
20
- * LoopType.LOOP_FINITE 有限次循环
21
- * LoopType.LOOP_PART 循环播放部分
22
- * loopInfo:
23
- * 循环参数, 为数字时表示循环次数, 为数组时[[循环次数1,循环开始帧1,循环结束帧1], [循环次数2,循环开始帧2,循环结束帧2], ...]
24
- * endState:
25
- * 播放结束后的状态: ApicEndState.HIDE 隐藏
26
- * ApicEndState.LAST_FRAME 保持最后一帧
27
- */
28
-
29
- declare const _default: import("vue").DefineComponent<{
30
- src: StringConstructor;
31
- style: ObjectConstructor;
32
- onStart: FunctionConstructor;
33
- onEnd: FunctionConstructor;
34
- onLoad: FunctionConstructor;
35
- }, {
36
- element: {};
37
- }, {
38
- onStartId: number;
39
- onEndId: number;
40
- }, {}, {
41
- show(frameIndex?: number): void;
42
- play(loopType: any, loopInfo: any, endState: any): void;
43
- stop(frameCount?: number): void;
44
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
- src: StringConstructor;
46
- style: ObjectConstructor;
47
- onStart: FunctionConstructor;
48
- onEnd: FunctionConstructor;
49
- onLoad: FunctionConstructor;
50
- }>>, {}>;
51
- export default _default;
@@ -1,6 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../../utils/JsViewVueWidget/JsvApic/JsvApic2/index.js}
3
- */
4
-
5
- export default _JsvApic2;
6
- declare let _JsvApic2: any;
@@ -1,5 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvClipDiv/index.ts}
3
- */
4
-
5
- export { default as JsvClipDiv } from "./JsvClipDiv.vue";
@@ -1,5 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvConnectLine/ArcLineManager.js}
3
- */
4
-
5
- export function createTexture(lineWidth: any, color: any, radius: any): any;
@@ -1,34 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvConnectLine/JsvConnectLine.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * 【模块 export 内容】
9
- * JsvConnectLine:Vue高阶组件,由JsvLine组件变化而来,用于连接两个区域的线条。
10
- * props说明(注意:全部属性非响应式, 需要变更时用 key 来触发重绘):
11
- * startPos {Object} (必填) 起始位置,属性:x,y
12
- * endPos {Object} (必填) 结束位置, 属性:x,y
13
- * lineWidth {Number} (必填) 线条的粗细程度
14
- * backgroundColor {String} 背景颜色,默认值:白色#FFFFFF
15
- * radius {Number} 圆角半径,若半径超过起点终点距离的一半,则没有曲线为直线。
16
- * isVertical {Boolean} (必填) true为y轴拐点,false为x轴拐点
17
- * percent {Number} (必填) 承接isVertical,百分比拐点。
18
- * RoundSet {Object} 圆角配置对象,可选开始拐点和结束拐点,false代表不配置,true代表配置。属性值:start,end
19
- *
20
- */
21
-
22
- declare const _default: import("vue").DefineComponent<{}, {
23
- $props: {
24
- readonly isVertical?: boolean | undefined;
25
- readonly RoundSet?: Record<string, any> | undefined;
26
- readonly backgroundColor?: string | undefined;
27
- readonly percent?: number | undefined;
28
- readonly radius?: number | undefined;
29
- readonly lineWidth?: number | undefined;
30
- readonly startPos?: Record<string, any> | undefined;
31
- readonly endPos?: Record<string, any> | undefined;
32
- };
33
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
34
- export default _default;
@@ -1,6 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvConnectLine/index.js}
3
- */
4
-
5
- export default JsvConnectLine;
6
- import JsvConnectLine from "./JsvConnectLine.vue";
@@ -1,5 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvDriftScope/index.ts}
3
- */
4
-
5
- export { default as JsvDriftScope } from "./JsvDriftScope.vue";
@@ -1,106 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * 【模块 export 内容】
9
- * JsvFlexDiv: 包装成一个支持flex属性的div
10
- * props说明:
11
- * class: 等同于div的class设置(目前未实装,后续支持...)
12
- * style: 等同于div的style,关于flex的属性支持如下:
13
- * 作为container:
14
- * flexDirection: row|row-reverse|column|column-reverse 默认row, 决定主轴为行还是列,正向还是反向
15
- * flexWrap: nowrap|wrap 默认nowrap, 主轴方向是否换行
16
- * justifyContent: flex-start|flex-end|center 默认flex-start
17
- * 主轴对齐方式(与direction相关决定start为左还是右)
18
- * alignItems: flex-start|flex-end|center|stretch 默认center
19
- * 副轴方向单行内的对齐方式,例如主轴为行时,项目在每行中竖直方向的对齐
20
- * alignContent: flex-start|flex-end|center 默认flex-start
21
- * 副轴方向多行内容总体的对齐方式,例如主轴为行时,项目在每行中竖直方向的对齐
22
- * 若未设置,当遇到多行场景,行为为flex-start + 剩余空间每行平均瓜分(特别适合单行填充整个副轴空间的需求)
23
- * 作为item(二级container):
24
- * alignSelf: auto|flex-start|flex-end|center|stretch 默认auto, 覆盖container的alignItems设置
25
- * 特别注意: 这些属性会引起位置对齐问题, 所以会自动去掉: "overflow:hidden"
26
- * askSize: boolean 设置会跟进flex的尺寸变化,设置后可通过getWidth/getHeight拿到尺寸,但会降低性能
27
- * onSized: Function 比askSize更进一步,可以通过回调知道尺寸变化后的时机,回调参数(width, height)为flex后的尺寸
28
- *
29
- * expose说明:
30
- * getWidth(): 当askSize或者onSize生效时,获取元素的宽度
31
- * getHeight(): 当askSize或者onSize生效时,获取元素的高度
32
- *
33
- */
34
-
35
- declare const _default: {
36
- new (...args: any[]): {
37
- $: import("vue").ComponentInternalInstance;
38
- $data: {};
39
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
40
- $attrs: {
41
- [x: string]: unknown;
42
- };
43
- $refs: {
44
- [x: string]: unknown;
45
- };
46
- $slots: Readonly<{
47
- [name: string]: import("vue").Slot | undefined;
48
- }>;
49
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
50
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
51
- $emit: (event: string, ...args: any[]) => void;
52
- $el: any;
53
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
54
- getWidth: () => undefined;
55
- getHeight: () => undefined;
56
- $props: {
57
- readonly askSize?: boolean | undefined;
58
- readonly onSized?: Function | undefined;
59
- readonly style?: Record<string, any> | undefined;
60
- };
61
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
62
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
63
- created?: ((() => void) | (() => void)[]) | undefined;
64
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
65
- mounted?: ((() => void) | (() => void)[]) | undefined;
66
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
67
- updated?: ((() => void) | (() => void)[]) | undefined;
68
- activated?: ((() => void) | (() => void)[]) | undefined;
69
- deactivated?: ((() => void) | (() => void)[]) | undefined;
70
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
71
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
72
- destroyed?: ((() => void) | (() => void)[]) | undefined;
73
- unmounted?: ((() => void) | (() => void)[]) | undefined;
74
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
75
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
76
- 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;
77
- };
78
- $forceUpdate: () => void;
79
- $nextTick: typeof import("vue").nextTick;
80
- $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;
81
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
82
- getWidth: () => undefined;
83
- getHeight: () => undefined;
84
- $props: {
85
- readonly askSize?: boolean | undefined;
86
- readonly onSized?: Function | undefined;
87
- readonly style?: Record<string, any> | undefined;
88
- };
89
- }> & {} & import("vue").ComponentCustomProperties & {};
90
- __isFragment?: undefined;
91
- __isTeleport?: undefined;
92
- __isSuspense?: undefined;
93
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
94
- getWidth: () => undefined;
95
- getHeight: () => undefined;
96
- $props: {
97
- readonly askSize?: boolean | undefined;
98
- readonly onSized?: Function | undefined;
99
- readonly style?: Record<string, any> | undefined;
100
- };
101
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
- $slots: {
103
- default: (_: {}) => any;
104
- };
105
- });
106
- export default _default;
@@ -1,106 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * 【模块 export 内容】
9
- * JsvScreenFlex: 包装成一个支持flex属性的div, 背景图片等同于objectFit:cover的模式
10
- * props说明:
11
- * style: 不能设置top/left/height/width, 这些信息自动来自屏幕的宽高
12
- * 主要用于设置flex的属性,目前支持属性如下:
13
- * flexDirection: row|row-reverse|column|column-reverse 默认row, 决定主轴为行还是列,正向还是反向
14
- * flexWrap: nowrap|wrap 默认nowrap, 主轴方向是否换行
15
- * justifyContent: flex-start|flex-end|center 默认flex-start
16
- * 主轴对齐方式(与direction相关决定start为左还是右)
17
- * alignItems: flex-start|flex-end|center|stretch 默认center
18
- * 副轴方向单行内的对齐方式,例如主轴为行时,项目在每行中竖直方向的对齐
19
- * alignContent: flex-start|flex-end|center 默认flex-start
20
- * 副轴方向多行内容总体的对齐方式,例如主轴为行时,项目在每行中竖直方向的对齐
21
- * 特别注意: 这些属性会引起位置对齐问题, 所以会自动去掉: "overflow:hidden"
22
- * askSize: boolean 设置会跟进flex的尺寸变化,设置后可通过getWidth/getHeight拿到尺寸,但会降低性能
23
- * onSized: Function 比askSize更进一步,可以通过回调知道尺寸变化后的时机,回调参数(width, height)为flex后的尺寸
24
- * background: {string} (选填)背景图案 可选值: 绝对路径url|url(相对路径url)|#FFFFFF|rbga(255,0,0,1.0)
25
- *
26
- * expose说明:
27
- * getWidth(): 当askSize或者onSize生效时,获取元素的宽度
28
- * getHeight(): 当askSize或者onSize生效时,获取元素的高度
29
- *
30
- */
31
-
32
- declare const _default: {
33
- new (...args: any[]): {
34
- $: import("vue").ComponentInternalInstance;
35
- $data: {};
36
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
37
- $attrs: {
38
- [x: string]: unknown;
39
- };
40
- $refs: {
41
- [x: string]: unknown;
42
- };
43
- $slots: Readonly<{
44
- [name: string]: import("vue").Slot | undefined;
45
- }>;
46
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
47
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
48
- $emit: (event: string, ...args: any[]) => void;
49
- $el: any;
50
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
51
- getWidth: () => any;
52
- getHeight: () => any;
53
- $props: {
54
- readonly background?: string | undefined;
55
- readonly askSize?: boolean | undefined;
56
- readonly onSized?: Function | undefined;
57
- readonly style?: Record<string, any> | undefined;
58
- };
59
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
60
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
61
- created?: ((() => void) | (() => void)[]) | undefined;
62
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
63
- mounted?: ((() => void) | (() => void)[]) | undefined;
64
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
65
- updated?: ((() => void) | (() => void)[]) | undefined;
66
- activated?: ((() => void) | (() => void)[]) | undefined;
67
- deactivated?: ((() => void) | (() => void)[]) | undefined;
68
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
69
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
70
- destroyed?: ((() => void) | (() => void)[]) | undefined;
71
- unmounted?: ((() => void) | (() => void)[]) | undefined;
72
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
73
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
74
- 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;
75
- };
76
- $forceUpdate: () => void;
77
- $nextTick: typeof import("vue").nextTick;
78
- $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;
79
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
80
- getWidth: () => any;
81
- getHeight: () => any;
82
- $props: {
83
- readonly background?: string | undefined;
84
- readonly askSize?: boolean | undefined;
85
- readonly onSized?: Function | undefined;
86
- readonly style?: Record<string, any> | undefined;
87
- };
88
- }> & {} & import("vue").ComponentCustomProperties & {};
89
- __isFragment?: undefined;
90
- __isTeleport?: undefined;
91
- __isSuspense?: undefined;
92
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
93
- getWidth: () => any;
94
- getHeight: () => any;
95
- $props: {
96
- readonly background?: string | undefined;
97
- readonly askSize?: boolean | undefined;
98
- readonly onSized?: Function | undefined;
99
- readonly style?: Record<string, any> | undefined;
100
- };
101
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
- $slots: {
103
- default: (_: {}) => any;
104
- };
105
- });
106
- export default _default;
@@ -1,60 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * [模块 export 内容]
9
- * JsvFragShaderView:自定义Fragment shader的组件
10
- * props说明:
11
- * @prop {Object} style (必填)left, top, width, height
12
- * @prop {String} shaderStr (必填)shader的函数体
13
- * @prop {int} duration 动画时长
14
- * @prop {boolean} autoplay 自动播放
15
- * @prop {Array} uniforms uniform参数, [{ name: string, value: number }]
16
- * @prop {Array} textures texture参数, [{ name: string, resource: string }]
17
- * @prop {() => void} onStart 动画开始回调
18
- * @prop {(int,boolean) => void} onEnd
19
- * 动画结束回调,
20
- * 返回值1号 int: 回到参数为动画的序列号,和startAnim的返回值匹配
21
- * 返回值2号 boolean: true: 动画正常结束,false:动画因为cancel而结束
22
- * methods:
23
- * @method startAnim
24
- * @description 开始动画
25
- * @param {int} duration: 动画时长, 默认为props.duration
26
- * @param {()=>void} onTimeout: 如果到达duration的时长,动画因为资源问题还没开始动画的时会回调此函数
27
- * @return {int} 所开动画的序列号,用于和onEnd收到的值匹配
28
- * @method stopAnim
29
- * @description 停止动画
30
- * shader函数体说明:
31
- * 参考网站: https://www.shadertoy.com
32
- * 主函数:
33
- * void mainImage( out vec4 fragColor, in vec2 fragCoord )
34
- * @params {vec4} fragColor: 输出的片元颜色
35
- * @params {vec2} fragCoord: 片元坐标, 左下角为原点, 往右为x正, 往上为y正
36
- * 可用的uniform:
37
- * iResolution: {vec3} view的大小, vec3(width, height, 0)
38
- * iTime: {float} 动画时间
39
- * iDuration: {float} 动画总时间
40
- * 注意事项:
41
- * * 盒子端使用OpenGL ES 2.0版本, 而网站 https://www.shadertoy.com 上使用WebGL, glsl支持的函数和操作符有区别.
42
- * * 由于坐标系的差异, texture()采样函数需要替换为jsvTexture2D()
43
- * * 盒子端的精度有限, 可能会出现精度导致的计算错误
44
- */
45
-
46
- declare const _default: import("vue").DefineComponent<{}, {
47
- startAnim: (alt_duration: any, on_timeout_func: any) => number;
48
- stopAnim: () => void;
49
- $props: {
50
- readonly style?: Record<string, any> | undefined;
51
- readonly duration?: number | undefined;
52
- readonly autoplay?: boolean | undefined;
53
- readonly shaderStr?: string | undefined;
54
- readonly onEnd?: Function | undefined;
55
- readonly onStart?: Function | undefined;
56
- readonly uniforms?: unknown[] | undefined;
57
- readonly textures?: unknown[] | undefined;
58
- };
59
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
60
- export default _default;
@@ -1,6 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvFragShaderView/index.js}
3
- */
4
-
5
- export default _JsvFragShaderView;
6
- declare let _JsvFragShaderView: any;
@@ -1,19 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../utils/JsViewVueWidget/JsvHole.js}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * 【模块 export 内容】
9
- * JsvHole 为video展示区域挖洞
10
- * props说明:
11
- * style {Object} (必须)
12
- * {
13
- * width {number} 宽度
14
- * height {number} 高度
15
- * }
16
- */
17
-
18
- export default JsvTransparentDiv;
19
- import JsvTransparentDiv from "./JsvNativeSharedDiv.vue";
@@ -1,65 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvInput/JsvInput.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- * JsvInput:文字的输入控件
8
- * @props 说明:
9
- * left {number} 组件的x
10
- * top {number} 组件的y
11
- * width {number} 组件的宽
12
- * height {number} 组件的高
13
- * type Input.type.TEXT 若为number类型,则输入时,非number无法输入
14
- * placeholder {string} 文字颜色值为灰色,默认值为"请输入文字"
15
- * placeholderColor {string} 默认文字颜色,默认值为灰色
16
- * maxLength {number} 最大字符长度, 默认100,支持单行最大宽度为1920*2,
17
- * fontsize为30,则字数大约为1920*2/30 = 100个左右
18
- * readonly {bool} 属性规定输入字段是只读的, 默认false
19
- * value {string} 输入的字符串
20
- * fontStyle {Object} 文字的style
21
- * cursorShow {bool} 光标是否显示,默认为true,false:光标显示
22
- * cursorColor {string} 光标颜色 默认为文字颜色
23
- * cursorWidth {number} 光标宽度 默认为2像素
24
- * dispatcher {InputDispatcher} 向组件发送增删事件的对象
25
- * branchName {string} 焦点管理所需的branchName
26
- * onTextOverflow {function} 文字过长回调
27
- * onEdge {function} 方向键到达边缘回调
28
- * @oarams edge_info 边缘信息
29
- * {
30
- * direction: EdgeDirection,
31
- * rect: {x: value,y: value, widht: value,height: value}
32
- * }
33
- * onTextChange {function} 文字改动回调
34
- * @params string 当前文字
35
- * onBackKey {function} 收到返回键时的决策,根据返回值决定是吞掉还是放过,
36
- * 返回true时可以规避ime显示后有时会吐出返回键导致整体退出的问题
37
- * @params isUp {boolean} 是down(false)还是up(true)
38
- * @return {boolean}
39
- *
40
- * InputDispatcher dispatch支持事件:
41
- * add
42
- * delete
43
- * clear
44
- * public methods:
45
- * add
46
- * @description 添加文字
47
- * @params {String} string 添加文字
48
- * delete
49
- * @description 删除文字
50
- * clear
51
- * @description 清空文字
52
- */
53
-
54
- export { InputType };
55
- declare const _default: import("vue").DefineComponent<{}, {
56
- add: (text: any) => void;
57
- delete: () => void;
58
- clear: () => void;
59
- replace: (text: any) => void;
60
- $props: {
61
- [x: string]: any;
62
- };
63
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
64
- export default _default;
65
- import { InputType } from "./SharedDefine";
@@ -1,32 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvLine/JsvLine.vue}
3
- */
4
-
5
- /**
6
- * @file
7
- *
8
- * 【模块 export 内容】
9
- * JsvLine:Vue高阶组件,用于划线。支持横线、竖线和斜线。
10
- * props说明:(注意:全部属性非响应式, 需要变更时用 key 来触发重绘)
11
- * startPos {Object} (必填) 起始位置,属性:x,y
12
- * endPos {Object} (必填) 结束位置, 属性:x,y
13
- * lineWidth {Number} (必填) 线条的粗细程度
14
- * appear {String} 线条的出现方式 fadeIn 淡入 / fadeOut 淡出
15
- * backgroundImage {String} 背景图片
16
- * backgroundColor {String} 背景颜色,默认值:白色#FFFFFF
17
- * borderRadius {Number} 圆角半径
18
- *
19
- */
20
-
21
- declare const _default: import("vue").DefineComponent<{}, {
22
- $props: {
23
- readonly backgroundColor?: string | undefined;
24
- readonly backgroundImage?: string | undefined;
25
- readonly borderRadius?: number | undefined;
26
- readonly appear?: string | undefined;
27
- readonly lineWidth?: number | undefined;
28
- readonly startPos?: Record<string, any> | undefined;
29
- readonly endPos?: Record<string, any> | undefined;
30
- };
31
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
32
- export default _default;
@@ -1,5 +0,0 @@
1
- /**
2
- + @file {@link file://./../../../../utils/JsViewVueWidget/JsvLine/LineManager.js}
3
- */
4
-
5
- export function createTexture(lineWidth: any, color: any): any;