@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.
- package/README.md +38 -7
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +394 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/docs-table-floating-text-style.command.d.ts +15 -0
- package/lib/types/commands/docs-table-select-all.command.d.ts +4 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/docs-table-canvas-render.controller.d.ts +48 -19
- package/lib/types/controllers/docs-table-create-table.controller.d.ts +1 -3
- package/lib/types/controllers/docs-table-floating-menu.controller.d.ts +5 -0
- package/lib/types/controllers/docs-table-keyboard.controller.d.ts +7 -0
- package/lib/types/index.d.ts +9 -3
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +25 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/docs-table-floating-menu.service.d.ts +51 -0
- package/lib/types/services/docs-table-floating-text-style.util.d.ts +10 -0
- package/lib/types/services/docs-table-viewport.service.d.ts +8 -1
- package/lib/types/views/borders/DocsTableBorderPanel.d.ts +3 -3
- package/lib/types/views/canvas/docs-table-canvas-icons.d.ts +2 -3
- package/lib/types/views/canvas/docs-table-scrollbar.d.ts +9 -1
- package/lib/types/views/canvas/docs-table-selection-render.d.ts +1 -1
- package/lib/types/views/canvas/docs-table-trigger-model.d.ts +7 -3
- package/lib/types/views/column-type/DocsTableColumnTypePanel.d.ts +1 -2
- package/lib/types/views/floating-toolbar/DocsTableFloatingToolbar.d.ts +2 -0
- package/lib/types/views/icons/DocsTableBorderToolbarIcons.d.ts +5 -10
- package/lib/types/views/insert-table/DocsTableInsertTablePicker.d.ts +5 -3
- package/lib/types/views/menu.d.ts +53 -47
- package/lib/types/views/options/DocsTableOptionsPanel.d.ts +1 -2
- package/lib/types/views/toolbar/DocsTableToolbar.d.ts +1 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +15 -15
- package/lib/types/controllers/docs-table-options.controller.d.ts +0 -7
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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)}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
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.
|
|
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": "
|
|
61
|
-
"@univerjs-pro/
|
|
62
|
-
"@univerjs-pro/
|
|
63
|
-
"@univerjs/core": "0.
|
|
64
|
-
"@univerjs/design": "0.
|
|
65
|
-
"@univerjs/docs": "0.
|
|
66
|
-
"@univerjs/
|
|
67
|
-
"@univerjs/
|
|
68
|
-
"@univerjs/
|
|
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.
|
|
72
|
-
"react": "
|
|
71
|
+
"postcss": "^8.5.15",
|
|
72
|
+
"react": "18.3.1",
|
|
73
73
|
"rxjs": "7.8.2",
|
|
74
|
-
"tailwindcss": "
|
|
74
|
+
"tailwindcss": "3.4.17",
|
|
75
75
|
"typescript": "^6.0.3",
|
|
76
|
-
"vitest": "^4.1.
|
|
77
|
-
"@univerjs-infra/shared": "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
|
-
}
|
|
File without changes
|
|
File without changes
|