@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
|
@@ -123,7 +123,44 @@ export function logDebug(message: any): void;
|
|
|
123
123
|
export function logTrace(message: any): void;
|
|
124
124
|
export function setJsvPlayerDebugMode(mode: any): void;
|
|
125
125
|
export function getJsvPlayerRunningNum(): any;
|
|
126
|
-
|
|
126
|
+
/**
|
|
127
|
+
* 设置运营商信息,主要用于不同运营商特殊的配置
|
|
128
|
+
* @param {*} operator 运营商信息。
|
|
129
|
+
*/
|
|
130
|
+
export function setOperator(operator: any): void;
|
|
131
|
+
/**
|
|
132
|
+
* 设置组播网络连通性探测频道
|
|
133
|
+
* @param {Number} mixNo 探测的频道ID
|
|
134
|
+
*/
|
|
135
|
+
export function setProbeMulticastChannelID(mixNo: number): void;
|
|
136
|
+
/**
|
|
137
|
+
* 设置组播网络连通性探测地址
|
|
138
|
+
* @param {String} url 探测的组播地址,需是igmp协议格式,如igmp://224.0.0.1:xxxx
|
|
139
|
+
*/
|
|
140
|
+
export function setProbeMulticastUrl(url: string): void;
|
|
141
|
+
/**
|
|
142
|
+
* 注册视频流重试时的监听接口,用于上报log使用。当listener = null时,相当于注销监听。同时只能有一个全局监听接口,后注册的会覆盖之前注册的。
|
|
143
|
+
* 如果通过组件注册了播放器此事件的监听,不会通过此接口通知。
|
|
144
|
+
* @param {function name(data) {
|
|
145
|
+
let obj = JSON.parse(data);
|
|
146
|
+
let old_src = obj["oldSrc"]; //String类型,报错的url
|
|
147
|
+
let new_src = obj["newSrc"]; //String类型,重新尝试的URL,如果oldSrc正常播放了,会继续使用oldSrc,否则看是否有备份URL,对于直播,会使用时移地址作为备份URL。
|
|
148
|
+
let same_src = obj["sameSrc"]; //boolean类型,old_src是否和new_src相等。
|
|
149
|
+
let video_type = obj["videoType"]; //播放场景。1是点播场景;2是直播场景,3是直播时移场景;4是直播回看场景。
|
|
150
|
+
}}
|
|
151
|
+
*/
|
|
152
|
+
export function registerStreamChangedListener(listener: any): void;
|
|
153
|
+
/**
|
|
154
|
+
* 设置移动卡花事件上报相关参数
|
|
155
|
+
* @param {string} param json格式
|
|
156
|
+
*/
|
|
157
|
+
export function setMobileEventParam(param: string): void;
|
|
158
|
+
/**
|
|
159
|
+
* 设置stbid
|
|
160
|
+
* @param {string} stbid 机顶盒stbid
|
|
161
|
+
*/
|
|
162
|
+
export function setStbID(stbid: string): void;
|
|
163
|
+
export function setGlobalEventListener(listener: any): void;
|
|
127
164
|
declare class JsvMedia extends JsvBaseMedia {
|
|
128
165
|
}
|
|
129
166
|
declare class JsvBaseMedia {
|
|
@@ -140,9 +177,10 @@ declare class JsvBaseMedia {
|
|
|
140
177
|
keepLastFrame: boolean;
|
|
141
178
|
timeUpdateLess: boolean;
|
|
142
179
|
rate: number;
|
|
143
|
-
volume:
|
|
180
|
+
volume: null;
|
|
144
181
|
chromaKey: null;
|
|
145
182
|
audioTrack: number;
|
|
183
|
+
videoDeltaTime: number;
|
|
146
184
|
};
|
|
147
185
|
local: {
|
|
148
186
|
currentTime: number;
|
|
@@ -169,6 +207,7 @@ declare class JsvBaseMedia {
|
|
|
169
207
|
frameRateLimit: boolean;
|
|
170
208
|
_onEvent: (event_str: any) => void;
|
|
171
209
|
_onVisibilityChangeCallBack: () => void;
|
|
210
|
+
srcList: any[];
|
|
172
211
|
/**
|
|
173
212
|
* 私有接口,外部不需要调用此接口。
|
|
174
213
|
*/
|
|
@@ -248,6 +287,14 @@ declare class JsvBaseMedia {
|
|
|
248
287
|
* 属性,float类型,播放器音量,0-1.0,只影响当前播放器实例。
|
|
249
288
|
*/
|
|
250
289
|
get volume(): any;
|
|
290
|
+
/**
|
|
291
|
+
* 属性,float类型,播放器左声道音量,0-1.0。
|
|
292
|
+
*/
|
|
293
|
+
get leftVolume(): any;
|
|
294
|
+
/**
|
|
295
|
+
* 属性,float类型,播放器右声道音量,0-1.0。
|
|
296
|
+
*/
|
|
297
|
+
get rightVolume(): any;
|
|
251
298
|
set startTime(arg: any);
|
|
252
299
|
/**
|
|
253
300
|
* 属性,double类型,起播时间,单位秒,可使用currentTime代替。
|
|
@@ -280,6 +327,19 @@ declare class JsvBaseMedia {
|
|
|
280
327
|
* @param {int} 用户频道号,只在直播回看状态下需要设置
|
|
281
328
|
*/
|
|
282
329
|
setSrc(url: string, windowMode: string, head: string, type: int, timeShift: double, resolution: any, mixNo: any): void;
|
|
330
|
+
/**
|
|
331
|
+
* 添加短视频播放地址列表,数组格式。
|
|
332
|
+
* @param {array} url_list 播放地址列表,数组格式,[url1, url2, ...]。
|
|
333
|
+
*/
|
|
334
|
+
addSrcList(url_list: array): void;
|
|
335
|
+
removeSrcList(url_list: any): void;
|
|
336
|
+
changeUrl(url: any): void;
|
|
337
|
+
/**
|
|
338
|
+
* 设置音量,可以分别设置左声道和右声道,如果只用左声道,把rightVolume设置为0,如果只使用右声道,把leftVolume设置为0。
|
|
339
|
+
* @param {float} leftVolume 左声道音量,0-1.0
|
|
340
|
+
* @param {float} rightVolume 右声道音量,0-1.0
|
|
341
|
+
*/
|
|
342
|
+
setVolume(leftVolume: float, rightVolume: float): void;
|
|
283
343
|
/**
|
|
284
344
|
* 添加监听事件。
|
|
285
345
|
* @param {string} type 事件类型。
|
|
@@ -318,6 +378,13 @@ declare class JsvBaseMedia {
|
|
|
318
378
|
*/
|
|
319
379
|
unload(): void;
|
|
320
380
|
unloadPrivate(): void;
|
|
381
|
+
/**
|
|
382
|
+
* 视频和音频同步时间的差值,当视频比音频快时,设置大于0的时间差值,当视频比音频慢,设置小于0的时间差值,单位为毫秒。播放器会使用视频时间戳+差值去和音频做同步。
|
|
383
|
+
* 只有jsv视频播放器(playerType=2)时支持。
|
|
384
|
+
* @param {int} time 时间差值,单位ms。
|
|
385
|
+
* @returns {int} 0,表示成功;-1,表示失败
|
|
386
|
+
*/
|
|
387
|
+
videoSynTime(time: int): int;
|
|
321
388
|
/**
|
|
322
389
|
* 要求终端访问指定的频道,并立即返回。对由本地设置为跳过的频道,也返回-1。
|
|
323
390
|
* 频道地址为通过 CTCSetConfig 设置的频道列表中的地址:
|
|
@@ -391,19 +458,55 @@ declare class JsvBaseMedia {
|
|
|
391
458
|
/**
|
|
392
459
|
* 设置色度抠像参数,只支持扣绿。
|
|
393
460
|
* 参考格式:{color: 0x30FF30, colorDistance: 0.15, edgeDistance: 0.4, greenOffset: 0.05}
|
|
394
|
-
* @param {
|
|
461
|
+
* @param {string} chromaKey,抠像参数,JSON Object结构,包含的参数如下:
|
|
395
462
|
* color,色值,int类型,为抠图色值范围的中心点,格式为0xRRGGBB。
|
|
396
463
|
* colorDistance,float类型,色域范围,范围0-1.0。
|
|
397
464
|
* edgeDistance,float类型,alpha透明度距离,范围colorDistance-1.0,从colorDistance到edgeDistance的alpha值从1.0-0线性递减。
|
|
398
465
|
* greenOffset,float类型,红蓝差值,范围0-1.0。
|
|
399
466
|
*/
|
|
400
|
-
setChromaKey(chromaKey:
|
|
467
|
+
setChromaKey(chromaKey: string): void;
|
|
401
468
|
setDebugMode(mode: any): any;
|
|
402
469
|
/**
|
|
403
470
|
* 获取是否支持倍速设置,在onCanPlay事件发送以后,通过此接口查询。
|
|
404
471
|
* @returns {boolean} true:支持播放倍速设置;false:不支持播放倍速设置。
|
|
405
472
|
* */
|
|
406
473
|
supportPlaybackRateSet(): boolean;
|
|
474
|
+
/**
|
|
475
|
+
* 获取视频信息,包括配置参数,视频状态,视频格式参数等。
|
|
476
|
+
* @returns {string} 视频信息字符串,为json string,包括config、status、info三个字端,每个字段也是一个json string格式。
|
|
477
|
+
* 1、对于config字段,包含的字段定义如下:
|
|
478
|
+
* 1)如果ConfigType字段值为1,表示是IPTV格式,包括:
|
|
479
|
+
* ChannelURL:频道直播地址;
|
|
480
|
+
* TimeShiftURL:频道时移地址;
|
|
481
|
+
* ChannelID:频道编码,字符串格式;
|
|
482
|
+
* UserChannelID:频道编号,频道名称前的编号;
|
|
483
|
+
* ChannelName:频道名称。
|
|
484
|
+
* 2)如果ConfigType字段值为2,表示JsvPlayer格式,包括:
|
|
485
|
+
* URL:播放地址;
|
|
486
|
+
* Type:视频类型:1表示点播,2表示直播,3表示时移,4表示回看;
|
|
487
|
+
* Head:视频网络请求head;
|
|
488
|
+
* ShiftTime:时移时间,Type==3有效。
|
|
489
|
+
* 3)如果ConfigType字段值为3,表示ctc media格式,包括:
|
|
490
|
+
* MediaURL:媒体播放地址;
|
|
491
|
+
* MediaCode:媒体code;
|
|
492
|
+
* MediaType:媒体类型;
|
|
493
|
+
* TimeShiftUrl:时移地址。
|
|
494
|
+
* 4)ConfigType等于其它值无效。
|
|
495
|
+
* 2、对于status字段,包含的字段定义如下:
|
|
496
|
+
* URL:实际播放地址;
|
|
497
|
+
* VideoType:视频类型:1表示点播,2表示直播,3表示时移,4表示回看;
|
|
498
|
+
* Duration:视频总时长,单位秒,直播/时移状态时为-1;
|
|
499
|
+
* CurrentTime:当前播放时间,直播/时移为时间戳,单位秒;
|
|
500
|
+
* StartPlayTime:开始播放系统时间,单位秒。
|
|
501
|
+
* 3、对于info字段,包含的字段定义如下:
|
|
502
|
+
* VideoWidth:视频宽度,视频起播后有效;
|
|
503
|
+
* VideoHeight:视频高度,视频起播后有效;
|
|
504
|
+
* AudioTrackNum:音轨个数;
|
|
505
|
+
* Fps:帧率。
|
|
506
|
+
*
|
|
507
|
+
*
|
|
508
|
+
*/
|
|
509
|
+
getVideoInfo(): string;
|
|
407
510
|
/**
|
|
408
511
|
* 私有接口,外部不需要调用此接口。
|
|
409
512
|
*/
|
|
@@ -39,6 +39,17 @@ declare namespace methods {
|
|
|
39
39
|
* @param {int} flags FLAG_SHOW_UI(1)表示显示音量调节UI;FLAG_PLAY_SOUND(4)表示使用提示音。两个值可以是或的关系。
|
|
40
40
|
* */
|
|
41
41
|
function adjustGlobalVolume(direction: int, flags: int): void;
|
|
42
|
+
/**
|
|
43
|
+
* 设置系统静音状态。
|
|
44
|
+
* @param {boolean} status true表示静音,false表示取消静音。
|
|
45
|
+
* @param {int} flags FLAG_SHOW_UI(1)表示显示音量调节UI;FLAG_PLAY_SOUND(4)表示使用提示音。两个值可以是或的关系。android 6.0(包含)以上有效。
|
|
46
|
+
* */
|
|
47
|
+
function setGlobalMuted(status: boolean, flags: int): void;
|
|
48
|
+
/**
|
|
49
|
+
* 获取系统静音状态。
|
|
50
|
+
* @return {boolean} true表示静音,false表示非静音。
|
|
51
|
+
* */
|
|
52
|
+
function getGlobalMutedStatus(): boolean;
|
|
42
53
|
/**
|
|
43
54
|
* 回到视频的开头。
|
|
44
55
|
*/
|
|
@@ -47,6 +58,16 @@ declare namespace methods {
|
|
|
47
58
|
* 到达视频的末尾。
|
|
48
59
|
*/
|
|
49
60
|
function gotoEnd(): void;
|
|
61
|
+
/**
|
|
62
|
+
* 获取timeShift状态,包含是否支持时移以及最大时移时间。
|
|
63
|
+
* @returns {JsonObject} 包含两个字段:1、timeShift,boolean类型,true表示支持时移;2、timeShiftLength,int类型,最大时移时长。
|
|
64
|
+
*/
|
|
65
|
+
function getTimeShiftInfo(): JsonObject;
|
|
66
|
+
/**
|
|
67
|
+
* 设置时移时间。
|
|
68
|
+
* @param {double} time,值为从当前时间计算向前移动了多长时间,单位秒。
|
|
69
|
+
*/
|
|
70
|
+
function setTimeShift(time: double): void;
|
|
50
71
|
/**
|
|
51
72
|
* 设置播放地址。
|
|
52
73
|
* @param {string} url 播放地址。
|
|
@@ -54,4 +75,45 @@ declare namespace methods {
|
|
|
54
75
|
* @param {int} type 类型,1表示点播,2表示直播,3表示时移,默认1。
|
|
55
76
|
*/
|
|
56
77
|
function setSrc(url: string, head: string, type: int): void;
|
|
78
|
+
function setHoleID(hole_id: any): void;
|
|
79
|
+
/**
|
|
80
|
+
* 停止视频流。
|
|
81
|
+
*/
|
|
82
|
+
function unload(): void;
|
|
83
|
+
/**
|
|
84
|
+
* 获取当前使用的audio track
|
|
85
|
+
* @returns the current playing track,-1 is invalid
|
|
86
|
+
*/
|
|
87
|
+
function getSelectedAudioTrack(): number;
|
|
88
|
+
/**
|
|
89
|
+
* 选择audio track
|
|
90
|
+
* @param {*} track audio track index
|
|
91
|
+
*/
|
|
92
|
+
function selectAudioTrack(track: any): void;
|
|
93
|
+
/**
|
|
94
|
+
* 当流停止后,不需要显示最后一帧,调用此接口清除。
|
|
95
|
+
*/
|
|
96
|
+
function clearLastFrame(): void;
|
|
97
|
+
/**
|
|
98
|
+
* 设置色度抠像参数,只支持扣绿。
|
|
99
|
+
* 参考格式:{color: 0x30FF30, colorDistance: 0.15, edgeDistance: 0.4, greenOffset: 0.05}
|
|
100
|
+
* @param {JSON object} chromaKey,抠像参数,JSON Object包含的参数如下:
|
|
101
|
+
* color,色值,int类型,为抠图色值范围的中心点,格式为0xRRGGBB。
|
|
102
|
+
* colorDistance,float类型,色域范围,范围0-1.0。
|
|
103
|
+
* edgeDistance,float类型,alpha透明度距离,范围colorDistance-1.0,从colorDistance到edgeDistance的alpha值从1.0-0线性递减。
|
|
104
|
+
* greenOffset,float类型,红蓝差值,范围0-1.0。
|
|
105
|
+
*/
|
|
106
|
+
function setChromaKey(chromaKey: any): void;
|
|
107
|
+
/**
|
|
108
|
+
* 获取是否支持倍速设置,在onCanPlay事件发送以后,通过此接口查询。
|
|
109
|
+
* @returns {boolean} true:支持播放倍速设置;false:不支持播放倍速设置。
|
|
110
|
+
* */
|
|
111
|
+
function supportPlaybackRateSet(): boolean;
|
|
112
|
+
/**
|
|
113
|
+
* 视频和音频同步时间的差值,当视频比音频快时,设置大于0的时间差值,当视频比音频慢,设置小于0的时间差值,单位为毫秒。播放器会使用视频时间戳+差值去和音频做同步。
|
|
114
|
+
* 只有jsv视频播放器(playerType=2)时支持。
|
|
115
|
+
* @param {int} time 时间差值,单位ms。
|
|
116
|
+
* @returns {int} 0,表示成功;-1,表示失败
|
|
117
|
+
*/
|
|
118
|
+
function videoSynTime(time: int): int;
|
|
57
119
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./JsvMedia.js";
|
|
1
2
|
declare const _default: import("vue").DefineComponent<{
|
|
2
3
|
/**
|
|
3
4
|
* 回调函数,播放器对象通知接口
|
|
@@ -32,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
33
|
default: string;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* 属性,int类型,底层使用的播放器类型。1:系统播放器;2:jsv视频播放器;3:jsv
|
|
36
|
+
* 属性,int类型,底层使用的播放器类型。1:系统播放器;2:jsv视频播放器;3:jsv音频播放器;4:jsv短视频播放器。默认2。
|
|
36
37
|
*/
|
|
37
38
|
playerType: {
|
|
38
39
|
type: NumberConstructor;
|
|
@@ -95,7 +96,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
96
|
default: string;
|
|
96
97
|
};
|
|
97
98
|
/**
|
|
98
|
-
* 属性,
|
|
99
|
+
* 属性,String类型,色度抠像参数,包含color,colorDistance,edgeDistance,greenOffset四个参数,
|
|
99
100
|
* 参考格式:{color: 0x30FF30, colorDistance: 0.15, edgeDistance: 0.4, greenOffset: 0.05}
|
|
100
101
|
* color,色值,int类型,为抠图色值范围的中心点,格式为0xRRGGBB。
|
|
101
102
|
* colorDistance,float类型,色域范围,范围0-1.0。
|
|
@@ -104,8 +105,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
105
|
* 目前只支持扣绿。
|
|
105
106
|
*/
|
|
106
107
|
chromaKey: {
|
|
107
|
-
type:
|
|
108
|
-
default:
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
109
110
|
};
|
|
110
111
|
/**
|
|
111
112
|
* 回调函数,播放结束时通过此回调接口通知。
|
|
@@ -249,6 +250,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
249
250
|
type: FunctionConstructor;
|
|
250
251
|
default: () => {};
|
|
251
252
|
};
|
|
253
|
+
/**
|
|
254
|
+
* 回调函数,当流播放错误时,重试的时候发送此事件,用于上报log使用。
|
|
255
|
+
*/
|
|
256
|
+
onStreamChanged: {
|
|
257
|
+
type: FunctionConstructor;
|
|
258
|
+
default: () => {};
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* 回调函数,当短视频修改播放地址,真正执行修改动作时,触发此事件。
|
|
262
|
+
*/
|
|
263
|
+
onChangeUrlComplete: {
|
|
264
|
+
type: FunctionConstructor;
|
|
265
|
+
default: () => {};
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* 回调函数,当短视频修改播放地址,开始起播时,触发此事件。
|
|
269
|
+
*/
|
|
270
|
+
onChangeUrlRenderStart: {
|
|
271
|
+
type: FunctionConstructor;
|
|
272
|
+
default: () => {};
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* 回调函数,当短视频修改播放地址,开始起播时,触发此事件。
|
|
276
|
+
*/
|
|
277
|
+
onSizeChangeError: {
|
|
278
|
+
type: FunctionConstructor;
|
|
279
|
+
default: () => {};
|
|
280
|
+
};
|
|
252
281
|
/**
|
|
253
282
|
* 属性,Object类型,设置窗口属性,同其他组件的style设置。
|
|
254
283
|
*/
|
|
@@ -264,7 +293,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
293
|
type: BooleanConstructor;
|
|
265
294
|
default: boolean;
|
|
266
295
|
};
|
|
267
|
-
|
|
296
|
+
/**
|
|
297
|
+
* 属性,int类型,设置圆角属性。
|
|
298
|
+
*/
|
|
299
|
+
cornerRadius: {
|
|
300
|
+
type: NumberConstructor;
|
|
301
|
+
default: number;
|
|
302
|
+
};
|
|
303
|
+
oversize: {
|
|
268
304
|
type: NumberConstructor;
|
|
269
305
|
default: number;
|
|
270
306
|
};
|
|
@@ -310,7 +346,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
310
346
|
default: string;
|
|
311
347
|
};
|
|
312
348
|
/**
|
|
313
|
-
* 属性,int类型,底层使用的播放器类型。1:系统播放器;2:jsv视频播放器;3:jsv
|
|
349
|
+
* 属性,int类型,底层使用的播放器类型。1:系统播放器;2:jsv视频播放器;3:jsv音频播放器;4:jsv短视频播放器。默认2。
|
|
314
350
|
*/
|
|
315
351
|
playerType: {
|
|
316
352
|
type: NumberConstructor;
|
|
@@ -373,7 +409,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
373
409
|
default: string;
|
|
374
410
|
};
|
|
375
411
|
/**
|
|
376
|
-
* 属性,
|
|
412
|
+
* 属性,String类型,色度抠像参数,包含color,colorDistance,edgeDistance,greenOffset四个参数,
|
|
377
413
|
* 参考格式:{color: 0x30FF30, colorDistance: 0.15, edgeDistance: 0.4, greenOffset: 0.05}
|
|
378
414
|
* color,色值,int类型,为抠图色值范围的中心点,格式为0xRRGGBB。
|
|
379
415
|
* colorDistance,float类型,色域范围,范围0-1.0。
|
|
@@ -382,8 +418,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
382
418
|
* 目前只支持扣绿。
|
|
383
419
|
*/
|
|
384
420
|
chromaKey: {
|
|
385
|
-
type:
|
|
386
|
-
default:
|
|
421
|
+
type: StringConstructor;
|
|
422
|
+
default: string;
|
|
387
423
|
};
|
|
388
424
|
/**
|
|
389
425
|
* 回调函数,播放结束时通过此回调接口通知。
|
|
@@ -527,6 +563,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
527
563
|
type: FunctionConstructor;
|
|
528
564
|
default: () => {};
|
|
529
565
|
};
|
|
566
|
+
/**
|
|
567
|
+
* 回调函数,当流播放错误时,重试的时候发送此事件,用于上报log使用。
|
|
568
|
+
*/
|
|
569
|
+
onStreamChanged: {
|
|
570
|
+
type: FunctionConstructor;
|
|
571
|
+
default: () => {};
|
|
572
|
+
};
|
|
573
|
+
/**
|
|
574
|
+
* 回调函数,当短视频修改播放地址,真正执行修改动作时,触发此事件。
|
|
575
|
+
*/
|
|
576
|
+
onChangeUrlComplete: {
|
|
577
|
+
type: FunctionConstructor;
|
|
578
|
+
default: () => {};
|
|
579
|
+
};
|
|
580
|
+
/**
|
|
581
|
+
* 回调函数,当短视频修改播放地址,开始起播时,触发此事件。
|
|
582
|
+
*/
|
|
583
|
+
onChangeUrlRenderStart: {
|
|
584
|
+
type: FunctionConstructor;
|
|
585
|
+
default: () => {};
|
|
586
|
+
};
|
|
587
|
+
/**
|
|
588
|
+
* 回调函数,当短视频修改播放地址,开始起播时,触发此事件。
|
|
589
|
+
*/
|
|
590
|
+
onSizeChangeError: {
|
|
591
|
+
type: FunctionConstructor;
|
|
592
|
+
default: () => {};
|
|
593
|
+
};
|
|
530
594
|
/**
|
|
531
595
|
* 属性,Object类型,设置窗口属性,同其他组件的style设置。
|
|
532
596
|
*/
|
|
@@ -542,7 +606,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
542
606
|
type: BooleanConstructor;
|
|
543
607
|
default: boolean;
|
|
544
608
|
};
|
|
545
|
-
|
|
609
|
+
/**
|
|
610
|
+
* 属性,int类型,设置圆角属性。
|
|
611
|
+
*/
|
|
612
|
+
cornerRadius: {
|
|
613
|
+
type: NumberConstructor;
|
|
614
|
+
default: number;
|
|
615
|
+
};
|
|
616
|
+
oversize: {
|
|
546
617
|
type: NumberConstructor;
|
|
547
618
|
default: number;
|
|
548
619
|
};
|
|
@@ -568,21 +639,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
568
639
|
onRef: Function;
|
|
569
640
|
playerKey: string;
|
|
570
641
|
onLoadedMetaData: Function;
|
|
571
|
-
|
|
572
|
-
|
|
642
|
+
cornerRadius: number;
|
|
643
|
+
oversize: number;
|
|
573
644
|
keepLastFrame: boolean;
|
|
645
|
+
chromaKey: string;
|
|
646
|
+
onTimeShift: Function;
|
|
647
|
+
onTimeShifted: Function;
|
|
648
|
+
onBackLive: Function;
|
|
649
|
+
onBackLived: Function;
|
|
650
|
+
onStreamChanged: Function;
|
|
651
|
+
onChangeUrlComplete: Function;
|
|
652
|
+
onChangeUrlRenderStart: Function;
|
|
653
|
+
onSizeChangeError: Function;
|
|
654
|
+
active: boolean;
|
|
574
655
|
windowMode: string;
|
|
656
|
+
playerType: number;
|
|
575
657
|
decodeType: number;
|
|
576
658
|
videoAspectRatio: string;
|
|
577
|
-
chromaKey: Record<string, any>;
|
|
578
659
|
onTimeUpdate: Function;
|
|
579
660
|
onCanPlayThrough: Function;
|
|
580
661
|
onDurationChange: Function;
|
|
581
662
|
onCanPlay: Function;
|
|
582
|
-
onTimeShift: Function;
|
|
583
|
-
onTimeShifted: Function;
|
|
584
|
-
onBackLive: Function;
|
|
585
|
-
onBackLived: Function;
|
|
586
|
-
corner: number;
|
|
587
663
|
}>;
|
|
588
664
|
export default _default;
|