@lofcz/pptist 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (444) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +260 -0
  3. package/dist/embed/favicon.ico +0 -0
  4. package/dist/embed/fonts/AlibabaPuHuiTi.woff2 +0 -0
  5. package/dist/embed/fonts/CangerXiaowanzi.woff2 +0 -0
  6. package/dist/embed/fonts/DeYiHei.woff2 +0 -0
  7. package/dist/embed/fonts/FengguangMingrui.woff2 +0 -0
  8. package/dist/embed/fonts/Inter.woff2 +0 -0
  9. package/dist/embed/fonts/JetBrainsMono.woff2 +0 -0
  10. package/dist/embed/fonts/LXGWWenKai.woff2 +0 -0
  11. package/dist/embed/fonts/Literata.woff2 +0 -0
  12. package/dist/embed/fonts/Merriweather.woff2 +0 -0
  13. package/dist/embed/fonts/MiSans.woff2 +0 -0
  14. package/dist/embed/fonts/Montserrat.woff2 +0 -0
  15. package/dist/embed/fonts/OpenSans.woff2 +0 -0
  16. package/dist/embed/fonts/Roboto.woff2 +0 -0
  17. package/dist/embed/fonts/RuiziZhenyan.woff2 +0 -0
  18. package/dist/embed/fonts/ShetuModernSquare.woff2 +0 -0
  19. package/dist/embed/fonts/SourceHanSans.woff2 +0 -0
  20. package/dist/embed/fonts/SourceHanSerif.woff2 +0 -0
  21. package/dist/embed/fonts/SourceSansPro.woff2 +0 -0
  22. package/dist/embed/fonts/SourceSerif4.woff2 +0 -0
  23. package/dist/embed/fonts/SucaiJishiCoolSquare.woff2 +0 -0
  24. package/dist/embed/fonts/SucaiJishiKangkang.woff2 +0 -0
  25. package/dist/embed/fonts/TuniuRounded.woff2 +0 -0
  26. package/dist/embed/fonts/WenDingPLKaiTi.woff2 +0 -0
  27. package/dist/embed/fonts/WenDingPLSongTi.woff2 +0 -0
  28. package/dist/embed/fonts/YousheTitleBlack.woff2 +0 -0
  29. package/dist/embed/fonts/ZcoolHappy.woff2 +0 -0
  30. package/dist/embed/fonts/ZhuQueFangSong.woff2 +0 -0
  31. package/dist/embed/fonts/ZizhiQuXiMai.woff2 +0 -0
  32. package/dist/embed/imgs/template_1.webp +0 -0
  33. package/dist/embed/imgs/template_2.webp +0 -0
  34. package/dist/embed/imgs/template_3.webp +0 -0
  35. package/dist/embed/imgs/template_4.webp +0 -0
  36. package/dist/embed/imgs/template_5.webp +0 -0
  37. package/dist/embed/imgs/template_6.webp +0 -0
  38. package/dist/embed/imgs/template_7.webp +0 -0
  39. package/dist/embed/imgs/template_8.webp +0 -0
  40. package/dist/embed/logo.png +0 -0
  41. package/dist/embed/mocks/AIPPT.json +475 -0
  42. package/dist/embed/mocks/AIPPT_Outline.md +69 -0
  43. package/dist/embed/mocks/imgs.json +482 -0
  44. package/dist/embed/mocks/slides.json +184 -0
  45. package/dist/embed/mocks/template_1.json +1 -0
  46. package/dist/embed/mocks/template_2.json +1 -0
  47. package/dist/embed/mocks/template_3.json +1 -0
  48. package/dist/embed/mocks/template_4.json +1 -0
  49. package/dist/embed/mocks/template_5.json +1 -0
  50. package/dist/embed/mocks/template_6.json +1 -0
  51. package/dist/embed/mocks/template_7.json +1 -0
  52. package/dist/embed/mocks/template_8.json +1 -0
  53. package/dist/embed/pptist-embed.css +2 -0
  54. package/dist/embed/pptist-embed.js +112091 -0
  55. package/dist/types/App.vue.d.ts +3 -0
  56. package/dist/types/components/Button.vue.d.ts +32 -0
  57. package/dist/types/components/ButtonGroup.vue.d.ts +18 -0
  58. package/dist/types/components/ChartDataEditor.vue.d.ts +20 -0
  59. package/dist/types/components/Checkbox.vue.d.ts +23 -0
  60. package/dist/types/components/CheckboxButton.vue.d.ts +20 -0
  61. package/dist/types/components/ColorButton.vue.d.ts +6 -0
  62. package/dist/types/components/ColorListButton.vue.d.ts +6 -0
  63. package/dist/types/components/ColorPicker/Alpha.vue.d.ts +11 -0
  64. package/dist/types/components/ColorPicker/Checkboard.vue.d.ts +12 -0
  65. package/dist/types/components/ColorPicker/EditableInput.vue.d.ts +11 -0
  66. package/dist/types/components/ColorPicker/Hue.vue.d.ts +12 -0
  67. package/dist/types/components/ColorPicker/Saturation.vue.d.ts +12 -0
  68. package/dist/types/components/ColorPicker/index.vue.d.ts +12 -0
  69. package/dist/types/components/Contextmenu/MenuContent.vue.d.ts +8 -0
  70. package/dist/types/components/Contextmenu/index.vue.d.ts +10 -0
  71. package/dist/types/components/Contextmenu/types.d.ts +13 -0
  72. package/dist/types/components/Divider.vue.d.ts +10 -0
  73. package/dist/types/components/Drawer.vue.d.ts +29 -0
  74. package/dist/types/components/FileInput.vue.d.ts +22 -0
  75. package/dist/types/components/FullscreenSpin.vue.d.ts +12 -0
  76. package/dist/types/components/GradientBar.vue.d.ts +14 -0
  77. package/dist/types/components/ImageWaterfallViewer.vue.d.ts +36 -0
  78. package/dist/types/components/Input.vue.d.ts +44 -0
  79. package/dist/types/components/LaTeXEditor/FormulaContent.vue.d.ts +8 -0
  80. package/dist/types/components/LaTeXEditor/SymbolContent.vue.d.ts +6 -0
  81. package/dist/types/components/LaTeXEditor/hfmath.d.ts +2 -0
  82. package/dist/types/components/LaTeXEditor/index.vue.d.ts +20 -0
  83. package/dist/types/components/Message.vue.d.ts +24 -0
  84. package/dist/types/components/Modal.vue.d.ts +34 -0
  85. package/dist/types/components/MoveablePanel.vue.d.ts +44 -0
  86. package/dist/types/components/NumberInput.vue.d.ts +43 -0
  87. package/dist/types/components/OutlineEditor.vue.d.ts +10 -0
  88. package/dist/types/components/Popover.vue.d.ts +41 -0
  89. package/dist/types/components/PopoverMenuItem.vue.d.ts +22 -0
  90. package/dist/types/components/RadioButton.vue.d.ts +19 -0
  91. package/dist/types/components/RadioGroup.vue.d.ts +23 -0
  92. package/dist/types/components/Select.vue.d.ts +38 -0
  93. package/dist/types/components/SelectCustom.vue.d.ts +26 -0
  94. package/dist/types/components/SelectGroup.vue.d.ts +13 -0
  95. package/dist/types/components/Slider.vue.d.ts +21 -0
  96. package/dist/types/components/Switch.vue.d.ts +13 -0
  97. package/dist/types/components/Tabs.vue.d.ts +27 -0
  98. package/dist/types/components/TextArea.vue.d.ts +28 -0
  99. package/dist/types/components/TextColorButton.vue.d.ts +16 -0
  100. package/dist/types/components/WritingBoard.vue.d.ts +30 -0
  101. package/dist/types/configs/animation.d.ts +34 -0
  102. package/dist/types/configs/chart.d.ts +4 -0
  103. package/dist/types/configs/element.d.ts +2 -0
  104. package/dist/types/configs/font.d.ts +4 -0
  105. package/dist/types/configs/hotkey.d.ts +41 -0
  106. package/dist/types/configs/imageClip.d.ts +25 -0
  107. package/dist/types/configs/latex.d.ts +11 -0
  108. package/dist/types/configs/lines.d.ts +16 -0
  109. package/dist/types/configs/mime.d.ts +1 -0
  110. package/dist/types/configs/shapes.d.ts +27 -0
  111. package/dist/types/configs/storage.d.ts +1 -0
  112. package/dist/types/configs/symbol.d.ts +7 -0
  113. package/dist/types/configs/theme.d.ts +11 -0
  114. package/dist/types/directive/clickOutside.d.ts +3 -0
  115. package/dist/types/directive/contextmenu.d.ts +3 -0
  116. package/dist/types/directive/index.d.ts +5 -0
  117. package/dist/types/directive/loading.d.ts +4 -0
  118. package/dist/types/directive/tooltip.d.ts +4 -0
  119. package/dist/types/embed/EmbedRoot.vue.d.ts +7 -0
  120. package/dist/types/embed/agentic/createAgenticApi.d.ts +12 -0
  121. package/dist/types/embed/agentic/fixtures.d.ts +28 -0
  122. package/dist/types/embed/agentic/helpers.d.ts +99 -0
  123. package/dist/types/embed/agentic/types.d.ts +1786 -0
  124. package/dist/types/embed/agentic/validators.d.ts +20 -0
  125. package/dist/types/embed/createController.d.ts +7 -0
  126. package/dist/types/embed/index.d.ts +5 -0
  127. package/dist/types/embed/localeBridge.d.ts +4 -0
  128. package/dist/types/embed/mount.d.ts +12 -0
  129. package/dist/types/embed/types.d.ts +44 -0
  130. package/dist/types/hooks/useAIPPT.d.ts +14 -0
  131. package/dist/types/hooks/useAddSlidesOrElements.d.ts +6 -0
  132. package/dist/types/hooks/useAlignActiveElement.d.ts +5 -0
  133. package/dist/types/hooks/useAlignElementToCanvas.d.ts +5 -0
  134. package/dist/types/hooks/useCombineElement.d.ts +6 -0
  135. package/dist/types/hooks/useCopyAndPasteElement.d.ts +7 -0
  136. package/dist/types/hooks/useCreateElement.d.ts +36 -0
  137. package/dist/types/hooks/useDeleteElement.d.ts +5 -0
  138. package/dist/types/hooks/useExport.d.ts +10 -0
  139. package/dist/types/hooks/useGlobalHotkey.d.ts +2 -0
  140. package/dist/types/hooks/useHideElement.d.ts +6 -0
  141. package/dist/types/hooks/useHistorySnapshot.d.ts +6 -0
  142. package/dist/types/hooks/useImageHandler.d.ts +4 -0
  143. package/dist/types/hooks/useImport.d.ts +10 -0
  144. package/dist/types/hooks/useLink.d.ts +6 -0
  145. package/dist/types/hooks/useLoadSlides.d.ts +4 -0
  146. package/dist/types/hooks/useLockElement.d.ts +6 -0
  147. package/dist/types/hooks/useMoveElement.d.ts +4 -0
  148. package/dist/types/hooks/useOrderElement.d.ts +6 -0
  149. package/dist/types/hooks/usePasteDataTransfer.d.ts +7 -0
  150. package/dist/types/hooks/usePasteEvent.d.ts +2 -0
  151. package/dist/types/hooks/usePasteTextClipboardData.d.ts +8 -0
  152. package/dist/types/hooks/useScaleCanvas.d.ts +7 -0
  153. package/dist/types/hooks/useScreening.d.ts +6 -0
  154. package/dist/types/hooks/useSearch.d.ts +44 -0
  155. package/dist/types/hooks/useSectionHandler.d.ts +8 -0
  156. package/dist/types/hooks/useSelectElement.d.ts +5 -0
  157. package/dist/types/hooks/useShapeFormatPainter.d.ts +4 -0
  158. package/dist/types/hooks/useSlideBackgroundStyle.d.ts +21 -0
  159. package/dist/types/hooks/useSlideHandler.d.ts +16 -0
  160. package/dist/types/hooks/useSlideTheme.d.ts +14 -0
  161. package/dist/types/hooks/useTextFormatPainter.d.ts +4 -0
  162. package/dist/types/hooks/useUniformDisplayElement.d.ts +6 -0
  163. package/dist/types/i18n/cs/canvas/index.d.ts +3 -0
  164. package/dist/types/i18n/cs/common/index.d.ts +3 -0
  165. package/dist/types/i18n/cs/components/index.d.ts +3 -0
  166. package/dist/types/i18n/cs/configs/index.d.ts +3 -0
  167. package/dist/types/i18n/cs/editor/index.d.ts +3 -0
  168. package/dist/types/i18n/cs/export/index.d.ts +3 -0
  169. package/dist/types/i18n/cs/index.d.ts +3 -0
  170. package/dist/types/i18n/cs/mobile/index.d.ts +3 -0
  171. package/dist/types/i18n/cs/screen/index.d.ts +3 -0
  172. package/dist/types/i18n/en/canvas/index.d.ts +3 -0
  173. package/dist/types/i18n/en/common/index.d.ts +3 -0
  174. package/dist/types/i18n/en/components/index.d.ts +3 -0
  175. package/dist/types/i18n/en/configs/index.d.ts +3 -0
  176. package/dist/types/i18n/en/editor/index.d.ts +3 -0
  177. package/dist/types/i18n/en/export/index.d.ts +3 -0
  178. package/dist/types/i18n/en/index.d.ts +3 -0
  179. package/dist/types/i18n/en/mobile/index.d.ts +3 -0
  180. package/dist/types/i18n/en/screen/index.d.ts +3 -0
  181. package/dist/types/i18n/formatters.d.ts +6 -0
  182. package/dist/types/i18n/getLL.d.ts +8 -0
  183. package/dist/types/i18n/i18n-types.d.ts +8863 -0
  184. package/dist/types/i18n/i18n-util.async.d.ts +16 -0
  185. package/dist/types/i18n/i18n-util.d.ts +24 -0
  186. package/dist/types/i18n/i18n-util.sync.d.ts +4 -0
  187. package/dist/types/i18n/i18n-vue.d.ts +9 -0
  188. package/dist/types/i18n/locale.d.ts +12 -0
  189. package/dist/types/i18n/pl/canvas/index.d.ts +3 -0
  190. package/dist/types/i18n/pl/common/index.d.ts +3 -0
  191. package/dist/types/i18n/pl/components/index.d.ts +3 -0
  192. package/dist/types/i18n/pl/configs/index.d.ts +3 -0
  193. package/dist/types/i18n/pl/editor/index.d.ts +3 -0
  194. package/dist/types/i18n/pl/export/index.d.ts +3 -0
  195. package/dist/types/i18n/pl/index.d.ts +3 -0
  196. package/dist/types/i18n/pl/mobile/index.d.ts +3 -0
  197. package/dist/types/i18n/pl/screen/index.d.ts +3 -0
  198. package/dist/types/i18n/sk/canvas/index.d.ts +3 -0
  199. package/dist/types/i18n/sk/common/index.d.ts +3 -0
  200. package/dist/types/i18n/sk/components/index.d.ts +3 -0
  201. package/dist/types/i18n/sk/configs/index.d.ts +3 -0
  202. package/dist/types/i18n/sk/editor/index.d.ts +3 -0
  203. package/dist/types/i18n/sk/export/index.d.ts +3 -0
  204. package/dist/types/i18n/sk/index.d.ts +3 -0
  205. package/dist/types/i18n/sk/mobile/index.d.ts +3 -0
  206. package/dist/types/i18n/sk/screen/index.d.ts +3 -0
  207. package/dist/types/i18n/useI18nContext.d.ts +9 -0
  208. package/dist/types/langs/en.d.ts +854 -0
  209. package/dist/types/langs/zh-CN.d.ts +826 -0
  210. package/dist/types/main.d.ts +5 -0
  211. package/dist/types/services/axios.d.ts +2 -0
  212. package/dist/types/services/fetch.d.ts +2 -0
  213. package/dist/types/services/index.d.ts +34 -0
  214. package/dist/types/store/index.d.ts +6 -0
  215. package/dist/types/store/keyboard.d.ts +16 -0
  216. package/dist/types/store/main.d.ts +919 -0
  217. package/dist/types/store/screen.d.ts +6 -0
  218. package/dist/types/store/slides.d.ts +1576 -0
  219. package/dist/types/store/snapshot.d.ts +21 -0
  220. package/dist/types/types/AIPPT.d.ts +36 -0
  221. package/dist/types/types/edit.d.ts +111 -0
  222. package/dist/types/types/export.d.ts +1 -0
  223. package/dist/types/types/injectKey.d.ts +10 -0
  224. package/dist/types/types/mobile.d.ts +1 -0
  225. package/dist/types/types/slides.d.ts +744 -0
  226. package/dist/types/types/toolbar.d.ts +9 -0
  227. package/dist/types/utils/clipboard.d.ts +9 -0
  228. package/dist/types/utils/common.d.ts +22 -0
  229. package/dist/types/utils/crypto.d.ts +10 -0
  230. package/dist/types/utils/database.d.ts +17 -0
  231. package/dist/types/utils/element.d.ts +304 -0
  232. package/dist/types/utils/emitter.d.ts +23 -0
  233. package/dist/types/utils/font.d.ts +1 -0
  234. package/dist/types/utils/fullscreen.d.ts +3 -0
  235. package/dist/types/utils/htmlParser/format.d.ts +3 -0
  236. package/dist/types/utils/htmlParser/index.d.ts +4 -0
  237. package/dist/types/utils/htmlParser/lexer.d.ts +2 -0
  238. package/dist/types/utils/htmlParser/parser.d.ts +15 -0
  239. package/dist/types/utils/htmlParser/stringify.d.ts +3 -0
  240. package/dist/types/utils/htmlParser/tags.d.ts +4 -0
  241. package/dist/types/utils/htmlParser/types.d.ts +55 -0
  242. package/dist/types/utils/image.d.ts +25 -0
  243. package/dist/types/utils/message.d.ts +28 -0
  244. package/dist/types/utils/portal.d.ts +5 -0
  245. package/dist/types/utils/print.d.ts +7 -0
  246. package/dist/types/utils/prosemirror/commands/replaceText.d.ts +2 -0
  247. package/dist/types/utils/prosemirror/commands/setListStyle.d.ts +4 -0
  248. package/dist/types/utils/prosemirror/commands/setTextAlign.d.ts +5 -0
  249. package/dist/types/utils/prosemirror/commands/setTextIndent.d.ts +3 -0
  250. package/dist/types/utils/prosemirror/commands/toggleList.d.ts +8 -0
  251. package/dist/types/utils/prosemirror/index.d.ts +4 -0
  252. package/dist/types/utils/prosemirror/plugins/index.d.ts +10 -0
  253. package/dist/types/utils/prosemirror/plugins/inputrules.d.ts +7 -0
  254. package/dist/types/utils/prosemirror/plugins/keymap.d.ts +3 -0
  255. package/dist/types/utils/prosemirror/plugins/placeholder.d.ts +2 -0
  256. package/dist/types/utils/prosemirror/schema/index.d.ts +25 -0
  257. package/dist/types/utils/prosemirror/schema/marks.d.ts +18 -0
  258. package/dist/types/utils/prosemirror/schema/nodes.d.ts +11 -0
  259. package/dist/types/utils/prosemirror/utils.d.ts +69 -0
  260. package/dist/types/utils/selection.d.ts +1 -0
  261. package/dist/types/utils/svg2Base64.d.ts +1 -0
  262. package/dist/types/utils/svgPathParser.d.ts +39 -0
  263. package/dist/types/utils/textParser.d.ts +5 -0
  264. package/dist/types/views/Editor/AIPPTDialog.vue.d.ts +3 -0
  265. package/dist/types/views/Editor/Canvas/AlignmentLine.vue.d.ts +10 -0
  266. package/dist/types/views/Editor/Canvas/EditableElement.vue.d.ts +11 -0
  267. package/dist/types/views/Editor/Canvas/ElementCreateSelection.vue.d.ts +8 -0
  268. package/dist/types/views/Editor/Canvas/ElementFloatLayer/AnimationIndex.vue.d.ts +10 -0
  269. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/BorderPanel.vue.d.ts +3 -0
  270. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/ChartToolbar.vue.d.ts +7 -0
  271. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/ImageToolbar.vue.d.ts +7 -0
  272. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/LatexToolbar.vue.d.ts +7 -0
  273. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/LineToolbar.vue.d.ts +7 -0
  274. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/ShapeToolbar.vue.d.ts +11 -0
  275. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/TableToolbar.vue.d.ts +7 -0
  276. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/TextStyleControls.vue.d.ts +3 -0
  277. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/TextToolbar.vue.d.ts +7 -0
  278. package/dist/types/views/Editor/Canvas/ElementFloatLayer/FloatingToolbar/index.vue.d.ts +12 -0
  279. package/dist/types/views/Editor/Canvas/ElementFloatLayer/LinkHandler.vue.d.ts +9 -0
  280. package/dist/types/views/Editor/Canvas/ElementFloatLayer/index.vue.d.ts +11 -0
  281. package/dist/types/views/Editor/Canvas/GridLines.vue.d.ts +3 -0
  282. package/dist/types/views/Editor/Canvas/LinkDialog.vue.d.ts +7 -0
  283. package/dist/types/views/Editor/Canvas/MouseSelection.vue.d.ts +10 -0
  284. package/dist/types/views/Editor/Canvas/Operate/BorderLine.vue.d.ts +10 -0
  285. package/dist/types/views/Editor/Canvas/Operate/CommonElementOperate.vue.d.ts +15 -0
  286. package/dist/types/views/Editor/Canvas/Operate/ImageElementOperate.vue.d.ts +15 -0
  287. package/dist/types/views/Editor/Canvas/Operate/LineElementOperate.vue.d.ts +13 -0
  288. package/dist/types/views/Editor/Canvas/Operate/MultiSelectOperate.vue.d.ts +10 -0
  289. package/dist/types/views/Editor/Canvas/Operate/ResizeHandler.vue.d.ts +10 -0
  290. package/dist/types/views/Editor/Canvas/Operate/RotateHandler.vue.d.ts +3 -0
  291. package/dist/types/views/Editor/Canvas/Operate/ShapeElementOperate.vue.d.ts +17 -0
  292. package/dist/types/views/Editor/Canvas/Operate/TableElementOperate.vue.d.ts +15 -0
  293. package/dist/types/views/Editor/Canvas/Operate/TextElementOperate.vue.d.ts +15 -0
  294. package/dist/types/views/Editor/Canvas/Operate/index.vue.d.ts +16 -0
  295. package/dist/types/views/Editor/Canvas/Ruler.vue.d.ts +14 -0
  296. package/dist/types/views/Editor/Canvas/ShapeCreateCanvas.vue.d.ts +8 -0
  297. package/dist/types/views/Editor/Canvas/ViewportBackground.vue.d.ts +3 -0
  298. package/dist/types/views/Editor/Canvas/hooks/useCommonOperate.d.ts +89 -0
  299. package/dist/types/views/Editor/Canvas/hooks/useDragElement.d.ts +7 -0
  300. package/dist/types/views/Editor/Canvas/hooks/useDragLineElement.d.ts +7 -0
  301. package/dist/types/views/Editor/Canvas/hooks/useDrop.d.ts +3 -0
  302. package/dist/types/views/Editor/Canvas/hooks/useInsertFromCreateSelection.d.ts +12 -0
  303. package/dist/types/views/Editor/Canvas/hooks/useMouseSelection.d.ts +24 -0
  304. package/dist/types/views/Editor/Canvas/hooks/useMoveShapeKeypoint.d.ts +6 -0
  305. package/dist/types/views/Editor/Canvas/hooks/useRotateElement.d.ts +6 -0
  306. package/dist/types/views/Editor/Canvas/hooks/useRotateGroupElement.d.ts +6 -0
  307. package/dist/types/views/Editor/Canvas/hooks/useScaleElement.d.ts +8 -0
  308. package/dist/types/views/Editor/Canvas/hooks/useSelectElement.d.ts +6 -0
  309. package/dist/types/views/Editor/Canvas/hooks/useViewportSize.d.ts +11 -0
  310. package/dist/types/views/Editor/Canvas/index.vue.d.ts +3 -0
  311. package/dist/types/views/Editor/CanvasTool/ChartPool.vue.d.ts +8 -0
  312. package/dist/types/views/Editor/CanvasTool/LinePool.vue.d.ts +8 -0
  313. package/dist/types/views/Editor/CanvasTool/MediaInput.vue.d.ts +23 -0
  314. package/dist/types/views/Editor/CanvasTool/ShapeItemThumbnail.vue.d.ts +7 -0
  315. package/dist/types/views/Editor/CanvasTool/ShapePool.vue.d.ts +8 -0
  316. package/dist/types/views/Editor/CanvasTool/TableGenerator.vue.d.ts +13 -0
  317. package/dist/types/views/Editor/CanvasTool/index.vue.d.ts +3 -0
  318. package/dist/types/views/Editor/ChartDataEditorDialog.vue.d.ts +3 -0
  319. package/dist/types/views/Editor/EditorHeader/HotkeyDoc.vue.d.ts +3 -0
  320. package/dist/types/views/Editor/EditorHeader/index.vue.d.ts +3 -0
  321. package/dist/types/views/Editor/ExportDialog/ExportImage.vue.d.ts +7 -0
  322. package/dist/types/views/Editor/ExportDialog/ExportJSON.vue.d.ts +7 -0
  323. package/dist/types/views/Editor/ExportDialog/ExportPDF.vue.d.ts +7 -0
  324. package/dist/types/views/Editor/ExportDialog/ExportPPTX.vue.d.ts +7 -0
  325. package/dist/types/views/Editor/ExportDialog/ExportSpecificFile.vue.d.ts +7 -0
  326. package/dist/types/views/Editor/ExportDialog/index.vue.d.ts +3 -0
  327. package/dist/types/views/Editor/ImageLibPanel.vue.d.ts +3 -0
  328. package/dist/types/views/Editor/LatexEditorDialog.vue.d.ts +3 -0
  329. package/dist/types/views/Editor/MarkupPanel.vue.d.ts +3 -0
  330. package/dist/types/views/Editor/NotesPanel.vue.d.ts +3 -0
  331. package/dist/types/views/Editor/Remark/Editor.vue.d.ts +10 -0
  332. package/dist/types/views/Editor/Remark/index.vue.d.ts +10 -0
  333. package/dist/types/views/Editor/SearchPanel.vue.d.ts +3 -0
  334. package/dist/types/views/Editor/SelectPanel.vue.d.ts +3 -0
  335. package/dist/types/views/Editor/SymbolPanel.vue.d.ts +3 -0
  336. package/dist/types/views/Editor/Thumbnails/Templates.vue.d.ts +16 -0
  337. package/dist/types/views/Editor/Thumbnails/index.vue.d.ts +3 -0
  338. package/dist/types/views/Editor/Toolbar/ElementAnimationPanel.vue.d.ts +3 -0
  339. package/dist/types/views/Editor/Toolbar/ElementPositionPanel.vue.d.ts +3 -0
  340. package/dist/types/views/Editor/Toolbar/ElementStylePanel/AudioStylePanel.vue.d.ts +3 -0
  341. package/dist/types/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ThemeColorsSetting.vue.d.ts +10 -0
  342. package/dist/types/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue.d.ts +3 -0
  343. package/dist/types/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue.d.ts +3 -0
  344. package/dist/types/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue.d.ts +3 -0
  345. package/dist/types/views/Editor/Toolbar/ElementStylePanel/LineStylePanel.vue.d.ts +3 -0
  346. package/dist/types/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue.d.ts +3 -0
  347. package/dist/types/views/Editor/Toolbar/ElementStylePanel/TableStylePanel.vue.d.ts +3 -0
  348. package/dist/types/views/Editor/Toolbar/ElementStylePanel/TextStylePanel.vue.d.ts +3 -0
  349. package/dist/types/views/Editor/Toolbar/ElementStylePanel/VideoStylePanel.vue.d.ts +3 -0
  350. package/dist/types/views/Editor/Toolbar/ElementStylePanel/index.vue.d.ts +3 -0
  351. package/dist/types/views/Editor/Toolbar/MultiPositionPanel.vue.d.ts +3 -0
  352. package/dist/types/views/Editor/Toolbar/MultiStylePanel.vue.d.ts +3 -0
  353. package/dist/types/views/Editor/Toolbar/SlideAnimationPanel.vue.d.ts +3 -0
  354. package/dist/types/views/Editor/Toolbar/SlideDesignPanel/ThemeColorsSetting.vue.d.ts +7 -0
  355. package/dist/types/views/Editor/Toolbar/SlideDesignPanel/ThemeStylesExtract.vue.d.ts +7 -0
  356. package/dist/types/views/Editor/Toolbar/SlideDesignPanel/index.vue.d.ts +3 -0
  357. package/dist/types/views/Editor/Toolbar/common/ElementColorMask.vue.d.ts +3 -0
  358. package/dist/types/views/Editor/Toolbar/common/ElementFilter.vue.d.ts +3 -0
  359. package/dist/types/views/Editor/Toolbar/common/ElementFlip.vue.d.ts +3 -0
  360. package/dist/types/views/Editor/Toolbar/common/ElementOpacity.vue.d.ts +3 -0
  361. package/dist/types/views/Editor/Toolbar/common/ElementOutline.vue.d.ts +8 -0
  362. package/dist/types/views/Editor/Toolbar/common/ElementShadow.vue.d.ts +3 -0
  363. package/dist/types/views/Editor/Toolbar/common/RichTextBase.vue.d.ts +3 -0
  364. package/dist/types/views/Editor/Toolbar/common/SVGLine.vue.d.ts +15 -0
  365. package/dist/types/views/Editor/Toolbar/index.vue.d.ts +3 -0
  366. package/dist/types/views/Editor/index.vue.d.ts +3 -0
  367. package/dist/types/views/Mobile/MobileEditor/ElementToolbar.vue.d.ts +3 -0
  368. package/dist/types/views/Mobile/MobileEditor/Header.vue.d.ts +7 -0
  369. package/dist/types/views/Mobile/MobileEditor/MobileEditableElement.vue.d.ts +9 -0
  370. package/dist/types/views/Mobile/MobileEditor/MobileOperate.vue.d.ts +13 -0
  371. package/dist/types/views/Mobile/MobileEditor/SlideToolbar.vue.d.ts +3 -0
  372. package/dist/types/views/Mobile/MobileEditor/index.vue.d.ts +7 -0
  373. package/dist/types/views/Mobile/MobilePlayer.vue.d.ts +7 -0
  374. package/dist/types/views/Mobile/MobilePreview.vue.d.ts +7 -0
  375. package/dist/types/views/Mobile/MobileThumbnails.vue.d.ts +3 -0
  376. package/dist/types/views/Mobile/index.vue.d.ts +3 -0
  377. package/dist/types/views/Screen/AudienceView.vue.d.ts +3 -0
  378. package/dist/types/views/Screen/BaseView.vue.d.ts +6 -0
  379. package/dist/types/views/Screen/BottomThumbnails.vue.d.ts +3 -0
  380. package/dist/types/views/Screen/CountdownTimer.vue.d.ts +14 -0
  381. package/dist/types/views/Screen/PresenterView.vue.d.ts +6 -0
  382. package/dist/types/views/Screen/ScreenElement.vue.d.ts +11 -0
  383. package/dist/types/views/Screen/ScreenSlide.vue.d.ts +11 -0
  384. package/dist/types/views/Screen/ScreenSlideList.vue.d.ts +10 -0
  385. package/dist/types/views/Screen/SlideThumbnails.vue.d.ts +10 -0
  386. package/dist/types/views/Screen/WritingBoardTool.vue.d.ts +16 -0
  387. package/dist/types/views/Screen/hooks/useExecPlay.d.ts +23 -0
  388. package/dist/types/views/Screen/hooks/useFullscreen.d.ts +5 -0
  389. package/dist/types/views/Screen/hooks/useSlideSize.d.ts +6 -0
  390. package/dist/types/views/Screen/hooks/useSlidesWithTurningMode.d.ts +14 -0
  391. package/dist/types/views/Screen/index.vue.d.ts +3 -0
  392. package/dist/types/views/components/ThumbnailSlide/ThumbnailElement.vue.d.ts +8 -0
  393. package/dist/types/views/components/ThumbnailSlide/index.vue.d.ts +11 -0
  394. package/dist/types/views/components/element/AudioElement/AudioPlayer.vue.d.ts +14 -0
  395. package/dist/types/views/components/element/AudioElement/BaseAudioElement.vue.d.ts +7 -0
  396. package/dist/types/views/components/element/AudioElement/ScreenAudioElement.vue.d.ts +7 -0
  397. package/dist/types/views/components/element/AudioElement/index.vue.d.ts +10 -0
  398. package/dist/types/views/components/element/ChartElement/BaseChartElement.vue.d.ts +8 -0
  399. package/dist/types/views/components/element/ChartElement/Chart.vue.d.ts +14 -0
  400. package/dist/types/views/components/element/ChartElement/chartOption.d.ts +15 -0
  401. package/dist/types/views/components/element/ChartElement/index.vue.d.ts +10 -0
  402. package/dist/types/views/components/element/ElementOutline.vue.d.ts +9 -0
  403. package/dist/types/views/components/element/ImageElement/BaseImageElement.vue.d.ts +7 -0
  404. package/dist/types/views/components/element/ImageElement/ImageClipHandler.vue.d.ts +19 -0
  405. package/dist/types/views/components/element/ImageElement/ImageOutline/ImageEllipseOutline.vue.d.ts +9 -0
  406. package/dist/types/views/components/element/ImageElement/ImageOutline/ImagePolygonOutline.vue.d.ts +10 -0
  407. package/dist/types/views/components/element/ImageElement/ImageOutline/ImageRectOutline.vue.d.ts +12 -0
  408. package/dist/types/views/components/element/ImageElement/ImageOutline/index.vue.d.ts +7 -0
  409. package/dist/types/views/components/element/ImageElement/index.vue.d.ts +10 -0
  410. package/dist/types/views/components/element/ImageElement/useClipImage.d.ts +19 -0
  411. package/dist/types/views/components/element/ImageElement/useFilter.d.ts +6 -0
  412. package/dist/types/views/components/element/LatexElement/BaseLatexElement.vue.d.ts +7 -0
  413. package/dist/types/views/components/element/LatexElement/index.vue.d.ts +10 -0
  414. package/dist/types/views/components/element/LineElement/BaseLineElement.vue.d.ts +7 -0
  415. package/dist/types/views/components/element/LineElement/LinePointMarker.vue.d.ts +13 -0
  416. package/dist/types/views/components/element/LineElement/index.vue.d.ts +10 -0
  417. package/dist/types/views/components/element/ProsemirrorEditor.vue.d.ts +32 -0
  418. package/dist/types/views/components/element/ShapeElement/BaseShapeElement.vue.d.ts +7 -0
  419. package/dist/types/views/components/element/ShapeElement/GradientDefs.vue.d.ts +12 -0
  420. package/dist/types/views/components/element/ShapeElement/PatternDefs.vue.d.ts +7 -0
  421. package/dist/types/views/components/element/ShapeElement/index.vue.d.ts +10 -0
  422. package/dist/types/views/components/element/TableElement/BaseTableElement.vue.d.ts +7 -0
  423. package/dist/types/views/components/element/TableElement/CustomTextarea.vue.d.ts +14 -0
  424. package/dist/types/views/components/element/TableElement/EditableTable.vue.d.ts +23 -0
  425. package/dist/types/views/components/element/TableElement/StaticTable.vue.d.ts +15 -0
  426. package/dist/types/views/components/element/TableElement/index.vue.d.ts +10 -0
  427. package/dist/types/views/components/element/TableElement/useHideCells.d.ts +6 -0
  428. package/dist/types/views/components/element/TableElement/useSubThemeColor.d.ts +6 -0
  429. package/dist/types/views/components/element/TableElement/utils.d.ts +11 -0
  430. package/dist/types/views/components/element/TextElement/BaseTextElement.vue.d.ts +8 -0
  431. package/dist/types/views/components/element/TextElement/index.vue.d.ts +10 -0
  432. package/dist/types/views/components/element/VideoElement/BaseVideoElement.vue.d.ts +7 -0
  433. package/dist/types/views/components/element/VideoElement/ScreenVideoElement.vue.d.ts +7 -0
  434. package/dist/types/views/components/element/VideoElement/VideoPlayer/index.vue.d.ts +15 -0
  435. package/dist/types/views/components/element/VideoElement/VideoPlayer/useMSE.d.ts +3 -0
  436. package/dist/types/views/components/element/VideoElement/index.vue.d.ts +10 -0
  437. package/dist/types/views/components/element/hooks/useElementFill.d.ts +6 -0
  438. package/dist/types/views/components/element/hooks/useElementFlip.d.ts +5 -0
  439. package/dist/types/views/components/element/hooks/useElementOutline.d.ts +9 -0
  440. package/dist/types/views/components/element/hooks/useElementShadow.d.ts +6 -0
  441. package/docs/AGENTIC_BRIDGE.md +513 -0
  442. package/docs/EMBED.md +307 -0
  443. package/docs/RELEASE.md +47 -0
  444. package/package.json +127 -0
