@univerjs-pro/slides-ui 1.0.0-alpha.1 → 1.0.0-alpha.3
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/README.md +5 -2
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +157 -115
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/canvas-view/CanvasView.d.ts +141 -3
- package/lib/types/components/editor-content/EditorContent.d.ts +4 -1
- package/lib/types/components/embed-child-workbench/SlideEmbedChildWorkbench.d.ts +8 -0
- package/lib/types/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +43 -0
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +4 -0
- package/lib/types/components/host-ui/SlideHostUiParts.d.ts +7 -0
- package/lib/types/components/insert-toolbar/ShapePicker.d.ts +5 -10
- package/lib/types/components/object-list-panel/SlideObjectListPanel.d.ts +1 -1
- package/lib/types/components/object-list-panel/slide-object-list-state.d.ts +1 -0
- package/lib/types/components/presentation/SlidePresentationEmbedLayer.d.ts +34 -0
- package/lib/types/components/table-size/SlideTableSizePicker.d.ts +2 -12
- package/lib/types/components/thumbnail-bar/ThumbnailBar.d.ts +21 -0
- package/lib/types/controllers/slide-connector-endpoint.controller.d.ts +1 -1
- package/lib/types/controllers/slide-contextual-ribbon.controller.d.ts +10 -1
- package/lib/types/controllers/slide-drawing-selection.controller.d.ts +15 -3
- package/lib/types/controllers/slide-drawing-transform.controller.d.ts +3 -0
- package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -1
- package/lib/types/controllers/slide-image-cropper.controller.d.ts +20 -1
- package/lib/types/controllers/slide-render.controller.d.ts +2 -0
- package/lib/types/default-config.d.ts +2 -2
- package/lib/types/embed-active-page.d.ts +5 -0
- package/lib/types/embed-floating-menu-stage.d.ts +14 -0
- package/lib/types/embed-focus-owner.d.ts +40 -0
- package/lib/types/index.d.ts +30 -7
- package/lib/types/locale/en-US.d.ts +6 -203
- package/lib/types/quick-styles/presets.d.ts +4 -3
- package/lib/types/render-objects/document-text-render.util.d.ts +6 -0
- package/lib/types/render-objects/index.d.ts +1 -0
- package/lib/types/render-objects/placeholder-object/index.d.ts +1 -0
- package/lib/types/render-objects/placeholder-object/placeholder-text-rect.util.d.ts +7 -0
- package/lib/types/render-objects/slide-drawing-base.d.ts +1 -3
- package/lib/types/render-objects/slide-image-object.d.ts +2 -2
- package/lib/types/render-objects/slide-page-background-object.d.ts +4 -1
- package/lib/types/render-objects/slide-shape-object.d.ts +2 -1
- package/lib/types/render-objects/slide-table-object.d.ts +9 -4
- package/lib/types/services/slide-canvas-pop-manager.service.d.ts +2 -1
- package/lib/types/services/slide-embed-integration.service.d.ts +45 -0
- package/lib/types/services/slide-embed-runtime.service.d.ts +50 -0
- package/lib/types/services/slide-hit-test.service.d.ts +2 -0
- package/lib/types/services/slide-insert.service.d.ts +8 -6
- package/lib/types/slide-editor/editor-ui/index.d.ts +1 -1
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +12 -3
- package/lib/types/slide-editor/services/slide-text-editing.service.d.ts +3 -1
- package/lib/types/slide-editor/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +1 -1
- package/lib/types/utils/shape-text-style.util.d.ts +9 -5
- package/lib/types/views/render/adaptors/image-adaptor.d.ts +3 -3
- package/lib/types/views/render/adaptors/placeholder-adaptor.d.ts +1 -2
- package/lib/types/views/render/adaptors/shape-adaptor.d.ts +1 -2
- package/lib/types/views/render/adaptors/table-adaptor.d.ts +3 -3
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +18 -19
- package/lib/types/components/shape-picker/shapes.d.ts +0 -34
- package/lib/types/slide-editor/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x5b6808=_0xe01f;(function(_0x54c0d6,_0x74efad){const _0x5c8a0b=_0xe01f,_0x359173=_0x54c0d6();while(!![]){try{const _0x57add2=parseInt(_0x5c8a0b(0x166))/0x1*(parseInt(_0x5c8a0b(0x1ec))/0x2)+-parseInt(_0x5c8a0b(0x1fc))/0x3+parseInt(_0x5c8a0b(0x17b))/0x4*(-parseInt(_0x5c8a0b(0x1c0))/0x5)+parseInt(_0x5c8a0b(0x1b8))/0x6*(-parseInt(_0x5c8a0b(0x1ae))/0x7)+-parseInt(_0x5c8a0b(0x202))/0x8*(-parseInt(_0x5c8a0b(0x1c1))/0x9)+parseInt(_0x5c8a0b(0x152))/0xa*(parseInt(_0x5c8a0b(0x15a))/0xb)+parseInt(_0x5c8a0b(0x167))/0xc;if(_0x57add2===_0x74efad)break;else _0x359173['push'](_0x359173['shift']());}catch(_0x19a7cc){_0x359173['push'](_0x359173['shift']());}}}(_0x3df3,0x81819));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x5b6808(0x151),'changeShape':_0x5b6808(0x160)},'insertToolbar':{'search':'搜索','text':_0x5b6808(0x1e2),'textHorizontal':'横向文本框','textVertical':_0x5b6808(0x15b),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x5b6808(0x191),'customSize':_0x5b6808(0x224),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x5b6808(0x1e5),'noQuery':_0x5b6808(0x1e3),'empty':_0x5b6808(0x1cf),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x5b6808(0x1a7),'tooltip':_0x5b6808(0x117)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x5b6808(0x16c),'heading1':'标题1','increaseFontSize':_0x5b6808(0x1f8),'decreaseFontSize':_0x5b6808(0x16a),'textColor':_0x5b6808(0x1e0),'transparentTextColor':'透明文本颜色','textBackgroundColor':'文本背景色','bold':'粗体','italic':'斜体','underline':_0x5b6808(0x21f),'strikethrough':'删除线','horizontalAlign':_0x5b6808(0x141),'verticalAlign':_0x5b6808(0x13c),'alignLeft':_0x5b6808(0x1fd),'alignCenter':_0x5b6808(0x1d3),'alignRight':_0x5b6808(0x128),'alignJustify':_0x5b6808(0x12a),'alignTop':_0x5b6808(0x218),'alignMiddle':_0x5b6808(0x1e9),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':'快捷样式','shapeStyles':_0x5b6808(0x171),'lineStyles':_0x5b6808(0x1a2),'textStyles':'文本样式','more':_0x5b6808(0x1f6),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x5b6808(0x1b7),'blueSolid':_0x5b6808(0x127),'orangeSolid':_0x5b6808(0x211),'graySolid':'灰色细实线','blueEndArrow':_0x5b6808(0x17e),'greenTwoWayArrow':_0x5b6808(0x1d7),'blackDashed':_0x5b6808(0x21a),'blueDashed':'蓝色细虚线','grayDashed':'灰色细虚线','blueDashedEndArrow':_0x5b6808(0x1fe),'grayDashedEndArrow':'灰色虚线末端箭头','greenDashedTwoWayArrow':_0x5b6808(0x196)},'text':{'bodyBlack':_0x5b6808(0x214),'titleBlack':'标题黑色','accentBlue':'强调蓝色','accentOrange':'强调橙色','noteGray':_0x5b6808(0x12f)}}},'thumbnailBar':{'resizePanel':'调整幻灯片缩略图面板大小','addSlide':_0x5b6808(0x212),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x5b6808(0x1dd),'delete':'删除'},'layoutPicker':{'title':_0x5b6808(0x1a6),'layouts':{'title':'标题幻灯片','titleAndBody':_0x5b6808(0x1d1),'sectionHeader':_0x5b6808(0x1bb),'twoColumns':_0x5b6808(0x159),'comparison':'比较','blank':'空白','titleOnly':'仅标题','pictureWithCaption':_0x5b6808(0x14e)}}},'shapePanel':{'title':'设置形状格式','shapeStyle':_0x5b6808(0x171),'shapePosition':'位置','openPanel':_0x5b6808(0x14d),'deleteShape':_0x5b6808(0x1bd),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x5b6808(0x1d3),'alignRight':_0x5b6808(0x128),'alignJustify':'两端对齐','bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x5b6808(0x170),'textColor':'文本颜色','textBackgroundColor':_0x5b6808(0x215),'fillColor':'文本背景色','resetColor':_0x5b6808(0x137)},'align':{'top':_0x5b6808(0x218),'middle':'垂直居中','bottom':'底部对齐'},'textWrap':{'inline':_0x5b6808(0x156),'square':_0x5b6808(0x20f),'topAndBottom':_0x5b6808(0x19a),'behindText':_0x5b6808(0x131),'inFrontText':_0x5b6808(0x1a8)},'position':{'title':_0x5b6808(0x165),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':'阴影颜色','shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x5b6808(0x216),'shadowPresetCustom':_0x5b6808(0x17d),'shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x5b6808(0x207),'shdw5':_0x5b6808(0x1f0),'shdw2':_0x5b6808(0x11b),'shdw1':_0x5b6808(0x1f5),'shdw14':_0x5b6808(0x219),'shdw10':'外部:左上(大)'}},'fill':{'title':'填充','noFill':_0x5b6808(0x136),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x5b6808(0x204),'picture':{'source':_0x5b6808(0x134),'insert':'插入图片','tileAsTexture':_0x5b6808(0x132),'offsetX':'水平偏移','offsetY':_0x5b6808(0x188),'scaleX':'水平缩放','scaleY':_0x5b6808(0x192),'alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x5b6808(0x118),'solidLine':'实线','color':'颜色','transparency':_0x5b6808(0x204),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x5b6808(0x15f),'beginArrowSize':_0x5b6808(0x135),'endArrowType':'终点箭头类型','endArrowSize':_0x5b6808(0x203),'dashType':{'title':_0x5b6808(0x124),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':_0x5b6808(0x13f),'longDash':_0x5b6808(0x195),'longDashDot':'长点划线','longDashDotDot':_0x5b6808(0x221)},'capType':{'title':_0x5b6808(0x146),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x5b6808(0x209),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x5b6808(0x18f),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x5b6808(0x1e4)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x5b6808(0x1da),'stealthArrow':'隐形箭头','diamondArrow':'菱形箭头','ovalArrow':_0x5b6808(0x1b5)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x5b6808(0x1b4),'showAll':_0x5b6808(0x1d9),'hideAll':_0x5b6808(0x140),'show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x5b6808(0x1b1),'nameInput':_0x5b6808(0x138),'empty':_0x5b6808(0x1c9)},'backgroundPanel':{'title':_0x5b6808(0x182),'backgroundGraphics':_0x5b6808(0x1f2),'hideBackgroundGraphics':_0x5b6808(0x16e),'presentationBackground':_0x5b6808(0x120),'presentationBackgroundEmpty':_0x5b6808(0x15c),'presentationBackgroundImages':_0x5b6808(0x201),'setPresentationBackground':_0x5b6808(0x157),'clearPresentationBackground':'清除','none':_0x5b6808(0x1ac),'solid':'纯色填充','gradient':_0x5b6808(0x21d),'image':'图片填充','pattern':_0x5b6808(0x1ca),'color':'颜色','transparency':_0x5b6808(0x204),'imageSource':_0x5b6808(0x200),'insertImage':_0x5b6808(0x164),'fit':_0x5b6808(0x1bf),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x5b6808(0x193),'applyToAll':'应用到全部','resetBackground':'重置背景'},'transitionPanel':{'title':'切换动画','effect':'效果','direction':'方向','duration':'持续时间','preview':'预览','applyToAll':_0x5b6808(0x1ad),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x5b6808(0x206),'right':'从右侧','up':_0x5b6808(0x125),'down':_0x5b6808(0x18c)}},'contextmenu':{'addPage':_0x5b6808(0x1f7),'backgroundPanel':_0x5b6808(0x182),'transitionPanel':_0x5b6808(0x1f1),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x5b6808(0x12d),'flipHorizontal':_0x5b6808(0x144),'flipVertical':_0x5b6808(0x153),'group':'组合','ungroup':_0x5b6808(0x172)},'presentation':{'play':'播放','playFromBeginning':_0x5b6808(0x222),'playFromCurrent':_0x5b6808(0x1c8),'playDualScreen':_0x5b6808(0x1c4),'playDualScreenFromBeginning':_0x5b6808(0x1e8),'playDualScreenFromCurrent':_0x5b6808(0x142),'dualScreenUnavailable':_0x5b6808(0x1e1),'fullscreenPrompt':'点击进入全屏','presentationEnded':'演示已结束','previous':_0x5b6808(0x21e),'next':_0x5b6808(0x168),'exit':'退出','slideProgress':_0x5b6808(0x169),'speakerNotes':'备注','speakerNotesPlaceholder':'点击为当前幻灯片添加备注','speakerNotesEmpty':_0x5b6808(0x20b),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x5b6808(0x1ef),'blockArrow':_0x5b6808(0x13b),'equationShape':_0x5b6808(0x1a1),'flowchart':_0x5b6808(0x1f3),'starAndBanner':_0x5b6808(0x1e6),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x5b6808(0x15e),'straight-connector2':_0x5b6808(0x181),'bent-connector3':'折线','bent-connector3-arrow1':'折线:箭头','bent-connector3-arrow2':_0x5b6808(0x1c7),'curved-connector3':'曲线','curved-connector3-arrow1':_0x5b6808(0x161),'curved-connector3-arrow2':_0x5b6808(0x158),'rect':'矩形','round-rect':_0x5b6808(0x11a),'snip1-rect':_0x5b6808(0x139),'snip2-same-rect':_0x5b6808(0x18b),'snip2-diag-rect':_0x5b6808(0x1b9),'snip-round-rect':'矩形:一个圆顶角,剪去另一个顶角','round1-rect':'矩形:单圆角','round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x5b6808(0x1a4),'rect-textbox-horizontal':_0x5b6808(0x162),'rect-textbox-vertical':_0x5b6808(0x15b),'ellipse':'椭圆','triangle':_0x5b6808(0x155),'rt-triangle':_0x5b6808(0x1a0),'parallelogram':_0x5b6808(0x1a3),'trapezoid':'梯形','non-isosceles-trapezoid':_0x5b6808(0x223),'diamond':'菱形','pentagon':_0x5b6808(0x1ff),'hexagon':_0x5b6808(0x20d),'heptagon':_0x5b6808(0x189),'octagon':_0x5b6808(0x11f),'decagon':_0x5b6808(0x148),'dodecagon':_0x5b6808(0x17c),'pie':_0x5b6808(0x220),'chord':'弦形','teardrop':_0x5b6808(0x20a),'frame':_0x5b6808(0x17a),'half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x5b6808(0x213),'plaque':'缺角矩形','can':'圆柱形','cube':_0x5b6808(0x122),'bevel':'矩形:棱台','donut':_0x5b6808(0x1f9),'no-smoking':_0x5b6808(0x20e),'block-arc':'空心弧','folder-corner':_0x5b6808(0x18a),'smiley-face':'笑脸','heart':'心形','lightning-bolt':'闪电形','sun':_0x5b6808(0x21b),'moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':_0x5b6808(0x1d5),'brace-pair':_0x5b6808(0x19e),'left-bracket':_0x5b6808(0x150),'right-bracket':_0x5b6808(0x1df),'left-brace':'左大括号','right-brace':'右大括号','right-arrow':'箭头:右','left-arrow':'箭头:左','up-arrow':_0x5b6808(0x18d),'down-arrow':_0x5b6808(0x11c),'left-right-arrow':_0x5b6808(0x154),'up-down-arrow':'箭头:上下','quad-arrow':_0x5b6808(0x21c),'left-right-up-arrow':_0x5b6808(0x19f),'bent-arrow':_0x5b6808(0x1c3),'uturn-arrow':_0x5b6808(0x163),'left-up-arrow':_0x5b6808(0x19c),'bent-up-arrow':_0x5b6808(0x1be),'curved-right-arrow':_0x5b6808(0x184),'curved-left-arrow':_0x5b6808(0x1fb),'curved-up-arrow':_0x5b6808(0x147),'curved-down-arrow':'箭头:下弧形','striped-right-arrow':_0x5b6808(0x210),'notched-right-arrow':_0x5b6808(0x1a9),'home-plate':_0x5b6808(0x1ff),'chevron':_0x5b6808(0x176),'right-arrow-callout':_0x5b6808(0x1f4),'down-arrow-callout':_0x5b6808(0x217),'left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x5b6808(0x1b0),'left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x5b6808(0x145),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x5b6808(0x16f),'flow-chart-process':'流程图:过程','flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':_0x5b6808(0x11e),'flow-chart-input-output':_0x5b6808(0x12e),'flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':'流程图:内部贮存','flow-chart-document':_0x5b6808(0x17f),'flow-chart-multidocument':'流程图:多文档','flow-chart-terminator':_0x5b6808(0x208),'flow-chart-preparation':_0x5b6808(0x1b6),'flow-chart-manual-input':'流程图:手动输入','flow-chart-manual-operation':'流程图:手动操作','flow-chart-connector':_0x5b6808(0x185),'flow-chart-offpage-connector':_0x5b6808(0x1de),'flow-chart-punched-card':_0x5b6808(0x1aa),'flow-chart-punched-tape':_0x5b6808(0x173),'flow-chart-summing-junction':_0x5b6808(0x16b),'flow-chart-or':'流程图:或者','flow-chart-collate':_0x5b6808(0x13d),'flow-chart-sort':'流程图:排序','flow-chart-extract':_0x5b6808(0x177),'flow-chart-merge':_0x5b6808(0x15d),'flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x5b6808(0x1cb),'flow-chart-magnetic-tape':_0x5b6808(0x1bc),'flow-chart-magnetic-disk':_0x5b6808(0x174),'flow-chart-magnetic-drum':_0x5b6808(0x18e),'flow-chart-display':_0x5b6808(0x14c),'irregular-seal1':_0x5b6808(0x1ce),'irregular-seal2':_0x5b6808(0x1ed),'star4':_0x5b6808(0x12c),'star5':_0x5b6808(0x123),'star6':_0x5b6808(0x13a),'star7':'星形:七角','star8':_0x5b6808(0x1d6),'star10':_0x5b6808(0x149),'star12':_0x5b6808(0x1af),'star16':_0x5b6808(0x143),'star24':'星形:二十四角','star32':_0x5b6808(0x186),'ribbon2':_0x5b6808(0x178),'ribbon':_0x5b6808(0x130),'ellipse-ribbon2':_0x5b6808(0x126),'ellipse-ribbon':_0x5b6808(0x1db),'vertical-scroll':_0x5b6808(0x1c5),'horizontal-scroll':_0x5b6808(0x1eb),'wave':'波形','double-wave':_0x5b6808(0x194),'wedge-rect-callout':_0x5b6808(0x175),'wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':_0x5b6808(0x12b),'cloud-callout':_0x5b6808(0x1ab),'border-callout1':'标注:线形','border-callout2':'标注:弯曲线形','border-callout3':_0x5b6808(0x1cc),'accent-callout1':_0x5b6808(0x16d),'accent-callout2':_0x5b6808(0x1ea),'accent-callout3':'标注:双弯曲线形(带强调线)','callout1':'标注:线形(无边框)','callout2':_0x5b6808(0x190),'callout3':_0x5b6808(0x180),'accent-border-callout1':_0x5b6808(0x1c2),'accent-border-callout2':_0x5b6808(0x133),'accent-border-callout3':_0x5b6808(0x187),'left-circular-arrow':_0x5b6808(0x1a5),'left-right-circular-arrow':'左右圆形箭头','swoosh-arrow':_0x5b6808(0x1d2),'left-right-ribbon':_0x5b6808(0x19d),'pie-wedge':_0x5b6808(0x198),'funnel':'漏斗','gear6':_0x5b6808(0x1ba),'gear9':_0x5b6808(0x197),'corner-tabs':'角标','action-button-back-previous':_0x5b6808(0x1dc),'action-button-forward-next':_0x5b6808(0x1d4),'action-button-beginning':_0x5b6808(0x179),'action-button-end':_0x5b6808(0x183),'action-button-home':'主页按钮','action-button-information':'信息按钮','action-button-return':'返回按钮','action-button-movie':'电影按钮','action-button-document':'文档按钮','action-button-sound':_0x5b6808(0x1d0),'action-button-help':'帮助按钮','action-button-blank':_0x5b6808(0x1d8),'chart-plus':'图表加号','chart-star':_0x5b6808(0x1b2),'chart-x':_0x5b6808(0x13e),'flow-chart-offline-storage':'流程图:离线存储','line-inv':_0x5b6808(0x14f),'plaque-tabs':'牌匾标签','square-tabs':_0x5b6808(0x14a),'up-down-arrow-callout':_0x5b6808(0x1e7)}},'slide':{'placeholder':{'text':{'title':_0x5b6808(0x1fa),'subtitle':_0x5b6808(0x129),'body':'单击此处添加正文','text':_0x5b6808(0x1cd),'header':_0x5b6808(0x116),'footer':_0x5b6808(0x1c6),'date':_0x5b6808(0x199),'slideNumber':_0x5b6808(0x20c)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x5b6808(0x1b3),'backward':_0x5b6808(0x1b1),'front':_0x5b6808(0x119),'back':_0x5b6808(0x14b)},'transform':{'title':'变换','rotate':_0x5b6808(0x19b),'x':_0x5b6808(0x121),'y':_0x5b6808(0x11d),'width':_0x5b6808(0x205),'height':'高度\x20(px)','lock':_0x5b6808(0x1ee)},'crop':{'title':'裁剪','start':'开始裁剪','mode':'自由','shape':'裁剪为形状'}}}};function _0xe01f(_0x1cdedb,_0x1ddb64){_0x1cdedb=_0x1cdedb-0x116;const _0x3df388=_0x3df3();let _0xe01f0a=_0x3df388[_0x1cdedb];return _0xe01f0a;}export{e as default};function _0x3df3(){const _0x352dbd=['气泡:云','无填充','应用到全部','19761VZinjX','星形:十二角','标注:上箭头','下移一层','图表星号','上移一层','对象列表','椭圆箭头','流程图:准备','黑色细实线','342ENlLNB','矩形:剪去对角','6齿齿轮','节标题','流程图:顺序访问存储器','删除形状','箭头:直角上','适应方式','7535WbtBYt','2938293PGntHb','标注:线形(带边框和强调线)','箭头:圆角右','双屏播放','卷形:垂直','页脚占位符','双箭头折线','从当前幻灯片开始播放','暂无对象','图案填充','流程图:延期','标注:双弯曲线形','单击此处添加文本','爆炸形:8pt','未找到匹配结果。','声音按钮','标题和内容','弯曲箭头','居中对齐','前进/下一个按钮','双括号','星形:八角','绿色双向箭头','空白按钮','全部显示','空心箭头','带形:前凸弯','返回/上一个按钮','在下面新增幻灯片','流程图:离页连接符','右中括号','文本颜色','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','文本框','输入关键词搜索幻灯片名称、文本和对象名称。','手绘效果','搜索幻灯片和对象','星与旗帜','上下箭头标注','从头开始双屏播放','垂直居中','标注:弯曲线形(带强调线)','卷形:水平','2IrTLMd','爆炸形:14pt','锁定比例','基本形状','外部:左下','切换动画','背景图形','流程图','标注:右箭头','外部:左上','更多样式','新建幻灯片','增大字号','圆:空心','单击此处添加标题','箭头:左弧形','2724531DyFnsg','左对齐','蓝色虚线末端箭头','五边形','插入图片来源','张图片','16zAQbvB','终点箭头大小','透明度','宽度\x20(px)','从左侧','外部:右下','流程图:终止','拐角类型','泪滴形','暂无备注','页码占位符','六边形','禁止符','四周型','箭头:虚尾','橙色细实线','+\x20新增','十字形','正文黑色','文本背景色','无阴影','标注:下箭头','顶部对齐','外部:右下(小)','黑色细虚线','太阳形','箭头:十字','渐变填充','上一页','下划线','不完整圆','长双点划线','从头开始播放','非等腰梯形','自定义大小','页眉占位符','选择幻灯片主题','无线条','置于顶层','圆角矩形','外部:右上','箭头:下','Y\x20(px)','流程图:决策','八边形','演示文稿底图','X\x20(px)','立方体','星形:五角','虚线类型','从上方','带形:上凸弯','蓝色细实线','右对齐','单击此处添加副标题','两端对齐','对话气泡:圆形','星形:四角','设置形状格式','流程图:数据','注释灰色','带形:前凸','衬于文字下方','将图片平铺为纹理','标注:弯曲线形(带边框和强调线)','图片来源','起点箭头大小','无颜色','重置颜色','对象名称','剪去单角矩形','星形:六角','箭头总汇','垂直对齐','流程图:对照','图表X','点划线','全部隐藏','水平对齐','从当前幻灯片开始双屏播放','星形:十六角','水平翻转','箭头:环形','线帽类型','箭头:上弧形','十边形','星形:十角','方形标签','置于底层','流程图:显示','打开形状面板','图片与标题','线反向','左中括号','图形格式','10Htylus','垂直翻转','箭头:左右','等腰三角形','嵌入型','设置底图','双箭头曲线','两栏内容','3984563Xdhmwx','纵向文本框','未设置','流程图:合并','直线箭头','起点箭头类型','更改形状','曲线:箭头','横向文本框','箭头:手杖形','文件...','位置和大小','504821VbyXzh','7627440rxruIu','下一页','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','减小字号','流程图:汇总连接','段落类型','标注:线形(带强调线)','隐藏母版/版式图形','不等号','删除线','形状样式','取消组合','流程图:资料带','流程图:磁盘','对话气泡:矩形','箭头:V型','流程图:摘录','带形:上凸','开始按钮','图文框','1476oqWMGk','十二边形','自定义','蓝色末端箭头','流程图:文档','标注:双弯曲线形(无边框)','双箭头直线','设置背景格式','结束按钮','箭头:右弧形','流程图:接点','星形:三十二角','标注:双弯曲线形(带边框和强调线)','垂直偏移','七边形','矩形:折角','矩形:剪去顶角','从下方','箭头:上','流程图:直接访问存储器','草图样式','标注:弯曲线形(无边框)','Table\x20size','垂直缩放','图案设置即将支持。','双波形','长划线','绿色虚线双向箭头','9齿齿轮','饼形楔','日期占位符','上下型','旋转\x20(°)','箭头:直角双向','左右带形','双大括号','箭头:丁字','直角三角形','公式形状','线条样式','平行四边形','矩形:对角圆角','左圆形箭头','选择版式','形状默认样式','浮于文字上方','箭头:燕尾形','流程图:卡片'];_0x3df3=function(){return _0x352dbd;};return _0x3df3();}
|
|
1
|
+
const _0x2e3bdb=_0x1f9e;function _0x1f9e(_0x41e709,_0x319687){_0x41e709=_0x41e709-0x1b6;const _0x41c350=_0x41c3();let _0x1f9eb1=_0x41c350[_0x41e709];return _0x1f9eb1;}(function(_0x548582,_0x37dc3f){const _0x90762a=_0x1f9e,_0x42f574=_0x548582();while(!![]){try{const _0x1cecdb=-parseInt(_0x90762a(0x1e7))/0x1*(parseInt(_0x90762a(0x232))/0x2)+-parseInt(_0x90762a(0x1ed))/0x3*(parseInt(_0x90762a(0x1c6))/0x4)+parseInt(_0x90762a(0x20c))/0x5*(parseInt(_0x90762a(0x21e))/0x6)+parseInt(_0x90762a(0x1f5))/0x7+parseInt(_0x90762a(0x211))/0x8*(parseInt(_0x90762a(0x1b6))/0x9)+-parseInt(_0x90762a(0x207))/0xa+parseInt(_0x90762a(0x200))/0xb;if(_0x1cecdb===_0x37dc3f)break;else _0x42f574['push'](_0x42f574['shift']());}catch(_0x3e2964){_0x42f574['push'](_0x42f574['shift']());}}}(_0x41c3,0x75c94));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x2e3bdb(0x21c),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x2e3bdb(0x203),'textHorizontal':_0x2e3bdb(0x20a),'textVertical':'纵向文本框','image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x2e3bdb(0x23d),'customSize':_0x2e3bdb(0x208),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x2e3bdb(0x210),'noQuery':'输入关键词搜索幻灯片名称、文本和对象名称。','empty':_0x2e3bdb(0x22a),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x2e3bdb(0x1de),'tooltip':_0x2e3bdb(0x1d1)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x2e3bdb(0x1c1),'heading1':'标题1','increaseFontSize':_0x2e3bdb(0x20e),'decreaseFontSize':'减小字号','textColor':_0x2e3bdb(0x239),'transparentTextColor':'透明文本颜色','textBackgroundColor':_0x2e3bdb(0x23c),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x2e3bdb(0x236),'horizontalAlign':_0x2e3bdb(0x22c),'verticalAlign':_0x2e3bdb(0x230),'alignLeft':_0x2e3bdb(0x23b),'alignCenter':'居中对齐','alignRight':_0x2e3bdb(0x1ba),'alignJustify':'两端对齐','alignTop':'顶部对齐','alignMiddle':'垂直居中','alignBottom':_0x2e3bdb(0x21d)},'quickStyles':{'tooltip':'快捷样式','shapeStyles':_0x2e3bdb(0x21a),'lineStyles':_0x2e3bdb(0x1f9),'textStyles':_0x2e3bdb(0x219),'more':_0x2e3bdb(0x1e5),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x2e3bdb(0x218),'blueSolid':_0x2e3bdb(0x1ef),'orangeSolid':'橙色细实线','graySolid':'灰色细实线','blueEndArrow':_0x2e3bdb(0x1e0),'greenTwoWayArrow':_0x2e3bdb(0x1d6),'blackDashed':_0x2e3bdb(0x1d9),'blueDashed':_0x2e3bdb(0x202),'grayDashed':_0x2e3bdb(0x1bf),'blueDashedEndArrow':'蓝色虚线末端箭头','grayDashedEndArrow':'灰色虚线末端箭头','greenDashedTwoWayArrow':_0x2e3bdb(0x212)},'text':{'bodyBlack':'正文黑色','titleBlack':_0x2e3bdb(0x22b),'accentBlue':_0x2e3bdb(0x1d7),'accentOrange':_0x2e3bdb(0x20f),'noteGray':'注释灰色'}}},'thumbnailBar':{'resizePanel':_0x2e3bdb(0x234),'addSlide':'+\x20新增','contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x2e3bdb(0x1bc),'delete':'删除'},'layoutPicker':{'title':_0x2e3bdb(0x1c5),'layouts':{'title':_0x2e3bdb(0x1b8),'titleAndBody':_0x2e3bdb(0x220),'sectionHeader':_0x2e3bdb(0x204),'twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':_0x2e3bdb(0x1e1),'pictureWithCaption':_0x2e3bdb(0x214)}}},'shapePanel':{'title':_0x2e3bdb(0x1f1),'shapeStyle':_0x2e3bdb(0x21a),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':'删除形状','toolbar':{'alignLeft':_0x2e3bdb(0x23b),'alignCenter':'居中对齐','alignRight':_0x2e3bdb(0x1ba),'alignJustify':_0x2e3bdb(0x1c4),'bold':'粗体','italic':'斜体','underline':_0x2e3bdb(0x215),'strikethrough':'删除线','textColor':_0x2e3bdb(0x239),'textBackgroundColor':_0x2e3bdb(0x23c),'fillColor':_0x2e3bdb(0x23c),'resetColor':'重置颜色'},'align':{'top':_0x2e3bdb(0x238),'middle':_0x2e3bdb(0x21b),'bottom':_0x2e3bdb(0x21d)},'textWrap':{'inline':_0x2e3bdb(0x1ee),'square':_0x2e3bdb(0x222),'topAndBottom':_0x2e3bdb(0x1f6),'behindText':_0x2e3bdb(0x226),'inFrontText':_0x2e3bdb(0x1c0)},'position':{'title':_0x2e3bdb(0x22e),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x2e3bdb(0x1f4),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':'无阴影','shadowPresetCustom':'自定义','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x2e3bdb(0x233),'shdw5':_0x2e3bdb(0x1ea),'shdw2':_0x2e3bdb(0x221),'shdw1':_0x2e3bdb(0x1cf),'shdw14':'外部:右下(小)','shdw10':_0x2e3bdb(0x1d5)}},'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x2e3bdb(0x1dd),'picture':{'source':_0x2e3bdb(0x223),'insert':_0x2e3bdb(0x1df),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x2e3bdb(0x225),'offsetY':_0x2e3bdb(0x22f),'scaleX':_0x2e3bdb(0x1fd),'scaleY':_0x2e3bdb(0x1c9),'alignment':'对齐','rotateWithShape':_0x2e3bdb(0x1ec),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x2e3bdb(0x1eb),'solidLine':'实线','color':'颜色','transparency':_0x2e3bdb(0x1dd),'width':'宽度','cornerRadius':_0x2e3bdb(0x1cd),'beginArrowType':'起点箭头类型','beginArrowSize':'起点箭头大小','endArrowType':_0x2e3bdb(0x228),'endArrowSize':'终点箭头大小','dashType':{'title':_0x2e3bdb(0x1e9),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x2e3bdb(0x1c7),'dashDot':'点划线','longDash':'长划线','longDashDot':_0x2e3bdb(0x23f),'longDashDotDot':_0x2e3bdb(0x1dc)},'capType':{'title':_0x2e3bdb(0x1c8),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x2e3bdb(0x1e4),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x2e3bdb(0x23a)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x2e3bdb(0x20d),'stealthArrow':'隐形箭头','diamondArrow':'菱形箭头','ovalArrow':_0x2e3bdb(0x229)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'对象列表','showAll':_0x2e3bdb(0x205),'hideAll':_0x2e3bdb(0x1f0),'show':'显示','hide':'隐藏','moveForward':_0x2e3bdb(0x1d3),'moveBackward':_0x2e3bdb(0x1ff),'nameInput':_0x2e3bdb(0x23e),'empty':'暂无对象','close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x2e3bdb(0x206),'details':'详情','noSelection':_0x2e3bdb(0x1f3)},'backgroundPanel':{'title':'设置背景格式','backgroundGraphics':'背景图形','hideBackgroundGraphics':_0x2e3bdb(0x1b9),'presentationBackground':'演示文稿底图','presentationBackgroundEmpty':_0x2e3bdb(0x1d0),'presentationBackgroundImages':'张图片','setPresentationBackground':_0x2e3bdb(0x1e2),'clearPresentationBackground':'清除','none':'无填充','solid':_0x2e3bdb(0x1e8),'gradient':_0x2e3bdb(0x1bb),'image':_0x2e3bdb(0x1ce),'pattern':'图案填充','color':'颜色','transparency':_0x2e3bdb(0x1dd),'imageSource':_0x2e3bdb(0x240),'insertImage':_0x2e3bdb(0x1cb),'fit':'适应方式','fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x2e3bdb(0x217),'applyToAll':_0x2e3bdb(0x1d4),'resetBackground':_0x2e3bdb(0x213)},'transitionPanel':{'title':_0x2e3bdb(0x231),'effect':'效果','direction':'方向','duration':_0x2e3bdb(0x1c2),'preview':'预览','applyToAll':'应用到全部','effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x2e3bdb(0x1fc),'right':_0x2e3bdb(0x1fb),'up':_0x2e3bdb(0x227),'down':_0x2e3bdb(0x1f7)}},'contextmenu':{'addPage':_0x2e3bdb(0x1ca),'backgroundPanel':_0x2e3bdb(0x241),'transitionPanel':_0x2e3bdb(0x231),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x2e3bdb(0x1f1),'flipHorizontal':_0x2e3bdb(0x209),'flipVertical':_0x2e3bdb(0x216),'group':'组合','ungroup':'取消组合'},'presentation':{'play':'播放','playFromBeginning':_0x2e3bdb(0x1fe),'playFromCurrent':'从当前幻灯片开始播放','playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x2e3bdb(0x201),'playDualScreenFromCurrent':_0x2e3bdb(0x1be),'dualScreenUnavailable':'无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','fullscreenPrompt':'点击进入全屏','presentationEnded':_0x2e3bdb(0x1f8),'previous':'上一页','next':'下一页','exit':'退出','slideProgress':_0x2e3bdb(0x22d),'speakerNotes':'备注','speakerNotesPlaceholder':_0x2e3bdb(0x1bd),'speakerNotesEmpty':_0x2e3bdb(0x1da),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'单击此处添加标题','subtitle':_0x2e3bdb(0x1b7),'body':_0x2e3bdb(0x20b),'text':_0x2e3bdb(0x1e3),'header':_0x2e3bdb(0x224),'footer':_0x2e3bdb(0x1e6),'date':_0x2e3bdb(0x1c3),'slideNumber':_0x2e3bdb(0x1d2)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':_0x2e3bdb(0x1ff),'front':_0x2e3bdb(0x1fa),'back':'置于底层'},'transform':{'title':'变换','rotate':_0x2e3bdb(0x1cc),'x':_0x2e3bdb(0x235),'y':_0x2e3bdb(0x237),'width':_0x2e3bdb(0x21f),'height':'高度\x20(px)','lock':_0x2e3bdb(0x1f2)},'crop':{'title':'裁剪','start':_0x2e3bdb(0x1d8),'mode':'自由','shape':_0x2e3bdb(0x1db)}}}};export{e as default};function _0x41c3(){const _0x4ab044=['仅标题','设置底图','单击此处添加文本','草图样式','更多样式','页脚占位符','598IlogoB','纯色填充','虚线类型','外部:左下','无线条','随形状旋转','3NOaKap','嵌入型','蓝色细实线','全部隐藏','设置形状格式','锁定比例','选择对象以编辑详情','阴影颜色','751478IUDYIb','上下型','从下方','演示已结束','线条样式','置于顶层','从右侧','从左侧','水平缩放','从头开始播放','下移一层','16940660mPFGtA','从头开始双屏播放','蓝色细虚线','文本框','节标题','全部显示','添加描述','8608610lulpux','自定义大小','水平翻转','横向文本框','单击此处添加正文','280405lwbzqs','空心箭头','增大字号','强调橙色','搜索幻灯片和对象','16FMzRUw','绿色虚线双向箭头','重置背景','图片与标题','下划线','垂直翻转','图案设置即将支持。','黑色细实线','文本样式','形状样式','垂直居中','图形格式','底部对齐','48RRxbDY','宽度\x20(px)','标题和内容','外部:右上','四周型','图片来源','页眉占位符','水平偏移','衬于文字下方','从上方','终点箭头类型','椭圆箭头','未找到匹配结果。','标题黑色','水平对齐','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','位置和大小','垂直偏移','垂直对齐','切换动画','456mvUCKF','外部:右下','调整幻灯片缩略图面板大小','X\x20(px)','删除线','Y\x20(px)','顶部对齐','文本颜色','手绘效果','左对齐','文本背景色','表格大小','对象名称','长点划线','插入图片来源','设置背景格式','916866pmjUVr','单击此处添加副标题','标题幻灯片','隐藏母版/版式图形','右对齐','渐变填充','在下面新增幻灯片','点击为当前幻灯片添加备注','从当前幻灯片开始双屏播放','灰色细虚线','浮于文字上方','段落类型','持续时间','日期占位符','两端对齐','选择版式','3280612AdGpgK','短划线','线帽类型','垂直缩放','新建幻灯片','文件...','旋转\x20(°)','拐角半径','图片填充','外部:左上','未设置','选择幻灯片主题','页码占位符','上移一层','应用到全部','外部:左上(大)','绿色双向箭头','强调蓝色','开始裁剪','黑色细虚线','暂无备注','裁剪为形状','长双点划线','透明度','形状默认样式','插入图片','蓝色末端箭头'];_0x41c3=function(){return _0x4ab044;};return _0x41c3();}
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x29d7ec=_0xdaf9;function _0xdaf9(_0xe6e43d,_0x23c6ce){_0xe6e43d=_0xe6e43d-0x198;const _0x2f0cd8=_0x2f0c();let _0xdaf9f1=_0x2f0cd8[_0xe6e43d];return _0xdaf9f1;}(function(_0x470f26,_0x11d813){const _0x1eb345=_0xdaf9,_0x5b4df1=_0x470f26();while(!![]){try{const _0x15b05a=parseInt(_0x1eb345(0x29a))/0x1*(-parseInt(_0x1eb345(0x1ec))/0x2)+parseInt(_0x1eb345(0x198))/0x3*(parseInt(_0x1eb345(0x19d))/0x4)+parseInt(_0x1eb345(0x1da))/0x5*(-parseInt(_0x1eb345(0x273))/0x6)+-parseInt(_0x1eb345(0x254))/0x7+parseInt(_0x1eb345(0x23c))/0x8+parseInt(_0x1eb345(0x19e))/0x9+-parseInt(_0x1eb345(0x21a))/0xa*(parseInt(_0x1eb345(0x218))/0xb);if(_0x15b05a===_0x11d813)break;else _0x5b4df1['push'](_0x5b4df1['shift']());}catch(_0x3c3c8d){_0x5b4df1['push'](_0x5b4df1['shift']());}}}(_0x2f0c,0x397fe));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x29d7ec(0x262),'changeShape':_0x29d7ec(0x21c)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x29d7ec(0x24b),'textVertical':_0x29d7ec(0x1b3),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x29d7ec(0x28f),'customSize':_0x29d7ec(0x2a3),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':'搜尋幻燈片與物件','noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':'找不到結果。','slidePrefix':_0x29d7ec(0x1f3)},'themePicker':{'title':_0x29d7ec(0x205),'caption':_0x29d7ec(0x29f),'tooltip':'選擇幻燈片佈景主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x29d7ec(0x1b2),'heading1':_0x29d7ec(0x1e1),'increaseFontSize':'放大字型','decreaseFontSize':'縮小字型','textColor':_0x29d7ec(0x24d),'transparentTextColor':_0x29d7ec(0x27d),'textBackgroundColor':_0x29d7ec(0x215),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x29d7ec(0x1d0),'horizontalAlign':'水平對齊','verticalAlign':_0x29d7ec(0x28e),'alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':_0x29d7ec(0x282),'alignTop':_0x29d7ec(0x24a),'alignMiddle':_0x29d7ec(0x1dc),'alignBottom':_0x29d7ec(0x287)},'quickStyles':{'tooltip':'快速樣式','shapeStyles':_0x29d7ec(0x256),'lineStyles':'線條樣式','textStyles':_0x29d7ec(0x1ed),'more':_0x29d7ec(0x275),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x29d7ec(0x231),'blueSolid':'藍色細實線','orangeSolid':_0x29d7ec(0x286),'graySolid':_0x29d7ec(0x23d),'blueEndArrow':_0x29d7ec(0x1f7),'greenTwoWayArrow':_0x29d7ec(0x278),'blackDashed':_0x29d7ec(0x1c2),'blueDashed':_0x29d7ec(0x255),'grayDashed':_0x29d7ec(0x299),'blueDashedEndArrow':_0x29d7ec(0x20d),'grayDashedEndArrow':_0x29d7ec(0x246),'greenDashedTwoWayArrow':_0x29d7ec(0x1c3)},'text':{'bodyBlack':'內文黑色','titleBlack':_0x29d7ec(0x1a9),'accentBlue':_0x29d7ec(0x208),'accentOrange':'強調橙色','noteGray':_0x29d7ec(0x29e)}}},'thumbnailBar':{'resizePanel':_0x29d7ec(0x242),'addSlide':_0x29d7ec(0x211),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x29d7ec(0x271),'delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':'標題幻燈片','titleAndBody':_0x29d7ec(0x1b9),'sectionHeader':'章節標題','twoColumns':'兩欄內容','comparison':'比較','blank':'空白','titleOnly':_0x29d7ec(0x22f),'pictureWithCaption':_0x29d7ec(0x1e2)}}},'shapePanel':{'title':'圖案格式設定','shapeStyle':_0x29d7ec(0x256),'shapePosition':'位置','openPanel':'打開形狀面板','deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x29d7ec(0x1f1),'alignCenter':_0x29d7ec(0x25f),'alignRight':_0x29d7ec(0x207),'alignJustify':_0x29d7ec(0x25c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x29d7ec(0x292),'textBackgroundColor':_0x29d7ec(0x215),'fillColor':_0x29d7ec(0x215),'resetColor':_0x29d7ec(0x1a2)},'align':{'top':_0x29d7ec(0x1af),'middle':'垂直居中','bottom':_0x29d7ec(0x290)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x29d7ec(0x29d),'behindText':_0x29d7ec(0x213),'inFrontText':'文字在後'},'position':{'title':_0x29d7ec(0x1ea),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x29d7ec(0x1ef),'shadowPresetCustom':'自訂','shadowTransparency':_0x29d7ec(0x228),'shadowSize':'大小','shadowPreset':{'shdw6':_0x29d7ec(0x268),'shdw5':_0x29d7ec(0x20b),'shdw2':_0x29d7ec(0x238),'shdw1':_0x29d7ec(0x221),'shdw14':'外部:右下(小)','shdw10':'外部:左上(大)'}},'fill':{'title':'填滿','noFill':_0x29d7ec(0x285),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x29d7ec(0x228),'picture':{'source':_0x29d7ec(0x27a),'insert':_0x29d7ec(0x224),'tileAsTexture':_0x29d7ec(0x1e4),'offsetX':'X\x20位移','offsetY':_0x29d7ec(0x289),'scaleX':_0x29d7ec(0x1b4),'scaleY':'Y\x20縮放','alignment':'對齊','rotateWithShape':'隨圖案旋轉','align':{'tl':'靠左上','t':'靠上','tr':_0x29d7ec(0x1fc),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x29d7ec(0x279),'b':'靠下','br':'靠右下'}}},'line':{'title':'線條','noLine':_0x29d7ec(0x21b),'solidLine':'實線','color':'色彩','transparency':_0x29d7ec(0x228),'width':'寬度','cornerRadius':_0x29d7ec(0x244),'beginArrowType':_0x29d7ec(0x209),'beginArrowSize':_0x29d7ec(0x222),'endArrowType':_0x29d7ec(0x206),'endArrowSize':_0x29d7ec(0x283),'dashType':{'title':_0x29d7ec(0x237),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x29d7ec(0x21d),'longDashDot':'長虛線-點','longDashDotDot':_0x29d7ec(0x1ae)},'capType':{'title':_0x29d7ec(0x1fe),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':'接合類型','miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':'草圖類型','none':'無','curved':'曲線','freehand':'自由線條','handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x29d7ec(0x27e),'stealthArrow':_0x29d7ec(0x201),'diamondArrow':_0x29d7ec(0x235),'ovalArrow':_0x29d7ec(0x1c9)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x29d7ec(0x1aa),'showAll':_0x29d7ec(0x241),'hideAll':_0x29d7ec(0x1e5),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x29d7ec(0x1ab),'nameInput':_0x29d7ec(0x1c0),'empty':_0x29d7ec(0x1db)},'backgroundPanel':{'title':_0x29d7ec(0x23e),'backgroundGraphics':_0x29d7ec(0x1fb),'hideBackgroundGraphics':'隱藏母片/版面配置圖形','presentationBackground':_0x29d7ec(0x216),'presentationBackgroundEmpty':_0x29d7ec(0x1f8),'presentationBackgroundImages':_0x29d7ec(0x1c4),'setPresentationBackground':_0x29d7ec(0x1c8),'clearPresentationBackground':'清除','none':_0x29d7ec(0x266),'solid':_0x29d7ec(0x1a6),'gradient':_0x29d7ec(0x28d),'image':_0x29d7ec(0x260),'pattern':_0x29d7ec(0x28a),'color':'色彩','transparency':_0x29d7ec(0x228),'imageSource':_0x29d7ec(0x1c6),'insertImage':_0x29d7ec(0x1c7),'fit':'適配','fitOptions':{'cover':'填滿','contain':'最適大小','stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':_0x29d7ec(0x284),'resetBackground':_0x29d7ec(0x243)},'transitionPanel':{'title':'轉場效果','effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x29d7ec(0x284),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x29d7ec(0x212),'backgroundPanel':_0x29d7ec(0x23e),'transitionPanel':_0x29d7ec(0x288),'speakerNotes':'講者備註','ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':_0x29d7ec(0x1bf),'flipVertical':_0x29d7ec(0x1e8),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0x29d7ec(0x21f),'playFromCurrent':_0x29d7ec(0x265),'playDualScreen':'雙螢幕簡報','playDualScreenFromBeginning':_0x29d7ec(0x25a),'playDualScreenFromCurrent':'雙螢幕・從目前開始','dualScreenUnavailable':_0x29d7ec(0x19b),'fullscreenPrompt':_0x29d7ec(0x210),'presentationEnded':_0x29d7ec(0x233),'previous':_0x29d7ec(0x1d2),'next':_0x29d7ec(0x26a),'exit':'結束','slideProgress':_0x29d7ec(0x1a5),'speakerNotes':_0x29d7ec(0x20a),'speakerNotesPlaceholder':_0x29d7ec(0x1cb),'speakerNotesEmpty':_0x29d7ec(0x1f9),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x29d7ec(0x1c5),'equationShape':'公式形狀','flowchart':'流程圖','starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x29d7ec(0x26f),'straight-connector2':_0x29d7ec(0x261),'bent-connector3':'折線','bent-connector3-arrow1':_0x29d7ec(0x2a5),'bent-connector3-arrow2':_0x29d7ec(0x227),'curved-connector3':'曲線','curved-connector3-arrow1':_0x29d7ec(0x1d5),'curved-connector3-arrow2':_0x29d7ec(0x272),'rect':'矩形','round-rect':_0x29d7ec(0x258),'snip1-rect':_0x29d7ec(0x296),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x29d7ec(0x1bc),'snip-round-rect':_0x29d7ec(0x26b),'round1-rect':_0x29d7ec(0x259),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x29d7ec(0x281),'rect-textbox-horizontal':_0x29d7ec(0x293),'rect-textbox-vertical':_0x29d7ec(0x27c),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0x29d7ec(0x1df),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':'五邊形','hexagon':'六邊形','heptagon':_0x29d7ec(0x22a),'octagon':_0x29d7ec(0x1f6),'decagon':_0x29d7ec(0x236),'dodecagon':_0x29d7ec(0x1d4),'pie':_0x29d7ec(0x253),'chord':'弦形','teardrop':'淚滴形','frame':'圖文框','half-frame':_0x29d7ec(0x1be),'corner':'L形','diag-stripe':'斜紋','plus':_0x29d7ec(0x1bb),'plaque':_0x29d7ec(0x1cf),'can':_0x29d7ec(0x230),'cube':_0x29d7ec(0x23f),'bevel':'矩形:棱台','donut':_0x29d7ec(0x26e),'no-smoking':_0x29d7ec(0x20e),'block-arc':'空心弧','folder-corner':_0x29d7ec(0x229),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x29d7ec(0x1a4),'sun':_0x29d7ec(0x219),'moon':_0x29d7ec(0x203),'cloud':'雲形','arc':'弧形','bracket-pair':_0x29d7ec(0x1a0),'brace-pair':_0x29d7ec(0x270),'left-bracket':_0x29d7ec(0x2a6),'right-bracket':_0x29d7ec(0x240),'left-brace':_0x29d7ec(0x21e),'right-brace':_0x29d7ec(0x280),'right-arrow':_0x29d7ec(0x20c),'left-arrow':_0x29d7ec(0x28b),'up-arrow':_0x29d7ec(0x1ad),'down-arrow':_0x29d7ec(0x214),'left-right-arrow':_0x29d7ec(0x1b1),'up-down-arrow':_0x29d7ec(0x199),'quad-arrow':_0x29d7ec(0x252),'left-right-up-arrow':_0x29d7ec(0x226),'bent-arrow':_0x29d7ec(0x274),'uturn-arrow':_0x29d7ec(0x29c),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x29d7ec(0x247),'curved-right-arrow':_0x29d7ec(0x1e0),'curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x29d7ec(0x251),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x29d7ec(0x1fa),'notched-right-arrow':_0x29d7ec(0x1bd),'home-plate':_0x29d7ec(0x23a),'chevron':'箭頭:V型','right-arrow-callout':_0x29d7ec(0x1fd),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x29d7ec(0x232),'left-right-arrow-callout':_0x29d7ec(0x263),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x29d7ec(0x1b7),'flow-chart-process':_0x29d7ec(0x204),'flow-chart-alternate-process':_0x29d7ec(0x1ca),'flow-chart-decision':_0x29d7ec(0x291),'flow-chart-input-output':_0x29d7ec(0x22d),'flow-chart-predefined-process':_0x29d7ec(0x1dd),'flow-chart-internal-storage':_0x29d7ec(0x234),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x29d7ec(0x1b0),'flow-chart-terminator':_0x29d7ec(0x2a2),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x29d7ec(0x1eb),'flow-chart-manual-operation':_0x29d7ec(0x1d6),'flow-chart-connector':_0x29d7ec(0x25e),'flow-chart-offpage-connector':_0x29d7ec(0x249),'flow-chart-punched-card':_0x29d7ec(0x19f),'flow-chart-punched-tape':_0x29d7ec(0x294),'flow-chart-summing-junction':_0x29d7ec(0x1f2),'flow-chart-or':_0x29d7ec(0x1a1),'flow-chart-collate':_0x29d7ec(0x24f),'flow-chart-sort':'流程圖:排序','flow-chart-extract':'流程圖:摘錄','flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x29d7ec(0x1d8),'flow-chart-delay':_0x29d7ec(0x1e9),'flow-chart-magnetic-tape':_0x29d7ec(0x28c),'flow-chart-magnetic-disk':_0x29d7ec(0x23b),'flow-chart-magnetic-drum':_0x29d7ec(0x1a8),'flow-chart-display':'流程圖:顯示','irregular-seal1':'爆炸形:8pt','irregular-seal2':'爆炸形:14pt','star4':_0x29d7ec(0x1e3),'star5':'星形:五角','star6':'星形:六角','star7':_0x29d7ec(0x1e6),'star8':_0x29d7ec(0x27f),'star10':_0x29d7ec(0x1a7),'star12':_0x29d7ec(0x22c),'star16':_0x29d7ec(0x1e7),'star24':'星形:二十四角','star32':_0x29d7ec(0x200),'ribbon2':_0x29d7ec(0x22e),'ribbon':_0x29d7ec(0x225),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x29d7ec(0x1de),'vertical-scroll':_0x29d7ec(0x220),'horizontal-scroll':_0x29d7ec(0x1b6),'wave':'波形','double-wave':_0x29d7ec(0x257),'wedge-rect-callout':_0x29d7ec(0x217),'wedge-round-rect-callout':_0x29d7ec(0x248),'wedge-ellipse-callout':_0x29d7ec(0x295),'cloud-callout':'氣泡:雲','border-callout1':_0x29d7ec(0x29b),'border-callout2':'標註:彎曲線形','border-callout3':_0x29d7ec(0x22b),'accent-callout1':_0x29d7ec(0x1cd),'accent-callout2':_0x29d7ec(0x223),'accent-callout3':_0x29d7ec(0x1b5),'callout1':'標註:線形(無邊框)','callout2':_0x29d7ec(0x25d),'callout3':_0x29d7ec(0x276),'accent-border-callout1':_0x29d7ec(0x24e),'accent-border-callout2':_0x29d7ec(0x298),'accent-border-callout3':_0x29d7ec(0x26d),'left-circular-arrow':_0x29d7ec(0x1f0),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x29d7ec(0x2a4),'left-right-ribbon':_0x29d7ec(0x269),'pie-wedge':_0x29d7ec(0x239),'funnel':'漏斗','gear6':_0x29d7ec(0x1f4),'gear9':_0x29d7ec(0x1ee),'corner-tabs':'角標','action-button-back-previous':_0x29d7ec(0x245),'action-button-forward-next':_0x29d7ec(0x24c),'action-button-beginning':_0x29d7ec(0x1d3),'action-button-end':_0x29d7ec(0x1ff),'action-button-home':_0x29d7ec(0x1d7),'action-button-information':_0x29d7ec(0x297),'action-button-return':_0x29d7ec(0x264),'action-button-movie':'電影按鈕','action-button-document':_0x29d7ec(0x1f5),'action-button-sound':_0x29d7ec(0x1c1),'action-button-help':'幫助按鈕','action-button-blank':_0x29d7ec(0x1ba),'chart-plus':'圖表加號','chart-star':_0x29d7ec(0x277),'chart-x':_0x29d7ec(0x20f),'flow-chart-offline-storage':_0x29d7ec(0x1d1),'line-inv':_0x29d7ec(0x202),'plaque-tabs':_0x29d7ec(0x1d9),'square-tabs':_0x29d7ec(0x2a0),'up-down-arrow-callout':'上下箭頭標註'}},'slide':{'placeholder':{'text':{'title':_0x29d7ec(0x25b),'subtitle':'按一下以新增副標題','body':'按一下以新增文字','text':_0x29d7ec(0x1b8),'header':_0x29d7ec(0x1a3),'footer':_0x29d7ec(0x1ce),'date':_0x29d7ec(0x250),'slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x29d7ec(0x1ac),'backward':_0x29d7ec(0x1cc),'front':_0x29d7ec(0x19c),'back':'移到最後面'},'transform':{'title':'轉換','rotate':'旋轉\x20(°)','x':'X\x20(像素)','y':_0x29d7ec(0x267),'width':_0x29d7ec(0x27b),'height':_0x29d7ec(0x2a1),'lock':'鎖定長寬比'},'crop':{'title':'裁剪','start':_0x29d7ec(0x26c),'mode':'自由','shape':_0x29d7ec(0x19a)}}}};export{e as default};function _0x2f0c(){const _0xe7f4fb=['40NgYcYF','文字樣式','9齒齒輪','無陰影','左圓形箭頭','左對齊','流程圖:匯總連接','幻燈片','6齒齒輪','文檔按鈕','八邊形','藍色末端箭頭線條','未設定','無講者備註','箭頭:虛尾','背景圖形','靠右上','標註:右箭頭','線端類型','結束按鈕','星形:三十二角','隱形箭頭','線反向','新月形','流程圖:過程','佈景主題','末端箭頭類型','右對齊','強調藍色','前端箭頭類型','講者備註','外部:左下','箭頭:右','藍色虛線末端箭頭','禁止符','圖表X','按一下以全螢幕','+\x20新增幻燈片','新增幻燈片','文字在前','箭頭:下','文字背景色','簡報背景','對話氣泡:矩形','47795XbZVYk','太陽形','440zcRVdM','無線條','更改形狀','長虛線','左大括號','從頭播放','卷形:垂直','外部:左上','前端箭頭大小','標註:彎曲線形(帶強調線)','插入圖片','帶形:前凸','箭頭:丁字','雙箭頭折線','透明度','矩形:折角','七邊形','標註:雙彎曲線形','星形:十二角','流程圖:數據','帶形:上凸','僅標題','圓柱形','黑色細實線','標註:上箭頭','簡報結束','流程圖:內部貯存','菱形箭頭','十邊形','虛線類型','外部:右上','餅形楔','五邊形','流程圖:磁盤','2080200rniJfU','灰色細實線','背景格式設定','立方體','右中括號','全部顯示','調整投影片縮圖面板大小','重設背景','拐角半徑','返回/上一個按鈕','灰色虛線末端箭頭','箭頭:直角上','對話氣泡:圓角矩形','流程圖:離頁連接符','頂端對齊','水平文字方塊','前進/下一個按鈕','文字色彩','標註:線形(帶邊框和強調線)','流程圖:對照','日期預留位置','箭頭:上弧形','箭頭:十字','不完整圓','1003632kOaECi','藍色細虛線','圖案樣式','雙波形','圓角矩形','矩形:單圓角','雙螢幕・從頭開始','按一下以新增標題','兩端對齊','標註:彎曲線形(無邊框)','流程圖:接點','居中對齊','圖片填滿','雙箭頭直線','圖案格式','標註:左右箭頭','返回按鈕','從目前幻燈片播放','無填滿','Y\x20(像素)','外部:右下','左右帶形','下一頁','矩形:一個圓頂角,剪去另一個頂角','開始裁剪','標註:雙彎曲線形(帶邊框和強調線)','圓:空心','直線箭頭','雙大括號','在下方新增投影片','雙箭頭曲線','80886QGxPkk','箭頭:圓角右','更多樣式','標註:雙彎曲線形(無邊框)','圖表星號','綠色雙向箭頭線條','靠左下','圖片來源','寬度\x20(像素)','縱向文字方塊','透明文字色彩','開放箭頭','星形:八角','右大括號','矩形:對角圓角','左右對齊','末端箭頭大小','全部套用','無顏色','橙色細實線','底端對齊','轉場效果','Y\x20位移','圖樣填滿','箭頭:左','流程圖:順序訪問存儲器','漸層填滿','垂直對齊','Table\x20size','底部對齊','流程圖:決策','文字顏色','橫向文字方塊','流程圖:資料帶','對話氣泡:圓形','剪去單角矩形','信息按鈕','標註:彎曲線形(帶邊框和強調線)','灰色細虛線','4280mYthKC','標註:線形','箭頭:手杖形','上及下','註解灰色','圖案預設值','方形標籤','高度\x20(像素)','流程圖:終止','自訂大小','彎曲箭頭','折線:箭頭','左中括號','429LeJgGZ','箭頭:上下','裁剪為圖案','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','移到最前面','4688ZWALPa','2173806TqCvjl','流程圖:卡片','雙括號','流程圖:或者','重置顏色','頁首預留位置','閃電形','第\x20{current}\x20/\x20{total}\x20張','純色填滿','星形:十角','流程圖:直接訪問存儲器','標題黑色','物件列表','下移一層','移到最上層','箭頭:上','長虛線-點-點','頂部對齊','流程圖:多文檔','箭頭:左右','段落類型','垂直文字方塊','X\x20縮放','標註:雙彎曲線形(帶強調線)','卷形:水平','不等號','按一下以新增文字','標題與內容','空白按鈕','十字形','矩形:剪去對角','箭頭:燕尾形','半閉框','水平翻轉','物件名稱','聲音按鈕','黑色細虛線','綠色虛線雙向箭頭','張圖片','箭頭總匯','插入圖片來源','檔案...','設定背景','橢圓箭頭','流程圖:可選過程','按一下新增目前幻燈片的備註','移到最下層','標註:線形(帶強調線)','頁尾預留位置','缺角矩形','刪除線','流程圖:離線存儲','上一頁','開始按鈕','十二邊形','曲線:箭頭','流程圖:手動操作','主頁按鈕','流程圖:存儲數據','牌匾標籤','5JZsNgV','暫無物件','垂直置中','流程圖:預定義過程','帶形:前凸彎','直角三角形','箭頭:右弧形','標題1','含標題圖片','星形:四角','圖片並排作為材質','全部隱藏','星形:七角','星形:十六角','垂直翻轉','流程圖:延期','位置與大小','流程圖:手動輸入'];_0x2f0c=function(){return _0xe7f4fb;};return _0x2f0c();}
|
|
1
|
+
const _0x92323e=_0x27d4;(function(_0x25f2de,_0x4439ca){const _0x2c20fd=_0x27d4,_0x480765=_0x25f2de();while(!![]){try{const _0x4e2869=-parseInt(_0x2c20fd(0x1e3))/0x1+-parseInt(_0x2c20fd(0x1ee))/0x2*(parseInt(_0x2c20fd(0x1dd))/0x3)+-parseInt(_0x2c20fd(0x1df))/0x4+-parseInt(_0x2c20fd(0x18a))/0x5+-parseInt(_0x2c20fd(0x17e))/0x6*(parseInt(_0x2c20fd(0x1a2))/0x7)+parseInt(_0x2c20fd(0x1ab))/0x8*(parseInt(_0x2c20fd(0x16e))/0x9)+-parseInt(_0x2c20fd(0x1ce))/0xa*(-parseInt(_0x2c20fd(0x1bf))/0xb);if(_0x4e2869===_0x4439ca)break;else _0x480765['push'](_0x480765['shift']());}catch(_0x9d81ad){_0x480765['push'](_0x480765['shift']());}}}(_0xc442,0x9d2e6));function _0xc442(){const _0x1d4f06=['長虛線-點','按一下以全螢幕','選擇版面配置','藍色虛線末端箭頭','漸層填滿','高度\x20(像素)','選擇物件以編輯詳情','28074430ubNpmi','暫無物件','講者備註','垂直對齊','表格大小','末端箭頭大小','草圖類型','段落類型','佈景主題','線條樣式','標題黑色','註解灰色','文字方塊','標題與內容','圖案預設值','2988KdtJvL','前端箭頭類型','4014184MfvQzo','強調橙色','文字色彩','圖案樣式','1214255JCKEFj','線端類型','綠色雙向箭頭線條','移到最前面','前端箭頭大小','檔案...','刪除線','垂直文字方塊','外部:左上(大)','物件列表','未設定','1642fKEQyp','插入圖片來源','簡報結束','灰色細虛線','快速樣式','靠左上','透明度','垂直翻轉','重置顏色','藍色末端箭頭線條','底部對齊','選擇幻燈片佈景主題','幻燈片編號預留位置','物件名稱','接合類型','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','兩端對齊','下一頁','5597973amsgVm','放大字型','移到最後面','按一下以新增文字','移到最下層','隱藏母片/版面配置圖形','Y\x20位移','縮小字型','藍色細虛線','垂直置中','開放箭頭','文字顏色','最適大小','隨圖案旋轉','背景格式設定','簡報背景','253884kUsvll','橢圓箭頭','插入圖片','更多樣式','新增描述','上移一層','圖樣設定即將推出。','新增幻燈片','+\x20新增幻燈片','文字在後','外部:左下','自訂大小','379540sPxcMP','圖片來源','全部套用','含標題圖片','外部:右下(小)','雙螢幕・從目前開始','靠右上','圖案格式','寬度\x20(像素)','末端箭頭類型','與文字排列','鎖定長寬比','幻燈片','外部:右上','全部顯示','第\x20{current}\x20/\x20{total}\x20張','設定背景','打開形狀面板','搜尋幻燈片與物件','無填滿','圖片填滿','靠右下','下移一層','無陰影','49mTRcyx','重設背景','強調藍色','標題1','內文黑色','Y\x20(像素)','陰影顏色','背景圖形','靠左下','16sMGTMW','按一下新增目前幻燈片的備註','長虛線','頂端對齊','頂部對齊','灰色虛線末端箭頭','文字在前','無講者備註','從目前幻燈片播放','無線條','藍色細實線','僅標題','X\x20位移','按一下以新增標題','移到最上層','底端對齊','按一下以新增副標題','X\x20縮放','X\x20(像素)','刪除形狀','11RgRVjt','外部:右下','水平文字方塊','文字背景色','圖案格式設定','上一頁','旋轉\x20(°)','轉場效果'];_0xc442=function(){return _0x1d4f06;};return _0xc442();}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x92323e(0x191),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x92323e(0x1da),'textHorizontal':_0x92323e(0x1c1),'textVertical':_0x92323e(0x1ea),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x92323e(0x1d2),'customSize':_0x92323e(0x189),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x92323e(0x19c),'noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':'找不到結果。','slidePrefix':_0x92323e(0x196)},'themePicker':{'title':_0x92323e(0x1d6),'caption':_0x92323e(0x1dc),'tooltip':_0x92323e(0x167)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x92323e(0x1d5),'heading1':_0x92323e(0x1a5),'increaseFontSize':_0x92323e(0x16f),'decreaseFontSize':_0x92323e(0x175),'textColor':_0x92323e(0x1e1),'transparentTextColor':'透明文字色彩','textBackgroundColor':_0x92323e(0x1c2),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x92323e(0x1e9),'horizontalAlign':'水平對齊','verticalAlign':_0x92323e(0x1d1),'alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':'左右對齊','alignTop':_0x92323e(0x1ae),'alignMiddle':_0x92323e(0x177),'alignBottom':_0x92323e(0x1ba)},'quickStyles':{'tooltip':_0x92323e(0x1f2),'shapeStyles':'圖案樣式','lineStyles':_0x92323e(0x1d7),'textStyles':'文字樣式','more':_0x92323e(0x181),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':'黑色細實線','blueSolid':_0x92323e(0x1b5),'orangeSolid':'橙色細實線','graySolid':'灰色細實線','blueEndArrow':_0x92323e(0x165),'greenTwoWayArrow':_0x92323e(0x1e5),'blackDashed':'黑色細虛線','blueDashed':_0x92323e(0x176),'grayDashed':_0x92323e(0x1f1),'blueDashedEndArrow':_0x92323e(0x1ca),'grayDashedEndArrow':_0x92323e(0x1b0),'greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':_0x92323e(0x1a6),'titleBlack':_0x92323e(0x1d8),'accentBlue':_0x92323e(0x1a4),'accentOrange':_0x92323e(0x1e0),'noteGray':_0x92323e(0x1d9)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x92323e(0x186),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x92323e(0x1c9),'layouts':{'title':'標題幻燈片','titleAndBody':_0x92323e(0x1db),'sectionHeader':'章節標題','twoColumns':'兩欄內容','comparison':'比較','blank':'空白','titleOnly':_0x92323e(0x1b6),'pictureWithCaption':_0x92323e(0x18d)}}},'shapePanel':{'title':_0x92323e(0x1c3),'shapeStyle':_0x92323e(0x1e2),'shapePosition':'位置','openPanel':_0x92323e(0x19b),'deleteShape':_0x92323e(0x1be),'toolbar':{'alignLeft':'左對齊','alignCenter':'居中對齊','alignRight':'右對齊','alignJustify':_0x92323e(0x16c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x92323e(0x1e9),'textColor':_0x92323e(0x179),'textBackgroundColor':_0x92323e(0x1c2),'fillColor':'文字背景色','resetColor':_0x92323e(0x1f6)},'align':{'top':_0x92323e(0x1af),'middle':'垂直居中','bottom':_0x92323e(0x166)},'textWrap':{'inline':_0x92323e(0x194),'square':'矩形','topAndBottom':'上及下','behindText':_0x92323e(0x1b1),'inFrontText':_0x92323e(0x187)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x92323e(0x1a8),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x92323e(0x1a1),'shadowPresetCustom':'自訂','shadowTransparency':_0x92323e(0x1f4),'shadowSize':'大小','shadowPreset':{'shdw6':_0x92323e(0x1c0),'shdw5':_0x92323e(0x188),'shdw2':_0x92323e(0x197),'shdw1':'外部:左上','shdw14':_0x92323e(0x18e),'shdw10':_0x92323e(0x1eb)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x92323e(0x1f4),'picture':{'source':_0x92323e(0x18b),'insert':_0x92323e(0x180),'tileAsTexture':'圖片並排作為材質','offsetX':_0x92323e(0x1b7),'offsetY':_0x92323e(0x174),'scaleX':_0x92323e(0x1bc),'scaleY':'Y\x20縮放','alignment':'對齊','rotateWithShape':_0x92323e(0x17b),'align':{'tl':_0x92323e(0x1f3),'t':'靠上','tr':_0x92323e(0x190),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x92323e(0x1aa),'b':'靠下','br':_0x92323e(0x19f)}}},'line':{'title':'線條','noLine':_0x92323e(0x1b4),'solidLine':'實線','color':'色彩','transparency':_0x92323e(0x1f4),'width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x92323e(0x1de),'beginArrowSize':_0x92323e(0x1e7),'endArrowType':_0x92323e(0x193),'endArrowSize':_0x92323e(0x1d3),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x92323e(0x1ad),'longDashDot':_0x92323e(0x1c7),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x92323e(0x1e4),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x92323e(0x16a),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x92323e(0x1d4),'none':'無','curved':'曲線','freehand':'自由線條','handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x92323e(0x178),'stealthArrow':'隱形箭頭','diamondArrow':'菱形箭頭','ovalArrow':_0x92323e(0x17f)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x92323e(0x1ec),'showAll':_0x92323e(0x198),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x92323e(0x183),'moveBackward':_0x92323e(0x1a0),'nameInput':_0x92323e(0x169),'empty':_0x92323e(0x1cf),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x92323e(0x182),'details':'詳情','noSelection':_0x92323e(0x1cd)},'backgroundPanel':{'title':_0x92323e(0x17c),'backgroundGraphics':_0x92323e(0x1a9),'hideBackgroundGraphics':_0x92323e(0x173),'presentationBackground':_0x92323e(0x17d),'presentationBackgroundEmpty':_0x92323e(0x1ed),'presentationBackgroundImages':'張圖片','setPresentationBackground':_0x92323e(0x19a),'clearPresentationBackground':'清除','none':_0x92323e(0x19d),'solid':'純色填滿','gradient':_0x92323e(0x1cb),'image':_0x92323e(0x19e),'pattern':'圖樣填滿','color':'色彩','transparency':_0x92323e(0x1f4),'imageSource':_0x92323e(0x1ef),'insertImage':_0x92323e(0x1e8),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x92323e(0x17a),'stretch':'延展','repeat':'並排'},'patternHint':_0x92323e(0x184),'applyToAll':_0x92323e(0x18c),'resetBackground':_0x92323e(0x1a3)},'transitionPanel':{'title':'轉場效果','effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x92323e(0x18c),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x92323e(0x185),'backgroundPanel':'背景格式設定','transitionPanel':_0x92323e(0x1c6),'speakerNotes':_0x92323e(0x1d0),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':'水平翻轉','flipVertical':_0x92323e(0x1f5),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':'從頭播放','playFromCurrent':_0x92323e(0x1b3),'playDualScreen':'雙螢幕簡報','playDualScreenFromBeginning':'雙螢幕・從頭開始','playDualScreenFromCurrent':_0x92323e(0x18f),'dualScreenUnavailable':_0x92323e(0x16b),'fullscreenPrompt':_0x92323e(0x1c8),'presentationEnded':_0x92323e(0x1f0),'previous':_0x92323e(0x1c4),'next':_0x92323e(0x16d),'exit':'結束','slideProgress':_0x92323e(0x199),'speakerNotes':_0x92323e(0x1d0),'speakerNotesPlaceholder':_0x92323e(0x1ac),'speakerNotesEmpty':_0x92323e(0x1b2),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x92323e(0x1b8),'subtitle':_0x92323e(0x1bb),'body':_0x92323e(0x171),'text':'按一下以新增文字','header':'頁首預留位置','footer':'頁尾預留位置','date':'日期預留位置','slideNumber':_0x92323e(0x168)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x92323e(0x1b9),'backward':_0x92323e(0x172),'front':_0x92323e(0x1e6),'back':_0x92323e(0x170)},'transform':{'title':'轉換','rotate':_0x92323e(0x1c5),'x':_0x92323e(0x1bd),'y':_0x92323e(0x1a7),'width':_0x92323e(0x192),'height':_0x92323e(0x1cc),'lock':_0x92323e(0x195)},'crop':{'title':'裁剪','start':'開始裁剪','mode':'自由','shape':'裁剪為圖案'}}}};function _0x27d4(_0x40414b,_0x40bb77){_0x40414b=_0x40414b-0x165;const _0xc4426f=_0xc442();let _0x27d4aa=_0xc4426f[_0x40414b];return _0x27d4aa;}export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x4677c2=_0xdb9e;(function(_0x4e050a,_0x318c8a){const _0x231152=_0xdb9e,_0x1aad52=_0x4e050a();while(!![]){try{const _0x37b778=parseInt(_0x231152(0x133))/0x1*(parseInt(_0x231152(0x124))/0x2)+parseInt(_0x231152(0x98))/0x3+parseInt(_0x231152(0xe0))/0x4*(parseInt(_0x231152(0x13e))/0x5)+-parseInt(_0x231152(0x9f))/0x6*(-parseInt(_0x231152(0x172))/0x7)+parseInt(_0x231152(0x14b))/0x8+parseInt(_0x231152(0x156))/0x9*(-parseInt(_0x231152(0xa9))/0xa)+-parseInt(_0x231152(0x15a))/0xb;if(_0x37b778===_0x318c8a)break;else _0x1aad52['push'](_0x1aad52['shift']());}catch(_0x1b133f){_0x1aad52['push'](_0x1aad52['shift']());}}}(_0x5466,0xb4d4e));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x4677c2(0x17a),'changeShape':_0x4677c2(0x16c)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x4677c2(0x119),'textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x4677c2(0xf5),'customSize':_0x4677c2(0xd4),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x4677c2(0xcd),'noQuery':'輸入關鍵字搜尋投影片名稱、文字和物件名稱。','empty':'找不到符合的結果。','slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x4677c2(0xd6),'tooltip':_0x4677c2(0x101)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':'段落類型','heading1':_0x4677c2(0xf1),'increaseFontSize':_0x4677c2(0x126),'decreaseFontSize':_0x4677c2(0x9b),'textColor':_0x4677c2(0x13c),'transparentTextColor':_0x4677c2(0xd0),'textBackgroundColor':_0x4677c2(0x12e),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4677c2(0x147),'horizontalAlign':_0x4677c2(0x131),'verticalAlign':_0x4677c2(0xaf),'alignLeft':_0x4677c2(0xa0),'alignCenter':'置中對齊','alignRight':_0x4677c2(0xde),'alignJustify':'左右對齊','alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':_0x4677c2(0x185)},'quickStyles':{'tooltip':_0x4677c2(0x10f),'shapeStyles':_0x4677c2(0xc3),'lineStyles':_0x4677c2(0x10b),'textStyles':_0x4677c2(0xb5),'more':_0x4677c2(0x11d),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x4677c2(0x18b),'blueSolid':_0x4677c2(0xf6),'orangeSolid':_0x4677c2(0x105),'graySolid':'灰色細實線','blueEndArrow':_0x4677c2(0x194),'greenTwoWayArrow':_0x4677c2(0x127),'blackDashed':'黑色細虛線','blueDashed':'藍色細虛線','grayDashed':'灰色細虛線','blueDashedEndArrow':_0x4677c2(0xf3),'grayDashedEndArrow':'灰色虛線終點箭頭','greenDashedTwoWayArrow':_0x4677c2(0x9d)},'text':{'bodyBlack':_0x4677c2(0x191),'titleBlack':'標題黑色','accentBlue':_0x4677c2(0x165),'accentOrange':_0x4677c2(0x184),'noteGray':_0x4677c2(0x192)}}},'thumbnailBar':{'resizePanel':_0x4677c2(0x10d),'addSlide':_0x4677c2(0xca),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x4677c2(0x8a),'layouts':{'title':_0x4677c2(0x8c),'titleAndBody':_0x4677c2(0xb9),'sectionHeader':_0x4677c2(0xa4),'twoColumns':_0x4677c2(0xf9),'comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':'圖片與標題'}}},'shapePanel':{'title':_0x4677c2(0x151),'shapeStyle':_0x4677c2(0xcf),'shapePosition':'位置','openPanel':_0x4677c2(0x142),'deleteShape':_0x4677c2(0x175),'toolbar':{'alignLeft':'左對齊','alignCenter':_0x4677c2(0x193),'alignRight':'右對齊','alignJustify':_0x4677c2(0xbf),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x4677c2(0xe7),'textBackgroundColor':_0x4677c2(0x12e),'fillColor':_0x4677c2(0x12e),'resetColor':_0x4677c2(0xfc)},'align':{'top':_0x4677c2(0x82),'middle':_0x4677c2(0x138),'bottom':_0x4677c2(0xd9)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x4677c2(0x167),'behindText':_0x4677c2(0x8b),'inFrontText':'文字在後'},'position':{'title':_0x4677c2(0x162),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x4677c2(0xd1),'shadowPresetCustom':'自訂','shadowTransparency':_0x4677c2(0x170),'shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x4677c2(0x16a),'shdw2':'外部:右上','shdw1':_0x4677c2(0x17d),'shdw14':_0x4677c2(0x128),'shdw10':_0x4677c2(0x100)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x4677c2(0x170),'picture':{'source':_0x4677c2(0x13b),'insert':_0x4677c2(0xa1),'tileAsTexture':_0x4677c2(0x14c),'offsetX':'水平位移','offsetY':_0x4677c2(0xbc),'scaleX':_0x4677c2(0x104),'scaleY':_0x4677c2(0xc9),'alignment':'對齊','rotateWithShape':'隨圖形旋轉','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x4677c2(0x12c),'solidLine':'實線','color':'色彩','transparency':_0x4677c2(0x170),'width':'寬度','cornerRadius':_0x4677c2(0x16e),'beginArrowType':_0x4677c2(0x91),'beginArrowSize':_0x4677c2(0x132),'endArrowType':_0x4677c2(0xf8),'endArrowSize':_0x4677c2(0x121),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x4677c2(0x8f),'dashDot':_0x4677c2(0x11b),'longDash':_0x4677c2(0x12a),'longDashDot':'長點劃線','longDashDotDot':_0x4677c2(0x137)},'capType':{'title':'端點類型','flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x4677c2(0xec),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x4677c2(0x95),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x4677c2(0x110)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':'空心箭頭','stealthArrow':'隱形箭頭','diamondArrow':_0x4677c2(0x189),'ovalArrow':_0x4677c2(0xbb)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x4677c2(0xb0),'showAll':'全部顯示','hideAll':_0x4677c2(0x160),'show':'顯示','hide':'隱藏','moveForward':_0x4677c2(0x153),'moveBackward':_0x4677c2(0x88),'nameInput':_0x4677c2(0xe1),'empty':_0x4677c2(0xb7)},'backgroundPanel':{'title':'設定背景格式','backgroundGraphics':_0x4677c2(0x18d),'hideBackgroundGraphics':_0x4677c2(0xfe),'presentationBackground':_0x4677c2(0x186),'presentationBackgroundEmpty':_0x4677c2(0xa6),'presentationBackgroundImages':_0x4677c2(0xc8),'setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x4677c2(0x176),'solid':_0x4677c2(0x173),'gradient':'漸層填滿','image':'圖片填滿','pattern':_0x4677c2(0x9e),'color':'色彩','transparency':'透明度','imageSource':_0x4677c2(0x146),'insertImage':_0x4677c2(0x188),'fit':'適應方式','fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x4677c2(0x12d),'applyToAll':'套用到全部','resetBackground':_0x4677c2(0xf2)},'transitionPanel':{'title':'切換動畫','effect':'效果','direction':'方向','duration':'持續時間','preview':'預覽','applyToAll':_0x4677c2(0x8d),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':_0x4677c2(0x181),'up':_0x4677c2(0x106),'down':_0x4677c2(0x139)}},'contextmenu':{'addPage':_0x4677c2(0x13a),'backgroundPanel':'設定背景格式','transitionPanel':_0x4677c2(0x183),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x4677c2(0x151),'flipHorizontal':_0x4677c2(0x129),'flipVertical':'垂直翻轉','group':'群組','ungroup':_0x4677c2(0xc0)},'presentation':{'play':'播放','playFromBeginning':'從頭開始播放','playFromCurrent':_0x4677c2(0x93),'playDualScreen':_0x4677c2(0x11f),'playDualScreenFromBeginning':_0x4677c2(0x135),'playDualScreenFromCurrent':_0x4677c2(0x10a),'dualScreenUnavailable':_0x4677c2(0xa5),'fullscreenPrompt':'點擊進入全螢幕','presentationEnded':'簡報已結束','previous':_0x4677c2(0x15e),'next':_0x4677c2(0xdd),'exit':'結束','slideProgress':_0x4677c2(0x177),'speakerNotes':'備註','speakerNotesPlaceholder':_0x4677c2(0xe6),'speakerNotesEmpty':_0x4677c2(0x116),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x4677c2(0xcc),'blockArrow':_0x4677c2(0x18e),'equationShape':'公式形狀','flowchart':_0x4677c2(0xd8),'starAndBanner':_0x4677c2(0x114),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x4677c2(0x166),'straight-connector2':_0x4677c2(0x17e),'bent-connector3':'折線','bent-connector3-arrow1':_0x4677c2(0x16b),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x4677c2(0xee),'curved-connector3-arrow2':_0x4677c2(0x109),'rect':'矩形','round-rect':_0x4677c2(0x87),'snip1-rect':_0x4677c2(0xb3),'snip2-same-rect':_0x4677c2(0x112),'snip2-diag-rect':_0x4677c2(0xb1),'snip-round-rect':_0x4677c2(0x125),'round1-rect':_0x4677c2(0x154),'round2-same-rect':_0x4677c2(0x161),'round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':_0x4677c2(0x119),'rect-textbox-vertical':_0x4677c2(0xe5),'ellipse':'橢圓','triangle':_0x4677c2(0xd5),'rt-triangle':_0x4677c2(0xd2),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x4677c2(0xbe),'diamond':'菱形','pentagon':_0x4677c2(0x159),'hexagon':_0x4677c2(0xd7),'heptagon':'七邊形','octagon':_0x4677c2(0xbd),'decagon':_0x4677c2(0xad),'dodecagon':_0x4677c2(0x18c),'pie':_0x4677c2(0x84),'chord':'弦形','teardrop':_0x4677c2(0x163),'frame':_0x4677c2(0xc4),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x4677c2(0xc5),'plaque':_0x4677c2(0x178),'can':_0x4677c2(0x17b),'cube':_0x4677c2(0x123),'bevel':'矩形:棱台','donut':_0x4677c2(0xc7),'no-smoking':_0x4677c2(0x13f),'block-arc':_0x4677c2(0x103),'folder-corner':_0x4677c2(0x152),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x4677c2(0xda),'sun':'太陽形','moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x4677c2(0x169),'left-bracket':_0x4677c2(0xd3),'right-bracket':_0x4677c2(0x111),'left-brace':'左大括號','right-brace':_0x4677c2(0x11e),'right-arrow':_0x4677c2(0x140),'left-arrow':_0x4677c2(0x190),'up-arrow':_0x4677c2(0xf0),'down-arrow':_0x4677c2(0x86),'left-right-arrow':_0x4677c2(0x16d),'up-down-arrow':_0x4677c2(0xb6),'quad-arrow':_0x4677c2(0xef),'left-right-up-arrow':_0x4677c2(0x94),'bent-arrow':_0x4677c2(0x157),'uturn-arrow':_0x4677c2(0x9c),'left-up-arrow':_0x4677c2(0x148),'bent-up-arrow':'箭頭:直角上','curved-right-arrow':_0x4677c2(0xa3),'curved-left-arrow':_0x4677c2(0x171),'curved-up-arrow':_0x4677c2(0xed),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x4677c2(0x15f),'home-plate':_0x4677c2(0x159),'chevron':_0x4677c2(0xae),'right-arrow-callout':_0x4677c2(0x11a),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x4677c2(0xfb),'left-right-arrow-callout':_0x4677c2(0x14d),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x4677c2(0x18a),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x4677c2(0x158),'flow-chart-process':_0x4677c2(0x16f),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x4677c2(0xce),'flow-chart-input-output':_0x4677c2(0xab),'flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x4677c2(0x97),'flow-chart-document':_0x4677c2(0xf7),'flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x4677c2(0x85),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x4677c2(0xc6),'flow-chart-manual-operation':_0x4677c2(0xcb),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x4677c2(0x96),'flow-chart-punched-card':_0x4677c2(0x130),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x4677c2(0xac),'flow-chart-or':_0x4677c2(0x89),'flow-chart-collate':_0x4677c2(0xe3),'flow-chart-sort':_0x4677c2(0x144),'flow-chart-extract':_0x4677c2(0x179),'flow-chart-merge':_0x4677c2(0x17c),'flow-chart-online-storage':_0x4677c2(0x12f),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x4677c2(0xc1),'flow-chart-magnetic-disk':'流程圖:磁盤','flow-chart-magnetic-drum':_0x4677c2(0xaa),'flow-chart-display':_0x4677c2(0x117),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x4677c2(0x141),'star4':_0x4677c2(0x150),'star5':_0x4677c2(0x164),'star6':_0x4677c2(0x14f),'star7':_0x4677c2(0x10c),'star8':'星形:八角','star10':'星形:十角','star12':'星形:十二角','star16':_0x4677c2(0x83),'star24':_0x4677c2(0x90),'star32':_0x4677c2(0xe8),'ribbon2':'帶形:上凸','ribbon':_0x4677c2(0x17f),'ellipse-ribbon2':_0x4677c2(0x107),'ellipse-ribbon':_0x4677c2(0x8e),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x4677c2(0x180),'wave':'波形','double-wave':_0x4677c2(0x9a),'wedge-rect-callout':_0x4677c2(0xfd),'wedge-round-rect-callout':_0x4677c2(0xdb),'wedge-ellipse-callout':_0x4677c2(0x10e),'cloud-callout':_0x4677c2(0x14e),'border-callout1':'標註:線形','border-callout2':'標註:彎曲線形','border-callout3':'標註:雙彎曲線形','accent-callout1':_0x4677c2(0x18f),'accent-callout2':_0x4677c2(0x145),'accent-callout3':_0x4677c2(0x102),'callout1':_0x4677c2(0x120),'callout2':'標註:彎曲線形(無邊框)','callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x4677c2(0xa7),'accent-border-callout2':_0x4677c2(0x168),'accent-border-callout3':_0x4677c2(0x11c),'left-circular-arrow':_0x4677c2(0xe2),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x4677c2(0xeb),'left-right-ribbon':_0x4677c2(0x15b),'pie-wedge':_0x4677c2(0x108),'funnel':'漏斗','gear6':_0x4677c2(0x92),'gear9':_0x4677c2(0xb8),'corner-tabs':'角標','action-button-back-previous':_0x4677c2(0x118),'action-button-forward-next':_0x4677c2(0xfa),'action-button-beginning':_0x4677c2(0xba),'action-button-end':_0x4677c2(0xb2),'action-button-home':_0x4677c2(0x13d),'action-button-information':_0x4677c2(0xea),'action-button-return':_0x4677c2(0x12b),'action-button-movie':_0x4677c2(0x99),'action-button-document':_0x4677c2(0x122),'action-button-sound':_0x4677c2(0x155),'action-button-help':'幫助按鈕','action-button-blank':_0x4677c2(0x115),'chart-plus':_0x4677c2(0xdc),'chart-star':_0x4677c2(0x15c),'chart-x':'圖表X','flow-chart-offline-storage':_0x4677c2(0xdf),'line-inv':_0x4677c2(0x14a),'plaque-tabs':_0x4677c2(0xe9),'square-tabs':_0x4677c2(0xe4),'up-down-arrow-callout':_0x4677c2(0xf4)}},'slide':{'placeholder':{'text':{'title':_0x4677c2(0xa2),'subtitle':_0x4677c2(0x136),'body':_0x4677c2(0x15d),'text':_0x4677c2(0x113),'header':'頁眉占位符','footer':_0x4677c2(0xff),'date':_0x4677c2(0x134),'slideNumber':_0x4677c2(0x182)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x4677c2(0x153),'backward':'下移一層','front':'置於頂層','back':_0x4677c2(0xb4)},'transform':{'title':'變換','rotate':_0x4677c2(0x187),'x':'X\x20(px)','y':_0x4677c2(0x149),'width':'寬度\x20(px)','height':_0x4677c2(0xa8),'lock':_0x4677c2(0xc2)},'crop':{'title':'裁剪','start':_0x4677c2(0x143),'mode':'自由','shape':_0x4677c2(0x174)}}}};export{e as default};function _0xdb9e(_0x51733e,_0x2efa9b){_0x51733e=_0x51733e-0x82;const _0x546634=_0x5466();let _0xdb9efa=_0x546634[_0x51733e];return _0xdb9efa;}function _0x5466(){const _0x5621f8=['設定圖形格式','矩形:折角','上移一層','矩形:單圓角','聲音按鈕','2159613fdwYzc','箭頭:圓角右','不等號','五邊形','36802095WghmCu','左右帶形','圖表星號','單擊此處添加正文','上一頁','箭頭:燕尾形','全部隱藏','矩形:圓頂角','位置與大小','淚滴形','星形:五角','強調藍色','直線箭頭','上及下','標註:彎曲線形(帶邊框和強調線)','雙大括號','外部:左下','折線:箭頭','變更圖形','箭頭:左右','拐角半徑','流程圖:過程','透明度','箭頭:左弧形','133BDHpBI','實心填滿','裁剪為形狀','刪除形狀','無填滿','第\x20{current}\x20張簡報,共\x20{total}\x20張','缺角矩形','流程圖:摘錄','圖形格式','圓柱形','流程圖:合併','外部:左上','雙箭頭直線','帶形:前凸','卷形:水平','從右側','頁碼占位符','切換動畫','強調橙色','底端對齊','簡報底圖','旋轉\x20(°)','檔案...','菱形箭頭','箭頭:環形','黑色細實線','十二邊形','背景圖形','箭頭總匯','標註:線形(帶強調線)','箭頭:左','正文黑色','註解灰色','居中對齊','藍色終點箭頭','頂部對齊','星形:十六角','不完整圓','流程圖:終止','箭頭:下','圓角矩形','下移一層','流程圖:或者','選擇版面配置','文字在前','標題投影片','套用到全部','帶形:前凸彎','短虛線','星形:二十四角','起點箭頭類型','6齒齒輪','從目前投影片開始播放','箭頭:丁字','手繪樣式','流程圖:離頁連接符','流程圖:內部貯存','3454284imqpgq','電影按鈕','雙波形','縮小字型','箭頭:手杖形','綠色虛線雙向箭頭','圖案填滿','254622kYAjFV','左對齊','插入圖片','單擊此處添加標題','箭頭:右弧形','節標題','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','未設定','標註:線形(帶邊框和強調線)','高度\x20(px)','20VkBayl','流程圖:直接訪問存儲器','流程圖:數據','流程圖:匯總連接','十邊形','箭頭:V型','垂直對齊','物件列表','矩形:剪去對角','結束按鈕','剪去單角矩形','置於底層','文字樣式','箭頭:上下','暫無物件','9齒齒輪','標題與內容','開始按鈕','橢圓箭頭','垂直位移','八邊形','非等腰梯形','兩端對齊','取消群組','流程圖:順序訪問存儲器','鎖定比例','形狀樣式','圖文框','十字形','流程圖:手動輸入','圓:空心','張圖片','垂直縮放','+\x20新增','流程圖:手動操作','基本形狀','搜尋投影片和物件','流程圖:決策','圖形樣式','透明文字色彩','無陰影','直角三角形','左中括號','自訂大小','等腰三角形','形狀預設樣式','六邊形','流程圖','底部對齊','閃電形','對話氣泡:圓角矩形','圖表加號','下一頁','右對齊','流程圖:離線存儲','3782908zfLjCt','物件名稱','左圓形箭頭','流程圖:對照','方形標籤','縱向文字方塊','點擊為目前簡報新增備註','文字顏色','星形:三十二角','牌匾標籤','信息按鈕','彎曲箭頭','接合類型','箭頭:上弧形','曲線:箭頭','箭頭:十字','箭頭:上','標題1','重設背景','藍色虛線終點箭頭','上下箭頭標註','Table\x20size','藍色細實線','流程圖:文檔','終點箭頭類型','兩欄內容','前進/下一個按鈕','標註:上箭頭','重置顏色','對話氣泡:矩形','隱藏母片/版面配置圖形','頁腳占位符','外部:左上(大)','選擇投影片主題','標註:雙彎曲線形(帶強調線)','空心弧','水平縮放','橙色細實線','從上方','帶形:上凸彎','餅形楔','雙箭頭曲線','從目前投影片開始雙螢幕播放','線條樣式','星形:七角','調整投影片縮圖面板大小','對話氣泡:圓形','快捷樣式','手繪效果','右中括號','矩形:剪去頂角','單擊此處添加文本','星與旗幟','空白按鈕','暫無備註','流程圖:顯示','返回/上一個按鈕','橫向文字方塊','標註:右箭頭','點劃線','標註:雙彎曲線形(帶邊框和強調線)','更多樣式','右大括號','雙螢幕播放','標註:線形(無邊框)','終點箭頭大小','文檔按鈕','立方體','578UuAuhF','矩形:一個圓頂角,剪去另一個頂角','放大字型','綠色雙向箭頭','外部:右下(小)','水平翻轉','長虛線','返回按鈕','無線條','圖案設定即將支援。','文字背景色','流程圖:存儲數據','流程圖:卡片','水平對齊','起點箭頭大小','2567VqyYbT','日期占位符','從頭開始雙螢幕播放','單擊此處添加副標題','長雙點劃線','垂直居中','從下方','新增投影片','圖片來源','文字色彩','主頁按鈕','5jkNtQV','禁止符','箭頭:右','爆炸形:14pt','打開形狀面板','開始裁剪','流程圖:排序','標註:彎曲線形(帶強調線)','插入圖片來源','刪除線','箭頭:直角雙向','Y\x20(px)','線反向','7367392TXzWVO','將圖片平鋪為紋理','標註:左右箭頭','氣泡:雲','星形:六角','星形:四角'];_0x5466=function(){return _0x5621f8;};return _0x5466();}
|
|
1
|
+
function _0x580a(_0x177596,_0x33161c){_0x177596=_0x177596-0xba;const _0x494e61=_0x494e();let _0x580aa3=_0x494e61[_0x177596];return _0x580aa3;}const _0x20067f=_0x580a;(function(_0x439f79,_0x49e1b9){const _0x533361=_0x580a,_0x5725fc=_0x439f79();while(!![]){try{const _0x59a880=parseInt(_0x533361(0xf7))/0x1*(-parseInt(_0x533361(0x11a))/0x2)+parseInt(_0x533361(0x12d))/0x3+-parseInt(_0x533361(0x135))/0x4*(-parseInt(_0x533361(0x12e))/0x5)+-parseInt(_0x533361(0xd6))/0x6+parseInt(_0x533361(0x104))/0x7*(parseInt(_0x533361(0xf1))/0x8)+parseInt(_0x533361(0x109))/0x9*(parseInt(_0x533361(0xe0))/0xa)+-parseInt(_0x533361(0xc8))/0xb;if(_0x59a880===_0x49e1b9)break;else _0x5725fc['push'](_0x5725fc['shift']());}catch(_0x5107c0){_0x5725fc['push'](_0x5725fc['shift']());}}}(_0x494e,0x3311f));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x20067f(0x111),'changeShape':_0x20067f(0xeb)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x20067f(0x114),'textVertical':_0x20067f(0x142),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x20067f(0x148),'customSize':_0x20067f(0x118),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':'搜尋投影片和物件','noQuery':'輸入關鍵字搜尋投影片名稱、文字和物件名稱。','empty':_0x20067f(0x110),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x20067f(0x12f),'tooltip':_0x20067f(0x103)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x20067f(0xc1),'heading1':_0x20067f(0xef),'increaseFontSize':_0x20067f(0xd4),'decreaseFontSize':_0x20067f(0x107),'textColor':'文字色彩','transparentTextColor':_0x20067f(0xd9),'textBackgroundColor':_0x20067f(0xc0),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x20067f(0xcb),'horizontalAlign':'水平對齊','verticalAlign':_0x20067f(0xfd),'alignLeft':_0x20067f(0xd5),'alignCenter':_0x20067f(0x10f),'alignRight':_0x20067f(0x150),'alignJustify':_0x20067f(0x10c),'alignTop':_0x20067f(0xc3),'alignMiddle':_0x20067f(0xde),'alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x20067f(0x13b),'shapeStyles':_0x20067f(0xf9),'lineStyles':_0x20067f(0xe9),'textStyles':'文字樣式','more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x20067f(0x141),'blueSolid':_0x20067f(0x105),'orangeSolid':_0x20067f(0x12c),'graySolid':_0x20067f(0x14e),'blueEndArrow':_0x20067f(0xc4),'greenTwoWayArrow':_0x20067f(0x12b),'blackDashed':_0x20067f(0x140),'blueDashed':_0x20067f(0x101),'grayDashed':_0x20067f(0x138),'blueDashedEndArrow':_0x20067f(0xf3),'grayDashedEndArrow':_0x20067f(0x123),'greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':'正文黑色','titleBlack':_0x20067f(0x125),'accentBlue':_0x20067f(0x145),'accentOrange':'強調橙色','noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':_0x20067f(0xff),'addSlide':'+\x20新增','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':_0x20067f(0xdb),'titleAndBody':_0x20067f(0x119),'sectionHeader':_0x20067f(0xbd),'twoColumns':_0x20067f(0x13f),'comparison':'比較','blank':'空白','titleOnly':_0x20067f(0x132),'pictureWithCaption':'圖片與標題'}}},'shapePanel':{'title':_0x20067f(0x13d),'shapeStyle':_0x20067f(0xbb),'shapePosition':'位置','openPanel':_0x20067f(0x10d),'deleteShape':_0x20067f(0x122),'toolbar':{'alignLeft':_0x20067f(0xd5),'alignCenter':_0x20067f(0x102),'alignRight':'右對齊','alignJustify':_0x20067f(0x11e),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x20067f(0xcb),'textColor':_0x20067f(0xd2),'textBackgroundColor':'文字背景色','fillColor':_0x20067f(0xc0),'resetColor':_0x20067f(0xc7)},'align':{'top':_0x20067f(0xc5),'middle':_0x20067f(0x124),'bottom':_0x20067f(0x14d)},'textWrap':{'inline':_0x20067f(0xe8),'square':'矩形','topAndBottom':'上及下','behindText':_0x20067f(0x120),'inFrontText':'文字在後'},'position':{'title':_0x20067f(0xe7),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x20067f(0x112),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x20067f(0x152),'shdw5':_0x20067f(0xf6),'shdw2':'外部:右上','shdw1':'外部:左上','shdw14':_0x20067f(0xe3),'shdw10':_0x20067f(0x115)}},'fill':{'title':'填滿','noFill':_0x20067f(0xed),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x20067f(0x10b),'picture':{'source':_0x20067f(0x10a),'insert':_0x20067f(0xd0),'tileAsTexture':_0x20067f(0xf4),'offsetX':_0x20067f(0x11d),'offsetY':_0x20067f(0xee),'scaleX':_0x20067f(0x147),'scaleY':_0x20067f(0xd7),'alignment':'對齊','rotateWithShape':'隨圖形旋轉','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x20067f(0x108),'solidLine':'實線','color':'色彩','transparency':_0x20067f(0x10b),'width':'寬度','cornerRadius':_0x20067f(0xe1),'beginArrowType':_0x20067f(0xbc),'beginArrowSize':_0x20067f(0xc2),'endArrowType':'終點箭頭類型','endArrowSize':_0x20067f(0x136),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x20067f(0x126),'dashDot':_0x20067f(0x127),'longDash':_0x20067f(0x144),'longDashDot':_0x20067f(0xcf),'longDashDotDot':_0x20067f(0xf5)},'capType':{'title':'端點類型','flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x20067f(0xba),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x20067f(0xf2),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x20067f(0x13a)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x20067f(0xdd),'stealthArrow':_0x20067f(0x116),'diamondArrow':'菱形箭頭','ovalArrow':_0x20067f(0xca)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x20067f(0xd1),'showAll':_0x20067f(0x146),'hideAll':_0x20067f(0x100),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x20067f(0x10e),'nameInput':_0x20067f(0xd8),'empty':_0x20067f(0x13c),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x20067f(0xda),'details':_0x20067f(0xe5),'noSelection':_0x20067f(0x113)},'backgroundPanel':{'title':'設定背景格式','backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x20067f(0x14f),'presentationBackground':_0x20067f(0xd3),'presentationBackgroundEmpty':_0x20067f(0xe2),'presentationBackgroundImages':'張圖片','setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x20067f(0x14a),'solid':'實心填滿','gradient':_0x20067f(0x128),'image':'圖片填滿','pattern':_0x20067f(0xbe),'color':'色彩','transparency':'透明度','imageSource':'插入圖片來源','insertImage':'檔案...','fit':_0x20067f(0x14c),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x20067f(0xfa),'applyToAll':_0x20067f(0xe4),'resetBackground':_0x20067f(0xcc)},'transitionPanel':{'title':_0x20067f(0x11b),'effect':'效果','direction':'方向','duration':_0x20067f(0x12a),'preview':'預覽','applyToAll':_0x20067f(0xe4),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':'從右側','up':'從上方','down':_0x20067f(0x11f)}},'contextmenu':{'addPage':'新增投影片','backgroundPanel':_0x20067f(0xe6),'transitionPanel':'切換動畫','speakerNotes':'備註','ruler':'標尺','shapePanel':'設定圖形格式','flipHorizontal':_0x20067f(0xf8),'flipVertical':_0x20067f(0x130),'group':'群組','ungroup':_0x20067f(0x143)},'presentation':{'play':'播放','playFromBeginning':_0x20067f(0xc9),'playFromCurrent':'從目前投影片開始播放','playDualScreen':_0x20067f(0xcd),'playDualScreenFromBeginning':_0x20067f(0x137),'playDualScreenFromCurrent':'從目前投影片開始雙螢幕播放','dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x20067f(0xfb),'presentationEnded':'簡報已結束','previous':_0x20067f(0xfe),'next':_0x20067f(0xce),'exit':'結束','slideProgress':_0x20067f(0x121),'speakerNotes':'備註','speakerNotesPlaceholder':_0x20067f(0xbf),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x20067f(0xec),'subtitle':_0x20067f(0x151),'body':_0x20067f(0x139),'text':_0x20067f(0xc6),'header':_0x20067f(0x149),'footer':_0x20067f(0xfc),'date':_0x20067f(0xdc),'slideNumber':_0x20067f(0x134)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x20067f(0xf0),'backward':_0x20067f(0x10e),'front':_0x20067f(0x129),'back':_0x20067f(0x106)},'transform':{'title':'變換','rotate':_0x20067f(0x133),'x':_0x20067f(0x11c),'y':_0x20067f(0xdf),'width':_0x20067f(0x131),'height':_0x20067f(0x14b),'lock':_0x20067f(0x13e)},'crop':{'title':'裁剪','start':_0x20067f(0x117),'mode':'自由','shape':_0x20067f(0xea)}}}};export{e as default};function _0x494e(){const _0x10ea8f=['圖案填滿','點擊為目前簡報新增備註','文字背景色','段落類型','起點箭頭大小','頂端對齊','藍色終點箭頭','頂部對齊','單擊此處添加文本','重置顏色','1474099cJPVdU','從頭開始播放','橢圓箭頭','刪除線','重設背景','雙螢幕播放','下一頁','長點劃線','插入圖片','物件列表','文字顏色','簡報底圖','放大字型','左對齊','75324MKNAnK','垂直縮放','物件名稱','透明文字色彩','新增描述','標題投影片','日期占位符','空心箭頭','垂直置中','Y\x20(px)','230gRCNRZ','拐角半徑','未設定','外部:右下(小)','套用到全部','詳細資料','設定背景格式','位置與大小','與文字排列','線條樣式','裁剪為形狀','變更圖形','單擊此處添加標題','無顏色','垂直位移','標題1','上移一層','268184gTmDPt','手繪樣式','藍色虛線終點箭頭','將圖片平鋪為紋理','長雙點劃線','外部:左下','151HHkotk','水平翻轉','形狀樣式','圖案設定即將支援。','點擊進入全螢幕','頁腳占位符','垂直對齊','上一頁','調整投影片縮圖面板大小','全部隱藏','藍色細虛線','居中對齊','選擇投影片主題','7bwkOIZ','藍色細實線','置於底層','縮小字型','無線條','13599fgKJiV','圖片來源','透明度','左右對齊','打開形狀面板','下移一層','置中對齊','找不到符合的結果。','圖形格式','陰影顏色','選取物件以編輯詳細資料','橫向文字方塊','外部:左上(大)','隱形箭頭','開始裁剪','自訂大小','標題與內容','3976ATCjBW','切換動畫','X\x20(px)','水平位移','兩端對齊','從下方','文字在前','第\x20{current}\x20張簡報,共\x20{total}\x20張','刪除形狀','灰色虛線終點箭頭','垂直居中','標題黑色','短虛線','點劃線','漸層填滿','置於頂層','持續時間','綠色雙向箭頭','橙色細實線','1230546jvLzkr','5hnrgxs','形狀預設樣式','垂直翻轉','寬度\x20(px)','僅標題','旋轉\x20(°)','頁碼占位符','709904nkTRdH','終點箭頭大小','從頭開始雙螢幕播放','灰色細虛線','單擊此處添加正文','手繪效果','快捷樣式','暫無物件','設定圖形格式','鎖定比例','兩欄內容','黑色細虛線','黑色細實線','直向文字方塊','取消群組','長虛線','強調藍色','全部顯示','水平縮放','表格大小','頁眉占位符','無填滿','高度\x20(px)','適應方式','底部對齊','灰色細實線','隱藏母片/版面配置圖形','右對齊','單擊此處添加副標題','外部:右下','接合類型','圖形樣式','起點箭頭類型','節標題'];_0x494e=function(){return _0x10ea8f;};return _0x494e();}
|
|
@@ -1,4 +1,47 @@
|
|
|
1
|
+
import type { ISlideTextElement, SlideModel } from '@univerjs-pro/slides';
|
|
1
2
|
import type { CSSProperties } from 'react';
|
|
3
|
+
import { IUniverInstanceService } from '@univerjs/core';
|
|
4
|
+
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
5
|
+
import { ISlideDrawingStateService } from '../../services/slide-drawing-state.service';
|
|
6
|
+
export interface ISlideEmbedFloatDragHandlePointerDownDetail {
|
|
7
|
+
embedId?: string;
|
|
8
|
+
hostUnitId?: string;
|
|
9
|
+
hostAnchorId?: string;
|
|
10
|
+
pointerId?: number;
|
|
11
|
+
clientX?: number;
|
|
12
|
+
clientY?: number;
|
|
13
|
+
button?: number;
|
|
14
|
+
}
|
|
15
|
+
interface ISlideFloatingDragTransform {
|
|
16
|
+
left: number;
|
|
17
|
+
top: number;
|
|
18
|
+
}
|
|
19
|
+
export interface ISlideFloatingResizeTransform {
|
|
20
|
+
left: number;
|
|
21
|
+
top: number;
|
|
22
|
+
width: number;
|
|
23
|
+
height: number;
|
|
24
|
+
}
|
|
25
|
+
export interface ISlideFloatingResizeHandle {
|
|
26
|
+
id: string;
|
|
27
|
+
x: -1 | 0 | 1;
|
|
28
|
+
y: -1 | 0 | 1;
|
|
29
|
+
cursor: string;
|
|
30
|
+
}
|
|
31
|
+
interface ISlideRulerViewState {
|
|
32
|
+
width: number;
|
|
33
|
+
height: number;
|
|
34
|
+
originX: number;
|
|
35
|
+
originY: number;
|
|
36
|
+
pageScaleX: number;
|
|
37
|
+
pageScaleY: number;
|
|
38
|
+
pageLeft: number;
|
|
39
|
+
pageTop: number;
|
|
40
|
+
pageWidth: number;
|
|
41
|
+
pageHeight: number;
|
|
42
|
+
horizontalMajorStep: number;
|
|
43
|
+
verticalMajorStep: number;
|
|
44
|
+
}
|
|
2
45
|
interface ISlidePageRectLike {
|
|
3
46
|
left?: number;
|
|
4
47
|
top?: number;
|
|
@@ -12,17 +55,45 @@ interface ISlidePageRectLike {
|
|
|
12
55
|
}
|
|
13
56
|
interface ISlideRulerRenderLike {
|
|
14
57
|
engine: {
|
|
58
|
+
mount?: (container: HTMLDivElement) => void;
|
|
15
59
|
setContainer: (container: HTMLDivElement) => void;
|
|
16
60
|
resize: () => void;
|
|
61
|
+
getCanvasElement?: () => HTMLCanvasElement | undefined;
|
|
62
|
+
};
|
|
63
|
+
components?: {
|
|
64
|
+
forEach: (callback: (component: {
|
|
65
|
+
makeForceDirty?: (dirty: boolean) => void;
|
|
66
|
+
makeDirty?: (dirty?: boolean) => void;
|
|
67
|
+
}) => void) => void;
|
|
68
|
+
};
|
|
69
|
+
mainComponent?: {
|
|
70
|
+
makeDirty?: (dirty?: boolean) => void;
|
|
71
|
+
} | null | void;
|
|
72
|
+
scene?: {
|
|
73
|
+
makeDirty?: (dirty?: boolean) => void;
|
|
74
|
+
render?: () => void;
|
|
17
75
|
};
|
|
18
76
|
}
|
|
19
|
-
type SlideRulerFrameHandle = number | ReturnType<typeof globalThis.setTimeout>;
|
|
20
77
|
export interface ISlideRulerCursorState {
|
|
21
78
|
x: number;
|
|
22
79
|
y: number;
|
|
23
80
|
}
|
|
81
|
+
export interface ISlideFloatingHostFrame {
|
|
82
|
+
left: number;
|
|
83
|
+
top: number;
|
|
84
|
+
width: number;
|
|
85
|
+
height: number;
|
|
86
|
+
}
|
|
87
|
+
export declare function shouldStartSlideFloatingHostDrag(detail: ISlideEmbedFloatDragHandlePointerDownDetail | undefined, host: {
|
|
88
|
+
embedId: string;
|
|
89
|
+
hostUnitId: string;
|
|
90
|
+
hostAnchorId: string;
|
|
91
|
+
}): detail is ISlideEmbedFloatDragHandlePointerDownDetail & {
|
|
92
|
+
clientX: number;
|
|
93
|
+
clientY: number;
|
|
94
|
+
};
|
|
24
95
|
export declare function resolveSlideRulerCursorPosition(rect: Pick<DOMRect, 'left' | 'top'>, clientX: number, clientY: number): ISlideRulerCursorState;
|
|
25
|
-
export declare function createSlideRulerRefreshScheduler(refresh: () => void, requestFrame?: (callback:
|
|
96
|
+
export declare function createSlideRulerRefreshScheduler(refresh: () => void, requestFrame?: (callback: FrameRequestCallback) => number, cancelFrame?: (handle: number) => void): {
|
|
26
97
|
schedule: () => void;
|
|
27
98
|
dispose: () => void;
|
|
28
99
|
};
|
|
@@ -31,6 +102,8 @@ export declare function createSlideRulerLayoutRefreshHandler(options: {
|
|
|
31
102
|
getContainer: () => HTMLDivElement | null | undefined;
|
|
32
103
|
scheduleRefresh: () => void;
|
|
33
104
|
}): () => void;
|
|
105
|
+
export declare function attachSlideRenderToCanvasHost(render: ISlideRulerRenderLike, container: HTMLDivElement): void;
|
|
106
|
+
export declare function refreshSlideRenderAfterAttach(render: ISlideRulerRenderLike): void;
|
|
34
107
|
export declare function subscribeSlideRulerPageRectTransform(pageRect: Pick<ISlidePageRectLike, 'onTransformChange$'> | null | undefined, listener: () => void): (() => void) | null;
|
|
35
108
|
export declare function getSlideCanvasHostStyle(_rulerVisible?: boolean): CSSProperties;
|
|
36
109
|
export declare const SLIDE_CANVAS_HOST_STYLE: CSSProperties;
|
|
@@ -40,5 +113,70 @@ export declare const SLIDE_CANVAS_HOST_STYLE: CSSProperties;
|
|
|
40
113
|
* Attaches the engine-render Engine canvas to an inner host `<div>` so the
|
|
41
114
|
* surrounding DOM layer can reserve editor chrome space for the slide rulers.
|
|
42
115
|
*/
|
|
43
|
-
export
|
|
116
|
+
export interface ISlideCanvasViewProps {
|
|
117
|
+
previewMode?: boolean;
|
|
118
|
+
unitId?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare function SlideCanvasView(props?: ISlideCanvasViewProps): import("react").JSX.Element;
|
|
121
|
+
export declare function syncSlideFloatingHostSelection(params: {
|
|
122
|
+
stage: 'inactive' | 'stage1' | 'stage2';
|
|
123
|
+
slideModel: SlideModel;
|
|
124
|
+
hostUnitId: string;
|
|
125
|
+
hostAnchorId: string;
|
|
126
|
+
instanceService: IUniverInstanceService;
|
|
127
|
+
drawingStateService: ISlideDrawingStateService;
|
|
128
|
+
}): void;
|
|
129
|
+
export declare function clearSlideFloatingHostSelection(params: {
|
|
130
|
+
hostUnitId: string;
|
|
131
|
+
subUnitId: string;
|
|
132
|
+
hostAnchorId: string;
|
|
133
|
+
drawingStateService: ISlideDrawingStateService;
|
|
134
|
+
}): boolean;
|
|
135
|
+
export declare function resolveSlideFloatingDragTransform(state: {
|
|
136
|
+
startClientX: number;
|
|
137
|
+
startClientY: number;
|
|
138
|
+
startLeft: number;
|
|
139
|
+
startTop: number;
|
|
140
|
+
scale: {
|
|
141
|
+
scaleX: number;
|
|
142
|
+
scaleY: number;
|
|
143
|
+
};
|
|
144
|
+
}, event: Pick<globalThis.PointerEvent, 'clientX' | 'clientY'>): ISlideFloatingDragTransform;
|
|
145
|
+
export declare function resolveSlideFloatingResizeTransform(state: {
|
|
146
|
+
startClientX: number;
|
|
147
|
+
startClientY: number;
|
|
148
|
+
startTransform: ISlideFloatingResizeTransform;
|
|
149
|
+
scale: {
|
|
150
|
+
scaleX: number;
|
|
151
|
+
scaleY: number;
|
|
152
|
+
};
|
|
153
|
+
handle: Pick<ISlideFloatingResizeHandle, 'x' | 'y'>;
|
|
154
|
+
}, event: Pick<globalThis.PointerEvent, 'clientX' | 'clientY'>): ISlideFloatingResizeTransform;
|
|
155
|
+
export declare function isSlideFloatingHostSelection(snapshot: ReturnType<ISlideDrawingStateService['getSnapshot']>, target: {
|
|
156
|
+
unitId: string;
|
|
157
|
+
subUnitId: string;
|
|
158
|
+
drawingId: string;
|
|
159
|
+
}): boolean;
|
|
160
|
+
export declare function projectSlideFloatingElementFrame(slideModel: SlideModel, transform: ISlideTextElement['transform'] | undefined, rulerState: ISlideRulerViewState | null): {
|
|
161
|
+
left: number;
|
|
162
|
+
top: number;
|
|
163
|
+
width: number;
|
|
164
|
+
height: number;
|
|
165
|
+
};
|
|
166
|
+
export declare function resolveSlideFloatingElementScale(slideModel: SlideModel, rulerState: ISlideRulerViewState | null): {
|
|
167
|
+
scaleX: number;
|
|
168
|
+
scaleY: number;
|
|
169
|
+
};
|
|
170
|
+
export declare function syncSlideFloatingHostRenderObjectTransform(params: {
|
|
171
|
+
renderManagerService: IRenderManagerService;
|
|
172
|
+
slideModel: SlideModel;
|
|
173
|
+
hostUnitId: string;
|
|
174
|
+
subUnitId: string;
|
|
175
|
+
hostAnchorId: string;
|
|
176
|
+
transform: ISlideFloatingResizeTransform;
|
|
177
|
+
}): boolean;
|
|
178
|
+
export declare function isPointOnSlideFloatingHostTransformerFrame(point: {
|
|
179
|
+
x: number;
|
|
180
|
+
y: number;
|
|
181
|
+
}, frame: ISlideFloatingHostFrame): boolean;
|
|
44
182
|
export {};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
import { ISlideEmbedRuntimeService } from '../../services/slide-embed-runtime.service';
|
|
1
2
|
export declare function shouldRenderSlideInlineSpeakerNotes(editorEnabled: boolean, presentationActive: boolean): boolean;
|
|
3
|
+
export declare function shouldRenderSlidesEmbedPageHost(presentationActive: boolean, hasHostScopedEmbedPage: boolean): boolean;
|
|
2
4
|
/**
|
|
3
5
|
* Main content area: canvas + speaker notes + presentation overlay.
|
|
4
6
|
*
|
|
5
7
|
* Registered to `BuiltInUIPart.CONTENT` by `SlideUIController`.
|
|
6
8
|
* The Univer workbench already provides the outer LEFT_SIDEBAR slot.
|
|
7
9
|
*/
|
|
8
|
-
export declare function SlideEditorContent(): import("react").JSX.Element;
|
|
10
|
+
export declare function SlideEditorContent(): import("react").JSX.Element | null;
|
|
11
|
+
export declare function disposeSlidesEmbedPageHostSession(embedRuntimeService: ISlideEmbedRuntimeService, embedId: string): void;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare function createSlideEmbedChildWorkbenchClassName(): string;
|
|
2
|
+
/**
|
|
3
|
+
* Slide-owned workbench variant for embedded child units.
|
|
4
|
+
*
|
|
5
|
+
* The embed layer owns the host container and runtime providers. slide-ui owns
|
|
6
|
+
* how its own thumbnail strip, editor content, and footer compose inside it.
|
|
7
|
+
*/
|
|
8
|
+
export declare function SlideEmbedChildWorkbench(): import("react").JSX.Element;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { SlideModel } from '@univerjs-pro/slides';
|
|
2
|
+
import type { ICommandService, IUniverInstanceService } from '@univerjs/core';
|
|
3
|
+
import type { Observable } from 'rxjs';
|
|
4
|
+
interface ISlideEmbedFloatingActiveService {
|
|
5
|
+
active$: Observable<{
|
|
6
|
+
embedId: string;
|
|
7
|
+
stage: 'inactive' | 'stage1' | 'stage2';
|
|
8
|
+
} | null>;
|
|
9
|
+
getActive: () => {
|
|
10
|
+
embedId: string;
|
|
11
|
+
stage: 'inactive' | 'stage1' | 'stage2';
|
|
12
|
+
} | null;
|
|
13
|
+
activate: (target: {
|
|
14
|
+
hostUnitId: string;
|
|
15
|
+
embedId: string;
|
|
16
|
+
childUnitId: string;
|
|
17
|
+
}, stage: 'stage1' | 'stage2') => void;
|
|
18
|
+
}
|
|
19
|
+
export interface ISlideEmbedFloatingMenuProps {
|
|
20
|
+
hostUnitId: string;
|
|
21
|
+
entry: string;
|
|
22
|
+
embedId: string;
|
|
23
|
+
childUnitId: string;
|
|
24
|
+
slideModel: SlideModel | null;
|
|
25
|
+
floatingActiveService: ISlideEmbedFloatingActiveService;
|
|
26
|
+
commandService: ICommandService;
|
|
27
|
+
instanceService: IUniverInstanceService;
|
|
28
|
+
fullscreen: boolean;
|
|
29
|
+
usesDomFloatingStage: boolean;
|
|
30
|
+
renderScopeActive$: Observable<boolean>;
|
|
31
|
+
}
|
|
32
|
+
export declare function createSlideEmbedFloatingMenuClassName(params: {
|
|
33
|
+
entry: string;
|
|
34
|
+
fullscreen: boolean;
|
|
35
|
+
isStage2: boolean;
|
|
36
|
+
}): string;
|
|
37
|
+
export declare function SlideEmbedFloatingMenu(props: ISlideEmbedFloatingMenuProps): import("react").JSX.Element;
|
|
38
|
+
export declare function resolveSlideFloatingMenuClassName(params: {
|
|
39
|
+
entry: string;
|
|
40
|
+
fullscreen: boolean;
|
|
41
|
+
stage: 'inactive' | 'stage2';
|
|
42
|
+
}): string;
|
|
43
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { IRender } from '@univerjs/engine-render';
|
|
2
|
+
import type { Observable } from 'rxjs';
|
|
3
|
+
export interface ISlideFloatPageFrameSize {
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
}
|
|
7
|
+
export declare function resolveSlideFloatPageFrameSize(containerSize: {
|
|
8
|
+
width: number;
|
|
9
|
+
height: number;
|
|
10
|
+
}, aspectRatio?: number): ISlideFloatPageFrameSize;
|
|
11
|
+
/**
|
|
12
|
+
* Lightweight slide runtime for embed float blocks.
|
|
13
|
+
*
|
|
14
|
+
* Host chrome owns selection, moving, resizing, and menus. This view only owns
|
|
15
|
+
* the slide page content and the minimum editing overlays needed in stage2.
|
|
16
|
+
*/
|
|
17
|
+
export declare function SlideEmbedFloatingPreview(props?: {
|
|
18
|
+
unitId?: string;
|
|
19
|
+
active$?: Observable<boolean>;
|
|
20
|
+
}): import("react").JSX.Element;
|
|
21
|
+
export declare function SlideEmbedReadonlyFloatingPreview(props?: {
|
|
22
|
+
unitId?: string;
|
|
23
|
+
render?: IRender;
|
|
24
|
+
}): import("react").JSX.Element;
|