@univerjs-pro/slides-table-ui 1.0.0-rc.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +150 -0
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/operations/table-size.operation.d.ts +2 -0
  63. package/lib/types/components/insert-ribbon/SlideInsertTableMenu.d.ts +6 -0
  64. package/lib/types/components/mobile/SlideMobileInsertTableMenu.d.ts +1 -0
  65. package/lib/types/components/mobile/SlideMobileTableSizePicker.d.ts +3 -0
  66. package/lib/types/components/table-size/SlideTableSizePicker.d.ts +63 -0
  67. package/lib/types/controllers/mobile/components.controller.d.ts +7 -0
  68. package/lib/types/controllers/mobile/slide-table-interaction.render-controller.d.ts +18 -0
  69. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +167 -25
  70. package/lib/types/controllers/slide-table-object-refresh.controller.d.ts +8 -0
  71. package/lib/types/index.d.ts +4 -0
  72. package/lib/types/locale/en-US.d.ts +20 -0
  73. package/lib/types/menu/insert.menu.d.ts +5 -0
  74. package/lib/types/menu/table-design-ribbon.menu.d.ts +4 -4
  75. package/lib/types/menu/table-size.menu.d.ts +4 -0
  76. package/lib/types/mobile-plugin.d.ts +21 -0
  77. package/lib/types/plugin.d.ts +5 -0
  78. package/lib/types/render-objects/mobile/mobile-slide-table-object.d.ts +8 -0
  79. package/lib/types/render-objects/mobile/mobile-table-object-adaptor.d.ts +18 -0
  80. package/lib/types/render-objects/mobile/slide-table-mobile-selection.d.ts +27 -0
  81. package/lib/types/render-objects/slide-table-layout.util.d.ts +4 -0
  82. package/lib/types/render-objects/slide-table-object.d.ts +27 -5
  83. package/lib/types/render-objects/table-object-adaptor.d.ts +18 -0
  84. package/lib/types/services/slide-table-clipboard-adapter.d.ts +5 -2
  85. package/lib/types/services/slide-table-insert.service.d.ts +20 -0
  86. package/lib/types/views/SlideTableFloatingToolbar.d.ts +23 -1
  87. package/lib/types/views/TableThemeGallery.d.ts +14 -1
  88. package/lib/types/views/mobile/MobileSlideTableFloatingToolbar.d.ts +1 -0
  89. package/lib/types/views/mobile/MobileTableMenu.d.ts +15 -0
  90. package/lib/types/views/mobile/MobileTableThemeGallery.d.ts +2 -0
  91. package/lib/umd/index.js +1 -1
  92. package/lib/umd/locale/ar-SA.js +1 -1
  93. package/lib/umd/locale/ca-ES.js +1 -1
  94. package/lib/umd/locale/de-DE.js +1 -1
  95. package/lib/umd/locale/en-US.js +1 -1
  96. package/lib/umd/locale/es-ES.js +1 -1
  97. package/lib/umd/locale/fa-IR.js +1 -1
  98. package/lib/umd/locale/fr-FR.js +1 -1
  99. package/lib/umd/locale/id-ID.js +1 -1
  100. package/lib/umd/locale/it-IT.js +1 -1
  101. package/lib/umd/locale/ja-JP.js +1 -1
  102. package/lib/umd/locale/ko-KR.js +1 -1
  103. package/lib/umd/locale/pl-PL.js +1 -1
  104. package/lib/umd/locale/pt-BR.js +1 -1
  105. package/lib/umd/locale/ru-RU.js +1 -1
  106. package/lib/umd/locale/sk-SK.js +1 -1
  107. package/lib/umd/locale/vi-VN.js +1 -1
  108. package/lib/umd/locale/zh-CN.js +1 -1
  109. package/lib/umd/locale/zh-HK.js +1 -1
  110. package/lib/umd/locale/zh-TW.js +1 -1
  111. package/package.json +21 -19
