@univerjs-pro/slides-table-ui 1.0.0-alpha.2 → 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 (106) hide show
  1. package/README.md +4 -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 +182 -14
  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/commands/operations/table-contextmenu.operation.d.ts +22 -36
  64. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +9 -4
  65. package/lib/types/index.d.ts +28 -8
  66. package/lib/types/locale/en-US.d.ts +17 -0
  67. package/lib/types/menu/contextmenu.menu.d.ts +0 -3
  68. package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +42 -0
  69. package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +26 -0
  70. package/lib/types/render-objects/slide-table-object.d.ts +127 -0
  71. package/lib/types/services/slide-table-cell-editor.service.d.ts +50 -0
  72. package/lib/types/services/slide-table-keyboard.service.d.ts +9 -23
  73. package/lib/types/services/table-keyboard.service-base.d.ts +18 -0
  74. package/lib/types/utils/slide-table-clipboard-model.d.ts +7 -0
  75. package/lib/types/utils/slide-table-contextmenu-model.d.ts +69 -0
  76. package/lib/types/utils/slide-table-editor-model.d.ts +78 -0
  77. package/lib/types/utils/slide-table-keyboard-input.d.ts +13 -0
  78. package/lib/types/utils/slide-table-keyboard-model.d.ts +43 -0
  79. package/lib/types/utils/slide-table-object-selection-model.d.ts +7 -0
  80. package/lib/types/utils/slide-table-structural-insert.util.d.ts +15 -0
  81. package/lib/types/utils/slide-table-toolbar-model.d.ts +17 -0
  82. package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +70 -0
  83. package/lib/types/utils/slide-table-toolbar-values.d.ts +33 -0
  84. package/lib/types/views/TableThemeGallery.d.ts +10 -0
  85. package/lib/umd/index.js +1 -1
  86. package/lib/umd/locale/ar-SA.js +1 -1
  87. package/lib/umd/locale/ca-ES.js +1 -1
  88. package/lib/umd/locale/de-DE.js +1 -1
  89. package/lib/umd/locale/en-US.js +1 -1
  90. package/lib/umd/locale/es-ES.js +1 -1
  91. package/lib/umd/locale/fa-IR.js +1 -1
  92. package/lib/umd/locale/fr-FR.js +1 -1
  93. package/lib/umd/locale/id-ID.js +1 -1
  94. package/lib/umd/locale/it-IT.js +1 -1
  95. package/lib/umd/locale/ja-JP.js +1 -1
  96. package/lib/umd/locale/ko-KR.js +1 -1
  97. package/lib/umd/locale/pl-PL.js +1 -1
  98. package/lib/umd/locale/pt-BR.js +1 -1
  99. package/lib/umd/locale/ru-RU.js +1 -1
  100. package/lib/umd/locale/sk-SK.js +1 -1
  101. package/lib/umd/locale/vi-VN.js +1 -1
  102. package/lib/umd/locale/zh-CN.js +1 -1
  103. package/lib/umd/locale/zh-HK.js +1 -1
  104. package/lib/umd/locale/zh-TW.js +1 -1
  105. package/package.json +17 -18
  106. /package/lib/types/{views → utils}/slide-table-hit-test.d.ts +0 -0
