@univerjs-pro/sheets-shape-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/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- 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 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- 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 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- 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 -1
- package/lib/es/locale/it-IT.js +1 -1
- 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 -1
- package/lib/es/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +4 -116
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- 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 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/command-util.d.ts +1 -0
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +3 -2
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +4 -3
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +2 -1
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +2 -1
- package/lib/types/const.d.ts +1 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +9 -0
- package/lib/types/controllers/{sheets-shape-ui.controller.d.ts → ui.controller.d.ts} +13 -6
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locale/en-US.d.ts +10 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +2 -1
- package/lib/types/views/ShapeOptions.d.ts +1 -5
- package/lib/types/views/ShapePicker.d.ts +2 -2
- package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +2 -1
- package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -1
- package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +17 -0
- package/lib/types/views/shape-menu/shape-menu-factory.d.ts +2 -1
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -0
- package/lib/types/views/shape-text-editor/index.d.ts +1 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- 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 -1
- package/lib/umd/locale/it-IT.js +1 -1
- 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 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -24
- package/lib/types/views/shape-text-editor/Editor.d.ts +0 -11
- package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +0 -15
- package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +0 -37
- /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 _0x55e0(){var _0x5f0e0b=['Mũi\x20tên\x20xuống','Xoay\x20cùng\x20hình\x20dạng','1110YawNOS','Chú\x20thích\x20nhấn\x20mạnh\x203','Chú\x20thích\x203','Quy\x20trình\x20xác\x20định\x20trước','Dấu\x20khác','Mũi\x20tên\x20lên\x20xuống','Chú\x20thích\x20mũi\x20tên\x20phải','Thẻ\x20đục\x20lỗ','Đầu\x20nối','Mũi\x20tên','Chú\x20thích\x20đường\x20kẻ\x201','Nhỏ','Tab\x20vuông','amd','Định\x20dạng\x20hình\x20dạng','Cặp\x20ngoặc\x20nhọn','Liền','5211RmSNhk','Mặt\x20trăng','Sao\x2010\x20cánh','Lát\x20ảnh\x20làm\x20kết\x20cấu','Bánh\x20răng\x206','Biểu\x20đồ\x20sao','Sao\x204\x20cánh','Khác','Mũi\x20tên\x20tròn\x20trái','Kích\x20thước\x20mũi\x20tên\x20đầu','UniverProSheetsShapeUiViVN','Nút\x20hành\x20động:\x20Bắt\x20đầu','Băng\x20từ','Biểu\x20đồ\x20cộng','Quy\x20trình\x20thay\x20thế','Sao\x2024\x20cánh','Thất\x20giác','Hình\x20chữ\x20V','Cỡ\x20chữ','Ngoặc\x20vuông\x20trái','Đường\x20thẳng','Tô\x20bằng\x20mẫu','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Trái\x20tim','Hợp\x20nhất','Góc\x20thư\x20mục','Chú\x20thích\x20hình\x20chữ\x20nhật','Dấu\x20cộng','Hình\x20elip','Căn\x20ngang','Mặt\x20trời','Sao\x207\x20cánh','Hình\x20cung\x20khối','Dữ\x20liệu','Chèn...','Mũi\x20tên\x20hình\x20bầu\x20dục','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Mũi\x20tên\x20đường\x20thẳng','Mũi\x20tên\x20sọc\x20phải','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Mũi\x20tên\x20kim\x20cương','Bát\x20giác','Mũi\x20tên\x20cong\x20trái','Căn\x20phải','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Hiển\x20thị','Trích\x20xuất','Kiểu\x20mũi\x20tên\x20cuối','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Nhập\x20thủ\x20công','4234461sLgZeG','Nét\x20đứt\x20dài\x20chấm','Mũi\x20tên\x20phải','Nút\x20hành\x20động:\x20Thông\x20tin','Hình\x20nổ\x202','Đường\x20nối\x20khuỷu','Nguồn\x20ảnh','Dấu\x20bằng','Bật/tắt\x20lật\x20dọc','Nét\x20đứt\x20dài\x20hai\x20chấm','object','Mũi\x20tên\x20tròn','Mũi\x20tên\x20cong\x20xuống','Màu\x20ô','1524zuWfQU','Trì\x20hoãn','Vừa','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Chấm\x20tròn','Mũi\x20tên\x20lướt','Sóng\x20đôi','Đường\x20viền\x20gradient','Khung\x20một\x20nửa','Căn\x20dọc','Đặt\x20lại\x20màu','Ruy\x20băng\x20xuống','Chèn\x20hình\x20dạng','Hình\x20cơ\x20bản','Cuộn\x20ngang','Chuẩn\x20bị','Trái','function','Hình\x20cung','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Ngoặc\x20vuông\x20phải','Kiểu\x20đầu\x20mút','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Mũi\x20tên\x20khối','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Sao\x2016\x20cánh','Ruy\x20băng\x20cong\x20lên','Cuộn\x20dọc','Hình\x20quạt','Tỷ\x20lệ\x20Y','Vẽ\x20nguệch\x20ngoạc','Đường\x20viền','Hình\x20giọt\x20nước','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Nút\x20hành\x20động:\x20Trợ\x20giúp','Mở\x20bảng\x20hình\x20dạng','Giữa','Biển\x20cấm\x20hút\x20thuốc','Màu\x20sắc','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','8155972uiOSEG','Tia\x20sét','Kiểu\x20mũi\x20tên\x20đầu','20SQHiGa','Vẽ\x20tay','Mũi\x20tên\x20lên','Chú\x20thích\x201','Hình\x20thang','Biểu\x20đồ\x20X','Đối\x20chiếu','Trên\x20trái','Sao\x205\x20cánh','Bù\x20trừ\x20Y','Thao\x20tác\x20thủ\x20công','Quyết\x20định','Lưu\x20trữ\x20ngoại\x20tuyến','Hình\x20chữ\x20nhật\x20bo\x20góc','Hình\x20bánh\x20rán','Tài\x20liệu','Đường\x20nối\x20cong','Dưới\x20phải','Chuyển\x20đổi\x20lật\x20ngang','Điểm\x20nối\x20tổng','Tab\x20biển\x20hiệu','Nút\x20hành\x20động:\x20Âm\x20thanh','Mũi\x20tên\x20nhọn','Hình\x20trụ','1086508NIFRAG','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Kích\x20thước\x20mũi\x20tên\x20cuối','Mũi\x20tên\x20cong','40JRSOSR','Không','11432092fdmszN','Tô\x20màu\x20gradient','Kiểu\x20hình\x20dạng','Dấu\x20nhân','Đường\x20ngược','Nét\x20đứt\x20dài','Tỷ\x20lệ\x20X','Vuông','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Ruy\x20băng\x20cong\x20xuống','Chú\x20thích\x20mũi\x20tên\x20xuống','Không\x20có\x20đường\x20viền','Nhọn','Nút\x20hành\x20động:\x20Trở\x20lại','Không\x20có','Hộp\x20văn\x20bản\x20ngang','Chú\x20thích','Phễu','Mũi\x20tên\x20khía\x20phải','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Nút\x20hành\x20động:\x20Phim','Khung','Căn\x20chỉnh','Trên','Căn\x20dưới','Sắp\x20xếp','Cặp\x20ngoặc\x20vuông','Bánh\x20răng\x209','Sao\x206\x20cánh','Đa\x20tài\x20liệu','Lưu\x20trữ\x20trực\x20tuyến','Tô\x20màu','Hình\x20bình\x20hành','Chú\x20thích\x20đám\x20mây','Mũi\x20tên\x20cong\x20phải','1886kEKxaD','Căn\x20trái','Ngoặc\x20nhọn\x20phải','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Độ\x20trong\x20suốt','Chú\x20thích\x20đường\x20kẻ\x203','Nét\x20đứt\x20chấm','Tăng\x20cỡ\x20chữ','Ruy\x20băng\x20lên','Ruy\x20băng\x20trái\x20phải','Sao\x20và\x20Biểu\x20ngữ','Dưới','Căn\x20giữa','Hình\x20biển\x20hiệu','Dấu\x20chia','Mũi\x20tên\x20trái','Kết\x20thúc','Cong','Thập\x20giác','Phẳng','Quy\x20trình','Tô\x20màu\x20đặc','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Giảm\x20cỡ\x20chữ','Sọc\x20chéo','Hình\x20chữ\x20nhật','Hình\x20chữ\x20L','Chấm\x20vuông','Chú\x20thích\x20đường\x20kẻ\x202','37095EwcLxz','Đường\x20kẻ','Cắt\x20theo\x20hình\x20dạng','Mũi\x20tên\x20cong\x20lên','Hoặc','Dấu\x20trừ','Mặt\x20cười','Chú\x20thích\x20mũi\x20tên\x20trái','Ngoặc\x20nhọn\x20trái','Xóa\x20hình\x20dạng','Băng\x20đục\x20lỗ','Kiểu\x20nét\x20đứt','Sao\x2012\x20cánh','Hình\x20vát','Chú\x20thích\x202','Kiểu\x20phác\x20thảo','Thập\x20nhị\x20giác','Đường\x20viền\x20liền','Không\x20tô','Chú\x20thích\x20nhấn\x20mạnh\x202','Chú\x20thích\x20mũi\x20tên\x20lên'];_0x55e0=function(){return _0x5f0e0b;};return _0x55e0();}function _0x4f8f(_0x5f1e99,_0x22148f){_0x5f1e99=_0x5f1e99-0x1d2;var _0x55e07d=_0x55e0();var _0x4f8fb7=_0x55e07d[_0x5f1e99];return _0x4f8fb7;}(function(_0x234beb,_0x4f1d83){var _0x11ca4d=_0x4f8f,_0x559213=_0x234beb();while(!![]){try{var _0x490615=parseInt(_0x11ca4d(0x250))/0x1*(parseInt(_0x11ca4d(0x284))/0x2)+parseInt(_0x11ca4d(0x1d5))/0x3+-parseInt(_0x11ca4d(0x227))/0x4+-parseInt(_0x11ca4d(0x26d))/0x5*(-parseInt(_0x11ca4d(0x1e3))/0x6)+-parseInt(_0x11ca4d(0x22d))/0x7+-parseInt(_0x11ca4d(0x22b))/0x8*(-parseInt(_0x11ca4d(0x295))/0x9)+-parseInt(_0x11ca4d(0x20f))/0xa*(parseInt(_0x11ca4d(0x20c))/0xb);if(_0x490615===_0x4f1d83)break;else _0x559213['push'](_0x559213['shift']());}catch(_0x36ba83){_0x559213['push'](_0x559213['shift']());}}}(_0x55e0,0xe9d9b),function(_0x57b3e3,_0x4f978f){var _0x4a7bb3=_0x4f8f;typeof exports==_0x4a7bb3(0x1df)&&typeof module<'u'?module['exports']=_0x4f978f():typeof define==_0x4a7bb3(0x1f4)&&define[_0x4a7bb3(0x291)]?define([],_0x4f978f):(_0x57b3e3=typeof globalThis<'u'?globalThis:_0x57b3e3||self,_0x57b3e3[_0x4a7bb3(0x29f)]=_0x4f978f());}(this,function(){var _0x1cf93b=_0x4f8f;return{'sheets-shape-ui':{'align':{'top':'Căn\x20trên','middle':_0x1cf93b(0x25c),'bottom':_0x1cf93b(0x245),'left':_0x1cf93b(0x251),'center':_0x1cf93b(0x25c),'right':_0x1cf93b(0x2c0)},'toolbar':{'verticalAlignMode':{'main':_0x1cf93b(0x1ec)},'horizontalAlignMode':{'main':_0x1cf93b(0x2b2)},'fillColor':{'main':_0x1cf93b(0x1e2)},'fontSize':_0x1cf93b(0x2a7),'fontSizeIncrease':_0x1cf93b(0x257),'fontSizeDecrease':_0x1cf93b(0x267),'resetColor':_0x1cf93b(0x1ed)},'imagePanel':{'crop':{'shape':_0x1cf93b(0x26f)}},'permission':{'editErr':_0x1cf93b(0x1f6)},'title':'Hình\x20dạng','insertShape':_0x1cf93b(0x1ef),'openPanel':_0x1cf93b(0x207),'deleteShape':_0x1cf93b(0x276),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x1cf93b(0x292),'shapeStyle':_0x1cf93b(0x22f),'shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0x1cf93b(0x221),'toggleFlipV':_0x1cf93b(0x1dd),'rotateRight90':_0x1cf93b(0x205),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x1cf93b(0x1fc),'fill':{'title':_0x1cf93b(0x24c),'noFill':_0x1cf93b(0x27f),'solidFill':_0x1cf93b(0x265),'gradientFill':_0x1cf93b(0x22e),'pictureFill':_0x1cf93b(0x1fa),'patternFill':_0x1cf93b(0x2aa),'color':_0x1cf93b(0x20a),'transparency':'Độ\x20trong\x20suốt','picture':{'source':_0x1cf93b(0x1db),'insert':_0x1cf93b(0x2b7),'tileAsTexture':_0x1cf93b(0x298),'offsetX':'Bù\x20trừ\x20X','offsetY':_0x1cf93b(0x218),'scaleX':_0x1cf93b(0x233),'scaleY':_0x1cf93b(0x201),'alignment':_0x1cf93b(0x243),'rotateWithShape':_0x1cf93b(0x283),'align':{'tl':_0x1cf93b(0x216),'t':_0x1cf93b(0x244),'tr':'Trên\x20phải','l':_0x1cf93b(0x1f3),'ctr':_0x1cf93b(0x208),'r':'Phải','bl':'Dưới\x20trái','b':_0x1cf93b(0x25b),'br':_0x1cf93b(0x220)}}},'line':{'title':_0x1cf93b(0x203),'noLine':_0x1cf93b(0x238),'solidLine':_0x1cf93b(0x27e),'gradientLine':_0x1cf93b(0x1ea),'color':_0x1cf93b(0x20a),'transparency':_0x1cf93b(0x254),'width':'Độ\x20rộng','dashType':{'title':_0x1cf93b(0x278),'solid':_0x1cf93b(0x294),'roundDot':_0x1cf93b(0x1e7),'squareDot':_0x1cf93b(0x26b),'dash':'Nét\x20đứt','dashDot':_0x1cf93b(0x256),'longDash':_0x1cf93b(0x232),'longDashDot':_0x1cf93b(0x1d6),'longDashDotDot':_0x1cf93b(0x1de)},'capType':{'title':_0x1cf93b(0x1f8),'flat':_0x1cf93b(0x263),'round':'Tròn','square':_0x1cf93b(0x234)},'joinType':{'title':'Kiểu\x20nối\x20góc','miter':_0x1cf93b(0x239),'round':'Tròn','bevel':'Vát'},'beginArrowType':_0x1cf93b(0x20e),'beginArrowSize':_0x1cf93b(0x29e),'endArrowType':_0x1cf93b(0x1d2),'endArrowSize':_0x1cf93b(0x229),'arrowType':{'none':_0x1cf93b(0x23b),'arrow':_0x1cf93b(0x28d),'openArrow':'Mũi\x20tên\x20hở','stealthArrow':_0x1cf93b(0x225),'diamondArrow':_0x1cf93b(0x2bd),'ovalArrow':_0x1cf93b(0x2b8)},'arrowSize':{'small':_0x1cf93b(0x28f),'medium':_0x1cf93b(0x1e5),'large':'Lớn'},'sketchType':{'title':_0x1cf93b(0x27c),'none':_0x1cf93b(0x22c),'curved':_0x1cf93b(0x261),'freehand':_0x1cf93b(0x210),'handDrawn':_0x1cf93b(0x202)}},'shape':{'group':{'line':_0x1cf93b(0x26e),'rectangle':_0x1cf93b(0x269),'basicShape':_0x1cf93b(0x1f0),'blockArrow':_0x1cf93b(0x1fb),'equationShape':'Hình\x20công\x20thức','flowchart':'Lưu\x20đồ','starAndBanner':_0x1cf93b(0x25a),'callout':_0x1cf93b(0x23d),'other':_0x1cf93b(0x29c)},'type':{'line':_0x1cf93b(0x2a9),'straight-connector1':_0x1cf93b(0x2ba),'straight-connector2':_0x1cf93b(0x2c1),'bent-connector3':_0x1cf93b(0x1da),'bent-connector3-arrow1':'Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','bent-connector3-arrow2':'Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','curved-connector3':_0x1cf93b(0x21f),'curved-connector3-arrow1':'Đường\x20nối\x20cong\x20có\x20mũi\x20tên','curved-connector3-arrow2':'Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','rect':_0x1cf93b(0x269),'round-rect':_0x1cf93b(0x21c),'snip1-rect':_0x1cf93b(0x266),'snip2-same-rect':_0x1cf93b(0x1e6),'snip2-diag-rect':_0x1cf93b(0x228),'snip-round-rect':_0x1cf93b(0x2ab),'round1-rect':_0x1cf93b(0x253),'round2-same-rect':_0x1cf93b(0x240),'round2-diag-rect':_0x1cf93b(0x1f9),'rect-textbox-horizontal':_0x1cf93b(0x23c),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0x1cf93b(0x2b1),'triangle':'Tam\x20giác\x20cân','rt-triangle':'Tam\x20giác\x20vuông','parallelogram':_0x1cf93b(0x24d),'trapezoid':_0x1cf93b(0x213),'non-isosceles-trapezoid':'Hình\x20thang\x20không\x20cân','diamond':'Hình\x20thoi','pentagon':'Ngũ\x20giác','hexagon':'Lục\x20giác','heptagon':_0x1cf93b(0x2a5),'octagon':_0x1cf93b(0x2be),'decagon':_0x1cf93b(0x262),'dodecagon':_0x1cf93b(0x27d),'pie':_0x1cf93b(0x200),'chord':_0x1cf93b(0x1f5),'teardrop':_0x1cf93b(0x204),'frame':_0x1cf93b(0x242),'half-frame':_0x1cf93b(0x1eb),'corner':_0x1cf93b(0x26a),'diag-stripe':_0x1cf93b(0x268),'plus':_0x1cf93b(0x2b0),'plaque':_0x1cf93b(0x25d),'can':_0x1cf93b(0x226),'cube':'Hình\x20lập\x20phương','bevel':_0x1cf93b(0x27a),'donut':_0x1cf93b(0x21d),'no-smoking':_0x1cf93b(0x209),'block-arc':_0x1cf93b(0x2b5),'folder-corner':_0x1cf93b(0x2ae),'smiley-face':_0x1cf93b(0x273),'heart':_0x1cf93b(0x2ac),'lightning-bolt':_0x1cf93b(0x20d),'sun':_0x1cf93b(0x2b3),'moon':_0x1cf93b(0x296),'cloud':'Đám\x20mây','arc':_0x1cf93b(0x1f5),'bracket-pair':_0x1cf93b(0x247),'brace-pair':_0x1cf93b(0x293),'left-bracket':_0x1cf93b(0x2a8),'right-bracket':_0x1cf93b(0x1f7),'left-brace':_0x1cf93b(0x275),'right-brace':_0x1cf93b(0x252),'right-arrow':_0x1cf93b(0x1d7),'left-arrow':_0x1cf93b(0x25f),'up-arrow':_0x1cf93b(0x211),'down-arrow':_0x1cf93b(0x282),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x1cf93b(0x289),'quad-arrow':'Mũi\x20tên\x20bốn\x20chiều','left-right-up-arrow':'Mũi\x20tên\x20trái\x20phải\x20lên','bent-arrow':_0x1cf93b(0x22a),'uturn-arrow':'Mũi\x20tên\x20quay\x20đầu','left-up-arrow':'Mũi\x20tên\x20trái\x20lên','bent-up-arrow':_0x1cf93b(0x270),'curved-right-arrow':_0x1cf93b(0x24f),'curved-left-arrow':_0x1cf93b(0x2bf),'curved-up-arrow':_0x1cf93b(0x270),'curved-down-arrow':_0x1cf93b(0x1e1),'striped-right-arrow':_0x1cf93b(0x2bb),'notched-right-arrow':_0x1cf93b(0x23f),'home-plate':_0x1cf93b(0x2b9),'chevron':_0x1cf93b(0x2a6),'right-arrow-callout':_0x1cf93b(0x28a),'down-arrow-callout':_0x1cf93b(0x237),'left-arrow-callout':_0x1cf93b(0x274),'up-arrow-callout':_0x1cf93b(0x281),'left-right-arrow-callout':_0x1cf93b(0x2bc),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':_0x1cf93b(0x1e0),'math-plus':_0x1cf93b(0x2b0),'math-minus':_0x1cf93b(0x272),'math-multiply':_0x1cf93b(0x230),'math-divide':_0x1cf93b(0x25e),'math-equal':_0x1cf93b(0x1dc),'math-not-equal':_0x1cf93b(0x288),'flow-chart-process':_0x1cf93b(0x264),'flow-chart-alternate-process':_0x1cf93b(0x2a3),'flow-chart-decision':_0x1cf93b(0x21a),'flow-chart-input-output':_0x1cf93b(0x2b6),'flow-chart-predefined-process':_0x1cf93b(0x287),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x1cf93b(0x21e),'flow-chart-multidocument':_0x1cf93b(0x24a),'flow-chart-terminator':_0x1cf93b(0x260),'flow-chart-preparation':_0x1cf93b(0x1f2),'flow-chart-manual-input':_0x1cf93b(0x1d4),'flow-chart-manual-operation':_0x1cf93b(0x219),'flow-chart-connector':_0x1cf93b(0x28c),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':_0x1cf93b(0x28b),'flow-chart-punched-tape':_0x1cf93b(0x277),'flow-chart-summing-junction':_0x1cf93b(0x222),'flow-chart-or':_0x1cf93b(0x271),'flow-chart-collate':_0x1cf93b(0x215),'flow-chart-sort':_0x1cf93b(0x246),'flow-chart-extract':_0x1cf93b(0x2c3),'flow-chart-merge':_0x1cf93b(0x2ad),'flow-chart-online-storage':_0x1cf93b(0x24b),'flow-chart-delay':_0x1cf93b(0x1e4),'flow-chart-magnetic-tape':_0x1cf93b(0x2a1),'flow-chart-magnetic-disk':'Đĩa\x20từ','flow-chart-magnetic-drum':'Trống\x20từ','flow-chart-display':_0x1cf93b(0x2c2),'irregular-seal1':'Hình\x20nổ\x201','irregular-seal2':_0x1cf93b(0x1d9),'star4':_0x1cf93b(0x29b),'star5':_0x1cf93b(0x217),'star6':_0x1cf93b(0x249),'star7':_0x1cf93b(0x2b4),'star8':'Sao\x208\x20cánh','star10':_0x1cf93b(0x297),'star12':_0x1cf93b(0x279),'star16':_0x1cf93b(0x1fd),'star24':_0x1cf93b(0x2a4),'star32':'Sao\x2032\x20cánh','ribbon2':_0x1cf93b(0x258),'ribbon':_0x1cf93b(0x1ee),'ellipse-ribbon2':_0x1cf93b(0x1fe),'ellipse-ribbon':_0x1cf93b(0x236),'vertical-scroll':_0x1cf93b(0x1ff),'horizontal-scroll':_0x1cf93b(0x1f1),'wave':'Sóng','double-wave':_0x1cf93b(0x1e9),'wedge-rect-callout':_0x1cf93b(0x2af),'wedge-round-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':_0x1cf93b(0x24e),'border-callout1':_0x1cf93b(0x28e),'border-callout2':_0x1cf93b(0x26c),'border-callout3':_0x1cf93b(0x255),'accent-callout1':'Chú\x20thích\x20nhấn\x20mạnh\x201','accent-callout2':_0x1cf93b(0x280),'accent-callout3':_0x1cf93b(0x285),'callout1':_0x1cf93b(0x212),'callout2':_0x1cf93b(0x27b),'callout3':_0x1cf93b(0x286),'accent-border-callout1':_0x1cf93b(0x235),'accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','left-circular-arrow':_0x1cf93b(0x29d),'left-right-circular-arrow':'Mũi\x20tên\x20tròn\x20trái\x20phải','swoosh-arrow':_0x1cf93b(0x1e8),'left-right-ribbon':_0x1cf93b(0x259),'pie-wedge':'Miếng\x20bánh','funnel':_0x1cf93b(0x23e),'gear6':_0x1cf93b(0x299),'gear9':_0x1cf93b(0x248),'corner-tabs':'Tab\x20góc','action-button-back-previous':_0x1cf93b(0x20b),'action-button-forward-next':'Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','action-button-beginning':_0x1cf93b(0x2a0),'action-button-end':'Nút\x20hành\x20động:\x20Kết\x20thúc','action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0x1cf93b(0x1d8),'action-button-return':_0x1cf93b(0x23a),'action-button-movie':_0x1cf93b(0x241),'action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0x1cf93b(0x224),'action-button-help':_0x1cf93b(0x206),'action-button-blank':'Nút\x20hành\x20động:\x20Trống','chart-plus':_0x1cf93b(0x2a2),'chart-star':_0x1cf93b(0x29a),'chart-x':_0x1cf93b(0x214),'flow-chart-offline-storage':_0x1cf93b(0x21b),'line-inv':_0x1cf93b(0x231),'plaque-tabs':_0x1cf93b(0x223),'square-tabs':_0x1cf93b(0x290),'up-down-arrow-callout':_0x1cf93b(0x1d3)}}}};}));
|
|
1
|
+
function _0x75a4(_0x40c04d,_0x3dc3ca){_0x40c04d=_0x40c04d-0x97;var _0x1b3044=_0x1b30();var _0x75a4ec=_0x1b3044[_0x40c04d];return _0x75a4ec;}(function(_0x1e07b2,_0x341246){var _0x497792=_0x75a4,_0x16d44b=_0x1e07b2();while(!![]){try{var _0x7edd5b=parseInt(_0x497792(0x157))/0x1+parseInt(_0x497792(0xf0))/0x2+-parseInt(_0x497792(0xa6))/0x3*(parseInt(_0x497792(0x168))/0x4)+-parseInt(_0x497792(0xc2))/0x5+-parseInt(_0x497792(0x142))/0x6+parseInt(_0x497792(0x10f))/0x7*(-parseInt(_0x497792(0xb6))/0x8)+-parseInt(_0x497792(0xf9))/0x9*(-parseInt(_0x497792(0xb5))/0xa);if(_0x7edd5b===_0x341246)break;else _0x16d44b['push'](_0x16d44b['shift']());}catch(_0x2b638a){_0x16d44b['push'](_0x16d44b['shift']());}}}(_0x1b30,0x27414),function(_0x355025,_0x1abfe0){var _0x7b400e=_0x75a4;typeof exports==_0x7b400e(0xd0)&&typeof module<'u'?module['exports']=_0x1abfe0():typeof define==_0x7b400e(0xc8)&&define['amd']?define([],_0x1abfe0):(_0x355025=typeof globalThis<'u'?globalThis:_0x355025||self,_0x355025[_0x7b400e(0x12d)]=_0x1abfe0());}(this,function(){var _0x237a0f=_0x75a4;return{'sheets-shape-ui':{'align':{'top':'Căn\x20trên','middle':_0x237a0f(0x11e),'bottom':_0x237a0f(0xf7),'left':'Căn\x20trái','center':_0x237a0f(0x11e),'right':_0x237a0f(0x13a)},'toolbar':{'verticalAlignMode':{'main':_0x237a0f(0xa2)},'horizontalAlignMode':{'main':_0x237a0f(0x14d)},'fillColor':{'main':_0x237a0f(0x112)},'fontSize':'Cỡ\x20chữ','fontSizeIncrease':_0x237a0f(0xe5),'fontSizeDecrease':'Giảm\x20cỡ\x20chữ','alignLeft':_0x237a0f(0xa7),'alignCenter':_0x237a0f(0x14f),'alignRight':_0x237a0f(0xab),'alignJustify':_0x237a0f(0xeb),'bold':_0x237a0f(0x12f),'italic':_0x237a0f(0x14a),'underline':_0x237a0f(0x130),'strikethrough':_0x237a0f(0xff),'textColor':_0x237a0f(0x12e),'textBackgroundColor':'Text\x20Background\x20color','resetColor':'Đặt\x20lại\x20màu'},'imagePanel':{'crop':{'shape':_0x237a0f(0xbd)}},'permission':{'editErr':_0x237a0f(0x111)},'title':'Hình\x20dạng','insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x237a0f(0x13c),'deleteShape':_0x237a0f(0xe6),'hidePanel':_0x237a0f(0x128),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x237a0f(0xa4),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x237a0f(0xdb),'rotateRight90':_0x237a0f(0xba),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x237a0f(0x97),'fill':{'title':_0x237a0f(0xd5),'noFill':'Không\x20tô','solidFill':_0x237a0f(0x14b),'gradientFill':'Tô\x20màu\x20gradient','pictureFill':_0x237a0f(0xef),'patternFill':'Tô\x20bằng\x20mẫu','color':_0x237a0f(0x145),'transparency':_0x237a0f(0x105),'picture':{'source':'Nguồn\x20ảnh','insert':_0x237a0f(0xf3),'tileAsTexture':'Lát\x20ảnh\x20làm\x20kết\x20cấu','offsetX':_0x237a0f(0x124),'offsetY':_0x237a0f(0x12c),'scaleX':_0x237a0f(0x9d),'scaleY':'Tỷ\x20lệ\x20Y','alignment':_0x237a0f(0x121),'rotateWithShape':'Xoay\x20cùng\x20hình\x20dạng','align':{'tl':_0x237a0f(0x114),'t':_0x237a0f(0xa5),'tr':_0x237a0f(0xe4),'l':_0x237a0f(0xd8),'ctr':_0x237a0f(0xf2),'r':_0x237a0f(0xa8),'bl':'Dưới\x20trái','b':_0x237a0f(0x12b),'br':_0x237a0f(0xb9)}}},'line':{'title':_0x237a0f(0x153),'noLine':_0x237a0f(0x9b),'solidLine':_0x237a0f(0xed),'gradientLine':_0x237a0f(0x154),'color':_0x237a0f(0x145),'transparency':_0x237a0f(0x105),'width':_0x237a0f(0xc6),'dashType':{'title':_0x237a0f(0xfa),'solid':'Liền','roundDot':_0x237a0f(0x117),'squareDot':'Chấm\x20vuông','dash':_0x237a0f(0xca),'dashDot':_0x237a0f(0x133),'longDash':_0x237a0f(0xfc),'longDashDot':_0x237a0f(0x113),'longDashDotDot':'Nét\x20đứt\x20dài\x20hai\x20chấm'},'capType':{'title':_0x237a0f(0x169),'flat':_0x237a0f(0x162),'round':_0x237a0f(0x9e),'square':_0x237a0f(0x160)},'joinType':{'title':_0x237a0f(0x170),'miter':'Nhọn','round':_0x237a0f(0x9e),'bevel':_0x237a0f(0xec)},'beginArrowType':_0x237a0f(0xd2),'beginArrowSize':_0x237a0f(0x16f),'endArrowType':_0x237a0f(0xbf),'endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','arrowType':{'none':'Không\x20có','arrow':'Mũi\x20tên','openArrow':'Mũi\x20tên\x20hở','stealthArrow':_0x237a0f(0xda),'diamondArrow':_0x237a0f(0x166),'ovalArrow':_0x237a0f(0xe3)},'arrowSize':{'small':_0x237a0f(0xea),'medium':_0x237a0f(0xc4),'large':_0x237a0f(0x98)},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':'Không','curved':_0x237a0f(0x9f),'freehand':_0x237a0f(0xbe),'handDrawn':_0x237a0f(0xdf)}},'shape':{'group':{'line':_0x237a0f(0x137),'rectangle':_0x237a0f(0xaf),'basicShape':'Hình\x20cơ\x20bản','blockArrow':_0x237a0f(0x167),'equationShape':_0x237a0f(0xc1),'flowchart':'Lưu\x20đồ','starAndBanner':_0x237a0f(0xd7),'callout':_0x237a0f(0xfe),'other':_0x237a0f(0xfb)},'type':{'line':_0x237a0f(0x118),'straight-connector1':'Mũi\x20tên\x20đường\x20thẳng','straight-connector2':_0x237a0f(0xc7),'bent-connector3':_0x237a0f(0x10e),'bent-connector3-arrow1':_0x237a0f(0x143),'bent-connector3-arrow2':_0x237a0f(0x103),'curved-connector3':_0x237a0f(0xd6),'curved-connector3-arrow1':_0x237a0f(0xcf),'curved-connector3-arrow2':_0x237a0f(0x161),'rect':_0x237a0f(0xaf),'round-rect':_0x237a0f(0x129),'snip1-rect':'Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','snip2-same-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','snip2-diag-rect':_0x237a0f(0x13b),'snip-round-rect':_0x237a0f(0x125),'round1-rect':_0x237a0f(0xb3),'round2-same-rect':_0x237a0f(0x134),'round2-diag-rect':_0x237a0f(0x104),'rect-textbox-horizontal':_0x237a0f(0x139),'rect-textbox-vertical':_0x237a0f(0x13d),'ellipse':_0x237a0f(0xf1),'triangle':_0x237a0f(0x158),'rt-triangle':_0x237a0f(0xcd),'parallelogram':'Hình\x20bình\x20hành','trapezoid':'Hình\x20thang','non-isosceles-trapezoid':_0x237a0f(0xf6),'diamond':_0x237a0f(0xf4),'pentagon':_0x237a0f(0x11b),'hexagon':_0x237a0f(0x100),'heptagon':'Thất\x20giác','octagon':_0x237a0f(0x156),'decagon':_0x237a0f(0x13e),'dodecagon':'Thập\x20nhị\x20giác','pie':_0x237a0f(0x119),'chord':'Hình\x20cung','teardrop':_0x237a0f(0xb2),'frame':'Khung','half-frame':_0x237a0f(0x14c),'corner':_0x237a0f(0xb4),'diag-stripe':_0x237a0f(0xd4),'plus':'Dấu\x20cộng','plaque':_0x237a0f(0x9c),'can':_0x237a0f(0x147),'cube':_0x237a0f(0xde),'bevel':_0x237a0f(0xcb),'donut':_0x237a0f(0x14e),'no-smoking':_0x237a0f(0x12a),'block-arc':_0x237a0f(0x11c),'folder-corner':'Góc\x20thư\x20mục','smiley-face':_0x237a0f(0x163),'heart':'Trái\x20tim','lightning-bolt':'Tia\x20sét','sun':_0x237a0f(0x10b),'moon':_0x237a0f(0xf8),'cloud':'Đám\x20mây','arc':'Hình\x20cung','bracket-pair':'Cặp\x20ngoặc\x20vuông','brace-pair':'Cặp\x20ngoặc\x20nhọn','left-bracket':_0x237a0f(0x16d),'right-bracket':_0x237a0f(0x159),'left-brace':_0x237a0f(0x136),'right-brace':_0x237a0f(0x9a),'right-arrow':_0x237a0f(0xd1),'left-arrow':_0x237a0f(0xb0),'up-arrow':_0x237a0f(0x165),'down-arrow':'Mũi\x20tên\x20xuống','left-right-arrow':_0x237a0f(0x140),'up-down-arrow':_0x237a0f(0x15c),'quad-arrow':_0x237a0f(0x16e),'left-right-up-arrow':_0x237a0f(0xae),'bent-arrow':_0x237a0f(0x138),'uturn-arrow':_0x237a0f(0x106),'left-up-arrow':'Mũi\x20tên\x20trái\x20lên','bent-up-arrow':_0x237a0f(0x127),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x237a0f(0x16a),'curved-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-down-arrow':_0x237a0f(0x99),'striped-right-arrow':_0x237a0f(0x149),'notched-right-arrow':_0x237a0f(0x15d),'home-plate':_0x237a0f(0x172),'chevron':_0x237a0f(0x155),'right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20phải','down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20xuống','left-arrow-callout':_0x237a0f(0xd9),'up-arrow-callout':_0x237a0f(0x131),'left-right-arrow-callout':_0x237a0f(0xe2),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':_0x237a0f(0x135),'math-plus':_0x237a0f(0xe0),'math-minus':_0x237a0f(0xb8),'math-multiply':'Dấu\x20nhân','math-divide':'Dấu\x20chia','math-equal':_0x237a0f(0x10c),'math-not-equal':_0x237a0f(0x141),'flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':_0x237a0f(0xf5),'flow-chart-decision':_0x237a0f(0xac),'flow-chart-input-output':_0x237a0f(0x132),'flow-chart-predefined-process':_0x237a0f(0x175),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x237a0f(0x15b),'flow-chart-multidocument':_0x237a0f(0xbc),'flow-chart-terminator':_0x237a0f(0x116),'flow-chart-preparation':'Chuẩn\x20bị','flow-chart-manual-input':_0x237a0f(0x15e),'flow-chart-manual-operation':_0x237a0f(0x126),'flow-chart-connector':_0x237a0f(0xdd),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':_0x237a0f(0x16c),'flow-chart-punched-tape':_0x237a0f(0xa9),'flow-chart-summing-junction':_0x237a0f(0x123),'flow-chart-or':_0x237a0f(0xce),'flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0x237a0f(0xe1),'flow-chart-extract':'Trích\x20xuất','flow-chart-merge':_0x237a0f(0xb1),'flow-chart-online-storage':_0x237a0f(0x115),'flow-chart-delay':_0x237a0f(0xe7),'flow-chart-magnetic-tape':'Băng\x20từ','flow-chart-magnetic-disk':'Đĩa\x20từ','flow-chart-magnetic-drum':_0x237a0f(0x11d),'flow-chart-display':_0x237a0f(0x174),'irregular-seal1':_0x237a0f(0xd3),'irregular-seal2':_0x237a0f(0x164),'star4':_0x237a0f(0xdc),'star5':_0x237a0f(0x11a),'star6':_0x237a0f(0xaa),'star7':_0x237a0f(0xee),'star8':_0x237a0f(0x15f),'star10':_0x237a0f(0x13f),'star12':_0x237a0f(0x10a),'star16':_0x237a0f(0xa0),'star24':'Sao\x2024\x20cánh','star32':'Sao\x2032\x20cánh','ribbon2':'Ruy\x20băng\x20lên','ribbon':'Ruy\x20băng\x20xuống','ellipse-ribbon2':'Ruy\x20băng\x20cong\x20lên','ellipse-ribbon':_0x237a0f(0x109),'vertical-scroll':'Cuộn\x20dọc','horizontal-scroll':'Cuộn\x20ngang','wave':'Sóng','double-wave':_0x237a0f(0x151),'wedge-rect-callout':_0x237a0f(0x102),'wedge-round-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','wedge-ellipse-callout':_0x237a0f(0x152),'cloud-callout':_0x237a0f(0x150),'border-callout1':_0x237a0f(0xc0),'border-callout2':'Chú\x20thích\x20đường\x20kẻ\x202','border-callout3':_0x237a0f(0xe9),'accent-callout1':'Chú\x20thích\x20nhấn\x20mạnh\x201','accent-callout2':_0x237a0f(0x122),'accent-callout3':_0x237a0f(0xc5),'callout1':'Chú\x20thích\x201','callout2':'Chú\x20thích\x202','callout3':_0x237a0f(0x120),'accent-border-callout1':_0x237a0f(0xc9),'accent-border-callout2':_0x237a0f(0x101),'accent-border-callout3':_0x237a0f(0x148),'left-circular-arrow':'Mũi\x20tên\x20tròn\x20trái','left-right-circular-arrow':_0x237a0f(0x110),'swoosh-arrow':'Mũi\x20tên\x20lướt','left-right-ribbon':_0x237a0f(0x15a),'pie-wedge':_0x237a0f(0xe8),'funnel':_0x237a0f(0xcc),'gear6':_0x237a0f(0xfd),'gear9':_0x237a0f(0x146),'corner-tabs':'Tab\x20góc','action-button-back-previous':_0x237a0f(0xbb),'action-button-forward-next':_0x237a0f(0xad),'action-button-beginning':'Nút\x20hành\x20động:\x20Bắt\x20đầu','action-button-end':_0x237a0f(0x173),'action-button-home':_0x237a0f(0xa1),'action-button-information':_0x237a0f(0x10d),'action-button-return':_0x237a0f(0x107),'action-button-movie':'Nút\x20hành\x20động:\x20Phim','action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0x237a0f(0x108),'action-button-help':'Nút\x20hành\x20động:\x20Trợ\x20giúp','action-button-blank':'Nút\x20hành\x20động:\x20Trống','chart-plus':'Biểu\x20đồ\x20cộng','chart-star':_0x237a0f(0x11f),'chart-x':_0x237a0f(0xb7),'flow-chart-offline-storage':_0x237a0f(0xa3),'line-inv':_0x237a0f(0xc3),'plaque-tabs':_0x237a0f(0x144),'square-tabs':_0x237a0f(0x171),'up-down-arrow-callout':_0x237a0f(0x16b)}}}};}));function _0x1b30(){var _0x1a8b74=['Hình\x20vát','Phễu','Tam\x20giác\x20vuông','Hoặc','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','object','Mũi\x20tên\x20phải','Kiểu\x20mũi\x20tên\x20đầu','Hình\x20nổ\x201','Sọc\x20chéo','Tô\x20màu','Đường\x20nối\x20cong','Sao\x20và\x20Biểu\x20ngữ','Trái','Chú\x20thích\x20mũi\x20tên\x20trái','Mũi\x20tên\x20nhọn','Bật/tắt\x20lật\x20dọc','Sao\x204\x20cánh','Đầu\x20nối','Hình\x20lập\x20phương','Vẽ\x20nguệch\x20ngoạc','Dấu\x20cộng','Sắp\x20xếp','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Mũi\x20tên\x20hình\x20bầu\x20dục','Trên\x20phải','Tăng\x20cỡ\x20chữ','Xóa\x20hình\x20dạng','Trì\x20hoãn','Miếng\x20bánh','Chú\x20thích\x20đường\x20kẻ\x203','Nhỏ','Justify','Vát','Đường\x20viền\x20liền','Sao\x207\x20cánh','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','25670JAiYzi','Hình\x20elip','Giữa','Chèn...','Hình\x20thoi','Quy\x20trình\x20thay\x20thế','Hình\x20thang\x20không\x20cân','Căn\x20dưới','Mặt\x20trăng','212337cOxoZO','Kiểu\x20nét\x20đứt','Khác','Nét\x20đứt\x20dài','Bánh\x20răng\x206','Chú\x20thích','Strikethrough','Lục\x20giác','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Chú\x20thích\x20hình\x20chữ\x20nhật','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Độ\x20trong\x20suốt','Mũi\x20tên\x20quay\x20đầu','Nút\x20hành\x20động:\x20Trở\x20lại','Nút\x20hành\x20động:\x20Âm\x20thanh','Ruy\x20băng\x20cong\x20xuống','Sao\x2012\x20cánh','Mặt\x20trời','Dấu\x20bằng','Nút\x20hành\x20động:\x20Thông\x20tin','Đường\x20nối\x20khuỷu','29071UbXqTj','Mũi\x20tên\x20tròn\x20trái\x20phải','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Màu\x20ô','Nét\x20đứt\x20dài\x20chấm','Trên\x20trái','Lưu\x20trữ\x20trực\x20tuyến','Kết\x20thúc','Chấm\x20tròn','Đường\x20thẳng','Hình\x20quạt','Sao\x205\x20cánh','Ngũ\x20giác','Hình\x20cung\x20khối','Trống\x20từ','Căn\x20giữa','Biểu\x20đồ\x20sao','Chú\x20thích\x203','Căn\x20chỉnh','Chú\x20thích\x20nhấn\x20mạnh\x202','Điểm\x20nối\x20tổng','Bù\x20trừ\x20X','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Thao\x20tác\x20thủ\x20công','Mũi\x20tên\x20cong\x20lên','Ẩn\x20bảng\x20hình\x20dạng','Hình\x20chữ\x20nhật\x20bo\x20góc','Biển\x20cấm\x20hút\x20thuốc','Dưới','Bù\x20trừ\x20Y','UniverProSheetsShapeUiViVN','Text\x20color','Bold','Underline','Chú\x20thích\x20mũi\x20tên\x20lên','Dữ\x20liệu','Nét\x20đứt\x20chấm','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Mũi\x20tên\x20tròn','Ngoặc\x20nhọn\x20trái','Đường\x20kẻ','Mũi\x20tên\x20cong','Hộp\x20văn\x20bản\x20ngang','Căn\x20phải','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Mở\x20bảng\x20hình\x20dạng','Hộp\x20văn\x20bản\x20dọc','Thập\x20giác','Sao\x2010\x20cánh','Mũi\x20tên\x20trái\x20phải','Dấu\x20khác','724644dLwtZb','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Tab\x20biển\x20hiệu','Màu\x20sắc','Bánh\x20răng\x209','Hình\x20trụ','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Mũi\x20tên\x20sọc\x20phải','Italic','Tô\x20màu\x20đặc','Khung\x20một\x20nửa','Căn\x20ngang','Hình\x20bánh\x20rán','Align\x20Center','Chú\x20thích\x20đám\x20mây','Sóng\x20đôi','Chú\x20thích\x20hình\x20elip','Đường\x20viền','Đường\x20viền\x20gradient','Hình\x20chữ\x20V','Bát\x20giác','220020UbbzpJ','Tam\x20giác\x20cân','Ngoặc\x20vuông\x20phải','Ruy\x20băng\x20trái\x20phải','Tài\x20liệu','Mũi\x20tên\x20lên\x20xuống','Mũi\x20tên\x20khía\x20phải','Nhập\x20thủ\x20công','Sao\x208\x20cánh','Vuông','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Phẳng','Mặt\x20cười','Hình\x20nổ\x202','Mũi\x20tên\x20lên','Mũi\x20tên\x20kim\x20cương','Mũi\x20tên\x20khối','444DbscEk','Kiểu\x20đầu\x20mút','Mũi\x20tên\x20cong\x20trái','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Thẻ\x20đục\x20lỗ','Ngoặc\x20vuông\x20trái','Mũi\x20tên\x20bốn\x20chiều','Kích\x20thước\x20mũi\x20tên\x20đầu','Kiểu\x20nối\x20góc','Tab\x20vuông','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Nút\x20hành\x20động:\x20Kết\x20thúc','Hiển\x20thị','Quy\x20trình\x20xác\x20định\x20trước','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Lớn','Mũi\x20tên\x20cong\x20xuống','Ngoặc\x20nhọn\x20phải','Không\x20có\x20đường\x20viền','Hình\x20biển\x20hiệu','Tỷ\x20lệ\x20X','Tròn','Cong','Sao\x2016\x20cánh','Nút\x20hành\x20động:\x20Trang\x20chủ','Căn\x20dọc','Lưu\x20trữ\x20ngoại\x20tuyến','Vị\x20trí\x20hình\x20dạng','Trên','957QPCfis','Align\x20Left','Phải','Băng\x20đục\x20lỗ','Sao\x206\x20cánh','Align\x20Right','Quyết\x20định','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Mũi\x20tên\x20trái\x20phải\x20lên','Hình\x20chữ\x20nhật','Mũi\x20tên\x20trái','Hợp\x20nhất','Hình\x20giọt\x20nước','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Hình\x20chữ\x20L','100VDbJqp','40mWlGGI','Biểu\x20đồ\x20X','Dấu\x20trừ','Dưới\x20phải','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Đa\x20tài\x20liệu','Cắt\x20theo\x20hình\x20dạng','Vẽ\x20tay','Kiểu\x20mũi\x20tên\x20cuối','Chú\x20thích\x20đường\x20kẻ\x201','Hình\x20công\x20thức','655245GKIKNZ','Đường\x20ngược','Vừa','Chú\x20thích\x20nhấn\x20mạnh\x203','Độ\x20rộng','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','function','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Nét\x20đứt'];_0x1b30=function(){return _0x1a8b74;};return _0x1b30();}
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x578b4e,_0x239415){var _0x748f61=_0x537e,_0x35a320=_0x578b4e();while(!![]){try{var _0x17dd53=parseInt(_0x748f61(0xa0))/0x1+parseInt(_0x748f61(0xa4))/0x2+parseInt(_0x748f61(0x128))/0x3+parseInt(_0x748f61(0xf3))/0x4+parseInt(_0x748f61(0x127))/0x5*(parseInt(_0x748f61(0xa5))/0x6)+parseInt(_0x748f61(0xd2))/0x7+-parseInt(_0x748f61(0xbc))/0x8*(parseInt(_0x748f61(0xf0))/0x9);if(_0x17dd53===_0x239415)break;else _0x35a320['push'](_0x35a320['shift']());}catch(_0x887423){_0x35a320['push'](_0x35a320['shift']());}}}(_0x1c7f,0x504cb),function(_0x172ce4,_0x9b6fc0){var _0x4aeb7c=_0x537e;typeof exports=='object'&&typeof module<'u'?module[_0x4aeb7c(0xcf)]=_0x9b6fc0():typeof define==_0x4aeb7c(0xde)&&define[_0x4aeb7c(0x10e)]?define([],_0x9b6fc0):(_0x172ce4=typeof globalThis<'u'?globalThis:_0x172ce4||self,_0x172ce4[_0x4aeb7c(0x99)]=_0x9b6fc0());}(this,function(){var _0x4df143=_0x537e;return{'sheets-shape-ui':{'align':{'top':'顶部对齐','middle':_0x4df143(0x143),'bottom':_0x4df143(0x135),'left':_0x4df143(0x12d),'center':_0x4df143(0x110),'right':_0x4df143(0x9c)},'toolbar':{'verticalAlignMode':{'main':_0x4df143(0x150)},'horizontalAlignMode':{'main':'水平对齐'},'fillColor':{'main':_0x4df143(0x95)},'fontSize':'字号','fontSizeIncrease':'增大字号','fontSizeDecrease':'减小字号','resetColor':_0x4df143(0x94)},'imagePanel':{'crop':{'shape':_0x4df143(0xed)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x4df143(0x12a),'openPanel':'打开形状面板','deleteShape':'删除形状','hidePanel':_0x4df143(0xb2),'formatShape':'格式化形状','shapeStyle':_0x4df143(0x136),'shapePosition':_0x4df143(0x116),'toggleFlipH':_0x4df143(0x145),'toggleFlipV':_0x4df143(0x119),'rotateRight90':_0x4df143(0x11b),'rotateLeft90':_0x4df143(0x9a),'toggleTextVertical':'切换文本竖排','fill':{'title':'填充','noFill':_0x4df143(0x13e),'solidFill':_0x4df143(0xc5),'gradientFill':_0x4df143(0xec),'pictureFill':_0x4df143(0xa1),'patternFill':_0x4df143(0x11a),'color':'颜色','transparency':_0x4df143(0x10d),'picture':{'source':_0x4df143(0xba),'insert':_0x4df143(0x106),'tileAsTexture':_0x4df143(0x105),'offsetX':'偏移量\x20X','offsetY':_0x4df143(0xad),'scaleX':_0x4df143(0xf8),'scaleY':_0x4df143(0xf2),'alignment':_0x4df143(0x14c),'rotateWithShape':_0x4df143(0xb4),'align':{'tl':_0x4df143(0x96),'t':'顶部对齐','tr':_0x4df143(0xa8),'l':_0x4df143(0x12d),'ctr':'居中对齐','r':_0x4df143(0x9c),'bl':'左下对齐','b':_0x4df143(0x135),'br':'右下对齐'}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':_0x4df143(0x10d),'width':'宽度','dashType':{'title':_0x4df143(0xbf),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x4df143(0x12f),'dashDot':_0x4df143(0xd3),'longDash':_0x4df143(0x9e),'longDashDot':_0x4df143(0xfc),'longDashDotDot':_0x4df143(0xcc)},'capType':{'title':_0x4df143(0xa7),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':'联接类型','miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x4df143(0x120),'beginArrowSize':_0x4df143(0x12e),'endArrowType':_0x4df143(0x138),'endArrowSize':'终点箭头大小','arrowType':{'none':'无','arrow':'箭头','openArrow':_0x4df143(0xdf),'stealthArrow':_0x4df143(0xa3),'diamondArrow':_0x4df143(0x10c),'ovalArrow':_0x4df143(0x131)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x4df143(0xcd),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x4df143(0xe2),'blockArrow':_0x4df143(0x147),'equationShape':_0x4df143(0x141),'flowchart':_0x4df143(0xae),'starAndBanner':_0x4df143(0xc3),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':'直线箭头','straight-connector2':_0x4df143(0x100),'bent-connector3':'折线','bent-connector3-arrow1':_0x4df143(0xf1),'bent-connector3-arrow2':_0x4df143(0xfd),'curved-connector3':'曲线','curved-connector3-arrow1':'曲线:箭头','curved-connector3-arrow2':_0x4df143(0xb8),'rect':'矩形','round-rect':_0x4df143(0x10f),'snip1-rect':_0x4df143(0xee),'snip2-same-rect':_0x4df143(0x10b),'snip2-diag-rect':_0x4df143(0x14a),'snip-round-rect':_0x4df143(0x14f),'round1-rect':'矩形:单圆角','round2-same-rect':_0x4df143(0xc1),'round2-diag-rect':_0x4df143(0xac),'rect-textbox-horizontal':_0x4df143(0x14e),'rect-textbox-vertical':_0x4df143(0xd6),'ellipse':'椭圆','triangle':_0x4df143(0xe6),'rt-triangle':_0x4df143(0xc9),'parallelogram':_0x4df143(0x11d),'trapezoid':'梯形','non-isosceles-trapezoid':_0x4df143(0xcb),'diamond':'菱形','pentagon':_0x4df143(0x137),'hexagon':_0x4df143(0x132),'heptagon':_0x4df143(0xab),'octagon':'八边形','decagon':_0x4df143(0x113),'dodecagon':'十二边形','pie':'不完整圆','chord':'弦形','teardrop':_0x4df143(0x12b),'frame':_0x4df143(0x13f),'half-frame':_0x4df143(0x12c),'corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':'缺角矩形','can':_0x4df143(0x123),'cube':_0x4df143(0xc0),'bevel':_0x4df143(0x151),'donut':_0x4df143(0xb5),'no-smoking':_0x4df143(0x114),'block-arc':_0x4df143(0xd1),'folder-corner':'矩形:折角','smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x4df143(0xff),'sun':'太阳形','moon':_0x4df143(0x130),'cloud':'云形','arc':'弧形','bracket-pair':_0x4df143(0xa2),'brace-pair':_0x4df143(0x10a),'left-bracket':_0x4df143(0xe8),'right-bracket':_0x4df143(0x9f),'left-brace':_0x4df143(0x118),'right-brace':'右大括号','right-arrow':_0x4df143(0x9d),'left-arrow':_0x4df143(0xe0),'up-arrow':_0x4df143(0xd8),'down-arrow':'箭头:下','left-right-arrow':'箭头:左右','up-down-arrow':'箭头:上下','quad-arrow':_0x4df143(0xce),'left-right-up-arrow':_0x4df143(0x115),'bent-arrow':_0x4df143(0xd7),'uturn-arrow':_0x4df143(0x142),'left-up-arrow':_0x4df143(0x93),'bent-up-arrow':'箭头:直角上','curved-right-arrow':_0x4df143(0x125),'curved-left-arrow':_0x4df143(0xf7),'curved-up-arrow':'箭头:上弧形','curved-down-arrow':'箭头:下弧形','striped-right-arrow':_0x4df143(0x148),'notched-right-arrow':'箭头:燕尾形','home-plate':_0x4df143(0x137),'chevron':_0x4df143(0xb1),'right-arrow-callout':_0x4df143(0x9b),'down-arrow-callout':_0x4df143(0xf4),'left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x4df143(0x134),'left-right-arrow-callout':_0x4df143(0x11c),'quad-arrow-callout':_0x4df143(0x11f),'circular-arrow':_0x4df143(0x129),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':_0x4df143(0xea),'flow-chart-alternate-process':_0x4df143(0xfe),'flow-chart-decision':_0x4df143(0x107),'flow-chart-input-output':_0x4df143(0xb9),'flow-chart-predefined-process':_0x4df143(0x122),'flow-chart-internal-storage':_0x4df143(0xf5),'flow-chart-document':'流程图:文档','flow-chart-multidocument':'流程图:多文档','flow-chart-terminator':_0x4df143(0xe5),'flow-chart-preparation':_0x4df143(0x101),'flow-chart-manual-input':_0x4df143(0x103),'flow-chart-manual-operation':_0x4df143(0xfa),'flow-chart-connector':_0x4df143(0xeb),'flow-chart-offpage-connector':_0x4df143(0xe3),'flow-chart-punched-card':_0x4df143(0xaa),'flow-chart-punched-tape':'流程图:资料带','flow-chart-summing-junction':_0x4df143(0xb3),'flow-chart-or':_0x4df143(0xd4),'flow-chart-collate':_0x4df143(0xc6),'flow-chart-sort':'流程图:排序','flow-chart-extract':_0x4df143(0x144),'flow-chart-merge':_0x4df143(0x108),'flow-chart-online-storage':_0x4df143(0x14b),'flow-chart-delay':_0x4df143(0x109),'flow-chart-magnetic-tape':_0x4df143(0xda),'flow-chart-magnetic-disk':'流程图:磁盘','flow-chart-magnetic-drum':_0x4df143(0xef),'flow-chart-display':_0x4df143(0x111),'irregular-seal1':_0x4df143(0xdd),'irregular-seal2':_0x4df143(0xb6),'star4':_0x4df143(0x13b),'star5':'星形:五角','star6':_0x4df143(0x13c),'star7':_0x4df143(0xd9),'star8':_0x4df143(0x14d),'star10':'星形:十角','star12':'星形:十二角','star16':'星形:十六角','star24':_0x4df143(0x97),'star32':_0x4df143(0xbe),'ribbon2':'带形:上凸','ribbon':_0x4df143(0x102),'ellipse-ribbon2':_0x4df143(0x140),'ellipse-ribbon':_0x4df143(0xa6),'vertical-scroll':_0x4df143(0x124),'horizontal-scroll':_0x4df143(0x13a),'wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x4df143(0xb0),'wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x4df143(0x146),'border-callout1':_0x4df143(0x149),'border-callout2':'标注:弯曲线形','border-callout3':_0x4df143(0x13d),'accent-callout1':_0x4df143(0xf6),'accent-callout2':_0x4df143(0x98),'accent-callout3':_0x4df143(0xca),'callout1':_0x4df143(0xe4),'callout2':_0x4df143(0xe1),'callout3':_0x4df143(0xfb),'accent-border-callout1':'标注:线形(带边框和强调线)','accent-border-callout2':_0x4df143(0x133),'accent-border-callout3':_0x4df143(0xbd),'left-circular-arrow':_0x4df143(0xd5),'left-right-circular-arrow':_0x4df143(0xc7),'swoosh-arrow':_0x4df143(0x126),'left-right-ribbon':'左右带形','pie-wedge':_0x4df143(0xdb),'funnel':'漏斗','gear6':_0x4df143(0xc2),'gear9':_0x4df143(0xe9),'corner-tabs':'角标','action-button-back-previous':_0x4df143(0xf9),'action-button-forward-next':'前进/下一个按钮','action-button-beginning':_0x4df143(0x139),'action-button-end':_0x4df143(0x121),'action-button-home':_0x4df143(0xb7),'action-button-information':_0x4df143(0x117),'action-button-return':_0x4df143(0xc4),'action-button-movie':_0x4df143(0x112),'action-button-document':_0x4df143(0xbb),'action-button-sound':'声音按钮','action-button-help':_0x4df143(0x104),'action-button-blank':_0x4df143(0xc8),'chart-plus':_0x4df143(0xa9),'chart-star':_0x4df143(0xe7),'chart-x':'图表X','flow-chart-offline-storage':_0x4df143(0xaf),'line-inv':'线反向','plaque-tabs':_0x4df143(0x11e),'square-tabs':_0x4df143(0xdc),'up-down-arrow-callout':_0x4df143(0xd0)}}}};}));function _0x537e(_0x2361d1,_0x70a4a9){_0x2361d1=_0x2361d1-0x93;var _0x1c7f50=_0x1c7f();var _0x537e22=_0x1c7f50[_0x2361d1];return _0x537e22;}function _0x1c7f(){var _0x4a798b=['132PhFXZd','带形:前凸弯','端点类型','右上对齐','图表加号','流程图:卡片','七边形','矩形:对角圆角','偏移量\x20Y','流程图','流程图:离线存储','对话气泡:矩形','箭头:V型','隐藏形状面板','流程图:汇总连接','与形状一起旋转','圆:空心','爆炸形:14pt','主页按钮','双箭头曲线','流程图:数据','图片源','文档按钮','56wwcziG','标注:双弯曲线形(带边框和强调线)','星形:三十二角','短划线类型','立方体','矩形:圆顶角','6齿齿轮','星与旗帜','返回按钮','纯色填充','流程图:对照','左右圆形箭头','空白按钮','直角三角形','标注:双弯曲线形(带强调线)','非等腰梯形','长划线-点-点','草绘样式','箭头:十字','exports','上下箭头标注','空心弧','515326zXMrHC','短划线-点','流程图:或者','左圆形箭头','纵向文本框','箭头:圆角右','箭头:上','星形:七角','流程图:顺序访问存储器','饼形楔','方形标签','爆炸形:8pt','function','开放箭头','箭头:左','标注:弯曲线形(无边框)','基本形状','流程图:离页连接符','标注:线形(无边框)','流程图:终止','等腰三角形','图表星号','左中括号','9齿齿轮','流程图:过程','流程图:接点','渐变填充','裁剪为形状','剪去单角矩形','流程图:直接访问存储器','2692251azHMhV','折线:箭头','刻度\x20Y','2581972KtSqqC','标注:下箭头','流程图:内部贮存','标注:线形(带强调线)','箭头:左弧形','刻度\x20X','返回/上一个按钮','流程图:手动操作','标注:双弯曲线形(无边框)','长划线-点','双箭头折线','流程图:可选过程','闪电形','双箭头直线','流程图:准备','带形:前凸','流程图:手动输入','帮助按钮','将图片平铺为纹理','插入...','流程图:决策','流程图:合并','流程图:延期','双大括号','矩形:剪去顶角','菱形箭头','透明度','amd','圆角矩形','中间对齐','流程图:显示','电影按钮','十边形','禁止符','箭头:丁字','形状位置','信息按钮','左大括号','切换垂直翻转','图案填充','顺时针90度旋转','标注:左右箭头','平行四边形','牌匾标签','标注:十字箭头','起点箭头类型','结束按钮','流程图:预定义过程','圆柱形','卷形:垂直','箭头:右弧形','弯曲箭头','133655EKFGEX','1292028UDSThr','箭头:环形','插入形状','泪滴形','半闭框','左对齐','起点箭头大小','短划线','新月形','椭圆箭头','六边形','标注:弯曲线形(带边框和强调线)','标注:上箭头','底部对齐','形状样式','五边形','终点箭头类型','开始按钮','卷形:水平','星形:四角','星形:六角','标注:双弯曲线形','无填充','图文框','带形:上凸弯','公式形状','箭头:手杖形','居中对齐','流程图:摘录','切换水平翻转','气泡:云','箭头总汇','箭头:虚尾','标注:线形','矩形:剪去对角','流程图:存储数据','对齐方式','星形:八角','横向文本框','矩形:一个圆顶角,剪去另一个顶角','垂直对齐','矩形:棱台','箭头:直角双向','重置颜色','单元格颜色','左上对齐','星形:二十四角','标注:弯曲线形(带强调线)','UniverProSheetsShapeUiZhCN','逆时针90度旋转','标注:右箭头','右对齐','箭头:右','长划线','右中括号','37814OitHvY','图片或纹理填充','双括号','隐形箭头','1294394UkliCK'];_0x1c7f=function(){return _0x4a798b;};return _0x1c7f();}
|
|
1
|
+
function _0x32c0(_0x273f51,_0x59b998){_0x273f51=_0x273f51-0x1e0;var _0x233f8f=_0x233f();var _0x32c0e6=_0x233f8f[_0x273f51];return _0x32c0e6;}function _0x233f(){var _0x5f1f8a=['带形:前凸弯','双箭头直线','流程图:离线存储','矩形:单圆角','短划线-点','插入形状','星形:四角','箭头:手杖形','图表加号','等腰三角形','矩形:棱台','结束按钮','平行四边形','格式化形状','水平对齐','刻度\x20Y','9齿齿轮','双大括号','7888900KqsCRi','新月形','流程图:延期','星形:三十二角','箭头:下弧形','双箭头曲线','双波形','星形:十角','箭头:左弧形','星形:六角','图案填充','刻度\x20X','形状位置','偏移量\x20Y','顺时针90度旋转','标注:左右箭头','流程图:多文档','标注:双弯曲线形(带边框和强调线)','右大括号','增大字号','左下对齐','标注:双弯曲线形(带强调线)','箭头:丁字','返回/上一个按钮','隐藏形状面板','流程图:手动操作','牌匾标签','411895BlcbyR','切换文本竖排','流程图:存储数据','箭头:V型','文字颜色','流程图:手动输入','标注:线形(带边框和强调线)','前进/下一个按钮','箭头:右弧形','十边形','电影按钮','将图片平铺为纹理','9ecExZS','饼形楔','流程图:资料带','123270EjpNCi','直角三角形','主页按钮','十二边形','十字形','箭头:上','4Hdqhyk','上下箭头标注','起点箭头大小','打开形状面板','标注:上箭头','开始按钮','流程图:直接访问存储器','箭头:直角上','1607937fUqgPj','渐变线','太阳形','横向文本框','7IAfHCB','帮助按钮','图文框','星形:七角','标注:线形','起点箭头类型','流程图:数据','不等号','object','星形:十二角','圆角矩形','爆炸形:14pt','删除形状','长划线','声音按钮','带形:上凸','椭圆箭头','右下对齐','箭头总汇','居中对齐','标注:左箭头','流程图:离页连接符','标注:下箭头','折线:箭头','形状样式','2832992tkrBZW','对话气泡:圆角矩形','左中括号','垂直对齐','6齿齿轮','流程图:文档','圆:空心','长划线-点','exports','箭头:左','隐形箭头','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','单元格颜色','箭头:下','流程图:汇总连接','右上对齐','1529214sOghVk','箭头:虚尾','矩形:圆顶角','下划线','不完整圆','标注:十字箭头','流程图:准备','流程图:接点','剪去单角矩形','空白按钮','裁剪为形状','立方体','文档按钮','右对齐','1539980GKkcph','卷形:垂直','切换水平翻转','左右带形','联接类型','function','双括号','流程图:内部贮存','星形:五角','草绘样式','标注:线形(带强调线)','流程图','无线条','七边形','图表X','流程图:或者','箭头:燕尾形','底部对齐','空心弧','偏移量\x20X','矩形:剪去对角','左对齐','插入...','透明度','UniverProSheetsShapeUiZhCN','矩形:对角圆角','流程图:摘录','星形:二十四角','曲线:箭头','半闭框','amd','星形:八角','左大括号','五边形','矩形:折角','星形:十六角','纵向文本框','顶部对齐','标注:弯曲线形(带边框和强调线)','流程图:磁盘','流程图:可选过程','矩形:剪去顶角','对齐方式','中间对齐','标注:弯曲线形(无边框)','菱形箭头','信息按钮','流程图:排序','流程图:合并','缺角矩形','线反向','泪滴形','星与旗帜','公式形状','闪电形','终点箭头大小','左右圆形箭头','流程图:终止','基本形状','箭头:上下','逆时针90度旋转','流程图:过程','1HWLXuM'];_0x233f=function(){return _0x5f1f8a;};return _0x233f();}(function(_0x361fea,_0x3edf0f){var _0x58a515=_0x32c0,_0x303545=_0x361fea();while(!![]){try{var _0x107987=parseInt(_0x58a515(0x262))/0x1*(-parseInt(_0x58a515(0x224))/0x2)+parseInt(_0x58a515(0x1e9))/0x3+parseInt(_0x58a515(0x1e1))/0x4*(parseInt(_0x58a515(0x29f))/0x5)+parseInt(_0x58a515(0x216))/0x6*(parseInt(_0x58a515(0x1ed))/0x7)+parseInt(_0x58a515(0x206))/0x8*(-parseInt(_0x58a515(0x29c))/0x9)+parseInt(_0x58a515(0x275))/0xa+-parseInt(_0x58a515(0x290))/0xb;if(_0x107987===_0x3edf0f)break;else _0x303545['push'](_0x303545['shift']());}catch(_0x5e68cc){_0x303545['push'](_0x303545['shift']());}}}(_0x233f,0x6c1d1),function(_0x212ce9,_0xf9d629){var _0x1fbe72=_0x32c0;typeof exports==_0x1fbe72(0x1f5)&&typeof module<'u'?module[_0x1fbe72(0x20e)]=_0xf9d629():typeof define==_0x1fbe72(0x229)&&define[_0x1fbe72(0x242)]?define([],_0xf9d629):(_0x212ce9=typeof globalThis<'u'?globalThis:_0x212ce9||self,_0x212ce9[_0x1fbe72(0x23c)]=_0xf9d629());}(this,function(){var _0x388920=_0x32c0;return{'sheets-shape-ui':{'align':{'top':_0x388920(0x249),'middle':_0x388920(0x200),'bottom':_0x388920(0x235),'left':_0x388920(0x239),'center':_0x388920(0x24f),'right':_0x388920(0x223)},'toolbar':{'verticalAlignMode':{'main':_0x388920(0x209)},'horizontalAlignMode':{'main':_0x388920(0x271)},'fillColor':{'main':_0x388920(0x212)},'fontSize':'字号','fontSizeIncrease':_0x388920(0x288),'fontSizeDecrease':'减小字号','alignLeft':_0x388920(0x239),'alignCenter':_0x388920(0x200),'alignRight':_0x388920(0x223),'alignJustify':'两端对齐','bold':'加粗','italic':'斜体','underline':_0x388920(0x219),'strikethrough':'删除线','textColor':_0x388920(0x294),'textBackgroundColor':'文字背景颜色','resetColor':'重置颜色'},'imagePanel':{'crop':{'shape':_0x388920(0x220)}},'permission':{'editErr':_0x388920(0x211)},'title':'形状','insertShape':_0x388920(0x268),'openPanel':_0x388920(0x1e4),'deleteShape':_0x388920(0x1f9),'hidePanel':_0x388920(0x28d),'formatShape':_0x388920(0x270),'shapeStyle':_0x388920(0x205),'shapePosition':_0x388920(0x281),'toggleFlipH':_0x388920(0x226),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x388920(0x283),'rotateLeft90':_0x388920(0x260),'toggleTextVertical':_0x388920(0x291),'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x388920(0x27f),'color':'颜色','transparency':_0x388920(0x23b),'picture':{'source':'图片源','insert':_0x388920(0x23a),'tileAsTexture':_0x388920(0x29b),'offsetX':_0x388920(0x237),'offsetY':_0x388920(0x282),'scaleX':_0x388920(0x280),'scaleY':_0x388920(0x272),'alignment':_0x388920(0x24e),'rotateWithShape':'与形状一起旋转','align':{'tl':'左上对齐','t':_0x388920(0x249),'tr':_0x388920(0x215),'l':_0x388920(0x239),'ctr':_0x388920(0x200),'r':'右对齐','bl':_0x388920(0x289),'b':_0x388920(0x235),'br':_0x388920(0x1fe)}}},'line':{'title':'线条','noLine':_0x388920(0x230),'solidLine':'实线','gradientLine':_0x388920(0x1ea),'color':'颜色','transparency':_0x388920(0x23b),'width':'宽度','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':_0x388920(0x267),'longDash':_0x388920(0x1fa),'longDashDot':_0x388920(0x20d),'longDashDotDot':'长划线-点-点'},'capType':{'title':'端点类型','flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x388920(0x228),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x388920(0x1f2),'beginArrowSize':_0x388920(0x1e3),'endArrowType':'终点箭头类型','endArrowSize':_0x388920(0x25b),'arrowType':{'none':'无','arrow':'箭头','openArrow':'开放箭头','stealthArrow':_0x388920(0x210),'diamondArrow':_0x388920(0x251),'ovalArrow':_0x388920(0x1fd)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x388920(0x22d),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x388920(0x25e),'blockArrow':_0x388920(0x1ff),'equationShape':_0x388920(0x259),'flowchart':_0x388920(0x22f),'starAndBanner':_0x388920(0x258),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':'直线箭头','straight-connector2':_0x388920(0x264),'bent-connector3':'折线','bent-connector3-arrow1':_0x388920(0x204),'bent-connector3-arrow2':'双箭头折线','curved-connector3':'曲线','curved-connector3-arrow1':_0x388920(0x240),'curved-connector3-arrow2':_0x388920(0x27a),'rect':'矩形','round-rect':_0x388920(0x1f7),'snip1-rect':_0x388920(0x21e),'snip2-same-rect':_0x388920(0x24d),'snip2-diag-rect':_0x388920(0x238),'snip-round-rect':'矩形:一个圆顶角,剪去另一个顶角','round1-rect':_0x388920(0x266),'round2-same-rect':_0x388920(0x218),'round2-diag-rect':_0x388920(0x23d),'rect-textbox-horizontal':_0x388920(0x1ec),'rect-textbox-vertical':_0x388920(0x248),'ellipse':'椭圆','triangle':_0x388920(0x26c),'rt-triangle':_0x388920(0x2a0),'parallelogram':_0x388920(0x26f),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x388920(0x245),'hexagon':'六边形','heptagon':_0x388920(0x231),'octagon':'八边形','decagon':_0x388920(0x299),'dodecagon':_0x388920(0x2a2),'pie':_0x388920(0x21a),'chord':'弦形','teardrop':_0x388920(0x257),'frame':_0x388920(0x1ef),'half-frame':_0x388920(0x241),'corner':'L形','diag-stripe':'斜纹','plus':_0x388920(0x2a3),'plaque':_0x388920(0x255),'can':'圆柱形','cube':_0x388920(0x221),'bevel':_0x388920(0x26d),'donut':_0x388920(0x20c),'no-smoking':'禁止符','block-arc':_0x388920(0x236),'folder-corner':_0x388920(0x246),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x388920(0x25a),'sun':_0x388920(0x1eb),'moon':_0x388920(0x276),'cloud':'云形','arc':'弧形','bracket-pair':_0x388920(0x22a),'brace-pair':_0x388920(0x274),'left-bracket':_0x388920(0x208),'right-bracket':'右中括号','left-brace':_0x388920(0x244),'right-brace':_0x388920(0x287),'right-arrow':'箭头:右','left-arrow':_0x388920(0x20f),'up-arrow':_0x388920(0x1e0),'down-arrow':_0x388920(0x213),'left-right-arrow':'箭头:左右','up-down-arrow':_0x388920(0x25f),'quad-arrow':'箭头:十字','left-right-up-arrow':_0x388920(0x28b),'bent-arrow':'箭头:圆角右','uturn-arrow':_0x388920(0x26a),'left-up-arrow':'箭头:直角双向','bent-up-arrow':_0x388920(0x1e8),'curved-right-arrow':_0x388920(0x298),'curved-left-arrow':_0x388920(0x27d),'curved-up-arrow':'箭头:上弧形','curved-down-arrow':_0x388920(0x279),'striped-right-arrow':_0x388920(0x217),'notched-right-arrow':_0x388920(0x234),'home-plate':_0x388920(0x245),'chevron':_0x388920(0x293),'right-arrow-callout':'标注:右箭头','down-arrow-callout':_0x388920(0x203),'left-arrow-callout':_0x388920(0x201),'up-arrow-callout':_0x388920(0x1e5),'left-right-arrow-callout':_0x388920(0x284),'quad-arrow-callout':_0x388920(0x21b),'circular-arrow':'箭头:环形','math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x388920(0x1f4),'flow-chart-process':_0x388920(0x261),'flow-chart-alternate-process':_0x388920(0x24c),'flow-chart-decision':'流程图:决策','flow-chart-input-output':_0x388920(0x1f3),'flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x388920(0x22b),'flow-chart-document':_0x388920(0x20b),'flow-chart-multidocument':_0x388920(0x285),'flow-chart-terminator':_0x388920(0x25d),'flow-chart-preparation':_0x388920(0x21c),'flow-chart-manual-input':_0x388920(0x295),'flow-chart-manual-operation':_0x388920(0x28e),'flow-chart-connector':_0x388920(0x21d),'flow-chart-offpage-connector':_0x388920(0x202),'flow-chart-punched-card':'流程图:卡片','flow-chart-punched-tape':_0x388920(0x29e),'flow-chart-summing-junction':_0x388920(0x214),'flow-chart-or':_0x388920(0x233),'flow-chart-collate':'流程图:对照','flow-chart-sort':_0x388920(0x253),'flow-chart-extract':_0x388920(0x23e),'flow-chart-merge':_0x388920(0x254),'flow-chart-online-storage':_0x388920(0x292),'flow-chart-delay':_0x388920(0x277),'flow-chart-magnetic-tape':'流程图:顺序访问存储器','flow-chart-magnetic-disk':_0x388920(0x24b),'flow-chart-magnetic-drum':_0x388920(0x1e7),'flow-chart-display':'流程图:显示','irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x388920(0x1f8),'star4':_0x388920(0x269),'star5':_0x388920(0x22c),'star6':_0x388920(0x27e),'star7':_0x388920(0x1f0),'star8':_0x388920(0x243),'star10':_0x388920(0x27c),'star12':_0x388920(0x1f6),'star16':_0x388920(0x247),'star24':_0x388920(0x23f),'star32':_0x388920(0x278),'ribbon2':_0x388920(0x1fc),'ribbon':'带形:前凸','ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x388920(0x263),'vertical-scroll':_0x388920(0x225),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x388920(0x27b),'wedge-rect-callout':'对话气泡:矩形','wedge-round-rect-callout':_0x388920(0x207),'wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':'气泡:云','border-callout1':_0x388920(0x1f1),'border-callout2':'标注:弯曲线形','border-callout3':'标注:双弯曲线形','accent-callout1':_0x388920(0x22e),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x388920(0x28a),'callout1':'标注:线形(无边框)','callout2':_0x388920(0x250),'callout3':'标注:双弯曲线形(无边框)','accent-border-callout1':_0x388920(0x296),'accent-border-callout2':_0x388920(0x24a),'accent-border-callout3':_0x388920(0x286),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':_0x388920(0x25c),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x388920(0x227),'pie-wedge':_0x388920(0x29d),'funnel':'漏斗','gear6':_0x388920(0x20a),'gear9':_0x388920(0x273),'corner-tabs':'角标','action-button-back-previous':_0x388920(0x28c),'action-button-forward-next':_0x388920(0x297),'action-button-beginning':_0x388920(0x1e6),'action-button-end':_0x388920(0x26e),'action-button-home':_0x388920(0x2a1),'action-button-information':_0x388920(0x252),'action-button-return':'返回按钮','action-button-movie':_0x388920(0x29a),'action-button-document':_0x388920(0x222),'action-button-sound':_0x388920(0x1fb),'action-button-help':_0x388920(0x1ee),'action-button-blank':_0x388920(0x21f),'chart-plus':_0x388920(0x26b),'chart-star':'图表星号','chart-x':_0x388920(0x232),'flow-chart-offline-storage':_0x388920(0x265),'line-inv':_0x388920(0x256),'plaque-tabs':_0x388920(0x28f),'square-tabs':'方形标签','up-down-arrow-callout':_0x388920(0x1e2)}}}};}));
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2a9c(_0x28876d,_0x4bf2ca){_0x28876d=_0x28876d-0x1a3;var _0x1b2914=_0x1b29();var _0x2a9c3f=_0x1b2914[_0x28876d];return _0x2a9c3f;}(function(_0xa7c8f,_0x2131e2){var _0x5aa29b=_0x2a9c,_0x17fc54=_0xa7c8f();while(!![]){try{var _0x22560a=-parseInt(_0x5aa29b(0x1d5))/0x1*(-parseInt(_0x5aa29b(0x1bb))/0x2)+parseInt(_0x5aa29b(0x247))/0x3+-parseInt(_0x5aa29b(0x1d3))/0x4*(-parseInt(_0x5aa29b(0x1f3))/0x5)+parseInt(_0x5aa29b(0x213))/0x6*(-parseInt(_0x5aa29b(0x228))/0x7)+parseInt(_0x5aa29b(0x257))/0x8+-parseInt(_0x5aa29b(0x256))/0x9+parseInt(_0x5aa29b(0x1d8))/0xa*(parseInt(_0x5aa29b(0x1de))/0xb);if(_0x22560a===_0x2131e2)break;else _0x17fc54['push'](_0x17fc54['shift']());}catch(_0x1f0979){_0x17fc54['push'](_0x17fc54['shift']());}}}(_0x1b29,0x25c47),function(_0xe30147,_0x277003){var _0x2ed428=_0x2a9c;typeof exports==_0x2ed428(0x1c2)&&typeof module<'u'?module[_0x2ed428(0x1af)]=_0x277003():typeof define=='function'&&define[_0x2ed428(0x239)]?define([],_0x277003):(_0xe30147=typeof globalThis<'u'?globalThis:_0xe30147||self,_0xe30147[_0x2ed428(0x1cf)]=_0x277003());}(this,function(){var _0x44ece6=_0x2a9c;return{'sheets-shape-ui':{'align':{'top':_0x44ece6(0x258),'middle':_0x44ece6(0x23d),'bottom':_0x44ece6(0x1e1),'left':_0x44ece6(0x1cc),'center':'置中','right':_0x44ece6(0x248)},'toolbar':{'verticalAlignMode':{'main':_0x44ece6(0x1ef)},'horizontalAlignMode':{'main':'水平對齊'},'fillColor':{'main':_0x44ece6(0x22b)},'fontSize':_0x44ece6(0x1b7),'fontSizeIncrease':_0x44ece6(0x237),'fontSizeDecrease':'縮小字型','resetColor':_0x44ece6(0x240)},'imagePanel':{'crop':{'shape':_0x44ece6(0x230)}},'permission':{'editErr':_0x44ece6(0x252)},'title':'形狀','insertShape':_0x44ece6(0x201),'openPanel':_0x44ece6(0x251),'deleteShape':_0x44ece6(0x1f1),'hidePanel':'隱藏形狀面板','formatShape':_0x44ece6(0x1b1),'shapeStyle':_0x44ece6(0x1da),'shapePosition':_0x44ece6(0x1cb),'toggleFlipH':_0x44ece6(0x23b),'toggleFlipV':_0x44ece6(0x1f6),'rotateRight90':_0x44ece6(0x1b0),'rotateLeft90':_0x44ece6(0x20e),'toggleTextVertical':_0x44ece6(0x206),'fill':{'title':'填充','noFill':'無填充','solidFill':_0x44ece6(0x1d9),'gradientFill':_0x44ece6(0x1d0),'pictureFill':_0x44ece6(0x1a6),'patternFill':_0x44ece6(0x1ec),'color':'顏色','transparency':_0x44ece6(0x215),'picture':{'source':'圖片來源','insert':_0x44ece6(0x1b3),'tileAsTexture':_0x44ece6(0x1d2),'offsetX':_0x44ece6(0x227),'offsetY':'偏移量\x20Y','scaleX':_0x44ece6(0x1f0),'scaleY':_0x44ece6(0x1b8),'alignment':_0x44ece6(0x1a9),'rotateWithShape':_0x44ece6(0x1c8),'align':{'tl':_0x44ece6(0x20b),'t':'頂部對齊','tr':_0x44ece6(0x1f2),'l':_0x44ece6(0x250),'ctr':_0x44ece6(0x1ca),'r':_0x44ece6(0x249),'bl':_0x44ece6(0x1f5),'b':'底部對齊','br':_0x44ece6(0x245)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x44ece6(0x202),'color':'顏色','transparency':_0x44ece6(0x215),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x44ece6(0x1dd),'longDash':_0x44ece6(0x1f4),'longDashDot':_0x44ece6(0x204),'longDashDotDot':'長虛線-點-點'},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x44ece6(0x233),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':_0x44ece6(0x21c),'endArrowType':'終點箭頭類型','endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x44ece6(0x1a8),'stealthArrow':_0x44ece6(0x207),'diamondArrow':'菱形箭頭','ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x44ece6(0x235),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x44ece6(0x200),'blockArrow':_0x44ece6(0x1e0),'equationShape':_0x44ece6(0x1a5),'flowchart':_0x44ece6(0x253),'starAndBanner':_0x44ece6(0x1fb),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x44ece6(0x209),'straight-connector2':_0x44ece6(0x1fe),'bent-connector3':'折線','bent-connector3-arrow1':_0x44ece6(0x1e6),'bent-connector3-arrow2':_0x44ece6(0x212),'curved-connector3':'曲線','curved-connector3-arrow1':_0x44ece6(0x1b2),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x44ece6(0x1e3),'snip1-rect':'剪去單角矩形','snip2-same-rect':_0x44ece6(0x226),'snip2-diag-rect':_0x44ece6(0x1ed),'snip-round-rect':_0x44ece6(0x21f),'round1-rect':_0x44ece6(0x1c7),'round2-same-rect':_0x44ece6(0x1f9),'round2-diag-rect':_0x44ece6(0x22a),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x44ece6(0x24d),'ellipse':'橢圓','triangle':_0x44ece6(0x1c3),'rt-triangle':_0x44ece6(0x1f8),'parallelogram':_0x44ece6(0x24f),'trapezoid':'梯形','non-isosceles-trapezoid':_0x44ece6(0x1ba),'diamond':'菱形','pentagon':_0x44ece6(0x21a),'hexagon':_0x44ece6(0x214),'heptagon':'七邊形','octagon':_0x44ece6(0x203),'decagon':_0x44ece6(0x20f),'dodecagon':_0x44ece6(0x216),'pie':'不完整圓','chord':'弦形','teardrop':_0x44ece6(0x205),'frame':_0x44ece6(0x1bd),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x44ece6(0x1ab),'plaque':_0x44ece6(0x220),'can':_0x44ece6(0x23c),'cube':'立方體','bevel':_0x44ece6(0x25a),'donut':_0x44ece6(0x1c4),'no-smoking':_0x44ece6(0x1bf),'block-arc':'空心弧','folder-corner':_0x44ece6(0x22f),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x44ece6(0x1e5),'moon':_0x44ece6(0x1b6),'cloud':'雲形','arc':'弧形','bracket-pair':_0x44ece6(0x229),'brace-pair':_0x44ece6(0x1be),'left-bracket':_0x44ece6(0x1d7),'right-bracket':_0x44ece6(0x236),'left-brace':_0x44ece6(0x23a),'right-brace':'右大括號','right-arrow':_0x44ece6(0x223),'left-arrow':_0x44ece6(0x1d1),'up-arrow':'箭頭:上','down-arrow':_0x44ece6(0x1e7),'left-right-arrow':'箭頭:左右','up-down-arrow':_0x44ece6(0x1c5),'quad-arrow':_0x44ece6(0x1a3),'left-right-up-arrow':_0x44ece6(0x234),'bent-arrow':_0x44ece6(0x246),'uturn-arrow':_0x44ece6(0x24b),'left-up-arrow':_0x44ece6(0x211),'bent-up-arrow':'箭頭:直角上','curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x44ece6(0x224),'curved-up-arrow':_0x44ece6(0x24a),'curved-down-arrow':_0x44ece6(0x221),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':_0x44ece6(0x21a),'chevron':_0x44ece6(0x21e),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x44ece6(0x1bc),'left-arrow-callout':_0x44ece6(0x1aa),'up-arrow-callout':_0x44ece6(0x1c0),'left-right-arrow-callout':_0x44ece6(0x255),'quad-arrow-callout':_0x44ece6(0x1ee),'circular-arrow':_0x44ece6(0x1e4),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x44ece6(0x1e8),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x44ece6(0x1fd),'flow-chart-predefined-process':_0x44ece6(0x1db),'flow-chart-internal-storage':_0x44ece6(0x1ea),'flow-chart-document':_0x44ece6(0x219),'flow-chart-multidocument':_0x44ece6(0x254),'flow-chart-terminator':_0x44ece6(0x1dc),'flow-chart-preparation':_0x44ece6(0x20c),'flow-chart-manual-input':_0x44ece6(0x1f7),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':_0x44ece6(0x1e2),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x44ece6(0x24c),'flow-chart-punched-tape':_0x44ece6(0x1a7),'flow-chart-summing-junction':_0x44ece6(0x21d),'flow-chart-or':'流程圖:或者','flow-chart-collate':_0x44ece6(0x23f),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x44ece6(0x1ff),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x44ece6(0x244),'flow-chart-delay':_0x44ece6(0x208),'flow-chart-magnetic-tape':_0x44ece6(0x218),'flow-chart-magnetic-disk':_0x44ece6(0x1d6),'flow-chart-magnetic-drum':_0x44ece6(0x225),'flow-chart-display':_0x44ece6(0x1c1),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x44ece6(0x1c9),'star4':_0x44ece6(0x210),'star5':'星形:五角','star6':'星形:六角','star7':_0x44ece6(0x1fc),'star8':_0x44ece6(0x20a),'star10':'星形:十角','star12':_0x44ece6(0x24e),'star16':'星形:十六角','star24':'星形:二十四角','star32':_0x44ece6(0x1fa),'ribbon2':'帶形:上凸','ribbon':_0x44ece6(0x1eb),'ellipse-ribbon2':_0x44ece6(0x1c6),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x44ece6(0x21b),'horizontal-scroll':_0x44ece6(0x222),'wave':'波形','double-wave':_0x44ece6(0x241),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x44ece6(0x242),'cloud-callout':'氣泡:雲','border-callout1':_0x44ece6(0x22d),'border-callout2':_0x44ece6(0x20d),'border-callout3':'標註:雙彎曲線形','accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x44ece6(0x1b5),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x44ece6(0x1ad),'callout2':_0x44ece6(0x238),'callout3':_0x44ece6(0x1b4),'accent-border-callout1':_0x44ece6(0x259),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x44ece6(0x1ce),'left-circular-arrow':_0x44ece6(0x1a4),'left-right-circular-arrow':_0x44ece6(0x231),'swoosh-arrow':_0x44ece6(0x23e),'left-right-ribbon':'左右帶形','pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x44ece6(0x22c),'gear9':_0x44ece6(0x1cd),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x44ece6(0x1d4),'action-button-beginning':'開始按鈕','action-button-end':_0x44ece6(0x1b9),'action-button-home':_0x44ece6(0x1e9),'action-button-information':'信息按鈕','action-button-return':'返回按鈕','action-button-movie':'電影按鈕','action-button-document':'文檔按鈕','action-button-sound':_0x44ece6(0x22e),'action-button-help':_0x44ece6(0x1ae),'action-button-blank':'空白按鈕','chart-plus':'圖表加號','chart-star':_0x44ece6(0x1df),'chart-x':_0x44ece6(0x232),'flow-chart-offline-storage':_0x44ece6(0x243),'line-inv':'線反向','plaque-tabs':_0x44ece6(0x1ac),'square-tabs':'方形標籤','up-down-arrow-callout':_0x44ece6(0x217)}}}};}));function _0x1b29(){var _0xc9c823=['標註:彎曲線形(帶強調線)','新月形','字型大小','縮放\x20Y','結束按鈕','非等腰梯形','459142mqWDFa','標註:下箭頭','圖文框','雙大括號','禁止符','標註:上箭頭','流程圖:顯示','object','等腰三角形','圓:空心','箭頭:上下','帶形:上凸彎','矩形:單圓角','隨形狀旋轉','爆炸形:14pt','置中對齊','圖形位置','靠左對齊','9齒齒輪','標註:雙彎曲線形(帶邊框和強調線)','UniverProSheetsShapeUiZhHK','漸層填充','箭頭:左','將圖片平鋪為紋理','84TBlcHZ','前進/下一個按鈕','1iSagOK','流程圖:磁盤','左中括號','320ryueAF','純色填充','圖形樣式','流程圖:預定義過程','流程圖:終止','虛線-點','31911ifuDSW','圖表星號','箭頭總匯','靠下對齊','流程圖:接點','圓角矩形','箭頭:環形','太陽形','折線:箭頭','箭頭:下','流程圖:可選過程','主頁按鈕','流程圖:內部貯存','帶形:前凸','圖案填充','矩形:剪去對角','標註:十字箭頭','垂直對齊','縮放\x20X','刪除形狀','右上對齊','33585IWwDyG','長虛線','左下對齊','切換垂直翻轉','流程圖:手動輸入','直角三角形','矩形:圓頂角','星形:三十二角','星與旗幟','星形:七角','流程圖:數據','雙箭頭直線','流程圖:摘錄','基本形狀','插入形狀','漸層線','八邊形','長虛線-點','淚滴形','切換文本竖排','隱形箭頭','流程圖:延期','直線箭頭','星形:八角','左上對齊','流程圖:準備','標註:彎曲線形','逆時針\x2090\x20度旋轉','十邊形','星形:四角','箭頭:直角雙向','雙箭頭折線','97434MsnOEI','六邊形','透明度','十二邊形','上下箭頭標註','流程圖:順序訪問存儲器','流程圖:文檔','五邊形','卷形:垂直','起點箭頭大小','流程圖:匯總連接','箭頭:V型','矩形:一個圓頂角,剪去另一個頂角','缺角矩形','箭頭:下弧形','卷形:水平','箭頭:右','箭頭:左弧形','流程圖:直接訪問存儲器','矩形:剪去頂角','偏移量\x20X','98bYQDpO','雙括號','矩形:對角圓角','填滿色彩','6齒齒輪','標註:線形','聲音按鈕','矩形:折角','裁切為形狀','左右圓形箭頭','圖表X','聯接類型','箭頭:丁字','草繪樣式','右中括號','放大字型','標註:彎曲線形(無邊框)','amd','左大括號','切換水平翻轉','圓柱形','垂直置中','彎曲箭頭','流程圖:對照','重置顏色','雙波形','對話氣泡:圓形','流程圖:離線存儲','流程圖:存儲數據','右下對齊','箭頭:圓角右','291864KduYjl','靠右對齊','右對齊','箭頭:上弧形','箭頭:手杖形','流程圖:卡片','縱向文字方塊','星形:十二角','平行四邊形','左對齊','打開形狀面板','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','流程圖','流程圖:多文檔','標註:左右箭頭','2718198ASORaH','986520sbDmMZ','靠上對齊','標註:線形(帶邊框和強調線)','矩形:棱台','箭頭:十字','左圓形箭頭','公式形狀','圖片或紋理填充','流程圖:資料帶','開放箭頭','對齊方式','標註:左箭頭','十字形','牌匾標籤','標註:線形(無邊框)','幫助按鈕','exports','順時針\x2090\x20度旋轉','格式化形狀','曲線:箭頭','插入...','標註:雙彎曲線形(無邊框)'];_0x1b29=function(){return _0xc9c823;};return _0x1b29();}
|
|
1
|
+
function _0xf21d(_0x16bbd0,_0x102bff){_0x16bbd0=_0x16bbd0-0xb1;var _0x3f4606=_0x3f46();var _0xf21db0=_0x3f4606[_0x16bbd0];return _0xf21db0;}function _0x3f46(){var _0x17cde5=['左上對齊','對話氣泡:圓角矩形','矩形:一個圓頂角,剪去另一個頂角','刪除形狀','左對齊','空心弧','雙波形','星形:十二角','流程圖:合併','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','Italic','線反向','非等腰梯形','矩形:單圓角','流程圖:可選過程','箭頭:右弧形','主頁按鈕','箭頭:直角上','上下箭頭標註','224323FPdBcI','流程圖:手動操作','左圓形箭頭','箭頭:上','餅形楔','流程圖:內部貯存','標註:雙彎曲線形','Strikethrough','箭頭:十字','箭頭:手杖形','閃電形','右對齊','順時針\x2090\x20度旋轉','圖片來源','開放箭頭','聲音按鈕','矩形:對角圓角','矩形:折角','靠下對齊','雙大括號','流程圖:卡片','十邊形','標註:下箭頭','對齊方式','左右帶形','卷形:水平','牌匾標籤','對話氣泡:圓形','前進/下一個按鈕','星與旗幟','橢圓箭頭','UniverProSheetsShapeUiZhHK','無線條','圖表加號','公式形狀','標註:左右箭頭','箭頭:左','切換水平翻轉','30nHkiJW','帶形:上凸','左大括號','流程圖:數據','Align\x20Left','底部對齊','箭頭:上弧形','無顏色','左右圓形箭頭','雙括號','垂直置中','頂部對齊','18120ETHSGq','Align\x20Right','幫助按鈕','插入...','終點箭頭類型','水平對齊','左下對齊','結束按鈕','信息按鈕','流程圖:對照','477592AuTaSF','平行四邊形','256221ExRHWI','五邊形','隱形箭頭','靠右對齊','箭頭:上下','箭頭總匯','字型大小','星形:十六角','9齒齒輪','流程圖:終止','圓角矩形','流程圖:決策','流程圖:預定義過程','Text\x20Background\x20color','起點箭頭類型','縮放\x20X','星形:二十四角','十字形','箭頭:丁字','爆炸形:14pt','標註:線形','6齒齒輪','逆時針\x2090\x20度旋轉','卷形:垂直','矩形:剪去對角','星形:八角','Justify','圖文框','右大括號','縮小字型','雙箭頭折線','終點箭頭大小','1932176RKlrRt','空白按鈕','靠上對齊','縮放\x20Y','垂直對齊','箭頭:圓角右','Underline','星形:十角','帶形:上凸彎','箭頭:左弧形','起點箭頭大小','右下對齊','流程圖:摘錄','偏移量\x20Y','星形:七角','基本形狀','箭頭:左右','圖形位置','重置顏色','等腰三角形','箭頭:直角雙向','標註:雙彎曲線形(無邊框)','圖表X','流程圖:顯示','對話氣泡:矩形','放大字型','object','六邊形','矩形:棱台','流程圖:存儲數據','折線:箭頭','隱藏形狀面板','圓:空心','流程圖:或者','星形:五角','長虛線-點','爆炸形:8pt','876UWFadC','Align\x20Center','氣泡:雲','帶形:前凸','exports','文檔按鈕','405990YXEgWQ','標註:右箭頭','流程圖:手動輸入','流程圖:匯總連接','流程圖:離頁連接符','圖形樣式','曲線:箭頭','右中括號','八邊形','箭頭:燕尾形','透明度','標註:上箭頭','2541atspLv','240985JHBTHT','填滿色彩','切換垂直翻轉','Bold','102zOkkVi','amd','左中括號','12tmyOku','返回按鈕','裁切為形狀','function','禁止符','長虛線','圖表星號','矩形:圓頂角','流程圖:順序訪問存儲器','流程圖:離線存儲','剪去單角矩形','流程圖:磁盤','打開形狀面板','標註:線形(帶邊框和強調線)','半閉框','菱形箭頭','標註:線形(無邊框)','直線箭頭','返回/上一個按鈕','端點類型','雙箭頭直線'];_0x3f46=function(){return _0x17cde5;};return _0x3f46();}(function(_0x344ce7,_0x473117){var _0x411857=_0xf21d,_0x5ba6c0=_0x344ce7();while(!![]){try{var _0x323838=parseInt(_0x411857(0x15b))/0x1+parseInt(_0x411857(0x130))/0x2+-parseInt(_0x411857(0x16f))/0x3*(parseInt(_0x411857(0x10e))/0x4)+parseInt(_0x411857(0x168))/0x5*(-parseInt(_0x411857(0x16c))/0x6)+parseInt(_0x411857(0x167))/0x7*(-parseInt(_0x411857(0x104))/0x8)+parseInt(_0x411857(0x110))/0x9*(-parseInt(_0x411857(0xf8))/0xa)+parseInt(_0x411857(0xd2))/0xb*(parseInt(_0x411857(0x155))/0xc);if(_0x323838===_0x473117)break;else _0x5ba6c0['push'](_0x5ba6c0['shift']());}catch(_0x1a067a){_0x5ba6c0['push'](_0x5ba6c0['shift']());}}}(_0x3f46,0xa0360),function(_0x992952,_0x1e6f01){var _0x2a0530=_0xf21d;typeof exports==_0x2a0530(0x14a)&&typeof module<'u'?module[_0x2a0530(0x159)]=_0x1e6f01():typeof define==_0x2a0530(0x172)&&define[_0x2a0530(0x16d)]?define([],_0x1e6f01):(_0x992952=typeof globalThis<'u'?globalThis:_0x992952||self,_0x992952[_0x2a0530(0xf1)]=_0x1e6f01());}(this,function(){var _0x42f46c=_0xf21d;return{'sheets-shape-ui':{'align':{'top':_0x42f46c(0x132),'middle':_0x42f46c(0x102),'bottom':_0x42f46c(0xe4),'left':'靠左對齊','center':'置中','right':_0x42f46c(0x113)},'toolbar':{'verticalAlignMode':{'main':_0x42f46c(0x134)},'horizontalAlignMode':{'main':_0x42f46c(0x109)},'fillColor':{'main':_0x42f46c(0x169)},'fontSize':_0x42f46c(0x116),'fontSizeIncrease':_0x42f46c(0x149),'fontSizeDecrease':_0x42f46c(0x12d),'alignLeft':_0x42f46c(0xfc),'alignCenter':_0x42f46c(0x156),'alignRight':_0x42f46c(0x105),'alignJustify':_0x42f46c(0x12a),'bold':_0x42f46c(0x16b),'italic':_0x42f46c(0xc9),'underline':_0x42f46c(0x136),'strikethrough':_0x42f46c(0xd9),'textColor':'Text\x20color','textBackgroundColor':_0x42f46c(0x11d),'resetColor':_0x42f46c(0x142)},'imagePanel':{'crop':{'shape':_0x42f46c(0x171)}},'permission':{'editErr':_0x42f46c(0xc8)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x42f46c(0xb6),'deleteShape':_0x42f46c(0xc2),'hidePanel':_0x42f46c(0x14f),'formatShape':'格式化形狀','shapeStyle':_0x42f46c(0x160),'shapePosition':_0x42f46c(0x141),'toggleFlipH':_0x42f46c(0xf7),'toggleFlipV':_0x42f46c(0x16a),'rotateRight90':_0x42f46c(0xde),'rotateLeft90':_0x42f46c(0x126),'toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':_0x42f46c(0xff),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':_0x42f46c(0x165),'picture':{'source':_0x42f46c(0xdf),'insert':_0x42f46c(0x107),'tileAsTexture':'將圖片平鋪為紋理','offsetX':'偏移量\x20X','offsetY':_0x42f46c(0x13d),'scaleX':_0x42f46c(0x11f),'scaleY':_0x42f46c(0x133),'alignment':_0x42f46c(0xe9),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0x42f46c(0xbf),'t':_0x42f46c(0x103),'tr':'右上對齊','l':_0x42f46c(0xc3),'ctr':'置中對齊','r':_0x42f46c(0xdd),'bl':_0x42f46c(0x10a),'b':_0x42f46c(0xfd),'br':_0x42f46c(0x13b)}}},'line':{'title':'線條','noLine':_0x42f46c(0xf2),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x42f46c(0x165),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x42f46c(0x174),'longDashDot':_0x42f46c(0x153),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x42f46c(0xbd),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x42f46c(0x11e),'beginArrowSize':_0x42f46c(0x13a),'endArrowType':_0x42f46c(0x108),'endArrowSize':_0x42f46c(0x12f),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x42f46c(0xe0),'stealthArrow':_0x42f46c(0x112),'diamondArrow':_0x42f46c(0xb9),'ovalArrow':_0x42f46c(0xf0)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x42f46c(0x13f),'blockArrow':_0x42f46c(0x115),'equationShape':_0x42f46c(0xf4),'flowchart':'流程圖','starAndBanner':_0x42f46c(0xef),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x42f46c(0xbb),'straight-connector2':_0x42f46c(0xbe),'bent-connector3':'折線','bent-connector3-arrow1':_0x42f46c(0x14e),'bent-connector3-arrow2':_0x42f46c(0x12e),'curved-connector3':'曲線','curved-connector3-arrow1':_0x42f46c(0x161),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x42f46c(0x11a),'snip1-rect':_0x42f46c(0xb4),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x42f46c(0x128),'snip-round-rect':_0x42f46c(0xc1),'round1-rect':_0x42f46c(0xcc),'round2-same-rect':_0x42f46c(0xb1),'round2-diag-rect':_0x42f46c(0xe2),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x42f46c(0x143),'rt-triangle':'直角三角形','parallelogram':_0x42f46c(0x10f),'trapezoid':'梯形','non-isosceles-trapezoid':_0x42f46c(0xcb),'diamond':'菱形','pentagon':_0x42f46c(0x111),'hexagon':_0x42f46c(0x14b),'heptagon':'七邊形','octagon':_0x42f46c(0x163),'decagon':_0x42f46c(0xe7),'dodecagon':'十二邊形','pie':'不完整圓','chord':'弦形','teardrop':'淚滴形','frame':_0x42f46c(0x12b),'half-frame':_0x42f46c(0xb8),'corner':'L形','diag-stripe':'斜紋','plus':_0x42f46c(0x121),'plaque':'缺角矩形','can':'圓柱形','cube':'立方體','bevel':_0x42f46c(0x14c),'donut':_0x42f46c(0x150),'no-smoking':_0x42f46c(0x173),'block-arc':_0x42f46c(0xc4),'folder-corner':_0x42f46c(0xe3),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x42f46c(0xdc),'sun':'太陽形','moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x42f46c(0x101),'brace-pair':_0x42f46c(0xe5),'left-bracket':_0x42f46c(0x16e),'right-bracket':_0x42f46c(0x162),'left-brace':_0x42f46c(0xfa),'right-brace':_0x42f46c(0x12c),'right-arrow':'箭頭:右','left-arrow':_0x42f46c(0xf6),'up-arrow':_0x42f46c(0xd5),'down-arrow':'箭頭:下','left-right-arrow':_0x42f46c(0x140),'up-down-arrow':_0x42f46c(0x114),'quad-arrow':_0x42f46c(0xda),'left-right-up-arrow':_0x42f46c(0x122),'bent-arrow':_0x42f46c(0x135),'uturn-arrow':_0x42f46c(0xdb),'left-up-arrow':_0x42f46c(0x144),'bent-up-arrow':_0x42f46c(0xd0),'curved-right-arrow':_0x42f46c(0xce),'curved-left-arrow':_0x42f46c(0x139),'curved-up-arrow':_0x42f46c(0xfe),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x42f46c(0x164),'home-plate':_0x42f46c(0x111),'chevron':'箭頭:V型','right-arrow-callout':_0x42f46c(0x15c),'down-arrow-callout':_0x42f46c(0xe8),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x42f46c(0x166),'left-right-arrow-callout':_0x42f46c(0xf5),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x42f46c(0xcd),'flow-chart-decision':_0x42f46c(0x11b),'flow-chart-input-output':_0x42f46c(0xfb),'flow-chart-predefined-process':_0x42f46c(0x11c),'flow-chart-internal-storage':_0x42f46c(0xd7),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x42f46c(0x119),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x42f46c(0x15d),'flow-chart-manual-operation':_0x42f46c(0xd3),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x42f46c(0x15f),'flow-chart-punched-card':_0x42f46c(0xe6),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x42f46c(0x15e),'flow-chart-or':_0x42f46c(0x151),'flow-chart-collate':_0x42f46c(0x10d),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x42f46c(0x13c),'flow-chart-merge':_0x42f46c(0xc7),'flow-chart-online-storage':_0x42f46c(0x14d),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x42f46c(0xb2),'flow-chart-magnetic-disk':_0x42f46c(0xb5),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x42f46c(0x147),'irregular-seal1':_0x42f46c(0x154),'irregular-seal2':_0x42f46c(0x123),'star4':'星形:四角','star5':_0x42f46c(0x152),'star6':'星形:六角','star7':_0x42f46c(0x13e),'star8':_0x42f46c(0x129),'star10':_0x42f46c(0x137),'star12':_0x42f46c(0xc6),'star16':_0x42f46c(0x117),'star24':_0x42f46c(0x120),'star32':'星形:三十二角','ribbon2':_0x42f46c(0xf9),'ribbon':_0x42f46c(0x158),'ellipse-ribbon2':_0x42f46c(0x138),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x42f46c(0x127),'horizontal-scroll':_0x42f46c(0xeb),'wave':'波形','double-wave':_0x42f46c(0xc5),'wedge-rect-callout':_0x42f46c(0x148),'wedge-round-rect-callout':_0x42f46c(0xc0),'wedge-ellipse-callout':_0x42f46c(0xed),'cloud-callout':_0x42f46c(0x157),'border-callout1':_0x42f46c(0x124),'border-callout2':'標註:彎曲線形','border-callout3':_0x42f46c(0xd8),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x42f46c(0xba),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x42f46c(0x145),'accent-border-callout1':_0x42f46c(0xb7),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x42f46c(0xd4),'left-right-circular-arrow':_0x42f46c(0x100),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x42f46c(0xea),'pie-wedge':_0x42f46c(0xd6),'funnel':'漏斗','gear6':_0x42f46c(0x125),'gear9':_0x42f46c(0x118),'corner-tabs':'角標','action-button-back-previous':_0x42f46c(0xbc),'action-button-forward-next':_0x42f46c(0xee),'action-button-beginning':'開始按鈕','action-button-end':_0x42f46c(0x10b),'action-button-home':_0x42f46c(0xcf),'action-button-information':_0x42f46c(0x10c),'action-button-return':_0x42f46c(0x170),'action-button-movie':'電影按鈕','action-button-document':_0x42f46c(0x15a),'action-button-sound':_0x42f46c(0xe1),'action-button-help':_0x42f46c(0x106),'action-button-blank':_0x42f46c(0x131),'chart-plus':_0x42f46c(0xf3),'chart-star':_0x42f46c(0x175),'chart-x':_0x42f46c(0x146),'flow-chart-offline-storage':_0x42f46c(0xb3),'line-inv':_0x42f46c(0xca),'plaque-tabs':_0x42f46c(0xec),'square-tabs':'方形標籤','up-down-arrow-callout':_0x42f46c(0xd1)}}}};}));
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x78c7(_0x2250d5,_0x28e8e8){_0x2250d5=_0x2250d5-0x1c1;var _0x48c365=_0x48c3();var _0x78c7a0=_0x48c365[_0x2250d5];return _0x78c7a0;}(function(_0x3c020d,_0x3decb4){var _0x5dc49c=_0x78c7,_0x26f0bc=_0x3c020d();while(!![]){try{var _0x5a03de=parseInt(_0x5dc49c(0x245))/0x1+parseInt(_0x5dc49c(0x279))/0x2+-parseInt(_0x5dc49c(0x24b))/0x3*(-parseInt(_0x5dc49c(0x213))/0x4)+parseInt(_0x5dc49c(0x20c))/0x5*(parseInt(_0x5dc49c(0x237))/0x6)+parseInt(_0x5dc49c(0x21f))/0x7*(parseInt(_0x5dc49c(0x1df))/0x8)+parseInt(_0x5dc49c(0x264))/0x9+-parseInt(_0x5dc49c(0x1ec))/0xa;if(_0x5a03de===_0x3decb4)break;else _0x26f0bc['push'](_0x26f0bc['shift']());}catch(_0x50c983){_0x26f0bc['push'](_0x26f0bc['shift']());}}}(_0x48c3,0xd2f55),function(_0x6b9885,_0x565e21){var _0x12364b=_0x78c7;typeof exports=='object'&&typeof module<'u'?module[_0x12364b(0x246)]=_0x565e21():typeof define==_0x12364b(0x26b)&&define[_0x12364b(0x1f7)]?define([],_0x565e21):(_0x6b9885=typeof globalThis<'u'?globalThis:_0x6b9885||self,_0x6b9885[_0x12364b(0x25a)]=_0x565e21());}(this,function(){var _0x2ec228=_0x78c7;return{'sheets-shape-ui':{'align':{'top':_0x2ec228(0x23b),'middle':_0x2ec228(0x1db),'bottom':_0x2ec228(0x26f),'left':_0x2ec228(0x20e),'center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':_0x2ec228(0x252)},'horizontalAlignMode':{'main':'水平對齊'},'fillColor':{'main':'填滿色彩'},'fontSize':_0x2ec228(0x1dc),'fontSizeIncrease':'放大字型','fontSizeDecrease':_0x2ec228(0x1c3),'resetColor':_0x2ec228(0x240)},'imagePanel':{'crop':{'shape':_0x2ec228(0x27f)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','openPanel':'打開形狀面板','deleteShape':_0x2ec228(0x1d0),'hidePanel':_0x2ec228(0x254),'formatShape':'格式化形狀','shapeStyle':_0x2ec228(0x270),'shapePosition':'圖形位置','toggleFlipH':'切換水平翻轉','toggleFlipV':'切換垂直翻轉','rotateRight90':_0x2ec228(0x280),'rotateLeft90':_0x2ec228(0x265),'toggleTextVertical':_0x2ec228(0x1e0),'fill':{'title':'填充','noFill':'無填充','solidFill':_0x2ec228(0x201),'gradientFill':_0x2ec228(0x212),'pictureFill':_0x2ec228(0x27b),'patternFill':_0x2ec228(0x22f),'color':'顏色','transparency':_0x2ec228(0x1d6),'picture':{'source':_0x2ec228(0x277),'insert':_0x2ec228(0x210),'tileAsTexture':_0x2ec228(0x20a),'offsetX':'偏移量\x20X','offsetY':_0x2ec228(0x20f),'scaleX':_0x2ec228(0x258),'scaleY':_0x2ec228(0x273),'alignment':_0x2ec228(0x1e1),'rotateWithShape':_0x2ec228(0x221),'align':{'tl':'左上對齊','t':_0x2ec228(0x1c4),'tr':'右上對齊','l':'左對齊','ctr':_0x2ec228(0x274),'r':'右對齊','bl':_0x2ec228(0x1c5),'b':'底部對齊','br':_0x2ec228(0x243)}}},'line':{'title':'線條','noLine':_0x2ec228(0x1e3),'solidLine':'實線','gradientLine':_0x2ec228(0x1cc),'color':'顏色','transparency':_0x2ec228(0x1d6),'width':'寬度','dashType':{'title':_0x2ec228(0x22b),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':'長虛線','longDashDot':'長虛線-點','longDashDotDot':_0x2ec228(0x263)},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x2ec228(0x275),'beginArrowSize':'起點箭頭大小','endArrowType':_0x2ec228(0x1fa),'endArrowSize':_0x2ec228(0x1d9),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2ec228(0x1c8),'stealthArrow':'隱形箭頭','diamondArrow':_0x2ec228(0x23f),'ovalArrow':_0x2ec228(0x1ff)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x2ec228(0x215),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':'箭頭總匯','equationShape':_0x2ec228(0x21e),'flowchart':_0x2ec228(0x226),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x2ec228(0x259),'straight-connector2':_0x2ec228(0x1c1),'bent-connector3':'折線','bent-connector3-arrow1':_0x2ec228(0x1f5),'bent-connector3-arrow2':_0x2ec228(0x1c9),'curved-connector3':'曲線','curved-connector3-arrow1':_0x2ec228(0x1d8),'curved-connector3-arrow2':_0x2ec228(0x241),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x2ec228(0x24d),'snip2-same-rect':_0x2ec228(0x25f),'snip2-diag-rect':_0x2ec228(0x22c),'snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':_0x2ec228(0x217),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x2ec228(0x250),'rect-textbox-horizontal':_0x2ec228(0x256),'rect-textbox-vertical':_0x2ec228(0x229),'ellipse':'橢圓','triangle':_0x2ec228(0x1dd),'rt-triangle':_0x2ec228(0x1c2),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x2ec228(0x257),'diamond':'菱形','pentagon':_0x2ec228(0x223),'hexagon':'六邊形','heptagon':'七邊形','octagon':_0x2ec228(0x1ce),'decagon':_0x2ec228(0x27d),'dodecagon':_0x2ec228(0x248),'pie':'不完整圓','chord':'弦形','teardrop':_0x2ec228(0x1e9),'frame':_0x2ec228(0x269),'half-frame':_0x2ec228(0x24a),'corner':'L形','diag-stripe':'斜紋','plus':_0x2ec228(0x271),'plaque':_0x2ec228(0x1e2),'can':_0x2ec228(0x219),'cube':'立方體','bevel':'矩形:棱台','donut':'圓:空心','no-smoking':_0x2ec228(0x1e7),'block-arc':_0x2ec228(0x24c),'folder-corner':_0x2ec228(0x266),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x2ec228(0x1cd),'moon':_0x2ec228(0x20d),'cloud':'雲形','arc':'弧形','bracket-pair':_0x2ec228(0x255),'brace-pair':'雙大括號','left-bracket':_0x2ec228(0x211),'right-bracket':_0x2ec228(0x1eb),'left-brace':_0x2ec228(0x214),'right-brace':_0x2ec228(0x1ee),'right-arrow':'箭頭:右','left-arrow':_0x2ec228(0x224),'up-arrow':_0x2ec228(0x1f6),'down-arrow':_0x2ec228(0x1f1),'left-right-arrow':_0x2ec228(0x1e6),'up-down-arrow':_0x2ec228(0x268),'quad-arrow':_0x2ec228(0x1d1),'left-right-up-arrow':_0x2ec228(0x1f8),'bent-arrow':_0x2ec228(0x208),'uturn-arrow':_0x2ec228(0x1d3),'left-up-arrow':_0x2ec228(0x251),'bent-up-arrow':_0x2ec228(0x276),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x2ec228(0x227),'curved-down-arrow':_0x2ec228(0x239),'striped-right-arrow':_0x2ec228(0x1de),'notched-right-arrow':_0x2ec228(0x1e4),'home-plate':_0x2ec228(0x223),'chevron':_0x2ec228(0x26d),'right-arrow-callout':_0x2ec228(0x222),'down-arrow-callout':_0x2ec228(0x1e8),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x2ec228(0x1cb),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x2ec228(0x281),'circular-arrow':_0x2ec228(0x1ea),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x2ec228(0x262),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x2ec228(0x207),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x2ec228(0x253),'flow-chart-predefined-process':_0x2ec228(0x27e),'flow-chart-internal-storage':_0x2ec228(0x260),'flow-chart-document':_0x2ec228(0x282),'flow-chart-multidocument':_0x2ec228(0x1d2),'flow-chart-terminator':_0x2ec228(0x267),'flow-chart-preparation':_0x2ec228(0x23e),'flow-chart-manual-input':_0x2ec228(0x1ca),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':_0x2ec228(0x23c),'flow-chart-offpage-connector':_0x2ec228(0x26a),'flow-chart-punched-card':_0x2ec228(0x218),'flow-chart-punched-tape':_0x2ec228(0x25d),'flow-chart-summing-junction':_0x2ec228(0x244),'flow-chart-or':_0x2ec228(0x23a),'flow-chart-collate':_0x2ec228(0x26c),'flow-chart-sort':_0x2ec228(0x200),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x2ec228(0x261),'flow-chart-online-storage':_0x2ec228(0x1f9),'flow-chart-delay':_0x2ec228(0x206),'flow-chart-magnetic-tape':_0x2ec228(0x232),'flow-chart-magnetic-disk':_0x2ec228(0x209),'flow-chart-magnetic-drum':_0x2ec228(0x249),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x2ec228(0x20b),'irregular-seal2':_0x2ec228(0x27c),'star4':_0x2ec228(0x22d),'star5':_0x2ec228(0x25b),'star6':_0x2ec228(0x21b),'star7':_0x2ec228(0x21d),'star8':_0x2ec228(0x202),'star10':_0x2ec228(0x1c7),'star12':'星形:十二角','star16':_0x2ec228(0x22a),'star24':_0x2ec228(0x1f2),'star32':_0x2ec228(0x1d5),'ribbon2':_0x2ec228(0x1e5),'ribbon':_0x2ec228(0x21c),'ellipse-ribbon2':_0x2ec228(0x247),'ellipse-ribbon':_0x2ec228(0x220),'vertical-scroll':_0x2ec228(0x1fe),'horizontal-scroll':_0x2ec228(0x1ed),'wave':'波形','double-wave':_0x2ec228(0x1d4),'wedge-rect-callout':_0x2ec228(0x1f4),'wedge-round-rect-callout':_0x2ec228(0x235),'wedge-ellipse-callout':_0x2ec228(0x233),'cloud-callout':_0x2ec228(0x25c),'border-callout1':_0x2ec228(0x1c6),'border-callout2':_0x2ec228(0x1fd),'border-callout3':_0x2ec228(0x216),'accent-callout1':_0x2ec228(0x22e),'accent-callout2':_0x2ec228(0x24e),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x2ec228(0x1da),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x2ec228(0x278),'accent-border-callout1':_0x2ec228(0x1d7),'accent-border-callout2':_0x2ec228(0x228),'accent-border-callout3':_0x2ec228(0x205),'left-circular-arrow':_0x2ec228(0x1f0),'left-right-circular-arrow':_0x2ec228(0x203),'swoosh-arrow':_0x2ec228(0x231),'left-right-ribbon':_0x2ec228(0x234),'pie-wedge':_0x2ec228(0x21a),'funnel':'漏斗','gear6':'6齒齒輪','gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x2ec228(0x272),'action-button-forward-next':_0x2ec228(0x225),'action-button-beginning':_0x2ec228(0x1cf),'action-button-end':_0x2ec228(0x204),'action-button-home':_0x2ec228(0x23d),'action-button-information':'信息按鈕','action-button-return':_0x2ec228(0x26e),'action-button-movie':_0x2ec228(0x1fc),'action-button-document':'文檔按鈕','action-button-sound':_0x2ec228(0x27a),'action-button-help':_0x2ec228(0x1f3),'action-button-blank':_0x2ec228(0x230),'chart-plus':_0x2ec228(0x1ef),'chart-star':'圖表星號','chart-x':_0x2ec228(0x238),'flow-chart-offline-storage':_0x2ec228(0x1fb),'line-inv':_0x2ec228(0x242),'plaque-tabs':_0x2ec228(0x24f),'square-tabs':_0x2ec228(0x236),'up-down-arrow-callout':_0x2ec228(0x25e)}}}};}));function _0x48c3(){var _0x39db1b=['箭頭:圓角右','流程圖:磁盤','將圖片平鋪為紋理','爆炸形:8pt','5mrmnzr','新月形','靠左對齊','偏移量\x20Y','插入...','左中括號','漸層填充','8BrBRsm','左大括號','草繪樣式','標註:雙彎曲線形','矩形:單圓角','流程圖:卡片','圓柱形','餅形楔','星形:六角','帶形:前凸','星形:七角','公式形狀','46823ZOzHXk','帶形:前凸彎','隨形狀旋轉','標註:右箭頭','五邊形','箭頭:左','前進/下一個按鈕','流程圖','箭頭:上弧形','標註:彎曲線形(帶邊框和強調線)','縱向文字方塊','星形:十六角','虛線類型','矩形:剪去對角','星形:四角','標註:線形(帶強調線)','圖案填充','空白按鈕','彎曲箭頭','流程圖:順序訪問存儲器','對話氣泡:圓形','左右帶形','對話氣泡:圓角矩形','方形標籤','1508370dWWXiw','圖表X','箭頭:下弧形','流程圖:或者','靠上對齊','流程圖:接點','主頁按鈕','流程圖:準備','菱形箭頭','重置顏色','雙箭頭曲線','線反向','右下對齊','流程圖:匯總連接','455063ohbUgA','exports','帶形:上凸彎','十二邊形','流程圖:直接訪問存儲器','半閉框','851049usaVdN','空心弧','剪去單角矩形','標註:彎曲線形(帶強調線)','牌匾標籤','矩形:對角圓角','箭頭:直角雙向','垂直對齊','流程圖:數據','隱藏形狀面板','雙括號','橫向文字方塊','非等腰梯形','縮放\x20X','直線箭頭','UniverProSheetsShapeUiZhTW','星形:五角','氣泡:雲','流程圖:資料帶','上下箭頭標註','矩形:剪去頂角','流程圖:內部貯存','流程圖:合併','不等號','長虛線-點-點','11887002JhhKZH','逆時針\x2090\x20度旋轉','矩形:折角','流程圖:終止','箭頭:上下','圖文框','流程圖:離頁連接符','function','流程圖:對照','箭頭:V型','返回按鈕','靠下對齊','圖形樣式','十字形','返回/上一個按鈕','縮放\x20Y','置中對齊','起點箭頭類型','箭頭:直角上','圖片來源','標註:雙彎曲線形(無邊框)','741342qyphLs','聲音按鈕','圖片或紋理填充','爆炸形:14pt','十邊形','流程圖:預定義過程','裁切為形狀','順時針\x2090\x20度旋轉','標註:十字箭頭','流程圖:文檔','雙箭頭直線','直角三角形','縮小字型','頂部對齊','左下對齊','標註:線形','星形:十角','開放箭頭','雙箭頭折線','流程圖:手動輸入','標註:上箭頭','漸層線','太陽形','八邊形','開始按鈕','刪除形狀','箭頭:十字','流程圖:多文檔','箭頭:手杖形','雙波形','星形:三十二角','透明度','標註:線形(帶邊框和強調線)','曲線:箭頭','終點箭頭大小','標註:線形(無邊框)','垂直置中','字型大小','等腰三角形','箭頭:虛尾','1256hHhpdM','切換文本竖排','對齊方式','缺角矩形','無線條','箭頭:燕尾形','帶形:上凸','箭頭:左右','禁止符','標註:下箭頭','淚滴形','箭頭:環形','右中括號','31513610NuvRsO','卷形:水平','右大括號','圖表加號','左圓形箭頭','箭頭:下','星形:二十四角','幫助按鈕','對話氣泡:矩形','折線:箭頭','箭頭:上','amd','箭頭:丁字','流程圖:存儲數據','終點箭頭類型','流程圖:離線存儲','電影按鈕','標註:彎曲線形','卷形:垂直','橢圓箭頭','流程圖:排序','純色填充','星形:八角','左右圓形箭頭','結束按鈕','標註:雙彎曲線形(帶邊框和強調線)','流程圖:延期','流程圖:可選過程'];_0x48c3=function(){return _0x39db1b;};return _0x48c3();}
|
|
1
|
+
function _0x3b73(_0x379976,_0x1bfdc8){_0x379976=_0x379976-0x15f;var _0x22f257=_0x22f2();var _0x3b7305=_0x22f257[_0x379976];return _0x3b7305;}function _0x22f2(){var _0x5a8cae=['返回按鈕','流程圖:磁盤','空白按鈕','標註:彎曲線形','終點箭頭類型','直線箭頭','靠左對齊','對話氣泡:圓角矩形','星形:四角','流程圖:數據','1086723ZMDipU','插入...','端點類型','幫助按鈕','圖案填充','標註:線形(帶強調線)','縮小字型','1750GYsZIG','漸層線','星形:六角','流程圖:準備','餅形楔','雙箭頭曲線','重置顏色','卷形:垂直','標註:彎曲線形(無邊框)','格式化形狀','十二邊形','流程圖:卡片','頂部對齊','雙括號','公式形狀','八邊形','標註:十字箭頭','垂直置中','矩形:一個圓頂角,剪去另一個頂角','圖形位置','切換文本竖排','箭頭:環形','Bold','UniverProSheetsShapeUiZhTW','返回/上一個按鈕','星形:八角','星形:七角','不完整圓','曲線:箭頭','爆炸形:8pt','圖表X','星形:十二角','菱形箭頭','星形:三十二角','矩形:圓頂角','左上對齊','箭頭:右弧形','帶形:前凸彎','隱藏形狀面板','標註:線形(無邊框)','Align\x20Right','242593gZfvxJ','標註:上箭頭','方形標籤','箭頭:V型','底部對齊','虛線-點','箭頭:上','標註:下箭頭','水平對齊','24zcvKgr','七邊形','立方體','左圓形箭頭','彎曲箭頭','橫向文字方塊','流程圖','矩形:單圓角','167391rBkTxM','插入形狀','裁切為形狀','結束按鈕','太陽形','缺角矩形','星形:十角','左中括號','箭頭:上下','等腰三角形','流程圖:手動輸入','新月形','矩形:剪去頂角','流程圖:離線存儲','終點箭頭大小','氣泡:雲','半閉框','透明度','縮放\x20X','長虛線-點','流程圖:過程','箭頭:下','圖片來源','聲音按鈕','左下對齊','帶形:上凸','Justify','箭頭:直角雙向','圓柱形','將圖片平鋪為紋理','縮放\x20Y','禁止符','信息按鈕','十字形','前進/下一個按鈕','開放箭頭','流程圖:內部貯存','圖文框','流程圖:多文檔','流程圖:順序訪問存儲器','123736TLejsM','流程圖:直接訪問存儲器','左大括號','五邊形','直角三角形','24UzVooH','折線:箭頭','箭頭:丁字','星形:五角','基本形狀','靠上對齊','對話氣泡:圓形','流程圖:離頁連接符','標註:雙彎曲線形','起點箭頭類型','標註:右箭頭','流程圖:文檔','Italic','矩形:剪去對角','exports','9齒齒輪','amd','流程圖:可選過程','1287730muXsae','336090mpZOEf','箭頭:左','順時針\x2090\x20度旋轉','箭頭總匯','右對齊','function','圓:空心','6齒齒輪','箭頭:十字','線反向','星形:十六角','流程圖:預定義過程','空心弧','矩形:對角圓角','上下箭頭標註','流程圖:或者','流程圖:終止','Text\x20Background\x20color','雙波形','箭頭:左右','標註:雙彎曲線形(帶邊框和強調線)','4230qoauhs','標註:雙彎曲線形(帶強調線)','標註:左箭頭','右下對齊','流程圖:接點','靠下對齊','文檔按鈕','流程圖:匯總連接','隱形箭頭','箭頭:虛尾','流程圖:顯示','箭頭:直角上','牌匾標籤','流程圖:存儲數據','雙大括號','箭頭:燕尾形','流程圖:合併','打開形狀面板','Strikethrough','圖表星號','圖形樣式','填滿色彩','開始按鈕','流程圖:決策','平行四邊形','箭頭:上弧形','不等號','流程圖:排序','無顏色','右大括號','Align\x20Left','隨形狀旋轉','縱向文字方塊','標註:線形(帶邊框和強調線)','字型大小','圓角矩形'];_0x22f2=function(){return _0x5a8cae;};return _0x22f2();}(function(_0x562b50,_0x5652da){var _0x1b4ed7=_0x3b73,_0x1f5cbf=_0x562b50();while(!![]){try{var _0x8222fe=-parseInt(_0x1b4ed7(0x220))/0x1+parseInt(_0x1b4ed7(0x195))/0x2+-parseInt(_0x1b4ed7(0x16d))/0x3*(-parseInt(_0x1b4ed7(0x165))/0x4)+parseInt(_0x1b4ed7(0x1ac))/0x5+-parseInt(_0x1b4ed7(0x1c2))/0x6*(-parseInt(_0x1b4ed7(0x1f7))/0x7)+-parseInt(_0x1b4ed7(0x19a))/0x8*(parseInt(_0x1b4ed7(0x1f0))/0x9)+-parseInt(_0x1b4ed7(0x1ad))/0xa;if(_0x8222fe===_0x5652da)break;else _0x1f5cbf['push'](_0x1f5cbf['shift']());}catch(_0x40fee8){_0x1f5cbf['push'](_0x1f5cbf['shift']());}}}(_0x22f2,0x2ee03),function(_0x514530,_0x499154){var _0x45f656=_0x3b73;typeof exports=='object'&&typeof module<'u'?module[_0x45f656(0x1a8)]=_0x499154():typeof define==_0x45f656(0x1b2)&&define[_0x45f656(0x1aa)]?define([],_0x499154):(_0x514530=typeof globalThis<'u'?globalThis:_0x514530||self,_0x514530[_0x45f656(0x20e)]=_0x499154());}(this,function(){var _0x8b3df4=_0x3b73;return{'sheets-shape-ui':{'align':{'top':_0x8b3df4(0x19f),'middle':_0x8b3df4(0x208),'bottom':_0x8b3df4(0x1c7),'left':_0x8b3df4(0x1ec),'center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x8b3df4(0x164)},'fillColor':{'main':_0x8b3df4(0x1d7)},'fontSize':_0x8b3df4(0x1e4),'fontSizeIncrease':'放大字型','fontSizeDecrease':_0x8b3df4(0x1f6),'alignLeft':_0x8b3df4(0x1e0),'alignCenter':'Align\x20Center','alignRight':_0x8b3df4(0x21f),'alignJustify':_0x8b3df4(0x187),'bold':_0x8b3df4(0x20d),'italic':_0x8b3df4(0x1a6),'underline':'Underline','strikethrough':_0x8b3df4(0x1d4),'textColor':'Text\x20color','textBackgroundColor':_0x8b3df4(0x1be),'resetColor':_0x8b3df4(0x1fd)},'imagePanel':{'crop':{'shape':_0x8b3df4(0x16f)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x8b3df4(0x16e),'openPanel':_0x8b3df4(0x1d3),'deleteShape':'刪除形狀','hidePanel':_0x8b3df4(0x21d),'formatShape':_0x8b3df4(0x200),'shapeStyle':_0x8b3df4(0x1d6),'shapePosition':_0x8b3df4(0x20a),'toggleFlipH':'切換水平翻轉','toggleFlipV':'切換垂直翻轉','rotateRight90':_0x8b3df4(0x1af),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x8b3df4(0x20b),'fill':{'title':'填充','noFill':_0x8b3df4(0x1de),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x8b3df4(0x1f4),'color':'顏色','transparency':_0x8b3df4(0x17e),'picture':{'source':_0x8b3df4(0x183),'insert':_0x8b3df4(0x1f1),'tileAsTexture':_0x8b3df4(0x18a),'offsetX':'偏移量\x20X','offsetY':'偏移量\x20Y','scaleX':_0x8b3df4(0x17f),'scaleY':_0x8b3df4(0x18b),'alignment':'對齊方式','rotateWithShape':_0x8b3df4(0x1e1),'align':{'tl':_0x8b3df4(0x21a),'t':_0x8b3df4(0x203),'tr':'右上對齊','l':'左對齊','ctr':'置中對齊','r':_0x8b3df4(0x1b1),'bl':_0x8b3df4(0x185),'b':_0x8b3df4(0x160),'br':_0x8b3df4(0x1c5)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x8b3df4(0x1f8),'color':'顏色','transparency':_0x8b3df4(0x17e),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x8b3df4(0x161),'longDash':'長虛線','longDashDot':_0x8b3df4(0x180),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x8b3df4(0x1f2),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x8b3df4(0x1a3),'beginArrowSize':'起點箭頭大小','endArrowType':_0x8b3df4(0x1ea),'endArrowSize':_0x8b3df4(0x17b),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x8b3df4(0x190),'stealthArrow':_0x8b3df4(0x1ca),'diamondArrow':_0x8b3df4(0x217),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x8b3df4(0x19e),'blockArrow':_0x8b3df4(0x1b0),'equationShape':_0x8b3df4(0x205),'flowchart':_0x8b3df4(0x16b),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x8b3df4(0x1eb),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x8b3df4(0x19b),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x8b3df4(0x213),'curved-connector3-arrow2':_0x8b3df4(0x1fc),'rect':'矩形','round-rect':_0x8b3df4(0x1e5),'snip1-rect':'剪去單角矩形','snip2-same-rect':_0x8b3df4(0x179),'snip2-diag-rect':_0x8b3df4(0x1a7),'snip-round-rect':_0x8b3df4(0x209),'round1-rect':_0x8b3df4(0x16c),'round2-same-rect':_0x8b3df4(0x219),'round2-diag-rect':_0x8b3df4(0x1ba),'rect-textbox-horizontal':_0x8b3df4(0x16a),'rect-textbox-vertical':_0x8b3df4(0x1e2),'ellipse':'橢圓','triangle':_0x8b3df4(0x176),'rt-triangle':_0x8b3df4(0x199),'parallelogram':_0x8b3df4(0x1da),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x8b3df4(0x198),'hexagon':'六邊形','heptagon':_0x8b3df4(0x166),'octagon':_0x8b3df4(0x206),'decagon':'十邊形','dodecagon':_0x8b3df4(0x201),'pie':_0x8b3df4(0x212),'chord':'弦形','teardrop':'淚滴形','frame':_0x8b3df4(0x192),'half-frame':_0x8b3df4(0x17d),'corner':'L形','diag-stripe':'斜紋','plus':_0x8b3df4(0x18e),'plaque':_0x8b3df4(0x172),'can':_0x8b3df4(0x189),'cube':_0x8b3df4(0x167),'bevel':'矩形:棱台','donut':_0x8b3df4(0x1b3),'no-smoking':_0x8b3df4(0x18c),'block-arc':_0x8b3df4(0x1b9),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x8b3df4(0x171),'moon':_0x8b3df4(0x178),'cloud':'雲形','arc':'弧形','bracket-pair':_0x8b3df4(0x204),'brace-pair':_0x8b3df4(0x1d0),'left-bracket':_0x8b3df4(0x174),'right-bracket':'右中括號','left-brace':_0x8b3df4(0x197),'right-brace':_0x8b3df4(0x1df),'right-arrow':'箭頭:右','left-arrow':_0x8b3df4(0x1ae),'up-arrow':_0x8b3df4(0x162),'down-arrow':_0x8b3df4(0x182),'left-right-arrow':_0x8b3df4(0x1c0),'up-down-arrow':_0x8b3df4(0x175),'quad-arrow':_0x8b3df4(0x1b5),'left-right-up-arrow':_0x8b3df4(0x19c),'bent-arrow':'箭頭:圓角右','uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x8b3df4(0x188),'bent-up-arrow':_0x8b3df4(0x1cd),'curved-right-arrow':_0x8b3df4(0x21b),'curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x8b3df4(0x1db),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x8b3df4(0x1cb),'notched-right-arrow':_0x8b3df4(0x1d1),'home-plate':'五邊形','chevron':_0x8b3df4(0x15f),'right-arrow-callout':_0x8b3df4(0x1a4),'down-arrow-callout':_0x8b3df4(0x163),'left-arrow-callout':_0x8b3df4(0x1c4),'up-arrow-callout':_0x8b3df4(0x221),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x8b3df4(0x207),'circular-arrow':_0x8b3df4(0x20c),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x8b3df4(0x1dc),'flow-chart-process':_0x8b3df4(0x181),'flow-chart-alternate-process':_0x8b3df4(0x1ab),'flow-chart-decision':_0x8b3df4(0x1d9),'flow-chart-input-output':_0x8b3df4(0x1ef),'flow-chart-predefined-process':_0x8b3df4(0x1b8),'flow-chart-internal-storage':_0x8b3df4(0x191),'flow-chart-document':_0x8b3df4(0x1a5),'flow-chart-multidocument':_0x8b3df4(0x193),'flow-chart-terminator':_0x8b3df4(0x1bd),'flow-chart-preparation':_0x8b3df4(0x1fa),'flow-chart-manual-input':_0x8b3df4(0x177),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':_0x8b3df4(0x1c6),'flow-chart-offpage-connector':_0x8b3df4(0x1a1),'flow-chart-punched-card':_0x8b3df4(0x202),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x8b3df4(0x1c9),'flow-chart-or':_0x8b3df4(0x1bc),'flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x8b3df4(0x1dd),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x8b3df4(0x1d2),'flow-chart-online-storage':_0x8b3df4(0x1cf),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x8b3df4(0x194),'flow-chart-magnetic-disk':_0x8b3df4(0x1e7),'flow-chart-magnetic-drum':_0x8b3df4(0x196),'flow-chart-display':_0x8b3df4(0x1cc),'irregular-seal1':_0x8b3df4(0x214),'irregular-seal2':'爆炸形:14pt','star4':_0x8b3df4(0x1ee),'star5':_0x8b3df4(0x19d),'star6':_0x8b3df4(0x1f9),'star7':_0x8b3df4(0x211),'star8':_0x8b3df4(0x210),'star10':_0x8b3df4(0x173),'star12':_0x8b3df4(0x216),'star16':_0x8b3df4(0x1b7),'star24':'星形:二十四角','star32':_0x8b3df4(0x218),'ribbon2':_0x8b3df4(0x186),'ribbon':'帶形:前凸','ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x8b3df4(0x21c),'vertical-scroll':_0x8b3df4(0x1fe),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x8b3df4(0x1bf),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x8b3df4(0x1ed),'wedge-ellipse-callout':_0x8b3df4(0x1a0),'cloud-callout':_0x8b3df4(0x17c),'border-callout1':'標註:線形','border-callout2':_0x8b3df4(0x1e9),'border-callout3':_0x8b3df4(0x1a2),'accent-callout1':_0x8b3df4(0x1f5),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x8b3df4(0x1c3),'callout1':_0x8b3df4(0x21e),'callout2':_0x8b3df4(0x1ff),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x8b3df4(0x1e3),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x8b3df4(0x1c1),'left-circular-arrow':_0x8b3df4(0x168),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x8b3df4(0x169),'left-right-ribbon':'左右帶形','pie-wedge':_0x8b3df4(0x1fb),'funnel':'漏斗','gear6':_0x8b3df4(0x1b4),'gear9':_0x8b3df4(0x1a9),'corner-tabs':'角標','action-button-back-previous':_0x8b3df4(0x20f),'action-button-forward-next':_0x8b3df4(0x18f),'action-button-beginning':_0x8b3df4(0x1d8),'action-button-end':_0x8b3df4(0x170),'action-button-home':'主頁按鈕','action-button-information':_0x8b3df4(0x18d),'action-button-return':_0x8b3df4(0x1e6),'action-button-movie':'電影按鈕','action-button-document':_0x8b3df4(0x1c8),'action-button-sound':_0x8b3df4(0x184),'action-button-help':_0x8b3df4(0x1f3),'action-button-blank':_0x8b3df4(0x1e8),'chart-plus':'圖表加號','chart-star':_0x8b3df4(0x1d5),'chart-x':_0x8b3df4(0x215),'flow-chart-offline-storage':_0x8b3df4(0x17a),'line-inv':_0x8b3df4(0x1b6),'plaque-tabs':_0x8b3df4(0x1ce),'square-tabs':_0x8b3df4(0x222),'up-down-arrow-callout':_0x8b3df4(0x1bb)}}}};}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-shape-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shape and drawing UI integration for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -52,39 +52,36 @@
|
|
|
52
52
|
"files": [
|
|
53
53
|
"lib"
|
|
54
54
|
],
|
|
55
|
-
"engines": {
|
|
56
|
-
"node": ">=16.0.0",
|
|
57
|
-
"npm": ">=8.0.0"
|
|
58
|
-
},
|
|
59
55
|
"peerDependencies": {
|
|
60
56
|
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
61
57
|
"rxjs": ">=7.0.0"
|
|
62
58
|
},
|
|
63
59
|
"dependencies": {
|
|
64
|
-
"@univerjs/icons": "1.
|
|
65
|
-
"@univerjs-pro/engine-shape": "0.
|
|
66
|
-
"@univerjs-pro/
|
|
67
|
-
"@univerjs/
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/drawing
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/sheets": "0.
|
|
75
|
-
"@univerjs/sheets-drawing": "0.
|
|
76
|
-
"@univerjs/sheets
|
|
77
|
-
"@univerjs/
|
|
78
|
-
"@univerjs/ui": "0.
|
|
60
|
+
"@univerjs/icons": "1.12.0",
|
|
61
|
+
"@univerjs-pro/engine-shape": "1.0.0-alpha.0",
|
|
62
|
+
"@univerjs-pro/shape-editor-ui": "1.0.0-alpha.0",
|
|
63
|
+
"@univerjs-pro/sheets-shape": "1.0.0-alpha.0",
|
|
64
|
+
"@univerjs/core": "1.0.0-alpha.0",
|
|
65
|
+
"@univerjs/docs-ui": "1.0.0-alpha.0",
|
|
66
|
+
"@univerjs/design": "1.0.0-alpha.0",
|
|
67
|
+
"@univerjs/drawing": "1.0.0-alpha.0",
|
|
68
|
+
"@univerjs/docs": "1.0.0-alpha.0",
|
|
69
|
+
"@univerjs/drawing-ui": "1.0.0-alpha.0",
|
|
70
|
+
"@univerjs/sheets-drawing": "1.0.0-alpha.0",
|
|
71
|
+
"@univerjs/sheets-drawing-ui": "1.0.0-alpha.0",
|
|
72
|
+
"@univerjs/sheets": "1.0.0-alpha.0",
|
|
73
|
+
"@univerjs/engine-render": "1.0.0-alpha.0",
|
|
74
|
+
"@univerjs/ui": "1.0.0-alpha.0",
|
|
75
|
+
"@univerjs/sheets-ui": "1.0.0-alpha.0"
|
|
79
76
|
},
|
|
80
77
|
"devDependencies": {
|
|
81
|
-
"postcss": "^8.5.
|
|
78
|
+
"postcss": "^8.5.15",
|
|
82
79
|
"react": "18.3.1",
|
|
83
80
|
"rxjs": "7.8.2",
|
|
84
|
-
"tailwindcss": "
|
|
81
|
+
"tailwindcss": "3.4.17",
|
|
85
82
|
"typescript": "^6.0.3",
|
|
86
|
-
"vitest": "^4.1.
|
|
87
|
-
"@univerjs-infra/shared": "0.
|
|
83
|
+
"vitest": "^4.1.9",
|
|
84
|
+
"@univerjs-infra/shared": "1.0.0-alpha.0"
|
|
88
85
|
},
|
|
89
86
|
"scripts": {
|
|
90
87
|
"test": "vitest run",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export interface IShapeEditorProps {
|
|
2
|
-
containerWidth: number;
|
|
3
|
-
containerHeight: number;
|
|
4
|
-
scaleX: number;
|
|
5
|
-
scaleY: number;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Shape editor component - second layer DOM.
|
|
9
|
-
* Handles document editing, content height tracking, and vertical alignment.
|
|
10
|
-
*/
|
|
11
|
-
export declare const ShapeEditor: (props: IShapeEditorProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
export interface IShapePositionWrapperProps {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
onPositionUpdate?: (position: {
|
|
5
|
-
width: number;
|
|
6
|
-
height: number;
|
|
7
|
-
scaleX: number;
|
|
8
|
-
scaleY: number;
|
|
9
|
-
}) => void;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Position wrapper component that handles shape positioning in DOM.
|
|
13
|
-
* This is the first layer DOM that tracks shape position with scroll.
|
|
14
|
-
*/
|
|
15
|
-
export declare const ShapePositionWrapper: import("react").MemoExoticComponent<(props: IShapePositionWrapperProps) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { IEditingParams } from '../../../services/shape-text-editing.service';
|
|
2
|
-
import type { Nullable } from '@univerjs/core';
|
|
3
|
-
import type { Scene, SpreadsheetSkeleton } from '@univerjs/engine-render';
|
|
4
|
-
export interface IShapePosition {
|
|
5
|
-
left: number;
|
|
6
|
-
top: number;
|
|
7
|
-
width: number;
|
|
8
|
-
height: number;
|
|
9
|
-
angle: number;
|
|
10
|
-
scaleX: number;
|
|
11
|
-
scaleY: number;
|
|
12
|
-
}
|
|
13
|
-
export interface IShapePositionResult {
|
|
14
|
-
position: IShapePosition;
|
|
15
|
-
updatePosition: () => void;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Calculate shape position in DOM coordinates.
|
|
19
|
-
*/
|
|
20
|
-
export declare function calcShapePosition(shapeLeft: number, shapeTop: number, shapeWidth: number, shapeHeight: number, shapeAngle: number, scene: Scene, skeleton: SpreadsheetSkeleton): IShapePosition;
|
|
21
|
-
export interface IUseShapePositionOptions {
|
|
22
|
-
editingParams: Nullable<IEditingParams>;
|
|
23
|
-
scene: Nullable<Scene>;
|
|
24
|
-
skeleton: Nullable<SpreadsheetSkeleton>;
|
|
25
|
-
getShapeTransform: () => Nullable<{
|
|
26
|
-
left: number;
|
|
27
|
-
top: number;
|
|
28
|
-
width: number;
|
|
29
|
-
height: number;
|
|
30
|
-
angle: number;
|
|
31
|
-
}>;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Hook to calculate and track shape position in DOM coordinates.
|
|
35
|
-
* Handles freeze zones and scroll updates.
|
|
36
|
-
*/
|
|
37
|
-
export declare function useShapePosition(options: IUseShapePositionOptions): IShapePositionResult;
|
|
File without changes
|
|
File without changes
|