oolong-engine 0.0.7 → 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.
Files changed (569) hide show
  1. package/dist/ability/ai-anchor/AIAnchorManager.d.ts +91 -0
  2. package/dist/ability/ai-anchor/AIAnchorManager.d.ts.map +1 -0
  3. package/dist/ability/ai-anchor/AIAnchorThumbnailUtils.d.ts +8 -0
  4. package/dist/ability/ai-anchor/AIAnchorThumbnailUtils.d.ts.map +1 -0
  5. package/dist/ability/ai-anchor/AIAnchorUtils.d.ts +17 -0
  6. package/dist/ability/ai-anchor/AIAnchorUtils.d.ts.map +1 -0
  7. package/dist/ability/ai-anchor/constants.d.ts +23 -0
  8. package/dist/ability/ai-anchor/constants.d.ts.map +1 -0
  9. package/dist/ability/ai-anchor/index.d.ts +5 -0
  10. package/dist/ability/ai-anchor/index.d.ts.map +1 -0
  11. package/dist/ability/ai-anchor/types.d.ts +59 -0
  12. package/dist/ability/ai-anchor/types.d.ts.map +1 -0
  13. package/dist/ability/baseprops-worker/BasePropsWorker.d.ts +2 -0
  14. package/dist/ability/baseprops-worker/BasePropsWorker.d.ts.map +1 -1
  15. package/dist/ability/block/BlockWorker.d.ts +24 -0
  16. package/dist/ability/block/BlockWorker.d.ts.map +1 -0
  17. package/dist/ability/block/BlockZoomWorker.d.ts +48 -0
  18. package/dist/ability/block/BlockZoomWorker.d.ts.map +1 -0
  19. package/dist/ability/copyPaste/duplicate/DuplicateWorker.d.ts.map +1 -1
  20. package/dist/ability/create/CreateWorker.d.ts.map +1 -1
  21. package/dist/ability/create/handler/BlockCreateHandler.d.ts +8 -0
  22. package/dist/ability/create/handler/BlockCreateHandler.d.ts.map +1 -0
  23. package/dist/ability/create/handler/SlideCreateHandler.d.ts.map +1 -1
  24. package/dist/ability/delete/DeleteWorker.d.ts +5 -0
  25. package/dist/ability/delete/DeleteWorker.d.ts.map +1 -1
  26. package/dist/ability/drawer/BrokenImageDrawer.d.ts +11 -0
  27. package/dist/ability/drawer/BrokenImageDrawer.d.ts.map +1 -0
  28. package/dist/ability/drawer/LoadingImageDrawer.d.ts +11 -0
  29. package/dist/ability/drawer/LoadingImageDrawer.d.ts.map +1 -0
  30. package/dist/ability/export/pdf/PdfEmojiFontUtils.d.ts +15 -0
  31. package/dist/ability/export/pdf/PdfEmojiFontUtils.d.ts.map +1 -0
  32. package/dist/ability/export/pdf/PdfExportWorker.d.ts +26 -18
  33. package/dist/ability/export/pdf/PdfExportWorker.d.ts.map +1 -1
  34. package/dist/ability/export/pdf/PdfFontLoader.d.ts +5 -1
  35. package/dist/ability/export/pdf/PdfFontLoader.d.ts.map +1 -1
  36. package/dist/ability/export/pdf/PdfFontSelection.d.ts +48 -0
  37. package/dist/ability/export/pdf/PdfFontSelection.d.ts.map +1 -0
  38. package/dist/ability/focus/ClearFocusWorker.d.ts.map +1 -1
  39. package/dist/ability/focus/ExitTextEditWorker.d.ts.map +1 -1
  40. package/dist/ability/image/ImageWorker.d.ts +1 -1
  41. package/dist/ability/image/ImageWorker.d.ts.map +1 -1
  42. package/dist/ability/index.d.ts +2 -1
  43. package/dist/ability/index.d.ts.map +1 -1
  44. package/dist/ability/line/LineTextWorker.d.ts.map +1 -1
  45. package/dist/ability/quickCreate/QuickCreateWorker.d.ts.map +1 -1
  46. package/dist/ability/section/SectionWorker.d.ts.map +1 -1
  47. package/dist/ability/svg/CreateSvgWorker.d.ts +21 -3
  48. package/dist/ability/svg/CreateSvgWorker.d.ts.map +1 -1
  49. package/dist/ability/svg/GenSvgBitmapWorker.d.ts.map +1 -1
  50. package/dist/ability/textInput/textFont/AbsTextFontWorker.d.ts +2 -1
  51. package/dist/ability/textInput/textFont/AbsTextFontWorker.d.ts.map +1 -1
  52. package/dist/ability/textInput/textFont/TextFontFamilyWorker.d.ts +12 -0
  53. package/dist/ability/textInput/textFont/TextFontFamilyWorker.d.ts.map +1 -0
  54. package/dist/action/ActionConfig.d.ts.map +1 -1
  55. package/dist/action/ActionManager.d.ts +3 -0
  56. package/dist/action/ActionManager.d.ts.map +1 -1
  57. package/dist/action/base/ActionType.d.ts +6 -1
  58. package/dist/action/base/ActionType.d.ts.map +1 -1
  59. package/dist/action/executor/ExecutorContext.d.ts +2 -0
  60. package/dist/action/executor/ExecutorContext.d.ts.map +1 -1
  61. package/dist/action/executor/aiAnchor/AddAIAnchorExecutor.d.ts +11 -0
  62. package/dist/action/executor/aiAnchor/AddAIAnchorExecutor.d.ts.map +1 -0
  63. package/dist/action/executor/aiAnchor/RemoveAIAnchorExecutor.d.ts +11 -0
  64. package/dist/action/executor/aiAnchor/RemoveAIAnchorExecutor.d.ts.map +1 -0
  65. package/dist/action/executor/aiAnchor/SelectAIAnchorExecutor.d.ts +11 -0
  66. package/dist/action/executor/aiAnchor/SelectAIAnchorExecutor.d.ts.map +1 -0
  67. package/dist/action/executor/node/SelectNodeExecutor.d.ts.map +1 -1
  68. package/dist/action/executor/node/SlideEditModeExecutor.d.ts +11 -0
  69. package/dist/action/executor/node/SlideEditModeExecutor.d.ts.map +1 -0
  70. package/dist/action/executor/node/SlideFocusExecutor.d.ts +12 -0
  71. package/dist/action/executor/node/SlideFocusExecutor.d.ts.map +1 -0
  72. package/dist/action/executor/node/add/AddExecutor.d.ts +2 -0
  73. package/dist/action/executor/node/add/AddExecutor.d.ts.map +1 -1
  74. package/dist/action/executor/node/remove/RemoveExecutor.d.ts +2 -2
  75. package/dist/action/executor/node/remove/RemoveExecutor.d.ts.map +1 -1
  76. package/dist/action/executor/node/update/UpdateExecutor.d.ts.map +1 -1
  77. package/dist/action/executor/node/update/handler/BlockPropsHandler.d.ts +13 -0
  78. package/dist/action/executor/node/update/handler/BlockPropsHandler.d.ts.map +1 -0
  79. package/dist/action/executor/node/update/handler/SvgPropsHandler.d.ts.map +1 -1
  80. package/dist/action/index.d.ts +14 -0
  81. package/dist/action/index.d.ts.map +1 -1
  82. package/dist/action/log/aiAnchor/AddAIAnchorLog.d.ts +9 -0
  83. package/dist/action/log/aiAnchor/AddAIAnchorLog.d.ts.map +1 -0
  84. package/dist/action/log/aiAnchor/RemoveAIAnchorLog.d.ts +9 -0
  85. package/dist/action/log/aiAnchor/RemoveAIAnchorLog.d.ts.map +1 -0
  86. package/dist/action/log/aiAnchor/SelectAIAnchorLog.d.ts +10 -0
  87. package/dist/action/log/aiAnchor/SelectAIAnchorLog.d.ts.map +1 -0
  88. package/dist/action/log/data/AIAnchorData.d.ts +14 -0
  89. package/dist/action/log/data/AIAnchorData.d.ts.map +1 -0
  90. package/dist/action/log/data/SlideEditModeData.d.ts +5 -0
  91. package/dist/action/log/data/SlideEditModeData.d.ts.map +1 -0
  92. package/dist/action/log/data/SlideFocusData.d.ts +4 -0
  93. package/dist/action/log/data/SlideFocusData.d.ts.map +1 -0
  94. package/dist/action/log/node/RestoreRemovedNodesLog.d.ts +12 -0
  95. package/dist/action/log/node/RestoreRemovedNodesLog.d.ts.map +1 -0
  96. package/dist/action/log/node/SlideEditModeLog.d.ts +11 -0
  97. package/dist/action/log/node/SlideEditModeLog.d.ts.map +1 -0
  98. package/dist/action/log/node/SlideFocusLog.d.ts +10 -0
  99. package/dist/action/log/node/SlideFocusLog.d.ts.map +1 -0
  100. package/dist/action/render/RenderManager.d.ts +29 -1
  101. package/dist/action/render/RenderManager.d.ts.map +1 -1
  102. package/dist/action/render/drawMode/BlockEditMode.d.ts +8 -0
  103. package/dist/action/render/drawMode/BlockEditMode.d.ts.map +1 -0
  104. package/dist/action/render/drawMode/DocEditDrawMode.d.ts.map +1 -1
  105. package/dist/action/render/drawMode/NormalDrawMode.d.ts.map +1 -1
  106. package/dist/action/render/export/ExportWorker.d.ts +1 -1
  107. package/dist/action/render/export/ExportWorker.d.ts.map +1 -1
  108. package/dist/action/render/zoom/ZoomWorker.d.ts +16 -2
  109. package/dist/action/render/zoom/ZoomWorker.d.ts.map +1 -1
  110. package/dist/action/undo/UndoRedoManager.d.ts +2 -0
  111. package/dist/action/undo/UndoRedoManager.d.ts.map +1 -1
  112. package/dist/app/AppEventContext.d.ts +8 -2
  113. package/dist/app/AppEventContext.d.ts.map +1 -1
  114. package/dist/app/OolongApp.d.ts +10 -0
  115. package/dist/app/OolongApp.d.ts.map +1 -1
  116. package/dist/app/ai-api/module/AINodeAPI.d.ts +41 -9
  117. package/dist/app/ai-api/module/AINodeAPI.d.ts.map +1 -1
  118. package/dist/app/ai-api/module/SelectAPI.d.ts +3 -0
  119. package/dist/app/ai-api/module/SelectAPI.d.ts.map +1 -1
  120. package/dist/app/ai-api/types/NodeDetailInfo.d.ts +2 -0
  121. package/dist/app/ai-api/types/NodeDetailInfo.d.ts.map +1 -1
  122. package/dist/app/api/OolongAPI.d.ts +25 -1
  123. package/dist/app/api/OolongAPI.d.ts.map +1 -1
  124. package/dist/app/api/module/AIAnchorAPI.d.ts +35 -0
  125. package/dist/app/api/module/AIAnchorAPI.d.ts.map +1 -0
  126. package/dist/app/api/module/CopyPasteAPI.d.ts +1 -1
  127. package/dist/app/api/module/CopyPasteAPI.d.ts.map +1 -1
  128. package/dist/app/api/module/CreateAPI.d.ts +8 -5
  129. package/dist/app/api/module/CreateAPI.d.ts.map +1 -1
  130. package/dist/app/api/module/block/BlockAPI.d.ts +24 -0
  131. package/dist/app/api/module/block/BlockAPI.d.ts.map +1 -0
  132. package/dist/app/api/module/propChange/PropChangeAPI.d.ts +5 -0
  133. package/dist/app/api/module/propChange/PropChangeAPI.d.ts.map +1 -1
  134. package/dist/app/api/module/slide/SlideAPI.d.ts +11 -0
  135. package/dist/app/api/module/slide/SlideAPI.d.ts.map +1 -1
  136. package/dist/app/api/module/text/TextAPI.d.ts +3 -0
  137. package/dist/app/api/module/text/TextAPI.d.ts.map +1 -1
  138. package/dist/app/docModeManager/DocModeManager.d.ts.map +1 -1
  139. package/dist/app/docModeManager/DocModeSwitchContext.d.ts +2 -0
  140. package/dist/app/docModeManager/DocModeSwitchContext.d.ts.map +1 -1
  141. package/dist/app/docModeManager/switchHandler/AbsSwitchHandler.d.ts +25 -0
  142. package/dist/app/docModeManager/switchHandler/AbsSwitchHandler.d.ts.map +1 -1
  143. package/dist/app/docModeManager/switchHandler/block/BlockEditToBoardHandler.d.ts +6 -0
  144. package/dist/app/docModeManager/switchHandler/block/BlockEditToBoardHandler.d.ts.map +1 -0
  145. package/dist/app/docModeManager/switchHandler/block/BlockEditToSlideEditHandler.d.ts +21 -0
  146. package/dist/app/docModeManager/switchHandler/block/BlockEditToSlideEditHandler.d.ts.map +1 -0
  147. package/dist/app/docModeManager/switchHandler/block/EnterBlockEditHandler.d.ts +10 -0
  148. package/dist/app/docModeManager/switchHandler/block/EnterBlockEditHandler.d.ts.map +1 -0
  149. package/dist/app/docModeManager/switchHandler/board/BoardToSlideEditHandler.d.ts.map +1 -1
  150. package/dist/app/docModeManager/switchHandler/board/BoardToSlidePlayHandler.d.ts.map +1 -1
  151. package/dist/app/docModeManager/switchHandler/slide-edit/SlideEditToSlidePlayHandler.d.ts.map +1 -1
  152. package/dist/app/docModeManager/switchHandler/slide-play/SlidePlayToBoardHandler.d.ts.map +1 -1
  153. package/dist/app/docState/DocMode.d.ts +2 -1
  154. package/dist/app/docState/DocMode.d.ts.map +1 -1
  155. package/dist/app/docState/DocModeStatus.d.ts +10 -0
  156. package/dist/app/docState/DocModeStatus.d.ts.map +1 -1
  157. package/dist/app/docState/DocState.d.ts +6 -1
  158. package/dist/app/docState/DocState.d.ts.map +1 -1
  159. package/dist/application/CanvasRender.d.ts +12 -1
  160. package/dist/application/CanvasRender.d.ts.map +1 -1
  161. package/dist/application/GMLRender.d.ts +5 -1
  162. package/dist/application/GMLRender.d.ts.map +1 -1
  163. package/dist/application/nodeManager/NodeManager.d.ts.map +1 -1
  164. package/dist/{arc-C74iPB2j.js → arc-D7tGeZuQ.js} +1 -1
  165. package/dist/architecture-PBZL5I3N-snzwYO0n.js +6 -0
  166. package/dist/{architectureDiagram-2XIMDMQ5-CBSLgSp7.js → architectureDiagram-2XIMDMQ5-BX-m3749.js} +4 -4
  167. package/dist/asyncRender/AsyncRenderNodeManager.d.ts +9 -1
  168. package/dist/asyncRender/AsyncRenderNodeManager.d.ts.map +1 -1
  169. package/dist/auxiliary/AuxGraphicFactory.d.ts.map +1 -1
  170. package/dist/auxiliary/AuxiliaryManager.d.ts.map +1 -1
  171. package/dist/auxiliary/AuxiliaryStyleConst.d.ts +3 -0
  172. package/dist/auxiliary/AuxiliaryStyleConst.d.ts.map +1 -1
  173. package/dist/auxiliary/graphics/AuxiliaryType.d.ts +29 -16
  174. package/dist/auxiliary/graphics/AuxiliaryType.d.ts.map +1 -1
  175. package/dist/auxiliary/graphics/BlockAuxDrawer.d.ts +21 -0
  176. package/dist/auxiliary/graphics/BlockAuxDrawer.d.ts.map +1 -0
  177. package/dist/auxiliary/graphics/ai-anchor/AIAnchorGraphic.d.ts +17 -0
  178. package/dist/auxiliary/graphics/ai-anchor/AIAnchorGraphic.d.ts.map +1 -0
  179. package/dist/auxiliary/graphics/hover/HoverBlockSectionDrag.d.ts +13 -0
  180. package/dist/auxiliary/graphics/hover/HoverBlockSectionDrag.d.ts.map +1 -0
  181. package/dist/auxiliary/graphics/hover/HoverBlockSectionFit.d.ts +12 -0
  182. package/dist/auxiliary/graphics/hover/HoverBlockSectionFit.d.ts.map +1 -0
  183. package/dist/auxiliary/graphics/hover/HoverBlockSectionMinus.d.ts +12 -0
  184. package/dist/auxiliary/graphics/hover/HoverBlockSectionMinus.d.ts.map +1 -0
  185. package/dist/auxiliary/graphics/hover/HoverBlockSectionPlus.d.ts +12 -0
  186. package/dist/auxiliary/graphics/hover/HoverBlockSectionPlus.d.ts.map +1 -0
  187. package/dist/auxiliary/graphics/hover/HoverEmptySlideInsertPoint.d.ts +13 -0
  188. package/dist/auxiliary/graphics/hover/HoverEmptySlideInsertPoint.d.ts.map +1 -0
  189. package/dist/auxiliary/graphics/hover/HoverFocusCopy.d.ts +1 -0
  190. package/dist/auxiliary/graphics/hover/HoverFocusCopy.d.ts.map +1 -1
  191. package/dist/auxiliary/graphics/hover/HoverSlidePlaceHolder.d.ts.map +1 -1
  192. package/dist/auxiliary/graphics/hover/HoverTitle.d.ts +10 -0
  193. package/dist/auxiliary/graphics/hover/HoverTitle.d.ts.map +1 -0
  194. package/dist/auxiliary/graphics/select/DocContainerSelectBound.d.ts +15 -0
  195. package/dist/auxiliary/graphics/select/DocContainerSelectBound.d.ts.map +1 -0
  196. package/dist/auxiliary/graphics/select/SelectBlockSectionDrag.d.ts +14 -0
  197. package/dist/auxiliary/graphics/select/SelectBlockSectionDrag.d.ts.map +1 -0
  198. package/dist/auxiliary/graphics/select/SelectBlockSectionFit.d.ts +12 -0
  199. package/dist/auxiliary/graphics/select/SelectBlockSectionFit.d.ts.map +1 -0
  200. package/dist/auxiliary/graphics/select/SelectBlockSectionMinus.d.ts +12 -0
  201. package/dist/auxiliary/graphics/select/SelectBlockSectionMinus.d.ts.map +1 -0
  202. package/dist/auxiliary/graphics/select/SelectBlockSectionPlus.d.ts +12 -0
  203. package/dist/auxiliary/graphics/select/SelectBlockSectionPlus.d.ts.map +1 -0
  204. package/dist/auxiliary/graphics/select/SelectSlideGapInsertPoint.d.ts.map +1 -1
  205. package/dist/auxiliary/graphics/select/SelectTitle.d.ts +6 -0
  206. package/dist/auxiliary/graphics/select/SelectTitle.d.ts.map +1 -0
  207. package/dist/auxiliary/index.d.ts +1 -0
  208. package/dist/auxiliary/index.d.ts.map +1 -1
  209. package/dist/block/BlockManager.d.ts +12 -0
  210. package/dist/block/BlockManager.d.ts.map +1 -0
  211. package/dist/{blockDiagram-WCTKOSBZ-CAVpCSuh.js → blockDiagram-WCTKOSBZ-C9QnJQbl.js} +3 -3
  212. package/dist/{c4Diagram-IC4MRINW-DsLFVbge.js → c4Diagram-IC4MRINW-DQ1rc0Nr.js} +2 -2
  213. package/dist/{channel-Bg7n8aMx.js → channel-Cd_6lGHW.js} +1 -1
  214. package/dist/{chunk-4BX2VUAB-Ccw6Q1N2.js → chunk-4BX2VUAB-D4-Rmcdm.js} +1 -1
  215. package/dist/{chunk-55IACEB6-BuwPC8ea.js → chunk-55IACEB6-CFIKAg6B.js} +1 -1
  216. package/dist/{chunk-FMBD7UC4-BWzUpu3X.js → chunk-FMBD7UC4-eNZNs0xR.js} +1 -1
  217. package/dist/{chunk-JSJVCQXG-CjECljXy.js → chunk-JSJVCQXG-BRLPafNX.js} +1 -1
  218. package/dist/{chunk-KX2RTZJC-Bp3M5eSg.js → chunk-KX2RTZJC-Cu2pmX78.js} +1 -1
  219. package/dist/{chunk-NQ4KR5QH-CxIAsd6_.js → chunk-NQ4KR5QH-CLBemp6I.js} +3 -3
  220. package/dist/{chunk-QZHKN3VN-Qsm3Jsxm.js → chunk-QZHKN3VN-DvzZp9Yk.js} +1 -1
  221. package/dist/{chunk-WL4C6EOR-EgHkwg-i.js → chunk-WL4C6EOR-CaFmKRYy.js} +5 -5
  222. package/dist/{classDiagram-VBA2DB6C-BKZOsova.js → classDiagram-VBA2DB6C-NAGeKxcH.js} +2 -2
  223. package/dist/{classDiagram-v2-RAHNMMFH-BKZOsova.js → classDiagram-v2-RAHNMMFH-NAGeKxcH.js} +2 -2
  224. package/dist/common/detect/DetectorEnum.d.ts +8 -1
  225. package/dist/common/detect/DetectorEnum.d.ts.map +1 -1
  226. package/dist/{cose-bilkent-S5V4N54A-qyVDREr0.js → cose-bilkent-S5V4N54A-DFVMSjt1.js} +2 -2
  227. package/dist/cursor/CursorManager.d.ts.map +1 -1
  228. package/dist/cursor/CursorStyle.d.ts +1 -0
  229. package/dist/cursor/CursorStyle.d.ts.map +1 -1
  230. package/dist/{dagre-KLK3FWXG-CtzL6qeY.js → dagre-KLK3FWXG-Cf1rlufL.js} +1 -1
  231. package/dist/{diagram-E7M64L7V-CbEL_v0B.js → diagram-E7M64L7V-DokiaDNs.js} +4 -4
  232. package/dist/{diagram-IFDJBPK2-C79sb_7G.js → diagram-IFDJBPK2-Df4xCj79.js} +3 -3
  233. package/dist/{diagram-P4PSJMXO-C6rMWHpY.js → diagram-P4PSJMXO-TU-_0xW_.js} +3 -3
  234. package/dist/engine.js +398 -348
  235. package/dist/engine.umd.cjs +1212 -984
  236. package/dist/{erDiagram-INFDFZHY-CHAgkvbx.js → erDiagram-INFDFZHY-BQ2lXK5O.js} +4 -4
  237. package/dist/file/SerializeManager.d.ts +3 -3
  238. package/dist/file/SerializeManager.d.ts.map +1 -1
  239. package/dist/{flowDiagram-PKNHOUZH-CMFDjvNt.js → flowDiagram-PKNHOUZH-Bao8DhCk.js} +6 -6
  240. package/dist/{ganttDiagram-A5KZAMGK-D_WtfCIi.js → ganttDiagram-A5KZAMGK-BbO-FEz0.js} +2 -2
  241. package/dist/gitGraph-HDMCJU4V-CqGoSiWO.js +6 -0
  242. package/dist/{gitGraphDiagram-K3NZZRJ6-Cp9u3WXH.js → gitGraphDiagram-K3NZZRJ6-BXChctG4.js} +4 -4
  243. package/dist/graphics/GraphicConst.d.ts +4 -0
  244. package/dist/graphics/GraphicConst.d.ts.map +1 -1
  245. package/dist/graphics/ITitleNode.d.ts +9 -0
  246. package/dist/graphics/ITitleNode.d.ts.map +1 -0
  247. package/dist/graphics/OolongGroup.d.ts +1 -0
  248. package/dist/graphics/OolongGroup.d.ts.map +1 -1
  249. package/dist/graphics/OolongImgNode.d.ts.map +1 -1
  250. package/dist/graphics/OolongNode.d.ts +2 -0
  251. package/dist/graphics/OolongNode.d.ts.map +1 -1
  252. package/dist/graphics/OolongSVGUtils.d.ts +11 -0
  253. package/dist/graphics/OolongSVGUtils.d.ts.map +1 -1
  254. package/dist/graphics/OolongSection.d.ts +13 -1
  255. package/dist/graphics/OolongSection.d.ts.map +1 -1
  256. package/dist/graphics/OolongSlideContainer.d.ts +15 -2
  257. package/dist/graphics/OolongSlideContainer.d.ts.map +1 -1
  258. package/dist/graphics/block/BlockSection.d.ts +14 -0
  259. package/dist/graphics/block/BlockSection.d.ts.map +1 -0
  260. package/dist/graphics/drawer/AbsDrawer.d.ts.map +1 -1
  261. package/dist/graphics/drawer/chart/PieDrawer.d.ts.map +1 -1
  262. package/dist/graphics/editable/OolongEditableNode.d.ts +3 -0
  263. package/dist/graphics/editable/OolongEditableNode.d.ts.map +1 -1
  264. package/dist/graphics/editable/OolongPieNode.d.ts +11 -0
  265. package/dist/graphics/editable/OolongPieNode.d.ts.map +1 -1
  266. package/dist/graphics/img/AbsImgNode.d.ts +13 -2
  267. package/dist/graphics/img/AbsImgNode.d.ts.map +1 -1
  268. package/dist/graphics/index.d.ts +3 -0
  269. package/dist/graphics/index.d.ts.map +1 -1
  270. package/dist/graphics/line/OolongLine.d.ts +4 -0
  271. package/dist/graphics/line/OolongLine.d.ts.map +1 -1
  272. package/dist/graphics/mathFormula/MathFormula.d.ts +3 -0
  273. package/dist/graphics/mathFormula/MathFormula.d.ts.map +1 -1
  274. package/dist/graphics/node/GraphicNode.d.ts +15 -1
  275. package/dist/graphics/node/GraphicNode.d.ts.map +1 -1
  276. package/dist/graphics/node/NodeFactory.d.ts.map +1 -1
  277. package/dist/graphics/paint/OolongPaint.d.ts +3 -0
  278. package/dist/graphics/paint/OolongPaint.d.ts.map +1 -1
  279. package/dist/graphics/props/BlockProps.d.ts +16 -0
  280. package/dist/graphics/props/BlockProps.d.ts.map +1 -0
  281. package/dist/graphics/props/ClipProps.d.ts +11 -0
  282. package/dist/graphics/props/ClipProps.d.ts.map +1 -0
  283. package/dist/graphics/props/DescriptionProps.d.ts +12 -0
  284. package/dist/graphics/props/DescriptionProps.d.ts.map +1 -0
  285. package/dist/graphics/props/PropType.d.ts +5 -1
  286. package/dist/graphics/props/PropType.d.ts.map +1 -1
  287. package/dist/graphics/props/TitleProps.d.ts +11 -0
  288. package/dist/graphics/props/TitleProps.d.ts.map +1 -0
  289. package/dist/graphics/title/RenderTitle.d.ts +11 -0
  290. package/dist/graphics/title/RenderTitle.d.ts.map +1 -0
  291. package/dist/graphics/utils/BlockUtils.d.ts +52 -0
  292. package/dist/graphics/utils/BlockUtils.d.ts.map +1 -0
  293. package/dist/graphics/utils/GraphicUtils.d.ts +47 -2
  294. package/dist/graphics/utils/GraphicUtils.d.ts.map +1 -1
  295. package/dist/graphics/utils/GroupUtils.d.ts.map +1 -1
  296. package/dist/graphics/widget/checkbox/OolongCheckbox.d.ts +9 -2
  297. package/dist/graphics/widget/checkbox/OolongCheckbox.d.ts.map +1 -1
  298. package/dist/graphics/widget/checkbox/OolongCheckboxText.d.ts +5 -4
  299. package/dist/graphics/widget/checkbox/OolongCheckboxText.d.ts.map +1 -1
  300. package/dist/idl/NodeType.d.ts +2 -0
  301. package/dist/idl/NodeType.d.ts.map +1 -1
  302. package/dist/idl/capInfo/IBlockProps.d.ts +6 -0
  303. package/dist/idl/capInfo/IBlockProps.d.ts.map +1 -0
  304. package/dist/idl/capInfo/ICapInfo.d.ts +8 -0
  305. package/dist/idl/capInfo/ICapInfo.d.ts.map +1 -1
  306. package/dist/idl/capInfo/IClipProps.d.ts +4 -0
  307. package/dist/idl/capInfo/IClipProps.d.ts.map +1 -0
  308. package/dist/idl/capInfo/IDescriptionProps.d.ts +5 -0
  309. package/dist/idl/capInfo/IDescriptionProps.d.ts.map +1 -0
  310. package/dist/idl/capInfo/ITitleProps.d.ts +4 -0
  311. package/dist/idl/capInfo/ITitleProps.d.ts.map +1 -0
  312. package/dist/idl/index.d.ts +1 -0
  313. package/dist/idl/index.d.ts.map +1 -1
  314. package/dist/image-render/ImageRenderManager.d.ts +65 -0
  315. package/dist/image-render/ImageRenderManager.d.ts.map +1 -0
  316. package/dist/{index-CutrKhLr.js → index-BG-pjUia.js} +42680 -34318
  317. package/dist/index.d.ts +2 -0
  318. package/dist/index.d.ts.map +1 -1
  319. package/dist/{index.es-CtpS24yh.js → index.es-LZNICqFh.js} +1 -1
  320. package/dist/info-3K5VOQVL-sviOaLGv.js +6 -0
  321. package/dist/{infoDiagram-LFFYTUFH-gRg8Oa5x.js → infoDiagram-LFFYTUFH-BJY5_bm9.js} +2 -2
  322. package/dist/{ishikawaDiagram-PHBUUO56-BKMDIFkv.js → ishikawaDiagram-PHBUUO56-fG-U_Qkx.js} +1 -1
  323. package/dist/{journeyDiagram-4ABVD52K-dTRPuvlx.js → journeyDiagram-4ABVD52K-Dss3_w4m.js} +4 -4
  324. package/dist/{kanban-definition-K7BYSVSG-CDaCBghE.js → kanban-definition-K7BYSVSG-Cg3ECYO5.js} +2 -2
  325. package/dist/{mermaid-parser.core-DAqy9ibQ.js → mermaid-parser.core-Ctrg6JdJ.js} +5965 -5986
  326. package/dist/{mermaid.core-DI6RGH4E.js → mermaid.core-DIwG9rj4.js} +32 -32
  327. package/dist/{mindmap-definition-YRQLILUH-DSogRLh1.js → mindmap-definition-YRQLILUH-CQJmBW-o.js} +3 -3
  328. package/dist/packet-RMMSAZCW-BNpCorgu.js +6 -0
  329. package/dist/pie-UPGHQEXC-BvHcfd9W.js +6 -0
  330. package/dist/{pieDiagram-SKSYHLDU-CkkP3vVb.js → pieDiagram-SKSYHLDU-CbPVZ38O.js} +4 -4
  331. package/dist/plugin-copy-paste/copy-paste/paste/img/ImgPasteHandler.d.ts.map +1 -1
  332. package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeFilter.d.ts +16 -0
  333. package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeFilter.d.ts.map +1 -0
  334. package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeHandler.d.ts +1 -0
  335. package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/PasteNodeHandler.d.ts.map +1 -1
  336. package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/posHandler/EmptyPlacePosHandler.d.ts +7 -0
  337. package/dist/plugin-copy-paste/copy-paste/paste/oolongData/pasteNode/posHandler/EmptyPlacePosHandler.d.ts.map +1 -1
  338. package/dist/plugin-copy-paste/copy-paste/paste/svg/OolongSvgPasteHandler.d.ts +8 -1
  339. package/dist/plugin-copy-paste/copy-paste/paste/svg/OolongSvgPasteHandler.d.ts.map +1 -1
  340. package/dist/plugin-copy-paste/index.d.ts +1 -0
  341. package/dist/plugin-copy-paste/index.d.ts.map +1 -1
  342. package/dist/plugin-gesture/GestureEventPlugin.d.ts +2 -0
  343. package/dist/plugin-gesture/GestureEventPlugin.d.ts.map +1 -1
  344. package/dist/plugin-hotkey/hotkey/HotKeyManager.d.ts +2 -0
  345. package/dist/plugin-hotkey/hotkey/HotKeyManager.d.ts.map +1 -1
  346. package/dist/plugin-hotkey/hotkey/config/AIAnchorConfig.d.ts +3 -0
  347. package/dist/plugin-hotkey/hotkey/config/AIAnchorConfig.d.ts.map +1 -0
  348. package/dist/plugin-hotkey/hotkey/config/HandToolConfig.d.ts +3 -0
  349. package/dist/plugin-hotkey/hotkey/config/HandToolConfig.d.ts.map +1 -0
  350. package/dist/plugin-hotkey/hotkey/normal/SelectAllKey.d.ts.map +1 -1
  351. package/dist/plugin-hotkey/hotkey/normal/move/ArrowDownKey.d.ts.map +1 -1
  352. package/dist/plugin-hotkey/hotkey/normal/move/ArrowLeftKey.d.ts.map +1 -1
  353. package/dist/plugin-hotkey/hotkey/normal/move/ArrowRightKey.d.ts.map +1 -1
  354. package/dist/plugin-hotkey/hotkey/normal/move/ArrowUpKey.d.ts.map +1 -1
  355. package/dist/plugin-hotkey/index.d.ts +2 -0
  356. package/dist/plugin-hotkey/index.d.ts.map +1 -1
  357. package/dist/plugin-pointer/PointerEventPlugin.d.ts.map +1 -1
  358. package/dist/plugin-pointer/interact/aiAnchor/AIAnchorGroupSelectMode.d.ts +10 -0
  359. package/dist/plugin-pointer/interact/aiAnchor/AIAnchorGroupSelectMode.d.ts.map +1 -0
  360. package/dist/plugin-pointer/interact/aiAnchor/AIAnchorMode.d.ts +13 -0
  361. package/dist/plugin-pointer/interact/aiAnchor/AIAnchorMode.d.ts.map +1 -0
  362. package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickMode.d.ts +9 -0
  363. package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickMode.d.ts.map +1 -0
  364. package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickProcessor.d.ts +15 -0
  365. package/dist/plugin-pointer/interact/aiAnchor/click/AIAnchorClickProcessor.d.ts.map +1 -0
  366. package/dist/plugin-pointer/interact/aiAnchor/dragCanvas/AIAnchorDragCanvasMode.d.ts +11 -0
  367. package/dist/plugin-pointer/interact/aiAnchor/dragCanvas/AIAnchorDragCanvasMode.d.ts.map +1 -0
  368. package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorCursorProcessor.d.ts +10 -0
  369. package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorCursorProcessor.d.ts.map +1 -0
  370. package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorHoverProcessor.d.ts +10 -0
  371. package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorHoverProcessor.d.ts.map +1 -0
  372. package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorNormalMode.d.ts +10 -0
  373. package/dist/plugin-pointer/interact/aiAnchor/normal/AIAnchorNormalMode.d.ts.map +1 -0
  374. package/dist/plugin-pointer/interact/align/common/AlignHorizonHandler.d.ts.map +1 -1
  375. package/dist/plugin-pointer/interact/align/common/AlignVerticalHandler.d.ts.map +1 -1
  376. package/dist/plugin-pointer/interact/align/move/handler/AlignBottomHandler.d.ts.map +1 -1
  377. package/dist/plugin-pointer/interact/align/move/handler/AlignRightHandler.d.ts.map +1 -1
  378. package/dist/plugin-pointer/interact/align/stretch/handler/AlignWidthSideHandler.d.ts.map +1 -1
  379. package/dist/plugin-pointer/interact/basic/constants.d.ts +4 -0
  380. package/dist/plugin-pointer/interact/basic/constants.d.ts.map +1 -1
  381. package/dist/plugin-pointer/interact/config/InteractConfig.d.ts +2 -1
  382. package/dist/plugin-pointer/interact/config/InteractConfig.d.ts.map +1 -1
  383. package/dist/plugin-pointer/interact/crop/cropClick/CropClickMode.d.ts +3 -0
  384. package/dist/plugin-pointer/interact/crop/cropClick/CropClickMode.d.ts.map +1 -1
  385. package/dist/plugin-pointer/interact/default/DefaultMode.d.ts.map +1 -1
  386. package/dist/plugin-pointer/interact/default/blockDrag/BlockDragMode.d.ts +8 -0
  387. package/dist/plugin-pointer/interact/default/blockDrag/BlockDragMode.d.ts.map +1 -0
  388. package/dist/plugin-pointer/interact/default/blockDrag/BlockDragProcessor.d.ts +13 -0
  389. package/dist/plugin-pointer/interact/default/blockDrag/BlockDragProcessor.d.ts.map +1 -0
  390. package/dist/plugin-pointer/interact/default/click/DefaultClickMode.d.ts +3 -0
  391. package/dist/plugin-pointer/interact/default/click/DefaultClickMode.d.ts.map +1 -1
  392. package/dist/plugin-pointer/interact/default/click/DefaultClickProcessor.d.ts.map +1 -1
  393. package/dist/plugin-pointer/interact/default/click/handler/AbsFocusNodeHandler.d.ts.map +1 -1
  394. package/dist/plugin-pointer/interact/default/click/handler/AnchorQuickCreateHandler.d.ts.map +1 -1
  395. package/dist/plugin-pointer/interact/default/click/handler/ClickImageHandler.d.ts +1 -1
  396. package/dist/plugin-pointer/interact/default/click/handler/ClickImageHandler.d.ts.map +1 -1
  397. package/dist/plugin-pointer/interact/default/click/handler/ClickInsertEmptySlideHandler.d.ts.map +1 -1
  398. package/dist/plugin-pointer/interact/default/click/handler/ClickInsertSlideHandler.d.ts.map +1 -1
  399. package/dist/plugin-pointer/interact/default/click/handler/CmdDownNodeHandler.d.ts.map +1 -1
  400. package/dist/plugin-pointer/interact/default/click/handler/FocusNodeHandler.d.ts +1 -0
  401. package/dist/plugin-pointer/interact/default/click/handler/FocusNodeHandler.d.ts.map +1 -1
  402. package/dist/plugin-pointer/interact/default/click/handler/NodeAnchorUpHandler.d.ts +10 -0
  403. package/dist/plugin-pointer/interact/default/click/handler/NodeAnchorUpHandler.d.ts.map +1 -0
  404. package/dist/plugin-pointer/interact/default/click/handler/SelectTitleHandler.d.ts +10 -0
  405. package/dist/plugin-pointer/interact/default/click/handler/SelectTitleHandler.d.ts.map +1 -0
  406. package/dist/plugin-pointer/interact/default/click/handler/UpFocusNodeHandler.d.ts +1 -0
  407. package/dist/plugin-pointer/interact/default/click/handler/UpFocusNodeHandler.d.ts.map +1 -1
  408. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionDragHandler.d.ts +8 -0
  409. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionDragHandler.d.ts.map +1 -0
  410. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionFitHandler.d.ts +8 -0
  411. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionFitHandler.d.ts.map +1 -0
  412. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionMinusHandler.d.ts +8 -0
  413. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionMinusHandler.d.ts.map +1 -0
  414. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionPlusHandler.d.ts +8 -0
  415. package/dist/plugin-pointer/interact/default/click/handler/block-section/ClickBlockSectionPlusHandler.d.ts.map +1 -0
  416. package/dist/plugin-pointer/interact/default/create/CreateMainMode.d.ts.map +1 -1
  417. package/dist/plugin-pointer/interact/default/create/normal/grab/CreateUpProcessor.d.ts.map +1 -1
  418. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/AbsCreateUpHandler.d.ts.map +1 -1
  419. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpBlockSectionHandler.d.ts +12 -0
  420. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpBlockSectionHandler.d.ts.map +1 -0
  421. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpMathFormulaHandler.d.ts.map +1 -1
  422. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpResourceHandler.d.ts +1 -0
  423. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpResourceHandler.d.ts.map +1 -1
  424. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpSlideHandler.d.ts +1 -0
  425. package/dist/plugin-pointer/interact/default/create/normal/grab/handler/CreateUpSlideHandler.d.ts.map +1 -1
  426. package/dist/plugin-pointer/interact/default/create/normal/hover/CreateHoverContainerProcessor.d.ts.map +1 -1
  427. package/dist/plugin-pointer/interact/default/drag/DragMode.d.ts.map +1 -1
  428. package/dist/plugin-pointer/interact/default/drag/DragProcessor.d.ts +1 -0
  429. package/dist/plugin-pointer/interact/default/drag/DragProcessor.d.ts.map +1 -1
  430. package/dist/plugin-pointer/interact/default/dragSlide/DragSlideProcessor.d.ts +1 -0
  431. package/dist/plugin-pointer/interact/default/dragSlide/DragSlideProcessor.d.ts.map +1 -1
  432. package/dist/plugin-pointer/interact/default/dragTitle/DragTitleMode.d.ts +8 -0
  433. package/dist/plugin-pointer/interact/default/dragTitle/DragTitleMode.d.ts.map +1 -0
  434. package/dist/plugin-pointer/interact/default/dragTitle/DragTitleProcessor.d.ts +138 -0
  435. package/dist/plugin-pointer/interact/default/dragTitle/DragTitleProcessor.d.ts.map +1 -0
  436. package/dist/plugin-pointer/interact/default/group/GroupProcessor.d.ts.map +1 -1
  437. package/dist/plugin-pointer/interact/default/group/handler/AbsGroupHandler.d.ts +1 -1
  438. package/dist/plugin-pointer/interact/default/group/handler/AbsGroupHandler.d.ts.map +1 -1
  439. package/dist/plugin-pointer/interact/default/group/handler/CmdGroupHandler.d.ts +1 -1
  440. package/dist/plugin-pointer/interact/default/group/handler/CmdGroupHandler.d.ts.map +1 -1
  441. package/dist/plugin-pointer/interact/default/group/handler/NormalGroupHandler.d.ts +1 -1
  442. package/dist/plugin-pointer/interact/default/group/handler/NormalGroupHandler.d.ts.map +1 -1
  443. package/dist/plugin-pointer/interact/default/normal/cursor/handler/ImgCursorHandler.d.ts.map +1 -1
  444. package/dist/plugin-pointer/interact/default/normal/cursor/handler/StretchCursorHandler.d.ts.map +1 -1
  445. package/dist/plugin-pointer/interact/default/normal/hover/HoverProcessor.d.ts +4 -0
  446. package/dist/plugin-pointer/interact/default/normal/hover/HoverProcessor.d.ts.map +1 -1
  447. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionDragHandler.d.ts +6 -0
  448. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionDragHandler.d.ts.map +1 -0
  449. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionFitHandler.d.ts +6 -0
  450. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionFitHandler.d.ts.map +1 -0
  451. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionMinusHandler.d.ts +6 -0
  452. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionMinusHandler.d.ts.map +1 -0
  453. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionPlusHandler.d.ts +6 -0
  454. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverBlockSectionPlusHandler.d.ts.map +1 -0
  455. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverTitleHandler.d.ts +6 -0
  456. package/dist/plugin-pointer/interact/default/normal/hover/handler/HoverTitleHandler.d.ts.map +1 -0
  457. package/dist/plugin-pointer/interact/default/rightClick/RightClickMode.d.ts +1 -1
  458. package/dist/plugin-pointer/interact/default/rightClick/RightClickMode.d.ts.map +1 -1
  459. package/dist/plugin-pointer/interact/default/stretch/SingleStretchMode.d.ts.map +1 -1
  460. package/dist/plugin-pointer/interact/default/stretch/SingleStretchProcessorV2.d.ts +2 -1
  461. package/dist/plugin-pointer/interact/default/stretch/SingleStretchProcessorV2.d.ts.map +1 -1
  462. package/dist/plugin-pointer/interact/default/stretch/StretchProcessorV2.d.ts +2 -1
  463. package/dist/plugin-pointer/interact/default/stretch/StretchProcessorV2.d.ts.map +1 -1
  464. package/dist/plugin-pointer/interact/default/stretch/handler/StretchBlockHandler.d.ts +17 -0
  465. package/dist/plugin-pointer/interact/default/stretch/handler/StretchBlockHandler.d.ts.map +1 -0
  466. package/dist/plugin-pointer/interact/default/stretch/handler/StretchLineHandler.d.ts +0 -2
  467. package/dist/plugin-pointer/interact/default/stretch/handler/StretchLineHandler.d.ts.map +1 -1
  468. package/dist/plugin-pointer/interact/detector/AIAnchorDetector.d.ts +11 -0
  469. package/dist/plugin-pointer/interact/detector/AIAnchorDetector.d.ts.map +1 -0
  470. package/dist/plugin-pointer/interact/detector/DetectorResult.d.ts +14 -0
  471. package/dist/plugin-pointer/interact/detector/DetectorResult.d.ts.map +1 -1
  472. package/dist/plugin-pointer/interact/detector/RotateDetector.d.ts.map +1 -1
  473. package/dist/plugin-pointer/interact/detector/block/BlockDetector.d.ts +7 -0
  474. package/dist/plugin-pointer/interact/detector/block/BlockDetector.d.ts.map +1 -0
  475. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionDragDetector.d.ts +7 -0
  476. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionDragDetector.d.ts.map +1 -0
  477. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionFitDetector.d.ts +7 -0
  478. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionFitDetector.d.ts.map +1 -0
  479. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionMinusDetector.d.ts +7 -0
  480. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionMinusDetector.d.ts.map +1 -0
  481. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionPlusDetector.d.ts +7 -0
  482. package/dist/plugin-pointer/interact/detector/block/HoverBlockSectionPlusDetector.d.ts.map +1 -0
  483. package/dist/plugin-pointer/interact/detector/hover/HoverContainerDetector.d.ts.map +1 -1
  484. package/dist/plugin-pointer/interact/detector/hover/HoverContainerForPasteDetector.d.ts.map +1 -1
  485. package/dist/plugin-pointer/interact/detector/node/BufferNodeDetector.d.ts.map +1 -1
  486. package/dist/plugin-pointer/interact/detector/node/NodeDetector.d.ts.map +1 -1
  487. package/dist/plugin-pointer/interact/detector/slide/EmptySlideContainerAddDetector.d.ts.map +1 -1
  488. package/dist/plugin-pointer/interact/detector/slide/SlideGapDetector.d.ts.map +1 -1
  489. package/dist/plugin-pointer/interact/detector/title/TitleDetector.d.ts +10 -0
  490. package/dist/plugin-pointer/interact/detector/title/TitleDetector.d.ts.map +1 -0
  491. package/dist/plugin-pointer/interact/viewOnly/click/ViewOnlyClickMode.d.ts +3 -0
  492. package/dist/plugin-pointer/interact/viewOnly/click/ViewOnlyClickMode.d.ts.map +1 -1
  493. package/dist/plugin-wheel/WheelEventPlugin.d.ts +2 -0
  494. package/dist/plugin-wheel/WheelEventPlugin.d.ts.map +1 -1
  495. package/dist/plugin-wheel/block/BlockContentWheelWorker.d.ts +27 -0
  496. package/dist/plugin-wheel/block/BlockContentWheelWorker.d.ts.map +1 -0
  497. package/dist/plugin-wheel/block/BlockDragWheelWorker.d.ts +13 -0
  498. package/dist/plugin-wheel/block/BlockDragWheelWorker.d.ts.map +1 -0
  499. package/dist/plugin-wheel/handler/AbsWheelHandler.d.ts +14 -1
  500. package/dist/plugin-wheel/handler/AbsWheelHandler.d.ts.map +1 -1
  501. package/dist/plugin-wheel/handler/MacMouseWheelHandler.d.ts +2 -1
  502. package/dist/plugin-wheel/handler/MacMouseWheelHandler.d.ts.map +1 -1
  503. package/dist/plugin-wheel/handler/MacTrackpadWheelHandler.d.ts +2 -1
  504. package/dist/plugin-wheel/handler/MacTrackpadWheelHandler.d.ts.map +1 -1
  505. package/dist/plugin-wheel/handler/WindowsMouseWheelHandler.d.ts +2 -1
  506. package/dist/plugin-wheel/handler/WindowsMouseWheelHandler.d.ts.map +1 -1
  507. package/dist/plugin-wheel/handler/WindowsTrackpadWheelHandler.d.ts +2 -1
  508. package/dist/plugin-wheel/handler/WindowsTrackpadWheelHandler.d.ts.map +1 -1
  509. package/dist/preview/PreviewResourceManager.d.ts +2 -0
  510. package/dist/preview/PreviewResourceManager.d.ts.map +1 -1
  511. package/dist/preview/previewCreate/PreviewCreateManager.d.ts.map +1 -1
  512. package/dist/preview/previewCreate/handler/PreviewBlockSectionHandler.d.ts +8 -0
  513. package/dist/preview/previewCreate/handler/PreviewBlockSectionHandler.d.ts.map +1 -0
  514. package/dist/preview/previewCreate/handler/PreviewResourceHandler.d.ts.map +1 -1
  515. package/dist/{quadrantDiagram-337W2JSQ-H8WojccX.js → quadrantDiagram-337W2JSQ-8PrW1mIs.js} +1 -1
  516. package/dist/radar-KQ55EAFF-CpU5D3y2.js +6 -0
  517. package/dist/renderText/RenderText.d.ts +2 -1
  518. package/dist/renderText/RenderText.d.ts.map +1 -1
  519. package/dist/renderText/TextBlock.d.ts.map +1 -1
  520. package/dist/renderText/TextLine.d.ts +2 -1
  521. package/dist/renderText/TextLine.d.ts.map +1 -1
  522. package/dist/renderText/index.d.ts +1 -0
  523. package/dist/renderText/index.d.ts.map +1 -1
  524. package/dist/renderText/paraStyle/PrefixDrawer.d.ts.map +1 -1
  525. package/dist/renderText/richText/RichTextCompatibility.d.ts +9 -0
  526. package/dist/renderText/richText/RichTextCompatibility.d.ts.map +1 -0
  527. package/dist/{requirementDiagram-Z7DCOOCP-CfAVlLJc.js → requirementDiagram-Z7DCOOCP-CqGMwQNx.js} +3 -3
  528. package/dist/resource-manager/ResourceManager.d.ts +14 -0
  529. package/dist/resource-manager/ResourceManager.d.ts.map +1 -1
  530. package/dist/{sankeyDiagram-WA2Y5GQK-C-PnPmgO.js → sankeyDiagram-WA2Y5GQK-Dd9rBGUC.js} +1 -1
  531. package/dist/select/SelectManager.d.ts.map +1 -1
  532. package/dist/select/status/readOnly/ReadOnlySingleStatusHandler.d.ts +2 -0
  533. package/dist/select/status/readOnly/ReadOnlySingleStatusHandler.d.ts.map +1 -1
  534. package/dist/select/status/single/SingleBlockStatusHandler.d.ts +12 -0
  535. package/dist/select/status/single/SingleBlockStatusHandler.d.ts.map +1 -0
  536. package/dist/select/status/single/SingleContainerStatusHandler.d.ts +0 -2
  537. package/dist/select/status/single/SingleContainerStatusHandler.d.ts.map +1 -1
  538. package/dist/select/status/single/SingleSlideStatusHandler.d.ts.map +1 -1
  539. package/dist/select/status/single/SingleStatusHandler.d.ts.map +1 -1
  540. package/dist/{sequenceDiagram-2WXFIKYE-CInaLIPe.js → sequenceDiagram-2WXFIKYE-BFw6yMI6.js} +3 -3
  541. package/dist/slide/SlideManager.d.ts +7 -0
  542. package/dist/slide/SlideManager.d.ts.map +1 -1
  543. package/dist/slot/SlotKeyType.d.ts +4 -1
  544. package/dist/slot/SlotKeyType.d.ts.map +1 -1
  545. package/dist/snapshot/SnapshotManager.d.ts +11 -0
  546. package/dist/snapshot/SnapshotManager.d.ts.map +1 -0
  547. package/dist/snapshot/index.d.ts +2 -0
  548. package/dist/snapshot/index.d.ts.map +1 -0
  549. package/dist/{stateDiagram-RAJIS63D-xhziONKP.js → stateDiagram-RAJIS63D-B3rxhEHi.js} +2 -2
  550. package/dist/{stateDiagram-v2-FVOUBMTO-C0BvLxqq.js → stateDiagram-v2-FVOUBMTO-B7Er92-o.js} +2 -2
  551. package/dist/{timeline-definition-YZTLITO2-DAQAVg1K.js → timeline-definition-YZTLITO2-DAZc8TW5.js} +2 -2
  552. package/dist/tool/ToolEnum.d.ts +3 -1
  553. package/dist/tool/ToolEnum.d.ts.map +1 -1
  554. package/dist/tool/ToolManager.d.ts +4 -0
  555. package/dist/tool/ToolManager.d.ts.map +1 -1
  556. package/dist/treemap-KZPCXAKY-CuXn3wRc.js +6 -0
  557. package/dist/utils/IdGenerator.d.ts.map +1 -1
  558. package/dist/{vennDiagram-LZ73GAT5-SIzjmtQO.js → vennDiagram-LZ73GAT5-UYty1fh2.js} +1 -1
  559. package/dist/{xychartDiagram-JWTSCODW-cuNOW9oB.js → xychartDiagram-JWTSCODW-Czhw1wJX.js} +1 -1
  560. package/package.json +1 -1
  561. package/dist/ability/drawer/FallbackDrawer.d.ts +0 -5
  562. package/dist/ability/drawer/FallbackDrawer.d.ts.map +0 -1
  563. package/dist/architecture-PBZL5I3N-9-6Foko1.js +0 -6
  564. package/dist/gitGraph-HDMCJU4V-Tw__vMpm.js +0 -6
  565. package/dist/info-3K5VOQVL-DSGw8lnw.js +0 -6
  566. package/dist/packet-RMMSAZCW-DuRM8vx8.js +0 -6
  567. package/dist/pie-UPGHQEXC-CVJST0w4.js +0 -6
  568. package/dist/radar-KQ55EAFF-yO65blIM.js +0 -6
  569. package/dist/treemap-KZPCXAKY-BOgXoNIF.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 l, k as i, l as p, m as A, n as E, o as C, p as g, q as T, r as P, s as S, t as b, u, v as H, w as O, x as R, y as D, z as M, B as _, C as L, D as N, E as y, F as x, G as I, H as h, I as m, J as W, K as f, L as v, M as k, N as K, O as G, P as U, Q as F, R as B, S as w, T as V, U as X, V as z, W as Q, X as Y, 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 la, ac as ia, ad as pa, ae as Aa, af as Ea, ag as Ca, ah as ga, ai as Ta, aj as Pa, ak as Sa, al as ba, am as ua, an as Ha, ao as Oa, ap as Ra, aq as Da, ar as Ma, as as _a, at as La, au as Na, av as ya, aw as xa, ax as Ia, ay as ha, az as ma, aA as Wa, aB as fa, aC as va, aD as ka, aE as Ka, aF as Ga, aG as Ua, aH as Fa, aI as Ba, aJ as wa, aK as Va, aL as Xa, aM as za, aN as Qa, aO as Ya, 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 le, b2 as ie, b3 as pe, b4 as Ae, b5 as Ee, b6 as Ce, b7 as ge, b8 as Te, b9 as Pe, ba as Se, bb as be, bc as ue, bd as He, be as Oe, bf as Re, bg as De, bh as Me, bi as _e, bj as Le, bk as Ne, bl as ye, bm as xe, bn as Ie, bo as he, bp as me, bq as We, br as fe, bs as ve, bt as ke, bu as Ke, bv as Ge, bw as Ue, bx as Fe, by as Be, bz as we, bA as Ve, bB as Xe, bC as ze, bD as Qe, bE as Ye, 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 ls, bU as is, bV as ps, bW as As, bX as Es, bY as Cs, bZ as gs, b_ as Ts, b$ as Ps, c0 as Ss, c1 as bs, c2 as us, c3 as Hs, c4 as Os, c5 as Rs, c6 as Ds, c7 as Ms, c8 as _s, c9 as Ls, ca as Ns, cb as ys, cc as xs, cd as Is, ce as hs, cf as ms, cg as Ws, ch as fs, ci as vs, cj as ks, ck as Ks, cl as Gs, cm as Us, cn as Fs, co as Bs, cp as ws, cq as Vs, cr as Xs, cs as zs, ct as Qs, cu as Ys, 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 lo, cJ as io, cK as po, cL as Ao, cM as Eo, cN as Co, cO as go, cP as To, cQ as Po, cR as So, cS as bo, cT as uo, cU as Ho, cV as Oo, cW as Ro, cX as Do, cY as Mo, cZ as _o, c_ as Lo, c$ as No, d0 as yo, d1 as xo, d2 as Io, d3 as ho, d4 as mo, d5 as Wo, d6 as fo, d7 as vo, d8 as ko, d9 as Ko, da as Go, db as Uo, dc as Fo, dd as Bo, de as wo, df as Vo, dg as Xo, dh as zo, di as Qo, dj as Yo, 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 lr, dA as ir, dB as pr, dC as Ar, dD as Er, dE as Cr, dF as gr, dG as Tr, dH as Pr, dI as Sr, dJ as br, dK as ur, dL as Hr, dM as Or, dN as Rr, dO as Dr, dP as Mr, dQ as _r, dR as Lr, dS as Nr, dT as yr, dU as xr, dV as Ir, dW as hr, dX as mr, dY as Wr, dZ as fr, d_ as vr, d$ as kr, e0 as Kr, e1 as Gr, e2 as Ur, e3 as Fr, e4 as Br, e5 as wr, e6 as Vr, e7 as Xr, e8 as zr, e9 as Qr, ea as Yr, 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 lt, eq as it, er as pt, es as At, et as Et, eu as Ct, ev as gt, ew as Tt, ex as Pt, ey as St, ez as bt, eA as ut, eB as Ht, eC as Ot, eD as Rt, eE as Dt, eF as Mt } from "./index-CutrKhLr.js";
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 ANCHOR_COLOR,
5
- o as ANCHOR_HOVER_RADIUS,
6
- r as ANCHOR_OFFSET,
7
- t as ANCHOR_RADIUS,
8
- n as AbsActionExecutor,
9
- d as AbsActionLog,
10
- c as AbsAlignHandler,
11
- l as AbsAlignSideHandler,
12
- i as AbsArrowKey,
13
- p as AbsAuxGraphic,
14
- A as AbsCreateDragProcessor,
15
- E as AbsDetector,
16
- C as AbsDrawer,
17
- g as AbsInputHandler,
18
- T as AbsInteractConfig,
19
- P as AbsMainMode,
20
- S as AbsNetworkPlugin,
21
- b as AbsNodeManager,
22
- u as AbsPastePosHandler,
23
- H as AbsProps,
24
- O as AbsResourceInstance,
25
- R as AbsStatusHandler,
26
- D as AbsStretchProcessor,
27
- M as AbsSubMode,
28
- _ as AbsTextSelectionHandler,
29
- L as AbsWheelHandler,
30
- N as ActionCache,
31
- y as ActionLogGroup,
32
- x as ActionManager,
33
- I as ActionMeta,
34
- h as ActionType,
35
- m as AddExecutor,
36
- W as AddNodeLog,
37
- f as AffineMatrix,
38
- v as AlignBottomHandler,
39
- k as AlignHeightSideHandler,
40
- K as AlignLeftHandler,
41
- G as AlignLine,
42
- U as AlignMoveWorker,
43
- F as AlignRightHandler,
44
- B as AlignStretchLine,
45
- w as AlignStretchWorker,
46
- V as AlignTopHandler,
47
- X as AlignWidthSideHandler,
48
- z as AlignWorker,
49
- Q as AppEventContext,
50
- Y as AppStage,
51
- j as ArrowDownKey,
52
- q as ArrowLeftKey,
53
- J as ArrowProps,
54
- Z as ArrowRightKey,
55
- $ as ArrowUpKey,
56
- aa as AuxGraphicFactory,
57
- ea as AuxUtils,
58
- sa as AuxiliaryManager,
59
- oa as AuxiliaryType,
60
- ra as BLOCK_COLOR,
61
- ta as BaseProps,
62
- na as BorderProps,
63
- da as CHART_COLOR_SCHEMES,
64
- ca as CanvasConfig,
65
- la as CanvasContainer,
66
- ia as CanvasInput,
67
- pa as CanvasRender,
68
- Aa as ChartProps,
69
- Ea as ChartStyleType,
70
- Ca as CheckSizeProps,
71
- ga as CheckStatusProps,
72
- Ta as ClearFocusNodeHandler,
73
- Pa as ClickExpandShapeHandler,
74
- Sa as ClickHandler,
75
- ba as ClickMode,
76
- ua as ClickProcessor,
77
- Ha as ClickTextHandler,
78
- Oa as CmdDownNodeHandler,
79
- Ra as CmdUpClickHandler,
80
- Da as CollaborationManager,
81
- Ma as ColorProps,
82
- _a as ConnectProps,
83
- La as ConnectorPoint,
84
- Na as ControlPoint,
85
- ya as CopyPasteManager,
86
- xa as CopyPastePlugin,
87
- Ia as CopyPasteUtils,
88
- ha as CreateLineMode,
89
- ma as CreateRectBound,
90
- Wa as CreateRectMode,
91
- fa as CreateTextMode,
92
- va as CropProps,
93
- ka as CropType,
94
- Ka as CursorProcessor,
95
- Ga as CutKey,
96
- Ua as CutNodeHandler,
97
- Fa as CutTextHandler,
98
- Ba as DEFAULT_CHART_COLORS,
99
- wa as DELTA_PIE_ANGLE,
100
- Va as DHPCanvas,
101
- Xa as DbClickMode,
102
- za as DefaultBorderColorShape,
103
- Qa as DefaultClickMode,
104
- Ya as DefaultClickProcessor,
105
- ja as DefaultColorShape,
106
- qa as DefaultFont,
107
- Ja as DefaultLineHeight,
108
- Za as DefaultMode,
109
- $a as DeleteHandler,
110
- ae as DeleteKey,
111
- ee as DetectorEnum,
112
- se as DiffParaHandler,
113
- oe as DocContainerDeleteHandler,
114
- re as DocContainerEnterHandler,
115
- te as DocContainerEnterStep,
116
- ne as DocContainerTextSplitter,
117
- de as DocMode,
118
- ce as DocState,
119
- le as DownAndMoveStreamMode,
120
- ie as DragLineEndProcessor,
121
- pe as DragMode,
122
- Ae as DragProcessor,
123
- Ee as DragSelectTextMode,
124
- Ce as DragSelectTextProcessor,
125
- ge as EditTextWorker,
126
- Te as EmptyNetworkPlugin,
127
- Pe as EmptyPlacePosHandler,
128
- Se as EndExecutor,
129
- be as EndLog,
130
- ue as EngineMemoryManager,
131
- He as EnterHandler,
132
- Oe as EnterHotKey,
133
- Re as EscKey,
134
- De as ExecutorManager,
135
- Me as ExitTextEditWorker,
136
- _e as ExpandDetector,
137
- Le as ExpandShapeButton,
138
- Ne as FocusEnum,
139
- ye as FocusNodeHandler,
140
- xe as FormulaLatexGuard,
141
- Ie as FormulaProps,
142
- he as GRAY_COLOR,
143
- me as GestureEventPlugin,
144
- We as GraphemeSplit,
145
- fe as GraphicNode,
146
- ve as GraphicUtils,
147
- ke as GridType,
148
- Ke as GroupMode,
149
- Ge as GroupProcessor,
150
- Ue as GroupUtils,
151
- Fe as HOVER_ANCHOR_COLOR,
152
- Be as HOVER_BOUND_COLOR,
153
- we as HOVER_BROKEN_POINT_COLOR,
154
- Ve as HOVER_BROKEN_POINT_HOVER_COLOR,
155
- Xe as HOVER_BROKEN_POINT_HOVER_RADIUS,
156
- ze as HighlightRects,
157
- Qe as HotKey,
158
- Ye as HotKeyConfig,
159
- je as HotKeyManager,
160
- qe as HoverBound,
161
- Je as HoverNodeDetector,
162
- Ze as HoverProcessor,
163
- $e as HoverTextPrefix,
164
- as as ImageExportDiagnostics,
165
- es as ImageUtils,
166
- ss as InputCompositionEndHandler,
167
- os as InputCompositionHandler,
168
- rs as InputEventPlugin,
169
- ts as InputNormalHandler,
170
- ns as InteractConfig,
171
- ds as InteractiveEventType,
172
- cs as InteractiveManager,
173
- ls as InteractiveUtils,
174
- is as IntlSplit,
175
- ps as KeyCode,
176
- As as KeyEventPlugin,
177
- Es as LKey,
178
- Cs as LatexToSvg,
179
- gs as LineArrowType,
180
- Ts as LineCreateDragProcessor,
181
- Ps as LineDashType,
182
- Ss as LineEndPointDetector,
183
- bs as LineProps,
184
- us as LineShapeType,
185
- Hs as LineSpacing,
186
- Os as LinkNode,
187
- Rs as MAC_WHEEL_HANDLER_PROFILE,
188
- Ds as MAX_SCALE,
189
- Ms as MINDMAP_CONTAINER_BORDER_COLOR,
190
- _s as MINDMAP_CONTAINER_FILL_COLOR,
191
- Ls as MINDMAP_ROOT_NODE_HEIGHT,
192
- Ns as MINDMAP_ROOT_NODE_WIDTH,
193
- ys as MINDMAP_X_PADDING,
194
- xs as MINDMAP_Y_PADDING,
195
- Is as MIN_SCALE,
196
- hs as MOVE_ALIGN_BUFFER,
197
- ms as MacMouseWheelHandler,
198
- Ws as MacTrackpadWheelHandler,
199
- fs as MainTextId,
200
- vs as MathFormula,
201
- ks as MeasureWorker,
202
- Ks as MemoryKey,
203
- Gs as MermaidProps,
204
- Us as MermaidSection,
205
- Fs as MindmapCreator,
206
- Bs as MobileUtils,
207
- ws as MoveLayerWorker,
208
- Vs as MultiSelectBound,
209
- Xs as MultiSelectHandler,
210
- zs as NodeDetector,
211
- Qs as NodeFactory,
212
- Ys as NodeManager,
213
- js as NodeSideEnum,
214
- qs as NodeTextPadding,
215
- Js as NodeType,
216
- Zs as NormalDeleteHandler,
217
- $s as NormalEnterHandler,
218
- ao as NormalMode,
219
- eo as NormalPastePosHandler,
220
- so as NormalResourceInstance,
221
- oo as OolongAIAPI,
222
- ro as OolongAPI,
223
- to as OolongApp,
224
- no as OolongGroup,
225
- co as OolongImgNode,
226
- lo as OolongLine,
227
- io as OolongMindmapNode,
228
- po as OolongNode,
229
- Ao as OolongSVGNode,
230
- Eo as OolongSVGUtils,
231
- Co as OptionHelper,
232
- go as PREVIEW_ROOT_ID,
233
- To as ParagraphSpacing,
234
- Po as PasteNodeHandler,
235
- So as PdfExportWorker,
236
- bo as Permission,
237
- uo as Point,
238
- Ho as PointerEventPlugin,
239
- Oo as PolyLineControlPointDetector,
240
- Ro as PosPasteType,
241
- Do as PropType,
242
- Mo as QuadBezierCurve,
243
- _o as RKey,
244
- Lo as ROOT_ID,
245
- No as Rect,
246
- yo as RectCreateDragProcessor,
247
- xo as RedoKey,
248
- Io as RemoveExecutor,
249
- ho as RemoveNodeLog,
250
- mo as RenderManager,
251
- Wo as RenderText,
252
- fo as ResourceEnumType,
253
- vo as ResourceManager,
254
- ko as ResourceType,
255
- Ko as RootNode,
256
- Go as RotateDetector,
257
- Uo as RotateMode,
258
- Fo as RotateProcessor,
259
- Bo as SELECT_BOUND_COLOR,
260
- wo as SELECT_GROUP_COLOR,
261
- Vo as SLIDE_X_GAP,
262
- Xo as SLIDE_Y_GAP,
263
- zo as STRETCH_ALIGN_BUFFER,
264
- Qo as STRETCH_ALIGN_OFFSET,
265
- Yo as STRETCH_WIDTH,
266
- jo as SameParaDiffLineHandler,
267
- qo as SameParaSameLineHandler,
268
- Jo as SectionType,
269
- Zo as SelectGroup,
270
- $o as SelectManager,
271
- ar as SelectNodeExecutor,
272
- er as SelectNodeLog,
273
- sr as SelectType,
274
- or as ShapeProps,
275
- rr as ShapeType,
276
- tr as ShiftDownNodeHandler,
277
- nr as ShiftUpClickHandler,
278
- dr as SingleSelectBound,
279
- cr as SingleStatusHandler,
280
- lr as SingleStretchMode,
281
- ir as SingleStretchProcessorV2,
282
- pr as SlotKeyType,
283
- Ar as SlotManager,
284
- Er as StartExecutor,
285
- Cr as StartLog,
286
- gr as StreamMode,
287
- Tr as StreamProcessor,
288
- Pr as StretchAlignType,
289
- Sr as StretchDetector,
290
- br as StretchHotBuffer,
291
- ur as StretchMode,
292
- Hr as StretchProcessorV2,
293
- Or as StretchRect,
294
- Rr as StretchType,
295
- Dr as TEXT_QUOTE_ALPHA,
296
- Mr as TEXT_QUOTE_LINE_WIDTH,
297
- _r as TEXT_QUOTE_PADDING,
298
- Lr as TEXT_SELECTION_COLOR,
299
- Nr as TKey,
300
- yr as TextAlignType,
301
- xr as TextCharacter,
302
- Ir as TextCreateDragProcessor,
303
- hr as TextCursorMoveWorker,
304
- mr as TextCursorPosition,
305
- Wr as TextDeleteKey,
306
- fr as TextFocusExecutor,
307
- vr as TextFocusLog,
308
- kr as TextLine,
309
- Kr as TextParagraph,
310
- Gr as TextParagraphProps,
311
- Ur as TextParagraphQuoteProps,
312
- Fr as TextPrefixDetector,
313
- Br as TextProps,
314
- wr as TextSelection,
315
- Vr as TextSelectionDeleteWorker,
316
- Xr as TextSelectionWorker,
317
- zr as TextSizeMode,
318
- Qr as TextUtils,
319
- Yr as TextWord,
320
- jr as ToolEnum,
321
- qr as ToolManager,
322
- Jr as UndoKey,
323
- Zr as UndoRedoManager,
324
- $r as UpdateExecutor,
325
- at as UpdateNodeLog,
326
- et as VisibleBuffer,
327
- st as WHITE_COLOR,
328
- ot as WINDOWS_WHEEL_HANDLER_PROFILE,
329
- rt as WheelEventPlugin,
330
- tt as WheelRedrawHandler,
331
- nt as WidgetEnum,
332
- dt as WindowResizePlugin,
333
- ct as WindowsMouseWheelHandler,
334
- lt as WindowsTrackpadWheelHandler,
335
- it as actionExecutors,
336
- pt as convertAction2MsgData,
337
- At as convertActionData2Log,
338
- Et as disableAlignNodeType,
339
- Ct as disableAlignSideSet,
340
- gt as getChartColor,
341
- Tt as graphemeSplitter,
342
- Pt as intlSplitter,
343
- St as isContains,
344
- bt as limitLineWidth,
345
- ut as mergeRememberedTextStyle,
346
- Ht as normalKeyMap,
347
- Ot as normalizeRememberedLineShapeType,
348
- Rt as readOnlyKeyMap,
349
- Dt as rememberLineStyle,
350
- Mt as textKeyMap
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
  };