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

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 (90) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/commands/command/update-shape-data.command.d.ts +1 -0
  62. package/lib/types/commands/operations/shape-ribbon.operation.d.ts +13 -0
  63. package/lib/types/const.d.ts +7 -0
  64. package/lib/types/controllers/shape-contextual-ribbon.controller.d.ts +18 -0
  65. package/lib/types/locale/en-US.d.ts +1 -0
  66. package/lib/types/menu/schema.d.ts +1 -0
  67. package/lib/types/menu/shape-format-ribbon.menu.d.ts +20 -0
  68. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +2 -3
  69. package/lib/types/views/shape-format-ribbon/SheetsShapeFormatRibbonControls.d.ts +8 -0
  70. package/lib/umd/index.js +1 -1
  71. package/lib/umd/locale/ar-SA.js +1 -1
  72. package/lib/umd/locale/ca-ES.js +1 -1
  73. package/lib/umd/locale/de-DE.js +1 -1
  74. package/lib/umd/locale/en-US.js +1 -1
  75. package/lib/umd/locale/es-ES.js +1 -1
  76. package/lib/umd/locale/fa-IR.js +1 -1
  77. package/lib/umd/locale/fr-FR.js +1 -1
  78. package/lib/umd/locale/id-ID.js +1 -1
  79. package/lib/umd/locale/it-IT.js +1 -1
  80. package/lib/umd/locale/ja-JP.js +1 -1
  81. package/lib/umd/locale/ko-KR.js +1 -1
  82. package/lib/umd/locale/pl-PL.js +1 -1
  83. package/lib/umd/locale/pt-BR.js +1 -1
  84. package/lib/umd/locale/ru-RU.js +1 -1
  85. package/lib/umd/locale/sk-SK.js +1 -1
  86. package/lib/umd/locale/vi-VN.js +1 -1
  87. package/lib/umd/locale/zh-CN.js +1 -1
  88. package/lib/umd/locale/zh-HK.js +1 -1
  89. package/lib/umd/locale/zh-TW.js +1 -1
  90. package/package.json +18 -18
