@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
- const _0x302d5c=_0x7338;(function(_0x322845,_0x1e7c47){const _0x5c8f15=_0x7338,_0x19ee5c=_0x322845();while(!![]){try{const _0x4f2fda=parseInt(_0x5c8f15(0x18c))/0x1+parseInt(_0x5c8f15(0x190))/0x2*(-parseInt(_0x5c8f15(0x188))/0x3)+parseInt(_0x5c8f15(0x1a1))/0x4*(parseInt(_0x5c8f15(0x18a))/0x5)+parseInt(_0x5c8f15(0x19e))/0x6*(-parseInt(_0x5c8f15(0x18b))/0x7)+parseInt(_0x5c8f15(0x183))/0x8+parseInt(_0x5c8f15(0x184))/0x9*(-parseInt(_0x5c8f15(0x185))/0xa)+parseInt(_0x5c8f15(0x18e))/0xb;if(_0x4f2fda===_0x1e7c47)break;else _0x19ee5c['push'](_0x19ee5c['shift']());}catch(_0x590bc5){_0x19ee5c['push'](_0x19ee5c['shift']());}}}(_0x4d8e,0x3a67d));function _0x4d8e(){const _0x7bf454=['إرسال\x20للخلف','704324GvbUXl','تحرير\x20الشكل','618128TZabwN','9ZgVbCE','1758340LbUqUO','الوصف','إخفاء','1263EBXAPj','لا\x20توجد\x20كائنات','10zTxnTv','1547287pjYQwX','358100iiLlFb','عكس\x20أفقي','3595328amygNC','إدراج\x20شكل','1222XTjTIn','إظهار','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','إغلاق','أنماط\x20سريعة','شكل','إحضار\x20للأمام','الطبقات','الاسم','اسم\x20الكائن','إخفاء\x20الكل','إظهار\x20الكل','إضافة\x20وصف','حذف\x20الشكل','12kagqYM','exports'];_0x4d8e=function(){return _0x7bf454;};return _0x4d8e();}function _0x7338(_0x579040,_0x3a03a0){_0x579040=_0x579040-0x183;const _0x4d8ea1=_0x4d8e();let _0x733825=_0x4d8ea1[_0x579040];return _0x733825;}const e={'sheets-shape-ui':{'quickStyles':_0x302d5c(0x194),'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':_0x302d5c(0x192)},'title':_0x302d5c(0x195),'insertShape':_0x302d5c(0x18f),'editShape':_0x302d5c(0x1a2),'editText':'تحرير\x20النص','deleteShape':_0x302d5c(0x19d),'formatShape':'تنسيق\x20الشكل','flipHorizontal':_0x302d5c(0x18d),'flipVertical':'عكس\x20رأسي','objectListPanel':{'title':_0x302d5c(0x197),'open':_0x302d5c(0x197),'empty':_0x302d5c(0x189),'showAll':_0x302d5c(0x19b),'hideAll':_0x302d5c(0x19a),'show':_0x302d5c(0x191),'hide':_0x302d5c(0x187),'moveForward':_0x302d5c(0x196),'moveBackward':_0x302d5c(0x1a0),'close':_0x302d5c(0x193),'name':_0x302d5c(0x198),'nameInput':_0x302d5c(0x199),'description':_0x302d5c(0x186),'descriptionPlaceholder':_0x302d5c(0x19c),'details':'التفاصيل','noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};module[_0x302d5c(0x19f)]=e;
1
+ function _0x1e07(_0x564a32,_0x506d02){_0x564a32=_0x564a32-0x1a9;const _0x1d12ae=_0x1d12();let _0x1e0742=_0x1d12ae[_0x564a32];return _0x1e0742;}const _0x5e79ce=_0x1e07;function _0x1d12(){const _0x39c633=['846097AJwdNX','الطبقات','إخفاء\x20الكل','159860WvulpV','قص\x20إلى\x20شكل','1541124ouzSxx','شكل','اسم\x20الكائن','إضافة\x20وصف','عكس\x20رأسي','حذف\x20الشكل','92547OIAmbj','إرسال\x20للخلف','إظهار\x20الكل','4368212gqVoIx','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','2889005DpvUda','لا\x20توجد\x20كائنات','إحضار\x20للأمام','الاسم','472Wyoinl','3QSahQN','إخفاء','2538790cQLhbv','الوصف','تحرير\x20النص'];_0x1d12=function(){return _0x39c633;};return _0x1d12();}(function(_0x32f305,_0xeeba2b){const _0x3fd763=_0x1e07,_0x97891d=_0x32f305();while(!![]){try{const _0x3b5d1e=parseInt(_0x3fd763(0x1aa))/0x1+parseInt(_0x3fd763(0x1ad))/0x2+parseInt(_0x3fd763(0x1bf))/0x3*(-parseInt(_0x3fd763(0x1b8))/0x4)+-parseInt(_0x3fd763(0x1c1))/0x5+parseInt(_0x3fd763(0x1af))/0x6+parseInt(_0x3fd763(0x1ba))/0x7+-parseInt(_0x3fd763(0x1be))/0x8*(-parseInt(_0x3fd763(0x1b5))/0x9);if(_0x3b5d1e===_0xeeba2b)break;else _0x97891d['push'](_0x97891d['shift']());}catch(_0x1b87d3){_0x97891d['push'](_0x97891d['shift']());}}}(_0x1d12,0x93172));const e={'sheets-shape-ui':{'quickStyles':'أنماط\x20سريعة','imagePanel':{'crop':{'shape':_0x5e79ce(0x1ae)}},'permission':{'editErr':_0x5e79ce(0x1b9)},'title':_0x5e79ce(0x1b0),'insertShape':'إدراج\x20شكل','editShape':'تحرير\x20الشكل','editText':_0x5e79ce(0x1a9),'deleteShape':_0x5e79ce(0x1b4),'formatShape':'تنسيق\x20الشكل','flipHorizontal':'عكس\x20أفقي','flipVertical':_0x5e79ce(0x1b3),'objectListPanel':{'title':_0x5e79ce(0x1ab),'open':_0x5e79ce(0x1ab),'empty':_0x5e79ce(0x1bb),'showAll':_0x5e79ce(0x1b7),'hideAll':_0x5e79ce(0x1ac),'show':'إظهار','hide':_0x5e79ce(0x1c0),'moveForward':_0x5e79ce(0x1bc),'moveBackward':_0x5e79ce(0x1b6),'close':'إغلاق','name':_0x5e79ce(0x1bd),'nameInput':_0x5e79ce(0x1b1),'description':_0x5e79ce(0x1c2),'descriptionPlaceholder':_0x5e79ce(0x1b2),'details':'التفاصيل','noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x464d(){const _0x1c9ff6=['Inserir\x20forma','2970300iTUDVp','30nUisFl','74416gKGufr','Amaga-ho\x20tot','Girar\x20verticalment','611930LfwNab','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Forma','exports','172566UBwTdn','1186rGtgNn','5761395QoXeuz','Elimina\x20la\x20forma','881mhWXfp','8079736mIbyIi','Girar\x20horitzontalment','Afegeix\x20descripcio','Envia\x20enrere','Nom','Amagar','Capes','Descripció','Edita\x20el\x20text','7MUSIYc','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Estils\x20ràpids','Retalla\x20a\x20forma','Edita\x20la\x20forma','33WquNSF'];_0x464d=function(){return _0x1c9ff6;};return _0x464d();}const _0x294d44=_0x3761;function _0x3761(_0x466e18,_0x270ff1){_0x466e18=_0x466e18-0x133;const _0x464d77=_0x464d();let _0x376157=_0x464d77[_0x466e18];return _0x376157;}(function(_0x3e6c87,_0x5e9b07){const _0x43f88f=_0x3761,_0xaaeb94=_0x3e6c87();while(!![]){try{const _0x637001=parseInt(_0x43f88f(0x146))/0x1*(-parseInt(_0x43f88f(0x143))/0x2)+parseInt(_0x43f88f(0x139))/0x3+parseInt(_0x43f88f(0x13b))/0x4*(-parseInt(_0x43f88f(0x13a))/0x5)+parseInt(_0x43f88f(0x142))/0x6+-parseInt(_0x43f88f(0x150))/0x7*(-parseInt(_0x43f88f(0x147))/0x8)+-parseInt(_0x43f88f(0x144))/0x9+-parseInt(_0x43f88f(0x13e))/0xa*(parseInt(_0x43f88f(0x137))/0xb);if(_0x637001===_0x5e9b07)break;else _0xaaeb94['push'](_0xaaeb94['shift']());}catch(_0x4d0430){_0xaaeb94['push'](_0xaaeb94['shift']());}}}(_0x464d,0x8b69d));const e={'sheets-shape-ui':{'quickStyles':_0x294d44(0x134),'imagePanel':{'crop':{'shape':_0x294d44(0x135)}},'permission':{'editErr':_0x294d44(0x133)},'title':_0x294d44(0x140),'insertShape':_0x294d44(0x138),'editShape':_0x294d44(0x136),'editText':_0x294d44(0x14f),'deleteShape':_0x294d44(0x145),'formatShape':'Format\x20de\x20forma','flipHorizontal':_0x294d44(0x148),'flipVertical':_0x294d44(0x13d),'objectListPanel':{'title':'Capes','open':_0x294d44(0x14d),'empty':'Sense\x20objectes','showAll':'Mostra-ho\x20tot','hideAll':_0x294d44(0x13c),'show':'Mostra','hide':_0x294d44(0x14c),'moveForward':'Porta\x20endavant','moveBackward':_0x294d44(0x14a),'close':'Tancar','name':_0x294d44(0x14b),'nameInput':'Nom\x20de\x20l’objecte','description':_0x294d44(0x14e),'descriptionPlaceholder':_0x294d44(0x149),'details':'Detalls','noSelection':_0x294d44(0x13f)}}};module[_0x294d44(0x141)]=e;
1
+ const _0x5ca415=_0x327b;function _0x5a42(){const _0x1da1eb=['Capes','1SsgEHl','Afegeix\x20descripcio','33AloPbl','Forma','3283299QtVzOI','Descripció','Edita\x20la\x20forma','6653700umGQMc','22zcplOU','Inserir\x20forma','3211338lelOcP','Porta\x20endavant','5UYKAzT','Nom\x20de\x20l’objecte','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Edita\x20el\x20text','Tancar','Girar\x20horitzontalment','174636yQdbZB','Retalla\x20a\x20forma','Girar\x20verticalment','Amagar','Mostra','Detalls','Format\x20de\x20forma','Amaga-ho\x20tot','Elimina\x20la\x20forma','147yMquJX','117464fRsNaY','Envia\x20enrere','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','3749028ubahXg','Estils\x20ràpids','Sense\x20objectes','1133180ycAcoX'];_0x5a42=function(){return _0x1da1eb;};return _0x5a42();}(function(_0x19e518,_0x2436d9){const _0x4c6a3d=_0x327b,_0x377bea=_0x19e518();while(!![]){try{const _0x377847=-parseInt(_0x4c6a3d(0x203))/0x1*(-parseInt(_0x4c6a3d(0x201))/0x2)+-parseInt(_0x4c6a3d(0x205))/0x3*(-parseInt(_0x4c6a3d(0x215))/0x4)+parseInt(_0x4c6a3d(0x20f))/0x5*(parseInt(_0x4c6a3d(0x20d))/0x6)+parseInt(_0x4c6a3d(0x1fa))/0x7*(-parseInt(_0x4c6a3d(0x1fb))/0x8)+parseInt(_0x4c6a3d(0x207))/0x9+-parseInt(_0x4c6a3d(0x20a))/0xa+-parseInt(_0x4c6a3d(0x20b))/0xb*(parseInt(_0x4c6a3d(0x1fe))/0xc);if(_0x377847===_0x2436d9)break;else _0x377bea['push'](_0x377bea['shift']());}catch(_0x10a001){_0x377bea['push'](_0x377bea['shift']());}}}(_0x5a42,0x550a2));const e={'sheets-shape-ui':{'quickStyles':_0x5ca415(0x1ff),'imagePanel':{'crop':{'shape':_0x5ca415(0x1f2)}},'permission':{'editErr':_0x5ca415(0x1fd)},'title':_0x5ca415(0x206),'insertShape':_0x5ca415(0x20c),'editShape':_0x5ca415(0x209),'editText':_0x5ca415(0x212),'deleteShape':_0x5ca415(0x1f9),'formatShape':_0x5ca415(0x1f7),'flipHorizontal':_0x5ca415(0x214),'flipVertical':_0x5ca415(0x1f3),'objectListPanel':{'title':_0x5ca415(0x202),'open':_0x5ca415(0x202),'empty':_0x5ca415(0x200),'showAll':'Mostra-ho\x20tot','hideAll':_0x5ca415(0x1f8),'show':_0x5ca415(0x1f5),'hide':_0x5ca415(0x1f4),'moveForward':_0x5ca415(0x20e),'moveBackward':_0x5ca415(0x1fc),'close':_0x5ca415(0x213),'name':'Nom','nameInput':_0x5ca415(0x210),'description':_0x5ca415(0x208),'descriptionPlaceholder':_0x5ca415(0x204),'details':_0x5ca415(0x1f6),'noSelection':_0x5ca415(0x211)}}};function _0x327b(_0xded04,_0x3988a1){_0xded04=_0xded04-0x1f2;const _0x5a429b=_0x5a42();let _0x327b9f=_0x5a429b[_0xded04];return _0x327b9f;}module['exports']=e;
@@ -1 +1 @@
1
- function _0x5c6a(_0x98ea25,_0x5e334c){_0x98ea25=_0x98ea25-0xc7;const _0x50c978=_0x50c9();let _0x5c6a28=_0x50c978[_0x98ea25];return _0x5c6a28;}const _0x59d20c=_0x5c6a;(function(_0x54d8a2,_0x2203ef){const _0x4137f5=_0x5c6a,_0xca60e3=_0x54d8a2();while(!![]){try{const _0x312ee4=-parseInt(_0x4137f5(0xe4))/0x1+-parseInt(_0x4137f5(0xd3))/0x2+parseInt(_0x4137f5(0xdf))/0x3*(-parseInt(_0x4137f5(0xce))/0x4)+-parseInt(_0x4137f5(0xe0))/0x5+-parseInt(_0x4137f5(0xde))/0x6*(-parseInt(_0x4137f5(0xd6))/0x7)+-parseInt(_0x4137f5(0xda))/0x8+-parseInt(_0x4137f5(0xcc))/0x9*(-parseInt(_0x4137f5(0xd9))/0xa);if(_0x312ee4===_0x2203ef)break;else _0xca60e3['push'](_0xca60e3['shift']());}catch(_0x144df9){_0xca60e3['push'](_0xca60e3['shift']());}}}(_0x50c9,0x47172));const e={'sheets-shape-ui':{'quickStyles':_0x59d20c(0xe2),'imagePanel':{'crop':{'shape':'Auf\x20Form\x20zuschneiden'}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':'Form','insertShape':'Form\x20einfügen','editShape':_0x59d20c(0xd2),'editText':_0x59d20c(0xd4),'deleteShape':_0x59d20c(0xcd),'formatShape':_0x59d20c(0xcf),'flipHorizontal':_0x59d20c(0xd8),'flipVertical':_0x59d20c(0xd0),'objectListPanel':{'title':_0x59d20c(0xd5),'open':_0x59d20c(0xd5),'empty':_0x59d20c(0xc9),'showAll':'Alle\x20anzeigen','hideAll':'Alle\x20ausblenden','show':_0x59d20c(0xd7),'hide':_0x59d20c(0xcb),'moveForward':_0x59d20c(0xca),'moveBackward':_0x59d20c(0xc8),'close':_0x59d20c(0xe3),'name':_0x59d20c(0xdd),'nameInput':_0x59d20c(0xdc),'description':'Beschreibung','descriptionPlaceholder':_0x59d20c(0xe1),'details':_0x59d20c(0xd1),'noSelection':_0x59d20c(0xdb)}}};module[_0x59d20c(0xc7)]=e;function _0x50c9(){const _0x5e5c18=['Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Objektname','Name','12NQDynH','1263WDnetm','599595cRzSDw','Beschreibung\x20hinzufügen','Schnellformatvorlagen','Schließen','537556PqeQUI','exports','Weiter\x20nach\x20hinten','Keine\x20Objekte','Weiter\x20nach\x20vorne','Ausblenden','15119073tyExfN','Form\x20löschen','2104dUngFp','Form\x20formatieren','Vertikal\x20spiegeln','Details','Form\x20bearbeiten','888982jmahiy','Text\x20bearbeiten','Ebenen','1061403Hbacko','Anzeigen','Horizontal\x20spiegeln','10YGYlwl','2948456TDRhGu'];_0x50c9=function(){return _0x5e5c18;};return _0x50c9();}
1
+ const _0x1b37c0=_0x4ff5;(function(_0x5968fd,_0x3ef833){const _0x1a78ee=_0x4ff5,_0x1ec1ca=_0x5968fd();while(!![]){try{const _0x47f2f9=-parseInt(_0x1a78ee(0x153))/0x1+parseInt(_0x1a78ee(0x166))/0x2*(-parseInt(_0x1a78ee(0x154))/0x3)+-parseInt(_0x1a78ee(0x168))/0x4+parseInt(_0x1a78ee(0x16a))/0x5*(-parseInt(_0x1a78ee(0x159))/0x6)+parseInt(_0x1a78ee(0x150))/0x7*(parseInt(_0x1a78ee(0x15c))/0x8)+-parseInt(_0x1a78ee(0x156))/0x9+parseInt(_0x1a78ee(0x15f))/0xa;if(_0x47f2f9===_0x3ef833)break;else _0x1ec1ca['push'](_0x1ec1ca['shift']());}catch(_0x35d68f){_0x1ec1ca['push'](_0x1ec1ca['shift']());}}}(_0x4c17,0xa9517));function _0x4ff5(_0x1db773,_0x16a92c){_0x1db773=_0x1db773-0x14f;const _0x4c17af=_0x4c17();let _0x4ff5e3=_0x4c17af[_0x1db773];return _0x4ff5e3;}const e={'sheets-shape-ui':{'quickStyles':'Schnellformatvorlagen','imagePanel':{'crop':{'shape':_0x1b37c0(0x163)}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':'Form','insertShape':_0x1b37c0(0x15d),'editShape':'Form\x20bearbeiten','editText':'Text\x20bearbeiten','deleteShape':_0x1b37c0(0x167),'formatShape':'Form\x20formatieren','flipHorizontal':_0x1b37c0(0x162),'flipVertical':_0x1b37c0(0x160),'objectListPanel':{'title':'Ebenen','open':_0x1b37c0(0x14f),'empty':_0x1b37c0(0x152),'showAll':'Alle\x20anzeigen','hideAll':_0x1b37c0(0x165),'show':_0x1b37c0(0x15a),'hide':_0x1b37c0(0x155),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x1b37c0(0x169),'close':_0x1b37c0(0x157),'name':_0x1b37c0(0x161),'nameInput':_0x1b37c0(0x164),'description':_0x1b37c0(0x15e),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x1b37c0(0x158),'noSelection':_0x1b37c0(0x151)}}};module[_0x1b37c0(0x15b)]=e;function _0x4c17(){const _0x26ea35=['5VBJkWn','Ebenen','752927WwVgZC','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Keine\x20Objekte','323843dCuMKG','58821RAIGxm','Ausblenden','5596038HRUWan','Schließen','Details','3864072TpwcJN','Anzeigen','exports','56jvoniA','Form\x20einfügen','Beschreibung','35530510IcFTjj','Vertikal\x20spiegeln','Name','Horizontal\x20spiegeln','Auf\x20Form\x20zuschneiden','Objektname','Alle\x20ausblenden','110VWksDc','Form\x20löschen','3777716ROGuXt','Weiter\x20nach\x20hinten'];_0x4c17=function(){return _0x26ea35;};return _0x4c17();}
@@ -1 +1 @@
1
- const _0x2495a7=_0x1b0e;function _0x1b0e(_0x508b92,_0x5f3341){_0x508b92=_0x508b92-0xd5;const _0x35ced9=_0x35ce();let _0x1b0e4e=_0x35ced9[_0x508b92];return _0x1b0e4e;}(function(_0x5f25d2,_0x38e797){const _0x1294a4=_0x1b0e,_0x16ede7=_0x5f25d2();while(!![]){try{const _0x535ab5=parseInt(_0x1294a4(0xed))/0x1*(parseInt(_0x1294a4(0xf3))/0x2)+parseInt(_0x1294a4(0xe6))/0x3+parseInt(_0x1294a4(0xe8))/0x4+-parseInt(_0x1294a4(0xe9))/0x5*(-parseInt(_0x1294a4(0xf2))/0x6)+parseInt(_0x1294a4(0xd7))/0x7*(parseInt(_0x1294a4(0xd6))/0x8)+-parseInt(_0x1294a4(0xe1))/0x9*(parseInt(_0x1294a4(0xdb))/0xa)+-parseInt(_0x1294a4(0xe3))/0xb;if(_0x535ab5===_0x38e797)break;else _0x16ede7['push'](_0x16ede7['shift']());}catch(_0x21118e){_0x16ede7['push'](_0x16ede7['shift']());}}}(_0x35ce,0xe7545));function _0x35ce(){const _0x4e9c12=['Layers','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','3877047smDrjg','Bring\x20Forward','19191623UPpzxT','Edit\x20Shape','Crop\x20to\x20Shape','3290424RQphco','Name','5400528OSdvMd','1178545sevCJC','Add\x20description','Shape','Hide','227JdVcKC','Hide\x20All','Format\x20Shape','Details','Show\x20All','6rsKJjC','2604JfLUBr','Flip\x20Horizontal','exports','386128TMfZZL','21tuPcpx','Delete\x20Shape','Show','Edit\x20Text','10qwNffn','Flip\x20Vertical','Select\x20an\x20object\x20to\x20edit\x20details','Send\x20Backward'];_0x35ce=function(){return _0x4e9c12;};return _0x35ce();}const e={'sheets-shape-ui':{'quickStyles':'Quick\x20styles','imagePanel':{'crop':{'shape':_0x2495a7(0xe5)}},'permission':{'editErr':_0x2495a7(0xe0)},'title':_0x2495a7(0xeb),'insertShape':'Insert\x20Shape','editShape':_0x2495a7(0xe4),'editText':_0x2495a7(0xda),'deleteShape':_0x2495a7(0xd8),'formatShape':_0x2495a7(0xef),'flipHorizontal':_0x2495a7(0xf4),'flipVertical':_0x2495a7(0xdc),'objectListPanel':{'title':'Layers','open':_0x2495a7(0xdf),'empty':'No\x20objects','showAll':_0x2495a7(0xf1),'hideAll':_0x2495a7(0xee),'show':_0x2495a7(0xd9),'hide':_0x2495a7(0xec),'moveForward':_0x2495a7(0xe2),'moveBackward':_0x2495a7(0xde),'close':'Close','name':_0x2495a7(0xe7),'nameInput':'Object\x20name','description':'Description','descriptionPlaceholder':_0x2495a7(0xea),'details':_0x2495a7(0xf0),'noSelection':_0x2495a7(0xdd)}}};module[_0x2495a7(0xd5)]=e;
1
+ const _0x5e9950=_0x128f;function _0x128f(_0xe88cf7,_0x54c243){_0xe88cf7=_0xe88cf7-0x6d;const _0x7f663d=_0x7f66();let _0x128f8f=_0x7f663d[_0xe88cf7];return _0x128f8f;}(function(_0x294f40,_0x507e66){const _0x5ecd66=_0x128f,_0x60147f=_0x294f40();while(!![]){try{const _0x513b8b=parseInt(_0x5ecd66(0x89))/0x1+parseInt(_0x5ecd66(0x82))/0x2+-parseInt(_0x5ecd66(0x7b))/0x3+parseInt(_0x5ecd66(0x6d))/0x4*(-parseInt(_0x5ecd66(0x7f))/0x5)+parseInt(_0x5ecd66(0x75))/0x6*(parseInt(_0x5ecd66(0x78))/0x7)+parseInt(_0x5ecd66(0x7e))/0x8*(-parseInt(_0x5ecd66(0x88))/0x9)+parseInt(_0x5ecd66(0x80))/0xa*(parseInt(_0x5ecd66(0x7d))/0xb);if(_0x513b8b===_0x507e66)break;else _0x60147f['push'](_0x60147f['shift']());}catch(_0x5d612d){_0x60147f['push'](_0x60147f['shift']());}}}(_0x7f66,0xad13b));const e={'sheets-shape-ui':{'quickStyles':_0x5e9950(0x87),'imagePanel':{'crop':{'shape':_0x5e9950(0x86)}},'permission':{'editErr':'The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.'},'title':_0x5e9950(0x74),'insertShape':'Insert\x20Shape','editShape':_0x5e9950(0x79),'editText':'Edit\x20Text','deleteShape':_0x5e9950(0x7c),'formatShape':_0x5e9950(0x6e),'flipHorizontal':_0x5e9950(0x7a),'flipVertical':_0x5e9950(0x84),'objectListPanel':{'title':_0x5e9950(0x83),'open':_0x5e9950(0x83),'empty':_0x5e9950(0x71),'showAll':'Show\x20All','hideAll':_0x5e9950(0x72),'show':'Show','hide':_0x5e9950(0x77),'moveForward':_0x5e9950(0x81),'moveBackward':_0x5e9950(0x85),'close':'Close','name':_0x5e9950(0x76),'nameInput':'Object\x20name','description':_0x5e9950(0x6f),'descriptionPlaceholder':'Add\x20description','details':_0x5e9950(0x70),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};module[_0x5e9950(0x73)]=e;function _0x7f66(){const _0x55071f=['Bring\x20Forward','1119350WKRpLM','Layers','Flip\x20Vertical','Send\x20Backward','Crop\x20to\x20Shape','Quick\x20styles','22113ZQxeMx','302818FTVIQc','108HqNLVh','Format\x20Shape','Description','Details','No\x20objects','Hide\x20All','exports','Shape','58992tsCAIZ','Name','Hide','455nWIiwu','Edit\x20Shape','Flip\x20Horizontal','1876905ntGnnr','Delete\x20Shape','121WOPTMz','1808gWpFLz','17875AtMIQD','440720BYvbYX'];_0x7f66=function(){return _0x55071f;};return _0x7f66();}
@@ -1 +1 @@
1
- const _0x484d1f=_0x3d23;function _0x3d23(_0x40750e,_0xda9678){_0x40750e=_0x40750e-0xe3;const _0x1aae77=_0x1aae();let _0x3d23aa=_0x1aae77[_0x40750e];return _0x3d23aa;}(function(_0x1af1a7,_0x51fdf4){const _0x101e71=_0x3d23,_0x16671d=_0x1af1a7();while(!![]){try{const _0x5d8186=-parseInt(_0x101e71(0xff))/0x1+parseInt(_0x101e71(0xed))/0x2*(-parseInt(_0x101e71(0xf2))/0x3)+-parseInt(_0x101e71(0xeb))/0x4*(parseInt(_0x101e71(0xfc))/0x5)+parseInt(_0x101e71(0xea))/0x6*(parseInt(_0x101e71(0x104))/0x7)+parseInt(_0x101e71(0xe6))/0x8*(-parseInt(_0x101e71(0xf6))/0x9)+parseInt(_0x101e71(0xf9))/0xa+parseInt(_0x101e71(0xef))/0xb*(parseInt(_0x101e71(0xf5))/0xc);if(_0x5d8186===_0x51fdf4)break;else _0x16671d['push'](_0x16671d['shift']());}catch(_0x9365b){_0x16671d['push'](_0x16671d['shift']());}}}(_0x1aae,0xaf0e7));const e={'sheets-shape-ui':{'quickStyles':_0x484d1f(0xee),'imagePanel':{'crop':{'shape':_0x484d1f(0xec)}},'permission':{'editErr':_0x484d1f(0x100)},'title':_0x484d1f(0xf1),'insertShape':'Insertar\x20forma','editShape':_0x484d1f(0xe4),'editText':'Editar\x20texto','deleteShape':_0x484d1f(0xe9),'formatShape':_0x484d1f(0xf4),'flipHorizontal':_0x484d1f(0x101),'flipVertical':'Voltear\x20verticalmente','objectListPanel':{'title':_0x484d1f(0x103),'open':_0x484d1f(0x103),'empty':_0x484d1f(0xfd),'showAll':_0x484d1f(0x105),'hideAll':_0x484d1f(0xf3),'show':_0x484d1f(0x102),'hide':_0x484d1f(0xfb),'moveForward':_0x484d1f(0xe7),'moveBackward':_0x484d1f(0xf0),'close':_0x484d1f(0xf8),'name':_0x484d1f(0xe3),'nameInput':_0x484d1f(0xfe),'description':_0x484d1f(0xfa),'descriptionPlaceholder':_0x484d1f(0xf7),'details':_0x484d1f(0xe5),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'}}};module[_0x484d1f(0xe8)]=e;function _0x1aae(){const _0x1f63fb=['5476988fYdNId','Enviar\x20atrás','Forma','15FQCsGQ','Ocultar\x20todo','Formato\x20de\x20forma','72zHlVgn','5484717sbMEKa','Agregar\x20descripción','Cerrar','9127390JUFcss','Descripción','Ocultar','108865TByeHG','Sin\x20objetos','Nombre\x20del\x20objeto','521080WozdKv','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Voltear\x20horizontalmente','Mostrar','Capas','7jGKvsZ','Mostrar\x20todo','Nombre','Editar\x20forma','Detalles','16gvyaRV','Traer\x20adelante','exports','Eliminar\x20forma','1619568tbTcNk','164GCRpCC','Recortar\x20a\x20forma','328194PkVQlN','Estilos\x20rápidos'];_0x1aae=function(){return _0x1f63fb;};return _0x1aae();}
1
+ const _0x2ca3ab=_0x3b49;function _0x3b49(_0x4736f8,_0x581f20){_0x4736f8=_0x4736f8-0xd8;const _0x3e8028=_0x3e80();let _0x3b49b0=_0x3e8028[_0x4736f8];return _0x3b49b0;}function _0x3e80(){const _0x2711fe=['Eliminar\x20forma','Forma','45CygYtk','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','12736773aogzwd','4506489KyZzbY','Nombre','30rfIIIN','Nombre\x20del\x20objeto','Mostrar','exports','Estilos\x20rápidos','256645bdKxmN','20FGwSVm','Mostrar\x20todo','Insertar\x20forma','2675805wQmndV','292565FEWKUn','Descripción','553156gFdSFO','3665392oAzHKP','Capas','2WnXaKh','Voltear\x20verticalmente','Enviar\x20atrás','Formato\x20de\x20forma','Detalles','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ocultar','Agregar\x20descripción','Ocultar\x20todo'];_0x3e80=function(){return _0x2711fe;};return _0x3e80();}(function(_0x3ee7fd,_0x19376d){const _0x2fb594=_0x3b49,_0x359688=_0x3ee7fd();while(!![]){try{const _0x49af58=-parseInt(_0x2fb594(0xe8))/0x1*(-parseInt(_0x2fb594(0xf2))/0x2)+parseInt(_0x2fb594(0xe1))/0x3+parseInt(_0x2fb594(0xef))/0x4*(-parseInt(_0x2fb594(0xde))/0x5)+parseInt(_0x2fb594(0xe3))/0x6*(-parseInt(_0x2fb594(0xed))/0x7)+-parseInt(_0x2fb594(0xf0))/0x8+parseInt(_0x2fb594(0xe0))/0x9+parseInt(_0x2fb594(0xe9))/0xa*(-parseInt(_0x2fb594(0xec))/0xb);if(_0x49af58===_0x19376d)break;else _0x359688['push'](_0x359688['shift']());}catch(_0x6b6278){_0x359688['push'](_0x359688['shift']());}}}(_0x3e80,0xbd641));const e={'sheets-shape-ui':{'quickStyles':_0x2ca3ab(0xe7),'imagePanel':{'crop':{'shape':'Recortar\x20a\x20forma'}},'permission':{'editErr':_0x2ca3ab(0xd8)},'title':_0x2ca3ab(0xdd),'insertShape':_0x2ca3ab(0xeb),'editShape':'Editar\x20forma','editText':'Editar\x20texto','deleteShape':_0x2ca3ab(0xdc),'formatShape':_0x2ca3ab(0xf5),'flipHorizontal':'Voltear\x20horizontalmente','flipVertical':_0x2ca3ab(0xf3),'objectListPanel':{'title':_0x2ca3ab(0xf1),'open':_0x2ca3ab(0xf1),'empty':'Sin\x20objetos','showAll':_0x2ca3ab(0xea),'hideAll':_0x2ca3ab(0xdb),'show':_0x2ca3ab(0xe5),'hide':_0x2ca3ab(0xd9),'moveForward':'Traer\x20adelante','moveBackward':_0x2ca3ab(0xf4),'close':'Cerrar','name':_0x2ca3ab(0xe2),'nameInput':_0x2ca3ab(0xe4),'description':_0x2ca3ab(0xee),'descriptionPlaceholder':_0x2ca3ab(0xda),'details':_0x2ca3ab(0xf6),'noSelection':_0x2ca3ab(0xdf)}}};module[_0x2ca3ab(0xe6)]=e;
@@ -1 +1 @@
1
- const _0x358556=_0x22b4;(function(_0x39b489,_0x556f58){const _0x33d991=_0x22b4,_0xc1b215=_0x39b489();while(!![]){try{const _0x1adf53=-parseInt(_0x33d991(0x9d))/0x1+-parseInt(_0x33d991(0x94))/0x2*(-parseInt(_0x33d991(0x93))/0x3)+-parseInt(_0x33d991(0x92))/0x4+parseInt(_0x33d991(0xb4))/0x5*(-parseInt(_0x33d991(0x96))/0x6)+parseInt(_0x33d991(0xa8))/0x7*(parseInt(_0x33d991(0xa9))/0x8)+parseInt(_0x33d991(0xa1))/0x9*(-parseInt(_0x33d991(0xa6))/0xa)+parseInt(_0x33d991(0xa2))/0xb*(parseInt(_0x33d991(0xb3))/0xc);if(_0x1adf53===_0x556f58)break;else _0xc1b215['push'](_0xc1b215['shift']());}catch(_0x30384a){_0xc1b215['push'](_0xc1b215['shift']());}}}(_0x1b38,0xa6480));const e={'sheets-shape-ui':{'quickStyles':_0x358556(0xac),'imagePanel':{'crop':{'shape':_0x358556(0x98)}},'permission':{'editErr':_0x358556(0x9a)},'title':_0x358556(0x99),'insertShape':_0x358556(0x95),'editShape':_0x358556(0xb2),'editText':_0x358556(0xa4),'deleteShape':_0x358556(0xa7),'formatShape':_0x358556(0xb0),'flipHorizontal':_0x358556(0x9f),'flipVertical':_0x358556(0xab),'objectListPanel':{'title':_0x358556(0xa0),'open':_0x358556(0xa0),'empty':_0x358556(0xad),'showAll':_0x358556(0x9e),'hideAll':'پنهان\x20کردن\x20همه','show':_0x358556(0xa5),'hide':'پنهان\x20کردن','moveForward':_0x358556(0x9b),'moveBackward':_0x358556(0x97),'close':_0x358556(0xaa),'name':_0x358556(0xaf),'nameInput':_0x358556(0xae),'description':'توضیحات','descriptionPlaceholder':_0x358556(0xa3),'details':_0x358556(0x9c),'noSelection':_0x358556(0xb1)}}};function _0x1b38(){const _0x2d464f=['محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','آوردن\x20به\x20جلو','جزئیات','219824kSHEvf','نمایش\x20همه','برگرداندن\x20افقی','لایه‌ها','738aOKjTz','2760296iqqJtn','افزودن\x20توضیحات','ویرایش\x20متن','نمایش','41820UImzAA','حذف\x20شکل','7XXQKou','4935112QpktST','بستن','برگرداندن\x20عمودی','سبک‌های\x20سریع','هیچ\x20شیئی\x20وجود\x20ندارد','نام\x20شیء','نام','قالب‌بندی\x20شکل','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','ویرایش\x20شکل','48GliMYs','78860tulndV','1508160CYoIhR','591BbLQiN','4646QVVvWu','درج\x20شکل','174SkJHuR','فرستادن\x20به\x20عقب','کراپ\x20به\x20شکل','شکل'];_0x1b38=function(){return _0x2d464f;};return _0x1b38();}function _0x22b4(_0x2e3e1f,_0x5a5192){_0x2e3e1f=_0x2e3e1f-0x92;const _0x1b38ba=_0x1b38();let _0x22b45a=_0x1b38ba[_0x2e3e1f];return _0x22b45a;}module['exports']=e;
1
+ const _0xe28bfa=_0x399d;(function(_0x30fce8,_0x3a66e3){const _0x449228=_0x399d,_0x1b5d30=_0x30fce8();while(!![]){try{const _0x5eba97=-parseInt(_0x449228(0x17c))/0x1*(-parseInt(_0x449228(0x174))/0x2)+-parseInt(_0x449228(0x165))/0x3+-parseInt(_0x449228(0x175))/0x4+parseInt(_0x449228(0x167))/0x5+parseInt(_0x449228(0x178))/0x6*(parseInt(_0x449228(0x176))/0x7)+-parseInt(_0x449228(0x173))/0x8*(parseInt(_0x449228(0x166))/0x9)+parseInt(_0x449228(0x179))/0xa*(parseInt(_0x449228(0x17a))/0xb);if(_0x5eba97===_0x3a66e3)break;else _0x1b5d30['push'](_0x1b5d30['shift']());}catch(_0x88d8bc){_0x1b5d30['push'](_0x1b5d30['shift']());}}}(_0x4cc3,0xd86b4));function _0x4cc3(){const _0x5af2b8=['جزئیات','حذف\x20شکل','نمایش','سبک‌های\x20سریع','ویرایش\x20متن','824yEmeGE','9708YKLfgf','6184484UkRrQa','49VVDILz','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','417390eBOLNy','70ZRlSVk','1558337yrKyFl','فرستادن\x20به\x20عقب','302tqSvwn','درج\x20شکل','ویرایش\x20شکل','هیچ\x20شیئی\x20وجود\x20ندارد','بستن','کراپ\x20به\x20شکل','برگرداندن\x20عمودی','توضیحات','3955128lGfSDF','51768JbLVZm','6994365FUbaxX','برگرداندن\x20افقی','لایه‌ها','افزودن\x20توضیحات','قالب‌بندی\x20شکل','نمایش\x20همه','آوردن\x20به\x20جلو'];_0x4cc3=function(){return _0x5af2b8;};return _0x4cc3();}function _0x399d(_0x24bb4f,_0x2b9255){_0x24bb4f=_0x24bb4f-0x165;const _0x4cc31f=_0x4cc3();let _0x399d2a=_0x4cc31f[_0x24bb4f];return _0x399d2a;}const e={'sheets-shape-ui':{'quickStyles':_0xe28bfa(0x171),'imagePanel':{'crop':{'shape':_0xe28bfa(0x181)}},'permission':{'editErr':_0xe28bfa(0x177)},'title':'شکل','insertShape':_0xe28bfa(0x17d),'editShape':_0xe28bfa(0x17e),'editText':_0xe28bfa(0x172),'deleteShape':_0xe28bfa(0x16f),'formatShape':_0xe28bfa(0x16b),'flipHorizontal':_0xe28bfa(0x168),'flipVertical':_0xe28bfa(0x182),'objectListPanel':{'title':_0xe28bfa(0x169),'open':_0xe28bfa(0x169),'empty':_0xe28bfa(0x17f),'showAll':_0xe28bfa(0x16c),'hideAll':'پنهان\x20کردن\x20همه','show':_0xe28bfa(0x170),'hide':'پنهان\x20کردن','moveForward':_0xe28bfa(0x16d),'moveBackward':_0xe28bfa(0x17b),'close':_0xe28bfa(0x180),'name':'نام','nameInput':'نام\x20شیء','description':_0xe28bfa(0x183),'descriptionPlaceholder':_0xe28bfa(0x16a),'details':_0xe28bfa(0x16e),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x1647cc=_0x64a8;function _0x64a8(_0x3ad938,_0x1636b7){_0x3ad938=_0x3ad938-0x18c;const _0x186414=_0x1864();let _0x64a85e=_0x186414[_0x3ad938];return _0x64a85e;}(function(_0x43cfef,_0x24c588){const _0x389101=_0x64a8,_0x1b777d=_0x43cfef();while(!![]){try{const _0x13ee73=parseInt(_0x389101(0x1a2))/0x1+-parseInt(_0x389101(0x18c))/0x2*(-parseInt(_0x389101(0x198))/0x3)+parseInt(_0x389101(0x1a9))/0x4*(-parseInt(_0x389101(0x1a8))/0x5)+parseInt(_0x389101(0x196))/0x6*(-parseInt(_0x389101(0x1ac))/0x7)+parseInt(_0x389101(0x1ab))/0x8*(-parseInt(_0x389101(0x19c))/0x9)+parseInt(_0x389101(0x191))/0xa+parseInt(_0x389101(0x193))/0xb*(parseInt(_0x389101(0x1a4))/0xc);if(_0x13ee73===_0x24c588)break;else _0x1b777d['push'](_0x1b777d['shift']());}catch(_0x24e8e3){_0x1b777d['push'](_0x1b777d['shift']());}}}(_0x1864,0x42625));const e={'sheets-shape-ui':{'quickStyles':_0x1647cc(0x1a7),'imagePanel':{'crop':{'shape':_0x1647cc(0x1a1)}},'permission':{'editErr':_0x1647cc(0x197)},'title':_0x1647cc(0x1aa),'insertShape':_0x1647cc(0x1a0),'editShape':_0x1647cc(0x19f),'editText':_0x1647cc(0x19a),'deleteShape':_0x1647cc(0x1ae),'formatShape':_0x1647cc(0x18e),'flipHorizontal':_0x1647cc(0x18d),'flipVertical':_0x1647cc(0x19d),'objectListPanel':{'title':'Calques','open':'Calques','empty':'Aucun\x20objet','showAll':'Tout\x20afficher','hideAll':_0x1647cc(0x18f),'show':_0x1647cc(0x1a5),'hide':_0x1647cc(0x190),'moveForward':_0x1647cc(0x199),'moveBackward':_0x1647cc(0x194),'close':_0x1647cc(0x19b),'name':_0x1647cc(0x1af),'nameInput':_0x1647cc(0x19e),'description':_0x1647cc(0x1a6),'descriptionPlaceholder':_0x1647cc(0x192),'details':_0x1647cc(0x1ad),'noSelection':_0x1647cc(0x1a3)}}};function _0x1864(){const _0xb79c29=['Retourner\x20horizontalement','Format\x20de\x20la\x20forme','Tout\x20masquer','Masquer','4404830lSWzyX','Ajouter\x20une\x20description','4499koSpfx','Reculer','exports','517680eFYQUl','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','498RUzWqP','Avancer','Modifier\x20le\x20texte','Fermer','387lIXKbS','Retourner\x20verticalement','Nom\x20de\x20l’objet','Modifier\x20la\x20forme','Insérer\x20une\x20forme','Rogner\x20à\x20la\x20forme','177190udEHAT','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','7284VbgjgE','Afficher','Description','Styles\x20rapides','5cyEhnV','1877036FutrYX','Forme','20416WJmiWd','42XlXCsm','Détails','Supprimer\x20la\x20forme','Nom','6056pVZMWg'];_0x1864=function(){return _0xb79c29;};return _0x1864();}module[_0x1647cc(0x195)]=e;
1
+ function _0x31ab(){const _0x12ed72=['Tout\x20masquer','29736tduyCk','exports','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Supprimer\x20la\x20forme','Styles\x20rapides','Ajouter\x20une\x20description','Calques','1246320GLowWB','Masquer','Reculer','Modifier\x20la\x20forme','390BaPNiQ','Détails','1126872VcMagu','Modifier\x20le\x20texte','Description','172172ZUNBjV','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','18244biQpoV','Tout\x20afficher','Aucun\x20objet','27UwVLPk','Forme','1579697rJeYwq','Nom\x20de\x20l’objet','1016740XknxcE'];_0x31ab=function(){return _0x12ed72;};return _0x31ab();}function _0x1d31(_0x29c9e0,_0x5741a1){_0x29c9e0=_0x29c9e0-0x1a0;const _0x31abb9=_0x31ab();let _0x1d311e=_0x31abb9[_0x29c9e0];return _0x1d311e;}const _0x5caef8=_0x1d31;(function(_0xbe4cd1,_0x2e6458){const _0x5cbc78=_0x1d31,_0x30c38d=_0xbe4cd1();while(!![]){try{const _0x2f6f51=-parseInt(_0x5cbc78(0x1ae))/0x1+parseInt(_0x5cbc78(0x1b7))/0x2+parseInt(_0x5cbc78(0x1b3))/0x3*(parseInt(_0x5cbc78(0x1b0))/0x4)+-parseInt(_0x5cbc78(0x1a9))/0x5*(-parseInt(_0x5cbc78(0x1b9))/0x6)+-parseInt(_0x5cbc78(0x1b5))/0x7+-parseInt(_0x5cbc78(0x1ab))/0x8+-parseInt(_0x5cbc78(0x1a5))/0x9;if(_0x2f6f51===_0x2e6458)break;else _0x30c38d['push'](_0x30c38d['shift']());}catch(_0x3ae5a5){_0x30c38d['push'](_0x30c38d['shift']());}}}(_0x31ab,0x3f2f5));const e={'sheets-shape-ui':{'quickStyles':_0x5caef8(0x1a2),'imagePanel':{'crop':{'shape':'Rogner\x20à\x20la\x20forme'}},'permission':{'editErr':_0x5caef8(0x1af)},'title':_0x5caef8(0x1b4),'insertShape':'Insérer\x20une\x20forme','editShape':_0x5caef8(0x1a8),'editText':_0x5caef8(0x1ac),'deleteShape':_0x5caef8(0x1a1),'formatShape':'Format\x20de\x20la\x20forme','flipHorizontal':'Retourner\x20horizontalement','flipVertical':'Retourner\x20verticalement','objectListPanel':{'title':'Calques','open':_0x5caef8(0x1a4),'empty':_0x5caef8(0x1b2),'showAll':_0x5caef8(0x1b1),'hideAll':_0x5caef8(0x1b8),'show':'Afficher','hide':_0x5caef8(0x1a6),'moveForward':'Avancer','moveBackward':_0x5caef8(0x1a7),'close':'Fermer','name':'Nom','nameInput':_0x5caef8(0x1b6),'description':_0x5caef8(0x1ad),'descriptionPlaceholder':_0x5caef8(0x1a3),'details':_0x5caef8(0x1aa),'noSelection':_0x5caef8(0x1a0)}}};module[_0x5caef8(0x1ba)]=e;
@@ -1 +1 @@
1
- function _0x5a18(){const _0x1a7fc5=['Nama\x20objek','10yQdpGn','287192WORIJW','Tampilkan','Edit\x20teks','Balik\x20Horizontal','Gaya\x20Cepat','Format\x20Bentuk','7uwbyMv','Balik\x20Vertikal','1264161Xcrstv','Bawa\x20ke\x20Depan','Kirim\x20ke\x20Belakang','5648PvmtdS','Tampilkan\x20semua','Pangkas\x20ke\x20Bentuk','Tutup','20LMFXny','28788fQperJ','Tambahkan\x20deskripsi','52FVcGPR','Lapisan','Detail','1729746jQavSJ','Sisipkan\x20Bentuk','1253730nlrIcx','Deskripsi','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Tidak\x20ada\x20objek','12022dvPEbS','Sembunyikan','2926fgZNet','Sembunyikan\x20semua','exports'];_0x5a18=function(){return _0x1a7fc5;};return _0x5a18();}function _0x1048(_0x4320b2,_0x2ea951){_0x4320b2=_0x4320b2-0x101;const _0x5a189f=_0x5a18();let _0x104883=_0x5a189f[_0x4320b2];return _0x104883;}const _0x1af49d=_0x1048;(function(_0x1171a5,_0x33c125){const _0x71d315=_0x1048,_0x218db5=_0x1171a5();while(!![]){try{const _0x3ba6dd=-parseInt(_0x71d315(0x104))/0x1*(-parseInt(_0x71d315(0x10d))/0x2)+-parseInt(_0x71d315(0x11c))/0x3+-parseInt(_0x71d315(0x114))/0x4*(parseInt(_0x71d315(0x101))/0x5)+parseInt(_0x71d315(0x109))/0x6+parseInt(_0x71d315(0x11a))/0x7*(parseInt(_0x71d315(0x11f))/0x8)+parseInt(_0x71d315(0x107))/0x9*(-parseInt(_0x71d315(0x113))/0xa)+-parseInt(_0x71d315(0x10f))/0xb*(-parseInt(_0x71d315(0x102))/0xc);if(_0x3ba6dd===_0x33c125)break;else _0x218db5['push'](_0x218db5['shift']());}catch(_0x318d0f){_0x218db5['push'](_0x218db5['shift']());}}}(_0x5a18,0x3f60a));const e={'sheets-shape-ui':{'quickStyles':_0x1af49d(0x118),'imagePanel':{'crop':{'shape':_0x1af49d(0x121)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':_0x1af49d(0x108),'editShape':'Edit\x20Bentuk','editText':_0x1af49d(0x116),'deleteShape':'Hapus\x20Bentuk','formatShape':_0x1af49d(0x119),'flipHorizontal':_0x1af49d(0x117),'flipVertical':_0x1af49d(0x11b),'objectListPanel':{'title':_0x1af49d(0x105),'open':_0x1af49d(0x105),'empty':_0x1af49d(0x10c),'showAll':_0x1af49d(0x120),'hideAll':_0x1af49d(0x110),'show':_0x1af49d(0x115),'hide':_0x1af49d(0x10e),'moveForward':_0x1af49d(0x11d),'moveBackward':_0x1af49d(0x11e),'close':_0x1af49d(0x122),'name':'Nama','nameInput':_0x1af49d(0x112),'description':_0x1af49d(0x10a),'descriptionPlaceholder':_0x1af49d(0x103),'details':_0x1af49d(0x106),'noSelection':_0x1af49d(0x10b)}}};module[_0x1af49d(0x111)]=e;
1
+ const _0x98177e=_0x2b09;function _0x2b09(_0x9c594a,_0x33e019){_0x9c594a=_0x9c594a-0x16a;const _0x472140=_0x4721();let _0x2b0928=_0x472140[_0x9c594a];return _0x2b0928;}(function(_0x2343ec,_0xb06425){const _0x516ece=_0x2b09,_0x2c72bf=_0x2343ec();while(!![]){try{const _0x36c05e=parseInt(_0x516ece(0x17f))/0x1+parseInt(_0x516ece(0x185))/0x2*(parseInt(_0x516ece(0x170))/0x3)+parseInt(_0x516ece(0x16f))/0x4+parseInt(_0x516ece(0x172))/0x5+-parseInt(_0x516ece(0x188))/0x6*(-parseInt(_0x516ece(0x17e))/0x7)+parseInt(_0x516ece(0x187))/0x8*(parseInt(_0x516ece(0x178))/0x9)+parseInt(_0x516ece(0x174))/0xa*(-parseInt(_0x516ece(0x186))/0xb);if(_0x36c05e===_0xb06425)break;else _0x2c72bf['push'](_0x2c72bf['shift']());}catch(_0x1817d3){_0x2c72bf['push'](_0x2c72bf['shift']());}}}(_0x4721,0xeef7a));const e={'sheets-shape-ui':{'quickStyles':'Gaya\x20Cepat','imagePanel':{'crop':{'shape':_0x98177e(0x173)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':_0x98177e(0x171),'editShape':_0x98177e(0x176),'editText':_0x98177e(0x175),'deleteShape':_0x98177e(0x180),'formatShape':_0x98177e(0x184),'flipHorizontal':_0x98177e(0x16a),'flipVertical':_0x98177e(0x177),'objectListPanel':{'title':_0x98177e(0x17a),'open':'Lapisan','empty':_0x98177e(0x183),'showAll':'Tampilkan\x20semua','hideAll':_0x98177e(0x16c),'show':_0x98177e(0x182),'hide':_0x98177e(0x16b),'moveForward':_0x98177e(0x16d),'moveBackward':_0x98177e(0x17b),'close':_0x98177e(0x189),'name':_0x98177e(0x17c),'nameInput':_0x98177e(0x17d),'description':'Deskripsi','descriptionPlaceholder':_0x98177e(0x181),'details':_0x98177e(0x179),'noSelection':_0x98177e(0x16e)}}};module['exports']=e;function _0x4721(){const _0x487087=['215126jROwzA','25003QYanYD','3834456JchYWY','70158pEDHRn','Tutup','Balik\x20Horizontal','Sembunyikan','Sembunyikan\x20semua','Bawa\x20ke\x20Depan','Pilih\x20objek\x20untuk\x20mengedit\x20detail','6598764PfjfbC','18hgAQzv','Sisipkan\x20Bentuk','3204080LVPHWj','Pangkas\x20ke\x20Bentuk','22650tdLLDG','Edit\x20teks','Edit\x20Bentuk','Balik\x20Vertikal','27CGNsmV','Detail','Lapisan','Kirim\x20ke\x20Belakang','Nama','Nama\x20objek','749LEIxXV','502198jbIQrP','Hapus\x20Bentuk','Tambahkan\x20deskripsi','Tampilkan','Tidak\x20ada\x20objek','Format\x20Bentuk'];_0x4721=function(){return _0x487087;};return _0x4721();}
@@ -1 +1 @@
1
- function _0x1b96(){const _0x46120b=['7683BbIvIm','Capovolgi\x20orizzontalmente','Livelli','Inserisci\x20forma','exports','Capovolgi\x20verticalmente','Ritaglia\x20a\x20forma','Nascondi\x20tutto','Porta\x20indietro','Nome\x20oggetto','493966imMAjG','11pflwii','8aiwGKb','Mostra\x20tutto','436690jmrDAZ','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','1623648lGvZMO','Chiudi','Nascondi','10386fmklcr','Descrizione','52PzPeDu','Forma','Modifica\x20forma','Aggiungi\x20descrizione','Formato\x20forma','1768887RqWRsL','865ytxaYB','3938949SoWDbe','Mostra','Stili\x20rapidi'];_0x1b96=function(){return _0x46120b;};return _0x1b96();}const _0x1b734c=_0x3f06;(function(_0x5b6cc0,_0x495176){const _0x1a827b=_0x3f06,_0x9252f5=_0x5b6cc0();while(!![]){try{const _0x19ddcf=-parseInt(_0x1a827b(0x1f8))/0x1+parseInt(_0x1a827b(0x203))/0x2*(parseInt(_0x1a827b(0x20d))/0x3)+parseInt(_0x1a827b(0x1fe))/0x4+-parseInt(_0x1a827b(0x209))/0x5*(parseInt(_0x1a827b(0x201))/0x6)+parseInt(_0x1a827b(0x20a))/0x7+-parseInt(_0x1a827b(0x1fa))/0x8*(-parseInt(_0x1a827b(0x208))/0x9)+-parseInt(_0x1a827b(0x1fc))/0xa*(parseInt(_0x1a827b(0x1f9))/0xb);if(_0x19ddcf===_0x495176)break;else _0x9252f5['push'](_0x9252f5['shift']());}catch(_0x3b3b08){_0x9252f5['push'](_0x9252f5['shift']());}}}(_0x1b96,0x6059a));const e={'sheets-shape-ui':{'quickStyles':_0x1b734c(0x20c),'imagePanel':{'crop':{'shape':_0x1b734c(0x1f4)}},'permission':{'editErr':_0x1b734c(0x1fd)},'title':_0x1b734c(0x204),'insertShape':_0x1b734c(0x210),'editShape':_0x1b734c(0x205),'editText':'Modifica\x20testo','deleteShape':'Elimina\x20forma','formatShape':_0x1b734c(0x207),'flipHorizontal':_0x1b734c(0x20e),'flipVertical':_0x1b734c(0x1f3),'objectListPanel':{'title':_0x1b734c(0x20f),'open':_0x1b734c(0x20f),'empty':'Nessun\x20oggetto','showAll':_0x1b734c(0x1fb),'hideAll':_0x1b734c(0x1f5),'show':_0x1b734c(0x20b),'hide':_0x1b734c(0x200),'moveForward':'Porta\x20avanti','moveBackward':_0x1b734c(0x1f6),'close':_0x1b734c(0x1ff),'name':'Nome','nameInput':_0x1b734c(0x1f7),'description':_0x1b734c(0x202),'descriptionPlaceholder':_0x1b734c(0x206),'details':'Dettagli','noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli'}}};function _0x3f06(_0x588e70,_0x26723f){_0x588e70=_0x588e70-0x1f3;const _0x1b96ae=_0x1b96();let _0x3f0686=_0x1b96ae[_0x588e70];return _0x3f0686;}module[_0x1b734c(0x211)]=e;
1
+ const _0x1f3e4a=_0x3ea1;(function(_0x778f3e,_0x3261e2){const _0x5aeadb=_0x3ea1,_0x5f1354=_0x778f3e();while(!![]){try{const _0x579c20=parseInt(_0x5aeadb(0xe0))/0x1+parseInt(_0x5aeadb(0xe5))/0x2*(-parseInt(_0x5aeadb(0xef))/0x3)+-parseInt(_0x5aeadb(0xde))/0x4+-parseInt(_0x5aeadb(0xe8))/0x5+-parseInt(_0x5aeadb(0xf1))/0x6*(-parseInt(_0x5aeadb(0xea))/0x7)+parseInt(_0x5aeadb(0xda))/0x8+-parseInt(_0x5aeadb(0xee))/0x9*(parseInt(_0x5aeadb(0xec))/0xa);if(_0x579c20===_0x3261e2)break;else _0x5f1354['push'](_0x5f1354['shift']());}catch(_0x3d415b){_0x5f1354['push'](_0x5f1354['shift']());}}}(_0x548b,0x74b1f));function _0x3ea1(_0x57bd87,_0x30a77d){_0x57bd87=_0x57bd87-0xd9;const _0x548bf3=_0x548b();let _0x3ea1c4=_0x548bf3[_0x57bd87];return _0x3ea1c4;}const e={'sheets-shape-ui':{'quickStyles':_0x1f3e4a(0xf6),'imagePanel':{'crop':{'shape':_0x1f3e4a(0xeb)}},'permission':{'editErr':_0x1f3e4a(0xed)},'title':_0x1f3e4a(0xdd),'insertShape':'Inserisci\x20forma','editShape':_0x1f3e4a(0xe9),'editText':'Modifica\x20testo','deleteShape':_0x1f3e4a(0xf0),'formatShape':_0x1f3e4a(0xdb),'flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':_0x1f3e4a(0xe1),'objectListPanel':{'title':_0x1f3e4a(0xe2),'open':_0x1f3e4a(0xe2),'empty':_0x1f3e4a(0xf5),'showAll':_0x1f3e4a(0xf3),'hideAll':_0x1f3e4a(0xdf),'show':_0x1f3e4a(0xf2),'hide':'Nascondi','moveForward':'Porta\x20avanti','moveBackward':_0x1f3e4a(0xd9),'close':_0x1f3e4a(0xf4),'name':_0x1f3e4a(0xe4),'nameInput':'Nome\x20oggetto','description':_0x1f3e4a(0xdc),'descriptionPlaceholder':_0x1f3e4a(0xe6),'details':'Dettagli','noSelection':_0x1f3e4a(0xe7)}}};module[_0x1f3e4a(0xe3)]=e;function _0x548b(){const _0x2e2848=['Ritaglia\x20a\x20forma','10wrwJfb','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','3841164SYwcSj','134154DEKsaC','Elimina\x20forma','1080006vwwbju','Mostra','Mostra\x20tutto','Chiudi','Nessun\x20oggetto','Stili\x20rapidi','Porta\x20indietro','1585264XVaHgO','Formato\x20forma','Descrizione','Forma','124144TIChpC','Nascondi\x20tutto','903512sRxSZa','Capovolgi\x20verticalmente','Livelli','exports','Nome','16uRcVRM','Aggiungi\x20descrizione','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','2640575pDvZLz','Modifica\x20forma','28FABswf'];_0x548b=function(){return _0x2e2848;};return _0x548b();}
@@ -1 +1 @@
1
- const _0x5236c=_0x17cb;function _0x2744(){const _0x4bdc37=['203052NHFHRJ','図形を編集','12MCsLNr','背面へ移動','レイヤー','図形を削除','exports','47832pWFZRE','300nKfeum','12diquNr','オブジェクト名','1688449OEdMhn','左右反転','上下反転','テキストを編集','図形の挿入','12cYJjPS','10aKBOfN','詳細を編集するオブジェクトを選択','図形の書式設定','2349200zurGiO','7781931fCZfLR','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','閉じる','前面へ移動','6825335fgvZcg','1767505lWzuKX','説明を追加'];_0x2744=function(){return _0x4bdc37;};return _0x2744();}(function(_0x44ce6c,_0x17d97c){const _0x31a3fd=_0x17cb,_0x4580a0=_0x44ce6c();while(!![]){try{const _0x1a332a=-parseInt(_0x31a3fd(0x1c4))/0x1*(parseInt(_0x31a3fd(0x1c2))/0x2)+parseInt(_0x31a3fd(0x1ca))/0x3*(parseInt(_0x31a3fd(0x1c9))/0x4)+-parseInt(_0x31a3fd(0x1dc))/0x5*(parseInt(_0x31a3fd(0x1cb))/0x6)+parseInt(_0x31a3fd(0x1cd))/0x7+-parseInt(_0x31a3fd(0x1d6))/0x8+parseInt(_0x31a3fd(0x1d7))/0x9*(parseInt(_0x31a3fd(0x1d3))/0xa)+-parseInt(_0x31a3fd(0x1db))/0xb*(-parseInt(_0x31a3fd(0x1d2))/0xc);if(_0x1a332a===_0x17d97c)break;else _0x4580a0['push'](_0x4580a0['shift']());}catch(_0x549714){_0x4580a0['push'](_0x4580a0['shift']());}}}(_0x2744,0xabad3));function _0x17cb(_0x5543ed,_0x18d836){_0x5543ed=_0x5543ed-0x1c2;const _0x2744fd=_0x2744();let _0x17cbbd=_0x2744fd[_0x5543ed];return _0x17cbbd;}const e={'sheets-shape-ui':{'quickStyles':'クイックスタイル','imagePanel':{'crop':{'shape':'形状にトリミング'}},'permission':{'editErr':_0x5236c(0x1d8)},'title':'図形','insertShape':_0x5236c(0x1d1),'editShape':_0x5236c(0x1c3),'editText':_0x5236c(0x1d0),'deleteShape':_0x5236c(0x1c7),'formatShape':_0x5236c(0x1d5),'flipHorizontal':_0x5236c(0x1ce),'flipVertical':_0x5236c(0x1cf),'objectListPanel':{'title':_0x5236c(0x1c6),'open':_0x5236c(0x1c6),'empty':'オブジェクトがありません','showAll':'すべて表示','hideAll':'すべて非表示','show':'表示','hide':'非表示','moveForward':_0x5236c(0x1da),'moveBackward':_0x5236c(0x1c5),'close':_0x5236c(0x1d9),'name':'名前','nameInput':_0x5236c(0x1cc),'description':'説明','descriptionPlaceholder':_0x5236c(0x1dd),'details':'詳細','noSelection':_0x5236c(0x1d4)}}};module[_0x5236c(0x1c8)]=e;
1
+ function _0x368a(_0x406ae4,_0x3b9bfe){_0x406ae4=_0x406ae4-0xc7;const _0x625a3a=_0x625a();let _0x368a3f=_0x625a3a[_0x406ae4];return _0x368a3f;}const _0x3e7cb1=_0x368a;(function(_0x687766,_0x5642ef){const _0x1580a0=_0x368a,_0x22f3b6=_0x687766();while(!![]){try{const _0x6f4c86=-parseInt(_0x1580a0(0xe0))/0x1+parseInt(_0x1580a0(0xcc))/0x2+parseInt(_0x1580a0(0xd9))/0x3*(parseInt(_0x1580a0(0xca))/0x4)+-parseInt(_0x1580a0(0xcd))/0x5*(-parseInt(_0x1580a0(0xdd))/0x6)+parseInt(_0x1580a0(0xd2))/0x7+-parseInt(_0x1580a0(0xc8))/0x8+-parseInt(_0x1580a0(0xde))/0x9;if(_0x6f4c86===_0x5642ef)break;else _0x22f3b6['push'](_0x22f3b6['shift']());}catch(_0x3d1799){_0x22f3b6['push'](_0x22f3b6['shift']());}}}(_0x625a,0x78904));function _0x625a(){const _0x5ddafe=['847985yOKyVW','形状にトリミング','オブジェクト名','4048584EPkTOc','非表示','1393036jPOASc','詳細を編集するオブジェクトを選択','1558700pyijWF','1180790SSHQVO','すべて非表示','オブジェクトがありません','クイックスタイル','図形の書式設定','2593171zDmmtm','図形を削除','テキストを編集','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','上下反転','図形を編集','レイヤー','3NTOZOs','exports','左右反転','閉じる','12iCvbqK','1102428WJtEOD','図形の挿入'];_0x625a=function(){return _0x5ddafe;};return _0x625a();}const e={'sheets-shape-ui':{'quickStyles':_0x3e7cb1(0xd0),'imagePanel':{'crop':{'shape':_0x3e7cb1(0xe1)}},'permission':{'editErr':_0x3e7cb1(0xd5)},'title':'図形','insertShape':_0x3e7cb1(0xdf),'editShape':_0x3e7cb1(0xd7),'editText':_0x3e7cb1(0xd4),'deleteShape':_0x3e7cb1(0xd3),'formatShape':_0x3e7cb1(0xd1),'flipHorizontal':_0x3e7cb1(0xdb),'flipVertical':_0x3e7cb1(0xd6),'objectListPanel':{'title':'レイヤー','open':_0x3e7cb1(0xd8),'empty':_0x3e7cb1(0xcf),'showAll':'すべて表示','hideAll':_0x3e7cb1(0xce),'show':'表示','hide':_0x3e7cb1(0xc9),'moveForward':'前面へ移動','moveBackward':'背面へ移動','close':_0x3e7cb1(0xdc),'name':'名前','nameInput':_0x3e7cb1(0xc7),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x3e7cb1(0xcb)}}};module[_0x3e7cb1(0xda)]=e;
@@ -1 +1 @@
1
- const _0x126a6e=_0x3264;function _0x3264(_0xe406fc,_0x5deba1){_0xe406fc=_0xe406fc-0xc4;const _0x37635a=_0x3763();let _0x3264d7=_0x37635a[_0xe406fc];return _0x3264d7;}(function(_0x2cc925,_0x381acc){const _0x3d00ba=_0x3264,_0xc7c6f8=_0x2cc925();while(!![]){try{const _0x4bbc53=-parseInt(_0x3d00ba(0xc6))/0x1*(-parseInt(_0x3d00ba(0xc4))/0x2)+-parseInt(_0x3d00ba(0xd3))/0x3*(-parseInt(_0x3d00ba(0xc7))/0x4)+parseInt(_0x3d00ba(0xcd))/0x5+parseInt(_0x3d00ba(0xce))/0x6*(parseInt(_0x3d00ba(0xd2))/0x7)+-parseInt(_0x3d00ba(0xd0))/0x8*(-parseInt(_0x3d00ba(0xd5))/0x9)+-parseInt(_0x3d00ba(0xc9))/0xa+-parseInt(_0x3d00ba(0xd7))/0xb;if(_0x4bbc53===_0x381acc)break;else _0xc7c6f8['push'](_0xc7c6f8['shift']());}catch(_0x4d2509){_0xc7c6f8['push'](_0xc7c6f8['shift']());}}}(_0x3763,0x5f175));const e={'sheets-shape-ui':{'quickStyles':'빠른\x20스타일','imagePanel':{'crop':{'shape':_0x126a6e(0xd9)}},'permission':{'editErr':_0x126a6e(0xc5)},'title':'도형','insertShape':'도형\x20삽입','editShape':_0x126a6e(0xd6),'editText':_0x126a6e(0xca),'deleteShape':_0x126a6e(0xd4),'formatShape':_0x126a6e(0xd1),'flipHorizontal':'가로\x20뒤집기','flipVertical':_0x126a6e(0xdb),'objectListPanel':{'title':_0x126a6e(0xcf),'open':_0x126a6e(0xcf),'empty':'개체\x20없음','showAll':_0x126a6e(0xd8),'hideAll':_0x126a6e(0xcb),'show':'표시','hide':_0x126a6e(0xda),'moveForward':'앞으로\x20가져오기','moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':_0x126a6e(0xdd),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x126a6e(0xcc),'noSelection':_0x126a6e(0xc8)}}};module[_0x126a6e(0xdc)]=e;function _0x3763(){const _0x3903dc=['1703980DdJDlb','텍스트\x20편집','모두\x20숨기기','세부\x20정보','1906330Cvvanp','316734phPrWi','레이어','16pVcDxZ','도형\x20서식','21xLjyTv','619833KxCgSR','도형\x20삭제','164277QnmvbI','도형\x20편집','7248505iuHiSN','모두\x20표시','모양에\x20맞게\x20자르기','숨기기','세로\x20뒤집기','exports','개체\x20이름','872192UjsTPc','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','1MoqBZQ','4BYPsLP','세부\x20정보를\x20편집할\x20개체를\x20선택하세요'];_0x3763=function(){return _0x3903dc;};return _0x3763();}
1
+ function _0x107b(){const _0x2174fc=['모두\x20표시','7736HPsbqF','1489640PWOeNO','487335sSAolR','레이어','도형\x20서식','텍스트\x20편집','도형\x20삭제','앞으로\x20가져오기','exports','세부\x20정보','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','534129SvzcEJ','12AGgZjB','1127709hTcDxY','7658VaNBBE','26320923xqZshc','가로\x20뒤집기','모두\x20숨기기','빠른\x20스타일','숨기기','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','모양에\x20맞게\x20자르기','도형\x20편집','8519148iPRVMr','개체\x20없음','도형\x20삽입'];_0x107b=function(){return _0x2174fc;};return _0x107b();}const _0x5c35e5=_0x55f8;(function(_0x580805,_0x538fed){const _0x105101=_0x55f8,_0x9447a2=_0x580805();while(!![]){try{const _0x3e73da=parseInt(_0x105101(0x1ba))/0x1+-parseInt(_0x105101(0x1d4))/0x2*(parseInt(_0x105101(0x1d3))/0x3)+parseInt(_0x105101(0x1c9))/0x4+parseInt(_0x105101(0x1ca))/0x5+-parseInt(_0x105101(0x1c4))/0x6+parseInt(_0x105101(0x1bb))/0x7*(-parseInt(_0x105101(0x1c8))/0x8)+parseInt(_0x105101(0x1bc))/0x9;if(_0x3e73da===_0x538fed)break;else _0x9447a2['push'](_0x9447a2['shift']());}catch(_0x24fc23){_0x9447a2['push'](_0x9447a2['shift']());}}}(_0x107b,0xee4f7));const e={'sheets-shape-ui':{'quickStyles':_0x5c35e5(0x1bf),'imagePanel':{'crop':{'shape':_0x5c35e5(0x1c2)}},'permission':{'editErr':_0x5c35e5(0x1c1)},'title':'도형','insertShape':_0x5c35e5(0x1c6),'editShape':_0x5c35e5(0x1c3),'editText':_0x5c35e5(0x1cd),'deleteShape':_0x5c35e5(0x1ce),'formatShape':_0x5c35e5(0x1cc),'flipHorizontal':_0x5c35e5(0x1bd),'flipVertical':'세로\x20뒤집기','objectListPanel':{'title':_0x5c35e5(0x1cb),'open':_0x5c35e5(0x1cb),'empty':_0x5c35e5(0x1c5),'showAll':_0x5c35e5(0x1c7),'hideAll':_0x5c35e5(0x1be),'show':'표시','hide':_0x5c35e5(0x1c0),'moveForward':_0x5c35e5(0x1cf),'moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x5c35e5(0x1d1),'noSelection':_0x5c35e5(0x1d2)}}};function _0x55f8(_0x2dada2,_0x332c05){_0x2dada2=_0x2dada2-0x1ba;const _0x107b43=_0x107b();let _0x55f8f3=_0x107b43[_0x2dada2];return _0x55f8f3;}module[_0x5c35e5(0x1d0)]=e;
@@ -1 +1 @@
1
- const _0x4ef12a=_0x224f;(function(_0x49ef92,_0x5242fb){const _0x607630=_0x224f,_0xe551ff=_0x49ef92();while(!![]){try{const _0x31efae=parseInt(_0x607630(0x120))/0x1+-parseInt(_0x607630(0x12a))/0x2+parseInt(_0x607630(0x10f))/0x3+-parseInt(_0x607630(0x121))/0x4+-parseInt(_0x607630(0x11d))/0x5*(-parseInt(_0x607630(0x11e))/0x6)+-parseInt(_0x607630(0x122))/0x7*(-parseInt(_0x607630(0x10d))/0x8)+-parseInt(_0x607630(0x124))/0x9;if(_0x31efae===_0x5242fb)break;else _0xe551ff['push'](_0xe551ff['shift']());}catch(_0x3e362b){_0xe551ff['push'](_0xe551ff['shift']());}}}(_0x4cfe,0x5fa72));const e={'sheets-shape-ui':{'quickStyles':_0x4ef12a(0x126),'imagePanel':{'crop':{'shape':_0x4ef12a(0x111)}},'permission':{'editErr':_0x4ef12a(0x10e)},'title':_0x4ef12a(0x11b),'insertShape':_0x4ef12a(0x125),'editShape':'Edytuj\x20kształt','editText':_0x4ef12a(0x123),'deleteShape':_0x4ef12a(0x12b),'formatShape':_0x4ef12a(0x127),'flipHorizontal':_0x4ef12a(0x11c),'flipVertical':'Odbij\x20pionowo','objectListPanel':{'title':_0x4ef12a(0x129),'open':_0x4ef12a(0x129),'empty':'Brak\x20obiektów','showAll':_0x4ef12a(0x110),'hideAll':'Ukryj\x20wszystko','show':_0x4ef12a(0x11a),'hide':_0x4ef12a(0x113),'moveForward':_0x4ef12a(0x11f),'moveBackward':_0x4ef12a(0x119),'close':_0x4ef12a(0x114),'name':_0x4ef12a(0x116),'nameInput':_0x4ef12a(0x112),'description':_0x4ef12a(0x117),'descriptionPlaceholder':_0x4ef12a(0x115),'details':_0x4ef12a(0x128),'noSelection':_0x4ef12a(0x118)}}};function _0x4cfe(){const _0x2123da=['2582480mmXKYk','7KQKxQo','Edytuj\x20tekst','5211621hEgRnl','Wstaw\x20kształt','Szybkie\x20style','Formatuj\x20kształt','Szczegóły','Warstwy','856038gFlOdf','Usuń\x20kształt','1152712PqRXsV','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','1941630XCSTqu','Pokaż\x20wszystko','Przytnij\x20do\x20kształtu','Nazwa\x20obiektu','Ukryj','Zamknij','Dodaj\x20opis','Nazwa','Opis','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Przesuń\x20do\x20tyłu','Pokaż','Kształt','Odbij\x20poziomo','68240vDFuml','294TGePdB','Przesuń\x20do\x20przodu','584451JtPDCN'];_0x4cfe=function(){return _0x2123da;};return _0x4cfe();}function _0x224f(_0x1b7c3c,_0x330ce7){_0x1b7c3c=_0x1b7c3c-0x10d;const _0x4cfe44=_0x4cfe();let _0x224f22=_0x4cfe44[_0x1b7c3c];return _0x224f22;}module['exports']=e;
1
+ const _0x1e1320=_0x1786;function _0x3465(){const _0x243636=['Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Edytuj\x20tekst','45310VeQoOS','Przesuń\x20do\x20przodu','exports','Odbij\x20poziomo','Odbij\x20pionowo','1555205rjzXLy','Przytnij\x20do\x20kształtu','11184750UXowfw','Pokaż','Szczegóły','6576924aMEZNJ','Dodaj\x20opis','Usuń\x20kształt','Pokaż\x20wszystko','18wkhKdE','Ukryj','Szybkie\x20style','8hOBvZT','Nazwa\x20obiektu','Ukryj\x20wszystko','Kształt','8742818WIWUof','4jVTPuJ','Zamknij','Formatuj\x20kształt','Warstwy','Opis','Wstaw\x20kształt','63335ubnGSB','478155DxGfqB','1441MXAEeB'];_0x3465=function(){return _0x243636;};return _0x3465();}(function(_0x229cdd,_0x4e1157){const _0x2fa981=_0x1786,_0x542fdf=_0x229cdd();while(!![]){try{const _0x58d89e=-parseInt(_0x2fa981(0xfc))/0x1*(parseInt(_0x2fa981(0xee))/0x2)+parseInt(_0x2fa981(0xfd))/0x3+parseInt(_0x2fa981(0xf6))/0x4*(parseInt(_0x2fa981(0xe5))/0x5)+-parseInt(_0x2fa981(0xea))/0x6+-parseInt(_0x2fa981(0xf5))/0x7*(-parseInt(_0x2fa981(0xf1))/0x8)+parseInt(_0x2fa981(0xe7))/0x9+-parseInt(_0x2fa981(0xe0))/0xa*(parseInt(_0x2fa981(0xdd))/0xb);if(_0x58d89e===_0x4e1157)break;else _0x542fdf['push'](_0x542fdf['shift']());}catch(_0x6b0dda){_0x542fdf['push'](_0x542fdf['shift']());}}}(_0x3465,0xab7d4));function _0x1786(_0x46ba6a,_0xb790f8){_0x46ba6a=_0x46ba6a-0xdd;const _0x346529=_0x3465();let _0x17860b=_0x346529[_0x46ba6a];return _0x17860b;}const e={'sheets-shape-ui':{'quickStyles':_0x1e1320(0xf0),'imagePanel':{'crop':{'shape':_0x1e1320(0xe6)}},'permission':{'editErr':_0x1e1320(0xde)},'title':_0x1e1320(0xf4),'insertShape':_0x1e1320(0xfb),'editShape':'Edytuj\x20kształt','editText':_0x1e1320(0xdf),'deleteShape':_0x1e1320(0xec),'formatShape':_0x1e1320(0xf8),'flipHorizontal':_0x1e1320(0xe3),'flipVertical':_0x1e1320(0xe4),'objectListPanel':{'title':_0x1e1320(0xf9),'open':_0x1e1320(0xf9),'empty':'Brak\x20obiektów','showAll':_0x1e1320(0xed),'hideAll':_0x1e1320(0xf3),'show':_0x1e1320(0xe8),'hide':_0x1e1320(0xef),'moveForward':_0x1e1320(0xe1),'moveBackward':'Przesuń\x20do\x20tyłu','close':_0x1e1320(0xf7),'name':'Nazwa','nameInput':_0x1e1320(0xf2),'description':_0x1e1320(0xfa),'descriptionPlaceholder':_0x1e1320(0xeb),'details':_0x1e1320(0xe9),'noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};module[_0x1e1320(0xe2)]=e;
@@ -1 +1 @@
1
- const _0x28c1b5=_0x40f8;(function(_0x312cdb,_0x7f655b){const _0x256e47=_0x40f8,_0x4a1f50=_0x312cdb();while(!![]){try{const _0x390762=parseInt(_0x256e47(0x18f))/0x1*(parseInt(_0x256e47(0x193))/0x2)+parseInt(_0x256e47(0x18d))/0x3*(parseInt(_0x256e47(0x180))/0x4)+parseInt(_0x256e47(0x195))/0x5*(-parseInt(_0x256e47(0x174))/0x6)+parseInt(_0x256e47(0x186))/0x7+-parseInt(_0x256e47(0x181))/0x8*(-parseInt(_0x256e47(0x17f))/0x9)+parseInt(_0x256e47(0x192))/0xa*(parseInt(_0x256e47(0x176))/0xb)+-parseInt(_0x256e47(0x17c))/0xc*(parseInt(_0x256e47(0x175))/0xd);if(_0x390762===_0x7f655b)break;else _0x4a1f50['push'](_0x4a1f50['shift']());}catch(_0x107a73){_0x4a1f50['push'](_0x4a1f50['shift']());}}}(_0x506e,0x2e43f));function _0x40f8(_0x3d0b7c,_0x243697){_0x3d0b7c=_0x3d0b7c-0x174;const _0x506e84=_0x506e();let _0x40f8ab=_0x506e84[_0x3d0b7c];return _0x40f8ab;}const e={'sheets-shape-ui':{'quickStyles':_0x28c1b5(0x179),'imagePanel':{'crop':{'shape':_0x28c1b5(0x17b)}},'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':_0x28c1b5(0x184),'insertShape':_0x28c1b5(0x178),'editShape':_0x28c1b5(0x185),'editText':_0x28c1b5(0x190),'deleteShape':_0x28c1b5(0x17e),'formatShape':_0x28c1b5(0x18e),'flipHorizontal':_0x28c1b5(0x18b),'flipVertical':_0x28c1b5(0x18a),'objectListPanel':{'title':_0x28c1b5(0x17d),'open':_0x28c1b5(0x17d),'empty':'Nenhum\x20objeto','showAll':_0x28c1b5(0x18c),'hideAll':_0x28c1b5(0x182),'show':_0x28c1b5(0x177),'hide':_0x28c1b5(0x189),'moveForward':'Trazer\x20para\x20frente','moveBackward':'Enviar\x20para\x20trás','close':_0x28c1b5(0x191),'name':_0x28c1b5(0x194),'nameInput':_0x28c1b5(0x188),'description':_0x28c1b5(0x17a),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0x28c1b5(0x187),'noSelection':_0x28c1b5(0x183)}}};module['exports']=e;function _0x506e(){const _0x2ab748=['Ocultar\x20tudo','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Forma','Editar\x20forma','854945xDSDoU','Detalhes','Nome\x20do\x20objeto','Ocultar','Inverter\x20verticalmente','Inverter\x20horizontalmente','Mostrar\x20tudo','66lMHtUC','Formatar\x20forma','97479xfwsyA','Editar\x20texto','Fechar','2962310jzrsmY','2COzeAR','Nome','10OaBqTg','618672TQNliB','3110861JRjNLm','11kuZttE','Mostrar','Inserir\x20forma','Estilos\x20rápidos','Descrição','Cortar\x20para\x20forma','24OlWoMp','Camadas','Excluir\x20forma','466038rQyJQk','8688yjbTnD','48MJAuhA'];_0x506e=function(){return _0x2ab748;};return _0x506e();}
1
+ const _0x5d8324=_0x20e2;(function(_0x53504d,_0xfe0169){const _0x38f038=_0x20e2,_0x271f6b=_0x53504d();while(!![]){try{const _0xe42479=parseInt(_0x38f038(0x19c))/0x1+parseInt(_0x38f038(0x19f))/0x2+-parseInt(_0x38f038(0x1a6))/0x3+parseInt(_0x38f038(0x198))/0x4+parseInt(_0x38f038(0x1a9))/0x5*(-parseInt(_0x38f038(0x19a))/0x6)+-parseInt(_0x38f038(0x195))/0x7+parseInt(_0x38f038(0x1a7))/0x8*(parseInt(_0x38f038(0x191))/0x9);if(_0xe42479===_0xfe0169)break;else _0x271f6b['push'](_0x271f6b['shift']());}catch(_0x8b7ae6){_0x271f6b['push'](_0x271f6b['shift']());}}}(_0x1bf9,0x2062e));const e={'sheets-shape-ui':{'quickStyles':_0x5d8324(0x194),'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':_0x5d8324(0x197),'insertShape':_0x5d8324(0x1ac),'editShape':_0x5d8324(0x193),'editText':_0x5d8324(0x1aa),'deleteShape':'Excluir\x20forma','formatShape':_0x5d8324(0x19d),'flipHorizontal':_0x5d8324(0x1a0),'flipVertical':_0x5d8324(0x1ab),'objectListPanel':{'title':_0x5d8324(0x1a3),'open':_0x5d8324(0x1a3),'empty':_0x5d8324(0x1a4),'showAll':_0x5d8324(0x1a8),'hideAll':_0x5d8324(0x1a1),'show':'Mostrar','hide':'Ocultar','moveForward':'Trazer\x20para\x20frente','moveBackward':_0x5d8324(0x19e),'close':'Fechar','name':_0x5d8324(0x1ad),'nameInput':_0x5d8324(0x19b),'description':_0x5d8324(0x1a2),'descriptionPlaceholder':_0x5d8324(0x192),'details':_0x5d8324(0x196),'noSelection':_0x5d8324(0x199)}}};function _0x20e2(_0x21e9c5,_0x4ead60){_0x21e9c5=_0x21e9c5-0x191;const _0x1bf93e=_0x1bf9();let _0x20e24b=_0x1bf93e[_0x21e9c5];return _0x20e24b;}module[_0x5d8324(0x1a5)]=e;function _0x1bf9(){const _0x23722a=['260034fJZySq','Formatar\x20forma','Enviar\x20para\x20trás','428686BYOUfv','Inverter\x20horizontalmente','Ocultar\x20tudo','Descrição','Camadas','Nenhum\x20objeto','exports','731538CbSNGA','2408336ztpOKa','Mostrar\x20tudo','30825tNKzkS','Editar\x20texto','Inverter\x20verticalmente','Inserir\x20forma','Nome','9eJtLBN','Adicionar\x20descrição','Editar\x20forma','Estilos\x20rápidos','1769992VzkTLP','Detalhes','Forma','352828yarLbo','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','228fSuTAk','Nome\x20do\x20objeto'];_0x1bf9=function(){return _0x23722a;};return _0x1bf9();}
@@ -1 +1 @@
1
- const _0x5c3329=_0x549c;(function(_0x2e0e4c,_0x1b1ac3){const _0x4b0f29=_0x549c,_0xc8dd09=_0x2e0e4c();while(!![]){try{const _0x1e9cd9=parseInt(_0x4b0f29(0xab))/0x1+-parseInt(_0x4b0f29(0x9f))/0x2*(-parseInt(_0x4b0f29(0xa8))/0x3)+-parseInt(_0x4b0f29(0xa9))/0x4*(parseInt(_0x4b0f29(0xae))/0x5)+-parseInt(_0x4b0f29(0xa3))/0x6+parseInt(_0x4b0f29(0x96))/0x7*(-parseInt(_0x4b0f29(0xaf))/0x8)+-parseInt(_0x4b0f29(0x98))/0x9*(parseInt(_0x4b0f29(0xa7))/0xa)+parseInt(_0x4b0f29(0x9b))/0xb;if(_0x1e9cd9===_0x1b1ac3)break;else _0xc8dd09['push'](_0xc8dd09['shift']());}catch(_0x762ef8){_0xc8dd09['push'](_0xc8dd09['shift']());}}}(_0x19b4,0x545d6));function _0x549c(_0x12c51c,_0x141b9b){_0x12c51c=_0x12c51c-0x94;const _0x19b47e=_0x19b4();let _0x549c06=_0x19b47e[_0x12c51c];return _0x549c06;}const e={'sheets-shape-ui':{'quickStyles':_0x5c3329(0xad),'imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':_0x5c3329(0xa4),'insertShape':'Вставить\x20фигуру','editShape':'Редактировать\x20фигуру','editText':_0x5c3329(0xaa),'deleteShape':'Удалить\x20фигуру','formatShape':_0x5c3329(0xb0),'flipHorizontal':_0x5c3329(0x95),'flipVertical':_0x5c3329(0xa1),'objectListPanel':{'title':_0x5c3329(0xa0),'open':_0x5c3329(0xa0),'empty':'Нет\x20объектов','showAll':_0x5c3329(0x9e),'hideAll':_0x5c3329(0x94),'show':_0x5c3329(0x9c),'hide':_0x5c3329(0x99),'moveForward':'Переместить\x20вперед','moveBackward':'Переместить\x20назад','close':_0x5c3329(0xa5),'name':_0x5c3329(0x9d),'nameInput':_0x5c3329(0x9a),'description':_0x5c3329(0xa6),'descriptionPlaceholder':_0x5c3329(0x97),'details':_0x5c3329(0xa2),'noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};function _0x19b4(){const _0xb8de74=['3448812UTqsRH','Фигура','Закрыть','Описание','6620cBrnWL','33qsvJhf','988532yYuvTx','Редактировать\x20текст','637520XPIpuP','exports','Быстрые\x20стили','5rMeGVQ','1565752gfgEaQ','Форматировать\x20фигуру','Скрыть\x20все','Отразить\x20по\x20горизонтали','14oLHBxj','Добавить\x20описание','234RtKdCf','Скрыть','Имя\x20объекта','7090644ujdqeq','Показать','Имя','Показать\x20все','53458IvqwIv','Слои','Отразить\x20по\x20вертикали','Сведения'];_0x19b4=function(){return _0xb8de74;};return _0x19b4();}module[_0x5c3329(0xac)]=e;
1
+ const _0x4e484f=_0x40f0;(function(_0x6b2acc,_0x136924){const _0x1a5cf8=_0x40f0,_0x29c660=_0x6b2acc();while(!![]){try{const _0x2edd4d=-parseInt(_0x1a5cf8(0x1f9))/0x1+-parseInt(_0x1a5cf8(0x202))/0x2*(parseInt(_0x1a5cf8(0x1f0))/0x3)+-parseInt(_0x1a5cf8(0x205))/0x4*(parseInt(_0x1a5cf8(0x1f1))/0x5)+-parseInt(_0x1a5cf8(0x1fa))/0x6+-parseInt(_0x1a5cf8(0x1f5))/0x7+-parseInt(_0x1a5cf8(0x1f2))/0x8+-parseInt(_0x1a5cf8(0x203))/0x9*(-parseInt(_0x1a5cf8(0x1fb))/0xa);if(_0x2edd4d===_0x136924)break;else _0x29c660['push'](_0x29c660['shift']());}catch(_0x5caac0){_0x29c660['push'](_0x29c660['shift']());}}}(_0x4f10,0x3f323));function _0x40f0(_0x4f7718,_0x4d9eef){_0x4f7718=_0x4f7718-0x1ec;const _0x4f1025=_0x4f10();let _0x40f0be=_0x4f1025[_0x4f7718];return _0x40f0be;}const e={'sheets-shape-ui':{'quickStyles':'Быстрые\x20стили','imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':_0x4e484f(0x204)},'title':_0x4e484f(0x1f7),'insertShape':'Вставить\x20фигуру','editShape':_0x4e484f(0x1ef),'editText':_0x4e484f(0x206),'deleteShape':_0x4e484f(0x1ff),'formatShape':_0x4e484f(0x1fd),'flipHorizontal':_0x4e484f(0x1f6),'flipVertical':'Отразить\x20по\x20вертикали','objectListPanel':{'title':_0x4e484f(0x1f3),'open':'Слои','empty':'Нет\x20объектов','showAll':_0x4e484f(0x1f8),'hideAll':_0x4e484f(0x1ed),'show':_0x4e484f(0x1ee),'hide':_0x4e484f(0x1fc),'moveForward':_0x4e484f(0x200),'moveBackward':'Переместить\x20назад','close':'Закрыть','name':'Имя','nameInput':_0x4e484f(0x1f4),'description':_0x4e484f(0x201),'descriptionPlaceholder':_0x4e484f(0x1ec),'details':'Сведения','noSelection':_0x4e484f(0x1fe)}}};function _0x4f10(){const _0x41053c=['Удалить\x20фигуру','Переместить\x20вперед','Описание','68fvPZOt','9mAbaGl','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','903776WyJdLc','Редактировать\x20текст','exports','Добавить\x20описание','Скрыть\x20все','Показать','Редактировать\x20фигуру','39876XXdGOp','5pWrsnZ','2393736AWkhuP','Слои','Имя\x20объекта','1825698DfUOeA','Отразить\x20по\x20горизонтали','Фигура','Показать\x20все','372845IcMBwi','2996664YYGhGx','23690430RUXgQl','Скрыть','Форматировать\x20фигуру','Выберите\x20объект\x20для\x20редактирования\x20сведений'];_0x4f10=function(){return _0x41053c;};return _0x4f10();}module[_0x4e484f(0x207)]=e;
@@ -1 +1 @@
1
- function _0x368d(_0x556f22,_0x439fc0){_0x556f22=_0x556f22-0xc4;const _0x26311e=_0x2631();let _0x368d02=_0x26311e[_0x556f22];return _0x368d02;}const _0x5ebe83=_0x368d;(function(_0x465199,_0xadeaee){const _0x4b78cc=_0x368d,_0x3fe0d4=_0x465199();while(!![]){try{const _0x1a7cb2=-parseInt(_0x4b78cc(0xd2))/0x1*(-parseInt(_0x4b78cc(0xc7))/0x2)+-parseInt(_0x4b78cc(0xd5))/0x3*(-parseInt(_0x4b78cc(0xce))/0x4)+-parseInt(_0x4b78cc(0xd0))/0x5+parseInt(_0x4b78cc(0xcf))/0x6*(-parseInt(_0x4b78cc(0xdf))/0x7)+parseInt(_0x4b78cc(0xc8))/0x8*(-parseInt(_0x4b78cc(0xcd))/0x9)+parseInt(_0x4b78cc(0xd6))/0xa+-parseInt(_0x4b78cc(0xcb))/0xb*(-parseInt(_0x4b78cc(0xc6))/0xc);if(_0x1a7cb2===_0xadeaee)break;else _0x3fe0d4['push'](_0x3fe0d4['shift']());}catch(_0x2d36f0){_0x3fe0d4['push'](_0x3fe0d4['shift']());}}}(_0x2631,0x8340b));function _0x2631(){const _0x4a9f3b=['17640LScaSu','12QjffTG','8HOpcQo','Popis','Rýchle\x20štýly','2530ErGxEl','Názov\x20objektu','4359573dKOfvG','12940bBaKIv','4266mpPUtm','2058640upEmHF','Posunúť\x20dopredu','106856tvITwd','Upraviť\x20tvar','exports','138EmMaCq','8951090vEqzHf','Žiadne\x20objekty','Vrstvy','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Podrobnosti','Upraviť\x20text','Skryť','Zavrieť','Názov','5803ylZDjG','Oříznout\x20podle\x20tvaru','Formátovať\x20tvar','Prevrátiť\x20vodorovne','Zobraziť'];_0x2631=function(){return _0x4a9f3b;};return _0x2631();}const e={'sheets-shape-ui':{'quickStyles':_0x5ebe83(0xca),'imagePanel':{'crop':{'shape':_0x5ebe83(0xe0)}},'permission':{'editErr':_0x5ebe83(0xd9)},'title':'Tvar','insertShape':'Vložiť\x20tvar','editShape':_0x5ebe83(0xd3),'editText':_0x5ebe83(0xdb),'deleteShape':'Odstrániť\x20tvar','formatShape':_0x5ebe83(0xe1),'flipHorizontal':_0x5ebe83(0xc4),'flipVertical':'Prevrátiť\x20zvislo','objectListPanel':{'title':_0x5ebe83(0xd8),'open':_0x5ebe83(0xd8),'empty':_0x5ebe83(0xd7),'showAll':'Zobraziť\x20všetko','hideAll':'Skryť\x20všetko','show':_0x5ebe83(0xc5),'hide':_0x5ebe83(0xdc),'moveForward':_0x5ebe83(0xd1),'moveBackward':'Posunúť\x20dozadu','close':_0x5ebe83(0xdd),'name':_0x5ebe83(0xde),'nameInput':_0x5ebe83(0xcc),'description':_0x5ebe83(0xc9),'descriptionPlaceholder':'Pridat\x20popis','details':_0x5ebe83(0xda),'noSelection':'Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť'}}};module[_0x5ebe83(0xd4)]=e;
1
+ const _0x52e6fd=_0x12f9;function _0x12f9(_0x357c27,_0x5556b0){_0x357c27=_0x357c27-0x15a;const _0x1237d8=_0x1237();let _0x12f98c=_0x1237d8[_0x357c27];return _0x12f98c;}(function(_0xaee834,_0x226ca4){const _0x4d93d7=_0x12f9,_0x37308a=_0xaee834();while(!![]){try{const _0x2fd53f=parseInt(_0x4d93d7(0x15b))/0x1*(parseInt(_0x4d93d7(0x172))/0x2)+parseInt(_0x4d93d7(0x16e))/0x3*(-parseInt(_0x4d93d7(0x175))/0x4)+-parseInt(_0x4d93d7(0x164))/0x5+-parseInt(_0x4d93d7(0x166))/0x6*(-parseInt(_0x4d93d7(0x15c))/0x7)+-parseInt(_0x4d93d7(0x176))/0x8+parseInt(_0x4d93d7(0x168))/0x9*(parseInt(_0x4d93d7(0x16a))/0xa)+-parseInt(_0x4d93d7(0x171))/0xb*(-parseInt(_0x4d93d7(0x178))/0xc);if(_0x2fd53f===_0x226ca4)break;else _0x37308a['push'](_0x37308a['shift']());}catch(_0x4d76a4){_0x37308a['push'](_0x37308a['shift']());}}}(_0x1237,0xeb33e));function _0x1237(){const _0xd3e8ec=['9313073ocRNSD','873008hVRGYj','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Prevrátiť\x20vodorovne','50124hESwAC','14311984vghUWp','Zobraziť','36gXvLer','Žiadne\x20objekty','Zavrieť','3ZCrNAM','7GzlPCO','exports','Vrstvy','Pridat\x20popis','Prevrátiť\x20zvislo','Rýchle\x20štýly','Vložiť\x20tvar','Posunúť\x20dopredu','7986795zgbXmH','Oříznout\x20podle\x20tvaru','11209452CvoZaO','Podrobnosti','4492647IXRFJE','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','10GQeAIw','Zobraziť\x20všetko','Skryť\x20všetko','Názov','447AAvhbk','Skryť','Upraviť\x20tvar'];_0x1237=function(){return _0xd3e8ec;};return _0x1237();}const e={'sheets-shape-ui':{'quickStyles':_0x52e6fd(0x161),'imagePanel':{'crop':{'shape':_0x52e6fd(0x165)}},'permission':{'editErr':_0x52e6fd(0x169)},'title':'Tvar','insertShape':_0x52e6fd(0x162),'editShape':_0x52e6fd(0x170),'editText':'Upraviť\x20text','deleteShape':'Odstrániť\x20tvar','formatShape':'Formátovať\x20tvar','flipHorizontal':_0x52e6fd(0x174),'flipVertical':_0x52e6fd(0x160),'objectListPanel':{'title':'Vrstvy','open':_0x52e6fd(0x15e),'empty':_0x52e6fd(0x179),'showAll':_0x52e6fd(0x16b),'hideAll':_0x52e6fd(0x16c),'show':_0x52e6fd(0x177),'hide':_0x52e6fd(0x16f),'moveForward':_0x52e6fd(0x163),'moveBackward':'Posunúť\x20dozadu','close':_0x52e6fd(0x15a),'name':_0x52e6fd(0x16d),'nameInput':'Názov\x20objektu','description':'Popis','descriptionPlaceholder':_0x52e6fd(0x15f),'details':_0x52e6fd(0x167),'noSelection':_0x52e6fd(0x173)}}};module[_0x52e6fd(0x15d)]=e;
@@ -1 +1 @@
1
- const _0x3adcf3=_0x2295;(function(_0x3a1648,_0x1e7998){const _0x3ed433=_0x2295,_0xee6567=_0x3a1648();while(!![]){try{const _0x363f61=-parseInt(_0x3ed433(0x1fb))/0x1+parseInt(_0x3ed433(0x1f9))/0x2+-parseInt(_0x3ed433(0x1f8))/0x3+parseInt(_0x3ed433(0x1ed))/0x4+parseInt(_0x3ed433(0x1fa))/0x5+parseInt(_0x3ed433(0x1ec))/0x6+parseInt(_0x3ed433(0x202))/0x7*(-parseInt(_0x3ed433(0x1f7))/0x8);if(_0x363f61===_0x1e7998)break;else _0xee6567['push'](_0xee6567['shift']());}catch(_0x9b875c){_0xee6567['push'](_0xee6567['shift']());}}}(_0x3719,0xdcbcb));const e={'sheets-shape-ui':{'quickStyles':'Kiểu\x20nhanh','imagePanel':{'crop':{'shape':_0x3adcf3(0x1ff)}},'permission':{'editErr':_0x3adcf3(0x1f2)},'title':'Hình\x20dạng','insertShape':_0x3adcf3(0x1f4),'editShape':'Chỉnh\x20sửa\x20hình\x20dạng','editText':'Chỉnh\x20sửa\x20văn\x20bản','deleteShape':_0x3adcf3(0x1eb),'formatShape':_0x3adcf3(0x1f3),'flipHorizontal':'Lật\x20ngang','flipVertical':_0x3adcf3(0x200),'objectListPanel':{'title':'Lớp','open':'Lớp','empty':_0x3adcf3(0x1f0),'showAll':_0x3adcf3(0x1f1),'hideAll':_0x3adcf3(0x204),'show':_0x3adcf3(0x1fc),'hide':'Ẩn','moveForward':_0x3adcf3(0x1f6),'moveBackward':_0x3adcf3(0x1ea),'close':_0x3adcf3(0x203),'name':_0x3adcf3(0x201),'nameInput':_0x3adcf3(0x1fe),'description':_0x3adcf3(0x1fd),'descriptionPlaceholder':_0x3adcf3(0x1f5),'details':'Chi\x20tiết','noSelection':_0x3adcf3(0x1ee)}}};function _0x3719(){const _0x37afd3=['9932526HUJsAv','6767744vpJMkP','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','exports','Chưa\x20có\x20đối\x20tượng','Hiển\x20thị\x20tất\x20cả','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','Chèn\x20hình\x20dạng','Them\x20mo\x20ta','Đưa\x20lên\x20trên','21544yOAcGe','4997760Fgijmz','1344948SzXeQq','1727805jJKgaL','1474866oNRVup','Hiện','Mô\x20tả','Tên\x20đối\x20tượng','Cắt\x20theo\x20hình\x20dạng','Lật\x20dọc','Tên','833XwNTwy','Đóng','Ẩn\x20tất\x20cả','Đưa\x20xuống\x20dưới','Xóa\x20hình\x20dạng'];_0x3719=function(){return _0x37afd3;};return _0x3719();}function _0x2295(_0x3ebff6,_0x1d98b8){_0x3ebff6=_0x3ebff6-0x1ea;const _0x3719ff=_0x3719();let _0x229571=_0x3719ff[_0x3ebff6];return _0x229571;}module[_0x3adcf3(0x1ef)]=e;
1
+ function _0xebb1(){const _0x547eef=['581bVuOAk','46152tzQyjg','190IRFNgH','1158049csUGfs','Tên\x20đối\x20tượng','4189772WwZxKv','2049780MznpuU','Tên','Mô\x20tả','Lật\x20dọc','Chèn\x20hình\x20dạng','1794DNGriq','1432ljQmNx','Hình\x20dạng','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.','Chỉnh\x20sửa\x20hình\x20dạng','Xóa\x20hình\x20dạng','Chưa\x20có\x20đối\x20tượng','Đưa\x20xuống\x20dưới','Ẩn\x20tất\x20cả','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Lớp','Định\x20dạng\x20hình\x20dạng','81XknPgI','Đưa\x20lên\x20trên','1682703arrLbm','33486AxMsCg','Hiển\x20thị\x20tất\x20cả','Lật\x20ngang'];_0xebb1=function(){return _0x547eef;};return _0xebb1();}const _0x1b5ab7=_0x410a;(function(_0x587f66,_0x5beb7f){const _0x474113=_0x410a,_0x20bc0c=_0x587f66();while(!![]){try{const _0x5053a4=parseInt(_0x474113(0xce))/0x1+parseInt(_0x474113(0xba))/0x2*(parseInt(_0x474113(0xb9))/0x3)+parseInt(_0x474113(0xd0))/0x4+parseInt(_0x474113(0xd1))/0x5+parseInt(_0x474113(0xc8))/0x6*(parseInt(_0x474113(0xcb))/0x7)+-parseInt(_0x474113(0xcc))/0x8*(-parseInt(_0x474113(0xc5))/0x9)+parseInt(_0x474113(0xcd))/0xa*(-parseInt(_0x474113(0xc7))/0xb);if(_0x5053a4===_0x5beb7f)break;else _0x20bc0c['push'](_0x20bc0c['shift']());}catch(_0x3f12f3){_0x20bc0c['push'](_0x20bc0c['shift']());}}}(_0xebb1,0x9f3f1));const e={'sheets-shape-ui':{'quickStyles':'Kiểu\x20nhanh','imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x1b5ab7(0xbc)},'title':_0x1b5ab7(0xbb),'insertShape':_0x1b5ab7(0xb8),'editShape':_0x1b5ab7(0xbd),'editText':'Chỉnh\x20sửa\x20văn\x20bản','deleteShape':_0x1b5ab7(0xbe),'formatShape':_0x1b5ab7(0xc4),'flipHorizontal':_0x1b5ab7(0xca),'flipVertical':_0x1b5ab7(0xb7),'objectListPanel':{'title':_0x1b5ab7(0xc3),'open':_0x1b5ab7(0xc3),'empty':_0x1b5ab7(0xbf),'showAll':_0x1b5ab7(0xc9),'hideAll':_0x1b5ab7(0xc1),'show':'Hiện','hide':'Ẩn','moveForward':_0x1b5ab7(0xc6),'moveBackward':_0x1b5ab7(0xc0),'close':'Đóng','name':_0x1b5ab7(0xd2),'nameInput':_0x1b5ab7(0xcf),'description':_0x1b5ab7(0xd3),'descriptionPlaceholder':'Them\x20mo\x20ta','details':'Chi\x20tiết','noSelection':_0x1b5ab7(0xc2)}}};function _0x410a(_0x10623a,_0x239ef2){_0x10623a=_0x10623a-0xb7;const _0xebb1cc=_0xebb1();let _0x410a21=_0xebb1cc[_0x10623a];return _0x410a21;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x3f4ccf=_0x5d4a;function _0x5d4a(_0x16226e,_0x49227f){_0x16226e=_0x16226e-0x14a;const _0x588b25=_0x588b();let _0x5d4a65=_0x588b25[_0x16226e];return _0x5d4a65;}(function(_0x15a1f8,_0x16b4a8){const _0x178534=_0x5d4a,_0x7f5956=_0x15a1f8();while(!![]){try{const _0x5de134=-parseInt(_0x178534(0x151))/0x1+parseInt(_0x178534(0x152))/0x2+-parseInt(_0x178534(0x154))/0x3+parseInt(_0x178534(0x156))/0x4+-parseInt(_0x178534(0x14e))/0x5+-parseInt(_0x178534(0x160))/0x6+parseInt(_0x178534(0x15f))/0x7*(parseInt(_0x178534(0x158))/0x8);if(_0x5de134===_0x16b4a8)break;else _0x7f5956['push'](_0x7f5956['shift']());}catch(_0x56f34a){_0x7f5956['push'](_0x7f5956['shift']());}}}(_0x588b,0x650cd));const e={'sheets-shape-ui':{'quickStyles':_0x3f4ccf(0x15c),'imagePanel':{'crop':{'shape':_0x3f4ccf(0x15b)}},'permission':{'editErr':_0x3f4ccf(0x150)},'title':'形状','insertShape':_0x3f4ccf(0x15d),'editShape':_0x3f4ccf(0x14b),'editText':'编辑文字','deleteShape':_0x3f4ccf(0x15e),'formatShape':_0x3f4ccf(0x155),'flipHorizontal':_0x3f4ccf(0x161),'flipVertical':_0x3f4ccf(0x159),'objectListPanel':{'title':'图层','open':'图层','empty':_0x3f4ccf(0x14c),'showAll':_0x3f4ccf(0x153),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x3f4ccf(0x14f),'moveBackward':_0x3f4ccf(0x15a),'close':'关闭','name':'名称','nameInput':_0x3f4ccf(0x14d),'description':'描述','descriptionPlaceholder':_0x3f4ccf(0x14a),'details':'详情','noSelection':_0x3f4ccf(0x157)}}};module['exports']=e;function _0x588b(){const _0x58b80a=['插入形状','删除形状','57813XVTyOt','2570544sIqzwF','水平翻转','添加描述','编辑形状','暂无对象','对象名称','1920585LpvAUl','上移一层','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','318614DLlNSa','803092wmjrcl','全部显示','1610307ouaQKR','格式化形状','47844aDULAL','选择对象以编辑详情','1616qUGNwV','垂直翻转','下移一层','裁剪为形状','快捷样式'];_0x588b=function(){return _0x58b80a;};return _0x588b();}
1
+ const _0x34cf5b=_0x1fca;function _0x49dc(){const _0x4acdca=['裁剪为形状','544870TkqTNZ','8972272XzURQM','上移一层','下移一层','3506028xclCmX','2792624QQVGjB','快捷样式','exports','388038wzWAgt','45EpgTnu','插入形状','删除形状','全部显示','全部隐藏','对象名称','20GxvlNd','暂无对象','水平翻转','8751060bHSDot','7kkedpY','编辑形状','781331GrTdLe','编辑文字'];_0x49dc=function(){return _0x4acdca;};return _0x49dc();}(function(_0x2a5e05,_0x2cd4c1){const _0x52cb84=_0x1fca,_0x1f469a=_0x2a5e05();while(!![]){try{const _0x3e2763=-parseInt(_0x52cb84(0xc4))/0x1+parseInt(_0x52cb84(0xc7))/0x2+-parseInt(_0x52cb84(0xcb))/0x3+-parseInt(_0x52cb84(0xcc))/0x4+parseInt(_0x52cb84(0xbe))/0x5*(-parseInt(_0x52cb84(0xb7))/0x6)+-parseInt(_0x52cb84(0xc2))/0x7*(parseInt(_0x52cb84(0xc8))/0x8)+-parseInt(_0x52cb84(0xb8))/0x9*(-parseInt(_0x52cb84(0xc1))/0xa);if(_0x3e2763===_0x2cd4c1)break;else _0x1f469a['push'](_0x1f469a['shift']());}catch(_0x1f3b32){_0x1f469a['push'](_0x1f469a['shift']());}}}(_0x49dc,0x97438));const e={'sheets-shape-ui':{'quickStyles':_0x34cf5b(0xb5),'imagePanel':{'crop':{'shape':_0x34cf5b(0xc6)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x34cf5b(0xb9),'editShape':_0x34cf5b(0xc3),'editText':_0x34cf5b(0xc5),'deleteShape':_0x34cf5b(0xba),'formatShape':'格式化形状','flipHorizontal':_0x34cf5b(0xc0),'flipVertical':'垂直翻转','objectListPanel':{'title':'图层','open':'图层','empty':_0x34cf5b(0xbf),'showAll':_0x34cf5b(0xbb),'hideAll':_0x34cf5b(0xbc),'show':'显示','hide':'隐藏','moveForward':_0x34cf5b(0xc9),'moveBackward':_0x34cf5b(0xca),'close':'关闭','name':'名称','nameInput':_0x34cf5b(0xbd),'description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':'选择对象以编辑详情'}}};function _0x1fca(_0x1ddd2c,_0x9c79e0){_0x1ddd2c=_0x1ddd2c-0xb5;const _0x49dc74=_0x49dc();let _0x1fca45=_0x49dc74[_0x1ddd2c];return _0x1fca45;}module[_0x34cf5b(0xb6)]=e;
@@ -1 +1 @@
1
- const _0x4d9466=_0x1efd;(function(_0x587a6e,_0x425709){const _0x261bff=_0x1efd,_0x23a7c4=_0x587a6e();while(!![]){try{const _0x29fa34=parseInt(_0x261bff(0xc4))/0x1*(-parseInt(_0x261bff(0xc7))/0x2)+-parseInt(_0x261bff(0xc8))/0x3*(parseInt(_0x261bff(0xd5))/0x4)+-parseInt(_0x261bff(0xd8))/0x5+parseInt(_0x261bff(0xd6))/0x6*(-parseInt(_0x261bff(0xcb))/0x7)+-parseInt(_0x261bff(0xcd))/0x8*(-parseInt(_0x261bff(0xcc))/0x9)+parseInt(_0x261bff(0xda))/0xa*(parseInt(_0x261bff(0xc2))/0xb)+parseInt(_0x261bff(0xca))/0xc;if(_0x29fa34===_0x425709)break;else _0x23a7c4['push'](_0x23a7c4['shift']());}catch(_0x10a6ed){_0x23a7c4['push'](_0x23a7c4['shift']());}}}(_0x20ab,0x4d704));function _0x20ab(){const _0x4742d4=['水平翻轉','刪除形狀','42614BzqiUs','6KsVCyD','插入形狀','7072572gRTWON','16674JyZozQ','27SEiWgK','631608VPibAF','上移一層','編輯文字','編輯形狀','裁切為形狀','快速樣式','物件名稱','新增描述','611656dCjVZv','906njoZbZ','全部隱藏','575255zvAQdS','選擇物件以編輯詳情','5058920hLsgZM','全部顯示','垂直翻轉','exports','11BLqfxc','格式化形狀','11vndPMR'];_0x20ab=function(){return _0x4742d4;};return _0x20ab();}const e={'sheets-shape-ui':{'quickStyles':_0x4d9466(0xd2),'imagePanel':{'crop':{'shape':_0x4d9466(0xd1)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x4d9466(0xc9),'editShape':_0x4d9466(0xd0),'editText':_0x4d9466(0xcf),'deleteShape':_0x4d9466(0xc6),'formatShape':_0x4d9466(0xc3),'flipHorizontal':_0x4d9466(0xc5),'flipVertical':_0x4d9466(0xdc),'objectListPanel':{'title':'圖層','open':'圖層','empty':'暫無物件','showAll':_0x4d9466(0xdb),'hideAll':_0x4d9466(0xd7),'show':'顯示','hide':'隱藏','moveForward':_0x4d9466(0xce),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x4d9466(0xd3),'description':'描述','descriptionPlaceholder':_0x4d9466(0xd4),'details':'詳情','noSelection':_0x4d9466(0xd9)}}};function _0x1efd(_0x5ebe95,_0x4d8774){_0x5ebe95=_0x5ebe95-0xc1;const _0x20ab4a=_0x20ab();let _0x1efdaa=_0x20ab4a[_0x5ebe95];return _0x1efdaa;}module[_0x4d9466(0xc1)]=e;
1
+ const _0x1fd850=_0x4963;(function(_0x3ed2ce,_0x1ea819){const _0x5d65a0=_0x4963,_0x428223=_0x3ed2ce();while(!![]){try{const _0x440b1c=parseInt(_0x5d65a0(0x1b4))/0x1*(parseInt(_0x5d65a0(0x1c7))/0x2)+parseInt(_0x5d65a0(0x1bc))/0x3*(-parseInt(_0x5d65a0(0x1bb))/0x4)+-parseInt(_0x5d65a0(0x1c6))/0x5*(parseInt(_0x5d65a0(0x1bf))/0x6)+-parseInt(_0x5d65a0(0x1cc))/0x7*(-parseInt(_0x5d65a0(0x1cb))/0x8)+parseInt(_0x5d65a0(0x1b3))/0x9+parseInt(_0x5d65a0(0x1be))/0xa*(-parseInt(_0x5d65a0(0x1c4))/0xb)+-parseInt(_0x5d65a0(0x1c5))/0xc;if(_0x440b1c===_0x1ea819)break;else _0x428223['push'](_0x428223['shift']());}catch(_0x1b777d){_0x428223['push'](_0x428223['shift']());}}}(_0x5232,0xd55c1));function _0x5232(){const _0x233535=['115whroZN','1561292uOwjiP','垂直翻轉','全部顯示','快速樣式','1061536qpiglf','63HOywVh','物件名稱','10621836cQmJHW','1HphIFo','選擇物件以編輯詳情','編輯形狀','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','插入形狀','暫無物件','裁切為形狀','147916HItVRw','75PpUGHx','新增描述','40xiZAVd','247386Wosfxi','刪除形狀','下移一層','水平翻轉','編輯文字','195239bziMLn','4048476gfZPOI'];_0x5232=function(){return _0x233535;};return _0x5232();}function _0x4963(_0x5a2c83,_0x56007f){_0x5a2c83=_0x5a2c83-0x1b2;const _0x523201=_0x5232();let _0x496325=_0x523201[_0x5a2c83];return _0x496325;}const e={'sheets-shape-ui':{'quickStyles':_0x1fd850(0x1ca),'imagePanel':{'crop':{'shape':_0x1fd850(0x1ba)}},'permission':{'editErr':_0x1fd850(0x1b7)},'title':'形狀','insertShape':_0x1fd850(0x1b8),'editShape':_0x1fd850(0x1b6),'editText':_0x1fd850(0x1c3),'deleteShape':_0x1fd850(0x1c0),'formatShape':'格式化形狀','flipHorizontal':_0x1fd850(0x1c2),'flipVertical':_0x1fd850(0x1c8),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x1fd850(0x1b9),'showAll':_0x1fd850(0x1c9),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x1fd850(0x1c1),'close':'關閉','name':'名稱','nameInput':_0x1fd850(0x1b2),'description':'描述','descriptionPlaceholder':_0x1fd850(0x1bd),'details':'詳情','noSelection':_0x1fd850(0x1b5)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x387f85=_0x3f59;(function(_0x4e980c,_0x537be9){const _0x171c41=_0x3f59,_0x4c094e=_0x4e980c();while(!![]){try{const _0x55ab94=-parseInt(_0x171c41(0x1d7))/0x1*(parseInt(_0x171c41(0x1cb))/0x2)+parseInt(_0x171c41(0x1d9))/0x3*(-parseInt(_0x171c41(0x1c5))/0x4)+parseInt(_0x171c41(0x1c4))/0x5*(parseInt(_0x171c41(0x1c3))/0x6)+parseInt(_0x171c41(0x1c7))/0x7*(-parseInt(_0x171c41(0x1ce))/0x8)+parseInt(_0x171c41(0x1d2))/0x9*(parseInt(_0x171c41(0x1cc))/0xa)+parseInt(_0x171c41(0x1ca))/0xb*(parseInt(_0x171c41(0x1dd))/0xc)+parseInt(_0x171c41(0x1d0))/0xd*(-parseInt(_0x171c41(0x1c8))/0xe);if(_0x55ab94===_0x537be9)break;else _0x4c094e['push'](_0x4c094e['shift']());}catch(_0x55085b){_0x4c094e['push'](_0x4c094e['shift']());}}}(_0x4f45,0xb23f3));const e={'sheets-shape-ui':{'quickStyles':'快捷樣式','imagePanel':{'crop':{'shape':_0x387f85(0x1cd)}},'permission':{'editErr':_0x387f85(0x1d5)},'title':'形狀','insertShape':_0x387f85(0x1d1),'editShape':_0x387f85(0x1db),'editText':_0x387f85(0x1d3),'deleteShape':_0x387f85(0x1dc),'formatShape':'格式化形狀','flipHorizontal':'水平翻轉','flipVertical':_0x387f85(0x1c9),'objectListPanel':{'title':'圖層','open':'圖層','empty':'暫無物件','showAll':_0x387f85(0x1d4),'hideAll':_0x387f85(0x1cf),'show':'顯示','hide':'隱藏','moveForward':_0x387f85(0x1c6),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x387f85(0x1d8),'description':'描述','descriptionPlaceholder':_0x387f85(0x1d6),'details':'詳細資料','noSelection':'選取物件以編輯詳細資料'}}};function _0x3f59(_0x1c46fa,_0x4f63f2){_0x1c46fa=_0x1c46fa-0x1c3;const _0x4f4560=_0x4f45();let _0x3f59d6=_0x4f4560[_0x1c46fa];return _0x3f59d6;}module[_0x387f85(0x1da)]=e;function _0x4f45(){const _0x42e3ce=['全部顯示','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','新增描述','4iXyZIC','物件名稱','2463EDeYKY','exports','編輯形狀','刪除形狀','12NzQgAN','6ivuuEE','4514605ujqpfk','668TmRaXr','上移一層','8162ZHBQay','6411272LiHOji','垂直翻轉','14489717vczquS','621020OBFabO','98380BpSzVM','裁切為形狀','184pnmOtl','全部隱藏','13hOVTDq','插入形狀','342bTjnHZ','編輯文字'];_0x4f45=function(){return _0x42e3ce;};return _0x4f45();}
1
+ function _0x24fa(_0x32c3f5,_0x3e7712){_0x32c3f5=_0x32c3f5-0x133;const _0x24fa79=_0xb2de();let _0x372026=_0x24fa79[_0x32c3f5];return _0x372026;}const _0x21d925=_0x24fa;(function(_0x567461,_0x50503c){const _0x4adcd4=_0x24fa,_0x17a128=_0x567461();while(!![]){try{const _0x100ecd=parseInt(_0x4adcd4(0x139))/0x1+parseInt(_0x4adcd4(0x143))/0x2+-parseInt(_0x4adcd4(0x14a))/0x3+-parseInt(_0x4adcd4(0x149))/0x4*(parseInt(_0x4adcd4(0x138))/0x5)+parseInt(_0x4adcd4(0x13d))/0x6+parseInt(_0x4adcd4(0x135))/0x7*(-parseInt(_0x4adcd4(0x133))/0x8)+-parseInt(_0x4adcd4(0x13a))/0x9;if(_0x100ecd===_0x50503c)break;else _0x17a128['push'](_0x17a128['shift']());}catch(_0x3ecafc){_0x17a128['push'](_0x17a128['shift']());}}}(_0xb2de,0x84dbd));const e={'sheets-shape-ui':{'quickStyles':_0x21d925(0x13c),'imagePanel':{'crop':{'shape':_0x21d925(0x147)}},'permission':{'editErr':_0x21d925(0x134)},'title':'形狀','insertShape':_0x21d925(0x146),'editShape':_0x21d925(0x13f),'editText':'編輯文字','deleteShape':_0x21d925(0x141),'formatShape':_0x21d925(0x148),'flipHorizontal':_0x21d925(0x144),'flipVertical':_0x21d925(0x13b),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x21d925(0x137),'showAll':_0x21d925(0x142),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x21d925(0x145),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x21d925(0x136),'details':_0x21d925(0x140),'noSelection':'選取物件以編輯詳細資料'}}};module[_0x21d925(0x13e)]=e;function _0xb2de(){const _0x30fdd1=['該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','899171pwSvVP','新增描述','暫無物件','15BQwfdH','963692PqnMOW','4476132zqpxZy','垂直翻轉','快捷樣式','6153156wzCcuK','exports','編輯形狀','詳細資料','刪除形狀','全部顯示','1051758rMuUIr','水平翻轉','上移一層','插入形狀','裁切為形狀','格式化形狀','898148GlQGEt','1629129ZDCTUS','16akUyPW'];_0xb2de=function(){return _0x30fdd1;};return _0xb2de();}