@univerjs-pro/sheets-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.4

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 (113) 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 +0 -11
  64. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  65. package/lib/types/const.d.ts +3 -1
  66. package/lib/types/controllers/components.controller.d.ts +4 -2
  67. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  68. package/lib/types/controllers/shape-update.controller.d.ts +1 -0
  69. package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
  70. package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
  71. package/lib/types/controllers/sheet-shape-render.controller.d.ts +9 -3
  72. package/lib/types/index.d.ts +1 -7
  73. package/lib/types/locale/en-US.d.ts +18 -33
  74. package/lib/types/menu/object-list.menu.d.ts +4 -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/views/ShapePicker.d.ts +2 -0
  79. package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
  80. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -19
  102. package/lib/types/commands/command/set-shape-text-align.command.d.ts +0 -5
  103. package/lib/types/commands/command/set-shape-text-style.command.d.ts +0 -7
  104. package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +0 -5
  105. package/lib/types/commands/command/shape-doc-align.command.d.ts +0 -10
  106. package/lib/types/commands/menu/shape-doc-format.menu.d.ts +0 -19
  107. package/lib/types/commands/menu/shape-font-size.menu.d.ts +0 -6
  108. package/lib/types/commands/menu/shape-text-align.menu.d.ts +0 -10
  109. package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +0 -10
  110. package/lib/types/view-model/shape-data-model.d.ts +0 -6
  111. package/lib/types/views/shape-editor-panel/index.d.ts +0 -1
  112. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
  113. /package/lib/types/commands/operations/{actvie-drawing-operation.d.ts → active-drawing-operation.d.ts} +0 -0