@@ -1 +1 @@
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
+ const _0x3fbf43=_0x249b;function _0x249b(_0x549729,_0x3ab917){_0x549729=_0x549729-0x1e0;const _0x473e05=_0x473e();let _0x249b58=_0x473e05[_0x549729];return _0x249b58;}(function(_0x59bd10,_0x42259b){const _0xbea550=_0x249b,_0x10021d=_0x59bd10();while(!![]){try{const _0x55835c=-parseInt(_0xbea550(0x1f0))/0x1*(parseInt(_0xbea550(0x1ed))/0x2)+-parseInt(_0xbea550(0x1e8))/0x3+-parseInt(_0xbea550(0x1f7))/0x4+-parseInt(_0xbea550(0x1e1))/0x5+-parseInt(_0xbea550(0x1ef))/0x6+-parseInt(_0xbea550(0x1ec))/0x7+parseInt(_0xbea550(0x1e7))/0x8*(parseInt(_0xbea550(0x1ee))/0x9);if(_0x55835c===_0x42259b)break;else _0x10021d['push'](_0x10021d['shift']());}catch(_0x35c58e){_0x10021d['push'](_0x10021d['shift']());}}}(_0x473e,0xf265b));function _0x473e(){const _0x58776a=['إدراج\x20شكل','4544892ZrDJax','الوصف','9254055EBbMzb','إخفاء\x20الكل','عكس\x20رأسي','شكل','إخفاء','اسم\x20الكائن','8yNzoFp','872763ZZYyNn','أنماط\x20سريعة','إظهار\x20الكل','لا\x20توجد\x20كائنات','1967455JDDRUJ','2578146BnTMdx','57975354rYPaQP','3604524KIlFCH','1KrXxAc','عكس\x20أفقي','تنسيق\x20الشكل','التفاصيل','إضافة\x20وصف','حدد\x20كائنًا\x20لتحرير\x20تفاصيله'];_0x473e=function(){return _0x58776a;};return _0x473e();}const e={'sheets-shape-ui':{'quickStyles':_0x3fbf43(0x1e9),'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x3fbf43(0x1e4),'insertShape':_0x3fbf43(0x1f6),'formatShape':_0x3fbf43(0x1f2),'flipHorizontal':_0x3fbf43(0x1f1),'flipVertical':_0x3fbf43(0x1e3),'objectListPanel':{'title':'الطبقات','open':'فتح\x20لوحة\x20الطبقات','empty':_0x3fbf43(0x1eb),'showAll':_0x3fbf43(0x1ea),'hideAll':_0x3fbf43(0x1e2),'show':'إظهار','hide':_0x3fbf43(0x1e5),'moveForward':'إحضار\x20للأمام','moveBackward':'إرسال\x20للخلف','close':'إغلاق','name':'الاسم','nameInput':_0x3fbf43(0x1e6),'description':_0x3fbf43(0x1e0),'descriptionPlaceholder':_0x3fbf43(0x1f4),'details':_0x3fbf43(0x1f3),'noSelection':_0x3fbf43(0x1f5)}}};export{e as default};
@@ -1 +1 @@
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
+ const _0xf0546e=_0x5b5c;function _0x5b5c(_0x2ad2a7,_0xa864a1){_0x2ad2a7=_0x2ad2a7-0x15b;const _0x1ac3c6=_0x1ac3();let _0x5b5c98=_0x1ac3c6[_0x2ad2a7];return _0x5b5c98;}(function(_0x3199d0,_0x8567ac){const _0x539a9e=_0x5b5c,_0x379487=_0x3199d0();while(!![]){try{const _0x4e701d=-parseInt(_0x539a9e(0x15b))/0x1*(parseInt(_0x539a9e(0x173))/0x2)+-parseInt(_0x539a9e(0x16f))/0x3+-parseInt(_0x539a9e(0x165))/0x4*(parseInt(_0x539a9e(0x167))/0x5)+-parseInt(_0x539a9e(0x161))/0x6+parseInt(_0x539a9e(0x171))/0x7+parseInt(_0x539a9e(0x16b))/0x8+parseInt(_0x539a9e(0x16a))/0x9;if(_0x4e701d===_0x8567ac)break;else _0x379487['push'](_0x379487['shift']());}catch(_0x1635e0){_0x379487['push'](_0x379487['shift']());}}}(_0x1ac3,0xb4d6f));function _0x1ac3(){const _0x57668f=['1792855gwvDDy','Girar\x20horitzontalment','Descripció','1992861aGmVdV','11296784OgWQAC','Forma','Capes','Mostra','173601pnLMgG','Obre\x20el\x20tauler\x20de\x20capes','10142377OuhrRg','Afegeix\x20descripcio','26CRIWjG','102854bTwPcK','Amaga-ho\x20tot','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Amagar','Format\x20de\x20forma','Porta\x20endavant','1377648yzcTrI','Nom\x20de\x20l’objecte','Girar\x20verticalment','Sense\x20objectes','8cdyDkG','Mostra-ho\x20tot'];_0x1ac3=function(){return _0x57668f;};return _0x1ac3();}const e={'sheets-shape-ui':{'quickStyles':'Estils\x20ràpids','imagePanel':{'crop':{'shape':'Retalla\x20a\x20forma'}},'permission':{'editErr':_0xf0546e(0x15d)},'title':_0xf0546e(0x16c),'insertShape':'Inserir\x20forma','formatShape':_0xf0546e(0x15f),'flipHorizontal':_0xf0546e(0x168),'flipVertical':_0xf0546e(0x163),'objectListPanel':{'title':_0xf0546e(0x16d),'open':_0xf0546e(0x170),'empty':_0xf0546e(0x164),'showAll':_0xf0546e(0x166),'hideAll':_0xf0546e(0x15c),'show':_0xf0546e(0x16e),'hide':_0xf0546e(0x15e),'moveForward':_0xf0546e(0x160),'moveBackward':'Envia\x20enrere','close':'Tancar','name':'Nom','nameInput':_0xf0546e(0x162),'description':_0xf0546e(0x169),'descriptionPlaceholder':_0xf0546e(0x172),'details':'Detalls','noSelection':'Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x5bf1cb=_0x341a;(function(_0x4a46bf,_0x32a424){const _0x5278bf=_0x341a,_0x7f0194=_0x4a46bf();while(!![]){try{const _0x1efee7=-parseInt(_0x5278bf(0x150))/0x1*(parseInt(_0x5278bf(0x142))/0x2)+parseInt(_0x5278bf(0x138))/0x3+-parseInt(_0x5278bf(0x14b))/0x4+-parseInt(_0x5278bf(0x14e))/0x5+parseInt(_0x5278bf(0x13d))/0x6*(parseInt(_0x5278bf(0x139))/0x7)+parseInt(_0x5278bf(0x153))/0x8*(-parseInt(_0x5278bf(0x152))/0x9)+parseInt(_0x5278bf(0x137))/0xa;if(_0x1efee7===_0x32a424)break;else _0x7f0194['push'](_0x7f0194['shift']());}catch(_0x3fc346){_0x7f0194['push'](_0x7f0194['shift']());}}}(_0x469b,0x4cbba));function _0x469b(){const _0xc84b58=['Objektname','Beschreibung\x20hinzufügen','Form\x20formatieren','Form\x20einfügen','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Weiter\x20nach\x20vorne','2249764XEMvwV','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Auf\x20Form\x20zuschneiden','282680ouRFMb','Ebenenbereich\x20öffnen','2935wnexhI','Form','32139ZxbBlS','216gKwXtr','Anzeigen','4275860sYjIhm','1538898dXyNFF','147uxQMjf','Name','Details','Alle\x20ausblenden','165510epPDPc','Schnellformatvorlagen','Schließen','Alle\x20anzeigen','Vertikal\x20spiegeln','334tzindk','Beschreibung','Ausblenden'];_0x469b=function(){return _0xc84b58;};return _0x469b();}function _0x341a(_0x57b340,_0x34a081){_0x57b340=_0x57b340-0x136;const _0x469ba8=_0x469b();let _0x341ad8=_0x469ba8[_0x57b340];return _0x341ad8;}const e={'sheets-shape-ui':{'quickStyles':_0x5bf1cb(0x13e),'imagePanel':{'crop':{'shape':_0x5bf1cb(0x14d)}},'permission':{'editErr':_0x5bf1cb(0x14c)},'title':_0x5bf1cb(0x151),'insertShape':_0x5bf1cb(0x148),'formatShape':_0x5bf1cb(0x147),'flipHorizontal':'Horizontal\x20spiegeln','flipVertical':_0x5bf1cb(0x141),'objectListPanel':{'title':'Ebenen','open':_0x5bf1cb(0x14f),'empty':'Keine\x20Objekte','showAll':_0x5bf1cb(0x140),'hideAll':_0x5bf1cb(0x13c),'show':_0x5bf1cb(0x136),'hide':_0x5bf1cb(0x144),'moveForward':_0x5bf1cb(0x14a),'moveBackward':'Weiter\x20nach\x20hinten','close':_0x5bf1cb(0x13f),'name':_0x5bf1cb(0x13a),'nameInput':_0x5bf1cb(0x145),'description':_0x5bf1cb(0x143),'descriptionPlaceholder':_0x5bf1cb(0x146),'details':_0x5bf1cb(0x13b),'noSelection':_0x5bf1cb(0x149)}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x82ae67=_0x43a1;(function(_0x18c4a7,_0x41d723){const _0x106059=_0x43a1,_0x3971bd=_0x18c4a7();while(!![]){try{const _0x1e0d96=parseInt(_0x106059(0x74))/0x1*(-parseInt(_0x106059(0x70))/0x2)+parseInt(_0x106059(0x8c))/0x3*(-parseInt(_0x106059(0x82))/0x4)+parseInt(_0x106059(0x83))/0x5+-parseInt(_0x106059(0x80))/0x6+parseInt(_0x106059(0x72))/0x7*(-parseInt(_0x106059(0x85))/0x8)+-parseInt(_0x106059(0x81))/0x9*(-parseInt(_0x106059(0x7d))/0xa)+parseInt(_0x106059(0x76))/0xb*(parseInt(_0x106059(0x79))/0xc);if(_0x1e0d96===_0x41d723)break;else _0x3971bd['push'](_0x3971bd['shift']());}catch(_0xaa1f79){_0x3971bd['push'](_0x3971bd['shift']());}}}(_0x21ad,0x629fa));const e={'sheets-shape-ui':{'quickStyles':'Quick\x20styles','imagePanel':{'crop':{'shape':_0x82ae67(0x77)}},'permission':{'editErr':_0x82ae67(0x84)},'title':_0x82ae67(0x7b),'insertShape':_0x82ae67(0x7e),'formatShape':_0x82ae67(0x7f),'flipHorizontal':_0x82ae67(0x8a),'flipVertical':_0x82ae67(0x86),'objectListPanel':{'title':_0x82ae67(0x8d),'open':_0x82ae67(0x7c),'empty':_0x82ae67(0x87),'showAll':_0x82ae67(0x78),'hideAll':_0x82ae67(0x8b),'show':_0x82ae67(0x6e),'hide':_0x82ae67(0x6d),'moveForward':'Bring\x20Forward','moveBackward':_0x82ae67(0x75),'close':_0x82ae67(0x71),'name':_0x82ae67(0x89),'nameInput':_0x82ae67(0x6f),'description':_0x82ae67(0x73),'descriptionPlaceholder':'Add\x20description','details':_0x82ae67(0x88),'noSelection':_0x82ae67(0x7a)}}};function _0x21ad(){const _0x5c33e5=['20UoyqcL','Insert\x20Shape','Format\x20Shape','3633540eFzsDC','1360026SgrTIn','88128GlkCTz','1230985zzDtWF','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','78616KmieLc','Flip\x20Vertical','No\x20objects','Details','Name','Flip\x20Horizontal','Hide\x20All','9jvgqOr','Layers','Hide','Show','Object\x20name','1718tFLQEQ','Close','539mkPyHt','Description','562mXDtgg','Send\x20Backward','154FNOoZa','Crop\x20to\x20Shape','Show\x20All','1514280SGEVZm','Select\x20an\x20object\x20to\x20edit\x20details','Shape','Open\x20Layers\x20Panel'];_0x21ad=function(){return _0x5c33e5;};return _0x21ad();}function _0x43a1(_0x6716b5,_0x19dd92){_0x6716b5=_0x6716b5-0x6d;const _0x21ad9f=_0x21ad();let _0x43a136=_0x21ad9f[_0x6716b5];return _0x43a136;}export{e as default};
@@ -1 +1 @@
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
+ function _0x5189(){const _0x5c370e=['El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Traer\x20adelante','6233899jxywln','Mostrar\x20todo','Ocultar','72EmZbur','Nombre\x20del\x20objeto','Mostrar','Detalles','Forma','Formato\x20de\x20forma','Enviar\x20atrás','Estilos\x20rápidos','Descripción','Cerrar','Sin\x20objetos','8946204EaeNSB','795397VazvBC','2773690xZZblu','12508104gkJebq','Recortar\x20a\x20forma','Agregar\x20descripción','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','3TTrXBz','Ocultar\x20todo','3165394uFqcvd','7643900VcBBAP','Capas','4TWacBX'];_0x5189=function(){return _0x5c370e;};return _0x5189();}function _0x40eb(_0x2eee21,_0x1252db){_0x2eee21=_0x2eee21-0x171;const _0x5189ad=_0x5189();let _0x40eb7e=_0x5189ad[_0x2eee21];return _0x40eb7e;}const _0x178c8b=_0x40eb;(function(_0x51db8c,_0x2dc92d){const _0x1c40cd=_0x40eb,_0x8df09f=_0x51db8c();while(!![]){try{const _0x536a0b=parseInt(_0x1c40cd(0x177))/0x1+parseInt(_0x1c40cd(0x17f))/0x2*(parseInt(_0x1c40cd(0x17d))/0x3)+-parseInt(_0x1c40cd(0x182))/0x4*(parseInt(_0x1c40cd(0x180))/0x5)+parseInt(_0x1c40cd(0x176))/0x6+-parseInt(_0x1c40cd(0x185))/0x7+parseInt(_0x1c40cd(0x179))/0x8+parseInt(_0x1c40cd(0x188))/0x9*(-parseInt(_0x1c40cd(0x178))/0xa);if(_0x536a0b===_0x2dc92d)break;else _0x8df09f['push'](_0x8df09f['shift']());}catch(_0x34762b){_0x8df09f['push'](_0x8df09f['shift']());}}}(_0x5189,0xc1ef0));const e={'sheets-shape-ui':{'quickStyles':_0x178c8b(0x172),'imagePanel':{'crop':{'shape':_0x178c8b(0x17a)}},'permission':{'editErr':_0x178c8b(0x183)},'title':_0x178c8b(0x18c),'insertShape':'Insertar\x20forma','formatShape':_0x178c8b(0x18d),'flipHorizontal':'Voltear\x20horizontalmente','flipVertical':'Voltear\x20verticalmente','objectListPanel':{'title':_0x178c8b(0x181),'open':'Abrir\x20panel\x20de\x20capas','empty':_0x178c8b(0x175),'showAll':_0x178c8b(0x186),'hideAll':_0x178c8b(0x17e),'show':_0x178c8b(0x18a),'hide':_0x178c8b(0x187),'moveForward':_0x178c8b(0x184),'moveBackward':_0x178c8b(0x171),'close':_0x178c8b(0x174),'name':'Nombre','nameInput':_0x178c8b(0x189),'description':_0x178c8b(0x173),'descriptionPlaceholder':_0x178c8b(0x17b),'details':_0x178c8b(0x18b),'noSelection':_0x178c8b(0x17c)}}};export{e as default};
@@ -1 +1 @@
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
+ function _0x2e96(_0x4ae33d,_0x24b285){_0x4ae33d=_0x4ae33d-0xe9;const _0x3196eb=_0x3196();let _0x2e963a=_0x3196eb[_0x4ae33d];return _0x2e963a;}const _0x3ae52d=_0x2e96;(function(_0x4224dd,_0x4e838d){const _0x506ea8=_0x2e96,_0x26d746=_0x4224dd();while(!![]){try{const _0x7a907=-parseInt(_0x506ea8(0xfa))/0x1*(-parseInt(_0x506ea8(0xfc))/0x2)+parseInt(_0x506ea8(0xf8))/0x3*(-parseInt(_0x506ea8(0xee))/0x4)+parseInt(_0x506ea8(0xf5))/0x5+parseInt(_0x506ea8(0xf1))/0x6+parseInt(_0x506ea8(0xe9))/0x7*(-parseInt(_0x506ea8(0xeb))/0x8)+parseInt(_0x506ea8(0xfd))/0x9*(-parseInt(_0x506ea8(0xf2))/0xa)+parseInt(_0x506ea8(0xec))/0xb;if(_0x7a907===_0x4e838d)break;else _0x26d746['push'](_0x26d746['shift']());}catch(_0x1feedf){_0x26d746['push'](_0x26d746['shift']());}}}(_0x3196,0x3d2f2));const e={'sheets-shape-ui':{'quickStyles':'سبک‌های\x20سریع','imagePanel':{'crop':{'shape':'کراپ\x20به\x20شکل'}},'permission':{'editErr':_0x3ae52d(0xf0)},'title':_0x3ae52d(0xf6),'insertShape':_0x3ae52d(0xfb),'formatShape':_0x3ae52d(0xf4),'flipHorizontal':'برگرداندن\x20افقی','flipVertical':_0x3ae52d(0x102),'objectListPanel':{'title':_0x3ae52d(0x101),'open':'باز\x20کردن\x20پنل\x20لایه‌ها','empty':_0x3ae52d(0xed),'showAll':_0x3ae52d(0xea),'hideAll':_0x3ae52d(0xf7),'show':_0x3ae52d(0xfe),'hide':_0x3ae52d(0xff),'moveForward':_0x3ae52d(0x100),'moveBackward':_0x3ae52d(0xef),'close':'بستن','name':_0x3ae52d(0x103),'nameInput':'نام\x20شیء','description':'توضیحات','descriptionPlaceholder':_0x3ae52d(0xf9),'details':_0x3ae52d(0xf3),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};export{e as default};function _0x3196(){const _0x585939=['1314588NXylLo','هیچ\x20شیئی\x20وجود\x20ندارد','160gtSnEM','فرستادن\x20به\x20عقب','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','2474424FClXsL','1332020xYCGXA','جزئیات','قالب‌بندی\x20شکل','2374345QMklxL','شکل','پنهان\x20کردن\x20همه','27327qzYswL','افزودن\x20توضیحات','419bPTWsg','درج\x20شکل','546cTnYbL','27SIWcOW','نمایش','پنهان\x20کردن','آوردن\x20به\x20جلو','لایه‌ها','برگرداندن\x20عمودی','نام','23317wKOrYK','نمایش\x20همه','256bdVBpL'];_0x3196=function(){return _0x585939;};return _0x3196();}
@@ -1 +1 @@
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
+ const _0x41ce1f=_0x48ea;function _0x48ea(_0x4b7e48,_0x3ab3fb){_0x4b7e48=_0x4b7e48-0x14c;const _0x5942dd=_0x5942();let _0x48eae4=_0x5942dd[_0x4b7e48];return _0x48eae4;}(function(_0x27fa03,_0x4a04bd){const _0xe974c1=_0x48ea,_0x3d5311=_0x27fa03();while(!![]){try{const _0x51786a=-parseInt(_0xe974c1(0x164))/0x1*(parseInt(_0xe974c1(0x161))/0x2)+parseInt(_0xe974c1(0x150))/0x3+parseInt(_0xe974c1(0x156))/0x4+parseInt(_0xe974c1(0x14c))/0x5*(parseInt(_0xe974c1(0x15f))/0x6)+-parseInt(_0xe974c1(0x163))/0x7+parseInt(_0xe974c1(0x14f))/0x8+-parseInt(_0xe974c1(0x166))/0x9;if(_0x51786a===_0x4a04bd)break;else _0x3d5311['push'](_0x3d5311['shift']());}catch(_0x2e212a){_0x3d5311['push'](_0x3d5311['shift']());}}}(_0x5942,0x5f0b7));const e={'sheets-shape-ui':{'quickStyles':_0x41ce1f(0x158),'imagePanel':{'crop':{'shape':_0x41ce1f(0x15c)}},'permission':{'editErr':_0x41ce1f(0x15b)},'title':'Forme','insertShape':'Insérer\x20une\x20forme','formatShape':_0x41ce1f(0x157),'flipHorizontal':_0x41ce1f(0x15e),'flipVertical':_0x41ce1f(0x162),'objectListPanel':{'title':_0x41ce1f(0x160),'open':_0x41ce1f(0x151),'empty':'Aucun\x20objet','showAll':_0x41ce1f(0x152),'hideAll':_0x41ce1f(0x15a),'show':_0x41ce1f(0x155),'hide':_0x41ce1f(0x159),'moveForward':_0x41ce1f(0x14d),'moveBackward':_0x41ce1f(0x153),'close':_0x41ce1f(0x165),'name':_0x41ce1f(0x15d),'nameInput':'Nom\x20de\x20l’objet','description':'Description','descriptionPlaceholder':_0x41ce1f(0x154),'details':'Détails','noSelection':_0x41ce1f(0x14e)}}};export{e as default};function _0x5942(){const _0x597f5d=['Ouvrir\x20le\x20panneau\x20des\x20calques','Tout\x20afficher','Reculer','Ajouter\x20une\x20description','Afficher','699940fTeKof','Format\x20de\x20la\x20forme','Styles\x20rapides','Masquer','Tout\x20masquer','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Rogner\x20à\x20la\x20forme','Nom','Retourner\x20horizontalement','157254GjPZBu','Calques','206192RjxmUF','Retourner\x20verticalement','2430659WDjbLq','2UYieoy','Fermer','4279491VlCgQR','45vYvNTa','Avancer','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','2233112iFqkzQ','2184678DJIoKg'];_0x5942=function(){return _0x597f5d;};return _0x5942();}
@@ -1 +1 @@
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
+ const _0x55f252=_0x3cda;function _0x3cda(_0x555346,_0x532de7){_0x555346=_0x555346-0x1e0;const _0x3441f2=_0x3441();let _0x3cda29=_0x3441f2[_0x555346];return _0x3cda29;}function _0x3441(){const _0x2eae63=['7cJfnIC','5449288qXpBmn','Balik\x20Horizontal','Tampilkan\x20semua','Format\x20Bentuk','59424LFWZGY','Pangkas\x20ke\x20Bentuk','Sisipkan\x20Bentuk','8dqNulk','Detail','Sembunyikan','Sembunyikan\x20semua','1157305uvJnVA','22RIGlGb','Nama','3930138HtSJhR','221445oSCnGY','4tZOgJu','Tidak\x20ada\x20objek','Balik\x20Vertikal','Buka\x20Panel\x20Lapisan','Tutup','Lapisan','9388450mEHPPM','4392111AirrYM'];_0x3441=function(){return _0x2eae63;};return _0x3441();}(function(_0x4aa3ea,_0x44854d){const _0x585eb9=_0x3cda,_0x4f109c=_0x4aa3ea();while(!![]){try{const _0x2dd3a0=parseInt(_0x585eb9(0x1e0))/0x1*(parseInt(_0x585eb9(0x1ed))/0x2)+-parseInt(_0x585eb9(0x1e7))/0x3+-parseInt(_0x585eb9(0x1f0))/0x4*(-parseInt(_0x585eb9(0x1f4))/0x5)+-parseInt(_0x585eb9(0x1f7))/0x6*(-parseInt(_0x585eb9(0x1e8))/0x7)+-parseInt(_0x585eb9(0x1e9))/0x8+-parseInt(_0x585eb9(0x1f8))/0x9+-parseInt(_0x585eb9(0x1e6))/0xa*(-parseInt(_0x585eb9(0x1f5))/0xb);if(_0x2dd3a0===_0x44854d)break;else _0x4f109c['push'](_0x4f109c['shift']());}catch(_0x54bb76){_0x4f109c['push'](_0x4f109c['shift']());}}}(_0x3441,0xe6a28));const e={'sheets-shape-ui':{'quickStyles':'Gaya\x20Cepat','imagePanel':{'crop':{'shape':_0x55f252(0x1ee)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':_0x55f252(0x1ef),'formatShape':_0x55f252(0x1ec),'flipHorizontal':_0x55f252(0x1ea),'flipVertical':_0x55f252(0x1e2),'objectListPanel':{'title':_0x55f252(0x1e5),'open':_0x55f252(0x1e3),'empty':_0x55f252(0x1e1),'showAll':_0x55f252(0x1eb),'hideAll':_0x55f252(0x1f3),'show':'Tampilkan','hide':_0x55f252(0x1f2),'moveForward':'Bawa\x20ke\x20Depan','moveBackward':'Kirim\x20ke\x20Belakang','close':_0x55f252(0x1e4),'name':_0x55f252(0x1f6),'nameInput':'Nama\x20objek','description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x55f252(0x1f1),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x52c321=_0x5269;function _0x5269(_0x5a4bc0,_0xc33501){_0x5a4bc0=_0x5a4bc0-0xfd;const _0x12fb66=_0x12fb();let _0x526996=_0x12fb66[_0x5a4bc0];return _0x526996;}(function(_0x39821b,_0x9876fb){const _0x182d36=_0x5269,_0x17cd01=_0x39821b();while(!![]){try{const _0x5e6544=-parseInt(_0x182d36(0x10e))/0x1*(parseInt(_0x182d36(0x105))/0x2)+-parseInt(_0x182d36(0x115))/0x3*(parseInt(_0x182d36(0x10a))/0x4)+parseInt(_0x182d36(0x10f))/0x5*(parseInt(_0x182d36(0x111))/0x6)+parseInt(_0x182d36(0x107))/0x7+-parseInt(_0x182d36(0xfe))/0x8*(parseInt(_0x182d36(0x102))/0x9)+-parseInt(_0x182d36(0x117))/0xa*(-parseInt(_0x182d36(0x108))/0xb)+-parseInt(_0x182d36(0x109))/0xc*(-parseInt(_0x182d36(0xff))/0xd);if(_0x5e6544===_0x9876fb)break;else _0x17cd01['push'](_0x17cd01['shift']());}catch(_0xc4492a){_0x17cd01['push'](_0x17cd01['shift']());}}}(_0x12fb,0xc9621));const e={'sheets-shape-ui':{'quickStyles':_0x52c321(0x110),'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x52c321(0x106)},'title':'Forma','insertShape':'Inserisci\x20forma','formatShape':_0x52c321(0x112),'flipHorizontal':_0x52c321(0x104),'flipVertical':_0x52c321(0xfd),'objectListPanel':{'title':_0x52c321(0x113),'open':_0x52c321(0x114),'empty':_0x52c321(0x10c),'showAll':'Mostra\x20tutto','hideAll':'Nascondi\x20tutto','show':_0x52c321(0x101),'hide':_0x52c321(0x10d),'moveForward':'Porta\x20avanti','moveBackward':_0x52c321(0x103),'close':_0x52c321(0x100),'name':_0x52c321(0x116),'nameInput':'Nome\x20oggetto','description':'Descrizione','descriptionPlaceholder':'Aggiungi\x20descrizione','details':'Dettagli','noSelection':_0x52c321(0x10b)}}};function _0x12fb(){const _0x539a6f=['Nessun\x20oggetto','Nascondi','1600847cGtuZv','5luNeWN','Stili\x20rapidi','6675948ZnlrjY','Formato\x20forma','Livelli','Apri\x20pannello\x20livelli','3CscgLc','Nome','20cksWZM','Capovolgi\x20verticalmente','48GOsBlo','988lUVvmE','Chiudi','Mostra','782064dwBbmv','Porta\x20indietro','Capovolgi\x20orizzontalmente','2ZTeqhL','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','7801045lHqfvI','3872198NxpHjz','190392CXqonm','4759428REPrEe','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli'];_0x12fb=function(){return _0x539a6f;};return _0x12fb();}export{e as default};
@@ -1 +1 @@
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
+ const _0xe55257=_0x15c5;function _0x15c5(_0x43a813,_0x431161){_0x43a813=_0x43a813-0x11f;const _0x48c8bd=_0x48c8();let _0x15c5ab=_0x48c8bd[_0x43a813];return _0x15c5ab;}(function(_0x74a161,_0x4d2ab6){const _0x400e6e=_0x15c5,_0x5d4cd8=_0x74a161();while(!![]){try{const _0x443da6=-parseInt(_0x400e6e(0x128))/0x1+parseInt(_0x400e6e(0x122))/0x2+-parseInt(_0x400e6e(0x134))/0x3+-parseInt(_0x400e6e(0x137))/0x4+parseInt(_0x400e6e(0x120))/0x5+parseInt(_0x400e6e(0x129))/0x6+-parseInt(_0x400e6e(0x130))/0x7*(-parseInt(_0x400e6e(0x133))/0x8);if(_0x443da6===_0x4d2ab6)break;else _0x5d4cd8['push'](_0x5d4cd8['shift']());}catch(_0x2b8f0e){_0x5d4cd8['push'](_0x5d4cd8['shift']());}}}(_0x48c8,0xb1553));const e={'sheets-shape-ui':{'quickStyles':_0xe55257(0x12a),'imagePanel':{'crop':{'shape':_0xe55257(0x136)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0xe55257(0x132),'formatShape':_0xe55257(0x126),'flipHorizontal':'左右反転','flipVertical':_0xe55257(0x12d),'objectListPanel':{'title':_0xe55257(0x123),'open':_0xe55257(0x121),'empty':_0xe55257(0x12e),'showAll':_0xe55257(0x12c),'hideAll':_0xe55257(0x135),'show':'表示','hide':_0xe55257(0x125),'moveForward':_0xe55257(0x12b),'moveBackward':_0xe55257(0x131),'close':_0xe55257(0x12f),'name':'名前','nameInput':_0xe55257(0x127),'description':'説明','descriptionPlaceholder':_0xe55257(0x124),'details':'詳細','noSelection':_0xe55257(0x11f)}}};function _0x48c8(){const _0x5d4f4b=['416902MgDlfe','8350866kXiuZy','クイックスタイル','前面へ移動','すべて表示','上下反転','オブジェクトがありません','閉じる','427RygMXF','背面へ移動','図形の挿入','225560TTrGSU','4300944ThYAnS','すべて非表示','形状にトリミング','4964216eKOUNO','詳細を編集するオブジェクトを選択','2182965RvlATw','レイヤーパネルを開く','539320SRiRSn','レイヤー','説明を追加','非表示','図形の書式設定','オブジェクト名'];_0x48c8=function(){return _0x5d4f4b;};return _0x48c8();}export{e as default};
@@ -1 +1 @@
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
+ const _0x15ec0d=_0x19bc;function _0x29dd(){const _0x10a909=['2307226UHCmFS','5653671oNubfS','1MrHHWK','도형\x20서식','10701850xAdJnY','79672813IbkcSg','171016yQfWvy','모양에\x20맞게\x20자르기','모두\x20숨기기','451157SGabwV','개체\x20없음','137008oPxJrc','개체\x20이름','24hXWPDz','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','도형\x20삽입','가로\x20뒤집기','모두\x20표시','160eHgkzb','레이어\x20패널\x20열기','351zldExo'];_0x29dd=function(){return _0x10a909;};return _0x29dd();}(function(_0x41a457,_0x1877e6){const _0x3dcbc3=_0x19bc,_0x27a3fe=_0x41a457();while(!![]){try{const _0x449117=-parseInt(_0x3dcbc3(0xc6))/0x1*(parseInt(_0x3dcbc3(0xc4))/0x2)+-parseInt(_0x3dcbc3(0xc5))/0x3+-parseInt(_0x3dcbc3(0xcf))/0x4*(parseInt(_0x3dcbc3(0xd6))/0x5)+parseInt(_0x3dcbc3(0xd1))/0x6*(-parseInt(_0x3dcbc3(0xcd))/0x7)+-parseInt(_0x3dcbc3(0xca))/0x8*(parseInt(_0x3dcbc3(0xc3))/0x9)+-parseInt(_0x3dcbc3(0xc8))/0xa+parseInt(_0x3dcbc3(0xc9))/0xb;if(_0x449117===_0x1877e6)break;else _0x27a3fe['push'](_0x27a3fe['shift']());}catch(_0x49967c){_0x27a3fe['push'](_0x27a3fe['shift']());}}}(_0x29dd,0xe7371));function _0x19bc(_0x2d9dfd,_0x202e47){_0x2d9dfd=_0x2d9dfd-0xc2;const _0x29dd5e=_0x29dd();let _0x19bc14=_0x29dd5e[_0x2d9dfd];return _0x19bc14;}const e={'sheets-shape-ui':{'quickStyles':'빠른\x20스타일','imagePanel':{'crop':{'shape':_0x15ec0d(0xcb)}},'permission':{'editErr':'해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.'},'title':'도형','insertShape':_0x15ec0d(0xd3),'formatShape':_0x15ec0d(0xc7),'flipHorizontal':_0x15ec0d(0xd4),'flipVertical':'세로\x20뒤집기','objectListPanel':{'title':'레이어','open':_0x15ec0d(0xc2),'empty':_0x15ec0d(0xce),'showAll':_0x15ec0d(0xd5),'hideAll':_0x15ec0d(0xcc),'show':'표시','hide':'숨기기','moveForward':'앞으로\x20가져오기','moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':_0x15ec0d(0xd0),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':'세부\x20정보','noSelection':_0x15ec0d(0xd2)}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x32a810=_0x2716;(function(_0x39e374,_0xba33a1){const _0x166b84=_0x2716,_0x362295=_0x39e374();while(!![]){try{const _0x35afa2=parseInt(_0x166b84(0x8b))/0x1*(parseInt(_0x166b84(0x7f))/0x2)+-parseInt(_0x166b84(0x96))/0x3+parseInt(_0x166b84(0x84))/0x4*(-parseInt(_0x166b84(0x91))/0x5)+-parseInt(_0x166b84(0x82))/0x6*(parseInt(_0x166b84(0x89))/0x7)+-parseInt(_0x166b84(0x8e))/0x8*(-parseInt(_0x166b84(0x93))/0x9)+-parseInt(_0x166b84(0x92))/0xa+-parseInt(_0x166b84(0x8c))/0xb*(-parseInt(_0x166b84(0x9c))/0xc);if(_0x35afa2===_0xba33a1)break;else _0x362295['push'](_0x362295['shift']());}catch(_0x3a7531){_0x362295['push'](_0x362295['shift']());}}}(_0x5446,0xccd38));function _0x2716(_0x3915a8,_0x152f04){_0x3915a8=_0x3915a8-0x7f;const _0x544657=_0x5446();let _0x271645=_0x544657[_0x3915a8];return _0x271645;}function _0x5446(){const _0x168a74=['4884BFLQPC','4KwHyzn','Szczegóły','Przesuń\x20do\x20przodu','558exIsQM','Ukryj\x20wszystko','2108OkKGSa','Nazwa','Odbij\x20pionowo','Wstaw\x20kształt','Przesuń\x20do\x20tyłu','30282vVSpcQ','Zamknij','558921CvaoRR','68167KvUsoZ','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','8936YYbgrl','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Brak\x20obiektów','11195qtKhme','13324090cFxazs','8217mWImWo','Nazwa\x20obiektu','Warstwy','2718582FWcnms','Pokaż\x20wszystko','Formatuj\x20kształt','Ukryj','Dodaj\x20opis','Odbij\x20poziomo'];_0x5446=function(){return _0x168a74;};return _0x5446();}const e={'sheets-shape-ui':{'quickStyles':'Szybkie\x20style','imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x32a810(0x8d)},'title':'Kształt','insertShape':_0x32a810(0x87),'formatShape':_0x32a810(0x98),'flipHorizontal':_0x32a810(0x9b),'flipVertical':_0x32a810(0x86),'objectListPanel':{'title':_0x32a810(0x95),'open':'Otwórz\x20panel\x20warstw','empty':_0x32a810(0x90),'showAll':_0x32a810(0x97),'hideAll':_0x32a810(0x83),'show':'Pokaż','hide':_0x32a810(0x99),'moveForward':_0x32a810(0x81),'moveBackward':_0x32a810(0x88),'close':_0x32a810(0x8a),'name':_0x32a810(0x85),'nameInput':_0x32a810(0x94),'description':'Opis','descriptionPlaceholder':_0x32a810(0x9a),'details':_0x32a810(0x80),'noSelection':_0x32a810(0x8f)}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x33dbca=_0x5da7;(function(_0x54a668,_0x2166a1){const _0x16ed52=_0x5da7,_0x15e4fc=_0x54a668();while(!![]){try{const _0x1c400c=-parseInt(_0x16ed52(0xfe))/0x1*(-parseInt(_0x16ed52(0x10b))/0x2)+-parseInt(_0x16ed52(0x102))/0x3*(-parseInt(_0x16ed52(0x114))/0x4)+parseInt(_0x16ed52(0xfc))/0x5+parseInt(_0x16ed52(0x104))/0x6*(parseInt(_0x16ed52(0x109))/0x7)+-parseInt(_0x16ed52(0x111))/0x8+parseInt(_0x16ed52(0xff))/0x9*(parseInt(_0x16ed52(0x10e))/0xa)+-parseInt(_0x16ed52(0x101))/0xb*(parseInt(_0x16ed52(0x112))/0xc);if(_0x1c400c===_0x2166a1)break;else _0x15e4fc['push'](_0x15e4fc['shift']());}catch(_0x22e88b){_0x15e4fc['push'](_0x15e4fc['shift']());}}}(_0x151b,0xe5ac9));function _0x5da7(_0x5de432,_0x1f8455){_0x5de432=_0x5de432-0xf8;const _0x151b9f=_0x151b();let _0x5da7fc=_0x151b9f[_0x5de432];return _0x5da7fc;}const e={'sheets-shape-ui':{'quickStyles':_0x33dbca(0x10c),'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':'O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.'},'title':_0x33dbca(0x10f),'insertShape':'Inserir\x20forma','formatShape':_0x33dbca(0x103),'flipHorizontal':_0x33dbca(0xf8),'flipVertical':_0x33dbca(0x110),'objectListPanel':{'title':_0x33dbca(0xfd),'open':_0x33dbca(0xfa),'empty':_0x33dbca(0x10a),'showAll':_0x33dbca(0x107),'hideAll':'Ocultar\x20tudo','show':_0x33dbca(0x100),'hide':_0x33dbca(0x113),'moveForward':_0x33dbca(0x115),'moveBackward':_0x33dbca(0xf9),'close':_0x33dbca(0x106),'name':_0x33dbca(0x10d),'nameInput':_0x33dbca(0xfb),'description':_0x33dbca(0x108),'descriptionPlaceholder':'Adicionar\x20descrição','details':'Detalhes','noSelection':_0x33dbca(0x105)}}};function _0x151b(){const _0x55f069=['5079361gKpEuf','Nenhum\x20objeto','3520918QhrDAi','Estilos\x20rápidos','Nome','13834490yEXgmh','Forma','Inverter\x20verticalmente','6829888itMQuk','612012zJKtxD','Ocultar','128bfDHKc','Trazer\x20para\x20frente','Inverter\x20horizontalmente','Enviar\x20para\x20trás','Abrir\x20painel\x20de\x20camadas','Nome\x20do\x20objeto','3144635LesbaA','Camadas','1rvtMKR','9LfioMz','Mostrar','891RvbTSd','133791iNHuNb','Formatar\x20forma','6fcgZIv','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Fechar','Mostrar\x20tudo','Descrição'];_0x151b=function(){return _0x55f069;};return _0x151b();}export{e as default};
@@ -1 +1 @@
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
+ const _0x5d1ea9=_0x548d;function _0x548d(_0x13e618,_0x9e5dfe){_0x13e618=_0x13e618-0x90;const _0x5391aa=_0x5391();let _0x548dab=_0x5391aa[_0x13e618];return _0x548dab;}(function(_0x3f8762,_0x159f04){const _0x562838=_0x548d,_0x248638=_0x3f8762();while(!![]){try{const _0x16768b=parseInt(_0x562838(0x9e))/0x1+-parseInt(_0x562838(0xa3))/0x2*(-parseInt(_0x562838(0x9d))/0x3)+parseInt(_0x562838(0x97))/0x4+-parseInt(_0x562838(0x95))/0x5*(-parseInt(_0x562838(0xad))/0x6)+-parseInt(_0x562838(0x98))/0x7*(-parseInt(_0x562838(0x93))/0x8)+parseInt(_0x562838(0x94))/0x9+parseInt(_0x562838(0x9b))/0xa*(-parseInt(_0x562838(0xa8))/0xb);if(_0x16768b===_0x159f04)break;else _0x248638['push'](_0x248638['shift']());}catch(_0x20f3fc){_0x248638['push'](_0x248638['shift']());}}}(_0x5391,0xcf9dd));function _0x5391(){const _0x566620=['2ENLsmY','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Слои','Быстрые\x20стили','Фигура','99Ssvctq','Нет\x20объектов','Открыть\x20панель\x20слоев','Показать','Добавить\x20описание','269838Hxzykn','Имя\x20объекта','Сведения','Скрыть','1736IkjxVP','1413081whxWsK','165UpFFtq','Отразить\x20по\x20горизонтали','6345796ltCzOW','37583wIpkcO','Обрезать\x20по\x20форме','Описание','6284570NptsxM','Показать\x20все','4036821Odnzme','768263xFhceb','Закрыть','Переместить\x20назад','Выберите\x20объект\x20для\x20редактирования\x20сведений','Переместить\x20вперед'];_0x5391=function(){return _0x566620;};return _0x5391();}const e={'sheets-shape-ui':{'quickStyles':_0x5d1ea9(0xa6),'imagePanel':{'crop':{'shape':_0x5d1ea9(0x99)}},'permission':{'editErr':_0x5d1ea9(0xa4)},'title':_0x5d1ea9(0xa7),'insertShape':'Вставить\x20фигуру','formatShape':'Форматировать\x20фигуру','flipHorizontal':_0x5d1ea9(0x96),'flipVertical':'Отразить\x20по\x20вертикали','objectListPanel':{'title':_0x5d1ea9(0xa5),'open':_0x5d1ea9(0xaa),'empty':_0x5d1ea9(0xa9),'showAll':_0x5d1ea9(0x9c),'hideAll':'Скрыть\x20все','show':_0x5d1ea9(0xab),'hide':_0x5d1ea9(0x92),'moveForward':_0x5d1ea9(0xa2),'moveBackward':_0x5d1ea9(0xa0),'close':_0x5d1ea9(0x9f),'name':'Имя','nameInput':_0x5d1ea9(0x90),'description':_0x5d1ea9(0x9a),'descriptionPlaceholder':_0x5d1ea9(0xac),'details':_0x5d1ea9(0x91),'noSelection':_0x5d1ea9(0xa1)}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x74f8d4=_0xf338;(function(_0x2b1c1b,_0x1cbd7f){const _0x3e23ac=_0xf338,_0xf6ccf5=_0x2b1c1b();while(!![]){try{const _0x2640c3=-parseInt(_0x3e23ac(0xbc))/0x1*(-parseInt(_0x3e23ac(0xb9))/0x2)+parseInt(_0x3e23ac(0xaa))/0x3*(-parseInt(_0x3e23ac(0xb6))/0x4)+parseInt(_0x3e23ac(0xc6))/0x5*(-parseInt(_0x3e23ac(0xb4))/0x6)+parseInt(_0x3e23ac(0xc5))/0x7*(-parseInt(_0x3e23ac(0xba))/0x8)+-parseInt(_0x3e23ac(0xc2))/0x9*(parseInt(_0x3e23ac(0xaf))/0xa)+-parseInt(_0x3e23ac(0xbe))/0xb*(parseInt(_0x3e23ac(0xb0))/0xc)+-parseInt(_0x3e23ac(0xb7))/0xd*(-parseInt(_0x3e23ac(0xbf))/0xe);if(_0x2640c3===_0x1cbd7f)break;else _0xf6ccf5['push'](_0xf6ccf5['shift']());}catch(_0x456b27){_0xf6ccf5['push'](_0xf6ccf5['shift']());}}}(_0x1733,0xe6486));const e={'sheets-shape-ui':{'quickStyles':_0x74f8d4(0xad),'imagePanel':{'crop':{'shape':_0x74f8d4(0xb5)}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':'Tvar','insertShape':_0x74f8d4(0xc4),'formatShape':_0x74f8d4(0xc0),'flipHorizontal':_0x74f8d4(0xc1),'flipVertical':_0x74f8d4(0xb3),'objectListPanel':{'title':_0x74f8d4(0xb1),'open':_0x74f8d4(0xa9),'empty':'Žiadne\x20objekty','showAll':'Zobraziť\x20všetko','hideAll':_0x74f8d4(0xc7),'show':_0x74f8d4(0xae),'hide':'Skryť','moveForward':'Posunúť\x20dopredu','moveBackward':_0x74f8d4(0xa8),'close':_0x74f8d4(0xbb),'name':_0x74f8d4(0xab),'nameInput':_0x74f8d4(0xb8),'description':_0x74f8d4(0xbd),'descriptionPlaceholder':_0x74f8d4(0xac),'details':_0x74f8d4(0xc3),'noSelection':_0x74f8d4(0xb2)}}};function _0xf338(_0x40642c,_0x39e713){_0x40642c=_0x40642c-0xa8;const _0x1733d4=_0x1733();let _0xf3386a=_0x1733d4[_0x40642c];return _0xf3386a;}export{e as default};function _0x1733(){const _0x2d4a21=['Formátovať\x20tvar','Prevrátiť\x20vodorovne','27wQBHWQ','Podrobnosti','Vložiť\x20tvar','32102kBYYtW','1478975rppJkc','Skryť\x20všetko','Posunúť\x20dozadu','Otvoriť\x20panel\x20vrstiev','85167UpxVMo','Názov','Pridat\x20popis','Rýchle\x20štýly','Zobraziť','234590rXXkeR','60TkkRrK','Vrstvy','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Prevrátiť\x20zvislo','6dxmjnr','Oříznout\x20podle\x20tvaru','212hddRPQ','173017UDUxkf','Názov\x20objektu','2CqQmEk','992asmVOT','Zavrieť','192281NCyNWs','Popis','4107422gNQQJr','5320NYjWgY'];_0x1733=function(){return _0x2d4a21;};return _0x1733();}
@@ -1 +1 @@
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
+ function _0x1376(){const _0x51840e=['Cắt\x20theo\x20hình\x20dạng','Chi\x20tiết','1460436dwCByF','Hình\x20dạng','Mô\x20tả','Lật\x20ngang','Hiện','Chưa\x20có\x20đối\x20tượng','16143QBkCXs','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.','2300013dXhtsn','Tên\x20đối\x20tượng','Them\x20mo\x20ta','50584bQGjxU','258ZfAbIt','Tên','Đóng','2735544qhJsna','Đưa\x20xuống\x20dưới','Chèn\x20hình\x20dạng','Đưa\x20lên\x20trên','Ẩn\x20tất\x20cả','Mở\x20bảng\x20điều\x20khiển\x20lớp','Lật\x20dọc','462DEjoFL','Hiển\x20thị\x20tất\x20cả','3022630JfBRBP','647025QOGXde'];_0x1376=function(){return _0x51840e;};return _0x1376();}const _0x19d0e3=_0x3aac;function _0x3aac(_0x45a25a,_0x3d048e){_0x45a25a=_0x45a25a-0x1bb;const _0x137683=_0x1376();let _0x3aac10=_0x137683[_0x45a25a];return _0x3aac10;}(function(_0x3371d3,_0x219018){const _0x5b4228=_0x3aac,_0x451112=_0x3371d3();while(!![]){try{const _0x41e111=-parseInt(_0x5b4228(0x1c5))/0x1+parseInt(_0x5b4228(0x1d4))/0x2*(parseInt(_0x5b4228(0x1ce))/0x3)+parseInt(_0x5b4228(0x1bb))/0x4+-parseInt(_0x5b4228(0x1c4))/0x5+-parseInt(_0x5b4228(0x1c8))/0x6+-parseInt(_0x5b4228(0x1c2))/0x7*(-parseInt(_0x5b4228(0x1d3))/0x8)+parseInt(_0x5b4228(0x1d0))/0x9;if(_0x41e111===_0x219018)break;else _0x451112['push'](_0x451112['shift']());}catch(_0x4ae3f0){_0x451112['push'](_0x451112['shift']());}}}(_0x1376,0x87bb1));const e={'sheets-shape-ui':{'quickStyles':'Kiểu\x20nhanh','imagePanel':{'crop':{'shape':_0x19d0e3(0x1c6)}},'permission':{'editErr':_0x19d0e3(0x1cf)},'title':_0x19d0e3(0x1c9),'insertShape':_0x19d0e3(0x1bd),'formatShape':'Định\x20dạng\x20hình\x20dạng','flipHorizontal':_0x19d0e3(0x1cb),'flipVertical':_0x19d0e3(0x1c1),'objectListPanel':{'title':'Lớp','open':_0x19d0e3(0x1c0),'empty':_0x19d0e3(0x1cd),'showAll':_0x19d0e3(0x1c3),'hideAll':_0x19d0e3(0x1bf),'show':_0x19d0e3(0x1cc),'hide':'Ẩn','moveForward':_0x19d0e3(0x1be),'moveBackward':_0x19d0e3(0x1bc),'close':_0x19d0e3(0x1d6),'name':_0x19d0e3(0x1d5),'nameInput':_0x19d0e3(0x1d1),'description':_0x19d0e3(0x1ca),'descriptionPlaceholder':_0x19d0e3(0x1d2),'details':_0x19d0e3(0x1c7),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x5cef46=_0x445a;function _0x445a(_0x59bb1b,_0x3be68b){_0x59bb1b=_0x59bb1b-0x138;const _0x2153dd=_0x2153();let _0x445a09=_0x2153dd[_0x59bb1b];return _0x445a09;}(function(_0x1733b4,_0xe93d24){const _0x1451d2=_0x445a,_0x282317=_0x1733b4();while(!![]){try{const _0x2e60b7=-parseInt(_0x1451d2(0x14b))/0x1+-parseInt(_0x1451d2(0x13b))/0x2*(-parseInt(_0x1451d2(0x14d))/0x3)+parseInt(_0x1451d2(0x147))/0x4*(-parseInt(_0x1451d2(0x14c))/0x5)+-parseInt(_0x1451d2(0x14a))/0x6+-parseInt(_0x1451d2(0x138))/0x7*(-parseInt(_0x1451d2(0x148))/0x8)+-parseInt(_0x1451d2(0x14f))/0x9*(-parseInt(_0x1451d2(0x152))/0xa)+-parseInt(_0x1451d2(0x143))/0xb*(parseInt(_0x1451d2(0x142))/0xc);if(_0x2e60b7===_0xe93d24)break;else _0x282317['push'](_0x282317['shift']());}catch(_0x16b1cc){_0x282317['push'](_0x282317['shift']());}}}(_0x2153,0x32366));function _0x2153(){const _0xe801dc=['2976XBtIAu','416WxyrRR','垂直翻转','906300vuydKl','19674SwJfwE','1120vcgzyH','2019yjMTwI','快捷样式','12330clZgon','全部显示','全部隐藏','500DLvbgr','44114qQFuyT','裁剪为形状','对象名称','508VMLqWi','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','格式化形状','上移一层','暂无对象','打开图层面板','插入形状','24096zWsDeC','132qNfqqR','添加描述','水平翻转','下移一层'];_0x2153=function(){return _0xe801dc;};return _0x2153();}const e={'sheets-shape-ui':{'quickStyles':_0x5cef46(0x14e),'imagePanel':{'crop':{'shape':_0x5cef46(0x139)}},'permission':{'editErr':_0x5cef46(0x13c)},'title':'形状','insertShape':_0x5cef46(0x141),'formatShape':_0x5cef46(0x13d),'flipHorizontal':_0x5cef46(0x145),'flipVertical':_0x5cef46(0x149),'objectListPanel':{'title':'图层','open':_0x5cef46(0x140),'empty':_0x5cef46(0x13f),'showAll':_0x5cef46(0x150),'hideAll':_0x5cef46(0x151),'show':'显示','hide':'隐藏','moveForward':_0x5cef46(0x13e),'moveBackward':_0x5cef46(0x146),'close':'关闭','name':'名称','nameInput':_0x5cef46(0x13a),'description':'描述','descriptionPlaceholder':_0x5cef46(0x144),'details':'详情','noSelection':'选择对象以编辑详情'}}};export{e as default};
@@ -1 +1 @@
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
+ const _0x8486b8=_0x4657;(function(_0x3b1bc7,_0x8591ed){const _0x45b4e6=_0x4657,_0x2bd419=_0x3b1bc7();while(!![]){try{const _0x537303=-parseInt(_0x45b4e6(0x1ed))/0x1+-parseInt(_0x45b4e6(0x1fa))/0x2*(parseInt(_0x45b4e6(0x201))/0x3)+-parseInt(_0x45b4e6(0x200))/0x4+parseInt(_0x45b4e6(0x1f5))/0x5*(parseInt(_0x45b4e6(0x1ef))/0x6)+parseInt(_0x45b4e6(0x1fd))/0x7+-parseInt(_0x45b4e6(0x1ec))/0x8*(-parseInt(_0x45b4e6(0x1f4))/0x9)+parseInt(_0x45b4e6(0x1f0))/0xa;if(_0x537303===_0x8591ed)break;else _0x2bd419['push'](_0x2bd419['shift']());}catch(_0x1c4b0d){_0x2bd419['push'](_0x2bd419['shift']());}}}(_0x5b82,0x70e26));const e={'sheets-shape-ui':{'quickStyles':_0x8486b8(0x1fc),'imagePanel':{'crop':{'shape':_0x8486b8(0x1f2)}},'permission':{'editErr':_0x8486b8(0x1fb)},'title':'形狀','insertShape':_0x8486b8(0x1f8),'formatShape':_0x8486b8(0x1f7),'flipHorizontal':_0x8486b8(0x1fe),'flipVertical':_0x8486b8(0x1f1),'objectListPanel':{'title':'圖層','open':'開啟圖層面板','empty':_0x8486b8(0x1f3),'showAll':_0x8486b8(0x1f6),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x8486b8(0x1f9),'moveBackward':_0x8486b8(0x1ff),'close':'關閉','name':'名稱','nameInput':_0x8486b8(0x1ee),'description':'描述','descriptionPlaceholder':_0x8486b8(0x202),'details':'詳情','noSelection':_0x8486b8(0x203)}}};function _0x4657(_0x1c09e4,_0x1a9dd5){_0x1c09e4=_0x1c09e4-0x1ec;const _0x5b82d7=_0x5b82();let _0x465770=_0x5b82d7[_0x1c09e4];return _0x465770;}export{e as default};function _0x5b82(){const _0x372784=['插入形狀','上移一層','144PeMSiQ','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','快速樣式','5051270kzoEPE','水平翻轉','下移一層','541036BmvgLA','4989LNZPZg','新增描述','選擇物件以編輯詳情','147592SKJzmX','743198ifAozN','物件名稱','6rWXWHo','5356280YVxtCz','垂直翻轉','裁切為形狀','暫無物件','9itRTbh','924400AibmTJ','全部顯示','格式化形狀'];_0x5b82=function(){return _0x372784;};return _0x5b82();}
@@ -1 +1 @@
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};
1
+ function _0x3786(){const _0x1759a4=['垂直翻轉','4477720tSpbwl','水平翻轉','詳細資料','522lOlzup','全部隱藏','77sSJoPg','選取物件以編輯詳細資料','快捷樣式','78379UXThYN','格式化形狀','5ksfkjd','3048688GZmCvA','暫無物件','706xqvOfD','上移一層','下移一層','631253NfSuLG','新增描述','1481373wJVIEo','插入形狀','物件名稱','3439996zEYQtB','132KqkSRc'];_0x3786=function(){return _0x1759a4;};return _0x3786();}const _0x6daf3a=_0x5070;(function(_0x416017,_0x2ac253){const _0x2896cf=_0x5070,_0x27a21d=_0x416017();while(!![]){try{const _0x23b70e=-parseInt(_0x2896cf(0x15a))/0x1+-parseInt(_0x2896cf(0x157))/0x2*(parseInt(_0x2896cf(0x14d))/0x3)+parseInt(_0x2896cf(0x147))/0x4*(-parseInt(_0x2896cf(0x154))/0x5)+-parseInt(_0x2896cf(0x148))/0x6*(parseInt(_0x2896cf(0x152))/0x7)+-parseInt(_0x2896cf(0x155))/0x8+-parseInt(_0x2896cf(0x15c))/0x9+-parseInt(_0x2896cf(0x14a))/0xa*(-parseInt(_0x2896cf(0x14f))/0xb);if(_0x23b70e===_0x2ac253)break;else _0x27a21d['push'](_0x27a21d['shift']());}catch(_0x1a5fc6){_0x27a21d['push'](_0x27a21d['shift']());}}}(_0x3786,0xc0cd1));const e={'sheets-shape-ui':{'quickStyles':_0x6daf3a(0x151),'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x6daf3a(0x15d),'formatShape':_0x6daf3a(0x153),'flipHorizontal':_0x6daf3a(0x14b),'flipVertical':_0x6daf3a(0x149),'objectListPanel':{'title':'圖層','open':'開啟圖層面板','empty':_0x6daf3a(0x156),'showAll':'全部顯示','hideAll':_0x6daf3a(0x14e),'show':'顯示','hide':'隱藏','moveForward':_0x6daf3a(0x158),'moveBackward':_0x6daf3a(0x159),'close':'關閉','name':'名稱','nameInput':_0x6daf3a(0x15e),'description':'描述','descriptionPlaceholder':_0x6daf3a(0x15b),'details':_0x6daf3a(0x14c),'noSelection':_0x6daf3a(0x150)}}};function _0x5070(_0xae163d,_0x52c0b3){_0xae163d=_0xae163d-0x147;const _0x3786b3=_0x3786();let _0x5070de=_0x3786b3[_0xae163d];return _0x5070de;}export{e as default};
@@ -5,6 +5,7 @@ export interface IUpdateSheetsShapeDataCommandParams extends ISheetCommandShared
5
5
  shapeId: string;
6
6
  shapeType?: ShapeTypeEnum;
7
7
  shapeData?: IShapeData;
8
+ replaceShapeData?: boolean;
8
9
  oldShapeJSON: {
9
10
  oldShapeData?: IShapeData;
10
11
  oldShapeType?: ShapeTypeEnum;
@@ -0,0 +1,13 @@
1
+ import type { ShapeTypeEnum } from '@univerjs-pro/engine-shape';
2
+ import type { ICommand } from '@univerjs/core';
3
+ interface IApplySheetsShapeQuickStyleOperationParams {
4
+ value?: string;
5
+ presetId?: string;
6
+ }
7
+ interface IUpdateSheetsShapeTypeOperationParams {
8
+ value?: ShapeTypeEnum;
9
+ shapeType?: ShapeTypeEnum;
10
+ }
11
+ export declare const ApplySheetsShapeQuickStyleOperation: ICommand<IApplySheetsShapeQuickStyleOperationParams>;
12
+ export declare const UpdateSheetsShapeTypeOperation: ICommand<IUpdateSheetsShapeTypeOperationParams>;
13
+ export {};
@@ -1,6 +1,13 @@
1
1
  export declare const SHEET_SHAPE_EDIT_PANEL_KEY = "sheet.shape.edit.panel";
2
2
  export declare const SHEET_SHAPE_OBJECT_LIST_PANEL_KEY = "sheet.shape.object-list.panel";
3
3
  export declare const SHEET_SHAPE_FLOATING_TOOLBAR_KEY = "sheet.shape.floating-toolbar";
4
+ export declare const SHEETS_SHAPE_FORMAT_RIBBON_TAB = "sheets-shape-ui.ribbon.shape-format";
5
+ export declare const SHEETS_SHAPE_FORMAT_RIBBON_GROUP_QUICK_STYLES = "sheets-shape-ui.ribbon.shape-format.quick-styles";
6
+ export declare const SHEETS_SHAPE_FORMAT_RIBBON_GROUP_STYLE = "sheets-shape-ui.ribbon.shape-format.style";
7
+ export declare const SHEETS_SHAPE_FORMAT_RIBBON_GROUP_TEXT = "sheets-shape-ui.ribbon.shape-format.text";
8
+ export declare const SHEETS_SHAPE_FORMAT_RIBBON_GROUP_ARRANGE = "sheets-shape-ui.ribbon.shape-format.arrange";
9
+ export declare const SHEETS_SHAPE_FORMAT_RIBBON_GROUP_FORMULA = "sheets-shape-ui.ribbon.shape-format.formula";
10
+ export declare const SHEETS_SHAPE_FORMAT_RIBBON_GROUP_ADVANCED = "sheets-shape-ui.ribbon.shape-format.advanced";
4
11
  export declare const DOCS_SHAPE_EDITOR_UNIT_ID_KEY: string;
5
12
  export declare const SHAPE_TEXT_FLOAT_MENU_COMPONENT_KEY = "sheet.shape.text.float-menu";
6
13
  export declare const SHEET_SHAPE_TEXT_EDITOR_CONTAINER_KEY = "SheetShapeTextEditorContainer";
@@ -0,0 +1,18 @@
1
+ import { ShapeFloatingToolbarService } from '@univerjs-pro/shape-editor-ui';
2
+ import { Disposable, IUniverInstanceService } from '@univerjs/core';
3
+ import { IDrawingManagerService } from '@univerjs/drawing';
4
+ import { IRenderManagerService } from '@univerjs/engine-render';
5
+ import { IMenuManagerService, IRibbonService } from '@univerjs/ui';
6
+ export declare class SheetsShapeContextualRibbonController extends Disposable {
7
+ private readonly _menuManagerService;
8
+ private readonly _ribbonService;
9
+ private readonly _drawingManagerService;
10
+ private readonly _univerInstanceService;
11
+ private readonly _renderManagerService;
12
+ private readonly _shapeFloatingToolbarService;
13
+ private _visible;
14
+ constructor(_menuManagerService: IMenuManagerService, _ribbonService: IRibbonService, _drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _renderManagerService: IRenderManagerService, _shapeFloatingToolbarService: ShapeFloatingToolbarService);
15
+ dispose(): void;
16
+ private _update;
17
+ private _hide;
18
+ }
@@ -1,5 +1,6 @@
1
1
  declare const locale: {
2
2
  'sheets-shape-ui': {
3
+ quickStyles: string;
3
4
  imagePanel: {
4
5
  crop: {
5
6
  shape: string;
@@ -1,2 +1,3 @@
1
1
  import type { MenuSchemaType } from '@univerjs/ui';
2
+ export declare const sheetsShapeContextualRibbonSchema: MenuSchemaType;
2
3
  export declare const menuSchema: MenuSchemaType;
@@ -0,0 +1,20 @@
1
+ import type { ShapeTypeEnum } from '@univerjs-pro/engine-shape';
2
+ import type { IAccessor } from '@univerjs/core';
3
+ import type { IMenuButtonItem, IMenuSelectorItem } from '@univerjs/ui';
4
+ export declare const SHEETS_SHAPE_STYLE_RIBBON_CONTROL_ID = "sheets-shape-ui.ribbon.shape-format.style-control";
5
+ export declare const SHEETS_SHAPE_TEXT_RIBBON_CONTROL_ID = "sheets-shape-ui.ribbon.shape-format.text-control";
6
+ export declare const SHEETS_FORMULA_SHAPE_RIBBON_CONTROL_ID = "sheets-shape-ui.ribbon.shape-format.formula-control";
7
+ export declare const SHEETS_SHAPE_ARRANGE_FORWARD_MENU_ID = "sheets-shape-ui.ribbon.shape-format.arrange-forward";
8
+ export declare const SHEETS_SHAPE_ARRANGE_BACKWARD_MENU_ID = "sheets-shape-ui.ribbon.shape-format.arrange-backward";
9
+ export declare const SHEETS_SHAPE_ARRANGE_FRONT_MENU_ID = "sheets-shape-ui.ribbon.shape-format.arrange-front";
10
+ export declare const SHEETS_SHAPE_ARRANGE_BACK_MENU_ID = "sheets-shape-ui.ribbon.shape-format.arrange-back";
11
+ export declare function SheetsShapeQuickStyleGalleryFactory(accessor: IAccessor): IMenuSelectorItem<string>;
12
+ export declare function SheetsChangeShapeMenuFactory(accessor: IAccessor): IMenuSelectorItem<string, ShapeTypeEnum | undefined, ShapeTypeEnum>;
13
+ export declare const SheetsShapeStyleRibbonControlFactory: (accessor: IAccessor) => IMenuButtonItem<string>;
14
+ export declare const SheetsShapeTextRibbonControlFactory: (accessor: IAccessor) => IMenuButtonItem<string>;
15
+ export declare const SheetsFormulaShapeRibbonControlFactory: (accessor: IAccessor) => IMenuButtonItem<string>;
16
+ export declare const SheetsShapeArrangeForwardFactory: (accessor: IAccessor) => IMenuButtonItem<string>;
17
+ export declare const SheetsShapeArrangeBackwardFactory: (accessor: IAccessor) => IMenuButtonItem<string>;
18
+ export declare const SheetsShapeArrangeFrontFactory: (accessor: IAccessor) => IMenuButtonItem<string>;
19
+ export declare const SheetsShapeArrangeBackFactory: (accessor: IAccessor) => IMenuButtonItem<string>;
20
+ export declare function SheetsShapeOpenPanelFactory(accessor: IAccessor): IMenuButtonItem<string>;
@@ -1,5 +1,6 @@
1
1
  import type { IShapeData, ShapeTypeEnum } from '@univerjs-pro/engine-shape';
2
2
  import type { DrawingTypeEnum } from '@univerjs/core';
3
+ import type { IPopup } from '@univerjs/ui';
3
4
  interface IShapeFloatingToolbarExtraProps {
4
5
  unitId: string;
5
6
  subUnitId: string;
@@ -9,9 +10,7 @@ interface IShapeFloatingToolbarExtraProps {
9
10
  shapeData: IShapeData;
10
11
  }
11
12
  interface IShapeFloatingToolbarProps {
12
- popup: {
13
- extraProps?: IShapeFloatingToolbarExtraProps;
14
- };
13
+ popup: IPopup<IShapeFloatingToolbarExtraProps>;
15
14
  }
16
15
  export declare function SheetsShapeFloatingToolbar(props: IShapeFloatingToolbarProps): import("react").JSX.Element | null;
17
16
  export {};
@@ -0,0 +1,8 @@
1
+ export declare const SHEETS_SHAPE_QUICK_STYLE_GALLERY_COMPONENT = "sheets-shape-ui.shape-format.quick-style-gallery";
2
+ export declare const SHEETS_SHAPE_STYLE_RIBBON_COMPONENT = "sheets-shape-ui.shape-format.style-ribbon-control";
3
+ export declare const SHEETS_SHAPE_TEXT_RIBBON_COMPONENT = "sheets-shape-ui.shape-format.text-ribbon-control";
4
+ export declare const SHEETS_FORMULA_SHAPE_RIBBON_COMPONENT = "sheets-shape-ui.shape-format.formula-ribbon-control";
5
+ export declare function SheetsShapeStyleRibbonControl(): import("react").JSX.Element | null;
6
+ export declare function SheetsShapeQuickStyleGallery(): import("react").JSX.Element | null;
7
+ export declare function SheetsShapeTextRibbonControl(): import("react").JSX.Element | null;
8
+ export declare function SheetsFormulaShapeRibbonControl(): import("react").JSX.Element | null;