@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.
- package/bin/jsview-vue.mjs +333 -487
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/CheckType.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/JsvFocus/JsvFocusBlock.vue.d.ts +0 -34
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/JsvFocus/JsvFocusHub.d.ts +0 -4
- package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +12 -0
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/Const.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/Dispatcher.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/ListWidget.vue.d.ts +0 -8
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +161 -0
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/MetroWidgetSetup.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/PageUpdater.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/RenderItem.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/Slide.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/SlotComponent.vue.d.ts +0 -4
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/TaskManager.d.ts +64 -0
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/TokenGenerator.d.ts +4 -0
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/VisibleInfo.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/MetroWidget/WidgetRectInfo.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/RangeModel.d.ts +0 -4
- package/bin/types/utils/JsViewEngineWidget/RectUtils.d.ts +61 -0
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/CommonMetroTemplate.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/Fence.d.ts +2 -6
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/ListMetroTemplate.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/MetroTemplate.d.ts +3 -7
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/TemplateItemAdder.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/TemplateParser/index.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/WidgetCommon.d.ts +0 -4
- package/bin/types/{JsViewEngineWidget → utils/JsViewEngineWidget}/index.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAccount/JsvAccount.d.ts +0 -4
- package/bin/types/utils/JsViewPlugin/JsvAudio/AudioProxy.d.ts +2 -0
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/BrowserAudio/BrowserAudio.vue.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/BrowserAudio/JsvSystemAudio.vue.d.ts +4 -8
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/CheckType.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/Events.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/JsvAudio.vue.d.ts +4 -8
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/JsvAudioBridgeProxy.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/JsvAudioProxy.vue.d.ts +0 -4
- package/bin/types/utils/JsViewPlugin/JsvAudio/PluginLoader.d.ts +1 -0
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/ScreenLockManager.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvAudio/index.d.ts +0 -4
- package/bin/types/utils/JsViewPlugin/JsvAudio/version.d.mts +13 -0
- package/bin/types/{JsViewPlugin/JsvLatex → utils/JsViewPlugin/JsvAudio}/version.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/BrowserDomBuilder.d.ts +0 -4
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/BrowserJsvLatex.vue.d.ts +4 -8
- package/bin/types/utils/JsViewPlugin/JsvLatex/Color.d.ts +1 -0
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/JsvLatex.vue.d.ts +4 -28
- package/bin/types/utils/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.d.ts +3 -0
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/JsvLatexProxy.vue.d.ts +0 -4
- package/bin/types/utils/JsViewPlugin/JsvLatex/PluginLoader.d.ts +1 -0
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/JsvLatex/index.d.ts +0 -4
- package/bin/types/utils/JsViewPlugin/JsvLatex/version.d.mts +13 -0
- package/bin/types/{JsViewPlugin/JsvAudio → utils/JsViewPlugin/JsvLatex}/version.d.ts +0 -5
- package/bin/types/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer-0.9.vue.d.ts +45 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer.vue.d.ts +597 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/GetVersion.d.ts +13 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMedia.d.ts +420 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMediaBrowserInterface.d.ts +57 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue.d.ts +588 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/index-0.9.d.ts +358 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/index.d.ts +358 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/version.d.mts +14 -0
- package/bin/types/{JsViewPlugin → utils/JsViewPlugin}/index.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/ConstSymbol.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/DebugContentShellJBridge.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/DebugTool.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/DefaultKeyMap.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/FeatureActive.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/ForgeConstDefine.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/ForgeHandles.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvDemoTester.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvDynamicCssStyle.d.ts +0 -17
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvDynamicKeyFrames.d.ts +0 -17
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvFederationTools.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvHashHistory.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvImpactTracer.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvPerformance.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvPreDownloader.d.ts +0 -21
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvRefTaker.d.ts +0 -26
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvRuntimeBridge.d.ts +0 -8
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvStyleClass.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvStyleSheetsDeclarer.d.ts +0 -18
- package/bin/types/utils/JsViewVueTools/JsvTextTools.d.ts +61 -0
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureDefines.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureLoadTool.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CanvasTexture/CanvasTexture.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CanvasTexture/CommandList.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CanvasTexture/Path.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/CapturedTexture/CapturedTexture.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/JsvTextureStore.d.ts +0 -22
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/Store.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/JsvTextureStore/Texture.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/NinePatchHelper.d.ts +0 -4
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/TextureManagerTools.d.ts +0 -4
- package/bin/types/utils/JsViewVueTools/TypeCheckAndSet.d.ts +3 -0
- package/bin/types/{JsViewVueTools → utils/JsViewVueTools}/index.d.ts +0 -5
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvActorMove/ActorControlBase.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvActorMove/JsvActorMove.vue.d.ts +64 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvActorMove/JsvActorMoveControl.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvActorMove/index.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvApic/BrowserApic.vue.d.ts +1 -5
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvApic/JsvApic.vue.d.ts +0 -20
- package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +2 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvApic2/BrowserApic2.vue.d.ts +1 -5
- package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue.d.ts +23 -0
- package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +2 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/ApicDataBase.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/BrowserApicLib.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/GifData.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/NormalLoopTool.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/PartLoopTool.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/SingleLoopTool.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/Viewer.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvBrowserApicLib/WebpData.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvApic/JsvCommonLoopToolBase.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvClipDiv/JsvClipDiv.vue.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvClipDiv/index.d.ts +1 -0
- package/bin/types/utils/JsViewVueWidget/JsvConnectLine/ArcLineManager.d.ts +1 -0
- package/bin/types/utils/JsViewVueWidget/JsvConnectLine/JsvConnectLine.vue.d.ts +13 -0
- package/bin/types/utils/JsViewVueWidget/JsvConnectLine/index.d.ts +2 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvDragBox/JsvDragBox.vue.d.ts +0 -25
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvDriftScope/JsvDriftScope.vue.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvDriftScope/index.d.ts +1 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvEnableRenderBreak.vue.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFilterView.vue.d.ts +3 -22
- package/bin/types/utils/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue.d.ts +72 -0
- package/bin/types/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue.d.ts +75 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFlexCell/index.d.ts +0 -4
- package/bin/types/{JsViewVueWidget/JsvFragShaderView/BrowserJsvFragShaderView.vue.d.ts → utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts} +1 -5
- package/bin/types/utils/JsViewVueWidget/JsvFragShaderView/index.d.ts +1 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ActorControl.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/CallbackManager.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ForgeTypeDefine.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/FreeMoveActor.vue.d.ts +9 -34
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/JsvEnvBlocker.vue.d.ts +3 -25
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/KeepFlags.d.ts +7 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/NexusNode.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SetAction.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SetCondition.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SetState.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/SyncLinkManager.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/index.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvGrid.vue.d.ts +0 -73
- package/bin/types/utils/JsViewVueWidget/JsvHole.d.ts +2 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/Cursor.vue.d.ts +1 -5
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/EditViewOperator.d.ts +2 -5
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/EditVisibleArea.d.ts +4 -5
- package/bin/types/utils/JsViewVueWidget/JsvInput/JsvInput.vue.d.ts +12 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/SharedDefine.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/SystemTextTools.d.ts +7 -5
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvInput/index.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvLine/JsvLine.vue.d.ts +12 -0
- package/bin/types/utils/JsViewVueWidget/JsvLine/LineManager.d.ts +1 -0
- package/bin/types/utils/JsViewVueWidget/JsvLine/index.d.ts +2 -0
- package/bin/types/utils/JsViewVueWidget/JsvMarquee.vue.d.ts +12 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMaskClipDiv.vue.d.ts +0 -22
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/Constant.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/DataTree.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/Geometry.d.ts +2 -6
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/JsvMindMap.vue.d.ts +9 -92
- package/bin/types/utils/JsViewVueWidget/JsvMindMap/index.d.ts +1 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/rtree.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvNativeSharedDiv.vue.d.ts +0 -18
- package/bin/types/utils/JsViewVueWidget/JsvNinePatch.vue.d.ts +21 -0
- package/bin/types/utils/JsViewVueWidget/JsvPieChart.vue.d.ts +9 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvPosterDiv.vue.d.ts +0 -17
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvPosterImage.vue.d.ts +0 -18
- package/bin/types/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue.d.ts +25 -0
- package/bin/types/utils/JsViewVueWidget/JsvPreload/index.d.ts +2 -0
- package/bin/types/utils/JsViewVueWidget/JsvProgressBar.vue.d.ts +12 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvQrcode/JsvQrcode.vue.d.ts +1 -26
- package/bin/types/utils/JsViewVueWidget/JsvRadarChart.vue.d.ts +13 -0
- package/bin/types/utils/JsViewVueWidget/JsvRipple/Constant.d.ts +4 -0
- package/bin/types/utils/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +84 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvRipple/index.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvScaleTextBox.vue.d.ts +10 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/JsvScrollBox.vue.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/JsvScrollFollow.vue.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvScrollBox/ScrollInnerSymbol.d.ts +4 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/ScrollSymbol.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvScrollBox/index.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSector.vue.d.ts +0 -18
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSoundPool.d.ts +0 -42
- package/bin/types/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +38 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/FrameBuidler.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +18 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/JsvSpriteLoader.vue.d.ts +0 -16
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/JsvSpriteTools.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/SpriteController.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSpriteAnim/index.d.ts +0 -4
- package/bin/types/utils/JsViewVueWidget/JsvSpriteAnim/sAnimationToken.d.ts +2 -0
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/Indicator.vue.d.ts +16 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSwiper/JsvSwiper.vue.d.ts +1 -40
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/index.d.ts +2 -0
- package/bin/types/utils/JsViewVueWidget/JsvSwiper3D/Indicator.vue.d.ts +16 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvSwiper3D/JsvSwiper.vue.d.ts +3 -27
- package/bin/types/utils/JsViewVueWidget/JsvSwiper3D/index.d.ts +2 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTextBox.vue.d.ts +0 -26
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTextureAnim/CommonType.d.ts +0 -4
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTextureAnim/JsvTextureAnim.vue.d.ts +2 -7
- package/bin/types/utils/JsViewVueWidget/JsvTextureAnim/index.d.ts +4 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvTouchModeSwitcher.vue.d.ts +3 -28
- package/bin/types/utils/JsViewVueWidget/JsvVideo.vue.d.ts +23 -0
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvVisibleSensor/JsvVisibleSensor.vue.d.ts +6 -31
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvVisibleSensor/index.d.ts +6 -10
- package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/index.d.ts +2 -6
- package/bin/types/{index.d.ts → utils/index.d.ts} +0 -4
- package/index.d.ts +2 -2
- package/package.json +1 -1
- package/tools/jsview-vue-build.mjs +3 -2
- package/tsconfig.json +27 -0
- package/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.ts +3 -22
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.js +19 -33
- package/utils/JsViewEngineWidget/MetroWidget/TaskManager.ts +1 -1
- package/utils/JsViewEngineWidget/TemplateParser/Fence.ts +2 -2
- package/utils/JsViewEngineWidget/TemplateParser/MetroTemplate.ts +2 -4
- package/utils/JsViewPlugin/JsvAudio/version.js +1 -1
- package/utils/JsViewPlugin/JsvAudio/version.mjs +1 -1
- package/utils/JsViewVueTools/JsvHashHistory.js +26 -29
- package/utils/JsViewVueTools/JsvRuntimeBridge.js +70 -70
- package/utils/JsViewVueTools/JsvTextTools.ts +63 -130
- package/utils/JsViewVueTools/TypeCheckAndSet.ts +66 -0
- package/utils/JsViewVueTools/index.js +1 -1
- package/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue +9 -14
- package/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue +4 -1
- package/utils/JsViewVueWidget/JsvFragShaderView/index.js +2 -9
- package/utils/JsViewVueWidget/JsvInput/EditViewOperator.ts +47 -14
- package/utils/JsViewVueWidget/JsvInput/EditVisibleArea.ts +43 -10
- package/utils/JsViewVueWidget/JsvInput/JsvInput.vue +22 -9
- package/utils/JsViewVueWidget/JsvInput/SystemTextTools.ts +41 -27
- package/utils/JsViewVueWidget/JsvMaskClipDiv.vue +3 -48
- package/utils/JsViewVueWidget/JsvPosterImage.vue +1 -2
- package/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue +21 -44
- package/utils/JsViewVueWidget/JsvPreload/index.js +2 -13
- package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +2 -1
- package/utils/JsViewVueWidget/JsvSoundPool.js +3 -7
- package/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue +17 -14
- package/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue +0 -5
- package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +70 -75
- package/utils/JsViewVueWidget/JsvTextureAnim/index.js +2 -9
- package/utils/JsViewVueWidget/index.js +2 -2
- package/bin/browser/BrowserJsvFragShaderView.vue.mjs +0 -79
- package/bin/browser/BrowserPreload.vue.mjs +0 -139
- package/bin/browser/BrowserQrcode.vue.mjs +0 -176
- package/bin/browser/BrowserSpray.vue.mjs +0 -56
- package/bin/browser/BrowserTextureAnim.vue.mjs +0 -322
- package/bin/types/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +0 -25
- package/bin/types/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +0 -435
- package/bin/types/JsViewPlugin/JsvAudio/AudioProxy.d.ts +0 -6
- package/bin/types/JsViewPlugin/JsvAudio/PluginLoader.d.ts +0 -5
- package/bin/types/JsViewPlugin/JsvLatex/Color.d.ts +0 -5
- package/bin/types/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.d.ts +0 -7
- package/bin/types/JsViewPlugin/JsvLatex/PluginLoader.d.ts +0 -5
- package/bin/types/JsViewVueTools/JsvTextTools.d.ts +0 -95
- package/bin/types/JsViewVueTools/TypeCheckAndSet.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvActorMove/JsvActorMove.vue.d.ts +0 -102
- package/bin/types/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue.d.ts +0 -51
- package/bin/types/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvClipDiv/index.d.ts +0 -5
- package/bin/types/JsViewVueWidget/JsvConnectLine/ArcLineManager.d.ts +0 -5
- package/bin/types/JsViewVueWidget/JsvConnectLine/JsvConnectLine.vue.d.ts +0 -34
- package/bin/types/JsViewVueWidget/JsvConnectLine/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvDriftScope/index.d.ts +0 -5
- package/bin/types/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue.d.ts +0 -106
- package/bin/types/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue.d.ts +0 -106
- package/bin/types/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts +0 -60
- package/bin/types/JsViewVueWidget/JsvFragShaderView/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvHole.d.ts +0 -19
- package/bin/types/JsViewVueWidget/JsvInput/JsvInput.vue.d.ts +0 -65
- package/bin/types/JsViewVueWidget/JsvLine/JsvLine.vue.d.ts +0 -32
- package/bin/types/JsViewVueWidget/JsvLine/LineManager.d.ts +0 -5
- package/bin/types/JsViewVueWidget/JsvLine/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvMarquee.vue.d.ts +0 -33
- package/bin/types/JsViewVueWidget/JsvMindMap/index.d.ts +0 -5
- package/bin/types/JsViewVueWidget/JsvNinePatch.vue.d.ts +0 -50
- package/bin/types/JsViewVueWidget/JsvPieChart.vue.d.ts +0 -26
- package/bin/types/JsViewVueWidget/JsvPreload/BrowserPreload.vue.d.ts +0 -14
- package/bin/types/JsViewVueWidget/JsvPreload/JsvPreload.vue.d.ts +0 -67
- package/bin/types/JsViewVueWidget/JsvPreload/index.d.ts +0 -21
- package/bin/types/JsViewVueWidget/JsvProgressBar.vue.d.ts +0 -31
- package/bin/types/JsViewVueWidget/JsvQrcode/BrowserQrcode.vue.d.ts +0 -15
- package/bin/types/JsViewVueWidget/JsvQrcode/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvRadarChart.vue.d.ts +0 -37
- package/bin/types/JsViewVueWidget/JsvRipple/Constant.d.ts +0 -8
- package/bin/types/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +0 -129
- package/bin/types/JsViewVueWidget/JsvScaleTextBox.vue.d.ts +0 -28
- package/bin/types/JsViewVueWidget/JsvScrollBox/ScrollInnerSymbol.d.ts +0 -8
- package/bin/types/JsViewVueWidget/JsvSpray/BrowserSpray.vue.d.ts +0 -29
- package/bin/types/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +0 -78
- package/bin/types/JsViewVueWidget/JsvSpray/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +0 -70
- package/bin/types/JsViewVueWidget/JsvSpriteAnim/sAnimationToken.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvSwiper/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvSwiper3D/index.d.ts +0 -6
- package/bin/types/JsViewVueWidget/JsvTextureAnim/BrowserTextureAnim.vue.d.ts +0 -155
- package/bin/types/JsViewVueWidget/JsvTextureAnim/index.d.ts +0 -18
- package/tools/config/tsconfig.json +0 -16
- package/utils/JsViewVueTools/TypeCheckAndSet.js +0 -27
- package/utils/JsViewVueWidget/JsvFragShaderView/BrowserJsvFragShaderView.vue +0 -75
- package/utils/JsViewVueWidget/JsvPreload/BrowserPreload.vue +0 -144
- package/utils/JsViewVueWidget/JsvQrcode/BrowserQrcode.vue +0 -189
- package/utils/JsViewVueWidget/JsvQrcode/index.js +0 -18
- package/utils/JsViewVueWidget/JsvSpray/BrowserSpray.vue +0 -55
- package/utils/JsViewVueWidget/JsvSpray/index.js +0 -17
- package/utils/JsViewVueWidget/JsvTextureAnim/BrowserTextureAnim.vue +0 -359
- /package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ActionRefObject.d.ts +0 -0
- /package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvFreeMoveActor/ActorState.d.ts +0 -0
- /package/bin/types/{JsViewVueWidget → utils/JsViewVueWidget}/JsvMindMap/CommonType.d.ts +0 -0
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../utils/JsViewVueWidget/JsvMarquee.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvMarquee:Vue高阶组件,文字跑马灯
|
|
10
|
-
* props说明:
|
|
11
|
-
* text {String} 文字内容
|
|
12
|
-
* style {Object} 样式
|
|
13
|
-
* slideSpeed {int} 滚动速度 px/s, 默认60
|
|
14
|
-
* slideDirection{String} 滚动方向 ste(start to end)/ets(end to start)/ltr/rtl
|
|
15
|
-
* forceSlide {boolean} 短文字是否滚动,默认false
|
|
16
|
-
* timeGap {int} 每次完整移动的时间间隔 单位:ms
|
|
17
|
-
* textGap {int} 两屏之间的文字宽度间隔。
|
|
18
|
-
* 说明
|
|
19
|
-
* JsvMarquee会识别阿拉伯字符自动设置direction
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
23
|
-
$props: {
|
|
24
|
-
readonly style?: Record<string, any> | undefined;
|
|
25
|
-
readonly text?: string | undefined;
|
|
26
|
-
readonly slideSpeed?: number | undefined;
|
|
27
|
-
readonly slideDirection?: string | undefined;
|
|
28
|
-
readonly forceSlide?: boolean | undefined;
|
|
29
|
-
readonly timeGap?: number | undefined;
|
|
30
|
-
readonly textGap?: number | undefined;
|
|
31
|
-
};
|
|
32
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
33
|
-
export default _default;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../utils/JsViewVueWidget/JsvNinePatch.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvNinePatch:Vue高阶组件,.9图展示控件,该控件的原图要求为正方形,延展后可为长方形
|
|
10
|
-
* centerWidth和borderOutset传值比较抽象,若 imageDspWidth 和图片素材的原图尺寸一直,
|
|
11
|
-
* 则可以参考 samples/NinePatchTester 的样例图示
|
|
12
|
-
* props说明:
|
|
13
|
-
* style {Object} 同div的Style,通过width/height来控制.9图片延展后的显示尺寸,另外通过top/left控制坐标
|
|
14
|
-
* imageUrl {String} (必填)显示图片的加载地址
|
|
15
|
-
* imageWidth {int} (必填)原图信息: 原图的宽度(由于正方形,宽高相同)
|
|
16
|
-
* contentWidth {int} (废弃)此值为了兼容,会赋值给centerWidth
|
|
17
|
-
* centerWidth {int} (必填)原图信息: .9图的中心区域宽度(repeat区域)
|
|
18
|
-
* imageDspWidth {int} 原图缩放后的显示宽度,计算方法:
|
|
19
|
-
* 四角为90度圆弧时: imageDspWidth = 显示图形的圆弧半径 / 原图中圆弧的半径 * 原图宽度
|
|
20
|
-
* 原图中圆弧半径 = (原图宽度 - borderOutset * 2) / 2
|
|
21
|
-
* 四角为其他形状时,原图.9图的四角区域,缩放到要和显示图形重合后的宽度。
|
|
22
|
-
* borderOutset {int} (必填)原图信息: 图片边缘到中心内容区域边缘的距离, 快速计算: (原图宽度 - 原图中放内容宽度) / 2
|
|
23
|
-
* animTime {int} (必填)缩放动画的时长(单位秒)
|
|
24
|
-
* waitForInit {boolean} (选填)尺寸为0时是否进行描画(例如: 首次显示不展示动画的场合,设置为true),默认值为true
|
|
25
|
-
* onTransitionEnd { Function } (选填)transition动画结束的回调
|
|
26
|
-
* onAnimationEnd { Function } (选填)animation动画结束的回调
|
|
27
|
-
* imageBlendType {String} (选填) alpha合并模式,默认为普通合成,可设置"alphaOverride", 用于Video挖洞操作
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
31
|
-
$props: {
|
|
32
|
-
readonly left?: number | undefined;
|
|
33
|
-
readonly top?: number | undefined;
|
|
34
|
-
readonly style?: Record<string, any> | undefined;
|
|
35
|
-
readonly imageUrl?: string | undefined;
|
|
36
|
-
readonly waitForInit?: boolean | undefined;
|
|
37
|
-
readonly imageWidth?: number | undefined;
|
|
38
|
-
readonly imageDspWidth?: number | undefined;
|
|
39
|
-
readonly contentWidth?: number | undefined;
|
|
40
|
-
readonly centerWidth?: number | undefined;
|
|
41
|
-
readonly borderOutset?: number | undefined;
|
|
42
|
-
readonly animTime?: number | undefined;
|
|
43
|
-
readonly imageBlendType?: string | undefined;
|
|
44
|
-
readonly onDivRef?: Function | undefined;
|
|
45
|
-
readonly animation?: string | undefined;
|
|
46
|
-
readonly onAnimationEnd?: Function | undefined;
|
|
47
|
-
readonly onTransitionEnd?: Function | undefined;
|
|
48
|
-
};
|
|
49
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
50
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../utils/JsViewVueWidget/JsvPieChart.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvPieChart:Vue高阶组件,饼图。
|
|
10
|
-
* props说明:
|
|
11
|
-
* centerPosition {Object} 圆心坐标,属性:{x,y}
|
|
12
|
-
* radius {Number} 半径
|
|
13
|
-
* animationTime {Number} 动画变化时间,单位 /秒
|
|
14
|
-
* data {Array} 数组对象,包含百分比和颜色。例如:[{color:'#FFFFFF',percent:20}]
|
|
15
|
-
* 说明:传入的数组要为响应式,且保证所有项的percent都是大于0并且相加等于100
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
19
|
-
$props: {
|
|
20
|
-
readonly data?: unknown[] | undefined;
|
|
21
|
-
readonly radius?: number | undefined;
|
|
22
|
-
readonly centerPosition?: Record<string, any> | undefined;
|
|
23
|
-
readonly animationTime?: number | undefined;
|
|
24
|
-
};
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
26
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../../utils/JsViewVueWidget/JsvPreload/BrowserPreload.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
6
|
-
$props: {
|
|
7
|
-
readonly preloadList?: unknown[] | undefined;
|
|
8
|
-
readonly downloadList?: unknown[] | undefined;
|
|
9
|
-
readonly onPreloading?: Function | undefined;
|
|
10
|
-
readonly onPreloadDone?: Function | undefined;
|
|
11
|
-
readonly onDownloadDone?: Function | undefined;
|
|
12
|
-
};
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
14
|
-
export default _default;
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../../utils/JsViewVueWidget/JsvPreload/JsvPreload.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvPreload:Vue高阶组件,图片预加载的控件
|
|
10
|
-
* preloadList {ObjectArray}: 预加载的信息列表,单个内容通过buildPreloadInfo构建
|
|
11
|
-
* 列表中的图片会被进行下载,解码并将解码结果存储在内存中,内存占用的周期同JsvPreload组件声明周期
|
|
12
|
-
* downloadList {ObjectArray}: 预下载的信息列表,单个内容通过buildDownloadInfo构建
|
|
13
|
-
* 列表的内容可以是图片,音频等任何网络资源,下载后缓存在本地,归入本地缓存管理(LRU清理策略)
|
|
14
|
-
* onPreloading {Function(float percent)}: 预加载中回调,返回预加载进度
|
|
15
|
-
* onPreloadDone {Function(sizeArray)}: 预加载完成回调,sizeArray(格式Object[]),每个的格式为{width, height}
|
|
16
|
-
* onDownloadDone {Function(pathesArray, extra)}: 预下载完成回调,pathesArray(格式为String[])为下载好回调的地址,
|
|
17
|
-
* 其中pathesArray为存储位置的路径列表, extra为额外信息(目前只有下载图片时的尺寸)
|
|
18
|
-
*
|
|
19
|
-
* 注意事项:
|
|
20
|
-
* 指定加载时的尺寸(0为不指定),与img标签中的 jsv_img_scaledown_tex 属性一起使用
|
|
21
|
-
* 指定加载色空间,与div标签中的 jsv_img_color_space 一起使用。
|
|
22
|
-
* 因为,同样url情况下,jsv_img_scaledown_tex 和 jsv_img_color_space 启用后,不同的尺寸不同颜色空间
|
|
23
|
-
* 对应着各自不同的图片内存缓存
|
|
24
|
-
*
|
|
25
|
-
* 静态函数:
|
|
26
|
-
* buildPreloadInfo: 静态函数,创建预加载信息项,用于制作JsvPreload的preloadList属性列表信息
|
|
27
|
-
* 参数:
|
|
28
|
-
* url {string}: (必填)图片url
|
|
29
|
-
* width {int}: 图片内存存储区域宽度,默认为0(同图片源文件宽度)
|
|
30
|
-
* height {int}: 图片内存存储区域宽度,默认为0(同图片源文件宽度)
|
|
31
|
-
* color_type {string}: 图片存储颜色空间,去掉alpha通道可节省内存,例如"RGB_565"等,与img标签jsv_img_color_space配合,默认值"RGBA_8888"
|
|
32
|
-
* net_setting {object}: (未实现)网络加载参数,cookie, refer等,默认值 null
|
|
33
|
-
*
|
|
34
|
-
* buildDownloadInfo: 函数,创建预下载信息项,用于制作JsvPreload的downloadList属性列表信息
|
|
35
|
-
* 参数:
|
|
36
|
-
* url {string}: (必填)图片url
|
|
37
|
-
* width {int}: 图片内存存储区域宽度,默认为0(同图片源文件宽度)
|
|
38
|
-
* height {int}: 图片内存存储区域宽度,默认为0(同图片源文件宽度)
|
|
39
|
-
* color_type {string}: 图片存储颜色空间,去掉alpha通道可节省内存,例如"RGB_565"等,与img标签jsv_img_color_space配合,默认值"RGBA_8888"
|
|
40
|
-
* net_setting {object}: (未实现)网络加载参数,cookie, refer等,默认值 null
|
|
41
|
-
*/
|
|
42
|
-
|
|
43
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
44
|
-
$props: {
|
|
45
|
-
readonly preloadList?: Record<string, any> | undefined;
|
|
46
|
-
readonly downloadList?: Record<string, any> | undefined;
|
|
47
|
-
readonly onPreloading?: Function | undefined;
|
|
48
|
-
readonly onPreloadDone?: Function | undefined;
|
|
49
|
-
readonly onDownloadDone?: Function | undefined;
|
|
50
|
-
};
|
|
51
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
52
|
-
export default _default;
|
|
53
|
-
export function buildPreloadInfo(url: any, width: number | undefined, height: number | undefined, color_type: string | undefined, net_setting: null | undefined, is_poster_img: any): {
|
|
54
|
-
url: any;
|
|
55
|
-
width: number;
|
|
56
|
-
height: number;
|
|
57
|
-
colorType: string;
|
|
58
|
-
netSetting: null;
|
|
59
|
-
magicToken: string;
|
|
60
|
-
isPosterImage: any;
|
|
61
|
-
};
|
|
62
|
-
export function buildDownloadInfo(url: any, net_setting: null | undefined, get_image_size: any): {
|
|
63
|
-
url: any;
|
|
64
|
-
netSetting: null;
|
|
65
|
-
getImageSize: any;
|
|
66
|
-
magicToken: string;
|
|
67
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../../utils/JsViewVueWidget/JsvPreload/index.js}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
export default _JsvPreload;
|
|
6
|
-
declare let _JsvPreload: any;
|
|
7
|
-
export let buildPreloadInfo: (url: any, width: number | undefined, height: number | undefined, color_type: string | undefined, net_setting: null | undefined, is_poster_img: any) => {
|
|
8
|
-
url: any;
|
|
9
|
-
width: number;
|
|
10
|
-
height: number;
|
|
11
|
-
colorType: string;
|
|
12
|
-
netSetting: null;
|
|
13
|
-
magicToken: string;
|
|
14
|
-
isPosterImage: any;
|
|
15
|
-
};
|
|
16
|
-
export let buildDownloadInfo: (url: any, net_setting: null | undefined, get_image_size: any) => {
|
|
17
|
-
url: any;
|
|
18
|
-
netSetting: null;
|
|
19
|
-
getImageSize: any;
|
|
20
|
-
magicToken: string;
|
|
21
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../utils/JsViewVueWidget/JsvProgressBar.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvProgressBar:Vue高阶组件,进度条组件。
|
|
10
|
-
* props说明:
|
|
11
|
-
* width {Number} (必填) 进度条总宽度
|
|
12
|
-
* height {Number} (必填) 进度条总宽度(也是圆的直径)
|
|
13
|
-
* bgcBefore {String} (必填) 进度条前景颜色
|
|
14
|
-
* bgcBehind {String} (必填) 进度条背景颜色
|
|
15
|
-
* aniTime {Number} (可选) 进度条变化的动画时间,单位:秒。
|
|
16
|
-
* progress {Number} (可选) 进度条的百分比进度。有效值:0-100
|
|
17
|
-
* isCanvas {Boolean} (可选) 进度条的展示样式:①点九 ②clipView 默认为true,即点九样式。
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
21
|
-
$props: {
|
|
22
|
-
readonly progress?: number | undefined;
|
|
23
|
-
readonly height?: number | undefined;
|
|
24
|
-
readonly width?: number | undefined;
|
|
25
|
-
readonly bgcBefore?: string | undefined;
|
|
26
|
-
readonly bgcBehind?: string | undefined;
|
|
27
|
-
readonly aniTime?: number | undefined;
|
|
28
|
-
readonly isCanvas?: boolean | undefined;
|
|
29
|
-
};
|
|
30
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
31
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../../utils/JsViewVueWidget/JsvQrcode/BrowserQrcode.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
6
|
-
$props: {
|
|
7
|
-
readonly fgColor?: string | undefined;
|
|
8
|
-
readonly bgColor?: string | undefined;
|
|
9
|
-
readonly level?: string | undefined;
|
|
10
|
-
readonly value?: string | undefined;
|
|
11
|
-
readonly size?: number | undefined;
|
|
12
|
-
readonly imageSettings?: Record<string, any> | undefined;
|
|
13
|
-
};
|
|
14
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
15
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../utils/JsViewVueWidget/JsvRadarChart.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvRadarChart:Vue高阶组件,多维属性图展示控件,又称雷达图,该控件的原图要求为正方形,按对角线划分,一边为透明,一边为带边框的正三角形,
|
|
10
|
-
* 带上等分线。
|
|
11
|
-
* props说明:
|
|
12
|
-
* style {Object} (必填) 同div的Style,通过top/left控制圆心坐标
|
|
13
|
-
* backgroundUrl {String} (必填) 背景图片的加载地址
|
|
14
|
-
* foregroundUrl {String} (必填) 展示图片的加载地址
|
|
15
|
-
* data {Array} (必填) 响应式数组对象,有title和value两个属性 例: const data=ref([{title:'智力',value:80}])
|
|
16
|
-
* 注:value为0-100的整数
|
|
17
|
-
* fontSize {Number} (必填) 要展示的字体大小
|
|
18
|
-
* fontColor {String} 字体颜色,默认黑色。
|
|
19
|
-
* radius {Number} (必填) 半径宽度
|
|
20
|
-
* extendOffset {Number} (必填) 延展半径宽度(width),用于展示title
|
|
21
|
-
* 补充说明:
|
|
22
|
-
* 该控件以左上角为顶点旋转渲染,所以图片中带边框的正三角形的三个顶点应该为:左上,右上,左下;请调整图的朝向。
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
26
|
-
$props: {
|
|
27
|
-
readonly data?: unknown[] | undefined;
|
|
28
|
-
readonly fontSize?: number | undefined;
|
|
29
|
-
readonly style?: Record<string, any> | undefined;
|
|
30
|
-
readonly radius?: number | undefined;
|
|
31
|
-
readonly backgroundUrl?: string | undefined;
|
|
32
|
-
readonly foregroundUrl?: string | undefined;
|
|
33
|
-
readonly fontColor?: string | undefined;
|
|
34
|
-
readonly extendOffset?: number | undefined;
|
|
35
|
-
};
|
|
36
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
37
|
-
export default _default;
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../../utils/JsViewVueWidget/JsvRipple/JsvRipple.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvRipple: 波纹组件
|
|
10
|
-
* 组件说明:
|
|
11
|
-
* 只在盒子端支持, 浏览器端无效果
|
|
12
|
-
* 出于性能考虑, 最多同时有5个波纹
|
|
13
|
-
* 波的函数为 f(x, t) = amplitude * exp(-timeDecay * t) * (1.0 / (1.0 + distanceDecay * x * x))
|
|
14
|
-
* sin(PI_2 * frequency * (x / speed - t))
|
|
15
|
-
* props说明:
|
|
16
|
-
* width {int} 宽
|
|
17
|
-
* height {int} 高
|
|
18
|
-
* left {int} left位置
|
|
19
|
-
* top {int} top位置
|
|
20
|
-
* enable {boolean} 是否启用特效
|
|
21
|
-
* method说明:
|
|
22
|
-
* addSource {(x, y, amplitude, shapeParams, mediumParams) => number}
|
|
23
|
-
* 返回值: token
|
|
24
|
-
* 参数:
|
|
25
|
-
* x {int}: 波纹中心x坐标
|
|
26
|
-
* y {int}: 波纹中心y坐标
|
|
27
|
-
* amplitude {int}: 波幅
|
|
28
|
-
* shapeParams {{type: number, width?: number, height?: number, radius?: number}}:
|
|
29
|
-
* type: 波纹类型, 目前只有两种
|
|
30
|
-
* JsvRippleShape.CIRCLE 圆形波
|
|
31
|
-
* JsvRippleShape.RECTANGLE 圆角矩形波
|
|
32
|
-
* width: JsvRippleShape.RECTANGLE 时设置, 矩形的宽
|
|
33
|
-
* height: JsvRippleShape.RECTANGLE 时设置, 矩形的高
|
|
34
|
-
* radius: JsvRippleShape.RECTANGLE 时设置, 圆角半径
|
|
35
|
-
* mediumParams {{timeDecay: number, distanceDecay: nubmer, speed: number, frequency: number, waveNum: number}}:
|
|
36
|
-
* timeDecay: 时间衰减因子, 在公式中的影响为 exp(-timeDecay * t), 一般认为amplitude * exp(-timeDecay * t) < 1 时波消失, 所以要控制波的时长可以计算 ln(amplitude) / timeDecay
|
|
37
|
-
* distanceDecay: 距离衰减因子, 公式中的影响为 (1.0 / (1.0 + distanceDecay * x * x))
|
|
38
|
-
* speed: 波速 px/s
|
|
39
|
-
* frequency: 频率 次/s
|
|
40
|
-
* waveNum: 波的个数
|
|
41
|
-
* removeSource {(token) => void}
|
|
42
|
-
* 参数:
|
|
43
|
-
* token: 波源的token
|
|
44
|
-
*/
|
|
45
|
-
|
|
46
|
-
declare const _default: {
|
|
47
|
-
new (...args: any[]): {
|
|
48
|
-
$: import("vue").ComponentInternalInstance;
|
|
49
|
-
$data: {};
|
|
50
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
51
|
-
$attrs: {
|
|
52
|
-
[x: string]: unknown;
|
|
53
|
-
};
|
|
54
|
-
$refs: {
|
|
55
|
-
[x: string]: unknown;
|
|
56
|
-
};
|
|
57
|
-
$slots: Readonly<{
|
|
58
|
-
[name: string]: import("vue").Slot | undefined;
|
|
59
|
-
}>;
|
|
60
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
61
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
62
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
63
|
-
$el: any;
|
|
64
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
65
|
-
addSource: (x: any, y: any, amplitude: any, shapeParams?: {
|
|
66
|
-
type: any;
|
|
67
|
-
}, mediumParams?: {}) => any;
|
|
68
|
-
removeSource: (id: any) => void;
|
|
69
|
-
$props: {
|
|
70
|
-
readonly left?: number | undefined;
|
|
71
|
-
readonly top?: number | undefined;
|
|
72
|
-
readonly enable?: boolean | undefined;
|
|
73
|
-
readonly height?: number | undefined;
|
|
74
|
-
readonly width?: number | undefined;
|
|
75
|
-
};
|
|
76
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
77
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
85
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
90
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
91
|
-
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;
|
|
92
|
-
};
|
|
93
|
-
$forceUpdate: () => void;
|
|
94
|
-
$nextTick: typeof import("vue").nextTick;
|
|
95
|
-
$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;
|
|
96
|
-
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
97
|
-
addSource: (x: any, y: any, amplitude: any, shapeParams?: {
|
|
98
|
-
type: any;
|
|
99
|
-
}, mediumParams?: {}) => any;
|
|
100
|
-
removeSource: (id: any) => void;
|
|
101
|
-
$props: {
|
|
102
|
-
readonly left?: number | undefined;
|
|
103
|
-
readonly top?: number | undefined;
|
|
104
|
-
readonly enable?: boolean | undefined;
|
|
105
|
-
readonly height?: number | undefined;
|
|
106
|
-
readonly width?: number | undefined;
|
|
107
|
-
};
|
|
108
|
-
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
109
|
-
__isFragment?: undefined;
|
|
110
|
-
__isTeleport?: undefined;
|
|
111
|
-
__isSuspense?: undefined;
|
|
112
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
113
|
-
addSource: (x: any, y: any, amplitude: any, shapeParams?: {
|
|
114
|
-
type: any;
|
|
115
|
-
}, mediumParams?: {}) => any;
|
|
116
|
-
removeSource: (id: any) => void;
|
|
117
|
-
$props: {
|
|
118
|
-
readonly left?: number | undefined;
|
|
119
|
-
readonly top?: number | undefined;
|
|
120
|
-
readonly enable?: boolean | undefined;
|
|
121
|
-
readonly height?: number | undefined;
|
|
122
|
-
readonly width?: number | undefined;
|
|
123
|
-
};
|
|
124
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
125
|
-
$slots: {
|
|
126
|
-
default: (_: {}) => any;
|
|
127
|
-
};
|
|
128
|
-
});
|
|
129
|
-
export default _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../utils/JsViewVueWidget/JsvScaleTextBox.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【控件介绍】
|
|
9
|
-
* JsvScaleTextBox:
|
|
10
|
-
* 创建一个div,可以控制其内部的文字图层的清晰度,
|
|
11
|
-
* 当文字被放大(例如焦点所在位置放大效果)时发现文字显示模糊的场景,
|
|
12
|
-
* 将这些文字都放入到本控件中,设置scale属性等于文字的缩放大小,即可解决显示清晰问题。
|
|
13
|
-
*
|
|
14
|
-
* prop说明:
|
|
15
|
-
* definitionScale 内部文字被放大的倍数,写法为"1.0x", "1.6x"
|
|
16
|
-
* 其他 同div的其他props,例如style, class等
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
declare const _default: import("vue").DefineComponent<{
|
|
20
|
-
definitionScale: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
};
|
|
23
|
-
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
definitionScale: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
};
|
|
27
|
-
}>>, {}>;
|
|
28
|
-
export default _default;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../../utils/JsViewVueWidget/JsvSpray/BrowserSpray.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
-
pointRes: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
sprayStyle: {
|
|
11
|
-
type: ObjectConstructor;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}, any, {
|
|
15
|
-
viewId: number;
|
|
16
|
-
}, {
|
|
17
|
-
viewWidth(): number;
|
|
18
|
-
viewHeight(): number;
|
|
19
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
pointRes: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
sprayStyle: {
|
|
25
|
-
type: ObjectConstructor;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
}>>, {}>;
|
|
29
|
-
export default _default;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
+ @file {@link file://./../../../../utils/JsViewVueWidget/JsvSpray/JsvSpray.vue}
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @file
|
|
7
|
-
*
|
|
8
|
-
* 【模块 export 内容】
|
|
9
|
-
* JsvSpray:Vue高阶组件,粒子效果控件
|
|
10
|
-
* prop说明:
|
|
11
|
-
* pointRes {string} (必需)粒子图案 可选值: 绝对路径url|url(相对路径url)|#FFFFFF|rbga(255,0,0,1.0)
|
|
12
|
-
* sprayStyle {object} (必需)粒子效果配置
|
|
13
|
-
* ignoreClip {boolean} 无视clipView描画
|
|
14
|
-
*
|
|
15
|
-
* prop中的sprayStyle说明:
|
|
16
|
-
* type {int} (必需)喷射类型 0: 一次喷射 1: 持续喷射
|
|
17
|
-
* particleNum {int} (必需)粒子个数
|
|
18
|
-
* deltaAngle {int} (必需)粒子喷射角度范围(角度)。如设30则粒子喷射范围为div上边法向正负30度
|
|
19
|
-
* deltaWidth {int} (必需)粒子喷射位置宽度范围, 会在左右两侧各deltaWidth的范围内随机出现粒子
|
|
20
|
-
* deltaHeight {int} (必需)粒子喷射位置高度范围, 会在上下两侧各deltaHeight的范围内随机出现粒子
|
|
21
|
-
* pointSizeMin {int} (必需)粒子尺寸下限(像素)
|
|
22
|
-
* pointSizeMax {int} (必需)粒子尺寸上限(像素)
|
|
23
|
-
* speedMin {float} (必需)粒子速度下限
|
|
24
|
-
* speedMax {float} (必需)粒子速度上限
|
|
25
|
-
* lifeMin {int} (必需)粒子生命周期下限(ms)
|
|
26
|
-
* lifeMax {int} (必需)粒子生命周期上限(ms)
|
|
27
|
-
* accelerateX {float} (必需)水平方向加速度
|
|
28
|
-
* accelerateY {float} (必需)垂直方向加速度
|
|
29
|
-
* addNumSpeed {float} (废弃)持续喷射时,起始粒子添加速度(个/ms), 默认为0.001
|
|
30
|
-
* particleAddSpeed {float} 持续喷射时,起始粒子添加速度(个/ms), 默认为0.001
|
|
31
|
-
* enableFade {boolean} 粒子淡出开关, 默认为false
|
|
32
|
-
* enableShrink {boolean} 粒子缩小开关, 默认为false
|
|
33
|
-
* angularVelocityMin {float} 角速度最小值(角度/秒), 默认为0
|
|
34
|
-
* angularVelocityMax {float} 角速度最大值(角度/秒), 默认为0
|
|
35
|
-
* alphaMin {float} 透明度最小值, 默认为1
|
|
36
|
-
* alphaMax {float} 透明度最大值, 默认为1
|
|
37
|
-
* angleMin {float} 角度最小值(角度)
|
|
38
|
-
* angleMax {float} 角度最大值(角度)
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
declare const _default: import("vue").DefineComponent<{
|
|
42
|
-
pointRes: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
sprayStyle: {
|
|
47
|
-
type: ObjectConstructor;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
ignoreClip: {
|
|
51
|
-
type: BooleanConstructor;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
}, any, {
|
|
55
|
-
size: {
|
|
56
|
-
width: number;
|
|
57
|
-
height: number;
|
|
58
|
-
};
|
|
59
|
-
viewId: number;
|
|
60
|
-
}, {}, {
|
|
61
|
-
unloadView(): void;
|
|
62
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
-
pointRes: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
required: true;
|
|
66
|
-
};
|
|
67
|
-
sprayStyle: {
|
|
68
|
-
type: ObjectConstructor;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
ignoreClip: {
|
|
72
|
-
type: BooleanConstructor;
|
|
73
|
-
default: boolean;
|
|
74
|
-
};
|
|
75
|
-
}>>, {
|
|
76
|
-
ignoreClip: boolean;
|
|
77
|
-
}>;
|
|
78
|
-
export default _default;
|