@univerjs-pro/docs-shape-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.
Files changed (102) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +2 -89
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +9 -3
  64. package/lib/types/commands/command/update-doc-drawing-metadata.command.d.ts +15 -0
  65. package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
  66. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  67. package/lib/types/const.d.ts +2 -1
  68. package/lib/types/controllers/doc-shape-render.controller.d.ts +2 -2
  69. package/lib/types/controllers/shape-update.controller.d.ts +0 -2
  70. package/lib/types/index.d.ts +1 -5
  71. package/lib/types/locale/en-US.d.ts +16 -289
  72. package/lib/types/services/shape-render-update.service.d.ts +7 -0
  73. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  74. package/lib/types/utils/shape-text-document.d.ts +1 -11
  75. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  76. package/lib/types/view-model/shape-data-model.d.ts +7 -5
  77. package/lib/types/views/ShapePicker.d.ts +2 -0
  78. package/lib/types/views/object-list-panel/DocDrawingObjectListPanel.d.ts +1 -0
  79. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  80. package/lib/umd/index.js +1 -1
  81. package/lib/umd/locale/ar-SA.js +1 -1
  82. package/lib/umd/locale/ca-ES.js +1 -1
  83. package/lib/umd/locale/de-DE.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/id-ID.js +1 -1
  89. package/lib/umd/locale/it-IT.js +1 -1
  90. package/lib/umd/locale/ja-JP.js +1 -1
  91. package/lib/umd/locale/ko-KR.js +1 -1
  92. package/lib/umd/locale/pl-PL.js +1 -1
  93. package/lib/umd/locale/pt-BR.js +1 -1
  94. package/lib/umd/locale/ru-RU.js +1 -1
  95. package/lib/umd/locale/sk-SK.js +1 -1
  96. package/lib/umd/locale/vi-VN.js +1 -1
  97. package/lib/umd/locale/zh-CN.js +1 -1
  98. package/lib/umd/locale/zh-HK.js +1 -1
  99. package/lib/umd/locale/zh-TW.js +1 -1
  100. package/package.json +18 -18
  101. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
  102. package/lib/types/views/shapes.d.ts +0 -23
