@univerjs-pro/docs-table-ui 0.25.0 → 1.0.0-alpha.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 (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 +48 -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 +25 -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 +15 -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 _0x5679(_0x2868d5,_0x55f708){_0x2868d5=_0x2868d5-0x1d1;var _0x2a3302=_0x2a33();var _0x5679e3=_0x2a3302[_0x2868d5];return _0x5679e3;}function _0x2a33(){var _0x1bb46c=['Chèn\x20{count}\x20hàng\x20phía\x20dưới','Xóa\x20{count}\x20cột','Màu\x20đường\x20viền','Đường\x20viền\x20ngang\x20bên\x20trong','Đường\x20viền','28kChDkA','Phân\x20bố\x20cột','Chọn\x20hàng','Xóa\x20{count}\x20hàng','Đặt\x20lại\x20màu','Chèn','Nét\x20đứt','Chấm','111018Pqiohx','Tùy\x20chọn\x20bảng','Kích\x20thước\x20bảng\x20cần\x20chèn','Chèn\x20cột\x20bên\x20trái','Xóa\x20hàng','function','13tdjFRD','33DZzQZQ','102TSPUBh','Tách\x20ô','Sắp\x20xếp\x20bảng','Đường\x20viền\x20ngoài','Hợp\x20nhất\x20ô','Xóa\x20bảng','Chèn\x20hàng\x20phía\x20trên','Phân\x20bố','1ISeeam','Chọn\x20cột','Cột','86444BDegIo','Đường\x20viền\x20trái','33RjFpUJ','exports','Bảng','amd','Ngày','Phân\x20bố\x20hàng','Đặt\x20kiểu\x20cột','51355PXbYZh','177768phAGIl','Chèn\x20{count}\x20hàng\x20phía\x20trên','281050uIJjUb','Đường\x20viền\x20trên','object','411728YVRHuL','Xóa\x20cột','Chọn\x20bảng','Kiểu\x20đường\x20viền','Sắp\x20xếp\x20tăng\x20dần','Kích\x20thước\x20tùy\x20chỉnh','Chèn\x20hàng\x20tiêu\x20đề','Xóa','Màu\x20nền\x20văn\x20bản','Chèn\x20{count}\x20cột\x20bên\x20phải','Không\x20có\x20đường\x20viền','Hộp\x20kiểm','648156tizZfz'];_0x2a33=function(){return _0x1bb46c;};return _0x2a33();}(function(_0x338e17,_0x415394){var _0x4a4ec7=_0x5679,_0x35cd51=_0x338e17();while(!![]){try{var _0x14569d=parseInt(_0x4a4ec7(0x1e5))/0x1*(-parseInt(_0x4a4ec7(0x1d5))/0x2)+-parseInt(_0x4a4ec7(0x1ea))/0x3*(-parseInt(_0x4a4ec7(0x1e8))/0x4)+-parseInt(_0x4a4ec7(0x1f1))/0x5*(parseInt(_0x4a4ec7(0x1dd))/0x6)+parseInt(_0x4a4ec7(0x209))/0x7*(parseInt(_0x4a4ec7(0x1f7))/0x8)+parseInt(_0x4a4ec7(0x1f2))/0x9+parseInt(_0x4a4ec7(0x1f4))/0xa*(-parseInt(_0x4a4ec7(0x1dc))/0xb)+parseInt(_0x4a4ec7(0x203))/0xc*(parseInt(_0x4a4ec7(0x1db))/0xd);if(_0x14569d===_0x415394)break;else _0x35cd51['push'](_0x35cd51['shift']());}catch(_0x5e1224){_0x35cd51['push'](_0x35cd51['shift']());}}}(_0x2a33,0x318a7),function(_0x51a249,_0x1ba097){var _0x2ea5f4=_0x5679;typeof exports==_0x2ea5f4(0x1f6)&&typeof module<'u'?module[_0x2ea5f4(0x1eb)]=_0x1ba097():typeof define==_0x2ea5f4(0x1da)&&define[_0x2ea5f4(0x1ed)]?define([],_0x1ba097):(_0x51a249=typeof globalThis<'u'?globalThis:_0x51a249||self,_0x51a249['UniverProDocsTableUiViVN']=_0x1ba097());}(this,function(){var _0x307f84=_0x5679;return{'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x307f84(0x1ff)},'resetColor':_0x307f84(0x1d1)},'table':{'main':_0x307f84(0x1ec),'insert':_0x307f84(0x1d2),'delete':_0x307f84(0x1e2)},'insertTable':'Chèn\x20bảng','insert':_0x307f84(0x1d2),'insertTableSize':_0x307f84(0x1d7),'customTableSize':_0x307f84(0x1fc),'tableRows':'Hàng','tableColumns':_0x307f84(0x1e7),'insertRowAbove':_0x307f84(0x1e3),'insertRowBelow':'Chèn\x20hàng\x20phía\x20dưới','insertRowsAbove':_0x307f84(0x1f3),'insertRowsBelow':_0x307f84(0x204),'insertColumnLeft':_0x307f84(0x1d8),'insertColumnRight':'Chèn\x20cột\x20bên\x20phải','insertColumnsLeft':'Chèn\x20{count}\x20cột\x20bên\x20trái','insertColumnsRight':_0x307f84(0x200),'delete':_0x307f84(0x1fe),'deleteRow':_0x307f84(0x1d9),'deleteRows':_0x307f84(0x20c),'deleteColumn':_0x307f84(0x1f8),'deleteColumns':_0x307f84(0x205),'deleteTable':_0x307f84(0x1e2),'mergeCells':_0x307f84(0x1e1),'unmergeCells':_0x307f84(0x1de),'insertTitleRow':_0x307f84(0x1fd),'pinHeaderRows':'Ghim\x20tiêu\x20đề\x20đến\x20hàng\x20này','selectColumn':_0x307f84(0x1e6),'selectRow':_0x307f84(0x20b),'selectTable':_0x307f84(0x1f9),'sortTable':_0x307f84(0x1df),'sortAscending':_0x307f84(0x1fb),'sortDescending':'Sắp\x20xếp\x20giảm\x20dần','distribute':_0x307f84(0x1e4),'distributeRows':_0x307f84(0x1ef),'distributeColumns':_0x307f84(0x20a),'borders':_0x307f84(0x208),'borderAll':'Tất\x20cả\x20đường\x20viền','borderBottom':'Đường\x20viền\x20dưới','borderInner':'Đường\x20viền\x20bên\x20trong','borderInnerHorizontal':_0x307f84(0x207),'borderInnerVertical':'Đường\x20viền\x20dọc\x20bên\x20trong','borderLeft':_0x307f84(0x1e9),'borderOuter':_0x307f84(0x1e0),'borderNone':_0x307f84(0x201),'borderRight':'Đường\x20viền\x20phải','borderTop':_0x307f84(0x1f5),'tableBackgroundColor':'Màu\x20nền\x20bảng','borderColor':_0x307f84(0x206),'borderWidth':'Độ\x20dày\x20đường\x20viền','borderStyle':_0x307f84(0x1fa),'borderStyleSolid':'Liền','borderStyleDotted':_0x307f84(0x1d4),'borderStyleDashed':_0x307f84(0x1d3),'columnType':_0x307f84(0x1f0),'columnTypeText':'Văn\x20bản','columnTypeNumber':'Số','columnTypeDate':_0x307f84(0x1ee),'columnTypeCheckbox':_0x307f84(0x202),'columnTypeDropdown':'Danh\x20sách\x20thả\x20xuống','tableOptions':_0x307f84(0x1d6)}};}));
1
+ function _0x1648(){var _0x5905e2=['Không\x20có\x20đường\x20viền','Căn\x20dưới','Căn\x20giữa','Chèn\x20bảng','Chèn\x20{count}\x20cột\x20bên\x20phải','Định\x20dạng\x20văn\x20bản','Hộp\x20kiểm','Chấm','Normal\x20text','Chọn\x20bảng','Kích\x20thước\x20tùy\x20chỉnh','Chèn','Tách\x20ô','Màu\x20chữ','Đường\x20viền\x20trên','7294488nedUYb','Chèn\x20hàng','Xóa\x20{count}\x20hàng','Xóa\x20bảng','45ocleqd','Chèn\x20{count}\x20cột\x20bên\x20trái','amd','Tất\x20cả\x20đường\x20viền','Chèn\x20cột\x20bên\x20phải','Đường\x20viền\x20ngoài','1812345zNeSBR','Chèn\x20{count}\x20hàng\x20phía\x20trên','Cột','Chèn\x20cột\x20bên\x20trái','Đường\x20viền\x20dưới','Hàng','Chèn\x20hàng\x20phía\x20dưới','Đường\x20viền\x20ngang\x20bên\x20trong','Ngày','Heading\x201','Sắp\x20xếp\x20giảm\x20dần','Heading\x204','1213338sQKJOI','Đường\x20viền\x20phải','Liền','Chèn\x20{count}\x20hàng\x20phía\x20dưới','Bảng','4571196qotVkh','Sắp\x20xếp\x20bảng','Văn\x20bản','Màu\x20nền\x20bảng','138316DnmiaK','Màu\x20nền\x20văn\x20bản','Danh\x20sách\x20thả\x20xuống','Chèn\x20hàng\x20phía\x20trên','Xóa\x20cột','Ordered\x20list','Đường\x20viền','Phân\x20bố\x20hàng','Chọn\x20hàng','5816705zJECFm','Đường\x20viền\x20bên\x20trong','Unordered\x20list','Heading\x205','Xóa\x20{count}\x20cột','Độ\x20dày\x20đường\x20viền','Heading\x203','Xóa\x20hàng','Phân\x20bố','Nét\x20đứt','Task\x20list','Kiểu\x20đường\x20viền','Phân\x20bố\x20cột','Sắp\x20xếp\x20tăng\x20dần','129TpxgRv','Tùy\x20chọn\x20bảng','8902512mZUOOs','exports','Đường\x20viền\x20trái','Kích\x20thước\x20bảng\x20cần\x20chèn','Màu\x20đường\x20viền','Chèn\x20cột','Chọn\x20cột'];_0x1648=function(){return _0x5905e2;};return _0x1648();}function _0x5012(_0x1c09ce,_0x120e59){_0x1c09ce=_0x1c09ce-0xa9;var _0x164828=_0x1648();var _0x501248=_0x164828[_0x1c09ce];return _0x501248;}(function(_0x1075c0,_0x5a42ce){var _0x160548=_0x5012,_0x4b2997=_0x1075c0();while(!![]){try{var _0x34a156=parseInt(_0x160548(0xc9))/0x1+-parseInt(_0x160548(0xd5))/0x2+parseInt(_0x160548(0xf5))/0x3*(-parseInt(_0x160548(0xde))/0x4)+-parseInt(_0x160548(0xe7))/0x5+-parseInt(_0x160548(0xa9))/0x6+-parseInt(_0x160548(0xda))/0x7+-parseInt(_0x160548(0xbf))/0x8*(-parseInt(_0x160548(0xc3))/0x9);if(_0x34a156===_0x5a42ce)break;else _0x4b2997['push'](_0x4b2997['shift']());}catch(_0xe21338){_0x4b2997['push'](_0x4b2997['shift']());}}}(_0x1648,0xeeb31),function(_0x5a7bf0,_0x307c60){var _0x2c5697=_0x5012;typeof exports=='object'&&typeof module<'u'?module[_0x2c5697(0xaa)]=_0x307c60():typeof define=='function'&&define[_0x2c5697(0xc5)]?define([],_0x307c60):(_0x5a7bf0=typeof globalThis<'u'?globalThis:_0x5a7bf0||self,_0x5a7bf0['UniverProDocsTableUiViVN']=_0x307c60());}(this,function(){var _0x352270=_0x5012;return{'docs-table-ui':{'toolbar':{'textColor':{'main':_0x352270(0xbd)},'fillColor':{'main':'Màu\x20tô'},'textBackgroundColor':{'main':_0x352270(0xdf)},'resetColor':'Đặt\x20lại\x20màu','textStyle':{'tooltip':'Text\x20style','normal':_0x352270(0xb8),'heading1':_0x352270(0xd2),'heading2':'Heading\x202','heading3':_0x352270(0xed),'heading4':_0x352270(0xd4),'heading5':_0x352270(0xea),'orderedList':_0x352270(0xe3),'unorderedList':_0x352270(0xe9),'checklist':_0x352270(0xf1)}},'table':{'main':_0x352270(0xd9),'insert':_0x352270(0xbb),'delete':_0x352270(0xc2)},'insertTable':_0x352270(0xb3),'insert':_0x352270(0xbb),'insertTableSize':_0x352270(0xac),'customTableSize':_0x352270(0xba),'tableRows':_0x352270(0xce),'tableColumns':_0x352270(0xcb),'insertRowAbove':_0x352270(0xe1),'insertRowBelow':_0x352270(0xcf),'insertRowsAbove':_0x352270(0xca),'insertRowsBelow':_0x352270(0xd8),'insertRow':_0x352270(0xc0),'insertColumnLeft':_0x352270(0xcc),'insertColumnRight':_0x352270(0xc7),'insertColumnsLeft':_0x352270(0xc4),'insertColumnsRight':_0x352270(0xb4),'insertColumn':_0x352270(0xae),'clearContent':'Xóa\x20nội\x20dung\x20văn\x20bản','delete':'Xóa','deleteRow':_0x352270(0xee),'deleteRows':_0x352270(0xc1),'deleteColumn':_0x352270(0xe2),'deleteColumns':_0x352270(0xeb),'deleteTable':'Xóa\x20bảng','mergeCells':'Hợp\x20nhất\x20ô','unmergeCells':_0x352270(0xbc),'insertTitleRow':'Chèn\x20hàng\x20tiêu\x20đề','pinHeaderRows':'Ghim\x20tiêu\x20đề\x20đến\x20hàng\x20này','selectColumn':_0x352270(0xaf),'selectRow':_0x352270(0xe6),'selectTable':_0x352270(0xb9),'sortTable':_0x352270(0xdb),'sortAscending':_0x352270(0xf4),'sortDescending':_0x352270(0xd3),'distribute':_0x352270(0xef),'distributeRows':_0x352270(0xe5),'distributeColumns':_0x352270(0xf3),'borders':_0x352270(0xe4),'borderAll':_0x352270(0xc6),'borderBottom':_0x352270(0xcd),'borderInner':_0x352270(0xe8),'borderInnerHorizontal':_0x352270(0xd0),'borderInnerVertical':'Đường\x20viền\x20dọc\x20bên\x20trong','borderLeft':_0x352270(0xab),'borderOuter':_0x352270(0xc8),'borderNone':_0x352270(0xb0),'borderRight':_0x352270(0xd6),'borderTop':_0x352270(0xbe),'tableBackgroundColor':_0x352270(0xdd),'borderColor':_0x352270(0xad),'borderWidth':_0x352270(0xec),'borderStyle':_0x352270(0xf2),'borderStyleSolid':_0x352270(0xd7),'borderStyleDotted':_0x352270(0xb7),'borderStyleDashed':_0x352270(0xf0),'textFormat':_0x352270(0xb5),'verticalAlignTop':'Căn\x20trên','verticalAlignMiddle':_0x352270(0xb2),'verticalAlignBottom':_0x352270(0xb1),'columnType':'Đặt\x20kiểu\x20cột','columnTypeText':_0x352270(0xdc),'columnTypeNumber':'Số','columnTypeDate':_0x352270(0xd1),'columnTypeCheckbox':_0x352270(0xb6),'columnTypeDropdown':_0x352270(0xe0),'tableOptions':_0x352270(0xf6)}};}));
@@ -1 +1 @@
1
- function _0x376d(_0xc428e,_0x453dae){_0xc428e=_0xc428e-0x19a;var _0x5e24b7=_0x5e24();var _0x376dde=_0x5e24b7[_0xc428e];return _0x376dde;}function _0x5e24(){var _0x3d9557=['function','选择行','自定义尺寸','删除\x20{count}\x20列','5ZpSral','内部边框','在右侧插入列','在下方插入行','在下方插入\x20{count}\x20行','exports','删除列','上边框','所有边框','重置颜色','边框颜色','无边框','下拉选项','删除表格','400841VwsTjp','均分列','固定表头到此行','左边框','7754370qTTUVs','选择列','下边框','3492136jxfhrU','插入表格','设置列类型','升序排序','在左侧插入列','边框样式','在上方插入行','在上方插入\x20{count}\x20行','6122648xxdqjS','合并单元格','2KoxUSn','删除\x20{count}\x20行','内部竖线','插入标题行','取消合并单元格','678494pihOxq','删除行','右边框','object','边框粗细','文本背景色','2693277dDMoCI','10AWhwyk','27447246xtkPXx','在右侧插入\x20{count}\x20列','外边框','内部横线','排序表格','均分行','表格背景色'];_0x5e24=function(){return _0x3d9557;};return _0x5e24();}(function(_0x42cbdb,_0x398075){var _0x36f9ef=_0x376d,_0x87d2f7=_0x42cbdb();while(!![]){try{var _0x543483=parseInt(_0x36f9ef(0x1a9))/0x1*(-parseInt(_0x36f9ef(0x1a4))/0x2)+parseInt(_0x36f9ef(0x1af))/0x3+parseInt(_0x36f9ef(0x1a2))/0x4*(-parseInt(_0x36f9ef(0x1bc))/0x5)+-parseInt(_0x36f9ef(0x1ce))/0x6+parseInt(_0x36f9ef(0x1ca))/0x7+parseInt(_0x36f9ef(0x19a))/0x8+-parseInt(_0x36f9ef(0x1b1))/0x9*(-parseInt(_0x36f9ef(0x1b0))/0xa);if(_0x543483===_0x398075)break;else _0x87d2f7['push'](_0x87d2f7['shift']());}catch(_0x5f55e2){_0x87d2f7['push'](_0x87d2f7['shift']());}}}(_0x5e24,0xe56a2),function(_0xd846fc,_0x8ec384){var _0x1b0e4e=_0x376d;typeof exports==_0x1b0e4e(0x1ac)&&typeof module<'u'?module[_0x1b0e4e(0x1c1)]=_0x8ec384():typeof define==_0x1b0e4e(0x1b8)&&define['amd']?define([],_0x8ec384):(_0xd846fc=typeof globalThis<'u'?globalThis:_0xd846fc||self,_0xd846fc['UniverProDocsTableUiZhCN']=_0x8ec384());}(this,function(){var _0x1ab1ad=_0x376d;return{'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x1ab1ad(0x1ae)},'resetColor':_0x1ab1ad(0x1c5)},'table':{'main':'表格','insert':'插入','delete':'表格删除'},'insertTable':_0x1ab1ad(0x19b),'insert':'插入','insertTableSize':'插入表格尺寸','customTableSize':_0x1ab1ad(0x1ba),'tableRows':'行数','tableColumns':'列数','insertRowAbove':_0x1ab1ad(0x1a0),'insertRowBelow':_0x1ab1ad(0x1bf),'insertRowsAbove':_0x1ab1ad(0x1a1),'insertRowsBelow':_0x1ab1ad(0x1c0),'insertColumnLeft':_0x1ab1ad(0x19e),'insertColumnRight':_0x1ab1ad(0x1be),'insertColumnsLeft':'在左侧插入\x20{count}\x20列','insertColumnsRight':_0x1ab1ad(0x1b2),'delete':'删除','deleteRow':_0x1ab1ad(0x1aa),'deleteRows':_0x1ab1ad(0x1a5),'deleteColumn':_0x1ab1ad(0x1c2),'deleteColumns':_0x1ab1ad(0x1bb),'deleteTable':_0x1ab1ad(0x1c9),'mergeCells':_0x1ab1ad(0x1a3),'unmergeCells':_0x1ab1ad(0x1a8),'insertTitleRow':_0x1ab1ad(0x1a7),'pinHeaderRows':_0x1ab1ad(0x1cc),'selectColumn':_0x1ab1ad(0x1cf),'selectRow':_0x1ab1ad(0x1b9),'selectTable':'选择表格','sortTable':_0x1ab1ad(0x1b5),'sortAscending':_0x1ab1ad(0x19d),'sortDescending':'降序排序','distribute':'分布','distributeRows':_0x1ab1ad(0x1b6),'distributeColumns':_0x1ab1ad(0x1cb),'borders':'边框','borderAll':_0x1ab1ad(0x1c4),'borderBottom':_0x1ab1ad(0x1d0),'borderInner':_0x1ab1ad(0x1bd),'borderInnerHorizontal':_0x1ab1ad(0x1b4),'borderInnerVertical':_0x1ab1ad(0x1a6),'borderLeft':_0x1ab1ad(0x1cd),'borderOuter':_0x1ab1ad(0x1b3),'borderNone':_0x1ab1ad(0x1c7),'borderRight':_0x1ab1ad(0x1ab),'borderTop':_0x1ab1ad(0x1c3),'tableBackgroundColor':_0x1ab1ad(0x1b7),'borderColor':_0x1ab1ad(0x1c6),'borderWidth':_0x1ab1ad(0x1ad),'borderStyle':_0x1ab1ad(0x19f),'borderStyleSolid':'实线','borderStyleDotted':'点线','borderStyleDashed':'虚线','columnType':_0x1ab1ad(0x19c),'columnTypeText':'文本','columnTypeNumber':'数字','columnTypeDate':'日期','columnTypeCheckbox':'复选框','columnTypeDropdown':_0x1ab1ad(0x1c8),'tableOptions':'表格选项'}};}));
1
+ (function(_0xe02a08,_0x11316f){var _0x35e144=_0x5aad,_0x5b8510=_0xe02a08();while(!![]){try{var _0x27a70b=parseInt(_0x35e144(0x1e5))/0x1*(-parseInt(_0x35e144(0x1cc))/0x2)+parseInt(_0x35e144(0x1bc))/0x3+parseInt(_0x35e144(0x1c3))/0x4*(-parseInt(_0x35e144(0x1fb))/0x5)+parseInt(_0x35e144(0x1d0))/0x6*(parseInt(_0x35e144(0x1ea))/0x7)+-parseInt(_0x35e144(0x1c5))/0x8*(-parseInt(_0x35e144(0x1c9))/0x9)+-parseInt(_0x35e144(0x1d1))/0xa+-parseInt(_0x35e144(0x1fa))/0xb;if(_0x27a70b===_0x11316f)break;else _0x5b8510['push'](_0x5b8510['shift']());}catch(_0x1d3e73){_0x5b8510['push'](_0x5b8510['shift']());}}}(_0x3c5c,0x76892),function(_0x584c1a,_0x4db37c){var _0x36cc83=_0x5aad;typeof exports==_0x36cc83(0x1c2)&&typeof module<'u'?module[_0x36cc83(0x1fc)]=_0x4db37c():typeof define==_0x36cc83(0x1c6)&&define[_0x36cc83(0x1f8)]?define([],_0x4db37c):(_0x584c1a=typeof globalThis<'u'?globalThis:_0x584c1a||self,_0x584c1a[_0x36cc83(0x1f1)]=_0x4db37c());}(this,function(){var _0x6417cb=_0x5aad;return{'docs-table-ui':{'toolbar':{'textColor':{'main':'文字颜色'},'fillColor':{'main':_0x6417cb(0x1cd)},'textBackgroundColor':{'main':_0x6417cb(0x1d6)},'resetColor':'重置颜色','textStyle':{'tooltip':_0x6417cb(0x1c4),'normal':_0x6417cb(0x1c0),'heading1':_0x6417cb(0x1e7),'heading2':_0x6417cb(0x1d8),'heading3':'标题3','heading4':_0x6417cb(0x1dc),'heading5':'标题5','orderedList':_0x6417cb(0x1be),'unorderedList':_0x6417cb(0x1f5),'checklist':_0x6417cb(0x1f4)}},'table':{'main':'表格','insert':'插入','delete':'删除表格'},'insertTable':'插入表格','insert':'插入','insertTableSize':_0x6417cb(0x1e6),'customTableSize':_0x6417cb(0x1d3),'tableRows':'行数','tableColumns':'列数','insertRowAbove':'在上方插入行','insertRowBelow':_0x6417cb(0x1cf),'insertRowsAbove':_0x6417cb(0x1cb),'insertRowsBelow':_0x6417cb(0x1d9),'insertRow':_0x6417cb(0x1c7),'insertColumnLeft':'在左侧插入列','insertColumnRight':_0x6417cb(0x1c8),'insertColumnsLeft':'在左侧插入\x20{count}\x20列','insertColumnsRight':_0x6417cb(0x1e0),'insertColumn':_0x6417cb(0x1e3),'clearContent':_0x6417cb(0x1f7),'delete':'删除','deleteRow':_0x6417cb(0x1ef),'deleteRows':_0x6417cb(0x1d5),'deleteColumn':'删除列','deleteColumns':'删除\x20{count}\x20列','deleteTable':_0x6417cb(0x1e1),'mergeCells':'合并单元格','unmergeCells':'取消合并单元格','insertTitleRow':_0x6417cb(0x1ca),'pinHeaderRows':'固定表头到此行','selectColumn':'选择列','selectRow':_0x6417cb(0x1f2),'selectTable':_0x6417cb(0x1dd),'sortTable':_0x6417cb(0x1db),'sortAscending':_0x6417cb(0x1de),'sortDescending':_0x6417cb(0x1ec),'distribute':'分布','distributeRows':_0x6417cb(0x1ce),'distributeColumns':_0x6417cb(0x1eb),'borders':'边框','borderAll':_0x6417cb(0x1d4),'borderBottom':_0x6417cb(0x1da),'borderInner':_0x6417cb(0x1d7),'borderInnerHorizontal':_0x6417cb(0x1d2),'borderInnerVertical':_0x6417cb(0x1df),'borderLeft':_0x6417cb(0x1e9),'borderOuter':'外边框','borderNone':_0x6417cb(0x1bf),'borderRight':_0x6417cb(0x1e4),'borderTop':'上边框','tableBackgroundColor':'表格背景色','borderColor':'边框颜色','borderWidth':_0x6417cb(0x1ed),'borderStyle':_0x6417cb(0x1ee),'borderStyleSolid':'实线','borderStyleDotted':'点线','borderStyleDashed':'虚线','textFormat':_0x6417cb(0x1e2),'verticalAlignTop':_0x6417cb(0x1c1),'verticalAlignMiddle':_0x6417cb(0x1e8),'verticalAlignBottom':_0x6417cb(0x1bd),'columnType':_0x6417cb(0x1f0),'columnTypeText':'文本','columnTypeNumber':'数字','columnTypeDate':'日期','columnTypeCheckbox':_0x6417cb(0x1f9),'columnTypeDropdown':_0x6417cb(0x1f6),'tableOptions':_0x6417cb(0x1f3)}};}));function _0x5aad(_0x4e1344,_0x35f811){_0x4e1344=_0x4e1344-0x1bc;var _0x3c5c88=_0x3c5c();var _0x5aad6b=_0x3c5c88[_0x4e1344];return _0x5aad6b;}function _0x3c5c(){var _0x1a2f95=['清除文本内容','amd','复选框','5032258fVxmEs','797180ksJJtI','exports','1883970aKmWFc','底部对齐','有序列表','无边框','普通文本','顶部对齐','object','4zHcijO','文字样式','8OArVyG','function','插入行','在右侧插入列','6406839aeaPjU','插入标题行','在上方插入\x20{count}\x20行','10lcWAtA','填充颜色','均分行','在下方插入行','3728574iLykwS','5497590cvzpdZ','内部横线','自定义尺寸','所有边框','删除\x20{count}\x20行','文本背景色','内部边框','标题2','在下方插入\x20{count}\x20行','下边框','排序表格','标题4','选择表格','升序排序','内部竖线','在右侧插入\x20{count}\x20列','删除表格','文字格式','插入列','右边框','61819IcrJYI','插入表格尺寸','标题1','垂直居中','左边框','7oRHvnG','均分列','降序排序','边框粗细','边框样式','删除行','设置列类型','UniverProDocsTableUiZhCN','选择行','表格选项','任务列表','无序列表','下拉选项'];_0x3c5c=function(){return _0x1a2f95;};return _0x3c5c();}
@@ -0,0 +1 @@
1
+ function _0x306a(_0x20bb3a,_0xae1c87){_0x20bb3a=_0x20bb3a-0x10f;var _0x40a556=_0x40a5();var _0x306ab7=_0x40a556[_0x20bb3a];return _0x306ab7;}(function(_0x4c230a,_0x3e0e0e){var _0x4d1d68=_0x306a,_0x23a6cb=_0x4c230a();while(!![]){try{var _0x5918f7=-parseInt(_0x4d1d68(0x138))/0x1*(-parseInt(_0x4d1d68(0x122))/0x2)+-parseInt(_0x4d1d68(0x11e))/0x3+parseInt(_0x4d1d68(0x13d))/0x4*(-parseInt(_0x4d1d68(0x11f))/0x5)+-parseInt(_0x4d1d68(0x125))/0x6+parseInt(_0x4d1d68(0x136))/0x7*(parseInt(_0x4d1d68(0x12f))/0x8)+parseInt(_0x4d1d68(0x135))/0x9+parseInt(_0x4d1d68(0x114))/0xa*(parseInt(_0x4d1d68(0x137))/0xb);if(_0x5918f7===_0x3e0e0e)break;else _0x23a6cb['push'](_0x23a6cb['shift']());}catch(_0x17b49d){_0x23a6cb['push'](_0x23a6cb['shift']());}}}(_0x40a5,0xa19fb),function(_0x298dce,_0x40ff05){var _0x32521b=_0x306a;typeof exports=='object'&&typeof module<'u'?module[_0x32521b(0x14c)]=_0x40ff05():typeof define==_0x32521b(0x143)&&define['amd']?define([],_0x40ff05):(_0x298dce=typeof globalThis<'u'?globalThis:_0x298dce||self,_0x298dce['UniverProDocsTableUiZhHK']=_0x40ff05());}(this,function(){var _0xb3481f=_0x306a;return{'docs-table-ui':{'toolbar':{'textColor':{'main':_0xb3481f(0x12b)},'fillColor':{'main':_0xb3481f(0x12a)},'textBackgroundColor':{'main':_0xb3481f(0x128)},'resetColor':_0xb3481f(0x142),'textStyle':{'tooltip':_0xb3481f(0x118),'normal':'普通文本','heading1':_0xb3481f(0x121),'heading2':_0xb3481f(0x149),'heading3':_0xb3481f(0x139),'heading4':'標題4','heading5':_0xb3481f(0x144),'orderedList':'有序列表','unorderedList':_0xb3481f(0x112),'checklist':'任務列表'}},'table':{'main':'表格','insert':'插入','delete':_0xb3481f(0x12e)},'insertTable':'插入表格','insert':'插入','insertTableSize':_0xb3481f(0x147),'customTableSize':'自訂尺寸','tableRows':'列數','tableColumns':'欄數','insertRowAbove':_0xb3481f(0x13e),'insertRowBelow':_0xb3481f(0x111),'insertRowsAbove':_0xb3481f(0x130),'insertRowsBelow':_0xb3481f(0x11a),'insertRow':_0xb3481f(0x116),'insertColumnLeft':_0xb3481f(0x127),'insertColumnRight':'在右側插入欄','insertColumnsLeft':_0xb3481f(0x11c),'insertColumnsRight':'在右側插入\x20{count}\x20欄','insertColumn':_0xb3481f(0x141),'clearContent':_0xb3481f(0x123),'delete':'刪除','deleteRow':_0xb3481f(0x13f),'deleteRows':_0xb3481f(0x146),'deleteColumn':'刪除欄','deleteColumns':_0xb3481f(0x120),'deleteTable':_0xb3481f(0x12e),'mergeCells':_0xb3481f(0x11b),'unmergeCells':_0xb3481f(0x126),'insertTitleRow':_0xb3481f(0x119),'pinHeaderRows':'固定表頭到此列','selectColumn':_0xb3481f(0x13a),'selectRow':_0xb3481f(0x129),'selectTable':_0xb3481f(0x14b),'sortTable':'排序表格','sortAscending':_0xb3481f(0x110),'sortDescending':_0xb3481f(0x113),'distribute':'平均分布','distributeRows':_0xb3481f(0x140),'distributeColumns':_0xb3481f(0x117),'borders':'框線','borderAll':_0xb3481f(0x115),'borderBottom':_0xb3481f(0x133),'borderInner':_0xb3481f(0x14a),'borderInnerHorizontal':_0xb3481f(0x13b),'borderInnerVertical':'內部垂直框線','borderLeft':'左框線','borderOuter':_0xb3481f(0x12d),'borderNone':'無框線','borderRight':'右框線','borderTop':'上框線','tableBackgroundColor':_0xb3481f(0x13c),'borderColor':'框線色彩','borderWidth':_0xb3481f(0x131),'borderStyle':_0xb3481f(0x134),'borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0xb3481f(0x148),'verticalAlignTop':_0xb3481f(0x132),'verticalAlignMiddle':_0xb3481f(0x10f),'verticalAlignBottom':'底端對齊','columnType':_0xb3481f(0x145),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0xb3481f(0x124),'columnTypeDropdown':_0xb3481f(0x12c),'tableOptions':_0xb3481f(0x11d)}};}));function _0x40a5(){var _0x4e53ac=['文字顏色','下拉式選單','外框線','刪除表格','1417160TYRRWA','在上方插入\x20{count}\x20列','框線粗細','頂端對齊','下框線','框線樣式','2957454bSwbgw','7fjkuoT','539627EQPPVM','8539sEQuUv','標題3','選取欄','內部水平框線','表格背景色','230612QNUydl','在上方插入列','刪除列','平均分布列','插入欄','重置顏色','function','標題5','設定欄類型','刪除\x20{count}\x20列','插入表格尺寸','文字格式','標題2','內部框線','選取表格','exports','垂直置中','升冪排序','在下方插入列','無序列表','降冪排序','160BryVgZ','所有框線','插入列','平均分布欄','文字樣式','插入標題列','在下方插入\x20{count}\x20列','合併儲存格','在左側插入\x20{count}\x20欄','表格選項','1643919oRsloC','25rZuKQC','刪除\x20{count}\x20欄','標題1','126gNbywK','清除文字內容','核取方塊','1982226YXipxI','取消合併儲存格','在左側插入欄','文字背景色','選取列','填滿顏色'];_0x40a5=function(){return _0x4e53ac;};return _0x40a5();}
@@ -1 +1 @@
1
- (function(_0x303a66,_0x568916){var _0x1e9e7f=_0x5e38,_0x3cb665=_0x303a66();while(!![]){try{var _0x3bdf1e=-parseInt(_0x1e9e7f(0x100))/0x1+parseInt(_0x1e9e7f(0x11c))/0x2+-parseInt(_0x1e9e7f(0x11d))/0x3*(-parseInt(_0x1e9e7f(0x10f))/0x4)+-parseInt(_0x1e9e7f(0xee))/0x5*(-parseInt(_0x1e9e7f(0xf0))/0x6)+-parseInt(_0x1e9e7f(0xf7))/0x7*(-parseInt(_0x1e9e7f(0xfe))/0x8)+parseInt(_0x1e9e7f(0xf9))/0x9*(-parseInt(_0x1e9e7f(0x106))/0xa)+parseInt(_0x1e9e7f(0xeb))/0xb*(-parseInt(_0x1e9e7f(0xf2))/0xc);if(_0x3bdf1e===_0x568916)break;else _0x3cb665['push'](_0x3cb665['shift']());}catch(_0x583448){_0x3cb665['push'](_0x3cb665['shift']());}}}(_0x1d30,0xd4493),function(_0x3d0605,_0x1600a0){var _0x25ad82=_0x5e38;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x1600a0():typeof define==_0x25ad82(0xf5)&&define[_0x25ad82(0xfa)]?define([],_0x1600a0):(_0x3d0605=typeof globalThis<'u'?globalThis:_0x3d0605||self,_0x3d0605[_0x25ad82(0x10a)]=_0x1600a0());}(this,function(){var _0x201dcc=_0x5e38;return{'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x201dcc(0x105)},'resetColor':_0x201dcc(0xef)},'table':{'main':'表格','insert':'插入','delete':_0x201dcc(0xf4)},'insertTable':_0x201dcc(0xf6),'insert':'插入','insertTableSize':_0x201dcc(0x102),'customTableSize':_0x201dcc(0x10e),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':'在上方插入列','insertRowBelow':_0x201dcc(0xfd),'insertRowsAbove':_0x201dcc(0x112),'insertRowsBelow':_0x201dcc(0xf1),'insertColumnLeft':_0x201dcc(0x114),'insertColumnRight':'在右側插入欄','insertColumnsLeft':_0x201dcc(0x107),'insertColumnsRight':_0x201dcc(0x101),'delete':'刪除','deleteRow':'刪除列','deleteRows':_0x201dcc(0x10b),'deleteColumn':'刪除欄','deleteColumns':_0x201dcc(0x10d),'deleteTable':_0x201dcc(0xf4),'mergeCells':_0x201dcc(0x108),'unmergeCells':_0x201dcc(0xff),'insertTitleRow':_0x201dcc(0x116),'pinHeaderRows':_0x201dcc(0xea),'selectColumn':_0x201dcc(0xfb),'selectRow':_0x201dcc(0x104),'selectTable':_0x201dcc(0xec),'sortTable':'排序表格','sortAscending':'升冪排序','sortDescending':_0x201dcc(0x110),'distribute':'平均分布','distributeRows':_0x201dcc(0x10c),'distributeColumns':'平均分布欄','borders':'框線','borderAll':'所有框線','borderBottom':'下框線','borderInner':_0x201dcc(0x113),'borderInnerHorizontal':_0x201dcc(0x109),'borderInnerVertical':_0x201dcc(0x119),'borderLeft':_0x201dcc(0xed),'borderOuter':_0x201dcc(0x11b),'borderNone':_0x201dcc(0x118),'borderRight':_0x201dcc(0x111),'borderTop':_0x201dcc(0x103),'tableBackgroundColor':_0x201dcc(0x117),'borderColor':_0x201dcc(0x11e),'borderWidth':_0x201dcc(0xfc),'borderStyle':'框線樣式','borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','columnType':_0x201dcc(0x11a),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0x201dcc(0x115),'columnTypeDropdown':_0x201dcc(0xf3),'tableOptions':_0x201dcc(0xf8)}};}));function _0x5e38(_0x3e981b,_0x3fd439){_0x3e981b=_0x3e981b-0xea;var _0x1d308a=_0x1d30();var _0x5e386b=_0x1d308a[_0x3e981b];return _0x5e386b;}function _0x1d30(){var _0x4b4340=['降冪排序','右框線','在上方插入\x20{count}\x20列','內部框線','在左側插入欄','核取方塊','插入標題列','表格背景色','無框線','內部垂直框線','設定欄類型','外框線','3432184hyimnS','6yXnQMB','框線色彩','固定表頭到此列','272899fxnKOD','選取表格','左框線','377450KNLdKI','重置顏色','66iEAaYC','在下方插入\x20{count}\x20列','492dhPZum','下拉式選單','刪除表格','function','插入表格','168567nYfYwc','表格選項','54egcwQa','amd','選取欄','框線粗細','在下方插入列','184aexGuL','取消合併儲存格','1435253YDcmFi','在右側插入\x20{count}\x20欄','插入表格尺寸','上框線','選取列','文字背景色','1174310DmXOEk','在左側插入\x20{count}\x20欄','合併儲存格','內部水平框線','UniverProDocsTableUiZhTW','刪除\x20{count}\x20列','平均分布列','刪除\x20{count}\x20欄','自訂尺寸','1852372mEnvNR'];_0x1d30=function(){return _0x4b4340;};return _0x1d30();}
1
+ function _0x38ea(_0x477c12,_0x5f9b30){_0x477c12=_0x477c12-0x10d;var _0x214268=_0x2142();var _0x38ea87=_0x214268[_0x477c12];return _0x38ea87;}function _0x2142(){var _0xa8c576=['普通文字','上框線','無序列表','平均分布','有序列表','框線粗細','降冪排序','平均分布欄','標題1','框線樣式','在右側插入欄','升冪排序','表格背景色','合併儲存格','內部垂直框線','重置顏色','149077YzUKrW','文字格式','1715072lxaWlE','object','垂直置中','插入標題列','101143YJhBeI','內部水平框線','設定欄類型','左框線','文字顏色','插入表格','UniverProDocsTableUiZhTW','無框線','刪除\x20{count}\x20列','2239135GtiiDo','刪除表格','文字樣式','110463tyZXCR','文字背景色','10270410ayTDah','選取表格','核取方塊','插入欄','amd','固定表頭到此列','9WXuIUR','任務列表','平均分布列','標題2','14dVEeaF','在左側插入欄','取消合併儲存格','填滿顏色','刪除\x20{count}\x20欄','在右側插入\x20{count}\x20欄','選取列','所有框線','插入表格尺寸','234rtHPYM','1799192vmrKad','標題3','exports','標題4','刪除欄'];_0x2142=function(){return _0xa8c576;};return _0x2142();}(function(_0x524f1a,_0x4b527c){var _0x40cc99=_0x38ea,_0x327101=_0x524f1a();while(!![]){try{var _0x13bf90=parseInt(_0x40cc99(0x12c))/0x1+parseInt(_0x40cc99(0x10d))/0x2*(-parseInt(_0x40cc99(0x13e))/0x3)+-parseInt(_0x40cc99(0x117))/0x4+-parseInt(_0x40cc99(0x13b))/0x5+-parseInt(_0x40cc99(0x116))/0x6*(-parseInt(_0x40cc99(0x132))/0x7)+-parseInt(_0x40cc99(0x12e))/0x8+parseInt(_0x40cc99(0x146))/0x9*(parseInt(_0x40cc99(0x140))/0xa);if(_0x13bf90===_0x4b527c)break;else _0x327101['push'](_0x327101['shift']());}catch(_0x654530){_0x327101['push'](_0x327101['shift']());}}}(_0x2142,0x5a4d1),function(_0x4b44c8,_0xd7250e){var _0x583542=_0x38ea;typeof exports==_0x583542(0x12f)&&typeof module<'u'?module[_0x583542(0x119)]=_0xd7250e():typeof define=='function'&&define[_0x583542(0x144)]?define([],_0xd7250e):(_0x4b44c8=typeof globalThis<'u'?globalThis:_0x4b44c8||self,_0x4b44c8[_0x583542(0x138)]=_0xd7250e());}(this,function(){var _0x376007=_0x38ea;return{'docs-table-ui':{'toolbar':{'textColor':{'main':_0x376007(0x136)},'fillColor':{'main':_0x376007(0x110)},'textBackgroundColor':{'main':_0x376007(0x13f)},'resetColor':_0x376007(0x12b),'textStyle':{'tooltip':_0x376007(0x13d),'normal':_0x376007(0x11c),'heading1':_0x376007(0x124),'heading2':_0x376007(0x149),'heading3':_0x376007(0x118),'heading4':_0x376007(0x11a),'heading5':'標題5','orderedList':_0x376007(0x120),'unorderedList':_0x376007(0x11e),'checklist':_0x376007(0x147)}},'table':{'main':'表格','insert':'插入','delete':_0x376007(0x13c)},'insertTable':_0x376007(0x137),'insert':'插入','insertTableSize':_0x376007(0x115),'customTableSize':'自訂尺寸','tableRows':'列數','tableColumns':'欄數','insertRowAbove':'在上方插入列','insertRowBelow':'在下方插入列','insertRowsAbove':'在上方插入\x20{count}\x20列','insertRowsBelow':'在下方插入\x20{count}\x20列','insertRow':'插入列','insertColumnLeft':_0x376007(0x10e),'insertColumnRight':_0x376007(0x126),'insertColumnsLeft':'在左側插入\x20{count}\x20欄','insertColumnsRight':_0x376007(0x112),'insertColumn':_0x376007(0x143),'clearContent':'清除文字內容','delete':'刪除','deleteRow':'刪除列','deleteRows':_0x376007(0x13a),'deleteColumn':_0x376007(0x11b),'deleteColumns':_0x376007(0x111),'deleteTable':'刪除表格','mergeCells':_0x376007(0x129),'unmergeCells':_0x376007(0x10f),'insertTitleRow':_0x376007(0x131),'pinHeaderRows':_0x376007(0x145),'selectColumn':'選取欄','selectRow':_0x376007(0x113),'selectTable':_0x376007(0x141),'sortTable':'排序表格','sortAscending':_0x376007(0x127),'sortDescending':_0x376007(0x122),'distribute':_0x376007(0x11f),'distributeRows':_0x376007(0x148),'distributeColumns':_0x376007(0x123),'borders':'框線','borderAll':_0x376007(0x114),'borderBottom':'下框線','borderInner':'內部框線','borderInnerHorizontal':_0x376007(0x133),'borderInnerVertical':_0x376007(0x12a),'borderLeft':_0x376007(0x135),'borderOuter':'外框線','borderNone':_0x376007(0x139),'borderRight':'右框線','borderTop':_0x376007(0x11d),'tableBackgroundColor':_0x376007(0x128),'borderColor':'框線色彩','borderWidth':_0x376007(0x121),'borderStyle':_0x376007(0x125),'borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0x376007(0x12d),'verticalAlignTop':'頂端對齊','verticalAlignMiddle':_0x376007(0x130),'verticalAlignBottom':'底端對齊','columnType':_0x376007(0x134),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0x376007(0x142),'columnTypeDropdown':'下拉式選單','tableOptions':'表格選項'}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/docs-table-ui",
3
- "version": "0.25.0",
3
+ "version": "1.0.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "Enhanced table UI integration for Univer Docs.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -57,24 +57,24 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/icons": "^1.4.0",
61
- "@univerjs-pro/docs-table": "0.25.0",
62
- "@univerjs-pro/license": "0.25.0",
63
- "@univerjs/core": "0.25.0",
64
- "@univerjs/design": "0.25.0",
65
- "@univerjs/docs": "0.25.0",
66
- "@univerjs/docs-ui": "0.25.0",
67
- "@univerjs/engine-render": "0.25.0",
68
- "@univerjs/ui": "0.25.0"
60
+ "@univerjs/icons": "1.12.0",
61
+ "@univerjs-pro/license": "1.0.0-alpha.0",
62
+ "@univerjs-pro/docs-table": "1.0.0-alpha.0",
63
+ "@univerjs/core": "1.0.0-alpha.0",
64
+ "@univerjs/design": "1.0.0-alpha.0",
65
+ "@univerjs/docs-ui": "1.0.0-alpha.0",
66
+ "@univerjs/engine-render": "1.0.0-alpha.0",
67
+ "@univerjs/ui": "1.0.0-alpha.0",
68
+ "@univerjs/docs": "1.0.0-alpha.0"
69
69
  },
70
70
  "devDependencies": {
71
- "postcss": "^8.5.14",
72
- "react": "19.2.6",
71
+ "postcss": "^8.5.15",
72
+ "react": "18.3.1",
73
73
  "rxjs": "7.8.2",
74
- "tailwindcss": "^3.4.17",
74
+ "tailwindcss": "3.4.17",
75
75
  "typescript": "^6.0.3",
76
- "vitest": "^4.1.6",
77
- "@univerjs-infra/shared": "0.25.0"
76
+ "vitest": "^4.1.9",
77
+ "@univerjs-infra/shared": "1.0.0-alpha.0"
78
78
  },
79
79
  "scripts": {
80
80
  "test": "vitest run",
@@ -1,7 +0,0 @@
1
- import { Disposable } from '@univerjs/core';
2
- import { ComponentManager } from '@univerjs/ui';
3
- export declare class DocsTableOptionsController extends Disposable {
4
- private readonly _componentManager;
5
- constructor(_componentManager: ComponentManager);
6
- private _initComponents;
7
- }