@univerjs-pro/sheets-print 0.25.1 → 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- 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/facade.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/facade.js +1 -1
- 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/common/constant.d.ts +0 -1
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/menu.d.ts +5 -4
- package/lib/types/controllers/sheet-print.controller.d.ts +6 -6
- package/lib/types/index.d.ts +2 -1
- package/lib/types/locale/en-US.d.ts +1 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/sheet-print-dialog.service.d.ts +16 -0
- package/lib/types/services/sheet-print.service.d.ts +4 -3
- package/lib/types/views/components/PrintGridSidebar.d.ts +1 -1
- package/lib/types/views/components/SheetPrintView.d.ts +2 -1
- package/lib/types/views/components/footer-header-editor/Grid.d.ts +1 -1
- package/lib/types/views/components/footer-header-editor/index.d.ts +1 -1
- package/lib/types/views/components/hover-menu/index.d.ts +3 -3
- package/lib/umd/facade.js +1 -1
- 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 +18 -19
- /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/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x71cd(_0x57be1e,_0x14ef0a){_0x57be1e=_0x57be1e-0x139;var _0x2220d5=_0x2220();var _0x71cd57=_0x2220d5[_0x57be1e];return _0x71cd57;}(function(_0x215d26,_0x362f82){var _0x821582=_0x71cd,_0x4c4c7b=_0x215d26();while(!![]){try{var _0x4fa8aa=parseInt(_0x821582(0x15a))/0x1*(-parseInt(_0x821582(0x14e))/0x2)+-parseInt(_0x821582(0x17d))/0x3*(parseInt(_0x821582(0x14b))/0x4)+parseInt(_0x821582(0x148))/0x5*(-parseInt(_0x821582(0x17a))/0x6)+parseInt(_0x821582(0x152))/0x7+parseInt(_0x821582(0x16a))/0x8+-parseInt(_0x821582(0x173))/0x9+-parseInt(_0x821582(0x155))/0xa*(-parseInt(_0x821582(0x147))/0xb);if(_0x4fa8aa===_0x362f82)break;else _0x4c4c7b['push'](_0x4c4c7b['shift']());}catch(_0x5bbe59){_0x4c4c7b['push'](_0x4c4c7b['shift']());}}}(_0x2220,0xd0fcd),function(_0x471467,_0x6ad0a0){var _0x172e62=_0x71cd;typeof exports==_0x172e62(0x149)&&typeof module<'u'?module[_0x172e62(0x14c)]=_0x6ad0a0():typeof define==_0x172e62(0x141)&&define['amd']?define([],_0x6ad0a0):(_0x471467=typeof globalThis<'u'?globalThis:_0x471467||self,_0x471467[_0x172e62(0x13d)]=_0x6ad0a0());}(this,function(){var _0x4f8d4e=_0x71cd;return{'sheets-print':{'permission':{'printErr':_0x4f8d4e(0x13f)},'header':{'total':_0x4f8d4e(0x178),'pages':'頁','cancel':'取消','next':_0x4f8d4e(0x139),'printing':_0x4f8d4e(0x181)},'menu':'列印','title':'列印','grid':{'title':_0x4f8d4e(0x13a),'showGrid':'顯示分頁符號','showGridLabel':_0x4f8d4e(0x15d),'closeAndHide':_0x4f8d4e(0x153)},'screenshot':{'title':'複製為圖片','success':_0x4f8d4e(0x143),'fail':_0x4f8d4e(0x158)},'size':{'title':_0x4f8d4e(0x142),'letter':_0x4f8d4e(0x145),'tabloid':_0x4f8d4e(0x167),'legal':_0x4f8d4e(0x16f),'statement':_0x4f8d4e(0x179),'executive':_0x4f8d4e(0x140),'folio':_0x4f8d4e(0x172),'a3':_0x4f8d4e(0x156),'a4':_0x4f8d4e(0x163),'a5':_0x4f8d4e(0x157),'b4':'B4\x20(9.84\x22\x20x\x2013.90\x22)','b5':_0x4f8d4e(0x166)},'margin':{'title':'邊距','normal':'標準','narrow':'窄','wide':'寬','custom':_0x4f8d4e(0x15e),'top':'上','bottom':'下','left':'左','right':'右'},'area':{'title':'列印','currentSheet':_0x4f8d4e(0x16e),'workbook':_0x4f8d4e(0x14f),'currentSelection':_0x4f8d4e(0x176),'maxRowsEachPage':_0x4f8d4e(0x161),'maxColumnsEachPage':_0x4f8d4e(0x16d),'limit':_0x4f8d4e(0x17b),'allSelection':_0x4f8d4e(0x14d)},'selection':{'title':_0x4f8d4e(0x177),'allWorkbook':_0x4f8d4e(0x160),'workbookUnit':'張工作表'},'scale':{'title':'縮放','normal':'標準\x20(100%)','fitWidth':'調整至頁面寬度','fitHeight':'調整至頁面高度','fitPage':'調整至頁面大小','custom':'自訂比例'},'orientation':{'title':_0x4f8d4e(0x17e),'landscape':'橫向','portrait':'直向'},'formatting':{'title':'格式設定','skeleton':'顯示格線','waterMark':_0x4f8d4e(0x14a)},'align':{'title':'對齊','horizontal':{'title':'水平對齊','middle':'置中','start':'靠左','end':'靠右'},'vertical':{'title':_0x4f8d4e(0x17f),'start':'靠上','end':'靠下','middle':'置中'}},'headerFooter':{'title':_0x4f8d4e(0x13c),'page':'頁碼','workbook':_0x4f8d4e(0x171),'sheet':'工作表名稱','date':_0x4f8d4e(0x15f),'time':_0x4f8d4e(0x15c),'customHeadFooter':'自訂頁首/頁尾','editCustomHeadFooter':_0x4f8d4e(0x168),'header':'頁首','footer':'頁尾','left':'左側','right':'右側','center':'中間','dateFormat':_0x4f8d4e(0x13e),'dateA':_0x4f8d4e(0x154),'dateB':'MM-DD','dateC':'L','dateD':_0x4f8d4e(0x170),'dateE':'YYYY/MM/DD','timeA':_0x4f8d4e(0x16b),'timeB':'HH:mm','timeC':'hh:mm:ss','timeD':_0x4f8d4e(0x174),'display':{'page':'頁碼','title':'活頁簿標題','sheet':'工作表名稱','dateA':_0x4f8d4e(0x17c),'dateB':_0x4f8d4e(0x169),'dateC':_0x4f8d4e(0x165),'dateD':_0x4f8d4e(0x180),'dateE':_0x4f8d4e(0x16c),'dateF':_0x4f8d4e(0x146),'timeA':_0x4f8d4e(0x159),'timeB':'時間B','timeC':'時間C','timeD':'時間D','sheetPage':'工作表頁碼','pageTotal':_0x4f8d4e(0x175),'sheetPageTotal':'工作表總頁數'},'placeholder':'點擊以新增文字','submit':'確定'},'freeze':{'title':_0x4f8d4e(0x144),'desc':_0x4f8d4e(0x164),'row':_0x4f8d4e(0x151),'column':_0x4f8d4e(0x162)},'limit':{'page':_0x4f8d4e(0x15b),'waterMark':_0x4f8d4e(0x13b),'link':_0x4f8d4e(0x150)}}};}));function _0x2220(){var _0x5f2a79=['116538aWhigf','活頁簿','https://pro.univer.ai','重複凍結的列','2596146fREGON','關閉並隱藏分頁線','YYYY-MM-DD','11152450GNmXke','A3\x20(11.69\x22\x20x\x2016.54\x22)','A5\x20(5.83\x22\x20x\x208.27\x22)','圖片複製到剪貼簿失敗!','時間A','9NeVvbw','免費版僅支援\x20{limit}\x20頁列印,進階功能請購買商業版!','目前時間','顯示分頁線','自訂义頁邊距','目前日期','所有工作表','每頁最大列數','重複凍結的欄','A4\x20(8.27\x22\x20x\x2011.69\x22)','前往\x20檢視\x20>\x20凍結\x20以選擇要在所有頁面重複的列/欄','日期C','B5\x20(6.93\x22\x20x\x209.84\x22)','Tabloid\x20(11\x22\x20x\x2017\x22)','編輯自訂頁首/頁尾','日期B','5432848smwhht','HH:mm:ss','日期E','每頁最大欄數','目前工作表','Legal\x20(8.5\x22\x20x\x2014\x22)','MM/DD','活頁簿標題','Folio\x20(8.5\x22\x20x\x2013\x22)','11655009KYVAkf','hh:mm','總頁數','已選取的儲存格','選取範圍','總計:','Statement\x20(5.5\x22\x20x\x208.5\x22)','36XSdNTt','列與欄限制','日期A','3KcAHqr','頁面方向','垂直對齊','日期D','列印中,請勿關閉頁面','下一步','列印版面配置','Univer\x20免費版本,由\x20univer.ai\x20提供支援。','頁首和頁尾','UniverProSheetsPrintZhTW','日期格式','該工作表已被保護,目前無列印權限。如需列印,請聯絡創作者。\x20','Executive\x20(7.25\x22\x20x\x2010.5\x22)','function','紙張大小','圖片已成功複製到剪貼簿!','列與欄標題','Letter\x20(8.5\x22\x20x\x2011\x22)','日期F','33zqWwlk','972315BPpeax','object','顯示浮水印','2214024WawfcI','exports','所有選取的儲存格'];_0x2220=function(){return _0x5f2a79;};return _0x2220();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-print",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-alpha.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Print integration for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -67,29 +67,28 @@
|
|
|
67
67
|
"rxjs": ">=7.0.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@univerjs/icons": "1.
|
|
71
|
-
"@univerjs-pro/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs
|
|
75
|
-
"@univerjs
|
|
76
|
-
"@univerjs/docs": "0.
|
|
77
|
-
"@univerjs/
|
|
78
|
-
"@univerjs/
|
|
79
|
-
"@univerjs/
|
|
80
|
-
"@univerjs/sheets": "0.
|
|
81
|
-
"@univerjs/sheets-ui": "0.
|
|
82
|
-
"@univerjs/ui": "0.
|
|
70
|
+
"@univerjs/icons": "1.14.0",
|
|
71
|
+
"@univerjs-pro/collaboration-client": "1.0.0-alpha.1",
|
|
72
|
+
"@univerjs-pro/license": "1.0.0-alpha.1",
|
|
73
|
+
"@univerjs-pro/print": "1.0.0-alpha.1",
|
|
74
|
+
"@univerjs/core": "1.0.0-alpha.1",
|
|
75
|
+
"@univerjs/design": "1.0.0-alpha.1",
|
|
76
|
+
"@univerjs/docs": "1.0.0-alpha.1",
|
|
77
|
+
"@univerjs/docs-ui": "1.0.0-alpha.1",
|
|
78
|
+
"@univerjs/engine-render": "1.0.0-alpha.1",
|
|
79
|
+
"@univerjs/network": "1.0.0-alpha.1",
|
|
80
|
+
"@univerjs/sheets": "1.0.0-alpha.1",
|
|
81
|
+
"@univerjs/sheets-ui": "1.0.0-alpha.1",
|
|
82
|
+
"@univerjs/ui": "1.0.0-alpha.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"
|
|
86
|
-
"postcss": "^8.5.14",
|
|
85
|
+
"postcss": "^8.5.15",
|
|
87
86
|
"react": "18.3.1",
|
|
88
87
|
"rxjs": "7.8.2",
|
|
89
|
-
"tailwindcss": "
|
|
88
|
+
"tailwindcss": "3.4.17",
|
|
90
89
|
"typescript": "^6.0.3",
|
|
91
|
-
"vitest": "^4.1.
|
|
92
|
-
"@univerjs-infra/shared": "0.
|
|
90
|
+
"vitest": "^4.1.9",
|
|
91
|
+
"@univerjs-infra/shared": "1.0.0-alpha.1"
|
|
93
92
|
},
|
|
94
93
|
"scripts": {
|
|
95
94
|
"test": "vitest run",
|
|
File without changes
|
|
File without changes
|