@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/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|