@@ -1 +1 @@
1
- function _0x5bb1(_0x2b6f31,_0x63e721){_0x2b6f31=_0x2b6f31-0x128;const _0x4b537e=_0x4b53();let _0x5bb137=_0x4b537e[_0x2b6f31];return _0x5bb137;}const _0x2c5e10=_0x5bb1;function _0x4b53(){const _0x1074b5=['2713743pnkzBc','زيادة\x20حجم\x20الخط','553614YZkqUa','موضع\x20الشكل','محاذاة\x20أفقية','8aKJtZW','تدوير\x20لليسار\x2090°','Text\x20color','يمين','تنسيق\x20الشكل','تبديل\x20الانعكاس\x20العمودي','8JpDDVS','413787mmzmuj','نمط\x20الشكل','منتصف','لون\x20التعبئة','إدراج\x20شكل','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','Bold','إخفاء\x20لوحة\x20الأشكال','Text\x20Background\x20color','تبديل\x20النص\x20العمودي','Italic','3343340kbNbrb','تبديل\x20الانعكاس\x20الأفقي','شكل','أسفل','Strikethrough','Align\x20Center','Justify','وسط','491945uEKZpM','1826860ETfOCG','Underline','محاذاة\x20عمودية','تدوير\x20لليمين\x2090°','أعلى','Align\x20Right','89SmMmcL','2718KejcuH'];_0x4b53=function(){return _0x1074b5;};return _0x4b53();}(function(_0x13b0da,_0x261a57){const _0x5b5c43=_0x5bb1,_0xf78236=_0x13b0da();while(!![]){try{const _0x10ff9a=parseInt(_0x5b5c43(0x149))/0x1*(parseInt(_0x5b5c43(0x14a))/0x2)+parseInt(_0x5b5c43(0x12f))/0x3+-parseInt(_0x5b5c43(0x128))/0x4*(-parseInt(_0x5b5c43(0x142))/0x5)+parseInt(_0x5b5c43(0x14d))/0x6+parseInt(_0x5b5c43(0x143))/0x7+-parseInt(_0x5b5c43(0x12e))/0x8*(parseInt(_0x5b5c43(0x14b))/0x9)+-parseInt(_0x5b5c43(0x13a))/0xa;if(_0x10ff9a===_0x261a57)break;else _0xf78236['push'](_0xf78236['shift']());}catch(_0x3a52e3){_0xf78236['push'](_0xf78236['shift']());}}}(_0x4b53,0x2a3f6));const e={'sheets-shape-ui':{'align':{'top':_0x2c5e10(0x147),'middle':_0x2c5e10(0x131),'bottom':_0x2c5e10(0x13d),'left':'يسار','center':_0x2c5e10(0x141),'right':_0x2c5e10(0x12b)},'toolbar':{'verticalAlignMode':{'main':_0x2c5e10(0x145)},'horizontalAlignMode':{'main':_0x2c5e10(0x14f)},'fillColor':{'main':_0x2c5e10(0x132)},'fontSize':'حجم\x20الخط','fontSizeIncrease':_0x2c5e10(0x14c),'fontSizeDecrease':'تقليل\x20حجم\x20الخط','alignLeft':'Align\x20Left','alignCenter':_0x2c5e10(0x13f),'alignRight':_0x2c5e10(0x148),'alignJustify':_0x2c5e10(0x140),'bold':_0x2c5e10(0x135),'italic':_0x2c5e10(0x139),'underline':_0x2c5e10(0x144),'strikethrough':_0x2c5e10(0x13e),'textColor':_0x2c5e10(0x12a),'textBackgroundColor':_0x2c5e10(0x137),'resetColor':'إعادة\x20تعيين'},'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':_0x2c5e10(0x134)},'title':_0x2c5e10(0x13c),'insertShape':_0x2c5e10(0x133),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':'حذف\x20الشكل','hidePanel':_0x2c5e10(0x136),'formatShape':_0x2c5e10(0x12c),'shapeStyle':_0x2c5e10(0x130),'shapePosition':_0x2c5e10(0x14e),'toggleFlipH':_0x2c5e10(0x13b),'toggleFlipV':_0x2c5e10(0x12d),'rotateRight90':_0x2c5e10(0x146),'rotateLeft90':_0x2c5e10(0x129),'toggleTextVertical':_0x2c5e10(0x138)}};export{e as default};
1
+ function _0x36a4(_0x2ef9b6,_0x1c23b1){_0x2ef9b6=_0x2ef9b6-0x13a;const _0x42d9fb=_0x42d9();let _0x36a438=_0x42d9fb[_0x2ef9b6];return _0x36a438;}const _0x353803=_0x36a4;function _0x42d9(){const _0x575ebb=['180354TVxZvo','موضع\x20الشكل','إحضار\x20للأمام','لا\x20توجد\x20كائنات','200ajilkL','قص\x20إلى\x20شكل','تبديل\x20الانعكاس\x20الأفقي','نمط\x20الشكل','إظهار','شكل','9904176oizyxH','فتح\x20لوحة\x20الطبقات','1274099ctQlGu','الطبقات','إخفاء','اسم\x20الكائن','التفاصيل','إخفاء\x20لوحة\x20الأشكال','إدراج\x20شكل','143452CwZYYS','فتح\x20لوحة\x20الأشكال','تدوير\x20لليسار\x2090°','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','إظهار\x20الكل','حذف\x20الشكل','38psGyRa','7265013CYvQOX','إخفاء\x20الكل','الاسم','8284992RXbZNw','8686638nRWCcT','إغلاق'];_0x42d9=function(){return _0x575ebb;};return _0x42d9();}(function(_0x3e3f5e,_0x594bde){const _0xfbc78e=_0x36a4,_0x3d7879=_0x3e3f5e();while(!![]){try{const _0x1cb050=-parseInt(_0xfbc78e(0x155))/0x1+-parseInt(_0xfbc78e(0x142))/0x2*(parseInt(_0xfbc78e(0x149))/0x3)+-parseInt(_0xfbc78e(0x13c))/0x4*(parseInt(_0xfbc78e(0x14d))/0x5)+parseInt(_0xfbc78e(0x147))/0x6+parseInt(_0xfbc78e(0x143))/0x7+parseInt(_0xfbc78e(0x146))/0x8+parseInt(_0xfbc78e(0x153))/0x9;if(_0x1cb050===_0x594bde)break;else _0x3d7879['push'](_0x3d7879['shift']());}catch(_0x104f37){_0x3d7879['push'](_0x3d7879['shift']());}}}(_0x42d9,0xbc32b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x353803(0x14e)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x353803(0x152),'insertShape':_0x353803(0x13b),'openPanel':_0x353803(0x13d),'deleteShape':_0x353803(0x141),'hidePanel':_0x353803(0x13a),'formatShape':'تنسيق\x20الشكل','shapeStyle':_0x353803(0x150),'shapePosition':_0x353803(0x14a),'toggleFlipH':_0x353803(0x14f),'toggleFlipV':'تبديل\x20الانعكاس\x20العمودي','rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x353803(0x13e),'toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':_0x353803(0x156),'open':_0x353803(0x154),'empty':_0x353803(0x14c),'showAll':_0x353803(0x140),'hideAll':_0x353803(0x144),'show':_0x353803(0x151),'hide':_0x353803(0x157),'moveForward':_0x353803(0x14b),'moveBackward':'إرسال\x20للخلف','close':_0x353803(0x148),'name':_0x353803(0x145),'nameInput':_0x353803(0x158),'description':'الوصف','descriptionPlaceholder':'إضافة\x20وصف','details':_0x353803(0x159),'noSelection':_0x353803(0x13f)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1c1d(_0x3054a2,_0x299d84){_0x3054a2=_0x3054a2-0xf4;const _0x109b59=_0x109b();let _0x1c1dd0=_0x109b59[_0x3054a2];return _0x1c1dd0;}function _0x109b(){const _0x11d91a=['Align\x20Right','Text\x20Background\x20color','inferior','Color\x20de\x20fons','1741650BzsLEI','Alineació\x20horitzontal','Align\x20Left','537281mlvWvu','Bold','Estil\x20de\x20forma','Alternar\x20volteig\x20horitzontal','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','mig','352848CypYOG','Align\x20Center','Justify','6961616VzUHWU','Amagar\x20panell\x20de\x20formes','2847610kjEICP','dreta','Strikethrough','Alternar\x20volteig\x20vertical','Restablir','Italic','186MoHGkx','Alternar\x20text\x20vertical','superior','Posició\x20de\x20forma','Alineació\x20vertical','Text\x20color','Eliminar\x20forma','1342208RHpbXG','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','17788uXQAfG','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','centre'];_0x109b=function(){return _0x11d91a;};return _0x109b();}const _0x367cd7=_0x1c1d;(function(_0x1d9cbd,_0x950a70){const _0x4d8bac=_0x1c1d,_0x34ce56=_0x1d9cbd();while(!![]){try{const _0x25c283=-parseInt(_0x4d8bac(0x102))/0x1+parseInt(_0x4d8bac(0x108))/0x2+parseInt(_0x4d8bac(0x113))/0x3*(parseInt(_0x4d8bac(0xf8))/0x4)+-parseInt(_0x4d8bac(0x10d))/0x5+parseInt(_0x4d8bac(0xff))/0x6+-parseInt(_0x4d8bac(0xf6))/0x7+parseInt(_0x4d8bac(0x10b))/0x8;if(_0x25c283===_0x950a70)break;else _0x34ce56['push'](_0x34ce56['shift']());}catch(_0x1775d0){_0x34ce56['push'](_0x34ce56['shift']());}}}(_0x109b,0x4cad4));const e={'sheets-shape-ui':{'align':{'top':_0x367cd7(0x115),'middle':_0x367cd7(0x107),'bottom':_0x367cd7(0xfd),'left':'esquerra','center':_0x367cd7(0xfa),'right':_0x367cd7(0x10e)},'toolbar':{'verticalAlignMode':{'main':_0x367cd7(0x117)},'horizontalAlignMode':{'main':_0x367cd7(0x100)},'fillColor':{'main':_0x367cd7(0xfe)},'fontSize':'Mida\x20de\x20la\x20lletra','fontSizeIncrease':_0x367cd7(0xf9),'fontSizeDecrease':_0x367cd7(0xf7),'alignLeft':_0x367cd7(0x101),'alignCenter':_0x367cd7(0x109),'alignRight':_0x367cd7(0xfb),'alignJustify':_0x367cd7(0x10a),'bold':_0x367cd7(0x103),'italic':_0x367cd7(0x112),'underline':'Underline','strikethrough':_0x367cd7(0x10f),'textColor':_0x367cd7(0xf4),'textBackgroundColor':_0x367cd7(0xfc),'resetColor':_0x367cd7(0x111)},'imagePanel':{'crop':{'shape':'Retalla\x20a\x20forma'}},'permission':{'editErr':_0x367cd7(0x106)},'title':'Forma','insertShape':'Inserir\x20forma','openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x367cd7(0xf5),'hidePanel':_0x367cd7(0x10c),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x367cd7(0x104),'shapePosition':_0x367cd7(0x116),'toggleFlipH':_0x367cd7(0x105),'toggleFlipV':_0x367cd7(0x110),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x367cd7(0x114)}};export{e as default};
1
+ const _0x308268=_0x2310;function _0x2310(_0xcc7250,_0x222fa8){_0xcc7250=_0xcc7250-0x76;const _0x5baaa5=_0x5baa();let _0x231009=_0x5baaa5[_0xcc7250];return _0x231009;}(function(_0x59121d,_0x32d5d8){const _0x3b3b91=_0x2310,_0x434842=_0x59121d();while(!![]){try{const _0x4ed359=-parseInt(_0x3b3b91(0x77))/0x1+parseInt(_0x3b3b91(0x89))/0x2+parseInt(_0x3b3b91(0x78))/0x3+-parseInt(_0x3b3b91(0x8c))/0x4+parseInt(_0x3b3b91(0x96))/0x5*(parseInt(_0x3b3b91(0x95))/0x6)+parseInt(_0x3b3b91(0x7f))/0x7+-parseInt(_0x3b3b91(0x81))/0x8;if(_0x4ed359===_0x32d5d8)break;else _0x434842['push'](_0x434842['shift']());}catch(_0x5aefe2){_0x434842['push'](_0x434842['shift']());}}}(_0x5baa,0x417d7));function _0x5baa(){const _0x3191c0=['Rotar\x2090°\x20a\x20la\x20dreta','Format\x20de\x20forma','Afegeix\x20descripcio','Nom\x20de\x20l’objecte','Mostra-ho\x20tot','95754fdZzSQ','95NgOemC','Mostra','100867kRBqhI','1455240lFTeCZ','Envia\x20enrere','Capes','Rotar\x2090°\x20a\x20l\x27esquerra','Obrir\x20panell\x20de\x20formes','Obre\x20el\x20tauler\x20de\x20capes','Forma','634263ibiCDu','Amagar','3602328lUCvEQ','Descripció','Detalls','Eliminar\x20forma','Amaga-ho\x20tot','Amagar\x20panell\x20de\x20formes','Posició\x20de\x20forma','Nom','377308MwyIQu','Sense\x20objectes','Estil\x20de\x20forma','992636RZCodn','Alternar\x20volteig\x20horitzontal','Retalla\x20a\x20forma','Tancar'];_0x5baa=function(){return _0x3191c0;};return _0x5baa();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x308268(0x8e)}},'permission':{'editErr':'L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'},'title':_0x308268(0x7e),'insertShape':'Inserir\x20forma','openPanel':_0x308268(0x7c),'deleteShape':_0x308268(0x84),'hidePanel':_0x308268(0x86),'formatShape':_0x308268(0x91),'shapeStyle':_0x308268(0x8b),'shapePosition':_0x308268(0x87),'toggleFlipH':_0x308268(0x8d),'toggleFlipV':'Alternar\x20volteig\x20vertical','rotateRight90':_0x308268(0x90),'rotateLeft90':_0x308268(0x7b),'toggleTextVertical':'Alternar\x20text\x20vertical','objectListPanel':{'title':_0x308268(0x7a),'open':_0x308268(0x7d),'empty':_0x308268(0x8a),'showAll':_0x308268(0x94),'hideAll':_0x308268(0x85),'show':_0x308268(0x76),'hide':_0x308268(0x80),'moveForward':'Porta\x20endavant','moveBackward':_0x308268(0x79),'close':_0x308268(0x8f),'name':_0x308268(0x88),'nameInput':_0x308268(0x93),'description':_0x308268(0x82),'descriptionPlaceholder':_0x308268(0x92),'details':_0x308268(0x83),'noSelection':'Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4defd1=_0x599c;function _0x599c(_0x4318cb,_0x313622){_0x4318cb=_0x4318cb-0xeb;const _0x912c53=_0x912c();let _0x599c1c=_0x912c53[_0x4318cb];return _0x599c1c;}(function(_0x4baec0,_0x3a1452){const _0xb3e32c=_0x599c,_0x54eefc=_0x4baec0();while(!![]){try{const _0x2a6730=parseInt(_0xb3e32c(0xee))/0x1+parseInt(_0xb3e32c(0xfe))/0x2*(parseInt(_0xb3e32c(0xf0))/0x3)+parseInt(_0xb3e32c(0xef))/0x4+parseInt(_0xb3e32c(0xf9))/0x5+parseInt(_0xb3e32c(0x101))/0x6+-parseInt(_0xb3e32c(0xfd))/0x7+parseInt(_0xb3e32c(0xf7))/0x8*(-parseInt(_0xb3e32c(0x107))/0x9);if(_0x2a6730===_0x3a1452)break;else _0x54eefc['push'](_0x54eefc['shift']());}catch(_0x475cc5){_0x54eefc['push'](_0x54eefc['shift']());}}}(_0x912c,0x50c36));const e={'sheets-shape-ui':{'align':{'top':_0x4defd1(0xf1),'middle':_0x4defd1(0xf3),'bottom':_0x4defd1(0xf6),'left':_0x4defd1(0x105),'center':_0x4defd1(0xf3),'right':_0x4defd1(0x103)},'toolbar':{'verticalAlignMode':{'main':'Vertikale\x20Ausrichtung'},'horizontalAlignMode':{'main':'Horizontale\x20Ausrichtung'},'fillColor':{'main':'Füllfarbe'},'fontSize':_0x4defd1(0xfb),'fontSizeIncrease':_0x4defd1(0xec),'fontSizeDecrease':'Schriftgröße\x20verkleinern','alignLeft':_0x4defd1(0xf5),'alignCenter':_0x4defd1(0xf4),'alignRight':_0x4defd1(0xfa),'alignJustify':_0x4defd1(0x100),'bold':'Bold','italic':_0x4defd1(0x10a),'underline':_0x4defd1(0xed),'strikethrough':_0x4defd1(0xf8),'textColor':'Text\x20color','textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x4defd1(0x109)},'imagePanel':{'crop':{'shape':_0x4defd1(0xeb)}},'permission':{'editErr':_0x4defd1(0x102)},'title':_0x4defd1(0x108),'insertShape':_0x4defd1(0x106),'openPanel':'Form-Panel\x20öffnen','deleteShape':'Form\x20löschen','hidePanel':_0x4defd1(0xfc),'formatShape':'Form\x20formatieren','shapeStyle':'Formstil','shapePosition':_0x4defd1(0xff),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x4defd1(0x104),'rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x4defd1(0xf2)}};function _0x912c(){const _0x19b43b=['598488pvRcyv','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Rechts','Rechts\x2090°\x20drehen','Links','Form\x20einfügen','36deBOOk','Form','Zurücksetzen','Italic','Auf\x20Form\x20zuschneiden','Schriftgröße\x20vergrößern','Underline','349195cSWQOJ','171568iZQqBj','29793zHiWjo','Oben','Vertikalen\x20Text\x20umschalten','Mitte','Align\x20Center','Align\x20Left','Unten','954520QLbhaT','Strikethrough','2682755nbsQVN','Align\x20Right','Schriftgröße','Form-Panel\x20ausblenden','1750791fLjqip','6kHCCYs','Formposition','Justify'];_0x912c=function(){return _0x19b43b;};return _0x912c();}export{e as default};
1
+ function _0x456f(){const _0x330923=['Links\x2090°\x20drehen','Form-Panel\x20öffnen','2KhBZlH','Form\x20löschen','Objektname','Ebenenbereich\x20öffnen','Name','Details','Auf\x20Form\x20zuschneiden','20nylQKW','Vertikale\x20Spiegelung\x20umschalten','Form','1304275OeenbT','Alle\x20anzeigen','1350676kKAvZt','8140314UtWqCO','Beschreibung','8898736hJoIeY','Alle\x20ausblenden','Rechts\x2090°\x20drehen','2640204vUMpXC','Anzeigen','Weiter\x20nach\x20vorne','Schließen','Form\x20formatieren','8542536vxKxjo','Weiter\x20nach\x20hinten','3579546NJxOuf','Ebenen','Ausblenden'];_0x456f=function(){return _0x330923;};return _0x456f();}const _0x1e95be=_0x4b56;(function(_0x56b999,_0x4af880){const _0x4b94ca=_0x4b56,_0x2c9800=_0x56b999();while(!![]){try{const _0x26c7f3=-parseInt(_0x4b94ca(0xe6))/0x1+-parseInt(_0x4b94ca(0xfa))/0x2*(parseInt(_0x4b94ca(0xf5))/0x3)+-parseInt(_0x4b94ca(0xe8))/0x4*(-parseInt(_0x4b94ca(0xe3))/0x5)+parseInt(_0x4b94ca(0xe9))/0x6+parseInt(_0x4b94ca(0xeb))/0x7+-parseInt(_0x4b94ca(0xf3))/0x8+parseInt(_0x4b94ca(0xee))/0x9;if(_0x26c7f3===_0x4af880)break;else _0x2c9800['push'](_0x2c9800['shift']());}catch(_0x5ac085){_0x2c9800['push'](_0x2c9800['shift']());}}}(_0x456f,0xac8a5));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1e95be(0xe2)}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':_0x1e95be(0xe5),'insertShape':'Form\x20einfügen','openPanel':_0x1e95be(0xf9),'deleteShape':_0x1e95be(0xdd),'hidePanel':'Form-Panel\x20ausblenden','formatShape':_0x1e95be(0xf2),'shapeStyle':'Formstil','shapePosition':'Formposition','toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x1e95be(0xe4),'rotateRight90':_0x1e95be(0xed),'rotateLeft90':_0x1e95be(0xf8),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':_0x1e95be(0xf6),'open':_0x1e95be(0xdf),'empty':'Keine\x20Objekte','showAll':_0x1e95be(0xe7),'hideAll':_0x1e95be(0xec),'show':_0x1e95be(0xef),'hide':_0x1e95be(0xf7),'moveForward':_0x1e95be(0xf0),'moveBackward':_0x1e95be(0xf4),'close':_0x1e95be(0xf1),'name':_0x1e95be(0xe0),'nameInput':_0x1e95be(0xde),'description':_0x1e95be(0xea),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x1e95be(0xe1),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'}}};function _0x4b56(_0x1554b3,_0x5eac6c){_0x1554b3=_0x1554b3-0xdd;const _0x456f37=_0x456f();let _0x4b56f9=_0x456f37[_0x1554b3];return _0x4b56f9;}export{e as default};
@@ -1 +1 @@
1
- const _0x2900b7=_0x4537;function _0x4fcb(){const _0x306938=['right','5409uYcmoi','Rotate\x20Left\x2090°','Format\x20Shape','Toggle\x20Text\x20Vertical','Shape','Text\x20Background\x20color','Crop\x20to\x20Shape','Toggle\x20Vertical\x20Flip','868452NJgWyI','1170YFiEAc','Insert\x20Shape','Italic','Strikethrough','1797824OfBPTJ','top','619915ktvkdx','6Khvmgl','Align\x20Right','Fill\x20color','middle','Font\x20size','Reset','Delete\x20Shape','Shape\x20Position','31290qHUKOO','Open\x20Shape\x20Panel','center','Increase\x20font\x20size','Decrease\x20font\x20size','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Shape\x20Style','Align\x20Left','8685WJsVqX','Align\x20Center','Toggle\x20Horizontal\x20Flip','Rotate\x20Right\x2090°','4303446ujbrzO','Bold','bottom','4ymwYLn'];_0x4fcb=function(){return _0x306938;};return _0x4fcb();}function _0x4537(_0x2ca9ec,_0x14dea1){_0x2ca9ec=_0x2ca9ec-0x155;const _0x4fcb5a=_0x4fcb();let _0x453742=_0x4fcb5a[_0x2ca9ec];return _0x453742;}(function(_0x1aed86,_0x14183a){const _0x56deb3=_0x4537,_0x12a12f=_0x1aed86();while(!![]){try{const _0x22f345=-parseInt(_0x56deb3(0x16e))/0x1+-parseInt(_0x56deb3(0x156))/0x2+parseInt(_0x56deb3(0x166))/0x3*(parseInt(_0x56deb3(0x175))/0x4)+-parseInt(_0x56deb3(0x15d))/0x5*(parseInt(_0x56deb3(0x15e))/0x6)+parseInt(_0x56deb3(0x172))/0x7+parseInt(_0x56deb3(0x15b))/0x8+parseInt(_0x56deb3(0x177))/0x9*(parseInt(_0x56deb3(0x157))/0xa);if(_0x22f345===_0x14183a)break;else _0x12a12f['push'](_0x12a12f['shift']());}catch(_0x8e1351){_0x12a12f['push'](_0x12a12f['shift']());}}}(_0x4fcb,0x5644f));const e={'sheets-shape-ui':{'align':{'top':_0x2900b7(0x15c),'middle':_0x2900b7(0x161),'bottom':_0x2900b7(0x174),'left':'left','center':_0x2900b7(0x168),'right':_0x2900b7(0x176)},'toolbar':{'verticalAlignMode':{'main':'Vertical\x20align'},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':_0x2900b7(0x160)},'fontSize':_0x2900b7(0x162),'fontSizeIncrease':_0x2900b7(0x169),'fontSizeDecrease':_0x2900b7(0x16a),'alignLeft':_0x2900b7(0x16d),'alignCenter':_0x2900b7(0x16f),'alignRight':_0x2900b7(0x15f),'alignJustify':'Justify','bold':_0x2900b7(0x173),'italic':_0x2900b7(0x159),'underline':'Underline','strikethrough':_0x2900b7(0x15a),'textColor':'Text\x20color','textBackgroundColor':_0x2900b7(0x17c),'resetColor':_0x2900b7(0x163)},'imagePanel':{'crop':{'shape':_0x2900b7(0x17d)}},'permission':{'editErr':_0x2900b7(0x16b)},'title':_0x2900b7(0x17b),'insertShape':_0x2900b7(0x158),'openPanel':_0x2900b7(0x167),'deleteShape':_0x2900b7(0x164),'hidePanel':'Hide\x20Shape\x20Panel','formatShape':_0x2900b7(0x179),'shapeStyle':_0x2900b7(0x16c),'shapePosition':_0x2900b7(0x165),'toggleFlipH':_0x2900b7(0x170),'toggleFlipV':_0x2900b7(0x155),'rotateRight90':_0x2900b7(0x171),'rotateLeft90':_0x2900b7(0x178),'toggleTextVertical':_0x2900b7(0x17a)}};export{e as default};
1
+ function _0xe76b(_0x437aca,_0x2a6174){_0x437aca=_0x437aca-0x161;const _0x628593=_0x6285();let _0xe76b0d=_0x628593[_0x437aca];return _0xe76b0d;}const _0x2f6913=_0xe76b;(function(_0x51223b,_0x422186){const _0x302ea3=_0xe76b,_0x12eec2=_0x51223b();while(!![]){try{const _0x470bdd=parseInt(_0x302ea3(0x16d))/0x1+parseInt(_0x302ea3(0x161))/0x2+parseInt(_0x302ea3(0x174))/0x3+-parseInt(_0x302ea3(0x17e))/0x4+-parseInt(_0x302ea3(0x171))/0x5+-parseInt(_0x302ea3(0x16e))/0x6+parseInt(_0x302ea3(0x164))/0x7;if(_0x470bdd===_0x422186)break;else _0x12eec2['push'](_0x12eec2['shift']());}catch(_0xeeede8){_0x12eec2['push'](_0x12eec2['shift']());}}}(_0x6285,0x65f8e));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2f6913(0x168)}},'permission':{'editErr':_0x2f6913(0x177)},'title':_0x2f6913(0x178),'insertShape':'Insert\x20Shape','openPanel':_0x2f6913(0x16c),'deleteShape':_0x2f6913(0x163),'hidePanel':_0x2f6913(0x170),'formatShape':_0x2f6913(0x173),'shapeStyle':_0x2f6913(0x17d),'shapePosition':_0x2f6913(0x167),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x2f6913(0x17b),'rotateRight90':_0x2f6913(0x17c),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x2f6913(0x172),'objectListPanel':{'title':_0x2f6913(0x16a),'open':'Open\x20Layers\x20Panel','empty':_0x2f6913(0x175),'showAll':'Show\x20All','hideAll':_0x2f6913(0x165),'show':_0x2f6913(0x180),'hide':_0x2f6913(0x16b),'moveForward':_0x2f6913(0x166),'moveBackward':_0x2f6913(0x179),'close':_0x2f6913(0x162),'name':'Name','nameInput':_0x2f6913(0x16f),'description':_0x2f6913(0x176),'descriptionPlaceholder':_0x2f6913(0x17a),'details':_0x2f6913(0x17f),'noSelection':_0x2f6913(0x169)}}};function _0x6285(){const _0xd1199a=['716216JytsKH','Details','Show','209984QPhALA','Close','Delete\x20Shape','4429509QnHBKq','Hide\x20All','Bring\x20Forward','Shape\x20Position','Crop\x20to\x20Shape','Select\x20an\x20object\x20to\x20edit\x20details','Layers','Hide','Open\x20Shape\x20Panel','730449tuxXZk','3334626qUGpPX','Object\x20name','Hide\x20Shape\x20Panel','2055570bOdFBU','Toggle\x20Text\x20Vertical','Format\x20Shape','286167drVzgh','No\x20objects','Description','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Shape','Send\x20Backward','Add\x20description','Toggle\x20Vertical\x20Flip','Rotate\x20Right\x2090°','Shape\x20Style'];_0x6285=function(){return _0xd1199a;};return _0x6285();}export{e as default};
@@ -1 +1 @@
1
- const _0x516fda=_0x4359;(function(_0x5255af,_0x126c83){const _0xec9b0e=_0x4359,_0x1db473=_0x5255af();while(!![]){try{const _0x5c61df=-parseInt(_0xec9b0e(0xe9))/0x1*(-parseInt(_0xec9b0e(0x103))/0x2)+-parseInt(_0xec9b0e(0xf9))/0x3*(-parseInt(_0xec9b0e(0x10f))/0x4)+parseInt(_0xec9b0e(0x10a))/0x5+-parseInt(_0xec9b0e(0xea))/0x6+-parseInt(_0xec9b0e(0xff))/0x7*(parseInt(_0xec9b0e(0xf3))/0x8)+-parseInt(_0xec9b0e(0x10b))/0x9+parseInt(_0xec9b0e(0xf0))/0xa;if(_0x5c61df===_0x126c83)break;else _0x1db473['push'](_0x1db473['shift']());}catch(_0xb8ea9f){_0x1db473['push'](_0x1db473['shift']());}}}(_0x4283,0x5bf33));function _0x4359(_0x2bbc0b,_0x1899e5){_0x2bbc0b=_0x2bbc0b-0xe9;const _0x4283e7=_0x4283();let _0x43592b=_0x4283e7[_0x2bbc0b];return _0x43592b;}const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x516fda(0xf7),'bottom':_0x516fda(0xf1),'left':_0x516fda(0x102),'center':_0x516fda(0xeb),'right':_0x516fda(0x107)},'toolbar':{'verticalAlignMode':{'main':'Alineación\x20vertical'},'horizontalAlignMode':{'main':_0x516fda(0xfb)},'fillColor':{'main':_0x516fda(0x112)},'fontSize':_0x516fda(0xf8),'fontSizeIncrease':'Aumentar\x20tamaño\x20de\x20fuente','fontSizeDecrease':'Disminuir\x20tamaño\x20de\x20fuente','alignLeft':_0x516fda(0xee),'alignCenter':_0x516fda(0x10e),'alignRight':_0x516fda(0xef),'alignJustify':_0x516fda(0x108),'bold':'Bold','italic':_0x516fda(0x106),'underline':_0x516fda(0xec),'strikethrough':_0x516fda(0xfd),'textColor':'Text\x20color','textBackgroundColor':_0x516fda(0xed),'resetColor':_0x516fda(0xf4)},'imagePanel':{'crop':{'shape':_0x516fda(0x109)}},'permission':{'editErr':_0x516fda(0xfa)},'title':_0x516fda(0x100),'insertShape':_0x516fda(0x101),'openPanel':_0x516fda(0xf2),'deleteShape':_0x516fda(0xf5),'hidePanel':_0x516fda(0xfe),'formatShape':_0x516fda(0x105),'shapeStyle':_0x516fda(0xf6),'shapePosition':_0x516fda(0x104),'toggleFlipH':_0x516fda(0x111),'toggleFlipV':_0x516fda(0x110),'rotateRight90':_0x516fda(0x10d),'rotateLeft90':_0x516fda(0x10c),'toggleTextVertical':_0x516fda(0xfc)}};function _0x4283(){const _0x35ac29=['Posición\x20de\x20forma','Formato\x20de\x20forma','Italic','derecha','Justify','Recortar\x20a\x20forma','1961310rkpVhw','5531004dpOZVb','Rotar\x2090°\x20a\x20la\x20izquierda','Rotar\x2090°\x20a\x20la\x20derecha','Align\x20Center','452MMnigs','Alternar\x20volteo\x20vertical','Alternar\x20volteo\x20horizontal','Color\x20de\x20relleno','1EqEubM','4064226xqkuzG','centro','Underline','Text\x20Background\x20color','Align\x20Left','Align\x20Right','6221850YTxUme','inferior','Abrir\x20panel\x20de\x20formas','3176kgTgeE','Restablecer','Eliminar\x20forma','Estilo\x20de\x20forma','medio','Tamaño\x20de\x20fuente','14493WQpjfy','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Alineación\x20horizontal','Alternar\x20texto\x20vertical','Strikethrough','Ocultar\x20panel\x20de\x20formas','4613CLQucN','Forma','Insertar\x20forma','izquierda','739654siQmtq'];_0x4283=function(){return _0x35ac29;};return _0x4283();}export{e as default};
1
+ function _0x5994(){const _0x452dfc=['Traer\x20adelante','Descripción','7NPpOKo','Forma','Estilo\x20de\x20forma','Alternar\x20texto\x20vertical','Sin\x20objetos','Ocultar\x20panel\x20de\x20formas','8QhjgpG','Formato\x20de\x20forma','Insertar\x20forma','Abrir\x20panel\x20de\x20capas','Rotar\x2090°\x20a\x20la\x20derecha','Capas','Mostrar\x20todo','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','237595tPeDCJ','Nombre\x20del\x20objeto','Mostrar','Agregar\x20descripción','Nombre','Recortar\x20a\x20forma','3570600eDFRIC','1412296cQXesa','Eliminar\x20forma','Alternar\x20volteo\x20vertical','179836vZYEao','5HDaOsb','Ocultar','Cerrar','113037jPHgJr','817584YqpgNb','Alternar\x20volteo\x20horizontal','Detalles','5441103idKMSi','Posición\x20de\x20forma','Rotar\x2090°\x20a\x20la\x20izquierda','Enviar\x20atrás'];_0x5994=function(){return _0x452dfc;};return _0x5994();}const _0x13350f=_0x5967;(function(_0x5b33e9,_0xda0584){const _0x25cd62=_0x5967,_0x3da096=_0x5b33e9();while(!![]){try{const _0xeaff3=parseInt(_0x25cd62(0xcd))/0x1+parseInt(_0x25cd62(0xeb))/0x2*(parseInt(_0x25cd62(0xdb))/0x3)+parseInt(_0x25cd62(0xd7))/0x4*(parseInt(_0x25cd62(0xd8))/0x5)+-parseInt(_0x25cd62(0xdc))/0x6+parseInt(_0x25cd62(0xe5))/0x7*(-parseInt(_0x25cd62(0xd4))/0x8)+parseInt(_0x25cd62(0xdf))/0x9+-parseInt(_0x25cd62(0xd3))/0xa;if(_0xeaff3===_0xda0584)break;else _0x3da096['push'](_0x3da096['shift']());}catch(_0x3f10de){_0x3da096['push'](_0x3da096['shift']());}}}(_0x5994,0x59d68));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x13350f(0xd2)}},'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':_0x13350f(0xe6),'insertShape':_0x13350f(0xc7),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x13350f(0xd5),'hidePanel':_0x13350f(0xea),'formatShape':_0x13350f(0xec),'shapeStyle':_0x13350f(0xe7),'shapePosition':_0x13350f(0xe0),'toggleFlipH':_0x13350f(0xdd),'toggleFlipV':_0x13350f(0xd6),'rotateRight90':_0x13350f(0xc9),'rotateLeft90':_0x13350f(0xe1),'toggleTextVertical':_0x13350f(0xe8),'objectListPanel':{'title':_0x13350f(0xca),'open':_0x13350f(0xc8),'empty':_0x13350f(0xe9),'showAll':_0x13350f(0xcb),'hideAll':'Ocultar\x20todo','show':_0x13350f(0xcf),'hide':_0x13350f(0xd9),'moveForward':_0x13350f(0xe3),'moveBackward':_0x13350f(0xe2),'close':_0x13350f(0xda),'name':_0x13350f(0xd1),'nameInput':_0x13350f(0xce),'description':_0x13350f(0xe4),'descriptionPlaceholder':_0x13350f(0xd0),'details':_0x13350f(0xde),'noSelection':_0x13350f(0xcc)}}};function _0x5967(_0x3b0352,_0x4e34e4){_0x3b0352=_0x3b0352-0xc7;const _0x5994df=_0x5994();let _0x5967c6=_0x5994df[_0x3b0352];return _0x5967c6;}export{e as default};
@@ -1 +1 @@
1
- function _0xc655(_0x2fc4c7,_0x156664){_0x2fc4c7=_0x2fc4c7-0xac;const _0x3fc6c1=_0x3fc6();let _0xc65563=_0x3fc6c1[_0x2fc4c7];return _0xc65563;}const _0x40c66d=_0xc655;function _0x3fc6(){const _0x288363=['441848sEcYeB','چرخش\x20۹۰\x20درجه\x20به\x20راست','بازنشانی','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','کراپ\x20به\x20شکل','اندازه\x20فونت','8dcexIS','وسط','مخفی\x20کردن\x20پنل\x20شکل‌ها','درج\x20شکل','2756583aDPoTb','شکل','حذف\x20شکل','4454785kMoFUS','قالب‌بندی\x20شکل','موقعیت\x20شکل','12084lmHnNW','رنگ\x20پر\x20کردن','622713IDUcaa','459zSMvbd','Text\x20color','29837fEdaDM','سبک\x20شکل','17652530sbcYxO','Align\x20Right','Underline','Strikethrough','Text\x20Background\x20color','تغییر\x20وضعیت\x20چرخش\x20افقی','تراز\x20افقی','کاهش\x20اندازه\x20فونت','Italic','پایین','12cbzYdm','Align\x20Left','58imFRCy'];_0x3fc6=function(){return _0x288363;};return _0x3fc6();}(function(_0x422442,_0x370220){const _0x3111e4=_0xc655,_0xa41462=_0x422442();while(!![]){try{const _0xd48df8=parseInt(_0x3111e4(0xaf))/0x1*(parseInt(_0x3111e4(0xbd))/0x2)+parseInt(_0x3111e4(0xad))/0x3*(parseInt(_0x3111e4(0xce))/0x4)+parseInt(_0x3111e4(0xcb))/0x5*(parseInt(_0x3111e4(0xbb))/0x6)+-parseInt(_0x3111e4(0xac))/0x7+parseInt(_0x3111e4(0xc4))/0x8*(-parseInt(_0x3111e4(0xc8))/0x9)+-parseInt(_0x3111e4(0xb1))/0xa+-parseInt(_0x3111e4(0xbe))/0xb;if(_0xd48df8===_0x370220)break;else _0xa41462['push'](_0xa41462['shift']());}catch(_0xf513dd){_0xa41462['push'](_0xa41462['shift']());}}}(_0x3fc6,0xdddbd));const e={'sheets-shape-ui':{'align':{'top':'بالا','middle':_0x40c66d(0xc5),'bottom':_0x40c66d(0xba),'left':'چپ','center':_0x40c66d(0xc5),'right':'راست'},'toolbar':{'verticalAlignMode':{'main':'تراز\x20عمودی'},'horizontalAlignMode':{'main':_0x40c66d(0xb7)},'fillColor':{'main':_0x40c66d(0xcf)},'fontSize':_0x40c66d(0xc3),'fontSizeIncrease':'افزایش\x20اندازه\x20فونت','fontSizeDecrease':_0x40c66d(0xb8),'alignLeft':_0x40c66d(0xbc),'alignCenter':'Align\x20Center','alignRight':_0x40c66d(0xb2),'alignJustify':'Justify','bold':'Bold','italic':_0x40c66d(0xb9),'underline':_0x40c66d(0xb3),'strikethrough':_0x40c66d(0xb4),'textColor':_0x40c66d(0xae),'textBackgroundColor':_0x40c66d(0xb5),'resetColor':_0x40c66d(0xc0)},'imagePanel':{'crop':{'shape':_0x40c66d(0xc2)}},'permission':{'editErr':_0x40c66d(0xc1)},'title':_0x40c66d(0xc9),'insertShape':_0x40c66d(0xc7),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x40c66d(0xca),'hidePanel':_0x40c66d(0xc6),'formatShape':_0x40c66d(0xcc),'shapeStyle':_0x40c66d(0xb0),'shapePosition':_0x40c66d(0xcd),'toggleFlipH':_0x40c66d(0xb6),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x40c66d(0xbf),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی'}};export{e as default};
1
+ const _0x55b1d2=_0x3209;(function(_0x59a6a2,_0x15dc2d){const _0x18cf59=_0x3209,_0x23a4bc=_0x59a6a2();while(!![]){try{const _0x37b84b=-parseInt(_0x18cf59(0x192))/0x1*(-parseInt(_0x18cf59(0x1ab))/0x2)+parseInt(_0x18cf59(0x1a6))/0x3*(-parseInt(_0x18cf59(0x195))/0x4)+parseInt(_0x18cf59(0x194))/0x5*(parseInt(_0x18cf59(0x1a5))/0x6)+parseInt(_0x18cf59(0x1a8))/0x7+-parseInt(_0x18cf59(0x1af))/0x8*(parseInt(_0x18cf59(0x1ad))/0x9)+parseInt(_0x18cf59(0x19a))/0xa*(-parseInt(_0x18cf59(0x18e))/0xb)+parseInt(_0x18cf59(0x18c))/0xc*(parseInt(_0x18cf59(0x1a1))/0xd);if(_0x37b84b===_0x15dc2d)break;else _0x23a4bc['push'](_0x23a4bc['shift']());}catch(_0x5a4ad0){_0x23a4bc['push'](_0x23a4bc['shift']());}}}(_0x4703,0x872e2));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x55b1d2(0x19d)}},'permission':{'editErr':_0x55b1d2(0x191)},'title':_0x55b1d2(0x1ae),'insertShape':'درج\x20شکل','openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x55b1d2(0x1aa),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکل‌ها','formatShape':_0x55b1d2(0x19c),'shapeStyle':_0x55b1d2(0x190),'shapePosition':_0x55b1d2(0x19e),'toggleFlipH':_0x55b1d2(0x1a7),'toggleFlipV':_0x55b1d2(0x196),'rotateRight90':_0x55b1d2(0x1ac),'rotateLeft90':_0x55b1d2(0x1a2),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x55b1d2(0x18d),'open':_0x55b1d2(0x19f),'empty':_0x55b1d2(0x1a4),'showAll':_0x55b1d2(0x1a0),'hideAll':_0x55b1d2(0x199),'show':_0x55b1d2(0x19b),'hide':_0x55b1d2(0x193),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x55b1d2(0x198),'close':'بستن','name':_0x55b1d2(0x1a9),'nameInput':_0x55b1d2(0x18b),'description':_0x55b1d2(0x18f),'descriptionPlaceholder':_0x55b1d2(0x197),'details':_0x55b1d2(0x1a3),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};function _0x3209(_0x26e6de,_0x176afb){_0x26e6de=_0x26e6de-0x18b;const _0x4703f5=_0x4703();let _0x3209ac=_0x4703f5[_0x26e6de];return _0x3209ac;}export{e as default};function _0x4703(){const _0x46e525=['تغییر\x20وضعیت\x20چرخش\x20افقی','2856672KRtSsC','نام','حذف\x20شکل','2LTTxIK','چرخش\x20۹۰\x20درجه\x20به\x20راست','696645VjyLSh','شکل','104hhPPvT','نام\x20شیء','12228dapkZh','لایه‌ها','749661dXACLs','توضیحات','سبک\x20شکل','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','764767oUJQqk','پنهان\x20کردن','1484495wjjbCg','12SEJYhI','تغییر\x20وضعیت\x20چرخش\x20عمودی','افزودن\x20توضیحات','فرستادن\x20به\x20عقب','پنهان\x20کردن\x20همه','120PfsczZ','نمایش','قالب‌بندی\x20شکل','کراپ\x20به\x20شکل','موقعیت\x20شکل','باز\x20کردن\x20پنل\x20لایه‌ها','نمایش\x20همه','6383gYowMm','چرخش\x20۹۰\x20درجه\x20به\x20چپ','جزئیات','هیچ\x20شیئی\x20وجود\x20ندارد','18Wxfzpy','186114hWgiBX'];_0x4703=function(){return _0x46e525;};return _0x4703();}
@@ -1 +1 @@
1
- function _0x243d(_0x3204f5,_0x13a847){_0x3204f5=_0x3204f5-0x65;const _0x4e8322=_0x4e83();let _0x243dd9=_0x4e8322[_0x3204f5];return _0x243dd9;}const _0x48a5f4=_0x243d;(function(_0x422404,_0x2e154d){const _0x3edf72=_0x243d,_0x305179=_0x422404();while(!![]){try{const _0x1acaa7=parseInt(_0x3edf72(0x7d))/0x1+-parseInt(_0x3edf72(0x67))/0x2*(parseInt(_0x3edf72(0x85))/0x3)+parseInt(_0x3edf72(0x74))/0x4+parseInt(_0x3edf72(0x86))/0x5*(parseInt(_0x3edf72(0x78))/0x6)+parseInt(_0x3edf72(0x71))/0x7+-parseInt(_0x3edf72(0x69))/0x8+parseInt(_0x3edf72(0x75))/0x9*(parseInt(_0x3edf72(0x70))/0xa);if(_0x1acaa7===_0x2e154d)break;else _0x305179['push'](_0x305179['shift']());}catch(_0x43e8b7){_0x305179['push'](_0x305179['shift']());}}}(_0x4e83,0xe5c5b));function _0x4e83(){const _0xbc1179=['bas','Style\x20de\x20la\x20forme','milieu','Text\x20color','70959JxCcSG','2610985CObDKO','Bold','Insérer\x20une\x20forme','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Align\x20Right','Pivoter\x20à\x20droite\x20de\x2090°','Position\x20de\x20la\x20forme','156iutLqV','droite','14129184tGIhfK','Underline','Réinitialiser','Alignement\x20vertical','Align\x20Left','gauche','Supprimer\x20la\x20forme','2356490LQMouW','12710551BgxMah','Basculer\x20le\x20texte\x20vertical','Basculer\x20le\x20retournement\x20horizontal','1117192QemzKc','9EdZYeo','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','12FExiXf','Basculer\x20le\x20retournement\x20vertical','Italic','Alignement\x20horizontal','Strikethrough','1177095JyEQTX','Rogner\x20à\x20la\x20forme','centre','Diminuer\x20la\x20taille\x20de\x20la\x20police'];_0x4e83=function(){return _0xbc1179;};return _0x4e83();}const e={'sheets-shape-ui':{'align':{'top':'haut','middle':_0x48a5f4(0x83),'bottom':_0x48a5f4(0x81),'left':_0x48a5f4(0x6e),'center':_0x48a5f4(0x7f),'right':_0x48a5f4(0x68)},'toolbar':{'verticalAlignMode':{'main':_0x48a5f4(0x6c)},'horizontalAlignMode':{'main':_0x48a5f4(0x7b)},'fillColor':{'main':'Couleur\x20de\x20remplissage'},'fontSize':'Taille\x20de\x20police','fontSizeIncrease':'Augmenter\x20la\x20taille\x20de\x20la\x20police','fontSizeDecrease':_0x48a5f4(0x80),'alignLeft':_0x48a5f4(0x6d),'alignCenter':'Align\x20Center','alignRight':_0x48a5f4(0x8a),'alignJustify':'Justify','bold':_0x48a5f4(0x87),'italic':_0x48a5f4(0x7a),'underline':_0x48a5f4(0x6a),'strikethrough':_0x48a5f4(0x7c),'textColor':_0x48a5f4(0x84),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x48a5f4(0x6b)},'imagePanel':{'crop':{'shape':_0x48a5f4(0x7e)}},'permission':{'editErr':_0x48a5f4(0x89)},'title':'Forme','insertShape':_0x48a5f4(0x88),'openPanel':_0x48a5f4(0x77),'deleteShape':_0x48a5f4(0x6f),'hidePanel':_0x48a5f4(0x76),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x48a5f4(0x82),'shapePosition':_0x48a5f4(0x66),'toggleFlipH':_0x48a5f4(0x73),'toggleFlipV':_0x48a5f4(0x79),'rotateRight90':_0x48a5f4(0x65),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x48a5f4(0x72)}};export{e as default};
1
+ function _0x3365(_0x412357,_0x18e984){_0x412357=_0x412357-0x113;const _0x255696=_0x2556();let _0x336503=_0x255696[_0x412357];return _0x336503;}const _0x4aff9c=_0x3365;(function(_0x2f9b91,_0x3c68ce){const _0x396ac1=_0x3365,_0x5c19f6=_0x2f9b91();while(!![]){try{const _0x5748c8=-parseInt(_0x396ac1(0x12e))/0x1*(-parseInt(_0x396ac1(0x11d))/0x2)+-parseInt(_0x396ac1(0x113))/0x3*(parseInt(_0x396ac1(0x129))/0x4)+parseInt(_0x396ac1(0x12c))/0x5*(parseInt(_0x396ac1(0x139))/0x6)+-parseInt(_0x396ac1(0x130))/0x7*(-parseInt(_0x396ac1(0x11c))/0x8)+parseInt(_0x396ac1(0x119))/0x9+-parseInt(_0x396ac1(0x124))/0xa+parseInt(_0x396ac1(0x115))/0xb*(-parseInt(_0x396ac1(0x125))/0xc);if(_0x5748c8===_0x3c68ce)break;else _0x5c19f6['push'](_0x5c19f6['shift']());}catch(_0x1f4e53){_0x5c19f6['push'](_0x5c19f6['shift']());}}}(_0x2556,0x7e172));function _0x2556(){const _0x54b3b0=['Nom','Ajouter\x20une\x20description','8368335ufnLxW','Fermer','Basculer\x20le\x20retournement\x20vertical','16yGdtKZ','110IANtkw','Détails','Calques','Style\x20de\x20la\x20forme','Ouvrir\x20le\x20panneau\x20des\x20formes','Avancer','Pivoter\x20à\x20droite\x20de\x2090°','9495980saqsKB','11268CtbDAB','Afficher','Forme','Reculer','30576mvVeum','Supprimer\x20la\x20forme','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','895CnQeTI','Masquer','17723dxMmRB','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','1737722nISEON','Position\x20de\x20la\x20forme','Insérer\x20une\x20forme','Description','Rogner\x20à\x20la\x20forme','Aucun\x20objet','Tout\x20masquer','Ouvrir\x20le\x20panneau\x20des\x20calques','Basculer\x20le\x20retournement\x20horizontal','34098Totimv','Tout\x20afficher','258vqQBpv','Basculer\x20le\x20texte\x20vertical','15169ebRLlT','Pivoter\x20à\x20gauche\x20de\x2090°'];_0x2556=function(){return _0x54b3b0;};return _0x2556();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4aff9c(0x134)}},'permission':{'editErr':_0x4aff9c(0x12f)},'title':_0x4aff9c(0x127),'insertShape':_0x4aff9c(0x132),'openPanel':_0x4aff9c(0x121),'deleteShape':_0x4aff9c(0x12a),'hidePanel':'Masquer\x20le\x20panneau\x20des\x20formes','formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x4aff9c(0x120),'shapePosition':_0x4aff9c(0x131),'toggleFlipH':_0x4aff9c(0x138),'toggleFlipV':_0x4aff9c(0x11b),'rotateRight90':_0x4aff9c(0x123),'rotateLeft90':_0x4aff9c(0x116),'toggleTextVertical':_0x4aff9c(0x114),'objectListPanel':{'title':_0x4aff9c(0x11f),'open':_0x4aff9c(0x137),'empty':_0x4aff9c(0x135),'showAll':_0x4aff9c(0x13a),'hideAll':_0x4aff9c(0x136),'show':_0x4aff9c(0x126),'hide':_0x4aff9c(0x12d),'moveForward':_0x4aff9c(0x122),'moveBackward':_0x4aff9c(0x128),'close':_0x4aff9c(0x11a),'name':_0x4aff9c(0x117),'nameInput':'Nom\x20de\x20l’objet','description':_0x4aff9c(0x133),'descriptionPlaceholder':_0x4aff9c(0x118),'details':_0x4aff9c(0x11e),'noSelection':_0x4aff9c(0x12b)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x329f(){const _0x2e576b=['154lFdjyn','Align\x20Center','3843240rSuWQU','10SzFewx','tengah','Ubah\x20Teks\x20Vertikal','Format\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','1762495GaMMog','Align\x20Left','Bold','8888407bjsMLb','Align\x20Right','Text\x20Background\x20color','185ZqdXyE','100JiUbzN','Atur\x20ulang','Balik\x20Horizontal','Perkecil\x20ukuran\x20font','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Perataan\x20horizontal','Buka\x20Panel\x20Bentuk','Text\x20color','Bentuk','Perbesar\x20ukuran\x20font','32754ryovwy','1909431kmlPcE','376074QYdazx','7WpSWOG','Balik\x20Vertikal','kanan','Sisipkan\x20Bentuk','Justify','kiri','Putar\x20Kanan\x2090°'];_0x329f=function(){return _0x2e576b;};return _0x329f();}const _0x3111d9=_0xfe49;(function(_0xd4430d,_0x5e03b6){const _0x42455a=_0xfe49,_0x20d932=_0xd4430d();while(!![]){try{const _0x5b7d07=parseInt(_0x42455a(0xf9))/0x1*(-parseInt(_0x42455a(0xeb))/0x2)+-parseInt(_0x42455a(0x104))/0x3*(parseInt(_0x42455a(0xfa))/0x4)+parseInt(_0x42455a(0xf3))/0x5+parseInt(_0x42455a(0x106))/0x6*(parseInt(_0x42455a(0x107))/0x7)+-parseInt(_0x42455a(0xed))/0x8+-parseInt(_0x42455a(0x105))/0x9*(parseInt(_0x42455a(0xee))/0xa)+parseInt(_0x42455a(0xf6))/0xb;if(_0x5b7d07===_0x5e03b6)break;else _0x20d932['push'](_0x20d932['shift']());}catch(_0xb8d509){_0x20d932['push'](_0x20d932['shift']());}}}(_0x329f,0x3b700));function _0xfe49(_0x140552,_0x4708bf){_0x140552=_0x140552-0xe6;const _0x329ff5=_0x329f();let _0xfe49a9=_0x329ff5[_0x140552];return _0xfe49a9;}const e={'sheets-shape-ui':{'align':{'top':'atas','middle':_0x3111d9(0xef),'bottom':'bawah','left':_0x3111d9(0xe9),'center':_0x3111d9(0xef),'right':_0x3111d9(0xe6)},'toolbar':{'verticalAlignMode':{'main':'Perataan\x20vertikal'},'horizontalAlignMode':{'main':_0x3111d9(0xff)},'fillColor':{'main':'Warna\x20isian'},'fontSize':'Ukuran\x20font','fontSizeIncrease':_0x3111d9(0x103),'fontSizeDecrease':_0x3111d9(0xfd),'alignLeft':_0x3111d9(0xf4),'alignCenter':_0x3111d9(0xec),'alignRight':_0x3111d9(0xf7),'alignJustify':_0x3111d9(0xe8),'bold':_0x3111d9(0xf5),'italic':'Italic','underline':'Underline','strikethrough':'Strikethrough','textColor':_0x3111d9(0x101),'textBackgroundColor':_0x3111d9(0xf8),'resetColor':_0x3111d9(0xfb)},'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x3111d9(0xfe)},'title':_0x3111d9(0x102),'insertShape':_0x3111d9(0xe7),'openPanel':_0x3111d9(0x100),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x3111d9(0xf2),'formatShape':_0x3111d9(0xf1),'shapeStyle':'Gaya\x20Bentuk','shapePosition':'Posisi\x20Bentuk','toggleFlipH':_0x3111d9(0xfc),'toggleFlipV':_0x3111d9(0x108),'rotateRight90':_0x3111d9(0xea),'rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x3111d9(0xf0)}};export{e as default};
1
+ const _0x4ac5b7=_0x83ef;function _0x2317(){const _0x210975=['15CGYXPU','Buka\x20Panel\x20Lapisan','Pangkas\x20ke\x20Bentuk','Bawa\x20ke\x20Depan','Tidak\x20ada\x20objek','425480IocTVY','3792976hZNUmO','Format\x20Bentuk','11646225tiRYSl','Detail','Putar\x20Kanan\x2090°','Sembunyikan\x20semua','48jWPpqd','Kirim\x20ke\x20Belakang','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','503416JJXzVT','Tampilkan','1080912CNsgoq','Buka\x20Panel\x20Bentuk','721028Bljxvy','Posisi\x20Bentuk','1106249MbaIrX','Tampilkan\x20semua','Putar\x20Kiri\x2090°','1180ORXJjE','Deskripsi','Sembunyikan','3QiljIf','Tutup','Hapus\x20Bentuk'];_0x2317=function(){return _0x210975;};return _0x2317();}(function(_0x4689f4,_0x54e8cc){const _0x19961=_0x83ef,_0x303823=_0x4689f4();while(!![]){try{const _0x3125fd=-parseInt(_0x19961(0x1f0))/0x1+parseInt(_0x19961(0x1ec))/0x2*(-parseInt(_0x19961(0x1f6))/0x3)+parseInt(_0x19961(0x1ea))/0x4*(-parseInt(_0x19961(0x1f9))/0x5)+-parseInt(_0x19961(0x1e7))/0x6*(parseInt(_0x19961(0x1ee))/0x7)+parseInt(_0x19961(0x1e1))/0x8+-parseInt(_0x19961(0x1e3))/0x9+-parseInt(_0x19961(0x1f3))/0xa*(-parseInt(_0x19961(0x1e0))/0xb);if(_0x3125fd===_0x54e8cc)break;else _0x303823['push'](_0x303823['shift']());}catch(_0x57d82d){_0x303823['push'](_0x303823['shift']());}}}(_0x2317,0xdac26));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4ac5b7(0x1fb)}},'permission':{'editErr':_0x4ac5b7(0x1e9)},'title':'Bentuk','insertShape':'Sisipkan\x20Bentuk','openPanel':_0x4ac5b7(0x1ed),'deleteShape':_0x4ac5b7(0x1f8),'hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0x4ac5b7(0x1e2),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x4ac5b7(0x1ef),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':'Balik\x20Vertikal','rotateRight90':_0x4ac5b7(0x1e5),'rotateLeft90':_0x4ac5b7(0x1f2),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal','objectListPanel':{'title':'Lapisan','open':_0x4ac5b7(0x1fa),'empty':_0x4ac5b7(0x1fd),'showAll':_0x4ac5b7(0x1f1),'hideAll':_0x4ac5b7(0x1e6),'show':_0x4ac5b7(0x1eb),'hide':_0x4ac5b7(0x1f5),'moveForward':_0x4ac5b7(0x1fc),'moveBackward':_0x4ac5b7(0x1e8),'close':_0x4ac5b7(0x1f7),'name':'Nama','nameInput':'Nama\x20objek','description':_0x4ac5b7(0x1f4),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x4ac5b7(0x1e4),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};function _0x83ef(_0x4ac6db,_0xcd52d5){_0x4ac6db=_0x4ac6db-0x1e0;const _0x2317d5=_0x2317();let _0x83ef9=_0x2317d5[_0x4ac6db];return _0x83ef9;}export{e as default};
@@ -1 +1 @@
1
- const _0x53610a=_0x413c;(function(_0x3a89a3,_0x529ea3){const _0x1dd9f3=_0x413c,_0x9881f9=_0x3a89a3();while(!![]){try{const _0x4a3feb=parseInt(_0x1dd9f3(0x15e))/0x1+parseInt(_0x1dd9f3(0x180))/0x2*(-parseInt(_0x1dd9f3(0x182))/0x3)+-parseInt(_0x1dd9f3(0x16f))/0x4+parseInt(_0x1dd9f3(0x172))/0x5+parseInt(_0x1dd9f3(0x163))/0x6+-parseInt(_0x1dd9f3(0x169))/0x7*(parseInt(_0x1dd9f3(0x17d))/0x8)+parseInt(_0x1dd9f3(0x17c))/0x9;if(_0x4a3feb===_0x529ea3)break;else _0x9881f9['push'](_0x9881f9['shift']());}catch(_0x2f6b17){_0x9881f9['push'](_0x9881f9['shift']());}}}(_0x5dc3,0x7b032));function _0x5dc3(){const _0x1ebb5b=['Nascondi\x20pannello\x20forma','Align\x20Center','Align\x20Left','Justify','32670AGWEsD','3656FSHGzV','Stile\x20forma','Strikethrough','566844kTulVu','Apri\x20pannello\x20forma','9DZoNhn','Colore\x20riempimento','277588QBHCUK','Aumenta\x20dimensione\x20carattere','Ruota\x20a\x20destra\x2090°','Attiva/disattiva\x20capovolgimento\x20verticale','Italic','5334174CLfzyC','centro','Attiva/disattiva\x20testo\x20verticale','Dimensione\x20carattere','Inserisci\x20forma','Align\x20Right','8204cEGjjz','Forma','Ruota\x20a\x20sinistra\x2090°','Reimposta','destra','sinistra','889812eLXLMz','Underline','Text\x20color','4709670nAOGYg','Posizione\x20forma','superiore','Formato\x20forma','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Elimina\x20forma'];_0x5dc3=function(){return _0x1ebb5b;};return _0x5dc3();}const e={'sheets-shape-ui':{'align':{'top':_0x53610a(0x174),'middle':'centrale','bottom':'inferiore','left':_0x53610a(0x16e),'center':_0x53610a(0x164),'right':_0x53610a(0x16d)},'toolbar':{'verticalAlignMode':{'main':'Allineamento\x20verticale'},'horizontalAlignMode':{'main':'Allineamento\x20orizzontale'},'fillColor':{'main':_0x53610a(0x15d)},'fontSize':_0x53610a(0x166),'fontSizeIncrease':_0x53610a(0x15f),'fontSizeDecrease':'Diminuisci\x20dimensione\x20carattere','alignLeft':_0x53610a(0x17a),'alignCenter':_0x53610a(0x179),'alignRight':_0x53610a(0x168),'alignJustify':_0x53610a(0x17b),'bold':'Bold','italic':_0x53610a(0x162),'underline':_0x53610a(0x170),'strikethrough':_0x53610a(0x17f),'textColor':_0x53610a(0x171),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x53610a(0x16c)},'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x53610a(0x176)},'title':_0x53610a(0x16a),'insertShape':_0x53610a(0x167),'openPanel':_0x53610a(0x181),'deleteShape':_0x53610a(0x177),'hidePanel':_0x53610a(0x178),'formatShape':_0x53610a(0x175),'shapeStyle':_0x53610a(0x17e),'shapePosition':_0x53610a(0x173),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x53610a(0x161),'rotateRight90':_0x53610a(0x160),'rotateLeft90':_0x53610a(0x16b),'toggleTextVertical':_0x53610a(0x165)}};function _0x413c(_0x16f2fa,_0x5d8c8a){_0x16f2fa=_0x16f2fa-0x15d;const _0x5dc395=_0x5dc3();let _0x413c41=_0x5dc395[_0x16f2fa];return _0x413c41;}export{e as default};
1
+ const _0x5d5097=_0x1154;(function(_0x4e42e7,_0x46bb27){const _0x17d3b9=_0x1154,_0x2c5c48=_0x4e42e7();while(!![]){try{const _0x496da2=-parseInt(_0x17d3b9(0x18b))/0x1+-parseInt(_0x17d3b9(0x183))/0x2+-parseInt(_0x17d3b9(0x180))/0x3*(-parseInt(_0x17d3b9(0x18e))/0x4)+parseInt(_0x17d3b9(0x18f))/0x5+-parseInt(_0x17d3b9(0x174))/0x6*(-parseInt(_0x17d3b9(0x189))/0x7)+parseInt(_0x17d3b9(0x176))/0x8+-parseInt(_0x17d3b9(0x18a))/0x9;if(_0x496da2===_0x46bb27)break;else _0x2c5c48['push'](_0x2c5c48['shift']());}catch(_0x316a97){_0x2c5c48['push'](_0x2c5c48['shift']());}}}(_0x28a1,0x4c4d5));function _0x1154(_0x275c6a,_0x238bd4){_0x275c6a=_0x275c6a-0x174;const _0x28a1b1=_0x28a1();let _0x1154a6=_0x28a1b1[_0x275c6a];return _0x1154a6;}function _0x28a1(){const _0xbe5e45=['Livelli','Stile\x20forma','Apri\x20pannello\x20forma','Mostra\x20tutto','124911EyknAY','Porta\x20avanti','Apri\x20pannello\x20livelli','210068vZRdDu','Nome','Aggiungi\x20descrizione','Ruota\x20a\x20sinistra\x2090°','Chiudi','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','1582bjpWcM','4279221PyyMgp','469571avIjHb','Posizione\x20forma','Formato\x20forma','36LtDhEZ','1305995bzdfTX','8538ROymxE','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','3240616dMjVKT','Mostra','Inserisci\x20forma','Descrizione','Nascondi\x20pannello\x20forma','Nessun\x20oggetto'];_0x28a1=function(){return _0xbe5e45;};return _0x28a1();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x5d5097(0x175)},'title':'Forma','insertShape':_0x5d5097(0x178),'openPanel':_0x5d5097(0x17e),'deleteShape':'Elimina\x20forma','hidePanel':_0x5d5097(0x17a),'formatShape':_0x5d5097(0x18d),'shapeStyle':_0x5d5097(0x17d),'shapePosition':_0x5d5097(0x18c),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x5d5097(0x186),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':_0x5d5097(0x17c),'open':_0x5d5097(0x182),'empty':_0x5d5097(0x17b),'showAll':_0x5d5097(0x17f),'hideAll':'Nascondi\x20tutto','show':_0x5d5097(0x177),'hide':'Nascondi','moveForward':_0x5d5097(0x181),'moveBackward':'Porta\x20indietro','close':_0x5d5097(0x187),'name':_0x5d5097(0x184),'nameInput':'Nome\x20oggetto','description':_0x5d5097(0x179),'descriptionPlaceholder':_0x5d5097(0x185),'details':'Dettagli','noSelection':_0x5d5097(0x188)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2bb4(){const _0xc09ab9=['図形スタイル','Bold','図形の挿入','水平反転の切り替え','図形の位置','フォントサイズを拡大','フォントサイズ','図形パネルを開く','Text\x20Background\x20color','2437325BkmAMv','図形パネルを非表示','7BEuZFF','13860315oXYeex','横方向の配置','Italic','7243864bYGHss','Align\x20Left','左寄せ','図形を削除','222764yjPyqs','4400081pSUMdm','342784WLrKnJ','Align\x20Center','形状にトリミング','フォントサイズを縮小','反時計回りに\x2090\x20度回転','216846KADARe','Align\x20Right','図形の書式設定','縦方向の配置','Justify','Strikethrough','6VHWDdw'];_0x2bb4=function(){return _0xc09ab9;};return _0x2bb4();}const _0x4e1e55=_0x147e;(function(_0x538ec5,_0x23e3be){const _0x44310a=_0x147e,_0xe24855=_0x538ec5();while(!![]){try{const _0x301160=-parseInt(_0x44310a(0xac))/0x1*(parseInt(_0x44310a(0xb4))/0x2)+parseInt(_0x44310a(0xbb))/0x3+-parseInt(_0x44310a(0xb6))/0x4+-parseInt(_0x44310a(0xaa))/0x5+-parseInt(_0x44310a(0xa0))/0x6*(parseInt(_0x44310a(0xb5))/0x7)+parseInt(_0x44310a(0xb0))/0x8+parseInt(_0x44310a(0xad))/0x9;if(_0x301160===_0x23e3be)break;else _0xe24855['push'](_0xe24855['shift']());}catch(_0x42dc63){_0xe24855['push'](_0xe24855['shift']());}}}(_0x2bb4,0x82f3e));const e={'sheets-shape-ui':{'align':{'top':'','middle':'中央','bottom':'','left':_0x4e1e55(0xb2),'center':'中央','right':'右寄せ'},'toolbar':{'verticalAlignMode':{'main':_0x4e1e55(0x9d)},'horizontalAlignMode':{'main':_0x4e1e55(0xae)},'fillColor':{'main':'塗りつぶし色'},'fontSize':_0x4e1e55(0xa7),'fontSizeIncrease':_0x4e1e55(0xa6),'fontSizeDecrease':_0x4e1e55(0xb9),'alignLeft':_0x4e1e55(0xb1),'alignCenter':_0x4e1e55(0xb7),'alignRight':_0x4e1e55(0xbc),'alignJustify':_0x4e1e55(0x9e),'bold':_0x4e1e55(0xa2),'italic':_0x4e1e55(0xaf),'underline':'Underline','strikethrough':_0x4e1e55(0x9f),'textColor':'Text\x20color','textBackgroundColor':_0x4e1e55(0xa9),'resetColor':'初期化'},'imagePanel':{'crop':{'shape':_0x4e1e55(0xb8)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0x4e1e55(0xa3),'openPanel':_0x4e1e55(0xa8),'deleteShape':_0x4e1e55(0xb3),'hidePanel':_0x4e1e55(0xab),'formatShape':_0x4e1e55(0x9c),'shapeStyle':_0x4e1e55(0xa1),'shapePosition':_0x4e1e55(0xa5),'toggleFlipH':_0x4e1e55(0xa4),'toggleFlipV':'垂直反転の切り替え','rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x4e1e55(0xba),'toggleTextVertical':'テキストの縦書き/横書きの切り替え'}};function _0x147e(_0xfeeac7,_0x2b236c){_0xfeeac7=_0xfeeac7-0x9c;const _0x2bb486=_0x2bb4();let _0x147e10=_0x2bb486[_0xfeeac7];return _0x147e10;}export{e as default};
1
+ const _0x4557c5=_0x3db9;(function(_0x19cb2c,_0x1f5b98){const _0x50c4aa=_0x3db9,_0x3660a7=_0x19cb2c();while(!![]){try{const _0x1584e2=-parseInt(_0x50c4aa(0xa5))/0x1+-parseInt(_0x50c4aa(0x9c))/0x2+-parseInt(_0x50c4aa(0x9f))/0x3*(-parseInt(_0x50c4aa(0xa6))/0x4)+parseInt(_0x50c4aa(0x97))/0x5+parseInt(_0x50c4aa(0x8e))/0x6*(-parseInt(_0x50c4aa(0xa4))/0x7)+parseInt(_0x50c4aa(0x98))/0x8*(-parseInt(_0x50c4aa(0x94))/0x9)+-parseInt(_0x50c4aa(0x8c))/0xa*(-parseInt(_0x50c4aa(0x91))/0xb);if(_0x1584e2===_0x1f5b98)break;else _0x3660a7['push'](_0x3660a7['shift']());}catch(_0x58e22c){_0x3660a7['push'](_0x3660a7['shift']());}}}(_0x6209,0xc2ebd));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4557c5(0xa3)}},'permission':{'editErr':_0x4557c5(0x90)},'title':'図形','insertShape':_0x4557c5(0xa8),'openPanel':_0x4557c5(0x9b),'deleteShape':'図形を削除','hidePanel':'図形パネルを非表示','formatShape':'図形の書式設定','shapeStyle':_0x4557c5(0xaa),'shapePosition':_0x4557c5(0x8f),'toggleFlipH':_0x4557c5(0x93),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x4557c5(0xa1),'rotateLeft90':_0x4557c5(0x95),'toggleTextVertical':_0x4557c5(0x9d),'objectListPanel':{'title':_0x4557c5(0xa0),'open':'レイヤーパネルを開く','empty':_0x4557c5(0xa7),'showAll':_0x4557c5(0x9a),'hideAll':_0x4557c5(0x99),'show':'表示','hide':'非表示','moveForward':_0x4557c5(0xa9),'moveBackward':_0x4557c5(0x92),'close':_0x4557c5(0x8d),'name':'名前','nameInput':_0x4557c5(0x96),'description':'説明','descriptionPlaceholder':_0x4557c5(0x9e),'details':'詳細','noSelection':_0x4557c5(0xa2)}}};function _0x3db9(_0xa91e6,_0x162a80){_0xa91e6=_0xa91e6-0x8c;const _0x6209bc=_0x6209();let _0x3db906=_0x6209bc[_0xa91e6];return _0x3db906;}export{e as default};function _0x6209(){const _0x1f27ec=['12WSLCBb','レイヤー','時計回りに\x2090\x20度回転','詳細を編集するオブジェクトを選択','形状にトリミング','28BhmWCo','1452877XXMqtU','226652raoOCI','オブジェクトがありません','図形の挿入','前面へ移動','図形スタイル','320nWjHEW','閉じる','8706UveplM','図形の位置','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','1101496HGjaPj','背面へ移動','水平反転の切り替え','9JfNapQ','反時計回りに\x2090\x20度回転','オブジェクト名','3001365hFzBeH','2542096nBKNFH','すべて非表示','すべて表示','図形パネルを開く','2912874cxRMnn','テキストの縦書き/横書きの切り替え','説明を追加'];_0x6209=function(){return _0x1f27ec;};return _0x6209();}
@@ -1 +1 @@
1
- const _0x52d082=_0x1b44;(function(_0x3c4be3,_0x2e804a){const _0x3bf6bf=_0x1b44,_0x43dbe8=_0x3c4be3();while(!![]){try{const _0xfaee28=parseInt(_0x3bf6bf(0xb0))/0x1*(parseInt(_0x3bf6bf(0xa3))/0x2)+parseInt(_0x3bf6bf(0xa8))/0x3+-parseInt(_0x3bf6bf(0xb7))/0x4+parseInt(_0x3bf6bf(0xb1))/0x5*(parseInt(_0x3bf6bf(0xbe))/0x6)+parseInt(_0x3bf6bf(0xca))/0x7*(-parseInt(_0x3bf6bf(0xbf))/0x8)+parseInt(_0x3bf6bf(0xc6))/0x9*(-parseInt(_0x3bf6bf(0xb4))/0xa)+parseInt(_0x3bf6bf(0xb6))/0xb*(-parseInt(_0x3bf6bf(0xbc))/0xc);if(_0xfaee28===_0x2e804a)break;else _0x43dbe8['push'](_0x43dbe8['shift']());}catch(_0x121c12){_0x43dbe8['push'](_0x43dbe8['shift']());}}}(_0x5d44,0x37d67));const e={'sheets-shape-ui':{'align':{'top':'위쪽','middle':'가운데','bottom':_0x52d082(0xb2),'left':'왼쪽','center':_0x52d082(0xa7),'right':'오른쪽'},'toolbar':{'verticalAlignMode':{'main':_0x52d082(0xbd)},'horizontalAlignMode':{'main':_0x52d082(0xb9)},'fillColor':{'main':_0x52d082(0xa5)},'fontSize':_0x52d082(0xae),'fontSizeIncrease':_0x52d082(0xad),'fontSizeDecrease':_0x52d082(0xc2),'alignLeft':_0x52d082(0xa6),'alignCenter':'Align\x20Center','alignRight':'Align\x20Right','alignJustify':_0x52d082(0xc3),'bold':_0x52d082(0xac),'italic':_0x52d082(0xaa),'underline':_0x52d082(0xbb),'strikethrough':_0x52d082(0xba),'textColor':_0x52d082(0xa9),'textBackgroundColor':_0x52d082(0xc8),'resetColor':_0x52d082(0xb3)},'imagePanel':{'crop':{'shape':_0x52d082(0xc1)}},'permission':{'editErr':_0x52d082(0xb5)},'title':'도형','insertShape':'도형\x20삽입','openPanel':'도형\x20패널\x20열기','deleteShape':_0x52d082(0xb8),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x52d082(0xc4),'shapeStyle':_0x52d082(0xc0),'shapePosition':_0x52d082(0xc9),'toggleFlipH':_0x52d082(0xa4),'toggleFlipV':_0x52d082(0xab),'rotateRight90':_0x52d082(0xaf),'rotateLeft90':_0x52d082(0xc5),'toggleTextVertical':_0x52d082(0xc7)}};function _0x1b44(_0x23a7bd,_0x334132){_0x23a7bd=_0x23a7bd-0xa3;const _0x5d4412=_0x5d44();let _0x1b44d0=_0x5d4412[_0x23a7bd];return _0x1b44d0;}function _0x5d44(){const _0x1b4333=['텍스트\x20세로/가로\x20전환','Text\x20Background\x20color','도형\x20위치','8302bodUfF','119812nSbOiA','가로\x20뒤집기\x20전환','채우기\x20색상','Align\x20Left','가운데','621360rLnMMH','Text\x20color','Italic','세로\x20뒤집기\x20전환','Bold','글꼴\x20크기\x20증가','글꼴\x20크기','시계\x20방향으로\x2090도\x20회전','4joZleb','34585GEDQWm','아래쪽','초기화','648380BkBtZF','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','121McWaLz','476732tHAlyM','도형\x20삭제','가로\x20정렬','Strikethrough','Underline','159324jMFNSx','세로\x20정렬','174jscLdU','160EBmDoU','도형\x20스타일','모양에\x20맞게\x20자르기','글꼴\x20크기\x20감소','Justify','도형\x20서식','반시계\x20방향으로\x2090도\x20회전','18YnZfej'];_0x5d44=function(){return _0x1b4333;};return _0x5d44();}export{e as default};
1
+ const _0x4f5677=_0x2b6b;(function(_0x2ac66f,_0xf1a789){const _0x30ee4f=_0x2b6b,_0x4e5c66=_0x2ac66f();while(!![]){try{const _0x382817=-parseInt(_0x30ee4f(0x16a))/0x1+-parseInt(_0x30ee4f(0x15f))/0x2*(-parseInt(_0x30ee4f(0x15b))/0x3)+parseInt(_0x30ee4f(0x152))/0x4+-parseInt(_0x30ee4f(0x16c))/0x5*(parseInt(_0x30ee4f(0x14f))/0x6)+-parseInt(_0x30ee4f(0x160))/0x7*(-parseInt(_0x30ee4f(0x167))/0x8)+parseInt(_0x30ee4f(0x158))/0x9+parseInt(_0x30ee4f(0x164))/0xa*(-parseInt(_0x30ee4f(0x151))/0xb);if(_0x382817===_0xf1a789)break;else _0x4e5c66['push'](_0x4e5c66['shift']());}catch(_0x5a01d9){_0x4e5c66['push'](_0x4e5c66['shift']());}}}(_0x2516,0x82d60));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4f5677(0x165)}},'permission':{'editErr':_0x4f5677(0x153)},'title':'도형','insertShape':_0x4f5677(0x14e),'openPanel':_0x4f5677(0x15c),'deleteShape':_0x4f5677(0x159),'hidePanel':_0x4f5677(0x166),'formatShape':_0x4f5677(0x15e),'shapeStyle':_0x4f5677(0x155),'shapePosition':_0x4f5677(0x15d),'toggleFlipH':_0x4f5677(0x14d),'toggleFlipV':'세로\x20뒤집기\x20전환','rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x4f5677(0x168),'objectListPanel':{'title':'레이어','open':_0x4f5677(0x169),'empty':_0x4f5677(0x161),'showAll':'모두\x20표시','hideAll':_0x4f5677(0x162),'show':'표시','hide':_0x4f5677(0x157),'moveForward':_0x4f5677(0x154),'moveBackward':_0x4f5677(0x163),'close':'닫기','name':'이름','nameInput':_0x4f5677(0x156),'description':'설명','descriptionPlaceholder':_0x4f5677(0x15a),'details':_0x4f5677(0x150),'noSelection':_0x4f5677(0x16b)}}};function _0x2516(){const _0x361925=['1753696qsIfyH','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','앞으로\x20가져오기','도형\x20스타일','개체\x20이름','숨기기','5036562UJnyDu','도형\x20삭제','설명\x20추가','16794qBfplN','도형\x20패널\x20열기','도형\x20위치','도형\x20서식','24rqTPSS','14diruQH','개체\x20없음','모두\x20숨기기','뒤로\x20보내기','2830CgtmWb','모양에\x20맞게\x20자르기','도형\x20패널\x20숨기기','2295112MMsCHf','텍스트\x20세로/가로\x20전환','레이어\x20패널\x20열기','782714jUuJmb','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','216605dtHpmF','가로\x20뒤집기\x20전환','도형\x20삽입','6DGtkUk','세부\x20정보','10769GZaCcU'];_0x2516=function(){return _0x361925;};return _0x2516();}function _0x2b6b(_0x115e5d,_0x571c8d){_0x115e5d=_0x115e5d-0x14d;const _0x251601=_0x2516();let _0x2b6b46=_0x251601[_0x115e5d];return _0x2b6b46;}export{e as default};
@@ -1 +1 @@
1
- const _0x83cce=_0x5800;(function(_0x56f638,_0x38efb5){const _0x2d1a24=_0x5800,_0x3b1e6d=_0x56f638();while(!![]){try{const _0x4be08c=-parseInt(_0x2d1a24(0x1fd))/0x1+parseInt(_0x2d1a24(0x1f9))/0x2+parseInt(_0x2d1a24(0x1f7))/0x3+-parseInt(_0x2d1a24(0x1e4))/0x4+-parseInt(_0x2d1a24(0x1e2))/0x5*(-parseInt(_0x2d1a24(0x1e3))/0x6)+-parseInt(_0x2d1a24(0x1e7))/0x7+parseInt(_0x2d1a24(0x1e8))/0x8;if(_0x4be08c===_0x38efb5)break;else _0x3b1e6d['push'](_0x3b1e6d['shift']());}catch(_0x1b5c82){_0x3b1e6d['push'](_0x3b1e6d['shift']());}}}(_0x5e19,0xbeadc));const e={'sheets-shape-ui':{'align':{'top':_0x83cce(0x205),'middle':_0x83cce(0x200),'bottom':_0x83cce(0x201),'left':'lewo','center':_0x83cce(0x200),'right':_0x83cce(0x1f0)},'toolbar':{'verticalAlignMode':{'main':'Wyrównanie\x20pionowe'},'horizontalAlignMode':{'main':_0x83cce(0x1f2)},'fillColor':{'main':_0x83cce(0x1ee)},'fontSize':_0x83cce(0x1eb),'fontSizeIncrease':_0x83cce(0x1ea),'fontSizeDecrease':_0x83cce(0x1f1),'alignLeft':_0x83cce(0x206),'alignCenter':_0x83cce(0x1fa),'alignRight':_0x83cce(0x1ef),'alignJustify':_0x83cce(0x1f8),'bold':_0x83cce(0x202),'italic':'Italic','underline':_0x83cce(0x203),'strikethrough':_0x83cce(0x1e1),'textColor':_0x83cce(0x1f4),'textBackgroundColor':_0x83cce(0x1f3),'resetColor':_0x83cce(0x1e5)},'imagePanel':{'crop':{'shape':_0x83cce(0x1f5)}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':_0x83cce(0x1fe),'insertShape':_0x83cce(0x1e6),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x83cce(0x1fc),'hidePanel':_0x83cce(0x1ed),'formatShape':_0x83cce(0x1ec),'shapeStyle':_0x83cce(0x204),'shapePosition':_0x83cce(0x1e9),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x83cce(0x1fb),'rotateRight90':_0x83cce(0x1ff),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x83cce(0x1f6)}};function _0x5800(_0x53f691,_0x370afc){_0x53f691=_0x53f691-0x1e1;const _0x5e195b=_0x5e19();let _0x580038=_0x5e195b[_0x53f691];return _0x580038;}export{e as default};function _0x5e19(){const _0x2d5591=['Justify','2562488VvYbAG','Align\x20Center','Przerzuć\x20w\x20pionie','Usuń\x20kształt','1424001wpKMLC','Kształt','Obróć\x20w\x20prawo\x20o\x2090°','środek','dół','Bold','Underline','Styl\x20kształtu','góra','Align\x20Left','Strikethrough','5eWiGqQ','4789656QfXIEU','2783348yNCzgC','Resetuj','Wstaw\x20kształt','905072cuxBDl','6107048TcTkXW','Pozycja\x20kształtu','Zwiększ\x20rozmiar\x20czcionki','Rozmiar\x20czcionki','Formatuj\x20kształt','Ukryj\x20panel\x20kształtów','Kolor\x20wypełnienia','Align\x20Right','prawo','Zmniejsz\x20rozmiar\x20czcionki','Wyrównanie\x20poziome','Text\x20Background\x20color','Text\x20color','Przytnij\x20do\x20kształtu','Przełącz\x20tekst\x20pionowy','561759nxZArt'];_0x5e19=function(){return _0x2d5591;};return _0x5e19();}
1
+ function _0xf525(){const _0x3588eb=['Wstaw\x20kształt','63bHGSmo','1060548rzJhsO','Szczegóły','Obróć\x20w\x20prawo\x20o\x2090°','Ukryj\x20panel\x20kształtów','Przesuń\x20do\x20tyłu','120813DALBHp','Obróć\x20w\x20lewo\x20o\x2090°','Otwórz\x20panel\x20kształtów','646500UIRNqX','Przerzuć\x20w\x20pionie','Ukryj','Pokaż','1394870ZutbCV','Zamknij','374880YumxfY','Otwórz\x20panel\x20warstw','Przesuń\x20do\x20przodu','30068RbkAkT','2798800McHTUL','Brak\x20obiektów','Przerzuć\x20w\x20poziomie','Ukryj\x20wszystko','Opis','Nazwa\x20obiektu','Formatuj\x20kształt','Pozycja\x20kształtu','Usuń\x20kształt','Styl\x20kształtu','9fifFJy','Pokaż\x20wszystko','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','14EDZHYL'];_0xf525=function(){return _0x3588eb;};return _0xf525();}const _0xba60d9=_0x51d1;function _0x51d1(_0x2723b5,_0xf5dd6b){_0x2723b5=_0x2723b5-0x177;const _0xf525f9=_0xf525();let _0x51d1a4=_0xf525f9[_0x2723b5];return _0x51d1a4;}(function(_0x2d07af,_0xe584a2){const _0x17fcbe=_0x51d1,_0x35264b=_0x2d07af();while(!![]){try{const _0x37b256=parseInt(_0x17fcbe(0x186))/0x1+parseInt(_0x17fcbe(0x18f))/0x2+-parseInt(_0x17fcbe(0x180))/0x3*(-parseInt(_0x17fcbe(0x192))/0x4)+-parseInt(_0x17fcbe(0x189))/0x5+parseInt(_0x17fcbe(0x181))/0x6*(-parseInt(_0x17fcbe(0x17e))/0x7)+parseInt(_0x17fcbe(0x193))/0x8+parseInt(_0x17fcbe(0x17b))/0x9*(-parseInt(_0x17fcbe(0x18d))/0xa);if(_0x37b256===_0xe584a2)break;else _0x35264b['push'](_0x35264b['shift']());}catch(_0x3e3418){_0x35264b['push'](_0x35264b['shift']());}}}(_0xf525,0x2f479));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':'Kształt','insertShape':_0xba60d9(0x17f),'openPanel':_0xba60d9(0x188),'deleteShape':_0xba60d9(0x179),'hidePanel':_0xba60d9(0x184),'formatShape':_0xba60d9(0x177),'shapeStyle':_0xba60d9(0x17a),'shapePosition':_0xba60d9(0x178),'toggleFlipH':_0xba60d9(0x195),'toggleFlipV':_0xba60d9(0x18a),'rotateRight90':_0xba60d9(0x183),'rotateLeft90':_0xba60d9(0x187),'toggleTextVertical':'Przełącz\x20tekst\x20pionowy','objectListPanel':{'title':'Warstwy','open':_0xba60d9(0x190),'empty':_0xba60d9(0x194),'showAll':_0xba60d9(0x17c),'hideAll':_0xba60d9(0x196),'show':_0xba60d9(0x18c),'hide':_0xba60d9(0x18b),'moveForward':_0xba60d9(0x191),'moveBackward':_0xba60d9(0x185),'close':_0xba60d9(0x18e),'name':'Nazwa','nameInput':_0xba60d9(0x198),'description':_0xba60d9(0x197),'descriptionPlaceholder':'Dodaj\x20opis','details':_0xba60d9(0x182),'noSelection':_0xba60d9(0x17d)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x48a58a=_0x4fde;function _0x4fde(_0x4165ad,_0x520b8e){_0x4165ad=_0x4165ad-0x18b;const _0x1282f6=_0x1282();let _0x4fde15=_0x1282f6[_0x4165ad];return _0x4fde15;}function _0x1282(){const _0x5ed58d=['Abrir\x20painel\x20de\x20formas','Justify','Alinhamento\x20vertical','6sSXOKI','143UNSCkv','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Bold','4676889CLUHOZ','Cortar\x20para\x20forma','Estilo\x20da\x20forma','Forma','1455498oLiolL','inferior','513yrkyWb','Underline','Diminuir\x20tamanho\x20da\x20fonte','Redefinir','esquerda','superior','Align\x20Right','Posição\x20da\x20forma','10321496QQVUuR','92780hETzcC','1117644LksCrl','direita','17838oZRCEE','Align\x20Center','Alternar\x20texto\x20vertical','5992rmfFER','53OknJyw','Excluir\x20forma','1525ShTxsM','Italic','Tamanho\x20da\x20fonte','Alinhamento\x20horizontal','Text\x20Background\x20color','Girar\x2090°\x20para\x20esquerda'];_0x1282=function(){return _0x5ed58d;};return _0x1282();}(function(_0x51df5f,_0x4b6b64){const _0x8ab5c7=_0x4fde,_0x7f866d=_0x51df5f();while(!![]){try{const _0x4d9854=-parseInt(_0x8ab5c7(0x1a7))/0x1*(parseInt(_0x8ab5c7(0x1a3))/0x2)+parseInt(_0x8ab5c7(0x195))/0x3+parseInt(_0x8ab5c7(0x1a6))/0x4*(parseInt(_0x8ab5c7(0x1a9))/0x5)+parseInt(_0x8ab5c7(0x18d))/0x6*(parseInt(_0x8ab5c7(0x191))/0x7)+parseInt(_0x8ab5c7(0x19f))/0x8+-parseInt(_0x8ab5c7(0x197))/0x9*(parseInt(_0x8ab5c7(0x1a0))/0xa)+parseInt(_0x8ab5c7(0x18e))/0xb*(-parseInt(_0x8ab5c7(0x1a1))/0xc);if(_0x4d9854===_0x4b6b64)break;else _0x7f866d['push'](_0x7f866d['shift']());}catch(_0x4f7451){_0x7f866d['push'](_0x7f866d['shift']());}}}(_0x1282,0xa7fa4));const e={'sheets-shape-ui':{'align':{'top':_0x48a58a(0x19c),'middle':'meio','bottom':_0x48a58a(0x196),'left':_0x48a58a(0x19b),'center':'centro','right':_0x48a58a(0x1a2)},'toolbar':{'verticalAlignMode':{'main':_0x48a58a(0x18c)},'horizontalAlignMode':{'main':_0x48a58a(0x1ac)},'fillColor':{'main':'Cor\x20de\x20preenchimento'},'fontSize':_0x48a58a(0x1ab),'fontSizeIncrease':'Aumentar\x20tamanho\x20da\x20fonte','fontSizeDecrease':_0x48a58a(0x199),'alignLeft':'Align\x20Left','alignCenter':_0x48a58a(0x1a4),'alignRight':_0x48a58a(0x19d),'alignJustify':_0x48a58a(0x18b),'bold':_0x48a58a(0x190),'italic':_0x48a58a(0x1aa),'underline':_0x48a58a(0x198),'strikethrough':'Strikethrough','textColor':'Text\x20color','textBackgroundColor':_0x48a58a(0x1ad),'resetColor':_0x48a58a(0x19a)},'imagePanel':{'crop':{'shape':_0x48a58a(0x192)}},'permission':{'editErr':_0x48a58a(0x18f)},'title':_0x48a58a(0x194),'insertShape':'Inserir\x20forma','openPanel':_0x48a58a(0x1af),'deleteShape':_0x48a58a(0x1a8),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':'Formatar\x20forma','shapeStyle':_0x48a58a(0x193),'shapePosition':_0x48a58a(0x19e),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x48a58a(0x1ae),'toggleTextVertical':_0x48a58a(0x1a5)}};export{e as default};
1
+ const _0x237038=_0x1178;(function(_0x3d1aff,_0x4e6397){const _0x3115af=_0x1178,_0x559eee=_0x3d1aff();while(!![]){try{const _0x170c78=parseInt(_0x3115af(0x79))/0x1*(parseInt(_0x3115af(0x65))/0x2)+-parseInt(_0x3115af(0x66))/0x3*(-parseInt(_0x3115af(0x7b))/0x4)+-parseInt(_0x3115af(0x7e))/0x5*(parseInt(_0x3115af(0x85))/0x6)+parseInt(_0x3115af(0x7d))/0x7*(parseInt(_0x3115af(0x77))/0x8)+-parseInt(_0x3115af(0x6e))/0x9*(parseInt(_0x3115af(0x67))/0xa)+-parseInt(_0x3115af(0x81))/0xb+parseInt(_0x3115af(0x68))/0xc*(-parseInt(_0x3115af(0x84))/0xd);if(_0x170c78===_0x4e6397)break;else _0x559eee['push'](_0x559eee['shift']());}catch(_0x511375){_0x559eee['push'](_0x559eee['shift']());}}}(_0x1ce6,0x34270));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x237038(0x6b)}},'permission':{'editErr':_0x237038(0x69)},'title':'Forma','insertShape':_0x237038(0x78),'openPanel':_0x237038(0x89),'deleteShape':_0x237038(0x82),'hidePanel':_0x237038(0x87),'formatShape':_0x237038(0x6a),'shapeStyle':_0x237038(0x6d),'shapePosition':_0x237038(0x73),'toggleFlipH':_0x237038(0x86),'toggleFlipV':_0x237038(0x7f),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x237038(0x6f),'toggleTextVertical':_0x237038(0x88),'objectListPanel':{'title':_0x237038(0x76),'open':_0x237038(0x70),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0x237038(0x75),'show':_0x237038(0x80),'hide':_0x237038(0x7a),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x237038(0x71),'close':_0x237038(0x83),'name':'Nome','nameInput':_0x237038(0x64),'description':_0x237038(0x72),'descriptionPlaceholder':_0x237038(0x7c),'details':_0x237038(0x6c),'noSelection':_0x237038(0x74)}}};export{e as default};function _0x1178(_0x3490e6,_0x5a1ac0){_0x3490e6=_0x3490e6-0x64;const _0x1ce6a4=_0x1ce6();let _0x1178f9=_0x1ce6a4[_0x3490e6];return _0x1178f9;}function _0x1ce6(){const _0x1c576d=['Nome\x20do\x20objeto','1750mDRMuh','3jheukb','10ealABV','12PRAZAD','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Formatar\x20forma','Cortar\x20para\x20forma','Detalhes','Estilo\x20da\x20forma','2177217IgdNBT','Girar\x2090°\x20para\x20esquerda','Abrir\x20painel\x20de\x20camadas','Enviar\x20para\x20trás','Descrição','Posição\x20da\x20forma','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Ocultar\x20tudo','Camadas','248fEUfOR','Inserir\x20forma','439OgelMU','Ocultar','1505656cFNlNO','Adicionar\x20descrição','56504WytWvm','15fYKUer','Alternar\x20inversão\x20vertical','Mostrar','1860980WlUihj','Excluir\x20forma','Fechar','4959877qaWkaD','9066RNjpSH','Alternar\x20inversão\x20horizontal','Ocultar\x20painel\x20de\x20formas','Alternar\x20texto\x20vertical','Abrir\x20painel\x20de\x20formas'];_0x1ce6=function(){return _0x1c576d;};return _0x1ce6();}
@@ -1 +1 @@
1
- const _0x52d301=_0x37bc;(function(_0xf71355,_0x1bd0c7){const _0x1e2ca5=_0x37bc,_0x41908b=_0xf71355();while(!![]){try{const _0x55bde7=-parseInt(_0x1e2ca5(0xd5))/0x1+-parseInt(_0x1e2ca5(0xd9))/0x2*(parseInt(_0x1e2ca5(0xd6))/0x3)+-parseInt(_0x1e2ca5(0xda))/0x4+-parseInt(_0x1e2ca5(0xd1))/0x5*(parseInt(_0x1e2ca5(0xdd))/0x6)+-parseInt(_0x1e2ca5(0xd0))/0x7+-parseInt(_0x1e2ca5(0xdf))/0x8+parseInt(_0x1e2ca5(0xca))/0x9;if(_0x55bde7===_0x1bd0c7)break;else _0x41908b['push'](_0x41908b['shift']());}catch(_0x35fbe5){_0x41908b['push'](_0x41908b['shift']());}}}(_0x37b2,0xa1299));const e={'sheets-shape-ui':{'align':{'top':_0x52d301(0xce),'middle':'Середина','bottom':'Низ','left':_0x52d301(0xc7),'center':_0x52d301(0xd4),'right':'Право'},'toolbar':{'verticalAlignMode':{'main':_0x52d301(0xe4)},'horizontalAlignMode':{'main':_0x52d301(0xe2)},'fillColor':{'main':_0x52d301(0xcf)},'fontSize':_0x52d301(0xdc),'fontSizeIncrease':'Увеличить\x20размер\x20шрифта','fontSizeDecrease':_0x52d301(0xc6),'alignLeft':_0x52d301(0xc8),'alignCenter':_0x52d301(0xc9),'alignRight':_0x52d301(0xe1),'alignJustify':_0x52d301(0xe6),'bold':_0x52d301(0xd2),'italic':_0x52d301(0xcb),'underline':'Underline','strikethrough':_0x52d301(0xd3),'textColor':_0x52d301(0xde),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x52d301(0xd8)},'imagePanel':{'crop':{'shape':_0x52d301(0xdb)}},'permission':{'editErr':_0x52d301(0xe0)},'title':'Фигура','insertShape':'Вставить\x20фигуру','openPanel':_0x52d301(0xe5),'deleteShape':_0x52d301(0xe3),'hidePanel':_0x52d301(0xd7),'formatShape':_0x52d301(0xc4),'shapeStyle':_0x52d301(0xcd),'shapePosition':'Положение\x20фигуры','toggleFlipH':_0x52d301(0xcc),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0x52d301(0xe8),'rotateLeft90':_0x52d301(0xc5),'toggleTextVertical':_0x52d301(0xe7)}};function _0x37bc(_0x213f2e,_0x11ba1d){_0x213f2e=_0x213f2e-0xc4;const _0x37b2b9=_0x37b2();let _0x37bc22=_0x37b2b9[_0x213f2e];return _0x37bc22;}function _0x37b2(){const _0x481615=['1441404pQUMmO','Обрезать\x20по\x20форме','Размер\x20шрифта','451302QQKzgN','Text\x20color','9465656fVZJfe','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Align\x20Right','Горизонтальное\x20выравнивание','Удалить\x20фигуру','Вертикальное\x20выравнивание','Открыть\x20панель\x20фигур','Justify','Переключить\x20вертикальное\x20положение\x20текста','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Форматировать\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Уменьшить\x20размер\x20шрифта','Лево','Align\x20Left','Align\x20Center','43638174OkhnwB','Italic','Переключить\x20горизонтальное\x20отражение','Стиль\x20фигуры','Верх','Цвет\x20заливки','5080383TLZtBe','30reQYOx','Bold','Strikethrough','Центр','1180284GMfCZj','6JwqHiY','Скрыть\x20панель\x20фигур','Сбросить','287652QjGTHg'];_0x37b2=function(){return _0x481615;};return _0x37b2();}export{e as default};
1
+ const _0x1d541f=_0x5a08;(function(_0x5d58f1,_0x33e5c0){const _0x4c9c11=_0x5a08,_0x481698=_0x5d58f1();while(!![]){try{const _0x397f09=parseInt(_0x4c9c11(0xb0))/0x1*(-parseInt(_0x4c9c11(0xb6))/0x2)+parseInt(_0x4c9c11(0xbf))/0x3*(parseInt(_0x4c9c11(0xc8))/0x4)+parseInt(_0x4c9c11(0xb1))/0x5+-parseInt(_0x4c9c11(0xc3))/0x6*(parseInt(_0x4c9c11(0xbd))/0x7)+parseInt(_0x4c9c11(0xc4))/0x8*(parseInt(_0x4c9c11(0xae))/0x9)+-parseInt(_0x4c9c11(0xb2))/0xa*(parseInt(_0x4c9c11(0xc5))/0xb)+parseInt(_0x4c9c11(0xad))/0xc;if(_0x397f09===_0x33e5c0)break;else _0x481698['push'](_0x481698['shift']());}catch(_0x3ad707){_0x481698['push'](_0x481698['shift']());}}}(_0x6627,0x2b4a9));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1d541f(0xac)}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':_0x1d541f(0xba),'insertShape':_0x1d541f(0xc1),'openPanel':_0x1d541f(0xc9),'deleteShape':_0x1d541f(0xb3),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':'Форматировать\x20фигуру','shapeStyle':_0x1d541f(0xbc),'shapePosition':_0x1d541f(0xaa),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x1d541f(0xbb),'rotateRight90':_0x1d541f(0xb4),'rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':_0x1d541f(0xc7),'objectListPanel':{'title':_0x1d541f(0xc6),'open':_0x1d541f(0xbe),'empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':'Скрыть\x20все','show':_0x1d541f(0xaf),'hide':_0x1d541f(0xb7),'moveForward':_0x1d541f(0xb8),'moveBackward':_0x1d541f(0xb5),'close':_0x1d541f(0xb9),'name':'Имя','nameInput':_0x1d541f(0xc2),'description':'Описание','descriptionPlaceholder':'Добавить\x20описание','details':_0x1d541f(0xc0),'noSelection':_0x1d541f(0xab)}}};function _0x5a08(_0x3fb822,_0x5e869c){_0x3fb822=_0x3fb822-0xaa;const _0x6627ea=_0x6627();let _0x5a08ea=_0x6627ea[_0x3fb822];return _0x5a08ea;}function _0x6627(){const _0x3808a9=['Удалить\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Переместить\x20назад','8ttwXNJ','Скрыть','Переместить\x20вперед','Закрыть','Фигура','Переключить\x20вертикальное\x20отражение','Стиль\x20фигуры','21WqJxPH','Открыть\x20панель\x20слоев','38271CFAEVt','Сведения','Вставить\x20фигуру','Имя\x20объекта','271476bPyHrp','1263128eKwPXF','25102ytDQyx','Слои','Переключить\x20вертикальное\x20положение\x20текста','40vufuGC','Открыть\x20панель\x20фигур','Положение\x20фигуры','Выберите\x20объект\x20для\x20редактирования\x20сведений','Обрезать\x20по\x20форме','2995500wRiTZx','9qzYVCm','Показать','38879acEJNd','751395lzVZcd','950RgdEFu'];_0x6627=function(){return _0x3808a9;};return _0x6627();}export{e as default};
@@ -1 +1 @@
1
- const _0xe7e5a6=_0x5301;function _0x2ccf(){const _0x423902=['Štýl\x20tvaru','Text\x20Background\x20color','Prepnúť\x20zvislé\x20prevrátenie','Tvar','Italic','1184944wXayUD','Otočiť\x20doľava\x20o\x2090°','9162240LDqRJA','Prepnúť\x20vodorovné\x20prevrátenie','2275407idXpuh','Text\x20color','Skryť\x20panel\x20tvarov','Obnoviť','Underline','vpravo','Vložiť\x20tvar','15745iABYwd','Vodorovné\x20zarovnanie','stred','920878wxcRPG','vľavo','49FTudfX','hore','803694dyBIvh','Align\x20Right','Bold','22114656BxhIiv','Farba\x20výplne','na\x20stred','Zväčšiť\x20písmo','Poloha\x20tvaru','Align\x20Center','Přepnout\x20text\x20vertikálně','1036TXqgJi'];_0x2ccf=function(){return _0x423902;};return _0x2ccf();}function _0x5301(_0x149fc5,_0x367d2c){_0x149fc5=_0x149fc5-0x13d;const _0x2ccff8=_0x2ccf();let _0x5301fb=_0x2ccff8[_0x149fc5];return _0x5301fb;}(function(_0x1c32b0,_0x1e387b){const _0x22812f=_0x5301,_0x24e6ab=_0x1c32b0();while(!![]){try{const _0x52e8cf=-parseInt(_0x22812f(0x143))/0x1+parseInt(_0x22812f(0x157))/0x2+-parseInt(_0x22812f(0x15b))/0x3+-parseInt(_0x22812f(0x151))/0x4*(parseInt(_0x22812f(0x140))/0x5)+-parseInt(_0x22812f(0x147))/0x6*(parseInt(_0x22812f(0x145))/0x7)+parseInt(_0x22812f(0x159))/0x8+parseInt(_0x22812f(0x14a))/0x9;if(_0x52e8cf===_0x1e387b)break;else _0x24e6ab['push'](_0x24e6ab['shift']());}catch(_0x40af40){_0x24e6ab['push'](_0x24e6ab['shift']());}}}(_0x2ccf,0xba1f3));const e={'sheets-shape-ui':{'align':{'top':_0xe7e5a6(0x146),'middle':_0xe7e5a6(0x142),'bottom':'dole','left':_0xe7e5a6(0x144),'center':_0xe7e5a6(0x14c),'right':_0xe7e5a6(0x13e)},'toolbar':{'verticalAlignMode':{'main':'Zvislé\x20zarovnanie'},'horizontalAlignMode':{'main':_0xe7e5a6(0x141)},'fillColor':{'main':_0xe7e5a6(0x14b)},'fontSize':'Veľkosť\x20písma','fontSizeIncrease':_0xe7e5a6(0x14d),'fontSizeDecrease':'Zmenšiť\x20písmo','alignLeft':'Align\x20Left','alignCenter':_0xe7e5a6(0x14f),'alignRight':_0xe7e5a6(0x148),'alignJustify':'Justify','bold':_0xe7e5a6(0x149),'italic':_0xe7e5a6(0x156),'underline':_0xe7e5a6(0x13d),'strikethrough':'Strikethrough','textColor':_0xe7e5a6(0x15c),'textBackgroundColor':_0xe7e5a6(0x153),'resetColor':_0xe7e5a6(0x15e)},'imagePanel':{'crop':{'shape':'Oříznout\x20podle\x20tvaru'}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':_0xe7e5a6(0x155),'insertShape':_0xe7e5a6(0x13f),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':'Odstrániť\x20tvar','hidePanel':_0xe7e5a6(0x15d),'formatShape':'Formátovať\x20tvar','shapeStyle':_0xe7e5a6(0x152),'shapePosition':_0xe7e5a6(0x14e),'toggleFlipH':_0xe7e5a6(0x15a),'toggleFlipV':_0xe7e5a6(0x154),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0xe7e5a6(0x158),'toggleTextVertical':_0xe7e5a6(0x150)}};export{e as default};
1
+ const _0x4968a8=_0x47b2;function _0x3146(){const _0x30d0c2=['Pridat\x20popis','1919964JiryPw','Štýl\x20tvaru','110UueeSc','Podrobnosti','Přepnout\x20text\x20vertikálně','Oříznout\x20podle\x20tvaru','86612RWPbyQ','45UnhtFt','Odstrániť\x20tvar','Posunúť\x20dopredu','30uKciur','Otvoriť\x20panel\x20tvarov','Zobraziť\x20všetko','Vložiť\x20tvar','Otočiť\x20doprava\x20o\x2090°','Prepnúť\x20vodorovné\x20prevrátenie','Zavrieť','Vrstvy','Názov\x20objektu','Popis','Skryť\x20panel\x20tvarov','Otvoriť\x20panel\x20vrstiev','609539DimNWp','Zobraziť','3054366XOOCYg','340349kSZqbs','514120SnSHSa','22792930Fjzgeh','Žiadne\x20objekty','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Skryť\x20všetko','Prepnúť\x20zvislé\x20prevrátenie'];_0x3146=function(){return _0x30d0c2;};return _0x3146();}(function(_0x4e4f6e,_0x5e025f){const _0x151d23=_0x47b2,_0x116f78=_0x4e4f6e();while(!![]){try{const _0x463821=parseInt(_0x151d23(0xed))/0x1+parseInt(_0x151d23(0xec))/0x2+parseInt(_0x151d23(0xf5))/0x3+parseInt(_0x151d23(0xfb))/0x4*(parseInt(_0x151d23(0xf7))/0x5)+parseInt(_0x151d23(0xff))/0x6*(parseInt(_0x151d23(0xea))/0x7)+-parseInt(_0x151d23(0xee))/0x8*(parseInt(_0x151d23(0xfc))/0x9)+-parseInt(_0x151d23(0xef))/0xa;if(_0x463821===_0x5e025f)break;else _0x116f78['push'](_0x116f78['shift']());}catch(_0x333b04){_0x116f78['push'](_0x116f78['shift']());}}}(_0x3146,0xc7ddd));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4968a8(0xfa)}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':'Tvar','insertShape':_0x4968a8(0x102),'openPanel':_0x4968a8(0x100),'deleteShape':_0x4968a8(0xfd),'hidePanel':_0x4968a8(0xe8),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x4968a8(0xf6),'shapePosition':'Poloha\x20tvaru','toggleFlipH':_0x4968a8(0x104),'toggleFlipV':_0x4968a8(0xf3),'rotateRight90':_0x4968a8(0x103),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x4968a8(0xf9),'objectListPanel':{'title':_0x4968a8(0x106),'open':_0x4968a8(0xe9),'empty':_0x4968a8(0xf0),'showAll':_0x4968a8(0x101),'hideAll':_0x4968a8(0xf2),'show':_0x4968a8(0xeb),'hide':'Skryť','moveForward':_0x4968a8(0xfe),'moveBackward':'Posunúť\x20dozadu','close':_0x4968a8(0x105),'name':'Názov','nameInput':_0x4968a8(0x107),'description':_0x4968a8(0x108),'descriptionPlaceholder':_0x4968a8(0xf4),'details':_0x4968a8(0xf8),'noSelection':_0x4968a8(0xf1)}}};function _0x47b2(_0x5d96fa,_0x17822d){_0x5d96fa=_0x5d96fa-0xe8;const _0x314685=_0x3146();let _0x47b233=_0x314685[_0x5d96fa];return _0x47b233;}export{e as default};
@@ -1 +1 @@
1
- function _0x2901(){const _0x376490=['Tăng\x20cỡ\x20chữ','Chuyển\x20đổi\x20văn\x20bản\x20dọc','2786jQJLhr','Bật/tắt\x20lật\x20dọc','615yZVLlD','Giảm\x20cỡ\x20chữ','Định\x20dạng\x20hình\x20dạng','196610VeRXIF','Căn\x20trái','Align\x20Right','Căn\x20trên','486000exgaAh','Cỡ\x20chữ','2878309Mlvajf','Mở\x20bảng\x20hình\x20dạng','1603986XPuHaj','Hình\x20dạng','Xóa\x20hình\x20dạng','Underline','Text\x20Background\x20color','Căn\x20dưới','Italic','Căn\x20dọc','Đặt\x20lại\x20màu','Align\x20Left','Chuyển\x20đổi\x20lật\x20ngang','8912aOoUcB','Ẩn\x20bảng\x20hình\x20dạng','Kiểu\x20hình\x20dạng','Căn\x20ngang','Cắt\x20theo\x20hình\x20dạng','4wBXUYO','88YXBiZZ','1849805AVqrKl','Strikethrough','Căn\x20giữa','Màu\x20ô','Vị\x20trí\x20hình\x20dạng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','2943zlWgxR','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Justify'];_0x2901=function(){return _0x376490;};return _0x2901();}const _0x39dcd6=_0x24a0;function _0x24a0(_0x31c462,_0x37e493){_0x31c462=_0x31c462-0x119;const _0x2901f2=_0x2901();let _0x24a0c6=_0x2901f2[_0x31c462];return _0x24a0c6;}(function(_0x355a89,_0x1936b4){const _0x1f4f9c=_0x24a0,_0x2e172e=_0x355a89();while(!![]){try{const _0x4a394c=parseInt(_0x1f4f9c(0x124))/0x1+-parseInt(_0x1f4f9c(0x11f))/0x2*(-parseInt(_0x1f4f9c(0x121))/0x3)+parseInt(_0x1f4f9c(0x13c))/0x4*(parseInt(_0x1f4f9c(0x13e))/0x5)+-parseInt(_0x1f4f9c(0x12c))/0x6+parseInt(_0x1f4f9c(0x12a))/0x7+parseInt(_0x1f4f9c(0x137))/0x8*(-parseInt(_0x1f4f9c(0x119))/0x9)+-parseInt(_0x1f4f9c(0x128))/0xa*(parseInt(_0x1f4f9c(0x13d))/0xb);if(_0x4a394c===_0x1936b4)break;else _0x2e172e['push'](_0x2e172e['shift']());}catch(_0x4fa79a){_0x2e172e['push'](_0x2e172e['shift']());}}}(_0x2901,0x3b4e2));const e={'sheets-shape-ui':{'align':{'top':_0x39dcd6(0x127),'middle':'Căn\x20giữa','bottom':_0x39dcd6(0x131),'left':_0x39dcd6(0x125),'center':_0x39dcd6(0x140),'right':'Căn\x20phải'},'toolbar':{'verticalAlignMode':{'main':_0x39dcd6(0x133)},'horizontalAlignMode':{'main':_0x39dcd6(0x13a)},'fillColor':{'main':_0x39dcd6(0x141)},'fontSize':_0x39dcd6(0x129),'fontSizeIncrease':_0x39dcd6(0x11d),'fontSizeDecrease':_0x39dcd6(0x122),'alignLeft':_0x39dcd6(0x135),'alignCenter':'Align\x20Center','alignRight':_0x39dcd6(0x126),'alignJustify':_0x39dcd6(0x11c),'bold':'Bold','italic':_0x39dcd6(0x132),'underline':_0x39dcd6(0x12f),'strikethrough':_0x39dcd6(0x13f),'textColor':'Text\x20color','textBackgroundColor':_0x39dcd6(0x130),'resetColor':_0x39dcd6(0x134)},'imagePanel':{'crop':{'shape':_0x39dcd6(0x13b)}},'permission':{'editErr':_0x39dcd6(0x11a)},'title':_0x39dcd6(0x12d),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x39dcd6(0x12b),'deleteShape':_0x39dcd6(0x12e),'hidePanel':_0x39dcd6(0x138),'formatShape':_0x39dcd6(0x123),'shapeStyle':_0x39dcd6(0x139),'shapePosition':_0x39dcd6(0x142),'toggleFlipH':_0x39dcd6(0x136),'toggleFlipV':_0x39dcd6(0x120),'rotateRight90':_0x39dcd6(0x143),'rotateLeft90':_0x39dcd6(0x11b),'toggleTextVertical':_0x39dcd6(0x11e)}};export{e as default};
1
+ const _0x16280e=_0x3698;(function(_0x764a20,_0x4f8ec6){const _0x5525ba=_0x3698,_0x41bf2d=_0x764a20();while(!![]){try{const _0x14adbc=-parseInt(_0x5525ba(0x17e))/0x1*(parseInt(_0x5525ba(0x187))/0x2)+-parseInt(_0x5525ba(0x17f))/0x3+parseInt(_0x5525ba(0x186))/0x4+parseInt(_0x5525ba(0x18f))/0x5+-parseInt(_0x5525ba(0x179))/0x6*(parseInt(_0x5525ba(0x171))/0x7)+parseInt(_0x5525ba(0x174))/0x8+parseInt(_0x5525ba(0x17d))/0x9;if(_0x14adbc===_0x4f8ec6)break;else _0x41bf2d['push'](_0x41bf2d['shift']());}catch(_0xad005b){_0x41bf2d['push'](_0x41bf2d['shift']());}}}(_0x2053,0x4e1d6));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x16280e(0x172)}},'permission':{'editErr':_0x16280e(0x17a)},'title':'Hình\x20dạng','insertShape':_0x16280e(0x188),'openPanel':_0x16280e(0x180),'deleteShape':_0x16280e(0x175),'hidePanel':_0x16280e(0x181),'formatShape':_0x16280e(0x17b),'shapeStyle':_0x16280e(0x18c),'shapePosition':_0x16280e(0x190),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x16280e(0x176),'rotateRight90':_0x16280e(0x18b),'rotateLeft90':_0x16280e(0x183),'toggleTextVertical':_0x16280e(0x17c),'objectListPanel':{'title':_0x16280e(0x173),'open':_0x16280e(0x185),'empty':_0x16280e(0x18a),'showAll':_0x16280e(0x178),'hideAll':_0x16280e(0x18e),'show':_0x16280e(0x18d),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':'Đưa\x20xuống\x20dưới','close':'Đóng','name':_0x16280e(0x184),'nameInput':'Tên\x20đối\x20tượng','description':_0x16280e(0x189),'descriptionPlaceholder':'Them\x20mo\x20ta','details':_0x16280e(0x182),'noSelection':_0x16280e(0x177)}}};function _0x2053(){const _0x41e472=['Tên','Mở\x20bảng\x20điều\x20khiển\x20lớp','463640UFiXBM','32bNxvOF','Chèn\x20hình\x20dạng','Mô\x20tả','Chưa\x20có\x20đối\x20tượng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Kiểu\x20hình\x20dạng','Hiện','Ẩn\x20tất\x20cả','433000dQxkWY','Vị\x20trí\x20hình\x20dạng','68691MuVdKU','Cắt\x20theo\x20hình\x20dạng','Lớp','2363792saDLom','Xóa\x20hình\x20dạng','Bật/tắt\x20lật\x20dọc','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Hiển\x20thị\x20tất\x20cả','162gZHRGF','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Định\x20dạng\x20hình\x20dạng','Chuyển\x20đổi\x20văn\x20bản\x20dọc','11587806nTEXia','37822OlkiNZ','1786371aAhBmk','Mở\x20bảng\x20hình\x20dạng','Ẩn\x20bảng\x20hình\x20dạng','Chi\x20tiết','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ'];_0x2053=function(){return _0x41e472;};return _0x2053();}function _0x3698(_0x410f77,_0x58132c){_0x410f77=_0x410f77-0x171;const _0x2053e9=_0x2053();let _0x36981e=_0x2053e9[_0x410f77];return _0x36981e;}export{e as default};
@@ -1 +1 @@
1
- const _0x5a4d9c=_0x80c5;(function(_0x3d35a6,_0x2dd878){const _0x18047b=_0x80c5,_0x32f5d9=_0x3d35a6();while(!![]){try{const _0x2693b3=parseInt(_0x18047b(0x14f))/0x1+-parseInt(_0x18047b(0x137))/0x2+parseInt(_0x18047b(0x135))/0x3*(-parseInt(_0x18047b(0x130))/0x4)+parseInt(_0x18047b(0x132))/0x5*(-parseInt(_0x18047b(0x14b))/0x6)+-parseInt(_0x18047b(0x12e))/0x7*(parseInt(_0x18047b(0x13f))/0x8)+-parseInt(_0x18047b(0x131))/0x9*(-parseInt(_0x18047b(0x142))/0xa)+-parseInt(_0x18047b(0x14e))/0xb*(-parseInt(_0x18047b(0x13e))/0xc);if(_0x2693b3===_0x2dd878)break;else _0x32f5d9['push'](_0x32f5d9['shift']());}catch(_0x3fa448){_0x32f5d9['push'](_0x32f5d9['shift']());}}}(_0x3d63,0xea8f4));function _0x3d63(){const _0x4c4152=['格式化形状','切换水平翻转','左对齐','中间对齐','文字背景颜色','1644834UpooEs','形状样式','水平对齐','121JSQRGk','1497942HCbIsw','右对齐','28koKcai','插入形状','395152uQobXN','45369KaNNdc','25ctRgyS','删除线','删除形状','6bsqcvF','切换垂直翻转','621600lTbgdR','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','顺时针90度旋转','顶部对齐','打开形状面板','形状位置','减小字号','1134528qEocIA','91856DkYmow','底部对齐','单元格颜色','690mJrqJK','两端对齐','重置颜色','下划线'];_0x3d63=function(){return _0x4c4152;};return _0x3d63();}function _0x80c5(_0x3dbdc3,_0x3a6d10){_0x3dbdc3=_0x3dbdc3-0x12d;const _0x3d6394=_0x3d63();let _0x80c5cd=_0x3d6394[_0x3dbdc3];return _0x80c5cd;}const e={'sheets-shape-ui':{'align':{'top':_0x5a4d9c(0x13a),'middle':'居中对齐','bottom':_0x5a4d9c(0x140),'left':_0x5a4d9c(0x148),'center':_0x5a4d9c(0x149),'right':_0x5a4d9c(0x12d)},'toolbar':{'verticalAlignMode':{'main':'垂直对齐'},'horizontalAlignMode':{'main':_0x5a4d9c(0x14d)},'fillColor':{'main':_0x5a4d9c(0x141)},'fontSize':'字号','fontSizeIncrease':'增大字号','fontSizeDecrease':_0x5a4d9c(0x13d),'alignLeft':_0x5a4d9c(0x148),'alignCenter':'居中对齐','alignRight':_0x5a4d9c(0x12d),'alignJustify':_0x5a4d9c(0x143),'bold':'加粗','italic':'斜体','underline':_0x5a4d9c(0x145),'strikethrough':_0x5a4d9c(0x133),'textColor':'文字颜色','textBackgroundColor':_0x5a4d9c(0x14a),'resetColor':_0x5a4d9c(0x144)},'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x5a4d9c(0x138)},'title':'形状','insertShape':_0x5a4d9c(0x12f),'openPanel':_0x5a4d9c(0x13b),'deleteShape':_0x5a4d9c(0x134),'hidePanel':'隐藏形状面板','formatShape':_0x5a4d9c(0x146),'shapeStyle':_0x5a4d9c(0x14c),'shapePosition':_0x5a4d9c(0x13c),'toggleFlipH':_0x5a4d9c(0x147),'toggleFlipV':_0x5a4d9c(0x136),'rotateRight90':_0x5a4d9c(0x139),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排'}};export{e as default};
1
+ const _0x538b65=_0x1816;(function(_0x3b0817,_0x325bad){const _0xb714b0=_0x1816,_0x5bfa38=_0x3b0817();while(!![]){try{const _0x1aeb44=parseInt(_0xb714b0(0x155))/0x1*(-parseInt(_0xb714b0(0x161))/0x2)+-parseInt(_0xb714b0(0x166))/0x3+-parseInt(_0xb714b0(0x153))/0x4+parseInt(_0xb714b0(0x158))/0x5+parseInt(_0xb714b0(0x15a))/0x6*(parseInt(_0xb714b0(0x165))/0x7)+-parseInt(_0xb714b0(0x159))/0x8+-parseInt(_0xb714b0(0x16a))/0x9*(-parseInt(_0xb714b0(0x152))/0xa);if(_0x1aeb44===_0x325bad)break;else _0x5bfa38['push'](_0x5bfa38['shift']());}catch(_0x4ce376){_0x5bfa38['push'](_0x5bfa38['shift']());}}}(_0x13ce,0x624c3));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x538b65(0x151)}},'permission':{'editErr':_0x538b65(0x154)},'title':'形状','insertShape':'插入形状','openPanel':_0x538b65(0x168),'deleteShape':_0x538b65(0x162),'hidePanel':'隐藏形状面板','formatShape':_0x538b65(0x15c),'shapeStyle':'形状样式','shapePosition':_0x538b65(0x169),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x538b65(0x15e),'rotateRight90':_0x538b65(0x15f),'rotateLeft90':_0x538b65(0x15d),'toggleTextVertical':_0x538b65(0x160),'objectListPanel':{'title':'图层','open':_0x538b65(0x167),'empty':'暂无对象','showAll':_0x538b65(0x157),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x538b65(0x163),'moveBackward':_0x538b65(0x156),'close':'关闭','name':'名称','nameInput':_0x538b65(0x15b),'description':'描述','descriptionPlaceholder':_0x538b65(0x164),'details':'详情','noSelection':'选择对象以编辑详情'}}};function _0x1816(_0x174dd8,_0x21e5f8){_0x174dd8=_0x174dd8-0x151;const _0x13cede=_0x13ce();let _0x18162f=_0x13cede[_0x174dd8];return _0x18162f;}function _0x13ce(){const _0x539c7d=['1723772sHWoTA','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','4xWfMTY','下移一层','全部显示','2288115VSEoGi','4891816NeqNsa','60sAqbvT','对象名称','格式化形状','逆时针90度旋转','切换垂直翻转','顺时针90度旋转','切换文本竖排','81772jEXiPT','删除形状','上移一层','添加描述','362236KhyZBN','369042yySuwG','打开图层面板','打开形状面板','形状位置','333rpTcgM','裁剪为形状','204460toIyIQ'];_0x13ce=function(){return _0x539c7d;};return _0x13ce();}export{e as default};
@@ -1 +1 @@
1
- const _0x4a2b26=_0x4286;function _0xc533(){const _0x42f7ac=['Align\x20Left','3743924bzSsrC','Bold','34848ZiPkNT','1157835cmFFOg','Underline','547002tbtkQj','垂直置中','2352830GHXXmQ','靠左對齊','9BRznrn','圖形位置','重置顏色','靠右對齊','靠下對齊','切換水平翻轉','刪除形狀','Italic','91cMOhxz','627084gzFEoK','字型大小','插入形狀','8bYbVnK','水平對齊','Text\x20Background\x20color','填滿色彩','格式化形狀','打開形狀面板','Justify','切換文本竖排','9707625btJnFM','Text\x20color','Align\x20Center','順時針\x2090\x20度旋轉','垂直對齊','靠上對齊'];_0xc533=function(){return _0x42f7ac;};return _0xc533();}function _0x4286(_0x45717a,_0x1154e1){_0x45717a=_0x45717a-0xff;const _0xc53301=_0xc533();let _0x4286ad=_0xc53301[_0x45717a];return _0x4286ad;}(function(_0x357fd8,_0x1902cd){const _0x529ee4=_0x4286,_0x138a12=_0x357fd8();while(!![]){try{const _0x17c817=-parseInt(_0x529ee4(0x112))/0x1+parseInt(_0x529ee4(0x100))/0x2+-parseInt(_0x529ee4(0x103))/0x3*(parseInt(_0x529ee4(0x115))/0x4)+parseInt(_0x529ee4(0x11d))/0x5+-parseInt(_0x529ee4(0x105))/0x6*(parseInt(_0x529ee4(0x111))/0x7)+parseInt(_0x529ee4(0x102))/0x8+-parseInt(_0x529ee4(0x109))/0x9*(parseInt(_0x529ee4(0x107))/0xa);if(_0x17c817===_0x1902cd)break;else _0x138a12['push'](_0x138a12['shift']());}catch(_0xd8103d){_0x138a12['push'](_0x138a12['shift']());}}}(_0xc533,0xf3c0f));const e={'sheets-shape-ui':{'align':{'top':_0x4a2b26(0x122),'middle':_0x4a2b26(0x106),'bottom':_0x4a2b26(0x10d),'left':_0x4a2b26(0x108),'center':'置中','right':_0x4a2b26(0x10c)},'toolbar':{'verticalAlignMode':{'main':_0x4a2b26(0x121)},'horizontalAlignMode':{'main':_0x4a2b26(0x116)},'fillColor':{'main':_0x4a2b26(0x118)},'fontSize':_0x4a2b26(0x113),'fontSizeIncrease':'放大字型','fontSizeDecrease':'縮小字型','alignLeft':_0x4a2b26(0xff),'alignCenter':_0x4a2b26(0x11f),'alignRight':'Align\x20Right','alignJustify':_0x4a2b26(0x11b),'bold':_0x4a2b26(0x101),'italic':_0x4a2b26(0x110),'underline':_0x4a2b26(0x104),'strikethrough':'Strikethrough','textColor':_0x4a2b26(0x11e),'textBackgroundColor':_0x4a2b26(0x117),'resetColor':_0x4a2b26(0x10b)},'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x4a2b26(0x114),'openPanel':_0x4a2b26(0x11a),'deleteShape':_0x4a2b26(0x10f),'hidePanel':'隱藏形狀面板','formatShape':_0x4a2b26(0x119),'shapeStyle':'圖形樣式','shapePosition':_0x4a2b26(0x10a),'toggleFlipH':_0x4a2b26(0x10e),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x4a2b26(0x120),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x4a2b26(0x11c)}};export{e as default};
1
+ const _0x55987f=_0x1331;(function(_0x10600c,_0x3ac82e){const _0x303c92=_0x1331,_0xa62a7f=_0x10600c();while(!![]){try{const _0x381d45=parseInt(_0x303c92(0x7e))/0x1+parseInt(_0x303c92(0x86))/0x2*(-parseInt(_0x303c92(0x72))/0x3)+-parseInt(_0x303c92(0x82))/0x4+-parseInt(_0x303c92(0x74))/0x5+-parseInt(_0x303c92(0x73))/0x6+parseInt(_0x303c92(0x88))/0x7+parseInt(_0x303c92(0x85))/0x8;if(_0x381d45===_0x3ac82e)break;else _0xa62a7f['push'](_0xa62a7f['shift']());}catch(_0x5f15bb){_0xa62a7f['push'](_0xa62a7f['shift']());}}}(_0x3d90,0xb2390));function _0x3d90(){const _0x6e9227=['36FYwRIt','6835992QcWfyf','5576275wuJrwA','切換水平翻轉','逆時針\x2090\x20度旋轉','格式化形狀','上移一層','開啟圖層面板','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','圖形位置','新增描述','打開形狀面板','204918aeZQlZ','下移一層','裁切為形狀','插入形狀','1365464WobxdA','物件名稱','圖形樣式','20285000jticQJ','99706cxuFAK','切換垂直翻轉','8285522NKqLNE','順時針\x2090\x20度旋轉','全部隱藏'];_0x3d90=function(){return _0x6e9227;};return _0x3d90();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x55987f(0x80)}},'permission':{'editErr':_0x55987f(0x7a)},'title':'形狀','insertShape':_0x55987f(0x81),'openPanel':_0x55987f(0x7d),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':_0x55987f(0x77),'shapeStyle':_0x55987f(0x84),'shapePosition':_0x55987f(0x7b),'toggleFlipH':_0x55987f(0x75),'toggleFlipV':_0x55987f(0x87),'rotateRight90':_0x55987f(0x70),'rotateLeft90':_0x55987f(0x76),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x55987f(0x79),'empty':'暫無物件','showAll':'全部顯示','hideAll':_0x55987f(0x71),'show':'顯示','hide':'隱藏','moveForward':_0x55987f(0x78),'moveBackward':_0x55987f(0x7f),'close':'關閉','name':'名稱','nameInput':_0x55987f(0x83),'description':'描述','descriptionPlaceholder':_0x55987f(0x7c),'details':'詳情','noSelection':'選擇物件以編輯詳情'}}};function _0x1331(_0x552757,_0x53b695){_0x552757=_0x552757-0x70;const _0x3d9037=_0x3d90();let _0x1331b0=_0x3d9037[_0x552757];return _0x1331b0;}export{e as default};
@@ -1 +1 @@
1
- function _0x38e0(_0x1e8d5d,_0x1b22b1){_0x1e8d5d=_0x1e8d5d-0x1b8;const _0x59a6b4=_0x59a6();let _0x38e0d5=_0x59a6b4[_0x1e8d5d];return _0x38e0d5;}const _0x329935=_0x38e0;(function(_0x229347,_0x374cf2){const _0xa90387=_0x38e0,_0x29a9cd=_0x229347();while(!![]){try{const _0x2d3dd4=-parseInt(_0xa90387(0x1d5))/0x1+parseInt(_0xa90387(0x1cb))/0x2+-parseInt(_0xa90387(0x1bf))/0x3*(parseInt(_0xa90387(0x1d6))/0x4)+-parseInt(_0xa90387(0x1bd))/0x5+-parseInt(_0xa90387(0x1bb))/0x6+parseInt(_0xa90387(0x1d9))/0x7+parseInt(_0xa90387(0x1d3))/0x8*(parseInt(_0xa90387(0x1dc))/0x9);if(_0x2d3dd4===_0x374cf2)break;else _0x29a9cd['push'](_0x29a9cd['shift']());}catch(_0x4f7ba9){_0x29a9cd['push'](_0x29a9cd['shift']());}}}(_0x59a6,0xce065));const e={'sheets-shape-ui':{'align':{'top':_0x329935(0x1c2),'middle':_0x329935(0x1cf),'bottom':_0x329935(0x1bc),'left':_0x329935(0x1cd),'center':'置中','right':_0x329935(0x1c6)},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x329935(0x1c7)},'fillColor':{'main':_0x329935(0x1c0)},'fontSize':_0x329935(0x1c8),'fontSizeIncrease':_0x329935(0x1d7),'fontSizeDecrease':_0x329935(0x1db),'alignLeft':_0x329935(0x1b9),'alignCenter':'Align\x20Center','alignRight':_0x329935(0x1c5),'alignJustify':_0x329935(0x1da),'bold':_0x329935(0x1d8),'italic':_0x329935(0x1ca),'underline':'Underline','strikethrough':_0x329935(0x1d1),'textColor':_0x329935(0x1c9),'textBackgroundColor':_0x329935(0x1d4),'resetColor':_0x329935(0x1c3)},'imagePanel':{'crop':{'shape':_0x329935(0x1cc)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','openPanel':_0x329935(0x1b8),'deleteShape':_0x329935(0x1d0),'hidePanel':'隱藏形狀面板','formatShape':_0x329935(0x1ba),'shapeStyle':'圖形樣式','shapePosition':_0x329935(0x1c4),'toggleFlipH':_0x329935(0x1be),'toggleFlipV':_0x329935(0x1ce),'rotateRight90':_0x329935(0x1d2),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x329935(0x1c1)}};export{e as default};function _0x59a6(){const _0x4a124a=['填滿色彩','切換文本竖排','靠上對齊','重置顏色','圖形位置','Align\x20Right','靠右對齊','水平對齊','字型大小','Text\x20color','Italic','1183944GfXsLD','裁切為形狀','靠左對齊','切換垂直翻轉','垂直置中','刪除形狀','Strikethrough','順時針\x2090\x20度旋轉','8LJHckE','Text\x20Background\x20color','959069DwTkuD','2684icyxEj','放大字型','Bold','5747798ZJYMvA','Justify','縮小字型','23419701YKyBgO','打開形狀面板','Align\x20Left','格式化形狀','3993402DfMoCT','靠下對齊','6079795NnhcFt','切換水平翻轉','1479qBigxk'];_0x59a6=function(){return _0x4a124a;};return _0x59a6();}
1
+ function _0x3a99(_0x653167,_0x3d6901){_0x653167=_0x653167-0x96;const _0x310786=_0x3107();let _0x3a99ec=_0x310786[_0x653167];return _0x3a99ec;}const _0x37b5a6=_0x3a99;function _0x3107(){const _0x207486=['裁切為形狀','397739CvOMZr','逆時針\x2090\x20度旋轉','全部顯示','全部隱藏','14015WSVGhD','打開形狀面板','刪除形狀','8832QJdnBA','暫無物件','下移一層','開啟圖層面板','隱藏形狀面板','4872447nqMIts','格式化形狀','12881GMJiry','切換水平翻轉','切換垂直翻轉','14270kRoadW','詳細資料','5484633VxTPDN','296TwnwTC','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','114WqjzSC','1449060CIYBRY','8Lghiwy','圖形位置'];_0x3107=function(){return _0x207486;};return _0x3107();}(function(_0x4e90f4,_0x223c4e){const _0xa4df7d=_0x3a99,_0x20ee18=_0x4e90f4();while(!![]){try{const _0x3049d7=-parseInt(_0xa4df7d(0x97))/0x1+-parseInt(_0xa4df7d(0xae))/0x2+parseInt(_0xa4df7d(0x9e))/0x3*(-parseInt(_0xa4df7d(0xab))/0x4)+-parseInt(_0xa4df7d(0x9b))/0x5*(parseInt(_0xa4df7d(0xad))/0x6)+parseInt(_0xa4df7d(0xaa))/0x7+-parseInt(_0xa4df7d(0xaf))/0x8*(parseInt(_0xa4df7d(0xa3))/0x9)+-parseInt(_0xa4df7d(0xa8))/0xa*(-parseInt(_0xa4df7d(0xa5))/0xb);if(_0x3049d7===_0x223c4e)break;else _0x20ee18['push'](_0x20ee18['shift']());}catch(_0x5c3918){_0x20ee18['push'](_0x20ee18['shift']());}}}(_0x3107,0x7ee5b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x37b5a6(0x96)}},'permission':{'editErr':_0x37b5a6(0xac)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x37b5a6(0x9c),'deleteShape':_0x37b5a6(0x9d),'hidePanel':_0x37b5a6(0xa2),'formatShape':_0x37b5a6(0xa4),'shapeStyle':'圖形樣式','shapePosition':_0x37b5a6(0xb0),'toggleFlipH':_0x37b5a6(0xa6),'toggleFlipV':_0x37b5a6(0xa7),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x37b5a6(0x98),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x37b5a6(0xa1),'empty':_0x37b5a6(0x9f),'showAll':_0x37b5a6(0x99),'hideAll':_0x37b5a6(0x9a),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x37b5a6(0xa0),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':'新增描述','details':_0x37b5a6(0xa9),'noSelection':'選取物件以編輯詳細資料'}}};export{e as default};
@@ -6,15 +6,4 @@ interface IOldShapeData {
6
6
  }
7
7
  export declare function updateShapeData(commandService: ICommandService, unitId: string, subUnitId: string, shapeId: string, oldShapeJSON: IOldShapeData, shapeData?: IShapeData): Promise<boolean>;
8
8
  export declare function updateLineShapeData(commandService: ICommandService, unitId: string, subUnitId: string, shapeId: string, oldShapeJSON: IOldShapeData, shapeData?: ICxnShapeData): Promise<boolean>;
9
- /**
10
- * set shape text data
11
- * @param commandService
12
- * @param unitId
13
- * @param subUnitId
14
- * @param shapeId
15
- * @param oldShapeJSON
16
- * @param textDataJson
17
- * @returns {boolean} whether the command executed successfully
18
- */
19
- export declare function updateShapeTextData(commandService: ICommandService, unitId: string, subUnitId: string, shapeId: string, oldShapeJSON: IOldShapeData, textDataJson: unknown): Promise<boolean>;
20
9
  export {};
@@ -0,0 +1,5 @@
1
+ import type { ICommand } from '@univerjs/core';
2
+ export interface IOpenSheetShapeObjectListPanelOperationParams {
3
+ value: 'open' | 'close';
4
+ }
5
+ export declare const OpenSheetShapeObjectListPanelOperation: ICommand<IOpenSheetShapeObjectListPanelOperationParams>;