@univerjs-pro/collaboration-client 0.1.9 → 0.1.11
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 -4
- package/lib/es/index.js +1 -3626
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +4 -4
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +7 -7
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +3 -3
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +7 -7
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +3 -3
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +3 -3
- package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +1 -1
- package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +11 -11
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +8 -8
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +14 -14
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +2 -2
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +5 -5
- package/lib/types/index.d.ts +4 -0
- package/lib/types/models/cursor.d.ts +1 -1
- package/lib/types/plugin.d.ts +6 -2
- package/lib/types/services/auth-server/auth-server.service.d.ts +1 -1
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +6 -6
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +1 -1
- package/lib/types/services/local-cache/local-cache.service.d.ts +3 -3
- package/lib/types/services/member/member.service.d.ts +1 -1
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +1 -1
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +1 -1
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +2 -2
- package/lib/types/services/socket/collaboration-socket.service.d.ts +4 -4
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +2 -2
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +1 -1
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +1 -1
- package/lib/types/services/url/web-url.service.d.ts +2 -2
- package/lib/types/views/components/CollabStatus.d.ts +1 -1
- package/lib/types/views/components/CollabStatus.stories.d.ts +2 -2
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +1 -1
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +1 -1
- package/lib/umd/index.js +1 -4
- package/package.json +30 -30
package/lib/es/index.js
CHANGED
@@ -1,3626 +1 @@
|
|
1
|
-
var ws = Object.defineProperty;
|
2
|
-
var Ms = (i, e, t) => e in i ? ws(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
3
|
-
var l = (i, e, t) => (Ms(i, typeof e != "symbol" ? e + "" : e, t), t);
|
4
|
-
import { Disposable as X, toDisposable as T, UniverInstanceType as M, IUniverInstanceService as k, DisposableCollection as Jt, IConfigService as z, ILogService as D, ISnapshotServerService as qt, RxDisposable as L, LocaleService as H, ILocalStorageService as Ds, Tools as P, ICommandService as O, TextX as Ns, UniverPermissionService as Ke, IUndoRedoService as J, sequenceExecute as As, OnLifecycle as ee, LifecycleStages as te, CommandType as Zt, Rectangle as Us, ThemeService as Qt, Workbook as ks, textEncoder as Mt, b64DecodeUnicode as Dt, LocalUndoRedoService as Ls, IContextService as $s, COLORS as De, ColorKit as Ps, Plugin as xs } from "@univerjs/core";
|
5
|
-
import { MessageType as be } from "@univerjs/design";
|
6
|
-
import { IBeforeCloseService as es, IMessageService as Me, INotificationService as Hs, useObservable as js, DesktopUIPart as Bs, IUIController as Vs } from "@univerjs/ui";
|
7
|
-
import { CollaborationEvent as m, parseChangesetToProtocol as Fs, RevisionService as $, isTransformMutationFailure as Le, isTransformMutationsWithChangesetSuccess as _e, ITransformService as W, mapDocumentTypeToUniverType as ts, isTransformChangesetsSuccess as St, CompressMutationService as vt, parseProtocolChangeset as Nt, SnapshotService as Ws, isTransformMutationsWithChangesetFailure as At } from "@univerjs-pro/collaboration";
|
8
|
-
import { createIdentifier as pt, Inject as _, Injector as I, Optional as Ye } from "@wendellhu/redi";
|
9
|
-
import { merge as Ct, Subject as ae, BehaviorSubject as U, distinctUntilChanged as Gs, fromEvent as ss, of as Te, takeUntil as R, debounceTime as is, filter as Ut, switchMap as ot, combineLatest as ns, shareReplay as Ks, mapTo as Ys, concatMap as Xs } from "rxjs";
|
10
|
-
import { map as ce, takeUntil as It, take as $e, filter as kt, delay as Lt, shareReplay as zs, switchMap as rs } from "rxjs/operators";
|
11
|
-
import { IMEInputManagerService as Qe, TextSelectionManagerService as os, serializeTextRange as as, DocStateChangeManagerService as Js, SetTextSelectionsOperation as qs, RichTextEditingMutation as Zs, getDocObject as Qs, DocSkeletonManagerService as ei } from "@univerjs/docs";
|
12
|
-
import { HTTPService as Re, WebSocketService as cs, IHTTPImplementation as ti, XHRHTTPImplementation as si, ThresholdInterceptorFactory as ii } from "@univerjs/network";
|
13
|
-
import { SelectionManagerService as hs, SetSelectionsOperation as at, InsertSheetMutation as ni, RefRangeService as ri, EffectRefRangId as j, handleIRemoveRow as oi, handleIRemoveCol as ai, handleMoveRange as ci, handleInsertRow as hi, handleInsertRangeMoveRight as li, handleInsertRangeMoveDown as _i, handleInsertCol as ui, handleDeleteRangeMoveUp as di, handleDeleteRangeMoveLeft as gi, runRefRangeMutations as mi, SetWorksheetActivateCommand as fi } from "@univerjs/sheets";
|
14
|
-
import { deserializeRangeWithSheet as Si, serializeRangeWithSheet as vi } from "@univerjs/engine-formula";
|
15
|
-
import Et from "lodash/debounce";
|
16
|
-
import { Shape as ls, Rect as ct, Vector2 as $t, IRenderManagerService as _s, NodePositionConvertToCursor as pi, getColor as Ne, TEXT_RANGE_LAYER_INDEX as Ae, RegularPolygon as Ci } from "@univerjs/engine-render";
|
17
|
-
import { VIEWPORT_KEY as Ii, getCoordByCell as Pt, getSheetObject as Ei, SheetSkeletonManagerService as bi } from "@univerjs/sheets-ui";
|
18
|
-
import { useDependency as Ti, connectInjector as Ri } from "@wendellhu/redi/react-bindings";
|
19
|
-
import oe, { forwardRef as bt, useRef as yi, createElement as Tt } from "react";
|
20
|
-
import Oi from "clsx";
|
21
|
-
import { IRemoteInstanceService as wi } from "@univerjs/rpc";
|
22
|
-
var x = /* @__PURE__ */ ((i) => (i[i.UNIVER_UNKNOWN = 0] = "UNIVER_UNKNOWN", i[i.UNIVER_DOC = 1] = "UNIVER_DOC", i[i.UNIVER_SHEET = 2] = "UNIVER_SHEET", i[i.UNIVER_SLIDE = 3] = "UNIVER_SLIDE", i[i.UNRECOGNIZED = -1] = "UNRECOGNIZED", i))(x || {}), C = /* @__PURE__ */ ((i) => (i[i.UNKNOWN_CMD = 0] = "UNKNOWN_CMD", i[i.HELLO = 1] = "HELLO", i[i.JOIN = 2] = "JOIN", i[i.LEAVE = 3] = "LEAVE", i[i.INGEST = 4] = "INGEST", i[i.HEARTBEAT = 5] = "HEARTBEAT", i[i.RECV = 6] = "RECV", i[i.UNRECOGNIZED = -1] = "UNRECOGNIZED", i))(C || {}), Rt = /* @__PURE__ */ ((i) => (i[i.UNKNOWN_CODE = 0] = "UNKNOWN_CODE", i[i.OK = 1] = "OK", i[i.FAIL = 2] = "FAIL", i[i.UNRECOGNIZED = -1] = "UNRECOGNIZED", i))(Rt || {}), Mi = (i, e, t, s) => {
|
23
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
24
|
-
(o = i[r]) && (n = o(n) || n);
|
25
|
-
return n;
|
26
|
-
}, Di = (i, e) => (t, s) => e(t, s, i);
|
27
|
-
let Z = class extends X {
|
28
|
-
constructor(e) {
|
29
|
-
super();
|
30
|
-
l(this, "_roomMembers", /* @__PURE__ */ new Map());
|
31
|
-
l(this, "_currentUser", null);
|
32
|
-
this._univerInstanceService = e, this.disposeWithMe(
|
33
|
-
T(
|
34
|
-
Ct(
|
35
|
-
this._univerInstanceService.getTypeOfUnitDisposed$(M.UNIVER_SHEET).pipe(ce((t) => t.getUnitId())),
|
36
|
-
this._univerInstanceService.getTypeOfUnitDisposed$(M.UNIVER_DOC).pipe(ce((t) => t.getUnitId())),
|
37
|
-
this._univerInstanceService.getTypeOfUnitDisposed$(M.UNIVER_SLIDE).pipe(ce((t) => t.getUnitId()))
|
38
|
-
).subscribe((t) => this._removeRoom(t))
|
39
|
-
)
|
40
|
-
);
|
41
|
-
}
|
42
|
-
setCurrentUser(e) {
|
43
|
-
this._currentUser = e;
|
44
|
-
}
|
45
|
-
getCurrentUser() {
|
46
|
-
return this._currentUser;
|
47
|
-
}
|
48
|
-
updateMember(e, t) {
|
49
|
-
let s = this._roomMembers.get(e);
|
50
|
-
s || (s = new Ni(), this._roomMembers.set(e, s)), s.updateMember(t);
|
51
|
-
}
|
52
|
-
removeMember(e, t) {
|
53
|
-
const s = this._roomMembers.get(e);
|
54
|
-
s && s.removeMember(t);
|
55
|
-
}
|
56
|
-
getRoom(e) {
|
57
|
-
return this._roomMembers.get(e);
|
58
|
-
}
|
59
|
-
getMember(e, t) {
|
60
|
-
const s = this._roomMembers.get(e);
|
61
|
-
if (s)
|
62
|
-
return s.getMember(t);
|
63
|
-
}
|
64
|
-
_removeRoom(e) {
|
65
|
-
const t = this._roomMembers.get(e);
|
66
|
-
t && (t.dispose(), this._roomMembers.delete(e));
|
67
|
-
}
|
68
|
-
dispose() {
|
69
|
-
this._roomMembers.forEach((e) => e.dispose()), this._roomMembers.clear();
|
70
|
-
}
|
71
|
-
};
|
72
|
-
Z = Mi([
|
73
|
-
Di(0, k)
|
74
|
-
], Z);
|
75
|
-
class Ni extends X {
|
76
|
-
constructor() {
|
77
|
-
super(...arguments);
|
78
|
-
l(this, "_members", /* @__PURE__ */ new Map());
|
79
|
-
}
|
80
|
-
dispose() {
|
81
|
-
this._members.clear();
|
82
|
-
}
|
83
|
-
updateMember(t) {
|
84
|
-
this._members.set(t.memberID, t);
|
85
|
-
}
|
86
|
-
removeMember(t) {
|
87
|
-
this._members.delete(t);
|
88
|
-
}
|
89
|
-
getMember(t) {
|
90
|
-
return this._members.get(t);
|
91
|
-
}
|
92
|
-
}
|
93
|
-
function Ai(i) {
|
94
|
-
var s, n, r;
|
95
|
-
const e = i.data, t = JSON.parse(e);
|
96
|
-
switch (t.cmd) {
|
97
|
-
case C.HEARTBEAT:
|
98
|
-
case C.HELLO: {
|
99
|
-
const o = t.infoRsp;
|
100
|
-
return { ...t, data: o, cmd: t.cmd };
|
101
|
-
}
|
102
|
-
case C.JOIN: {
|
103
|
-
const o = t.joinRsp;
|
104
|
-
return { ...t, data: o, cmd: t.cmd };
|
105
|
-
}
|
106
|
-
case C.RECV: {
|
107
|
-
const o = t.collaMsg;
|
108
|
-
switch (o.eventID) {
|
109
|
-
case m.CHANGESET_ACK:
|
110
|
-
return {
|
111
|
-
...t,
|
112
|
-
data: { ...o, data: (s = o.csAckEvent) == null ? void 0 : s.cs },
|
113
|
-
cmd: t.cmd
|
114
|
-
};
|
115
|
-
case m.NEW_CHANGESETS:
|
116
|
-
return {
|
117
|
-
...t,
|
118
|
-
data: { ...o, data: (n = o.newCsEvent) == null ? void 0 : n.cs },
|
119
|
-
cmd: t.cmd
|
120
|
-
};
|
121
|
-
case m.CHANGESET_REJ:
|
122
|
-
return {
|
123
|
-
...t,
|
124
|
-
data: { ...o, data: (r = o.csRejEvent) == null ? void 0 : r.cs },
|
125
|
-
cmd: t.cmd
|
126
|
-
};
|
127
|
-
case m.UPDATE_CURSOR:
|
128
|
-
return {
|
129
|
-
...t,
|
130
|
-
data: { ...o, data: o.updateCursorEvent },
|
131
|
-
cmd: t.cmd
|
132
|
-
};
|
133
|
-
case m.USERS_ENTER:
|
134
|
-
return {
|
135
|
-
...t,
|
136
|
-
data: { ...o, data: o.joinEvent },
|
137
|
-
cmd: t.cmd
|
138
|
-
};
|
139
|
-
case m.USERS_LEAVE:
|
140
|
-
return {
|
141
|
-
...t,
|
142
|
-
data: { ...o, data: o.leaveEvent },
|
143
|
-
cmd: t.cmd
|
144
|
-
};
|
145
|
-
case m.LIVESHARE_NEW_HOST:
|
146
|
-
return {
|
147
|
-
...t,
|
148
|
-
data: { ...o, data: o.liveShareNewHost },
|
149
|
-
cmd: t.cmd
|
150
|
-
};
|
151
|
-
case m.LIVESHARE_FETCH_OPERATIONS:
|
152
|
-
case m.LIVESHARE_OPERATION:
|
153
|
-
return {
|
154
|
-
...t,
|
155
|
-
data: { ...o, data: o.liveShareOperation },
|
156
|
-
cmd: t.cmd
|
157
|
-
};
|
158
|
-
case m.LIVESHARE_TERMINATE:
|
159
|
-
return {
|
160
|
-
...t,
|
161
|
-
data: { ...o, data: o.liveShareNewHost },
|
162
|
-
cmd: t.cmd
|
163
|
-
};
|
164
|
-
case m.MSG_FOR_ERROR:
|
165
|
-
return {
|
166
|
-
...t,
|
167
|
-
data: o,
|
168
|
-
cmd: t.cmd
|
169
|
-
};
|
170
|
-
default:
|
171
|
-
return t;
|
172
|
-
}
|
173
|
-
}
|
174
|
-
default:
|
175
|
-
return t;
|
176
|
-
}
|
177
|
-
}
|
178
|
-
function Ui(i) {
|
179
|
-
switch (i.cmd) {
|
180
|
-
case C.HEARTBEAT:
|
181
|
-
case C.HELLO:
|
182
|
-
return JSON.stringify({
|
183
|
-
cmd: i.cmd,
|
184
|
-
routeKey: i.routeKey
|
185
|
-
});
|
186
|
-
case C.INGEST: {
|
187
|
-
let e;
|
188
|
-
switch (i.data.eventID) {
|
189
|
-
case m.UPDATE_CURSOR: {
|
190
|
-
e = {
|
191
|
-
eventID: m.UPDATE_CURSOR,
|
192
|
-
updateCursorEvent: i.data.data
|
193
|
-
};
|
194
|
-
break;
|
195
|
-
}
|
196
|
-
case m.USERS_LEAVE: {
|
197
|
-
e = {
|
198
|
-
eventID: m.USERS_LEAVE,
|
199
|
-
leaveEvent: i.data.data
|
200
|
-
};
|
201
|
-
break;
|
202
|
-
}
|
203
|
-
case m.USERS_ENTER: {
|
204
|
-
e = {
|
205
|
-
eventID: m.USERS_ENTER,
|
206
|
-
joinEvent: i.data.data
|
207
|
-
};
|
208
|
-
break;
|
209
|
-
}
|
210
|
-
case m.LIVESHARE_NEW_HOST: {
|
211
|
-
e = {
|
212
|
-
eventID: m.LIVESHARE_NEW_HOST,
|
213
|
-
liveShareNewHost: i.data.data
|
214
|
-
};
|
215
|
-
break;
|
216
|
-
}
|
217
|
-
case m.LIVESHARE_OPERATION: {
|
218
|
-
e = {
|
219
|
-
eventID: m.LIVESHARE_OPERATION,
|
220
|
-
liveShareOperation: i.data.data
|
221
|
-
};
|
222
|
-
break;
|
223
|
-
}
|
224
|
-
case m.LIVESHARE_TERMINATE: {
|
225
|
-
e = {
|
226
|
-
eventID: m.LIVESHARE_TERMINATE,
|
227
|
-
liveShareTerminate: i.data.data
|
228
|
-
};
|
229
|
-
break;
|
230
|
-
}
|
231
|
-
case m.LIVESHARE_REQUEST_HOST: {
|
232
|
-
e = {
|
233
|
-
eventID: m.LIVESHARE_REQUEST_HOST,
|
234
|
-
liveShareRequestHost: i.data.data
|
235
|
-
};
|
236
|
-
break;
|
237
|
-
}
|
238
|
-
case m.LIVESHARE_FETCH_OPERATIONS: {
|
239
|
-
e = {
|
240
|
-
eventID: m.LIVESHARE_FETCH_OPERATIONS
|
241
|
-
};
|
242
|
-
break;
|
243
|
-
}
|
244
|
-
default:
|
245
|
-
e = {
|
246
|
-
eventID: i.data.eventID
|
247
|
-
};
|
248
|
-
}
|
249
|
-
return JSON.stringify({
|
250
|
-
cmd: i.cmd,
|
251
|
-
routeKey: i.routeKey,
|
252
|
-
collaMsg: e
|
253
|
-
});
|
254
|
-
}
|
255
|
-
case C.JOIN:
|
256
|
-
return JSON.stringify({
|
257
|
-
cmd: i.cmd,
|
258
|
-
routeKey: i.routeKey,
|
259
|
-
joinReq: i.data
|
260
|
-
});
|
261
|
-
case C.LEAVE:
|
262
|
-
return JSON.stringify({
|
263
|
-
cmd: i.cmd,
|
264
|
-
routeKey: i.routeKey,
|
265
|
-
leaveReq: i.data
|
266
|
-
});
|
267
|
-
default:
|
268
|
-
throw new Error("[serializeCombRequest]: should not fall into default branch!");
|
269
|
-
}
|
270
|
-
}
|
271
|
-
var ki = (i, e, t, s) => {
|
272
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
273
|
-
(o = i[r]) && (n = o(n) || n);
|
274
|
-
return n;
|
275
|
-
}, me = (i, e) => (t, s) => e(t, s, i);
|
276
|
-
const us = pt(
|
277
|
-
"univer-pro.collaboration-client-socket-service"
|
278
|
-
), Li = "COLLAB_SUBMIT_CHANGESET_URL", $i = "/universer-api/comb";
|
279
|
-
function Pi(i, e, t) {
|
280
|
-
return `${i}/${e}/unit/${t}/new_changes`;
|
281
|
-
}
|
282
|
-
let ht = class {
|
283
|
-
constructor(i, e, t, s, n) {
|
284
|
-
this._http = i, this._ws = e, this._configService = t, this._logService = s, this._snapshotServerService = n;
|
285
|
-
}
|
286
|
-
/**
|
287
|
-
* Create a socket that would connect to the remote collaboration server. It would throw an error when the socket cannot be created.
|
288
|
-
*
|
289
|
-
* @param URL The URL of the remote server.
|
290
|
-
*/
|
291
|
-
createSocket(i) {
|
292
|
-
const e = this._ws.createSocket(i);
|
293
|
-
if (!e)
|
294
|
-
throw new Error("[CollaborationSocketService]: failed to create socket!");
|
295
|
-
const t = new Jt(), s = new ae();
|
296
|
-
t.add(T(e.close$.subscribe((c) => s.next(c)))), t.add(T(() => s.complete()));
|
297
|
-
const n = new ae();
|
298
|
-
t.add(T(e.error$.subscribe((c) => n.next(c)))), t.add(T(() => n.complete()));
|
299
|
-
const r = new ae();
|
300
|
-
t.add(
|
301
|
-
T(
|
302
|
-
e.message$.subscribe((c) => {
|
303
|
-
const h = Ai(c);
|
304
|
-
r.next(h);
|
305
|
-
})
|
306
|
-
)
|
307
|
-
), t.add(T(() => r.complete()));
|
308
|
-
const o = () => {
|
309
|
-
n.next(new Event("connection error")), s.next(new CloseEvent("connection error")), a.close();
|
310
|
-
}, a = {
|
311
|
-
memberID: "",
|
312
|
-
close$: s.asObservable(),
|
313
|
-
error$: n.asObservable(),
|
314
|
-
open$: e.open$,
|
315
|
-
message$: r.asObservable(),
|
316
|
-
send: (c) => {
|
317
|
-
if (c.cmd === C.INGEST) {
|
318
|
-
if (c.data.eventID === m.SUBMIT_CHANGESET) {
|
319
|
-
this._submitChangeset(a, c.data).catch((h) => {
|
320
|
-
this._logService.error(h), o();
|
321
|
-
});
|
322
|
-
return;
|
323
|
-
}
|
324
|
-
if (c.data.eventID === m.FETCH_MISSING) {
|
325
|
-
const h = c.data;
|
326
|
-
this._fetchMissChangesets(h).then((u) => {
|
327
|
-
r.next({
|
328
|
-
cmd: C.RECV,
|
329
|
-
code: Rt.OK,
|
330
|
-
routeKey: h.data.unitID,
|
331
|
-
routeType: "",
|
332
|
-
data: {
|
333
|
-
eventID: m.PSEUDO_FETCH_MISSING_RESULT,
|
334
|
-
data: {
|
335
|
-
changesets: u
|
336
|
-
}
|
337
|
-
}
|
338
|
-
});
|
339
|
-
}).catch((u) => {
|
340
|
-
this._logService.error(u), o();
|
341
|
-
});
|
342
|
-
return;
|
343
|
-
}
|
344
|
-
}
|
345
|
-
e.send(Ui(c));
|
346
|
-
},
|
347
|
-
close: () => {
|
348
|
-
e.close(), t.dispose();
|
349
|
-
}
|
350
|
-
};
|
351
|
-
return a;
|
352
|
-
}
|
353
|
-
async _submitChangeset(i, e) {
|
354
|
-
var a;
|
355
|
-
const { unitType: t, unitID: s, changeset: n } = e.data, r = {
|
356
|
-
unitID: s,
|
357
|
-
memberID: i.memberID,
|
358
|
-
type: t,
|
359
|
-
changeset: Fs(n)
|
360
|
-
}, o = Pi(
|
361
|
-
(a = this._configService.getConfig(Li)) != null ? a : $i,
|
362
|
-
t,
|
363
|
-
s
|
364
|
-
);
|
365
|
-
try {
|
366
|
-
await this._http.post(o, { body: r });
|
367
|
-
} catch (c) {
|
368
|
-
throw this._logService.error("[CollaborationSession]", "submit changeset error!"), c;
|
369
|
-
}
|
370
|
-
}
|
371
|
-
async _fetchMissChangesets(i) {
|
372
|
-
const { unitID: e, from: t, to: s, unitType: n } = i.data;
|
373
|
-
return (await this._snapshotServerService.fetchMissingChangesets({ metadata: void 0 }, {
|
374
|
-
unitID: e,
|
375
|
-
type: n,
|
376
|
-
from: t,
|
377
|
-
to: s
|
378
|
-
})).changesets;
|
379
|
-
}
|
380
|
-
};
|
381
|
-
ht = ki([
|
382
|
-
me(0, _(Re)),
|
383
|
-
me(1, _(cs)),
|
384
|
-
me(2, z),
|
385
|
-
me(3, D),
|
386
|
-
me(4, qt)
|
387
|
-
], ht);
|
388
|
-
var ds = (i, e, t, s) => {
|
389
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
390
|
-
(o = i[r]) && (n = o(n) || n);
|
391
|
-
return n;
|
392
|
-
}, N = (i, e) => (t, s) => e(t, s, i), he = /* @__PURE__ */ ((i) => (i[i.IDLE = 0] = "IDLE", i[i.JOINING = 1] = "JOINING", i[i.OFFLINE = 2] = "OFFLINE", i[i.ONLINE = 3] = "ONLINE", i))(he || {});
|
393
|
-
const xi = "COLLAB_WEB_SOCKET_URL", Hi = "ws://127.0.0.1:8000/universer-api/comb/connect", ji = "HEARTBEAT_INTERVAL", Bi = 3e4, gs = "HEARTBEAT_TIMEOUT", ms = 1e4, Vi = "RETRY_CONNECTING_INTERVAL", Fi = 2e4, Wi = "RETRY_CONNECTING_MAX_COUNT", Gi = 3;
|
394
|
-
let lt = class extends L {
|
395
|
-
constructor(e, t, s, n, r, o, a, c) {
|
396
|
-
super();
|
397
|
-
l(this, "_sessionStatus$", new U(
|
398
|
-
0
|
399
|
-
/* IDLE */
|
400
|
-
));
|
401
|
-
l(this, "sessionStatus$", this._sessionStatus$.asObservable());
|
402
|
-
l(this, "_event$", new ae());
|
403
|
-
l(this, "event$", this._event$.asObservable());
|
404
|
-
l(this, "_socket");
|
405
|
-
l(this, "_socketMessageSubscription");
|
406
|
-
l(this, "_collaborationTimeoutTimer");
|
407
|
-
this._unitID = e, this._logService = s, this._beforeCloseService = n, this._messageService = r, this._configService = o, this._localeService = a, this._memberService = c, t.pipe(It(this.dispose$)).subscribe((h) => {
|
408
|
-
var u;
|
409
|
-
typeof h > "u" || (this._socket = h, h ? (this._joinRoom(h), this._socketMessageSubscription = this._socket.message$.subscribe((d) => {
|
410
|
-
d.routeKey === this._unitID && this._onCombEvent(d);
|
411
|
-
})) : (this._sessionStatus$.next(
|
412
|
-
2
|
413
|
-
/* OFFLINE */
|
414
|
-
), (u = this._socketMessageSubscription) == null || u.unsubscribe(), this._socketMessageSubscription = null));
|
415
|
-
}), this.disposeWithMe(
|
416
|
-
this._beforeCloseService.registerOnClose(() => {
|
417
|
-
var h;
|
418
|
-
(h = this._socket) == null || h.send({ cmd: C.LEAVE, data: { roomID: this._unitID } });
|
419
|
-
})
|
420
|
-
);
|
421
|
-
}
|
422
|
-
get sessionStatus() {
|
423
|
-
return this._sessionStatus$.getValue();
|
424
|
-
}
|
425
|
-
getMemberID() {
|
426
|
-
var e, t;
|
427
|
-
return (t = (e = this._socket) == null ? void 0 : e.memberID) != null ? t : null;
|
428
|
-
}
|
429
|
-
dispose() {
|
430
|
-
super.dispose(), this.dispose$.next(), this.dispose$.complete();
|
431
|
-
}
|
432
|
-
_onCombEvent(e) {
|
433
|
-
e.cmd === C.JOIN ? this._onJoinRoomEvent(e) : e.cmd === C.RECV && this._onRecvEvent(e);
|
434
|
-
}
|
435
|
-
_joinRoom(e) {
|
436
|
-
this._sessionStatus$.next(
|
437
|
-
1
|
438
|
-
/* JOINING */
|
439
|
-
), e.send({
|
440
|
-
cmd: C.JOIN,
|
441
|
-
routeKey: this._unitID,
|
442
|
-
routeType: "",
|
443
|
-
data: {
|
444
|
-
rooms: [
|
445
|
-
{
|
446
|
-
roomID: this._unitID
|
447
|
-
}
|
448
|
-
]
|
449
|
-
}
|
450
|
-
});
|
451
|
-
}
|
452
|
-
_onJoinRoomEvent(e) {
|
453
|
-
var s;
|
454
|
-
if (e.code === Rt.FAIL) {
|
455
|
-
this._messageService.show({
|
456
|
-
type: be.Warning,
|
457
|
-
content: this._localeService.t("session.room-full")
|
458
|
-
}), this._sessionStatus$.next(
|
459
|
-
2
|
460
|
-
/* OFFLINE */
|
461
|
-
);
|
462
|
-
return;
|
463
|
-
}
|
464
|
-
this._sessionStatus$.next(
|
465
|
-
3
|
466
|
-
/* ONLINE */
|
467
|
-
);
|
468
|
-
const t = (s = e.data.roomInfos[this._unitID]) == null ? void 0 : s.members;
|
469
|
-
t && t.forEach((n) => this._memberService.updateMember(this._unitID, n));
|
470
|
-
}
|
471
|
-
_onRecvEvent(e) {
|
472
|
-
try {
|
473
|
-
const t = e.data;
|
474
|
-
switch (t.eventID) {
|
475
|
-
case m.USERS_ENTER:
|
476
|
-
this._onUserJoin(t), this._event$.next(t);
|
477
|
-
break;
|
478
|
-
case m.USERS_LEAVE:
|
479
|
-
this._onUserLeave(t), this._event$.next(t);
|
480
|
-
break;
|
481
|
-
case m.CHANGESET_ACK:
|
482
|
-
this._clearCollaborationTimeoutTimer(), this._event$.next(t);
|
483
|
-
break;
|
484
|
-
case m.MSG_FOR_ERROR:
|
485
|
-
this._logService.error(`save fail reason is ${JSON.stringify(t)}`), this._event$.next(t);
|
486
|
-
break;
|
487
|
-
default:
|
488
|
-
this._event$.next(t);
|
489
|
-
}
|
490
|
-
} catch (t) {
|
491
|
-
this._logService.error(t, e);
|
492
|
-
}
|
493
|
-
}
|
494
|
-
_onUserJoin(e) {
|
495
|
-
this._memberService.updateMember(this._unitID, e.data);
|
496
|
-
}
|
497
|
-
_onUserLeave(e) {
|
498
|
-
this._memberService.removeMember(this._unitID, e.data.memberID);
|
499
|
-
}
|
500
|
-
/**
|
501
|
-
* Send event to the collaboration server.
|
502
|
-
*/
|
503
|
-
async send(e, t) {
|
504
|
-
if (this.sessionStatus !== 3 || !this._socket)
|
505
|
-
throw new Error("[CollaborationSession]: should not send message when the session is offline!");
|
506
|
-
try {
|
507
|
-
e.eventID === m.NEW_CHANGESETS && this._scheduleCollaborationTimeoutTimer(), this._socket.send({
|
508
|
-
cmd: C.INGEST,
|
509
|
-
routeKey: t,
|
510
|
-
routeType: "",
|
511
|
-
data: e
|
512
|
-
});
|
513
|
-
} catch (s) {
|
514
|
-
this._logService.error(s);
|
515
|
-
}
|
516
|
-
}
|
517
|
-
_scheduleCollaborationTimeoutTimer() {
|
518
|
-
var e;
|
519
|
-
this._collaborationTimeoutTimer = window.setTimeout(() => {
|
520
|
-
this._collaborationTimeoutTimer = null, this._messageService.show({
|
521
|
-
type: be.Error,
|
522
|
-
content: this._localeService.t("session.collaboration-timeout")
|
523
|
-
});
|
524
|
-
}, (e = this._configService.getConfig(gs)) != null ? e : ms);
|
525
|
-
}
|
526
|
-
_clearCollaborationTimeoutTimer() {
|
527
|
-
this._collaborationTimeoutTimer && (clearTimeout(this._collaborationTimeoutTimer), this._collaborationTimeoutTimer = null);
|
528
|
-
}
|
529
|
-
};
|
530
|
-
lt = ds([
|
531
|
-
N(2, D),
|
532
|
-
N(3, es),
|
533
|
-
N(4, Me),
|
534
|
-
N(5, z),
|
535
|
-
N(6, _(H)),
|
536
|
-
N(7, _(Z))
|
537
|
-
], lt);
|
538
|
-
let ye = class extends X {
|
539
|
-
constructor(e, t, s, n, r, o) {
|
540
|
-
super();
|
541
|
-
/**
|
542
|
-
* Socket for collaboration sessions. Session are by unitID but the socket is share by collaboration sessions.
|
543
|
-
*/
|
544
|
-
l(this, "_socket$", new U(void 0));
|
545
|
-
l(this, "_sessions", /* @__PURE__ */ new Map());
|
546
|
-
l(this, "_status$", new U(
|
547
|
-
0
|
548
|
-
/* IDLE */
|
549
|
-
));
|
550
|
-
l(this, "status$", this._status$.asObservable());
|
551
|
-
l(this, "_socketReady", !1);
|
552
|
-
l(this, "_sendHeartbeatTimer");
|
553
|
-
l(this, "_timeoutTimer");
|
554
|
-
l(this, "_retryConnectingTimer");
|
555
|
-
l(this, "_retryCount", 0);
|
556
|
-
this._injector = e, this._localeService = t, this._messageService = s, this._logService = n, this._configService = r, this._socketService = o;
|
557
|
-
}
|
558
|
-
get _socket() {
|
559
|
-
return this._socket$.getValue();
|
560
|
-
}
|
561
|
-
dispose() {
|
562
|
-
super.dispose(), this._sessions.forEach((e) => e.dispose()), this._sessions.clear(), this._status$.complete();
|
563
|
-
}
|
564
|
-
/**
|
565
|
-
* Require a collaboration session.
|
566
|
-
* @param unitID
|
567
|
-
* @returns a collaboration session.
|
568
|
-
*/
|
569
|
-
async requireSession(e) {
|
570
|
-
if (this._sessions.has(e))
|
571
|
-
return this._sessions.get(e);
|
572
|
-
this._tryEnsureSocket();
|
573
|
-
const t = this._injector.createInstance(lt, e, this._socket$.asObservable());
|
574
|
-
return this._sessions.set(e, t), t;
|
575
|
-
}
|
576
|
-
_createSocket() {
|
577
|
-
var s;
|
578
|
-
const e = (s = this._configService.getConfig(xi)) != null ? s : Hi;
|
579
|
-
return this._socketService.createSocket(e);
|
580
|
-
}
|
581
|
-
/**
|
582
|
-
* Try to establish connection to the collaboration server.
|
583
|
-
*
|
584
|
-
* Will send heartbeat channel to the server to keep the connection alive.
|
585
|
-
*/
|
586
|
-
_tryEnsureSocket() {
|
587
|
-
try {
|
588
|
-
const e = this._createSocket();
|
589
|
-
if (e) {
|
590
|
-
const t = e.send;
|
591
|
-
e.send = (s) => (this._rescheduleHeartbeatEvent(), t.apply(e, [s])), e.message$.subscribe((s) => this._onMessage(e, s)), e.error$.pipe($e(1)).subscribe((s) => this._logService.error("[CollaborationSessionService]: socket error", s)), e.open$.pipe($e(1)).subscribe(() => {
|
592
|
-
this._onConnectionOpen(e);
|
593
|
-
}), e.close$.pipe($e(1)).subscribe((s) => {
|
594
|
-
this._logService.debug("[CollaborationSessionService]", "socket close", s), this._onConnectionFailed();
|
595
|
-
});
|
596
|
-
}
|
597
|
-
} catch (e) {
|
598
|
-
this._logService.error(e), this._onConnectionFailed();
|
599
|
-
}
|
600
|
-
}
|
601
|
-
_onConnectionOpen(e) {
|
602
|
-
this._logService.debug("[CollaborationSessionService]", "socket open."), e.send({ cmd: C.HELLO }), this._rescheduleHeartbeatEvent();
|
603
|
-
}
|
604
|
-
_onConnectionFailed() {
|
605
|
-
var e;
|
606
|
-
this._status$.next(
|
607
|
-
2
|
608
|
-
/* OFFLINE */
|
609
|
-
), this._socket$.next(null), this._clearTimeoutTimer(), this._clearHeartbeatTimer(), this._socketReady = !1, this._retryCount < ((e = this._configService.getConfig(Wi)) != null ? e : Gi) ? (this._scheduleReconnection(this._retryCount), this._retryCount += 1) : this._messageService.show({
|
610
|
-
type: be.Error,
|
611
|
-
content: this._localeService.t("session.connection-failed")
|
612
|
-
});
|
613
|
-
}
|
614
|
-
_scheduleReconnection(e) {
|
615
|
-
var s;
|
616
|
-
const t = ((s = this._configService.getConfig(Vi)) != null ? s : Fi) * 2 ** e;
|
617
|
-
this._messageService.show({
|
618
|
-
type: be.Warning,
|
619
|
-
content: this._localeService.t("session.will-retry")
|
620
|
-
}), this._retryConnectingTimer = setTimeout(() => {
|
621
|
-
this._tryEnsureSocket(), clearTimeout(this._retryConnectingTimer), this._retryConnectingTimer = null;
|
622
|
-
}, t);
|
623
|
-
}
|
624
|
-
_rescheduleHeartbeatEvent() {
|
625
|
-
var e;
|
626
|
-
this._clearHeartbeatTimer(), this._sendHeartbeatTimer = setTimeout(
|
627
|
-
() => this._sendHeartbeat(),
|
628
|
-
(e = this._configService.getConfig(ji)) != null ? e : Bi
|
629
|
-
);
|
630
|
-
}
|
631
|
-
_sendHeartbeat() {
|
632
|
-
this._socket.send({ cmd: C.HEARTBEAT }), this._waitForHeartbeatResponse();
|
633
|
-
}
|
634
|
-
_waitForHeartbeatResponse() {
|
635
|
-
var e;
|
636
|
-
this._timeoutTimer = setTimeout(
|
637
|
-
() => this._onConnectionFailed(),
|
638
|
-
(e = this._configService.getConfig(gs)) != null ? e : ms
|
639
|
-
);
|
640
|
-
}
|
641
|
-
_onMessage(e, t) {
|
642
|
-
const { cmd: s } = t;
|
643
|
-
s === C.HELLO && !this._socketReady && (e.memberID = t.data.memberID, this._socket$.next(e), this._status$.next(
|
644
|
-
3
|
645
|
-
/* ONLINE */
|
646
|
-
), this._socketReady = !0), s === C.HEARTBEAT && this._clearTimeoutTimer(), this._rescheduleHeartbeatEvent();
|
647
|
-
}
|
648
|
-
_clearHeartbeatTimer() {
|
649
|
-
this._sendHeartbeatTimer != null && (clearTimeout(this._sendHeartbeatTimer), this._sendHeartbeatTimer = null);
|
650
|
-
}
|
651
|
-
_clearTimeoutTimer() {
|
652
|
-
this._timeoutTimer != null && (clearTimeout(this._timeoutTimer), this._timeoutTimer = null);
|
653
|
-
}
|
654
|
-
};
|
655
|
-
ye = ds([
|
656
|
-
N(0, _(I)),
|
657
|
-
N(1, _(H)),
|
658
|
-
N(2, Me),
|
659
|
-
N(3, D),
|
660
|
-
N(4, z),
|
661
|
-
N(5, us)
|
662
|
-
], ye);
|
663
|
-
var Ki = (i, e, t, s) => {
|
664
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
665
|
-
(o = i[r]) && (n = o(n) || n);
|
666
|
-
return n;
|
667
|
-
}, fe = (i, e) => (t, s) => e(t, s, i);
|
668
|
-
const Yi = "LOCAL_CACHE_INTERVAL", Xi = 1e3;
|
669
|
-
let y = class extends X {
|
670
|
-
constructor(e, t, s, n, r) {
|
671
|
-
super();
|
672
|
-
l(this, "_cachedData", /* @__PURE__ */ new Map());
|
673
|
-
l(this, "_saveTaskMap", /* @__PURE__ */ new Map());
|
674
|
-
l(this, "_disabled", !1);
|
675
|
-
this._configService = e, this._localStorageService = t, this._beforeCloseService = s, this._localeService = n, this._revisionService = r, this._setupBeforeClosingHandler();
|
676
|
-
}
|
677
|
-
disableLocalCache() {
|
678
|
-
this._disabled = !0;
|
679
|
-
}
|
680
|
-
enableLocalCache() {
|
681
|
-
this._disabled = !1;
|
682
|
-
}
|
683
|
-
dispose() {
|
684
|
-
this._exhaustSavingTask().then(() => super.dispose());
|
685
|
-
}
|
686
|
-
async loadOfflineData(e) {
|
687
|
-
return this._disabled ? null : this._localStorageService.getItem(xt(e));
|
688
|
-
}
|
689
|
-
async saveOfflineData(e, t) {
|
690
|
-
return !!this._localStorageService.setItem(e, t);
|
691
|
-
}
|
692
|
-
updateOfflineData(e, t, s, n) {
|
693
|
-
const r = this._revisionService.getCurrentRevForDocument(e);
|
694
|
-
this._cachedData.set(e, {
|
695
|
-
unitID: e,
|
696
|
-
type: t,
|
697
|
-
awaitingChangeset: s,
|
698
|
-
mutations: n,
|
699
|
-
rev: r
|
700
|
-
}), this._saveTaskMap.has(e) || this._scheduleSaving(e);
|
701
|
-
}
|
702
|
-
_scheduleSaving(e) {
|
703
|
-
const t = this._getSaveTimeout();
|
704
|
-
t === 0 ? this._saveCache(e) : this._saveTaskMap.set(e, setTimeout(() => this._saveCache(e), t));
|
705
|
-
}
|
706
|
-
_getSaveTimeout() {
|
707
|
-
var e;
|
708
|
-
return (e = this._configService.getConfig(Yi)) != null ? e : Xi;
|
709
|
-
}
|
710
|
-
_saveCache(e) {
|
711
|
-
const t = this._saveTaskMap.get(e);
|
712
|
-
return t !== void 0 && window.clearTimeout(t), this._localStorageService.setItem(xt(e), this._cachedData.get(e)).then(() => this._saveTaskMap.delete(e));
|
713
|
-
}
|
714
|
-
async _exhaustSavingTask() {
|
715
|
-
const e = [];
|
716
|
-
this._saveTaskMap.forEach((t, s) => {
|
717
|
-
window.clearTimeout(t), e.push(
|
718
|
-
this._saveCache(s).then(() => {
|
719
|
-
this._saveTaskMap.delete(s);
|
720
|
-
})
|
721
|
-
);
|
722
|
-
}), await Promise.all(e);
|
723
|
-
}
|
724
|
-
_setupBeforeClosingHandler() {
|
725
|
-
this.disposeWithMe(
|
726
|
-
this._beforeCloseService.registerBeforeClose(() => {
|
727
|
-
if (this._saveTaskMap.size)
|
728
|
-
return this._localeService.t("collaboration-client.offline-data-not-saved");
|
729
|
-
})
|
730
|
-
);
|
731
|
-
}
|
732
|
-
};
|
733
|
-
y = Ki([
|
734
|
-
fe(0, z),
|
735
|
-
fe(1, Ds),
|
736
|
-
fe(2, es),
|
737
|
-
fe(3, _(H)),
|
738
|
-
fe(4, _($))
|
739
|
-
], y);
|
740
|
-
function xt(i) {
|
741
|
-
return `unit-cache-${i}`;
|
742
|
-
}
|
743
|
-
const Xe = pt(
|
744
|
-
"univer-pro.collaboration-client.single-active-unit-service"
|
745
|
-
);
|
746
|
-
var fs = /* @__PURE__ */ ((i) => (i[i.NO_OTHER_CLIENTS_EDITING = 0] = "NO_OTHER_CLIENTS_EDITING", i[i.OTHER_CLIENTS_EDITING = 1] = "OTHER_CLIENTS_EDITING", i))(fs || {});
|
747
|
-
const Ht = 3e4, jt = "ACTIVE_UNIT_EVENT_CHANNEL";
|
748
|
-
class zi extends X {
|
749
|
-
constructor() {
|
750
|
-
super();
|
751
|
-
l(this, "_id", P.generateRandomId());
|
752
|
-
l(this, "_selfUnitIDs", /* @__PURE__ */ new Set());
|
753
|
-
l(this, "_unitOnClients", /* @__PURE__ */ new Map());
|
754
|
-
// unitID -> memberIDs
|
755
|
-
l(this, "_heartbeatTimer", null);
|
756
|
-
l(this, "_clearOtherTimers", /* @__PURE__ */ new Map());
|
757
|
-
l(this, "_unitStatus", /* @__PURE__ */ new Map());
|
758
|
-
this._init();
|
759
|
-
}
|
760
|
-
dispose() {
|
761
|
-
super.dispose(), this._clearOtherTimers.forEach((t, s) => this._removeClearOtherTimer(s)), this._heartbeatTimer && window.clearInterval(this._heartbeatTimer);
|
762
|
-
}
|
763
|
-
getUnitStatus$(t) {
|
764
|
-
return this._ensureSubject(t).pipe(Gs());
|
765
|
-
}
|
766
|
-
editingUnit(t) {
|
767
|
-
this._selfUnitIDs.size === 0 && this._scheduleHeartbeat(), this._selfUnitIDs.add(t), this._send({
|
768
|
-
type: 0,
|
769
|
-
memberID: this._id,
|
770
|
-
unitID: t
|
771
|
-
});
|
772
|
-
}
|
773
|
-
disposeUnit(t) {
|
774
|
-
this._selfUnitIDs.delete(t), this._selfUnitIDs.size === 0 && this._heartbeatTimer && window.clearInterval(this._heartbeatTimer);
|
775
|
-
}
|
776
|
-
_init() {
|
777
|
-
this.disposeWithMe(
|
778
|
-
T(
|
779
|
-
ss(window, "storage").subscribe((t) => {
|
780
|
-
if (t.key !== jt || !t.newValue)
|
781
|
-
return;
|
782
|
-
const s = JSON.parse(t.newValue);
|
783
|
-
this._handleEvent(s);
|
784
|
-
})
|
785
|
-
)
|
786
|
-
), window.addEventListener(
|
787
|
-
"unload",
|
788
|
-
() => this._send({
|
789
|
-
type: 1,
|
790
|
-
memberID: this._id,
|
791
|
-
unitIDs: Array.from(this._selfUnitIDs)
|
792
|
-
})
|
793
|
-
);
|
794
|
-
}
|
795
|
-
_handleEvent(t) {
|
796
|
-
switch (t.type) {
|
797
|
-
case 0:
|
798
|
-
this._handleJoinEvent(t);
|
799
|
-
break;
|
800
|
-
case 1:
|
801
|
-
this._handleLeaveEvent(t);
|
802
|
-
break;
|
803
|
-
case 2:
|
804
|
-
this._handleHeartbeatEvent(t);
|
805
|
-
break;
|
806
|
-
}
|
807
|
-
}
|
808
|
-
_handleJoinEvent(t) {
|
809
|
-
const { unitID: s, memberID: n } = t;
|
810
|
-
if (!this._unitOnClients.has(s) || !this._unitOnClients.get(s).has(n)) {
|
811
|
-
const r = this._unitOnClients.get(s) || /* @__PURE__ */ new Set();
|
812
|
-
r.add(n), this._unitOnClients.set(s, r), this._scheduleClearOtherTimer(n), this._send({
|
813
|
-
type: 0,
|
814
|
-
memberID: this._id,
|
815
|
-
unitID: s
|
816
|
-
});
|
817
|
-
} else
|
818
|
-
this._ensureSubject(s).next(
|
819
|
-
1
|
820
|
-
/* OTHER_CLIENTS_EDITING */
|
821
|
-
);
|
822
|
-
}
|
823
|
-
_scheduleClearOtherTimer(t) {
|
824
|
-
this._removeClearOtherTimer(t);
|
825
|
-
const s = window.setTimeout(() => {
|
826
|
-
this._unitOnClients.forEach((n) => {
|
827
|
-
n.delete(t);
|
828
|
-
});
|
829
|
-
}, Ht * 2);
|
830
|
-
this._clearOtherTimers.set(t, s);
|
831
|
-
}
|
832
|
-
_removeClearOtherTimer(t) {
|
833
|
-
if (this._clearOtherTimers.has(t)) {
|
834
|
-
const s = this._clearOtherTimers.get(t);
|
835
|
-
s && window.clearTimeout(s), this._clearOtherTimers.set(t, null);
|
836
|
-
}
|
837
|
-
}
|
838
|
-
_handleLeaveEvent(t) {
|
839
|
-
const { memberID: s, unitIDs: n } = t;
|
840
|
-
n.forEach((r) => {
|
841
|
-
var a;
|
842
|
-
const o = this._unitOnClients.get(r);
|
843
|
-
o && (o.delete(s), (a = this._ensureSubject(r)) == null || a.next(
|
844
|
-
o.size === 0 ? 0 : 1
|
845
|
-
));
|
846
|
-
}), this._removeClearOtherTimer(s);
|
847
|
-
}
|
848
|
-
_handleHeartbeatEvent(t) {
|
849
|
-
this._scheduleClearOtherTimer(t.memberID);
|
850
|
-
}
|
851
|
-
_send(t) {
|
852
|
-
localStorage.setItem(jt, JSON.stringify(t));
|
853
|
-
}
|
854
|
-
_scheduleHeartbeat() {
|
855
|
-
this._heartbeatTimer = window.setInterval(() => {
|
856
|
-
this._send({
|
857
|
-
type: 2,
|
858
|
-
memberID: this._id
|
859
|
-
});
|
860
|
-
}, Ht);
|
861
|
-
}
|
862
|
-
_ensureSubject(t) {
|
863
|
-
return this._unitStatus.has(t) || this._unitStatus.set(t, new U(
|
864
|
-
0
|
865
|
-
/* NO_OTHER_CLIENTS_EDITING */
|
866
|
-
)), this._unitStatus.get(t);
|
867
|
-
}
|
868
|
-
}
|
869
|
-
var Ji = (i, e, t, s) => {
|
870
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
871
|
-
(o = i[r]) && (n = o(n) || n);
|
872
|
-
return n;
|
873
|
-
}, Bt = (i, e) => (t, s) => e(t, s, i);
|
874
|
-
let Be = class {
|
875
|
-
constructor(i, e) {
|
876
|
-
this._injector = i, this._transformService = e;
|
877
|
-
}
|
878
|
-
transformIMECache(i) {
|
879
|
-
this._transformUndoRedoStack(i), this._transformPreviousActiveRange(i);
|
880
|
-
}
|
881
|
-
// Since local IME inputting, the data model layer has changed,
|
882
|
-
// so when there is a remote changeset arrives,
|
883
|
-
// you need to transform the remote changeset and then apply it to the data model.
|
884
|
-
transformRemoteChangeset(i) {
|
885
|
-
const e = this._injector.get(Qe), { redoCache: t } = e.getUndoRedoMutationParamsCache();
|
886
|
-
if (t.length === 0)
|
887
|
-
return i;
|
888
|
-
let s = P.deepClone(i.mutations[0]);
|
889
|
-
for (let n = 0; n < t.length; n++) {
|
890
|
-
const r = {
|
891
|
-
id: "doc.mutation.rich-text-editing",
|
892
|
-
params: {
|
893
|
-
...t[n]
|
894
|
-
}
|
895
|
-
}, o = this._transformService.transformMutation(s, r, !1);
|
896
|
-
if (Le(o))
|
897
|
-
throw o.error;
|
898
|
-
s = o.m1Prime;
|
899
|
-
}
|
900
|
-
return {
|
901
|
-
...P.deepClone(i),
|
902
|
-
mutations: [s]
|
903
|
-
};
|
904
|
-
}
|
905
|
-
_transformUndoRedoStack(i) {
|
906
|
-
const e = this._injector.get(Qe), {
|
907
|
-
undoCache: t,
|
908
|
-
redoCache: s
|
909
|
-
} = e.getUndoRedoMutationParamsCache();
|
910
|
-
if (t.length === 0 || s.length === 0)
|
911
|
-
return;
|
912
|
-
const n = [], r = [];
|
913
|
-
let o = P.deepClone(i.mutations[0]), a = P.deepClone(i.mutations[0]);
|
914
|
-
for (let c = t.length - 1; c >= 0; c--) {
|
915
|
-
const h = {
|
916
|
-
id: "doc.mutation.rich-text-editing",
|
917
|
-
params: {
|
918
|
-
...t[c]
|
919
|
-
}
|
920
|
-
}, u = {
|
921
|
-
id: "doc.mutation.rich-text-editing",
|
922
|
-
params: {
|
923
|
-
...s[c]
|
924
|
-
}
|
925
|
-
}, d = this._transformService.transformMutation(o, h, !1), f = this._transformService.transformMutation(a, u, !1);
|
926
|
-
if (Le(d))
|
927
|
-
throw d.error;
|
928
|
-
if (Le(f))
|
929
|
-
throw f.error;
|
930
|
-
n.unshift(d.m2Prime.params), r.unshift(f.m2Prime.params), o = d.m1Prime, a = f.m1Prime;
|
931
|
-
}
|
932
|
-
e.setUndoRedoMutationParamsCache({ undoCache: n, redoCache: r });
|
933
|
-
}
|
934
|
-
_transformPreviousActiveRange(i) {
|
935
|
-
const e = this._injector.get(Qe), t = e.getActiveRange();
|
936
|
-
if (t == null)
|
937
|
-
return;
|
938
|
-
const s = [{
|
939
|
-
id: "doc.mutation.rich-text-editing",
|
940
|
-
params: {
|
941
|
-
unitId: i.unitID,
|
942
|
-
actions: [],
|
943
|
-
textRanges: [t]
|
944
|
-
}
|
945
|
-
}], n = this._transformService.transformMutationsWithChangeset(i, s);
|
946
|
-
if (!_e(n))
|
947
|
-
throw n.error;
|
948
|
-
const r = n.m2Prime[0].params.textRanges;
|
949
|
-
Array.isArray(r) && r.length && e.setActiveRange(r[0]);
|
950
|
-
}
|
951
|
-
};
|
952
|
-
Be = Ji([
|
953
|
-
Bt(0, _(I)),
|
954
|
-
Bt(1, W)
|
955
|
-
], Be);
|
956
|
-
var qi = (i, e, t, s) => {
|
957
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
958
|
-
(o = i[r]) && (n = o(n) || n);
|
959
|
-
return n;
|
960
|
-
}, Vt = (i, e) => (t, s) => e(t, s, i);
|
961
|
-
let Ve = class {
|
962
|
-
constructor(i, e) {
|
963
|
-
this._injector = i, this._transformService = e;
|
964
|
-
}
|
965
|
-
transformSelections(i) {
|
966
|
-
var a;
|
967
|
-
const e = this._injector.get(os), t = (a = e.getSelections()) != null ? a : [], s = t == null ? void 0 : t.map(as);
|
968
|
-
if (s.length === 0)
|
969
|
-
return;
|
970
|
-
const n = [{
|
971
|
-
id: "doc.mutation.rich-text-editing",
|
972
|
-
params: {
|
973
|
-
unitId: i.unitID,
|
974
|
-
actions: [],
|
975
|
-
textRanges: s
|
976
|
-
}
|
977
|
-
}], r = this._transformService.transformMutationsWithChangeset(i, n);
|
978
|
-
if (!_e(r))
|
979
|
-
throw r.error;
|
980
|
-
const o = r.m2Prime[0].params.textRanges;
|
981
|
-
Array.isArray(o) && o.length && e.replaceTextRanges(o, !1);
|
982
|
-
}
|
983
|
-
};
|
984
|
-
Ve = qi([
|
985
|
-
Vt(0, _(I)),
|
986
|
-
Vt(1, W)
|
987
|
-
], Ve);
|
988
|
-
function Ss(i) {
|
989
|
-
let e = "";
|
990
|
-
for (const t of i) {
|
991
|
-
const { startOffset: s, endOffset: n, isActive: r } = t;
|
992
|
-
e.length && (e += ","), e += `${s}:${n}:${r ? "1" : "0"}`;
|
993
|
-
}
|
994
|
-
return e;
|
995
|
-
}
|
996
|
-
function Zi(i) {
|
997
|
-
const e = i.split(","), t = [];
|
998
|
-
for (const s of e) {
|
999
|
-
const [n, r, o] = s.split(":");
|
1000
|
-
t.push({
|
1001
|
-
startOffset: Number(n),
|
1002
|
-
endOffset: Number(r),
|
1003
|
-
collapsed: n === r,
|
1004
|
-
isActive: o === "1"
|
1005
|
-
/* Active */
|
1006
|
-
});
|
1007
|
-
}
|
1008
|
-
return t.some((s) => s.isActive) || (t[0].isActive = !0), t;
|
1009
|
-
}
|
1010
|
-
class yt extends L {
|
1011
|
-
constructor() {
|
1012
|
-
super(...arguments);
|
1013
|
-
l(this, "_collabCursorState$", new U(null));
|
1014
|
-
l(this, "collabCursorState$", this._collabCursorState$.asObservable());
|
1015
|
-
}
|
1016
|
-
syncEditingCollabCursor(t) {
|
1017
|
-
const { unitID: s, memberID: n, textRanges: r } = t, o = Ss(r), a = {
|
1018
|
-
unitID: s,
|
1019
|
-
memberID: n,
|
1020
|
-
selection: o
|
1021
|
-
};
|
1022
|
-
this._collabCursorState$.next(a);
|
1023
|
-
}
|
1024
|
-
}
|
1025
|
-
var Qi = (i, e, t, s) => {
|
1026
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
1027
|
-
(o = i[r]) && (n = o(n) || n);
|
1028
|
-
return n;
|
1029
|
-
}, Ft = (i, e) => (t, s) => e(t, s, i);
|
1030
|
-
let Fe = class {
|
1031
|
-
constructor(i, e) {
|
1032
|
-
this._injector = i, this._transformService = e;
|
1033
|
-
}
|
1034
|
-
transformSelections(i) {
|
1035
|
-
var h, u, d, f;
|
1036
|
-
const e = this._injector.get(hs), { pluginName: t, unitId: s, sheetId: n } = e.getCurrent() || {}, r = (h = e.getSelections()) != null ? h : [];
|
1037
|
-
if (r.length === 0 || !t || !s || !n)
|
1038
|
-
return;
|
1039
|
-
const o = [{
|
1040
|
-
id: at.id,
|
1041
|
-
params: {
|
1042
|
-
unitId: s,
|
1043
|
-
subUnitId: n,
|
1044
|
-
pluginName: t,
|
1045
|
-
selections: P.deepClone(r)
|
1046
|
-
}
|
1047
|
-
}], a = this._transformService.transformMutationsWithChangeset(i, o);
|
1048
|
-
if (!_e(a))
|
1049
|
-
throw a.error;
|
1050
|
-
const c = (f = (d = (u = a.m2Prime[0]) == null ? void 0 : u.params) == null ? void 0 : d.selections) != null ? f : r;
|
1051
|
-
Array.isArray(c) && c.length && this._injector.get(O).executeCommand(at.id, {
|
1052
|
-
unitId: s,
|
1053
|
-
subUnitId: n,
|
1054
|
-
pluginName: t,
|
1055
|
-
selections: c
|
1056
|
-
});
|
1057
|
-
}
|
1058
|
-
};
|
1059
|
-
Fe = Qi([
|
1060
|
-
Ft(0, _(I)),
|
1061
|
-
Ft(1, W)
|
1062
|
-
], Fe);
|
1063
|
-
const en = /* @__PURE__ */ new Set([ni.id]);
|
1064
|
-
function tn(i, e, t, s, n) {
|
1065
|
-
var h, u, d, f;
|
1066
|
-
const r = [];
|
1067
|
-
for (const v of i)
|
1068
|
-
if (en.has(v.id)) {
|
1069
|
-
if (r.length > 0)
|
1070
|
-
break;
|
1071
|
-
r.push(v);
|
1072
|
-
break;
|
1073
|
-
} else
|
1074
|
-
r.push(v);
|
1075
|
-
const o = (u = (h = n.getCurrentUser()) == null ? void 0 : h.userID) != null ? u : "unknown", a = (f = (d = n.getCurrentUser()) == null ? void 0 : d.memberID) != null ? f : "unknown";
|
1076
|
-
return {
|
1077
|
-
changeset: {
|
1078
|
-
unitID: e,
|
1079
|
-
type: ts(t.getUnitType(e)),
|
1080
|
-
baseRev: s.getCurrentRevForDocument(e),
|
1081
|
-
revision: 0,
|
1082
|
-
userID: o,
|
1083
|
-
memberID: a,
|
1084
|
-
mutations: r
|
1085
|
-
},
|
1086
|
-
pendingMutations: i.slice(r.length)
|
1087
|
-
};
|
1088
|
-
}
|
1089
|
-
function sn(i, e, t, s, n) {
|
1090
|
-
var u, d, f, v;
|
1091
|
-
const o = [i.reduce((p, E) => {
|
1092
|
-
var ge;
|
1093
|
-
const { id: b } = p, { id: G, type: ue } = E, qe = (ge = p.params) != null ? ge : { actions: [] }, de = E.params;
|
1094
|
-
if (b && b !== G)
|
1095
|
-
throw new Error(`Cannot assemble a changeset from multiple mutations of different types: ${b} - ${G}.`);
|
1096
|
-
return {
|
1097
|
-
...p,
|
1098
|
-
id: G,
|
1099
|
-
type: ue,
|
1100
|
-
params: {
|
1101
|
-
unitId: de.unitId,
|
1102
|
-
textRanges: de.textRanges,
|
1103
|
-
actions: Ns.compose(qe.actions, de.actions)
|
1104
|
-
}
|
1105
|
-
};
|
1106
|
-
}, {})], a = (d = (u = n.getCurrentUser()) == null ? void 0 : u.userID) != null ? d : "unknown", c = (v = (f = n.getCurrentUser()) == null ? void 0 : f.memberID) != null ? v : "unknown";
|
1107
|
-
return {
|
1108
|
-
changeset: {
|
1109
|
-
unitID: e,
|
1110
|
-
type: ts(t.getUnitType(e)),
|
1111
|
-
baseRev: s.getCurrentRevForDocument(e),
|
1112
|
-
revision: 0,
|
1113
|
-
userID: a,
|
1114
|
-
memberID: c,
|
1115
|
-
mutations: o
|
1116
|
-
},
|
1117
|
-
pendingMutations: []
|
1118
|
-
};
|
1119
|
-
}
|
1120
|
-
var se = (i, e, t, s) => {
|
1121
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
1122
|
-
(o = i[r]) && (n = o(n) || n);
|
1123
|
-
return n;
|
1124
|
-
}, g = (i, e) => (t, s) => e(t, s, i);
|
1125
|
-
const nn = "SEND_CHANGESET_TIMEOUT", rn = 2e3;
|
1126
|
-
var w = /* @__PURE__ */ ((i) => (i.NOT_COLLAB = "not_collab", i.SYNCED = "synced", i.PENDING = "pending", i.AWAITING = "awaiting", i.AWAITING_WITH_PENDING = "awaiting_with_pending", i.FETCH_MISS = "fetch_missing", i.CONFLICT = "conflict", i.OFFLINE = "offline", i))(w || {});
|
1127
|
-
class ie {
|
1128
|
-
// The sequence of these mutations should be: [_syncedMutations]-[_awaitingMutations]-[_pendingMutations]
|
1129
|
-
constructor(e, t, s, n, r, o, a, c, h) {
|
1130
|
-
/** Mutations that has been sent to the server but not yet acknowledged by the server. */
|
1131
|
-
l(this, "_awaitingChangeset", null);
|
1132
|
-
/** Mutations that has not been sent to the server. */
|
1133
|
-
l(this, "_pendingMutations", []);
|
1134
|
-
this.unitID = e, this.type = t, this._handler = r, this._commandService = o, this._undoRedoService = a, this._revisionService = c, this._localCacheService = h, this._awaitingChangeset = s, this._pendingMutations = n;
|
1135
|
-
}
|
1136
|
-
/**
|
1137
|
-
* Check if there are some changesets missing. If true, the state should abort this changeset and request
|
1138
|
-
* for missing changesets. Missing changesets will later be passed to `onRemoteChangeset` method.
|
1139
|
-
*
|
1140
|
-
* @param changeset The changeset sent from the remote collaboration server.
|
1141
|
-
* @returns There is some changeset missing.
|
1142
|
-
*/
|
1143
|
-
_checkMissing(e) {
|
1144
|
-
const t = this._revisionService.getCurrentRevForDocument(this.unitID);
|
1145
|
-
return e.revision > t + 1 ? (this._handler.onMissingChangesets({
|
1146
|
-
from: t,
|
1147
|
-
to: e.revision - 1
|
1148
|
-
}), !0) : !1;
|
1149
|
-
}
|
1150
|
-
/** Transform undo redo mutations in the undo redo stack. */
|
1151
|
-
_transformUndoredo(e) {
|
1152
|
-
this._undoRedoService.transformUndoRedo(this.unitID, e);
|
1153
|
-
}
|
1154
|
-
/** Transform selections by calling the selection manager service. */
|
1155
|
-
_transformSelections(e) {
|
1156
|
-
var t, s;
|
1157
|
-
(s = (t = this._handler).onTransformSelections) == null || s.call(t, e);
|
1158
|
-
}
|
1159
|
-
_transformIMECache(e) {
|
1160
|
-
var t, s;
|
1161
|
-
return (s = (t = this._handler).onTransformIME) == null ? void 0 : s.call(t, e);
|
1162
|
-
}
|
1163
|
-
_transformRemoteChangesetByIMECache(e) {
|
1164
|
-
var t, s, n;
|
1165
|
-
return (n = (s = (t = this._handler).onTransformRemoteChangesetByIMECache) == null ? void 0 : s.call(t, e)) != null ? n : e;
|
1166
|
-
}
|
1167
|
-
// TODO: @jocs, doc and sheet need to be split.
|
1168
|
-
_syncEditingCollabCursor(e) {
|
1169
|
-
var t, s;
|
1170
|
-
if (this.type === x.UNIVER_DOC) {
|
1171
|
-
const { unitID: n, mutations: r, memberID: o } = e, a = r[0].params.textRanges;
|
1172
|
-
Array.isArray(a) && a.length > 0 && ((s = (t = this._handler).onSyncEditingCollabCursor) == null || s.call(t, {
|
1173
|
-
unitID: n,
|
1174
|
-
memberID: o,
|
1175
|
-
textRanges: a
|
1176
|
-
}));
|
1177
|
-
}
|
1178
|
-
}
|
1179
|
-
/** @internal */
|
1180
|
-
_updateLocalCache() {
|
1181
|
-
this._localCacheService.updateOfflineData(
|
1182
|
-
this.unitID,
|
1183
|
-
this.type,
|
1184
|
-
this._awaitingChangeset,
|
1185
|
-
this._pendingMutations
|
1186
|
-
);
|
1187
|
-
}
|
1188
|
-
_getCurrentRevision() {
|
1189
|
-
return this._revisionService.getCurrentRevForDocument(this.unitID);
|
1190
|
-
}
|
1191
|
-
_incrementRevisionNumber() {
|
1192
|
-
this._revisionService.incrementRevForDocument(this.unitID);
|
1193
|
-
}
|
1194
|
-
_executeRemoteChangeset(e) {
|
1195
|
-
var n;
|
1196
|
-
const t = this._transformRemoteChangesetByIMECache(e), s = As(t.mutations, this._commandService, {
|
1197
|
-
fromCollab: !0
|
1198
|
-
});
|
1199
|
-
if (!s.result)
|
1200
|
-
throw s.error instanceof Error ? s.error : new Error((n = s.error) != null ? n : "[CollaborationState]: apply error!");
|
1201
|
-
this._transformIMECache(t), this._transformUndoredo(e), this._transformSelections(t), this._syncEditingCollabCursor(t), this._incrementRevisionNumber();
|
1202
|
-
}
|
1203
|
-
}
|
1204
|
-
let Oe = class extends ie {
|
1205
|
-
constructor(e, t, s, n, r, o, a, c, h) {
|
1206
|
-
super(
|
1207
|
-
e,
|
1208
|
-
t,
|
1209
|
-
null,
|
1210
|
-
[],
|
1211
|
-
s,
|
1212
|
-
c,
|
1213
|
-
a,
|
1214
|
-
n,
|
1215
|
-
r
|
1216
|
-
);
|
1217
|
-
l(this, "status", "synced");
|
1218
|
-
this._injector = o, this._logService = h;
|
1219
|
-
}
|
1220
|
-
appendMutation(e) {
|
1221
|
-
const t = this._injector.createInstance(B, this.unitID, this.type, [e], this._handler);
|
1222
|
-
return t._schedule(), t._updateLocalCache(), t;
|
1223
|
-
}
|
1224
|
-
onRemoteChangeset(e) {
|
1225
|
-
if (this._checkMissing(e))
|
1226
|
-
return this._injector.createInstance(
|
1227
|
-
F,
|
1228
|
-
this.unitID,
|
1229
|
-
this.type,
|
1230
|
-
null,
|
1231
|
-
[],
|
1232
|
-
null,
|
1233
|
-
[e],
|
1234
|
-
this._handler
|
1235
|
-
);
|
1236
|
-
try {
|
1237
|
-
return this._executeRemoteChangeset(e), this;
|
1238
|
-
} catch (s) {
|
1239
|
-
return this._logService.error("[CollaborationController]: remote changeset applied error.", s), this;
|
1240
|
-
}
|
1241
|
-
}
|
1242
|
-
onRemoteAck() {
|
1243
|
-
throw new Error("[SyncedState]: received acknowledgement.");
|
1244
|
-
}
|
1245
|
-
onRemoteRej() {
|
1246
|
-
throw new Error("[SyncedState]: received rejection.");
|
1247
|
-
}
|
1248
|
-
toggleOffline() {
|
1249
|
-
return this._injector.createInstance(Y, this.unitID, this.type, null, [], this._handler);
|
1250
|
-
}
|
1251
|
-
toggleOnline() {
|
1252
|
-
return this;
|
1253
|
-
}
|
1254
|
-
resend() {
|
1255
|
-
throw new Error("[SyncedState]: invalid calling to `resend`.");
|
1256
|
-
}
|
1257
|
-
};
|
1258
|
-
Oe = se([
|
1259
|
-
g(3, _($)),
|
1260
|
-
g(4, _(y)),
|
1261
|
-
g(5, _(I)),
|
1262
|
-
g(6, J),
|
1263
|
-
g(7, O),
|
1264
|
-
g(8, D)
|
1265
|
-
], Oe);
|
1266
|
-
let B = class extends ie {
|
1267
|
-
constructor(e, t, s, n, r, o, a, c, h, u, d, f, v, p) {
|
1268
|
-
super(
|
1269
|
-
e,
|
1270
|
-
t,
|
1271
|
-
null,
|
1272
|
-
s,
|
1273
|
-
n,
|
1274
|
-
u,
|
1275
|
-
p,
|
1276
|
-
o,
|
1277
|
-
a
|
1278
|
-
);
|
1279
|
-
l(this, "status", "pending");
|
1280
|
-
l(this, "_scheduleTimestamp", null);
|
1281
|
-
l(this, "_sendingTimer", null);
|
1282
|
-
this._injector = r, this._memberService = c, this._logService = h, this._configService = d, this._transformService = f, this._univerInstanceService = v;
|
1283
|
-
}
|
1284
|
-
appendMutation(e) {
|
1285
|
-
return this._pendingMutations.push(e), this._updateLocalCache(), this;
|
1286
|
-
}
|
1287
|
-
onRemoteChangeset(e) {
|
1288
|
-
if (this._checkMissing(e))
|
1289
|
-
return this._clearScheduledTask(), this._injector.createInstance(
|
1290
|
-
F,
|
1291
|
-
this.unitID,
|
1292
|
-
this.type,
|
1293
|
-
null,
|
1294
|
-
this._pendingMutations,
|
1295
|
-
null,
|
1296
|
-
[e],
|
1297
|
-
this._handler
|
1298
|
-
);
|
1299
|
-
try {
|
1300
|
-
const s = this._transformService.transformMutationsWithChangeset(e, this._pendingMutations);
|
1301
|
-
if (_e(s)) {
|
1302
|
-
const { c1Prime: n, m2Prime: r } = s;
|
1303
|
-
this._executeRemoteChangeset(n);
|
1304
|
-
const o = this._injector.createInstance(
|
1305
|
-
B,
|
1306
|
-
this.unitID,
|
1307
|
-
this.type,
|
1308
|
-
r,
|
1309
|
-
this._handler
|
1310
|
-
);
|
1311
|
-
return this._clearScheduledTask(), o._schedule(
|
1312
|
-
this._scheduleTimestamp ? Math.max(0, (/* @__PURE__ */ new Date()).getTime() - this._scheduleTimestamp) : this._getSendChangesetTimeout()
|
1313
|
-
), o;
|
1314
|
-
}
|
1315
|
-
throw s.error;
|
1316
|
-
} catch (s) {
|
1317
|
-
return this._logService.error(s), this._onConflict();
|
1318
|
-
}
|
1319
|
-
}
|
1320
|
-
onRemoteAck() {
|
1321
|
-
throw new Error("[PendingState]: received acknowledgement.");
|
1322
|
-
}
|
1323
|
-
onRemoteRej() {
|
1324
|
-
throw new Error("[PendingState]: received rejection.");
|
1325
|
-
}
|
1326
|
-
toggleOffline() {
|
1327
|
-
return this._clearScheduledTask(), this._injector.createInstance(
|
1328
|
-
Y,
|
1329
|
-
this.unitID,
|
1330
|
-
this.type,
|
1331
|
-
null,
|
1332
|
-
this._pendingMutations,
|
1333
|
-
this._handler
|
1334
|
-
);
|
1335
|
-
}
|
1336
|
-
toggleOnline() {
|
1337
|
-
return this;
|
1338
|
-
}
|
1339
|
-
/**
|
1340
|
-
* Schedule a task to send changeset to the server.
|
1341
|
-
*
|
1342
|
-
* @internal
|
1343
|
-
*/
|
1344
|
-
_schedule(e) {
|
1345
|
-
e = e != null ? e : this._getSendChangesetTimeout(), this._scheduleTimestamp = (/* @__PURE__ */ new Date()).getTime(), this._sendingTimer = setTimeout(() => {
|
1346
|
-
this._clearScheduledTask();
|
1347
|
-
let t = null;
|
1348
|
-
switch (this.type) {
|
1349
|
-
case x.UNIVER_SHEET: {
|
1350
|
-
t = tn(
|
1351
|
-
this._pendingMutations,
|
1352
|
-
this.unitID,
|
1353
|
-
this._univerInstanceService,
|
1354
|
-
this._revisionService,
|
1355
|
-
this._memberService
|
1356
|
-
);
|
1357
|
-
break;
|
1358
|
-
}
|
1359
|
-
case x.UNIVER_DOC: {
|
1360
|
-
t = sn(
|
1361
|
-
this._pendingMutations,
|
1362
|
-
this.unitID,
|
1363
|
-
this._univerInstanceService,
|
1364
|
-
this._revisionService,
|
1365
|
-
this._memberService
|
1366
|
-
);
|
1367
|
-
break;
|
1368
|
-
}
|
1369
|
-
default:
|
1370
|
-
throw new Error(`[PendingState]: unhandled univer type: ${this.type} in _schedule.`);
|
1371
|
-
}
|
1372
|
-
const { changeset: s, pendingMutations: n } = t;
|
1373
|
-
this._handler.onSendChangeset(s);
|
1374
|
-
const r = n.length ? this._injector.createInstance(
|
1375
|
-
V,
|
1376
|
-
this.unitID,
|
1377
|
-
this.type,
|
1378
|
-
s,
|
1379
|
-
n,
|
1380
|
-
this._handler
|
1381
|
-
) : this._injector.createInstance(K, this.unitID, this.type, s, this._handler);
|
1382
|
-
r._updateLocalCache(), this._handler.onStateChange(this, r);
|
1383
|
-
}, e);
|
1384
|
-
}
|
1385
|
-
_getSendChangesetTimeout() {
|
1386
|
-
var e;
|
1387
|
-
return (e = this._configService.getConfig(nn)) != null ? e : rn;
|
1388
|
-
}
|
1389
|
-
resend() {
|
1390
|
-
throw new Error("[PendingState]: invalid calling to `resend`.");
|
1391
|
-
}
|
1392
|
-
_clearScheduledTask() {
|
1393
|
-
this._sendingTimer != null && (clearTimeout(this._sendingTimer), this._sendingTimer = null);
|
1394
|
-
}
|
1395
|
-
_onConflict() {
|
1396
|
-
return this._clearScheduledTask(), this._injector.createInstance(
|
1397
|
-
Q,
|
1398
|
-
this.unitID,
|
1399
|
-
this.type,
|
1400
|
-
null,
|
1401
|
-
this._pendingMutations,
|
1402
|
-
this._handler
|
1403
|
-
);
|
1404
|
-
}
|
1405
|
-
};
|
1406
|
-
B = se([
|
1407
|
-
g(4, _(I)),
|
1408
|
-
g(5, _($)),
|
1409
|
-
g(6, _(y)),
|
1410
|
-
g(7, _(Z)),
|
1411
|
-
g(8, D),
|
1412
|
-
g(9, O),
|
1413
|
-
g(10, z),
|
1414
|
-
g(11, W),
|
1415
|
-
g(12, k),
|
1416
|
-
g(13, J)
|
1417
|
-
], B);
|
1418
|
-
let K = class extends ie {
|
1419
|
-
constructor(e, t, s, n, r, o, a, c, h, u, d) {
|
1420
|
-
super(
|
1421
|
-
e,
|
1422
|
-
t,
|
1423
|
-
s,
|
1424
|
-
[],
|
1425
|
-
n,
|
1426
|
-
c,
|
1427
|
-
d,
|
1428
|
-
o,
|
1429
|
-
a
|
1430
|
-
);
|
1431
|
-
l(this, "status", "awaiting");
|
1432
|
-
this._injector = r, this._logService = h, this._transformService = u;
|
1433
|
-
}
|
1434
|
-
appendMutation(e) {
|
1435
|
-
const t = this._injector.createInstance(
|
1436
|
-
V,
|
1437
|
-
this.unitID,
|
1438
|
-
this.type,
|
1439
|
-
this._awaitingChangeset,
|
1440
|
-
[e],
|
1441
|
-
this._handler
|
1442
|
-
);
|
1443
|
-
return t._updateLocalCache(), t;
|
1444
|
-
}
|
1445
|
-
onRemoteChangeset(e) {
|
1446
|
-
if (this._checkMissing(e))
|
1447
|
-
return this._injector.createInstance(
|
1448
|
-
F,
|
1449
|
-
this.unitID,
|
1450
|
-
this.type,
|
1451
|
-
this._awaitingChangeset,
|
1452
|
-
[],
|
1453
|
-
null,
|
1454
|
-
[e],
|
1455
|
-
this._handler
|
1456
|
-
);
|
1457
|
-
try {
|
1458
|
-
const s = this._transformService.transformChangesets(
|
1459
|
-
[e],
|
1460
|
-
[this._awaitingChangeset],
|
1461
|
-
!1
|
1462
|
-
);
|
1463
|
-
if (St(s)) {
|
1464
|
-
const { c1Prime: n, c2Prime: r } = s;
|
1465
|
-
this._executeRemoteChangeset(n[0]), r[0].baseRev = this._getCurrentRevision();
|
1466
|
-
const o = this._injector.createInstance(
|
1467
|
-
K,
|
1468
|
-
this.unitID,
|
1469
|
-
this.type,
|
1470
|
-
r[0],
|
1471
|
-
this._handler
|
1472
|
-
);
|
1473
|
-
return o._updateLocalCache(), o;
|
1474
|
-
}
|
1475
|
-
return this._onConflict();
|
1476
|
-
} catch (s) {
|
1477
|
-
return this._logService.error(s), this._onConflict();
|
1478
|
-
}
|
1479
|
-
}
|
1480
|
-
onRemoteAck(e) {
|
1481
|
-
const t = this._revisionService.getCurrentRevForDocument(this.unitID);
|
1482
|
-
if (e.revision < t - 1)
|
1483
|
-
return this;
|
1484
|
-
if (this._checkMissing(e))
|
1485
|
-
return this._injector.createInstance(
|
1486
|
-
F,
|
1487
|
-
this.unitID,
|
1488
|
-
this.type,
|
1489
|
-
null,
|
1490
|
-
// the awaiting changeset should be transform against to apply those mutations
|
1491
|
-
[],
|
1492
|
-
this._awaitingChangeset,
|
1493
|
-
[],
|
1494
|
-
// no queued remote changesets
|
1495
|
-
this._handler
|
1496
|
-
);
|
1497
|
-
this._incrementRevisionNumber();
|
1498
|
-
const n = this._injector.createInstance(Oe, this.unitID, this.type, this._handler);
|
1499
|
-
return n._updateLocalCache(), n;
|
1500
|
-
}
|
1501
|
-
onRemoteRej() {
|
1502
|
-
return this._onConflict();
|
1503
|
-
}
|
1504
|
-
toggleOffline() {
|
1505
|
-
return this._injector.createInstance(
|
1506
|
-
Y,
|
1507
|
-
this.unitID,
|
1508
|
-
this.type,
|
1509
|
-
this._awaitingChangeset,
|
1510
|
-
[],
|
1511
|
-
this._handler
|
1512
|
-
);
|
1513
|
-
}
|
1514
|
-
toggleOnline() {
|
1515
|
-
return this;
|
1516
|
-
}
|
1517
|
-
resend() {
|
1518
|
-
this._handler.onSendChangeset(this._awaitingChangeset);
|
1519
|
-
}
|
1520
|
-
_onConflict() {
|
1521
|
-
return this._injector.createInstance(
|
1522
|
-
Q,
|
1523
|
-
this.unitID,
|
1524
|
-
this.type,
|
1525
|
-
this._awaitingChangeset,
|
1526
|
-
[],
|
1527
|
-
this._handler
|
1528
|
-
);
|
1529
|
-
}
|
1530
|
-
};
|
1531
|
-
K = se([
|
1532
|
-
g(4, _(I)),
|
1533
|
-
g(5, _($)),
|
1534
|
-
g(6, _(y)),
|
1535
|
-
g(7, O),
|
1536
|
-
g(8, D),
|
1537
|
-
g(9, W),
|
1538
|
-
g(10, J)
|
1539
|
-
], K);
|
1540
|
-
let V = class extends ie {
|
1541
|
-
constructor(e, t, s, n, r, o, a, c, h, u, d, f) {
|
1542
|
-
super(
|
1543
|
-
e,
|
1544
|
-
t,
|
1545
|
-
s,
|
1546
|
-
n,
|
1547
|
-
r,
|
1548
|
-
h,
|
1549
|
-
f,
|
1550
|
-
a,
|
1551
|
-
c
|
1552
|
-
);
|
1553
|
-
l(this, "status", "awaiting_with_pending");
|
1554
|
-
this._injector = o, this._logService = u, this._transformService = d;
|
1555
|
-
}
|
1556
|
-
appendMutation(e) {
|
1557
|
-
return this._pendingMutations.push(e), this;
|
1558
|
-
}
|
1559
|
-
onRemoteChangeset(e) {
|
1560
|
-
if (this._checkMissing(e))
|
1561
|
-
return this._injector.createInstance(
|
1562
|
-
F,
|
1563
|
-
this.unitID,
|
1564
|
-
this.type,
|
1565
|
-
this._awaitingChangeset,
|
1566
|
-
this._pendingMutations,
|
1567
|
-
null,
|
1568
|
-
[e],
|
1569
|
-
this._handler
|
1570
|
-
);
|
1571
|
-
try {
|
1572
|
-
const s = this._transformService.transformChangesets(
|
1573
|
-
[e],
|
1574
|
-
[this._awaitingChangeset],
|
1575
|
-
!1
|
1576
|
-
);
|
1577
|
-
if (St(s)) {
|
1578
|
-
const { c1Prime: n, c2Prime: r } = s, o = this._transformService.transformMutationsWithChangeset(
|
1579
|
-
n[0],
|
1580
|
-
this._pendingMutations
|
1581
|
-
);
|
1582
|
-
if (_e(o)) {
|
1583
|
-
const { c1Prime: a, m2Prime: c } = o;
|
1584
|
-
return this._executeRemoteChangeset(a), r[0].baseRev = this._getCurrentRevision(), this._injector.createInstance(
|
1585
|
-
V,
|
1586
|
-
this.unitID,
|
1587
|
-
this.type,
|
1588
|
-
r[0],
|
1589
|
-
c,
|
1590
|
-
this._handler
|
1591
|
-
);
|
1592
|
-
}
|
1593
|
-
throw o.error;
|
1594
|
-
}
|
1595
|
-
throw s.error;
|
1596
|
-
} catch (s) {
|
1597
|
-
return this._logService.error(s), this._onConflict();
|
1598
|
-
}
|
1599
|
-
}
|
1600
|
-
onRemoteAck(e) {
|
1601
|
-
if (this._checkMissing(e))
|
1602
|
-
return this._injector.createInstance(
|
1603
|
-
F,
|
1604
|
-
this.unitID,
|
1605
|
-
this.type,
|
1606
|
-
null,
|
1607
|
-
this._pendingMutations,
|
1608
|
-
this._awaitingChangeset,
|
1609
|
-
[],
|
1610
|
-
// no queued remote changesets
|
1611
|
-
this._handler
|
1612
|
-
);
|
1613
|
-
this._incrementRevisionNumber();
|
1614
|
-
const s = this._injector.createInstance(
|
1615
|
-
B,
|
1616
|
-
this.unitID,
|
1617
|
-
this.type,
|
1618
|
-
this._pendingMutations,
|
1619
|
-
this._handler
|
1620
|
-
);
|
1621
|
-
return s._schedule(), s._updateLocalCache(), s;
|
1622
|
-
}
|
1623
|
-
// override onRemoteRejection(changeset: IRejectedChangeset): CollaborationState {
|
1624
|
-
onRemoteRej() {
|
1625
|
-
return this._onConflict();
|
1626
|
-
}
|
1627
|
-
toggleOffline() {
|
1628
|
-
return this._injector.createInstance(
|
1629
|
-
Y,
|
1630
|
-
this.unitID,
|
1631
|
-
this.type,
|
1632
|
-
this._awaitingChangeset,
|
1633
|
-
this._pendingMutations,
|
1634
|
-
this._handler
|
1635
|
-
);
|
1636
|
-
}
|
1637
|
-
toggleOnline() {
|
1638
|
-
return this;
|
1639
|
-
}
|
1640
|
-
resend() {
|
1641
|
-
this._handler.onSendChangeset(this._awaitingChangeset);
|
1642
|
-
}
|
1643
|
-
_onConflict() {
|
1644
|
-
return this._injector.createInstance(
|
1645
|
-
Q,
|
1646
|
-
this.unitID,
|
1647
|
-
this.type,
|
1648
|
-
null,
|
1649
|
-
this._pendingMutations,
|
1650
|
-
this._handler
|
1651
|
-
);
|
1652
|
-
}
|
1653
|
-
};
|
1654
|
-
V = se([
|
1655
|
-
g(5, _(I)),
|
1656
|
-
g(6, _($)),
|
1657
|
-
g(7, _(y)),
|
1658
|
-
g(8, O),
|
1659
|
-
g(9, D),
|
1660
|
-
g(10, W),
|
1661
|
-
g(11, J)
|
1662
|
-
], V);
|
1663
|
-
let Q = class extends ie {
|
1664
|
-
constructor(e, t, s, n, r, o, a, c, h, u, d, f) {
|
1665
|
-
super(
|
1666
|
-
e,
|
1667
|
-
t,
|
1668
|
-
s,
|
1669
|
-
n,
|
1670
|
-
r,
|
1671
|
-
a,
|
1672
|
-
c,
|
1673
|
-
u,
|
1674
|
-
h
|
1675
|
-
);
|
1676
|
-
l(this, "status", "conflict");
|
1677
|
-
this._univerPermissionService = o, this._localeService = d, this._notificationService = f, this._showConflictNotification(), this._clearLocalCache(), this._disableEditing();
|
1678
|
-
}
|
1679
|
-
appendMutation() {
|
1680
|
-
return this;
|
1681
|
-
}
|
1682
|
-
onRemoteChangeset() {
|
1683
|
-
return this;
|
1684
|
-
}
|
1685
|
-
onRemoteAck() {
|
1686
|
-
return this;
|
1687
|
-
}
|
1688
|
-
onRemoteRej() {
|
1689
|
-
return this;
|
1690
|
-
}
|
1691
|
-
toggleOffline() {
|
1692
|
-
return this;
|
1693
|
-
}
|
1694
|
-
toggleOnline() {
|
1695
|
-
return this;
|
1696
|
-
}
|
1697
|
-
resend() {
|
1698
|
-
throw new Error("[ConflictState]: invalid calling to `resend`.");
|
1699
|
-
}
|
1700
|
-
_clearLocalCache() {
|
1701
|
-
this._localCacheService.updateOfflineData(this.unitID, this.type, null, []);
|
1702
|
-
}
|
1703
|
-
_showConflictNotification() {
|
1704
|
-
this._notificationService.show({
|
1705
|
-
title: this._localeService.t("conflict.title"),
|
1706
|
-
content: this._localeService.t("conflict.content"),
|
1707
|
-
type: "error",
|
1708
|
-
duration: 0
|
1709
|
-
// Never close because user may lost his/her data if he/she doesn't notice this notification.
|
1710
|
-
});
|
1711
|
-
}
|
1712
|
-
_disableEditing() {
|
1713
|
-
this._univerPermissionService.setEditable(this.unitID, !1);
|
1714
|
-
}
|
1715
|
-
};
|
1716
|
-
Q = se([
|
1717
|
-
g(5, _(Ke)),
|
1718
|
-
g(6, O),
|
1719
|
-
g(7, J),
|
1720
|
-
g(8, _(y)),
|
1721
|
-
g(9, _($)),
|
1722
|
-
g(10, _(H)),
|
1723
|
-
g(11, Hs)
|
1724
|
-
], Q);
|
1725
|
-
let Y = class extends ie {
|
1726
|
-
constructor(e, t, s, n, r, o, a, c, h, u) {
|
1727
|
-
super(
|
1728
|
-
e,
|
1729
|
-
t,
|
1730
|
-
s,
|
1731
|
-
n,
|
1732
|
-
r,
|
1733
|
-
h,
|
1734
|
-
u,
|
1735
|
-
a,
|
1736
|
-
c
|
1737
|
-
);
|
1738
|
-
l(this, "status", "offline");
|
1739
|
-
this._injector = o;
|
1740
|
-
}
|
1741
|
-
appendMutation(e) {
|
1742
|
-
return this._pendingMutations.push(e), this._updateLocalCache(), this;
|
1743
|
-
}
|
1744
|
-
onRemoteChangeset(e) {
|
1745
|
-
throw new Error("[OfflineState]: received changeset.");
|
1746
|
-
}
|
1747
|
-
onRemoteAck() {
|
1748
|
-
throw new Error("[OfflineState]: received acknowledgement.");
|
1749
|
-
}
|
1750
|
-
onRemoteRej() {
|
1751
|
-
throw new Error("[OfflineState]: received rejection.");
|
1752
|
-
}
|
1753
|
-
toggleOffline() {
|
1754
|
-
return this;
|
1755
|
-
}
|
1756
|
-
toggleOnline() {
|
1757
|
-
const { _injector: e, _pendingMutations: t, _awaitingChangeset: s, unitID: n, _handler: r, type: o } = this, a = vs(e, n, o, s, t, r);
|
1758
|
-
return a instanceof B ? a._schedule() : (a instanceof V || a instanceof K) && a.resend(), a;
|
1759
|
-
}
|
1760
|
-
resend() {
|
1761
|
-
throw new Error("[OfflineState]: invalid calling to `resend`.");
|
1762
|
-
}
|
1763
|
-
};
|
1764
|
-
Y = se([
|
1765
|
-
g(5, _(I)),
|
1766
|
-
g(6, _($)),
|
1767
|
-
g(7, _(y)),
|
1768
|
-
g(8, O),
|
1769
|
-
g(9, J)
|
1770
|
-
], Y);
|
1771
|
-
let F = class extends ie {
|
1772
|
-
constructor(e, t, s, n, r, o, a, c, h, u, d, f, v, p) {
|
1773
|
-
super(
|
1774
|
-
e,
|
1775
|
-
t,
|
1776
|
-
s,
|
1777
|
-
n,
|
1778
|
-
a,
|
1779
|
-
f,
|
1780
|
-
v,
|
1781
|
-
h,
|
1782
|
-
u
|
1783
|
-
);
|
1784
|
-
l(this, "status", "fetch_missing");
|
1785
|
-
this._acknowledgedAwaitingChangeset = r, this._queuedRemoteChangesets = o, this._injector = c, this._logService = d, this._transformService = p;
|
1786
|
-
}
|
1787
|
-
// eslint-disable-next-line max-lines-per-function
|
1788
|
-
onMissedChangesetFetched(e) {
|
1789
|
-
try {
|
1790
|
-
const t = [...e, ...this._queuedRemoteChangesets], s = [this._awaitingChangeset || this._acknowledgedAwaitingChangeset].filter(
|
1791
|
-
(c) => !!c
|
1792
|
-
);
|
1793
|
-
let n, r;
|
1794
|
-
if (s.length) {
|
1795
|
-
const c = this._transformService.transformChangesets(
|
1796
|
-
t,
|
1797
|
-
s,
|
1798
|
-
!1
|
1799
|
-
);
|
1800
|
-
if (!St(c))
|
1801
|
-
throw c.error;
|
1802
|
-
n = c.c1Prime, r = c.c2Prime;
|
1803
|
-
} else
|
1804
|
-
n = t, r = [];
|
1805
|
-
let o = this._pendingMutations;
|
1806
|
-
n.forEach((c) => {
|
1807
|
-
let h;
|
1808
|
-
if (o.length) {
|
1809
|
-
const u = this._transformService.transformMutationsWithChangeset(
|
1810
|
-
c,
|
1811
|
-
o
|
1812
|
-
);
|
1813
|
-
if (!_e(u))
|
1814
|
-
throw u.error;
|
1815
|
-
h = u.c1Prime, o = u.m2Prime;
|
1816
|
-
} else
|
1817
|
-
h = c;
|
1818
|
-
this._executeRemoteChangeset(h);
|
1819
|
-
}), this._acknowledgedAwaitingChangeset && this._incrementRevisionNumber(), this._awaitingChangeset && r.length && (r[0].baseRev = this._getCurrentRevision());
|
1820
|
-
let a;
|
1821
|
-
if (this._awaitingChangeset && o.length !== 0)
|
1822
|
-
a = this._injector.createInstance(
|
1823
|
-
V,
|
1824
|
-
this.unitID,
|
1825
|
-
this.type,
|
1826
|
-
r[0],
|
1827
|
-
o,
|
1828
|
-
this._handler
|
1829
|
-
);
|
1830
|
-
else if (this._awaitingChangeset && o.length === 0)
|
1831
|
-
r[0].baseRev = this._getCurrentRevision(), a = this._injector.createInstance(
|
1832
|
-
K,
|
1833
|
-
this.unitID,
|
1834
|
-
this.type,
|
1835
|
-
r[0],
|
1836
|
-
this._handler
|
1837
|
-
);
|
1838
|
-
else if (o.length !== 0) {
|
1839
|
-
const c = this._injector.createInstance(
|
1840
|
-
B,
|
1841
|
-
this.unitID,
|
1842
|
-
this.type,
|
1843
|
-
o,
|
1844
|
-
this._handler
|
1845
|
-
);
|
1846
|
-
c._schedule(), a = c;
|
1847
|
-
} else
|
1848
|
-
a = this._injector.createInstance(Oe, this.unitID, this.type, this._handler);
|
1849
|
-
return a._updateLocalCache(), a;
|
1850
|
-
} catch (t) {
|
1851
|
-
return this._logService.error("[FetchMissState]", "failed to apply missed changesets!", t), this._injector.createInstance(
|
1852
|
-
Q,
|
1853
|
-
this.unitID,
|
1854
|
-
this.type,
|
1855
|
-
this._awaitingChangeset,
|
1856
|
-
this._pendingMutations,
|
1857
|
-
this._handler
|
1858
|
-
);
|
1859
|
-
}
|
1860
|
-
}
|
1861
|
-
resend() {
|
1862
|
-
throw new Error("[FetchingMissState]: invalid calling to `resend`.");
|
1863
|
-
}
|
1864
|
-
appendMutation(e) {
|
1865
|
-
return this._pendingMutations.push(e), this;
|
1866
|
-
}
|
1867
|
-
onRemoteChangeset(e) {
|
1868
|
-
return this._queuedRemoteChangesets.push(e), this;
|
1869
|
-
}
|
1870
|
-
onRemoteAck(e) {
|
1871
|
-
if (this._awaitingChangeset)
|
1872
|
-
return this._acknowledgedAwaitingChangeset = this._awaitingChangeset, this._awaitingChangeset = null, this;
|
1873
|
-
throw new Error("[FetchingMissState]: not expected to receive ack when `this._awaitingChangeset` is null!");
|
1874
|
-
}
|
1875
|
-
onRemoteRej() {
|
1876
|
-
return this._onConflict();
|
1877
|
-
}
|
1878
|
-
toggleOffline() {
|
1879
|
-
return this._injector.createInstance(
|
1880
|
-
Y,
|
1881
|
-
this.unitID,
|
1882
|
-
this.type,
|
1883
|
-
this._awaitingChangeset,
|
1884
|
-
this._pendingMutations,
|
1885
|
-
this._handler
|
1886
|
-
);
|
1887
|
-
}
|
1888
|
-
toggleOnline() {
|
1889
|
-
return this;
|
1890
|
-
}
|
1891
|
-
_onConflict() {
|
1892
|
-
return this._injector.createInstance(
|
1893
|
-
Q,
|
1894
|
-
this.unitID,
|
1895
|
-
this.type,
|
1896
|
-
this._awaitingChangeset,
|
1897
|
-
this._pendingMutations,
|
1898
|
-
this._handler
|
1899
|
-
);
|
1900
|
-
}
|
1901
|
-
};
|
1902
|
-
F = se([
|
1903
|
-
g(7, _(I)),
|
1904
|
-
g(8, _($)),
|
1905
|
-
g(9, _(y)),
|
1906
|
-
g(10, D),
|
1907
|
-
g(11, O),
|
1908
|
-
g(12, J),
|
1909
|
-
g(13, W)
|
1910
|
-
], F);
|
1911
|
-
function vs(i, e, t, s, n, r) {
|
1912
|
-
return s && n.length ? i.createInstance(V, e, t, s, n, r) : s ? i.createInstance(K, e, t, s, r) : n.length ? i.createInstance(B, e, t, n, r) : i.createInstance(Oe, e, t, r);
|
1913
|
-
}
|
1914
|
-
var ze = (i, e, t, s) => {
|
1915
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
1916
|
-
(o = i[r]) && (n = o(n) || n);
|
1917
|
-
return n;
|
1918
|
-
}, S = (i, e) => (t, s) => e(t, s, i);
|
1919
|
-
let Ie = class extends L {
|
1920
|
-
constructor(e, t, s) {
|
1921
|
-
super();
|
1922
|
-
l(this, "_entities", /* @__PURE__ */ new Map());
|
1923
|
-
l(this, "_entityInit$", new ae());
|
1924
|
-
this._injector = e, this._collabSessionService = t, this._univerInstanceService = s, this._init();
|
1925
|
-
}
|
1926
|
-
dispose() {
|
1927
|
-
super.dispose(), this._entities.forEach((e) => e.dispose()), this._entities.clear();
|
1928
|
-
}
|
1929
|
-
getCollabEntity(e) {
|
1930
|
-
var t;
|
1931
|
-
return (t = this._entities.get(e)) != null ? t : null;
|
1932
|
-
}
|
1933
|
-
getCollabEntity$(e) {
|
1934
|
-
const t = this.getCollabEntity(e);
|
1935
|
-
return t ? Te(t) : this._entityInit$.pipe(kt((s) => s.unitID === e));
|
1936
|
-
}
|
1937
|
-
_init() {
|
1938
|
-
this._univerInstanceService.getTypeOfUnitAdded$(M.UNIVER_SHEET).pipe(R(this.dispose$), Lt(16)).subscribe(async (t) => {
|
1939
|
-
const s = t.getUnitId(), n = await this._startCollaboration(s, x.UNIVER_SHEET);
|
1940
|
-
this._entities.set(s, n);
|
1941
|
-
}), this._univerInstanceService.getTypeOfUnitAdded$(M.UNIVER_DOC).pipe(R(this.dispose$), Lt(16)).pipe(kt((t) => !t.getUnitId().startsWith("__"))).subscribe(async (t) => {
|
1942
|
-
const s = t.getUnitId(), n = await this._startCollaboration(s, x.UNIVER_DOC);
|
1943
|
-
this._entities.set(s, n);
|
1944
|
-
}), Ct(
|
1945
|
-
this._univerInstanceService.getTypeOfUnitDisposed$(M.UNIVER_SHEET),
|
1946
|
-
this._univerInstanceService.getTypeOfUnitDisposed$(M.UNIVER_DOC)
|
1947
|
-
).pipe(R(this.dispose$)).subscribe((t) => {
|
1948
|
-
const s = t.getUnitId(), n = this._entities.get(s);
|
1949
|
-
n && (n.dispose(), this._entities.delete(s));
|
1950
|
-
});
|
1951
|
-
}
|
1952
|
-
/**
|
1953
|
-
* Start collaboration on a document.
|
1954
|
-
*
|
1955
|
-
* @param unitID ID of the document to start collaboration.
|
1956
|
-
* @returns A disposable to stop collaboration.
|
1957
|
-
*/
|
1958
|
-
async _startCollaboration(e, t) {
|
1959
|
-
const s = await this._collabSessionService.requireSession(e), n = this._injector.createInstance(this._getCtorByUniverType(t), e, t, s);
|
1960
|
-
return await n.init(), this._entityInit$.next(n), n;
|
1961
|
-
}
|
1962
|
-
_getCtorByUniverType(e) {
|
1963
|
-
switch (e) {
|
1964
|
-
case x.UNIVER_DOC:
|
1965
|
-
return _t;
|
1966
|
-
case x.UNIVER_SHEET:
|
1967
|
-
return ut;
|
1968
|
-
default:
|
1969
|
-
throw new Error(`[CollaborationController]: invalid univer type: ${e}`);
|
1970
|
-
}
|
1971
|
-
}
|
1972
|
-
};
|
1973
|
-
Ie = ze([
|
1974
|
-
ee(te.Starting, Ie),
|
1975
|
-
S(0, _(I)),
|
1976
|
-
S(1, _(ye)),
|
1977
|
-
S(2, k)
|
1978
|
-
], Ie);
|
1979
|
-
let We = class extends L {
|
1980
|
-
constructor(e, t, s, n, r, o, a, c, h, u, d, f, v) {
|
1981
|
-
super();
|
1982
|
-
l(this, "_state$", new U(null));
|
1983
|
-
l(this, "state$", this._state$.asObservable());
|
1984
|
-
l(this, "_state");
|
1985
|
-
l(this, "_collaborationPaused", !1);
|
1986
|
-
l(this, "status$", this.state$.pipe(
|
1987
|
-
ce((e) => e ? e.status : w.OFFLINE),
|
1988
|
-
zs(1)
|
1989
|
-
));
|
1990
|
-
/**
|
1991
|
-
* Could not transit the state twice at the same time. So we put a lock here in case of implementation fault.
|
1992
|
-
*/
|
1993
|
-
l(this, "_transitionLocked", !1);
|
1994
|
-
l(this, "_remoteChangesetQueue", []);
|
1995
|
-
this.unitID = e, this._type = t, this._session = s, this._injector = n, this._localCacheService = r, this._univerPermissionService = o, this._compressMutationService = a, this._localeService = c, this._revisionService = h, this._logService = u, this._commandService = d, this._messageService = f, this._singleActiveUnitService = v;
|
1996
|
-
}
|
1997
|
-
get state() {
|
1998
|
-
return this._state;
|
1999
|
-
}
|
2000
|
-
async init() {
|
2001
|
-
if (this.state)
|
2002
|
-
throw new Error(
|
2003
|
-
'[CollaborationEntity]: initial state has been created before. You should not call "init" twice.'
|
2004
|
-
);
|
2005
|
-
await this._init();
|
2006
|
-
}
|
2007
|
-
/**
|
2008
|
-
* Pause collaboration on the document. Remote changesets would be inserted to a queue and wait for resuming.
|
2009
|
-
* @returns a disposable which will resume collaboration when called.
|
2010
|
-
*/
|
2011
|
-
pauseCollaboration() {
|
2012
|
-
return this._collaborationPaused = !0, T(() => {
|
2013
|
-
this._collaborationPaused = !1, this._exhaustRemoteChangesetQueue();
|
2014
|
-
});
|
2015
|
-
}
|
2016
|
-
_updateState(e) {
|
2017
|
-
this._state = e, this._state$.next(e);
|
2018
|
-
}
|
2019
|
-
async _init() {
|
2020
|
-
var e;
|
2021
|
-
return this._updateState(await this._createInitialState()), this._singleActiveUnitService && ((e = this._singleActiveUnitService) == null || e.editingUnit(this.unitID), this.disposeWithMe(
|
2022
|
-
T(
|
2023
|
-
this._singleActiveUnitService.getUnitStatus$(this.unitID).subscribe((t) => {
|
2024
|
-
this._logService.debug("[CollaborationEntity]", "editing status changed to", t), t === fs.OTHER_CLIENTS_EDITING ? (this._messageService.show({
|
2025
|
-
content: this._localeService.t("collaboration.single-unit.warning"),
|
2026
|
-
type: be.Warning
|
2027
|
-
}), this._univerPermissionService.setEditable(this.unitID, !1)) : this._univerPermissionService.setEditable(this.unitID, !0);
|
2028
|
-
})
|
2029
|
-
)
|
2030
|
-
)), this.disposeWithMe(
|
2031
|
-
T(
|
2032
|
-
this._session.sessionStatus$.subscribe((t) => {
|
2033
|
-
t === he.ONLINE ? this._toggleOnline() : t === he.OFFLINE && this._toggleOffline();
|
2034
|
-
})
|
2035
|
-
)
|
2036
|
-
), this.disposeWithMe(
|
2037
|
-
T(
|
2038
|
-
this._session.event$.subscribe((t) => {
|
2039
|
-
try {
|
2040
|
-
const s = t.eventID;
|
2041
|
-
s === m.NEW_CHANGESETS ? this._onRemoteChangeset(Nt(t.data)) : s === m.CHANGESET_ACK ? this._onRemoteACK(t.data) : s === m.CHANGESET_REJ ? this._onRemoteRejected() : s === m.PSEUDO_FETCH_MISSING_RESULT && this._onFetchMissResult(
|
2042
|
-
t.data.changesets.map(
|
2043
|
-
(n) => Nt(n)
|
2044
|
-
)
|
2045
|
-
);
|
2046
|
-
} catch (s) {
|
2047
|
-
throw console.error("Error on receiving event", s), s;
|
2048
|
-
}
|
2049
|
-
})
|
2050
|
-
)
|
2051
|
-
), this._state;
|
2052
|
-
}
|
2053
|
-
_unlockTransition() {
|
2054
|
-
this._transitionLocked = !1;
|
2055
|
-
}
|
2056
|
-
_lockTransition() {
|
2057
|
-
if (this._transitionLocked)
|
2058
|
-
throw new Error(
|
2059
|
-
"[CollaborationEntity]: cannot lock transition twice! This is an implementation error, meaning you transit the collaboration state again in the process of a previous transition. This should never happen."
|
2060
|
-
);
|
2061
|
-
this._transitionLocked = !0;
|
2062
|
-
}
|
2063
|
-
_onLocalMutation(e) {
|
2064
|
-
this._lockTransition(), this._updateState(this._state.appendMutation(e)), this._unlockTransition();
|
2065
|
-
}
|
2066
|
-
_onRemoteChangeset(e) {
|
2067
|
-
if (!(e.revision <= this._revisionService.getCurrentRevForDocument(this.unitID))) {
|
2068
|
-
if (this._collaborationPaused) {
|
2069
|
-
this._remoteChangesetQueue.push(e);
|
2070
|
-
return;
|
2071
|
-
}
|
2072
|
-
this._applyRemoteChangeset(e);
|
2073
|
-
}
|
2074
|
-
}
|
2075
|
-
_exhaustRemoteChangesetQueue() {
|
2076
|
-
this._remoteChangesetQueue.forEach((e) => this._applyRemoteChangeset(e)), this._remoteChangesetQueue = [];
|
2077
|
-
}
|
2078
|
-
_applyRemoteChangeset(e) {
|
2079
|
-
const t = this._compressMutationService.interceptor.fetchThroughInterceptors(
|
2080
|
-
this._compressMutationService.interceptor.getInterceptPoints().COMPRESS_MUTATION_APPLY
|
2081
|
-
)(e.mutations, null) || e.mutations, s = { ...e, mutations: t };
|
2082
|
-
this._lockTransition(), this._updateState(this._state.onRemoteChangeset(s)), this._unlockTransition();
|
2083
|
-
}
|
2084
|
-
_onRemoteACK(e) {
|
2085
|
-
this._lockTransition(), this._updateState(this._state.onRemoteAck(e)), this._unlockTransition();
|
2086
|
-
}
|
2087
|
-
_onRemoteRejected() {
|
2088
|
-
this._lockTransition(), this._updateState(this._state.onRemoteRej()), this._unlockTransition();
|
2089
|
-
}
|
2090
|
-
_onFetchMissResult(e) {
|
2091
|
-
if (!(this._state instanceof F))
|
2092
|
-
throw new TypeError("[CollaborationEntity]: cannot apply missing results on other states!");
|
2093
|
-
const t = e.map((s) => {
|
2094
|
-
const n = this._compressMutationService.interceptor.fetchThroughInterceptors(
|
2095
|
-
this._compressMutationService.interceptor.getInterceptPoints().COMPRESS_MUTATION_APPLY
|
2096
|
-
)(s.mutations, null) || s.mutations;
|
2097
|
-
return { ...s, mutations: n };
|
2098
|
-
});
|
2099
|
-
this._lockTransition(), this._updateState(this._state.onMissedChangesetFetched(t)), this._unlockTransition();
|
2100
|
-
}
|
2101
|
-
_toggleOffline() {
|
2102
|
-
this._lockTransition(), this._updateState(this._state.toggleOffline()), this._unlockTransition();
|
2103
|
-
}
|
2104
|
-
_toggleOnline() {
|
2105
|
-
this._lockTransition(), this._updateState(this._state.toggleOnline()), this._unlockTransition();
|
2106
|
-
}
|
2107
|
-
async _createInitialState() {
|
2108
|
-
return new Promise((e) => {
|
2109
|
-
this._session.sessionStatus$.pipe($e(1)).subscribe(async (t) => {
|
2110
|
-
e(await this._createInitialStateImpl(t === he.ONLINE));
|
2111
|
-
});
|
2112
|
-
});
|
2113
|
-
}
|
2114
|
-
_createHandler() {
|
2115
|
-
const e = this.unitID;
|
2116
|
-
return {
|
2117
|
-
onStateChange: (s, n) => {
|
2118
|
-
if (s !== this._state)
|
2119
|
-
throw new Error(
|
2120
|
-
`[ClientCollaborationController]: invalid state transition! State transferred from is not the current state.
|
2121
|
-
Before: ${s.status}
|
2122
|
-
After: ${n.status}
|
2123
|
-
Current: ${this._state.status}`
|
2124
|
-
);
|
2125
|
-
this._updateState(n);
|
2126
|
-
},
|
2127
|
-
onSendChangeset: (s) => {
|
2128
|
-
const n = {
|
2129
|
-
eventID: m.SUBMIT_CHANGESET,
|
2130
|
-
data: {
|
2131
|
-
unitID: s.unitID,
|
2132
|
-
unitType: this._type,
|
2133
|
-
changeset: s,
|
2134
|
-
memberID: this._session.getMemberID()
|
2135
|
-
}
|
2136
|
-
};
|
2137
|
-
this._session.send(n, this.unitID);
|
2138
|
-
},
|
2139
|
-
onMissingChangesets: ({ from: s, to: n }) => {
|
2140
|
-
this._logService.debug("[CollaborationEntity]", `fetching missing changesets from ${s} to ${n}`);
|
2141
|
-
const r = {
|
2142
|
-
eventID: m.FETCH_MISSING,
|
2143
|
-
data: {
|
2144
|
-
unitID: e,
|
2145
|
-
unitType: this._type,
|
2146
|
-
from: s,
|
2147
|
-
to: n
|
2148
|
-
}
|
2149
|
-
};
|
2150
|
-
this._session.send(r, this.unitID);
|
2151
|
-
}
|
2152
|
-
};
|
2153
|
-
}
|
2154
|
-
async _createInitialStateImpl(e) {
|
2155
|
-
var a, c;
|
2156
|
-
const t = await this._localCacheService.loadOfflineData(this.unitID), s = (a = t == null ? void 0 : t.mutations) != null ? a : [], n = (c = t == null ? void 0 : t.awaitingChangeset) != null ? c : null, r = this.unitID;
|
2157
|
-
try {
|
2158
|
-
this._replayCachedMutations(n, s);
|
2159
|
-
} catch (h) {
|
2160
|
-
this._logService.error(h);
|
2161
|
-
}
|
2162
|
-
const o = this._createHandler();
|
2163
|
-
if (e) {
|
2164
|
-
const h = vs(
|
2165
|
-
this._injector,
|
2166
|
-
r,
|
2167
|
-
this._type,
|
2168
|
-
n,
|
2169
|
-
s,
|
2170
|
-
o
|
2171
|
-
);
|
2172
|
-
return h instanceof B ? h._schedule() : (h instanceof V || h instanceof K) && h.resend(), h;
|
2173
|
-
}
|
2174
|
-
return this._injector.createInstance(Y, r, this._type, n, s, o);
|
2175
|
-
}
|
2176
|
-
_replayCachedMutations(e, t) {
|
2177
|
-
var n, r;
|
2178
|
-
const s = this._compressMutationService.interceptor.fetchThroughInterceptors(
|
2179
|
-
this._compressMutationService.interceptor.getInterceptPoints().COMPRESS_MUTATION_APPLY
|
2180
|
-
);
|
2181
|
-
(n = s((e == null ? void 0 : e.mutations) || [], null)) == null || n.forEach(
|
2182
|
-
(o) => this._commandService.executeCommand(o.id, o.params)
|
2183
|
-
), (r = s(t || [], null)) == null || r.forEach(
|
2184
|
-
(o) => this._commandService.executeCommand(o.id, o.params)
|
2185
|
-
);
|
2186
|
-
}
|
2187
|
-
};
|
2188
|
-
We = ze([
|
2189
|
-
S(3, _(I)),
|
2190
|
-
S(4, _(y)),
|
2191
|
-
S(5, _(Ke)),
|
2192
|
-
S(6, _(vt)),
|
2193
|
-
S(7, _(H)),
|
2194
|
-
S(8, _($)),
|
2195
|
-
S(9, D),
|
2196
|
-
S(10, O),
|
2197
|
-
S(11, Me),
|
2198
|
-
S(12, Ye(Xe))
|
2199
|
-
], We);
|
2200
|
-
let _t = class extends We {
|
2201
|
-
constructor(i, e, t, s, n, r, o, a, c, h, u, d, f, v, p, E, b) {
|
2202
|
-
super(
|
2203
|
-
i,
|
2204
|
-
e,
|
2205
|
-
t,
|
2206
|
-
s,
|
2207
|
-
n,
|
2208
|
-
r,
|
2209
|
-
o,
|
2210
|
-
a,
|
2211
|
-
c,
|
2212
|
-
v,
|
2213
|
-
p,
|
2214
|
-
E,
|
2215
|
-
b
|
2216
|
-
), this.unitID = i, this.type = e, this.session = t, this._docStateChangeManagerService = h, this._docTransformIMECacheService = u, this._docTransformSelectionsService = d, this._docSyncEditingCollabCursorService = f;
|
2217
|
-
}
|
2218
|
-
_createHandler() {
|
2219
|
-
const i = super._createHandler();
|
2220
|
-
return i.onTransformIME = (e) => this._docTransformIMECacheService.transformIMECache(e), i.onTransformSelections = (e) => this._docTransformSelectionsService.transformSelections(e), i.onSyncEditingCollabCursor = (e) => this._docSyncEditingCollabCursorService.syncEditingCollabCursor(e), i.onTransformRemoteChangesetByIMECache = (e) => this._docTransformIMECacheService.transformRemoteChangeset(e), i;
|
2221
|
-
}
|
2222
|
-
async _init() {
|
2223
|
-
const i = await super._init();
|
2224
|
-
return this._docStateChangeManagerService.docStateChange$.pipe(R(this.dispose$)).subscribe((e) => {
|
2225
|
-
if (e == null)
|
2226
|
-
return;
|
2227
|
-
const { unitId: t, redoState: s, commandId: n } = e;
|
2228
|
-
if (t !== this.unitID)
|
2229
|
-
return;
|
2230
|
-
const r = {
|
2231
|
-
id: n,
|
2232
|
-
type: Zt.MUTATION,
|
2233
|
-
params: {
|
2234
|
-
unitId: t,
|
2235
|
-
actions: s.actions,
|
2236
|
-
textRanges: null
|
2237
|
-
}
|
2238
|
-
};
|
2239
|
-
this._onLocalMutation(r);
|
2240
|
-
}), i;
|
2241
|
-
}
|
2242
|
-
};
|
2243
|
-
_t = ze([
|
2244
|
-
S(3, _(I)),
|
2245
|
-
S(4, _(y)),
|
2246
|
-
S(5, _(Ke)),
|
2247
|
-
S(6, _(vt)),
|
2248
|
-
S(7, _(H)),
|
2249
|
-
S(8, _($)),
|
2250
|
-
S(9, _(Js)),
|
2251
|
-
S(10, _(Be)),
|
2252
|
-
S(11, _(Ve)),
|
2253
|
-
S(12, _(yt)),
|
2254
|
-
S(13, D),
|
2255
|
-
S(14, O),
|
2256
|
-
S(15, Me),
|
2257
|
-
S(16, Ye(Xe))
|
2258
|
-
], _t);
|
2259
|
-
let ut = class extends We {
|
2260
|
-
constructor(i, e, t, s, n, r, o, a, c, h, u, d, f, v) {
|
2261
|
-
super(
|
2262
|
-
i,
|
2263
|
-
e,
|
2264
|
-
t,
|
2265
|
-
s,
|
2266
|
-
n,
|
2267
|
-
r,
|
2268
|
-
o,
|
2269
|
-
a,
|
2270
|
-
c,
|
2271
|
-
u,
|
2272
|
-
d,
|
2273
|
-
f,
|
2274
|
-
v
|
2275
|
-
), this.unitID = i, this.type = e, this.session = t, this._sheetTransformSelectionsService = h;
|
2276
|
-
}
|
2277
|
-
_createHandler() {
|
2278
|
-
const i = super._createHandler();
|
2279
|
-
return i.onTransformSelections = (e) => this._sheetTransformSelectionsService.transformSelections(e), i;
|
2280
|
-
}
|
2281
|
-
async _init() {
|
2282
|
-
const i = await super._init();
|
2283
|
-
return this.disposeWithMe(
|
2284
|
-
this._commandService.onCommandExecuted((e, t) => {
|
2285
|
-
if (e.type !== Zt.MUTATION || t != null && t.fromCollab || t != null && t.onlyLocal)
|
2286
|
-
return;
|
2287
|
-
const s = e.params;
|
2288
|
-
if ((s == null ? void 0 : s.unitId) !== this.unitID)
|
2289
|
-
return;
|
2290
|
-
const n = e, r = this._compressMutationService.interceptor.fetchThroughInterceptors(
|
2291
|
-
this._compressMutationService.interceptor.getInterceptPoints().COMPRESS_MUTATION_SEND
|
2292
|
-
)([n], null) || [n];
|
2293
|
-
this._onLocalMutation(r[0]);
|
2294
|
-
})
|
2295
|
-
), i;
|
2296
|
-
}
|
2297
|
-
};
|
2298
|
-
ut = ze([
|
2299
|
-
S(3, _(I)),
|
2300
|
-
S(4, _(y)),
|
2301
|
-
S(5, _(Ke)),
|
2302
|
-
S(6, _(vt)),
|
2303
|
-
S(7, _(H)),
|
2304
|
-
S(8, _($)),
|
2305
|
-
S(9, _(Fe)),
|
2306
|
-
S(10, D),
|
2307
|
-
S(11, O),
|
2308
|
-
S(12, Me),
|
2309
|
-
S(13, Ye(Xe))
|
2310
|
-
], ut);
|
2311
|
-
const Wt = ["purple300", "jiqing500", "verdancy600", "red300", "blue400", "gold400"];
|
2312
|
-
class Ot extends X {
|
2313
|
-
constructor() {
|
2314
|
-
super(...arguments);
|
2315
|
-
l(this, "_assignedColors", /* @__PURE__ */ new Map());
|
2316
|
-
l(this, "_colorIndex", 0);
|
2317
|
-
}
|
2318
|
-
assignAColorForMemberID(t) {
|
2319
|
-
if (this._assignedColors.has(t))
|
2320
|
-
return this._assignedColors.get(t);
|
2321
|
-
const s = Wt[this._colorIndex];
|
2322
|
-
return this._colorIndex = (this._colorIndex + 1) % Wt.length, this._assignedColors.set(t, s), s;
|
2323
|
-
}
|
2324
|
-
}
|
2325
|
-
var on = (i, e, t, s) => {
|
2326
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
2327
|
-
(o = i[r]) && (n = o(n) || n);
|
2328
|
-
return n;
|
2329
|
-
}, ne = (i, e) => (t, s) => e(t, s, i);
|
2330
|
-
const an = 300, cn = 100, hn = () => {
|
2331
|
-
let i = [], e = !1;
|
2332
|
-
return (t) => {
|
2333
|
-
i.push(t), e || (e = !0, setTimeout(() => {
|
2334
|
-
i.forEach((s) => s()), i = [], e = !1;
|
2335
|
-
}));
|
2336
|
-
};
|
2337
|
-
};
|
2338
|
-
let dt = class extends L {
|
2339
|
-
constructor(e, t, s, n, r, o, a, c) {
|
2340
|
-
super();
|
2341
|
-
l(this, "_online", !1);
|
2342
|
-
l(this, "_init", !1);
|
2343
|
-
/** Cursor info of the collaboration room members. The key would be the memberID. */
|
2344
|
-
l(this, "_cursorInfo$", new U(/* @__PURE__ */ new Map()));
|
2345
|
-
l(this, "cursorInfo$", this._cursorInfo$.asObservable());
|
2346
|
-
l(this, "_roomMembers$", new U([]));
|
2347
|
-
l(this, "roomMembers$", this._roomMembers$.pipe(is(an)));
|
2348
|
-
l(this, "_updateLocalCursor", Et((e, t) => {
|
2349
|
-
const s = {
|
2350
|
-
eventID: m.UPDATE_CURSOR,
|
2351
|
-
data: {
|
2352
|
-
unitID: this.unitID,
|
2353
|
-
memberID: this._session.getMemberID(),
|
2354
|
-
selection: vi(e, t.range)
|
2355
|
-
}
|
2356
|
-
};
|
2357
|
-
this._session.send(s, this.unitID);
|
2358
|
-
}, cn));
|
2359
|
-
this.unitID = e, this._session = t, this._injector = s, this._colorAssignService = n, this._memberService = r, this._univerInstanceService = o, this._commandService = a, this._refRangeService = c;
|
2360
|
-
}
|
2361
|
-
get cursorInfo() {
|
2362
|
-
return this._cursorInfo$.getValue();
|
2363
|
-
}
|
2364
|
-
get roomMembers() {
|
2365
|
-
return this._roomMembers$.getValue();
|
2366
|
-
}
|
2367
|
-
dispose() {
|
2368
|
-
super.dispose(), this._cursorInfo$.next(/* @__PURE__ */ new Map()), this._cursorInfo$.complete(), this._roomMembers$.next([]), this._roomMembers$.complete();
|
2369
|
-
}
|
2370
|
-
init() {
|
2371
|
-
this._init || (this._init = !0, this._session.sessionStatus$.pipe(R(this.dispose$)).subscribe((e) => {
|
2372
|
-
e === he.ONLINE ? this._toggleOnline() : this._toggleOffline();
|
2373
|
-
}), this._session.event$.pipe(R(this.dispose$)).subscribe((e) => {
|
2374
|
-
const t = e.eventID;
|
2375
|
-
t === m.UPDATE_CURSOR && this._onCursorUpdate(e), t === m.USERS_LEAVE && this._onCursorDelete(e);
|
2376
|
-
}), this._onRefRangeChange(), this.disposeWithMe(
|
2377
|
-
this._commandService.onCommandExecuted((e) => {
|
2378
|
-
if (this._online && e.id === at.id && e.params.unitId === this.unitID) {
|
2379
|
-
const t = e.params;
|
2380
|
-
this._updateLocalCursor(t.subUnitId, t.selections[0]);
|
2381
|
-
}
|
2382
|
-
})
|
2383
|
-
));
|
2384
|
-
}
|
2385
|
-
_onCursorUpdate(e) {
|
2386
|
-
var h, u;
|
2387
|
-
const { memberID: t, selection: s } = e.data, { sheetName: n, range: r } = Si(s), a = {
|
2388
|
-
name: (u = (h = this._memberService.getMember(this.unitID, t)) == null ? void 0 : h.name) != null ? u : "Unknown user",
|
2389
|
-
range: this._getMergeRange(n, r),
|
2390
|
-
sheetID: n,
|
2391
|
-
color: this._colorAssignService.assignAColorForMemberID(t),
|
2392
|
-
selection: s
|
2393
|
-
}, c = this.cursorInfo;
|
2394
|
-
c.set(t, a), this._cursorInfo$.next(c);
|
2395
|
-
}
|
2396
|
-
_onCursorDelete(e) {
|
2397
|
-
const { memberID: t } = e.data, s = this.cursorInfo;
|
2398
|
-
s.delete(t), this._cursorInfo$.next(s);
|
2399
|
-
}
|
2400
|
-
_getMergeRange(e, t) {
|
2401
|
-
var n, r;
|
2402
|
-
const s = (r = (n = this._univerInstanceService.getUniverSheetInstance(this.unitID)) == null ? void 0 : n.getSheetBySheetId(e)) == null ? void 0 : r.getMergeData();
|
2403
|
-
return (s == null ? void 0 : s.find((o) => Us.contains(o, t))) || t;
|
2404
|
-
}
|
2405
|
-
_onRefRangeChange() {
|
2406
|
-
const e = new Jt(), t = hn(), s = () => {
|
2407
|
-
e.dispose();
|
2408
|
-
const n = (r, o, a, c) => {
|
2409
|
-
let h = [];
|
2410
|
-
switch (r.id) {
|
2411
|
-
case j.DeleteRangeMoveLeftCommandId: {
|
2412
|
-
h = gi(r, c);
|
2413
|
-
break;
|
2414
|
-
}
|
2415
|
-
case j.DeleteRangeMoveUpCommandId: {
|
2416
|
-
h = di(r, c);
|
2417
|
-
break;
|
2418
|
-
}
|
2419
|
-
case j.InsertColCommandId: {
|
2420
|
-
h = ui(r, c);
|
2421
|
-
break;
|
2422
|
-
}
|
2423
|
-
case j.InsertRangeMoveDownCommandId: {
|
2424
|
-
h = _i(r, c);
|
2425
|
-
break;
|
2426
|
-
}
|
2427
|
-
case j.InsertRangeMoveRightCommandId: {
|
2428
|
-
h = li(r, c);
|
2429
|
-
break;
|
2430
|
-
}
|
2431
|
-
case j.InsertRowCommandId: {
|
2432
|
-
h = hi(r, c);
|
2433
|
-
break;
|
2434
|
-
}
|
2435
|
-
case j.MoveRangeCommandId: {
|
2436
|
-
h = ci(r, c);
|
2437
|
-
break;
|
2438
|
-
}
|
2439
|
-
case j.RemoveColCommandId: {
|
2440
|
-
h = ai(r, c);
|
2441
|
-
break;
|
2442
|
-
}
|
2443
|
-
case j.RemoveRowCommandId: {
|
2444
|
-
h = oi(r, c);
|
2445
|
-
break;
|
2446
|
-
}
|
2447
|
-
}
|
2448
|
-
const u = mi(h, c), d = this.cursorInfo.get(o);
|
2449
|
-
if (d && u) {
|
2450
|
-
const f = {
|
2451
|
-
...d,
|
2452
|
-
range: u
|
2453
|
-
};
|
2454
|
-
this.cursorInfo.set(o, f), t(() => {
|
2455
|
-
const v = this._refRangeService.registerRefRange(u, (p) => (v.dispose(), n(p, o, a, u)));
|
2456
|
-
e.add(v);
|
2457
|
-
});
|
2458
|
-
}
|
2459
|
-
return {
|
2460
|
-
redos: [],
|
2461
|
-
undos: []
|
2462
|
-
};
|
2463
|
-
};
|
2464
|
-
this.cursorInfo.forEach((r, o) => {
|
2465
|
-
const { range: a, sheetID: c } = r, h = this._refRangeService.registerRefRange(a, (u) => (h.dispose(), n(u, o, c, a)));
|
2466
|
-
e.add(h);
|
2467
|
-
});
|
2468
|
-
};
|
2469
|
-
this.disposeWithMe(
|
2470
|
-
T(
|
2471
|
-
this._cursorInfo$.subscribe(() => {
|
2472
|
-
s();
|
2473
|
-
})
|
2474
|
-
)
|
2475
|
-
);
|
2476
|
-
}
|
2477
|
-
_toggleOnline() {
|
2478
|
-
var s, n;
|
2479
|
-
if (this._online = !0, ((s = this._univerInstanceService.getFocusedUnit()) == null ? void 0 : s.getUnitId()) !== this.unitID)
|
2480
|
-
return;
|
2481
|
-
const t = (n = this._injector.get(hs).getSelections()) == null ? void 0 : n[0];
|
2482
|
-
t && this._updateLocalCursor(
|
2483
|
-
this._univerInstanceService.getCurrentUnitForType(M.UNIVER_SHEET).getActiveSheet().getSheetId(),
|
2484
|
-
t
|
2485
|
-
);
|
2486
|
-
}
|
2487
|
-
_toggleOffline() {
|
2488
|
-
this._online = !1;
|
2489
|
-
}
|
2490
|
-
};
|
2491
|
-
dt = on([
|
2492
|
-
ne(2, _(I)),
|
2493
|
-
ne(3, _(Ot)),
|
2494
|
-
ne(4, _(Z)),
|
2495
|
-
ne(5, k),
|
2496
|
-
ne(6, O),
|
2497
|
-
ne(7, _(ri))
|
2498
|
-
], dt);
|
2499
|
-
var ln = (i, e, t, s) => {
|
2500
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
2501
|
-
(o = i[r]) && (n = o(n) || n);
|
2502
|
-
return n;
|
2503
|
-
}, q = (i, e) => (t, s) => e(t, s, i);
|
2504
|
-
const _n = 300, un = 100;
|
2505
|
-
let gt = class extends L {
|
2506
|
-
constructor(e, t, s, n, r, o, a, c, h) {
|
2507
|
-
super();
|
2508
|
-
l(this, "_online", !1);
|
2509
|
-
l(this, "_init", !1);
|
2510
|
-
/** Cursor info of the collaboration room members. The key would be the memberID. */
|
2511
|
-
l(this, "_cursorInfo$", new U(/* @__PURE__ */ new Map()));
|
2512
|
-
l(this, "cursorInfo$", this._cursorInfo$.asObservable());
|
2513
|
-
l(this, "_roomMembers$", new U([]));
|
2514
|
-
l(this, "roomMembers$", this._roomMembers$.pipe(is(_n)));
|
2515
|
-
l(this, "_updateLocalCursor", Et((e) => {
|
2516
|
-
const t = {
|
2517
|
-
eventID: m.UPDATE_CURSOR,
|
2518
|
-
data: {
|
2519
|
-
unitID: this.unitID,
|
2520
|
-
memberID: this._session.getMemberID(),
|
2521
|
-
selection: Ss(e)
|
2522
|
-
}
|
2523
|
-
};
|
2524
|
-
this._session.send(t, this.unitID);
|
2525
|
-
}, un));
|
2526
|
-
this.unitID = e, this._session = t, this._injector = s, this._colorAssignService = n, this._memberService = r, this._syncEditingCollabCursorService = o, this._transformService = a, this._univerInstanceService = c, this._commandService = h;
|
2527
|
-
}
|
2528
|
-
get cursorInfo() {
|
2529
|
-
return this._cursorInfo$.getValue();
|
2530
|
-
}
|
2531
|
-
get roomMembers() {
|
2532
|
-
return this._roomMembers$.getValue();
|
2533
|
-
}
|
2534
|
-
dispose() {
|
2535
|
-
super.dispose(), this._cursorInfo$.next(/* @__PURE__ */ new Map()), this._cursorInfo$.complete(), this._roomMembers$.next([]), this._roomMembers$.complete();
|
2536
|
-
}
|
2537
|
-
init() {
|
2538
|
-
this._init || (this._init = !0, this._session.sessionStatus$.pipe(R(this.dispose$)).subscribe((e) => {
|
2539
|
-
e === he.ONLINE ? this._toggleOnline() : this._toggleOffline();
|
2540
|
-
}), this._session.event$.pipe(R(this.dispose$)).subscribe((e) => {
|
2541
|
-
const t = e.eventID;
|
2542
|
-
t === m.UPDATE_CURSOR && this._onCursorUpdate(e), t === m.USERS_LEAVE && this._onCursorDelete(e);
|
2543
|
-
}), this.disposeWithMe(
|
2544
|
-
this._commandService.onCommandExecuted((e) => {
|
2545
|
-
const t = e.params;
|
2546
|
-
t != null && this._online && e.id === qs.id && t.unitId === this.unitID && t.isEditing === !1 && this._updateLocalCursor(t.ranges);
|
2547
|
-
})
|
2548
|
-
), this._syncEditingCollabCursorService.collabCursorState$.pipe(R(this.dispose$)).subscribe((e) => {
|
2549
|
-
if ((e == null ? void 0 : e.unitID) !== this.unitID)
|
2550
|
-
return;
|
2551
|
-
const t = {
|
2552
|
-
eventID: m.UPDATE_CURSOR,
|
2553
|
-
data: e
|
2554
|
-
};
|
2555
|
-
this._onCursorUpdate(t);
|
2556
|
-
}), this.disposeWithMe(
|
2557
|
-
this._commandService.onCommandExecuted((e) => {
|
2558
|
-
if (e.params == null)
|
2559
|
-
return;
|
2560
|
-
const t = e.params;
|
2561
|
-
if (e.id !== Zs.id || t.unitId !== this.unitID)
|
2562
|
-
return;
|
2563
|
-
const s = {
|
2564
|
-
id: "doc.mutation.rich-text-editing",
|
2565
|
-
params: t
|
2566
|
-
}, n = this.cursorInfo;
|
2567
|
-
for (const [r, o] of n) {
|
2568
|
-
const a = {
|
2569
|
-
id: "doc.mutation.rich-text-editing",
|
2570
|
-
params: {
|
2571
|
-
unitId: this.unitID,
|
2572
|
-
actions: [],
|
2573
|
-
textRanges: o.ranges
|
2574
|
-
}
|
2575
|
-
}, c = this._transformService.transformMutation(s, a, !1);
|
2576
|
-
if (Le(c))
|
2577
|
-
throw c.error;
|
2578
|
-
n.set(r, {
|
2579
|
-
...o,
|
2580
|
-
ranges: c.m2Prime.params.textRanges
|
2581
|
-
});
|
2582
|
-
}
|
2583
|
-
queueMicrotask(() => {
|
2584
|
-
this._cursorInfo$.next(n);
|
2585
|
-
});
|
2586
|
-
})
|
2587
|
-
));
|
2588
|
-
}
|
2589
|
-
_onCursorUpdate(e) {
|
2590
|
-
var c, h;
|
2591
|
-
const { memberID: t, selection: s } = e.data, n = Zi(s), r = (h = (c = this._memberService.getMember(this.unitID, t)) == null ? void 0 : c.name) != null ? h : "Unknown user", o = {
|
2592
|
-
color: this._colorAssignService.assignAColorForMemberID(t),
|
2593
|
-
name: r,
|
2594
|
-
ranges: n
|
2595
|
-
}, a = this.cursorInfo;
|
2596
|
-
a.set(t, o), this._cursorInfo$.next(a);
|
2597
|
-
}
|
2598
|
-
_onCursorDelete(e) {
|
2599
|
-
const { memberID: t } = e.data, s = this.cursorInfo;
|
2600
|
-
s.delete(t), this._cursorInfo$.next(s);
|
2601
|
-
}
|
2602
|
-
_toggleOnline() {
|
2603
|
-
var n;
|
2604
|
-
if (this._online = !0, ((n = this._univerInstanceService.getFocusedUnit()) == null ? void 0 : n.getUnitId()) !== this.unitID)
|
2605
|
-
return;
|
2606
|
-
const t = this._injector.get(os).getSelections(), s = t == null ? void 0 : t.map(as);
|
2607
|
-
Array.isArray(s) && s.length > 0 && this._updateLocalCursor(s);
|
2608
|
-
}
|
2609
|
-
_toggleOffline() {
|
2610
|
-
this._online = !1;
|
2611
|
-
}
|
2612
|
-
};
|
2613
|
-
gt = ln([
|
2614
|
-
q(2, _(I)),
|
2615
|
-
q(3, _(Ot)),
|
2616
|
-
q(4, _(Z)),
|
2617
|
-
q(5, _(yt)),
|
2618
|
-
q(6, W),
|
2619
|
-
q(7, k),
|
2620
|
-
q(8, O)
|
2621
|
-
], gt);
|
2622
|
-
var dn = (i, e, t, s) => {
|
2623
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
2624
|
-
(o = i[r]) && (n = o(n) || n);
|
2625
|
-
return n;
|
2626
|
-
}, et = (i, e) => (t, s) => e(t, s, i);
|
2627
|
-
let le = class extends L {
|
2628
|
-
constructor(e, t, s) {
|
2629
|
-
super();
|
2630
|
-
// The the kay would be the memberID.
|
2631
|
-
l(this, "_entities", /* @__PURE__ */ new Map());
|
2632
|
-
l(this, "_entityInit$", new ae());
|
2633
|
-
this._univerInstanceService = e, this._injector = t, this._collabSessionService = s, this._init();
|
2634
|
-
}
|
2635
|
-
dispose() {
|
2636
|
-
super.dispose(), this._entityInit$.complete(), this._entities.forEach((e) => e.dispose());
|
2637
|
-
}
|
2638
|
-
getCollabCursors$(e) {
|
2639
|
-
return this._entities.has(e) ? this._entities.get(e).cursorInfo$ : this._entityInit$.pipe(
|
2640
|
-
Ut((t) => t.unitID === e),
|
2641
|
-
ot((t) => t.cursorInfo$)
|
2642
|
-
);
|
2643
|
-
}
|
2644
|
-
_init() {
|
2645
|
-
this._univerInstanceService.getTypeOfUnitAdded$(M.UNIVER_SHEET).pipe(R(this.dispose$)).subscribe(async (e) => {
|
2646
|
-
const t = e.getUnitId(), s = await this._startSheetCollabCursor(t);
|
2647
|
-
this._entityInit$.next(s), this._entities.set(t, s);
|
2648
|
-
}), this._univerInstanceService.getTypeOfUnitAdded$(M.UNIVER_DOC).pipe(R(this.dispose$)).pipe(Ut((e) => !e.getUnitId().startsWith("__"))).subscribe(async (e) => {
|
2649
|
-
const t = e.getUnitId(), s = await this._startDocCollabCursor(t);
|
2650
|
-
this._entityInit$.next(s), this._entities.set(t, s);
|
2651
|
-
}), Ct(
|
2652
|
-
this._univerInstanceService.getTypeOfUnitDisposed$(M.UNIVER_DOC),
|
2653
|
-
this._univerInstanceService.getTypeOfUnitDisposed$(M.UNIVER_SHEET)
|
2654
|
-
).pipe(R(this.dispose$)).subscribe((e) => {
|
2655
|
-
const t = e.getUnitId(), s = this._entities.get(t);
|
2656
|
-
s && (s.dispose(), this._entities.delete(t));
|
2657
|
-
});
|
2658
|
-
}
|
2659
|
-
async _startSheetCollabCursor(e) {
|
2660
|
-
const t = await this._collabSessionService.requireSession(e), s = this._injector.createInstance(dt, e, t);
|
2661
|
-
return s.init(), s;
|
2662
|
-
}
|
2663
|
-
async _startDocCollabCursor(e) {
|
2664
|
-
const t = await this._collabSessionService.requireSession(e), s = this._injector.createInstance(gt, e, t);
|
2665
|
-
return s.init(), s;
|
2666
|
-
}
|
2667
|
-
};
|
2668
|
-
le = dn([
|
2669
|
-
ee(te.Starting, le),
|
2670
|
-
et(0, k),
|
2671
|
-
et(1, _(I)),
|
2672
|
-
et(2, _(ye))
|
2673
|
-
], le);
|
2674
|
-
const we = 20, Gt = 200, tt = 4, gn = 5;
|
2675
|
-
function mn(i, e) {
|
2676
|
-
let { radius: t, width: s, height: n } = e;
|
2677
|
-
t = t != null ? t : 0, s = s != null ? s : 30, n = n != null ? n : 30;
|
2678
|
-
let r = 0, o = 0, a = 0;
|
2679
|
-
r = o = a = Math.min(t, s / 2, n / 2), i.beginPath(), i.moveTo(r, 0), i.lineTo(s - o, 0), i.arc(s - o, o, o, Math.PI * 3 / 2, 0, !1), i.lineTo(s, n - a), i.arc(s - a, n - a, a, 0, Math.PI / 2, !1), i.lineTo(0, n), i.lineTo(0, r), i.arc(r, r, r, Math.PI, Math.PI * 3 / 2, !1), i.closePath(), e.fill && (i.save(), i.fillStyle = e.fill, e.fillRule === "evenodd" ? i.fill("evenodd") : i.fill(), i.restore());
|
2680
|
-
}
|
2681
|
-
class Je extends ls {
|
2682
|
-
constructor(t, s) {
|
2683
|
-
super(t, s);
|
2684
|
-
l(this, "color");
|
2685
|
-
l(this, "text");
|
2686
|
-
this.color = s == null ? void 0 : s.color, this.text = s == null ? void 0 : s.text;
|
2687
|
-
}
|
2688
|
-
static drawWith(t, s) {
|
2689
|
-
const { text: n, color: r } = s;
|
2690
|
-
t.save(), t.font = "bold 13px Source Han Sans CN";
|
2691
|
-
const o = t.measureText(n).width, a = Math.min(
|
2692
|
-
o + 2 * tt,
|
2693
|
-
Gt
|
2694
|
-
);
|
2695
|
-
mn(t, {
|
2696
|
-
height: we,
|
2697
|
-
radius: 4,
|
2698
|
-
width: a,
|
2699
|
-
fill: r,
|
2700
|
-
evented: !1
|
2701
|
-
}), t.fillStyle = "#FFF";
|
2702
|
-
const c = tt, h = we - gn, u = Gt - 2 * tt;
|
2703
|
-
if (o > u) {
|
2704
|
-
let d = "", f = 0;
|
2705
|
-
for (const v of n) {
|
2706
|
-
const p = t.measureText(v).width;
|
2707
|
-
if (f + p <= u - t.measureText("...").width)
|
2708
|
-
d += v, f += p;
|
2709
|
-
else {
|
2710
|
-
d += "...";
|
2711
|
-
break;
|
2712
|
-
}
|
2713
|
-
}
|
2714
|
-
t.fillText(d, c, h);
|
2715
|
-
} else
|
2716
|
-
t.fillText(n, c, h);
|
2717
|
-
t.restore();
|
2718
|
-
}
|
2719
|
-
_draw(t) {
|
2720
|
-
Je.drawWith(t, this);
|
2721
|
-
}
|
2722
|
-
}
|
2723
|
-
const fn = 1, Sn = 1.5;
|
2724
|
-
class vn extends ls {
|
2725
|
-
constructor(t, s) {
|
2726
|
-
super(t, s);
|
2727
|
-
l(this, "_color");
|
2728
|
-
l(this, "_hovered", !1);
|
2729
|
-
l(this, "_range");
|
2730
|
-
l(this, "_name", "");
|
2731
|
-
l(this, "_labelPosition", "top");
|
2732
|
-
s && this.setShapeProps(s), this.onPointerEnterObserver.add(() => this.setShapeProps({ hovered: !0 })), this.onPointerLeaveObserver.add(() => this.setShapeProps({ hovered: !1 }));
|
2733
|
-
}
|
2734
|
-
setShapeProps(t) {
|
2735
|
-
var s, n, r, o, a;
|
2736
|
-
this._color = (s = t.color) != null ? s : this._color, this._hovered = (n = t.hovered) != null ? n : this._hovered, this._range = (r = t.range) != null ? r : this._range, this._name = (o = t.name) != null ? o : this._name, this._labelPosition = (a = t.labelPosition) != null ? a : this._labelPosition, this.transformByState({
|
2737
|
-
width: t.width,
|
2738
|
-
height: t.height
|
2739
|
-
});
|
2740
|
-
}
|
2741
|
-
onMouseMove(t) {
|
2742
|
-
const { row: s, column: n } = t;
|
2743
|
-
if (s >= this._range.startRow && s <= this._range.endRow && n >= this._range.startColumn && n <= this._range.endColumn) {
|
2744
|
-
this.setShapeProps({ hovered: !0 });
|
2745
|
-
return;
|
2746
|
-
}
|
2747
|
-
this.setShapeProps({ hovered: !1 });
|
2748
|
-
}
|
2749
|
-
triggerDblclick(t) {
|
2750
|
-
return !1;
|
2751
|
-
}
|
2752
|
-
_draw(t) {
|
2753
|
-
ct.drawWith(t, {
|
2754
|
-
width: this.width,
|
2755
|
-
height: this.height,
|
2756
|
-
strokeWidth: Sn,
|
2757
|
-
stroke: this._color,
|
2758
|
-
evented: !1
|
2759
|
-
}), this._hovered && (t.save(), t.transform(
|
2760
|
-
1,
|
2761
|
-
0,
|
2762
|
-
0,
|
2763
|
-
1,
|
2764
|
-
this.width,
|
2765
|
-
this._labelPosition === "bottom" ? 0 : -we
|
2766
|
-
), Je.drawWith(t, {
|
2767
|
-
text: this._name,
|
2768
|
-
color: this._color
|
2769
|
-
}), t.restore());
|
2770
|
-
}
|
2771
|
-
}
|
2772
|
-
var pn = (i, e, t, s) => {
|
2773
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
2774
|
-
(o = i[r]) && (n = o(n) || n);
|
2775
|
-
return n;
|
2776
|
-
}, Se = (i, e) => (t, s) => e(t, s, i);
|
2777
|
-
let Pe = class extends L {
|
2778
|
-
constructor(e, t, s, n, r) {
|
2779
|
-
super();
|
2780
|
-
/** Cursors stored for different Workbooks. */
|
2781
|
-
l(this, "_cursors", /* @__PURE__ */ new Set());
|
2782
|
-
l(this, "_lastPointer", null);
|
2783
|
-
this._collabCursorController = e, this._univerInstanceService = t, this._renderManagerService = s, this._sheetSkeletonManagerService = n, this._themeService = r, this._init();
|
2784
|
-
}
|
2785
|
-
_init() {
|
2786
|
-
this._sheetSkeletonManagerService.currentSkeleton$.pipe(
|
2787
|
-
It(this.dispose$),
|
2788
|
-
rs((e) => {
|
2789
|
-
if (e) {
|
2790
|
-
const t = e.sheetId;
|
2791
|
-
return ns(
|
2792
|
-
this._collabCursorController.getCollabCursors$(e.unitId),
|
2793
|
-
this._themeService.currentTheme$
|
2794
|
-
).pipe(
|
2795
|
-
ce(([s, n]) => {
|
2796
|
-
const r = /* @__PURE__ */ new Map();
|
2797
|
-
return s.forEach((o, a) => {
|
2798
|
-
if (o.sheetID === t) {
|
2799
|
-
const c = { ...o };
|
2800
|
-
c.color = n[o.color], r.set(a, c);
|
2801
|
-
}
|
2802
|
-
}), {
|
2803
|
-
skeleton: e,
|
2804
|
-
cursors: r
|
2805
|
-
};
|
2806
|
-
})
|
2807
|
-
);
|
2808
|
-
}
|
2809
|
-
return Te({
|
2810
|
-
skeleton: null,
|
2811
|
-
cursors: /* @__PURE__ */ new Map()
|
2812
|
-
});
|
2813
|
-
})
|
2814
|
-
).subscribe(({ skeleton: e, cursors: t }) => {
|
2815
|
-
this._removeCollabCursors(), e && this._updateCollabCursors(e, t);
|
2816
|
-
}), this._sheetSkeletonManagerService.currentSkeleton$.subscribe((e) => {
|
2817
|
-
if (e == null)
|
2818
|
-
return;
|
2819
|
-
const { unitId: t, skeleton: s } = e, n = this._renderManagerService.getRenderById(t);
|
2820
|
-
if (n == null)
|
2821
|
-
return;
|
2822
|
-
const { scene: r } = n;
|
2823
|
-
r.onPointerMoveObserver.add(
|
2824
|
-
Et((o) => {
|
2825
|
-
var b, G;
|
2826
|
-
const { offsetX: a, offsetY: c } = o, { x: h, y: u } = r.getRelativeCoord(
|
2827
|
-
$t.FromArray([a, c])
|
2828
|
-
), { scaleX: d, scaleY: f } = r.getAncestorScale(), v = r.getViewport(Ii.VIEW_MAIN), p = r.getScrollXYByRelativeCoords(
|
2829
|
-
$t.FromArray([h, u]),
|
2830
|
-
v
|
2831
|
-
), E = s.getCellPositionByOffset(
|
2832
|
-
a,
|
2833
|
-
c,
|
2834
|
-
d,
|
2835
|
-
f,
|
2836
|
-
p
|
2837
|
-
);
|
2838
|
-
((b = this._lastPointer) == null ? void 0 : b.column) === E.column && ((G = this._lastPointer) == null ? void 0 : G.row) === E.row || this._cursors.forEach((ue) => {
|
2839
|
-
ue.onMouseMove(E);
|
2840
|
-
});
|
2841
|
-
}, 100)
|
2842
|
-
);
|
2843
|
-
});
|
2844
|
-
}
|
2845
|
-
_updateCollabCursors(e, t) {
|
2846
|
-
var a;
|
2847
|
-
const s = (a = this._sheetSkeletonManagerService.getCurrent()) == null ? void 0 : a.skeleton;
|
2848
|
-
if (!s)
|
2849
|
-
return;
|
2850
|
-
const n = this._getSheetObject();
|
2851
|
-
if (!n)
|
2852
|
-
return;
|
2853
|
-
this._cursors.forEach((c) => {
|
2854
|
-
c.makeDirty();
|
2855
|
-
});
|
2856
|
-
const { scene: r } = n, o = Cn(Array.from(t.values())).map((c) => {
|
2857
|
-
const { color: h, range: u, name: d, selection: f, sheetID: v } = c, { startColumn: p, startRow: E, endColumn: b, endRow: G } = u, ue = Pt(E, p, r, s), qe = Pt(G, b, r, s), { columnHeaderHeightAndMarginTop: de } = s, { startX: ge, startY: Ze } = ue, { endX: bs, endY: Ts } = qe, Rs = bs - ge, ys = Ts - Ze, Os = {
|
2858
|
-
labelPosition: Ze - de >= we ? "top" : "bottom",
|
2859
|
-
sheetID: v,
|
2860
|
-
range: u,
|
2861
|
-
color: h,
|
2862
|
-
name: d,
|
2863
|
-
selection: f,
|
2864
|
-
left: ge,
|
2865
|
-
top: Ze,
|
2866
|
-
width: Rs,
|
2867
|
-
height: ys,
|
2868
|
-
evented: !1
|
2869
|
-
};
|
2870
|
-
return new vn(d, Os);
|
2871
|
-
});
|
2872
|
-
r.addObjects(o, fn), this._cursors = new Set(o);
|
2873
|
-
}
|
2874
|
-
_removeCollabCursors() {
|
2875
|
-
var e;
|
2876
|
-
(e = this._cursors) == null || e.forEach((t) => t.dispose());
|
2877
|
-
}
|
2878
|
-
_getSheetObject() {
|
2879
|
-
return Ei(this._univerInstanceService, this._renderManagerService);
|
2880
|
-
}
|
2881
|
-
};
|
2882
|
-
Pe = pn([
|
2883
|
-
ee(te.Steady, Pe),
|
2884
|
-
Se(0, _(le)),
|
2885
|
-
Se(1, k),
|
2886
|
-
Se(2, _s),
|
2887
|
-
Se(3, _(bi)),
|
2888
|
-
Se(4, _(Qt))
|
2889
|
-
], Pe);
|
2890
|
-
function Cn(i) {
|
2891
|
-
const e = /* @__PURE__ */ new Map();
|
2892
|
-
return i.forEach((t) => {
|
2893
|
-
if (e.has(t.selection)) {
|
2894
|
-
const s = e.get(t.selection);
|
2895
|
-
s.name += `, ${t.name}`;
|
2896
|
-
} else
|
2897
|
-
e.set(t.selection, t);
|
2898
|
-
}), Array.from(e.values());
|
2899
|
-
}
|
2900
|
-
var A = function() {
|
2901
|
-
return A = Object.assign || function(i) {
|
2902
|
-
for (var e, t = 1, s = arguments.length; t < s; t++) {
|
2903
|
-
e = arguments[t];
|
2904
|
-
for (var n in e)
|
2905
|
-
Object.prototype.hasOwnProperty.call(e, n) && (i[n] = e[n]);
|
2906
|
-
}
|
2907
|
-
return i;
|
2908
|
-
}, A.apply(this, arguments);
|
2909
|
-
}, In = function(i, e) {
|
2910
|
-
var t = {};
|
2911
|
-
for (var s in i)
|
2912
|
-
Object.prototype.hasOwnProperty.call(i, s) && e.indexOf(s) < 0 && (t[s] = i[s]);
|
2913
|
-
if (i != null && typeof Object.getOwnPropertySymbols == "function")
|
2914
|
-
for (var n = 0, s = Object.getOwnPropertySymbols(i); n < s.length; n++)
|
2915
|
-
e.indexOf(s[n]) < 0 && Object.prototype.propertyIsEnumerable.call(i, s[n]) && (t[s[n]] = i[s[n]]);
|
2916
|
-
return t;
|
2917
|
-
}, wt = bt(function(i, e) {
|
2918
|
-
var t = i.icon, s = i.id, n = i.className, r = i.extend, o = In(i, ["icon", "id", "className", "extend"]), a = "univerjs-icon univerjs-icon-".concat(s, " ").concat(n || "").trim(), c = yi("_".concat(Tn()));
|
2919
|
-
return ps(t, "".concat(s), { defIds: t.defIds, idSuffix: c.current }, A({ ref: e, className: a }, o), r);
|
2920
|
-
});
|
2921
|
-
function ps(i, e, t, s, n) {
|
2922
|
-
return Tt(i.tag, A(A({ key: e }, En(i, t, n)), s), (bn(i, t).children || []).map(function(r, o) {
|
2923
|
-
return ps(r, "".concat(e, "-").concat(i.tag, "-").concat(o), t, void 0, n);
|
2924
|
-
}));
|
2925
|
-
}
|
2926
|
-
function En(i, e, t) {
|
2927
|
-
var s = A({}, i.attrs);
|
2928
|
-
t != null && t.colorChannel1 && s.fill === "colorChannel1" && (s.fill = t.colorChannel1);
|
2929
|
-
var n = e.defIds;
|
2930
|
-
return !n || n.length === 0 || (i.tag === "use" && s["xlink:href"] && (s["xlink:href"] = s["xlink:href"] + e.idSuffix), Object.entries(s).forEach(function(r) {
|
2931
|
-
var o = r[0], a = r[1];
|
2932
|
-
typeof a == "string" && (s[o] = a.replace(/url\(#(.*)\)/, "url(#$1".concat(e.idSuffix, ")")));
|
2933
|
-
})), s;
|
2934
|
-
}
|
2935
|
-
function bn(i, e) {
|
2936
|
-
var t, s = e.defIds;
|
2937
|
-
return !s || s.length === 0 ? i : i.tag === "defs" && (!((t = i.children) === null || t === void 0) && t.length) ? A(A({}, i), { children: i.children.map(function(n) {
|
2938
|
-
return typeof n.attrs.id == "string" && s && s.indexOf(n.attrs.id) > -1 ? A(A({}, n), { attrs: A(A({}, n.attrs), { id: n.attrs.id + e.idSuffix }) }) : n;
|
2939
|
-
}) }) : i;
|
2940
|
-
}
|
2941
|
-
function Tn() {
|
2942
|
-
return Math.random().toString(36).substring(2, 8);
|
2943
|
-
}
|
2944
|
-
wt.displayName = "UniverIcon";
|
2945
|
-
var Rn = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_585", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_102_585)" }, children: [{ tag: "path", attrs: { d: "M8.00011 11.7216C7.64665 11.7216 7.36011 11.435 7.36011 11.0816V2.76158C7.36011 2.40812 7.64665 2.12158 8.00011 2.12158 8.35357 2.12158 8.64011 2.40812 8.64011 2.76158V11.0816C8.64011 11.435 8.35357 11.7216 8.00011 11.7216zM8.00008 13.8783C8.46032 13.8783 8.83342 13.5052 8.83342 13.045 8.83342 12.5847 8.46032 12.2116 8.00008 12.2116 7.53985 12.2116 7.16675 12.5847 7.16675 13.045 7.16675 13.5052 7.53985 13.8783 8.00008 13.8783zM9.43991 3.3083V4.6566C11.1747 4.93531 12.8439 5.72115 14.2082 7.01405 14.4754 7.26731 14.8974 7.25598 15.1506 6.98873 15.4039 6.72149 15.3926 6.29953 15.1253 6.04626 13.5035 4.50928 11.5069 3.59665 9.43991 3.3083zM2.3565 6.52137C3.60481 5.51948 5.05771 4.89789 6.55991 4.65657V3.30842C4.7603 3.55961 3.014 4.284 1.52191 5.48155 1.3003 5.65943 1.08439 5.84768.874838 6.04627.607592 6.29953.59626 6.72149.849526 6.98873 1.10279 7.25598 1.52475 7.26731 1.79199 7.01405 1.97498 6.84063 2.16333 6.67643 2.3565 6.52137zM2.86201 8.33667C3.91262 7.28606 5.2049 6.62442 6.55991 6.35175V7.71826C5.55037 7.96981 4.59408 8.49022 3.80482 9.27947 3.54447 9.53982 3.12236 9.53982 2.86201 9.27947 2.60166 9.01912 2.60166 8.59701 2.86201 8.33667zM9.43991 7.71818V6.35169C10.795 6.62431 12.0875 7.28597 13.1382 8.33667 13.3985 8.59701 13.3985 9.01912 13.1382 9.27947 12.8778 9.53982 12.4557 9.53982 12.1953 9.27947 11.406 8.49013 10.4496 7.9697 9.43991 7.71818zM4.86201 10.5082C5.35689 10.0134 5.93957 9.65979 6.55991 9.44753V10.8951C6.28821 11.0374 6.03315 11.2227 5.80482 11.451 5.54447 11.7114 5.12236 11.7114 4.86201 11.451 4.60166 11.1907 4.60166 10.7686 4.86201 10.5082zM9.43991 10.8949V9.44741C10.0604 9.65966 10.6432 10.0133 11.1382 10.5082 11.3985 10.7686 11.3985 11.1907 11.1382 11.451 10.8778 11.7114 10.4557 11.7114 10.1953 11.451 9.96691 11.2226 9.71174 11.0372 9.43991 10.8949z" } }] }] }, Cs = bt(function(i, e) {
|
2946
|
-
return Tt(wt, Object.assign({}, i, {
|
2947
|
-
id: "off-line-single",
|
2948
|
-
ref: e,
|
2949
|
-
icon: Rn
|
2950
|
-
}));
|
2951
|
-
});
|
2952
|
-
Cs.displayName = "OffLineSingle";
|
2953
|
-
var yn = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_580", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_102_580)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { d: "M5.82613 4.56746C5.40036 5.04236 5.18674 5.65314 5.02643 6.21425C4.94606 6.49553 4.68897 6.68945 4.39644 6.68945C4.17409 6.68945 3.56092 6.78651 3.0238 7.12221C2.52284 7.43531 2.10324 7.93892 2.10324 8.81885C2.10324 9.60442 2.39454 10.0131 2.72844 10.2503C3.09823 10.5131 3.60322 10.6206 4.06884 10.6206C4.43069 10.6206 4.72404 10.914 4.72404 11.2758C4.72404 11.6377 4.43069 11.931 4.06884 11.931C3.44246 11.931 2.63705 11.7929 1.96945 11.3185C1.26595 10.8187 0.792847 9.99887 0.792847 8.81885C0.792847 7.40558 1.51984 6.5169 2.32929 6.011C2.8676 5.67455 3.44845 5.50028 3.89776 5.42544C4.07573 4.89085 4.35413 4.2463 4.85044 3.69271C5.51609 2.95026 6.5174 2.43066 8.00003 2.43066C9.27898 2.43066 10.2502 2.7993 10.9548 3.3781C11.5184 3.84106 11.881 4.41324 12.1008 4.9709C12.1429 4.98097 12.1875 4.99222 12.2342 5.00477C12.549 5.08928 12.9754 5.23648 13.408 5.48878C14.2932 6.00515 15.2072 6.97409 15.2072 8.65505C15.2072 9.79541 14.8194 10.6501 14.1525 11.2059C13.5065 11.7442 12.6838 11.931 11.9312 11.931C11.5694 11.931 11.276 11.6377 11.276 11.2758C11.276 10.914 11.5694 10.6206 11.9312 10.6206C12.4891 10.6206 12.9767 10.4799 13.3136 10.1992C13.6294 9.93602 13.8968 9.48028 13.8968 8.65505C13.8968 7.55142 13.3367 6.96426 12.7477 6.62068C12.4431 6.443 12.1325 6.33426 11.8944 6.27034C11.7766 6.23871 11.6799 6.21893 11.6151 6.20737C11.5828 6.2016 11.5587 6.19792 11.5442 6.19585L11.53 6.19391L11.5302 6.19393L11.5307 6.19398C11.2667 6.16442 11.0466 5.97834 10.9736 5.72285C10.8382 5.24885 10.5726 4.75996 10.123 4.39067C9.68107 4.02762 9.01427 3.74106 8.00003 3.74106C6.86186 3.74106 6.22518 4.12236 5.82613 4.56746ZM11.53 6.19391L11.5294 6.19384L11.5286 6.19374C11.5284 6.19372 11.5288 6.19377 11.53 6.19391Z" } }, { tag: "path", attrs: { d: "M11.0302 9.12626C11.3127 9.35231 11.3585 9.76463 11.1325 10.0472L8.51171 13.3232C8.40173 13.4606 8.24107 13.5481 8.06592 13.5658C7.89077 13.5835 7.71587 13.5299 7.58063 13.4172L5.61504 11.7792C5.33705 11.5476 5.2995 11.1344 5.53115 10.8564C5.7628 10.5785 6.17595 10.5409 6.45393 10.7725L7.90602 11.9826L10.1093 9.22859C10.3353 8.94603 10.7476 8.90021 11.0302 9.12626Z" } }] }] }, Is = bt(function(i, e) {
|
2954
|
-
return Tt(wt, Object.assign({}, i, {
|
2955
|
-
id: "on-line-single",
|
2956
|
-
ref: e,
|
2957
|
-
icon: yn
|
2958
|
-
}));
|
2959
|
-
});
|
2960
|
-
Is.displayName = "OnLineSingle";
|
2961
|
-
const On = "univer-online-status-icon", wn = "univer-online-status-title", Mn = "univer-online-status", Dn = "univer-online", Nn = "univer-offline", ve = {
|
2962
|
-
onlineStatusIcon: On,
|
2963
|
-
onlineStatusTitle: wn,
|
2964
|
-
onlineStatus: Mn,
|
2965
|
-
online: Dn,
|
2966
|
-
offline: Nn
|
2967
|
-
};
|
2968
|
-
function An(i) {
|
2969
|
-
switch (i) {
|
2970
|
-
case w.OFFLINE:
|
2971
|
-
return "collabStatus.offline";
|
2972
|
-
case w.CONFLICT:
|
2973
|
-
return "collabStatus.conflict";
|
2974
|
-
case w.FETCH_MISS:
|
2975
|
-
return "collabStatus.fetchMiss";
|
2976
|
-
case w.NOT_COLLAB:
|
2977
|
-
return "collabStatus.notCollab";
|
2978
|
-
case w.PENDING:
|
2979
|
-
case w.AWAITING:
|
2980
|
-
case w.AWAITING_WITH_PENDING:
|
2981
|
-
return "collabStatus.syncing";
|
2982
|
-
case w.SYNCED:
|
2983
|
-
return "collabStatus.synced";
|
2984
|
-
}
|
2985
|
-
}
|
2986
|
-
function Un(i) {
|
2987
|
-
const e = js(i.status$, w.NOT_COLLAB), t = Ti(H), s = e !== w.OFFLINE, n = t.t(An(e)), r = Oi(ve.onlineStatus, {
|
2988
|
-
[ve.online]: s,
|
2989
|
-
[ve.offline]: !s
|
2990
|
-
}), o = s ? /* @__PURE__ */ oe.createElement(Is, null) : /* @__PURE__ */ oe.createElement(Cs, null);
|
2991
|
-
return /* @__PURE__ */ oe.createElement("div", { className: r }, /* @__PURE__ */ oe.createElement("div", { className: ve.onlineStatusIcon }, o), /* @__PURE__ */ oe.createElement("div", { className: ve.onlineStatusTitle }, n));
|
2992
|
-
}
|
2993
|
-
var kn = (i, e, t, s) => {
|
2994
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
2995
|
-
(o = i[r]) && (n = o(n) || n);
|
2996
|
-
return n;
|
2997
|
-
}, Ue = (i, e) => (t, s) => e(t, s, i);
|
2998
|
-
let xe = class extends X {
|
2999
|
-
constructor(e, t, s, n) {
|
3000
|
-
super();
|
3001
|
-
l(this, "_status$", new U(w.NOT_COLLAB));
|
3002
|
-
this._uiController = e, this._univerInstanceService = t, this._injector = s, this._collaborationController = n, this._mountOnlineHint(), this._initStatusListener();
|
3003
|
-
}
|
3004
|
-
_mountOnlineHint() {
|
3005
|
-
this.disposeWithMe(
|
3006
|
-
this._uiController.registerComponent(
|
3007
|
-
Bs.HEADER_MENU,
|
3008
|
-
() => Ri(Ln({ status$: this._status$.asObservable() }), this._injector)
|
3009
|
-
)
|
3010
|
-
);
|
3011
|
-
}
|
3012
|
-
_initStatusListener() {
|
3013
|
-
this.disposeWithMe(
|
3014
|
-
T(
|
3015
|
-
this._univerInstanceService.focused$.pipe(
|
3016
|
-
ot(() => {
|
3017
|
-
const e = this._univerInstanceService.getFocusedUnit();
|
3018
|
-
return e ? this._collaborationController.getCollabEntity$(e.getUnitId()) : Te(null);
|
3019
|
-
}),
|
3020
|
-
ot((e) => e ? e.status$ : Te(w.NOT_COLLAB))
|
3021
|
-
).subscribe((e) => {
|
3022
|
-
this._status$.next(e);
|
3023
|
-
})
|
3024
|
-
)
|
3025
|
-
);
|
3026
|
-
}
|
3027
|
-
};
|
3028
|
-
xe = kn([
|
3029
|
-
ee(te.Starting, xe),
|
3030
|
-
Ue(0, Vs),
|
3031
|
-
Ue(1, k),
|
3032
|
-
Ue(2, _(I)),
|
3033
|
-
Ue(3, _(Ie))
|
3034
|
-
], xe);
|
3035
|
-
function Ln(i) {
|
3036
|
-
const { status$: e } = i;
|
3037
|
-
return function() {
|
3038
|
-
return /* @__PURE__ */ oe.createElement(Un, { status$: e });
|
3039
|
-
};
|
3040
|
-
}
|
3041
|
-
const Es = pt("uni.network.url-service");
|
3042
|
-
var $n = (i, e, t, s) => {
|
3043
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
3044
|
-
(o = i[r]) && (n = o(n) || n);
|
3045
|
-
return n;
|
3046
|
-
}, re = (i, e) => (t, s) => e(t, s, i);
|
3047
|
-
let Ee = class extends L {
|
3048
|
-
constructor(i, e, t, s, n, r) {
|
3049
|
-
super(), this._urlService = i, this._logService = e, this._commandService = t, this._localCacheService = s, this._snapshotService = n, r ? r == null || r.whenReady().then(() => this._init()) : (this._logService.debug(
|
3050
|
-
"[DataLoaderController]",
|
3051
|
-
"No remote instance service injected. May not syncing edits to the web worker."
|
3052
|
-
), this._init());
|
3053
|
-
}
|
3054
|
-
async _init() {
|
3055
|
-
const i = this._urlService.getParam("unit"), e = this._urlService.getParam("type");
|
3056
|
-
if (!i || !e) {
|
3057
|
-
this._logService.debug(
|
3058
|
-
"[DataLoaderController]",
|
3059
|
-
"No unitID or type in URL. Will not load files from remote address."
|
3060
|
-
);
|
3061
|
-
return;
|
3062
|
-
}
|
3063
|
-
switch (Number(e)) {
|
3064
|
-
case x.UNIVER_SHEET: {
|
3065
|
-
const t = await this._loadSheet(i);
|
3066
|
-
this._setupSubUnitSync(t);
|
3067
|
-
break;
|
3068
|
-
}
|
3069
|
-
case x.UNIVER_DOC: {
|
3070
|
-
await this._loadDoc(i);
|
3071
|
-
break;
|
3072
|
-
}
|
3073
|
-
default: {
|
3074
|
-
this._logService.error(
|
3075
|
-
"[DataLoaderController]",
|
3076
|
-
"Unknown type in URL. Will not load files from remote address."
|
3077
|
-
);
|
3078
|
-
break;
|
3079
|
-
}
|
3080
|
-
}
|
3081
|
-
}
|
3082
|
-
async _setupSubUnitSync(i) {
|
3083
|
-
await this._updateSubUnitFromURLParams(i), i.activeSheet$.pipe(R(this.dispose$)).subscribe((e) => {
|
3084
|
-
e && this._updateURLWithCurrentState(e);
|
3085
|
-
}), this._urlService.urlChange$.pipe(R(this.dispose$)).subscribe(() => this._updateSubUnitFromURLParams(i));
|
3086
|
-
}
|
3087
|
-
_updateURLWithCurrentState(i, e = !1) {
|
3088
|
-
const t = this._urlService.getParam("subunit");
|
3089
|
-
i.getSheetId() !== t && this._urlService.setParam("subunit", i.getSheetId(), e);
|
3090
|
-
}
|
3091
|
-
async _updateSubUnitFromURLParams(i) {
|
3092
|
-
const e = this._urlService.getParam("subunit");
|
3093
|
-
if (!e || !i.getSheetBySheetId(e)) {
|
3094
|
-
this._updateURLWithCurrentState(i.getActiveSheet(), !0);
|
3095
|
-
return;
|
3096
|
-
}
|
3097
|
-
i.getActiveSheet().getSheetId() !== e && await this._commandService.executeCommand(fi.id, {
|
3098
|
-
unitId: i.getUnitId(),
|
3099
|
-
subUnitId: e
|
3100
|
-
});
|
3101
|
-
}
|
3102
|
-
async _loadSheet(i) {
|
3103
|
-
let e = 0;
|
3104
|
-
const t = await this._localCacheService.loadOfflineData(i);
|
3105
|
-
return t && (t.awaitingChangeset || t.mutations.length !== 0) && (e = t.rev), e === 0 && this._logService.debug("[DataLoaderController]", "fetching the latest document from the server."), this._snapshotService.loadSheet(i, e);
|
3106
|
-
}
|
3107
|
-
async _loadDoc(i) {
|
3108
|
-
let e = 0;
|
3109
|
-
const t = await this._localCacheService.loadOfflineData(i);
|
3110
|
-
return t && (t.awaitingChangeset || t.mutations.length !== 0) && (e = t.rev), e === 0 && this._logService.debug("[DataLoaderController]", "fetching the latest document from the server."), this._snapshotService.loadDoc(i, e);
|
3111
|
-
}
|
3112
|
-
};
|
3113
|
-
Ee = $n([
|
3114
|
-
ee(te.Starting, Ee),
|
3115
|
-
re(0, Es),
|
3116
|
-
re(1, D),
|
3117
|
-
re(2, O),
|
3118
|
-
re(3, _(y)),
|
3119
|
-
re(4, _(Ws)),
|
3120
|
-
re(5, Ye(wi))
|
3121
|
-
], Ee);
|
3122
|
-
var Pn = (i, e, t, s) => {
|
3123
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
3124
|
-
(o = i[r]) && (n = o(n) || n);
|
3125
|
-
return n;
|
3126
|
-
}, Kt = (i, e) => (t, s) => e(t, s, i);
|
3127
|
-
const xn = "DEFAULT_FILE_NAME", Hn = "Univer";
|
3128
|
-
let He = class extends X {
|
3129
|
-
constructor(i, e) {
|
3130
|
-
super(), this._univerInstanceService = i, this._configService = e, this._init();
|
3131
|
-
}
|
3132
|
-
_init() {
|
3133
|
-
this.disposeWithMe(
|
3134
|
-
T(
|
3135
|
-
this._univerInstanceService.focused$.subscribe(() => {
|
3136
|
-
var t;
|
3137
|
-
const i = this._univerInstanceService.getFocusedUnit();
|
3138
|
-
let e = (t = this._configService.getConfig(xn)) != null ? t : Hn;
|
3139
|
-
i instanceof ks && (e = i.name), document.title = e;
|
3140
|
-
})
|
3141
|
-
)
|
3142
|
-
);
|
3143
|
-
}
|
3144
|
-
};
|
3145
|
-
He = Pn([
|
3146
|
-
ee(te.Ready, He),
|
3147
|
-
Kt(0, k),
|
3148
|
-
Kt(1, z)
|
3149
|
-
], He);
|
3150
|
-
const jn = {
|
3151
|
-
collabStatus: {
|
3152
|
-
fetchMiss: "正在同步服务端数据...",
|
3153
|
-
conflict: "编辑冲突",
|
3154
|
-
notCollab: "本地文件",
|
3155
|
-
synced: "已保存",
|
3156
|
-
syncing: "保存中...",
|
3157
|
-
offline: "编辑将在本地保存"
|
3158
|
-
},
|
3159
|
-
session: {
|
3160
|
-
"connection-failed": "连接失败,请检查你的网络",
|
3161
|
-
"will-retry": "连接失败,将在一会儿之后重试",
|
3162
|
-
"room-full": "协同房间已满,你的编辑将在本地保存",
|
3163
|
-
"collaboration-timeout": "服务器未响应你的协同请求,你的编辑将在本地保存"
|
3164
|
-
},
|
3165
|
-
conflict: {
|
3166
|
-
title: "协同冲突",
|
3167
|
-
content: "你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。"
|
3168
|
-
},
|
3169
|
-
collaboration: {
|
3170
|
-
"single-unit": {
|
3171
|
-
warning: "你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。"
|
3172
|
-
}
|
3173
|
-
},
|
3174
|
-
auth: {
|
3175
|
-
needGotoLoginAlert: "你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。"
|
3176
|
-
}
|
3177
|
-
}, Bn = jn;
|
3178
|
-
var Vn = (i, e, t, s) => {
|
3179
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
3180
|
-
(o = i[r]) && (n = o(n) || n);
|
3181
|
-
return n;
|
3182
|
-
}, Yt = (i, e) => (t, s) => e(t, s, i);
|
3183
|
-
const Fn = "SNAPSHOT_SERVER_URL_KEY", Wn = "/universer-api/snapshot";
|
3184
|
-
let mt = class {
|
3185
|
-
constructor(i, e) {
|
3186
|
-
this._configService = i, this._httpService = e;
|
3187
|
-
}
|
3188
|
-
async getUnitOnRev(i, e) {
|
3189
|
-
var u;
|
3190
|
-
const { unitID: t, type: s, revision: n = 0 } = e, o = `${this._getAPIPrefixPath()}/${s}/unit/${t}/rev/${n === 1 ? 0 : n}`, c = (await this._httpService.get(o)).body, h = (u = c.snapshot) == null ? void 0 : u.workbook;
|
3191
|
-
if (h) {
|
3192
|
-
const d = h == null ? void 0 : h.originalMeta, f = Mt.encode(Dt(d));
|
3193
|
-
h.originalMeta = f, Object.entries(h.sheets).forEach(([, v]) => {
|
3194
|
-
const p = v.originalMeta, E = Mt.encode(Dt(p));
|
3195
|
-
v.originalMeta = E;
|
3196
|
-
});
|
3197
|
-
}
|
3198
|
-
return c;
|
3199
|
-
}
|
3200
|
-
async getSheetBlock(i, e) {
|
3201
|
-
const { unitID: t, type: s, blockID: n } = e, o = `${this._getAPIPrefixPath()}/${s}/unit/${t}/block/${n}`;
|
3202
|
-
return (await this._httpService.get(o)).body;
|
3203
|
-
}
|
3204
|
-
async fetchMissingChangesets(i, e) {
|
3205
|
-
const { unitID: t, type: s, from: n, to: r } = e, a = `${this._getAPIPrefixPath()}/${s}/unit/${t}/fetchmissing?from=${n}&to=${r}`;
|
3206
|
-
return (await this._httpService.get(a)).body;
|
3207
|
-
}
|
3208
|
-
_getAPIPrefixPath() {
|
3209
|
-
var i;
|
3210
|
-
return (i = this._configService.getConfig(Fn)) != null ? i : Wn;
|
3211
|
-
}
|
3212
|
-
// #region - server only methods
|
3213
|
-
async getResourcesRequest(i, e) {
|
3214
|
-
const t = `/universer-api/snapshot/${e.type}/unit/${e.unitID}/resources`;
|
3215
|
-
return (await this._httpService.get(t, {
|
3216
|
-
params: { resourceId: JSON.stringify(e.resourceIDs) }
|
3217
|
-
})).body;
|
3218
|
-
}
|
3219
|
-
saveSnapshot() {
|
3220
|
-
throw new Error("This method should not be called on the client side!");
|
3221
|
-
}
|
3222
|
-
saveSheetBlock() {
|
3223
|
-
throw new Error("This method should not be called on the client side!");
|
3224
|
-
}
|
3225
|
-
saveChangeset() {
|
3226
|
-
throw new Error("This method should not be called on the client side!");
|
3227
|
-
}
|
3228
|
-
// #endregion - server only methods
|
3229
|
-
};
|
3230
|
-
mt = Vn([
|
3231
|
-
Yt(0, z),
|
3232
|
-
Yt(1, _(Re))
|
3233
|
-
], mt);
|
3234
|
-
var Gn = (i, e, t, s) => {
|
3235
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
3236
|
-
(o = i[r]) && (n = o(n) || n);
|
3237
|
-
return n;
|
3238
|
-
}, pe = (i, e) => (t, s) => e(t, s, i);
|
3239
|
-
let ft = class extends Ls {
|
3240
|
-
constructor(i, e, t, s, n) {
|
3241
|
-
super(i, e, t), this._transformService = s, this._logService = n;
|
3242
|
-
}
|
3243
|
-
transformUndoRedo(i, e) {
|
3244
|
-
const t = this._getUndoStack(i);
|
3245
|
-
if (t)
|
3246
|
-
try {
|
3247
|
-
const n = this._transformStack(t, e);
|
3248
|
-
this._substituteUndoStack(i, n);
|
3249
|
-
} catch (n) {
|
3250
|
-
this._logService.error("[CollaborationUndoRedoService]", n), this._clearUndo(i);
|
3251
|
-
}
|
3252
|
-
const s = this._getRedoStack(i);
|
3253
|
-
if (s)
|
3254
|
-
try {
|
3255
|
-
const n = this._transformStack(s, e);
|
3256
|
-
this._substituteRedoStack(i, n);
|
3257
|
-
} catch (n) {
|
3258
|
-
this._logService.error(n), this._clearRedo(i);
|
3259
|
-
}
|
3260
|
-
}
|
3261
|
-
_clearUndo(i) {
|
3262
|
-
const e = this._getUndoStack(i);
|
3263
|
-
e && (e.length = 0, this._updateStatus());
|
3264
|
-
}
|
3265
|
-
_clearRedo(i) {
|
3266
|
-
const e = this._getRedoStack(i);
|
3267
|
-
e && (e.length = 0, this._updateStatus());
|
3268
|
-
}
|
3269
|
-
_substituteUndoStack(i, e) {
|
3270
|
-
this._undoStacks.set(i, e), this._updateStatus();
|
3271
|
-
}
|
3272
|
-
_substituteRedoStack(i, e) {
|
3273
|
-
this._redoStacks.set(i, e), this._updateStatus();
|
3274
|
-
}
|
3275
|
-
_transformStack(i, e) {
|
3276
|
-
const t = [];
|
3277
|
-
let s = e, n = e;
|
3278
|
-
for (let r = i.length - 1; r >= 0; r--) {
|
3279
|
-
const { unitID: o, undoMutations: a, redoMutations: c } = i[r], h = this._transformService.transformMutationsWithChangeset(s, a), u = this._transformService.transformMutationsWithChangeset(n, c);
|
3280
|
-
if (At(h) || At(u)) {
|
3281
|
-
this._logService.error("[CollaborationUndoRedoService]", "transformStack failed!", h, u);
|
3282
|
-
break;
|
3283
|
-
}
|
3284
|
-
s = h.c1Prime, n = u.c1Prime, t.push({
|
3285
|
-
unitID: o,
|
3286
|
-
undoMutations: h.m2Prime,
|
3287
|
-
redoMutations: u.m2Prime
|
3288
|
-
});
|
3289
|
-
}
|
3290
|
-
return t.reverse();
|
3291
|
-
}
|
3292
|
-
};
|
3293
|
-
ft = Gn([
|
3294
|
-
pe(0, k),
|
3295
|
-
pe(1, O),
|
3296
|
-
pe(2, $s),
|
3297
|
-
pe(3, W),
|
3298
|
-
pe(4, D)
|
3299
|
-
], ft);
|
3300
|
-
class Kn extends L {
|
3301
|
-
constructor() {
|
3302
|
-
super();
|
3303
|
-
l(this, "urlChange$");
|
3304
|
-
this.urlChange$ = ss(window, "popstate").pipe(
|
3305
|
-
R(this.dispose$),
|
3306
|
-
Ks(1),
|
3307
|
-
Ys(void 0)
|
3308
|
-
);
|
3309
|
-
}
|
3310
|
-
setParam(t, s, n = !1) {
|
3311
|
-
const r = new URL(window.location.href);
|
3312
|
-
r.searchParams.set(t, s), n ? window.history.replaceState("", "", r.toString()) : window.history.pushState("", "", r.toString());
|
3313
|
-
}
|
3314
|
-
removeParam(t, s = !1) {
|
3315
|
-
const n = new URL(window.location.href);
|
3316
|
-
n.searchParams.delete(t), s ? window.history.replaceState("", "", n.toString()) : window.history.pushState("", "", n.toString());
|
3317
|
-
}
|
3318
|
-
getParam(t) {
|
3319
|
-
var n;
|
3320
|
-
return (n = new URL(window.location.href).searchParams.get(t)) != null ? n : void 0;
|
3321
|
-
}
|
3322
|
-
}
|
3323
|
-
const st = "collab-text-anchor-", Yn = "collab-text-range-", ke = 6, Xn = 1.5, it = 4, zn = 1.5, Jn = "rgba(255, 255, 255, 0.01)";
|
3324
|
-
class qn {
|
3325
|
-
constructor(e, t, s, n) {
|
3326
|
-
l(this, "_shapes", []);
|
3327
|
-
l(this, "_anchor", null);
|
3328
|
-
l(this, "_textBubble", null);
|
3329
|
-
l(this, "_anchorDot", null);
|
3330
|
-
l(this, "_hideTimer", null);
|
3331
|
-
l(this, "_eventUnsubscribe", null);
|
3332
|
-
this._cursor = e, this._scene = t, this._docSkeleton = s, this._document = n, this._render();
|
3333
|
-
}
|
3334
|
-
// eslint-disable-next-line accessor-pairs
|
3335
|
-
set _hover(e) {
|
3336
|
-
e ? (this._anchorDot && this._anchorDot.hide(), this._textBubble && this._textBubble.show()) : (this._anchorDot && this._anchorDot.show(), this._textBubble && this._textBubble.hide());
|
3337
|
-
}
|
3338
|
-
dispose() {
|
3339
|
-
for (const e of this._shapes)
|
3340
|
-
e.dispose();
|
3341
|
-
this._textBubble && this._textBubble.dispose(), this._anchorDot && this._anchorDot.dispose(), this._anchor && this._anchor.dispose(), this._eventUnsubscribe && this._eventUnsubscribe();
|
3342
|
-
}
|
3343
|
-
_render() {
|
3344
|
-
const { _docSkeleton: e, _document: t } = this, { color: s, name: n, ranges: r } = this._cursor, o = t.getOffsetConfig(), { docsLeft: a, docsTop: c } = o, h = new pi(o, e);
|
3345
|
-
for (const { startOffset: u, endOffset: d, collapsed: f, isActive: v } of r) {
|
3346
|
-
const p = e.findNodePositionByCharIndex(u), E = e.findNodePositionByCharIndex(d);
|
3347
|
-
if (v) {
|
3348
|
-
const { contentBoxPointGroup: b } = h.getRangePointData(E, E);
|
3349
|
-
if (b.length === 0)
|
3350
|
-
continue;
|
3351
|
-
this._drawAnchor(s, b, a, c, n), this._eventUnsubscribe = this._handleHover();
|
3352
|
-
}
|
3353
|
-
if (!f) {
|
3354
|
-
const { contentBoxPointGroup: b } = h.getRangePointData(p, E);
|
3355
|
-
if (b.length === 0)
|
3356
|
-
continue;
|
3357
|
-
this._drawRange(s, b, a, c);
|
3358
|
-
}
|
3359
|
-
}
|
3360
|
-
}
|
3361
|
-
_drawAnchor(e, t, s, n, r) {
|
3362
|
-
const o = this._getAnchorBounding(t), { left: a, top: c, height: h } = o, u = this._getScale(), d = zn / u, f = new ct(st + P.generateRandomId(ke), {
|
3363
|
-
left: a + s - d,
|
3364
|
-
top: c + n,
|
3365
|
-
height: h,
|
3366
|
-
width: Xn,
|
3367
|
-
fill: e || Ne(De.black, 0),
|
3368
|
-
strokeWidth: d,
|
3369
|
-
stroke: Jn,
|
3370
|
-
evented: !0
|
3371
|
-
});
|
3372
|
-
this._anchor = f, this._scene.addObject(f, Ae);
|
3373
|
-
const v = new ct(st + P.generateRandomId(ke), {
|
3374
|
-
left: a + s - d,
|
3375
|
-
top: c + n - it / 2,
|
3376
|
-
height: it,
|
3377
|
-
width: it,
|
3378
|
-
fill: e || Ne(De.black, 0),
|
3379
|
-
strokeWidth: 0,
|
3380
|
-
stroke: e || Ne(De.black, 0),
|
3381
|
-
evented: !1
|
3382
|
-
});
|
3383
|
-
this._anchorDot = v, this._scene.addObject(v, Ae);
|
3384
|
-
const p = new Je(st + P.generateRandomId(ke), {
|
3385
|
-
left: a + s - d,
|
3386
|
-
top: c + n - we,
|
3387
|
-
text: r,
|
3388
|
-
color: e
|
3389
|
-
});
|
3390
|
-
this._textBubble = p, this._scene.addObject(p, Ae), this._hover = !1;
|
3391
|
-
}
|
3392
|
-
_handleHover() {
|
3393
|
-
const e = this._anchor.onPointerEnterObserver.add(() => {
|
3394
|
-
this._hover = !0;
|
3395
|
-
}), t = this._anchor.onPointerLeaveObserver.add(() => {
|
3396
|
-
this._hideTimer && clearTimeout(this._hideTimer), this._hideTimer = setTimeout(() => {
|
3397
|
-
this._hover = !1;
|
3398
|
-
}, 2e3);
|
3399
|
-
});
|
3400
|
-
return () => {
|
3401
|
-
var s, n;
|
3402
|
-
(s = this._anchor) == null || s.onPointerEnterObserver.remove(e), (n = this._anchor) == null || n.onPointerLeaveObserver.remove(t);
|
3403
|
-
};
|
3404
|
-
}
|
3405
|
-
_drawRange(e, t, s, n) {
|
3406
|
-
const o = new Ps(e).setAlpha(0.2).toRgbString(), a = new Ci(Yn + P.generateRandomId(ke), {
|
3407
|
-
pointsGroup: t,
|
3408
|
-
fill: o || Ne(De.black, 0.2),
|
3409
|
-
left: s,
|
3410
|
-
top: n,
|
3411
|
-
evented: !1,
|
3412
|
-
debounceParentDirty: !1
|
3413
|
-
});
|
3414
|
-
this._shapes.push(a), this._scene.addObject(a, Ae);
|
3415
|
-
}
|
3416
|
-
_getAnchorBounding(e) {
|
3417
|
-
const t = e[0], s = t[0], n = t[2], { x: r, y: o } = s, { x: a, y: c } = n;
|
3418
|
-
return {
|
3419
|
-
left: r,
|
3420
|
-
top: o,
|
3421
|
-
width: a - r,
|
3422
|
-
height: c - o
|
3423
|
-
};
|
3424
|
-
}
|
3425
|
-
_getScale() {
|
3426
|
-
const { scaleX: e, scaleY: t } = this._scene.getAncestorScale();
|
3427
|
-
return Math.max(e, t);
|
3428
|
-
}
|
3429
|
-
}
|
3430
|
-
var Zn = (i, e, t, s) => {
|
3431
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
3432
|
-
(o = i[r]) && (n = o(n) || n);
|
3433
|
-
return n;
|
3434
|
-
}, Ce = (i, e) => (t, s) => e(t, s, i);
|
3435
|
-
let je = class extends L {
|
3436
|
-
constructor(e, t, s, n, r) {
|
3437
|
-
super();
|
3438
|
-
/** Cursors stored for different Workbooks. */
|
3439
|
-
l(this, "_cursors", []);
|
3440
|
-
this._collabCursorController = e, this._univerInstanceService = t, this._renderManagerService = s, this._docSkeletonManagerService = n, this._themeService = r, this._init();
|
3441
|
-
}
|
3442
|
-
_init() {
|
3443
|
-
this._docSkeletonManagerService.currentSkeleton$.pipe(
|
3444
|
-
It(this.dispose$),
|
3445
|
-
rs((e) => {
|
3446
|
-
if (e) {
|
3447
|
-
const { unitId: t } = e;
|
3448
|
-
return ns(
|
3449
|
-
this._collabCursorController.getCollabCursors$(t),
|
3450
|
-
this._themeService.currentTheme$
|
3451
|
-
).pipe(
|
3452
|
-
ce(([s, n]) => ({
|
3453
|
-
skeleton: e,
|
3454
|
-
cursors: [...s.values()].flatMap((r) => ({ ...r, color: n[r.color] }))
|
3455
|
-
}))
|
3456
|
-
);
|
3457
|
-
}
|
3458
|
-
return Te({
|
3459
|
-
skeleton: null,
|
3460
|
-
cursors: []
|
3461
|
-
});
|
3462
|
-
})
|
3463
|
-
).subscribe(({ skeleton: e, cursors: t }) => {
|
3464
|
-
this._removeCollabCursors(), e && this._updateCollabCursors(e.skeleton, t);
|
3465
|
-
});
|
3466
|
-
}
|
3467
|
-
_updateCollabCursors(e, t) {
|
3468
|
-
const s = this._getDocObject();
|
3469
|
-
if (s == null)
|
3470
|
-
return;
|
3471
|
-
const { scene: n, document: r } = s, o = t.map((a) => new qn(a, n, e, r));
|
3472
|
-
this._cursors = o;
|
3473
|
-
}
|
3474
|
-
_removeCollabCursors() {
|
3475
|
-
this._cursors.forEach((e) => e.dispose()), this._cursors = [];
|
3476
|
-
}
|
3477
|
-
_getDocObject() {
|
3478
|
-
return Qs(this._univerInstanceService, this._renderManagerService);
|
3479
|
-
}
|
3480
|
-
};
|
3481
|
-
je = Zn([
|
3482
|
-
ee(te.Steady, je),
|
3483
|
-
Ce(0, _(le)),
|
3484
|
-
Ce(1, k),
|
3485
|
-
Ce(2, _s),
|
3486
|
-
Ce(3, _(ei)),
|
3487
|
-
Ce(4, _(Qt))
|
3488
|
-
], je);
|
3489
|
-
var Qn = (i, e, t, s) => {
|
3490
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
3491
|
-
(o = i[r]) && (n = o(n) || n);
|
3492
|
-
return n;
|
3493
|
-
}, nt = (i, e) => (t, s) => e(t, s, i);
|
3494
|
-
const er = "LOGIN_URL_KEY", tr = "/universer-api/oidc/authpage";
|
3495
|
-
let Ge = class {
|
3496
|
-
constructor(i, e, t) {
|
3497
|
-
this._configService = i, this._httpService = e, this.localeService = t, this.init();
|
3498
|
-
}
|
3499
|
-
init() {
|
3500
|
-
this._httpService.registerHTTPInterceptor({
|
3501
|
-
priority: 1,
|
3502
|
-
interceptor: (i, e) => e(i).pipe(
|
3503
|
-
Xs(async (t) => {
|
3504
|
-
if (t.status === 401 && window.confirm(
|
3505
|
-
this.localeService.t("auth.needGotoLoginAlert")
|
3506
|
-
)) {
|
3507
|
-
const n = window.encodeURIComponent(window.location.href);
|
3508
|
-
window.location.href = `${this._getLoginPath()}?url=${n}`;
|
3509
|
-
}
|
3510
|
-
return t;
|
3511
|
-
})
|
3512
|
-
)
|
3513
|
-
});
|
3514
|
-
}
|
3515
|
-
_getLoginPath() {
|
3516
|
-
var i;
|
3517
|
-
return (i = this._configService.getConfig(er)) != null ? i : tr;
|
3518
|
-
}
|
3519
|
-
};
|
3520
|
-
Ge = Qn([
|
3521
|
-
nt(0, z),
|
3522
|
-
nt(1, _(Re)),
|
3523
|
-
nt(2, _(H))
|
3524
|
-
], Ge);
|
3525
|
-
var sr = (i, e, t, s) => {
|
3526
|
-
for (var n = e, r = i.length - 1, o; r >= 0; r--)
|
3527
|
-
(o = i[r]) && (n = o(n) || n);
|
3528
|
-
return n;
|
3529
|
-
}, Xt = (i, e) => (t, s) => e(t, s, i);
|
3530
|
-
const ir = "collaboration-client";
|
3531
|
-
var rt;
|
3532
|
-
let zt = (rt = class extends xs {
|
3533
|
-
constructor(i, e, t) {
|
3534
|
-
super(), this._config = i, this._injector = e, this._localeService = t, this._localeService.load({ zhCN: Bn });
|
3535
|
-
}
|
3536
|
-
onStarting(i) {
|
3537
|
-
var s, n, r, o;
|
3538
|
-
i.replace([J, { useClass: ft }]);
|
3539
|
-
const e = [
|
3540
|
-
// services
|
3541
|
-
[ye],
|
3542
|
-
[Ot],
|
3543
|
-
[Re],
|
3544
|
-
[Es, { useClass: Kn }],
|
3545
|
-
[Z],
|
3546
|
-
[y],
|
3547
|
-
[cs],
|
3548
|
-
[Fe],
|
3549
|
-
[Ve],
|
3550
|
-
[Be],
|
3551
|
-
[yt],
|
3552
|
-
[Ge],
|
3553
|
-
// abstract services
|
3554
|
-
[us, { useClass: (n = (s = this._config) == null ? void 0 : s.socketService) != null ? n : ht }],
|
3555
|
-
[ti, { useClass: si }],
|
3556
|
-
[qt, { useClass: mt }],
|
3557
|
-
// controllers
|
3558
|
-
[Ie],
|
3559
|
-
[Ee],
|
3560
|
-
[xe],
|
3561
|
-
[He],
|
3562
|
-
[le]
|
3563
|
-
];
|
3564
|
-
(r = this._config) != null && r.enableSingleActiveInstanceLock && e.push([Xe, { useClass: zi }]), ((o = this._config) == null ? void 0 : o.collaborationUniverTypes) == null || this._config.collaborationUniverTypes.includes(M.UNIVER_SHEET) ? e.push([Pe]) : this._config.collaborationUniverTypes.includes(M.UNIVER_DOC) && e.push([je]), e.forEach((a) => i.add(a)), i.get(Re).registerHTTPInterceptor({
|
3565
|
-
priority: 20,
|
3566
|
-
interceptor: i.invoke(ii, { maxParallel: 6 })
|
3567
|
-
}), this._initModules();
|
3568
|
-
}
|
3569
|
-
_initModules() {
|
3570
|
-
var i, e;
|
3571
|
-
this._injector.get(Ee), (i = this._config) != null && i.enableOfflineEditing || this._injector.get(y).disableLocalCache(), (e = this._config) != null && e.enableAuthServer && this._injector.get(Ge);
|
3572
|
-
}
|
3573
|
-
}, l(rt, "pluginName", ir), rt);
|
3574
|
-
zt = sr([
|
3575
|
-
Xt(1, _(I)),
|
3576
|
-
Xt(2, _(H))
|
3577
|
-
], zt);
|
3578
|
-
const nr = {
|
3579
|
-
collabStatus: {
|
3580
|
-
fetchMiss: "Syncing server data...",
|
3581
|
-
conflict: "Edit conflicts",
|
3582
|
-
notCollab: "Local file",
|
3583
|
-
synced: "Synced",
|
3584
|
-
syncing: "Syncing...",
|
3585
|
-
offline: "Offline, edits would be save on local"
|
3586
|
-
},
|
3587
|
-
session: {
|
3588
|
-
"connection-failed": "Connection failed, please check your network.",
|
3589
|
-
"will-retry": "Connection failed, we retry in a while.",
|
3590
|
-
"room-full": "Collaboration room is full. You edits would be saved locally.",
|
3591
|
-
"collaboration-timeout": "The server is not responding to your collaboration request. Your edits would be saved locally."
|
3592
|
-
},
|
3593
|
-
conflict: {
|
3594
|
-
title: "Collaboration Conflict",
|
3595
|
-
content: "There is a conflict between your local copy and the copy on the server. Please save your local edits, because they will be lost when you reload the page."
|
3596
|
-
},
|
3597
|
-
collaboration: {
|
3598
|
-
"single-unit": {
|
3599
|
-
warning: "You opened the same file in another tab. In case of data missing, you cannot edit on this tab."
|
3600
|
-
}
|
3601
|
-
},
|
3602
|
-
auth: {
|
3603
|
-
needGotoLoginAlert: "Your login has expired, click OK to re-login, click Cancel to save your local edits."
|
3604
|
-
}
|
3605
|
-
}, Tr = nr;
|
3606
|
-
export {
|
3607
|
-
Li as COLLAB_SUBMIT_CHANGESET_URL_KEY,
|
3608
|
-
xi as COLLAB_WEB_SOCKET_URL_KEY,
|
3609
|
-
zt as CollaborationClientPlugin,
|
3610
|
-
Ie as CollaborationController,
|
3611
|
-
lt as CollaborationSession,
|
3612
|
-
ye as CollaborationSessionService,
|
3613
|
-
ht as CollaborationSocketService,
|
3614
|
-
ji as HEARTBEAT_INTERVAL_KEY,
|
3615
|
-
gs as HEARTBEAT_TIMEOUT_KEY,
|
3616
|
-
us as ICollaborationSocketService,
|
3617
|
-
Yi as LOCAL_CACHE_INTERVAL_KEY,
|
3618
|
-
er as LOGIN_URL_KEY,
|
3619
|
-
nn as SEND_CHANGESET_TIMEOUT_KEY,
|
3620
|
-
Fn as SNAPSHOT_SERVER_URL_KEY,
|
3621
|
-
he as SessionStatus,
|
3622
|
-
Ai as deserializeToCombResponse,
|
3623
|
-
Tr as enUS,
|
3624
|
-
Ui as serializeCombRequest,
|
3625
|
-
Bn as zhCN
|
3626
|
-
};
|
1
|
+
const _0x31ce10=_0x5d31;(function(_0x30f58e,_0x5332e1){const _0x3132ca=_0x5d31,_0x10d81d=_0x30f58e();while(!![]){try{const _0x5f4cb8=parseInt(_0x3132ca(0x184))/(-0x2330+-0x1c05+-0xae*-0x5d)*(parseInt(_0x3132ca(0x1cc))/(0x1*-0x1fe1+0x1*-0xd28+0x2d0b))+parseInt(_0x3132ca(0x1f0))/(-0x1ddf+0x8*0x459+0x4e6*-0x1)*(-parseInt(_0x3132ca(0x867))/(-0x7*0x3c6+-0x3a*-0x26+0x1*0x11d2))+parseInt(_0x3132ca(0x49f))/(-0x779+-0x7f0+0x7b7*0x2)+-parseInt(_0x3132ca(0x2da))/(0x207a+0x1d6a+-0x3dde)+parseInt(_0x3132ca(0x568))/(0xb8f+-0xee2+-0x42*-0xd)*(-parseInt(_0x3132ca(0x247))/(-0x213f*0x1+0x241*0x10+-0x2c9))+-parseInt(_0x3132ca(0x85b))/(-0x236e+0x32*-0xe+0x2633)+parseInt(_0x3132ca(0x6fc))/(0xe*-0x14+-0x557+-0x679*-0x1);if(_0x5f4cb8===_0x5332e1)break;else _0x10d81d['push'](_0x10d81d['shift']());}catch(_0x466a65){_0x10d81d['push'](_0x10d81d['shift']());}}}(_0x2276,0xa229*-0x2b+-0x211*-0x94f+-0x1*-0x17385d));const _0x10543e=(function(){const _0x313646=_0x5d31,_0x7f2e9f={};_0x7f2e9f[_0x313646(0x31b)]=function(_0x3f9469,_0x1ef81c){return _0x3f9469!==_0x1ef81c;},_0x7f2e9f[_0x313646(0x96e)]=_0x313646(0x3d4),_0x7f2e9f[_0x313646(0x4db)]='session.co'+_0x313646(0x63d)+_0x313646(0x1ae);const _0x5a1f51=_0x7f2e9f;let _0x8a47d7=!![];return function(_0x3dfd0a,_0x28e292){const _0x1ad4f9=_0x313646,_0x106dd1={};_0x106dd1[_0x1ad4f9(0x555)]=_0x5a1f51[_0x1ad4f9(0x4db)];const _0x2da2fc=_0x106dd1,_0x186c3e=_0x8a47d7?function(){const _0xcfbbac=_0x1ad4f9;if(_0x28e292){if(_0x5a1f51[_0xcfbbac(0x31b)](_0x5a1f51[_0xcfbbac(0x96e)],_0xcfbbac(0x39b))){const _0x39375e=_0x28e292[_0xcfbbac(0x51b)](_0x3dfd0a,arguments);return _0x28e292=null,_0x39375e;}else this[_0xcfbbac(0x208)+_0xcfbbac(0x7aa)+_0xcfbbac(0x252)]=null,this[_0xcfbbac(0x609)+_0xcfbbac(0x33f)][_0xcfbbac(0x6b1)]({'type':_0x11d1b9['Error'],'content':this[_0xcfbbac(0x924)+'vice']['t'](_0x2da2fc[_0xcfbbac(0x555)])});}}:function(){};return _0x8a47d7=![],_0x186c3e;};}()),_0x530fef=_0x10543e(this,function(){const _0xba55d6=_0x5d31,_0x2ca7a7={};_0x2ca7a7[_0xba55d6(0x943)]='(((.+)+)+)'+'+$';const _0x2178e6=_0x2ca7a7;return _0x530fef[_0xba55d6(0x35f)]()[_0xba55d6(0x6c5)](_0x2178e6[_0xba55d6(0x943)])['toString']()[_0xba55d6(0x8fa)+'r'](_0x530fef)[_0xba55d6(0x6c5)](_0x2178e6[_0xba55d6(0x943)]);});_0x530fef();const _0x20d2d8=(function(){const _0x108bea=_0x5d31,_0x3e7f21={};_0x3e7f21[_0x108bea(0x461)]=function(_0x58ec91,_0x48d2c5){return _0x58ec91===_0x48d2c5;},_0x3e7f21[_0x108bea(0x2a2)]=_0x108bea(0x4da),_0x3e7f21[_0x108bea(0x3d8)]='oIjYw',_0x3e7f21[_0x108bea(0x81f)]=_0x108bea(0x179),_0x3e7f21['fpNvj']=function(_0x1543fa,_0x5b97b9){return _0x1543fa!==_0x5b97b9;},_0x3e7f21['UQrcJ']='veVDf';const _0x1d8b83=_0x3e7f21;let _0x5a4d00=!![];return function(_0x26aa6c,_0x2e0caf){const _0x1d5fed=_0x108bea;if(_0x1d8b83['fpNvj'](_0x1d8b83[_0x1d5fed(0x7f3)],_0x1d8b83[_0x1d5fed(0x7f3)])){const {memberID:_0x1e79c7}=_0x4cd0e4[_0x1d5fed(0x30b)],_0x39e0c7=this[_0x1d5fed(0x438)];_0x39e0c7['delete'](_0x1e79c7),this[_0x1d5fed(0x590)+'o$'][_0x1d5fed(0x6e3)](_0x39e0c7);}else{const _0x3efe7a=_0x5a4d00?function(){const _0x280ac7=_0x1d5fed,_0x29d399={'yfPAL':function(_0x698b65,_0x5e2680){return _0x698b65(_0x5e2680);},'QIoNv':function(_0x5a6ddf,_0x252c99){return _0x5a6ddf===_0x252c99;},'SrfgU':function(_0x2bd6a5,_0x3863e4){return _0x2bd6a5===_0x3863e4;}};if(_0x1d8b83['KgEZV'](_0x1d8b83[_0x280ac7(0x2a2)],_0x1d8b83[_0x280ac7(0x3d8)]))this[_0x280ac7(0x65e)+_0x280ac7(0x66e)][_0x280ac7(0x3a1)+_0x280ac7(0x216)+'ent'](this[_0x280ac7(0x952)]);else{if(_0x2e0caf){if(_0x1d8b83[_0x280ac7(0x461)](_0x1d8b83['HcxOp'],_0x1d8b83[_0x280ac7(0x81f)])){const _0x35cbe3=_0x2e0caf[_0x280ac7(0x51b)](_0x26aa6c,arguments);return _0x2e0caf=null,_0x35cbe3;}else{const [_0xc4f4ed,_0x23b8d0,_0x519b8d]=_0x4600af['split'](':');_0x3f930a['push']({'startOffset':_0x29d399[_0x280ac7(0x6dc)](_0x83436a,_0xc4f4ed),'endOffset':_0x29d399[_0x280ac7(0x6dc)](_0x2aef71,_0x23b8d0),'collapsed':_0x29d399[_0x280ac7(0x352)](_0xc4f4ed,_0x23b8d0),'isActive':_0x29d399[_0x280ac7(0x730)](_0x519b8d,'1')});}}}}:function(){};return _0x5a4d00=![],_0x3efe7a;}};}()),_0x122542=_0x20d2d8(this,function(){const _0x464fdb=_0x5d31,_0x544e52={'PHqFy':function(_0x24f804,_0x132977){return _0x24f804(_0x132977);},'hfGRM':function(_0x2ea484,_0x305619){return _0x2ea484+_0x305619;},'XNpyU':'return\x20(fu'+_0x464fdb(0x53b),'gMDtb':'{}.constru'+_0x464fdb(0x976)+_0x464fdb(0x50d)+'\x20)','FepnQ':function(_0x236399){return _0x236399();},'jMfDV':function(_0x192e4a,_0x449ede){return _0x192e4a===_0x449ede;},'ndqyi':'pOYiH','VfNCz':_0x464fdb(0x8f0),'rwbHT':_0x464fdb(0x4ac),'wHjTz':_0x464fdb(0x648),'bCyZI':_0x464fdb(0x6d2),'oPhJv':function(_0x2821e5,_0x57bf45){return _0x2821e5<_0x57bf45;}};let _0x1c87d2;try{const _0x463218=_0x544e52[_0x464fdb(0x9b1)](Function,_0x544e52[_0x464fdb(0x4c5)](_0x544e52[_0x464fdb(0x4c5)](_0x544e52[_0x464fdb(0x422)],_0x544e52['gMDtb']),');'));_0x1c87d2=_0x544e52['FepnQ'](_0x463218);}catch(_0x5a562d){if(_0x544e52[_0x464fdb(0x807)](_0x544e52[_0x464fdb(0x1e7)],_0x464fdb(0x7e6)))return this[_0x464fdb(0x2d8)+_0x464fdb(0x652)](),this[_0x464fdb(0x6ba)]['createInst'+_0x464fdb(0x920)](_0x591e31,this[_0x464fdb(0x952)],this[_0x464fdb(0x563)],null,this[_0x464fdb(0x1cd)+_0x464fdb(0x22c)],this[_0x464fdb(0x229)]);else _0x1c87d2=window;}const _0x231fa9=_0x1c87d2[_0x464fdb(0x6d8)]=_0x1c87d2['console']||{},_0x2e6183=[_0x544e52['VfNCz'],'warn',_0x544e52[_0x464fdb(0x3bb)],_0x464fdb(0x6c9),_0x544e52[_0x464fdb(0x5e6)],_0x464fdb(0x9ea),_0x544e52[_0x464fdb(0x4a8)]];for(let _0x226d6b=0x10e0+0x4*0x8e0+-0x3460;_0x544e52[_0x464fdb(0x747)](_0x226d6b,_0x2e6183[_0x464fdb(0x37c)]);_0x226d6b++){const _0x5eb3e4=_0x20d2d8[_0x464fdb(0x8fa)+'r'][_0x464fdb(0x7bf)]['bind'](_0x20d2d8),_0x2caaeb=_0x2e6183[_0x226d6b],_0x3514e4=_0x231fa9[_0x2caaeb]||_0x5eb3e4;_0x5eb3e4[_0x464fdb(0x872)]=_0x20d2d8['bind'](_0x20d2d8),_0x5eb3e4['toString']=_0x3514e4[_0x464fdb(0x35f)][_0x464fdb(0x423)](_0x3514e4),_0x231fa9[_0x2caaeb]=_0x5eb3e4;}});_0x122542();var ws=Object[_0x31ce10(0x80a)+_0x31ce10(0x1b0)],Ms=(_0x4ee098,_0x1a56d7,_0x372284)=>_0x1a56d7 in _0x4ee098?ws(_0x4ee098,_0x1a56d7,{'enumerable':!(-0x160e+0x1*-0xa6+0x2*0xb5a),'configurable':!(-0x1be5+-0xb6c*0x1+0xf*0x29f),'writable':!(-0x12ff+0x1877+0x5*-0x118),'value':_0x372284}):_0x4ee098[_0x1a56d7]=_0x372284,l=(_0x4dc69f,_0x22e341,_0x412ef2)=>(Ms(_0x4dc69f,typeof _0x22e341!=_0x31ce10(0x1cb)?_0x22e341+'':_0x22e341,_0x412ef2),_0x412ef2);import{Disposable as _0x257b3f,toDisposable as _0x37aae7,UniverInstanceType as _0x422ace,IUniverInstanceService as _0x14d8cf,DisposableCollection as _0x3d2e8e,IConfigService as _0x4b033c,ILogService as _0x43b14f,ISnapshotServerService as _0x15741e,RxDisposable as _0xf98423,LocaleService as _0xaffb7d,ILocalStorageService as _0x2f733f,Tools as _0x497ba7,ICommandService as _0x4420bd,TextX as _0x3e025d,UniverPermissionService as _0x5562ca,IUndoRedoService as _0x1a87a0,sequenceExecute as _0x53cf45,OnLifecycle as _0x390cc5,LifecycleStages as _0x32e745,CommandType as _0xe48bf1,Rectangle as _0x270630,ThemeService as _0xd95a71,Workbook as _0x145662,textEncoder as _0x41f5ce,b64DecodeUnicode as _0x88a6bf,LocalUndoRedoService as _0x2acf35,IContextService as _0x1e1c16,COLORS as _0x40887c,ColorKit as _0x2f11bd,Plugin as _0x49e8ba,mergeOverrideWithDependencies as _0x3bd2da}from'@univerjs/core';import{MessageType as _0x1a8a1f}from'@univerjs/design';import{IBeforeCloseService as _0x52d12e,IMessageService as _0x40837d,INotificationService as _0x4edf71,useObservable as _0xe29654,DesktopUIPart as _0x5ebb44,IUIController as _0x5f591f}from'@univerjs/ui';import{CollaborationEvent as _0x35d468,parseChangesetToProtocol as _0x11077c,RevisionService as _0x1cc7ad,isTransformMutationFailure as _0x403d0c,isTransformMutationsWithChangesetSuccess as _0x53cab5,ITransformService as _0x8a15e7,mapDocumentTypeToUniverType as _0x520c08,isTransformChangesetsSuccess as _0x3d5e85,CompressMutationService as _0x27f840,parseProtocolChangeset as _0x2728b6,SnapshotService as _0x19daed,isTransformMutationsWithChangesetFailure as _0x1d4a7d}from'@univerjs-pro/collaboration';import{createIdentifier as _0x2a9065,Inject as _0x35b90a,Injector as _0xb6d532,Optional as _0x3cef61}from'@wendellhu/redi';import{merge as _0x4aee94,Subject as _0x5ea6fb,BehaviorSubject as _0x5d55aa,distinctUntilChanged as _0x2c9ebe,fromEvent as _0x1ce106,of as _0x5792c4,takeUntil as _0xd6c476,debounceTime as _0x6d2a2,filter as _0x5178f7,switchMap as _0x11bc90,combineLatest as _0x2e1aa0,shareReplay as _0x5bb065,mapTo as _0x4dce18,concatMap as _0x272dac}from'rxjs';import{map as _0x4acfa7,takeUntil as _0x239628,take as _0x42327c,filter as _0x4c48d7,delay as _0xf33e90,shareReplay as _0x40dd84,switchMap as _0x40189b}from'rxjs/operators';import{IMEInputManagerService as _0x21fa99,TextSelectionManagerService as _0x5cd469,serializeTextRange as _0xc03ddb,DocStateChangeManagerService as _0x511aae,SetTextSelectionsOperation as _0x2bd112,RichTextEditingMutation as _0xeb6d94,getDocObject as _0xf71efc,DocSkeletonManagerService as _0xacc410}from'@univerjs/docs';import{HTTPService as _0x4382a5,WebSocketService as _0x52d1a0,IHTTPImplementation as _0xf1cc1d,XHRHTTPImplementation as _0x508c45,ThresholdInterceptorFactory as _0x37d034}from'@univerjs/network';import{SelectionManagerService as _0x46a974,SetSelectionsOperation as _0x24cfb5,InsertSheetMutation as _0x325ab6,RefRangeService as _0x5d894c,EffectRefRangId as _0x465824,handleIRemoveRow as _0x48a02d,handleIRemoveCol as _0x41b116,handleMoveRange as _0x3b7f55,handleInsertRow as _0x50a150,handleInsertRangeMoveRight as _0xf2ec24,handleInsertRangeMoveDown as _0x10f713,handleInsertCol as _0x3b6323,handleDeleteRangeMoveUp as _0x4461dd,handleDeleteRangeMoveLeft as _0x2382ec,runRefRangeMutations as _0x918921,SetWorksheetActivateCommand as _0x6bd85a}from'@univerjs/sheets';import{deserializeRangeWithSheet as _0xd51e72,serializeRangeWithSheet as _0x4e2aa5}from'@univerjs/engine-formula';import _0xba7a0d from'lodash/debounce';import{Shape as _0x2d4c3e,Rect as _0x169eac,Vector2 as _0x8ba0bf,IRenderManagerService as _0x27fb7b,NodePositionConvertToCursor as _0x2cbfcf,getColor as _0x418171,TEXT_RANGE_LAYER_INDEX as _0x5ebf6a,RegularPolygon as _0x205a17}from'@univerjs/engine-render';import{VIEWPORT_KEY as _0x38b07e,getCoordByCell as _0x9aa2e1,getSheetObject as _0x51ce87,SheetSkeletonManagerService as _0x1d6f93}from'@univerjs/sheets-ui';import{useDependency as _0x1a38b2,connectInjector as _0x27d358}from'@wendellhu/redi/react-bindings';import _0x1b0096,{forwardRef as _0x214f68,useRef as _0x19ed1c,createElement as _0x348b7d}from'react';import _0x28b92c from'clsx';import{IRemoteInstanceService as _0x582871}from'@univerjs/rpc';var x=(_0x53a934=>(_0x53a934[_0x53a934[_0x31ce10(0x182)+_0x31ce10(0x194)]=-0x7bb*0x2+0x1cdb*-0x1+0x1*0x2c51]=_0x31ce10(0x182)+_0x31ce10(0x194),_0x53a934[_0x53a934[_0x31ce10(0x601)]=-0xad*0x21+0x1274+-0x1*-0x3da]=_0x31ce10(0x601),_0x53a934[_0x53a934[_0x31ce10(0x2aa)+'ET']=0x1b72+0x2276+-0x26*0x1a1]=_0x31ce10(0x2aa)+'ET',_0x53a934[_0x53a934[_0x31ce10(0x4c6)+'DE']=0xb*-0xc1+0x7*-0x11a+0x1004]=_0x31ce10(0x4c6)+'DE',_0x53a934[_0x53a934[_0x31ce10(0x2f2)+'ED']=-(0xc3d+0x1997+-0x25d3)]=_0x31ce10(0x2f2)+'ED',_0x53a934))(x||{}),C=(_0x1e94fd=>(_0x1e94fd[_0x1e94fd[_0x31ce10(0x953)+'D']=0xd49+-0x59e+-0x7ab*0x1]=_0x31ce10(0x953)+'D',_0x1e94fd[_0x1e94fd[_0x31ce10(0x603)]=0x175e+0x22*0x125+-0x6b*0x95]=_0x31ce10(0x603),_0x1e94fd[_0x1e94fd[_0x31ce10(0x364)]=-0x90d*0x3+-0x1*0xd46+0x286f]=_0x31ce10(0x364),_0x1e94fd[_0x1e94fd[_0x31ce10(0x4e9)]=0x9f*-0x29+-0x21*-0xea+0x10*-0x4b]=_0x31ce10(0x4e9),_0x1e94fd[_0x1e94fd['INGEST']=0x103*0x9+0x673*0x5+-0x16*0x1e1]=_0x31ce10(0x6f4),_0x1e94fd[_0x1e94fd[_0x31ce10(0x7a1)]=0x26af+0xe37+-0x34e1]=_0x31ce10(0x7a1),_0x1e94fd[_0x1e94fd[_0x31ce10(0x2ad)]=0x1df9+0xa72+-0x2865]=_0x31ce10(0x2ad),_0x1e94fd[_0x1e94fd[_0x31ce10(0x2f2)+'ED']=-(-0x1c82+-0x2ea+0x1f6d)]=_0x31ce10(0x2f2)+'ED',_0x1e94fd))(C||{}),Rt=(_0x1f0b6f=>(_0x1f0b6f[_0x1f0b6f[_0x31ce10(0x59c)+'DE']=-0xf7*-0xd+-0x5a3+-0x6e8]=_0x31ce10(0x59c)+'DE',_0x1f0b6f[_0x1f0b6f['OK']=-0x556+-0x31a+-0x871*-0x1]='OK',_0x1f0b6f[_0x1f0b6f[_0x31ce10(0x65f)]=0x128f+0x105d+-0x22ea]=_0x31ce10(0x65f),_0x1f0b6f[_0x1f0b6f['UNRECOGNIZ'+'ED']=-(0x4*-0x21+0x377+0x1d*-0x1a)]=_0x31ce10(0x2f2)+'ED',_0x1f0b6f))(Rt||{}),Di=(_0x3fa3ec,_0x39331f,_0x4bd354,_0x379a9d)=>{const _0xf57e7f=_0x31ce10,_0x3f5d57={'KMtQi':function(_0x151a17,_0xbfb556){return _0x151a17-_0xbfb556;},'djSxJ':function(_0x493984,_0x4c2127){return _0x493984(_0x4c2127);}};for(var _0x2f6731=_0x39331f,_0x186d8e=_0x3f5d57[_0xf57e7f(0x38b)](_0x3fa3ec[_0xf57e7f(0x37c)],-0xf55+-0x1d8+0x112e),_0x865305;_0x186d8e>=0x11d7*-0x1+-0x1265*0x2+-0xaed*-0x5;_0x186d8e--)(_0x865305=_0x3fa3ec[_0x186d8e])&&(_0x2f6731=_0x3f5d57[_0xf57e7f(0x369)](_0x865305,_0x2f6731)||_0x2f6731);return _0x2f6731;},Ni=(_0x1dd1b2,_0xba0b13)=>(_0xb32226,_0x5db505)=>_0xba0b13(_0xb32226,_0x5db505,_0x1dd1b2);let Z=class extends _0x257b3f{constructor(_0x43a0e3){const _0x21fd2f=_0x31ce10,_0x2d965a={'jgDCe':function(_0x5b80ae,_0x4e94dd,_0x533705,_0x450c20){return _0x5b80ae(_0x4e94dd,_0x533705,_0x450c20);},'QqlnG':_0x21fd2f(0x3ae)+'er','picVe':function(_0x16e85b,_0x4432bf){return _0x16e85b(_0x4432bf);},'nwzdI':function(_0x3c77f8,_0x25c805){return _0x3c77f8(_0x25c805);},'MrpUO':function(_0x1ec224,_0x54ec57){return _0x1ec224(_0x54ec57);}};super(),l(this,_0x21fd2f(0x612)+'rs',new Map()),_0x2d965a['jgDCe'](l,this,_0x2d965a[_0x21fd2f(0x743)],null),(this[_0x21fd2f(0x831)+_0x21fd2f(0x7a4)+'ce']=_0x43a0e3,this[_0x21fd2f(0x544)+_0x21fd2f(0x9a4)](_0x37aae7(_0x2d965a['jgDCe'](_0x4aee94,this[_0x21fd2f(0x831)+_0x21fd2f(0x7a4)+'ce'][_0x21fd2f(0x975)+_0x21fd2f(0x954)+'d$'](_0x422ace[_0x21fd2f(0x2aa)+'ET'])[_0x21fd2f(0x897)](_0x2d965a[_0x21fd2f(0x218)](_0x4acfa7,_0x180508=>_0x180508[_0x21fd2f(0x959)]())),this['_univerIns'+_0x21fd2f(0x7a4)+'ce']['getTypeOfU'+_0x21fd2f(0x954)+'d$'](_0x422ace[_0x21fd2f(0x601)])[_0x21fd2f(0x897)](_0x2d965a[_0x21fd2f(0x4fd)](_0x4acfa7,_0x22fe98=>_0x22fe98[_0x21fd2f(0x959)]())),this[_0x21fd2f(0x831)+'tanceServi'+'ce'][_0x21fd2f(0x975)+'nitDispose'+'d$'](_0x422ace[_0x21fd2f(0x4c6)+'DE'])[_0x21fd2f(0x897)](_0x2d965a[_0x21fd2f(0x776)](_0x4acfa7,_0x56c077=>_0x56c077[_0x21fd2f(0x959)]())))[_0x21fd2f(0x1b2)](_0x16c49b=>this['_removeRoo'+'m'](_0x16c49b)))));}[_0x31ce10(0x47a)+_0x31ce10(0x334)](_0x4db4d0){const _0x1c742b=_0x31ce10;this[_0x1c742b(0x3ae)+'er']=_0x4db4d0;}['getCurrent'+_0x31ce10(0x334)](){const _0x39a17f=_0x31ce10;return this[_0x39a17f(0x3ae)+'er'];}[_0x31ce10(0x20d)+'er'](_0x2f8c1b,_0x47c9e7){const _0x5249bf=_0x31ce10;let _0x343477=this[_0x5249bf(0x612)+'rs'][_0x5249bf(0x284)](_0x2f8c1b);_0x343477||(_0x343477=new Ai(),this['_roomMembe'+'rs'][_0x5249bf(0x1ce)](_0x2f8c1b,_0x343477)),_0x343477[_0x5249bf(0x20d)+'er'](_0x47c9e7);}['removeMemb'+'er'](_0x3e1667,_0x167110){const _0x5c6e12=_0x31ce10,_0x2a5c8f=this['_roomMembe'+'rs'][_0x5c6e12(0x284)](_0x3e1667);_0x2a5c8f&&_0x2a5c8f['removeMemb'+'er'](_0x167110);}['getRoom'](_0x2ba591){const _0x2bdab4=_0x31ce10;return this[_0x2bdab4(0x612)+'rs']['get'](_0x2ba591);}[_0x31ce10(0x383)](_0x105596,_0x32be74){const _0x238b34=_0x31ce10,_0x2fb8d8=this[_0x238b34(0x612)+'rs']['get'](_0x105596);if(_0x2fb8d8)return _0x2fb8d8[_0x238b34(0x383)](_0x32be74);}[_0x31ce10(0x46d)+'m'](_0x38967f){const _0x2da00c=_0x31ce10,_0x2a53d9=this[_0x2da00c(0x612)+'rs'][_0x2da00c(0x284)](_0x38967f);_0x2a53d9&&(_0x2a53d9[_0x2da00c(0x915)](),this['_roomMembe'+'rs'][_0x2da00c(0x3b9)](_0x38967f));}[_0x31ce10(0x915)](){const _0x38303f=_0x31ce10;this[_0x38303f(0x612)+'rs'][_0x38303f(0x6d5)](_0x3a425a=>_0x3a425a[_0x38303f(0x915)]()),this[_0x38303f(0x612)+'rs'][_0x38303f(0x3d9)]();}};Z=Di([Ni(-0x1183*-0x1+0x5*0x4a0+0x28a3*-0x1,_0x14d8cf)],Z);class Ai extends _0x257b3f{constructor(){const _0x5bd5e5=_0x31ce10,_0x55d333={};_0x55d333[_0x5bd5e5(0x9d2)]=_0x5bd5e5(0x2fc);const _0x330a75=_0x55d333;super(...arguments),l(this,_0x330a75[_0x5bd5e5(0x9d2)],new Map());}[_0x31ce10(0x915)](){const _0x347457=_0x31ce10;this[_0x347457(0x2fc)][_0x347457(0x3d9)]();}[_0x31ce10(0x20d)+'er'](_0x5ef93f){const _0x276900=_0x31ce10;this[_0x276900(0x2fc)][_0x276900(0x1ce)](_0x5ef93f[_0x276900(0x94a)],_0x5ef93f);}[_0x31ce10(0x6b8)+'er'](_0x2b019c){const _0x3ba4b3=_0x31ce10;this[_0x3ba4b3(0x2fc)][_0x3ba4b3(0x3b9)](_0x2b019c);}[_0x31ce10(0x383)](_0x31c628){const _0x3e5980=_0x31ce10;return this[_0x3e5980(0x2fc)]['get'](_0x31c628);}}function Ui(_0x903d89){const _0x3c8544=_0x31ce10,_0x448f4e={};_0x448f4e[_0x3c8544(0x270)]=function(_0x5e9481,_0x23cf86){return _0x5e9481!=_0x23cf86;},_0x448f4e[_0x3c8544(0x1b1)]=function(_0x469e2c,_0x4c7603){return _0x469e2c!==_0x4c7603;},_0x448f4e[_0x3c8544(0x287)]='RRJWy',_0x448f4e[_0x3c8544(0x73d)]='lqsMf',_0x448f4e[_0x3c8544(0x5ee)]=function(_0x51a620,_0x4c835b){return _0x51a620==_0x4c835b;};const _0x5b9036=_0x448f4e;var _0x18afaf,_0x177852,_0x1a391d;const _0x3fc4f2=_0x903d89[_0x3c8544(0x30b)],_0x3a84ce=JSON[_0x3c8544(0x296)](_0x3fc4f2);switch(_0x3a84ce[_0x3c8544(0x47e)]){case C['HEARTBEAT']:case C[_0x3c8544(0x603)]:{const _0x1d4acc=_0x3a84ce[_0x3c8544(0x291)],_0x10bacf={..._0x3a84ce};return _0x10bacf[_0x3c8544(0x30b)]=_0x1d4acc,_0x10bacf[_0x3c8544(0x47e)]=_0x3a84ce[_0x3c8544(0x47e)],_0x10bacf;}case C[_0x3c8544(0x364)]:{if(_0x5b9036['ItjIa'](_0x5b9036[_0x3c8544(0x287)],_0x5b9036[_0x3c8544(0x73d)])){const _0x4f8d6a=_0x3a84ce['joinRsp'],_0x37c15e={..._0x3a84ce};return _0x37c15e[_0x3c8544(0x30b)]=_0x4f8d6a,_0x37c15e[_0x3c8544(0x47e)]=_0x3a84ce[_0x3c8544(0x47e)],_0x37c15e;}else{var _0x3b68c8,_0x200fbf;_0x5b9036['bDEQS'](_0x3b68c8=this[_0x3c8544(0x7c8)],null)&&_0x3b68c8[_0x3c8544(0x3e3)+'ineEditing']||this[_0x3c8544(0x6ba)][_0x3c8544(0x284)](_0x3437ad)[_0x3c8544(0x17c)+_0x3c8544(0x493)](),_0x5b9036[_0x3c8544(0x270)](_0x200fbf=this[_0x3c8544(0x7c8)],null)&&_0x200fbf[_0x3c8544(0x871)+_0x3c8544(0x6e6)]&&this[_0x3c8544(0x6ba)][_0x3c8544(0x284)](_0x259714);}}case C['RECV']:{const _0x1847be=_0x3a84ce['collaMsg'];switch(_0x1847be['eventID']){case _0x35d468[_0x3c8544(0x8a9)+_0x3c8544(0x490)]:return{..._0x3a84ce,'data':{..._0x1847be,'data':_0x5b9036[_0x3c8544(0x5ee)](_0x18afaf=_0x1847be[_0x3c8544(0x386)],null)?void(-0xc0*-0x1d+0x141e*0x1+0x1d2*-0x17):_0x18afaf['cs']},'cmd':_0x3a84ce[_0x3c8544(0x47e)]};case _0x35d468[_0x3c8544(0x4c4)+_0x3c8544(0x5a5)]:const _0x666cf4={..._0x1847be};_0x666cf4['data']=(_0x177852=_0x1847be[_0x3c8544(0x530)])==null?void(-0x1*0x233b+-0x22d+0x2568):_0x177852['cs'];const _0x3e178b={..._0x3a84ce};_0x3e178b[_0x3c8544(0x30b)]=_0x666cf4,_0x3e178b[_0x3c8544(0x47e)]=_0x3a84ce[_0x3c8544(0x47e)];return _0x3e178b;case _0x35d468['CHANGESET_'+'REJ']:const _0x386fbc={..._0x1847be};_0x386fbc[_0x3c8544(0x30b)]=(_0x1a391d=_0x1847be['csRejEvent'])==null?void(-0x2428+0x222f+0x1f9):_0x1a391d['cs'];const _0x10ddb6={..._0x3a84ce};_0x10ddb6['data']=_0x386fbc,_0x10ddb6[_0x3c8544(0x47e)]=_0x3a84ce[_0x3c8544(0x47e)];return _0x10ddb6;case _0x35d468[_0x3c8544(0x52e)+_0x3c8544(0x57b)]:const _0xffc1bc={..._0x1847be};_0xffc1bc[_0x3c8544(0x30b)]=_0x1847be[_0x3c8544(0x2b6)+_0x3c8544(0x5b8)];const _0x5b31cc={..._0x3a84ce};_0x5b31cc[_0x3c8544(0x30b)]=_0xffc1bc,_0x5b31cc[_0x3c8544(0x47e)]=_0x3a84ce[_0x3c8544(0x47e)];return _0x5b31cc;case _0x35d468[_0x3c8544(0x5d1)+'R']:const _0x3f476e={..._0x1847be};_0x3f476e[_0x3c8544(0x30b)]=_0x1847be['joinEvent'];const _0x5ecba6={..._0x3a84ce};_0x5ecba6[_0x3c8544(0x30b)]=_0x3f476e,_0x5ecba6[_0x3c8544(0x47e)]=_0x3a84ce['cmd'];return _0x5ecba6;case _0x35d468[_0x3c8544(0x7ba)+'E']:const _0x301bdd={..._0x1847be};_0x301bdd[_0x3c8544(0x30b)]=_0x1847be[_0x3c8544(0x67e)];const _0x338087={..._0x3a84ce};_0x338087[_0x3c8544(0x30b)]=_0x301bdd,_0x338087['cmd']=_0x3a84ce[_0x3c8544(0x47e)];return _0x338087;case _0x35d468[_0x3c8544(0x1ef)+'NEW_HOST']:const _0x5c103c={..._0x1847be};_0x5c103c[_0x3c8544(0x30b)]=_0x1847be[_0x3c8544(0x9b0)+_0x3c8544(0x7e2)];const _0x572cfc={..._0x3a84ce};_0x572cfc['data']=_0x5c103c,_0x572cfc['cmd']=_0x3a84ce[_0x3c8544(0x47e)];return _0x572cfc;case _0x35d468[_0x3c8544(0x1ef)+_0x3c8544(0x2b2)+_0x3c8544(0x187)]:case _0x35d468[_0x3c8544(0x1ef)+_0x3c8544(0x160)]:const _0x5e93eb={..._0x1847be};_0x5e93eb[_0x3c8544(0x30b)]=_0x1847be[_0x3c8544(0x643)+_0x3c8544(0x6f0)];const _0x1bbdd0={..._0x3a84ce};_0x1bbdd0[_0x3c8544(0x30b)]=_0x5e93eb,_0x1bbdd0[_0x3c8544(0x47e)]=_0x3a84ce['cmd'];return _0x1bbdd0;case _0x35d468[_0x3c8544(0x1ef)+_0x3c8544(0x9cd)]:const _0x5bc385={..._0x1847be};_0x5bc385['data']=_0x1847be['liveShareN'+_0x3c8544(0x7e2)];const _0x373273={..._0x3a84ce};_0x373273[_0x3c8544(0x30b)]=_0x5bc385,_0x373273['cmd']=_0x3a84ce[_0x3c8544(0x47e)];return _0x373273;case _0x35d468[_0x3c8544(0x22a)+_0x3c8544(0x9a2)]:const _0x326f21={..._0x3a84ce};_0x326f21[_0x3c8544(0x30b)]=_0x1847be,_0x326f21[_0x3c8544(0x47e)]=_0x3a84ce[_0x3c8544(0x47e)];return _0x326f21;default:return _0x3a84ce;}}default:return _0x3a84ce;}}function ki(_0x50b094){const _0x10a037=_0x31ce10,_0x1613d3={};_0x1613d3[_0x10a037(0x6e0)]=function(_0x24f4ab,_0x356591){return _0x24f4ab===_0x356591;},_0x1613d3['fQYof']=_0x10a037(0x56c),_0x1613d3[_0x10a037(0x88e)]=function(_0x3ef7a2,_0x1abf29){return _0x3ef7a2!==_0x1abf29;},_0x1613d3[_0x10a037(0x1dd)]=_0x10a037(0x4ff),_0x1613d3[_0x10a037(0x2f9)]=_0x10a037(0x38f),_0x1613d3[_0x10a037(0x677)]=_0x10a037(0x68a);const _0x30ee7b=_0x1613d3;switch(_0x50b094[_0x10a037(0x47e)]){case C[_0x10a037(0x7a1)]:case C['HELLO']:const _0x52c272={};_0x52c272['cmd']=_0x50b094[_0x10a037(0x47e)],_0x52c272[_0x10a037(0x1a6)]=_0x50b094['routeKey'];return JSON[_0x10a037(0x750)](_0x52c272);case C[_0x10a037(0x6f4)]:{let _0x1549cd;switch(_0x50b094[_0x10a037(0x30b)]['eventID']){case _0x35d468[_0x10a037(0x52e)+_0x10a037(0x57b)]:{const _0x1d22ee={};_0x1d22ee[_0x10a037(0x961)]=_0x35d468[_0x10a037(0x52e)+_0x10a037(0x57b)],_0x1d22ee[_0x10a037(0x2b6)+_0x10a037(0x5b8)]=_0x50b094['data']['data'],_0x1549cd=_0x1d22ee;break;}case _0x35d468[_0x10a037(0x7ba)+'E']:{if(_0x30ee7b[_0x10a037(0x6e0)](_0x30ee7b[_0x10a037(0x3e9)],_0x30ee7b[_0x10a037(0x3e9)])){const _0x4d2d9d={};_0x4d2d9d[_0x10a037(0x961)]=_0x35d468['USERS_LEAV'+'E'],_0x4d2d9d[_0x10a037(0x67e)]=_0x50b094[_0x10a037(0x30b)]['data'],_0x1549cd=_0x4d2d9d;break;}else{const _0x459e81=this['_getSaveTi'+_0x10a037(0x3d6)]();_0x459e81===0x2631*0x1+0x3b6*0x5+-0x38bf?this['_saveCache'](_0x4cb3f9):this[_0x10a037(0x60e)+'ap']['set'](_0x2eadae,_0x4463c4(()=>this[_0x10a037(0x5f1)](_0x218523),_0x459e81));}}case _0x35d468[_0x10a037(0x5d1)+'R']:{const _0x442327={};_0x442327[_0x10a037(0x961)]=_0x35d468['USERS_ENTE'+'R'],_0x442327[_0x10a037(0x4e1)]=_0x50b094['data'][_0x10a037(0x30b)],_0x1549cd=_0x442327;break;}case _0x35d468[_0x10a037(0x1ef)+_0x10a037(0x58f)]:{const _0x522348={};_0x522348[_0x10a037(0x961)]=_0x35d468['LIVESHARE_'+_0x10a037(0x58f)],_0x522348[_0x10a037(0x9b0)+_0x10a037(0x7e2)]=_0x50b094[_0x10a037(0x30b)]['data'],_0x1549cd=_0x522348;break;}case _0x35d468['LIVESHARE_'+_0x10a037(0x160)]:{const _0x372387={};_0x372387[_0x10a037(0x961)]=_0x35d468['LIVESHARE_'+_0x10a037(0x160)],_0x372387['liveShareO'+_0x10a037(0x6f0)]=_0x50b094['data'][_0x10a037(0x30b)],_0x1549cd=_0x372387;break;}case _0x35d468[_0x10a037(0x1ef)+_0x10a037(0x9cd)]:{if(_0x30ee7b[_0x10a037(0x88e)](_0x30ee7b[_0x10a037(0x1dd)],_0x30ee7b[_0x10a037(0x2f9)])){const _0xf0f7f8={};_0xf0f7f8[_0x10a037(0x961)]=_0x35d468['LIVESHARE_'+_0x10a037(0x9cd)],_0xf0f7f8[_0x10a037(0x8ad)+_0x10a037(0x3cc)]=_0x50b094['data'][_0x10a037(0x30b)],_0x1549cd=_0xf0f7f8;break;}else{const _0x12fb4c=this[_0x10a037(0x6ba)][_0x10a037(0x442)+_0x10a037(0x920)](_0x487d4f,this[_0x10a037(0x952)],this[_0x10a037(0x563)],this['_awaitingC'+_0x10a037(0x8a7)],[_0x502e5d],this['_handler']);return _0x12fb4c['_updateLoc'+_0x10a037(0x493)](),_0x12fb4c;}}case _0x35d468[_0x10a037(0x1ef)+_0x10a037(0x87d)+'ST']:{const _0x5a5d4b={};_0x5a5d4b['eventID']=_0x35d468[_0x10a037(0x1ef)+_0x10a037(0x87d)+'ST'],_0x5a5d4b['liveShareR'+_0x10a037(0x7bb)]=_0x50b094['data']['data'],_0x1549cd=_0x5a5d4b;break;}case _0x35d468['LIVESHARE_'+_0x10a037(0x2b2)+'ATIONS']:{if(_0x30ee7b[_0x10a037(0x6e0)](_0x10a037(0x68a),_0x30ee7b[_0x10a037(0x677)])){const _0x51318b={};_0x51318b['eventID']=_0x35d468[_0x10a037(0x1ef)+_0x10a037(0x2b2)+_0x10a037(0x187)],_0x1549cd=_0x51318b;break;}else return this[_0x10a037(0x4d4)+'s']['has'](_0x274800)||this['_unitStatu'+'s'][_0x10a037(0x1ce)](_0x42f246,new _0x896230(0x1*-0x18c1+-0x1397+0x4*0xb16)),this[_0x10a037(0x4d4)+'s'][_0x10a037(0x284)](_0x1099f9);}default:const _0x443afa={};_0x443afa[_0x10a037(0x961)]=_0x50b094[_0x10a037(0x30b)]['eventID'],_0x1549cd=_0x443afa;}const _0x201722={};return _0x201722[_0x10a037(0x47e)]=_0x50b094[_0x10a037(0x47e)],_0x201722[_0x10a037(0x1a6)]=_0x50b094[_0x10a037(0x1a6)],_0x201722[_0x10a037(0x15b)]=_0x1549cd,JSON['stringify'](_0x201722);}case C[_0x10a037(0x364)]:const _0x9dcc4e={};_0x9dcc4e['cmd']=_0x50b094[_0x10a037(0x47e)],_0x9dcc4e[_0x10a037(0x1a6)]=_0x50b094[_0x10a037(0x1a6)],_0x9dcc4e[_0x10a037(0x3f7)]=_0x50b094[_0x10a037(0x30b)];return JSON[_0x10a037(0x750)](_0x9dcc4e);case C[_0x10a037(0x4e9)]:const _0x1e7d3d={};_0x1e7d3d[_0x10a037(0x47e)]=_0x50b094[_0x10a037(0x47e)],_0x1e7d3d[_0x10a037(0x1a6)]=_0x50b094['routeKey'],_0x1e7d3d[_0x10a037(0x834)]=_0x50b094[_0x10a037(0x30b)];return JSON[_0x10a037(0x750)](_0x1e7d3d);default:throw new Error('[serialize'+_0x10a037(0x79e)+_0x10a037(0x9dc)+_0x10a037(0x87e)+_0x10a037(0x76d)+'lt\x20branch!');}}var Li=(_0x3a10ef,_0x439661,_0x102b17,_0x257480)=>{const _0x4f0043=_0x31ce10,_0x60372b={'fDgrZ':function(_0x572507,_0x473211){return _0x572507-_0x473211;},'ahHwl':function(_0x2e15a3,_0x440518){return _0x2e15a3(_0x440518);}};for(var _0x318988=_0x439661,_0x3d6e61=_0x60372b[_0x4f0043(0x479)](_0x3a10ef['length'],-0x25*-0x95+-0x277*-0x1+-0x17ff),_0x27499e;_0x3d6e61>=-0x932*-0x3+-0x673+0x305*-0x7;_0x3d6e61--)(_0x27499e=_0x3a10ef[_0x3d6e61])&&(_0x318988=_0x60372b[_0x4f0043(0x7f0)](_0x27499e,_0x318988)||_0x318988);return _0x318988;},me=(_0x5d7209,_0x2ed5bf)=>(_0x2d746a,_0x4bb912)=>_0x2ed5bf(_0x2d746a,_0x4bb912,_0x5d7209);const us=_0x2a9065(_0x31ce10(0x7e8)+_0x31ce10(0x1c0)+'tion-clien'+_0x31ce10(0x53f)+_0x31ce10(0x66e)),$i=_0x31ce10(0x616)+'MIT_CHANGE'+_0x31ce10(0x8b2),Pi=_0x31ce10(0x914)+'-api/comb';function xi(_0x20e5d5,_0x5c1b54,_0x41179f){const _0x29b8ce=_0x31ce10;return _0x20e5d5+'/'+_0x5c1b54+'/unit/'+_0x41179f+(_0x29b8ce(0x71f)+'es');}let ht=class{constructor(_0x112c92,_0x278647,_0xedd445,_0x15195d,_0x162db6){const _0x170125=_0x31ce10;this[_0x170125(0x734)]=_0x112c92,this[_0x170125(0x210)]=_0x278647,this[_0x170125(0x16a)+_0x170125(0x5b7)]=_0xedd445,this['_logServic'+'e']=_0x15195d,this[_0x170125(0x99e)+'erverServi'+'ce']=_0x162db6;}[_0x31ce10(0x26a)+'et'](_0x442111){const _0x3adf08=_0x31ce10,_0x3065f8={'nJmjr':function(_0x59e1d1,_0x50e0f4){return _0x59e1d1!==_0x50e0f4;},'aSSrE':_0x3adf08(0x5b0),'LmipY':function(_0x2d0be6,_0x4e7326){return _0x2d0be6(_0x4e7326);},'lxfaQ':_0x3adf08(0x5a1)+_0x3adf08(0x477),'AaFpz':_0x3adf08(0x80d),'RkXnh':'siBCV','orMcs':function(_0x1acf55){return _0x1acf55();},'UnIrW':function(_0x509479,_0x11ba0b){return _0x509479!=_0x11ba0b;},'NYYjT':function(_0x455e2e,_0x4aaf73){return _0x455e2e===_0x4aaf73;},'Swjho':function(_0x524499,_0x385d62){return _0x524499!=_0x385d62;},'BFFoM':function(_0x1ed5c0,_0x458f88){return _0x1ed5c0==_0x458f88;},'qBvEA':function(_0x31cc7e){return _0x31cc7e();},'ndIEK':function(_0x552ca4,_0x17c6aa){return _0x552ca4===_0x17c6aa;},'xSEqD':'XnGGo','bHsJt':_0x3adf08(0x7da)+'tionSocket'+_0x3adf08(0x24b)+'failed\x20to\x20'+'create\x20soc'+'ket!','oJvmz':function(_0x3e18c4,_0x112313){return _0x3e18c4(_0x112313);},'Jmftu':function(_0x4a4ae1,_0xb8712a){return _0x4a4ae1(_0xb8712a);},'bsseS':function(_0x161286,_0x53210d){return _0x161286(_0x53210d);}},_0xb0c60f=this['_ws'][_0x3adf08(0x26a)+'et'](_0x442111);if(!_0xb0c60f)throw new Error(_0x3065f8[_0x3adf08(0x830)]);const _0x12a3e3=new _0x3d2e8e(),_0x489289=new _0x5ea6fb();_0x12a3e3['add'](_0x37aae7(_0xb0c60f[_0x3adf08(0x23e)][_0x3adf08(0x1b2)](_0x2eaf1b=>_0x489289[_0x3adf08(0x6e3)](_0x2eaf1b)))),_0x12a3e3[_0x3adf08(0x8b8)](_0x3065f8[_0x3adf08(0x214)](_0x37aae7,()=>_0x489289[_0x3adf08(0x672)]()));const _0xa725cb=new _0x5ea6fb();_0x12a3e3['add'](_0x3065f8[_0x3adf08(0x214)](_0x37aae7,_0xb0c60f[_0x3adf08(0x5c3)]['subscribe'](_0x308856=>_0xa725cb[_0x3adf08(0x6e3)](_0x308856)))),_0x12a3e3['add'](_0x37aae7(()=>_0xa725cb[_0x3adf08(0x672)]()));const _0x3c60b1=new _0x5ea6fb();_0x12a3e3[_0x3adf08(0x8b8)](_0x3065f8['Jmftu'](_0x37aae7,_0xb0c60f[_0x3adf08(0x4e8)][_0x3adf08(0x1b2)](_0x14f4b6=>{const _0x2b948d=_0x3adf08;if(_0x3065f8[_0x2b948d(0x770)](_0x3065f8['aSSrE'],_0x3065f8[_0x2b948d(0x98d)]))throw this[_0x2b948d(0x75f)+'e'][_0x2b948d(0x6c9)](_0x2b948d(0x7da)+_0x2b948d(0x679)+'n]','submit\x20cha'+_0x2b948d(0x6b4)+'or!'),_0x28a230;else{const _0x24df09=_0x3065f8[_0x2b948d(0x3a4)](Ui,_0x14f4b6);_0x3c60b1['next'](_0x24df09);}}))),_0x12a3e3[_0x3adf08(0x8b8)](_0x3065f8[_0x3adf08(0x723)](_0x37aae7,()=>_0x3c60b1[_0x3adf08(0x672)]()));const _0xfb538f=()=>{const _0x119b96=_0x3adf08;_0xa725cb[_0x119b96(0x6e3)](new Event(_0x119b96(0x5a1)+_0x119b96(0x477))),_0x489289['next'](new CloseEvent(_0x3065f8[_0x119b96(0x8e6)])),_0x9f870a[_0x119b96(0x817)]();},_0x9f870a={'memberID':'','close$':_0x489289['asObservab'+'le'](),'error$':_0xa725cb[_0x3adf08(0x69a)+'le'](),'open$':_0xb0c60f[_0x3adf08(0x98f)],'message$':_0x3c60b1['asObservab'+'le'](),'send':_0x3777df=>{const _0xf270e4=_0x3adf08,_0x441ae5={'fLkGb':function(_0x3fa8ea){const _0x5ad979=_0x5d31;return _0x3065f8[_0x5ad979(0x3ec)](_0x3fa8ea);}};if(_0x3065f8[_0xf270e4(0x4d2)](_0x3777df['cmd'],C[_0xf270e4(0x6f4)])){if(_0x3777df[_0xf270e4(0x30b)][_0xf270e4(0x961)]===_0x35d468['SUBMIT_CHA'+'NGESET']){this['_submitCha'+_0xf270e4(0x8b5)](_0x9f870a,_0x3777df[_0xf270e4(0x30b)])['catch'](_0xbd5521=>{const _0x4a6264=_0xf270e4;this[_0x4a6264(0x75f)+'e'][_0x4a6264(0x6c9)](_0xbd5521),_0x441ae5[_0x4a6264(0x319)](_0xfb538f);});return;}if(_0x3777df['data'][_0xf270e4(0x961)]===_0x35d468[_0xf270e4(0x20f)+'ING']){if(_0x3065f8[_0xf270e4(0x9e0)](_0x3065f8[_0xf270e4(0x340)],_0xf270e4(0x62e))){const _0x10faba=_0x3777df[_0xf270e4(0x30b)];this['_fetchMiss'+_0xf270e4(0x4a2)](_0x10faba)[_0xf270e4(0x2f8)](_0x2d483c=>{const _0x2ac7d6=_0xf270e4,_0x1ab1c2={};_0x1ab1c2[_0x2ac7d6(0x3a2)]=_0x2d483c;const _0x529022={};_0x529022[_0x2ac7d6(0x961)]=_0x35d468['PSEUDO_FET'+_0x2ac7d6(0x634)+'_RESULT'],_0x529022['data']=_0x1ab1c2;const _0x52b2b4={};_0x52b2b4['cmd']=C[_0x2ac7d6(0x2ad)],_0x52b2b4[_0x2ac7d6(0x5bd)]=Rt['OK'],_0x52b2b4[_0x2ac7d6(0x1a6)]=_0x10faba[_0x2ac7d6(0x30b)][_0x2ac7d6(0x952)],_0x52b2b4[_0x2ac7d6(0x258)]='',_0x52b2b4['data']=_0x529022,_0x3c60b1[_0x2ac7d6(0x6e3)](_0x52b2b4);})[_0xf270e4(0x596)](_0x5ed0a1=>{const _0x239240=_0xf270e4;_0x3065f8[_0x239240(0x7e0)]===_0x3065f8['RkXnh']?(this[_0x239240(0x75f)+'e'][_0x239240(0x6c9)](_0x47d860),this[_0x239240(0x909)+_0x239240(0x9d5)]()):(this[_0x239240(0x75f)+'e'][_0x239240(0x6c9)](_0x5ed0a1),_0x3065f8['orMcs'](_0xfb538f));});return;}else{var _0x1e8fbb,_0x801060,_0x25c29f,_0x217b38;const _0x3c7c31=this[_0xf270e4(0x6ba)][_0xf270e4(0x284)](_0x56698f),{pluginName:_0xd1bd1f,unitId:_0x528d9f,sheetId:_0x3b1a15}=_0x3c7c31[_0xf270e4(0x3dc)]()||{},_0x2cdfe2=_0x3065f8[_0xf270e4(0x892)](_0x1e8fbb=_0x3c7c31[_0xf270e4(0x656)+_0xf270e4(0x799)](),null)?_0x1e8fbb:[];if(_0x3065f8[_0xf270e4(0x4d2)](_0x2cdfe2[_0xf270e4(0x37c)],-0x7*0x19c+-0xede+0x1a22)||!_0xd1bd1f||!_0x528d9f||!_0x3b1a15)return;const _0x1787cd=[{'id':_0x3eccea['id'],'params':{'unitId':_0x528d9f,'subUnitId':_0x3b1a15,'pluginName':_0xd1bd1f,'selections':_0xcc6d68[_0xf270e4(0x611)](_0x2cdfe2)}}],_0x416e9b=this[_0xf270e4(0x495)+_0xf270e4(0x6e1)][_0xf270e4(0x1e8)+_0xf270e4(0x1a4)+'thChangese'+'t'](_0x560613,_0x1787cd);if(!_0x2ec628(_0x416e9b))throw _0x416e9b[_0xf270e4(0x6c9)];const _0x31f0a1=_0x3065f8[_0xf270e4(0x3c9)](_0x217b38=_0x3065f8['BFFoM'](_0x25c29f=(_0x801060=_0x416e9b['m2Prime'][0x151*-0x17+0xdf5+0x1052])==null?void(-0xe8*0x21+-0x1*-0x1f0a+0x2*-0x91):_0x801060[_0xf270e4(0x5ab)],null)?void(0x15ce+-0x1399+0x5*-0x71):_0x25c29f[_0xf270e4(0x305)],null)?_0x217b38:_0x2cdfe2;_0x43234f['isArray'](_0x31f0a1)&&_0x31f0a1['length']&&this[_0xf270e4(0x6ba)][_0xf270e4(0x284)](_0x4daa24)['executeCom'+'mand'](_0x37b7c9['id'],{'unitId':_0x528d9f,'subUnitId':_0x3b1a15,'pluginName':_0xd1bd1f,'selections':_0x31f0a1});}}}_0xb0c60f[_0xf270e4(0x850)](_0x3065f8[_0xf270e4(0x3a4)](ki,_0x3777df));},'close':()=>{const _0x4ba236=_0x3adf08;_0xb0c60f[_0x4ba236(0x817)](),_0x12a3e3[_0x4ba236(0x915)]();}};return _0x9f870a;}async[_0x31ce10(0x93b)+_0x31ce10(0x8b5)](_0x55958b,_0x16cc92){const _0x36a61b=_0x31ce10,_0x294688={'GXjYd':function(_0x3c4067,_0x1bd7bd,_0x3d294e,_0x299e92){return _0x3c4067(_0x1bd7bd,_0x3d294e,_0x299e92);},'tRXut':function(_0x1cf568,_0x331e0d){return _0x1cf568!=_0x331e0d;},'geVJl':function(_0x408943,_0x59ed0b){return _0x408943!==_0x59ed0b;},'wvCGz':_0x36a61b(0x853),'riJPc':_0x36a61b(0x7da)+_0x36a61b(0x679)+'n]'};var _0x350512;const {unitType:_0x37a9f2,unitID:_0x4e554c,changeset:_0x19145f}=_0x16cc92[_0x36a61b(0x30b)],_0x26005a={'unitID':_0x4e554c,'memberID':_0x55958b[_0x36a61b(0x94a)],'type':_0x37a9f2,'changeset':_0x11077c(_0x19145f)},_0x34d833=_0x294688[_0x36a61b(0x2ea)](xi,_0x294688[_0x36a61b(0x5d6)](_0x350512=this[_0x36a61b(0x16a)+_0x36a61b(0x5b7)][_0x36a61b(0x63a)]($i),null)?_0x350512:Pi,_0x37a9f2,_0x4e554c);try{const _0x4367b9={};_0x4367b9[_0x36a61b(0x278)]=_0x26005a,await this[_0x36a61b(0x734)][_0x36a61b(0x8c1)](_0x34d833,_0x4367b9);}catch(_0x9fa150){if(_0x294688[_0x36a61b(0x502)](_0x294688['wvCGz'],_0x294688['wvCGz'])){const _0xbb2834=_0x31dd70[_0x36a61b(0x51b)](_0x108c08,arguments);return _0x46a983=null,_0xbb2834;}else throw this[_0x36a61b(0x75f)+'e'][_0x36a61b(0x6c9)](_0x294688[_0x36a61b(0x6f7)],_0x36a61b(0x560)+_0x36a61b(0x6b4)+_0x36a61b(0x33a)),_0x9fa150;}}async[_0x31ce10(0x2a4)+'Changesets'](_0x41863c){const _0x236712=_0x31ce10,{unitID:_0xd5b260,from:_0x8896af,to:_0x3f3cb6,unitType:_0x129bb2}=_0x41863c[_0x236712(0x30b)],_0x514ad9={};_0x514ad9[_0x236712(0x1c8)]=void(-0x3e1+-0x689*-0x2+-0x1*0x931);const _0x3b071b={};return _0x3b071b['unitID']=_0xd5b260,_0x3b071b['type']=_0x129bb2,_0x3b071b[_0x236712(0x2a7)]=_0x8896af,_0x3b071b['to']=_0x3f3cb6,(await this[_0x236712(0x99e)+_0x236712(0x3b1)+'ce'][_0x236712(0x615)+_0x236712(0x7cf)+'ts'](_0x514ad9,_0x3b071b))[_0x236712(0x3a2)];}};ht=Li([me(0x1*0x185f+0x233c+-0x3b9b,_0x35b90a(_0x4382a5)),me(-0x1bb3+0x3d1+0x5*0x4c7,_0x35b90a(_0x52d1a0)),me(-0x78f+0x1e2e*-0x1+-0x25bf*-0x1,_0x4b033c),me(-0x164+0x169c+-0x1535,_0x43b14f),me(0xa33*-0x1+0x2406+-0x19cf,_0x15741e)],ht);var ds=(_0x1a95c7,_0x5457e8,_0x3c83b1,_0xf1fd5c)=>{const _0x5399a0=_0x31ce10,_0x4e4c06={'HADbc':function(_0xabe75a,_0x4c9053){return _0xabe75a-_0x4c9053;},'wZFJv':function(_0x263eb3,_0x5aa37b){return _0x263eb3>=_0x5aa37b;},'lcfoD':function(_0x10bffa,_0x1a395b){return _0x10bffa(_0x1a395b);}};for(var _0x4ada16=_0x5457e8,_0x3fd860=_0x4e4c06[_0x5399a0(0x577)](_0x1a95c7['length'],0xec1+0x17ff*-0x1+-0x3*-0x315),_0x340bbb;_0x4e4c06[_0x5399a0(0x83a)](_0x3fd860,0xbef+0x1a34+-0x2623);_0x3fd860--)(_0x340bbb=_0x1a95c7[_0x3fd860])&&(_0x4ada16=_0x4e4c06[_0x5399a0(0x14a)](_0x340bbb,_0x4ada16)||_0x4ada16);return _0x4ada16;},N=(_0x5c571e,_0x4d86a2)=>(_0x2a5be7,_0x477813)=>_0x4d86a2(_0x2a5be7,_0x477813,_0x5c571e),he=(_0x51d376=>(_0x51d376[_0x51d376['IDLE']=0xd7*0x12+0x1*-0xbb2+-0x36c]='IDLE',_0x51d376[_0x51d376[_0x31ce10(0x43b)]=-0x140c+-0x90c+0x1d19]=_0x31ce10(0x43b),_0x51d376[_0x51d376['OFFLINE']=0x117c+-0x97*0x11+0x1*-0x773]=_0x31ce10(0x163),_0x51d376[_0x51d376[_0x31ce10(0x420)]=-0xc*0x1f0+-0x1*0x1ad5+0xc86*0x4]=_0x31ce10(0x420),_0x51d376))(he||{});const Hi=_0x31ce10(0x53d)+_0x31ce10(0x880)+'L',ji=_0x31ce10(0x6f8)+_0x31ce10(0x844)+'universer-'+'api/comb/c'+'onnect',Bi=_0x31ce10(0x3b4)+_0x31ce10(0x539),Vi=0x1*0xe117+0x292+-0x24d3*0x3,gs='HEARTBEAT_'+_0x31ce10(0x3a0),ms=-0x1e75+0x18cb+0x2cba,Fi=_0x31ce10(0x50e)+_0x31ce10(0x8c3)+_0x31ce10(0x466),Wi=0x73bc+0x13d6+-0x3972,Gi=_0x31ce10(0x50e)+_0x31ce10(0x910)+_0x31ce10(0x1a7),Ki=0x1f8f+0x2080+0x1*-0x400c;let lt=class extends _0xf98423{constructor(_0x82cd76,_0x19ca81,_0x11cba7,_0x223d38,_0x299ed6,_0x132dcf,_0x4068e8,_0xed2a3f){const _0x1f7156=_0x31ce10,_0x38686b={'ZkAcG':_0x1f7156(0x5e5),'fGhsl':_0x1f7156(0x45e),'ZuUCF':function(_0x269612,_0x1d31f3){return _0x269612>_0x1d31f3;},'boGQI':function(_0x1cc6e1,_0x4d2474){return _0x1cc6e1==_0x4d2474;},'kQJna':function(_0xf6fca6,_0x383a5d){return _0xf6fca6===_0x383a5d;},'sdIlq':_0x1f7156(0x2b7),'RVSmn':_0x1f7156(0x960),'JbAkW':function(_0x21e54b,_0x32c75f){return _0x21e54b==_0x32c75f;},'EZlXd':function(_0x1b71d1,_0x9594b,_0x4213d5,_0xd9bd07){return _0x1b71d1(_0x9594b,_0x4213d5,_0xd9bd07);},'GAUps':_0x1f7156(0x26e)+_0x1f7156(0x3ef),'xJSmS':function(_0x30c316,_0x120b12,_0x225426,_0x22780e){return _0x30c316(_0x120b12,_0x225426,_0x22780e);},'FjWJI':_0x1f7156(0x922),'UOuzw':_0x1f7156(0x241),'jpROj':function(_0x4943e9,_0x1e91dc,_0x59abc2){return _0x4943e9(_0x1e91dc,_0x59abc2);},'loJcA':_0x1f7156(0x7f6),'AYjfA':function(_0x431718,_0x2350b1,_0x461e29){return _0x431718(_0x2350b1,_0x461e29);},'GCcSU':_0x1f7156(0x395)+'sageSubscr'+_0x1f7156(0x213)};super(),_0x38686b[_0x1f7156(0x703)](l,this,'_sessionSt'+_0x1f7156(0x273),new _0x5d55aa(-0x78c+0x2570+-0x1de4)),l(this,_0x38686b[_0x1f7156(0x90c)],this[_0x1f7156(0x212)+'atus$'][_0x1f7156(0x69a)+'le']()),_0x38686b[_0x1f7156(0x328)](l,this,_0x38686b[_0x1f7156(0x741)],new _0x5ea6fb()),_0x38686b[_0x1f7156(0x703)](l,this,_0x38686b[_0x1f7156(0x9d4)],this['_event$'][_0x1f7156(0x69a)+'le']()),_0x38686b[_0x1f7156(0x93d)](l,this,_0x38686b[_0x1f7156(0x1d9)]),_0x38686b[_0x1f7156(0x38a)](l,this,_0x38686b[_0x1f7156(0x2b5)]),_0x38686b[_0x1f7156(0x93d)](l,this,'_collabora'+_0x1f7156(0x7aa)+'tTimer'),(this[_0x1f7156(0x49c)]=_0x82cd76,this[_0x1f7156(0x75f)+'e']=_0x11cba7,this[_0x1f7156(0x9a6)+_0x1f7156(0x337)]=_0x223d38,this[_0x1f7156(0x609)+_0x1f7156(0x33f)]=_0x299ed6,this[_0x1f7156(0x16a)+_0x1f7156(0x5b7)]=_0x132dcf,this[_0x1f7156(0x924)+_0x1f7156(0x5b7)]=_0x4068e8,this['_memberSer'+_0x1f7156(0x5b7)]=_0xed2a3f,_0x19ca81[_0x1f7156(0x897)](_0x239628(this[_0x1f7156(0x128)]))[_0x1f7156(0x1b2)](_0x5c01bf=>{const _0x55ef69=_0x1f7156;if(_0x38686b[_0x55ef69(0x77b)]===_0x38686b[_0x55ef69(0x441)])return this[_0x55ef69(0x958)+'t']();else{var _0x3f5e01;_0x38686b[_0x55ef69(0x62a)](typeof _0x5c01bf,'u')||(this[_0x55ef69(0x7f6)]=_0x5c01bf,_0x5c01bf?(this['_joinRoom'](_0x5c01bf),this['_socketMes'+_0x55ef69(0x1bc)+'iption']=this[_0x55ef69(0x7f6)]['message$'][_0x55ef69(0x1b2)](_0x5b0635=>{const _0xc2c93e=_0x55ef69;_0x5b0635[_0xc2c93e(0x1a6)]===this['_unitID']&&this['_onCombEve'+'nt'](_0x5b0635);})):(this[_0x55ef69(0x212)+'atus$'][_0x55ef69(0x6e3)](-0x12aa+0x1cd2+-0x2*0x513),_0x38686b['boGQI'](_0x3f5e01=this[_0x55ef69(0x395)+'sageSubscr'+_0x55ef69(0x213)],null)||_0x3f5e01[_0x55ef69(0x610)+'e'](),this[_0x55ef69(0x395)+_0x55ef69(0x1bc)+_0x55ef69(0x213)]=null));}}),this[_0x1f7156(0x544)+_0x1f7156(0x9a4)](this['_beforeClo'+_0x1f7156(0x337)][_0x1f7156(0x6e9)+'Close'](()=>{const _0x206a26=_0x1f7156;if(_0x38686b[_0x206a26(0x275)](_0x38686b['sdIlq'],_0x38686b[_0x206a26(0x269)]))return this[_0x206a26(0x590)+'o$'][_0x206a26(0x2c8)]();else{var _0x335dff;_0x38686b[_0x206a26(0x801)](_0x335dff=this[_0x206a26(0x7f6)],null)||_0x335dff[_0x206a26(0x850)]({'cmd':C[_0x206a26(0x4e9)],'data':{'roomID':this[_0x206a26(0x49c)]}});}})));}get[_0x31ce10(0x26e)+_0x31ce10(0x23f)](){const _0x430289=_0x31ce10;return this[_0x430289(0x212)+_0x430289(0x273)]['getValue']();}[_0x31ce10(0x6da)+'D'](){const _0x1bb1aa=_0x31ce10,_0x2eed11={};_0x2eed11[_0x1bb1aa(0x292)]=function(_0x20a13e,_0x2aed67){return _0x20a13e==_0x2aed67;};const _0x5c6ab6=_0x2eed11;var _0x10a7b2,_0x4b457;return(_0x4b457=_0x5c6ab6['NNuDQ'](_0x10a7b2=this[_0x1bb1aa(0x7f6)],null)?void(0x7*-0x2ce+0x1*-0x1489+0x282b):_0x10a7b2[_0x1bb1aa(0x94a)])!=null?_0x4b457:null;}['dispose'](){const _0x31c542=_0x31ce10;super['dispose'](),this[_0x31c542(0x128)][_0x31c542(0x6e3)](),this[_0x31c542(0x128)][_0x31c542(0x672)]();}[_0x31ce10(0x858)+'nt'](_0x75f42a){const _0x2c62aa=_0x31ce10,_0x4f837e={};_0x4f837e['eSuLs']=function(_0x319cd9,_0x5dc899){return _0x319cd9===_0x5dc899;},_0x4f837e[_0x2c62aa(0x235)]=function(_0x4ac870,_0x31f644){return _0x4ac870===_0x31f644;};const _0x3bd675=_0x4f837e;_0x3bd675[_0x2c62aa(0x314)](_0x75f42a[_0x2c62aa(0x47e)],C['JOIN'])?this[_0x2c62aa(0x662)+'mEvent'](_0x75f42a):_0x3bd675[_0x2c62aa(0x235)](_0x75f42a[_0x2c62aa(0x47e)],C[_0x2c62aa(0x2ad)])&&this['_onRecvEve'+'nt'](_0x75f42a);}['_joinRoom'](_0x4aaec9){const _0x156696=_0x31ce10;this[_0x156696(0x212)+_0x156696(0x273)][_0x156696(0x6e3)](-0x2*0xa7+0x1594*0x1+0x1*-0x1445),_0x4aaec9['send']({'cmd':C[_0x156696(0x364)],'routeKey':this[_0x156696(0x49c)],'routeType':'','data':{'rooms':[{'roomID':this[_0x156696(0x49c)]}]}});}[_0x31ce10(0x662)+_0x31ce10(0x541)](_0x580443){const _0x41e23f=_0x31ce10,_0x244d0d={};_0x244d0d[_0x41e23f(0x412)]=_0x41e23f(0x18a)+'om-full',_0x244d0d[_0x41e23f(0x1c6)]=function(_0x3853d8,_0x3b1453){return _0x3853d8===_0x3b1453;},_0x244d0d[_0x41e23f(0x895)]='Yctye',_0x244d0d[_0x41e23f(0x5d5)]=function(_0x23b357,_0x29dc4b){return _0x23b357==_0x29dc4b;};const _0x2ae0f2=_0x244d0d;var _0x19a02c;if(_0x580443[_0x41e23f(0x5bd)]===Rt[_0x41e23f(0x65f)]){if(_0x2ae0f2['qcMgi'](_0x2ae0f2['yIbmK'],_0x2ae0f2[_0x41e23f(0x895)])){this[_0x41e23f(0x609)+_0x41e23f(0x33f)][_0x41e23f(0x6b1)]({'type':_0x1a8a1f[_0x41e23f(0x145)],'content':this['_localeSer'+_0x41e23f(0x5b7)]['t'](_0x2ae0f2[_0x41e23f(0x412)])}),this[_0x41e23f(0x212)+_0x41e23f(0x273)][_0x41e23f(0x6e3)](0x64b+-0x1*0x1927+0x12de);return;}else{this[_0x41e23f(0x609)+_0x41e23f(0x33f)][_0x41e23f(0x6b1)]({'type':_0x5a9fa3['Warning'],'content':this[_0x41e23f(0x924)+_0x41e23f(0x5b7)]['t'](_0x2ae0f2[_0x41e23f(0x412)])}),this[_0x41e23f(0x212)+_0x41e23f(0x273)][_0x41e23f(0x6e3)](-0x223f+-0xda+0x231b);return;}}this[_0x41e23f(0x212)+_0x41e23f(0x273)][_0x41e23f(0x6e3)](0x1c73+0x22b7+-0x3f27);const _0x132307=_0x2ae0f2['TePzN'](_0x19a02c=_0x580443[_0x41e23f(0x30b)][_0x41e23f(0x7b3)][this[_0x41e23f(0x49c)]],null)?void(-0x1219+-0x1bf*0x5+0x1ad4):_0x19a02c[_0x41e23f(0x854)];_0x132307&&_0x132307['forEach'](_0x26cf42=>this['_memberSer'+_0x41e23f(0x5b7)][_0x41e23f(0x20d)+'er'](this[_0x41e23f(0x49c)],_0x26cf42));}[_0x31ce10(0x928)+'nt'](_0x78d458){const _0x5babab=_0x31ce10,_0x302c0c={'BriiP':function(_0x475f98,_0x53a39f){return _0x475f98===_0x53a39f;},'QxiFN':function(_0x21e243,_0x1d3752){return _0x21e243-_0x1d3752;},'WbCyD':function(_0x481f19,_0x219e2a){return _0x481f19>=_0x219e2a;},'zXaJq':_0x5babab(0x95c)+_0x5babab(0x711)+_0x5babab(0x2d6),'EoEYK':function(_0x1852a1,_0x422e2c){return _0x1852a1(_0x422e2c);},'OCdBM':function(_0x39f64d,_0x13fc1d){return _0x39f64d(_0x13fc1d);},'PghXE':_0x5babab(0x646),'EyLcS':_0x5babab(0x158)};try{const _0x31a0fc=_0x78d458[_0x5babab(0x30b)];switch(_0x31a0fc[_0x5babab(0x961)]){case _0x35d468[_0x5babab(0x5d1)+'R']:this[_0x5babab(0x2e1)+'n'](_0x31a0fc),this[_0x5babab(0x922)][_0x5babab(0x6e3)](_0x31a0fc);break;case _0x35d468[_0x5babab(0x7ba)+'E']:this[_0x5babab(0x879)+'ve'](_0x31a0fc),this[_0x5babab(0x922)][_0x5babab(0x6e3)](_0x31a0fc);break;case _0x35d468['CHANGESET_'+_0x5babab(0x490)]:this[_0x5babab(0x1d6)+_0x5babab(0x525)+_0x5babab(0x59b)+'r'](),this[_0x5babab(0x922)][_0x5babab(0x6e3)](_0x31a0fc);break;case _0x35d468[_0x5babab(0x22a)+_0x5babab(0x9a2)]:this[_0x5babab(0x75f)+'e']['error'](_0x5babab(0x532)+_0x5babab(0x751)+JSON[_0x5babab(0x750)](_0x31a0fc)),this[_0x5babab(0x922)][_0x5babab(0x6e3)](_0x31a0fc);break;default:this['_event$'][_0x5babab(0x6e3)](_0x31a0fc);}}catch(_0x3720d5){if(_0x302c0c[_0x5babab(0x5d8)]!==_0x302c0c[_0x5babab(0x4e5)])this['_logServic'+'e'][_0x5babab(0x6c9)](_0x3720d5,_0x78d458);else{const _0x409825=this[_0x5babab(0x6ba)][_0x5babab(0x284)](_0x5689c1),{undoCache:_0xc93f4,redoCache:_0x3c5737}=_0x409825[_0x5babab(0x951)+_0x5babab(0x98a)+_0x5babab(0x312)]();if(_0x302c0c[_0x5babab(0x71a)](_0xc93f4[_0x5babab(0x37c)],-0x16*-0x25+-0x12b1+0xf83*0x1)||_0x3c5737[_0x5babab(0x37c)]===-0x1d47+0x60a+0x295*0x9)return;const _0x3e01e1=[],_0x50e240=[];let _0x39efd7=_0x57cc1d[_0x5babab(0x611)](_0x53262a['mutations'][0x7*-0x3e+-0x2*-0x1f6+-0x23a]),_0x18b7aa=_0xaad247[_0x5babab(0x611)](_0x199261[_0x5babab(0x614)][-0xc1b+0x7*-0x46c+-0x2b0f*-0x1]);for(let _0xf13aae=_0x302c0c[_0x5babab(0x3af)](_0xc93f4['length'],0x12be+0x73a+0x11*-0x187);_0x302c0c[_0x5babab(0x6a4)](_0xf13aae,0x76*-0x13+0xc63*0x2+-0x1004);_0xf13aae--){const _0x53a181={..._0xc93f4[_0xf13aae]},_0x25ef2a={};_0x25ef2a['id']=_0x302c0c[_0x5babab(0x971)],_0x25ef2a[_0x5babab(0x5ab)]=_0x53a181;const _0x5682d1={..._0x3c5737[_0xf13aae]},_0x342454={};_0x342454['id']=_0x5babab(0x95c)+_0x5babab(0x711)+'xt-editing',_0x342454['params']=_0x5682d1;const _0x1b9fba=_0x25ef2a,_0x885849=_0x342454,_0x241bfa=this[_0x5babab(0x495)+_0x5babab(0x6e1)][_0x5babab(0x1e8)+_0x5babab(0x6e5)](_0x39efd7,_0x1b9fba,!(-0x59a+-0x1bf*-0xd+-0x223*0x8)),_0x294892=this[_0x5babab(0x495)+_0x5babab(0x6e1)]['transformM'+'utation'](_0x18b7aa,_0x885849,!(0x3*-0x68a+-0xf3d+0x22dc));if(_0x302c0c[_0x5babab(0x583)](_0x250360,_0x241bfa))throw _0x241bfa['error'];if(_0x302c0c[_0x5babab(0x2db)](_0x27ca21,_0x294892))throw _0x294892['error'];_0x3e01e1[_0x5babab(0x23b)](_0x241bfa[_0x5babab(0x322)][_0x5babab(0x5ab)]),_0x50e240['unshift'](_0x294892[_0x5babab(0x322)][_0x5babab(0x5ab)]),_0x39efd7=_0x241bfa[_0x5babab(0x338)],_0x18b7aa=_0x294892[_0x5babab(0x338)];}const _0x5c848f={};_0x5c848f['undoCache']=_0x3e01e1,_0x5c848f[_0x5babab(0x7a0)]=_0x50e240,_0x409825[_0x5babab(0x3a7)+'oMutationP'+_0x5babab(0x312)](_0x5c848f);}}}[_0x31ce10(0x2e1)+'n'](_0x24db23){const _0x32353e=_0x31ce10;this[_0x32353e(0x34e)+_0x32353e(0x5b7)][_0x32353e(0x20d)+'er'](this[_0x32353e(0x49c)],_0x24db23['data']);}[_0x31ce10(0x879)+'ve'](_0x25d404){const _0x3bcd5a=_0x31ce10;this[_0x3bcd5a(0x34e)+_0x3bcd5a(0x5b7)][_0x3bcd5a(0x6b8)+'er'](this['_unitID'],_0x25d404[_0x3bcd5a(0x30b)][_0x3bcd5a(0x94a)]);}async['send'](_0x401dd6,_0x1d82c3){const _0x457daa=_0x31ce10,_0x103d56={'nmGcD':function(_0x4bcfbb,_0x1de279){return _0x4bcfbb-_0x1de279;},'wEhkt':function(_0x1e4ade,_0x3b9eea){return _0x1e4ade>=_0x3b9eea;},'WvuEH':function(_0x32b004,_0x5e8317){return _0x32b004(_0x5e8317);},'EyqUH':function(_0xeae004,_0x3d2f32){return _0xeae004(_0x3d2f32);},'ARQwM':function(_0x2880fd,_0x137799){return _0x2880fd-_0x137799;},'CNhLG':function(_0xbb2d03,_0x50ee28){return _0xbb2d03!==_0x50ee28;},'TkKjv':function(_0x548f76,_0x12b7c0){return _0x548f76===_0x12b7c0;},'hTXdx':function(_0x4e2b5b,_0x488750){return _0x4e2b5b!==_0x488750;},'Qfoni':'IWVtv'};if(this[_0x457daa(0x26e)+'tus']!==-0x2e7*0x9+-0x1e25+0x3847||!this[_0x457daa(0x7f6)])throw new Error(_0x457daa(0x7da)+_0x457daa(0x679)+_0x457daa(0x92b)+_0x457daa(0x5fb)+'message\x20wh'+_0x457daa(0x484)+_0x457daa(0x5da)+_0x457daa(0x6ae));try{if(_0x103d56[_0x457daa(0x16e)](_0x457daa(0x97c),'TFsHt'))_0x103d56[_0x457daa(0x37d)](_0x401dd6[_0x457daa(0x961)],_0x35d468[_0x457daa(0x4c4)+'SETS'])&&this[_0x457daa(0x777)+_0x457daa(0x584)+_0x457daa(0x7f4)+_0x457daa(0x7d1)](),this[_0x457daa(0x7f6)]['send']({'cmd':C['INGEST'],'routeKey':_0x1d82c3,'routeType':'','data':_0x401dd6});else{for(var _0x5b6bbb=_0x3bace0,_0x193382=_0x103d56[_0x457daa(0x8c5)](_0x10c997[_0x457daa(0x37c)],0x8ef*-0x1+0x1*-0x453+0xd43),_0x4b7691;_0x103d56[_0x457daa(0x355)](_0x193382,-0x12*0x4f+-0x20fc+0x1*0x268a);_0x193382--)(_0x4b7691=_0xfacd9a[_0x193382])&&(_0x5b6bbb=_0x103d56[_0x457daa(0x199)](_0x4b7691,_0x5b6bbb)||_0x5b6bbb);return _0x5b6bbb;}}catch(_0x36fff2){if(_0x103d56['hTXdx'](_0x103d56[_0x457daa(0x845)],_0x457daa(0x9ec)))this[_0x457daa(0x75f)+'e'][_0x457daa(0x6c9)](_0x36fff2);else{if(this[_0x457daa(0x559)+_0x457daa(0x256)](_0x54268d))return this[_0x457daa(0x2d8)+_0x457daa(0x652)](),this['_injector'][_0x457daa(0x442)+_0x457daa(0x920)](_0x2f4a3d,this['unitID'],this[_0x457daa(0x563)],null,this[_0x457daa(0x1cd)+_0x457daa(0x22c)],null,[_0x209dd0],this[_0x457daa(0x229)]);try{const _0x12d171=this['_transform'+_0x457daa(0x6e1)]['transformM'+'utationsWi'+'thChangese'+'t'](_0x28a74e,this[_0x457daa(0x1cd)+_0x457daa(0x22c)]);if(_0x103d56['EyqUH'](_0x3c45e1,_0x12d171)){const {c1Prime:_0x2337fc,m2Prime:_0x3d05a0}=_0x12d171;this[_0x457daa(0x865)+_0x457daa(0x86f)+_0x457daa(0x1ce)](_0x2337fc);const _0x110e50=this['_injector'][_0x457daa(0x442)+_0x457daa(0x920)](_0x19475e,this[_0x457daa(0x952)],this[_0x457daa(0x563)],_0x3d05a0,this[_0x457daa(0x229)]);return this[_0x457daa(0x2d8)+_0x457daa(0x652)](),_0x110e50[_0x457daa(0x85c)](this[_0x457daa(0x260)+_0x457daa(0x760)]?_0x3c86ac[_0x457daa(0x641)](-0x381+-0x637+0x9b8,_0x103d56[_0x457daa(0x437)](new _0x48f1be()[_0x457daa(0x299)](),this[_0x457daa(0x260)+_0x457daa(0x760)])):this[_0x457daa(0x79a)+_0x457daa(0x36c)+_0x457daa(0x540)]()),_0x110e50;}throw _0x12d171[_0x457daa(0x6c9)];}catch(_0x4baca2){return this['_logServic'+'e']['error'](_0x4baca2),this[_0x457daa(0x958)+'t']();}}}}[_0x31ce10(0x777)+_0x31ce10(0x584)+_0x31ce10(0x7f4)+_0x31ce10(0x7d1)](){const _0x586cfe=_0x31ce10,_0x148dd1={};_0x148dd1[_0x586cfe(0x5fa)]=function(_0x26fb6d,_0x45eb18){return _0x26fb6d!=_0x45eb18;};const _0x340dda=_0x148dd1;var _0x4707e1;this[_0x586cfe(0x208)+_0x586cfe(0x7aa)+'tTimer']=window[_0x586cfe(0x705)](()=>{const _0x3d701f=_0x586cfe;this[_0x3d701f(0x208)+_0x3d701f(0x7aa)+_0x3d701f(0x252)]=null,this[_0x3d701f(0x609)+_0x3d701f(0x33f)][_0x3d701f(0x6b1)]({'type':_0x1a8a1f[_0x3d701f(0x2b4)],'content':this[_0x3d701f(0x924)+_0x3d701f(0x5b7)]['t']('session.co'+'llaboratio'+_0x3d701f(0x1ae))});},_0x340dda[_0x586cfe(0x5fa)](_0x4707e1=this[_0x586cfe(0x16a)+_0x586cfe(0x5b7)][_0x586cfe(0x63a)](gs),null)?_0x4707e1:ms);}['_clearColl'+_0x31ce10(0x525)+_0x31ce10(0x59b)+'r'](){const _0x5e0d1d=_0x31ce10,_0x177a86={'XhGty':function(_0x7b0dd9,_0xdeed85){return _0x7b0dd9(_0xdeed85);}};this[_0x5e0d1d(0x208)+_0x5e0d1d(0x7aa)+'tTimer']&&(_0x177a86[_0x5e0d1d(0x824)](clearTimeout,this[_0x5e0d1d(0x208)+_0x5e0d1d(0x7aa)+_0x5e0d1d(0x252)]),this['_collabora'+_0x5e0d1d(0x7aa)+_0x5e0d1d(0x252)]=null);}};lt=ds([N(0x59f+-0x1*0x17a8+-0x1f*-0x95,_0x43b14f),N(-0xc*-0xaa+0x1b90+-0x2385,_0x52d12e),N(-0x216*0x7+0x11*0x10c+-0x32e,_0x40837d),N(-0x2*0x35e+0x893+-0x1d2,_0x4b033c),N(0x5*-0x2bd+0x211*0x1+0x2a*0x47,_0x35b90a(_0xaffb7d)),N(0x95+0x9f8+-0xa86,_0x35b90a(Z))],lt);let Re=class extends _0x257b3f{constructor(_0x38455f,_0x1256cb,_0x38a76a,_0x4d34b1,_0x3b6c7a,_0x157056){const _0x5b14aa=_0x31ce10,_0x201c2d={'BaSnZ':_0x5b14aa(0x778)+_0x5b14aa(0x6ab)+'|0','nOTfL':function(_0x18f77,_0x42deb1,_0x504897,_0x557fa2){return _0x18f77(_0x42deb1,_0x504897,_0x557fa2);},'UFOyX':_0x5b14aa(0x1f9),'DDXfK':function(_0x12a01b,_0x20e8a3,_0xb1620b){return _0x12a01b(_0x20e8a3,_0xb1620b);},'ExBic':_0x5b14aa(0x1ed)+_0x5b14aa(0x2e0)+'r','EPoon':function(_0x3a52a7,_0x377479,_0x125aec,_0xb336f0){return _0x3a52a7(_0x377479,_0x125aec,_0xb336f0);},'PpFcG':_0x5b14aa(0x522),'yseKA':_0x5b14aa(0x44b)+'t','zYnUb':function(_0x5258e0,_0x166616,_0x461f68){return _0x5258e0(_0x166616,_0x461f68);},'ghYqV':'_sendHeart'+'beatTimer','IDApe':_0x5b14aa(0x3fb)+_0x5b14aa(0x664),'HxaMG':_0x5b14aa(0x7f8),'PTlZW':function(_0x2453ca,_0x8a5ace,_0x3f4169,_0x3f5843){return _0x2453ca(_0x8a5ace,_0x3f4169,_0x3f5843);},'eVaGo':'_socketRea'+'dy'},_0x1f1c93=_0x201c2d['BaSnZ'][_0x5b14aa(0x792)]('|');let _0x150dd6=0x1*0x3e6+-0x22e8+-0x1b*-0x126;while(!![]){switch(_0x1f1c93[_0x150dd6++]){case'0':this[_0x5b14aa(0x6ba)]=_0x38455f,this['_localeSer'+_0x5b14aa(0x5b7)]=_0x1256cb,this[_0x5b14aa(0x609)+_0x5b14aa(0x33f)]=_0x38a76a,this[_0x5b14aa(0x75f)+'e']=_0x4d34b1,this['_configSer'+_0x5b14aa(0x5b7)]=_0x3b6c7a,this[_0x5b14aa(0x15d)+_0x5b14aa(0x5b7)]=_0x157056;continue;case'1':_0x201c2d['nOTfL'](l,this,_0x201c2d[_0x5b14aa(0x254)],this[_0x5b14aa(0x5d9)][_0x5b14aa(0x69a)+'le']());continue;case'2':_0x201c2d[_0x5b14aa(0x51e)](l,this,_0x201c2d['ExBic']);continue;case'3':_0x201c2d[_0x5b14aa(0x87a)](l,this,_0x201c2d[_0x5b14aa(0x3fd)],new Map());continue;case'4':_0x201c2d[_0x5b14aa(0x8cf)](l,this,_0x201c2d[_0x5b14aa(0x277)],0x1d*-0x26+-0x20e2+-0x2530*-0x1);continue;case'5':super();continue;case'6':_0x201c2d[_0x5b14aa(0x325)](l,this,_0x201c2d[_0x5b14aa(0x228)]);continue;case'7':l(this,_0x201c2d[_0x5b14aa(0x6e2)]);continue;case'8':_0x201c2d['nOTfL'](l,this,_0x201c2d['HxaMG'],new _0x5d55aa(void(0x2*0xf1b+-0x2f4+-0x1b42)));continue;case'9':_0x201c2d[_0x5b14aa(0x627)](l,this,_0x201c2d[_0x5b14aa(0x343)],!(0x1cc1+-0x24a9+0x1*0x7e9));continue;case'10':l(this,_0x5b14aa(0x5d9),new _0x5d55aa(-0x1cfc+-0x16c*0x15+0x3ad8));continue;}break;}}get[_0x31ce10(0x7f6)](){const _0x3d7fd6=_0x31ce10;return this[_0x3d7fd6(0x7f8)][_0x3d7fd6(0x2c8)]();}[_0x31ce10(0x915)](){const _0x51dce0=_0x31ce10;super[_0x51dce0(0x915)](),this[_0x51dce0(0x522)][_0x51dce0(0x6d5)](_0xa6bb2f=>_0xa6bb2f['dispose']()),this[_0x51dce0(0x522)]['clear'](),this[_0x51dce0(0x5d9)][_0x51dce0(0x672)]();}async[_0x31ce10(0x729)+_0x31ce10(0x727)](_0x124fd6){const _0x3efdfb=_0x31ce10;if(this[_0x3efdfb(0x522)][_0x3efdfb(0x17d)](_0x124fd6))return this['_sessions'][_0x3efdfb(0x284)](_0x124fd6);this[_0x3efdfb(0x215)+_0x3efdfb(0x721)]();const _0x19b49f=this['_injector'][_0x3efdfb(0x442)+'ance'](lt,_0x124fd6,this[_0x3efdfb(0x7f8)][_0x3efdfb(0x69a)+'le']());return this[_0x3efdfb(0x522)][_0x3efdfb(0x1ce)](_0x124fd6,_0x19b49f),_0x19b49f;}['_createSoc'+'ket'](){const _0xd3d51a=_0x31ce10,_0x59d60b={};_0x59d60b[_0xd3d51a(0x676)]=function(_0x4bb6d6,_0x7d8a3a){return _0x4bb6d6!=_0x7d8a3a;};const _0x332b6f=_0x59d60b;var _0x5ce3fb;const _0xff49e4=_0x332b6f[_0xd3d51a(0x676)](_0x5ce3fb=this['_configSer'+_0xd3d51a(0x5b7)][_0xd3d51a(0x63a)](Hi),null)?_0x5ce3fb:ji;return this[_0xd3d51a(0x15d)+_0xd3d51a(0x5b7)]['createSock'+'et'](_0xff49e4);}['_tryEnsure'+_0x31ce10(0x721)](){const _0x33eba8=_0x31ce10,_0x2d1a8b={'PAmBK':function(_0x268f7e,_0x4fee0c){return _0x268f7e===_0x4fee0c;},'Kjnmy':_0x33eba8(0x7a9),'JJbSL':_0x33eba8(0x7da)+_0x33eba8(0x679)+_0x33eba8(0x5b4),'hSuTH':_0x33eba8(0x8c9)+'se','UodyJ':function(_0xf7e5b9,_0x43b2b6){return _0xf7e5b9(_0x43b2b6);},'MVvSp':function(_0x5c4ca9,_0x544415){return _0x5c4ca9(_0x544415);},'YPRul':_0x33eba8(0x428),'bYjiz':'GcFQh','AEXRU':function(_0x404dd0,_0x232fa5){return _0x404dd0(_0x232fa5);}};try{if(_0x2d1a8b[_0x33eba8(0x42f)]===_0x2d1a8b[_0x33eba8(0x42f)]){const _0x4781bd=this[_0x33eba8(0x8fc)+_0x33eba8(0x13b)]();if(_0x4781bd){if(_0x2d1a8b[_0x33eba8(0x60d)](_0x2d1a8b[_0x33eba8(0x3ab)],_0x2d1a8b[_0x33eba8(0x3ab)])){const _0xa1326a=_0x4781bd['send'];_0x4781bd[_0x33eba8(0x850)]=_0x473150=>(this[_0x33eba8(0x3d7)+_0x33eba8(0x224)+'Event'](),_0xa1326a['apply'](_0x4781bd,[_0x473150])),_0x4781bd[_0x33eba8(0x4e8)]['subscribe'](_0x1ca636=>this[_0x33eba8(0x2a5)](_0x4781bd,_0x1ca636)),_0x4781bd[_0x33eba8(0x5c3)]['pipe'](_0x2d1a8b['AEXRU'](_0x42327c,-0x51*0x22+0x10a3*-0x2+0x2c09))[_0x33eba8(0x1b2)](_0x221687=>this[_0x33eba8(0x75f)+'e'][_0x33eba8(0x6c9)](_0x33eba8(0x7da)+_0x33eba8(0x679)+_0x33eba8(0x96a)+'\x20socket\x20er'+_0x33eba8(0x22e),_0x221687)),_0x4781bd[_0x33eba8(0x98f)][_0x33eba8(0x897)](_0x42327c(-0x1b7b+0x96e+-0x2*-0x907))[_0x33eba8(0x1b2)](()=>{const _0x4f802e=_0x33eba8;this['_onConnect'+_0x4f802e(0x767)](_0x4781bd);}),_0x4781bd['close$'][_0x33eba8(0x897)](_0x2d1a8b[_0x33eba8(0x57e)](_0x42327c,0x1*-0xdc5+0x1524*-0x1+0xda*0x29))[_0x33eba8(0x1b2)](_0x2f6a30=>{const _0x3d58ac=_0x33eba8;if(_0x2d1a8b[_0x3d58ac(0x60d)](_0x2d1a8b[_0x3d58ac(0x177)],_0x2d1a8b[_0x3d58ac(0x177)]))this['_logServic'+'e'][_0x3d58ac(0x4e4)](_0x2d1a8b['JJbSL'],_0x2d1a8b[_0x3d58ac(0x691)],_0x2f6a30),this[_0x3d58ac(0x909)+'ionFailed']();else return this;});}else return this['_entities'][_0x33eba8(0x17d)](_0x346a0d)?this[_0x33eba8(0x4b5)]['get'](_0x5c3844)['cursorInfo'+'$']:this[_0x33eba8(0x1c9)+'t$'][_0x33eba8(0x897)](_0x2d1a8b[_0x33eba8(0x57e)](_0x1c157b,_0x444d2b=>_0x444d2b['unitID']===_0x6bb139),_0x2d1a8b[_0x33eba8(0x1dc)](_0xb552cf,_0x1a1c09=>_0x1a1c09[_0x33eba8(0x438)+'$']));}}else{const _0x182ff1=new _0x2900d6(_0x36a89d['location'][_0x33eba8(0x840)]);_0x182ff1['searchPara'+'ms']['delete'](_0x246bcf),_0x4c4054?_0x1005ba[_0x33eba8(0x86e)][_0x33eba8(0x1bf)+'te']('','',_0x182ff1['toString']()):_0x1f15fd[_0x33eba8(0x86e)][_0x33eba8(0x244)]('','',_0x182ff1[_0x33eba8(0x35f)]());}}catch(_0x421dd1){this[_0x33eba8(0x75f)+'e']['error'](_0x421dd1),this[_0x33eba8(0x909)+_0x33eba8(0x9d5)]();}}['_onConnect'+_0x31ce10(0x767)](_0x1d9414){const _0x3a4fe7=_0x31ce10,_0x3ce03a={};_0x3ce03a[_0x3a4fe7(0x942)]=_0x3a4fe7(0x7da)+'tionSessio'+_0x3a4fe7(0x5b4),_0x3ce03a['udVRf']=_0x3a4fe7(0x31c)+'n.';const _0x101e62=_0x3ce03a,_0x205c32={};_0x205c32[_0x3a4fe7(0x47e)]=C[_0x3a4fe7(0x603)],(this[_0x3a4fe7(0x75f)+'e'][_0x3a4fe7(0x4e4)](_0x101e62['XcsCP'],_0x101e62[_0x3a4fe7(0x499)]),_0x1d9414['send'](_0x205c32),this[_0x3a4fe7(0x3d7)+_0x3a4fe7(0x224)+_0x3a4fe7(0x95b)]());}[_0x31ce10(0x909)+_0x31ce10(0x9d5)](){const _0x2ab2f8=_0x31ce10,_0x178512={};_0x178512[_0x2ab2f8(0x9cf)]=function(_0x1d64df,_0x12b614){return _0x1d64df<_0x12b614;},_0x178512[_0x2ab2f8(0x1bd)]=function(_0x5c9cfc,_0x406af8){return _0x5c9cfc!=_0x406af8;},_0x178512[_0x2ab2f8(0x37b)]='session.co'+_0x2ab2f8(0x6c6)+_0x2ab2f8(0x404);const _0x18c0af=_0x178512;var _0x8b2991;this[_0x2ab2f8(0x5d9)][_0x2ab2f8(0x6e3)](0x19ce+-0x1b+0x1*-0x19b1),this['_socket$']['next'](null),this[_0x2ab2f8(0x347)+_0x2ab2f8(0x2e9)](),this[_0x2ab2f8(0x24c)+_0x2ab2f8(0x4cb)](),this[_0x2ab2f8(0x91b)+'dy']=!(0xf43+-0x1*0x622+-0x920),_0x18c0af[_0x2ab2f8(0x9cf)](this[_0x2ab2f8(0x44b)+'t'],_0x18c0af[_0x2ab2f8(0x1bd)](_0x8b2991=this[_0x2ab2f8(0x16a)+'vice'][_0x2ab2f8(0x63a)](Gi),null)?_0x8b2991:Ki)?(this[_0x2ab2f8(0x272)+_0x2ab2f8(0x3ee)+'n'](this[_0x2ab2f8(0x44b)+'t']),this[_0x2ab2f8(0x44b)+'t']+=-0x1d22+-0x24e7*0x1+0x9e*0x6b):this['_messageSe'+'rvice'][_0x2ab2f8(0x6b1)]({'type':_0x1a8a1f['Error'],'content':this[_0x2ab2f8(0x924)+_0x2ab2f8(0x5b7)]['t'](_0x18c0af['qzAMB'])});}[_0x31ce10(0x272)+_0x31ce10(0x3ee)+'n'](_0x57ad52){const _0x2228ed=_0x31ce10,_0x42b1f0={'nDCma':function(_0x57d4f2,_0x4e8e57){return _0x57d4f2*_0x4e8e57;},'koCrI':function(_0x3f783e,_0x1b76a1){return _0x3f783e**_0x1b76a1;},'ArlBD':function(_0x1b7926,_0x4eb181,_0x20723b){return _0x1b7926(_0x4eb181,_0x20723b);}};var _0x5d3f46;const _0x2a20c2=_0x42b1f0[_0x2228ed(0x688)]((_0x5d3f46=this['_configSer'+_0x2228ed(0x5b7)]['getConfig'](Fi))!=null?_0x5d3f46:Wi,_0x42b1f0[_0x2228ed(0x29b)](-0x17f4+0x2e*0xa9+-0x668,_0x57ad52));this['_messageSe'+'rvice']['show']({'type':_0x1a8a1f[_0x2228ed(0x145)],'content':this[_0x2228ed(0x924)+_0x2228ed(0x5b7)]['t'](_0x2228ed(0x569)+_0x2228ed(0x375))}),this['_retryConn'+_0x2228ed(0x2e0)+'r']=_0x42b1f0['ArlBD'](setTimeout,()=>{const _0x1c1060=_0x2228ed;this[_0x1c1060(0x215)+_0x1c1060(0x721)](),clearTimeout(this['_retryConn'+_0x1c1060(0x2e0)+'r']),this[_0x1c1060(0x1ed)+'ectingTime'+'r']=null;},_0x2a20c2);}['_reschedul'+_0x31ce10(0x224)+_0x31ce10(0x95b)](){const _0x25d3c8=_0x31ce10,_0x21710b={'DywTV':function(_0xcb2343,_0x333c4d,_0x2b0ac4){return _0xcb2343(_0x333c4d,_0x2b0ac4);},'mJWlU':function(_0x5775d5,_0x3c3277){return _0x5775d5!=_0x3c3277;}};var _0x4242ae;this[_0x25d3c8(0x24c)+_0x25d3c8(0x4cb)](),this['_sendHeart'+_0x25d3c8(0x9b4)]=_0x21710b['DywTV'](setTimeout,()=>this[_0x25d3c8(0x8d7)+_0x25d3c8(0x40f)](),_0x21710b[_0x25d3c8(0x3b0)](_0x4242ae=this[_0x25d3c8(0x16a)+_0x25d3c8(0x5b7)]['getConfig'](Bi),null)?_0x4242ae:Vi);}['_sendHeart'+'beat'](){const _0x55d8e1=_0x31ce10,_0x4d30d7={};_0x4d30d7[_0x55d8e1(0x47e)]=C[_0x55d8e1(0x7a1)],(this[_0x55d8e1(0x7f6)][_0x55d8e1(0x850)](_0x4d30d7),this[_0x55d8e1(0x451)+_0x55d8e1(0x772)+_0x55d8e1(0x8c6)]());}[_0x31ce10(0x451)+_0x31ce10(0x772)+_0x31ce10(0x8c6)](){const _0x125d77=_0x31ce10,_0x10a44d={'WsYGT':function(_0x607db6,_0x506fb4,_0x26008a){return _0x607db6(_0x506fb4,_0x26008a);}};var _0xfa60fd;this[_0x125d77(0x3fb)+'mer']=_0x10a44d['WsYGT'](setTimeout,()=>this[_0x125d77(0x909)+_0x125d77(0x9d5)](),(_0xfa60fd=this[_0x125d77(0x16a)+'vice'][_0x125d77(0x63a)](gs))!=null?_0xfa60fd:ms);}['_onMessage'](_0x467db4,_0x155ba0){const _0x31a96b=_0x31ce10,_0x549966={};_0x549966[_0x31a96b(0x47d)]=function(_0x799f0,_0x59ab6d){return _0x799f0===_0x59ab6d;},_0x549966[_0x31a96b(0x5c7)]=function(_0x32c5d0,_0x31f3d7){return _0x32c5d0===_0x31f3d7;};const _0x3a798d=_0x549966,{cmd:_0x3800da}=_0x155ba0;_0x3a798d[_0x31a96b(0x47d)](_0x3800da,C[_0x31a96b(0x603)])&&!this[_0x31a96b(0x91b)+'dy']&&(_0x467db4['memberID']=_0x155ba0[_0x31a96b(0x30b)][_0x31a96b(0x94a)],this['_socket$'][_0x31a96b(0x6e3)](_0x467db4),this['_status$']['next'](0x2*-0x103f+0x6a4*-0x4+0x3b11),this['_socketRea'+'dy']=!(0x5c*0x55+-0xaff+0x7*-0x2cb)),_0x3a798d[_0x31a96b(0x5c7)](_0x3800da,C[_0x31a96b(0x7a1)])&&this['_clearTime'+_0x31a96b(0x2e9)](),this[_0x31a96b(0x3d7)+_0x31a96b(0x224)+_0x31a96b(0x95b)]();}[_0x31ce10(0x24c)+_0x31ce10(0x4cb)](){const _0x26827a=_0x31ce10,_0x284df0={};_0x284df0[_0x26827a(0x606)]=function(_0x3e9ee9,_0x12c86a){return _0x3e9ee9!=_0x12c86a;};const _0x5af065=_0x284df0;_0x5af065[_0x26827a(0x606)](this[_0x26827a(0x8d7)+_0x26827a(0x9b4)],null)&&(clearTimeout(this[_0x26827a(0x8d7)+_0x26827a(0x9b4)]),this[_0x26827a(0x8d7)+_0x26827a(0x9b4)]=null);}[_0x31ce10(0x347)+_0x31ce10(0x2e9)](){const _0x55a47a=_0x31ce10,_0x1a176a={'aZjMR':function(_0x49a508,_0x26ea69){return _0x49a508!=_0x26ea69;},'GkYwY':function(_0x23a759,_0xb8dbb8){return _0x23a759(_0xb8dbb8);}};_0x1a176a[_0x55a47a(0x813)](this[_0x55a47a(0x3fb)+'mer'],null)&&(_0x1a176a['GkYwY'](clearTimeout,this[_0x55a47a(0x3fb)+'mer']),this[_0x55a47a(0x3fb)+'mer']=null);}};Re=ds([N(-0x5*0x5de+-0x1561+0x32b7,_0x35b90a(_0xb6d532)),N(-0x298+-0x171e+0x19b7,_0x35b90a(_0xaffb7d)),N(0x1d0c+-0x176+-0x1b94,_0x40837d),N(0x82e*-0x2+0x94f+-0x1*-0x710,_0x43b14f),N(0x1376+0x204e+-0x33c0,_0x4b033c),N(0x170a+-0x232b+-0xc26*-0x1,us)],Re);var Yi=(_0x292940,_0x361c8a,_0x587422,_0x5caab6)=>{const _0x52071c=_0x31ce10,_0x2f7623={'KrCJw':function(_0x4b60ab,_0x3b5477){return _0x4b60ab-_0x3b5477;},'WFOdR':function(_0x1f5e91,_0x44ec15){return _0x1f5e91>=_0x44ec15;},'LfvjX':function(_0x508a1c,_0x180c2c){return _0x508a1c(_0x180c2c);}};for(var _0x2c37ae=_0x361c8a,_0xcee940=_0x2f7623['KrCJw'](_0x292940[_0x52071c(0x37c)],0x2*0xf59+0x2467+0x98*-0x71),_0x675870;_0x2f7623[_0x52071c(0x318)](_0xcee940,-0xcf4*-0x1+-0x2*-0xefd+-0x23*0x13a);_0xcee940--)(_0x675870=_0x292940[_0xcee940])&&(_0x2c37ae=_0x2f7623[_0x52071c(0x75a)](_0x675870,_0x2c37ae)||_0x2c37ae);return _0x2c37ae;},fe=(_0x2da157,_0x1c8342)=>(_0x541812,_0x435226)=>_0x1c8342(_0x541812,_0x435226,_0x2da157);const Xi=_0x31ce10(0x12a)+_0x31ce10(0x938),zi=0x19bf+-0x8a*0x43+0xe47;let y=class extends _0x257b3f{constructor(_0x537021,_0x8e72ac,_0x23e3e2,_0x27ebf6,_0x2d781a){const _0x3bc7e9=_0x31ce10,_0x59755d={'JeYdy':_0x3bc7e9(0x231),'mmozk':function(_0x1eed20,_0x39b7c0,_0x39073e,_0x271a8f){return _0x1eed20(_0x39b7c0,_0x39073e,_0x271a8f);},'zphPD':_0x3bc7e9(0x60e)+'ap','IyRbJ':function(_0x5656ea,_0x47e25e,_0x42f31d,_0xa43d11){return _0x5656ea(_0x47e25e,_0x42f31d,_0xa43d11);}},_0x2c2c13=_0x59755d[_0x3bc7e9(0x980)][_0x3bc7e9(0x792)]('|');let _0x10f3df=-0x1*-0x221b+0x3*-0xa9c+-0x247*0x1;while(!![]){switch(_0x2c2c13[_0x10f3df++]){case'0':l(this,'_disabled',!(-0xa1b+-0x1ad*0x13+0x29f3));continue;case'1':_0x59755d[_0x3bc7e9(0x903)](l,this,_0x59755d['zphPD'],new Map());continue;case'2':this['_configSer'+_0x3bc7e9(0x5b7)]=_0x537021,this[_0x3bc7e9(0x605)+_0x3bc7e9(0x79f)]=_0x8e72ac,this[_0x3bc7e9(0x9a6)+'seService']=_0x23e3e2,this[_0x3bc7e9(0x924)+_0x3bc7e9(0x5b7)]=_0x27ebf6,this['_revisionS'+_0x3bc7e9(0x66e)]=_0x2d781a,this['_setupBefo'+_0x3bc7e9(0x4f8)+_0x3bc7e9(0x301)]();continue;case'3':super();continue;case'4':_0x59755d[_0x3bc7e9(0x726)](l,this,_0x3bc7e9(0x7eb)+'a',new Map());continue;}break;}}[_0x31ce10(0x17c)+_0x31ce10(0x493)](){const _0x5f4684=_0x31ce10;this[_0x5f4684(0x700)]=!(0x317*0x3+0x1d8+-0xb1d);}[_0x31ce10(0x7e3)+_0x31ce10(0x8bb)](){const _0x2a1e28=_0x31ce10;this[_0x2a1e28(0x700)]=!(-0x2431+0x2*-0x119e+0x1be*0x29);}[_0x31ce10(0x915)](){const _0x2afe9f=_0x31ce10;this[_0x2afe9f(0x859)+'vingTask']()[_0x2afe9f(0x2f8)](()=>super[_0x2afe9f(0x915)]());}async[_0x31ce10(0x5f6)+'eData'](_0x255f69){const _0x10c0eb=_0x31ce10,_0xc4ff97={'jbbZJ':function(_0x430bb3,_0x17ffe2){return _0x430bb3(_0x17ffe2);}};return this[_0x10c0eb(0x700)]?null:this[_0x10c0eb(0x605)+_0x10c0eb(0x79f)][_0x10c0eb(0x8cd)](_0xc4ff97['jbbZJ'](xt,_0x255f69));}async[_0x31ce10(0x55b)+'eData'](_0x201756,_0xc8dbda){const _0x4487b5=_0x31ce10;return!!this[_0x4487b5(0x605)+_0x4487b5(0x79f)]['setItem'](_0x201756,_0xc8dbda);}['updateOffl'+'ineData'](_0x8ac3e1,_0xdc496b,_0x3a85bd,_0x4f1258){const _0x1e44da=_0x31ce10,_0x40f100=this['_revisionS'+_0x1e44da(0x66e)][_0x1e44da(0x3dc)+_0x1e44da(0x81d)+_0x1e44da(0x9be)](_0x8ac3e1);this[_0x1e44da(0x7eb)+'a'][_0x1e44da(0x1ce)](_0x8ac3e1,{'unitID':_0x8ac3e1,'type':_0xdc496b,'awaitingChangeset':_0x3a85bd,'mutations':_0x4f1258,'rev':_0x40f100}),this[_0x1e44da(0x60e)+'ap']['has'](_0x8ac3e1)||this[_0x1e44da(0x791)+'aving'](_0x8ac3e1);}[_0x31ce10(0x791)+_0x31ce10(0x64b)](_0x2a35b3){const _0x316d74=_0x31ce10,_0x4cbe3b={'VTTJS':function(_0x240c5c,_0x6139ab,_0x18747c){return _0x240c5c(_0x6139ab,_0x18747c);}},_0x52aba8=this[_0x316d74(0x608)+_0x316d74(0x3d6)]();_0x52aba8===0xadd*-0x3+0x1556+0xb41?this[_0x316d74(0x5f1)](_0x2a35b3):this[_0x316d74(0x60e)+'ap']['set'](_0x2a35b3,_0x4cbe3b[_0x316d74(0x82e)](setTimeout,()=>this[_0x316d74(0x5f1)](_0x2a35b3),_0x52aba8));}['_getSaveTi'+'meout'](){const _0x4b2454=_0x31ce10,_0x41aeaa={};_0x41aeaa[_0x4b2454(0x503)]=function(_0x2484a0,_0x38812f){return _0x2484a0!=_0x38812f;};const _0x5c2210=_0x41aeaa;var _0x4a4c15;return _0x5c2210[_0x4b2454(0x503)](_0x4a4c15=this[_0x4b2454(0x16a)+_0x4b2454(0x5b7)][_0x4b2454(0x63a)](Xi),null)?_0x4a4c15:zi;}['_saveCache'](_0x4346c9){const _0x22cfbc=_0x31ce10,_0x3bfb4c={'uRCAx':function(_0x339ed2,_0xa22321){return _0x339ed2!==_0xa22321;},'LgfoG':function(_0x2328d6,_0x2d0705){return _0x2328d6(_0x2d0705);}},_0x1187b0=this[_0x22cfbc(0x60e)+'ap'][_0x22cfbc(0x284)](_0x4346c9);return _0x3bfb4c['uRCAx'](_0x1187b0,void(0x10d1+0x1*-0x21b5+0x10e4*0x1))&&window['clearTimeo'+'ut'](_0x1187b0),this[_0x22cfbc(0x605)+_0x22cfbc(0x79f)][_0x22cfbc(0x2de)](_0x3bfb4c[_0x22cfbc(0x4d9)](xt,_0x4346c9),this[_0x22cfbc(0x7eb)+'a'][_0x22cfbc(0x284)](_0x4346c9))[_0x22cfbc(0x2f8)](()=>this[_0x22cfbc(0x60e)+'ap']['delete'](_0x4346c9));}async['_exhaustSa'+_0x31ce10(0x48b)](){const _0x3e473a=_0x31ce10,_0x2a6a3f={};_0x2a6a3f[_0x3e473a(0x313)]=_0x3e473a(0x5dc)+'issState]:'+'\x20not\x20expec'+_0x3e473a(0x18f)+_0x3e473a(0x7ca)+_0x3e473a(0x1d2)+'_awaitingC'+_0x3e473a(0x7a2)+_0x3e473a(0x934),_0x2a6a3f[_0x3e473a(0x523)]=function(_0x16feb5,_0x58c0d1){return _0x16feb5===_0x58c0d1;},_0x2a6a3f[_0x3e473a(0x236)]=_0x3e473a(0x446),_0x2a6a3f[_0x3e473a(0x2d2)]=_0x3e473a(0x2bb);const _0x53a90b=_0x2a6a3f,_0x1bedb9=[];this[_0x3e473a(0x60e)+'ap'][_0x3e473a(0x6d5)]((_0x2d8c66,_0x1abd2e)=>{const _0x4d35b8=_0x3e473a;window[_0x4d35b8(0x9ad)+'ut'](_0x2d8c66),_0x1bedb9[_0x4d35b8(0x76b)](this[_0x4d35b8(0x5f1)](_0x1abd2e)['then'](()=>{const _0x1f4771=_0x4d35b8,_0x5acf93={};_0x5acf93[_0x1f4771(0x46c)]=_0x53a90b[_0x1f4771(0x313)];const _0x2af677=_0x5acf93;if(_0x53a90b['kElUC'](_0x53a90b[_0x1f4771(0x236)],_0x53a90b[_0x1f4771(0x2d2)])){if(this[_0x1f4771(0x759)+'hangeset'])return this['_acknowled'+_0x1f4771(0x645)+_0x1f4771(0x131)]=this['_awaitingC'+_0x1f4771(0x8a7)],this[_0x1f4771(0x759)+_0x1f4771(0x8a7)]=null,this;throw new _0x37c0e4(_0x2af677[_0x1f4771(0x46c)]);}else this[_0x1f4771(0x60e)+'ap']['delete'](_0x1abd2e);}));}),await Promise[_0x3e473a(0x37f)](_0x1bedb9);}[_0x31ce10(0x3f0)+_0x31ce10(0x4f8)+'andler'](){const _0x322c78=_0x31ce10,_0x1549bb={};_0x1549bb[_0x322c78(0x7df)]=_0x322c78(0x2ca)+'ion-client'+'.offline-d'+_0x322c78(0x622)+_0x322c78(0x3d2);const _0x44ca1f=_0x1549bb;this['disposeWit'+'hMe'](this['_beforeClo'+'seService']['registerBe'+_0x322c78(0x28d)](()=>{const _0x31af98=_0x322c78;if(this[_0x31af98(0x60e)+'ap'][_0x31af98(0x742)])return this[_0x31af98(0x924)+'vice']['t'](_0x44ca1f[_0x31af98(0x7df)]);}));}};y=Yi([fe(0x1360+0x21b7+-0x1*0x3517,_0x4b033c),fe(-0x1965+0x59*-0x6a+0x3e40,_0x2f733f),fe(-0x2141+-0x1*-0x745+0x19fe,_0x52d12e),fe(0xbd5+-0x1b0+0x511*-0x2,_0x35b90a(_0xaffb7d)),fe(-0x1443+-0x4*-0x933+-0x1085,_0x35b90a(_0x1cc7ad))],y);function xt(_0x16d8c0){const _0x19ec36=_0x31ce10;return _0x19ec36(0x3ad)+'-'+_0x16d8c0;}const Xe=_0x2a9065(_0x31ce10(0x7e8)+_0x31ce10(0x1c0)+_0x31ce10(0x59d)+_0x31ce10(0x8af)+_0x31ce10(0x995)+'-service');var fs=(_0x3f9333=>(_0x3f9333[_0x3f9333[_0x31ce10(0x1f1)+_0x31ce10(0x361)+_0x31ce10(0x82b)]=0x4*0x331+-0xd*0x277+0x1347]='NO_OTHER_C'+_0x31ce10(0x361)+'TING',_0x3f9333[_0x3f9333['OTHER_CLIE'+_0x31ce10(0x350)+'G']=0xb42*-0x1+0x16*0x100+-0xabd*0x1]='OTHER_CLIE'+_0x31ce10(0x350)+'G',_0x3f9333))(fs||{});const Ht=0x2*-0x192+0x5c*-0x285+0x2*0xb010,jt=_0x31ce10(0x1b9)+'T_EVENT_CH'+_0x31ce10(0x41a);class Ji extends _0x257b3f{constructor(){const _0x366d28=_0x31ce10,_0x1cb73b={'PVEjk':_0x366d28(0x586)+_0x366d28(0x6b6),'oGUCA':function(_0x5e1299,_0x176501,_0x4f5d14,_0x4e6222){return _0x5e1299(_0x176501,_0x4f5d14,_0x4e6222);},'NVPck':function(_0x335c9a,_0x459756,_0x5b16ab,_0x23ab0c){return _0x335c9a(_0x459756,_0x5b16ab,_0x23ab0c);},'HJGsk':_0x366d28(0x918)+_0x366d28(0x70f),'ODiNk':function(_0x5ad5ad,_0x48eda7,_0x2d234c,_0x37636f){return _0x5ad5ad(_0x48eda7,_0x2d234c,_0x37636f);},'QOnrs':_0x366d28(0x491)+'Timer','QVMSx':_0x366d28(0x4d4)+'s'},_0x551f47=(_0x366d28(0x52d)+'4|7|1')[_0x366d28(0x792)]('|');let _0x5ec3a0=0x2065*-0x1+0x1d72+0x2f3;while(!![]){switch(_0x551f47[_0x5ec3a0++]){case'0':l(this,_0x1cb73b[_0x366d28(0x89d)],new Map());continue;case'1':this[_0x366d28(0x36b)]();continue;case'2':super();continue;case'3':_0x1cb73b[_0x366d28(0x66c)](l,this,_0x366d28(0x9b9),_0x497ba7[_0x366d28(0x66d)+_0x366d28(0x5c2)]());continue;case'4':_0x1cb73b[_0x366d28(0x6f3)](l,this,_0x1cb73b[_0x366d28(0x5e8)],new Map());continue;case'5':_0x1cb73b['oGUCA'](l,this,_0x366d28(0x454)+'Ds',new Set());continue;case'6':_0x1cb73b['ODiNk'](l,this,_0x1cb73b[_0x366d28(0x693)],null);continue;case'7':l(this,_0x1cb73b[_0x366d28(0x6c4)],new Map());continue;}break;}}[_0x31ce10(0x915)](){const _0x4095b7=_0x31ce10;super[_0x4095b7(0x915)](),this[_0x4095b7(0x918)+_0x4095b7(0x70f)]['forEach']((_0xbf7b33,_0x2cc9e2)=>this['_removeCle'+_0x4095b7(0x864)+'er'](_0x2cc9e2)),this[_0x4095b7(0x491)+_0x4095b7(0x758)]&&window[_0x4095b7(0x13f)+_0x4095b7(0x589)](this[_0x4095b7(0x491)+_0x4095b7(0x758)]);}[_0x31ce10(0x1c5)+_0x31ce10(0x3ef)](_0x487200){const _0x54035c=_0x31ce10,_0x3fad16={'iMeDv':function(_0x59514d){return _0x59514d();}};return this[_0x54035c(0x50f)+_0x54035c(0x809)](_0x487200)[_0x54035c(0x897)](_0x3fad16[_0x54035c(0x197)](_0x2c9ebe));}[_0x31ce10(0x371)+'t'](_0x28a7f6){const _0x1e6995=_0x31ce10,_0x1c64a3={};_0x1c64a3['wCUZM']=function(_0x503f20,_0x310fb4){return _0x503f20===_0x310fb4;};const _0x323b0d=_0x1c64a3;_0x323b0d[_0x1e6995(0x667)](this['_selfUnitI'+'Ds'][_0x1e6995(0x742)],0xdbe+-0x9*0x302+0xd54)&&this[_0x1e6995(0x68d)+_0x1e6995(0x45b)](),this[_0x1e6995(0x454)+'Ds']['add'](_0x28a7f6),this[_0x1e6995(0x28b)]({'type':0x0,'memberID':this[_0x1e6995(0x9b9)],'unitID':_0x28a7f6});}[_0x31ce10(0x8db)+'t'](_0x5dafee){const _0x9d51ed=_0x31ce10,_0x370143={};_0x370143['TJORB']=function(_0x959b63,_0x1d02cf){return _0x959b63===_0x1d02cf;};const _0x54fad8=_0x370143;this[_0x9d51ed(0x454)+'Ds']['delete'](_0x5dafee),_0x54fad8[_0x9d51ed(0x83d)](this[_0x9d51ed(0x454)+'Ds'][_0x9d51ed(0x742)],0x12*-0x1fd+0x6f4+-0xe6b*-0x2)&&this[_0x9d51ed(0x491)+_0x9d51ed(0x758)]&&window['clearInter'+'val'](this['_heartbeat'+'Timer']);}[_0x31ce10(0x36b)](){const _0x2c4625=_0x31ce10,_0xba37f={'qFHBS':function(_0x46bbfc,_0x34c1c1,_0x290506){return _0x46bbfc(_0x34c1c1,_0x290506);},'OQZah':_0x2c4625(0x37e)};this[_0x2c4625(0x544)+_0x2c4625(0x9a4)](_0x37aae7(_0xba37f['qFHBS'](_0x1ce106,window,_0x2c4625(0x9ae))[_0x2c4625(0x1b2)](_0x3620b5=>{const _0x3a7ff1=_0x2c4625;if(_0x3620b5[_0x3a7ff1(0x72d)]!==jt||!_0x3620b5[_0x3a7ff1(0x82d)])return;const _0x5bb1be=JSON[_0x3a7ff1(0x296)](_0x3620b5[_0x3a7ff1(0x82d)]);this[_0x3a7ff1(0x496)+'nt'](_0x5bb1be);}))),window[_0x2c4625(0x2b8)+_0x2c4625(0x65c)](_0xba37f[_0x2c4625(0x6aa)],()=>this[_0x2c4625(0x28b)]({'type':0x1,'memberID':this[_0x2c4625(0x9b9)],'unitIDs':Array[_0x2c4625(0x2a7)](this[_0x2c4625(0x454)+'Ds'])}));}['_handleEve'+'nt'](_0x2175e9){const _0x5a4f1b=_0x31ce10;switch(_0x2175e9[_0x5a4f1b(0x563)]){case-0x111f+0x1033+0xec*0x1:this[_0x5a4f1b(0x42b)+_0x5a4f1b(0x456)](_0x2175e9);break;case 0x2449+0x6*-0x184+0x488*-0x6:this[_0x5a4f1b(0x136)+'veEvent'](_0x2175e9);break;case-0x71f*0x3+0x1*-0x1c1+0x1720:this[_0x5a4f1b(0x54f)+_0x5a4f1b(0x668)+'t'](_0x2175e9);break;}}[_0x31ce10(0x42b)+'nEvent'](_0x536ad2){const _0x31d79f=_0x31ce10,_0x384373={};_0x384373[_0x31d79f(0x9a0)]=_0x31d79f(0x6e4);const _0x3f3d28=_0x384373,{unitID:_0x423040,memberID:_0x222227}=_0x536ad2;if(!this[_0x31d79f(0x586)+_0x31d79f(0x6b6)][_0x31d79f(0x17d)](_0x423040)||!this[_0x31d79f(0x586)+_0x31d79f(0x6b6)][_0x31d79f(0x284)](_0x423040)[_0x31d79f(0x17d)](_0x222227)){if(_0x3f3d28[_0x31d79f(0x9a0)]!==_0x3f3d28[_0x31d79f(0x9a0)])return this[_0x31d79f(0x1cd)+_0x31d79f(0x22c)][_0x31d79f(0x76b)](_0x22bb62),this;else{const _0x57a0f8=this[_0x31d79f(0x586)+_0x31d79f(0x6b6)][_0x31d79f(0x284)](_0x423040)||new Set();_0x57a0f8[_0x31d79f(0x8b8)](_0x222227),this['_unitOnCli'+_0x31d79f(0x6b6)][_0x31d79f(0x1ce)](_0x423040,_0x57a0f8),this[_0x31d79f(0x777)+_0x31d79f(0x640)+_0x31d79f(0x7d1)](_0x222227),this[_0x31d79f(0x28b)]({'type':0x0,'memberID':this['_id'],'unitID':_0x423040});}}else this[_0x31d79f(0x50f)+_0x31d79f(0x809)](_0x423040)[_0x31d79f(0x6e3)](-0x264e+-0x1*-0x135b+0x12f4);}[_0x31ce10(0x777)+_0x31ce10(0x640)+_0x31ce10(0x7d1)](_0x4d39a7){const _0x4ae801=_0x31ce10,_0xe66d9c={};_0xe66d9c[_0x4ae801(0x5d3)]=function(_0xc05391,_0x1e9156){return _0xc05391*_0x1e9156;};const _0x6e9611=_0xe66d9c;this[_0x4ae801(0x31d)+_0x4ae801(0x864)+'er'](_0x4d39a7);const _0x58278b=window[_0x4ae801(0x705)](()=>{const _0x14f59f=_0x4ae801;this[_0x14f59f(0x586)+_0x14f59f(0x6b6)][_0x14f59f(0x6d5)](_0x16bcb8=>{const _0x49831d=_0x14f59f;_0x16bcb8[_0x49831d(0x3b9)](_0x4d39a7);});},_0x6e9611[_0x4ae801(0x5d3)](Ht,0xcb3+0x13*-0x65+-0x532));this[_0x4ae801(0x918)+_0x4ae801(0x70f)][_0x4ae801(0x1ce)](_0x4d39a7,_0x58278b);}[_0x31ce10(0x31d)+_0x31ce10(0x864)+'er'](_0x2fc02c){const _0x58d5c8=_0x31ce10;if(this[_0x58d5c8(0x918)+_0x58d5c8(0x70f)][_0x58d5c8(0x17d)](_0x2fc02c)){const _0x670c1a=this[_0x58d5c8(0x918)+_0x58d5c8(0x70f)]['get'](_0x2fc02c);_0x670c1a&&window[_0x58d5c8(0x9ad)+'ut'](_0x670c1a),this[_0x58d5c8(0x918)+_0x58d5c8(0x70f)][_0x58d5c8(0x1ce)](_0x2fc02c,null);}}[_0x31ce10(0x136)+_0x31ce10(0x82a)](_0x4bf364){const _0x46ed29=_0x31ce10,_0x414184={};_0x414184['DWIdj']=function(_0x3cf2e5,_0xc467db){return _0x3cf2e5==_0xc467db;},_0x414184['CDkNF']=function(_0x1b2cba,_0x2015cb){return _0x1b2cba===_0x2015cb;};const _0xa3214=_0x414184,{memberID:_0x2b82c5,unitIDs:_0x5e104e}=_0x4bf364;_0x5e104e[_0x46ed29(0x6d5)](_0x1b3d27=>{const _0x4699a0=_0x46ed29;var _0x4a9707;const _0x2f601c=this[_0x4699a0(0x586)+_0x4699a0(0x6b6)]['get'](_0x1b3d27);_0x2f601c&&(_0x2f601c['delete'](_0x2b82c5),_0xa3214[_0x4699a0(0x195)](_0x4a9707=this[_0x4699a0(0x50f)+_0x4699a0(0x809)](_0x1b3d27),null)||_0x4a9707['next'](_0xa3214['CDkNF'](_0x2f601c['size'],-0x1e89*-0x1+0x1*0x2485+-0x430e)?-0x226c+0x2f*-0x43+0x2eb9:-0x1b89*-0x1+0xd75+-0x28fd));}),this[_0x46ed29(0x31d)+'arOtherTim'+'er'](_0x2b82c5);}[_0x31ce10(0x54f)+_0x31ce10(0x668)+'t'](_0x36b2ff){const _0x2190c4=_0x31ce10;this['_scheduleC'+'learOtherT'+'imer'](_0x36b2ff[_0x2190c4(0x94a)]);}[_0x31ce10(0x28b)](_0x2f7a15){const _0xa376bc=_0x31ce10;localStorage[_0xa376bc(0x2de)](jt,JSON[_0xa376bc(0x750)](_0x2f7a15));}[_0x31ce10(0x68d)+_0x31ce10(0x45b)](){const _0x4ba80e=_0x31ce10;this[_0x4ba80e(0x491)+'Timer']=window[_0x4ba80e(0x509)+'l'](()=>{const _0x2fffea=_0x4ba80e;this[_0x2fffea(0x28b)]({'type':0x2,'memberID':this[_0x2fffea(0x9b9)]});},Ht);}[_0x31ce10(0x50f)+_0x31ce10(0x809)](_0x355f44){const _0x108928=_0x31ce10;return this[_0x108928(0x4d4)+'s'][_0x108928(0x17d)](_0x355f44)||this['_unitStatu'+'s'][_0x108928(0x1ce)](_0x355f44,new _0x5d55aa(0xc6*-0x15+-0x1*0x89e+0x637*0x4)),this[_0x108928(0x4d4)+'s'][_0x108928(0x284)](_0x355f44);}}var qi=(_0x4de4d1,_0x38c318,_0x560e5b,_0x1653cc)=>{const _0x28dba4=_0x31ce10,_0x247d03={'FnGSw':function(_0xc16076,_0x5a127a){return _0xc16076-_0x5a127a;},'izqak':function(_0xc43c17,_0x103396){return _0xc43c17>=_0x103396;},'jflCx':function(_0x4ab9ec,_0x880983){return _0x4ab9ec(_0x880983);}};for(var _0x554842=_0x38c318,_0x4134c6=_0x247d03[_0x28dba4(0x6d1)](_0x4de4d1['length'],0xb+0x285*-0xc+0x2*0xf19),_0x19d5f0;_0x247d03['izqak'](_0x4134c6,0x7e2*0x1+-0x1*-0x515+-0xcf7*0x1);_0x4134c6--)(_0x19d5f0=_0x4de4d1[_0x4134c6])&&(_0x554842=_0x247d03[_0x28dba4(0x92e)](_0x19d5f0,_0x554842)||_0x554842);return _0x554842;},Bt=(_0x4d2141,_0x344a27)=>(_0x5f058d,_0xfd7c2b)=>_0x344a27(_0x5f058d,_0xfd7c2b,_0x4d2141);let Be=class{constructor(_0x5ab3aa,_0x411cff){const _0xef3f73=_0x31ce10;this[_0xef3f73(0x6ba)]=_0x5ab3aa,this[_0xef3f73(0x495)+_0xef3f73(0x6e1)]=_0x411cff;}[_0x31ce10(0x6a3)+_0x31ce10(0x168)](_0xb31a07){const _0x23cf5b=_0x31ce10;this['_transform'+_0x23cf5b(0x60f)+_0x23cf5b(0x162)](_0xb31a07),this[_0x23cf5b(0x495)+'PreviousAc'+_0x23cf5b(0x5c5)](_0xb31a07);}[_0x31ce10(0x96b)+_0x31ce10(0x69b)+_0x31ce10(0x374)](_0x1daa32){const _0x20180f=_0x31ce10,_0x436500={'twQtz':function(_0x596281,_0x5de7fc){return _0x596281===_0x5de7fc;},'qDJer':function(_0x2b9dff,_0xe921db){return _0x2b9dff<_0xe921db;},'FERiI':function(_0x1a2574,_0x57c3b9){return _0x1a2574(_0x57c3b9);}},_0x4f17ea=this['_injector']['get'](_0x21fa99),{redoCache:_0x20b896}=_0x4f17ea[_0x20180f(0x951)+_0x20180f(0x98a)+_0x20180f(0x312)]();if(_0x436500[_0x20180f(0x542)](_0x20b896[_0x20180f(0x37c)],-0x2137+0x140+0x1ff7*0x1))return _0x1daa32;let _0x1bc638=_0x497ba7[_0x20180f(0x611)](_0x1daa32[_0x20180f(0x614)][-0x6cc+-0xdf*0x1f+0x21cd]);for(let _0x41820a=0xdcf+0xabd*-0x1+0x6*-0x83;_0x436500[_0x20180f(0x72f)](_0x41820a,_0x20b896[_0x20180f(0x37c)]);_0x41820a++){const _0x4201c7={..._0x20b896[_0x41820a]},_0x16b980={};_0x16b980['id']=_0x20180f(0x95c)+_0x20180f(0x711)+_0x20180f(0x2d6),_0x16b980[_0x20180f(0x5ab)]=_0x4201c7;const _0x429ea4=_0x16b980,_0x54f9d1=this[_0x20180f(0x495)+_0x20180f(0x6e1)]['transformM'+_0x20180f(0x6e5)](_0x1bc638,_0x429ea4,!(-0x7dc+-0xbb6*0x1+0x1393));if(_0x436500[_0x20180f(0x330)](_0x403d0c,_0x54f9d1))throw _0x54f9d1[_0x20180f(0x6c9)];_0x1bc638=_0x54f9d1[_0x20180f(0x338)];}return{..._0x497ba7['deepClone'](_0x1daa32),'mutations':[_0x1bc638]};}[_0x31ce10(0x495)+'UndoRedoSt'+'ack'](_0x3a0b04){const _0x5c4463=_0x31ce10,_0x10730c={'MvQve':function(_0x4f8b51,_0x2366fb){return _0x4f8b51===_0x2366fb;},'nuUzD':function(_0x1f9695,_0x3cc9af){return _0x1f9695===_0x3cc9af;},'AEfOE':function(_0x527fbf,_0x1612a4){return _0x527fbf-_0x1612a4;},'VwbYA':function(_0x5227c7,_0x300074){return _0x5227c7>=_0x300074;},'wZEwY':_0x5c4463(0x95c)+_0x5c4463(0x711)+_0x5c4463(0x2d6),'uCTiu':function(_0x30e80a,_0x3be4fb){return _0x30e80a(_0x3be4fb);}},_0x365cf0=this[_0x5c4463(0x6ba)]['get'](_0x21fa99),{undoCache:_0x4afe3f,redoCache:_0x223591}=_0x365cf0[_0x5c4463(0x951)+_0x5c4463(0x98a)+_0x5c4463(0x312)]();if(_0x10730c[_0x5c4463(0x9d7)](_0x4afe3f[_0x5c4463(0x37c)],0x1808+-0x6f1+0x19*-0xaf)||_0x10730c[_0x5c4463(0x9a3)](_0x223591['length'],-0x150b+-0x1f38+0x1*0x3443))return;const _0xae9acb=[],_0x3a8bb7=[];let _0x2353df=_0x497ba7['deepClone'](_0x3a0b04[_0x5c4463(0x614)][0xb2c+-0x4e7*0x1+-0x645]),_0x54f4da=_0x497ba7[_0x5c4463(0x611)](_0x3a0b04['mutations'][0x1c40+-0x1ca6*0x1+0x22*0x3]);for(let _0x2e9cc1=_0x10730c[_0x5c4463(0x30d)](_0x4afe3f[_0x5c4463(0x37c)],-0xd98+-0xdf*-0x17+0x10*-0x67);_0x10730c['VwbYA'](_0x2e9cc1,-0x12f9+-0xa84+0x1d7d);_0x2e9cc1--){const _0x71c4aa={..._0x4afe3f[_0x2e9cc1]},_0x1e8650={};_0x1e8650['id']=_0x10730c['wZEwY'],_0x1e8650[_0x5c4463(0x5ab)]=_0x71c4aa;const _0x3194ea={..._0x223591[_0x2e9cc1]},_0x54e38f={};_0x54e38f['id']=_0x5c4463(0x95c)+'on.rich-te'+_0x5c4463(0x2d6),_0x54e38f['params']=_0x3194ea;const _0x18ad57=_0x1e8650,_0x24244d=_0x54e38f,_0x1de702=this[_0x5c4463(0x495)+_0x5c4463(0x6e1)][_0x5c4463(0x1e8)+_0x5c4463(0x6e5)](_0x2353df,_0x18ad57,!(0x2610+-0x109c+-0x1573)),_0x337323=this[_0x5c4463(0x495)+'Service']['transformM'+_0x5c4463(0x6e5)](_0x54f4da,_0x24244d,!(0x5bb*-0x4+-0x662+0x1d4f));if(_0x10730c[_0x5c4463(0x129)](_0x403d0c,_0x1de702))throw _0x1de702['error'];if(_0x403d0c(_0x337323))throw _0x337323[_0x5c4463(0x6c9)];_0xae9acb['unshift'](_0x1de702['m2Prime'][_0x5c4463(0x5ab)]),_0x3a8bb7[_0x5c4463(0x23b)](_0x337323[_0x5c4463(0x322)][_0x5c4463(0x5ab)]),_0x2353df=_0x1de702[_0x5c4463(0x338)],_0x54f4da=_0x337323['m1Prime'];}const _0x124580={};_0x124580[_0x5c4463(0x4ee)]=_0xae9acb,_0x124580[_0x5c4463(0x7a0)]=_0x3a8bb7,_0x365cf0[_0x5c4463(0x3a7)+_0x5c4463(0x98a)+'aramsCache'](_0x124580);}[_0x31ce10(0x495)+_0x31ce10(0x54b)+_0x31ce10(0x5c5)](_0x42c397){const _0xd25632=_0x31ce10,_0x3c9cf1={'chNIv':function(_0x3caa5d,_0xed11cf){return _0x3caa5d==_0xed11cf;},'yvJFP':_0xd25632(0x95c)+_0xd25632(0x711)+'xt-editing','UCzTJ':function(_0x1d6ab3,_0x25674a){return _0x1d6ab3(_0x25674a);}},_0x16b955=this[_0xd25632(0x6ba)][_0xd25632(0x284)](_0x21fa99),_0x6fe788=_0x16b955[_0xd25632(0x636)+_0xd25632(0x4eb)]();if(_0x3c9cf1['chNIv'](_0x6fe788,null))return;const _0x1f5f7c={};_0x1f5f7c[_0xd25632(0x354)]=_0x42c397[_0xd25632(0x952)],_0x1f5f7c[_0xd25632(0x2b0)]=[],_0x1f5f7c['textRanges']=[_0x6fe788];const _0x234232={};_0x234232['id']=_0x3c9cf1[_0xd25632(0x70e)],_0x234232[_0xd25632(0x5ab)]=_0x1f5f7c;const _0x5dd140=[_0x234232],_0x55ab64=this[_0xd25632(0x495)+_0xd25632(0x6e1)]['transformM'+_0xd25632(0x1a4)+_0xd25632(0x537)+'t'](_0x42c397,_0x5dd140);if(!_0x3c9cf1[_0xd25632(0x8d0)](_0x53cab5,_0x55ab64))throw _0x55ab64['error'];const _0x4d2433=_0x55ab64[_0xd25632(0x322)][0x8e3+-0x131e+0xa3b][_0xd25632(0x5ab)][_0xd25632(0x1f5)];Array[_0xd25632(0x205)](_0x4d2433)&&_0x4d2433[_0xd25632(0x37c)]&&_0x16b955[_0xd25632(0x8bf)+_0xd25632(0x4eb)](_0x4d2433[-0x1*0x253b+-0x1a5f+-0x48b*-0xe]);}};Be=qi([Bt(-0xe99+-0x1273*0x1+0x12*0x1d6,_0x35b90a(_0xb6d532)),Bt(-0x1906+-0x1991*0x1+0x3298,_0x8a15e7)],Be);var Zi=(_0x4fa4c4,_0x2f8f7e,_0x46d68a,_0x312dd9)=>{const _0x4c9561=_0x31ce10,_0x2d7251={'PWWHG':function(_0xfe6716,_0x5c8445){return _0xfe6716-_0x5c8445;},'uTUgF':function(_0x4eb45d,_0x21f5e9){return _0x4eb45d(_0x21f5e9);}};for(var _0x1888aa=_0x2f8f7e,_0xb58008=_0x2d7251['PWWHG'](_0x4fa4c4[_0x4c9561(0x37c)],0x186*-0xa+-0x1*-0x923+0x1*0x61a),_0x1552d3;_0xb58008>=0xc81+0x2*0x22d+-0x10db;_0xb58008--)(_0x1552d3=_0x4fa4c4[_0xb58008])&&(_0x1888aa=_0x2d7251[_0x4c9561(0x9c0)](_0x1552d3,_0x1888aa)||_0x1888aa);return _0x1888aa;},Vt=(_0x44d73f,_0x3f1a70)=>(_0x3cad0f,_0x4cfb80)=>_0x3f1a70(_0x3cad0f,_0x4cfb80,_0x44d73f);let Ve=class{constructor(_0xb69c47,_0xfdaca3){const _0x7793ee=_0x31ce10;this[_0x7793ee(0x6ba)]=_0xb69c47,this[_0x7793ee(0x495)+_0x7793ee(0x6e1)]=_0xfdaca3;}[_0x31ce10(0x7ea)+'elections'](_0x2c5805){const _0x5ef49c=_0x31ce10,_0x504f65={};_0x504f65['gdbRN']=function(_0x455536,_0x34905a){return _0x455536!=_0x34905a;},_0x504f65['IZoHs']=function(_0x24fad2,_0x358531){return _0x24fad2==_0x358531;};const _0x21964c=_0x504f65;var _0x2050a4;const _0x3679f9=this['_injector'][_0x5ef49c(0x284)](_0x5cd469),_0x19670b=_0x21964c[_0x5ef49c(0x3c3)](_0x2050a4=_0x3679f9[_0x5ef49c(0x656)+_0x5ef49c(0x799)](),null)?_0x2050a4:[],_0x1eb225=_0x21964c['IZoHs'](_0x19670b,null)?void(0x10*-0x1e+0x1e5*0xf+-0x1a8b*0x1):_0x19670b[_0x5ef49c(0x71d)](_0xc03ddb);if(_0x1eb225[_0x5ef49c(0x37c)]===0x6*-0x110+0x2069*-0x1+0x26c9)return;const _0x51fe75={};_0x51fe75['unitId']=_0x2c5805['unitID'],_0x51fe75[_0x5ef49c(0x2b0)]=[],_0x51fe75[_0x5ef49c(0x1f5)]=_0x1eb225;const _0x4dadf4={};_0x4dadf4['id']='doc.mutati'+'on.rich-te'+_0x5ef49c(0x2d6),_0x4dadf4[_0x5ef49c(0x5ab)]=_0x51fe75;const _0x494240=[_0x4dadf4],_0x37e86e=this[_0x5ef49c(0x495)+_0x5ef49c(0x6e1)][_0x5ef49c(0x1e8)+_0x5ef49c(0x1a4)+'thChangese'+'t'](_0x2c5805,_0x494240);if(!_0x53cab5(_0x37e86e))throw _0x37e86e['error'];const _0x38c869=_0x37e86e[_0x5ef49c(0x322)][0x185f+0x58a*0x2+-0x4b*0x79][_0x5ef49c(0x5ab)][_0x5ef49c(0x1f5)];Array[_0x5ef49c(0x205)](_0x38c869)&&_0x38c869[_0x5ef49c(0x37c)]&&_0x3679f9[_0x5ef49c(0x8a6)+_0x5ef49c(0x632)](_0x38c869,!(-0x210b+-0x113d+0x3*0x10c3));}};Ve=Zi([Vt(0x2486+-0x1*0x26b0+0x115*0x2,_0x35b90a(_0xb6d532)),Vt(0x2043*0x1+0x3*-0x5a4+0x1a*-0x97,_0x8a15e7)],Ve);function Ss(_0x24b246){let _0x1c4297='';for(const _0xe55801 of _0x24b246){const {startOffset:_0x471fe2,endOffset:_0x1a9dac,isActive:_0x1af498}=_0xe55801;_0x1c4297['length']&&(_0x1c4297+=','),_0x1c4297+=_0x471fe2+':'+_0x1a9dac+':'+(_0x1af498?'1':'0');}return _0x1c4297;}function Qi(_0x288101){const _0x43100a=_0x31ce10,_0x24912b={'JcfHZ':function(_0x33c74e,_0x35beab){return _0x33c74e===_0x35beab;},'hWAph':_0x43100a(0x1e2),'HjqOa':'HcTJU','QHnnR':function(_0x43f277,_0x19db15){return _0x43f277(_0x19db15);},'azcdG':function(_0xd9e5a5,_0x21ab0f){return _0xd9e5a5(_0x21ab0f);},'ngLrs':function(_0x21f596,_0x262e0a){return _0x21f596===_0x262e0a;}},_0x4d179c=_0x288101[_0x43100a(0x792)](','),_0x201e65=[];for(const _0x122946 of _0x4d179c){if(_0x24912b[_0x43100a(0x7d4)](_0x24912b[_0x43100a(0x232)],_0x24912b[_0x43100a(0x268)]))this[_0x43100a(0x75f)+'e'][_0x43100a(0x6c9)](_0x255350),this[_0x43100a(0x266)](_0x3d1c85);else{const [_0x9d8a17,_0x3b348f,_0x3aa6c2]=_0x122946[_0x43100a(0x792)](':');_0x201e65[_0x43100a(0x76b)]({'startOffset':_0x24912b[_0x43100a(0x4fe)](Number,_0x9d8a17),'endOffset':_0x24912b[_0x43100a(0x7ee)](Number,_0x3b348f),'collapsed':_0x24912b['ngLrs'](_0x9d8a17,_0x3b348f),'isActive':_0x3aa6c2==='1'});}}return _0x201e65[_0x43100a(0x9db)](_0x49f90a=>_0x49f90a[_0x43100a(0x2b3)])||(_0x201e65[-0xc6c+-0x1*0x24c5+0x3131]['isActive']=!(0xd45+0x2519+0x2*-0x192f)),_0x201e65;}class yt extends _0xf98423{constructor(){const _0x26169d=_0x31ce10,_0x4e9d7d={'pYZKL':function(_0x597c8b,_0x2f22b9,_0x44deb7,_0x2b0ab3){return _0x597c8b(_0x2f22b9,_0x44deb7,_0x2b0ab3);},'tOSsM':_0x26169d(0x376)+_0x26169d(0x5f3),'waoIg':function(_0x38fff7,_0x4e7d13,_0x1dc235,_0x72cc02){return _0x38fff7(_0x4e7d13,_0x1dc235,_0x72cc02);},'tNmJB':_0x26169d(0x1d4)+_0x26169d(0x18b)};super(...arguments),_0x4e9d7d[_0x26169d(0x6f5)](l,this,_0x4e9d7d[_0x26169d(0x7ad)],new _0x5d55aa(null)),_0x4e9d7d[_0x26169d(0x469)](l,this,_0x4e9d7d['tNmJB'],this[_0x26169d(0x376)+_0x26169d(0x5f3)][_0x26169d(0x69a)+'le']());}['syncEditin'+_0x31ce10(0x1de)+_0x31ce10(0x649)](_0x4edbff){const _0x148bc7=_0x31ce10,_0x1c6a57={'qFzZB':function(_0x36aad7,_0x30e00e){return _0x36aad7(_0x30e00e);}},{unitID:_0x4be68d,memberID:_0x556fc2,textRanges:_0x8cd41f}=_0x4edbff,_0x2468fc=_0x1c6a57[_0x148bc7(0x188)](Ss,_0x8cd41f),_0x5d67f1={'unitID':_0x4be68d,'memberID':_0x556fc2,'selection':_0x2468fc};this[_0x148bc7(0x376)+'sorState$'][_0x148bc7(0x6e3)](_0x5d67f1);}}var en=(_0x33e998,_0x3012b6,_0x5c7aaf,_0x455699)=>{const _0x49af1b=_0x31ce10,_0x1920b5={};_0x1920b5['bhaWJ']=function(_0x53fcdf,_0x1eb7fb){return _0x53fcdf-_0x1eb7fb;},_0x1920b5[_0x49af1b(0x13d)]=function(_0x315143,_0x1a6056){return _0x315143>=_0x1a6056;};const _0x4845ed=_0x1920b5;for(var _0x29aa4b=_0x3012b6,_0x187011=_0x4845ed['bhaWJ'](_0x33e998[_0x49af1b(0x37c)],0xfa7*-0x2+0x3ac*0x1+0x11b*0x19),_0x40a7de;_0x4845ed[_0x49af1b(0x13d)](_0x187011,-0x1*-0xc27+0x713*-0x3+0x12*0x81);_0x187011--)(_0x40a7de=_0x33e998[_0x187011])&&(_0x29aa4b=_0x40a7de(_0x29aa4b)||_0x29aa4b);return _0x29aa4b;},Ft=(_0x5efd28,_0xf41382)=>(_0x45c6a0,_0x3e0308)=>_0xf41382(_0x45c6a0,_0x3e0308,_0x5efd28);let Fe=class{constructor(_0x3e12d8,_0x365153){const _0x429b27=_0x31ce10;this[_0x429b27(0x6ba)]=_0x3e12d8,this[_0x429b27(0x495)+_0x429b27(0x6e1)]=_0x365153;}[_0x31ce10(0x7ea)+_0x31ce10(0x91f)](_0x45d757){const _0x12adc0=_0x31ce10,_0x341881={'hoNSC':function(_0x1596d1,_0x413c01){return _0x1596d1!=_0x413c01;},'PZLse':function(_0x90fdaf,_0x20abe4){return _0x90fdaf===_0x20abe4;},'vADTn':function(_0x112f2a,_0x52f4f9){return _0x112f2a(_0x52f4f9);},'UUEFJ':function(_0x2472c0,_0x3d453c){return _0x2472c0==_0x3d453c;}};var _0x4909c7,_0x142c53,_0x3cdd43,_0x4513ba;const _0x1e1038=this[_0x12adc0(0x6ba)][_0x12adc0(0x284)](_0x46a974),{pluginName:_0x408038,unitId:_0x559625,sheetId:_0x5c287f}=_0x1e1038[_0x12adc0(0x3dc)]()||{},_0x536402=_0x341881[_0x12adc0(0x3f4)](_0x4909c7=_0x1e1038['getSelecti'+_0x12adc0(0x799)](),null)?_0x4909c7:[];if(_0x341881[_0x12adc0(0x6ca)](_0x536402[_0x12adc0(0x37c)],-0xe74+-0x4e*-0x2b+0x15a)||!_0x408038||!_0x559625||!_0x5c287f)return;const _0xf7ca63=[{'id':_0x24cfb5['id'],'params':{'unitId':_0x559625,'subUnitId':_0x5c287f,'pluginName':_0x408038,'selections':_0x497ba7['deepClone'](_0x536402)}}],_0x589542=this[_0x12adc0(0x495)+'Service'][_0x12adc0(0x1e8)+_0x12adc0(0x1a4)+'thChangese'+'t'](_0x45d757,_0xf7ca63);if(!_0x341881['vADTn'](_0x53cab5,_0x589542))throw _0x589542[_0x12adc0(0x6c9)];const _0x5d002a=(_0x4513ba=(_0x3cdd43=_0x341881[_0x12adc0(0x5a4)](_0x142c53=_0x589542[_0x12adc0(0x322)][-0x8*0x419+-0x2dd*0x5+-0x1*-0x2f19],null)?void(0x190f*0x1+0x653+-0x27*0xce):_0x142c53[_0x12adc0(0x5ab)])==null?void(-0x8d*0x30+0x26cd+0x3*-0x41f):_0x3cdd43[_0x12adc0(0x305)])!=null?_0x4513ba:_0x536402;Array['isArray'](_0x5d002a)&&_0x5d002a[_0x12adc0(0x37c)]&&this['_injector'][_0x12adc0(0x284)](_0x4420bd)['executeCom'+'mand'](_0x24cfb5['id'],{'unitId':_0x559625,'subUnitId':_0x5c287f,'pluginName':_0x408038,'selections':_0x5d002a});}};Fe=en([Ft(0x8d5+-0x23d0+0x1afb,_0x35b90a(_0xb6d532)),Ft(0x47*0x6d+0xd28+-0x2b62,_0x8a15e7)],Fe);const tn=new Set([_0x325ab6['id']]);function sn(_0x564eb5,_0x3a2b72,_0x41b9a9,_0x308c7b,_0x5af668){const _0x5ccade=_0x31ce10,_0x4ed497={'ISBTu':function(_0x1ccba7,_0x50ef51){return _0x1ccba7>_0x50ef51;},'vbEeW':function(_0x1efe23,_0x1384bc){return _0x1efe23!=_0x1384bc;},'uxAGp':function(_0x272b4c,_0x201858){return _0x272b4c==_0x201858;},'OgxtB':_0x5ccade(0x173),'JzsRY':function(_0x44f526,_0x1b4f4e){return _0x44f526(_0x1b4f4e);}};var _0x13987d,_0x57b1f4,_0x11ba8d,_0x2d832e;const _0xcc865d=[];for(const _0x49ea63 of _0x564eb5)if(tn[_0x5ccade(0x17d)](_0x49ea63['id'])){if(_0x4ed497[_0x5ccade(0x473)](_0xcc865d[_0x5ccade(0x37c)],0x127c+0x63*-0x2f+-0x4f*0x1))break;_0xcc865d[_0x5ccade(0x76b)](_0x49ea63);break;}else _0xcc865d[_0x5ccade(0x76b)](_0x49ea63);const _0x3f0d58=_0x4ed497[_0x5ccade(0x783)](_0x57b1f4=_0x4ed497[_0x5ccade(0x746)](_0x13987d=_0x5af668[_0x5ccade(0x3dc)+_0x5ccade(0x334)](),null)?void(-0xeec+-0x22e7+0x1*0x31d3):_0x13987d['userID'],null)?_0x57b1f4:'unknown',_0x43206a=_0x4ed497[_0x5ccade(0x783)](_0x2d832e=_0x4ed497[_0x5ccade(0x746)](_0x11ba8d=_0x5af668[_0x5ccade(0x3dc)+_0x5ccade(0x334)](),null)?void(0x2607+0x1df0+-0x43f7):_0x11ba8d[_0x5ccade(0x94a)],null)?_0x2d832e:_0x4ed497[_0x5ccade(0x816)];return{'changeset':{'unitID':_0x3a2b72,'type':_0x4ed497[_0x5ccade(0x948)](_0x520c08,_0x41b9a9[_0x5ccade(0x4ae)+'e'](_0x3a2b72)),'baseRev':_0x308c7b[_0x5ccade(0x3dc)+_0x5ccade(0x81d)+'ment'](_0x3a2b72),'revision':0x0,'userID':_0x3f0d58,'memberID':_0x43206a,'mutations':_0xcc865d},'pendingMutations':_0x564eb5[_0x5ccade(0x221)](_0xcc865d[_0x5ccade(0x37c)])};}function nn(_0x2479ba,_0xa65471,_0x5ab482,_0x1fac93,_0x5d33fb){const _0x58c509=_0x31ce10,_0x34126f={};_0x34126f[_0x58c509(0x89e)]=function(_0x2d4cd6,_0x4b7f09){return _0x2d4cd6!=_0x4b7f09;},_0x34126f[_0x58c509(0x56e)]=function(_0x4aa825,_0x492eb1){return _0x4aa825!==_0x492eb1;},_0x34126f[_0x58c509(0x237)]=function(_0x10f538,_0x553e7a){return _0x10f538!=_0x553e7a;},_0x34126f[_0x58c509(0x7ff)]=_0x58c509(0x173),_0x34126f['cycFl']=function(_0xaf6ea0,_0x3c85e7){return _0xaf6ea0!=_0x3c85e7;},_0x34126f['MJyoG']=function(_0x28d232,_0x584c57){return _0x28d232==_0x584c57;};const _0x48f7bf=_0x34126f;var _0x50d36d,_0x4568ba,_0x43892e,_0x5b063c;const _0x2df637=[_0x2479ba[_0x58c509(0x9e1)]((_0x30dc65,_0x223a71)=>{const _0x24cf96=_0x58c509;var _0x330f6a;const _0x27f0d6={};_0x27f0d6['actions']=[];const {id:_0x10f041}=_0x30dc65,{id:_0x50ddcc,type:_0x446492}=_0x223a71,_0x5e5692=_0x48f7bf[_0x24cf96(0x89e)](_0x330f6a=_0x30dc65[_0x24cf96(0x5ab)],null)?_0x330f6a:_0x27f0d6,_0x339187=_0x223a71[_0x24cf96(0x5ab)];if(_0x10f041&&_0x48f7bf[_0x24cf96(0x56e)](_0x10f041,_0x50ddcc))throw new Error('Cannot\x20ass'+'emble\x20a\x20ch'+_0x24cf96(0x695)+_0x24cf96(0x982)+'e\x20mutation'+_0x24cf96(0x894)+_0x24cf96(0x8ae)+':\x20'+_0x10f041+'\x20-\x20'+_0x50ddcc+'.');return{..._0x30dc65,'id':_0x50ddcc,'type':_0x446492,'params':{'unitId':_0x339187[_0x24cf96(0x354)],'textRanges':_0x339187['textRanges'],'actions':_0x3e025d['compose'](_0x5e5692[_0x24cf96(0x2b0)],_0x339187[_0x24cf96(0x2b0)])}};},{})],_0x51d7d7=_0x48f7bf[_0x58c509(0x237)](_0x4568ba=(_0x50d36d=_0x5d33fb[_0x58c509(0x3dc)+_0x58c509(0x334)]())==null?void(0x1*-0xe59+-0x80e+0x47b*0x5):_0x50d36d[_0x58c509(0x8da)],null)?_0x4568ba:_0x48f7bf['zLhYI'],_0x3b11f4=_0x48f7bf['cycFl'](_0x5b063c=_0x48f7bf[_0x58c509(0x16d)](_0x43892e=_0x5d33fb['getCurrent'+_0x58c509(0x334)](),null)?void(0x223+0x1f92+-0x21b5):_0x43892e[_0x58c509(0x94a)],null)?_0x5b063c:_0x48f7bf[_0x58c509(0x7ff)];return{'changeset':{'unitID':_0xa65471,'type':_0x520c08(_0x5ab482[_0x58c509(0x4ae)+'e'](_0xa65471)),'baseRev':_0x1fac93['getCurrent'+_0x58c509(0x81d)+'ment'](_0xa65471),'revision':0x0,'userID':_0x51d7d7,'memberID':_0x3b11f4,'mutations':_0x2df637},'pendingMutations':[]};}var se=(_0x4e6aae,_0x264dc4,_0x4a40d8,_0x18a95f)=>{const _0x210c2c=_0x31ce10,_0x4cdafb={'ZpQSK':function(_0x31736f,_0x4936b9){return _0x31736f-_0x4936b9;},'NrumV':function(_0x27d149,_0x5873c0){return _0x27d149>=_0x5873c0;},'zLDNZ':function(_0x363dfe,_0x47abbd){return _0x363dfe(_0x47abbd);}};for(var _0x2dc6d6=_0x264dc4,_0x1a3cf3=_0x4cdafb['ZpQSK'](_0x4e6aae[_0x210c2c(0x37c)],0x4*-0x2+-0xf09+0xf12),_0xc38932;_0x4cdafb[_0x210c2c(0x4ad)](_0x1a3cf3,-0x3*0x3f6+0x2601*0x1+-0x1a1f);_0x1a3cf3--)(_0xc38932=_0x4e6aae[_0x1a3cf3])&&(_0x2dc6d6=_0x4cdafb[_0x210c2c(0x32c)](_0xc38932,_0x2dc6d6)||_0x2dc6d6);return _0x2dc6d6;},g=(_0xb8e51e,_0x35d00b)=>(_0x54f463,_0x184748)=>_0x35d00b(_0x54f463,_0x184748,_0xb8e51e);const rn=_0x31ce10(0x22d)+_0x31ce10(0x642)+'UT',on=0x1*0x16cf+0x72f+-0x162e;var w=(_0x576a4d=>(_0x576a4d[_0x31ce10(0x4f3)]='not_collab',_0x576a4d[_0x31ce10(0x21f)]='synced',_0x576a4d[_0x31ce10(0x3a9)]=_0x31ce10(0x576),_0x576a4d[_0x31ce10(0x833)]='awaiting',_0x576a4d[_0x31ce10(0x908)+_0x31ce10(0x6cc)+'G']=_0x31ce10(0x701)+_0x31ce10(0x20e)+'g',_0x576a4d['FETCH_MISS']=_0x31ce10(0x27f)+'ing',_0x576a4d[_0x31ce10(0x923)]='conflict',_0x576a4d['OFFLINE']='offline',_0x576a4d))(w||{});class ie{constructor(_0x3c1b42,_0x5c00d6,_0x24608f,_0x136a90,_0x59f2c0,_0x3df5a4,_0x40ac8c,_0x2b42f0,_0xa4bf31){const _0xaf423b=_0x31ce10,_0xad9ef3={'nsAlc':function(_0x12d517,_0xc7723e,_0x2cd970,_0x1197c5){return _0x12d517(_0xc7723e,_0x2cd970,_0x1197c5);},'sHsBJ':_0xaf423b(0x1cd)+'tations'};_0xad9ef3[_0xaf423b(0x3a6)](l,this,_0xaf423b(0x759)+_0xaf423b(0x8a7),null),_0xad9ef3[_0xaf423b(0x3a6)](l,this,_0xad9ef3['sHsBJ'],[]),(this[_0xaf423b(0x952)]=_0x3c1b42,this[_0xaf423b(0x563)]=_0x5c00d6,this[_0xaf423b(0x229)]=_0x59f2c0,this['_commandSe'+_0xaf423b(0x33f)]=_0x3df5a4,this['_undoRedoS'+_0xaf423b(0x66e)]=_0x40ac8c,this['_revisionS'+_0xaf423b(0x66e)]=_0x2b42f0,this[_0xaf423b(0x387)+_0xaf423b(0x570)]=_0xa4bf31,this[_0xaf423b(0x759)+_0xaf423b(0x8a7)]=_0x24608f,this[_0xaf423b(0x1cd)+_0xaf423b(0x22c)]=_0x136a90);}[_0x31ce10(0x559)+'ing'](_0x4761cf){const _0xb668cc=_0x31ce10,_0x5afe22={};_0x5afe22[_0xb668cc(0x73c)]=function(_0x4ca0c5,_0x29f917){return _0x4ca0c5>_0x29f917;},_0x5afe22[_0xb668cc(0x7cb)]=function(_0x2084d1,_0x58b0db){return _0x2084d1+_0x58b0db;},_0x5afe22[_0xb668cc(0x52c)]=function(_0x574113,_0x326cc7){return _0x574113-_0x326cc7;};const _0x3bd628=_0x5afe22,_0x2529bd=this['_revisionS'+'ervice'][_0xb668cc(0x3dc)+_0xb668cc(0x81d)+'ment'](this['unitID']);return _0x3bd628[_0xb668cc(0x73c)](_0x4761cf[_0xb668cc(0x1df)],_0x3bd628[_0xb668cc(0x7cb)](_0x2529bd,-0x415+-0x8cc+-0x2*-0x671))?(this[_0xb668cc(0x229)][_0xb668cc(0x7c9)+_0xb668cc(0x55a)]({'from':_0x2529bd,'to':_0x3bd628[_0xb668cc(0x52c)](_0x4761cf[_0xb668cc(0x1df)],0x1*-0x17d+-0x1c2*-0x7+-0xad0)}),!(-0x25ce+-0x1613*-0x1+-0xfbb*-0x1)):!(0xa9d+0xd70+-0x180c);}[_0x31ce10(0x495)+_0x31ce10(0x472)](_0x223d7b){const _0x17b07a=_0x31ce10;this[_0x17b07a(0x148)+'ervice'][_0x17b07a(0x3b3)+_0x17b07a(0x26b)](this[_0x17b07a(0x952)],_0x223d7b);}[_0x31ce10(0x495)+_0x31ce10(0x8fb)](_0x4c4da6){const _0x1f0449=_0x31ce10,_0x48b01c={};_0x48b01c[_0x1f0449(0x841)]=function(_0x1795bc,_0x19598f){return _0x1795bc==_0x19598f;};const _0x1f4e77=_0x48b01c;var _0x482893,_0x466596;_0x1f4e77['ooQtr'](_0x466596=(_0x482893=this[_0x1f0449(0x229)])[_0x1f0449(0x2fa)+'mSelection'+'s'],null)||_0x466596[_0x1f0449(0x774)](_0x482893,_0x4c4da6);}[_0x31ce10(0x495)+_0x31ce10(0x927)](_0x3d2e33){const _0x376b81=_0x31ce10,_0x315ec3={};_0x315ec3[_0x376b81(0x8ff)]=function(_0x57613c,_0x10eac4){return _0x57613c==_0x10eac4;};const _0x646e2c=_0x315ec3;var _0x4aefe5,_0x551899;return _0x646e2c[_0x376b81(0x8ff)](_0x551899=(_0x4aefe5=this[_0x376b81(0x229)])[_0x376b81(0x2fa)+_0x376b81(0x8ee)],null)?void(-0x82c+0x47*-0x6e+0x26ae):_0x551899[_0x376b81(0x774)](_0x4aefe5,_0x3d2e33);}[_0x31ce10(0x495)+_0x31ce10(0x681)+_0x31ce10(0x80f)+_0x31ce10(0x5ac)](_0x4f50bb){const _0x49eadc=_0x31ce10,_0x51ce85={};_0x51ce85['oFXXS']=function(_0x4bf9c3,_0x148ad5){return _0x4bf9c3!=_0x148ad5;},_0x51ce85[_0x49eadc(0x843)]=function(_0x5f2551,_0x23b788){return _0x5f2551==_0x23b788;};const _0x233b77=_0x51ce85;var _0x59d715,_0x416cd2,_0x575f9c;return _0x233b77[_0x49eadc(0x443)](_0x575f9c=_0x233b77['ApMfA'](_0x416cd2=(_0x59d715=this[_0x49eadc(0x229)])[_0x49eadc(0x2fa)+'mRemoteCha'+_0x49eadc(0x731)+_0x49eadc(0x45a)],null)?void(-0xc3b+-0x256f*0x1+0x31aa):_0x416cd2['call'](_0x59d715,_0x4f50bb),null)?_0x575f9c:_0x4f50bb;}[_0x31ce10(0x9a7)+_0x31ce10(0x8dd)+'rsor'](_0x4dc9c8){const _0x599bac=_0x31ce10,_0x885120={};_0x885120[_0x599bac(0x2af)]=function(_0x598a6f,_0x3d5ca1){return _0x598a6f===_0x3d5ca1;},_0x885120[_0x599bac(0x138)]=function(_0x281c90,_0x153b5c){return _0x281c90==_0x153b5c;};const _0x5f1076=_0x885120;var _0x4cf8ae,_0x335c89;if(_0x5f1076[_0x599bac(0x2af)](this[_0x599bac(0x563)],x['UNIVER_DOC'])){const {unitID:_0x163484,mutations:_0xe35068,memberID:_0x92cc18}=_0x4dc9c8,_0x1e5da7=_0xe35068[-0x3*0x559+-0x2570+0x357b]['params'][_0x599bac(0x1f5)];Array[_0x599bac(0x205)](_0x1e5da7)&&_0x1e5da7[_0x599bac(0x37c)]>0x571*0x4+-0x236d+-0x1*-0xda9&&(_0x5f1076[_0x599bac(0x138)](_0x335c89=(_0x4cf8ae=this['_handler'])[_0x599bac(0x6db)+_0x599bac(0x7af)+_0x599bac(0x2e4)],null)||_0x335c89[_0x599bac(0x774)](_0x4cf8ae,{'unitID':_0x163484,'memberID':_0x92cc18,'textRanges':_0x1e5da7}));}}['_updateLoc'+_0x31ce10(0x493)](){const _0x5b3952=_0x31ce10;this['_localCach'+_0x5b3952(0x570)]['updateOffl'+'ineData'](this[_0x5b3952(0x952)],this[_0x5b3952(0x563)],this[_0x5b3952(0x759)+_0x5b3952(0x8a7)],this[_0x5b3952(0x1cd)+_0x5b3952(0x22c)]);}['_getCurren'+_0x31ce10(0x476)](){const _0x1b5e3f=_0x31ce10;return this[_0x1b5e3f(0x65e)+'ervice']['getCurrent'+_0x1b5e3f(0x81d)+_0x1b5e3f(0x9be)](this['unitID']);}[_0x31ce10(0x790)+_0x31ce10(0x8a8)+'mber'](){const _0x1100a8=_0x31ce10;this[_0x1100a8(0x65e)+_0x1100a8(0x66e)][_0x1100a8(0x3a1)+_0x1100a8(0x216)+_0x1100a8(0x41f)](this[_0x1100a8(0x952)]);}['_executeRe'+_0x31ce10(0x86f)+_0x31ce10(0x1ce)](_0x540cb6){const _0x14718e=_0x31ce10,_0x1cac1d={'sYWsh':function(_0x6ff003,_0x9425e4,_0x39ef37,_0x5ce365){return _0x6ff003(_0x9425e4,_0x39ef37,_0x5ce365);},'gVjdU':function(_0x51f6a9,_0x55c722){return _0x51f6a9 instanceof _0x55c722;},'Cfcfu':'[Collabora'+_0x14718e(0x17a)+':\x20apply\x20er'+_0x14718e(0x839)};var _0x43ed01;const _0x1982c1={};_0x1982c1[_0x14718e(0x2ff)]=!(0x1*-0x683+0x21c7+-0x1b44);const _0x551536=this[_0x14718e(0x495)+_0x14718e(0x681)+_0x14718e(0x80f)+_0x14718e(0x5ac)](_0x540cb6),_0x1e658d=_0x1cac1d[_0x14718e(0x96f)](_0x53cf45,_0x551536['mutations'],this[_0x14718e(0x9e7)+_0x14718e(0x33f)],_0x1982c1);if(!_0x1e658d['result'])throw _0x1cac1d[_0x14718e(0x7d7)](_0x1e658d[_0x14718e(0x6c9)],Error)?_0x1e658d['error']:new Error((_0x43ed01=_0x1e658d['error'])!=null?_0x43ed01:_0x1cac1d[_0x14718e(0x585)]);this['_transform'+_0x14718e(0x927)](_0x551536),this[_0x14718e(0x495)+'Undoredo'](_0x540cb6),this[_0x14718e(0x495)+_0x14718e(0x8fb)](_0x551536),this[_0x14718e(0x9a7)+_0x14718e(0x8dd)+_0x14718e(0x150)](_0x551536),this[_0x14718e(0x790)+_0x14718e(0x8a8)+'mber']();}}let ye=class extends ie{constructor(_0x3ed36b,_0x19f86e,_0x562c5e,_0x3ba8f3,_0x28ed2c,_0xc1bb8,_0x5f29a7,_0x46f0fe,_0xb57440){const _0x2d1604=_0x31ce10,_0x4ca59e={};_0x4ca59e['KkKsr']=_0x2d1604(0x40b),_0x4ca59e[_0x2d1604(0x886)]='synced';const _0x5205d2=_0x4ca59e;super(_0x3ed36b,_0x19f86e,null,[],_0x562c5e,_0x46f0fe,_0x5f29a7,_0x3ba8f3,_0x28ed2c),l(this,_0x5205d2[_0x2d1604(0x2ab)],_0x5205d2[_0x2d1604(0x886)]),(this[_0x2d1604(0x6ba)]=_0xc1bb8,this['_logServic'+'e']=_0xb57440);}[_0x31ce10(0x625)+_0x31ce10(0x898)](_0x4aac70){const _0x229049=_0x31ce10,_0x15cd5a=this['_injector'][_0x229049(0x442)+_0x229049(0x920)](B,this[_0x229049(0x952)],this['type'],[_0x4aac70],this[_0x229049(0x229)]);return _0x15cd5a[_0x229049(0x85c)](),_0x15cd5a[_0x229049(0x58c)+_0x229049(0x493)](),_0x15cd5a;}[_0x31ce10(0x384)+_0x31ce10(0x28a)](_0x313e5c){const _0x2f394f=_0x31ce10,_0x33410c={};_0x33410c['VRPAM']=function(_0x4bad7d,_0x2f7c46){return _0x4bad7d!==_0x2f7c46;},_0x33410c[_0x2f394f(0x9dd)]=_0x2f394f(0x631),_0x33410c[_0x2f394f(0x29d)]=_0x2f394f(0x580),_0x33410c[_0x2f394f(0x7ec)]='[Collabora'+_0x2f394f(0x515)+_0x2f394f(0x259)+'ote\x20change'+'set\x20applie'+'d\x20error.';const _0x4ab8fe=_0x33410c;if(this[_0x2f394f(0x559)+'ing'](_0x313e5c))return this[_0x2f394f(0x6ba)][_0x2f394f(0x442)+_0x2f394f(0x920)](F,this[_0x2f394f(0x952)],this[_0x2f394f(0x563)],null,[],null,[_0x313e5c],this[_0x2f394f(0x229)]);try{return this[_0x2f394f(0x865)+_0x2f394f(0x86f)+_0x2f394f(0x1ce)](_0x313e5c),this;}catch(_0x3bbe5b){return _0x4ab8fe[_0x2f394f(0x54c)](_0x4ab8fe[_0x2f394f(0x9dd)],_0x4ab8fe[_0x2f394f(0x29d)])?(this[_0x2f394f(0x75f)+'e']['error'](_0x4ab8fe[_0x2f394f(0x7ec)],_0x3bbe5b),this):this;}}[_0x31ce10(0x56d)+'k'](){const _0x5eed94=_0x31ce10,_0x146c31={};_0x146c31[_0x5eed94(0x887)]='[SyncedSta'+_0x5eed94(0x193)+_0x5eed94(0x3e0)+'ledgement.';const _0x3ec7b6=_0x146c31;throw new Error(_0x3ec7b6[_0x5eed94(0x887)]);}[_0x31ce10(0x39f)+'j'](){const _0x5b6688=_0x31ce10,_0x479134={};_0x479134['IaqIj']=_0x5b6688(0x510)+_0x5b6688(0x193)+_0x5b6688(0x2ee)+_0x5b6688(0x3f9);const _0xa66128=_0x479134;throw new Error(_0xa66128['IaqIj']);}['toggleOffl'+'ine'](){const _0x11fcb2=_0x31ce10;return this['_injector'][_0x11fcb2(0x442)+_0x11fcb2(0x920)](Y,this[_0x11fcb2(0x952)],this['type'],null,[],this[_0x11fcb2(0x229)]);}[_0x31ce10(0x940)+'ne'](){return this;}[_0x31ce10(0x5e4)](){const _0x35ad07=_0x31ce10,_0x2cdd4b={};_0x2cdd4b[_0x35ad07(0x85d)]=_0x35ad07(0x510)+_0x35ad07(0x50a)+'id\x20calling'+'\x20to\x20`resen'+_0x35ad07(0x97d);const _0xb696=_0x2cdd4b;throw new Error(_0xb696[_0x35ad07(0x85d)]);}};ye=se([g(-0x23d3+-0xd75+-0x1*-0x314b,_0x35b90a(_0x1cc7ad)),g(0x3*-0xc95+0x4ef+0x20d4,_0x35b90a(y)),g(0x32b+-0x247b+0x2155,_0x35b90a(_0xb6d532)),g(-0x1*-0xc16+0x2335*-0x1+0x1725,_0x1a87a0),g(-0x1*-0x15e6+0x3c1+-0x19a0,_0x4420bd),g(-0x227c+-0xeb*0x1+0x1*0x236f,_0x43b14f)],ye);let B=class extends ie{constructor(_0x5a3298,_0x1633d8,_0x7a7f5d,_0x43e0ed,_0x28efb4,_0x384dae,_0x51d2f7,_0x7ffe6c,_0x2229fb,_0x21d256,_0x59afb3,_0x52b31b,_0x401d17,_0x501195){const _0x2f7517=_0x31ce10,_0x30f614={'YfGDK':_0x2f7517(0x5ae),'coSjN':function(_0x1fb24c,_0x537253,_0x3320b6,_0x1f1b9b){return _0x1fb24c(_0x537253,_0x3320b6,_0x1f1b9b);},'XfzWp':'status','vHOFj':_0x2f7517(0x260)+_0x2f7517(0x760),'RUJQG':function(_0x1d48c1,_0x246423,_0x547b33,_0x17eb25){return _0x1d48c1(_0x246423,_0x547b33,_0x17eb25);},'gWhpT':_0x2f7517(0x63b)+_0x2f7517(0x664)},_0x6e2c68=_0x30f614['YfGDK']['split']('|');let _0x43ab62=0x9b*0x3+-0x106b+-0x74d*-0x2;while(!![]){switch(_0x6e2c68[_0x43ab62++]){case'0':_0x30f614[_0x2f7517(0x4d3)](l,this,_0x30f614[_0x2f7517(0x9b3)],_0x2f7517(0x576));continue;case'1':_0x30f614[_0x2f7517(0x4d3)](l,this,_0x30f614[_0x2f7517(0x391)],null);continue;case'2':_0x30f614[_0x2f7517(0x5e1)](l,this,_0x30f614['gWhpT'],null);continue;case'3':super(_0x5a3298,_0x1633d8,null,_0x7a7f5d,_0x43e0ed,_0x21d256,_0x501195,_0x384dae,_0x51d2f7);continue;case'4':this[_0x2f7517(0x6ba)]=_0x28efb4,this[_0x2f7517(0x34e)+_0x2f7517(0x5b7)]=_0x7ffe6c,this[_0x2f7517(0x75f)+'e']=_0x2229fb,this['_configSer'+_0x2f7517(0x5b7)]=_0x59afb3,this[_0x2f7517(0x495)+_0x2f7517(0x6e1)]=_0x52b31b,this[_0x2f7517(0x831)+'tanceServi'+'ce']=_0x401d17;continue;}break;}}[_0x31ce10(0x625)+_0x31ce10(0x898)](_0x20894b){const _0x208a27=_0x31ce10;return this[_0x208a27(0x1cd)+_0x208a27(0x22c)][_0x208a27(0x76b)](_0x20894b),this[_0x208a27(0x58c)+_0x208a27(0x493)](),this;}[_0x31ce10(0x384)+_0x31ce10(0x28a)](_0x4352ce){const _0x2bc43f=_0x31ce10,_0x2d2da2={'ZKIYC':function(_0x4d08dc,_0x271692){return _0x4d08dc-_0x271692;},'FZpeg':function(_0x55124b,_0x57a202){return _0x55124b(_0x57a202);},'TiOnU':function(_0x51e32a,_0x4359f3){return _0x51e32a(_0x4359f3);},'qFXlI':function(_0x3006ce,_0x3c9a94){return _0x3006ce!==_0x3c9a94;},'mrfOn':'vuCwJ','JOvPs':function(_0x4a49a9,_0x2e9f2f){return _0x4a49a9-_0x2e9f2f;}};if(this['_checkMiss'+_0x2bc43f(0x256)](_0x4352ce))return this[_0x2bc43f(0x2d8)+_0x2bc43f(0x652)](),this[_0x2bc43f(0x6ba)]['createInst'+_0x2bc43f(0x920)](F,this[_0x2bc43f(0x952)],this['type'],null,this[_0x2bc43f(0x1cd)+_0x2bc43f(0x22c)],null,[_0x4352ce],this['_handler']);try{const _0xe15bf9=this[_0x2bc43f(0x495)+'Service'][_0x2bc43f(0x1e8)+_0x2bc43f(0x1a4)+_0x2bc43f(0x537)+'t'](_0x4352ce,this[_0x2bc43f(0x1cd)+_0x2bc43f(0x22c)]);if(_0x2d2da2[_0x2bc43f(0x408)](_0x53cab5,_0xe15bf9)){if(_0x2d2da2[_0x2bc43f(0x12b)](_0x2d2da2['mrfOn'],_0x2bc43f(0x4bd))){const {c1Prime:_0x3380da,m2Prime:_0x40db6f}=_0xe15bf9;this[_0x2bc43f(0x865)+_0x2bc43f(0x86f)+_0x2bc43f(0x1ce)](_0x3380da);const _0x50532b=this[_0x2bc43f(0x6ba)][_0x2bc43f(0x442)+'ance'](B,this[_0x2bc43f(0x952)],this[_0x2bc43f(0x563)],_0x40db6f,this[_0x2bc43f(0x229)]);return this[_0x2bc43f(0x2d8)+_0x2bc43f(0x652)](),_0x50532b[_0x2bc43f(0x85c)](this[_0x2bc43f(0x260)+'imestamp']?Math[_0x2bc43f(0x641)](0x215c+0x3*0x859+0x1*-0x3a67,_0x2d2da2[_0x2bc43f(0x944)](new Date()['getTime'](),this[_0x2bc43f(0x260)+_0x2bc43f(0x760)])):this[_0x2bc43f(0x79a)+_0x2bc43f(0x36c)+_0x2bc43f(0x540)]()),_0x50532b;}else{for(var _0x43e8b2=_0x20073f,_0x4fc6c7=_0x2d2da2['ZKIYC'](_0xcf1933[_0x2bc43f(0x37c)],-0x7bb+0x134f*0x2+-0x1ee2),_0x380f5b;_0x4fc6c7>=0x1cdb+0x1d13+-0x39ee;_0x4fc6c7--)(_0x380f5b=_0x249407[_0x4fc6c7])&&(_0x43e8b2=_0x2d2da2[_0x2bc43f(0x527)](_0x380f5b,_0x43e8b2)||_0x43e8b2);return _0x43e8b2;}}throw _0xe15bf9['error'];}catch(_0x472894){return this[_0x2bc43f(0x75f)+'e'][_0x2bc43f(0x6c9)](_0x472894),this[_0x2bc43f(0x958)+'t']();}}[_0x31ce10(0x56d)+'k'](){const _0x4c5808=_0x31ce10;throw new Error(_0x4c5808(0x881)+'ate]:\x20rece'+'ived\x20ackno'+_0x4c5808(0x349)+'.');}[_0x31ce10(0x39f)+'j'](){const _0x2fc8c=_0x31ce10,_0x197251={};_0x197251['wvqbf']='[PendingSt'+_0x2fc8c(0x6de)+_0x2fc8c(0x637)+_0x2fc8c(0x9e2);const _0x1965e4=_0x197251;throw new Error(_0x1965e4[_0x2fc8c(0x97a)]);}[_0x31ce10(0x52b)+'ine'](){const _0x11aca8=_0x31ce10;return this[_0x11aca8(0x2d8)+_0x11aca8(0x652)](),this[_0x11aca8(0x6ba)][_0x11aca8(0x442)+_0x11aca8(0x920)](Y,this[_0x11aca8(0x952)],this[_0x11aca8(0x563)],null,this[_0x11aca8(0x1cd)+_0x11aca8(0x22c)],this[_0x11aca8(0x229)]);}['toggleOnli'+'ne'](){return this;}[_0x31ce10(0x85c)](_0x4a13e2){const _0x72618c=_0x31ce10,_0x3cefa0={'sNlUz':function(_0x31e8ad,_0x27a22e,_0x3cea9a,_0x2c8631,_0x12b911,_0x2e350c){return _0x31e8ad(_0x27a22e,_0x3cea9a,_0x2c8631,_0x12b911,_0x2e350c);},'KRgtu':function(_0x57435c,_0x8fb2e3,_0x3b8b3f,_0x305d87,_0x492e33,_0x2c7836){return _0x57435c(_0x8fb2e3,_0x3b8b3f,_0x305d87,_0x492e33,_0x2c7836);},'laYKH':function(_0x47ada4,_0x245558){return _0x47ada4!=_0x245558;},'tJMcJ':function(_0x5bd3fe,_0x4c8206,_0x471c7d){return _0x5bd3fe(_0x4c8206,_0x471c7d);}};_0x4a13e2=_0x3cefa0[_0x72618c(0x92c)](_0x4a13e2,null)?_0x4a13e2:this[_0x72618c(0x79a)+'angesetTim'+_0x72618c(0x540)](),this['_scheduleT'+_0x72618c(0x760)]=new Date()[_0x72618c(0x299)](),this[_0x72618c(0x63b)+_0x72618c(0x664)]=_0x3cefa0[_0x72618c(0x183)](setTimeout,()=>{const _0xdcde0a=_0x72618c;this[_0xdcde0a(0x2d8)+_0xdcde0a(0x652)]();let _0x469077=null;switch(this[_0xdcde0a(0x563)]){case x[_0xdcde0a(0x2aa)+'ET']:{_0x469077=_0x3cefa0[_0xdcde0a(0x1bb)](sn,this['_pendingMu'+_0xdcde0a(0x22c)],this[_0xdcde0a(0x952)],this[_0xdcde0a(0x831)+_0xdcde0a(0x7a4)+'ce'],this['_revisionS'+'ervice'],this[_0xdcde0a(0x34e)+_0xdcde0a(0x5b7)]);break;}case x[_0xdcde0a(0x601)]:{_0x469077=_0x3cefa0['KRgtu'](nn,this[_0xdcde0a(0x1cd)+_0xdcde0a(0x22c)],this[_0xdcde0a(0x952)],this[_0xdcde0a(0x831)+_0xdcde0a(0x7a4)+'ce'],this['_revisionS'+'ervice'],this[_0xdcde0a(0x34e)+_0xdcde0a(0x5b7)]);break;}default:throw new Error(_0xdcde0a(0x881)+_0xdcde0a(0x848)+_0xdcde0a(0x309)+_0xdcde0a(0x639)+this[_0xdcde0a(0x563)]+('\x20in\x20_sched'+'ule.'));}const {changeset:_0x103120,pendingMutations:_0x462b10}=_0x469077;this[_0xdcde0a(0x229)][_0xdcde0a(0x133)+'geset'](_0x103120);const _0x11ced9=_0x462b10[_0xdcde0a(0x37c)]?this['_injector'][_0xdcde0a(0x442)+_0xdcde0a(0x920)](V,this[_0xdcde0a(0x952)],this[_0xdcde0a(0x563)],_0x103120,_0x462b10,this[_0xdcde0a(0x229)]):this[_0xdcde0a(0x6ba)][_0xdcde0a(0x442)+_0xdcde0a(0x920)](K,this[_0xdcde0a(0x952)],this['type'],_0x103120,this[_0xdcde0a(0x229)]);_0x11ced9['_updateLoc'+_0xdcde0a(0x493)](),this[_0xdcde0a(0x229)][_0xdcde0a(0x808)+_0xdcde0a(0x68e)](this,_0x11ced9);},_0x4a13e2);}[_0x31ce10(0x79a)+_0x31ce10(0x36c)+_0x31ce10(0x540)](){const _0x1409d3=_0x31ce10,_0x4519bc={};_0x4519bc['lzEso']=function(_0x279ead,_0x4c99ca){return _0x279ead!=_0x4c99ca;};const _0x650dae=_0x4519bc;var _0x447066;return _0x650dae[_0x1409d3(0x1fb)](_0x447066=this[_0x1409d3(0x16a)+'vice'][_0x1409d3(0x63a)](rn),null)?_0x447066:on;}[_0x31ce10(0x5e4)](){const _0x11766f=_0x31ce10;throw new Error(_0x11766f(0x881)+_0x11766f(0x6b0)+_0x11766f(0x4f0)+_0x11766f(0x243)+_0x11766f(0x463));}[_0x31ce10(0x2d8)+_0x31ce10(0x652)](){const _0x488d4c=_0x31ce10,_0x510abe={'NogLR':function(_0x4d2263,_0x400ca2){return _0x4d2263!=_0x400ca2;},'nPyao':function(_0x455f83,_0x4f54ad){return _0x455f83(_0x4f54ad);}};_0x510abe['NogLR'](this['_sendingTi'+_0x488d4c(0x664)],null)&&(_0x510abe['nPyao'](clearTimeout,this[_0x488d4c(0x63b)+_0x488d4c(0x664)]),this[_0x488d4c(0x63b)+'mer']=null);}[_0x31ce10(0x958)+'t'](){const _0x3293c0=_0x31ce10;return this[_0x3293c0(0x2d8)+_0x3293c0(0x652)](),this[_0x3293c0(0x6ba)]['createInst'+'ance'](Q,this[_0x3293c0(0x952)],this['type'],null,this[_0x3293c0(0x1cd)+'tations'],this[_0x3293c0(0x229)]);}};B=se([g(0x9fd+-0x50e+-0x4eb,_0x35b90a(_0xb6d532)),g(0x1c35+-0x1*-0x9d6+-0x2*0x1303,_0x35b90a(_0x1cc7ad)),g(-0x1236+0x3*0x24f+-0xb4f*-0x1,_0x35b90a(y)),g(-0xd57+-0x13ee+0x214c,_0x35b90a(Z)),g(-0xda3+-0xa1d+0xbe4*0x2,_0x43b14f),g(-0x2f*0x7a+0x1eb1+0x97*-0xe,_0x4420bd),g(-0x19ed*0x1+0x29*0x42+0xf65,_0x4b033c),g(0x1*-0x1a3f+0x87f+0x11cb,_0x8a15e7),g(0x1e0e+0xa8*0x1+-0x1eaa,_0x14d8cf),g(0x23b4+0x22e2+-0x4689,_0x1a87a0)],B);let K=class extends ie{constructor(_0x466733,_0x57844f,_0x4d3d83,_0x1d7415,_0x191f2e,_0x3195a0,_0x402563,_0x5eb858,_0x3e4fd6,_0x23e40a,_0x3ec3d6){const _0x27387b=_0x31ce10,_0x1d2076={'WYojo':function(_0x25af31,_0x4cb5ca,_0x28417d,_0x3e7e8d){return _0x25af31(_0x4cb5ca,_0x28417d,_0x3e7e8d);},'WCSRQ':_0x27387b(0x40b)};super(_0x466733,_0x57844f,_0x4d3d83,[],_0x1d7415,_0x5eb858,_0x3ec3d6,_0x3195a0,_0x402563),_0x1d2076[_0x27387b(0x814)](l,this,_0x1d2076['WCSRQ'],_0x27387b(0x3d5)),(this[_0x27387b(0x6ba)]=_0x191f2e,this['_logServic'+'e']=_0x3e4fd6,this[_0x27387b(0x495)+_0x27387b(0x6e1)]=_0x23e40a);}[_0x31ce10(0x625)+_0x31ce10(0x898)](_0x64e4b4){const _0x2aa75a=_0x31ce10,_0x373ae3=this[_0x2aa75a(0x6ba)]['createInst'+_0x2aa75a(0x920)](V,this['unitID'],this[_0x2aa75a(0x563)],this[_0x2aa75a(0x759)+_0x2aa75a(0x8a7)],[_0x64e4b4],this[_0x2aa75a(0x229)]);return _0x373ae3['_updateLoc'+_0x2aa75a(0x493)](),_0x373ae3;}['onRemoteCh'+'angeset'](_0x371747){const _0x98d3c6=_0x31ce10,_0x49fe9b={'YYnvU':function(_0x232538,_0x1c6696){return _0x232538==_0x1c6696;},'aMepJ':function(_0x53f354,_0x3a0550){return _0x53f354-_0x3a0550;},'TQjcu':function(_0x4157b2,_0x2b1f93){return _0x4157b2(_0x2b1f93);},'mBLbN':function(_0x32721f,_0x3f438a){return _0x32721f===_0x3f438a;},'iPdNb':_0x98d3c6(0x893),'Mbckh':_0x98d3c6(0x54d)};if(this['_checkMiss'+_0x98d3c6(0x256)](_0x371747))return this[_0x98d3c6(0x6ba)][_0x98d3c6(0x442)+_0x98d3c6(0x920)](F,this['unitID'],this['type'],this[_0x98d3c6(0x759)+_0x98d3c6(0x8a7)],[],null,[_0x371747],this[_0x98d3c6(0x229)]);try{if(_0x49fe9b[_0x98d3c6(0x921)](_0x98d3c6(0x21a),_0x49fe9b['iPdNb'])){const _0x561f42=_0x2e3e72[_0x98d3c6(0x15b)];switch(_0x561f42['eventID']){case _0xeed693[_0x98d3c6(0x8a9)+_0x98d3c6(0x490)]:return{..._0x4f35fd,'data':{..._0x561f42,'data':_0x49fe9b['YYnvU'](_0x2ee91d=_0x561f42[_0x98d3c6(0x386)],null)?void(0xe62+-0x1a35+0xbd3):_0x19cdb0['cs']},'cmd':_0x3be425[_0x98d3c6(0x47e)]};case _0x4644f1['NEW_CHANGE'+_0x98d3c6(0x5a5)]:return{..._0x2af93e,'data':{..._0x561f42,'data':_0x49fe9b[_0x98d3c6(0x504)](_0x44f56e=_0x561f42[_0x98d3c6(0x530)],null)?void(-0x1*-0x1e8d+0x876+-0x2703):_0x253115['cs']},'cmd':_0x4ede6a[_0x98d3c6(0x47e)]};case _0x5ce59f[_0x98d3c6(0x8a9)+_0x98d3c6(0x511)]:const _0x3d68e8={..._0x561f42};_0x3d68e8[_0x98d3c6(0x30b)]=(_0x4c8095=_0x561f42['csRejEvent'])==null?void(0x1093+-0x3f9*0x3+-0x4a8*0x1):_0x128604['cs'];const _0x4e9473={..._0x34ff57};_0x4e9473[_0x98d3c6(0x30b)]=_0x3d68e8,_0x4e9473[_0x98d3c6(0x47e)]=_0x113874[_0x98d3c6(0x47e)];return _0x4e9473;case _0x5a887a[_0x98d3c6(0x52e)+_0x98d3c6(0x57b)]:const _0x4cba9d={..._0x561f42};_0x4cba9d['data']=_0x561f42[_0x98d3c6(0x2b6)+_0x98d3c6(0x5b8)];const _0x294565={..._0x35ef76};_0x294565[_0x98d3c6(0x30b)]=_0x4cba9d,_0x294565[_0x98d3c6(0x47e)]=_0x3c7629[_0x98d3c6(0x47e)];return _0x294565;case _0x57f90c[_0x98d3c6(0x5d1)+'R']:const _0x5529a2={..._0x561f42};_0x5529a2[_0x98d3c6(0x30b)]=_0x561f42[_0x98d3c6(0x4e1)];const _0x32c6f6={..._0xc6ab97};_0x32c6f6[_0x98d3c6(0x30b)]=_0x5529a2,_0x32c6f6[_0x98d3c6(0x47e)]=_0x43d737[_0x98d3c6(0x47e)];return _0x32c6f6;case _0x221e97[_0x98d3c6(0x7ba)+'E']:const _0x14b393={..._0x561f42};_0x14b393[_0x98d3c6(0x30b)]=_0x561f42[_0x98d3c6(0x67e)];const _0x3c206d={..._0x881cfb};_0x3c206d[_0x98d3c6(0x30b)]=_0x14b393,_0x3c206d[_0x98d3c6(0x47e)]=_0x585191[_0x98d3c6(0x47e)];return _0x3c206d;case _0x218df8[_0x98d3c6(0x1ef)+'NEW_HOST']:const _0x20631d={..._0x561f42};_0x20631d['data']=_0x561f42[_0x98d3c6(0x9b0)+_0x98d3c6(0x7e2)];const _0x24ee82={..._0x400f47};_0x24ee82[_0x98d3c6(0x30b)]=_0x20631d,_0x24ee82[_0x98d3c6(0x47e)]=_0x5675b4[_0x98d3c6(0x47e)];return _0x24ee82;case _0x434790[_0x98d3c6(0x1ef)+'FETCH_OPER'+'ATIONS']:case _0x1edaea['LIVESHARE_'+'OPERATION']:const _0x236307={..._0x561f42};_0x236307['data']=_0x561f42[_0x98d3c6(0x643)+_0x98d3c6(0x6f0)];const _0x2020de={..._0x25a855};_0x2020de[_0x98d3c6(0x30b)]=_0x236307,_0x2020de['cmd']=_0x5e9bda[_0x98d3c6(0x47e)];return _0x2020de;case _0x3b0d8c[_0x98d3c6(0x1ef)+'TERMINATE']:const _0x20b4f0={..._0x561f42};_0x20b4f0[_0x98d3c6(0x30b)]=_0x561f42[_0x98d3c6(0x9b0)+_0x98d3c6(0x7e2)];const _0x22bcca={..._0x2ec0d7};_0x22bcca['data']=_0x20b4f0,_0x22bcca['cmd']=_0x2fdd1a[_0x98d3c6(0x47e)];return _0x22bcca;case _0x31c2b1[_0x98d3c6(0x22a)+_0x98d3c6(0x9a2)]:const _0x2438c6={..._0xd485f4};_0x2438c6[_0x98d3c6(0x30b)]=_0x561f42,_0x2438c6[_0x98d3c6(0x47e)]=_0x1a6f39[_0x98d3c6(0x47e)];return _0x2438c6;default:return _0x1dafe6;}}else{const _0x3d450e=this['_transform'+'Service']['transformC'+_0x98d3c6(0x55a)]([_0x371747],[this[_0x98d3c6(0x759)+_0x98d3c6(0x8a7)]],!(-0x259*-0x1+0x1*0xfe9+-0x1241));if(_0x49fe9b['TQjcu'](_0x3d5e85,_0x3d450e)){if(_0x49fe9b['Mbckh']===_0x49fe9b['Mbckh']){const {c1Prime:_0x401467,c2Prime:_0x182677}=_0x3d450e;this['_executeRe'+'moteChange'+_0x98d3c6(0x1ce)](_0x401467[-0xb9*-0x35+0x3*0x506+0x41b*-0xd]),_0x182677[-0x2460+0x3d*-0x1d+0x2b49]['baseRev']=this[_0x98d3c6(0x8b9)+_0x98d3c6(0x476)]();const _0x5e5308=this['_injector'][_0x98d3c6(0x442)+_0x98d3c6(0x920)](K,this[_0x98d3c6(0x952)],this[_0x98d3c6(0x563)],_0x182677[-0x2bb*0x9+0xfa5+0x8ee],this[_0x98d3c6(0x229)]);return _0x5e5308[_0x98d3c6(0x58c)+_0x98d3c6(0x493)](),_0x5e5308;}else{for(var _0x38a7ea=_0x6fa994,_0x2018cd=_0x49fe9b[_0x98d3c6(0x838)](_0x756855[_0x98d3c6(0x37c)],0x1fd*0xb+-0x17a4+0x1c6),_0x10a7b7;_0x2018cd>=0x3de+-0x1*0x26d3+0x22f5;_0x2018cd--)(_0x10a7b7=_0x15012c[_0x2018cd])&&(_0x38a7ea=_0x49fe9b[_0x98d3c6(0x32d)](_0x10a7b7,_0x38a7ea)||_0x38a7ea);return _0x38a7ea;}}return this['_onConflic'+'t']();}}catch(_0x1bf42e){return this[_0x98d3c6(0x75f)+'e'][_0x98d3c6(0x6c9)](_0x1bf42e),this['_onConflic'+'t']();}}[_0x31ce10(0x56d)+'k'](_0x29933d){const _0x23722d=_0x31ce10,_0x3fa2d5={};_0x3fa2d5['HMUYC']=function(_0x439183,_0x42e829){return _0x439183-_0x42e829;};const _0x157e55=_0x3fa2d5,_0x1ff487=this['_revisionS'+_0x23722d(0x66e)][_0x23722d(0x3dc)+_0x23722d(0x81d)+_0x23722d(0x9be)](this[_0x23722d(0x952)]);if(_0x29933d[_0x23722d(0x1df)]<_0x157e55['HMUYC'](_0x1ff487,-0x7ab+0xf1f*0x2+0x3c3*-0x6))return this;if(this['_checkMiss'+'ing'](_0x29933d))return this[_0x23722d(0x6ba)][_0x23722d(0x442)+_0x23722d(0x920)](F,this[_0x23722d(0x952)],this['type'],null,[],this[_0x23722d(0x759)+'hangeset'],[],this[_0x23722d(0x229)]);this['_increment'+'RevisionNu'+_0x23722d(0x77c)]();const _0x5afbc6=this[_0x23722d(0x6ba)]['createInst'+'ance'](ye,this[_0x23722d(0x952)],this[_0x23722d(0x563)],this[_0x23722d(0x229)]);return _0x5afbc6[_0x23722d(0x58c)+_0x23722d(0x493)](),_0x5afbc6;}[_0x31ce10(0x39f)+'j'](){return this['_onConflic'+'t']();}[_0x31ce10(0x52b)+_0x31ce10(0x793)](){const _0x53fa15=_0x31ce10;return this[_0x53fa15(0x6ba)][_0x53fa15(0x442)+_0x53fa15(0x920)](Y,this['unitID'],this[_0x53fa15(0x563)],this[_0x53fa15(0x759)+_0x53fa15(0x8a7)],[],this[_0x53fa15(0x229)]);}[_0x31ce10(0x940)+'ne'](){return this;}[_0x31ce10(0x5e4)](){const _0x450ea0=_0x31ce10;this['_handler']['onSendChan'+_0x450ea0(0x79d)](this[_0x450ea0(0x759)+_0x450ea0(0x8a7)]);}[_0x31ce10(0x958)+'t'](){const _0xca70d8=_0x31ce10;return this[_0xca70d8(0x6ba)][_0xca70d8(0x442)+_0xca70d8(0x920)](Q,this[_0xca70d8(0x952)],this[_0xca70d8(0x563)],this[_0xca70d8(0x759)+_0xca70d8(0x8a7)],[],this[_0xca70d8(0x229)]);}};K=se([g(0x2*0x4b1+-0x3cd+-0x591,_0x35b90a(_0xb6d532)),g(-0x1bc6+0x2561+-0x996,_0x35b90a(_0x1cc7ad)),g(0x7*0x38f+-0x12ac+-0x637,_0x35b90a(y)),g(-0x753+0x1*0x1565+0xe0b*-0x1,_0x4420bd),g(-0x3dc+-0x1ab4+0x1*0x1e98,_0x43b14f),g(0x24c9*-0x1+0x1b8a+0x1b*0x58,_0x8a15e7),g(0x12c4+0x2c*-0x5f+-0x266,_0x1a87a0)],K);let V=class extends ie{constructor(_0x1cface,_0x474c13,_0x457136,_0x16a892,_0xb704c9,_0x3ecead,_0x35b436,_0x64fdec,_0x1b5276,_0x15e345,_0x293876,_0xa3489e){const _0x4da903=_0x31ce10,_0x379b49={'WyNKq':function(_0x1767ad,_0x1069c7,_0x3565ce,_0x374ecb){return _0x1767ad(_0x1069c7,_0x3565ce,_0x374ecb);},'uhrgu':_0x4da903(0x40b),'owDSO':_0x4da903(0x701)+_0x4da903(0x20e)+'g'};super(_0x1cface,_0x474c13,_0x457136,_0x16a892,_0xb704c9,_0x1b5276,_0xa3489e,_0x35b436,_0x64fdec),_0x379b49[_0x4da903(0x3d1)](l,this,_0x379b49[_0x4da903(0x861)],_0x379b49['owDSO']),(this['_injector']=_0x3ecead,this[_0x4da903(0x75f)+'e']=_0x15e345,this[_0x4da903(0x495)+_0x4da903(0x6e1)]=_0x293876);}[_0x31ce10(0x625)+'tion'](_0x752cbc){const _0x3883dd=_0x31ce10;return this[_0x3883dd(0x1cd)+_0x3883dd(0x22c)][_0x3883dd(0x76b)](_0x752cbc),this;}[_0x31ce10(0x384)+'angeset'](_0xf2c261){const _0x5752c4=_0x31ce10,_0x2986c9={'wcuLv':_0x5752c4(0x708),'nyeIh':_0x5752c4(0x23d),'EppcA':function(_0x1c2ac8,_0x311df1){return _0x1c2ac8(_0x311df1);},'IGDyX':function(_0x4d9416,_0x525d95){return _0x4d9416(_0x525d95);}};if(this[_0x5752c4(0x559)+_0x5752c4(0x256)](_0xf2c261))return this['_injector'][_0x5752c4(0x442)+'ance'](F,this[_0x5752c4(0x952)],this[_0x5752c4(0x563)],this[_0x5752c4(0x759)+'hangeset'],this['_pendingMu'+'tations'],null,[_0xf2c261],this[_0x5752c4(0x229)]);try{if(_0x2986c9[_0x5752c4(0x5f9)]===_0x2986c9[_0x5752c4(0x8b3)])this[_0x5752c4(0x2fc)][_0x5752c4(0x1ce)](_0x2d9600['memberID'],_0xce37a7);else{const _0x4e9caa=this['_transform'+_0x5752c4(0x6e1)][_0x5752c4(0x4b4)+_0x5752c4(0x55a)]([_0xf2c261],[this[_0x5752c4(0x759)+_0x5752c4(0x8a7)]],!(0x3*-0x53c+0x5b*0x53+-0x6e6*0x2));if(_0x2986c9[_0x5752c4(0x26f)](_0x3d5e85,_0x4e9caa)){const {c1Prime:_0x1b60f3,c2Prime:_0x324d1c}=_0x4e9caa,_0x4b3c42=this[_0x5752c4(0x495)+_0x5752c4(0x6e1)][_0x5752c4(0x1e8)+_0x5752c4(0x1a4)+_0x5752c4(0x537)+'t'](_0x1b60f3[-0x2604+0x1*0x1f59+0x239*0x3],this[_0x5752c4(0x1cd)+_0x5752c4(0x22c)]);if(_0x2986c9[_0x5752c4(0x27a)](_0x53cab5,_0x4b3c42)){const {c1Prime:_0x308c53,m2Prime:_0x4f80db}=_0x4b3c42;return this[_0x5752c4(0x865)+_0x5752c4(0x86f)+_0x5752c4(0x1ce)](_0x308c53),_0x324d1c[0x3*-0x179+0x1f0f*-0x1+-0x13*-0x1de][_0x5752c4(0x941)]=this['_getCurren'+_0x5752c4(0x476)](),this['_injector']['createInst'+_0x5752c4(0x920)](V,this[_0x5752c4(0x952)],this[_0x5752c4(0x563)],_0x324d1c[-0x42f*-0x3+0xb75+-0x1802],_0x4f80db,this[_0x5752c4(0x229)]);}throw _0x4b3c42[_0x5752c4(0x6c9)];}throw _0x4e9caa[_0x5752c4(0x6c9)];}}catch(_0x527541){return this[_0x5752c4(0x75f)+'e'][_0x5752c4(0x6c9)](_0x527541),this['_onConflic'+'t']();}}[_0x31ce10(0x56d)+'k'](_0x2e7696){const _0x5c9978=_0x31ce10;if(this[_0x5c9978(0x559)+_0x5c9978(0x256)](_0x2e7696))return this[_0x5c9978(0x6ba)][_0x5c9978(0x442)+_0x5c9978(0x920)](F,this['unitID'],this[_0x5c9978(0x563)],null,this[_0x5c9978(0x1cd)+_0x5c9978(0x22c)],this[_0x5c9978(0x759)+_0x5c9978(0x8a7)],[],this[_0x5c9978(0x229)]);this[_0x5c9978(0x790)+_0x5c9978(0x8a8)+_0x5c9978(0x77c)]();const _0x568092=this[_0x5c9978(0x6ba)][_0x5c9978(0x442)+_0x5c9978(0x920)](B,this['unitID'],this[_0x5c9978(0x563)],this[_0x5c9978(0x1cd)+_0x5c9978(0x22c)],this[_0x5c9978(0x229)]);return _0x568092['_schedule'](),_0x568092[_0x5c9978(0x58c)+_0x5c9978(0x493)](),_0x568092;}[_0x31ce10(0x39f)+'j'](){const _0x3c758d=_0x31ce10;return this[_0x3c758d(0x958)+'t']();}[_0x31ce10(0x52b)+'ine'](){const _0x5ee534=_0x31ce10;return this[_0x5ee534(0x6ba)]['createInst'+_0x5ee534(0x920)](Y,this[_0x5ee534(0x952)],this[_0x5ee534(0x563)],this[_0x5ee534(0x759)+'hangeset'],this[_0x5ee534(0x1cd)+'tations'],this[_0x5ee534(0x229)]);}['toggleOnli'+'ne'](){return this;}[_0x31ce10(0x5e4)](){const _0x21bf39=_0x31ce10;this['_handler'][_0x21bf39(0x133)+'geset'](this['_awaitingC'+_0x21bf39(0x8a7)]);}['_onConflic'+'t'](){const _0x10f935=_0x31ce10;return this[_0x10f935(0x6ba)]['createInst'+'ance'](Q,this['unitID'],this[_0x10f935(0x563)],null,this[_0x10f935(0x1cd)+_0x10f935(0x22c)],this[_0x10f935(0x229)]);}};V=se([g(0xb8*-0x14+0x1f2a+-0x10c5,_0x35b90a(_0xb6d532)),g(-0x282+-0xdcf+0x1057,_0x35b90a(_0x1cc7ad)),g(-0x19e*-0xf+-0x1de*-0x3+-0x1dd5,_0x35b90a(y)),g(0x20fd+-0x13be*0x1+0x1*-0xd37,_0x4420bd),g(0x1c6*-0x3+0x1d72+-0x7*0x371,_0x43b14f),g(0x2*-0xa22+0x1d73*0x1+-0x925,_0x8a15e7),g(-0x11*0x5+0x1*-0xb55+0xbb5,_0x1a87a0)],V);let Q=class extends ie{constructor(_0x10d027,_0x3096de,_0x463653,_0x29758e,_0x59911a,_0x56827e,_0x3ab954,_0x3baa60,_0x3f345b,_0x193dd6,_0x5ab5a3,_0x6a3030){const _0xc8dd86=_0x31ce10,_0x471dcf={'xSTTe':function(_0x25d904,_0x5405f9,_0x316294,_0x52e654){return _0x25d904(_0x5405f9,_0x316294,_0x52e654);},'jqoub':_0xc8dd86(0x40b),'kYeNY':'conflict'};super(_0x10d027,_0x3096de,_0x463653,_0x29758e,_0x59911a,_0x3ab954,_0x3baa60,_0x193dd6,_0x3f345b),_0x471dcf[_0xc8dd86(0x4bf)](l,this,_0x471dcf['jqoub'],_0x471dcf['kYeNY']),(this[_0xc8dd86(0x351)+_0xc8dd86(0x500)+_0xc8dd86(0x5b7)]=_0x56827e,this['_localeSer'+_0xc8dd86(0x5b7)]=_0x5ab5a3,this[_0xc8dd86(0x360)+_0xc8dd86(0x21b)]=_0x6a3030,this[_0xc8dd86(0x588)+_0xc8dd86(0x692)+_0xc8dd86(0x8b0)](),this[_0xc8dd86(0x1d1)+_0xc8dd86(0x8bb)](),this[_0xc8dd86(0x63c)+_0xc8dd86(0x4c7)]());}[_0x31ce10(0x625)+_0x31ce10(0x898)](){return this;}['onRemoteCh'+_0x31ce10(0x28a)](){return this;}[_0x31ce10(0x56d)+'k'](){return this;}[_0x31ce10(0x39f)+'j'](){return this;}['toggleOffl'+_0x31ce10(0x793)](){return this;}[_0x31ce10(0x940)+'ne'](){return this;}[_0x31ce10(0x5e4)](){const _0x2dd9b7=_0x31ce10,_0x4ddeea={};_0x4ddeea['bZndB']=_0x2dd9b7(0x321)+_0x2dd9b7(0x9ac)+_0x2dd9b7(0x29a)+_0x2dd9b7(0x263)+_0x2dd9b7(0x86d);const _0x231984=_0x4ddeea;throw new Error(_0x231984[_0x2dd9b7(0x655)]);}[_0x31ce10(0x1d1)+_0x31ce10(0x8bb)](){const _0x4a8ac4=_0x31ce10;this[_0x4a8ac4(0x387)+_0x4a8ac4(0x570)][_0x4a8ac4(0x835)+_0x4a8ac4(0x719)](this['unitID'],this[_0x4a8ac4(0x563)],null,[]);}['_showConfl'+_0x31ce10(0x692)+_0x31ce10(0x8b0)](){const _0x1c4b37=_0x31ce10,_0x520b15={};_0x520b15[_0x1c4b37(0x134)]=_0x1c4b37(0x899)+_0x1c4b37(0x2ce),_0x520b15[_0x1c4b37(0x6bc)]=_0x1c4b37(0x558)+_0x1c4b37(0x7ab),_0x520b15['ovYZI']='error';const _0x2eb005=_0x520b15;this[_0x1c4b37(0x360)+_0x1c4b37(0x21b)]['show']({'title':this['_localeSer'+_0x1c4b37(0x5b7)]['t'](_0x2eb005['ZdjHF']),'content':this[_0x1c4b37(0x924)+'vice']['t'](_0x2eb005[_0x1c4b37(0x6bc)]),'type':_0x2eb005[_0x1c4b37(0x68b)],'duration':0x0});}[_0x31ce10(0x63c)+_0x31ce10(0x4c7)](){const _0x6bebd9=_0x31ce10;this['_univerPer'+_0x6bebd9(0x500)+_0x6bebd9(0x5b7)][_0x6bebd9(0x566)+'e'](this[_0x6bebd9(0x952)],!(-0x1e34+0x11d8+0xc5d));}};Q=se([g(0x1*0x362+-0x4c6+0x169,_0x35b90a(_0x5562ca)),g(-0x1ef0+0xfb6+0x3d0*0x4,_0x4420bd),g(-0x1f3*-0x4+0x13*0x62+-0xf0b,_0x1a87a0),g(0x1b5*0x13+0x17e4+-0x384b,_0x35b90a(y)),g(-0x2*0x557+0x1*-0xae3+0x159a,_0x35b90a(_0x1cc7ad)),g(-0x2*0xdb0+0xf28+0xc42,_0x35b90a(_0xaffb7d)),g(0x22b0+-0x25*-0x71+0x96*-0x57,_0x4edf71)],Q);let Y=class extends ie{constructor(_0x2dc274,_0x259fb9,_0x142198,_0x391a31,_0x22101b,_0x327ccd,_0x3c7950,_0x783306,_0x268fe0,_0x38a2bd){const _0x5bbd47=_0x31ce10,_0x209152={'dhtZf':function(_0x39a6a4,_0x54c040,_0x68b2fa,_0x203d5b){return _0x39a6a4(_0x54c040,_0x68b2fa,_0x203d5b);}};super(_0x2dc274,_0x259fb9,_0x142198,_0x391a31,_0x22101b,_0x268fe0,_0x38a2bd,_0x3c7950,_0x783306),_0x209152[_0x5bbd47(0x1b6)](l,this,_0x5bbd47(0x40b),'offline'),this['_injector']=_0x327ccd;}[_0x31ce10(0x625)+'tion'](_0x28d48f){const _0x1dad9a=_0x31ce10;return this['_pendingMu'+_0x1dad9a(0x22c)][_0x1dad9a(0x76b)](_0x28d48f),this[_0x1dad9a(0x58c)+'alCache'](),this;}[_0x31ce10(0x384)+_0x31ce10(0x28a)](_0x2a2c2c){const _0x57c716=_0x31ce10,_0x4100ae={};_0x4100ae[_0x57c716(0x415)]=_0x57c716(0x264)+'ate]:\x20rece'+_0x57c716(0x1d5)+_0x57c716(0x9e8);const _0x553e7b=_0x4100ae;throw new Error(_0x553e7b[_0x57c716(0x415)]);}[_0x31ce10(0x56d)+'k'](){const _0x14cd15=_0x31ce10,_0x2938ca={};_0x2938ca[_0x14cd15(0x1b4)]=_0x14cd15(0x264)+_0x14cd15(0x6de)+_0x14cd15(0x65a)+_0x14cd15(0x349)+'.';const _0x1a3655=_0x2938ca;throw new Error(_0x1a3655[_0x14cd15(0x1b4)]);}[_0x31ce10(0x39f)+'j'](){const _0x5e1388=_0x31ce10;throw new Error(_0x5e1388(0x264)+'ate]:\x20rece'+_0x5e1388(0x637)+_0x5e1388(0x9e2));}['toggleOffl'+_0x31ce10(0x793)](){return this;}[_0x31ce10(0x940)+'ne'](){const _0x5afc6e=_0x31ce10,_0x1564b6={'AHaqv':function(_0x509a71,_0x419880,_0x31674f,_0x1686ee,_0x4b65f2,_0x3c36f8,_0x51212f){return _0x509a71(_0x419880,_0x31674f,_0x1686ee,_0x4b65f2,_0x3c36f8,_0x51212f);},'hhdUT':function(_0x134f47,_0x33a038){return _0x134f47 instanceof _0x33a038;},'iSIbG':function(_0x27fa0b,_0xf30fdd){return _0x27fa0b instanceof _0xf30fdd;}},{_injector:_0x5e535b,_pendingMutations:_0x1ca7d2,_awaitingChangeset:_0x15fb15,unitID:_0x443eb6,_handler:_0x2aaff0,type:_0x300034}=this,_0x178151=_0x1564b6[_0x5afc6e(0x718)](vs,_0x5e535b,_0x443eb6,_0x300034,_0x15fb15,_0x1ca7d2,_0x2aaff0);return _0x1564b6[_0x5afc6e(0x397)](_0x178151,B)?_0x178151[_0x5afc6e(0x85c)]():(_0x1564b6[_0x5afc6e(0x341)](_0x178151,V)||_0x1564b6[_0x5afc6e(0x397)](_0x178151,K))&&_0x178151[_0x5afc6e(0x5e4)](),_0x178151;}[_0x31ce10(0x5e4)](){const _0x29a068=_0x31ce10,_0x9c9346={};_0x9c9346[_0x29a068(0x417)]=_0x29a068(0x264)+_0x29a068(0x6b0)+_0x29a068(0x4f0)+_0x29a068(0x243)+_0x29a068(0x463);const _0x44ca77=_0x9c9346;throw new Error(_0x44ca77[_0x29a068(0x417)]);}};Y=se([g(-0x750*0x1+-0x18d*-0x2+0x169*0x3,_0x35b90a(_0xb6d532)),g(-0x2421+-0x89f*-0x4+0x1ab,_0x35b90a(_0x1cc7ad)),g(0x2107+0x2103+-0x4203*0x1,_0x35b90a(y)),g(0xf6f*-0x2+-0x1*0x1a9+-0x5*-0x683,_0x4420bd),g(-0x47f*-0x3+0x3*-0x1d+-0xd1d*0x1,_0x1a87a0)],Y);let F=class extends ie{constructor(_0x201bd7,_0x4ea841,_0xe2aa8f,_0x57204f,_0x473b53,_0x2022b3,_0x21370e,_0x62d6f8,_0x2c0838,_0x294fb7,_0x3775f0,_0x41699a,_0x4d561a,_0x3beaef){const _0x23f173=_0x31ce10,_0x55a883={};_0x55a883[_0x23f173(0x253)]='fetch_miss'+_0x23f173(0x256);const _0x46dceb=_0x55a883;super(_0x201bd7,_0x4ea841,_0xe2aa8f,_0x57204f,_0x21370e,_0x41699a,_0x4d561a,_0x2c0838,_0x294fb7),l(this,_0x23f173(0x40b),_0x46dceb[_0x23f173(0x253)]),(this[_0x23f173(0x7dd)+_0x23f173(0x645)+_0x23f173(0x131)]=_0x473b53,this['_queuedRem'+_0x23f173(0x3e5)+_0x23f173(0x43d)]=_0x2022b3,this['_injector']=_0x62d6f8,this[_0x23f173(0x75f)+'e']=_0x3775f0,this[_0x23f173(0x495)+_0x23f173(0x6e1)]=_0x3beaef);}['onMissedCh'+_0x31ce10(0x98e)+_0x31ce10(0x970)](_0x39dd4e){const _0x3e9d3=_0x31ce10,_0xcabfa0={'nEYbi':function(_0x32ee03,_0x133414){return _0x32ee03>=_0x133414;},'sSsbP':function(_0x4651f7,_0x1e6ad7){return _0x4651f7<=_0x1e6ad7;},'CFevY':function(_0x38d6d6,_0x4c689b){return _0x38d6d6(_0x4c689b);},'vXEvV':function(_0x202c17,_0x3ed723){return _0x202c17===_0x3ed723;},'JQllq':_0x3e9d3(0x748),'puuwp':function(_0x5a411e,_0x413ab2){return _0x5a411e!==_0x413ab2;},'yLirV':_0x3e9d3(0x753),'zyrKU':function(_0x2d11cd,_0x550b85){return _0x2d11cd===_0x550b85;},'iGgfR':_0x3e9d3(0x431),'dUYtZ':_0x3e9d3(0x283)+_0x3e9d3(0x61b),'iNdYi':'failed\x20to\x20'+_0x3e9d3(0x633)+_0x3e9d3(0x978)+_0x3e9d3(0x8e3)};try{if(_0xcabfa0[_0x3e9d3(0x5fd)](_0xcabfa0[_0x3e9d3(0x12c)],_0xcabfa0[_0x3e9d3(0x12c)])){const _0x352210=[..._0x39dd4e,...this[_0x3e9d3(0x67d)+'oteChanges'+_0x3e9d3(0x43d)]],_0x20ac29=[this[_0x3e9d3(0x759)+_0x3e9d3(0x8a7)]||this[_0x3e9d3(0x7dd)+_0x3e9d3(0x645)+_0x3e9d3(0x131)]]['filter'](_0x4a39f3=>!!_0x4a39f3);let _0x9b95f7,_0x3d86ff;if(_0x20ac29[_0x3e9d3(0x37c)]){if(_0xcabfa0['puuwp']('yExAD',_0xcabfa0[_0x3e9d3(0x507)])){const {row:_0x59320f,column:_0x578a3c}=_0x497c46;if(_0xcabfa0[_0x3e9d3(0x74e)](_0x59320f,this[_0x3e9d3(0x39e)]['startRow'])&&_0xcabfa0[_0x3e9d3(0x684)](_0x59320f,this[_0x3e9d3(0x39e)]['endRow'])&&_0x578a3c>=this[_0x3e9d3(0x39e)][_0x3e9d3(0x733)+'n']&&_0xcabfa0[_0x3e9d3(0x684)](_0x578a3c,this[_0x3e9d3(0x39e)][_0x3e9d3(0x7a5)])){const _0x3a67b2={};_0x3a67b2[_0x3e9d3(0x1e9)]=!(-0x961*0x3+-0x8*0x2e3+-0x3d*-0xd7),this[_0x3e9d3(0x28e)+_0x3e9d3(0x14f)](_0x3a67b2);return;}const _0xeadc7f={};_0xeadc7f['hovered']=!(0x1*0x1ad8+0x124+0x1d*-0xf7),this[_0x3e9d3(0x28e)+_0x3e9d3(0x14f)](_0xeadc7f);}else{const _0x56b2c5=this[_0x3e9d3(0x495)+_0x3e9d3(0x6e1)][_0x3e9d3(0x4b4)+'hangesets'](_0x352210,_0x20ac29,!(-0xfde+-0x5ad*0x3+0x20e6));if(!_0xcabfa0[_0x3e9d3(0x574)](_0x3d5e85,_0x56b2c5))throw _0x56b2c5[_0x3e9d3(0x6c9)];_0x9b95f7=_0x56b2c5[_0x3e9d3(0x35a)],_0x3d86ff=_0x56b2c5['c2Prime'];}}else _0x9b95f7=_0x352210,_0x3d86ff=[];let _0x2dcb6c=this['_pendingMu'+_0x3e9d3(0x22c)];_0x9b95f7[_0x3e9d3(0x6d5)](_0x648268=>{const _0x4ec5cd=_0x3e9d3;let _0x277a2d;if(_0x2dcb6c[_0x4ec5cd(0x37c)]){const _0x5ade6c=this[_0x4ec5cd(0x495)+_0x4ec5cd(0x6e1)]['transformM'+_0x4ec5cd(0x1a4)+_0x4ec5cd(0x537)+'t'](_0x648268,_0x2dcb6c);if(!_0xcabfa0['CFevY'](_0x53cab5,_0x5ade6c))throw _0x5ade6c['error'];_0x277a2d=_0x5ade6c[_0x4ec5cd(0x35a)],_0x2dcb6c=_0x5ade6c[_0x4ec5cd(0x322)];}else _0x277a2d=_0x648268;this[_0x4ec5cd(0x865)+_0x4ec5cd(0x86f)+_0x4ec5cd(0x1ce)](_0x277a2d);}),this[_0x3e9d3(0x7dd)+_0x3e9d3(0x645)+'gChangeset']&&this['_increment'+_0x3e9d3(0x8a8)+'mber'](),this[_0x3e9d3(0x759)+_0x3e9d3(0x8a7)]&&_0x3d86ff[_0x3e9d3(0x37c)]&&(_0x3d86ff[-0x3*-0x7cd+0x1d3*-0x1+0xaca*-0x2]['baseRev']=this['_getCurren'+'tRevision']());let _0x9e4d48;if(this[_0x3e9d3(0x759)+_0x3e9d3(0x8a7)]&&_0x2dcb6c[_0x3e9d3(0x37c)]!==0x2*0x1333+0xe8e+0x34f4*-0x1)_0x9e4d48=this[_0x3e9d3(0x6ba)]['createInst'+_0x3e9d3(0x920)](V,this[_0x3e9d3(0x952)],this[_0x3e9d3(0x563)],_0x3d86ff[0x40*0x33+-0x1*0x228b+0x15cb],_0x2dcb6c,this['_handler']);else{if(this[_0x3e9d3(0x759)+'hangeset']&&_0xcabfa0['zyrKU'](_0x2dcb6c[_0x3e9d3(0x37c)],-0x3*-0x10d+0x824*-0x4+0x1d69))_0x3d86ff[-0xc61*0x2+-0xbe7*-0x1+-0xcdb*-0x1][_0x3e9d3(0x941)]=this[_0x3e9d3(0x8b9)+_0x3e9d3(0x476)](),_0x9e4d48=this[_0x3e9d3(0x6ba)][_0x3e9d3(0x442)+_0x3e9d3(0x920)](K,this[_0x3e9d3(0x952)],this[_0x3e9d3(0x563)],_0x3d86ff[0x1*-0xeb1+0x82e*-0x4+0x2f69*0x1],this['_handler']);else{if(_0xcabfa0[_0x3e9d3(0x9ce)](_0x2dcb6c[_0x3e9d3(0x37c)],-0x10*-0x124+-0x172+0x12*-0xef)){if(_0xcabfa0['vXEvV'](_0xcabfa0[_0x3e9d3(0x551)],_0xcabfa0[_0x3e9d3(0x551)])){const _0x2dd69f=this['_injector']['createInst'+'ance'](B,this[_0x3e9d3(0x952)],this[_0x3e9d3(0x563)],_0x2dcb6c,this[_0x3e9d3(0x229)]);_0x2dd69f[_0x3e9d3(0x85c)](),_0x9e4d48=_0x2dd69f;}else{const {startOffset:_0xe30099,endOffset:_0x61625f,isActive:_0x5704c9}=_0x270c1f;_0x19c335[_0x3e9d3(0x37c)]&&(_0x260031+=','),_0x3fbf0d+=_0xe30099+':'+_0x61625f+':'+(_0x5704c9?'1':'0');}}else _0x9e4d48=this[_0x3e9d3(0x6ba)]['createInst'+_0x3e9d3(0x920)](ye,this[_0x3e9d3(0x952)],this['type'],this['_handler']);}}return _0x9e4d48[_0x3e9d3(0x58c)+'alCache'](),_0x9e4d48;}else this['_status$'][_0x3e9d3(0x6e3)](_0x2860b8);}catch(_0x556922){return this['_logServic'+'e']['error'](_0xcabfa0[_0x3e9d3(0x8c0)],_0xcabfa0[_0x3e9d3(0x34c)],_0x556922),this[_0x3e9d3(0x6ba)][_0x3e9d3(0x442)+_0x3e9d3(0x920)](Q,this[_0x3e9d3(0x952)],this['type'],this[_0x3e9d3(0x759)+_0x3e9d3(0x8a7)],this['_pendingMu'+_0x3e9d3(0x22c)],this['_handler']);}}[_0x31ce10(0x5e4)](){const _0x35aa6f=_0x31ce10,_0x1045e7={};_0x1045e7[_0x35aa6f(0x5a6)]=_0x35aa6f(0x5dc)+_0x35aa6f(0x202)+_0x35aa6f(0x820)+_0x35aa6f(0x8be)+_0x35aa6f(0x804);const _0x330556=_0x1045e7;throw new Error(_0x330556['EvPcn']);}[_0x31ce10(0x625)+_0x31ce10(0x898)](_0x34e5df){const _0x1c1d03=_0x31ce10;return this['_pendingMu'+'tations'][_0x1c1d03(0x76b)](_0x34e5df),this;}['onRemoteCh'+'angeset'](_0x2dc279){const _0x331a66=_0x31ce10;return this[_0x331a66(0x67d)+_0x331a66(0x3e5)+_0x331a66(0x43d)]['push'](_0x2dc279),this;}[_0x31ce10(0x56d)+'k'](_0x5621b5){const _0x1b1841=_0x31ce10,_0x5c3da8={};_0x5c3da8[_0x1b1841(0x6cb)]='[FetchingM'+_0x1b1841(0x202)+'\x20not\x20expec'+_0x1b1841(0x18f)+_0x1b1841(0x7ca)+'hen\x20`this.'+'_awaitingC'+_0x1b1841(0x7a2)+'is\x20null!';const _0x378031=_0x5c3da8;if(this[_0x1b1841(0x759)+_0x1b1841(0x8a7)])return this[_0x1b1841(0x7dd)+_0x1b1841(0x645)+'gChangeset']=this['_awaitingC'+'hangeset'],this[_0x1b1841(0x759)+_0x1b1841(0x8a7)]=null,this;throw new Error(_0x378031['XQrwX']);}[_0x31ce10(0x39f)+'j'](){const _0x377216=_0x31ce10;return this[_0x377216(0x958)+'t']();}[_0x31ce10(0x52b)+_0x31ce10(0x793)](){const _0x24374e=_0x31ce10;return this[_0x24374e(0x6ba)][_0x24374e(0x442)+_0x24374e(0x920)](Y,this[_0x24374e(0x952)],this[_0x24374e(0x563)],this[_0x24374e(0x759)+'hangeset'],this[_0x24374e(0x1cd)+_0x24374e(0x22c)],this[_0x24374e(0x229)]);}[_0x31ce10(0x940)+'ne'](){return this;}[_0x31ce10(0x958)+'t'](){const _0x1beb9e=_0x31ce10;return this['_injector'][_0x1beb9e(0x442)+'ance'](Q,this[_0x1beb9e(0x952)],this[_0x1beb9e(0x563)],this[_0x1beb9e(0x759)+_0x1beb9e(0x8a7)],this[_0x1beb9e(0x1cd)+'tations'],this['_handler']);}};F=se([g(-0x1*0x1b8e+0x116e+-0xa27*-0x1,_0x35b90a(_0xb6d532)),g(0x1*-0x2223+0xa*-0xbf+0x29a1,_0x35b90a(_0x1cc7ad)),g(-0x2*0xb9b+-0xee7+0x2626,_0x35b90a(y)),g(-0x1e2c+0x1f15*-0x1+0x39b*0x11,_0x43b14f),g(0x665+0x1725+-0x1d7f,_0x4420bd),g(0x123c+-0x138c*-0x1+-0x25bc,_0x1a87a0),g(0x1*-0x13f3+-0x5aa*-0x2+0x6*0x172,_0x8a15e7)],F);function vs(_0x5e9d8b,_0x221fb7,_0x213079,_0xde2852,_0x94a4d8,_0x2ce77c){const _0x4f0808=_0x31ce10;return _0xde2852&&_0x94a4d8[_0x4f0808(0x37c)]?_0x5e9d8b[_0x4f0808(0x442)+_0x4f0808(0x920)](V,_0x221fb7,_0x213079,_0xde2852,_0x94a4d8,_0x2ce77c):_0xde2852?_0x5e9d8b[_0x4f0808(0x442)+'ance'](K,_0x221fb7,_0x213079,_0xde2852,_0x2ce77c):_0x94a4d8['length']?_0x5e9d8b[_0x4f0808(0x442)+_0x4f0808(0x920)](B,_0x221fb7,_0x213079,_0x94a4d8,_0x2ce77c):_0x5e9d8b[_0x4f0808(0x442)+'ance'](ye,_0x221fb7,_0x213079,_0x2ce77c);}var ze=(_0x5bbcf3,_0x3c06af,_0x1396fc,_0x55d7cd)=>{const _0x38cff9=_0x31ce10,_0x292045={'AgRcp':function(_0xa0343b,_0x4b1a99){return _0xa0343b-_0x4b1a99;},'ufTUz':function(_0x4cc287,_0x5b5e34){return _0x4cc287>=_0x5b5e34;},'nmxnD':function(_0x16863a,_0x277232){return _0x16863a(_0x277232);}};for(var _0x581326=_0x3c06af,_0x3381c1=_0x292045['AgRcp'](_0x5bbcf3[_0x38cff9(0x37c)],0x2*-0xba3+0x602*-0x1+0x1d49),_0x45204f;_0x292045[_0x38cff9(0x621)](_0x3381c1,-0x12cb+0x1e41*0x1+-0xb76);_0x3381c1--)(_0x45204f=_0x5bbcf3[_0x3381c1])&&(_0x581326=_0x292045[_0x38cff9(0x661)](_0x45204f,_0x581326)||_0x581326);return _0x581326;},S=(_0x41dd7d,_0x366077)=>(_0x26b82c,_0x1d4134)=>_0x366077(_0x26b82c,_0x1d4134,_0x41dd7d);let Ie=class extends _0xf98423{constructor(_0x25fc64,_0x46c23d,_0x4e9834){const _0x1f3df9=_0x31ce10,_0x54d1d3={'qfvnG':_0x1f3df9(0x4b5),'Hlclz':function(_0x12b577,_0x21fcac,_0x453ff1,_0xd7ba71){return _0x12b577(_0x21fcac,_0x453ff1,_0xd7ba71);},'KEsMf':_0x1f3df9(0x1c9)+'t$'};super(),l(this,_0x54d1d3[_0x1f3df9(0x2e8)],new Map()),_0x54d1d3[_0x1f3df9(0x76f)](l,this,_0x54d1d3[_0x1f3df9(0x32a)],new _0x5ea6fb()),(this[_0x1f3df9(0x6ba)]=_0x25fc64,this[_0x1f3df9(0x70a)+_0x1f3df9(0x7b1)+'e']=_0x46c23d,this[_0x1f3df9(0x831)+_0x1f3df9(0x7a4)+'ce']=_0x4e9834,this['_init']());}[_0x31ce10(0x915)](){const _0x49af16=_0x31ce10;super[_0x49af16(0x915)](),this[_0x49af16(0x4b5)][_0x49af16(0x6d5)](_0x3ff4ad=>_0x3ff4ad['dispose']()),this[_0x49af16(0x4b5)]['clear']();}[_0x31ce10(0x2ef)+_0x31ce10(0x74f)](_0x109157){const _0x4aed06=_0x31ce10,_0x484a5f={};_0x484a5f['IEKua']=function(_0x2f3c1e,_0x2899f3){return _0x2f3c1e!=_0x2899f3;};const _0x542fe4=_0x484a5f;var _0x3caed1;return _0x542fe4['IEKua'](_0x3caed1=this['_entities'][_0x4aed06(0x284)](_0x109157),null)?_0x3caed1:null;}[_0x31ce10(0x2ef)+_0x31ce10(0x281)](_0x4f45d9){const _0x5dcf76=_0x31ce10,_0x45f9af={'miSXC':function(_0x41abef,_0x4dd737){return _0x41abef(_0x4dd737);}},_0x2f0bfa=this[_0x5dcf76(0x2ef)+_0x5dcf76(0x74f)](_0x4f45d9);return _0x2f0bfa?_0x5792c4(_0x2f0bfa):this[_0x5dcf76(0x1c9)+'t$']['pipe'](_0x45f9af[_0x5dcf76(0x796)](_0x4c48d7,_0x2fc660=>_0x2fc660['unitID']===_0x4f45d9));}[_0x31ce10(0x36b)](){const _0x28f2c2=_0x31ce10,_0x495493={'qflKd':function(_0x4df6cb,_0x1eae43){return _0x4df6cb===_0x1eae43;},'ExgSB':'mEtTx','ZQoIJ':_0x28f2c2(0x424),'YnEqF':function(_0x2f34fc,_0x2b02f7){return _0x2f34fc(_0x2b02f7);},'pijUB':function(_0x23a86c,_0x202b87){return _0x23a86c(_0x202b87);},'KuXUL':function(_0x29a88d,_0x30b4ad){return _0x29a88d(_0x30b4ad);}};this[_0x28f2c2(0x831)+'tanceServi'+'ce'][_0x28f2c2(0x975)+'nitAdded$'](_0x422ace[_0x28f2c2(0x2aa)+'ET'])[_0x28f2c2(0x897)](_0x495493[_0x28f2c2(0x3e7)](_0xd6c476,this[_0x28f2c2(0x128)]),_0x495493[_0x28f2c2(0x736)](_0xf33e90,0x2235+0x1a0d+-0x3c32))[_0x28f2c2(0x1b2)](async _0x2a5690=>{const _0x14499e=_0x28f2c2;if(_0x495493[_0x14499e(0x4f4)](_0x14499e(0x3c7),_0x495493['ExgSB']))return _0x4c10de&&_0x1004f4['length']?_0x590f44['createInst'+'ance'](_0x5a205a,_0x1c7de8,_0x125934,_0x54f22b,_0x1fed7a,_0x4b5d51):_0x48e918?_0x5d3831[_0x14499e(0x442)+_0x14499e(0x920)](_0x53d4c4,_0x50bf9f,_0xace6fb,_0x2bf81a,_0x45368e):_0xec19be[_0x14499e(0x37c)]?_0xc2e138[_0x14499e(0x442)+_0x14499e(0x920)](_0x2d019c,_0x336c51,_0x5732b7,_0x51195c,_0x492758):_0x305bee[_0x14499e(0x442)+_0x14499e(0x920)](_0x5d7e05,_0x12e6ca,_0x4c1447,_0x3f2484);else{const _0x2585f7=_0x2a5690[_0x14499e(0x959)](),_0x49f43e=await this['_startColl'+_0x14499e(0x7dc)](_0x2585f7,x[_0x14499e(0x2aa)+'ET']);this[_0x14499e(0x4b5)][_0x14499e(0x1ce)](_0x2585f7,_0x49f43e);}}),this[_0x28f2c2(0x831)+_0x28f2c2(0x7a4)+'ce'][_0x28f2c2(0x975)+'nitAdded$'](_0x422ace[_0x28f2c2(0x601)])[_0x28f2c2(0x897)](_0xd6c476(this[_0x28f2c2(0x128)]),_0x495493['YnEqF'](_0xf33e90,-0x668+-0x3b*0x2c+0x109c*0x1))[_0x28f2c2(0x897)](_0x495493[_0x28f2c2(0x736)](_0x4c48d7,_0x4e6c64=>!_0x4e6c64[_0x28f2c2(0x959)]()[_0x28f2c2(0x29e)]('__')))[_0x28f2c2(0x1b2)](async _0x3368b4=>{const _0x318d66=_0x28f2c2,_0x3829e8=_0x3368b4[_0x318d66(0x959)](),_0xa0f45d=await this['_startColl'+_0x318d66(0x7dc)](_0x3829e8,x['UNIVER_DOC']);this[_0x318d66(0x4b5)][_0x318d66(0x1ce)](_0x3829e8,_0xa0f45d);}),_0x4aee94(this[_0x28f2c2(0x831)+_0x28f2c2(0x7a4)+'ce']['getTypeOfU'+'nitDispose'+'d$'](_0x422ace[_0x28f2c2(0x2aa)+'ET']),this[_0x28f2c2(0x831)+_0x28f2c2(0x7a4)+'ce'][_0x28f2c2(0x975)+_0x28f2c2(0x954)+'d$'](_0x422ace[_0x28f2c2(0x601)]))[_0x28f2c2(0x897)](_0x495493['KuXUL'](_0xd6c476,this[_0x28f2c2(0x128)]))[_0x28f2c2(0x1b2)](_0x171dc9=>{const _0x3be8ab=_0x28f2c2;if(_0x495493[_0x3be8ab(0x3de)]!==_0x3be8ab(0x424))return this[_0x3be8ab(0x67d)+_0x3be8ab(0x3e5)+_0x3be8ab(0x43d)]['push'](_0x10cf6c),this;else{const _0x26008f=_0x171dc9['getUnitId'](),_0x48b968=this[_0x3be8ab(0x4b5)][_0x3be8ab(0x284)](_0x26008f);_0x48b968&&(_0x48b968[_0x3be8ab(0x915)](),this[_0x3be8ab(0x4b5)][_0x3be8ab(0x3b9)](_0x26008f));}});}async[_0x31ce10(0x71b)+_0x31ce10(0x7dc)](_0x98c572,_0x1f58d2){const _0x422fa9=_0x31ce10,_0x31e031=await this['_collabSes'+_0x422fa9(0x7b1)+'e'][_0x422fa9(0x729)+'sion'](_0x98c572),_0x31e821=this['_injector'][_0x422fa9(0x442)+_0x422fa9(0x920)](this['_getCtorBy'+'UniverType'](_0x1f58d2),_0x98c572,_0x1f58d2,_0x31e031);return await _0x31e821[_0x422fa9(0x3f1)](),this['_entityIni'+'t$'][_0x422fa9(0x6e3)](_0x31e821),_0x31e821;}[_0x31ce10(0x74b)+'UniverType'](_0x5ea307){const _0x5049f3=_0x31ce10;switch(_0x5ea307){case x[_0x5049f3(0x601)]:return _t;case x[_0x5049f3(0x2aa)+'ET']:return ut;default:throw new Error(_0x5049f3(0x7da)+_0x5049f3(0x515)+_0x5049f3(0x4a4)+'alid\x20unive'+_0x5049f3(0x6d3)+_0x5ea307);}}};Ie=ze([_0x390cc5(_0x32e745[_0x31ce10(0x728)],Ie),S(0x1*-0x1316+0x25b2+-0x129c,_0x35b90a(_0xb6d532)),S(0x22c*-0x2+-0x2c9+0x722,_0x35b90a(Re)),S(-0x1dc6+-0x6b8*-0x5+0x7a*-0x8,_0x14d8cf)],Ie);let We=class extends _0xf98423{constructor(_0xa05f25,_0xec37fb,_0x21f694,_0x272cea,_0x16ec43,_0x14277a,_0x5aad29,_0x556cb1,_0x8b6b57,_0x3c4b01,_0x182d23,_0x2624e0,_0x190925){const _0x142745=_0x31ce10,_0x4b42fc={'xuvbA':function(_0x5f1413,_0x153b8c,_0x4c55c2,_0x49d897){return _0x5f1413(_0x153b8c,_0x4c55c2,_0x49d897);},'bKFeu':'_state$','gmSpb':function(_0x23142a,_0x2c98a8,_0xe51626,_0x308df3){return _0x23142a(_0x2c98a8,_0xe51626,_0x308df3);},'CPVWy':'state$','UDYdi':function(_0x146057,_0x5ecb19,_0x2580da,_0x46d9d6){return _0x146057(_0x5ecb19,_0x2580da,_0x46d9d6);},'PxAXY':function(_0x3215b3,_0x133884,_0x1900f4){return _0x3215b3(_0x133884,_0x1900f4);},'hCnvV':_0x142745(0x3fe)+_0x142745(0x8e2),'ckvip':'status$','PHWix':function(_0x261edf,_0xe920eb){return _0x261edf(_0xe920eb);}},_0x1e43f9=(_0x142745(0x323)+'8|7|6|5')[_0x142745(0x792)]('|');let _0x5b46b1=0x166d+-0x9c5+-0xca8;while(!![]){switch(_0x1e43f9[_0x5b46b1++]){case'0':_0x4b42fc[_0x142745(0x5bf)](l,this,_0x4b42fc[_0x142745(0x4e7)],new _0x5d55aa(null));continue;case'1':_0x4b42fc[_0x142745(0x91a)](l,this,_0x4b42fc[_0x142745(0x77d)],this[_0x142745(0x87c)][_0x142745(0x69a)+'le']());continue;case'2':super();continue;case'3':_0x4b42fc['UDYdi'](l,this,_0x142745(0x208)+_0x142745(0x745),!(-0x1*0x1811+-0x13e5+0x2bf7));continue;case'4':_0x4b42fc['PxAXY'](l,this,_0x142745(0x579));continue;case'5':this[_0x142745(0x952)]=_0xa05f25,this['_type']=_0xec37fb,this['_session']=_0x21f694,this['_injector']=_0x272cea,this[_0x142745(0x387)+_0x142745(0x570)]=_0x16ec43,this[_0x142745(0x351)+_0x142745(0x500)+_0x142745(0x5b7)]=_0x14277a,this[_0x142745(0x855)+_0x142745(0x7f1)+_0x142745(0x5b7)]=_0x5aad29,this[_0x142745(0x924)+'vice']=_0x556cb1,this[_0x142745(0x65e)+'ervice']=_0x8b6b57,this[_0x142745(0x75f)+'e']=_0x3c4b01,this['_commandSe'+'rvice']=_0x182d23,this[_0x142745(0x609)+'rvice']=_0x2624e0,this[_0x142745(0x460)+_0x142745(0x17e)+_0x142745(0x5b7)]=_0x190925;continue;case'6':l(this,_0x142745(0x756)+'ngesetQueu'+'e',[]);continue;case'7':l(this,_0x4b42fc[_0x142745(0x890)],!(-0x14a9+0x1ef5+-0xa4b));continue;case'8':l(this,_0x4b42fc[_0x142745(0x744)],this['state$'][_0x142745(0x897)](_0x4acfa7(_0x49dfe1=>_0x49dfe1?_0x49dfe1[_0x142745(0x40b)]:w[_0x142745(0x163)]),_0x4b42fc['PHWix'](_0x40dd84,-0x25b7+-0x2250+0x4808)));continue;}break;}}get['state'](){return this['_state'];}async['init'](){const _0x35edef=_0x31ce10,_0x7b57d6={};_0x7b57d6[_0x35edef(0x1c3)]='[Collabora'+'tionEntity'+']:\x20initial'+_0x35edef(0x575)+'\x20been\x20crea'+_0x35edef(0x58d)+'.\x20You\x20shou'+_0x35edef(0x36a)+_0x35edef(0x1b5)+_0x35edef(0x4c9);const _0x54ca7a=_0x7b57d6;if(this[_0x35edef(0x5a7)])throw new Error(_0x54ca7a[_0x35edef(0x1c3)]);await this[_0x35edef(0x36b)]();}[_0x31ce10(0x2c6)+_0x31ce10(0x6a2)](){const _0x53a23f=_0x31ce10,_0x14bfcc={'DMXVi':function(_0x5963bc,_0x5ea546){return _0x5963bc(_0x5ea546);}};return this[_0x53a23f(0x208)+_0x53a23f(0x745)]=!(-0x1c86+-0x2+0x1*0x1c88),_0x14bfcc['DMXVi'](_0x37aae7,()=>{const _0x501ddd=_0x53a23f;this[_0x501ddd(0x208)+'tionPaused']=!(-0x4*-0x1b+0x33*-0x68+0x1*0x144d),this['_exhaustRe'+'moteChange'+_0x501ddd(0x2c4)]();});}[_0x31ce10(0x7a8)+'te'](_0xbecce4){const _0x305a5d=_0x31ce10;this[_0x305a5d(0x579)]=_0xbecce4,this['_state$']['next'](_0xbecce4);}async['_init'](){const _0x3d0265=_0x31ce10,_0x81125e={'GMrhK':_0x3d0265(0x979)+_0x3d0265(0x2fe)+'ed\x20to','jCCPw':_0x3d0265(0x2ca)+'ion.single'+_0x3d0265(0x146)+_0x3d0265(0x256),'hkoks':function(_0xb80ae0,_0x54081f){return _0xb80ae0===_0x54081f;},'mDZXj':function(_0x168306,_0x5542b4){return _0x168306!==_0x5542b4;},'xpucF':_0x3d0265(0x6c0),'hYQBa':function(_0x144c4e,_0x167bc1){return _0x144c4e(_0x167bc1);},'oLttC':function(_0x56bd91,_0x4c6480){return _0x56bd91==_0x4c6480;},'eFqrB':function(_0x13bb7c,_0x241bb5){return _0x13bb7c(_0x241bb5);}};var _0x4c9ff4;return this[_0x3d0265(0x7a8)+'te'](await this[_0x3d0265(0x2e5)+'tialState']()),this[_0x3d0265(0x460)+_0x3d0265(0x17e)+_0x3d0265(0x5b7)]&&(_0x81125e[_0x3d0265(0x6df)](_0x4c9ff4=this[_0x3d0265(0x460)+_0x3d0265(0x17e)+_0x3d0265(0x5b7)],null)||_0x4c9ff4[_0x3d0265(0x371)+'t'](this[_0x3d0265(0x952)]),this['disposeWit'+_0x3d0265(0x9a4)](_0x81125e[_0x3d0265(0x95a)](_0x37aae7,this['_singleAct'+_0x3d0265(0x17e)+_0x3d0265(0x5b7)]['getUnitSta'+_0x3d0265(0x3ef)](this[_0x3d0265(0x952)])['subscribe'](_0x4befac=>{const _0x40afaa=_0x3d0265;this[_0x40afaa(0x75f)+'e'][_0x40afaa(0x4e4)](_0x40afaa(0x7da)+_0x40afaa(0x1a3)+']',_0x81125e[_0x40afaa(0x32b)],_0x4befac),_0x4befac===fs[_0x40afaa(0x203)+_0x40afaa(0x350)+'G']?(this[_0x40afaa(0x609)+_0x40afaa(0x33f)][_0x40afaa(0x6b1)]({'content':this[_0x40afaa(0x924)+_0x40afaa(0x5b7)]['t'](_0x81125e['jCCPw']),'type':_0x1a8a1f[_0x40afaa(0x145)]}),this[_0x40afaa(0x351)+_0x40afaa(0x500)+_0x40afaa(0x5b7)][_0x40afaa(0x566)+'e'](this[_0x40afaa(0x952)],!(-0x7ca+0x15d*-0x11+0x1*0x1ef8))):this[_0x40afaa(0x351)+_0x40afaa(0x500)+_0x40afaa(0x5b7)][_0x40afaa(0x566)+'e'](this[_0x40afaa(0x952)],!(-0x120b+-0xa9*-0x1+0x1162));})))),this[_0x3d0265(0x544)+_0x3d0265(0x9a4)](_0x81125e[_0x3d0265(0x95a)](_0x37aae7,this[_0x3d0265(0x307)][_0x3d0265(0x26e)+'tus$'][_0x3d0265(0x1b2)](_0x44233a=>{const _0xba0651=_0x3d0265;_0x81125e[_0xba0651(0x3a8)](_0x44233a,he['ONLINE'])?this[_0xba0651(0x19c)+_0xba0651(0x793)]():_0x81125e['hkoks'](_0x44233a,he['OFFLINE'])&&this['_toggleOff'+_0xba0651(0x172)]();}))),this[_0x3d0265(0x544)+'hMe'](_0x81125e[_0x3d0265(0x271)](_0x37aae7,this[_0x3d0265(0x307)][_0x3d0265(0x241)][_0x3d0265(0x1b2)](_0x3bc950=>{const _0x35b49a=_0x3d0265;if(_0x81125e[_0x35b49a(0x242)](_0x35b49a(0x6c0),_0x81125e[_0x35b49a(0x9e3)]))this['_disabled']=!(-0x6a0*0x2+0xf2*-0x25+0x303b*0x1);else try{const _0x5b3083=_0x3bc950[_0x35b49a(0x961)];_0x5b3083===_0x35d468[_0x35b49a(0x4c4)+_0x35b49a(0x5a5)]?this[_0x35b49a(0x61e)+_0x35b49a(0x8a7)](_0x81125e[_0x35b49a(0x95a)](_0x2728b6,_0x3bc950['data'])):_0x81125e[_0x35b49a(0x3a8)](_0x5b3083,_0x35d468[_0x35b49a(0x8a9)+'ACK'])?this[_0x35b49a(0x6d6)+'CK'](_0x3bc950['data']):_0x81125e[_0x35b49a(0x3a8)](_0x5b3083,_0x35d468[_0x35b49a(0x8a9)+_0x35b49a(0x511)])?this[_0x35b49a(0x2f0)+_0x35b49a(0x222)]():_0x81125e['hkoks'](_0x5b3083,_0x35d468[_0x35b49a(0x821)+_0x35b49a(0x634)+'_RESULT'])&&this['_onFetchMi'+_0x35b49a(0x2a9)](_0x3bc950[_0x35b49a(0x30b)][_0x35b49a(0x3a2)][_0x35b49a(0x71d)](_0x25e7e5=>_0x2728b6(_0x25e7e5)));}catch(_0x4d2688){throw console['error']('Error\x20on\x20r'+_0x35b49a(0x4f7)+'vent',_0x4d2688),_0x4d2688;}}))),this[_0x3d0265(0x579)];}[_0x31ce10(0x1fc)+_0x31ce10(0x57a)](){const _0x39447c=_0x31ce10;this[_0x39447c(0x3fe)+'nLocked']=!(-0xc3b*0x2+0xd2*-0xc+0x1*0x224f);}['_lockTrans'+_0x31ce10(0x4cf)](){const _0x24d9ed=_0x31ce10,_0x399fbc={};_0x399fbc[_0x24d9ed(0x410)]=_0x24d9ed(0x7da)+_0x24d9ed(0x1a3)+_0x24d9ed(0x298)+_0x24d9ed(0x84f)+_0x24d9ed(0x452)+_0x24d9ed(0x467)+_0x24d9ed(0x8fe)+'entation\x20e'+_0x24d9ed(0x425)+_0x24d9ed(0x70c)+_0x24d9ed(0x436)+'collaborat'+_0x24d9ed(0x884)+'again\x20in\x20t'+_0x24d9ed(0x42c)+_0x24d9ed(0x665)+_0x24d9ed(0x949)+_0x24d9ed(0x94b)+'s\x20should\x20n'+_0x24d9ed(0x6be)+'n.';const _0x4ada93=_0x399fbc;if(this[_0x24d9ed(0x3fe)+_0x24d9ed(0x8e2)])throw new Error(_0x4ada93[_0x24d9ed(0x410)]);this[_0x24d9ed(0x3fe)+_0x24d9ed(0x8e2)]=!(0x1d75*-0x1+-0x1*-0x26a9+-0x934);}['_onLocalMu'+'tation'](_0x43bdb4){const _0x3f38b7=_0x31ce10;this[_0x3f38b7(0x25f)+_0x3f38b7(0x4cf)](),this[_0x3f38b7(0x7a8)+'te'](this['_state'][_0x3f38b7(0x625)+_0x3f38b7(0x898)](_0x43bdb4)),this[_0x3f38b7(0x1fc)+'nsition']();}[_0x31ce10(0x61e)+_0x31ce10(0x8a7)](_0x34cb47){const _0xb4f811=_0x31ce10,_0x34c23c={};_0x34c23c[_0xb4f811(0x1af)]=function(_0x47aafb,_0x2e9f42){return _0x47aafb===_0x2e9f42;},_0x34c23c[_0xb4f811(0x992)]=_0xb4f811(0x929);const _0x30c4da=_0x34c23c;if(!(_0x34cb47[_0xb4f811(0x1df)]<=this[_0xb4f811(0x65e)+_0xb4f811(0x66e)]['getCurrent'+_0xb4f811(0x81d)+_0xb4f811(0x9be)](this[_0xb4f811(0x952)]))){if(this[_0xb4f811(0x208)+_0xb4f811(0x745)]){if(_0x30c4da['xfoBv']===_0xb4f811(0x61f)){if(this[_0xb4f811(0x901)]&&_0x30c4da[_0xb4f811(0x1af)](_0x62833d['id'],_0x4034e6['id'])&&_0x30c4da[_0xb4f811(0x1af)](_0x47588c[_0xb4f811(0x5ab)]['unitId'],this['unitID'])){const _0x3706b3=_0x3b9f84['params'];this['_updateLoc'+_0xb4f811(0x3eb)](_0x3706b3['subUnitId'],_0x3706b3[_0xb4f811(0x305)][0x1*-0x43a+0x200f+0x11d*-0x19]);}}else{this[_0xb4f811(0x756)+_0xb4f811(0x2c1)+'e'][_0xb4f811(0x76b)](_0x34cb47);return;}}this[_0xb4f811(0x39c)+_0xb4f811(0x9c1)+'t'](_0x34cb47);}}[_0x31ce10(0x308)+_0x31ce10(0x86f)+_0x31ce10(0x2c4)](){const _0x5c598d=_0x31ce10;this['_remoteCha'+_0x5c598d(0x2c1)+'e'][_0x5c598d(0x6d5)](_0x56653c=>this[_0x5c598d(0x39c)+_0x5c598d(0x9c1)+'t'](_0x56653c)),this['_remoteCha'+_0x5c598d(0x2c1)+'e']=[];}['_applyRemo'+_0x31ce10(0x9c1)+'t'](_0xa2b8d7){const _0x57136d=_0x31ce10,_0xa6b35d=this[_0x57136d(0x855)+_0x57136d(0x7f1)+_0x57136d(0x5b7)][_0x57136d(0x3e8)+'r']['fetchThrou'+_0x57136d(0x1c1)+_0x57136d(0x4bb)](this[_0x57136d(0x855)+_0x57136d(0x7f1)+_0x57136d(0x5b7)]['intercepto'+'r'][_0x57136d(0x4d7)+_0x57136d(0x789)]()[_0x57136d(0x20a)+_0x57136d(0x74d)+_0x57136d(0x6bb)])(_0xa2b8d7[_0x57136d(0x614)],null)||_0xa2b8d7['mutations'],_0x21013a={..._0xa2b8d7,'mutations':_0xa6b35d};this[_0x57136d(0x25f)+'ition'](),this[_0x57136d(0x7a8)+'te'](this[_0x57136d(0x579)]['onRemoteCh'+'angeset'](_0x21013a)),this[_0x57136d(0x1fc)+_0x57136d(0x57a)]();}['_onRemoteA'+'CK'](_0x3abc5){const _0x357c7b=_0x31ce10;this[_0x357c7b(0x25f)+_0x357c7b(0x4cf)](),this[_0x357c7b(0x7a8)+'te'](this[_0x357c7b(0x579)][_0x357c7b(0x56d)+'k'](_0x3abc5)),this['_unlockTra'+_0x357c7b(0x57a)]();}[_0x31ce10(0x2f0)+_0x31ce10(0x222)](){const _0x2f6d4f=_0x31ce10;this[_0x2f6d4f(0x25f)+_0x2f6d4f(0x4cf)](),this[_0x2f6d4f(0x7a8)+'te'](this[_0x2f6d4f(0x579)][_0x2f6d4f(0x39f)+'j']()),this[_0x2f6d4f(0x1fc)+'nsition']();}[_0x31ce10(0x9de)+'ssResult'](_0x4c2a79){const _0x476b90=_0x31ce10,_0x5b12c1={};_0x5b12c1[_0x476b90(0x936)]=_0x476b90(0x510)+_0x476b90(0x193)+'ved\x20acknow'+_0x476b90(0x42d),_0x5b12c1[_0x476b90(0x42a)]=_0x476b90(0x9c7),_0x5b12c1['KpoWZ']=_0x476b90(0x7db);const _0x17ee0a=_0x5b12c1;if(!(this[_0x476b90(0x579)]instanceof F))throw new TypeError(_0x476b90(0x7da)+_0x476b90(0x1a3)+_0x476b90(0x298)+'apply\x20miss'+_0x476b90(0x806)+_0x476b90(0x986)+_0x476b90(0x55d));const _0x2f6e07=_0x4c2a79[_0x476b90(0x71d)](_0x597cbf=>{const _0x7a3101=_0x476b90,_0x417418={};_0x417418['xBVLm']=_0x17ee0a[_0x7a3101(0x936)];const _0x92ff2a=_0x417418;if(_0x17ee0a[_0x7a3101(0x42a)]!==_0x17ee0a['KpoWZ']){const _0x448dcc=this['_compressM'+_0x7a3101(0x7f1)+'vice']['intercepto'+'r']['fetchThrou'+_0x7a3101(0x1c1)+_0x7a3101(0x4bb)](this[_0x7a3101(0x855)+_0x7a3101(0x7f1)+_0x7a3101(0x5b7)][_0x7a3101(0x3e8)+'r'][_0x7a3101(0x4d7)+_0x7a3101(0x789)]()[_0x7a3101(0x20a)+'UTATION_AP'+'PLY'])(_0x597cbf[_0x7a3101(0x614)],null)||_0x597cbf['mutations'],_0xf5922b={..._0x597cbf};return _0xf5922b[_0x7a3101(0x614)]=_0x448dcc,_0xf5922b;}else throw new _0x273ccc(_0x92ff2a[_0x7a3101(0x508)]);});this['_lockTrans'+_0x476b90(0x4cf)](),this[_0x476b90(0x7a8)+'te'](this[_0x476b90(0x579)]['onMissedCh'+_0x476b90(0x98e)+_0x476b90(0x970)](_0x2f6e07)),this['_unlockTra'+_0x476b90(0x57a)]();}[_0x31ce10(0x72c)+'line'](){const _0x26badb=_0x31ce10;this[_0x26badb(0x25f)+_0x26badb(0x4cf)](),this['_updateSta'+'te'](this[_0x26badb(0x579)][_0x26badb(0x52b)+_0x26badb(0x793)]()),this[_0x26badb(0x1fc)+'nsition']();}[_0x31ce10(0x19c)+_0x31ce10(0x793)](){const _0x344e6e=_0x31ce10;this[_0x344e6e(0x25f)+_0x344e6e(0x4cf)](),this[_0x344e6e(0x7a8)+'te'](this['_state']['toggleOnli'+'ne']()),this[_0x344e6e(0x1fc)+'nsition']();}async[_0x31ce10(0x2e5)+_0x31ce10(0x7c4)](){const _0x317254={'oPJYt':function(_0x24ee9f,_0x2cbad1){return _0x24ee9f===_0x2cbad1;},'kSaTg':function(_0x19df5a,_0x2f5039){return _0x19df5a(_0x2f5039);}};return new Promise(_0x147686=>{const _0x1af576=_0x5d31;this[_0x1af576(0x307)][_0x1af576(0x26e)+'tus$'][_0x1af576(0x897)](_0x317254['kSaTg'](_0x42327c,-0x1c55+-0x13ee+0x4*0xc11))[_0x1af576(0x1b2)](async _0xd7b394=>{const _0x37d1c3=_0x1af576;_0x147686(await this['_createIni'+_0x37d1c3(0x45c)+_0x37d1c3(0x378)](_0x317254['oPJYt'](_0xd7b394,he[_0x37d1c3(0x420)])));});});}['_createHan'+_0x31ce10(0x468)](){const _0x288d6b=_0x31ce10,_0x5414f0={};_0x5414f0[_0x288d6b(0x698)]=function(_0x5f3bf0,_0x5874b6){return _0x5f3bf0!==_0x5874b6;};const _0xb8c6b4=_0x5414f0,_0xdf0079=this['unitID'];return{'onStateChange':(_0x1e3212,_0x2c987e)=>{const _0x5e0e6a=_0x288d6b;if(_0xb8c6b4[_0x5e0e6a(0x698)](_0x1e3212,this[_0x5e0e6a(0x579)]))throw new Error('[ClientCol'+_0x5e0e6a(0x407)+'Controller'+']:\x20invalid'+_0x5e0e6a(0x4c0)+_0x5e0e6a(0x87b)+_0x5e0e6a(0x5e2)+_0x5e0e6a(0x3be)+_0x5e0e6a(0x9cb)+'he\x20current'+_0x5e0e6a(0x481)+'fore:\x20'+_0x1e3212[_0x5e0e6a(0x40b)]+'\x0aAfter:\x20'+_0x2c987e[_0x5e0e6a(0x40b)]+_0x5e0e6a(0x628)+this['_state'][_0x5e0e6a(0x40b)]);this['_updateSta'+'te'](_0x2c987e);},'onSendChangeset':_0x58e258=>{const _0x551c20=_0x288d6b,_0xf638cb={'eventID':_0x35d468['SUBMIT_CHA'+'NGESET'],'data':{'unitID':_0x58e258[_0x551c20(0x952)],'unitType':this[_0x551c20(0x127)],'changeset':_0x58e258,'memberID':this[_0x551c20(0x307)][_0x551c20(0x6da)+'D']()}};this['_session'][_0x551c20(0x850)](_0xf638cb,this[_0x551c20(0x952)]);},'onMissingChangesets':({from:_0x3379ba,to:_0x117603})=>{const _0x2620bc=_0x288d6b;this[_0x2620bc(0x75f)+'e'][_0x2620bc(0x4e4)](_0x2620bc(0x7da)+_0x2620bc(0x1a3)+']',_0x2620bc(0x578)+'issing\x20cha'+_0x2620bc(0x6a9)+_0x2620bc(0x4b2)+_0x3379ba+_0x2620bc(0x31a)+_0x117603);const _0x17b8d7={};_0x17b8d7[_0x2620bc(0x952)]=_0xdf0079,_0x17b8d7['unitType']=this[_0x2620bc(0x127)],_0x17b8d7[_0x2620bc(0x2a7)]=_0x3379ba,_0x17b8d7['to']=_0x117603;const _0x5d81ff={};_0x5d81ff[_0x2620bc(0x961)]=_0x35d468[_0x2620bc(0x20f)+_0x2620bc(0x906)],_0x5d81ff[_0x2620bc(0x30b)]=_0x17b8d7;const _0x4da0bd=_0x5d81ff;this['_session'][_0x2620bc(0x850)](_0x4da0bd,this[_0x2620bc(0x952)]);}};}async[_0x31ce10(0x2e5)+'tialStateI'+'mpl'](_0x409667){const _0x2e2eca=_0x31ce10,_0x5df0d0={'HAkQd':function(_0x497c2d,_0x47374c){return _0x497c2d!=_0x47374c;},'DevAE':function(_0xee216e,_0x431606){return _0xee216e==_0x431606;},'giWZt':function(_0x4971f0,_0x31c325){return _0x4971f0!=_0x31c325;},'LYFDL':_0x2e2eca(0x66f),'ZGtDu':_0x2e2eca(0x9b7),'fAgbj':function(_0x19338a,_0x2d9cf2,_0x5b1528,_0x13402d,_0x1ffdd4,_0x488c13,_0x2b99f6){return _0x19338a(_0x2d9cf2,_0x5b1528,_0x13402d,_0x1ffdd4,_0x488c13,_0x2b99f6);},'ktRAz':function(_0x35e483,_0x38fe8d){return _0x35e483 instanceof _0x38fe8d;},'cLGzu':function(_0x56c16f,_0x2ebdb2){return _0x56c16f instanceof _0x2ebdb2;}};var _0x8c3068,_0x3d854b;const _0x4fad14=await this['_localCach'+'eService'][_0x2e2eca(0x5f6)+'eData'](this[_0x2e2eca(0x952)]),_0x278692=_0x5df0d0[_0x2e2eca(0x78e)](_0x8c3068=_0x5df0d0[_0x2e2eca(0x1fe)](_0x4fad14,null)?void(-0x11*-0x5f+0x6d6+-0xd25):_0x4fad14[_0x2e2eca(0x614)],null)?_0x8c3068:[],_0x2616ca=_0x5df0d0['giWZt'](_0x3d854b=_0x5df0d0[_0x2e2eca(0x1fe)](_0x4fad14,null)?void(-0x15cb+-0x16d6+0x2ca1):_0x4fad14[_0x2e2eca(0x20c)+'angeset'],null)?_0x3d854b:null,_0x35aea8=this['unitID'];try{_0x5df0d0[_0x2e2eca(0x16c)]===_0x5df0d0[_0x2e2eca(0x75b)]?this[_0x2e2eca(0x387)+'eService']['updateOffl'+'ineData'](this['unitID'],this[_0x2e2eca(0x563)],this[_0x2e2eca(0x759)+_0x2e2eca(0x8a7)],this[_0x2e2eca(0x1cd)+'tations']):this[_0x2e2eca(0x55f)+_0x2e2eca(0x478)+'ns'](_0x2616ca,_0x278692);}catch(_0x54bc47){this[_0x2e2eca(0x75f)+'e'][_0x2e2eca(0x6c9)](_0x54bc47);}const _0x394310=this['_createHan'+_0x2e2eca(0x468)]();if(_0x409667){const _0x13c938=_0x5df0d0[_0x2e2eca(0x4ea)](vs,this[_0x2e2eca(0x6ba)],_0x35aea8,this[_0x2e2eca(0x127)],_0x2616ca,_0x278692,_0x394310);return _0x5df0d0[_0x2e2eca(0x394)](_0x13c938,B)?_0x13c938[_0x2e2eca(0x85c)]():(_0x5df0d0[_0x2e2eca(0x394)](_0x13c938,V)||_0x5df0d0[_0x2e2eca(0x435)](_0x13c938,K))&&_0x13c938[_0x2e2eca(0x5e4)](),_0x13c938;}return this[_0x2e2eca(0x6ba)][_0x2e2eca(0x442)+_0x2e2eca(0x920)](Y,_0x35aea8,this['_type'],_0x2616ca,_0x278692,_0x394310);}[_0x31ce10(0x55f)+_0x31ce10(0x478)+'ns'](_0x4ecf3c,_0x119893){const _0x49c01e=_0x31ce10,_0x3ec60e={'HXOBv':function(_0x51100c,_0x84cbcf){return _0x51100c==_0x84cbcf;},'xkxXi':function(_0x38d823,_0x56d887,_0x299d97){return _0x38d823(_0x56d887,_0x299d97);},'pbJrA':function(_0x427718,_0x504635){return _0x427718==_0x504635;}};var _0x2c6148,_0x4339c2;const _0x1aaaae=this[_0x49c01e(0x855)+_0x49c01e(0x7f1)+_0x49c01e(0x5b7)][_0x49c01e(0x3e8)+'r'][_0x49c01e(0x50c)+_0x49c01e(0x1c1)+_0x49c01e(0x4bb)](this[_0x49c01e(0x855)+_0x49c01e(0x7f1)+'vice'][_0x49c01e(0x3e8)+'r'][_0x49c01e(0x4d7)+'ptPoints']()['COMPRESS_M'+_0x49c01e(0x74d)+_0x49c01e(0x6bb)]);_0x3ec60e['HXOBv'](_0x2c6148=_0x3ec60e[_0x49c01e(0x4de)](_0x1aaaae,(_0x3ec60e['HXOBv'](_0x4ecf3c,null)?void(0x1c75+0x2b*-0x80+-0x89*0xd):_0x4ecf3c['mutations'])||[],null),null)||_0x2c6148[_0x49c01e(0x6d5)](_0xb8096=>this[_0x49c01e(0x9e7)+_0x49c01e(0x33f)][_0x49c01e(0x447)+_0x49c01e(0x4df)](_0xb8096['id'],_0xb8096[_0x49c01e(0x5ab)])),_0x3ec60e[_0x49c01e(0x617)](_0x4339c2=_0x3ec60e[_0x49c01e(0x4de)](_0x1aaaae,_0x119893||[],null),null)||_0x4339c2[_0x49c01e(0x6d5)](_0x2f80ec=>this[_0x49c01e(0x9e7)+'rvice'][_0x49c01e(0x447)+'mand'](_0x2f80ec['id'],_0x2f80ec['params']));}};We=ze([S(0x1d2*0xa+-0x255*-0x1+0x25*-0x8e,_0x35b90a(_0xb6d532)),S(0x1a00+0x5c5+0x2e3*-0xb,_0x35b90a(y)),S(0x1c6a+0x3*-0x4c7+-0xe10,_0x35b90a(_0x5562ca)),S(-0x23fe*0x1+0x1*0x1a99+0x96b,_0x35b90a(_0x27f840)),S(0x1eb8*-0x1+-0x3cc*0x5+0x31bb,_0x35b90a(_0xaffb7d)),S(0x115a+-0x3d*-0x91+0x769*-0x7,_0x35b90a(_0x1cc7ad)),S(-0x1*-0x1231+0x3*-0x21d+-0x37*0x37,_0x43b14f),S(-0x9*-0x239+-0x2*-0x4+-0x13ff,_0x4420bd),S(-0xe22+0x323*0x4+-0x1*-0x1a1,_0x40837d),S(-0x1*-0x7ef+0x26a*-0x5+0x42f,_0x3cef61(Xe))],We);let _t=class extends We{constructor(_0x15958b,_0x535b1c,_0x3fae8a,_0x2f3cdf,_0x4ea371,_0x3d61ed,_0x3b2357,_0x4b3532,_0x1bfa93,_0x5c430d,_0x4edc15,_0x57e0f1,_0x3b29d3,_0x4a47e4,_0x44e8af,_0x2dd7ba,_0x3b8f94){const _0x3ffb61=_0x31ce10;super(_0x15958b,_0x535b1c,_0x3fae8a,_0x2f3cdf,_0x4ea371,_0x3d61ed,_0x3b2357,_0x4b3532,_0x1bfa93,_0x4a47e4,_0x44e8af,_0x2dd7ba,_0x3b8f94),this[_0x3ffb61(0x952)]=_0x15958b,this[_0x3ffb61(0x563)]=_0x535b1c,this['session']=_0x3fae8a,this['_docStateC'+_0x3ffb61(0x803)+'erService']=_0x5c430d,this['_docTransf'+_0x3ffb61(0x998)+'eService']=_0x4edc15,this['_docTransf'+_0x3ffb61(0x2ac)+_0x3ffb61(0x64c)]=_0x57e0f1,this[_0x3ffb61(0x413)+_0x3ffb61(0x529)+_0x3ffb61(0x41e)+_0x3ffb61(0x5b7)]=_0x3b29d3;}[_0x31ce10(0x7d5)+'dler'](){const _0x443e52=_0x31ce10,_0x5968b8=super['_createHan'+_0x443e52(0x468)]();return _0x5968b8['onTransfor'+_0x443e52(0x8ee)]=_0x5d7824=>this[_0x443e52(0x3d3)+'ormIMECach'+'eService']['transformI'+_0x443e52(0x168)](_0x5d7824),_0x5968b8[_0x443e52(0x2fa)+_0x443e52(0x448)+'s']=_0x507eea=>this[_0x443e52(0x3d3)+'ormSelecti'+_0x443e52(0x64c)][_0x443e52(0x7ea)+_0x443e52(0x91f)](_0x507eea),_0x5968b8[_0x443e52(0x6db)+_0x443e52(0x7af)+_0x443e52(0x2e4)]=_0x4590b6=>this[_0x443e52(0x413)+'itingColla'+_0x443e52(0x41e)+_0x443e52(0x5b7)][_0x443e52(0x25a)+_0x443e52(0x1de)+_0x443e52(0x649)](_0x4590b6),_0x5968b8[_0x443e52(0x2fa)+_0x443e52(0x28f)+_0x443e52(0x731)+'ECache']=_0x15547f=>this[_0x443e52(0x3d3)+_0x443e52(0x998)+_0x443e52(0x570)]['transformR'+'emoteChang'+_0x443e52(0x374)](_0x15547f),_0x5968b8;}async['_init'](){const _0x17da15=_0x31ce10,_0x518fbc={'xDsYV':function(_0x3eb4c8,_0x3b5f94){return _0x3eb4c8===_0x3b5f94;},'ldSFs':_0x17da15(0x5de),'ejBXa':_0x17da15(0x21e),'NcujG':function(_0x3c240c,_0x285ee9){return _0x3c240c==_0x285ee9;},'PEaxf':function(_0x371d14,_0x4c8431){return _0x371d14(_0x4c8431);}},_0x44a642=await super[_0x17da15(0x36b)]();return this[_0x17da15(0x9c4)+'hangeManag'+_0x17da15(0x9aa)]['docStateCh'+'ange$'][_0x17da15(0x897)](_0x518fbc[_0x17da15(0x327)](_0xd6c476,this[_0x17da15(0x128)]))[_0x17da15(0x1b2)](_0x102a47=>{const _0x329b23=_0x17da15;if(_0x518fbc[_0x329b23(0x8c2)](_0x518fbc[_0x329b23(0x735)],_0x518fbc[_0x329b23(0x3a5)]))throw _0x428d1b[_0x329b23(0x6c9)](_0x329b23(0x7b7)+_0x329b23(0x4f7)+_0x329b23(0x913),_0x5c6240),_0x5638b5;else{if(_0x518fbc[_0x329b23(0x1a5)](_0x102a47,null))return;const {unitId:_0x598c88,redoState:_0x4435ac,commandId:_0x3c6f3b}=_0x102a47;if(_0x598c88!==this[_0x329b23(0x952)])return;const _0x330230={};_0x330230['unitId']=_0x598c88,_0x330230['actions']=_0x4435ac[_0x329b23(0x2b0)],_0x330230[_0x329b23(0x1f5)]=null;const _0x24ac46={};_0x24ac46['id']=_0x3c6f3b,_0x24ac46[_0x329b23(0x563)]=_0xe48bf1[_0x329b23(0x8d5)],_0x24ac46[_0x329b23(0x5ab)]=_0x330230;const _0x351a03=_0x24ac46;this[_0x329b23(0x557)+_0x329b23(0x6b9)](_0x351a03);}}),_0x44a642;}};_t=ze([S(0xf*-0x59+0x5*0x46f+0x10f1*-0x1,_0x35b90a(_0xb6d532)),S(-0x236d+0xbed+0x2b*0x8c,_0x35b90a(y)),S(-0x5*0x352+-0x187a+0x2919,_0x35b90a(_0x5562ca)),S(0x45*-0x1e+-0x2c*0x33+0x10e0,_0x35b90a(_0x27f840)),S(0xeb7+0x568*-0x5+0xc58,_0x35b90a(_0xaffb7d)),S(-0x1313+0x485*0x5+-0x37e,_0x35b90a(_0x1cc7ad)),S(-0x5*0x5ad+0xafa+0x1170,_0x35b90a(_0x511aae)),S(0x26e4+-0x26d8+0x2*-0x1,_0x35b90a(Be)),S(0x2675+-0x3*0xa59+0x6f*-0x11,_0x35b90a(Ve)),S(-0x326+0xaad+-0x1*0x77b,_0x35b90a(yt)),S(-0x2524+0x1*0x381+0x188*0x16,_0x43b14f),S(-0x15cf+0x1*0x371+0x126c,_0x4420bd),S(-0x991*0x3+-0xb51*0x1+0x2813,_0x40837d),S(0x5*-0x5c9+-0x1a*-0x4d+0x152b*0x1,_0x3cef61(Xe))],_t);let ut=class extends We{constructor(_0x14407a,_0x505a8b,_0x3efb95,_0x4bc936,_0x359503,_0x3c8479,_0x1a951b,_0x583450,_0x431256,_0x34e321,_0x130511,_0x142ad8,_0x164316,_0x39c630){const _0x2f0e37=_0x31ce10;super(_0x14407a,_0x505a8b,_0x3efb95,_0x4bc936,_0x359503,_0x3c8479,_0x1a951b,_0x583450,_0x431256,_0x130511,_0x142ad8,_0x164316,_0x39c630),this['unitID']=_0x14407a,this[_0x2f0e37(0x563)]=_0x505a8b,this['session']=_0x3efb95,this[_0x2f0e37(0x498)+'sformSelec'+_0x2f0e37(0x925)+'ce']=_0x34e321;}[_0x31ce10(0x7d5)+_0x31ce10(0x468)](){const _0xf8112b=_0x31ce10,_0x5d02d3=super[_0xf8112b(0x7d5)+_0xf8112b(0x468)]();return _0x5d02d3[_0xf8112b(0x2fa)+_0xf8112b(0x448)+'s']=_0x4ef6cf=>this[_0xf8112b(0x498)+_0xf8112b(0x9c8)+_0xf8112b(0x925)+'ce'][_0xf8112b(0x7ea)+_0xf8112b(0x91f)](_0x4ef6cf),_0x5d02d3;}async[_0x31ce10(0x36b)](){const _0x583c16=_0x31ce10,_0x39efce={};_0x39efce[_0x583c16(0x9ed)]=function(_0x154c14,_0x566b2b){return _0x154c14!==_0x566b2b;},_0x39efce[_0x583c16(0x3c6)]=function(_0x369c36,_0x2230dc){return _0x369c36!=_0x2230dc;},_0x39efce[_0x583c16(0x663)]=function(_0x43385c,_0x4b2782){return _0x43385c!=_0x4b2782;},_0x39efce[_0x583c16(0x83e)]=function(_0x5ce634,_0x4d8741){return _0x5ce634!==_0x4d8741;};const _0x1afd68=_0x39efce,_0x328c8c=await super[_0x583c16(0x36b)]();return this[_0x583c16(0x544)+'hMe'](this['_commandSe'+_0x583c16(0x33f)][_0x583c16(0x392)+'xecuted']((_0x924d4e,_0x498873)=>{const _0x35e407=_0x583c16;if(_0x1afd68['FZvxh'](_0x924d4e[_0x35e407(0x563)],_0xe48bf1['MUTATION'])||_0x1afd68[_0x35e407(0x3c6)](_0x498873,null)&&_0x498873[_0x35e407(0x2ff)]||_0x1afd68[_0x35e407(0x663)](_0x498873,null)&&_0x498873['onlyLocal'])return;const _0x5a4b4f=_0x924d4e[_0x35e407(0x5ab)];if(_0x1afd68['uPsPh'](_0x5a4b4f==null?void(0x6ae+0x1bd4+-0x2282):_0x5a4b4f[_0x35e407(0x354)],this[_0x35e407(0x952)]))return;const _0x3c7b34=_0x924d4e,_0x479bba=this[_0x35e407(0x855)+_0x35e407(0x7f1)+_0x35e407(0x5b7)][_0x35e407(0x3e8)+'r'][_0x35e407(0x50c)+_0x35e407(0x1c1)+_0x35e407(0x4bb)](this[_0x35e407(0x855)+'utationSer'+_0x35e407(0x5b7)][_0x35e407(0x3e8)+'r']['getInterce'+_0x35e407(0x789)]()['COMPRESS_M'+'UTATION_SE'+'ND'])([_0x3c7b34],null)||[_0x3c7b34];this['_onLocalMu'+'tation'](_0x479bba[-0x12ca+0x19bd+-0x3*0x251]);})),_0x328c8c;}};ut=ze([S(-0x17*-0x13d+0xdae+0x2a26*-0x1,_0x35b90a(_0xb6d532)),S(-0x19b8+0xe14+0xba8,_0x35b90a(y)),S(0x3*-0x720+-0x1*-0x2542+-0x1f*0x83,_0x35b90a(_0x5562ca)),S(0xb*-0x157+-0x22d0+0x3193,_0x35b90a(_0x27f840)),S(-0x37e+-0x1*-0xeb9+-0xb34,_0x35b90a(_0xaffb7d)),S(-0x117*-0x3+-0x478*0x7+0x1*0x1c0b,_0x35b90a(_0x1cc7ad)),S(0x1872+0x6a5*-0x4+0x22b,_0x35b90a(Fe)),S(-0x106*-0x26+-0xc14*-0x2+-0x3f02,_0x43b14f),S(-0x1*-0x1e61+-0x1*-0x1f29+-0x5b*0xad,_0x4420bd),S(-0x3c0+0x136e+0x57*-0x2e,_0x40837d),S(-0xa0*-0x3d+-0x1f96*-0x1+0x11*-0x419,_0x3cef61(Xe))],ut);const Wt=['purple300',_0x31ce10(0x2cc),_0x31ce10(0x5fe)+'0','red300',_0x31ce10(0x61c),'gold400'];class Ot extends _0x257b3f{constructor(){const _0x56495d=_0x31ce10,_0x585036={'RccTn':function(_0x54c03c,_0x59e4c9,_0x1dc611,_0xd548ce){return _0x54c03c(_0x59e4c9,_0x1dc611,_0xd548ce);},'yHYzp':_0x56495d(0x775)+'olors','ppxpY':_0x56495d(0x1fa)+'x'};super(...arguments),_0x585036[_0x56495d(0x939)](l,this,_0x585036['yHYzp'],new Map()),l(this,_0x585036[_0x56495d(0x96d)],0xa66*-0x3+0x190f+0x623);}[_0x31ce10(0x869)+'orForMembe'+_0x31ce10(0x531)](_0x19d8fe){const _0x22aec8=_0x31ce10,_0x522a96={};_0x522a96[_0x22aec8(0x18d)]=function(_0x8f0b7,_0x399cf0){return _0x8f0b7%_0x399cf0;},_0x522a96[_0x22aec8(0x837)]=function(_0x3a539e,_0x18ea12){return _0x3a539e+_0x18ea12;};const _0x142425=_0x522a96;if(this[_0x22aec8(0x775)+_0x22aec8(0x647)]['has'](_0x19d8fe))return this['_assignedC'+'olors'][_0x22aec8(0x284)](_0x19d8fe);const _0xf4e5b7=Wt[this['_colorInde'+'x']];return this[_0x22aec8(0x1fa)+'x']=_0x142425['AeKKQ'](_0x142425[_0x22aec8(0x837)](this[_0x22aec8(0x1fa)+'x'],-0x1285+0x1c95+0x67*-0x19),Wt['length']),this['_assignedC'+_0x22aec8(0x647)][_0x22aec8(0x1ce)](_0x19d8fe,_0xf4e5b7),_0xf4e5b7;}}var an=(_0x4dbc78,_0x43f242,_0x534951,_0x216953)=>{const _0x19cb22=_0x31ce10,_0x92a19c={'eFivU':function(_0xb82ebd,_0x42fee8){return _0xb82ebd>=_0x42fee8;},'HwIAa':function(_0x3b1df9,_0xe59919){return _0x3b1df9(_0xe59919);}};for(var _0x2140ae=_0x43f242,_0x5e9515=_0x4dbc78[_0x19cb22(0x37c)]-(0x4f1+0x3*-0xa7b+0x1a81),_0x4ad21;_0x92a19c[_0x19cb22(0x82c)](_0x5e9515,-0x1*-0x184d+0x1762+-0xfe5*0x3);_0x5e9515--)(_0x4ad21=_0x4dbc78[_0x5e9515])&&(_0x2140ae=_0x92a19c['HwIAa'](_0x4ad21,_0x2140ae)||_0x2140ae);return _0x2140ae;},ne=(_0x44b400,_0x237278)=>(_0x1d12d4,_0x22782f)=>_0x237278(_0x1d12d4,_0x22782f,_0x44b400);const cn=-0x6*-0x51b+-0x32*-0x33+-0x3a*0xae,hn=0xa03*-0x1+-0x1*0xade+0x1ef*0xb,ln=()=>{const _0x1b2e69={'ZGQWZ':function(_0x383606,_0x13d177){return _0x383606(_0x13d177);}};let _0x2f6869=[],_0x22da0f=!(-0x227*-0xa+0x1c9*0x2+-0x1917);return _0x4bb74e=>{const _0x9ee417=_0x5d31;_0x2f6869['push'](_0x4bb74e),_0x22da0f||(_0x22da0f=!(0x3*-0x282+0x15df*0x1+-0xe59),_0x1b2e69[_0x9ee417(0x304)](setTimeout,()=>{_0x2f6869['forEach'](_0x501e77=>_0x501e77()),_0x2f6869=[],_0x22da0f=!(-0x1823+-0x1997+-0x31bb*-0x1);}));};};let dt=class extends _0xf98423{constructor(_0x16430e,_0x3f197a,_0x2f65ca,_0x34c0fe,_0x48b7d7,_0x22c6e9,_0x30a939,_0x477095){const _0x30efe1=_0x31ce10,_0x5b7304={'lYJLG':function(_0x2dc202,_0x22373f,_0x2d00a5,_0xdb990e){return _0x2dc202(_0x22373f,_0x2d00a5,_0xdb990e);},'OGSxa':_0x30efe1(0x901),'pmsqF':'_init','tVGOM':_0x30efe1(0x590)+'o$','yTXLg':'cursorInfo'+'$','aMksu':function(_0x532338,_0x22ce46,_0x126074,_0x35af03){return _0x532338(_0x22ce46,_0x126074,_0x35af03);},'AQnIB':_0x30efe1(0x947)+'s$','gwJYr':function(_0x212b23,_0x484115){return _0x212b23(_0x484115);},'clomf':'_updateLoc'+'alCursor','SSKdF':function(_0xa8d89e,_0x11d98d,_0x3729e6){return _0xa8d89e(_0x11d98d,_0x3729e6);}};super(),_0x5b7304['lYJLG'](l,this,_0x5b7304[_0x30efe1(0x1db)],!(-0xabd+0x1*0x11e3+-0x3b*0x1f)),l(this,_0x5b7304[_0x30efe1(0x339)],!(0xb74+0x596+-0x1*0x1109)),l(this,_0x5b7304[_0x30efe1(0x545)],new _0x5d55aa(new Map())),_0x5b7304[_0x30efe1(0x24d)](l,this,_0x5b7304['yTXLg'],this[_0x30efe1(0x590)+'o$'][_0x30efe1(0x69a)+'le']()),_0x5b7304[_0x30efe1(0x658)](l,this,_0x30efe1(0x612)+'rs$',new _0x5d55aa([])),_0x5b7304[_0x30efe1(0x658)](l,this,_0x5b7304[_0x30efe1(0x398)],this[_0x30efe1(0x612)+_0x30efe1(0x8a1)][_0x30efe1(0x897)](_0x5b7304[_0x30efe1(0x987)](_0x6d2a2,cn))),_0x5b7304['lYJLG'](l,this,_0x5b7304[_0x30efe1(0x571)],_0x5b7304[_0x30efe1(0x994)](_0xba7a0d,(_0x4eb167,_0x4568f3)=>{const _0x275e52=_0x30efe1,_0x56721c={'eventID':_0x35d468[_0x275e52(0x52e)+_0x275e52(0x57b)],'data':{'unitID':this['unitID'],'memberID':this['_session']['getMemberI'+'D'](),'selection':_0x4e2aa5(_0x4eb167,_0x4568f3[_0x275e52(0x7fd)])}};this['_session'][_0x275e52(0x850)](_0x56721c,this[_0x275e52(0x952)]);},hn)),(this[_0x30efe1(0x952)]=_0x16430e,this[_0x30efe1(0x307)]=_0x3f197a,this['_injector']=_0x2f65ca,this[_0x30efe1(0x8fd)+'gnService']=_0x34c0fe,this['_memberSer'+_0x30efe1(0x5b7)]=_0x48b7d7,this['_univerIns'+_0x30efe1(0x7a4)+'ce']=_0x22c6e9,this['_commandSe'+_0x30efe1(0x33f)]=_0x30a939,this[_0x30efe1(0x36d)+_0x30efe1(0x66e)]=_0x477095);}get[_0x31ce10(0x438)](){const _0x57cd82=_0x31ce10;return this['_cursorInf'+'o$'][_0x57cd82(0x2c8)]();}get[_0x31ce10(0x947)+'s'](){const _0x3f2399=_0x31ce10;return this[_0x3f2399(0x612)+_0x3f2399(0x8a1)][_0x3f2399(0x2c8)]();}[_0x31ce10(0x915)](){const _0x22de1e=_0x31ce10;super['dispose'](),this[_0x22de1e(0x590)+'o$'][_0x22de1e(0x6e3)](new Map()),this['_cursorInf'+'o$'][_0x22de1e(0x672)](),this[_0x22de1e(0x612)+_0x22de1e(0x8a1)][_0x22de1e(0x6e3)]([]),this[_0x22de1e(0x612)+_0x22de1e(0x8a1)][_0x22de1e(0x672)]();}[_0x31ce10(0x3f1)](){const _0x444276=_0x31ce10,_0x5162dd={'DqbMB':function(_0x852d7e,_0xef5260){return _0x852d7e!==_0xef5260;},'Lebgc':_0x444276(0x956),'YpuJw':function(_0x26936e,_0x5bd2af){return _0x26936e===_0x5bd2af;},'AyxlH':function(_0x331186,_0x1bf424){return _0x331186===_0x1bf424;},'UiBOb':function(_0x53acb1,_0x1f84f8){return _0x53acb1===_0x1f84f8;},'jTCjf':function(_0x236f3c,_0x1d1bb0){return _0x236f3c!==_0x1d1bb0;},'IhyHC':_0x444276(0x93a),'EXlho':function(_0x14a96d,_0x31ec3f){return _0x14a96d(_0x31ec3f);},'hfZQq':function(_0x4a92e2,_0x590ee0){return _0x4a92e2(_0x590ee0);}};this[_0x444276(0x36b)]||(this[_0x444276(0x36b)]=!(-0x2135+0x1*0x60a+0x1b2b),this[_0x444276(0x307)][_0x444276(0x26e)+_0x444276(0x3ef)][_0x444276(0x897)](_0x5162dd[_0x444276(0x89c)](_0xd6c476,this[_0x444276(0x128)]))[_0x444276(0x1b2)](_0x4118b8=>{const _0x10e187=_0x444276;if(_0x5162dd[_0x10e187(0x289)](_0x10e187(0x956),_0x5162dd['Lebgc']))return this;else _0x5162dd[_0x10e187(0x784)](_0x4118b8,he[_0x10e187(0x420)])?this[_0x10e187(0x19c)+_0x10e187(0x793)]():this[_0x10e187(0x72c)+_0x10e187(0x172)]();}),this['_session']['event$'][_0x444276(0x897)](_0x5162dd[_0x444276(0x44c)](_0xd6c476,this['dispose$']))[_0x444276(0x1b2)](_0x58a372=>{const _0x453c43=_0x444276,_0x510e86=_0x58a372[_0x453c43(0x961)];_0x5162dd[_0x453c43(0x784)](_0x510e86,_0x35d468[_0x453c43(0x52e)+_0x453c43(0x57b)])&&this['_onCursorU'+_0x453c43(0x862)](_0x58a372),_0x5162dd[_0x453c43(0x140)](_0x510e86,_0x35d468[_0x453c43(0x7ba)+'E'])&&this[_0x453c43(0x201)+_0x453c43(0x896)](_0x58a372);}),this['_onRefRang'+_0x444276(0x4ed)](),this['disposeWit'+'hMe'](this[_0x444276(0x9e7)+'rvice'][_0x444276(0x392)+_0x444276(0x2be)](_0x2846d2=>{const _0x117904=_0x444276;if(this[_0x117904(0x901)]&&_0x2846d2['id']===_0x24cfb5['id']&&_0x5162dd[_0x117904(0x877)](_0x2846d2['params'][_0x117904(0x354)],this[_0x117904(0x952)])){if(_0x5162dd[_0x117904(0x27c)](_0x5162dd[_0x117904(0x24e)],_0x117904(0x93a)))return!(-0x20b3+0x16c3+0x5*0x1fd);else{const _0x453b45=_0x2846d2[_0x117904(0x5ab)];this[_0x117904(0x58c)+_0x117904(0x3eb)](_0x453b45[_0x117904(0x8b4)],_0x453b45[_0x117904(0x305)][-0x428+0x6*-0x4d5+-0x2126*-0x1]);}}})));}[_0x31ce10(0x3ff)+_0x31ce10(0x862)](_0x1cea5b){const _0x4eb523=_0x31ce10,_0x53196e={};_0x53196e[_0x4eb523(0x826)]=function(_0x1484ec,_0x3e7bac){return _0x1484ec!=_0x3e7bac;};const _0x9dad0=_0x53196e;var _0x5459b4,_0x38b8df;const {memberID:_0x985e07,selection:_0x3f75f7}=_0x1cea5b[_0x4eb523(0x30b)],{sheetName:_0x1c7b0c,range:_0x45bf7e}=_0xd51e72(_0x3f75f7),_0x534c19={'name':_0x9dad0[_0x4eb523(0x826)](_0x38b8df=(_0x5459b4=this[_0x4eb523(0x34e)+_0x4eb523(0x5b7)]['getMember'](this[_0x4eb523(0x952)],_0x985e07))==null?void(-0x1*0x2+0x104b+-0xb*0x17b):_0x5459b4[_0x4eb523(0x7e9)],null)?_0x38b8df:_0x4eb523(0x8f8)+'er','range':this[_0x4eb523(0x71e)+_0x4eb523(0x4eb)](_0x1c7b0c,_0x45bf7e),'sheetID':_0x1c7b0c,'color':this[_0x4eb523(0x8fd)+_0x4eb523(0x6fe)][_0x4eb523(0x869)+_0x4eb523(0x95d)+_0x4eb523(0x531)](_0x985e07),'selection':_0x3f75f7},_0x4a92c5=this[_0x4eb523(0x438)];_0x4a92c5[_0x4eb523(0x1ce)](_0x985e07,_0x534c19),this[_0x4eb523(0x590)+'o$'][_0x4eb523(0x6e3)](_0x4a92c5);}[_0x31ce10(0x201)+'elete'](_0x1c75ad){const _0x533a40=_0x31ce10,{memberID:_0x12f629}=_0x1c75ad[_0x533a40(0x30b)],_0x4a6343=this[_0x533a40(0x438)];_0x4a6343[_0x533a40(0x3b9)](_0x12f629),this[_0x533a40(0x590)+'o$'][_0x533a40(0x6e3)](_0x4a6343);}[_0x31ce10(0x71e)+_0x31ce10(0x4eb)](_0x1f2a14,_0x2b18f5){const _0x2e64ce=_0x31ce10,_0x100af1={};_0x100af1[_0x2e64ce(0x61a)]=function(_0x47788d,_0xc6fb56){return _0x47788d==_0xc6fb56;},_0x100af1[_0x2e64ce(0x82f)]=function(_0xabdc59,_0x1d14e2){return _0xabdc59==_0x1d14e2;};const _0x4a7574=_0x100af1;var _0x2efa1f,_0x164333;const _0x1f55fe=_0x4a7574['YHYiM'](_0x164333=_0x4a7574[_0x2e64ce(0x82f)](_0x2efa1f=this[_0x2e64ce(0x831)+_0x2e64ce(0x7a4)+'ce'][_0x2e64ce(0x44a)+_0x2e64ce(0x653)+'ce'](this[_0x2e64ce(0x952)]),null)?void(-0x346*-0x1+0x152e+-0x1874):_0x2efa1f[_0x2e64ce(0x669)+_0x2e64ce(0x90f)](_0x1f2a14),null)?void(-0x15*-0x199+0x1b7f+-0x3d0c):_0x164333['getMergeDa'+'ta']();return(_0x4a7574[_0x2e64ce(0x82f)](_0x1f55fe,null)?void(0x563+0x7*0x4c5+-0x7*0x58a):_0x1f55fe[_0x2e64ce(0x8f3)](_0x4d22eb=>_0x270630[_0x2e64ce(0x5f2)](_0x4d22eb,_0x2b18f5)))||_0x2b18f5;}[_0x31ce10(0x81b)+_0x31ce10(0x4ed)](){const _0x32fb5e=_0x31ce10,_0x36b726={'RBjtC':_0x32fb5e(0x1a2),'jYxTM':_0x32fb5e(0x93c),'ZPGMt':function(_0x484d51,_0x3d8ba0){return _0x484d51!=_0x3d8ba0;},'Wowlv':function(_0x5e5d76,_0x17108a,_0x35259c){return _0x5e5d76(_0x17108a,_0x35259c);},'mslpC':function(_0x5ad0bc,_0x3aae37){return _0x5ad0bc!==_0x3aae37;},'GthdD':_0x32fb5e(0x5b3),'cLdES':_0x32fb5e(0x8e7),'afCFK':function(_0x5592b4,_0x384829,_0x701eea){return _0x5592b4(_0x384829,_0x701eea);},'foTWy':function(_0x28268b,_0x1a54f4){return _0x28268b===_0x1a54f4;},'UvNZE':_0x32fb5e(0x2c7),'mEeJh':_0x32fb5e(0x6c7),'EQNgl':_0x32fb5e(0x2bd),'HXEWS':function(_0xb09eb8,_0x9784ea,_0x4755d5){return _0xb09eb8(_0x9784ea,_0x4755d5);},'RrosV':function(_0x4222cf,_0x5a57b0){return _0x4222cf&&_0x5a57b0;},'luAUR':function(_0x32208f,_0x206901){return _0x32208f!==_0x206901;},'vxLAq':_0x32fb5e(0x7a3),'EhVOF':function(_0x3b7116,_0x36c615){return _0x3b7116(_0x36c615);},'aEfYV':function(_0x1c0807){return _0x1c0807();},'VjPfj':function(_0x468baa){return _0x468baa();},'MGYKa':function(_0xa9cb5d){return _0xa9cb5d();}},_0x5ed4b3=new _0x3d2e8e(),_0x38e8a5=_0x36b726['MGYKa'](ln),_0xd2713a=()=>{const _0x2eb16b=_0x32fb5e,_0x2d720a={'zbnuq':function(_0x36cc7d){const _0x349583=_0x5d31;return _0x36b726[_0x349583(0x4a3)](_0x36cc7d);}};_0x5ed4b3[_0x2eb16b(0x915)]();const _0x115826=(_0xc1e820,_0x3c2a6e,_0x30cc0e,_0x445c93)=>{const _0x5d93d1=_0x2eb16b,_0x3acfab={'lIDjM':_0x36b726[_0x5d93d1(0x306)],'xhLIU':_0x36b726['jYxTM'],'oYbpZ':function(_0x376f87,_0x50bb71){const _0x32b4f9=_0x5d93d1;return _0x36b726[_0x32b4f9(0x6f1)](_0x376f87,_0x50bb71);}};let _0x302793=[];switch(_0xc1e820['id']){case _0x465824['DeleteRang'+_0x5d93d1(0x5c4)+_0x5d93d1(0x3aa)]:{_0x302793=_0x36b726[_0x5d93d1(0x4ef)](_0x2382ec,_0xc1e820,_0x445c93);break;}case _0x465824[_0x5d93d1(0x4af)+'eMoveUpCom'+'mandId']:{if(_0x36b726[_0x5d93d1(0x3cf)](_0x36b726[_0x5d93d1(0x900)],_0x36b726['cLdES'])){_0x302793=_0x36b726[_0x5d93d1(0x4b1)](_0x4461dd,_0xc1e820,_0x445c93);break;}else return this[_0x5d93d1(0x6ba)][_0x5d93d1(0x442)+_0x5d93d1(0x920)](_0x40ca99,this[_0x5d93d1(0x952)],this[_0x5d93d1(0x563)],this['_awaitingC'+_0x5d93d1(0x8a7)],[],this[_0x5d93d1(0x229)]);}case _0x465824['InsertColC'+_0x5d93d1(0x3aa)]:{_0x302793=_0x3b6323(_0xc1e820,_0x445c93);break;}case _0x465824[_0x5d93d1(0x547)+_0x5d93d1(0x4c8)+_0x5d93d1(0x3aa)]:{if(_0x36b726[_0x5d93d1(0x7a7)](_0x5d93d1(0x2c7),_0x36b726[_0x5d93d1(0x7f7)])){_0x302793=_0x36b726[_0x5d93d1(0x4ef)](_0x10f713,_0xc1e820,_0x445c93);break;}else{const _0x88b91a=this[_0x5d93d1(0x495)+'Stack'](_0x2f8b6c,_0x53294c);this['_substitut'+_0x5d93d1(0x7b9)](_0x3b4662,_0x88b91a);}}case _0x465824['InsertRang'+_0x5d93d1(0x88c)+'CommandId']:{_0x302793=_0x36b726[_0x5d93d1(0x4b1)](_0xf2ec24,_0xc1e820,_0x445c93);break;}case _0x465824[_0x5d93d1(0x209)+'ommandId']:{_0x302793=_0x50a150(_0xc1e820,_0x445c93);break;}case _0x465824[_0x5d93d1(0x3d0)+'ommandId']:{if(_0x36b726[_0x5d93d1(0x3cf)](_0x36b726[_0x5d93d1(0x240)],_0x36b726[_0x5d93d1(0x9da)])){_0x302793=_0x3b7f55(_0xc1e820,_0x445c93);break;}else return this[_0x5d93d1(0x50f)+'ject'](_0x121f9e)[_0x5d93d1(0x897)](_0x2d720a[_0x5d93d1(0x7c7)](_0x5f3be4));}case _0x465824['RemoveColC'+_0x5d93d1(0x3aa)]:{_0x302793=_0x36b726[_0x5d93d1(0x638)](_0x41b116,_0xc1e820,_0x445c93);break;}case _0x465824['RemoveRowC'+_0x5d93d1(0x3aa)]:{_0x302793=_0x48a02d(_0xc1e820,_0x445c93);break;}}const _0x18efb5=_0x36b726[_0x5d93d1(0x4ef)](_0x918921,_0x302793,_0x445c93),_0x5c35b9=this[_0x5d93d1(0x438)]['get'](_0x3c2a6e);if(_0x36b726[_0x5d93d1(0x534)](_0x5c35b9,_0x18efb5)){if(_0x36b726['luAUR']('GLlGB',_0x36b726['vxLAq'])){const _0x23b383={..._0x5c35b9};_0x23b383['range']=_0x18efb5;const _0x47e89d=_0x23b383;this['cursorInfo']['set'](_0x3c2a6e,_0x47e89d),_0x36b726[_0x5d93d1(0x3ce)](_0x38e8a5,()=>{const _0x39280f=_0x5d93d1;if(_0x3acfab[_0x39280f(0x12f)]!==_0x3acfab[_0x39280f(0x3b8)]){const _0x536fc3=this[_0x39280f(0x36d)+'ervice']['registerRe'+_0x39280f(0x4cd)](_0x18efb5,_0x1cde9a=>(_0x536fc3[_0x39280f(0x915)](),_0x115826(_0x1cde9a,_0x3c2a6e,_0x30cc0e,_0x18efb5)));_0x5ed4b3[_0x39280f(0x8b8)](_0x536fc3);}else{var _0x3b9d12;this['_collabora'+'tionTimeou'+_0x39280f(0x252)]=_0x43edee[_0x39280f(0x705)](()=>{const _0x95eea6=_0x39280f;this[_0x95eea6(0x208)+_0x95eea6(0x7aa)+_0x95eea6(0x252)]=null,this[_0x95eea6(0x609)+_0x95eea6(0x33f)][_0x95eea6(0x6b1)]({'type':_0xb025a2['Error'],'content':this['_localeSer'+_0x95eea6(0x5b7)]['t']('session.co'+'llaboratio'+'n-timeout')});},(_0x3b9d12=this[_0x39280f(0x16a)+_0x39280f(0x5b7)][_0x39280f(0x63a)](_0x5c8487))!=null?_0x3b9d12:_0x36698b);}});}else{var _0x4b67c2;return _0x3acfab[_0x5d93d1(0x9bb)](_0x4b67c2=this['_configSer'+_0x5d93d1(0x5b7)]['getConfig'](_0x509827),null)?_0x4b67c2:_0xe9e2c2;}}const _0x3b8730={};return _0x3b8730[_0x5d93d1(0x62c)]=[],_0x3b8730[_0x5d93d1(0x5af)]=[],_0x3b8730;};this[_0x2eb16b(0x438)]['forEach']((_0x323bd0,_0x3c614d)=>{const _0x30f802=_0x2eb16b,{range:_0x5c63b9,sheetID:_0x3d0980}=_0x323bd0,_0x473919=this['_refRangeS'+_0x30f802(0x66e)][_0x30f802(0x600)+_0x30f802(0x4cd)](_0x5c63b9,_0xfbfead=>(_0x473919[_0x30f802(0x915)](),_0x115826(_0xfbfead,_0x3c614d,_0x3d0980,_0x5c63b9)));_0x5ed4b3[_0x30f802(0x8b8)](_0x473919);});};this[_0x32fb5e(0x544)+_0x32fb5e(0x9a4)](_0x37aae7(this[_0x32fb5e(0x590)+'o$']['subscribe'](()=>{const _0x5256ae=_0x32fb5e;_0x36b726[_0x5256ae(0x2fb)](_0xd2713a);})));}[_0x31ce10(0x19c)+_0x31ce10(0x793)](){const _0x123b51=_0x31ce10,_0x56e251={};_0x56e251[_0x123b51(0x538)]=function(_0x12a44c,_0x573448){return _0x12a44c!==_0x573448;},_0x56e251[_0x123b51(0x170)]=function(_0x2ba8a7,_0xfd440){return _0x2ba8a7==_0xfd440;};const _0x383b9e=_0x56e251;var _0x4e0984,_0x323ee9;if(this[_0x123b51(0x901)]=!(-0x3*-0x905+0x10a3*0x1+0xe*-0x31f),_0x383b9e[_0x123b51(0x538)](_0x383b9e['LtBTB'](_0x4e0984=this[_0x123b51(0x831)+_0x123b51(0x7a4)+'ce'][_0x123b51(0x226)+_0x123b51(0x6b2)](),null)?void(0x1*0x18d1+-0x4*0x8b9+0xa13):_0x4e0984[_0x123b51(0x959)](),this[_0x123b51(0x952)]))return;const _0x3d4c76=(_0x323ee9=this[_0x123b51(0x6ba)][_0x123b51(0x284)](_0x46a974)[_0x123b51(0x656)+_0x123b51(0x799)]())==null?void(0x17*-0x16b+0x2594+-0x4f7):_0x323ee9[0x55*-0xa+0x638+0x7*-0x6a];_0x3d4c76&&this[_0x123b51(0x58c)+'alCursor'](this[_0x123b51(0x831)+_0x123b51(0x7a4)+'ce']['getCurrent'+_0x123b51(0x3c5)+'e'](_0x422ace['UNIVER_SHE'+'ET'])[_0x123b51(0x335)+_0x123b51(0x497)]()[_0x123b51(0x2cb)](),_0x3d4c76);}[_0x31ce10(0x72c)+_0x31ce10(0x172)](){const _0x5f352e=_0x31ce10;this[_0x5f352e(0x901)]=!(0xb90+-0x1*0x1e25+-0x3*-0x632);}};dt=an([ne(-0x199b+-0x548+0x1ee5,_0x35b90a(_0xb6d532)),ne(-0x1*-0x24f5+0x5*0xc4+-0x22*0x133,_0x35b90a(Ot)),ne(-0x119e+-0x14e6+-0x4d1*-0x8,_0x35b90a(Z)),ne(0x10d*0x13+0x7f*-0x5+-0x1*0x1177,_0x14d8cf),ne(-0x1*-0x205f+-0xdd3*0x1+-0x1286,_0x4420bd),ne(0x144+0x94f*-0x1+-0x2*-0x409,_0x35b90a(_0x5d894c))],dt);var _n=(_0x31a556,_0x4ef054,_0x394ae3,_0x2e8eb8)=>{const _0x232cef=_0x31ce10,_0x29cba5={'voSHU':function(_0xad51f0,_0x538691){return _0xad51f0-_0x538691;},'faiAR':function(_0x3fe9f8,_0x342824){return _0x3fe9f8>=_0x342824;},'VcKeM':function(_0xd9e8d8,_0x84b2e2){return _0xd9e8d8(_0x84b2e2);}};for(var _0x5f14a9=_0x4ef054,_0x48138e=_0x29cba5[_0x232cef(0x6a6)](_0x31a556[_0x232cef(0x37c)],-0x2259+0x948+0x1912),_0x39c86d;_0x29cba5[_0x232cef(0x696)](_0x48138e,-0x19*0x95+0x1a3+0xcea);_0x48138e--)(_0x39c86d=_0x31a556[_0x48138e])&&(_0x5f14a9=_0x29cba5[_0x232cef(0x7e4)](_0x39c86d,_0x5f14a9)||_0x5f14a9);return _0x5f14a9;},q=(_0x5d6bb0,_0x59c693)=>(_0x43fdc7,_0x1b7496)=>_0x59c693(_0x43fdc7,_0x1b7496,_0x5d6bb0);const un=-0x353*0xb+0x234b+0x272,dn=0xa37*0x1+-0x1*-0x16eb+-0x6*0x575;let gt=class extends _0xf98423{constructor(_0x4a3698,_0x46280d,_0xfdbf0,_0x4844a3,_0x50c91d,_0x100fde,_0x361a8e,_0x376f16,_0x1d92fb){const _0x5b6cc1=_0x31ce10,_0x9e50d1={'pgBWs':function(_0x398b36,_0x34ce8f){return _0x398b36===_0x34ce8f;},'CODaO':_0x5b6cc1(0x450),'QHFpf':function(_0x558d59,_0x22a320,_0x5f26ce,_0x65b06c){return _0x558d59(_0x22a320,_0x5f26ce,_0x65b06c);},'XmAOF':_0x5b6cc1(0x901),'NFlyF':function(_0x5e8a9d,_0x5f3910,_0x1d7731,_0x44f401){return _0x5e8a9d(_0x5f3910,_0x1d7731,_0x44f401);},'pvypt':_0x5b6cc1(0x36b),'UhrDu':function(_0x278606,_0x23a9ab,_0x189cd6,_0x27826c){return _0x278606(_0x23a9ab,_0x189cd6,_0x27826c);},'lCqgz':_0x5b6cc1(0x438)+'$','UxaGo':function(_0x4a8e86,_0x2d7eed,_0x445f02,_0x5e4aab){return _0x4a8e86(_0x2d7eed,_0x445f02,_0x5e4aab);},'AymeC':_0x5b6cc1(0x612)+_0x5b6cc1(0x8a1),'lqAbJ':function(_0x35a9e1,_0x4ff261){return _0x35a9e1(_0x4ff261);},'FOinG':'_updateLoc'+'alCursor','aUkEp':function(_0x3600ea,_0x1eb659,_0x276409){return _0x3600ea(_0x1eb659,_0x276409);}};super(),_0x9e50d1[_0x5b6cc1(0x7f5)](l,this,_0x9e50d1[_0x5b6cc1(0x7f2)],!(0xd*0x9b+0x211a+-0x28f8)),_0x9e50d1[_0x5b6cc1(0x9eb)](l,this,_0x9e50d1[_0x5b6cc1(0x457)],!(-0x148b+0x884+0xc08)),_0x9e50d1[_0x5b6cc1(0x7f5)](l,this,'_cursorInf'+'o$',new _0x5d55aa(new Map())),_0x9e50d1[_0x5b6cc1(0x19b)](l,this,_0x9e50d1[_0x5b6cc1(0x8d1)],this[_0x5b6cc1(0x590)+'o$']['asObservab'+'le']()),_0x9e50d1['UxaGo'](l,this,_0x9e50d1[_0x5b6cc1(0x77a)],new _0x5d55aa([])),_0x9e50d1[_0x5b6cc1(0x9eb)](l,this,_0x5b6cc1(0x947)+'s$',this[_0x5b6cc1(0x612)+_0x5b6cc1(0x8a1)][_0x5b6cc1(0x897)](_0x9e50d1[_0x5b6cc1(0x506)](_0x6d2a2,un))),_0x9e50d1[_0x5b6cc1(0x9eb)](l,this,_0x9e50d1[_0x5b6cc1(0x1ff)],_0x9e50d1[_0x5b6cc1(0x3f5)](_0xba7a0d,_0x2f7e35=>{const _0x2be93d=_0x5b6cc1,_0x3120ee={};_0x3120ee[_0x2be93d(0x44e)]=_0x2be93d(0x204)+'+$';const _0x3a0551=_0x3120ee;if(_0x9e50d1[_0x2be93d(0x22b)](_0x9e50d1[_0x2be93d(0x333)],_0x9e50d1[_0x2be93d(0x333)])){const _0x32ce19={'eventID':_0x35d468[_0x2be93d(0x52e)+_0x2be93d(0x57b)],'data':{'unitID':this[_0x2be93d(0x952)],'memberID':this['_session'][_0x2be93d(0x6da)+'D'](),'selection':Ss(_0x2f7e35)}};this[_0x2be93d(0x307)]['send'](_0x32ce19,this[_0x2be93d(0x952)]);}else return _0x240af5[_0x2be93d(0x35f)]()[_0x2be93d(0x6c5)](tYaRnZ[_0x2be93d(0x44e)])[_0x2be93d(0x35f)]()[_0x2be93d(0x8fa)+'r'](_0x4fc16b)[_0x2be93d(0x6c5)](tYaRnZ[_0x2be93d(0x44e)]);},dn)),(this['unitID']=_0x4a3698,this[_0x5b6cc1(0x307)]=_0x46280d,this[_0x5b6cc1(0x6ba)]=_0xfdbf0,this[_0x5b6cc1(0x8fd)+_0x5b6cc1(0x6fe)]=_0x4844a3,this[_0x5b6cc1(0x34e)+'vice']=_0x50c91d,this[_0x5b6cc1(0x9a7)+_0x5b6cc1(0x8dd)+'rsorServic'+'e']=_0x100fde,this[_0x5b6cc1(0x495)+_0x5b6cc1(0x6e1)]=_0x361a8e,this['_univerIns'+_0x5b6cc1(0x7a4)+'ce']=_0x376f16,this[_0x5b6cc1(0x9e7)+_0x5b6cc1(0x33f)]=_0x1d92fb);}get['cursorInfo'](){const _0xead265=_0x31ce10;return this[_0xead265(0x590)+'o$'][_0xead265(0x2c8)]();}get['roomMember'+'s'](){const _0x36d823=_0x31ce10;return this[_0x36d823(0x612)+_0x36d823(0x8a1)][_0x36d823(0x2c8)]();}[_0x31ce10(0x915)](){const _0x1ec580=_0x31ce10;super[_0x1ec580(0x915)](),this[_0x1ec580(0x590)+'o$'][_0x1ec580(0x6e3)](new Map()),this[_0x1ec580(0x590)+'o$'][_0x1ec580(0x672)](),this[_0x1ec580(0x612)+_0x1ec580(0x8a1)][_0x1ec580(0x6e3)]([]),this[_0x1ec580(0x612)+'rs$'][_0x1ec580(0x672)]();}['init'](){const _0x143fbd=_0x31ce10,_0x431d60={'koGNV':function(_0xefbaaf,_0x3f7f4d){return _0xefbaaf!==_0x3f7f4d;},'hdWCP':'QUZIF','QtBBw':function(_0x119286,_0x1466b8){return _0x119286===_0x1466b8;},'khaaf':function(_0x26a8a3,_0x450a33){return _0x26a8a3!==_0x450a33;},'Kfcxs':'[Collabora'+'tionSessio'+_0x143fbd(0x92b)+_0x143fbd(0x5fb)+_0x143fbd(0x795)+_0x143fbd(0x484)+_0x143fbd(0x5da)+_0x143fbd(0x6ae),'eUMbF':function(_0x3eae3f,_0x55c417){return _0x3eae3f===_0x55c417;},'yKifr':_0x143fbd(0x785),'nvvHu':_0x143fbd(0x171),'milrl':function(_0x1b71c1,_0x2df5ad){return _0x1b71c1===_0x2df5ad;},'oNeZp':function(_0x470e92,_0x2ea35e){return _0x470e92===_0x2ea35e;},'oWgKj':function(_0x535994,_0x483ae0){return _0x535994!=_0x483ae0;},'SWNRc':function(_0x382651,_0x58180f){return _0x382651===_0x58180f;},'qBFhm':function(_0x24b674){return _0x24b674();},'svTxm':'XPVDr','tlouT':_0x143fbd(0x211),'EmOrC':_0x143fbd(0x8c9)+'se','nJMvo':_0x143fbd(0x919),'aOpiC':_0x143fbd(0x474),'cRZft':_0x143fbd(0x95c)+_0x143fbd(0x711)+'xt-editing','RDBxt':function(_0x2389e7,_0xb8fd79){return _0x2389e7(_0xb8fd79);},'BbCLo':function(_0x3b4b06,_0xaa5d2a){return _0x3b4b06(_0xaa5d2a);}};this[_0x143fbd(0x36b)]||(this['_init']=!(-0xec8+-0x8*-0x1c0+0x64*0x2),this[_0x143fbd(0x307)]['sessionSta'+'tus$'][_0x143fbd(0x897)](_0x431d60[_0x143fbd(0x6c1)](_0xd6c476,this[_0x143fbd(0x128)]))['subscribe'](_0x22804a=>{const _0x41e56b=_0x143fbd;_0x431d60[_0x41e56b(0x147)](_0x431d60[_0x41e56b(0x280)],_0x431d60[_0x41e56b(0x280)])?_0x575d53[_0x41e56b(0x5c9)]():_0x431d60['QtBBw'](_0x22804a,he[_0x41e56b(0x420)])?this[_0x41e56b(0x19c)+_0x41e56b(0x793)]():this[_0x41e56b(0x72c)+_0x41e56b(0x172)]();}),this['_session'][_0x143fbd(0x241)][_0x143fbd(0x897)](_0xd6c476(this[_0x143fbd(0x128)]))[_0x143fbd(0x1b2)](_0x5b711a=>{const _0x1071a6=_0x143fbd;if(_0x431d60[_0x1071a6(0x2bf)](_0x431d60[_0x1071a6(0x30a)],_0x431d60[_0x1071a6(0x707)])){if(_0x431d60['khaaf'](this[_0x1071a6(0x26e)+_0x1071a6(0x23f)],-0x491+-0xd30+-0x4*-0x471)||!this[_0x1071a6(0x7f6)])throw new _0x366234(_0x431d60[_0x1071a6(0x257)]);try{const _0x47676b={};_0x47676b[_0x1071a6(0x47e)]=_0x1cba6b[_0x1071a6(0x6f4)],_0x47676b['routeKey']=_0x4cf333,_0x47676b[_0x1071a6(0x258)]='',_0x47676b['data']=_0x51c7b0,(_0x559a82[_0x1071a6(0x961)]===_0x17f1de['NEW_CHANGE'+_0x1071a6(0x5a5)]&&this['_scheduleC'+'ollaborati'+_0x1071a6(0x7f4)+_0x1071a6(0x7d1)](),this['_socket'][_0x1071a6(0x850)](_0x47676b));}catch(_0x51214e){this[_0x1071a6(0x75f)+'e'][_0x1071a6(0x6c9)](_0x51214e);}}else{const _0x210678=_0x5b711a[_0x1071a6(0x961)];_0x431d60[_0x1071a6(0x985)](_0x210678,_0x35d468[_0x1071a6(0x52e)+_0x1071a6(0x57b)])&&this[_0x1071a6(0x3ff)+_0x1071a6(0x862)](_0x5b711a),_0x431d60[_0x1071a6(0x372)](_0x210678,_0x35d468[_0x1071a6(0x7ba)+'E'])&&this['_onCursorD'+'elete'](_0x5b711a);}}),this[_0x143fbd(0x544)+_0x143fbd(0x9a4)](this[_0x143fbd(0x9e7)+_0x143fbd(0x33f)][_0x143fbd(0x392)+'xecuted'](_0x5af3d7=>{const _0x439804=_0x143fbd,_0x1b86ca=_0x5af3d7[_0x439804(0x5ab)];_0x431d60[_0x439804(0x2e2)](_0x1b86ca,null)&&this[_0x439804(0x901)]&&_0x431d60[_0x439804(0x2bf)](_0x5af3d7['id'],_0x2bd112['id'])&&_0x1b86ca['unitId']===this[_0x439804(0x952)]&&_0x431d60['SWNRc'](_0x1b86ca['isEditing'],!(-0x388+-0x38+-0x1f*-0x1f))&&this[_0x439804(0x58c)+'alCursor'](_0x1b86ca[_0x439804(0x4b9)]);})),this[_0x143fbd(0x9a7)+_0x143fbd(0x8dd)+'rsorServic'+'e'][_0x143fbd(0x1d4)+_0x143fbd(0x18b)][_0x143fbd(0x897)](_0x431d60['BbCLo'](_0xd6c476,this[_0x143fbd(0x128)]))[_0x143fbd(0x1b2)](_0x179521=>{const _0x299e1b=_0x143fbd;if(_0x431d60[_0x299e1b(0x198)](_0x431d60[_0x299e1b(0x294)],_0x431d60['tlouT'])){if((_0x179521==null?void(-0x146b*0x1+0x1cb5*0x1+-0x84a):_0x179521[_0x299e1b(0x952)])!==this['unitID'])return;const _0x10813f={};_0x10813f[_0x299e1b(0x961)]=_0x35d468[_0x299e1b(0x52e)+_0x299e1b(0x57b)],_0x10813f[_0x299e1b(0x30b)]=_0x179521;const _0x4e00bf=_0x10813f;this[_0x299e1b(0x3ff)+'pdate'](_0x4e00bf);}else{const _0x596a7e={'AWIeR':function(_0x25d7eb){return _0x431d60['qBFhm'](_0x25d7eb);}},_0x32ab5c=_0x624d0d['data'];this[_0x299e1b(0x2a4)+_0x299e1b(0x4a2)](_0x32ab5c)[_0x299e1b(0x2f8)](_0x184abb=>{const _0x5003a3=_0x299e1b,_0x20161b={};_0x20161b[_0x5003a3(0x3a2)]=_0x184abb;const _0x2f3d6d={};_0x2f3d6d[_0x5003a3(0x961)]=_0x203266[_0x5003a3(0x821)+_0x5003a3(0x634)+_0x5003a3(0x329)],_0x2f3d6d[_0x5003a3(0x30b)]=_0x20161b;const _0x3a3b5b={};_0x3a3b5b[_0x5003a3(0x47e)]=_0x162133[_0x5003a3(0x2ad)],_0x3a3b5b[_0x5003a3(0x5bd)]=_0x22769a['OK'],_0x3a3b5b[_0x5003a3(0x1a6)]=_0x32ab5c[_0x5003a3(0x30b)][_0x5003a3(0x952)],_0x3a3b5b[_0x5003a3(0x258)]='',_0x3a3b5b[_0x5003a3(0x30b)]=_0x2f3d6d,_0xf1a1ba[_0x5003a3(0x6e3)](_0x3a3b5b);})[_0x299e1b(0x596)](_0x9bf97b=>{const _0x8db2c1=_0x299e1b;this[_0x8db2c1(0x75f)+'e'][_0x8db2c1(0x6c9)](_0x9bf97b),_0x596a7e['AWIeR'](_0x4d14a8);});return;}}),this[_0x143fbd(0x544)+_0x143fbd(0x9a4)](this[_0x143fbd(0x9e7)+_0x143fbd(0x33f)][_0x143fbd(0x392)+'xecuted'](_0x25a946=>{const _0x502631=_0x143fbd;if(_0x431d60[_0x502631(0x2bf)](_0x502631(0x6c8),_0x431d60[_0x502631(0x300)]))return this[_0x502631(0x6ba)][_0x502631(0x442)+_0x502631(0x920)](_0x19d4a2,this['unitID'],this[_0x502631(0x563)],this[_0x502631(0x759)+_0x502631(0x8a7)],this[_0x502631(0x1cd)+'tations'],this[_0x502631(0x229)]);else{if(_0x25a946[_0x502631(0x5ab)]==null)return;const _0x9da4aa=_0x25a946[_0x502631(0x5ab)];if(_0x431d60[_0x502631(0x198)](_0x25a946['id'],_0xeb6d94['id'])||_0x431d60[_0x502631(0x198)](_0x9da4aa[_0x502631(0x354)],this[_0x502631(0x952)]))return;const _0x4831e9={};_0x4831e9['id']=_0x431d60['cRZft'],_0x4831e9[_0x502631(0x5ab)]=_0x9da4aa;const _0x2d7db1=_0x4831e9,_0x44488c=this[_0x502631(0x438)];for(const [_0x5e0a3f,_0x54d4c6]of _0x44488c){const _0x243291={};_0x243291[_0x502631(0x354)]=this[_0x502631(0x952)],_0x243291[_0x502631(0x2b0)]=[],_0x243291[_0x502631(0x1f5)]=_0x54d4c6['ranges'];const _0x53b492={};_0x53b492['id']=_0x431d60[_0x502631(0x5cc)],_0x53b492['params']=_0x243291;const _0x42ed1b=_0x53b492,_0x280855=this[_0x502631(0x495)+_0x502631(0x6e1)]['transformM'+_0x502631(0x6e5)](_0x2d7db1,_0x42ed1b,!(0xe*-0x13c+0x1746+-0x5fd));if(_0x431d60[_0x502631(0x4c1)](_0x403d0c,_0x280855))throw _0x280855[_0x502631(0x6c9)];const _0x101895={..._0x54d4c6};_0x101895[_0x502631(0x4b9)]=_0x280855['m2Prime'][_0x502631(0x5ab)][_0x502631(0x1f5)],_0x44488c['set'](_0x5e0a3f,_0x101895);}_0x431d60['RDBxt'](queueMicrotask,()=>{const _0x529801=_0x502631,_0x539687={};_0x539687[_0x529801(0x904)]=_0x431d60[_0x529801(0x53e)];const _0x20ed58=_0x539687;_0x431d60['eUMbF'](_0x431d60[_0x529801(0x74a)],_0x431d60['nJMvo'])?this[_0x529801(0x590)+'o$'][_0x529801(0x6e3)](_0x44488c):(this[_0x529801(0x75f)+'e'][_0x529801(0x4e4)](_0x529801(0x7da)+_0x529801(0x679)+_0x529801(0x5b4),_0x20ed58[_0x529801(0x904)],_0x5aa6e6),this[_0x529801(0x909)+_0x529801(0x9d5)]());});}})));}[_0x31ce10(0x3ff)+_0x31ce10(0x862)](_0x1b220d){const _0x15c346=_0x31ce10,_0x1b5e2e={'dBhcr':function(_0x2cfe5d,_0x3274cb){return _0x2cfe5d(_0x3274cb);},'Gcyxy':function(_0x4efde2,_0x2a6753){return _0x4efde2!=_0x2a6753;},'WFEbC':function(_0x185c7b,_0xf1bd66){return _0x185c7b==_0xf1bd66;}};var _0x16c336,_0x5eda94;const {memberID:_0x345628,selection:_0x1a45eb}=_0x1b220d[_0x15c346(0x30b)],_0x5745ae=_0x1b5e2e[_0x15c346(0x25d)](Qi,_0x1a45eb),_0x39e13b=_0x1b5e2e[_0x15c346(0x587)](_0x5eda94=_0x1b5e2e['WFEbC'](_0x16c336=this['_memberSer'+_0x15c346(0x5b7)][_0x15c346(0x383)](this[_0x15c346(0x952)],_0x345628),null)?void(0x305*0xb+-0x9bd+-0x2*0xbbd):_0x16c336[_0x15c346(0x7e9)],null)?_0x5eda94:_0x15c346(0x8f8)+'er',_0x1d31e1={'color':this[_0x15c346(0x8fd)+_0x15c346(0x6fe)]['assignACol'+_0x15c346(0x95d)+_0x15c346(0x531)](_0x345628),'name':_0x39e13b,'ranges':_0x5745ae},_0x349901=this[_0x15c346(0x438)];_0x349901[_0x15c346(0x1ce)](_0x345628,_0x1d31e1),this[_0x15c346(0x590)+'o$'][_0x15c346(0x6e3)](_0x349901);}[_0x31ce10(0x201)+_0x31ce10(0x896)](_0x5ecf19){const _0x39ebea=_0x31ce10,{memberID:_0x5cfda1}=_0x5ecf19[_0x39ebea(0x30b)],_0x384eb4=this[_0x39ebea(0x438)];_0x384eb4[_0x39ebea(0x3b9)](_0x5cfda1),this[_0x39ebea(0x590)+'o$'][_0x39ebea(0x6e3)](_0x384eb4);}[_0x31ce10(0x19c)+_0x31ce10(0x793)](){const _0x5d3f51=_0x31ce10,_0xae998b={};_0xae998b[_0x5d3f51(0x2ae)]=function(_0x70fc0,_0x5e3c86){return _0x70fc0==_0x5e3c86;},_0xae998b['oTroj']=function(_0x14cb32,_0x1bff0a){return _0x14cb32==_0x1bff0a;},_0xae998b[_0x5d3f51(0x35d)]=function(_0x1e54c2,_0x5284c0){return _0x1e54c2>_0x5284c0;};const _0x2e6ba2=_0xae998b;var _0x7c467b;if(this[_0x5d3f51(0x901)]=!(0xcff+0x197+-0xe96),(_0x2e6ba2[_0x5d3f51(0x2ae)](_0x7c467b=this['_univerIns'+_0x5d3f51(0x7a4)+'ce'][_0x5d3f51(0x226)+'Unit'](),null)?void(-0x2508+-0xdf5+0x3*0x10ff):_0x7c467b[_0x5d3f51(0x959)]())!==this[_0x5d3f51(0x952)])return;const _0x194e40=this[_0x5d3f51(0x6ba)][_0x5d3f51(0x284)](_0x5cd469)[_0x5d3f51(0x656)+_0x5d3f51(0x799)](),_0x9f1a3f=_0x2e6ba2['oTroj'](_0x194e40,null)?void(0x14f7+-0x1a66+0x56f):_0x194e40[_0x5d3f51(0x71d)](_0xc03ddb);Array[_0x5d3f51(0x205)](_0x9f1a3f)&&_0x2e6ba2[_0x5d3f51(0x35d)](_0x9f1a3f[_0x5d3f51(0x37c)],-0x229+0x1*0x260f+0x11f3*-0x2)&&this[_0x5d3f51(0x58c)+_0x5d3f51(0x3eb)](_0x9f1a3f);}[_0x31ce10(0x72c)+_0x31ce10(0x172)](){const _0x4288e4=_0x31ce10;this[_0x4288e4(0x901)]=!(-0xde0+0x135b+-0x57a);}};gt=_n([q(-0xf56+0x1fe9+0x1*-0x1091,_0x35b90a(_0xb6d532)),q(0xad+-0x1bd0*0x1+-0xd93*-0x2,_0x35b90a(Ot)),q(-0x4*0x65f+0x1*0x148e+-0x2*-0x279,_0x35b90a(Z)),q(0x1b9b+-0x58+-0x1b3e,_0x35b90a(yt)),q(0x965+0x2684+0xd*-0x3af,_0x8a15e7),q(-0x1f9*0xc+0x19c2+-0x11*0x1f,_0x14d8cf),q(-0x1f2d*0x1+0x1f2c+0x9,_0x4420bd)],gt);var gn=(_0x4a7857,_0x5cf357,_0x643d15,_0x4cbbba)=>{const _0x302649=_0x31ce10,_0xdbfe1={'Yviru':function(_0x21912c,_0x38d21e){return _0x21912c-_0x38d21e;},'nBGtH':function(_0x323aba,_0x5871fc){return _0x323aba(_0x5871fc);}};for(var _0x20791a=_0x5cf357,_0x238dea=_0xdbfe1[_0x302649(0x1d3)](_0x4a7857['length'],0x1*0x3ff+-0x245*0x8+-0xe2a*-0x1),_0xaefc73;_0x238dea>=-0x1445*-0x1+0x2395+0x3*-0x129e;_0x238dea--)(_0xaefc73=_0x4a7857[_0x238dea])&&(_0x20791a=_0xdbfe1['nBGtH'](_0xaefc73,_0x20791a)||_0x20791a);return _0x20791a;},et=(_0x3a6ac2,_0x2a7a1d)=>(_0x3e9f94,_0x5e6396)=>_0x2a7a1d(_0x3e9f94,_0x5e6396,_0x3a6ac2);let le=class extends _0xf98423{constructor(_0x7d03e4,_0x54494d,_0x4ff445){const _0x5a5919=_0x31ce10,_0xbb54bf={'TynGj':function(_0x561baa,_0x5446c5,_0x24b206,_0x586a27){return _0x561baa(_0x5446c5,_0x24b206,_0x586a27);},'XMGZH':'_entities','dJgeN':'_entityIni'+'t$'};super(),_0xbb54bf['TynGj'](l,this,_0xbb54bf[_0x5a5919(0x9d0)],new Map()),l(this,_0xbb54bf[_0x5a5919(0x781)],new _0x5ea6fb()),(this['_univerIns'+'tanceServi'+'ce']=_0x7d03e4,this[_0x5a5919(0x6ba)]=_0x54494d,this[_0x5a5919(0x70a)+_0x5a5919(0x7b1)+'e']=_0x4ff445,this[_0x5a5919(0x36b)]());}['dispose'](){const _0x343077=_0x31ce10;super['dispose'](),this[_0x343077(0x1c9)+'t$'][_0x343077(0x672)](),this['_entities']['forEach'](_0x1f28bc=>_0x1f28bc[_0x343077(0x915)]());}[_0x31ce10(0x21d)+_0x31ce10(0x99c)](_0x179319){const _0x4932af=_0x31ce10,_0x43f58a={'CBLdU':function(_0x5b9bbf,_0x39b6e0){return _0x5b9bbf(_0x39b6e0);},'mbrWx':function(_0x591249,_0x549ed9){return _0x591249(_0x549ed9);}};return this[_0x4932af(0x4b5)][_0x4932af(0x17d)](_0x179319)?this['_entities'][_0x4932af(0x284)](_0x179319)[_0x4932af(0x438)+'$']:this['_entityIni'+'t$'][_0x4932af(0x897)](_0x43f58a[_0x4932af(0x573)](_0x5178f7,_0x1463b4=>_0x1463b4[_0x4932af(0x952)]===_0x179319),_0x43f58a['mbrWx'](_0x11bc90,_0x44e078=>_0x44e078[_0x4932af(0x438)+'$']));}['_init'](){const _0x17eb68=_0x31ce10,_0x48c774={'bGbwf':function(_0x5d1267,_0x3f03cd){return _0x5d1267-_0x3f03cd;},'fkksH':function(_0x50ac1f,_0x36b64a){return _0x50ac1f>=_0x36b64a;},'OaecE':function(_0x25ee27,_0x1478ad){return _0x25ee27(_0x1478ad);},'kZjOo':_0x17eb68(0x1ca),'eiWCR':function(_0x179c36,_0x56f131){return _0x179c36(_0x56f131);},'xTgFm':function(_0x17164a,_0x34f6a7){return _0x17164a(_0x34f6a7);},'mOGGX':function(_0x3249e6,_0x2c7c2e){return _0x3249e6(_0x2c7c2e);}};this[_0x17eb68(0x831)+_0x17eb68(0x7a4)+'ce'][_0x17eb68(0x975)+'nitAdded$'](_0x422ace['UNIVER_SHE'+'ET'])[_0x17eb68(0x897)](_0x48c774['eiWCR'](_0xd6c476,this[_0x17eb68(0x128)]))['subscribe'](async _0x2662e4=>{const _0x48899a=_0x17eb68;if('duHZy'===_0x48c774['kZjOo']){const _0xbbc7e4=_0x2662e4['getUnitId'](),_0x1b99a5=await this[_0x48899a(0x416)+'tCollabCur'+_0x48899a(0x649)](_0xbbc7e4);this['_entityIni'+'t$']['next'](_0x1b99a5),this[_0x48899a(0x4b5)][_0x48899a(0x1ce)](_0xbbc7e4,_0x1b99a5);}else{for(var _0x4bc00b=_0x5a52a4,_0x3c96e7=_0x48c774['bGbwf'](_0x2d3f57[_0x48899a(0x37c)],-0xd7+-0xb3*-0x2a+-0x1c86),_0x1971bd;_0x48c774[_0x48899a(0x455)](_0x3c96e7,0xdd3+0x21*-0xe5+0x7d9*0x2);_0x3c96e7--)(_0x1971bd=_0x5c47a6[_0x3c96e7])&&(_0x4bc00b=_0x48c774[_0x48899a(0x1a8)](_0x1971bd,_0x4bc00b)||_0x4bc00b);return _0x4bc00b;}}),this[_0x17eb68(0x831)+'tanceServi'+'ce'][_0x17eb68(0x975)+'nitAdded$'](_0x422ace['UNIVER_DOC'])[_0x17eb68(0x897)](_0x48c774[_0x17eb68(0x130)](_0xd6c476,this['dispose$']))[_0x17eb68(0x897)](_0x48c774['mOGGX'](_0x5178f7,_0x3f4ab9=>!_0x3f4ab9['getUnitId']()[_0x17eb68(0x29e)]('__')))['subscribe'](async _0x1acbd2=>{const _0x577fd8=_0x17eb68,_0x4579ff=_0x1acbd2['getUnitId'](),_0x542e46=await this['_startDocC'+_0x577fd8(0x2e3)+'r'](_0x4579ff);this[_0x577fd8(0x1c9)+'t$'][_0x577fd8(0x6e3)](_0x542e46),this[_0x577fd8(0x4b5)][_0x577fd8(0x1ce)](_0x4579ff,_0x542e46);}),_0x4aee94(this[_0x17eb68(0x831)+_0x17eb68(0x7a4)+'ce'][_0x17eb68(0x975)+'nitDispose'+'d$'](_0x422ace[_0x17eb68(0x601)]),this[_0x17eb68(0x831)+_0x17eb68(0x7a4)+'ce'][_0x17eb68(0x975)+_0x17eb68(0x954)+'d$'](_0x422ace[_0x17eb68(0x2aa)+'ET']))['pipe'](_0x48c774[_0x17eb68(0x6bd)](_0xd6c476,this[_0x17eb68(0x128)]))[_0x17eb68(0x1b2)](_0x93f796=>{const _0x27d455=_0x17eb68,_0x5ba836=_0x93f796['getUnitId'](),_0x26220b=this[_0x27d455(0x4b5)]['get'](_0x5ba836);_0x26220b&&(_0x26220b[_0x27d455(0x915)](),this['_entities'][_0x27d455(0x3b9)](_0x5ba836));});}async[_0x31ce10(0x416)+_0x31ce10(0x4d0)+_0x31ce10(0x649)](_0x202974){const _0x176d8d=_0x31ce10,_0x5f0759=await this[_0x176d8d(0x70a)+'sionServic'+'e']['requireSes'+_0x176d8d(0x727)](_0x202974),_0x3ed506=this[_0x176d8d(0x6ba)]['createInst'+_0x176d8d(0x920)](dt,_0x202974,_0x5f0759);return _0x3ed506[_0x176d8d(0x3f1)](),_0x3ed506;}async[_0x31ce10(0x604)+'ollabCurso'+'r'](_0xca084){const _0x111beb=_0x31ce10,_0x2f4e89=await this[_0x111beb(0x70a)+_0x111beb(0x7b1)+'e'][_0x111beb(0x729)+'sion'](_0xca084),_0x5e2f41=this[_0x111beb(0x6ba)]['createInst'+_0x111beb(0x920)](gt,_0xca084,_0x2f4e89);return _0x5e2f41[_0x111beb(0x3f1)](),_0x5e2f41;}};le=gn([_0x390cc5(_0x32e745[_0x31ce10(0x728)],le),et(-0x9f5+0x214f+-0x1ab*0xe,_0x14d8cf),et(-0xcff+0x7fc+0x6*0xd6,_0x35b90a(_0xb6d532)),et(0x83*-0x3b+-0x975*0x3+0x1386*0x3,_0x35b90a(Re))],le);const Oe=-0x1*0x1cf+-0x719+0x8fc,Gt=-0x49*0x1+-0x1ca*-0x9+-0x503*0x3,tt=0x283*0xc+-0x3*-0xba5+-0x5*0xd03,mn=0xb*-0x1a6+-0x2005*-0x1+-0xdde;function fn(_0x37ab8a,_0x160ffe){const _0x54d30e=_0x31ce10,_0x430688={};_0x430688[_0x54d30e(0x712)]=function(_0x3e66d8,_0x1c1c56){return _0x3e66d8!=_0x1c1c56;},_0x430688['BcroD']=function(_0x1fb917,_0x2062b4){return _0x1fb917/_0x2062b4;},_0x430688[_0x54d30e(0x366)]=function(_0x5aa50e,_0x1a6933){return _0x5aa50e/_0x1a6933;},_0x430688[_0x54d30e(0x344)]=function(_0x349577,_0x4786fb){return _0x349577-_0x4786fb;},_0x430688[_0x54d30e(0x64f)]=function(_0x5d7419,_0xdd8bdc){return _0x5d7419*_0xdd8bdc;},_0x430688[_0x54d30e(0x3ba)]=function(_0x39a844,_0x5d5b04){return _0x39a844-_0x5d5b04;},_0x430688['PkESa']=function(_0x3d65ad,_0x3a3fe3){return _0x3d65ad===_0x3a3fe3;},_0x430688[_0x54d30e(0x220)]=_0x54d30e(0x167);const _0x68ad3c=_0x430688;let {radius:_0x54a145,width:_0x52884a,height:_0x582037}=_0x160ffe;_0x54a145=_0x54a145!=null?_0x54a145:-0x1f2c+-0x2*-0xc87+0x61e,_0x52884a=_0x52884a!=null?_0x52884a:0x47*0x7d+0x35*-0x1d+-0x1c8c,_0x582037=_0x68ad3c[_0x54d30e(0x712)](_0x582037,null)?_0x582037:0x4*-0x7fd+0x1a3*0x3+0x199*0x11;let _0x1b86a7=-0x22c2+-0x1*0xe89+0x314b,_0x401dd4=0x874*0x3+0x1b*0x71+-0x1*0x2547,_0xe8f13d=-0x24b9+0xb*0x7+0x94*0x3f;_0x1b86a7=_0x401dd4=_0xe8f13d=Math[_0x54d30e(0x984)](_0x54a145,_0x68ad3c[_0x54d30e(0x317)](_0x52884a,0x28f*-0x1+0x5*0x20e+-0x7b5),_0x68ad3c[_0x54d30e(0x366)](_0x582037,0x11db*0x1+0x872*-0x2+-0x1*0xf5)),_0x37ab8a[_0x54d30e(0x31e)](),_0x37ab8a[_0x54d30e(0x52f)](_0x1b86a7,-0x7*0x461+-0x1e38+0x3cdf),_0x37ab8a['lineTo'](_0x68ad3c['BkUlc'](_0x52884a,_0x401dd4),-0xd1c+0x1*0x1633+-0x917),_0x37ab8a[_0x54d30e(0x88d)](_0x68ad3c['BkUlc'](_0x52884a,_0x401dd4),_0x401dd4,_0x401dd4,_0x68ad3c[_0x54d30e(0x64f)](Math['PI'],-0x1*-0x1085+0x1405+-0x2487)/(-0x3c1*0xa+0x14c9+-0x1*-0x10c3),-0x79f+0x2426+0x1*-0x1c87,!(-0x1fca+-0x4*0x99b+0x4637)),_0x37ab8a[_0x54d30e(0x6ef)](_0x52884a,_0x582037-_0xe8f13d),_0x37ab8a[_0x54d30e(0x88d)](_0x68ad3c['BkUlc'](_0x52884a,_0xe8f13d),_0x68ad3c[_0x54d30e(0x3ba)](_0x582037,_0xe8f13d),_0xe8f13d,-0x1d54+0x35*-0xa7+0x3fe7,_0x68ad3c['BcroD'](Math['PI'],-0x43f+0x1fae+-0x77*0x3b),!(0x9*0x165+0x927+-0x15b3)),_0x37ab8a[_0x54d30e(0x6ef)](-0xf80+0x5*0x337+-0x93,_0x582037),_0x37ab8a[_0x54d30e(0x6ef)](0x357*0x2+-0x6fd*-0x5+-0x299f,_0x1b86a7),_0x37ab8a['arc'](_0x1b86a7,_0x1b86a7,_0x1b86a7,Math['PI'],_0x68ad3c[_0x54d30e(0x317)](_0x68ad3c[_0x54d30e(0x64f)](Math['PI'],0x2333+-0x2644+0x314),-0x4*0x4de+0xd*0x14f+-0x277*-0x1),!(0x3be*-0x1+0x1f*-0xd7+0x1dc8)),_0x37ab8a[_0x54d30e(0x331)](),_0x160ffe[_0x54d30e(0x1d0)]&&(_0x37ab8a[_0x54d30e(0x765)](),_0x37ab8a['fillStyle']=_0x160ffe[_0x54d30e(0x1d0)],_0x68ad3c[_0x54d30e(0x5b5)](_0x160ffe[_0x54d30e(0x993)],_0x68ad3c[_0x54d30e(0x220)])?_0x37ab8a['fill'](_0x54d30e(0x167)):_0x37ab8a[_0x54d30e(0x1d0)](),_0x37ab8a['restore']());}class Je extends _0x2d4c3e{constructor(_0x33b5c1,_0xe95ce0){const _0x484216=_0x31ce10,_0x1d8eb7={'qKGZd':_0x484216(0x18e),'LOloZ':function(_0x34561e,_0x132039,_0x3bcc6e){return _0x34561e(_0x132039,_0x3bcc6e);},'jipSH':_0x484216(0x7b8),'zYdjQ':function(_0x443371,_0x8c93e){return _0x443371==_0x8c93e;}};super(_0x33b5c1,_0xe95ce0),l(this,_0x1d8eb7[_0x484216(0x999)]),_0x1d8eb7[_0x484216(0x99f)](l,this,_0x1d8eb7['jipSH']),(this['color']=_0xe95ce0==null?void(0x1a79+-0x71*-0xb+-0x1f54):_0xe95ce0['color'],this[_0x484216(0x7b8)]=_0x1d8eb7[_0x484216(0x561)](_0xe95ce0,null)?void(-0x1e9e*-0x1+-0x3*-0x17f+-0x231b):_0xe95ce0[_0x484216(0x7b8)]);}static[_0x31ce10(0x7ac)](_0x12f47b,_0x594e72){const _0x1d965c=_0x31ce10,_0x33ebba={'PHcGl':function(_0x439f78,_0x340584){return _0x439f78!=_0x340584;},'EDFwn':function(_0x553ed1,_0x1dd3c2){return _0x553ed1*_0x1dd3c2;},'Gbihd':function(_0x313af5,_0x46227b,_0x210391){return _0x313af5(_0x46227b,_0x210391);},'QVvrp':'#FFF','CNLYL':function(_0x1f7b16,_0x533961){return _0x1f7b16-_0x533961;},'wAxXm':function(_0x4122bb,_0x2e9dcc){return _0x4122bb-_0x2e9dcc;},'HcnJX':function(_0x22d185,_0x1a31e7){return _0x22d185>_0x1a31e7;},'XVovf':function(_0xebb6dd,_0x26301a){return _0xebb6dd+_0x26301a;},'kyVyg':_0x1d965c(0x2d3),'dBetM':_0x1d965c(0x2e7)},{text:_0x1f91e7,color:_0x4ddca4}=_0x594e72;_0x12f47b[_0x1d965c(0x765)](),_0x12f47b['font']=_0x1d965c(0x548)+_0x1d965c(0x38c)+_0x1d965c(0x4aa);const _0x787ae0=_0x12f47b[_0x1d965c(0x227)+'t'](_0x1f91e7)[_0x1d965c(0x132)],_0x5bb9e5=Math['min'](_0x787ae0+_0x33ebba['EDFwn'](0x4b9*0x2+-0x1ca*0x10+-0x998*-0x2,tt),Gt),_0x4611d8={};_0x4611d8[_0x1d965c(0x594)]=Oe,_0x4611d8['radius']=0x4,_0x4611d8['width']=_0x5bb9e5,_0x4611d8[_0x1d965c(0x1d0)]=_0x4ddca4,_0x4611d8['evented']=!(0x266a+0x8f5*0x2+0x3853*-0x1),(_0x33ebba[_0x1d965c(0x83f)](fn,_0x12f47b,_0x4611d8),_0x12f47b[_0x1d965c(0x800)]=_0x33ebba['QVvrp']);const _0x5334d6=tt,_0x1ca212=_0x33ebba['CNLYL'](Oe,mn),_0x4ea4a6=_0x33ebba['wAxXm'](Gt,(0x1726+-0x4*-0x8b7+0xe80*-0x4)*tt);if(_0x33ebba[_0x1d965c(0x5c6)](_0x787ae0,_0x4ea4a6)){let _0x3cafb3='',_0x40c8a1=-0x913+0x1c82+-0x136f;for(const _0x37cc9b of _0x1f91e7){const _0xce6d19=_0x12f47b[_0x1d965c(0x227)+'t'](_0x37cc9b)[_0x1d965c(0x132)];if(_0x33ebba['XVovf'](_0x40c8a1,_0xce6d19)<=_0x33ebba[_0x1d965c(0x206)](_0x4ea4a6,_0x12f47b[_0x1d965c(0x227)+'t'](_0x33ebba['kyVyg'])[_0x1d965c(0x132)]))_0x3cafb3+=_0x37cc9b,_0x40c8a1+=_0xce6d19;else{if(_0x1d965c(0x58a)!==_0x33ebba[_0x1d965c(0x181)]){_0x3cafb3+=_0x1d965c(0x2d3);break;}else _0x33ebba[_0x1d965c(0x64e)](this['_sendHeart'+'beatTimer'],null)&&(_0x27c5e7(this[_0x1d965c(0x8d7)+_0x1d965c(0x9b4)]),this[_0x1d965c(0x8d7)+_0x1d965c(0x9b4)]=null);}}_0x12f47b['fillText'](_0x3cafb3,_0x5334d6,_0x1ca212);}else _0x12f47b[_0x1d965c(0x23c)](_0x1f91e7,_0x5334d6,_0x1ca212);_0x12f47b['restore']();}[_0x31ce10(0x1fd)](_0x1bb1be){const _0x188f0d=_0x31ce10;Je[_0x188f0d(0x7ac)](_0x1bb1be,this);}}const Sn=-0x8b*-0x1c+-0x17d1+0x89e,vn=-0x1a*-0x8d+0x2490+-0x32e1+0.5;class pn extends _0x2d4c3e{constructor(_0x46709e,_0xca770c){const _0x3f5450=_0x31ce10,_0x357e09={'UABjS':function(_0x143911,_0x260637,_0xea1dae,_0x213093){return _0x143911(_0x260637,_0xea1dae,_0x213093);},'muhzN':_0x3f5450(0x8e1)+_0x3f5450(0x898),'IBTOl':_0x3f5450(0x5aa),'llVMH':_0x3f5450(0x937),'mlAlz':function(_0xcea6c2,_0x30d2a0,_0x2f60c3){return _0xcea6c2(_0x30d2a0,_0x2f60c3);},'ULApN':_0x3f5450(0x359),'ZSQwp':function(_0x42cd02,_0x3578c1,_0x1712b9,_0x515a4c){return _0x42cd02(_0x3578c1,_0x1712b9,_0x515a4c);},'Yhper':_0x3f5450(0x891),'XqNNZ':'_range'},_0x129f31=(_0x3f5450(0x9ba)+_0x3f5450(0x552))[_0x3f5450(0x792)]('|');let _0x5a7a5c=0x2*-0x8ac+0x2b+0x112d;while(!![]){switch(_0x129f31[_0x5a7a5c++]){case'0':super(_0x46709e,_0xca770c);continue;case'1':_0x357e09[_0x3f5450(0x8ac)](l,this,_0x357e09[_0x3f5450(0x856)],_0x357e09['IBTOl']);continue;case'2':l(this,_0x357e09[_0x3f5450(0x8ea)],!(0xf39+-0xb85+-0x3b3*0x1));continue;case'3':_0x357e09[_0x3f5450(0x3e1)](l,this,_0x357e09[_0x3f5450(0x8cb)]);continue;case'4':_0x357e09[_0x3f5450(0x142)](l,this,_0x357e09['Yhper'],'');continue;case'5':_0x357e09['mlAlz'](l,this,_0x357e09[_0x3f5450(0x699)]);continue;case'6':const _0x5a0eb4={};_0x5a0eb4[_0x3f5450(0x1e9)]=!(0x2347+-0x2608+0x8d*0x5);const _0x1975bb={};_0x1975bb[_0x3f5450(0x1e9)]=!(-0x2*-0xa1c+-0xa27+-0xa10),(_0xca770c&&this[_0x3f5450(0x28e)+_0x3f5450(0x14f)](_0xca770c),this[_0x3f5450(0x990)+_0x3f5450(0x52a)+'er'][_0x3f5450(0x8b8)](()=>this['setShapePr'+_0x3f5450(0x14f)](_0x5a0eb4)),this[_0x3f5450(0x3e4)+_0x3f5450(0x2a3)+'er'][_0x3f5450(0x8b8)](()=>this[_0x3f5450(0x28e)+_0x3f5450(0x14f)](_0x1975bb)));continue;}break;}}[_0x31ce10(0x28e)+_0x31ce10(0x14f)](_0x52d491){const _0x5086da=_0x31ce10,_0x5137f8={};_0x5137f8[_0x5086da(0x84c)]=function(_0x250b70,_0x5517b2){return _0x250b70!=_0x5517b2;},_0x5137f8[_0x5086da(0x818)]=function(_0x1bb3e0,_0x40eb40){return _0x1bb3e0!=_0x40eb40;},_0x5137f8['IbcIm']=function(_0x5482cb,_0x1d897b){return _0x5482cb!=_0x1d897b;};const _0x115bff=_0x5137f8;var _0x164993,_0x586fc3,_0x1d4a44,_0x548fd4,_0x5a41f5;this[_0x5086da(0x359)]=_0x115bff[_0x5086da(0x84c)](_0x164993=_0x52d491['color'],null)?_0x164993:this[_0x5086da(0x359)],this[_0x5086da(0x937)]=(_0x586fc3=_0x52d491[_0x5086da(0x1e9)])!=null?_0x586fc3:this[_0x5086da(0x937)],this[_0x5086da(0x39e)]=_0x115bff[_0x5086da(0x818)](_0x1d4a44=_0x52d491[_0x5086da(0x7fd)],null)?_0x1d4a44:this[_0x5086da(0x39e)],this[_0x5086da(0x891)]=_0x115bff[_0x5086da(0x39a)](_0x548fd4=_0x52d491[_0x5086da(0x7e9)],null)?_0x548fd4:this[_0x5086da(0x891)],this[_0x5086da(0x8e1)+_0x5086da(0x898)]=(_0x5a41f5=_0x52d491[_0x5086da(0x64a)+_0x5086da(0x7cc)])!=null?_0x5a41f5:this[_0x5086da(0x8e1)+'tion'],this[_0x5086da(0x326)+'yState']({'width':_0x52d491[_0x5086da(0x132)],'height':_0x52d491['height']});}[_0x31ce10(0x8ba)+'e'](_0x484b96){const _0x19bcd6=_0x31ce10,_0x494996={};_0x494996[_0x19bcd6(0x276)]=function(_0x1bd99c,_0x51944e){return _0x1bd99c>=_0x51944e;},_0x494996[_0x19bcd6(0x7d8)]=function(_0x5a5f0c,_0x1c1013){return _0x5a5f0c<=_0x1c1013;},_0x494996[_0x19bcd6(0x9d8)]=function(_0x48c010,_0x1129ab){return _0x48c010!==_0x1129ab;},_0x494996[_0x19bcd6(0x5dd)]=_0x19bcd6(0x40d);const _0x32374b=_0x494996,{row:_0x3a8bdc,column:_0x3055ef}=_0x484b96;if(_0x32374b['dzhAB'](_0x3a8bdc,this[_0x19bcd6(0x39e)][_0x19bcd6(0x825)])&&_0x32374b[_0x19bcd6(0x7d8)](_0x3a8bdc,this[_0x19bcd6(0x39e)][_0x19bcd6(0x1d8)])&&_0x32374b[_0x19bcd6(0x276)](_0x3055ef,this[_0x19bcd6(0x39e)][_0x19bcd6(0x733)+'n'])&&_0x3055ef<=this['_range'][_0x19bcd6(0x7a5)]){if(_0x32374b[_0x19bcd6(0x9d8)](_0x32374b[_0x19bcd6(0x5dd)],_0x19bcd6(0x28c))){const _0x123f5e={};_0x123f5e[_0x19bcd6(0x1e9)]=!(0x1baa+0x7*0x140+0x1*-0x246a),this['setShapePr'+_0x19bcd6(0x14f)](_0x123f5e);return;}else this['_saveTaskM'+'ap'][_0x19bcd6(0x3b9)](_0x40d55b);}const _0x162572={};_0x162572[_0x19bcd6(0x1e9)]=!(-0x3*0xc6f+-0x44*0x10+0x298e),this[_0x19bcd6(0x28e)+_0x19bcd6(0x14f)](_0x162572);}['triggerDbl'+_0x31ce10(0x7d3)](_0x4fdfa5){return!(-0xb0e+0xab*0x4+0x863);}[_0x31ce10(0x1fd)](_0x51b24c){const _0x2af626=_0x31ce10,_0x3ca4fb={};_0x3ca4fb[_0x2af626(0x486)]=function(_0x38657c,_0x2f38d9){return _0x38657c===_0x2f38d9;},_0x3ca4fb[_0x2af626(0x34d)]='bottom';const _0x2259ec=_0x3ca4fb,_0x309386={};_0x309386[_0x2af626(0x132)]=this[_0x2af626(0x132)],_0x309386[_0x2af626(0x594)]=this[_0x2af626(0x594)],_0x309386[_0x2af626(0x95e)+'h']=vn,_0x309386[_0x2af626(0x562)]=this[_0x2af626(0x359)],_0x309386[_0x2af626(0x6d4)]=!(-0xf58+0x1afb*0x1+-0x5d1*0x2),(_0x169eac['drawWith'](_0x51b24c,_0x309386),this[_0x2af626(0x937)]&&(_0x51b24c[_0x2af626(0x765)](),_0x51b24c[_0x2af626(0x37a)](-0x1*0x5b3+0x1057+0xaa3*-0x1,0x177c+-0x2000+0x884,-0x28*0x3b+0x631*0x3+-0x5*0x1df,-0x7dd*0x4+0x1da1+0xea*0x2,this['width'],_0x2259ec[_0x2af626(0x486)](this['_labelPosi'+_0x2af626(0x898)],_0x2259ec[_0x2af626(0x34d)])?0x1*-0x2482+-0x5f*0x27+0x32fb:-Oe),Je[_0x2af626(0x7ac)](_0x51b24c,{'text':this[_0x2af626(0x891)],'color':this[_0x2af626(0x359)]}),_0x51b24c[_0x2af626(0x6ec)]()));}}var Cn=(_0x2f77e5,_0x44f9c8,_0x26183a,_0x4a793b)=>{const _0x205f1b=_0x31ce10,_0x3718c1={'ySgpi':function(_0x238a9a,_0x3b843f){return _0x238a9a-_0x3b843f;},'EpvaI':function(_0x1f9bc7,_0x3ef46a){return _0x1f9bc7(_0x3ef46a);}};for(var _0x5913dc=_0x44f9c8,_0x55c1d5=_0x3718c1[_0x205f1b(0x8f7)](_0x2f77e5[_0x205f1b(0x37c)],0x189e+-0x4*-0x2d5+-0x23f1),_0x1d1da1;_0x55c1d5>=0x56*-0x43+-0x9f*-0x39+0x1*-0xce5;_0x55c1d5--)(_0x1d1da1=_0x2f77e5[_0x55c1d5])&&(_0x5913dc=_0x3718c1['EpvaI'](_0x1d1da1,_0x5913dc)||_0x5913dc);return _0x5913dc;},Se=(_0xb538f1,_0x56e390)=>(_0x5c208d,_0x10fd4b)=>_0x56e390(_0x5c208d,_0x10fd4b,_0xb538f1);let $e=class extends _0xf98423{constructor(_0x4c011d,_0x402ba0,_0x2f33ac,_0x5e937c,_0x3932c7){const _0x39c064=_0x31ce10,_0x159a86={'tKjaz':function(_0x4907d5,_0x88203,_0x3ae887,_0x3ee1c6){return _0x4907d5(_0x88203,_0x3ae887,_0x3ee1c6);},'bNiva':'_lastPoint'+'er'};super(),_0x159a86[_0x39c064(0x593)](l,this,_0x39c064(0x19e),new Set()),_0x159a86[_0x39c064(0x593)](l,this,_0x159a86[_0x39c064(0x90a)],null),(this[_0x39c064(0x376)+_0x39c064(0x6e7)+_0x39c064(0x550)]=_0x4c011d,this[_0x39c064(0x831)+_0x39c064(0x7a4)+'ce']=_0x402ba0,this[_0x39c064(0x6ce)+_0x39c064(0x717)+'e']=_0x2f33ac,this[_0x39c064(0x78c)+_0x39c064(0x3c1)+'rService']=_0x5e937c,this['_themeServ'+_0x39c064(0x779)]=_0x3932c7,this[_0x39c064(0x36b)]());}[_0x31ce10(0x36b)](){const _0x511931=_0x31ce10,_0x595c05={'wfnde':function(_0xcba6ac,_0x58d72a){return _0xcba6ac<_0x58d72a;},'Mbgim':function(_0x2da6bc,_0xa9d95e){return _0x2da6bc===_0xa9d95e;},'mGSjd':'cSclW','Jixga':function(_0x3ee5c6,_0x199c63){return _0x3ee5c6(_0x199c63);},'bFPZZ':function(_0x153824,_0x350a86){return _0x153824(_0x350a86);},'QAYCc':function(_0x4425ce,_0x3f7356){return _0x4425ce-_0x3f7356;},'bLLWy':function(_0xe97b5,_0x424758){return _0xe97b5>=_0x424758;},'BFVqm':function(_0x185b88,_0x50ce74){return _0x185b88-_0x50ce74;},'vtqVS':function(_0x3582d1,_0x30962c){return _0x3582d1===_0x30962c;},'KnTkN':_0x511931(0x33b),'oaYkZ':function(_0x2c1afc,_0x482581){return _0x2c1afc===_0x482581;},'NwfEY':function(_0xa70529,_0x1357ec){return _0xa70529==_0x1357ec;},'hsUMB':function(_0xf800e4,_0x1189b8){return _0xf800e4==_0x1189b8;},'hwQWS':function(_0x3ad5f1,_0x3ce2b6,_0x432171){return _0x3ad5f1(_0x3ce2b6,_0x432171);},'fQeti':function(_0x355bad,_0x357be2){return _0x355bad(_0x357be2);},'pMiZc':function(_0x47ad11,_0x46a58d){return _0x47ad11(_0x46a58d);}};this[_0x511931(0x78c)+_0x511931(0x3c1)+_0x511931(0x25c)][_0x511931(0x2dc)+_0x511931(0x3c4)][_0x511931(0x897)](_0x595c05['fQeti'](_0x239628,this['dispose$']),_0x595c05[_0x511931(0x902)](_0x40189b,_0x121b5e=>{const _0x2a74e9=_0x511931,_0x1e27da={'nAxtJ':function(_0x2fa1c5,_0x497816){const _0x3fcba5=_0x5d31;return _0x595c05[_0x3fcba5(0x630)](_0x2fa1c5,_0x497816);},'zAgdE':function(_0x2b162b,_0x506c8d){return _0x595c05['Mbgim'](_0x2b162b,_0x506c8d);},'cXJrY':_0x595c05[_0x2a74e9(0x9b5)]};if(_0x121b5e){const _0x230f8e=_0x121b5e[_0x2a74e9(0x9d3)];return _0x2e1aa0(this[_0x2a74e9(0x376)+_0x2a74e9(0x6e7)+_0x2a74e9(0x550)]['getCollabC'+_0x2a74e9(0x99c)](_0x121b5e[_0x2a74e9(0x354)]),this[_0x2a74e9(0x6ea)+_0x2a74e9(0x779)][_0x2a74e9(0x553)+_0x2a74e9(0x673)])['pipe'](_0x595c05['Jixga'](_0x4acfa7,([_0x15a6eb,_0x55d67b])=>{const _0xed0e22=_0x2a74e9;if(_0x1e27da[_0xed0e22(0x358)](_0x1e27da[_0xed0e22(0x981)],_0xed0e22(0x47b))){for(var _0x18151e,_0x1271dd=0x1da9*0x1+-0x17*-0x185+0x6f*-0x95,_0x112be8=arguments['length'];_0x1e27da[_0xed0e22(0x716)](_0x1271dd,_0x112be8);_0x1271dd++){_0x18151e=arguments[_0x1271dd];for(var _0xfcbd4 in _0x18151e)_0x3b6219[_0xed0e22(0x7bf)][_0xed0e22(0x176)+_0xed0e22(0x1b0)][_0xed0e22(0x774)](_0x18151e,_0xfcbd4)&&(_0x389722[_0xfcbd4]=_0x18151e[_0xfcbd4]);}return _0x15c0be;}else{const _0x562d15=new Map();return _0x15a6eb[_0xed0e22(0x6d5)]((_0x1fc667,_0x33c7fa)=>{const _0x1efec5=_0xed0e22;if(_0x1fc667[_0x1efec5(0x595)]===_0x230f8e){const _0x1c3a97={..._0x1fc667},_0x556c96=_0x1c3a97;_0x556c96[_0x1efec5(0x18e)]=_0x55d67b[_0x1fc667[_0x1efec5(0x18e)]],_0x562d15[_0x1efec5(0x1ce)](_0x33c7fa,_0x556c96);}}),{'skeleton':_0x121b5e,'cursors':_0x562d15};}}));}return _0x595c05[_0x2a74e9(0x2d0)](_0x5792c4,{'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0x51c10e,cursors:_0x38244c})=>{const _0x19b206=_0x511931;this[_0x19b206(0x41c)+_0x19b206(0x565)](),_0x51c10e&&this[_0x19b206(0x75c)+'labCursors'](_0x51c10e,_0x38244c);}),this[_0x511931(0x78c)+_0x511931(0x3c1)+_0x511931(0x25c)]['currentSke'+_0x511931(0x3c4)][_0x511931(0x1b2)](_0x4bbe55=>{const _0x4095bf=_0x511931,_0x3f26fa={'ikIng':function(_0x36cf6c,_0x2221dc){return _0x595c05['vtqVS'](_0x36cf6c,_0x2221dc);}};if(_0x4bbe55==null)return;const {unitId:_0x1cc629,skeleton:_0xdaa27e}=_0x4bbe55,_0x1da6d5=this[_0x4095bf(0x6ce)+_0x4095bf(0x717)+'e']['getRenderB'+_0x4095bf(0x94e)](_0x1cc629);if(_0x595c05[_0x4095bf(0x5df)](_0x1da6d5,null))return;const {scene:_0x27944a}=_0x1da6d5;_0x27944a[_0x4095bf(0x189)+_0x4095bf(0x86c)+'r'][_0x4095bf(0x8b8)](_0x595c05[_0x4095bf(0x8a2)](_0xba7a0d,_0x4f22db=>{const _0x1080a9=_0x4095bf,_0x1b36b1={'EKlqC':function(_0x36a0a4,_0x480978){const _0x218532=_0x5d31;return _0x595c05[_0x218532(0x400)](_0x36a0a4,_0x480978);},'PKmbZ':function(_0x4ade5c,_0x16b766){return _0x595c05['bLLWy'](_0x4ade5c,_0x16b766);},'kkICE':function(_0x86d84c,_0x4235d5){const _0x23d3d0=_0x5d31;return _0x595c05[_0x23d3d0(0x2d0)](_0x86d84c,_0x4235d5);},'ewfaq':function(_0x5701df,_0x349a25){return _0x595c05['BFVqm'](_0x5701df,_0x349a25);}};if(_0x595c05[_0x1080a9(0x773)](_0x1080a9(0x9e4),_0x595c05['KnTkN'])){for(var _0x30574a=_0x1cbb2d,_0x23c5e9=_0x1b36b1['EKlqC'](_0x326dc4[_0x1080a9(0x37c)],0x7*-0x199+0x264+0x8cc),_0x1c68b3;_0x1b36b1[_0x1080a9(0x6f2)](_0x23c5e9,-0x60e+0x65*-0x61+0x2c53);_0x23c5e9--)(_0x1c68b3=_0x2bc532[_0x23c5e9])&&(_0x30574a=_0x1b36b1[_0x1080a9(0x234)](_0x1c68b3,_0x30574a)||_0x30574a);return _0x30574a;}else{var _0x11d63e,_0x3e0519;const {offsetX:_0x41c9eb,offsetY:_0x4eb191}=_0x4f22db,{x:_0x229bfa,y:_0x2a1966}=_0x27944a[_0x1080a9(0x771)+_0x1080a9(0x8f6)](_0x8ba0bf[_0x1080a9(0x8e4)]([_0x41c9eb,_0x4eb191])),{scaleX:_0xdbea04,scaleY:_0x1832fa}=_0x27944a[_0x1080a9(0x714)+_0x1080a9(0x4b8)](),_0x5356ce=_0x27944a[_0x1080a9(0x1f2)+'t'](_0x38b07e[_0x1080a9(0x761)]),_0x4cd1d4=_0x27944a['getScrollX'+_0x1080a9(0x755)+'eCoords'](_0x8ba0bf[_0x1080a9(0x8e4)]([_0x229bfa,_0x2a1966]),_0x5356ce),_0xa7349a=_0xdaa27e[_0x1080a9(0x449)+_0x1080a9(0x46b)+_0x1080a9(0x1ce)](_0x41c9eb,_0x4eb191,_0xdbea04,_0x1832fa,_0x4cd1d4);_0x595c05[_0x1080a9(0x17f)]((_0x11d63e=this[_0x1080a9(0x7c5)+'er'])==null?void(-0x15df+0x11*0x10d+0x402):_0x11d63e['column'],_0xa7349a[_0x1080a9(0x966)])&&_0x595c05[_0x1080a9(0x155)](_0x595c05[_0x1080a9(0x35e)](_0x3e0519=this['_lastPoint'+'er'],null)?void(0x5*-0x352+0x119f+0x9*-0x1d):_0x3e0519[_0x1080a9(0x24f)],_0xa7349a[_0x1080a9(0x24f)])||this[_0x1080a9(0x19e)][_0x1080a9(0x6d5)](_0x596e4d=>{const _0x4b2582=_0x1080a9;if(_0x3f26fa[_0x4b2582(0x75d)](_0x4b2582(0x380),_0x4b2582(0x724))){for(var _0x96a3ed=_0x35533a,_0x304fc4=_0x1b36b1[_0x4b2582(0x56f)](_0x38debb[_0x4b2582(0x37c)],0x3*-0x3be+0x2ee*-0x6+-0x3b*-0x7d),_0x5be60f;_0x304fc4>=-0x1ca3+0x1*0x1ede+-0x23b;_0x304fc4--)(_0x5be60f=_0x4de95e[_0x304fc4])&&(_0x96a3ed=_0x1b36b1[_0x4b2582(0x234)](_0x5be60f,_0x96a3ed)||_0x96a3ed);return _0x96a3ed;}else _0x596e4d['onMouseMov'+'e'](_0xa7349a);});}},0x43a*0x7+-0x226a+0x538));});}['_updateCol'+'labCursors'](_0x32dc9b,_0x251e87){const _0x746ff7=_0x31ce10,_0x531fd2={'jExoE':_0x746ff7(0x9a8)+_0x746ff7(0x1da)+'ot\x20be\x20call'+'ed\x20on\x20the\x20'+'client\x20sid'+'e!','tfclR':function(_0x14f968,_0x2c48df){return _0x14f968!==_0x2c48df;},'XyRvR':'jRIbs','XmgbU':function(_0x5651c4,_0x15e037,_0x269d17,_0x1975d0,_0x185f5c){return _0x5651c4(_0x15e037,_0x269d17,_0x1975d0,_0x185f5c);},'YNngd':function(_0x287ef5,_0x78acd4,_0x231252,_0x203ccf,_0x402b16){return _0x287ef5(_0x78acd4,_0x231252,_0x203ccf,_0x402b16);},'UzSiG':function(_0x515b11,_0x1a6689){return _0x515b11-_0x1a6689;},'QWlpb':function(_0x4aad9a,_0x574f3f){return _0x4aad9a>=_0x574f3f;},'ImUay':_0x746ff7(0x5aa),'bvMnf':_0x746ff7(0x464),'RbJhY':function(_0x250380,_0x57b465){return _0x250380(_0x57b465);}};var _0x47ad8b;const _0x96e8bc=(_0x47ad8b=this[_0x746ff7(0x78c)+_0x746ff7(0x3c1)+_0x746ff7(0x25c)][_0x746ff7(0x3dc)]())==null?void(-0x1*0x16c2+-0x1a12*-0x1+-0x350):_0x47ad8b['skeleton'];if(!_0x96e8bc)return;const _0x39db69=this[_0x746ff7(0x7f9)+'bject']();if(!_0x39db69)return;this[_0x746ff7(0x19e)][_0x746ff7(0x6d5)](_0x26808f=>{const _0x608dee=_0x746ff7;if(_0x531fd2[_0x608dee(0x521)](_0x531fd2[_0x608dee(0x93f)],_0x608dee(0x93e)))throw new _0x1cc991(_0x531fd2['jExoE']);else _0x26808f['makeDirty']();});const {scene:_0x3bd75b}=_0x39db69,_0x3d057e=_0x531fd2[_0x746ff7(0x14e)](In,Array[_0x746ff7(0x2a7)](_0x251e87[_0x746ff7(0x591)]()))[_0x746ff7(0x71d)](_0x2e6fbb=>{const _0x16149f=_0x746ff7,{color:_0x237757,range:_0x36d6b4,name:_0x10e312,selection:_0x3c59e3,sheetID:_0x3631a5}=_0x2e6fbb,{startColumn:_0x2f567b,startRow:_0x4ae6bb,endColumn:_0x3a5cde,endRow:_0x340906}=_0x36d6b4,_0x44db2a=_0x531fd2[_0x16149f(0x393)](_0x9aa2e1,_0x4ae6bb,_0x2f567b,_0x3bd75b,_0x96e8bc),_0x1d0a67=_0x531fd2[_0x16149f(0x1f8)](_0x9aa2e1,_0x340906,_0x3a5cde,_0x3bd75b,_0x96e8bc),{columnHeaderHeightAndMarginTop:_0x5d7332}=_0x96e8bc,{startX:_0x509aae,startY:_0x419991}=_0x44db2a,{endX:_0x267d8a,endY:_0x3d58ab}=_0x1d0a67,_0x134be0=_0x531fd2[_0x16149f(0x57c)](_0x267d8a,_0x509aae),_0x37c058=_0x531fd2[_0x16149f(0x57c)](_0x3d58ab,_0x419991),_0x53350e={'labelPosition':_0x531fd2['QWlpb'](_0x419991-_0x5d7332,Oe)?_0x531fd2['ImUay']:_0x531fd2['bvMnf'],'sheetID':_0x3631a5,'range':_0x36d6b4,'color':_0x237757,'name':_0x10e312,'selection':_0x3c59e3,'left':_0x509aae,'top':_0x419991,'width':_0x134be0,'height':_0x37c058,'evented':!(-0x25c*0xe+0x8*0x4c+-0x1*-0x1ea9)};return new pn(_0x10e312,_0x53350e);});_0x3bd75b[_0x746ff7(0x8ce)](_0x3d057e,Sn),this[_0x746ff7(0x19e)]=new Set(_0x3d057e);}['_removeCol'+'labCursors'](){const _0x2e08ff=_0x31ce10;var _0x354f43;(_0x354f43=this[_0x2e08ff(0x19e)])==null||_0x354f43[_0x2e08ff(0x6d5)](_0x412e49=>_0x412e49[_0x2e08ff(0x915)]());}[_0x31ce10(0x7f9)+_0x31ce10(0x4b3)](){const _0x46fcd0=_0x31ce10,_0x5662a0={'cGnHK':function(_0x414f55,_0x4266ae,_0x25432a){return _0x414f55(_0x4266ae,_0x25432a);}};return _0x5662a0['cGnHK'](_0x51ce87,this[_0x46fcd0(0x831)+_0x46fcd0(0x7a4)+'ce'],this[_0x46fcd0(0x6ce)+_0x46fcd0(0x717)+'e']);}};$e=Cn([_0x390cc5(_0x32e745['Steady'],$e),Se(-0xc3a*-0x3+-0x12f*-0x4+0x13*-0x22e,_0x35b90a(le)),Se(-0x1131+0x10be+0x74,_0x14d8cf),Se(0x2503+-0x21ea+-0x317,_0x27fb7b),Se(-0xd*-0x25+0x2429*0x1+0xf*-0x289,_0x35b90a(_0x1d6f93)),Se(-0x805+0x20*-0xe8+0x2509,_0x35b90a(_0xd95a71))],$e);function In(_0x35ebac){const _0x1481b6=_0x31ce10,_0x22bfc9=new Map();return _0x35ebac[_0x1481b6(0x6d5)](_0x225299=>{const _0x4d4a84=_0x1481b6;if(_0x22bfc9[_0x4d4a84(0x17d)](_0x225299[_0x4d4a84(0x362)])){const _0x12314e=_0x22bfc9[_0x4d4a84(0x284)](_0x225299[_0x4d4a84(0x362)]);_0x12314e[_0x4d4a84(0x7e9)]+=',\x20'+_0x225299[_0x4d4a84(0x7e9)];}else _0x22bfc9['set'](_0x225299[_0x4d4a84(0x362)],_0x225299);}),Array[_0x1481b6(0x2a7)](_0x22bfc9[_0x1481b6(0x591)]());}var A=function(){const _0x4f9808=_0x31ce10,_0x30fe5c={'qQXIh':function(_0xdca0f1,_0x22de19){return _0xdca0f1(_0x22de19);},'zHNdj':function(_0xe40c14,_0x59fbe7){return _0xe40c14(_0x59fbe7);},'SpQwF':function(_0x44bc61,_0x5e2e6c){return _0x44bc61(_0x5e2e6c);},'AUItC':function(_0xdb786,_0x393b51){return _0xdb786!==_0x393b51;},'ZRvjo':function(_0x12b5d3,_0x426202){return _0x12b5d3<_0x426202;}};return A=Object[_0x4f9808(0x267)]||function(_0x541abd){const _0xa92d9f=_0x4f9808;if(_0x30fe5c[_0xa92d9f(0x444)](_0xa92d9f(0x782),_0xa92d9f(0x782))){const _0x3f1549={'nUeHA':function(_0x2f112b,_0x58be50){return _0x30fe5c['qQXIh'](_0x2f112b,_0x58be50);}};this[_0xa92d9f(0x544)+'hMe'](_0x30fe5c[_0xa92d9f(0x95f)](_0x4f71a6,this['_univerIns'+_0xa92d9f(0x7a4)+'ce'][_0xa92d9f(0x96c)]['pipe'](_0x29e326(()=>{const _0x1523ff=_0xa92d9f,_0x5d960d=this['_univerIns'+_0x1523ff(0x7a4)+'ce'][_0x1523ff(0x226)+'Unit']();return _0x5d960d?this[_0x1523ff(0x208)+_0x1523ff(0x515)+'ller'][_0x1523ff(0x2ef)+'ntity$'](_0x5d960d['getUnitId']()):_0x3f1549['nUeHA'](_0x120bb1,null);}),_0x30fe5c['SpQwF'](_0x4ef318,_0x189c73=>_0x189c73?_0x189c73[_0xa92d9f(0x1f9)]:_0x4da194(_0x471253['NOT_COLLAB'])))[_0xa92d9f(0x1b2)](_0x528b3e=>{const _0x3c8581=_0xa92d9f;this['_status$'][_0x3c8581(0x6e3)](_0x528b3e);})));}else{for(var _0x1ee3d7,_0xa4ca15=0x277*0xa+-0x5*0x64d+0x4*0x1b7,_0x13d705=arguments['length'];_0x30fe5c[_0xa92d9f(0x9c2)](_0xa4ca15,_0x13d705);_0xa4ca15++){_0x1ee3d7=arguments[_0xa4ca15];for(var _0xc5ea7c in _0x1ee3d7)Object[_0xa92d9f(0x7bf)][_0xa92d9f(0x176)+_0xa92d9f(0x1b0)]['call'](_0x1ee3d7,_0xc5ea7c)&&(_0x541abd[_0xc5ea7c]=_0x1ee3d7[_0xc5ea7c]);}return _0x541abd;}},A[_0x4f9808(0x51b)](this,arguments);},En=function(_0xf79771,_0x5bfe78){const _0x3dc55b=_0x31ce10,_0x249069={};_0x249069[_0x3dc55b(0x8f1)]=function(_0x414d04,_0x1991a1){return _0x414d04!=_0x1991a1;},_0x249069[_0x3dc55b(0x23a)]=function(_0x5bc5f6,_0x11c205){return _0x5bc5f6<_0x11c205;};const _0x3095d7=_0x249069;var _0x565a5c={};for(var _0x313b23 in _0xf79771)Object[_0x3dc55b(0x7bf)][_0x3dc55b(0x176)+_0x3dc55b(0x1b0)]['call'](_0xf79771,_0x313b23)&&_0x5bfe78[_0x3dc55b(0x239)](_0x313b23)<-0x2102+0x797*0x1+0x196b*0x1&&(_0x565a5c[_0x313b23]=_0xf79771[_0x313b23]);if(_0x3095d7[_0x3dc55b(0x8f1)](_0xf79771,null)&&typeof Object[_0x3dc55b(0x31f)+_0x3dc55b(0x346)+'s']==_0x3dc55b(0x62f)){for(var _0x22130f=0x222a+-0x1*0xccb+-0x155f,_0x313b23=Object[_0x3dc55b(0x31f)+_0x3dc55b(0x346)+'s'](_0xf79771);_0x3095d7[_0x3dc55b(0x23a)](_0x22130f,_0x313b23['length']);_0x22130f++)_0x3095d7[_0x3dc55b(0x23a)](_0x5bfe78[_0x3dc55b(0x239)](_0x313b23[_0x22130f]),-0xd1d+-0x7*0x12b+-0xa*-0x221)&&Object[_0x3dc55b(0x7bf)][_0x3dc55b(0x34b)+'Enumerable'][_0x3dc55b(0x774)](_0xf79771,_0x313b23[_0x22130f])&&(_0x565a5c[_0x313b23[_0x22130f]]=_0xf79771[_0x313b23[_0x22130f]]);}return _0x565a5c;},wt=_0x214f68(function(_0x19eed0,_0x10368f){const _0x3b3f45=_0x31ce10,_0x136621={'ooiKT':function(_0x24cb40,_0x167333,_0x1b44f7){return _0x24cb40(_0x167333,_0x1b44f7);},'wazOX':_0x3b3f45(0x69d),'RgVmj':_0x3b3f45(0x379),'YHsNa':_0x3b3f45(0x91c),'qCtUU':_0x3b3f45(0x3e2)+_0x3b3f45(0x827)+_0x3b3f45(0x19d),'ynHoK':function(_0x335df6,_0x3d86a1){return _0x335df6||_0x3d86a1;},'iitOD':function(_0x68da02,_0x2d3c3f){return _0x68da02(_0x2d3c3f);},'gEAhf':function(_0x18a9fe){return _0x18a9fe();},'vuubn':function(_0x2d1167,_0x2cfdc3,_0x3f142f,_0x35d597,_0x304ee1,_0x5e8fa3){return _0x2d1167(_0x2cfdc3,_0x3f142f,_0x35d597,_0x304ee1,_0x5e8fa3);}};var _0x3da97c=_0x19eed0[_0x3b3f45(0x69d)],_0x2f6c3c=_0x19eed0['id'],_0x1a56f3=_0x19eed0[_0x3b3f45(0x379)],_0x2f605f=_0x19eed0[_0x3b3f45(0x91c)],_0x3cd7c2=_0x136621[_0x3b3f45(0x546)](En,_0x19eed0,[_0x136621[_0x3b3f45(0x8e5)],'id',_0x136621[_0x3b3f45(0x80c)],_0x136621['YHsNa']]),_0x141410=_0x136621['qCtUU'][_0x3b3f45(0x48c)](_0x2f6c3c,'\x20')['concat'](_0x136621[_0x3b3f45(0x1ea)](_0x1a56f3,''))[_0x3b3f45(0x905)](),_0x3a726c=_0x136621['iitOD'](_0x19ed1c,'_'[_0x3b3f45(0x48c)](_0x136621['gEAhf'](Rn)));const _0x2ba85a={};return _0x2ba85a[_0x3b3f45(0x154)]=_0x10368f,_0x2ba85a[_0x3b3f45(0x379)]=_0x141410,_0x136621[_0x3b3f45(0x32e)](ps,_0x3da97c,''[_0x3b3f45(0x48c)](_0x2f6c3c),{'defIds':_0x3da97c[_0x3b3f45(0x3df)],'idSuffix':_0x3a726c[_0x3b3f45(0x794)]},_0x136621[_0x3b3f45(0x546)](A,_0x2ba85a,_0x3cd7c2),_0x2f605f);});function ps(_0x2dc29d,_0x3200ab,_0x56fb34,_0x5352b4,_0x54d99b){const _0x31c4b4=_0x31ce10,_0x1fb473={'vQFQq':function(_0x2588df,_0xed34e0,_0x1b08c4,_0xf43414,_0xd17711,_0x5ba912){return _0x2588df(_0xed34e0,_0x1b08c4,_0xf43414,_0xd17711,_0x5ba912);},'uMFeI':function(_0x1409d5,_0x20a129,_0x1d0399){return _0x1409d5(_0x20a129,_0x1d0399);},'gBlBE':function(_0x45c8f7,_0x264660,_0x4ec434,_0x17102b){return _0x45c8f7(_0x264660,_0x4ec434,_0x17102b);}},_0x2ed26b={};return _0x2ed26b[_0x31c4b4(0x72d)]=_0x3200ab,_0x348b7d(_0x2dc29d[_0x31c4b4(0x67a)],_0x1fb473[_0x31c4b4(0x59e)](A,_0x1fb473['uMFeI'](A,_0x2ed26b,_0x1fb473[_0x31c4b4(0x36f)](bn,_0x2dc29d,_0x56fb34,_0x54d99b)),_0x5352b4),(_0x1fb473[_0x31c4b4(0x59e)](Tn,_0x2dc29d,_0x56fb34)['children']||[])[_0x31c4b4(0x71d)](function(_0x324238,_0xe1ce60){const _0x1181b8=_0x31c4b4;return _0x1fb473[_0x1181b8(0x29c)](ps,_0x324238,''[_0x1181b8(0x48c)](_0x3200ab,'-')[_0x1181b8(0x48c)](_0x2dc29d[_0x1181b8(0x67a)],'-')['concat'](_0xe1ce60),_0x56fb34,void(0xd*0x1c9+-0x1*-0x242+-0x1977),_0x54d99b);}));}function bn(_0x25b48e,_0x2de383,_0x16db24){const _0x1b2d15=_0x31ce10,_0x20b106={'hgpcL':function(_0x55c0ce,_0x80e8b0){return _0x55c0ce==_0x80e8b0;},'eVWZS':_0x1b2d15(0x4a5),'coiHt':function(_0x4c314f,_0x2b0de9,_0x4d1bb1){return _0x4c314f(_0x2b0de9,_0x4d1bb1);},'OcNqy':function(_0x427fbc,_0xd9710f){return _0x427fbc!=_0xd9710f;},'FDsIf':function(_0x181bdc,_0x11aa50){return _0x181bdc===_0x11aa50;},'CzDdp':_0x1b2d15(0x878)+'el1','stnOM':_0x1b2d15(0x20b),'HTkzh':_0x1b2d15(0x7e5),'bclCG':function(_0x1f7859,_0x564305){return _0x1f7859+_0x564305;}};var _0xc19688=_0x20b106[_0x1b2d15(0x6cd)](A,{},_0x25b48e['attrs']);_0x20b106[_0x1b2d15(0x972)](_0x16db24,null)&&_0x16db24[_0x1b2d15(0x878)+_0x1b2d15(0x2a1)]&&_0x20b106[_0x1b2d15(0x24a)](_0xc19688[_0x1b2d15(0x1d0)],_0x20b106['CzDdp'])&&(_0xc19688[_0x1b2d15(0x1d0)]=_0x16db24['colorChann'+_0x1b2d15(0x2a1)]);var _0x3402c3=_0x2de383[_0x1b2d15(0x3df)];return!_0x3402c3||_0x20b106[_0x1b2d15(0x24a)](_0x3402c3['length'],0x1*0xb3e+0x3a2*0xa+-0x2*0x17c9)||(_0x25b48e[_0x1b2d15(0x67a)]===_0x20b106[_0x1b2d15(0x15e)]&&_0xc19688['xlink:href']&&(_0xc19688[_0x20b106[_0x1b2d15(0x1e4)]]=_0x20b106[_0x1b2d15(0x144)](_0xc19688[_0x20b106[_0x1b2d15(0x1e4)]],_0x2de383['idSuffix'])),Object[_0x1b2d15(0x8ed)](_0xc19688)[_0x1b2d15(0x6d5)](function(_0x40303c){const _0x3e72b5=_0x1b2d15;var _0xe35fba=_0x40303c[0x79*0x2f+0xb*0x33d+0x2a1*-0x16],_0x26810e=_0x40303c[0x225*-0x7+-0x1b4f*0x1+0x877*0x5];_0x20b106[_0x3e72b5(0x297)](typeof _0x26810e,_0x20b106['eVWZS'])&&(_0xc19688[_0xe35fba]=_0x26810e['replace'](/url\(#(.*)\)/,_0x3e72b5(0x4dd)[_0x3e72b5(0x48c)](_0x2de383['idSuffix'],')')));})),_0xc19688;}function Tn(_0xda6891,_0xfbf96f){const _0x5ab428=_0x31ce10,_0x3716ff={'PnVGs':function(_0x47aadb,_0x3665d1){return _0x47aadb==_0x3665d1;},'KwpqA':_0x5ab428(0x4a5),'JnEbA':function(_0x38ec1f,_0x1b8c38){return _0x38ec1f>_0x1b8c38;},'IwqRE':function(_0x369bb4,_0x50903f,_0x277327){return _0x369bb4(_0x50903f,_0x277327);},'gDpTy':function(_0x3dc791,_0xbbd4ea,_0x2a0022){return _0x3dc791(_0xbbd4ea,_0x2a0022);},'ppJdK':function(_0x2df596,_0x19a0df){return _0x2df596+_0x19a0df;},'QFsLU':function(_0x334393,_0x13805c){return _0x334393===_0x13805c;},'lUUvB':'defs'};var _0x43de4c,_0x23232c=_0xfbf96f['defIds'];return!_0x23232c||_0x23232c[_0x5ab428(0x37c)]===0x1bb*-0x8+-0xb*-0x176+-0x5*0x72?_0xda6891:_0x3716ff[_0x5ab428(0x433)](_0xda6891[_0x5ab428(0x67a)],_0x3716ff[_0x5ab428(0x78f)])&&(!(_0x3716ff[_0x5ab428(0x433)](_0x43de4c=_0xda6891[_0x5ab428(0x5f0)],null)||_0x3716ff[_0x5ab428(0x433)](_0x43de4c,void(0x15a5+0x1b30+-0x30d5)))&&_0x43de4c[_0x5ab428(0x37c)])?_0x3716ff[_0x5ab428(0x1b3)](A,_0x3716ff['gDpTy'](A,{},_0xda6891),{'children':_0xda6891[_0x5ab428(0x5f0)][_0x5ab428(0x71d)](function(_0xf96fe){const _0x307042=_0x5ab428;return _0x3716ff[_0x307042(0x2f7)](typeof _0xf96fe['attrs']['id'],_0x3716ff['KwpqA'])&&_0x23232c&&_0x3716ff[_0x307042(0x618)](_0x23232c['indexOf'](_0xf96fe[_0x307042(0x46f)]['id']),-(0x594+0xb21*0x1+-0x10b4))?_0x3716ff['IwqRE'](A,_0x3716ff['gDpTy'](A,{},_0xf96fe),{'attrs':_0x3716ff[_0x307042(0x4a6)](A,_0x3716ff[_0x307042(0x4a6)](A,{},_0xf96fe[_0x307042(0x46f)]),{'id':_0x3716ff['ppJdK'](_0xf96fe['attrs']['id'],_0xfbf96f[_0x307042(0x32f)])})}):_0xf96fe;})}):_0xda6891;}function Rn(){const _0x5ad236=_0x31ce10;return Math[_0x5ad236(0x4ec)]()['toString'](0x1408+-0x10d3+-0x311*0x1)[_0x5ad236(0x4d8)](-0x83*-0x13+-0x1*0x227e+-0x1*-0x18c7,0x1*0x36d+-0xe6a+0x1*0xb05);}wt['displayNam'+'e']=_0x31ce10(0x9c3);const _0x36505e={};_0x36505e[_0x31ce10(0x1d0)]=_0x31ce10(0x6a8),_0x36505e[_0x31ce10(0x74c)]=_0x31ce10(0x414),_0x36505e['width']=_0x31ce10(0x549),_0x36505e['height']=_0x31ce10(0x549);const _0x1521b8={};_0x1521b8['maskType']=_0x31ce10(0x4d1);const _0x2df40a={};_0x2df40a['id']='mask0_102_'+'585',_0x2df40a['style']=_0x1521b8,_0x2df40a[_0x31ce10(0x132)]=0x10,_0x2df40a[_0x31ce10(0x594)]=0x10,_0x2df40a['x']=0x0,_0x2df40a['y']=0x0,_0x2df40a[_0x31ce10(0x9bd)]=_0x31ce10(0x6b5)+_0x31ce10(0x295);const _0x1dabb5={};_0x1dabb5['fill']='#D9D9D9',_0x1dabb5['d']=_0x31ce10(0x2d4)+_0x31ce10(0x80e);const _0x398474={};_0x398474[_0x31ce10(0x67a)]='path',_0x398474[_0x31ce10(0x46f)]=_0x1dabb5;const _0x2dc42d={};_0x2dc42d[_0x31ce10(0x67a)]=_0x31ce10(0x2b1),_0x2dc42d[_0x31ce10(0x46f)]=_0x2df40a,_0x2dc42d[_0x31ce10(0x5f0)]=[_0x398474];const _0x429b71={};_0x429b71[_0x31ce10(0x1d0)]=_0x31ce10(0x79b)+'or',_0x429b71[_0x31ce10(0x2b1)]=_0x31ce10(0x3bf)+'_102_585)';const _0x17b5ba={};_0x17b5ba['d']=_0x31ce10(0x153)+_0x31ce10(0x363)+_0x31ce10(0x1ba)+'16\x207.36011'+_0x31ce10(0x409)+_0x31ce10(0x5ea)+_0x31ce10(0x303)+_0x31ce10(0x5db)+'2.40812\x207.'+_0x31ce10(0x4dc)+_0x31ce10(0x55c)+_0x31ce10(0x401)+'8.35357\x202.'+'12158\x208.64'+_0x31ce10(0x27e)+_0x31ce10(0x607)+_0x31ce10(0x78b)+_0x31ce10(0x92f)+_0x31ce10(0x6c2)+_0x31ce10(0x4e0)+'1.7216\x208.0'+_0x31ce10(0x342)+'16zM8.0000'+_0x31ce10(0x567)+_0x31ce10(0x38d)+_0x31ce10(0x9e9)+_0x31ce10(0x48d)+'2\x208.83342\x20'+_0x31ce10(0x1f4)+_0x31ce10(0x79c)+'47\x208.46032'+_0x31ce10(0x823)+'.00008\x2012.'+_0x31ce10(0x5e0)+'85\x2012.2116'+_0x31ce10(0x889)+_0x31ce10(0x811)+_0x31ce10(0x49d)+'5\x207.16675\x20'+_0x31ce10(0x78d)+_0x31ce10(0x5f8)+_0x31ce10(0x7fa)+_0x31ce10(0x180)+_0x31ce10(0x739)+'.3083V4.65'+_0x31ce10(0x512)+_0x31ce10(0x370)+_0x31ce10(0x137)+_0x31ce10(0x365)+_0x31ce10(0x152)+_0x31ce10(0x84a)+_0x31ce10(0x597)+'8974\x207.255'+_0x31ce10(0x251)+_0x31ce10(0x8d4)+'5.4039\x206.7'+'2149\x2015.39'+_0x31ce10(0x68c)+_0x31ce10(0x517)+_0x31ce10(0x7b5)+_0x31ce10(0x5b2)+'28\x2011.5069'+_0x31ce10(0x7a6)+_0x31ce10(0x75e)+_0x31ce10(0x30c)+_0x31ce10(0x67f)+_0x31ce10(0x7de)+_0x31ce10(0x4ba)+'771\x204.8978'+_0x31ce10(0x996)+_0x31ce10(0x89a)+_0x31ce10(0x440)+'03\x203.55961'+_0x31ce10(0x516)+_0x31ce10(0x5ad)+_0x31ce10(0x926)+'.3003\x205.65'+_0x31ce10(0x5ce)+_0x31ce10(0x63e)+_0x31ce10(0x90d)+_0x31ce10(0x61d)+_0x31ce10(0x165)+'59626\x206.72'+_0x31ce10(0x787)+_0x31ce10(0x8d4)+_0x31ce10(0x2a8)+'5598\x201.524'+_0x31ce10(0x432)+_0x31ce10(0x91e)+_0x31ce10(0x45f)+_0x31ce10(0x3db)+'63\x202.16333'+_0x31ce10(0x7d2)+_0x31ce10(0x2f1)+_0x31ce10(0x965)+'01\x208.33667'+_0x31ce10(0x5a3)+_0x31ce10(0x8df)+_0x31ce10(0x1d7)+_0x31ce10(0x92d)+(_0x31ce10(0x3ed)+_0x31ce10(0x73b)+_0x31ce10(0x26c)+'1\x204.59408\x20'+_0x31ce10(0x69f)+_0x31ce10(0x581)+_0x31ce10(0x674)+_0x31ce10(0x6a7)+_0x31ce10(0x8d9)+_0x31ce10(0x8dc)+'201\x209.2794'+_0x31ce10(0x396)+_0x31ce10(0x43f)+_0x31ce10(0x852)+_0x31ce10(0x2ed)+_0x31ce10(0x13e)+'M9.43991\x207'+_0x31ce10(0x30e)+_0x31ce10(0x16f)+'5\x206.62431\x20'+_0x31ce10(0x7b6)+_0x31ce10(0x1e6)+_0x31ce10(0x58e)+_0x31ce10(0x5ef)+_0x31ce10(0x967)+'.3985\x209.01'+_0x31ce10(0x599)+'2\x209.27947\x20'+_0x31ce10(0x48f)+_0x31ce10(0x6ad)+_0x31ce10(0x157)+_0x31ce10(0x73f)+_0x31ce10(0x19a)+'.406\x208.490'+_0x31ce10(0x5f5)+_0x31ce10(0x832)+_0x31ce10(0x4ab)+'818zM4.862'+_0x31ce10(0x39d)+'C5.35689\x201'+_0x31ce10(0x22f)+'3957\x209.659'+_0x31ce10(0x483)+_0x31ce10(0x6d9)+_0x31ce10(0x15c)+_0x31ce10(0x3b5)+_0x31ce10(0x77f)+_0x31ce10(0x983)+_0x31ce10(0x1e3)+'451\x205.5444'+_0x31ce10(0x535)+_0x31ce10(0x389)+'.7114\x204.86'+_0x31ce10(0x963)+_0x31ce10(0x2f4)+_0x31ce10(0x911)+'0166\x2010.76'+_0x31ce10(0x725)+_0x31ce10(0x207)+_0x31ce10(0x1cf)+_0x31ce10(0x4f5)+'741C10.060'+_0x31ce10(0x98c)+'10.6432\x2010'+_0x31ce10(0x459)+_0x31ce10(0x2dd)+_0x31ce10(0x2d9)+_0x31ce10(0x3f3)+_0x31ce10(0x752)+_0x31ce10(0x876)+'2\x2011.451\x201'+'0.8778\x2011.'+'7114\x2010.45'+_0x31ce10(0x233)+_0x31ce10(0x6cf)+_0x31ce10(0x377)+_0x31ce10(0x43e)+_0x31ce10(0x1ee)+'11.0372\x209.'+'43991\x2010.8'+'949z');const _0x58286e={};_0x58286e[_0x31ce10(0x67a)]=_0x31ce10(0x51d),_0x58286e['attrs']=_0x17b5ba;const _0x3fe5a2={};_0x3fe5a2['tag']='g',_0x3fe5a2[_0x31ce10(0x46f)]=_0x429b71,_0x3fe5a2['children']=[_0x58286e];const _0x59843e={};_0x59843e[_0x31ce10(0x67a)]='svg',_0x59843e[_0x31ce10(0x46f)]=_0x36505e,_0x59843e[_0x31ce10(0x5f0)]=[_0x2dc42d,_0x3fe5a2];var yn=_0x59843e,Cs=_0x214f68(function(_0x462d63,_0x4304eb){const _0x2c14bc=_0x31ce10,_0x49290b={'bAuKf':function(_0x12955b,_0x28e6e3,_0x1c30b3){return _0x12955b(_0x28e6e3,_0x1c30b3);},'TQbIm':'off-line-s'+_0x2c14bc(0x598)};return _0x49290b[_0x2c14bc(0x810)](_0x348b7d,wt,Object[_0x2c14bc(0x267)]({},_0x462d63,{'id':_0x49290b[_0x2c14bc(0x780)],'ref':_0x4304eb,'icon':yn}));});Cs['displayNam'+'e']=_0x31ce10(0x72e)+_0x31ce10(0x5ec);const _0x73fa96={};_0x73fa96[_0x31ce10(0x1d0)]='none',_0x73fa96[_0x31ce10(0x74c)]=_0x31ce10(0x414),_0x73fa96['width']=_0x31ce10(0x549),_0x73fa96[_0x31ce10(0x594)]=_0x31ce10(0x549);const _0x118b5c={};_0x118b5c['maskType']=_0x31ce10(0x4d1);const _0x13abbf={};_0x13abbf['id']=_0x31ce10(0x8f5)+_0x31ce10(0x7ed),_0x13abbf['style']=_0x118b5c,_0x13abbf[_0x31ce10(0x132)]=0x10,_0x13abbf['height']=0x10,_0x13abbf['x']=0x0,_0x13abbf['y']=0x0,_0x13abbf[_0x31ce10(0x9bd)]='userSpaceO'+'nUse';const _0x50b61b={};_0x50b61b[_0x31ce10(0x1d0)]=_0x31ce10(0x81c),_0x50b61b['d']=_0x31ce10(0x2d4)+_0x31ce10(0x80e);const _0x336c93={};_0x336c93[_0x31ce10(0x67a)]=_0x31ce10(0x51d),_0x336c93[_0x31ce10(0x46f)]=_0x50b61b;const _0x537483={};_0x537483[_0x31ce10(0x67a)]=_0x31ce10(0x2b1),_0x537483[_0x31ce10(0x46f)]=_0x13abbf,_0x537483[_0x31ce10(0x5f0)]=[_0x336c93];const _0x5b8b3d={};_0x5b8b3d[_0x31ce10(0x1d0)]=_0x31ce10(0x79b)+'or',_0x5b8b3d[_0x31ce10(0x2b1)]='url(#mask0'+_0x31ce10(0x480),_0x5b8b3d[_0x31ce10(0x993)]=_0x31ce10(0x167),_0x5b8b3d[_0x31ce10(0x33e)]=_0x31ce10(0x167);const _0x11628b={};_0x11628b['d']=_0x31ce10(0x3ea)+_0x31ce10(0x430)+_0x31ce10(0x7fe)+_0x31ce10(0x41d)+'\x205.65314\x205'+_0x31ce10(0x4a1)+_0x31ce10(0x462)+'06\x206.49553'+'\x204.68897\x206'+_0x31ce10(0x883)+_0x31ce10(0x36e)+_0x31ce10(0x9ab)+_0x31ce10(0x15f)+_0x31ce10(0x8ec)+_0x31ce10(0x5ba)+_0x31ce10(0x4f2)+_0x31ce10(0x353)+_0x31ce10(0x644)+'324\x207.9389'+_0x31ce10(0x619)+_0x31ce10(0x8a0)+_0x31ce10(0x70d)+_0x31ce10(0x964)+'4\x2010.0131\x20'+_0x31ce10(0x159)+'.2503C3.09'+_0x31ce10(0x957)+_0x31ce10(0x4c3)+_0x31ce10(0x1ab)+_0x31ce10(0x336)+_0x31ce10(0x1a9)+_0x31ce10(0x2a6)+_0x31ce10(0x3cb)+_0x31ce10(0x997)+_0x31ce10(0x429)+'C4.72404\x201'+_0x31ce10(0x680)+_0x31ce10(0x8b7)+_0x31ce10(0x5b9)+_0x31ce10(0x62d)+_0x31ce10(0x715)+_0x31ce10(0x6f6)+_0x31ce10(0x9af)+'96945\x2011.3'+_0x31ce10(0x9ca)+_0x31ce10(0x722)+_0x31ce10(0x2d7)+'.99887\x200.7'+_0x31ce10(0x302)+_0x31ce10(0x3a3)+_0x31ce10(0x135)+_0x31ce10(0x505)+_0x31ce10(0x6b7)+_0x31ce10(0x945)+'2.8676\x205.6'+_0x31ce10(0x763)+_0x31ce10(0x670)+_0x31ce10(0x51f)+_0x31ce10(0x868)+_0x31ce10(0x654)+'85\x204.35413'+'\x204.2463\x204.'+_0x31ce10(0x1b7)+'271C5.5160'+_0x31ce10(0x991)+'6.5174\x202.4'+'3066\x208.000'+_0x31ce10(0x766)+'C9.27898\x202'+'.43066\x2010.'+_0x31ce10(0x223)+'3\x2010.9548\x20'+_0x31ce10(0x94d)+'5184\x203.841'+_0x31ce10(0x528)+'4.41324\x2012'+_0x31ce10(0x357)+_0x31ce10(0x13c)+_0x31ce10(0x846)+_0x31ce10(0x47c)+'9222\x2012.23'+_0x31ce10(0x6bf)+'C12.549\x205.'+_0x31ce10(0x822)+_0x31ce10(0x48e)+_0x31ce10(0x406)+_0x31ce10(0x657)+'2932\x206.005'+_0x31ce10(0x427)+'\x206.97409\x201'+'5.2072\x208.6'+_0x31ce10(0x3fc)+_0x31ce10(0x554)+_0x31ce10(0x1c4)+_0x31ce10(0x802)+_0x31ce10(0x21c)+_0x31ce10(0x3b6)+_0x31ce10(0x434)+_0x31ce10(0x4ca)+'931\x2011.931'+('2\x2011.931C1'+_0x31ce10(0x968)+_0x31ce10(0x46a)+'\x2011.6377\x201'+_0x31ce10(0x67c)+_0x31ce10(0x59a)+_0x31ce10(0x6eb)+'.5694\x2010.6'+_0x31ce10(0x324)+_0x31ce10(0x5f4)+_0x31ce10(0x754)+_0x31ce10(0x238)+_0x31ce10(0x6ff)+_0x31ce10(0x72a)+'10.1992C13'+'.6294\x209.93'+'602\x2013.896'+_0x31ce10(0x8d2)+_0x31ce10(0x88f)+_0x31ce10(0x50b)+_0x31ce10(0x5cb)+_0x31ce10(0x1aa)+_0x31ce10(0x5b1)+_0x31ce10(0x7ef)+_0x31ce10(0x564)+_0x31ce10(0x69c)+'.1325\x206.33'+_0x31ce10(0x5eb)+_0x31ce10(0x7fb)+_0x31ce10(0x9d6)+_0x31ce10(0x84d)+'799\x206.2189'+'3\x2011.6151\x20'+'6.20737C11'+_0x31ce10(0x8cc)+_0x31ce10(0x519)+'\x206.19792\x201'+_0x31ce10(0x713)+_0x31ce10(0x49a)+'\x206.19391L1'+'1.5302\x206.1'+_0x31ce10(0x624)+_0x31ce10(0x60c)+_0x31ce10(0x946)+_0x31ce10(0x64d)+_0x31ce10(0x2cf)+_0x31ce10(0x6d0)+_0x31ce10(0x912)+_0x31ce10(0x87f)+_0x31ce10(0x225)+_0x31ce10(0x85a)+_0x31ce10(0x7e7)+_0x31ce10(0x702)+_0x31ce10(0x7fc)+_0x31ce10(0x683)+_0x31ce10(0x255)+'00003\x203.74'+'106C6.8618'+_0x31ce10(0x58b)+_0x31ce10(0x5d2)+'12236\x205.82'+'613\x204.5674'+_0x31ce10(0x418)+_0x31ce10(0x520)+_0x31ce10(0x8ef)+_0x31ce10(0x786)+_0x31ce10(0x5a2)+_0x31ce10(0x445)+_0x31ce10(0x524)+_0x31ce10(0x8eb)+_0x31ce10(0x9a1)+_0x31ce10(0x6a1));const _0x2823ca={};_0x2823ca[_0x31ce10(0x67a)]=_0x31ce10(0x51d),_0x2823ca[_0x31ce10(0x46f)]=_0x11628b;const _0x57b06c={};_0x57b06c['d']=_0x31ce10(0x3f8)+'.12626C11.'+_0x31ce10(0x962)+_0x31ce10(0x494)+_0x31ce10(0x582)+_0x31ce10(0x411)+_0x31ce10(0x4cc)+_0x31ce10(0x931)+_0x31ce10(0x7b4)+_0x31ce10(0x8d8)+_0x31ce10(0x381)+_0x31ce10(0x62b)+_0x31ce10(0x49e)+_0x31ce10(0x4f9)+_0x31ce10(0x651)+_0x31ce10(0x5c8)+_0x31ce10(0x6fd)+_0x31ce10(0x94f)+_0x31ce10(0x769)+'92C5.33705'+_0x31ce10(0x8d3)+_0x31ce10(0x30f)+_0x31ce10(0x710)+_0x31ce10(0x8b1)+'5.7628\x2010.'+_0x31ce10(0x873)+'95\x2010.5409'+_0x31ce10(0x4b0)+_0x31ce10(0x2c5)+_0x31ce10(0x1f3)+_0x31ce10(0x798)+'\x209.22859C1'+_0x31ce10(0x161)+_0x31ce10(0x1ac)+'76\x208.90021'+'\x2011.0302\x209'+_0x31ce10(0x950);const _0x4c10fc={};_0x4c10fc[_0x31ce10(0x67a)]=_0x31ce10(0x51d),_0x4c10fc[_0x31ce10(0x46f)]=_0x57b06c;const _0x3f9844={};_0x3f9844[_0x31ce10(0x67a)]='g',_0x3f9844[_0x31ce10(0x46f)]=_0x5b8b3d,_0x3f9844['children']=[_0x2823ca,_0x4c10fc];const _0x1a1d90={};_0x1a1d90[_0x31ce10(0x67a)]=_0x31ce10(0x882),_0x1a1d90[_0x31ce10(0x46f)]=_0x73fa96,_0x1a1d90[_0x31ce10(0x5f0)]=[_0x537483,_0x3f9844];var On=_0x1a1d90,Is=_0x214f68(function(_0x5d79eb,_0x57857f){const _0x29d109=_0x31ce10,_0x3f786d={'cqJMl':function(_0x303a4f,_0x278f45,_0xef7726){return _0x303a4f(_0x278f45,_0xef7726);},'WuOmI':_0x29d109(0x77e)+_0x29d109(0x57f)};return _0x3f786d['cqJMl'](_0x348b7d,wt,Object['assign']({},_0x5d79eb,{'id':_0x3f786d[_0x29d109(0x917)],'ref':_0x57857f,'icon':On}));});Is['displayNam'+'e']='OnLineSing'+'le';const wn=_0x31ce10(0x382)+_0x31ce10(0x143)+_0x31ce10(0x38e),Mn='univer-onl'+'ine-status'+_0x31ce10(0x874),Dn=_0x31ce10(0x382)+_0x31ce10(0x143),Nn=_0x31ce10(0x382)+_0x31ce10(0x793),An=_0x31ce10(0x89b)+_0x31ce10(0x172),ve={'onlineStatusIcon':wn,'onlineStatusTitle':Mn,'onlineStatus':Dn,'online':Nn,'offline':An};function Un(_0x56b7a9){const _0x35e684=_0x31ce10,_0x116d54={};_0x116d54[_0x35e684(0x5cf)]=_0x35e684(0x6ed)+_0x35e684(0x53c),_0x116d54['BYKSd']=_0x35e684(0x6ed)+_0x35e684(0x5e3)+'t',_0x116d54[_0x35e684(0x27b)]=_0x35e684(0x6ed)+_0x35e684(0x403)+'ss',_0x116d54[_0x35e684(0x2cd)]=_0x35e684(0x6ed)+_0x35e684(0x185)+'ab',_0x116d54[_0x35e684(0x4b6)]='collabStat'+_0x35e684(0x9b8),_0x116d54[_0x35e684(0x34f)]=_0x35e684(0x6ed)+_0x35e684(0x8f4);const _0x5201fd=_0x116d54;switch(_0x56b7a9){case w[_0x35e684(0x163)]:return _0x5201fd['SgJrZ'];case w[_0x35e684(0x923)]:return _0x5201fd[_0x35e684(0x8c8)];case w[_0x35e684(0x20f)]:return _0x5201fd[_0x35e684(0x27b)];case w[_0x35e684(0x4f3)]:return _0x5201fd['AfZdW'];case w[_0x35e684(0x3a9)]:case w['AWAITING']:case w[_0x35e684(0x908)+_0x35e684(0x6cc)+'G']:return _0x5201fd[_0x35e684(0x4b6)];case w['SYNCED']:return _0x5201fd[_0x35e684(0x34f)];}}function kn(_0x3ff035){const _0x4411cb=_0x31ce10,_0x308605={'sKRsE':function(_0x761c8e,_0x1c780d,_0x558475){return _0x761c8e(_0x1c780d,_0x558475);},'zOxLJ':function(_0x416358,_0x5debf9){return _0x416358(_0x5debf9);},'zAVuL':function(_0x4dead1,_0x204749){return _0x4dead1!==_0x204749;},'zJxho':function(_0x20ceab,_0x3a65a8){return _0x20ceab(_0x3a65a8);},'EjvLA':_0x4411cb(0x81a)},_0x4cc94c=_0x308605[_0x4411cb(0x2fd)](_0xe29654,_0x3ff035['status$'],w[_0x4411cb(0x4f3)]),_0x396d42=_0x308605[_0x4411cb(0x1b8)](_0x1a38b2,_0xaffb7d),_0x2123e7=_0x308605[_0x4411cb(0x819)](_0x4cc94c,w[_0x4411cb(0x163)]),_0xd409d6=_0x396d42['t'](_0x308605[_0x4411cb(0x916)](Un,_0x4cc94c)),_0x24335a=_0x308605[_0x4411cb(0x2fd)](_0x28b92c,ve[_0x4411cb(0x9a9)+'us'],{[ve[_0x4411cb(0x90e)]]:_0x2123e7,[ve[_0x4411cb(0x48a)]]:!_0x2123e7}),_0x7834f5=_0x2123e7?_0x1b0096['createElem'+_0x4411cb(0x41f)](Is,null):_0x1b0096[_0x4411cb(0x192)+'ent'](Cs,null),_0x1b8eb8={};_0x1b8eb8[_0x4411cb(0x379)]=_0x24335a;const _0x4aeb9a={};_0x4aeb9a[_0x4411cb(0x379)]=ve['onlineStat'+'usIcon'];const _0x5c6b13={};return _0x5c6b13[_0x4411cb(0x379)]=ve[_0x4411cb(0x9a9)+_0x4411cb(0x80b)],_0x1b0096[_0x4411cb(0x192)+_0x4411cb(0x41f)](_0x308605[_0x4411cb(0x487)],_0x1b8eb8,_0x1b0096['createElem'+'ent'](_0x308605[_0x4411cb(0x487)],_0x4aeb9a,_0x7834f5),_0x1b0096['createElem'+_0x4411cb(0x41f)](_0x308605[_0x4411cb(0x487)],_0x5c6b13,_0xd409d6));}var Ln=(_0x220f44,_0x4ff557,_0x1a24f2,_0x5416f5)=>{const _0x6ab66=_0x31ce10,_0x2180f6={'LozmD':function(_0x1fcaac,_0x59766c){return _0x1fcaac-_0x59766c;},'UlLMc':function(_0x44751d,_0x16b110){return _0x44751d>=_0x16b110;},'bDSdK':function(_0x1b80a0,_0xb23101){return _0x1b80a0(_0xb23101);}};for(var _0x31d6c2=_0x4ff557,_0x132e1f=_0x2180f6[_0x6ab66(0x282)](_0x220f44[_0x6ab66(0x37c)],-0x1*0x254+-0x1554+0x17a9),_0x1ffc5b;_0x2180f6[_0x6ab66(0x666)](_0x132e1f,0xd*0x256+0x130f*0x1+-0x1*0x316d);_0x132e1f--)(_0x1ffc5b=_0x220f44[_0x132e1f])&&(_0x31d6c2=_0x2180f6['bDSdK'](_0x1ffc5b,_0x31d6c2)||_0x31d6c2);return _0x31d6c2;},Ae=(_0x19a578,_0x56e6a4)=>(_0x11a1f5,_0x43fa9b)=>_0x56e6a4(_0x11a1f5,_0x43fa9b,_0x19a578);let Pe=class extends _0x257b3f{constructor(_0x29558d,_0x93836c,_0x593171,_0x3a067f){const _0x4130c2=_0x31ce10,_0x1619be={'gtRtH':function(_0x19f071,_0x4eb4d3,_0x335dbf,_0x469e5f){return _0x19f071(_0x4eb4d3,_0x335dbf,_0x469e5f);},'oFwMM':_0x4130c2(0x5d9)};super(),_0x1619be[_0x4130c2(0x9c5)](l,this,_0x1619be['oFwMM'],new _0x5d55aa(w[_0x4130c2(0x4f3)])),(this[_0x4130c2(0x740)+_0x4130c2(0x550)]=_0x29558d,this[_0x4130c2(0x831)+'tanceServi'+'ce']=_0x93836c,this['_injector']=_0x593171,this['_collabora'+_0x4130c2(0x515)+_0x4130c2(0x6a0)]=_0x3a067f,this[_0x4130c2(0x217)+_0x4130c2(0x5e9)](),this[_0x4130c2(0x8c7)+_0x4130c2(0x6b3)]());}['_mountOnli'+_0x31ce10(0x5e9)](){const _0x5d947e=_0x31ce10;this['disposeWit'+_0x5d947e(0x9a4)](this['_uiControl'+_0x5d947e(0x550)]['registerCo'+'mponent'](_0x5ebb44[_0x5d947e(0x471)+'U'],()=>_0x27d358($n({'status$':this['_status$'][_0x5d947e(0x69a)+'le']()}),this['_injector'])));}[_0x31ce10(0x8c7)+_0x31ce10(0x6b3)](){const _0x2e9983=_0x31ce10,_0x2cfdac={'QXDVS':function(_0x242515,_0x18168c){return _0x242515(_0x18168c);},'QcjQH':function(_0x5bc1b8,_0x15b5b2){return _0x5bc1b8(_0x15b5b2);},'YVezz':function(_0x583439,_0x549a40){return _0x583439(_0x549a40);},'MQnMr':function(_0x475432,_0x487a57){return _0x475432(_0x487a57);}};this[_0x2e9983(0x544)+_0x2e9983(0x9a4)](_0x2cfdac['QcjQH'](_0x37aae7,this['_univerIns'+_0x2e9983(0x7a4)+'ce'][_0x2e9983(0x96c)]['pipe'](_0x2cfdac['YVezz'](_0x11bc90,()=>{const _0x2b77c8=_0x2e9983,_0x345ff1=this[_0x2b77c8(0x831)+_0x2b77c8(0x7a4)+'ce'][_0x2b77c8(0x226)+_0x2b77c8(0x6b2)]();return _0x345ff1?this[_0x2b77c8(0x208)+_0x2b77c8(0x515)+_0x2b77c8(0x6a0)][_0x2b77c8(0x2ef)+'ntity$'](_0x345ff1['getUnitId']()):_0x2cfdac[_0x2b77c8(0x812)](_0x5792c4,null);}),_0x2cfdac[_0x2e9983(0x870)](_0x11bc90,_0x321ec9=>_0x321ec9?_0x321ec9[_0x2e9983(0x1f9)]:_0x5792c4(w[_0x2e9983(0x4f3)])))[_0x2e9983(0x1b2)](_0xab1600=>{const _0x3d8c67=_0x2e9983;this['_status$'][_0x3d8c67(0x6e3)](_0xab1600);})));}};Pe=Ln([_0x390cc5(_0x32e745[_0x31ce10(0x728)],Pe),Ae(0x1ab5+-0x23*-0x19+0x1*-0x1e20,_0x5f591f),Ae(-0x399+0x1447+-0x10ad,_0x14d8cf),Ae(-0x9e6*0x1+0x1cf2+-0x2*0x985,_0x35b90a(_0xb6d532)),Ae(0x4*0x817+0x5*-0x5bb+-0x3b2,_0x35b90a(Ie))],Pe);function $n(_0x5c96f5){const _0x173916=_0x31ce10,_0x3fad95={'ZtsYr':function(_0x3d0de1,_0x50fab0,_0x20c48f,_0x2debcc,_0x3c1541,_0xfeb72c,_0x2b96e2){return _0x3d0de1(_0x50fab0,_0x20c48f,_0x2debcc,_0x3c1541,_0xfeb72c,_0x2b96e2);},'XIKiE':function(_0x530a9d,_0x3b35ab){return _0x530a9d instanceof _0x3b35ab;},'tNjDR':function(_0x3e3533,_0x5831f0){return _0x3e3533===_0x5831f0;},'TXIcm':_0x173916(0x55e)},{status$:_0x29eba6}=_0x5c96f5;return function(){const _0x523532=_0x173916,_0x2b1b6c={'kpPhf':function(_0x162719,_0xaabfd5,_0x3b5f61,_0x6cd27f,_0x491509,_0x56fe4e,_0x2cf305){const _0x10817c=_0x5d31;return _0x3fad95[_0x10817c(0x68f)](_0x162719,_0xaabfd5,_0x3b5f61,_0x6cd27f,_0x491509,_0x56fe4e,_0x2cf305);},'NOMua':function(_0x142253,_0x42bbc0){const _0x515462=_0x5d31;return _0x3fad95[_0x515462(0x7bc)](_0x142253,_0x42bbc0);}};if(_0x3fad95[_0x523532(0x3b2)](_0x523532(0x55e),_0x3fad95[_0x523532(0x261)])){const _0x26759b={};return _0x26759b[_0x523532(0x1f9)]=_0x29eba6,_0x1b0096[_0x523532(0x192)+_0x523532(0x41f)](kn,_0x26759b);}else{const _0x240501=_0x2b1b6c['kpPhf'](_0x442063,this[_0x523532(0x6ba)],_0x43eef5,this[_0x523532(0x127)],_0x310e57,_0x213116,_0x55baa3);return _0x2b1b6c[_0x523532(0x8aa)](_0x240501,_0x259add)?_0x240501[_0x523532(0x85c)]():(_0x240501 instanceof _0xfb4a9b||_0x240501 instanceof _0x4719cd)&&_0x240501[_0x523532(0x5e4)](),_0x240501;}};}const Es=_0x2a9065(_0x31ce10(0x749)+_0x31ce10(0x650)+'ice');function _0x5d31(_0x247323,_0x2c5d00){const _0x49f100=_0x2276();return _0x5d31=function(_0x34dd8b,_0xf37e56){_0x34dd8b=_0x34dd8b-(-0x31*-0xc+0x1f29+-0x204e);let _0x48a77c=_0x49f100[_0x34dd8b];if(_0x5d31['VUKqBU']===undefined){var _0x1a19e9=function(_0x77b8a3){const _0x2606d3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x520a79='',_0x39d157='',_0x18592d=_0x520a79+_0x1a19e9;for(let _0xc0b9dd=0x17da+0x1cfc+-0x1a6b*0x2,_0x285872,_0x45fbdc,_0x2dd1f0=-0x2169*0x1+-0x8a5+-0x2*-0x1507;_0x45fbdc=_0x77b8a3['charAt'](_0x2dd1f0++);~_0x45fbdc&&(_0x285872=_0xc0b9dd%(-0x25df+-0x7b+0x265e)?_0x285872*(-0x19db*-0x1+0x6*-0x53+-0x9*0x2a1)+_0x45fbdc:_0x45fbdc,_0xc0b9dd++%(0x383*0x3+-0x6cc+-0x3b9))?_0x520a79+=_0x18592d['charCodeAt'](_0x2dd1f0+(-0x24f5+-0x58*0x25+0x31b7))-(0xa*0x4+-0x256c*-0x1+-0x258a)!==-0x13eb*-0x1+-0x11b*-0x23+0xf2*-0x3e?String['fromCharCode'](-0x98b+-0x22fd+0x309*0xf&_0x285872>>(-(-0xd1b+-0x802*0x1+0x151f)*_0xc0b9dd&0x20db+0xf7a+0x95*-0x53)):_0xc0b9dd:0x2504+-0x50b*-0x4+-0x3930){_0x45fbdc=_0x2606d3['indexOf'](_0x45fbdc);}for(let _0x542c45=0x8a9*-0x3+0x65c+0x139f,_0x1888dc=_0x520a79['length'];_0x542c45<_0x1888dc;_0x542c45++){_0x39d157+='%'+('00'+_0x520a79['charCodeAt'](_0x542c45)['toString'](0x2*-0xa48+-0x1*-0x94a+-0x1*-0xb56))['slice'](-(0x206f+0x24ca*-0x1+0x45d));}return decodeURIComponent(_0x39d157);};_0x5d31['zXeRnA']=_0x1a19e9,_0x247323=arguments,_0x5d31['VUKqBU']=!![];}const _0x38d732=_0x49f100[0x2330+0x5ab*-0x3+-0x122f],_0x22d7cb=_0x34dd8b+_0x38d732,_0x3a71f2=_0x247323[_0x22d7cb];if(!_0x3a71f2){const _0x56ee2d=function(_0x5ba346){this['IiYOQj']=_0x5ba346,this['NHFFkD']=[-0x53a+-0x450+-0x98b*-0x1,-0x1*0xd01+0x26e4*0x1+0x19e3*-0x1,0x1861+-0x1*0xa06+-0xe5b],this['QWbOqp']=function(){return'newState';},this['AjGXjG']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['NOHhox']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x56ee2d['prototype']['WocoWV']=function(){const _0x29b167=new RegExp(this['AjGXjG']+this['NOHhox']),_0x27e15d=_0x29b167['test'](this['QWbOqp']['toString']())?--this['NHFFkD'][-0xa5e+-0x1921+-0x1*-0x2380]:--this['NHFFkD'][0x8ea+0x1*-0x10c+0x35*-0x26];return this['flrdaw'](_0x27e15d);},_0x56ee2d['prototype']['flrdaw']=function(_0x38f047){if(!Boolean(~_0x38f047))return _0x38f047;return this['NFTeAQ'](this['IiYOQj']);},_0x56ee2d['prototype']['NFTeAQ']=function(_0x4f9cec){for(let _0x32be1b=-0x2*0xbf2+0x41b*-0x1+0x1*0x1bff,_0x57f117=this['NHFFkD']['length'];_0x32be1b<_0x57f117;_0x32be1b++){this['NHFFkD']['push'](Math['round'](Math['random']())),_0x57f117=this['NHFFkD']['length'];}return _0x4f9cec(this['NHFFkD'][0x9f+-0x28*0x4a+0x1*0xaf1]);},new _0x56ee2d(_0x5d31)['WocoWV'](),_0x48a77c=_0x5d31['zXeRnA'](_0x48a77c),_0x247323[_0x22d7cb]=_0x48a77c;}else _0x48a77c=_0x3a71f2;return _0x48a77c;},_0x5d31(_0x247323,_0x2c5d00);}var Pn=(_0x2ebb6c,_0x4be81f,_0x38dad0,_0xf99238)=>{const _0x3cd1b2=_0x31ce10,_0x93bcfe={'apMCn':function(_0x3b6137,_0x4c8125){return _0x3b6137-_0x4c8125;},'SCKNp':function(_0xfe64b6,_0x3b3d11){return _0xfe64b6>=_0x3b3d11;},'orgBV':function(_0x2bfc1e,_0x536d32){return _0x2bfc1e(_0x536d32);}};for(var _0x127623=_0x4be81f,_0x4f9f1f=_0x93bcfe['apMCn'](_0x2ebb6c[_0x3cd1b2(0x37c)],0x3*-0x1cd+0x152b+-0xfc3),_0x1d4c04;_0x93bcfe['SCKNp'](_0x4f9f1f,0x1ade+0x108e+0xadb*-0x4);_0x4f9f1f--)(_0x1d4c04=_0x2ebb6c[_0x4f9f1f])&&(_0x127623=_0x93bcfe[_0x3cd1b2(0x4bc)](_0x1d4c04,_0x127623)||_0x127623);return _0x127623;},re=(_0x2f3802,_0x144b49)=>(_0x6fa6b8,_0x59efcd)=>_0x144b49(_0x6fa6b8,_0x59efcd,_0x2f3802);let xe=class extends _0xf98423{constructor(_0x527625,_0x3b4646,_0x438a8d,_0x3b034e,_0xd6dc37,_0x524a35){const _0x1cf8d2=_0x31ce10,_0x2175a8={};_0x2175a8[_0x1cf8d2(0x73e)]=function(_0x576123,_0x157593){return _0x576123==_0x157593;},_0x2175a8['MTQia']=_0x1cf8d2(0x315)+_0x1cf8d2(0x482)+'r]',_0x2175a8[_0x1cf8d2(0x453)]='No\x20remote\x20'+_0x1cf8d2(0x88a)+_0x1cf8d2(0x59f)+_0x1cf8d2(0x320)+_0x1cf8d2(0x9e5)+_0x1cf8d2(0x3ca)+_0x1cf8d2(0x690)+'worker.';const _0x3d28d6=_0x2175a8;super(),this[_0x1cf8d2(0x762)+'e']=_0x527625,this[_0x1cf8d2(0x75f)+'e']=_0x3b4646,this[_0x1cf8d2(0x9e7)+'rvice']=_0x438a8d,this[_0x1cf8d2(0x387)+_0x1cf8d2(0x570)]=_0x3b034e,this['_snapshotS'+_0x1cf8d2(0x66e)]=_0xd6dc37,_0x524a35?_0x3d28d6['bfial'](_0x524a35,null)||_0x524a35[_0x1cf8d2(0x8a3)]()[_0x1cf8d2(0x2f8)](()=>this[_0x1cf8d2(0x36b)]()):(this[_0x1cf8d2(0x75f)+'e'][_0x1cf8d2(0x4e4)](_0x3d28d6['MTQia'],_0x3d28d6[_0x1cf8d2(0x453)]),this[_0x1cf8d2(0x36b)]());}async[_0x31ce10(0x36b)](){const _0x5a8cba=_0x31ce10,_0xcacd7b={'IPYWM':_0x5a8cba(0x7c2),'dndSg':_0x5a8cba(0x563),'zXENC':function(_0x35d1df,_0x522da7){return _0x35d1df||_0x522da7;},'hltVy':function(_0x132aa4,_0x54af9f){return _0x132aa4===_0x54af9f;},'nUoYh':_0x5a8cba(0x682),'dGuUP':_0x5a8cba(0x514)+_0x5a8cba(0x44f)+_0x5a8cba(0x76e)+_0x5a8cba(0x860)+_0x5a8cba(0x8de)+_0x5a8cba(0x4a7)+_0x5a8cba(0x43c),'glYfn':function(_0x7a8d2f,_0x101420){return _0x7a8d2f(_0x101420);},'FrWRa':'CgpyM','RSFLB':'[DataLoade'+_0x5a8cba(0x482)+'r]'},_0x45fc12=this[_0x5a8cba(0x762)+'e'][_0x5a8cba(0x12d)](_0xcacd7b[_0x5a8cba(0x907)]),_0x2d305f=this[_0x5a8cba(0x762)+'e'][_0x5a8cba(0x12d)](_0xcacd7b[_0x5a8cba(0x8f2)]);if(_0xcacd7b['zXENC'](!_0x45fc12,!_0x2d305f)){if(_0xcacd7b['hltVy'](_0xcacd7b[_0x5a8cba(0x8b6)],'NsRCS'))return this[_0x5a8cba(0x700)]?null:this[_0x5a8cba(0x605)+'ageService'][_0x5a8cba(0x8cd)](_0x1ab820(_0x25a2ca));else{this['_logServic'+'e'][_0x5a8cba(0x4e4)](_0x5a8cba(0x315)+_0x5a8cba(0x482)+'r]',_0xcacd7b[_0x5a8cba(0x356)]);return;}}switch(_0xcacd7b[_0x5a8cba(0x7bd)](Number,_0x2d305f)){case x[_0x5a8cba(0x2aa)+'ET']:{const _0x2e6505=await this['_loadSheet'](_0x45fc12);this[_0x5a8cba(0x623)+'nitSync'](_0x2e6505);break;}case x[_0x5a8cba(0x601)]:{if(_0xcacd7b[_0x5a8cba(0x9c9)](_0xcacd7b[_0x5a8cba(0x16b)],_0xcacd7b['FrWRa'])){await this[_0x5a8cba(0x29f)](_0x45fc12);break;}else{const _0x9cf649=_0x3b007f[_0x5a8cba(0x959)](),_0x524f44=this['_entities'][_0x5a8cba(0x284)](_0x9cf649);_0x524f44&&(_0x524f44[_0x5a8cba(0x915)](),this[_0x5a8cba(0x4b5)]['delete'](_0x9cf649));}}default:{this[_0x5a8cba(0x75f)+'e'][_0x5a8cba(0x6c9)](_0xcacd7b[_0x5a8cba(0x930)],_0x5a8cba(0x41b)+'pe\x20in\x20URL.'+_0x5a8cba(0x9e6)+_0x5a8cba(0x475)+'\x20from\x20remo'+_0x5a8cba(0x2bc)+'.');break;}}}async[_0x31ce10(0x623)+_0x31ce10(0x5ff)](_0x123eb9){const _0x1a68c2=_0x31ce10,_0x40af9a={'qSUEF':_0x1a68c2(0x492),'slItU':_0x1a68c2(0x518),'xbwit':function(_0x460daf,_0x3413e6){return _0x460daf(_0x3413e6);},'BwLkc':function(_0x15c006,_0x5d3cc5){return _0x15c006(_0x5d3cc5);}};await this[_0x1a68c2(0x3fa)+_0x1a68c2(0x2a0)+_0x1a68c2(0x2b9)](_0x123eb9),_0x123eb9[_0x1a68c2(0x91d)+'t$'][_0x1a68c2(0x897)](_0x40af9a[_0x1a68c2(0x1e0)](_0xd6c476,this[_0x1a68c2(0x128)]))[_0x1a68c2(0x1b2)](_0x5a0989=>{const _0x235978=_0x1a68c2;if(_0x40af9a['qSUEF']!==_0x40af9a['slItU'])_0x5a0989&&this['_updateURL'+_0x235978(0x4b7)+_0x235978(0x7d9)](_0x5a0989);else{const _0x84e377=this['_roomMembe'+'rs'][_0x235978(0x284)](_0x4f9cec);_0x84e377&&_0x84e377[_0x235978(0x6b8)+'er'](_0x32be1b);}}),this['_urlServic'+'e']['urlChange$']['pipe'](_0x40af9a[_0x1a68c2(0x40a)](_0xd6c476,this[_0x1a68c2(0x128)]))[_0x1a68c2(0x1b2)](()=>this[_0x1a68c2(0x3fa)+_0x1a68c2(0x2a0)+'LParams'](_0x123eb9));}[_0x31ce10(0x797)+_0x31ce10(0x4b7)+_0x31ce10(0x7d9)](_0x4d04d1,_0x5255d7=!(0x6fe+-0x239*-0x1+-0x936)){const _0x98f7f0=_0x31ce10,_0x975088={};_0x975088[_0x98f7f0(0x316)]='subunit';const _0x40cc7b=_0x975088,_0x5b4a39=this['_urlServic'+'e'][_0x98f7f0(0x12d)](_0x40cc7b[_0x98f7f0(0x316)]);_0x4d04d1['getSheetId']()!==_0x5b4a39&&this[_0x98f7f0(0x762)+'e']['setParam'](_0x98f7f0(0x141),_0x4d04d1[_0x98f7f0(0x2cb)](),_0x5255d7);}async[_0x31ce10(0x3fa)+_0x31ce10(0x2a0)+_0x31ce10(0x2b9)](_0x2e6282){const _0x413ffb=_0x31ce10,_0x9db673={};_0x9db673[_0x413ffb(0x4f6)]=_0x413ffb(0x141),_0x9db673['OLwFV']=function(_0x27dae3,_0x25346d){return _0x27dae3!==_0x25346d;},_0x9db673[_0x413ffb(0x288)]='PGlOs';const _0x4e017d=_0x9db673,_0x4c5e5e=this[_0x413ffb(0x762)+'e'][_0x413ffb(0x12d)](_0x4e017d[_0x413ffb(0x4f6)]);if(!_0x4c5e5e||!_0x2e6282[_0x413ffb(0x669)+'SheetId'](_0x4c5e5e)){if(_0x4e017d[_0x413ffb(0x974)]('PGlOs',_0x4e017d[_0x413ffb(0x288)])){const {c1Prime:_0x52603a,c2Prime:_0x3ee9b7}=_0x32fe11;this[_0x413ffb(0x865)+'moteChange'+_0x413ffb(0x1ce)](_0x52603a[-0x191e+-0x1730+-0x6*-0x80d]),_0x3ee9b7[0x5*0x441+-0x1*0x267+-0x12de][_0x413ffb(0x941)]=this[_0x413ffb(0x8b9)+_0x413ffb(0x476)]();const _0x101fe6=this['_injector'][_0x413ffb(0x442)+'ance'](_0xef6704,this[_0x413ffb(0x952)],this['type'],_0x3ee9b7[0x7*0x94+-0x1d58+0x194c],this[_0x413ffb(0x229)]);return _0x101fe6[_0x413ffb(0x58c)+_0x413ffb(0x493)](),_0x101fe6;}else{this[_0x413ffb(0x797)+'WithCurren'+_0x413ffb(0x7d9)](_0x2e6282[_0x413ffb(0x335)+'heet'](),!(-0x8a+-0x1e4b+0x1ed5*0x1));return;}}_0x2e6282[_0x413ffb(0x335)+_0x413ffb(0x497)]()[_0x413ffb(0x2cb)]()!==_0x4c5e5e&&await this[_0x413ffb(0x9e7)+_0x413ffb(0x33f)][_0x413ffb(0x447)+_0x413ffb(0x4df)](_0x6bd85a['id'],{'unitId':_0x2e6282[_0x413ffb(0x959)](),'subUnitId':_0x4c5e5e});}async[_0x31ce10(0x76c)](_0x312a76){const _0x2c7a0e=_0x31ce10,_0x58585f={};_0x58585f[_0x2c7a0e(0x196)]=function(_0xfdcb47,_0x3ab75c){return _0xfdcb47===_0x3ab75c;},_0x58585f[_0x2c7a0e(0x815)]=_0x2c7a0e(0x315)+_0x2c7a0e(0x482)+'r]';const _0x33205a=_0x58585f;let _0x7fee92=0xc93*0x3+0x6*0x3cb+0xd*-0x4a7;const _0x46e9ec=await this['_localCach'+_0x2c7a0e(0x570)][_0x2c7a0e(0x5f6)+'eData'](_0x312a76);return _0x46e9ec&&(_0x46e9ec[_0x2c7a0e(0x20c)+'angeset']||_0x46e9ec[_0x2c7a0e(0x614)]['length']!==0x3a0*0x2+-0x2366+-0x962*-0x3)&&(_0x7fee92=_0x46e9ec[_0x2c7a0e(0x932)]),_0x33205a[_0x2c7a0e(0x196)](_0x7fee92,-0x455*0x7+-0x1344+0x3197)&&this[_0x2c7a0e(0x75f)+'e'][_0x2c7a0e(0x4e4)](_0x33205a[_0x2c7a0e(0x815)],_0x2c7a0e(0x689)+_0x2c7a0e(0x737)+_0x2c7a0e(0x1ec)+_0x2c7a0e(0x620)+_0x2c7a0e(0x190)),this[_0x2c7a0e(0x99e)+_0x2c7a0e(0x66e)][_0x2c7a0e(0x851)](_0x312a76,_0x7fee92);}async['_loadDoc'](_0x3e72ac){const _0x251b12=_0x31ce10,_0x15f328={};_0x15f328[_0x251b12(0x7be)]=function(_0x1608e4,_0xcade2){return _0x1608e4!==_0xcade2;},_0x15f328[_0x251b12(0x2df)]=_0x251b12(0x689)+'he\x20latest\x20'+_0x251b12(0x1ec)+'rom\x20the\x20se'+_0x251b12(0x190);const _0x1a1bc7=_0x15f328;let _0x2da6fe=0x19d8+-0x3f3+-0x5f*0x3b;const _0x25f00f=await this[_0x251b12(0x387)+_0x251b12(0x570)]['loadOfflin'+_0x251b12(0x99d)](_0x3e72ac);return _0x25f00f&&(_0x25f00f[_0x251b12(0x20c)+_0x251b12(0x28a)]||_0x1a1bc7['cnsmp'](_0x25f00f['mutations'][_0x251b12(0x37c)],0x221e+0x158e+-0x37ac))&&(_0x2da6fe=_0x25f00f[_0x251b12(0x932)]),_0x2da6fe===-0xf6b+0x362*0x6+-0x4e1&&this[_0x251b12(0x75f)+'e'][_0x251b12(0x4e4)](_0x251b12(0x315)+_0x251b12(0x482)+'r]',_0x1a1bc7[_0x251b12(0x2df)]),this[_0x251b12(0x99e)+'ervice'][_0x251b12(0x709)](_0x3e72ac,_0x2da6fe);}};xe=Pn([_0x390cc5(_0x32e745[_0x31ce10(0x728)],xe),re(-0x25e5+0x1333+-0x959*-0x2,Es),re(-0x19e7+0x7bd*-0x3+0x19*0x1f7,_0x43b14f),re(0x2f1*-0xd+-0x8a1*-0x1+0xecf*0x2,_0x4420bd),re(-0x2279+-0x10a3+0x331f,_0x35b90a(y)),re(-0x1*0x1e83+0x10*-0x24a+0x4327,_0x35b90a(_0x19daed)),re(0x1*-0x1d71+0x198d+-0xd*-0x4d,_0x3cef61(_0x582871))],xe);var xn=(_0x4d7045,_0x383d63,_0x24eeac,_0x48df8b)=>{const _0x558540=_0x31ce10,_0x29aefa={'FbJrN':function(_0x2e6f96,_0x2a7784){return _0x2e6f96-_0x2a7784;},'YDRxI':function(_0x901062,_0x3e433f){return _0x901062>=_0x3e433f;},'qhnsD':function(_0x243182,_0xf60c41){return _0x243182(_0xf60c41);}};for(var _0x2f4fb1=_0x383d63,_0x26e8e8=_0x29aefa[_0x558540(0x764)](_0x4d7045[_0x558540(0x37c)],-0x2138+-0x1*-0x2216+-0x1*0xdd),_0x3448ef;_0x29aefa[_0x558540(0x40c)](_0x26e8e8,-0xe62+0x2493+-0xf7*0x17);_0x26e8e8--)(_0x3448ef=_0x4d7045[_0x26e8e8])&&(_0x2f4fb1=_0x29aefa[_0x558540(0x4be)](_0x3448ef,_0x2f4fb1)||_0x2f4fb1);return _0x2f4fb1;},Kt=(_0x2d1dc2,_0xa33a74)=>(_0x5abb92,_0xda364e)=>_0xa33a74(_0x5abb92,_0xda364e,_0x2d1dc2);const Hn=_0x31ce10(0x526)+_0x31ce10(0x86a),jn=_0x31ce10(0x99a);let He=class extends _0x257b3f{constructor(_0x40542b,_0xe7d8e0){const _0x538ce7=_0x31ce10;super(),this[_0x538ce7(0x831)+_0x538ce7(0x7a4)+'ce']=_0x40542b,this[_0x538ce7(0x16a)+_0x538ce7(0x5b7)]=_0xe7d8e0,this['_init']();}['_init'](){const _0x45d663=_0x31ce10,_0x8bef83={'tsynZ':function(_0x391f93,_0x41e688){return _0x391f93!=_0x41e688;},'KqcsF':function(_0x55e761,_0x4d8eb6){return _0x55e761(_0x4d8eb6);}};this['disposeWit'+'hMe'](_0x8bef83['KqcsF'](_0x37aae7,this[_0x45d663(0x831)+'tanceServi'+'ce'][_0x45d663(0x96c)][_0x45d663(0x1b2)](()=>{const _0x46823d=_0x45d663;var _0x10730e;const _0x361468=this['_univerIns'+_0x46823d(0x7a4)+'ce'][_0x46823d(0x226)+_0x46823d(0x6b2)]();let _0x18b2fd=_0x8bef83['tsynZ'](_0x10730e=this[_0x46823d(0x16a)+_0x46823d(0x5b7)][_0x46823d(0x63a)](Hn),null)?_0x10730e:jn;_0x361468 instanceof _0x145662&&(_0x18b2fd=_0x361468[_0x46823d(0x7e9)]),document['title']=_0x18b2fd;})));}};He=xn([_0x390cc5(_0x32e745['Ready'],He),Kt(-0x51a+-0x232a*-0x1+-0x1e10,_0x14d8cf),Kt(-0x22a6+0x17f4+0x21*0x53,_0x4b033c)],He);const _0x2b5c99={};_0x2b5c99[_0x31ce10(0x83c)]=_0x31ce10(0x3bd)+'..',_0x2b5c99[_0x31ce10(0x513)]='编辑冲突',_0x2b5c99['notCollab']='本地文件',_0x2b5c99[_0x31ce10(0x405)]=_0x31ce10(0x249),_0x2b5c99[_0x31ce10(0x8c4)]=_0x31ce10(0x72b),_0x2b5c99[_0x31ce10(0x48a)]=_0x31ce10(0x5ca);const _0x43b2c8={};_0x43b2c8['connection'+_0x31ce10(0x6ac)]=_0x31ce10(0x6c3)+'网络',_0x43b2c8['will-retry']=_0x31ce10(0x97e)+_0x31ce10(0x43a),_0x43b2c8[_0x31ce10(0x8ab)]=_0x31ce10(0x419)+_0x31ce10(0x6af),_0x43b2c8[_0x31ce10(0x2ca)+_0x31ce10(0x71c)+'t']='服务器未响应你的协同'+_0x31ce10(0x94c)+_0x31ce10(0x156);const _0x55ec90={};_0x55ec90[_0x31ce10(0x60b)]=_0x31ce10(0x99b),_0x55ec90['content']='你的本地文档和服务器'+'的文档存在冲突。请在'+_0x31ce10(0x3cd)+_0x31ce10(0x7ce)+_0x31ce10(0x63f);const _0x3fd55d={};_0x3fd55d[_0x31ce10(0x694)]='你在另一个标签页打开'+_0x31ce10(0x3c0)+_0x31ce10(0x54e)+_0x31ce10(0x9bf)+'制。';const _0x86f043={};_0x86f043[_0x31ce10(0x35c)+'t']=_0x3fd55d;const _0x11b7a7={};_0x11b7a7['needGotoLo'+_0x31ce10(0x26d)]=_0x31ce10(0x8e8)+_0x31ce10(0x8a4)+_0x31ce10(0x842)+'。';const _0x56b476={};_0x56b476[_0x31ce10(0x6ed)+'us']=_0x2b5c99,_0x56b476[_0x31ce10(0x175)]=_0x43b2c8,_0x56b476['conflict']=_0x55ec90,_0x56b476[_0x31ce10(0x2ca)+_0x31ce10(0x7cc)]=_0x86f043,_0x56b476[_0x31ce10(0x250)]=_0x11b7a7;const Bn=_0x56b476,Vn=Bn;var Fn=(_0x1509b2,_0x8bf852,_0x15e3b7,_0x21df84)=>{const _0x3f5943=_0x31ce10,_0x5331ea={'GymGN':function(_0x11e722,_0x5d3f53){return _0x11e722-_0x5d3f53;},'adIpd':function(_0x4d1a00,_0x4c95e7){return _0x4d1a00>=_0x4c95e7;},'CJxdk':function(_0x5884b5,_0x57cc31){return _0x5884b5(_0x57cc31);}};for(var _0x1197ce=_0x8bf852,_0x3de06c=_0x5331ea['GymGN'](_0x1509b2[_0x3f5943(0x37c)],-0x1*-0x8c3+0x1f41+0x1*-0x2803),_0x31a878;_0x5331ea['adIpd'](_0x3de06c,0x74f*0x1+0x736+-0xe85);_0x3de06c--)(_0x31a878=_0x1509b2[_0x3de06c])&&(_0x1197ce=_0x5331ea['CJxdk'](_0x31a878,_0x1197ce)||_0x1197ce);return _0x1197ce;},Yt=(_0x50262b,_0x931a7b)=>(_0x27de16,_0x466493)=>_0x931a7b(_0x27de16,_0x466493,_0x50262b);const Wn=_0x31ce10(0x7c1)+_0x31ce10(0x9df)+_0x31ce10(0x89f),Gn=_0x31ce10(0x914)+'-api/snaps'+_0x31ce10(0x6f9);let mt=class{constructor(_0x52ab2a,_0x2fc207){const _0xca704c=_0x31ce10;this[_0xca704c(0x16a)+_0xca704c(0x5b7)]=_0x52ab2a,this['_httpServi'+'ce']=_0x2fc207;}async[_0x31ce10(0x2f3)+'ev'](_0xe4b7aa,_0x4c3001){const _0x1c4b58=_0x31ce10,_0x4ce9b5={'pacye':function(_0x5c9793,_0x164847){return _0x5c9793(_0x164847);},'mgfYw':function(_0x1f7532,_0x29da43){return _0x1f7532===_0x29da43;},'zyKzv':function(_0x3fc8b0,_0x55a92b){return _0x3fc8b0==_0x55a92b;},'DYbjS':_0x1c4b58(0x98b),'ZROLb':function(_0x1d8de6,_0x5f1286){return _0x1d8de6==_0x5f1286;},'NapoN':function(_0x5b6b02,_0x28e6c8){return _0x5b6b02(_0x28e6c8);}};var _0x538e75;const {unitID:_0x49c4cd,type:_0x212ea8,revision:_0x374139=-0x16b*-0x15+-0x4*0x27a+-0x13df}=_0x4c3001,_0x9156cf=this['_getAPIPre'+_0x1c4b58(0x51c)]()+'/'+_0x212ea8+_0x1c4b58(0x66b)+_0x49c4cd+'/rev/'+(_0x4ce9b5[_0x1c4b58(0x45d)](_0x374139,-0x200f*0x1+-0x85a+0x286a)?0x19*-0xb2+-0x200+0x1362:_0x374139),_0x1b80bf=(await this['_httpServi'+'ce'][_0x1c4b58(0x284)](_0x9156cf))[_0x1c4b58(0x278)],_0x53c532=_0x4ce9b5[_0x1c4b58(0x9b2)](_0x538e75=_0x1b80bf[_0x1c4b58(0x738)],null)?void(-0xe*-0x3+-0x725*0x2+0xe20):_0x538e75[_0x1c4b58(0x4a0)];if(_0x53c532){if(_0x4ce9b5[_0x1c4b58(0x164)]!==_0x4ce9b5[_0x1c4b58(0x164)])_0x394052[_0x1c4b58(0x817)](),_0x1062a4[_0x1c4b58(0x915)]();else{const _0x15181f=_0x4ce9b5[_0x1c4b58(0x687)](_0x53c532,null)?void(0x18b7+0x3*0x337+0x4*-0x897):_0x53c532[_0x1c4b58(0x955)+'ta'],_0x1e8354=_0x41f5ce[_0x1c4b58(0x9c6)](_0x4ce9b5[_0x1c4b58(0x2d5)](_0x88a6bf,_0x15181f));_0x53c532[_0x1c4b58(0x955)+'ta']=_0x1e8354,Object[_0x1c4b58(0x8ed)](_0x53c532[_0x1c4b58(0x4e3)])['forEach'](([,_0x1b82d5])=>{const _0x5915d7=_0x1c4b58,_0x4b8181=_0x1b82d5[_0x5915d7(0x955)+'ta'],_0x1efe01=_0x41f5ce['encode'](_0x4ce9b5[_0x5915d7(0x1eb)](_0x88a6bf,_0x4b8181));_0x1b82d5[_0x5915d7(0x955)+'ta']=_0x1efe01;});}}return _0x1b80bf;}async[_0x31ce10(0x6d7)+'ock'](_0x2f7894,_0x17f1c9){const _0x57bcf2=_0x31ce10,{unitID:_0x200d3e,type:_0x759590,blockID:_0x204d15}=_0x17f1c9,_0x2cbe63=this['_getAPIPre'+_0x57bcf2(0x51c)]()+'/'+_0x759590+_0x57bcf2(0x66b)+_0x200d3e+_0x57bcf2(0x246)+_0x204d15;return(await this[_0x57bcf2(0x49b)+'ce'][_0x57bcf2(0x284)](_0x2cbe63))[_0x57bcf2(0x278)];}async['fetchMissi'+_0x31ce10(0x7cf)+'ts'](_0x4522a3,_0xe358ed){const _0x35143b=_0x31ce10,{unitID:_0x4e5b84,type:_0x8d7c87,from:_0xda1d06,to:_0x4fb4aa}=_0xe358ed,_0x45bf02=this[_0x35143b(0x265)+_0x35143b(0x51c)]()+'/'+_0x8d7c87+'/unit/'+_0x4e5b84+(_0x35143b(0x1e5)+_0x35143b(0x501))+_0xda1d06+_0x35143b(0x875)+_0x4fb4aa;return(await this['_httpServi'+'ce'][_0x35143b(0x284)](_0x45bf02))['body'];}[_0x31ce10(0x265)+'fixPath'](){const _0x49c691=_0x31ce10;var _0x2385a1;return(_0x2385a1=this[_0x49c691(0x16a)+_0x49c691(0x5b7)][_0x49c691(0x63a)](Wn))!=null?_0x2385a1:Gn;}async[_0x31ce10(0x33c)+_0x31ce10(0x1c7)](_0x13e6c9,_0xf235fa){const _0x554d8d=_0x31ce10,_0x483e20='/universer'+_0x554d8d(0x85f)+'hot/'+_0xf235fa[_0x554d8d(0x563)]+_0x554d8d(0x66b)+_0xf235fa[_0x554d8d(0x952)]+_0x554d8d(0x829);return(await this[_0x554d8d(0x49b)+'ce'][_0x554d8d(0x284)](_0x483e20,{'params':{'resourceId':JSON[_0x554d8d(0x750)](_0xf235fa[_0x554d8d(0x5be)+'s'])}}))['body'];}[_0x31ce10(0x704)+'ot'](){const _0x19a47b=_0x31ce10,_0x4e28df={};_0x4e28df[_0x19a47b(0x4d5)]=_0x19a47b(0x9a8)+'d\x20should\x20n'+_0x19a47b(0x25e)+_0x19a47b(0x56a)+'client\x20sid'+'e!';const _0x1fc4c2=_0x4e28df;throw new Error(_0x1fc4c2[_0x19a47b(0x4d5)]);}[_0x31ce10(0x40e)+_0x31ce10(0x2c2)](){const _0x3d333d=_0x31ce10,_0x26942a={};_0x26942a[_0x3d333d(0x6fb)]=_0x3d333d(0x9a8)+_0x3d333d(0x1da)+_0x3d333d(0x25e)+_0x3d333d(0x56a)+_0x3d333d(0x788)+'e!';const _0x1777c9=_0x26942a;throw new Error(_0x1777c9[_0x3d333d(0x6fb)]);}[_0x31ce10(0x9cc)+_0x31ce10(0x1ce)](){const _0x8f4ea5=_0x31ce10;throw new Error(_0x8f4ea5(0x9a8)+_0x8f4ea5(0x1da)+_0x8f4ea5(0x25e)+'ed\x20on\x20the\x20'+_0x8f4ea5(0x788)+'e!');}};mt=Fn([Yt(0xa6f+0x39*-0x56+0x61*0x17,_0x4b033c),Yt(0x1a6d*-0x1+0xe5+0x1989,_0x35b90a(_0x4382a5))],mt);var Kn=(_0x30eaad,_0x4b9926,_0x2b75d9,_0x271c71)=>{const _0x528075=_0x31ce10,_0x20fa81={'SwXJc':function(_0x337316,_0x264a44){return _0x337316-_0x264a44;},'btikn':function(_0x561154,_0x8e5f46){return _0x561154(_0x8e5f46);}};for(var _0x50a3ce=_0x4b9926,_0x5a5e6a=_0x20fa81[_0x528075(0x70b)](_0x30eaad[_0x528075(0x37c)],0x1ad*-0x4+0x985*0x3+-0x15da),_0x2abafd;_0x5a5e6a>=-0x2337*0x1+-0x24b5+-0x2*-0x23f6;_0x5a5e6a--)(_0x2abafd=_0x30eaad[_0x5a5e6a])&&(_0x50a3ce=_0x20fa81['btikn'](_0x2abafd,_0x50a3ce)||_0x50a3ce);return _0x50a3ce;},pe=(_0x54d8bb,_0x14eb14)=>(_0x503cf4,_0x333efe)=>_0x14eb14(_0x503cf4,_0x333efe,_0x54d8bb);let ft=class extends _0x2acf35{constructor(_0x1321da,_0x153a25,_0x53688c,_0x5a3f2d,_0x29a912){const _0x42f2b1=_0x31ce10;super(_0x1321da,_0x153a25,_0x53688c),this[_0x42f2b1(0x495)+'Service']=_0x5a3f2d,this[_0x42f2b1(0x75f)+'e']=_0x29a912;}['transformU'+'ndoRedo'](_0x34787b,_0x3153df){const _0x33909b=_0x31ce10,_0x13edd8={'YxeZa':function(_0x31fb2f,_0x315fb9,_0x5c0543){return _0x31fb2f(_0x315fb9,_0x5c0543);},'DqNwP':_0x33909b(0x51a)+_0x33909b(0x598),'zYDIT':function(_0x104ab2,_0x432bee){return _0x104ab2!==_0x432bee;},'EPukk':_0x33909b(0x4fb),'uMALl':_0x33909b(0x7da)+_0x33909b(0x17b)+_0x33909b(0x285),'kLNRj':_0x33909b(0x19f)},_0x167a18=this[_0x33909b(0x8bd)+'ack'](_0x34787b);if(_0x167a18)try{const _0x276b0d=this[_0x33909b(0x495)+_0x33909b(0x613)](_0x167a18,_0x3153df);this['_substitut'+'eUndoStack'](_0x34787b,_0x276b0d);}catch(_0x11681a){if(_0x13edd8[_0x33909b(0x1e1)]!==_0x13edd8[_0x33909b(0x1e1)])return _0x13edd8['YxeZa'](_0x66a2f7,_0x1274d7,_0xf354e1['assign']({},_0x405a68,{'id':_0x13edd8[_0x33909b(0x373)],'ref':_0x249b52,'icon':_0x3556c6}));else this['_logServic'+'e'][_0x33909b(0x6c9)](_0x13edd8['uMALl'],_0x11681a),this[_0x33909b(0x629)](_0x34787b);}const _0x153429=this[_0x33909b(0x2e6)+'ack'](_0x34787b);if(_0x153429)try{if(_0x13edd8[_0x33909b(0x14b)]===_0x33909b(0x274)){const _0x2d6788=this[_0x33909b(0x762)+'e']['getParam'](_0x33909b(0x141));_0x13edd8[_0x33909b(0x543)](_0x8d4787[_0x33909b(0x2cb)](),_0x2d6788)&&this[_0x33909b(0x762)+'e']['setParam']('subunit',_0x58d257[_0x33909b(0x2cb)](),_0x51cf78);}else{const _0x2947e4=this['_transform'+_0x33909b(0x613)](_0x153429,_0x3153df);this[_0x33909b(0x3f6)+'eRedoStack'](_0x34787b,_0x2947e4);}}catch(_0x490bf7){this[_0x33909b(0x75f)+'e'][_0x33909b(0x6c9)](_0x490bf7),this['_clearRedo'](_0x34787b);}}['_clearUndo'](_0x54bc4c){const _0x461865=_0x31ce10,_0x3fd337=this[_0x461865(0x8bd)+_0x461865(0x162)](_0x54bc4c);_0x3fd337&&(_0x3fd337['length']=-0xed5+0x3*0xc86+-0x16bd,this[_0x461865(0x7a8)+_0x461865(0x23f)]());}[_0x31ce10(0x266)](_0x5c4fdd){const _0x48ee43=_0x31ce10,_0x26ecaf=this['_getRedoSt'+'ack'](_0x5c4fdd);_0x26ecaf&&(_0x26ecaf[_0x48ee43(0x37c)]=-0x454*-0x2+-0x7*0x4b1+-0x182f*-0x1,this[_0x48ee43(0x7a8)+'tus']());}[_0x31ce10(0x3f6)+'eUndoStack'](_0x555dd4,_0x313f28){const _0x3e9e4e=_0x31ce10;this[_0x3e9e4e(0x73a)+'s']['set'](_0x555dd4,_0x313f28),this[_0x3e9e4e(0x7a8)+_0x3e9e4e(0x23f)]();}[_0x31ce10(0x3f6)+_0x31ce10(0x7b9)](_0xeee84d,_0x5aef5c){const _0x302765=_0x31ce10;this['_redoStack'+'s']['set'](_0xeee84d,_0x5aef5c),this[_0x302765(0x7a8)+_0x302765(0x23f)]();}[_0x31ce10(0x495)+_0x31ce10(0x613)](_0x1484c6,_0x518762){const _0x4b2274=_0x31ce10,_0xa95c46={'jFpQF':function(_0x587ab2,_0x11739e){return _0x587ab2-_0x11739e;},'akJzT':function(_0x1b6321,_0x2e8f53){return _0x1b6321>=_0x2e8f53;},'DdABB':function(_0x2128e5,_0xa8489e){return _0x2128e5!==_0xa8489e;},'GCFFn':_0x4b2274(0x4e2),'Ovjug':function(_0x37c997,_0xe30b68){return _0x37c997(_0xe30b68);},'xfIdO':_0x4b2274(0x7da)+_0x4b2274(0x17b)+'doService]','gBqen':_0x4b2274(0x7ea)+_0x4b2274(0x230)+'d!'},_0x21be68=[];let _0x2c86e6=_0x518762,_0xb4d47a=_0x518762;for(let _0x2c633c=_0xa95c46[_0x4b2274(0x83b)](_0x1484c6[_0x4b2274(0x37c)],0x171b+-0x10df+-0x13f*0x5);_0xa95c46[_0x4b2274(0x1f6)](_0x2c633c,-0xe33*0x2+-0x2298+0x3efe);_0x2c633c--){if(_0xa95c46[_0x4b2274(0x1c2)](_0xa95c46[_0x4b2274(0x678)],_0xa95c46[_0x4b2274(0x678)]))return this['_injector'][_0x4b2274(0x442)+_0x4b2274(0x920)](_0x28b089,this[_0x4b2274(0x952)],this[_0x4b2274(0x563)],this[_0x4b2274(0x759)+_0x4b2274(0x8a7)],[],this[_0x4b2274(0x229)]);else{const {unitID:_0x3ef8fb,undoMutations:_0x587fa7,redoMutations:_0x432148}=_0x1484c6[_0x2c633c],_0x1ce0bf=this[_0x4b2274(0x495)+'Service']['transformM'+_0x4b2274(0x1a4)+_0x4b2274(0x537)+'t'](_0x2c86e6,_0x587fa7),_0x1c8c84=this[_0x4b2274(0x495)+_0x4b2274(0x6e1)][_0x4b2274(0x1e8)+_0x4b2274(0x1a4)+_0x4b2274(0x537)+'t'](_0xb4d47a,_0x432148);if(_0xa95c46[_0x4b2274(0x3ac)](_0x1d4a7d,_0x1ce0bf)||_0x1d4a7d(_0x1c8c84)){this[_0x4b2274(0x75f)+'e']['error'](_0xa95c46[_0x4b2274(0x757)],_0xa95c46[_0x4b2274(0x3b7)],_0x1ce0bf,_0x1c8c84);break;}_0x2c86e6=_0x1ce0bf['c1Prime'],_0xb4d47a=_0x1c8c84['c1Prime'],_0x21be68[_0x4b2274(0x76b)]({'unitID':_0x3ef8fb,'undoMutations':_0x1ce0bf[_0x4b2274(0x322)],'redoMutations':_0x1c8c84['m2Prime']});}}return _0x21be68[_0x4b2274(0x6fa)]();}};ft=Kn([pe(0x2385+-0x5*0x37d+-0x1214,_0x14d8cf),pe(-0x1*-0xd65+-0x186d+0x5*0x235,_0x4420bd),pe(-0x22d7+-0x9*-0x431+-0x2e0,_0x1e1c16),pe(0xd17*-0x1+0x13bd+-0x6a3,_0x8a15e7),pe(-0x1e*-0x3b+0x1173*0x1+-0x1859*0x1,_0x43b14f)],ft);class Yn extends _0xf98423{constructor(){const _0xe6b805=_0x31ce10,_0x4d3019={'hXUvO':function(_0x2f85f3,_0x1d3886,_0x2c5b90){return _0x2f85f3(_0x1d3886,_0x2c5b90);},'IZhYv':_0xe6b805(0x426),'dXirh':_0xe6b805(0x56b),'wFzXS':function(_0x4727a6,_0x1eed62){return _0x4727a6(_0x1eed62);},'azvui':function(_0xf40f56,_0x65a6cf){return _0xf40f56(_0x65a6cf);},'QWcmI':function(_0x3fc8bc,_0x1b6752){return _0x3fc8bc(_0x1b6752);}};super(),_0x4d3019[_0xe6b805(0x485)](l,this,_0x4d3019[_0xe6b805(0x626)]),this[_0xe6b805(0x426)]=_0x4d3019[_0xe6b805(0x485)](_0x1ce106,window,_0x4d3019[_0xe6b805(0x178)])[_0xe6b805(0x897)](_0x4d3019[_0xe6b805(0x5b6)](_0xd6c476,this[_0xe6b805(0x128)]),_0x4d3019[_0xe6b805(0x5e7)](_0x5bb065,-0x6*0x37+-0x10b4+0x11ff),_0x4d3019[_0xe6b805(0x3f2)](_0x4dce18,void(0x9*-0x23c+0xf9a+0x241*0x2)));}[_0x31ce10(0x69e)](_0x4a428c,_0x4a2ad7,_0x93939b=!(0x17de+0x83*0x19+0x1254*-0x2)){const _0x1302bd=_0x31ce10,_0x32991e=new URL(window[_0x1302bd(0x200)][_0x1302bd(0x840)]);_0x32991e[_0x1302bd(0x1ad)+'ms'][_0x1302bd(0x1ce)](_0x4a428c,_0x4a2ad7),_0x93939b?window[_0x1302bd(0x86e)]['replaceSta'+'te']('','',_0x32991e[_0x1302bd(0x35f)]()):window['history']['pushState']('','',_0x32991e[_0x1302bd(0x35f)]());}[_0x31ce10(0x86b)+'m'](_0x4a0422,_0x1736c6=!(0x1*-0x7af+0x247c+-0xc2*0x26)){const _0x149cef=_0x31ce10,_0x4ed4c0=new URL(window['location'][_0x149cef(0x840)]);_0x4ed4c0[_0x149cef(0x1ad)+'ms'][_0x149cef(0x3b9)](_0x4a0422),_0x1736c6?window['history'][_0x149cef(0x1bf)+'te']('','',_0x4ed4c0['toString']()):window['history'][_0x149cef(0x244)]('','',_0x4ed4c0[_0x149cef(0x35f)]());}[_0x31ce10(0x12d)](_0x5c0b43){const _0x17d86f=_0x31ce10,_0x2e0c1d={};_0x2e0c1d[_0x17d86f(0x4c2)]=function(_0x153e34,_0xd0964b){return _0x153e34!=_0xd0964b;};const _0x81b01=_0x2e0c1d;var _0x2ac035;return _0x81b01[_0x17d86f(0x4c2)](_0x2ac035=new URL(window[_0x17d86f(0x200)]['href'])['searchPara'+'ms'][_0x17d86f(0x284)](_0x5c0b43),null)?_0x2ac035:void(-0x33*0x2b+0x1*-0x132f+-0x940*-0x3);}}const st=_0x31ce10(0x399)+'t-anchor-',Xn=_0x31ce10(0x399)+_0x31ce10(0x7c0),Ue=-0x1a2*-0x6+-0x43d*0x1+-0x589,zn=0x1*0xf41+-0x347*0x3+-0x56b+0.5,it=0x1f36+-0x1*0x17e+-0x1*0x1db4,Jn=0xc59+0x53*0x47+-0x235d+0.5,qn=_0x31ce10(0x166)+_0x31ce10(0x84e)+_0x31ce10(0x836);class Zn{constructor(_0x589cb5,_0x1eccb9,_0x4de7a9,_0x582257){const _0x3e0f82=_0x31ce10,_0x33fd1f={'zTaMU':'6|1|4|3|0|'+'5|2','nWRZB':function(_0x43a443,_0x40bb62,_0x506518,_0x2c7e8a){return _0x43a443(_0x40bb62,_0x506518,_0x2c7e8a);},'aLjgI':'_hideTimer','ebzJQ':function(_0x45da1e,_0x4e7753,_0x11112f,_0x3f89b0){return _0x45da1e(_0x4e7753,_0x11112f,_0x3f89b0);},'bbjPR':_0x3e0f82(0x3c8),'GQRBU':_0x3e0f82(0x5ed)+'e','AlvqC':_0x3e0f82(0x9a5)+_0x3e0f82(0x5bc),'RqySy':_0x3e0f82(0x5a0)},_0x1e0695=_0x33fd1f[_0x3e0f82(0x35b)][_0x3e0f82(0x792)]('|');let _0x48485b=0x2051+0x20fc+0xe5*-0x49;while(!![]){switch(_0x1e0695[_0x48485b++]){case'0':_0x33fd1f['nWRZB'](l,this,_0x33fd1f[_0x3e0f82(0x685)],null);continue;case'1':_0x33fd1f['ebzJQ'](l,this,'_anchor',null);continue;case'2':this[_0x3e0f82(0x9d9)]=_0x589cb5,this['_scene']=_0x1eccb9,this[_0x3e0f82(0x67b)+'on']=_0x4de7a9,this[_0x3e0f82(0x53a)]=_0x582257,this['_render']();continue;case'3':_0x33fd1f[_0x3e0f82(0x592)](l,this,_0x33fd1f[_0x3e0f82(0x536)],null);continue;case'4':l(this,_0x33fd1f[_0x3e0f82(0x90b)],null);continue;case'5':_0x33fd1f[_0x3e0f82(0x458)](l,this,_0x33fd1f[_0x3e0f82(0x402)],null);continue;case'6':_0x33fd1f[_0x3e0f82(0x592)](l,this,_0x33fd1f[_0x3e0f82(0x60a)],[]);continue;}break;}}set[_0x31ce10(0x92a)](_0x445947){const _0x3ff03a=_0x31ce10;_0x445947?(this[_0x3ff03a(0x3c8)]&&this[_0x3ff03a(0x3c8)]['hide'](),this[_0x3ff03a(0x5ed)+'e']&&this['_textBubbl'+'e']['show']()):(this[_0x3ff03a(0x3c8)]&&this[_0x3ff03a(0x3c8)][_0x3ff03a(0x6b1)](),this[_0x3ff03a(0x5ed)+'e']&&this['_textBubbl'+'e'][_0x3ff03a(0x635)]());}[_0x31ce10(0x915)](){const _0xe7dab1=_0x31ce10;for(const _0x4eaf1e of this[_0xe7dab1(0x5a0)])_0x4eaf1e[_0xe7dab1(0x915)]();this[_0xe7dab1(0x5ed)+'e']&&this[_0xe7dab1(0x5ed)+'e'][_0xe7dab1(0x915)](),this[_0xe7dab1(0x3c8)]&&this[_0xe7dab1(0x3c8)][_0xe7dab1(0x915)](),this[_0xe7dab1(0x847)]&&this[_0xe7dab1(0x847)][_0xe7dab1(0x915)](),this['_eventUnsu'+_0xe7dab1(0x5bc)]&&this[_0xe7dab1(0x9a5)+_0xe7dab1(0x5bc)]();}[_0x31ce10(0x5c0)](){const _0x59f7c8=_0x31ce10,_0x40ff51={};_0x40ff51[_0x59f7c8(0x25b)]=function(_0x3815e6,_0x3d09f4){return _0x3815e6===_0x3d09f4;};const _0x2d4759=_0x40ff51,{_docSkeleton:_0x57c3b4,_document:_0x1df64f}=this,{color:_0x273b17,name:_0x563aa9,ranges:_0x396c9a}=this[_0x59f7c8(0x9d9)],_0x160d03=_0x1df64f[_0x59f7c8(0x332)+_0x59f7c8(0x286)](),{docsLeft:_0x5d67a9,docsTop:_0x5b6ad2}=_0x160d03,_0x53c7d9=new _0x2cbfcf(_0x160d03,_0x57c3b4);for(const {startOffset:_0x14936c,endOffset:_0x1c9cfa,collapsed:_0x3ff9db,isActive:_0x9c211f}of _0x396c9a){const _0x117b24=_0x57c3b4[_0x59f7c8(0x8bc)+'sitionByCh'+'arIndex'](_0x14936c),_0x40289f=_0x57c3b4[_0x59f7c8(0x8bc)+_0x59f7c8(0x2d1)+_0x59f7c8(0x857)](_0x1c9cfa);if(_0x9c211f){const {contentBoxPointGroup:_0x383ac2}=_0x53c7d9['getRangePo'+_0x59f7c8(0x556)](_0x40289f,_0x40289f);if(_0x2d4759['ojzaj'](_0x383ac2[_0x59f7c8(0x37c)],-0x3*0x5be+0x15b3*0x1+-0x479))continue;this[_0x59f7c8(0x345)+'r'](_0x273b17,_0x383ac2,_0x5d67a9,_0x5b6ad2,_0x563aa9),this[_0x59f7c8(0x9a5)+'bscribe']=this[_0x59f7c8(0x5bb)+'er']();}if(!_0x3ff9db){const {contentBoxPointGroup:_0x2414d6}=_0x53c7d9[_0x59f7c8(0x1be)+_0x59f7c8(0x556)](_0x117b24,_0x40289f);if(_0x2414d6[_0x59f7c8(0x37c)]===-0x1c04+-0x49*-0x50+-0x14d*-0x4)continue;this[_0x59f7c8(0x805)](_0x273b17,_0x2414d6,_0x5d67a9,_0x5b6ad2);}}}[_0x31ce10(0x345)+'r'](_0xc9fac9,_0x35a45e,_0x56c51b,_0x347ba0,_0x5033e4){const _0x573dbd=_0x31ce10,_0x410111={'vmfpK':function(_0x4a7625,_0x322087){return _0x4a7625/_0x322087;},'zKvvm':function(_0x4f98b6,_0x3d24b3){return _0x4f98b6-_0x3d24b3;},'wRWXR':function(_0x1cc376,_0x5da3e1){return _0x1cc376+_0x5da3e1;},'payNE':function(_0x4ae571,_0x1fdcf0){return _0x4ae571+_0x1fdcf0;},'netaa':function(_0x5615a1,_0x4f1029,_0x168db3){return _0x5615a1(_0x4f1029,_0x168db3);},'ycasX':function(_0x95df75,_0x415336){return _0x95df75-_0x415336;},'StHHq':function(_0x1700ce,_0x1f159f){return _0x1700ce/_0x1f159f;},'Ogllc':function(_0x460cba,_0x57b99c){return _0x460cba+_0x57b99c;},'qUqQz':function(_0x11c436,_0x4b861e){return _0x11c436+_0x4b861e;},'SAswF':function(_0x52e46f,_0x6f6789){return _0x52e46f-_0x6f6789;}},_0x4f20d5=this[_0x573dbd(0x310)+'Bounding'](_0x35a45e),{left:_0x2c1ba4,top:_0x43aa91,height:_0x265ec5}=_0x4f20d5,_0x55e755=this[_0x573dbd(0x8e9)](),_0x2c0bfa=_0x410111['vmfpK'](Jn,_0x55e755),_0x2ae312=new _0x169eac(st+_0x497ba7[_0x573dbd(0x66d)+_0x573dbd(0x5c2)](Ue),{'left':_0x410111[_0x573dbd(0x4ce)](_0x410111['wRWXR'](_0x2c1ba4,_0x56c51b),_0x2c0bfa),'top':_0x410111[_0x573dbd(0x14c)](_0x43aa91,_0x347ba0),'height':_0x265ec5,'width':zn,'fill':_0xc9fac9||_0x410111[_0x573dbd(0x390)](_0x418171,_0x40887c[_0x573dbd(0x7d0)],0x20fd+0xb7f+-0x2c7c),'strokeWidth':_0x2c0bfa,'stroke':qn,'evented':!(-0xde5+-0x202a+0x2e0f*0x1)});this['_anchor']=_0x2ae312,this[_0x573dbd(0x8ca)]['addObject'](_0x2ae312,_0x5ebf6a);const _0x1445f4=new _0x169eac(_0x410111[_0x573dbd(0x1f7)](st,_0x497ba7['generateRa'+_0x573dbd(0x5c2)](Ue)),{'left':_0x410111[_0x573dbd(0x488)](_0x410111[_0x573dbd(0x14c)](_0x2c1ba4,_0x56c51b),_0x2c0bfa),'top':_0x410111[_0x573dbd(0x4ce)](_0x43aa91+_0x347ba0,_0x410111[_0x573dbd(0x5d4)](it,0x92c+0x1*-0x1857+0x5*0x309)),'height':it,'width':it,'fill':_0xc9fac9||_0x410111[_0x573dbd(0x390)](_0x418171,_0x40887c[_0x573dbd(0x7d0)],-0x1*-0xb29+0x68f+-0x11b8),'strokeWidth':0x0,'stroke':_0xc9fac9||_0x410111[_0x573dbd(0x390)](_0x418171,_0x40887c['black'],0x1eb*-0x4+0x1d*-0x2+0x7e6),'evented':!(0x25ba+-0x1309+-0x12b0)});this[_0x573dbd(0x3c8)]=_0x1445f4,this[_0x573dbd(0x8ca)][_0x573dbd(0x720)](_0x1445f4,_0x5ebf6a);const _0x122732=new Je(_0x410111[_0x573dbd(0x367)](st,_0x497ba7[_0x573dbd(0x66d)+'ndomId'](Ue)),{'left':_0x410111[_0x573dbd(0x4ce)](_0x410111[_0x573dbd(0x33d)](_0x2c1ba4,_0x56c51b),_0x2c0bfa),'top':_0x410111[_0x573dbd(0x7b2)](_0x43aa91+_0x347ba0,Oe),'text':_0x5033e4,'color':_0xc9fac9});this[_0x573dbd(0x5ed)+'e']=_0x122732,this[_0x573dbd(0x8ca)]['addObject'](_0x122732,_0x5ebf6a),this[_0x573dbd(0x92a)]=!(0x100a+0x26ce+-0x36d7);}[_0x31ce10(0x5bb)+'er'](){const _0x124a9e=_0x31ce10,_0x2ca694={'wtzTd':function(_0x59d774,_0x4fd12f){return _0x59d774===_0x4fd12f;},'eVPQr':_0x124a9e(0x5fc),'okRvT':_0x124a9e(0x15a),'VTLUQ':function(_0x39b7dd,_0x54c27e){return _0x39b7dd(_0x54c27e);},'WyGHv':_0x124a9e(0x5f7),'sRNdT':'VIFNx','TVLrv':function(_0x5a5c6b,_0x6f5f57){return _0x5a5c6b==_0x6f5f57;}},_0x6263d6=this[_0x124a9e(0x847)][_0x124a9e(0x990)+'nterObserv'+'er'][_0x124a9e(0x8b8)](()=>{const _0x2fa732=_0x124a9e;this[_0x2fa732(0x92a)]=!(-0x1*-0x19f+0x7ca+-0x323*0x3);}),_0x48d825=this[_0x124a9e(0x847)][_0x124a9e(0x3e4)+_0x124a9e(0x2a3)+'er'][_0x124a9e(0x8b8)](()=>{const _0x52f251=_0x124a9e;_0x2ca694[_0x52f251(0x88b)](_0x2ca694[_0x52f251(0x47f)],_0x2ca694[_0x52f251(0x6e8)])?(_0x2ca694[_0x52f251(0x88b)](this[_0x52f251(0x454)+'Ds'][_0x52f251(0x742)],-0xd*-0x301+0xae*-0xe+-0x1d89)&&this[_0x52f251(0x68d)+'eartbeat'](),this[_0x52f251(0x454)+'Ds'][_0x52f251(0x8b8)](_0x2b3691),this[_0x52f251(0x28b)]({'type':0x0,'memberID':this[_0x52f251(0x9b9)],'unitID':_0x9a660e})):(this[_0x52f251(0x768)]&&_0x2ca694[_0x52f251(0x12e)](clearTimeout,this['_hideTimer']),this['_hideTimer']=setTimeout(()=>{this['_hover']=!(0x1e42+0xff1+-0x9*0x522);},0x10b0+0x1fa8*0x1+-0x2*0x1444));});return()=>{const _0x188618=_0x124a9e;if(_0x2ca694[_0x188618(0x935)]===_0x2ca694[_0x188618(0x7cd)])throw new _0x49ccad('[ConflictS'+_0x188618(0x9ac)+_0x188618(0x29a)+'ng\x20to\x20`res'+_0x188618(0x86d));else{var _0x24dd83,_0x3d9d4f;_0x2ca694[_0x188618(0x2eb)](_0x24dd83=this['_anchor'],null)||_0x24dd83[_0x188618(0x990)+_0x188618(0x52a)+'er'][_0x188618(0x1a1)](_0x6263d6),_0x2ca694[_0x188618(0x2eb)](_0x3d9d4f=this['_anchor'],null)||_0x3d9d4f['onPointerL'+_0x188618(0x2a3)+'er']['remove'](_0x48d825);}};}[_0x31ce10(0x805)](_0x15c28e,_0x5b0227,_0x155372,_0x314dff){const _0x152ec0=_0x31ce10,_0x1b4183={};_0x1b4183[_0x152ec0(0x602)]=function(_0x119b8,_0x29b49c){return _0x119b8+_0x29b49c;};const _0x117bc7=_0x1b4183,_0x23e2de=new _0x2f11bd(_0x15c28e)[_0x152ec0(0x2c0)](0x1dae+0x156e+0x1*-0x331c+0.2)[_0x152ec0(0x7b0)+'g'](),_0x1aec74=new _0x205a17(_0x117bc7[_0x152ec0(0x602)](Xn,_0x497ba7['generateRa'+'ndomId'](Ue)),{'pointsGroup':_0x5b0227,'fill':_0x23e2de||_0x418171(_0x40887c[_0x152ec0(0x7d0)],-0x7*0x3d1+0x1bbc+-0x105+0.2),'left':_0x155372,'top':_0x314dff,'evented':!(0x76f+-0x222e+0x1ac0),'debounceParentDirty':!(0xf91+0x1*-0xfd+-0xe93)});this['_shapes'][_0x152ec0(0x76b)](_0x1aec74),this['_scene'][_0x152ec0(0x720)](_0x1aec74,_0x5ebf6a);}[_0x31ce10(0x310)+'Bounding'](_0x2e35cc){const _0xaca363=_0x31ce10,_0x222d54=_0x2e35cc[0x1*-0x11e3+-0x1ad9+0x2cbc],_0x2b1c8f=_0x222d54[-0x1730*-0x1+-0x3*-0x433+-0x23c9*0x1],_0x5d0544=_0x222d54[-0xe87+-0x22*-0xd4+0x13d*-0xb],{x:_0x344a82,y:_0x1073c4}=_0x2b1c8f,{x:_0x3762a7,y:_0x2226f6}=_0x5d0544,_0x2eec41={};return _0x2eec41['left']=_0x344a82,_0x2eec41[_0xaca363(0x5aa)]=_0x1073c4,_0x2eec41['width']=_0x3762a7-_0x344a82,_0x2eec41[_0xaca363(0x594)]=_0x2226f6-_0x1073c4,_0x2eec41;}[_0x31ce10(0x8e9)](){const _0x50bf9b=_0x31ce10,{scaleX:_0x22a4aa,scaleY:_0x7c30a2}=this[_0x50bf9b(0x8ca)][_0x50bf9b(0x714)+_0x50bf9b(0x4b8)]();return Math[_0x50bf9b(0x641)](_0x22a4aa,_0x7c30a2);}}var Qn=(_0x106607,_0x77d77e,_0x8d3a64,_0xe76e5b)=>{const _0x5e11a6=_0x31ce10,_0x1b92f5={};_0x1b92f5[_0x5e11a6(0x888)]=function(_0x57a841,_0x3b83a1){return _0x57a841-_0x3b83a1;},_0x1b92f5[_0x5e11a6(0x84b)]=function(_0x3798ea,_0x17a228){return _0x3798ea>=_0x17a228;};const _0x23ffe7=_0x1b92f5;for(var _0x4c8821=_0x77d77e,_0x1dd7ae=_0x23ffe7[_0x5e11a6(0x888)](_0x106607[_0x5e11a6(0x37c)],-0x9d5+-0x11d+0xaf3*0x1),_0x1f2e99;_0x23ffe7['WHfmm'](_0x1dd7ae,-0x1fba*-0x1+-0x137c+-0x2*0x61f);_0x1dd7ae--)(_0x1f2e99=_0x106607[_0x1dd7ae])&&(_0x4c8821=_0x1f2e99(_0x4c8821)||_0x4c8821);return _0x4c8821;},Ce=(_0x29f584,_0x3ece72)=>(_0x107095,_0x14a031)=>_0x3ece72(_0x107095,_0x14a031,_0x29f584);let je=class extends _0xf98423{constructor(_0x404a9d,_0x361ab9,_0x46a165,_0x40f25d,_0x443477){const _0x1bfa6b=_0x31ce10,_0x2559ed={'JfoJd':function(_0x3ba5b2,_0x2cf66c,_0x26a7e4,_0x8168cb){return _0x3ba5b2(_0x2cf66c,_0x26a7e4,_0x8168cb);}};super(),_0x2559ed['JfoJd'](l,this,_0x1bfa6b(0x19e),[]),(this[_0x1bfa6b(0x376)+'sorControl'+'ler']=_0x404a9d,this[_0x1bfa6b(0x831)+_0x1bfa6b(0x7a4)+'ce']=_0x361ab9,this['_renderMan'+'agerServic'+'e']=_0x46a165,this[_0x1bfa6b(0x67b)+_0x1bfa6b(0x866)+_0x1bfa6b(0x66e)]=_0x40f25d,this[_0x1bfa6b(0x6ea)+_0x1bfa6b(0x779)]=_0x443477,this['_init']());}[_0x31ce10(0x36b)](){const _0x5ebd87=_0x31ce10,_0x15cb27={'AeiIq':function(_0x1f1946,_0x59bad4,_0x151e4b){return _0x1f1946(_0x59bad4,_0x151e4b);},'xUQLE':function(_0x3c0a11,_0x35221c){return _0x3c0a11(_0x35221c);},'bbrgT':function(_0x2b3d01,_0x4e1078){return _0x2b3d01===_0x4e1078;},'OdgLh':_0x5ebd87(0x139),'MyEdU':_0x5ebd87(0x4fc)};this['_docSkelet'+_0x5ebd87(0x866)+'ervice']['currentSke'+_0x5ebd87(0x3c4)][_0x5ebd87(0x897)](_0x15cb27[_0x5ebd87(0x149)](_0x239628,this[_0x5ebd87(0x128)]),_0x40189b(_0x61add4=>{const _0x67dfd0=_0x5ebd87;if(_0x61add4){const {unitId:_0x46b52a}=_0x61add4;return _0x15cb27[_0x67dfd0(0x969)](_0x2e1aa0,this['_collabCur'+'sorControl'+_0x67dfd0(0x550)][_0x67dfd0(0x21d)+'ursors$'](_0x46b52a),this[_0x67dfd0(0x6ea)+'ice'][_0x67dfd0(0x553)+_0x67dfd0(0x673)])[_0x67dfd0(0x897)](_0x15cb27[_0x67dfd0(0x149)](_0x4acfa7,([_0x5291c4,_0x2bb3ee])=>({'skeleton':_0x61add4,'cursors':[..._0x5291c4[_0x67dfd0(0x591)]()]['flatMap'](_0x35d234=>({..._0x35d234,'color':_0x2bb3ee[_0x35d234['color']]}))})));}const _0x31f98b={};return _0x31f98b['skeleton']=null,_0x31f98b[_0x67dfd0(0x81e)]=[],_0x15cb27[_0x67dfd0(0x149)](_0x5792c4,_0x31f98b);}))['subscribe'](({skeleton:_0x152bcd,cursors:_0x5b11fe})=>{const _0x2fbe54=_0x5ebd87;_0x15cb27[_0x2fbe54(0x42e)]!==_0x15cb27[_0x2fbe54(0x54a)]?(this[_0x2fbe54(0x41c)+_0x2fbe54(0x565)](),_0x152bcd&&this[_0x2fbe54(0x75c)+_0x2fbe54(0x565)](_0x152bcd[_0x2fbe54(0x248)],_0x5b11fe)):_0x15cb27[_0x2fbe54(0x5a9)](_0x2454c9,_0x52e823[_0x2fbe54(0x420)])?this[_0x2fbe54(0x19c)+_0x2fbe54(0x793)]():this['_toggleOff'+_0x2fbe54(0x172)]();});}[_0x31ce10(0x75c)+_0x31ce10(0x565)](_0xa28ff1,_0x524518){const _0x1df436=_0x31ce10,_0x249d0e={};_0x249d0e[_0x1df436(0x2f6)]=function(_0xb2d241,_0x1fdaf0){return _0xb2d241==_0x1fdaf0;};const _0x289e83=_0x249d0e,_0x492185=this['_getDocObj'+'ect']();if(_0x289e83[_0x1df436(0x2f6)](_0x492185,null))return;const {scene:_0x27a8b3,document:_0x52658d}=_0x492185,_0x10352b=_0x524518[_0x1df436(0x71d)](_0x5a36c3=>new Zn(_0x5a36c3,_0x27a8b3,_0xa28ff1,_0x52658d));this[_0x1df436(0x19e)]=_0x10352b;}[_0x31ce10(0x41c)+_0x31ce10(0x565)](){const _0x1ef346=_0x31ce10;this[_0x1ef346(0x19e)]['forEach'](_0xd377b6=>_0xd377b6[_0x1ef346(0x915)]()),this[_0x1ef346(0x19e)]=[];}[_0x31ce10(0x1a0)+'ect'](){const _0x5d441c=_0x31ce10,_0xde2f6c={'isAeD':function(_0x3713a5,_0x5f4e9f,_0x3ab897){return _0x3713a5(_0x5f4e9f,_0x3ab897);}};return _0xde2f6c[_0x5d441c(0x385)](_0xf71efc,this[_0x5d441c(0x831)+_0x5d441c(0x7a4)+'ce'],this[_0x5d441c(0x6ce)+'agerServic'+'e']);}};je=Qn([_0x390cc5(_0x32e745['Steady'],je),Ce(0x10d*-0x17+-0x98c+-0xb3d*-0x3,_0x35b90a(le)),Ce(0x4b3*0x7+-0x26a4+0x2*0x2e0,_0x14d8cf),Ce(-0x1854+-0x98*0x39+-0x1d17*-0x2,_0x27fb7b),Ce(0x1dbd+-0x24d+0x77*-0x3b,_0x35b90a(_0xacc410)),Ce(0x44*0x75+0x45*0x8e+-0x4556,_0x35b90a(_0xd95a71))],je);var er=(_0x26d187,_0x23d2f6,_0x40eb58,_0x29ad2b)=>{const _0x37e640=_0x31ce10,_0x38af2b={'FgRhL':function(_0x3f245f,_0xeb46b3){return _0x3f245f-_0xeb46b3;},'QgngN':function(_0x26f5dc,_0x29c210){return _0x26f5dc>=_0x29c210;},'kfWYM':function(_0x2d35c9,_0x4e3390){return _0x2d35c9(_0x4e3390);}};for(var _0x2bbcef=_0x23d2f6,_0x3dde08=_0x38af2b[_0x37e640(0x6a5)](_0x26d187[_0x37e640(0x37c)],-0x924+0x102a+-0x705),_0x497fa9;_0x38af2b[_0x37e640(0x57d)](_0x3dde08,0x10b1*0x2+-0x2320+0x1be);_0x3dde08--)(_0x497fa9=_0x26d187[_0x3dde08])&&(_0x2bbcef=_0x38af2b['kfWYM'](_0x497fa9,_0x2bbcef)||_0x2bbcef);return _0x2bbcef;},nt=(_0xe7f774,_0x2963b3)=>(_0x5a11d6,_0x34beee)=>_0x2963b3(_0x5a11d6,_0x34beee,_0xe7f774);const tr=_0x31ce10(0x85e)+_0x31ce10(0x89f),sr='/universer'+'-api/oidc/'+'authpage';let Ge=class{constructor(_0x424c28,_0x4d288f,_0x1d4309){const _0x364278=_0x31ce10;this[_0x364278(0x16a)+_0x364278(0x5b7)]=_0x424c28,this[_0x364278(0x49b)+'ce']=_0x4d288f,this['localeServ'+_0x364278(0x779)]=_0x1d4309,this[_0x364278(0x3f1)]();}['init'](){const _0x35b08c=_0x31ce10,_0x2be606={'ZBusz':function(_0xebe08e,_0x3e2d29,_0x2e5a87){return _0xebe08e(_0x3e2d29,_0x2e5a87);},'QXSKi':function(_0x2bd327,_0x3d5233){return _0x2bd327(_0x3d5233);},'kDqlC':_0x35b08c(0x706)+'otoLoginAl'+'ert','OiwiZ':function(_0x5cdd26,_0x319df2){return _0x5cdd26===_0x319df2;},'ymDyN':'mwKgY'};this['_httpServi'+'ce'][_0x35b08c(0x5d0)+'TPIntercep'+_0x35b08c(0x65b)]({'priority':0x1,'interceptor':(_0x1d5f41,_0x1f6318)=>_0x1f6318(_0x1d5f41)['pipe'](_0x272dac(async _0x363d4b=>{const _0x22a7fa=_0x35b08c;if(_0x363d4b['status']===0x1cc7+0x5fb+0x1*-0x2131&&window['confirm'](this[_0x22a7fa(0x191)+_0x22a7fa(0x779)]['t'](_0x2be606[_0x22a7fa(0x697)]))){if(_0x2be606[_0x22a7fa(0x8d6)](_0x2be606[_0x22a7fa(0x262)],'cZfgY')){if(_0x29ee0f){const {unitId:_0x48b2e5}=_0x2cc962;return _0x2be606[_0x22a7fa(0x671)](_0x26b758,this[_0x22a7fa(0x376)+'sorControl'+_0x22a7fa(0x550)]['getCollabC'+_0x22a7fa(0x99c)](_0x48b2e5),this[_0x22a7fa(0x6ea)+_0x22a7fa(0x779)]['currentThe'+_0x22a7fa(0x673)])[_0x22a7fa(0x897)](_0x2be606[_0x22a7fa(0x533)](_0x15b91f,([_0x5bbfc0,_0x7f2d61])=>({'skeleton':_0x4c31af,'cursors':[..._0x5bbfc0[_0x22a7fa(0x591)]()][_0x22a7fa(0x66a)](_0xf137dd=>({..._0xf137dd,'color':_0x7f2d61[_0xf137dd[_0x22a7fa(0x18e)]]}))})));}const _0x8e6c48={};return _0x8e6c48['skeleton']=null,_0x8e6c48['cursors']=[],_0x58dfd6(_0x8e6c48);}else{const _0x532f10=window[_0x22a7fa(0x989)+'omponent'](window[_0x22a7fa(0x200)][_0x22a7fa(0x840)]);window[_0x22a7fa(0x200)][_0x22a7fa(0x840)]=this['_getLoginP'+'ath']()+_0x22a7fa(0x732)+_0x532f10;}}return _0x363d4b;}))});}[_0x31ce10(0x5cd)+_0x31ce10(0x3bc)](){const _0x2d5301=_0x31ce10,_0x5540f7={};_0x5540f7[_0x2d5301(0x9b6)]=function(_0x210b4f,_0x152e23){return _0x210b4f!=_0x152e23;};const _0x4d4ae0=_0x5540f7;var _0x5b6b14;return _0x4d4ae0[_0x2d5301(0x9b6)](_0x5b6b14=this['_configSer'+'vice'][_0x2d5301(0x63a)](tr),null)?_0x5b6b14:sr;}};Ge=er([nt(0x3c7*-0x7+0xffd+0xa74,_0x4b033c),nt(0x650+0x1d21+0x144*-0x1c,_0x35b90a(_0x4382a5)),nt(0x1f*0x43+-0xedb+0x6c0,_0x35b90a(_0xaffb7d))],Ge);var ir=(_0x2d48af,_0x1d6f68,_0x4dc5bb,_0x432f01)=>{const _0x47a8fd={};_0x47a8fd['bhmCh']=function(_0x56035f,_0x2d86b8){return _0x56035f>=_0x2d86b8;};const _0xc416a=_0x47a8fd;for(var _0xa69225=_0x1d6f68,_0xae495d=_0x2d48af['length']-(-0x39b+0xad+0x2ef),_0x4a4e93;_0xc416a['bhmCh'](_0xae495d,-0x2*0x2b0+-0x16b7+-0x1a7*-0x11);_0xae495d--)(_0x4a4e93=_0x2d48af[_0xae495d])&&(_0xa69225=_0x4a4e93(_0xa69225)||_0xa69225);return _0xa69225;},Xt=(_0x448d9f,_0x4caf14)=>(_0x33d2a8,_0x32c1bc)=>_0x4caf14(_0x33d2a8,_0x32c1bc,_0x448d9f);const nr='collaborat'+_0x31ce10(0x7ae);var rt;function _0x2276(){const _0x4ae701=['x2HVDMvY','BL06ihnOB3vSza','Bgfzs0G','mIa2lJu1otKXia','AMzSq3G','lJa4mtzdoc42na','uLngtei','nZeGmtmUmZiZmG','CMv2','ignVBMzSAwn0ia','AxmGBNvSBce','v3Lhshy','twTVDMS','x2HVDMvYzwq','rv9jtLrfuLzbta','uMnJvg4','Exjuz1C','x3n1yM1PDenOyq','zvrcq0q','ANbst2O','ALjjyNm','whLsDLi','Dg9Nz2XLt25SAq','yMfZzvjLDG','wgnZq1a','ChDrqKG','sK92uhm','oti5idyUmdeXqW','qZeXlJi2nJCGnG','CM9VBu1LBwjLCG','sNPZuLK','Aw91CYb0CMfUCW','BwvTyMvYsuq','AxrPB24UifrOAq','6k+35Rgc77Ym5l2G55Qe57Yw6l6r5Bcg5zYO5PYS','mY4ZnZGXqZeXlG','EuLK','mY40mtCYtduUnG','lJeYnJi2wG','z2v0vw5KB1jLza','Dw5PDeLe','vu5ltK9xtL9dtq','BML0rgLZCg9Zzq','B3jPz2LUywXnzq','EKDPtKW','odiZideWlJuXmW','x29Uq29UzMXPyW','z2v0vw5PDeLK','AfLrqMe','rxzLBNq','zg9JlM11Dgf0Aq','B3jgB3jnzw1Izq','C3rYB2TLv2LKDa','EKHozgO','weX6uMm','zxzLBNrjra','mZeYnYa5lJm1mG','mJaXideXlJq1mq','ndqYidiUmZK0nq','mtm3EK0YlJG2mG','y29SDw1U','oc41otCWmsaXmW','ms41nJK0ideXlG','qwvPsxe','BLnLCNzPy2vDoG','DhjHBNnMB3jTuG','zM9JDxnLzcq','Chb4CfK','ExLXDwq','C1LxC2G','y2HLza','ELHHsNe','t2noCxK','y29UDgvUDa','t0X3rLy','z2v0vhLWzu9Mvq','y3rVCIGICMv0Dq','DxnLq2XHC3m','zwqGy2HHBMDLCW','zwrPDgLUzYbZDa','D3zXyMy','BYbZyxzLihLVDq','B3rcvvO','zgaU','6l+E5O6L5AsX6lsL77Ym5Bcg5zYO5lIa5lYA5ys/','B2nHBcbLzgL0CW','sMvzzhK','y1HkCLK','B20GBxvSDgLWBa','ideXlJiYmJCGnq','BwLU','BwLSCMW','CYbVBIbVDgHLCG','z3Dkwxi','BM90q29SBgfI','zw5JB2rLvvjjqW','B011Dgf0Aw9Uua','A09ysvK','nca5lJy1oty2ia','yvntCKu','yw5NzxnLDezLDa','B3bLBIq','B25qB2LUDgvYrq','osaYlJK1mdi2ia','EgzVqNy','zMLSBfj1Bgu','u1nlzey','y3rPDMuTDw5PDa','osa2lJu1otKXia','lJKXnca0lJCYna','B3jTsu1fq2fJAa','CuThwMq','vw5PDMvY','5y2p5zcm5yAY56Qb','DxjZB3jZja','zurHDge','x3nUyxbZAg90uW','te9SB1O','rKDksNu','ideXlJuZidyUmq','uK9s','BNvvEKq','Ae1L','x2v2zw50vw5ZDq','x2jLzM9YzunSBW','x3n5BMnfzgL0Aq','vgHPCYbTzxrOBW','B25SAw5Lu3rHDa','zxjtzxj2AwnL','ndvdnc4XnZqWoq','Dgf0zv06igLUDG','y2XLyxjuAw1LBW','C3rVCMfNzq','mteUnZKYosaXlG','BgL2zvnOyxjLtG','ueHXrNK','ENLlENy','wgz6v3a','yMvHDfrPBwvY','BuDtAMq','uLrSAKe','B1Lbrhi','DxmUC3LUy2LUzW','x2LK','mhWZFdj8nxW0Fa','B1LICfO','BgvHC2uGy2HLyW','BwfZA1vUAxrZ','BwvUDa','6Ag155Qe57Yw6l6r6kgm5lI65Bcg5lYA6kkR6zMq','Dvrvz0y','DgvdAgfUz2vZzq','wLj2AM8','vw5PDMvYswnVBG','x2rVy1n0yxrLqW','z3rsDeG','zw5JB2rL','turStvm','C2zVCM1tzwXLyW','AgX0vNK','mtG1qZeUmJy1oq','BsbPCYbUB3qGDa','C2f2zunOyw5Nzq','vevstuLoqvrf','Chv1D3a','sw5ZqKm','we1hwKG','z2uU','sKXZsNO','C2HLzxrjza','vu91ENC','Aw9UrMfPBgvK','mteUnZC2nIa2lG','txzrDMu','z3vxsMq','x2n1CNnVCG','rvfoz2W','C29Tzq','Df06ihnOB3vSza','ywP3vKW','x29UrMv0y2HnAq','rvjwrvjFvvjmxW','BMrjruS','CMvKDwnL','DgLVBI4','Ehb1y0y','u0Hjueq','ig5VDcbZEw5JAq','ifDPBgWGBM90ia','x2nVBw1HBMrtzq','zxnLDc4','lJG3odmGoc44mW','DgfIBgu','tKzSEuy','AfzntxG','rLP2EgG','x3r5Cgu','zgLZCg9Zzsq','DunuAxu','te9dquXFq0fdsa','CuzyBeK','sLfSBhe','z2v0ugfYyw0','vLrmvve','BeLeAK0','EfrNrM0','z0nOyw5NzxnLDa','D2LKDgG','B25tzw5Kq2HHBG','wMrQsey','ndCGnY40mdu1oa','x2HHBMrSzuXLyq','mI44ndm5iduUnW','EfHdu3O','sgfiB0u','tg9JywWGzMLSzq','A2v0','mdLdmtiUmtqYoq','EgXQDNu','msa4lJmZnJy3EG','y2XLyxjjBNrLCG','qxL4BeG','C3vIDw5PDa','wLnrD3a','Aw5Llxn0yxr1CW','yMnSq0C','v2fYBMLUzW','lxvUAxqUD2fYBG','A29htLy','x3vUzg9szwrVuW','Efvrteu','BgnMB0q','A0XouMO','Cgf5tKu','zxjstNe','uMjkAfK','B3bZ','CNnVCG','CYbMDwXSlIbzBW','odiGnY4WmtqWnq','ttGUmdaWmteGmq','CMvM','B2fzA1O','5zYW5l+D5A2y','ntu3idKUntm5oa','zw1wCfe','mI43mJG0ncaXma','AKjfzfq','y29SBgfnC2C','mc44otuXqZyUmG','x3nVy2TLDfnLCG','C3rUt00','idyUnJG5nduGmW','t1bfuKfusu9o','mc4ZmZuZidGUoq','ywnR','t0zgteLorq','rfLIALm','mIa2lJi5otuZlG','CMDIysGYntuSia','zxzLBM9Kza','tuvdywnOzq','yMuGBg9ZDcb3Aa','x2nVBMzPz1nLCG','rNjxuMe','tfLgreW','tuP5B0C','q05OteC','nte2oumXmc43oq','thrcvei','rvDZqKe','BgLUzq','Dw5RBM93BG','igjLihnHDMuGBW','C2vZC2LVBG','AgfZt3DUuhjVCa','s2PUBxK','zfHPCMG','wwP2yLG','DgLVBLn0yxrLxq','DgLVBLvUzg9szq','zgLZywjSzuXVyW','AgfZ','AxzLvw5PDfnLCG','twjNAw0','ocaXmY44nZGZEG','zejLDe0','vu5jvKvsx1vosW','DePny0O','nti3mZi3vxPQAgjY','DxmUBM90q29SBa','Aw52B2TL','qvrjt05t','Cuz6wKi','B25qB2LUDgvYtq','C2vZC2LVBI5YBW','B3jtDgf0zsq','igzHAwXLzcWGCa','qwvls1e','y29SB3i','DgvKihrVihjLyW','CNzLCI4','Bg9JywXLu2vYDG','y3jLyxrLrwXLBq','DgvDoIbYzwnLAq','tK9xtG','rfDjzgO','EezVwLa','Au1Lrhy','A2HHywy','v3z1ruG','os4YnZK0nYaXmq','vwHYrhu','x3rVz2DSzu9UBa','ANmTAwnVBI0','x2n1CNnVCNm','BMH4B0e','x2DLDerVy09IAG','CMvTB3zL','t3LKyNC','DgLVBKvUDgL0Eq','DxrHDgLVBNnxAq','tMn1AKC','CM91DgvlzxK','x0npvu5u','t2fLy0u','mJa2qZqUndmWnG','mIaXmY4ZmZy3ia','mtaUnJiWnIa0lG','ndyWmYaXmc43na','C2vHCMnOugfYyq','BI10Aw1LB3v0','sg9huLK','zxj0Eq','sxrQswe','C3vIC2nYAwjL','sxDXuKu','ChrqwNG','BcaIAw5PDciGDa','zgH0wMy','oduWndqGmY42oq','EK94teO','qunusvzfx1vosq','ndy2nsaXms43mG','C05SvxO','C2fNzvn1yNnJCG','tLfOyMS','z2v0uMfUz2vqBW','CMvWBgfJzvn0yq','lMnVBgXHyM9Yyq','z2HjBNrLCMnLCa','rgrbqKi','zLD1zKW','ide0lJGXotqGmq','z2v0vw5PDfn0yq','Cwnnz2K','zxnszxf1zxn0','Bwv0ywrHDge','x2vUDgL0EuLUAq','zhviwNK','C3LTyM9S','mKPzC0j4BW','x3bLBMrPBMDnDq','C2v0','os40mZK5msaXma','zMLSBa','x2nSzwfYtg9Jyq','AgvUigb0AgLZlG','wxzPCNu','y29SBgfIq3vYCW','AxzLzcbJAgfUzW','x2nSzwfYq29SBa','mdq5idyUnJi0na','zw5KuM93','Bg9ky0e','zcbZAg91BgqGBG','t0DtEge','tvz2u3a','vhjUEgm','z0nVBgXHyKn1CG','CMv2AxnPB24','Egj3Axq','rvb1A2S','D2jgueW','lJGWndGYideXlG','sfrREMG','l2zLDgnOBwLZCW','mJG1otCGmtmUmq','BMrXEwK','DhjHBNnMB3jTtq','Ag92zxjLza','Ew5iB0S','CgfJEwu','zg9JDw1LBNqGzG','x3jLDhj5q29UBG','nIa5lJCXmtC0ia','teLwrvniqvjfxW','nZvmAMLmsNy','tK9Ft1rirvjFqW','z2v0vMLLD3bVCG','mdyWmIaXms45oa','mtmUmdq1idGUoa','Dgv4DfjHBMDLCW','ywTkELq','D1jxwfi','wu5Uz2q','C3rHDhvZja','x2nVBg9Ysw5Kzq','BhPfC28','x3vUBg9JA1rYyq','x2rYyxC','rgv2quu','rK9PBKC','Bg9JyxrPB24','x29Uq3vYC29Yra','AxnZu3rHDgvDoG','t1rirvjFq0Xjrq','kcGOlISPkYKRkq','AxnbCNjHEq','q05mwuW','ideWlJuWodj6tq','x2nVBgXHyM9Yyq','sw5Zzxj0uM93qW','q09nufjfu1nFtq','DxnL','yxDHAxrPBMDdAa','DxbKyxrLtwvTyG','AxrOx3bLBMrPBG','rKvuq0HFtuLtuW','x3DZ','q2PHv04','x3nLC3nPB25tDa','Axb0Aw9U','B0P2BxO','x3rYEuvUC3vYzq','zxzgB3jeB2n1Bq','x21VDw50t25SAq','CgLJvMu','t2zMBgLUzsWGzq','v25svwC','Aw9Uu2vYDMLJzq','mtuYnsaXms4Yma','z2v0q29SBgfIqW','Dw9bAK0','u1Loq0ve','u293AhO','C2XPy2u','zwPLy3rLza','mJuWmIaYlJC5oq','zuHLyxj0yMvHDa','ndG4nsaXmc41nW','z2v0rM9JDxnLza','BwvHC3vYzvrLEa','z2HzCvy','x2HHBMrSzxi','tvnhx0zpuL9fuG','CgDcv3m','Dgf0Aw9UCW','u0vorf9dseforW','CM9Y','mc4Wmtm0iduUoq','DgfJAYbMywLSzq','m3W0Fdf8mhWY','AfDbCgG','ntCGmteUnZeXna','A2Tjq0u','Au9zyK0','ugflDxe','A3P2z2q','lJyYmdyGmtiUoq','Aw5KzxHpzG','qKHXDeW','Dw5ZAgLMDa','zMLSBfrLEhq','uhPcAMC','y2XVC2uK','DhvZ','BuvLsMG','zxzLBNqK','BurAwgO','zYb0BYbGCMvZzq','ChvZAfn0yxrL','zMLSzsbPBIbHBG','l2jSB2nRlW','mtu5mJiYng9ICgTUBW','C2TLBgv0B24','5BEY5l+D5A2y','rKrZswy','u2vYDMLJzv06ia','x2nSzwfYsgvHCG','BfLkteC','swH5sem','CM93','yxv0Aa','otGGmtuUmtuWnG','DfrPBwvY','EhPTA08','vuzpEvG','mY43ndeWnIa4lG','Aw5N','s2zJEhm','CM91DgvuExbL','BgXLCL06ihjLBq','C3LUy0vKAxrPBG','B2P6ywO','CLnLCNzPy2u','zejOy3i','B3qGyMuGy2fSBa','x2XVy2TuCMfUCW','x3nJAgvKDwXLva','vfHjy20','Ew1eEu4','BMCGDg8GyhjLCW','w09MzMXPBMvtDa','x2DLDefqsvbYzq','x2nSzwfYuMvKBW','yxnZAwDU','sgPXt2e','uLztBw4','y3jLyxrLu29JAW','BMrVuMvKBW','mdm3idCUoty5oa','z2LUqwXLCNq','C2vZC2LVBLn0yq','rxbWy0e','yKrfuvm','zuzXCKi','x3nJAgvKDwXLuG','yxr1CYq','rgj5rgW','A1fkBMe','zhPOqui','ExnLs0e','yM9KEq','vfbjBNrLCMnLCa','suDeEvG','rxrZvxi','ALrdAMy','B25tDgfYDgLUzW','mdeXidiUnda4mq','zMv0y2HFBwLZCW','Agrxq1a','BNrPDhKK','tg96Buq','w0zLDgnOtwLZCW','z2v0','zg9tzxj2AwnLxq','B25MAwC','zLvnEe4','wfz3qxa','rhfItui','yw5NzxnLDa','x3nLBMq','zNn1uwO','zM9YzunSB3nL','C2v0u2HHCgvqCG','BvjLBw90zunOyq','vgHLCMuGAxmGyq','Aw5MB1jZCa','tK51rfe','zsbYzxrYEsbPBG','C3zuEg0','BLvZzq','CgfYC2u','AgDWy0W','xtOGy2fUBM90ia','z2v0vgLTzq','ywXPzcbJywXSAq','A29dCKK','DLfguxe','ueTYvhu','C3rHCNrZv2L0Aa','x2XVywreB2m','vw5PDezYB21vuG','zwWX','ENj0Duq','zwf2zu9IC2vYDG','x2zLDgnOtwLZCW','x29UtwvZC2fNzq','osaXmc42mJa2ia','zNjVBq','lJeWmJC5idCUmG','C3nszxn1Bhq','vu5jvKvsx1nirq','s2TlC3i','B3jTu2vSzwn0Aq','uKvdvG','ChvOD1e','rMLvzK4','ywn0Aw9UCW','BwfZAW','rKvuq0HFt1bfuG','Axnby3rPDMu','rxjYB3i','r0nJu1u','DxbKyxrLq3vYCW','EwXRv3C','ywrKrxzLBNrmAq','tfbHCMfTCW','ExbLCW','tM5qqMm','DguGywrKCMvZCW','Dgvdt3G','EgvJDxrLza','zvvnyKy','C2v0qwXWAge','BMDLC2v0uxvLDq','Bg9JAW','C2LUzYWGEw91ia','C2v0uxvLDwu','mc43nZi1tdCUoq','Cgf1C2vdB2XSyq','yKHZAu8','z2v0vMfSDwu','B3rOzxiGDgfIlG','y29SBgfIB3jHDa','z2v0u2HLzxrjza','AMLXAw5NntaW','qwzAzfC','AxrSzq','mdq2nIa1lJK3oa','yKzqwLO','C2L0Aw9UqNLdAa','BufqzuK','lI4U','ttaGmeGXnLyXnG','tMfWB04','EhqTzwrPDgLUzW','mc43oti4ndCGoq','x2nSzwfYu2nOzq','mIaXms4ZotG1ia','ntK2mteXngjzA2XHsG','t0nKqK0','y3vYCMvUDfnRzq','mZGYideWlJuWoa','C2v0sxrLBq','tgfKsxy','zwn0Aw5NvgLTzq','x29UvxnLCKPVAq','B1DNs2O','B2XSywjdDxjZBW','DxjZB3i','x2nYzwf0zuLUAq','x2DLDfjLzg9tDa','vePREgW','Cwz2BKC','B3v0vgLTzxi','r1HQwwq','vfzmCNy','zwqSignSAwnRia','nZaXidiUodyYma','DMvKihjLAMvJDa','z2v0q29SBgfIrq','x29UuMvTB3rLuG','lJm1nJuGnI41mG','vu5srunpr05jwG','z2v0vw5PDe9UuG','idqUnJaXnJyGmq','AMXUB24','D0LhugO','ug5wr3m','DgHLBG','D1L1zKi','B25uCMfUC2zVCG','vMPqzMO','x21LBwjLCNm','C0TsC0u','yxr1CYbJAgfUzW','zNjVBunVBgXHyG','yu9WAum','yw5KBgvY','oti4ndCGoc44mq','ode2vJiUnZyXnq','wKDrv1O','C2vSzwn0Aw9UCW','uKjQDem','x3nLC3nPB24','x2v4Agf1C3rszq','BMrSzwqGDw5PDG','EuTPzNi','zgf0yq','mdGZEK0YlJm1nG','quvMt0u','lJCXode4vJyUmW','lJi5otuGmteUmq','x2DLDefUy2HVCG','DgfIlG','yxjHBxndywnOzq','DNjQAvK','zvn1thm','w0rHDgfmB2fKzq','r0fPD04','qMnYB0q','v0zpzfi','zKXRr2i','ihrVia','Ehfbv3q','C29JA2v0ig9Wzq','x3jLBw92zunSzq','yMvNAw5qyxrO','z2v0t3DUuhjVCa','zwn0zwqUie1HEq','w0nVBMzSAwn0uW','BtjqCMLTzq','mNWWFdf8nhWZFa','mJa2ideXlJKZmq','ELLUvwi','DhjHBNnMB3jTqG','uevHEgy','EePtBvm','x1jfu1vmva','s0vZtwy','r01YAeS','EKXetLO','vffQy3u','DNv1yM4','AwrtDwzMAxG','rKvsAuK','y2XVC2vqyxrO','z2v0t2zMC2v0qW','q09eyu8','vxnLCG','z2v0qwn0AxzLuW','mdy4odqGmtaUnG','C2vtzxj2AwnL','BtfqCMLTzq','Cg1ZCuy','B3iH','vgLKqK8','z2v0uMvZB3vYyW','CvvXuxO','y2XPCfj1Bgu','CNzPy2u','EfnfCuq','AvnjyKC','mdaXmsaXms43mG','zvzHr28','qMTvBgm','x2rYyxDbBMnOBW','zxj0Evn5BwjVBa','x2nSzwfYvgLTzq','x2LUAxrnB2r1Ba','D2XLzgDLBwvUDa','ww91CIbLzgL0CW','ChjVCgvYDhLjCW','Au5KwwK','Eu9XyKy','x21LBwjLCLnLCG','tuj4q04','tLrtx0vesvrjtG','x3vUAxzLCLbLCG','uuLVtNy','mI41mJi4nca3lG','Dw5PDeLK','D0vOA3q','zeD1vva','lJeWmdGGnc45nW','EKfNzeu','x2nVBg9Y','yZfqCMLTzq','ELrHtvu','C2LUz2XLlxvUAq','Dw9Ozxm','tNDMrvK','Dg9tDhjPBMC','x25VDgLMAwnHDa','teLftLrtx0vesq','C2vSzwn0Aw9U','ms43mJe2qZCUnG','sK9jtG','mJeXnsaXnc4Yma','y0vzv1a','t2DSBgm','B3b5igfUzcb0Aa','zgPtEeO','BgqGBM90ignHBa','x2LUAxq','yw5NzxnLDfrPBq','x3jLzLjHBMDLuW','oty0nca2lJy4oq','z0jSqKu','idqUotm1mZeGmq','zwrPDgLUz1vUAq','B05LwNa','rhfoD1a','zxnLDa','BgWTCMv0CNK','x2nVBgXHyKn1CG','ms40nteGos45nG','BxbS','y2XHC3noyw1L','DhjHBNnMB3jT','CxPbtui','BgvUz3rO','vgTlANy','Dw5SB2fK','ywXS','EKv4ueW','ndeWnYaXmY41na','Dw5PDMvYlw9UBa','z2v0twvTyMvY','B25szw1VDgvdAa','Axnbzuq','y3nby2TfDMvUDa','x2XVy2fSq2fJAa','D2LSBc1YzxrYEq','ns4XmJiZnIaXmq','qvLQzKe','s010uwK','u291CMnLieHHBG','oc40nJaZmIaXmW','lwLJB24','u0XUuxe','BMv0ywe','DKHprMO','B25dB21Tyw5Krq','wg1NyLu','A3rsqxO','x3nVy2TLDe1LCW','nYaYlJyWmty2ia','AgHKvvq','qvfUsui','y29SBgfIlxrLEa','swjJsw0','DhD4DuW','x2fWCgX5uMvTBW','mdeGmtaUnta4mG','x3jHBMDL','B25szw1VDgvszq','veLnru9vva','Aw5JCMvTzw50uG','y2HHBMDLC2v0CW','odG1qZaUnZKYoa','tg1PCfK','zwPcwge','BNnbBgm','C2v0vw5KB1jLza','AgTVA3m','uevoreLorW','B21Tyw5Kswq','yLLQAxO','t3zQDwC','Dw5PDc1JywnOzq','x2n1CNjLBNrvCW','uxHPrK4','BuPxBfu','zxj2zxjtzxj2Aq','De5Qrfi','DhjHBNnMB3jTvq','sevbuLrcrufuxW','odGYmsaXms4WmW','ntLdmtmUnta2nq','z0jXzw4','EgHmsvu','zgvSzxrL','EMDlueK','CNDIsfq','yxrO','5Q2J5zYO5zcm5Q2L5PYn5yQH56UV5PwW5O2UlG','zMvYCMvKigzYBW','DxjSkcnTyxnRma','5lQg5zcm5lIa5lIQ5PAh5lU244cc5lI65lQg6yg/','zxrVBK1HBMfNzq','BYb5B3vYignVBa','z2rIuK4','Bgv0B24K','vw5PDezVCLr5Ca','CMrPwue','ueznBKy','x2fUy2HVCKrVDa','u3DQAg8','BMCGzwrPDhmGDa','nc43mJqWncaXma','zxjTAw5HDgu','5yIR5Ase5l+D5A2y5l2G55Qe5PYS5zYW57Yw6l6r','rwHwt0y','BxnSCem','tw92zvjHBMDLqW','v3Los3e','DMvK','x2rVy1rYyw5ZzG','DefRCLC','yxDHAxrPBMC','BwvVDxq','x3jLC2nOzwr1Ba','BfviAKi','y2XLyxi','DcbVBIb0AgLZia','nZq5oca2lJG0ma','z2v0q3vYCMvUDa','y2fUBM90igvKAq','wLfVsuO','zgvMswrZ','DMvKigfJA25VDW','BwXbBhO','Dw5PDMvYANmTAq','zw5HyMXLt2zMBa','B25qB2LUDgvYta','B3rLq2HHBMDLCW','q29SBgfIB3jHDa','ww5fCuy','Aw50zxjJzxb0BW','zLfzB2y','ttuUodi2mtmGna','ywXdDxjZB3i','Cuj2rue','nI4Znte3nvy3lG','zwnVBM5Ly3rPBW','DhvZja','x3nLDhvWqMvMBW','Aw5PDa','uvDJBuK','mtaUnZy4nIaXmq','Ag9ou0m','yvvRrxa','x3n1yNn0Axr1Da','AM9PBLjLCq','tteXlJaZmdiGoq','Aw9UlG','x3vWzgf0zvn1yG','x3rPBwvVDxruAq','ntuWnumXns4Yma','uhbgy0C','x3rYyw5ZAxrPBW','x29Uq3vYC29Yvq','uufzq2m','msaYlJeYmtu4ia','qwX2Cum','DxmUzMv0y2HnAq','ywLSzwq','C3LUy2vK','ocaXmY40mdGGnq','BgfIB3jHDgLVBG','vgLpBLu','ideXlJqZnsa3lG','qNDmA2m','C3rHDhvZ','wursEeK','AhHRrue','C2f2zvnOzwv0qG','yMvHDa','ww5qrNK','ms4XmZi1ideWlG','AMjvEwi','x2rVy1n5BMnfza','mcaWide2ide2','qK1stey','x3n0yxj0u2HLzq','twDhugW','nLPnmteUntmGnG','5y2p5zcm5OI/6zE05BEY5RUH77Ym5l2G55Qe57Yw','qu5oruW','vw5RBM93BIb0Eq','x3jLBw92zunVBa','mZyGns4Xody3na','yKn1CNnVCLnLCG','zw50','t05msu5f','C29JA2v0u2vYDG','we5WEvu','yMLUza','v3vjEwK','CNjVCIWGBwvHBG','DxjSq2HHBMDLja','mtuGmtuUmJa3mG','DfHXtva','mdqGmteUmJC1oa','DKnKrLK','x2HHBMrSzuPVAq','AguGChjVy2vZCW','BgvKz2vTzw50lG','t2rNtgG','wvbsDwW','lJu2nZq2qZuUna','ueLUwei','nZuGnY4YnJCZmq','uuzZtfu','ideXlJC0ndiGmq','y0XhENu','yw5ZAxqGDgHLia','qvjrD00','y3vYC29Ysw5MBW','B2fKihrOzsbWyq','5lMl5zco6yEn6k+v','sK9jtKLorW','zhjLC3mU','zxrZ','nJKXideXlJiYmG','os4WmtKXmIaYlG','mZa4ndjdnc43nG','zKDOC2W','y3jLyxrLsw5ZDa','B0zywfm','qvvjDem','ms41mJG0idyUmq','yKzjsuO','zxHLy3v0zunVBq','BvnLBgvJDgLVBG','z2v0q2vSBfbVCW','z2v0vw5PDMvYuW','x3jLDhj5q291BG','AgzAuxe','CNzLCIbKyxrHlG','qu1zuLq','B3iGDhLWzsbPBG','C1fHAxy','x3DHAxrgB3jizq','AxrPB24GDhDPyW','uK5bvgG','x3nLBgzvBML0sq','zMTRC0G','BKv2zw50','Chz5Chq','zwj6sLe','lJaXmZmGmteUmq','runHy2HL','zwfYDgjLyxq','DgLHBfn0yxrLsq','BwDMwxC','v3HJyNy','lJaXnda1ideUoq','x3nPBMDSzufJDa','s2DfwLy','mtqYnum0lJK0nG','BMrGlG','yM90Dg9T','lIbqBgvHC2uGCW','rvjwquW','zseGvgHPCYbPCW','zgXLCG','D2fVswC','otmXideXlJi3nG','AxrPB25cEu9MzG','z1jdv1m','x3jLBw92zvjVBW','BgX5lG','yxr0CNm','DgHLihnLCNzLCG','sevbrevsx01ftG','vw5KB3jLzg8','svncvhu','BhHMvuO','Bg9HzcbMAwXLCW','DfjLDMLZAw9U','igvYCM9Y','AgvKtxv0yxrPBW','zKrNCLO','C2v0q3vYCMvUDa','BKX5s1O','mI4XodC1idqUoq','qLzvB2W','y21K','zvzquxi','xZeWmL81odaP','ihn0yxrLlGPczq','CKnVBNrYB2XSzq','nZKGnI41ntK5mq','zw4GDgHLihnLCW','AfHvDK8','A3Dxzwm','rwP2tee','EwnHC1G','igzHAwXLzcWGDW','B2zMBgLUzq','DMLUz1rHC2S','y29Uy2f0','mZqYideZlJuWnq','nZu0iduUmJm2na','mtiUodC3oca5lG','qunl','x2HLyxj0yMvHDa','Chrpz2u','ywXdywnOzq','mZeGmteUmZu4nq','x3rYyw5ZzM9YBq','x2HHBMrSzuv2zq','AgvLDa','x3nOzwv0vhjHBG','DwrwuMy','otu4nuWXms41mW','x2H0Dhbtzxj2Aq','x3vUAxrjra','nJy3nsaXmY4Wna','ideZlJu2ntHdnW','mZy3mJC3mhnczw5dzq','D29YA2jVB2S','lJaYnJqZidyUmG','q2HHBMDLC2v0CW','yuvMwvy','BgXLCL06igLUDG','C3rYAw5N','z0rWvhK','ihjLBw90zsbHza','yKn5wKK','lcbIzwnHDxnLia','ifnHBNmGq04','ndm5oteGnY43mq','Aw5MBW','tNj1Bvy','z2v0vw5PDfr5Ca','rgvSzxrLuMfUzW','idyUnduZotmGmq','ywzdrKS','B20G','yMPLy3q','DhjHBNnMB3jTqW','x2vUDgL0AwvZ','swDpz0u','v2L0Aen1CNjLBG','CLnJywXL','CMfUz2vZ','nte5ndGGns4Wnq','Dg9YCW','B3jNqLy','EM9Owgu','CwHUC0q','Efnuvgu','ihn0yxrLihrYyq','uKrcEhq','whr3AvC','msaZlJyWmZiYia','tKvxx0niqu5hrq','AgzhuK0','vu5jvKvsx1nmsq','AxrPBMC','zu1VDMveB3DUqW','D2LJzs4','mI42odm4ideXlG','DgjLyxruAw1LCG','mdq3mKW4lJuXmq','zLjHBMDL','EKT2DM0','AxrPB24','DenVBgXHyKn1CG','ywXWAge','tLLzALq','y29tAK4','x3vUAxrtDgf0Dq','y3zXBu0','DwXKigjLihnHDG','z2v0sw50zxjJzq','C3vIC3rYAw5N','tgDMB0C','Ae5nwKK','A1D2DLy','nJq2nJuGmI4XmG','DxjSkcmKmq','EgT4wgK','BwfUza','idGUmZuZntCGmq','AM9PBKv2zw50','y21ZDeW','C2HLzxrZ','zgvIDwC','rxLmy1m','tMLUuxi','yKTgzxu','BwvZC2fNzsq','tevbvKu','zKfNyMO','yw5Nzq','CMfUzg9T','zunOyw5Nzq','Dw5KB0nHy2HL','v293Bhy','BgLKignHBgXPBG','AYbdyw5JzwWGDa','oca3lJeYmJiXqW','tK9ux0npteXbqG','CwzSs2q','lJG5ndLwos40na','EvHTzKK','zwnLAxzPBMCGzq','CMvdBg9ZAw5Nsa','lJG5mdC3ideZlG','CIbSB2nHBcbLza','uffJvwG','ENvrwhu','BND6zeK','uuHUBLi','AuHMuwG','BwLZC2LVBLnLCG','Aw5Np2zYB209','z2vwsMW','s2Drqw0','wvLUDLu','ideUnte5odqGnG','BhfbyKO','EuXPCLy','Eejwtg0','C2v0sw50zxj2yq','DgvDoIbPBNzHBa','nJu1mdvdmtmUoa','zMv0y2HuAhjVDq','CM4GDgHPCYiPka','uKvuuLLFq09otG','x2vUC3vYzvn1yG','w1n5BMnLzfn0yq','uKvk','nJzdmteUmtC0nW','y29UzMXPy3q','tM8GDw5PDeLeia','DgLVBKnVBNrYBW','idmUmde0idqUmG','ide1lJeYntmGnG','y3vdCee','mtyGmteUntu4nW','B2zMlwXPBMuTCW','yxbWBhK','zML4ugf0Aa','Cgf0Aa','reryzKS','idmUodK3nZyGnq','lJe5mZKXtdeXlG','DgzJBfi','x3nLC3nPB25Z','A0vSvum','otm3mIaXms41mG','ywjVCMf0Aw9Uva','revgqvvmvf9gsq','rLPWzwC','mdyGmteUodGXia','AxrPBMDdB2XSyq','BNrLCK9IC2vYDG','Dg9Nz2XLt2zMBa','ywXXrNK','mNWZFdv8mhW2Fa','vvbeqvrfx0nvuG','Bw92zvrV','BMv3q3nfDMvUDa','CKLe','C2f2zsbMywLSia','uvHts2K','uNjVC1y','nYaXms43mte0ia','yMjQufi','DgHdAgfUz2vZzq','Bgrju1q','su5urvjwquW','x2rVy3vTzw50','BMn0Aw9UkcKG','DxmUB2zMBgLUzq','q09mtefcx1DfqG','rw1pCKm','Dc1ZB2nRzxqTCW','zw91Da','Buv2zw50','DhDrDhO','ELLesvq','zgLZCg9ZzvDPDa','Dfzht00','B29Ps1q','sw5Zzxj0uMfUzW','yM9SzcaXm3b4ia','mwvT','txLfzfu','uhjLDMLVDxnbyW','vLjqqu0','qwzuqNa','5ywn5PwW5O2U5lII5AsX77Ym6l+z5lIQ5Qch562+','x2HHBMrSzuHLyq','BgvY','AuDNzLi','mxW2','y3vYCMvUDfrOzq','nZiGos43otu0mq','CNPJzfe','Aw50rgf0yq','x29Utg9JywXnDq','y29UzMXPy3qUyW','x2nOzwnRtwLZCW','AgfUz2vZzxrZ','C2f2zu9MzMXPBG','mtu4idGUmdaWmq','ihn0yxrLCYe','C0rAtKG','x3jLCgXHEunHyW','C3vIBwL0ignOyq','ELLKALe','C3rYB2TL','DhLWzq','mdy4qZeYlJq0mW','BgfIq3vYC29YCW','C2v0rwrPDgfIBa','ocaXmY44nZGZqW','n3HWvMHYqG','C2vZC2LVBI53Aq','zwqGB24GDgHLia','Cg9WC3rHDgu','zgXOzu0','B25szw1VDgvbyW','rLjAu3i','zxDMyxe','zvnLCNzPy2u','y2XVBwy','yMv0D2vLBIb5BW','q0jmzfu','q0zLDLK','ihn0yxrLigHHCW','CgvUzgLUzW','sefeyMm','zMv0y2HPBMCGBq','x3n0yxrL','BNnPDgLVBG','u09s','vxPtAuC','uwDUz04','vw9KEuO','BMDSzq','D2jLv2q','oda0odiGos4YnW','idKUnZy0nJmGmq','rw9fwuS','B2XSywjVCMf0Aq','q2zJzNu','x3vUAxrpBKnSAq','r2n5EhK','x3nOB3DdB25MBa','DMfS','ChDLwwy','nIaZlJC0mta2ia','x3vWzgf0zuXVyW','DgvKigjLzM9Yzq','mZGYidGUmZm2nG','tKvxx0Hpu1q','x2n1CNnVCKLUzG','DMfSDwvZ','BLDswKi','DeTQyxO','AgvPz2H0','C2HLzxrjra','y2f0y2G','lJi2nZmXide0lG','Aw5NBgu','oteYideZlJeZoa','nZu4qZeXlJi3nG','Aw1LB3v0vgLTzq','vu5ltK9xtL9dtW','DgLVBI1JBgLLBG','Du1gzuK','zxj2AwnLigLUAG','x3nOyxbLCW','y29UBMvJDgLVBG','idyUmtKZnZrdmq','qZmUoteYnJiGnW','vvvfrKO','u0vuuW','rxzqy24','C3rHDgu','Aw5LrwrPDgLUzW','yMjYz1q','Dg9W','CgfYyw1Z','q2fJAgu','odqGms41mJe5mq','m3WWFdf8mNW0','Dw5KB3m','tgH6yKi','nI45nJqYnIaXmG','ntaZnsa0lJuWoq','q3jszMq','BLnLCNzPy2vD','ugTfu2e','D0z6wfm','DMLJzq','B3jfDMvUDa','msa0lJa2odG0ia','ody1msaZlJaYmW','x2HHBMrSzuHVDG','yNnJCMLIzq','y29Kzq','CMvZB3vYy2vjra','Ehv2yKe','x3jLBMrLCG','BMvLzeDVDg9mBW','BMrVBuLK','zxjYB3iK','zu1VDMvmzwz0qW','DgL2zvjHBMDL','sgnUsLG','rvrOq2O','odCGmtmUnti5oq','BwfRzurPCNr5','57Yw6l6r5Bcg5zYO5PYS5zYW5l+D5A2y','oty4idCUntuXna','y1jAzNq','x2DLDeXVz2LUua','otqZideUmdG0mW','u2DkCLO','CMvNAxn0zxjiva','vvnfuLnFru5urq','nI4YmJuXoca0lG','sefqqMq','u3rishe','vgvqEK4','DfjyDxq','ww91CIbSB2DPBG','ugDOweu','x3n0yxr1CYq','C2LVBIbPCYbVzG','oem3lJm2mdeXia','w0zLDgnOAw5Ntq','yLDVAKC','t0nPy0e','Ahnvtui','mJeXnIa3lJuZoq','uLvkuuC','Dgf0zsb0CMfUCW','DxmUy29UzMXPyW','CMvZzw5K','DLPHAuG','D0HQvhO','yxP2DwK','sePhC2S','BMviAw50','mZyWmteGmteUma','ndi2ideXlJG5na','z2XL','x3rLEhrcDwjIBa','quzNrLG','nYaXmY4ZotG1ia','y2HPBgrYzw4','x3nHDMvdywnOzq','y29UDgfPBNm','C29Yu3rHDguK','mIaXmc42mJa2qW','mtmGmtaUndq5nG','Bg9Hze9MzMXPBG','t2zUzue','ntm5oduGmtmUoa','D2n1thy','quvkvNG','ig5VDcbZzw5Kia','t0rtyMu','DLHfDLy','DMvYzgfUy3K2ma','BML0u3LUyW','CMvNAxn0zxjszq','vu5jvKvsx0rpqW','sKPRu2q','sevmte8','x3n0yxj0rg9JqW','x2XVy2fSu3rVCG','qKTmyLa','mIa4lJy0mdeXia','x2DLDfnHDMvuAq','x21LC3nHz2vtzq','uNf5u3K','DgL0Bgu','mdCGnI4Xotm5oa','uefTqKS','x3nHDMvuyxnRtq','vw5KB1jLzg9tDa','Dw5ZDwjZy3jPyG','zgvLCenSB25L','x3jVB21nzw1Izq','u3rHy2S','Bxv0yxrPB25Z','zMv0y2HnAxnZAq','q09mtefcx1nvqG','CgjkCKe','sM5fyKe','mIaYlJeWmZi0ia','wuHzAu0','u3rHDgvD','yMX1ztqWma','ndyYnY42mdC1oq','x29UuMvTB3rLqW','wxrQDKC','CM9TihrOzsbZzq','DwzuvxO','yxrHlw5VDc1Zyq','x3nLDhvWu3vIvq','otm5m0WXms41mW','yxbWzw5Ktxv0yq','svPOwxy','ufrSwLC','cKn1CNjLBNq6ia','x2nSzwfYvw5KBW','wNvvq0y','odeGoc4WnJu5mG','CMvKB3m','mteUotmXqZmUna','wg5hr28','zNvUy3rPB24','D2zUzgu','B1P2sK8','DfjHBMDLCW','yxbWBhKGBwLZCW','q0HFtuLtu0LorW','AgLKzq','z2v0qwn0AxzLuG','AxzLzcbYzwPLyW','sfHfv1m','zxiGDhLWztOG','z2v0q29UzMLN','x3nLBMrPBMDuAq','x2rPC2fIBgvfza','BgXHyM9YyxrPBW','osa1lJG0nZy4lG','6z2I5zco5lII5BYd44cc','BgvHCK90AgvYva','Bwf4','rvnfvf9usu1ftW','BgL2zvnOyxjLtW','ndm1mZeGmI4Xma','z2vKqxDHAxrPBG','AMPYAvK','B2XVCNm','zxHJzxb0Aw9U','C29Y','BgfIzwXqB3nPDa','yxzPBMC','B25Zu2vYDMLJzq','lJe2ndqYideXlG','ueHJr2W','Eg9yBNm','AY51CMWTC2vYDG','ntGZnsa3lJCXnq','zhvSzwruyxnR','AgvLDeLUC3rHBG','nZu3mYa0lJG5ma','yLPUzei','z2v0u2vSzwn0Aq','lJq4odC4qZe0lG','yu1RC3u','ihDVDwXKigjLia','AxzLzcbHy2TUBW','Dg9Y','C3rLBMvY','zgL0CYb3B3vSza','x3jLDMLZAw9UuW','rKfjta','yxzLihLVDxiGBa','BM14BKq','x29UsM9PBLjVBW','CgzkBey','BwvY','ig9MigeGChjLDG','vwXmtwm','D0nvwK0','CNrIzwf0rxzLBG','z2v0u2HLzxrcEq','zMXHDe1HCa','l3vUAxqV','B0Dvq0e','z2vUzxjHDgvsyq','zxj2AwnL','q3ryDMi','nduGns41mdaYoa','wKj1C3O','y29TCgXLDgu','BwuK','otq3idmUntq0na','DsbLzgL0CYb3BW','BhjuBKS','EgHOEMe','r0ngrM4','DgLVBLnLC3nPBW','DgfN','x2rVy1nRzwXLDa','ms4YnZyGmteUmG','x3f1zxvLzfjLBq','BgvHDMvfDMvUDa','nsa2lJuYmtm3qW','ms42mZC3idqUna','uMvTB3rLq2HHBG','wuj6txe','mIa5lJaXndi3ia','C1nZyLa','yuXQz0K','vgHLihnLCNzLCG','wLjptgi','BKrdBwe','zMv0y2HPBMCGDa','tLrVBgu','B3zzwKK','mJyGnI4YotK1mW','x3nJAgvKDwXLsa','BMDL','wNrZwxi','BYb0AguGD2vIia','Afn1veG','Awn0tM90AwzPyW','uu9UCNm','D2fYBMLUzW','yw5NzxnLDcbMCG','zMfPqvi','A0rXBem','ywzjwM4','whfotLO','yxnpyNnLCNzHyG','zw1VDgvdAgfUzW','msa2lJq0mYaXmG','AwnVBG','C2v0ugfYyw0','oc40otaYmIaZlG','BgXLCG','otm5mvO','yM9YyxrPB24','DhjHBNnMB3jTsq','v2jdEuq','rMDsAeW','DM9tsfu','nYa5lJuZotGYia','BM9Uzq','BMDLC2v0CYbMCG','t1fAywG','FdL8nNW3Fdj8na','lwzHAwXLza','ntm5odiGmtiUna','zMXPBMuH','6l6r5Bcg5zYO5PYS5zYW5l+D5A2y','yxrLxtOGAw52yq','C2HVDW','vw5PDa','C0XPC3rLBMvY','BMDLC2v0igvYCG','DxnLCLnWywnLtW','zw50CW','lJuXnJKGmI4ZmG','CMvTB3zLtwvTyG','Dgf0Aw9U','x2LUAMvJDg9Y','ueXz','qMjetLm','zwLxq1i','zxzLCIbOyxbWzq','ndiGns4Wmdq3nW','q0vAyxm','qMjdtg8','mdeXideXlJqZnq','6l+E5O6L5AsX6lsL77Ym6k+35Qoa5P+L5l2G55Qe','uvznu3G','C2vHCMnO','BM5Ly3rPB24TzG','sfPure4','teTUsxm','zxjYB3i','ufPmC2u','wffYD1G','svrix1bftKrjtG','y29Pshq','x3jLBMrLCK1HBG','ideWlJe5ntmGmq','mZqGmtaUotCZnG','rM5hu3C','DhjHy2u','CIb0ExbLoIa','zxzLBNrLza','zM9YrwfJAa','x29UuMvTB3rLqq','z2v0u2HLzxrcBa','y29UC29Szq','idKUndq3ntnwmq','z2v0twvTyMvYsq','B25tEw5JrwrPDa','EwzqquW','C3rHBMnLtg9JAW','yxrLxtOGCMvJzq','B0X0Dem','CxziBg0','u2vYDMLJzq','surbCgu','BMv4Da','tKvVyvG','DxrHDgLVBG','u2vYDMvY','C29Yq29UDhjVBa','B2TsDLq','CMvNAxn0zxjpBG','x3rOzw1Lu2vYDG','ideWlJKXncaXmq','CMvZDg9Yzq','y29SBgfIu3rHDa','q29UBMvJDgLVBG','BgLUzvrV','CgvYyxrPB24','wLbhtxq','ueTTyLO','tLzqy2S','su5hrvnu','CfLAs0W','msaYlJyZnZa1ia','CMLkugm','D3m6lY8XmJCUma','Ag90','CMv2zxjZzq','CLzArNa','mJm2mJi4mJboAhrfwLa','idCUntGWnJmGmq','z25tzxj2AwnL','nZy3ideWlJq3oq','x2rPC2fIBgvK','yxDHAxrPBMDFDW','mZKWnJDdos42oa','rvPSwgq','C2f2zvnUyxbZAa','C2v0vgLTzw91Da','yxv0Ac5UzwvKrW','BNz2shu','AhPiwxO','Bg9HzerVyW','x2nVBgXHyLnLCW','u3DysMm','Aw5NihLVDsb0CG','mtaZmJqGos42ma','ExzkrLa','CLrPBwvYCW','mZq0iduUntmXmq','B24UCMLJAc10zq','t0nRyK0','ms41ndqYidyUmq','z2v0qw5Jzxn0BW','ndi0nIaXms45mW','BKf4DeO','ywDLCLnLCNzPyW','quHHCxy','Aw5Lrgf0yq','qNjPAva','x3n0yxj0q29SBa','Aw9UlxrPBwvVDq','BwfW','x2DLDe1LCMDLuG','l25LD19JAgfUzW','ywrKt2jQzwn0','u29JA2v0','nsaXmc44mtG3ia','yNnZzvm','v0ndtxe','odyGnc44nJiWmq','sxLsyKO','C2LVBG','u3rHCNrPBMC','CMvXDwLYzvnLCW','osaXmY4Zmtm2ia','5l+D5A2y5lITlI4U','x3rVz2DSzu9MzG','A2v5','t2zMtgLUzvnPBG','Curkzxi','u3jMz1u','BMDLC2v0qNLjtq','p3vYBd0','C3rHCNrdB2X1Bq','x2H0Dha','BgrtrNm','CgLQvui','AguGBgf0zxn0ia','C25HChnOB3q','ttKUndm5oteGmW','x3vUzg9tDgfJAW','nZe4mJzdns41nq','CgzqDwi','EeriuKC','yMzPywW','mIaXmI4XotuZia','x3vPq29UDhjVBa','rMPxsKK','C2L6zq','uxfSBKC','y2T2Axa','DgLVBLbHDxnLza','DxHbr3a','B1bOsNy','uNbeChK','Dw5PlM5LDhDVCG','BKPnDM8','x2DLDen0B3jcEq','DMLLD0jVEa','vvrbveLptL9bua','BKvzyMK','BNrPDhK','C3rYAw5NAwz5','CMvHC29UigLZia','lJm5oduGmteUmq','Euv4quq','mtiUndG5msaXma','wuj5uMvSyxrPDG','x3jLBw90zunOyq','Egzjze8','vgLTzxi','x2f3ywL0Aw5NqW','tgz2ALG','wKD0rhu','x3vWzgf0zunVBa','AwTjBMC','lJqZotKXidmUmW','x2XVz1nLCNzPyW','Aw1LC3rHBxa','vKLfv19nquLo','x3vYBfnLCNzPyW','nZq1nsaZlJq0oa','rMjkCK4','C2f2zq','mdmGmI40mZa2nG','Aw9Ut3bLBG','x2HPzgvuAw1LCG','mtuWncaXms43nW','igeGD2HPBguU','ChvZAa','x2XVywrtAgvLDa','Aw50BYbKzwzHDq','ifvstc4Gv2LSBa','sgXJBhO','BKPTANi','z2v0uMvSyxrPDG','yxj0yMvHDfjLCW','DNrXvLm','y2fSBa','x2fZC2LNBMvKqW','txjWvu8','x3nJAgvKDwXLqW','nxW4Fdn8mtb8mq','AwnL','qxLTzum','wMTby0C','BwjLCG','q1bwv3K','B24TBgLUzs1ZAq','nZqGnI4WmZmXnq','vffIsw0','zePNzu4','ug1ls2u','DMjfzvC','wxb1sNC','sxjlrLy','odrmmteUnti4nG','mtq5lJG0otuYnG','y2XPzw50ihnPza','ChrqB2LUDhm','B2DPBIWGy2XPyW','mI43nJe1ofyXmq','x3nOzwv0u2TLBa','mtmUnta1mIa3lG','sefRuwq','BfvvDKi','x2LUy3jLBwvUDa','x3nJAgvKDwXLuW','C3bSAxq','Aw5L','y3vYCMvUDa','BwvZC2fNzsb3Aa','BwLtwem','x3vWzgf0zvvsta','mJzmmtaUmta5mW','B25Z','x2DLDfnLBMrdAa','y3vYCMvUDenVBa','mZm0mIaXmI41oa','z2vZzxq','q29TyLjLCxvLCW','ywDLu2vYDMLJzq','CMvKB0nHy2HL','sevbuLrcrufu','AgfUz2vZzxrGia','v2TzyNy','DgfUy2vtzxj2Aq','zw5Kq29SDw1U','idmUntK2nJuGoq','zM9uv3K','x3vWzgf0zvn0yq','DvHgCxa','DgLVBLrPBwvVDq','B250zw50','zhjHD1DPDgG','De9tC00','Aw9UlwnSAwvUDa','Aw5Nq29SBgfIqW','Dg9sz2jtDhjPBG','C2LVBLnLCNzPyW','u0fZD0y','CM9VBuLUzM9Z','qZGUndaXnZmGmq','lJa0nJi2ideZlG','mtiUmdG3nsa3lG','rxjYB3iGB24GCG','Dgv4Da','zvjLzg9tDgfJAW','vvnfuLnFtevbvG','zxf1zxn0sg9ZDa','weLlAuu','z2XzzM4','y25ZBxa','ChjVDg90ExbL','Dc1Yyw5Nzs0','u05bufnit1rFuW','Dw5PDa','Bgvby3rPDMvjBG','DgLHBfn0yxrL','x2XHC3rqB2LUDa','DxiGBg9JywWGyW','EMjUDxe','x2nVBMzPzW','B25nAxnZAw5NqW','zwL2zsbHy2SGDW','vwP0tM4','Aw9U','C1jozfq','77Ym5PYS5zYW57Yw6l6r5Bcg5zYO5yI35PAW6Ag1','BMDdAgfUz2vZzq','yMXHy2S','Aw1LCG','idyUnJC2ndmGmG','y2XPy2S','sMnMsfO','x2nYzwf0zuHHBG','ihrOzsbZyw1Lia','z1zQzfu','rM15uum','Dfn0yxrL','w0nVBgXHyM9Yyq','Dxfouhy','ywjVCMf0Aw9U','x2fJA25VD2XLza','mY42mdq4msa1lG','B0nLvfy','qwfgChO','CMvWBgfJzq','zxDiB3n0','zw5HyMXLtg9Jyq','vMnlzu0','EgXPBMS6AhjLzG','zgr2ENi','ideWlJeYmYa0lG','Dw5PDMvYlxbYBW','BMfTzq','DhjHBNnMB3jTuW','x2nHy2HLzerHDa','CgHjD0W','ntGW','yxPJzeC','lJC0nZCGnI42mG','ywHiD2W','DxrHDgLVBLnLCG','wg1bt0y','vvfYy0O','B25uAw1LB3v0va','uuHgCgy','x3nVy2TLDa','vxzowKu','x3nVy2TLDcq','x2DLDfnOzwv0tW','nZGZidGUmdaWma','nca2lJi3mdm0qW','mta3idqUmdi3nG','CMfUz2u','mdaZnIa1lJa0mG','EKXOwuK','zMLSBfn0EwXL','sMjbA1C','mc42ntaXide0lG','AgfUz2vnyw5HzW','yhjLC2vUzgaU','x2rYyxDsyw5Nzq','Aw5NihjLC3vSDa','AK1Mrfy','B25tDgf0zunOyq','AMvJDa','zgvMAw5LuhjVCa','DxnuAxrSzq','uMDwBwO','EffRyMe','sdb6','z2vZzxrcEuLnrq','yKf1s2y','mI41odq3idCUmq','uvHevLm','yvPQtvi','v1LVAM8','ufzAqM8','t2D4Dei','y2XVC2u','zvzTAwi','EKfwDuW','zgL2','x29UuMvMuMfUzW','i0q5rdLeoq','uMv2rM9Yrg9JDq','y3vYC29YCW','sgn4t3a','igLUDMfSAwqGyW','ufnfvurpx0zfva','mdG5mJGGmtiUoq','ideYlJiXmtyGoa','wgHhDhK','C3rHCNrsB3C','teTjrwe','y29UihvUAxzLCG','zw5HyMXLu2LUzW','l3jLC291CMnLCW','DMvfDMvUDa','veLorW','zuzPDLu','BMv3vMfSDwu','vLrusLm','sNvMCgK','yKHZsNq','x3vUAxzLCKLUCW','idCUoty5nYa5lG','qvDbsvrjtKC','BgvHDMvszxe','DxbKyxrLt2zMBa','mc4WmsK','uhzSyuy','yu1LCeO','CM9Yiq','D1PgsNy','AKzWuuy','zMv0y2HnAxnZ','vePpuKi','DvbZugG','r2jPAgq','AhjLzG','B29rDhi','5RAi5y675l+D5A2y5l2G55Qe5PYS5zYW57Yw6l6r','qxbnzKe','lJaUmtO4mdaWlW','uwzVBMK','idqUotGWotCGmq','x2fUy2HVCG','yxrLxtOGDw5Oyq','Aw9Uvw5PDMvYva','ide0lJq3ntqGnW','v0HMBw0','sxnorxO','mJm4nZeGmteUnG','mJu1lcaYntuSia','Bg9JAYb0CMfUCW','C2vUza','Bg9HzfnOzwv0','nJaXnJyGoc41oq','Aw9RzNm','BwvTyMvYCW','x2nVBxbYzxnZtq','BxvOEK4','yxjjBMrLEa','x29Uq29TyKv2zq','x2v4Agf1C3rtyq','mJyGnc43ntK5nG','mZi1mdq0ouPzEenvDG','x3nJAgvKDwXL','v0zYtKC','te9hsu5FvvjmxW','lwfWAs9ZBMfWCW','ig5VDcbSB2fKia','DwHYz3u','CgrHDgu','Aw5JBhvKzxm','yxjpDgHLCLrPBq','x2v4zwn1Dgvszq','B25nyw5Hz2vYuW','mtCXnZa0A3Lnze9Y','lJqYntq0qZqUma','yxnZAwDUqunVBa','tevFtKfnrq','CMvTB3zLugfYyq','B3zLt2jZzxj2zq','zw5Kyc4','AgLZDg9YEq','Bw90zunOyw5Nzq','tvfUtxi','zw5HyMXLqxv0Aa','x19WCM90B19F','ntC4nsa2lJe3nq','lxrPDgXL','jNrVpq','ota3ideXlJeZoa','vwLct2i','y29SB3jdAgfUBG','x29UvxnLCKXLyq','rvbVB24','BNnPDgLVBIeGuW','x3n0yxrLja','uKvrvuvtvf9itW','ig5VDcbMywXSia','mc44mZGYiduUmG','x1npq0Tfvf9vuG','w1bLBMrPBMDtDa','C3zN','lJy4otq1idqUmW','Aw9Uihn0yxrLia','CLz4t0W','Cu1yq1O','s2Dwq2O','z0f2tKm','idCUmty2nZuGmq','Aw5ZDgfUy2uGCW','D3r6vgq','zu1VDMvsAwDODa','yxjJ','A2DWrvO','mtmUodK2oca4lG','AenUDLy','x25HBwu','vw5jCLC','ueDcDfO','CYbVzIbKAwzMzq','EuLIBuS','zwXLDgu','CgLWzq','DgLVBG','y29UzMXPy3qUDa','nc42nty1n1yZlG','Dw5PDMvYlw9MzG','rvHSAg8','ufzfAMS','tNjZsfO','s0vz','oc44mtG4numYlG','CNmK','AhDrv1m','D2HLBLjLywr5','56gU6k6K6yEn5PAW55M76zMg77Ym54k55yE75y+w','zfjXugK','CMvWBgfJzvrLEa','AgfUz2vZzxq','uMv2AxnPB25oDq','q0HbtKDfu0vuxW','tK9nDwe','CM9VBs1MDwXS','vufcALm','BgL2zvnOyxjLva','CMvUDcb0ExbLCW','Dc5ZAw5NBguTyq','yxrPB24','nsaXmc44nty0qW','u0vux1vsta','BNLLswG','C3vIvw5PDeLK','BMDLC2v0','BLvVwwG','mZa2osaXms45mW','ywrK','x2DLDen1CNjLBG','B25nB3vZzu1VDG','BenHy2HL','zMLUze5VzgvqBW','x2DLDfvUzg9tDa','ywXSAw5NihrVia','C2v0qwn0AxzLuG','zfvzDfO','Cg9ZDa','EerZwvy','runusu5hx0Lova','C3LUy2LUzW','BM1hy0q','Cg9UC2u','x2LUAxrtDgf0Dq','qLLlu2q','C29JA2v0ignSBW','x3nJzw5L','vuXbCe4','lJu4mJGGnI4Yma','z2v0sxrLBq','ywrKt2jQzwn0CW','BK9uzKW','vun6veO','BenXz3O','oca5lJq4mdi4ia','ideXlJu0nZyGnq','idyUotG4nZmGmq','tvvuqvrjt04','t2L3AvO','x3nLBMrizwfYDa','mY40nJa2idGUmG','mY4XmJiZnIa5lG','DxnLCKLe','zgLZCg9ZzvvUAq','ntm5odiGmI44nG','BMDdB2XSywjdDq','zMLSzxmGzNjVBq','lJi4nJa2iduUmG','igHHCYbLEhbPCG','x2XHyMvSug9ZAq','BKXVy2TLza','zxrZiq','rNjVBufYCMf5','D2f6t1G','BhHMyve','B0Dewwe','5l2G55Qe55M75B2v5BEY6l+h5PYF77Ym54k55yE7','x2DLDfnJywXL','BgXwtuG','odGGnI4Xotm3nW','lJu2mdKYidyUnW','zw50CMLLCW','BuLnrq','nti5nca2lJe5mW','Bg9N','zxvlr2O','zg5Ku2C','zMLUza','DxmUC3LUy2vK','BwfZAZbFmtaYxW','zunVB3jK','EvnNCgK','vw5RBM93BIb1CW','ww91ig9Wzw5Lza','y29UC3rYDwn0BW','u2vSzwn0Aw9UCW','x2nYzwf0zvnVyW','x2nVBg9YqxnZAq','igfUigLTCgXLBq','zwDjyxe','r3rOzeq','x29UBgLUzq','Ce1PwMm','Bw1VEMS','EwDeAhy','DhjPBq','su5h','svbzv00','qvDbsvrjtKDFvW','x29Uq29UBMvJDa','yK5PDMe','r1fsqLu','r0fvChm','odC0odm4idyUma','B25SAw5L','u2HLzxrjza','runusu5hx01bwa','ms4Xota3idqUnG','iduUnZiYodvdmq','DMvUDa','l3vUAxzLCNnLCG','zgLZCg9Zzq','EKP4Ag8','v3vpBuK','x2nSzwfYt3rOzq','qLHgyKu','z21tCgi','x3nVy2TLDfjLyq','zxH0zw5K','ywn0AxzLu2HLzq','ideUnZKXotKGnW','zwXLy3rPB25Z','yw5Jzq','BujmyK4','x2v2zw50ja','q09orKXjq1q','x2XVy2fSzvnLCG','DgLVBNntzxj2Aq','iduUndGXntuGmq','su1fq2fJAgu','x29UuMvJDKv2zq','CxPsEuC'];_0x2276=function(){return _0x4ae701;};return _0x2276();}let zt=(rt=class extends _0x49e8ba{constructor(_0x48cfaf,_0x2d93f7,_0x406111){const _0x105dea=_0x31ce10;super(),this[_0x105dea(0x7c8)]=_0x48cfaf,this[_0x105dea(0x6ba)]=_0x2d93f7,this['_localeSer'+_0x105dea(0x5b7)]=_0x406111,this['_localeSer'+_0x105dea(0x5b7)]['load']({'zhCN':Vn});}[_0x31ce10(0x27d)](_0x3f18ad){const _0x4641bb=_0x31ce10,_0x3fcf28={'erRNq':function(_0x2b299f,_0x377a79){return _0x2b299f!=_0x377a79;},'jlnon':function(_0x3221fb,_0x572df4){return _0x3221fb==_0x572df4;},'NinQr':function(_0x172e29,_0x36ec61,_0x1527b6){return _0x172e29(_0x36ec61,_0x1527b6);},'dRqPi':function(_0xba4911,_0x592fc9){return _0xba4911==_0x592fc9;}};var _0x2025f4,_0x28b60c,_0x4f4024,_0x4e7324,_0x40f888;const _0x1ab11d={};_0x1ab11d['useClass']=ft,_0x3f18ad[_0x4641bb(0x7e1)]([_0x1a87a0,_0x1ab11d]);const _0x55a123={};_0x55a123[_0x4641bb(0x977)]=Yn;const _0x1ac857={};_0x1ac857[_0x4641bb(0x977)]=_0x508c45;const _0x3dd6f9={};_0x3dd6f9[_0x4641bb(0x977)]=mt;let _0x451c2f=[[Re],[Ot],[_0x4382a5],[Es,_0x55a123],[Z],[y],[_0x52d1a0],[Fe],[Ve],[Be],[yt],[Ge],[us,{'useClass':_0x3fcf28[_0x4641bb(0x14d)](_0x28b60c=_0x3fcf28[_0x4641bb(0x2f5)](_0x2025f4=this[_0x4641bb(0x7c8)],null)?void(-0xb4b+0x5*0x684+0x1549*-0x1):_0x2025f4[_0x4641bb(0x421)+'ice'],null)?_0x28b60c:ht}],[_0xf1cc1d,_0x1ac857],[_0x15741e,_0x3dd6f9],[Ie],[xe],[Pe],[He],[le]];const _0x5ac1e4={};_0x5ac1e4['useClass']=Ji;const _0x3e92d0={};_0x3e92d0['maxParalle'+'l']=0x6,(_0x3fcf28[_0x4641bb(0x14d)](_0x4f4024=this['_config'],null)&&_0x4f4024[_0x4641bb(0x828)+_0x4641bb(0x7c3)+_0x4641bb(0x6dd)]&&_0x451c2f['push']([Xe,_0x5ac1e4]),_0x3fcf28['jlnon']((_0x4e7324=this[_0x4641bb(0x7c8)])==null?void(0x425*0x8+0x5*0x4a9+0x95*-0x61):_0x4e7324['collaborat'+_0x4641bb(0x849)+_0x4641bb(0x2ba)],null)||this[_0x4641bb(0x7c8)][_0x4641bb(0x2ca)+_0x4641bb(0x849)+_0x4641bb(0x2ba)][_0x4641bb(0x863)](_0x422ace['UNIVER_SHE'+'ET'])?_0x451c2f[_0x4641bb(0x76b)]([$e]):this[_0x4641bb(0x7c8)][_0x4641bb(0x2ca)+'ionUniverT'+_0x4641bb(0x2ba)][_0x4641bb(0x863)](_0x422ace[_0x4641bb(0x601)])&&_0x451c2f[_0x4641bb(0x76b)]([je]),_0x451c2f=_0x3fcf28[_0x4641bb(0x4e6)](_0x3bd2da,_0x451c2f,_0x3fcf28[_0x4641bb(0x8a5)](_0x40f888=this[_0x4641bb(0x7c8)],null)?void(0x1627+0x1d58+-0x337f):_0x40f888['override']),_0x451c2f[_0x4641bb(0x6d5)](_0x366233=>_0x3f18ad['add'](_0x366233)),_0x3f18ad[_0x4641bb(0x284)](_0x4382a5)[_0x4641bb(0x5d0)+_0x4641bb(0x279)+_0x4641bb(0x65b)]({'priority':0x14,'interceptor':_0x3f18ad[_0x4641bb(0x186)](_0x37d034,_0x3e92d0)}),this[_0x4641bb(0x348)+'es']());}[_0x31ce10(0x348)+'es'](){const _0x1a63ee=_0x31ce10,_0x189a5e={};_0x189a5e['rVxOL']=function(_0x4e5247,_0x26600d){return _0x4e5247!=_0x26600d;};const _0x25635f=_0x189a5e;var _0x626ac0,_0x57f289;_0x25635f[_0x1a63ee(0x885)](_0x626ac0=this[_0x1a63ee(0x7c8)],null)&&_0x626ac0[_0x1a63ee(0x3e3)+_0x1a63ee(0x5a8)]||this[_0x1a63ee(0x6ba)][_0x1a63ee(0x284)](y)[_0x1a63ee(0x17c)+_0x1a63ee(0x493)](),_0x25635f[_0x1a63ee(0x885)](_0x57f289=this['_config'],null)&&_0x57f289[_0x1a63ee(0x871)+_0x1a63ee(0x6e6)]&&this[_0x1a63ee(0x6ba)][_0x1a63ee(0x284)](Ge);}},l(rt,'pluginName',nr),rt);zt=ir([Xt(-0x376+-0xb66*-0x3+-0x1ebb,_0x35b90a(_0xb6d532)),Xt(-0x1d27+0x255c+0x1*-0x833,_0x35b90a(_0xaffb7d))],zt);const _0x19a37c={};_0x19a37c[_0x31ce10(0x83c)]='Syncing\x20se'+_0x31ce10(0x44d)+'..',_0x19a37c[_0x31ce10(0x513)]='Edit\x20confl'+'icts',_0x19a37c[_0x31ce10(0x988)]=_0x31ce10(0x13a),_0x19a37c[_0x31ce10(0x405)]='Synced',_0x19a37c['syncing']='Syncing...',_0x19a37c[_0x31ce10(0x48a)]=_0x31ce10(0x219)+_0x31ce10(0x65d)+_0x31ce10(0x174)+'n\x20local';const _0x1466c6={};_0x1466c6['connection'+_0x31ce10(0x6ac)]=_0x31ce10(0x6ee)+_0x31ce10(0x18c)+_0x31ce10(0x9bc)+'k\x20your\x20net'+'work.',_0x1466c6[_0x31ce10(0x388)]=_0x31ce10(0x6ee)+_0x31ce10(0x489)+_0x31ce10(0x293)+_0x31ce10(0x76a),_0x1466c6[_0x31ce10(0x8ab)]=_0x31ce10(0x3e6)+'ion\x20room\x20i'+_0x31ce10(0x151)+_0x31ce10(0x675)+_0x31ce10(0x4d6)+'ed\x20locally'+'.',_0x1466c6[_0x31ce10(0x2ca)+_0x31ce10(0x71c)+'t']=_0x31ce10(0x686)+'\x20is\x20not\x20re'+'sponding\x20t'+_0x31ce10(0x3c2)+'laboration'+'\x20request.\x20'+_0x31ce10(0x34a)+_0x31ce10(0x659)+'saved\x20loca'+_0x31ce10(0x46e);const _0x43792a={};_0x43792a[_0x31ce10(0x60b)]=_0x31ce10(0x3e6)+'ion\x20Confli'+'ct',_0x43792a[_0x31ce10(0x973)]=_0x31ce10(0x290)+_0x31ce10(0x933)+_0x31ce10(0x572)+_0x31ce10(0x7c6)+_0x31ce10(0x368)+'e\x20copy\x20on\x20'+_0x31ce10(0x470)+_0x31ce10(0x465)+_0x31ce10(0x660)+_0x31ce10(0x97f)+_0x31ce10(0x4a9)+'they\x20will\x20'+_0x31ce10(0x169)+'en\x20you\x20rel'+_0x31ce10(0x439)+_0x31ce10(0x9d1);const _0x3a118c={};_0x3a118c[_0x31ce10(0x694)]=_0x31ce10(0x8f9)+_0x31ce10(0x7d6)+_0x31ce10(0x245)+_0x31ce10(0x2c9)+'\x20In\x20case\x20o'+'f\x20data\x20mis'+_0x31ce10(0x2c3)+_0x31ce10(0x3dd)+_0x31ce10(0x3da)+_0x31ce10(0x311);const _0x4893ef={};_0x4893ef[_0x31ce10(0x35c)+'t']=_0x3a118c;const _0x548893={};_0x548893[_0x31ce10(0x5c1)+'ginAlert']=_0x31ce10(0x5d7)+_0x31ce10(0x8e0)+_0x31ce10(0x2ec)+'OK\x20to\x20re-l'+_0x31ce10(0x78a)+_0x31ce10(0x4f1)+_0x31ce10(0x97b)+_0x31ce10(0x4fa)+'its.';const _0x45da48={};_0x45da48[_0x31ce10(0x6ed)+'us']=_0x19a37c,_0x45da48['session']=_0x1466c6,_0x45da48['conflict']=_0x43792a,_0x45da48[_0x31ce10(0x2ca)+_0x31ce10(0x7cc)]=_0x4893ef,_0x45da48[_0x31ce10(0x250)]=_0x548893;const rr=_0x45da48,Rr=rr;export{$i as COLLAB_SUBMIT_CHANGESET_URL_KEY,Hi as COLLAB_WEB_SOCKET_URL_KEY,zt as CollaborationClientPlugin,Ie as CollaborationController,lt as CollaborationSession,Re as CollaborationSessionService,ht as CollaborationSocketService,xe as DataLoaderController,Bi as HEARTBEAT_INTERVAL_KEY,gs as HEARTBEAT_TIMEOUT_KEY,us as ICollaborationSocketService,Es as IURLService,Xi as LOCAL_CACHE_INTERVAL_KEY,tr as LOGIN_URL_KEY,y as LocalCacheService,rn as SEND_CHANGESET_TIMEOUT_KEY,Wn as SNAPSHOT_SERVER_URL_KEY,he as SessionStatus,Yn as WebURLService,Ui as deserializeToCombResponse,Rr as enUS,ki as serializeCombRequest,Vn as zhCN};
|