@@ -1 +1 @@
1
- const _0x14ebfc=_0x10cb;(function(_0xc14dd4,_0x387322){const _0x4c0e97=_0x10cb,_0xbe0ec6=_0xc14dd4();while(!![]){try{const _0xa1d565=-parseInt(_0x4c0e97(0xb9))/0x1*(parseInt(_0x4c0e97(0xc1))/0x2)+parseInt(_0x4c0e97(0xa7))/0x3*(-parseInt(_0x4c0e97(0xd3))/0x4)+-parseInt(_0x4c0e97(0xca))/0x5+-parseInt(_0x4c0e97(0xb5))/0x6*(-parseInt(_0x4c0e97(0xb0))/0x7)+parseInt(_0x4c0e97(0xbb))/0x8*(parseInt(_0x4c0e97(0xe9))/0x9)+parseInt(_0x4c0e97(0xc9))/0xa*(-parseInt(_0x4c0e97(0xe2))/0xb)+parseInt(_0x4c0e97(0xe7))/0xc;if(_0xa1d565===_0x387322)break;else _0xbe0ec6['push'](_0xbe0ec6['shift']());}catch(_0x5df45a){_0xbe0ec6['push'](_0xbe0ec6['shift']());}}}(_0x1d0e,0x6a099));function _0x10cb(_0x12330d,_0x3338b4){_0x12330d=_0x12330d-0xa5;const _0x1d0ecb=_0x1d0e();let _0x10cb4b=_0x1d0ecb[_0x12330d];return _0x10cb4b;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'글꼴','fontSize':_0x14ebfc(0xd9),'textColor':'텍스트\x20색상','textBackgroundColor':_0x14ebfc(0xea),'tableBackgroundColor':_0x14ebfc(0xb7),'tableBorderColor':'표\x20테두리\x20색','borderWidth':'테두리\x20두께','borderStyle':'테두리\x20스타일','border':'테두리','borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x14ebfc(0xd4),'noBorder':_0x14ebfc(0xcd),'borderPresetAll':'모든\x20테두리','borderPresetInner':_0x14ebfc(0xb8),'borderPresetOuter':'바깥쪽\x20테두리','borderPresetTop':_0x14ebfc(0xce),'borderPresetBottom':_0x14ebfc(0xb1),'borderPresetLeft':_0x14ebfc(0xe6),'borderPresetRight':_0x14ebfc(0xd8),'borderPresetInnerHorizontal':'안쪽\x20가로\x20테두리','borderPresetInnerVertical':'안쪽\x20세로\x20테두리','none':'없음','horizontalAlign':_0x14ebfc(0xdd),'verticalAlign':_0x14ebfc(0xc8),'alignLeft':'왼쪽\x20정렬','alignCenter':_0x14ebfc(0xc5),'alignRight':_0x14ebfc(0xb6),'alignJustify':'양쪽\x20맞춤','alignTop':_0x14ebfc(0xc4),'alignMiddle':_0x14ebfc(0xc3),'alignBottom':_0x14ebfc(0xa9),'mergeCells':'셀\x20병합','unmergeCells':_0x14ebfc(0xe3)},'shapePanel':{'fill':{'noFill':'채우기\x20없음','solidFill':'단색\x20채우기','gradientFill':'그라데이션\x20채우기','pictureFill':_0x14ebfc(0xeb),'color':'색','transparency':'투명도','picture':{'source':_0x14ebfc(0xcb),'insert':_0x14ebfc(0xdb)}}},'structuralControls':{'selectRow':_0x14ebfc(0xd1),'selectColumn':_0x14ebfc(0xbe),'selectTable':_0x14ebfc(0xbc),'insertRow':_0x14ebfc(0xc7),'insertColumn':_0x14ebfc(0xa8),'moveRow':_0x14ebfc(0xac),'moveColumn':'Move\x20column','moveRows':'Move\x20rows','moveColumns':_0x14ebfc(0xd6),'cannotMoveMergedRows':_0x14ebfc(0xb3),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x14ebfc(0xaa),'delete':_0x14ebfc(0xda),'distribute':_0x14ebfc(0xd2),'borders':_0x14ebfc(0xe8),'tableBackgroundColor':_0x14ebfc(0xae),'copy':_0x14ebfc(0xbf),'cut':_0x14ebfc(0xde),'deleteTable':_0x14ebfc(0xdc),'insertRowAbove':_0x14ebfc(0xd0),'insertRowBelow':_0x14ebfc(0xb2),'insertColumnLeft':_0x14ebfc(0xb4),'insertColumnRight':_0x14ebfc(0xcc),'deleteRow':_0x14ebfc(0xe0),'deleteColumn':'Delete\x20column','distributeRows':_0x14ebfc(0xcf),'distributeColumns':'Distribute\x20columns','borderAll':'All\x20borders','borderOuter':_0x14ebfc(0xe4),'borderInner':_0x14ebfc(0xdf),'borderNone':_0x14ebfc(0xe5)},'colorPreset':{'resetColor':_0x14ebfc(0xa5),'white':_0x14ebfc(0xad),'gray100':_0x14ebfc(0xab),'primary100':_0x14ebfc(0xc2),'blue100':_0x14ebfc(0xaf),'green100':'Green\x20100','yellow100':_0x14ebfc(0xd7),'red100':_0x14ebfc(0xba),'gray900':'Gray\x20900','gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0x14ebfc(0xa6),'yellow700':_0x14ebfc(0xd5),'green600':_0x14ebfc(0xe1),'blue600':_0x14ebfc(0xc0),'purple600':_0x14ebfc(0xbd)}}};function _0x1d0e(){const _0x57c3c1=['Select\x20table','Purple\x20600','Select\x20column','Copy','Blue\x20600','6IlViRn','Primary\x20100','세로\x20가운데\x20정렬','위쪽\x20정렬','가운데\x20정렬','exports','Insert\x20row','세로\x20정렬','10paPvdF','301925hyPvLb','그림\x20원본','Insert\x20column\x20right','테두리\x20없음','위쪽\x20테두리','Distribute\x20rows','Insert\x20row\x20above','Select\x20row','Distribute','225404lVhSYf','일점쇄선','Yellow\x20700','Move\x20columns','Yellow\x20100','오른쪽\x20테두리','글꼴\x20크기','Delete','그림\x20삽입','Delete\x20table','가로\x20정렬','Cut','Inner\x20borders','Delete\x20row','Green\x20600','1026179fsFCwm','셀\x20병합\x20해제','Outer\x20borders','No\x20border','왼쪽\x20테두리','12858948jTciyX','Borders','122805yiwAZK','텍스트\x20배경색','그림\x20또는\x20질감\x20채우기','Reset\x20color','Orange\x20600','39Dgdbdj','Insert\x20column','아래쪽\x20정렬','Insert','Gray\x20100','Move\x20row','White','Table\x20background\x20color','Blue\x20100','7HrtxXZ','아래쪽\x20테두리','Insert\x20row\x20below','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Insert\x20column\x20left','1290174pblXSM','오른쪽\x20정렬','표\x20배경색','안쪽\x20테두리','266129BIGCdZ','Red\x20100','488uHeAEq'];_0x1d0e=function(){return _0x57c3c1;};return _0x1d0e();}module[_0x14ebfc(0xc6)]=e;
1
+ const _0x2e2ce0=_0x20d8;(function(_0xfb2a99,_0x429799){const _0x15b498=_0x20d8,_0x4ea8c2=_0xfb2a99();while(!![]){try{const _0xa90a0e=parseInt(_0x15b498(0x1fd))/0x1+-parseInt(_0x15b498(0x202))/0x2*(-parseInt(_0x15b498(0x1e9))/0x3)+parseInt(_0x15b498(0x1f6))/0x4*(parseInt(_0x15b498(0x1dd))/0x5)+parseInt(_0x15b498(0x1f4))/0x6*(-parseInt(_0x15b498(0x1df))/0x7)+-parseInt(_0x15b498(0x1d4))/0x8*(-parseInt(_0x15b498(0x1c0))/0x9)+parseInt(_0x15b498(0x1bd))/0xa+parseInt(_0x15b498(0x1eb))/0xb*(-parseInt(_0x15b498(0x1d1))/0xc);if(_0xa90a0e===_0x429799)break;else _0x4ea8c2['push'](_0x4ea8c2['shift']());}catch(_0xba2dec){_0x4ea8c2['push'](_0x4ea8c2['shift']());}}}(_0x4fe0,0x9bb53));function _0x20d8(_0x26550d,_0x41a811){_0x26550d=_0x26550d-0x1bb;const _0x4fe00a=_0x4fe0();let _0x20d8a3=_0x4fe00a[_0x26550d];return _0x20d8a3;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'글꼴','fontSize':_0x2e2ce0(0x1c7),'textFormat':_0x2e2ce0(0x1fb),'bold':'굵게','italic':_0x2e2ce0(0x1e6),'underline':'밑줄','strikethrough':_0x2e2ce0(0x1ce),'textColor':'텍스트\x20색상','textBackgroundColor':_0x2e2ce0(0x1fe),'tableBackgroundColor':_0x2e2ce0(0x1c8),'tableBorderColor':'표\x20테두리\x20색','borderWidth':'테두리\x20두께','borderStyle':_0x2e2ce0(0x1f5),'border':'테두리','borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x2e2ce0(0x1f8),'noBorder':'테두리\x20없음','borderPresetAll':_0x2e2ce0(0x1fa),'borderPresetInner':'안쪽\x20테두리','borderPresetOuter':_0x2e2ce0(0x1f0),'borderPresetTop':_0x2e2ce0(0x1d6),'borderPresetBottom':_0x2e2ce0(0x1fc),'borderPresetLeft':_0x2e2ce0(0x1e5),'borderPresetRight':'오른쪽\x20테두리','borderPresetInnerHorizontal':'안쪽\x20가로\x20테두리','borderPresetInnerVertical':_0x2e2ce0(0x1f1),'none':'없음','horizontalAlign':_0x2e2ce0(0x1c2),'verticalAlign':'세로\x20정렬','alignLeft':_0x2e2ce0(0x200),'alignCenter':'가운데\x20정렬','alignRight':_0x2e2ce0(0x1f7),'alignJustify':'양쪽\x20맞춤','alignTop':_0x2e2ce0(0x1e7),'alignMiddle':_0x2e2ce0(0x1d7),'alignBottom':_0x2e2ce0(0x1ff),'mergeCells':_0x2e2ce0(0x1c9),'unmergeCells':'셀\x20병합\x20해제','tableTheme':_0x2e2ce0(0x1c6),'tableLook':_0x2e2ce0(0x1bf),'headerRow':_0x2e2ce0(0x203),'footerRow':_0x2e2ce0(0x1c4),'bandedRows':_0x2e2ce0(0x1c3),'bandedColumns':_0x2e2ce0(0x1bc),'firstColumn':_0x2e2ce0(0x1cb),'lastColumn':_0x2e2ce0(0x1be),'bestMatch':_0x2e2ce0(0x1d9),'light':'밝게','medium':'중간','minimal':'최소'},'shapePanel':{'fill':{'noFill':'채우기\x20없음','solidFill':_0x2e2ce0(0x1f9),'gradientFill':'그라데이션\x20채우기','pictureFill':'그림\x20또는\x20질감\x20채우기','color':'색','transparency':_0x2e2ce0(0x1d2),'picture':{'source':_0x2e2ce0(0x1ea),'insert':_0x2e2ce0(0x1e3)}}},'structuralControls':{'selectRow':_0x2e2ce0(0x1c1),'selectColumn':'열\x20선택','selectTable':_0x2e2ce0(0x1ee),'insertRow':_0x2e2ce0(0x1dc),'insertColumn':_0x2e2ce0(0x1c5),'moveRow':_0x2e2ce0(0x1ed),'moveColumn':_0x2e2ce0(0x1cc),'moveRows':_0x2e2ce0(0x1ed),'moveColumns':_0x2e2ce0(0x1cc),'cannotMoveMergedRows':_0x2e2ce0(0x1ca),'cannotMoveMergedColumns':_0x2e2ce0(0x1cd)},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','borders':_0x2e2ce0(0x1d5),'tableBackgroundColor':_0x2e2ce0(0x1c8),'copy':'복사','cut':_0x2e2ce0(0x1cf),'deleteTable':_0x2e2ce0(0x1f3),'insertRowAbove':_0x2e2ce0(0x1f2),'insertRowBelow':'아래에\x20행\x20삽입','insertColumnLeft':_0x2e2ce0(0x1bb),'insertColumnRight':_0x2e2ce0(0x1de),'deleteRow':_0x2e2ce0(0x1e1),'deleteColumn':_0x2e2ce0(0x1d0),'distributeRows':_0x2e2ce0(0x1e4),'distributeColumns':'열\x20균등\x20분배','borderAll':_0x2e2ce0(0x1fa),'borderOuter':_0x2e2ce0(0x1f0),'borderInner':'안쪽\x20테두리','borderNone':'테두리\x20없음'},'colorPreset':{'resetColor':'색상\x20초기화','white':'흰색','gray100':_0x2e2ce0(0x1db),'primary100':'기본\x20100','blue100':_0x2e2ce0(0x1d8),'green100':_0x2e2ce0(0x1ec),'yellow100':_0x2e2ce0(0x1d3),'red100':_0x2e2ce0(0x201),'gray900':'회색\x20900','gray500':_0x2e2ce0(0x1da),'red600':_0x2e2ce0(0x1e2),'orange600':'주황색\x20600','yellow700':_0x2e2ce0(0x1e0),'green600':_0x2e2ce0(0x1e8),'blue600':'파란색\x20600','purple600':_0x2e2ce0(0x1ef)}}};module['exports']=e;function _0x4fe0(){const _0x976671=['열\x20삭제','20052TumimI','투명도','노란색\x20100','56BBcHLg','테두리','위쪽\x20테두리','세로\x20가운데\x20정렬','파란색\x20100','최적\x20맞춤','회색\x20500','회색\x20100','행\x20삽입','10RrADbp','오른쪽에\x20열\x20삽입','6377798CUTyHl','노란색\x20700','행\x20삭제','빨간색\x20600','그림\x20삽입','행\x20균등\x20분배','왼쪽\x20테두리','기울임꼴','위쪽\x20정렬','녹색\x20600','143043DmnPOR','그림\x20원본','5071hfBWja','녹색\x20100','행\x20이동','표\x20선택','보라색\x20600','바깥쪽\x20테두리','안쪽\x20세로\x20테두리','위에\x20행\x20삽입','표\x20삭제','6wXxehF','테두리\x20스타일','421832rRWkur','오른쪽\x20정렬','일점쇄선','단색\x20채우기','모든\x20테두리','텍스트\x20형식','아래쪽\x20테두리','128635EKSGhW','텍스트\x20배경색','아래쪽\x20정렬','왼쪽\x20정렬','빨간색\x20100','46QJvGYx','머리글\x20행','왼쪽에\x20열\x20삽입','줄무늬\x20열','3721710yStTKX','마지막\x20열','표\x20모양','656793kyFMlj','행\x20선택','가로\x20정렬','줄무늬\x20행','바닥글\x20행','열\x20삽입','표\x20테마','글꼴\x20크기','표\x20배경색','셀\x20병합','병합된\x20셀을\x20가로질러\x20행을\x20이동할\x20수\x20없습니다','첫\x20열','열\x20이동','병합된\x20셀을\x20가로질러\x20열을\x20이동할\x20수\x20없습니다','취소선','잘라내기'];_0x4fe0=function(){return _0x976671;};return _0x4fe0();}
@@ -1 +1 @@
1
- const _0xef5493=_0x28d8;function _0x1154(){const _0x34d045=['Table\x20background\x20color','Delete\x20table','Brak','Insert\x20column\x20left','Kreskowane','Nie\x20mozna\x20przenosic\x20kolumn\x20przez\x20scalone\x20komorki','Distribute\x20columns','Inner\x20borders','Red\x20600','Źródło\x20obrazu','Wybierz\x20wiersz','6249968rocfRl','Kolor\x20tła\x20tekstu','Wyrównaj\x20do\x20lewej','Wszystkie\x20obramowania','Brak\x20wypełnienia','Wypełnienie\x20obrazem\x20lub\x20teksturą','Insert\x20row\x20below','Insert\x20row\x20above','Scal\x20komórki','Kropkowane','7479ZuvJIx','Wewnętrzne\x20obramowanie\x20poziome','Nie\x20mozna\x20przenosic\x20wierszy\x20przez\x20scalone\x20komorki','Obramowania\x20wewnętrzne','11030MBPUvk','Dolne\x20obramowanie','Green\x20600','84QTIBmZ','4652NYWOCC','Insert','Ciągłe','Kolor\x20obramowania\x20tabeli','Przenies\x20wiersz','Kreska-kropka','Delete\x20column','Wstaw\x20wiersz','Distribute\x20rows','Kolor\x20tła\x20tabeli','Borders','Lewe\x20obramowanie','Wybierz\x20kolumne','Przezroczystość','Czcionka','3992098NsTyWA','Obramowanie','13690IJgiXi','Wypełnienie\x20jednolite','Distribute','Cut','Kolor','Blue\x20100','1209abcVKd','Wewnętrzne\x20obramowanie\x20pionowe','Gray\x20100','Przenies\x20wiersze','Wyjustuj','Yellow\x20700','Szerokość\x20obramowania','Outer\x20borders','1746vvnbMW','Styl\x20obramowania','Wyrównaj\x20do\x20prawej','1813HczZJB','Wyrównanie\x20pionowe','1026973xLIrKb','Kolor\x20tekstu','Górne\x20obramowanie','All\x20borders','Wyrównaj\x20do\x20środka\x20w\x20pionie','Bez\x20obramowania','Orange\x20600','Gray\x20500','Purple\x20600','No\x20border','1048MThJCs','Obramowanie\x20zewnętrzne','exports','Wstaw\x20kolumne','Yellow\x20100','Wyrównanie\x20poziome'];_0x1154=function(){return _0x34d045;};return _0x1154();}function _0x28d8(_0x5433e9,_0x58d5e1){_0x5433e9=_0x5433e9-0xa0;const _0x115498=_0x1154();let _0x28d881=_0x115498[_0x5433e9];return _0x28d881;}(function(_0x55c378,_0x589031){const _0x27aa0c=_0x28d8,_0x1a70b8=_0x55c378();while(!![]){try{const _0x46ae30=parseInt(_0x27aa0c(0xe3))/0x1+-parseInt(_0x27aa0c(0xbf))/0x2*(parseInt(_0x27aa0c(0xd6))/0x3)+parseInt(_0x27aa0c(0xad))/0x4+parseInt(_0x27aa0c(0xbb))/0x5*(parseInt(_0x27aa0c(0xde))/0x6)+parseInt(_0x27aa0c(0xe1))/0x7*(-parseInt(_0x27aa0c(0xed))/0x8)+parseInt(_0x27aa0c(0xb7))/0x9*(parseInt(_0x27aa0c(0xd0))/0xa)+-parseInt(_0x27aa0c(0xce))/0xb*(parseInt(_0x27aa0c(0xbe))/0xc);if(_0x46ae30===_0x589031)break;else _0x1a70b8['push'](_0x1a70b8['shift']());}catch(_0x351fa2){_0x1a70b8['push'](_0x1a70b8['shift']());}}}(_0x1154,0xd14e5));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xef5493(0xcd),'fontSize':'Rozmiar\x20czcionki','textColor':_0xef5493(0xe4),'textBackgroundColor':_0xef5493(0xae),'tableBackgroundColor':_0xef5493(0xc8),'tableBorderColor':_0xef5493(0xc2),'borderWidth':_0xef5493(0xdc),'borderStyle':_0xef5493(0xdf),'border':_0xef5493(0xcf),'borderStyleSolid':_0xef5493(0xc1),'borderStyleDash':_0xef5493(0xa6),'borderStyleDot':_0xef5493(0xb6),'borderStyleDashDot':_0xef5493(0xc4),'noBorder':_0xef5493(0xe8),'borderPresetAll':_0xef5493(0xb0),'borderPresetInner':_0xef5493(0xba),'borderPresetOuter':_0xef5493(0xee),'borderPresetTop':_0xef5493(0xe5),'borderPresetBottom':_0xef5493(0xbc),'borderPresetLeft':_0xef5493(0xca),'borderPresetRight':'Prawe\x20obramowanie','borderPresetInnerHorizontal':_0xef5493(0xb8),'borderPresetInnerVertical':_0xef5493(0xd7),'none':_0xef5493(0xa4),'horizontalAlign':_0xef5493(0xa1),'verticalAlign':_0xef5493(0xe2),'alignLeft':_0xef5493(0xaf),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0xef5493(0xe0),'alignJustify':_0xef5493(0xda),'alignTop':'Wyrównaj\x20do\x20góry','alignMiddle':_0xef5493(0xe7),'alignBottom':'Wyrównaj\x20do\x20dołu','mergeCells':_0xef5493(0xb5),'unmergeCells':'Cofnij\x20scalanie\x20komórek'},'shapePanel':{'fill':{'noFill':_0xef5493(0xb1),'solidFill':_0xef5493(0xd1),'gradientFill':'Wypełnienie\x20gradientowe','pictureFill':_0xef5493(0xb2),'color':_0xef5493(0xd4),'transparency':_0xef5493(0xcc),'picture':{'source':_0xef5493(0xab),'insert':'Wstaw\x20obraz'}}},'structuralControls':{'selectRow':_0xef5493(0xac),'selectColumn':_0xef5493(0xcb),'selectTable':'Wybierz\x20tabele','insertRow':_0xef5493(0xc6),'insertColumn':_0xef5493(0xf0),'moveRow':_0xef5493(0xc3),'moveColumn':'Przenies\x20kolumne','moveRows':_0xef5493(0xd9),'moveColumns':'Przenies\x20kolumny','cannotMoveMergedRows':_0xef5493(0xb9),'cannotMoveMergedColumns':_0xef5493(0xa7)},'contextMenu':{'insert':_0xef5493(0xc0),'delete':'Delete','distribute':_0xef5493(0xd2),'borders':_0xef5493(0xc9),'tableBackgroundColor':_0xef5493(0xa2),'copy':'Copy','cut':_0xef5493(0xd3),'deleteTable':_0xef5493(0xa3),'insertRowAbove':_0xef5493(0xb4),'insertRowBelow':_0xef5493(0xb3),'insertColumnLeft':_0xef5493(0xa5),'insertColumnRight':'Insert\x20column\x20right','deleteRow':'Delete\x20row','deleteColumn':_0xef5493(0xc5),'distributeRows':_0xef5493(0xc7),'distributeColumns':_0xef5493(0xa8),'borderAll':_0xef5493(0xe6),'borderOuter':_0xef5493(0xdd),'borderInner':_0xef5493(0xa9),'borderNone':_0xef5493(0xec)},'colorPreset':{'resetColor':'Reset\x20color','white':'White','gray100':_0xef5493(0xd8),'primary100':'Primary\x20100','blue100':_0xef5493(0xd5),'green100':'Green\x20100','yellow100':_0xef5493(0xa0),'red100':'Red\x20100','gray900':'Gray\x20900','gray500':_0xef5493(0xea),'red600':_0xef5493(0xaa),'orange600':_0xef5493(0xe9),'yellow700':_0xef5493(0xdb),'green600':_0xef5493(0xbd),'blue600':'Blue\x20600','purple600':_0xef5493(0xeb)}}};module[_0xef5493(0xef)]=e;
1
+ const _0x3f375f=_0x50b7;(function(_0x57bd92,_0x2609c6){const _0x502b32=_0x50b7,_0x648b99=_0x57bd92();while(!![]){try{const _0x39d938=-parseInt(_0x502b32(0xbb))/0x1+-parseInt(_0x502b32(0xe5))/0x2*(parseInt(_0x502b32(0xe4))/0x3)+parseInt(_0x502b32(0xa9))/0x4+-parseInt(_0x502b32(0xd6))/0x5*(-parseInt(_0x502b32(0xc2))/0x6)+parseInt(_0x502b32(0xa1))/0x7*(-parseInt(_0x502b32(0xd3))/0x8)+-parseInt(_0x502b32(0xc9))/0x9*(parseInt(_0x502b32(0x91))/0xa)+parseInt(_0x502b32(0x9b))/0xb;if(_0x39d938===_0x2609c6)break;else _0x648b99['push'](_0x648b99['shift']());}catch(_0x5427f5){_0x648b99['push'](_0x648b99['shift']());}}}(_0x114f,0x876e9));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x3f375f(0xdc),'fontSize':_0x3f375f(0xbc),'textFormat':_0x3f375f(0xb8),'bold':_0x3f375f(0x9a),'italic':_0x3f375f(0xb4),'underline':_0x3f375f(0xe6),'strikethrough':_0x3f375f(0xc7),'textColor':_0x3f375f(0xd2),'textBackgroundColor':_0x3f375f(0xa0),'tableBackgroundColor':_0x3f375f(0xd5),'tableBorderColor':'Kolor\x20obramowania\x20tabeli','borderWidth':_0x3f375f(0xb6),'borderStyle':_0x3f375f(0xaa),'border':'Obramowanie','borderStyleSolid':_0x3f375f(0xc6),'borderStyleDash':_0x3f375f(0xa5),'borderStyleDot':'Kropkowane','borderStyleDashDot':_0x3f375f(0xcb),'noBorder':_0x3f375f(0xb7),'borderPresetAll':'Wszystkie\x20obramowania','borderPresetInner':'Obramowania\x20wewnętrzne','borderPresetOuter':'Obramowanie\x20zewnętrzne','borderPresetTop':'Górne\x20obramowanie','borderPresetBottom':_0x3f375f(0xce),'borderPresetLeft':_0x3f375f(0xe7),'borderPresetRight':_0x3f375f(0xb0),'borderPresetInnerHorizontal':_0x3f375f(0xca),'borderPresetInnerVertical':_0x3f375f(0x9f),'none':'Brak','horizontalAlign':_0x3f375f(0xd0),'verticalAlign':_0x3f375f(0xcf),'alignLeft':_0x3f375f(0x93),'alignCenter':_0x3f375f(0x97),'alignRight':_0x3f375f(0xcd),'alignJustify':_0x3f375f(0xb2),'alignTop':_0x3f375f(0xb9),'alignMiddle':'Wyrównaj\x20do\x20środka\x20w\x20pionie','alignBottom':_0x3f375f(0xd4),'mergeCells':_0x3f375f(0xb1),'unmergeCells':_0x3f375f(0xba),'tableTheme':_0x3f375f(0xe3),'tableLook':_0x3f375f(0xb3),'headerRow':'Wiersz\x20nagłówka','footerRow':_0x3f375f(0xbf),'bandedRows':_0x3f375f(0x92),'bandedColumns':_0x3f375f(0xc0),'firstColumn':_0x3f375f(0xe2),'lastColumn':_0x3f375f(0xc4),'bestMatch':'Najlepsze\x20dopasowanie','light':_0x3f375f(0xdf),'medium':_0x3f375f(0xd9),'minimal':_0x3f375f(0xc3)},'shapePanel':{'fill':{'noFill':'Brak\x20wypełnienia','solidFill':_0x3f375f(0xcc),'gradientFill':_0x3f375f(0xa3),'pictureFill':_0x3f375f(0xac),'color':_0x3f375f(0xad),'transparency':'Przezroczystość','picture':{'source':_0x3f375f(0xae),'insert':_0x3f375f(0xa6)}}},'structuralControls':{'selectRow':_0x3f375f(0x96),'selectColumn':'Wybierz\x20kolumne','selectTable':'Wybierz\x20tabele','insertRow':_0x3f375f(0xa7),'insertColumn':_0x3f375f(0xe8),'moveRow':_0x3f375f(0xbd),'moveColumn':_0x3f375f(0xda),'moveRows':_0x3f375f(0x9d),'moveColumns':_0x3f375f(0xab),'cannotMoveMergedRows':'Nie\x20mozna\x20przenosic\x20wierszy\x20przez\x20scalone\x20komorki','cannotMoveMergedColumns':_0x3f375f(0xa8)},'contextMenu':{'insert':'Wstaw','delete':_0x3f375f(0xc5),'distribute':_0x3f375f(0xd7),'borders':_0x3f375f(0x98),'tableBackgroundColor':_0x3f375f(0xd5),'copy':_0x3f375f(0xdd),'cut':'Wytnij','deleteTable':_0x3f375f(0x99),'insertRowAbove':_0x3f375f(0xdb),'insertRowBelow':_0x3f375f(0xe1),'insertColumnLeft':'Wstaw\x20kolumnę\x20z\x20lewej','insertColumnRight':_0x3f375f(0xde),'deleteRow':'Usuń\x20wiersz','deleteColumn':'Usuń\x20kolumnę','distributeRows':_0x3f375f(0xc1),'distributeColumns':_0x3f375f(0xd8),'borderAll':_0x3f375f(0xaf),'borderOuter':'Obramowania\x20zewnętrzne','borderInner':'Wewnętrzne\x20obramowania','borderNone':'Bez\x20obramowania'},'colorPreset':{'resetColor':_0x3f375f(0xbe),'white':_0x3f375f(0x9c),'gray100':_0x3f375f(0xe9),'primary100':_0x3f375f(0xb5),'blue100':_0x3f375f(0xa2),'green100':'Zielony\x20100','yellow100':_0x3f375f(0xd1),'red100':'Czerwony\x20100','gray900':'Szary\x20900','gray500':_0x3f375f(0x94),'red600':_0x3f375f(0x9e),'orange600':_0x3f375f(0xa4),'yellow700':_0x3f375f(0x95),'green600':_0x3f375f(0xc8),'blue600':'Niebieski\x20600','purple600':'Fioletowy\x20600'}}};function _0x114f(){const _0x9da005=['Format\x20tekstu','Wyrównaj\x20do\x20góry','Cofnij\x20scalanie\x20komórek','595414MYVLpH','Rozmiar\x20czcionki','Przenies\x20wiersz','Resetuj\x20kolor','Wiersz\x20stopki','Naprzemienne\x20kolumny','Rozmieść\x20wiersze','6IfWPMS','Minimalny','Ostatnia\x20kolumna','Usuń','Ciągłe','Przekreślenie','Zielony\x20600','3395340YiwgtX','Wewnętrzne\x20obramowanie\x20poziome','Kreska-kropka','Wypełnienie\x20jednolite','Wyrównaj\x20do\x20prawej','Dolne\x20obramowanie','Wyrównanie\x20pionowe','Wyrównanie\x20poziome','Żółty\x20100','Kolor\x20tekstu','77992ZLbDcE','Wyrównaj\x20do\x20dołu','Kolor\x20tła\x20tabeli','2091235rWNvoZ','Rozmieść','Rozmieść\x20kolumny','Średni','Przenies\x20kolumne','Wstaw\x20wiersz\x20powyżej','Czcionka','Kopiuj','Wstaw\x20kolumnę\x20z\x20prawej','Jasny','exports','Wstaw\x20wiersz\x20poniżej','Pierwsza\x20kolumna','Motyw\x20tabeli','470109XNzxzA','6FWEMwz','Podkreślenie','Lewe\x20obramowanie','Wstaw\x20kolumne','Szary\x20100','10hmNxpK','Naprzemienne\x20wiersze','Wyrównaj\x20do\x20lewej','Szary\x20500','Żółty\x20700','Wybierz\x20wiersz','Wyrównaj\x20do\x20środka','Obramowania','Usuń\x20tabelę','Pogrubienie','19813398wyhoYI','Biały','Przenies\x20wiersze','Czerwony\x20600','Wewnętrzne\x20obramowanie\x20pionowe','Kolor\x20tła\x20tekstu','483cBNOPz','Niebieski\x20100','Wypełnienie\x20gradientowe','Pomarańczowy\x20600','Kreskowane','Wstaw\x20obraz','Wstaw\x20wiersz','Nie\x20mozna\x20przenosic\x20kolumn\x20przez\x20scalone\x20komorki','1802912WNpbhe','Styl\x20obramowania','Przenies\x20kolumny','Wypełnienie\x20obrazem\x20lub\x20teksturą','Kolor','Źródło\x20obrazu','Wszystkie\x20obramowania','Prawe\x20obramowanie','Scal\x20komórki','Wyjustuj','Wygląd\x20tabeli','Kursywa','Podstawowy\x20100','Szerokość\x20obramowania','Bez\x20obramowania'];_0x114f=function(){return _0x9da005;};return _0x114f();}function _0x50b7(_0x505361,_0x40db61){_0x505361=_0x505361-0x91;const _0x114fe6=_0x114f();let _0x50b79a=_0x114fe6[_0x505361];return _0x50b79a;}module[_0x3f375f(0xe0)]=e;
@@ -1 +1 @@
1
- function _0x3ea9(_0x471228,_0x12ce33){_0x471228=_0x471228-0xcd;const _0x5a3e02=_0x5a3e();let _0x3ea918=_0x5a3e02[_0x471228];return _0x3ea918;}function _0x5a3e(){const _0x41a9a2=['Alinhamento\x20horizontal','Preenchimento\x20com\x20imagem\x20ou\x20textura','Preenchimento\x20gradiente','Sólida','99rbQAjB','Sem\x20borda','Borda\x20direita','Mover\x20coluna','711739pQdtCA','Traço-ponto','Outer\x20borders','Tracejada','Cor','Reset\x20color','Yellow\x20100','Alinhamento\x20vertical','Borders','Borda','Cut','233336wtDzuS','Borda\x20externa','exports','Table\x20background\x20color','Insert','Desfazer\x20mesclagem\x20de\x20células','All\x20borders','Borda\x20inferior','Inserir\x20imagem','Distribute\x20rows','Insert\x20row\x20above','Delete','Mesclar\x20células','No\x20border','6858SOTHuT','199335xcJoSo','Transparência','Mover\x20colunas','Alinhar\x20à\x20base','Mover\x20linhas','Delete\x20row','Todas\x20as\x20bordas','Inserir\x20linha','Largura\x20da\x20borda','Estilo\x20da\x20borda','Selecionar\x20linha','Insert\x20row\x20below','Borda\x20superior','355hyuyrh','Borda\x20horizontal\x20interna','Blue\x20600','1292400nUACPM','Distribute\x20columns','Insert\x20column\x20right','781390VpzxXJ','Cor\x20do\x20texto','Green\x20600','Cor\x20da\x20borda\x20da\x20tabela','31756CGkNap','Alinhar\x20ao\x20topo','Purple\x20600','16BjeGsU','Alinhar\x20à\x20direita','Pontilhada','Alinhar\x20ao\x20centro','White','33ucqknb','Yellow\x20700','Justificar','Origem\x20da\x20imagem','Cor\x20de\x20fundo\x20da\x20tabela','Preenchimento\x20sólido','Nenhum'];_0x5a3e=function(){return _0x41a9a2;};return _0x5a3e();}const _0x3d8a09=_0x3ea9;(function(_0xa6e82d,_0x1c96d4){const _0x35956c=_0x3ea9,_0xc92910=_0xa6e82d();while(!![]){try{const _0xc8cff9=parseInt(_0x35956c(0xff))/0x1+-parseInt(_0x35956c(0xf0))/0x2+parseInt(_0x35956c(0xe1))/0x3*(parseInt(_0x35956c(0xce))/0x4)+parseInt(_0x35956c(0x10c))/0x5*(-parseInt(_0x35956c(0xfe))/0x6)+parseInt(_0x35956c(0xe5))/0x7*(-parseInt(_0x35956c(0xd1))/0x8)+-parseInt(_0x35956c(0x10f))/0x9+parseInt(_0x35956c(0x112))/0xa*(parseInt(_0x35956c(0xd6))/0xb);if(_0xc8cff9===_0x1c96d4)break;else _0xc92910['push'](_0xc92910['shift']());}catch(_0x39c9f8){_0xc92910['push'](_0xc92910['shift']());}}}(_0x5a3e,0x24db4));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Fonte','fontSize':'Tamanho\x20da\x20fonte','textColor':_0x3d8a09(0x113),'textBackgroundColor':'Cor\x20de\x20fundo\x20do\x20texto','tableBackgroundColor':_0x3d8a09(0xda),'tableBorderColor':_0x3d8a09(0xcd),'borderWidth':_0x3d8a09(0x107),'borderStyle':_0x3d8a09(0x108),'border':_0x3d8a09(0xee),'borderStyleSolid':_0x3d8a09(0xe0),'borderStyleDash':_0x3d8a09(0xe8),'borderStyleDot':_0x3d8a09(0xd3),'borderStyleDashDot':_0x3d8a09(0xe6),'noBorder':_0x3d8a09(0xe2),'borderPresetAll':_0x3d8a09(0x105),'borderPresetInner':'Bordas\x20internas','borderPresetOuter':_0x3d8a09(0xf1),'borderPresetTop':_0x3d8a09(0x10b),'borderPresetBottom':_0x3d8a09(0xf7),'borderPresetLeft':'Borda\x20esquerda','borderPresetRight':_0x3d8a09(0xe3),'borderPresetInnerHorizontal':_0x3d8a09(0x10d),'borderPresetInnerVertical':'Borda\x20vertical\x20interna','none':_0x3d8a09(0xdc),'horizontalAlign':_0x3d8a09(0xdd),'verticalAlign':_0x3d8a09(0xec),'alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':_0x3d8a09(0xd4),'alignRight':_0x3d8a09(0xd2),'alignJustify':_0x3d8a09(0xd8),'alignTop':_0x3d8a09(0xcf),'alignMiddle':'Alinhar\x20ao\x20meio','alignBottom':_0x3d8a09(0x102),'mergeCells':_0x3d8a09(0xfc),'unmergeCells':_0x3d8a09(0xf5)},'shapePanel':{'fill':{'noFill':'Sem\x20preenchimento','solidFill':_0x3d8a09(0xdb),'gradientFill':_0x3d8a09(0xdf),'pictureFill':_0x3d8a09(0xde),'color':_0x3d8a09(0xe9),'transparency':_0x3d8a09(0x100),'picture':{'source':_0x3d8a09(0xd9),'insert':_0x3d8a09(0xf8)}}},'structuralControls':{'selectRow':_0x3d8a09(0x109),'selectColumn':'Selecionar\x20coluna','selectTable':'Selecionar\x20tabela','insertRow':_0x3d8a09(0x106),'insertColumn':'Inserir\x20coluna','moveRow':'Mover\x20linha','moveColumn':_0x3d8a09(0xe4),'moveRows':_0x3d8a09(0x103),'moveColumns':_0x3d8a09(0x101),'cannotMoveMergedRows':'Nao\x20e\x20possivel\x20mover\x20linhas\x20por\x20celulas\x20mescladas','cannotMoveMergedColumns':'Nao\x20e\x20possivel\x20mover\x20colunas\x20por\x20celulas\x20mescladas'},'contextMenu':{'insert':_0x3d8a09(0xf4),'delete':_0x3d8a09(0xfb),'distribute':'Distribute','borders':_0x3d8a09(0xed),'tableBackgroundColor':_0x3d8a09(0xf3),'copy':'Copy','cut':_0x3d8a09(0xef),'deleteTable':'Delete\x20table','insertRowAbove':_0x3d8a09(0xfa),'insertRowBelow':_0x3d8a09(0x10a),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x3d8a09(0x111),'deleteRow':_0x3d8a09(0x104),'deleteColumn':'Delete\x20column','distributeRows':_0x3d8a09(0xf9),'distributeColumns':_0x3d8a09(0x110),'borderAll':_0x3d8a09(0xf6),'borderOuter':_0x3d8a09(0xe7),'borderInner':'Inner\x20borders','borderNone':_0x3d8a09(0xfd)},'colorPreset':{'resetColor':_0x3d8a09(0xea),'white':_0x3d8a09(0xd5),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':'Blue\x20100','green100':'Green\x20100','yellow100':_0x3d8a09(0xeb),'red100':'Red\x20100','gray900':'Gray\x20900','gray500':'Gray\x20500','red600':'Red\x20600','orange600':'Orange\x20600','yellow700':_0x3d8a09(0xd7),'green600':_0x3d8a09(0x114),'blue600':_0x3d8a09(0x10e),'purple600':_0x3d8a09(0xd0)}}};module[_0x3d8a09(0xf2)]=e;
1
+ const _0x48c79b=_0x5dd0;(function(_0x40b8dc,_0x22fcf4){const _0x56c680=_0x5dd0,_0x49865f=_0x40b8dc();while(!![]){try{const _0x21dbff=-parseInt(_0x56c680(0x126))/0x1*(-parseInt(_0x56c680(0xfc))/0x2)+-parseInt(_0x56c680(0x10a))/0x3*(parseInt(_0x56c680(0xfb))/0x4)+-parseInt(_0x56c680(0xd6))/0x5*(-parseInt(_0x56c680(0x123))/0x6)+-parseInt(_0x56c680(0x128))/0x7+-parseInt(_0x56c680(0xf9))/0x8*(-parseInt(_0x56c680(0x117))/0x9)+parseInt(_0x56c680(0xea))/0xa+parseInt(_0x56c680(0xd5))/0xb*(-parseInt(_0x56c680(0x12c))/0xc);if(_0x21dbff===_0x22fcf4)break;else _0x49865f['push'](_0x49865f['shift']());}catch(_0x4c5ef7){_0x49865f['push'](_0x49865f['shift']());}}}(_0xf5d9,0x6fcb3));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x48c79b(0x111),'fontSize':'Tamanho\x20da\x20fonte','textFormat':_0x48c79b(0xdb),'bold':_0x48c79b(0xda),'italic':_0x48c79b(0x11f),'underline':_0x48c79b(0x12a),'strikethrough':_0x48c79b(0xe3),'textColor':_0x48c79b(0xe4),'textBackgroundColor':'Cor\x20de\x20fundo\x20do\x20texto','tableBackgroundColor':_0x48c79b(0x112),'tableBorderColor':_0x48c79b(0x11c),'borderWidth':_0x48c79b(0x102),'borderStyle':_0x48c79b(0xf1),'border':_0x48c79b(0x11d),'borderStyleSolid':_0x48c79b(0xe0),'borderStyleDash':_0x48c79b(0x101),'borderStyleDot':_0x48c79b(0xec),'borderStyleDashDot':_0x48c79b(0x107),'noBorder':_0x48c79b(0x10c),'borderPresetAll':'Todas\x20as\x20bordas','borderPresetInner':_0x48c79b(0x12b),'borderPresetOuter':'Borda\x20externa','borderPresetTop':'Borda\x20superior','borderPresetBottom':_0x48c79b(0x11a),'borderPresetLeft':'Borda\x20esquerda','borderPresetRight':_0x48c79b(0xeb),'borderPresetInnerHorizontal':_0x48c79b(0xde),'borderPresetInnerVertical':'Borda\x20vertical\x20interna','none':'Nenhum','horizontalAlign':'Alinhamento\x20horizontal','verticalAlign':'Alinhamento\x20vertical','alignLeft':_0x48c79b(0xf3),'alignCenter':_0x48c79b(0xf7),'alignRight':_0x48c79b(0xf6),'alignJustify':_0x48c79b(0x110),'alignTop':_0x48c79b(0xef),'alignMiddle':_0x48c79b(0x121),'alignBottom':'Alinhar\x20à\x20base','mergeCells':_0x48c79b(0x125),'unmergeCells':_0x48c79b(0xfd),'tableTheme':_0x48c79b(0xe8),'tableLook':_0x48c79b(0x11e),'headerRow':_0x48c79b(0x120),'footerRow':_0x48c79b(0x115),'bandedRows':_0x48c79b(0xe7),'bandedColumns':'Colunas\x20em\x20faixas','firstColumn':'Primeira\x20coluna','lastColumn':_0x48c79b(0x124),'bestMatch':'Melhor\x20correspondência','light':_0x48c79b(0x104),'medium':_0x48c79b(0x106),'minimal':_0x48c79b(0xdd)},'shapePanel':{'fill':{'noFill':'Sem\x20preenchimento','solidFill':_0x48c79b(0xdc),'gradientFill':_0x48c79b(0x10b),'pictureFill':'Preenchimento\x20com\x20imagem\x20ou\x20textura','color':_0x48c79b(0xfe),'transparency':_0x48c79b(0xed),'picture':{'source':'Origem\x20da\x20imagem','insert':'Inserir\x20imagem'}}},'structuralControls':{'selectRow':_0x48c79b(0x108),'selectColumn':_0x48c79b(0x12d),'selectTable':_0x48c79b(0x100),'insertRow':_0x48c79b(0xe2),'insertColumn':_0x48c79b(0x113),'moveRow':'Mover\x20linha','moveColumn':_0x48c79b(0xf2),'moveRows':'Mover\x20linhas','moveColumns':_0x48c79b(0xd4),'cannotMoveMergedRows':'Nao\x20e\x20possivel\x20mover\x20linhas\x20por\x20celulas\x20mescladas','cannotMoveMergedColumns':_0x48c79b(0x10d)},'contextMenu':{'insert':'Inserir','delete':_0x48c79b(0xf5),'distribute':_0x48c79b(0xe6),'borders':_0x48c79b(0x109),'tableBackgroundColor':_0x48c79b(0x112),'copy':_0x48c79b(0x129),'cut':_0x48c79b(0x105),'deleteTable':_0x48c79b(0x127),'insertRowAbove':'Inserir\x20linha\x20acima','insertRowBelow':_0x48c79b(0x11b),'insertColumnLeft':_0x48c79b(0xfa),'insertColumnRight':_0x48c79b(0x116),'deleteRow':_0x48c79b(0xf8),'deleteColumn':_0x48c79b(0xe5),'distributeRows':_0x48c79b(0xff),'distributeColumns':_0x48c79b(0xee),'borderAll':_0x48c79b(0x114),'borderOuter':_0x48c79b(0xe1),'borderInner':_0x48c79b(0x12b),'borderNone':_0x48c79b(0x10c)},'colorPreset':{'resetColor':_0x48c79b(0x122),'white':'Branco','gray100':_0x48c79b(0x118),'primary100':_0x48c79b(0xd7),'blue100':'Azul\x20100','green100':_0x48c79b(0x10e),'yellow100':_0x48c79b(0xf4),'red100':_0x48c79b(0xdf),'gray900':_0x48c79b(0xd8),'gray500':_0x48c79b(0xd9),'red600':_0x48c79b(0x119),'orange600':_0x48c79b(0x12e),'yellow700':'Amarelo\x20700','green600':_0x48c79b(0x10f),'blue600':_0x48c79b(0x103),'purple600':_0x48c79b(0xe9)}}};function _0xf5d9(){const _0x38beb8=['Selecionar\x20tabela','Tracejada','Largura\x20da\x20borda','Azul\x20600','Claro','Recortar','Médio','Traço-ponto','Selecionar\x20linha','Bordas','33WNAOUV','Preenchimento\x20gradiente','Sem\x20borda','Nao\x20e\x20possivel\x20mover\x20colunas\x20por\x20celulas\x20mescladas','Verde\x20100','Verde\x20600','Justificar','Fonte','Cor\x20de\x20fundo\x20da\x20tabela','Inserir\x20coluna','Todas\x20as\x20bordas','Linha\x20de\x20rodapé','Inserir\x20coluna\x20à\x20direita','5659317DvQHpr','Cinza\x20100','Vermelho\x20600','Borda\x20inferior','Inserir\x20linha\x20abaixo','Cor\x20da\x20borda\x20da\x20tabela','Borda','Aparência\x20da\x20tabela','Itálico','Linha\x20de\x20cabeçalho','Alinhar\x20ao\x20meio','Redefinir\x20cor','24pbUNkF','Última\x20coluna','Mesclar\x20células','206FfqSQv','Excluir\x20tabela','1494080PiXYvJ','Copiar','Sublinhado','Bordas\x20internas','72gofKdx','Selecionar\x20coluna','Laranja\x20600','Mover\x20colunas','1702503DgGsKO','996555FGosjc','Principal\x20100','Cinza\x20900','Cinza\x20500','Negrito','Formato\x20do\x20texto','Preenchimento\x20sólido','Mínimo','Borda\x20horizontal\x20interna','Vermelho\x20100','Sólida','Bordas\x20externas','Inserir\x20linha','Tachado','Cor\x20do\x20texto','Excluir\x20coluna','Distribuir','Linhas\x20em\x20faixas','Tema\x20da\x20tabela','Roxo\x20600','447580bfCoLe','Borda\x20direita','Pontilhada','Transparência','Distribuir\x20colunas','Alinhar\x20ao\x20topo','exports','Estilo\x20da\x20borda','Mover\x20coluna','Alinhar\x20à\x20esquerda','Amarelo\x20100','Excluir','Alinhar\x20à\x20direita','Alinhar\x20ao\x20centro','Excluir\x20linha','8cCwEQn','Inserir\x20coluna\x20à\x20esquerda','184648aDbfaE','6184dnJEjh','Desfazer\x20mesclagem\x20de\x20células','Cor','Distribuir\x20linhas'];_0xf5d9=function(){return _0x38beb8;};return _0xf5d9();}function _0x5dd0(_0x2f3db9,_0x2aea60){_0x2f3db9=_0x2f3db9-0xd4;const _0xf5d94d=_0xf5d9();let _0x5dd06b=_0xf5d94d[_0x2f3db9];return _0x5dd06b;}module[_0x48c79b(0xf0)]=e;
@@ -1 +1 @@
1
- const _0x4d3845=_0x3f0d;(function(_0x1f07c6,_0x2a8893){const _0x5ddc5f=_0x3f0d,_0x59d467=_0x1f07c6();while(!![]){try{const _0x12488e=parseInt(_0x5ddc5f(0x227))/0x1+parseInt(_0x5ddc5f(0x1f2))/0x2*(parseInt(_0x5ddc5f(0x20f))/0x3)+-parseInt(_0x5ddc5f(0x1f7))/0x4*(-parseInt(_0x5ddc5f(0x21d))/0x5)+-parseInt(_0x5ddc5f(0x216))/0x6+parseInt(_0x5ddc5f(0x1ee))/0x7*(-parseInt(_0x5ddc5f(0x230))/0x8)+parseInt(_0x5ddc5f(0x208))/0x9+-parseInt(_0x5ddc5f(0x218))/0xa*(-parseInt(_0x5ddc5f(0x22d))/0xb);if(_0x12488e===_0x2a8893)break;else _0x59d467['push'](_0x59d467['shift']());}catch(_0x1a02aa){_0x59d467['push'](_0x59d467['shift']());}}}(_0x157e,0x5d3f5));function _0x3f0d(_0x3bf4f5,_0x3e3dd7){_0x3bf4f5=_0x3bf4f5-0x1ec;const _0x157e93=_0x157e();let _0x3f0d97=_0x157e93[_0x3bf4f5];return _0x3f0d97;}function _0x157e(){const _0x52db9b=['145704jtLqyi','Граница','Цвет\x20текста','Move\x20columns','Вертикальное\x20выравнивание','Градиентная\x20заливка','528eKhElS','Штрихпунктирная','Delete\x20row','40dqUfuY','Размер\x20шрифта','Primary\x20100','Insert\x20row\x20below','Blue\x20100','Blue\x20600','Горизонтальное\x20выравнивание','Цвет\x20фона\x20текста','Distribute\x20rows','Выровнять\x20по\x20левому\x20краю','625898uUwQrD','All\x20borders','Заливка\x20рисунком\x20или\x20текстурой','Внутренняя\x20вертикальная\x20граница','2938GEHRam','Insert\x20row\x20above','Purple\x20600','Объединить\x20ячейки','Без\x20заливки','4ebUJUn','Выровнять\x20по\x20правому\x20краю','Разъединить\x20ячейки','Верхняя\x20граница','Правая\x20граница','Выровнять\x20по\x20центру','Все\x20границы','Шрифт','Inner\x20borders','Стиль\x20границы','Copy','Источник\x20изображения','Select\x20row','Внешняя\x20граница','Выровнять\x20по\x20середине','Толщина\x20границы','Insert\x20column\x20right','2153367eqmZRC','Вставить\x20изображение','Сплошная','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Insert\x20row','Insert\x20column','Move\x20row','417xAlBtE','Выровнять\x20по\x20нижнему\x20краю','Yellow\x20700','Прозрачность','Insert\x20column\x20left','Orange\x20600','Gray\x20900','1550748esXGms','Cannot\x20move\x20columns\x20across\x20merged\x20cells','57280WYOOUd','Внутренняя\x20горизонтальная\x20граница','Yellow\x20100','Цвет','Table\x20background\x20color','1116835EVgzPt','Нет','Outer\x20borders','Reset\x20color','Cut','Red\x20100','Цвет\x20фона\x20таблицы','Distribute\x20columns','Distribute','Точечная'];_0x157e=function(){return _0x52db9b;};return _0x157e();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4d3845(0x1fe),'fontSize':_0x4d3845(0x231),'textColor':_0x4d3845(0x229),'textBackgroundColor':_0x4d3845(0x237),'tableBackgroundColor':_0x4d3845(0x223),'tableBorderColor':'Цвет\x20границы\x20таблицы','borderWidth':_0x4d3845(0x206),'borderStyle':_0x4d3845(0x200),'border':_0x4d3845(0x228),'borderStyleSolid':_0x4d3845(0x20a),'borderStyleDash':'Пунктирная','borderStyleDot':_0x4d3845(0x226),'borderStyleDashDot':_0x4d3845(0x22e),'noBorder':'Без\x20границы','borderPresetAll':_0x4d3845(0x1fd),'borderPresetInner':'Внутренние\x20границы','borderPresetOuter':_0x4d3845(0x204),'borderPresetTop':_0x4d3845(0x1fa),'borderPresetBottom':'Нижняя\x20граница','borderPresetLeft':'Левая\x20граница','borderPresetRight':_0x4d3845(0x1fb),'borderPresetInnerHorizontal':_0x4d3845(0x219),'borderPresetInnerVertical':_0x4d3845(0x1f1),'none':_0x4d3845(0x21e),'horizontalAlign':_0x4d3845(0x236),'verticalAlign':_0x4d3845(0x22b),'alignLeft':_0x4d3845(0x1ed),'alignCenter':_0x4d3845(0x1fc),'alignRight':_0x4d3845(0x1f8),'alignJustify':'По\x20ширине','alignTop':'Выровнять\x20по\x20верхнему\x20краю','alignMiddle':_0x4d3845(0x205),'alignBottom':_0x4d3845(0x210),'mergeCells':_0x4d3845(0x1f5),'unmergeCells':_0x4d3845(0x1f9)},'shapePanel':{'fill':{'noFill':_0x4d3845(0x1f6),'solidFill':'Сплошная\x20заливка','gradientFill':_0x4d3845(0x22c),'pictureFill':_0x4d3845(0x1f0),'color':_0x4d3845(0x21b),'transparency':_0x4d3845(0x212),'picture':{'source':_0x4d3845(0x202),'insert':_0x4d3845(0x209)}}},'structuralControls':{'selectRow':_0x4d3845(0x203),'selectColumn':'Select\x20column','selectTable':'Select\x20table','insertRow':_0x4d3845(0x20c),'insertColumn':_0x4d3845(0x20d),'moveRow':_0x4d3845(0x20e),'moveColumn':'Move\x20column','moveRows':'Move\x20rows','moveColumns':_0x4d3845(0x22a),'cannotMoveMergedRows':_0x4d3845(0x20b),'cannotMoveMergedColumns':_0x4d3845(0x217)},'contextMenu':{'insert':'Insert','delete':'Delete','distribute':_0x4d3845(0x225),'borders':'Borders','tableBackgroundColor':_0x4d3845(0x21c),'copy':_0x4d3845(0x201),'cut':_0x4d3845(0x221),'deleteTable':'Delete\x20table','insertRowAbove':_0x4d3845(0x1f3),'insertRowBelow':_0x4d3845(0x233),'insertColumnLeft':_0x4d3845(0x213),'insertColumnRight':_0x4d3845(0x207),'deleteRow':_0x4d3845(0x22f),'deleteColumn':'Delete\x20column','distributeRows':_0x4d3845(0x1ec),'distributeColumns':_0x4d3845(0x224),'borderAll':_0x4d3845(0x1ef),'borderOuter':_0x4d3845(0x21f),'borderInner':_0x4d3845(0x1ff),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x4d3845(0x220),'white':'White','gray100':'Gray\x20100','primary100':_0x4d3845(0x232),'blue100':_0x4d3845(0x234),'green100':'Green\x20100','yellow100':_0x4d3845(0x21a),'red100':_0x4d3845(0x222),'gray900':_0x4d3845(0x215),'gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0x4d3845(0x214),'yellow700':_0x4d3845(0x211),'green600':'Green\x20600','blue600':_0x4d3845(0x235),'purple600':_0x4d3845(0x1f4)}}};module['exports']=e;
1
+ function _0x34c7(){const _0x264611=['Размер\x20шрифта','Без\x20заливки','742hYphsb','Вставить\x20строку','Все\x20границы','Вставить\x20столбец\x20справа','Тема\x20таблицы','Градиентная\x20заливка','Левая\x20граница','1091977txRsjZ','Синий\x20100','Чередующиеся\x20строки','Лучшее\x20совпадение','Нижняя\x20граница','Серый\x20500','Правая\x20граница','1899McSFJS','Желтый\x20100','Удалить','Желтый\x20700','Распределить\x20столбцы','Выровнять\x20по\x20нижнему\x20краю','Первый\x20столбец','Граница','Распределить\x20строки','Заливка\x20рисунком\x20или\x20текстурой','7759566SZsIXV','Белый','Вставить\x20изображение','Выбрать\x20таблицу','Нельзя\x20перемещать\x20строки\x20через\x20объединенные\x20ячейки','Внутренние\x20границы','Чередующиеся\x20столбцы','Выровнять\x20по\x20центру','Вставить','45730feZTlr','Внешняя\x20граница','Серый\x20900','Выровнять\x20по\x20левому\x20краю','Серый\x20100','Выровнять\x20по\x20правому\x20краю','Переместить\x20столбец','Удалить\x20столбец','Внутренняя\x20вертикальная\x20граница','Вставить\x20строку\x20выше','Оранжевый\x20600','Строка\x20заголовка','Вставить\x20столбец','Красный\x20600','Цвет\x20фона\x20текста','Штрихпунктирная','105560BkzSCM','Вид\x20таблицы','Удалить\x20строку','Выровнять\x20по\x20верхнему\x20краю','11139tNzkld','Вставить\x20столбец\x20слева','Полужирный','Светлая','Синий\x20600','Переместить\x20столбцы','Объединить\x20ячейки','Средний','Вертикальное\x20выравнивание','Внешние\x20границы','Цвет\x20текста','Выровнять\x20по\x20середине','Выбрать\x20строку','Копировать','Переместить\x20строку','Красный\x20100','Без\x20границы','Границы','Разъединить\x20ячейки','Зеленый\x20100','Источник\x20изображения','Последний\x20столбец','Без\x20границ','Внутренняя\x20горизонтальная\x20граница','Подчеркнутый','Выбрать\x20столбец','Горизонтальное\x20выравнивание','828biaAmR','2951106GmnQPD','5244150InOJWl','Цвет\x20фона\x20таблицы'];_0x34c7=function(){return _0x264611;};return _0x34c7();}const _0x1cd933=_0x9e7a;(function(_0x2e5bd5,_0x223b06){const _0x529dfe=_0x9e7a,_0x4524de=_0x2e5bd5();while(!![]){try{const _0x1daceb=parseInt(_0x529dfe(0x9f))/0x1+-parseInt(_0x529dfe(0x93))/0x2+parseInt(_0x529dfe(0x77))/0x3*(-parseInt(_0x529dfe(0x92))/0x4)+parseInt(_0x529dfe(0x94))/0x5+parseInt(_0x529dfe(0xb0))/0x6+-parseInt(_0x529dfe(0x98))/0x7*(parseInt(_0x529dfe(0x73))/0x8)+parseInt(_0x529dfe(0xa6))/0x9*(parseInt(_0x529dfe(0xb9))/0xa);if(_0x1daceb===_0x223b06)break;else _0x4524de['push'](_0x4524de['shift']());}catch(_0x22dc18){_0x4524de['push'](_0x4524de['shift']());}}}(_0x34c7,0xb89bd));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Шрифт','fontSize':_0x1cd933(0x96),'textFormat':'Формат\x20текста','bold':_0x1cd933(0x79),'italic':'Курсив','underline':_0x1cd933(0x8f),'strikethrough':'Зачеркнутый','textColor':_0x1cd933(0x81),'textBackgroundColor':_0x1cd933(0x71),'tableBackgroundColor':'Цвет\x20фона\x20таблицы','tableBorderColor':'Цвет\x20границы\x20таблицы','borderWidth':'Толщина\x20границы','borderStyle':'Стиль\x20границы','border':_0x1cd933(0xad),'borderStyleSolid':'Сплошная','borderStyleDash':'Пунктирная','borderStyleDot':'Точечная','borderStyleDashDot':_0x1cd933(0x72),'noBorder':_0x1cd933(0x87),'borderPresetAll':_0x1cd933(0x9a),'borderPresetInner':_0x1cd933(0xb5),'borderPresetOuter':_0x1cd933(0xba),'borderPresetTop':'Верхняя\x20граница','borderPresetBottom':_0x1cd933(0xa3),'borderPresetLeft':_0x1cd933(0x9e),'borderPresetRight':_0x1cd933(0xa5),'borderPresetInnerHorizontal':_0x1cd933(0x8e),'borderPresetInnerVertical':_0x1cd933(0xc1),'none':'Нет','horizontalAlign':_0x1cd933(0x91),'verticalAlign':_0x1cd933(0x7f),'alignLeft':_0x1cd933(0xbc),'alignCenter':_0x1cd933(0xb7),'alignRight':_0x1cd933(0xbe),'alignJustify':'По\x20ширине','alignTop':_0x1cd933(0x76),'alignMiddle':_0x1cd933(0x82),'alignBottom':_0x1cd933(0xab),'mergeCells':_0x1cd933(0x7d),'unmergeCells':_0x1cd933(0x89),'tableTheme':_0x1cd933(0x9c),'tableLook':_0x1cd933(0x74),'headerRow':_0x1cd933(0x6e),'footerRow':'Строка\x20итогов','bandedRows':_0x1cd933(0xa1),'bandedColumns':_0x1cd933(0xb6),'firstColumn':_0x1cd933(0xac),'lastColumn':_0x1cd933(0x8c),'bestMatch':_0x1cd933(0xa2),'light':_0x1cd933(0x7a),'medium':_0x1cd933(0x7e),'minimal':'Минимальная'},'shapePanel':{'fill':{'noFill':_0x1cd933(0x97),'solidFill':'Сплошная\x20заливка','gradientFill':_0x1cd933(0x9d),'pictureFill':_0x1cd933(0xaf),'color':'Цвет','transparency':'Прозрачность','picture':{'source':_0x1cd933(0x8b),'insert':_0x1cd933(0xb2)}}},'structuralControls':{'selectRow':_0x1cd933(0x83),'selectColumn':_0x1cd933(0x90),'selectTable':_0x1cd933(0xb3),'insertRow':_0x1cd933(0x99),'insertColumn':_0x1cd933(0x6f),'moveRow':_0x1cd933(0x85),'moveColumn':_0x1cd933(0xbf),'moveRows':'Переместить\x20строки','moveColumns':_0x1cd933(0x7c),'cannotMoveMergedRows':_0x1cd933(0xb4),'cannotMoveMergedColumns':'Нельзя\x20перемещать\x20столбцы\x20через\x20объединенные\x20ячейки'},'contextMenu':{'insert':_0x1cd933(0xb8),'delete':_0x1cd933(0xa8),'distribute':'Распределить','borders':_0x1cd933(0x88),'tableBackgroundColor':_0x1cd933(0x95),'copy':_0x1cd933(0x84),'cut':'Вырезать','deleteTable':'Удалить\x20таблицу','insertRowAbove':_0x1cd933(0xc2),'insertRowBelow':'Вставить\x20строку\x20ниже','insertColumnLeft':_0x1cd933(0x78),'insertColumnRight':_0x1cd933(0x9b),'deleteRow':_0x1cd933(0x75),'deleteColumn':_0x1cd933(0xc0),'distributeRows':_0x1cd933(0xae),'distributeColumns':_0x1cd933(0xaa),'borderAll':_0x1cd933(0x9a),'borderOuter':_0x1cd933(0x80),'borderInner':'Внутренние\x20границы','borderNone':_0x1cd933(0x8d)},'colorPreset':{'resetColor':'Сбросить\x20цвет','white':_0x1cd933(0xb1),'gray100':_0x1cd933(0xbd),'primary100':'Основной\x20100','blue100':_0x1cd933(0xa0),'green100':_0x1cd933(0x8a),'yellow100':_0x1cd933(0xa7),'red100':_0x1cd933(0x86),'gray900':_0x1cd933(0xbb),'gray500':_0x1cd933(0xa4),'red600':_0x1cd933(0x70),'orange600':_0x1cd933(0x6d),'yellow700':_0x1cd933(0xa9),'green600':'Зеленый\x20600','blue600':_0x1cd933(0x7b),'purple600':'Фиолетовый\x20600'}}};function _0x9e7a(_0x281ca2,_0x1d7abc){_0x281ca2=_0x281ca2-0x6d;const _0x34c776=_0x34c7();let _0x9e7a2=_0x34c776[_0x281ca2];return _0x9e7a2;}module['exports']=e;
@@ -1 +1 @@
1
- function _0x1aa1(){const _0x53539c=['Stlpce\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Inner\x20borders','Vlozit\x20stlpec','Veľkosť\x20písma','Insert\x20column\x20left','Zarovnať\x20doprava','Delete\x20table','Farba','Reset\x20color','Čiarka-bodka','Dolné\x20orámovanie','7TFcSrq','Zarovnať\x20do\x20bloku','Outer\x20borders','Výplň\x20obrázkom\x20alebo\x20textúrou','Delete\x20row','Žiadne','Písmo','Priehľadnosť','122658DsGtAw','Vnútorné\x20orámovania','Distribute','Red\x20600','Zlúčiť\x20bunky','415389UYzhqv','Zdroj\x20obrázka','9259664PwUPZl','Hrúbka\x20orámovania','Blue\x20100','Vložiť\x20obrázok','Distribute\x20rows','All\x20borders','Yellow\x20100','Orámovanie','Farba\x20textu','Green\x20100','6jnUvZz','Prechodová\x20výplň','Borders','Zvislé\x20zarovnanie','Vonkajšie\x20orámovanie','Riadky\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','869785VlQySF','170oTZGkR','Ľavé\x20orámovanie','8hHITDj','Primary\x20100','Vybrat\x20tabulku','Delete\x20column','Delete','Distribute\x20columns','Horné\x20orámovanie','Insert\x20row\x20below','Orange\x20600','Yellow\x20700','686610EkXvbo','Table\x20background\x20color','Insert','Pravé\x20orámovanie','33msvnfj','Vodorovné\x20zarovnanie','Purple\x20600','Čiarkovaná','Zarovnať\x20na\x20stred','Farba\x20pozadia\x20textu','Farba\x20orámovania\x20tabuľky','Bez\x20výplne','Cut','Insert\x20row\x20above','Presunut\x20riadky','9332652wJjDEp','No\x20border','Zarovnať\x20nahor','Gray\x20900','Zarovnať\x20doľava','exports','Štýl\x20orámovania','Bez\x20orámovania','Gray\x20500','Vnútorné\x20vodorovné\x20orámovanie','1776584ZyGlIC','Copy','Vnútorné\x20zvislé\x20orámovanie','Red\x20100','Plná\x20čiara'];_0x1aa1=function(){return _0x53539c;};return _0x1aa1();}const _0x1e32bd=_0xb8c1;(function(_0x279fc9,_0xf8c161){const _0x28d78c=_0xb8c1,_0x52a0a4=_0x279fc9();while(!![]){try{const _0x4d00c7=parseInt(_0x28d78c(0x122))/0x1+parseInt(_0x28d78c(0x10a))/0x2+-parseInt(_0x28d78c(0x127))/0x3*(parseInt(_0x28d78c(0x13c))/0x4)+parseInt(_0x28d78c(0x139))/0x5*(-parseInt(_0x28d78c(0x133))/0x6)+parseInt(_0x28d78c(0x11a))/0x7*(parseInt(_0x28d78c(0x129))/0x8)+-parseInt(_0x28d78c(0xf1))/0x9*(-parseInt(_0x28d78c(0x13a))/0xa)+-parseInt(_0x28d78c(0xf5))/0xb*(parseInt(_0x28d78c(0x100))/0xc);if(_0x4d00c7===_0xf8c161)break;else _0x52a0a4['push'](_0x52a0a4['shift']());}catch(_0x2757cb){_0x52a0a4['push'](_0x52a0a4['shift']());}}}(_0x1aa1,0xa654c));function _0xb8c1(_0x20c5b3,_0x3e64be){_0x20c5b3=_0x20c5b3-0xeb;const _0x1aa16c=_0x1aa1();let _0xb8c14e=_0x1aa16c[_0x20c5b3];return _0xb8c14e;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1e32bd(0x120),'fontSize':_0x1e32bd(0x112),'textColor':_0x1e32bd(0x131),'textBackgroundColor':_0x1e32bd(0xfa),'tableBackgroundColor':'Farba\x20pozadia\x20tabuľky','tableBorderColor':_0x1e32bd(0xfb),'borderWidth':_0x1e32bd(0x12a),'borderStyle':_0x1e32bd(0x106),'border':_0x1e32bd(0x130),'borderStyleSolid':_0x1e32bd(0x10e),'borderStyleDash':_0x1e32bd(0xf8),'borderStyleDot':'Bodkovaná','borderStyleDashDot':_0x1e32bd(0x118),'noBorder':_0x1e32bd(0x107),'borderPresetAll':'Všetky\x20orámovania','borderPresetInner':_0x1e32bd(0x123),'borderPresetOuter':_0x1e32bd(0x137),'borderPresetTop':_0x1e32bd(0xed),'borderPresetBottom':_0x1e32bd(0x119),'borderPresetLeft':_0x1e32bd(0x13b),'borderPresetRight':_0x1e32bd(0xf4),'borderPresetInnerHorizontal':_0x1e32bd(0x109),'borderPresetInnerVertical':_0x1e32bd(0x10c),'none':_0x1e32bd(0x11f),'horizontalAlign':_0x1e32bd(0xf6),'verticalAlign':_0x1e32bd(0x136),'alignLeft':_0x1e32bd(0x104),'alignCenter':_0x1e32bd(0xf9),'alignRight':_0x1e32bd(0x114),'alignJustify':_0x1e32bd(0x11b),'alignTop':_0x1e32bd(0x102),'alignMiddle':'Zarovnať\x20na\x20stred\x20zvisle','alignBottom':'Zarovnať\x20nadol','mergeCells':_0x1e32bd(0x126),'unmergeCells':'Zrušiť\x20zlúčenie\x20buniek'},'shapePanel':{'fill':{'noFill':_0x1e32bd(0xfc),'solidFill':'Plná\x20výplň','gradientFill':_0x1e32bd(0x134),'pictureFill':_0x1e32bd(0x11d),'color':_0x1e32bd(0x116),'transparency':_0x1e32bd(0x121),'picture':{'source':_0x1e32bd(0x128),'insert':_0x1e32bd(0x12c)}}},'structuralControls':{'selectRow':'Vybrat\x20riadok','selectColumn':'Vybrat\x20stlpec','selectTable':_0x1e32bd(0x13e),'insertRow':'Vlozit\x20riadok','insertColumn':_0x1e32bd(0x111),'moveRow':'Presunut\x20riadok','moveColumn':'Presunut\x20stlpec','moveRows':_0x1e32bd(0xff),'moveColumns':'Presunut\x20stlpce','cannotMoveMergedRows':_0x1e32bd(0x138),'cannotMoveMergedColumns':_0x1e32bd(0x10f)},'contextMenu':{'insert':_0x1e32bd(0xf3),'delete':_0x1e32bd(0xeb),'distribute':_0x1e32bd(0x124),'borders':_0x1e32bd(0x135),'tableBackgroundColor':_0x1e32bd(0xf2),'copy':_0x1e32bd(0x10b),'cut':_0x1e32bd(0xfd),'deleteTable':_0x1e32bd(0x115),'insertRowAbove':_0x1e32bd(0xfe),'insertRowBelow':_0x1e32bd(0xee),'insertColumnLeft':_0x1e32bd(0x113),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x1e32bd(0x11e),'deleteColumn':_0x1e32bd(0x13f),'distributeRows':_0x1e32bd(0x12d),'distributeColumns':_0x1e32bd(0xec),'borderAll':_0x1e32bd(0x12e),'borderOuter':_0x1e32bd(0x11c),'borderInner':_0x1e32bd(0x110),'borderNone':_0x1e32bd(0x101)},'colorPreset':{'resetColor':_0x1e32bd(0x117),'white':'White','gray100':'Gray\x20100','primary100':_0x1e32bd(0x13d),'blue100':_0x1e32bd(0x12b),'green100':_0x1e32bd(0x132),'yellow100':_0x1e32bd(0x12f),'red100':_0x1e32bd(0x10d),'gray900':_0x1e32bd(0x103),'gray500':_0x1e32bd(0x108),'red600':_0x1e32bd(0x125),'orange600':_0x1e32bd(0xef),'yellow700':_0x1e32bd(0xf0),'green600':'Green\x20600','blue600':'Blue\x20600','purple600':_0x1e32bd(0xf7)}}};module[_0x1e32bd(0x105)]=e;
1
+ const _0x17a53f=_0x4703;(function(_0x3f05f8,_0x331ba3){const _0x32f0b0=_0x4703,_0x7f0035=_0x3f05f8();while(!![]){try{const _0x3b25d0=-parseInt(_0x32f0b0(0xeb))/0x1*(-parseInt(_0x32f0b0(0xd5))/0x2)+parseInt(_0x32f0b0(0xf7))/0x3+-parseInt(_0x32f0b0(0xd8))/0x4*(-parseInt(_0x32f0b0(0xfb))/0x5)+-parseInt(_0x32f0b0(0xb7))/0x6+-parseInt(_0x32f0b0(0xd1))/0x7+parseInt(_0x32f0b0(0xe6))/0x8*(parseInt(_0x32f0b0(0xdd))/0x9)+-parseInt(_0x32f0b0(0xd7))/0xa;if(_0x3b25d0===_0x331ba3)break;else _0x7f0035['push'](_0x7f0035['shift']());}catch(_0xa2818f){_0x7f0035['push'](_0x7f0035['shift']());}}}(_0x4895,0x5c70c));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x17a53f(0xec),'fontSize':'Veľkosť\x20písma','textFormat':_0x17a53f(0xf5),'bold':_0x17a53f(0xde),'italic':_0x17a53f(0xd4),'underline':_0x17a53f(0xc3),'strikethrough':_0x17a53f(0xe1),'textColor':_0x17a53f(0x10a),'textBackgroundColor':_0x17a53f(0x108),'tableBackgroundColor':_0x17a53f(0xb8),'tableBorderColor':_0x17a53f(0xf9),'borderWidth':_0x17a53f(0x109),'borderStyle':'Štýl\x20orámovania','border':_0x17a53f(0xf4),'borderStyleSolid':'Plná\x20čiara','borderStyleDash':_0x17a53f(0x102),'borderStyleDot':_0x17a53f(0x107),'borderStyleDashDot':_0x17a53f(0xd0),'noBorder':_0x17a53f(0xee),'borderPresetAll':_0x17a53f(0xf3),'borderPresetInner':_0x17a53f(0xd3),'borderPresetOuter':'Vonkajšie\x20orámovanie','borderPresetTop':'Horné\x20orámovanie','borderPresetBottom':_0x17a53f(0xea),'borderPresetLeft':_0x17a53f(0xd6),'borderPresetRight':'Pravé\x20orámovanie','borderPresetInnerHorizontal':_0x17a53f(0xf1),'borderPresetInnerVertical':_0x17a53f(0xd2),'none':'Žiadne','horizontalAlign':_0x17a53f(0xef),'verticalAlign':_0x17a53f(0xba),'alignLeft':'Zarovnať\x20doľava','alignCenter':'Zarovnať\x20na\x20stred','alignRight':_0x17a53f(0xfa),'alignJustify':_0x17a53f(0xd9),'alignTop':_0x17a53f(0xe9),'alignMiddle':'Zarovnať\x20na\x20stred\x20zvisle','alignBottom':_0x17a53f(0xc9),'mergeCells':'Zlúčiť\x20bunky','unmergeCells':_0x17a53f(0xcd),'tableTheme':_0x17a53f(0xfe),'tableLook':_0x17a53f(0xc7),'headerRow':'Riadok\x20hlavičky','footerRow':_0x17a53f(0xce),'bandedRows':'Pruhované\x20riadky','bandedColumns':'Pruhované\x20stĺpce','firstColumn':_0x17a53f(0xb9),'lastColumn':_0x17a53f(0xc4),'bestMatch':_0x17a53f(0xdf),'light':_0x17a53f(0xf0),'medium':_0x17a53f(0xc6),'minimal':_0x17a53f(0x101)},'shapePanel':{'fill':{'noFill':'Bez\x20výplne','solidFill':'Plná\x20výplň','gradientFill':_0x17a53f(0xcb),'pictureFill':_0x17a53f(0xdb),'color':_0x17a53f(0xfc),'transparency':_0x17a53f(0xf6),'picture':{'source':_0x17a53f(0xbc),'insert':_0x17a53f(0xc8)}}},'structuralControls':{'selectRow':_0x17a53f(0xcc),'selectColumn':_0x17a53f(0x103),'selectTable':_0x17a53f(0xc2),'insertRow':_0x17a53f(0xca),'insertColumn':_0x17a53f(0xf8),'moveRow':'Presunut\x20riadok','moveColumn':'Presunut\x20stlpec','moveRows':_0x17a53f(0xe2),'moveColumns':_0x17a53f(0xda),'cannotMoveMergedRows':_0x17a53f(0xe7),'cannotMoveMergedColumns':'Stlpce\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky'},'contextMenu':{'insert':'Vložiť','delete':_0x17a53f(0xf2),'distribute':'Rozložiť','borders':'Orámovanie','tableBackgroundColor':'Farba\x20pozadia\x20tabuľky','copy':'Kopírovať','cut':_0x17a53f(0xed),'deleteTable':_0x17a53f(0xe3),'insertRowAbove':_0x17a53f(0x100),'insertRowBelow':_0x17a53f(0xe5),'insertColumnLeft':_0x17a53f(0x104),'insertColumnRight':_0x17a53f(0xbe),'deleteRow':_0x17a53f(0xe8),'deleteColumn':'Odstrániť\x20stĺpec','distributeRows':'Rozložiť\x20riadky','distributeColumns':'Rozložiť\x20stĺpce','borderAll':_0x17a53f(0xf3),'borderOuter':_0x17a53f(0xe4),'borderInner':_0x17a53f(0xd3),'borderNone':_0x17a53f(0xee)},'colorPreset':{'resetColor':_0x17a53f(0xfd),'white':'Biela','gray100':_0x17a53f(0xe0),'primary100':_0x17a53f(0x106),'blue100':'Modrá\x20100','green100':_0x17a53f(0xbd),'yellow100':_0x17a53f(0xc0),'red100':_0x17a53f(0xc1),'gray900':_0x17a53f(0xcf),'gray500':_0x17a53f(0xff),'red600':_0x17a53f(0xdc),'orange600':'Oranžová\x20600','yellow700':'Žltá\x20700','green600':_0x17a53f(0xbf),'blue600':_0x17a53f(0x105),'purple600':_0x17a53f(0xbb)}}};function _0x4703(_0x4fcc93,_0x3ea2d4){_0x4fcc93=_0x4fcc93-0xb7;const _0x48951f=_0x4895();let _0x47032b=_0x48951f[_0x4fcc93];return _0x47032b;}function _0x4895(){const _0x23ec87=['Prvý\x20stĺpec','Zvislé\x20zarovnanie','Fialová\x20600','Zdroj\x20obrázka','Zelená\x20100','Vložiť\x20stĺpec\x20vpravo','Zelená\x20600','Žltá\x20100','Červená\x20100','Vybrat\x20tabulku','Podčiarknuté','Posledný\x20stĺpec','exports','Stredná','Vzhľad\x20tabuľky','Vložiť\x20obrázok','Zarovnať\x20nadol','Vlozit\x20riadok','Prechodová\x20výplň','Vybrat\x20riadok','Zrušiť\x20zlúčenie\x20buniek','Riadok\x20päty','Sivá\x20900','Čiarka-bodka','856639RVXaex','Vnútorné\x20zvislé\x20orámovanie','Vnútorné\x20orámovania','Kurzíva','4TjJURQ','Ľavé\x20orámovanie','3779930cqGuFf','52296tYKRrT','Zarovnať\x20do\x20bloku','Presunut\x20stlpce','Výplň\x20obrázkom\x20alebo\x20textúrou','Červená\x20600','4877703BSAQpl','Tučné','Najlepšia\x20zhoda','Sivá\x20100','Prečiarknuté','Presunut\x20riadky','Odstrániť\x20tabuľku','Vonkajšie\x20orámovania','Vložiť\x20riadok\x20pod','8kMoIzF','Riadky\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Odstrániť\x20riadok','Zarovnať\x20nahor','Dolné\x20orámovanie','18115TpUrRI','Písmo','Vystrihnúť','Bez\x20orámovania','Vodorovné\x20zarovnanie','Svetlý','Vnútorné\x20vodorovné\x20orámovanie','Odstrániť','Všetky\x20orámovania','Orámovanie','Formát\x20textu','Priehľadnosť','1112160zxuMgT','Vlozit\x20stlpec','Farba\x20orámovania\x20tabuľky','Zarovnať\x20doprava','205yEpjex','Farba','Obnoviť\x20farbu','Motív\x20tabuľky','Sivá\x20500','Vložiť\x20riadok\x20nad','Minimálny','Čiarkovaná','Vybrat\x20stlpec','Vložiť\x20stĺpec\x20vľavo','Modrá\x20600','Primárna\x20100','Bodkovaná','Farba\x20pozadia\x20textu','Hrúbka\x20orámovania','Farba\x20textu','3635670RkhgbE','Farba\x20pozadia\x20tabuľky'];_0x4895=function(){return _0x23ec87;};return _0x4895();}module[_0x17a53f(0xc5)]=e;
@@ -1 +1 @@
1
- const _0x4f2eef=_0x532e;(function(_0x2f6ff6,_0x530fd0){const _0x23450f=_0x532e,_0x3cabd6=_0x2f6ff6();while(!![]){try{const _0x4c285e=parseInt(_0x23450f(0x14f))/0x1*(parseInt(_0x23450f(0x13e))/0x2)+parseInt(_0x23450f(0x12f))/0x3*(parseInt(_0x23450f(0x15b))/0x4)+-parseInt(_0x23450f(0x144))/0x5*(-parseInt(_0x23450f(0x142))/0x6)+-parseInt(_0x23450f(0x160))/0x7+parseInt(_0x23450f(0x152))/0x8*(-parseInt(_0x23450f(0x13a))/0x9)+parseInt(_0x23450f(0x146))/0xa*(-parseInt(_0x23450f(0x15d))/0xb)+-parseInt(_0x23450f(0x137))/0xc*(-parseInt(_0x23450f(0x168))/0xd);if(_0x4c285e===_0x530fd0)break;else _0x3cabd6['push'](_0x3cabd6['shift']());}catch(_0x51b1cd){_0x3cabd6['push'](_0x3cabd6['shift']());}}}(_0x33a6,0x76b1f));function _0x532e(_0x5c2ee4,_0x5385e2){_0x5c2ee4=_0x5c2ee4-0x12a;const _0x33a6e3=_0x33a6();let _0x532edf=_0x33a6e3[_0x5c2ee4];return _0x532edf;}function _0x33a6(){const _0x108fb0=['Viền\x20ngang\x20bên\x20trong','Primary\x20100','Distribute\x20columns','Không\x20tô','Insert\x20row\x20above','Viền\x20bên\x20ngoài','Distribute','Viền\x20trên','Nét\x20chấm','45lGvmiu','Tách\x20ô','Căn\x20ngang','Viền\x20trái','Reset\x20color','White','Căn\x20giữa\x20dọc','Orange\x20600','3000984noQYRg','Liền','Chon\x20bang','751455DCCLzb','Delete\x20table','Viền\x20dưới','Purple\x20600','33044jHjSTx','Căn\x20giữa','Chon\x20cot','Borders','254274FqZEun','Delete\x20column','75ajeRti','Căn\x20trái','60tHeRMX','Chèn\x20hình\x20ảnh','Màu\x20viền\x20bảng','Căn\x20dọc','Kiểu\x20viền','Gray\x20900','Độ\x20trong\x20suốt','Outer\x20borders','Chon\x20hang','23KtKpxU','Căn\x20trên','Phông\x20chữ','56ambYjX','Di\x20chuyen\x20hang','Không','Hợp\x20nhất\x20ô','Tô\x20màu\x20đặc','Gray\x20500','Nguồn\x20hình\x20ảnh','Viền\x20dọc\x20bên\x20trong','Red\x20100','135580NIvWzG','Màu\x20nền\x20chữ','106007rdqZoE','Insert\x20column\x20left','Blue\x20600','4520152qYNnJi','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Red\x20600','Delete','Yellow\x20700','Viền\x20bên\x20trong','Màu\x20chữ','Cut','13OOIVkF','exports','Di\x20chuyen\x20cac\x20hang','Viền\x20phải','Insert','Blue\x20100','Insert\x20row\x20below','Green\x20100','Căn\x20dưới','Delete\x20row','Màu','Độ\x20dày\x20viền','Căn\x20phải','Di\x20chuyen\x20cac\x20cot','Yellow\x20100','Gray\x20100','Khong\x20the\x20di\x20chuyen\x20cot\x20qua\x20o\x20da\x20hop\x20nhat','Tô\x20màu\x20gradient','Căn\x20đều'];_0x33a6=function(){return _0x108fb0;};return _0x33a6();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4f2eef(0x151),'fontSize':'Cỡ\x20chữ','textColor':_0x4f2eef(0x166),'textBackgroundColor':_0x4f2eef(0x15c),'tableBackgroundColor':'Màu\x20nền\x20bảng','tableBorderColor':_0x4f2eef(0x148),'borderWidth':_0x4f2eef(0x173),'borderStyle':_0x4f2eef(0x14a),'border':'Viền','borderStyleSolid':_0x4f2eef(0x138),'borderStyleDash':'Nét\x20đứt','borderStyleDot':_0x4f2eef(0x12e),'borderStyleDashDot':'Gạch\x20chấm','noBorder':'Không\x20viền','borderPresetAll':'Tất\x20cả\x20viền','borderPresetInner':_0x4f2eef(0x165),'borderPresetOuter':_0x4f2eef(0x12b),'borderPresetTop':_0x4f2eef(0x12d),'borderPresetBottom':_0x4f2eef(0x13c),'borderPresetLeft':_0x4f2eef(0x132),'borderPresetRight':_0x4f2eef(0x16b),'borderPresetInnerHorizontal':_0x4f2eef(0x17b),'borderPresetInnerVertical':_0x4f2eef(0x159),'none':_0x4f2eef(0x154),'horizontalAlign':_0x4f2eef(0x131),'verticalAlign':_0x4f2eef(0x149),'alignLeft':_0x4f2eef(0x145),'alignCenter':_0x4f2eef(0x13f),'alignRight':_0x4f2eef(0x174),'alignJustify':_0x4f2eef(0x17a),'alignTop':_0x4f2eef(0x150),'alignMiddle':_0x4f2eef(0x135),'alignBottom':_0x4f2eef(0x170),'mergeCells':_0x4f2eef(0x155),'unmergeCells':_0x4f2eef(0x130)},'shapePanel':{'fill':{'noFill':_0x4f2eef(0x17e),'solidFill':_0x4f2eef(0x156),'gradientFill':_0x4f2eef(0x179),'pictureFill':_0x4f2eef(0x161),'color':_0x4f2eef(0x172),'transparency':_0x4f2eef(0x14c),'picture':{'source':_0x4f2eef(0x158),'insert':_0x4f2eef(0x147)}}},'structuralControls':{'selectRow':_0x4f2eef(0x14e),'selectColumn':_0x4f2eef(0x140),'selectTable':_0x4f2eef(0x139),'insertRow':'Chen\x20hang','insertColumn':'Chen\x20cot','moveRow':_0x4f2eef(0x153),'moveColumn':'Di\x20chuyen\x20cot','moveRows':_0x4f2eef(0x16a),'moveColumns':_0x4f2eef(0x175),'cannotMoveMergedRows':'Khong\x20the\x20di\x20chuyen\x20hang\x20qua\x20o\x20da\x20hop\x20nhat','cannotMoveMergedColumns':_0x4f2eef(0x178)},'contextMenu':{'insert':_0x4f2eef(0x16c),'delete':_0x4f2eef(0x163),'distribute':_0x4f2eef(0x12c),'borders':_0x4f2eef(0x141),'tableBackgroundColor':'Table\x20background\x20color','copy':'Copy','cut':_0x4f2eef(0x167),'deleteTable':_0x4f2eef(0x13b),'insertRowAbove':_0x4f2eef(0x12a),'insertRowBelow':_0x4f2eef(0x16e),'insertColumnLeft':_0x4f2eef(0x15e),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x4f2eef(0x171),'deleteColumn':_0x4f2eef(0x143),'distributeRows':'Distribute\x20rows','distributeColumns':_0x4f2eef(0x17d),'borderAll':'All\x20borders','borderOuter':_0x4f2eef(0x14d),'borderInner':'Inner\x20borders','borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x4f2eef(0x133),'white':_0x4f2eef(0x134),'gray100':_0x4f2eef(0x177),'primary100':_0x4f2eef(0x17c),'blue100':_0x4f2eef(0x16d),'green100':_0x4f2eef(0x16f),'yellow100':_0x4f2eef(0x176),'red100':_0x4f2eef(0x15a),'gray900':_0x4f2eef(0x14b),'gray500':_0x4f2eef(0x157),'red600':_0x4f2eef(0x162),'orange600':_0x4f2eef(0x136),'yellow700':_0x4f2eef(0x164),'green600':'Green\x20600','blue600':_0x4f2eef(0x15f),'purple600':_0x4f2eef(0x13d)}}};module[_0x4f2eef(0x169)]=e;
1
+ const _0x34c5c1=_0x1939;function _0x1939(_0x2cd796,_0xebb98a){_0x2cd796=_0x2cd796-0x1c8;const _0x53d7a9=_0x53d7();let _0x1939ef=_0x53d7a9[_0x2cd796];return _0x1939ef;}(function(_0x529ec3,_0x2209e8){const _0x24d3d9=_0x1939,_0x5e7c86=_0x529ec3();while(!![]){try{const _0x16c4ba=parseInt(_0x24d3d9(0x1ef))/0x1*(parseInt(_0x24d3d9(0x210))/0x2)+-parseInt(_0x24d3d9(0x1f6))/0x3+-parseInt(_0x24d3d9(0x1e8))/0x4+parseInt(_0x24d3d9(0x214))/0x5*(-parseInt(_0x24d3d9(0x203))/0x6)+-parseInt(_0x24d3d9(0x1cd))/0x7+parseInt(_0x24d3d9(0x1d4))/0x8*(-parseInt(_0x24d3d9(0x208))/0x9)+parseInt(_0x24d3d9(0x1ee))/0xa;if(_0x16c4ba===_0x2209e8)break;else _0x5e7c86['push'](_0x5e7c86['shift']());}catch(_0x46bf17){_0x5e7c86['push'](_0x5e7c86['shift']());}}}(_0x53d7,0x73a91));function _0x53d7(){const _0xbf17e8=['Vàng\x20100','2295785PBAQyE','Xóa\x20hàng','Cột\x20xen\x20kẽ','Viền\x20ngang\x20bên\x20trong','Khong\x20the\x20di\x20chuyen\x20cot\x20qua\x20o\x20da\x20hop\x20nhat','Xám\x20500','Viền\x20bên\x20ngoài','Chon\x20hang','Nguồn\x20hình\x20ảnh','Khong\x20the\x20di\x20chuyen\x20hang\x20qua\x20o\x20da\x20hop\x20nhat','Căn\x20trên','Không\x20có\x20đường\x20viền','Hợp\x20nhất\x20ô','Gạch\x20ngang','Căn\x20đều','Chon\x20cot','Hàng\x20chân\x20bảng','Chủ\x20đề\x20bảng','Màu\x20chữ','Phân\x20bố\x20cột','Không','4912796OXrdzo','Độ\x20trong\x20suốt','Hàng\x20tiêu\x20đề','Viền\x20dưới','Di\x20chuyen\x20cot','Chon\x20bang','Trắng','24gpjlgb','Tối\x20giản','Xóa\x20bảng','Chèn\x20hình\x20ảnh','Nghiêng','Di\x20chuyen\x20cac\x20hang','Chèn','Vàng\x20700','Định\x20dạng\x20văn\x20bản','Căn\x20dưới','Đường\x20viền\x20bên\x20trong','Viền','Cột\x20đầu\x20tiên','Tô\x20màu\x20gradient','Xám\x20100','Sao\x20chép','Xanh\x20lá\x20100','Chèn\x20hàng\x20phía\x20dưới','Vừa','Phông\x20chữ','2492292dwGSOc','Viền\x20bên\x20trong','Viền\x20phải','Đỏ\x20100','Viền\x20dọc\x20bên\x20trong','Hàng\x20xen\x20kẽ','29364830dqsdFN','595440HHdxMt','Chính\x20100','Gạch\x20chân','Kiểu\x20bảng','Màu\x20nền\x20chữ','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Đỏ\x20600','2192091fwbXFe','Phân\x20bố','Màu','Phân\x20bố\x20hàng','Sáng','Xanh\x20dương\x20600','Di\x20chuyen\x20hang','Chen\x20hang','Đặt\x20lại\x20màu','Căn\x20trái','Chèn\x20cột\x20bên\x20trái','Phù\x20hợp\x20nhất','Chen\x20cot','6NaIpBg','Căn\x20giữa','Tất\x20cả\x20viền','Màu\x20nền\x20bảng','Di\x20chuyen\x20cac\x20cot','1630269ETrYzZ','Cột\x20cuối\x20cùng','exports','Xám\x20900','Xanh\x20dương\x20100','Không\x20viền','Cam\x20600','Đậm','2jZEjPZ','Cỡ\x20chữ','Tách\x20ô'];_0x53d7=function(){return _0xbf17e8;};return _0x53d7();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x34c5c1(0x1e7),'fontSize':_0x34c5c1(0x211),'textFormat':_0x34c5c1(0x1dc),'bold':_0x34c5c1(0x20f),'italic':_0x34c5c1(0x1d8),'underline':_0x34c5c1(0x1f1),'strikethrough':_0x34c5c1(0x221),'textColor':_0x34c5c1(0x1ca),'textBackgroundColor':_0x34c5c1(0x1f3),'tableBackgroundColor':_0x34c5c1(0x206),'tableBorderColor':'Màu\x20viền\x20bảng','borderWidth':'Độ\x20dày\x20viền','borderStyle':'Kiểu\x20viền','border':_0x34c5c1(0x1df),'borderStyleSolid':'Liền','borderStyleDash':'Nét\x20đứt','borderStyleDot':'Nét\x20chấm','borderStyleDashDot':'Gạch\x20chấm','noBorder':_0x34c5c1(0x20d),'borderPresetAll':_0x34c5c1(0x205),'borderPresetInner':_0x34c5c1(0x1e9),'borderPresetOuter':_0x34c5c1(0x21a),'borderPresetTop':'Viền\x20trên','borderPresetBottom':_0x34c5c1(0x1d0),'borderPresetLeft':'Viền\x20trái','borderPresetRight':_0x34c5c1(0x1ea),'borderPresetInnerHorizontal':_0x34c5c1(0x217),'borderPresetInnerVertical':_0x34c5c1(0x1ec),'none':_0x34c5c1(0x1cc),'horizontalAlign':'Căn\x20ngang','verticalAlign':'Căn\x20dọc','alignLeft':_0x34c5c1(0x1ff),'alignCenter':_0x34c5c1(0x204),'alignRight':'Căn\x20phải','alignJustify':_0x34c5c1(0x222),'alignTop':_0x34c5c1(0x21e),'alignMiddle':'Căn\x20giữa\x20dọc','alignBottom':_0x34c5c1(0x1dd),'mergeCells':_0x34c5c1(0x220),'unmergeCells':_0x34c5c1(0x212),'tableTheme':_0x34c5c1(0x1c9),'tableLook':_0x34c5c1(0x1f2),'headerRow':_0x34c5c1(0x1cf),'footerRow':_0x34c5c1(0x1c8),'bandedRows':_0x34c5c1(0x1ed),'bandedColumns':_0x34c5c1(0x216),'firstColumn':_0x34c5c1(0x1e0),'lastColumn':_0x34c5c1(0x209),'bestMatch':_0x34c5c1(0x201),'light':_0x34c5c1(0x1fa),'medium':_0x34c5c1(0x1e6),'minimal':_0x34c5c1(0x1d5)},'shapePanel':{'fill':{'noFill':'Không\x20tô','solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x34c5c1(0x1e1),'pictureFill':_0x34c5c1(0x1f4),'color':_0x34c5c1(0x1f8),'transparency':_0x34c5c1(0x1ce),'picture':{'source':_0x34c5c1(0x21c),'insert':_0x34c5c1(0x1d7)}}},'structuralControls':{'selectRow':_0x34c5c1(0x21b),'selectColumn':_0x34c5c1(0x223),'selectTable':_0x34c5c1(0x1d2),'insertRow':_0x34c5c1(0x1fd),'insertColumn':_0x34c5c1(0x202),'moveRow':_0x34c5c1(0x1fc),'moveColumn':_0x34c5c1(0x1d1),'moveRows':_0x34c5c1(0x1d9),'moveColumns':_0x34c5c1(0x207),'cannotMoveMergedRows':_0x34c5c1(0x21d),'cannotMoveMergedColumns':_0x34c5c1(0x218)},'contextMenu':{'insert':_0x34c5c1(0x1da),'delete':'Xóa','distribute':_0x34c5c1(0x1f7),'borders':'Đường\x20viền','tableBackgroundColor':_0x34c5c1(0x206),'copy':_0x34c5c1(0x1e3),'cut':'Cắt','deleteTable':_0x34c5c1(0x1d6),'insertRowAbove':'Chèn\x20hàng\x20phía\x20trên','insertRowBelow':_0x34c5c1(0x1e5),'insertColumnLeft':_0x34c5c1(0x200),'insertColumnRight':'Chèn\x20cột\x20bên\x20phải','deleteRow':_0x34c5c1(0x215),'deleteColumn':'Xóa\x20cột','distributeRows':_0x34c5c1(0x1f9),'distributeColumns':_0x34c5c1(0x1cb),'borderAll':_0x34c5c1(0x205),'borderOuter':_0x34c5c1(0x21a),'borderInner':_0x34c5c1(0x1de),'borderNone':_0x34c5c1(0x21f)},'colorPreset':{'resetColor':_0x34c5c1(0x1fe),'white':_0x34c5c1(0x1d3),'gray100':_0x34c5c1(0x1e2),'primary100':_0x34c5c1(0x1f0),'blue100':_0x34c5c1(0x20c),'green100':_0x34c5c1(0x1e4),'yellow100':_0x34c5c1(0x213),'red100':_0x34c5c1(0x1eb),'gray900':_0x34c5c1(0x20b),'gray500':_0x34c5c1(0x219),'red600':_0x34c5c1(0x1f5),'orange600':_0x34c5c1(0x20e),'yellow700':_0x34c5c1(0x1db),'green600':'Xanh\x20lá\x20600','blue600':_0x34c5c1(0x1fb),'purple600':'Tím\x20600'}}};module[_0x34c5c1(0x20a)]=e;
@@ -1 +1 @@
1
- const _0x2d288d=_0x457a;function _0x457a(_0x163fe4,_0x4f86a6){_0x163fe4=_0x163fe4-0xdc;const _0x2adc96=_0x2adc();let _0x457ac7=_0x2adc96[_0x163fe4];return _0x457ac7;}(function(_0xef67a0,_0xba2b2a){const _0x50afdb=_0x457a,_0x41772c=_0xef67a0();while(!![]){try{const _0x276237=-parseInt(_0x50afdb(0xec))/0x1+parseInt(_0x50afdb(0xe4))/0x2+-parseInt(_0x50afdb(0xf6))/0x3*(-parseInt(_0x50afdb(0xed))/0x4)+parseInt(_0x50afdb(0xe3))/0x5+-parseInt(_0x50afdb(0x109))/0x6+parseInt(_0x50afdb(0xf1))/0x7+-parseInt(_0x50afdb(0x113))/0x8*(parseInt(_0x50afdb(0xf0))/0x9);if(_0x276237===_0xba2b2a)break;else _0x41772c['push'](_0x41772c['shift']());}catch(_0x61a1ff){_0x41772c['push'](_0x41772c['shift']());}}}(_0x2adc,0x70b60));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字体','fontSize':'字号','textColor':'文本颜色','textBackgroundColor':_0x2d288d(0x100),'tableBackgroundColor':_0x2d288d(0xdc),'tableBorderColor':'表格边框颜色','borderWidth':'边框粗细','borderStyle':_0x2d288d(0xf4),'border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':'点划线','noBorder':'无边框','borderPresetAll':_0x2d288d(0xe5),'borderPresetInner':'内部边框','borderPresetOuter':'外侧边框','borderPresetTop':_0x2d288d(0x118),'borderPresetBottom':'下边框','borderPresetLeft':_0x2d288d(0xde),'borderPresetRight':'右边框','borderPresetInnerHorizontal':_0x2d288d(0xe1),'borderPresetInnerVertical':_0x2d288d(0xfa),'none':'无','horizontalAlign':_0x2d288d(0x10d),'verticalAlign':_0x2d288d(0x119),'alignLeft':_0x2d288d(0xff),'alignCenter':_0x2d288d(0x10b),'alignRight':_0x2d288d(0x102),'alignJustify':_0x2d288d(0x10a),'alignTop':_0x2d288d(0x112),'alignMiddle':_0x2d288d(0xe7),'alignBottom':_0x2d288d(0xf9),'mergeCells':_0x2d288d(0xfe),'unmergeCells':_0x2d288d(0xf8)},'shapePanel':{'fill':{'noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':_0x2d288d(0x111),'insert':_0x2d288d(0xe6)}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':_0x2d288d(0xf7),'selectTable':_0x2d288d(0xf3),'insertRow':_0x2d288d(0xea),'insertColumn':_0x2d288d(0x107),'moveRow':_0x2d288d(0xdf),'moveColumn':'Move\x20column','moveRows':'Move\x20rows','moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x2d288d(0xdd),'cannotMoveMergedColumns':_0x2d288d(0x10e)},'contextMenu':{'insert':_0x2d288d(0xfc),'delete':_0x2d288d(0x10f),'distribute':'Distribute','borders':'Borders','tableBackgroundColor':_0x2d288d(0xf2),'copy':'Copy','cut':_0x2d288d(0xf5),'deleteTable':_0x2d288d(0xe0),'insertRowAbove':_0x2d288d(0xfb),'insertRowBelow':_0x2d288d(0x110),'insertColumnLeft':_0x2d288d(0x105),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x2d288d(0x103),'deleteColumn':_0x2d288d(0x117),'distributeRows':_0x2d288d(0x115),'distributeColumns':_0x2d288d(0xfd),'borderAll':_0x2d288d(0x101),'borderOuter':_0x2d288d(0xee),'borderInner':_0x2d288d(0x116),'borderNone':_0x2d288d(0xeb)},'colorPreset':{'resetColor':'Reset\x20color','white':'White','gray100':_0x2d288d(0x106),'primary100':_0x2d288d(0x10c),'blue100':_0x2d288d(0xe9),'green100':_0x2d288d(0x104),'yellow100':_0x2d288d(0x108),'red100':'Red\x20100','gray900':_0x2d288d(0xef),'gray500':_0x2d288d(0x114),'red600':'Red\x20600','orange600':'Orange\x20600','yellow700':'Yellow\x20700','green600':_0x2d288d(0xe8),'blue600':'Blue\x20600','purple600':_0x2d288d(0xe2)}}};module['exports']=e;function _0x2adc(){const _0x2487e4=['Insert\x20row','No\x20border','524809RPdaSp','549740uqGZAe','Outer\x20borders','Gray\x20900','3700062qTlqmw','6153483rtRyuN','Table\x20background\x20color','Select\x20table','边框样式','Cut','3KIpKcd','Select\x20column','取消合并单元格','底部对齐','内部竖线','Insert\x20row\x20above','Insert','Distribute\x20columns','合并单元格','左对齐','文本背景色','All\x20borders','右对齐','Delete\x20row','Green\x20100','Insert\x20column\x20left','Gray\x20100','Insert\x20column','Yellow\x20100','2021280rqHZZQ','两端对齐','居中对齐','Primary\x20100','水平对齐','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Delete','Insert\x20row\x20below','图片来源','顶部对齐','8Zotdqo','Gray\x20500','Distribute\x20rows','Inner\x20borders','Delete\x20column','上边框','垂直对齐','表格背景色','Cannot\x20move\x20rows\x20across\x20merged\x20cells','左边框','Move\x20row','Delete\x20table','内部横线','Purple\x20600','3527680WJbkdP','24862shelXb','全部边框','插入图片','垂直居中','Green\x20600','Blue\x20100'];_0x2adc=function(){return _0x2487e4;};return _0x2adc();}
1
+ const _0xec43de=_0x2b51;(function(_0x4db3a0,_0x393e44){const _0x439daa=_0x2b51,_0x449c31=_0x4db3a0();while(!![]){try{const _0x2141ce=-parseInt(_0x439daa(0x1d6))/0x1+-parseInt(_0x439daa(0x1eb))/0x2*(parseInt(_0x439daa(0x1d1))/0x3)+-parseInt(_0x439daa(0x1df))/0x4+parseInt(_0x439daa(0x1ca))/0x5*(parseInt(_0x439daa(0x1d2))/0x6)+-parseInt(_0x439daa(0x1d0))/0x7*(parseInt(_0x439daa(0x1bf))/0x8)+parseInt(_0x439daa(0x1f2))/0x9+-parseInt(_0x439daa(0x1be))/0xa*(-parseInt(_0x439daa(0x1f3))/0xb);if(_0x2141ce===_0x393e44)break;else _0x449c31['push'](_0x449c31['shift']());}catch(_0x27a1c2){_0x449c31['push'](_0x449c31['shift']());}}}(_0x5739,0x3ae42));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字体','fontSize':'字号','textFormat':'文本格式','bold':'加粗','italic':'斜体','underline':_0xec43de(0x1e2),'strikethrough':_0xec43de(0x1c4),'textColor':'文本颜色','textBackgroundColor':_0xec43de(0x1b5),'tableBackgroundColor':'表格背景色','tableBorderColor':'表格边框颜色','borderWidth':'边框粗细','borderStyle':'边框样式','border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0xec43de(0x1dd),'noBorder':_0xec43de(0x1f0),'borderPresetAll':_0xec43de(0x1bc),'borderPresetInner':_0xec43de(0x1ba),'borderPresetOuter':_0xec43de(0x1cf),'borderPresetTop':'上边框','borderPresetBottom':'下边框','borderPresetLeft':'左边框','borderPresetRight':_0xec43de(0x1d4),'borderPresetInnerHorizontal':_0xec43de(0x1dc),'borderPresetInnerVertical':'内部竖线','none':'无','horizontalAlign':_0xec43de(0x1d9),'verticalAlign':_0xec43de(0x1c8),'alignLeft':'左对齐','alignCenter':_0xec43de(0x1f4),'alignRight':_0xec43de(0x1ed),'alignJustify':_0xec43de(0x1e3),'alignTop':'顶部对齐','alignMiddle':_0xec43de(0x1cc),'alignBottom':_0xec43de(0x1ce),'mergeCells':_0xec43de(0x1de),'unmergeCells':_0xec43de(0x1c6),'tableTheme':_0xec43de(0x1b4),'tableLook':_0xec43de(0x1c1),'headerRow':_0xec43de(0x1f1),'footerRow':_0xec43de(0x1e9),'bandedRows':_0xec43de(0x1c0),'bandedColumns':'隔列底色','firstColumn':'首列','lastColumn':'尾列','bestMatch':_0xec43de(0x1e5),'light':'浅色','medium':_0xec43de(0x1d5),'minimal':'极简'},'shapePanel':{'fill':{'noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':'图片来源','insert':_0xec43de(0x1c3)}}},'structuralControls':{'selectRow':_0xec43de(0x1b9),'selectColumn':_0xec43de(0x1e0),'selectTable':_0xec43de(0x1b7),'insertRow':_0xec43de(0x1cd),'insertColumn':_0xec43de(0x1ef),'moveRow':_0xec43de(0x1f6),'moveColumn':_0xec43de(0x1e6),'moveRows':_0xec43de(0x1ee),'moveColumns':_0xec43de(0x1b8),'cannotMoveMergedRows':_0xec43de(0x1c7),'cannotMoveMergedColumns':_0xec43de(0x1db)},'contextMenu':{'insert':'插入','delete':'删除','distribute':'分布','borders':'边框','tableBackgroundColor':_0xec43de(0x1e7),'copy':'复制','cut':'剪切','deleteTable':_0xec43de(0x1c2),'insertRowAbove':_0xec43de(0x1b2),'insertRowBelow':_0xec43de(0x1ea),'insertColumnLeft':_0xec43de(0x1e1),'insertColumnRight':_0xec43de(0x1c9),'deleteRow':_0xec43de(0x1da),'deleteColumn':_0xec43de(0x1e4),'distributeRows':'均分行','distributeColumns':'均分列','borderAll':'所有边框','borderOuter':_0xec43de(0x1b3),'borderInner':_0xec43de(0x1ba),'borderNone':_0xec43de(0x1f0)},'colorPreset':{'resetColor':_0xec43de(0x1d7),'white':'白色','gray100':_0xec43de(0x1ec),'primary100':'主题色\x20100','blue100':_0xec43de(0x1bd),'green100':_0xec43de(0x1cb),'yellow100':_0xec43de(0x1d8),'red100':'红色\x20100','gray900':_0xec43de(0x1c5),'gray500':_0xec43de(0x1b6),'red600':_0xec43de(0x1bb),'orange600':_0xec43de(0x1e8),'yellow700':'黄色\x20700','green600':'绿色\x20600','blue600':_0xec43de(0x1d3),'purple600':_0xec43de(0x1f5)}}};function _0x2b51(_0x2aedb2,_0xeb70bb){_0x2aedb2=_0x2aedb2-0x1b2;const _0x5739b0=_0x5739();let _0x2b51a1=_0x5739b0[_0x2aedb2];return _0x2b51a1;}function _0x5739(){const _0x444bbc=['插入行','底部对齐','外侧边框','2269771KaQyPt','3jHSHim','588402fDKkYf','蓝色\x20600','右边框','中等色','447898qgHNyG','重置颜色','黄色\x20100','水平对齐','删除行','无法跨合并单元格移动列','内部横线','点划线','合并单元格','485948UWDSiu','选择列','在左侧插入列','下划线','两端对齐','删除列','最佳匹配','移动列','表格背景色','橙色\x20600','汇总行','在下方插入行','302444wgPBdi','灰色\x20100','右对齐','移动多行','插入列','无边框','标题行','2308419MjueXT','9167983rNAtyW','居中对齐','紫色\x20600','移动行','在上方插入行','外部边框','表格主题','文本背景色','灰色\x20500','选择表格','移动多列','选择行','内部边框','红色\x20600','全部边框','蓝色\x20100','10ymdYuU','8JbUQJg','隔行底色','表格外观','删除表格','插入图片','删除线','灰色\x20900','取消合并单元格','无法跨合并单元格移动行','垂直对齐','在右侧插入列','10MyJypb','绿色\x20100','垂直居中'];_0x5739=function(){return _0x444bbc;};return _0x5739();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x217ef3=_0x3d09;(function(_0x398f21,_0x287ea0){const _0x44ecd8=_0x3d09,_0x11cfa6=_0x398f21();while(!![]){try{const _0x1b1288=parseInt(_0x44ecd8(0x131))/0x1*(parseInt(_0x44ecd8(0x133))/0x2)+parseInt(_0x44ecd8(0x13c))/0x3*(parseInt(_0x44ecd8(0x153))/0x4)+-parseInt(_0x44ecd8(0x145))/0x5+-parseInt(_0x44ecd8(0x119))/0x6*(-parseInt(_0x44ecd8(0x154))/0x7)+parseInt(_0x44ecd8(0x161))/0x8*(-parseInt(_0x44ecd8(0x11f))/0x9)+parseInt(_0x44ecd8(0x147))/0xa*(-parseInt(_0x44ecd8(0x142))/0xb)+-parseInt(_0x44ecd8(0x120))/0xc*(-parseInt(_0x44ecd8(0x13f))/0xd);if(_0x1b1288===_0x287ea0)break;else _0x11cfa6['push'](_0x11cfa6['shift']());}catch(_0x3be94b){_0x11cfa6['push'](_0x11cfa6['shift']());}}}(_0x5cf4,0x70f05));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textColor':_0x217ef3(0x123),'textBackgroundColor':_0x217ef3(0x14f),'tableBackgroundColor':_0x217ef3(0x159),'tableBorderColor':'表格邊框色彩','borderWidth':_0x217ef3(0x11b),'borderStyle':'邊框樣式','border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x217ef3(0x14c),'noBorder':'無邊框','borderPresetAll':_0x217ef3(0x128),'borderPresetInner':_0x217ef3(0x15e),'borderPresetOuter':'外側邊框','borderPresetTop':_0x217ef3(0x12b),'borderPresetBottom':_0x217ef3(0x11a),'borderPresetLeft':'左邊框','borderPresetRight':_0x217ef3(0x152),'borderPresetInnerHorizontal':_0x217ef3(0x14b),'borderPresetInnerVertical':_0x217ef3(0x12c),'none':'無','horizontalAlign':_0x217ef3(0x15a),'verticalAlign':'垂直對齊','alignLeft':_0x217ef3(0x13e),'alignCenter':_0x217ef3(0x134),'alignRight':'右對齊','alignJustify':_0x217ef3(0x141),'alignTop':_0x217ef3(0x143),'alignMiddle':_0x217ef3(0x162),'alignBottom':_0x217ef3(0x13b),'mergeCells':'合併儲存格','unmergeCells':_0x217ef3(0x151)},'shapePanel':{'fill':{'noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x217ef3(0x130),'picture':{'source':_0x217ef3(0x13d),'insert':_0x217ef3(0x138)}}},'structuralControls':{'selectRow':_0x217ef3(0x136),'selectColumn':_0x217ef3(0x146),'selectTable':_0x217ef3(0x12a),'insertRow':'Insert\x20row','insertColumn':_0x217ef3(0x118),'moveRow':'Move\x20row','moveColumn':_0x217ef3(0x127),'moveRows':_0x217ef3(0x157),'moveColumns':_0x217ef3(0x137),'cannotMoveMergedRows':_0x217ef3(0x13a),'cannotMoveMergedColumns':_0x217ef3(0x129)},'contextMenu':{'insert':_0x217ef3(0x121),'delete':'Delete','distribute':_0x217ef3(0x126),'borders':_0x217ef3(0x149),'tableBackgroundColor':_0x217ef3(0x124),'copy':_0x217ef3(0x14e),'cut':_0x217ef3(0x15b),'deleteTable':_0x217ef3(0x11c),'insertRowAbove':_0x217ef3(0x160),'insertRowBelow':_0x217ef3(0x12f),'insertColumnLeft':_0x217ef3(0x140),'insertColumnRight':_0x217ef3(0x125),'deleteRow':'Delete\x20row','deleteColumn':_0x217ef3(0x155),'distributeRows':_0x217ef3(0x14d),'distributeColumns':_0x217ef3(0x132),'borderAll':_0x217ef3(0x156),'borderOuter':_0x217ef3(0x139),'borderInner':_0x217ef3(0x15f),'borderNone':'No\x20border'},'colorPreset':{'resetColor':'Reset\x20color','white':_0x217ef3(0x15d),'gray100':_0x217ef3(0x135),'primary100':_0x217ef3(0x144),'blue100':_0x217ef3(0x117),'green100':_0x217ef3(0x15c),'yellow100':_0x217ef3(0x150),'red100':_0x217ef3(0x148),'gray900':'Gray\x20900','gray500':_0x217ef3(0x12d),'red600':_0x217ef3(0x11e),'orange600':_0x217ef3(0x12e),'yellow700':_0x217ef3(0x122),'green600':_0x217ef3(0x11d),'blue600':'Blue\x20600','purple600':_0x217ef3(0x14a)}}};module[_0x217ef3(0x158)]=e;function _0x3d09(_0x365b30,_0x6b5bbf){_0x365b30=_0x365b30-0x117;const _0x5cf45c=_0x5cf4();let _0x3d09b1=_0x5cf45c[_0x365b30];return _0x3d09b1;}function _0x5cf4(){const _0x21377d=['水平對齊','Cut','Green\x20100','White','內部邊框','Inner\x20borders','Insert\x20row\x20above','20464CvhRMr','垂直置中','Blue\x20100','Insert\x20column','48VQgMhq','下邊框','邊框粗幼','Delete\x20table','Green\x20600','Red\x20600','2295dMXKDD','128088ocKERW','Insert','Yellow\x20700','文字色彩','Table\x20background\x20color','Insert\x20column\x20right','Distribute','Move\x20column','全部邊框','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Select\x20table','上邊框','內部直線','Gray\x20500','Orange\x20600','Insert\x20row\x20below','透明度','35BrYrAi','Distribute\x20columns','12578otfZpQ','置中對齊','Gray\x20100','Select\x20row','Move\x20columns','插入圖片','Outer\x20borders','Cannot\x20move\x20rows\x20across\x20merged\x20cells','底端對齊','443553buNgQz','圖片來源','左對齊','884PuzUaR','Insert\x20column\x20left','左右對齊','11pzouZi','頂端對齊','Primary\x20100','3715590FizJVZ','Select\x20column','49160CxRJLy','Red\x20100','Borders','Purple\x20600','內部橫線','點劃線','Distribute\x20rows','Copy','文字背景色','Yellow\x20100','取消合併儲存格','右邊框','8ssGvCy','543613lZBLES','Delete\x20column','All\x20borders','Move\x20rows','exports','表格背景色'];_0x5cf4=function(){return _0x21377d;};return _0x5cf4();}
1
+ function _0x2c06(_0x2cfda8,_0x331af5){_0x2cfda8=_0x2cfda8-0xbd;const _0x1ba2c2=_0x1ba2();let _0x2c0651=_0x1ba2c2[_0x2cfda8];return _0x2c0651;}function _0x1ba2(){const _0x1e9d3b=['紅色\x20100','7933Jhahbu','219784RdeEEY','無顏色','刪除線','內部橫線','選取表格','水平對齊','3271136vdWnRN','選取列','刪除列','無邊框','底端對齊','上邊框','外部框線','無法跨合併儲存格移動列','紫色\x20600','最後一欄','20pZAQac','文字格式','點劃線','透明度','在左側插入欄','邊框粗幼','右邊框','無法跨合併儲存格移動欄','灰色\x20900','外側邊框','在右側插入欄','無框線','綠色\x20100','8wFtmiP','重置顏色','2ujTwSB','文字色彩','表格外观','綠色\x20600','右對齊','左右對齊','置中對齊','99KBYYEr','內部邊框','主色\x20100','間隔列','內部直線','左邊框','表格背景色','灰色\x20500','刪除欄','最佳配對','在下方插入列','橙色\x20600','886830cSlqhy','頂端對齊','藍色\x20100','內部框線','表格邊框色彩','平均分布','1033685rmoPpY','標題列','左對齊','1759056qjdYpn','圖片來源','垂直置中','7AFriAW','移動列','16804260aqJpuP','表格主題','刪除表格','黃色\x20700','選取欄','垂直對齊','邊框樣式','插入欄','所有框線','合併儲存格'];_0x1ba2=function(){return _0x1e9d3b;};return _0x1ba2();}const _0x22fb80=_0x2c06;(function(_0x30f9a2,_0x54d94b){const _0x4c27aa=_0x2c06,_0x7f8e6e=_0x30f9a2();while(!![]){try{const _0x54f0ae=parseInt(_0x4c27aa(0xe3))/0x1*(-parseInt(_0x4c27aa(0x103))/0x2)+parseInt(_0x4c27aa(0xd3))/0x3+parseInt(_0x4c27aa(0x101))/0x4*(parseInt(_0x4c27aa(0xd0))/0x5)+parseInt(_0x4c27aa(0xca))/0x6*(-parseInt(_0x4c27aa(0xd6))/0x7)+-parseInt(_0x4c27aa(0xe4))/0x8*(-parseInt(_0x4c27aa(0xbe))/0x9)+-parseInt(_0x4c27aa(0xf4))/0xa*(-parseInt(_0x4c27aa(0xea))/0xb)+-parseInt(_0x4c27aa(0xd8))/0xc;if(_0x54f0ae===_0x54d94b)break;else _0x7f8e6e['push'](_0x7f8e6e['shift']());}catch(_0x43cf01){_0x7f8e6e['push'](_0x7f8e6e['shift']());}}}(_0x1ba2,0x532d0));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textFormat':_0x22fb80(0xf5),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x22fb80(0xe6),'textColor':_0x22fb80(0x104),'textBackgroundColor':'文字背景色','tableBackgroundColor':_0x22fb80(0xc4),'tableBorderColor':_0x22fb80(0xce),'borderWidth':_0x22fb80(0xf9),'borderStyle':_0x22fb80(0xde),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x22fb80(0xf6),'noBorder':_0x22fb80(0xed),'borderPresetAll':'全部邊框','borderPresetInner':_0x22fb80(0xbf),'borderPresetOuter':_0x22fb80(0xfd),'borderPresetTop':_0x22fb80(0xef),'borderPresetBottom':'下邊框','borderPresetLeft':_0x22fb80(0xc3),'borderPresetRight':_0x22fb80(0xfa),'borderPresetInnerHorizontal':_0x22fb80(0xe7),'borderPresetInnerVertical':_0x22fb80(0xc2),'none':'無','horizontalAlign':_0x22fb80(0xe9),'verticalAlign':_0x22fb80(0xdd),'alignLeft':_0x22fb80(0xd2),'alignCenter':_0x22fb80(0xbd),'alignRight':_0x22fb80(0x107),'alignJustify':_0x22fb80(0x108),'alignTop':_0x22fb80(0xcb),'alignMiddle':_0x22fb80(0xd5),'alignBottom':_0x22fb80(0xee),'mergeCells':_0x22fb80(0xe1),'unmergeCells':'取消合併儲存格','tableTheme':_0x22fb80(0xd9),'tableLook':_0x22fb80(0x105),'headerRow':_0x22fb80(0xd1),'footerRow':'頁尾列','bandedRows':_0x22fb80(0xc1),'bandedColumns':'間隔欄','firstColumn':'第一欄','lastColumn':_0x22fb80(0xf3),'bestMatch':_0x22fb80(0xc7),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x22fb80(0xe5),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x22fb80(0xf7),'picture':{'source':_0x22fb80(0xd4),'insert':'插入圖片'}}},'structuralControls':{'selectRow':_0x22fb80(0xeb),'selectColumn':_0x22fb80(0xdc),'selectTable':_0x22fb80(0xe8),'insertRow':'插入列','insertColumn':_0x22fb80(0xdf),'moveRow':_0x22fb80(0xd7),'moveColumn':'移動欄','moveRows':'移動多列','moveColumns':'移動多欄','cannotMoveMergedRows':_0x22fb80(0xf1),'cannotMoveMergedColumns':_0x22fb80(0xfb)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x22fb80(0xcf),'borders':'框線','tableBackgroundColor':_0x22fb80(0xc4),'copy':'複製','cut':'剪下','deleteTable':_0x22fb80(0xda),'insertRowAbove':'在上方插入列','insertRowBelow':_0x22fb80(0xc8),'insertColumnLeft':_0x22fb80(0xf8),'insertColumnRight':_0x22fb80(0xfe),'deleteRow':_0x22fb80(0xec),'deleteColumn':_0x22fb80(0xc6),'distributeRows':'平均分布列','distributeColumns':'平均分布欄','borderAll':_0x22fb80(0xe0),'borderOuter':_0x22fb80(0xf0),'borderInner':_0x22fb80(0xcd),'borderNone':_0x22fb80(0xff)},'colorPreset':{'resetColor':_0x22fb80(0x102),'white':'白色','gray100':'灰色\x20100','primary100':_0x22fb80(0xc0),'blue100':_0x22fb80(0xcc),'green100':_0x22fb80(0x100),'yellow100':'黃色\x20100','red100':_0x22fb80(0xe2),'gray900':_0x22fb80(0xfc),'gray500':_0x22fb80(0xc5),'red600':'紅色\x20600','orange600':_0x22fb80(0xc9),'yellow700':_0x22fb80(0xdb),'green600':_0x22fb80(0x106),'blue600':'藍色\x20600','purple600':_0x22fb80(0xf2)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x203aba=_0x4e27;(function(_0x5c362e,_0x17f3d8){const _0x2de7a9=_0x4e27,_0x3f3db2=_0x5c362e();while(!![]){try{const _0x113dfd=-parseInt(_0x2de7a9(0x153))/0x1+-parseInt(_0x2de7a9(0x159))/0x2+-parseInt(_0x2de7a9(0x180))/0x3+parseInt(_0x2de7a9(0x178))/0x4+parseInt(_0x2de7a9(0x176))/0x5*(-parseInt(_0x2de7a9(0x16e))/0x6)+-parseInt(_0x2de7a9(0x170))/0x7+parseInt(_0x2de7a9(0x194))/0x8*(parseInt(_0x2de7a9(0x193))/0x9);if(_0x113dfd===_0x17f3d8)break;else _0x3f3db2['push'](_0x3f3db2['shift']());}catch(_0x230732){_0x3f3db2['push'](_0x3f3db2['shift']());}}}(_0x1edf,0x97d01));function _0x4e27(_0xb129cd,_0x44d566){_0xb129cd=_0xb129cd-0x150;const _0x1edf60=_0x1edf();let _0x4e27f3=_0x1edf60[_0xb129cd];return _0x4e27f3;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textColor':_0x203aba(0x190),'tableBackgroundColor':_0x203aba(0x185),'textBackgroundColor':_0x203aba(0x15d),'tableBorderColor':_0x203aba(0x16d),'borderWidth':'邊框粗細','borderStyle':_0x203aba(0x165),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x203aba(0x155),'noBorder':'無邊框','borderPresetAll':_0x203aba(0x17d),'borderPresetInner':_0x203aba(0x154),'borderPresetOuter':'外側邊框','borderPresetTop':'上邊框','borderPresetBottom':_0x203aba(0x195),'borderPresetLeft':_0x203aba(0x18c),'borderPresetRight':_0x203aba(0x17f),'borderPresetInnerHorizontal':'內部橫線','borderPresetInnerVertical':'內部直線','none':'無','horizontalAlign':_0x203aba(0x16b),'verticalAlign':_0x203aba(0x169),'alignLeft':_0x203aba(0x15a),'alignCenter':_0x203aba(0x161),'alignRight':_0x203aba(0x162),'alignJustify':_0x203aba(0x18d),'alignTop':_0x203aba(0x18b),'alignMiddle':'垂直置中','alignBottom':_0x203aba(0x181),'mergeCells':'合併儲存格','unmergeCells':_0x203aba(0x15c)},'shapePanel':{'fill':{'noFill':_0x203aba(0x16c),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x203aba(0x187),'picture':{'source':_0x203aba(0x175),'insert':_0x203aba(0x15f)}}},'structuralControls':{'selectRow':_0x203aba(0x188),'selectColumn':_0x203aba(0x182),'selectTable':_0x203aba(0x15b),'insertRow':_0x203aba(0x168),'insertColumn':_0x203aba(0x17c),'moveRow':_0x203aba(0x173),'moveColumn':_0x203aba(0x16f),'moveRows':_0x203aba(0x16a),'moveColumns':'Move\x20columns','cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':_0x203aba(0x196)},'contextMenu':{'insert':_0x203aba(0x156),'delete':_0x203aba(0x158),'distribute':'Distribute','borders':_0x203aba(0x177),'tableBackgroundColor':'Table\x20background\x20color','copy':'Copy','cut':_0x203aba(0x171),'deleteTable':_0x203aba(0x160),'insertRowAbove':_0x203aba(0x192),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x203aba(0x166),'deleteRow':_0x203aba(0x18f),'deleteColumn':'Delete\x20column','distributeRows':_0x203aba(0x164),'distributeColumns':'Distribute\x20columns','borderAll':_0x203aba(0x189),'borderOuter':_0x203aba(0x151),'borderInner':_0x203aba(0x174),'borderNone':_0x203aba(0x191)},'colorPreset':{'resetColor':_0x203aba(0x179),'white':_0x203aba(0x184),'gray100':_0x203aba(0x18a),'primary100':'Primary\x20100','blue100':_0x203aba(0x15e),'green100':_0x203aba(0x183),'yellow100':_0x203aba(0x18e),'red100':_0x203aba(0x150),'gray900':_0x203aba(0x17e),'gray500':_0x203aba(0x152),'red600':_0x203aba(0x157),'orange600':_0x203aba(0x17a),'yellow700':_0x203aba(0x163),'green600':_0x203aba(0x17b),'blue600':_0x203aba(0x167),'purple600':_0x203aba(0x186)}}};module[_0x203aba(0x172)]=e;function _0x1edf(){const _0x49c380=['插入圖片','Delete\x20table','置中對齊','右對齊','Yellow\x20700','Distribute\x20rows','邊框樣式','Insert\x20column\x20right','Blue\x20600','Insert\x20row','垂直對齊','Move\x20rows','水平對齊','無顏色','表格邊框色彩','6TtGujY','Move\x20column','6821017VaEYPt','Cut','exports','Move\x20row','Inner\x20borders','圖片來源','5184995WZNbYp','Borders','135968ZePKBs','Reset\x20color','Orange\x20600','Green\x20600','Insert\x20column','全部邊框','Gray\x20900','右邊框','2363094HOSaZE','底端對齊','Select\x20column','Green\x20100','White','表格背景色','Purple\x20600','透明度','Select\x20row','All\x20borders','Gray\x20100','頂端對齊','左邊框','左右對齊','Yellow\x20100','Delete\x20row','文字色彩','No\x20border','Insert\x20row\x20above','1043577UIuHKN','312ezoHJU','下邊框','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Red\x20100','Outer\x20borders','Gray\x20500','496595nsZDPH','內部邊框','點劃線','Insert','Red\x20600','Delete','1277222BwOEVE','左對齊','Select\x20table','取消合併儲存格','文字背景色','Blue\x20100'];_0x1edf=function(){return _0x49c380;};return _0x1edf();}
1
+ function _0x1799(){const _0xc28dae=['置中對齊','外側邊框','無顏色','黃色\x20700','主色\x20100','文字色彩','最佳配對','左對齊','紅色\x20600','文字格式','藍色\x20600','灰色\x20900','平均分布','表格邊框色彩','文字背景色','9349584wXjpqX','水平對齊','右邊框','合併儲存格','紫色\x20600','頁尾列','插入圖片','透明度','最後一欄','標題列','灰色\x20500','672971vLNtQK','3160340NEQgRX','選取欄','6198190gxNvOC','邊框樣式','所有框線','選取列','3WNGLMX','1337FkXWGg','刪除線','無框線','內部框線','1839316yXUnsN','無邊框','第一欄','40560kCeXCR','選取表格','紅色\x20100','垂直置中','頂端對齊','間隔欄','外部框線','刪除表格','橙色\x20600','無法跨合併儲存格移動欄','內部橫線','插入欄','19311640yGNRah','底端對齊','邊框粗細','左右對齊','刪除列','取消合併儲存格','間隔列','刪除欄','綠色\x20100','下邊框','重置顏色','表格外观','藍色\x20100','9sPvRFQ','圖片來源','表格背景色','垂直對齊','綠色\x20600'];_0x1799=function(){return _0xc28dae;};return _0x1799();}const _0x48f97a=_0x59e0;(function(_0x2187b4,_0x384bf4){const _0x332f4a=_0x59e0,_0x2e7a0e=_0x2187b4();while(!![]){try{const _0x1dbe97=-parseInt(_0x332f4a(0x179))/0x1+parseInt(_0x332f4a(0x17a))/0x2*(parseInt(_0x332f4a(0x180))/0x3)+parseInt(_0x332f4a(0x185))/0x4+parseInt(_0x332f4a(0x17c))/0x5+-parseInt(_0x332f4a(0x188))/0x6*(-parseInt(_0x332f4a(0x181))/0x7)+-parseInt(_0x332f4a(0x16e))/0x8+-parseInt(_0x332f4a(0x15a))/0x9*(parseInt(_0x332f4a(0x14d))/0xa);if(_0x1dbe97===_0x384bf4)break;else _0x2e7a0e['push'](_0x2e7a0e['shift']());}catch(_0x2fa06f){_0x2e7a0e['push'](_0x2e7a0e['shift']());}}}(_0x1799,0xc2d0c));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textFormat':_0x48f97a(0x168),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x48f97a(0x182),'textColor':_0x48f97a(0x164),'tableBackgroundColor':_0x48f97a(0x15c),'textBackgroundColor':_0x48f97a(0x16d),'tableBorderColor':_0x48f97a(0x16c),'borderWidth':_0x48f97a(0x14f),'borderStyle':_0x48f97a(0x17d),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':'點劃線','noBorder':_0x48f97a(0x186),'borderPresetAll':'全部邊框','borderPresetInner':'內部邊框','borderPresetOuter':_0x48f97a(0x160),'borderPresetTop':'上邊框','borderPresetBottom':_0x48f97a(0x156),'borderPresetLeft':'左邊框','borderPresetRight':_0x48f97a(0x170),'borderPresetInnerHorizontal':_0x48f97a(0x14b),'borderPresetInnerVertical':'內部直線','none':'無','horizontalAlign':_0x48f97a(0x16f),'verticalAlign':_0x48f97a(0x15d),'alignLeft':_0x48f97a(0x166),'alignCenter':_0x48f97a(0x15f),'alignRight':'右對齊','alignJustify':_0x48f97a(0x150),'alignTop':_0x48f97a(0x18c),'alignMiddle':_0x48f97a(0x18b),'alignBottom':_0x48f97a(0x14e),'mergeCells':_0x48f97a(0x171),'unmergeCells':_0x48f97a(0x152),'tableTheme':'表格主題','tableLook':_0x48f97a(0x158),'headerRow':_0x48f97a(0x177),'footerRow':_0x48f97a(0x173),'bandedRows':_0x48f97a(0x153),'bandedColumns':_0x48f97a(0x18d),'firstColumn':_0x48f97a(0x187),'lastColumn':_0x48f97a(0x176),'bestMatch':_0x48f97a(0x165),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x48f97a(0x161),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x48f97a(0x175),'picture':{'source':_0x48f97a(0x15b),'insert':_0x48f97a(0x174)}}},'structuralControls':{'selectRow':_0x48f97a(0x17f),'selectColumn':_0x48f97a(0x17b),'selectTable':_0x48f97a(0x189),'insertRow':'插入列','insertColumn':_0x48f97a(0x14c),'moveRow':'移動列','moveColumn':'移動欄','moveRows':'移動多列','moveColumns':'移動多欄','cannotMoveMergedRows':'無法跨合併儲存格移動列','cannotMoveMergedColumns':_0x48f97a(0x14a)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x48f97a(0x16b),'borders':'框線','tableBackgroundColor':'表格背景色','copy':'複製','cut':'剪下','deleteTable':_0x48f97a(0x148),'insertRowAbove':'在上方插入列','insertRowBelow':'在下方插入列','insertColumnLeft':'在左側插入欄','insertColumnRight':'在右側插入欄','deleteRow':_0x48f97a(0x151),'deleteColumn':_0x48f97a(0x154),'distributeRows':'平均分布列','distributeColumns':'平均分布欄','borderAll':_0x48f97a(0x17e),'borderOuter':_0x48f97a(0x147),'borderInner':_0x48f97a(0x184),'borderNone':_0x48f97a(0x183)},'colorPreset':{'resetColor':_0x48f97a(0x157),'white':'白色','gray100':'灰色\x20100','primary100':_0x48f97a(0x163),'blue100':_0x48f97a(0x159),'green100':_0x48f97a(0x155),'yellow100':'黃色\x20100','red100':_0x48f97a(0x18a),'gray900':_0x48f97a(0x16a),'gray500':_0x48f97a(0x178),'red600':_0x48f97a(0x167),'orange600':_0x48f97a(0x149),'yellow700':_0x48f97a(0x162),'green600':_0x48f97a(0x15e),'blue600':_0x48f97a(0x169),'purple600':_0x48f97a(0x172)}}};function _0x59e0(_0x12144e,_0x57a689){_0x12144e=_0x12144e-0x147;const _0x179920=_0x1799();let _0x59e020=_0x179920[_0x12144e];return _0x59e020;}module['exports']=e;