@univerjs-pro/collaboration-client 0.5.0-nightly.202411121606 → 0.5.0-nightly.202411141606
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/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/ru-RU.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-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/ru-RU.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-TW.js +1 -1
- package/lib/types/config/config.d.ts +48 -0
- package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +23 -0
- package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +22 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +38 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +24 -0
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +3 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +39 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +21 -0
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +18 -0
- package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +4 -0
- package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
- package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +54 -0
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +91 -0
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +303 -0
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +24 -0
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +18 -0
- package/lib/types/controllers/collaboration/utils/empty.d.ts +2 -0
- package/lib/types/controllers/config.schema.d.ts +29 -0
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +1 -0
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +22 -0
- package/lib/types/controllers/file-name/file-name.controller.d.ts +12 -0
- package/lib/types/controllers/telemetry.d.ts +11 -0
- package/lib/types/index.d.ts +35 -890
- package/lib/types/locale/en-US.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +39 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/models/cursor.d.ts +30 -0
- package/lib/types/plugin.d.ts +18 -0
- package/lib/types/services/auth-server/auth-server.service.d.ts +10 -0
- package/lib/types/services/auth-server/authz-io-http.service.d.ts +30 -0
- package/lib/types/services/auth-server/domain-request.service.d.ts +6 -0
- package/lib/types/services/auth-server/util.d.ts +1 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +59 -0
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +61 -0
- package/lib/types/services/color-assign/color-assign.service.d.ts +10 -0
- package/lib/types/services/comment/comment.service.d.ts +6 -0
- package/lib/types/services/image-remote/image-io.service.d.ts +34 -0
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +13 -0
- package/lib/types/services/local-cache/local-cache.service.d.ts +37 -0
- package/lib/types/services/member/member.service.d.ts +77 -0
- package/lib/types/services/permission/permission.service.d.ts +12 -0
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +13 -0
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +39 -0
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +21 -0
- package/lib/types/services/socket/collaboration-socket.service.d.ts +34 -0
- package/lib/types/services/socket/serialize.d.ts +3 -0
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +12 -0
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +13 -0
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +8 -0
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +19 -0
- package/lib/types/services/url/url.service.d.ts +12 -0
- package/lib/types/services/url/web-url.service.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.stories.d.ts +8 -0
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +27 -0
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +27 -0
- package/lib/types/views/shapes/text-bubble.shape.d.ts +19 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/ru-RU.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-TW.js +1 -1
- package/package.json +16 -16
package/lib/umd/locale/en-US.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
(function(
|
1
|
+
function _0x21c9(_0x279dba,_0xb4bd55){var _0x5282fe=_0x5282();return _0x21c9=function(_0x21c9eb,_0x1be99c){_0x21c9eb=_0x21c9eb-0x1b9;var _0x37b4cb=_0x5282fe[_0x21c9eb];return _0x37b4cb;},_0x21c9(_0x279dba,_0xb4bd55);}function _0x5282(){var _0x1324a2=['Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','UniverProCollaborationClientEnUS','2080dXVodR','10jWvmpp','34648ceceyD','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Syncing...','2181KDhofC','Synced','1uLgtAi','amd','3786588YBnMBy','301494RFzteq','Click\x20to\x20Reconnect','Local\x20file','Connection\x20failed,\x20please\x20check\x20your\x20network.','object','Collaboration\x20Conflict','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','339562AKmMDC','2517779FmLnzO','exports','791xAptAq','Authentication\x20Error','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','25igZctz','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Syncing\x20server\x20data...','337185QYwqqZ'];_0x5282=function(){return _0x1324a2;};return _0x5282();}(function(_0x357fc9,_0x4fe305){var _0x44663f=_0x21c9,_0x2fe641=_0x357fc9();while(!![]){try{var _0x15c5cd=parseInt(_0x44663f(0x1c8))/0x1*(-parseInt(_0x44663f(0x1d2))/0x2)+-parseInt(_0x44663f(0x1c6))/0x3*(parseInt(_0x44663f(0x1c1))/0x4)+-parseInt(_0x44663f(0x1bb))/0x5*(parseInt(_0x44663f(0x1cb))/0x6)+parseInt(_0x44663f(0x1d5))/0x7*(parseInt(_0x44663f(0x1c3))/0x8)+parseInt(_0x44663f(0x1be))/0x9+-parseInt(_0x44663f(0x1c2))/0xa*(-parseInt(_0x44663f(0x1d3))/0xb)+parseInt(_0x44663f(0x1ca))/0xc;if(_0x15c5cd===_0x4fe305)break;else _0x2fe641['push'](_0x2fe641['shift']());}catch(_0x4dee08){_0x2fe641['push'](_0x2fe641['shift']());}}}(_0x5282,0x42770),function(_0x1dfbe9,_0x2f049a){var _0x5d62d9=_0x21c9;typeof exports==_0x5d62d9(0x1cf)&&typeof module<'u'?module[_0x5d62d9(0x1d4)]=_0x2f049a():typeof define=='function'&&define[_0x5d62d9(0x1c9)]?define(_0x2f049a):(_0x1dfbe9=typeof globalThis<'u'?globalThis:_0x1dfbe9||self,_0x1dfbe9[_0x5d62d9(0x1c0)]=_0x2f049a());}(this,function(){'use strict';var _0x1f6a25=_0x21c9;return{'collab-client':{'tooltip':{'reconnect':_0x1f6a25(0x1cc)}},'collabStatus':{'fetchMiss':_0x1f6a25(0x1bd),'conflict':'Edit\x20conflicts','notCollab':_0x1f6a25(0x1cd),'synced':_0x1f6a25(0x1c7),'syncing':_0x1f6a25(0x1c5),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x1f6a25(0x1ce),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x1f6a25(0x1bf),'collaboration-timeout':_0x1f6a25(0x1bc)},'conflict':{'title':_0x1f6a25(0x1d0),'content':_0x1f6a25(0x1ba)},'permission':{'title':_0x1f6a25(0x1b9),'content':_0x1f6a25(0x1d1)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x1f6a25(0x1c4)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};}));
|
package/lib/umd/locale/fa-IR.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
(function(_0x4e3f90,_0x561046){var _0x16df3b=_0x29e9,_0x217a9f=_0x4e3f90();while(!![]){try{var _0x3b69b7=parseInt(_0x16df3b(0x111))/0x1+-parseInt(_0x16df3b(0x124))/0x2+-parseInt(_0x16df3b(0x10e))/0x3+-parseInt(_0x16df3b(0x11a))/0x4+parseInt(_0x16df3b(0x110))/0x5*(-parseInt(_0x16df3b(0x116))/0x6)+-parseInt(_0x16df3b(0x125))/0x7*(parseInt(_0x16df3b(0x11e))/0x8)+parseInt(_0x16df3b(0x112))/0x9*(parseInt(_0x16df3b(0x121))/0xa);if(_0x3b69b7===_0x561046)break;else _0x217a9f['push'](_0x217a9f['shift']());}catch(_0x161cea){_0x217a9f['push'](_0x217a9f['shift']());}}}(_0x2452,0x6a94b),function(_0x1d8a48,_0x419814){var _0x1744a1=_0x29e9;typeof exports==_0x1744a1(0x11c)&&typeof module<'u'?module['exports']=_0x419814():typeof define=='function'&&define[_0x1744a1(0x128)]?define(_0x419814):(_0x1d8a48=typeof globalThis<'u'?globalThis:_0x1d8a48||self,_0x1d8a48[_0x1744a1(0x129)]=_0x419814());}(this,function(){'use strict';var _0x4acdf1=_0x29e9;return{'collab-client':{'tooltip':{'reconnect':_0x4acdf1(0x11d)}},'collabStatus':{'fetchMiss':_0x4acdf1(0x11b),'conflict':_0x4acdf1(0x126),'notCollab':_0x4acdf1(0x119),'synced':'همگام\x20سازی','syncing':_0x4acdf1(0x122),'offline':_0x4acdf1(0x118)},'session':{'connection-failed':_0x4acdf1(0x10f),'will-retry':_0x4acdf1(0x120),'room-full':_0x4acdf1(0x127),'collaboration-timeout':_0x4acdf1(0x10d)},'conflict':{'title':_0x4acdf1(0x123),'content':_0x4acdf1(0x115)},'permission':{'title':_0x4acdf1(0x11f),'content':_0x4acdf1(0x117)},'collaboration':{'single-unit':{'warning':_0x4acdf1(0x113)},'closeRoom':_0x4acdf1(0x12a)},'auth':{'needGotoLoginAlert':_0x4acdf1(0x114)}};}));function _0x29e9(_0x19d276,_0xd98f00){var _0x24521c=_0x2452();return _0x29e9=function(_0x29e9fc,_0x5784e4){_0x29e9fc=_0x29e9fc-0x10d;var _0x365162=_0x24521c[_0x29e9fc];return _0x365162;},_0x29e9(_0x19d276,_0xd98f00);}function _0x2452(){var _0x3f58d0=['در\x20حال\x20همگام\x20سازی...','تداخل\x20همکاری','1454422TYUnzc','8666botvfI','تداخل\x20ویرایش','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','amd','UniverProCollaborationClientFaIR','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','2539518Qfnwup','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','40PbAOJu','834568hdDHun','9ccGUyX','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','202494KjHPRb','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','پرونده\x20محلی','1737828DMjnSF','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','object','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','2768lDcLEn','خطای\x20اعتبارسنجی','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','23085010MvOzDd'];_0x2452=function(){return _0x3f58d0;};return _0x2452();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function _0xc9e1(_0x5d0be0,_0x93fb62){var _0x57ace4=_0x57ac();return _0xc9e1=function(_0xc9e13a,_0x2bd220){_0xc9e13a=_0xc9e13a-0x17b;var _0x3872f6=_0x57ace4[_0xc9e13a];return _0x3872f6;},_0xc9e1(_0x5d0be0,_0x93fb62);}function _0x57ac(){var _0x21752b=['amd','Edit\x20conflicts','object','Authentication\x20Error','function','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','8649322NNhJhx','558678sbUsQn','Synced','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Connection\x20failed,\x20please\x20check\x20your\x20network.','2368224NreKnS','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','4899CFDZQU','30jwynKQ','Syncing\x20server\x20data...','Click\x20to\x20Reconnect','Collaboration\x20Conflict','549316Izonni','1XvhqvU','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','UniverProCollaborationClientRuRU','7WPDdcn','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','764QPkJyf','153165tQEXiC','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','63621iKmIkU','Local\x20file','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'];_0x57ac=function(){return _0x21752b;};return _0x57ac();}(function(_0x2e8719,_0x5c1e86){var _0x4219d9=_0xc9e1,_0x4bfe22=_0x2e8719();while(!![]){try{var _0x160672=-parseInt(_0x4219d9(0x18e))/0x1*(-parseInt(_0x4219d9(0x18d))/0x2)+-parseInt(_0x4219d9(0x188))/0x3*(-parseInt(_0x4219d9(0x193))/0x4)+-parseInt(_0x4219d9(0x194))/0x5+-parseInt(_0x4219d9(0x181))/0x6*(-parseInt(_0x4219d9(0x191))/0x7)+parseInt(_0x4219d9(0x186))/0x8+parseInt(_0x4219d9(0x196))/0x9*(parseInt(_0x4219d9(0x189))/0xa)+-parseInt(_0x4219d9(0x180))/0xb;if(_0x160672===_0x5c1e86)break;else _0x4bfe22['push'](_0x4bfe22['shift']());}catch(_0x237f3b){_0x4bfe22['push'](_0x4bfe22['shift']());}}}(_0x57ac,0x2bf06),function(_0xc6ce21,_0x1b7e03){var _0x1dcbe8=_0xc9e1;typeof exports==_0x1dcbe8(0x17c)&&typeof module<'u'?module['exports']=_0x1b7e03():typeof define==_0x1dcbe8(0x17e)&&define[_0x1dcbe8(0x199)]?define(_0x1b7e03):(_0xc6ce21=typeof globalThis<'u'?globalThis:_0xc6ce21||self,_0xc6ce21[_0x1dcbe8(0x190)]=_0x1b7e03());}(this,function(){'use strict';var _0x444459=_0xc9e1;return{'collab-client':{'tooltip':{'reconnect':_0x444459(0x18b)}},'collabStatus':{'fetchMiss':_0x444459(0x18a),'conflict':_0x444459(0x17b),'notCollab':_0x444459(0x197),'synced':_0x444459(0x182),'syncing':'Syncing...','offline':_0x444459(0x18f)},'session':{'connection-failed':_0x444459(0x185),'will-retry':_0x444459(0x192),'room-full':_0x444459(0x187),'collaboration-timeout':_0x444459(0x184)},'conflict':{'title':_0x444459(0x18c),'content':_0x444459(0x183)},'permission':{'title':_0x444459(0x17d),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0x444459(0x17f)},'closeRoom':_0x444459(0x198)},'auth':{'needGotoLoginAlert':_0x444459(0x195)}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function _0x489d(){var _0x401190=['Authentication\x20Error','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','UniverProCollaborationClientViVN','Syncing\x20server\x20data...','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','Collaboration\x20Conflict','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','36Ukemnm','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','617008flEaqX','366VoVcht','object','22370eYFVeB','amd','3592990cOTSdf','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','368OlVxlf','219307oqKXes','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','14282XEkyqd','Syncing...','171346XseHsa','9YeWoJJ','348DvfzTo','Edit\x20conflicts','272660MplNrv'];_0x489d=function(){return _0x401190;};return _0x489d();}function _0x52db(_0x512062,_0x54bb02){var _0x489d3a=_0x489d();return _0x52db=function(_0x52db42,_0x81bc1a){_0x52db42=_0x52db42-0xa2;var _0x27fe09=_0x489d3a[_0x52db42];return _0x27fe09;},_0x52db(_0x512062,_0x54bb02);}(function(_0x52edff,_0x541163){var _0x61b3fc=_0x52db,_0xf12973=_0x52edff();while(!![]){try{var _0x3053d8=parseInt(_0x61b3fc(0xb0))/0x1+-parseInt(_0x61b3fc(0xbb))/0x2*(-parseInt(_0x61b3fc(0xae))/0x3)+parseInt(_0x61b3fc(0xa4))/0x4+parseInt(_0x61b3fc(0xb3))/0x5*(parseInt(_0x61b3fc(0xb1))/0x6)+-parseInt(_0x61b3fc(0xbd))/0x7*(parseInt(_0x61b3fc(0xb8))/0x8)+parseInt(_0x61b3fc(0xbe))/0x9*(parseInt(_0x61b3fc(0xb5))/0xa)+parseInt(_0x61b3fc(0xb9))/0xb*(parseInt(_0x61b3fc(0xa2))/0xc);if(_0x3053d8===_0x541163)break;else _0xf12973['push'](_0xf12973['shift']());}catch(_0x3c71b8){_0xf12973['push'](_0xf12973['shift']());}}}(_0x489d,0xd0cdf),function(_0x4500e6,_0x189db7){var _0x5e77ed=_0x52db;typeof exports==_0x5e77ed(0xb2)&&typeof module<'u'?module['exports']=_0x189db7():typeof define=='function'&&define[_0x5e77ed(0xb4)]?define(_0x189db7):(_0x4500e6=typeof globalThis<'u'?globalThis:_0x4500e6||self,_0x4500e6[_0x5e77ed(0xa8)]=_0x189db7());}(this,function(){'use strict';var _0x36723a=_0x52db;return{'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x36723a(0xa9),'conflict':_0x36723a(0xa3),'notCollab':'Local\x20file','synced':_0x36723a(0xab),'syncing':_0x36723a(0xbc),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x36723a(0xb7),'room-full':_0x36723a(0xba),'collaboration-timeout':_0x36723a(0xaf)},'conflict':{'title':_0x36723a(0xac),'content':_0x36723a(0xa6)},'permission':{'title':_0x36723a(0xa5),'content':_0x36723a(0xb6)},'collaboration':{'single-unit':{'warning':_0x36723a(0xa7)},'closeRoom':_0x36723a(0xaa)},'auth':{'needGotoLoginAlert':_0x36723a(0xad)}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function _0x195e(){var _0x281a68=['666420EKBIzn','object','UniverProCollaborationClientZhCN','连接失败,将在一会儿之后重试连接','2kSisKz','220649jfNjYm','1852TYGsFE','22053053yUGprn','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','本地文件','已离线,编辑将在本地缓存','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','权限错误','1140453IYqnrR','协同房间已满,你的编辑将在本地缓存','amd','协同冲突','保存中...','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','425vHIRxm','3013199GJiPMb','点击重新连接','1642536ibxDjL','exports','已同步','6szQybm','24wfNvBv','编辑冲突','正在拉取服务端数据...'];_0x195e=function(){return _0x281a68;};return _0x195e();}function _0x3ad1(_0x1ff649,_0xec6b84){var _0x195e54=_0x195e();return _0x3ad1=function(_0x3ad1b4,_0x408e71){_0x3ad1b4=_0x3ad1b4-0xd6;var _0x254a7e=_0x195e54[_0x3ad1b4];return _0x254a7e;},_0x3ad1(_0x1ff649,_0xec6b84);}(function(_0x4c16d5,_0xf0a57b){var _0x10269e=_0x3ad1,_0x54febf=_0x4c16d5();while(!![]){try{var _0x1aef1c=parseInt(_0x10269e(0xed))/0x1*(-parseInt(_0x10269e(0xec))/0x2)+-parseInt(_0x10269e(0xe1))/0x3+-parseInt(_0x10269e(0xee))/0x4*(parseInt(_0x10269e(0xde))/0x5)+-parseInt(_0x10269e(0xe4))/0x6*(parseInt(_0x10269e(0xdf))/0x7)+-parseInt(_0x10269e(0xe5))/0x8*(parseInt(_0x10269e(0xd8))/0x9)+-parseInt(_0x10269e(0xe8))/0xa+parseInt(_0x10269e(0xef))/0xb;if(_0x1aef1c===_0xf0a57b)break;else _0x54febf['push'](_0x54febf['shift']());}catch(_0x27cb17){_0x54febf['push'](_0x54febf['shift']());}}}(_0x195e,0x4e239),function(_0x24a982,_0x197254){var _0x134fb5=_0x3ad1;typeof exports==_0x134fb5(0xe9)&&typeof module<'u'?module[_0x134fb5(0xe2)]=_0x197254():typeof define=='function'&&define[_0x134fb5(0xda)]?define(_0x197254):(_0x24a982=typeof globalThis<'u'?globalThis:_0x24a982||self,_0x24a982[_0x134fb5(0xea)]=_0x197254());}(this,function(){'use strict';var _0x2fb47f=_0x3ad1;return{'collab-client':{'tooltip':{'reconnect':_0x2fb47f(0xe0)}},'collabStatus':{'fetchMiss':_0x2fb47f(0xe7),'conflict':_0x2fb47f(0xe6),'notCollab':_0x2fb47f(0xf1),'synced':_0x2fb47f(0xe3),'syncing':_0x2fb47f(0xdc),'offline':_0x2fb47f(0xf2)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0x2fb47f(0xeb),'room-full':_0x2fb47f(0xd9),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':_0x2fb47f(0xdb),'content':_0x2fb47f(0xf0)},'permission':{'title':_0x2fb47f(0xd7),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':_0x2fb47f(0xd6)},'closeRoom':'由于协同房间被关闭,编辑权限被收回。'},'auth':{'needGotoLoginAlert':_0x2fb47f(0xdd)}};}));
|
package/lib/umd/locale/zh-TW.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
(function(
|
1
|
+
function _0x233d(){var _0x22d769=['Syncing\x20server\x20data...','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','UniverProCollaborationClientZhTW','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','50nlERsC','exports','3996795wwwttu','Local\x20file','4655928iQAZdV','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Collaboration\x20Conflict','6zNCYIU','2792qUqNqx','45jplOYE','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','amd','function','Authentication\x20Error','5656021LzBmoU','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Edit\x20conflicts','4254745vtPENR','Click\x20to\x20Reconnect','24574btChOl','object','16452ReDpmO','3438633rqDrTR'];_0x233d=function(){return _0x22d769;};return _0x233d();}function _0x4a66(_0x24dd9e,_0x1bde1e){var _0x233d4d=_0x233d();return _0x4a66=function(_0x4a66c0,_0x486726){_0x4a66c0=_0x4a66c0-0xd8;var _0x2e7ee5=_0x233d4d[_0x4a66c0];return _0x2e7ee5;},_0x4a66(_0x24dd9e,_0x1bde1e);}(function(_0x2c1991,_0x4e854e){var _0x58d786=_0x4a66,_0x4d977c=_0x2c1991();while(!![]){try{var _0x3f93f1=parseInt(_0x58d786(0xef))/0x1*(-parseInt(_0x58d786(0xdd))/0x2)+-parseInt(_0x58d786(0xe0))/0x3+parseInt(_0x58d786(0xe9))/0x4+parseInt(_0x58d786(0xdb))/0x5+-parseInt(_0x58d786(0xed))/0x6*(parseInt(_0x58d786(0xf4))/0x7)+parseInt(_0x58d786(0xee))/0x8*(-parseInt(_0x58d786(0xdf))/0x9)+parseInt(_0x58d786(0xe5))/0xa*(parseInt(_0x58d786(0xe7))/0xb);if(_0x3f93f1===_0x4e854e)break;else _0x4d977c['push'](_0x4d977c['shift']());}catch(_0x515560){_0x4d977c['push'](_0x4d977c['shift']());}}}(_0x233d,0xa79db),function(_0xc6207e,_0x4ffc){var _0xd29a32=_0x4a66;typeof exports==_0xd29a32(0xde)&&typeof module<'u'?module[_0xd29a32(0xe6)]=_0x4ffc():typeof define==_0xd29a32(0xf2)&&define[_0xd29a32(0xf1)]?define(_0x4ffc):(_0xc6207e=typeof globalThis<'u'?globalThis:_0xc6207e||self,_0xc6207e[_0xd29a32(0xe3)]=_0x4ffc());}(this,function(){'use strict';var _0x3f0b0f=_0x4a66;return{'collab-client':{'tooltip':{'reconnect':_0x3f0b0f(0xdc)}},'collabStatus':{'fetchMiss':_0x3f0b0f(0xe1),'conflict':_0x3f0b0f(0xda),'notCollab':_0x3f0b0f(0xe8),'synced':'Synced','syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x3f0b0f(0xe2),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x3f0b0f(0xea)},'conflict':{'title':_0x3f0b0f(0xec),'content':_0x3f0b0f(0xe4)},'permission':{'title':_0x3f0b0f(0xf3),'content':_0x3f0b0f(0xd8)},'collaboration':{'single-unit':{'warning':_0x3f0b0f(0xd9)},'closeRoom':_0x3f0b0f(0xeb)},'auth':{'needGotoLoginAlert':_0x3f0b0f(0xf0)}};}));
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@univerjs-pro/collaboration-client",
|
3
|
-
"version": "0.5.0-nightly.
|
3
|
+
"version": "0.5.0-nightly.202411141606",
|
4
4
|
"private": false,
|
5
5
|
"description": "Univer Collaboration Client",
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
@@ -55,22 +55,22 @@
|
|
55
55
|
"clsx": "^2.1.1",
|
56
56
|
"crypto-js": "4.2.0",
|
57
57
|
"uuid": "^11.0.2",
|
58
|
-
"@univerjs-pro/
|
59
|
-
"@univerjs-pro/
|
60
|
-
"@univerjs/
|
61
|
-
"@univerjs/
|
62
|
-
"@univerjs/
|
63
|
-
"@univerjs/
|
64
|
-
"@univerjs/
|
65
|
-
"@univerjs/
|
66
|
-
"@univerjs/network": "0.5.0-nightly.
|
58
|
+
"@univerjs-pro/license": "0.5.0-nightly.202411141606",
|
59
|
+
"@univerjs-pro/collaboration": "0.5.0-nightly.202411141606",
|
60
|
+
"@univerjs/core": "0.5.0-nightly.202411141606",
|
61
|
+
"@univerjs/docs": "0.5.0-nightly.202411141606",
|
62
|
+
"@univerjs/design": "0.5.0-nightly.202411141606",
|
63
|
+
"@univerjs/docs-ui": "0.5.0-nightly.202411141606",
|
64
|
+
"@univerjs/drawing": "0.5.0-nightly.202411141606",
|
65
|
+
"@univerjs/engine-formula": "0.5.0-nightly.202411141606",
|
66
|
+
"@univerjs/network": "0.5.0-nightly.202411141606",
|
67
|
+
"@univerjs/engine-render": "0.5.0-nightly.202411141606",
|
67
68
|
"@univerjs/protocol": "0.1.39-alpha.38",
|
68
|
-
"@univerjs/
|
69
|
-
"@univerjs/
|
70
|
-
"@univerjs/
|
71
|
-
"@univerjs/
|
72
|
-
"@univerjs/
|
73
|
-
"@univerjs/ui": "0.5.0-nightly.202411121606"
|
69
|
+
"@univerjs/rpc": "0.5.0-nightly.202411141606",
|
70
|
+
"@univerjs/sheets": "0.5.0-nightly.202411141606",
|
71
|
+
"@univerjs/sheets-ui": "0.5.0-nightly.202411141606",
|
72
|
+
"@univerjs/telemetry": "0.5.0-nightly.202411141606",
|
73
|
+
"@univerjs/ui": "0.5.0-nightly.202411141606"
|
74
74
|
},
|
75
75
|
"devDependencies": {
|
76
76
|
"@types/crypto-js": "^4.2.2",
|