lt-ppt 1.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.
- package/LICENSE +661 -0
- package/README.md +31 -0
- package/dist/InnerApp-Cw-WNV5d.js +96942 -0
- package/dist/favicon.ico +0 -0
- package/dist/imgs/template_1.webp +0 -0
- package/dist/imgs/template_2.webp +0 -0
- package/dist/imgs/template_3.webp +0 -0
- package/dist/imgs/template_4.webp +0 -0
- package/dist/imgs/template_5.webp +0 -0
- package/dist/imgs/template_6.webp +0 -0
- package/dist/imgs/template_7.webp +0 -0
- package/dist/imgs/template_8.webp +0 -0
- package/dist/index-Bp6Exf0_.js +166 -0
- package/dist/index-lXMdfvq4.js +8 -0
- package/dist/lib-CcU3sBPZ.js +1907 -0
- package/dist/logo.png +0 -0
- package/dist/lt-ppt.css +7 -0
- package/dist/lt-ppt.es.js +5 -0
- package/dist/lt-ppt.umd.js +461 -0
- package/dist/mocks/AIPPT.json +475 -0
- package/dist/mocks/AIPPT_Outline.md +69 -0
- package/dist/mocks/imgs.json +482 -0
- package/dist/mocks/slides.json +184 -0
- package/dist/mocks/template_1.json +1 -0
- package/dist/mocks/template_2.json +1 -0
- package/dist/mocks/template_3.json +1 -0
- package/dist/mocks/template_4.json +1 -0
- package/dist/mocks/template_5.json +1 -0
- package/dist/mocks/template_6.json +1 -0
- package/dist/mocks/template_7.json +1 -0
- package/dist/mocks/template_8.json +1 -0
- package/dist/pinia-CVat9nJz.js +4417 -0
- package/dist/screen-B0Lx73x7.js +12797 -0
- package/dist/tippy.esm-Dos-q4Dz.js +1711 -0
- package/dist/types/lib.d.ts +2 -0
- package/dist/types/src/InnerApp.vue.d.ts +10 -0
- package/dist/types/src/LtPPT.vue.d.ts +22 -0
- package/dist/types/src/components/Button.vue.d.ts +28 -0
- package/dist/types/src/components/ButtonGroup.vue.d.ts +16 -0
- package/dist/types/src/components/Checkbox.vue.d.ts +19 -0
- package/dist/types/src/components/CheckboxButton.vue.d.ts +16 -0
- package/dist/types/src/components/ColorButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorListButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorPicker/Alpha.vue.d.ts +12 -0
- package/dist/types/src/components/ColorPicker/Checkboard.vue.d.ts +11 -0
- package/dist/types/src/components/ColorPicker/EditableInput.vue.d.ts +10 -0
- package/dist/types/src/components/ColorPicker/Hue.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/Saturation.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/index.vue.d.ts +11 -0
- package/dist/types/src/components/Contextmenu/MenuContent.vue.d.ts +7 -0
- package/dist/types/src/components/Contextmenu/index.vue.d.ts +9 -0
- package/dist/types/src/components/Contextmenu/types.d.ts +13 -0
- package/dist/types/src/components/Divider.vue.d.ts +9 -0
- package/dist/types/src/components/Drawer.vue.d.ts +24 -0
- package/dist/types/src/components/FileInput.vue.d.ts +20 -0
- package/dist/types/src/components/FullscreenSpin.vue.d.ts +11 -0
- package/dist/types/src/components/GradientBar.vue.d.ts +15 -0
- package/dist/types/src/components/ImageWaterfallViewer.vue.d.ts +35 -0
- package/dist/types/src/components/Input.vue.d.ts +41 -0
- package/dist/types/src/components/LaTeXEditor/FormulaContent.vue.d.ts +7 -0
- package/dist/types/src/components/LaTeXEditor/SymbolContent.vue.d.ts +5 -0
- package/dist/types/src/components/LaTeXEditor/hfmath.d.ts +2 -0
- package/dist/types/src/components/LaTeXEditor/index.vue.d.ts +73 -0
- package/dist/types/src/components/LanguageSwitch.vue.d.ts +2 -0
- package/dist/types/src/components/Message.vue.d.ts +23 -0
- package/dist/types/src/components/Modal.vue.d.ts +32 -0
- package/dist/types/src/components/MoveablePanel.vue.d.ts +41 -0
- package/dist/types/src/components/NumberInput.vue.d.ts +38 -0
- package/dist/types/src/components/OutlineEditor.vue.d.ts +9 -0
- package/dist/types/src/components/Popover.vue.d.ts +38 -0
- package/dist/types/src/components/PopoverMenuItem.vue.d.ts +18 -0
- package/dist/types/src/components/RadioButton.vue.d.ts +15 -0
- package/dist/types/src/components/RadioGroup.vue.d.ts +19 -0
- package/dist/types/src/components/Select.vue.d.ts +143 -0
- package/dist/types/src/components/SelectCustom.vue.d.ts +20 -0
- package/dist/types/src/components/SelectGroup.vue.d.ts +9 -0
- package/dist/types/src/components/Slider.vue.d.ts +22 -0
- package/dist/types/src/components/Switch.vue.d.ts +12 -0
- package/dist/types/src/components/Tabs.vue.d.ts +26 -0
- package/dist/types/src/components/TextArea.vue.d.ts +29 -0
- package/dist/types/src/components/TextColorButton.vue.d.ts +12 -0
- package/dist/types/src/components/WritingBoard.vue.d.ts +32 -0
- package/dist/types/src/configs/animation.d.ts +34 -0
- package/dist/types/src/configs/chart.d.ts +4 -0
- package/dist/types/src/configs/element.d.ts +2 -0
- package/dist/types/src/configs/font.d.ts +4 -0
- package/dist/types/src/configs/hotkey.d.ts +41 -0
- package/dist/types/src/configs/imageClip.d.ts +25 -0
- package/dist/types/src/configs/latex.d.ts +11 -0
- package/dist/types/src/configs/lines.d.ts +16 -0
- package/dist/types/src/configs/mime.d.ts +1 -0
- package/dist/types/src/configs/shapes.d.ts +26 -0
- package/dist/types/src/configs/storage.d.ts +1 -0
- package/dist/types/src/configs/symbol.d.ts +5 -0
- package/dist/types/src/configs/theme.d.ts +11 -0
- package/dist/types/src/directive/clickOutside.d.ts +3 -0
- package/dist/types/src/directive/contextmenu.d.ts +3 -0
- package/dist/types/src/directive/index.d.ts +5 -0
- package/dist/types/src/directive/loading.d.ts +3 -0
- package/dist/types/src/directive/tooltip.d.ts +3 -0
- package/dist/types/src/hooks/useAIPPT.d.ts +14 -0
- package/dist/types/src/hooks/useAddSlidesOrElements.d.ts +6 -0
- package/dist/types/src/hooks/useAlignActiveElement.d.ts +5 -0
- package/dist/types/src/hooks/useAlignElementToCanvas.d.ts +5 -0
- package/dist/types/src/hooks/useCombineElement.d.ts +6 -0
- package/dist/types/src/hooks/useCopyAndPasteElement.d.ts +7 -0
- package/dist/types/src/hooks/useCreateElement.d.ts +36 -0
- package/dist/types/src/hooks/useDeleteElement.d.ts +5 -0
- package/dist/types/src/hooks/useExport.d.ts +11 -0
- package/dist/types/src/hooks/useGlobalHotkey.d.ts +2 -0
- package/dist/types/src/hooks/useHideElement.d.ts +6 -0
- package/dist/types/src/hooks/useHistorySnapshot.d.ts +6 -0
- package/dist/types/src/hooks/useImport.d.ts +15 -0
- package/dist/types/src/hooks/useLink.d.ts +6 -0
- package/dist/types/src/hooks/useLoadSlides.d.ts +4 -0
- package/dist/types/src/hooks/useLockElement.d.ts +6 -0
- package/dist/types/src/hooks/useMoveElement.d.ts +4 -0
- package/dist/types/src/hooks/useOrderElement.d.ts +6 -0
- package/dist/types/src/hooks/usePasteDataTransfer.d.ts +7 -0
- package/dist/types/src/hooks/usePasteEvent.d.ts +2 -0
- package/dist/types/src/hooks/usePasteTextClipboardData.d.ts +8 -0
- package/dist/types/src/hooks/useScaleCanvas.d.ts +7 -0
- package/dist/types/src/hooks/useScreening.d.ts +6 -0
- package/dist/types/src/hooks/useSearch.d.ts +44 -0
- package/dist/types/src/hooks/useSectionHandler.d.ts +8 -0
- package/dist/types/src/hooks/useSelectElement.d.ts +5 -0
- package/dist/types/src/hooks/useShapeFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useSlideBackgroundStyle.d.ts +21 -0
- package/dist/types/src/hooks/useSlideHandler.d.ts +16 -0
- package/dist/types/src/hooks/useSlideTheme.d.ts +14 -0
- package/dist/types/src/hooks/useTextFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useUniformDisplayElement.d.ts +6 -0
- package/dist/types/src/lib.d.ts +5 -0
- package/dist/types/src/locales/en.d.ts +859 -0
- package/dist/types/src/locales/index.d.ts +1753 -0
- package/dist/types/src/locales/zh-CN.d.ts +887 -0
- package/dist/types/src/services/axios.d.ts +2 -0
- package/dist/types/src/services/fetch.d.ts +2 -0
- package/dist/types/src/services/index.d.ts +36 -0
- package/dist/types/src/store/index.d.ts +6 -0
- package/dist/types/src/store/keyboard.d.ts +16 -0
- package/dist/types/src/store/main.d.ts +915 -0
- package/dist/types/src/store/screen.d.ts +6 -0
- package/dist/types/src/store/slides.d.ts +1559 -0
- package/dist/types/src/store/snapshot.d.ts +21 -0
- package/dist/types/src/types/AIPPT.d.ts +36 -0
- package/dist/types/src/types/edit.d.ts +111 -0
- package/dist/types/src/types/export.d.ts +1 -0
- package/dist/types/src/types/injectKey.d.ts +10 -0
- package/dist/types/src/types/lt-ppt.d.ts +30 -0
- package/dist/types/src/types/mobile.d.ts +1 -0
- package/dist/types/src/types/slides.d.ts +732 -0
- package/dist/types/src/types/toolbar.d.ts +9 -0
- package/dist/types/src/utils/clipboard.d.ts +9 -0
- package/dist/types/src/utils/common.d.ts +18 -0
- package/dist/types/src/utils/crypto.d.ts +10 -0
- package/dist/types/src/utils/database.d.ts +17 -0
- package/dist/types/src/utils/element.d.ts +94 -0
- package/dist/types/src/utils/emitter.d.ts +23 -0
- package/dist/types/src/utils/font.d.ts +1 -0
- package/dist/types/src/utils/fonts.d.ts +5 -0
- package/dist/types/src/utils/fullscreen.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/format.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/index.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/lexer.d.ts +2 -0
- package/dist/types/src/utils/htmlParser/parser.d.ts +15 -0
- package/dist/types/src/utils/htmlParser/stringify.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/tags.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/types.d.ts +55 -0
- package/dist/types/src/utils/iframe-sdk/index.d.ts +52 -0
- package/dist/types/src/utils/iframe-sdk/types.d.ts +30 -0
- package/dist/types/src/utils/image.d.ts +32 -0
- package/dist/types/src/utils/message.d.ts +28 -0
- package/dist/types/src/utils/print.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/commands/replaceText.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/commands/setListStyle.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/commands/setTextAlign.d.ts +5 -0
- package/dist/types/src/utils/prosemirror/commands/setTextIndent.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/commands/toggleList.d.ts +8 -0
- package/dist/types/src/utils/prosemirror/index.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/plugins/index.d.ts +10 -0
- package/dist/types/src/utils/prosemirror/plugins/inputrules.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/plugins/keymap.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/plugins/placeholder.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/schema/index.d.ts +24 -0
- package/dist/types/src/utils/prosemirror/schema/marks.d.ts +17 -0
- package/dist/types/src/utils/prosemirror/schema/nodes.d.ts +11 -0
- package/dist/types/src/utils/prosemirror/utils.d.ts +69 -0
- package/dist/types/src/utils/selection.d.ts +1 -0
- package/dist/types/src/utils/svg2Base64.d.ts +1 -0
- package/dist/types/src/utils/svgPathParser.d.ts +120 -0
- package/dist/types/src/utils/textParser.d.ts +5 -0
- package/dist/types/src/views/Editor/AIPPTDialog.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/Canvas/AlignmentLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/EditableElement.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/ElementCreateSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/GridLines.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/LinkDialog.vue.d.ts +115 -0
- package/dist/types/src/views/Editor/Canvas/MouseSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/BorderLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/CommonElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ImageElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LineElementOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LinkHandler.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/MultiSelectOperate.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ResizeHandler.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/RotateHandler.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ShapeElementOperate.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TableElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TextElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/index.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Ruler.vue.d.ts +13 -0
- package/dist/types/src/views/Editor/Canvas/ShapeCreateCanvas.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/ViewportBackground.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useCommonOperate.d.ts +89 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragLineElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDrop.d.ts +3 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useInsertFromCreateSelection.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMouseSelection.d.ts +24 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMoveShapeKeypoint.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useRotateElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useScaleElement.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useSelectElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useViewportSize.d.ts +11 -0
- package/dist/types/src/views/Editor/Canvas/index.vue.d.ts +5 -0
- package/dist/types/src/views/Editor/CanvasTool/ChartPool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/LinePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/MediaInput.vue.d.ts +22 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/TableGenerator.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/CanvasTool/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/HotkeyDoc.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/index.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportImage.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportJSON.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF2.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPPTX.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportSpecificFile.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/ImageLibPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/MarkupPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/NotesPanel.vue.d.ts +57 -0
- package/dist/types/src/views/Editor/Remark/Editor.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Remark/index.vue.d.ts +35 -0
- package/dist/types/src/views/Editor/SearchPanel.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/SelectPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/SymbolPanel.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/Thumbnails/Templates.vue.d.ts +17 -0
- package/dist/types/src/views/Editor/Thumbnails/index.vue.d.ts +91 -0
- package/dist/types/src/views/Editor/Toolbar/ElementAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/AudioStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue.d.ts +19 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ThemeColorsSetting.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LineStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TableStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TextStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/VideoStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeColorsSetting.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeStylesExtract.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementColorMask.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFilter.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFlip.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOpacity.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOutline.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementShadow.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/RichTextBase.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/SVGLine.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Toolbar/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/index.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/ElementToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/Header.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileEditableElement.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Mobile/MobileEditor/SlideToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/index.vue.d.ts +9 -0
- package/dist/types/src/views/Mobile/MobilePlayer.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobilePreview.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileThumbnails.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/index.vue.d.ts +2 -0
- package/dist/types/src/views/Screen/BaseView.vue.d.ts +5 -0
- package/dist/types/src/views/Screen/BottomThumbnails.vue.d.ts +4 -0
- package/dist/types/src/views/Screen/CountdownTimer.vue.d.ts +13 -0
- package/dist/types/src/views/Screen/PresenterView.vue.d.ts +8 -0
- package/dist/types/src/views/Screen/ScreenElement.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlide.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlideList.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/SlideThumbnails.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/WritingBoardTool.vue.d.ts +77 -0
- package/dist/types/src/views/Screen/hooks/useExecPlay.d.ts +20 -0
- package/dist/types/src/views/Screen/hooks/useFullscreen.d.ts +5 -0
- package/dist/types/src/views/Screen/hooks/useSlideSize.d.ts +6 -0
- package/dist/types/src/views/Screen/hooks/useSlidesWithTurningMode.d.ts +14 -0
- package/dist/types/src/views/Screen/index.vue.d.ts +2 -0
- package/dist/types/src/views/components/ThumbnailSlide/ThumbnailElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/ThumbnailSlide/index.vue.d.ts +10 -0
- package/dist/types/src/views/components/element/AudioElement/AudioPlayer.vue.d.ts +17 -0
- package/dist/types/src/views/components/element/AudioElement/BaseAudioElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/AudioElement/ScreenAudioElement.vue.d.ts +39 -0
- package/dist/types/src/views/components/element/AudioElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ChartElement/BaseChartElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/ChartElement/Chart.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/chartOption.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ElementOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/BaseImageElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/ImageClipHandler.vue.d.ts +18 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageEllipseOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImagePolygonOutline.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageRectOutline.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/index.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/useClipImage.d.ts +19 -0
- package/dist/types/src/views/components/element/ImageElement/useFilter.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/BaseLatexElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/LineElement/BaseLineElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LineElement/LinePointMarker.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/LineElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ProsemirrorEditor.vue.d.ts +33 -0
- package/dist/types/src/views/components/element/ShapeElement/BaseShapeElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/GradientDefs.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ShapeElement/PatternDefs.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/index.vue.d.ts +68 -0
- package/dist/types/src/views/components/element/TableElement/BaseTableElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/CustomTextarea.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/TableElement/EditableTable.vue.d.ts +22 -0
- package/dist/types/src/views/components/element/TableElement/StaticTable.vue.d.ts +14 -0
- package/dist/types/src/views/components/element/TableElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/TableElement/useHideCells.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/useSubThemeColor.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/utils.d.ts +8 -0
- package/dist/types/src/views/components/element/TextElement/BaseTextElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/TextElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/VideoElement/BaseVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/ScreenVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/index.vue.d.ts +19 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/useMSE.d.ts +3 -0
- package/dist/types/src/views/components/element/VideoElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementFill.d.ts +6 -0
- package/dist/types/src/views/components/element/hooks/useElementFlip.d.ts +5 -0
- package/dist/types/src/views/components/element/hooks/useElementOutline.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementShadow.d.ts +6 -0
- package/dist/vue-i18n-R6dI71u7.js +3595 -0
- package/package.json +109 -0
|
@@ -0,0 +1,859 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
common: {
|
|
3
|
+
close: string;
|
|
4
|
+
cancel: string;
|
|
5
|
+
confirm: string;
|
|
6
|
+
save: string;
|
|
7
|
+
delete: string;
|
|
8
|
+
remove: string;
|
|
9
|
+
edit: string;
|
|
10
|
+
copy: string;
|
|
11
|
+
cut: string;
|
|
12
|
+
paste: string;
|
|
13
|
+
selectAll: string;
|
|
14
|
+
loading: string;
|
|
15
|
+
exporting: string;
|
|
16
|
+
importing: string;
|
|
17
|
+
success: string;
|
|
18
|
+
error: string;
|
|
19
|
+
warning: string;
|
|
20
|
+
info: string;
|
|
21
|
+
untitledPresentation: string;
|
|
22
|
+
};
|
|
23
|
+
header: {
|
|
24
|
+
aippt: string;
|
|
25
|
+
aipptSubtitle: string;
|
|
26
|
+
importFile: string;
|
|
27
|
+
pptxTest: string;
|
|
28
|
+
pptistFormat: string;
|
|
29
|
+
exportFile: string;
|
|
30
|
+
resetSlides: string;
|
|
31
|
+
slideMarkup: string;
|
|
32
|
+
shortcuts: string;
|
|
33
|
+
feedback: string;
|
|
34
|
+
faq: string;
|
|
35
|
+
disclaimer: string;
|
|
36
|
+
slideshow: string;
|
|
37
|
+
slideshowF5: string;
|
|
38
|
+
aiGenerate: string;
|
|
39
|
+
export: string;
|
|
40
|
+
save: string;
|
|
41
|
+
fromStart: string;
|
|
42
|
+
fromCurrent: string;
|
|
43
|
+
};
|
|
44
|
+
canvasTool: {
|
|
45
|
+
undo: string;
|
|
46
|
+
undoShortcut: string;
|
|
47
|
+
redo: string;
|
|
48
|
+
redoShortcut: string;
|
|
49
|
+
remarkPanel: string;
|
|
50
|
+
selectPanel: string;
|
|
51
|
+
searchReplace: string;
|
|
52
|
+
insertText: string;
|
|
53
|
+
textbox: string;
|
|
54
|
+
horizontalText: string;
|
|
55
|
+
verticalText: string;
|
|
56
|
+
insertShape: string;
|
|
57
|
+
shape: string;
|
|
58
|
+
presetShape: string;
|
|
59
|
+
freeDraw: string;
|
|
60
|
+
insertImage: string;
|
|
61
|
+
image: string;
|
|
62
|
+
uploadImage: string;
|
|
63
|
+
onlineLibrary: string;
|
|
64
|
+
insertLine: string;
|
|
65
|
+
line: string;
|
|
66
|
+
insertChart: string;
|
|
67
|
+
chart: string;
|
|
68
|
+
insertTable: string;
|
|
69
|
+
table: string;
|
|
70
|
+
insertFormula: string;
|
|
71
|
+
formula: string;
|
|
72
|
+
insertMedia: string;
|
|
73
|
+
media: string;
|
|
74
|
+
insertVideo: string;
|
|
75
|
+
video: string;
|
|
76
|
+
insertSymbol: string;
|
|
77
|
+
symbol: string;
|
|
78
|
+
zoomOut: string;
|
|
79
|
+
zoomOutShortcut: string;
|
|
80
|
+
zoomIn: string;
|
|
81
|
+
zoomInShortcut: string;
|
|
82
|
+
fitScreen: string;
|
|
83
|
+
fitScreenShortcut: string;
|
|
84
|
+
};
|
|
85
|
+
exportDialog: {
|
|
86
|
+
exportPptist: string;
|
|
87
|
+
exportPptx: string;
|
|
88
|
+
exportImage: string;
|
|
89
|
+
exportJson: string;
|
|
90
|
+
exportPdf: string;
|
|
91
|
+
exportPdf2: string;
|
|
92
|
+
exportFormat: string;
|
|
93
|
+
exportRange: string;
|
|
94
|
+
all: string;
|
|
95
|
+
currentPage: string;
|
|
96
|
+
custom: string;
|
|
97
|
+
customRange: string;
|
|
98
|
+
imageQuality: string;
|
|
99
|
+
pdfQuality: string;
|
|
100
|
+
ignoreOnlineFont: string;
|
|
101
|
+
ignoreOnlineFontTip: string;
|
|
102
|
+
exportImageBtn: string;
|
|
103
|
+
perPageCount: string;
|
|
104
|
+
marginBlank: string;
|
|
105
|
+
printTip: string;
|
|
106
|
+
printExportPdf: string;
|
|
107
|
+
downloadPdf: string;
|
|
108
|
+
downloadPptist: string;
|
|
109
|
+
downloadPptx: string;
|
|
110
|
+
downloadJson: string;
|
|
111
|
+
copyJson: string;
|
|
112
|
+
exportMode: string;
|
|
113
|
+
standardMode: string;
|
|
114
|
+
imageMode: string;
|
|
115
|
+
ignoreMedia: string;
|
|
116
|
+
ignoreMediaTip: string;
|
|
117
|
+
overwriteMaster: string;
|
|
118
|
+
mediaTip: string;
|
|
119
|
+
pptistTip: string;
|
|
120
|
+
};
|
|
121
|
+
aiDialog: {
|
|
122
|
+
step1Prefix: string;
|
|
123
|
+
step1Link: string;
|
|
124
|
+
step1Tooltip: string;
|
|
125
|
+
step2: string;
|
|
126
|
+
step3: string;
|
|
127
|
+
inputPlaceholder: string;
|
|
128
|
+
language: string;
|
|
129
|
+
chinese: string;
|
|
130
|
+
english: string;
|
|
131
|
+
japanese: string;
|
|
132
|
+
style: string;
|
|
133
|
+
general: string;
|
|
134
|
+
academic: string;
|
|
135
|
+
professional: string;
|
|
136
|
+
educational: string;
|
|
137
|
+
marketing: string;
|
|
138
|
+
model: string;
|
|
139
|
+
illustration: string;
|
|
140
|
+
none: string;
|
|
141
|
+
mockTest: string;
|
|
142
|
+
aiSearch: string;
|
|
143
|
+
aiGenerate: string;
|
|
144
|
+
overwriteSlides: string;
|
|
145
|
+
aiGenerateBtn: string;
|
|
146
|
+
selectTemplate: string;
|
|
147
|
+
regenerate: string;
|
|
148
|
+
generate: string;
|
|
149
|
+
backToOutline: string;
|
|
150
|
+
generating: string;
|
|
151
|
+
creatingSlides: string;
|
|
152
|
+
apiOverload: string;
|
|
153
|
+
templateError: string;
|
|
154
|
+
inputThemeFirst: string;
|
|
155
|
+
recommendTopics: {
|
|
156
|
+
tech2025: string;
|
|
157
|
+
bigData: string;
|
|
158
|
+
catering: string;
|
|
159
|
+
aigcEducation: string;
|
|
160
|
+
socialMedia: string;
|
|
161
|
+
fiveG: string;
|
|
162
|
+
workSummary: string;
|
|
163
|
+
blockchain: string;
|
|
164
|
+
careerPlan: string;
|
|
165
|
+
annualMeeting: string;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
thumbnails: {
|
|
169
|
+
addSlide: string;
|
|
170
|
+
inputSectionName: string;
|
|
171
|
+
untitledSection: string;
|
|
172
|
+
defaultSection: string;
|
|
173
|
+
slideOf: string;
|
|
174
|
+
total: string;
|
|
175
|
+
deleteSection: string;
|
|
176
|
+
deleteSectionAndSlides: string;
|
|
177
|
+
deleteAllSections: string;
|
|
178
|
+
renameSection: string;
|
|
179
|
+
newPage: string;
|
|
180
|
+
copyPage: string;
|
|
181
|
+
deletePage: string;
|
|
182
|
+
addSection: string;
|
|
183
|
+
playCurrent: string;
|
|
184
|
+
};
|
|
185
|
+
search: {
|
|
186
|
+
find: string;
|
|
187
|
+
replace: string;
|
|
188
|
+
inputFindContent: string;
|
|
189
|
+
inputReplaceContent: string;
|
|
190
|
+
ignoreCase: string;
|
|
191
|
+
previous: string;
|
|
192
|
+
next: string;
|
|
193
|
+
replaceBtn: string;
|
|
194
|
+
replaceAll: string;
|
|
195
|
+
};
|
|
196
|
+
screen: {
|
|
197
|
+
penTool: string;
|
|
198
|
+
laserPointer: string;
|
|
199
|
+
timer: string;
|
|
200
|
+
presenterView: string;
|
|
201
|
+
exitFullscreen: string;
|
|
202
|
+
enterFullscreen: string;
|
|
203
|
+
endShow: string;
|
|
204
|
+
slideOf: string;
|
|
205
|
+
previousPage: string;
|
|
206
|
+
nextPage: string;
|
|
207
|
+
firstPage: string;
|
|
208
|
+
lastPage: string;
|
|
209
|
+
cancelAutoPlay: string;
|
|
210
|
+
autoPlay: string;
|
|
211
|
+
loopPlay: string;
|
|
212
|
+
showToolbar: string;
|
|
213
|
+
viewAllSlides: string;
|
|
214
|
+
bottomThumbnails: string;
|
|
215
|
+
seconds: string;
|
|
216
|
+
};
|
|
217
|
+
mobile: {
|
|
218
|
+
undo: string;
|
|
219
|
+
redo: string;
|
|
220
|
+
exitEdit: string;
|
|
221
|
+
speakerNotes: string;
|
|
222
|
+
newSlide: string;
|
|
223
|
+
copy: string;
|
|
224
|
+
delete: string;
|
|
225
|
+
text: string;
|
|
226
|
+
image: string;
|
|
227
|
+
rectangle: string;
|
|
228
|
+
circle: string;
|
|
229
|
+
newText: string;
|
|
230
|
+
};
|
|
231
|
+
toolbar: {
|
|
232
|
+
slideDesign: string;
|
|
233
|
+
animation: string;
|
|
234
|
+
position: string;
|
|
235
|
+
style: string;
|
|
236
|
+
background: string;
|
|
237
|
+
fillColor: string;
|
|
238
|
+
noFill: string;
|
|
239
|
+
presetBackground: string;
|
|
240
|
+
customColor: string;
|
|
241
|
+
gradient: string;
|
|
242
|
+
image: string;
|
|
243
|
+
applyToAll: string;
|
|
244
|
+
slideSize: string;
|
|
245
|
+
widescreen16_9: string;
|
|
246
|
+
widescreen16_10: string;
|
|
247
|
+
standard4_3: string;
|
|
248
|
+
customSize: string;
|
|
249
|
+
width: string;
|
|
250
|
+
height: string;
|
|
251
|
+
apply: string;
|
|
252
|
+
ruler: string;
|
|
253
|
+
showRuler: string;
|
|
254
|
+
remark: string;
|
|
255
|
+
remarkPlaceholder: string;
|
|
256
|
+
replyPlaceholder: string;
|
|
257
|
+
confirm: string;
|
|
258
|
+
fontFamily: string;
|
|
259
|
+
fontSize: string;
|
|
260
|
+
bold: string;
|
|
261
|
+
italic: string;
|
|
262
|
+
underline: string;
|
|
263
|
+
strikethrough: string;
|
|
264
|
+
fontColor: string;
|
|
265
|
+
highlight: string;
|
|
266
|
+
alignLeft: string;
|
|
267
|
+
alignCenter: string;
|
|
268
|
+
alignRight: string;
|
|
269
|
+
alignJustify: string;
|
|
270
|
+
bulletList: string;
|
|
271
|
+
numberedList: string;
|
|
272
|
+
increaseIndent: string;
|
|
273
|
+
decreaseIndent: string;
|
|
274
|
+
lineSpacing: string;
|
|
275
|
+
paragraphSpacing: string;
|
|
276
|
+
clearFormat: string;
|
|
277
|
+
format: string;
|
|
278
|
+
colorMask: string;
|
|
279
|
+
filter: string;
|
|
280
|
+
flip: string;
|
|
281
|
+
horizontalFlip: string;
|
|
282
|
+
verticalFlip: string;
|
|
283
|
+
opacity: string;
|
|
284
|
+
outline: string;
|
|
285
|
+
shadow: string;
|
|
286
|
+
shadowColor: string;
|
|
287
|
+
blur: string;
|
|
288
|
+
offsetX: string;
|
|
289
|
+
offsetY: string;
|
|
290
|
+
imageCrop: string;
|
|
291
|
+
replaceImage: string;
|
|
292
|
+
resetImage: string;
|
|
293
|
+
setAsBackground: string;
|
|
294
|
+
link: string;
|
|
295
|
+
linkUrl: string;
|
|
296
|
+
linkPlaceholder: string;
|
|
297
|
+
lineStyle: string;
|
|
298
|
+
lineColor: string;
|
|
299
|
+
lineWidth: string;
|
|
300
|
+
startArrow: string;
|
|
301
|
+
endArrow: string;
|
|
302
|
+
chartType: string;
|
|
303
|
+
barChart: string;
|
|
304
|
+
horizontalBarChart: string;
|
|
305
|
+
lineChart: string;
|
|
306
|
+
areaChart: string;
|
|
307
|
+
scatterChart: string;
|
|
308
|
+
pieChart: string;
|
|
309
|
+
doughnutChart: string;
|
|
310
|
+
radarChart: string;
|
|
311
|
+
chartData: string;
|
|
312
|
+
themeColors: string;
|
|
313
|
+
gridLines: string;
|
|
314
|
+
legend: string;
|
|
315
|
+
legendPosition: string;
|
|
316
|
+
top: string;
|
|
317
|
+
bottom: string;
|
|
318
|
+
left: string;
|
|
319
|
+
right: string;
|
|
320
|
+
tableStyle: string;
|
|
321
|
+
headerRow: string;
|
|
322
|
+
totalRow: string;
|
|
323
|
+
firstColumn: string;
|
|
324
|
+
lastColumn: string;
|
|
325
|
+
bandedRows: string;
|
|
326
|
+
bandedColumns: string;
|
|
327
|
+
addRow: string;
|
|
328
|
+
addColumn: string;
|
|
329
|
+
deleteRow: string;
|
|
330
|
+
deleteColumn: string;
|
|
331
|
+
mergeCells: string;
|
|
332
|
+
splitCells: string;
|
|
333
|
+
videoCover: string;
|
|
334
|
+
autoPlay: string;
|
|
335
|
+
loop: string;
|
|
336
|
+
mute: string;
|
|
337
|
+
latexPlaceholder: string;
|
|
338
|
+
positionX: string;
|
|
339
|
+
positionY: string;
|
|
340
|
+
elementWidth: string;
|
|
341
|
+
elementHeight: string;
|
|
342
|
+
rotation: string;
|
|
343
|
+
lock: string;
|
|
344
|
+
unlock: string;
|
|
345
|
+
lockRatio: string;
|
|
346
|
+
order: string;
|
|
347
|
+
bringToFront: string;
|
|
348
|
+
sendToBack: string;
|
|
349
|
+
bringForward: string;
|
|
350
|
+
sendBackward: string;
|
|
351
|
+
align: string;
|
|
352
|
+
alignTop: string;
|
|
353
|
+
alignMiddle: string;
|
|
354
|
+
alignBottom: string;
|
|
355
|
+
distributeHorizontally: string;
|
|
356
|
+
distributeVertically: string;
|
|
357
|
+
group: string;
|
|
358
|
+
ungroup: string;
|
|
359
|
+
combine: string;
|
|
360
|
+
enterAnimation: string;
|
|
361
|
+
exitAnimation: string;
|
|
362
|
+
emphasisAnimation: string;
|
|
363
|
+
animationDuration: string;
|
|
364
|
+
animationDelay: string;
|
|
365
|
+
animationTrigger: string;
|
|
366
|
+
onClick: string;
|
|
367
|
+
withPrevious: string;
|
|
368
|
+
afterPrevious: string;
|
|
369
|
+
addAnimation: string;
|
|
370
|
+
removeAnimation: string;
|
|
371
|
+
playAnimation: string;
|
|
372
|
+
slideAnimation: string;
|
|
373
|
+
noAnimation: string;
|
|
374
|
+
random: string;
|
|
375
|
+
multiSelect: string;
|
|
376
|
+
design: string;
|
|
377
|
+
transition: string;
|
|
378
|
+
backgroundFill: string;
|
|
379
|
+
solidFill: string;
|
|
380
|
+
imageFill: string;
|
|
381
|
+
gradientFill: string;
|
|
382
|
+
scale: string;
|
|
383
|
+
tile: string;
|
|
384
|
+
scaleFill: string;
|
|
385
|
+
linearGradient: string;
|
|
386
|
+
radialGradient: string;
|
|
387
|
+
currentColorBlock: string;
|
|
388
|
+
gradientAngle: string;
|
|
389
|
+
applyBackgroundToAll: string;
|
|
390
|
+
paperA3A4: string;
|
|
391
|
+
verticalA3A4: string;
|
|
392
|
+
canvasSize: string;
|
|
393
|
+
globalTheme: string;
|
|
394
|
+
more: string;
|
|
395
|
+
font: string;
|
|
396
|
+
searchFont: string;
|
|
397
|
+
fontColorLabel: string;
|
|
398
|
+
backgroundColorLabel: string;
|
|
399
|
+
themeColorLabel: string;
|
|
400
|
+
enableOutline: string;
|
|
401
|
+
enableShadow: string;
|
|
402
|
+
fillColorLabel: string;
|
|
403
|
+
colorMaskLabel: string;
|
|
404
|
+
maskColor: string;
|
|
405
|
+
outlineStyle: string;
|
|
406
|
+
outlineColor: string;
|
|
407
|
+
outlineWidth: string;
|
|
408
|
+
horizontalShadow: string;
|
|
409
|
+
verticalShadow: string;
|
|
410
|
+
blurDistance: string;
|
|
411
|
+
shadowColorLabel: string;
|
|
412
|
+
applyThemeToAll: string;
|
|
413
|
+
unifyFont: string;
|
|
414
|
+
extractTheme: string;
|
|
415
|
+
presetTheme: string;
|
|
416
|
+
textAa: string;
|
|
417
|
+
set: string;
|
|
418
|
+
setAndApply: string;
|
|
419
|
+
appliedToAll: string;
|
|
420
|
+
layerOrder: string;
|
|
421
|
+
toTop: string;
|
|
422
|
+
toBottom: string;
|
|
423
|
+
moveUp: string;
|
|
424
|
+
moveDown: string;
|
|
425
|
+
alignLabel: string;
|
|
426
|
+
horizontal: string;
|
|
427
|
+
vertical: string;
|
|
428
|
+
widthLabel: string;
|
|
429
|
+
heightLabel: string;
|
|
430
|
+
unlockRatio: string;
|
|
431
|
+
lockRatioLabel: string;
|
|
432
|
+
rotationLabel: string;
|
|
433
|
+
selectElementAddAnimation: string;
|
|
434
|
+
enter: string;
|
|
435
|
+
exit: string;
|
|
436
|
+
emphasis: string;
|
|
437
|
+
durationLabel: string;
|
|
438
|
+
triggerLabel: string;
|
|
439
|
+
manualTrigger: string;
|
|
440
|
+
withPreviousAnimation: string;
|
|
441
|
+
afterPreviousAnimation: string;
|
|
442
|
+
changeAnimation: string;
|
|
443
|
+
preview: string;
|
|
444
|
+
delete: string;
|
|
445
|
+
stopPreview: string;
|
|
446
|
+
previewAll: string;
|
|
447
|
+
outlineStyleLabel: string;
|
|
448
|
+
outlineColorLabel: string;
|
|
449
|
+
outlineWidthLabel: string;
|
|
450
|
+
textColor: string;
|
|
451
|
+
textHighlight: string;
|
|
452
|
+
increaseFontSize: string;
|
|
453
|
+
decreaseFontSize: string;
|
|
454
|
+
searchFontSize: string;
|
|
455
|
+
horizontallyCenter: string;
|
|
456
|
+
verticallyCenter: string;
|
|
457
|
+
horizontalDistribute: string;
|
|
458
|
+
verticalDistribute: string;
|
|
459
|
+
bigTitle: string;
|
|
460
|
+
smallTitle: string;
|
|
461
|
+
bodyText: string;
|
|
462
|
+
bodyTextSmall: string;
|
|
463
|
+
annotation1: string;
|
|
464
|
+
annotation2: string;
|
|
465
|
+
lineHeightLabel: string;
|
|
466
|
+
paragraphSpaceLabel: string;
|
|
467
|
+
wordSpaceLabel: string;
|
|
468
|
+
textboxFill: string;
|
|
469
|
+
times: string;
|
|
470
|
+
cropImage: string;
|
|
471
|
+
byShape: string;
|
|
472
|
+
aspectRatioSquare: string;
|
|
473
|
+
aspectRatioPortrait: string;
|
|
474
|
+
aspectRatioLandscape: string;
|
|
475
|
+
borderRadius: string;
|
|
476
|
+
replaceImageBtn: string;
|
|
477
|
+
resetStyleBtn: string;
|
|
478
|
+
setAsBackgroundBtn: string;
|
|
479
|
+
clickToReplaceShape: string;
|
|
480
|
+
solidFillOption: string;
|
|
481
|
+
gradientFillOption: string;
|
|
482
|
+
imageFillOption: string;
|
|
483
|
+
linearGradientOption: string;
|
|
484
|
+
radialGradientOption: string;
|
|
485
|
+
alignTopText: string;
|
|
486
|
+
alignCenterText: string;
|
|
487
|
+
alignBottomText: string;
|
|
488
|
+
doubleclickContinuousUse: string;
|
|
489
|
+
shapeFormatPainter: string;
|
|
490
|
+
lineStyleLabel: string;
|
|
491
|
+
lineColorLabel: string;
|
|
492
|
+
lineWidthLabel: string;
|
|
493
|
+
startPointStyle: string;
|
|
494
|
+
endPointStyle: string;
|
|
495
|
+
swapDirection: string;
|
|
496
|
+
searchFontLabel: string;
|
|
497
|
+
searchFontSizeLabel: string;
|
|
498
|
+
textColorTooltip: string;
|
|
499
|
+
cellFill: string;
|
|
500
|
+
boldTooltip: string;
|
|
501
|
+
italicTooltip: string;
|
|
502
|
+
underlineTooltip: string;
|
|
503
|
+
strikethroughTooltip: string;
|
|
504
|
+
alignLeftTooltip: string;
|
|
505
|
+
alignCenterTooltip: string;
|
|
506
|
+
alignRightTooltip: string;
|
|
507
|
+
alignJustifyTooltip: string;
|
|
508
|
+
rowCount: string;
|
|
509
|
+
colCount: string;
|
|
510
|
+
enableThemeTable: string;
|
|
511
|
+
headerRowLabel: string;
|
|
512
|
+
totalRowLabel: string;
|
|
513
|
+
firstColumnLabel: string;
|
|
514
|
+
lastColumnLabel: string;
|
|
515
|
+
themeColorLabelTable: string;
|
|
516
|
+
editChart: string;
|
|
517
|
+
stackedStyle: string;
|
|
518
|
+
useSmoothCurve: string;
|
|
519
|
+
backgroundFillLabel: string;
|
|
520
|
+
axisAndText: string;
|
|
521
|
+
gridColorLabel: string;
|
|
522
|
+
themeColorScheme: string;
|
|
523
|
+
presetChartThemes: string;
|
|
524
|
+
slideTheme: string;
|
|
525
|
+
customColorScheme: string;
|
|
526
|
+
videoPosterCover: string;
|
|
527
|
+
setFirstFrameAsCover: string;
|
|
528
|
+
resetCover: string;
|
|
529
|
+
autoPlayLabel: string;
|
|
530
|
+
iconColorLabel: string;
|
|
531
|
+
loopPlayLabel: string;
|
|
532
|
+
editLatex: string;
|
|
533
|
+
colorLabel: string;
|
|
534
|
+
strokeWidthLabel: string;
|
|
535
|
+
enableFilter: string;
|
|
536
|
+
filterBlur: string;
|
|
537
|
+
filterBrightness: string;
|
|
538
|
+
filterContrast: string;
|
|
539
|
+
filterGrayscale: string;
|
|
540
|
+
filterSaturate: string;
|
|
541
|
+
filterHueRotate: string;
|
|
542
|
+
filterSepia: string;
|
|
543
|
+
filterInvert: string;
|
|
544
|
+
filterOpacity: string;
|
|
545
|
+
presetBlackWhite: string;
|
|
546
|
+
presetVintage: string;
|
|
547
|
+
presetSharpen: string;
|
|
548
|
+
presetSoft: string;
|
|
549
|
+
presetWarm: string;
|
|
550
|
+
presetBright: string;
|
|
551
|
+
presetVivid: string;
|
|
552
|
+
presetBlur: string;
|
|
553
|
+
presetInvert: string;
|
|
554
|
+
superscript: string;
|
|
555
|
+
subscript: string;
|
|
556
|
+
inlineCode: string;
|
|
557
|
+
quote: string;
|
|
558
|
+
aiBeautify: string;
|
|
559
|
+
aiExpand: string;
|
|
560
|
+
aiCondense: string;
|
|
561
|
+
aiAssist: string;
|
|
562
|
+
formatPainterDoubleClick: string;
|
|
563
|
+
invalidLinkUrl: string;
|
|
564
|
+
decreaseFirstLineIndent: string;
|
|
565
|
+
increaseFirstLineIndent: string;
|
|
566
|
+
noTextContent: string;
|
|
567
|
+
aiModelOverload: string;
|
|
568
|
+
editThemeColors: string;
|
|
569
|
+
slideThemeColor: string;
|
|
570
|
+
extractFromCurrent: string;
|
|
571
|
+
extractFromAll: string;
|
|
572
|
+
fontLabel: string;
|
|
573
|
+
fontColorExtract: string;
|
|
574
|
+
backgroundColorExtract: string;
|
|
575
|
+
themeColorExtract: string;
|
|
576
|
+
clickToExcludeColor: string;
|
|
577
|
+
selectStyle: string;
|
|
578
|
+
applyToTheme: string;
|
|
579
|
+
saveAsTheme: string;
|
|
580
|
+
themeColorLimit: string;
|
|
581
|
+
chartTypeLabel: string;
|
|
582
|
+
clickToChange: string;
|
|
583
|
+
clearData: string;
|
|
584
|
+
category: string;
|
|
585
|
+
series: string;
|
|
586
|
+
chartThemeColors: string;
|
|
587
|
+
themeColorN: string;
|
|
588
|
+
addThemeColor: string;
|
|
589
|
+
};
|
|
590
|
+
element: {
|
|
591
|
+
text: string;
|
|
592
|
+
image: string;
|
|
593
|
+
shape: string;
|
|
594
|
+
line: string;
|
|
595
|
+
chart: string;
|
|
596
|
+
table: string;
|
|
597
|
+
video: string;
|
|
598
|
+
audio: string;
|
|
599
|
+
latex: string;
|
|
600
|
+
};
|
|
601
|
+
contextmenu: {
|
|
602
|
+
cut: string;
|
|
603
|
+
copy: string;
|
|
604
|
+
paste: string;
|
|
605
|
+
selectAll: string;
|
|
606
|
+
delete: string;
|
|
607
|
+
lock: string;
|
|
608
|
+
unlock: string;
|
|
609
|
+
copyStyle: string;
|
|
610
|
+
pasteStyle: string;
|
|
611
|
+
resetStyle: string;
|
|
612
|
+
bringToFront: string;
|
|
613
|
+
sendToBack: string;
|
|
614
|
+
bringForward: string;
|
|
615
|
+
sendBackward: string;
|
|
616
|
+
group: string;
|
|
617
|
+
ungroup: string;
|
|
618
|
+
combine: string;
|
|
619
|
+
union: string;
|
|
620
|
+
intersect: string;
|
|
621
|
+
subtract: string;
|
|
622
|
+
exclude: string;
|
|
623
|
+
setAsBackground: string;
|
|
624
|
+
createLink: string;
|
|
625
|
+
editLink: string;
|
|
626
|
+
removeLink: string;
|
|
627
|
+
};
|
|
628
|
+
app: {
|
|
629
|
+
initLoading: string;
|
|
630
|
+
};
|
|
631
|
+
notes: {
|
|
632
|
+
title: string;
|
|
633
|
+
placeholder: string;
|
|
634
|
+
};
|
|
635
|
+
notesPanel: {
|
|
636
|
+
title: string;
|
|
637
|
+
reply: string;
|
|
638
|
+
delete: string;
|
|
639
|
+
inputReplyContent: string;
|
|
640
|
+
cancel: string;
|
|
641
|
+
noNotes: string;
|
|
642
|
+
inputNotePlaceholder: string;
|
|
643
|
+
selectedElement: string;
|
|
644
|
+
currentSlide: string;
|
|
645
|
+
clearNotes: string;
|
|
646
|
+
addNote: string;
|
|
647
|
+
testUser: string;
|
|
648
|
+
};
|
|
649
|
+
imageLib: {
|
|
650
|
+
title: string;
|
|
651
|
+
searchPlaceholder: string;
|
|
652
|
+
searching: string;
|
|
653
|
+
noResults: string;
|
|
654
|
+
insert: string;
|
|
655
|
+
all: string;
|
|
656
|
+
landscape: string;
|
|
657
|
+
portrait: string;
|
|
658
|
+
square: string;
|
|
659
|
+
inputKeyword: string;
|
|
660
|
+
defaultSearch: string;
|
|
661
|
+
};
|
|
662
|
+
linkDialog: {
|
|
663
|
+
title: string;
|
|
664
|
+
linkText: string;
|
|
665
|
+
linkUrl: string;
|
|
666
|
+
slideLink: string;
|
|
667
|
+
webLink: string;
|
|
668
|
+
selectSlide: string;
|
|
669
|
+
slide: string;
|
|
670
|
+
webLinkPlaceholder: string;
|
|
671
|
+
preview: string;
|
|
672
|
+
};
|
|
673
|
+
mediaInput: {
|
|
674
|
+
videoPlaceholder: string;
|
|
675
|
+
audioPlaceholder: string;
|
|
676
|
+
video: string;
|
|
677
|
+
audio: string;
|
|
678
|
+
uploadLocalVideo: string;
|
|
679
|
+
uploadLocalAudio: string;
|
|
680
|
+
enterVideoUrl: string;
|
|
681
|
+
enterAudioUrl: string;
|
|
682
|
+
};
|
|
683
|
+
hotkeyDoc: {
|
|
684
|
+
title: string;
|
|
685
|
+
general: string;
|
|
686
|
+
editing: string;
|
|
687
|
+
slideshow: string;
|
|
688
|
+
description: string;
|
|
689
|
+
shortcut: string;
|
|
690
|
+
};
|
|
691
|
+
symbolPanel: {
|
|
692
|
+
title: string;
|
|
693
|
+
emoji: string;
|
|
694
|
+
arrows: string;
|
|
695
|
+
math: string;
|
|
696
|
+
special: string;
|
|
697
|
+
emojiCategories: {
|
|
698
|
+
faces: string;
|
|
699
|
+
gestures: string;
|
|
700
|
+
animals: string;
|
|
701
|
+
food: string;
|
|
702
|
+
travel: string;
|
|
703
|
+
activities: string;
|
|
704
|
+
objects: string;
|
|
705
|
+
symbols: string;
|
|
706
|
+
};
|
|
707
|
+
};
|
|
708
|
+
selectPanel: {
|
|
709
|
+
title: string;
|
|
710
|
+
titleWithCount: string;
|
|
711
|
+
showAll: string;
|
|
712
|
+
hideAll: string;
|
|
713
|
+
group: string;
|
|
714
|
+
noContent: string;
|
|
715
|
+
};
|
|
716
|
+
markupPanel: {
|
|
717
|
+
title: string;
|
|
718
|
+
currentPageType: string;
|
|
719
|
+
currentTextType: string;
|
|
720
|
+
currentImageType: string;
|
|
721
|
+
selectElementHint: string;
|
|
722
|
+
unmarkedType: string;
|
|
723
|
+
coverPage: string;
|
|
724
|
+
contentsPage: string;
|
|
725
|
+
transitionPage: string;
|
|
726
|
+
contentPage: string;
|
|
727
|
+
endPage: string;
|
|
728
|
+
titleText: string;
|
|
729
|
+
subtitleText: string;
|
|
730
|
+
contentText: string;
|
|
731
|
+
itemText: string;
|
|
732
|
+
itemTitleText: string;
|
|
733
|
+
notesText: string;
|
|
734
|
+
headerText: string;
|
|
735
|
+
footerText: string;
|
|
736
|
+
partNumberText: string;
|
|
737
|
+
itemNumberText: string;
|
|
738
|
+
pageFigure: string;
|
|
739
|
+
itemFigure: string;
|
|
740
|
+
backgroundImage: string;
|
|
741
|
+
};
|
|
742
|
+
remarkEditor: {
|
|
743
|
+
placeholder: string;
|
|
744
|
+
};
|
|
745
|
+
templatePanel: {
|
|
746
|
+
title: string;
|
|
747
|
+
blank: string;
|
|
748
|
+
preset: string;
|
|
749
|
+
all: string;
|
|
750
|
+
cover: string;
|
|
751
|
+
contents: string;
|
|
752
|
+
transition: string;
|
|
753
|
+
content: string;
|
|
754
|
+
end: string;
|
|
755
|
+
insertAll: string;
|
|
756
|
+
insertTemplate: string;
|
|
757
|
+
};
|
|
758
|
+
language: {
|
|
759
|
+
toggle: string;
|
|
760
|
+
zhCN: string;
|
|
761
|
+
en: string;
|
|
762
|
+
};
|
|
763
|
+
canvas: {
|
|
764
|
+
ruler: string;
|
|
765
|
+
gridLine: string;
|
|
766
|
+
gridNone: string;
|
|
767
|
+
gridSmall: string;
|
|
768
|
+
gridMedium: string;
|
|
769
|
+
gridLarge: string;
|
|
770
|
+
resetCurrentPage: string;
|
|
771
|
+
slideshow: string;
|
|
772
|
+
};
|
|
773
|
+
editableElement: {
|
|
774
|
+
horizontalCenter: string;
|
|
775
|
+
horizontalVerticalCenter: string;
|
|
776
|
+
alignLeft: string;
|
|
777
|
+
alignRight: string;
|
|
778
|
+
verticalCenter: string;
|
|
779
|
+
alignTop: string;
|
|
780
|
+
alignBottom: string;
|
|
781
|
+
bringToFront: string;
|
|
782
|
+
moveUp: string;
|
|
783
|
+
sendToBack: string;
|
|
784
|
+
moveDown: string;
|
|
785
|
+
setLink: string;
|
|
786
|
+
cancelGroup: string;
|
|
787
|
+
group: string;
|
|
788
|
+
slidePage: string;
|
|
789
|
+
changeLink: string;
|
|
790
|
+
removeLink: string;
|
|
791
|
+
};
|
|
792
|
+
shapeCreateCanvas: {
|
|
793
|
+
drawShapeHint: string;
|
|
794
|
+
};
|
|
795
|
+
tableGenerator: {
|
|
796
|
+
table: string;
|
|
797
|
+
back: string;
|
|
798
|
+
custom: string;
|
|
799
|
+
rows: string;
|
|
800
|
+
cols: string;
|
|
801
|
+
rowColRange: string;
|
|
802
|
+
};
|
|
803
|
+
elementComponent: {
|
|
804
|
+
doubleClickEdit: string;
|
|
805
|
+
videoLoadError: string;
|
|
806
|
+
audioLoadError: string;
|
|
807
|
+
playbackSpeed: string;
|
|
808
|
+
loopOn: string;
|
|
809
|
+
loopOff: string;
|
|
810
|
+
fontLoadingHint: string;
|
|
811
|
+
insertCol: string;
|
|
812
|
+
insertRow: string;
|
|
813
|
+
toLeft: string;
|
|
814
|
+
toRight: string;
|
|
815
|
+
toAbove: string;
|
|
816
|
+
toBelow: string;
|
|
817
|
+
deleteCol: string;
|
|
818
|
+
deleteRow: string;
|
|
819
|
+
mergeCells: string;
|
|
820
|
+
cancelMergeCells: string;
|
|
821
|
+
selectCurrentCol: string;
|
|
822
|
+
selectCurrentRow: string;
|
|
823
|
+
selectAllCells: string;
|
|
824
|
+
};
|
|
825
|
+
colorPicker: {
|
|
826
|
+
recentColors: string;
|
|
827
|
+
pressEscToClose: string;
|
|
828
|
+
eyeDropperInitFailed: string;
|
|
829
|
+
};
|
|
830
|
+
latexEditor: {
|
|
831
|
+
inputPlaceholder: string;
|
|
832
|
+
formulaPreview: string;
|
|
833
|
+
commonSymbols: string;
|
|
834
|
+
presetFormulas: string;
|
|
835
|
+
formulaRequired: string;
|
|
836
|
+
};
|
|
837
|
+
outlineEditor: {
|
|
838
|
+
topic: string;
|
|
839
|
+
chapter: string;
|
|
840
|
+
section: string;
|
|
841
|
+
newChapter: string;
|
|
842
|
+
newSection: string;
|
|
843
|
+
newItem: string;
|
|
844
|
+
addChildChapter: string;
|
|
845
|
+
addSiblingChapterAbove: string;
|
|
846
|
+
addChildSection: string;
|
|
847
|
+
deleteChapter: string;
|
|
848
|
+
addSiblingSectionAbove: string;
|
|
849
|
+
addChildItem: string;
|
|
850
|
+
deleteSection: string;
|
|
851
|
+
addSiblingItemAbove: string;
|
|
852
|
+
addSiblingItemBelow: string;
|
|
853
|
+
deleteItem: string;
|
|
854
|
+
};
|
|
855
|
+
select: {
|
|
856
|
+
search: string;
|
|
857
|
+
};
|
|
858
|
+
};
|
|
859
|
+
export default _default;
|