@@ -0,0 +1,854 @@
1
+ declare const _default: {
2
+ public: {
3
+ loading: string;
4
+ ok: string;
5
+ cancel: string;
6
+ back: string;
7
+ userDefined: string;
8
+ edit: string;
9
+ clear: string;
10
+ delete: string;
11
+ close: string;
12
+ remove: string;
13
+ preView: string;
14
+ replace: string;
15
+ systemMsg: string;
16
+ generateSuccess: string;
17
+ templateChoose: string;
18
+ templateChooseShort: string;
19
+ templateChangeTips: string;
20
+ sourceInvalid: string;
21
+ systemBusy: string;
22
+ templateReplaceSuccess: string;
23
+ shareLinkTips: string;
24
+ noPermissionTips: string;
25
+ copyTips: string;
26
+ loginTips: string;
27
+ fontType: {
28
+ Arial: string;
29
+ 'Microsoft Yahei': string;
30
+ SimSun: string;
31
+ SimHei: string;
32
+ KaiTi: string;
33
+ NSimSun: string;
34
+ FangSong: string;
35
+ 'PingFang SC': string;
36
+ STHeiti: string;
37
+ STKaiti: string;
38
+ STSong: string;
39
+ STFangSong: string;
40
+ STZhongSong: string;
41
+ STHupo: string;
42
+ STXinwei: string;
43
+ STLiti: string;
44
+ STXingkai: string;
45
+ 'Hiragino Sans GB': string;
46
+ 'Lantinghei SC': string;
47
+ 'Hanzipen SC': string;
48
+ 'Hannotate SC': string;
49
+ 'Songti SC': string;
50
+ 'Wawati SC': string;
51
+ 'Xingkai SC': string;
52
+ 'Yuanti SC': string;
53
+ STXihei: string;
54
+ YouYuan: string;
55
+ LiSu: string;
56
+ };
57
+ font: {
58
+ font: string;
59
+ sysFont: string;
60
+ lineFont: string;
61
+ fontColor: string;
62
+ textColor: string;
63
+ fontDelay: string;
64
+ addSize: string;
65
+ duceSize: string;
66
+ left: string;
67
+ middle: string;
68
+ horizontalCenter: string;
69
+ verticalCenter: string;
70
+ right: string;
71
+ bottom: string;
72
+ top: string;
73
+ bold: string;
74
+ em: string;
75
+ underline: string;
76
+ strikethrough: string;
77
+ richText: string;
78
+ textFormat: string;
79
+ addIndex: string;
80
+ duceIndex: string;
81
+ no: string;
82
+ link: string;
83
+ inputLink: string;
84
+ superscript: string;
85
+ subscript: string;
86
+ code: string;
87
+ blockquote: string;
88
+ horizontal: string;
89
+ vertical: string;
90
+ width: string;
91
+ height: string;
92
+ rotate: string;
93
+ uniformHorizontal: string;
94
+ uniformVertical: string;
95
+ combine: string;
96
+ unCombine: string;
97
+ bgColor: string;
98
+ mainColor: string;
99
+ useMainToAll: string;
100
+ preMain: string;
101
+ };
102
+ specialEffects: {
103
+ useAll: string;
104
+ no: string;
105
+ fade: string;
106
+ slideX: string;
107
+ slideY: string;
108
+ };
109
+ };
110
+ desktop: {
111
+ fileExportSuccess: string;
112
+ unSupportPreviewPDF: string;
113
+ };
114
+ extension: {
115
+ nonsupportDownloadPDF: string;
116
+ };
117
+ index: {
118
+ createText: string;
119
+ createPage: string;
120
+ haveProblem: string;
121
+ systemError: string;
122
+ saveText: string;
123
+ saveMessage: string;
124
+ cBtn: string;
125
+ sBtn: string;
126
+ waitMsg: string;
127
+ };
128
+ errorCode: {
129
+ '401': string;
130
+ '403': string;
131
+ '404': string;
132
+ default: string;
133
+ notReDo: string;
134
+ loginMsg: string;
135
+ errMsg: string;
136
+ };
137
+ linkHandler: {
138
+ pptPage: string;
139
+ change: string;
140
+ remove: string;
141
+ };
142
+ editor: {
143
+ ctrlV: string;
144
+ ctrlA: string;
145
+ enter: string;
146
+ f5: string;
147
+ delete: string;
148
+ ctrlD: string;
149
+ ctrlX: string;
150
+ ctrlC: string;
151
+ shiftF5: string;
152
+ positionPanel: {
153
+ horizontalCenter: string;
154
+ verticalCenter: string;
155
+ horizontalVerticalCenter: string;
156
+ left: string;
157
+ right: string;
158
+ top: string;
159
+ bottom: string;
160
+ onTop: string;
161
+ onBottom: string;
162
+ levelUp: string;
163
+ levelDown: string;
164
+ setLink: string;
165
+ ungroup: string;
166
+ group: string;
167
+ selectAll: string;
168
+ lock: string;
169
+ unlock: string;
170
+ delete: string;
171
+ };
172
+ canvas: {
173
+ index: {
174
+ ctrlR: string;
175
+ ctrlW: string;
176
+ nl: string;
177
+ small: string;
178
+ middle: string;
179
+ big: string;
180
+ closePan: string;
181
+ openPan: string;
182
+ reCurrentPage: string;
183
+ showPpt: string;
184
+ };
185
+ linkDialog: {
186
+ url: string;
187
+ ppt: string;
188
+ preView: string;
189
+ pageUrl: string;
190
+ pptPage: string;
191
+ };
192
+ };
193
+ canvasTool: {
194
+ index: {
195
+ ctrlZ: string;
196
+ reSet: string;
197
+ text: string;
198
+ horizontal: string;
199
+ vertical: string;
200
+ image: string;
201
+ shape: string;
202
+ line: string;
203
+ chart: string;
204
+ table: string;
205
+ gs: string;
206
+ voice: string;
207
+ screen: string;
208
+ workspase: string;
209
+ save: string;
210
+ logo: string;
211
+ close: string;
212
+ share: string;
213
+ download: string;
214
+ templateReplacement: string;
215
+ };
216
+ mediaInput: {
217
+ videoUrl: string;
218
+ voiceUrl: string;
219
+ video: string;
220
+ voice: string;
221
+ videoError: string;
222
+ voiceError: string;
223
+ };
224
+ tableGenerator: {
225
+ table: string;
226
+ row: string;
227
+ column: string;
228
+ rcError: string;
229
+ };
230
+ logo: {
231
+ text1: string;
232
+ text2: string;
233
+ companyNamePlaceholder: string;
234
+ single: string;
235
+ all: string;
236
+ position: string;
237
+ };
238
+ };
239
+ editorHeader: {
240
+ index: {
241
+ file: string;
242
+ importPptistFile: string;
243
+ importPptxFile: string;
244
+ exportPptxFile: string;
245
+ undo: string;
246
+ redo: string;
247
+ createSlide: string;
248
+ deleteSlide: string;
249
+ closeGridLines: string;
250
+ openGridLines: string;
251
+ closeRuler: string;
252
+ openRuler: string;
253
+ resetSlides: string;
254
+ closeSelectPanel: string;
255
+ openSelectPanel: string;
256
+ f5: string;
257
+ enterScreeningFromStart: string;
258
+ enterScreening: string;
259
+ help: string;
260
+ hotkey: string;
261
+ pptShow: string;
262
+ export: string;
263
+ importing: string;
264
+ continue: string;
265
+ pauseGeneration: string;
266
+ noPricing: string;
267
+ noPricingToOpt: string;
268
+ getTokens: string;
269
+ pptSlidesMsg: string;
270
+ Feedback: string;
271
+ giveAway: string;
272
+ getItNow: string;
273
+ unlockAllPpt: string;
274
+ grantPermission: string;
275
+ grantPermissionToUseGpt: string;
276
+ permissionCodeUse: string;
277
+ pptTi1: string;
278
+ pptTi2: string;
279
+ };
280
+ };
281
+ exportDialog: {
282
+ tips: string;
283
+ exportScope: string;
284
+ close: string;
285
+ all: string;
286
+ thisPage: string;
287
+ auto: string;
288
+ autoScope: string;
289
+ exporting: string;
290
+ exportImg: string;
291
+ expPdf: string;
292
+ expPptx: string;
293
+ downloadSuccess: string;
294
+ exportImage: {
295
+ exportType: string;
296
+ imageQuality: string;
297
+ ignoreFont: string;
298
+ ignoreLineFont: string;
299
+ };
300
+ exportPdf: {
301
+ all: string;
302
+ thisPage: string;
303
+ pageNum: string;
304
+ white: string;
305
+ notice: string;
306
+ };
307
+ exportPPTX: {
308
+ title: string;
309
+ notice: string;
310
+ };
311
+ };
312
+ remark: {
313
+ remark: string;
314
+ };
315
+ thumbnails: {
316
+ add: string;
317
+ slide: string;
318
+ };
319
+ toolbar: {
320
+ common: {
321
+ elementColorMask: {
322
+ recolor: string;
323
+ maskColor: string;
324
+ opacity: string;
325
+ };
326
+ elementFilter: {
327
+ enableFilter: string;
328
+ blur: string;
329
+ brightness: string;
330
+ contrast: string;
331
+ grayscale: string;
332
+ saturate: string;
333
+ hueRotate: string;
334
+ opacity: string;
335
+ };
336
+ elementFlip: {
337
+ horizontal: string;
338
+ vertical: string;
339
+ };
340
+ elementOpacity: {
341
+ opacity: string;
342
+ };
343
+ elementOutline: {
344
+ border: string;
345
+ borderStyle: string;
346
+ solid: string;
347
+ dashes: string;
348
+ borderColor: string;
349
+ borderWeight: string;
350
+ };
351
+ elementShadow: {
352
+ enable: string;
353
+ horizontal: string;
354
+ vertical: string;
355
+ fuzzyDistance: string;
356
+ color: string;
357
+ };
358
+ };
359
+ panel: {
360
+ background: string;
361
+ solid: string;
362
+ image: string;
363
+ gradient: string;
364
+ contain: string;
365
+ repeat: string;
366
+ cover: string;
367
+ linear: string;
368
+ radial: string;
369
+ startColor: string;
370
+ endColor: string;
371
+ rotate: string;
372
+ useBackgroundToAll: string;
373
+ };
374
+ elementStylePanel: {
375
+ chartStylePanel: {
376
+ chartDataEditor: {
377
+ rowType: string;
378
+ colType: string;
379
+ };
380
+ index: {
381
+ edit: string;
382
+ area: string;
383
+ line: string;
384
+ lineSmooth: string;
385
+ horizontalBars: string;
386
+ stackBars: string;
387
+ donut: string;
388
+ img: string;
389
+ hidden: string;
390
+ showTop: string;
391
+ showBottom: string;
392
+ tabColor: string;
393
+ labelColor: string;
394
+ titleSetColor: string;
395
+ title: string;
396
+ titleColor: string;
397
+ };
398
+ };
399
+ audioStylePanel: {
400
+ imgColor: string;
401
+ autoPlay: string;
402
+ loopPlay: string;
403
+ };
404
+ imageStylePanel: {
405
+ cutImg: string;
406
+ shape: string;
407
+ type: string;
408
+ preview: string;
409
+ use: string;
410
+ searchByType: string;
411
+ uploadAndReplace: string;
412
+ reSetStyle: string;
413
+ setBackground: string;
414
+ clip1: string;
415
+ clip2: string;
416
+ clip3: string;
417
+ };
418
+ latexStylePanel: {
419
+ edit: string;
420
+ color: string;
421
+ bold: string;
422
+ };
423
+ lineStylePanel: {
424
+ style: string;
425
+ solid: string;
426
+ dotted: string;
427
+ color: string;
428
+ weight: string;
429
+ startStyle: string;
430
+ endStyle: string;
431
+ none: string;
432
+ arrow: string;
433
+ dot: string;
434
+ };
435
+ multiStylePanel: {
436
+ colorPicker: string;
437
+ style: string;
438
+ solid: string;
439
+ dotted: string;
440
+ color: string;
441
+ weight: string;
442
+ };
443
+ shapeStylePanel: {
444
+ replaceShade: string;
445
+ fill: string;
446
+ gradient: string;
447
+ linear: string;
448
+ radial: string;
449
+ };
450
+ tableStylePanel: {
451
+ colFull: string;
452
+ row: string;
453
+ col: string;
454
+ titleRow: string;
455
+ totalRow: string;
456
+ firstCol: string;
457
+ lastCol: string;
458
+ titleColor: string;
459
+ themeTable: string;
460
+ };
461
+ textStylePanel: {
462
+ urlError: string;
463
+ command: string;
464
+ lineHeight: string;
465
+ times: string;
466
+ paragraphSpace: string;
467
+ wordSpace: string;
468
+ textIndent: string;
469
+ textFill: string;
470
+ title: string;
471
+ titleSmall: string;
472
+ text: string;
473
+ textSmall: string;
474
+ zs1: string;
475
+ zs2: string;
476
+ };
477
+ videoStylePanel: {
478
+ cover: string;
479
+ recover: string;
480
+ };
481
+ };
482
+ elementAnimationPanel: {
483
+ addEffects: string;
484
+ selectAndAddEffects: string;
485
+ time: string;
486
+ triggerType: string;
487
+ initiative: string;
488
+ sameTime: string;
489
+ after: string;
490
+ change: string;
491
+ in: string;
492
+ out: string;
493
+ attention: string;
494
+ };
495
+ elementPositionPanel: {
496
+ layer: string;
497
+ align: string;
498
+ top: string;
499
+ bottom: string;
500
+ up: string;
501
+ down: string;
502
+ noRixedRatio: string;
503
+ fixedRatio: string;
504
+ };
505
+ index: {
506
+ style: string;
507
+ symbol: string;
508
+ position: string;
509
+ animation: string;
510
+ design: string;
511
+ slideAnimation: string;
512
+ };
513
+ slideDesignPanel: {
514
+ canvasSize: string;
515
+ wideScreen1: string;
516
+ wideScreen2: string;
517
+ standard: string;
518
+ paper: string;
519
+ title: string;
520
+ mainColor: string;
521
+ useMainToAll: string;
522
+ preMain: string;
523
+ text: string;
524
+ use: string;
525
+ useToAll: string;
526
+ };
527
+ };
528
+ selectPanel: {
529
+ select: string;
530
+ showAll: string;
531
+ hideAll: string;
532
+ group: string;
533
+ };
534
+ redraw: {
535
+ topLabel: string;
536
+ msgTips: string;
537
+ retext: string;
538
+ cltext: string;
539
+ btnText: string;
540
+ reConfirm: string;
541
+ confirmBtnTxt: string;
542
+ };
543
+ };
544
+ screen: {
545
+ presenter: {
546
+ normalView: string;
547
+ pen: string;
548
+ laserPointer: string;
549
+ timer: string;
550
+ exitFullScreen: string;
551
+ fullScreen: string;
552
+ endPresentation: string;
553
+ speakerNotes: string;
554
+ speakersView: string;
555
+ previousPage: string;
556
+ nextPage: string;
557
+ firstPage: string;
558
+ lastPage: string;
559
+ brushTool: string;
560
+ noRemarks: string;
561
+ };
562
+ writingBoard: {
563
+ inkThickness: string;
564
+ eraserSize: string;
565
+ eraser: string;
566
+ clearInk: string;
567
+ blackboard: string;
568
+ closeBrush: string;
569
+ };
570
+ };
571
+ mobile: {
572
+ index: {
573
+ notSupport: string;
574
+ toPc: string;
575
+ editTips: string;
576
+ };
577
+ };
578
+ useCreateElement: {
579
+ type: string;
580
+ class: string;
581
+ };
582
+ components: {
583
+ latexEditor: {
584
+ index: {
585
+ lateX: string;
586
+ preViw: string;
587
+ symbol: string;
588
+ formula: string;
589
+ error: string;
590
+ };
591
+ };
592
+ colorPicker: {
593
+ recentUse: string;
594
+ };
595
+ };
596
+ config: {
597
+ latex: {
598
+ gauss: string;
599
+ fourierSeries: string;
600
+ taylorExpansion: string;
601
+ definiteIntegral: string;
602
+ trigonometricIdentity1: string;
603
+ trigonometricIdentity2: string;
604
+ expansion: string;
605
+ euler: string;
606
+ differential: string;
607
+ totalDifferentialEquation: string;
608
+ homogeneous: string;
609
+ cauchy: string;
610
+ lagrange: string;
611
+ arcsin: string;
612
+ trigonometric: string;
613
+ quadric: string;
614
+ dx: string;
615
+ partial: string;
616
+ operators: string;
617
+ group: string;
618
+ verbatim: string;
619
+ greek: string;
620
+ };
621
+ symbol: {
622
+ letter: string;
623
+ number: string;
624
+ math: string;
625
+ arrow: string;
626
+ graph: string;
627
+ };
628
+ lines: {
629
+ straight: string;
630
+ brokenOrCurve: string;
631
+ };
632
+ };
633
+ hotkey: {
634
+ opt: {
635
+ common: string;
636
+ ctrlX: string;
637
+ ctrlC: string;
638
+ ctrlV: string;
639
+ ctrlD: string;
640
+ ctrlA: string;
641
+ ctrlZ: string;
642
+ ctrlY: string;
643
+ del: string;
644
+ ctrlMore: string;
645
+ ctrlP: string;
646
+ esc: string;
647
+ };
648
+ slide: {
649
+ show: string;
650
+ edit: string;
651
+ first: string;
652
+ current: string;
653
+ spacePre: string;
654
+ spaceNext1: string;
655
+ spaceNext2: string;
656
+ out: string;
657
+ new: string;
658
+ move: string;
659
+ upOrDown: string;
660
+ up: string;
661
+ down: string;
662
+ screen: string;
663
+ noSelectPrePage: string;
664
+ noSelectNextPage: string;
665
+ prePage: string;
666
+ nextPage: string;
667
+ };
668
+ element: {
669
+ opt: string;
670
+ move: string;
671
+ lock: string;
672
+ combo: string;
673
+ cancelCombo: string;
674
+ top: string;
675
+ bottom: string;
676
+ h: string;
677
+ v: string;
678
+ change: string;
679
+ com: string;
680
+ text: string;
681
+ image: string;
682
+ shape: string;
683
+ line: string;
684
+ chart: string;
685
+ table: string;
686
+ video: string;
687
+ audio: string;
688
+ latex: string;
689
+ };
690
+ table: {
691
+ edit: string;
692
+ nextCol: string;
693
+ insertTop: string;
694
+ insertBottom: string;
695
+ insertLeft: string;
696
+ insertRight: string;
697
+ };
698
+ chat: {
699
+ edit: string;
700
+ nextLine: string;
701
+ };
702
+ text: {
703
+ edit: string;
704
+ bold: string;
705
+ italics: string;
706
+ underline: string;
707
+ delLine: string;
708
+ };
709
+ };
710
+ shape: {
711
+ rectangle: string;
712
+ commonUse: string;
713
+ arrow: string;
714
+ other: string;
715
+ line: string;
716
+ };
717
+ animation: {
718
+ in: {
719
+ bounce: string;
720
+ bounceIn: string;
721
+ bounceInLeft: string;
722
+ bounceInRight: string;
723
+ bounceInUp: string;
724
+ bounceInDown: string;
725
+ fade: string;
726
+ fadeIn: string;
727
+ fadeInDown: string;
728
+ fadeInDownBig: string;
729
+ fadeInLeft: string;
730
+ fadeInLeftBig: string;
731
+ fadeInRight: string;
732
+ fadeInRightBig: string;
733
+ fadeInUp: string;
734
+ fadeInUpBig: string;
735
+ fadeInTopLeft: string;
736
+ fadeInTopRight: string;
737
+ fadeInBottomLeft: string;
738
+ fadeInBottomRight: string;
739
+ rotate: string;
740
+ rotateIn: string;
741
+ rotateInDownLeft: string;
742
+ rotateInDownRight: string;
743
+ rotateInUpLeft: string;
744
+ rotateInUpRight: string;
745
+ zoom: string;
746
+ zoomIn: string;
747
+ zoomInDown: string;
748
+ zoomInLeft: string;
749
+ zoomInRight: string;
750
+ zoomInUp: string;
751
+ slide: string;
752
+ slideInDown: string;
753
+ slideInLeft: string;
754
+ slideInRight: string;
755
+ slideInUp: string;
756
+ flip: string;
757
+ flipInX: string;
758
+ flipInY: string;
759
+ back: string;
760
+ backInDown: string;
761
+ backInLeft: string;
762
+ backInRight: string;
763
+ backInUp: string;
764
+ lightSpeed: string;
765
+ lightSpeedInRight: string;
766
+ lightSpeedInLeft: string;
767
+ };
768
+ out: {
769
+ bounce: string;
770
+ bounceOut: string;
771
+ bounceOutLeft: string;
772
+ bounceOutRight: string;
773
+ bounceOutUp: string;
774
+ bounceOutDown: string;
775
+ fade: string;
776
+ fadeOut: string;
777
+ fadeOutDown: string;
778
+ fadeOutDownBig: string;
779
+ fadeOutLeft: string;
780
+ fadeOutLeftBig: string;
781
+ fadeOutRight: string;
782
+ fadeOutRightBig: string;
783
+ fadeOutUp: string;
784
+ fadeOutUpBig: string;
785
+ fadeOutTopLeft: string;
786
+ fadeOutTopRight: string;
787
+ fadeOutBottomLeft: string;
788
+ fadeOutBottomRight: string;
789
+ rotate: string;
790
+ rotateOut: string;
791
+ rotateOutDownLeft: string;
792
+ rotateOutDownRight: string;
793
+ rotateOutUpLeft: string;
794
+ rotateOutUpRight: string;
795
+ zoom: string;
796
+ zoomOut: string;
797
+ zoomOutDown: string;
798
+ zoomOutLeft: string;
799
+ zoomOutRight: string;
800
+ zoomOutUp: string;
801
+ slide: string;
802
+ slideOutDown: string;
803
+ slideOutLeft: string;
804
+ slideOutRight: string;
805
+ slideOutUp: string;
806
+ flip: string;
807
+ flipOutX: string;
808
+ flipOutY: string;
809
+ back: string;
810
+ backOutDown: string;
811
+ backOutLeft: string;
812
+ backOutRight: string;
813
+ backOutUp: string;
814
+ lightSpeed: string;
815
+ lightSpeedOutRight: string;
816
+ lightSpeedOutLeft: string;
817
+ };
818
+ attention: {
819
+ shake: string;
820
+ shakeX: string;
821
+ shakeY: string;
822
+ headShake: string;
823
+ swing: string;
824
+ wobble: string;
825
+ tada: string;
826
+ jello: string;
827
+ other: string;
828
+ bounce: string;
829
+ flash: string;
830
+ pulse: string;
831
+ rubberBand: string;
832
+ heartBeat: string;
833
+ };
834
+ };
835
+ requestError: {
836
+ tokenExpires: string;
837
+ permissionDenied: string;
838
+ notFound: string;
839
+ default: string;
840
+ exceptionReminder: string;
841
+ pleaseLogin: string;
842
+ networkError: string;
843
+ requestTimeOut: string;
844
+ requestFailed: string;
845
+ };
846
+ promptsText: {
847
+ theme: string[];
848
+ directory: string[];
849
+ Content: string[];
850
+ Comprehensive: string[];
851
+ Unpurchased: string[];
852
+ };
853
+ };
854
+ export default _default;