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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) 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/set-shape-text-align.command.d.ts +5 -0
  62. package/lib/types/commands/command/set-shape-text-style.command.d.ts +7 -0
  63. package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +5 -0
  64. package/lib/types/commands/command/shape-doc-align.command.d.ts +10 -0
  65. package/lib/types/commands/menu/shape-doc-format.menu.d.ts +18 -0
  66. package/lib/types/commands/menu/shape-font-size.menu.d.ts +5 -0
  67. package/lib/types/commands/menu/shape-text-align.menu.d.ts +9 -0
  68. package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +9 -0
  69. package/lib/types/commands/operations/actvie-drawing-operation.d.ts +2 -0
  70. package/lib/types/controllers/config.schema.d.ts +5 -0
  71. package/lib/types/controllers/format-painter.controller.d.ts +10 -0
  72. package/lib/types/controllers/menu.schema.d.ts +2 -0
  73. package/lib/types/controllers/mobile/ui.controller.d.ts +21 -6
  74. package/lib/types/controllers/sheets-shape-ui.controller.d.ts +126 -0
  75. package/lib/types/mobile-plugin.d.ts +1 -3
  76. package/lib/types/view-model/shape-data-model.d.ts +6 -0
  77. package/lib/types/views/ShapeOptions.d.ts +30 -0
  78. package/lib/types/views/object-list-panel/MobileSheetDrawingObjectListPanel.d.ts +1 -0
  79. package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +5 -1
  80. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +11 -0
  81. package/lib/types/views/shape-editor-panel/index.d.ts +1 -0
  82. package/lib/types/views/shape-text-editor/Editor.d.ts +11 -0
  83. package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +15 -0
  84. package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +37 -0
  85. package/lib/types/views/shapes.d.ts +58 -0
  86. package/lib/umd/index.js +1 -1
  87. package/lib/umd/locale/ar-SA.js +1 -1
  88. package/lib/umd/locale/ca-ES.js +1 -1
  89. package/lib/umd/locale/de-DE.js +1 -1
  90. package/lib/umd/locale/en-US.js +1 -1
  91. package/lib/umd/locale/es-ES.js +1 -1
  92. package/lib/umd/locale/fa-IR.js +1 -1
  93. package/lib/umd/locale/fr-FR.js +1 -1
  94. package/lib/umd/locale/id-ID.js +1 -1
  95. package/lib/umd/locale/it-IT.js +1 -1
  96. package/lib/umd/locale/ja-JP.js +1 -1
  97. package/lib/umd/locale/ko-KR.js +1 -1
  98. package/lib/umd/locale/pl-PL.js +1 -1
  99. package/lib/umd/locale/pt-BR.js +1 -1
  100. package/lib/umd/locale/ru-RU.js +1 -1
  101. package/lib/umd/locale/sk-SK.js +1 -1
  102. package/lib/umd/locale/vi-VN.js +1 -1
  103. package/lib/umd/locale/zh-CN.js +1 -1
  104. package/lib/umd/locale/zh-HK.js +1 -1
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +21 -21
@@ -1 +1 @@
1
- (function(_0x2dbb17,_0x4ffd49){var _0x23072a=_0x1a67,_0x2ee711=_0x2dbb17();while(!![]){try{var _0x1d901d=parseInt(_0x23072a(0x1fd))/0x1+-parseInt(_0x23072a(0x210))/0x2+-parseInt(_0x23072a(0x200))/0x3+parseInt(_0x23072a(0x1ff))/0x4+parseInt(_0x23072a(0x1f3))/0x5*(-parseInt(_0x23072a(0x1fe))/0x6)+-parseInt(_0x23072a(0x204))/0x7*(parseInt(_0x23072a(0x1f8))/0x8)+parseInt(_0x23072a(0x205))/0x9;if(_0x1d901d===_0x4ffd49)break;else _0x2ee711['push'](_0x2ee711['shift']());}catch(_0x5b6b69){_0x2ee711['push'](_0x2ee711['shift']());}}}(_0x34d3,0xea6ec),function(_0x68bce8,_0x405e12){var _0x467638=_0x1a67;typeof exports==_0x467638(0x206)&&typeof module<'u'?module[_0x467638(0x1f5)]=_0x405e12():typeof define==_0x467638(0x1fa)&&define['amd']?define([],_0x405e12):(_0x68bce8=typeof globalThis<'u'?globalThis:_0x68bce8||self,_0x68bce8[_0x467638(0x1f9)]=_0x405e12());}(this,function(){var _0x44fb81=_0x1a67;return{'sheets-shape-ui':{'quickStyles':_0x44fb81(0x1fb),'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':_0x44fb81(0x211)},'title':_0x44fb81(0x1f4),'insertShape':_0x44fb81(0x20e),'editShape':_0x44fb81(0x201),'editText':_0x44fb81(0x20b),'deleteShape':'حذف\x20الشكل','formatShape':_0x44fb81(0x202),'flipHorizontal':'عكس\x20أفقي','flipVertical':_0x44fb81(0x20d),'objectListPanel':{'title':_0x44fb81(0x20c),'open':'الطبقات','empty':_0x44fb81(0x20f),'showAll':_0x44fb81(0x209),'hideAll':_0x44fb81(0x208),'show':_0x44fb81(0x203),'hide':'إخفاء','moveForward':'إحضار\x20للأمام','moveBackward':'إرسال\x20للخلف','close':_0x44fb81(0x207),'name':_0x44fb81(0x1f7),'nameInput':_0x44fb81(0x1f1),'description':_0x44fb81(0x20a),'descriptionPlaceholder':_0x44fb81(0x1f2),'details':_0x44fb81(0x1f6),'noSelection':_0x44fb81(0x1fc)}}};}));function _0x1a67(_0x2fae80,_0x57201d){_0x2fae80=_0x2fae80-0x1f1;var _0x34d3cc=_0x34d3();var _0x1a6754=_0x34d3cc[_0x2fae80];return _0x1a6754;}function _0x34d3(){var _0x58cfc3=['حدد\x20كائنًا\x20لتحرير\x20تفاصيله','1815569anPgly','78LmrrQv','3053372LxxtSK','1035942NnesLd','تحرير\x20الشكل','تنسيق\x20الشكل','إظهار','3848901WDMaNL','13662585Dnpfgf','object','إغلاق','إخفاء\x20الكل','إظهار\x20الكل','الوصف','تحرير\x20النص','الطبقات','عكس\x20رأسي','إدراج\x20شكل','لا\x20توجد\x20كائنات','3391246QvxqEN','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','اسم\x20الكائن','إضافة\x20وصف','209985eibhGI','شكل','exports','التفاصيل','الاسم','8GckCDJ','UniverProSheetsShapeUiArSA','function','أنماط\x20سريعة'];_0x34d3=function(){return _0x58cfc3;};return _0x34d3();}
1
+ (function(_0x4e299e,_0x187900){var _0x59559b=_0x191c,_0x37c9fb=_0x4e299e();while(!![]){try{var _0x2446de=parseInt(_0x59559b(0x1cc))/0x1*(parseInt(_0x59559b(0x1c0))/0x2)+-parseInt(_0x59559b(0x1bf))/0x3*(-parseInt(_0x59559b(0x1b4))/0x4)+-parseInt(_0x59559b(0x1c6))/0x5+parseInt(_0x59559b(0x1b5))/0x6*(-parseInt(_0x59559b(0x1b8))/0x7)+parseInt(_0x59559b(0x1bb))/0x8*(-parseInt(_0x59559b(0x1cd))/0x9)+-parseInt(_0x59559b(0x1bc))/0xa*(-parseInt(_0x59559b(0x1c1))/0xb)+parseInt(_0x59559b(0x1ca))/0xc;if(_0x2446de===_0x187900)break;else _0x37c9fb['push'](_0x37c9fb['shift']());}catch(_0x36346c){_0x37c9fb['push'](_0x37c9fb['shift']());}}}(_0x414e,0x8104f),function(_0x808705,_0x1631a0){var _0x3e0058=_0x191c;typeof exports==_0x3e0058(0x1c3)&&typeof module<'u'?module[_0x3e0058(0x1c2)]=_0x1631a0():typeof define==_0x3e0058(0x1b7)&&define[_0x3e0058(0x1d0)]?define([],_0x1631a0):(_0x808705=typeof globalThis<'u'?globalThis:_0x808705||self,_0x808705[_0x3e0058(0x1b9)]=_0x1631a0());}(this,function(){var _0x15a985=_0x191c;return{'sheets-shape-ui':{'quickStyles':_0x15a985(0x1c4),'imagePanel':{'crop':{'shape':_0x15a985(0x1bd)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x15a985(0x1d5),'insertShape':_0x15a985(0x1be),'editShape':_0x15a985(0x1d3),'editText':_0x15a985(0x1cf),'deleteShape':'حذف\x20الشكل','formatShape':'تنسيق\x20الشكل','flipHorizontal':'عكس\x20أفقي','flipVertical':'عكس\x20رأسي','objectListPanel':{'title':_0x15a985(0x1d4),'open':'الطبقات','empty':_0x15a985(0x1b3),'showAll':_0x15a985(0x1c9),'hideAll':_0x15a985(0x1d2),'show':'إظهار','hide':'إخفاء','moveForward':_0x15a985(0x1c8),'moveBackward':_0x15a985(0x1d1),'close':_0x15a985(0x1ce),'name':_0x15a985(0x1c7),'nameInput':_0x15a985(0x1c5),'description':_0x15a985(0x1b6),'descriptionPlaceholder':_0x15a985(0x1cb),'details':_0x15a985(0x1ba),'noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};}));function _0x191c(_0x5d0bd3,_0x5a2686){_0x5d0bd3=_0x5d0bd3-0x1b3;var _0x414ed6=_0x414e();var _0x191c24=_0x414ed6[_0x5d0bd3];return _0x191c24;}function _0x414e(){var _0xa74a34=['1489104bXYTND','إضافة\x20وصف','17JXBrbY','18IBgGHK','إغلاق','تحرير\x20النص','amd','إرسال\x20للخلف','إخفاء\x20الكل','تحرير\x20الشكل','الطبقات','شكل','لا\x20توجد\x20كائنات','499780BkviVr','6oddoVj','الوصف','function','2900499zPDgrC','UniverProSheetsShapeUiArSA','التفاصيل','2411672BRPsXK','10DiFIcy','قص\x20إلى\x20شكل','إدراج\x20شكل','18FdwTgj','59726bRVEnT','10917357ZqIQad','exports','object','أنماط\x20سريعة','اسم\x20الكائن','4140910ymuieV','الاسم','إحضار\x20للأمام','إظهار\x20الكل'];_0x414e=function(){return _0xa74a34;};return _0x414e();}
@@ -1 +1 @@
1
- function _0x1b36(){var _0x218dfc=['Amaga-ho\x20tot','Mostra-ho\x20tot','Forma','Detalls','363PDkyuf','23738508QesdWP','615517QXLFlP','64aSToLX','158380pjDeTR','exports','Mostra','1894540DpiMkA','1306344Artnya','Edita\x20el\x20text','Girar\x20verticalment','31mRePRf','Capes','Afegeix\x20descripcio','Inserir\x20forma','Envia\x20enrere','function','8vtvRYT','Descripció','Sense\x20objectes','1015083HyjBvn','amd','Format\x20de\x20forma','Porta\x20endavant','6hztvgr','Elimina\x20la\x20forma','116414TDTctu','Nom\x20de\x20l’objecte','Edita\x20la\x20forma','object','Amagar','Girar\x20horitzontalment','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'];_0x1b36=function(){return _0x218dfc;};return _0x1b36();}function _0x3e90(_0x3bee7b,_0x4b4ce3){_0x3bee7b=_0x3bee7b-0x123;var _0x1b3646=_0x1b36();var _0x3e9084=_0x1b3646[_0x3bee7b];return _0x3e9084;}(function(_0x19dcee,_0x1a4b76){var _0xc82a9d=_0x3e90,_0x3570d4=_0x19dcee();while(!![]){try{var _0x4c331b=parseInt(_0xc82a9d(0x13a))/0x1*(-parseInt(_0xc82a9d(0x124))/0x2)+-parseInt(_0xc82a9d(0x137))/0x3+parseInt(_0xc82a9d(0x140))/0x4*(parseInt(_0xc82a9d(0x136))/0x5)+parseInt(_0xc82a9d(0x147))/0x6*(parseInt(_0xc82a9d(0x131))/0x7)+-parseInt(_0xc82a9d(0x132))/0x8*(-parseInt(_0xc82a9d(0x143))/0x9)+parseInt(_0xc82a9d(0x133))/0xa*(-parseInt(_0xc82a9d(0x12f))/0xb)+parseInt(_0xc82a9d(0x130))/0xc;if(_0x4c331b===_0x1a4b76)break;else _0x3570d4['push'](_0x3570d4['shift']());}catch(_0x344ed7){_0x3570d4['push'](_0x3570d4['shift']());}}}(_0x1b36,0xeb495),function(_0x55c203,_0x5ae08c){var _0x8580bf=_0x3e90;typeof exports==_0x8580bf(0x127)&&typeof module<'u'?module[_0x8580bf(0x134)]=_0x5ae08c():typeof define==_0x8580bf(0x13f)&&define[_0x8580bf(0x144)]?define([],_0x5ae08c):(_0x55c203=typeof globalThis<'u'?globalThis:_0x55c203||self,_0x55c203['UniverProSheetsShapeUiCaES']=_0x5ae08c());}(this,function(){var _0x20737d=_0x3e90;return{'sheets-shape-ui':{'quickStyles':'Estils\x20ràpids','imagePanel':{'crop':{'shape':'Retalla\x20a\x20forma'}},'permission':{'editErr':'L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'},'title':_0x20737d(0x12d),'insertShape':_0x20737d(0x13d),'editShape':_0x20737d(0x126),'editText':_0x20737d(0x138),'deleteShape':_0x20737d(0x123),'formatShape':_0x20737d(0x145),'flipHorizontal':_0x20737d(0x129),'flipVertical':_0x20737d(0x139),'objectListPanel':{'title':_0x20737d(0x13b),'open':_0x20737d(0x13b),'empty':_0x20737d(0x142),'showAll':_0x20737d(0x12c),'hideAll':_0x20737d(0x12b),'show':_0x20737d(0x135),'hide':_0x20737d(0x128),'moveForward':_0x20737d(0x146),'moveBackward':_0x20737d(0x13e),'close':'Tancar','name':'Nom','nameInput':_0x20737d(0x125),'description':_0x20737d(0x141),'descriptionPlaceholder':_0x20737d(0x13c),'details':_0x20737d(0x12e),'noSelection':_0x20737d(0x12a)}}};}));
1
+ function _0xa964(_0x5cb935,_0x1a27dd){_0x5cb935=_0x5cb935-0x1d0;var _0x31f87d=_0x31f8();var _0xa964c6=_0x31f87d[_0x5cb935];return _0xa964c6;}(function(_0x1c3a83,_0x3ebebc){var _0x35656c=_0xa964,_0x1f7c16=_0x1c3a83();while(!![]){try{var _0x54f7d9=-parseInt(_0x35656c(0x1ef))/0x1+parseInt(_0x35656c(0x1de))/0x2*(parseInt(_0x35656c(0x1e4))/0x3)+-parseInt(_0x35656c(0x1f1))/0x4*(parseInt(_0x35656c(0x1e7))/0x5)+-parseInt(_0x35656c(0x1d2))/0x6*(parseInt(_0x35656c(0x1eb))/0x7)+-parseInt(_0x35656c(0x1ec))/0x8+parseInt(_0x35656c(0x1e9))/0x9*(-parseInt(_0x35656c(0x1dd))/0xa)+parseInt(_0x35656c(0x1df))/0xb*(parseInt(_0x35656c(0x1dc))/0xc);if(_0x54f7d9===_0x3ebebc)break;else _0x1f7c16['push'](_0x1f7c16['shift']());}catch(_0x2bf362){_0x1f7c16['push'](_0x1f7c16['shift']());}}}(_0x31f8,0x28ef8),function(_0x3ce373,_0x3a544b){var _0x14ab16=_0xa964;typeof exports==_0x14ab16(0x1e0)&&typeof module<'u'?module[_0x14ab16(0x1d5)]=_0x3a544b():typeof define==_0x14ab16(0x1d7)&&define[_0x14ab16(0x1e8)]?define([],_0x3a544b):(_0x3ce373=typeof globalThis<'u'?globalThis:_0x3ce373||self,_0x3ce373['UniverProSheetsShapeUiCaES']=_0x3a544b());}(this,function(){var _0xc63a5e=_0xa964;return{'sheets-shape-ui':{'quickStyles':'Estils\x20ràpids','imagePanel':{'crop':{'shape':_0xc63a5e(0x1d3)}},'permission':{'editErr':_0xc63a5e(0x1d8)},'title':_0xc63a5e(0x1d6),'insertShape':_0xc63a5e(0x1f0),'editShape':_0xc63a5e(0x1e2),'editText':_0xc63a5e(0x1e3),'deleteShape':'Elimina\x20la\x20forma','formatShape':'Format\x20de\x20forma','flipHorizontal':_0xc63a5e(0x1d1),'flipVertical':_0xc63a5e(0x1d0),'objectListPanel':{'title':_0xc63a5e(0x1e6),'open':_0xc63a5e(0x1e6),'empty':_0xc63a5e(0x1db),'showAll':_0xc63a5e(0x1d9),'hideAll':_0xc63a5e(0x1d4),'show':_0xc63a5e(0x1ed),'hide':_0xc63a5e(0x1ee),'moveForward':'Porta\x20endavant','moveBackward':_0xc63a5e(0x1da),'close':'Tancar','name':'Nom','nameInput':'Nom\x20de\x20l’objecte','description':_0xc63a5e(0x1ea),'descriptionPlaceholder':_0xc63a5e(0x1e5),'details':'Detalls','noSelection':_0xc63a5e(0x1e1)}}};}));function _0x31f8(){var _0x1d3f2f=['Forma','function','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Mostra-ho\x20tot','Envia\x20enrere','Sense\x20objectes','120aqGHCU','60650ptsVfp','12050wZLcFd','1098394oiBdRp','object','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Edita\x20la\x20forma','Edita\x20el\x20text','75HDWmfA','Afegeix\x20descripcio','Capes','5QlGCcs','amd','9pDtXwJ','Descripció','1902733oAkHKZ','2407504CevafV','Mostra','Amagar','166552BBPyaF','Inserir\x20forma','944476vwCGRd','Girar\x20verticalment','Girar\x20horitzontalment','6xvCThs','Retalla\x20a\x20forma','Amaga-ho\x20tot','exports'];_0x31f8=function(){return _0x1d3f2f;};return _0x31f8();}
@@ -1 +1 @@
1
- function _0x7925(_0x351f28,_0x351c09){_0x351f28=_0x351f28-0x16d;var _0x515d9d=_0x515d();var _0x7925ef=_0x515d9d[_0x351f28];return _0x7925ef;}(function(_0x25c3df,_0x37398a){var _0x1bcba0=_0x7925,_0x100b93=_0x25c3df();while(!![]){try{var _0x5a3195=-parseInt(_0x1bcba0(0x18a))/0x1+parseInt(_0x1bcba0(0x179))/0x2*(-parseInt(_0x1bcba0(0x174))/0x3)+parseInt(_0x1bcba0(0x189))/0x4*(parseInt(_0x1bcba0(0x182))/0x5)+-parseInt(_0x1bcba0(0x175))/0x6+-parseInt(_0x1bcba0(0x17d))/0x7+parseInt(_0x1bcba0(0x180))/0x8+parseInt(_0x1bcba0(0x171))/0x9;if(_0x5a3195===_0x37398a)break;else _0x100b93['push'](_0x100b93['shift']());}catch(_0xae5c03){_0x100b93['push'](_0x100b93['shift']());}}}(_0x515d,0xdb8ad),function(_0x5a980a,_0x4527df){var _0x4d8ba6=_0x7925;typeof exports=='object'&&typeof module<'u'?module[_0x4d8ba6(0x172)]=_0x4527df():typeof define==_0x4d8ba6(0x17e)&&define[_0x4d8ba6(0x178)]?define([],_0x4527df):(_0x5a980a=typeof globalThis<'u'?globalThis:_0x5a980a||self,_0x5a980a[_0x4d8ba6(0x17f)]=_0x4527df());}(this,function(){var _0x293df4=_0x7925;return{'sheets-shape-ui':{'quickStyles':_0x293df4(0x16e),'imagePanel':{'crop':{'shape':'Auf\x20Form\x20zuschneiden'}},'permission':{'editErr':_0x293df4(0x183)},'title':_0x293df4(0x17c),'insertShape':'Form\x20einfügen','editShape':'Form\x20bearbeiten','editText':_0x293df4(0x188),'deleteShape':_0x293df4(0x17a),'formatShape':_0x293df4(0x186),'flipHorizontal':_0x293df4(0x177),'flipVertical':'Vertikal\x20spiegeln','objectListPanel':{'title':_0x293df4(0x181),'open':_0x293df4(0x181),'empty':_0x293df4(0x176),'showAll':'Alle\x20anzeigen','hideAll':_0x293df4(0x185),'show':_0x293df4(0x16d),'hide':_0x293df4(0x184),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x293df4(0x16f),'close':'Schließen','name':_0x293df4(0x173),'nameInput':_0x293df4(0x187),'description':_0x293df4(0x170),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':'Details','noSelection':_0x293df4(0x17b)}}};}));function _0x515d(){var _0x25024d=['Text\x20bearbeiten','111116XRiooF','1515273IHtyHf','Anzeigen','Schnellformatvorlagen','Weiter\x20nach\x20hinten','Beschreibung','36924687rTkSAR','exports','Name','3azrhat','3276522PaEGgP','Keine\x20Objekte','Horizontal\x20spiegeln','amd','891908LoTqmv','Form\x20löschen','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Form','8870183uIyBmu','function','UniverProSheetsShapeUiDeDE','3678952nQIYUf','Ebenen','20xkezJy','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Ausblenden','Alle\x20ausblenden','Form\x20formatieren','Objektname'];_0x515d=function(){return _0x25024d;};return _0x515d();}
1
+ (function(_0xbd8b26,_0x2c1d44){var _0x120e3f=_0x1de4,_0x6c8972=_0xbd8b26();while(!![]){try{var _0x272b5d=-parseInt(_0x120e3f(0x110))/0x1*(parseInt(_0x120e3f(0x116))/0x2)+-parseInt(_0x120e3f(0x109))/0x3*(-parseInt(_0x120e3f(0x11f))/0x4)+-parseInt(_0x120e3f(0x121))/0x5*(parseInt(_0x120e3f(0x113))/0x6)+parseInt(_0x120e3f(0x104))/0x7*(parseInt(_0x120e3f(0x105))/0x8)+parseInt(_0x120e3f(0x107))/0x9*(-parseInt(_0x120e3f(0x126))/0xa)+parseInt(_0x120e3f(0x128))/0xb*(-parseInt(_0x120e3f(0x108))/0xc)+-parseInt(_0x120e3f(0x10f))/0xd*(-parseInt(_0x120e3f(0x124))/0xe);if(_0x272b5d===_0x2c1d44)break;else _0x6c8972['push'](_0x6c8972['shift']());}catch(_0x3f1783){_0x6c8972['push'](_0x6c8972['shift']());}}}(_0x3207,0x7c415),function(_0x496ed2,_0x76e3d7){var _0x5c99fa=_0x1de4;typeof exports==_0x5c99fa(0x123)&&typeof module<'u'?module[_0x5c99fa(0x10b)]=_0x76e3d7():typeof define=='function'&&define[_0x5c99fa(0x11e)]?define([],_0x76e3d7):(_0x496ed2=typeof globalThis<'u'?globalThis:_0x496ed2||self,_0x496ed2[_0x5c99fa(0x114)]=_0x76e3d7());}(this,function(){var _0x502644=_0x1de4;return{'sheets-shape-ui':{'quickStyles':_0x502644(0x10e),'imagePanel':{'crop':{'shape':_0x502644(0x11c)}},'permission':{'editErr':_0x502644(0x117)},'title':_0x502644(0x118),'insertShape':_0x502644(0x10c),'editShape':'Form\x20bearbeiten','editText':_0x502644(0x125),'deleteShape':_0x502644(0x10a),'formatShape':_0x502644(0x119),'flipHorizontal':'Horizontal\x20spiegeln','flipVertical':_0x502644(0x127),'objectListPanel':{'title':_0x502644(0x11b),'open':_0x502644(0x11b),'empty':'Keine\x20Objekte','showAll':_0x502644(0x11a),'hideAll':_0x502644(0x111),'show':_0x502644(0x122),'hide':'Ausblenden','moveForward':_0x502644(0x10d),'moveBackward':_0x502644(0x120),'close':_0x502644(0x11d),'name':_0x502644(0x106),'nameInput':'Objektname','description':'Beschreibung','descriptionPlaceholder':_0x502644(0x115),'details':'Details','noSelection':_0x502644(0x112)}}};}));function _0x1de4(_0x13ecc1,_0x186dbb){_0x13ecc1=_0x13ecc1-0x104;var _0x320754=_0x3207();var _0x1de472=_0x320754[_0x13ecc1];return _0x1de472;}function _0x3207(){var _0x35fca3=['Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','2017566BjdsEg','UniverProSheetsShapeUiDeDE','Beschreibung\x20hinzufügen','8lMeNUm','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Form','Form\x20formatieren','Alle\x20anzeigen','Ebenen','Auf\x20Form\x20zuschneiden','Schließen','amd','4XZIXTE','Weiter\x20nach\x20hinten','15cdqkXU','Anzeigen','object','22961638tGAZUs','Text\x20bearbeiten','2330KeCmDZ','Vertikal\x20spiegeln','11OwmHNM','7tvIUjq','3035672PsOmpY','Name','28359CgmdWK','4785780pMhEEk','2374122yjvJxM','Form\x20löschen','exports','Form\x20einfügen','Weiter\x20nach\x20vorne','Schnellformatvorlagen','13sIZvTO','40055fTrPqs','Alle\x20ausblenden'];_0x3207=function(){return _0x35fca3;};return _0x3207();}
@@ -1 +1 @@
1
- function _0x4086(_0x26cbc8,_0x2d3614){_0x26cbc8=_0x26cbc8-0x130;var _0x411d68=_0x411d();var _0x4086b4=_0x411d68[_0x26cbc8];return _0x4086b4;}function _0x411d(){var _0x3d38cf=['460YXqmNn','exports','amd','307883DgaDIN','14715oXNRlx','Name','Format\x20Shape','1742958uBuUHt','27798wRQvFW','Hide','UniverProSheetsShapeUiEnUS','Show\x20All','Bring\x20Forward','Layers','Flip\x20Vertical','Details','Quick\x20styles','Crop\x20to\x20Shape','Add\x20description','1654289OOrxQK','2954128eqdLmV','841096QzCZgh','Shape','3270aumqRF','Show','Edit\x20Text','2hehkrb','Edit\x20Shape','object','Send\x20Backward','No\x20objects','Description','Close'];_0x411d=function(){return _0x3d38cf;};return _0x411d();}(function(_0x4eb832,_0x4d4044){var _0x3ad546=_0x4086,_0x515fb1=_0x4eb832();while(!![]){try{var _0x174cde=parseInt(_0x3ad546(0x146))/0x1*(-parseInt(_0x3ad546(0x13c))/0x2)+parseInt(_0x3ad546(0x14a))/0x3+-parseInt(_0x3ad546(0x137))/0x4+-parseInt(_0x3ad546(0x143))/0x5*(parseInt(_0x3ad546(0x14b))/0x6)+-parseInt(_0x3ad546(0x135))/0x7+parseInt(_0x3ad546(0x136))/0x8+parseInt(_0x3ad546(0x147))/0x9*(parseInt(_0x3ad546(0x139))/0xa);if(_0x174cde===_0x4d4044)break;else _0x515fb1['push'](_0x515fb1['shift']());}catch(_0x5885d7){_0x515fb1['push'](_0x515fb1['shift']());}}}(_0x411d,0x4a431),function(_0x46535b,_0x472d97){var _0x2a530f=_0x4086;typeof exports==_0x2a530f(0x13e)&&typeof module<'u'?module[_0x2a530f(0x144)]=_0x472d97():typeof define=='function'&&define[_0x2a530f(0x145)]?define([],_0x472d97):(_0x46535b=typeof globalThis<'u'?globalThis:_0x46535b||self,_0x46535b[_0x2a530f(0x14d)]=_0x472d97());}(this,function(){var _0x5b6ee5=_0x4086;return{'sheets-shape-ui':{'quickStyles':_0x5b6ee5(0x132),'imagePanel':{'crop':{'shape':_0x5b6ee5(0x133)}},'permission':{'editErr':'The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.'},'title':_0x5b6ee5(0x138),'insertShape':'Insert\x20Shape','editShape':_0x5b6ee5(0x13d),'editText':_0x5b6ee5(0x13b),'deleteShape':'Delete\x20Shape','formatShape':_0x5b6ee5(0x149),'flipHorizontal':'Flip\x20Horizontal','flipVertical':_0x5b6ee5(0x130),'objectListPanel':{'title':_0x5b6ee5(0x150),'open':_0x5b6ee5(0x150),'empty':_0x5b6ee5(0x140),'showAll':_0x5b6ee5(0x14e),'hideAll':'Hide\x20All','show':_0x5b6ee5(0x13a),'hide':_0x5b6ee5(0x14c),'moveForward':_0x5b6ee5(0x14f),'moveBackward':_0x5b6ee5(0x13f),'close':_0x5b6ee5(0x142),'name':_0x5b6ee5(0x148),'nameInput':'Object\x20name','description':_0x5b6ee5(0x141),'descriptionPlaceholder':_0x5b6ee5(0x134),'details':_0x5b6ee5(0x131),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};}));
1
+ function _0x3eda(_0x584b43,_0x27aaa8){_0x584b43=_0x584b43-0x191;var _0xe2f050=_0xe2f0();var _0x3eda5f=_0xe2f050[_0x584b43];return _0x3eda5f;}(function(_0x341ed4,_0x1b39f2){var _0x2f3483=_0x3eda,_0x47f8a3=_0x341ed4();while(!![]){try{var _0x39247e=-parseInt(_0x2f3483(0x197))/0x1+-parseInt(_0x2f3483(0x1b3))/0x2*(-parseInt(_0x2f3483(0x1a5))/0x3)+-parseInt(_0x2f3483(0x198))/0x4*(parseInt(_0x2f3483(0x194))/0x5)+-parseInt(_0x2f3483(0x193))/0x6*(-parseInt(_0x2f3483(0x19f))/0x7)+-parseInt(_0x2f3483(0x1b4))/0x8*(-parseInt(_0x2f3483(0x1ad))/0x9)+parseInt(_0x2f3483(0x199))/0xa*(-parseInt(_0x2f3483(0x1af))/0xb)+parseInt(_0x2f3483(0x1ab))/0xc;if(_0x39247e===_0x1b39f2)break;else _0x47f8a3['push'](_0x47f8a3['shift']());}catch(_0x331cf7){_0x47f8a3['push'](_0x47f8a3['shift']());}}}(_0xe2f0,0x4954a),function(_0x3e4b44,_0x23b9c4){var _0x52e99d=_0x3eda;typeof exports==_0x52e99d(0x1b2)&&typeof module<'u'?module['exports']=_0x23b9c4():typeof define==_0x52e99d(0x1a6)&&define[_0x52e99d(0x1b0)]?define([],_0x23b9c4):(_0x3e4b44=typeof globalThis<'u'?globalThis:_0x3e4b44||self,_0x3e4b44['UniverProSheetsShapeUiEnUS']=_0x23b9c4());}(this,function(){var _0x1a5b84=_0x3eda;return{'sheets-shape-ui':{'quickStyles':_0x1a5b84(0x196),'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x1a5b84(0x19a)},'title':_0x1a5b84(0x191),'insertShape':_0x1a5b84(0x1a7),'editShape':_0x1a5b84(0x1a4),'editText':_0x1a5b84(0x1a9),'deleteShape':_0x1a5b84(0x1a1),'formatShape':_0x1a5b84(0x1ac),'flipHorizontal':'Flip\x20Horizontal','flipVertical':_0x1a5b84(0x19e),'objectListPanel':{'title':_0x1a5b84(0x1a3),'open':_0x1a5b84(0x1a3),'empty':_0x1a5b84(0x1a2),'showAll':_0x1a5b84(0x1b1),'hideAll':_0x1a5b84(0x19c),'show':_0x1a5b84(0x19d),'hide':'Hide','moveForward':'Bring\x20Forward','moveBackward':_0x1a5b84(0x1a8),'close':_0x1a5b84(0x1aa),'name':_0x1a5b84(0x1ae),'nameInput':_0x1a5b84(0x19b),'description':_0x1a5b84(0x192),'descriptionPlaceholder':_0x1a5b84(0x1a0),'details':_0x1a5b84(0x195),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};}));function _0xe2f0(){var _0x518c9c=['6WIIyah','140Luwdvz','Details','Quick\x20styles','417658FtLZLD','55644TJoEVx','10ANayhQ','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Object\x20name','Hide\x20All','Show','Flip\x20Vertical','1883644QVNTHm','Add\x20description','Delete\x20Shape','No\x20objects','Layers','Edit\x20Shape','66RDBTlD','function','Insert\x20Shape','Send\x20Backward','Edit\x20Text','Close','10576536nVqmvP','Format\x20Shape','3249ncyyRZ','Name','5674174yzjaGF','amd','Show\x20All','object','5840JwzpKN','9056YtyVnU','Shape','Description'];_0xe2f0=function(){return _0x518c9c;};return _0xe2f0();}
@@ -1 +1 @@
1
- function _0x3c89(_0x3f0b32,_0x35c0bc){_0x3f0b32=_0x3f0b32-0x187;var _0x485819=_0x4858();var _0x3c89d7=_0x485819[_0x3f0b32];return _0x3c89d7;}function _0x4858(){var _0x33d98c=['El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','function','Detalles','Ocultar\x20todo','93712FHdEds','Mostrar\x20todo','exports','Editar\x20forma','Capas','Editar\x20texto','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','230052YXVQjS','Recortar\x20a\x20forma','172953DTmUwu','Cerrar','Mostrar','56IxPukb','Agregar\x20descripción','209MJZtqv','Nombre\x20del\x20objeto','Eliminar\x20forma','Estilos\x20rápidos','Ocultar','6zWzCax','Enviar\x20atrás','Voltear\x20verticalmente','Forma','83652EwnJnK','Formato\x20de\x20forma','143885rWHpUq','2902617rsdHxs','28gwumGT','Nombre','Voltear\x20horizontalmente','3276064TUGnTx','10oQwpwA','amd'];_0x4858=function(){return _0x33d98c;};return _0x4858();}(function(_0x2cade9,_0xa6a0b6){var _0x583a15=_0x3c89,_0x18f1b9=_0x2cade9();while(!![]){try{var _0x52326f=-parseInt(_0x583a15(0x1a4))/0x1*(parseInt(_0x583a15(0x191))/0x2)+parseInt(_0x583a15(0x19a))/0x3+parseInt(_0x583a15(0x187))/0x4*(parseInt(_0x583a15(0x1aa))/0x5)+-parseInt(_0x583a15(0x198))/0x6*(-parseInt(_0x583a15(0x19d))/0x7)+parseInt(_0x583a15(0x18a))/0x8+parseInt(_0x583a15(0x1ab))/0x9*(-parseInt(_0x583a15(0x18b))/0xa)+parseInt(_0x583a15(0x19f))/0xb*(-parseInt(_0x583a15(0x1a8))/0xc);if(_0x52326f===_0xa6a0b6)break;else _0x18f1b9['push'](_0x18f1b9['shift']());}catch(_0x5c6ca8){_0x18f1b9['push'](_0x18f1b9['shift']());}}}(_0x4858,0x3a684),function(_0x817fe5,_0x465206){var _0x3cb0e8=_0x3c89;typeof exports=='object'&&typeof module<'u'?module[_0x3cb0e8(0x193)]=_0x465206():typeof define==_0x3cb0e8(0x18e)&&define[_0x3cb0e8(0x18c)]?define([],_0x465206):(_0x817fe5=typeof globalThis<'u'?globalThis:_0x817fe5||self,_0x817fe5['UniverProSheetsShapeUiEsES']=_0x465206());}(this,function(){var _0x2abea6=_0x3c89;return{'sheets-shape-ui':{'quickStyles':_0x2abea6(0x1a2),'imagePanel':{'crop':{'shape':_0x2abea6(0x199)}},'permission':{'editErr':_0x2abea6(0x18d)},'title':_0x2abea6(0x1a7),'insertShape':'Insertar\x20forma','editShape':_0x2abea6(0x194),'editText':_0x2abea6(0x196),'deleteShape':_0x2abea6(0x1a1),'formatShape':_0x2abea6(0x1a9),'flipHorizontal':_0x2abea6(0x189),'flipVertical':_0x2abea6(0x1a6),'objectListPanel':{'title':_0x2abea6(0x195),'open':'Capas','empty':'Sin\x20objetos','showAll':_0x2abea6(0x192),'hideAll':_0x2abea6(0x190),'show':_0x2abea6(0x19c),'hide':_0x2abea6(0x1a3),'moveForward':'Traer\x20adelante','moveBackward':_0x2abea6(0x1a5),'close':_0x2abea6(0x19b),'name':_0x2abea6(0x188),'nameInput':_0x2abea6(0x1a0),'description':'Descripción','descriptionPlaceholder':_0x2abea6(0x19e),'details':_0x2abea6(0x18f),'noSelection':_0x2abea6(0x197)}}};}));
1
+ function _0x37a7(){var _0x11ba38=['Insertar\x20forma','Editar\x20forma','Nombre\x20del\x20objeto','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Descripción','Voltear\x20horizontalmente','Capas','138ccLtja','37nxbEqX','Detalles','amd','Editar\x20texto','8132020BwFBBM','3439887jfpDAD','Forma','5040508ShOWxz','11odhWVK','Ocultar\x20todo','29756hYtyvG','object','Ocultar','Eliminar\x20forma','Mostrar','function','Voltear\x20verticalmente','Enviar\x20atrás','Nombre','Sin\x20objetos','24pOxLPx','Recortar\x20a\x20forma','UniverProSheetsShapeUiEsES','269311kPjYKT','Traer\x20adelante','Cerrar','4540923PEOARk','4266130hgafCg'];_0x37a7=function(){return _0x11ba38;};return _0x37a7();}function _0x5313(_0x1b29fa,_0x5296a4){_0x1b29fa=_0x1b29fa-0x10b;var _0x37a74b=_0x37a7();var _0x5313b3=_0x37a74b[_0x1b29fa];return _0x5313b3;}(function(_0x8af1f8,_0x3ed6e0){var _0x9ab4ad=_0x5313,_0x16d2bb=_0x8af1f8();while(!![]){try{var _0x18b0cc=-parseInt(_0x9ab4ad(0x11e))/0x1*(parseInt(_0x9ab4ad(0x128))/0x2)+parseInt(_0x9ab4ad(0x123))/0x3+parseInt(_0x9ab4ad(0x125))/0x4+-parseInt(_0x9ab4ad(0x115))/0x5+parseInt(_0x9ab4ad(0x11d))/0x6*(-parseInt(_0x9ab4ad(0x111))/0x7)+-parseInt(_0x9ab4ad(0x10e))/0x8*(-parseInt(_0x9ab4ad(0x114))/0x9)+-parseInt(_0x9ab4ad(0x122))/0xa*(parseInt(_0x9ab4ad(0x126))/0xb);if(_0x18b0cc===_0x3ed6e0)break;else _0x16d2bb['push'](_0x16d2bb['shift']());}catch(_0x5b2033){_0x16d2bb['push'](_0x16d2bb['shift']());}}}(_0x37a7,0xc7dac),function(_0x879aad,_0x4ef563){var _0x35bb36=_0x5313;typeof exports==_0x35bb36(0x129)&&typeof module<'u'?module['exports']=_0x4ef563():typeof define==_0x35bb36(0x12d)&&define[_0x35bb36(0x120)]?define([],_0x4ef563):(_0x879aad=typeof globalThis<'u'?globalThis:_0x879aad||self,_0x879aad[_0x35bb36(0x110)]=_0x4ef563());}(this,function(){var _0xc59a25=_0x5313;return{'sheets-shape-ui':{'quickStyles':'Estilos\x20rápidos','imagePanel':{'crop':{'shape':_0xc59a25(0x10f)}},'permission':{'editErr':_0xc59a25(0x119)},'title':_0xc59a25(0x124),'insertShape':_0xc59a25(0x116),'editShape':_0xc59a25(0x117),'editText':_0xc59a25(0x121),'deleteShape':_0xc59a25(0x12b),'formatShape':'Formato\x20de\x20forma','flipHorizontal':_0xc59a25(0x11b),'flipVertical':_0xc59a25(0x12e),'objectListPanel':{'title':_0xc59a25(0x11c),'open':_0xc59a25(0x11c),'empty':_0xc59a25(0x10d),'showAll':'Mostrar\x20todo','hideAll':_0xc59a25(0x127),'show':_0xc59a25(0x12c),'hide':_0xc59a25(0x12a),'moveForward':_0xc59a25(0x112),'moveBackward':_0xc59a25(0x10b),'close':_0xc59a25(0x113),'name':_0xc59a25(0x10c),'nameInput':_0xc59a25(0x118),'description':_0xc59a25(0x11a),'descriptionPlaceholder':'Agregar\x20descripción','details':_0xc59a25(0x11f),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'}}};}));
@@ -1 +1 @@
1
- function _0x5a53(_0x3c57a0,_0x1a5e08){_0x3c57a0=_0x3c57a0-0x1a3;var _0x7658b4=_0x7658();var _0x5a5308=_0x7658b4[_0x3c57a0];return _0x5a5308;}(function(_0x5952a8,_0x316cfb){var _0x383fa4=_0x5a53,_0x250420=_0x5952a8();while(!![]){try{var _0xa3cf73=-parseInt(_0x383fa4(0x1ae))/0x1*(parseInt(_0x383fa4(0x1b1))/0x2)+parseInt(_0x383fa4(0x1bd))/0x3*(-parseInt(_0x383fa4(0x1b9))/0x4)+-parseInt(_0x383fa4(0x1ac))/0x5+parseInt(_0x383fa4(0x1b0))/0x6*(-parseInt(_0x383fa4(0x1c1))/0x7)+-parseInt(_0x383fa4(0x1b8))/0x8*(-parseInt(_0x383fa4(0x1a8))/0x9)+parseInt(_0x383fa4(0x1be))/0xa+parseInt(_0x383fa4(0x1aa))/0xb;if(_0xa3cf73===_0x316cfb)break;else _0x250420['push'](_0x250420['shift']());}catch(_0x498528){_0x250420['push'](_0x250420['shift']());}}}(_0x7658,0x7bb63),function(_0x349f0c,_0xeb9a01){var _0x344481=_0x5a53;typeof exports==_0x344481(0x1b4)&&typeof module<'u'?module['exports']=_0xeb9a01():typeof define==_0x344481(0x1c3)&&define['amd']?define([],_0xeb9a01):(_0x349f0c=typeof globalThis<'u'?globalThis:_0x349f0c||self,_0x349f0c['UniverProSheetsShapeUiFaIR']=_0xeb9a01());}(this,function(){var _0x25385a=_0x5a53;return{'sheets-shape-ui':{'quickStyles':_0x25385a(0x1a9),'imagePanel':{'crop':{'shape':_0x25385a(0x1a7)}},'permission':{'editErr':_0x25385a(0x1c2)},'title':_0x25385a(0x1ab),'insertShape':_0x25385a(0x1b6),'editShape':_0x25385a(0x1bc),'editText':_0x25385a(0x1bf),'deleteShape':'حذف\x20شکل','formatShape':_0x25385a(0x1c5),'flipHorizontal':_0x25385a(0x1c4),'flipVertical':_0x25385a(0x1b5),'objectListPanel':{'title':_0x25385a(0x1ba),'open':_0x25385a(0x1ba),'empty':_0x25385a(0x1af),'showAll':_0x25385a(0x1b3),'hideAll':_0x25385a(0x1a5),'show':_0x25385a(0x1bb),'hide':_0x25385a(0x1b7),'moveForward':_0x25385a(0x1c0),'moveBackward':_0x25385a(0x1a4),'close':'بستن','name':_0x25385a(0x1a3),'nameInput':'نام\x20شیء','description':_0x25385a(0x1ad),'descriptionPlaceholder':_0x25385a(0x1a6),'details':_0x25385a(0x1b2),'noSelection':_0x25385a(0x1c6)}}};}));function _0x7658(){var _0xe6acdf=['6QStqrq','7083470acbBPr','ویرایش\x20متن','آوردن\x20به\x20جلو','7OQfJhD','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','function','برگرداندن\x20افقی','قالب‌بندی\x20شکل','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','نام','فرستادن\x20به\x20عقب','پنهان\x20کردن\x20همه','افزودن\x20توضیحات','کراپ\x20به\x20شکل','387kJEHTi','سبک‌های\x20سریع','23208878zKoUWS','شکل','1524345sOcLBL','توضیحات','233199FmlVDl','هیچ\x20شیئی\x20وجود\x20ندارد','4811718MnXnCV','6CbgebJ','جزئیات','نمایش\x20همه','object','برگرداندن\x20عمودی','درج\x20شکل','پنهان\x20کردن','35128FIzODH','1387832cgwhGx','لایه‌ها','نمایش','ویرایش\x20شکل'];_0x7658=function(){return _0xe6acdf;};return _0x7658();}
1
+ function _0x40a8(_0x4e8431,_0x4a9d2d){_0x4e8431=_0x4e8431-0x158;var _0x1f746a=_0x1f74();var _0x40a8cd=_0x1f746a[_0x4e8431];return _0x40a8cd;}(function(_0x433ff5,_0x59bca0){var _0x53b671=_0x40a8,_0x35fba1=_0x433ff5();while(!![]){try{var _0xe7915c=parseInt(_0x53b671(0x175))/0x1+parseInt(_0x53b671(0x15f))/0x2+parseInt(_0x53b671(0x15e))/0x3+parseInt(_0x53b671(0x16e))/0x4+parseInt(_0x53b671(0x165))/0x5+-parseInt(_0x53b671(0x16d))/0x6*(parseInt(_0x53b671(0x16a))/0x7)+-parseInt(_0x53b671(0x169))/0x8;if(_0xe7915c===_0x59bca0)break;else _0x35fba1['push'](_0x35fba1['shift']());}catch(_0x4523c2){_0x35fba1['push'](_0x35fba1['shift']());}}}(_0x1f74,0x6bdcc),function(_0x162194,_0x2616d1){var _0x4e6ab9=_0x40a8;typeof exports==_0x4e6ab9(0x16b)&&typeof module<'u'?module['exports']=_0x2616d1():typeof define==_0x4e6ab9(0x15c)&&define[_0x4e6ab9(0x16f)]?define([],_0x2616d1):(_0x162194=typeof globalThis<'u'?globalThis:_0x162194||self,_0x162194['UniverProSheetsShapeUiFaIR']=_0x2616d1());}(this,function(){var _0x4c9f8a=_0x40a8;return{'sheets-shape-ui':{'quickStyles':_0x4c9f8a(0x171),'imagePanel':{'crop':{'shape':_0x4c9f8a(0x168)}},'permission':{'editErr':_0x4c9f8a(0x163)},'title':_0x4c9f8a(0x174),'insertShape':_0x4c9f8a(0x158),'editShape':_0x4c9f8a(0x162),'editText':_0x4c9f8a(0x16c),'deleteShape':'حذف\x20شکل','formatShape':'قالب‌بندی\x20شکل','flipHorizontal':'برگرداندن\x20افقی','flipVertical':_0x4c9f8a(0x15a),'objectListPanel':{'title':_0x4c9f8a(0x159),'open':_0x4c9f8a(0x159),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x4c9f8a(0x161),'hideAll':_0x4c9f8a(0x172),'show':_0x4c9f8a(0x15d),'hide':_0x4c9f8a(0x170),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x4c9f8a(0x167),'close':_0x4c9f8a(0x164),'name':_0x4c9f8a(0x173),'nameInput':'نام\x20شیء','description':_0x4c9f8a(0x166),'descriptionPlaceholder':'افزودن\x20توضیحات','details':_0x4c9f8a(0x160),'noSelection':_0x4c9f8a(0x15b)}}};}));function _0x1f74(){var _0x5909f6=['object','ویرایش\x20متن','48jwVYiS','213172subaeD','amd','پنهان\x20کردن','سبک‌های\x20سریع','پنهان\x20کردن\x20همه','نام','شکل','466954UNCfnH','درج\x20شکل','لایه‌ها','برگرداندن\x20عمودی','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','function','نمایش','2128077dYZSqs','794412LSfJau','جزئیات','نمایش\x20همه','ویرایش\x20شکل','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','بستن','125025GBBmnc','توضیحات','فرستادن\x20به\x20عقب','کراپ\x20به\x20شکل','5479720bQavSr','459417VyycEm'];_0x1f74=function(){return _0x5909f6;};return _0x1f74();}
@@ -1 +1 @@
1
- function _0x1f65(_0x1db90d,_0x4fbe93){_0x1db90d=_0x1db90d-0x1d1;var _0x35c049=_0x35c0();var _0x1f65e9=_0x35c049[_0x1db90d];return _0x1f65e9;}function _0x35c0(){var _0x193058=['Retourner\x20verticalement','5897166nBPfUv','Nom','Rogner\x20à\x20la\x20forme','2847188xYCCxl','function','Ajouter\x20une\x20description','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','1084533vKudmc','Nom\x20de\x20l’objet','1111688cKNCJd','amd','31204GTWORr','Aucun\x20objet','Masquer','exports','Forme','10092964rPNZTF','Détails','Modifier\x20le\x20texte','Tout\x20masquer','object','Supprimer\x20la\x20forme','Calques','185484qVhJJr','685euigwR','Afficher','Format\x20de\x20la\x20forme','Reculer','UniverProSheetsShapeUiFrFR'];_0x35c0=function(){return _0x193058;};return _0x35c0();}(function(_0x37501a,_0x150da2){var _0x35dae9=_0x1f65,_0x346113=_0x37501a();while(!![]){try{var _0x5c3bfc=-parseInt(_0x35dae9(0x1d7))/0x1+-parseInt(_0x35dae9(0x1d3))/0x2+-parseInt(_0x35dae9(0x1e7))/0x3+-parseInt(_0x35dae9(0x1db))/0x4*(-parseInt(_0x35dae9(0x1e8))/0x5)+parseInt(_0x35dae9(0x1ee))/0x6+parseInt(_0x35dae9(0x1e0))/0x7+-parseInt(_0x35dae9(0x1d9))/0x8;if(_0x5c3bfc===_0x150da2)break;else _0x346113['push'](_0x346113['shift']());}catch(_0x4564fd){_0x346113['push'](_0x346113['shift']());}}}(_0x35c0,0xbf896),function(_0x28ba46,_0x7f7e0d){var _0xe7f74=_0x1f65;typeof exports==_0xe7f74(0x1e4)&&typeof module<'u'?module[_0xe7f74(0x1de)]=_0x7f7e0d():typeof define==_0xe7f74(0x1d4)&&define[_0xe7f74(0x1da)]?define([],_0x7f7e0d):(_0x28ba46=typeof globalThis<'u'?globalThis:_0x28ba46||self,_0x28ba46[_0xe7f74(0x1ec)]=_0x7f7e0d());}(this,function(){var _0x19bfa4=_0x1f65;return{'sheets-shape-ui':{'quickStyles':'Styles\x20rapides','imagePanel':{'crop':{'shape':_0x19bfa4(0x1d2)}},'permission':{'editErr':_0x19bfa4(0x1d6)},'title':_0x19bfa4(0x1df),'insertShape':'Insérer\x20une\x20forme','editShape':'Modifier\x20la\x20forme','editText':_0x19bfa4(0x1e2),'deleteShape':_0x19bfa4(0x1e5),'formatShape':_0x19bfa4(0x1ea),'flipHorizontal':'Retourner\x20horizontalement','flipVertical':_0x19bfa4(0x1ed),'objectListPanel':{'title':_0x19bfa4(0x1e6),'open':_0x19bfa4(0x1e6),'empty':_0x19bfa4(0x1dc),'showAll':'Tout\x20afficher','hideAll':_0x19bfa4(0x1e3),'show':_0x19bfa4(0x1e9),'hide':_0x19bfa4(0x1dd),'moveForward':'Avancer','moveBackward':_0x19bfa4(0x1eb),'close':'Fermer','name':_0x19bfa4(0x1d1),'nameInput':_0x19bfa4(0x1d8),'description':'Description','descriptionPlaceholder':_0x19bfa4(0x1d5),'details':_0x19bfa4(0x1e1),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};}));
1
+ function _0x45f5(_0x27f6f9,_0xd2cfec){_0x27f6f9=_0x27f6f9-0x86;var _0xc0e74a=_0xc0e7();var _0x45f58d=_0xc0e74a[_0x27f6f9];return _0x45f58d;}(function(_0xd400c6,_0x22a8c3){var _0x15d621=_0x45f5,_0x174c72=_0xd400c6();while(!![]){try{var _0x3d5afd=parseInt(_0x15d621(0xaa))/0x1*(-parseInt(_0x15d621(0x96))/0x2)+parseInt(_0x15d621(0x90))/0x3*(parseInt(_0x15d621(0x99))/0x4)+parseInt(_0x15d621(0xa7))/0x5*(-parseInt(_0x15d621(0x9d))/0x6)+parseInt(_0x15d621(0xa3))/0x7*(parseInt(_0x15d621(0xa4))/0x8)+-parseInt(_0x15d621(0x89))/0x9+parseInt(_0x15d621(0xa2))/0xa*(parseInt(_0x15d621(0x91))/0xb)+parseInt(_0x15d621(0x98))/0xc;if(_0x3d5afd===_0x22a8c3)break;else _0x174c72['push'](_0x174c72['shift']());}catch(_0x4b3563){_0x174c72['push'](_0x174c72['shift']());}}}(_0xc0e7,0xd020a),function(_0x41e82d,_0x3b0bd4){var _0x32bf7c=_0x45f5;typeof exports==_0x32bf7c(0x95)&&typeof module<'u'?module[_0x32bf7c(0x9b)]=_0x3b0bd4():typeof define==_0x32bf7c(0x87)&&define[_0x32bf7c(0x8a)]?define([],_0x3b0bd4):(_0x41e82d=typeof globalThis<'u'?globalThis:_0x41e82d||self,_0x41e82d[_0x32bf7c(0x9e)]=_0x3b0bd4());}(this,function(){var _0x267af5=_0x45f5;return{'sheets-shape-ui':{'quickStyles':_0x267af5(0xa6),'imagePanel':{'crop':{'shape':_0x267af5(0xa9)}},'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0x267af5(0x8e),'insertShape':_0x267af5(0x94),'editShape':_0x267af5(0x93),'editText':'Modifier\x20le\x20texte','deleteShape':_0x267af5(0x88),'formatShape':'Format\x20de\x20la\x20forme','flipHorizontal':_0x267af5(0x8f),'flipVertical':'Retourner\x20verticalement','objectListPanel':{'title':'Calques','open':_0x267af5(0x97),'empty':_0x267af5(0xab),'showAll':_0x267af5(0xa5),'hideAll':_0x267af5(0x8d),'show':_0x267af5(0x9f),'hide':_0x267af5(0x86),'moveForward':_0x267af5(0x8c),'moveBackward':_0x267af5(0x8b),'close':_0x267af5(0x9a),'name':_0x267af5(0xa8),'nameInput':_0x267af5(0x9c),'description':_0x267af5(0x92),'descriptionPlaceholder':_0x267af5(0xa0),'details':_0x267af5(0xa1),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};}));function _0xc0e7(){var _0x1c5d9d=['1871hRWOzR','Aucun\x20objet','Masquer','function','Supprimer\x20la\x20forme','6970005fJasah','amd','Reculer','Avancer','Tout\x20masquer','Forme','Retourner\x20horizontalement','1393398TcZrED','11uvtqwA','Description','Modifier\x20la\x20forme','Insérer\x20une\x20forme','object','6aeKqpL','Calques','16309632KldNqU','4zSKdvq','Fermer','exports','Nom\x20de\x20l’objet','10186638mDnFxX','UniverProSheetsShapeUiFrFR','Afficher','Ajouter\x20une\x20description','Détails','8494550MnUnNi','1150212kAvTIh','32XiiGrh','Tout\x20afficher','Styles\x20rapides','5psInfo','Nom','Rogner\x20à\x20la\x20forme'];_0xc0e7=function(){return _0x1c5d9d;};return _0xc0e7();}
@@ -1 +1 @@
1
- (function(_0x19e03a,_0x31fe0d){var _0x3f9cd7=_0x3c9b,_0x4ab133=_0x19e03a();while(!![]){try{var _0x2ae70f=parseInt(_0x3f9cd7(0x17e))/0x1+-parseInt(_0x3f9cd7(0x182))/0x2+parseInt(_0x3f9cd7(0x179))/0x3+parseInt(_0x3f9cd7(0x187))/0x4+-parseInt(_0x3f9cd7(0x17f))/0x5*(parseInt(_0x3f9cd7(0x173))/0x6)+parseInt(_0x3f9cd7(0x18a))/0x7*(-parseInt(_0x3f9cd7(0x171))/0x8)+parseInt(_0x3f9cd7(0x175))/0x9;if(_0x2ae70f===_0x31fe0d)break;else _0x4ab133['push'](_0x4ab133['shift']());}catch(_0x3e8d61){_0x4ab133['push'](_0x4ab133['shift']());}}}(_0x180f,0x3bc53),function(_0x1a434a,_0x32c77c){var _0x24dc11=_0x3c9b;typeof exports==_0x24dc11(0x180)&&typeof module<'u'?module[_0x24dc11(0x16e)]=_0x32c77c():typeof define==_0x24dc11(0x184)&&define['amd']?define([],_0x32c77c):(_0x1a434a=typeof globalThis<'u'?globalThis:_0x1a434a||self,_0x1a434a[_0x24dc11(0x174)]=_0x32c77c());}(this,function(){var _0xc52ed2=_0x3c9b;return{'sheets-shape-ui':{'quickStyles':_0xc52ed2(0x178),'imagePanel':{'crop':{'shape':_0xc52ed2(0x186)}},'permission':{'editErr':_0xc52ed2(0x177)},'title':_0xc52ed2(0x188),'insertShape':'Sisipkan\x20Bentuk','editShape':_0xc52ed2(0x17b),'editText':_0xc52ed2(0x189),'deleteShape':_0xc52ed2(0x170),'formatShape':_0xc52ed2(0x16d),'flipHorizontal':_0xc52ed2(0x176),'flipVertical':_0xc52ed2(0x16f),'objectListPanel':{'title':_0xc52ed2(0x172),'open':_0xc52ed2(0x172),'empty':'Tidak\x20ada\x20objek','showAll':_0xc52ed2(0x183),'hideAll':_0xc52ed2(0x17a),'show':'Tampilkan','hide':_0xc52ed2(0x185),'moveForward':'Bawa\x20ke\x20Depan','moveBackward':_0xc52ed2(0x17c),'close':'Tutup','name':'Nama','nameInput':_0xc52ed2(0x17d),'description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0xc52ed2(0x181),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};}));function _0x3c9b(_0x9038ea,_0x3ad461){_0x9038ea=_0x9038ea-0x16d;var _0x180f39=_0x180f();var _0x3c9bc7=_0x180f39[_0x9038ea];return _0x3c9bc7;}function _0x180f(){var _0x5810c7=['606lQsKVH','UniverProSheetsShapeUiIdID','8237421iHSvZX','Balik\x20Horizontal','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Gaya\x20Cepat','1180095Uukpah','Sembunyikan\x20semua','Edit\x20Bentuk','Kirim\x20ke\x20Belakang','Nama\x20objek','48531vpQTtM','22405yvoDlc','object','Detail','868898SCPatV','Tampilkan\x20semua','function','Sembunyikan','Pangkas\x20ke\x20Bentuk','714708Ywjzkt','Bentuk','Edit\x20teks','2827951VtvdZf','Format\x20Bentuk','exports','Balik\x20Vertikal','Hapus\x20Bentuk','8YDebQq','Lapisan'];_0x180f=function(){return _0x5810c7;};return _0x180f();}
1
+ function _0x23f9(_0x516743,_0x4cad1f){_0x516743=_0x516743-0xb3;var _0x1143a5=_0x1143();var _0x23f901=_0x1143a5[_0x516743];return _0x23f901;}(function(_0x3bba56,_0x57d89b){var _0x6e5bb5=_0x23f9,_0x57d567=_0x3bba56();while(!![]){try{var _0x3c98e0=parseInt(_0x6e5bb5(0xc4))/0x1+parseInt(_0x6e5bb5(0xc9))/0x2*(parseInt(_0x6e5bb5(0xcf))/0x3)+-parseInt(_0x6e5bb5(0xb7))/0x4*(parseInt(_0x6e5bb5(0xba))/0x5)+-parseInt(_0x6e5bb5(0xd4))/0x6+parseInt(_0x6e5bb5(0xc1))/0x7*(-parseInt(_0x6e5bb5(0xbf))/0x8)+parseInt(_0x6e5bb5(0xbe))/0x9*(parseInt(_0x6e5bb5(0xcc))/0xa)+-parseInt(_0x6e5bb5(0xb5))/0xb*(-parseInt(_0x6e5bb5(0xcb))/0xc);if(_0x3c98e0===_0x57d89b)break;else _0x57d567['push'](_0x57d567['shift']());}catch(_0x3e8226){_0x57d567['push'](_0x57d567['shift']());}}}(_0x1143,0x7092a),function(_0x49d666,_0x22f305){var _0x26616d=_0x23f9;typeof exports==_0x26616d(0xcd)&&typeof module<'u'?module[_0x26616d(0xd0)]=_0x22f305():typeof define==_0x26616d(0xb4)&&define[_0x26616d(0xce)]?define([],_0x22f305):(_0x49d666=typeof globalThis<'u'?globalThis:_0x49d666||self,_0x49d666[_0x26616d(0xd2)]=_0x22f305());}(this,function(){var _0x2ab9e7=_0x23f9;return{'sheets-shape-ui':{'quickStyles':'Gaya\x20Cepat','imagePanel':{'crop':{'shape':_0x2ab9e7(0xc6)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':_0x2ab9e7(0xd1),'insertShape':_0x2ab9e7(0xd5),'editShape':_0x2ab9e7(0xb6),'editText':_0x2ab9e7(0xca),'deleteShape':'Hapus\x20Bentuk','formatShape':_0x2ab9e7(0xbb),'flipHorizontal':_0x2ab9e7(0xc2),'flipVertical':_0x2ab9e7(0xb9),'objectListPanel':{'title':_0x2ab9e7(0xd6),'open':_0x2ab9e7(0xd6),'empty':_0x2ab9e7(0xc0),'showAll':_0x2ab9e7(0xb8),'hideAll':'Sembunyikan\x20semua','show':_0x2ab9e7(0xbd),'hide':'Sembunyikan','moveForward':_0x2ab9e7(0xc3),'moveBackward':_0x2ab9e7(0xc5),'close':'Tutup','name':_0x2ab9e7(0xc7),'nameInput':_0x2ab9e7(0xc8),'description':_0x2ab9e7(0xbc),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x2ab9e7(0xb3),'noSelection':_0x2ab9e7(0xd3)}}};}));function _0x1143(){var _0x41eb24=['Edit\x20teks','96ofeuxn','10fewAfT','object','amd','3hAbvoO','exports','Bentuk','UniverProSheetsShapeUiIdID','Pilih\x20objek\x20untuk\x20mengedit\x20detail','2649162UeBMiP','Sisipkan\x20Bentuk','Lapisan','Detail','function','1198780fiqlDR','Edit\x20Bentuk','13044OIoxVF','Tampilkan\x20semua','Balik\x20Vertikal','480ceeioc','Format\x20Bentuk','Deskripsi','Tampilkan','4807791OijAtR','16XjqeIR','Tidak\x20ada\x20objek','2653532qPsJpL','Balik\x20Horizontal','Bawa\x20ke\x20Depan','7475VAQafs','Kirim\x20ke\x20Belakang','Pangkas\x20ke\x20Bentuk','Nama','Nama\x20objek','1120638vDkusd'];_0x1143=function(){return _0x41eb24;};return _0x1143();}
@@ -1 +1 @@
1
- function _0x8d26(){var _0x181ea6=['1391934DBqHVL','Nascondi','function','Formato\x20forma','Ritaglia\x20a\x20forma','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Nome\x20oggetto','3EdfJOL','Modifica\x20testo','Elimina\x20forma','Porta\x20avanti','Chiudi','Modifica\x20forma','Livelli','11423448CtaPDx','Inserisci\x20forma','Capovolgi\x20verticalmente','321786bpLXMi','Mostra','6ugFjRR','Porta\x20indietro','6110ZSBzer','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','3920917otkNrP','443750cVNjzN','Dettagli','3888KZZONj','Stili\x20rapidi','14125020uzSEid','UniverProSheetsShapeUiItIT','Nascondi\x20tutto','Forma'];_0x8d26=function(){return _0x181ea6;};return _0x8d26();}function _0x3204(_0x18c1fc,_0x470126){_0x18c1fc=_0x18c1fc-0x72;var _0x8d261=_0x8d26();var _0x3204db=_0x8d261[_0x18c1fc];return _0x3204db;}(function(_0x52adee,_0x49a28c){var _0x5e6aac=_0x3204,_0x3e8988=_0x52adee();while(!![]){try{var _0x201fdd=parseInt(_0x5e6aac(0x83))/0x1+parseInt(_0x5e6aac(0x7b))/0x2*(parseInt(_0x5e6aac(0x8a))/0x3)+-parseInt(_0x5e6aac(0x7d))/0x4*(parseInt(_0x5e6aac(0x78))/0x5)+-parseInt(_0x5e6aac(0x76))/0x6*(-parseInt(_0x5e6aac(0x7a))/0x7)+-parseInt(_0x5e6aac(0x91))/0x8+-parseInt(_0x5e6aac(0x74))/0x9+parseInt(_0x5e6aac(0x7f))/0xa;if(_0x201fdd===_0x49a28c)break;else _0x3e8988['push'](_0x3e8988['shift']());}catch(_0x1a3fff){_0x3e8988['push'](_0x3e8988['shift']());}}}(_0x8d26,0xe443d),function(_0x30a0a0,_0x17ae1c){var _0x549761=_0x3204;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x17ae1c():typeof define==_0x549761(0x85)&&define['amd']?define([],_0x17ae1c):(_0x30a0a0=typeof globalThis<'u'?globalThis:_0x30a0a0||self,_0x30a0a0[_0x549761(0x80)]=_0x17ae1c());}(this,function(){var _0x3798b5=_0x3204;return{'sheets-shape-ui':{'quickStyles':_0x3798b5(0x7e),'imagePanel':{'crop':{'shape':_0x3798b5(0x87)}},'permission':{'editErr':_0x3798b5(0x88)},'title':_0x3798b5(0x82),'insertShape':_0x3798b5(0x72),'editShape':_0x3798b5(0x8f),'editText':_0x3798b5(0x8b),'deleteShape':_0x3798b5(0x8c),'formatShape':_0x3798b5(0x86),'flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':_0x3798b5(0x73),'objectListPanel':{'title':_0x3798b5(0x90),'open':_0x3798b5(0x90),'empty':'Nessun\x20oggetto','showAll':'Mostra\x20tutto','hideAll':_0x3798b5(0x81),'show':_0x3798b5(0x75),'hide':_0x3798b5(0x84),'moveForward':_0x3798b5(0x8d),'moveBackward':_0x3798b5(0x77),'close':_0x3798b5(0x8e),'name':'Nome','nameInput':_0x3798b5(0x89),'description':'Descrizione','descriptionPlaceholder':'Aggiungi\x20descrizione','details':_0x3798b5(0x7c),'noSelection':_0x3798b5(0x79)}}};}));
1
+ function _0x42a3(_0x15d76f,_0x57ad73){_0x15d76f=_0x15d76f-0x18c;var _0x598bb3=_0x598b();var _0x42a319=_0x598bb3[_0x15d76f];return _0x42a319;}function _0x598b(){var _0x110bf0=['Inserisci\x20forma','Porta\x20indietro','4agoIdj','Porta\x20avanti','Dettagli','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Modifica\x20forma','Capovolgi\x20verticalmente','301485PPOoHr','4936424hEiubz','Mostra\x20tutto','Aggiungi\x20descrizione','Capovolgi\x20orizzontalmente','Chiudi','Nascondi\x20tutto','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','amd','3400840rfsCyK','Stili\x20rapidi','Forma','5857290fsZdiZ','Descrizione','function','32YsHXDR','Elimina\x20forma','exports','43971njuWlR','138sbPOvM','Modifica\x20testo','Nome\x20oggetto','Ritaglia\x20a\x20forma','UniverProSheetsShapeUiItIT','Nascondi','168833HINSUY','135978IeAjQe','Formato\x20forma','Livelli','Nessun\x20oggetto'];_0x598b=function(){return _0x110bf0;};return _0x598b();}(function(_0x96257e,_0x1f5bb9){var _0x55d900=_0x42a3,_0x2c7de3=_0x96257e();while(!![]){try{var _0x5eb902=-parseInt(_0x55d900(0x1a4))/0x1*(-parseInt(_0x55d900(0x18c))/0x2)+parseInt(_0x55d900(0x1ac))/0x3+parseInt(_0x55d900(0x1a1))/0x4*(-parseInt(_0x55d900(0x192))/0x5)+-parseInt(_0x55d900(0x1a5))/0x6*(-parseInt(_0x55d900(0x1ab))/0x7)+parseInt(_0x55d900(0x193))/0x8+-parseInt(_0x55d900(0x19e))/0x9+parseInt(_0x55d900(0x19b))/0xa;if(_0x5eb902===_0x1f5bb9)break;else _0x2c7de3['push'](_0x2c7de3['shift']());}catch(_0x38c6bc){_0x2c7de3['push'](_0x2c7de3['shift']());}}}(_0x598b,0x7cfd4),function(_0x1ea2bf,_0x323198){var _0x1effc7=_0x42a3;typeof exports=='object'&&typeof module<'u'?module[_0x1effc7(0x1a3)]=_0x323198():typeof define==_0x1effc7(0x1a0)&&define[_0x1effc7(0x19a)]?define([],_0x323198):(_0x1ea2bf=typeof globalThis<'u'?globalThis:_0x1ea2bf||self,_0x1ea2bf[_0x1effc7(0x1a9)]=_0x323198());}(this,function(){var _0x567ae4=_0x42a3;return{'sheets-shape-ui':{'quickStyles':_0x567ae4(0x19c),'imagePanel':{'crop':{'shape':_0x567ae4(0x1a8)}},'permission':{'editErr':_0x567ae4(0x18f)},'title':_0x567ae4(0x19d),'insertShape':_0x567ae4(0x1b0),'editShape':_0x567ae4(0x190),'editText':_0x567ae4(0x1a6),'deleteShape':_0x567ae4(0x1a2),'formatShape':_0x567ae4(0x1ad),'flipHorizontal':_0x567ae4(0x196),'flipVertical':_0x567ae4(0x191),'objectListPanel':{'title':_0x567ae4(0x1ae),'open':_0x567ae4(0x1ae),'empty':_0x567ae4(0x1af),'showAll':_0x567ae4(0x194),'hideAll':_0x567ae4(0x198),'show':'Mostra','hide':_0x567ae4(0x1aa),'moveForward':_0x567ae4(0x18d),'moveBackward':_0x567ae4(0x1b1),'close':_0x567ae4(0x197),'name':'Nome','nameInput':_0x567ae4(0x1a7),'description':_0x567ae4(0x19f),'descriptionPlaceholder':_0x567ae4(0x195),'details':_0x567ae4(0x18e),'noSelection':_0x567ae4(0x199)}}};}));
@@ -1 +1 @@
1
- function _0x4bb6(_0x4236df,_0x1c3c31){_0x4236df=_0x4236df-0x155;var _0x178417=_0x1784();var _0x4bb629=_0x178417[_0x4236df];return _0x4bb629;}function _0x1784(){var _0x316db1=['図形の挿入','function','12NbLFzl','オブジェクト名','前面へ移動','exports','オブジェクトがありません','3562620egocSt','1594500afwIiM','すべて表示','上下反転','object','形状にトリミング','48syjpwh','図形を編集','733957cMtock','左右反転','非表示','297342jafXvW','閉じる','amd','背面へ移動','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','レイヤー','784523oYVuFR','クイックスタイル','テキストを編集','5640824LQmCfa','778464dcdNtv','図形の書式設定','UniverProSheetsShapeUiJaJP'];_0x1784=function(){return _0x316db1;};return _0x1784();}(function(_0x2c74b5,_0x1660f7){var _0x30a661=_0x4bb6,_0x34fa09=_0x2c74b5();while(!![]){try{var _0x5d63e0=parseInt(_0x30a661(0x156))/0x1+parseInt(_0x30a661(0x15f))/0x2*(parseInt(_0x30a661(0x16f))/0x3)+-parseInt(_0x30a661(0x165))/0x4+-parseInt(_0x30a661(0x164))/0x5+-parseInt(_0x30a661(0x16a))/0x6*(-parseInt(_0x30a661(0x16c))/0x7)+-parseInt(_0x30a661(0x159))/0x8+parseInt(_0x30a661(0x15a))/0x9;if(_0x5d63e0===_0x1660f7)break;else _0x34fa09['push'](_0x34fa09['shift']());}catch(_0x319f0d){_0x34fa09['push'](_0x34fa09['shift']());}}}(_0x1784,0x77343),function(_0x42dc84,_0x20e305){var _0xb4fee0=_0x4bb6;typeof exports==_0xb4fee0(0x168)&&typeof module<'u'?module[_0xb4fee0(0x162)]=_0x20e305():typeof define==_0xb4fee0(0x15e)&&define[_0xb4fee0(0x171)]?define([],_0x20e305):(_0x42dc84=typeof globalThis<'u'?globalThis:_0x42dc84||self,_0x42dc84[_0xb4fee0(0x15c)]=_0x20e305());}(this,function(){var _0x26093a=_0x4bb6;return{'sheets-shape-ui':{'quickStyles':_0x26093a(0x157),'imagePanel':{'crop':{'shape':_0x26093a(0x169)}},'permission':{'editErr':_0x26093a(0x173)},'title':'図形','insertShape':_0x26093a(0x15d),'editShape':_0x26093a(0x16b),'editText':_0x26093a(0x158),'deleteShape':'図形を削除','formatShape':_0x26093a(0x15b),'flipHorizontal':_0x26093a(0x16d),'flipVertical':_0x26093a(0x167),'objectListPanel':{'title':'レイヤー','open':_0x26093a(0x155),'empty':_0x26093a(0x163),'showAll':_0x26093a(0x166),'hideAll':'すべて非表示','show':'表示','hide':_0x26093a(0x16e),'moveForward':_0x26093a(0x161),'moveBackward':_0x26093a(0x172),'close':_0x26093a(0x170),'name':'名前','nameInput':_0x26093a(0x160),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'}}};}));
1
+ (function(_0x11d5ee,_0x4e00b3){var _0x58730b=_0x5444,_0x3c1185=_0x11d5ee();while(!![]){try{var _0x18530c=-parseInt(_0x58730b(0x79))/0x1*(-parseInt(_0x58730b(0x91))/0x2)+-parseInt(_0x58730b(0x85))/0x3*(-parseInt(_0x58730b(0x81))/0x4)+parseInt(_0x58730b(0x92))/0x5+-parseInt(_0x58730b(0x89))/0x6*(-parseInt(_0x58730b(0x90))/0x7)+parseInt(_0x58730b(0x7c))/0x8+parseInt(_0x58730b(0x8f))/0x9*(-parseInt(_0x58730b(0x8d))/0xa)+parseInt(_0x58730b(0x7e))/0xb*(-parseInt(_0x58730b(0x8c))/0xc);if(_0x18530c===_0x4e00b3)break;else _0x3c1185['push'](_0x3c1185['shift']());}catch(_0x57ba9f){_0x3c1185['push'](_0x3c1185['shift']());}}}(_0x42c8,0x42857),function(_0x2e9be3,_0x4226b4){var _0x59c4bd=_0x5444;typeof exports==_0x59c4bd(0x80)&&typeof module<'u'?module[_0x59c4bd(0x8e)]=_0x4226b4():typeof define==_0x59c4bd(0x8a)&&define['amd']?define([],_0x4226b4):(_0x2e9be3=typeof globalThis<'u'?globalThis:_0x2e9be3||self,_0x2e9be3['UniverProSheetsShapeUiJaJP']=_0x4226b4());}(this,function(){var _0x34059b=_0x5444;return{'sheets-shape-ui':{'quickStyles':'クイックスタイル','imagePanel':{'crop':{'shape':_0x34059b(0x86)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0x34059b(0x7b),'editShape':'図形を編集','editText':_0x34059b(0x82),'deleteShape':_0x34059b(0x83),'formatShape':_0x34059b(0x7f),'flipHorizontal':'左右反転','flipVertical':'上下反転','objectListPanel':{'title':_0x34059b(0x88),'open':'レイヤー','empty':_0x34059b(0x8b),'showAll':'すべて表示','hideAll':_0x34059b(0x84),'show':'表示','hide':_0x34059b(0x77),'moveForward':_0x34059b(0x7d),'moveBackward':'背面へ移動','close':_0x34059b(0x87),'name':'名前','nameInput':_0x34059b(0x78),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x34059b(0x7a)}}};}));function _0x5444(_0x32a5cb,_0x58176d){_0x32a5cb=_0x32a5cb-0x77;var _0x42c870=_0x42c8();var _0x5444e4=_0x42c870[_0x32a5cb];return _0x5444e4;}function _0x42c8(){var _0x3352be=['図形を削除','すべて非表示','9ahwOoO','形状にトリミング','閉じる','レイヤー','6UUFynb','function','オブジェクトがありません','12wPLGtT','87210DMQvuR','exports','351HWipKz','814772drzWuL','8862rfiaQn','517310GbpaxT','非表示','オブジェクト名','71KKiQZI','詳細を編集するオブジェクトを選択','図形の挿入','1039480NCaxfn','前面へ移動','5714181GIjDIM','図形の書式設定','object','623556iqYNiu','テキストを編集'];_0x42c8=function(){return _0x3352be;};return _0x42c8();}
@@ -1 +1 @@
1
- (function(_0x3fcbdf,_0xd5cc78){var _0xe363e=_0x268b,_0x58a1e3=_0x3fcbdf();while(!![]){try{var _0x56dc4f=-parseInt(_0xe363e(0xb6))/0x1+-parseInt(_0xe363e(0xad))/0x2*(-parseInt(_0xe363e(0xc9))/0x3)+-parseInt(_0xe363e(0xc5))/0x4+-parseInt(_0xe363e(0xc8))/0x5*(-parseInt(_0xe363e(0xcb))/0x6)+parseInt(_0xe363e(0xaa))/0x7*(-parseInt(_0xe363e(0xc3))/0x8)+parseInt(_0xe363e(0xc0))/0x9+parseInt(_0xe363e(0xca))/0xa;if(_0x56dc4f===_0xd5cc78)break;else _0x58a1e3['push'](_0x58a1e3['shift']());}catch(_0xc1092b){_0x58a1e3['push'](_0x58a1e3['shift']());}}}(_0x3a8b,0xad24f),function(_0x5cab06,_0x3262f8){var _0x4c0c22=_0x268b;typeof exports==_0x4c0c22(0xaf)&&typeof module<'u'?module[_0x4c0c22(0xc7)]=_0x3262f8():typeof define==_0x4c0c22(0xb9)&&define[_0x4c0c22(0xbf)]?define([],_0x3262f8):(_0x5cab06=typeof globalThis<'u'?globalThis:_0x5cab06||self,_0x5cab06[_0x4c0c22(0xbe)]=_0x3262f8());}(this,function(){var _0xf1f1da=_0x268b;return{'sheets-shape-ui':{'quickStyles':_0xf1f1da(0xb0),'imagePanel':{'crop':{'shape':_0xf1f1da(0xac)}},'permission':{'editErr':_0xf1f1da(0xb7)},'title':'도형','insertShape':_0xf1f1da(0xa8),'editShape':_0xf1f1da(0xb3),'editText':_0xf1f1da(0xc4),'deleteShape':_0xf1f1da(0xc2),'formatShape':_0xf1f1da(0xbb),'flipHorizontal':_0xf1f1da(0xb4),'flipVertical':_0xf1f1da(0xc1),'objectListPanel':{'title':_0xf1f1da(0xbc),'open':_0xf1f1da(0xbc),'empty':_0xf1f1da(0xb2),'showAll':_0xf1f1da(0xb5),'hideAll':_0xf1f1da(0xab),'show':'표시','hide':_0xf1f1da(0xc6),'moveForward':_0xf1f1da(0xa9),'moveBackward':_0xf1f1da(0xba),'close':'닫기','name':'이름','nameInput':_0xf1f1da(0xb8),'description':'설명','descriptionPlaceholder':_0xf1f1da(0xae),'details':_0xf1f1da(0xb1),'noSelection':_0xf1f1da(0xbd)}}};}));function _0x268b(_0x54a304,_0x3e2e74){_0x54a304=_0x54a304-0xa8;var _0x3a8b5c=_0x3a8b();var _0x268b3d=_0x3a8b5c[_0x54a304];return _0x268b3d;}function _0x3a8b(){var _0x3d4f55=['세부\x20정보를\x20편집할\x20개체를\x20선택하세요','UniverProSheetsShapeUiKoKR','amd','2898792mWRaML','세로\x20뒤집기','도형\x20삭제','8UJgNIe','텍스트\x20편집','4381700EAjbuE','숨기기','exports','5eZhQvl','10182ORJBrc','18832870huhfoV','6184410WYAiqF','도형\x20삽입','앞으로\x20가져오기','6871438jsbwku','모두\x20숨기기','모양에\x20맞게\x20자르기','446tzifEF','설명\x20추가','object','빠른\x20스타일','세부\x20정보','개체\x20없음','도형\x20편집','가로\x20뒤집기','모두\x20표시','1206714OBsEKE','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','개체\x20이름','function','뒤로\x20보내기','도형\x20서식','레이어'];_0x3a8b=function(){return _0x3d4f55;};return _0x3a8b();}
1
+ function _0x35d2(){var _0x50b617=['16781704CbvABi','UniverProSheetsShapeUiKoKR','exports','965426GtMxla','레이어','87ZTomuF','606672EKIczQ','3411520FlxejT','세부\x20정보','도형\x20서식','숨기기','모두\x20표시','설명\x20추가','도형\x20삽입','모두\x20숨기기','개체\x20없음','3470705AGLYdz','가로\x20뒤집기','amd','도형\x20편집','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','개체\x20이름','모양에\x20맞게\x20자르기','41660EEGCdN','771450ZYiyWJ','object','도형\x20삭제','앞으로\x20가져오기'];_0x35d2=function(){return _0x50b617;};return _0x35d2();}function _0x189d(_0x14fcec,_0xa9ee7b){_0x14fcec=_0x14fcec-0x113;var _0x35d288=_0x35d2();var _0x189d32=_0x35d288[_0x14fcec];return _0x189d32;}(function(_0xf22444,_0x101322){var _0x5d7b6d=_0x189d,_0x3d7761=_0xf22444();while(!![]){try{var _0x52b4d2=parseInt(_0x5d7b6d(0x12a))/0x1+parseInt(_0x5d7b6d(0x127))/0x2+-parseInt(_0x5d7b6d(0x129))/0x3*(-parseInt(_0x5d7b6d(0x11f))/0x4)+parseInt(_0x5d7b6d(0x12b))/0x5+-parseInt(_0x5d7b6d(0x120))/0x6+parseInt(_0x5d7b6d(0x118))/0x7+-parseInt(_0x5d7b6d(0x124))/0x8;if(_0x52b4d2===_0x101322)break;else _0x3d7761['push'](_0x3d7761['shift']());}catch(_0x2084bc){_0x3d7761['push'](_0x3d7761['shift']());}}}(_0x35d2,0x53cd3),function(_0x5d8230,_0x5a1b44){var _0x4d5b05=_0x189d;typeof exports==_0x4d5b05(0x121)&&typeof module<'u'?module[_0x4d5b05(0x126)]=_0x5a1b44():typeof define=='function'&&define[_0x4d5b05(0x11a)]?define([],_0x5a1b44):(_0x5d8230=typeof globalThis<'u'?globalThis:_0x5d8230||self,_0x5d8230[_0x4d5b05(0x125)]=_0x5a1b44());}(this,function(){var _0x4b55fe=_0x189d;return{'sheets-shape-ui':{'quickStyles':'빠른\x20스타일','imagePanel':{'crop':{'shape':_0x4b55fe(0x11e)}},'permission':{'editErr':_0x4b55fe(0x11c)},'title':'도형','insertShape':_0x4b55fe(0x115),'editShape':_0x4b55fe(0x11b),'editText':'텍스트\x20편집','deleteShape':_0x4b55fe(0x122),'formatShape':_0x4b55fe(0x12d),'flipHorizontal':_0x4b55fe(0x119),'flipVertical':'세로\x20뒤집기','objectListPanel':{'title':_0x4b55fe(0x128),'open':_0x4b55fe(0x128),'empty':_0x4b55fe(0x117),'showAll':_0x4b55fe(0x113),'hideAll':_0x4b55fe(0x116),'show':'표시','hide':_0x4b55fe(0x12e),'moveForward':_0x4b55fe(0x123),'moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':_0x4b55fe(0x11d),'description':'설명','descriptionPlaceholder':_0x4b55fe(0x114),'details':_0x4b55fe(0x12c),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};}));
@@ -1 +1 @@
1
- function _0x43a5(_0x560bfc,_0x355fc9){_0x560bfc=_0x560bfc-0x156;var _0x14acae=_0x14ac();var _0x43a549=_0x14acae[_0x560bfc];return _0x43a549;}function _0x14ac(){var _0x4fd3e3=['5266omrteN','amd','Wstaw\x20kształt','1613051OEoyCN','Kształt','Szybkie\x20style','23181RPjgry','Odbij\x20poziomo','Przesuń\x20do\x20tyłu','Nazwa','Ukryj','Przytnij\x20do\x20kształtu','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','5SsENcp','2823660yIuCYs','Edytuj\x20tekst','Usuń\x20kształt','Szczegóły','Zamknij','function','Brak\x20obiektów','UniverProSheetsShapeUiPlPL','Edytuj\x20kształt','3672123YHkYbR','8LCpyEg','223JqmDSA','412MtAZTE','Opis','60hgmXaJ','Formatuj\x20kształt','1979631RjBErx','Pokaż','Pokaż\x20wszystko','3271452HNyFaA','Dodaj\x20opis','Ukryj\x20wszystko','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'];_0x14ac=function(){return _0x4fd3e3;};return _0x14ac();}(function(_0x12026a,_0x108eaa){var _0x1deef3=_0x43a5,_0x37cd7a=_0x12026a();while(!![]){try{var _0x3ec7ba=parseInt(_0x1deef3(0x15a))/0x1*(-parseInt(_0x1deef3(0x166))/0x2)+-parseInt(_0x1deef3(0x16c))/0x3*(-parseInt(_0x1deef3(0x15b))/0x4)+-parseInt(_0x1deef3(0x173))/0x5*(-parseInt(_0x1deef3(0x162))/0x6)+parseInt(_0x1deef3(0x158))/0x7+-parseInt(_0x1deef3(0x159))/0x8*(-parseInt(_0x1deef3(0x15f))/0x9)+-parseInt(_0x1deef3(0x174))/0xa+parseInt(_0x1deef3(0x169))/0xb*(-parseInt(_0x1deef3(0x15d))/0xc);if(_0x3ec7ba===_0x108eaa)break;else _0x37cd7a['push'](_0x37cd7a['shift']());}catch(_0x4bfa1e){_0x37cd7a['push'](_0x37cd7a['shift']());}}}(_0x14ac,0x75e7d),function(_0x375d2c,_0x5884d9){var _0x268355=_0x43a5;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5884d9():typeof define==_0x268355(0x179)&&define[_0x268355(0x167)]?define([],_0x5884d9):(_0x375d2c=typeof globalThis<'u'?globalThis:_0x375d2c||self,_0x375d2c[_0x268355(0x156)]=_0x5884d9());}(this,function(){var _0x461232=_0x43a5;return{'sheets-shape-ui':{'quickStyles':_0x461232(0x16b),'imagePanel':{'crop':{'shape':_0x461232(0x171)}},'permission':{'editErr':_0x461232(0x165)},'title':_0x461232(0x16a),'insertShape':_0x461232(0x168),'editShape':_0x461232(0x157),'editText':_0x461232(0x175),'deleteShape':_0x461232(0x176),'formatShape':_0x461232(0x15e),'flipHorizontal':_0x461232(0x16d),'flipVertical':'Odbij\x20pionowo','objectListPanel':{'title':'Warstwy','open':'Warstwy','empty':_0x461232(0x17a),'showAll':_0x461232(0x161),'hideAll':_0x461232(0x164),'show':_0x461232(0x160),'hide':_0x461232(0x170),'moveForward':'Przesuń\x20do\x20przodu','moveBackward':_0x461232(0x16e),'close':_0x461232(0x178),'name':_0x461232(0x16f),'nameInput':'Nazwa\x20obiektu','description':_0x461232(0x15c),'descriptionPlaceholder':_0x461232(0x163),'details':_0x461232(0x177),'noSelection':_0x461232(0x172)}}};}));
1
+ function _0x7e4c(_0xea72fc,_0x214bbf){_0xea72fc=_0xea72fc-0x189;var _0x556e58=_0x556e();var _0x7e4c85=_0x556e58[_0xea72fc];return _0x7e4c85;}(function(_0x26c885,_0x2af977){var _0x5368ba=_0x7e4c,_0x4da67c=_0x26c885();while(!![]){try{var _0x1a66ec=-parseInt(_0x5368ba(0x190))/0x1*(parseInt(_0x5368ba(0x19a))/0x2)+-parseInt(_0x5368ba(0x1ac))/0x3*(parseInt(_0x5368ba(0x198))/0x4)+-parseInt(_0x5368ba(0x195))/0x5*(parseInt(_0x5368ba(0x18d))/0x6)+-parseInt(_0x5368ba(0x196))/0x7+parseInt(_0x5368ba(0x1a2))/0x8*(parseInt(_0x5368ba(0x18b))/0x9)+-parseInt(_0x5368ba(0x18a))/0xa+parseInt(_0x5368ba(0x1a9))/0xb*(parseInt(_0x5368ba(0x192))/0xc);if(_0x1a66ec===_0x2af977)break;else _0x4da67c['push'](_0x4da67c['shift']());}catch(_0x32fe6c){_0x4da67c['push'](_0x4da67c['shift']());}}}(_0x556e,0x2e4b5),function(_0x2f981b,_0xd212ef){var _0x4ccef3=_0x7e4c;typeof exports==_0x4ccef3(0x19e)&&typeof module<'u'?module['exports']=_0xd212ef():typeof define==_0x4ccef3(0x1a5)&&define['amd']?define([],_0xd212ef):(_0x2f981b=typeof globalThis<'u'?globalThis:_0x2f981b||self,_0x2f981b[_0x4ccef3(0x197)]=_0xd212ef());}(this,function(){var _0x5f0d40=_0x7e4c;return{'sheets-shape-ui':{'quickStyles':_0x5f0d40(0x193),'imagePanel':{'crop':{'shape':_0x5f0d40(0x199)}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':'Kształt','insertShape':'Wstaw\x20kształt','editShape':'Edytuj\x20kształt','editText':_0x5f0d40(0x1ab),'deleteShape':'Usuń\x20kształt','formatShape':_0x5f0d40(0x18e),'flipHorizontal':_0x5f0d40(0x19c),'flipVertical':_0x5f0d40(0x1a0),'objectListPanel':{'title':_0x5f0d40(0x19f),'open':_0x5f0d40(0x19f),'empty':_0x5f0d40(0x1aa),'showAll':_0x5f0d40(0x19b),'hideAll':_0x5f0d40(0x1a6),'show':_0x5f0d40(0x18f),'hide':_0x5f0d40(0x19d),'moveForward':_0x5f0d40(0x194),'moveBackward':_0x5f0d40(0x1a1),'close':_0x5f0d40(0x189),'name':_0x5f0d40(0x1a8),'nameInput':_0x5f0d40(0x18c),'description':_0x5f0d40(0x1a3),'descriptionPlaceholder':_0x5f0d40(0x191),'details':_0x5f0d40(0x1a4),'noSelection':_0x5f0d40(0x1a7)}}};}));function _0x556e(){var _0x537455=['Ukryj','object','Warstwy','Odbij\x20pionowo','Przesuń\x20do\x20tyłu','1518952lrNVcC','Opis','Szczegóły','function','Ukryj\x20wszystko','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Nazwa','2851915hJRgTO','Brak\x20obiektów','Edytuj\x20tekst','111apyKea','Zamknij','3115310lmjCie','9TGiHOS','Nazwa\x20obiektu','42GJPrgz','Formatuj\x20kształt','Pokaż','330957wumBOi','Dodaj\x20opis','60wPEUGX','Szybkie\x20style','Przesuń\x20do\x20przodu','216105CoFTuC','1547273fcnFDN','UniverProSheetsShapeUiPlPL','14108sucfJv','Przytnij\x20do\x20kształtu','2hMZZvn','Pokaż\x20wszystko','Odbij\x20poziomo'];_0x556e=function(){return _0x537455;};return _0x556e();}
@@ -1 +1 @@
1
- (function(_0x5d1b76,_0x403b1b){var _0x332774=_0x15d0,_0x5c9beb=_0x5d1b76();while(!![]){try{var _0x1f3284=-parseInt(_0x332774(0x175))/0x1*(parseInt(_0x332774(0x182))/0x2)+parseInt(_0x332774(0x177))/0x3*(-parseInt(_0x332774(0x171))/0x4)+parseInt(_0x332774(0x17d))/0x5+-parseInt(_0x332774(0x179))/0x6+-parseInt(_0x332774(0x16a))/0x7+parseInt(_0x332774(0x17a))/0x8+parseInt(_0x332774(0x17c))/0x9;if(_0x1f3284===_0x403b1b)break;else _0x5c9beb['push'](_0x5c9beb['shift']());}catch(_0x53bbae){_0x5c9beb['push'](_0x5c9beb['shift']());}}}(_0x48af,0xdbf20),function(_0x5053fb,_0x288d62){var _0x55bc12=_0x15d0;typeof exports==_0x55bc12(0x173)&&typeof module<'u'?module['exports']=_0x288d62():typeof define=='function'&&define['amd']?define([],_0x288d62):(_0x5053fb=typeof globalThis<'u'?globalThis:_0x5053fb||self,_0x5053fb['UniverProSheetsShapeUiPtBR']=_0x288d62());}(this,function(){var _0x1c92a5=_0x15d0;return{'sheets-shape-ui':{'quickStyles':_0x1c92a5(0x167),'imagePanel':{'crop':{'shape':_0x1c92a5(0x16b)}},'permission':{'editErr':_0x1c92a5(0x169)},'title':_0x1c92a5(0x174),'insertShape':'Inserir\x20forma','editShape':_0x1c92a5(0x16e),'editText':_0x1c92a5(0x17e),'deleteShape':_0x1c92a5(0x181),'formatShape':_0x1c92a5(0x180),'flipHorizontal':'Inverter\x20horizontalmente','flipVertical':_0x1c92a5(0x183),'objectListPanel':{'title':_0x1c92a5(0x16d),'open':'Camadas','empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':'Ocultar\x20tudo','show':_0x1c92a5(0x168),'hide':_0x1c92a5(0x17b),'moveForward':_0x1c92a5(0x172),'moveBackward':'Enviar\x20para\x20trás','close':_0x1c92a5(0x16c),'name':_0x1c92a5(0x17f),'nameInput':_0x1c92a5(0x176),'description':_0x1c92a5(0x16f),'descriptionPlaceholder':_0x1c92a5(0x166),'details':_0x1c92a5(0x178),'noSelection':_0x1c92a5(0x170)}}};}));function _0x15d0(_0x43a209,_0x3b5bb0){_0x43a209=_0x43a209-0x166;var _0x48afe4=_0x48af();var _0x15d0f5=_0x48afe4[_0x43a209];return _0x15d0f5;}function _0x48af(){var _0x236144=['118124JgwaSw','Trazer\x20para\x20frente','object','Forma','7345IZbDaM','Nome\x20do\x20objeto','93pfAZlt','Detalhes','6065694aGzlGL','11144832oTVDgF','Ocultar','29102787kaxLLp','6444850RefOTN','Editar\x20texto','Nome','Formatar\x20forma','Excluir\x20forma','454imapps','Inverter\x20verticalmente','Adicionar\x20descrição','Estilos\x20rápidos','Mostrar','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','9947672zizpWZ','Cortar\x20para\x20forma','Fechar','Camadas','Editar\x20forma','Descrição','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'];_0x48af=function(){return _0x236144;};return _0x48af();}
1
+ function _0x211d(_0x253a1b,_0x39fcd4){_0x253a1b=_0x253a1b-0x14c;var _0x33e3b7=_0x33e3();var _0x211da1=_0x33e3b7[_0x253a1b];return _0x211da1;}function _0x33e3(){var _0x1b42dc=['387544SUOzkK','Editar\x20texto','Adicionar\x20descrição','29966CssSAl','Estilos\x20rápidos','Nenhum\x20objeto','Camadas','54vJQXbM','UniverProSheetsShapeUiPtBR','Detalhes','18NrhRwO','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Inverter\x20verticalmente','Ocultar','exports','489839dbKVad','60JJnCnv','Enviar\x20para\x20trás','Descrição','4606393gSawRB','243991zIkDAK','Mostrar\x20tudo','function','Inserir\x20forma','5FrEFlG','Ocultar\x20tudo','Trazer\x20para\x20frente','Nome\x20do\x20objeto','50420gozqZK','Formatar\x20forma','Excluir\x20forma','Editar\x20forma','1082852jtAToZ','Nome'];_0x33e3=function(){return _0x1b42dc;};return _0x33e3();}(function(_0x34a8b4,_0x4b5f89){var _0x3e7848=_0x211d,_0x3985d4=_0x34a8b4();while(!![]){try{var _0x35fd4f=parseInt(_0x3e7848(0x153))/0x1+parseInt(_0x3e7848(0x164))/0x2*(parseInt(_0x3e7848(0x14f))/0x3)+-parseInt(_0x3e7848(0x15f))/0x4*(-parseInt(_0x3e7848(0x157))/0x5)+-parseInt(_0x3e7848(0x16b))/0x6*(parseInt(_0x3e7848(0x14e))/0x7)+-parseInt(_0x3e7848(0x161))/0x8+-parseInt(_0x3e7848(0x168))/0x9*(-parseInt(_0x3e7848(0x15b))/0xa)+-parseInt(_0x3e7848(0x152))/0xb;if(_0x35fd4f===_0x4b5f89)break;else _0x3985d4['push'](_0x3985d4['shift']());}catch(_0x3b4fda){_0x3985d4['push'](_0x3985d4['shift']());}}}(_0x33e3,0x28e37),function(_0x5b9fb2,_0x4914f2){var _0x1d8805=_0x211d;typeof exports=='object'&&typeof module<'u'?module[_0x1d8805(0x14d)]=_0x4914f2():typeof define==_0x1d8805(0x155)&&define['amd']?define([],_0x4914f2):(_0x5b9fb2=typeof globalThis<'u'?globalThis:_0x5b9fb2||self,_0x5b9fb2[_0x1d8805(0x169)]=_0x4914f2());}(this,function(){var _0x25a7f5=_0x211d;return{'sheets-shape-ui':{'quickStyles':_0x25a7f5(0x165),'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':'Forma','insertShape':_0x25a7f5(0x156),'editShape':_0x25a7f5(0x15e),'editText':_0x25a7f5(0x162),'deleteShape':_0x25a7f5(0x15d),'formatShape':_0x25a7f5(0x15c),'flipHorizontal':'Inverter\x20horizontalmente','flipVertical':_0x25a7f5(0x16d),'objectListPanel':{'title':_0x25a7f5(0x167),'open':_0x25a7f5(0x167),'empty':_0x25a7f5(0x166),'showAll':_0x25a7f5(0x154),'hideAll':_0x25a7f5(0x158),'show':'Mostrar','hide':_0x25a7f5(0x14c),'moveForward':_0x25a7f5(0x159),'moveBackward':_0x25a7f5(0x150),'close':'Fechar','name':_0x25a7f5(0x160),'nameInput':_0x25a7f5(0x15a),'description':_0x25a7f5(0x151),'descriptionPlaceholder':_0x25a7f5(0x163),'details':_0x25a7f5(0x16a),'noSelection':_0x25a7f5(0x16c)}}};}));
@@ -1 +1 @@
1
- function _0x1ca5(_0x47c9c7,_0x52dd14){_0x47c9c7=_0x47c9c7-0xd4;var _0x305ed1=_0x305e();var _0x1ca5cc=_0x305ed1[_0x47c9c7];return _0x1ca5cc;}(function(_0x5a2433,_0xba9f69){var _0x23de5e=_0x1ca5,_0x56453f=_0x5a2433();while(!![]){try{var _0x12040c=-parseInt(_0x23de5e(0xea))/0x1+parseInt(_0x23de5e(0xd7))/0x2+-parseInt(_0x23de5e(0xe7))/0x3*(-parseInt(_0x23de5e(0xe2))/0x4)+parseInt(_0x23de5e(0xe8))/0x5*(parseInt(_0x23de5e(0xdb))/0x6)+parseInt(_0x23de5e(0xe9))/0x7+-parseInt(_0x23de5e(0xe5))/0x8*(parseInt(_0x23de5e(0xdf))/0x9)+parseInt(_0x23de5e(0xdd))/0xa*(-parseInt(_0x23de5e(0xd4))/0xb);if(_0x12040c===_0xba9f69)break;else _0x56453f['push'](_0x56453f['shift']());}catch(_0x1a0c81){_0x56453f['push'](_0x56453f['shift']());}}}(_0x305e,0x365cc),function(_0x4ffd2c,_0x309298){var _0x4fcada=_0x1ca5;typeof exports=='object'&&typeof module<'u'?module[_0x4fcada(0xd9)]=_0x309298():typeof define==_0x4fcada(0xe4)&&define[_0x4fcada(0xed)]?define([],_0x309298):(_0x4ffd2c=typeof globalThis<'u'?globalThis:_0x4ffd2c||self,_0x4ffd2c[_0x4fcada(0xd8)]=_0x309298());}(this,function(){var _0x331474=_0x1ca5;return{'sheets-shape-ui':{'quickStyles':_0x331474(0xeb),'imagePanel':{'crop':{'shape':_0x331474(0xda)}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':_0x331474(0xd5),'insertShape':'Вставить\x20фигуру','editShape':_0x331474(0xde),'editText':_0x331474(0xe3),'deleteShape':_0x331474(0xd6),'formatShape':_0x331474(0xe1),'flipHorizontal':_0x331474(0xe0),'flipVertical':'Отразить\x20по\x20вертикали','objectListPanel':{'title':_0x331474(0xe6),'open':'Слои','empty':_0x331474(0xef),'showAll':'Показать\x20все','hideAll':'Скрыть\x20все','show':'Показать','hide':_0x331474(0xf2),'moveForward':_0x331474(0xf1),'moveBackward':_0x331474(0xdc),'close':'Закрыть','name':'Имя','nameInput':_0x331474(0xec),'description':_0x331474(0xee),'descriptionPlaceholder':_0x331474(0xf0),'details':'Сведения','noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};}));function _0x305e(){var _0x57e9e3=['Переместить\x20вперед','Скрыть','319cvAGCV','Фигура','Удалить\x20фигуру','193252ybVnDS','UniverProSheetsShapeUiRuRU','exports','Обрезать\x20по\x20форме','10248RYwqCn','Переместить\x20назад','61210YTEcmA','Редактировать\x20фигуру','5679LdSjeI','Отразить\x20по\x20горизонтали','Форматировать\x20фигуру','264648ucNABk','Редактировать\x20текст','function','2864hsWxJD','Слои','12prhQuv','875uAYyrR','1038660gIbEDb','182479xnNLrD','Быстрые\x20стили','Имя\x20объекта','amd','Описание','Нет\x20объектов','Добавить\x20описание'];_0x305e=function(){return _0x57e9e3;};return _0x305e();}
1
+ function _0x3ce1(_0xd2c867,_0xe0a807){_0xd2c867=_0xd2c867-0x100;var _0x5b29ec=_0x5b29();var _0x3ce103=_0x5b29ec[_0xd2c867];return _0x3ce103;}function _0x5b29(){var _0x420e25=['Форматировать\x20фигуру','990140ikNqVy','8790CbvLpo','Нет\x20объектов','10iVMMBT','Редактировать\x20фигуру','Показать','Показать\x20все','Отразить\x20по\x20горизонтали','Обрезать\x20по\x20форме','Переместить\x20назад','Добавить\x20описание','Удалить\x20фигуру','Фигура','Быстрые\x20стили','60ydjhsR','3583044aWHFUA','Сведения','256403BJpsym','5318045gQwZOp','Редактировать\x20текст','Закрыть','Переместить\x20вперед','798vkJKaH','13682608HDNnHa','Имя','function','object','601894ptNpRr','Скрыть','Имя\x20объекта','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','UniverProSheetsShapeUiRuRU'];_0x5b29=function(){return _0x420e25;};return _0x5b29();}(function(_0x331ae0,_0x4cc079){var _0x3ee13a=_0x3ce1,_0x2ea2f2=_0x331ae0();while(!![]){try{var _0x3d33b3=-parseInt(_0x3ee13a(0x117))/0x1+-parseInt(_0x3ee13a(0x11e))/0x2*(-parseInt(_0x3ee13a(0x112))/0x3)+parseInt(_0x3ee13a(0x11d))/0x4+parseInt(_0x3ee13a(0x10e))/0x5+parseInt(_0x3ee13a(0x10a))/0x6*(parseInt(_0x3ee13a(0x10d))/0x7)+-parseInt(_0x3ee13a(0x113))/0x8+-parseInt(_0x3ee13a(0x10b))/0x9*(-parseInt(_0x3ee13a(0x120))/0xa);if(_0x3d33b3===_0x4cc079)break;else _0x2ea2f2['push'](_0x2ea2f2['shift']());}catch(_0x1d7d97){_0x2ea2f2['push'](_0x2ea2f2['shift']());}}}(_0x5b29,0xe3a30),function(_0x59b86e,_0x3ec00d){var _0x53ce28=_0x3ce1;typeof exports==_0x53ce28(0x116)&&typeof module<'u'?module['exports']=_0x3ec00d():typeof define==_0x53ce28(0x115)&&define['amd']?define([],_0x3ec00d):(_0x59b86e=typeof globalThis<'u'?globalThis:_0x59b86e||self,_0x59b86e[_0x53ce28(0x11b)]=_0x3ec00d());}(this,function(){var _0xe80f52=_0x3ce1;return{'sheets-shape-ui':{'quickStyles':_0xe80f52(0x109),'imagePanel':{'crop':{'shape':_0xe80f52(0x104)}},'permission':{'editErr':_0xe80f52(0x11a)},'title':_0xe80f52(0x108),'insertShape':'Вставить\x20фигуру','editShape':_0xe80f52(0x100),'editText':_0xe80f52(0x10f),'deleteShape':_0xe80f52(0x107),'formatShape':_0xe80f52(0x11c),'flipHorizontal':_0xe80f52(0x103),'flipVertical':'Отразить\x20по\x20вертикали','objectListPanel':{'title':'Слои','open':'Слои','empty':_0xe80f52(0x11f),'showAll':_0xe80f52(0x102),'hideAll':'Скрыть\x20все','show':_0xe80f52(0x101),'hide':_0xe80f52(0x118),'moveForward':_0xe80f52(0x111),'moveBackward':_0xe80f52(0x105),'close':_0xe80f52(0x110),'name':_0xe80f52(0x114),'nameInput':_0xe80f52(0x119),'description':'Описание','descriptionPlaceholder':_0xe80f52(0x106),'details':_0xe80f52(0x10c),'noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};}));
@@ -1 +1 @@
1
- function _0x236a(_0x5a8f86,_0x2051eb){_0x5a8f86=_0x5a8f86-0x138;var _0x10c6c7=_0x10c6();var _0x236a3b=_0x10c6c7[_0x5a8f86];return _0x236a3b;}function _0x10c6(){var _0x2b9715=['144130qeBphT','Upraviť\x20tvar','Skryť\x20všetko','Posunúť\x20dopredu','2213211OCybsr','UniverProSheetsShapeUiSkSK','Vrstvy','6KedAvh','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Odstrániť\x20tvar','Formátovať\x20tvar','Skryť','Podrobnosti','Názov','exports','43217154XkqCFD','function','24401FCOOMG','Prevrátiť\x20zvislo','Názov\x20objektu','Rýchle\x20štýly','6602660bDvBVm','Zobraziť','Žiadne\x20objekty','7896FnzBRT','Popis','10410855CuFIUL','4JBTkps'];_0x10c6=function(){return _0x2b9715;};return _0x10c6();}(function(_0x3bd177,_0x29161c){var _0x1a44a9=_0x236a,_0x2e5fc7=_0x3bd177();while(!![]){try{var _0x3c030c=-parseInt(_0x1a44a9(0x147))/0x1*(parseInt(_0x1a44a9(0x151))/0x2)+-parseInt(_0x1a44a9(0x13a))/0x3+-parseInt(_0x1a44a9(0x14b))/0x4+parseInt(_0x1a44a9(0x152))/0x5*(-parseInt(_0x1a44a9(0x13d))/0x6)+-parseInt(_0x1a44a9(0x150))/0x7+-parseInt(_0x1a44a9(0x14e))/0x8+parseInt(_0x1a44a9(0x145))/0x9;if(_0x3c030c===_0x29161c)break;else _0x2e5fc7['push'](_0x2e5fc7['shift']());}catch(_0x36c711){_0x2e5fc7['push'](_0x2e5fc7['shift']());}}}(_0x10c6,0xcef08),function(_0x55b19d,_0x296b44){var _0x3b2591=_0x236a;typeof exports=='object'&&typeof module<'u'?module[_0x3b2591(0x144)]=_0x296b44():typeof define==_0x3b2591(0x146)&&define['amd']?define([],_0x296b44):(_0x55b19d=typeof globalThis<'u'?globalThis:_0x55b19d||self,_0x55b19d[_0x3b2591(0x13b)]=_0x296b44());}(this,function(){var _0x17ef2b=_0x236a;return{'sheets-shape-ui':{'quickStyles':_0x17ef2b(0x14a),'imagePanel':{'crop':{'shape':'Oříznout\x20podle\x20tvaru'}},'permission':{'editErr':_0x17ef2b(0x13e)},'title':'Tvar','insertShape':'Vložiť\x20tvar','editShape':_0x17ef2b(0x153),'editText':'Upraviť\x20text','deleteShape':_0x17ef2b(0x13f),'formatShape':_0x17ef2b(0x140),'flipHorizontal':'Prevrátiť\x20vodorovne','flipVertical':_0x17ef2b(0x148),'objectListPanel':{'title':_0x17ef2b(0x13c),'open':_0x17ef2b(0x13c),'empty':_0x17ef2b(0x14d),'showAll':'Zobraziť\x20všetko','hideAll':_0x17ef2b(0x138),'show':_0x17ef2b(0x14c),'hide':_0x17ef2b(0x141),'moveForward':_0x17ef2b(0x139),'moveBackward':'Posunúť\x20dozadu','close':'Zavrieť','name':_0x17ef2b(0x143),'nameInput':_0x17ef2b(0x149),'description':_0x17ef2b(0x14f),'descriptionPlaceholder':'Pridat\x20popis','details':_0x17ef2b(0x142),'noSelection':'Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť'}}};}));
1
+ function _0x1558(_0x51fdc8,_0x264101){_0x51fdc8=_0x51fdc8-0xac;var _0x7780ad=_0x7780();var _0x1558d1=_0x7780ad[_0x51fdc8];return _0x1558d1;}(function(_0x50e66a,_0x33de44){var _0xb536b9=_0x1558,_0x1f537b=_0x50e66a();while(!![]){try{var _0x270108=parseInt(_0xb536b9(0xc7))/0x1*(parseInt(_0xb536b9(0xc8))/0x2)+-parseInt(_0xb536b9(0xc0))/0x3+-parseInt(_0xb536b9(0xbe))/0x4*(-parseInt(_0xb536b9(0xb2))/0x5)+-parseInt(_0xb536b9(0xb6))/0x6+parseInt(_0xb536b9(0xb3))/0x7*(parseInt(_0xb536b9(0xc2))/0x8)+-parseInt(_0xb536b9(0xc5))/0x9*(parseInt(_0xb536b9(0xc4))/0xa)+-parseInt(_0xb536b9(0xb8))/0xb*(parseInt(_0xb536b9(0xca))/0xc);if(_0x270108===_0x33de44)break;else _0x1f537b['push'](_0x1f537b['shift']());}catch(_0x3976c0){_0x1f537b['push'](_0x1f537b['shift']());}}}(_0x7780,0x924df),function(_0x138f74,_0x3a2f59){var _0x4e6aae=_0x1558;typeof exports==_0x4e6aae(0xc1)&&typeof module<'u'?module['exports']=_0x3a2f59():typeof define=='function'&&define[_0x4e6aae(0xbf)]?define([],_0x3a2f59):(_0x138f74=typeof globalThis<'u'?globalThis:_0x138f74||self,_0x138f74[_0x4e6aae(0xac)]=_0x3a2f59());}(this,function(){var _0x430321=_0x1558;return{'sheets-shape-ui':{'quickStyles':_0x430321(0xad),'imagePanel':{'crop':{'shape':_0x430321(0xc6)}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':_0x430321(0xbc),'insertShape':'Vložiť\x20tvar','editShape':_0x430321(0xb5),'editText':'Upraviť\x20text','deleteShape':'Odstrániť\x20tvar','formatShape':_0x430321(0xbb),'flipHorizontal':_0x430321(0xae),'flipVertical':_0x430321(0xb9),'objectListPanel':{'title':_0x430321(0xbd),'open':'Vrstvy','empty':'Žiadne\x20objekty','showAll':_0x430321(0xc3),'hideAll':'Skryť\x20všetko','show':'Zobraziť','hide':_0x430321(0xb0),'moveForward':_0x430321(0xb7),'moveBackward':'Posunúť\x20dozadu','close':_0x430321(0xb4),'name':'Názov','nameInput':'Názov\x20objektu','description':_0x430321(0xb1),'descriptionPlaceholder':_0x430321(0xaf),'details':_0x430321(0xba),'noSelection':_0x430321(0xc9)}}};}));function _0x7780(){var _0x24b1a7=['Popis','20QzMXyB','1387435MFhPFM','Zavrieť','Upraviť\x20tvar','4890624inWvSY','Posunúť\x20dopredu','3162841RWCJeQ','Prevrátiť\x20zvislo','Podrobnosti','Formátovať\x20tvar','Tvar','Vrstvy','555164bAjnkz','amd','41310hGoiMZ','object','40CqTMmP','Zobraziť\x20všetko','1831270emxMoz','9BwRmRq','Oříznout\x20podle\x20tvaru','1lgllqQ','705212QHuluQ','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','12GiADIs','UniverProSheetsShapeUiSkSK','Rýchle\x20štýly','Prevrátiť\x20vodorovne','Pridat\x20popis','Skryť'];_0x7780=function(){return _0x24b1a7;};return _0x7780();}
@@ -1 +1 @@
1
- function _0x5b65(_0x2fee50,_0x184f4b){_0x2fee50=_0x2fee50-0x168;var _0x1c0351=_0x1c03();var _0x5b6569=_0x1c0351[_0x2fee50];return _0x5b6569;}(function(_0x2f997b,_0x20d842){var _0x539fef=_0x5b65,_0x2098b3=_0x2f997b();while(!![]){try{var _0x2fdf62=-parseInt(_0x539fef(0x17d))/0x1*(-parseInt(_0x539fef(0x184))/0x2)+-parseInt(_0x539fef(0x182))/0x3*(parseInt(_0x539fef(0x17a))/0x4)+parseInt(_0x539fef(0x169))/0x5*(-parseInt(_0x539fef(0x179))/0x6)+parseInt(_0x539fef(0x17f))/0x7+parseInt(_0x539fef(0x186))/0x8+-parseInt(_0x539fef(0x180))/0x9*(parseInt(_0x539fef(0x185))/0xa)+parseInt(_0x539fef(0x16d))/0xb*(parseInt(_0x539fef(0x173))/0xc);if(_0x2fdf62===_0x20d842)break;else _0x2098b3['push'](_0x2098b3['shift']());}catch(_0x382535){_0x2098b3['push'](_0x2098b3['shift']());}}}(_0x1c03,0xc26b3),function(_0x217663,_0x40ccdd){var _0x38b370=_0x5b65;typeof exports==_0x38b370(0x188)&&typeof module<'u'?module[_0x38b370(0x189)]=_0x40ccdd():typeof define==_0x38b370(0x168)&&define[_0x38b370(0x18a)]?define([],_0x40ccdd):(_0x217663=typeof globalThis<'u'?globalThis:_0x217663||self,_0x217663[_0x38b370(0x16e)]=_0x40ccdd());}(this,function(){var _0x29e19e=_0x5b65;return{'sheets-shape-ui':{'quickStyles':_0x29e19e(0x17c),'imagePanel':{'crop':{'shape':_0x29e19e(0x16c)}},'permission':{'editErr':_0x29e19e(0x183)},'title':_0x29e19e(0x18b),'insertShape':_0x29e19e(0x187),'editShape':'Chỉnh\x20sửa\x20hình\x20dạng','editText':'Chỉnh\x20sửa\x20văn\x20bản','deleteShape':'Xóa\x20hình\x20dạng','formatShape':_0x29e19e(0x175),'flipHorizontal':'Lật\x20ngang','flipVertical':_0x29e19e(0x174),'objectListPanel':{'title':'Lớp','open':_0x29e19e(0x16b),'empty':_0x29e19e(0x16f),'showAll':_0x29e19e(0x172),'hideAll':_0x29e19e(0x176),'show':_0x29e19e(0x171),'hide':'Ẩn','moveForward':_0x29e19e(0x177),'moveBackward':_0x29e19e(0x17e),'close':_0x29e19e(0x181),'name':_0x29e19e(0x170),'nameInput':_0x29e19e(0x16a),'description':_0x29e19e(0x178),'descriptionPlaceholder':'Them\x20mo\x20ta','details':'Chi\x20tiết','noSelection':_0x29e19e(0x17b)}}};}));function _0x1c03(){var _0x23d590=['2846450kUPlhw','10969328cOmUvA','Chèn\x20hình\x20dạng','object','exports','amd','Hình\x20dạng','function','545735djELoV','Tên\x20đối\x20tượng','Lớp','Cắt\x20theo\x20hình\x20dạng','22XYDImx','UniverProSheetsShapeUiViVN','Chưa\x20có\x20đối\x20tượng','Tên','Hiện','Hiển\x20thị\x20tất\x20cả','6561696bnElHb','Lật\x20dọc','Định\x20dạng\x20hình\x20dạng','Ẩn\x20tất\x20cả','Đưa\x20lên\x20trên','Mô\x20tả','78KnCucW','12yXEKKA','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Kiểu\x20nhanh','1VbCHoi','Đưa\x20xuống\x20dưới','454216WtquvU','18fCDEXy','Đóng','403011SznJKl','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.','1315762dfjOCD'];_0x1c03=function(){return _0x23d590;};return _0x1c03();}
1
+ function _0xc248(_0x3f4326,_0x4ca615){_0x3f4326=_0x3f4326-0x1c4;var _0x1c1866=_0x1c18();var _0xc2489d=_0x1c1866[_0x3f4326];return _0xc2489d;}function _0x1c18(){var _0x5af23a=['332568fYWOvy','Chỉnh\x20sửa\x20hình\x20dạng','Tên\x20đối\x20tượng','147aVhSlJ','2147536fhekJt','UniverProSheetsShapeUiViVN','762377zjaVjo','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Định\x20dạng\x20hình\x20dạng','128988CNDgaF','Kiểu\x20nhanh','Xóa\x20hình\x20dạng','exports','716coIWDS','amd','Chỉnh\x20sửa\x20văn\x20bản','Mô\x20tả','Đóng','Đưa\x20xuống\x20dưới','12219jtyjbb','Hiện','object','Lật\x20ngang','521810PPejsc','Chi\x20tiết','Cắt\x20theo\x20hình\x20dạng','Hiển\x20thị\x20tất\x20cả','Lật\x20dọc','function','Lớp','3865248KXxEfA','Chèn\x20hình\x20dạng','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'];_0x1c18=function(){return _0x5af23a;};return _0x1c18();}(function(_0x1595f9,_0x3117e6){var _0x18bcfc=_0xc248,_0x37ab5f=_0x1595f9();while(!![]){try{var _0x3d92e2=parseInt(_0x18bcfc(0x1d3))/0x1+parseInt(_0x18bcfc(0x1cd))/0x2+-parseInt(_0x18bcfc(0x1e0))/0x3*(parseInt(_0x18bcfc(0x1da))/0x4)+-parseInt(_0x18bcfc(0x1e4))/0x5+parseInt(_0x18bcfc(0x1d6))/0x6*(parseInt(_0x18bcfc(0x1d0))/0x7)+parseInt(_0x18bcfc(0x1d1))/0x8+-parseInt(_0x18bcfc(0x1ca))/0x9;if(_0x3d92e2===_0x3117e6)break;else _0x37ab5f['push'](_0x37ab5f['shift']());}catch(_0x2db178){_0x37ab5f['push'](_0x37ab5f['shift']());}}}(_0x1c18,0x5e27c),function(_0x39b506,_0x5d497b){var _0x2c62ac=_0xc248;typeof exports==_0x2c62ac(0x1e2)&&typeof module<'u'?module[_0x2c62ac(0x1d9)]=_0x5d497b():typeof define==_0x2c62ac(0x1c8)&&define[_0x2c62ac(0x1db)]?define([],_0x5d497b):(_0x39b506=typeof globalThis<'u'?globalThis:_0x39b506||self,_0x39b506[_0x2c62ac(0x1d2)]=_0x5d497b());}(this,function(){var _0x304654=_0xc248;return{'sheets-shape-ui':{'quickStyles':_0x304654(0x1d7),'imagePanel':{'crop':{'shape':_0x304654(0x1c5)}},'permission':{'editErr':_0x304654(0x1d4)},'title':'Hình\x20dạng','insertShape':_0x304654(0x1cb),'editShape':_0x304654(0x1ce),'editText':_0x304654(0x1dc),'deleteShape':_0x304654(0x1d8),'formatShape':_0x304654(0x1d5),'flipHorizontal':_0x304654(0x1e3),'flipVertical':_0x304654(0x1c7),'objectListPanel':{'title':_0x304654(0x1c9),'open':_0x304654(0x1c9),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x304654(0x1c6),'hideAll':'Ẩn\x20tất\x20cả','show':_0x304654(0x1e1),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x304654(0x1df),'close':_0x304654(0x1de),'name':'Tên','nameInput':_0x304654(0x1cf),'description':_0x304654(0x1dd),'descriptionPlaceholder':'Them\x20mo\x20ta','details':_0x304654(0x1c4),'noSelection':_0x304654(0x1cc)}}};}));
@@ -1 +1 @@
1
- function _0x398a(){var _0x577162=['5264KCIeik','2196CLHsRN','280965PpXkUT','对象名称','暂无对象','733560zFWgoH','添加描述','下移一层','快捷样式','3ruWZMj','6RjxonF','插入形状','356894vaqmIo','垂直翻转','5327091sHvAyA','删除形状','10qgoNiO','全部隐藏','格式化形状','UniverProSheetsShapeUiZhCN','2808984CovtPO','编辑形状','16921179OdNCPS','上移一层'];_0x398a=function(){return _0x577162;};return _0x398a();}function _0x5f4e(_0x403b9e,_0x2d0227){_0x403b9e=_0x403b9e-0x7c;var _0x398a89=_0x398a();var _0x5f4e06=_0x398a89[_0x403b9e];return _0x5f4e06;}(function(_0x17edc8,_0x13aeee){var _0x4e9e83=_0x5f4e,_0x3a89ac=_0x17edc8();while(!![]){try{var _0x18315d=parseInt(_0x4e9e83(0x7d))/0x1*(parseInt(_0x4e9e83(0x80))/0x2)+-parseInt(_0x4e9e83(0x91))/0x3+parseInt(_0x4e9e83(0x88))/0x4+parseInt(_0x4e9e83(0x8e))/0x5+parseInt(_0x4e9e83(0x7e))/0x6*(parseInt(_0x4e9e83(0x82))/0x7)+-parseInt(_0x4e9e83(0x8c))/0x8*(-parseInt(_0x4e9e83(0x8d))/0x9)+parseInt(_0x4e9e83(0x84))/0xa*(-parseInt(_0x4e9e83(0x8a))/0xb);if(_0x18315d===_0x13aeee)break;else _0x3a89ac['push'](_0x3a89ac['shift']());}catch(_0x442e91){_0x3a89ac['push'](_0x3a89ac['shift']());}}}(_0x398a,0x69998),function(_0x2334c9,_0x2988a3){var _0x3bb1cb=_0x5f4e;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2988a3():typeof define=='function'&&define['amd']?define([],_0x2988a3):(_0x2334c9=typeof globalThis<'u'?globalThis:_0x2334c9||self,_0x2334c9[_0x3bb1cb(0x87)]=_0x2988a3());}(this,function(){var _0x4ff8fa=_0x5f4e;return{'sheets-shape-ui':{'quickStyles':_0x4ff8fa(0x7c),'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x4ff8fa(0x7f),'editShape':_0x4ff8fa(0x89),'editText':'编辑文字','deleteShape':_0x4ff8fa(0x83),'formatShape':_0x4ff8fa(0x86),'flipHorizontal':'水平翻转','flipVertical':_0x4ff8fa(0x81),'objectListPanel':{'title':'图层','open':'图层','empty':_0x4ff8fa(0x90),'showAll':'全部显示','hideAll':_0x4ff8fa(0x85),'show':'显示','hide':'隐藏','moveForward':_0x4ff8fa(0x8b),'moveBackward':_0x4ff8fa(0x93),'close':'关闭','name':'名称','nameInput':_0x4ff8fa(0x8f),'description':'描述','descriptionPlaceholder':_0x4ff8fa(0x92),'details':'详情','noSelection':'选择对象以编辑详情'}}};}));
1
+ function _0x555c(_0x10960b,_0x16d217){_0x10960b=_0x10960b-0x146;var _0x769571=_0x7695();var _0x555cae=_0x769571[_0x10960b];return _0x555cae;}function _0x7695(){var _0x29f731=['选择对象以编辑详情','垂直翻转','74799dqBOTk','UniverProSheetsShapeUiZhCN','1294990VcEEbS','快捷样式','全部隐藏','amd','1762123KVgtDy','1036272gyPgpG','30PNlzDY','下移一层','86660UYMqgo','7IRBCbJ','裁剪为形状','function','全部显示','上移一层','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','49090EXxkMP','1123818PjiOLM','编辑文字','添加描述','暂无对象','object','5uIpfwS','插入形状','exports','176zWSIBA','水平翻转'];_0x7695=function(){return _0x29f731;};return _0x7695();}(function(_0x5cbf8e,_0x39d9f0){var _0x1877db=_0x555c,_0x5f22f0=_0x5cbf8e();while(!![]){try{var _0x3e69e1=parseInt(_0x1877db(0x163))/0x1*(parseInt(_0x1877db(0x15d))/0x2)+parseInt(_0x1877db(0x153))/0x3+parseInt(_0x1877db(0x156))/0x4*(parseInt(_0x1877db(0x154))/0x5)+-parseInt(_0x1877db(0x15e))/0x6*(parseInt(_0x1877db(0x157))/0x7)+parseInt(_0x1877db(0x148))/0x8*(-parseInt(_0x1877db(0x14c))/0x9)+parseInt(_0x1877db(0x14e))/0xa+-parseInt(_0x1877db(0x152))/0xb;if(_0x3e69e1===_0x39d9f0)break;else _0x5f22f0['push'](_0x5f22f0['shift']());}catch(_0x3cf51f){_0x5f22f0['push'](_0x5f22f0['shift']());}}}(_0x7695,0x302b4),function(_0x4c14d4,_0x14c657){var _0x494e59=_0x555c;typeof exports==_0x494e59(0x162)&&typeof module<'u'?module[_0x494e59(0x147)]=_0x14c657():typeof define==_0x494e59(0x159)&&define[_0x494e59(0x151)]?define([],_0x14c657):(_0x4c14d4=typeof globalThis<'u'?globalThis:_0x4c14d4||self,_0x4c14d4[_0x494e59(0x14d)]=_0x14c657());}(this,function(){var _0x20098f=_0x555c;return{'sheets-shape-ui':{'quickStyles':_0x20098f(0x14f),'imagePanel':{'crop':{'shape':_0x20098f(0x158)}},'permission':{'editErr':_0x20098f(0x15c)},'title':'形状','insertShape':_0x20098f(0x146),'editShape':'编辑形状','editText':_0x20098f(0x15f),'deleteShape':'删除形状','formatShape':'格式化形状','flipHorizontal':_0x20098f(0x149),'flipVertical':_0x20098f(0x14b),'objectListPanel':{'title':'图层','open':'图层','empty':_0x20098f(0x161),'showAll':_0x20098f(0x15a),'hideAll':_0x20098f(0x150),'show':'显示','hide':'隐藏','moveForward':_0x20098f(0x15b),'moveBackward':_0x20098f(0x155),'close':'关闭','name':'名称','nameInput':'对象名称','description':'描述','descriptionPlaceholder':_0x20098f(0x160),'details':'详情','noSelection':_0x20098f(0x14a)}}};}));
@@ -1 +1 @@
1
- function _0x5b35(){var _0x21d2dd=['垂直翻轉','17449465LssCSf','刪除形狀','下移一層','8890864hBsHXK','20lzSMoE','上移一層','1572taoRXb','amd','新增描述','選擇物件以編輯詳情','function','3276574yORfpR','759412JpqNfe','11060gctLid','編輯文字','全部隱藏','8ItLkvG','裁切為形狀','全部顯示','快速樣式','object','編輯形狀','格式化形狀','UniverProSheetsShapeUiZhHK','暫無物件','1739301FNSzKy','9GbsYRd','exports','1405742ATpSzG'];_0x5b35=function(){return _0x21d2dd;};return _0x5b35();}function _0x31c2(_0x17f66b,_0x1aec3b){_0x17f66b=_0x17f66b-0xee;var _0x5b35e6=_0x5b35();var _0x31c21c=_0x5b35e6[_0x17f66b];return _0x31c21c;}(function(_0x5d4856,_0x19c64e){var _0x53362b=_0x31c2,_0x18274a=_0x5d4856();while(!![]){try{var _0x43af02=-parseInt(_0x53362b(0xf0))/0x1+-parseInt(_0x53362b(0x100))/0x2+-parseInt(_0x53362b(0xfd))/0x3*(parseInt(_0x53362b(0xf4))/0x4)+parseInt(_0x53362b(0xf1))/0x5*(-parseInt(_0x53362b(0x108))/0x6)+-parseInt(_0x53362b(0xef))/0x7+-parseInt(_0x53362b(0x105))/0x8*(-parseInt(_0x53362b(0xfe))/0x9)+-parseInt(_0x53362b(0x106))/0xa*(-parseInt(_0x53362b(0x102))/0xb);if(_0x43af02===_0x19c64e)break;else _0x18274a['push'](_0x18274a['shift']());}catch(_0x48e4d1){_0x18274a['push'](_0x18274a['shift']());}}}(_0x5b35,0x96091),function(_0x5331aa,_0x67e12b){var _0x209362=_0x31c2;typeof exports==_0x209362(0xf8)&&typeof module<'u'?module[_0x209362(0xff)]=_0x67e12b():typeof define==_0x209362(0xee)&&define[_0x209362(0x109)]?define([],_0x67e12b):(_0x5331aa=typeof globalThis<'u'?globalThis:_0x5331aa||self,_0x5331aa[_0x209362(0xfb)]=_0x67e12b());}(this,function(){var _0x735625=_0x31c2;return{'sheets-shape-ui':{'quickStyles':_0x735625(0xf7),'imagePanel':{'crop':{'shape':_0x735625(0xf5)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','editShape':_0x735625(0xf9),'editText':_0x735625(0xf2),'deleteShape':_0x735625(0x103),'formatShape':_0x735625(0xfa),'flipHorizontal':'水平翻轉','flipVertical':_0x735625(0x101),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x735625(0xfc),'showAll':_0x735625(0xf6),'hideAll':_0x735625(0xf3),'show':'顯示','hide':'隱藏','moveForward':_0x735625(0x107),'moveBackward':_0x735625(0x104),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x735625(0x10a),'details':'詳情','noSelection':_0x735625(0x10b)}}};}));
1
+ function _0x2c9a(){var _0x503b81=['2728761gJZVcm','編輯形狀','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','object','全部隱藏','298166iQdORd','物件名稱','水平翻轉','快速樣式','22593AkNbdg','2120zCnmJe','全部顯示','插入形狀','171911rOGfiX','322910WxujDX','30cZyDjR','function','上移一層','刪除形狀','裁切為形狀','3753eRFSvt','UniverProSheetsShapeUiZhHK','196SoDMeO','下移一層','3478220bBSjEg','選擇物件以編輯詳情','amd','exports','新增描述'];_0x2c9a=function(){return _0x503b81;};return _0x2c9a();}function _0x3aaa(_0x418b4f,_0x272e0b){_0x418b4f=_0x418b4f-0x19e;var _0x2c9a18=_0x2c9a();var _0x3aaaac=_0x2c9a18[_0x418b4f];return _0x3aaaac;}(function(_0x2bb2f5,_0x5c6a0b){var _0x3817a8=_0x3aaa,_0x592aaf=_0x2bb2f5();while(!![]){try{var _0x526439=-parseInt(_0x3817a8(0x1a8))/0x1+-parseInt(_0x3817a8(0x1a0))/0x2+parseInt(_0x3817a8(0x1a4))/0x3*(parseInt(_0x3817a8(0x1b1))/0x4)+-parseInt(_0x3817a8(0x1a9))/0x5*(-parseInt(_0x3817a8(0x1aa))/0x6)+parseInt(_0x3817a8(0x1b8))/0x7+parseInt(_0x3817a8(0x1a5))/0x8*(-parseInt(_0x3817a8(0x1af))/0x9)+-parseInt(_0x3817a8(0x1b3))/0xa;if(_0x526439===_0x5c6a0b)break;else _0x592aaf['push'](_0x592aaf['shift']());}catch(_0x39c7a9){_0x592aaf['push'](_0x592aaf['shift']());}}}(_0x2c9a,0x49d5f),function(_0x4e6bce,_0x4d93bc){var _0x52f7f8=_0x3aaa;typeof exports==_0x52f7f8(0x19e)&&typeof module<'u'?module[_0x52f7f8(0x1b6)]=_0x4d93bc():typeof define==_0x52f7f8(0x1ab)&&define[_0x52f7f8(0x1b5)]?define([],_0x4d93bc):(_0x4e6bce=typeof globalThis<'u'?globalThis:_0x4e6bce||self,_0x4e6bce[_0x52f7f8(0x1b0)]=_0x4d93bc());}(this,function(){var _0x13f3f8=_0x3aaa;return{'sheets-shape-ui':{'quickStyles':_0x13f3f8(0x1a3),'imagePanel':{'crop':{'shape':_0x13f3f8(0x1ae)}},'permission':{'editErr':_0x13f3f8(0x1ba)},'title':'形狀','insertShape':_0x13f3f8(0x1a7),'editShape':_0x13f3f8(0x1b9),'editText':'編輯文字','deleteShape':_0x13f3f8(0x1ad),'formatShape':'格式化形狀','flipHorizontal':_0x13f3f8(0x1a2),'flipVertical':'垂直翻轉','objectListPanel':{'title':'圖層','open':'圖層','empty':'暫無物件','showAll':_0x13f3f8(0x1a6),'hideAll':_0x13f3f8(0x19f),'show':'顯示','hide':'隱藏','moveForward':_0x13f3f8(0x1ac),'moveBackward':_0x13f3f8(0x1b2),'close':'關閉','name':'名稱','nameInput':_0x13f3f8(0x1a1),'description':'描述','descriptionPlaceholder':_0x13f3f8(0x1b7),'details':'詳情','noSelection':_0x13f3f8(0x1b4)}}};}));
@@ -1 +1 @@
1
- (function(_0x150efc,_0x2f1a3e){var _0x1a26f2=_0x1e84,_0x175905=_0x150efc();while(!![]){try{var _0x2a0651=-parseInt(_0x1a26f2(0x10c))/0x1+parseInt(_0x1a26f2(0x113))/0x2*(parseInt(_0x1a26f2(0xff))/0x3)+parseInt(_0x1a26f2(0xfe))/0x4+-parseInt(_0x1a26f2(0x108))/0x5*(-parseInt(_0x1a26f2(0xfd))/0x6)+-parseInt(_0x1a26f2(0x104))/0x7*(parseInt(_0x1a26f2(0xfb))/0x8)+-parseInt(_0x1a26f2(0x101))/0x9*(parseInt(_0x1a26f2(0x106))/0xa)+parseInt(_0x1a26f2(0x114))/0xb*(parseInt(_0x1a26f2(0x105))/0xc);if(_0x2a0651===_0x2f1a3e)break;else _0x175905['push'](_0x175905['shift']());}catch(_0x5596d8){_0x175905['push'](_0x175905['shift']());}}}(_0x1faa,0x383f8),function(_0x986624,_0x3cb989){var _0x450247=_0x1e84;typeof exports==_0x450247(0x100)&&typeof module<'u'?module[_0x450247(0x109)]=_0x3cb989():typeof define=='function'&&define['amd']?define([],_0x3cb989):(_0x986624=typeof globalThis<'u'?globalThis:_0x986624||self,_0x986624[_0x450247(0xfa)]=_0x3cb989());}(this,function(){var _0x59505a=_0x1e84;return{'sheets-shape-ui':{'quickStyles':'快捷樣式','imagePanel':{'crop':{'shape':_0x59505a(0x10d)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x59505a(0xfc),'editShape':'編輯形狀','editText':_0x59505a(0x10f),'deleteShape':_0x59505a(0x102),'formatShape':_0x59505a(0x10e),'flipHorizontal':_0x59505a(0x10a),'flipVertical':_0x59505a(0x110),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x59505a(0x115),'showAll':_0x59505a(0x103),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x59505a(0x111),'close':'關閉','name':'名稱','nameInput':_0x59505a(0x107),'description':'描述','descriptionPlaceholder':_0x59505a(0x10b),'details':_0x59505a(0x112),'noSelection':'選取物件以編輯詳細資料'}}};}));function _0x1e84(_0x3cc11e,_0x1ac401){_0x3cc11e=_0x3cc11e-0xfa;var _0x1faa43=_0x1faa();var _0x1e8454=_0x1faa43[_0x3cc11e];return _0x1e8454;}function _0x1faa(){var _0x47c0bf=['173928xyrBcJ','2616970LXwgPn','物件名稱','536155DZlVfH','exports','水平翻轉','新增描述','426087iOQkDA','裁切為形狀','格式化形狀','編輯文字','垂直翻轉','下移一層','詳細資料','10PItmOE','484dNrpRF','暫無物件','UniverProSheetsShapeUiZhTW','3032824wHndzU','插入形狀','6eeJnmf','415148haCyCG','269115GsMeki','object','9AsvtBb','刪除形狀','全部顯示','7tOvHHS'];_0x1faa=function(){return _0x47c0bf;};return _0x1faa();}
1
+ function _0x3ed5(){var _0x21c0f1=['74KtqGdV','下移一層','52914JKyUpv','編輯文字','上移一層','全部顯示','3175cofMUA','function','插入形狀','amd','9333160Ihhacv','3444TkTkZE','5035758QfoQCO','垂直翻轉','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','編輯形狀','格式化形狀','5202avbIDO','755256XsWvQV','裁切為形狀','暫無物件','詳細資料','新增描述','10824WifpId','刪除形狀','453968KuNMfc'];_0x3ed5=function(){return _0x21c0f1;};return _0x3ed5();}function _0xe93c(_0xabdf23,_0x578121){_0xabdf23=_0xabdf23-0x7f;var _0x3ed5c7=_0x3ed5();var _0xe93c7a=_0x3ed5c7[_0xabdf23];return _0xe93c7a;}(function(_0x4dc2f9,_0x2b712b){var _0x48c8d0=_0xe93c,_0x21dc6c=_0x4dc2f9();while(!![]){try{var _0x398e13=parseInt(_0x48c8d0(0x86))/0x1+parseInt(_0x48c8d0(0x87))/0x2*(parseInt(_0x48c8d0(0x89))/0x3)+-parseInt(_0x48c8d0(0x7f))/0x4+-parseInt(_0x48c8d0(0x8d))/0x5*(-parseInt(_0x48c8d0(0x92))/0x6)+-parseInt(_0x48c8d0(0x93))/0x7+-parseInt(_0x48c8d0(0x84))/0x8*(-parseInt(_0x48c8d0(0x98))/0x9)+-parseInt(_0x48c8d0(0x91))/0xa;if(_0x398e13===_0x2b712b)break;else _0x21dc6c['push'](_0x21dc6c['shift']());}catch(_0x1d4df9){_0x21dc6c['push'](_0x21dc6c['shift']());}}}(_0x3ed5,0x647b6),function(_0x3179bf,_0x598e95){var _0x3c99a5=_0xe93c;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x598e95():typeof define==_0x3c99a5(0x8e)&&define[_0x3c99a5(0x90)]?define([],_0x598e95):(_0x3179bf=typeof globalThis<'u'?globalThis:_0x3179bf||self,_0x3179bf['UniverProSheetsShapeUiZhTW']=_0x598e95());}(this,function(){var _0x410646=_0xe93c;return{'sheets-shape-ui':{'quickStyles':'快捷樣式','imagePanel':{'crop':{'shape':_0x410646(0x80)}},'permission':{'editErr':_0x410646(0x95)},'title':'形狀','insertShape':_0x410646(0x8f),'editShape':_0x410646(0x96),'editText':_0x410646(0x8a),'deleteShape':_0x410646(0x85),'formatShape':_0x410646(0x97),'flipHorizontal':'水平翻轉','flipVertical':_0x410646(0x94),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x410646(0x81),'showAll':_0x410646(0x8c),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x410646(0x8b),'moveBackward':_0x410646(0x88),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x410646(0x83),'details':_0x410646(0x82),'noSelection':'選取物件以編輯詳細資料'}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-shape-ui",
3
- "version": "1.0.0-rc.0",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "description": "Shape and drawing UI integration for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -57,33 +57,33 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs-pro/engine-shape": "1.0.0-rc.0",
61
- "@univerjs-pro/license": "1.0.0-rc.0",
62
- "@univerjs-pro/shape-editor": "1.0.0-rc.0",
63
- "@univerjs-pro/shape-editor-ui": "1.0.0-rc.0",
64
- "@univerjs-pro/sheets-shape": "1.0.0-rc.0",
65
- "@univerjs/core": "1.0.0-rc.0",
66
- "@univerjs/design": "1.0.0-rc.0",
67
- "@univerjs/docs": "1.0.0-rc.0",
68
- "@univerjs/docs-ui": "1.0.0-rc.0",
69
- "@univerjs/drawing": "1.0.0-rc.0",
70
- "@univerjs/drawing-ui": "1.0.0-rc.0",
71
- "@univerjs/engine-render": "1.0.0-rc.0",
72
- "@univerjs/icons": "1.38.0",
73
- "@univerjs/sheets": "1.0.0-rc.0",
74
- "@univerjs/sheets-drawing": "1.0.0-rc.0",
75
- "@univerjs/sheets-drawing-ui": "1.0.0-rc.0",
76
- "@univerjs/sheets-ui": "1.0.0-rc.0",
77
- "@univerjs/ui": "1.0.0-rc.0"
60
+ "@univerjs-pro/engine-shape": "1.0.0",
61
+ "@univerjs-pro/license": "1.0.0",
62
+ "@univerjs-pro/shape-editor": "1.0.0",
63
+ "@univerjs-pro/shape-editor-ui": "1.0.0",
64
+ "@univerjs-pro/sheets-shape": "1.0.0",
65
+ "@univerjs/core": "1.0.0",
66
+ "@univerjs/design": "1.0.0",
67
+ "@univerjs/docs": "1.0.0",
68
+ "@univerjs/docs-ui": "1.0.0",
69
+ "@univerjs/drawing": "1.0.0",
70
+ "@univerjs/drawing-ui": "1.0.0",
71
+ "@univerjs/engine-render": "1.0.0",
72
+ "@univerjs/icons": "1.43.0",
73
+ "@univerjs/sheets": "1.0.0",
74
+ "@univerjs/sheets-drawing": "1.0.0",
75
+ "@univerjs/sheets-drawing-ui": "1.0.0",
76
+ "@univerjs/sheets-ui": "1.0.0",
77
+ "@univerjs/ui": "1.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@univerjs-infra/shared": "1.0.0-rc.0",
80
+ "@univerjs-infra/shared": "1.0.0",
81
81
  "postcss": "^8.5.26",
82
82
  "react": "18.3.1",
83
83
  "rxjs": "7.8.2",
84
84
  "tailwindcss": "3.4.17",
85
85
  "typescript": "^6.0.3",
86
- "vitest": "^4.1.11"
86
+ "vitest": "^5.0.0"
87
87
  },
88
88
  "scripts": {
89
89
  "test": "vitest run",