@@ -1 +1 @@
1
- const _0x1b337c=_0x39d0;function _0x39d0(_0x43f171,_0x384649){_0x43f171=_0x43f171-0x10c;const _0x214f9b=_0x214f();let _0x39d007=_0x214f9b[_0x43f171];return _0x39d007;}(function(_0x3f14f0,_0x17dd5f){const _0x54fd5e=_0x39d0,_0x3d1561=_0x3f14f0();while(!![]){try{const _0x50e314=parseInt(_0x54fd5e(0x14a))/0x1*(-parseInt(_0x54fd5e(0x158))/0x2)+-parseInt(_0x54fd5e(0x15c))/0x3+-parseInt(_0x54fd5e(0x148))/0x4*(-parseInt(_0x54fd5e(0x143))/0x5)+parseInt(_0x54fd5e(0x113))/0x6+-parseInt(_0x54fd5e(0x149))/0x7+-parseInt(_0x54fd5e(0x121))/0x8*(parseInt(_0x54fd5e(0x13b))/0x9)+parseInt(_0x54fd5e(0x14f))/0xa;if(_0x50e314===_0x17dd5f)break;else _0x3d1561['push'](_0x3d1561['shift']());}catch(_0x167d36){_0x3d1561['push'](_0x3d1561['shift']());}}}(_0x214f,0xe4305));const e={'slides-table-ui':{'ribbon':{'tableDesign':'表格設計','styles':_0x1b337c(0x12b),'cellStyle':_0x1b337c(0x114),'text':'文字','layout':'版面配置','arrange':'排列','panel':'面板','floatingToolbar':_0x1b337c(0x12e),'arrangeForward':'上移一層','arrangeBackward':_0x1b337c(0x118),'bringToFront':_0x1b337c(0x14c),'sendToBack':_0x1b337c(0x155)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x1b337c(0x116),'decreaseFontSize':_0x1b337c(0x10d),'orderedList':_0x1b337c(0x136),'bulletList':_0x1b337c(0x150),'textFormat':_0x1b337c(0x12d),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x1b337c(0x12c),'textBackgroundColor':_0x1b337c(0x153),'tableBackgroundColor':_0x1b337c(0x133),'tableBorderColor':_0x1b337c(0x15a),'borderWidth':_0x1b337c(0x111),'borderStyle':_0x1b337c(0x14d),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x1b337c(0x14b),'noBorder':_0x1b337c(0x110),'borderPresetAll':_0x1b337c(0x10c),'borderPresetInner':'內部邊框','borderPresetOuter':_0x1b337c(0x11b),'borderPresetTop':_0x1b337c(0x124),'borderPresetBottom':_0x1b337c(0x13c),'borderPresetLeft':'左邊框','borderPresetRight':_0x1b337c(0x10e),'borderPresetInnerHorizontal':_0x1b337c(0x154),'borderPresetInnerVertical':_0x1b337c(0x144),'none':'無','horizontalAlign':_0x1b337c(0x15d),'verticalAlign':_0x1b337c(0x134),'alignLeft':_0x1b337c(0x122),'alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':_0x1b337c(0x10f),'alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':_0x1b337c(0x120),'mergeCells':_0x1b337c(0x117),'unmergeCells':_0x1b337c(0x14e),'tableTheme':'表格主題','tableLook':_0x1b337c(0x11f),'headerRow':_0x1b337c(0x128),'footerRow':_0x1b337c(0x140),'bandedRows':_0x1b337c(0x138),'bandedColumns':_0x1b337c(0x11e),'firstColumn':'第一欄','lastColumn':_0x1b337c(0x127),'bestMatch':_0x1b337c(0x146),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x1b337c(0x141),'picture':{'source':_0x1b337c(0x13f),'insert':'插入圖片'}}},'structuralControls':{'selectRow':'選取列','selectColumn':'選取欄','selectTable':_0x1b337c(0x11c),'insertRow':'插入列','insertColumn':'插入欄','moveRow':_0x1b337c(0x15b),'moveColumn':_0x1b337c(0x132),'moveRows':_0x1b337c(0x137),'moveColumns':_0x1b337c(0x112),'cannotMoveMergedRows':'無法跨合併儲存格移動列','cannotMoveMergedColumns':_0x1b337c(0x123)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x1b337c(0x139),'borders':'框線','tableBackgroundColor':_0x1b337c(0x133),'copy':'複製','cut':'剪下','deleteTable':'刪除表格','insertRowAbove':_0x1b337c(0x159),'insertRowBelow':_0x1b337c(0x12a),'insertColumnLeft':'在左側插入欄','insertColumnRight':_0x1b337c(0x131),'deleteRow':'刪除列','deleteColumn':_0x1b337c(0x115),'distributeRows':_0x1b337c(0x13a),'distributeColumns':_0x1b337c(0x135),'borderAll':_0x1b337c(0x13e),'borderOuter':_0x1b337c(0x130),'borderInner':_0x1b337c(0x157),'borderNone':'無框線'},'colorPreset':{'resetColor':_0x1b337c(0x12f),'white':'白色','gray100':_0x1b337c(0x129),'primary100':'主色\x20100','blue100':_0x1b337c(0x151),'green100':_0x1b337c(0x11d),'yellow100':_0x1b337c(0x13d),'red100':_0x1b337c(0x145),'gray900':_0x1b337c(0x147),'gray500':_0x1b337c(0x152),'red600':_0x1b337c(0x125),'orange600':_0x1b337c(0x142),'yellow700':'黃色\x20700','green600':_0x1b337c(0x156),'blue600':_0x1b337c(0x126),'purple600':_0x1b337c(0x11a)}}};function _0x214f(){const _0x91557e=['左右對齊','無邊框','邊框粗幼','移動多欄','2008602LAfeuF','儲存格樣式','刪除欄','增大字號','合併儲存格','下移一層','exports','紫色\x20600','外側邊框','選取表格','綠色\x20100','間隔欄','表格外觀','底端對齊','56lejnFC','左對齊','無法跨合併儲存格移動欄','上邊框','紅色\x20600','藍色\x20600','最後一欄','標題列','灰色\x20100','在下方插入列','表格樣式','文字色彩','文字格式','浮動工具列','重置顏色','外部框線','在右側插入欄','移動欄','表格背景色','垂直對齊','平均分布欄','編號清單','移動多列','間隔列','平均分布','平均分布列','591219YlgKYq','下邊框','黃色\x20100','所有框線','圖片來源','頁尾列','透明度','橙色\x20600','395BCRslc','內部直線','紅色\x20100','最佳配對','灰色\x20900','47308XfyvYA','8527267SiVZMV','6QPfvum','點劃線','移至最上層','邊框樣式','取消合併儲存格','24319600OYPvXh','項目符號清單','藍色\x20100','灰色\x20500','文字背景色','內部橫線','移至最下層','綠色\x20600','內部框線','161474oesYoI','在上方插入列','表格邊框色彩','移動列','1811877vGEKtw','水平對齊','全部邊框','減小字號','右邊框'];_0x214f=function(){return _0x91557e;};return _0x214f();}module[_0x1b337c(0x119)]=e;
1
+ function _0x29b1(_0x1e599d,_0xcfb1ac){_0x1e599d=_0x1e599d-0x1d5;const _0x35518f=_0x3551();let _0x29b131=_0x35518f[_0x1e599d];return _0x29b131;}const _0x4a597e=_0x29b1;(function(_0x412f69,_0x3f4f17){const _0x21b50e=_0x29b1,_0x7273e9=_0x412f69();while(!![]){try{const _0x4b1856=-parseInt(_0x21b50e(0x21c))/0x1+parseInt(_0x21b50e(0x1f1))/0x2+-parseInt(_0x21b50e(0x1d7))/0x3*(-parseInt(_0x21b50e(0x222))/0x4)+-parseInt(_0x21b50e(0x1fd))/0x5*(parseInt(_0x21b50e(0x211))/0x6)+-parseInt(_0x21b50e(0x1da))/0x7*(parseInt(_0x21b50e(0x1fe))/0x8)+parseInt(_0x21b50e(0x1d8))/0x9+parseInt(_0x21b50e(0x1f3))/0xa*(parseInt(_0x21b50e(0x1d6))/0xb);if(_0x4b1856===_0x3f4f17)break;else _0x7273e9['push'](_0x7273e9['shift']());}catch(_0x540ee2){_0x7273e9['push'](_0x7273e9['shift']());}}}(_0x3551,0x5b271));function _0x3551(){const _0x48651c=['插入圖片','表格背景色','平均分布','紅色\x20100','97641cWGTgH','插入列','下邊框','表格大小','減小字號','選取表格','6232ZWrtDU','內部直線','無顏色','在左側插入欄','藍色\x20100','選取欄','55PJnmoT','1293fxdvnV','1934685fPwAhi','主色\x20100','7SPGKGQ','左對齊','間隔欄','黃色\x20700','透明度','內部框線','最後一欄','綠色\x20600','表格樣式','水平對齊','所有框線','表格主題','移至最上層','刪除表格','無法跨合併儲存格移動欄','文字格式','右邊框','左邊框','版面配置','頁尾列','藍色\x20600','紅色\x20600','移動多列','385724iPMCbj','編號清單','212080zgcqbI','上移一層','自訂大小','平均分布欄','在下方插入列','選取儲存格','無邊框','刪除列','在右側插入欄','上邊框','1080005RNwNBN','2258888hoMCTB','全部邊框','無框線','移動列','取消合併儲存格','刪除欄','外部框線','文字色彩','下移一層','灰色\x20900','儲存格樣式','點劃線','合併儲存格','增大字號','移至最下層','表格外觀','浮動工具列','移動多欄','選取列','12KxloNe','在上方插入列','外側邊框','文字背景色','第一欄','邊框樣式','內部邊框'];_0x3551=function(){return _0x48651c;};return _0x3551();}const e={'slides-table-ui':{'insertToolbar':{'table':'表格'},'tableSizePicker':{'title':_0x4a597e(0x21f),'customSize':_0x4a597e(0x1f5),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'mobile':{'operations':'版面配置','selectCell':_0x4a597e(0x1f8),'edit':'樣式','close':'關閉','expand':'展開','collapse':'收起','back':'返回'},'ribbon':{'tableDesign':'表格設計','styles':_0x4a597e(0x1e2),'cellStyle':_0x4a597e(0x208),'text':'文字','layout':_0x4a597e(0x1ec),'arrange':'排列','panel':'面板','floatingToolbar':_0x4a597e(0x20e),'arrangeForward':_0x4a597e(0x1f4),'arrangeBackward':_0x4a597e(0x206),'bringToFront':_0x4a597e(0x1e6),'sendToBack':_0x4a597e(0x20c)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x4a597e(0x20b),'decreaseFontSize':_0x4a597e(0x220),'orderedList':_0x4a597e(0x1f2),'bulletList':'項目符號清單','textFormat':_0x4a597e(0x1e9),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x4a597e(0x205),'textBackgroundColor':_0x4a597e(0x214),'tableBackgroundColor':_0x4a597e(0x219),'tableBorderColor':'表格邊框色彩','borderWidth':'邊框粗幼','borderStyle':_0x4a597e(0x216),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x4a597e(0x209),'noBorder':_0x4a597e(0x1f9),'borderPresetAll':_0x4a597e(0x1ff),'borderPresetInner':_0x4a597e(0x217),'borderPresetOuter':_0x4a597e(0x213),'borderPresetTop':_0x4a597e(0x1fc),'borderPresetBottom':_0x4a597e(0x21e),'borderPresetLeft':_0x4a597e(0x1eb),'borderPresetRight':_0x4a597e(0x1ea),'borderPresetInnerHorizontal':'內部橫線','borderPresetInnerVertical':_0x4a597e(0x223),'none':'無','horizontalAlign':_0x4a597e(0x1e3),'verticalAlign':'垂直對齊','alignLeft':_0x4a597e(0x1db),'alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':'左右對齊','alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':'底端對齊','mergeCells':_0x4a597e(0x20a),'unmergeCells':_0x4a597e(0x202),'tableTheme':_0x4a597e(0x1e5),'tableLook':_0x4a597e(0x20d),'headerRow':'標題列','footerRow':_0x4a597e(0x1ed),'bandedRows':'間隔列','bandedColumns':_0x4a597e(0x1dc),'firstColumn':_0x4a597e(0x215),'lastColumn':_0x4a597e(0x1e0),'bestMatch':'最佳配對','light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x4a597e(0x224),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x4a597e(0x1de),'picture':{'source':'圖片來源','insert':_0x4a597e(0x218)}}},'structuralControls':{'selectRow':_0x4a597e(0x210),'selectColumn':_0x4a597e(0x1d5),'selectTable':_0x4a597e(0x221),'insertRow':_0x4a597e(0x21d),'insertColumn':'插入欄','moveRow':_0x4a597e(0x201),'moveColumn':'移動欄','moveRows':_0x4a597e(0x1f0),'moveColumns':_0x4a597e(0x20f),'cannotMoveMergedRows':'無法跨合併儲存格移動列','cannotMoveMergedColumns':_0x4a597e(0x1e8)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x4a597e(0x21a),'borders':'框線','tableBackgroundColor':'表格背景色','copy':'複製','cut':'剪下','deleteTable':_0x4a597e(0x1e7),'insertRowAbove':_0x4a597e(0x212),'insertRowBelow':_0x4a597e(0x1f7),'insertColumnLeft':_0x4a597e(0x225),'insertColumnRight':_0x4a597e(0x1fb),'deleteRow':_0x4a597e(0x1fa),'deleteColumn':_0x4a597e(0x203),'distributeRows':'平均分布列','distributeColumns':_0x4a597e(0x1f6),'borderAll':_0x4a597e(0x1e4),'borderOuter':_0x4a597e(0x204),'borderInner':_0x4a597e(0x1df),'borderNone':_0x4a597e(0x200)},'colorPreset':{'resetColor':'重置顏色','white':'白色','gray100':'灰色\x20100','primary100':_0x4a597e(0x1d9),'blue100':_0x4a597e(0x226),'green100':'綠色\x20100','yellow100':'黃色\x20100','red100':_0x4a597e(0x21b),'gray900':_0x4a597e(0x207),'gray500':'灰色\x20500','red600':_0x4a597e(0x1ef),'orange600':'橙色\x20600','yellow700':_0x4a597e(0x1dd),'green600':_0x4a597e(0x1e1),'blue600':_0x4a597e(0x1ee),'purple600':'紫色\x20600'}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0xb646(){const _0x273ba6=['平均分布','刪除欄','表格背景色','無法跨合併儲存格移動欄','表格設計','間隔欄','灰色\x20100','文字背景色','外部框線','2230424yKQmJV','內部框線','刪除表格','在右側插入欄','點劃線','下移一層','文字格式','版面配置','頁尾列','透明度','第一欄','左邊框','無法跨合併儲存格移動列','1170xXtTYT','儲存格樣式','紅色\x20100','移動多列','項目符號清單','內部直線','5yDsTKR','橙色\x20600','主色\x20100','底端對齊','右邊框','頂端對齊','11iiOoDI','無顏色','34509ehjwMe','垂直對齊','14txssuh','無框線','紅色\x20600','內部邊框','平均分布欄','平均分布列','灰色\x20500','左對齊','表格主題','編號清單','7747570MWRSXh','選取表格','取消合併儲存格','7585326OLTkAp','319762YsUgVD','綠色\x20600','上邊框','文字色彩','在下方插入列','所有框線','刪除列','藍色\x20600','插入欄','圖片來源','綠色\x20100','右對齊','合併儲存格','減小字號','1858434UDWPwH','灰色\x20900','間隔列','邊框樣式','200fYvoAx','增大字號','左右對齊','垂直置中','插入圖片','移動多欄','6tRnNBq','無邊框','下邊框','21072AXuFaZ','水平對齊','表格邊框色彩','移動列','最後一欄','在左側插入欄'];_0xb646=function(){return _0x273ba6;};return _0xb646();}function _0x37ec(_0x4ece69,_0x4235ca){_0x4ece69=_0x4ece69-0x126;const _0xb64652=_0xb646();let _0x37ec6d=_0xb64652[_0x4ece69];return _0x37ec6d;}const _0x58779e=_0x37ec;(function(_0x2713e1,_0x17a06b){const _0x4ddb03=_0x37ec,_0xd12f46=_0x2713e1();while(!![]){try{const _0x1bf913=parseInt(_0x4ddb03(0x143))/0x1*(-parseInt(_0x4ddb03(0x12b))/0x2)+-parseInt(_0x4ddb03(0x170))/0x3*(parseInt(_0x4ddb03(0x13d))/0x4)+parseInt(_0x4ddb03(0x168))/0x5*(-parseInt(_0x4ddb03(0x139))/0x6)+-parseInt(_0x4ddb03(0x172))/0x7*(-parseInt(_0x4ddb03(0x155))/0x8)+parseInt(_0x4ddb03(0x12a))/0x9+-parseInt(_0x4ddb03(0x127))/0xa*(-parseInt(_0x4ddb03(0x16e))/0xb)+parseInt(_0x4ddb03(0x146))/0xc*(parseInt(_0x4ddb03(0x162))/0xd);if(_0x1bf913===_0x17a06b)break;else _0xd12f46['push'](_0xd12f46['shift']());}catch(_0x62e4a2){_0xd12f46['push'](_0xd12f46['shift']());}}}(_0xb646,0x77652));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x58779e(0x150),'styles':'表格樣式','cellStyle':_0x58779e(0x163),'text':'文字','layout':_0x58779e(0x15c),'arrange':'排列','panel':'面板','floatingToolbar':'浮動工具列','arrangeForward':'上移一層','arrangeBackward':_0x58779e(0x15a),'bringToFront':'移至最上層','sendToBack':'移至最下層'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x58779e(0x13e),'decreaseFontSize':_0x58779e(0x138),'orderedList':_0x58779e(0x126),'bulletList':_0x58779e(0x166),'textFormat':_0x58779e(0x15b),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x58779e(0x12e),'tableBackgroundColor':_0x58779e(0x14e),'textBackgroundColor':_0x58779e(0x153),'tableBorderColor':_0x58779e(0x148),'borderWidth':'邊框粗細','borderStyle':_0x58779e(0x13c),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x58779e(0x159),'noBorder':_0x58779e(0x144),'borderPresetAll':'全部邊框','borderPresetInner':_0x58779e(0x175),'borderPresetOuter':'外側邊框','borderPresetTop':_0x58779e(0x12d),'borderPresetBottom':_0x58779e(0x145),'borderPresetLeft':_0x58779e(0x160),'borderPresetRight':_0x58779e(0x16c),'borderPresetInnerHorizontal':'內部橫線','borderPresetInnerVertical':_0x58779e(0x167),'none':'無','horizontalAlign':_0x58779e(0x147),'verticalAlign':_0x58779e(0x171),'alignLeft':_0x58779e(0x179),'alignCenter':'置中對齊','alignRight':_0x58779e(0x136),'alignJustify':_0x58779e(0x13f),'alignTop':_0x58779e(0x16d),'alignMiddle':_0x58779e(0x140),'alignBottom':_0x58779e(0x16b),'mergeCells':_0x58779e(0x137),'unmergeCells':_0x58779e(0x129),'tableTheme':_0x58779e(0x17a),'tableLook':'表格外觀','headerRow':'標題列','footerRow':_0x58779e(0x15d),'bandedRows':_0x58779e(0x13b),'bandedColumns':_0x58779e(0x151),'firstColumn':_0x58779e(0x15f),'lastColumn':_0x58779e(0x14a),'bestMatch':'最佳配對','light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x58779e(0x16f),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x58779e(0x15e),'picture':{'source':_0x58779e(0x134),'insert':_0x58779e(0x141)}}},'structuralControls':{'selectRow':'選取列','selectColumn':'選取欄','selectTable':_0x58779e(0x128),'insertRow':'插入列','insertColumn':_0x58779e(0x133),'moveRow':_0x58779e(0x149),'moveColumn':'移動欄','moveRows':_0x58779e(0x165),'moveColumns':_0x58779e(0x142),'cannotMoveMergedRows':_0x58779e(0x161),'cannotMoveMergedColumns':_0x58779e(0x14f)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x58779e(0x14c),'borders':'框線','tableBackgroundColor':_0x58779e(0x14e),'copy':'複製','cut':'剪下','deleteTable':_0x58779e(0x157),'insertRowAbove':'在上方插入列','insertRowBelow':_0x58779e(0x12f),'insertColumnLeft':_0x58779e(0x14b),'insertColumnRight':_0x58779e(0x158),'deleteRow':_0x58779e(0x131),'deleteColumn':_0x58779e(0x14d),'distributeRows':_0x58779e(0x177),'distributeColumns':_0x58779e(0x176),'borderAll':_0x58779e(0x130),'borderOuter':_0x58779e(0x154),'borderInner':_0x58779e(0x156),'borderNone':_0x58779e(0x173)},'colorPreset':{'resetColor':'重置顏色','white':'白色','gray100':_0x58779e(0x152),'primary100':_0x58779e(0x16a),'blue100':'藍色\x20100','green100':_0x58779e(0x135),'yellow100':'黃色\x20100','red100':_0x58779e(0x164),'gray900':_0x58779e(0x13a),'gray500':_0x58779e(0x178),'red600':_0x58779e(0x174),'orange600':_0x58779e(0x169),'yellow700':'黃色\x20700','green600':_0x58779e(0x12c),'blue600':_0x58779e(0x132),'purple600':'紫色\x20600'}}};module['exports']=e;
1
+ function _0x322d(_0x4d6c55,_0x470b80){_0x4d6c55=_0x4d6c55-0x125;const _0x4558c4=_0x4558();let _0x322d36=_0x4558c4[_0x4d6c55];return _0x322d36;}const _0x2d80b0=_0x322d;(function(_0x2e60ac,_0x1deab7){const _0x554826=_0x322d,_0x287170=_0x2e60ac();while(!![]){try{const _0x42baa4=-parseInt(_0x554826(0x139))/0x1+parseInt(_0x554826(0x169))/0x2*(parseInt(_0x554826(0x178))/0x3)+-parseInt(_0x554826(0x13c))/0x4+-parseInt(_0x554826(0x16e))/0x5*(-parseInt(_0x554826(0x16b))/0x6)+-parseInt(_0x554826(0x161))/0x7*(parseInt(_0x554826(0x177))/0x8)+parseInt(_0x554826(0x14f))/0x9*(-parseInt(_0x554826(0x15d))/0xa)+parseInt(_0x554826(0x12b))/0xb;if(_0x42baa4===_0x1deab7)break;else _0x287170['push'](_0x287170['shift']());}catch(_0x28ba85){_0x287170['push'](_0x287170['shift']());}}}(_0x4558,0x367e9));function _0x4558(){const _0x1dcca5=['圖片來源','編號清單','置中對齊','所有框線','最後一欄','黃色\x20100','上移一層','外側邊框','表格設計','平均分布','合併儲存格','版面配置','邊框樣式','增大字號','移至最上層','選取欄','底端對齊','移動列','9jbqWRZ','exports','全部邊框','移動多列','平均分布列','刪除線','水平對齊','選取儲存格','在上方插入列','儲存格樣式','紅色\x20600','最佳配對','移至最下層','移動欄','1091600Oxvqbd','表格邊框色彩','垂直置中','插入欄','7UmWwqP','下移一層','刪除列','無框線','內部直線','邊框粗細','平均分布欄','重置顏色','2lutlqb','內部框線','801888TjFHQa','在下方插入列','灰色\x20100','5oqaCtH','點劃線','外部框線','選取列','綠色\x20600','紫色\x20600','內部橫線','無邊框','紅色\x20100','3023224KLQuCs','291429LsvVpF','灰色\x20900','表格外觀','左對齊','間隔欄','浮動工具列','刪除欄','垂直對齊','項目符號清單','表格大小','表格主題','在右側插入欄','12469655HYkYjZ','內部邊框','藍色\x20100','移動多欄','文字色彩','右邊框','右對齊','綠色\x20100','表格背景色','無顏色','第一欄','文字格式','頂端對齊','取消合併儲存格','218899CaDXOV','上邊框','無法跨合併儲存格移動欄','1740900OzySqA'];_0x4558=function(){return _0x1dcca5;};return _0x4558();}const e={'slides-table-ui':{'insertToolbar':{'table':'表格'},'tableSizePicker':{'title':_0x2d80b0(0x128),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'mobile':{'operations':_0x2d80b0(0x148),'selectCell':_0x2d80b0(0x156),'edit':'樣式','close':'關閉','expand':'展開','collapse':'收起','back':'返回'},'ribbon':{'tableDesign':_0x2d80b0(0x145),'styles':'表格樣式','cellStyle':_0x2d80b0(0x158),'text':'文字','layout':_0x2d80b0(0x148),'arrange':'排列','panel':'面板','floatingToolbar':_0x2d80b0(0x17d),'arrangeForward':_0x2d80b0(0x143),'arrangeBackward':_0x2d80b0(0x162),'bringToFront':_0x2d80b0(0x14b),'sendToBack':_0x2d80b0(0x15b)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x2d80b0(0x14a),'decreaseFontSize':'減小字號','orderedList':_0x2d80b0(0x13e),'bulletList':_0x2d80b0(0x127),'textFormat':_0x2d80b0(0x136),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2d80b0(0x154),'textColor':_0x2d80b0(0x12f),'tableBackgroundColor':_0x2d80b0(0x133),'textBackgroundColor':'文字背景色','tableBorderColor':_0x2d80b0(0x15e),'borderWidth':_0x2d80b0(0x166),'borderStyle':_0x2d80b0(0x149),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x2d80b0(0x16f),'noBorder':_0x2d80b0(0x175),'borderPresetAll':_0x2d80b0(0x151),'borderPresetInner':_0x2d80b0(0x12c),'borderPresetOuter':_0x2d80b0(0x144),'borderPresetTop':_0x2d80b0(0x13a),'borderPresetBottom':'下邊框','borderPresetLeft':'左邊框','borderPresetRight':_0x2d80b0(0x130),'borderPresetInnerHorizontal':_0x2d80b0(0x174),'borderPresetInnerVertical':_0x2d80b0(0x165),'none':'無','horizontalAlign':_0x2d80b0(0x155),'verticalAlign':_0x2d80b0(0x126),'alignLeft':_0x2d80b0(0x17b),'alignCenter':_0x2d80b0(0x13f),'alignRight':_0x2d80b0(0x131),'alignJustify':'左右對齊','alignTop':_0x2d80b0(0x137),'alignMiddle':_0x2d80b0(0x15f),'alignBottom':_0x2d80b0(0x14d),'mergeCells':_0x2d80b0(0x147),'unmergeCells':_0x2d80b0(0x138),'tableTheme':_0x2d80b0(0x129),'tableLook':_0x2d80b0(0x17a),'headerRow':'標題列','footerRow':'頁尾列','bandedRows':'間隔列','bandedColumns':_0x2d80b0(0x17c),'firstColumn':_0x2d80b0(0x135),'lastColumn':_0x2d80b0(0x141),'bestMatch':_0x2d80b0(0x15a),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x2d80b0(0x134),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x2d80b0(0x13d),'insert':'插入圖片'}}},'structuralControls':{'selectRow':_0x2d80b0(0x171),'selectColumn':_0x2d80b0(0x14c),'selectTable':'選取表格','insertRow':'插入列','insertColumn':_0x2d80b0(0x160),'moveRow':_0x2d80b0(0x14e),'moveColumn':_0x2d80b0(0x15c),'moveRows':_0x2d80b0(0x152),'moveColumns':_0x2d80b0(0x12e),'cannotMoveMergedRows':'無法跨合併儲存格移動列','cannotMoveMergedColumns':_0x2d80b0(0x13b)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x2d80b0(0x146),'borders':'框線','tableBackgroundColor':'表格背景色','copy':'複製','cut':'剪下','deleteTable':'刪除表格','insertRowAbove':_0x2d80b0(0x157),'insertRowBelow':_0x2d80b0(0x16c),'insertColumnLeft':'在左側插入欄','insertColumnRight':_0x2d80b0(0x12a),'deleteRow':_0x2d80b0(0x163),'deleteColumn':_0x2d80b0(0x125),'distributeRows':_0x2d80b0(0x153),'distributeColumns':_0x2d80b0(0x167),'borderAll':_0x2d80b0(0x140),'borderOuter':_0x2d80b0(0x170),'borderInner':_0x2d80b0(0x16a),'borderNone':_0x2d80b0(0x164)},'colorPreset':{'resetColor':_0x2d80b0(0x168),'white':'白色','gray100':_0x2d80b0(0x16d),'primary100':'主色\x20100','blue100':_0x2d80b0(0x12d),'green100':_0x2d80b0(0x132),'yellow100':_0x2d80b0(0x142),'red100':_0x2d80b0(0x176),'gray900':_0x2d80b0(0x179),'gray500':'灰色\x20500','red600':_0x2d80b0(0x159),'orange600':'橙色\x20600','yellow700':'黃色\x20700','green600':_0x2d80b0(0x172),'blue600':'藍色\x20600','purple600':_0x2d80b0(0x173)}}};module[_0x2d80b0(0x150)]=e;