@univerjs-pro/docs-table-ui 0.25.1 → 1.0.0-alpha.1

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 (119) hide show
  1. package/README.md +38 -7
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -0
  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 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  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 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -0
  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 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  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 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  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 -0
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +394 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -0
  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 -0
  52. package/lib/locale/it-IT.js +1 -0
  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 -0
  56. package/lib/locale/pt-BR.js +1 -0
  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 -0
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/commands/docs-table-floating-text-style.command.d.ts +15 -0
  64. package/lib/types/commands/docs-table-select-all.command.d.ts +4 -0
  65. package/lib/types/controllers/components.controller.d.ts +9 -0
  66. package/lib/types/controllers/docs-table-canvas-render.controller.d.ts +49 -19
  67. package/lib/types/controllers/docs-table-create-table.controller.d.ts +1 -3
  68. package/lib/types/controllers/docs-table-floating-menu.controller.d.ts +5 -0
  69. package/lib/types/controllers/docs-table-keyboard.controller.d.ts +7 -0
  70. package/lib/types/index.d.ts +9 -3
  71. package/lib/types/locale/ar-SA.d.ts +3 -0
  72. package/lib/types/locale/de-DE.d.ts +3 -0
  73. package/lib/types/locale/en-US.d.ts +33 -0
  74. package/lib/types/locale/id-ID.d.ts +3 -0
  75. package/lib/types/locale/it-IT.d.ts +3 -0
  76. package/lib/types/locale/pl-PL.d.ts +3 -0
  77. package/lib/types/locale/pt-BR.d.ts +3 -0
  78. package/lib/types/locale/types.d.ts +3 -0
  79. package/lib/types/locale/zh-HK.d.ts +3 -0
  80. package/lib/types/plugin.d.ts +1 -1
  81. package/lib/types/services/docs-table-floating-menu.service.d.ts +51 -0
  82. package/lib/types/services/docs-table-floating-text-style.util.d.ts +10 -0
  83. package/lib/types/services/docs-table-viewport.service.d.ts +8 -1
  84. package/lib/types/views/borders/DocsTableBorderPanel.d.ts +3 -3
  85. package/lib/types/views/canvas/docs-table-canvas-icons.d.ts +2 -3
  86. package/lib/types/views/canvas/docs-table-scrollbar.d.ts +9 -1
  87. package/lib/types/views/canvas/docs-table-selection-render.d.ts +1 -1
  88. package/lib/types/views/canvas/docs-table-trigger-model.d.ts +7 -3
  89. package/lib/types/views/column-type/DocsTableColumnTypePanel.d.ts +1 -2
  90. package/lib/types/views/floating-toolbar/DocsTableFloatingToolbar.d.ts +2 -0
  91. package/lib/types/views/icons/DocsTableBorderToolbarIcons.d.ts +5 -10
  92. package/lib/types/views/insert-table/DocsTableInsertTablePicker.d.ts +5 -3
  93. package/lib/types/views/menu.d.ts +53 -47
  94. package/lib/types/views/options/DocsTableOptionsPanel.d.ts +1 -2
  95. package/lib/types/views/toolbar/DocsTableToolbar.d.ts +1 -2
  96. package/lib/umd/index.js +1 -1
  97. package/lib/umd/locale/ar-SA.js +1 -0
  98. package/lib/umd/locale/ca-ES.js +1 -1
  99. package/lib/umd/locale/de-DE.js +1 -0
  100. package/lib/umd/locale/en-US.js +1 -1
  101. package/lib/umd/locale/es-ES.js +1 -1
  102. package/lib/umd/locale/fa-IR.js +1 -1
  103. package/lib/umd/locale/fr-FR.js +1 -1
  104. package/lib/umd/locale/id-ID.js +1 -0
  105. package/lib/umd/locale/it-IT.js +1 -0
  106. package/lib/umd/locale/ja-JP.js +1 -1
  107. package/lib/umd/locale/ko-KR.js +1 -1
  108. package/lib/umd/locale/pl-PL.js +1 -0
  109. package/lib/umd/locale/pt-BR.js +1 -0
  110. package/lib/umd/locale/ru-RU.js +1 -1
  111. package/lib/umd/locale/sk-SK.js +1 -1
  112. package/lib/umd/locale/vi-VN.js +1 -1
  113. package/lib/umd/locale/zh-CN.js +1 -1
  114. package/lib/umd/locale/zh-HK.js +1 -0
  115. package/lib/umd/locale/zh-TW.js +1 -1
  116. package/package.json +16 -15
  117. package/lib/types/controllers/docs-table-options.controller.d.ts +0 -7
  118. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  119. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- function _0x592f(_0x2a4984,_0x42daad){_0x2a4984=_0x2a4984-0x94;const _0x26d054=_0x26d0();let _0x592fc4=_0x26d054[_0x2a4984];return _0x592fc4;}function _0x26d0(){const _0x3c7294=['Chọn\x20cột','Xóa\x20bảng','Nét\x20đứt','Đặt\x20lại\x20màu','Phân\x20bố\x20hàng','Màu\x20nền\x20bảng','Kích\x20thước\x20tùy\x20chỉnh','Liền','Đường\x20viền\x20trái','Đường\x20viền\x20trên','4516603YKtTho','Chấm','533060eVelxW','Hàng','Đường\x20viền\x20ngang\x20bên\x20trong','Chèn\x20bảng','Phân\x20bố\x20cột','Sắp\x20xếp\x20tăng\x20dần','Chèn\x20cột\x20bên\x20trái','Đường\x20viền\x20phải','Độ\x20dày\x20đường\x20viền','69813ydySlZ','Tất\x20cả\x20đường\x20viền','Sắp\x20xếp\x20bảng','Chèn\x20{count}\x20hàng\x20phía\x20trên','127610QmFlyQ','Xóa','Kiểu\x20đường\x20viền','Tùy\x20chọn\x20bảng','Tách\x20ô','Hộp\x20kiểm','Hợp\x20nhất\x20ô','Màu\x20nền\x20văn\x20bản','Xóa\x20hàng','1550kTAJxY','Màu\x20đường\x20viền','132yeLDUx','19wBcKZR','Chèn\x20{count}\x20cột\x20bên\x20trái','Bảng','1134PnQnOR','11007SiungD','Đặt\x20kiểu\x20cột','Chọn\x20hàng','651136ZuMspO','Đường\x20viền\x20dưới','Chọn\x20bảng','6140dDcHCO','Đường\x20viền\x20ngoài','Chèn\x20{count}\x20cột\x20bên\x20phải','Văn\x20bản','exports','Danh\x20sách\x20thả\x20xuống','Xóa\x20{count}\x20cột','Phân\x20bố','Cột','Chèn\x20hàng\x20phía\x20trên','Đường\x20viền\x20dọc\x20bên\x20trong','Ngày'];_0x26d0=function(){return _0x3c7294;};return _0x26d0();}const _0x11fe4d=_0x592f;(function(_0x57ea9d,_0x3d4e83){const _0x54aca6=_0x592f,_0x310d81=_0x57ea9d();while(!![]){try{const _0x7ad25b=-parseInt(_0x54aca6(0x9e))/0x1*(-parseInt(_0x54aca6(0xcd))/0x2)+-parseInt(_0x54aca6(0xc9))/0x3*(parseInt(_0x54aca6(0x9d))/0x4)+-parseInt(_0x54aca6(0x9b))/0x5*(-parseInt(_0x54aca6(0xa1))/0x6)+-parseInt(_0x54aca6(0xbe))/0x7+parseInt(_0x54aca6(0xa5))/0x8+parseInt(_0x54aca6(0xa2))/0x9*(parseInt(_0x54aca6(0xa8))/0xa)+parseInt(_0x54aca6(0xc0))/0xb;if(_0x7ad25b===_0x3d4e83)break;else _0x310d81['push'](_0x310d81['shift']());}catch(_0x528880){_0x310d81['push'](_0x310d81['shift']());}}}(_0x26d0,0xb44b7));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x11fe4d(0x99)},'resetColor':_0x11fe4d(0xb7)},'table':{'main':_0x11fe4d(0xa0),'insert':'Chèn','delete':_0x11fe4d(0xb5)},'insertTable':_0x11fe4d(0xc3),'insert':'Chèn','insertTableSize':'Kích\x20thước\x20bảng\x20cần\x20chèn','customTableSize':_0x11fe4d(0xba),'tableRows':_0x11fe4d(0xc1),'tableColumns':_0x11fe4d(0xb0),'insertRowAbove':_0x11fe4d(0xb1),'insertRowBelow':'Chèn\x20hàng\x20phía\x20dưới','insertRowsAbove':_0x11fe4d(0xcc),'insertRowsBelow':'Chèn\x20{count}\x20hàng\x20phía\x20dưới','insertColumnLeft':_0x11fe4d(0xc6),'insertColumnRight':'Chèn\x20cột\x20bên\x20phải','insertColumnsLeft':_0x11fe4d(0x9f),'insertColumnsRight':_0x11fe4d(0xaa),'delete':_0x11fe4d(0xce),'deleteRow':_0x11fe4d(0x9a),'deleteRows':'Xóa\x20{count}\x20hàng','deleteColumn':'Xóa\x20cột','deleteColumns':_0x11fe4d(0xae),'deleteTable':_0x11fe4d(0xb5),'mergeCells':_0x11fe4d(0x98),'unmergeCells':_0x11fe4d(0x96),'insertTitleRow':'Chèn\x20hàng\x20tiêu\x20đề','pinHeaderRows':'Ghim\x20tiêu\x20đề\x20đến\x20hàng\x20này','selectColumn':_0x11fe4d(0xb4),'selectRow':_0x11fe4d(0xa4),'selectTable':_0x11fe4d(0xa7),'sortTable':_0x11fe4d(0xcb),'sortAscending':_0x11fe4d(0xc5),'sortDescending':'Sắp\x20xếp\x20giảm\x20dần','distribute':_0x11fe4d(0xaf),'distributeRows':_0x11fe4d(0xb8),'distributeColumns':_0x11fe4d(0xc4),'borders':'Đường\x20viền','borderAll':_0x11fe4d(0xca),'borderBottom':_0x11fe4d(0xa6),'borderInner':'Đường\x20viền\x20bên\x20trong','borderInnerHorizontal':_0x11fe4d(0xc2),'borderInnerVertical':_0x11fe4d(0xb2),'borderLeft':_0x11fe4d(0xbc),'borderOuter':_0x11fe4d(0xa9),'borderNone':'Không\x20có\x20đường\x20viền','borderRight':_0x11fe4d(0xc7),'borderTop':_0x11fe4d(0xbd),'tableBackgroundColor':_0x11fe4d(0xb9),'borderColor':_0x11fe4d(0x9c),'borderWidth':_0x11fe4d(0xc8),'borderStyle':_0x11fe4d(0x94),'borderStyleSolid':_0x11fe4d(0xbb),'borderStyleDotted':_0x11fe4d(0xbf),'borderStyleDashed':_0x11fe4d(0xb6),'columnType':_0x11fe4d(0xa3),'columnTypeText':_0x11fe4d(0xab),'columnTypeNumber':'Số','columnTypeDate':_0x11fe4d(0xb3),'columnTypeCheckbox':_0x11fe4d(0x97),'columnTypeDropdown':_0x11fe4d(0xad),'tableOptions':_0x11fe4d(0x95)}};module[_0x11fe4d(0xac)]=e;
