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

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 (100) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +21 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +9 -3
  64. package/lib/types/commands/command/update-doc-drawing-metadata.command.d.ts +15 -0
  65. package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
  66. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  67. package/lib/types/const.d.ts +2 -1
  68. package/lib/types/controllers/components.controller.d.ts +4 -2
  69. package/lib/types/controllers/doc-shape-render.controller.d.ts +2 -2
  70. package/lib/types/index.d.ts +1 -5
  71. package/lib/types/locale/en-US.d.ts +18 -0
  72. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  73. package/lib/types/utils/shape-text-document.d.ts +1 -11
  74. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  75. package/lib/types/view-model/shape-data-model.d.ts +7 -5
  76. package/lib/types/views/ShapePicker.d.ts +4 -0
  77. package/lib/types/views/object-list-panel/DocDrawingObjectListPanel.d.ts +1 -0
  78. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +18 -17
  100. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- const _0x316f48=_0x2402;function _0x2402(_0x45a251,_0x251adb){_0x45a251=_0x45a251-0xd8;const _0x24a48b=_0x24a4();let _0x24026b=_0x24a48b[_0x45a251];return _0x24026b;}(function(_0x23cf0b,_0x1b8817){const _0x5976de=_0x2402,_0x226813=_0x23cf0b();while(!![]){try{const _0xd2ef9b=parseInt(_0x5976de(0xde))/0x1*(parseInt(_0x5976de(0xef))/0x2)+parseInt(_0x5976de(0xdb))/0x3+-parseInt(_0x5976de(0xe2))/0x4+-parseInt(_0x5976de(0xf6))/0x5+parseInt(_0x5976de(0xe1))/0x6*(parseInt(_0x5976de(0xe7))/0x7)+parseInt(_0x5976de(0xee))/0x8*(parseInt(_0x5976de(0xf5))/0x9)+-parseInt(_0x5976de(0xf0))/0xa;if(_0xd2ef9b===_0x1b8817)break;else _0x226813['push'](_0x226813['shift']());}catch(_0x3b9b09){_0x226813['push'](_0x226813['shift']());}}}(_0x24a4,0x2f489));const e={'docs-shape-ui':{'title':_0x316f48(0xec),'insertShape':_0x316f48(0xea),'openPanel':_0x316f48(0xf3),'deleteShape':_0x316f48(0xf2),'hidePanel':_0x316f48(0xeb),'formatShape':'Formato\x20de\x20forma','shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x316f48(0xdd),'toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x316f48(0xd8),'rotateRight90':_0x316f48(0xe4),'rotateLeft90':_0x316f48(0xe0),'toggleTextVertical':'Alternar\x20texto\x20vertical','toolbar':{'alignLeft':_0x316f48(0xda),'alignCenter':'Centrar','alignRight':_0x316f48(0xe5),'alignJustify':'Justificar','bold':'Negrita','italic':_0x316f48(0xf7),'underline':_0x316f48(0xd9),'strikethrough':_0x316f48(0xe9),'textColor':_0x316f48(0xdf),'fillColor':_0x316f48(0xf4),'resetColor':'Reset\x20color'},'align':{'top':_0x316f48(0xe6),'middle':_0x316f48(0xe8),'bottom':_0x316f48(0xe3)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':'Cuadrado','topAndBottom':'Arriba\x20y\x20abajo','behindText':_0x316f48(0xdc),'inFrontText':_0x316f48(0xed)},'crop':{'shape':_0x316f48(0xf1)}}};function _0x24a4(){const _0x400d27=['Insertar\x20forma','Ocultar\x20panel\x20de\x20formas','Forma','Delante\x20del\x20texto','1122520zzyNMj','428518PoEGWW','2624220PszKHl','Recortar\x20a\x20forma','Eliminar\x20forma','Abrir\x20panel\x20de\x20formas','Color\x20de\x20fondo\x20de\x20texto','18fSTAYN','588590GTTPRr','Cursiva','Alternar\x20volteo\x20vertical','Subrayado','Alinear\x20a\x20la\x20izquierda','496764JmbjKw','Detrás\x20del\x20texto','Posición\x20de\x20forma','1pIJQqi','Color\x20de\x20texto','Rotar\x2090°\x20a\x20la\x20izquierda','6rnKvHb','607624ogMwGN','Alinear\x20abajo','Rotar\x2090°\x20a\x20la\x20derecha','Alinear\x20a\x20la\x20derecha','Alinear\x20arriba','456694LMktmb','Alinear\x20al\x20medio','Tachado'];_0x24a4=function(){return _0x400d27;};return _0x24a4();}export{e as default};
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 +1 @@
1
- function _0x4684(){const _0x46e0f=['6484915EudNBU','17869653WbrFRb','Reset\x20color','خط‌کشی','چرخش\x20۹۰\x20درجه\x20به\x20چپ','تغییر\x20وضعیت\x20چرخش\x20افقی','سبک\x20شکل','حذف\x20شکل','چرخش\x20۹۰\x20درجه\x20به\x20راست','شکل','1322565yEmMOe','مخفی\x20کردن\x20پنل\x20شکل‌ها','تراز\x20چپ','286498hrYMsR','تراز\x20پایین','موقعیت\x20شکل','رنگ\x20متن','قالب‌بندی\x20شکل','توجیه','287qLCsBW','پررنگ','تغییر\x20وضعیت\x20چرخش\x20عمودی','528010MVpobp','جلوی\x20متن','تراز\x20راست','در\x20یک\x20خط\x20با\x20متن','تراز\x20بالا','ایتالیک','109398nUYZDu','4AYQcZs','خط‌دار','باز\x20کردن\x20پنل\x20شکل‌ها','رنگ\x20پس‌زمینه\x20متن','4506840QYiIpx','پشت\x20متن','درج\x20شکل','کراپ\x20به\x20شکل'];_0x4684=function(){return _0x46e0f;};return _0x4684();}const _0x995ecf=_0x26ba;(function(_0x3ff320,_0x5943df){const _0x522904=_0x26ba,_0x1baf68=_0x3ff320();while(!![]){try{const _0x43ea8b=parseInt(_0x522904(0x1b9))/0x1+-parseInt(_0x522904(0x1b0))/0x2+-parseInt(_0x522904(0x1ad))/0x3+parseInt(_0x522904(0x19b))/0x4*(-parseInt(_0x522904(0x1a3))/0x5)+parseInt(_0x522904(0x1bf))/0x6*(parseInt(_0x522904(0x1b6))/0x7)+-parseInt(_0x522904(0x19f))/0x8+parseInt(_0x522904(0x1a4))/0x9;if(_0x43ea8b===_0x5943df)break;else _0x1baf68['push'](_0x1baf68['shift']());}catch(_0x2438f1){_0x1baf68['push'](_0x1baf68['shift']());}}}(_0x4684,0xc75fe));function _0x26ba(_0x14aa1c,_0xe83db3){_0x14aa1c=_0x14aa1c-0x19b;const _0x468468=_0x4684();let _0x26ba54=_0x468468[_0x14aa1c];return _0x26ba54;}const e={'docs-shape-ui':{'title':_0x995ecf(0x1ac),'insertShape':_0x995ecf(0x1a1),'openPanel':_0x995ecf(0x19d),'deleteShape':_0x995ecf(0x1aa),'hidePanel':_0x995ecf(0x1ae),'formatShape':_0x995ecf(0x1b4),'shapeStyle':_0x995ecf(0x1a9),'shapePosition':_0x995ecf(0x1b2),'toggleFlipH':_0x995ecf(0x1a8),'toggleFlipV':_0x995ecf(0x1b8),'rotateRight90':_0x995ecf(0x1ab),'rotateLeft90':_0x995ecf(0x1a7),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','toolbar':{'alignLeft':_0x995ecf(0x1af),'alignCenter':'تراز\x20وسط','alignRight':_0x995ecf(0x1bb),'alignJustify':_0x995ecf(0x1b5),'bold':_0x995ecf(0x1b7),'italic':_0x995ecf(0x1be),'underline':_0x995ecf(0x1a6),'strikethrough':_0x995ecf(0x19c),'textColor':_0x995ecf(0x1b3),'fillColor':_0x995ecf(0x19e),'resetColor':_0x995ecf(0x1a5)},'align':{'top':_0x995ecf(0x1bd),'middle':'تراز\x20وسط','bottom':_0x995ecf(0x1b1)},'textWrap':{'inline':_0x995ecf(0x1bc),'square':'مربع','topAndBottom':'بالا\x20و\x20پایین','behindText':_0x995ecf(0x1a0),'inFrontText':_0x995ecf(0x1ba)},'crop':{'shape':_0x995ecf(0x1a2)}}};export{e as default};
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 +1 @@
1
- function _0x242f(){const _0x3cd95c=['Italique','3810ccPNMw','1328ezmzox','Aligner\x20à\x20droite','4176738lpGXsa','725160IUqLNY','Aligné\x20avec\x20le\x20texte','Format\x20de\x20la\x20forme','Basculer\x20le\x20texte\x20vertical','Rogner\x20à\x20la\x20forme','Masquer\x20le\x20panneau\x20des\x20formes','4249640rqIYYT','Basculer\x20le\x20retournement\x20horizontal','22172ylxTrB','Pivoter\x20à\x20gauche\x20de\x2090°','14517yfmEPK','Barré','Derrière\x20le\x20texte','Style\x20de\x20la\x20forme','Aligner\x20au\x20centre','Souligné','54eXMdEm','749gdoSzk','Aligner\x20au\x20milieu','Aligner\x20en\x20bas','44586QkziMA','Aligner\x20en\x20haut','Aligner\x20à\x20gauche','Reset\x20color','Couleur\x20du\x20texte','Gras','Forme','Couleur\x20de\x20fond\x20du\x20texte','Devant\x20le\x20texte','Insérer\x20une\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','Haut\x20et\x20bas','Position\x20de\x20la\x20forme'];_0x242f=function(){return _0x3cd95c;};return _0x242f();}const _0x57ee4a=_0x4f25;(function(_0x340616,_0x178cc2){const _0x259f18=_0x4f25,_0x497b00=_0x340616();while(!![]){try{const _0x32444b=parseInt(_0x259f18(0x156))/0x1+-parseInt(_0x259f18(0x15e))/0x2*(parseInt(_0x259f18(0x158))/0x3)+-parseInt(_0x259f18(0x14b))/0x4*(parseInt(_0x259f18(0x14a))/0x5)+parseInt(_0x259f18(0x162))/0x6*(parseInt(_0x259f18(0x15f))/0x7)+parseInt(_0x259f18(0x154))/0x8+-parseInt(_0x259f18(0x14d))/0x9+-parseInt(_0x259f18(0x14e))/0xa;if(_0x32444b===_0x178cc2)break;else _0x497b00['push'](_0x497b00['shift']());}catch(_0x26e4ac){_0x497b00['push'](_0x497b00['shift']());}}}(_0x242f,0x688e3));const e={'docs-shape-ui':{'title':_0x57ee4a(0x168),'insertShape':_0x57ee4a(0x16b),'openPanel':'Ouvrir\x20le\x20panneau\x20des\x20formes','deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x57ee4a(0x153),'formatShape':_0x57ee4a(0x150),'shapeStyle':_0x57ee4a(0x15b),'shapePosition':_0x57ee4a(0x16e),'toggleFlipH':_0x57ee4a(0x155),'toggleFlipV':'Basculer\x20le\x20retournement\x20vertical','rotateRight90':_0x57ee4a(0x16c),'rotateLeft90':_0x57ee4a(0x157),'toggleTextVertical':_0x57ee4a(0x151),'toolbar':{'alignLeft':_0x57ee4a(0x164),'alignCenter':_0x57ee4a(0x15c),'alignRight':_0x57ee4a(0x14c),'alignJustify':'Justifier','bold':_0x57ee4a(0x167),'italic':_0x57ee4a(0x149),'underline':_0x57ee4a(0x15d),'strikethrough':_0x57ee4a(0x159),'textColor':_0x57ee4a(0x166),'fillColor':_0x57ee4a(0x169),'resetColor':_0x57ee4a(0x165)},'align':{'top':_0x57ee4a(0x163),'middle':_0x57ee4a(0x160),'bottom':_0x57ee4a(0x161)},'textWrap':{'inline':_0x57ee4a(0x14f),'square':'Carré','topAndBottom':_0x57ee4a(0x16d),'behindText':_0x57ee4a(0x15a),'inFrontText':_0x57ee4a(0x16a)},'crop':{'shape':_0x57ee4a(0x152)}}};function _0x4f25(_0x439f3,_0x43c96a){_0x439f3=_0x439f3-0x149;const _0x242fa9=_0x242f();let _0x4f2566=_0x242fa9[_0x439f3];return _0x4f2566;}export{e as default};
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 +1 @@
1
- function _0x26b2(_0x2ad8ce,_0x1fe121){_0x2ad8ce=_0x2ad8ce-0x1b1;const _0x262350=_0x2623();let _0x26b2d7=_0x262350[_0x2ad8ce];return _0x26b2d7;}const _0x20faaf=_0x26b2;(function(_0x179331,_0x140ffe){const _0x547466=_0x26b2,_0x321c58=_0x179331();while(!![]){try{const _0x4f0023=parseInt(_0x547466(0x1d0))/0x1+-parseInt(_0x547466(0x1c5))/0x2+-parseInt(_0x547466(0x1b3))/0x3+parseInt(_0x547466(0x1b2))/0x4*(-parseInt(_0x547466(0x1c6))/0x5)+-parseInt(_0x547466(0x1c4))/0x6+parseInt(_0x547466(0x1b8))/0x7*(-parseInt(_0x547466(0x1b7))/0x8)+parseInt(_0x547466(0x1b1))/0x9;if(_0x4f0023===_0x140ffe)break;else _0x321c58['push'](_0x321c58['shift']());}catch(_0x29df52){_0x321c58['push'](_0x321c58['shift']());}}}(_0x2623,0xdcb4a));const e={'docs-shape-ui':{'title':_0x20faaf(0x1bb),'insertShape':'Sisipkan\x20Bentuk','openPanel':_0x20faaf(0x1cc),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x20faaf(0x1c3),'formatShape':_0x20faaf(0x1bc),'shapeStyle':_0x20faaf(0x1bd),'shapePosition':_0x20faaf(0x1cb),'toggleFlipH':_0x20faaf(0x1be),'toggleFlipV':'Balik\x20Vertikal','rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':'Ubah\x20Teks\x20Vertikal','toolbar':{'alignLeft':_0x20faaf(0x1b4),'alignCenter':'Rata\x20Tengah','alignRight':_0x20faaf(0x1c2),'alignJustify':_0x20faaf(0x1c9),'bold':'Tebal','italic':'Miring','underline':_0x20faaf(0x1b5),'strikethrough':_0x20faaf(0x1c8),'textColor':_0x20faaf(0x1ba),'fillColor':_0x20faaf(0x1bf),'resetColor':_0x20faaf(0x1b9)},'align':{'top':_0x20faaf(0x1ce),'middle':_0x20faaf(0x1b6),'bottom':_0x20faaf(0x1cf)},'textWrap':{'inline':_0x20faaf(0x1c7),'square':_0x20faaf(0x1cd),'topAndBottom':_0x20faaf(0x1c1),'behindText':_0x20faaf(0x1c0),'inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':_0x20faaf(0x1ca)}}};export{e as default};function _0x2623(){const _0x19e481=['Kotak','Rata\x20Atas','Rata\x20Bawah','559503jPSSfv','39232944nlxmxF','68reeilb','4399173lzkINQ','Rata\x20Kiri','Garis\x20bawah','Rata\x20Tengah','9704wxeush','6489vUicwI','Reset\x20color','Warna\x20teks','Bentuk','Format\x20Bentuk','Gaya\x20Bentuk','Balik\x20Horizontal','Warna\x20latar\x20teks','Di\x20belakang\x20teks','Atas\x20dan\x20Bawah','Rata\x20Kanan','Sembunyikan\x20Panel\x20Bentuk','7018752PjAkKe','368682ggHbdi','20510yZWWvr','Sejajar\x20dengan\x20teks','Coret','Rata\x20Kanan\x20Kiri','Pangkas\x20ke\x20Bentuk','Posisi\x20Bentuk','Buka\x20Panel\x20Bentuk'];_0x2623=function(){return _0x19e481;};return _0x2623();}
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 +1 @@
1
- function _0x3258(_0x1f7ef9,_0x586fad){_0x1f7ef9=_0x1f7ef9-0x1e3;const _0x1f5254=_0x1f52();let _0x3258aa=_0x1f5254[_0x1f7ef9];return _0x3258aa;}function _0x1f52(){const _0x2c7e9e=['Stile\x20forma','Allinea\x20a\x20Destra','218145KEsvIU','Colore\x20testo','Allinea\x20al\x20Centro','4101NhPbbK','Corsivo','120TgYGhm','Formato\x20forma','Dietro\x20il\x20testo','2041962oMDxus','Elimina\x20forma','Posizione\x20forma','Reset\x20color','Allinea\x20al\x20centro','Grassetto','36QWgVmt','Sottolineato','Superiore\x20e\x20inferiore','950169pXKXNc','Ruota\x20a\x20destra\x2090°','6004212MsoOYC','Allinea\x20in\x20basso','Inserisci\x20forma','65QAAjmD','2318666opXqWK','Ritaglia\x20a\x20forma','5KnJefX','8RVlHNo','804GaOfvv','8323101qYEXIf','Forma','Attiva/disattiva\x20capovolgimento\x20verticale'];_0x1f52=function(){return _0x2c7e9e;};return _0x1f52();}const _0x40aefc=_0x3258;(function(_0x31f523,_0x73f4ea){const _0xe91377=_0x3258,_0x6883e4=_0x31f523();while(!![]){try{const _0x30ce33=-parseInt(_0xe91377(0x1ef))/0x1*(parseInt(_0xe91377(0x1e6))/0x2)+-parseInt(_0xe91377(0x1ec))/0x3*(-parseInt(_0xe91377(0x1fa))/0x4)+-parseInt(_0xe91377(0x1e4))/0x5*(parseInt(_0xe91377(0x1f4))/0x6)+-parseInt(_0xe91377(0x203))/0x7+-parseInt(_0xe91377(0x1e5))/0x8*(parseInt(_0xe91377(0x1e7))/0x9)+parseInt(_0xe91377(0x1f1))/0xa*(parseInt(_0xe91377(0x1fd))/0xb)+-parseInt(_0xe91377(0x1ff))/0xc*(-parseInt(_0xe91377(0x202))/0xd);if(_0x30ce33===_0x73f4ea)break;else _0x6883e4['push'](_0x6883e4['shift']());}catch(_0x37f49e){_0x6883e4['push'](_0x6883e4['shift']());}}}(_0x1f52,0xe7646));const e={'docs-shape-ui':{'title':_0x40aefc(0x1e8),'insertShape':_0x40aefc(0x201),'openPanel':'Apri\x20pannello\x20forma','deleteShape':_0x40aefc(0x1f5),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x40aefc(0x1f2),'shapeStyle':_0x40aefc(0x1ea),'shapePosition':_0x40aefc(0x1f6),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x40aefc(0x1e9),'rotateRight90':_0x40aefc(0x1fe),'rotateLeft90':'Ruota\x20a\x20sinistra\x2090°','toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','toolbar':{'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x40aefc(0x1ee),'alignRight':_0x40aefc(0x1eb),'alignJustify':'Giustifica','bold':_0x40aefc(0x1f9),'italic':_0x40aefc(0x1f0),'underline':_0x40aefc(0x1fb),'strikethrough':'Barrato','textColor':_0x40aefc(0x1ed),'fillColor':'Colore\x20sfondo\x20testo','resetColor':_0x40aefc(0x1f7)},'align':{'top':'Allinea\x20in\x20alto','middle':_0x40aefc(0x1f8),'bottom':_0x40aefc(0x200)},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':'Quadrato','topAndBottom':_0x40aefc(0x1fc),'behindText':_0x40aefc(0x1f3),'inFrontText':'Davanti\x20al\x20testo'},'crop':{'shape':_0x40aefc(0x1e3)}}};export{e as default};
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 +1 @@
1
- const _0x46af21=_0x28fa;(function(_0x5b6bc9,_0x536971){const _0x387b57=_0x28fa,_0x26d73a=_0x5b6bc9();while(!![]){try{const _0x4cdf4f=parseInt(_0x387b57(0x135))/0x1*(-parseInt(_0x387b57(0x122))/0x2)+-parseInt(_0x387b57(0x12e))/0x3+parseInt(_0x387b57(0x137))/0x4+parseInt(_0x387b57(0x12c))/0x5*(-parseInt(_0x387b57(0x133))/0x6)+-parseInt(_0x387b57(0x132))/0x7*(-parseInt(_0x387b57(0x129))/0x8)+parseInt(_0x387b57(0x121))/0x9*(-parseInt(_0x387b57(0x12f))/0xa)+parseInt(_0x387b57(0x136))/0xb;if(_0x4cdf4f===_0x536971)break;else _0x26d73a['push'](_0x26d73a['shift']());}catch(_0x1b76d0){_0x26d73a['push'](_0x26d73a['shift']());}}}(_0x2a22,0x1d8ca));const e={'docs-shape-ui':{'title':'図形','insertShape':_0x46af21(0x11f),'openPanel':_0x46af21(0x119),'deleteShape':_0x46af21(0x12a),'hidePanel':_0x46af21(0x126),'formatShape':_0x46af21(0x11a),'shapeStyle':_0x46af21(0x138),'shapePosition':_0x46af21(0x124),'toggleFlipH':_0x46af21(0x11b),'toggleFlipV':_0x46af21(0x118),'rotateRight90':_0x46af21(0x117),'rotateLeft90':_0x46af21(0x120),'toggleTextVertical':_0x46af21(0x12b),'toolbar':{'alignLeft':_0x46af21(0x123),'alignCenter':_0x46af21(0x125),'alignRight':_0x46af21(0x130),'alignJustify':_0x46af21(0x139),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x46af21(0x11d),'textColor':_0x46af21(0x11c),'fillColor':_0x46af21(0x134),'resetColor':_0x46af21(0x127)},'align':{'top':_0x46af21(0x131),'middle':'中央揃え','bottom':_0x46af21(0x11e)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x46af21(0x12d),'inFrontText':_0x46af21(0x128)},'crop':{'shape':'形状にトリミング'}}};export{e as default};function _0x28fa(_0x54a83f,_0x1744f1){_0x54a83f=_0x54a83f-0x117;const _0x2a22b1=_0x2a22();let _0x28fa20=_0x2a22b1[_0x54a83f];return _0x28fa20;}function _0x2a22(){const _0x3507da=['760948OpAArQ','図形スタイル','両端揃え','時計回りに\x2090\x20度回転','垂直反転の切り替え','図形パネルを開く','図形の書式設定','水平反転の切り替え','文字の色','取り消し線','下揃え','図形の挿入','反時計回りに\x2090\x20度回転','45RVoNRx','34DTOeUZ','左揃え','図形の位置','中央揃え','図形パネルを非表示','Reset\x20color','文字列の前面','442504EVZcMb','図形を削除','テキストの縦書き/横書きの切り替え','32295bOseyL','文字列の背面','12549QhLTdj','203270vrvoxv','右揃え','上揃え','21bKpNAl','210vKgXZW','塗りつぶしの色','3176PNNDRX','1658063dujSdX'];_0x2a22=function(){return _0x3507da;};return _0x2a22();}
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 +1 @@
1
- function _0x1f67(_0x20632b,_0x3569ee){_0x20632b=_0x20632b-0x1a2;const _0x15eaf1=_0x15ea();let _0x1f6768=_0x15eaf1[_0x20632b];return _0x1f6768;}const _0x9f9c9d=_0x1f67;(function(_0x550ebe,_0x4630cb){const _0x35cd9b=_0x1f67,_0x2b5562=_0x550ebe();while(!![]){try{const _0x50ae48=-parseInt(_0x35cd9b(0x1b9))/0x1*(-parseInt(_0x35cd9b(0x1be))/0x2)+parseInt(_0x35cd9b(0x1c6))/0x3*(parseInt(_0x35cd9b(0x1a9))/0x4)+parseInt(_0x35cd9b(0x1b2))/0x5*(parseInt(_0x35cd9b(0x1ba))/0x6)+parseInt(_0x35cd9b(0x1b4))/0x7*(-parseInt(_0x35cd9b(0x1b5))/0x8)+parseInt(_0x35cd9b(0x1a8))/0x9*(-parseInt(_0x35cd9b(0x1a7))/0xa)+parseInt(_0x35cd9b(0x1b1))/0xb+-parseInt(_0x35cd9b(0x1bd))/0xc;if(_0x50ae48===_0x4630cb)break;else _0x2b5562['push'](_0x2b5562['shift']());}catch(_0x3cca31){_0x2b5562['push'](_0x2b5562['shift']());}}}(_0x15ea,0x8863c));const e={'docs-shape-ui':{'title':'도형','insertShape':_0x9f9c9d(0x1b8),'openPanel':_0x9f9c9d(0x1ac),'deleteShape':_0x9f9c9d(0x1c2),'hidePanel':_0x9f9c9d(0x1bc),'formatShape':_0x9f9c9d(0x1ae),'shapeStyle':_0x9f9c9d(0x1a3),'shapePosition':_0x9f9c9d(0x1b3),'toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x9f9c9d(0x1b0),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':_0x9f9c9d(0x1a6),'toggleTextVertical':_0x9f9c9d(0x1aa),'toolbar':{'alignLeft':_0x9f9c9d(0x1a4),'alignCenter':_0x9f9c9d(0x1a2),'alignRight':'오른쪽\x20정렬','alignJustify':_0x9f9c9d(0x1bb),'bold':'굵게','italic':_0x9f9c9d(0x1c0),'underline':'밑줄','strikethrough':_0x9f9c9d(0x1c4),'textColor':_0x9f9c9d(0x1b6),'fillColor':'글자\x20배경색','resetColor':_0x9f9c9d(0x1c1)},'align':{'top':_0x9f9c9d(0x1a5),'middle':_0x9f9c9d(0x1ad),'bottom':_0x9f9c9d(0x1c5)},'textWrap':{'inline':_0x9f9c9d(0x1c3),'square':_0x9f9c9d(0x1bf),'topAndBottom':'위아래','behindText':_0x9f9c9d(0x1b7),'inFrontText':_0x9f9c9d(0x1ab)},'crop':{'shape':_0x9f9c9d(0x1af)}}};function _0x15ea(){const _0x5ad804=['11513931iAJovh','2303455FNoPAj','도형\x20위치','6192235TrjBqp','8wNpuYK','글자\x20색상','텍스트\x20뒤','도형\x20삽입','1aPWuLQ','12vVecRY','양쪽\x20맞춤','도형\x20패널\x20숨기기','2621220cUBXqe','125464BTZlqF','사각형','기울임꼴','Reset\x20color','도형\x20삭제','텍스트와\x20같은\x20줄','취소선','아래쪽\x20맞춤','6ZzKoTO','가운데\x20정렬','도형\x20스타일','왼쪽\x20정렬','위쪽\x20맞춤','반시계\x20방향으로\x2090도\x20회전','130yaarmr','281331woVeXn','74448WQMvQI','텍스트\x20세로/가로\x20전환','텍스트\x20앞','도형\x20패널\x20열기','가운데\x20맞춤','도형\x20서식','모양에\x20맞게\x20자르기','세로\x20뒤집기\x20전환'];_0x15ea=function(){return _0x5ad804;};return _0x15ea();}export{e as default};
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 +1 @@
1
- const _0x5d9ee5=_0x5a4e;(function(_0x2de676,_0x178272){const _0x46a379=_0x5a4e,_0xa4bbeb=_0x2de676();while(!![]){try{const _0x3d5fa3=-parseInt(_0x46a379(0x154))/0x1*(-parseInt(_0x46a379(0x161))/0x2)+-parseInt(_0x46a379(0x14e))/0x3+parseInt(_0x46a379(0x15c))/0x4*(-parseInt(_0x46a379(0x146))/0x5)+parseInt(_0x46a379(0x145))/0x6+-parseInt(_0x46a379(0x14b))/0x7*(-parseInt(_0x46a379(0x14a))/0x8)+-parseInt(_0x46a379(0x15a))/0x9+parseInt(_0x46a379(0x15d))/0xa*(-parseInt(_0x46a379(0x155))/0xb);if(_0x3d5fa3===_0x178272)break;else _0xa4bbeb['push'](_0xa4bbeb['shift']());}catch(_0x235ccd){_0xa4bbeb['push'](_0xa4bbeb['shift']());}}}(_0xca6b,0x8e291));const e={'docs-shape-ui':{'title':'Kształt','insertShape':'Wstaw\x20kształt','openPanel':_0x5d9ee5(0x144),'deleteShape':_0x5d9ee5(0x156),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':_0x5d9ee5(0x162),'shapeStyle':'Styl\x20kształtu','shapePosition':_0x5d9ee5(0x160),'toggleFlipH':_0x5d9ee5(0x15f),'toggleFlipV':_0x5d9ee5(0x149),'rotateRight90':'Obróć\x20w\x20prawo\x20o\x2090°','rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x5d9ee5(0x15b),'toolbar':{'alignLeft':_0x5d9ee5(0x147),'alignCenter':_0x5d9ee5(0x152),'alignRight':_0x5d9ee5(0x158),'alignJustify':_0x5d9ee5(0x163),'bold':_0x5d9ee5(0x14c),'italic':_0x5d9ee5(0x148),'underline':_0x5d9ee5(0x159),'strikethrough':_0x5d9ee5(0x14f),'textColor':'Kolor\x20tekstu','fillColor':'Kolor\x20tła\x20tekstu','resetColor':'Reset\x20color'},'align':{'top':_0x5d9ee5(0x153),'middle':_0x5d9ee5(0x151),'bottom':_0x5d9ee5(0x150)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':'Kwadrat','topAndBottom':_0x5d9ee5(0x157),'behindText':_0x5d9ee5(0x14d),'inFrontText':_0x5d9ee5(0x15e)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};function _0x5a4e(_0x2c1b9d,_0x14574a){_0x2c1b9d=_0x2c1b9d-0x144;const _0xca6b3=_0xca6b();let _0x5a4e1e=_0xca6b3[_0x2c1b9d];return _0x5a4e1e;}export{e as default};function _0xca6b(){const _0x2344b8=['Przed\x20tekstem','Przerzuć\x20w\x20poziomie','Pozycja\x20kształtu','1178VVrVJk','Formatuj\x20kształt','Wyjustuj','Otwórz\x20panel\x20kształtów','4334958bLDlwo','550auPfrp','Wyrównaj\x20do\x20lewej','Kursywa','Przerzuć\x20w\x20pionie','10592NMmRGF','1757YpaZjT','Pogrubienie','Za\x20tekstem','67857Kdmhrh','Przekreślenie','Wyrównaj\x20do\x20dołu','Wyrównaj\x20do\x20środka\x20w\x20pionie','Wyrównaj\x20do\x20środka','Wyrównaj\x20do\x20góry','1263NpZgdH','159995OOmIHb','Usuń\x20kształt','Góra\x20i\x20dół','Wyrównaj\x20do\x20prawej','Podkreślenie','2664369QZpRSN','Przełącz\x20tekst\x20pionowy','17308NJUnGF','290XVJLgE'];_0xca6b=function(){return _0x2344b8;};return _0xca6b();}
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 +1 @@
1
- function _0x38e7(_0x42937b,_0x44e7a3){_0x42937b=_0x42937b-0xb5;const _0x2f8710=_0x2f87();let _0x38e7f2=_0x2f8710[_0x42937b];return _0x38e7f2;}const _0x565096=_0x38e7;function _0x2f87(){const _0x49317d=['Justificar','Itálico','Negrito','Ocultar\x20painel\x20de\x20formas','1JTCLdR','654658TDHLKZ','Alternar\x20inversão\x20horizontal','55812JOPKwe','À\x20frente\x20do\x20texto','Cortar\x20para\x20forma','Estilo\x20da\x20forma','Reset\x20color','Atrás\x20do\x20texto','10ZgMwmV','3355870giTJXk','429QqlCuS','Quadrado','Formatar\x20forma','Excluir\x20forma','9690UxtaOy','Alinhar\x20à\x20esquerda','Alinhar\x20ao\x20centro','Em\x20linha\x20com\x20o\x20texto','Cor\x20do\x20texto','Cor\x20de\x20fundo\x20do\x20texto','1107960nksnEz','Alternar\x20inversão\x20vertical','3949376laCvjZ','Girar\x2090°\x20para\x20esquerda','1364CVPRPS','Alinhar\x20à\x20direita','3109113bQyjLv','6cucMVj'];_0x2f87=function(){return _0x49317d;};return _0x2f87();}(function(_0x1e4941,_0x3b1bb0){const _0x41253a=_0x38e7,_0x5ed462=_0x1e4941();while(!![]){try{const _0x298173=-parseInt(_0x41253a(0xc5))/0x1*(-parseInt(_0x41253a(0xc6))/0x2)+parseInt(_0x41253a(0xb9))/0x3+-parseInt(_0x41253a(0xbd))/0x4*(parseInt(_0x41253a(0xd4))/0x5)+-parseInt(_0x41253a(0xc0))/0x6*(-parseInt(_0x41253a(0xcf))/0x7)+parseInt(_0x41253a(0xbb))/0x8+parseInt(_0x41253a(0xbf))/0x9*(-parseInt(_0x41253a(0xce))/0xa)+-parseInt(_0x41253a(0xd0))/0xb*(parseInt(_0x41253a(0xc8))/0xc);if(_0x298173===_0x3b1bb0)break;else _0x5ed462['push'](_0x5ed462['shift']());}catch(_0x23dabe){_0x5ed462['push'](_0x5ed462['shift']());}}}(_0x2f87,0x75aeb));const e={'docs-shape-ui':{'title':'Forma','insertShape':'Inserir\x20forma','openPanel':'Abrir\x20painel\x20de\x20formas','deleteShape':_0x565096(0xd3),'hidePanel':_0x565096(0xc4),'formatShape':_0x565096(0xd2),'shapeStyle':_0x565096(0xcb),'shapePosition':'Posição\x20da\x20forma','toggleFlipH':_0x565096(0xc7),'toggleFlipV':_0x565096(0xba),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x565096(0xbc),'toggleTextVertical':'Alternar\x20texto\x20vertical','toolbar':{'alignLeft':_0x565096(0xd5),'alignCenter':_0x565096(0xb5),'alignRight':_0x565096(0xbe),'alignJustify':_0x565096(0xc1),'bold':_0x565096(0xc3),'italic':_0x565096(0xc2),'underline':'Sublinhado','strikethrough':'Tachado','textColor':_0x565096(0xb7),'fillColor':_0x565096(0xb8),'resetColor':_0x565096(0xcc)},'align':{'top':'Alinhar\x20ao\x20topo','middle':'Alinhar\x20ao\x20meio','bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0x565096(0xb6),'square':_0x565096(0xd1),'topAndBottom':'Superior\x20e\x20inferior','behindText':_0x565096(0xcd),'inFrontText':_0x565096(0xc9)},'crop':{'shape':_0x565096(0xca)}}};export{e as default};
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 +1 @@
1
- const _0x44022c=_0x56f0;(function(_0x485aa9,_0x388f28){const _0x4e94cc=_0x56f0,_0x3b551b=_0x485aa9();while(!![]){try{const _0xc8efab=-parseInt(_0x4e94cc(0x195))/0x1*(-parseInt(_0x4e94cc(0x17f))/0x2)+parseInt(_0x4e94cc(0x180))/0x3+parseInt(_0x4e94cc(0x197))/0x4+parseInt(_0x4e94cc(0x196))/0x5+parseInt(_0x4e94cc(0x194))/0x6*(parseInt(_0x4e94cc(0x187))/0x7)+-parseInt(_0x4e94cc(0x177))/0x8*(parseInt(_0x4e94cc(0x179))/0x9)+-parseInt(_0x4e94cc(0x18b))/0xa;if(_0xc8efab===_0x388f28)break;else _0x3b551b['push'](_0x3b551b['shift']());}catch(_0x529e39){_0x3b551b['push'](_0x3b551b['shift']());}}}(_0x1af1,0x85a9b));function _0x56f0(_0x3483c4,_0x16d5f9){_0x3483c4=_0x3483c4-0x177;const _0x1af18b=_0x1af1();let _0x56f000=_0x1af18b[_0x3483c4];return _0x56f000;}const e={'docs-shape-ui':{'title':'Фигура','insertShape':_0x44022c(0x189),'openPanel':_0x44022c(0x17a),'deleteShape':_0x44022c(0x184),'hidePanel':_0x44022c(0x17e),'formatShape':_0x44022c(0x182),'shapeStyle':_0x44022c(0x181),'shapePosition':'Положение\x20фигуры','toggleFlipH':_0x44022c(0x193),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0x44022c(0x18f),'rotateLeft90':_0x44022c(0x18c),'toggleTextVertical':_0x44022c(0x185),'toolbar':{'alignLeft':_0x44022c(0x191),'alignCenter':_0x44022c(0x192),'alignRight':_0x44022c(0x17d),'alignJustify':_0x44022c(0x17b),'bold':'Полужирный','italic':_0x44022c(0x18e),'underline':_0x44022c(0x17c),'strikethrough':_0x44022c(0x18d),'textColor':_0x44022c(0x199),'fillColor':_0x44022c(0x198),'resetColor':_0x44022c(0x18a)},'align':{'top':_0x44022c(0x178),'middle':_0x44022c(0x190),'bottom':'Выровнять\x20по\x20нижнему\x20краю'},'textWrap':{'inline':'In\x20line\x20with\x20text','square':_0x44022c(0x188),'topAndBottom':'Top\x20and\x20Bottom','behindText':_0x44022c(0x186),'inFrontText':_0x44022c(0x183)},'crop':{'shape':'Обрезать\x20по\x20форме'}}};function _0x1af1(){const _0x55e5dd=['Зачеркнутый','Курсив','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Выровнять\x20посередине','Выровнять\x20по\x20левому\x20краю','Выровнять\x20по\x20центру','Переключить\x20горизонтальное\x20отражение','9444LRjXnf','18742kLXWDZ','2236545MKpWld','3846744AzdxDz','Цвет\x20фона\x20текста','Цвет\x20текста','8wPzKJf','Выровнять\x20по\x20верхнему\x20краю','904842XkGGOX','Открыть\x20панель\x20фигур','Выровнять\x20по\x20ширине','Подчеркнутый','Выровнять\x20по\x20правому\x20краю','Скрыть\x20панель\x20фигур','2PjoOMZ','3178617kSEVOc','Стиль\x20фигуры','Форматировать\x20фигуру','In\x20front\x20of\x20text','Удалить\x20фигуру','Переключить\x20вертикальное\x20положение\x20текста','Behind\x20text','4858seVzWJ','Square','Вставить\x20фигуру','Reset\x20color','29316110HdFWbr','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки'];_0x1af1=function(){return _0x55e5dd;};return _0x1af1();}export{e as default};
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 +1 @@
1
- function _0x3344(){const _0xd5d19c=['Tvar','47424oJCCjr','Prečiarknuté','Prepnúť\x20zvislé\x20prevrátenie','Štýl\x20tvaru','Zarovnať\x20hore','Obdĺžnikové','Zarovnať\x20dole','Vložiť\x20tvar','Otočiť\x20doľava\x20o\x2090°','Podčiarknutie','64984ldVKsz','Prepnúť\x20vodorovné\x20prevrátenie','Tučné','Zarovnať\x20doprava','5SQosLm','Za\x20textom','Zarovnať\x20na\x20stred','6609550niFihj','9WYqkSj','921159frsMdZ','91446kdAEBL','1258192cBGSDK','Pred\x20textom','Skryť\x20panel\x20tvarov','Hore\x20a\x20dole','Formátovať\x20tvar','Oříznout\x20podle\x20tvaru','Zarovnať\x20do\x20bloku','Kurzíva','385xEMiWV','Otvoriť\x20panel\x20tvarov','Odstrániť\x20tvar','740648oPhjXG','Přepnout\x20text\x20vertikálně'];_0x3344=function(){return _0xd5d19c;};return _0x3344();}function _0xc804(_0x1b4e2a,_0x5be843){_0x1b4e2a=_0x1b4e2a-0x18f;const _0x33440e=_0x3344();let _0xc8043b=_0x33440e[_0x1b4e2a];return _0xc8043b;}const _0x14296c=_0xc804;(function(_0x58765f,_0x547e6c){const _0x459fd0=_0xc804,_0xfde19f=_0x58765f();while(!![]){try{const _0x187c54=parseInt(_0x459fd0(0x1a0))/0x1+-parseInt(_0x459fd0(0x192))/0x2+-parseInt(_0x459fd0(0x190))/0x3+parseInt(_0x459fd0(0x19d))/0x4+-parseInt(_0x459fd0(0x1ae))/0x5*(parseInt(_0x459fd0(0x191))/0x6)+parseInt(_0x459fd0(0x19a))/0x7*(parseInt(_0x459fd0(0x1aa))/0x8)+-parseInt(_0x459fd0(0x18f))/0x9*(-parseInt(_0x459fd0(0x1b1))/0xa);if(_0x187c54===_0x547e6c)break;else _0xfde19f['push'](_0xfde19f['shift']());}catch(_0x672f0f){_0xfde19f['push'](_0xfde19f['shift']());}}}(_0x3344,0x5ef34));const e={'docs-shape-ui':{'title':_0x14296c(0x19f),'insertShape':_0x14296c(0x1a7),'openPanel':_0x14296c(0x19b),'deleteShape':_0x14296c(0x19c),'hidePanel':_0x14296c(0x194),'formatShape':_0x14296c(0x196),'shapeStyle':_0x14296c(0x1a3),'shapePosition':'Poloha\x20tvaru','toggleFlipH':_0x14296c(0x1ab),'toggleFlipV':_0x14296c(0x1a2),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0x14296c(0x1a8),'toggleTextVertical':_0x14296c(0x19e),'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x14296c(0x1b0),'alignRight':_0x14296c(0x1ad),'alignJustify':_0x14296c(0x198),'bold':_0x14296c(0x1ac),'italic':_0x14296c(0x199),'underline':_0x14296c(0x1a9),'strikethrough':_0x14296c(0x1a1),'textColor':'Farba\x20textu','fillColor':'Farba\x20pozadia\x20textu','resetColor':'Reset\x20color'},'align':{'top':_0x14296c(0x1a4),'middle':'Zarovnať\x20na\x20stred','bottom':_0x14296c(0x1a6)},'textWrap':{'inline':'V\x20riadku\x20s\x20textom','square':_0x14296c(0x1a5),'topAndBottom':_0x14296c(0x195),'behindText':_0x14296c(0x1af),'inFrontText':_0x14296c(0x193)},'crop':{'shape':_0x14296c(0x197)}}};export{e as default};
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 +1 @@
1
- function _0xee4c(_0x17913b,_0x530896){_0x17913b=_0x17913b-0x17a;const _0x59bc7f=_0x59bc();let _0xee4c2b=_0x59bc7f[_0x17913b];return _0xee4c2b;}function _0x59bc(){const _0x4f391e=['In\x20front\x20of\x20text','In\x20nghiêng','Căn\x20giữa','Chuyển\x20đổi\x20lật\x20ngang','Vị\x20trí\x20hình\x20dạng','2801072JWRboQ','Hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','4941495rpbVhj','Chèn\x20hình\x20dạng','Gạch\x20ngang','Căn\x20đều\x20hai\x20bên','7tGGATr','Reset\x20color','4eajVNW','Square','Ẩn\x20bảng\x20hình\x20dạng','7129670trHdic','Màu\x20chữ','2161890Mpuxnf','10valaUA','9395664NQKXRA','26289153mfdxJW','Định\x20dạng\x20hình\x20dạng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Màu\x20nền\x20văn\x20bản','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Cắt\x20theo\x20hình\x20dạng','Căn\x20giữa\x20theo\x20chiều\x20dọc','1163247vvSJTW','Căn\x20phải','Xóa\x20hình\x20dạng','Căn\x20trái','Gạch\x20chân','Behind\x20text'];_0x59bc=function(){return _0x4f391e;};return _0x59bc();}const _0x46251f=_0xee4c;(function(_0x22b10d,_0x349370){const _0x21d26a=_0xee4c,_0x4b6e8a=_0x22b10d();while(!![]){try{const _0x141f11=-parseInt(_0x21d26a(0x17e))/0x1+-parseInt(_0x21d26a(0x189))/0x2+-parseInt(_0x21d26a(0x18c))/0x3+-parseInt(_0x21d26a(0x192))/0x4*(-parseInt(_0x21d26a(0x195))/0x5)+-parseInt(_0x21d26a(0x197))/0x6+-parseInt(_0x21d26a(0x190))/0x7*(-parseInt(_0x21d26a(0x199))/0x8)+-parseInt(_0x21d26a(0x19a))/0x9*(-parseInt(_0x21d26a(0x198))/0xa);if(_0x141f11===_0x349370)break;else _0x4b6e8a['push'](_0x4b6e8a['shift']());}catch(_0x23d370){_0x4b6e8a['push'](_0x4b6e8a['shift']());}}}(_0x59bc,0xe7f82));const e={'docs-shape-ui':{'title':_0x46251f(0x18a),'insertShape':_0x46251f(0x18d),'openPanel':_0x46251f(0x18b),'deleteShape':_0x46251f(0x180),'hidePanel':_0x46251f(0x194),'formatShape':_0x46251f(0x19b),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x46251f(0x188),'toggleFlipH':_0x46251f(0x187),'toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x46251f(0x19c),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x46251f(0x17b),'toolbar':{'alignLeft':_0x46251f(0x181),'alignCenter':_0x46251f(0x186),'alignRight':_0x46251f(0x17f),'alignJustify':_0x46251f(0x18f),'bold':'In\x20đậm','italic':_0x46251f(0x185),'underline':_0x46251f(0x182),'strikethrough':_0x46251f(0x18e),'textColor':_0x46251f(0x196),'fillColor':_0x46251f(0x17a),'resetColor':_0x46251f(0x191)},'align':{'top':'Căn\x20trên','middle':_0x46251f(0x17d),'bottom':'Căn\x20dưới'},'textWrap':{'inline':'In\x20line\x20with\x20text','square':_0x46251f(0x193),'topAndBottom':'Top\x20and\x20Bottom','behindText':_0x46251f(0x183),'inFrontText':_0x46251f(0x184)},'crop':{'shape':_0x46251f(0x17c)}}};export{e as default};
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 +1 @@
1
- function _0x2c51(_0x3bdf46,_0x5f3549){_0x3bdf46=_0x3bdf46-0x1a0;const _0x301cbc=_0x301c();let _0x2c5135=_0x301cbc[_0x3bdf46];return _0x2c5135;}function _0x301c(){const _0x2d3fcb=['928146QirRpq','右对齐','逆时针90度旋转','打开形状面板','嵌入型','83936292oxmQrA','切换文本竖排','下划线','6375314aOapmg','9xBgSZA','顺时针90度旋转','6855500rzlVPQ','删除形状','垂直居中','15bckFgE','衬于文字下方','文本颜色','形状位置','切换水平翻转','916424zfDOxM','两端对齐','顶部对齐','文本背景色','75EZCjTl','裁剪为形状','删除线','形状样式','格式化形状','77ZGHwQe','30WHywEJ','浮于文字上方','1340HiTpSR','隐藏形状面板','居中对齐','插入形状','1098708YGMVac'];_0x301c=function(){return _0x2d3fcb;};return _0x301c();}const _0x154d3d=_0x2c51;(function(_0x19e01b,_0x4271cb){const _0x4bb376=_0x2c51,_0x9c255=_0x19e01b();while(!![]){try{const _0x4de980=-parseInt(_0x4bb376(0x1a5))/0x1*(-parseInt(_0x4bb376(0x1ad))/0x2)+parseInt(_0x4bb376(0x1c0))/0x3*(-parseInt(_0x4bb376(0x1b1))/0x4)+-parseInt(_0x4bb376(0x1bd))/0x5+-parseInt(_0x4bb376(0x1b2))/0x6*(parseInt(_0x4bb376(0x1aa))/0x7)+-parseInt(_0x4bb376(0x1a1))/0x8*(-parseInt(_0x4bb376(0x1bb))/0x9)+parseInt(_0x4bb376(0x1ab))/0xa*(-parseInt(_0x4bb376(0x1ba))/0xb)+parseInt(_0x4bb376(0x1b7))/0xc;if(_0x4de980===_0x4271cb)break;else _0x9c255['push'](_0x9c255['shift']());}catch(_0x5d26ec){_0x9c255['push'](_0x9c255['shift']());}}}(_0x301c,0xedf5e));const e={'docs-shape-ui':{'title':'形状','insertShape':_0x154d3d(0x1b0),'openPanel':_0x154d3d(0x1b5),'deleteShape':_0x154d3d(0x1be),'hidePanel':_0x154d3d(0x1ae),'formatShape':_0x154d3d(0x1a9),'shapeStyle':_0x154d3d(0x1a8),'shapePosition':_0x154d3d(0x1c3),'toggleFlipH':_0x154d3d(0x1a0),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x154d3d(0x1bc),'rotateLeft90':_0x154d3d(0x1b4),'toggleTextVertical':_0x154d3d(0x1b8),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x154d3d(0x1af),'alignRight':_0x154d3d(0x1b3),'alignJustify':_0x154d3d(0x1a2),'bold':'粗体','italic':'斜体','underline':_0x154d3d(0x1b9),'strikethrough':_0x154d3d(0x1a7),'textColor':_0x154d3d(0x1c2),'fillColor':_0x154d3d(0x1a4),'resetColor':'重置颜色'},'align':{'top':_0x154d3d(0x1a3),'middle':_0x154d3d(0x1bf),'bottom':'底部对齐'},'textWrap':{'inline':_0x154d3d(0x1b6),'square':'四周型','topAndBottom':'上下型','behindText':_0x154d3d(0x1c1),'inFrontText':_0x154d3d(0x1ac)},'crop':{'shape':_0x154d3d(0x1a6)}}};export{e as default};
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 +1 @@
1
- const _0x327893=_0x4cb4;function _0x57f2(){const _0x524d81=['圖形位置','7071647ZdJUIH','293781fpcsFB','重置顏色','120yriKWU','切換水平翻轉','底部對齊','切換文本豎排','切換垂直翻轉','居中對齊','裁切為形狀','圖形樣式','頂部對齊','8oNleDX','文字背景色','文字顏色','254507ASrcRj','15250455IJluIw','右對齊','垂直居中','文字在後','刪除形狀','12194854CiXHCc','2215vAcYma','4484472XIWzDQ','逆時針\x2090\x20度旋轉','隱藏形狀面板','16004HeaDbq','12zuEkGQ','打開形狀面板','左對齊','上及下'];_0x57f2=function(){return _0x524d81;};return _0x57f2();}function _0x4cb4(_0xba1896,_0x12d18b){_0xba1896=_0xba1896-0x16e;const _0x57f2cc=_0x57f2();let _0x4cb48e=_0x57f2cc[_0xba1896];return _0x4cb48e;}(function(_0x354ae8,_0x4f0c7e){const _0xae4a8a=_0x4cb4,_0x9aefe5=_0x354ae8();while(!![]){try{const _0x3cceef=-parseInt(_0xae4a8a(0x17f))/0x1+parseInt(_0xae4a8a(0x18b))/0x2*(-parseInt(_0xae4a8a(0x171))/0x3)+-parseInt(_0xae4a8a(0x18a))/0x4*(parseInt(_0xae4a8a(0x186))/0x5)+-parseInt(_0xae4a8a(0x187))/0x6+-parseInt(_0xae4a8a(0x185))/0x7+parseInt(_0xae4a8a(0x17c))/0x8*(-parseInt(_0xae4a8a(0x180))/0x9)+-parseInt(_0xae4a8a(0x173))/0xa*(-parseInt(_0xae4a8a(0x170))/0xb);if(_0x3cceef===_0x4f0c7e)break;else _0x9aefe5['push'](_0x9aefe5['shift']());}catch(_0x1c4372){_0x9aefe5['push'](_0x9aefe5['shift']());}}}(_0x57f2,0xdfa0f));const e={'docs-shape-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x327893(0x18c),'deleteShape':_0x327893(0x184),'hidePanel':_0x327893(0x189),'formatShape':'格式化形狀','shapeStyle':_0x327893(0x17a),'shapePosition':_0x327893(0x16f),'toggleFlipH':_0x327893(0x174),'toggleFlipV':_0x327893(0x177),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x327893(0x188),'toggleTextVertical':_0x327893(0x176),'toolbar':{'alignLeft':_0x327893(0x18d),'alignCenter':_0x327893(0x178),'alignRight':_0x327893(0x181),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x327893(0x17e),'fillColor':_0x327893(0x17d),'resetColor':_0x327893(0x172)},'align':{'top':_0x327893(0x17b),'middle':_0x327893(0x182),'bottom':_0x327893(0x175)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x327893(0x16e),'behindText':'文字在前','inFrontText':_0x327893(0x183)},'crop':{'shape':_0x327893(0x179)}}};export{e as default};
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 +1 @@
1
- const _0x1c9f78=_0x1842;(function(_0xb99b8a,_0x1bdf80){const _0x39c359=_0x1842,_0x26e67d=_0xb99b8a();while(!![]){try{const _0x50ef9f=parseInt(_0x39c359(0x10a))/0x1*(parseInt(_0x39c359(0x106))/0x2)+-parseInt(_0x39c359(0x10c))/0x3*(parseInt(_0x39c359(0xf6))/0x4)+parseInt(_0x39c359(0xfb))/0x5+parseInt(_0x39c359(0xfa))/0x6+-parseInt(_0x39c359(0xf7))/0x7+-parseInt(_0x39c359(0x10d))/0x8*(-parseInt(_0x39c359(0x10b))/0x9)+parseInt(_0x39c359(0x105))/0xa;if(_0x50ef9f===_0x1bdf80)break;else _0x26e67d['push'](_0x26e67d['shift']());}catch(_0x23d34e){_0x26e67d['push'](_0x26e67d['shift']());}}}(_0x4fc0,0xa9646));function _0x1842(_0x12febc,_0x24438e){_0x12febc=_0x12febc-0xf2;const _0x4fc0a6=_0x4fc0();let _0x184203=_0x4fc0a6[_0x12febc];return _0x184203;}const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x1c9f78(0x104),'openPanel':_0x1c9f78(0xf2),'deleteShape':'刪除形狀','hidePanel':_0x1c9f78(0xf4),'formatShape':_0x1c9f78(0x102),'shapeStyle':_0x1c9f78(0xf3),'shapePosition':_0x1c9f78(0x103),'toggleFlipH':'切換水平翻轉','toggleFlipV':'切換垂直翻轉','rotateRight90':_0x1c9f78(0xfd),'rotateLeft90':_0x1c9f78(0x107),'toggleTextVertical':_0x1c9f78(0xf8),'toolbar':{'alignLeft':_0x1c9f78(0x10e),'alignCenter':_0x1c9f78(0x111),'alignRight':_0x1c9f78(0x101),'alignJustify':_0x1c9f78(0xff),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x1c9f78(0xf9),'textColor':_0x1c9f78(0xfe),'fillColor':'文字背景色','resetColor':_0x1c9f78(0xfc)},'align':{'top':_0x1c9f78(0xf5),'middle':_0x1c9f78(0x100),'bottom':'底部對齊'},'textWrap':{'inline':_0x1c9f78(0x109),'square':'矩形','topAndBottom':_0x1c9f78(0x108),'behindText':'文字在前','inFrontText':_0x1c9f78(0x110)},'crop':{'shape':_0x1c9f78(0x10f)}}};function _0x4fc0(){const _0x45fce3=['左對齊','裁切為形狀','文字在後','居中對齊','打開形狀面板','圖形樣式','隱藏形狀面板','頂部對齊','4461812BKXsIR','5173350kAGQqI','切換文本竖排','刪除線','147972NUQyXF','503100NJRIiM','重置顏色','順時針\x2090\x20度旋轉','文字顏色','兩端對齊','垂直居中','右對齊','格式化形狀','圖形位置','插入形狀','15661370LedMHD','26918hqBKAo','逆時針\x2090\x20度旋轉','上及下','與文字排列','20lhbCwF','126MbOHRa','3tekWXj','335848CZxCaT'];_0x4fc0=function(){return _0x45fce3;};return _0x4fc0();}export{e as default};
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};
package/lib/index.css CHANGED
@@ -2,6 +2,23 @@
2
2
  box-sizing: border-box;
3
3
  }
4
4
 
5
+ .univer-flex {
6
+ display: flex;
7
+ }
8
+
9
+ .univer-size-full {
10
+ width: 100%;
11
+ height: 100%;
12
+ }
13
+
14
+ .univer-items-center {
15
+ align-items: center;
16
+ }
17
+
18
+ .univer-justify-center {
19
+ justify-content: center;
20
+ }
21
+
5
22
  .univer-px-4 {
6
23
  padding-left: 1rem;
7
24
  padding-right: 1rem;
@@ -11,3 +28,7 @@
11
28
  font-size: .875rem;
12
29
  line-height: 1.25rem;
13
30
  }
31
+
32
+ .univer-text-gray-500 {
33
+ color: var(--univer-gray-500);
34
+ }