@univerjs-pro/docs-shape-ui 1.0.0-alpha.3 → 1.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/command-util.d.ts +2 -18
  62. package/lib/types/const.d.ts +1 -0
  63. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  64. package/lib/types/{commands/menu → menu}/object-list.menu.d.ts +1 -1
  65. package/lib/types/views/ShapePicker.d.ts +0 -2
  66. package/lib/umd/index.js +1 -1
  67. package/lib/umd/locale/ar-SA.js +1 -1
  68. package/lib/umd/locale/ca-ES.js +1 -1
  69. package/lib/umd/locale/de-DE.js +1 -1
  70. package/lib/umd/locale/en-US.js +1 -1
  71. package/lib/umd/locale/es-ES.js +1 -1
  72. package/lib/umd/locale/fa-IR.js +1 -1
  73. package/lib/umd/locale/fr-FR.js +1 -1
  74. package/lib/umd/locale/id-ID.js +1 -1
  75. package/lib/umd/locale/it-IT.js +1 -1
  76. package/lib/umd/locale/ja-JP.js +1 -1
  77. package/lib/umd/locale/ko-KR.js +1 -1
  78. package/lib/umd/locale/pl-PL.js +1 -1
  79. package/lib/umd/locale/pt-BR.js +1 -1
  80. package/lib/umd/locale/ru-RU.js +1 -1
  81. package/lib/umd/locale/sk-SK.js +1 -1
  82. package/lib/umd/locale/vi-VN.js +1 -1
  83. package/lib/umd/locale/zh-CN.js +1 -1
  84. package/lib/umd/locale/zh-HK.js +1 -1
  85. package/lib/umd/locale/zh-TW.js +1 -1
  86. package/package.json +17 -17
  87. package/lib/types/commands/command/update-doc-drawing-metadata.command.d.ts +0 -15
  88. package/lib/types/view-model/shape-data-model.d.ts +0 -8
