@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
- function _0x479e(_0x36520d,_0x2fc6d9){_0x36520d=_0x36520d-0x16f;const _0x56ef6c=_0x56ef();let _0x479e73=_0x56ef6c[_0x36520d];return _0x479e73;}const _0x180497=_0x479e;(function(_0x3fe143,_0x405294){const _0x4c5f03=_0x479e,_0x22e100=_0x3fe143();while(!![]){try{const _0x402f80=parseInt(_0x4c5f03(0x17d))/0x1+-parseInt(_0x4c5f03(0x194))/0x2*(parseInt(_0x4c5f03(0x1b8))/0x3)+parseInt(_0x4c5f03(0x176))/0x4*(parseInt(_0x4c5f03(0x178))/0x5)+parseInt(_0x4c5f03(0x1bf))/0x6+-parseInt(_0x4c5f03(0x1af))/0x7+-parseInt(_0x4c5f03(0x17a))/0x8+-parseInt(_0x4c5f03(0x187))/0x9*(-parseInt(_0x4c5f03(0x198))/0xa);if(_0x402f80===_0x405294)break;else _0x22e100['push'](_0x22e100['shift']());}catch(_0x4baf94){_0x22e100['push'](_0x22e100['shift']());}}}(_0x56ef,0x7f858));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x180497(0x183),'fontSize':_0x180497(0x18a),'textColor':_0x180497(0x1a2),'textBackgroundColor':_0x180497(0x19b),'tableBackgroundColor':'Kolor\x20tła\x20tabeli','tableBorderColor':_0x180497(0x19c),'borderWidth':_0x180497(0x170),'borderStyle':_0x180497(0x1a0),'border':_0x180497(0x1ba),'borderStyleSolid':_0x180497(0x17c),'borderStyleDash':_0x180497(0x1ae),'borderStyleDot':_0x180497(0x185),'borderStyleDashDot':'Kreska-kropka','noBorder':_0x180497(0x19d),'borderPresetAll':_0x180497(0x179),'borderPresetInner':'Obramowania\x20wewnętrzne','borderPresetOuter':_0x180497(0x177),'borderPresetTop':_0x180497(0x1b9),'borderPresetBottom':'Dolne\x20obramowanie','borderPresetLeft':_0x180497(0x173),'borderPresetRight':_0x180497(0x18d),'borderPresetInnerHorizontal':'Wewnętrzne\x20obramowanie\x20poziome','borderPresetInnerVertical':'Wewnętrzne\x20obramowanie\x20pionowe','none':_0x180497(0x19f),'horizontalAlign':_0x180497(0x196),'verticalAlign':'Wyrównanie\x20pionowe','alignLeft':_0x180497(0x193),'alignCenter':_0x180497(0x19a),'alignRight':_0x180497(0x17f),'alignJustify':_0x180497(0x1b7),'alignTop':_0x180497(0x171),'alignMiddle':_0x180497(0x1b5),'alignBottom':_0x180497(0x1a7),'mergeCells':_0x180497(0x1a6),'unmergeCells':_0x180497(0x175)},'shapePanel':{'fill':{'noFill':'Brak\x20wypełnienia','solidFill':_0x180497(0x1b4),'gradientFill':_0x180497(0x18e),'pictureFill':_0x180497(0x188),'color':_0x180497(0x1a5),'transparency':_0x180497(0x189),'picture':{'source':_0x180497(0x1bd),'insert':'Wstaw\x20obraz'}}},'structuralControls':{'selectRow':_0x180497(0x180),'selectColumn':_0x180497(0x1aa),'selectTable':_0x180497(0x1ad),'insertRow':_0x180497(0x1bc),'insertColumn':_0x180497(0x1a4),'moveRow':'Przenies\x20wiersz','moveColumn':_0x180497(0x18b),'moveRows':_0x180497(0x190),'moveColumns':_0x180497(0x18c),'cannotMoveMergedRows':_0x180497(0x197),'cannotMoveMergedColumns':_0x180497(0x1a3)},'contextMenu':{'insert':_0x180497(0x184),'delete':_0x180497(0x19e),'distribute':'Distribute','borders':_0x180497(0x1ab),'tableBackgroundColor':_0x180497(0x172),'copy':_0x180497(0x174),'cut':_0x180497(0x16f),'deleteTable':_0x180497(0x192),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x180497(0x1a9),'insertColumnRight':_0x180497(0x17b),'deleteRow':'Delete\x20row','deleteColumn':_0x180497(0x18f),'distributeRows':_0x180497(0x1ac),'distributeColumns':_0x180497(0x186),'borderAll':_0x180497(0x1bb),'borderOuter':'Outer\x20borders','borderInner':_0x180497(0x191),'borderNone':'No\x20border'},'colorPreset':{'resetColor':'Reset\x20color','white':'White','gray100':_0x180497(0x195),'primary100':_0x180497(0x1a8),'blue100':_0x180497(0x182),'green100':_0x180497(0x199),'yellow100':_0x180497(0x17e),'red100':_0x180497(0x1b0),'gray900':_0x180497(0x1be),'gray500':_0x180497(0x1b6),'red600':_0x180497(0x181),'orange600':_0x180497(0x1b2),'yellow700':'Yellow\x20700','green600':_0x180497(0x1b3),'blue600':_0x180497(0x1b1),'purple600':_0x180497(0x1a1)}}};function _0x56ef(){const _0x56dca3=['Gray\x20500','Wyjustuj','30KWnqGD','Górne\x20obramowanie','Obramowanie','All\x20borders','Wstaw\x20wiersz','Źródło\x20obrazu','Gray\x20900','2547132vZqQBH','Cut','Szerokość\x20obramowania','Wyrównaj\x20do\x20góry','Table\x20background\x20color','Lewe\x20obramowanie','Copy','Cofnij\x20scalanie\x20komórek','244lwJtga','Obramowanie\x20zewnętrzne','27385DuqWVC','Wszystkie\x20obramowania','111464NfcJty','Insert\x20column\x20right','Ciągłe','689677YNwTca','Yellow\x20100','Wyrównaj\x20do\x20prawej','Wybierz\x20wiersz','Red\x20600','Blue\x20100','Czcionka','Insert','Kropkowane','Distribute\x20columns','9UuQKWq','Wypełnienie\x20obrazem\x20lub\x20teksturą','Przezroczystość','Rozmiar\x20czcionki','Przenies\x20kolumne','Przenies\x20kolumny','Prawe\x20obramowanie','Wypełnienie\x20gradientowe','Delete\x20column','Przenies\x20wiersze','Inner\x20borders','Delete\x20table','Wyrównaj\x20do\x20lewej','143674ngPVzG','Gray\x20100','Wyrównanie\x20poziome','Nie\x20mozna\x20przenosic\x20wierszy\x20przez\x20scalone\x20komorki','2793650PZBeTA','Green\x20100','Wyrównaj\x20do\x20środka','Kolor\x20tła\x20tekstu','Kolor\x20obramowania\x20tabeli','Bez\x20obramowania','Delete','Brak','Styl\x20obramowania','Purple\x20600','Kolor\x20tekstu','Nie\x20mozna\x20przenosic\x20kolumn\x20przez\x20scalone\x20komorki','Wstaw\x20kolumne','Kolor','Scal\x20komórki','Wyrównaj\x20do\x20dołu','Primary\x20100','Insert\x20column\x20left','Wybierz\x20kolumne','Borders','Distribute\x20rows','Wybierz\x20tabele','Kreskowane','3311210WcAOtE','Red\x20100','Blue\x20600','Orange\x20600','Green\x20600','Wypełnienie\x20jednolite','Wyrównaj\x20do\x20środka\x20w\x20pionie'];_0x56ef=function(){return _0x56dca3;};return _0x56ef();}export{e as default};
1
+ const _0xa9ffbe=_0x36e7;function _0x4237(){const _0x32974f=['Rozmieść','Wstaw','Przezroczystość','Wstaw\x20wiersz','Zielony\x20600','Kursywa','Wyrównanie\x20poziome','Pomarańczowy\x20600','Obramowanie','Górne\x20obramowanie','Przenies\x20wiersze','Usuń\x20wiersz','Resetuj\x20kolor','Wybierz\x20wiersz','Niebieski\x20600','Nie\x20mozna\x20przenosic\x20kolumn\x20przez\x20scalone\x20komorki','3143yXIVPU','Kolor','Wygląd\x20tabeli','Wstaw\x20wiersz\x20powyżej','Obramowanie\x20zewnętrzne','2965970CkIgwY','Kreskowane','167TCdXsV','Wyrównaj\x20do\x20dołu','Bez\x20obramowania','Motyw\x20tabeli','Usuń\x20kolumnę','11KBPUwW','Kropkowane','Naprzemienne\x20kolumny','Wszystkie\x20obramowania','Wybierz\x20kolumne','Biały','Kolor\x20tekstu','Szary\x20900','Wiersz\x20nagłówka','Wyjustuj','Wyrównaj\x20do\x20środka','Pogrubienie','Przenies\x20kolumny','Wypełnienie\x20jednolite','7370376dnpglq','Czcionka','Wyrównanie\x20pionowe','Wewnętrzne\x20obramowania','Wybierz\x20tabele','Rozmieść\x20kolumny','Rozmieść\x20wiersze','99hFATuz','Wewnętrzne\x20obramowanie\x20pionowe','Przenies\x20kolumne','Czerwony\x20100','Średni','Czerwony\x20600','Wstaw\x20wiersz\x20poniżej','Nie\x20mozna\x20przenosic\x20wierszy\x20przez\x20scalone\x20komorki','Wyrównaj\x20do\x20góry','Zielony\x20100','Szary\x20500','Podkreślenie','Ostatnia\x20kolumna','12EsqKLW','Cofnij\x20scalanie\x20komórek','687710LuCnXo','Wiersz\x20stopki','2836GTthue','Źródło\x20obrazu','22952oIcHaY','Prawe\x20obramowanie','Wstaw\x20kolumnę\x20z\x20prawej','Pierwsza\x20kolumna','Lewe\x20obramowanie','Dolne\x20obramowanie','Usuń\x20tabelę','Kolor\x20obramowania\x20tabeli','Wyrównaj\x20do\x20prawej','Obramowania','Wypełnienie\x20obrazem\x20lub\x20teksturą','5941452WITXVf','Podstawowy\x20100','Jasny','Wyrównaj\x20do\x20środka\x20w\x20pionie','Żółty\x20700','Kreska-kropka','Fioletowy\x20600','Wstaw\x20kolumnę\x20z\x20lewej','Kolor\x20tła\x20tabeli','1181217Cstfzq'];_0x4237=function(){return _0x32974f;};return _0x4237();}(function(_0x2d3de9,_0x248538){const _0x2f40ce=_0x36e7,_0x3c5bf0=_0x2d3de9();while(!![]){try{const _0x3d2e24=parseInt(_0x2f40ce(0xb2))/0x1*(-parseInt(_0x2f40ce(0x84))/0x2)+-parseInt(_0x2f40ce(0x9a))/0x3+parseInt(_0x2f40ce(0x91))/0x4+-parseInt(_0x2f40ce(0xb0))/0x5*(parseInt(_0x2f40ce(0x80))/0x6)+-parseInt(_0x2f40ce(0xab))/0x7*(-parseInt(_0x2f40ce(0x86))/0x8)+parseInt(_0x2f40ce(0x73))/0x9*(-parseInt(_0x2f40ce(0x82))/0xa)+parseInt(_0x2f40ce(0xb7))/0xb*(parseInt(_0x2f40ce(0x6c))/0xc);if(_0x3d2e24===_0x248538)break;else _0x3c5bf0['push'](_0x3c5bf0['shift']());}catch(_0x208376){_0x3c5bf0['push'](_0x3c5bf0['shift']());}}}(_0x4237,0xc6cf8));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xa9ffbe(0x6d),'fontSize':'Rozmiar\x20czcionki','textFormat':'Format\x20tekstu','bold':_0xa9ffbe(0x69),'italic':_0xa9ffbe(0xa0),'underline':_0xa9ffbe(0x7e),'strikethrough':'Przekreślenie','textColor':_0xa9ffbe(0xbd),'textBackgroundColor':'Kolor\x20tła\x20tekstu','tableBackgroundColor':_0xa9ffbe(0x99),'tableBorderColor':_0xa9ffbe(0x8d),'borderWidth':'Szerokość\x20obramowania','borderStyle':'Styl\x20obramowania','border':_0xa9ffbe(0xa3),'borderStyleSolid':'Ciągłe','borderStyleDash':_0xa9ffbe(0xb1),'borderStyleDot':_0xa9ffbe(0xb8),'borderStyleDashDot':_0xa9ffbe(0x96),'noBorder':_0xa9ffbe(0xb4),'borderPresetAll':_0xa9ffbe(0xba),'borderPresetInner':'Obramowania\x20wewnętrzne','borderPresetOuter':_0xa9ffbe(0xaf),'borderPresetTop':_0xa9ffbe(0xa4),'borderPresetBottom':_0xa9ffbe(0x8b),'borderPresetLeft':_0xa9ffbe(0x8a),'borderPresetRight':_0xa9ffbe(0x87),'borderPresetInnerHorizontal':'Wewnętrzne\x20obramowanie\x20poziome','borderPresetInnerVertical':_0xa9ffbe(0x74),'none':'Brak','horizontalAlign':_0xa9ffbe(0xa1),'verticalAlign':_0xa9ffbe(0x6e),'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0xa9ffbe(0x68),'alignRight':_0xa9ffbe(0x8e),'alignJustify':_0xa9ffbe(0x67),'alignTop':_0xa9ffbe(0x7b),'alignMiddle':_0xa9ffbe(0x94),'alignBottom':_0xa9ffbe(0xb3),'mergeCells':'Scal\x20komórki','unmergeCells':_0xa9ffbe(0x81),'tableTheme':_0xa9ffbe(0xb5),'tableLook':_0xa9ffbe(0xad),'headerRow':_0xa9ffbe(0xbf),'footerRow':_0xa9ffbe(0x83),'bandedRows':'Naprzemienne\x20wiersze','bandedColumns':_0xa9ffbe(0xb9),'firstColumn':_0xa9ffbe(0x89),'lastColumn':_0xa9ffbe(0x7f),'bestMatch':'Najlepsze\x20dopasowanie','light':_0xa9ffbe(0x93),'medium':_0xa9ffbe(0x77),'minimal':'Minimalny'},'shapePanel':{'fill':{'noFill':'Brak\x20wypełnienia','solidFill':_0xa9ffbe(0x6b),'gradientFill':'Wypełnienie\x20gradientowe','pictureFill':_0xa9ffbe(0x90),'color':_0xa9ffbe(0xac),'transparency':_0xa9ffbe(0x9d),'picture':{'source':_0xa9ffbe(0x85),'insert':'Wstaw\x20obraz'}}},'structuralControls':{'selectRow':_0xa9ffbe(0xa8),'selectColumn':_0xa9ffbe(0xbb),'selectTable':_0xa9ffbe(0x70),'insertRow':_0xa9ffbe(0x9e),'insertColumn':'Wstaw\x20kolumne','moveRow':'Przenies\x20wiersz','moveColumn':_0xa9ffbe(0x75),'moveRows':_0xa9ffbe(0xa5),'moveColumns':_0xa9ffbe(0x6a),'cannotMoveMergedRows':_0xa9ffbe(0x7a),'cannotMoveMergedColumns':_0xa9ffbe(0xaa)},'contextMenu':{'insert':_0xa9ffbe(0x9c),'delete':'Usuń','distribute':_0xa9ffbe(0x9b),'borders':_0xa9ffbe(0x8f),'tableBackgroundColor':_0xa9ffbe(0x99),'copy':'Kopiuj','cut':'Wytnij','deleteTable':_0xa9ffbe(0x8c),'insertRowAbove':_0xa9ffbe(0xae),'insertRowBelow':_0xa9ffbe(0x79),'insertColumnLeft':_0xa9ffbe(0x98),'insertColumnRight':_0xa9ffbe(0x88),'deleteRow':_0xa9ffbe(0xa6),'deleteColumn':_0xa9ffbe(0xb6),'distributeRows':_0xa9ffbe(0x72),'distributeColumns':_0xa9ffbe(0x71),'borderAll':_0xa9ffbe(0xba),'borderOuter':'Obramowania\x20zewnętrzne','borderInner':_0xa9ffbe(0x6f),'borderNone':_0xa9ffbe(0xb4)},'colorPreset':{'resetColor':_0xa9ffbe(0xa7),'white':_0xa9ffbe(0xbc),'gray100':'Szary\x20100','primary100':_0xa9ffbe(0x92),'blue100':'Niebieski\x20100','green100':_0xa9ffbe(0x7c),'yellow100':'Żółty\x20100','red100':_0xa9ffbe(0x76),'gray900':_0xa9ffbe(0xbe),'gray500':_0xa9ffbe(0x7d),'red600':_0xa9ffbe(0x78),'orange600':_0xa9ffbe(0xa2),'yellow700':_0xa9ffbe(0x95),'green600':_0xa9ffbe(0x9f),'blue600':_0xa9ffbe(0xa9),'purple600':_0xa9ffbe(0x97)}}};function _0x36e7(_0x19f279,_0xa7a636){_0x19f279=_0x19f279-0x67;const _0x4237a9=_0x4237();let _0x36e74d=_0x4237a9[_0x19f279];return _0x36e74d;}export{e as default};
@@ -1 +1 @@
1
- const _0x141362=_0x593e;(function(_0x317ce0,_0x48db1f){const _0x3341bc=_0x593e,_0xfeb126=_0x317ce0();while(!![]){try{const _0x1027cf=parseInt(_0x3341bc(0x96))/0x1*(parseInt(_0x3341bc(0xab))/0x2)+-parseInt(_0x3341bc(0xbf))/0x3+parseInt(_0x3341bc(0xac))/0x4*(-parseInt(_0x3341bc(0xbd))/0x5)+-parseInt(_0x3341bc(0xc8))/0x6+-parseInt(_0x3341bc(0xc5))/0x7*(parseInt(_0x3341bc(0x93))/0x8)+-parseInt(_0x3341bc(0x8c))/0x9+parseInt(_0x3341bc(0xc0))/0xa;if(_0x1027cf===_0x48db1f)break;else _0xfeb126['push'](_0xfeb126['shift']());}catch(_0x3e7667){_0xfeb126['push'](_0xfeb126['shift']());}}}(_0x4765,0xa65af));function _0x593e(_0x6ed73c,_0xff3b46){_0x6ed73c=_0x6ed73c-0x87;const _0x4765b0=_0x4765();let _0x593e58=_0x4765b0[_0x6ed73c];return _0x593e58;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x141362(0xb8),'fontSize':_0x141362(0xc7),'textColor':'Cor\x20do\x20texto','textBackgroundColor':_0x141362(0xb1),'tableBackgroundColor':_0x141362(0xb6),'tableBorderColor':_0x141362(0xae),'borderWidth':_0x141362(0x89),'borderStyle':_0x141362(0x8d),'border':'Borda','borderStyleSolid':_0x141362(0xcb),'borderStyleDash':_0x141362(0xaa),'borderStyleDot':_0x141362(0x9f),'borderStyleDashDot':_0x141362(0xa3),'noBorder':_0x141362(0xc2),'borderPresetAll':_0x141362(0x95),'borderPresetInner':_0x141362(0x98),'borderPresetOuter':_0x141362(0x87),'borderPresetTop':_0x141362(0xaf),'borderPresetBottom':_0x141362(0xce),'borderPresetLeft':'Borda\x20esquerda','borderPresetRight':'Borda\x20direita','borderPresetInnerHorizontal':'Borda\x20horizontal\x20interna','borderPresetInnerVertical':'Borda\x20vertical\x20interna','none':_0x141362(0x97),'horizontalAlign':'Alinhamento\x20horizontal','verticalAlign':'Alinhamento\x20vertical','alignLeft':_0x141362(0xc9),'alignCenter':_0x141362(0x9c),'alignRight':'Alinhar\x20à\x20direita','alignJustify':_0x141362(0xb3),'alignTop':_0x141362(0xc6),'alignMiddle':'Alinhar\x20ao\x20meio','alignBottom':_0x141362(0xb0),'mergeCells':'Mesclar\x20células','unmergeCells':_0x141362(0x9e)},'shapePanel':{'fill':{'noFill':_0x141362(0xb9),'solidFill':'Preenchimento\x20sólido','gradientFill':_0x141362(0xa7),'pictureFill':_0x141362(0x99),'color':_0x141362(0x8b),'transparency':_0x141362(0xbc),'picture':{'source':_0x141362(0xc3),'insert':_0x141362(0xc4)}}},'structuralControls':{'selectRow':_0x141362(0x9b),'selectColumn':_0x141362(0x9d),'selectTable':_0x141362(0x92),'insertRow':_0x141362(0xc1),'insertColumn':_0x141362(0xcd),'moveRow':'Mover\x20linha','moveColumn':_0x141362(0x94),'moveRows':_0x141362(0x91),'moveColumns':_0x141362(0xb4),'cannotMoveMergedRows':_0x141362(0xcc),'cannotMoveMergedColumns':'Nao\x20e\x20possivel\x20mover\x20colunas\x20por\x20celulas\x20mescladas'},'contextMenu':{'insert':_0x141362(0xb2),'delete':_0x141362(0x90),'distribute':'Distribute','borders':'Borders','tableBackgroundColor':'Table\x20background\x20color','copy':_0x141362(0x88),'cut':'Cut','deleteTable':'Delete\x20table','insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0x141362(0xb5),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x141362(0xa8),'deleteRow':_0x141362(0xa9),'deleteColumn':_0x141362(0x9a),'distributeRows':_0x141362(0xa2),'distributeColumns':'Distribute\x20columns','borderAll':_0x141362(0xbb),'borderOuter':_0x141362(0xca),'borderInner':_0x141362(0x8a),'borderNone':'No\x20border'},'colorPreset':{'resetColor':'Reset\x20color','white':_0x141362(0xa6),'gray100':_0x141362(0xbe),'primary100':_0x141362(0x8e),'blue100':_0x141362(0xa5),'green100':_0x141362(0xb7),'yellow100':_0x141362(0xad),'red100':_0x141362(0xa4),'gray900':_0x141362(0xa1),'gray500':_0x141362(0xa0),'red600':_0x141362(0x8f),'orange600':'Orange\x20600','yellow700':'Yellow\x20700','green600':'Green\x20600','blue600':'Blue\x20600','purple600':_0x141362(0xba)}}};function _0x4765(){const _0x3761e4=['Alinhar\x20à\x20base','Cor\x20de\x20fundo\x20do\x20texto','Insert','Justificar','Mover\x20colunas','Insert\x20row\x20below','Cor\x20de\x20fundo\x20da\x20tabela','Green\x20100','Fonte','Sem\x20preenchimento','Purple\x20600','All\x20borders','Transparência','5KFLXZn','Gray\x20100','4057968mbmjSO','57183060wZUPkI','Inserir\x20linha','Sem\x20borda','Origem\x20da\x20imagem','Inserir\x20imagem','6923eCWufR','Alinhar\x20ao\x20topo','Tamanho\x20da\x20fonte','4169478QgyXKj','Alinhar\x20à\x20esquerda','Outer\x20borders','Sólida','Nao\x20e\x20possivel\x20mover\x20linhas\x20por\x20celulas\x20mescladas','Inserir\x20coluna','Borda\x20inferior','Borda\x20externa','Copy','Largura\x20da\x20borda','Inner\x20borders','Cor','11311335nlkybL','Estilo\x20da\x20borda','Primary\x20100','Red\x20600','Delete','Mover\x20linhas','Selecionar\x20tabela','10576EIgzfq','Mover\x20coluna','Todas\x20as\x20bordas','62DyoWNW','Nenhum','Bordas\x20internas','Preenchimento\x20com\x20imagem\x20ou\x20textura','Delete\x20column','Selecionar\x20linha','Alinhar\x20ao\x20centro','Selecionar\x20coluna','Desfazer\x20mesclagem\x20de\x20células','Pontilhada','Gray\x20500','Gray\x20900','Distribute\x20rows','Traço-ponto','Red\x20100','Blue\x20100','White','Preenchimento\x20gradiente','Insert\x20column\x20right','Delete\x20row','Tracejada','21370zeYhYS','4350172zIwhfO','Yellow\x20100','Cor\x20da\x20borda\x20da\x20tabela','Borda\x20superior'];_0x4765=function(){return _0x3761e4;};return _0x4765();}export{e as default};
1
+ const _0x1d856c=_0x562e;function _0x562e(_0xe5a9,_0x71edb3){_0xe5a9=_0xe5a9-0xff;const _0x354957=_0x3549();let _0x562ed2=_0x354957[_0xe5a9];return _0x562ed2;}(function(_0x2e018f,_0x3c9d5e){const _0x2344fe=_0x562e,_0x443bfb=_0x2e018f();while(!![]){try{const _0x129f34=-parseInt(_0x2344fe(0x125))/0x1*(-parseInt(_0x2344fe(0x10d))/0x2)+-parseInt(_0x2344fe(0x10a))/0x3+parseInt(_0x2344fe(0x11e))/0x4+parseInt(_0x2344fe(0x128))/0x5+-parseInt(_0x2344fe(0x115))/0x6*(parseInt(_0x2344fe(0x114))/0x7)+parseInt(_0x2344fe(0x13d))/0x8+-parseInt(_0x2344fe(0x121))/0x9;if(_0x129f34===_0x3c9d5e)break;else _0x443bfb['push'](_0x443bfb['shift']());}catch(_0x44a814){_0x443bfb['push'](_0x443bfb['shift']());}}}(_0x3549,0xdd2f1));function _0x3549(){const _0x156d55=['Origem\x20da\x20imagem','Borda','Estilo\x20da\x20borda','Primeira\x20coluna','Roxo\x20600','Linhas\x20em\x20faixas','Sublinhado','Inserir\x20linha\x20acima','Inserir\x20coluna','Excluir\x20linha','Distribuir\x20linhas','Inserir\x20imagem','Borda\x20esquerda','Justificar','Desfazer\x20mesclagem\x20de\x20células','Azul\x20600','Tracejada','2027706LXJObf','Negrito','Fonte','2534AjlDYP','Todas\x20as\x20bordas','Cor\x20da\x20borda\x20da\x20tabela','Verde\x20100','Alinhar\x20ao\x20centro','Linha\x20de\x20rodapé','Verde\x20600','119zBQaVz','215484mqOuJT','Alinhar\x20à\x20base','Médio','Traço-ponto','Vermelho\x20600','Alinhar\x20à\x20esquerda','Alinhar\x20à\x20direita','Mínimo','Inserir','5615712Wvscar','Tamanho\x20da\x20fonte','Borda\x20superior','8152389gkkkqo','Vermelho\x20100','Mover\x20linhas','Alinhamento\x20horizontal','41ilQJtB','Claro','Melhor\x20correspondência','120455nNbcfg','Sem\x20borda','Preenchimento\x20sólido','Bordas','Cor\x20de\x20fundo\x20da\x20tabela','Cinza\x20900','Amarelo\x20100','Nao\x20e\x20possivel\x20mover\x20colunas\x20por\x20celulas\x20mescladas','Excluir\x20coluna','Nao\x20e\x20possivel\x20mover\x20linhas\x20por\x20celulas\x20mescladas','Aparência\x20da\x20tabela','Nenhum','Borda\x20externa','Selecionar\x20tabela','Formato\x20do\x20texto','Pontilhada','Alinhamento\x20vertical','Mover\x20coluna','Itálico','Bordas\x20internas','Tachado','12946112qZuJQF','Cinza\x20100','Selecionar\x20linha','Distribuir','Mover\x20colunas','Alinhar\x20ao\x20topo','Preenchimento\x20com\x20imagem\x20ou\x20textura','Mesclar\x20células','Selecionar\x20coluna','Recortar','Excluir\x20tabela','Inserir\x20linha\x20abaixo','Excluir','Azul\x20100'];_0x3549=function(){return _0x156d55;};return _0x3549();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1d856c(0x10c),'fontSize':_0x1d856c(0x11f),'textFormat':_0x1d856c(0x136),'bold':_0x1d856c(0x10b),'italic':_0x1d856c(0x13a),'underline':_0x1d856c(0xff),'strikethrough':_0x1d856c(0x13c),'textColor':'Cor\x20do\x20texto','textBackgroundColor':'Cor\x20de\x20fundo\x20do\x20texto','tableBackgroundColor':_0x1d856c(0x12c),'tableBorderColor':_0x1d856c(0x10f),'borderWidth':'Largura\x20da\x20borda','borderStyle':_0x1d856c(0x14d),'border':_0x1d856c(0x14c),'borderStyleSolid':'Sólida','borderStyleDash':_0x1d856c(0x109),'borderStyleDot':_0x1d856c(0x137),'borderStyleDashDot':_0x1d856c(0x118),'noBorder':_0x1d856c(0x129),'borderPresetAll':_0x1d856c(0x10e),'borderPresetInner':_0x1d856c(0x13b),'borderPresetOuter':_0x1d856c(0x134),'borderPresetTop':_0x1d856c(0x120),'borderPresetBottom':'Borda\x20inferior','borderPresetLeft':_0x1d856c(0x105),'borderPresetRight':'Borda\x20direita','borderPresetInnerHorizontal':'Borda\x20horizontal\x20interna','borderPresetInnerVertical':'Borda\x20vertical\x20interna','none':_0x1d856c(0x133),'horizontalAlign':_0x1d856c(0x124),'verticalAlign':_0x1d856c(0x138),'alignLeft':_0x1d856c(0x11a),'alignCenter':_0x1d856c(0x111),'alignRight':_0x1d856c(0x11b),'alignJustify':_0x1d856c(0x106),'alignTop':_0x1d856c(0x142),'alignMiddle':'Alinhar\x20ao\x20meio','alignBottom':_0x1d856c(0x116),'mergeCells':_0x1d856c(0x144),'unmergeCells':_0x1d856c(0x107),'tableTheme':'Tema\x20da\x20tabela','tableLook':_0x1d856c(0x132),'headerRow':'Linha\x20de\x20cabeçalho','footerRow':_0x1d856c(0x112),'bandedRows':_0x1d856c(0x150),'bandedColumns':'Colunas\x20em\x20faixas','firstColumn':_0x1d856c(0x14e),'lastColumn':'Última\x20coluna','bestMatch':_0x1d856c(0x127),'light':_0x1d856c(0x126),'medium':_0x1d856c(0x117),'minimal':_0x1d856c(0x11c)},'shapePanel':{'fill':{'noFill':'Sem\x20preenchimento','solidFill':_0x1d856c(0x12a),'gradientFill':'Preenchimento\x20gradiente','pictureFill':_0x1d856c(0x143),'color':'Cor','transparency':'Transparência','picture':{'source':_0x1d856c(0x14b),'insert':_0x1d856c(0x104)}}},'structuralControls':{'selectRow':_0x1d856c(0x13f),'selectColumn':_0x1d856c(0x145),'selectTable':_0x1d856c(0x135),'insertRow':'Inserir\x20linha','insertColumn':_0x1d856c(0x101),'moveRow':'Mover\x20linha','moveColumn':_0x1d856c(0x139),'moveRows':_0x1d856c(0x123),'moveColumns':_0x1d856c(0x141),'cannotMoveMergedRows':_0x1d856c(0x131),'cannotMoveMergedColumns':_0x1d856c(0x12f)},'contextMenu':{'insert':_0x1d856c(0x11d),'delete':_0x1d856c(0x149),'distribute':_0x1d856c(0x140),'borders':_0x1d856c(0x12b),'tableBackgroundColor':_0x1d856c(0x12c),'copy':'Copiar','cut':_0x1d856c(0x146),'deleteTable':_0x1d856c(0x147),'insertRowAbove':_0x1d856c(0x100),'insertRowBelow':_0x1d856c(0x148),'insertColumnLeft':'Inserir\x20coluna\x20à\x20esquerda','insertColumnRight':'Inserir\x20coluna\x20à\x20direita','deleteRow':_0x1d856c(0x102),'deleteColumn':_0x1d856c(0x130),'distributeRows':_0x1d856c(0x103),'distributeColumns':'Distribuir\x20colunas','borderAll':'Todas\x20as\x20bordas','borderOuter':'Bordas\x20externas','borderInner':_0x1d856c(0x13b),'borderNone':'Sem\x20borda'},'colorPreset':{'resetColor':'Redefinir\x20cor','white':'Branco','gray100':_0x1d856c(0x13e),'primary100':'Principal\x20100','blue100':_0x1d856c(0x14a),'green100':_0x1d856c(0x110),'yellow100':_0x1d856c(0x12e),'red100':_0x1d856c(0x122),'gray900':_0x1d856c(0x12d),'gray500':'Cinza\x20500','red600':_0x1d856c(0x119),'orange600':'Laranja\x20600','yellow700':'Amarelo\x20700','green600':_0x1d856c(0x113),'blue600':_0x1d856c(0x108),'purple600':_0x1d856c(0x14f)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x21b4(_0x42987f,_0x5b892d){_0x42987f=_0x42987f-0x1df;const _0x5f584a=_0x5f58();let _0x21b44f=_0x5f584a[_0x42987f];return _0x21b44f;}const _0x519824=_0x21b4;(function(_0x128ce9,_0x2777b4){const _0x37830b=_0x21b4,_0x7ee82d=_0x128ce9();while(!![]){try{const _0x1dd6a7=-parseInt(_0x37830b(0x1ef))/0x1+parseInt(_0x37830b(0x1e2))/0x2*(parseInt(_0x37830b(0x225))/0x3)+-parseInt(_0x37830b(0x203))/0x4*(-parseInt(_0x37830b(0x1f9))/0x5)+-parseInt(_0x37830b(0x1ff))/0x6+parseInt(_0x37830b(0x20f))/0x7+-parseInt(_0x37830b(0x219))/0x8+-parseInt(_0x37830b(0x1e5))/0x9*(-parseInt(_0x37830b(0x21f))/0xa);if(_0x1dd6a7===_0x2777b4)break;else _0x7ee82d['push'](_0x7ee82d['shift']());}catch(_0x62a4f3){_0x7ee82d['push'](_0x7ee82d['shift']());}}}(_0x5f58,0xa81f0));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x519824(0x215),'fontSize':'Размер\x20шрифта','textColor':_0x519824(0x20b),'textBackgroundColor':'Цвет\x20фона\x20текста','tableBackgroundColor':_0x519824(0x1e1),'tableBorderColor':_0x519824(0x1ea),'borderWidth':'Толщина\x20границы','borderStyle':_0x519824(0x1fd),'border':_0x519824(0x1e6),'borderStyleSolid':_0x519824(0x211),'borderStyleDash':_0x519824(0x1e4),'borderStyleDot':'Точечная','borderStyleDashDot':_0x519824(0x21d),'noBorder':_0x519824(0x224),'borderPresetAll':_0x519824(0x1f0),'borderPresetInner':_0x519824(0x201),'borderPresetOuter':_0x519824(0x20d),'borderPresetTop':_0x519824(0x1e8),'borderPresetBottom':_0x519824(0x221),'borderPresetLeft':_0x519824(0x205),'borderPresetRight':_0x519824(0x202),'borderPresetInnerHorizontal':_0x519824(0x207),'borderPresetInnerVertical':'Внутренняя\x20вертикальная\x20граница','none':'Нет','horizontalAlign':'Горизонтальное\x20выравнивание','verticalAlign':_0x519824(0x1f6),'alignLeft':_0x519824(0x1f3),'alignCenter':_0x519824(0x1f1),'alignRight':_0x519824(0x21b),'alignJustify':_0x519824(0x204),'alignTop':'Выровнять\x20по\x20верхнему\x20краю','alignMiddle':_0x519824(0x1fb),'alignBottom':'Выровнять\x20по\x20нижнему\x20краю','mergeCells':_0x519824(0x1f2),'unmergeCells':_0x519824(0x1f7)},'shapePanel':{'fill':{'noFill':'Без\x20заливки','solidFill':'Сплошная\x20заливка','gradientFill':_0x519824(0x200),'pictureFill':_0x519824(0x1f4),'color':_0x519824(0x1ec),'transparency':_0x519824(0x222),'picture':{'source':_0x519824(0x226),'insert':_0x519824(0x21c)}}},'structuralControls':{'selectRow':_0x519824(0x1eb),'selectColumn':_0x519824(0x206),'selectTable':_0x519824(0x1fc),'insertRow':'Insert\x20row','insertColumn':_0x519824(0x20c),'moveRow':_0x519824(0x208),'moveColumn':'Move\x20column','moveRows':'Move\x20rows','moveColumns':'Move\x20columns','cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x519824(0x20e),'delete':_0x519824(0x209),'distribute':_0x519824(0x223),'borders':_0x519824(0x217),'tableBackgroundColor':_0x519824(0x21e),'copy':_0x519824(0x214),'cut':_0x519824(0x20a),'deleteTable':_0x519824(0x212),'insertRowAbove':_0x519824(0x210),'insertRowBelow':_0x519824(0x1ed),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x519824(0x1fe),'deleteRow':_0x519824(0x1f8),'deleteColumn':_0x519824(0x1ee),'distributeRows':_0x519824(0x1fa),'distributeColumns':_0x519824(0x1e7),'borderAll':'All\x20borders','borderOuter':_0x519824(0x216),'borderInner':'Inner\x20borders','borderNone':_0x519824(0x21a)},'colorPreset':{'resetColor':'Reset\x20color','white':_0x519824(0x220),'gray100':_0x519824(0x1e3),'primary100':_0x519824(0x1f5),'blue100':_0x519824(0x1e9),'green100':'Green\x20100','yellow100':_0x519824(0x228),'red100':_0x519824(0x213),'gray900':'Gray\x20900','gray500':_0x519824(0x1df),'red600':'Red\x20600','orange600':_0x519824(0x1e0),'yellow700':_0x519824(0x227),'green600':'Green\x20600','blue600':'Blue\x20600','purple600':_0x519824(0x218)}}};export{e as default};function _0x5f58(){const _0x5d0200=['Table\x20background\x20color','200SPdHLx','White','Нижняя\x20граница','Прозрачность','Distribute','Без\x20границы','141lrwUZI','Источник\x20изображения','Yellow\x20700','Yellow\x20100','Gray\x20500','Orange\x20600','Цвет\x20фона\x20таблицы','51164lYxekN','Gray\x20100','Пунктирная','534105KzWtnT','Граница','Distribute\x20columns','Верхняя\x20граница','Blue\x20100','Цвет\x20границы\x20таблицы','Select\x20row','Цвет','Insert\x20row\x20below','Delete\x20column','1083338vhWprD','Все\x20границы','Выровнять\x20по\x20центру','Объединить\x20ячейки','Выровнять\x20по\x20левому\x20краю','Заливка\x20рисунком\x20или\x20текстурой','Primary\x20100','Вертикальное\x20выравнивание','Разъединить\x20ячейки','Delete\x20row','51765sjleYx','Distribute\x20rows','Выровнять\x20по\x20середине','Select\x20table','Стиль\x20границы','Insert\x20column\x20right','4942908pOUQXK','Градиентная\x20заливка','Внутренние\x20границы','Правая\x20граница','356nOcXiB','По\x20ширине','Левая\x20граница','Select\x20column','Внутренняя\x20горизонтальная\x20граница','Move\x20row','Delete','Cut','Цвет\x20текста','Insert\x20column','Внешняя\x20граница','Insert','3399067bhVixI','Insert\x20row\x20above','Сплошная','Delete\x20table','Red\x20100','Copy','Шрифт','Outer\x20borders','Borders','Purple\x20600','9603776HRXzjF','No\x20border','Выровнять\x20по\x20правому\x20краю','Вставить\x20изображение','Штрихпунктирная'];_0x5f58=function(){return _0x5d0200;};return _0x5f58();}
1
+ function _0x5a16(_0x42454d,_0x25a52b){_0x42454d=_0x42454d-0x129;const _0x4dfdf8=_0x4dfd();let _0x5a1683=_0x4dfdf8[_0x42454d];return _0x5a1683;}function _0x4dfd(){const _0x4169e4=['Граница','Красный\x20600','Вставить\x20изображение','Вырезать','Выровнять\x20по\x20середине','Цвет','Тема\x20таблицы','Цвет\x20фона\x20текста','Минимальная','Цвет\x20фона\x20таблицы','Оранжевый\x20600','Вставить\x20строку','4oFBJHf','Все\x20границы','Переместить\x20столбец','Нельзя\x20перемещать\x20строки\x20через\x20объединенные\x20ячейки','Пунктирная','Левая\x20граница','Внутренняя\x20горизонтальная\x20граница','Серый\x20500','Сплошная','Строка\x20заголовка','Выровнять\x20по\x20нижнему\x20краю','Фиолетовый\x20600','Синий\x20600','Синий\x20100','Выровнять\x20по\x20левому\x20краю','739836znzyBa','Вставить\x20строку\x20выше','Основной\x20100','Сбросить\x20цвет','Вид\x20таблицы','Внешняя\x20граница','Удалить\x20столбец','Распределить\x20строки','Выровнять\x20по\x20правому\x20краю','Распределить','Подчеркнутый','Удалить\x20строку','Без\x20границы','Верхняя\x20граница','Цвет\x20текста','Переместить\x20строку','Цвет\x20границы\x20таблицы','Чередующиеся\x20строки','86967XXuYHB','Вставить\x20строку\x20ниже','Формат\x20текста','Светлая','525573djQjzm','2019171XwNjAd','4634285sTeHqy','Полужирный','Выровнять\x20по\x20центру','Выбрать\x20столбец','12187kEcaHO','Внутренние\x20границы','Нельзя\x20перемещать\x20столбцы\x20через\x20объединенные\x20ячейки','Серый\x20900','Вставить\x20столбец\x20справа','Красный\x20100','146770ZqxNir','Горизонтальное\x20выравнивание','Толщина\x20границы','Выровнять\x20по\x20верхнему\x20краю','Сплошная\x20заливка','Градиентная\x20заливка','Переместить\x20столбцы','Зеленый\x20600','Удалить','Белый','1812IEtdhk','12YmotoN','Правая\x20граница','Строка\x20итогов','Желтый\x20700','Средний','Прозрачность','Копировать','Источник\x20изображения','Внутренняя\x20вертикальная\x20граница','По\x20ширине','Размер\x20шрифта','Переместить\x20строки','Чередующиеся\x20столбцы','Нижняя\x20граница','Штрихпунктирная','Лучшее\x20совпадение','Вставить\x20столбец\x20слева','Удалить\x20таблицу','Объединить\x20ячейки','848ARIAVm','Без\x20границ','Точечная','Вставить'];_0x4dfd=function(){return _0x4169e4;};return _0x4dfd();}const _0x19ec1f=_0x5a16;(function(_0xba8b1b,_0x20dcf5){const _0x51c37f=_0x5a16,_0x24a4c7=_0xba8b1b();while(!![]){try{const _0x2b1e51=parseInt(_0x51c37f(0x12d))/0x1*(parseInt(_0x51c37f(0x167))/0x2)+-parseInt(_0x51c37f(0x176))/0x3*(-parseInt(_0x51c37f(0x144))/0x4)+-parseInt(_0x51c37f(0x12f))/0x5+parseInt(_0x51c37f(0x143))/0x6*(parseInt(_0x51c37f(0x133))/0x7)+-parseInt(_0x51c37f(0x157))/0x8*(parseInt(_0x51c37f(0x129))/0x9)+parseInt(_0x51c37f(0x139))/0xa+parseInt(_0x51c37f(0x12e))/0xb;if(_0x2b1e51===_0x20dcf5)break;else _0x24a4c7['push'](_0x24a4c7['shift']());}catch(_0x104592){_0x24a4c7['push'](_0x24a4c7['shift']());}}}(_0x4dfd,0x89a9b));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Шрифт','fontSize':_0x19ec1f(0x14e),'textFormat':_0x19ec1f(0x12b),'bold':_0x19ec1f(0x130),'italic':'Курсив','underline':_0x19ec1f(0x180),'strikethrough':'Зачеркнутый','textColor':_0x19ec1f(0x184),'textBackgroundColor':_0x19ec1f(0x162),'tableBackgroundColor':_0x19ec1f(0x164),'tableBorderColor':_0x19ec1f(0x186),'borderWidth':_0x19ec1f(0x13b),'borderStyle':'Стиль\x20границы','border':_0x19ec1f(0x15b),'borderStyleSolid':_0x19ec1f(0x16f),'borderStyleDash':_0x19ec1f(0x16b),'borderStyleDot':_0x19ec1f(0x159),'borderStyleDashDot':_0x19ec1f(0x152),'noBorder':_0x19ec1f(0x182),'borderPresetAll':_0x19ec1f(0x168),'borderPresetInner':_0x19ec1f(0x134),'borderPresetOuter':_0x19ec1f(0x17b),'borderPresetTop':_0x19ec1f(0x183),'borderPresetBottom':_0x19ec1f(0x151),'borderPresetLeft':_0x19ec1f(0x16c),'borderPresetRight':_0x19ec1f(0x145),'borderPresetInnerHorizontal':_0x19ec1f(0x16d),'borderPresetInnerVertical':_0x19ec1f(0x14c),'none':'Нет','horizontalAlign':_0x19ec1f(0x13a),'verticalAlign':'Вертикальное\x20выравнивание','alignLeft':_0x19ec1f(0x175),'alignCenter':_0x19ec1f(0x131),'alignRight':_0x19ec1f(0x17e),'alignJustify':_0x19ec1f(0x14d),'alignTop':_0x19ec1f(0x13c),'alignMiddle':_0x19ec1f(0x15f),'alignBottom':_0x19ec1f(0x171),'mergeCells':_0x19ec1f(0x156),'unmergeCells':'Разъединить\x20ячейки','tableTheme':_0x19ec1f(0x161),'tableLook':_0x19ec1f(0x17a),'headerRow':_0x19ec1f(0x170),'footerRow':_0x19ec1f(0x146),'bandedRows':_0x19ec1f(0x187),'bandedColumns':_0x19ec1f(0x150),'firstColumn':'Первый\x20столбец','lastColumn':'Последний\x20столбец','bestMatch':_0x19ec1f(0x153),'light':_0x19ec1f(0x12c),'medium':_0x19ec1f(0x148),'minimal':_0x19ec1f(0x163)},'shapePanel':{'fill':{'noFill':'Без\x20заливки','solidFill':_0x19ec1f(0x13d),'gradientFill':_0x19ec1f(0x13e),'pictureFill':'Заливка\x20рисунком\x20или\x20текстурой','color':_0x19ec1f(0x160),'transparency':_0x19ec1f(0x149),'picture':{'source':_0x19ec1f(0x14b),'insert':_0x19ec1f(0x15d)}}},'structuralControls':{'selectRow':'Выбрать\x20строку','selectColumn':_0x19ec1f(0x132),'selectTable':'Выбрать\x20таблицу','insertRow':_0x19ec1f(0x166),'insertColumn':'Вставить\x20столбец','moveRow':_0x19ec1f(0x185),'moveColumn':_0x19ec1f(0x169),'moveRows':_0x19ec1f(0x14f),'moveColumns':_0x19ec1f(0x13f),'cannotMoveMergedRows':_0x19ec1f(0x16a),'cannotMoveMergedColumns':_0x19ec1f(0x135)},'contextMenu':{'insert':_0x19ec1f(0x15a),'delete':_0x19ec1f(0x141),'distribute':_0x19ec1f(0x17f),'borders':'Границы','tableBackgroundColor':'Цвет\x20фона\x20таблицы','copy':_0x19ec1f(0x14a),'cut':_0x19ec1f(0x15e),'deleteTable':_0x19ec1f(0x155),'insertRowAbove':_0x19ec1f(0x177),'insertRowBelow':_0x19ec1f(0x12a),'insertColumnLeft':_0x19ec1f(0x154),'insertColumnRight':_0x19ec1f(0x137),'deleteRow':_0x19ec1f(0x181),'deleteColumn':_0x19ec1f(0x17c),'distributeRows':_0x19ec1f(0x17d),'distributeColumns':'Распределить\x20столбцы','borderAll':_0x19ec1f(0x168),'borderOuter':'Внешние\x20границы','borderInner':_0x19ec1f(0x134),'borderNone':_0x19ec1f(0x158)},'colorPreset':{'resetColor':_0x19ec1f(0x179),'white':_0x19ec1f(0x142),'gray100':'Серый\x20100','primary100':_0x19ec1f(0x178),'blue100':_0x19ec1f(0x174),'green100':'Зеленый\x20100','yellow100':'Желтый\x20100','red100':_0x19ec1f(0x138),'gray900':_0x19ec1f(0x136),'gray500':_0x19ec1f(0x16e),'red600':_0x19ec1f(0x15c),'orange600':_0x19ec1f(0x165),'yellow700':_0x19ec1f(0x147),'green600':_0x19ec1f(0x140),'blue600':_0x19ec1f(0x173),'purple600':_0x19ec1f(0x172)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x26d1d3=_0x3557;(function(_0xd845ef,_0x28cbdf){const _0x40189d=_0x3557,_0x42025f=_0xd845ef();while(!![]){try{const _0x2499cf=parseInt(_0x40189d(0x217))/0x1*(-parseInt(_0x40189d(0x1ea))/0x2)+-parseInt(_0x40189d(0x1d7))/0x3+parseInt(_0x40189d(0x1e7))/0x4+-parseInt(_0x40189d(0x207))/0x5*(parseInt(_0x40189d(0x1f5))/0x6)+parseInt(_0x40189d(0x1f6))/0x7+-parseInt(_0x40189d(0x1dd))/0x8+parseInt(_0x40189d(0x200))/0x9*(parseInt(_0x40189d(0x211))/0xa);if(_0x2499cf===_0x28cbdf)break;else _0x42025f['push'](_0x42025f['shift']());}catch(_0x50b394){_0x42025f['push'](_0x42025f['shift']());}}}(_0x5470,0x5101f));function _0x3557(_0x222e99,_0x530a09){_0x222e99=_0x222e99-0x1cf;const _0x54706f=_0x5470();let _0x3557f7=_0x54706f[_0x222e99];return _0x3557f7;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x26d1d3(0x1e5),'fontSize':'Veľkosť\x20písma','textColor':_0x26d1d3(0x210),'textBackgroundColor':'Farba\x20pozadia\x20textu','tableBackgroundColor':_0x26d1d3(0x20e),'tableBorderColor':_0x26d1d3(0x20d),'borderWidth':'Hrúbka\x20orámovania','borderStyle':_0x26d1d3(0x1f4),'border':_0x26d1d3(0x1fa),'borderStyleSolid':_0x26d1d3(0x20a),'borderStyleDash':'Čiarkovaná','borderStyleDot':_0x26d1d3(0x1e4),'borderStyleDashDot':_0x26d1d3(0x1ee),'noBorder':_0x26d1d3(0x1fd),'borderPresetAll':_0x26d1d3(0x1f7),'borderPresetInner':_0x26d1d3(0x214),'borderPresetOuter':_0x26d1d3(0x1fe),'borderPresetTop':'Horné\x20orámovanie','borderPresetBottom':_0x26d1d3(0x21a),'borderPresetLeft':'Ľavé\x20orámovanie','borderPresetRight':_0x26d1d3(0x205),'borderPresetInnerHorizontal':_0x26d1d3(0x206),'borderPresetInnerVertical':_0x26d1d3(0x1de),'none':_0x26d1d3(0x204),'horizontalAlign':_0x26d1d3(0x1d0),'verticalAlign':'Zvislé\x20zarovnanie','alignLeft':_0x26d1d3(0x21b),'alignCenter':_0x26d1d3(0x1f2),'alignRight':_0x26d1d3(0x1d6),'alignJustify':_0x26d1d3(0x209),'alignTop':'Zarovnať\x20nahor','alignMiddle':_0x26d1d3(0x1e1),'alignBottom':_0x26d1d3(0x20b),'mergeCells':_0x26d1d3(0x218),'unmergeCells':'Zrušiť\x20zlúčenie\x20buniek'},'shapePanel':{'fill':{'noFill':_0x26d1d3(0x202),'solidFill':_0x26d1d3(0x1da),'gradientFill':'Prechodová\x20výplň','pictureFill':_0x26d1d3(0x1fb),'color':'Farba','transparency':_0x26d1d3(0x1e9),'picture':{'source':_0x26d1d3(0x1dc),'insert':_0x26d1d3(0x219)}}},'structuralControls':{'selectRow':_0x26d1d3(0x1f8),'selectColumn':_0x26d1d3(0x1e8),'selectTable':_0x26d1d3(0x1ef),'insertRow':_0x26d1d3(0x1f9),'insertColumn':_0x26d1d3(0x21c),'moveRow':_0x26d1d3(0x1cf),'moveColumn':_0x26d1d3(0x1e3),'moveRows':'Presunut\x20riadky','moveColumns':_0x26d1d3(0x1e2),'cannotMoveMergedRows':_0x26d1d3(0x20c),'cannotMoveMergedColumns':_0x26d1d3(0x212)},'contextMenu':{'insert':_0x26d1d3(0x215),'delete':_0x26d1d3(0x216),'distribute':'Distribute','borders':_0x26d1d3(0x213),'tableBackgroundColor':_0x26d1d3(0x20f),'copy':_0x26d1d3(0x1ed),'cut':_0x26d1d3(0x1d3),'deleteTable':_0x26d1d3(0x1f0),'insertRowAbove':_0x26d1d3(0x1df),'insertRowBelow':_0x26d1d3(0x1d5),'insertColumnLeft':_0x26d1d3(0x1d8),'insertColumnRight':_0x26d1d3(0x1d9),'deleteRow':_0x26d1d3(0x1e6),'deleteColumn':_0x26d1d3(0x1fc),'distributeRows':'Distribute\x20rows','distributeColumns':'Distribute\x20columns','borderAll':_0x26d1d3(0x1d4),'borderOuter':_0x26d1d3(0x201),'borderInner':_0x26d1d3(0x1d1),'borderNone':_0x26d1d3(0x1f1)},'colorPreset':{'resetColor':'Reset\x20color','white':_0x26d1d3(0x1d2),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x26d1d3(0x1ff),'green100':'Green\x20100','yellow100':_0x26d1d3(0x1db),'red100':_0x26d1d3(0x1f3),'gray900':'Gray\x20900','gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0x26d1d3(0x208),'yellow700':_0x26d1d3(0x1eb),'green600':_0x26d1d3(0x1ec),'blue600':_0x26d1d3(0x1e0),'purple600':_0x26d1d3(0x203)}}};export{e as default};function _0x5470(){const _0x508d54=['Presunut\x20stlpec','Bodkovaná','Písmo','Delete\x20row','2240308hTNyLT','Vybrat\x20stlpec','Priehľadnosť','8726mKKHxi','Yellow\x20700','Green\x20600','Copy','Čiarka-bodka','Vybrat\x20tabulku','Delete\x20table','No\x20border','Zarovnať\x20na\x20stred','Red\x20100','Štýl\x20orámovania','628692upZbDE','3063781njZAky','Všetky\x20orámovania','Vybrat\x20riadok','Vlozit\x20riadok','Orámovanie','Výplň\x20obrázkom\x20alebo\x20textúrou','Delete\x20column','Bez\x20orámovania','Vonkajšie\x20orámovanie','Blue\x20100','180MoFqfC','Outer\x20borders','Bez\x20výplne','Purple\x20600','Žiadne','Pravé\x20orámovanie','Vnútorné\x20vodorovné\x20orámovanie','30lneBBd','Orange\x20600','Zarovnať\x20do\x20bloku','Plná\x20čiara','Zarovnať\x20nadol','Riadky\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Farba\x20orámovania\x20tabuľky','Farba\x20pozadia\x20tabuľky','Table\x20background\x20color','Farba\x20textu','70940vqfUMi','Stlpce\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Borders','Vnútorné\x20orámovania','Insert','Delete','7MCWmbp','Zlúčiť\x20bunky','Vložiť\x20obrázok','Dolné\x20orámovanie','Zarovnať\x20doľava','Vlozit\x20stlpec','Presunut\x20riadok','Vodorovné\x20zarovnanie','Inner\x20borders','White','Cut','All\x20borders','Insert\x20row\x20below','Zarovnať\x20doprava','330117YIMvSb','Insert\x20column\x20left','Insert\x20column\x20right','Plná\x20výplň','Yellow\x20100','Zdroj\x20obrázka','308488qfIEPb','Vnútorné\x20zvislé\x20orámovanie','Insert\x20row\x20above','Blue\x20600','Zarovnať\x20na\x20stred\x20zvisle','Presunut\x20stlpce'];_0x5470=function(){return _0x508d54;};return _0x5470();}
1
+ const _0x4a6a32=_0x1a92;(function(_0x257992,_0x3a8c69){const _0x4474a2=_0x1a92,_0x31e5a3=_0x257992();while(!![]){try{const _0x3496b9=parseInt(_0x4474a2(0x1d6))/0x1+parseInt(_0x4474a2(0x1ce))/0x2*(parseInt(_0x4474a2(0x1a8))/0x3)+parseInt(_0x4474a2(0x1c5))/0x4+parseInt(_0x4474a2(0x1b0))/0x5*(parseInt(_0x4474a2(0x1f2))/0x6)+-parseInt(_0x4474a2(0x1b4))/0x7*(parseInt(_0x4474a2(0x1bf))/0x8)+parseInt(_0x4474a2(0x1c8))/0x9*(parseInt(_0x4474a2(0x1f0))/0xa)+parseInt(_0x4474a2(0x1a5))/0xb*(-parseInt(_0x4474a2(0x1f5))/0xc);if(_0x3496b9===_0x3a8c69)break;else _0x31e5a3['push'](_0x31e5a3['shift']());}catch(_0x4f153f){_0x31e5a3['push'](_0x31e5a3['shift']());}}}(_0x4fd9,0xe6057));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4a6a32(0x1a2),'fontSize':_0x4a6a32(0x1c6),'textFormat':_0x4a6a32(0x1c7),'bold':_0x4a6a32(0x1a3),'italic':'Kurzíva','underline':_0x4a6a32(0x1cd),'strikethrough':'Prečiarknuté','textColor':'Farba\x20textu','textBackgroundColor':_0x4a6a32(0x1ae),'tableBackgroundColor':_0x4a6a32(0x1a7),'tableBorderColor':'Farba\x20orámovania\x20tabuľky','borderWidth':_0x4a6a32(0x1e8),'borderStyle':'Štýl\x20orámovania','border':_0x4a6a32(0x1e6),'borderStyleSolid':_0x4a6a32(0x1b3),'borderStyleDash':_0x4a6a32(0x1cc),'borderStyleDot':_0x4a6a32(0x1ac),'borderStyleDashDot':_0x4a6a32(0x1ad),'noBorder':'Bez\x20orámovania','borderPresetAll':_0x4a6a32(0x1a1),'borderPresetInner':_0x4a6a32(0x1d5),'borderPresetOuter':_0x4a6a32(0x1ef),'borderPresetTop':_0x4a6a32(0x1ba),'borderPresetBottom':_0x4a6a32(0x1ec),'borderPresetLeft':_0x4a6a32(0x1f1),'borderPresetRight':_0x4a6a32(0x1b1),'borderPresetInnerHorizontal':_0x4a6a32(0x1c4),'borderPresetInnerVertical':'Vnútorné\x20zvislé\x20orámovanie','none':_0x4a6a32(0x1a4),'horizontalAlign':'Vodorovné\x20zarovnanie','verticalAlign':_0x4a6a32(0x1e2),'alignLeft':_0x4a6a32(0x1f4),'alignCenter':_0x4a6a32(0x1e5),'alignRight':_0x4a6a32(0x1b8),'alignJustify':'Zarovnať\x20do\x20bloku','alignTop':_0x4a6a32(0x1bb),'alignMiddle':_0x4a6a32(0x1be),'alignBottom':_0x4a6a32(0x1c1),'mergeCells':_0x4a6a32(0x1bd),'unmergeCells':_0x4a6a32(0x1e3),'tableTheme':'Motív\x20tabuľky','tableLook':_0x4a6a32(0x1e4),'headerRow':'Riadok\x20hlavičky','footerRow':_0x4a6a32(0x1db),'bandedRows':'Pruhované\x20riadky','bandedColumns':_0x4a6a32(0x1d8),'firstColumn':_0x4a6a32(0x1dd),'lastColumn':'Posledný\x20stĺpec','bestMatch':'Najlepšia\x20zhoda','light':_0x4a6a32(0x1d9),'medium':_0x4a6a32(0x1da),'minimal':_0x4a6a32(0x1b7)},'shapePanel':{'fill':{'noFill':_0x4a6a32(0x1c3),'solidFill':_0x4a6a32(0x1de),'gradientFill':'Prechodová\x20výplň','pictureFill':_0x4a6a32(0x1df),'color':'Farba','transparency':_0x4a6a32(0x1b6),'picture':{'source':_0x4a6a32(0x1bc),'insert':_0x4a6a32(0x1c9)}}},'structuralControls':{'selectRow':_0x4a6a32(0x1d2),'selectColumn':'Vybrat\x20stlpec','selectTable':_0x4a6a32(0x1ab),'insertRow':_0x4a6a32(0x1e0),'insertColumn':_0x4a6a32(0x1b9),'moveRow':_0x4a6a32(0x1d0),'moveColumn':_0x4a6a32(0x1dc),'moveRows':_0x4a6a32(0x1a0),'moveColumns':_0x4a6a32(0x1ed),'cannotMoveMergedRows':'Riadky\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','cannotMoveMergedColumns':_0x4a6a32(0x1e7)},'contextMenu':{'insert':_0x4a6a32(0x1d3),'delete':_0x4a6a32(0x1e9),'distribute':_0x4a6a32(0x1af),'borders':'Orámovanie','tableBackgroundColor':_0x4a6a32(0x1a7),'copy':'Kopírovať','cut':_0x4a6a32(0x1d1),'deleteTable':'Odstrániť\x20tabuľku','insertRowAbove':_0x4a6a32(0x1aa),'insertRowBelow':_0x4a6a32(0x1f3),'insertColumnLeft':_0x4a6a32(0x1a9),'insertColumnRight':_0x4a6a32(0x1cf),'deleteRow':'Odstrániť\x20riadok','deleteColumn':'Odstrániť\x20stĺpec','distributeRows':_0x4a6a32(0x1c2),'distributeColumns':_0x4a6a32(0x1d7),'borderAll':_0x4a6a32(0x1a1),'borderOuter':_0x4a6a32(0x1ea),'borderInner':_0x4a6a32(0x1d5),'borderNone':_0x4a6a32(0x1b2)},'colorPreset':{'resetColor':'Obnoviť\x20farbu','white':_0x4a6a32(0x1ca),'gray100':'Sivá\x20100','primary100':'Primárna\x20100','blue100':_0x4a6a32(0x1f6),'green100':'Zelená\x20100','yellow100':_0x4a6a32(0x1ee),'red100':_0x4a6a32(0x1c0),'gray900':_0x4a6a32(0x1cb),'gray500':'Sivá\x20500','red600':'Červená\x20600','orange600':_0x4a6a32(0x1d4),'yellow700':_0x4a6a32(0x1a6),'green600':_0x4a6a32(0x1e1),'blue600':_0x4a6a32(0x1eb),'purple600':_0x4a6a32(0x1b5)}}};function _0x4fd9(){const _0x24c078=['Bodkovaná','Čiarka-bodka','Farba\x20pozadia\x20textu','Rozložiť','1140xkObHR','Pravé\x20orámovanie','Bez\x20orámovania','Plná\x20čiara','9605183qOJNtb','Fialová\x20600','Priehľadnosť','Minimálny','Zarovnať\x20doprava','Vlozit\x20stlpec','Horné\x20orámovanie','Zarovnať\x20nahor','Zdroj\x20obrázka','Zlúčiť\x20bunky','Zarovnať\x20na\x20stred\x20zvisle','8ntBtMP','Červená\x20100','Zarovnať\x20nadol','Rozložiť\x20riadky','Bez\x20výplne','Vnútorné\x20vodorovné\x20orámovanie','7123788KlPDhz','Veľkosť\x20písma','Formát\x20textu','3792492ThZzhd','Vložiť\x20obrázok','Biela','Sivá\x20900','Čiarkovaná','Podčiarknuté','1678ojfNOg','Vložiť\x20stĺpec\x20vpravo','Presunut\x20riadok','Vystrihnúť','Vybrat\x20riadok','Vložiť','Oranžová\x20600','Vnútorné\x20orámovania','1689517IDZVDF','Rozložiť\x20stĺpce','Pruhované\x20stĺpce','Svetlý','Stredná','Riadok\x20päty','Presunut\x20stlpec','Prvý\x20stĺpec','Plná\x20výplň','Výplň\x20obrázkom\x20alebo\x20textúrou','Vlozit\x20riadok','Zelená\x20600','Zvislé\x20zarovnanie','Zrušiť\x20zlúčenie\x20buniek','Vzhľad\x20tabuľky','Zarovnať\x20na\x20stred','Orámovanie','Stlpce\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Hrúbka\x20orámovania','Odstrániť','Vonkajšie\x20orámovania','Modrá\x20600','Dolné\x20orámovanie','Presunut\x20stlpce','Žltá\x20100','Vonkajšie\x20orámovanie','20RXufmM','Ľavé\x20orámovanie','3342wyFCtg','Vložiť\x20riadok\x20pod','Zarovnať\x20doľava','54084XpXmLF','Modrá\x20100','Presunut\x20riadky','Všetky\x20orámovania','Písmo','Tučné','Žiadne','9757XxyMuS','Žltá\x20700','Farba\x20pozadia\x20tabuľky','6693JpWAeI','Vložiť\x20stĺpec\x20vľavo','Vložiť\x20riadok\x20nad','Vybrat\x20tabulku'];_0x4fd9=function(){return _0x24c078;};return _0x4fd9();}function _0x1a92(_0x2350fe,_0x17b295){_0x2350fe=_0x2350fe-0x1a0;const _0x4fd915=_0x4fd9();let _0x1a924a=_0x4fd915[_0x2350fe];return _0x1a924a;}export{e as default};
@@ -1 +1 @@
1
- const _0xcadbb3=_0x56f9;(function(_0x3679c9,_0x3133b6){const _0x3d1d66=_0x56f9,_0x56c666=_0x3679c9();while(!![]){try{const _0x553b65=-parseInt(_0x3d1d66(0x1bc))/0x1*(parseInt(_0x3d1d66(0x1b1))/0x2)+-parseInt(_0x3d1d66(0x1c8))/0x3*(-parseInt(_0x3d1d66(0x1d1))/0x4)+parseInt(_0x3d1d66(0x1b6))/0x5+parseInt(_0x3d1d66(0x1de))/0x6*(parseInt(_0x3d1d66(0x1c9))/0x7)+parseInt(_0x3d1d66(0x1c0))/0x8+-parseInt(_0x3d1d66(0x1f0))/0x9+-parseInt(_0x3d1d66(0x1e9))/0xa;if(_0x553b65===_0x3133b6)break;else _0x56c666['push'](_0x56c666['shift']());}catch(_0x284cdc){_0x56c666['push'](_0x56c666['shift']());}}}(_0x1bd0,0x529fb));function _0x1bd0(){const _0x4211b9=['1923057CHKdwm','7udDsNU','Tô\x20màu\x20đặc','No\x20border','Distribute','Nét\x20đứt','Insert\x20row\x20below','Delete','Khong\x20the\x20di\x20chuyen\x20cot\x20qua\x20o\x20da\x20hop\x20nhat','4UVrqnw','Căn\x20dọc','Kiểu\x20viền','Reset\x20color','Viền\x20ngang\x20bên\x20trong','Distribute\x20columns','Borders','All\x20borders','Căn\x20ngang','Blue\x20100','Insert\x20column\x20left','Không\x20tô','Chèn\x20hình\x20ảnh','813402ERhLQN','Cut','Di\x20chuyen\x20hang','Red\x20100','Insert','Green\x20100','Delete\x20column','Green\x20600','Di\x20chuyen\x20cot','Chon\x20bang','Blue\x20600','616130uDWsav','Nguồn\x20hình\x20ảnh','Căn\x20phải','Nét\x20chấm','Viền\x20bên\x20trong','Tất\x20cả\x20viền','Delete\x20table','5249466qQyFYt','Yellow\x20700','Di\x20chuyen\x20cac\x20hang','Copy','Table\x20background\x20color','Viền\x20phải','Chen\x20hang','Outer\x20borders','Viền\x20trái','Phông\x20chữ','Không','Viền\x20bên\x20ngoài','Tô\x20màu\x20gradient','Căn\x20trên','Màu\x20viền\x20bảng','Gray\x20100','728126ZCXeyq','Màu\x20nền\x20bảng','Distribute\x20rows','Primary\x20100','Viền\x20dọc\x20bên\x20trong','2242555uUzEmh','Căn\x20đều','Không\x20viền','Viền\x20dưới','Delete\x20row','Cỡ\x20chữ','1NgtcxH','Chen\x20cot','Khong\x20the\x20di\x20chuyen\x20hang\x20qua\x20o\x20da\x20hop\x20nhat','Căn\x20dưới','978240jbzbfw','Màu\x20chữ','Độ\x20trong\x20suốt','Màu\x20nền\x20chữ','Màu','Insert\x20column\x20right','Viền\x20trên','Căn\x20giữa\x20dọc'];_0x1bd0=function(){return _0x4211b9;};return _0x1bd0();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xcadbb3(0x1aa),'fontSize':_0xcadbb3(0x1bb),'textColor':_0xcadbb3(0x1c1),'textBackgroundColor':_0xcadbb3(0x1c3),'tableBackgroundColor':_0xcadbb3(0x1b2),'tableBorderColor':_0xcadbb3(0x1af),'borderWidth':'Độ\x20dày\x20viền','borderStyle':_0xcadbb3(0x1d3),'border':'Viền','borderStyleSolid':'Liền','borderStyleDash':_0xcadbb3(0x1cd),'borderStyleDot':_0xcadbb3(0x1ec),'borderStyleDashDot':'Gạch\x20chấm','noBorder':_0xcadbb3(0x1b8),'borderPresetAll':_0xcadbb3(0x1ee),'borderPresetInner':_0xcadbb3(0x1ed),'borderPresetOuter':_0xcadbb3(0x1ac),'borderPresetTop':_0xcadbb3(0x1c6),'borderPresetBottom':_0xcadbb3(0x1b9),'borderPresetLeft':_0xcadbb3(0x1a9),'borderPresetRight':_0xcadbb3(0x1a6),'borderPresetInnerHorizontal':_0xcadbb3(0x1d5),'borderPresetInnerVertical':_0xcadbb3(0x1b5),'none':_0xcadbb3(0x1ab),'horizontalAlign':_0xcadbb3(0x1d9),'verticalAlign':_0xcadbb3(0x1d2),'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0xcadbb3(0x1eb),'alignJustify':_0xcadbb3(0x1b7),'alignTop':_0xcadbb3(0x1ae),'alignMiddle':_0xcadbb3(0x1c7),'alignBottom':_0xcadbb3(0x1bf),'mergeCells':'Hợp\x20nhất\x20ô','unmergeCells':'Tách\x20ô'},'shapePanel':{'fill':{'noFill':_0xcadbb3(0x1dc),'solidFill':_0xcadbb3(0x1ca),'gradientFill':_0xcadbb3(0x1ad),'pictureFill':'Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','color':_0xcadbb3(0x1c4),'transparency':_0xcadbb3(0x1c2),'picture':{'source':_0xcadbb3(0x1ea),'insert':_0xcadbb3(0x1dd)}}},'structuralControls':{'selectRow':'Chon\x20hang','selectColumn':'Chon\x20cot','selectTable':_0xcadbb3(0x1e7),'insertRow':_0xcadbb3(0x1a7),'insertColumn':_0xcadbb3(0x1bd),'moveRow':_0xcadbb3(0x1e0),'moveColumn':_0xcadbb3(0x1e6),'moveRows':_0xcadbb3(0x1a3),'moveColumns':'Di\x20chuyen\x20cac\x20cot','cannotMoveMergedRows':_0xcadbb3(0x1be),'cannotMoveMergedColumns':_0xcadbb3(0x1d0)},'contextMenu':{'insert':_0xcadbb3(0x1e2),'delete':_0xcadbb3(0x1cf),'distribute':_0xcadbb3(0x1cc),'borders':_0xcadbb3(0x1d7),'tableBackgroundColor':_0xcadbb3(0x1a5),'copy':_0xcadbb3(0x1a4),'cut':_0xcadbb3(0x1df),'deleteTable':_0xcadbb3(0x1ef),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0xcadbb3(0x1ce),'insertColumnLeft':_0xcadbb3(0x1db),'insertColumnRight':_0xcadbb3(0x1c5),'deleteRow':_0xcadbb3(0x1ba),'deleteColumn':_0xcadbb3(0x1e4),'distributeRows':_0xcadbb3(0x1b3),'distributeColumns':_0xcadbb3(0x1d6),'borderAll':_0xcadbb3(0x1d8),'borderOuter':_0xcadbb3(0x1a8),'borderInner':'Inner\x20borders','borderNone':_0xcadbb3(0x1cb)},'colorPreset':{'resetColor':_0xcadbb3(0x1d4),'white':'White','gray100':_0xcadbb3(0x1b0),'primary100':_0xcadbb3(0x1b4),'blue100':_0xcadbb3(0x1da),'green100':_0xcadbb3(0x1e3),'yellow100':'Yellow\x20100','red100':_0xcadbb3(0x1e1),'gray900':'Gray\x20900','gray500':'Gray\x20500','red600':'Red\x20600','orange600':'Orange\x20600','yellow700':_0xcadbb3(0x1f1),'green600':_0xcadbb3(0x1e5),'blue600':_0xcadbb3(0x1e8),'purple600':'Purple\x20600'}}};function _0x56f9(_0x4c3cac,_0x149c91){_0x4c3cac=_0x4c3cac-0x1a3;const _0x1bd025=_0x1bd0();let _0x56f94a=_0x1bd025[_0x4c3cac];return _0x56f94a;}export{e as default};
1
+ function _0x4d48(_0x5ecca7,_0x4bb997){_0x5ecca7=_0x5ecca7-0x1e8;const _0x53409d=_0x5340();let _0x4d4808=_0x53409d[_0x5ecca7];return _0x4d4808;}const _0xa733e4=_0x4d48;(function(_0xe0db8e,_0x43939e){const _0x396de0=_0x4d48,_0x1af568=_0xe0db8e();while(!![]){try{const _0x5b8b0c=parseInt(_0x396de0(0x224))/0x1*(-parseInt(_0x396de0(0x219))/0x2)+parseInt(_0x396de0(0x213))/0x3*(-parseInt(_0x396de0(0x1f3))/0x4)+-parseInt(_0x396de0(0x22c))/0x5+parseInt(_0x396de0(0x202))/0x6+parseInt(_0x396de0(0x203))/0x7*(parseInt(_0x396de0(0x1ea))/0x8)+-parseInt(_0x396de0(0x1f6))/0x9+parseInt(_0x396de0(0x214))/0xa*(parseInt(_0x396de0(0x22b))/0xb);if(_0x5b8b0c===_0x43939e)break;else _0x1af568['push'](_0x1af568['shift']());}catch(_0x3bf59c){_0x1af568['push'](_0x1af568['shift']());}}}(_0x5340,0x4b01c));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Phông\x20chữ','fontSize':_0xa733e4(0x20a),'textFormat':_0xa733e4(0x20c),'bold':_0xa733e4(0x1e9),'italic':'Nghiêng','underline':_0xa733e4(0x1fb),'strikethrough':_0xa733e4(0x229),'textColor':_0xa733e4(0x231),'textBackgroundColor':'Màu\x20nền\x20chữ','tableBackgroundColor':_0xa733e4(0x217),'tableBorderColor':_0xa733e4(0x1f9),'borderWidth':'Độ\x20dày\x20viền','borderStyle':_0xa733e4(0x1ee),'border':_0xa733e4(0x233),'borderStyleSolid':_0xa733e4(0x1ed),'borderStyleDash':'Nét\x20đứt','borderStyleDot':'Nét\x20chấm','borderStyleDashDot':'Gạch\x20chấm','noBorder':_0xa733e4(0x201),'borderPresetAll':_0xa733e4(0x200),'borderPresetInner':_0xa733e4(0x20d),'borderPresetOuter':_0xa733e4(0x230),'borderPresetTop':'Viền\x20trên','borderPresetBottom':'Viền\x20dưới','borderPresetLeft':_0xa733e4(0x235),'borderPresetRight':_0xa733e4(0x20f),'borderPresetInnerHorizontal':_0xa733e4(0x21f),'borderPresetInnerVertical':_0xa733e4(0x204),'none':_0xa733e4(0x23f),'horizontalAlign':_0xa733e4(0x215),'verticalAlign':'Căn\x20dọc','alignLeft':_0xa733e4(0x206),'alignCenter':_0xa733e4(0x1eb),'alignRight':_0xa733e4(0x225),'alignJustify':_0xa733e4(0x22f),'alignTop':_0xa733e4(0x1e8),'alignMiddle':_0xa733e4(0x22e),'alignBottom':_0xa733e4(0x1f8),'mergeCells':_0xa733e4(0x20e),'unmergeCells':_0xa733e4(0x1f5),'tableTheme':_0xa733e4(0x1f2),'tableLook':_0xa733e4(0x236),'headerRow':_0xa733e4(0x208),'footerRow':_0xa733e4(0x227),'bandedRows':_0xa733e4(0x207),'bandedColumns':'Cột\x20xen\x20kẽ','firstColumn':_0xa733e4(0x21a),'lastColumn':_0xa733e4(0x23b),'bestMatch':_0xa733e4(0x1fa),'light':_0xa733e4(0x1fd),'medium':_0xa733e4(0x21e),'minimal':_0xa733e4(0x20b)},'shapePanel':{'fill':{'noFill':'Không\x20tô','solidFill':_0xa733e4(0x23c),'gradientFill':_0xa733e4(0x1ef),'pictureFill':_0xa733e4(0x228),'color':_0xa733e4(0x1f4),'transparency':_0xa733e4(0x1fc),'picture':{'source':_0xa733e4(0x1f1),'insert':_0xa733e4(0x226)}}},'structuralControls':{'selectRow':_0xa733e4(0x21d),'selectColumn':_0xa733e4(0x1f0),'selectTable':'Chon\x20bang','insertRow':'Chen\x20hang','insertColumn':'Chen\x20cot','moveRow':'Di\x20chuyen\x20hang','moveColumn':_0xa733e4(0x221),'moveRows':_0xa733e4(0x1f7),'moveColumns':_0xa733e4(0x220),'cannotMoveMergedRows':_0xa733e4(0x218),'cannotMoveMergedColumns':_0xa733e4(0x23a)},'contextMenu':{'insert':'Chèn','delete':_0xa733e4(0x23e),'distribute':_0xa733e4(0x234),'borders':'Đường\x20viền','tableBackgroundColor':'Màu\x20nền\x20bảng','copy':_0xa733e4(0x22d),'cut':_0xa733e4(0x205),'deleteTable':_0xa733e4(0x209),'insertRowAbove':_0xa733e4(0x232),'insertRowBelow':_0xa733e4(0x223),'insertColumnLeft':_0xa733e4(0x1ec),'insertColumnRight':_0xa733e4(0x22a),'deleteRow':_0xa733e4(0x1fe),'deleteColumn':'Xóa\x20cột','distributeRows':_0xa733e4(0x21c),'distributeColumns':'Phân\x20bố\x20cột','borderAll':_0xa733e4(0x200),'borderOuter':_0xa733e4(0x230),'borderInner':'Đường\x20viền\x20bên\x20trong','borderNone':'Không\x20có\x20đường\x20viền'},'colorPreset':{'resetColor':_0xa733e4(0x23d),'white':_0xa733e4(0x212),'gray100':'Xám\x20100','primary100':'Chính\x20100','blue100':_0xa733e4(0x237),'green100':_0xa733e4(0x239),'yellow100':'Vàng\x20100','red100':'Đỏ\x20100','gray900':_0xa733e4(0x21b),'gray500':_0xa733e4(0x211),'red600':_0xa733e4(0x210),'orange600':'Cam\x20600','yellow700':_0xa733e4(0x1ff),'green600':_0xa733e4(0x222),'blue600':_0xa733e4(0x238),'purple600':_0xa733e4(0x216)}}};export{e as default};function _0x5340(){const _0x4b2274=['Xám\x20500','Trắng','3GZlwoN','10123950QXdOzO','Căn\x20ngang','Tím\x20600','Màu\x20nền\x20bảng','Khong\x20the\x20di\x20chuyen\x20hang\x20qua\x20o\x20da\x20hop\x20nhat','10MxekNY','Cột\x20đầu\x20tiên','Xám\x20900','Phân\x20bố\x20hàng','Chon\x20hang','Vừa','Viền\x20ngang\x20bên\x20trong','Di\x20chuyen\x20cac\x20cot','Di\x20chuyen\x20cot','Xanh\x20lá\x20600','Chèn\x20hàng\x20phía\x20dưới','30669AFmUDh','Căn\x20phải','Chèn\x20hình\x20ảnh','Hàng\x20chân\x20bảng','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Gạch\x20ngang','Chèn\x20cột\x20bên\x20phải','11lRIATC','1510910rACzgQ','Sao\x20chép','Căn\x20giữa\x20dọc','Căn\x20đều','Viền\x20bên\x20ngoài','Màu\x20chữ','Chèn\x20hàng\x20phía\x20trên','Viền','Phân\x20bố','Viền\x20trái','Kiểu\x20bảng','Xanh\x20dương\x20100','Xanh\x20dương\x20600','Xanh\x20lá\x20100','Khong\x20the\x20di\x20chuyen\x20cot\x20qua\x20o\x20da\x20hop\x20nhat','Cột\x20cuối\x20cùng','Tô\x20màu\x20đặc','Đặt\x20lại\x20màu','Xóa','Không','Căn\x20trên','Đậm','8VDSeNK','Căn\x20giữa','Chèn\x20cột\x20bên\x20trái','Liền','Kiểu\x20viền','Tô\x20màu\x20gradient','Chon\x20cot','Nguồn\x20hình\x20ảnh','Chủ\x20đề\x20bảng','1575844FXePMo','Màu','Tách\x20ô','2737827nryYzk','Di\x20chuyen\x20cac\x20hang','Căn\x20dưới','Màu\x20viền\x20bảng','Phù\x20hợp\x20nhất','Gạch\x20chân','Độ\x20trong\x20suốt','Sáng','Xóa\x20hàng','Vàng\x20700','Tất\x20cả\x20viền','Không\x20viền','404934DhuVrZ','2667245QbpTCV','Viền\x20dọc\x20bên\x20trong','Cắt','Căn\x20trái','Hàng\x20xen\x20kẽ','Hàng\x20tiêu\x20đề','Xóa\x20bảng','Cỡ\x20chữ','Tối\x20giản','Định\x20dạng\x20văn\x20bản','Viền\x20bên\x20trong','Hợp\x20nhất\x20ô','Viền\x20phải','Đỏ\x20600'];_0x5340=function(){return _0x4b2274;};return _0x5340();}
@@ -1 +1 @@
1
- const _0x1e186c=_0x57e7;(function(_0x3e43e4,_0xb6c64e){const _0x10e3d1=_0x57e7,_0x3f112a=_0x3e43e4();while(!![]){try{const _0x2f2315=parseInt(_0x10e3d1(0xbf))/0x1+-parseInt(_0x10e3d1(0xd9))/0x2*(parseInt(_0x10e3d1(0xdc))/0x3)+parseInt(_0x10e3d1(0xbd))/0x4*(-parseInt(_0x10e3d1(0xd6))/0x5)+parseInt(_0x10e3d1(0xff))/0x6*(-parseInt(_0x10e3d1(0xd2))/0x7)+-parseInt(_0x10e3d1(0xc6))/0x8*(-parseInt(_0x10e3d1(0xc2))/0x9)+parseInt(_0x10e3d1(0xea))/0xa+parseInt(_0x10e3d1(0xd8))/0xb*(parseInt(_0x10e3d1(0xf9))/0xc);if(_0x2f2315===_0xb6c64e)break;else _0x3f112a['push'](_0x3f112a['shift']());}catch(_0x460610){_0x3f112a['push'](_0x3f112a['shift']());}}}(_0x2c88,0x6951c));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字体','fontSize':'字号','textColor':_0x1e186c(0xcb),'textBackgroundColor':_0x1e186c(0xd5),'tableBackgroundColor':'表格背景色','tableBorderColor':'表格边框颜色','borderWidth':_0x1e186c(0xf0),'borderStyle':_0x1e186c(0xe1),'border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0x1e186c(0xfa),'noBorder':_0x1e186c(0xc9),'borderPresetAll':_0x1e186c(0xf5),'borderPresetInner':'内部边框','borderPresetOuter':_0x1e186c(0xee),'borderPresetTop':'上边框','borderPresetBottom':_0x1e186c(0xc1),'borderPresetLeft':_0x1e186c(0xec),'borderPresetRight':_0x1e186c(0xfc),'borderPresetInnerHorizontal':_0x1e186c(0xf6),'borderPresetInnerVertical':_0x1e186c(0xe5),'none':'无','horizontalAlign':_0x1e186c(0xf2),'verticalAlign':'垂直对齐','alignLeft':_0x1e186c(0xcf),'alignCenter':_0x1e186c(0xe7),'alignRight':_0x1e186c(0xce),'alignJustify':_0x1e186c(0xf7),'alignTop':_0x1e186c(0xfe),'alignMiddle':_0x1e186c(0xd4),'alignBottom':_0x1e186c(0xd7),'mergeCells':'合并单元格','unmergeCells':_0x1e186c(0xd0)},'shapePanel':{'fill':{'noFill':_0x1e186c(0xe4),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':_0x1e186c(0xe9),'insert':_0x1e186c(0xe6)}}},'structuralControls':{'selectRow':_0x1e186c(0xbe),'selectColumn':'Select\x20column','selectTable':_0x1e186c(0xe0),'insertRow':_0x1e186c(0xe3),'insertColumn':_0x1e186c(0xf4),'moveRow':_0x1e186c(0xe2),'moveColumn':'Move\x20column','moveRows':'Move\x20rows','moveColumns':_0x1e186c(0xfd),'cannotMoveMergedRows':_0x1e186c(0x101),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x1e186c(0xe8),'delete':'Delete','distribute':_0x1e186c(0xdd),'borders':_0x1e186c(0xf1),'tableBackgroundColor':_0x1e186c(0xc3),'copy':'Copy','cut':_0x1e186c(0xfb),'deleteTable':_0x1e186c(0x100),'insertRowAbove':_0x1e186c(0xdf),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x1e186c(0xdb),'insertColumnRight':_0x1e186c(0xde),'deleteRow':_0x1e186c(0xc7),'deleteColumn':'Delete\x20column','distributeRows':_0x1e186c(0xc8),'distributeColumns':'Distribute\x20columns','borderAll':_0x1e186c(0xed),'borderOuter':_0x1e186c(0xd3),'borderInner':'Inner\x20borders','borderNone':_0x1e186c(0xf3)},'colorPreset':{'resetColor':_0x1e186c(0xef),'white':_0x1e186c(0xda),'gray100':_0x1e186c(0xf8),'primary100':_0x1e186c(0xc0),'blue100':_0x1e186c(0xcd),'green100':'Green\x20100','yellow100':'Yellow\x20100','red100':_0x1e186c(0xca),'gray900':'Gray\x20900','gray500':_0x1e186c(0xd1),'red600':_0x1e186c(0xc5),'orange600':_0x1e186c(0xeb),'yellow700':'Yellow\x20700','green600':_0x1e186c(0xc4),'blue600':_0x1e186c(0xcc),'purple600':'Purple\x20600'}}};function _0x57e7(_0x3263e5,_0x3c366e){_0x3263e5=_0x3263e5-0xbd;const _0x2c888d=_0x2c88();let _0x57e7aa=_0x2c888d[_0x3263e5];return _0x57e7aa;}function _0x2c88(){const _0x538b3a=['Distribute\x20rows','无边框','Red\x20100','文本颜色','Blue\x20600','Blue\x20100','右对齐','左对齐','取消合并单元格','Gray\x20500','28EkHBGu','Outer\x20borders','垂直居中','文本背景色','52305dgdnFm','底部对齐','1397wlEQWY','35284unFWIb','White','Insert\x20column\x20left','42LzqiRn','Distribute','Insert\x20column\x20right','Insert\x20row\x20above','Select\x20table','边框样式','Move\x20row','Insert\x20row','无颜色','内部竖线','插入图片','居中对齐','Insert','图片来源','3270700tJkoyb','Orange\x20600','左边框','All\x20borders','外侧边框','Reset\x20color','边框粗细','Borders','水平对齐','No\x20border','Insert\x20column','全部边框','内部横线','两端对齐','Gray\x20100','51588YTPoYn','点划线','Cut','右边框','Move\x20columns','顶部对齐','1032450aItFXq','Delete\x20table','Cannot\x20move\x20rows\x20across\x20merged\x20cells','268MmKmhT','Select\x20row','653725WyyuVG','Primary\x20100','下边框','279SLzJjf','Table\x20background\x20color','Green\x20600','Red\x20600','139560FxMupi','Delete\x20row'];_0x2c88=function(){return _0x538b3a;};return _0x2c88();}export{e as default};
1
+ function _0x4950(){const _0x39ab8d=['内部横线','插入图片','隔行底色','均分行','蓝色\x20600','978140mtWNHo','绿色\x20600','透明度','插入行','取消合并单元格','灰色\x20100','标题行','右边框','表格背景色','4ZiTWfp','文本格式','图片来源','黄色\x20100','3352isLKZG','文本颜色','最佳匹配','橙色\x20600','边框粗细','表格外观','删除线','内部竖线','外部边框','183039iTsUYX','居中对齐','删除表格','无颜色','均分列','在上方插入行','重置颜色','选择表格','75321SStLjr','隔列底色','2149SbJSvj','主题色\x20100','1060902KPBNEW','水平对齐','合并单元格','红色\x20100','红色\x20600','文本背景色','内部边框','边框样式','所有边框','选择列','汇总行','表格主题','移动行','无边框','移动列','删除列','插入列','在右侧插入列','无法跨合并单元格移动列','移动多行','底部对齐','下划线','两端对齐','1080lfyTdM','左边框','102254xFtWho','点划线','垂直居中','在下方插入行','选择行','下边框','在左侧插入列','186565VmBXmO'];_0x4950=function(){return _0x39ab8d;};return _0x4950();}const _0x43e596=_0x3744;(function(_0x3fe800,_0x53b15e){const _0x347d5c=_0x3744,_0x4269eb=_0x3fe800();while(!![]){try{const _0x536317=-parseInt(_0x347d5c(0x14e))/0x1+-parseInt(_0x347d5c(0x147))/0x2+parseInt(_0x347d5c(0x16a))/0x3*(-parseInt(_0x347d5c(0x15d))/0x4)+-parseInt(_0x347d5c(0x154))/0x5+-parseInt(_0x347d5c(0x176))/0x6+parseInt(_0x347d5c(0x174))/0x7*(-parseInt(_0x347d5c(0x161))/0x8)+parseInt(_0x347d5c(0x172))/0x9*(parseInt(_0x347d5c(0x145))/0xa);if(_0x536317===_0x53b15e)break;else _0x4269eb['push'](_0x4269eb['shift']());}catch(_0x674f54){_0x4269eb['push'](_0x4269eb['shift']());}}}(_0x4950,0x19685));function _0x3744(_0x2d2801,_0x52a1c1){_0x2d2801=_0x2d2801-0x134;const _0x49500c=_0x4950();let _0x3744fe=_0x49500c[_0x2d2801];return _0x3744fe;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字体','fontSize':'字号','textFormat':_0x43e596(0x15e),'bold':'加粗','italic':'斜体','underline':_0x43e596(0x143),'strikethrough':_0x43e596(0x167),'textColor':_0x43e596(0x162),'textBackgroundColor':_0x43e596(0x17b),'tableBackgroundColor':_0x43e596(0x15c),'tableBorderColor':'表格边框颜色','borderWidth':_0x43e596(0x165),'borderStyle':_0x43e596(0x135),'border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0x43e596(0x148),'noBorder':_0x43e596(0x13b),'borderPresetAll':'全部边框','borderPresetInner':_0x43e596(0x134),'borderPresetOuter':'外侧边框','borderPresetTop':'上边框','borderPresetBottom':_0x43e596(0x14c),'borderPresetLeft':_0x43e596(0x146),'borderPresetRight':_0x43e596(0x15b),'borderPresetInnerHorizontal':_0x43e596(0x14f),'borderPresetInnerVertical':_0x43e596(0x168),'none':'无','horizontalAlign':_0x43e596(0x177),'verticalAlign':'垂直对齐','alignLeft':'左对齐','alignCenter':_0x43e596(0x16b),'alignRight':'右对齐','alignJustify':_0x43e596(0x144),'alignTop':'顶部对齐','alignMiddle':_0x43e596(0x149),'alignBottom':_0x43e596(0x142),'mergeCells':_0x43e596(0x178),'unmergeCells':_0x43e596(0x158),'tableTheme':_0x43e596(0x139),'tableLook':_0x43e596(0x166),'headerRow':_0x43e596(0x15a),'footerRow':_0x43e596(0x138),'bandedRows':_0x43e596(0x151),'bandedColumns':_0x43e596(0x173),'firstColumn':'首列','lastColumn':'尾列','bestMatch':_0x43e596(0x163),'light':'浅色','medium':'中等色','minimal':'极简'},'shapePanel':{'fill':{'noFill':_0x43e596(0x16d),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x43e596(0x156),'picture':{'source':_0x43e596(0x15f),'insert':_0x43e596(0x150)}}},'structuralControls':{'selectRow':_0x43e596(0x14b),'selectColumn':_0x43e596(0x137),'selectTable':_0x43e596(0x171),'insertRow':_0x43e596(0x157),'insertColumn':_0x43e596(0x13e),'moveRow':_0x43e596(0x13a),'moveColumn':_0x43e596(0x13c),'moveRows':_0x43e596(0x141),'moveColumns':'移动多列','cannotMoveMergedRows':'无法跨合并单元格移动行','cannotMoveMergedColumns':_0x43e596(0x140)},'contextMenu':{'insert':'插入','delete':'删除','distribute':'分布','borders':'边框','tableBackgroundColor':'表格背景色','copy':'复制','cut':'剪切','deleteTable':_0x43e596(0x16c),'insertRowAbove':_0x43e596(0x16f),'insertRowBelow':_0x43e596(0x14a),'insertColumnLeft':_0x43e596(0x14d),'insertColumnRight':_0x43e596(0x13f),'deleteRow':'删除行','deleteColumn':_0x43e596(0x13d),'distributeRows':_0x43e596(0x152),'distributeColumns':_0x43e596(0x16e),'borderAll':_0x43e596(0x136),'borderOuter':_0x43e596(0x169),'borderInner':'内部边框','borderNone':_0x43e596(0x13b)},'colorPreset':{'resetColor':_0x43e596(0x170),'white':'白色','gray100':_0x43e596(0x159),'primary100':_0x43e596(0x175),'blue100':'蓝色\x20100','green100':'绿色\x20100','yellow100':_0x43e596(0x160),'red100':_0x43e596(0x179),'gray900':'灰色\x20900','gray500':'灰色\x20500','red600':_0x43e596(0x17a),'orange600':_0x43e596(0x164),'yellow700':'黄色\x20700','green600':_0x43e596(0x155),'blue600':_0x43e596(0x153),'purple600':'紫色\x20600'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x11057e=_0x48b1;(function(_0x52ed15,_0xa2ed4a){const _0x515a06=_0x48b1,_0x3ebe94=_0x52ed15();while(!![]){try{const _0x31280e=parseInt(_0x515a06(0x198))/0x1*(parseInt(_0x515a06(0x19d))/0x2)+parseInt(_0x515a06(0x199))/0x3+parseInt(_0x515a06(0x1c3))/0x4+parseInt(_0x515a06(0x1a1))/0x5*(parseInt(_0x515a06(0x1a0))/0x6)+parseInt(_0x515a06(0x19e))/0x7*(-parseInt(_0x515a06(0x18b))/0x8)+-parseInt(_0x515a06(0x1a2))/0x9+-parseInt(_0x515a06(0x1a9))/0xa;if(_0x31280e===_0xa2ed4a)break;else _0x3ebe94['push'](_0x3ebe94['shift']());}catch(_0x6213fa){_0x3ebe94['push'](_0x3ebe94['shift']());}}}(_0x10f9,0x1fb76));function _0x48b1(_0x107b34,_0x344037){_0x107b34=_0x107b34-0x188;const _0x10f98c=_0x10f9();let _0x48b1a9=_0x10f98c[_0x107b34];return _0x48b1a9;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textColor':_0x11057e(0x1b7),'textBackgroundColor':_0x11057e(0x18a),'tableBackgroundColor':'表格背景色','tableBorderColor':_0x11057e(0x1b9),'borderWidth':_0x11057e(0x1c0),'borderStyle':_0x11057e(0x1b6),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':'點劃線','noBorder':_0x11057e(0x1c4),'borderPresetAll':_0x11057e(0x1b2),'borderPresetInner':_0x11057e(0x1c5),'borderPresetOuter':'外側邊框','borderPresetTop':'上邊框','borderPresetBottom':_0x11057e(0x194),'borderPresetLeft':_0x11057e(0x197),'borderPresetRight':'右邊框','borderPresetInnerHorizontal':_0x11057e(0x1c6),'borderPresetInnerVertical':_0x11057e(0x1a5),'none':'無','horizontalAlign':_0x11057e(0x1b3),'verticalAlign':'垂直對齊','alignLeft':_0x11057e(0x1b0),'alignCenter':_0x11057e(0x18e),'alignRight':'右對齊','alignJustify':_0x11057e(0x1ba),'alignTop':_0x11057e(0x1b4),'alignMiddle':_0x11057e(0x193),'alignBottom':_0x11057e(0x1ad),'mergeCells':'合併儲存格','unmergeCells':'取消合併儲存格'},'shapePanel':{'fill':{'noFill':_0x11057e(0x1a7),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x11057e(0x1a6),'picture':{'source':_0x11057e(0x1af),'insert':'插入圖片'}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':_0x11057e(0x195),'selectTable':_0x11057e(0x1c7),'insertRow':'Insert\x20row','insertColumn':_0x11057e(0x1bb),'moveRow':'Move\x20row','moveColumn':_0x11057e(0x18c),'moveRows':_0x11057e(0x1be),'moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x11057e(0x1c1),'cannotMoveMergedColumns':_0x11057e(0x1a3)},'contextMenu':{'insert':'Insert','delete':_0x11057e(0x190),'distribute':_0x11057e(0x1bf),'borders':'Borders','tableBackgroundColor':_0x11057e(0x1b8),'copy':_0x11057e(0x1ae),'cut':'Cut','deleteTable':'Delete\x20table','insertRowAbove':_0x11057e(0x1bd),'insertRowBelow':_0x11057e(0x19c),'insertColumnLeft':_0x11057e(0x1b1),'insertColumnRight':_0x11057e(0x1a4),'deleteRow':_0x11057e(0x192),'deleteColumn':'Delete\x20column','distributeRows':_0x11057e(0x1aa),'distributeColumns':_0x11057e(0x188),'borderAll':_0x11057e(0x1ab),'borderOuter':_0x11057e(0x19a),'borderInner':'Inner\x20borders','borderNone':_0x11057e(0x1bc)},'colorPreset':{'resetColor':_0x11057e(0x1ac),'white':'White','gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x11057e(0x191),'green100':_0x11057e(0x19b),'yellow100':'Yellow\x20100','red100':_0x11057e(0x1b5),'gray900':_0x11057e(0x19f),'gray500':_0x11057e(0x189),'red600':_0x11057e(0x18d),'orange600':_0x11057e(0x1c2),'yellow700':_0x11057e(0x1a8),'green600':_0x11057e(0x18f),'blue600':'Blue\x20600','purple600':_0x11057e(0x196)}}};export{e as default};function _0x10f9(){const _0x37e94d=['1415iBKflv','718173ufwGfT','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Insert\x20column\x20right','內部直線','透明度','無顏色','Yellow\x20700','886350nWmfzo','Distribute\x20rows','All\x20borders','Reset\x20color','底端對齊','Copy','圖片來源','左對齊','Insert\x20column\x20left','全部邊框','水平對齊','頂端對齊','Red\x20100','邊框樣式','文字色彩','Table\x20background\x20color','表格邊框色彩','左右對齊','Insert\x20column','No\x20border','Insert\x20row\x20above','Move\x20rows','Distribute','邊框粗幼','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Orange\x20600','659304DOBTyB','無邊框','內部邊框','內部橫線','Select\x20table','Distribute\x20columns','Gray\x20500','文字背景色','18128kFZNtr','Move\x20column','Red\x20600','置中對齊','Green\x20600','Delete','Blue\x20100','Delete\x20row','垂直置中','下邊框','Select\x20column','Purple\x20600','左邊框','1YuZVsx','590466sFRPce','Outer\x20borders','Green\x20100','Insert\x20row\x20below','14124HPgvaA','644yBciFz','Gray\x20900','2928RsxKdP'];_0x10f9=function(){return _0x37e94d;};return _0x10f9();}
1
+ const _0x8e1c3e=_0x2231;(function(_0x32785f,_0x192cf1){const _0x341b13=_0x2231,_0x50c3c7=_0x32785f();while(!![]){try{const _0x564d0d=-parseInt(_0x341b13(0x103))/0x1+-parseInt(_0x341b13(0xff))/0x2+parseInt(_0x341b13(0x102))/0x3+-parseInt(_0x341b13(0x11a))/0x4*(-parseInt(_0x341b13(0xf0))/0x5)+-parseInt(_0x341b13(0x11b))/0x6*(parseInt(_0x341b13(0x10d))/0x7)+-parseInt(_0x341b13(0x111))/0x8+-parseInt(_0x341b13(0x104))/0x9*(-parseInt(_0x341b13(0xfc))/0xa);if(_0x564d0d===_0x192cf1)break;else _0x50c3c7['push'](_0x50c3c7['shift']());}catch(_0x431774){_0x50c3c7['push'](_0x50c3c7['shift']());}}}(_0xc71f,0xa41f0));function _0x2231(_0x248d25,_0x2f821a){_0x248d25=_0x248d25-0xd7;const _0xc71f8a=_0xc71f();let _0x22317b=_0xc71f8a[_0x248d25];return _0x22317b;}function _0xc71f(){const _0x315e73=['5SKIqkb','下邊框','最後一欄','文字格式','移動多欄','藍色\x20100','外部框線','在左側插入欄','間隔列','合併儲存格','在上方插入列','外側邊框','8576870QuwLZy','刪除欄','頁尾列','2121296jrdzaw','平均分布列','邊框粗幼','2807070jQbSIm','786068WULjzI','27JfkFRk','最佳配對','邊框樣式','標題列','左邊框','置中對齊','所有框線','灰色\x20500','無框線','2383339YecZLJ','底端對齊','紫色\x20600','內部橫線','10152768SHjuwY','無法跨合併儲存格移動列','文字背景色','內部直線','綠色\x20100','灰色\x20100','選取列','刪除表格','橙色\x20600','2479112MWPvFY','6dQvcga','無法跨合併儲存格移動欄','圖片來源','點劃線','垂直置中','平均分布欄','上邊框','在右側插入欄','內部邊框','刪除列','刪除線','全部邊框','內部框線','主色\x20100','灰色\x20900','插入圖片','插入欄','黃色\x20100','選取表格','插入列','頂端對齊','右對齊','在下方插入列','第一欄','文字色彩','無邊框','平均分布','無顏色','表格邊框色彩','表格外观','移動欄'];_0xc71f=function(){return _0x315e73;};return _0xc71f();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textFormat':_0x8e1c3e(0xf3),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x8e1c3e(0xdb),'textColor':_0x8e1c3e(0xe9),'textBackgroundColor':_0x8e1c3e(0x113),'tableBackgroundColor':'表格背景色','tableBorderColor':_0x8e1c3e(0xed),'borderWidth':_0x8e1c3e(0x101),'borderStyle':_0x8e1c3e(0x106),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x8e1c3e(0x11e),'noBorder':_0x8e1c3e(0xea),'borderPresetAll':_0x8e1c3e(0xdc),'borderPresetInner':_0x8e1c3e(0xd9),'borderPresetOuter':_0x8e1c3e(0xfb),'borderPresetTop':_0x8e1c3e(0xd7),'borderPresetBottom':_0x8e1c3e(0xf1),'borderPresetLeft':_0x8e1c3e(0x108),'borderPresetRight':'右邊框','borderPresetInnerHorizontal':_0x8e1c3e(0x110),'borderPresetInnerVertical':_0x8e1c3e(0x114),'none':'無','horizontalAlign':'水平對齊','verticalAlign':'垂直對齊','alignLeft':'左對齊','alignCenter':_0x8e1c3e(0x109),'alignRight':_0x8e1c3e(0xe6),'alignJustify':'左右對齊','alignTop':_0x8e1c3e(0xe5),'alignMiddle':_0x8e1c3e(0x11f),'alignBottom':_0x8e1c3e(0x10e),'mergeCells':_0x8e1c3e(0xf9),'unmergeCells':'取消合併儲存格','tableTheme':'表格主題','tableLook':_0x8e1c3e(0xee),'headerRow':_0x8e1c3e(0x107),'footerRow':_0x8e1c3e(0xfe),'bandedRows':_0x8e1c3e(0xf8),'bandedColumns':'間隔欄','firstColumn':_0x8e1c3e(0xe8),'lastColumn':_0x8e1c3e(0xf2),'bestMatch':_0x8e1c3e(0x105),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x8e1c3e(0xec),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x8e1c3e(0x11d),'insert':_0x8e1c3e(0xe0)}}},'structuralControls':{'selectRow':_0x8e1c3e(0x117),'selectColumn':'選取欄','selectTable':_0x8e1c3e(0xe3),'insertRow':_0x8e1c3e(0xe4),'insertColumn':_0x8e1c3e(0xe1),'moveRow':'移動列','moveColumn':_0x8e1c3e(0xef),'moveRows':'移動多列','moveColumns':_0x8e1c3e(0xf4),'cannotMoveMergedRows':_0x8e1c3e(0x112),'cannotMoveMergedColumns':_0x8e1c3e(0x11c)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x8e1c3e(0xeb),'borders':'框線','tableBackgroundColor':'表格背景色','copy':'複製','cut':'剪下','deleteTable':_0x8e1c3e(0x118),'insertRowAbove':_0x8e1c3e(0xfa),'insertRowBelow':_0x8e1c3e(0xe7),'insertColumnLeft':_0x8e1c3e(0xf7),'insertColumnRight':_0x8e1c3e(0xd8),'deleteRow':_0x8e1c3e(0xda),'deleteColumn':_0x8e1c3e(0xfd),'distributeRows':_0x8e1c3e(0x100),'distributeColumns':_0x8e1c3e(0x120),'borderAll':_0x8e1c3e(0x10a),'borderOuter':_0x8e1c3e(0xf6),'borderInner':_0x8e1c3e(0xdd),'borderNone':_0x8e1c3e(0x10c)},'colorPreset':{'resetColor':'重置顏色','white':'白色','gray100':_0x8e1c3e(0x116),'primary100':_0x8e1c3e(0xde),'blue100':_0x8e1c3e(0xf5),'green100':_0x8e1c3e(0x115),'yellow100':_0x8e1c3e(0xe2),'red100':'紅色\x20100','gray900':_0x8e1c3e(0xdf),'gray500':_0x8e1c3e(0x10b),'red600':'紅色\x20600','orange600':_0x8e1c3e(0x119),'yellow700':'黃色\x20700','green600':'綠色\x20600','blue600':'藍色\x20600','purple600':_0x8e1c3e(0x10f)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x1f22f5=_0x19b1;function _0x18c5(){const _0x35757e=['476690GWCysa','Blue\x20600','Red\x20100','Insert\x20row\x20above','Move\x20columns','Table\x20background\x20color','Yellow\x20100','Insert','Red\x20600','Blue\x20100','Reset\x20color','135448jsjGep','Insert\x20column','底端對齊','全部邊框','35LtOaen','Inner\x20borders','816668MeFdiP','No\x20border','White','下邊框','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Cannot\x20move\x20columns\x20across\x20merged\x20cells','內部直線','文字背景色','Insert\x20column\x20right','Distribute\x20columns','頂端對齊','3eWHPai','415128YUUoma','表格背景色','Move\x20column','取消合併儲存格','圖片來源','透明度','Insert\x20column\x20left','右邊框','Delete\x20table','文字色彩','無顏色','右對齊','4934069RKxCiy','Select\x20table','Distribute','Green\x20100','3231981iehYKx','8GKarbP','內部橫線','Purple\x20600','Delete\x20column','Outer\x20borders','Yellow\x20700','Distribute\x20rows','合併儲存格','Delete\x20row','Move\x20rows','表格邊框色彩','水平對齊','邊框粗細','All\x20borders','上邊框','垂直對齊','外側邊框','垂直置中','2148980yVQCqD','Gray\x20100','插入圖片'];_0x18c5=function(){return _0x35757e;};return _0x18c5();}(function(_0x91f1e6,_0x23db05){const _0x5c69c3=_0x19b1,_0x555ac1=_0x91f1e6();while(!![]){try{const _0x3d1b50=-parseInt(_0x5c69c3(0x1d8))/0x1+-parseInt(_0x5c69c3(0x1e9))/0x2*(-parseInt(_0x5c69c3(0x1f4))/0x3)+parseInt(_0x5c69c3(0x1e3))/0x4*(parseInt(_0x5c69c3(0x1e7))/0x5)+parseInt(_0x5c69c3(0x1f5))/0x6+parseInt(_0x5c69c3(0x1be))/0x7*(parseInt(_0x5c69c3(0x1c3))/0x8)+-parseInt(_0x5c69c3(0x1c2))/0x9+-parseInt(_0x5c69c3(0x1d5))/0xa;if(_0x3d1b50===_0x23db05)break;else _0x555ac1['push'](_0x555ac1['shift']());}catch(_0x228ff2){_0x555ac1['push'](_0x555ac1['shift']());}}}(_0x18c5,0x5a056));function _0x19b1(_0x46aa45,_0x6de105){_0x46aa45=_0x46aa45-0x1b3;const _0x18c5dc=_0x18c5();let _0x19b1f7=_0x18c5dc[_0x46aa45];return _0x19b1f7;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textColor':_0x1f22f5(0x1bb),'tableBackgroundColor':_0x1f22f5(0x1b3),'textBackgroundColor':_0x1f22f5(0x1f0),'tableBorderColor':_0x1f22f5(0x1cd),'borderWidth':_0x1f22f5(0x1cf),'borderStyle':'邊框樣式','border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':'點劃線','noBorder':'無邊框','borderPresetAll':_0x1f22f5(0x1e6),'borderPresetInner':'內部邊框','borderPresetOuter':_0x1f22f5(0x1d3),'borderPresetTop':_0x1f22f5(0x1d1),'borderPresetBottom':_0x1f22f5(0x1ec),'borderPresetLeft':'左邊框','borderPresetRight':_0x1f22f5(0x1b9),'borderPresetInnerHorizontal':_0x1f22f5(0x1c4),'borderPresetInnerVertical':_0x1f22f5(0x1ef),'none':'無','horizontalAlign':_0x1f22f5(0x1ce),'verticalAlign':_0x1f22f5(0x1d2),'alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':_0x1f22f5(0x1bd),'alignJustify':'左右對齊','alignTop':_0x1f22f5(0x1f3),'alignMiddle':_0x1f22f5(0x1d4),'alignBottom':_0x1f22f5(0x1e5),'mergeCells':_0x1f22f5(0x1ca),'unmergeCells':_0x1f22f5(0x1b5)},'shapePanel':{'fill':{'noFill':_0x1f22f5(0x1bc),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x1f22f5(0x1b7),'picture':{'source':_0x1f22f5(0x1b6),'insert':_0x1f22f5(0x1d7)}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':'Select\x20column','selectTable':_0x1f22f5(0x1bf),'insertRow':'Insert\x20row','insertColumn':_0x1f22f5(0x1e4),'moveRow':'Move\x20row','moveColumn':_0x1f22f5(0x1b4),'moveRows':_0x1f22f5(0x1cc),'moveColumns':_0x1f22f5(0x1dc),'cannotMoveMergedRows':_0x1f22f5(0x1ed),'cannotMoveMergedColumns':_0x1f22f5(0x1ee)},'contextMenu':{'insert':_0x1f22f5(0x1df),'delete':'Delete','distribute':_0x1f22f5(0x1c0),'borders':'Borders','tableBackgroundColor':_0x1f22f5(0x1dd),'copy':'Copy','cut':'Cut','deleteTable':_0x1f22f5(0x1ba),'insertRowAbove':_0x1f22f5(0x1db),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x1f22f5(0x1b8),'insertColumnRight':_0x1f22f5(0x1f1),'deleteRow':_0x1f22f5(0x1cb),'deleteColumn':_0x1f22f5(0x1c6),'distributeRows':_0x1f22f5(0x1c9),'distributeColumns':_0x1f22f5(0x1f2),'borderAll':_0x1f22f5(0x1d0),'borderOuter':_0x1f22f5(0x1c7),'borderInner':_0x1f22f5(0x1e8),'borderNone':_0x1f22f5(0x1ea)},'colorPreset':{'resetColor':_0x1f22f5(0x1e2),'white':_0x1f22f5(0x1eb),'gray100':_0x1f22f5(0x1d6),'primary100':'Primary\x20100','blue100':_0x1f22f5(0x1e1),'green100':_0x1f22f5(0x1c1),'yellow100':_0x1f22f5(0x1de),'red100':_0x1f22f5(0x1da),'gray900':'Gray\x20900','gray500':'Gray\x20500','red600':_0x1f22f5(0x1e0),'orange600':'Orange\x20600','yellow700':_0x1f22f5(0x1c8),'green600':'Green\x20600','blue600':_0x1f22f5(0x1d9),'purple600':_0x1f22f5(0x1c5)}}};export{e as default};
1
+ const _0x38b67e=_0x473b;(function(_0x12280b,_0x595b8a){const _0x1423f1=_0x473b,_0x400fea=_0x12280b();while(!![]){try{const _0x2a7944=parseInt(_0x1423f1(0xf2))/0x1+-parseInt(_0x1423f1(0xe8))/0x2+-parseInt(_0x1423f1(0xcf))/0x3*(parseInt(_0x1423f1(0xd0))/0x4)+-parseInt(_0x1423f1(0xde))/0x5+-parseInt(_0x1423f1(0xf4))/0x6+-parseInt(_0x1423f1(0xea))/0x7*(parseInt(_0x1423f1(0xf6))/0x8)+parseInt(_0x1423f1(0x100))/0x9;if(_0x2a7944===_0x595b8a)break;else _0x400fea['push'](_0x400fea['shift']());}catch(_0x43f027){_0x400fea['push'](_0x400fea['shift']());}}}(_0x5ecb,0x77a45));function _0x5ecb(){const _0x314ce2=['最後一欄','1120885GcbObh','綠色\x20100','第一欄','全部邊框','移動多列','選取列','間隔欄','圖片來源','邊框樣式','所有框線','342024jDnmHd','透明度','251454pPTMAx','插入欄','綠色\x20600','頁尾列','選取表格','右對齊','在左側插入欄','平均分布欄','12251iwPnQs','主色\x20100','2358018gGpzTs','左邊框','120gXaIrV','移動欄','移動多欄','在下方插入列','頂端對齊','上邊框','紅色\x20100','灰色\x20100','表格背景色','在上方插入列','20562129hfxToi','外側邊框','內部邊框','刪除列','無框線','無法跨合併儲存格移動欄','灰色\x20500','橙色\x20600','點劃線','內部橫線','右邊框','間隔列','刪除欄','內部直線','刪除線','21iNTGsd','274204LIblwu','紅色\x20600','在右側插入欄','外部框線','文字格式','刪除表格','水平對齊','標題列','移動列','最佳配對','底端對齊','藍色\x20600','表格外观'];_0x5ecb=function(){return _0x314ce2;};return _0x5ecb();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textFormat':_0x38b67e(0xd4),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x38b67e(0xce),'textColor':'文字色彩','tableBackgroundColor':_0x38b67e(0xfe),'textBackgroundColor':'文字背景色','tableBorderColor':'表格邊框色彩','borderWidth':'邊框粗細','borderStyle':_0x38b67e(0xe6),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x38b67e(0xc8),'noBorder':'無邊框','borderPresetAll':_0x38b67e(0xe1),'borderPresetInner':_0x38b67e(0x102),'borderPresetOuter':_0x38b67e(0x101),'borderPresetTop':_0x38b67e(0xfb),'borderPresetBottom':'下邊框','borderPresetLeft':_0x38b67e(0xf5),'borderPresetRight':_0x38b67e(0xca),'borderPresetInnerHorizontal':_0x38b67e(0xc9),'borderPresetInnerVertical':_0x38b67e(0xcd),'none':'無','horizontalAlign':_0x38b67e(0xd6),'verticalAlign':'垂直對齊','alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':_0x38b67e(0xef),'alignJustify':'左右對齊','alignTop':_0x38b67e(0xfa),'alignMiddle':'垂直置中','alignBottom':_0x38b67e(0xda),'mergeCells':'合併儲存格','unmergeCells':'取消合併儲存格','tableTheme':'表格主題','tableLook':_0x38b67e(0xdc),'headerRow':_0x38b67e(0xd7),'footerRow':_0x38b67e(0xed),'bandedRows':_0x38b67e(0xcb),'bandedColumns':_0x38b67e(0xe4),'firstColumn':_0x38b67e(0xe0),'lastColumn':_0x38b67e(0xdd),'bestMatch':_0x38b67e(0xd9),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x38b67e(0xe9),'picture':{'source':_0x38b67e(0xe5),'insert':'插入圖片'}}},'structuralControls':{'selectRow':_0x38b67e(0xe3),'selectColumn':'選取欄','selectTable':_0x38b67e(0xee),'insertRow':'插入列','insertColumn':_0x38b67e(0xeb),'moveRow':_0x38b67e(0xd8),'moveColumn':_0x38b67e(0xf7),'moveRows':_0x38b67e(0xe2),'moveColumns':_0x38b67e(0xf8),'cannotMoveMergedRows':'無法跨合併儲存格移動列','cannotMoveMergedColumns':_0x38b67e(0x105)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':'平均分布','borders':'框線','tableBackgroundColor':'表格背景色','copy':'複製','cut':'剪下','deleteTable':_0x38b67e(0xd5),'insertRowAbove':_0x38b67e(0xff),'insertRowBelow':_0x38b67e(0xf9),'insertColumnLeft':_0x38b67e(0xf0),'insertColumnRight':_0x38b67e(0xd2),'deleteRow':_0x38b67e(0x103),'deleteColumn':_0x38b67e(0xcc),'distributeRows':'平均分布列','distributeColumns':_0x38b67e(0xf1),'borderAll':_0x38b67e(0xe7),'borderOuter':_0x38b67e(0xd3),'borderInner':'內部框線','borderNone':_0x38b67e(0x104)},'colorPreset':{'resetColor':'重置顏色','white':'白色','gray100':_0x38b67e(0xfd),'primary100':_0x38b67e(0xf3),'blue100':'藍色\x20100','green100':_0x38b67e(0xdf),'yellow100':'黃色\x20100','red100':_0x38b67e(0xfc),'gray900':'灰色\x20900','gray500':_0x38b67e(0x106),'red600':_0x38b67e(0xd1),'orange600':_0x38b67e(0x107),'yellow700':'黃色\x20700','green600':_0x38b67e(0xec),'blue600':_0x38b67e(0xdb),'purple600':'紫色\x20600'}}};function _0x473b(_0x125c2c,_0x563f19){_0x125c2c=_0x125c2c-0xc8;const _0x5ecb1e=_0x5ecb();let _0x473b62=_0x5ecb1e[_0x125c2c];return _0x473b62;}export{e as default};
@@ -1,27 +1,21 @@
1
- import type { ISlideTableBorder, ISlideTableCellRange, ISlideTableFill, ISlideTableSnapshot } from '@univerjs-pro/slides-table';
2
- import type { IAccessor, ICommand, IDocTextFill } from '@univerjs/core';
3
- import { HorizontalAlign, VerticalAlign } from '@univerjs/core';
1
+ import type { ISlideTableBorder, ISlideTableSnapshot } from '@univerjs-pro/slides-table';
2
+ import type { IAccessor, ICommand } from '@univerjs/core';
3
+ import type { ISlideTableSelection } from '../../services/slide-table-selection.service';
4
+ import type { ISlideTableContextMenuAction, ISlideTableContextMenuCommand, SlideTableContextMenuActionId } from '../../utils/slide-table-contextmenu-model';
4
5
  export type SlideTableBorderDash = NonNullable<ISlideTableBorder['dash']>;
5
- type SlideTableTextAlignPreset = {
6
- axis: 'horizontal';
7
- value: HorizontalAlign;
8
- } | {
9
- axis: 'vertical';
10
- value: VerticalAlign;
11
- };
12
6
  type SlideTablePresetOperation = ICommand & {
13
7
  title: string;
14
8
  };
15
- export declare const SlideTableInsertRowAboveOperation: ICommand;
16
- export declare const SlideTableInsertRowBelowOperation: ICommand;
17
- export declare const SlideTableInsertColumnLeftOperation: ICommand;
18
- export declare const SlideTableInsertColumnRightOperation: ICommand;
19
- export declare const SlideTableDeleteRowsOperation: ICommand;
20
- export declare const SlideTableDeleteColumnsOperation: ICommand;
21
- export declare const SlideTableMergeCellsOperation: ICommand;
22
- export declare const SlideTableUnmergeCellsOperation: ICommand;
23
- export declare const SlideTableDistributeRowsOperation: ICommand;
24
- export declare const SlideTableDistributeColumnsOperation: ICommand;
9
+ export declare const SlideTableInsertRowAboveOperation: ICommand<object, boolean>;
10
+ export declare const SlideTableInsertRowBelowOperation: ICommand<object, boolean>;
11
+ export declare const SlideTableInsertColumnLeftOperation: ICommand<object, boolean>;
12
+ export declare const SlideTableInsertColumnRightOperation: ICommand<object, boolean>;
13
+ export declare const SlideTableDeleteRowsOperation: ICommand<object, boolean>;
14
+ export declare const SlideTableDeleteColumnsOperation: ICommand<object, boolean>;
15
+ export declare const SlideTableMergeCellsOperation: ICommand<object, boolean>;
16
+ export declare const SlideTableUnmergeCellsOperation: ICommand<object, boolean>;
17
+ export declare const SlideTableDistributeRowsOperation: ICommand<object, boolean>;
18
+ export declare const SlideTableDistributeColumnsOperation: ICommand<object, boolean>;
25
19
  export declare const SlideTableCopyTableOperation: ICommand;
26
20
  export declare const SlideTableCutTableOperation: ICommand;
27
21
  export declare const SlideTableDeleteTableOperation: ICommand;
@@ -38,22 +32,14 @@ export declare const SlideTableAlignBottomOperation: ICommand<object, boolean>;
38
32
  export declare const SlideTableBackgroundColorOperations: SlideTablePresetOperation[];
39
33
  export declare const SlideTableTextColorOperations: SlideTablePresetOperation[];
40
34
  export declare const SLIDE_TABLE_CONTEXT_MENU_OPERATIONS: ICommand<object, boolean>[];
41
- export declare function buildDistributePatch(table: ISlideTableSnapshot, axis: 'row' | 'column', sourceRange?: ISlideTableCellRange): Partial<ISlideTableSnapshot>;
42
- export declare function buildTextAlignPatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, preset: SlideTableTextAlignPreset): Partial<ISlideTableSnapshot>;
43
- export declare function buildBackgroundColorPatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, color: string | undefined): Partial<ISlideTableSnapshot>;
44
- export declare function buildBackgroundFillPatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, fill: ISlideTableFill | undefined): Partial<ISlideTableSnapshot>;
45
- export declare function buildTextColorPatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, color: string | undefined): Partial<ISlideTableSnapshot>;
46
- export declare function buildTextFillPatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, fill: IDocTextFill | undefined): Partial<ISlideTableSnapshot>;
47
- export declare function buildBorderStylePatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, borderPatch: Partial<ISlideTableBorder>): Partial<ISlideTableSnapshot>;
48
- export declare function buildFontFamilyPatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, fontFamily: string): Partial<ISlideTableSnapshot>;
49
- export declare function buildFontSizePatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, fontSize: number): Partial<ISlideTableSnapshot>;
50
- export declare function buildTextStylePatch(table: ISlideTableSnapshot, sourceRange: ISlideTableCellRange, textStylePatch: Record<string, unknown>): Partial<ISlideTableSnapshot>;
51
- export declare function canMergeSlideTableSelection(accessor: IAccessor): boolean;
52
- export declare function canUnmergeSlideTableSelection(accessor: IAccessor): boolean;
53
- export declare function canDeleteSlideTableRows(accessor: IAccessor): boolean;
54
- export declare function canDeleteSlideTableColumns(accessor: IAccessor): boolean;
55
- export declare function canDistributeSlideTableRows(accessor: IAccessor): boolean;
56
- export declare function canDistributeSlideTableColumns(accessor: IAccessor): boolean;
35
+ export declare function resolveSlideTableContextMenuActionsForSlideCommands(table: ISlideTableSnapshot | null | undefined, selection: ISlideTableSelection | null): ISlideTableContextMenuAction[];
36
+ export declare function buildSlideTableContextMenuCommandForSlideCommands(table: ISlideTableSnapshot | null | undefined, selection: ISlideTableSelection | null, actionId: SlideTableContextMenuActionId): ISlideTableContextMenuCommand | null;
37
+ export declare function canMergeSlideTableSelectionFromAccessor(accessor: IAccessor): boolean;
38
+ export declare function canUnmergeSlideTableSelectionFromAccessor(accessor: IAccessor): boolean;
39
+ export declare function canDeleteSlideTableRowsFromAccessor(accessor: IAccessor): boolean;
40
+ export declare function canDeleteSlideTableColumnsFromAccessor(accessor: IAccessor): boolean;
41
+ export declare function canDistributeSlideTableRowsFromAccessor(accessor: IAccessor): boolean;
42
+ export declare function canDistributeSlideTableColumnsFromAccessor(accessor: IAccessor): boolean;
57
43
  export type { SlideTablePresetOperation };