@@ -1 +1 @@
1
- function _0x5c37(){var _0x308048=['1204695LnwgRW','流程图:可选过程','2552024ffIxvd','信息按钮','隐形箭头','横向文本框','十边形','直线箭头','删除线','菱形箭头','图表加号','1832550nEktYL','八边形','流程图:延期','十二边形','裁剪为形状','矩形:棱台','嵌入型','电影按钮','标注:线形','基本形状','箭头:V型','12281000aEDuEz','圆:空心','泪滴形','流程图:手动输入','箭头:下弧形','流程图:排序','标注:左箭头','居中对齐','短划线-点','结束按钮','不等号','星形:十六角','草绘样式','箭头:手杖形','格式化形状','文本颜色','星形:十角','主页按钮','箭头:左弧形','箭头:上下','流程图:磁盘','起点箭头类型','衬于文字下方','流程图:卡片','半闭框','闪电形','五边形','透明度','标注:下箭头','删除形状','弯曲箭头','箭头:下','顶部对齐','返回/上一个按钮','形状样式','左对齐','标注:右箭头','标注:十字箭头','箭头:左右','偏移量\x20X','流程图:接点','流程图:汇总连接','流程图:终止','图片源','浮于文字上方','流程图:顺序访问存储器','将图片平铺为纹理','左右带形','箭头:丁字','十字形','双大括号','星形:七角','标注:线形(无边框)','长划线-点-点','矩形:剪去顶角','气泡:云','不完整圆','无线条','流程图:资料带','开始按钮','刻度\x20X','图表星号','折线:箭头','6齿齿轮','箭头:左','标注:线形(带边框和强调线)','对话气泡:圆角矩形','垂直居中','双箭头折线','双箭头直线','文本背景色','两端对齐','矩形:单圆角','32890pbTYIk','流程图:合并','顺时针90度旋转','右大括号','星形:五角','与形状一起旋转','exports','带形:上凸弯','箭头:十字','返回按钮','对齐方式','长划线','流程图','渐变线','双箭头曲线','椭圆箭头','星形:八角','UniverProDocsShapeUiZhCN','终点箭头类型','箭头:燕尾形','纵向文本框','方形标签','右上对齐','起点箭头大小','直角三角形','4048268UQorxd','箭头:环形','上下型','流程图:准备','左上对齐','图案填充','短划线','插入形状','箭头:虚尾','流程图:存储数据','流程图:手动操作','饼形楔','底部对齐','矩形:折角','非等腰梯形','右下对齐','短划线类型','偏移量\x20Y','下划线','刻度\x20Y','爆炸形:14pt','流程图:内部贮存','矩形:对角圆角','新月形','空白按钮','卷形:垂直','隐藏形状面板','流程图:多文档','带形:前凸','箭头:右弧形','箭头:圆角右','端点类型','帮助按钮','标注:弯曲线形(带边框和强调线)','星形:六角','图文框','右对齐','箭头总汇','前进/下一个按钮','左圆形箭头','曲线:箭头','流程图:决策','标注:弯曲线形','开放箭头','左下对齐','18ZWDrvc','1867719VwCyVJ','对话气泡:矩形','流程图:直接访问存储器','流程图:摘录','流程图:显示','标注:双弯曲线形(带强调线)','标注:双弯曲线形(带边框和强调线)','太阳形','左中括号','amd','标注:双弯曲线形(无边框)','流程图:文档','七边形','图表X','长划线-点'];_0x5c37=function(){return _0x308048;};return _0x5c37();}function _0x23ba(_0x292689,_0x49ca8e){_0x292689=_0x292689-0x124;var _0x5c3781=_0x5c37();var _0x23ba03=_0x5c3781[_0x292689];return _0x23ba03;}(function(_0x33ae6b,_0x3a7a9c){var _0xd8a4a4=_0x23ba,_0x2d794d=_0x33ae6b();while(!![]){try{var _0x44b81f=-parseInt(_0xd8a4a4(0x1bd))/0x1+parseInt(_0xd8a4a4(0x1bf))/0x2+parseInt(_0xd8a4a4(0x1c8))/0x3+-parseInt(_0xd8a4a4(0x180))/0x4+parseInt(_0xd8a4a4(0x167))/0x5*(parseInt(_0xd8a4a4(0x1ad))/0x6)+-parseInt(_0xd8a4a4(0x1ae))/0x7+parseInt(_0xd8a4a4(0x1d3))/0x8;if(_0x44b81f===_0x3a7a9c)break;else _0x2d794d['push'](_0x2d794d['shift']());}catch(_0x2e060a){_0x2d794d['push'](_0x2d794d['shift']());}}}(_0x5c37,0xe9ebe),function(_0x26d04b,_0x12173a){var _0x4c75f9=_0x23ba;typeof exports=='object'&&typeof module<'u'?module[_0x4c75f9(0x16d)]=_0x12173a():typeof define=='function'&&define[_0x4c75f9(0x1b7)]?define([],_0x12173a):(_0x26d04b=typeof globalThis<'u'?globalThis:_0x26d04b||self,_0x26d04b[_0x4c75f9(0x178)]=_0x12173a());}(this,function(){var _0x40c0d4=_0x23ba;return{'docs-shape-ui':{'title':'形状','insertShape':_0x40c0d4(0x187),'openPanel':'打开形状面板','deleteShape':_0x40c0d4(0x13b),'hidePanel':_0x40c0d4(0x19a),'formatShape':_0x40c0d4(0x12c),'shapeStyle':_0x40c0d4(0x140),'shapePosition':'形状位置','toggleFlipH':'切换水平翻转','toggleFlipV':'切换垂直翻转','rotateRight90':_0x40c0d4(0x169),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x40c0d4(0x185),'color':'颜色','transparency':'透明度','picture':{'source':_0x40c0d4(0x149),'insert':'插入...','tileAsTexture':_0x40c0d4(0x14c),'offsetX':_0x40c0d4(0x145),'offsetY':_0x40c0d4(0x191),'scaleX':_0x40c0d4(0x15a),'scaleY':_0x40c0d4(0x193),'alignment':_0x40c0d4(0x171),'rotateWithShape':_0x40c0d4(0x16c),'align':{'tl':_0x40c0d4(0x184),'t':_0x40c0d4(0x13e),'tr':_0x40c0d4(0x17d),'l':_0x40c0d4(0x141),'ctr':_0x40c0d4(0x125),'r':'右对齐','bl':_0x40c0d4(0x1ac),'b':_0x40c0d4(0x18c),'br':_0x40c0d4(0x18f)}}},'line':{'title':'线条','noLine':_0x40c0d4(0x157),'solidLine':'实线','gradientLine':_0x40c0d4(0x174),'color':'颜色','transparency':_0x40c0d4(0x139),'width':'宽度','dashType':{'title':_0x40c0d4(0x190),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x40c0d4(0x186),'dashDot':_0x40c0d4(0x126),'longDash':_0x40c0d4(0x172),'longDashDot':_0x40c0d4(0x1bc),'longDashDotDot':_0x40c0d4(0x153)},'capType':{'title':_0x40c0d4(0x19f),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':'联接类型','miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x40c0d4(0x133),'beginArrowSize':_0x40c0d4(0x17e),'endArrowType':_0x40c0d4(0x179),'endArrowSize':'终点箭头大小','arrowType':{'none':'无','arrow':'箭头','openArrow':_0x40c0d4(0x1ab),'stealthArrow':_0x40c0d4(0x1c1),'diamondArrow':_0x40c0d4(0x1c6),'ovalArrow':_0x40c0d4(0x176)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x40c0d4(0x12a),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x40c0d4(0x1d1),'blockArrow':_0x40c0d4(0x1a5),'equationShape':'公式形状','flowchart':_0x40c0d4(0x173),'starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x40c0d4(0x1c4),'straight-connector2':_0x40c0d4(0x163),'bent-connector3':'折线','bent-connector3-arrow1':_0x40c0d4(0x15c),'bent-connector3-arrow2':_0x40c0d4(0x162),'curved-connector3':'曲线','curved-connector3-arrow1':_0x40c0d4(0x1a8),'curved-connector3-arrow2':_0x40c0d4(0x175),'rect':'矩形','round-rect':'圆角矩形','snip1-rect':'剪去单角矩形','snip2-same-rect':_0x40c0d4(0x154),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':'矩形:一个圆顶角,剪去另一个顶角','round1-rect':_0x40c0d4(0x166),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x40c0d4(0x196),'rect-textbox-horizontal':_0x40c0d4(0x1c2),'rect-textbox-vertical':_0x40c0d4(0x17b),'ellipse':'椭圆','triangle':'等腰三角形','rt-triangle':_0x40c0d4(0x17f),'parallelogram':'平行四边形','trapezoid':'梯形','non-isosceles-trapezoid':_0x40c0d4(0x18e),'diamond':'菱形','pentagon':_0x40c0d4(0x138),'hexagon':'六边形','heptagon':_0x40c0d4(0x1ba),'octagon':_0x40c0d4(0x1c9),'decagon':_0x40c0d4(0x1c3),'dodecagon':_0x40c0d4(0x1cb),'pie':_0x40c0d4(0x156),'chord':'弦形','teardrop':_0x40c0d4(0x1d5),'frame':_0x40c0d4(0x1a3),'half-frame':_0x40c0d4(0x136),'corner':'L形','diag-stripe':'斜纹','plus':_0x40c0d4(0x14f),'plaque':'缺角矩形','can':'圆柱形','cube':'立方体','bevel':_0x40c0d4(0x1cd),'donut':_0x40c0d4(0x1d4),'no-smoking':'禁止符','block-arc':'空心弧','folder-corner':_0x40c0d4(0x18d),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x40c0d4(0x137),'sun':_0x40c0d4(0x1b5),'moon':_0x40c0d4(0x197),'cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':_0x40c0d4(0x150),'left-bracket':_0x40c0d4(0x1b6),'right-bracket':'右中括号','left-brace':'左大括号','right-brace':_0x40c0d4(0x16a),'right-arrow':'箭头:右','left-arrow':_0x40c0d4(0x15e),'up-arrow':'箭头:上','down-arrow':_0x40c0d4(0x13d),'left-right-arrow':_0x40c0d4(0x144),'up-down-arrow':_0x40c0d4(0x131),'quad-arrow':_0x40c0d4(0x16f),'left-right-up-arrow':_0x40c0d4(0x14e),'bent-arrow':_0x40c0d4(0x19e),'uturn-arrow':_0x40c0d4(0x12b),'left-up-arrow':'箭头:直角双向','bent-up-arrow':'箭头:直角上','curved-right-arrow':_0x40c0d4(0x19d),'curved-left-arrow':_0x40c0d4(0x130),'curved-up-arrow':'箭头:上弧形','curved-down-arrow':_0x40c0d4(0x1d7),'striped-right-arrow':_0x40c0d4(0x188),'notched-right-arrow':_0x40c0d4(0x17a),'home-plate':_0x40c0d4(0x138),'chevron':_0x40c0d4(0x1d2),'right-arrow-callout':_0x40c0d4(0x142),'down-arrow-callout':_0x40c0d4(0x13a),'left-arrow-callout':_0x40c0d4(0x124),'up-arrow-callout':'标注:上箭头','left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':_0x40c0d4(0x143),'circular-arrow':_0x40c0d4(0x181),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x40c0d4(0x128),'flow-chart-process':'流程图:过程','flow-chart-alternate-process':_0x40c0d4(0x1be),'flow-chart-decision':_0x40c0d4(0x1a9),'flow-chart-input-output':'流程图:数据','flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x40c0d4(0x195),'flow-chart-document':_0x40c0d4(0x1b9),'flow-chart-multidocument':_0x40c0d4(0x19b),'flow-chart-terminator':_0x40c0d4(0x148),'flow-chart-preparation':_0x40c0d4(0x183),'flow-chart-manual-input':_0x40c0d4(0x1d6),'flow-chart-manual-operation':_0x40c0d4(0x18a),'flow-chart-connector':_0x40c0d4(0x146),'flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':_0x40c0d4(0x135),'flow-chart-punched-tape':_0x40c0d4(0x158),'flow-chart-summing-junction':_0x40c0d4(0x147),'flow-chart-or':'流程图:或者','flow-chart-collate':'流程图:对照','flow-chart-sort':_0x40c0d4(0x1d8),'flow-chart-extract':_0x40c0d4(0x1b1),'flow-chart-merge':_0x40c0d4(0x168),'flow-chart-online-storage':_0x40c0d4(0x189),'flow-chart-delay':_0x40c0d4(0x1ca),'flow-chart-magnetic-tape':_0x40c0d4(0x14b),'flow-chart-magnetic-disk':_0x40c0d4(0x132),'flow-chart-magnetic-drum':_0x40c0d4(0x1b0),'flow-chart-display':_0x40c0d4(0x1b2),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x40c0d4(0x194),'star4':'星形:四角','star5':_0x40c0d4(0x16b),'star6':_0x40c0d4(0x1a2),'star7':_0x40c0d4(0x151),'star8':_0x40c0d4(0x177),'star10':_0x40c0d4(0x12e),'star12':'星形:十二角','star16':_0x40c0d4(0x129),'star24':'星形:二十四角','star32':'星形:三十二角','ribbon2':'带形:上凸','ribbon':_0x40c0d4(0x19c),'ellipse-ribbon2':_0x40c0d4(0x16e),'ellipse-ribbon':'带形:前凸弯','vertical-scroll':_0x40c0d4(0x199),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x40c0d4(0x1af),'wedge-round-rect-callout':_0x40c0d4(0x160),'wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x40c0d4(0x155),'border-callout1':_0x40c0d4(0x1d0),'border-callout2':_0x40c0d4(0x1aa),'border-callout3':'标注:双弯曲线形','accent-callout1':'标注:线形(带强调线)','accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x40c0d4(0x1b3),'callout1':_0x40c0d4(0x152),'callout2':'标注:弯曲线形(无边框)','callout3':_0x40c0d4(0x1b8),'accent-border-callout1':_0x40c0d4(0x15f),'accent-border-callout2':_0x40c0d4(0x1a1),'accent-border-callout3':_0x40c0d4(0x1b4),'left-circular-arrow':_0x40c0d4(0x1a7),'left-right-circular-arrow':'左右圆形箭头','swoosh-arrow':_0x40c0d4(0x13c),'left-right-ribbon':_0x40c0d4(0x14d),'pie-wedge':_0x40c0d4(0x18b),'funnel':'漏斗','gear6':_0x40c0d4(0x15d),'gear9':'9齿齿轮','corner-tabs':'角标','action-button-back-previous':_0x40c0d4(0x13f),'action-button-forward-next':_0x40c0d4(0x1a6),'action-button-beginning':_0x40c0d4(0x159),'action-button-end':_0x40c0d4(0x127),'action-button-home':_0x40c0d4(0x12f),'action-button-information':_0x40c0d4(0x1c0),'action-button-return':_0x40c0d4(0x170),'action-button-movie':_0x40c0d4(0x1cf),'action-button-document':'文档按钮','action-button-sound':'声音按钮','action-button-help':_0x40c0d4(0x1a0),'action-button-blank':_0x40c0d4(0x198),'chart-plus':_0x40c0d4(0x1c7),'chart-star':_0x40c0d4(0x15b),'chart-x':_0x40c0d4(0x1bb),'flow-chart-offline-storage':'流程图:离线存储','line-inv':'线反向','plaque-tabs':'牌匾标签','square-tabs':_0x40c0d4(0x17c),'up-down-arrow-callout':'上下箭头标注'}},'toolbar':{'alignLeft':_0x40c0d4(0x141),'alignCenter':_0x40c0d4(0x125),'alignRight':_0x40c0d4(0x1a4),'alignJustify':_0x40c0d4(0x165),'bold':'粗体','italic':'斜体','underline':_0x40c0d4(0x192),'strikethrough':_0x40c0d4(0x1c5),'textColor':_0x40c0d4(0x12d),'fillColor':_0x40c0d4(0x164),'resetColor':'重置颜色'},'align':{'top':_0x40c0d4(0x13e),'middle':_0x40c0d4(0x161),'bottom':_0x40c0d4(0x18c)},'textWrap':{'inline':_0x40c0d4(0x1ce),'square':'四周型','topAndBottom':_0x40c0d4(0x182),'behindText':_0x40c0d4(0x134),'inFrontText':_0x40c0d4(0x14a)},'crop':{'shape':_0x40c0d4(0x1cc)}}};}));
1
+ function _0x1be3(_0x173ae4,_0x49d627){_0x173ae4=_0x173ae4-0x13b;var _0x5eb365=_0x5eb3();var _0x1be345=_0x5eb365[_0x173ae4];return _0x1be345;}function _0x5eb3(){var _0x4f1bdc=['顺时针90度旋转','amd','重置颜色','格式化形状','全部显示','切换垂直翻转','打开形状面板','垂直居中','左对齐','打开图层面板','顶部对齐','对象名称','切换水平翻转','exports','两端对齐','添加描述','嵌入型','object','下划线','88wEFkaa','1660RJBeRY','浮于文字上方','657050WpZrxv','衬于文字下方','全部隐藏','居中对齐','56292zAguMa','541926VMxHeE','底部对齐','2060iwvWkf','右对齐','形状位置','隐藏形状面板','形状样式','83556VDaTAo','文本背景色','插入形状','删除线','9eLItyX','暂无对象','删除形状','裁剪为形状','31409hpDtUS','上移一层','文本颜色','34432CQAXTQ'];_0x5eb3=function(){return _0x4f1bdc;};return _0x5eb3();}(function(_0x5c2fb0,_0x379975){var _0x1428a8=_0x1be3,_0x59c6a7=_0x5c2fb0();while(!![]){try{var _0x5abe70=parseInt(_0x1428a8(0x13f))/0x1+parseInt(_0x1428a8(0x14a))/0x2+parseInt(_0x1428a8(0x166))/0x3+-parseInt(_0x1428a8(0x15f))/0x4*(parseInt(_0x1428a8(0x168))/0x5)+-parseInt(_0x1428a8(0x165))/0x6+-parseInt(_0x1428a8(0x147))/0x7*(parseInt(_0x1428a8(0x15e))/0x8)+-parseInt(_0x1428a8(0x143))/0x9*(-parseInt(_0x1428a8(0x161))/0xa);if(_0x5abe70===_0x379975)break;else _0x59c6a7['push'](_0x59c6a7['shift']());}catch(_0x3b314c){_0x59c6a7['push'](_0x59c6a7['shift']());}}}(_0x5eb3,0x1ca98),function(_0x41439f,_0x3b24c8){var _0x2f1248=_0x1be3;typeof exports==_0x2f1248(0x15c)&&typeof module<'u'?module[_0x2f1248(0x158)]=_0x3b24c8():typeof define=='function'&&define[_0x2f1248(0x14c)]?define([],_0x3b24c8):(_0x41439f=typeof globalThis<'u'?globalThis:_0x41439f||self,_0x41439f['UniverProDocsShapeUiZhCN']=_0x3b24c8());}(this,function(){var _0x202b82=_0x1be3;return{'docs-shape-ui':{'title':'形状','insertShape':_0x202b82(0x141),'openPanel':_0x202b82(0x151),'deleteShape':_0x202b82(0x145),'hidePanel':_0x202b82(0x13d),'formatShape':_0x202b82(0x14e),'shapeStyle':_0x202b82(0x13e),'shapePosition':_0x202b82(0x13c),'toggleFlipH':_0x202b82(0x157),'toggleFlipV':_0x202b82(0x150),'rotateRight90':_0x202b82(0x14b),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':_0x202b82(0x154),'empty':_0x202b82(0x144),'showAll':_0x202b82(0x14f),'hideAll':_0x202b82(0x163),'show':'显示','hide':'隐藏','moveForward':_0x202b82(0x148),'moveBackward':'下移一层','close':'关闭','name':'名称','nameInput':_0x202b82(0x156),'description':'描述','descriptionPlaceholder':_0x202b82(0x15a),'details':'详情','noSelection':'选择对象以编辑详情'},'toolbar':{'alignLeft':_0x202b82(0x153),'alignCenter':_0x202b82(0x164),'alignRight':_0x202b82(0x13b),'alignJustify':_0x202b82(0x159),'bold':'粗体','italic':'斜体','underline':_0x202b82(0x15d),'strikethrough':_0x202b82(0x142),'textColor':_0x202b82(0x149),'fillColor':_0x202b82(0x140),'resetColor':_0x202b82(0x14d)},'align':{'top':_0x202b82(0x155),'middle':_0x202b82(0x152),'bottom':_0x202b82(0x167)},'textWrap':{'inline':_0x202b82(0x15b),'square':'四周型','topAndBottom':'上下型','behindText':_0x202b82(0x162),'inFrontText':_0x202b82(0x160)},'crop':{'shape':_0x202b82(0x146)}}};}));
@@ -1 +1 @@
1
- function _0x4c1a(_0x2f7b1f,_0x208c8c){_0x2f7b1f=_0x2f7b1f-0x18c;var _0x24a1cf=_0x24a1();var _0x4c1a8b=_0x24a1cf[_0x2f7b1f];return _0x4c1a8b;}(function(_0x5d3272,_0x564335){var _0x3a9093=_0x4c1a,_0x2e8073=_0x5d3272();while(!![]){try{var _0x555f0a=-parseInt(_0x3a9093(0x1dc))/0x1*(parseInt(_0x3a9093(0x18d))/0x2)+-parseInt(_0x3a9093(0x1c5))/0x3+-parseInt(_0x3a9093(0x1a2))/0x4*(-parseInt(_0x3a9093(0x1d4))/0x5)+parseInt(_0x3a9093(0x1df))/0x6+parseInt(_0x3a9093(0x1c3))/0x7*(-parseInt(_0x3a9093(0x1ab))/0x8)+-parseInt(_0x3a9093(0x207))/0x9*(-parseInt(_0x3a9093(0x1b9))/0xa)+-parseInt(_0x3a9093(0x1f2))/0xb*(-parseInt(_0x3a9093(0x1d1))/0xc);if(_0x555f0a===_0x564335)break;else _0x2e8073['push'](_0x2e8073['shift']());}catch(_0x4bc0ca){_0x2e8073['push'](_0x2e8073['shift']());}}}(_0x24a1,0x48259),function(_0x5c2061,_0x2f085d){var _0x32f3c8=_0x4c1a;typeof exports==_0x32f3c8(0x1ce)&&typeof module<'u'?module[_0x32f3c8(0x208)]=_0x2f085d():typeof define=='function'&&define[_0x32f3c8(0x196)]?define([],_0x2f085d):(_0x5c2061=typeof globalThis<'u'?globalThis:_0x5c2061||self,_0x5c2061[_0x32f3c8(0x1c2)]=_0x2f085d());}(this,function(){var _0x2abf22=_0x4c1a;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x2abf22(0x1b5),'openPanel':_0x2abf22(0x1e5),'deleteShape':_0x2abf22(0x20c),'hidePanel':_0x2abf22(0x1a9),'formatShape':'格式化形狀','shapeStyle':_0x2abf22(0x214),'shapePosition':_0x2abf22(0x1ec),'toggleFlipH':_0x2abf22(0x203),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x2abf22(0x191),'rotateLeft90':_0x2abf22(0x209),'toggleTextVertical':'切換文本豎排','fill':{'title':'填充','noFill':_0x2abf22(0x235),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x2abf22(0x1a0),'color':'顏色','transparency':_0x2abf22(0x1c7),'picture':{'source':'圖片來源','insert':'插入...','tileAsTexture':_0x2abf22(0x1f3),'offsetX':_0x2abf22(0x1eb),'offsetY':_0x2abf22(0x1f1),'scaleX':_0x2abf22(0x1e2),'scaleY':'縮放\x20Y','alignment':'對齊方式','rotateWithShape':'隨形狀旋轉','align':{'tl':_0x2abf22(0x1c9),'t':_0x2abf22(0x218),'tr':'右上對齊','l':'左對齊','ctr':_0x2abf22(0x21e),'r':'右對齊','bl':_0x2abf22(0x1bc),'b':'底部對齊','br':'右下對齊'}}},'line':{'title':'線條','noLine':_0x2abf22(0x236),'solidLine':'實線','gradientLine':_0x2abf22(0x198),'color':'顏色','transparency':_0x2abf22(0x1c7),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x2abf22(0x1d7),'longDashDot':'長虛線-點','longDashDotDot':_0x2abf22(0x1cb)},'capType':{'title':_0x2abf22(0x1dd),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':'起點箭頭大小','endArrowType':'終點箭頭類型','endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2abf22(0x202),'stealthArrow':'隱形箭頭','diamondArrow':'菱形箭頭','ovalArrow':_0x2abf22(0x1d6)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x2abf22(0x19e),'blockArrow':_0x2abf22(0x20e),'equationShape':_0x2abf22(0x1fb),'flowchart':_0x2abf22(0x1c6),'starAndBanner':_0x2abf22(0x19d),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x2abf22(0x205),'straight-connector2':_0x2abf22(0x1a6),'bent-connector3':'折線','bent-connector3-arrow1':_0x2abf22(0x1fa),'bent-connector3-arrow2':_0x2abf22(0x21c),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x2abf22(0x1c8),'snip1-rect':_0x2abf22(0x1db),'snip2-same-rect':_0x2abf22(0x19c),'snip2-diag-rect':_0x2abf22(0x195),'snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':_0x2abf22(0x211),'round2-same-rect':_0x2abf22(0x1f5),'round2-diag-rect':_0x2abf22(0x20a),'rect-textbox-horizontal':_0x2abf22(0x1af),'rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x2abf22(0x21d),'rt-triangle':_0x2abf22(0x1b6),'parallelogram':_0x2abf22(0x1b0),'trapezoid':'梯形','non-isosceles-trapezoid':_0x2abf22(0x1fd),'diamond':'菱形','pentagon':_0x2abf22(0x1ca),'hexagon':'六邊形','heptagon':_0x2abf22(0x1b2),'octagon':'八邊形','decagon':_0x2abf22(0x19a),'dodecagon':_0x2abf22(0x1a8),'pie':_0x2abf22(0x1f6),'chord':'弦形','teardrop':'淚滴形','frame':'圖文框','half-frame':_0x2abf22(0x1e8),'corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':_0x2abf22(0x1e9),'can':'圓柱形','cube':_0x2abf22(0x1ba),'bevel':'矩形:棱台','donut':_0x2abf22(0x1b7),'no-smoking':'禁止符','block-arc':_0x2abf22(0x1aa),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x2abf22(0x226),'sun':_0x2abf22(0x1e0),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x2abf22(0x1a3),'left-bracket':'左中括號','right-bracket':'右中括號','left-brace':'左大括號','right-brace':_0x2abf22(0x1a4),'right-arrow':_0x2abf22(0x1ad),'left-arrow':_0x2abf22(0x22a),'up-arrow':'箭頭:上','down-arrow':'箭頭:下','left-right-arrow':_0x2abf22(0x1be),'up-down-arrow':_0x2abf22(0x193),'quad-arrow':'箭頭:十字','left-right-up-arrow':_0x2abf22(0x216),'bent-arrow':_0x2abf22(0x20d),'uturn-arrow':_0x2abf22(0x1a1),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x2abf22(0x1c1),'curved-right-arrow':_0x2abf22(0x1ef),'curved-left-arrow':'箭頭:左弧形','curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x2abf22(0x1fe),'striped-right-arrow':_0x2abf22(0x1f7),'notched-right-arrow':_0x2abf22(0x1e7),'home-plate':_0x2abf22(0x1ca),'chevron':'箭頭:V型','right-arrow-callout':_0x2abf22(0x204),'down-arrow-callout':_0x2abf22(0x220),'left-arrow-callout':_0x2abf22(0x22d),'up-arrow-callout':_0x2abf22(0x18c),'left-right-arrow-callout':_0x2abf22(0x1a5),'quad-arrow-callout':_0x2abf22(0x1d8),'circular-arrow':_0x2abf22(0x22f),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x2abf22(0x221),'flow-chart-alternate-process':_0x2abf22(0x228),'flow-chart-decision':_0x2abf22(0x1a7),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x2abf22(0x219),'flow-chart-document':_0x2abf22(0x1bd),'flow-chart-multidocument':_0x2abf22(0x1ed),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x2abf22(0x1b1),'flow-chart-manual-input':_0x2abf22(0x1c4),'flow-chart-manual-operation':_0x2abf22(0x237),'flow-chart-connector':_0x2abf22(0x1f0),'flow-chart-offpage-connector':_0x2abf22(0x230),'flow-chart-punched-card':_0x2abf22(0x1f9),'flow-chart-punched-tape':_0x2abf22(0x1bb),'flow-chart-summing-junction':_0x2abf22(0x1ae),'flow-chart-or':_0x2abf22(0x1e6),'flow-chart-collate':_0x2abf22(0x197),'flow-chart-sort':'流程圖:排序','flow-chart-extract':'流程圖:摘錄','flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x2abf22(0x213),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x2abf22(0x1ff),'flow-chart-magnetic-disk':_0x2abf22(0x1c0),'flow-chart-magnetic-drum':_0x2abf22(0x1ee),'flow-chart-display':_0x2abf22(0x232),'irregular-seal1':_0x2abf22(0x1b4),'irregular-seal2':_0x2abf22(0x1b8),'star4':_0x2abf22(0x1e3),'star5':_0x2abf22(0x227),'star6':'星形:六角','star7':'星形:七角','star8':_0x2abf22(0x18f),'star10':_0x2abf22(0x1f8),'star12':'星形:十二角','star16':'星形:十六角','star24':'星形:二十四角','star32':'星形:三十二角','ribbon2':_0x2abf22(0x238),'ribbon':_0x2abf22(0x225),'ellipse-ribbon2':_0x2abf22(0x1e1),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':'卷形:垂直','horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x2abf22(0x194),'wedge-rect-callout':_0x2abf22(0x217),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x2abf22(0x212),'cloud-callout':'氣泡:雲','border-callout1':_0x2abf22(0x1d0),'border-callout2':_0x2abf22(0x200),'border-callout3':'標註:雙彎曲線形','accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x2abf22(0x1d9),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x2abf22(0x199),'callout2':_0x2abf22(0x1ea),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x2abf22(0x18e),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x2abf22(0x1d3),'left-circular-arrow':_0x2abf22(0x224),'left-right-circular-arrow':_0x2abf22(0x231),'swoosh-arrow':_0x2abf22(0x190),'left-right-ribbon':_0x2abf22(0x21b),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x2abf22(0x1b3),'gear9':_0x2abf22(0x1cf),'corner-tabs':'角標','action-button-back-previous':_0x2abf22(0x215),'action-button-forward-next':_0x2abf22(0x192),'action-button-beginning':_0x2abf22(0x19f),'action-button-end':_0x2abf22(0x22b),'action-button-home':_0x2abf22(0x206),'action-button-information':_0x2abf22(0x19b),'action-button-return':_0x2abf22(0x1cd),'action-button-movie':_0x2abf22(0x1d2),'action-button-document':_0x2abf22(0x21a),'action-button-sound':_0x2abf22(0x210),'action-button-help':'幫助按鈕','action-button-blank':_0x2abf22(0x22e),'chart-plus':_0x2abf22(0x229),'chart-star':_0x2abf22(0x1d5),'chart-x':'圖表X','flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x2abf22(0x20b),'plaque-tabs':'牌匾標籤','square-tabs':_0x2abf22(0x1da),'up-down-arrow-callout':_0x2abf22(0x223)}},'toolbar':{'alignLeft':_0x2abf22(0x234),'alignCenter':_0x2abf22(0x1bf),'alignRight':'右對齊','alignJustify':_0x2abf22(0x20f),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2abf22(0x201),'textColor':_0x2abf22(0x233),'fillColor':_0x2abf22(0x1f4),'resetColor':_0x2abf22(0x1fc)},'align':{'top':_0x2abf22(0x218),'middle':_0x2abf22(0x222),'bottom':_0x2abf22(0x1e4)},'textWrap':{'inline':_0x2abf22(0x1ac),'square':'矩形','topAndBottom':_0x2abf22(0x1cc),'behindText':_0x2abf22(0x22c),'inFrontText':_0x2abf22(0x21f)},'crop':{'shape':_0x2abf22(0x1de)}}};}));function _0x24a1(){var _0x2309e1=['橢圓箭頭','長虛線','標註:十字箭頭','標註:彎曲線形(帶強調線)','方形標籤','剪去單角矩形','2ILSLfy','端點類型','裁切為形狀','2790510uaNDsd','太陽形','帶形:上凸彎','縮放\x20X','星形:四角','底部對齊','打開形狀面板','流程圖:或者','箭頭:燕尾形','半閉框','缺角矩形','標註:彎曲線形(無邊框)','偏移量\x20X','圖形位置','流程圖:多文檔','流程圖:直接訪問存儲器','箭頭:右弧形','流程圖:接點','偏移量\x20Y','2541ikizUb','將圖片平鋪為紋理','文字背景色','矩形:圓頂角','不完整圓','箭頭:虛尾','星形:十角','流程圖:卡片','折線:箭頭','公式形狀','重置顏色','非等腰梯形','箭頭:下弧形','流程圖:順序訪問存儲器','標註:彎曲線形','刪除線','開放箭頭','切換水平翻轉','標註:右箭頭','直線箭頭','主頁按鈕','45OnOEey','exports','逆時針\x2090\x20度旋轉','矩形:對角圓角','線反向','刪除形狀','箭頭:圓角右','箭頭總匯','兩端對齊','聲音按鈕','矩形:單圓角','對話氣泡:圓形','流程圖:存儲數據','圖形樣式','返回/上一個按鈕','箭頭:丁字','對話氣泡:矩形','頂部對齊','流程圖:內部貯存','文檔按鈕','左右帶形','雙箭頭折線','等腰三角形','置中對齊','文字在後','標註:下箭頭','流程圖:過程','垂直居中','上下箭頭標註','左圓形箭頭','帶形:前凸','閃電形','星形:五角','流程圖:可選過程','圖表加號','箭頭:左','結束按鈕','文字在前','標註:左箭頭','空白按鈕','箭頭:環形','流程圖:離頁連接符','左右圓形箭頭','流程圖:顯示','文字顏色','左對齊','無顏色','無線條','流程圖:手動操作','帶形:上凸','標註:上箭頭','470342nTODFr','標註:線形(帶邊框和強調線)','星形:八角','彎曲箭頭','順時針\x2090\x20度旋轉','前進/下一個按鈕','箭頭:上下','雙波形','矩形:剪去對角','amd','流程圖:對照','漸層線','標註:線形(無邊框)','十邊形','信息按鈕','矩形:剪去頂角','星與旗幟','基本形狀','開始按鈕','圖案填充','箭頭:手杖形','3756NTJrLV','雙大括號','右大括號','標註:左右箭頭','雙箭頭直線','流程圖:決策','十二邊形','隱藏形狀面板','空心弧','616Pnqzup','與文字排列','箭頭:右','流程圖:匯總連接','橫向文字方塊','平行四邊形','流程圖:準備','七邊形','6齒齒輪','爆炸形:8pt','插入形狀','直角三角形','圓:空心','爆炸形:14pt','806590kdbvPV','立方體','流程圖:資料帶','左下對齊','流程圖:文檔','箭頭:左右','居中對齊','流程圖:磁盤','箭頭:直角上','UniverProDocsShapeUiZhHK','6769WlCUyZ','流程圖:手動輸入','1735482vlzjNk','流程圖','透明度','圓角矩形','左上對齊','五邊形','長虛線-點-點','上及下','返回按鈕','object','9齒齒輪','標註:線形','21228NtxLBY','電影按鈕','標註:雙彎曲線形(帶邊框和強調線)','755cLcmZn','圖表星號'];_0x24a1=function(){return _0x2309e1;};return _0x24a1();}
1
+ function _0x5693(_0x3ef0d5,_0x3a44f1){_0x3ef0d5=_0x3ef0d5-0x8e;var _0x4d82fa=_0x4d82();var _0x56936d=_0x4d82fa[_0x3ef0d5];return _0x56936d;}(function(_0x1e7623,_0x2a9370){var _0x1ef051=_0x5693,_0x3d2c5c=_0x1e7623();while(!![]){try{var _0x17ad22=-parseInt(_0x1ef051(0xaf))/0x1+-parseInt(_0x1ef051(0x9f))/0x2+parseInt(_0x1ef051(0x95))/0x3*(parseInt(_0x1ef051(0x90))/0x4)+parseInt(_0x1ef051(0x93))/0x5+parseInt(_0x1ef051(0xa2))/0x6*(-parseInt(_0x1ef051(0xb0))/0x7)+parseInt(_0x1ef051(0xa0))/0x8+parseInt(_0x1ef051(0xb5))/0x9;if(_0x17ad22===_0x2a9370)break;else _0x3d2c5c['push'](_0x3d2c5c['shift']());}catch(_0x59c43e){_0x3d2c5c['push'](_0x3d2c5c['shift']());}}}(_0x4d82,0x9c70b),function(_0x4e554c,_0x32e00e){var _0x4870ed=_0x5693;typeof exports==_0x4870ed(0xa7)&&typeof module<'u'?module[_0x4870ed(0x9c)]=_0x32e00e():typeof define==_0x4870ed(0x8f)&&define['amd']?define([],_0x32e00e):(_0x4e554c=typeof globalThis<'u'?globalThis:_0x4e554c||self,_0x4e554c[_0x4870ed(0xb1)]=_0x32e00e());}(this,function(){var _0x15a0ec=_0x5693;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x15a0ec(0x98),'openPanel':_0x15a0ec(0xa4),'deleteShape':_0x15a0ec(0x97),'hidePanel':_0x15a0ec(0x94),'formatShape':_0x15a0ec(0x92),'shapeStyle':_0x15a0ec(0x9b),'shapePosition':_0x15a0ec(0xac),'toggleFlipH':_0x15a0ec(0x8e),'toggleFlipV':_0x15a0ec(0xb7),'rotateRight90':_0x15a0ec(0x9a),'rotateLeft90':_0x15a0ec(0x96),'toggleTextVertical':_0x15a0ec(0xb2),'objectListPanel':{'title':'圖層','open':_0x15a0ec(0xa9),'empty':_0x15a0ec(0xae),'showAll':_0x15a0ec(0xad),'hideAll':_0x15a0ec(0xaa),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x15a0ec(0xa8),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x15a0ec(0xb8),'details':'詳情','noSelection':_0x15a0ec(0xab)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x15a0ec(0x99),'alignRight':_0x15a0ec(0xb6),'alignJustify':_0x15a0ec(0xa6),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x15a0ec(0x9d),'fillColor':_0x15a0ec(0xa1),'resetColor':'重置顏色'},'align':{'top':_0x15a0ec(0x9e),'middle':_0x15a0ec(0x91),'bottom':_0x15a0ec(0xa3)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x15a0ec(0xa5),'behindText':_0x15a0ec(0xb3),'inFrontText':_0x15a0ec(0xb4)},'crop':{'shape':'裁切為形狀'}}};}));function _0x4d82(){var _0x5adce7=['格式化形狀','4160390GRwbSL','隱藏形狀面板','3mzrVEc','逆時針\x2090\x20度旋轉','刪除形狀','插入形狀','居中對齊','順時針\x2090\x20度旋轉','圖形樣式','exports','文字顏色','頂部對齊','1066890CgHwiS','1031064BlAphJ','文字背景色','528CJOjqZ','底部對齊','打開形狀面板','上及下','兩端對齊','object','下移一層','開啟圖層面板','全部隱藏','選擇物件以編輯詳情','圖形位置','全部顯示','暫無物件','1109488zaxfSj','24997thkgZG','UniverProDocsShapeUiZhHK','切換文本豎排','文字在前','文字在後','3287232KzHSHx','右對齊','切換垂直翻轉','新增描述','切換水平翻轉','function','5087004xFDIsV','垂直居中'];_0x4d82=function(){return _0x5adce7;};return _0x4d82();}
@@ -1 +1 @@
1
- function _0x56e2(){var _0x59afc9=['1824426iefPLy','矩形:對角圓角','偏移量\x20Y','箭頭:下弧形','箭頭:直角上','不完整圓','標註:線形','直角三角形','標註:雙彎曲線形(無邊框)','垂直居中','流程圖:文檔','圖表星號','左上對齊','標註:雙彎曲線形(帶強調線)','標註:線形(無邊框)','矩形:一個圓頂角,剪去另一個頂角','雙箭頭曲線','卷形:垂直','帶形:前凸','流程圖:決策','上及下','6齒齒輪','偏移量\x20X','等腰三角形','卷形:水平','漸層線','流程圖:終止','圓角矩形','function','七邊形','起點箭頭大小','標註:線形(帶強調線)','流程圖:對照','與文字排列','7115013ADSEHL','長虛線-點-點','閃電形','exports','箭頭:右弧形','UniverProDocsShapeUiZhTW','標註:左右箭頭','13bWqxuz','空白按鈕','切換水平翻轉','五邊形','標註:雙彎曲線形(帶邊框和強調線)','箭頭:左弧形','星形:十二角','星形:七角','流程圖:接點','箭頭:直角雙向','頂部對齊','流程圖','圖表加號','流程圖:離線存儲','爆炸形:8pt','氣泡:雲','左右圓形箭頭','箭頭:虛尾','流程圖:顯示','標註:左箭頭','對話氣泡:矩形','菱形箭頭','起點箭頭類型','圓柱形','標註:彎曲線形(帶邊框和強調線)','空心弧','圖案填充','箭頭:左右','左中括號','object','標註:十字箭頭','箭頭:左','箭頭:下','右中括號','終點箭頭大小','牌匾標籤','折線:箭頭','星形:三十二角','對話氣泡:圓角矩形','太陽形','十邊形','流程圖:可選過程','箭頭:V型','流程圖:內部貯存','終點箭頭類型','虛線-點','淚滴形','返回按鈕','流程圖:離頁連接符','流程圖:手動操作','前進/下一個按鈕','星與旗幟','2820965iIzjMF','24HfuBpy','缺角矩形','幫助按鈕','流程圖:過程','不等號','方形標籤','流程圖:合併','橢圓箭頭','隱形箭頭','打開形狀面板','透明度','六邊形','平行四邊形','流程圖:順序訪問存儲器','左圓形箭頭','電影按鈕','圖表X','9齒齒輪','箭頭:上下','矩形:棱台','對齊方式','無線條','標註:右箭頭','星形:二十四角','開放箭頭','星形:十角','信息按鈕','圓:空心','文字顏色','縮放\x20X','右對齊','立方體','文字在後','2kdFsqe','切換垂直翻轉','標註:下箭頭','262486UGMCpS','隱藏形狀面板','矩形:折角','圖形位置','流程圖:延期','草繪樣式','6834396HNBjEn','非等腰梯形','流程圖:磁盤','箭頭總匯','雙箭頭折線','16rutxcl','直線箭頭','289450NZgJzb','重置顏色','流程圖:直接訪問存儲器','返回/上一個按鈕','圖形樣式','矩形:單圓角','縱向文字方塊','半閉框','標註:雙彎曲線形','十二邊形','帶形:前凸彎','箭頭:右','矩形:圓頂角','主頁按鈕','流程圖:資料帶','標註:彎曲線形(無邊框)','端點類型','流程圖:數據','聲音按鈕','星形:十六角','新月形','流程圖:或者','文檔按鈕','右大括號','隨形狀旋轉','曲線:箭頭','流程圖:多文檔','底部對齊','44Zzbjzr','左右帶形','箭頭:手杖形','4VyfPoQ','將圖片平鋪為紋理','箭頭:圓角右','雙括號','左大括號','雙箭頭直線','箭頭:環形','775975wfykfv','刪除線','箭頭:十字'];_0x56e2=function(){return _0x59afc9;};return _0x56e2();}function _0x2360(_0x1f8d55,_0x26e6fa){_0x1f8d55=_0x1f8d55-0x183;var _0x56e27c=_0x56e2();var _0x2360e9=_0x56e27c[_0x1f8d55];return _0x2360e9;}(function(_0x344da9,_0x499b89){var _0x4f46c6=_0x2360,_0x416261=_0x344da9();while(!![]){try{var _0x21e4da=parseInt(_0x4f46c6(0x1b2))/0x1*(-parseInt(_0x4f46c6(0x1b5))/0x2)+parseInt(_0x4f46c6(0x1eb))/0x3*(parseInt(_0x4f46c6(0x1e1))/0x4)+-parseInt(_0x4f46c6(0x1e8))/0x5+parseInt(_0x4f46c6(0x191))/0x6*(-parseInt(_0x4f46c6(0x190))/0x7)+-parseInt(_0x4f46c6(0x1c0))/0x8*(-parseInt(_0x4f46c6(0x20d))/0x9)+parseInt(_0x4f46c6(0x1c2))/0xa*(parseInt(_0x4f46c6(0x1de))/0xb)+-parseInt(_0x4f46c6(0x1bb))/0xc*(-parseInt(_0x4f46c6(0x214))/0xd);if(_0x21e4da===_0x499b89)break;else _0x416261['push'](_0x416261['shift']());}catch(_0x3714b3){_0x416261['push'](_0x416261['shift']());}}}(_0x56e2,0xce46c),function(_0x5c7b0d,_0x5e9a1c){var _0x34c4cf=_0x2360;typeof exports==_0x34c4cf(0x231)&&typeof module<'u'?module[_0x34c4cf(0x210)]=_0x5e9a1c():typeof define==_0x34c4cf(0x207)&&define['amd']?define([],_0x5e9a1c):(_0x5c7b0d=typeof globalThis<'u'?globalThis:_0x5c7b0d||self,_0x5c7b0d[_0x34c4cf(0x212)]=_0x5e9a1c());}(this,function(){var _0x13d7f2=_0x2360;return{'docs-shape-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x13d7f2(0x19a),'deleteShape':'刪除形狀','hidePanel':_0x13d7f2(0x1b6),'formatShape':'格式化形狀','shapeStyle':_0x13d7f2(0x1c6),'shapePosition':_0x13d7f2(0x1b8),'toggleFlipH':_0x13d7f2(0x216),'toggleFlipV':_0x13d7f2(0x1b3),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x13d7f2(0x22e),'color':'顏色','transparency':_0x13d7f2(0x19b),'picture':{'source':'圖片來源','insert':'插入...','tileAsTexture':_0x13d7f2(0x1e2),'offsetX':_0x13d7f2(0x201),'offsetY':_0x13d7f2(0x1ed),'scaleX':_0x13d7f2(0x1ae),'scaleY':'縮放\x20Y','alignment':_0x13d7f2(0x1a5),'rotateWithShape':_0x13d7f2(0x1da),'align':{'tl':_0x13d7f2(0x1f7),'t':'頂部對齊','tr':'右上對齊','l':'左對齊','ctr':'置中對齊','r':'右對齊','bl':'左下對齊','b':_0x13d7f2(0x1dd),'br':'右下對齊'}}},'line':{'title':'線條','noLine':_0x13d7f2(0x1a6),'solidLine':'實線','gradientLine':_0x13d7f2(0x204),'color':'顏色','transparency':'透明度','width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x13d7f2(0x189),'longDash':'長虛線','longDashDot':'長虛線-點','longDashDotDot':_0x13d7f2(0x20e)},'capType':{'title':_0x13d7f2(0x1d2),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x13d7f2(0x22a),'beginArrowSize':_0x13d7f2(0x209),'endArrowType':_0x13d7f2(0x188),'endArrowSize':_0x13d7f2(0x236),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x13d7f2(0x1a9),'stealthArrow':_0x13d7f2(0x199),'diamondArrow':_0x13d7f2(0x229),'ovalArrow':_0x13d7f2(0x198)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x13d7f2(0x1ba),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x13d7f2(0x1be),'equationShape':'公式形狀','flowchart':_0x13d7f2(0x21f),'starAndBanner':_0x13d7f2(0x18f),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x13d7f2(0x1c1),'straight-connector2':_0x13d7f2(0x1e6),'bent-connector3':'折線','bent-connector3-arrow1':_0x13d7f2(0x238),'bent-connector3-arrow2':_0x13d7f2(0x1bf),'curved-connector3':'曲線','curved-connector3-arrow1':_0x13d7f2(0x1db),'curved-connector3-arrow2':_0x13d7f2(0x1fb),'rect':'矩形','round-rect':_0x13d7f2(0x206),'snip1-rect':'剪去單角矩形','snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':'矩形:剪去對角','snip-round-rect':_0x13d7f2(0x1fa),'round1-rect':_0x13d7f2(0x1c7),'round2-same-rect':_0x13d7f2(0x1ce),'round2-diag-rect':_0x13d7f2(0x1ec),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x13d7f2(0x1c8),'ellipse':'橢圓','triangle':_0x13d7f2(0x202),'rt-triangle':_0x13d7f2(0x1f2),'parallelogram':_0x13d7f2(0x19d),'trapezoid':'梯形','non-isosceles-trapezoid':_0x13d7f2(0x1bc),'diamond':'菱形','pentagon':_0x13d7f2(0x217),'hexagon':_0x13d7f2(0x19c),'heptagon':_0x13d7f2(0x208),'octagon':'八邊形','decagon':_0x13d7f2(0x184),'dodecagon':_0x13d7f2(0x1cb),'pie':_0x13d7f2(0x1f0),'chord':'弦形','teardrop':_0x13d7f2(0x18a),'frame':'圖文框','half-frame':_0x13d7f2(0x1c9),'corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':_0x13d7f2(0x192),'can':_0x13d7f2(0x22b),'cube':_0x13d7f2(0x1b0),'bevel':_0x13d7f2(0x1a4),'donut':_0x13d7f2(0x1ac),'no-smoking':'禁止符','block-arc':_0x13d7f2(0x22d),'folder-corner':_0x13d7f2(0x1b7),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x13d7f2(0x20f),'sun':_0x13d7f2(0x183),'moon':_0x13d7f2(0x1d6),'cloud':'雲形','arc':'弧形','bracket-pair':_0x13d7f2(0x1e4),'brace-pair':'雙大括號','left-bracket':_0x13d7f2(0x230),'right-bracket':_0x13d7f2(0x235),'left-brace':_0x13d7f2(0x1e5),'right-brace':_0x13d7f2(0x1d9),'right-arrow':_0x13d7f2(0x1cd),'left-arrow':_0x13d7f2(0x233),'up-arrow':'箭頭:上','down-arrow':_0x13d7f2(0x234),'left-right-arrow':_0x13d7f2(0x22f),'up-down-arrow':_0x13d7f2(0x1a3),'quad-arrow':_0x13d7f2(0x1ea),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x13d7f2(0x1e3),'uturn-arrow':_0x13d7f2(0x1e0),'left-up-arrow':_0x13d7f2(0x21d),'bent-up-arrow':_0x13d7f2(0x1ef),'curved-right-arrow':_0x13d7f2(0x211),'curved-left-arrow':_0x13d7f2(0x219),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x13d7f2(0x1ee),'striped-right-arrow':_0x13d7f2(0x225),'notched-right-arrow':'箭頭:燕尾形','home-plate':_0x13d7f2(0x217),'chevron':_0x13d7f2(0x186),'right-arrow-callout':_0x13d7f2(0x1a7),'down-arrow-callout':_0x13d7f2(0x1b4),'left-arrow-callout':_0x13d7f2(0x227),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x13d7f2(0x213),'quad-arrow-callout':_0x13d7f2(0x232),'circular-arrow':_0x13d7f2(0x1e7),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x13d7f2(0x195),'flow-chart-process':_0x13d7f2(0x194),'flow-chart-alternate-process':_0x13d7f2(0x185),'flow-chart-decision':_0x13d7f2(0x1fe),'flow-chart-input-output':_0x13d7f2(0x1d3),'flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x13d7f2(0x187),'flow-chart-document':_0x13d7f2(0x1f5),'flow-chart-multidocument':_0x13d7f2(0x1dc),'flow-chart-terminator':_0x13d7f2(0x205),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':'流程圖:手動輸入','flow-chart-manual-operation':_0x13d7f2(0x18d),'flow-chart-connector':_0x13d7f2(0x21c),'flow-chart-offpage-connector':_0x13d7f2(0x18c),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x13d7f2(0x1d0),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x13d7f2(0x1d7),'flow-chart-collate':_0x13d7f2(0x20b),'flow-chart-sort':'流程圖:排序','flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x13d7f2(0x197),'flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x13d7f2(0x1b9),'flow-chart-magnetic-tape':_0x13d7f2(0x19e),'flow-chart-magnetic-disk':_0x13d7f2(0x1bd),'flow-chart-magnetic-drum':_0x13d7f2(0x1c4),'flow-chart-display':_0x13d7f2(0x226),'irregular-seal1':_0x13d7f2(0x222),'irregular-seal2':'爆炸形:14pt','star4':'星形:四角','star5':'星形:五角','star6':'星形:六角','star7':_0x13d7f2(0x21b),'star8':'星形:八角','star10':_0x13d7f2(0x1aa),'star12':_0x13d7f2(0x21a),'star16':_0x13d7f2(0x1d5),'star24':_0x13d7f2(0x1a8),'star32':_0x13d7f2(0x239),'ribbon2':'帶形:上凸','ribbon':_0x13d7f2(0x1fd),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x13d7f2(0x1cc),'vertical-scroll':_0x13d7f2(0x1fc),'horizontal-scroll':_0x13d7f2(0x203),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x13d7f2(0x228),'wedge-round-rect-callout':_0x13d7f2(0x23a),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x13d7f2(0x223),'border-callout1':_0x13d7f2(0x1f1),'border-callout2':'標註:彎曲線形','border-callout3':_0x13d7f2(0x1ca),'accent-callout1':_0x13d7f2(0x20a),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x13d7f2(0x1f8),'callout1':_0x13d7f2(0x1f9),'callout2':_0x13d7f2(0x1d1),'callout3':_0x13d7f2(0x1f3),'accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x13d7f2(0x22c),'accent-border-callout3':_0x13d7f2(0x218),'left-circular-arrow':_0x13d7f2(0x19f),'left-right-circular-arrow':_0x13d7f2(0x224),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x13d7f2(0x1df),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x13d7f2(0x200),'gear9':_0x13d7f2(0x1a2),'corner-tabs':'角標','action-button-back-previous':_0x13d7f2(0x1c5),'action-button-forward-next':_0x13d7f2(0x18e),'action-button-beginning':'開始按鈕','action-button-end':'結束按鈕','action-button-home':_0x13d7f2(0x1cf),'action-button-information':_0x13d7f2(0x1ab),'action-button-return':_0x13d7f2(0x18b),'action-button-movie':_0x13d7f2(0x1a0),'action-button-document':_0x13d7f2(0x1d8),'action-button-sound':_0x13d7f2(0x1d4),'action-button-help':_0x13d7f2(0x193),'action-button-blank':_0x13d7f2(0x215),'chart-plus':_0x13d7f2(0x220),'chart-star':_0x13d7f2(0x1f6),'chart-x':_0x13d7f2(0x1a1),'flow-chart-offline-storage':_0x13d7f2(0x221),'line-inv':'線反向','plaque-tabs':_0x13d7f2(0x237),'square-tabs':_0x13d7f2(0x196),'up-down-arrow-callout':'上下箭頭標註'}},'toolbar':{'alignLeft':'左對齊','alignCenter':'居中對齊','alignRight':_0x13d7f2(0x1af),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x13d7f2(0x1e9),'textColor':_0x13d7f2(0x1ad),'fillColor':'文字背景色','resetColor':_0x13d7f2(0x1c3)},'align':{'top':_0x13d7f2(0x21e),'middle':_0x13d7f2(0x1f4),'bottom':'底部對齊'},'textWrap':{'inline':_0x13d7f2(0x20c),'square':'矩形','topAndBottom':_0x13d7f2(0x1ff),'behindText':'文字在前','inFrontText':_0x13d7f2(0x1b1)},'crop':{'shape':'裁切為形狀'}}};}));
1
+ function _0x21ca(_0x2aeae4,_0x6d5477){_0x2aeae4=_0x2aeae4-0x15c;var _0x678d44=_0x678d();var _0x21cafc=_0x678d44[_0x2aeae4];return _0x21cafc;}(function(_0x1d9b78,_0x3ea68c){var _0x2f4a54=_0x21ca,_0x4c59b4=_0x1d9b78();while(!![]){try{var _0x11582a=-parseInt(_0x2f4a54(0x185))/0x1*(parseInt(_0x2f4a54(0x16a))/0x2)+-parseInt(_0x2f4a54(0x165))/0x3+-parseInt(_0x2f4a54(0x17a))/0x4+parseInt(_0x2f4a54(0x177))/0x5*(parseInt(_0x2f4a54(0x179))/0x6)+-parseInt(_0x2f4a54(0x169))/0x7*(parseInt(_0x2f4a54(0x183))/0x8)+-parseInt(_0x2f4a54(0x173))/0x9+parseInt(_0x2f4a54(0x186))/0xa;if(_0x11582a===_0x3ea68c)break;else _0x4c59b4['push'](_0x4c59b4['shift']());}catch(_0x4162b4){_0x4c59b4['push'](_0x4c59b4['shift']());}}}(_0x678d,0x720e7),function(_0x55cb43,_0x44f30d){var _0x1cef6d=_0x21ca;typeof exports==_0x1cef6d(0x18b)&&typeof module<'u'?module[_0x1cef6d(0x15d)]=_0x44f30d():typeof define=='function'&&define[_0x1cef6d(0x187)]?define([],_0x44f30d):(_0x55cb43=typeof globalThis<'u'?globalThis:_0x55cb43||self,_0x55cb43[_0x1cef6d(0x172)]=_0x44f30d());}(this,function(){var _0x17aaf2=_0x21ca;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x17aaf2(0x175),'openPanel':_0x17aaf2(0x162),'deleteShape':'刪除形狀','hidePanel':_0x17aaf2(0x181),'formatShape':_0x17aaf2(0x163),'shapeStyle':_0x17aaf2(0x178),'shapePosition':_0x17aaf2(0x167),'toggleFlipH':_0x17aaf2(0x180),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x17aaf2(0x188),'rotateLeft90':_0x17aaf2(0x16c),'toggleTextVertical':_0x17aaf2(0x184),'objectListPanel':{'title':'圖層','open':_0x17aaf2(0x170),'empty':_0x17aaf2(0x17c),'showAll':_0x17aaf2(0x189),'hideAll':_0x17aaf2(0x17b),'show':'顯示','hide':'隱藏','moveForward':_0x17aaf2(0x176),'moveBackward':_0x17aaf2(0x174),'close':'關閉','name':'名稱','nameInput':_0x17aaf2(0x17e),'description':'描述','descriptionPlaceholder':_0x17aaf2(0x182),'details':'詳細資料','noSelection':'選取物件以編輯詳細資料'},'toolbar':{'alignLeft':_0x17aaf2(0x16e),'alignCenter':_0x17aaf2(0x17d),'alignRight':_0x17aaf2(0x16f),'alignJustify':_0x17aaf2(0x160),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x17aaf2(0x16b),'textColor':_0x17aaf2(0x15c),'fillColor':_0x17aaf2(0x15e),'resetColor':_0x17aaf2(0x18a)},'align':{'top':_0x17aaf2(0x17f),'middle':_0x17aaf2(0x164),'bottom':_0x17aaf2(0x15f)},'textWrap':{'inline':_0x17aaf2(0x16d),'square':'矩形','topAndBottom':_0x17aaf2(0x168),'behindText':_0x17aaf2(0x171),'inFrontText':_0x17aaf2(0x166)},'crop':{'shape':_0x17aaf2(0x161)}}};}));function _0x678d(){var _0x19c2f5=['垂直居中','2088804uWiQIR','文字在後','圖形位置','上及下','7zIqaFO','56pOiuFW','刪除線','逆時針\x2090\x20度旋轉','與文字排列','左對齊','右對齊','開啟圖層面板','文字在前','UniverProDocsShapeUiZhTW','5497686aDpSit','下移一層','插入形狀','上移一層','20QtzDMB','圖形樣式','494964mkqoOM','2436080dDSenQ','全部隱藏','暫無物件','居中對齊','物件名稱','頂部對齊','切換水平翻轉','隱藏形狀面板','新增描述','4122736oojdhs','切換文本竖排','7699rERQnw','27842550RKnshb','amd','順時針\x2090\x20度旋轉','全部顯示','重置顏色','object','文字顏色','exports','文字背景色','底部對齊','兩端對齊','裁切為形狀','打開形狀面板','格式化形狀'];_0x678d=function(){return _0x19c2f5;};return _0x678d();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/docs-shape-ui",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.3",
4
4
  "private": false,
5
5
  "description": "Shape and drawing UI integration for Univer Docs.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -57,29 +57,29 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/icons": "1.14.0",
61
- "@univerjs-pro/docs-shape": "1.0.0-alpha.1",
62
- "@univerjs-pro/license": "1.0.0-alpha.1",
63
- "@univerjs-pro/shape-editor-ui": "1.0.0-alpha.1",
64
- "@univerjs-pro/engine-shape": "1.0.0-alpha.1",
65
- "@univerjs/core": "1.0.0-alpha.1",
66
- "@univerjs/docs": "1.0.0-alpha.1",
67
- "@univerjs/docs-drawing-ui": "1.0.0-alpha.1",
68
- "@univerjs/docs-ui": "1.0.0-alpha.1",
69
- "@univerjs/design": "1.0.0-alpha.1",
70
- "@univerjs/drawing": "1.0.0-alpha.1",
71
- "@univerjs/drawing-ui": "1.0.0-alpha.1",
72
- "@univerjs/engine-render": "1.0.0-alpha.1",
73
- "@univerjs/ui": "1.0.0-alpha.1"
60
+ "@univerjs/icons": "1.20.0",
61
+ "@univerjs-pro/docs-shape": "1.0.0-alpha.3",
62
+ "@univerjs-pro/shape-editor-ui": "1.0.0-alpha.3",
63
+ "@univerjs-pro/license": "1.0.0-alpha.3",
64
+ "@univerjs-pro/engine-shape": "1.0.0-alpha.3",
65
+ "@univerjs/core": "1.0.0-alpha.3",
66
+ "@univerjs/docs": "1.0.0-alpha.3",
67
+ "@univerjs/docs-drawing": "1.0.0-alpha.3",
68
+ "@univerjs/docs-drawing-ui": "1.0.0-alpha.3",
69
+ "@univerjs/docs-ui": "1.0.0-alpha.3",
70
+ "@univerjs/drawing": "1.0.0-alpha.3",
71
+ "@univerjs/drawing-ui": "1.0.0-alpha.3",
72
+ "@univerjs/engine-render": "1.0.0-alpha.3",
73
+ "@univerjs/ui": "1.0.0-alpha.3"
74
74
  },
75
75
  "devDependencies": {
76
- "postcss": "^8.5.15",
76
+ "postcss": "^8.5.16",
77
77
  "react": "18.3.1",
78
78
  "rxjs": "7.8.2",
79
79
  "tailwindcss": "3.4.17",
80
80
  "typescript": "^6.0.3",
81
- "vitest": "^4.1.9",
82
- "@univerjs-infra/shared": "1.0.0-alpha.1"
81
+ "vitest": "^4.1.10",
82
+ "@univerjs-infra/shared": "1.0.0-alpha.3"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "vitest run",
@@ -1 +0,0 @@
1
- export declare function ShapeTextFloatToolbar(): import("react").JSX.Element;
@@ -1,23 +0,0 @@
1
- import type { LocaleKey } from '../locale/types';
2
- import { ShapeTypeEnum } from '@univerjs-pro/engine-shape';
3
- export declare enum ShapeGroupEnum {
4
- Line = "line",
5
- Rectangle = "rectangle",
6
- BasicShape = "basicShape",
7
- BlockArrow = "blockArrow",
8
- EquationShape = "equationShape",
9
- Flowchart = "flowchart",
10
- StarAndBanner = "starAndBanner",
11
- Callout = "callout",
12
- Other = "other"
13
- }
14
- export declare const shapeTypeOptions: Array<{
15
- group: ShapeGroupEnum;
16
- type: ShapeTypeEnum;
17
- icon: string;
18
- name: LocaleKey;
19
- endArrow?: boolean;
20
- startArrow?: boolean;
21
- horizontal?: boolean;
22
- vertical?: boolean;
23
- }>;