@univerjs-pro/sheets-shape-ui 1.0.0-alpha.7 → 1.0.0-beta.0

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 (88) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/const.d.ts +1 -1
  62. package/lib/types/controllers/ui.controller.d.ts +1 -98
  63. package/lib/types/locale/en-US.d.ts +2 -10
  64. package/lib/types/menu/shape-context-menu.d.ts +7 -0
  65. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +1 -1
  66. package/lib/umd/index.js +1 -1
  67. package/lib/umd/locale/ar-SA.js +1 -1
  68. package/lib/umd/locale/ca-ES.js +1 -1
  69. package/lib/umd/locale/de-DE.js +1 -1
  70. package/lib/umd/locale/en-US.js +1 -1
  71. package/lib/umd/locale/es-ES.js +1 -1
  72. package/lib/umd/locale/fa-IR.js +1 -1
  73. package/lib/umd/locale/fr-FR.js +1 -1
  74. package/lib/umd/locale/id-ID.js +1 -1
  75. package/lib/umd/locale/it-IT.js +1 -1
  76. package/lib/umd/locale/ja-JP.js +1 -1
  77. package/lib/umd/locale/ko-KR.js +1 -1
  78. package/lib/umd/locale/pl-PL.js +1 -1
  79. package/lib/umd/locale/pt-BR.js +1 -1
  80. package/lib/umd/locale/ru-RU.js +1 -1
  81. package/lib/umd/locale/sk-SK.js +1 -1
  82. package/lib/umd/locale/vi-VN.js +1 -1
  83. package/lib/umd/locale/zh-CN.js +1 -1
  84. package/lib/umd/locale/zh-HK.js +1 -1
  85. package/lib/umd/locale/zh-TW.js +1 -1
  86. package/package.json +20 -20
  87. package/lib/types/views/ShapeOptions.d.ts +0 -26
  88. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +0 -11