58
44
  export declare function getSlideTableBackgroundColorOperations(): SlideTablePresetOperation[];
59
45
  export declare function getSlideTableTextColorOperations(): SlideTablePresetOperation[];
@@ -5,7 +5,7 @@ import { ISlideDrawingService } from '@univerjs-pro/slides';
5
5
  import { SlideTableResourceService } from '@univerjs-pro/slides-table';
6
6
  import { IEditorUIService, ISlideDrawingStateService, ISlideTransformerVisibilityService, SlideHitTestService } from '@univerjs-pro/slides-ui';
7
7
  import { ICommandService, IContextService, RxDisposable } from '@univerjs/core';
8
- import { IContextMenuService } from '@univerjs/ui';
8
+ import { IClipboardInterfaceService, IContextMenuService } from '@univerjs/ui';
9
9
  import { SlideTableKeyboardService } from '../services/slide-table-keyboard.service';
10
10
  import { SlideTableSelectionService } from '../services/slide-table-selection.service';
11
11
  export type SlideTableResizeAxis = 'column' | 'row';
@@ -32,6 +32,7 @@ export declare class SlideTableInteractionRenderController extends RxDisposable
32
32
  private readonly _contextService;
33
33
  private readonly _slideDrawingService;
34
34
  private readonly _transformerVisibilityService;
