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,482 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 32664236,
|
|
4
|
+
"width": 3456,
|
|
5
|
+
"height": 4608,
|
|
6
|
+
"src": "https://images.pexels.com/photos/32664236/pexels-photo-32664236.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"id": 32677160,
|
|
10
|
+
"width": 3339,
|
|
11
|
+
"height": 4674,
|
|
12
|
+
"src": "https://images.pexels.com/photos/32677160/pexels-photo-32677160.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": 32683858,
|
|
16
|
+
"width": 3447,
|
|
17
|
+
"height": 5164,
|
|
18
|
+
"src": "https://images.pexels.com/photos/32683858/pexels-photo-32683858.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": 32668972,
|
|
22
|
+
"width": 2875,
|
|
23
|
+
"height": 3833,
|
|
24
|
+
"src": "https://images.pexels.com/photos/32668972/pexels-photo-32668972.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": 32676050,
|
|
28
|
+
"width": 4216,
|
|
29
|
+
"height": 2816,
|
|
30
|
+
"src": "https://images.pexels.com/photos/32676050/pexels-photo-32676050.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": 32661200,
|
|
34
|
+
"width": 6000,
|
|
35
|
+
"height": 4000,
|
|
36
|
+
"src": "https://images.pexels.com/photos/32661200/pexels-photo-32661200.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": 32649630,
|
|
40
|
+
"width": 4797,
|
|
41
|
+
"height": 3264,
|
|
42
|
+
"src": "https://images.pexels.com/photos/32649630/pexels-photo-32649630.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": 32644651,
|
|
46
|
+
"width": 2640,
|
|
47
|
+
"height": 3960,
|
|
48
|
+
"src": "https://images.pexels.com/photos/32644651/pexels-photo-32644651.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": 32644842,
|
|
52
|
+
"width": 2640,
|
|
53
|
+
"height": 3960,
|
|
54
|
+
"src": "https://images.pexels.com/photos/32644842/pexels-photo-32644842.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": 32640655,
|
|
58
|
+
"width": 3648,
|
|
59
|
+
"height": 5472,
|
|
60
|
+
"src": "https://images.pexels.com/photos/32640655/pexels-photo-32640655.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": 32636738,
|
|
64
|
+
"width": 1732,
|
|
65
|
+
"height": 2618,
|
|
66
|
+
"src": "https://images.pexels.com/photos/32636738/pexels-photo-32636738.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": 32632253,
|
|
70
|
+
"width": 4094,
|
|
71
|
+
"height": 6142,
|
|
72
|
+
"src": "https://images.pexels.com/photos/32632253/pexels-photo-32632253.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": 32633540,
|
|
76
|
+
"width": 6240,
|
|
77
|
+
"height": 4160,
|
|
78
|
+
"src": "https://images.pexels.com/photos/32633540/pexels-photo-32633540.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": 32630763,
|
|
82
|
+
"width": 5464,
|
|
83
|
+
"height": 8192,
|
|
84
|
+
"src": "https://images.pexels.com/photos/32630763/pexels-photo-32630763.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": 32622786,
|
|
88
|
+
"width": 5616,
|
|
89
|
+
"height": 3744,
|
|
90
|
+
"src": "https://images.pexels.com/photos/32622786/pexels-photo-32622786.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": 32615328,
|
|
94
|
+
"width": 4032,
|
|
95
|
+
"height": 3024,
|
|
96
|
+
"src": "https://images.pexels.com/photos/32615328/pexels-photo-32615328.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": 32608898,
|
|
100
|
+
"width": 3866,
|
|
101
|
+
"height": 5799,
|
|
102
|
+
"src": "https://images.pexels.com/photos/32608898/pexels-photo-32608898.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": 32612572,
|
|
106
|
+
"width": 3606,
|
|
107
|
+
"height": 5410,
|
|
108
|
+
"src": "https://images.pexels.com/photos/32612572/pexels-photo-32612572.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": 32607286,
|
|
112
|
+
"width": 4024,
|
|
113
|
+
"height": 6048,
|
|
114
|
+
"src": "https://images.pexels.com/photos/32607286/pexels-photo-32607286.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": 32604325,
|
|
118
|
+
"width": 4928,
|
|
119
|
+
"height": 3264,
|
|
120
|
+
"src": "https://images.pexels.com/photos/32604325/pexels-photo-32604325.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": 32589762,
|
|
124
|
+
"width": 4455,
|
|
125
|
+
"height": 6593,
|
|
126
|
+
"src": "https://images.pexels.com/photos/32589762/pexels-photo-32589762.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": 32595999,
|
|
130
|
+
"width": 5304,
|
|
131
|
+
"height": 7072,
|
|
132
|
+
"src": "https://images.pexels.com/photos/32595999/pexels-photo-32595999.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": 32590595,
|
|
136
|
+
"width": 5206,
|
|
137
|
+
"height": 3471,
|
|
138
|
+
"src": "https://images.pexels.com/photos/32590595/pexels-photo-32590595.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": 32585052,
|
|
142
|
+
"width": 3072,
|
|
143
|
+
"height": 4096,
|
|
144
|
+
"src": "https://images.pexels.com/photos/32585052/pexels-photo-32585052.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": 32555471,
|
|
148
|
+
"width": 2756,
|
|
149
|
+
"height": 4134,
|
|
150
|
+
"src": "https://images.pexels.com/photos/32555471/pexels-photo-32555471.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": 32552462,
|
|
154
|
+
"width": 4024,
|
|
155
|
+
"height": 6048,
|
|
156
|
+
"src": "https://images.pexels.com/photos/32552462/pexels-photo-32552462.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": 32578129,
|
|
160
|
+
"width": 2560,
|
|
161
|
+
"height": 3840,
|
|
162
|
+
"src": "https://images.pexels.com/photos/32578129/pexels-photo-32578129.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": 32577893,
|
|
166
|
+
"width": 2545,
|
|
167
|
+
"height": 3563,
|
|
168
|
+
"src": "https://images.pexels.com/photos/32577893/pexels-photo-32577893.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": 32575970,
|
|
172
|
+
"width": 4160,
|
|
173
|
+
"height": 6240,
|
|
174
|
+
"src": "https://images.pexels.com/photos/32575970/pexels-photo-32575970.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": 32573374,
|
|
178
|
+
"width": 3979,
|
|
179
|
+
"height": 5968,
|
|
180
|
+
"src": "https://images.pexels.com/photos/32573374/pexels-photo-32573374.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": 32573408,
|
|
184
|
+
"width": 2509,
|
|
185
|
+
"height": 3763,
|
|
186
|
+
"src": "https://images.pexels.com/photos/32573408/pexels-photo-32573408.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": 32546608,
|
|
190
|
+
"width": 6240,
|
|
191
|
+
"height": 4160,
|
|
192
|
+
"src": "https://images.pexels.com/photos/32546608/pexels-photo-32546608.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": 32560592,
|
|
196
|
+
"width": 2781,
|
|
197
|
+
"height": 1855,
|
|
198
|
+
"src": "https://images.pexels.com/photos/32560592/pexels-photo-32560592.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": 32560517,
|
|
202
|
+
"width": 4160,
|
|
203
|
+
"height": 5200,
|
|
204
|
+
"src": "https://images.pexels.com/photos/32560517/pexels-photo-32560517.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": 32551016,
|
|
208
|
+
"width": 3072,
|
|
209
|
+
"height": 4608,
|
|
210
|
+
"src": "https://images.pexels.com/photos/32551016/pexels-photo-32551016.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": 32550977,
|
|
214
|
+
"width": 3072,
|
|
215
|
+
"height": 4608,
|
|
216
|
+
"src": "https://images.pexels.com/photos/32550977/pexels-photo-32550977.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": 32550946,
|
|
220
|
+
"width": 3072,
|
|
221
|
+
"height": 4608,
|
|
222
|
+
"src": "https://images.pexels.com/photos/32550946/pexels-photo-32550946.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": 32555845,
|
|
226
|
+
"width": 3648,
|
|
227
|
+
"height": 5472,
|
|
228
|
+
"src": "https://images.pexels.com/photos/32555845/pexels-photo-32555845.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": 32551624,
|
|
232
|
+
"width": 2560,
|
|
233
|
+
"height": 3840,
|
|
234
|
+
"src": "https://images.pexels.com/photos/32551624/pexels-photo-32551624.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": 32549559,
|
|
238
|
+
"width": 4000,
|
|
239
|
+
"height": 6000,
|
|
240
|
+
"src": "https://images.pexels.com/photos/32549559/pexels-photo-32549559.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": 32549562,
|
|
244
|
+
"width": 4000,
|
|
245
|
+
"height": 6000,
|
|
246
|
+
"src": "https://images.pexels.com/photos/32549562/pexels-photo-32549562.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": 32547348,
|
|
250
|
+
"width": 3456,
|
|
251
|
+
"height": 5184,
|
|
252
|
+
"src": "https://images.pexels.com/photos/32547348/pexels-photo-32547348.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": 32549629,
|
|
256
|
+
"width": 3619,
|
|
257
|
+
"height": 5429,
|
|
258
|
+
"src": "https://images.pexels.com/photos/32549629/pexels-photo-32549629.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": 32545595,
|
|
262
|
+
"width": 6720,
|
|
263
|
+
"height": 4480,
|
|
264
|
+
"src": "https://images.pexels.com/photos/32545595/pexels-photo-32545595.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": 32541889,
|
|
268
|
+
"width": 4000,
|
|
269
|
+
"height": 6000,
|
|
270
|
+
"src": "https://images.pexels.com/photos/32541889/pexels-photo-32541889.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": 32539060,
|
|
274
|
+
"width": 4160,
|
|
275
|
+
"height": 6240,
|
|
276
|
+
"src": "https://images.pexels.com/photos/32539060/pexels-photo-32539060.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"id": 32534656,
|
|
280
|
+
"width": 3840,
|
|
281
|
+
"height": 5120,
|
|
282
|
+
"src": "https://images.pexels.com/photos/32534656/pexels-photo-32534656.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": 32532135,
|
|
286
|
+
"width": 4138,
|
|
287
|
+
"height": 6207,
|
|
288
|
+
"src": "https://images.pexels.com/photos/32532135/pexels-photo-32532135.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": 32540341,
|
|
292
|
+
"width": 4000,
|
|
293
|
+
"height": 6000,
|
|
294
|
+
"src": "https://images.pexels.com/photos/32540341/pexels-photo-32540341.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": 32529049,
|
|
298
|
+
"width": 4284,
|
|
299
|
+
"height": 5712,
|
|
300
|
+
"src": "https://images.pexels.com/photos/32529049/pexels-photo-32529049.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": 32533642,
|
|
304
|
+
"width": 2714,
|
|
305
|
+
"height": 4159,
|
|
306
|
+
"src": "https://images.pexels.com/photos/32533642/pexels-photo-32533642.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": 32532634,
|
|
310
|
+
"width": 4000,
|
|
311
|
+
"height": 6000,
|
|
312
|
+
"src": "https://images.pexels.com/photos/32532634/pexels-photo-32532634.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": 32525175,
|
|
316
|
+
"width": 1665,
|
|
317
|
+
"height": 2960,
|
|
318
|
+
"src": "https://images.pexels.com/photos/32525175/pexels-photo-32525175.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": 31916100,
|
|
322
|
+
"width": 3649,
|
|
323
|
+
"height": 5362,
|
|
324
|
+
"src": "https://images.pexels.com/photos/31916100/pexels-photo-31916100.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": 32521290,
|
|
328
|
+
"width": 3000,
|
|
329
|
+
"height": 3750,
|
|
330
|
+
"src": "https://images.pexels.com/photos/32521290/pexels-photo-32521290.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": 32520688,
|
|
334
|
+
"width": 6000,
|
|
335
|
+
"height": 3376,
|
|
336
|
+
"src": "https://images.pexels.com/photos/32520688/pexels-photo-32520688.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": 32519470,
|
|
340
|
+
"width": 4672,
|
|
341
|
+
"height": 7008,
|
|
342
|
+
"src": "https://images.pexels.com/photos/32519470/pexels-photo-32519470.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": 32515311,
|
|
346
|
+
"width": 10920,
|
|
347
|
+
"height": 14820,
|
|
348
|
+
"src": "https://images.pexels.com/photos/32515311/pexels-photo-32515311.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"id": 32503669,
|
|
352
|
+
"width": 3024,
|
|
353
|
+
"height": 4032,
|
|
354
|
+
"src": "https://images.pexels.com/photos/32503669/pexels-photo-32503669.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"id": 32508417,
|
|
358
|
+
"width": 3120,
|
|
359
|
+
"height": 4680,
|
|
360
|
+
"src": "https://images.pexels.com/photos/32508417/pexels-photo-32508417.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": 32508677,
|
|
364
|
+
"width": 2576,
|
|
365
|
+
"height": 3864,
|
|
366
|
+
"src": "https://images.pexels.com/photos/32508677/pexels-photo-32508677.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"id": 32507916,
|
|
370
|
+
"width": 5152,
|
|
371
|
+
"height": 7728,
|
|
372
|
+
"src": "https://images.pexels.com/photos/32507916/pexels-photo-32507916.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": 32505093,
|
|
376
|
+
"width": 6000,
|
|
377
|
+
"height": 4000,
|
|
378
|
+
"src": "https://images.pexels.com/photos/32505093/pexels-photo-32505093.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": 32504045,
|
|
382
|
+
"width": 4556,
|
|
383
|
+
"height": 6826,
|
|
384
|
+
"src": "https://images.pexels.com/photos/32504045/pexels-photo-32504045.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": 32446182,
|
|
388
|
+
"width": 3951,
|
|
389
|
+
"height": 3951,
|
|
390
|
+
"src": "https://images.pexels.com/photos/32446182/pexels-photo-32446182.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": 32470472,
|
|
394
|
+
"width": 3833,
|
|
395
|
+
"height": 5749,
|
|
396
|
+
"src": "https://images.pexels.com/photos/32470472/pexels-photo-32470472.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"id": 32489808,
|
|
400
|
+
"width": 3939,
|
|
401
|
+
"height": 5909,
|
|
402
|
+
"src": "https://images.pexels.com/photos/32489808/pexels-photo-32489808.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": 32496034,
|
|
406
|
+
"width": 3024,
|
|
407
|
+
"height": 4032,
|
|
408
|
+
"src": "https://images.pexels.com/photos/32496034/pexels-photo-32496034.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": 32495601,
|
|
412
|
+
"width": 5152,
|
|
413
|
+
"height": 7728,
|
|
414
|
+
"src": "https://images.pexels.com/photos/32495601/pexels-photo-32495601.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"id": 32487360,
|
|
418
|
+
"width": 4284,
|
|
419
|
+
"height": 5712,
|
|
420
|
+
"src": "https://images.pexels.com/photos/32487360/pexels-photo-32487360.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"id": 32438210,
|
|
424
|
+
"width": 3631,
|
|
425
|
+
"height": 2433,
|
|
426
|
+
"src": "https://images.pexels.com/photos/32438210/pexels-photo-32438210.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"id": 32470441,
|
|
430
|
+
"width": 1759,
|
|
431
|
+
"height": 2346,
|
|
432
|
+
"src": "https://images.pexels.com/photos/32470441/pexels-photo-32470441.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": 28920733,
|
|
436
|
+
"width": 3024,
|
|
437
|
+
"height": 4032,
|
|
438
|
+
"src": "https://images.pexels.com/photos/28920733/pexels-photo-28920733.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": 32489970,
|
|
442
|
+
"width": 3469,
|
|
443
|
+
"height": 5202,
|
|
444
|
+
"src": "https://images.pexels.com/photos/32489970/pexels-photo-32489970.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"id": 32488279,
|
|
448
|
+
"width": 3673,
|
|
449
|
+
"height": 5509,
|
|
450
|
+
"src": "https://images.pexels.com/photos/32488279/pexels-photo-32488279.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"id": 32487718,
|
|
454
|
+
"width": 4284,
|
|
455
|
+
"height": 5712,
|
|
456
|
+
"src": "https://images.pexels.com/photos/32487718/pexels-photo-32487718.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": 32486469,
|
|
460
|
+
"width": 4284,
|
|
461
|
+
"height": 5712,
|
|
462
|
+
"src": "https://images.pexels.com/photos/32486469/pexels-photo-32486469.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": 32475260,
|
|
466
|
+
"width": 3458,
|
|
467
|
+
"height": 4610,
|
|
468
|
+
"src": "https://images.pexels.com/photos/32475260/pexels-photo-32475260.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"id": 32474033,
|
|
472
|
+
"width": 9504,
|
|
473
|
+
"height": 6336,
|
|
474
|
+
"src": "https://images.pexels.com/photos/32474033/pexels-photo-32474033.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"id": 32474034,
|
|
478
|
+
"width": 6336,
|
|
479
|
+
"height": 9504,
|
|
480
|
+
"src": "https://images.pexels.com/photos/32474034/pexels-photo-32474034.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
|
481
|
+
}
|
|
482
|
+
]
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "test-slide-1",
|
|
4
|
+
"elements": [
|
|
5
|
+
{
|
|
6
|
+
"type": "shape",
|
|
7
|
+
"id": "4cbRxp",
|
|
8
|
+
"left": 0,
|
|
9
|
+
"top": 200,
|
|
10
|
+
"width": 546,
|
|
11
|
+
"height": 362.5,
|
|
12
|
+
"viewBox": [200, 200],
|
|
13
|
+
"path": "M 0 0 L 0 200 L 200 200 Z",
|
|
14
|
+
"fill": "#5b9bd5",
|
|
15
|
+
"fixedRatio": false,
|
|
16
|
+
"opacity": 0.7,
|
|
17
|
+
"rotate": 0
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "shape",
|
|
21
|
+
"id": "ookHrf",
|
|
22
|
+
"left": 0,
|
|
23
|
+
"top": 0,
|
|
24
|
+
"width": 300,
|
|
25
|
+
"height": 320,
|
|
26
|
+
"viewBox": [200, 200],
|
|
27
|
+
"path": "M 0 0 L 0 200 L 200 200 Z",
|
|
28
|
+
"fill": "#5b9bd5",
|
|
29
|
+
"fixedRatio": false,
|
|
30
|
+
"flipV": true,
|
|
31
|
+
"rotate": 0
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "text",
|
|
35
|
+
"id": "idn7Mx",
|
|
36
|
+
"left": 355,
|
|
37
|
+
"top": 65.25,
|
|
38
|
+
"width": 450,
|
|
39
|
+
"height": 188,
|
|
40
|
+
"lineHeight": 1.2,
|
|
41
|
+
"content": "<p><strong><span style=\"font-size: 112px;\">PPTist</span></strong></p>",
|
|
42
|
+
"rotate": 0,
|
|
43
|
+
"defaultFontName": "",
|
|
44
|
+
"defaultColor": "#333"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "text",
|
|
48
|
+
"id": "7stmVP",
|
|
49
|
+
"left": 355,
|
|
50
|
+
"top": 253.25,
|
|
51
|
+
"width": 585,
|
|
52
|
+
"height": 56,
|
|
53
|
+
"content": "<p><span style=\"font-size: 24px;\">基于 Vue 3.x + TypeScript 的在线演示文稿应用</span></p>",
|
|
54
|
+
"rotate": 0,
|
|
55
|
+
"defaultFontName": "",
|
|
56
|
+
"defaultColor": "#333"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"type": "line",
|
|
60
|
+
"id": "FnpZs4",
|
|
61
|
+
"left": 361,
|
|
62
|
+
"top": 238,
|
|
63
|
+
"start": [0, 0],
|
|
64
|
+
"end": [549, 0],
|
|
65
|
+
"points": ["", ""],
|
|
66
|
+
"color": "#5b9bd5",
|
|
67
|
+
"style": "solid",
|
|
68
|
+
"width": 2
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"background": {
|
|
72
|
+
"type": "solid",
|
|
73
|
+
"color": "#ffffff"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "test-slide-2",
|
|
78
|
+
"elements": [
|
|
79
|
+
{
|
|
80
|
+
"type": "text",
|
|
81
|
+
"id": "ptNnUJ",
|
|
82
|
+
"left": 145,
|
|
83
|
+
"top": 148,
|
|
84
|
+
"width": 711,
|
|
85
|
+
"height": 77,
|
|
86
|
+
"lineHeight": 1.2,
|
|
87
|
+
"content": "<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\">在此处添加标题</span></strong></p>",
|
|
88
|
+
"rotate": 0,
|
|
89
|
+
"defaultFontName": "",
|
|
90
|
+
"defaultColor": "#333"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "text",
|
|
94
|
+
"id": "mRHvQN",
|
|
95
|
+
"left": 207.50000000000003,
|
|
96
|
+
"top": 249.84259259259264,
|
|
97
|
+
"width": 585,
|
|
98
|
+
"height": 56,
|
|
99
|
+
"content": "<p style=\"text-align: center;\"><span style=\"font-size: 24px;\">在此处添加副标题</span></p>",
|
|
100
|
+
"rotate": 0,
|
|
101
|
+
"defaultFontName": "",
|
|
102
|
+
"defaultColor": "#333"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "line",
|
|
106
|
+
"id": "7CQDwc",
|
|
107
|
+
"left": 323.09259259259267,
|
|
108
|
+
"top": 238.33333333333334,
|
|
109
|
+
"start": [0, 0],
|
|
110
|
+
"end": [354.8148148148148, 0],
|
|
111
|
+
"points": ["", ""],
|
|
112
|
+
"color": "#5b9bd5",
|
|
113
|
+
"style": "solid",
|
|
114
|
+
"width": 4
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "shape",
|
|
118
|
+
"id": "09wqWw",
|
|
119
|
+
"left": -27.648148148148138,
|
|
120
|
+
"top": 432.73148148148147,
|
|
121
|
+
"width": 1056.2962962962963,
|
|
122
|
+
"height": 162.96296296296296,
|
|
123
|
+
"viewBox": [200, 200],
|
|
124
|
+
"path": "M 0 20 C 40 -40 60 60 100 20 C 140 -40 160 60 200 20 L 200 180 C 140 240 160 140 100 180 C 40 240 60 140 0 180 L 0 20 Z",
|
|
125
|
+
"fill": "#5b9bd5",
|
|
126
|
+
"fixedRatio": false,
|
|
127
|
+
"rotate": 0
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"background": {
|
|
131
|
+
"type": "solid",
|
|
132
|
+
"color": "#fff"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "test-slide-3",
|
|
137
|
+
"elements": [
|
|
138
|
+
{
|
|
139
|
+
"type": "shape",
|
|
140
|
+
"id": "vSheCJ",
|
|
141
|
+
"left": 183.5185185185185,
|
|
142
|
+
"top": 175.5092592592593,
|
|
143
|
+
"width": 605.1851851851851,
|
|
144
|
+
"height": 185.18518518518516,
|
|
145
|
+
"viewBox": [200, 200],
|
|
146
|
+
"path": "M 0 0 L 200 0 L 200 200 L 0 200 Z",
|
|
147
|
+
"fill": "#5b9bd5",
|
|
148
|
+
"fixedRatio": false,
|
|
149
|
+
"rotate": 0
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "shape",
|
|
153
|
+
"id": "Mpwv7x",
|
|
154
|
+
"left": 211.29629629629628,
|
|
155
|
+
"top": 201.80555555555557,
|
|
156
|
+
"width": 605.1851851851851,
|
|
157
|
+
"height": 185.18518518518516,
|
|
158
|
+
"viewBox": [200, 200],
|
|
159
|
+
"path": "M 0 0 L 200 0 L 200 200 L 0 200 Z",
|
|
160
|
+
"fill": "#5b9bd5",
|
|
161
|
+
"fixedRatio": false,
|
|
162
|
+
"rotate": 0,
|
|
163
|
+
"opacity": 0.7
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"type": "text",
|
|
167
|
+
"id": "WQOTAp",
|
|
168
|
+
"left": 304.9074074074074,
|
|
169
|
+
"top": 198.10185185185182,
|
|
170
|
+
"width": 417.9629629629629,
|
|
171
|
+
"height": 140,
|
|
172
|
+
"content": "<p style=\"text-align: center;\"><strong><span style=\"font-size: 80px;\"><span style=\"color: rgb(255, 255, 255);\">感谢观看</span></span></strong></p>",
|
|
173
|
+
"rotate": 0,
|
|
174
|
+
"defaultFontName": "",
|
|
175
|
+
"defaultColor": "#333",
|
|
176
|
+
"wordSpace": 5
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"background": {
|
|
180
|
+
"type": "solid",
|
|
181
|
+
"color": "#fff"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
]
|