@@ -1 +1 @@
1
- const _0x424ff6=_0x561b;function _0x561b(_0x2d9973,_0x9767fc){_0x2d9973=_0x2d9973-0x14e;const _0x6a8d50=_0x6a8d();let _0x561b67=_0x6a8d50[_0x2d9973];return _0x561b67;}function _0x6a8d(){const _0x297f72=['حدد\x20كائنًا\x20لتحرير\x20تفاصيله','إظهار\x20الكل','6556837NqmdjG','401618xiylmn','515548UnGDOI','1618209bncLRV','تدوير\x20لليمين\x2090°','72592wgtcXU','موضع\x20الشكل','فتح\x20لوحة\x20الأشكال','6MBzDMc','إظهار','إخفاء\x20الكل','إضافة\x20وصف','477070WxAtIp','اسم\x20الكائن','التفاصيل','قص\x20إلى\x20شكل','حذف\x20الشكل','إغلاق','تبديل\x20الانعكاس\x20العمودي','الاسم','إرسال\x20للخلف','إخفاء','الوصف','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','شكل','إدراج\x20شكل','6755625iEtEzh','4doYWvn'];_0x6a8d=function(){return _0x297f72;};return _0x6a8d();}(function(_0x2e9094,_0x492002){const _0x277966=_0x561b,_0x50654a=_0x2e9094();while(!![]){try{const _0xed62ba=-parseInt(_0x277966(0x14f))/0x1*(-parseInt(_0x277966(0x153))/0x2)+-parseInt(_0x277966(0x155))/0x3+parseInt(_0x277966(0x154))/0x4+-parseInt(_0x277966(0x15e))/0x5+-parseInt(_0x277966(0x15a))/0x6*(-parseInt(_0x277966(0x152))/0x7)+-parseInt(_0x277966(0x157))/0x8+-parseInt(_0x277966(0x14e))/0x9;if(_0xed62ba===_0x492002)break;else _0x50654a['push'](_0x50654a['shift']());}catch(_0x49f7fa){_0x50654a['push'](_0x50654a['shift']());}}}(_0x6a8d,0x73cba));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x424ff6(0x161)}},'permission':{'editErr':_0x424ff6(0x169)},'title':_0x424ff6(0x16a),'insertShape':_0x424ff6(0x16b),'openPanel':_0x424ff6(0x159),'deleteShape':_0x424ff6(0x162),'hidePanel':'إخفاء\x20لوحة\x20الأشكال','formatShape':'تنسيق\x20الشكل','shapeStyle':'نمط\x20الشكل','shapePosition':_0x424ff6(0x158),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x424ff6(0x164),'rotateRight90':_0x424ff6(0x156),'rotateLeft90':'تدوير\x20لليسار\x2090°','toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':'الطبقات','open':'فتح\x20لوحة\x20الطبقات','empty':'لا\x20توجد\x20كائنات','showAll':_0x424ff6(0x151),'hideAll':_0x424ff6(0x15c),'show':_0x424ff6(0x15b),'hide':_0x424ff6(0x167),'moveForward':'إحضار\x20للأمام','moveBackward':_0x424ff6(0x166),'close':_0x424ff6(0x163),'name':_0x424ff6(0x165),'nameInput':_0x424ff6(0x15f),'description':_0x424ff6(0x168),'descriptionPlaceholder':_0x424ff6(0x15d),'details':_0x424ff6(0x160),'noSelection':_0x424ff6(0x150)}}};export{e as default};
1
+ const _0x245f69=_0x3511;function _0x1980(){const _0xdff42b=['9022734ajAuFZ','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','شكل','التفاصيل','إظهار\x20الكل','فتح\x20لوحة\x20الطبقات','28752zsdiYF','2559295JPSOKU','إرسال\x20للخلف','اسم\x20الكائن','1070040BXNhyT','288tTjpSC','الاسم','الوصف','13828068kusros','إدراج\x20شكل','إظهار','إغلاق','1912176OthoNO','إحضار\x20للأمام','4ofCvWt','تنسيق\x20الشكل','إخفاء\x20الكل','7peOhfx','10UcWRab','9269117frxWhb'];_0x1980=function(){return _0xdff42b;};return _0x1980();}function _0x3511(_0x80cf31,_0x222071){_0x80cf31=_0x80cf31-0x118;const _0x1980f5=_0x1980();let _0x351184=_0x1980f5[_0x80cf31];return _0x351184;}(function(_0x3b2a52,_0x5cd416){const _0x3c8918=_0x3511,_0x1216c5=_0x3b2a52();while(!![]){try{const _0x1bce7f=parseInt(_0x3c8918(0x12c))/0x1+-parseInt(_0x3c8918(0x128))/0x2*(parseInt(_0x3c8918(0x12d))/0x3)+-parseInt(_0x3c8918(0x11b))/0x4*(-parseInt(_0x3c8918(0x129))/0x5)+parseInt(_0x3c8918(0x121))/0x6*(parseInt(_0x3c8918(0x11e))/0x7)+-parseInt(_0x3c8918(0x119))/0x8+-parseInt(_0x3c8918(0x130))/0x9+parseInt(_0x3c8918(0x11f))/0xa*(parseInt(_0x3c8918(0x120))/0xb);if(_0x1bce7f===_0x5cd416)break;else _0x1216c5['push'](_0x1216c5['shift']());}catch(_0x39be96){_0x1216c5['push'](_0x1216c5['shift']());}}}(_0x1980,0xbca9d));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':_0x245f69(0x123)},'title':_0x245f69(0x124),'insertShape':_0x245f69(0x131),'formatShape':_0x245f69(0x11c),'flipHorizontal':'عكس\x20أفقي','flipVertical':'عكس\x20رأسي','objectListPanel':{'title':'الطبقات','open':_0x245f69(0x127),'empty':'لا\x20توجد\x20كائنات','showAll':_0x245f69(0x126),'hideAll':_0x245f69(0x11d),'show':_0x245f69(0x132),'hide':'إخفاء','moveForward':_0x245f69(0x11a),'moveBackward':_0x245f69(0x12a),'close':_0x245f69(0x118),'name':_0x245f69(0x12e),'nameInput':_0x245f69(0x12b),'description':_0x245f69(0x12f),'descriptionPlaceholder':'إضافة\x20وصف','details':_0x245f69(0x125),'noSelection':_0x245f69(0x122)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x510c69=_0x1f60;(function(_0x2f574e,_0x1e5683){const _0x2babe2=_0x1f60,_0x512682=_0x2f574e();while(!![]){try{const _0x4274fc=-parseInt(_0x2babe2(0x8b))/0x1+-parseInt(_0x2babe2(0x93))/0x2+parseInt(_0x2babe2(0xa3))/0x3+parseInt(_0x2babe2(0x85))/0x4+parseInt(_0x2babe2(0x92))/0x5*(-parseInt(_0x2babe2(0x87))/0x6)+-parseInt(_0x2babe2(0x8a))/0x7*(parseInt(_0x2babe2(0x86))/0x8)+parseInt(_0x2babe2(0x82))/0x9;if(_0x4274fc===_0x1e5683)break;else _0x512682['push'](_0x512682['shift']());}catch(_0x8c516e){_0x512682['push'](_0x512682['shift']());}}}(_0x17c9,0x36d78));function _0x1f60(_0x1a964f,_0x5a6b6d){_0x1a964f=_0x1a964f-0x82;const _0x17c980=_0x17c9();let _0x1f6021=_0x17c980[_0x1a964f];return _0x1f6021;}function _0x17c9(){const _0x37a4fa=['1121886lSJyyz','Forma','3639132fjwNNv','Amagar\x20panell\x20de\x20formes','Amaga-ho\x20tot','445956vbAOVZ','5000BOPeAH','24qpvidd','Rotar\x2090°\x20a\x20l\x27esquerra','Tancar','2758SbPODP','361723tzNTmd','Inserir\x20forma','Nom','Sense\x20objectes','Afegeix\x20descripcio','Eliminar\x20forma','Rotar\x2090°\x20a\x20la\x20dreta','33495QcdJRb','60796FkAkgr','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Alternar\x20volteig\x20horitzontal','Alternar\x20text\x20vertical','Obrir\x20panell\x20de\x20formes','Retalla\x20a\x20forma','Estil\x20de\x20forma','Alternar\x20volteig\x20vertical','Porta\x20endavant','Mostra-ho\x20tot','Amagar','Nom\x20de\x20l’objecte','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Format\x20de\x20forma','Detalls','Posició\x20de\x20forma'];_0x17c9=function(){return _0x37a4fa;};return _0x17c9();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x510c69(0x98)}},'permission':{'editErr':_0x510c69(0x94)},'title':_0x510c69(0xa4),'insertShape':_0x510c69(0x8c),'openPanel':_0x510c69(0x97),'deleteShape':_0x510c69(0x90),'hidePanel':_0x510c69(0x83),'formatShape':_0x510c69(0xa0),'shapeStyle':_0x510c69(0x99),'shapePosition':_0x510c69(0xa2),'toggleFlipH':_0x510c69(0x95),'toggleFlipV':_0x510c69(0x9a),'rotateRight90':_0x510c69(0x91),'rotateLeft90':_0x510c69(0x88),'toggleTextVertical':_0x510c69(0x96),'objectListPanel':{'title':'Capes','open':'Obre\x20el\x20tauler\x20de\x20capes','empty':_0x510c69(0x8e),'showAll':_0x510c69(0x9c),'hideAll':_0x510c69(0x84),'show':'Mostra','hide':_0x510c69(0x9d),'moveForward':_0x510c69(0x9b),'moveBackward':'Envia\x20enrere','close':_0x510c69(0x89),'name':_0x510c69(0x8d),'nameInput':_0x510c69(0x9e),'description':'Descripció','descriptionPlaceholder':_0x510c69(0x8f),'details':_0x510c69(0xa1),'noSelection':_0x510c69(0x9f)}}};export{e as default};
1
+ const _0x2036c3=_0x4c32;(function(_0x2e2179,_0x3634ba){const _0x53319b=_0x4c32,_0x218afc=_0x2e2179();while(!![]){try{const _0x25165=parseInt(_0x53319b(0x128))/0x1*(-parseInt(_0x53319b(0x127))/0x2)+parseInt(_0x53319b(0x125))/0x3+parseInt(_0x53319b(0x117))/0x4*(parseInt(_0x53319b(0x120))/0x5)+parseInt(_0x53319b(0x11a))/0x6+parseInt(_0x53319b(0x11d))/0x7*(-parseInt(_0x53319b(0x116))/0x8)+parseInt(_0x53319b(0x11b))/0x9+-parseInt(_0x53319b(0x124))/0xa;if(_0x25165===_0x3634ba)break;else _0x218afc['push'](_0x218afc['shift']());}catch(_0x4b37b5){_0x218afc['push'](_0x218afc['shift']());}}}(_0xad00,0xdd6e1));function _0x4c32(_0xed8740,_0x4ebfef){_0xed8740=_0xed8740-0x10b;const _0xad0088=_0xad00();let _0x4c3232=_0xad0088[_0xed8740];return _0x4c3232;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2036c3(0x114)}},'permission':{'editErr':_0x2036c3(0x10d)},'title':_0x2036c3(0x112),'insertShape':_0x2036c3(0x10b),'formatShape':_0x2036c3(0x121),'flipHorizontal':_0x2036c3(0x110),'flipVertical':_0x2036c3(0x115),'objectListPanel':{'title':_0x2036c3(0x11e),'open':_0x2036c3(0x10c),'empty':_0x2036c3(0x10e),'showAll':_0x2036c3(0x126),'hideAll':_0x2036c3(0x123),'show':_0x2036c3(0x113),'hide':'Amagar','moveForward':_0x2036c3(0x118),'moveBackward':'Envia\x20enrere','close':_0x2036c3(0x10f),'name':_0x2036c3(0x119),'nameInput':_0x2036c3(0x122),'description':_0x2036c3(0x111),'descriptionPlaceholder':'Afegeix\x20descripcio','details':_0x2036c3(0x11c),'noSelection':_0x2036c3(0x11f)}}};export{e as default};function _0xad00(){const _0x4d4c48=['15556tTkjRa','Porta\x20endavant','Nom','2766480eBbmWF','13626297gAByWJ','Detalls','86709wwzDSX','Capes','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','1780ktxZSz','Format\x20de\x20forma','Nom\x20de\x20l’objecte','Amaga-ho\x20tot','8809150nbpmdD','1341501RNBTSs','Mostra-ho\x20tot','208018dtoFFX','5RotTNs','Inserir\x20forma','Obre\x20el\x20tauler\x20de\x20capes','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Sense\x20objectes','Tancar','Girar\x20horitzontalment','Descripció','Forma','Mostra','Retalla\x20a\x20forma','Girar\x20verticalment','968QgiMPq'];_0xad00=function(){return _0x4d4c48;};return _0xad00();}
@@ -1 +1 @@
1
- const _0x23c926=_0x3fe4;(function(_0x37575a,_0x1f603e){const _0x1472ac=_0x3fe4,_0x1495be=_0x37575a();while(!![]){try{const _0x180a54=parseInt(_0x1472ac(0x1b8))/0x1*(parseInt(_0x1472ac(0x1b9))/0x2)+-parseInt(_0x1472ac(0x1c8))/0x3*(parseInt(_0x1472ac(0x1c7))/0x4)+parseInt(_0x1472ac(0x1bd))/0x5*(-parseInt(_0x1472ac(0x1c1))/0x6)+parseInt(_0x1472ac(0x1c0))/0x7*(parseInt(_0x1472ac(0x1b6))/0x8)+parseInt(_0x1472ac(0x1be))/0x9+parseInt(_0x1472ac(0x1ba))/0xa+-parseInt(_0x1472ac(0x1c6))/0xb;if(_0x180a54===_0x1f603e)break;else _0x1495be['push'](_0x1495be['shift']());}catch(_0x3d49c9){_0x1495be['push'](_0x1495be['shift']());}}}(_0xfb65,0x39c09));function _0xfb65(){const _0x98f248=['3617420rFfBtI','Alle\x20ausblenden','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','20FDwKLG','3680199ppjUAc','Formstil','173992seMVvs','444414UHeENN','Beschreibung\x20hinzufügen','Beschreibung','Weiter\x20nach\x20hinten','Alle\x20anzeigen','3106510etAlYC','4DFnjqJ','837303blsBKo','Form-Panel\x20ausblenden','Schließen','Form-Panel\x20öffnen','Anzeigen','Form\x20einfügen','Horizontale\x20Spiegelung\x20umschalten','Keine\x20Objekte','Formposition','56rHxKXT','Vertikalen\x20Text\x20umschalten','149695wEhDhW','2MejdHg'];_0xfb65=function(){return _0x98f248;};return _0xfb65();}function _0x3fe4(_0x57179c,_0x5d53b2){_0x57179c=_0x57179c-0x1b1;const _0xfb6543=_0xfb65();let _0x3fe4ca=_0xfb6543[_0x57179c];return _0x3fe4ca;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Auf\x20Form\x20zuschneiden'}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':'Form','insertShape':_0x23c926(0x1b2),'openPanel':_0x23c926(0x1cb),'deleteShape':'Form\x20löschen','hidePanel':_0x23c926(0x1c9),'formatShape':'Form\x20formatieren','shapeStyle':_0x23c926(0x1bf),'shapePosition':_0x23c926(0x1b5),'toggleFlipH':_0x23c926(0x1b3),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x23c926(0x1b7),'objectListPanel':{'title':'Ebenen','open':'Ebenenbereich\x20öffnen','empty':_0x23c926(0x1b4),'showAll':_0x23c926(0x1c5),'hideAll':_0x23c926(0x1bb),'show':_0x23c926(0x1b1),'hide':'Ausblenden','moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x23c926(0x1c4),'close':_0x23c926(0x1ca),'name':'Name','nameInput':'Objektname','description':_0x23c926(0x1c3),'descriptionPlaceholder':_0x23c926(0x1c2),'details':'Details','noSelection':_0x23c926(0x1bc)}}};export{e as default};
1
+ function _0x3aa8(_0xa8abda,_0x2eba8e){_0xa8abda=_0xa8abda-0x1e7;const _0x4dcb8f=_0x4dcb();let _0x3aa85b=_0x4dcb8f[_0xa8abda];return _0x3aa85b;}const _0x2bbd03=_0x3aa8;(function(_0x10a672,_0xec0d49){const _0x2710e4=_0x3aa8,_0x398ec5=_0x10a672();while(!![]){try{const _0x454e17=parseInt(_0x2710e4(0x204))/0x1*(parseInt(_0x2710e4(0x201))/0x2)+parseInt(_0x2710e4(0x1fd))/0x3+-parseInt(_0x2710e4(0x1ef))/0x4*(-parseInt(_0x2710e4(0x1e9))/0x5)+parseInt(_0x2710e4(0x202))/0x6+parseInt(_0x2710e4(0x1e7))/0x7+-parseInt(_0x2710e4(0x200))/0x8*(-parseInt(_0x2710e4(0x1fc))/0x9)+-parseInt(_0x2710e4(0x1f2))/0xa;if(_0x454e17===_0xec0d49)break;else _0x398ec5['push'](_0x398ec5['shift']());}catch(_0x185b59){_0x398ec5['push'](_0x398ec5['shift']());}}}(_0x4dcb,0x751c5));function _0x4dcb(){const _0x5d40c2=['Ebenen','Form\x20formatieren','4jZzIKs','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Weiter\x20nach\x20hinten','31738970IWPRlI','Anzeigen','Ausblenden','Form\x20einfügen','Horizontal\x20spiegeln','Weiter\x20nach\x20vorne','Alle\x20ausblenden','Details','Beschreibung\x20hinzufügen','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','6066XzqIaH','2464962RtWLPX','Vertikal\x20spiegeln','Form','10088jFYLnk','12yPhyLv','510456ZbsWpK','Objektname','89867xEIVlQ','3882228OcGOSn','Auf\x20Form\x20zuschneiden','4015660XoIDRB','Keine\x20Objekte','Ebenenbereich\x20öffnen','Name'];_0x4dcb=function(){return _0x5d40c2;};return _0x4dcb();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2bbd03(0x1e8)}},'permission':{'editErr':_0x2bbd03(0x1fb)},'title':_0x2bbd03(0x1ff),'insertShape':_0x2bbd03(0x1f5),'formatShape':_0x2bbd03(0x1ee),'flipHorizontal':_0x2bbd03(0x1f6),'flipVertical':_0x2bbd03(0x1fe),'objectListPanel':{'title':_0x2bbd03(0x1ed),'open':_0x2bbd03(0x1eb),'empty':_0x2bbd03(0x1ea),'showAll':'Alle\x20anzeigen','hideAll':_0x2bbd03(0x1f8),'show':_0x2bbd03(0x1f3),'hide':_0x2bbd03(0x1f4),'moveForward':_0x2bbd03(0x1f7),'moveBackward':_0x2bbd03(0x1f1),'close':'Schließen','name':_0x2bbd03(0x1ec),'nameInput':_0x2bbd03(0x203),'description':'Beschreibung','descriptionPlaceholder':_0x2bbd03(0x1fa),'details':_0x2bbd03(0x1f9),'noSelection':_0x2bbd03(0x1f0)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x23274d=_0x42a9;(function(_0x517062,_0x3503d4){const _0x4c1e3c=_0x42a9,_0x54cb9a=_0x517062();while(!![]){try{const _0x268250=parseInt(_0x4c1e3c(0x207))/0x1+-parseInt(_0x4c1e3c(0x1f9))/0x2*(-parseInt(_0x4c1e3c(0x1f7))/0x3)+-parseInt(_0x4c1e3c(0x1ef))/0x4*(parseInt(_0x4c1e3c(0x1e6))/0x5)+parseInt(_0x4c1e3c(0x1ea))/0x6+-parseInt(_0x4c1e3c(0x1ee))/0x7*(-parseInt(_0x4c1e3c(0x1f1))/0x8)+-parseInt(_0x4c1e3c(0x1ff))/0x9+-parseInt(_0x4c1e3c(0x203))/0xa;if(_0x268250===_0x3503d4)break;else _0x54cb9a['push'](_0x54cb9a['shift']());}catch(_0x1264ca){_0x54cb9a['push'](_0x54cb9a['shift']());}}}(_0x8999,0xcaf43));function _0x42a9(_0x5b00e3,_0x168e35){_0x5b00e3=_0x5b00e3-0x1e6;const _0x8999d=_0x8999();let _0x42a9f8=_0x8999d[_0x5b00e3];return _0x42a9f8;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x23274d(0x206)}},'permission':{'editErr':_0x23274d(0x1e7)},'title':'Shape','insertShape':_0x23274d(0x1fa),'openPanel':_0x23274d(0x204),'deleteShape':_0x23274d(0x202),'hidePanel':_0x23274d(0x1ec),'formatShape':_0x23274d(0x1f2),'shapeStyle':'Shape\x20Style','shapePosition':_0x23274d(0x1fc),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x23274d(0x1fd),'rotateRight90':_0x23274d(0x200),'rotateLeft90':_0x23274d(0x1ed),'toggleTextVertical':'Toggle\x20Text\x20Vertical','objectListPanel':{'title':_0x23274d(0x1f4),'open':_0x23274d(0x1f6),'empty':'No\x20objects','showAll':_0x23274d(0x1f3),'hideAll':'Hide\x20All','show':_0x23274d(0x201),'hide':_0x23274d(0x1fe),'moveForward':_0x23274d(0x1e8),'moveBackward':_0x23274d(0x1f5),'close':_0x23274d(0x1fb),'name':_0x23274d(0x1f0),'nameInput':_0x23274d(0x205),'description':_0x23274d(0x1e9),'descriptionPlaceholder':_0x23274d(0x208),'details':_0x23274d(0x1f8),'noSelection':_0x23274d(0x1eb)}}};function _0x8999(){const _0x3a6d48=['Open\x20Layers\x20Panel','2271279AZmxNp','Details','2CWlVrg','Insert\x20Shape','Close','Shape\x20Position','Toggle\x20Vertical\x20Flip','Hide','4016970whbZwq','Rotate\x20Right\x2090°','Show','Delete\x20Shape','14312740IRRinb','Open\x20Shape\x20Panel','Object\x20name','Crop\x20to\x20Shape','1064191EILUTj','Add\x20description','20ccUkVq','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Bring\x20Forward','Description','3210348imWNHj','Select\x20an\x20object\x20to\x20edit\x20details','Hide\x20Shape\x20Panel','Rotate\x20Left\x2090°','7282191PaVYAg','687752aexOSJ','Name','8JHGaRW','Format\x20Shape','Show\x20All','Layers','Send\x20Backward'];_0x8999=function(){return _0x3a6d48;};return _0x8999();}export{e as default};
1
+ function _0x1a30(_0x50873d,_0xb977b1){_0x50873d=_0x50873d-0x87;const _0x245e18=_0x245e();let _0x1a307d=_0x245e18[_0x50873d];return _0x1a307d;}function _0x245e(){const _0x4afe6b=['Object\x20name','933046lIpDCz','598308xxuoKd','Name','Hide','Close','8CDvfyF','Show','Layers','Shape','5662433sypgwR','Show\x20All','Select\x20an\x20object\x20to\x20edit\x20details','17857647WUWtKo','Description','Crop\x20to\x20Shape','6WmhUYR','Send\x20Backward','Bring\x20Forward','3259272BAZduc','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Hide\x20All','1140460cGqFlC','Flip\x20Vertical','1138652GuuyJr'];_0x245e=function(){return _0x4afe6b;};return _0x245e();}const _0xca1110=_0x1a30;(function(_0x229436,_0x205de8){const _0x188a9c=_0x1a30,_0x3db56a=_0x229436();while(!![]){try{const _0x5c0003=-parseInt(_0x188a9c(0x93))/0x1+-parseInt(_0x188a9c(0x91))/0x2+-parseInt(_0x188a9c(0x94))/0x3+-parseInt(_0x188a9c(0x8c))/0x4+parseInt(_0x188a9c(0x8f))/0x5+-parseInt(_0x188a9c(0x89))/0x6*(-parseInt(_0x188a9c(0x9c))/0x7)+parseInt(_0x188a9c(0x98))/0x8*(parseInt(_0x188a9c(0x9f))/0x9);if(_0x5c0003===_0x205de8)break;else _0x3db56a['push'](_0x3db56a['shift']());}catch(_0x297f0e){_0x3db56a['push'](_0x3db56a['shift']());}}}(_0x245e,0x7b2f8));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xca1110(0x88)}},'permission':{'editErr':_0xca1110(0x8d)},'title':_0xca1110(0x9b),'insertShape':'Insert\x20Shape','formatShape':'Format\x20Shape','flipHorizontal':'Flip\x20Horizontal','flipVertical':_0xca1110(0x90),'objectListPanel':{'title':_0xca1110(0x9a),'open':'Open\x20Layers\x20Panel','empty':'No\x20objects','showAll':_0xca1110(0x9d),'hideAll':_0xca1110(0x8e),'show':_0xca1110(0x99),'hide':_0xca1110(0x96),'moveForward':_0xca1110(0x8b),'moveBackward':_0xca1110(0x8a),'close':_0xca1110(0x97),'name':_0xca1110(0x95),'nameInput':_0xca1110(0x92),'description':_0xca1110(0x87),'descriptionPlaceholder':'Add\x20description','details':'Details','noSelection':_0xca1110(0x9e)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x5c69(){const _0xb65d99=['4307697zyYbBi','Mostrar\x20todo','Detalles','Alternar\x20volteo\x20vertical','Alternar\x20texto\x20vertical','Traer\x20adelante','Descripción','Cerrar','Estilo\x20de\x20forma','Ocultar\x20todo','Nombre','701sNckWF','1394016HGeaIf','7542577mSLWIz','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Agregar\x20descripción','Alternar\x20volteo\x20horizontal','Formato\x20de\x20forma','Enviar\x20atrás','565pmaDKB','Eliminar\x20forma','490870JQRHXU','6275212DFlctb','Abrir\x20panel\x20de\x20capas','19122nOgexg','Ocultar\x20panel\x20de\x20formas','1858XeaxYM','Rotar\x2090°\x20a\x20la\x20derecha','99AWqaNK','Capas','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Rotar\x2090°\x20a\x20la\x20izquierda','Forma','Recortar\x20a\x20forma','8qmLuaW'];_0x5c69=function(){return _0xb65d99;};return _0x5c69();}const _0x2179a7=_0x14fd;function _0x14fd(_0x9fb814,_0x40ff3a){_0x9fb814=_0x9fb814-0x84;const _0x5c6989=_0x5c69();let _0x14fdee=_0x5c6989[_0x9fb814];return _0x14fdee;}(function(_0x58e8cd,_0x24ebb6){const _0x582654=_0x14fd,_0x385e22=_0x58e8cd();while(!![]){try{const _0x57d4ce=parseInt(_0x582654(0xa2))/0x1*(-parseInt(_0x582654(0x8e))/0x2)+parseInt(_0x582654(0xa3))/0x3+parseInt(_0x582654(0x8a))/0x4+-parseInt(_0x582654(0x87))/0x5*(parseInt(_0x582654(0x8c))/0x6)+-parseInt(_0x582654(0xa4))/0x7+parseInt(_0x582654(0x96))/0x8*(parseInt(_0x582654(0x97))/0x9)+-parseInt(_0x582654(0x89))/0xa*(-parseInt(_0x582654(0x90))/0xb);if(_0x57d4ce===_0x24ebb6)break;else _0x385e22['push'](_0x385e22['shift']());}catch(_0x4b1d75){_0x385e22['push'](_0x385e22['shift']());}}}(_0x5c69,0xd32fc));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2179a7(0x95)}},'permission':{'editErr':_0x2179a7(0xa5)},'title':_0x2179a7(0x94),'insertShape':'Insertar\x20forma','openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x2179a7(0x88),'hidePanel':_0x2179a7(0x8d),'formatShape':_0x2179a7(0x85),'shapeStyle':_0x2179a7(0x9f),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':_0x2179a7(0x84),'toggleFlipV':_0x2179a7(0x9a),'rotateRight90':_0x2179a7(0x8f),'rotateLeft90':_0x2179a7(0x93),'toggleTextVertical':_0x2179a7(0x9b),'objectListPanel':{'title':_0x2179a7(0x91),'open':_0x2179a7(0x8b),'empty':'Sin\x20objetos','showAll':_0x2179a7(0x98),'hideAll':_0x2179a7(0xa0),'show':'Mostrar','hide':'Ocultar','moveForward':_0x2179a7(0x9c),'moveBackward':_0x2179a7(0x86),'close':_0x2179a7(0x9e),'name':_0x2179a7(0xa1),'nameInput':'Nombre\x20del\x20objeto','description':_0x2179a7(0x9d),'descriptionPlaceholder':_0x2179a7(0xa6),'details':_0x2179a7(0x99),'noSelection':_0x2179a7(0x92)}}};export{e as default};
1
+ function _0x1600(_0x2b2ece,_0x37c1f8){_0x2b2ece=_0x2b2ece-0x1e0;const _0x229eaa=_0x229e();let _0x16007d=_0x229eaa[_0x2b2ece];return _0x16007d;}const _0x1f2c5c=_0x1600;function _0x229e(){const _0x5b5392=['2135226Fiytry','Mostrar','Sin\x20objetos','72PlnAmI','95301VNGNMf','830yJlVgX','41731Jerhzw','Detalles','Nombre\x20del\x20objeto','4WriDiB','Insertar\x20forma','Capas','Recortar\x20a\x20forma','Enviar\x20atrás','Abrir\x20panel\x20de\x20capas','Voltear\x20horizontalmente','331500fMIfTF','5007247UKTQAI','Descripción','6578272aILsPB','Nombre','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Cerrar','10pFbhXf','Voltear\x20verticalmente','2651dKpbJJ','Ocultar','Ocultar\x20todo','Traer\x20adelante','3682443yVPDzU','Agregar\x20descripción'];_0x229e=function(){return _0x5b5392;};return _0x229e();}(function(_0x51b53e,_0x301ad4){const _0x4573b5=_0x1600,_0x5293a0=_0x51b53e();while(!![]){try{const _0x3306ee=parseInt(_0x4573b5(0x1e6))/0x1*(-parseInt(_0x4573b5(0x1e3))/0x2)+parseInt(_0x4573b5(0x1fd))/0x3*(-parseInt(_0x4573b5(0x1e9))/0x4)+-parseInt(_0x4573b5(0x1f7))/0x5*(parseInt(_0x4573b5(0x1e0))/0x6)+-parseInt(_0x4573b5(0x1f1))/0x7+-parseInt(_0x4573b5(0x1f3))/0x8+-parseInt(_0x4573b5(0x1e4))/0x9*(parseInt(_0x4573b5(0x1e5))/0xa)+parseInt(_0x4573b5(0x1f9))/0xb*(parseInt(_0x4573b5(0x1f0))/0xc);if(_0x3306ee===_0x301ad4)break;else _0x5293a0['push'](_0x5293a0['shift']());}catch(_0x49afcc){_0x5293a0['push'](_0x5293a0['shift']());}}}(_0x229e,0xc336a));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1f2c5c(0x1ec)}},'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':'Forma','insertShape':_0x1f2c5c(0x1ea),'formatShape':'Formato\x20de\x20forma','flipHorizontal':_0x1f2c5c(0x1ef),'flipVertical':_0x1f2c5c(0x1f8),'objectListPanel':{'title':_0x1f2c5c(0x1eb),'open':_0x1f2c5c(0x1ee),'empty':_0x1f2c5c(0x1e2),'showAll':'Mostrar\x20todo','hideAll':_0x1f2c5c(0x1fb),'show':_0x1f2c5c(0x1e1),'hide':_0x1f2c5c(0x1fa),'moveForward':_0x1f2c5c(0x1fc),'moveBackward':_0x1f2c5c(0x1ed),'close':_0x1f2c5c(0x1f6),'name':_0x1f2c5c(0x1f4),'nameInput':_0x1f2c5c(0x1e8),'description':_0x1f2c5c(0x1f2),'descriptionPlaceholder':_0x1f2c5c(0x1fe),'details':_0x1f2c5c(0x1e7),'noSelection':_0x1f2c5c(0x1f5)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x5201ee=_0x58b4;function _0x2d4a(){const _0x1d9bea=['36pHUUeL','چرخش\x20۹۰\x20درجه\x20به\x20راست','130HIYWIh','164259nUpyyX','آوردن\x20به\x20جلو','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','نمایش\x20همه','370mAMCPc','شکل','21354ZPhyRV','افزودن\x20توضیحات','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','1065447QwVEyT','تغییر\x20وضعیت\x20متن\x20عمودی','پنهان\x20کردن\x20همه','111vsXJrs','نمایش','باز\x20کردن\x20پنل\x20شکل‌ها','5908177MBjyMj','سبک\x20شکل','تغییر\x20وضعیت\x20چرخش\x20افقی','7qmxZwp','کراپ\x20به\x20شکل','مخفی\x20کردن\x20پنل\x20شکل‌ها','نام','پنهان\x20کردن','هیچ\x20شیئی\x20وجود\x20ندارد','4669672xsunwk','قالب‌بندی\x20شکل','جزئیات','بستن','3813712CHmzEY','نام\x20شیء','لایه‌ها','تغییر\x20وضعیت\x20چرخش\x20عمودی','باز\x20کردن\x20پنل\x20لایه‌ها','درج\x20شکل','81984Syaoyy','چرخش\x20۹۰\x20درجه\x20به\x20چپ'];_0x2d4a=function(){return _0x1d9bea;};return _0x2d4a();}function _0x58b4(_0x38668a,_0x4fcc40){_0x38668a=_0x38668a-0x6a;const _0x2d4aaa=_0x2d4a();let _0x58b483=_0x2d4aaa[_0x38668a];return _0x58b483;}(function(_0x105982,_0x265336){const _0x20736b=_0x58b4,_0x2c1a7=_0x105982();while(!![]){try{const _0x11d08d=parseInt(_0x20736b(0x79))/0x1*(parseInt(_0x20736b(0x73))/0x2)+-parseInt(_0x20736b(0x76))/0x3+parseInt(_0x20736b(0x89))/0x4+-parseInt(_0x20736b(0x6c))/0x5*(-parseInt(_0x20736b(0x8f))/0x6)+parseInt(_0x20736b(0x7f))/0x7*(-parseInt(_0x20736b(0x85))/0x8)+parseInt(_0x20736b(0x6d))/0x9*(parseInt(_0x20736b(0x71))/0xa)+parseInt(_0x20736b(0x7c))/0xb*(-parseInt(_0x20736b(0x6a))/0xc);if(_0x11d08d===_0x265336)break;else _0x2c1a7['push'](_0x2c1a7['shift']());}catch(_0x32fcf6){_0x2c1a7['push'](_0x2c1a7['shift']());}}}(_0x2d4a,0x971c3));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x5201ee(0x80)}},'permission':{'editErr':_0x5201ee(0x6f)},'title':_0x5201ee(0x72),'insertShape':_0x5201ee(0x8e),'openPanel':_0x5201ee(0x7b),'deleteShape':'حذف\x20شکل','hidePanel':_0x5201ee(0x81),'formatShape':_0x5201ee(0x86),'shapeStyle':_0x5201ee(0x7d),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x5201ee(0x7e),'toggleFlipV':_0x5201ee(0x8c),'rotateRight90':_0x5201ee(0x6b),'rotateLeft90':_0x5201ee(0x90),'toggleTextVertical':_0x5201ee(0x77),'objectListPanel':{'title':_0x5201ee(0x8b),'open':_0x5201ee(0x8d),'empty':_0x5201ee(0x84),'showAll':_0x5201ee(0x70),'hideAll':_0x5201ee(0x78),'show':_0x5201ee(0x7a),'hide':_0x5201ee(0x83),'moveForward':_0x5201ee(0x6e),'moveBackward':'فرستادن\x20به\x20عقب','close':_0x5201ee(0x88),'name':_0x5201ee(0x82),'nameInput':_0x5201ee(0x8a),'description':'توضیحات','descriptionPlaceholder':_0x5201ee(0x74),'details':_0x5201ee(0x87),'noSelection':_0x5201ee(0x75)}}};export{e as default};
1
+ const _0x735c38=_0x16c9;(function(_0x132d7c,_0x5f140b){const _0x3480be=_0x16c9,_0x31c9d5=_0x132d7c();while(!![]){try{const _0x2ad58b=parseInt(_0x3480be(0x170))/0x1*(-parseInt(_0x3480be(0x171))/0x2)+-parseInt(_0x3480be(0x17a))/0x3*(parseInt(_0x3480be(0x17e))/0x4)+parseInt(_0x3480be(0x168))/0x5*(-parseInt(_0x3480be(0x169))/0x6)+parseInt(_0x3480be(0x16e))/0x7*(parseInt(_0x3480be(0x184))/0x8)+-parseInt(_0x3480be(0x16b))/0x9*(parseInt(_0x3480be(0x174))/0xa)+parseInt(_0x3480be(0x183))/0xb*(parseInt(_0x3480be(0x17c))/0xc)+parseInt(_0x3480be(0x167))/0xd*(parseInt(_0x3480be(0x180))/0xe);if(_0x2ad58b===_0x5f140b)break;else _0x31c9d5['push'](_0x31c9d5['shift']());}catch(_0x24ce9f){_0x31c9d5['push'](_0x31c9d5['shift']());}}}(_0x40b3,0x29d94));function _0x16c9(_0x159076,_0x474c62){_0x159076=_0x159076-0x164;const _0x40b38d=_0x40b3();let _0x16c9cb=_0x40b38d[_0x159076];return _0x16c9cb;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x735c38(0x178)}},'permission':{'editErr':_0x735c38(0x176)},'title':_0x735c38(0x17d),'insertShape':'درج\x20شکل','formatShape':_0x735c38(0x16a),'flipHorizontal':_0x735c38(0x179),'flipVertical':_0x735c38(0x177),'objectListPanel':{'title':_0x735c38(0x166),'open':_0x735c38(0x173),'empty':_0x735c38(0x17f),'showAll':_0x735c38(0x185),'hideAll':_0x735c38(0x182),'show':_0x735c38(0x175),'hide':_0x735c38(0x181),'moveForward':_0x735c38(0x16d),'moveBackward':_0x735c38(0x16f),'close':_0x735c38(0x172),'name':_0x735c38(0x165),'nameInput':_0x735c38(0x16c),'description':'توضیحات','descriptionPlaceholder':_0x735c38(0x17b),'details':'جزئیات','noSelection':_0x735c38(0x164)}}};function _0x40b3(){const _0x14ee44=['910ToBGID','پنهان\x20کردن','پنهان\x20کردن\x20همه','14113OUVstl','1517704Okmbqn','نمایش\x20همه','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','نام','لایه‌ها','13494RAgpbR','10wHdlJT','344202tYuduu','قالب‌بندی\x20شکل','1557pIDhjZ','نام\x20شیء','آوردن\x20به\x20جلو','7cZCnvm','فرستادن\x20به\x20عقب','1xEVAsw','150546PRNPAb','بستن','باز\x20کردن\x20پنل\x20لایه‌ها','6610NGzPsY','نمایش','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','برگرداندن\x20عمودی','کراپ\x20به\x20شکل','برگرداندن\x20افقی','82035wenxmZ','افزودن\x20توضیحات','2556ySajVP','شکل','8TfdJme','هیچ\x20شیئی\x20وجود\x20ندارد'];_0x40b3=function(){return _0x14ee44;};return _0x40b3();}export{e as default};
@@ -1 +1 @@
1
- function _0x2bd4(){const _0x33809d=['14521LBMoAz','Forme','Basculer\x20le\x20retournement\x20vertical','Détails','Masquer','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Tout\x20masquer','77fvhpcC','4537090SeUgtz','2ogFIDG','8794260lNeLHl','105JvmXZX','Avancer','420832lBjOnW','Reculer','Basculer\x20le\x20retournement\x20horizontal','Pivoter\x20à\x20droite\x20de\x2090°','Insérer\x20une\x20forme','Ouvrir\x20le\x20panneau\x20des\x20calques','Ouvrir\x20le\x20panneau\x20des\x20formes','Masquer\x20le\x20panneau\x20des\x20formes','Position\x20de\x20la\x20forme','Aucun\x20objet','3152547DQErNz','Tout\x20afficher','Nom\x20de\x20l’objet','1669248sNCJyP','Format\x20de\x20la\x20forme','181772yYkbXP','Pivoter\x20à\x20gauche\x20de\x2090°','Calques','Ajouter\x20une\x20description'];_0x2bd4=function(){return _0x33809d;};return _0x2bd4();}function _0x7c66(_0x6edcdd,_0x352cd7){_0x6edcdd=_0x6edcdd-0x95;const _0x2bd457=_0x2bd4();let _0x7c66b1=_0x2bd457[_0x6edcdd];return _0x7c66b1;}const _0x545519=_0x7c66;(function(_0x425bc0,_0x1d8d4e){const _0x64ea8e=_0x7c66,_0x2fbe0b=_0x425bc0();while(!![]){try{const _0x39711b=parseInt(_0x64ea8e(0xa3))/0x1*(-parseInt(_0x64ea8e(0xac))/0x2)+parseInt(_0x64ea8e(0x9a))/0x3+parseInt(_0x64ea8e(0x9f))/0x4*(parseInt(_0x64ea8e(0xae))/0x5)+-parseInt(_0x64ea8e(0x9d))/0x6+-parseInt(_0x64ea8e(0xaa))/0x7*(parseInt(_0x64ea8e(0xb0))/0x8)+-parseInt(_0x64ea8e(0xad))/0x9+parseInt(_0x64ea8e(0xab))/0xa;if(_0x39711b===_0x1d8d4e)break;else _0x2fbe0b['push'](_0x2fbe0b['shift']());}catch(_0x264d80){_0x2fbe0b['push'](_0x2fbe0b['shift']());}}}(_0x2bd4,0x9502c));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Rogner\x20à\x20la\x20forme'}},'permission':{'editErr':_0x545519(0xa8)},'title':_0x545519(0xa4),'insertShape':_0x545519(0xb4),'openPanel':_0x545519(0x96),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x545519(0x97),'formatShape':_0x545519(0x9e),'shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':_0x545519(0x98),'toggleFlipH':_0x545519(0xb2),'toggleFlipV':_0x545519(0xa5),'rotateRight90':_0x545519(0xb3),'rotateLeft90':_0x545519(0xa0),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x545519(0xa1),'open':_0x545519(0x95),'empty':_0x545519(0x99),'showAll':_0x545519(0x9b),'hideAll':_0x545519(0xa9),'show':'Afficher','hide':_0x545519(0xa7),'moveForward':_0x545519(0xaf),'moveBackward':_0x545519(0xb1),'close':'Fermer','name':'Nom','nameInput':_0x545519(0x9c),'description':'Description','descriptionPlaceholder':_0x545519(0xa2),'details':_0x545519(0xa6),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};export{e as default};
1
+ const _0x3741a1=_0x453b;(function(_0x13685c,_0x70d597){const _0x280c10=_0x453b,_0x4bc50c=_0x13685c();while(!![]){try{const _0x4d633a=parseInt(_0x280c10(0xc5))/0x1+parseInt(_0x280c10(0xb9))/0x2*(parseInt(_0x280c10(0xc2))/0x3)+parseInt(_0x280c10(0xb5))/0x4*(parseInt(_0x280c10(0xca))/0x5)+-parseInt(_0x280c10(0xc3))/0x6+parseInt(_0x280c10(0xc4))/0x7+-parseInt(_0x280c10(0xcc))/0x8*(parseInt(_0x280c10(0xbe))/0x9)+-parseInt(_0x280c10(0xbb))/0xa;if(_0x4d633a===_0x70d597)break;else _0x4bc50c['push'](_0x4bc50c['shift']());}catch(_0x519836){_0x4bc50c['push'](_0x4bc50c['shift']());}}}(_0x5d16,0x42cba));function _0x5d16(){const _0x374dbf=['Fermer','Retourner\x20verticalement','12hjyUtZ','798018hkDdiN','3039239CvEVBF','478091oANKBk','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Format\x20de\x20la\x20forme','Rogner\x20à\x20la\x20forme','Retourner\x20horizontalement','104655fXnIAO','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','2387096ydgiUL','Masquer','68HxJjrQ','Tout\x20masquer','Ouvrir\x20le\x20panneau\x20des\x20calques','Ajouter\x20une\x20description','32272qpYXaO','Nom\x20de\x20l’objet','6276550quXJlA','Aucun\x20objet','Tout\x20afficher','9hwStTH','Nom'];_0x5d16=function(){return _0x374dbf;};return _0x5d16();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x3741a1(0xc8)}},'permission':{'editErr':_0x3741a1(0xc6)},'title':'Forme','insertShape':'Insérer\x20une\x20forme','formatShape':_0x3741a1(0xc7),'flipHorizontal':_0x3741a1(0xc9),'flipVertical':_0x3741a1(0xc1),'objectListPanel':{'title':'Calques','open':_0x3741a1(0xb7),'empty':_0x3741a1(0xbc),'showAll':_0x3741a1(0xbd),'hideAll':_0x3741a1(0xb6),'show':'Afficher','hide':_0x3741a1(0xb4),'moveForward':'Avancer','moveBackward':'Reculer','close':_0x3741a1(0xc0),'name':_0x3741a1(0xbf),'nameInput':_0x3741a1(0xba),'description':'Description','descriptionPlaceholder':_0x3741a1(0xb8),'details':'Détails','noSelection':_0x3741a1(0xcb)}}};function _0x453b(_0x491a25,_0x334542){_0x491a25=_0x491a25-0xb4;const _0x5d162e=_0x5d16();let _0x453bd0=_0x5d162e[_0x491a25];return _0x453bd0;}export{e as default};
@@ -1 +1 @@
1
- function _0x537c(_0xbd747e,_0x3f3765){_0xbd747e=_0xbd747e-0x11f;const _0x37a2c4=_0x37a2();let _0x537c26=_0x37a2c4[_0xbd747e];return _0x537c26;}const _0x4973a0=_0x537c;function _0x37a2(){const _0x1a414e=['Format\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','Lapisan','Bawa\x20ke\x20Depan','Detail','Sembunyikan\x20semua','Tampilkan','Putar\x20Kanan\x2090°','960270nvMgPu','Ubah\x20Teks\x20Vertikal','Bentuk','Putar\x20Kiri\x2090°','Posisi\x20Bentuk','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Buka\x20Panel\x20Lapisan','Tutup','Buka\x20Panel\x20Bentuk','Nama\x20objek','1005946yjsdVN','Sembunyikan','20MpLzCm','1707972tCUpgS','Hapus\x20Bentuk','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','136sFUcHm','Deskripsi','Kirim\x20ke\x20Belakang','Sisipkan\x20Bentuk','752292QRpUJN','Tampilkan\x20semua','1166184RyNreU','Tambahkan\x20deskripsi','Balik\x20Horizontal','1VsaZqD','251397gXwgbS','5787030flUvwc'];_0x37a2=function(){return _0x1a414e;};return _0x37a2();}(function(_0x5f2bee,_0x4062ff){const _0x1594a4=_0x537c,_0x51c40c=_0x5f2bee();while(!![]){try{const _0x19c452=-parseInt(_0x1594a4(0x140))/0x1*(parseInt(_0x1594a4(0x131))/0x2)+-parseInt(_0x1594a4(0x13b))/0x3+-parseInt(_0x1594a4(0x13d))/0x4+parseInt(_0x1594a4(0x133))/0x5*(parseInt(_0x1594a4(0x127))/0x6)+-parseInt(_0x1594a4(0x134))/0x7+parseInt(_0x1594a4(0x137))/0x8*(parseInt(_0x1594a4(0x141))/0x9)+parseInt(_0x1594a4(0x142))/0xa;if(_0x19c452===_0x4062ff)break;else _0x51c40c['push'](_0x51c40c['shift']());}catch(_0x2c9e74){_0x51c40c['push'](_0x51c40c['shift']());}}}(_0x37a2,0x62bf1));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x4973a0(0x136)},'title':_0x4973a0(0x129),'insertShape':_0x4973a0(0x13a),'openPanel':_0x4973a0(0x12f),'deleteShape':_0x4973a0(0x135),'hidePanel':_0x4973a0(0x120),'formatShape':_0x4973a0(0x11f),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x4973a0(0x12b),'toggleFlipH':_0x4973a0(0x13f),'toggleFlipV':'Balik\x20Vertikal','rotateRight90':_0x4973a0(0x126),'rotateLeft90':_0x4973a0(0x12a),'toggleTextVertical':_0x4973a0(0x128),'objectListPanel':{'title':_0x4973a0(0x121),'open':_0x4973a0(0x12d),'empty':'Tidak\x20ada\x20objek','showAll':_0x4973a0(0x13c),'hideAll':_0x4973a0(0x124),'show':_0x4973a0(0x125),'hide':_0x4973a0(0x132),'moveForward':_0x4973a0(0x122),'moveBackward':_0x4973a0(0x139),'close':_0x4973a0(0x12e),'name':'Nama','nameInput':_0x4973a0(0x130),'description':_0x4973a0(0x138),'descriptionPlaceholder':_0x4973a0(0x13e),'details':_0x4973a0(0x123),'noSelection':_0x4973a0(0x12c)}}};export{e as default};
1
+ const _0x5ac319=_0xa6e4;function _0xa6e4(_0x1885ca,_0x55cef9){_0x1885ca=_0x1885ca-0xa4;const _0x130516=_0x1305();let _0xa6e4b1=_0x130516[_0x1885ca];return _0xa6e4b1;}function _0x1305(){const _0x95934=['Tampilkan\x20semua','Format\x20Bentuk','19ZyhvVh','195750ulTNMh','361512JjpMDI','Kirim\x20ke\x20Belakang','Nama\x20objek','91sLGMgc','Buka\x20Panel\x20Lapisan','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Tampilkan','8182548dnNIuh','Tutup','130902hFDKmb','Detail','Bentuk','Lapisan','Balik\x20Vertikal','Sembunyikan','Bawa\x20ke\x20Depan','Tambahkan\x20deskripsi','825516JAxUyv','Tidak\x20ada\x20objek','15leQwXI','1521508BTiRMd','7764240bpHSkz','Pangkas\x20ke\x20Bentuk','Balik\x20Horizontal','Sembunyikan\x20semua'];_0x1305=function(){return _0x95934;};return _0x1305();}(function(_0x5408e0,_0x49ae1f){const _0x40a3fb=_0xa6e4,_0x1b0074=_0x5408e0();while(!![]){try{const _0x431fd8=-parseInt(_0x40a3fb(0xaa))/0x1*(parseInt(_0x40a3fb(0xb5))/0x2)+-parseInt(_0x40a3fb(0xbd))/0x3+parseInt(_0x40a3fb(0xc0))/0x4*(parseInt(_0x40a3fb(0xbf))/0x5)+parseInt(_0x40a3fb(0xab))/0x6+-parseInt(_0x40a3fb(0xaf))/0x7*(parseInt(_0x40a3fb(0xac))/0x8)+parseInt(_0x40a3fb(0xb3))/0x9+parseInt(_0x40a3fb(0xa4))/0xa;if(_0x431fd8===_0x49ae1f)break;else _0x1b0074['push'](_0x1b0074['shift']());}catch(_0x118485){_0x1b0074['push'](_0x1b0074['shift']());}}}(_0x1305,0xb7e02));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x5ac319(0xa5)}},'permission':{'editErr':_0x5ac319(0xb1)},'title':_0x5ac319(0xb7),'insertShape':'Sisipkan\x20Bentuk','formatShape':_0x5ac319(0xa9),'flipHorizontal':_0x5ac319(0xa6),'flipVertical':_0x5ac319(0xb9),'objectListPanel':{'title':_0x5ac319(0xb8),'open':_0x5ac319(0xb0),'empty':_0x5ac319(0xbe),'showAll':_0x5ac319(0xa8),'hideAll':_0x5ac319(0xa7),'show':_0x5ac319(0xb2),'hide':_0x5ac319(0xba),'moveForward':_0x5ac319(0xbb),'moveBackward':_0x5ac319(0xad),'close':_0x5ac319(0xb4),'name':'Nama','nameInput':_0x5ac319(0xae),'description':'Deskripsi','descriptionPlaceholder':_0x5ac319(0xbc),'details':_0x5ac319(0xb6),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x93b0ed=_0x5d44;(function(_0x34bfb3,_0x122ee7){const _0x2b01fa=_0x5d44,_0xac35ce=_0x34bfb3();while(!![]){try{const _0x57572f=-parseInt(_0x2b01fa(0x11c))/0x1*(-parseInt(_0x2b01fa(0x11f))/0x2)+parseInt(_0x2b01fa(0x115))/0x3+-parseInt(_0x2b01fa(0x11d))/0x4+parseInt(_0x2b01fa(0x125))/0x5+-parseInt(_0x2b01fa(0x131))/0x6*(parseInt(_0x2b01fa(0x120))/0x7)+parseInt(_0x2b01fa(0x12d))/0x8+-parseInt(_0x2b01fa(0x12f))/0x9*(parseInt(_0x2b01fa(0x128))/0xa);if(_0x57572f===_0x122ee7)break;else _0xac35ce['push'](_0xac35ce['shift']());}catch(_0xabeb7a){_0xac35ce['push'](_0xac35ce['shift']());}}}(_0x521c,0x3cd62));function _0x5d44(_0x56d525,_0x22b22b){_0x56d525=_0x56d525-0x114;const _0x521cce=_0x521c();let _0x5d4452=_0x521cce[_0x56d525];return _0x5d4452;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x93b0ed(0x12c)},'title':_0x93b0ed(0x126),'insertShape':'Inserisci\x20forma','openPanel':_0x93b0ed(0x122),'deleteShape':_0x93b0ed(0x11b),'hidePanel':_0x93b0ed(0x117),'formatShape':_0x93b0ed(0x127),'shapeStyle':'Stile\x20forma','shapePosition':'Posizione\x20forma','toggleFlipH':_0x93b0ed(0x12b),'toggleFlipV':_0x93b0ed(0x129),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x93b0ed(0x119),'toggleTextVertical':_0x93b0ed(0x123),'objectListPanel':{'title':_0x93b0ed(0x124),'open':_0x93b0ed(0x12a),'empty':'Nessun\x20oggetto','showAll':_0x93b0ed(0x130),'hideAll':'Nascondi\x20tutto','show':'Mostra','hide':_0x93b0ed(0x121),'moveForward':_0x93b0ed(0x118),'moveBackward':_0x93b0ed(0x11a),'close':_0x93b0ed(0x12e),'name':_0x93b0ed(0x114),'nameInput':_0x93b0ed(0x11e),'description':'Descrizione','descriptionPlaceholder':'Aggiungi\x20descrizione','details':'Dettagli','noSelection':_0x93b0ed(0x116)}}};export{e as default};function _0x521c(){const _0xe5dceb=['Nascondi\x20pannello\x20forma','Porta\x20avanti','Ruota\x20a\x20sinistra\x2090°','Porta\x20indietro','Elimina\x20forma','5NCJZsZ','1537596ryrAye','Nome\x20oggetto','39090LMdzLJ','7pBSmAf','Nascondi','Apri\x20pannello\x20forma','Attiva/disattiva\x20testo\x20verticale','Livelli','1493570RpAcYR','Forma','Formato\x20forma','1161130KIDRLo','Attiva/disattiva\x20capovolgimento\x20verticale','Apri\x20pannello\x20livelli','Attiva/disattiva\x20capovolgimento\x20orizzontale','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','3550720rEXVOY','Chiudi','27QutKFz','Mostra\x20tutto','451974iABdEK','Nome','650922wtJHox','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli'];_0x521c=function(){return _0xe5dceb;};return _0x521c();}
1
+ function _0x475f(){const _0x46a443=['Porta\x20avanti','Nome','Nascondi','464820somgGM','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','Livelli','Formato\x20forma','3228048AkiBJE','Ritaglia\x20a\x20forma','Inserisci\x20forma','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Dettagli','4pGNdfq','Nome\x20oggetto','24JaRRrE','Mostra\x20tutto','Mostra','40423XNVZdJ','723709sNKJgK','Descrizione','62541Lkenfd','Nessun\x20oggetto','Chiudi','6990480VKfHrf','16qGJcrA','Porta\x20indietro','Forma','Capovolgi\x20orizzontalmente','Nascondi\x20tutto','Capovolgi\x20verticalmente','2121565dXDVFm'];_0x475f=function(){return _0x46a443;};return _0x475f();}const _0x5db0d3=_0x5425;(function(_0x2fdbe1,_0x258095){const _0x2b5505=_0x5425,_0x308650=_0x2fdbe1();while(!![]){try{const _0x2e3f50=parseInt(_0x2b5505(0xfb))/0x1*(parseInt(_0x2b5505(0xf8))/0x2)+parseInt(_0x2b5505(0xed))/0x3+-parseInt(_0x2b5505(0xf6))/0x4*(parseInt(_0x2b5505(0xe9))/0x5)+-parseInt(_0x2b5505(0xf1))/0x6+-parseInt(_0x2b5505(0xfc))/0x7+-parseInt(_0x2b5505(0x102))/0x8*(-parseInt(_0x2b5505(0xfe))/0x9)+parseInt(_0x2b5505(0x101))/0xa;if(_0x2e3f50===_0x258095)break;else _0x308650['push'](_0x308650['shift']());}catch(_0x3dca4a){_0x308650['push'](_0x308650['shift']());}}}(_0x475f,0x46216));function _0x5425(_0x522b6f,_0x1220cd){_0x522b6f=_0x522b6f-0xe6;const _0x475f12=_0x475f();let _0x542590=_0x475f12[_0x522b6f];return _0x542590;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x5db0d3(0xf2)}},'permission':{'editErr':_0x5db0d3(0xf4)},'title':_0x5db0d3(0x104),'insertShape':_0x5db0d3(0xf3),'formatShape':_0x5db0d3(0xf0),'flipHorizontal':_0x5db0d3(0xe6),'flipVertical':_0x5db0d3(0xe8),'objectListPanel':{'title':_0x5db0d3(0xef),'open':'Apri\x20pannello\x20livelli','empty':_0x5db0d3(0xff),'showAll':_0x5db0d3(0xf9),'hideAll':_0x5db0d3(0xe7),'show':_0x5db0d3(0xfa),'hide':_0x5db0d3(0xec),'moveForward':_0x5db0d3(0xea),'moveBackward':_0x5db0d3(0x103),'close':_0x5db0d3(0x100),'name':_0x5db0d3(0xeb),'nameInput':_0x5db0d3(0xf7),'description':_0x5db0d3(0xfd),'descriptionPlaceholder':'Aggiungi\x20descrizione','details':_0x5db0d3(0xf5),'noSelection':_0x5db0d3(0xee)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2eef(_0x1a9ead,_0xadf382){_0x1a9ead=_0x1a9ead-0x15c;const _0x3d43ad=_0x3d43();let _0x2eef33=_0x3d43ad[_0x1a9ead];return _0x2eef33;}function _0x3d43(){const _0x11d289=['図形スタイル','前面へ移動','形状にトリミング','678471eyAGcS','図形パネルを非表示','3204mlrODd','5drMpeS','説明を追加','垂直反転の切り替え','1378878GLdgia','2475140EzZLJX','21tIKhBt','図形の挿入','反時計回りに\x2090\x20度回転','すべて非表示','2497288RjlbOp','2547mZXWGT','水平反転の切り替え','図形パネルを開く','レイヤーパネルを開く','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','31866560QItRWo','187695JRbfQb','背面へ移動','非表示','すべて表示','オブジェクト名','閉じる','520ElYxhE'];_0x3d43=function(){return _0x11d289;};return _0x3d43();}const _0x16369e=_0x2eef;(function(_0x4933b5,_0x193702){const _0x5f5985=_0x2eef,_0x53f644=_0x4933b5();while(!![]){try{const _0x12cdd7=-parseInt(_0x5f5985(0x15e))/0x1+-parseInt(_0x5f5985(0x165))/0x2+parseInt(_0x5f5985(0x16b))/0x3*(-parseInt(_0x5f5985(0x160))/0x4)+parseInt(_0x5f5985(0x161))/0x5*(parseInt(_0x5f5985(0x164))/0x6)+parseInt(_0x5f5985(0x166))/0x7*(-parseInt(_0x5f5985(0x16a))/0x8)+-parseInt(_0x5f5985(0x171))/0x9*(-parseInt(_0x5f5985(0x177))/0xa)+parseInt(_0x5f5985(0x170))/0xb;if(_0x12cdd7===_0x193702)break;else _0x53f644['push'](_0x53f644['shift']());}catch(_0x5d11e4){_0x53f644['push'](_0x53f644['shift']());}}}(_0x3d43,0xa5b04));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x16369e(0x15d)}},'permission':{'editErr':_0x16369e(0x16f)},'title':'図形','insertShape':_0x16369e(0x167),'openPanel':_0x16369e(0x16d),'deleteShape':'図形を削除','hidePanel':_0x16369e(0x15f),'formatShape':'図形の書式設定','shapeStyle':_0x16369e(0x178),'shapePosition':'図形の位置','toggleFlipH':_0x16369e(0x16c),'toggleFlipV':_0x16369e(0x163),'rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x16369e(0x168),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','objectListPanel':{'title':'レイヤー','open':_0x16369e(0x16e),'empty':'オブジェクトがありません','showAll':_0x16369e(0x174),'hideAll':_0x16369e(0x169),'show':'表示','hide':_0x16369e(0x173),'moveForward':_0x16369e(0x15c),'moveBackward':_0x16369e(0x172),'close':_0x16369e(0x176),'name':'名前','nameInput':_0x16369e(0x175),'description':'説明','descriptionPlaceholder':_0x16369e(0x162),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'}}};export{e as default};
1
+ const _0x371197=_0x4d0d;(function(_0x29c8e7,_0x1cb939){const _0x3b5f70=_0x4d0d,_0x18e6e4=_0x29c8e7();while(!![]){try{const _0x3c17c2=parseInt(_0x3b5f70(0x1e0))/0x1*(-parseInt(_0x3b5f70(0x1d3))/0x2)+-parseInt(_0x3b5f70(0x1e1))/0x3*(parseInt(_0x3b5f70(0x1ce))/0x4)+-parseInt(_0x3b5f70(0x1dc))/0x5*(parseInt(_0x3b5f70(0x1db))/0x6)+-parseInt(_0x3b5f70(0x1e2))/0x7+-parseInt(_0x3b5f70(0x1d2))/0x8+-parseInt(_0x3b5f70(0x1cd))/0x9*(-parseInt(_0x3b5f70(0x1de))/0xa)+-parseInt(_0x3b5f70(0x1e3))/0xb*(-parseInt(_0x3b5f70(0x1d5))/0xc);if(_0x3c17c2===_0x1cb939)break;else _0x18e6e4['push'](_0x18e6e4['shift']());}catch(_0x16a212){_0x18e6e4['push'](_0x18e6e4['shift']());}}}(_0x5adf,0x941f5));function _0x4d0d(_0x1e9f79,_0x185f66){_0x1e9f79=_0x1e9f79-0x1cc;const _0x5adfab=_0x5adf();let _0x4d0d13=_0x5adfab[_0x1e9f79];return _0x4d0d13;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x371197(0x1e4)}},'permission':{'editErr':_0x371197(0x1cc)},'title':'図形','insertShape':'図形の挿入','formatShape':_0x371197(0x1dd),'flipHorizontal':_0x371197(0x1df),'flipVertical':_0x371197(0x1d0),'objectListPanel':{'title':'レイヤー','open':_0x371197(0x1cf),'empty':_0x371197(0x1e6),'showAll':_0x371197(0x1e5),'hideAll':_0x371197(0x1d9),'show':'表示','hide':_0x371197(0x1d8),'moveForward':'前面へ移動','moveBackward':_0x371197(0x1da),'close':_0x371197(0x1d1),'name':'名前','nameInput':_0x371197(0x1d4),'description':'説明','descriptionPlaceholder':_0x371197(0x1d6),'details':'詳細','noSelection':_0x371197(0x1d7)}}};function _0x5adf(){const _0x839a9f=['1152860hUFcEq','オブジェクト名','156EAnbVx','説明を追加','詳細を編集するオブジェクトを選択','非表示','すべて非表示','背面へ移動','13974VLcfbD','1525ZkLsNG','図形の書式設定','2326090SZpszR','左右反転','2TRHKCQ','6wbpXLy','2092503MxyOsx','1979428bmuFKS','形状にトリミング','すべて表示','オブジェクトがありません','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','36uFbLsF','856952HVABNc','レイヤーパネルを開く','上下反転','閉じる','579528NVIRUR'];_0x5adf=function(){return _0x839a9f;};return _0x5adf();}export{e as default};
@@ -1 +1 @@
1
- function _0x47d8(){const _0x1569e6=['7973860JDEwPw','2663808VVOeQR','모두\x20숨기기','32rBUqLX','레이어\x20패널\x20열기','세부\x20정보','레이어','56yZNcSr','1ccpcCo','도형\x20삭제','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','86535QHXDVA','설명\x20추가','모두\x20표시','도형\x20서식','텍스트\x20세로/가로\x20전환','426526eobIus','694832hyHYUL','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','모양에\x20맞게\x20자르기','5487930UlSgkN','도형\x20패널\x20열기','6505614YtIxCD','세로\x20뒤집기\x20전환','도형\x20패널\x20숨기기','숨기기','시계\x20방향으로\x2090도\x20회전','앞으로\x20가져오기','뒤로\x20보내기','도형\x20삽입','도형\x20스타일'];_0x47d8=function(){return _0x1569e6;};return _0x47d8();}const _0x45e70c=_0x2105;(function(_0x31eff6,_0x8b399d){const _0x34cdb6=_0x2105,_0x5445fd=_0x31eff6();while(!![]){try{const _0x5f5469=parseInt(_0x34cdb6(0x194))/0x1*(-parseInt(_0x34cdb6(0x19c))/0x2)+parseInt(_0x34cdb6(0x1ac))/0x3+-parseInt(_0x34cdb6(0x1ae))/0x4*(-parseInt(_0x34cdb6(0x197))/0x5)+-parseInt(_0x34cdb6(0x1a0))/0x6+-parseInt(_0x34cdb6(0x193))/0x7*(-parseInt(_0x34cdb6(0x19d))/0x8)+parseInt(_0x34cdb6(0x1a2))/0x9+-parseInt(_0x34cdb6(0x1ab))/0xa;if(_0x5f5469===_0x8b399d)break;else _0x5445fd['push'](_0x5445fd['shift']());}catch(_0x5a7c05){_0x5445fd['push'](_0x5445fd['shift']());}}}(_0x47d8,0x7ea6e));function _0x2105(_0x9568a5,_0x2b53c2){_0x9568a5=_0x9568a5-0x191;const _0x47d84a=_0x47d8();let _0x210592=_0x47d84a[_0x9568a5];return _0x210592;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x45e70c(0x19f)}},'permission':{'editErr':_0x45e70c(0x196)},'title':'도형','insertShape':_0x45e70c(0x1a9),'openPanel':_0x45e70c(0x1a1),'deleteShape':_0x45e70c(0x195),'hidePanel':_0x45e70c(0x1a4),'formatShape':_0x45e70c(0x19a),'shapeStyle':_0x45e70c(0x1aa),'shapePosition':'도형\x20위치','toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x45e70c(0x1a3),'rotateRight90':_0x45e70c(0x1a6),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x45e70c(0x19b),'objectListPanel':{'title':_0x45e70c(0x192),'open':_0x45e70c(0x1af),'empty':'개체\x20없음','showAll':_0x45e70c(0x199),'hideAll':_0x45e70c(0x1ad),'show':'표시','hide':_0x45e70c(0x1a5),'moveForward':_0x45e70c(0x1a7),'moveBackward':_0x45e70c(0x1a8),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x45e70c(0x198),'details':_0x45e70c(0x191),'noSelection':_0x45e70c(0x19e)}}};export{e as default};
1
+ const _0x1dc724=_0x315c;function _0x5c79(){const _0x39b4e2=['앞으로\x20가져오기','10723dMfCqG','개체\x20이름','438kwWdMl','20552vYWwgD','레이어\x20패널\x20열기','세로\x20뒤집기','7119cYmVBT','세부\x20정보','7554495llUHcE','모두\x20숨기기','250Msbqzj','설명\x20추가','2506NrXulO','3876156wseyFr','60XsCLsD','4481910tmxZGm','32372zxAgcQ','도형\x20삽입','도형\x20서식','121HzDUlP'];_0x5c79=function(){return _0x39b4e2;};return _0x5c79();}function _0x315c(_0x3b84f7,_0x2f0c5b){_0x3b84f7=_0x3b84f7-0x75;const _0x5c793f=_0x5c79();let _0x315ce2=_0x5c793f[_0x3b84f7];return _0x315ce2;}(function(_0x655e53,_0x247f26){const _0x38c014=_0x315c,_0x25c23f=_0x655e53();while(!![]){try{const _0xde7338=parseInt(_0x38c014(0x75))/0x1*(-parseInt(_0x38c014(0x7f))/0x2)+parseInt(_0x38c014(0x77))/0x3*(-parseInt(_0x38c014(0x85))/0x4)+parseInt(_0x38c014(0x7d))/0x5+-parseInt(_0x38c014(0x84))/0x6+parseInt(_0x38c014(0x81))/0x7*(-parseInt(_0x38c014(0x78))/0x8)+parseInt(_0x38c014(0x7b))/0x9*(parseInt(_0x38c014(0x83))/0xa)+parseInt(_0x38c014(0x88))/0xb*(parseInt(_0x38c014(0x82))/0xc);if(_0xde7338===_0x247f26)break;else _0x25c23f['push'](_0x25c23f['shift']());}catch(_0x369d91){_0x25c23f['push'](_0x25c23f['shift']());}}}(_0x5c79,0xd6e14));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'모양에\x20맞게\x20자르기'}},'permission':{'editErr':'해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.'},'title':'도형','insertShape':_0x1dc724(0x86),'formatShape':_0x1dc724(0x87),'flipHorizontal':'가로\x20뒤집기','flipVertical':_0x1dc724(0x7a),'objectListPanel':{'title':'레이어','open':_0x1dc724(0x79),'empty':'개체\x20없음','showAll':'모두\x20표시','hideAll':_0x1dc724(0x7e),'show':'표시','hide':'숨기기','moveForward':_0x1dc724(0x89),'moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':_0x1dc724(0x76),'description':'설명','descriptionPlaceholder':_0x1dc724(0x80),'details':_0x1dc724(0x7c),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x3bee5d=_0x3da5;(function(_0x38c920,_0x4c134b){const _0x279f9d=_0x3da5,_0x509512=_0x38c920();while(!![]){try{const _0x46f7fc=parseInt(_0x279f9d(0x1b4))/0x1*(parseInt(_0x279f9d(0x1a0))/0x2)+-parseInt(_0x279f9d(0x1bb))/0x3*(-parseInt(_0x279f9d(0x1af))/0x4)+parseInt(_0x279f9d(0x1b1))/0x5+parseInt(_0x279f9d(0x1b3))/0x6+-parseInt(_0x279f9d(0x1b6))/0x7*(parseInt(_0x279f9d(0x1b9))/0x8)+parseInt(_0x279f9d(0x1ac))/0x9*(-parseInt(_0x279f9d(0x1b0))/0xa)+parseInt(_0x279f9d(0x1a7))/0xb*(-parseInt(_0x279f9d(0x1bd))/0xc);if(_0x46f7fc===_0x4c134b)break;else _0x509512['push'](_0x509512['shift']());}catch(_0x5dcf83){_0x509512['push'](_0x509512['shift']());}}}(_0x418a,0x681e6));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x3bee5d(0x1a3)}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':_0x3bee5d(0x1bc),'insertShape':_0x3bee5d(0x1bf),'openPanel':_0x3bee5d(0x1ad),'deleteShape':_0x3bee5d(0x1b7),'hidePanel':_0x3bee5d(0x1ba),'formatShape':'Formatuj\x20kształt','shapeStyle':'Styl\x20kształtu','shapePosition':_0x3bee5d(0x1a9),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x3bee5d(0x1be),'rotateRight90':_0x3bee5d(0x1aa),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':'Przełącz\x20tekst\x20pionowy','objectListPanel':{'title':_0x3bee5d(0x1b8),'open':_0x3bee5d(0x1a6),'empty':_0x3bee5d(0x1b5),'showAll':_0x3bee5d(0x1ae),'hideAll':'Ukryj\x20wszystko','show':'Pokaż','hide':_0x3bee5d(0x1a5),'moveForward':_0x3bee5d(0x1ab),'moveBackward':_0x3bee5d(0x1a2),'close':_0x3bee5d(0x1a1),'name':'Nazwa','nameInput':_0x3bee5d(0x1a8),'description':'Opis','descriptionPlaceholder':_0x3bee5d(0x1a4),'details':'Szczegóły','noSelection':_0x3bee5d(0x1b2)}}};function _0x418a(){const _0x5d110f=['2bMBWoJ','Zamknij','Przesuń\x20do\x20tyłu','Przytnij\x20do\x20kształtu','Dodaj\x20opis','Ukryj','Otwórz\x20panel\x20warstw','11keByfU','Nazwa\x20obiektu','Pozycja\x20kształtu','Obróć\x20w\x20prawo\x20o\x2090°','Przesuń\x20do\x20przodu','864198psYAXY','Otwórz\x20panel\x20kształtów','Pokaż\x20wszystko','60ShXAkJ','60ryeaDA','3793745YsAkqW','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','776160JHXbQV','78961nGfUsz','Brak\x20obiektów','9926hJKTDT','Usuń\x20kształt','Warstwy','32ajSZlA','Ukryj\x20panel\x20kształtów','115701ZaOASg','Kształt','6447612qhdLBZ','Przerzuć\x20w\x20pionie','Wstaw\x20kształt'];_0x418a=function(){return _0x5d110f;};return _0x418a();}function _0x3da5(_0x5185b0,_0x75be0){_0x5185b0=_0x5185b0-0x1a0;const _0x418a41=_0x418a();let _0x3da579=_0x418a41[_0x5185b0];return _0x3da579;}export{e as default};
1
+ const _0x36b58b=_0x1cb1;(function(_0xf4dda1,_0xf0e390){const _0x2e22d3=_0x1cb1,_0x3a56de=_0xf4dda1();while(!![]){try{const _0xded020=-parseInt(_0x2e22d3(0x1b0))/0x1+-parseInt(_0x2e22d3(0x1a9))/0x2*(-parseInt(_0x2e22d3(0x1b3))/0x3)+parseInt(_0x2e22d3(0x1a6))/0x4+-parseInt(_0x2e22d3(0x1aa))/0x5*(-parseInt(_0x2e22d3(0x1b8))/0x6)+parseInt(_0x2e22d3(0x1b1))/0x7+-parseInt(_0x2e22d3(0x1b7))/0x8*(-parseInt(_0x2e22d3(0x1ae))/0x9)+-parseInt(_0x2e22d3(0x1b5))/0xa;if(_0xded020===_0xf0e390)break;else _0x3a56de['push'](_0x3a56de['shift']());}catch(_0x2b990e){_0x3a56de['push'](_0x3a56de['shift']());}}}(_0x514d,0x58763));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x36b58b(0x1bd)}},'permission':{'editErr':_0x36b58b(0x1ad)},'title':'Kształt','insertShape':_0x36b58b(0x1af),'formatShape':_0x36b58b(0x1a8),'flipHorizontal':_0x36b58b(0x1bc),'flipVertical':'Odbij\x20pionowo','objectListPanel':{'title':_0x36b58b(0x1b9),'open':'Otwórz\x20panel\x20warstw','empty':_0x36b58b(0x1b6),'showAll':_0x36b58b(0x1ba),'hideAll':_0x36b58b(0x1be),'show':'Pokaż','hide':_0x36b58b(0x1bb),'moveForward':_0x36b58b(0x1ac),'moveBackward':'Przesuń\x20do\x20tyłu','close':'Zamknij','name':_0x36b58b(0x1a5),'nameInput':_0x36b58b(0x1ab),'description':'Opis','descriptionPlaceholder':_0x36b58b(0x1a7),'details':_0x36b58b(0x1b2),'noSelection':_0x36b58b(0x1b4)}}};function _0x1cb1(_0x2f1a06,_0x6e6079){_0x2f1a06=_0x2f1a06-0x1a5;const _0x514db9=_0x514d();let _0x1cb184=_0x514db9[_0x2f1a06];return _0x1cb184;}export{e as default};function _0x514d(){const _0x243908=['20192vEigAo','28038agoHRm','Warstwy','Pokaż\x20wszystko','Ukryj','Odbij\x20poziomo','Przytnij\x20do\x20kształtu','Ukryj\x20wszystko','Nazwa','1065032FLBbrs','Dodaj\x20opis','Formatuj\x20kształt','359722vqvhWy','485IfmKJe','Nazwa\x20obiektu','Przesuń\x20do\x20przodu','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','1683bczbTR','Wstaw\x20kształt','582871tqEzSL','100093tQzACU','Szczegóły','3EPvGxg','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','4404770dKBmRS','Brak\x20obiektów'];_0x514d=function(){return _0x243908;};return _0x514d();}
@@ -1 +1 @@
1
- function _0x52dd(_0xd52ba,_0xcbb016){_0xd52ba=_0xd52ba-0xa0;const _0x17174a=_0x1717();let _0x52ddb0=_0x17174a[_0xd52ba];return _0x52ddb0;}const _0x3c0264=_0x52dd;(function(_0x2826b5,_0x50251c){const _0x54b151=_0x52dd,_0x528351=_0x2826b5();while(!![]){try{const _0x440cdb=-parseInt(_0x54b151(0xbc))/0x1*(parseInt(_0x54b151(0xba))/0x2)+-parseInt(_0x54b151(0xa8))/0x3*(parseInt(_0x54b151(0xa9))/0x4)+parseInt(_0x54b151(0xab))/0x5+-parseInt(_0x54b151(0xa0))/0x6+parseInt(_0x54b151(0xb1))/0x7+parseInt(_0x54b151(0xb9))/0x8+parseInt(_0x54b151(0xb7))/0x9*(-parseInt(_0x54b151(0xbb))/0xa);if(_0x440cdb===_0x50251c)break;else _0x528351['push'](_0x528351['shift']());}catch(_0xd64c20){_0x528351['push'](_0x528351['shift']());}}}(_0x1717,0x40198));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x3c0264(0xad)}},'permission':{'editErr':_0x3c0264(0xb8)},'title':_0x3c0264(0xa6),'insertShape':'Inserir\x20forma','openPanel':_0x3c0264(0xb3),'deleteShape':_0x3c0264(0xa7),'hidePanel':_0x3c0264(0xb2),'formatShape':'Formatar\x20forma','shapeStyle':'Estilo\x20da\x20forma','shapePosition':_0x3c0264(0xa4),'toggleFlipH':_0x3c0264(0xaa),'toggleFlipV':_0x3c0264(0xa5),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x3c0264(0xbe),'toggleTextVertical':_0x3c0264(0xaf),'objectListPanel':{'title':'Camadas','open':_0x3c0264(0xac),'empty':_0x3c0264(0xbd),'showAll':_0x3c0264(0xa3),'hideAll':_0x3c0264(0xb4),'show':'Mostrar','hide':_0x3c0264(0xae),'moveForward':_0x3c0264(0xb5),'moveBackward':_0x3c0264(0xb6),'close':_0x3c0264(0xbf),'name':_0x3c0264(0xa1),'nameInput':'Nome\x20do\x20objeto','description':'Descrição','descriptionPlaceholder':'Adicionar\x20descrição','details':_0x3c0264(0xa2),'noSelection':_0x3c0264(0xb0)}}};export{e as default};function _0x1717(){const _0x28db56=['Detalhes','Mostrar\x20tudo','Posição\x20da\x20forma','Alternar\x20inversão\x20vertical','Forma','Excluir\x20forma','23301YaOUkk','8QXiCtj','Alternar\x20inversão\x20horizontal','2606490ShpDkR','Abrir\x20painel\x20de\x20camadas','Cortar\x20para\x20forma','Ocultar','Alternar\x20texto\x20vertical','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','51919JxhbUy','Ocultar\x20painel\x20de\x20formas','Abrir\x20painel\x20de\x20formas','Ocultar\x20tudo','Trazer\x20para\x20frente','Enviar\x20para\x20trás','397017NdJsUS','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','1623008vrongc','524234zYkVbK','30Avblce','1xaKLZE','Nenhum\x20objeto','Girar\x2090°\x20para\x20esquerda','Fechar','354294RkdvKF','Nome'];_0x1717=function(){return _0x28db56;};return _0x1717();}
1
+ const _0x4a5b18=_0x2cc1;(function(_0x4d8dbe,_0x47e410){const _0x1ad577=_0x2cc1,_0x4f0787=_0x4d8dbe();while(!![]){try{const _0xb82182=parseInt(_0x1ad577(0x1fa))/0x1+parseInt(_0x1ad577(0x1ff))/0x2*(parseInt(_0x1ad577(0x1f3))/0x3)+-parseInt(_0x1ad577(0x1f9))/0x4+parseInt(_0x1ad577(0x1f2))/0x5+parseInt(_0x1ad577(0x1fd))/0x6+-parseInt(_0x1ad577(0x203))/0x7+parseInt(_0x1ad577(0x1f5))/0x8;if(_0xb82182===_0x47e410)break;else _0x4f0787['push'](_0x4f0787['shift']());}catch(_0x2e9a75){_0x4f0787['push'](_0x4f0787['shift']());}}}(_0x69d8,0x7e08a));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':_0x4a5b18(0x1f7)},'title':_0x4a5b18(0x208),'insertShape':_0x4a5b18(0x1f0),'formatShape':'Formatar\x20forma','flipHorizontal':_0x4a5b18(0x1f8),'flipVertical':_0x4a5b18(0x1f6),'objectListPanel':{'title':_0x4a5b18(0x1fe),'open':_0x4a5b18(0x1f1),'empty':_0x4a5b18(0x1f4),'showAll':_0x4a5b18(0x207),'hideAll':_0x4a5b18(0x202),'show':_0x4a5b18(0x1fb),'hide':'Ocultar','moveForward':_0x4a5b18(0x200),'moveBackward':_0x4a5b18(0x204),'close':_0x4a5b18(0x205),'name':_0x4a5b18(0x206),'nameInput':_0x4a5b18(0x201),'description':_0x4a5b18(0x1fc),'descriptionPlaceholder':_0x4a5b18(0x1ef),'details':'Detalhes','noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'}}};function _0x2cc1(_0x27da17,_0x257b59){_0x27da17=_0x27da17-0x1ef;const _0x69d86d=_0x69d8();let _0x2cc125=_0x69d86d[_0x27da17];return _0x2cc125;}function _0x69d8(){const _0x5d8935=['Inverter\x20horizontalmente','3791140sjTKfi','619072FApTEL','Mostrar','Descrição','5157006RsVQqQ','Camadas','70PKkQIp','Trazer\x20para\x20frente','Nome\x20do\x20objeto','Ocultar\x20tudo','3945193FZnbgk','Enviar\x20para\x20trás','Fechar','Nome','Mostrar\x20tudo','Forma','Adicionar\x20descrição','Inserir\x20forma','Abrir\x20painel\x20de\x20camadas','368810mbvTpm','22467hEEKAX','Nenhum\x20objeto','1705344GsvnmN','Inverter\x20verticalmente','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.'];_0x69d8=function(){return _0x5d8935;};return _0x69d8();}export{e as default};
@@ -1 +1 @@
1
- function _0x539c(_0x2f0c69,_0x46138b){_0x2f0c69=_0x2f0c69-0xf4;const _0x49edd9=_0x49ed();let _0x539c03=_0x49edd9[_0x2f0c69];return _0x539c03;}const _0x3d3ab7=_0x539c;function _0x49ed(){const _0x17cb9e=['1544lQqiQm','143765IgxGAq','39998kVQClg','Обрезать\x20по\x20форме','991912OhoBVs','4005rdeZwK','3JPecBT','Сведения','Выберите\x20объект\x20для\x20редактирования\x20сведений','Вставить\x20фигуру','Закрыть','438bJVIud','Нет\x20объектов','Открыть\x20панель\x20фигур','16sZfMBE','Скрыть\x20панель\x20фигур','15580vDyaao','Переместить\x20вперед','Показать\x20все','Описание','47394WxWAym','Переключить\x20вертикальное\x20отражение','Форматировать\x20фигуру','Открыть\x20панель\x20слоев','Имя\x20объекта','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Положение\x20фигуры','Переместить\x20назад','Имя','Переключить\x20горизонтальное\x20отражение','Добавить\x20описание','13513159QOczPF','Удалить\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'];_0x49ed=function(){return _0x17cb9e;};return _0x49ed();}(function(_0x20b31f,_0x3eed13){const _0x162c8c=_0x539c,_0x343eac=_0x20b31f();while(!![]){try{const _0x13f7ca=-parseInt(_0x162c8c(0xf6))/0x1*(parseInt(_0x162c8c(0xfc))/0x2)+-parseInt(_0x162c8c(0x111))/0x3*(parseInt(_0x162c8c(0x10f))/0x4)+-parseInt(_0x162c8c(0x10c))/0x5+-parseInt(_0x162c8c(0x116))/0x6*(parseInt(_0x162c8c(0x10d))/0x7)+-parseInt(_0x162c8c(0x10b))/0x8*(-parseInt(_0x162c8c(0x110))/0x9)+parseInt(_0x162c8c(0xf8))/0xa+parseInt(_0x162c8c(0x107))/0xb;if(_0x13f7ca===_0x3eed13)break;else _0x343eac['push'](_0x343eac['shift']());}catch(_0xf9b1b3){_0x343eac['push'](_0x343eac['shift']());}}}(_0x49ed,0x3b4db));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x3d3ab7(0x10e)}},'permission':{'editErr':_0x3d3ab7(0x10a)},'title':'Фигура','insertShape':_0x3d3ab7(0x114),'openPanel':_0x3d3ab7(0xf5),'deleteShape':_0x3d3ab7(0x108),'hidePanel':_0x3d3ab7(0xf7),'formatShape':_0x3d3ab7(0xfe),'shapeStyle':'Стиль\x20фигуры','shapePosition':_0x3d3ab7(0x102),'toggleFlipH':_0x3d3ab7(0x105),'toggleFlipV':_0x3d3ab7(0xfd),'rotateRight90':_0x3d3ab7(0x101),'rotateLeft90':_0x3d3ab7(0x109),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':'Слои','open':_0x3d3ab7(0xff),'empty':_0x3d3ab7(0xf4),'showAll':_0x3d3ab7(0xfa),'hideAll':'Скрыть\x20все','show':'Показать','hide':'Скрыть','moveForward':_0x3d3ab7(0xf9),'moveBackward':_0x3d3ab7(0x103),'close':_0x3d3ab7(0x115),'name':_0x3d3ab7(0x104),'nameInput':_0x3d3ab7(0x100),'description':_0x3d3ab7(0xfb),'descriptionPlaceholder':_0x3d3ab7(0x106),'details':_0x3d3ab7(0x112),'noSelection':_0x3d3ab7(0x113)}}};export{e as default};
1
+ const _0x39cfd0=_0x4cf3;(function(_0x1148d2,_0x5c29d6){const _0x760d16=_0x4cf3,_0x2a46e4=_0x1148d2();while(!![]){try{const _0x40aa34=parseInt(_0x760d16(0x112))/0x1+parseInt(_0x760d16(0x11b))/0x2*(parseInt(_0x760d16(0x114))/0x3)+parseInt(_0x760d16(0x121))/0x4+parseInt(_0x760d16(0x113))/0x5*(parseInt(_0x760d16(0x124))/0x6)+-parseInt(_0x760d16(0x11d))/0x7+-parseInt(_0x760d16(0x117))/0x8*(-parseInt(_0x760d16(0x11e))/0x9)+-parseInt(_0x760d16(0x110))/0xa;if(_0x40aa34===_0x5c29d6)break;else _0x2a46e4['push'](_0x2a46e4['shift']());}catch(_0x99b788){_0x2a46e4['push'](_0x2a46e4['shift']());}}}(_0x5ccf,0x647d6));function _0x5ccf(){const _0x514d12=['727784WyqSWv','Закрыть','Описание','Обрезать\x20по\x20форме','4tPhkFq','Имя\x20объекта','4340441amPqnu','45HFgYrr','Скрыть\x20все','Сведения','274404dYllIK','Показать','Открыть\x20панель\x20слоев','12UnIwJj','10482930UeMKcg','Слои','567322fWXned','735940CJuyjD','1042197drCyVT','Переместить\x20назад','Отразить\x20по\x20вертикали'];_0x5ccf=function(){return _0x514d12;};return _0x5ccf();}function _0x4cf3(_0x524cfc,_0x36e376){_0x524cfc=_0x524cfc-0x110;const _0x5ccff5=_0x5ccf();let _0x4cf32d=_0x5ccff5[_0x524cfc];return _0x4cf32d;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x39cfd0(0x11a)}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':'Фигура','insertShape':'Вставить\x20фигуру','formatShape':'Форматировать\x20фигуру','flipHorizontal':'Отразить\x20по\x20горизонтали','flipVertical':_0x39cfd0(0x116),'objectListPanel':{'title':_0x39cfd0(0x111),'open':_0x39cfd0(0x123),'empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':_0x39cfd0(0x11f),'show':_0x39cfd0(0x122),'hide':'Скрыть','moveForward':'Переместить\x20вперед','moveBackward':_0x39cfd0(0x115),'close':_0x39cfd0(0x118),'name':'Имя','nameInput':_0x39cfd0(0x11c),'description':_0x39cfd0(0x119),'descriptionPlaceholder':'Добавить\x20описание','details':_0x39cfd0(0x120),'noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2aa3(){const _0xdee0a=['7396235QoJPxy','Odstrániť\x20tvar','Poloha\x20tvaru','647920RwBRaz','Vložiť\x20tvar','Otočiť\x20doľava\x20o\x2090°','Žiadne\x20objekty','Popis','Zavrieť','Zobraziť\x20všetko','6PhRPjA','Otvoriť\x20panel\x20tvarov','Tvar','Vrstvy','Názov','Otvoriť\x20panel\x20vrstiev','47025JTtjUh','Otočiť\x20doprava\x20o\x2090°','2752anPNzR','Skryť\x20všetko','2684pPaoaS','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Skryť','68VQbpRn','Pridat\x20popis','45dBsfsk','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','189408qoXvBW','231132HNwdKY','34777uMjLzn','Oříznout\x20podle\x20tvaru','8398160PZpBej','Skryť\x20panel\x20tvarov','Prepnúť\x20vodorovné\x20prevrátenie','Podrobnosti'];_0x2aa3=function(){return _0xdee0a;};return _0x2aa3();}const _0xbcf54e=_0x3e8c;(function(_0x3dd1a5,_0x53088c){const _0x280e0a=_0x3e8c,_0x4ce080=_0x3dd1a5();while(!![]){try{const _0x4135e2=-parseInt(_0x280e0a(0x1e8))/0x1*(parseInt(_0x280e0a(0x1e2))/0x2)+parseInt(_0x280e0a(0x1e4))/0x3*(-parseInt(_0x280e0a(0x1e7))/0x4)+-parseInt(_0x280e0a(0x1ea))/0x5+parseInt(_0x280e0a(0x1f8))/0x6*(-parseInt(_0x280e0a(0x1ee))/0x7)+-parseInt(_0x280e0a(0x1dd))/0x8*(-parseInt(_0x280e0a(0x1fe))/0x9)+parseInt(_0x280e0a(0x1f1))/0xa+parseInt(_0x280e0a(0x1df))/0xb*(parseInt(_0x280e0a(0x1e6))/0xc);if(_0x4135e2===_0x53088c)break;else _0x4ce080['push'](_0x4ce080['shift']());}catch(_0xc06e19){_0x4ce080['push'](_0x4ce080['shift']());}}}(_0x2aa3,0xe2958));function _0x3e8c(_0x895bf3,_0x3a1aa7){_0x895bf3=_0x895bf3-0x1dc;const _0x2aa367=_0x2aa3();let _0x3e8cc9=_0x2aa367[_0x895bf3];return _0x3e8cc9;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xbcf54e(0x1e9)}},'permission':{'editErr':_0xbcf54e(0x1e5)},'title':_0xbcf54e(0x1fa),'insertShape':_0xbcf54e(0x1f2),'openPanel':_0xbcf54e(0x1f9),'deleteShape':_0xbcf54e(0x1ef),'hidePanel':_0xbcf54e(0x1eb),'formatShape':'Formátovať\x20tvar','shapeStyle':'Štýl\x20tvaru','shapePosition':_0xbcf54e(0x1f0),'toggleFlipH':_0xbcf54e(0x1ec),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0xbcf54e(0x1dc),'rotateLeft90':_0xbcf54e(0x1f3),'toggleTextVertical':'Přepnout\x20text\x20vertikálně','objectListPanel':{'title':_0xbcf54e(0x1fb),'open':_0xbcf54e(0x1fd),'empty':_0xbcf54e(0x1f4),'showAll':_0xbcf54e(0x1f7),'hideAll':_0xbcf54e(0x1de),'show':'Zobraziť','hide':_0xbcf54e(0x1e1),'moveForward':'Posunúť\x20dopredu','moveBackward':'Posunúť\x20dozadu','close':_0xbcf54e(0x1f6),'name':_0xbcf54e(0x1fc),'nameInput':'Názov\x20objektu','description':_0xbcf54e(0x1f5),'descriptionPlaceholder':_0xbcf54e(0x1e3),'details':_0xbcf54e(0x1ed),'noSelection':_0xbcf54e(0x1e0)}}};export{e as default};
1
+ function _0x37bf(){const _0xa9233b=['Vložiť\x20tvar','3269785VFvryw','57604IYFPod','Prevrátiť\x20vodorovne','Pridat\x20popis','6979424TDXRJS','Posunúť\x20dozadu','4KxXkSF','5516250ISfEFd','Názov','52vYPbXQ','Zobraziť\x20všetko','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Zavrieť','Posunúť\x20dopredu','7kGhMlM','14412497gKfnAF','4077vLYUES','Žiadne\x20objekty','Vrstvy','Skryť\x20všetko','184395yUUORo','Podrobnosti','Zobraziť','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Prevrátiť\x20zvislo','6770AbBwLP','Názov\x20objektu','Otvoriť\x20panel\x20vrstiev','Skryť'];_0x37bf=function(){return _0xa9233b;};return _0x37bf();}function _0x4fe3(_0x3bedef,_0x5b3008){_0x3bedef=_0x3bedef-0xfb;const _0x37bf7e=_0x37bf();let _0x4fe351=_0x37bf7e[_0x3bedef];return _0x4fe351;}const _0x1f88d6=_0x4fe3;(function(_0x3e6bf3,_0x2a8fd4){const _0x4bc0f0=_0x4fe3,_0x543bad=_0x3e6bf3();while(!![]){try{const _0x4d0eea=parseInt(_0x4bc0f0(0x102))/0x1*(-parseInt(_0x4bc0f0(0x118))/0x2)+parseInt(_0x4bc0f0(0x10d))/0x3+parseInt(_0x4bc0f0(0xff))/0x4*(parseInt(_0x4bc0f0(0x117))/0x5)+parseInt(_0x4bc0f0(0x100))/0x6*(-parseInt(_0x4bc0f0(0x107))/0x7)+parseInt(_0x4bc0f0(0xfd))/0x8+-parseInt(_0x4bc0f0(0x109))/0x9*(-parseInt(_0x4bc0f0(0x112))/0xa)+parseInt(_0x4bc0f0(0x108))/0xb;if(_0x4d0eea===_0x2a8fd4)break;else _0x543bad['push'](_0x543bad['shift']());}catch(_0x87e14b){_0x543bad['push'](_0x543bad['shift']());}}}(_0x37bf,0xc04df));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Oříznout\x20podle\x20tvaru'}},'permission':{'editErr':_0x1f88d6(0x110)},'title':'Tvar','insertShape':_0x1f88d6(0x116),'formatShape':'Formátovať\x20tvar','flipHorizontal':_0x1f88d6(0xfb),'flipVertical':_0x1f88d6(0x111),'objectListPanel':{'title':_0x1f88d6(0x10b),'open':_0x1f88d6(0x114),'empty':_0x1f88d6(0x10a),'showAll':_0x1f88d6(0x103),'hideAll':_0x1f88d6(0x10c),'show':_0x1f88d6(0x10f),'hide':_0x1f88d6(0x115),'moveForward':_0x1f88d6(0x106),'moveBackward':_0x1f88d6(0xfe),'close':_0x1f88d6(0x105),'name':_0x1f88d6(0x101),'nameInput':_0x1f88d6(0x113),'description':'Popis','descriptionPlaceholder':_0x1f88d6(0xfc),'details':_0x1f88d6(0x10e),'noSelection':_0x1f88d6(0x104)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2095e5=_0x1cc6;(function(_0x5d7c6f,_0x5878f8){const _0x2c0b13=_0x1cc6,_0x1513a1=_0x5d7c6f();while(!![]){try{const _0x33a66e=-parseInt(_0x2c0b13(0xff))/0x1+parseInt(_0x2c0b13(0xfe))/0x2*(parseInt(_0x2c0b13(0xe6))/0x3)+-parseInt(_0x2c0b13(0xf6))/0x4+parseInt(_0x2c0b13(0xeb))/0x5*(parseInt(_0x2c0b13(0xea))/0x6)+-parseInt(_0x2c0b13(0xed))/0x7+parseInt(_0x2c0b13(0xe1))/0x8*(parseInt(_0x2c0b13(0xf0))/0x9)+parseInt(_0x2c0b13(0xe8))/0xa;if(_0x33a66e===_0x5878f8)break;else _0x1513a1['push'](_0x1513a1['shift']());}catch(_0x2ecfa3){_0x1513a1['push'](_0x1513a1['shift']());}}}(_0x1643,0xd5ac2));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2095e5(0xef)}},'permission':{'editErr':'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.'},'title':_0x2095e5(0xee),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x2095e5(0xfc),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x2095e5(0xfa),'formatShape':_0x2095e5(0xec),'shapeStyle':_0x2095e5(0xf7),'shapePosition':_0x2095e5(0xf1),'toggleFlipH':_0x2095e5(0xf9),'toggleFlipV':_0x2095e5(0xfd),'rotateRight90':_0x2095e5(0xfb),'rotateLeft90':_0x2095e5(0xe2),'toggleTextVertical':_0x2095e5(0xe3),'objectListPanel':{'title':_0x2095e5(0xe9),'open':_0x2095e5(0xf3),'empty':_0x2095e5(0xf8),'showAll':_0x2095e5(0x100),'hideAll':_0x2095e5(0xf2),'show':_0x2095e5(0xe0),'hide':'Ẩn','moveForward':_0x2095e5(0xe5),'moveBackward':'Đưa\x20xuống\x20dưới','close':_0x2095e5(0xde),'name':_0x2095e5(0xe7),'nameInput':_0x2095e5(0xe4),'description':'Mô\x20tả','descriptionPlaceholder':_0x2095e5(0xf5),'details':_0x2095e5(0xdf),'noSelection':_0x2095e5(0xf4)}}};function _0x1cc6(_0x21c8a1,_0x41ba9e){_0x21c8a1=_0x21c8a1-0xde;const _0x1643e9=_0x1643();let _0x1cc6b2=_0x1643e9[_0x21c8a1];return _0x1cc6b2;}export{e as default};function _0x1643(){const _0x3fae54=['Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Mở\x20bảng\x20hình\x20dạng','Bật/tắt\x20lật\x20dọc','168794MGEcGc','671933zCzTzk','Hiển\x20thị\x20tất\x20cả','Đóng','Chi\x20tiết','Hiện','320AtMUPm','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Tên\x20đối\x20tượng','Đưa\x20lên\x20trên','39xKJEPH','Tên','16479340bdUicB','Lớp','6buIvLW','2402630rISEHj','Định\x20dạng\x20hình\x20dạng','9160571PIkGRY','Hình\x20dạng','Cắt\x20theo\x20hình\x20dạng','21366KMxjkl','Vị\x20trí\x20hình\x20dạng','Ẩn\x20tất\x20cả','Mở\x20bảng\x20điều\x20khiển\x20lớp','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Them\x20mo\x20ta','1859172FhhUSm','Kiểu\x20hình\x20dạng','Chưa\x20có\x20đối\x20tượng','Chuyển\x20đổi\x20lật\x20ngang','Ẩn\x20bảng\x20hình\x20dạng'];_0x1643=function(){return _0x3fae54;};return _0x1643();}
1
+ function _0x17d1(_0x527407,_0x2daccb){_0x527407=_0x527407-0x16f;const _0x3c61c5=_0x3c61();let _0x17d13f=_0x3c61c5[_0x527407];return _0x17d13f;}const _0x307291=_0x17d1;(function(_0x5b8b03,_0x2d0105){const _0x5392fc=_0x17d1,_0x1a1aa8=_0x5b8b03();while(!![]){try{const _0x4027d8=parseInt(_0x5392fc(0x17e))/0x1+-parseInt(_0x5392fc(0x177))/0x2*(parseInt(_0x5392fc(0x174))/0x3)+parseInt(_0x5392fc(0x17c))/0x4+parseInt(_0x5392fc(0x17f))/0x5*(parseInt(_0x5392fc(0x170))/0x6)+-parseInt(_0x5392fc(0x182))/0x7+-parseInt(_0x5392fc(0x183))/0x8+-parseInt(_0x5392fc(0x176))/0x9;if(_0x4027d8===_0x2d0105)break;else _0x1a1aa8['push'](_0x1a1aa8['shift']());}catch(_0x2c9a35){_0x1a1aa8['push'](_0x1a1aa8['shift']());}}}(_0x3c61,0x33e94));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x307291(0x181)},'title':'Hình\x20dạng','insertShape':_0x307291(0x173),'formatShape':'Định\x20dạng\x20hình\x20dạng','flipHorizontal':'Lật\x20ngang','flipVertical':_0x307291(0x179),'objectListPanel':{'title':'Lớp','open':_0x307291(0x17a),'empty':_0x307291(0x178),'showAll':'Hiển\x20thị\x20tất\x20cả','hideAll':_0x307291(0x175),'show':_0x307291(0x180),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':'Đưa\x20xuống\x20dưới','close':_0x307291(0x172),'name':_0x307291(0x17b),'nameInput':_0x307291(0x184),'description':'Mô\x20tả','descriptionPlaceholder':_0x307291(0x17d),'details':_0x307291(0x171),'noSelection':_0x307291(0x16f)}}};export{e as default};function _0x3c61(){const _0x4de88e=['983395VBhEBG','409872nnowZy','Tên\x20đối\x20tượng','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','170994eFHZiq','Chi\x20tiết','Đóng','Chèn\x20hình\x20dạng','13911ovlEaB','Ẩn\x20tất\x20cả','880902yCGODr','118fSizkt','Chưa\x20có\x20đối\x20tượng','Lật\x20dọc','Mở\x20bảng\x20điều\x20khiển\x20lớp','Tên','1219256CVMHjL','Them\x20mo\x20ta','186004BpGQbH','50OmPLEe','Hiện','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.'];_0x3c61=function(){return _0x4de88e;};return _0x3c61();}
@@ -1 +1 @@
1
- const _0x7bc375=_0x11f2;function _0x11f2(_0x17fdf5,_0x242eae){_0x17fdf5=_0x17fdf5-0xb2;const _0x34753f=_0x3475();let _0x11f203=_0x34753f[_0x17fdf5];return _0x11f203;}function _0x3475(){const _0x587385=['下移一层','插入形状','98199gxUscq','3066460HNrNOb','选择对象以编辑详情','2508860pcDNko','打开图层面板','删除形状','打开形状面板','切换文本竖排','819135hxgKrb','3tImLHi','切换垂直翻转','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','5663644UKDdpf','上移一层','形状位置','隐藏形状面板','逆时针90度旋转','640txZcaO','全部隐藏','顺时针90度旋转','281104SkReOj','96EnxliW','223165sopyki','切换水平翻转','添加描述'];_0x3475=function(){return _0x587385;};return _0x3475();}(function(_0x4c5e9c,_0x245e25){const _0x208f5d=_0x11f2,_0x214859=_0x4c5e9c();while(!![]){try{const _0x374c4a=parseInt(_0x208f5d(0xbd))/0x1+parseInt(_0x208f5d(0xc9))/0x2*(-parseInt(_0x208f5d(0xbe))/0x3)+-parseInt(_0x208f5d(0xb6))/0x4+-parseInt(_0x208f5d(0xcb))/0x5*(-parseInt(_0x208f5d(0xca))/0x6)+-parseInt(_0x208f5d(0xc1))/0x7+parseInt(_0x208f5d(0xc6))/0x8*(parseInt(_0x208f5d(0xb5))/0x9)+-parseInt(_0x208f5d(0xb8))/0xa;if(_0x374c4a===_0x245e25)break;else _0x214859['push'](_0x214859['shift']());}catch(_0x566c22){_0x214859['push'](_0x214859['shift']());}}}(_0x3475,0x6b2d6));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x7bc375(0xc0)},'title':'形状','insertShape':_0x7bc375(0xb4),'openPanel':_0x7bc375(0xbb),'deleteShape':_0x7bc375(0xba),'hidePanel':_0x7bc375(0xc4),'formatShape':'格式化形状','shapeStyle':'形状样式','shapePosition':_0x7bc375(0xc3),'toggleFlipH':_0x7bc375(0xcc),'toggleFlipV':_0x7bc375(0xbf),'rotateRight90':_0x7bc375(0xc8),'rotateLeft90':_0x7bc375(0xc5),'toggleTextVertical':_0x7bc375(0xbc),'objectListPanel':{'title':'图层','open':_0x7bc375(0xb9),'empty':'暂无对象','showAll':'全部显示','hideAll':_0x7bc375(0xc7),'show':'显示','hide':'隐藏','moveForward':_0x7bc375(0xc2),'moveBackward':_0x7bc375(0xb3),'close':'关闭','name':'名称','nameInput':'对象名称','description':'描述','descriptionPlaceholder':_0x7bc375(0xb2),'details':'详情','noSelection':_0x7bc375(0xb7)}}};export{e as default};
1
+ function _0x5c7d(_0x309307,_0x1e8bf1){_0x309307=_0x309307-0x15d;const _0x295a91=_0x295a();let _0x5c7dfe=_0x295a91[_0x309307];return _0x5c7dfe;}const _0x738d0=_0x5c7d;(function(_0x143ebe,_0x3bc03e){const _0xb5ca57=_0x5c7d,_0x3b9ea6=_0x143ebe();while(!![]){try{const _0x4e41ff=parseInt(_0xb5ca57(0x16d))/0x1+-parseInt(_0xb5ca57(0x16b))/0x2+-parseInt(_0xb5ca57(0x166))/0x3*(parseInt(_0xb5ca57(0x161))/0x4)+parseInt(_0xb5ca57(0x16c))/0x5+parseInt(_0xb5ca57(0x169))/0x6+parseInt(_0xb5ca57(0x16f))/0x7*(-parseInt(_0xb5ca57(0x162))/0x8)+-parseInt(_0xb5ca57(0x164))/0x9;if(_0x4e41ff===_0x3bc03e)break;else _0x3b9ea6['push'](_0x3b9ea6['shift']());}catch(_0x14106b){_0x3b9ea6['push'](_0x3b9ea6['shift']());}}}(_0x295a,0xb5a40));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x738d0(0x15d)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x738d0(0x167),'formatShape':_0x738d0(0x16a),'flipHorizontal':'水平翻转','flipVertical':'垂直翻转','objectListPanel':{'title':'图层','open':'打开图层面板','empty':_0x738d0(0x160),'showAll':_0x738d0(0x15e),'hideAll':_0x738d0(0x168),'show':'显示','hide':'隐藏','moveForward':_0x738d0(0x165),'moveBackward':_0x738d0(0x16e),'close':'关闭','name':'名称','nameInput':_0x738d0(0x15f),'description':'描述','descriptionPlaceholder':_0x738d0(0x163),'details':'详情','noSelection':'选择对象以编辑详情'}}};function _0x295a(){const _0x5c17cf=['3838176VfnVXr','格式化形状','497992XYhaNK','5933410nUgpis','580004RJWCkM','下移一层','8260FPeqBy','裁剪为形状','全部显示','对象名称','暂无对象','44fFssrF','4632HjEKRl','添加描述','114912DiLePD','上移一层','195654lvOIGq','插入形状','全部隐藏'];_0x295a=function(){return _0x5c17cf;};return _0x295a();}export{e as default};
@@ -1 +1 @@
1
- function _0x5170(_0x6b307d,_0x478a8f){_0x6b307d=_0x6b307d-0x65;const _0xbedab2=_0xbeda();let _0x517092=_0xbedab2[_0x6b307d];return _0x517092;}const _0x25e08f=_0x5170;(function(_0x484d7b,_0x2ca5c4){const _0x12df2a=_0x5170,_0xcd8505=_0x484d7b();while(!![]){try{const _0x5aa26b=-parseInt(_0x12df2a(0x68))/0x1+-parseInt(_0x12df2a(0x76))/0x2*(parseInt(_0x12df2a(0x69))/0x3)+parseInt(_0x12df2a(0x6b))/0x4*(parseInt(_0x12df2a(0x6c))/0x5)+-parseInt(_0x12df2a(0x67))/0x6+-parseInt(_0x12df2a(0x73))/0x7*(parseInt(_0x12df2a(0x65))/0x8)+parseInt(_0x12df2a(0x6e))/0x9+parseInt(_0x12df2a(0x70))/0xa;if(_0x5aa26b===_0x2ca5c4)break;else _0xcd8505['push'](_0xcd8505['shift']());}catch(_0x4a4621){_0xcd8505['push'](_0xcd8505['shift']());}}}(_0xbeda,0x9963c));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x25e08f(0x7c),'openPanel':_0x25e08f(0x74),'deleteShape':'刪除形狀','hidePanel':_0x25e08f(0x7b),'formatShape':_0x25e08f(0x75),'shapeStyle':'圖形樣式','shapePosition':_0x25e08f(0x7d),'toggleFlipH':_0x25e08f(0x77),'toggleFlipV':_0x25e08f(0x6a),'rotateRight90':_0x25e08f(0x78),'rotateLeft90':_0x25e08f(0x6d),'toggleTextVertical':_0x25e08f(0x72),'objectListPanel':{'title':'圖層','open':_0x25e08f(0x79),'empty':_0x25e08f(0x71),'showAll':'全部顯示','hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x25e08f(0x66),'description':'描述','descriptionPlaceholder':_0x25e08f(0x7a),'details':'詳情','noSelection':_0x25e08f(0x6f)}}};function _0xbeda(){const _0x296814=['物件名稱','3359130ZAUIaO','373430WNltpf','66bYmBKg','切換垂直翻轉','4696iROVKx','525wqdRCV','逆時針\x2090\x20度旋轉','8855748BVjcpz','選擇物件以編輯詳情','22857590VOeOSa','暫無物件','切換文本竖排','4781TiTWmF','打開形狀面板','格式化形狀','90122SqWHlc','切換水平翻轉','順時針\x2090\x20度旋轉','開啟圖層面板','新增描述','隱藏形狀面板','插入形狀','圖形位置','9840cWEgRw'];_0xbeda=function(){return _0x296814;};return _0xbeda();}export{e as default};
1
+ const _0x1aaf70=_0x5af4;(function(_0x306339,_0x334c76){const _0x49efab=_0x5af4,_0x55bd58=_0x306339();while(!![]){try{const _0x3916c6=parseInt(_0x49efab(0xf2))/0x1*(-parseInt(_0x49efab(0xee))/0x2)+parseInt(_0x49efab(0xeb))/0x3+parseInt(_0x49efab(0xf1))/0x4*(-parseInt(_0x49efab(0xfb))/0x5)+-parseInt(_0x49efab(0xf3))/0x6+-parseInt(_0x49efab(0xea))/0x7*(parseInt(_0x49efab(0xf7))/0x8)+parseInt(_0x49efab(0xf8))/0x9+parseInt(_0x49efab(0xec))/0xa;if(_0x3916c6===_0x334c76)break;else _0x55bd58['push'](_0x55bd58['shift']());}catch(_0x5e0b8c){_0x55bd58['push'](_0x55bd58['shift']());}}}(_0x4328,0xefd70));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1aaf70(0xf4)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','formatShape':'格式化形狀','flipHorizontal':_0x1aaf70(0xfa),'flipVertical':_0x1aaf70(0xe8),'objectListPanel':{'title':'圖層','open':_0x1aaf70(0xf6),'empty':_0x1aaf70(0xf9),'showAll':_0x1aaf70(0xe9),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x1aaf70(0xed),'close':'關閉','name':'名稱','nameInput':_0x1aaf70(0xf5),'description':'描述','descriptionPlaceholder':_0x1aaf70(0xef),'details':'詳情','noSelection':_0x1aaf70(0xf0)}}};function _0x4328(){const _0xa6e10d=['3694656JiqYsw','裁切為形狀','物件名稱','開啟圖層面板','16ixRZYd','3285378slviAr','暫無物件','水平翻轉','110HTHDEy','垂直翻轉','全部顯示','4361847Ywlhpl','4586259DtMXbK','29331530FSxkEd','下移一層','628iEtkGq','新增描述','選擇物件以編輯詳情','84828VoHmAz','4828xRxGnx'];_0x4328=function(){return _0xa6e10d;};return _0x4328();}function _0x5af4(_0x545c77,_0x2738d5){_0x545c77=_0x545c77-0xe8;const _0x43287b=_0x4328();let _0x5af4dc=_0x43287b[_0x545c77];return _0x5af4dc;}export{e as default};
@@ -1 +1 @@
1
- const _0x15ba0f=_0x436e;(function(_0x3aec9a,_0x517bfb){const _0x134f6d=_0x436e,_0x5e6d3c=_0x3aec9a();while(!![]){try{const _0x3e692e=parseInt(_0x134f6d(0x1e0))/0x1*(parseInt(_0x134f6d(0x1f1))/0x2)+parseInt(_0x134f6d(0x1e2))/0x3*(-parseInt(_0x134f6d(0x1ef))/0x4)+parseInt(_0x134f6d(0x1f6))/0x5*(parseInt(_0x134f6d(0x1f7))/0x6)+-parseInt(_0x134f6d(0x1e8))/0x7+-parseInt(_0x134f6d(0x1de))/0x8*(-parseInt(_0x134f6d(0x1e5))/0x9)+-parseInt(_0x134f6d(0x1ec))/0xa+parseInt(_0x134f6d(0x1e1))/0xb*(parseInt(_0x134f6d(0x1e9))/0xc);if(_0x3e692e===_0x517bfb)break;else _0x5e6d3c['push'](_0x5e6d3c['shift']());}catch(_0x250230){_0x5e6d3c['push'](_0x5e6d3c['shift']());}}}(_0xe1aa,0xb9225));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x15ba0f(0x1e4)}},'permission':{'editErr':_0x15ba0f(0x1ee)},'title':'形狀','insertShape':_0x15ba0f(0x1f3),'openPanel':_0x15ba0f(0x1f9),'deleteShape':_0x15ba0f(0x1eb),'hidePanel':'隱藏形狀面板','formatShape':_0x15ba0f(0x1f2),'shapeStyle':_0x15ba0f(0x1f0),'shapePosition':'圖形位置','toggleFlipH':_0x15ba0f(0x1ea),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x15ba0f(0x1e7),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x15ba0f(0x1df),'objectListPanel':{'title':'圖層','open':'開啟圖層面板','empty':_0x15ba0f(0x1ed),'showAll':_0x15ba0f(0x1f5),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x15ba0f(0x1f4),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x15ba0f(0x1e3),'details':_0x15ba0f(0x1e6),'noSelection':_0x15ba0f(0x1f8)}}};function _0x436e(_0x41e302,_0x52e464){_0x41e302=_0x41e302-0x1de;const _0xe1aacd=_0xe1aa();let _0x436ef9=_0xe1aacd[_0x41e302];return _0x436ef9;}export{e as default};function _0xe1aa(){const _0x52fca7=['96PPQJNB','新增描述','裁切為形狀','88497RVbeoP','詳細資料','順時針\x2090\x20度旋轉','7903329WWaQeT','768ONeanm','切換水平翻轉','刪除形狀','859160nFcixN','暫無物件','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','15672xUaKmV','圖形樣式','2RJXuFO','格式化形狀','插入形狀','上移一層','全部顯示','2075mzCxUW','5208LwLGPN','選取物件以編輯詳細資料','打開形狀面板','664TxUDAG','切換文本竖排','522737qoSxBk','68673VWydwi'];_0xe1aa=function(){return _0x52fca7;};return _0xe1aa();}
1
+ const _0x5482b1=_0x30dc;function _0x4732(){const _0x312b09=['格式化形狀','39234140FEMNLQ','176NuWswc','318JjSTVB','詳細資料','上移一層','選取物件以編輯詳細資料','1796618DkocQl','插入形狀','48345JvLXyw','開啟圖層面板','598080OWNMhn','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','12726684cxRlyO','裁切為形狀','3640052bzTIyb','下移一層','物件名稱','暫無物件','6ejfdOe','538825EQEspV','水平翻轉','1QgAEFt'];_0x4732=function(){return _0x312b09;};return _0x4732();}function _0x30dc(_0x43de58,_0x345939){_0x43de58=_0x43de58-0x11a;const _0x473255=_0x4732();let _0x30dcf6=_0x473255[_0x43de58];return _0x30dcf6;}(function(_0x2ef0d8,_0x26d254){const _0x4bdb12=_0x30dc,_0x1c3bf0=_0x2ef0d8();while(!![]){try{const _0x47c4d5=parseInt(_0x4bdb12(0x120))/0x1*(-parseInt(_0x4bdb12(0x128))/0x2)+-parseInt(_0x4bdb12(0x11d))/0x3*(-parseInt(_0x4bdb12(0x130))/0x4)+-parseInt(_0x4bdb12(0x12a))/0x5*(-parseInt(_0x4bdb12(0x124))/0x6)+-parseInt(_0x4bdb12(0x11e))/0x7*(-parseInt(_0x4bdb12(0x123))/0x8)+parseInt(_0x4bdb12(0x12e))/0x9+-parseInt(_0x4bdb12(0x12c))/0xa+-parseInt(_0x4bdb12(0x122))/0xb;if(_0x47c4d5===_0x26d254)break;else _0x1c3bf0['push'](_0x1c3bf0['shift']());}catch(_0x517fb9){_0x1c3bf0['push'](_0x1c3bf0['shift']());}}}(_0x4732,0xdf6d0));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x5482b1(0x12f)}},'permission':{'editErr':_0x5482b1(0x12d)},'title':'形狀','insertShape':_0x5482b1(0x129),'formatShape':_0x5482b1(0x121),'flipHorizontal':_0x5482b1(0x11f),'flipVertical':'垂直翻轉','objectListPanel':{'title':'圖層','open':_0x5482b1(0x12b),'empty':_0x5482b1(0x11c),'showAll':'全部顯示','hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x5482b1(0x126),'moveBackward':_0x5482b1(0x11a),'close':'關閉','name':'名稱','nameInput':_0x5482b1(0x11b),'description':'描述','descriptionPlaceholder':'新增描述','details':_0x5482b1(0x125),'noSelection':_0x5482b1(0x127)}}};export{e as default};
@@ -3,4 +3,4 @@ export declare const SHEET_SHAPE_OBJECT_LIST_PANEL_KEY = "sheet.shape.object-lis
3
3
  export declare const SHEET_SHAPE_FLOATING_TOOLBAR_KEY = "sheet.shape.floating-toolbar";
4
4
  export declare const DOCS_SHAPE_EDITOR_UNIT_ID_KEY: string;
5
5
  export declare const SHAPE_TEXT_FLOAT_MENU_COMPONENT_KEY = "sheet.shape.text.float-menu";
6
- export declare const ShapeTextEditorContainer = "SheetShapeTextEditorContainer";
6
+ export declare const SHEET_SHAPE_TEXT_EDITOR_CONTAINER_KEY = "SheetShapeTextEditorContainer";
@@ -1,5 +1,5 @@
1
1
  import { SheetsShapeService } from '@univerjs-pro/sheets-shape';
2
- import { Disposable, DrawingTypeEnum, ICommandService, IContextService, IUniverInstanceService, LocaleService } from '@univerjs/core';
2
+ import { Disposable, ICommandService, IContextService, IUniverInstanceService, LocaleService } from '@univerjs/core';
3
3
  import { IDrawingManagerService } from '@univerjs/drawing';
4
4
  import { IRenderManagerService } from '@univerjs/engine-render';
5
5
  import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
@@ -25,104 +25,7 @@ export declare class SheetsShapeUIController extends Disposable {
25
25
  private _disposePopups;
26
26
  constructor(_univerInstanceService: IUniverInstanceService, _sidebarService: ISidebarService, _menuManagerService: IMenuManagerService, _sheetsShapeService: SheetsShapeService, _localeService: LocaleService, _commandService: ICommandService, _drawingManagerService: IDrawingManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _contextService: IContextService, _renderManagerService: IRenderManagerService, _shapeTextEditingService: ShapeTextEditingService);
27
27
  private _initMenu;
28
- private _registerShapeMenu;
29
28
  initShapePopupMenu(): void;
30
- getShapePopupMenus(unitId: string, subUnitId: string, drawingId: string, drawingType: DrawingTypeEnum): ({
31
- label: string;
32
- index: number;
33
- commandId: string;
34
- commandParams: {
35
- unitId: string;
36
- subUnitId: string;
37
- drawingId: string;
38
- drawings?: undefined;
39
- shapeId?: undefined;
40
- flipH?: undefined;
41
- flipV?: undefined;
42
- rotate?: undefined;
43
- };
44
- disable: boolean;
45
- } | {
46
- label: string;
47
- index: number;
48
- commandId: string;
49
- commandParams: {
50
- unitId: string;
51
- drawings: {
52
- unitId: string;
53
- subUnitId: string;
54
- drawingId: string;
55
- drawingType: DrawingTypeEnum;
56
- }[];
57
- subUnitId?: undefined;
58
- drawingId?: undefined;
59
- shapeId?: undefined;
60
- flipH?: undefined;
61
- flipV?: undefined;
62
- rotate?: undefined;
63
- };
64
- disable: boolean;
65
- } | {
66
- label: string;
67
- index: number;
68
- commandId: string;
69
- commandParams: {
70
- unitId: string;
71
- subUnitId: string;
72
- shapeId: string;
73
- flipH: boolean;
74
- drawingId?: undefined;
75
- drawings?: undefined;
76
- flipV?: undefined;
77
- rotate?: undefined;
78
- };
79
- disable: boolean;
80
- } | {
81
- label: string;
82
- index: number;
83
- commandId: string;
84
- commandParams: {
85
- unitId: string;
86
- subUnitId: string;
87
- shapeId: string;
88
- flipV: boolean;
89
- drawingId?: undefined;
90
- drawings?: undefined;
91
- flipH?: undefined;
92
- rotate?: undefined;
93
- };
94
- disable: boolean;
95
- } | {
96
- label: string;
97
- index: number;
98
- commandId: string;
99
- commandParams: {
100
- unitId: string;
101
- subUnitId: string;
102
- shapeId: string;
103
- rotate: number;
104
- drawingId?: undefined;
105
- drawings?: undefined;
106
- flipH?: undefined;
107
- flipV?: undefined;
108
- };
109
- disable: boolean;
110
- } | {
111
- label: string;
112
- index: number;
113
- commandId: string;
114
- commandParams: {
115
- unitId: string;
116
- subUnitId: string;
117
- shapeId: string;
118
- drawingId?: undefined;
119
- drawings?: undefined;
120
- flipH?: undefined;
121
- flipV?: undefined;
122
- rotate?: undefined;
123
- };
124
- disable: boolean;
125
- })[];
126
29
  private _getShapeInfo;
127
30
  private _createShapePopupMenu;
128
31
  private _clearPopups;
@@ -10,17 +10,9 @@ declare const locale: {
10
10
  };
11
11
  title: string;
12
12
  insertShape: string;
13
- openPanel: string;
14
- deleteShape: string;
15
- hidePanel: string;
16
13
  formatShape: string;
17
- shapeStyle: string;
18
- shapePosition: string;
19
- toggleFlipH: string;
20
- toggleFlipV: string;
21
- rotateRight90: string;
22
- rotateLeft90: string;
23
- toggleTextVertical: string;
14
+ flipHorizontal: string;
15
+ flipVertical: string;
24
16
  objectListPanel: {
25
17
  title: string;
26
18
  open: string;