@univerjs-pro/sheets-shape-ui 1.0.0-alpha.8 → 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 (92) 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 +20 -20
  91. package/lib/types/views/ShapeOptions.d.ts +0 -26
  92. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +0 -11
@@ -1 +1 @@
1
- function _0x5e05(_0xc142cd,_0xbf7559){_0xc142cd=_0xc142cd-0x93;const _0x5559f9=_0x5559();let _0x5e0569=_0x5559f9[_0xc142cd];return _0x5e0569;}const _0x3c2777=_0x5e05;function _0x5559(){const _0xce446e=['790917vminYG','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','2780456afmDHe','فتح\x20لوحة\x20الطبقات','6ekKQzw','إخفاء\x20الكل','عكس\x20أفقي','1019326fYNgeQ','إدراج\x20شكل','لا\x20توجد\x20كائنات','تنسيق\x20الشكل','822712Gkauek','215084fSHuCo','اسم\x20الكائن','شكل','إضافة\x20وصف','عكس\x20رأسي','11857840rRKvJJ','الطبقات','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','إظهار\x20الكل','التفاصيل','6009550vsBXvq'];_0x5559=function(){return _0xce446e;};return _0x5559();}(function(_0xd68eeb,_0x5e5916){const _0x34a361=_0x5e05,_0x5f0930=_0xd68eeb();while(!![]){try{const _0x53a4f8=-parseInt(_0x34a361(0xa1))/0x1+parseInt(_0x34a361(0xa0))/0x2+-parseInt(_0x34a361(0x95))/0x3+parseInt(_0x34a361(0x97))/0x4+-parseInt(_0x34a361(0x94))/0x5+parseInt(_0x34a361(0x99))/0x6*(-parseInt(_0x34a361(0x9c))/0x7)+parseInt(_0x34a361(0xa6))/0x8;if(_0x53a4f8===_0x5e5916)break;else _0x5f0930['push'](_0x5f0930['shift']());}catch(_0x119a2c){_0x5f0930['push'](_0x5f0930['shift']());}}}(_0x5559,0xba251));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':_0x3c2777(0x96)},'title':_0x3c2777(0xa3),'insertShape':_0x3c2777(0x9d),'formatShape':_0x3c2777(0x9f),'flipHorizontal':_0x3c2777(0x9b),'flipVertical':_0x3c2777(0xa5),'objectListPanel':{'title':_0x3c2777(0xa7),'open':_0x3c2777(0x98),'empty':_0x3c2777(0x9e),'showAll':_0x3c2777(0xa9),'hideAll':_0x3c2777(0x9a),'show':'إظهار','hide':'إخفاء','moveForward':'إحضار\x20للأمام','moveBackward':'إرسال\x20للخلف','close':'إغلاق','name':'الاسم','nameInput':_0x3c2777(0xa2),'description':'الوصف','descriptionPlaceholder':_0x3c2777(0xa4),'details':_0x3c2777(0x93),'noSelection':_0x3c2777(0xa8)}}};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 _0x2d6643=_0x2b46;(function(_0x856402,_0x1ccaac){const _0x5ab3eb=_0x2b46,_0xc12bda=_0x856402();while(!![]){try{const _0x2444ea=parseInt(_0x5ab3eb(0x95))/0x1+-parseInt(_0x5ab3eb(0x85))/0x2*(-parseInt(_0x5ab3eb(0x89))/0x3)+-parseInt(_0x5ab3eb(0x88))/0x4*(-parseInt(_0x5ab3eb(0x87))/0x5)+parseInt(_0x5ab3eb(0x7c))/0x6+parseInt(_0x5ab3eb(0x91))/0x7+parseInt(_0x5ab3eb(0x8e))/0x8*(parseInt(_0x5ab3eb(0x90))/0x9)+-parseInt(_0x5ab3eb(0x80))/0xa*(parseInt(_0x5ab3eb(0x8a))/0xb);if(_0x2444ea===_0x1ccaac)break;else _0xc12bda['push'](_0xc12bda['shift']());}catch(_0x57adc4){_0xc12bda['push'](_0xc12bda['shift']());}}}(_0x452d,0x88955));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2d6643(0x7f)}},'permission':{'editErr':_0x2d6643(0x7d)},'title':_0x2d6643(0x7e),'insertShape':_0x2d6643(0x93),'formatShape':'Format\x20de\x20forma','flipHorizontal':_0x2d6643(0x8d),'flipVertical':_0x2d6643(0x96),'objectListPanel':{'title':_0x2d6643(0x83),'open':_0x2d6643(0x8c),'empty':_0x2d6643(0x94),'showAll':_0x2d6643(0x84),'hideAll':'Amaga-ho\x20tot','show':'Mostra','hide':'Amagar','moveForward':_0x2d6643(0x92),'moveBackward':_0x2d6643(0x86),'close':_0x2d6643(0x81),'name':_0x2d6643(0x8b),'nameInput':_0x2d6643(0x82),'description':_0x2d6643(0x7b),'descriptionPlaceholder':'Afegeix\x20descripcio','details':_0x2d6643(0x8f),'noSelection':'Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'}}};function _0x2b46(_0x34a27c,_0x599853){_0x34a27c=_0x34a27c-0x7b;const _0x452d5f=_0x452d();let _0x2b465a=_0x452d5f[_0x34a27c];return _0x2b465a;}export{e as default};function _0x452d(){const _0x368652=['Forma','Retalla\x20a\x20forma','1670CuLOPc','Tancar','Nom\x20de\x20l’objecte','Capes','Mostra-ho\x20tot','3090eZCgtK','Envia\x20enrere','265KDItQq','54124uhRKYv','753mNPmAQ','248182oGFFQf','Nom','Obre\x20el\x20tauler\x20de\x20capes','Girar\x20horitzontalment','64096UPYpPi','Detalls','918EBBOBk','2163049wZpLVT','Porta\x20endavant','Inserir\x20forma','Sense\x20objectes','1019624sHTgnP','Girar\x20verticalment','Descripció','6459036OQWZsh','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'];_0x452d=function(){return _0x368652;};return _0x452d();}
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 _0x39d7(){const _0x4342a4=['Beschreibung\x20hinzufügen','Horizontal\x20spiegeln','Alle\x20anzeigen','123621fRmsqu','15960ZdwHzI','10MtLmBf','Auf\x20Form\x20zuschneiden','Vertikal\x20spiegeln','Alle\x20ausblenden','48bTngvs','303772edaGch','5868920DyTdZt','Weiter\x20nach\x20hinten','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Form\x20einfügen','Schließen','913065pgJWiu','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Details','Ebenenbereich\x20öffnen','Form\x20formatieren','2247FXPxjd','Beschreibung','882vwyBkM','Objektname','Name','247329nYjSDd','Ausblenden'];_0x39d7=function(){return _0x4342a4;};return _0x39d7();}const _0x527e7d=_0x597a;function _0x597a(_0x5d9b1a,_0x5936bf){_0x5d9b1a=_0x5d9b1a-0x164;const _0x39d7e9=_0x39d7();let _0x597a45=_0x39d7e9[_0x5d9b1a];return _0x597a45;}(function(_0x2ef726,_0x301ef2){const _0x50cdcd=_0x597a,_0x15d1ce=_0x2ef726();while(!![]){try{const _0xfd132a=parseInt(_0x50cdcd(0x171))/0x1+-parseInt(_0x50cdcd(0x173))/0x2*(parseInt(_0x50cdcd(0x16c))/0x3)+-parseInt(_0x50cdcd(0x178))/0x4+parseInt(_0x50cdcd(0x17e))/0x5+-parseInt(_0x50cdcd(0x177))/0x6*(-parseInt(_0x50cdcd(0x167))/0x7)+parseInt(_0x50cdcd(0x172))/0x8*(-parseInt(_0x50cdcd(0x169))/0x9)+parseInt(_0x50cdcd(0x179))/0xa;if(_0xfd132a===_0x301ef2)break;else _0x15d1ce['push'](_0x15d1ce['shift']());}catch(_0x467ddf){_0x15d1ce['push'](_0x15d1ce['shift']());}}}(_0x39d7,0x33c3a));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x527e7d(0x174)}},'permission':{'editErr':_0x527e7d(0x17b)},'title':'Form','insertShape':_0x527e7d(0x17c),'formatShape':_0x527e7d(0x166),'flipHorizontal':_0x527e7d(0x16f),'flipVertical':_0x527e7d(0x175),'objectListPanel':{'title':'Ebenen','open':_0x527e7d(0x165),'empty':'Keine\x20Objekte','showAll':_0x527e7d(0x170),'hideAll':_0x527e7d(0x176),'show':'Anzeigen','hide':_0x527e7d(0x16d),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x527e7d(0x17a),'close':_0x527e7d(0x17d),'name':_0x527e7d(0x16b),'nameInput':_0x527e7d(0x16a),'description':_0x527e7d(0x168),'descriptionPlaceholder':_0x527e7d(0x16e),'details':_0x527e7d(0x164),'noSelection':_0x527e7d(0x17f)}}};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
- const _0xabb2ef=_0x1c35;function _0x1c35(_0x110329,_0x3895ef){_0x110329=_0x110329-0x113;const _0x16bfd3=_0x16bf();let _0x1c3552=_0x16bfd3[_0x110329];return _0x1c3552;}(function(_0x1438f2,_0x5dcbab){const _0x39a20=_0x1c35,_0x48775b=_0x1438f2();while(!![]){try{const _0x21b72b=parseInt(_0x39a20(0x11b))/0x1*(parseInt(_0x39a20(0x11f))/0x2)+-parseInt(_0x39a20(0x12c))/0x3*(parseInt(_0x39a20(0x12f))/0x4)+-parseInt(_0x39a20(0x122))/0x5*(parseInt(_0x39a20(0x127))/0x6)+-parseInt(_0x39a20(0x129))/0x7*(parseInt(_0x39a20(0x11d))/0x8)+-parseInt(_0x39a20(0x11c))/0x9+parseInt(_0x39a20(0x114))/0xa+parseInt(_0x39a20(0x12d))/0xb*(parseInt(_0x39a20(0x12e))/0xc);if(_0x21b72b===_0x5dcbab)break;else _0x48775b['push'](_0x48775b['shift']());}catch(_0x3f1744){_0x48775b['push'](_0x48775b['shift']());}}}(_0x16bf,0xb0936));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xabb2ef(0x113)}},'permission':{'editErr':'The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.'},'title':'Shape','insertShape':_0xabb2ef(0x125),'formatShape':_0xabb2ef(0x12b),'flipHorizontal':_0xabb2ef(0x119),'flipVertical':_0xabb2ef(0x118),'objectListPanel':{'title':_0xabb2ef(0x12a),'open':'Open\x20Layers\x20Panel','empty':_0xabb2ef(0x126),'showAll':_0xabb2ef(0x115),'hideAll':_0xabb2ef(0x120),'show':'Show','hide':_0xabb2ef(0x124),'moveForward':_0xabb2ef(0x116),'moveBackward':_0xabb2ef(0x11a),'close':_0xabb2ef(0x123),'name':_0xabb2ef(0x128),'nameInput':_0xabb2ef(0x11e),'description':_0xabb2ef(0x117),'descriptionPlaceholder':'Add\x20description','details':'Details','noSelection':_0xabb2ef(0x121)}}};export{e as default};function _0x16bf(){const _0x26a8dd=['9746860YJkPGz','Show\x20All','Bring\x20Forward','Description','Flip\x20Vertical','Flip\x20Horizontal','Send\x20Backward','16dcOpyB','9612936lCDPbn','6181936BlBwZd','Object\x20name','2928yLSXlL','Hide\x20All','Select\x20an\x20object\x20to\x20edit\x20details','277285laVBjH','Close','Hide','Insert\x20Shape','No\x20objects','24JlRxza','Name','7moMRns','Layers','Format\x20Shape','142998pGOeHf','1682527KDerMZ','144GAcDWM','4izTkeQ','Crop\x20to\x20Shape'];_0x16bf=function(){return _0x26a8dd;};return _0x16bf();}
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 _0x2851(){const _0x421be6=['Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Sin\x20objetos','Ocultar','1814dRUeuj','Insertar\x20forma','700028PGETks','Mostrar\x20todo','Nombre','Descripción','Voltear\x20verticalmente','Recortar\x20a\x20forma','Formato\x20de\x20forma','Abrir\x20panel\x20de\x20capas','Traer\x20adelante','1095TnkdfS','3252580jZigpa','Forma','114HbIZTI','156530Cqjrvy','18DEPfpR','Nombre\x20del\x20objeto','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','8630uYIqzZ','3256520VYnRot','Enviar\x20atrás','Ocultar\x20todo','4163698ouHiFg','Voltear\x20horizontalmente','Cerrar'];_0x2851=function(){return _0x421be6;};return _0x2851();}const _0x2fba7f=_0x2b99;(function(_0x14e7da,_0x34e9d6){const _0x3b33b8=_0x2b99,_0x463fa6=_0x14e7da();while(!![]){try{const _0x99e59b=-parseInt(_0x3b33b8(0x175))/0x1+-parseInt(_0x3b33b8(0x17f))/0x2*(parseInt(_0x3b33b8(0x16d))/0x3)+-parseInt(_0x3b33b8(0x164))/0x4+parseInt(_0x3b33b8(0x171))/0x5*(parseInt(_0x3b33b8(0x170))/0x6)+parseInt(_0x3b33b8(0x179))/0x7+parseInt(_0x3b33b8(0x176))/0x8+-parseInt(_0x3b33b8(0x172))/0x9*(parseInt(_0x3b33b8(0x16e))/0xa);if(_0x99e59b===_0x34e9d6)break;else _0x463fa6['push'](_0x463fa6['shift']());}catch(_0x5495bf){_0x463fa6['push'](_0x463fa6['shift']());}}}(_0x2851,0x6957d));function _0x2b99(_0x3cab83,_0x53a9f6){_0x3cab83=_0x3cab83-0x163;const _0x2851f0=_0x2851();let _0x2b99d3=_0x2851f0[_0x3cab83];return _0x2b99d3;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2fba7f(0x169)}},'permission':{'editErr':_0x2fba7f(0x174)},'title':_0x2fba7f(0x16f),'insertShape':_0x2fba7f(0x163),'formatShape':_0x2fba7f(0x16a),'flipHorizontal':_0x2fba7f(0x17a),'flipVertical':_0x2fba7f(0x168),'objectListPanel':{'title':'Capas','open':_0x2fba7f(0x16b),'empty':_0x2fba7f(0x17d),'showAll':_0x2fba7f(0x165),'hideAll':_0x2fba7f(0x178),'show':'Mostrar','hide':_0x2fba7f(0x17e),'moveForward':_0x2fba7f(0x16c),'moveBackward':_0x2fba7f(0x177),'close':_0x2fba7f(0x17b),'name':_0x2fba7f(0x166),'nameInput':_0x2fba7f(0x173),'description':_0x2fba7f(0x167),'descriptionPlaceholder':'Agregar\x20descripción','details':'Detalles','noSelection':_0x2fba7f(0x17c)}}};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 _0x58c1e1=_0x4d68;function _0x4d68(_0x181a4f,_0x472525){_0x181a4f=_0x181a4f-0xa8;const _0x1e5f1a=_0x1e5f();let _0x4d6851=_0x1e5f1a[_0x181a4f];return _0x4d6851;}(function(_0x5b272a,_0x5579ea){const _0x565a78=_0x4d68,_0x5ae647=_0x5b272a();while(!![]){try{const _0x1cd10a=parseInt(_0x565a78(0xad))/0x1+parseInt(_0x565a78(0xb5))/0x2+parseInt(_0x565a78(0xa8))/0x3+-parseInt(_0x565a78(0xb3))/0x4*(-parseInt(_0x565a78(0xbf))/0x5)+parseInt(_0x565a78(0xbb))/0x6+parseInt(_0x565a78(0xae))/0x7+-parseInt(_0x565a78(0xc1))/0x8;if(_0x1cd10a===_0x5579ea)break;else _0x5ae647['push'](_0x5ae647['shift']());}catch(_0x5a0d32){_0x5ae647['push'](_0x5ae647['shift']());}}}(_0x1e5f,0x2083f));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x58c1e1(0xbd)}},'permission':{'editErr':_0x58c1e1(0xbe)},'title':_0x58c1e1(0xb0),'insertShape':'درج\x20شکل','formatShape':_0x58c1e1(0xb2),'flipHorizontal':'برگرداندن\x20افقی','flipVertical':_0x58c1e1(0xc0),'objectListPanel':{'title':_0x58c1e1(0xb1),'open':_0x58c1e1(0xba),'empty':_0x58c1e1(0xab),'showAll':_0x58c1e1(0xb7),'hideAll':'پنهان\x20کردن\x20همه','show':_0x58c1e1(0xac),'hide':_0x58c1e1(0xb4),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x58c1e1(0xb9),'close':_0x58c1e1(0xaa),'name':_0x58c1e1(0xb6),'nameInput':_0x58c1e1(0xb8),'description':_0x58c1e1(0xaf),'descriptionPlaceholder':'افزودن\x20توضیحات','details':_0x58c1e1(0xa9),'noSelection':_0x58c1e1(0xbc)}}};function _0x1e5f(){const _0x2e17fa=['بستن','هیچ\x20شیئی\x20وجود\x20ندارد','نمایش','204780ZYSrSK','1643320XVIMiS','توضیحات','شکل','لایه‌ها','قالب‌بندی\x20شکل','4cIvrop','پنهان\x20کردن','409486TMPgOK','نام','نمایش\x20همه','نام\x20شیء','فرستادن\x20به\x20عقب','باز\x20کردن\x20پنل\x20لایه‌ها','233352PACfpq','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','کراپ\x20به\x20شکل','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','696715EHxVTs','برگرداندن\x20عمودی','5599896OtmASF','31956xjuPUt','جزئیات'];_0x1e5f=function(){return _0x2e17fa;};return _0x1e5f();}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
- function _0x5b55(_0x302935,_0x585859){_0x302935=_0x302935-0x11d;const _0x132549=_0x1325();let _0x5b552b=_0x132549[_0x302935];return _0x5b552b;}const _0x4a5603=_0x5b55;(function(_0x2f2edf,_0x1bc384){const _0x2ee7ba=_0x5b55,_0x18cecf=_0x2f2edf();while(!![]){try{const _0x404b5c=-parseInt(_0x2ee7ba(0x121))/0x1*(-parseInt(_0x2ee7ba(0x126))/0x2)+parseInt(_0x2ee7ba(0x129))/0x3*(-parseInt(_0x2ee7ba(0x125))/0x4)+parseInt(_0x2ee7ba(0x11d))/0x5+-parseInt(_0x2ee7ba(0x130))/0x6+-parseInt(_0x2ee7ba(0x120))/0x7*(-parseInt(_0x2ee7ba(0x123))/0x8)+-parseInt(_0x2ee7ba(0x135))/0x9+parseInt(_0x2ee7ba(0x134))/0xa;if(_0x404b5c===_0x1bc384)break;else _0x18cecf['push'](_0x18cecf['shift']());}catch(_0x33ff7f){_0x18cecf['push'](_0x18cecf['shift']());}}}(_0x1325,0x9e87b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4a5603(0x131)}},'permission':{'editErr':_0x4a5603(0x128)},'title':_0x4a5603(0x138),'insertShape':_0x4a5603(0x12e),'formatShape':_0x4a5603(0x12c),'flipHorizontal':_0x4a5603(0x136),'flipVertical':_0x4a5603(0x12a),'objectListPanel':{'title':_0x4a5603(0x12f),'open':_0x4a5603(0x124),'empty':_0x4a5603(0x122),'showAll':'Tout\x20afficher','hideAll':_0x4a5603(0x132),'show':_0x4a5603(0x11e),'hide':'Masquer','moveForward':_0x4a5603(0x12b),'moveBackward':_0x4a5603(0x137),'close':'Fermer','name':_0x4a5603(0x127),'nameInput':'Nom\x20de\x20l’objet','description':_0x4a5603(0x12d),'descriptionPlaceholder':_0x4a5603(0x11f),'details':_0x4a5603(0x133),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};export{e as default};function _0x1325(){const _0x2b22bf=['1397455cpeypD','Afficher','Ajouter\x20une\x20description','2786OTXMZA','1176187Preokk','Aucun\x20objet','25984rJcNeW','Ouvrir\x20le\x20panneau\x20des\x20calques','21332PEgtTs','2mkCMOP','Nom','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','531HxhdtR','Retourner\x20verticalement','Avancer','Format\x20de\x20la\x20forme','Description','Insérer\x20une\x20forme','Calques','7157532CdWlZc','Rogner\x20à\x20la\x20forme','Tout\x20masquer','Détails','2277190zbYBzz','1709091saRijd','Retourner\x20horizontalement','Reculer','Forme'];_0x1325=function(){return _0x2b22bf;};return _0x1325();}
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
- function _0x1edb(_0x1cd984,_0x2bc007){_0x1cd984=_0x1cd984-0x1b8;const _0x3f3c5c=_0x3f3c();let _0x1edb55=_0x3f3c5c[_0x1cd984];return _0x1edb55;}function _0x3f3c(){const _0x1b13cd=['Nama','72NzNYSh','754936vIYfKn','Bawa\x20ke\x20Depan','47188iRJQyi','Tutup','7595394JuNAyM','Tampilkan','Sembunyikan\x20semua','2998450CRzhFx','3jlXDEL','Deskripsi','32960906JYCGWA','Balik\x20Horizontal','7tOfrot','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Pilih\x20objek\x20untuk\x20mengedit\x20detail','481689Oivgko','280222eWIeCZ','335ikvtER','Sisipkan\x20Bentuk','Lapisan','Tambahkan\x20deskripsi','Kirim\x20ke\x20Belakang','Tidak\x20ada\x20objek','Tampilkan\x20semua'];_0x3f3c=function(){return _0x1b13cd;};return _0x3f3c();}const _0x1548ef=_0x1edb;(function(_0x183b81,_0x2fa471){const _0x1baa2c=_0x1edb,_0x372076=_0x183b81();while(!![]){try{const _0x145f9d=parseInt(_0x1baa2c(0x1c1))/0x1+parseInt(_0x1baa2c(0x1c2))/0x2*(parseInt(_0x1baa2c(0x1ba))/0x3)+-parseInt(_0x1baa2c(0x1ce))/0x4*(-parseInt(_0x1baa2c(0x1c3))/0x5)+-parseInt(_0x1baa2c(0x1d0))/0x6*(-parseInt(_0x1baa2c(0x1be))/0x7)+-parseInt(_0x1baa2c(0x1cc))/0x8*(-parseInt(_0x1baa2c(0x1cb))/0x9)+parseInt(_0x1baa2c(0x1b9))/0xa+-parseInt(_0x1baa2c(0x1bc))/0xb;if(_0x145f9d===_0x2fa471)break;else _0x372076['push'](_0x372076['shift']());}catch(_0x2c2bca){_0x372076['push'](_0x372076['shift']());}}}(_0x3f3c,0xb3cb1));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x1548ef(0x1bf)},'title':'Bentuk','insertShape':_0x1548ef(0x1c4),'formatShape':'Format\x20Bentuk','flipHorizontal':_0x1548ef(0x1bd),'flipVertical':'Balik\x20Vertikal','objectListPanel':{'title':_0x1548ef(0x1c5),'open':'Buka\x20Panel\x20Lapisan','empty':_0x1548ef(0x1c8),'showAll':_0x1548ef(0x1c9),'hideAll':_0x1548ef(0x1b8),'show':_0x1548ef(0x1d1),'hide':'Sembunyikan','moveForward':_0x1548ef(0x1cd),'moveBackward':_0x1548ef(0x1c7),'close':_0x1548ef(0x1cf),'name':_0x1548ef(0x1ca),'nameInput':'Nama\x20objek','description':_0x1548ef(0x1bb),'descriptionPlaceholder':_0x1548ef(0x1c6),'details':'Detail','noSelection':_0x1548ef(0x1c0)}}};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
- const _0x75d958=_0x4ad7;function _0x4ad7(_0x3d2fb8,_0x209628){_0x3d2fb8=_0x3d2fb8-0xcd;const _0x3a224f=_0x3a22();let _0x4ad726=_0x3a224f[_0x3d2fb8];return _0x4ad726;}(function(_0x2897b5,_0xef9b5f){const _0x4af879=_0x4ad7,_0x6650cf=_0x2897b5();while(!![]){try{const _0x5dcf91=-parseInt(_0x4af879(0xda))/0x1+parseInt(_0x4af879(0xd8))/0x2+parseInt(_0x4af879(0xd0))/0x3+-parseInt(_0x4af879(0xe7))/0x4*(-parseInt(_0x4af879(0xd7))/0x5)+-parseInt(_0x4af879(0xd6))/0x6*(parseInt(_0x4af879(0xe2))/0x7)+-parseInt(_0x4af879(0xe0))/0x8+parseInt(_0x4af879(0xd4))/0x9*(parseInt(_0x4af879(0xdb))/0xa);if(_0x5dcf91===_0xef9b5f)break;else _0x6650cf['push'](_0x6650cf['shift']());}catch(_0x5c6156){_0x6650cf['push'](_0x6650cf['shift']());}}}(_0x3a22,0x2b4bd));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x75d958(0xde)}},'permission':{'editErr':_0x75d958(0xd3)},'title':'Forma','insertShape':_0x75d958(0xe3),'formatShape':_0x75d958(0xd2),'flipHorizontal':_0x75d958(0xcf),'flipVertical':_0x75d958(0xe1),'objectListPanel':{'title':'Livelli','open':_0x75d958(0xdf),'empty':_0x75d958(0xdd),'showAll':'Mostra\x20tutto','hideAll':_0x75d958(0xd5),'show':'Mostra','hide':'Nascondi','moveForward':_0x75d958(0xce),'moveBackward':_0x75d958(0xe4),'close':'Chiudi','name':_0x75d958(0xe6),'nameInput':_0x75d958(0xe5),'description':_0x75d958(0xcd),'descriptionPlaceholder':_0x75d958(0xdc),'details':_0x75d958(0xd9),'noSelection':_0x75d958(0xd1)}}};function _0x3a22(){const _0x4cce63=['699342rDxIZm','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','Formato\x20forma','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','9DRjyOk','Nascondi\x20tutto','239280wOTwjh','187195CrJUol','631230KVSCSr','Dettagli','304526atROPu','2327350oEtKFf','Aggiungi\x20descrizione','Nessun\x20oggetto','Ritaglia\x20a\x20forma','Apri\x20pannello\x20livelli','1062032lSqkXz','Capovolgi\x20verticalmente','49FxlKGF','Inserisci\x20forma','Porta\x20indietro','Nome\x20oggetto','Nome','12sTydSL','Descrizione','Porta\x20avanti','Capovolgi\x20orizzontalmente'];_0x3a22=function(){return _0x4cce63;};return _0x3a22();}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
- function _0x3f77(_0x3b6cd9,_0x5f476b){_0x3b6cd9=_0x3b6cd9-0x72;const _0x567760=_0x5677();let _0x3f7741=_0x567760[_0x3b6cd9];return _0x3f7741;}function _0x5677(){const _0x564e1d=['2090860URLxbQ','74066hyxuow','閉じる','2972259yLUmGg','形状にトリミング','1223660xltGzF','オブジェクト名','図形の挿入','635262TvxrQC','図形の書式設定','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','8nrpDDc','背面へ移動','44DjSLpL','レイヤー','オブジェクトがありません','すべて表示','レイヤーパネルを開く','左右反転','詳細を編集するオブジェクトを選択','16pWBzOZ','2317416Gjncxh','説明を追加','7Jjpkav','195975nRFZyO'];_0x5677=function(){return _0x564e1d;};return _0x5677();}const _0x247137=_0x3f77;(function(_0x3dcb6b,_0x1719bc){const _0x413f51=_0x3f77,_0x24b166=_0x3dcb6b();while(!![]){try{const _0x11f420=parseInt(_0x413f51(0x82))/0x1+parseInt(_0x413f51(0x89))/0x2+parseInt(_0x413f51(0x80))/0x3*(parseInt(_0x413f51(0x7c))/0x4)+-parseInt(_0x413f51(0x86))/0x5+-parseInt(_0x413f51(0x7d))/0x6*(-parseInt(_0x413f51(0x7f))/0x7)+-parseInt(_0x413f51(0x73))/0x8*(-parseInt(_0x413f51(0x84))/0x9)+parseInt(_0x413f51(0x81))/0xa*(-parseInt(_0x413f51(0x75))/0xb);if(_0x11f420===_0x1719bc)break;else _0x24b166['push'](_0x24b166['shift']());}catch(_0x214c44){_0x24b166['push'](_0x24b166['shift']());}}}(_0x5677,0x46698));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x247137(0x85)}},'permission':{'editErr':_0x247137(0x72)},'title':'図形','insertShape':_0x247137(0x88),'formatShape':_0x247137(0x8a),'flipHorizontal':_0x247137(0x7a),'flipVertical':'上下反転','objectListPanel':{'title':_0x247137(0x76),'open':_0x247137(0x79),'empty':_0x247137(0x77),'showAll':_0x247137(0x78),'hideAll':'すべて非表示','show':'表示','hide':'非表示','moveForward':'前面へ移動','moveBackward':_0x247137(0x74),'close':_0x247137(0x83),'name':'名前','nameInput':_0x247137(0x87),'description':'説明','descriptionPlaceholder':_0x247137(0x7e),'details':'詳細','noSelection':_0x247137(0x7b)}}};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 _0x4b7dff=_0x4112;function _0x4112(_0x2c75e0,_0x2cced7){_0x2c75e0=_0x2c75e0-0x1e5;const _0x5cfb17=_0x5cfb();let _0x41126f=_0x5cfb17[_0x2c75e0];return _0x41126f;}function _0x5cfb(){const _0x3ad0c6=['레이어','숨기기','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','레이어\x20패널\x20열기','510HIMfgb','설명\x20추가','가로\x20뒤집기','개체\x20이름','45tXtAza','4337766uSJiAj','3526458IXQcrv','39214227upXONS','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','295614IfSswh','12biVQdZ','7zvzAfB','앞으로\x20가져오기','387ksSSnT','개체\x20없음','169244gJnmyb','94936IiueaJ','세로\x20뒤집기','도형\x20서식','1kjDvOC','뒤로\x20보내기','2203660CvAiUF','모양에\x20맞게\x20자르기'];_0x5cfb=function(){return _0x3ad0c6;};return _0x5cfb();}(function(_0x473aad,_0x3fd22e){const _0x230bbe=_0x4112,_0x246af2=_0x473aad();while(!![]){try{const _0x340591=parseInt(_0x230bbe(0x1f7))/0x1*(parseInt(_0x230bbe(0x1f9))/0x2)+-parseInt(_0x230bbe(0x1ea))/0x3+-parseInt(_0x230bbe(0x1f3))/0x4*(parseInt(_0x230bbe(0x1e8))/0x5)+-parseInt(_0x230bbe(0x1e9))/0x6*(parseInt(_0x230bbe(0x1ef))/0x7)+-parseInt(_0x230bbe(0x1f4))/0x8*(-parseInt(_0x230bbe(0x1f1))/0x9)+-parseInt(_0x230bbe(0x1ff))/0xa*(parseInt(_0x230bbe(0x1ed))/0xb)+-parseInt(_0x230bbe(0x1ee))/0xc*(-parseInt(_0x230bbe(0x1eb))/0xd);if(_0x340591===_0x3fd22e)break;else _0x246af2['push'](_0x246af2['shift']());}catch(_0xc64de6){_0x246af2['push'](_0x246af2['shift']());}}}(_0x5cfb,0xeef52));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4b7dff(0x1fa)}},'permission':{'editErr':_0x4b7dff(0x1fd)},'title':'도형','insertShape':'도형\x20삽입','formatShape':_0x4b7dff(0x1f6),'flipHorizontal':_0x4b7dff(0x1e6),'flipVertical':_0x4b7dff(0x1f5),'objectListPanel':{'title':_0x4b7dff(0x1fb),'open':_0x4b7dff(0x1fe),'empty':_0x4b7dff(0x1f2),'showAll':'모두\x20표시','hideAll':'모두\x20숨기기','show':'표시','hide':_0x4b7dff(0x1fc),'moveForward':_0x4b7dff(0x1f0),'moveBackward':_0x4b7dff(0x1f8),'close':'닫기','name':'이름','nameInput':_0x4b7dff(0x1e7),'description':'설명','descriptionPlaceholder':_0x4b7dff(0x1e5),'details':'세부\x20정보','noSelection':_0x4b7dff(0x1ec)}}};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 _0x187b2d=_0x116b;(function(_0x5360dd,_0x22df59){const _0x3d48ed=_0x116b,_0x5d1ed1=_0x5360dd();while(!![]){try{const _0x5a745d=-parseInt(_0x3d48ed(0xab))/0x1*(parseInt(_0x3d48ed(0xa6))/0x2)+parseInt(_0x3d48ed(0xb3))/0x3*(parseInt(_0x3d48ed(0xa4))/0x4)+-parseInt(_0x3d48ed(0xae))/0x5*(parseInt(_0x3d48ed(0xb4))/0x6)+-parseInt(_0x3d48ed(0xb2))/0x7+-parseInt(_0x3d48ed(0xad))/0x8+-parseInt(_0x3d48ed(0xa7))/0x9+-parseInt(_0x3d48ed(0xaf))/0xa*(-parseInt(_0x3d48ed(0xa2))/0xb);if(_0x5a745d===_0x22df59)break;else _0x5d1ed1['push'](_0x5d1ed1['shift']());}catch(_0x1340b8){_0x5d1ed1['push'](_0x5d1ed1['shift']());}}}(_0x5c9c,0xb721b));function _0x116b(_0x422791,_0x54d432){_0x422791=_0x422791-0x9c;const _0x5c9cc9=_0x5c9c();let _0x116bf5=_0x5c9cc9[_0x422791];return _0x116bf5;}function _0x5c9c(){const _0x1602a7=['Ukryj','Zamknij','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Ukryj\x20wszystko','Pokaż','Przytnij\x20do\x20kształtu','Dodaj\x20opis','Przesuń\x20do\x20przodu','1372316eDWGNB','Nazwa','4172956foMCrz','Kształt','2uVEAro','6141753vSouIr','Wstaw\x20kształt','Pokaż\x20wszystko','Opis','542628ihAOGG','Odbij\x20pionowo','9411424bweMts','992485ZJbpKd','300nuPwDv','Brak\x20obiektów','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','4492978PtPBXu','3OlXwzd','30LsYOIK','Nazwa\x20obiektu'];_0x5c9c=function(){return _0x1602a7;};return _0x5c9c();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x187b2d(0x9f)}},'permission':{'editErr':_0x187b2d(0xb1)},'title':_0x187b2d(0xa5),'insertShape':_0x187b2d(0xa8),'formatShape':'Formatuj\x20kształt','flipHorizontal':'Odbij\x20poziomo','flipVertical':_0x187b2d(0xac),'objectListPanel':{'title':'Warstwy','open':'Otwórz\x20panel\x20warstw','empty':_0x187b2d(0xb0),'showAll':_0x187b2d(0xa9),'hideAll':_0x187b2d(0x9d),'show':_0x187b2d(0x9e),'hide':_0x187b2d(0xb6),'moveForward':_0x187b2d(0xa1),'moveBackward':'Przesuń\x20do\x20tyłu','close':_0x187b2d(0xb7),'name':_0x187b2d(0xa3),'nameInput':_0x187b2d(0xb5),'description':_0x187b2d(0xaa),'descriptionPlaceholder':_0x187b2d(0xa0),'details':'Szczegóły','noSelection':_0x187b2d(0x9c)}}};export{e as default};
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 _0x55ef87=_0x8cae;(function(_0x2d2d9e,_0x2450a1){const _0x4e2e60=_0x8cae,_0x3d1d8b=_0x2d2d9e();while(!![]){try{const _0x545503=parseInt(_0x4e2e60(0x151))/0x1+parseInt(_0x4e2e60(0x14f))/0x2*(parseInt(_0x4e2e60(0x142))/0x3)+-parseInt(_0x4e2e60(0x152))/0x4*(parseInt(_0x4e2e60(0x140))/0x5)+parseInt(_0x4e2e60(0x149))/0x6+-parseInt(_0x4e2e60(0x146))/0x7+-parseInt(_0x4e2e60(0x14c))/0x8*(parseInt(_0x4e2e60(0x148))/0x9)+parseInt(_0x4e2e60(0x14d))/0xa*(parseInt(_0x4e2e60(0x155))/0xb);if(_0x545503===_0x2450a1)break;else _0x3d1d8b['push'](_0x3d1d8b['shift']());}catch(_0x1a675d){_0x3d1d8b['push'](_0x3d1d8b['shift']());}}}(_0x2dd1,0x2cea8));function _0x2dd1(){const _0x541bc4=['Inverter\x20verticalmente','630685ZiIfqO','Mostrar','Nome\x20do\x20objeto','Trazer\x20para\x20frente','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','215HwseuD','Adicionar\x20descrição','3ZuRXyg','Inverter\x20horizontalmente','Inserir\x20forma','Enviar\x20para\x20trás','1898806ggsDYV','Nome','2601CaBayD','1264830jOsTfZ','Abrir\x20painel\x20de\x20camadas','Descrição','4856tsqzZW','50bwDYKE','Fechar','255590QODEUc','Formatar\x20forma','7747LCGmfH','220WlPqRQ','Detalhes'];_0x2dd1=function(){return _0x541bc4;};return _0x2dd1();}function _0x8cae(_0xf876b0,_0x5b37b8){_0xf876b0=_0xf876b0-0x13c;const _0x2dd1fd=_0x2dd1();let _0x8cae65=_0x2dd1fd[_0xf876b0];return _0x8cae65;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':_0x55ef87(0x13f)},'title':'Forma','insertShape':_0x55ef87(0x144),'formatShape':_0x55ef87(0x150),'flipHorizontal':_0x55ef87(0x143),'flipVertical':_0x55ef87(0x154),'objectListPanel':{'title':'Camadas','open':_0x55ef87(0x14a),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':'Ocultar\x20tudo','show':_0x55ef87(0x13c),'hide':'Ocultar','moveForward':_0x55ef87(0x13e),'moveBackward':_0x55ef87(0x145),'close':_0x55ef87(0x14e),'name':_0x55ef87(0x147),'nameInput':_0x55ef87(0x13d),'description':_0x55ef87(0x14b),'descriptionPlaceholder':_0x55ef87(0x141),'details':_0x55ef87(0x153),'noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'}}};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 _0x470342=_0x2436;(function(_0x1cabc7,_0x482398){const _0x2080bc=_0x2436,_0xc56412=_0x1cabc7();while(!![]){try{const _0x45ee33=parseInt(_0x2080bc(0xb7))/0x1*(-parseInt(_0x2080bc(0xb5))/0x2)+parseInt(_0x2080bc(0xb6))/0x3*(parseInt(_0x2080bc(0xad))/0x4)+-parseInt(_0x2080bc(0xc2))/0x5*(parseInt(_0x2080bc(0xc9))/0x6)+parseInt(_0x2080bc(0xc6))/0x7+parseInt(_0x2080bc(0xb0))/0x8*(parseInt(_0x2080bc(0xc0))/0x9)+parseInt(_0x2080bc(0xb1))/0xa*(parseInt(_0x2080bc(0xac))/0xb)+-parseInt(_0x2080bc(0xb4))/0xc*(-parseInt(_0x2080bc(0xab))/0xd);if(_0x45ee33===_0x482398)break;else _0xc56412['push'](_0xc56412['shift']());}catch(_0xd65162){_0xc56412['push'](_0xc56412['shift']());}}}(_0x39ca,0x6d30f));function _0x2436(_0x53b7bf,_0xb36ea5){_0x53b7bf=_0x53b7bf-0xaa;const _0x39ca27=_0x39ca();let _0x243640=_0x39ca27[_0x53b7bf];return _0x243640;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x470342(0xaf)}},'permission':{'editErr':_0x470342(0xbc)},'title':_0x470342(0xc8),'insertShape':_0x470342(0xbd),'formatShape':_0x470342(0xca),'flipHorizontal':_0x470342(0xba),'flipVertical':_0x470342(0xb8),'objectListPanel':{'title':_0x470342(0xc1),'open':_0x470342(0xc3),'empty':'Нет\x20объектов','showAll':_0x470342(0xbb),'hideAll':_0x470342(0xb9),'show':_0x470342(0xc7),'hide':_0x470342(0xbf),'moveForward':_0x470342(0xcb),'moveBackward':_0x470342(0xb3),'close':_0x470342(0xae),'name':_0x470342(0xc4),'nameInput':_0x470342(0xbe),'description':_0x470342(0xc5),'descriptionPlaceholder':_0x470342(0xaa),'details':_0x470342(0xb2),'noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};export{e as default};function _0x39ca(){const _0x3a80fb=['Переместить\x20вперед','Добавить\x20описание','52kkKZGF','373241VOraLY','1456844gsbtSX','Закрыть','Обрезать\x20по\x20форме','520dTNoLK','10ZtBjNO','Сведения','Переместить\x20назад','141456EiuwlN','6NVQitW','3dpGEqX','99327FrThmd','Отразить\x20по\x20вертикали','Скрыть\x20все','Отразить\x20по\x20горизонтали','Показать\x20все','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Вставить\x20фигуру','Имя\x20объекта','Скрыть','77589yQKnJp','Слои','1949645YUqtck','Открыть\x20панель\x20слоев','Имя','Описание','3635989fsoRxB','Показать','Фигура','12HdoEtx','Форматировать\x20фигуру'];_0x39ca=function(){return _0x3a80fb;};return _0x39ca();}
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
- const _0x14649b=_0x822d;(function(_0x49b630,_0x473ea5){const _0x213b20=_0x822d,_0x4f0790=_0x49b630();while(!![]){try{const _0x422179=-parseInt(_0x213b20(0x109))/0x1*(parseInt(_0x213b20(0x116))/0x2)+parseInt(_0x213b20(0x10c))/0x3+parseInt(_0x213b20(0x10d))/0x4*(-parseInt(_0x213b20(0x108))/0x5)+parseInt(_0x213b20(0x10e))/0x6+-parseInt(_0x213b20(0x114))/0x7+parseInt(_0x213b20(0xfe))/0x8*(parseInt(_0x213b20(0x111))/0x9)+parseInt(_0x213b20(0x103))/0xa*(parseInt(_0x213b20(0x110))/0xb);if(_0x422179===_0x473ea5)break;else _0x4f0790['push'](_0x4f0790['shift']());}catch(_0x375f86){_0x4f0790['push'](_0x4f0790['shift']());}}}(_0x353d,0x73785));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Oříznout\x20podle\x20tvaru'}},'permission':{'editErr':_0x14649b(0xfd)},'title':_0x14649b(0xfb),'insertShape':_0x14649b(0xff),'formatShape':_0x14649b(0x101),'flipHorizontal':_0x14649b(0x107),'flipVertical':_0x14649b(0x10b),'objectListPanel':{'title':_0x14649b(0x10a),'open':_0x14649b(0x106),'empty':_0x14649b(0x112),'showAll':'Zobraziť\x20všetko','hideAll':_0x14649b(0x102),'show':_0x14649b(0x100),'hide':_0x14649b(0x115),'moveForward':_0x14649b(0xfc),'moveBackward':_0x14649b(0x104),'close':_0x14649b(0xf9),'name':_0x14649b(0xfa),'nameInput':'Názov\x20objektu','description':_0x14649b(0x10f),'descriptionPlaceholder':_0x14649b(0x105),'details':_0x14649b(0x113),'noSelection':'Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť'}}};function _0x822d(_0x5bc772,_0x286c23){_0x5bc772=_0x5bc772-0xf9;const _0x353d01=_0x353d();let _0x822d52=_0x353d01[_0x5bc772];return _0x822d52;}function _0x353d(){const _0x2c63d0=['Posunúť\x20dopredu','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','8edpuYK','Vložiť\x20tvar','Zobraziť','Formátovať\x20tvar','Skryť\x20všetko','2766590WNLrJt','Posunúť\x20dozadu','Pridat\x20popis','Otvoriť\x20panel\x20vrstiev','Prevrátiť\x20vodorovne','312490NCIqne','1sXSyeh','Vrstvy','Prevrátiť\x20zvislo','126174BqbryO','48gniRAe','457824frMxSX','Popis','77doqTfG','268911uCrDTf','Žiadne\x20objekty','Podrobnosti','4521384klodwg','Skryť','432002Edleyz','Zavrieť','Názov','Tvar'];_0x353d=function(){return _0x2c63d0;};return _0x353d();}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 _0x483b(_0x2734c1,_0x953f12){_0x2734c1=_0x2734c1-0xd3;const _0x2bc693=_0x2bc6();let _0x483ba3=_0x2bc693[_0x2734c1];return _0x483ba3;}function _0x2bc6(){const _0x47967f=['1943379yaGKSC','2115218keRNlk','1571412yVQDjD','Ẩn\x20tất\x20cả','926611FfEEOj','Hiện','Hiển\x20thị\x20tất\x20cả','3377845EjtLLF','484UQDAAs','Lật\x20ngang','Tên\x20đối\x20tượng','Them\x20mo\x20ta','Cắt\x20theo\x20hình\x20dạng','884481cEQhBW','Đóng','Hình\x20dạng','16sGxNBP','Chưa\x20có\x20đối\x20tượng','Mở\x20bảng\x20điều\x20khiển\x20lớp','Đưa\x20lên\x20trên','8664FSxfeT','Lật\x20dọc','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.','Lớp'];_0x2bc6=function(){return _0x47967f;};return _0x2bc6();}const _0x5e8451=_0x483b;(function(_0x16154c,_0x44724f){const _0x5c8bf2=_0x483b,_0x6e0938=_0x16154c();while(!![]){try{const _0x5e9ae5=-parseInt(_0x5c8bf2(0xe3))/0x1+parseInt(_0x5c8bf2(0xd7))/0x2+parseInt(_0x5c8bf2(0xea))/0x3*(parseInt(_0x5c8bf2(0xde))/0x4)+parseInt(_0x5c8bf2(0xdd))/0x5+-parseInt(_0x5c8bf2(0xd8))/0x6+parseInt(_0x5c8bf2(0xda))/0x7+parseInt(_0x5c8bf2(0xe6))/0x8*(-parseInt(_0x5c8bf2(0xd6))/0x9);if(_0x5e9ae5===_0x44724f)break;else _0x6e0938['push'](_0x6e0938['shift']());}catch(_0x7ed290){_0x6e0938['push'](_0x6e0938['shift']());}}}(_0x2bc6,0x9b752));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x5e8451(0xe2)}},'permission':{'editErr':_0x5e8451(0xd4)},'title':_0x5e8451(0xe5),'insertShape':'Chèn\x20hình\x20dạng','formatShape':'Định\x20dạng\x20hình\x20dạng','flipHorizontal':_0x5e8451(0xdf),'flipVertical':_0x5e8451(0xd3),'objectListPanel':{'title':_0x5e8451(0xd5),'open':_0x5e8451(0xe8),'empty':_0x5e8451(0xe7),'showAll':_0x5e8451(0xdc),'hideAll':_0x5e8451(0xd9),'show':_0x5e8451(0xdb),'hide':'Ẩn','moveForward':_0x5e8451(0xe9),'moveBackward':'Đưa\x20xuống\x20dưới','close':_0x5e8451(0xe4),'name':'Tên','nameInput':_0x5e8451(0xe0),'description':'Mô\x20tả','descriptionPlaceholder':_0x5e8451(0xe1),'details':'Chi\x20tiết','noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'}}};export{e as default};
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
- const _0x382c83=_0x37ca;function _0x37ca(_0x1e84f5,_0x2f8911){_0x1e84f5=_0x1e84f5-0x196;const _0x2f63dc=_0x2f63();let _0x37ca3b=_0x2f63dc[_0x1e84f5];return _0x37ca3b;}(function(_0x41eba0,_0x4fd03d){const _0x123d94=_0x37ca,_0x57ae30=_0x41eba0();while(!![]){try{const _0xdb43d7=parseInt(_0x123d94(0x1a3))/0x1+-parseInt(_0x123d94(0x19b))/0x2*(-parseInt(_0x123d94(0x1a4))/0x3)+parseInt(_0x123d94(0x19e))/0x4*(-parseInt(_0x123d94(0x19d))/0x5)+-parseInt(_0x123d94(0x1a9))/0x6+-parseInt(_0x123d94(0x1a5))/0x7+parseInt(_0x123d94(0x197))/0x8+parseInt(_0x123d94(0x196))/0x9;if(_0xdb43d7===_0x4fd03d)break;else _0x57ae30['push'](_0x57ae30['shift']());}catch(_0x2bdf70){_0x57ae30['push'](_0x57ae30['shift']());}}}(_0x2f63,0xf125e));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x382c83(0x1a1)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x382c83(0x1a6),'formatShape':_0x382c83(0x19a),'flipHorizontal':'水平翻转','flipVertical':_0x382c83(0x1ab),'objectListPanel':{'title':'图层','open':_0x382c83(0x198),'empty':_0x382c83(0x1a0),'showAll':_0x382c83(0x1aa),'hideAll':_0x382c83(0x19f),'show':'显示','hide':'隐藏','moveForward':_0x382c83(0x1a7),'moveBackward':_0x382c83(0x19c),'close':'关闭','name':'名称','nameInput':_0x382c83(0x199),'description':'描述','descriptionPlaceholder':_0x382c83(0x1a8),'details':'详情','noSelection':_0x382c83(0x1a2)}}};export{e as default};function _0x2f63(){const _0x6c763e=['裁剪为形状','选择对象以编辑详情','152333XtuCTT','38091tDwitM','13182610mkCbjE','插入形状','上移一层','添加描述','4741260dxOunZ','全部显示','垂直翻转','20866374PxQRVx','3263384SwWLvB','打开图层面板','对象名称','格式化形状','180yQbEqU','下移一层','257350BMyAKZ','28mieCSK','全部隐藏','暂无对象'];_0x2f63=function(){return _0x6c763e;};return _0x2f63();}
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 _0xa31d2d=_0x4599;(function(_0x50c957,_0x2e3955){const _0x2a9a37=_0x4599,_0x4e4bd3=_0x50c957();while(!![]){try{const _0x5a262c=-parseInt(_0x2a9a37(0xd3))/0x1*(parseInt(_0x2a9a37(0xd5))/0x2)+-parseInt(_0x2a9a37(0xd7))/0x3*(-parseInt(_0x2a9a37(0xcb))/0x4)+-parseInt(_0x2a9a37(0xce))/0x5+-parseInt(_0x2a9a37(0xd2))/0x6+parseInt(_0x2a9a37(0xdc))/0x7*(parseInt(_0x2a9a37(0xc9))/0x8)+parseInt(_0x2a9a37(0xdd))/0x9*(parseInt(_0x2a9a37(0xc8))/0xa)+parseInt(_0x2a9a37(0xda))/0xb;if(_0x5a262c===_0x2e3955)break;else _0x4e4bd3['push'](_0x4e4bd3['shift']());}catch(_0x313443){_0x4e4bd3['push'](_0x4e4bd3['shift']());}}}(_0x4646,0xae031));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xa31d2d(0xd4)}},'permission':{'editErr':_0xa31d2d(0xd1)},'title':'形狀','insertShape':_0xa31d2d(0xd0),'formatShape':_0xa31d2d(0xca),'flipHorizontal':_0xa31d2d(0xcc),'flipVertical':_0xa31d2d(0xcf),'objectListPanel':{'title':'圖層','open':_0xa31d2d(0xd9),'empty':'暫無物件','showAll':_0xa31d2d(0xd6),'hideAll':_0xa31d2d(0xdb),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0xa31d2d(0xd8),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':'新增描述','details':'詳情','noSelection':_0xa31d2d(0xcd)}}};function _0x4646(){const _0x440715=['419096eJxEtq','全部顯示','26328VMKffO','下移一層','開啟圖層面板','9327351yTnpbx','全部隱藏','13867qCpbCi','891JVESAd','52790BQWnXN','392tVDMvo','格式化形狀','56gHftLy','水平翻轉','選擇物件以編輯詳情','1926910CvhAEZ','垂直翻轉','插入形狀','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','1696872hcAwPA','1mljyBr','裁切為形狀'];_0x4646=function(){return _0x440715;};return _0x4646();}function _0x4599(_0x5d5878,_0x423748){_0x5d5878=_0x5d5878-0xc8;const _0x464663=_0x4646();let _0x459986=_0x464663[_0x5d5878];return _0x459986;}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 _0x377a96=_0x27ff;(function(_0x10aa4c,_0x7183d9){const _0x8be95e=_0x27ff,_0x278bfe=_0x10aa4c();while(!![]){try{const _0x3d6a76=parseInt(_0x8be95e(0x17c))/0x1+parseInt(_0x8be95e(0x177))/0x2*(parseInt(_0x8be95e(0x18a))/0x3)+-parseInt(_0x8be95e(0x17e))/0x4+-parseInt(_0x8be95e(0x187))/0x5*(-parseInt(_0x8be95e(0x183))/0x6)+-parseInt(_0x8be95e(0x179))/0x7+-parseInt(_0x8be95e(0x17f))/0x8+parseInt(_0x8be95e(0x178))/0x9;if(_0x3d6a76===_0x7183d9)break;else _0x278bfe['push'](_0x278bfe['shift']());}catch(_0x10bbc5){_0x278bfe['push'](_0x278bfe['shift']());}}}(_0x49f1,0x51cea));function _0x27ff(_0x93d833,_0x277a58){_0x93d833=_0x93d833-0x176;const _0x49f1e7=_0x49f1();let _0x27ffb1=_0x49f1e7[_0x93d833];return _0x27ffb1;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x377a96(0x188)}},'permission':{'editErr':_0x377a96(0x17d)},'title':'形狀','insertShape':_0x377a96(0x17a),'formatShape':_0x377a96(0x186),'flipHorizontal':'水平翻轉','flipVertical':_0x377a96(0x184),'objectListPanel':{'title':'圖層','open':_0x377a96(0x185),'empty':_0x377a96(0x180),'showAll':'全部顯示','hideAll':_0x377a96(0x17b),'show':'顯示','hide':'隱藏','moveForward':_0x377a96(0x182),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x377a96(0x189),'details':_0x377a96(0x176),'noSelection':_0x377a96(0x181)}}};function _0x49f1(){const _0x5e154b=['7019010kOCKCz','2662863sexwKm','插入形狀','全部隱藏','88592JalLPe','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','1391228CMpRaj','4695576qPQHuu','暫無物件','選取物件以編輯詳細資料','上移一層','1563684jyZKUn','垂直翻轉','開啟圖層面板','格式化形狀','5EtBOod','裁切為形狀','新增描述','29499oRCIJQ','詳細資料','106bAUBQp'];_0x49f1=function(){return _0x5e154b;};return _0x49f1();}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};