oolong-engine 0.0.8 → 0.0.9
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/dist/ability/ai-anchor/AIAnchorManager.d.ts +91 -0
- package/dist/ability/ai-anchor/AIAnchorManager.d.ts.map +1 -0
- package/dist/ability/ai-anchor/AIAnchorThumbnailUtils.d.ts +8 -0
- package/dist/ability/ai-anchor/AIAnchorThumbnailUtils.d.ts.map +1 -0
- package/dist/ability/ai-anchor/AIAnchorUtils.d.ts +17 -0
- package/dist/ability/ai-anchor/AIAnchorUtils.d.ts.map +1 -0
- package/dist/ability/ai-anchor/constants.d.ts +23 -0
- package/dist/ability/ai-anchor/constants.d.ts.map +1 -0
- package/dist/ability/ai-anchor/index.d.ts +5 -0
- package/dist/ability/ai-anchor/index.d.ts.map +1 -0
- package/dist/ability/ai-anchor/types.d.ts +59 -0
- package/dist/ability/ai-anchor/types.d.ts.map +1 -0
- package/dist/ability/baseprops-worker/BasePropsWorker.d.ts +2 -0
- package/dist/ability/baseprops-worker/BasePropsWorker.d.ts.map +1 -1
- package/dist/ability/block/BlockWorker.d.ts +24 -0
- package/dist/ability/block/BlockWorker.d.ts.map +1 -0
- package/dist/ability/block/BlockZoomWorker.d.ts +48 -0
- package/dist/ability/block/BlockZoomWorker.d.ts.map +1 -0
- package/dist/ability/copyPaste/duplicate/DuplicateWorker.d.ts.map +1 -1
- package/dist/ability/create/CreateWorker.d.ts.map +1 -1
- package/dist/ability/create/handler/BlockCreateHandler.d.ts +8 -0
- package/dist/ability/create/handler/BlockCreateHandler.d.ts.map +1 -0
- package/dist/ability/create/handler/SlideCreateHandler.d.ts.map +1 -1
- package/dist/ability/delete/DeleteWorker.d.ts +5 -0
- package/dist/ability/delete/DeleteWorker.d.ts.map +1 -1
- package/dist/ability/drawer/BrokenImageDrawer.d.ts +11 -0
- package/dist/ability/drawer/BrokenImageDrawer.d.ts.map +1 -0
- package/dist/ability/drawer/LoadingImageDrawer.d.ts +11 -0
- package/dist/ability/drawer/LoadingImageDrawer.d.ts.map +1 -0
- package/dist/ability/export/pdf/PdfEmojiFontUtils.d.ts +15 -0
- package/dist/ability/export/pdf/PdfEmojiFontUtils.d.ts.map +1 -0
- package/dist/ability/export/pdf/PdfExportWorker.d.ts +26 -18
- package/dist/ability/export/pdf/PdfExportWorker.d.ts.map +1 -1
- package/dist/ability/export/pdf/PdfFontLoader.d.ts +5 -1
- package/dist/ability/export/pdf/PdfFontLoader.d.ts.map +1 -1
- package/dist/ability/export/pdf/PdfFontSelection.d.ts +48 -0
- package/dist/ability/export/pdf/PdfFontSelection.d.ts.map +1 -0
- package/dist/ability/focus/ClearFocusWorker.d.ts.map +1 -1
- package/dist/ability/focus/ExitTextEditWorker.d.ts.map +1 -1
- package/dist/ability/image/ImageWorker.d.ts +1 -1
- package/dist/ability/image/ImageWorker.d.ts.map +1 -1
- package/dist/ability/index.d.ts +2 -1
- package/dist/ability/index.d.ts.map +1 -1
- package/dist/ability/line/LineTextWorker.d.ts.map +1 -1
- package/dist/ability/quickCreate/QuickCreateWorker.d.ts.map +1 -1
- package/dist/ability/section/SectionWorker.d.ts.map +1 -1
- package/dist/ability/svg/CreateSvgWorker.d.ts +21 -3
- package/dist/ability/svg/CreateSvgWorker.d.ts.map +1 -1
- package/dist/ability/svg/GenSvgBitmapWorker.d.ts.map +1 -1
- package/dist/ability/textInput/textFont/AbsTextFontWorker.d.ts +2 -1
- package/dist/ability/textInput/textFont/AbsTextFontWorker.d.ts.map +1 -1
- package/dist/ability/textInput/textFont/TextFontFamilyWorker.d.ts +12 -0
- package/dist/ability/textInput/textFont/TextFontFamilyWorker.d.ts.map +1 -0
- package/dist/action/ActionConfig.d.ts.map +1 -1
- package/dist/action/ActionManager.d.ts +3 -0
- package/dist/action/ActionManager.d.ts.map +1 -1
- package/dist/action/base/ActionType.d.ts +6 -1
- package/dist/action/base/ActionType.d.ts.map +1 -1
- package/dist/action/executor/ExecutorContext.d.ts +2 -0
- package/dist/action/executor/ExecutorContext.d.ts.map +1 -1
- package/dist/action/executor/aiAnchor/AddAIAnchorExecutor.d.ts +11 -0
- package/dist/action/executor/aiAnchor/AddAIAnchorExecutor.d.ts.map +1 -0
- package/dist/action/executor/aiAnchor/RemoveAIAnchorExecutor.d.ts +11 -0
- package/dist/action/executor/aiAnchor/RemoveAIAnchorExecutor.d.ts.map +1 -0
- package/dist/action/executor/aiAnchor/SelectAIAnchorExecutor.d.ts +11 -0
- package/dist/action/executor/aiAnchor/SelectAIAnchorExecutor.d.ts.map +1 -0
- package/dist/action/executor/node/SelectNodeExecutor.d.ts.map +1 -1
- package/dist/action/executor/node/SlideEditModeExecutor.d.ts +11 -0
- package/dist/action/executor/node/SlideEditModeExecutor.d.ts.map +1 -0
- package/dist/action/executor/node/SlideFocusExecutor.d.ts +12 -0
- package/dist/action/executor/node/SlideFocusExecutor.d.ts.map +1 -0
- package/dist/action/executor/node/add/AddExecutor.d.ts +2 -0
- package/dist/action/executor/node/add/AddExecutor.d.ts.map +1 -1
- package/dist/action/executor/node/remove/RemoveExecutor.d.ts +2 -2
- package/dist/action/executor/node/remove/RemoveExecutor.d.ts.map +1 -1
- package/dist/action/executor/node/update/UpdateExecutor.d.ts.map +1 -1
- package/dist/action/executor/node/update/handler/BlockPropsHandler.d.ts +13 -0
- package/dist/action/executor/node/update/handler/BlockPropsHandler.d.ts.map +1 -0
- package/dist/action/executor/node/update/handler/SvgPropsHandler.d.ts.map +1 -1
- package/dist/action/index.d.ts +14 -0
- package/dist/action/index.d.ts.map +1 -1
- package/dist/action/log/aiAnchor/AddAIAnchorLog.d.ts +9 -0
- package/dist/action/log/aiAnchor/AddAIAnchorLog.d.ts.map +1 -0
- package/dist/action/log/aiAnchor/RemoveAIAnchorLog.d.ts +9 -0
- package/dist/action/log/aiAnchor/RemoveAIAnchorLog.d.ts.map +1 -0
- package/dist/action/log/aiAnchor/SelectAIAnchorLog.d.ts +10 -0
- package/dist/action/log/aiAnchor/SelectAIAnchorLog.d.ts.map +1 -0
- package/dist/action/log/data/AIAnchorData.d.ts +14 -0
- package/dist/action/log/data/AIAnchorData.d.ts.map +1 -0
- package/dist/action/log/data/SlideEditModeData.d.ts +5 -0
- package/dist/action/log/data/SlideEditModeData.d.ts.map +1 -0
- package/dist/action/log/data/SlideFocusData.d.ts +4 -0
- package/dist/action/log/data/SlideFocusData.d.ts.map +1 -0
- package/dist/action/log/node/RestoreRemovedNodesLog.d.ts +12 -0
- package/dist/action/log/node/RestoreRemovedNodesLog.d.ts.map +1 -0
- package/dist/action/log/node/SlideEditModeLog.d.ts +11 -0
- package/dist/action/log/node/SlideEditModeLog.d.ts.map +1 -0
- package/dist/action/log/node/SlideFocusLog.d.ts +10 -0
- package/dist/action/log/node/SlideFocusLog.d.ts.map +1 -0
- package/dist/action/render/RenderManager.d.ts +29 -1
- package/dist/action/render/RenderManager.d.ts.map +1 -1
- package/dist/action/render/drawMode/BlockEditMode.d.ts +8 -0
- package/dist/action/render/drawMode/BlockEditMode.d.ts.map +1 -0
- package/dist/action/render/drawMode/DocEditDrawMode.d.ts.map +1 -1
- package/dist/action/render/drawMode/NormalDrawMode.d.ts.map +1 -1
- package/dist/action/render/export/ExportWorker.d.ts +1 -1
- package/dist/action/render/export/ExportWorker.d.ts.map +1 -1
- package/dist/action/render/zoom/ZoomWorker.d.ts +16 -2
- package/dist/action/render/zoom/ZoomWorker.d.ts.map +1 -1
- package/dist/action/undo/UndoRedoManager.d.ts +2 -0
- package/dist/action/undo/UndoRedoManager.d.ts.map +1 -1
- package/dist/app/AppEventContext.d.ts +8 -2
- package/dist/app/AppEventContext.d.ts.map +1 -1
- package/dist/app/OolongApp.d.ts +10 -0
- package/dist/app/OolongApp.d.ts.map +1 -1
- package/dist/app/ai-api/module/AINodeAPI.d.ts +41 -9
- package/dist/app/ai-api/module/AINodeAPI.d.ts.map +1 -1
- package/dist/app/ai-api/module/SelectAPI.d.ts +3 -0
- package/dist/app/ai-api/module/SelectAPI.d.ts.map +1 -1
- package/dist/app/ai-api/types/NodeDetailInfo.d.ts +2 -0
- package/dist/app/ai-api/types/NodeDetailInfo.d.ts.map +1 -1
- package/dist/app/api/OolongAPI.d.ts +25 -1
- package/dist/app/api/OolongAPI.d.ts.map +1 -1
- package/dist/app/api/module/AIAnchorAPI.d.ts +35 -0
- package/dist/app/api/module/AIAnchorAPI.d.ts.map +1 -0
- package/dist/app/api/module/CopyPasteAPI.d.ts +1 -1
- package/dist/app/api/module/CopyPasteAPI.d.ts.map +1 -1
- package/dist/app/api/module/CreateAPI.d.ts +8 -5
- package/dist/app/api/module/CreateAPI.d.ts.map +1 -1
- package/dist/app/api/module/block/BlockAPI.d.ts +24 -0
- package/dist/app/api/module/block/BlockAPI.d.ts.map +1 -0
- package/dist/app/api/module/propChange/PropChangeAPI.d.ts +5 -0
- package/dist/app/api/module/propChange/PropChangeAPI.d.ts.map +1 -1
- package/dist/app/api/module/slide/SlideAPI.d.ts +11 -0
- package/dist/app/api/module/slide/SlideAPI.d.ts.map +1 -1
- package/dist/app/api/module/text/TextAPI.d.ts +3 -0
- package/dist/app/api/module/text/TextAPI.d.ts.map +1 -1
- package/dist/app/docModeManager/DocModeManager.d.ts.map +1 -1
- package/dist/app/docModeManager/DocModeSwitchContext.d.ts +2 -0
- package/dist/app/docModeManager/DocModeSwitchContext.d.ts.map +1 -1
- package/dist/app/docModeManager/switchHandler/AbsSwitchHandler.d.ts +25 -0
- package/dist/app/docModeManager/switchHandler/AbsSwitchHandler.d.ts.map +1 -1
- package/dist/app/docModeManager/switchHandler/block/BlockEditToBoardHandler.d.ts +6 -0
- package/dist/app/docModeManager/switchHandler/block/BlockEditToBoardHandler.d.ts.map +1 -0
- package/dist/app/docModeManager/switchHandler/block/BlockEditToSlideEditHandler.d.ts +21 -0
- package/dist/app/docModeManager/switchHandler/block/BlockEditToSlideEditHandler.d.ts.map +1 -0
- package/dist/app/docModeManager/switchHandler/block/EnterBlockEditHandler.d.ts +10 -0
- package/dist/app/docModeManager/switchHandler/block/EnterBlockEditHandler.d.ts.map +1 -0
- package/dist/app/docModeManager/switchHandler/board/BoardToSlideEditHandler.d.ts.map +1 -1
- package/dist/app/docModeManager/switchHandler/board/BoardToSlidePlayHandler.d.ts.map +1 -1
- package/dist/app/docModeManager/switchHandler/slide-edit/SlideEditToSlidePlayHandler.d.ts.map +1 -1
- package/dist/app/docModeManager/switchHandler/slide-play/SlidePlayToBoardHandler.d.ts.map +1 -1
- package/dist/app/docState/DocMode.d.ts +2 -1
- package/dist/app/docState/DocMode.d.ts.map +1 -1
- package/dist/app/docState/DocModeStatus.d.ts +10 -0
- package/dist/app/docState/DocModeStatus.d.ts.map +1 -1
- package/dist/app/docState/DocState.d.ts +6 -1
- package/dist/app/docState/DocState.d.ts.map +1 -1
- package/dist/application/CanvasRender.d.ts +12 -1
- package/dist/application/CanvasRender.d.ts.map +1 -1
- package/dist/application/GMLRender.d.ts +5 -1
- package/dist/application/GMLRender.d.ts.map +1 -1
- package/dist/application/nodeManager/NodeManager.d.ts.map +1 -1
- package/dist/{arc-C_y3qedO.js → arc-D7tGeZuQ.js} +1 -1
- package/dist/architecture-PBZL5I3N-snzwYO0n.js +6 -0
- package/dist/{architectureDiagram-2XIMDMQ5-CFovujim.js → architectureDiagram-2XIMDMQ5-BX-m3749.js} +4 -4
- package/dist/asyncRender/AsyncRenderNodeManager.d.ts +9 -1
- package/dist/asyncRender/AsyncRenderNodeManager.d.ts.map +1 -1
- package/dist/auxiliary/AuxGraphicFactory.d.ts.map +1 -1
- package/dist/auxiliary/AuxiliaryManager.d.ts.map +1 -1
- package/dist/auxiliary/AuxiliaryStyleConst.d.ts +3 -0
- package/dist/auxiliary/AuxiliaryStyleConst.d.ts.map +1 -1
- package/dist/auxiliary/graphics/AuxiliaryType.d.ts +29 -16
- package/dist/auxiliary/graphics/AuxiliaryType.d.ts.map +1 -1
- package/dist/auxiliary/graphics/BlockAuxDrawer.d.ts +21 -0
- package/dist/auxiliary/graphics/BlockAuxDrawer.d.ts.map +1 -0
- package/dist/auxiliary/graphics/ai-anchor/AIAnchorGraphic.d.ts +17 -0
- package/dist/auxiliary/graphics/ai-anchor/AIAnchorGraphic.d.ts.map +1 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionDrag.d.ts +13 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionDrag.d.ts.map +1 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionFit.d.ts +12 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionFit.d.ts.map +1 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionMinus.d.ts +12 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionMinus.d.ts.map +1 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionPlus.d.ts +12 -0
- package/dist/auxiliary/graphics/hover/HoverBlockSectionPlus.d.ts.map +1 -0
- package/dist/auxiliary/graphics/hover/HoverEmptySlideInsertPoint.d.ts +13 -0
- package/dist/auxiliary/graphics/hover/HoverEmptySlideInsertPoint.d.ts.map +1 -0
- package/dist/auxiliary/graphics/hover/HoverFocusCopy.d.ts +1 -0
- package/dist/auxiliary/graphics/hover/HoverFocusCopy.d.ts.map +1 -1
- package/dist/auxiliary/graphics/hover/HoverSlidePlaceHolder.d.ts.map +1 -1
- package/dist/auxiliary/graphics/hover/HoverTitle.d.ts +10 -0
- package/dist/auxiliary/graphics/hover/HoverTitle.d.ts.map +1 -0
- package/dist/auxiliary/graphics/select/DocContainerSelectBound.d.ts +15 -0
- package/dist/auxiliary/graphics/select/DocContainerSelectBound.d.ts.map +1 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionDrag.d.ts +14 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionDrag.d.ts.map +1 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionFit.d.ts +12 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionFit.d.ts.map +1 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionMinus.d.ts +12 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionMinus.d.ts.map +1 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionPlus.d.ts +12 -0
- package/dist/auxiliary/graphics/select/SelectBlockSectionPlus.d.ts.map +1 -0
- package/dist/auxiliary/graphics/select/SelectSlideGapInsertPoint.d.ts.map +1 -1
- package/dist/auxiliary/graphics/select/SelectTitle.d.ts +6 -0
- package/dist/auxiliary/graphics/select/SelectTitle.d.ts.map +1 -0
- package/dist/auxiliary/index.d.ts +1 -0
- package/dist/auxiliary/index.d.ts.map +1 -1
- package/dist/block/BlockManager.d.ts +12 -0
- package/dist/block/BlockManager.d.ts.map +1 -0
- package/dist/{blockDiagram-WCTKOSBZ-DkHvySoJ.js → blockDiagram-WCTKOSBZ-C9QnJQbl.js} +3 -3
- package/dist/{c4Diagram-IC4MRINW-GH15FTSa.js → c4Diagram-IC4MRINW-DQ1rc0Nr.js} +2 -2
- package/dist/{channel-DxRVJY1f.js → channel-Cd_6lGHW.js} +1 -1
- package/dist/{chunk-4BX2VUAB-BVuZyGyH.js → chunk-4BX2VUAB-D4-Rmcdm.js} +1 -1
- package/dist/{chunk-55IACEB6-Ckc6OzJS.js → chunk-55IACEB6-CFIKAg6B.js} +1 -1
- package/dist/{chunk-FMBD7UC4-l0-uthLm.js → chunk-FMBD7UC4-eNZNs0xR.js} +1 -1
- package/dist/{chunk-JSJVCQXG-D04qGeri.js → chunk-JSJVCQXG-BRLPafNX.js} +1 -1
- package/dist/{chunk-KX2RTZJC-RqjD0z78.js → chunk-KX2RTZJC-Cu2pmX78.js} +1 -1
- package/dist/{chunk-NQ4KR5QH-CcT4pTxt.js → chunk-NQ4KR5QH-CLBemp6I.js} +3 -3
- package/dist/{chunk-QZHKN3VN-iMN5s8af.js → chunk-QZHKN3VN-DvzZp9Yk.js} +1 -1
- package/dist/{chunk-WL4C6EOR-Ck2Yy6uj.js → chunk-WL4C6EOR-CaFmKRYy.js} +5 -5
- package/dist/{classDiagram-VBA2DB6C-DX-9qW9O.js → classDiagram-VBA2DB6C-NAGeKxcH.js} +2 -2
- package/dist/{classDiagram-v2-RAHNMMFH-DX-9qW9O.js → classDiagram-v2-RAHNMMFH-NAGeKxcH.js} +2 -2
- package/dist/common/detect/DetectorEnum.d.ts +8 -1
- package/dist/common/detect/DetectorEnum.d.ts.map +1 -1
- package/dist/{cose-bilkent-S5V4N54A-CoxpT8G0.js → cose-bilkent-S5V4N54A-DFVMSjt1.js} +2 -2
- package/dist/cursor/CursorManager.d.ts.map +1 -1
- package/dist/cursor/CursorStyle.d.ts +1 -0
- package/dist/cursor/CursorStyle.d.ts.map +1 -1
- package/dist/{dagre-KLK3FWXG-DcJkQZ_p.js → dagre-KLK3FWXG-Cf1rlufL.js} +1 -1
- package/dist/{diagram-E7M64L7V-Bkph-xMw.js → diagram-E7M64L7V-DokiaDNs.js} +4 -4
- package/dist/{diagram-IFDJBPK2-B26IA7hG.js → diagram-IFDJBPK2-Df4xCj79.js} +3 -3
- package/dist/{diagram-P4PSJMXO-BwNsT7k6.js → diagram-P4PSJMXO-TU-_0xW_.js} +3 -3
- package/dist/engine.js +398 -348
- package/dist/engine.umd.cjs +1211 -983
- package/dist/{erDiagram-INFDFZHY-CyxMYxG1.js → erDiagram-INFDFZHY-BQ2lXK5O.js} +4 -4
- package/dist/file/SerializeManager.d.ts +3 -3
- package/dist/file/SerializeManager.d.ts.map +1 -1
- package/dist/{flowDiagram-PKNHOUZH-sF7bfsi3.js → flowDiagram-PKNHOUZH-Bao8DhCk.js} +6 -6
- package/dist/{ganttDiagram-A5KZAMGK-CupcYhuA.js → ganttDiagram-A5KZAMGK-BbO-FEz0.js} +2 -2
- package/dist/gitGraph-HDMCJU4V-CqGoSiWO.js +6 -0
- package/dist/{gitGraphDiagram-K3NZZRJ6-D5QxofDd.js → gitGraphDiagram-K3NZZRJ6-BXChctG4.js} +4 -4
- package/dist/graphics/GraphicConst.d.ts +4 -0
- package/dist/graphics/GraphicConst.d.ts.map +1 -1
- package/dist/graphics/ITitleNode.d.ts +9 -0
- package/dist/graphics/ITitleNode.d.ts.map +1 -0
- package/dist/graphics/OolongGroup.d.ts +1 -0
- package/dist/graphics/OolongGroup.d.ts.map +1 -1
- package/dist/graphics/OolongImgNode.d.ts.map +1 -1
- package/dist/graphics/OolongNode.d.ts +2 -0
- package/dist/graphics/OolongNode.d.ts.map +1 -1
- package/dist/graphics/OolongSVGUtils.d.ts +11 -0
- package/dist/graphics/OolongSVGUtils.d.ts.map +1 -1
- package/dist/graphics/OolongSection.d.ts +13 -1
- package/dist/graphics/OolongSection.d.ts.map +1 -1
- package/dist/graphics/OolongSlideContainer.d.ts +15 -2
- package/dist/graphics/OolongSlideContainer.d.ts.map +1 -1
- package/dist/graphics/block/BlockSection.d.ts +14 -0
- package/dist/graphics/block/BlockSection.d.ts.map +1 -0
- package/dist/graphics/drawer/AbsDrawer.d.ts.map +1 -1
- package/dist/graphics/drawer/chart/PieDrawer.d.ts.map +1 -1
- package/dist/graphics/editable/OolongEditableNode.d.ts +3 -0
- package/dist/graphics/editable/OolongEditableNode.d.ts.map +1 -1
- package/dist/graphics/editable/OolongPieNode.d.ts +11 -0
- package/dist/graphics/editable/OolongPieNode.d.ts.map +1 -1
- package/dist/graphics/img/AbsImgNode.d.ts +13 -2
- package/dist/graphics/img/AbsImgNode.d.ts.map +1 -1
- package/dist/graphics/index.d.ts +3 -0
- package/dist/graphics/index.d.ts.map +1 -1
- package/dist/graphics/line/OolongLine.d.ts +4 -0
- package/dist/graphics/line/OolongLine.d.ts.map +1 -1
- package/dist/graphics/mathFormula/MathFormula.d.ts +3 -0
- package/dist/graphics/mathFormula/MathFormula.d.ts.map +1 -1
- package/dist/graphics/node/GraphicNode.d.ts +15 -1
- package/dist/graphics/node/GraphicNode.d.ts.map +1 -1
- package/dist/graphics/node/NodeFactory.d.ts.map +1 -1
- package/dist/graphics/paint/OolongPaint.d.ts +3 -0
- package/dist/graphics/paint/OolongPaint.d.ts.map +1 -1
- package/dist/graphics/props/BlockProps.d.ts +16 -0
- package/dist/graphics/props/BlockProps.d.ts.map +1 -0
- package/dist/graphics/props/ClipProps.d.ts +11 -0
- package/dist/graphics/props/ClipProps.d.ts.map +1 -0
- package/dist/graphics/props/DescriptionProps.d.ts +12 -0
- package/dist/graphics/props/DescriptionProps.d.ts.map +1 -0
- package/dist/graphics/props/PropType.d.ts +5 -1
- package/dist/graphics/props/PropType.d.ts.map +1 -1
- package/dist/graphics/props/TitleProps.d.ts +11 -0
- package/dist/graphics/props/TitleProps.d.ts.map +1 -0
- package/dist/graphics/title/RenderTitle.d.ts +11 -0
- package/dist/graphics/title/RenderTitle.d.ts.map +1 -0
- package/dist/graphics/utils/BlockUtils.d.ts +52 -0
- package/dist/graphics/utils/BlockUtils.d.ts.map +1 -0
- package/dist/graphics/utils/GraphicUtils.d.ts +47 -2
- package/dist/graphics/utils/GraphicUtils.d.ts.map +1 -1
- package/dist/graphics/utils/GroupUtils.d.ts.map +1 -1
- package/dist/graphics/widget/checkbox/OolongCheckbox.d.ts +9 -2
- package/dist/graphics/widget/checkbox/OolongCheckbox.d.ts.map +1 -1
- package/dist/graphics/widget/checkbox/OolongCheckboxText.d.ts +5 -4
- package/dist/graphics/widget/checkbox/OolongCheckboxText.d.ts.map +1 -1
- package/dist/idl/NodeType.d.ts +2 -0
- package/dist/idl/NodeType.d.ts.map +1 -1
- package/dist/idl/capInfo/IBlockProps.d.ts +6 -0
- package/dist/idl/capInfo/IBlockProps.d.ts.map +1 -0
- package/dist/idl/capInfo/ICapInfo.d.ts +8 -0
- package/dist/idl/capInfo/ICapInfo.d.ts.map +1 -1
- package/dist/idl/capInfo/IClipProps.d.ts +4 -0
- package/dist/idl/capInfo/IClipProps.d.ts.map +1 -0
- package/dist/idl/capInfo/IDescriptionProps.d.ts +5 -0
- package/dist/idl/capInfo/IDescriptionProps.d.ts.map +1 -0
- package/dist/idl/capInfo/ITitleProps.d.ts +4 -0
- package/dist/idl/capInfo/ITitleProps.d.ts.map +1 -0
- package/dist/idl/index.d.ts +1 -0
- package/dist/idl/index.d.ts.map +1 -1
- package/dist/image-render/ImageRenderManager.d.ts +65 -0
- package/dist/image-render/ImageRenderManager.d.ts.map +1 -0
- package/dist/{index-B-7emRZE.js → index-BG-pjUia.js} +42679 -34317
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/{index.es-xljcddpj.js → index.es-LZNICqFh.js} +1 -1
- package/dist/info-3K5VOQVL-sviOaLGv.js +6 -0
- package/dist/{infoDiagram-LFFYTUFH-BpKTSXxe.js → infoDiagram-LFFYTUFH-BJY5_bm9.js} +2 -2
- package/dist/{ishikawaDiagram-PHBUUO56-7AjbrWmZ.js → ishikawaDiagram-PHBUUO56-fG-U_Qkx.js} +1 -1
- package/dist/{journeyDiagram-4ABVD52K-v_5C7gTq.js → journeyDiagram-4ABVD52K-Dss3_w4m.js} +4 -4
- package/dist/{kanban-definition-K7BYSVSG-BOt0i_-Q.js → kanban-definition-K7BYSVSG-Cg3ECYO5.js} +2 -2
- package/dist/{mermaid-parser.core-ByccFDF0.js → mermaid-parser.core-Ctrg6JdJ.js} +8 -8
- package/dist/{mermaid.core-D7h6yywH.js → mermaid.core-DIwG9rj4.js} +32 -32
- package/dist/{mindmap-definition-YRQLILUH-C3SC2LWI.js → mindmap-definition-YRQLILUH-CQJmBW-o.js} +3 -3
- package/dist/packet-RMMSAZCW-BNpCorgu.js +6 -0
- package/dist/pie-UPGHQEXC-BvHcfd9W.js +6 -0
- package/dist/{pieDiagram-SKSYHLDU-Dhgk_X0P.js → pieDiagram-SKSYHLDU-CbPVZ38O.js} +4 -4
- package/dist/plugin-copy-paste/copy-paste/paste/img/ImgPasteHandler.d.ts.map +1 -1
- package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeFilter.d.ts +16 -0
- package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeFilter.d.ts.map +1 -0
- package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeHandler.d.ts +1 -0
- package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeHandler.d.ts.map +1 -1
- package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/posHandler/EmptyPlacePosHandler.d.ts +7 -0
- package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/posHandler/EmptyPlacePosHandler.d.ts.map +1 -1
- package/dist/plugin-copy-paste/copy-paste/paste/svg/OolongSvgPasteHandler.d.ts +8 -1
- package/dist/plugin-copy-paste/copy-paste/paste/svg/OolongSvgPasteHandler.d.ts.map +1 -1
- package/dist/plugin-copy-paste/index.d.ts +1 -0
- package/dist/plugin-copy-paste/index.d.ts.map +1 -1
- package/dist/plugin-gesture/GestureEventPlugin.d.ts +2 -0
- package/dist/plugin-gesture/GestureEventPlugin.d.ts.map +1 -1
- package/dist/plugin-hotkey/hotkey/HotKeyManager.d.ts +2 -0
- package/dist/plugin-hotkey/hotkey/HotKeyManager.d.ts.map +1 -1
- package/dist/plugin-hotkey/hotkey/config/AIAnchorConfig.d.ts +3 -0
- package/dist/plugin-hotkey/hotkey/config/AIAnchorConfig.d.ts.map +1 -0
- package/dist/plugin-hotkey/hotkey/config/HandToolConfig.d.ts +3 -0
- package/dist/plugin-hotkey/hotkey/config/HandToolConfig.d.ts.map +1 -0
- package/dist/plugin-hotkey/hotkey/normal/SelectAllKey.d.ts.map +1 -1
- package/dist/plugin-hotkey/hotkey/normal/move/ArrowDownKey.d.ts.map +1 -1
- package/dist/plugin-hotkey/hotkey/normal/move/ArrowLeftKey.d.ts.map +1 -1
- package/dist/plugin-hotkey/hotkey/normal/move/ArrowRightKey.d.ts.map +1 -1
- package/dist/plugin-hotkey/hotkey/normal/move/ArrowUpKey.d.ts.map +1 -1
- package/dist/plugin-hotkey/index.d.ts +2 -0
- package/dist/plugin-hotkey/index.d.ts.map +1 -1
- package/dist/plugin-pointer/PointerEventPlugin.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/aiAnchor/AIAnchorGroupSelectMode.d.ts +10 -0
- package/dist/plugin-pointer/interact/aiAnchor/AIAnchorGroupSelectMode.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/aiAnchor/AIAnchorMode.d.ts +13 -0
- package/dist/plugin-pointer/interact/aiAnchor/AIAnchorMode.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickMode.d.ts +9 -0
- package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickMode.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickProcessor.d.ts +15 -0
- package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickProcessor.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/aiAnchor/dragCanvas/AIAnchorDragCanvasMode.d.ts +11 -0
- package/dist/plugin-pointer/interact/aiAnchor/dragCanvas/AIAnchorDragCanvasMode.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorCursorProcessor.d.ts +10 -0
- package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorCursorProcessor.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorHoverProcessor.d.ts +10 -0
- package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorHoverProcessor.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorNormalMode.d.ts +10 -0
- package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorNormalMode.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/align/common/AlignHorizonHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/align/common/AlignVerticalHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/align/move/handler/AlignBottomHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/align/move/handler/AlignRightHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/align/stretch/handler/AlignWidthSideHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/basic/constants.d.ts +4 -0
- package/dist/plugin-pointer/interact/basic/constants.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/config/InteractConfig.d.ts +2 -1
- package/dist/plugin-pointer/interact/config/InteractConfig.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/crop/cropClick/CropClickMode.d.ts +3 -0
- package/dist/plugin-pointer/interact/crop/cropClick/CropClickMode.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/DefaultMode.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/blockDrag/BlockDragMode.d.ts +8 -0
- package/dist/plugin-pointer/interact/default/blockDrag/BlockDragMode.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/blockDrag/BlockDragProcessor.d.ts +13 -0
- package/dist/plugin-pointer/interact/default/blockDrag/BlockDragProcessor.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/click/DefaultClickMode.d.ts +3 -0
- package/dist/plugin-pointer/interact/default/click/DefaultClickMode.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/DefaultClickProcessor.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/AbsFocusNodeHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/AnchorQuickCreateHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/ClickImageHandler.d.ts +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/ClickImageHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/ClickInsertEmptySlideHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/ClickInsertSlideHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/CmdDownNodeHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/FocusNodeHandler.d.ts +1 -0
- package/dist/plugin-pointer/interact/default/click/handler/FocusNodeHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/NodeAnchorUpHandler.d.ts +10 -0
- package/dist/plugin-pointer/interact/default/click/handler/NodeAnchorUpHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/click/handler/SelectTitleHandler.d.ts +10 -0
- package/dist/plugin-pointer/interact/default/click/handler/SelectTitleHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/click/handler/UpFocusNodeHandler.d.ts +1 -0
- package/dist/plugin-pointer/interact/default/click/handler/UpFocusNodeHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionDragHandler.d.ts +8 -0
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionDragHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionFitHandler.d.ts +8 -0
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionFitHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionMinusHandler.d.ts +8 -0
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionMinusHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionPlusHandler.d.ts +8 -0
- package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionPlusHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/create/CreateMainMode.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/create/normal/grab/CreateUpProcessor.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/AbsCreateUpHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpBlockSectionHandler.d.ts +12 -0
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpBlockSectionHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpMathFormulaHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpResourceHandler.d.ts +1 -0
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpResourceHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpSlideHandler.d.ts +1 -0
- package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpSlideHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/create/normal/hover/CreateHoverContainerProcessor.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/drag/DragMode.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/drag/DragProcessor.d.ts +1 -0
- package/dist/plugin-pointer/interact/default/drag/DragProcessor.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/dragSlide/DragSlideProcessor.d.ts +1 -0
- package/dist/plugin-pointer/interact/default/dragSlide/DragSlideProcessor.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/dragTitle/DragTitleMode.d.ts +8 -0
- package/dist/plugin-pointer/interact/default/dragTitle/DragTitleMode.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/dragTitle/DragTitleProcessor.d.ts +138 -0
- package/dist/plugin-pointer/interact/default/dragTitle/DragTitleProcessor.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/group/GroupProcessor.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/group/handler/AbsGroupHandler.d.ts +1 -1
- package/dist/plugin-pointer/interact/default/group/handler/AbsGroupHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/group/handler/CmdGroupHandler.d.ts +1 -1
- package/dist/plugin-pointer/interact/default/group/handler/CmdGroupHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/group/handler/NormalGroupHandler.d.ts +1 -1
- package/dist/plugin-pointer/interact/default/group/handler/NormalGroupHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/normal/cursor/handler/ImgCursorHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/normal/cursor/handler/StretchCursorHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/normal/hover/HoverProcessor.d.ts +4 -0
- package/dist/plugin-pointer/interact/default/normal/hover/HoverProcessor.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionDragHandler.d.ts +6 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionDragHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionFitHandler.d.ts +6 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionFitHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionMinusHandler.d.ts +6 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionMinusHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionPlusHandler.d.ts +6 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionPlusHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverTitleHandler.d.ts +6 -0
- package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverTitleHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/rightClick/RightClickMode.d.ts +1 -1
- package/dist/plugin-pointer/interact/default/rightClick/RightClickMode.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/stretch/SingleStretchMode.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/stretch/SingleStretchProcessorV2.d.ts +2 -1
- package/dist/plugin-pointer/interact/default/stretch/SingleStretchProcessorV2.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/stretch/StretchProcessorV2.d.ts +2 -1
- package/dist/plugin-pointer/interact/default/stretch/StretchProcessorV2.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/default/stretch/handler/StretchBlockHandler.d.ts +17 -0
- package/dist/plugin-pointer/interact/default/stretch/handler/StretchBlockHandler.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/default/stretch/handler/StretchLineHandler.d.ts +0 -2
- package/dist/plugin-pointer/interact/default/stretch/handler/StretchLineHandler.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/AIAnchorDetector.d.ts +11 -0
- package/dist/plugin-pointer/interact/detector/AIAnchorDetector.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/detector/DetectorResult.d.ts +14 -0
- package/dist/plugin-pointer/interact/detector/DetectorResult.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/RotateDetector.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/block/BlockDetector.d.ts +7 -0
- package/dist/plugin-pointer/interact/detector/block/BlockDetector.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionDragDetector.d.ts +7 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionDragDetector.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionFitDetector.d.ts +7 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionFitDetector.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionMinusDetector.d.ts +7 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionMinusDetector.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionPlusDetector.d.ts +7 -0
- package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionPlusDetector.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/detector/hover/HoverContainerDetector.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/hover/HoverContainerForPasteDetector.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/node/BufferNodeDetector.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/node/NodeDetector.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/slide/EmptySlideContainerAddDetector.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/slide/SlideGapDetector.d.ts.map +1 -1
- package/dist/plugin-pointer/interact/detector/title/TitleDetector.d.ts +10 -0
- package/dist/plugin-pointer/interact/detector/title/TitleDetector.d.ts.map +1 -0
- package/dist/plugin-pointer/interact/viewOnly/click/ViewOnlyClickMode.d.ts +3 -0
- package/dist/plugin-pointer/interact/viewOnly/click/ViewOnlyClickMode.d.ts.map +1 -1
- package/dist/plugin-wheel/WheelEventPlugin.d.ts +2 -0
- package/dist/plugin-wheel/WheelEventPlugin.d.ts.map +1 -1
- package/dist/plugin-wheel/block/BlockContentWheelWorker.d.ts +27 -0
- package/dist/plugin-wheel/block/BlockContentWheelWorker.d.ts.map +1 -0
- package/dist/plugin-wheel/block/BlockDragWheelWorker.d.ts +13 -0
- package/dist/plugin-wheel/block/BlockDragWheelWorker.d.ts.map +1 -0
- package/dist/plugin-wheel/handler/AbsWheelHandler.d.ts +14 -1
- package/dist/plugin-wheel/handler/AbsWheelHandler.d.ts.map +1 -1
- package/dist/plugin-wheel/handler/MacMouseWheelHandler.d.ts +2 -1
- package/dist/plugin-wheel/handler/MacMouseWheelHandler.d.ts.map +1 -1
- package/dist/plugin-wheel/handler/MacTrackpadWheelHandler.d.ts +2 -1
- package/dist/plugin-wheel/handler/MacTrackpadWheelHandler.d.ts.map +1 -1
- package/dist/plugin-wheel/handler/WindowsMouseWheelHandler.d.ts +2 -1
- package/dist/plugin-wheel/handler/WindowsMouseWheelHandler.d.ts.map +1 -1
- package/dist/plugin-wheel/handler/WindowsTrackpadWheelHandler.d.ts +2 -1
- package/dist/plugin-wheel/handler/WindowsTrackpadWheelHandler.d.ts.map +1 -1
- package/dist/preview/PreviewResourceManager.d.ts +2 -0
- package/dist/preview/PreviewResourceManager.d.ts.map +1 -1
- package/dist/preview/previewCreate/PreviewCreateManager.d.ts.map +1 -1
- package/dist/preview/previewCreate/handler/PreviewBlockSectionHandler.d.ts +8 -0
- package/dist/preview/previewCreate/handler/PreviewBlockSectionHandler.d.ts.map +1 -0
- package/dist/preview/previewCreate/handler/PreviewResourceHandler.d.ts.map +1 -1
- package/dist/{quadrantDiagram-337W2JSQ-B6rK8bAv.js → quadrantDiagram-337W2JSQ-8PrW1mIs.js} +1 -1
- package/dist/radar-KQ55EAFF-CpU5D3y2.js +6 -0
- package/dist/renderText/RenderText.d.ts +2 -1
- package/dist/renderText/RenderText.d.ts.map +1 -1
- package/dist/renderText/TextBlock.d.ts.map +1 -1
- package/dist/renderText/TextLine.d.ts +2 -1
- package/dist/renderText/TextLine.d.ts.map +1 -1
- package/dist/renderText/index.d.ts +1 -0
- package/dist/renderText/index.d.ts.map +1 -1
- package/dist/renderText/paraStyle/PrefixDrawer.d.ts.map +1 -1
- package/dist/renderText/richText/RichTextCompatibility.d.ts +9 -0
- package/dist/renderText/richText/RichTextCompatibility.d.ts.map +1 -0
- package/dist/{requirementDiagram-Z7DCOOCP-DozFtSIN.js → requirementDiagram-Z7DCOOCP-CqGMwQNx.js} +3 -3
- package/dist/resource-manager/ResourceManager.d.ts +14 -0
- package/dist/resource-manager/ResourceManager.d.ts.map +1 -1
- package/dist/{sankeyDiagram-WA2Y5GQK-DyfwoSoh.js → sankeyDiagram-WA2Y5GQK-Dd9rBGUC.js} +1 -1
- package/dist/select/SelectManager.d.ts.map +1 -1
- package/dist/select/status/readOnly/ReadOnlySingleStatusHandler.d.ts +2 -0
- package/dist/select/status/readOnly/ReadOnlySingleStatusHandler.d.ts.map +1 -1
- package/dist/select/status/single/SingleBlockStatusHandler.d.ts +12 -0
- package/dist/select/status/single/SingleBlockStatusHandler.d.ts.map +1 -0
- package/dist/select/status/single/SingleContainerStatusHandler.d.ts +0 -2
- package/dist/select/status/single/SingleContainerStatusHandler.d.ts.map +1 -1
- package/dist/select/status/single/SingleSlideStatusHandler.d.ts.map +1 -1
- package/dist/select/status/single/SingleStatusHandler.d.ts.map +1 -1
- package/dist/{sequenceDiagram-2WXFIKYE-DWgprYVq.js → sequenceDiagram-2WXFIKYE-BFw6yMI6.js} +3 -3
- package/dist/slide/SlideManager.d.ts +7 -0
- package/dist/slide/SlideManager.d.ts.map +1 -1
- package/dist/slot/SlotKeyType.d.ts +4 -1
- package/dist/slot/SlotKeyType.d.ts.map +1 -1
- package/dist/snapshot/SnapshotManager.d.ts +11 -0
- package/dist/snapshot/SnapshotManager.d.ts.map +1 -0
- package/dist/snapshot/index.d.ts +2 -0
- package/dist/snapshot/index.d.ts.map +1 -0
- package/dist/{stateDiagram-RAJIS63D-CgMZscj8.js → stateDiagram-RAJIS63D-B3rxhEHi.js} +2 -2
- package/dist/{stateDiagram-v2-FVOUBMTO-BeHwBb7y.js → stateDiagram-v2-FVOUBMTO-B7Er92-o.js} +2 -2
- package/dist/{timeline-definition-YZTLITO2-DESrZ81I.js → timeline-definition-YZTLITO2-DAZc8TW5.js} +2 -2
- package/dist/tool/ToolEnum.d.ts +3 -1
- package/dist/tool/ToolEnum.d.ts.map +1 -1
- package/dist/tool/ToolManager.d.ts +4 -0
- package/dist/tool/ToolManager.d.ts.map +1 -1
- package/dist/treemap-KZPCXAKY-CuXn3wRc.js +6 -0
- package/dist/utils/IdGenerator.d.ts.map +1 -1
- package/dist/{vennDiagram-LZ73GAT5-BVw9WZXQ.js → vennDiagram-LZ73GAT5-UYty1fh2.js} +1 -1
- package/dist/{xychartDiagram-JWTSCODW-DAIh5TsK.js → xychartDiagram-JWTSCODW-Czhw1wJX.js} +1 -1
- package/package.json +1 -1
- package/dist/ability/drawer/FallbackDrawer.d.ts +0 -5
- package/dist/ability/drawer/FallbackDrawer.d.ts.map +0 -1
- package/dist/architecture-PBZL5I3N-D_kV15Uy.js +0 -6
- package/dist/gitGraph-HDMCJU4V-Sq1dMY38.js +0 -6
- package/dist/info-3K5VOQVL-CBMv2UMM.js +0 -6
- package/dist/packet-RMMSAZCW-BjlHpM8H.js +0 -6
- package/dist/pie-UPGHQEXC-BgSH-VgX.js +0 -6
- package/dist/radar-KQ55EAFF-Gy0f1u5s.js +0 -6
- package/dist/treemap-KZPCXAKY-D_mPmg5V.js +0 -6
package/dist/engine.js
CHANGED
|
@@ -1,351 +1,401 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
import { A as s, b as o, d as r, e as t, f as n, h as d, i as c, j as
|
|
2
|
+
import { A as s, b as o, d as r, e as t, f as n, h as d, i as c, j as i, k as l, l as A, m as E, n as _, o as T, p as C, q as R, r as O, s as p, t as S, u as P, v as g, w as N, x as H, y as L, z as I, B as b, C as u, D as M, E as D, F as h, G as x, H as y, I as f, J as m, K, L as U, M as G, N as v, O as W, P as k, Q as B, R as F, S as V, T as w, U as Y, V as X, W as z, X as Q, Y as j, Z as q, $ as J, a0 as Z, a1 as $, a2 as aa, a3 as ea, a4 as sa, a5 as oa, a6 as ra, a7 as ta, a8 as na, a9 as da, aa as ca, ab as ia, ac as la, ad as Aa, ae as Ea, af as _a, ag as Ta, ah as Ca, ai as Ra, aj as Oa, ak as pa, al as Sa, am as Pa, an as ga, ao as Na, ap as Ha, aq as La, ar as Ia, as as ba, at as ua, au as Ma, av as Da, aw as ha, ax as xa, ay as ya, az as fa, aA as ma, aB as Ka, aC as Ua, aD as Ga, aE as va, aF as Wa, aG as ka, aH as Ba, aI as Fa, aJ as Va, aK as wa, aL as Ya, aM as Xa, aN as za, aO as Qa, aP as ja, aQ as qa, aR as Ja, aS as Za, aT as $a, aU as ae, aV as ee, aW as se, aX as oe, aY as re, aZ as te, a_ as ne, a$ as de, b0 as ce, b1 as ie, b2 as le, b3 as Ae, b4 as Ee, b5 as _e, b6 as Te, b7 as Ce, b8 as Re, b9 as Oe, ba as pe, bb as Se, bc as Pe, bd as ge, be as Ne, bf as He, bg as Le, bh as Ie, bi as be, bj as ue, bk as Me, bl as De, bm as he, bn as xe, bo as ye, bp as fe, bq as me, br as Ke, bs as Ue, bt as Ge, bu as ve, bv as We, bw as ke, bx as Be, by as Fe, bz as Ve, bA as we, bB as Ye, bC as Xe, bD as ze, bE as Qe, bF as je, bG as qe, bH as Je, bI as Ze, bJ as $e, bK as as, bL as es, bM as ss, bN as os, bO as rs, bP as ts, bQ as ns, bR as ds, bS as cs, bT as is, bU as ls, bV as As, bW as Es, bX as _s, bY as Ts, bZ as Cs, b_ as Rs, b$ as Os, c0 as ps, c1 as Ss, c2 as Ps, c3 as gs, c4 as Ns, c5 as Hs, c6 as Ls, c7 as Is, c8 as bs, c9 as us, ca as Ms, cb as Ds, cc as hs, cd as xs, ce as ys, cf as fs, cg as ms, ch as Ks, ci as Us, cj as Gs, ck as vs, cl as Ws, cm as ks, cn as Bs, co as Fs, cp as Vs, cq as ws, cr as Ys, cs as Xs, ct as zs, cu as Qs, cv as js, cw as qs, cx as Js, cy as Zs, cz as $s, cA as ao, cB as eo, cC as so, cD as oo, cE as ro, cF as to, cG as no, cH as co, cI as io, cJ as lo, cK as Ao, cL as Eo, cM as _o, cN as To, cO as Co, cP as Ro, cQ as Oo, cR as po, cS as So, cT as Po, cU as go, cV as No, cW as Ho, cX as Lo, cY as Io, cZ as bo, c_ as uo, c$ as Mo, d0 as Do, d1 as ho, d2 as xo, d3 as yo, d4 as fo, d5 as mo, d6 as Ko, d7 as Uo, d8 as Go, d9 as vo, da as Wo, db as ko, dc as Bo, dd as Fo, de as Vo, df as wo, dg as Yo, dh as Xo, di as zo, dj as Qo, dk as jo, dl as qo, dm as Jo, dn as Zo, dp as $o, dq as ar, dr as er, ds as sr, dt as or, du as rr, dv as tr, dw as nr, dx as dr, dy as cr, dz as ir, dA as lr, dB as Ar, dC as Er, dD as _r, dE as Tr, dF as Cr, dG as Rr, dH as Or, dI as pr, dJ as Sr, dK as Pr, dL as gr, dM as Nr, dN as Hr, dO as Lr, dP as Ir, dQ as br, dR as ur, dS as Mr, dT as Dr, dU as hr, dV as xr, dW as yr, dX as fr, dY as mr, dZ as Kr, d_ as Ur, d$ as Gr, e0 as vr, e1 as Wr, e2 as kr, e3 as Br, e4 as Fr, e5 as Vr, e6 as wr, e7 as Yr, e8 as Xr, e9 as zr, ea as Qr, eb as jr, ec as qr, ed as Jr, ee as Zr, ef as $r, eg as at, eh as et, ei as st, ej as ot, ek as rt, el as tt, em as nt, en as dt, eo as ct, ep as it, eq as lt, er as At, es as Et, et as _t, eu as Tt, ev as Ct, ew as Rt, ex as Ot, ey as pt, ez as St, eA as Pt, eB as gt, eC as Nt, eD as Ht, eE as Lt, eF as It, eG as bt, eH as ut, eI as Mt, eJ as Dt, eK as ht, eL as xt, eM as yt, eN as ft, eO as mt, eP as Kt, eQ as Ut, eR as Gt, eS as vt, eT as Wt, eU as kt, eV as Bt, eW as Ft, eX as Vt, eY as wt, eZ as Yt, e_ as Xt, e$ as zt, f0 as Qt, f1 as jt, f2 as qt, f3 as Jt, f4 as Zt, f5 as $t, f6 as an, f7 as en, f8 as sn, f9 as on, fa as rn, fb as tn, fc as nn, fd as dn, fe as cn, ff as ln, fg as An, fh as En, fi as _n, fj as Tn, fk as Cn, fl as Rn, fm as On, fn as pn, fo as Sn, fp as Pn, fq as gn, fr as Nn } from "./index-BG-pjUia.js";
|
|
3
3
|
export {
|
|
4
|
-
s as
|
|
5
|
-
o as
|
|
6
|
-
r as
|
|
7
|
-
t as
|
|
8
|
-
n as
|
|
9
|
-
d as
|
|
10
|
-
c as
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
j as
|
|
52
|
-
q as
|
|
53
|
-
J as
|
|
54
|
-
Z as
|
|
55
|
-
$ as
|
|
56
|
-
aa as
|
|
57
|
-
ea as
|
|
58
|
-
sa as
|
|
59
|
-
oa as
|
|
60
|
-
ra as
|
|
61
|
-
ta as
|
|
62
|
-
na as
|
|
63
|
-
da as
|
|
64
|
-
ca as
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
ja as
|
|
106
|
-
qa as
|
|
107
|
-
Ja as
|
|
108
|
-
Za as
|
|
109
|
-
$a as
|
|
110
|
-
ae as
|
|
111
|
-
ee as
|
|
112
|
-
se as
|
|
113
|
-
oe as
|
|
114
|
-
re as
|
|
115
|
-
te as
|
|
116
|
-
ne as
|
|
117
|
-
de as
|
|
118
|
-
ce as
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
je as
|
|
160
|
-
qe as
|
|
161
|
-
Je as
|
|
162
|
-
Ze as
|
|
163
|
-
$e as
|
|
164
|
-
as as
|
|
165
|
-
es as
|
|
166
|
-
ss as
|
|
167
|
-
os as
|
|
168
|
-
rs as
|
|
169
|
-
ts as
|
|
170
|
-
ns as
|
|
171
|
-
ds as
|
|
172
|
-
cs as
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
js as
|
|
214
|
-
qs as
|
|
215
|
-
Js as
|
|
216
|
-
Zs as
|
|
217
|
-
$s as
|
|
218
|
-
ao as
|
|
219
|
-
eo as
|
|
220
|
-
so as
|
|
221
|
-
oo as
|
|
222
|
-
ro as
|
|
223
|
-
to as
|
|
224
|
-
no as
|
|
225
|
-
co as
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
jo as
|
|
267
|
-
qo as
|
|
268
|
-
Jo as
|
|
269
|
-
Zo as
|
|
270
|
-
$o as
|
|
271
|
-
ar as
|
|
272
|
-
er as
|
|
273
|
-
sr as
|
|
274
|
-
or as
|
|
275
|
-
rr as
|
|
276
|
-
tr as
|
|
277
|
-
nr as
|
|
278
|
-
dr as
|
|
279
|
-
cr as
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
jr as
|
|
321
|
-
qr as
|
|
322
|
-
Jr as
|
|
323
|
-
Zr as
|
|
324
|
-
$r as
|
|
325
|
-
at as
|
|
326
|
-
et as
|
|
327
|
-
st as
|
|
328
|
-
ot as
|
|
329
|
-
rt as
|
|
330
|
-
tt as
|
|
331
|
-
nt as
|
|
332
|
-
dt as
|
|
333
|
-
ct as
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
4
|
+
s as AIAnchorGraphic,
|
|
5
|
+
o as AIAnchorManager,
|
|
6
|
+
r as AI_ANCHOR_GROUP_COLOR,
|
|
7
|
+
t as AI_ANCHOR_HIT_RADIUS,
|
|
8
|
+
n as AI_ANCHOR_LINE_T,
|
|
9
|
+
d as AI_ANCHOR_MARKER_CENTER_X,
|
|
10
|
+
c as AI_ANCHOR_MARKER_CENTER_Y,
|
|
11
|
+
i as AI_ANCHOR_MARKER_NUMBER_Y,
|
|
12
|
+
l as AI_ANCHOR_MARKER_TIP_Y,
|
|
13
|
+
A as AI_ANCHOR_MAX_COUNT,
|
|
14
|
+
E as AI_ANCHOR_NODE_COLOR,
|
|
15
|
+
_ as AI_ANCHOR_NODE_SELECTION_RATIO,
|
|
16
|
+
T as AI_ANCHOR_RESOURCE_COLOR,
|
|
17
|
+
C as ANCHOR_COLOR,
|
|
18
|
+
R as ANCHOR_HOVER_RADIUS,
|
|
19
|
+
O as ANCHOR_OFFSET,
|
|
20
|
+
p as ANCHOR_RADIUS,
|
|
21
|
+
S as AbsActionExecutor,
|
|
22
|
+
P as AbsActionLog,
|
|
23
|
+
g as AbsAlignHandler,
|
|
24
|
+
N as AbsAlignSideHandler,
|
|
25
|
+
H as AbsArrowKey,
|
|
26
|
+
L as AbsAuxGraphic,
|
|
27
|
+
I as AbsCreateDragProcessor,
|
|
28
|
+
b as AbsDetector,
|
|
29
|
+
u as AbsDrawer,
|
|
30
|
+
M as AbsInputHandler,
|
|
31
|
+
D as AbsInteractConfig,
|
|
32
|
+
h as AbsMainMode,
|
|
33
|
+
x as AbsNetworkPlugin,
|
|
34
|
+
y as AbsNodeManager,
|
|
35
|
+
f as AbsPastePosHandler,
|
|
36
|
+
m as AbsProps,
|
|
37
|
+
K as AbsResourceInstance,
|
|
38
|
+
U as AbsStatusHandler,
|
|
39
|
+
G as AbsStretchProcessor,
|
|
40
|
+
v as AbsSubMode,
|
|
41
|
+
W as AbsTextSelectionHandler,
|
|
42
|
+
k as AbsWheelHandler,
|
|
43
|
+
B as ActionCache,
|
|
44
|
+
F as ActionLogGroup,
|
|
45
|
+
V as ActionManager,
|
|
46
|
+
w as ActionMeta,
|
|
47
|
+
Y as ActionType,
|
|
48
|
+
X as AddAIAnchorExecutor,
|
|
49
|
+
z as AddAIAnchorLog,
|
|
50
|
+
Q as AddExecutor,
|
|
51
|
+
j as AddNodeLog,
|
|
52
|
+
q as AffineMatrix,
|
|
53
|
+
J as AlignBottomHandler,
|
|
54
|
+
Z as AlignHeightSideHandler,
|
|
55
|
+
$ as AlignLeftHandler,
|
|
56
|
+
aa as AlignLine,
|
|
57
|
+
ea as AlignMoveWorker,
|
|
58
|
+
sa as AlignRightHandler,
|
|
59
|
+
oa as AlignStretchLine,
|
|
60
|
+
ra as AlignStretchWorker,
|
|
61
|
+
ta as AlignTopHandler,
|
|
62
|
+
na as AlignWidthSideHandler,
|
|
63
|
+
da as AlignWorker,
|
|
64
|
+
ca as AppEventContext,
|
|
65
|
+
ia as AppStage,
|
|
66
|
+
la as ArrowDownKey,
|
|
67
|
+
Aa as ArrowLeftKey,
|
|
68
|
+
Ea as ArrowProps,
|
|
69
|
+
_a as ArrowRightKey,
|
|
70
|
+
Ta as ArrowUpKey,
|
|
71
|
+
Ca as AuxGraphicFactory,
|
|
72
|
+
Ra as AuxUtils,
|
|
73
|
+
Oa as AuxiliaryManager,
|
|
74
|
+
pa as AuxiliaryType,
|
|
75
|
+
Sa as BLOCK_COLOR,
|
|
76
|
+
Pa as BLOCK_CONTENT_INTERACTION_ENABLED,
|
|
77
|
+
ga as BLOCK_MAX_SCALE,
|
|
78
|
+
Na as BLOCK_MIN_SCALE,
|
|
79
|
+
Ha as BaseProps,
|
|
80
|
+
La as BlockProps,
|
|
81
|
+
Ia as BlockUtils,
|
|
82
|
+
ba as BorderProps,
|
|
83
|
+
ua as CHART_COLOR_SCHEMES,
|
|
84
|
+
Ma as CanvasConfig,
|
|
85
|
+
Da as CanvasContainer,
|
|
86
|
+
ha as CanvasInput,
|
|
87
|
+
xa as CanvasRender,
|
|
88
|
+
ya as ChartProps,
|
|
89
|
+
fa as ChartStyleType,
|
|
90
|
+
ma as CheckSizeProps,
|
|
91
|
+
Ka as CheckStatusProps,
|
|
92
|
+
Ua as ClearFocusNodeHandler,
|
|
93
|
+
Ga as ClickExpandShapeHandler,
|
|
94
|
+
va as ClickHandler,
|
|
95
|
+
Wa as ClickMode,
|
|
96
|
+
ka as ClickProcessor,
|
|
97
|
+
Ba as ClickTextHandler,
|
|
98
|
+
Fa as ClipProps,
|
|
99
|
+
Va as CmdDownNodeHandler,
|
|
100
|
+
wa as CmdUpClickHandler,
|
|
101
|
+
Ya as CollaborationManager,
|
|
102
|
+
Xa as ColorProps,
|
|
103
|
+
za as ConnectProps,
|
|
104
|
+
Qa as ConnectorPoint,
|
|
105
|
+
ja as ControlPoint,
|
|
106
|
+
qa as CopyPasteManager,
|
|
107
|
+
Ja as CopyPastePlugin,
|
|
108
|
+
Za as CopyPasteUtils,
|
|
109
|
+
$a as CreateLineMode,
|
|
110
|
+
ae as CreateRectBound,
|
|
111
|
+
ee as CreateRectMode,
|
|
112
|
+
se as CreateTextMode,
|
|
113
|
+
oe as CropProps,
|
|
114
|
+
re as CropType,
|
|
115
|
+
te as CursorProcessor,
|
|
116
|
+
ne as CutKey,
|
|
117
|
+
de as CutNodeHandler,
|
|
118
|
+
ce as CutTextHandler,
|
|
119
|
+
ie as DEFAULT_CHART_COLORS,
|
|
120
|
+
le as DELTA_PIE_ANGLE,
|
|
121
|
+
Ae as DHPCanvas,
|
|
122
|
+
Ee as DbClickMode,
|
|
123
|
+
_e as DefaultBorderColorShape,
|
|
124
|
+
Te as DefaultClickMode,
|
|
125
|
+
Ce as DefaultClickProcessor,
|
|
126
|
+
Re as DefaultColorShape,
|
|
127
|
+
Oe as DefaultFont,
|
|
128
|
+
pe as DefaultLineHeight,
|
|
129
|
+
Se as DefaultMode,
|
|
130
|
+
Pe as DeleteHandler,
|
|
131
|
+
ge as DeleteKey,
|
|
132
|
+
Ne as DescriptionProps,
|
|
133
|
+
He as DetectorEnum,
|
|
134
|
+
Le as DiffParaHandler,
|
|
135
|
+
Ie as DocContainerDeleteHandler,
|
|
136
|
+
be as DocContainerEnterHandler,
|
|
137
|
+
ue as DocContainerEnterStep,
|
|
138
|
+
Me as DocContainerTextSplitter,
|
|
139
|
+
De as DocMode,
|
|
140
|
+
he as DocState,
|
|
141
|
+
xe as DownAndMoveStreamMode,
|
|
142
|
+
ye as DragLineEndProcessor,
|
|
143
|
+
fe as DragMode,
|
|
144
|
+
me as DragProcessor,
|
|
145
|
+
Ke as DragSelectTextMode,
|
|
146
|
+
Ue as DragSelectTextProcessor,
|
|
147
|
+
Ge as EMPTY_SLIDE_X_GAP,
|
|
148
|
+
ve as EMPTY_SLIDE_Y_GAP,
|
|
149
|
+
We as EditTextWorker,
|
|
150
|
+
ke as EmptyNetworkPlugin,
|
|
151
|
+
Be as EmptyPlacePosHandler,
|
|
152
|
+
Fe as EndExecutor,
|
|
153
|
+
Ve as EndLog,
|
|
154
|
+
we as EngineMemoryManager,
|
|
155
|
+
Ye as EnterHandler,
|
|
156
|
+
Xe as EnterHotKey,
|
|
157
|
+
ze as EscKey,
|
|
158
|
+
Qe as ExecutorManager,
|
|
159
|
+
je as ExitTextEditWorker,
|
|
160
|
+
qe as ExpandDetector,
|
|
161
|
+
Je as ExpandShapeButton,
|
|
162
|
+
Ze as FocusEnum,
|
|
163
|
+
$e as FocusNodeHandler,
|
|
164
|
+
as as FormulaLatexGuard,
|
|
165
|
+
es as FormulaProps,
|
|
166
|
+
ss as GRAY_COLOR,
|
|
167
|
+
os as GRAY_COLOR_1,
|
|
168
|
+
rs as GestureEventPlugin,
|
|
169
|
+
ts as GraphemeSplit,
|
|
170
|
+
ns as GraphicNode,
|
|
171
|
+
ds as GraphicUtils,
|
|
172
|
+
cs as GridType,
|
|
173
|
+
is as GroupMode,
|
|
174
|
+
ls as GroupProcessor,
|
|
175
|
+
As as GroupUtils,
|
|
176
|
+
Es as HOVER_ANCHOR_COLOR,
|
|
177
|
+
_s as HOVER_BOUND_COLOR,
|
|
178
|
+
Ts as HOVER_BROKEN_POINT_COLOR,
|
|
179
|
+
Cs as HOVER_BROKEN_POINT_HOVER_COLOR,
|
|
180
|
+
Rs as HOVER_BROKEN_POINT_HOVER_RADIUS,
|
|
181
|
+
Os as HOVER_SLIDE_PLACEHOLDER_BTN_COLOR,
|
|
182
|
+
ps as HOVER_TITLE_MARGIN_Y,
|
|
183
|
+
Ss as HOVER_TITLE_RADIUS,
|
|
184
|
+
Ps as HOVER_TITLE_X_OFFSET,
|
|
185
|
+
gs as HOVER_TITLE_Y_OFFSET,
|
|
186
|
+
Ns as HighlightRects,
|
|
187
|
+
Hs as HotKey,
|
|
188
|
+
Ls as HotKeyConfig,
|
|
189
|
+
Is as HotKeyManager,
|
|
190
|
+
bs as HoverBound,
|
|
191
|
+
us as HoverNodeDetector,
|
|
192
|
+
Ms as HoverProcessor,
|
|
193
|
+
Ds as HoverTextPrefix,
|
|
194
|
+
hs as ImageExportDiagnostics,
|
|
195
|
+
xs as ImageUtils,
|
|
196
|
+
ys as InputCompositionEndHandler,
|
|
197
|
+
fs as InputCompositionHandler,
|
|
198
|
+
ms as InputEventPlugin,
|
|
199
|
+
Ks as InputNormalHandler,
|
|
200
|
+
Us as InteractConfig,
|
|
201
|
+
Gs as InteractiveEventType,
|
|
202
|
+
vs as InteractiveManager,
|
|
203
|
+
Ws as InteractiveUtils,
|
|
204
|
+
ks as IntlSplit,
|
|
205
|
+
Bs as KeyCode,
|
|
206
|
+
Fs as KeyEventPlugin,
|
|
207
|
+
Vs as LKey,
|
|
208
|
+
ws as LatexToSvg,
|
|
209
|
+
Ys as LineArrowType,
|
|
210
|
+
Xs as LineCreateDragProcessor,
|
|
211
|
+
zs as LineDashType,
|
|
212
|
+
Qs as LineEndPointDetector,
|
|
213
|
+
js as LineProps,
|
|
214
|
+
qs as LineShapeType,
|
|
215
|
+
Js as LineSpacing,
|
|
216
|
+
Zs as LinkNode,
|
|
217
|
+
$s as MAC_WHEEL_HANDLER_PROFILE,
|
|
218
|
+
ao as MAX_SCALE,
|
|
219
|
+
eo as MINDMAP_CONTAINER_BORDER_COLOR,
|
|
220
|
+
so as MINDMAP_CONTAINER_FILL_COLOR,
|
|
221
|
+
oo as MINDMAP_ROOT_NODE_HEIGHT,
|
|
222
|
+
ro as MINDMAP_ROOT_NODE_WIDTH,
|
|
223
|
+
to as MINDMAP_X_PADDING,
|
|
224
|
+
no as MINDMAP_Y_PADDING,
|
|
225
|
+
co as MIN_SCALE,
|
|
226
|
+
io as MOVE_ALIGN_BUFFER,
|
|
227
|
+
lo as MacMouseWheelHandler,
|
|
228
|
+
Ao as MacTrackpadWheelHandler,
|
|
229
|
+
Eo as MainTextId,
|
|
230
|
+
_o as MathFormula,
|
|
231
|
+
To as MeasureWorker,
|
|
232
|
+
Co as MemoryKey,
|
|
233
|
+
Ro as MermaidProps,
|
|
234
|
+
Oo as MermaidSection,
|
|
235
|
+
po as MindmapCreator,
|
|
236
|
+
So as MobileUtils,
|
|
237
|
+
Po as MoveLayerWorker,
|
|
238
|
+
go as MultiSelectBound,
|
|
239
|
+
No as MultiSelectHandler,
|
|
240
|
+
Ho as NodeDetector,
|
|
241
|
+
Lo as NodeFactory,
|
|
242
|
+
Io as NodeManager,
|
|
243
|
+
bo as NodeSideEnum,
|
|
244
|
+
uo as NodeTextPadding,
|
|
245
|
+
Mo as NodeType,
|
|
246
|
+
Do as NormalDeleteHandler,
|
|
247
|
+
ho as NormalEnterHandler,
|
|
248
|
+
xo as NormalMode,
|
|
249
|
+
yo as NormalPastePosHandler,
|
|
250
|
+
fo as NormalResourceInstance,
|
|
251
|
+
mo as OolongAIAPI,
|
|
252
|
+
Ko as OolongAPI,
|
|
253
|
+
Uo as OolongApp,
|
|
254
|
+
Go as OolongGroup,
|
|
255
|
+
vo as OolongImgNode,
|
|
256
|
+
Wo as OolongLine,
|
|
257
|
+
ko as OolongMindmapNode,
|
|
258
|
+
Bo as OolongNode,
|
|
259
|
+
Fo as OolongSVGNode,
|
|
260
|
+
Vo as OolongSVGUtils,
|
|
261
|
+
wo as OptionHelper,
|
|
262
|
+
Yo as PREVIEW_ROOT_ID,
|
|
263
|
+
Xo as ParagraphSpacing,
|
|
264
|
+
zo as PasteNodeHandler,
|
|
265
|
+
Qo as Permission,
|
|
266
|
+
jo as Point,
|
|
267
|
+
qo as PointerEventPlugin,
|
|
268
|
+
Jo as PolyLineControlPointDetector,
|
|
269
|
+
Zo as PosPasteType,
|
|
270
|
+
$o as PropType,
|
|
271
|
+
ar as QuadBezierCurve,
|
|
272
|
+
er as RKey,
|
|
273
|
+
sr as ROOT_ID,
|
|
274
|
+
or as Rect,
|
|
275
|
+
rr as RectCreateDragProcessor,
|
|
276
|
+
tr as RedoKey,
|
|
277
|
+
nr as RemoveAIAnchorExecutor,
|
|
278
|
+
dr as RemoveAIAnchorLog,
|
|
279
|
+
cr as RemoveExecutor,
|
|
280
|
+
ir as RemoveNodeLog,
|
|
281
|
+
lr as RenderManager,
|
|
282
|
+
Ar as RenderText,
|
|
283
|
+
Er as ResourceEnumType,
|
|
284
|
+
_r as ResourceManager,
|
|
285
|
+
Tr as ResourceType,
|
|
286
|
+
Cr as RestoreRemovedNodesLog,
|
|
287
|
+
Rr as RichTextCompatibility,
|
|
288
|
+
Or as RootNode,
|
|
289
|
+
pr as RotateDetector,
|
|
290
|
+
Sr as RotateMode,
|
|
291
|
+
Pr as RotateProcessor,
|
|
292
|
+
gr as SELECT_BOUND_COLOR,
|
|
293
|
+
Nr as SELECT_GROUP_COLOR,
|
|
294
|
+
Hr as SELECT_SLIDE_GAP_INSERT_POINT_RADIUS,
|
|
295
|
+
Lr as SLIDE_X_GAP,
|
|
296
|
+
Ir as SLIDE_Y_GAP,
|
|
297
|
+
br as STRETCH_ALIGN_BUFFER,
|
|
298
|
+
ur as STRETCH_ALIGN_OFFSET,
|
|
299
|
+
Mr as STRETCH_WIDTH,
|
|
300
|
+
Dr as SameParaDiffLineHandler,
|
|
301
|
+
hr as SameParaSameLineHandler,
|
|
302
|
+
xr as SectionType,
|
|
303
|
+
yr as SelectAIAnchorExecutor,
|
|
304
|
+
fr as SelectAIAnchorLog,
|
|
305
|
+
mr as SelectGroup,
|
|
306
|
+
Kr as SelectManager,
|
|
307
|
+
Ur as SelectNodeExecutor,
|
|
308
|
+
Gr as SelectNodeLog,
|
|
309
|
+
vr as SelectType,
|
|
310
|
+
Wr as ShapeProps,
|
|
311
|
+
kr as ShapeType,
|
|
312
|
+
Br as ShiftDownNodeHandler,
|
|
313
|
+
Fr as ShiftUpClickHandler,
|
|
314
|
+
Vr as SingleSelectBound,
|
|
315
|
+
wr as SingleStatusHandler,
|
|
316
|
+
Yr as SingleStretchMode,
|
|
317
|
+
Xr as SingleStretchProcessorV2,
|
|
318
|
+
zr as SlideEditModeExecutor,
|
|
319
|
+
Qr as SlideEditModeLog,
|
|
320
|
+
jr as SlideFocusExecutor,
|
|
321
|
+
qr as SlideFocusLog,
|
|
322
|
+
Jr as SlotKeyType,
|
|
323
|
+
Zr as SlotManager,
|
|
324
|
+
$r as SnapshotManager,
|
|
325
|
+
at as StartExecutor,
|
|
326
|
+
et as StartLog,
|
|
327
|
+
st as StreamMode,
|
|
328
|
+
ot as StreamProcessor,
|
|
329
|
+
rt as StretchAlignType,
|
|
330
|
+
tt as StretchDetector,
|
|
331
|
+
nt as StretchHotBuffer,
|
|
332
|
+
dt as StretchMode,
|
|
333
|
+
ct as StretchProcessorV2,
|
|
334
|
+
it as StretchRect,
|
|
335
|
+
lt as StretchType,
|
|
336
|
+
At as TEXT_QUOTE_ALPHA,
|
|
337
|
+
Et as TEXT_QUOTE_LINE_WIDTH,
|
|
338
|
+
_t as TEXT_QUOTE_PADDING,
|
|
339
|
+
Tt as TEXT_SELECTION_COLOR,
|
|
340
|
+
Ct as TITLE_NODE_TYPE_SET,
|
|
341
|
+
Rt as TKey,
|
|
342
|
+
Ot as TextAlignType,
|
|
343
|
+
pt as TextCharacter,
|
|
344
|
+
St as TextCreateDragProcessor,
|
|
345
|
+
Pt as TextCursorMoveWorker,
|
|
346
|
+
gt as TextCursorPosition,
|
|
347
|
+
Nt as TextDeleteKey,
|
|
348
|
+
Ht as TextFocusExecutor,
|
|
349
|
+
Lt as TextFocusLog,
|
|
350
|
+
It as TextLine,
|
|
351
|
+
bt as TextParagraph,
|
|
352
|
+
ut as TextParagraphProps,
|
|
353
|
+
Mt as TextParagraphQuoteProps,
|
|
354
|
+
Dt as TextPrefixDetector,
|
|
355
|
+
ht as TextProps,
|
|
356
|
+
xt as TextSelection,
|
|
357
|
+
yt as TextSelectionDeleteWorker,
|
|
358
|
+
ft as TextSelectionWorker,
|
|
359
|
+
mt as TextSizeMode,
|
|
360
|
+
Kt as TextUtils,
|
|
361
|
+
Ut as TextWord,
|
|
362
|
+
Gt as ToolEnum,
|
|
363
|
+
vt as ToolManager,
|
|
364
|
+
Wt as UndoKey,
|
|
365
|
+
kt as UndoRedoManager,
|
|
366
|
+
Bt as UpdateExecutor,
|
|
367
|
+
Ft as UpdateNodeLog,
|
|
368
|
+
Vt as VisibleBuffer,
|
|
369
|
+
wt as WHITE_COLOR,
|
|
370
|
+
Yt as WINDOWS_WHEEL_HANDLER_PROFILE,
|
|
371
|
+
Xt as WheelEventPlugin,
|
|
372
|
+
zt as WheelRedrawHandler,
|
|
373
|
+
Qt as WidgetEnum,
|
|
374
|
+
jt as WindowResizePlugin,
|
|
375
|
+
qt as WindowsMouseWheelHandler,
|
|
376
|
+
Jt as WindowsTrackpadWheelHandler,
|
|
377
|
+
Zt as actionExecutors,
|
|
378
|
+
$t as aiAnchorKeyMap,
|
|
379
|
+
an as convertAction2MsgData,
|
|
380
|
+
en as convertActionData2Log,
|
|
381
|
+
sn as createAIAnchorNodePoint,
|
|
382
|
+
on as createAIAnchorNodeRef,
|
|
383
|
+
rn as disableAlignNodeType,
|
|
384
|
+
tn as disableAlignSideSet,
|
|
385
|
+
nn as filterPasteNodes,
|
|
386
|
+
dn as getAIAnchorNodeBounds,
|
|
387
|
+
cn as getAIAnchorNodeSelectionPoint,
|
|
388
|
+
ln as getChartColor,
|
|
389
|
+
An as graphemeSplitter,
|
|
390
|
+
En as handToolKeyMap,
|
|
391
|
+
_n as intlSplitter,
|
|
392
|
+
Tn as isContains,
|
|
393
|
+
Cn as limitLineWidth,
|
|
394
|
+
Rn as mergeRememberedTextStyle,
|
|
395
|
+
On as normalKeyMap,
|
|
396
|
+
pn as normalizeRememberedLineShapeType,
|
|
397
|
+
Sn as readOnlyKeyMap,
|
|
398
|
+
Pn as rememberLineStyle,
|
|
399
|
+
gn as resolveAIAnchorPoint,
|
|
400
|
+
Nn as textKeyMap
|
|
351
401
|
};
|