@shijiu/jsview-vue 2.3.0 → 2.3.728-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/browser/BrowserAudio.vue.mjs +4 -1
- package/bin/browser/BrowserJsvLatex.vue.mjs +9 -90
- package/bin/jsview-vue.mjs +13913 -8048
- package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.d.ts +39 -3
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/Const.d.ts +4 -1
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue.d.ts +225 -0
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +225 -0
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidgetDebugger.d.ts +5 -0
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.d.ts +25 -2
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/PageUpdater.d.ts +7 -1
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/RenderItem.d.ts +28 -4
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/TaskManager.d.ts +2 -1
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/Utils.d.ts +2 -0
- package/bin/types/utils/JsViewEngineWidget/MetroWidget/WidgetRectInfo.d.ts +1 -1
- package/bin/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavProvider.vue.d.ts +70 -0
- package/bin/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigationAlgorithm.d.ts +24 -0
- package/bin/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigationNode.d.ts +19 -0
- package/bin/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigator.d.ts +42 -0
- package/bin/types/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.d.ts +5 -4
- package/bin/types/utils/JsViewEngineWidget/TemplateParser/ListMetroTemplate.d.ts +2 -1
- package/bin/types/utils/JsViewEngineWidget/TemplateParser/MetroTemplate.d.ts +12 -4
- package/bin/types/utils/JsViewEngineWidget/TemplateParser/TemplateItemAdder.d.ts +9 -7
- package/bin/types/utils/JsViewEngineWidget/WidgetCommon.d.ts +27 -14
- package/bin/types/utils/JsViewEngineWidget/index.d.ts +3 -1
- package/bin/types/utils/JsViewPlugin/JsvLatex/BrowserDomBuilder.d.ts +0 -1
- package/bin/types/utils/JsViewPlugin/JsvLatex/GetVersion.d.ts +14 -0
- package/bin/types/utils/JsViewPlugin/JsvLatex/JsvLatex.vue.d.ts +3 -0
- package/bin/types/utils/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.d.ts +1 -0
- package/bin/types/utils/JsViewPlugin/JsvLatex/JsvLatexProxy.vue.d.ts +4 -1
- package/bin/types/utils/JsViewPlugin/JsvLatex/version.d.mts +29 -2
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMedia.d.ts +107 -4
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMediaBrowserInterface.d.ts +62 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue.d.ts +94 -18
- package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvPlayerBrowser-wasm.vue.d.ts +611 -0
- package/bin/types/utils/JsViewPlugin/JsvPlayer/{BrowserJsvPlayer.vue.d.ts → JsvPlayerBrowser.vue.d.ts} +24 -23
- package/bin/types/utils/JsViewPlugin/JsvPlayer/index-0.9.d.ts +77 -20
- package/bin/types/utils/JsViewPlugin/JsvPlayer/index.d.ts +77 -20
- package/bin/types/utils/JsViewVueTools/BlobApi.d.ts +38 -0
- package/bin/types/utils/JsViewVueTools/FeatureActive.d.ts +1 -0
- package/bin/types/utils/JsViewVueTools/ForgeHandles.d.ts +1 -0
- package/bin/types/utils/JsViewVueTools/JsvInteractionMode.d.ts +6 -0
- package/bin/types/utils/JsViewVueTools/JsvRuntimeBridge.d.ts +44 -1
- package/bin/types/utils/JsViewVueTools/JsvTextTools.d.ts +1 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/BitPalette/BitPalette.d.ts +43 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/CommandList.d.ts +1 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/DrawHelper.d.ts +54 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.d.ts +13 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.d.ts +5 -3
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.d.ts +88 -25
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/Store.d.ts +2 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/Texture.d.ts +4 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/TextureBuilder.d.ts +49 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/index.d.ts +2 -0
- package/bin/types/utils/JsViewVueTools/index.d.ts +3 -1
- package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue.d.ts +12 -22
- package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +12 -22
- package/bin/types/utils/JsViewVueWidget/JsvDashPath.vue.d.ts +11 -0
- package/bin/types/utils/JsViewVueWidget/JsvDomRenderer/JsViewHtmlToVNodesOptions.d.ts +101 -0
- package/bin/types/utils/JsViewVueWidget/JsvDomRenderer/JsvDomRenderer.d.ts +61 -0
- package/bin/types/utils/JsViewVueWidget/JsvDomRenderer/htmlToVNodes.d.ts +58 -0
- package/bin/types/utils/JsViewVueWidget/JsvDomRenderer/index.d.ts +1 -0
- package/bin/types/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts +3 -1
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/ActorControl.d.ts +151 -18
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/CallbackManager.d.ts +2 -1
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/CmdTypes.d.ts +16 -0
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/ForgeTypeDefine.d.ts +2 -1
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/NexusNode.d.ts +3 -1
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetAction.d.ts +55 -12
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetCondition.d.ts +178 -35
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.d.ts +119 -17
- package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/index.d.ts +9 -3
- package/bin/types/utils/JsViewVueWidget/JsvInput/EditViewOperator.d.ts +4 -1
- package/bin/types/utils/JsViewVueWidget/JsvInput/JsvInput.vue.d.ts +22 -1
- package/bin/types/utils/JsViewVueWidget/JsvLine/JsvLine.vue.d.ts +1 -1
- package/bin/types/utils/JsViewVueWidget/JsvPieChart.vue.d.ts +2 -0
- package/bin/types/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue.d.ts +5 -2
- package/bin/types/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue.d.ts +1 -1
- package/bin/types/utils/JsViewVueWidget/JsvScrollBox/JsvScrollBox.vue.d.ts +39 -1
- package/bin/types/utils/JsViewVueWidget/JsvSector.vue.d.ts +1 -0
- package/bin/types/utils/JsViewVueWidget/JsvSmoothSlideContainer.vue.d.ts +72 -0
- package/bin/types/utils/JsViewVueWidget/JsvSoundPool.d.ts +26 -0
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSmoothSwiper.vue.d.ts +112 -0
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSwiper2.vue.d.ts +142 -0
- package/bin/types/utils/JsViewVueWidget/JsvSwiper/index.d.ts +3 -1
- package/bin/types/utils/JsViewVueWidget/JsvTextBox.vue.d.ts +15 -3
- package/bin/types/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue.d.ts +22 -96
- package/bin/types/utils/JsViewVueWidget/JsvTouchModeSwitcher.vue.d.ts +6 -0
- package/bin/types/utils/JsViewVueWidget/{JsvPosterDiv.vue.d.ts → TypesDiv/JsvPosterDiv.vue.d.ts} +9 -0
- package/bin/types/utils/JsViewVueWidget/{JsvPosterImage.vue.d.ts → TypesDiv/JsvPosterImage.vue.d.ts} +15 -3
- package/bin/types/utils/JsViewVueWidget/TypesDiv/JsvSmartDiv.vue.d.ts +72 -0
- package/bin/types/utils/JsViewVueWidget/TypesDiv/JsvSmartImage.vue.d.ts +90 -0
- package/bin/types/utils/JsViewVueWidget/index.d.ts +8 -4
- package/dist/types/utils/JsViewEngineWidget/CheckType.d.ts +7 -0
- package/dist/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusBlock.vue.d.ts +106 -0
- package/dist/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.d.ts +128 -0
- package/dist/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +25 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/Const.d.ts +23 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/DebugFrame.vue.d.ts +12 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/DebugTools.d.ts +9 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/Dispatcher.d.ts +16 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue.d.ts +412 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +751 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/MetroWidgetDebugger.d.ts +9 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.d.ts +82 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/PageUpdater.d.ts +31 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/RenderItem.d.ts +80 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/Slide.d.ts +25 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/SlotComponent.vue.d.ts +52 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/TaskManager.d.ts +69 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/TokenGenerator.d.ts +4 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/Utils.d.ts +6 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/VisibleInfo.d.ts +20 -0
- package/dist/types/utils/JsViewEngineWidget/MetroWidget/WidgetRectInfo.d.ts +21 -0
- package/dist/types/utils/JsViewEngineWidget/RangeModel.d.ts +166 -0
- package/dist/types/utils/JsViewEngineWidget/RectUtils.d.ts +61 -0
- package/dist/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavProvider.vue.d.ts +74 -0
- package/dist/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigationAlgorithm.d.ts +28 -0
- package/dist/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigationNode.d.ts +23 -0
- package/dist/types/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigator.d.ts +46 -0
- package/dist/types/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.d.ts +42 -0
- package/dist/types/utils/JsViewEngineWidget/TemplateParser/Fence.d.ts +62 -0
- package/dist/types/utils/JsViewEngineWidget/TemplateParser/ListMetroTemplate.d.ts +21 -0
- package/dist/types/utils/JsViewEngineWidget/TemplateParser/MetroTemplate.d.ts +103 -0
- package/dist/types/utils/JsViewEngineWidget/TemplateParser/TemplateItemAdder.d.ts +28 -0
- package/dist/types/utils/JsViewEngineWidget/TemplateParser/index.d.ts +8 -0
- package/dist/types/utils/JsViewEngineWidget/WidgetCommon.d.ts +160 -0
- package/dist/types/utils/JsViewEngineWidget/index.d.ts +21 -0
- package/dist/types/utils/JsViewPlugin/JsvAccount/JsvAccount.d.ts +46 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/AudioProxy.d.ts +6 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/BrowserAudio/BrowserAudio.vue.d.ts +22 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/BrowserAudio/JsvSystemAudio.vue.d.ts +212 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/CheckType.d.ts +6 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/Events.d.ts +17 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/JsvAudio.vue.d.ts +22 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/JsvAudioBridgeProxy.d.ts +12 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/JsvAudioProxy.vue.d.ts +6 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/PluginLoader.d.ts +5 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/ScreenLockManager.d.ts +9 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/index.d.ts +7 -0
- package/dist/types/utils/JsViewPlugin/JsvAudio/version.d.mts +14 -0
- package/{bin/types/utils/JsViewPlugin/JsvLatex → dist/types/utils/JsViewPlugin/JsvAudio}/version.d.ts +5 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/BrowserDomBuilder.d.ts +0 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/BrowserJsvLatex.vue.d.ts +17 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/Color.d.ts +5 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/GetVersion.d.ts +18 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/JsvLatex.vue.d.ts +46 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.d.ts +8 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/JsvLatexProxy.vue.d.ts +9 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/PluginLoader.d.ts +5 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/index.d.ts +8 -0
- package/dist/types/utils/JsViewPlugin/JsvLatex/version.d.mts +40 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/AckEventDefine.d.ts +10 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/GetVersion.d.ts +13 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/JsvMedia.d.ts +523 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/JsvMediaBrowserInterface.d.ts +119 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue.d.ts +664 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/JsvPlayerBrowser-0.9.vue.d.ts +45 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/JsvPlayerBrowser-wasm.vue.d.ts +611 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/JsvPlayerBrowser.vue.d.ts +597 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/index-0.9.d.ts +415 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/index.d.ts +415 -0
- package/dist/types/utils/JsViewPlugin/JsvPlayer/version.d.mts +14 -0
- package/dist/types/utils/JsViewPlugin/index.d.ts +7 -0
- package/dist/types/utils/JsViewVueTools/BlobApi.d.ts +42 -0
- package/dist/types/utils/JsViewVueTools/ConstSymbol.d.ts +6 -0
- package/dist/types/utils/JsViewVueTools/DebugContentShellJBridge.d.ts +10 -0
- package/dist/types/utils/JsViewVueTools/DebugTool.d.ts +12 -0
- package/dist/types/utils/JsViewVueTools/DefaultKeyMap.d.ts +14 -0
- package/dist/types/utils/JsViewVueTools/FeatureActive.d.ts +15 -0
- package/dist/types/utils/JsViewVueTools/ForgeConstDefine.d.ts +15 -0
- package/dist/types/utils/JsViewVueTools/ForgeHandles.d.ts +11 -0
- package/dist/types/utils/JsViewVueTools/JsvDynamicCssStyle.d.ts +33 -0
- package/dist/types/utils/JsViewVueTools/JsvDynamicKeyFrames.d.ts +40 -0
- package/dist/types/utils/JsViewVueTools/JsvFederationTools.d.ts +20 -0
- package/dist/types/utils/JsViewVueTools/JsvHashHistory.d.ts +20 -0
- package/dist/types/utils/JsViewVueTools/JsvImpactTracer.d.ts +44 -0
- package/dist/types/utils/JsViewVueTools/JsvInteractionMode.d.ts +10 -0
- package/dist/types/utils/JsViewVueTools/JsvPerformance.d.ts +9 -0
- package/dist/types/utils/JsViewVueTools/JsvPreDownloader.d.ts +55 -0
- package/dist/types/utils/JsViewVueTools/JsvRefTaker.d.ts +52 -0
- package/dist/types/utils/JsViewVueTools/JsvRuntimeBridge.d.ts +378 -0
- package/dist/types/utils/JsViewVueTools/JsvStyleClass.d.ts +35 -0
- package/dist/types/utils/JsViewVueTools/JsvStyleSheetsDeclarer.d.ts +35 -0
- package/dist/types/utils/JsViewVueTools/JsvTextTools.d.ts +66 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureDefines.d.ts +10 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureLoadTool.d.ts +67 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/BitPalette/BitPalette.d.ts +47 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/CanvasTexture.d.ts +99 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/CommandList.d.ts +20 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/DrawHelper.d.ts +58 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.d.ts +113 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.d.ts +17 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.d.ts +170 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/Store.d.ts +16 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/Texture.d.ts +31 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/TextureBuilder.d.ts +53 -0
- package/dist/types/utils/JsViewVueTools/JsvTextureStore/index.d.ts +6 -0
- package/dist/types/utils/JsViewVueTools/NinePatchHelper.d.ts +25 -0
- package/dist/types/utils/JsViewVueTools/TextureManagerTools.d.ts +11 -0
- package/dist/types/utils/JsViewVueTools/TypeCheckAndSet.d.ts +7 -0
- package/dist/types/utils/JsViewVueTools/index.d.ts +29 -0
- package/dist/types/utils/JsViewVueWidget/Jsv3dDiv.vue.d.ts +124 -0
- package/dist/types/utils/JsViewVueWidget/Jsv3dStage.vue.d.ts +148 -0
- package/dist/types/utils/JsViewVueWidget/JsvActorMove/ActorControlBase.d.ts +35 -0
- package/dist/types/utils/JsViewVueWidget/JsvActorMove/JsvActorMove.vue.d.ts +102 -0
- package/dist/types/utils/JsViewVueWidget/JsvActorMove/JsvActorMoveControl.d.ts +37 -0
- package/dist/types/utils/JsViewVueWidget/JsvActorMove/index.d.ts +8 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvApic/BrowserApic.vue.d.ts +15 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvApic/JsvApic.vue.d.ts +77 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +54 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvApic2/BrowserApic2.vue.d.ts +13 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue.d.ts +44 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +17 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/ApicDataBase.d.ts +13 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/BrowserApicLib.d.ts +3 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/GifData.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/NormalLoopTool.d.ts +7 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/PartLoopTool.d.ts +12 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/SingleLoopTool.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/Viewer.d.ts +20 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvBrowserApicLib/WebpData.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvApic/JsvCommonLoopToolBase.d.ts +26 -0
- package/dist/types/utils/JsViewVueWidget/JsvClipDiv/JsvClipDiv.vue.d.ts +74 -0
- package/dist/types/utils/JsViewVueWidget/JsvClipDiv/index.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvConnectLine/ArcLineManager.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvConnectLine/JsvConnectLine.vue.d.ts +34 -0
- package/dist/types/utils/JsViewVueWidget/JsvConnectLine/index.d.ts +6 -0
- package/dist/types/utils/JsViewVueWidget/JsvDashPath.vue.d.ts +33 -0
- package/dist/types/utils/JsViewVueWidget/JsvDomRenderer/JsViewHtmlToVNodesOptions.d.ts +105 -0
- package/dist/types/utils/JsViewVueWidget/JsvDomRenderer/JsvDomRenderer.d.ts +65 -0
- package/dist/types/utils/JsViewVueWidget/JsvDomRenderer/htmlToVNodes.d.ts +62 -0
- package/dist/types/utils/JsViewVueWidget/JsvDomRenderer/index.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvDragBox/JsvDragBox.vue.d.ts +109 -0
- package/dist/types/utils/JsViewVueWidget/JsvDriftScope/JsvDriftScope.vue.d.ts +108 -0
- package/dist/types/utils/JsViewVueWidget/JsvDriftScope/index.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvEnableRenderBreak.vue.d.ts +61 -0
- package/dist/types/utils/JsViewVueWidget/JsvFilterView.vue.d.ts +91 -0
- package/dist/types/utils/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue.d.ts +106 -0
- package/dist/types/utils/JsViewVueWidget/JsvFlexCell/JsvFullScrAdjust.vue.d.ts +100 -0
- package/dist/types/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue.d.ts +108 -0
- package/dist/types/utils/JsViewVueWidget/JsvFlexCell/index.d.ts +7 -0
- package/dist/types/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts +63 -0
- package/dist/types/utils/JsViewVueWidget/JsvFragShaderView/index.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/ActionRefObject.d.ts +4 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/ActorControl.d.ts +228 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/ActorState.d.ts +6 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/CallbackManager.d.ts +16 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/CmdTypes.d.ts +16 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/ForgeTypeDefine.d.ts +20 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/JsvEnvBlocker.vue.d.ts +106 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/JsvFreeMoveActor.vue.d.ts +107 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/KeepFlags.d.ts +11 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/NexusNode.d.ts +12 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetAction.d.ts +118 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetCondition.d.ts +244 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.d.ts +169 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/SyncLinkManager.d.ts +22 -0
- package/dist/types/utils/JsViewVueWidget/JsvFreeMoveActor/index.d.ts +24 -0
- package/dist/types/utils/JsViewVueWidget/JsvGrid.vue.d.ts +241 -0
- package/dist/types/utils/JsViewVueWidget/JsvHole.d.ts +19 -0
- package/dist/types/utils/JsViewVueWidget/JsvInput/Cursor.vue.d.ts +16 -0
- package/dist/types/utils/JsViewVueWidget/JsvInput/EditViewOperator.d.ts +52 -0
- package/dist/types/utils/JsViewVueWidget/JsvInput/EditVisibleArea.d.ts +30 -0
- package/dist/types/utils/JsViewVueWidget/JsvInput/JsvInput.vue.d.ts +98 -0
- package/dist/types/utils/JsViewVueWidget/JsvInput/SharedDefine.d.ts +17 -0
- package/dist/types/utils/JsViewVueWidget/JsvInput/SystemTextTools.d.ts +20 -0
- package/dist/types/utils/JsViewVueWidget/JsvInput/index.d.ts +8 -0
- package/dist/types/utils/JsViewVueWidget/JsvLine/JsvLine.vue.d.ts +32 -0
- package/dist/types/utils/JsViewVueWidget/JsvLine/LineManager.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvLine/index.d.ts +6 -0
- package/dist/types/utils/JsViewVueWidget/JsvMarquee.vue.d.ts +33 -0
- package/dist/types/utils/JsViewVueWidget/JsvMaskClipDiv.vue.d.ts +101 -0
- package/dist/types/utils/JsViewVueWidget/JsvMindMap/CommonType.d.ts +1 -0
- package/dist/types/utils/JsViewVueWidget/JsvMindMap/Constant.d.ts +13 -0
- package/dist/types/utils/JsViewVueWidget/JsvMindMap/DataTree.d.ts +75 -0
- package/dist/types/utils/JsViewVueWidget/JsvMindMap/Geometry.d.ts +72 -0
- package/dist/types/utils/JsViewVueWidget/JsvMindMap/JsvMindMap.vue.d.ts +235 -0
- package/dist/types/utils/JsViewVueWidget/JsvMindMap/index.d.ts +5 -0
- package/dist/types/utils/JsViewVueWidget/JsvMindMap/rtree.d.ts +44 -0
- package/dist/types/utils/JsViewVueWidget/JsvNativeSharedDiv.vue.d.ts +93 -0
- package/dist/types/utils/JsViewVueWidget/JsvNinePatch.vue.d.ts +55 -0
- package/dist/types/utils/JsViewVueWidget/JsvPieChart.vue.d.ts +30 -0
- package/dist/types/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue.d.ts +68 -0
- package/dist/types/utils/JsViewVueWidget/JsvPreload/index.d.ts +6 -0
- package/dist/types/utils/JsViewVueWidget/JsvProgressBar.vue.d.ts +31 -0
- package/dist/types/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue.d.ts +85 -0
- package/dist/types/utils/JsViewVueWidget/JsvRadarChart.vue.d.ts +37 -0
- package/dist/types/utils/JsViewVueWidget/JsvRipple/Constant.d.ts +8 -0
- package/dist/types/utils/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +129 -0
- package/dist/types/utils/JsViewVueWidget/JsvRipple/index.d.ts +7 -0
- package/dist/types/utils/JsViewVueWidget/JsvScaleTextBox.vue.d.ts +28 -0
- package/dist/types/utils/JsViewVueWidget/JsvScrollBox/JsvScrollBox.vue.d.ts +278 -0
- package/dist/types/utils/JsViewVueWidget/JsvScrollBox/JsvScrollFollow.vue.d.ts +157 -0
- package/dist/types/utils/JsViewVueWidget/JsvScrollBox/ScrollInnerSymbol.d.ts +8 -0
- package/dist/types/utils/JsViewVueWidget/JsvScrollBox/ScrollSymbol.d.ts +16 -0
- package/dist/types/utils/JsViewVueWidget/JsvScrollBox/index.d.ts +7 -0
- package/dist/types/utils/JsViewVueWidget/JsvSector.vue.d.ts +30 -0
- package/dist/types/utils/JsViewVueWidget/JsvSmoothSlideContainer.vue.d.ts +76 -0
- package/dist/types/utils/JsViewVueWidget/JsvSoundPool.d.ts +114 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +58 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpriteAnim/FrameBuidler.d.ts +18 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +70 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteLoader.vue.d.ts +85 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteTools.d.ts +15 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpriteAnim/SpriteController.d.ts +21 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpriteAnim/index.d.ts +9 -0
- package/dist/types/utils/JsViewVueWidget/JsvSpriteAnim/sAnimationToken.d.ts +6 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper/Indicator.vue.d.ts +16 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper/JsvSmoothSwiper.vue.d.ts +141 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue.d.ts +248 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper/JsvSwiper2.vue.d.ts +181 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper/index.d.ts +8 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper3D/Indicator.vue.d.ts +16 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper3D/JsvSwiper.vue.d.ts +121 -0
- package/dist/types/utils/JsViewVueWidget/JsvSwiper3D/index.d.ts +6 -0
- package/dist/types/utils/JsViewVueWidget/JsvTextBox.vue.d.ts +121 -0
- package/dist/types/utils/JsViewVueWidget/JsvTextureAnim/CommonType.d.ts +6 -0
- package/dist/types/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue.d.ts +38 -0
- package/dist/types/utils/JsViewVueWidget/JsvTextureAnim/index.d.ts +8 -0
- package/dist/types/utils/JsViewVueWidget/JsvTouchModeSwitcher.vue.d.ts +109 -0
- package/dist/types/utils/JsViewVueWidget/JsvVideo.vue.d.ts +23 -0
- package/dist/types/utils/JsViewVueWidget/JsvVisibleSensor/JsvVisibleSensor.vue.d.ts +109 -0
- package/dist/types/utils/JsViewVueWidget/JsvVisibleSensor/index.d.ts +88 -0
- package/dist/types/utils/JsViewVueWidget/TypesDiv/JsvPosterDiv.vue.d.ts +94 -0
- package/dist/types/utils/JsViewVueWidget/TypesDiv/JsvPosterImage.vue.d.ts +115 -0
- package/dist/types/utils/JsViewVueWidget/TypesDiv/JsvSmartDiv.vue.d.ts +94 -0
- package/dist/types/utils/JsViewVueWidget/TypesDiv/JsvSmartImage.vue.d.ts +115 -0
- package/dist/types/utils/JsViewVueWidget/index.d.ts +53 -0
- package/dist/types/utils/index.d.ts +8 -0
- package/dist/utils/browser/BrowserAudio.vue.mjs +258 -0
- package/dist/utils/browser/BrowserJsvLatex.vue.mjs +64 -0
- package/dist/utils/export-sfc.mjs +12 -0
- package/dist/utils/index.mjs +29000 -0
- package/dist/utils/jsview-vue-common.mjs +39 -0
- package/package.json +1 -1
- package/utils/JsViewEngineWidget/JsvFocus/JsvFocusBlock.vue +32 -16
- package/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.ts +51 -3
- package/utils/JsViewEngineWidget/MetroWidget/Const.ts +5 -0
- package/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue +193 -89
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue +347 -145
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetDebugger.ts +15 -0
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.js +1603 -588
- package/utils/JsViewEngineWidget/MetroWidget/PageUpdater.ts +41 -23
- package/utils/JsViewEngineWidget/MetroWidget/RenderItem.ts +146 -38
- package/utils/JsViewEngineWidget/MetroWidget/TaskManager.ts +39 -26
- package/utils/JsViewEngineWidget/MetroWidget/Utils.ts +6 -0
- package/utils/JsViewEngineWidget/MetroWidget/WidgetRectInfo.ts +2 -1
- package/utils/JsViewEngineWidget/RectUtils.js +1 -1
- package/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavProvider.vue +62 -0
- package/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigationAlgorithm.ts +260 -0
- package/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigationNode.ts +32 -0
- package/utils/JsViewEngineWidget/SpatialNavigator/SpatialNavigator.ts +236 -0
- package/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.ts +434 -264
- package/utils/JsViewEngineWidget/TemplateParser/ListMetroTemplate.ts +101 -27
- package/utils/JsViewEngineWidget/TemplateParser/MetroTemplate.ts +54 -5
- package/utils/JsViewEngineWidget/TemplateParser/TemplateItemAdder.ts +109 -41
- package/utils/JsViewEngineWidget/WidgetCommon.ts +29 -7
- package/utils/JsViewEngineWidget/index.ts +7 -2
- package/utils/JsViewPlugin/JsvAudio/BrowserAudio/BrowserAudio.vue +4 -0
- package/utils/JsViewPlugin/JsvAudio/BrowserAudio/JsvSystemAudio.vue +13 -13
- package/utils/JsViewPlugin/JsvLatex/BrowserDomBuilder.js +46 -46
- package/utils/JsViewPlugin/JsvLatex/BrowserJsvLatex.vue +54 -41
- package/utils/JsViewPlugin/JsvLatex/Color.ts +104 -39
- package/utils/JsViewPlugin/JsvLatex/GetVersion.js +65 -0
- package/utils/JsViewPlugin/JsvLatex/JsvLatex.vue +71 -17
- package/utils/JsViewPlugin/JsvLatex/JsvLatexBridgeProxy.js +10 -0
- package/utils/JsViewPlugin/JsvLatex/JsvLatexProxy.vue +14 -2
- package/utils/JsViewPlugin/JsvLatex/PluginLoader.js +63 -31
- package/utils/JsViewPlugin/JsvLatex/version.mjs +26 -13
- package/utils/JsViewPlugin/JsvPlayer/GetVersion.js +2 -1
- package/utils/JsViewPlugin/JsvPlayer/JsvMedia.js +402 -23
- package/utils/JsViewPlugin/JsvPlayer/JsvMediaBrowserInterface.js +100 -0
- package/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue +363 -468
- package/utils/JsViewPlugin/JsvPlayer/{BrowserJsvPlayer.vue → JsvPlayerBrowser-wasm.vue} +61 -11
- package/utils/JsViewPlugin/JsvPlayer/JsvPlayerBrowser.vue +511 -0
- package/utils/JsViewPlugin/JsvPlayer/index-0.9.js +52 -10
- package/utils/JsViewPlugin/JsvPlayer/index.js +58 -9
- package/utils/JsViewPlugin/JsvPlayer/package.json +8 -0
- package/utils/JsViewVueTools/BlobApi.ts +55 -0
- package/utils/JsViewVueTools/FeatureActive.ts +5 -1
- package/utils/JsViewVueTools/ForgeHandles.ts +8 -2
- package/utils/JsViewVueTools/JsvInteractionMode.js +16 -0
- package/utils/JsViewVueTools/JsvPreDownloader.ts +2 -2
- package/utils/JsViewVueTools/JsvRuntimeBridge.js +125 -8
- package/utils/JsViewVueTools/JsvTextTools.ts +12 -2
- package/utils/JsViewVueTools/JsvTextureStore/BitPalette/BitPalette.ts +180 -0
- package/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/CommandList.ts +1 -0
- package/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/DrawHelper.ts +304 -0
- package/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.ts +38 -0
- package/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.ts +30 -12
- package/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.ts +157 -51
- package/utils/JsViewVueTools/JsvTextureStore/Store.ts +33 -21
- package/utils/JsViewVueTools/JsvTextureStore/Texture.ts +56 -41
- package/utils/JsViewVueTools/JsvTextureStore/TextureBuilder.ts +92 -0
- package/utils/JsViewVueTools/JsvTextureStore/index.js +2 -0
- package/utils/JsViewVueTools/index.js +3 -1
- package/utils/JsViewVueWidget/JsvApic/JsvApic2/JsvApic2.vue +111 -86
- package/utils/JsViewVueWidget/JsvDashPath.vue +150 -0
- package/utils/JsViewVueWidget/JsvDomRenderer/JsViewHtmlToVNodesOptions.ts +212 -0
- package/utils/JsViewVueWidget/JsvDomRenderer/JsvDomRenderer.ts +146 -0
- package/utils/JsViewVueWidget/JsvDomRenderer/htmlToVNodes.ts +748 -0
- package/utils/JsViewVueWidget/JsvDomRenderer/index.ts +1 -0
- package/utils/JsViewVueWidget/JsvDragBox/JsvDragBox.vue +10 -1
- package/utils/JsViewVueWidget/JsvEnableRenderBreak.vue +6 -0
- package/utils/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue +11 -5
- package/utils/JsViewVueWidget/JsvFlexCell/JsvFullScrAdjust.vue +3 -1
- package/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue +3 -1
- package/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue +24 -8
- package/utils/JsViewVueWidget/JsvFreeMoveActor/ActorControl.ts +269 -26
- package/utils/JsViewVueWidget/JsvFreeMoveActor/CallbackManager.ts +2 -1
- package/utils/JsViewVueWidget/JsvFreeMoveActor/CmdTypes.ts +24 -0
- package/utils/JsViewVueWidget/JsvFreeMoveActor/ForgeTypeDefine.ts +3 -0
- package/utils/JsViewVueWidget/JsvFreeMoveActor/{FreeMoveActor.vue → JsvFreeMoveActor.vue} +5 -1
- package/utils/JsViewVueWidget/JsvFreeMoveActor/NexusNode.ts +10 -2
- package/utils/JsViewVueWidget/JsvFreeMoveActor/SetAction.ts +223 -100
- package/utils/JsViewVueWidget/JsvFreeMoveActor/SetCondition.ts +245 -64
- package/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.ts +95 -29
- package/utils/JsViewVueWidget/JsvFreeMoveActor/index.js +27 -5
- package/utils/JsViewVueWidget/JsvInput/EditViewOperator.ts +11 -2
- package/utils/JsViewVueWidget/JsvInput/JsvInput.vue +30 -2
- package/utils/JsViewVueWidget/JsvLine/JsvLine.vue +24 -7
- package/utils/JsViewVueWidget/JsvMarquee.vue +1 -1
- package/utils/JsViewVueWidget/JsvNativeSharedDiv.vue +12 -10
- package/utils/JsViewVueWidget/JsvNinePatch.vue +22 -12
- package/utils/JsViewVueWidget/JsvPieChart.vue +93 -70
- package/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue +34 -31
- package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +2 -1
- package/utils/JsViewVueWidget/JsvScrollBox/JsvScrollBox.vue +56 -25
- package/utils/JsViewVueWidget/JsvScrollBox/JsvScrollFollow.vue +11 -11
- package/utils/JsViewVueWidget/JsvSector.vue +66 -28
- package/utils/JsViewVueWidget/JsvSmoothSlideContainer.vue +108 -0
- package/utils/JsViewVueWidget/JsvSoundPool.js +75 -12
- package/utils/JsViewVueWidget/JsvSwiper/JsvSmoothSwiper.vue +543 -0
- package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue +3 -3
- package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper2.vue +644 -0
- package/utils/JsViewVueWidget/JsvSwiper/index.js +3 -1
- package/utils/JsViewVueWidget/JsvTextBox.vue +30 -1
- package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +315 -299
- package/utils/JsViewVueWidget/JsvTouchModeSwitcher.vue +56 -14
- package/utils/JsViewVueWidget/JsvVisibleSensor/JsvVisibleSensor.vue +8 -6
- package/utils/JsViewVueWidget/TypesDiv/JsvPosterDiv.vue +54 -0
- package/utils/JsViewVueWidget/TypesDiv/JsvPosterImage.vue +88 -0
- package/utils/JsViewVueWidget/TypesDiv/JsvSmartDiv.vue +177 -0
- package/utils/JsViewVueWidget/TypesDiv/JsvSmartImage.vue +267 -0
- package/utils/JsViewVueWidget/index.js +9 -3
- package/utils/JsViewPlugin/JsvLatex/version.js +0 -24
- package/utils/JsViewVueWidget/JsvPosterDiv.vue +0 -56
- package/utils/JsViewVueWidget/JsvPosterImage.vue +0 -105
- /package/bin/types/utils/JsViewPlugin/JsvPlayer/{BrowserJsvPlayer-0.9.vue.d.ts → JsvPlayerBrowser-0.9.vue.d.ts} +0 -0
- /package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/{FreeMoveActor.vue.d.ts → JsvFreeMoveActor.vue.d.ts} +0 -0
- /package/utils/JsViewPlugin/JsvPlayer/{BrowserJsvPlayer-0.9.vue → JsvPlayerBrowser-0.9.vue} +0 -0
|
@@ -1,36 +1,128 @@
|
|
|
1
1
|
import { NexusNode } from "./NexusNode";
|
|
2
2
|
import ActorControl from "./ActorControl";
|
|
3
|
+
import type { CommandPackType } from "./CmdTypes";
|
|
4
|
+
/**
|
|
5
|
+
* state().XXXXX 可用的API说明
|
|
6
|
+
* 标注"内部API"的API, 应用开发时一定!!不要使用, 因为后续版本可能调整导致失效
|
|
7
|
+
*/
|
|
3
8
|
declare class StatePackBuilder {
|
|
4
9
|
constructor();
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
/**
|
|
11
|
+
* clearConditions
|
|
12
|
+
* 清理所有已经设置的condition,
|
|
13
|
+
* condition如果不清理则伴随着FreeMoveActor的生命周期一直存在
|
|
14
|
+
*/
|
|
15
|
+
clearAllConditions(): CommandPackType;
|
|
16
|
+
/**
|
|
17
|
+
* removeConditionByGroup
|
|
18
|
+
* 清理指定组的condition,
|
|
19
|
+
* group 和 @file://./ActorControl.ts 中condition()函数声明的group对应
|
|
20
|
+
* condition如果不清理则伴随着FreeMoveActor的生命周期一直存在
|
|
21
|
+
*/
|
|
22
|
+
removeConditionByGroup(group: number): CommandPackType;
|
|
23
|
+
/**
|
|
24
|
+
* removeConditionByGroup
|
|
25
|
+
* 清理指定名字的condition
|
|
26
|
+
* specName 和 @file://./ActorControl.ts 中condition()函数声明的specName对应
|
|
27
|
+
* condition如果不清理则伴随着FreeMoveActor的生命周期一直存在
|
|
28
|
+
*/
|
|
29
|
+
removeConditionByName(specName: String): CommandPackType;
|
|
8
30
|
/**
|
|
9
31
|
* activeCondition
|
|
10
|
-
* 重新激活对应
|
|
32
|
+
* 重新激活对应group或者specName的condition
|
|
33
|
+
* group和specName和 @file://./ActorControl.ts 中condition()函数声明的group或specName对应
|
|
34
|
+
*
|
|
11
35
|
* 一个condition处于非激活有两种可能,
|
|
12
36
|
* 1. 允许触发一次的condition已经完成触发
|
|
13
|
-
*
|
|
37
|
+
* 见 @file://./ActorControl.ts 中condition()函数声明的multiTimes == 1的设置即为一次触发
|
|
38
|
+
* 2. 被 deactiveCondition()关闭过的condition
|
|
14
39
|
*
|
|
15
40
|
* @param {int} groupType (可选)对应condition的groupType, 与specName二选一
|
|
16
41
|
* @param {String} specName (可选)对应condition的specName, 与groupId二选一, 当groupId为 undefined 或 -1 时生效
|
|
17
42
|
*/
|
|
18
|
-
activeCondition(groupType: number | undefined, specName: String | undefined):
|
|
43
|
+
activeCondition(groupType: number | undefined, specName: String | undefined): CommandPackType;
|
|
19
44
|
/**
|
|
20
45
|
* deactiveCondition
|
|
21
|
-
* 停止对应
|
|
46
|
+
* 停止对应group或者specName的condition
|
|
22
47
|
*
|
|
23
48
|
* @param {int} groupType (可选)对应condition的groupType, 与specName二选一
|
|
24
49
|
* @param {String} specName (可选)对应condition的specName, 与groupId二选一, 当groupId为 undefined 或 -1 时生效
|
|
25
50
|
*/
|
|
26
|
-
deactiveCondition(groupType: number | undefined, specName: String | undefined):
|
|
27
|
-
setStartPos(targetX: number | undefined, targetY: number | undefined): any;
|
|
28
|
-
setStartOffsetPos(offsetX: number | undefined, offsetY: number | undefined): any;
|
|
29
|
-
revertWithHitBlock(): any;
|
|
30
|
-
setHitWallOverflow(): any;
|
|
31
|
-
touchLockSwitch(isLock: boolean, direction: number, unlockThreshold?: number): any;
|
|
32
|
-
fireNexusEvent(nexusRecv: NexusNode, detailEventType: number): any;
|
|
51
|
+
deactiveCondition(groupType: number | undefined, specName: String | undefined): CommandPackType;
|
|
33
52
|
/**
|
|
53
|
+
* setStartPos 立刻将actor运动起始点设置到目标位置, 作为下一个Action执行时的位置起点
|
|
54
|
+
* 若没有新的Action执行, 则这个位置改变不会有任何效果
|
|
55
|
+
* 注意1: 只影响当speed/accel不为0时的下一帧的运动起始位置,
|
|
56
|
+
* 当speed/accel为0状态下要移动物体请用 Action.teleportTo
|
|
57
|
+
* 注意2: 此为state设置,下一帧直接以此state开始,所以不会触发任何positionCondition的cross条件
|
|
58
|
+
* 需要condition触发时,请用 Action.teleportTo
|
|
59
|
+
* 参数说明:
|
|
60
|
+
* targetX (int) 带符号整数,目标位置,如果设置为undefined,标识不以此轴为终点
|
|
61
|
+
* targetY (int) 带符号整数,目标位置,如果设置为undefined,标识不以此轴为终点
|
|
62
|
+
*/
|
|
63
|
+
setStartPos(targetX: number | undefined, targetY: number | undefined): CommandPackType;
|
|
64
|
+
/**
|
|
65
|
+
* setStartOffsetPos 立刻将actor移动以当前位置相对位移的位置, 作为下一个Action执行时的位置起点
|
|
66
|
+
* 用offset的方式可以解决触发condition时, drawX或drawY并不是完全和condition的坐标重合, 偏差的坐标可由offset继承
|
|
67
|
+
*
|
|
68
|
+
* 注意1: 只影响当speed/accel不为0时的下一帧的运动起始位置,
|
|
69
|
+
* 当speed/accel为0状态下要移动物体请用 Action.teleportOffset
|
|
70
|
+
* 注意2: 此为state设置,下一帧直接以此state开始,所以不会触发任何positionCondition的cross条件
|
|
71
|
+
* 需要condition触发时,请用 Action.teleportOffset
|
|
72
|
+
* 参数说明:
|
|
73
|
+
* targetX (int) 带符号整数,目标位置,如果设置为undefined,标识不以此轴为终点
|
|
74
|
+
* targetY (int) 带符号整数,目标位置,如果设置为undefined,标识不以此轴为终点
|
|
75
|
+
*/
|
|
76
|
+
setStartOffsetPos(offsetX: number | undefined, offsetY: number | undefined): CommandPackType;
|
|
77
|
+
/**
|
|
78
|
+
* alignPosition
|
|
79
|
+
* 在condition().then()中使用,
|
|
80
|
+
* 并且只在position相关的condition中才会响应
|
|
81
|
+
* 用condition的位置来校准下次Action的StartPostion
|
|
82
|
+
*/
|
|
83
|
+
alignPosition(): CommandPackType;
|
|
84
|
+
/**
|
|
85
|
+
* updateBaseOffset
|
|
86
|
+
* 更新本div的基准坐标, 同时立刻调整drawX, drawY, 使其相对于父dom节点的屏幕坐标保持不变
|
|
87
|
+
*
|
|
88
|
+
* @param {number} offsetX 基准坐标x偏移量, div的newStyle.left - div的originStyle.left
|
|
89
|
+
* @param {number} offsetY 基准坐标y偏移量, div的newStyle.top - div的originStyle.top
|
|
90
|
+
*/
|
|
91
|
+
updateBaseOffset(offsetX: number, offsetY: number): CommandPackType;
|
|
92
|
+
/**
|
|
93
|
+
* 内部API
|
|
94
|
+
*
|
|
95
|
+
* 在BlockerCondition发生时,进行位置回滚处理
|
|
96
|
+
*/
|
|
97
|
+
revertWithHitBlock(): CommandPackType;
|
|
98
|
+
/**
|
|
99
|
+
* 内部API
|
|
100
|
+
*
|
|
101
|
+
* setHitWallOverflow
|
|
102
|
+
*/
|
|
103
|
+
setHitWallOverflow(): CommandPackType;
|
|
104
|
+
/**
|
|
105
|
+
* 内部API
|
|
106
|
+
*
|
|
107
|
+
* touchLockSwitch
|
|
108
|
+
*/
|
|
109
|
+
touchLockSwitch(isLock: boolean, direction: number, unlockThreshold?: number): CommandPackType;
|
|
110
|
+
/**
|
|
111
|
+
* fireCustomNexus 发出自定义Nexus event
|
|
112
|
+
* @param {NexusNode} nexusRecv 由 FreeMoveFunc.newNexus() 创建, 为通讯匹配的句柄, 类似电话号
|
|
113
|
+
*/
|
|
114
|
+
fireCustomNexus(nexusRecv: NexusNode): CommandPackType;
|
|
115
|
+
/**
|
|
116
|
+
* 内部API
|
|
117
|
+
*
|
|
118
|
+
* fireNexusEvent 发出Nexus event
|
|
119
|
+
* @param {NexusNode} nexusRecv 由 FreeMoveFunc.newNexus() 创建, 作为通讯句柄,类似电话号,在onNexusEvent监听
|
|
120
|
+
* @param {number} detailEventType 监听的事件类型, 类比与分机号,和onNexusEvent约定, 自定义内容要求1000以上
|
|
121
|
+
*/
|
|
122
|
+
fireNexusEvent(nexusRecv: NexusNode, detailEventType: number): CommandPackType;
|
|
123
|
+
/**
|
|
124
|
+
* 内部API
|
|
125
|
+
*
|
|
34
126
|
* setTouchAttractChild
|
|
35
127
|
*
|
|
36
128
|
* 绑定一个子view中的FreeMoveDiv
|
|
@@ -38,8 +130,10 @@ declare class StatePackBuilder {
|
|
|
38
130
|
*
|
|
39
131
|
* @param {ActorControl} otherFreeMoveControl 其他FreeMoveDiv的control对象
|
|
40
132
|
*/
|
|
41
|
-
setTouchAttractChild(otherFreeMoveControl: ActorControl):
|
|
133
|
+
setTouchAttractChild(otherFreeMoveControl: ActorControl): CommandPackType;
|
|
42
134
|
/**
|
|
135
|
+
* 内部API
|
|
136
|
+
*
|
|
43
137
|
* startMovementSync
|
|
44
138
|
*
|
|
45
139
|
* 发出进度同步信号(可以一个FreeMove绑定多个信号发生器,但目前场景估计只需要一个发生器即可)
|
|
@@ -57,7 +151,15 @@ declare class StatePackBuilder {
|
|
|
57
151
|
* @param {int} verticalEnd 纵向运动识别区域的100%对应位置, 可以为负,可以小于end
|
|
58
152
|
* @param {int} xyEnable x,y是否都触发, 0b01对应x, 0b10对应y, 可以或运算在一起
|
|
59
153
|
*/
|
|
60
|
-
startMovementSync(nexusRef: NexusNode, horizontalStart: number, horizontalEnd: number, verticalStart: number, verticalEnd: number, xyEnable: number):
|
|
61
|
-
|
|
154
|
+
startMovementSync(nexusRef: NexusNode, horizontalStart: number, horizontalEnd: number, verticalStart: number, verticalEnd: number, xyEnable: number): CommandPackType;
|
|
155
|
+
/**
|
|
156
|
+
* 内部API
|
|
157
|
+
*
|
|
158
|
+
* stopMovementSync
|
|
159
|
+
*
|
|
160
|
+
* 停止由startMovementSync发起的的同步信号
|
|
161
|
+
* 目前阶段,为关闭所有的信号发起器
|
|
162
|
+
*/
|
|
163
|
+
stopMovementSync(): CommandPackType;
|
|
62
164
|
}
|
|
63
165
|
export default StatePackBuilder;
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
import JsvFreeMoveActor from "./
|
|
2
|
-
import JsvEnvBlocker from "./JsvEnvBlocker.vue";
|
|
1
|
+
import JsvFreeMoveActor from "./JsvFreeMoveActor.vue";
|
|
3
2
|
export namespace FreeMoveDef {
|
|
4
3
|
export { ActEventDefine };
|
|
5
4
|
export { KeepFlags };
|
|
6
5
|
}
|
|
6
|
+
export namespace FreeMoveApis {
|
|
7
|
+
export { newNexus };
|
|
8
|
+
export { fireGlobalNexus as fireCustomNexus };
|
|
9
|
+
}
|
|
10
|
+
import JsvEnvBlocker from "./JsvEnvBlocker.vue";
|
|
7
11
|
export namespace FreeMoveFunc {
|
|
8
12
|
export { newNexus };
|
|
9
|
-
export {
|
|
13
|
+
export { ActControl };
|
|
14
|
+
export { ActControl as ActControlDebug };
|
|
10
15
|
export { GetSyncLinkManager };
|
|
11
16
|
export { SyncLinkSource };
|
|
12
17
|
}
|
|
13
18
|
import { newNexus } from "./NexusNode";
|
|
19
|
+
import { fireGlobalNexus } from "./NexusNode";
|
|
14
20
|
export { JsvFreeMoveActor, JsvFreeMoveActor as JsvFreeMoveDiv, JsvEnvBlocker };
|
|
@@ -4,6 +4,7 @@ export declare const CHAR_CODE_OF_9: number;
|
|
|
4
4
|
declare type TextChangedFunc = (final_text: string, dsp_text: string) => void;
|
|
5
5
|
declare type CursorMovedFunc = (new_text_start_index: number, new_cursor_left: number) => void;
|
|
6
6
|
declare type TextOverflowFunc = (origin_text: string, new_text: string) => void;
|
|
7
|
+
declare type ImeActionFunc = (action: number) => void;
|
|
7
8
|
export declare class EditViewOperator {
|
|
8
9
|
private _EditViewHandle;
|
|
9
10
|
private _CursorHandle;
|
|
@@ -24,7 +25,8 @@ export declare class EditViewOperator {
|
|
|
24
25
|
private _OnTextChangedCallback;
|
|
25
26
|
private _OnCursorMoved;
|
|
26
27
|
private _TextOverflowFunc;
|
|
27
|
-
|
|
28
|
+
private _OnImeActionFunc;
|
|
29
|
+
constructor(text_changed_callback: TextChangedFunc, cursor_moved: CursorMovedFunc, text_overflow?: TextOverflowFunc | undefined, on_ime_action?: ImeActionFunc | undefined);
|
|
28
30
|
updateFocus(is_focus: boolean): void;
|
|
29
31
|
showSoftIme(): void;
|
|
30
32
|
updateInputConfig(box_width: number, box_height: number, cursor_width: number, font_style: FontStyleDefine, input_type: number, max_input_lenth: number, text_read_only: boolean, editorTextColor: string, editorBackground: string): void;
|
|
@@ -37,6 +39,7 @@ export declare class EditViewOperator {
|
|
|
37
39
|
private _ClearCursorResumeTimer;
|
|
38
40
|
private _OnTextChanged;
|
|
39
41
|
private _OnStatusChanged;
|
|
42
|
+
private _OnEditAction;
|
|
40
43
|
addText(text: string): void;
|
|
41
44
|
deleteText(): void;
|
|
42
45
|
clearText(): void;
|
|
@@ -5,7 +5,28 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
clear: () => void;
|
|
6
6
|
replace: (text: any) => void;
|
|
7
7
|
$props: {
|
|
8
|
-
|
|
8
|
+
readonly readonly?: boolean | undefined;
|
|
9
|
+
readonly top?: number | undefined;
|
|
10
|
+
readonly left?: number | undefined;
|
|
11
|
+
readonly width?: number | undefined;
|
|
12
|
+
readonly height?: number | undefined;
|
|
13
|
+
readonly value?: string | undefined;
|
|
14
|
+
readonly fontStyle?: Record<string, any> | unknown[] | undefined;
|
|
15
|
+
readonly placeholder?: string | undefined;
|
|
16
|
+
readonly placeholderColor?: string | undefined;
|
|
17
|
+
readonly editorBackground?: string | undefined;
|
|
18
|
+
readonly maxLength?: number | undefined;
|
|
19
|
+
readonly cursorShow?: boolean | undefined;
|
|
20
|
+
readonly cursorWidth?: number | undefined;
|
|
21
|
+
readonly cursorColor?: string | undefined;
|
|
22
|
+
readonly enableTap?: boolean | undefined;
|
|
23
|
+
readonly name?: string | undefined;
|
|
24
|
+
readonly type?: number | undefined;
|
|
25
|
+
readonly onEdge?: Function | undefined;
|
|
26
|
+
readonly onTextOverflow?: Function | undefined;
|
|
27
|
+
readonly onTextChange?: Function | undefined;
|
|
28
|
+
readonly onBackKey?: Function | undefined;
|
|
29
|
+
readonly onImeAction?: Function | undefined;
|
|
9
30
|
};
|
|
10
31
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
11
32
|
export default _default;
|
|
@@ -2,8 +2,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
$props: {
|
|
3
3
|
readonly borderRadius?: number | undefined;
|
|
4
4
|
readonly backgroundColor?: string | undefined;
|
|
5
|
-
readonly lineWidth?: number | undefined;
|
|
6
5
|
readonly backgroundImage?: string | undefined;
|
|
6
|
+
readonly lineWidth?: number | undefined;
|
|
7
7
|
readonly startPos?: Record<string, any> | undefined;
|
|
8
8
|
readonly endPos?: Record<string, any> | undefined;
|
|
9
9
|
readonly appear?: string | undefined;
|
|
@@ -3,7 +3,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3
3
|
readonly data?: unknown[] | undefined;
|
|
4
4
|
readonly radius?: number | undefined;
|
|
5
5
|
readonly centerPosition?: Record<string, any> | undefined;
|
|
6
|
+
readonly subRadius?: number | undefined;
|
|
6
7
|
readonly animationTime?: number | undefined;
|
|
8
|
+
readonly radiusScale?: number | undefined;
|
|
7
9
|
};
|
|
8
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
9
11
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$props: {
|
|
3
3
|
readonly preloadList?: Record<string, any> | undefined;
|
|
4
|
+
readonly loadList?: Record<string, any> | undefined;
|
|
4
5
|
readonly downloadList?: Record<string, any> | undefined;
|
|
5
6
|
readonly onPreloading?: Function | undefined;
|
|
6
7
|
readonly onPreloadDone?: Function | undefined;
|
|
@@ -17,9 +18,11 @@ export function buildPreloadInfo(url: any, width: number | undefined, height: nu
|
|
|
17
18
|
magicToken: string;
|
|
18
19
|
isPosterImage: any;
|
|
19
20
|
};
|
|
20
|
-
export function buildDownloadInfo(url: any, net_setting
|
|
21
|
+
export function buildDownloadInfo(url: any, net_setting?: null, get_image_size?: boolean, preDecode?: boolean): {
|
|
21
22
|
url: any;
|
|
22
23
|
netSetting: null;
|
|
23
|
-
getImageSize:
|
|
24
|
+
getImageSize: boolean;
|
|
24
25
|
magicToken: string;
|
|
26
|
+
preDecode: boolean;
|
|
25
27
|
};
|
|
28
|
+
export { buildPreloadInfo as buildLoadInfo };
|
|
@@ -9,6 +9,8 @@ declare const _default: {
|
|
|
9
9
|
linkName: string;
|
|
10
10
|
syncWith: string;
|
|
11
11
|
syncType: symbol;
|
|
12
|
+
enableMouseWheel: boolean;
|
|
13
|
+
mouseWheelRate: number;
|
|
12
14
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
13
15
|
style: {
|
|
14
16
|
type: ObjectConstructor;
|
|
@@ -46,7 +48,15 @@ declare const _default: {
|
|
|
46
48
|
type: SymbolConstructor;
|
|
47
49
|
default: symbol;
|
|
48
50
|
};
|
|
49
|
-
|
|
51
|
+
enableMouseWheel: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
mouseWheelRate: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
59
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "mode" | "initPercent" | "enableFling" | "linkName" | "syncWith" | "syncType" | "enableMouseWheel" | "mouseWheelRate">;
|
|
50
60
|
$attrs: {
|
|
51
61
|
[x: string]: unknown;
|
|
52
62
|
};
|
|
@@ -97,6 +107,14 @@ declare const _default: {
|
|
|
97
107
|
type: SymbolConstructor;
|
|
98
108
|
default: symbol;
|
|
99
109
|
};
|
|
110
|
+
enableMouseWheel: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
mouseWheelRate: {
|
|
115
|
+
type: NumberConstructor;
|
|
116
|
+
default: number;
|
|
117
|
+
};
|
|
100
118
|
}>>, {
|
|
101
119
|
setSensor: (callback: Function, sensitivity: number) => void;
|
|
102
120
|
updatePercent: (percent: number) => void;
|
|
@@ -108,6 +126,8 @@ declare const _default: {
|
|
|
108
126
|
linkName: string;
|
|
109
127
|
syncWith: string;
|
|
110
128
|
syncType: symbol;
|
|
129
|
+
enableMouseWheel: boolean;
|
|
130
|
+
mouseWheelRate: number;
|
|
111
131
|
}, {}, string> & {
|
|
112
132
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
113
133
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -165,6 +185,14 @@ declare const _default: {
|
|
|
165
185
|
type: SymbolConstructor;
|
|
166
186
|
default: symbol;
|
|
167
187
|
};
|
|
188
|
+
enableMouseWheel: {
|
|
189
|
+
type: BooleanConstructor;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
192
|
+
mouseWheelRate: {
|
|
193
|
+
type: NumberConstructor;
|
|
194
|
+
default: number;
|
|
195
|
+
};
|
|
168
196
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
169
197
|
setSensor: (callback: Function, sensitivity: number) => void;
|
|
170
198
|
updatePercent: (percent: number) => void;
|
|
@@ -210,6 +238,14 @@ declare const _default: {
|
|
|
210
238
|
type: SymbolConstructor;
|
|
211
239
|
default: symbol;
|
|
212
240
|
};
|
|
241
|
+
enableMouseWheel: {
|
|
242
|
+
type: BooleanConstructor;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
245
|
+
mouseWheelRate: {
|
|
246
|
+
type: NumberConstructor;
|
|
247
|
+
default: number;
|
|
248
|
+
};
|
|
213
249
|
}>>, {
|
|
214
250
|
setSensor: (callback: Function, sensitivity: number) => void;
|
|
215
251
|
updatePercent: (percent: number) => void;
|
|
@@ -221,6 +257,8 @@ declare const _default: {
|
|
|
221
257
|
linkName: string;
|
|
222
258
|
syncWith: string;
|
|
223
259
|
syncType: symbol;
|
|
260
|
+
enableMouseWheel: boolean;
|
|
261
|
+
mouseWheelRate: number;
|
|
224
262
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
225
263
|
$slots: {
|
|
226
264
|
FixedBox: (_: {
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): {
|
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
6
|
+
$attrs: {
|
|
7
|
+
[x: string]: unknown;
|
|
8
|
+
};
|
|
9
|
+
$refs: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
};
|
|
12
|
+
$slots: Readonly<{
|
|
13
|
+
[name: string]: import("vue").Slot | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
18
|
+
$el: any;
|
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
20
|
+
moveTo: (speed: any, x: any, y: any, onReach: any, prex: any, prey: any, onPreReach: any) => void;
|
|
21
|
+
brakeTo: (x: any, y: any) => void;
|
|
22
|
+
stop: () => void;
|
|
23
|
+
setSpeed: (speedX: any, speedY: any) => void;
|
|
24
|
+
$props: {
|
|
25
|
+
readonly initPosition?: unknown[] | undefined;
|
|
26
|
+
};
|
|
27
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
28
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
41
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
42
|
+
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;
|
|
43
|
+
};
|
|
44
|
+
$forceUpdate: () => void;
|
|
45
|
+
$nextTick: typeof import("vue").nextTick;
|
|
46
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
47
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
48
|
+
moveTo: (speed: any, x: any, y: any, onReach: any, prex: any, prey: any, onPreReach: any) => void;
|
|
49
|
+
brakeTo: (x: any, y: any) => void;
|
|
50
|
+
stop: () => void;
|
|
51
|
+
setSpeed: (speedX: any, speedY: any) => void;
|
|
52
|
+
$props: {
|
|
53
|
+
readonly initPosition?: unknown[] | undefined;
|
|
54
|
+
};
|
|
55
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
56
|
+
__isFragment?: undefined;
|
|
57
|
+
__isTeleport?: undefined;
|
|
58
|
+
__isSuspense?: undefined;
|
|
59
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
60
|
+
moveTo: (speed: any, x: any, y: any, onReach: any, prex: any, prey: any, onPreReach: any) => void;
|
|
61
|
+
brakeTo: (x: any, y: any) => void;
|
|
62
|
+
stop: () => void;
|
|
63
|
+
setSpeed: (speedX: any, speedY: any) => void;
|
|
64
|
+
$props: {
|
|
65
|
+
readonly initPosition?: unknown[] | undefined;
|
|
66
|
+
};
|
|
67
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
68
|
+
$slots: {
|
|
69
|
+
default: (_: {}) => any;
|
|
70
|
+
};
|
|
71
|
+
});
|
|
72
|
+
export default _default;
|
|
@@ -14,6 +14,24 @@ export class JsvSoundPool {
|
|
|
14
14
|
* @param {function} callback 资源加载完成回调 function(int state, AudioController controller) {}
|
|
15
15
|
*/
|
|
16
16
|
request(url: string, netSetting: string, priority: int, callback: Function): void;
|
|
17
|
+
/**
|
|
18
|
+
* @description: 准备音频资源
|
|
19
|
+
* @param {string} url 音频url
|
|
20
|
+
* @param {int} fastRepeatGap 最小间隔时间, 如果不为0则启用快速重复播放, 用两路音轨解决快速播放的漏音问题
|
|
21
|
+
* @param {string} netSetting http请求配置
|
|
22
|
+
* @param {int} priority 优先级
|
|
23
|
+
* @param {function} callback 资源加载完成回调 function(int state, AudioController controller) {}
|
|
24
|
+
*/
|
|
25
|
+
requestInRepeatMode(url: string, fastRepeatGap: int, netSetting: string, priority: int, callback: Function): void;
|
|
26
|
+
/**
|
|
27
|
+
* @description: 准备音频资源
|
|
28
|
+
* @param {string} url 音频url
|
|
29
|
+
* @param {int} repeatFastMiniGap 最小间隔时间, 如果不为0则启用快速重复播放, 用两路音轨解决快速播放的漏音问题
|
|
30
|
+
* @param {string} netSetting http请求配置
|
|
31
|
+
* @param {int} priority 优先级
|
|
32
|
+
* @param {function} callback 资源加载完成回调 function(int state, AudioController controller) {}
|
|
33
|
+
*/
|
|
34
|
+
_request(url: string, repeatFastMiniGap: int, netSetting: string, priority: int, callback: Function): void;
|
|
17
35
|
/**
|
|
18
36
|
* @description: 释放音频资源
|
|
19
37
|
* @param {AudioController} controller 控制句柄
|
|
@@ -38,15 +56,23 @@ declare class AudioController {
|
|
|
38
56
|
_SoundId: any;
|
|
39
57
|
_Url: any;
|
|
40
58
|
_StreamId: number;
|
|
59
|
+
_StreamStartTime: number;
|
|
60
|
+
_SubStreamId: number;
|
|
61
|
+
_SubStreamStartTime: number;
|
|
62
|
+
_LatestStreamStartTime: number;
|
|
41
63
|
_Rate: number;
|
|
42
64
|
_Loop: number;
|
|
43
65
|
_LeftVolume: number;
|
|
44
66
|
_RightVolume: number;
|
|
45
67
|
_Priority: number;
|
|
68
|
+
_FastRepeatGap: number;
|
|
69
|
+
enableFastRepeat(mini_gap: any): void;
|
|
46
70
|
/**
|
|
47
71
|
* @description: 播放音频
|
|
48
72
|
*/
|
|
49
73
|
play(): void;
|
|
74
|
+
_playMainStream(now: any): void;
|
|
75
|
+
_playSubStream(now: any): void;
|
|
50
76
|
/**
|
|
51
77
|
* @description: 暂停音频(Android4.0不支持)
|
|
52
78
|
*/
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): {
|
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
6
|
+
$attrs: {
|
|
7
|
+
[x: string]: unknown;
|
|
8
|
+
};
|
|
9
|
+
$refs: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
};
|
|
12
|
+
$slots: Readonly<{
|
|
13
|
+
[name: string]: import("vue").Slot | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
18
|
+
$el: any;
|
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
20
|
+
$props: {
|
|
21
|
+
readonly animation?: Record<string, any> | undefined;
|
|
22
|
+
readonly vertical?: boolean | undefined;
|
|
23
|
+
readonly totalFrame?: number | undefined;
|
|
24
|
+
readonly firstFrame?: number | undefined;
|
|
25
|
+
readonly layoutInfo?: Record<string, any> | undefined;
|
|
26
|
+
readonly autoplayInterval?: number | undefined;
|
|
27
|
+
readonly reverseSwipe?: boolean | undefined;
|
|
28
|
+
readonly itemGap?: number | undefined;
|
|
29
|
+
readonly enableAutoplay?: boolean | undefined;
|
|
30
|
+
readonly name?: string | undefined;
|
|
31
|
+
readonly onFocus?: Function | undefined;
|
|
32
|
+
readonly onBlur?: Function | undefined;
|
|
33
|
+
readonly onChange?: Function | undefined;
|
|
34
|
+
readonly onClick?: Function | undefined;
|
|
35
|
+
readonly padding?: Record<string, any> | undefined;
|
|
36
|
+
readonly onEdge?: Function | undefined;
|
|
37
|
+
readonly itemSize?: Record<string, any> | undefined;
|
|
38
|
+
};
|
|
39
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
40
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
53
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
54
|
+
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;
|
|
55
|
+
};
|
|
56
|
+
$forceUpdate: () => void;
|
|
57
|
+
$nextTick: typeof import("vue").nextTick;
|
|
58
|
+
$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;
|
|
59
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
60
|
+
$props: {
|
|
61
|
+
readonly animation?: Record<string, any> | undefined;
|
|
62
|
+
readonly vertical?: boolean | undefined;
|
|
63
|
+
readonly totalFrame?: number | undefined;
|
|
64
|
+
readonly firstFrame?: number | undefined;
|
|
65
|
+
readonly layoutInfo?: Record<string, any> | undefined;
|
|
66
|
+
readonly autoplayInterval?: number | undefined;
|
|
67
|
+
readonly reverseSwipe?: boolean | undefined;
|
|
68
|
+
readonly itemGap?: number | undefined;
|
|
69
|
+
readonly enableAutoplay?: boolean | undefined;
|
|
70
|
+
readonly name?: string | undefined;
|
|
71
|
+
readonly onFocus?: Function | undefined;
|
|
72
|
+
readonly onBlur?: Function | undefined;
|
|
73
|
+
readonly onChange?: Function | undefined;
|
|
74
|
+
readonly onClick?: Function | undefined;
|
|
75
|
+
readonly padding?: Record<string, any> | undefined;
|
|
76
|
+
readonly onEdge?: Function | undefined;
|
|
77
|
+
readonly itemSize?: Record<string, any> | undefined;
|
|
78
|
+
};
|
|
79
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
80
|
+
__isFragment?: undefined;
|
|
81
|
+
__isTeleport?: undefined;
|
|
82
|
+
__isSuspense?: undefined;
|
|
83
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
84
|
+
$props: {
|
|
85
|
+
readonly animation?: Record<string, any> | undefined;
|
|
86
|
+
readonly vertical?: boolean | undefined;
|
|
87
|
+
readonly totalFrame?: number | undefined;
|
|
88
|
+
readonly firstFrame?: number | undefined;
|
|
89
|
+
readonly layoutInfo?: Record<string, any> | undefined;
|
|
90
|
+
readonly autoplayInterval?: number | undefined;
|
|
91
|
+
readonly reverseSwipe?: boolean | undefined;
|
|
92
|
+
readonly itemGap?: number | undefined;
|
|
93
|
+
readonly enableAutoplay?: boolean | undefined;
|
|
94
|
+
readonly name?: string | undefined;
|
|
95
|
+
readonly onFocus?: Function | undefined;
|
|
96
|
+
readonly onBlur?: Function | undefined;
|
|
97
|
+
readonly onChange?: Function | undefined;
|
|
98
|
+
readonly onClick?: Function | undefined;
|
|
99
|
+
readonly padding?: Record<string, any> | undefined;
|
|
100
|
+
readonly onEdge?: Function | undefined;
|
|
101
|
+
readonly itemSize?: Record<string, any> | undefined;
|
|
102
|
+
};
|
|
103
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
104
|
+
$slots: {
|
|
105
|
+
itemView: (_: {
|
|
106
|
+
currentIndex: number;
|
|
107
|
+
dataIndex: any;
|
|
108
|
+
focused: boolean;
|
|
109
|
+
}) => any;
|
|
110
|
+
};
|
|
111
|
+
});
|
|
112
|
+
export default _default;
|