@@ -1 +1 @@
1
- const _0x2f8cf5=_0x44a3;(function(_0x1537f2,_0x5118ec){const _0x37a573=_0x44a3,_0x4fadfd=_0x1537f2();while(!![]){try{const _0x1bf3e4=-parseInt(_0x37a573(0x21f))/0x1*(parseInt(_0x37a573(0x210))/0x2)+parseInt(_0x37a573(0x1fb))/0x3+parseInt(_0x37a573(0x20b))/0x4+parseInt(_0x37a573(0x203))/0x5+-parseInt(_0x37a573(0x21c))/0x6*(parseInt(_0x37a573(0x211))/0x7)+parseInt(_0x37a573(0x204))/0x8*(-parseInt(_0x37a573(0x218))/0x9)+parseInt(_0x37a573(0x213))/0xa*(parseInt(_0x37a573(0x201))/0xb);if(_0x1bf3e4===_0x5118ec)break;else _0x4fadfd['push'](_0x4fadfd['shift']());}catch(_0x1f5df2){_0x4fadfd['push'](_0x4fadfd['shift']());}}}(_0x40b9,0xaa62d));const e={'docs-shape-ui':{'title':_0x2f8cf5(0x20c),'insertShape':_0x2f8cf5(0x20a),'openPanel':_0x2f8cf5(0x215),'deleteShape':_0x2f8cf5(0x21a),'hidePanel':'Hide\x20Shape\x20Panel','formatShape':_0x2f8cf5(0x209),'shapeStyle':'Shape\x20Style','shapePosition':_0x2f8cf5(0x1f3),'toggleFlipH':_0x2f8cf5(0x219),'toggleFlipV':_0x2f8cf5(0x220),'rotateRight90':_0x2f8cf5(0x217),'rotateLeft90':_0x2f8cf5(0x206),'toggleTextVertical':_0x2f8cf5(0x202),'objectListPanel':{'title':_0x2f8cf5(0x216),'open':_0x2f8cf5(0x20e),'empty':_0x2f8cf5(0x21d),'showAll':_0x2f8cf5(0x214),'hideAll':'Hide\x20All','show':_0x2f8cf5(0x212),'hide':'Hide','moveForward':_0x2f8cf5(0x1f7),'moveBackward':_0x2f8cf5(0x208),'close':_0x2f8cf5(0x1f9),'name':_0x2f8cf5(0x20f),'nameInput':_0x2f8cf5(0x1f1),'description':'Description','descriptionPlaceholder':'Add\x20description','details':_0x2f8cf5(0x1f2),'noSelection':_0x2f8cf5(0x200)},'toolbar':{'alignLeft':_0x2f8cf5(0x20d),'alignCenter':_0x2f8cf5(0x1f0),'alignRight':_0x2f8cf5(0x21e),'alignJustify':_0x2f8cf5(0x1f5),'bold':_0x2f8cf5(0x1fa),'italic':'Italic','underline':'Underline','strikethrough':_0x2f8cf5(0x205),'textColor':'Text\x20color','fillColor':'Text\x20Background\x20color','resetColor':_0x2f8cf5(0x1f6)},'align':{'top':_0x2f8cf5(0x1fc),'middle':_0x2f8cf5(0x1ff),'bottom':_0x2f8cf5(0x1fe)},'textWrap':{'inline':_0x2f8cf5(0x1f4),'square':_0x2f8cf5(0x21b),'topAndBottom':'Top\x20and\x20Bottom','behindText':_0x2f8cf5(0x1f8),'inFrontText':_0x2f8cf5(0x207)},'crop':{'shape':_0x2f8cf5(0x1fd)}}};export{e as default};function _0x44a3(_0x1c0ce8,_0x2252f2){_0x1c0ce8=_0x1c0ce8-0x1f0;const _0x40b920=_0x40b9();let _0x44a3cd=_0x40b920[_0x1c0ce8];return _0x44a3cd;}function _0x40b9(){const _0x118c43=['Bring\x20Forward','Behind\x20text','Close','Bold','3770658ZrQIEY','Align\x20Top','Crop\x20to\x20Shape','Align\x20Bottom','Align\x20Middle','Select\x20an\x20object\x20to\x20edit\x20details','99pvWQMX','Toggle\x20Text\x20Vertical','214545TnZVIz','56xFDJEi','Strikethrough','Rotate\x20Left\x2090°','In\x20front\x20of\x20text','Send\x20Backward','Format\x20Shape','Insert\x20Shape','1366648eExriC','Shape','Align\x20Left','Open\x20Layers\x20Panel','Name','1010vkMvMX','21sixfmX','Show','1544870woRapq','Show\x20All','Open\x20Shape\x20Panel','Layers','Rotate\x20Right\x2090°','830169CtvtzL','Toggle\x20Horizontal\x20Flip','Delete\x20Shape','Square','2420034iKXAtP','No\x20objects','Align\x20Right','947vuBvMa','Toggle\x20Vertical\x20Flip','Align\x20Center','Object\x20name','Details','Shape\x20Position','In\x20line\x20with\x20text','Justify','Reset\x20color'];_0x40b9=function(){return _0x118c43;};return _0x40b9();}
1
+ const _0x3801b7=_0x1ca5;(function(_0x59b002,_0xec167c){const _0x2058a6=_0x1ca5,_0x205db2=_0x59b002();while(!![]){try{const _0x1bbe16=-parseInt(_0x2058a6(0x19e))/0x1+parseInt(_0x2058a6(0x199))/0x2*(parseInt(_0x2058a6(0x1a4))/0x3)+-parseInt(_0x2058a6(0x1b0))/0x4+parseInt(_0x2058a6(0x1a9))/0x5+-parseInt(_0x2058a6(0x19f))/0x6*(parseInt(_0x2058a6(0x1a6))/0x7)+-parseInt(_0x2058a6(0x196))/0x8+parseInt(_0x2058a6(0x1a0))/0x9*(parseInt(_0x2058a6(0x1a1))/0xa);if(_0x1bbe16===_0xec167c)break;else _0x205db2['push'](_0x205db2['shift']());}catch(_0x1d139c){_0x205db2['push'](_0x205db2['shift']());}}}(_0x3b33,0xae874));const e={'docs-shape-ui':{'title':_0x3801b7(0x193),'insertShape':_0x3801b7(0x1b5),'openPanel':_0x3801b7(0x18f),'deleteShape':'Delete\x20Shape','hidePanel':'Hide\x20Shape\x20Panel','formatShape':'Format\x20Shape','shapeStyle':_0x3801b7(0x1b8),'shapePosition':_0x3801b7(0x1ab),'toggleFlipH':_0x3801b7(0x1bd),'toggleFlipV':'Toggle\x20Vertical\x20Flip','rotateRight90':_0x3801b7(0x1b4),'rotateLeft90':_0x3801b7(0x1aa),'toggleTextVertical':_0x3801b7(0x1ae),'objectListPanel':{'title':_0x3801b7(0x1b6),'open':_0x3801b7(0x1bc),'empty':_0x3801b7(0x195),'showAll':'Show\x20All','hideAll':_0x3801b7(0x19a),'show':_0x3801b7(0x19c),'hide':_0x3801b7(0x1ba),'moveForward':'Bring\x20Forward','moveBackward':_0x3801b7(0x194),'close':_0x3801b7(0x18d),'name':_0x3801b7(0x18e),'nameInput':_0x3801b7(0x192),'description':_0x3801b7(0x197),'descriptionPlaceholder':'Add\x20description','details':_0x3801b7(0x1bb),'noSelection':_0x3801b7(0x1ad)},'toolbar':{'alignLeft':_0x3801b7(0x1b1),'alignCenter':_0x3801b7(0x1b3),'alignRight':_0x3801b7(0x190),'alignJustify':_0x3801b7(0x1b2),'bold':_0x3801b7(0x1b9),'italic':_0x3801b7(0x198),'underline':_0x3801b7(0x1a8),'strikethrough':'Strikethrough','textColor':_0x3801b7(0x1a3),'fillColor':_0x3801b7(0x191),'resetColor':_0x3801b7(0x1af)},'align':{'top':'Align\x20Top','middle':_0x3801b7(0x19d),'bottom':_0x3801b7(0x1a5)},'textWrap':{'inline':_0x3801b7(0x1a7),'square':_0x3801b7(0x1b7),'topAndBottom':_0x3801b7(0x1a2),'behindText':_0x3801b7(0x1ac),'inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':_0x3801b7(0x19b)}}};function _0x1ca5(_0x4b9030,_0x533396){_0x4b9030=_0x4b9030-0x18d;const _0x3b33b5=_0x3b33();let _0x1ca577=_0x3b33b5[_0x4b9030];return _0x1ca577;}export{e as default};function _0x3b33(){const _0x474da=['Toggle\x20Text\x20Vertical','Reset\x20color','1453512yyeYrl','Align\x20Left','Justify','Align\x20Center','Rotate\x20Right\x2090°','Insert\x20Shape','Layers','Square','Shape\x20Style','Bold','Hide','Details','Open\x20Layers\x20Panel','Toggle\x20Horizontal\x20Flip','Close','Name','Open\x20Shape\x20Panel','Align\x20Right','Text\x20Background\x20color','Object\x20name','Shape','Send\x20Backward','No\x20objects','7548352UvMXiu','Description','Italic','14474nMMjhx','Hide\x20All','Crop\x20to\x20Shape','Show','Align\x20Middle','1300418OYGHtP','3456714WrapYP','8433sOudcF','33350nsNhKR','Top\x20and\x20Bottom','Text\x20color','333Yizaft','Align\x20Bottom','14bhCveJ','In\x20line\x20with\x20text','Underline','2731220LXIbrd','Rotate\x20Left\x2090°','Shape\x20Position','Behind\x20text','Select\x20an\x20object\x20to\x20edit\x20details'];_0x3b33=function(){return _0x474da;};return _0x3b33();}
@@ -1 +1 @@
1
- const _0x1425aa=_0x53bd;(function(_0x41465d,_0x1e868e){const _0x319998=_0x53bd,_0x37a582=_0x41465d();while(!![]){try{const _0x293b8e=parseInt(_0x319998(0x11e))/0x1+-parseInt(_0x319998(0x136))/0x2*(parseInt(_0x319998(0x11b))/0x3)+parseInt(_0x319998(0x125))/0x4+parseInt(_0x319998(0x129))/0x5+parseInt(_0x319998(0x13c))/0x6+parseInt(_0x319998(0x120))/0x7+-parseInt(_0x319998(0x12b))/0x8;if(_0x293b8e===_0x1e868e)break;else _0x37a582['push'](_0x37a582['shift']());}catch(_0x32ce71){_0x37a582['push'](_0x37a582['shift']());}}}(_0x1705,0xba177));function _0x1705(){const _0x2c096c=['En\x20línea\x20con\x20el\x20texto','Rotar\x2090°\x20a\x20la\x20izquierda','Alternar\x20volteo\x20horizontal','Subrayado','Alinear\x20a\x20la\x20derecha','Nombre','Capas','3000342fylSQt','Eliminar\x20forma','Color\x20de\x20fondo\x20de\x20texto','Estilo\x20de\x20forma','Alternar\x20texto\x20vertical','Enviar\x20atrás','5119446lmScrD','Rotar\x2090°\x20a\x20la\x20derecha','Forma','Insertar\x20forma','Agregar\x20descripción','Tachado','Recortar\x20a\x20forma','Ocultar','Alternar\x20volteo\x20vertical','Nombre\x20del\x20objeto','Cerrar','Alinear\x20arriba','3klJywu','Sin\x20objetos','Alinear\x20a\x20la\x20izquierda','97553tptYUr','Traer\x20adelante','3081904HwxNSv','Alinear\x20al\x20medio','Delante\x20del\x20texto','Alinear\x20abajo','Restablecer\x20color','2243308OsMUrr','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Justificar','Ocultar\x20panel\x20de\x20formas','3705950RHRmiH','Cuadrado','3445448pvjGgw','Detalles','Cursiva','Color\x20de\x20texto'];_0x1705=function(){return _0x2c096c;};return _0x1705();}function _0x53bd(_0x1f099d,_0x2acaa9){_0x1f099d=_0x1f099d-0x117;const _0x170544=_0x1705();let _0x53bdd5=_0x170544[_0x1f099d];return _0x53bdd5;}const e={'docs-shape-ui':{'title':_0x1425aa(0x13e),'insertShape':_0x1425aa(0x13f),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x1425aa(0x137),'hidePanel':_0x1425aa(0x128),'formatShape':'Formato\x20de\x20forma','shapeStyle':_0x1425aa(0x139),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':_0x1425aa(0x131),'toggleFlipV':_0x1425aa(0x117),'rotateRight90':_0x1425aa(0x13d),'rotateLeft90':_0x1425aa(0x130),'toggleTextVertical':_0x1425aa(0x13a),'objectListPanel':{'title':_0x1425aa(0x135),'open':'Abrir\x20panel\x20de\x20capas','empty':_0x1425aa(0x11c),'showAll':'Mostrar\x20todo','hideAll':'Ocultar\x20todo','show':'Mostrar','hide':_0x1425aa(0x143),'moveForward':_0x1425aa(0x11f),'moveBackward':_0x1425aa(0x13b),'close':_0x1425aa(0x119),'name':_0x1425aa(0x134),'nameInput':_0x1425aa(0x118),'description':'Descripción','descriptionPlaceholder':_0x1425aa(0x140),'details':_0x1425aa(0x12c),'noSelection':_0x1425aa(0x126)},'toolbar':{'alignLeft':_0x1425aa(0x11d),'alignCenter':'Centrar','alignRight':_0x1425aa(0x133),'alignJustify':_0x1425aa(0x127),'bold':'Negrita','italic':_0x1425aa(0x12d),'underline':_0x1425aa(0x132),'strikethrough':_0x1425aa(0x141),'textColor':_0x1425aa(0x12e),'fillColor':_0x1425aa(0x138),'resetColor':_0x1425aa(0x124)},'align':{'top':_0x1425aa(0x11a),'middle':_0x1425aa(0x121),'bottom':_0x1425aa(0x123)},'textWrap':{'inline':_0x1425aa(0x12f),'square':_0x1425aa(0x12a),'topAndBottom':'Arriba\x20y\x20abajo','behindText':'Detrás\x20del\x20texto','inFrontText':_0x1425aa(0x122)},'crop':{'shape':_0x1425aa(0x142)}}};export{e as default};
1
+ const _0x2f5602=_0x223d;(function(_0x6912cd,_0x557eaf){const _0x140da2=_0x223d,_0x11a172=_0x6912cd();while(!![]){try{const _0xd31a62=parseInt(_0x140da2(0x86))/0x1*(-parseInt(_0x140da2(0x6a))/0x2)+parseInt(_0x140da2(0x89))/0x3+-parseInt(_0x140da2(0x71))/0x4*(-parseInt(_0x140da2(0x80))/0x5)+-parseInt(_0x140da2(0x76))/0x6+-parseInt(_0x140da2(0x73))/0x7+parseInt(_0x140da2(0x7e))/0x8*(parseInt(_0x140da2(0x7f))/0x9)+parseInt(_0x140da2(0x75))/0xa;if(_0xd31a62===_0x557eaf)break;else _0x11a172['push'](_0x11a172['shift']());}catch(_0x10bdd4){_0x11a172['push'](_0x11a172['shift']());}}}(_0x18c7,0xa7184));function _0x223d(_0x340851,_0x279caf){_0x340851=_0x340851-0x6a;const _0x18c7db=_0x18c7();let _0x223dc1=_0x18c7db[_0x340851];return _0x223dc1;}const e={'docs-shape-ui':{'title':_0x2f5602(0x8f),'insertShape':_0x2f5602(0x7b),'openPanel':_0x2f5602(0x8b),'deleteShape':'Eliminar\x20forma','hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':'Formato\x20de\x20forma','shapeStyle':_0x2f5602(0x6f),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x2f5602(0x8a),'rotateRight90':_0x2f5602(0x6b),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x2f5602(0x83),'objectListPanel':{'title':_0x2f5602(0x87),'open':'Abrir\x20panel\x20de\x20capas','empty':'Sin\x20objetos','showAll':_0x2f5602(0x81),'hideAll':_0x2f5602(0x72),'show':'Mostrar','hide':_0x2f5602(0x6c),'moveForward':_0x2f5602(0x7d),'moveBackward':'Enviar\x20atrás','close':_0x2f5602(0x8e),'name':'Nombre','nameInput':_0x2f5602(0x88),'description':_0x2f5602(0x85),'descriptionPlaceholder':_0x2f5602(0x84),'details':'Detalles','noSelection':_0x2f5602(0x6d)},'toolbar':{'alignLeft':_0x2f5602(0x7c),'alignCenter':_0x2f5602(0x79),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':'Justificar','bold':'Negrita','italic':'Cursiva','underline':_0x2f5602(0x78),'strikethrough':'Tachado','textColor':_0x2f5602(0x77),'fillColor':_0x2f5602(0x82),'resetColor':_0x2f5602(0x8c)},'align':{'top':'Alinear\x20arriba','middle':_0x2f5602(0x70),'bottom':'Alinear\x20abajo'},'textWrap':{'inline':_0x2f5602(0x7a),'square':_0x2f5602(0x91),'topAndBottom':_0x2f5602(0x74),'behindText':_0x2f5602(0x90),'inFrontText':_0x2f5602(0x8d)},'crop':{'shape':_0x2f5602(0x6e)}}};function _0x18c7(){const _0x4190f5=['Cerrar','Forma','Detrás\x20del\x20texto','Cuadrado','17102wkhysf','Rotar\x2090°\x20a\x20la\x20derecha','Ocultar','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Recortar\x20a\x20forma','Estilo\x20de\x20forma','Alinear\x20al\x20medio','513644ZqXrdV','Ocultar\x20todo','4321849uNmdFR','Arriba\x20y\x20abajo','11438980BgqzYN','4126626ApxMOF','Color\x20de\x20texto','Subrayado','Centrar','En\x20línea\x20con\x20el\x20texto','Insertar\x20forma','Alinear\x20a\x20la\x20izquierda','Traer\x20adelante','8mWoarn','1062954bdaaCr','40vtXuMt','Mostrar\x20todo','Color\x20de\x20fondo\x20de\x20texto','Alternar\x20texto\x20vertical','Agregar\x20descripción','Descripción','63GvjBiD','Capas','Nombre\x20del\x20objeto','717057IehxdB','Alternar\x20volteo\x20vertical','Abrir\x20panel\x20de\x20formas','Restablecer\x20color','Delante\x20del\x20texto'];_0x18c7=function(){return _0x4190f5;};return _0x18c7();}export{e as default};
@@ -1 +1 @@
1
- const _0x57f460=_0x207e;function _0x2256(){const _0x1a25fc=['پشت\x20متن','نمایش','تغییر\x20وضعیت\x20چرخش\x20افقی','کراپ\x20به\x20شکل','55680JEjKKI','در\x20یک\x20خط\x20با\x20متن','874105cEKhTT','باز\x20کردن\x20پنل\x20شکل‌ها','نمایش\x20همه','قالب‌بندی\x20شکل','جزئیات','نام\x20شیء','3302644LgUHtC','هیچ\x20شیئی\x20وجود\x20ندارد','تراز\x20وسط','10156779QMyCSM','10jlMjXt','خط‌کشی','868ZqxXfT','مربع','تراز\x20راست','عقب\x20بردن','جلو\x20آوردن','جلوی\x20متن','توضیحات','درج\x20شکل','8958376YFTrxS','تغییر\x20وضعیت\x20متن\x20عمودی','باز\x20کردن\x20پنل\x20لایه‌ها','1298867CfyIbc','شکل','91564IVphju','تغییر\x20وضعیت\x20چرخش\x20عمودی','پررنگ','چرخش\x20۹۰\x20درجه\x20به\x20راست','141YokYkc','چرخش\x20۹۰\x20درجه\x20به\x20چپ','سبک\x20شکل','توضیحی\x20اضافه\x20کنید','تراز\x20چپ','خط‌دار','حذف\x20شکل'];_0x2256=function(){return _0x1a25fc;};return _0x2256();}(function(_0x3e4342,_0x21ff01){const _0x46561e=_0x207e,_0x4c4bf8=_0x3e4342();while(!![]){try{const _0x5e6ada=parseInt(_0x46561e(0xba))/0x1+parseInt(_0x46561e(0xa9))/0x2+-parseInt(_0x46561e(0xc0))/0x3*(parseInt(_0x46561e(0xbc))/0x4)+parseInt(_0x46561e(0xcd))/0x5+parseInt(_0x46561e(0xcb))/0x6*(-parseInt(_0x46561e(0xaf))/0x7)+-parseInt(_0x46561e(0xb7))/0x8+-parseInt(_0x46561e(0xac))/0x9*(-parseInt(_0x46561e(0xad))/0xa);if(_0x5e6ada===_0x21ff01)break;else _0x4c4bf8['push'](_0x4c4bf8['shift']());}catch(_0x25f5c8){_0x4c4bf8['push'](_0x4c4bf8['shift']());}}}(_0x2256,0xdd78b));function _0x207e(_0x102c1a,_0x125199){_0x102c1a=_0x102c1a-0xa8;const _0x2256d4=_0x2256();let _0x207e0a=_0x2256d4[_0x102c1a];return _0x207e0a;}const e={'docs-shape-ui':{'title':_0x57f460(0xbb),'insertShape':_0x57f460(0xb6),'openPanel':_0x57f460(0xce),'deleteShape':_0x57f460(0xc6),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکل‌ها','formatShape':_0x57f460(0xd0),'shapeStyle':_0x57f460(0xc2),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x57f460(0xc9),'toggleFlipV':_0x57f460(0xbd),'rotateRight90':_0x57f460(0xbf),'rotateLeft90':_0x57f460(0xc1),'toggleTextVertical':_0x57f460(0xb8),'objectListPanel':{'title':'لایه‌ها','open':_0x57f460(0xb9),'empty':_0x57f460(0xaa),'showAll':_0x57f460(0xcf),'hideAll':'پنهان\x20کردن\x20همه','show':_0x57f460(0xc8),'hide':'پنهان\x20کردن','moveForward':_0x57f460(0xb3),'moveBackward':_0x57f460(0xb2),'close':'بستن','name':'نام','nameInput':_0x57f460(0xa8),'description':_0x57f460(0xb5),'descriptionPlaceholder':_0x57f460(0xc3),'details':_0x57f460(0xd1),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید'},'toolbar':{'alignLeft':_0x57f460(0xc4),'alignCenter':_0x57f460(0xab),'alignRight':_0x57f460(0xb1),'alignJustify':'توجیه','bold':_0x57f460(0xbe),'italic':'ایتالیک','underline':_0x57f460(0xae),'strikethrough':_0x57f460(0xc5),'textColor':'رنگ\x20متن','fillColor':'رنگ\x20پس‌زمینه\x20متن','resetColor':'بازنشانی\x20رنگ'},'align':{'top':'تراز\x20بالا','middle':_0x57f460(0xab),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x57f460(0xcc),'square':_0x57f460(0xb0),'topAndBottom':'بالا\x20و\x20پایین','behindText':_0x57f460(0xc7),'inFrontText':_0x57f460(0xb4)},'crop':{'shape':_0x57f460(0xca)}}};export{e as default};
1
+ const _0x41a7ad=_0x2092;(function(_0x3a4849,_0xcbc082){const _0x332a50=_0x2092,_0x307a4f=_0x3a4849();while(!![]){try{const _0x536442=-parseInt(_0x332a50(0x19b))/0x1+parseInt(_0x332a50(0x19e))/0x2*(-parseInt(_0x332a50(0x1a3))/0x3)+-parseInt(_0x332a50(0x17a))/0x4+parseInt(_0x332a50(0x17e))/0x5*(parseInt(_0x332a50(0x198))/0x6)+parseInt(_0x332a50(0x186))/0x7*(-parseInt(_0x332a50(0x17f))/0x8)+-parseInt(_0x332a50(0x183))/0x9+parseInt(_0x332a50(0x18f))/0xa;if(_0x536442===_0xcbc082)break;else _0x307a4f['push'](_0x307a4f['shift']());}catch(_0x10b801){_0x307a4f['push'](_0x307a4f['shift']());}}}(_0x2cba,0x56784));const e={'docs-shape-ui':{'title':_0x41a7ad(0x1a7),'insertShape':_0x41a7ad(0x187),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x41a7ad(0x19c),'hidePanel':_0x41a7ad(0x184),'formatShape':_0x41a7ad(0x180),'shapeStyle':_0x41a7ad(0x17c),'shapePosition':_0x41a7ad(0x189),'toggleFlipH':_0x41a7ad(0x18e),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x41a7ad(0x185),'rotateLeft90':_0x41a7ad(0x182),'toggleTextVertical':_0x41a7ad(0x195),'objectListPanel':{'title':'لایه‌ها','open':_0x41a7ad(0x17d),'empty':_0x41a7ad(0x192),'showAll':'نمایش\x20همه','hideAll':_0x41a7ad(0x18b),'show':_0x41a7ad(0x1a6),'hide':_0x41a7ad(0x1a5),'moveForward':_0x41a7ad(0x18a),'moveBackward':_0x41a7ad(0x199),'close':_0x41a7ad(0x191),'name':'نام','nameInput':_0x41a7ad(0x196),'description':'توضیحات','descriptionPlaceholder':'توضیحی\x20اضافه\x20کنید','details':_0x41a7ad(0x19a),'noSelection':_0x41a7ad(0x197)},'toolbar':{'alignLeft':'تراز\x20چپ','alignCenter':'تراز\x20وسط','alignRight':_0x41a7ad(0x17b),'alignJustify':_0x41a7ad(0x1a0),'bold':_0x41a7ad(0x18d),'italic':_0x41a7ad(0x1a2),'underline':'خط‌کشی','strikethrough':_0x41a7ad(0x1a4),'textColor':_0x41a7ad(0x188),'fillColor':_0x41a7ad(0x1a1),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x41a7ad(0x193),'middle':_0x41a7ad(0x194),'bottom':_0x41a7ad(0x19d)},'textWrap':{'inline':'در\x20یک\x20خط\x20با\x20متن','square':_0x41a7ad(0x181),'topAndBottom':_0x41a7ad(0x190),'behindText':'پشت\x20متن','inFrontText':_0x41a7ad(0x19f)},'crop':{'shape':_0x41a7ad(0x18c)}}};function _0x2092(_0x3d2cd1,_0xf5e67){_0x3d2cd1=_0x3d2cd1-0x17a;const _0x2cba04=_0x2cba();let _0x209238=_0x2cba04[_0x3d2cd1];return _0x209238;}function _0x2cba(){const _0xf7b1aa=['جزئیات','633411vvEywI','حذف\x20شکل','تراز\x20پایین','5050vLkSaF','جلوی\x20متن','توجیه','رنگ\x20پس‌زمینه\x20متن','ایتالیک','717jbECXx','خط‌دار','پنهان\x20کردن','نمایش','شکل','149192UwyKuF','تراز\x20راست','سبک\x20شکل','باز\x20کردن\x20پنل\x20لایه‌ها','343555Ubqgyf','3651808ZKiNOY','قالب‌بندی\x20شکل','مربع','چرخش\x20۹۰\x20درجه\x20به\x20چپ','2104362CafumB','مخفی\x20کردن\x20پنل\x20شکل‌ها','چرخش\x20۹۰\x20درجه\x20به\x20راست','7TOHZLe','درج\x20شکل','رنگ\x20متن','موقعیت\x20شکل','جلو\x20آوردن','پنهان\x20کردن\x20همه','کراپ\x20به\x20شکل','پررنگ','تغییر\x20وضعیت\x20چرخش\x20افقی','20438140mDaIIz','بالا\x20و\x20پایین','بستن','هیچ\x20شیئی\x20وجود\x20ندارد','تراز\x20بالا','تراز\x20وسط','تغییر\x20وضعیت\x20متن\x20عمودی','نام\x20شیء','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','24JlOjxv','عقب\x20بردن'];_0x2cba=function(){return _0xf7b1aa;};return _0x2cba();}export{e as default};
@@ -1 +1 @@
1
- function _0x5b16(_0x137bff,_0xbea452){_0x137bff=_0x137bff-0xbe;const _0x8664a=_0x8664();let _0x5b169a=_0x8664a[_0x137bff];return _0x5b169a;}const _0x5ba755=_0x5b16;(function(_0x50a463,_0x4ca9f7){const _0x50306f=_0x5b16,_0x5b0d7e=_0x50a463();while(!![]){try{const _0x561c39=-parseInt(_0x50306f(0xc2))/0x1+-parseInt(_0x50306f(0xd3))/0x2+parseInt(_0x50306f(0xc5))/0x3+parseInt(_0x50306f(0xc9))/0x4*(-parseInt(_0x50306f(0xea))/0x5)+-parseInt(_0x50306f(0xd2))/0x6+parseInt(_0x50306f(0xe3))/0x7*(-parseInt(_0x50306f(0xcd))/0x8)+parseInt(_0x50306f(0xc6))/0x9;if(_0x561c39===_0x4ca9f7)break;else _0x5b0d7e['push'](_0x5b0d7e['shift']());}catch(_0x4e925b){_0x5b0d7e['push'](_0x5b0d7e['shift']());}}}(_0x8664,0xc920d));function _0x8664(){const _0xb0cde9=['123417wPUtYu','Insérer\x20une\x20forme','Style\x20de\x20la\x20forme','Format\x20de\x20la\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','Position\x20de\x20la\x20forme','Aligner\x20en\x20bas','5eGZFBL','Ouvrir\x20le\x20panneau\x20des\x20formes','Rogner\x20à\x20la\x20forme','Tout\x20masquer','Reculer','Basculer\x20le\x20retournement\x20horizontal','Ajouter\x20une\x20description','Souligné','Haut\x20et\x20bas','Italique','1002384IJDdoR','Tout\x20afficher','Pivoter\x20à\x20gauche\x20de\x2090°','241233SvatVm','46968210zBJbNd','Aucun\x20objet','Barré','1628708WDMiFS','Aligner\x20au\x20milieu','Couleur\x20du\x20texte','Détails','248ZWAdSl','Justifier','Fermer','Masquer','Afficher','5497884mIbUQy','3205688DZGhhF','Carré','Masquer\x20le\x20panneau\x20des\x20formes','Aligner\x20en\x20haut','Aligner\x20à\x20gauche','Derrière\x20le\x20texte','Description','Basculer\x20le\x20texte\x20vertical','Aligner\x20à\x20droite','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Basculer\x20le\x20retournement\x20vertical','Nom','Devant\x20le\x20texte','Aligner\x20au\x20centre','Calques','Aligné\x20avec\x20le\x20texte'];_0x8664=function(){return _0xb0cde9;};return _0x8664();}const e={'docs-shape-ui':{'title':'Forme','insertShape':_0x5ba755(0xe4),'openPanel':_0x5ba755(0xeb),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x5ba755(0xd5),'formatShape':_0x5ba755(0xe6),'shapeStyle':_0x5ba755(0xe5),'shapePosition':_0x5ba755(0xe8),'toggleFlipH':_0x5ba755(0xef),'toggleFlipV':_0x5ba755(0xdd),'rotateRight90':_0x5ba755(0xe7),'rotateLeft90':_0x5ba755(0xc4),'toggleTextVertical':_0x5ba755(0xda),'objectListPanel':{'title':_0x5ba755(0xe1),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x5ba755(0xc7),'showAll':_0x5ba755(0xc3),'hideAll':_0x5ba755(0xed),'show':_0x5ba755(0xd1),'hide':_0x5ba755(0xd0),'moveForward':'Avancer','moveBackward':_0x5ba755(0xee),'close':_0x5ba755(0xcf),'name':_0x5ba755(0xde),'nameInput':'Nom\x20de\x20l’objet','description':_0x5ba755(0xd9),'descriptionPlaceholder':_0x5ba755(0xbe),'details':_0x5ba755(0xcc),'noSelection':_0x5ba755(0xdc)},'toolbar':{'alignLeft':_0x5ba755(0xd7),'alignCenter':_0x5ba755(0xe0),'alignRight':_0x5ba755(0xdb),'alignJustify':_0x5ba755(0xce),'bold':'Gras','italic':_0x5ba755(0xc1),'underline':_0x5ba755(0xbf),'strikethrough':_0x5ba755(0xc8),'textColor':_0x5ba755(0xcb),'fillColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x5ba755(0xd6),'middle':_0x5ba755(0xca),'bottom':_0x5ba755(0xe9)},'textWrap':{'inline':_0x5ba755(0xe2),'square':_0x5ba755(0xd4),'topAndBottom':_0x5ba755(0xc0),'behindText':_0x5ba755(0xd8),'inFrontText':_0x5ba755(0xdf)},'crop':{'shape':_0x5ba755(0xec)}}};export{e as default};
1
+ const _0x330c72=_0x1d9f;(function(_0x485542,_0xb37339){const _0x36fb51=_0x1d9f,_0x499d69=_0x485542();while(!![]){try{const _0x2d7128=parseInt(_0x36fb51(0x145))/0x1+parseInt(_0x36fb51(0x13b))/0x2*(-parseInt(_0x36fb51(0x158))/0x3)+-parseInt(_0x36fb51(0x13d))/0x4+parseInt(_0x36fb51(0x15f))/0x5*(parseInt(_0x36fb51(0x142))/0x6)+parseInt(_0x36fb51(0x13e))/0x7+-parseInt(_0x36fb51(0x156))/0x8+-parseInt(_0x36fb51(0x143))/0x9*(parseInt(_0x36fb51(0x157))/0xa);if(_0x2d7128===_0xb37339)break;else _0x499d69['push'](_0x499d69['shift']());}catch(_0x5c73bf){_0x499d69['push'](_0x499d69['shift']());}}}(_0x1cb9,0x789f8));function _0x1d9f(_0x12dfb6,_0x1c8fa5){_0x12dfb6=_0x12dfb6-0x137;const _0x1cb9ea=_0x1cb9();let _0x1d9fe3=_0x1cb9ea[_0x12dfb6];return _0x1d9fe3;}const e={'docs-shape-ui':{'title':_0x330c72(0x13c),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x330c72(0x147),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x330c72(0x146),'formatShape':_0x330c72(0x13f),'shapeStyle':_0x330c72(0x150),'shapePosition':_0x330c72(0x15c),'toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0x330c72(0x14a),'rotateRight90':_0x330c72(0x15d),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x330c72(0x13a),'objectListPanel':{'title':_0x330c72(0x14b),'open':_0x330c72(0x140),'empty':'Aucun\x20objet','showAll':'Tout\x20afficher','hideAll':_0x330c72(0x14e),'show':'Afficher','hide':'Masquer','moveForward':'Avancer','moveBackward':_0x330c72(0x149),'close':'Fermer','name':'Nom','nameInput':'Nom\x20de\x20l’objet','description':'Description','descriptionPlaceholder':_0x330c72(0x159),'details':'Détails','noSelection':_0x330c72(0x15a)},'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':'Aligner\x20au\x20centre','alignRight':_0x330c72(0x155),'alignJustify':'Justifier','bold':_0x330c72(0x137),'italic':_0x330c72(0x15b),'underline':_0x330c72(0x139),'strikethrough':_0x330c72(0x14d),'textColor':_0x330c72(0x15e),'fillColor':_0x330c72(0x152),'resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x330c72(0x141),'middle':_0x330c72(0x151),'bottom':_0x330c72(0x14f)},'textWrap':{'inline':_0x330c72(0x14c),'square':_0x330c72(0x154),'topAndBottom':_0x330c72(0x153),'behindText':_0x330c72(0x138),'inFrontText':_0x330c72(0x148)},'crop':{'shape':_0x330c72(0x144)}}};function _0x1cb9(){const _0x5ee804=['Forme','3109756SMlDsN','6490197kVVcoM','Format\x20de\x20la\x20forme','Ouvrir\x20le\x20panneau\x20des\x20calques','Aligner\x20en\x20haut','237588FkfyTY','9NilJaP','Rogner\x20à\x20la\x20forme','275642cmokdl','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','Devant\x20le\x20texte','Reculer','Basculer\x20le\x20retournement\x20vertical','Calques','Aligné\x20avec\x20le\x20texte','Barré','Tout\x20masquer','Aligner\x20en\x20bas','Style\x20de\x20la\x20forme','Aligner\x20au\x20milieu','Couleur\x20de\x20fond\x20du\x20texte','Haut\x20et\x20bas','Carré','Aligner\x20à\x20droite','2674896LsTLkK','1772830Mhjehn','330411BJjvkD','Ajouter\x20une\x20description','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Italique','Position\x20de\x20la\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','Couleur\x20du\x20texte','115jIXfud','Gras','Derrière\x20le\x20texte','Souligné','Basculer\x20le\x20texte\x20vertical','6zpVIUF'];_0x1cb9=function(){return _0x5ee804;};return _0x1cb9();}export{e as default};
@@ -1 +1 @@
1
- const _0xd220e=_0x4cbf;(function(_0x5d3aab,_0x40c052){const _0x35fc13=_0x4cbf,_0xcdb0d3=_0x5d3aab();while(!![]){try{const _0x402096=parseInt(_0x35fc13(0x204))/0x1*(-parseInt(_0x35fc13(0x20f))/0x2)+-parseInt(_0x35fc13(0x213))/0x3*(parseInt(_0x35fc13(0x1ff))/0x4)+-parseInt(_0x35fc13(0x20e))/0x5*(-parseInt(_0x35fc13(0x1f8))/0x6)+-parseInt(_0x35fc13(0x1f1))/0x7*(-parseInt(_0x35fc13(0x208))/0x8)+-parseInt(_0x35fc13(0x1fd))/0x9+parseInt(_0x35fc13(0x1eb))/0xa*(-parseInt(_0x35fc13(0x214))/0xb)+parseInt(_0x35fc13(0x200))/0xc;if(_0x402096===_0x40c052)break;else _0xcdb0d3['push'](_0xcdb0d3['shift']());}catch(_0x53d231){_0xcdb0d3['push'](_0xcdb0d3['shift']());}}}(_0x1053,0xa9259));function _0x1053(){const _0x2fa09a=['Sembunyikan','Tampilkan\x20semua','132904yajhsL','Sembunyikan\x20semua','Putar\x20Kanan\x2090°','Lapisan','Deskripsi','Warna\x20teks','180MWVpAe','16rCgFHt','Nama','Bawa\x20ke\x20depan','Sisipkan\x20Bentuk','89367pLIeoS','8714343OXnPHW','Di\x20belakang\x20teks','Miring','Rata\x20Tengah','Tebal','Posisi\x20Bentuk','Balik\x20Vertikal','Sejajar\x20dengan\x20teks','Coret','Detail','10HkWPxF','Atur\x20ulang\x20warna','Rata\x20Kanan\x20Kiri','Atas\x20dan\x20Bawah','Tidak\x20ada\x20objek','Rata\x20Kiri','413YoANzC','Kirim\x20ke\x20belakang','Kotak','Rata\x20Kanan','Pangkas\x20ke\x20Bentuk','Ubah\x20Teks\x20Vertikal','Buka\x20panel\x20lapisan','9750PawcHT','Gaya\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','Garis\x20bawah','Hapus\x20Bentuk','7176114uhoOJz','Rata\x20Bawah','32vySYUK','20050140NJBuFB','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Putar\x20Kiri\x2090°','Buka\x20Panel\x20Bentuk','23602zvNMOv','Nama\x20objek'];_0x1053=function(){return _0x2fa09a;};return _0x1053();}const e={'docs-shape-ui':{'title':'Bentuk','insertShape':_0xd220e(0x212),'openPanel':_0xd220e(0x203),'deleteShape':_0xd220e(0x1fc),'hidePanel':_0xd220e(0x1fa),'formatShape':'Format\x20Bentuk','shapeStyle':_0xd220e(0x1f9),'shapePosition':_0xd220e(0x219),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0xd220e(0x21a),'rotateRight90':_0xd220e(0x20a),'rotateLeft90':_0xd220e(0x202),'toggleTextVertical':_0xd220e(0x1f6),'objectListPanel':{'title':_0xd220e(0x20b),'open':_0xd220e(0x1f7),'empty':_0xd220e(0x1ef),'showAll':_0xd220e(0x207),'hideAll':_0xd220e(0x209),'show':'Tampilkan','hide':_0xd220e(0x206),'moveForward':_0xd220e(0x211),'moveBackward':_0xd220e(0x1f2),'close':'Tutup','name':_0xd220e(0x210),'nameInput':_0xd220e(0x205),'description':_0xd220e(0x20c),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0xd220e(0x1ea),'noSelection':_0xd220e(0x201)},'toolbar':{'alignLeft':_0xd220e(0x1f0),'alignCenter':_0xd220e(0x217),'alignRight':_0xd220e(0x1f4),'alignJustify':_0xd220e(0x1ed),'bold':_0xd220e(0x218),'italic':_0xd220e(0x216),'underline':_0xd220e(0x1fb),'strikethrough':_0xd220e(0x1e9),'textColor':_0xd220e(0x20d),'fillColor':'Warna\x20latar\x20teks','resetColor':_0xd220e(0x1ec)},'align':{'top':'Rata\x20Atas','middle':_0xd220e(0x217),'bottom':_0xd220e(0x1fe)},'textWrap':{'inline':_0xd220e(0x21b),'square':_0xd220e(0x1f3),'topAndBottom':_0xd220e(0x1ee),'behindText':_0xd220e(0x215),'inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':_0xd220e(0x1f5)}}};function _0x4cbf(_0x370bdc,_0x59513f){_0x370bdc=_0x370bdc-0x1e9;const _0x1053b8=_0x1053();let _0x4cbf92=_0x1053b8[_0x370bdc];return _0x4cbf92;}export{e as default};
1
+ const _0x28a2d8=_0x167c;(function(_0x502648,_0x3cd6e3){const _0x317739=_0x167c,_0xd878b7=_0x502648();while(!![]){try{const _0x4c9d8b=parseInt(_0x317739(0xc9))/0x1+-parseInt(_0x317739(0xea))/0x2*(parseInt(_0x317739(0xde))/0x3)+parseInt(_0x317739(0xd0))/0x4+parseInt(_0x317739(0xe4))/0x5+-parseInt(_0x317739(0xdd))/0x6+parseInt(_0x317739(0xcf))/0x7*(-parseInt(_0x317739(0xda))/0x8)+parseInt(_0x317739(0xd5))/0x9*(parseInt(_0x317739(0xeb))/0xa);if(_0x4c9d8b===_0x3cd6e3)break;else _0xd878b7['push'](_0xd878b7['shift']());}catch(_0x41584d){_0xd878b7['push'](_0xd878b7['shift']());}}}(_0x1316,0xa5149));const e={'docs-shape-ui':{'title':_0x28a2d8(0xe1),'insertShape':_0x28a2d8(0xee),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':'Hapus\x20Bentuk','hidePanel':_0x28a2d8(0xf2),'formatShape':_0x28a2d8(0xe9),'shapeStyle':_0x28a2d8(0xe2),'shapePosition':_0x28a2d8(0xe5),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x28a2d8(0xd1),'rotateRight90':_0x28a2d8(0xed),'rotateLeft90':_0x28a2d8(0xd7),'toggleTextVertical':_0x28a2d8(0xef),'objectListPanel':{'title':_0x28a2d8(0xd3),'open':_0x28a2d8(0xf4),'empty':'Tidak\x20ada\x20objek','showAll':_0x28a2d8(0xf3),'hideAll':_0x28a2d8(0xf8),'show':_0x28a2d8(0xe6),'hide':'Sembunyikan','moveForward':_0x28a2d8(0xce),'moveBackward':_0x28a2d8(0xdc),'close':_0x28a2d8(0xd4),'name':_0x28a2d8(0xe0),'nameInput':_0x28a2d8(0xf5),'description':_0x28a2d8(0xe7),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x28a2d8(0xca),'noSelection':_0x28a2d8(0xf0)},'toolbar':{'alignLeft':_0x28a2d8(0xd6),'alignCenter':_0x28a2d8(0xf6),'alignRight':'Rata\x20Kanan','alignJustify':_0x28a2d8(0xd9),'bold':_0x28a2d8(0xd2),'italic':_0x28a2d8(0xe3),'underline':_0x28a2d8(0xcc),'strikethrough':'Coret','textColor':_0x28a2d8(0xec),'fillColor':_0x28a2d8(0xe8),'resetColor':_0x28a2d8(0xdb)},'align':{'top':_0x28a2d8(0xcd),'middle':_0x28a2d8(0xf6),'bottom':_0x28a2d8(0xd8)},'textWrap':{'inline':'Sejajar\x20dengan\x20teks','square':_0x28a2d8(0xf1),'topAndBottom':_0x28a2d8(0xdf),'behindText':_0x28a2d8(0xf7),'inFrontText':_0x28a2d8(0xcb)},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};export{e as default};function _0x167c(_0x15872c,_0x509df4){_0x15872c=_0x15872c-0xc9;const _0x131630=_0x1316();let _0x167cb5=_0x131630[_0x15872c];return _0x167cb5;}function _0x1316(){const _0x537598=['Putar\x20Kanan\x2090°','Sisipkan\x20Bentuk','Ubah\x20Teks\x20Vertikal','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Kotak','Sembunyikan\x20Panel\x20Bentuk','Tampilkan\x20semua','Buka\x20panel\x20lapisan','Nama\x20objek','Rata\x20Tengah','Di\x20belakang\x20teks','Sembunyikan\x20semua','1073884oRlDeL','Detail','Di\x20depan\x20teks','Garis\x20bawah','Rata\x20Atas','Bawa\x20ke\x20depan','14bepzOe','1930772KqLyfF','Balik\x20Vertikal','Tebal','Lapisan','Tutup','9qCAcwA','Rata\x20Kiri','Putar\x20Kiri\x2090°','Rata\x20Bawah','Rata\x20Kanan\x20Kiri','1653592AoLzhx','Atur\x20ulang\x20warna','Kirim\x20ke\x20belakang','5138628OqzXzi','1142301jKDryY','Atas\x20dan\x20Bawah','Nama','Bentuk','Gaya\x20Bentuk','Miring','2914780jyoYgA','Posisi\x20Bentuk','Tampilkan','Deskripsi','Warna\x20latar\x20teks','Format\x20Bentuk','2yVmulc','1872390fZLxnV','Warna\x20teks'];_0x1316=function(){return _0x537598;};return _0x1316();}
@@ -1 +1 @@
1
- const _0xecaad6=_0x33ac;function _0x589a(){const _0x125eaf=['Grassetto','Colore\x20testo','Mostra\x20tutti','Dietro\x20il\x20testo','Ritaglia\x20a\x20forma','Inserisci\x20forma','Nascondi\x20tutti','Barrato','Apri\x20il\x20pannello\x20livelli','Formato\x20forma','Nascondi\x20pannello\x20forma','3983329HtPtUu','Mostra','16shDAQW','Corsivo','Quadrato','Stile\x20forma','Porta\x20avanti','Ruota\x20a\x20sinistra\x2090°','Allinea\x20al\x20centro','3507045GNbAeH','Giustifica','24930631GvPtuv','695118JQSBPq','Dettagli','Descrizione','Allinea\x20al\x20Centro','248IEcFKu','Superiore\x20e\x20inferiore','Allinea\x20in\x20basso','Posizione\x20forma','Allinea\x20a\x20Sinistra','Nome\x20oggetto','Davanti\x20al\x20testo','Colore\x20sfondo\x20testo','6ouOrNn','Nessun\x20oggetto','In\x20linea\x20con\x20il\x20testo','Aggiungi\x20una\x20descrizione','Ruota\x20a\x20destra\x2090°','90lzmVHa','1163836SzOQsy','Porta\x20indietro','Livelli','Attiva/disattiva\x20capovolgimento\x20verticale','Forma','32958YCNxAp','733023SsQrvB'];_0x589a=function(){return _0x125eaf;};return _0x589a();}function _0x33ac(_0x501e51,_0x309daa){_0x501e51=_0x501e51-0x193;const _0x589a5a=_0x589a();let _0x33ac22=_0x589a5a[_0x501e51];return _0x33ac22;}(function(_0x414a11,_0x2a6961){const _0x5926e0=_0x33ac,_0x698ef6=_0x414a11();while(!![]){try{const _0x1b2562=-parseInt(_0x5926e0(0x1b9))/0x1+-parseInt(_0x5926e0(0x19b))/0x2+-parseInt(_0x5926e0(0x1a0))/0x3*(parseInt(_0x5926e0(0x1bd))/0x4)+-parseInt(_0x5926e0(0x1b6))/0x5*(-parseInt(_0x5926e0(0x195))/0x6)+parseInt(_0x5926e0(0x1ad))/0x7*(-parseInt(_0x5926e0(0x1af))/0x8)+parseInt(_0x5926e0(0x1a1))/0x9*(parseInt(_0x5926e0(0x19a))/0xa)+parseInt(_0x5926e0(0x1b8))/0xb;if(_0x1b2562===_0x2a6961)break;else _0x698ef6['push'](_0x698ef6['shift']());}catch(_0x150a54){_0x698ef6['push'](_0x698ef6['shift']());}}}(_0x589a,0x939af));const e={'docs-shape-ui':{'title':_0xecaad6(0x19f),'insertShape':_0xecaad6(0x1a7),'openPanel':'Apri\x20pannello\x20forma','deleteShape':'Elimina\x20forma','hidePanel':_0xecaad6(0x1ac),'formatShape':_0xecaad6(0x1ab),'shapeStyle':_0xecaad6(0x1b2),'shapePosition':_0xecaad6(0x1c0),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0xecaad6(0x19e),'rotateRight90':_0xecaad6(0x199),'rotateLeft90':_0xecaad6(0x1b4),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':_0xecaad6(0x19d),'open':_0xecaad6(0x1aa),'empty':_0xecaad6(0x196),'showAll':_0xecaad6(0x1a4),'hideAll':_0xecaad6(0x1a8),'show':_0xecaad6(0x1ae),'hide':'Nascondi','moveForward':_0xecaad6(0x1b3),'moveBackward':_0xecaad6(0x19c),'close':'Chiudi','name':'Nome','nameInput':_0xecaad6(0x1c2),'description':_0xecaad6(0x1bb),'descriptionPlaceholder':_0xecaad6(0x198),'details':_0xecaad6(0x1ba),'noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli'},'toolbar':{'alignLeft':_0xecaad6(0x1c1),'alignCenter':_0xecaad6(0x1bc),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0xecaad6(0x1b7),'bold':_0xecaad6(0x1a2),'italic':_0xecaad6(0x1b0),'underline':'Sottolineato','strikethrough':_0xecaad6(0x1a9),'textColor':_0xecaad6(0x1a3),'fillColor':_0xecaad6(0x194),'resetColor':'Reimposta\x20colore'},'align':{'top':'Allinea\x20in\x20alto','middle':_0xecaad6(0x1b5),'bottom':_0xecaad6(0x1bf)},'textWrap':{'inline':_0xecaad6(0x197),'square':_0xecaad6(0x1b1),'topAndBottom':_0xecaad6(0x1be),'behindText':_0xecaad6(0x1a5),'inFrontText':_0xecaad6(0x193)},'crop':{'shape':_0xecaad6(0x1a6)}}};export{e as default};
1
+ function _0x562a(){const _0x282899=['8tzkOQb','406646tFdZjc','Colore\x20testo','2558385GrKTUq','In\x20linea\x20con\x20il\x20testo','Reimposta\x20colore','Posizione\x20forma','1833937xNLCjV','Grassetto','Allinea\x20a\x20Destra','Aggiungi\x20una\x20descrizione','Allinea\x20al\x20centro','2722674JfPjVh','Elimina\x20forma','Apri\x20il\x20pannello\x20livelli','Ritaglia\x20a\x20forma','Allinea\x20in\x20basso','Attiva/disattiva\x20testo\x20verticale','Sottolineato','Nessun\x20oggetto','Apri\x20pannello\x20forma','Attiva/disattiva\x20capovolgimento\x20verticale','2qBTdTk','Formato\x20forma','Ruota\x20a\x20sinistra\x2090°','Chiudi','9449328zIojsC','3162699bBXuwp','Stile\x20forma','Attiva/disattiva\x20capovolgimento\x20orizzontale','Allinea\x20a\x20Sinistra','Nascondi\x20pannello\x20forma','Davanti\x20al\x20testo','4HfUTji','Nascondi\x20tutti','Quadrato','Porta\x20indietro','Mostra\x20tutti','Colore\x20sfondo\x20testo','Inserisci\x20forma','Superiore\x20e\x20inferiore','Allinea\x20al\x20Centro','Nascondi','Allinea\x20in\x20alto','31580200mXlxQq','Nome'];_0x562a=function(){return _0x282899;};return _0x562a();}function _0x2537(_0x35b169,_0x28898e){_0x35b169=_0x35b169-0x147;const _0x562a2f=_0x562a();let _0x25372d=_0x562a2f[_0x35b169];return _0x25372d;}const _0x3fb546=_0x2537;(function(_0x4e9f3b,_0x2664bb){const _0x501978=_0x2537,_0x1175c8=_0x4e9f3b();while(!![]){try{const _0x3b4c33=-parseInt(_0x501978(0x173))/0x1*(-parseInt(_0x501978(0x15a))/0x2)+parseInt(_0x501978(0x150))/0x3+-parseInt(_0x501978(0x165))/0x4*(-parseInt(_0x501978(0x147))/0x5)+parseInt(_0x501978(0x15e))/0x6+parseInt(_0x501978(0x14b))/0x7+parseInt(_0x501978(0x172))/0x8*(parseInt(_0x501978(0x15f))/0x9)+-parseInt(_0x501978(0x170))/0xa;if(_0x3b4c33===_0x2664bb)break;else _0x1175c8['push'](_0x1175c8['shift']());}catch(_0x110209){_0x1175c8['push'](_0x1175c8['shift']());}}}(_0x562a,0xd1057));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x3fb546(0x16b),'openPanel':_0x3fb546(0x158),'deleteShape':_0x3fb546(0x151),'hidePanel':_0x3fb546(0x163),'formatShape':_0x3fb546(0x15b),'shapeStyle':_0x3fb546(0x160),'shapePosition':_0x3fb546(0x14a),'toggleFlipH':_0x3fb546(0x161),'toggleFlipV':_0x3fb546(0x159),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x3fb546(0x15c),'toggleTextVertical':_0x3fb546(0x155),'objectListPanel':{'title':'Livelli','open':_0x3fb546(0x152),'empty':_0x3fb546(0x157),'showAll':_0x3fb546(0x169),'hideAll':_0x3fb546(0x166),'show':'Mostra','hide':_0x3fb546(0x16e),'moveForward':'Porta\x20avanti','moveBackward':_0x3fb546(0x168),'close':_0x3fb546(0x15d),'name':_0x3fb546(0x171),'nameInput':'Nome\x20oggetto','description':'Descrizione','descriptionPlaceholder':_0x3fb546(0x14e),'details':'Dettagli','noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli'},'toolbar':{'alignLeft':_0x3fb546(0x162),'alignCenter':_0x3fb546(0x16d),'alignRight':_0x3fb546(0x14d),'alignJustify':'Giustifica','bold':_0x3fb546(0x14c),'italic':'Corsivo','underline':_0x3fb546(0x156),'strikethrough':'Barrato','textColor':_0x3fb546(0x174),'fillColor':_0x3fb546(0x16a),'resetColor':_0x3fb546(0x149)},'align':{'top':_0x3fb546(0x16f),'middle':_0x3fb546(0x14f),'bottom':_0x3fb546(0x154)},'textWrap':{'inline':_0x3fb546(0x148),'square':_0x3fb546(0x167),'topAndBottom':_0x3fb546(0x16c),'behindText':'Dietro\x20il\x20testo','inFrontText':_0x3fb546(0x164)},'crop':{'shape':_0x3fb546(0x153)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x29e2(_0x560ae9,_0x353fe5){_0x560ae9=_0x560ae9-0x11d;const _0x1111da=_0x1111();let _0x29e219=_0x1111da[_0x560ae9];return _0x29e219;}const _0x3d6d7e=_0x29e2;(function(_0x10037f,_0x2523e8){const _0x38eb5b=_0x29e2,_0x479244=_0x10037f();while(!![]){try{const _0x476e64=parseInt(_0x38eb5b(0x126))/0x1*(parseInt(_0x38eb5b(0x11d))/0x2)+-parseInt(_0x38eb5b(0x139))/0x3+-parseInt(_0x38eb5b(0x122))/0x4*(parseInt(_0x38eb5b(0x125))/0x5)+-parseInt(_0x38eb5b(0x124))/0x6*(parseInt(_0x38eb5b(0x11e))/0x7)+-parseInt(_0x38eb5b(0x135))/0x8*(parseInt(_0x38eb5b(0x11f))/0x9)+parseInt(_0x38eb5b(0x12c))/0xa*(parseInt(_0x38eb5b(0x121))/0xb)+parseInt(_0x38eb5b(0x136))/0xc;if(_0x476e64===_0x2523e8)break;else _0x479244['push'](_0x479244['shift']());}catch(_0x13c427){_0x479244['push'](_0x479244['shift']());}}}(_0x1111,0x36af7));function _0x1111(){const _0x2d12bc=['1610OKjVqB','592340AQlILD','6147BdkyZX','詳細を編集するオブジェクトを選択','33tZfTcW','184UNUGfF','オブジェクトがありません','6hBdvXz','46685hKjPfD','211GJmAka','反時計回りに\x2090\x20度回転','左揃え','取り消し線','四角形','両端揃え','1201490utYEdf','水平反転の切り替え','形状にトリミング','非表示','図形パネルを開く','レイヤー','閉じる','図形の書式設定','文字列の前面','24PDXLJR','5912100VUooTw','時計回りに\x2090\x20度回転','塗りつぶしの色','848445mVTOvh','図形を削除','下揃え','中央揃え','前面へ移動','すべて表示','文字の色','上揃え','すべて非表示','テキストの縦書き/横書きの切り替え'];_0x1111=function(){return _0x2d12bc;};return _0x1111();}const e={'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x3d6d7e(0x130),'deleteShape':_0x3d6d7e(0x13a),'hidePanel':'図形パネルを非表示','formatShape':_0x3d6d7e(0x133),'shapeStyle':'図形スタイル','shapePosition':'図形の位置','toggleFlipH':_0x3d6d7e(0x12d),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x3d6d7e(0x137),'rotateLeft90':_0x3d6d7e(0x127),'toggleTextVertical':_0x3d6d7e(0x142),'objectListPanel':{'title':_0x3d6d7e(0x131),'open':'レイヤーパネルを開く','empty':_0x3d6d7e(0x123),'showAll':_0x3d6d7e(0x13e),'hideAll':_0x3d6d7e(0x141),'show':'表示','hide':_0x3d6d7e(0x12f),'moveForward':_0x3d6d7e(0x13d),'moveBackward':'背面へ移動','close':_0x3d6d7e(0x132),'name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x3d6d7e(0x120)},'toolbar':{'alignLeft':_0x3d6d7e(0x128),'alignCenter':_0x3d6d7e(0x13c),'alignRight':'右揃え','alignJustify':_0x3d6d7e(0x12b),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3d6d7e(0x129),'textColor':_0x3d6d7e(0x13f),'fillColor':_0x3d6d7e(0x138),'resetColor':'色をリセット'},'align':{'top':_0x3d6d7e(0x140),'middle':_0x3d6d7e(0x13c),'bottom':_0x3d6d7e(0x13b)},'textWrap':{'inline':'行内','square':_0x3d6d7e(0x12a),'topAndBottom':'上下','behindText':'文字列の背面','inFrontText':_0x3d6d7e(0x134)},'crop':{'shape':_0x3d6d7e(0x12e)}}};export{e as default};
1
+ function _0x4809(_0x48ad37,_0x2eeb07){_0x48ad37=_0x48ad37-0x160;const _0x299b00=_0x299b();let _0x4809a1=_0x299b00[_0x48ad37];return _0x4809a1;}function _0x299b(){const _0x2df00f=['中央揃え','文字列の背面','図形の位置','詳細を編集するオブジェクトを選択','垂直反転の切り替え','159CzhvWD','672150MVtskv','オブジェクトがありません','四角形','1562cbkySA','図形の挿入','説明を追加','テキストの縦書き/横書きの切り替え','非表示','868410TjXXru','文字の色','1760751iXUTDV','オブジェクト名','背面へ移動','形状にトリミング','7133UkuwFC','色をリセット','13751040iRWdQy','前面へ移動','10pJHBPo','1782664ClUdMd','両端揃え','5528SReoUC','すべて表示','図形の書式設定','図形を削除','塗りつぶしの色','取り消し線','文字列の前面'];_0x299b=function(){return _0x2df00f;};return _0x299b();}const _0x208038=_0x4809;(function(_0xc6f946,_0x821d59){const _0x1d049b=_0x4809,_0x42cff4=_0xc6f946();while(!![]){try{const _0xc4e40=parseInt(_0x1d049b(0x166))/0x1*(-parseInt(_0x1d049b(0x16a))/0x2)+parseInt(_0x1d049b(0x171))/0x3+parseInt(_0x1d049b(0x17a))/0x4*(parseInt(_0x1d049b(0x179))/0x5)+-parseInt(_0x1d049b(0x167))/0x6+parseInt(_0x1d049b(0x175))/0x7*(parseInt(_0x1d049b(0x17c))/0x8)+parseInt(_0x1d049b(0x16f))/0x9+-parseInt(_0x1d049b(0x177))/0xa;if(_0xc4e40===_0x821d59)break;else _0x42cff4['push'](_0x42cff4['shift']());}catch(_0xb1557e){_0x42cff4['push'](_0x42cff4['shift']());}}}(_0x299b,0xa2fa8));const e={'docs-shape-ui':{'title':'図形','insertShape':_0x208038(0x16b),'openPanel':'図形パネルを開く','deleteShape':_0x208038(0x17f),'hidePanel':'図形パネルを非表示','formatShape':_0x208038(0x17e),'shapeStyle':'図形スタイル','shapePosition':_0x208038(0x163),'toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x208038(0x165),'rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x208038(0x16d),'objectListPanel':{'title':'レイヤー','open':'レイヤーパネルを開く','empty':_0x208038(0x168),'showAll':_0x208038(0x17d),'hideAll':'すべて非表示','show':'表示','hide':_0x208038(0x16e),'moveForward':_0x208038(0x178),'moveBackward':_0x208038(0x173),'close':'閉じる','name':'名前','nameInput':_0x208038(0x172),'description':'説明','descriptionPlaceholder':_0x208038(0x16c),'details':'詳細','noSelection':_0x208038(0x164)},'toolbar':{'alignLeft':'左揃え','alignCenter':_0x208038(0x161),'alignRight':'右揃え','alignJustify':_0x208038(0x17b),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x208038(0x181),'textColor':_0x208038(0x170),'fillColor':_0x208038(0x180),'resetColor':_0x208038(0x176)},'align':{'top':'上揃え','middle':'中央揃え','bottom':'下揃え'},'textWrap':{'inline':'行内','square':_0x208038(0x169),'topAndBottom':'上下','behindText':_0x208038(0x162),'inFrontText':_0x208038(0x160)},'crop':{'shape':_0x208038(0x174)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x896147=_0x4cdf;function _0x4cdf(_0x51f787,_0x11a5c9){_0x51f787=_0x51f787-0x1eb;const _0x21b05a=_0x21b0();let _0x4cdf28=_0x21b05a[_0x51f787];return _0x4cdf28;}(function(_0x34b18c,_0x56989b){const _0x156fe4=_0x4cdf,_0x4740d8=_0x34b18c();while(!![]){try{const _0x665076=parseInt(_0x156fe4(0x202))/0x1+parseInt(_0x156fe4(0x1f4))/0x2+parseInt(_0x156fe4(0x1f0))/0x3+parseInt(_0x156fe4(0x1f2))/0x4+parseInt(_0x156fe4(0x200))/0x5+-parseInt(_0x156fe4(0x203))/0x6+parseInt(_0x156fe4(0x1f7))/0x7*(-parseInt(_0x156fe4(0x210))/0x8);if(_0x665076===_0x56989b)break;else _0x4740d8['push'](_0x4740d8['shift']());}catch(_0x7a795a){_0x4740d8['push'](_0x4740d8['shift']());}}}(_0x21b0,0x22df3));const e={'docs-shape-ui':{'title':'도형','insertShape':_0x896147(0x1fa),'openPanel':_0x896147(0x204),'deleteShape':_0x896147(0x209),'hidePanel':_0x896147(0x1ff),'formatShape':_0x896147(0x1ed),'shapeStyle':_0x896147(0x20d),'shapePosition':_0x896147(0x20a),'toggleFlipH':_0x896147(0x1f9),'toggleFlipV':_0x896147(0x212),'rotateRight90':_0x896147(0x1f6),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x896147(0x1fe),'objectListPanel':{'title':_0x896147(0x213),'open':'레이어\x20패널\x20열기','empty':_0x896147(0x20c),'showAll':_0x896147(0x1fc),'hideAll':_0x896147(0x205),'show':'표시','hide':'숨기기','moveForward':_0x896147(0x211),'moveBackward':_0x896147(0x206),'close':'닫기','name':'이름','nameInput':_0x896147(0x1f5),'description':'설명','descriptionPlaceholder':_0x896147(0x1ec),'details':_0x896147(0x1eb),'noSelection':_0x896147(0x207)},'toolbar':{'alignLeft':'왼쪽\x20정렬','alignCenter':'가운데\x20정렬','alignRight':'오른쪽\x20정렬','alignJustify':_0x896147(0x1fb),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x896147(0x1f1),'textColor':_0x896147(0x1f8),'fillColor':_0x896147(0x1fd),'resetColor':_0x896147(0x20f)},'align':{'top':_0x896147(0x1ef),'middle':_0x896147(0x201),'bottom':_0x896147(0x20b)},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':_0x896147(0x1f3),'topAndBottom':_0x896147(0x20e),'behindText':_0x896147(0x208),'inFrontText':'텍스트\x20앞'},'crop':{'shape':_0x896147(0x1ee)}}};export{e as default};function _0x21b0(){const _0x3ab99f=['1061214JFtvzb','글자\x20색상','가로\x20뒤집기\x20전환','도형\x20삽입','양쪽\x20맞춤','모두\x20표시','글자\x20배경색','텍스트\x20세로/가로\x20전환','도형\x20패널\x20숨기기','556210SoAdKp','가운데\x20맞춤','199627rPMXcX','1556256QPCXhr','도형\x20패널\x20열기','모두\x20숨기기','뒤로\x20보내기','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','텍스트\x20뒤','도형\x20삭제','도형\x20위치','아래쪽\x20맞춤','개체\x20없음','도형\x20스타일','위아래','색상\x20재설정','24zlLXvl','앞으로\x20가져오기','세로\x20뒤집기\x20전환','레이어','세부\x20정보','설명\x20추가','도형\x20서식','모양에\x20맞게\x20자르기','위쪽\x20맞춤','385602VXcSzM','취소선','819624CzOLgS','사각형','425416UGieuN','개체\x20이름','시계\x20방향으로\x2090도\x20회전'];_0x21b0=function(){return _0x3ab99f;};return _0x21b0();}
1
+ function _0x1852(){const _0x2a7334=['도형\x20패널\x20열기','15483KLSokc','위쪽\x20맞춤','사각형','뒤로\x20보내기','도형\x20스타일','앞으로\x20가져오기','41566PBOwWN','8MbnTpJ','세부\x20정보','세로\x20뒤집기\x20전환','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','15rJEyCw','1572LlRmay','972323ARUpoG','도형\x20위치','숨기기','도형\x20삽입','텍스트\x20세로/가로\x20전환','2797245gqOUbw','텍스트와\x20같은\x20줄','레이어','가로\x20뒤집기\x20전환','글자\x20배경색','색상\x20재설정','1332255vmzBBR','모두\x20숨기기','텍스트\x20앞','30QcNWQh','반시계\x20방향으로\x2090도\x20회전','아래쪽\x20맞춤','개체\x20없음','글자\x20색상','가운데\x20맞춤','도형\x20패널\x20숨기기','250732qugZOp','텍스트\x20뒤','양쪽\x20맞춤','모양에\x20맞게\x20자르기','27190FRsYce','취소선','7zXjHTc','설명\x20추가','24uEqksZ'];_0x1852=function(){return _0x2a7334;};return _0x1852();}const _0x14b584=_0x3ccf;(function(_0x251df4,_0x5ea5aa){const _0x3f1a05=_0x3ccf,_0x24bdc8=_0x251df4();while(!![]){try{const _0x5a125e=parseInt(_0x3f1a05(0x12e))/0x1*(parseInt(_0x3f1a05(0x12c))/0x2)+parseInt(_0x3f1a05(0x111))/0x3*(-parseInt(_0x3f1a05(0x128))/0x4)+parseInt(_0x3f1a05(0x11e))/0x5+-parseInt(_0x3f1a05(0x130))/0x6*(-parseInt(_0x3f1a05(0x138))/0x7)+parseInt(_0x3f1a05(0x10d))/0x8*(-parseInt(_0x3f1a05(0x118))/0x9)+parseInt(_0x3f1a05(0x121))/0xa*(parseInt(_0x3f1a05(0x113))/0xb)+-parseInt(_0x3f1a05(0x112))/0xc*(-parseInt(_0x3f1a05(0x132))/0xd);if(_0x5a125e===_0x5ea5aa)break;else _0x24bdc8['push'](_0x24bdc8['shift']());}catch(_0x176b06){_0x24bdc8['push'](_0x24bdc8['shift']());}}}(_0x1852,0x2c84c));function _0x3ccf(_0x4837b6,_0x55d43f){_0x4837b6=_0x4837b6-0x10d;const _0x18527a=_0x1852();let _0x3ccf3f=_0x18527a[_0x4837b6];return _0x3ccf3f;}const e={'docs-shape-ui':{'title':'도형','insertShape':_0x14b584(0x116),'openPanel':_0x14b584(0x131),'deleteShape':'도형\x20삭제','hidePanel':_0x14b584(0x127),'formatShape':'도형\x20서식','shapeStyle':_0x14b584(0x136),'shapePosition':_0x14b584(0x114),'toggleFlipH':_0x14b584(0x11b),'toggleFlipV':_0x14b584(0x10f),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':_0x14b584(0x122),'toggleTextVertical':_0x14b584(0x117),'objectListPanel':{'title':_0x14b584(0x11a),'open':'레이어\x20패널\x20열기','empty':_0x14b584(0x124),'showAll':'모두\x20표시','hideAll':_0x14b584(0x11f),'show':'표시','hide':_0x14b584(0x115),'moveForward':_0x14b584(0x137),'moveBackward':_0x14b584(0x135),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x14b584(0x12f),'details':_0x14b584(0x10e),'noSelection':_0x14b584(0x110)},'toolbar':{'alignLeft':'왼쪽\x20정렬','alignCenter':'가운데\x20정렬','alignRight':'오른쪽\x20정렬','alignJustify':_0x14b584(0x12a),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x14b584(0x12d),'textColor':_0x14b584(0x125),'fillColor':_0x14b584(0x11c),'resetColor':_0x14b584(0x11d)},'align':{'top':_0x14b584(0x133),'middle':_0x14b584(0x126),'bottom':_0x14b584(0x123)},'textWrap':{'inline':_0x14b584(0x119),'square':_0x14b584(0x134),'topAndBottom':'위아래','behindText':_0x14b584(0x129),'inFrontText':_0x14b584(0x120)},'crop':{'shape':_0x14b584(0x12b)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x6e9a06=_0x15a0;(function(_0x5297ff,_0x14e368){const _0x463d05=_0x15a0,_0x4b3422=_0x5297ff();while(!![]){try{const _0x37d767=parseInt(_0x463d05(0x1c4))/0x1*(parseInt(_0x463d05(0x1b2))/0x2)+-parseInt(_0x463d05(0x1af))/0x3*(-parseInt(_0x463d05(0x1ac))/0x4)+parseInt(_0x463d05(0x1b6))/0x5*(parseInt(_0x463d05(0x1c2))/0x6)+-parseInt(_0x463d05(0x1b0))/0x7*(-parseInt(_0x463d05(0x1a6))/0x8)+-parseInt(_0x463d05(0x1c9))/0x9+parseInt(_0x463d05(0x1b8))/0xa+-parseInt(_0x463d05(0x19d))/0xb;if(_0x37d767===_0x14e368)break;else _0x4b3422['push'](_0x4b3422['shift']());}catch(_0xe737ac){_0x4b3422['push'](_0x4b3422['shift']());}}}(_0x478d,0x1fd23));const e={'docs-shape-ui':{'title':_0x6e9a06(0x1b4),'insertShape':_0x6e9a06(0x1a5),'openPanel':_0x6e9a06(0x1c6),'deleteShape':_0x6e9a06(0x1c0),'hidePanel':_0x6e9a06(0x1b9),'formatShape':'Formatuj\x20kształt','shapeStyle':_0x6e9a06(0x1a2),'shapePosition':_0x6e9a06(0x1ba),'toggleFlipH':_0x6e9a06(0x19c),'toggleFlipV':_0x6e9a06(0x1b3),'rotateRight90':_0x6e9a06(0x1c5),'rotateLeft90':_0x6e9a06(0x1a9),'toggleTextVertical':_0x6e9a06(0x1a0),'objectListPanel':{'title':_0x6e9a06(0x1b5),'open':_0x6e9a06(0x1a8),'empty':_0x6e9a06(0x1be),'showAll':'Pokaż\x20wszystko','hideAll':_0x6e9a06(0x1c7),'show':_0x6e9a06(0x1bb),'hide':'Ukryj','moveForward':'Przenieś\x20do\x20przodu','moveBackward':_0x6e9a06(0x1c8),'close':'Zamknij','name':_0x6e9a06(0x1a7),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':_0x6e9a06(0x1c1),'details':'Szczegóły','noSelection':_0x6e9a06(0x1a4)},'toolbar':{'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0x6e9a06(0x1bf),'alignRight':_0x6e9a06(0x19b),'alignJustify':_0x6e9a06(0x19f),'bold':_0x6e9a06(0x1ad),'italic':_0x6e9a06(0x1bc),'underline':_0x6e9a06(0x19e),'strikethrough':_0x6e9a06(0x1c3),'textColor':_0x6e9a06(0x1aa),'fillColor':_0x6e9a06(0x1ab),'resetColor':_0x6e9a06(0x1a1)},'align':{'top':_0x6e9a06(0x1ae),'middle':_0x6e9a06(0x1a3),'bottom':_0x6e9a06(0x1b1)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':_0x6e9a06(0x1bd),'topAndBottom':_0x6e9a06(0x1ca),'behindText':_0x6e9a06(0x1cb),'inFrontText':_0x6e9a06(0x1b7)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};function _0x478d(){const _0x332152=['Dodaj\x20opis','38484qMEvuj','Przekreślenie','1EPMwmC','Obróć\x20w\x20prawo\x20o\x2090°','Otwórz\x20panel\x20kształtów','Ukryj\x20wszystko','Przenieś\x20do\x20tyłu','156303BsxsHK','Góra\x20i\x20dół','Za\x20tekstem','Wyrównaj\x20do\x20prawej','Przerzuć\x20w\x20poziomie','4082980ddDVqL','Podkreślenie','Wyjustuj','Przełącz\x20tekst\x20pionowy','Resetuj\x20kolor','Styl\x20kształtu','Wyrównaj\x20do\x20środka\x20w\x20pionie','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Wstaw\x20kształt','8QGpsXK','Nazwa','Otwórz\x20panel\x20warstw','Obróć\x20w\x20lewo\x20o\x2090°','Kolor\x20tekstu','Kolor\x20tła\x20tekstu','956cFlcQL','Pogrubienie','Wyrównaj\x20do\x20góry','1389vqXsOS','1784153ummctp','Wyrównaj\x20do\x20dołu','88204rfzOnW','Przerzuć\x20w\x20pionie','Kształt','Warstwy','60tMYcRQ','Przed\x20tekstem','322800GHtiOB','Ukryj\x20panel\x20kształtów','Pozycja\x20kształtu','Pokaż','Kursywa','Kwadrat','Brak\x20obiektów','Wyrównaj\x20do\x20środka','Usuń\x20kształt'];_0x478d=function(){return _0x332152;};return _0x478d();}function _0x15a0(_0x37c5ec,_0x391e48){_0x37c5ec=_0x37c5ec-0x19b;const _0x478d60=_0x478d();let _0x15a0df=_0x478d60[_0x37c5ec];return _0x15a0df;}export{e as default};
1
+ const _0x105703=_0x2ca1;function _0x14bb(){const _0xfcfe03=['7620220Xxmotq','8658540uJvlko','13523048kftTvh','Wyrównaj\x20do\x20góry','Pokaż','Przed\x20tekstem','Wyrównaj\x20do\x20środka\x20w\x20pionie','Kolor\x20tekstu','Wyjustuj','Góra\x20i\x20dół','Kursywa','Ukryj\x20wszystko','Przerzuć\x20w\x20poziomie','Obróć\x20w\x20lewo\x20o\x2090°','W\x20linii\x20z\x20tekstem','Otwórz\x20panel\x20kształtów','Kształt','1ktcafY','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Wstaw\x20kształt','Ukryj\x20panel\x20kształtów','Wyrównaj\x20do\x20prawej','Przekreślenie','Pogrubienie','Szczegóły','Dodaj\x20opis','Warstwy','Nazwa','Resetuj\x20kolor','Styl\x20kształtu','Przełącz\x20tekst\x20pionowy','Przenieś\x20do\x20tyłu','1837356cMHhNX','Ukryj','628922XaNmix','Kwadrat','Przerzuć\x20w\x20pionie','Usuń\x20kształt','4086492ASeVxr','1361941YPtJlP','Brak\x20obiektów'];_0x14bb=function(){return _0xfcfe03;};return _0x14bb();}(function(_0x3e1135,_0x32e087){const _0x36ff56=_0x2ca1,_0x102ae7=_0x3e1135();while(!![]){try{const _0x1f83c0=parseInt(_0x36ff56(0x115))/0x1*(parseInt(_0x36ff56(0x126))/0x2)+parseInt(_0x36ff56(0x124))/0x3+-parseInt(_0x36ff56(0x12a))/0x4+parseInt(_0x36ff56(0x12d))/0x5+parseInt(_0x36ff56(0x12e))/0x6+-parseInt(_0x36ff56(0x12b))/0x7+-parseInt(_0x36ff56(0x12f))/0x8;if(_0x1f83c0===_0x32e087)break;else _0x102ae7['push'](_0x102ae7['shift']());}catch(_0x1c2ea1){_0x102ae7['push'](_0x102ae7['shift']());}}}(_0x14bb,0xf1158));function _0x2ca1(_0x1cd97c,_0x3035c5){_0x1cd97c=_0x1cd97c-0x10c;const _0x14bb42=_0x14bb();let _0x2ca1c2=_0x14bb42[_0x1cd97c];return _0x2ca1c2;}const e={'docs-shape-ui':{'title':_0x105703(0x114),'insertShape':_0x105703(0x117),'openPanel':_0x105703(0x113),'deleteShape':_0x105703(0x129),'hidePanel':_0x105703(0x118),'formatShape':'Formatuj\x20kształt','shapeStyle':_0x105703(0x121),'shapePosition':'Pozycja\x20kształtu','toggleFlipH':_0x105703(0x110),'toggleFlipV':_0x105703(0x128),'rotateRight90':'Obróć\x20w\x20prawo\x20o\x2090°','rotateLeft90':_0x105703(0x111),'toggleTextVertical':_0x105703(0x122),'objectListPanel':{'title':_0x105703(0x11e),'open':'Otwórz\x20panel\x20warstw','empty':_0x105703(0x12c),'showAll':'Pokaż\x20wszystko','hideAll':_0x105703(0x10f),'show':_0x105703(0x131),'hide':_0x105703(0x125),'moveForward':'Przenieś\x20do\x20przodu','moveBackward':_0x105703(0x123),'close':'Zamknij','name':_0x105703(0x11f),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':_0x105703(0x11d),'details':_0x105703(0x11c),'noSelection':_0x105703(0x116)},'toolbar':{'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x105703(0x119),'alignJustify':_0x105703(0x10c),'bold':_0x105703(0x11b),'italic':_0x105703(0x10e),'underline':'Podkreślenie','strikethrough':_0x105703(0x11a),'textColor':_0x105703(0x134),'fillColor':'Kolor\x20tła\x20tekstu','resetColor':_0x105703(0x120)},'align':{'top':_0x105703(0x130),'middle':_0x105703(0x133),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x105703(0x112),'square':_0x105703(0x127),'topAndBottom':_0x105703(0x10d),'behindText':'Za\x20tekstem','inFrontText':_0x105703(0x132)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};export{e as default};
@@ -1 +1 @@
1
- const _0xe560af=_0x28d9;(function(_0x3fb0dd,_0x569cba){const _0x26b0ae=_0x28d9,_0x55ee8f=_0x3fb0dd();while(!![]){try{const _0x2eaf64=-parseInt(_0x26b0ae(0x175))/0x1+-parseInt(_0x26b0ae(0x16a))/0x2*(parseInt(_0x26b0ae(0x168))/0x3)+parseInt(_0x26b0ae(0x14e))/0x4*(-parseInt(_0x26b0ae(0x169))/0x5)+-parseInt(_0x26b0ae(0x161))/0x6+parseInt(_0x26b0ae(0x15c))/0x7+-parseInt(_0x26b0ae(0x162))/0x8+parseInt(_0x26b0ae(0x158))/0x9;if(_0x2eaf64===_0x569cba)break;else _0x55ee8f['push'](_0x55ee8f['shift']());}catch(_0x29381b){_0x55ee8f['push'](_0x55ee8f['shift']());}}}(_0x144f,0x68946));function _0x144f(){const _0x41d0ad=['Ocultar','Abrir\x20painel\x20de\x20camadas','86891vEtGID','Alinhar\x20à\x20direita','Ocultar\x20tudo','Inserir\x20forma','Cor\x20de\x20fundo\x20do\x20texto','2381808HFvBuT','2319064nsYmAh','Fechar','Adicionar\x20descrição','Alinhar\x20à\x20esquerda','Ocultar\x20painel\x20de\x20formas','À\x20frente\x20do\x20texto','96qQFQsG','48445vNXoyi','34996fKSCec','Alinhar\x20ao\x20meio','Camadas','Detalhes','Posição\x20da\x20forma','Em\x20linha\x20com\x20o\x20texto','Nome\x20do\x20objeto','Alinhar\x20ao\x20centro','Tachado','Abrir\x20painel\x20de\x20formas','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','841462QxPEhu','Alinhar\x20à\x20base','Nenhum\x20objeto','Sublinhado','Girar\x2090°\x20para\x20esquerda','Cortar\x20para\x20forma','Quadrado','Excluir\x20forma','Enviar\x20para\x20trás','188qYugTx','Negrito','Trazer\x20para\x20frente','Superior\x20e\x20inferior','Formatar\x20forma','Justificar','Itálico','Mostrar','Nome','Forma','26636193ZUnFLG','Atrás\x20do\x20texto'];_0x144f=function(){return _0x41d0ad;};return _0x144f();}function _0x28d9(_0x55b1b2,_0x394d7a){_0x55b1b2=_0x55b1b2-0x14d;const _0x144fa6=_0x144f();let _0x28d919=_0x144fa6[_0x55b1b2];return _0x28d919;}const e={'docs-shape-ui':{'title':_0xe560af(0x157),'insertShape':_0xe560af(0x15f),'openPanel':_0xe560af(0x173),'deleteShape':_0xe560af(0x17c),'hidePanel':_0xe560af(0x166),'formatShape':_0xe560af(0x152),'shapeStyle':'Estilo\x20da\x20forma','shapePosition':_0xe560af(0x16e),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0xe560af(0x179),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0xe560af(0x16c),'open':_0xe560af(0x15b),'empty':_0xe560af(0x177),'showAll':'Mostrar\x20tudo','hideAll':_0xe560af(0x15e),'show':_0xe560af(0x155),'hide':_0xe560af(0x15a),'moveForward':_0xe560af(0x150),'moveBackward':_0xe560af(0x14d),'close':_0xe560af(0x163),'name':_0xe560af(0x156),'nameInput':_0xe560af(0x170),'description':'Descrição','descriptionPlaceholder':_0xe560af(0x164),'details':_0xe560af(0x16d),'noSelection':_0xe560af(0x174)},'toolbar':{'alignLeft':_0xe560af(0x165),'alignCenter':_0xe560af(0x171),'alignRight':_0xe560af(0x15d),'alignJustify':_0xe560af(0x153),'bold':_0xe560af(0x14f),'italic':_0xe560af(0x154),'underline':_0xe560af(0x178),'strikethrough':_0xe560af(0x172),'textColor':'Cor\x20do\x20texto','fillColor':_0xe560af(0x160),'resetColor':'Redefinir\x20cor'},'align':{'top':'Alinhar\x20ao\x20topo','middle':_0xe560af(0x16b),'bottom':_0xe560af(0x176)},'textWrap':{'inline':_0xe560af(0x16f),'square':_0xe560af(0x17b),'topAndBottom':_0xe560af(0x151),'behindText':_0xe560af(0x159),'inFrontText':_0xe560af(0x167)},'crop':{'shape':_0xe560af(0x17a)}}};export{e as default};
1
+ function _0xdb92(_0x3f6370,_0x1bd70a){_0x3f6370=_0x3f6370-0x8f;const _0x14b909=_0x14b9();let _0xdb9253=_0x14b909[_0x3f6370];return _0xdb9253;}const _0x60fa91=_0xdb92;(function(_0x4ddf67,_0x46af48){const _0x2e9dbc=_0xdb92,_0x5e58b7=_0x4ddf67();while(!![]){try{const _0x31e9f3=parseInt(_0x2e9dbc(0xa0))/0x1+parseInt(_0x2e9dbc(0x9b))/0x2+-parseInt(_0x2e9dbc(0xaa))/0x3*(-parseInt(_0x2e9dbc(0x92))/0x4)+-parseInt(_0x2e9dbc(0x97))/0x5+parseInt(_0x2e9dbc(0xb9))/0x6*(-parseInt(_0x2e9dbc(0xae))/0x7)+-parseInt(_0x2e9dbc(0x93))/0x8+-parseInt(_0x2e9dbc(0xbd))/0x9*(-parseInt(_0x2e9dbc(0xc0))/0xa);if(_0x31e9f3===_0x46af48)break;else _0x5e58b7['push'](_0x5e58b7['shift']());}catch(_0x4eef4){_0x5e58b7['push'](_0x5e58b7['shift']());}}}(_0x14b9,0x3b6fa));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x60fa91(0xb5),'openPanel':_0x60fa91(0xbe),'deleteShape':_0x60fa91(0xa6),'hidePanel':_0x60fa91(0xa3),'formatShape':_0x60fa91(0xb4),'shapeStyle':_0x60fa91(0xbc),'shapePosition':_0x60fa91(0xba),'toggleFlipH':_0x60fa91(0xb2),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x60fa91(0x94),'rotateLeft90':_0x60fa91(0xb3),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Camadas','open':_0x60fa91(0xa1),'empty':'Nenhum\x20objeto','showAll':_0x60fa91(0x90),'hideAll':_0x60fa91(0x96),'show':_0x60fa91(0xad),'hide':_0x60fa91(0xb6),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x60fa91(0x8f),'close':_0x60fa91(0xbb),'name':_0x60fa91(0xaf),'nameInput':_0x60fa91(0xab),'description':'Descrição','descriptionPlaceholder':_0x60fa91(0x91),'details':_0x60fa91(0x9c),'noSelection':_0x60fa91(0xa7)},'toolbar':{'alignLeft':_0x60fa91(0xbf),'alignCenter':_0x60fa91(0x98),'alignRight':_0x60fa91(0x95),'alignJustify':_0x60fa91(0xa9),'bold':_0x60fa91(0xa4),'italic':_0x60fa91(0x9f),'underline':_0x60fa91(0xa5),'strikethrough':_0x60fa91(0xa2),'textColor':'Cor\x20do\x20texto','fillColor':_0x60fa91(0x9d),'resetColor':_0x60fa91(0x99)},'align':{'top':_0x60fa91(0x9e),'middle':_0x60fa91(0xb0),'bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0x60fa91(0xb8),'square':_0x60fa91(0x9a),'topAndBottom':_0x60fa91(0xb7),'behindText':_0x60fa91(0xa8),'inFrontText':_0x60fa91(0xac)},'crop':{'shape':_0x60fa91(0xb1)}}};function _0x14b9(){const _0x1fa47f=['Cortar\x20para\x20forma','Alternar\x20inversão\x20horizontal','Girar\x2090°\x20para\x20esquerda','Formatar\x20forma','Inserir\x20forma','Ocultar','Superior\x20e\x20inferior','Em\x20linha\x20com\x20o\x20texto','12AacHmj','Posição\x20da\x20forma','Fechar','Estilo\x20da\x20forma','4923gvNACO','Abrir\x20painel\x20de\x20formas','Alinhar\x20à\x20esquerda','19370spMOgd','Enviar\x20para\x20trás','Mostrar\x20tudo','Adicionar\x20descrição','4aUgoXk','2481456PhNJeU','Girar\x2090°\x20para\x20direita','Alinhar\x20à\x20direita','Ocultar\x20tudo','1840910XUvkxP','Alinhar\x20ao\x20centro','Redefinir\x20cor','Quadrado','149008zVDINi','Detalhes','Cor\x20de\x20fundo\x20do\x20texto','Alinhar\x20ao\x20topo','Itálico','10982YJOcYC','Abrir\x20painel\x20de\x20camadas','Tachado','Ocultar\x20painel\x20de\x20formas','Negrito','Sublinhado','Excluir\x20forma','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Atrás\x20do\x20texto','Justificar','748833uaMqbE','Nome\x20do\x20objeto','À\x20frente\x20do\x20texto','Mostrar','1654877NRdJht','Nome','Alinhar\x20ao\x20meio'];_0x14b9=function(){return _0x1fa47f;};return _0x14b9();}export{e as default};
@@ -1 +1 @@
1
- function _0x113e(){const _0xb77ef7=['Курсив','Вокруг\x20рамки','Переключить\x20вертикальное\x20положение\x20текста','Скрыть','63340PUfQUe','В\x20тексте','Открыть\x20панель\x20слоев','Переместить\x20назад','Выровнять\x20посередине','Обрезать\x20по\x20форме','Сбросить\x20цвет','Скрыть\x20панель\x20фигур','Переключить\x20горизонтальное\x20отражение','Сведения','Фигура','Нет\x20объектов','460216KHFzwY','Имя','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Цвет\x20текста','Скрыть\x20все','Сверху\x20и\x20снизу','Выровнять\x20по\x20правому\x20краю','12fhsXqc','Зачеркнутый','Удалить\x20фигуру','693wiZUKe','Выровнять\x20по\x20левому\x20краю','6177688nKyHMu','1942zMPCnv','Положение\x20фигуры','Стиль\x20фигуры','За\x20текстом','Показать','Имя\x20объекта','906BIvCIY','Выберите\x20объект\x20для\x20редактирования\x20сведений','15056XaygdV','Выровнять\x20по\x20центру','Выровнять\x20по\x20нижнему\x20краю','2559qQihuT','4106076KWbfOn','Перед\x20текстом','20902NDIAcD','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Выровнять\x20по\x20верхнему\x20краю','10iQHUKh','Показать\x20все','Открыть\x20панель\x20фигур','Подчеркнутый','Вставить\x20фигуру','Переместить\x20вперед','Выровнять\x20по\x20ширине','Закрыть','9hJmoCN'];_0x113e=function(){return _0xb77ef7;};return _0x113e();}const _0xed1097=_0x5b1d;(function(_0x29e411,_0x31a38d){const _0x5bc617=_0x5b1d,_0x284a09=_0x29e411();while(!![]){try{const _0x1420fb=-parseInt(_0x5bc617(0x1c9))/0x1+parseInt(_0x5bc617(0x19f))/0x2*(parseInt(_0x5bc617(0x1aa))/0x3)+parseInt(_0x5bc617(0x1a7))/0x4*(-parseInt(_0x5bc617(0x1b0))/0x5)+parseInt(_0x5bc617(0x1a5))/0x6*(-parseInt(_0x5bc617(0x1ad))/0x7)+parseInt(_0x5bc617(0x19e))/0x8*(parseInt(_0x5bc617(0x1b8))/0x9)+-parseInt(_0x5bc617(0x1bd))/0xa*(parseInt(_0x5bc617(0x19c))/0xb)+-parseInt(_0x5bc617(0x199))/0xc*(-parseInt(_0x5bc617(0x1ab))/0xd);if(_0x1420fb===_0x31a38d)break;else _0x284a09['push'](_0x284a09['shift']());}catch(_0x32f1a2){_0x284a09['push'](_0x284a09['shift']());}}}(_0x113e,0x9227e));function _0x5b1d(_0x5031ee,_0x39d9cd){_0x5031ee=_0x5031ee-0x195;const _0x113e71=_0x113e();let _0x5b1d45=_0x113e71[_0x5031ee];return _0x5b1d45;}const e={'docs-shape-ui':{'title':_0xed1097(0x1c7),'insertShape':_0xed1097(0x1b4),'openPanel':_0xed1097(0x1b2),'deleteShape':_0xed1097(0x19b),'hidePanel':_0xed1097(0x1c4),'formatShape':'Форматировать\x20фигуру','shapeStyle':_0xed1097(0x1a1),'shapePosition':_0xed1097(0x1a0),'toggleFlipH':_0xed1097(0x1c5),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0xed1097(0x1ae),'rotateLeft90':_0xed1097(0x1cb),'toggleTextVertical':_0xed1097(0x1bb),'objectListPanel':{'title':'Слои','open':_0xed1097(0x1bf),'empty':_0xed1097(0x1c8),'showAll':_0xed1097(0x1b1),'hideAll':_0xed1097(0x196),'show':_0xed1097(0x1a3),'hide':_0xed1097(0x1bc),'moveForward':_0xed1097(0x1b5),'moveBackward':_0xed1097(0x1c0),'close':_0xed1097(0x1b7),'name':_0xed1097(0x1ca),'nameInput':_0xed1097(0x1a4),'description':'Описание','descriptionPlaceholder':'Добавить\x20описание','details':_0xed1097(0x1c6),'noSelection':_0xed1097(0x1a6)},'toolbar':{'alignLeft':_0xed1097(0x19d),'alignCenter':_0xed1097(0x1a8),'alignRight':_0xed1097(0x198),'alignJustify':_0xed1097(0x1b6),'bold':'Полужирный','italic':_0xed1097(0x1b9),'underline':_0xed1097(0x1b3),'strikethrough':_0xed1097(0x19a),'textColor':_0xed1097(0x195),'fillColor':'Цвет\x20фона\x20текста','resetColor':_0xed1097(0x1c3)},'align':{'top':_0xed1097(0x1af),'middle':_0xed1097(0x1c1),'bottom':_0xed1097(0x1a9)},'textWrap':{'inline':_0xed1097(0x1be),'square':_0xed1097(0x1ba),'topAndBottom':_0xed1097(0x197),'behindText':_0xed1097(0x1a2),'inFrontText':_0xed1097(0x1ac)},'crop':{'shape':_0xed1097(0x1c2)}}};export{e as default};
1
+ function _0x1280(_0x18348a,_0x594565){_0x18348a=_0x18348a-0x1bf;const _0x18bc52=_0x18bc();let _0x128075=_0x18bc52[_0x18348a];return _0x128075;}function _0x18bc(){const _0x5ba47a=['Форматировать\x20фигуру','Слои','Имя\x20объекта','Вокруг\x20рамки','Сверху\x20и\x20снизу','7360305wYQkVE','Переместить\x20вперед','Показать\x20все','4742rjDirc','Цвет\x20фона\x20текста','Скрыть\x20панель\x20фигур','Удалить\x20фигуру','5145642IxTrDv','Переключить\x20вертикальное\x20положение\x20текста','Закрыть','913yhxaPt','Выровнять\x20по\x20центру','Выберите\x20объект\x20для\x20редактирования\x20сведений','Скрыть','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Нет\x20объектов','18taytVA','Полужирный','787432BEzwak','Выровнять\x20по\x20левому\x20краю','8344PXoCoM','Переключить\x20горизонтальное\x20отражение','Сведения','Стиль\x20фигуры','Обрезать\x20по\x20форме','Добавить\x20описание','60351iCJfJE','Описание','236260TlwcfH','Переключить\x20вертикальное\x20отражение','Положение\x20фигуры','579pUlfsJ','Выровнять\x20по\x20ширине','Скрыть\x20все','Открыть\x20панель\x20слоев','Выровнять\x20по\x20правому\x20краю','7WqMNgu','Выровнять\x20по\x20нижнему\x20краю','Сбросить\x20цвет','За\x20текстом'];_0x18bc=function(){return _0x5ba47a;};return _0x18bc();}const _0x2f32fa=_0x1280;(function(_0x2c9b35,_0x523920){const _0xf12ef6=_0x1280,_0x2d62e2=_0x2c9b35();while(!![]){try{const _0x3cc641=parseInt(_0xf12ef6(0x1cc))/0x1*(parseInt(_0xf12ef6(0x1dd))/0x2)+-parseInt(_0xf12ef6(0x1c7))/0x3+-parseInt(_0xf12ef6(0x1bf))/0x4+-parseInt(_0xf12ef6(0x1da))/0x5+-parseInt(_0xf12ef6(0x1e1))/0x6*(parseInt(_0xf12ef6(0x1d1))/0x7)+-parseInt(_0xf12ef6(0x1c1))/0x8*(parseInt(_0xf12ef6(0x1ea))/0x9)+parseInt(_0xf12ef6(0x1c9))/0xa*(parseInt(_0xf12ef6(0x1e4))/0xb);if(_0x3cc641===_0x523920)break;else _0x2d62e2['push'](_0x2d62e2['shift']());}catch(_0x54a691){_0x2d62e2['push'](_0x2d62e2['shift']());}}}(_0x18bc,0xbfa8e));const e={'docs-shape-ui':{'title':'Фигура','insertShape':'Вставить\x20фигуру','openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0x2f32fa(0x1e0),'hidePanel':_0x2f32fa(0x1df),'formatShape':_0x2f32fa(0x1d5),'shapeStyle':_0x2f32fa(0x1c4),'shapePosition':_0x2f32fa(0x1cb),'toggleFlipH':_0x2f32fa(0x1c2),'toggleFlipV':_0x2f32fa(0x1ca),'rotateRight90':'Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','rotateLeft90':_0x2f32fa(0x1e8),'toggleTextVertical':_0x2f32fa(0x1e2),'objectListPanel':{'title':_0x2f32fa(0x1d6),'open':_0x2f32fa(0x1cf),'empty':_0x2f32fa(0x1e9),'showAll':_0x2f32fa(0x1dc),'hideAll':_0x2f32fa(0x1ce),'show':'Показать','hide':_0x2f32fa(0x1e7),'moveForward':_0x2f32fa(0x1db),'moveBackward':'Переместить\x20назад','close':_0x2f32fa(0x1e3),'name':'Имя','nameInput':_0x2f32fa(0x1d7),'description':_0x2f32fa(0x1c8),'descriptionPlaceholder':_0x2f32fa(0x1c6),'details':_0x2f32fa(0x1c3),'noSelection':_0x2f32fa(0x1e6)},'toolbar':{'alignLeft':_0x2f32fa(0x1c0),'alignCenter':_0x2f32fa(0x1e5),'alignRight':_0x2f32fa(0x1d0),'alignJustify':_0x2f32fa(0x1cd),'bold':_0x2f32fa(0x1eb),'italic':'Курсив','underline':'Подчеркнутый','strikethrough':'Зачеркнутый','textColor':'Цвет\x20текста','fillColor':_0x2f32fa(0x1de),'resetColor':_0x2f32fa(0x1d3)},'align':{'top':'Выровнять\x20по\x20верхнему\x20краю','middle':'Выровнять\x20посередине','bottom':_0x2f32fa(0x1d2)},'textWrap':{'inline':'В\x20тексте','square':_0x2f32fa(0x1d8),'topAndBottom':_0x2f32fa(0x1d9),'behindText':_0x2f32fa(0x1d4),'inFrontText':'Перед\x20текстом'},'crop':{'shape':_0x2f32fa(0x1c5)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2821(_0x41d877,_0x1aeedf){_0x41d877=_0x41d877-0x9d;const _0x5a6bb0=_0x5a6b();let _0x28216d=_0x5a6bb0[_0x41d877];return _0x28216d;}const _0x4888c7=_0x2821;(function(_0x17f531,_0x2d236e){const _0x30339d=_0x2821,_0x462b00=_0x17f531();while(!![]){try{const _0x193f14=parseInt(_0x30339d(0xb3))/0x1*(-parseInt(_0x30339d(0xc6))/0x2)+parseInt(_0x30339d(0xbf))/0x3*(parseInt(_0x30339d(0xc0))/0x4)+-parseInt(_0x30339d(0xba))/0x5*(-parseInt(_0x30339d(0xac))/0x6)+parseInt(_0x30339d(0xa3))/0x7+-parseInt(_0x30339d(0xbb))/0x8+-parseInt(_0x30339d(0xb2))/0x9+-parseInt(_0x30339d(0xbe))/0xa*(-parseInt(_0x30339d(0xa6))/0xb);if(_0x193f14===_0x2d236e)break;else _0x462b00['push'](_0x462b00['shift']());}catch(_0x18984d){_0x462b00['push'](_0x462b00['shift']());}}}(_0x5a6b,0xbc2a6));function _0x5a6b(){const _0x101438=['36DuobBg','Názov\x20objektu','Prepnúť\x20zvislé\x20prevrátenie','Zarovnať\x20na\x20stred','Zarovnať\x20doľava','Otvoriť\x20panel\x20vrstiev','6pjUAZN','Zavrieť','Pridať\x20popis','Kurzíva','Presunúť\x20dozadu','Hore\x20a\x20dole','Obdĺžnikové','Žiadne\x20objekty','Poloha\x20tvaru','Farba\x20pozadia\x20textu','Obnoviť\x20farbu','V\x20riadku\x20s\x20textom','Otvoriť\x20panel\x20tvarov','2798292vAGJgi','Podčiarknutie','Štýl\x20tvaru','1552804ofyUrz','Skryť\x20panel\x20tvarov','Názov','Zarovnať\x20hore','Formátovať\x20tvar','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','24UWrZDf','Prečiarknuté','Farba\x20textu','Zobraziť\x20všetko','Prepnúť\x20vodorovné\x20prevrátenie','Otočiť\x20doľava\x20o\x2090°','9543051GDupxs','486773WnFzsw','Oříznout\x20podle\x20tvaru','Vrstvy','Presunúť\x20dopredu','Podrobnosti','Zarovnať\x20dole','Popis','800070qcVjbQ','9495736EszcpV','Odstrániť\x20tvar','Pred\x20textom','190muTkWT','252141ACKnrc'];_0x5a6b=function(){return _0x101438;};return _0x5a6b();}const e={'docs-shape-ui':{'title':'Tvar','insertShape':'Vložiť\x20tvar','openPanel':_0x4888c7(0xa2),'deleteShape':_0x4888c7(0xbc),'hidePanel':_0x4888c7(0xa7),'formatShape':_0x4888c7(0xaa),'shapeStyle':_0x4888c7(0xa5),'shapePosition':_0x4888c7(0x9e),'toggleFlipH':_0x4888c7(0xb0),'toggleFlipV':_0x4888c7(0xc2),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0x4888c7(0xb1),'toggleTextVertical':'Přepnout\x20text\x20vertikálně','objectListPanel':{'title':_0x4888c7(0xb5),'open':_0x4888c7(0xc5),'empty':_0x4888c7(0x9d),'showAll':_0x4888c7(0xaf),'hideAll':'Skryť\x20všetko','show':'Zobraziť','hide':'Skryť','moveForward':_0x4888c7(0xb6),'moveBackward':_0x4888c7(0xca),'close':_0x4888c7(0xc7),'name':_0x4888c7(0xa8),'nameInput':_0x4888c7(0xc1),'description':_0x4888c7(0xb9),'descriptionPlaceholder':_0x4888c7(0xc8),'details':_0x4888c7(0xb7),'noSelection':_0x4888c7(0xab)},'toolbar':{'alignLeft':_0x4888c7(0xc4),'alignCenter':'Zarovnať\x20na\x20stred','alignRight':'Zarovnať\x20doprava','alignJustify':'Zarovnať\x20do\x20bloku','bold':'Tučné','italic':_0x4888c7(0xc9),'underline':_0x4888c7(0xa4),'strikethrough':_0x4888c7(0xad),'textColor':_0x4888c7(0xae),'fillColor':_0x4888c7(0x9f),'resetColor':_0x4888c7(0xa0)},'align':{'top':_0x4888c7(0xa9),'middle':_0x4888c7(0xc3),'bottom':_0x4888c7(0xb8)},'textWrap':{'inline':_0x4888c7(0xa1),'square':_0x4888c7(0xcc),'topAndBottom':_0x4888c7(0xcb),'behindText':'Za\x20textom','inFrontText':_0x4888c7(0xbd)},'crop':{'shape':_0x4888c7(0xb4)}}};export{e as default};
1
+ function _0x377e(_0x3faa8b,_0x58bdd2){_0x3faa8b=_0x3faa8b-0x163;const _0x56cd75=_0x56cd();let _0x377e7e=_0x56cd75[_0x3faa8b];return _0x377e7e;}function _0x56cd(){const _0x59e1e8=['Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','8TBYdPc','Presunúť\x20dozadu','288sgtOes','1082430xDyoMY','3116267KlentL','1454700oJiVuH','175JyJWcC','Zarovnať\x20doľava','17184JQExsG','Štýl\x20tvaru','Otvoriť\x20panel\x20tvarov','Poloha\x20tvaru','Podrobnosti','Zarovnať\x20doprava','Otočiť\x20doprava\x20o\x2090°','196734PPvSuI','Zarovnať\x20dole','Hore\x20a\x20dole','Pred\x20textom','Popis','Odstrániť\x20tvar','Zobraziť','Oříznout\x20podle\x20tvaru','Prečiarknuté','Otvoriť\x20panel\x20vrstiev','Obnoviť\x20farbu','20560JeLwgH','Zarovnať\x20na\x20stred','Názov\x20objektu','Přepnout\x20text\x20vertikálně','2kLkGlK','42401cqNWYf','Prepnúť\x20zvislé\x20prevrátenie','Pridať\x20popis','Skryť\x20panel\x20tvarov','Presunúť\x20dopredu','Podčiarknutie','Zarovnať\x20do\x20bloku','Zarovnať\x20hore','Zobraziť\x20všetko','Skryť','Tučné','Žiadne\x20objekty','Za\x20textom','Obdĺžnikové'];_0x56cd=function(){return _0x59e1e8;};return _0x56cd();}const _0x41dc65=_0x377e;(function(_0x2e244b,_0x1e0881){const _0x40258a=_0x377e,_0x318430=_0x2e244b();while(!![]){try{const _0x2482ca=parseInt(_0x40258a(0x16c))/0x1*(-parseInt(_0x40258a(0x16b))/0x2)+-parseInt(_0x40258a(0x18a))/0x3*(parseInt(_0x40258a(0x17b))/0x4)+parseInt(_0x40258a(0x17e))/0x5+parseInt(_0x40258a(0x183))/0x6*(parseInt(_0x40258a(0x181))/0x7)+parseInt(_0x40258a(0x167))/0x8*(-parseInt(_0x40258a(0x17d))/0x9)+-parseInt(_0x40258a(0x180))/0xa+parseInt(_0x40258a(0x17f))/0xb;if(_0x2482ca===_0x1e0881)break;else _0x318430['push'](_0x318430['shift']());}catch(_0x5c5e92){_0x318430['push'](_0x318430['shift']());}}}(_0x56cd,0x29884));const e={'docs-shape-ui':{'title':'Tvar','insertShape':'Vložiť\x20tvar','openPanel':_0x41dc65(0x185),'deleteShape':_0x41dc65(0x18f),'hidePanel':_0x41dc65(0x16f),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x41dc65(0x184),'shapePosition':_0x41dc65(0x186),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0x41dc65(0x16d),'rotateRight90':_0x41dc65(0x189),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x41dc65(0x16a),'objectListPanel':{'title':'Vrstvy','open':_0x41dc65(0x165),'empty':_0x41dc65(0x177),'showAll':_0x41dc65(0x174),'hideAll':'Skryť\x20všetko','show':_0x41dc65(0x190),'hide':_0x41dc65(0x175),'moveForward':_0x41dc65(0x170),'moveBackward':_0x41dc65(0x17c),'close':'Zavrieť','name':'Názov','nameInput':_0x41dc65(0x169),'description':_0x41dc65(0x18e),'descriptionPlaceholder':_0x41dc65(0x16e),'details':_0x41dc65(0x187),'noSelection':_0x41dc65(0x17a)},'toolbar':{'alignLeft':_0x41dc65(0x182),'alignCenter':_0x41dc65(0x168),'alignRight':_0x41dc65(0x188),'alignJustify':_0x41dc65(0x172),'bold':_0x41dc65(0x176),'italic':'Kurzíva','underline':_0x41dc65(0x171),'strikethrough':_0x41dc65(0x164),'textColor':'Farba\x20textu','fillColor':'Farba\x20pozadia\x20textu','resetColor':_0x41dc65(0x166)},'align':{'top':_0x41dc65(0x173),'middle':'Zarovnať\x20na\x20stred','bottom':_0x41dc65(0x18b)},'textWrap':{'inline':'V\x20riadku\x20s\x20textom','square':_0x41dc65(0x179),'topAndBottom':_0x41dc65(0x18c),'behindText':_0x41dc65(0x178),'inFrontText':_0x41dc65(0x18d)},'crop':{'shape':_0x41dc65(0x163)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x929ef1=_0xbfb8;function _0x57de(){const _0x46ef28=['Căn\x20dưới','Màu\x20chữ','2TEcNtS','Căn\x20giữa\x20theo\x20chiều\x20dọc','Chuyển\x20đổi\x20lật\x20ngang','Hiện\x20tất\x20cả','Màu\x20nền\x20văn\x20bản','Hiện','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Căn\x20đều\x20hai\x20bên','Phía\x20sau\x20văn\x20bản','Tên','Trên\x20và\x20dưới','Chuyển\x20đổi\x20văn\x20bản\x20dọc','2268255gFZJpT','Căn\x20trái','Đưa\x20xuống\x20dưới','Định\x20dạng\x20hình\x20dạng','Chi\x20tiết','Tên\x20đối\x20tượng','4179564UQWFWf','Phía\x20trước\x20văn\x20bản','Chưa\x20có\x20đối\x20tượng','Ẩn\x20tất\x20cả','Căn\x20phải','Đưa\x20lên\x20trên','In\x20đậm','331678BFFHyR','Mở\x20bảng\x20hình\x20dạng','8YmZAVR','Xóa\x20hình\x20dạng','3742417VIEGCU','10765610sgIKBj','Căn\x20giữa','Cắt\x20theo\x20hình\x20dạng','Chèn\x20hình\x20dạng','Cùng\x20dòng\x20với\x20văn\x20bản','35PRogOL','1462724DUdLAV','Thêm\x20mô\x20tả','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','339378exYBlj'];_0x57de=function(){return _0x46ef28;};return _0x57de();}function _0xbfb8(_0xa0db3f,_0x57fe1f){_0xa0db3f=_0xa0db3f-0x19b;const _0x57dee5=_0x57de();let _0xbfb8a1=_0x57dee5[_0xa0db3f];return _0xbfb8a1;}(function(_0x1a597c,_0x1a1c6f){const _0x42647f=_0xbfb8,_0x497a39=_0x1a597c();while(!![]){try{const _0x47d45=parseInt(_0x42647f(0x19f))/0x1+parseInt(_0x42647f(0x1b0))/0x2*(-parseInt(_0x42647f(0x1bd))/0x3)+parseInt(_0x42647f(0x1aa))/0x4+-parseInt(_0x42647f(0x1a9))/0x5*(-parseInt(_0x42647f(0x1ad))/0x6)+parseInt(_0x42647f(0x1a3))/0x7*(-parseInt(_0x42647f(0x1a1))/0x8)+-parseInt(_0x42647f(0x1c3))/0x9+parseInt(_0x42647f(0x1a4))/0xa;if(_0x47d45===_0x1a1c6f)break;else _0x497a39['push'](_0x497a39['shift']());}catch(_0x4b7725){_0x497a39['push'](_0x497a39['shift']());}}}(_0x57de,0x6541d));const e={'docs-shape-ui':{'title':'Hình\x20dạng','insertShape':_0x929ef1(0x1a7),'openPanel':_0x929ef1(0x1a0),'deleteShape':_0x929ef1(0x1a2),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x929ef1(0x1c0),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0x929ef1(0x1b2),'toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x929ef1(0x1b7),'rotateLeft90':_0x929ef1(0x1ac),'toggleTextVertical':_0x929ef1(0x1bc),'objectListPanel':{'title':'Lớp','open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','empty':_0x929ef1(0x1c5),'showAll':_0x929ef1(0x1b3),'hideAll':_0x929ef1(0x19b),'show':_0x929ef1(0x1b5),'hide':'Ẩn','moveForward':_0x929ef1(0x19d),'moveBackward':_0x929ef1(0x1bf),'close':'Đóng','name':_0x929ef1(0x1ba),'nameInput':_0x929ef1(0x1c2),'description':'Mô\x20tả','descriptionPlaceholder':_0x929ef1(0x1ab),'details':_0x929ef1(0x1c1),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'toolbar':{'alignLeft':_0x929ef1(0x1be),'alignCenter':_0x929ef1(0x1a5),'alignRight':_0x929ef1(0x19c),'alignJustify':_0x929ef1(0x1b8),'bold':_0x929ef1(0x19e),'italic':'In\x20nghiêng','underline':_0x929ef1(0x1b6),'strikethrough':'Gạch\x20ngang','textColor':_0x929ef1(0x1af),'fillColor':_0x929ef1(0x1b4),'resetColor':'Đặt\x20lại\x20màu'},'align':{'top':'Căn\x20trên','middle':_0x929ef1(0x1b1),'bottom':_0x929ef1(0x1ae)},'textWrap':{'inline':_0x929ef1(0x1a8),'square':'Bao\x20quanh','topAndBottom':_0x929ef1(0x1bb),'behindText':_0x929ef1(0x1b9),'inFrontText':_0x929ef1(0x1c4)},'crop':{'shape':_0x929ef1(0x1a6)}}};export{e as default};
1
+ function _0x7631(){const _0x8a6c46=['Định\x20dạng\x20hình\x20dạng','Căn\x20trên','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Phía\x20trước\x20văn\x20bản','Mô\x20tả','Chuyển\x20đổi\x20văn\x20bản\x20dọc','6871613tlGpWX','Xóa\x20hình\x20dạng','Căn\x20phải','Kiểu\x20hình\x20dạng','Thêm\x20mô\x20tả','6745560WqdBJo','Tên\x20đối\x20tượng','Gạch\x20chân','1532qGHCJL','Căn\x20đều\x20hai\x20bên','Căn\x20giữa\x20theo\x20chiều\x20dọc','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','2WVSOUW','28356QBMpXY','Chèn\x20hình\x20dạng','Trên\x20và\x20dưới','10275354TJNYYm','8VQzLGy','In\x20đậm','Màu\x20nền\x20văn\x20bản','693960zLIlOZ','88XtLbHw','Đóng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Hình\x20dạng','In\x20nghiêng','Đưa\x20xuống\x20dưới','Phía\x20sau\x20văn\x20bản','15870AmwKdz','Mở\x20bảng\x20điều\x20khiển\x20lớp','Gạch\x20ngang','Hiện\x20tất\x20cả','Căn\x20dưới','Đưa\x20lên\x20trên','Màu\x20chữ','Đặt\x20lại\x20màu','Bao\x20quanh','Chưa\x20có\x20đối\x20tượng','Chi\x20tiết','Ẩn\x20bảng\x20hình\x20dạng','Lớp','6MEsfoE','Hiện','819855sCWOKx','Tên'];_0x7631=function(){return _0x8a6c46;};return _0x7631();}const _0x401793=_0xacf1;(function(_0x518ec1,_0x456edf){const _0x3754d9=_0xacf1,_0x20d7bb=_0x518ec1();while(!![]){try{const _0x3bc37b=-parseInt(_0x3754d9(0x20a))/0x1*(-parseInt(_0x3754d9(0x20b))/0x2)+-parseInt(_0x3754d9(0x1f6))/0x3+-parseInt(_0x3754d9(0x206))/0x4*(parseInt(_0x3754d9(0x1e7))/0x5)+-parseInt(_0x3754d9(0x1f4))/0x6*(-parseInt(_0x3754d9(0x1fe))/0x7)+-parseInt(_0x3754d9(0x20f))/0x8*(-parseInt(_0x3754d9(0x20e))/0x9)+parseInt(_0x3754d9(0x203))/0xa+parseInt(_0x3754d9(0x213))/0xb*(-parseInt(_0x3754d9(0x212))/0xc);if(_0x3bc37b===_0x456edf)break;else _0x20d7bb['push'](_0x20d7bb['shift']());}catch(_0x373cea){_0x20d7bb['push'](_0x20d7bb['shift']());}}}(_0x7631,0xd58d6));const e={'docs-shape-ui':{'title':_0x401793(0x216),'insertShape':_0x401793(0x20c),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x401793(0x1ff),'hidePanel':_0x401793(0x1f2),'formatShape':_0x401793(0x1f8),'shapeStyle':_0x401793(0x201),'shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x401793(0x1fa),'rotateLeft90':_0x401793(0x215),'toggleTextVertical':_0x401793(0x1fd),'objectListPanel':{'title':_0x401793(0x1f3),'open':_0x401793(0x1e8),'empty':_0x401793(0x1f0),'showAll':_0x401793(0x1ea),'hideAll':'Ẩn\x20tất\x20cả','show':_0x401793(0x1f5),'hide':'Ẩn','moveForward':_0x401793(0x1ec),'moveBackward':_0x401793(0x218),'close':_0x401793(0x214),'name':_0x401793(0x1f7),'nameInput':_0x401793(0x204),'description':_0x401793(0x1fc),'descriptionPlaceholder':_0x401793(0x202),'details':_0x401793(0x1f1),'noSelection':_0x401793(0x209)},'toolbar':{'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x401793(0x200),'alignJustify':_0x401793(0x207),'bold':_0x401793(0x210),'italic':_0x401793(0x217),'underline':_0x401793(0x205),'strikethrough':_0x401793(0x1e9),'textColor':_0x401793(0x1ed),'fillColor':_0x401793(0x211),'resetColor':_0x401793(0x1ee)},'align':{'top':_0x401793(0x1f9),'middle':_0x401793(0x208),'bottom':_0x401793(0x1eb)},'textWrap':{'inline':'Cùng\x20dòng\x20với\x20văn\x20bản','square':_0x401793(0x1ef),'topAndBottom':_0x401793(0x20d),'behindText':_0x401793(0x219),'inFrontText':_0x401793(0x1fb)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};function _0xacf1(_0x5a2ec3,_0x2f8c86){_0x5a2ec3=_0x5a2ec3-0x1e7;const _0x763123=_0x7631();let _0xacf1d7=_0x763123[_0x5a2ec3];return _0xacf1d7;}export{e as default};
@@ -1 +1 @@
1
- function _0x3473(_0x1b2769,_0x3c1ed2){_0x1b2769=_0x1b2769-0x1f3;const _0x4b156=_0x4b15();let _0x34739a=_0x4b156[_0x1b2769];return _0x34739a;}const _0x16f683=_0x3473;(function(_0x145b44,_0xffadd8){const _0x37a8fd=_0x3473,_0x525a2a=_0x145b44();while(!![]){try{const _0x30c97e=-parseInt(_0x37a8fd(0x20b))/0x1*(parseInt(_0x37a8fd(0x1f4))/0x2)+-parseInt(_0x37a8fd(0x216))/0x3*(parseInt(_0x37a8fd(0x217))/0x4)+-parseInt(_0x37a8fd(0x1f9))/0x5+-parseInt(_0x37a8fd(0x1ff))/0x6+parseInt(_0x37a8fd(0x1f7))/0x7*(-parseInt(_0x37a8fd(0x1fb))/0x8)+-parseInt(_0x37a8fd(0x212))/0x9*(-parseInt(_0x37a8fd(0x219))/0xa)+-parseInt(_0x37a8fd(0x211))/0xb*(-parseInt(_0x37a8fd(0x202))/0xc);if(_0x30c97e===_0xffadd8)break;else _0x525a2a['push'](_0x525a2a['shift']());}catch(_0x4f7c55){_0x525a2a['push'](_0x525a2a['shift']());}}}(_0x4b15,0x9a0f5));const e={'docs-shape-ui':{'title':'形状','insertShape':_0x16f683(0x1fd),'openPanel':_0x16f683(0x1f5),'deleteShape':_0x16f683(0x21c),'hidePanel':_0x16f683(0x21e),'formatShape':_0x16f683(0x200),'shapeStyle':'形状样式','shapePosition':_0x16f683(0x20c),'toggleFlipH':_0x16f683(0x208),'toggleFlipV':_0x16f683(0x20a),'rotateRight90':_0x16f683(0x21a),'rotateLeft90':_0x16f683(0x218),'toggleTextVertical':_0x16f683(0x201),'objectListPanel':{'title':'图层','open':_0x16f683(0x203),'empty':_0x16f683(0x205),'showAll':_0x16f683(0x206),'hideAll':_0x16f683(0x1f8),'show':'显示','hide':'隐藏','moveForward':_0x16f683(0x20f),'moveBackward':_0x16f683(0x1f6),'close':'关闭','name':'名称','nameInput':'对象名称','description':'描述','descriptionPlaceholder':_0x16f683(0x1fe),'details':'详情','noSelection':_0x16f683(0x20d)},'toolbar':{'alignLeft':'左对齐','alignCenter':_0x16f683(0x1fa),'alignRight':_0x16f683(0x20e),'alignJustify':_0x16f683(0x21d),'bold':'粗体','italic':'斜体','underline':_0x16f683(0x21b),'strikethrough':_0x16f683(0x214),'textColor':_0x16f683(0x207),'fillColor':_0x16f683(0x204),'resetColor':'重置颜色'},'align':{'top':'顶部对齐','middle':'垂直居中','bottom':'底部对齐'},'textWrap':{'inline':_0x16f683(0x1f3),'square':_0x16f683(0x215),'topAndBottom':_0x16f683(0x213),'behindText':_0x16f683(0x210),'inFrontText':_0x16f683(0x1fc)},'crop':{'shape':_0x16f683(0x209)}}};export{e as default};function _0x4b15(){const _0x4744a7=['13368PdSBQz','492BbDVDo','逆时针90度旋转','10410BGAQcP','顺时针90度旋转','下划线','删除形状','两端对齐','隐藏形状面板','嵌入型','72MCxpAC','打开形状面板','下移一层','1477WWblkW','全部隐藏','3013620QrCAqd','居中对齐','47736ZSJDuE','浮于文字上方','插入形状','添加描述','6719376eWbzvX','格式化形状','切换文本竖排','39677748BPWnWN','打开图层面板','文本背景色','暂无对象','全部显示','文本颜色','切换水平翻转','裁剪为形状','切换垂直翻转','4579CjVkzG','形状位置','选择对象以编辑详情','右对齐','上移一层','衬于文字下方','11socPrg','8811rvSGrA','上下型','删除线','四周型'];_0x4b15=function(){return _0x4744a7;};return _0x4b15();}
1
+ const _0x201d12=_0x3abe;function _0x3abe(_0x521e74,_0x24a727){_0x521e74=_0x521e74-0x97;const _0x412290=_0x4122();let _0x3abe7a=_0x412290[_0x521e74];return _0x3abe7a;}(function(_0x3c1ecf,_0x436538){const _0x474d5a=_0x3abe,_0x14ca4f=_0x3c1ecf();while(!![]){try{const _0x130fb3=parseInt(_0x474d5a(0xb9))/0x1+-parseInt(_0x474d5a(0xa2))/0x2*(-parseInt(_0x474d5a(0xab))/0x3)+parseInt(_0x474d5a(0xbb))/0x4+-parseInt(_0x474d5a(0x9c))/0x5*(parseInt(_0x474d5a(0xb2))/0x6)+parseInt(_0x474d5a(0xbd))/0x7*(-parseInt(_0x474d5a(0x9e))/0x8)+-parseInt(_0x474d5a(0x9f))/0x9+-parseInt(_0x474d5a(0xb4))/0xa;if(_0x130fb3===_0x436538)break;else _0x14ca4f['push'](_0x14ca4f['shift']());}catch(_0x5ba70a){_0x14ca4f['push'](_0x14ca4f['shift']());}}}(_0x4122,0x54f64));const e={'docs-shape-ui':{'title':'形状','insertShape':'插入形状','openPanel':_0x201d12(0x9a),'deleteShape':_0x201d12(0xa0),'hidePanel':_0x201d12(0xa1),'formatShape':_0x201d12(0xb5),'shapeStyle':_0x201d12(0xa4),'shapePosition':'形状位置','toggleFlipH':_0x201d12(0xa7),'toggleFlipV':_0x201d12(0xbe),'rotateRight90':_0x201d12(0xbc),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':_0x201d12(0x99),'objectListPanel':{'title':'图层','open':_0x201d12(0xb7),'empty':_0x201d12(0x97),'showAll':'全部显示','hideAll':_0x201d12(0xb3),'show':'显示','hide':'隐藏','moveForward':_0x201d12(0x9b),'moveBackward':_0x201d12(0xb8),'close':'关闭','name':'名称','nameInput':_0x201d12(0x9d),'description':'描述','descriptionPlaceholder':_0x201d12(0xa3),'details':'详情','noSelection':_0x201d12(0xb1)},'toolbar':{'alignLeft':_0x201d12(0xad),'alignCenter':_0x201d12(0xc0),'alignRight':_0x201d12(0xae),'alignJustify':_0x201d12(0xaa),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x201d12(0xaf),'textColor':_0x201d12(0xa9),'fillColor':_0x201d12(0xb0),'resetColor':_0x201d12(0xa6)},'align':{'top':'顶部对齐','middle':_0x201d12(0xba),'bottom':_0x201d12(0xac)},'textWrap':{'inline':_0x201d12(0xbf),'square':_0x201d12(0x98),'topAndBottom':_0x201d12(0xb6),'behindText':'衬于文字下方','inFrontText':_0x201d12(0xa8)},'crop':{'shape':_0x201d12(0xa5)}}};export{e as default};function _0x4122(){const _0x56bfa9=['749943dqLGUU','删除形状','隐藏形状面板','38204mRcVio','添加描述','形状样式','裁剪为形状','重置颜色','切换水平翻转','浮于文字上方','文本颜色','两端对齐','93NKsKmu','底部对齐','左对齐','右对齐','删除线','文本背景色','选择对象以编辑详情','269184hSqoUo','全部隐藏','4445560UiKAQP','格式化形状','上下型','打开图层面板','下移一层','299335hoOHmm','垂直居中','2468944JkOhVn','顺时针90度旋转','320698iGQcUD','切换垂直翻转','嵌入型','居中对齐','暂无对象','四周型','切换文本竖排','打开形状面板','上移一层','45kGEDKp','对象名称','40vwuKbF'];_0x4122=function(){return _0x56bfa9;};return _0x4122();}
@@ -1 +1 @@
1
- const _0x59bfb1=_0x1e64;(function(_0x16c540,_0x5a83e5){const _0x1cf224=_0x1e64,_0x56f95b=_0x16c540();while(!![]){try{const _0x451e76=parseInt(_0x1cf224(0x18b))/0x1+-parseInt(_0x1cf224(0x186))/0x2*(-parseInt(_0x1cf224(0x18e))/0x3)+-parseInt(_0x1cf224(0x1a6))/0x4*(parseInt(_0x1cf224(0x195))/0x5)+parseInt(_0x1cf224(0x19d))/0x6+parseInt(_0x1cf224(0x19f))/0x7+-parseInt(_0x1cf224(0x18c))/0x8+parseInt(_0x1cf224(0x188))/0x9;if(_0x451e76===_0x5a83e5)break;else _0x56f95b['push'](_0x56f95b['shift']());}catch(_0x4b71b9){_0x56f95b['push'](_0x56f95b['shift']());}}}(_0x413b,0x29104));function _0x1e64(_0x10ab84,_0x87acdd){_0x10ab84=_0x10ab84-0x186;const _0x413b92=_0x413b();let _0x1e64b0=_0x413b92[_0x10ab84];return _0x1e64b0;}function _0x413b(){const _0x30c24a=['6WZbjLG','重置顏色','圖形樣式','與文字排列','全部顯示','選擇物件以編輯詳情','新增描述','9535kWhOSW','切換文本豎排','物件名稱','刪除線','上移一層','開啟圖層面板','打開形狀面板','文字背景色','1217904oZsjOk','右對齊','225449lTwfoR','底部對齊','順時針\x2090\x20度旋轉','暫無物件','文字在後','居中對齊','圖形位置','504botUFh','裁切為形狀','逆時針\x2090\x20度旋轉','全部隱藏','頂部對齊','兩端對齊','隱藏形狀面板','格式化形狀','137166iixKOz','上及下','1215072SYOmZJ','切換水平翻轉','文字顏色','70751KveLmg','1357104zWzcld','刪除形狀'];_0x413b=function(){return _0x30c24a;};return _0x413b();}const e={'docs-shape-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x59bfb1(0x19b),'deleteShape':_0x59bfb1(0x18d),'hidePanel':_0x59bfb1(0x1ac),'formatShape':_0x59bfb1(0x1ad),'shapeStyle':_0x59bfb1(0x190),'shapePosition':_0x59bfb1(0x1a5),'toggleFlipH':_0x59bfb1(0x189),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x59bfb1(0x1a1),'rotateLeft90':_0x59bfb1(0x1a8),'toggleTextVertical':_0x59bfb1(0x196),'objectListPanel':{'title':'圖層','open':_0x59bfb1(0x19a),'empty':_0x59bfb1(0x1a2),'showAll':_0x59bfb1(0x192),'hideAll':_0x59bfb1(0x1a9),'show':'顯示','hide':'隱藏','moveForward':_0x59bfb1(0x199),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x59bfb1(0x197),'description':'描述','descriptionPlaceholder':_0x59bfb1(0x194),'details':'詳情','noSelection':_0x59bfb1(0x193)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x59bfb1(0x1a4),'alignRight':_0x59bfb1(0x19e),'alignJustify':_0x59bfb1(0x1ab),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x59bfb1(0x198),'textColor':_0x59bfb1(0x18a),'fillColor':_0x59bfb1(0x19c),'resetColor':_0x59bfb1(0x18f)},'align':{'top':_0x59bfb1(0x1aa),'middle':'垂直居中','bottom':_0x59bfb1(0x1a0)},'textWrap':{'inline':_0x59bfb1(0x191),'square':'矩形','topAndBottom':_0x59bfb1(0x187),'behindText':'文字在前','inFrontText':_0x59bfb1(0x1a3)},'crop':{'shape':_0x59bfb1(0x1a7)}}};export{e as default};
1
+ function _0x1a1d(){const _0x2c1ae7=['文字背景色','5806ncfKzf','547974hUUDPO','插入形狀','右對齊','3396520OlIAIf','上及下','文字在前','左對齊','15991137FkygLT','居中對齊','切換垂直翻轉','暫無物件','26579OePtdK','逆時針\x2090\x20度旋轉','圖形位置','4938020yhfWYC','全部隱藏','刪除線','3213690cqSUfK','開啟圖層面板','裁切為形狀','新增描述','頂部對齊','切換水平翻轉','重置顏色','文字顏色','407OHOeqy','隱藏形狀面板','22bWxUED','底部對齊','上移一層','刪除形狀','與文字排列','8NAEuxM','1518CvxsTb','選擇物件以編輯詳情','切換文本豎排','兩端對齊'];_0x1a1d=function(){return _0x2c1ae7;};return _0x1a1d();}function _0x249d(_0x4b10d8,_0x4a8dd0){_0x4b10d8=_0x4b10d8-0x17b;const _0x1a1d29=_0x1a1d();let _0x249d01=_0x1a1d29[_0x4b10d8];return _0x249d01;}const _0x9a15dd=_0x249d;(function(_0x100157,_0x25e2b1){const _0x180d93=_0x249d,_0xaa5120=_0x100157();while(!![]){try{const _0xbac2a1=-parseInt(_0x180d93(0x18b))/0x1*(-parseInt(_0x180d93(0x198))/0x2)+parseInt(_0x180d93(0x199))/0x3+-parseInt(_0x180d93(0x180))/0x4+-parseInt(_0x180d93(0x183))/0x5+parseInt(_0x180d93(0x193))/0x6*(-parseInt(_0x180d93(0x17d))/0x7)+parseInt(_0x180d93(0x192))/0x8*(parseInt(_0x180d93(0x1a0))/0x9)+-parseInt(_0x180d93(0x19c))/0xa*(-parseInt(_0x180d93(0x18d))/0xb);if(_0xbac2a1===_0x25e2b1)break;else _0xaa5120['push'](_0xaa5120['shift']());}catch(_0x39e8f){_0xaa5120['push'](_0xaa5120['shift']());}}}(_0x1a1d,0xefd78));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x9a15dd(0x19a),'openPanel':'打開形狀面板','deleteShape':_0x9a15dd(0x190),'hidePanel':_0x9a15dd(0x18c),'formatShape':'格式化形狀','shapeStyle':'圖形樣式','shapePosition':_0x9a15dd(0x17f),'toggleFlipH':_0x9a15dd(0x188),'toggleFlipV':_0x9a15dd(0x17b),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x9a15dd(0x17e),'toggleTextVertical':_0x9a15dd(0x195),'objectListPanel':{'title':'圖層','open':_0x9a15dd(0x184),'empty':_0x9a15dd(0x17c),'showAll':'全部顯示','hideAll':_0x9a15dd(0x181),'show':'顯示','hide':'隱藏','moveForward':_0x9a15dd(0x18f),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x9a15dd(0x186),'details':'詳情','noSelection':_0x9a15dd(0x194)},'toolbar':{'alignLeft':_0x9a15dd(0x19f),'alignCenter':_0x9a15dd(0x1a1),'alignRight':_0x9a15dd(0x19b),'alignJustify':_0x9a15dd(0x196),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x9a15dd(0x182),'textColor':_0x9a15dd(0x18a),'fillColor':_0x9a15dd(0x197),'resetColor':_0x9a15dd(0x189)},'align':{'top':_0x9a15dd(0x187),'middle':'垂直居中','bottom':_0x9a15dd(0x18e)},'textWrap':{'inline':_0x9a15dd(0x191),'square':'矩形','topAndBottom':_0x9a15dd(0x19d),'behindText':_0x9a15dd(0x19e),'inFrontText':'文字在後'},'crop':{'shape':_0x9a15dd(0x185)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x148210=_0x4430;function _0x3836(){const _0x4fcf70=['432504lAjjBh','物件名稱','逆時針\x2090\x20度旋轉','左對齊','122060gUEwon','底部對齊','11bdWskV','文字在後','8QeDLYY','2122DVSqAC','1385550KutpxL','42pZpMcM','上移一層','文字顏色','切換水平翻轉','新增描述','選取物件以編輯詳細資料','刪除線','頂部對齊','隱藏形狀面板','順時針\x2090\x20度旋轉','上及下','文字背景色','垂直居中','819642AEmOmV','35060EHFUsA','暫無物件','圖形位置','插入形狀','文字在前','打開形狀面板','裁切為形狀','切換文本竖排','圖形樣式','全部隱藏','下移一層','右對齊','格式化形狀','44618kwdTZM'];_0x3836=function(){return _0x4fcf70;};return _0x3836();}(function(_0x5bfad0,_0x25a6df){const _0x27e5d4=_0x4430,_0x3f3231=_0x5bfad0();while(!![]){try{const _0x50c363=-parseInt(_0x27e5d4(0x75))/0x1*(parseInt(_0x27e5d4(0x78))/0x2)+parseInt(_0x27e5d4(0x7a))/0x3*(parseInt(_0x27e5d4(0x88))/0x4)+-parseInt(_0x27e5d4(0x73))/0x5+-parseInt(_0x27e5d4(0x87))/0x6+parseInt(_0x27e5d4(0x6e))/0x7*(-parseInt(_0x27e5d4(0x77))/0x8)+parseInt(_0x27e5d4(0x6f))/0x9+parseInt(_0x27e5d4(0x79))/0xa;if(_0x50c363===_0x25a6df)break;else _0x3f3231['push'](_0x3f3231['shift']());}catch(_0x131f67){_0x3f3231['push'](_0x3f3231['shift']());}}}(_0x3836,0x1fcd1));function _0x4430(_0x237c51,_0x3139ce){_0x237c51=_0x237c51-0x6a;const _0x38369b=_0x3836();let _0x443093=_0x38369b[_0x237c51];return _0x443093;}const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x148210(0x8b),'openPanel':_0x148210(0x8d),'deleteShape':'刪除形狀','hidePanel':_0x148210(0x82),'formatShape':_0x148210(0x6d),'shapeStyle':_0x148210(0x90),'shapePosition':_0x148210(0x8a),'toggleFlipH':_0x148210(0x7d),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x148210(0x83),'rotateLeft90':_0x148210(0x71),'toggleTextVertical':_0x148210(0x8f),'objectListPanel':{'title':'圖層','open':'開啟圖層面板','empty':_0x148210(0x89),'showAll':'全部顯示','hideAll':_0x148210(0x6a),'show':'顯示','hide':'隱藏','moveForward':_0x148210(0x7b),'moveBackward':_0x148210(0x6b),'close':'關閉','name':'名稱','nameInput':_0x148210(0x70),'description':'描述','descriptionPlaceholder':_0x148210(0x7e),'details':'詳細資料','noSelection':_0x148210(0x7f)},'toolbar':{'alignLeft':_0x148210(0x72),'alignCenter':'居中對齊','alignRight':_0x148210(0x6c),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x148210(0x80),'textColor':_0x148210(0x7c),'fillColor':_0x148210(0x85),'resetColor':'重置顏色'},'align':{'top':_0x148210(0x81),'middle':_0x148210(0x86),'bottom':_0x148210(0x74)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x148210(0x84),'behindText':_0x148210(0x8c),'inFrontText':_0x148210(0x76)},'crop':{'shape':_0x148210(0x8e)}}};export{e as default};
1
+ const _0x42e921=_0x2029;function _0x2029(_0x133c58,_0x13efef){_0x133c58=_0x133c58-0x184;const _0x211429=_0x2114();let _0x20292e=_0x211429[_0x133c58];return _0x20292e;}(function(_0x48ae78,_0xa63787){const _0x3ed658=_0x2029,_0x8f7984=_0x48ae78();while(!![]){try{const _0x4b654f=parseInt(_0x3ed658(0x1a1))/0x1+-parseInt(_0x3ed658(0x18e))/0x2+-parseInt(_0x3ed658(0x19c))/0x3+-parseInt(_0x3ed658(0x1a0))/0x4+-parseInt(_0x3ed658(0x188))/0x5*(-parseInt(_0x3ed658(0x197))/0x6)+parseInt(_0x3ed658(0x195))/0x7+-parseInt(_0x3ed658(0x185))/0x8*(-parseInt(_0x3ed658(0x186))/0x9);if(_0x4b654f===_0xa63787)break;else _0x8f7984['push'](_0x8f7984['shift']());}catch(_0x41f691){_0x8f7984['push'](_0x8f7984['shift']());}}}(_0x2114,0xc37e6));function _0x2114(){const _0x52c603=['切換垂直翻轉','裁切為形狀','2790548liVbeF','隱藏形狀面板','底部對齊','右對齊','左對齊','開啟圖層面板','下移一層','2202592RXOBuQ','與文字排列','474dqvEkz','上移一層','文字背景色','文字在後','切換文本竖排','1874664BBvRFr','圖形樣式','詳細資料','格式化形狀','2336516gLzELN','651457aGuofi','兩端對齊','順時針\x2090\x20度旋轉','文字在前','居中對齊','切換水平翻轉','全部顯示','文字顏色','圖形位置','10952VYCYty','6957tJaROg','物件名稱','87385tOnFVy','全部隱藏','選取物件以編輯詳細資料','刪除形狀'];_0x2114=function(){return _0x52c603;};return _0x2114();}const e={'docs-shape-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':'打開形狀面板','deleteShape':_0x42e921(0x18b),'hidePanel':_0x42e921(0x18f),'formatShape':_0x42e921(0x19f),'shapeStyle':_0x42e921(0x19d),'shapePosition':_0x42e921(0x184),'toggleFlipH':_0x42e921(0x1a6),'toggleFlipV':_0x42e921(0x18c),'rotateRight90':_0x42e921(0x1a3),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x42e921(0x19b),'objectListPanel':{'title':'圖層','open':_0x42e921(0x193),'empty':'暫無物件','showAll':_0x42e921(0x1a7),'hideAll':_0x42e921(0x189),'show':'顯示','hide':'隱藏','moveForward':_0x42e921(0x198),'moveBackward':_0x42e921(0x194),'close':'關閉','name':'名稱','nameInput':_0x42e921(0x187),'description':'描述','descriptionPlaceholder':'新增描述','details':_0x42e921(0x19e),'noSelection':_0x42e921(0x18a)},'toolbar':{'alignLeft':_0x42e921(0x192),'alignCenter':_0x42e921(0x1a5),'alignRight':_0x42e921(0x191),'alignJustify':_0x42e921(0x1a2),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x42e921(0x1a8),'fillColor':_0x42e921(0x199),'resetColor':'重置顏色'},'align':{'top':'頂部對齊','middle':'垂直居中','bottom':_0x42e921(0x190)},'textWrap':{'inline':_0x42e921(0x196),'square':'矩形','topAndBottom':'上及下','behindText':_0x42e921(0x1a4),'inFrontText':_0x42e921(0x19a)},'crop':{'shape':_0x42e921(0x18d)}}};export{e as default};
@@ -1,25 +1,9 @@
1
- import type { ICxnShapeData, IShapeData, IShapeTextDataModel, ShapeTypeEnum } from '@univerjs-pro/engine-shape';
2
- import type { HorizontalAlign, ICommandService, IDocumentData, VerticalAlign } from '@univerjs/core';
1
+ import type { ICxnShapeData, IShapeData, ShapeTypeEnum } from '@univerjs-pro/engine-shape';
2
+ import type { ICommandService } from '@univerjs/core';
3
3
  interface IOldShapeData {
4
4
  oldShapeData?: IShapeData;
5
5
  oldShapeType?: ShapeTypeEnum;
6
6
  }
7
7
  export declare function updateShapeData(commandService: ICommandService, unitId: string, subUnitId: string, shapeId: string, oldShapeJSON: IOldShapeData, shapeData?: IShapeData): Promise<boolean>;
8
8
  export declare function updateLineShapeData(commandService: ICommandService, unitId: string, subUnitId: string, shapeId: string, oldShapeJSON: IOldShapeData, shapeData?: ICxnShapeData): Promise<boolean>;
9
- /**
10
- * set shape text data
11
- *
12
- * @deprecated Legacy helper kept for compatibility with older callers that only
13
- * wrote `dataModel`. New code should update canonical `shapeText` through
14
- * `updateShapeData` or the shared shape text editor adapter so text behavior
15
- * fields such as `autoFitType`, `textWrap`, and `textRectPadding` are preserved.
16
- *
17
- * @param commandService
18
- * @param unitId
19
- * @param subUnitId
20
- * @param shapeId
21
- * @param textDataJson
22
- * @returns {boolean} whether the command executed successfully
23
- */
24
- export declare function updateShapeTextData(commandService: ICommandService, unitId: string, subUnitId: string, shapeId: string, oldShapeJSON: IOldShapeData, textDataJson: IShapeTextDataModel<IDocumentData, HorizontalAlign, VerticalAlign>): Promise<boolean>;
25
9
  export {};
@@ -1,4 +1,5 @@
1
1
  export declare const DOCS_SHAPE_EDIT_PANEL_KEY = "doc.shape.edit.panel";
2
2
  export declare const DOCS_SHAPE_OBJECT_LIST_PANEL_KEY = "doc.shape.object-list.panel";
3
3
  export declare const DOCS_SHAPE_EDITOR_UNIT_ID_KEY: string;
4
+ export declare const SHAPE_TEXT_FLOAT_MENU_COMPONENT_KEY = "doc.shape.text.float-menu";
4
5
  export declare const SHAPE_TEXT_EDITOR_CONTAINER_COMPONENT_KEY = "DocsShapeTextEditorContainer";
@@ -3,7 +3,6 @@ import type { IRenderContext } from '@univerjs/engine-render';
3
3
  import { ShapeTextFloatMenuRenderControllerBase } from '@univerjs-pro/shape-editor-ui';
4
4
  import { DocSelectionManagerService } from '@univerjs/docs';
5
5
  import { DocCanvasPopManagerService, DocSelectionRenderService } from '@univerjs/docs-ui';
6
- import { ComponentManager } from '@univerjs/ui';
7
6
  export declare class ShapeTextFloatMenuRenderController extends ShapeTextFloatMenuRenderControllerBase {
8
- constructor(context: IRenderContext<DocumentDataModel>, docSelectionManagerService: DocSelectionManagerService, docCanvasPopManagerService: DocCanvasPopManagerService, componentManager: ComponentManager, docSelectionRenderService: DocSelectionRenderService);
7
+ constructor(context: IRenderContext<DocumentDataModel>, docSelectionManagerService: DocSelectionManagerService, docCanvasPopManagerService: DocCanvasPopManagerService, docSelectionRenderService: DocSelectionRenderService);
9
8
  }
@@ -1,4 +1,4 @@
1
1
  import type { IAccessor } from '@univerjs/core';
2
2
  import type { IMenuButtonItem } from '@univerjs/ui';
3
- import type { LocaleKey } from '../../locale/types';
3
+ import type { LocaleKey } from '../locale/types';
4
4
  export declare function DocShapeObjectListMenuItemFactory(accessor: IAccessor): IMenuButtonItem<LocaleKey>;
@@ -1,8 +1,6 @@
1
1
  import type { IMenuInsertShapeCommandParams } from '../commands/command/menu-insert-shape.command';
2
- import { IMAGE_CLIP_SHAPE_PICKER_COMPONENT } from '@univerjs/drawing-ui';
3
2
  export declare const SHAPE_PICKER_COMPONENT = "doc.shape.picker.component";
4
3
  export declare const DOCS_IMAGE_CLIP_SHAPE_PICKER_COMPONENT = "doc.image-clip.shape-picker.component";
5
- export { IMAGE_CLIP_SHAPE_PICKER_COMPONENT };
6
4
  export declare function ImageClipShapePicker(): import("react").JSX.Element;
7
5
  export declare function ImageClipShapePickerBridge(): import("react").JSX.Element | null;
8
6
  export declare function ShapePicker({ paragraphMenuPlacement }: {