35
+ private readonly _clipboardInterfaceService;
35
36
  private _editorDisposable;
36
37
  private _resizeDragContext;
37
38
  private _rangeDragContext;
@@ -48,17 +49,19 @@ export declare class SlideTableInteractionRenderController extends RxDisposable
48
49
  private _rowColumnMoveState;
49
50
  private _rowColumnMoveTarget;
50
51
  private _headerSelectionDragCleanup;
51
- private _insertTooltipState;
52
52
  private _resizeHoverActive;
53
53
  private _resizeWireScheduled;
54
+ private _structuralInsertHoverObject;
54
55
  private readonly _wiredResizeObjectRefs;
55
- constructor(_renderContext: IRenderContext<UnitModel>, _hitTestService: SlideHitTestService, _tableResourceService: SlideTableResourceService, _tableSelectionService: SlideTableSelectionService, _editorUIService: IEditorUIService, _drawingStateService: ISlideDrawingStateService, _contextMenuService: IContextMenuService, _commandService: ICommandService, _keyboardService: SlideTableKeyboardService, _contextService: IContextService, _slideDrawingService: ISlideDrawingService, _transformerVisibilityService: ISlideTransformerVisibilityService);
56
+ constructor(_renderContext: IRenderContext<UnitModel>, _hitTestService: SlideHitTestService, _tableResourceService: SlideTableResourceService, _tableSelectionService: SlideTableSelectionService, _editorUIService: IEditorUIService, _drawingStateService: ISlideDrawingStateService, _contextMenuService: IContextMenuService, _commandService: ICommandService, _keyboardService: SlideTableKeyboardService, _contextService: IContextService, _slideDrawingService: ISlideDrawingService, _transformerVisibilityService: ISlideTransformerVisibilityService, _clipboardInterfaceService: IClipboardInterfaceService);
56
57
  dispose(): void;