1
+ const _0x2ed5d4=_0x1f4a;function _0x26d3(){const _0x404e22=['In\x20nghiêng','Đường\x20viền\x20bên\x20trong','Chọn\x20bảng','10233gBsATZ','Phân\x20bố\x20cột','Căn\x20trên','Kích\x20thước\x20tùy\x20chỉnh','Màu\x20nền\x20bảng','Gạch\x20ngang','Liền','48AckPeD','Unordered\x20list','Đường\x20viền\x20ngang\x20bên\x20trong','Màu\x20chữ','Ngày','Xóa\x20nội\x20dung\x20văn\x20bản','10366888BvKfMG','Căn\x20dưới','Phân\x20bố','Hộp\x20kiểm','Căn\x20phải','Heading\x201','Đặt\x20kiểu\x20cột','Chèn\x20{count}\x20hàng\x20phía\x20trên','Ghim\x20tiêu\x20đề\x20đến\x20hàng\x20này','Task\x20list','Sắp\x20xếp\x20bảng','Tùy\x20chọn\x20bảng','Màu\x20nền\x20văn\x20bản','Xóa\x20cột','Chèn\x20hàng\x20phía\x20trên','Xóa\x20bảng','Đường\x20viền\x20dưới','Chọn\x20cột','Văn\x20bản','Chèn','Xóa\x20{count}\x20hàng','6ZsqERy','47340cnkjaK','Hợp\x20nhất\x20ô','Chèn\x20{count}\x20cột\x20bên\x20trái','Chèn\x20{count}\x20hàng\x20phía\x20dưới','709375FeBXSl','Không\x20có\x20đường\x20viền','Màu\x20đường\x20viền','Heading\x204','Chèn\x20{count}\x20cột\x20bên\x20phải','Normal\x20text','Căn\x20đều\x20hai\x20bên','Cột','Định\x20dạng\x20văn\x20bản','Đường\x20viền','1346008wGloBE','Xóa\x20{count}\x20cột','Chọn\x20hàng','Nét\x20đứt','Chèn\x20hàng\x20phía\x20dưới','Màu\x20tô','Chèn\x20bảng','7354672nCrjMt','Chèn\x20cột','Phân\x20bố\x20hàng','Ordered\x20list','Căn\x20giữa','Text\x20style','Chấm','Sắp\x20xếp\x20giảm\x20dần','909429qBeOrw','Độ\x20dày\x20đường\x20viền','190156BBkodv','Tất\x20cả\x20đường\x20viền','Đặt\x20lại\x20màu','Chèn\x20hàng\x20tiêu\x20đề','Căn\x20trái','Đường\x20viền\x20ngoài','Kích\x20thước\x20bảng\x20cần\x20chèn','Gạch\x20chân'];_0x26d3=function(){return _0x404e22;};return _0x26d3();}(function(_0x56b184,_0x59e6f8){const _0x39aedc=_0x1f4a,_0x17fce4=_0x56b184();while(!![]){try{const _0x3dc219=-parseInt(_0x39aedc(0x1d0))/0x1+-parseInt(_0x39aedc(0x1d2))/0x2*(-parseInt(_0x39aedc(0x1b2))/0x3)+-parseInt(_0x39aedc(0x1c1))/0x4+parseInt(_0x39aedc(0x1b7))/0x5*(-parseInt(_0x39aedc(0x1e4))/0x6)+-parseInt(_0x39aedc(0x1ea))/0x7+-parseInt(_0x39aedc(0x1c8))/0x8+-parseInt(_0x39aedc(0x1dd))/0x9*(-parseInt(_0x39aedc(0x1b3))/0xa);if(_0x3dc219===_0x59e6f8)break;else _0x17fce4['push'](_0x17fce4['shift']());}catch(_0x55de74){_0x17fce4['push'](_0x17fce4['shift']());}}}(_0x26d3,0xc13a9));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x2ed5d4(0x1e7)},'fillColor':{'main':_0x2ed5d4(0x1c6)},'textBackgroundColor':{'main':_0x2ed5d4(0x1a9)},'resetColor':_0x2ed5d4(0x1d4),'bold':'In\x20đậm','italic':_0x2ed5d4(0x1da),'underline':_0x2ed5d4(0x1d9),'strikethrough':_0x2ed5d4(0x1e2),'alignLeft':_0x2ed5d4(0x1d6),'alignCenter':'Căn\x20giữa','alignRight':_0x2ed5d4(0x1a1),'alignJustify':_0x2ed5d4(0x1bd),'textStyle':{'tooltip':_0x2ed5d4(0x1cd),'normal':_0x2ed5d4(0x1bc),'heading1':_0x2ed5d4(0x1a2),'heading2':'Heading\x202','heading3':'Heading\x203','heading4':_0x2ed5d4(0x1ba),'heading5':'Heading\x205','orderedList':_0x2ed5d4(0x1cb),'unorderedList':_0x2ed5d4(0x1e5),'checklist':_0x2ed5d4(0x1a6)}},'table':{'main':'Bảng','insert':_0x2ed5d4(0x1b0),'delete':_0x2ed5d4(0x1ac)},'insertTable':_0x2ed5d4(0x1c7),'insert':'Chèn','insertTableSize':_0x2ed5d4(0x1d8),'customTableSize':_0x2ed5d4(0x1e0),'tableRows':'Hàng','tableColumns':_0x2ed5d4(0x1be),'insertRowAbove':_0x2ed5d4(0x1ab),'insertRowBelow':_0x2ed5d4(0x1c5),'insertRowsAbove':_0x2ed5d4(0x1a4),'insertRowsBelow':_0x2ed5d4(0x1b6),'insertRow':'Chèn\x20hàng','insertColumnLeft':'Chèn\x20cột\x20bên\x20trái','insertColumnRight':'Chèn\x20cột\x20bên\x20phải','insertColumnsLeft':_0x2ed5d4(0x1b5),'insertColumnsRight':_0x2ed5d4(0x1bb),'insertColumn':_0x2ed5d4(0x1c9),'clearContent':_0x2ed5d4(0x1e9),'delete':'Xóa','deleteRow':'Xóa\x20hàng','deleteRows':_0x2ed5d4(0x1b1),'deleteColumn':_0x2ed5d4(0x1aa),'deleteColumns':_0x2ed5d4(0x1c2),'deleteTable':_0x2ed5d4(0x1ac),'mergeCells':_0x2ed5d4(0x1b4),'unmergeCells':'Tách\x20ô','insertTitleRow':_0x2ed5d4(0x1d5),'pinHeaderRows':_0x2ed5d4(0x1a5),'selectColumn':_0x2ed5d4(0x1ae),'selectRow':_0x2ed5d4(0x1c3),'selectTable':_0x2ed5d4(0x1dc),'sortTable':_0x2ed5d4(0x1a7),'sortAscending':'Sắp\x20xếp\x20tăng\x20dần','sortDescending':_0x2ed5d4(0x1cf),'distribute':_0x2ed5d4(0x19f),'distributeRows':_0x2ed5d4(0x1ca),'distributeColumns':_0x2ed5d4(0x1de),'borders':_0x2ed5d4(0x1c0),'borderAll':_0x2ed5d4(0x1d3),'borderBottom':_0x2ed5d4(0x1ad),'borderInner':_0x2ed5d4(0x1db),'borderInnerHorizontal':_0x2ed5d4(0x1e6),'borderInnerVertical':'Đường\x20viền\x20dọc\x20bên\x20trong','borderLeft':'Đường\x20viền\x20trái','borderOuter':_0x2ed5d4(0x1d7),'borderNone':_0x2ed5d4(0x1b8),'borderRight':'Đường\x20viền\x20phải','borderTop':'Đường\x20viền\x20trên','tableBackgroundColor':_0x2ed5d4(0x1e1),'borderColor':_0x2ed5d4(0x1b9),'borderWidth':_0x2ed5d4(0x1d1),'borderStyle':'Kiểu\x20đường\x20viền','borderStyleSolid':_0x2ed5d4(0x1e3),'borderStyleDotted':_0x2ed5d4(0x1ce),'borderStyleDashed':_0x2ed5d4(0x1c4),'textFormat':_0x2ed5d4(0x1bf),'verticalAlignTop':_0x2ed5d4(0x1df),'verticalAlignMiddle':_0x2ed5d4(0x1cc),'verticalAlignBottom':_0x2ed5d4(0x19e),'columnType':_0x2ed5d4(0x1a3),'columnTypeText':_0x2ed5d4(0x1af),'columnTypeNumber':'Số','columnTypeDate':_0x2ed5d4(0x1e8),'columnTypeCheckbox':_0x2ed5d4(0x1a0),'columnTypeDropdown':'Danh\x20sách\x20thả\x20xuống','tableOptions':_0x2ed5d4(0x1a8)}};function _0x1f4a(_0x42a174,_0x2aaad8){_0x42a174=_0x42a174-0x19e;const _0x26d3fe=_0x26d3();let _0x1f4a42=_0x26d3fe[_0x42a174];return _0x1f4a42;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x4e1f3a=_0x427a;function _0x427a(_0x217f62,_0x2af569){_0x217f62=_0x217f62-0x1a6;const _0x4a2e3b=_0x4a2e();let _0x427a59=_0x4a2e3b[_0x217f62];return _0x427a59;}function _0x4a2e(){const _0x3712af=['在上方插入\x20{count}\x20行','文本背景色','5bfwFoE','选择列','重置颜色','表格选项','外边框','115468rTratc','删除行','12290HaDClC','6825420OBbsNT','删除\x20{count}\x20列','9500MLPJHN','边框粗细','左边框','上边框','在左侧插入\x20{count}\x20列','均分行','升序排序','所有边框','10076IZURMc','降序排序','在右侧插入列','在下方插入\x20{count}\x20行','边框颜色','3523764HhWdBl','自定义尺寸','复选框','选择表格','5017264yfGpIm','删除列','删除\x20{count}\x20行','表格删除','13qBLcmP','16975IuUdID','在下方插入行','下边框','右边框','边框样式','内部横线','下拉选项','排序表格','取消合并单元格','内部竖线','删除表格','均分列','插入表格尺寸','插入标题行','1938YRtzxL','exports'];_0x4a2e=function(){return _0x3712af;};return _0x4a2e();}(function(_0x58b076,_0x402fd7){const _0x521a6a=_0x427a,_0x1be736=_0x58b076();while(!![]){try{const _0x8ed6f6=parseInt(_0x521a6a(0x1c6))/0x1*(-parseInt(_0x521a6a(0x1ae))/0x2)+parseInt(_0x521a6a(0x1be))/0x3+parseInt(_0x521a6a(0x1ac))/0x4*(-parseInt(_0x521a6a(0x1a7))/0x5)+-parseInt(_0x521a6a(0x1d5))/0x6*(-parseInt(_0x521a6a(0x1c7))/0x7)+parseInt(_0x521a6a(0x1c2))/0x8+-parseInt(_0x521a6a(0x1af))/0x9+-parseInt(_0x521a6a(0x1b1))/0xa*(parseInt(_0x521a6a(0x1b9))/0xb);if(_0x8ed6f6===_0x402fd7)break;else _0x1be736['push'](_0x1be736['shift']());}catch(_0x8994a9){_0x1be736['push'](_0x1be736['shift']());}}}(_0x4a2e,0xcef49));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x4e1f3a(0x1a6)},'resetColor':_0x4e1f3a(0x1a9)},'table':{'main':'表格','insert':'插入','delete':_0x4e1f3a(0x1c5)},'insertTable':'插入表格','insert':'插入','insertTableSize':_0x4e1f3a(0x1d3),'customTableSize':_0x4e1f3a(0x1bf),'tableRows':'行数','tableColumns':'列数','insertRowAbove':'在上方插入行','insertRowBelow':_0x4e1f3a(0x1c8),'insertRowsAbove':_0x4e1f3a(0x1d7),'insertRowsBelow':_0x4e1f3a(0x1bc),'insertColumnLeft':'在左侧插入列','insertColumnRight':_0x4e1f3a(0x1bb),'insertColumnsLeft':_0x4e1f3a(0x1b5),'insertColumnsRight':'在右侧插入\x20{count}\x20列','delete':'删除','deleteRow':_0x4e1f3a(0x1ad),'deleteRows':_0x4e1f3a(0x1c4),'deleteColumn':_0x4e1f3a(0x1c3),'deleteColumns':_0x4e1f3a(0x1b0),'deleteTable':_0x4e1f3a(0x1d1),'mergeCells':'合并单元格','unmergeCells':_0x4e1f3a(0x1cf),'insertTitleRow':_0x4e1f3a(0x1d4),'pinHeaderRows':'固定表头到此行','selectColumn':_0x4e1f3a(0x1a8),'selectRow':'选择行','selectTable':_0x4e1f3a(0x1c1),'sortTable':_0x4e1f3a(0x1ce),'sortAscending':_0x4e1f3a(0x1b7),'sortDescending':_0x4e1f3a(0x1ba),'distribute':'分布','distributeRows':_0x4e1f3a(0x1b6),'distributeColumns':_0x4e1f3a(0x1d2),'borders':'边框','borderAll':_0x4e1f3a(0x1b8),'borderBottom':_0x4e1f3a(0x1c9),'borderInner':'内部边框','borderInnerHorizontal':_0x4e1f3a(0x1cc),'borderInnerVertical':_0x4e1f3a(0x1d0),'borderLeft':_0x4e1f3a(0x1b3),'borderOuter':_0x4e1f3a(0x1ab),'borderNone':'无边框','borderRight':_0x4e1f3a(0x1ca),'borderTop':_0x4e1f3a(0x1b4),'tableBackgroundColor':'表格背景色','borderColor':_0x4e1f3a(0x1bd),'borderWidth':_0x4e1f3a(0x1b2),'borderStyle':_0x4e1f3a(0x1cb),'borderStyleSolid':'实线','borderStyleDotted':'点线','borderStyleDashed':'虚线','columnType':'设置列类型','columnTypeText':'文本','columnTypeNumber':'数字','columnTypeDate':'日期','columnTypeCheckbox':_0x4e1f3a(0x1c0),'columnTypeDropdown':_0x4e1f3a(0x1cd),'tableOptions':_0x4e1f3a(0x1aa)}};module[_0x4e1f3a(0x1d6)]=e;
1
+ function _0x4f6c(){const _0x51467c=['488qWeGji','边框粗细','删除表格','8423982eHFUvB','选择表格','标题5','均分列','内部横线','居中对齐','删除\x20{count}\x20行','4868382kgBNLI','删除列','边框颜色','普通文本','无边框','垂直居中','两端对齐','顶部对齐','20585cQEOxP','插入表格','在左侧插入列','2525334mjRfpA','标题4','重置颜色','填充颜色','删除线','均分行','无序列表','在上方插入行','文本背景色','1599556iFcXii','在下方插入行','下边框','右对齐','所有边框','在下方插入\x20{count}\x20行','在右侧插入\x20{count}\x20列','左边框','有序列表','删除行','585481sCxRTY','在右侧插入列','表格选项','上边框','插入表格尺寸','降序排序','固定表头到此行','清除文本内容','升序排序','文字格式','外边框','1718633TGHoTa','选择列','文字样式','插入标题行','下划线','标题3','24GfkYUf','表格背景色','设置列类型'];_0x4f6c=function(){return _0x51467c;};return _0x4f6c();}function _0x1042(_0x1ddf2d,_0x1cbe07){_0x1ddf2d=_0x1ddf2d-0x10a;const _0x4f6c20=_0x4f6c();let _0x10421c=_0x4f6c20[_0x1ddf2d];return _0x10421c;}const _0x1137a6=_0x1042;(function(_0x128840,_0x445fdd){const _0x14baeb=_0x1042,_0x44ca4c=_0x128840();while(!![]){try{const _0x521cdb=-parseInt(_0x14baeb(0x131))/0x1+parseInt(_0x14baeb(0x127))/0x2+parseInt(_0x14baeb(0x11e))/0x3+-parseInt(_0x14baeb(0x145))/0x4*(-parseInt(_0x14baeb(0x11b))/0x5)+-parseInt(_0x14baeb(0x113))/0x6+parseInt(_0x14baeb(0x13c))/0x7*(parseInt(_0x14baeb(0x142))/0x8)+-parseInt(_0x14baeb(0x10c))/0x9;if(_0x521cdb===_0x445fdd)break;else _0x44ca4c['push'](_0x44ca4c['shift']());}catch(_0x7729e0){_0x44ca4c['push'](_0x44ca4c['shift']());}}}(_0x4f6c,0x85ab7));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'文字颜色'},'fillColor':{'main':_0x1137a6(0x121)},'textBackgroundColor':{'main':_0x1137a6(0x126)},'resetColor':_0x1137a6(0x120),'bold':'粗体','italic':'斜体','underline':_0x1137a6(0x140),'strikethrough':_0x1137a6(0x122),'alignLeft':'左对齐','alignCenter':_0x1137a6(0x111),'alignRight':_0x1137a6(0x12a),'alignJustify':_0x1137a6(0x119),'textStyle':{'tooltip':_0x1137a6(0x13e),'normal':_0x1137a6(0x116),'heading1':'标题1','heading2':'标题2','heading3':_0x1137a6(0x141),'heading4':_0x1137a6(0x11f),'heading5':_0x1137a6(0x10e),'orderedList':_0x1137a6(0x12f),'unorderedList':_0x1137a6(0x124),'checklist':'任务列表'}},'table':{'main':'表格','insert':'插入','delete':_0x1137a6(0x10b)},'insertTable':_0x1137a6(0x11c),'insert':'插入','insertTableSize':_0x1137a6(0x135),'customTableSize':'自定义尺寸','tableRows':'行数','tableColumns':'列数','insertRowAbove':_0x1137a6(0x125),'insertRowBelow':_0x1137a6(0x128),'insertRowsAbove':'在上方插入\x20{count}\x20行','insertRowsBelow':_0x1137a6(0x12c),'insertRow':'插入行','insertColumnLeft':_0x1137a6(0x11d),'insertColumnRight':_0x1137a6(0x132),'insertColumnsLeft':'在左侧插入\x20{count}\x20列','insertColumnsRight':_0x1137a6(0x12d),'insertColumn':'插入列','clearContent':_0x1137a6(0x138),'delete':'删除','deleteRow':_0x1137a6(0x130),'deleteRows':_0x1137a6(0x112),'deleteColumn':_0x1137a6(0x114),'deleteColumns':'删除\x20{count}\x20列','deleteTable':'删除表格','mergeCells':'合并单元格','unmergeCells':'取消合并单元格','insertTitleRow':_0x1137a6(0x13f),'pinHeaderRows':_0x1137a6(0x137),'selectColumn':_0x1137a6(0x13d),'selectRow':'选择行','selectTable':_0x1137a6(0x10d),'sortTable':'排序表格','sortAscending':_0x1137a6(0x139),'sortDescending':_0x1137a6(0x136),'distribute':'分布','distributeRows':_0x1137a6(0x123),'distributeColumns':_0x1137a6(0x10f),'borders':'边框','borderAll':_0x1137a6(0x12b),'borderBottom':_0x1137a6(0x129),'borderInner':'内部边框','borderInnerHorizontal':_0x1137a6(0x110),'borderInnerVertical':'内部竖线','borderLeft':_0x1137a6(0x12e),'borderOuter':_0x1137a6(0x13b),'borderNone':_0x1137a6(0x117),'borderRight':'右边框','borderTop':_0x1137a6(0x134),'tableBackgroundColor':_0x1137a6(0x143),'borderColor':_0x1137a6(0x115),'borderWidth':_0x1137a6(0x10a),'borderStyle':'边框样式','borderStyleSolid':'实线','borderStyleDotted':'点线','borderStyleDashed':'虚线','textFormat':_0x1137a6(0x13a),'verticalAlignTop':_0x1137a6(0x11a),'verticalAlignMiddle':_0x1137a6(0x118),'verticalAlignBottom':'底部对齐','columnType':_0x1137a6(0x144),'columnTypeText':'文本','columnTypeNumber':'数字','columnTypeDate':'日期','columnTypeCheckbox':'复选框','columnTypeDropdown':'下拉选项','tableOptions':_0x1137a6(0x133)}};module['exports']=e;
@@ -0,0 +1 @@
1
+ function _0x209e(_0x471ea7,_0x5614d4){_0x471ea7=_0x471ea7-0x14f;const _0x5f4fa6=_0x5f4f();let _0x209ecd=_0x5f4fa6[_0x471ea7];return _0x209ecd;}const _0x4aa9c6=_0x209e;function _0x5f4f(){const _0x5c615d=['1674494nUfcnG','框線粗細','6746370fNEqZf','插入表格','刪除\x20{count}\x20欄','兩端對齊','清除文字內容','平均分布','普通文本','無框線','外框線','表格選項','56391vPiMHS','右框線','固定表頭到此列','在下方插入列','3608240vSQHOI','在右側插入\x20{count}\x20欄','無序列表','在左側插入\x20{count}\x20欄','在左側插入欄','平均分布列','在上方插入\x20{count}\x20列','降冪排序','172BZCsnO','標題5','左框線','所有框線','刪除欄','刪除表格','核取方塊','內部垂直框線','框線色彩','文字樣式','設定欄類型','排序表格','9IsImbz','上框線','表格背景色','升冪排序','重置顏色','1QckzQT','左對齊','插入標題列','插入列','填滿顏色','插入欄','文字格式','居中對齊','下拉式選單','943166pfkLsM','框線樣式','平均分布欄','標題4','33968264Ummcjw','exports','底端對齊','任務列表','4672768IiznSF','6ULfPye','標題1','內部水平框線','有序列表','刪除列','刪除\x20{count}\x20列','在下方插入\x20{count}\x20列','選取列','內部框線','頂端對齊'];_0x5f4f=function(){return _0x5c615d;};return _0x5f4f();}(function(_0x5622f5,_0x3f7d2c){const _0x514ca1=_0x209e,_0x36fa19=_0x5622f5();while(!![]){try{const _0x408ea8=-parseInt(_0x514ca1(0x15b))/0x1*(parseInt(_0x514ca1(0x177))/0x2)+parseInt(_0x514ca1(0x183))/0x3*(parseInt(_0x514ca1(0x18f))/0x4)+-parseInt(_0x514ca1(0x187))/0x5+parseInt(_0x514ca1(0x16d))/0x6*(-parseInt(_0x514ca1(0x164))/0x7)+parseInt(_0x514ca1(0x16c))/0x8*(-parseInt(_0x514ca1(0x156))/0x9)+-parseInt(_0x514ca1(0x179))/0xa+parseInt(_0x514ca1(0x168))/0xb;if(_0x408ea8===_0x3f7d2c)break;else _0x36fa19['push'](_0x36fa19['shift']());}catch(_0x28a9fa){_0x36fa19['push'](_0x36fa19['shift']());}}}(_0x5f4f,0xe6739));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'文字顏色'},'fillColor':{'main':_0x4aa9c6(0x15f)},'textBackgroundColor':{'main':'文字背景色'},'resetColor':_0x4aa9c6(0x15a),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','alignLeft':_0x4aa9c6(0x15c),'alignCenter':_0x4aa9c6(0x162),'alignRight':'右對齊','alignJustify':_0x4aa9c6(0x17c),'textStyle':{'tooltip':_0x4aa9c6(0x153),'normal':_0x4aa9c6(0x17f),'heading1':_0x4aa9c6(0x16e),'heading2':'標題2','heading3':'標題3','heading4':_0x4aa9c6(0x167),'heading5':_0x4aa9c6(0x190),'orderedList':_0x4aa9c6(0x170),'unorderedList':_0x4aa9c6(0x189),'checklist':_0x4aa9c6(0x16b)}},'table':{'main':'表格','insert':'插入','delete':_0x4aa9c6(0x14f)},'insertTable':_0x4aa9c6(0x17a),'insert':'插入','insertTableSize':'插入表格尺寸','customTableSize':'自訂尺寸','tableRows':'列數','tableColumns':'欄數','insertRowAbove':'在上方插入列','insertRowBelow':_0x4aa9c6(0x186),'insertRowsAbove':_0x4aa9c6(0x18d),'insertRowsBelow':_0x4aa9c6(0x173),'insertRow':_0x4aa9c6(0x15e),'insertColumnLeft':_0x4aa9c6(0x18b),'insertColumnRight':'在右側插入欄','insertColumnsLeft':_0x4aa9c6(0x18a),'insertColumnsRight':_0x4aa9c6(0x188),'insertColumn':_0x4aa9c6(0x160),'clearContent':_0x4aa9c6(0x17d),'delete':'刪除','deleteRow':_0x4aa9c6(0x171),'deleteRows':_0x4aa9c6(0x172),'deleteColumn':_0x4aa9c6(0x193),'deleteColumns':_0x4aa9c6(0x17b),'deleteTable':_0x4aa9c6(0x14f),'mergeCells':'合併儲存格','unmergeCells':'取消合併儲存格','insertTitleRow':_0x4aa9c6(0x15d),'pinHeaderRows':_0x4aa9c6(0x185),'selectColumn':'選取欄','selectRow':_0x4aa9c6(0x174),'selectTable':'選取表格','sortTable':_0x4aa9c6(0x155),'sortAscending':_0x4aa9c6(0x159),'sortDescending':_0x4aa9c6(0x18e),'distribute':_0x4aa9c6(0x17e),'distributeRows':_0x4aa9c6(0x18c),'distributeColumns':_0x4aa9c6(0x166),'borders':'框線','borderAll':_0x4aa9c6(0x192),'borderBottom':'下框線','borderInner':_0x4aa9c6(0x175),'borderInnerHorizontal':_0x4aa9c6(0x16f),'borderInnerVertical':_0x4aa9c6(0x151),'borderLeft':_0x4aa9c6(0x191),'borderOuter':_0x4aa9c6(0x181),'borderNone':_0x4aa9c6(0x180),'borderRight':_0x4aa9c6(0x184),'borderTop':_0x4aa9c6(0x157),'tableBackgroundColor':_0x4aa9c6(0x158),'borderColor':_0x4aa9c6(0x152),'borderWidth':_0x4aa9c6(0x178),'borderStyle':_0x4aa9c6(0x165),'borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0x4aa9c6(0x161),'verticalAlignTop':_0x4aa9c6(0x176),'verticalAlignMiddle':'垂直置中','verticalAlignBottom':_0x4aa9c6(0x16a),'columnType':_0x4aa9c6(0x154),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0x4aa9c6(0x150),'columnTypeDropdown':_0x4aa9c6(0x163),'tableOptions':_0x4aa9c6(0x182)}};module[_0x4aa9c6(0x169)]=e;
@@ -1 +1 @@
1
- const _0x45607e=_0x50d3;function _0x50d3(_0x5ad9c0,_0x1feb5c){_0x5ad9c0=_0x5ad9c0-0x179;const _0x1716f5=_0x1716();let _0x50d30a=_0x1716f5[_0x5ad9c0];return _0x50d30a;}(function(_0x4d73ae,_0x3046b5){const _0x494623=_0x50d3,_0x7f844a=_0x4d73ae();while(!![]){try{const _0xc07915=parseInt(_0x494623(0x185))/0x1+-parseInt(_0x494623(0x1a5))/0x2*(-parseInt(_0x494623(0x18a))/0x3)+-parseInt(_0x494623(0x199))/0x4+-parseInt(_0x494623(0x17c))/0x5+parseInt(_0x494623(0x19e))/0x6+-parseInt(_0x494623(0x181))/0x7+parseInt(_0x494623(0x193))/0x8;if(_0xc07915===_0x3046b5)break;else _0x7f844a['push'](_0x7f844a['shift']());}catch(_0x31a093){_0x7f844a['push'](_0x7f844a['shift']());}}}(_0x1716,0xa35f9));function _0x1716(){const _0x40fd36=['左框線','表格選項','1855300xQMciS','內部水平框線','選取欄','框線色彩','刪除列','5556174TwuYCR','右框線','平均分布列','內部框線','在下方插入列','選取列','升冪排序','84808lVjNMp','刪除\x20{count}\x20列','框線樣式','設定欄類型','1203425mBOtQg','刪除\x20{count}\x20欄','選取表格','插入標題列','內部垂直框線','8881096YdEixs','取消合併儲存格','降冪排序','排序表格','709287rvKHwp','插入表格','所有框線','外框線','刪除表格','3sxrjRG','在下方插入\x20{count}\x20列','表格背景色','下拉式選單','在左側插入欄','自訂尺寸','合併儲存格','插入表格尺寸','核取方塊','7717560ZWIQqs','在上方插入\x20{count}\x20列','文字背景色','平均分布欄'];_0x1716=function(){return _0x40fd36;};return _0x1716();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x45607e(0x195)},'resetColor':'重置顏色'},'table':{'main':'表格','insert':'插入','delete':_0x45607e(0x189)},'insertTable':_0x45607e(0x186),'insert':'插入','insertTableSize':_0x45607e(0x191),'customTableSize':_0x45607e(0x18f),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':'在上方插入列','insertRowBelow':_0x45607e(0x1a2),'insertRowsAbove':_0x45607e(0x194),'insertRowsBelow':_0x45607e(0x18b),'insertColumnLeft':_0x45607e(0x18e),'insertColumnRight':'在右側插入欄','insertColumnsLeft':'在左側插入\x20{count}\x20欄','insertColumnsRight':'在右側插入\x20{count}\x20欄','delete':'刪除','deleteRow':_0x45607e(0x19d),'deleteRows':_0x45607e(0x179),'deleteColumn':'刪除欄','deleteColumns':_0x45607e(0x17d),'deleteTable':'刪除表格','mergeCells':_0x45607e(0x190),'unmergeCells':_0x45607e(0x182),'insertTitleRow':_0x45607e(0x17f),'pinHeaderRows':'固定表頭到此列','selectColumn':_0x45607e(0x19b),'selectRow':_0x45607e(0x1a3),'selectTable':_0x45607e(0x17e),'sortTable':_0x45607e(0x184),'sortAscending':_0x45607e(0x1a4),'sortDescending':_0x45607e(0x183),'distribute':'平均分布','distributeRows':_0x45607e(0x1a0),'distributeColumns':_0x45607e(0x196),'borders':'框線','borderAll':_0x45607e(0x187),'borderBottom':'下框線','borderInner':_0x45607e(0x1a1),'borderInnerHorizontal':_0x45607e(0x19a),'borderInnerVertical':_0x45607e(0x180),'borderLeft':_0x45607e(0x197),'borderOuter':_0x45607e(0x188),'borderNone':'無框線','borderRight':_0x45607e(0x19f),'borderTop':'上框線','tableBackgroundColor':_0x45607e(0x18c),'borderColor':_0x45607e(0x19c),'borderWidth':'框線粗細','borderStyle':_0x45607e(0x17a),'borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','columnType':_0x45607e(0x17b),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0x45607e(0x192),'columnTypeDropdown':_0x45607e(0x18d),'tableOptions':_0x45607e(0x198)}};module['exports']=e;
1
+ const _0x342b6c=_0x2cdd;function _0x192e(){const _0x2830b0=['無框線','在右側插入欄','平均分布欄','選取列','外框線','排序表格','文字格式','合併儲存格','1280reZkLA','核取方塊','在下方插入列','插入標題列','右對齊','下拉式選單','任務列表','在下方插入\x20{count}\x20列','清除文字內容','表格選項','710IVahQp','頂端對齊','插入表格尺寸','標題1','標題3','框線粗細','89221GLSDyq','216iYllxw','底端對齊','標題5','插入欄','在左側插入欄','2010rOjHfb','無序列表','文字樣式','內部框線','298319aoRXDY','平均分布列','設定欄類型','54MBMpaT','插入表格','文字背景色','降冪排序','內部水平框線','exports','插入列','刪除\x20{count}\x20列','1735376BYAMJn','刪除列','平均分布','垂直置中','上框線','刪除欄','在上方插入\x20{count}\x20列','框線色彩','8346069fFYOSE','所有框線','填滿顏色','有序列表','取消合併儲存格','在右側插入\x20{count}\x20欄','表格背景色','固定表頭到此列','18028EsvOvw','升冪排序','文字顏色','1056794tGfOTg','刪除表格','兩端對齊','自訂尺寸','居中對齊','在左側插入\x20{count}\x20欄','普通文字'];_0x192e=function(){return _0x2830b0;};return _0x192e();}(function(_0x3671c2,_0x12faa1){const _0x5491e3=_0x2cdd,_0x30810a=_0x3671c2();while(!![]){try{const _0x38611f=parseInt(_0x5491e3(0xda))/0x1+parseInt(_0x5491e3(0xa2))/0x2*(parseInt(_0x5491e3(0xb3))/0x3)+-parseInt(_0x5491e3(0xd7))/0x4*(parseInt(_0x5491e3(0xac))/0x5)+-parseInt(_0x5491e3(0xbf))/0x6*(parseInt(_0x5491e3(0xbc))/0x7)+-parseInt(_0x5491e3(0xc7))/0x8+-parseInt(_0x5491e3(0xcf))/0x9+parseInt(_0x5491e3(0xb8))/0xa*(parseInt(_0x5491e3(0xb2))/0xb);if(_0x38611f===_0x12faa1)break;else _0x30810a['push'](_0x30810a['shift']());}catch(_0x5071db){_0x30810a['push'](_0x30810a['shift']());}}}(_0x192e,0x8a07f));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x342b6c(0xd9)},'fillColor':{'main':_0x342b6c(0xd1)},'textBackgroundColor':{'main':_0x342b6c(0xc1)},'resetColor':'重置顏色','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','alignLeft':'左對齊','alignCenter':_0x342b6c(0xde),'alignRight':_0x342b6c(0xa6),'alignJustify':_0x342b6c(0xdc),'textStyle':{'tooltip':_0x342b6c(0xba),'normal':_0x342b6c(0xe0),'heading1':_0x342b6c(0xaf),'heading2':'標題2','heading3':_0x342b6c(0xb0),'heading4':'標題4','heading5':_0x342b6c(0xb5),'orderedList':_0x342b6c(0xd2),'unorderedList':_0x342b6c(0xb9),'checklist':_0x342b6c(0xa8)}},'table':{'main':'表格','insert':'插入','delete':_0x342b6c(0xdb)},'insertTable':_0x342b6c(0xc0),'insert':'插入','insertTableSize':_0x342b6c(0xae),'customTableSize':_0x342b6c(0xdd),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':'在上方插入列','insertRowBelow':_0x342b6c(0xa4),'insertRowsAbove':_0x342b6c(0xcd),'insertRowsBelow':_0x342b6c(0xa9),'insertRow':_0x342b6c(0xc5),'insertColumnLeft':_0x342b6c(0xb7),'insertColumnRight':_0x342b6c(0xe2),'insertColumnsLeft':_0x342b6c(0xdf),'insertColumnsRight':_0x342b6c(0xd4),'insertColumn':_0x342b6c(0xb6),'clearContent':_0x342b6c(0xaa),'delete':'刪除','deleteRow':_0x342b6c(0xc8),'deleteRows':_0x342b6c(0xc6),'deleteColumn':_0x342b6c(0xcc),'deleteColumns':'刪除\x20{count}\x20欄','deleteTable':_0x342b6c(0xdb),'mergeCells':_0x342b6c(0xa1),'unmergeCells':_0x342b6c(0xd3),'insertTitleRow':_0x342b6c(0xa5),'pinHeaderRows':_0x342b6c(0xd6),'selectColumn':'選取欄','selectRow':_0x342b6c(0xe4),'selectTable':'選取表格','sortTable':_0x342b6c(0x9f),'sortAscending':_0x342b6c(0xd8),'sortDescending':_0x342b6c(0xc2),'distribute':_0x342b6c(0xc9),'distributeRows':_0x342b6c(0xbd),'distributeColumns':_0x342b6c(0xe3),'borders':'框線','borderAll':_0x342b6c(0xd0),'borderBottom':'下框線','borderInner':_0x342b6c(0xbb),'borderInnerHorizontal':_0x342b6c(0xc3),'borderInnerVertical':'內部垂直框線','borderLeft':'左框線','borderOuter':_0x342b6c(0xe5),'borderNone':_0x342b6c(0xe1),'borderRight':'右框線','borderTop':_0x342b6c(0xcb),'tableBackgroundColor':_0x342b6c(0xd5),'borderColor':_0x342b6c(0xce),'borderWidth':_0x342b6c(0xb1),'borderStyle':'框線樣式','borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0x342b6c(0xa0),'verticalAlignTop':_0x342b6c(0xad),'verticalAlignMiddle':_0x342b6c(0xca),'verticalAlignBottom':_0x342b6c(0xb4),'columnType':_0x342b6c(0xbe),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0x342b6c(0xa3),'columnTypeDropdown':_0x342b6c(0xa7),'tableOptions':_0x342b6c(0xab)}};function _0x2cdd(_0x356822,_0x3410de){_0x356822=_0x356822-0x9f;const _0x192eec=_0x192e();let _0x2cdd91=_0x192eec[_0x356822];return _0x2cdd91;}module[_0x342b6c(0xc4)]=e;