@univerjs-pro/sheets-shape-ui 1.0.0-alpha.2 → 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 (103) hide show
  1. package/README.md +5 -3
  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 +21 -0
  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/menu/menu-dependencies.d.ts +2 -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/components.controller.d.ts +4 -2
  69. package/lib/types/controllers/shape-update.controller.d.ts +1 -0
  70. package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
  71. package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
  72. package/lib/types/controllers/sheet-shape-render.controller.d.ts +8 -3
  73. package/lib/types/index.d.ts +1 -7
  74. package/lib/types/locale/en-US.d.ts +18 -0
  75. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  76. package/lib/types/utils/shape-text-document.d.ts +1 -11
  77. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  78. package/lib/types/view-model/shape-data-model.d.ts +7 -5
  79. package/lib/types/views/ShapePicker.d.ts +4 -0
  80. package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
  81. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ar-SA.js +1 -1
  84. package/lib/umd/locale/ca-ES.js +1 -1
  85. package/lib/umd/locale/de-DE.js +1 -1
  86. package/lib/umd/locale/en-US.js +1 -1
  87. package/lib/umd/locale/es-ES.js +1 -1
  88. package/lib/umd/locale/fa-IR.js +1 -1
  89. package/lib/umd/locale/fr-FR.js +1 -1
  90. package/lib/umd/locale/id-ID.js +1 -1
  91. package/lib/umd/locale/it-IT.js +1 -1
  92. package/lib/umd/locale/ja-JP.js +1 -1
  93. package/lib/umd/locale/ko-KR.js +1 -1
  94. package/lib/umd/locale/pl-PL.js +1 -1
  95. package/lib/umd/locale/pt-BR.js +1 -1
  96. package/lib/umd/locale/ru-RU.js +1 -1
  97. package/lib/umd/locale/sk-SK.js +1 -1
  98. package/lib/umd/locale/vi-VN.js +1 -1
  99. package/lib/umd/locale/zh-CN.js +1 -1
  100. package/lib/umd/locale/zh-HK.js +1 -1
  101. package/lib/umd/locale/zh-TW.js +1 -1
  102. package/package.json +20 -19
  103. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- const _0x3263c6=_0xaa51;function _0x247f(){const _0x479f7d=['插入形狀','打開形狀面板','exports','3519508ztbOLS','格式化形狀','3139qEuycd','Italic','垂直置中','1715768fCpKRM','切換垂直翻轉','圖形位置','靠下對齊','縮小字型','522DLUHLJ','垂直對齊','填滿色彩','放大字型','靠左對齊','水平對齊','2790993kXaNcS','9262145jwvxxF','10665921DdtGvo','切換水平翻轉','靠右對齊','Strikethrough','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','圖形樣式','逆時針\x2090\x20度旋轉','重置顏色','Align\x20Center','Text\x20color','順時針\x2090\x20度旋轉','804coWWFS','靠上對齊','6FPWHGs','裁切為形狀','984140jWFVuC'];_0x247f=function(){return _0x479f7d;};return _0x247f();}(function(_0xf49db9,_0x5e242b){const _0x5554c5=_0xaa51,_0x37bdb5=_0xf49db9();while(!![]){try{const _0x1b50fb=parseInt(_0x5554c5(0x1f8))/0x1*(parseInt(_0x5554c5(0x1ee))/0x2)+parseInt(_0x5554c5(0x206))/0x3+parseInt(_0x5554c5(0x1f6))/0x4+-parseInt(_0x5554c5(0x207))/0x5*(-parseInt(_0x5554c5(0x1f0))/0x6)+parseInt(_0x5554c5(0x208))/0x7+parseInt(_0x5554c5(0x1fb))/0x8+parseInt(_0x5554c5(0x200))/0x9*(-parseInt(_0x5554c5(0x1f2))/0xa);if(_0x1b50fb===_0x5e242b)break;else _0x37bdb5['push'](_0x37bdb5['shift']());}catch(_0x56d1a1){_0x37bdb5['push'](_0x37bdb5['shift']());}}}(_0x247f,0xe9135));function _0xaa51(_0x3248d7,_0x558b6a){_0x3248d7=_0x3248d7-0x1ed;const _0x247f06=_0x247f();let _0xaa5175=_0x247f06[_0x3248d7];return _0xaa5175;}const e={'sheets-shape-ui':{'align':{'top':_0x3263c6(0x1ef),'middle':_0x3263c6(0x1fa),'bottom':_0x3263c6(0x1fe),'left':_0x3263c6(0x204),'center':'置中','right':_0x3263c6(0x20a)},'toolbar':{'verticalAlignMode':{'main':_0x3263c6(0x201)},'horizontalAlignMode':{'main':_0x3263c6(0x205)},'fillColor':{'main':_0x3263c6(0x202)},'fontSize':'字型大小','fontSizeIncrease':_0x3263c6(0x203),'fontSizeDecrease':_0x3263c6(0x1ff),'alignLeft':'Align\x20Left','alignCenter':_0x3263c6(0x210),'alignRight':'Align\x20Right','alignJustify':'Justify','bold':'Bold','italic':_0x3263c6(0x1f9),'underline':'Underline','strikethrough':_0x3263c6(0x20b),'textColor':_0x3263c6(0x211),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x3263c6(0x20f)},'imagePanel':{'crop':{'shape':_0x3263c6(0x1f1)}},'permission':{'editErr':_0x3263c6(0x20c)},'title':'形狀','insertShape':_0x3263c6(0x1f3),'openPanel':_0x3263c6(0x1f4),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':_0x3263c6(0x1f7),'shapeStyle':_0x3263c6(0x20d),'shapePosition':_0x3263c6(0x1fd),'toggleFlipH':_0x3263c6(0x209),'toggleFlipV':_0x3263c6(0x1fc),'rotateRight90':_0x3263c6(0x1ed),'rotateLeft90':_0x3263c6(0x20e),'toggleTextVertical':'切換文本竖排'}};module[_0x3263c6(0x1f5)]=e;
1
+ function _0x30ee(_0x700392,_0x3d6958){_0x700392=_0x700392-0xc9;const _0x24f7c3=_0x24f7();let _0x30ee34=_0x24f7c3[_0x700392];return _0x30ee34;}function _0x24f7(){const _0x118ec4=['逆時針\x2090\x20度旋轉','切換水平翻轉','居中對齊','垂直對齊','全部顯示','字型大小','6bJvXko','開啟圖層面板','詳細資料','下移一層','靠左對齊','874292OEgyxa','上移一層','暫無物件','裁切為形狀','選取物件以編輯詳細資料','打開形狀面板','1759812PalLPT','格式化形狀','exports','刪除形狀','插入形狀','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','靠右對齊','1283800LbQjMI','隱藏形狀面板','全部隱藏','5400272djbFCo','1784540rjkIQA','放大字型','圖形位置','文字背景色','219034JdfweV','水平對齊','縮小字型','切換垂直翻轉','右對齊','6768BUPAzR','靠上對齊','靠下對齊'];_0x24f7=function(){return _0x118ec4;};return _0x24f7();}const _0x472d16=_0x30ee;(function(_0x3abed8,_0x8de6f0){const _0x34aead=_0x30ee,_0x163486=_0x3abed8();while(!![]){try{const _0x3937ec=parseInt(_0x34aead(0xee))/0x1+-parseInt(_0x34aead(0xe9))/0x2*(-parseInt(_0x34aead(0xcf))/0x3)+-parseInt(_0x34aead(0xd4))/0x4+-parseInt(_0x34aead(0xe5))/0x5+-parseInt(_0x34aead(0xda))/0x6+parseInt(_0x34aead(0xe1))/0x7+parseInt(_0x34aead(0xe4))/0x8;if(_0x3937ec===_0x8de6f0)break;else _0x163486['push'](_0x163486['shift']());}catch(_0x32e497){_0x163486['push'](_0x163486['shift']());}}}(_0x24f7,0x3499d));const e={'sheets-shape-ui':{'align':{'top':_0x472d16(0xef),'middle':'垂直置中','bottom':_0x472d16(0xf0),'left':_0x472d16(0xd3),'center':'置中','right':_0x472d16(0xe0)},'toolbar':{'verticalAlignMode':{'main':_0x472d16(0xcc)},'horizontalAlignMode':{'main':_0x472d16(0xea)},'fillColor':{'main':'填滿色彩'},'fontSize':_0x472d16(0xce),'fontSizeIncrease':_0x472d16(0xe6),'fontSizeDecrease':_0x472d16(0xeb),'alignLeft':'左對齊','alignCenter':_0x472d16(0xcb),'alignRight':_0x472d16(0xed),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','textBackgroundColor':_0x472d16(0xe8),'resetColor':'重置顏色'},'imagePanel':{'crop':{'shape':_0x472d16(0xd7)}},'permission':{'editErr':_0x472d16(0xdf)},'title':'形狀','insertShape':_0x472d16(0xde),'openPanel':_0x472d16(0xd9),'deleteShape':_0x472d16(0xdd),'hidePanel':_0x472d16(0xe2),'formatShape':_0x472d16(0xdb),'shapeStyle':'圖形樣式','shapePosition':_0x472d16(0xe7),'toggleFlipH':_0x472d16(0xca),'toggleFlipV':_0x472d16(0xec),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x472d16(0xc9),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x472d16(0xd0),'empty':_0x472d16(0xd6),'showAll':_0x472d16(0xcd),'hideAll':_0x472d16(0xe3),'show':'顯示','hide':'隱藏','moveForward':_0x472d16(0xd5),'moveBackward':_0x472d16(0xd2),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':'新增描述','details':_0x472d16(0xd1),'noSelection':_0x472d16(0xd8)}}};module[_0x472d16(0xdc)]=e;