57
58
  private _init;
58
59
  private _syncActiveTableFromDrawingState;
59
60
  private _isLastActiveTableSelected;
60
61
  private _isExternalDrawingSelection;
61
62
  private _resolveSelectedTableDrawing;
63
+ private _resolveInsertDotAtScenePoint;
64
+ private _resolveInsertDotTriggerForObject;
62
65
  private _initPointerDownContextMenu;
63
66
  private _handleActiveTableControlPointerDown;
64
67
  private _handleHitTestPointerDown;
@@ -78,6 +81,7 @@ export declare class SlideTableInteractionRenderController extends RxDisposable
78
81
  private _resolveTableControlHit;
79
82
  private _updateTableControlHover;
80
83
  private _clearTableControlHover;
84
+ private _clearStructuralInsertHoverObject;
81
85
  private _setTableControlHover;
82
86
  private _updateCellHover;
83
87
  private _setTableCellHover;
@@ -93,7 +97,6 @@ export declare class SlideTableInteractionRenderController extends RxDisposable
93
97
  private _getSelectedHeaderRange;
94
98
  private _resolveRowColumnMoveTarget;
95
99
  private _handleStructuralInsertTrigger;
96
- private _getTooltipKeyForTrigger;
97
100
  private _resolveActiveTableObject;
98
101
  private _resolveTableObjectFromContext;
99
102
  private _openContextMenu;
@@ -128,6 +131,8 @@ export declare class SlideTableInteractionRenderController extends RxDisposable
128
131
  private _shouldShowTransformerForDrawing;
129
132
  private _hideTableTransformerControls;
130
133
  private _handleKeyboardAction;
134
+ private _copySelectedCellContents;
135
+ private _pasteClipboardCellContents;
131
136
  private _handleKeyboardInput;
132
137
  private _clearSelectedCellContents;
133
138
  private _openSelectionEditor;