@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.
- 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 +49 -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 +33 -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 +16 -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 _0x35bf(){var _0x3a302b=['Kích\x20thước\x20bảng\x20cần\x20chèn','Danh\x20sách\x20thả\x20xuống','Gạch\x20ngang','Xóa','Nét\x20đứt','Chèn\x20{count}\x20cột\x20bên\x20trái','315xxAeDY','Normal\x20text','Đặt\x20lại\x20màu','Hàng','Heading\x205','Màu\x20chữ','Text\x20style','Chèn','Xóa\x20cột','Tách\x20ô','Căn\x20trên','830335WwcgIw','Phân\x20bố\x20hàng','7824hvxbYF','Cột','exports','In\x20nghiêng','Sắp\x20xếp\x20giảm\x20dần','Chèn\x20hàng\x20phía\x20trên','UniverProDocsTableUiViVN','10FeNJBF','Chèn\x20{count}\x20cột\x20bên\x20phải','Gạch\x20chân','Căn\x20giữa','Đường\x20viền\x20bên\x20trong','Chèn\x20{count}\x20hàng\x20phía\x20trên','function','Căn\x20phải','Màu\x20nền\x20văn\x20bản','Chấm','Phân\x20bố','416ibWcFA','Độ\x20dày\x20đường\x20viền','Phân\x20bố\x20cột','Chèn\x20hàng','Đường\x20viền\x20trên','Unordered\x20list','Chèn\x20cột','Heading\x204','Xóa\x20{count}\x20hàng','Chèn\x20cột\x20bên\x20trái','Ngày','Xóa\x20bảng','Căn\x20đều\x20hai\x20bên','Định\x20dạng\x20văn\x20bản','1475117bPCoZS','Kiểu\x20đường\x20viền','Không\x20có\x20đường\x20viền','Chèn\x20hàng\x20tiêu\x20đề','13616427HbCyNp','Đường\x20viền','Chọn\x20bảng','Màu\x20đường\x20viền','Heading\x203','Task\x20list','Heading\x202','Sắp\x20xếp\x20bảng','562ZjCPpv','Đường\x20viền\x20dưới','Kích\x20thước\x20tùy\x20chỉnh','Xóa\x20hàng','46323hderNo','3219400NCmgwH','Heading\x201','object','Màu\x20nền\x20bảng','Bảng','Xóa\x20nội\x20dung\x20văn\x20bản','Đặt\x20kiểu\x20cột','110622EimUMG','Văn\x20bản','Đường\x20viền\x20phải','Sắp\x20xếp\x20tăng\x20dần','Đường\x20viền\x20trái','Chèn\x20{count}\x20hàng\x20phía\x20dưới','Đường\x20viền\x20ngang\x20bên\x20trong','Liền','Tất\x20cả\x20đường\x20viền'];_0x35bf=function(){return _0x3a302b;};return _0x35bf();}function _0x49ce(_0x39831c,_0x502f03){_0x39831c=_0x39831c-0xed;var _0x35bfbd=_0x35bf();var _0x49ce14=_0x35bfbd[_0x39831c];return _0x49ce14;}(function(_0x4b80ad,_0x4eefb3){var _0x1dc68f=_0x49ce,_0x1620e4=_0x4b80ad();while(!![]){try{var _0x2aad8d=parseInt(_0x1dc68f(0x10f))/0x1+parseInt(_0x1dc68f(0x13d))/0x2*(parseInt(_0x1dc68f(0x111))/0x3)+-parseInt(_0x1dc68f(0xee))/0x4+parseInt(_0x1dc68f(0x104))/0x5*(-parseInt(_0x1dc68f(0xf5))/0x6)+parseInt(_0x1dc68f(0x131))/0x7+parseInt(_0x1dc68f(0x123))/0x8*(-parseInt(_0x1dc68f(0xed))/0x9)+-parseInt(_0x1dc68f(0x118))/0xa*(-parseInt(_0x1dc68f(0x135))/0xb);if(_0x2aad8d===_0x4eefb3)break;else _0x1620e4['push'](_0x1620e4['shift']());}catch(_0x3ad71b){_0x1620e4['push'](_0x1620e4['shift']());}}}(_0x35bf,0xbde12),function(_0x3eda9b,_0x5234ad){var _0x16be87=_0x49ce;typeof exports==_0x16be87(0xf0)&&typeof module<'u'?module[_0x16be87(0x113)]=_0x5234ad():typeof define==_0x16be87(0x11e)&&define['amd']?define([],_0x5234ad):(_0x3eda9b=typeof globalThis<'u'?globalThis:_0x3eda9b||self,_0x3eda9b[_0x16be87(0x117)]=_0x5234ad());}(this,function(){var _0x3ddc17=_0x49ce;return{'docs-table-ui':{'toolbar':{'textColor':{'main':_0x3ddc17(0x109)},'fillColor':{'main':'Màu\x20tô'},'textBackgroundColor':{'main':_0x3ddc17(0x120)},'resetColor':_0x3ddc17(0x106),'bold':'In\x20đậm','italic':_0x3ddc17(0x114),'underline':_0x3ddc17(0x11a),'strikethrough':_0x3ddc17(0x100),'alignLeft':'Căn\x20trái','alignCenter':_0x3ddc17(0x11b),'alignRight':_0x3ddc17(0x11f),'alignJustify':_0x3ddc17(0x12f),'textStyle':{'tooltip':_0x3ddc17(0x10a),'normal':_0x3ddc17(0x105),'heading1':_0x3ddc17(0xef),'heading2':_0x3ddc17(0x13b),'heading3':_0x3ddc17(0x139),'heading4':_0x3ddc17(0x12a),'heading5':_0x3ddc17(0x108),'orderedList':'Ordered\x20list','unorderedList':_0x3ddc17(0x128),'checklist':_0x3ddc17(0x13a)}},'table':{'main':_0x3ddc17(0xf2),'insert':_0x3ddc17(0x10b),'delete':'Xóa\x20bảng'},'insertTable':'Chèn\x20bảng','insert':_0x3ddc17(0x10b),'insertTableSize':_0x3ddc17(0xfe),'customTableSize':_0x3ddc17(0x13f),'tableRows':_0x3ddc17(0x107),'tableColumns':_0x3ddc17(0x112),'insertRowAbove':_0x3ddc17(0x116),'insertRowBelow':'Chèn\x20hàng\x20phía\x20dưới','insertRowsAbove':_0x3ddc17(0x11d),'insertRowsBelow':_0x3ddc17(0xfa),'insertRow':_0x3ddc17(0x126),'insertColumnLeft':_0x3ddc17(0x12c),'insertColumnRight':'Chèn\x20cột\x20bên\x20phải','insertColumnsLeft':_0x3ddc17(0x103),'insertColumnsRight':_0x3ddc17(0x119),'insertColumn':_0x3ddc17(0x129),'clearContent':_0x3ddc17(0xf3),'delete':_0x3ddc17(0x101),'deleteRow':_0x3ddc17(0x140),'deleteRows':_0x3ddc17(0x12b),'deleteColumn':_0x3ddc17(0x10c),'deleteColumns':'Xóa\x20{count}\x20cột','deleteTable':_0x3ddc17(0x12e),'mergeCells':'Hợp\x20nhất\x20ô','unmergeCells':_0x3ddc17(0x10d),'insertTitleRow':_0x3ddc17(0x134),'pinHeaderRows':'Ghim\x20tiêu\x20đề\x20đến\x20hàng\x20này','selectColumn':'Chọn\x20cột','selectRow':'Chọn\x20hàng','selectTable':_0x3ddc17(0x137),'sortTable':_0x3ddc17(0x13c),'sortAscending':_0x3ddc17(0xf8),'sortDescending':_0x3ddc17(0x115),'distribute':_0x3ddc17(0x122),'distributeRows':_0x3ddc17(0x110),'distributeColumns':_0x3ddc17(0x125),'borders':_0x3ddc17(0x136),'borderAll':_0x3ddc17(0xfd),'borderBottom':_0x3ddc17(0x13e),'borderInner':_0x3ddc17(0x11c),'borderInnerHorizontal':_0x3ddc17(0xfb),'borderInnerVertical':'Đường\x20viền\x20dọc\x20bên\x20trong','borderLeft':_0x3ddc17(0xf9),'borderOuter':'Đường\x20viền\x20ngoài','borderNone':_0x3ddc17(0x133),'borderRight':_0x3ddc17(0xf7),'borderTop':_0x3ddc17(0x127),'tableBackgroundColor':_0x3ddc17(0xf1),'borderColor':_0x3ddc17(0x138),'borderWidth':_0x3ddc17(0x124),'borderStyle':_0x3ddc17(0x132),'borderStyleSolid':_0x3ddc17(0xfc),'borderStyleDotted':_0x3ddc17(0x121),'borderStyleDashed':_0x3ddc17(0x102),'textFormat':_0x3ddc17(0x130),'verticalAlignTop':_0x3ddc17(0x10e),'verticalAlignMiddle':_0x3ddc17(0x11b),'verticalAlignBottom':'Căn\x20dưới','columnType':_0x3ddc17(0xf4),'columnTypeText':_0x3ddc17(0xf6),'columnTypeNumber':'Số','columnTypeDate':_0x3ddc17(0x12d),'columnTypeCheckbox':'Hộp\x20kiểm','columnTypeDropdown':_0x3ddc17(0xff),'tableOptions':'Tùy\x20chọn\x20bảng'}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1d97fd,_0x1b007e){var _0x90f31e=_0x5384,_0x36627b=_0x1d97fd();while(!![]){try{var _0x44c97a=-parseInt(_0x90f31e(0x123))/0x1*(parseInt(_0x90f31e(0x146))/0x2)+-parseInt(_0x90f31e(0x11f))/0x3+-parseInt(_0x90f31e(0x106))/0x4*(-parseInt(_0x90f31e(0x131))/0x5)+-parseInt(_0x90f31e(0x11a))/0x6+parseInt(_0x90f31e(0x144))/0x7+-parseInt(_0x90f31e(0x120))/0x8*(parseInt(_0x90f31e(0x140))/0x9)+parseInt(_0x90f31e(0x130))/0xa;if(_0x44c97a===_0x1b007e)break;else _0x36627b['push'](_0x36627b['shift']());}catch(_0x7e2ac3){_0x36627b['push'](_0x36627b['shift']());}}}(_0x1dc7,0xc1dd3),function(_0x2e9ea7,_0x38b305){var _0xf9ca6f=_0x5384;typeof exports==_0xf9ca6f(0x12d)&&typeof module<'u'?module[_0xf9ca6f(0x141)]=_0x38b305():typeof define==_0xf9ca6f(0x110)&&define[_0xf9ca6f(0x122)]?define([],_0x38b305):(_0x2e9ea7=typeof globalThis<'u'?globalThis:_0x2e9ea7||self,_0x2e9ea7['UniverProDocsTableUiZhCN']=_0x38b305());}(this,function(){var _0x1aa11d=_0x5384;return{'docs-table-ui':{'toolbar':{'textColor':{'main':'文字颜色'},'fillColor':{'main':'填充颜色'},'textBackgroundColor':{'main':_0x1aa11d(0x12b)},'resetColor':_0x1aa11d(0x13a),'bold':'粗体','italic':'斜体','underline':_0x1aa11d(0x108),'strikethrough':'删除线','alignLeft':'左对齐','alignCenter':'居中对齐','alignRight':'右对齐','alignJustify':'两端对齐','textStyle':{'tooltip':_0x1aa11d(0x145),'normal':_0x1aa11d(0x128),'heading1':_0x1aa11d(0x13b),'heading2':_0x1aa11d(0x10b),'heading3':_0x1aa11d(0x12e),'heading4':_0x1aa11d(0x115),'heading5':_0x1aa11d(0x136),'orderedList':'有序列表','unorderedList':'无序列表','checklist':_0x1aa11d(0x126)}},'table':{'main':'表格','insert':'插入','delete':_0x1aa11d(0x109)},'insertTable':_0x1aa11d(0x113),'insert':'插入','insertTableSize':_0x1aa11d(0x112),'customTableSize':_0x1aa11d(0x10e),'tableRows':'行数','tableColumns':'列数','insertRowAbove':'在上方插入行','insertRowBelow':'在下方插入行','insertRowsAbove':_0x1aa11d(0x116),'insertRowsBelow':_0x1aa11d(0x10c),'insertRow':_0x1aa11d(0x119),'insertColumnLeft':_0x1aa11d(0x148),'insertColumnRight':_0x1aa11d(0x121),'insertColumnsLeft':_0x1aa11d(0x10d),'insertColumnsRight':_0x1aa11d(0x10f),'insertColumn':_0x1aa11d(0x13d),'clearContent':_0x1aa11d(0x12a),'delete':'删除','deleteRow':_0x1aa11d(0x13e),'deleteRows':_0x1aa11d(0x12f),'deleteColumn':_0x1aa11d(0x138),'deleteColumns':_0x1aa11d(0x111),'deleteTable':_0x1aa11d(0x109),'mergeCells':'合并单元格','unmergeCells':_0x1aa11d(0x11c),'insertTitleRow':_0x1aa11d(0x13f),'pinHeaderRows':'固定表头到此行','selectColumn':'选择列','selectRow':_0x1aa11d(0x143),'selectTable':_0x1aa11d(0x13c),'sortTable':_0x1aa11d(0x118),'sortAscending':_0x1aa11d(0x135),'sortDescending':_0x1aa11d(0x107),'distribute':'分布','distributeRows':_0x1aa11d(0x133),'distributeColumns':'均分列','borders':'边框','borderAll':_0x1aa11d(0x124),'borderBottom':_0x1aa11d(0x139),'borderInner':_0x1aa11d(0x129),'borderInnerHorizontal':_0x1aa11d(0x11e),'borderInnerVertical':'内部竖线','borderLeft':'左边框','borderOuter':_0x1aa11d(0x142),'borderNone':_0x1aa11d(0x147),'borderRight':'右边框','borderTop':_0x1aa11d(0x114),'tableBackgroundColor':_0x1aa11d(0x134),'borderColor':_0x1aa11d(0x132),'borderWidth':_0x1aa11d(0x11d),'borderStyle':_0x1aa11d(0x125),'borderStyleSolid':'实线','borderStyleDotted':'点线','borderStyleDashed':'虚线','textFormat':'文字格式','verticalAlignTop':_0x1aa11d(0x137),'verticalAlignMiddle':_0x1aa11d(0x127),'verticalAlignBottom':_0x1aa11d(0x12c),'columnType':_0x1aa11d(0x10a),'columnTypeText':'文本','columnTypeNumber':'数字','columnTypeDate':'日期','columnTypeCheckbox':'复选框','columnTypeDropdown':_0x1aa11d(0x117),'tableOptions':_0x1aa11d(0x11b)}};}));function _0x5384(_0x49d3f3,_0x377b36){_0x49d3f3=_0x49d3f3-0x106;var _0x1dc76d=_0x1dc7();var _0x53841d=_0x1dc76d[_0x49d3f3];return _0x53841d;}function _0x1dc7(){var _0x520bfd=['外边框','选择行','970746neNBTP','文字样式','8VDSDRZ','无边框','在左侧插入列','64360dimsiw','降序排序','下划线','删除表格','设置列类型','标题2','在下方插入\x20{count}\x20行','在左侧插入\x20{count}\x20列','自定义尺寸','在右侧插入\x20{count}\x20列','function','删除\x20{count}\x20列','插入表格尺寸','插入表格','上边框','标题4','在上方插入\x20{count}\x20行','下拉选项','排序表格','插入行','9172980UZCwJh','表格选项','取消合并单元格','边框粗细','内部横线','3840138eweBXt','1475392VkUDDA','在右侧插入列','amd','43501jTlQtd','所有边框','边框样式','任务列表','垂直居中','普通文本','内部边框','清除文本内容','文本背景色','底部对齐','object','标题3','删除\x20{count}\x20行','28956850CATDcd','460pBPXLt','边框颜色','均分行','表格背景色','升序排序','标题5','顶部对齐','删除列','下边框','重置颜色','标题1','选择表格','插入列','删除行','插入标题行','36Rvzbfh','exports'];_0x1dc7=function(){return _0x520bfd;};return _0x1dc7();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x16d3(_0x327bf2,_0x5b9251){_0x327bf2=_0x327bf2-0x1b8;var _0xad5122=_0xad51();var _0x16d311=_0xad5122[_0x327bf2];return _0x16d311;}(function(_0x7dbc45,_0x2ea480){var _0x13425b=_0x16d3,_0x54802d=_0x7dbc45();while(!![]){try{var _0x876aaf=-parseInt(_0x13425b(0x1e9))/0x1+parseInt(_0x13425b(0x1ea))/0x2+-parseInt(_0x13425b(0x1ce))/0x3*(-parseInt(_0x13425b(0x1e1))/0x4)+parseInt(_0x13425b(0x1b8))/0x5*(parseInt(_0x13425b(0x1da))/0x6)+parseInt(_0x13425b(0x1f8))/0x7*(-parseInt(_0x13425b(0x1d7))/0x8)+-parseInt(_0x13425b(0x1e4))/0x9*(-parseInt(_0x13425b(0x1eb))/0xa)+-parseInt(_0x13425b(0x1f2))/0xb;if(_0x876aaf===_0x2ea480)break;else _0x54802d['push'](_0x54802d['shift']());}catch(_0x3d29a5){_0x54802d['push'](_0x54802d['shift']());}}}(_0xad51,0xaed3d),function(_0x2b77e0,_0x4892f0){var _0x5731df=_0x16d3;typeof exports==_0x5731df(0x1e5)&&typeof module<'u'?module[_0x5731df(0x1ec)]=_0x4892f0():typeof define=='function'&&define[_0x5731df(0x1e6)]?define([],_0x4892f0):(_0x2b77e0=typeof globalThis<'u'?globalThis:_0x2b77e0||self,_0x2b77e0[_0x5731df(0x1cc)]=_0x4892f0());}(this,function(){var _0xfe9820=_0x16d3;return{'docs-table-ui':{'toolbar':{'textColor':{'main':'文字顏色'},'fillColor':{'main':_0xfe9820(0x1de)},'textBackgroundColor':{'main':_0xfe9820(0x1f6)},'resetColor':_0xfe9820(0x1d5),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0xfe9820(0x1c4),'alignLeft':_0xfe9820(0x1fb),'alignCenter':'居中對齊','alignRight':_0xfe9820(0x1cd),'alignJustify':_0xfe9820(0x1c3),'textStyle':{'tooltip':_0xfe9820(0x1f7),'normal':_0xfe9820(0x1d8),'heading1':_0xfe9820(0x1e0),'heading2':_0xfe9820(0x1f1),'heading3':'標題3','heading4':_0xfe9820(0x1d4),'heading5':'標題5','orderedList':_0xfe9820(0x1e7),'unorderedList':'無序列表','checklist':_0xfe9820(0x1db)}},'table':{'main':'表格','insert':'插入','delete':_0xfe9820(0x1ca)},'insertTable':_0xfe9820(0x1fa),'insert':'插入','insertTableSize':_0xfe9820(0x1c6),'customTableSize':_0xfe9820(0x1d6),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':_0xfe9820(0x1f4),'insertRowBelow':_0xfe9820(0x1bf),'insertRowsAbove':_0xfe9820(0x1cb),'insertRowsBelow':'在下方插入\x20{count}\x20列','insertRow':_0xfe9820(0x1be),'insertColumnLeft':_0xfe9820(0x1f0),'insertColumnRight':_0xfe9820(0x1f3),'insertColumnsLeft':_0xfe9820(0x1ef),'insertColumnsRight':_0xfe9820(0x1df),'insertColumn':_0xfe9820(0x1ed),'clearContent':_0xfe9820(0x1ba),'delete':'刪除','deleteRow':'刪除列','deleteRows':'刪除\x20{count}\x20列','deleteColumn':'刪除欄','deleteColumns':_0xfe9820(0x1dd),'deleteTable':_0xfe9820(0x1ca),'mergeCells':'合併儲存格','unmergeCells':_0xfe9820(0x1dc),'insertTitleRow':_0xfe9820(0x1c2),'pinHeaderRows':_0xfe9820(0x1c7),'selectColumn':'選取欄','selectRow':_0xfe9820(0x1f9),'selectTable':_0xfe9820(0x1b9),'sortTable':_0xfe9820(0x1c9),'sortAscending':_0xfe9820(0x1e8),'sortDescending':_0xfe9820(0x1e3),'distribute':_0xfe9820(0x1c0),'distributeRows':_0xfe9820(0x1cf),'distributeColumns':_0xfe9820(0x1d0),'borders':'框線','borderAll':_0xfe9820(0x1bc),'borderBottom':'下框線','borderInner':'內部框線','borderInnerHorizontal':_0xfe9820(0x1d2),'borderInnerVertical':_0xfe9820(0x1bb),'borderLeft':_0xfe9820(0x1e2),'borderOuter':_0xfe9820(0x1d1),'borderNone':'無框線','borderRight':'右框線','borderTop':'上框線','tableBackgroundColor':_0xfe9820(0x1c8),'borderColor':'框線色彩','borderWidth':_0xfe9820(0x1bd),'borderStyle':'框線樣式','borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0xfe9820(0x1ee),'verticalAlignTop':_0xfe9820(0x1d9),'verticalAlignMiddle':_0xfe9820(0x1c5),'verticalAlignBottom':_0xfe9820(0x1c1),'columnType':_0xfe9820(0x1f5),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0xfe9820(0x1d3),'columnTypeDropdown':'下拉式選單','tableOptions':'表格選項'}};}));function _0xad51(){var _0x499c87=['排序表格','刪除表格','在上方插入\x20{count}\x20列','UniverProDocsTableUiZhHK','右對齊','205743JIsHEf','平均分布列','平均分布欄','外框線','內部水平框線','核取方塊','標題4','重置顏色','自訂尺寸','32dcEuHj','普通文本','頂端對齊','6zFyBmK','任務列表','取消合併儲存格','刪除\x20{count}\x20欄','填滿顏色','在右側插入\x20{count}\x20欄','標題1','44iJfgNm','左框線','降冪排序','3134466PMIoqd','object','amd','有序列表','升冪排序','812167ZGGwSw','1774220HHAsln','30MZuNiD','exports','插入欄','文字格式','在左側插入\x20{count}\x20欄','在左側插入欄','標題2','23119107cylQmq','在右側插入欄','在上方插入列','設定欄類型','文字背景色','文字樣式','254156wBPdjp','選取列','插入表格','左對齊','5444530UFQKHs','選取表格','清除文字內容','內部垂直框線','所有框線','框線粗細','插入列','在下方插入列','平均分布','底端對齊','插入標題列','兩端對齊','刪除線','垂直置中','插入表格尺寸','固定表頭到此列','表格背景色'];_0xad51=function(){return _0x499c87;};return _0xad51();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5e34(_0x3adddd,_0x6572f3){_0x3adddd=_0x3adddd-0x6c;var _0x110f06=_0x110f();var _0x5e34ba=_0x110f06[_0x3adddd];return _0x5e34ba;}function _0x110f(){var _0x1bb907=['在下方插入列','8915312hBMYxY','內部垂直框線','平均分布','1649424UHQQiP','14BQLrEs','標題3','3965672XTDhjR','平均分布列','刪除\x20{count}\x20列','2170341XPmuga','內部水平框線','升冪排序','設定欄類型','680800sDxBfx','填滿顏色','內部框線','重置顏色','普通文字','表格背景色','文字樣式','有序列表','選取欄','刪除欄','自訂尺寸','在上方插入列','所有框線','取消合併儲存格','文字顏色','插入欄','文字格式','amd','插入表格','在右側插入\x20{count}\x20欄','刪除表格','標題1','右對齊','左框線','右框線','在下方插入\x20{count}\x20列','框線色彩','選取表格','在左側插入欄','底端對齊','平均分布欄','表格選項','exports','降冪排序','927XUkDek','下框線','任務列表','867SuAQhV','在左側插入\x20{count}\x20欄','6040vpTUzS','固定表頭到此列','外框線','文字背景色','左對齊','標題4','在右側插入欄','無框線','兩端對齊'];_0x110f=function(){return _0x1bb907;};return _0x110f();}(function(_0x13700c,_0x14f396){var _0x10a3bf=_0x5e34,_0xf7bf0d=_0x13700c();while(!![]){try{var _0x1bba8e=parseInt(_0x10a3bf(0x73))/0x1*(parseInt(_0x10a3bf(0x86))/0x2)+parseInt(_0x10a3bf(0x76))/0x3*(-parseInt(_0x10a3bf(0x78))/0x4)+-parseInt(_0x10a3bf(0x8f))/0x5+parseInt(_0x10a3bf(0x85))/0x6+parseInt(_0x10a3bf(0x82))/0x7+-parseInt(_0x10a3bf(0x88))/0x8+parseInt(_0x10a3bf(0x8b))/0x9;if(_0x1bba8e===_0x14f396)break;else _0xf7bf0d['push'](_0xf7bf0d['shift']());}catch(_0x295a05){_0xf7bf0d['push'](_0xf7bf0d['shift']());}}}(_0x110f,0xb1b5b),function(_0xcf50d,_0x4a0ae4){var _0x1aa146=_0x5e34;typeof exports=='object'&&typeof module<'u'?module[_0x1aa146(0x71)]=_0x4a0ae4():typeof define=='function'&&define[_0x1aa146(0xa0)]?define([],_0x4a0ae4):(_0xcf50d=typeof globalThis<'u'?globalThis:_0xcf50d||self,_0xcf50d['UniverProDocsTableUiZhTW']=_0x4a0ae4());}(this,function(){var _0x5f530b=_0x5e34;return{'docs-table-ui':{'toolbar':{'textColor':{'main':_0x5f530b(0x9d)},'fillColor':{'main':_0x5f530b(0x90)},'textBackgroundColor':{'main':_0x5f530b(0x7b)},'resetColor':_0x5f530b(0x92),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','alignLeft':_0x5f530b(0x7c),'alignCenter':'居中對齊','alignRight':_0x5f530b(0xa5),'alignJustify':_0x5f530b(0x80),'textStyle':{'tooltip':_0x5f530b(0x95),'normal':_0x5f530b(0x93),'heading1':_0x5f530b(0xa4),'heading2':'標題2','heading3':_0x5f530b(0x87),'heading4':_0x5f530b(0x7d),'heading5':'標題5','orderedList':_0x5f530b(0x96),'unorderedList':'無序列表','checklist':_0x5f530b(0x75)}},'table':{'main':'表格','insert':'插入','delete':'刪除表格'},'insertTable':_0x5f530b(0xa1),'insert':'插入','insertTableSize':'插入表格尺寸','customTableSize':_0x5f530b(0x99),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':_0x5f530b(0x9a),'insertRowBelow':_0x5f530b(0x81),'insertRowsAbove':'在上方插入\x20{count}\x20列','insertRowsBelow':_0x5f530b(0xa8),'insertRow':'插入列','insertColumnLeft':_0x5f530b(0x6d),'insertColumnRight':_0x5f530b(0x7e),'insertColumnsLeft':_0x5f530b(0x77),'insertColumnsRight':_0x5f530b(0xa2),'insertColumn':_0x5f530b(0x9e),'clearContent':'清除文字內容','delete':'刪除','deleteRow':'刪除列','deleteRows':_0x5f530b(0x8a),'deleteColumn':_0x5f530b(0x98),'deleteColumns':'刪除\x20{count}\x20欄','deleteTable':_0x5f530b(0xa3),'mergeCells':'合併儲存格','unmergeCells':_0x5f530b(0x9c),'insertTitleRow':'插入標題列','pinHeaderRows':_0x5f530b(0x79),'selectColumn':_0x5f530b(0x97),'selectRow':'選取列','selectTable':_0x5f530b(0x6c),'sortTable':'排序表格','sortAscending':_0x5f530b(0x8d),'sortDescending':_0x5f530b(0x72),'distribute':_0x5f530b(0x84),'distributeRows':_0x5f530b(0x89),'distributeColumns':_0x5f530b(0x6f),'borders':'框線','borderAll':_0x5f530b(0x9b),'borderBottom':_0x5f530b(0x74),'borderInner':_0x5f530b(0x91),'borderInnerHorizontal':_0x5f530b(0x8c),'borderInnerVertical':_0x5f530b(0x83),'borderLeft':_0x5f530b(0xa6),'borderOuter':_0x5f530b(0x7a),'borderNone':_0x5f530b(0x7f),'borderRight':_0x5f530b(0xa7),'borderTop':'上框線','tableBackgroundColor':_0x5f530b(0x94),'borderColor':_0x5f530b(0xa9),'borderWidth':'框線粗細','borderStyle':'框線樣式','borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0x5f530b(0x9f),'verticalAlignTop':'頂端對齊','verticalAlignMiddle':'垂直置中','verticalAlignBottom':_0x5f530b(0x6e),'columnType':_0x5f530b(0x8e),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':'核取方塊','columnTypeDropdown':'下拉式選單','tableOptions':_0x5f530b(0x70)}};}));
|
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.1",
|
|
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,25 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs/icons": "
|
|
61
|
-
"@univerjs-pro/docs-table": "0.
|
|
62
|
-
"@univerjs-pro/
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/
|
|
66
|
-
"@univerjs/
|
|
67
|
-
"@univerjs/docs": "0.
|
|
68
|
-
"@univerjs/
|
|
60
|
+
"@univerjs/icons": "1.14.0",
|
|
61
|
+
"@univerjs-pro/docs-table": "1.0.0-alpha.1",
|
|
62
|
+
"@univerjs-pro/docs-column": "1.0.0-alpha.1",
|
|
63
|
+
"@univerjs-pro/license": "1.0.0-alpha.1",
|
|
64
|
+
"@univerjs/core": "1.0.0-alpha.1",
|
|
65
|
+
"@univerjs/docs": "1.0.0-alpha.1",
|
|
66
|
+
"@univerjs/design": "1.0.0-alpha.1",
|
|
67
|
+
"@univerjs/docs-ui": "1.0.0-alpha.1",
|
|
68
|
+
"@univerjs/engine-render": "1.0.0-alpha.1",
|
|
69
|
+
"@univerjs/ui": "1.0.0-alpha.1"
|
|
69
70
|
},
|
|
70
71
|
"devDependencies": {
|
|
71
|
-
"postcss": "^8.5.
|
|
72
|
-
"react": "
|
|
72
|
+
"postcss": "^8.5.15",
|
|
73
|
+
"react": "18.3.1",
|
|
73
74
|
"rxjs": "7.8.2",
|
|
74
|
-
"tailwindcss": "
|
|
75
|
+
"tailwindcss": "3.4.17",
|
|
75
76
|
"typescript": "^6.0.3",
|
|
76
|
-
"vitest": "^4.1.
|
|
77
|
-
"@univerjs-infra/shared": "0.
|
|
77
|
+
"vitest": "^4.1.9",
|
|
78
|
+
"@univerjs-infra/shared": "1.0.0-alpha.1"
|
|
78
79
|
},
|
|
79
80
|
"scripts": {
|
|
80
81
|
"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
|