@univerjs-pro/docs-shape-ui 1.0.0-beta.0 → 1.0.0-beta.2

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 (94) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/commands/operations/shape-ribbon.operation.d.ts +13 -0
  62. package/lib/types/const.d.ts +7 -0
  63. package/lib/types/controllers/doc-shape-printing.controller.d.ts +12 -0
  64. package/lib/types/controllers/shape-contextual-ribbon.controller.d.ts +18 -0
  65. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +5 -4
  66. package/lib/types/controllers/ui.controller.d.ts +0 -3
  67. package/lib/types/locale/en-US.d.ts +1 -0
  68. package/lib/types/menu/schema.d.ts +1 -0
  69. package/lib/types/menu/shape-format-ribbon.menu.d.ts +25 -0
  70. package/lib/types/plugin.d.ts +1 -0
  71. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +3 -4
  72. package/lib/types/views/shape-format-ribbon/DocsShapeFormatRibbonControls.d.ts +18 -0
  73. package/lib/types/views/shape-format-ribbon/DocsShapeWrappingStyleIcons.d.ts +8 -0
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +18 -18
@@ -1 +1 @@
1
- function _0x1f98(_0x1c7397,_0x817dbe){_0x1c7397=_0x1c7397-0x65;var _0x1cb925=_0x1cb9();var _0x1f98c7=_0x1cb925[_0x1c7397];return _0x1f98c7;}function _0x1cb9(){var _0x31a6e8=['衬于文字下方','左对齐','8EbzXQp','隐藏形状面板','amd','选择对象以编辑详情','顶部对齐','顺时针90度旋转','添加描述','文本颜色','1352855xtNBNb','底部对齐','function','形状位置','四周型','下移一层','全部隐藏','UniverProDocsShapeUiZhCN','39XJwoOx','暂无对象','11KIBYXu','重置颜色','裁剪为形状','5239210iPgQFZ','376351BeaqHr','2dVmuLg','6624243qFtuRg','打开图层面板','全部显示','文本背景色','删除线','33174612aqbUOW','338788RzjjHL','对象名称','逆时针90度旋转','两端对齐','270gRfnyY','51515ZxOpti','exports','上移一层','嵌入型'];_0x1cb9=function(){return _0x31a6e8;};return _0x1cb9();}(function(_0x569325,_0x44867c){var _0x20b82f=_0x1f98,_0x460e96=_0x569325();while(!![]){try{var _0x5b19a9=parseInt(_0x20b82f(0x81))/0x1*(-parseInt(_0x20b82f(0x82))/0x2)+-parseInt(_0x20b82f(0x7b))/0x3*(parseInt(_0x20b82f(0x89))/0x4)+-parseInt(_0x20b82f(0x65))/0x5*(-parseInt(_0x20b82f(0x8d))/0x6)+parseInt(_0x20b82f(0x73))/0x7+parseInt(_0x20b82f(0x6b))/0x8*(-parseInt(_0x20b82f(0x83))/0x9)+-parseInt(_0x20b82f(0x80))/0xa+parseInt(_0x20b82f(0x7d))/0xb*(parseInt(_0x20b82f(0x88))/0xc);if(_0x5b19a9===_0x44867c)break;else _0x460e96['push'](_0x460e96['shift']());}catch(_0x453b73){_0x460e96['push'](_0x460e96['shift']());}}}(_0x1cb9,0xa703b),function(_0x3aec00,_0x30453d){var _0x1136ae=_0x1f98;typeof exports=='object'&&typeof module<'u'?module[_0x1136ae(0x66)]=_0x30453d():typeof define==_0x1136ae(0x75)&&define[_0x1136ae(0x6d)]?define([],_0x30453d):(_0x3aec00=typeof globalThis<'u'?globalThis:_0x3aec00||self,_0x3aec00[_0x1136ae(0x7a)]=_0x30453d());}(this,function(){var _0x1288f2=_0x1f98;return{'docs-shape-ui':{'title':'形状','insertShape':'插入形状','openPanel':'打开形状面板','deleteShape':'删除形状','hidePanel':_0x1288f2(0x6c),'formatShape':'格式化形状','shapeStyle':'形状样式','shapePosition':_0x1288f2(0x76),'toggleFlipH':'切换水平翻转','toggleFlipV':'切换垂直翻转','rotateRight90':_0x1288f2(0x70),'rotateLeft90':_0x1288f2(0x8b),'toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':_0x1288f2(0x84),'empty':_0x1288f2(0x7c),'showAll':_0x1288f2(0x85),'hideAll':_0x1288f2(0x79),'show':'显示','hide':'隐藏','moveForward':_0x1288f2(0x67),'moveBackward':_0x1288f2(0x78),'close':'关闭','name':'名称','nameInput':_0x1288f2(0x8a),'description':'描述','descriptionPlaceholder':_0x1288f2(0x71),'details':'详情','noSelection':_0x1288f2(0x6e)},'toolbar':{'alignLeft':_0x1288f2(0x6a),'alignCenter':'居中对齐','alignRight':'右对齐','alignJustify':_0x1288f2(0x8c),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x1288f2(0x87),'textColor':_0x1288f2(0x72),'fillColor':_0x1288f2(0x86),'resetColor':_0x1288f2(0x7e)},'align':{'top':_0x1288f2(0x6f),'middle':'垂直居中','bottom':_0x1288f2(0x74)},'textWrap':{'inline':_0x1288f2(0x68),'square':_0x1288f2(0x77),'topAndBottom':'上下型','behindText':_0x1288f2(0x69),'inFrontText':'浮于文字上方'},'crop':{'shape':_0x1288f2(0x7f)}}};}));
1
+ function _0x27ab(){var _0x32d5fc=['240750whQpNU','裁剪为形状','文本背景色','767840dsPSkP','上移一层','逆时针90度旋转','42093zqHWXc','选择对象以编辑详情','1VXbuCT','UniverProDocsShapeUiZhCN','形状位置','50LPpPcR','function','两端对齐','添加描述','打开形状面板','全部显示','形状样式','顶部对齐','下划线','四周型','396291TaKRjw','346976JKJBEr','object','6054UjUORC','浮于文字上方','居中对齐','文本颜色','底部对齐','1593277stRpHV','删除形状','插入形状','嵌入型','下移一层','对象名称','exports','格式化形状','垂直居中','顺时针90度旋转','打开图层面板','右对齐','285dnJxZt','切换水平翻转'];_0x27ab=function(){return _0x32d5fc;};return _0x27ab();}function _0x2fda(_0x214564,_0x54f347){_0x214564=_0x214564-0x102;var _0x27ab26=_0x27ab();var _0x2fda99=_0x27ab26[_0x214564];return _0x2fda99;}(function(_0x4f510e,_0x2de0fe){var _0x165a6f=_0x2fda,_0x15e814=_0x4f510e();while(!![]){try{var _0x4e2502=parseInt(_0x165a6f(0x113))/0x1*(-parseInt(_0x165a6f(0x10b))/0x2)+-parseInt(_0x165a6f(0x120))/0x3+parseInt(_0x165a6f(0x121))/0x4+-parseInt(_0x165a6f(0x109))/0x5*(parseInt(_0x165a6f(0x123))/0x6)+parseInt(_0x165a6f(0x128))/0x7+parseInt(_0x165a6f(0x10e))/0x8+parseInt(_0x165a6f(0x111))/0x9*(parseInt(_0x165a6f(0x116))/0xa);if(_0x4e2502===_0x2de0fe)break;else _0x15e814['push'](_0x15e814['shift']());}catch(_0x3b47d5){_0x15e814['push'](_0x15e814['shift']());}}}(_0x27ab,0x1e357),function(_0x18850c,_0x24d7dd){var _0x6ade86=_0x2fda;typeof exports==_0x6ade86(0x122)&&typeof module<'u'?module[_0x6ade86(0x103)]=_0x24d7dd():typeof define==_0x6ade86(0x117)&&define['amd']?define([],_0x24d7dd):(_0x18850c=typeof globalThis<'u'?globalThis:_0x18850c||self,_0x18850c[_0x6ade86(0x114)]=_0x24d7dd());}(this,function(){var _0x4c6474=_0x2fda;return{'docs-shape-ui':{'quickStyles':'快捷样式','title':'形状','insertShape':_0x4c6474(0x12a),'openPanel':_0x4c6474(0x11a),'deleteShape':_0x4c6474(0x129),'hidePanel':'隐藏形状面板','formatShape':_0x4c6474(0x104),'shapeStyle':_0x4c6474(0x11c),'shapePosition':_0x4c6474(0x115),'toggleFlipH':_0x4c6474(0x10a),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x4c6474(0x106),'rotateLeft90':_0x4c6474(0x110),'toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':_0x4c6474(0x107),'empty':'暂无对象','showAll':_0x4c6474(0x11b),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x4c6474(0x10f),'moveBackward':_0x4c6474(0x12c),'close':'关闭','name':'名称','nameInput':_0x4c6474(0x102),'description':'描述','descriptionPlaceholder':_0x4c6474(0x119),'details':'详情','noSelection':_0x4c6474(0x112)},'toolbar':{'alignLeft':'左对齐','alignCenter':_0x4c6474(0x125),'alignRight':_0x4c6474(0x108),'alignJustify':_0x4c6474(0x118),'bold':'粗体','italic':'斜体','underline':_0x4c6474(0x11e),'strikethrough':'删除线','textColor':_0x4c6474(0x126),'fillColor':_0x4c6474(0x10d),'resetColor':'重置颜色'},'align':{'top':_0x4c6474(0x11d),'middle':_0x4c6474(0x105),'bottom':_0x4c6474(0x127)},'textWrap':{'inline':_0x4c6474(0x12b),'square':_0x4c6474(0x11f),'topAndBottom':'上下型','behindText':'衬于文字下方','inFrontText':_0x4c6474(0x124)},'crop':{'shape':_0x4c6474(0x10c)}}};}));
@@ -1 +1 @@
1
- function _0x1bd3(_0x14d44,_0x3ed7b3){_0x14d44=_0x14d44-0x90;var _0x3849d3=_0x3849();var _0x1bd381=_0x3849d3[_0x14d44];return _0x1bd381;}function _0x3849(){var _0x1b6540=['裁切為形狀','順時針\x2090\x20度旋轉','選擇物件以編輯詳情','exports','圖形位置','打開形狀面板','格式化形狀','兩端對齊','16555635xLfwbF','切換垂直翻轉','頂部對齊','2phlGKR','2509640cKWJtL','410451ZpKDSR','逆時針\x2090\x20度旋轉','全部隱藏','7696199ThCctC','底部對齊','amd','垂直居中','5CzNdYc','與文字排列','5368996ATwZyW','上移一層','667443gkqFWF','插入形狀','UniverProDocsShapeUiZhHK','上及下','7829712AsMEWw','刪除線','object','文字在前','居中對齊','圖形樣式','文字背景色','下移一層','新增描述'];_0x3849=function(){return _0x1b6540;};return _0x3849();}(function(_0x20a6f6,_0x195282){var _0x25d124=_0x1bd3,_0x250176=_0x20a6f6();while(!![]){try{var _0x48f4c1=-parseInt(_0x25d124(0xa3))/0x1+-parseInt(_0x25d124(0x96))/0x2*(parseInt(_0x25d124(0x98))/0x3)+parseInt(_0x25d124(0xa1))/0x4*(parseInt(_0x25d124(0x9f))/0x5)+parseInt(_0x25d124(0xa7))/0x6+parseInt(_0x25d124(0x9b))/0x7+-parseInt(_0x25d124(0x97))/0x8+-parseInt(_0x25d124(0x93))/0x9;if(_0x48f4c1===_0x195282)break;else _0x250176['push'](_0x250176['shift']());}catch(_0x1b60e0){_0x250176['push'](_0x250176['shift']());}}}(_0x3849,0xc0aba),function(_0x4ab77a,_0x2ce949){var _0xa36a3c=_0x1bd3;typeof exports==_0xa36a3c(0xa9)&&typeof module<'u'?module[_0xa36a3c(0xb3)]=_0x2ce949():typeof define=='function'&&define[_0xa36a3c(0x9d)]?define([],_0x2ce949):(_0x4ab77a=typeof globalThis<'u'?globalThis:_0x4ab77a||self,_0x4ab77a[_0xa36a3c(0xa5)]=_0x2ce949());}(this,function(){var _0x2f4752=_0x1bd3;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x2f4752(0xa4),'openPanel':_0x2f4752(0x90),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':_0x2f4752(0x91),'shapeStyle':_0x2f4752(0xac),'shapePosition':_0x2f4752(0xb4),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x2f4752(0x94),'rotateRight90':_0x2f4752(0xb1),'rotateLeft90':_0x2f4752(0x99),'toggleTextVertical':'切換文本豎排','objectListPanel':{'title':'圖層','open':'開啟圖層面板','empty':'暫無物件','showAll':'全部顯示','hideAll':_0x2f4752(0x9a),'show':'顯示','hide':'隱藏','moveForward':_0x2f4752(0xa2),'moveBackward':_0x2f4752(0xae),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x2f4752(0xaf),'details':'詳情','noSelection':_0x2f4752(0xb2)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x2f4752(0xab),'alignRight':'右對齊','alignJustify':_0x2f4752(0x92),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2f4752(0xa8),'textColor':'文字顏色','fillColor':_0x2f4752(0xad),'resetColor':'重置顏色'},'align':{'top':_0x2f4752(0x95),'middle':_0x2f4752(0x9e),'bottom':_0x2f4752(0x9c)},'textWrap':{'inline':_0x2f4752(0xa0),'square':'矩形','topAndBottom':_0x2f4752(0xa6),'behindText':_0x2f4752(0xaa),'inFrontText':'文字在後'},'crop':{'shape':_0x2f4752(0xb0)}}};}));
1
+ function _0x3fff(_0x15ce30,_0x556d59){_0x15ce30=_0x15ce30-0x98;var _0x14b613=_0x14b6();var _0x3fffa8=_0x14b613[_0x15ce30];return _0x3fffa8;}(function(_0x3f2545,_0x290d79){var _0x6ec8c7=_0x3fff,_0x484cf2=_0x3f2545();while(!![]){try{var _0x4724ad=-parseInt(_0x6ec8c7(0xad))/0x1*(parseInt(_0x6ec8c7(0xa5))/0x2)+-parseInt(_0x6ec8c7(0xb6))/0x3+parseInt(_0x6ec8c7(0xa3))/0x4+-parseInt(_0x6ec8c7(0xa8))/0x5*(-parseInt(_0x6ec8c7(0xb9))/0x6)+-parseInt(_0x6ec8c7(0xba))/0x7+-parseInt(_0x6ec8c7(0xb5))/0x8+parseInt(_0x6ec8c7(0xac))/0x9;if(_0x4724ad===_0x290d79)break;else _0x484cf2['push'](_0x484cf2['shift']());}catch(_0x3128f9){_0x484cf2['push'](_0x484cf2['shift']());}}}(_0x14b6,0x2a2c5),function(_0x408bac,_0x4613a2){var _0x3eda01=_0x3fff;typeof exports==_0x3eda01(0x9b)&&typeof module<'u'?module['exports']=_0x4613a2():typeof define==_0x3eda01(0x9c)&&define[_0x3eda01(0xa0)]?define([],_0x4613a2):(_0x408bac=typeof globalThis<'u'?globalThis:_0x408bac||self,_0x408bac['UniverProDocsShapeUiZhHK']=_0x4613a2());}(this,function(){var _0x5689ca=_0x3fff;return{'docs-shape-ui':{'quickStyles':_0x5689ca(0xa7),'title':'形狀','insertShape':_0x5689ca(0xaa),'openPanel':'打開形狀面板','deleteShape':'刪除形狀','hidePanel':_0x5689ca(0x99),'formatShape':_0x5689ca(0xa9),'shapeStyle':_0x5689ca(0xa1),'shapePosition':_0x5689ca(0x9d),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x5689ca(0xae),'rotateRight90':_0x5689ca(0xb8),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x5689ca(0x9e),'objectListPanel':{'title':'圖層','open':_0x5689ca(0xb7),'empty':_0x5689ca(0xb3),'showAll':_0x5689ca(0x9f),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x5689ca(0xbc),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x5689ca(0xa2),'description':'描述','descriptionPlaceholder':'新增描述','details':'詳情','noSelection':_0x5689ca(0xb0)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x5689ca(0xb1),'alignRight':'右對齊','alignJustify':_0x5689ca(0xa6),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x5689ca(0xbb),'textColor':_0x5689ca(0xaf),'fillColor':_0x5689ca(0xa4),'resetColor':_0x5689ca(0xab)},'align':{'top':_0x5689ca(0x98),'middle':_0x5689ca(0xb2),'bottom':_0x5689ca(0x9a)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':'上及下','behindText':'文字在前','inFrontText':_0x5689ca(0xbd)},'crop':{'shape':_0x5689ca(0xb4)}}};}));function _0x14b6(){var _0x4c4b49=['10HOUTzf','格式化形狀','插入形狀','重置顏色','6197823cIVhQA','2qdsCiq','切換垂直翻轉','文字顏色','選擇物件以編輯詳情','居中對齊','垂直居中','暫無物件','裁切為形狀','2597696fSPnbd','282216kkhrGw','開啟圖層面板','順時針\x2090\x20度旋轉','571092rGlFAi','1460368iGaOiv','刪除線','上移一層','文字在後','頂部對齊','隱藏形狀面板','底部對齊','object','function','圖形位置','切換文本豎排','全部顯示','amd','圖形樣式','物件名稱','997496pDGEPL','文字背景色','328236bgVnxV','兩端對齊','快速樣式'];_0x14b6=function(){return _0x4c4b49;};return _0x14b6();}
@@ -1 +1 @@
1
- function _0x53ab(_0x212fdc,_0x242a51){_0x212fdc=_0x212fdc-0x110;var _0x407d24=_0x407d();var _0x53ab81=_0x407d24[_0x212fdc];return _0x53ab81;}(function(_0xfe3db1,_0x327358){var _0x347a24=_0x53ab,_0x21f0b8=_0xfe3db1();while(!![]){try{var _0x476faa=parseInt(_0x347a24(0x133))/0x1+-parseInt(_0x347a24(0x139))/0x2+-parseInt(_0x347a24(0x13d))/0x3*(parseInt(_0x347a24(0x12e))/0x4)+parseInt(_0x347a24(0x122))/0x5*(parseInt(_0x347a24(0x13b))/0x6)+-parseInt(_0x347a24(0x11a))/0x7*(-parseInt(_0x347a24(0x137))/0x8)+parseInt(_0x347a24(0x129))/0x9*(-parseInt(_0x347a24(0x110))/0xa)+-parseInt(_0x347a24(0x111))/0xb*(-parseInt(_0x347a24(0x128))/0xc);if(_0x476faa===_0x327358)break;else _0x21f0b8['push'](_0x21f0b8['shift']());}catch(_0x1b0be7){_0x21f0b8['push'](_0x21f0b8['shift']());}}}(_0x407d,0x94b55),function(_0x6a324c,_0x1aad10){var _0x9cd327=_0x53ab;typeof exports==_0x9cd327(0x131)&&typeof module<'u'?module['exports']=_0x1aad10():typeof define==_0x9cd327(0x124)&&define[_0x9cd327(0x11f)]?define([],_0x1aad10):(_0x6a324c=typeof globalThis<'u'?globalThis:_0x6a324c||self,_0x6a324c[_0x9cd327(0x12f)]=_0x1aad10());}(this,function(){var _0x3fe412=_0x53ab;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x3fe412(0x13c),'openPanel':_0x3fe412(0x12b),'deleteShape':_0x3fe412(0x134),'hidePanel':'隱藏形狀面板','formatShape':_0x3fe412(0x130),'shapeStyle':_0x3fe412(0x116),'shapePosition':_0x3fe412(0x12a),'toggleFlipH':_0x3fe412(0x11b),'toggleFlipV':_0x3fe412(0x11d),'rotateRight90':_0x3fe412(0x114),'rotateLeft90':_0x3fe412(0x11c),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x3fe412(0x119),'empty':_0x3fe412(0x117),'showAll':_0x3fe412(0x123),'hideAll':_0x3fe412(0x138),'show':'顯示','hide':'隱藏','moveForward':_0x3fe412(0x115),'moveBackward':_0x3fe412(0x13a),'close':'關閉','name':'名稱','nameInput':_0x3fe412(0x118),'description':'描述','descriptionPlaceholder':'新增描述','details':'詳細資料','noSelection':_0x3fe412(0x12d)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x3fe412(0x12c),'alignRight':_0x3fe412(0x121),'alignJustify':_0x3fe412(0x11e),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3fe412(0x126),'textColor':'文字顏色','fillColor':'文字背景色','resetColor':'重置顏色'},'align':{'top':_0x3fe412(0x127),'middle':_0x3fe412(0x120),'bottom':_0x3fe412(0x136)},'textWrap':{'inline':_0x3fe412(0x135),'square':'矩形','topAndBottom':_0x3fe412(0x113),'behindText':_0x3fe412(0x112),'inFrontText':_0x3fe412(0x125)},'crop':{'shape':_0x3fe412(0x132)}}};}));function _0x407d(){var _0x2bc103=['底部對齊','2485960PBaskW','全部隱藏','152918zONevf','下移一層','4705566ZSToMi','插入形狀','9efqRVI','12080CGvScN','858VNXuEU','文字在前','上及下','順時針\x2090\x20度旋轉','上移一層','圖形樣式','暫無物件','物件名稱','開啟圖層面板','14XbiTgU','切換水平翻轉','逆時針\x2090\x20度旋轉','切換垂直翻轉','兩端對齊','amd','垂直居中','右對齊','5aaiTZo','全部顯示','function','文字在後','刪除線','頂部對齊','75624LcQEEg','8136PUfBdm','圖形位置','打開形狀面板','居中對齊','選取物件以編輯詳細資料','1239092QVWLCb','UniverProDocsShapeUiZhTW','格式化形狀','object','裁切為形狀','809612oqpQzD','刪除形狀','與文字排列'];_0x407d=function(){return _0x2bc103;};return _0x407d();}
1
+ (function(_0x72fb58,_0x5e6c01){var _0x128c2f=_0x292f,_0x46f05c=_0x72fb58();while(!![]){try{var _0x2e5564=-parseInt(_0x128c2f(0x1f0))/0x1*(-parseInt(_0x128c2f(0x1da))/0x2)+-parseInt(_0x128c2f(0x1f7))/0x3+-parseInt(_0x128c2f(0x1f8))/0x4+-parseInt(_0x128c2f(0x1ed))/0x5+parseInt(_0x128c2f(0x1e5))/0x6*(-parseInt(_0x128c2f(0x1d8))/0x7)+-parseInt(_0x128c2f(0x1e6))/0x8+parseInt(_0x128c2f(0x1ef))/0x9;if(_0x2e5564===_0x5e6c01)break;else _0x46f05c['push'](_0x46f05c['shift']());}catch(_0x79a535){_0x46f05c['push'](_0x46f05c['shift']());}}}(_0x22ee,0xa1465),function(_0x3e0ad0,_0x5c9c7a){var _0x496480=_0x292f;typeof exports==_0x496480(0x1ec)&&typeof module<'u'?module['exports']=_0x5c9c7a():typeof define=='function'&&define[_0x496480(0x1f2)]?define([],_0x5c9c7a):(_0x3e0ad0=typeof globalThis<'u'?globalThis:_0x3e0ad0||self,_0x3e0ad0[_0x496480(0x1f4)]=_0x5c9c7a());}(this,function(){var _0x31842e=_0x292f;return{'docs-shape-ui':{'quickStyles':'快捷樣式','title':'形狀','insertShape':_0x31842e(0x1e4),'openPanel':'打開形狀面板','deleteShape':_0x31842e(0x1e8),'hidePanel':'隱藏形狀面板','formatShape':'格式化形狀','shapeStyle':_0x31842e(0x1db),'shapePosition':_0x31842e(0x1f1),'toggleFlipH':_0x31842e(0x1ea),'toggleFlipV':_0x31842e(0x1e2),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x31842e(0x1d2),'objectListPanel':{'title':'圖層','open':_0x31842e(0x1d3),'empty':_0x31842e(0x1e0),'showAll':_0x31842e(0x1dc),'hideAll':_0x31842e(0x1eb),'show':'顯示','hide':'隱藏','moveForward':_0x31842e(0x1f6),'moveBackward':_0x31842e(0x1d9),'close':'關閉','name':'名稱','nameInput':_0x31842e(0x1d7),'description':'描述','descriptionPlaceholder':_0x31842e(0x1e1),'details':_0x31842e(0x1de),'noSelection':_0x31842e(0x1ee)},'toolbar':{'alignLeft':'左對齊','alignCenter':'居中對齊','alignRight':_0x31842e(0x1e7),'alignJustify':_0x31842e(0x1d5),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x31842e(0x1d4),'textColor':_0x31842e(0x1f3),'fillColor':_0x31842e(0x1f5),'resetColor':'重置顏色'},'align':{'top':'頂部對齊','middle':_0x31842e(0x1dd),'bottom':'底部對齊'},'textWrap':{'inline':_0x31842e(0x1e3),'square':'矩形','topAndBottom':'上及下','behindText':_0x31842e(0x1e9),'inFrontText':_0x31842e(0x1df)},'crop':{'shape':_0x31842e(0x1d6)}}};}));function _0x292f(_0x49c925,_0x217dc4){_0x49c925=_0x49c925-0x1d2;var _0x22ee4=_0x22ee();var _0x292f74=_0x22ee4[_0x49c925];return _0x292f74;}function _0x22ee(){var _0x1916d3=['186215tXXdiO','圖形位置','amd','文字顏色','UniverProDocsShapeUiZhTW','文字背景色','上移一層','1740213enzPci','4418676rNiWNT','切換文本竖排','開啟圖層面板','刪除線','兩端對齊','裁切為形狀','物件名稱','452809QweKad','下移一層','14JVjHyk','圖形樣式','全部顯示','垂直居中','詳細資料','文字在後','暫無物件','新增描述','切換垂直翻轉','與文字排列','插入形狀','42kQUaWZ','4903656jtqtTE','右對齊','刪除形狀','文字在前','切換水平翻轉','全部隱藏','object','1063985DDUpoI','選取物件以編輯詳細資料','20883411ZCnplt'];_0x22ee=function(){return _0x1916d3;};return _0x22ee();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/docs-shape-ui",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.2",
4
4
  "private": false,
5
5
  "description": "Shape and drawing UI integration for Univer Docs.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -11,7 +11,7 @@
11
11
  "homepage": "https://univer.ai",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/dream-num/univer"
14
+ "url": "https://github.com/dream-num/univer-pro"
15
15
  },
16
16
  "bugs": {
17
17
  "url": "https://github.com/dream-num/univer/issues"
@@ -57,21 +57,21 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/icons": "1.35.0",
61
- "@univerjs-pro/docs-shape": "1.0.0-beta.0",
62
- "@univerjs-pro/shape-editor": "1.0.0-beta.0",
63
- "@univerjs-pro/engine-shape": "1.0.0-beta.0",
64
- "@univerjs/core": "1.0.0-beta.0",
65
- "@univerjs-pro/shape-editor-ui": "1.0.0-beta.0",
66
- "@univerjs/docs": "1.0.0-beta.0",
67
- "@univerjs/docs-drawing": "1.0.0-beta.0",
68
- "@univerjs/docs-drawing-ui": "1.0.0-beta.0",
69
- "@univerjs/docs-ui": "1.0.0-beta.0",
70
- "@univerjs/drawing": "1.0.0-beta.0",
71
- "@univerjs-pro/license": "1.0.0-beta.0",
72
- "@univerjs/drawing-ui": "1.0.0-beta.0",
73
- "@univerjs/engine-render": "1.0.0-beta.0",
74
- "@univerjs/ui": "1.0.0-beta.0"
60
+ "@univerjs/icons": "1.38.0",
61
+ "@univerjs-pro/docs-shape": "1.0.0-beta.2",
62
+ "@univerjs-pro/engine-shape": "1.0.0-beta.2",
63
+ "@univerjs-pro/license": "1.0.0-beta.2",
64
+ "@univerjs-pro/shape-editor": "1.0.0-beta.2",
65
+ "@univerjs-pro/shape-editor-ui": "1.0.0-beta.2",
66
+ "@univerjs/core": "1.0.0-beta.2",
67
+ "@univerjs/docs-drawing": "1.0.0-beta.2",
68
+ "@univerjs/docs": "1.0.0-beta.2",
69
+ "@univerjs/drawing": "1.0.0-beta.2",
70
+ "@univerjs/drawing-ui": "1.0.0-beta.2",
71
+ "@univerjs/engine-render": "1.0.0-beta.2",
72
+ "@univerjs/docs-drawing-ui": "1.0.0-beta.2",
73
+ "@univerjs/ui": "1.0.0-beta.2",
74
+ "@univerjs/docs-ui": "1.0.0-beta.2"
75
75
  },
76
76
  "devDependencies": {
77
77
  "postcss": "^8.5.25",
@@ -80,7 +80,7 @@
80
80
  "tailwindcss": "3.4.17",
81
81
  "typescript": "^6.0.3",
82
82
  "vitest": "^4.1.10",
83
- "@univerjs-infra/shared": "1.0.0-beta.0"
83
+ "@univerjs-infra/shared": "1.0.0-beta.2"
84
84
  },
85
85
  "scripts": {
86
86
  "test": "vitest run",