@shijiu/jsview-vue 2.3.151-test.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/BrowserJsvLatex.vue.mjs +9 -90
- package/bin/jsview-vue.mjs +5964 -1833
- package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.d.ts +18 -2
- 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 +25 -5
- 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 +3 -3
- 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 +17 -7
- 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/JsvInteractionMode.d.ts +6 -0
- package/bin/types/utils/JsViewVueTools/JsvRuntimeBridge.d.ts +10 -3
- 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 +2 -0
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.d.ts +76 -26
- 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/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 +1 -0
- 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/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 +6 -3
- 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 +24 -2
- package/utils/JsViewEngineWidget/MetroWidget/Const.ts +5 -0
- package/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue +193 -89
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue +325 -155
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetDebugger.ts +15 -0
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.js +1035 -370
- package/utils/JsViewEngineWidget/MetroWidget/PageUpdater.ts +41 -23
- package/utils/JsViewEngineWidget/MetroWidget/RenderItem.ts +138 -41
- package/utils/JsViewEngineWidget/MetroWidget/TaskManager.ts +1 -0
- 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 +329 -230
- 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 +17 -7
- package/utils/JsViewEngineWidget/index.ts +7 -2
- 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} +60 -10
- 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 +3 -0
- package/utils/JsViewVueTools/ForgeHandles.ts +3 -0
- package/utils/JsViewVueTools/JsvInteractionMode.js +16 -0
- package/utils/JsViewVueTools/JsvPreDownloader.ts +2 -2
- package/utils/JsViewVueTools/JsvRuntimeBridge.js +40 -19
- package/utils/JsViewVueTools/JsvTextTools.ts +9 -1
- 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 +16 -1
- package/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.ts +154 -69
- package/utils/JsViewVueTools/JsvTextureStore/Store.ts +1 -1
- 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/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/JsvScreenFlex.vue +3 -1
- package/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue +23 -11
- 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 +29 -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 +32 -29
- 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/JsvTextBox.vue +30 -1
- package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +315 -305
- 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 +7 -2
- package/bin/types/utils/JsViewVueTools/JsvTextureStore/DominantColor/GetDominantColor.d.ts +0 -7
- package/utils/JsViewPlugin/JsvLatex/version.js +0 -24
- package/utils/JsViewVueTools/JsvTextureStore/DominantColor/GetDominantColor.ts +0 -36
- 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: (_: {
|
|
@@ -18,11 +18,15 @@ declare const _default: {
|
|
|
18
18
|
$el: any;
|
|
19
19
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
20
20
|
$props: {
|
|
21
|
+
readonly maxHeight?: number | undefined;
|
|
22
|
+
readonly maxWidth?: number | undefined;
|
|
23
|
+
readonly minHeight?: number | undefined;
|
|
24
|
+
readonly minWidth?: number | undefined;
|
|
21
25
|
readonly verticalAlign?: string | undefined;
|
|
26
|
+
readonly syncDraw?: string | undefined;
|
|
22
27
|
readonly lineAlign?: string | undefined;
|
|
23
28
|
readonly enableLatex?: boolean | undefined;
|
|
24
29
|
readonly textDirection?: string | undefined;
|
|
25
|
-
readonly syncDraw?: string | undefined;
|
|
26
30
|
readonly style?: Record<string, any> | undefined;
|
|
27
31
|
};
|
|
28
32
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
@@ -47,11 +51,15 @@ declare const _default: {
|
|
|
47
51
|
$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;
|
|
48
52
|
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
49
53
|
$props: {
|
|
54
|
+
readonly maxHeight?: number | undefined;
|
|
55
|
+
readonly maxWidth?: number | undefined;
|
|
56
|
+
readonly minHeight?: number | undefined;
|
|
57
|
+
readonly minWidth?: number | undefined;
|
|
50
58
|
readonly verticalAlign?: string | undefined;
|
|
59
|
+
readonly syncDraw?: string | undefined;
|
|
51
60
|
readonly lineAlign?: string | undefined;
|
|
52
61
|
readonly enableLatex?: boolean | undefined;
|
|
53
62
|
readonly textDirection?: string | undefined;
|
|
54
|
-
readonly syncDraw?: string | undefined;
|
|
55
63
|
readonly style?: Record<string, any> | undefined;
|
|
56
64
|
};
|
|
57
65
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -60,11 +68,15 @@ declare const _default: {
|
|
|
60
68
|
__isSuspense?: undefined;
|
|
61
69
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
62
70
|
$props: {
|
|
71
|
+
readonly maxHeight?: number | undefined;
|
|
72
|
+
readonly maxWidth?: number | undefined;
|
|
73
|
+
readonly minHeight?: number | undefined;
|
|
74
|
+
readonly minWidth?: number | undefined;
|
|
63
75
|
readonly verticalAlign?: string | undefined;
|
|
76
|
+
readonly syncDraw?: string | undefined;
|
|
64
77
|
readonly lineAlign?: string | undefined;
|
|
65
78
|
readonly enableLatex?: boolean | undefined;
|
|
66
79
|
readonly textDirection?: string | undefined;
|
|
67
|
-
readonly syncDraw?: string | undefined;
|
|
68
80
|
readonly style?: Record<string, any> | undefined;
|
|
69
81
|
};
|
|
70
82
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1,99 +1,25 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
autoStart: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
texCoord: {
|
|
31
|
-
type: ObjectConstructor;
|
|
32
|
-
};
|
|
33
|
-
}, {
|
|
34
|
-
runningState: number;
|
|
35
|
-
innerViewId: number;
|
|
36
|
-
}, any, {}, {
|
|
37
|
-
_createForgeView(view_texture: any, decorate_setting: any): any;
|
|
38
|
-
_readRadius(setting: any): {
|
|
39
|
-
type: string;
|
|
40
|
-
topLeft: number;
|
|
41
|
-
topRight: number;
|
|
42
|
-
bottomRight: number;
|
|
43
|
-
bottomLeft: number;
|
|
44
|
-
} | {
|
|
45
|
-
type: string;
|
|
46
|
-
topLeft: string;
|
|
47
|
-
topRight: string;
|
|
48
|
-
bottomRight: string;
|
|
49
|
-
bottomLeft: string;
|
|
50
|
-
} | null;
|
|
51
|
-
_createLayoutViewWithDecorate(view_texture: any, decorate_setting: any): any;
|
|
52
|
-
_createNinePatchAlphaMixView(view_texture: any, decorate_setting: any): any;
|
|
53
|
-
_createBorderRadius(view_texture: any, decorate_setting: any): any;
|
|
54
|
-
_onAnimationEnd(normal_end: any): void;
|
|
55
|
-
_updateTexCoord(): void;
|
|
56
|
-
_buildAnimation(a: any): any;
|
|
57
|
-
start(customAnim: any): void;
|
|
58
|
-
getTransition(): string;
|
|
59
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
|
-
src: StringConstructor;
|
|
61
|
-
top: NumberConstructor;
|
|
62
|
-
left: NumberConstructor;
|
|
63
|
-
width: NumberConstructor;
|
|
64
|
-
height: NumberConstructor;
|
|
65
|
-
borderRadius: (StringConstructor | NumberConstructor)[];
|
|
66
|
-
decorate: ObjectConstructor;
|
|
67
|
-
animation: StringConstructor;
|
|
68
|
-
duration: NumberConstructor;
|
|
69
|
-
transform: StringConstructor;
|
|
70
|
-
transformOrigin: StringConstructor;
|
|
71
|
-
onAnimationEnd: FunctionConstructor;
|
|
72
|
-
repeat: {
|
|
73
|
-
type: NumberConstructor;
|
|
74
|
-
default: number;
|
|
75
|
-
};
|
|
76
|
-
delay: {
|
|
77
|
-
type: NumberConstructor;
|
|
78
|
-
default: number;
|
|
79
|
-
};
|
|
80
|
-
easing: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
autoStart: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
texCoord: {
|
|
89
|
-
type: ObjectConstructor;
|
|
90
|
-
};
|
|
91
|
-
}>>, {
|
|
92
|
-
repeat: number;
|
|
93
|
-
easing: string;
|
|
94
|
-
delay: number;
|
|
95
|
-
autoStart: boolean;
|
|
96
|
-
}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
start: (customAnim: any) => void;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly repeat?: number | undefined;
|
|
5
|
+
readonly easing?: string | undefined;
|
|
6
|
+
readonly delay?: number | undefined;
|
|
7
|
+
readonly autoStart?: boolean | undefined;
|
|
8
|
+
readonly top?: number | undefined;
|
|
9
|
+
readonly left?: number | undefined;
|
|
10
|
+
readonly onAnimationEnd?: Function | undefined;
|
|
11
|
+
readonly animation?: string | undefined;
|
|
12
|
+
readonly width?: number | undefined;
|
|
13
|
+
readonly height?: number | undefined;
|
|
14
|
+
readonly duration?: number | undefined;
|
|
15
|
+
readonly borderRadius?: string | number | undefined;
|
|
16
|
+
readonly src?: string | undefined;
|
|
17
|
+
readonly transform?: string | undefined;
|
|
18
|
+
readonly transformOrigin?: string | undefined;
|
|
19
|
+
readonly decorate?: Record<string, any> | undefined;
|
|
20
|
+
readonly texCoord?: Record<string, any> | undefined;
|
|
21
|
+
};
|
|
22
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
97
23
|
export default _default;
|
|
98
24
|
export namespace TexAlignAnchor {
|
|
99
25
|
const LEFT_TOP: number;
|
|
@@ -20,8 +20,10 @@ declare const _default: {
|
|
|
20
20
|
registerCallback: (callback: any) => void;
|
|
21
21
|
unregisterCallback: (callback: any) => void;
|
|
22
22
|
getInteractiveMode: () => number;
|
|
23
|
+
changeMode: (mode: any) => void;
|
|
23
24
|
$props: {
|
|
24
25
|
readonly initMode?: number | undefined;
|
|
26
|
+
readonly changeModeKeyList?: unknown[] | undefined;
|
|
25
27
|
readonly width?: number | undefined;
|
|
26
28
|
readonly height?: number | undefined;
|
|
27
29
|
};
|
|
@@ -49,8 +51,10 @@ declare const _default: {
|
|
|
49
51
|
registerCallback: (callback: any) => void;
|
|
50
52
|
unregisterCallback: (callback: any) => void;
|
|
51
53
|
getInteractiveMode: () => number;
|
|
54
|
+
changeMode: (mode: any) => void;
|
|
52
55
|
$props: {
|
|
53
56
|
readonly initMode?: number | undefined;
|
|
57
|
+
readonly changeModeKeyList?: unknown[] | undefined;
|
|
54
58
|
readonly width?: number | undefined;
|
|
55
59
|
readonly height?: number | undefined;
|
|
56
60
|
};
|
|
@@ -62,8 +66,10 @@ declare const _default: {
|
|
|
62
66
|
registerCallback: (callback: any) => void;
|
|
63
67
|
unregisterCallback: (callback: any) => void;
|
|
64
68
|
getInteractiveMode: () => number;
|
|
69
|
+
changeMode: (mode: any) => void;
|
|
65
70
|
$props: {
|
|
66
71
|
readonly initMode?: number | undefined;
|
|
72
|
+
readonly changeModeKeyList?: unknown[] | undefined;
|
|
67
73
|
readonly width?: number | undefined;
|
|
68
74
|
readonly height?: number | undefined;
|
|
69
75
|
};
|
package/bin/types/utils/JsViewVueWidget/{JsvPosterDiv.vue.d.ts → TypesDiv/JsvPosterDiv.vue.d.ts}
RENAMED
|
@@ -18,7 +18,10 @@ declare const _default: {
|
|
|
18
18
|
$el: any;
|
|
19
19
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
20
20
|
$props: {
|
|
21
|
+
readonly fadeIn?: boolean | undefined;
|
|
21
22
|
readonly enableAA?: boolean | undefined;
|
|
23
|
+
readonly altImages?: unknown[] | undefined;
|
|
24
|
+
readonly altIndex?: number | undefined;
|
|
22
25
|
readonly style?: Record<string, any> | undefined;
|
|
23
26
|
};
|
|
24
27
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
@@ -43,7 +46,10 @@ declare const _default: {
|
|
|
43
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;
|
|
44
47
|
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
45
48
|
$props: {
|
|
49
|
+
readonly fadeIn?: boolean | undefined;
|
|
46
50
|
readonly enableAA?: boolean | undefined;
|
|
51
|
+
readonly altImages?: unknown[] | undefined;
|
|
52
|
+
readonly altIndex?: number | undefined;
|
|
47
53
|
readonly style?: Record<string, any> | undefined;
|
|
48
54
|
};
|
|
49
55
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -52,7 +58,10 @@ declare const _default: {
|
|
|
52
58
|
__isSuspense?: undefined;
|
|
53
59
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
54
60
|
$props: {
|
|
61
|
+
readonly fadeIn?: boolean | undefined;
|
|
55
62
|
readonly enableAA?: boolean | undefined;
|
|
63
|
+
readonly altImages?: unknown[] | undefined;
|
|
64
|
+
readonly altIndex?: number | undefined;
|
|
56
65
|
readonly style?: Record<string, any> | undefined;
|
|
57
66
|
};
|
|
58
67
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|