@powerhousedao/connect 1.0.0-dev.225 → 1.0.0-dev.227
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/dist/.env +1 -1
- package/dist/assets/Compass-C76eC2wG.js +7 -0
- package/dist/assets/DescendenceModified-342EmN5F.js +7 -0
- package/dist/assets/DownloadFile-CG56Of8p.js +7 -0
- package/dist/assets/ExportCsv-C7-cdsgH.js +7 -0
- package/dist/assets/ExportJson-dmS3d6_7.js +7 -0
- package/dist/assets/ExportPdf-DwZayNuB.js +7 -0
- package/dist/assets/ExportUbl-DwfYquKC.js +7 -0
- package/dist/assets/ExportZip-v1bseKb6.js +7 -0
- package/dist/assets/Tube-CxlaYTDX.js +7 -0
- package/dist/assets/{app-DS1CKnZX.js → app-CNNFwixT.js} +2679 -4936
- package/dist/assets/app-CSi6MS9b.css +5589 -0
- package/dist/assets/{app-loader-C6FgR-r9.css → app-loader-9W65A3zy.css} +396 -347
- package/dist/assets/{app-loader-CQk_i65y.js → app-loader-D-97SWGk.js} +584 -785
- package/dist/assets/{ccip-h0SFswcH.js → ccip-Cr6bQJks.js} +3 -3
- package/dist/assets/{content-dCYtAq_j.js → content-DutUK-bf.js} +64 -89
- package/dist/assets/{index-BaJByDnQ.js → index-BLTsDYqr.js} +4 -4
- package/dist/assets/{index-BP3HovgJ.js → index-CM6wHalm.js} +3 -3
- package/dist/assets/{index-BgGO2KiQ.js → index-CV70vblU.js} +34 -80
- package/dist/assets/{main.BTNubzb3.js → main.Bd8QiM-U.js} +1 -1
- package/dist/assets/{style-DFCtruT_.css → style-ICX7vBg_.css} +2 -2
- package/dist/assets/{types-b4BfZ8ti.js → types-DJg5CO3J.js} +9 -0
- package/dist/index.html +4 -4
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-M2UUQ5LH.js → chunk-56M56AY3.js} +4 -4
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-GAG4Z4JD.js → chunk-6VFLMUEK.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-G6LMXRY5.js → chunk-AVKPBC5Q.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-55TZMPQQ.js → chunk-C3OQGBKD.js} +11 -207
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-FW7N6EJH.js → chunk-D2ZLIUVV.js} +337 -378
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-X3GCDCJN.js → chunk-IIX6OOYS.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-F3RCGUF6.js → chunk-NNVEKADD.js} +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-726EFDQ6.js → chunk-X7WYJJFB.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-4C7V2GAN.js → chunk-Y2S6GVIW.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-45DCPCA7.js → chunk-YIBO3HUQ.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/context/index.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/context/read-mode.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/hooks/index.js +10 -10
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useAddDebouncedOperations.js +3 -3
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useConnectCrypto.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocumentDrives.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocumentEditor.js +7 -7
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActions.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActionsWithUiNodes.js +3 -3
- package/dist/modules/@powerhousedao/reactor-browser/index.js +12 -12
- package/dist/modules/@powerhousedao/reactor-browser/reactor.js +2 -2
- package/dist/swEnv.js +1 -1
- package/dist/vite-envs.sh +10 -10
- package/package.json +13 -12
- package/dist/assets/app-ClxoJuGw.css +0 -1242
- package/scripts/install-packages.js +0 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/app-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/app-CNNFwixT.js","assets/main.Bd8QiM-U.js","assets/app-CSi6MS9b.css"])))=>i.map(i=>d[i]);
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __typeError = (msg) => {
|
|
4
4
|
throw TypeError(msg);
|
|
@@ -10,8 +10,8 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
|
|
|
10
10
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
11
11
|
var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
|
|
12
12
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
13
|
-
var _tags, _levelString, _errorHandler, _ConsoleLogger_instances, levelValue_get, _getDocumentModelModule, _drives, _ReadModeService_instances, parseGraphQLErrors_fn, fetchDrive_fn,
|
|
14
|
-
import { _ as __vitePreload } from "./main.
|
|
13
|
+
var _tags, _levelString, _errorHandler, _ConsoleLogger_instances, levelValue_get, _getDocumentModelModule, _drives, _ReadModeService_instances, parseGraphQLErrors_fn, fetchDrive_fn, _a, _ServiceWorkerManager_instances, handleServiceWorkerMessage_fn, handleServiceWorker_fn;
|
|
14
|
+
import { _ as __vitePreload } from "./main.Bd8QiM-U.js";
|
|
15
15
|
import { jsx } from "react/jsx-runtime";
|
|
16
16
|
import { useState, useEffect, useMemo, Suspense, lazy } from "react";
|
|
17
17
|
function _mergeNamespaces(n, m) {
|
|
@@ -382,7 +382,7 @@ function getDefaultExportFromCjs(x) {
|
|
|
382
382
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
383
383
|
}
|
|
384
384
|
function getAugmentedNamespace(n) {
|
|
385
|
-
if (n
|
|
385
|
+
if (Object.prototype.hasOwnProperty.call(n, "__esModule")) return n;
|
|
386
386
|
var f = n.default;
|
|
387
387
|
if (typeof f == "function") {
|
|
388
388
|
var a = function a2() {
|
|
@@ -6896,6 +6896,7 @@ function processSkipOperation(document, action, customReducer, skipValue, reuseO
|
|
|
6896
6896
|
scopeState = resultingStateParser(lastRemainingOperation.resultingState);
|
|
6897
6897
|
} else {
|
|
6898
6898
|
const { state } = replayOperations(document.initialState, documentOperations, customReducer, void 0, void 0, void 0, void 0, {
|
|
6899
|
+
reuseHash: true,
|
|
6899
6900
|
reuseOperationResultingState,
|
|
6900
6901
|
operationResultingStateParser: resultingStateParser
|
|
6901
6902
|
});
|
|
@@ -6922,6 +6923,7 @@ function processUndoOperation(document, scope, customReducer, reuseOperationResu
|
|
|
6922
6923
|
const clearedOperations = [...documentOperations[scope]];
|
|
6923
6924
|
const diff = diffOperations(garbageCollect(sortedOperations), clearedOperations);
|
|
6924
6925
|
const doc = replayOperations(document.initialState, documentOperations, customReducer, void 0, void 0, void 0, void 0, {
|
|
6926
|
+
reuseHash: true,
|
|
6925
6927
|
reuseOperationResultingState,
|
|
6926
6928
|
operationResultingStateParser: resultingStateParser
|
|
6927
6929
|
});
|
|
@@ -22172,7 +22174,7 @@ class ReadModeService {
|
|
|
22172
22174
|
if (result instanceof Error) {
|
|
22173
22175
|
throw result;
|
|
22174
22176
|
} else if (!result) {
|
|
22175
|
-
throw new
|
|
22177
|
+
throw new ReadDriveNotFoundError(id);
|
|
22176
22178
|
}
|
|
22177
22179
|
__privateGet(this, _drives).set(id, {
|
|
22178
22180
|
drive: result,
|
|
@@ -22471,95 +22473,6 @@ class DefaultDrivesManager {
|
|
|
22471
22473
|
}
|
|
22472
22474
|
}
|
|
22473
22475
|
}
|
|
22474
|
-
class InternalTransmitter {
|
|
22475
|
-
constructor(listener, drive) {
|
|
22476
|
-
__privateAdd(this, _InternalTransmitter_instances);
|
|
22477
|
-
__publicField(this, "drive");
|
|
22478
|
-
__publicField(this, "listener");
|
|
22479
|
-
__publicField(this, "receiver");
|
|
22480
|
-
this.listener = listener;
|
|
22481
|
-
this.drive = drive;
|
|
22482
|
-
}
|
|
22483
|
-
async transmit(strands, _source) {
|
|
22484
|
-
var _a2;
|
|
22485
|
-
if (!this.receiver) {
|
|
22486
|
-
return [];
|
|
22487
|
-
}
|
|
22488
|
-
const updates = [];
|
|
22489
|
-
for (const strand of strands) {
|
|
22490
|
-
const operations = await __privateMethod(this, _InternalTransmitter_instances, buildInternalOperationUpdate_fn).call(this, strand);
|
|
22491
|
-
const state = ((_a2 = operations.at(-1)) == null ? void 0 : _a2.state) ?? {};
|
|
22492
|
-
updates.push({
|
|
22493
|
-
...strand,
|
|
22494
|
-
operations,
|
|
22495
|
-
state
|
|
22496
|
-
});
|
|
22497
|
-
}
|
|
22498
|
-
try {
|
|
22499
|
-
await this.receiver.onStrands(updates);
|
|
22500
|
-
return strands.map(({ operations, ...s }) => {
|
|
22501
|
-
var _a3;
|
|
22502
|
-
return {
|
|
22503
|
-
...s,
|
|
22504
|
-
status: "SUCCESS",
|
|
22505
|
-
revision: ((_a3 = operations.at(operations.length - 1)) == null ? void 0 : _a3.index) ?? -1
|
|
22506
|
-
};
|
|
22507
|
-
});
|
|
22508
|
-
} catch (error) {
|
|
22509
|
-
logger$1.error(error);
|
|
22510
|
-
return strands.map(({ operations, ...s }) => {
|
|
22511
|
-
var _a3;
|
|
22512
|
-
return {
|
|
22513
|
-
...s,
|
|
22514
|
-
status: "ERROR",
|
|
22515
|
-
revision: (((_a3 = operations.at(0)) == null ? void 0 : _a3.index) ?? 0) - 1
|
|
22516
|
-
};
|
|
22517
|
-
});
|
|
22518
|
-
}
|
|
22519
|
-
}
|
|
22520
|
-
setReceiver(receiver) {
|
|
22521
|
-
this.receiver = receiver;
|
|
22522
|
-
}
|
|
22523
|
-
async disconnect() {
|
|
22524
|
-
var _a2;
|
|
22525
|
-
await ((_a2 = this.receiver) == null ? void 0 : _a2.onDisconnect());
|
|
22526
|
-
}
|
|
22527
|
-
getListener() {
|
|
22528
|
-
return this.listener;
|
|
22529
|
-
}
|
|
22530
|
-
}
|
|
22531
|
-
_InternalTransmitter_instances = new WeakSet();
|
|
22532
|
-
buildInternalOperationUpdate_fn = async function(strand) {
|
|
22533
|
-
const operations = [];
|
|
22534
|
-
const stateByIndex = /* @__PURE__ */ new Map();
|
|
22535
|
-
const getStateByIndex = async (index) => {
|
|
22536
|
-
const state = stateByIndex.get(index);
|
|
22537
|
-
if (state) {
|
|
22538
|
-
return state;
|
|
22539
|
-
}
|
|
22540
|
-
const getDocumentOptions = {
|
|
22541
|
-
revisions: {
|
|
22542
|
-
[strand.scope]: index
|
|
22543
|
-
},
|
|
22544
|
-
checkHashes: false
|
|
22545
|
-
};
|
|
22546
|
-
const document = await (strand.documentId ? this.drive.getDocument(strand.driveId, strand.documentId, getDocumentOptions) : this.drive.getDrive(strand.driveId, getDocumentOptions));
|
|
22547
|
-
if (index < 0) {
|
|
22548
|
-
stateByIndex.set(index, document.initialState.state[strand.scope]);
|
|
22549
|
-
} else {
|
|
22550
|
-
stateByIndex.set(index, document.state[strand.scope]);
|
|
22551
|
-
}
|
|
22552
|
-
return stateByIndex.get(index);
|
|
22553
|
-
};
|
|
22554
|
-
for (const operation of strand.operations) {
|
|
22555
|
-
operations.push({
|
|
22556
|
-
...operation,
|
|
22557
|
-
state: await getStateByIndex(operation.index),
|
|
22558
|
-
previousState: await getStateByIndex(operation.index - 1)
|
|
22559
|
-
});
|
|
22560
|
-
}
|
|
22561
|
-
return operations;
|
|
22562
|
-
};
|
|
22563
22476
|
const PULL_DRIVE_INTERVAL = 1500;
|
|
22564
22477
|
const MAX_REVISIONS_PER_ACK = 100;
|
|
22565
22478
|
const _PullResponderTransmitter = class _PullResponderTransmitter {
|
|
@@ -22865,7 +22778,7 @@ function isAtRevision(document, revisions) {
|
|
|
22865
22778
|
}) === void 0;
|
|
22866
22779
|
}
|
|
22867
22780
|
class BaseDocumentDriveServer {
|
|
22868
|
-
constructor(documentModelModules, storage, cache, queueManager, eventEmitter, synchronizationManager, listenerManager,
|
|
22781
|
+
constructor(documentModelModules, storage, cache, queueManager, eventEmitter, synchronizationManager, listenerManager, options) {
|
|
22869
22782
|
// external dependencies
|
|
22870
22783
|
__publicField(this, "documentModelModules");
|
|
22871
22784
|
__publicField(this, "storage");
|
|
@@ -22873,9 +22786,7 @@ class BaseDocumentDriveServer {
|
|
|
22873
22786
|
__publicField(this, "queueManager");
|
|
22874
22787
|
__publicField(this, "eventEmitter");
|
|
22875
22788
|
__publicField(this, "options");
|
|
22876
|
-
// waiting to move to external dependencies
|
|
22877
22789
|
__publicField(this, "listenerManager");
|
|
22878
|
-
__publicField(this, "transmitterFactory");
|
|
22879
22790
|
__publicField(this, "synchronizationManager");
|
|
22880
22791
|
// internal dependencies
|
|
22881
22792
|
__publicField(this, "defaultDrivesManager");
|
|
@@ -22912,7 +22823,6 @@ class BaseDocumentDriveServer {
|
|
|
22912
22823
|
this.eventEmitter = eventEmitter;
|
|
22913
22824
|
this.synchronizationManager = synchronizationManager;
|
|
22914
22825
|
this.listenerManager = listenerManager;
|
|
22915
|
-
this.transmitterFactory = transmitterFactory;
|
|
22916
22826
|
this.options = {
|
|
22917
22827
|
...options,
|
|
22918
22828
|
defaultDrives: {
|
|
@@ -22939,7 +22849,8 @@ class BaseDocumentDriveServer {
|
|
|
22939
22849
|
this.initializePromise = this._initialize();
|
|
22940
22850
|
}
|
|
22941
22851
|
// workaround for testing the ephemeral listeners -- we don't have DI in place yet
|
|
22942
|
-
|
|
22852
|
+
// todo: remove this once we have DI
|
|
22853
|
+
get listeners() {
|
|
22943
22854
|
return this.listenerManager;
|
|
22944
22855
|
}
|
|
22945
22856
|
initialize() {
|
|
@@ -23076,38 +22987,11 @@ class BaseDocumentDriveServer {
|
|
|
23076
22987
|
return this.triggerMap.delete(driveId);
|
|
23077
22988
|
}
|
|
23078
22989
|
async _initializeDrive(driveId) {
|
|
23079
|
-
var _a2;
|
|
23080
22990
|
const drive = await this.getDrive(driveId);
|
|
23081
22991
|
await this.synchronizationManager.initializeDriveSyncStatus(driveId, drive);
|
|
23082
22992
|
if (this.shouldSyncRemoteDrive(drive)) {
|
|
23083
22993
|
await this.startSyncRemoteDrive(driveId);
|
|
23084
22994
|
}
|
|
23085
|
-
for (const zodListener of drive.state.local.listeners) {
|
|
23086
|
-
const transmitter = this.transmitterFactory.instance(((_a2 = zodListener.callInfo) == null ? void 0 : _a2.transmitterType) ?? "", {
|
|
23087
|
-
driveId,
|
|
23088
|
-
listenerId: zodListener.listenerId,
|
|
23089
|
-
block: zodListener.block,
|
|
23090
|
-
filter: zodListener.filter,
|
|
23091
|
-
system: zodListener.system,
|
|
23092
|
-
label: zodListener.label ?? "",
|
|
23093
|
-
callInfo: zodListener.callInfo ?? void 0
|
|
23094
|
-
}, this);
|
|
23095
|
-
await this.listenerManager.setListener(driveId, {
|
|
23096
|
-
block: zodListener.block,
|
|
23097
|
-
driveId: drive.state.global.id,
|
|
23098
|
-
filter: {
|
|
23099
|
-
branch: zodListener.filter.branch ?? [],
|
|
23100
|
-
documentId: zodListener.filter.documentId ?? [],
|
|
23101
|
-
documentType: zodListener.filter.documentType,
|
|
23102
|
-
scope: zodListener.filter.scope ?? []
|
|
23103
|
-
},
|
|
23104
|
-
listenerId: zodListener.listenerId,
|
|
23105
|
-
callInfo: zodListener.callInfo ?? void 0,
|
|
23106
|
-
system: zodListener.system,
|
|
23107
|
-
label: zodListener.label ?? "",
|
|
23108
|
-
transmitter
|
|
23109
|
-
});
|
|
23110
|
-
}
|
|
23111
22995
|
}
|
|
23112
22996
|
// Delegate synchronization methods to synchronizationManager
|
|
23113
22997
|
getSynchronizationUnits(driveId, documentId, scope, branch, documentType2) {
|
|
@@ -23177,10 +23061,6 @@ class BaseDocumentDriveServer {
|
|
|
23177
23061
|
}
|
|
23178
23062
|
}, meta == null ? void 0 : meta.preferredEditor);
|
|
23179
23063
|
}
|
|
23180
|
-
async registerPullResponderTrigger(driveId, url, options) {
|
|
23181
|
-
const pullTrigger = await PullResponderTransmitter.createPullResponderTrigger(driveId, url, options);
|
|
23182
|
-
return pullTrigger;
|
|
23183
|
-
}
|
|
23184
23064
|
async deleteDrive(driveId) {
|
|
23185
23065
|
const result = await Promise.allSettled([
|
|
23186
23066
|
this.stopSyncRemoteDrive(driveId),
|
|
@@ -23739,7 +23619,6 @@ class BaseDocumentDriveServer {
|
|
|
23739
23619
|
}
|
|
23740
23620
|
}
|
|
23741
23621
|
async addDriveOperations(driveId, operations, options) {
|
|
23742
|
-
var _a2, _b, _c, _d;
|
|
23743
23622
|
let document;
|
|
23744
23623
|
const operationsApplied = [];
|
|
23745
23624
|
const signals = [];
|
|
@@ -23764,46 +23643,6 @@ class BaseDocumentDriveServer {
|
|
|
23764
23643
|
throw error ?? new Error("Invalid Document Drive document");
|
|
23765
23644
|
}
|
|
23766
23645
|
this.cache.setDocument("drives", driveId, document).catch(logger$1.error);
|
|
23767
|
-
for (const operation of operationsApplied) {
|
|
23768
|
-
switch (operation.type) {
|
|
23769
|
-
case "ADD_LISTENER": {
|
|
23770
|
-
const zodListener = operation.input.listener;
|
|
23771
|
-
const transmitter = this.transmitterFactory.instance(((_a2 = zodListener.callInfo) == null ? void 0 : _a2.transmitterType) ?? "", {
|
|
23772
|
-
driveId,
|
|
23773
|
-
listenerId: zodListener.listenerId,
|
|
23774
|
-
block: zodListener.block,
|
|
23775
|
-
filter: zodListener.filter,
|
|
23776
|
-
system: zodListener.system,
|
|
23777
|
-
label: zodListener.label ?? "",
|
|
23778
|
-
callInfo: zodListener.callInfo ?? void 0
|
|
23779
|
-
}, this);
|
|
23780
|
-
const listener = {
|
|
23781
|
-
...zodListener,
|
|
23782
|
-
driveId,
|
|
23783
|
-
label: zodListener.label ?? "",
|
|
23784
|
-
system: zodListener.system ?? false,
|
|
23785
|
-
filter: {
|
|
23786
|
-
branch: zodListener.filter.branch ?? [],
|
|
23787
|
-
documentId: zodListener.filter.documentId ?? [],
|
|
23788
|
-
documentType: zodListener.filter.documentType ?? [],
|
|
23789
|
-
scope: zodListener.filter.scope ?? []
|
|
23790
|
-
},
|
|
23791
|
-
callInfo: {
|
|
23792
|
-
data: ((_b = zodListener.callInfo) == null ? void 0 : _b.data) ?? "",
|
|
23793
|
-
name: ((_c = zodListener.callInfo) == null ? void 0 : _c.name) ?? "PullResponder",
|
|
23794
|
-
transmitterType: ((_d = zodListener.callInfo) == null ? void 0 : _d.transmitterType) ?? "PullResponder"
|
|
23795
|
-
},
|
|
23796
|
-
transmitter
|
|
23797
|
-
};
|
|
23798
|
-
await this.addListener(driveId, listener);
|
|
23799
|
-
break;
|
|
23800
|
-
}
|
|
23801
|
-
case "REMOVE_LISTENER": {
|
|
23802
|
-
await this.removeListener(driveId, operation);
|
|
23803
|
-
break;
|
|
23804
|
-
}
|
|
23805
|
-
}
|
|
23806
|
-
}
|
|
23807
23646
|
const lastOperation = operationsApplied.filter((op) => op.scope === "global").slice().pop();
|
|
23808
23647
|
if (lastOperation) {
|
|
23809
23648
|
const newOp = operationsApplied.find((appliedOp) => !operations.find((o) => o.id === appliedOp.id && o.index === appliedOp.index && o.skip === appliedOp.skip && o.hash === appliedOp.hash));
|
|
@@ -23904,49 +23743,6 @@ class BaseDocumentDriveServer {
|
|
|
23904
23743
|
}
|
|
23905
23744
|
await this.addDriveAction(driveId, setSharingType({ type: "LOCAL" }));
|
|
23906
23745
|
}
|
|
23907
|
-
async addListener(driveId, listener) {
|
|
23908
|
-
await this.listenerManager.setListener(driveId, listener);
|
|
23909
|
-
}
|
|
23910
|
-
async addInternalListener(driveId, receiver, options) {
|
|
23911
|
-
const listener = {
|
|
23912
|
-
callInfo: {
|
|
23913
|
-
data: "",
|
|
23914
|
-
name: "Interal",
|
|
23915
|
-
transmitterType: "Internal"
|
|
23916
|
-
},
|
|
23917
|
-
system: true,
|
|
23918
|
-
...options
|
|
23919
|
-
};
|
|
23920
|
-
await this.addDriveAction(driveId, addListener({ listener }));
|
|
23921
|
-
const transmitter = await this.getTransmitter(driveId, options.listenerId);
|
|
23922
|
-
if (!transmitter) {
|
|
23923
|
-
logger$1.error("Internal listener not found");
|
|
23924
|
-
throw new Error("Internal listener not found");
|
|
23925
|
-
}
|
|
23926
|
-
if (!(transmitter instanceof InternalTransmitter)) {
|
|
23927
|
-
logger$1.error("Listener is not an internal transmitter");
|
|
23928
|
-
throw new Error("Listener is not an internal transmitter");
|
|
23929
|
-
}
|
|
23930
|
-
transmitter.setReceiver(receiver);
|
|
23931
|
-
return transmitter;
|
|
23932
|
-
}
|
|
23933
|
-
async removeListener(driveId, operation) {
|
|
23934
|
-
const { listenerId } = operation.input;
|
|
23935
|
-
await this.listenerManager.removeListener(driveId, listenerId);
|
|
23936
|
-
}
|
|
23937
|
-
async getTransmitter(driveId, listenerId) {
|
|
23938
|
-
const listener = this.listenerManager.getListenerState(driveId, listenerId);
|
|
23939
|
-
return listener.listener.transmitter;
|
|
23940
|
-
}
|
|
23941
|
-
getListener(driveId, listenerId) {
|
|
23942
|
-
let listenerState;
|
|
23943
|
-
try {
|
|
23944
|
-
listenerState = this.listenerManager.getListenerState(driveId, listenerId);
|
|
23945
|
-
} catch {
|
|
23946
|
-
return Promise.resolve(void 0);
|
|
23947
|
-
}
|
|
23948
|
-
return Promise.resolve(listenerState);
|
|
23949
|
-
}
|
|
23950
23746
|
getSyncStatus(syncUnitId) {
|
|
23951
23747
|
return this.synchronizationManager.getSyncStatus(syncUnitId);
|
|
23952
23748
|
}
|
|
@@ -24201,7 +23997,7 @@ const _ListenerManager = class _ListenerManager {
|
|
|
24201
23997
|
listenerStatus: "CREATED",
|
|
24202
23998
|
syncUnits: /* @__PURE__ */ new Map()
|
|
24203
23999
|
});
|
|
24204
|
-
this.triggerUpdate(true, { type: "local" });
|
|
24000
|
+
await this.triggerUpdate(true, { type: "local" });
|
|
24205
24001
|
}
|
|
24206
24002
|
async removeListener(driveId, listenerId) {
|
|
24207
24003
|
this.logger.verbose("setListener()");
|
|
@@ -24710,7 +24506,7 @@ class TransmitterFactory {
|
|
|
24710
24506
|
return new SwitchboardPushTransmitter(listener.callInfo.data);
|
|
24711
24507
|
}
|
|
24712
24508
|
case "Internal": {
|
|
24713
|
-
|
|
24509
|
+
throw new Error("Internal transmitter not implemented");
|
|
24714
24510
|
}
|
|
24715
24511
|
default: {
|
|
24716
24512
|
return new PullResponderTransmitter(listener, this.listenerManager);
|
|
@@ -25042,7 +24838,7 @@ class ReactorBuilder {
|
|
|
25042
24838
|
if (!this.transmitterFactory) {
|
|
25043
24839
|
this.transmitterFactory = new TransmitterFactory(this.listenerManager);
|
|
25044
24840
|
}
|
|
25045
|
-
return new DocumentDriveServer(this.documentModelModules, this.storage, this.cache, this.queueManager, this.eventEmitter, this.synchronizationManager, this.listenerManager, this.
|
|
24841
|
+
return new DocumentDriveServer(this.documentModelModules, this.storage, this.cache, this.queueManager, this.eventEmitter, this.synchronizationManager, this.listenerManager, this.options);
|
|
25046
24842
|
}
|
|
25047
24843
|
}
|
|
25048
24844
|
const logger = childLogger([
|
|
@@ -25138,7 +24934,7 @@ function IconErrorFallback(props) {
|
|
|
25138
24934
|
}
|
|
25139
24935
|
function loadIcon(name2) {
|
|
25140
24936
|
try {
|
|
25141
|
-
return lazy(() => __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "../icon-components/ArrowFilledRight.js": () => __vitePreload(() => import("./ArrowFilledRight-64XHqK_h.js"), true ? [] : void 0), "../icon-components/ArrowLeft.js": () => __vitePreload(() => import("./ArrowLeft-cTTfZFZ1.js"), true ? [] : void 0), "../icon-components/ArrowUp.js": () => __vitePreload(() => import("./ArrowUp-DZrDe-Bp.js"), true ? [] : void 0), "../icon-components/BarChart.js": () => __vitePreload(() => import("./BarChart-DT4puBXm.js"), true ? [] : void 0), "../icon-components/BaseArrowLeft.js": () => __vitePreload(() => import("./BaseArrowLeft-G433oBpP.js"), true ? [] : void 0), "../icon-components/BaseArrowRight.js": () => __vitePreload(() => import("./BaseArrowRight-cpxwDGIe.js"), true ? [] : void 0), "../icon-components/Braces.js": () => __vitePreload(() => import("./Braces-CJktWttT.js"), true ? [] : void 0), "../icon-components/Branch.js": () => __vitePreload(() => import("./Branch-iPu-a2T3.js"), true ? [] : void 0), "../icon-components/BrickGlobe.js": () => __vitePreload(() => import("./BrickGlobe-BZrrYdL4.js"), true ? [] : void 0), "../icon-components/Briefcase.js": () => __vitePreload(() => import("./Briefcase-XpuJYuUR.js"), true ? [] : void 0), "../icon-components/Calendar.js": () => __vitePreload(() => import("./Calendar-Dt0VwGrR.js"), true ? [] : void 0), "../icon-components/CalendarTime.js": () => __vitePreload(() => import("./CalendarTime-CwwzsmKX.js"), true ? [] : void 0), "../icon-components/Caret.js": () => __vitePreload(() => import("./Caret-ZEgiNBNU.js"), true ? [] : void 0), "../icon-components/CaretDown.js": () => __vitePreload(() => import("./CaretDown-DP6bOwI2.js"), true ? [] : void 0), "../icon-components/CaretLeft.js": () => __vitePreload(() => import("./CaretLeft-BD_N0UUw.js"), true ? [] : void 0), "../icon-components/CaretRight.js": () => __vitePreload(() => import("./CaretRight-DWPoTF9X.js"), true ? [] : void 0), "../icon-components/CaretSort.js": () => __vitePreload(() => import("./CaretSort-Bw0XHsjI.js"), true ? [] : void 0), "../icon-components/Check.js": () => __vitePreload(() => import("./Check-cqhfhLxP.js"), true ? [] : void 0), "../icon-components/CheckCircle.js": () => __vitePreload(() => import("./CheckCircle-DH9iEyZM.js"), true ? [] : void 0), "../icon-components/CheckCircleFill.js": () => __vitePreload(() => import("./CheckCircleFill-DXFYGKQ5.js"), true ? [] : void 0), "../icon-components/Checkmark.js": () => __vitePreload(() => import("./Checkmark-9n4byVGp.js"), true ? [] : void 0), "../icon-components/ChevronDown.js": () => __vitePreload(() => import("./ChevronDown-DvTsRsq2.js"), true ? [] : void 0), "../icon-components/Circle.js": () => __vitePreload(() => import("./Circle-B2Lns-7w.js"), true ? [] : void 0), "../icon-components/CircleInfo.js": () => __vitePreload(() => import("./CircleInfo-1kjSg19s.js"), true ? [] : void 0), "../icon-components/Clock.js": () => __vitePreload(() => import("./Clock-BGRQRM60.js"), true ? [] : void 0), "../icon-components/ClockFill.js": () => __vitePreload(() => import("./ClockFill-Bvmknv7u.js"), true ? [] : void 0), "../icon-components/CloudSlash.js": () => __vitePreload(() => import("./CloudSlash-DPvYwLm3.js"), true ? [] : void 0), "../icon-components/Collapse.js": () => __vitePreload(() => import("./Collapse-D5jXkhQz.js"), true ? [] : void 0), "../icon-components/Connect.js": () => __vitePreload(() => import("./Connect-DZiPc2IO.js"), true ? [] : void 0), "../icon-components/ConnectSmall.js": () => __vitePreload(() => import("./ConnectSmall-C4hYVYQO.js"), true ? [] : void 0), "../icon-components/Copy.js": () => __vitePreload(() => import("./Copy-CoVU9BJY.js"), true ? [] : void 0), "../icon-components/Created.js": () => __vitePreload(() => import("./Created-DzIi8Oqs.js"), true ? [] : void 0), "../icon-components/CrossCircle.js": () => __vitePreload(() => import("./CrossCircle-Cz9Xbcsr.js"), true ? [] : void 0), "../icon-components/Danger.js": () => __vitePreload(() => import("./Danger-DkDnPFWT.js"), true ? [] : void 0), "../icon-components/Discord.js": () => __vitePreload(() => import("./Discord-C9rQaS93.js"), true ? [] : void 0), "../icon-components/Drive.js": () => __vitePreload(() => import("./Drive-gptzvasW.js"), true ? [] : void 0), "../icon-components/Duplicated.js": () => __vitePreload(() => import("./Duplicated-C2v6xG93.js"), true ? [] : void 0), "../icon-components/Edit.js": () => __vitePreload(() => import("./Edit-BWdYDo8C.js"), true ? [] : void 0), "../icon-components/Ellipsis.js": () => __vitePreload(() => import("./Ellipsis-_Yp_-wDZ.js"), true ? [] : void 0), "../icon-components/Error.js": () => __vitePreload(() => import("./Error-Bf2pG8sD.js"), true ? [] : void 0), "../icon-components/Exclamation.js": () => __vitePreload(() => import("./Exclamation-DLUhwcPI.js"), true ? [] : void 0), "../icon-components/File.js": () => __vitePreload(() => import("./File-C3wkPB_r.js"), true ? [] : void 0), "../icon-components/FilesEarmark.js": () => __vitePreload(() => import("./FilesEarmark-CgUelQay.js"), true ? [] : void 0), "../icon-components/FolderClose.js": () => __vitePreload(() => import("./FolderClose-BvAQd6IG.js"), true ? [] : void 0), "../icon-components/FolderOpen.js": () => __vitePreload(() => import("./FolderOpen-Bma1Ngbb.js"), true ? [] : void 0), "../icon-components/FolderPlus.js": () => __vitePreload(() => import("./FolderPlus-Dn00AVa8.js"), true ? [] : void 0), "../icon-components/Forum.js": () => __vitePreload(() => import("./Forum-C-dTIstS.js"), true ? [] : void 0), "../icon-components/Gear.js": () => __vitePreload(() => import("./Gear-B58aepsd.js"), true ? [] : void 0), "../icon-components/Github.js": () => __vitePreload(() => import("./Github-YaYviWSS.js"), true ? [] : void 0), "../icon-components/Globe.js": () => __vitePreload(() => import("./Globe-BGlyCRpD.js"), true ? [] : void 0), "../icon-components/GlobeWww.js": () => __vitePreload(() => import("./GlobeWww-B1pUKxRP.js"), true ? [] : void 0), "../icon-components/Hdd.js": () => __vitePreload(() => import("./Hdd-Bk7BpLL-.js"), true ? [] : void 0), "../icon-components/History.js": () => __vitePreload(() => import("./History-CDfNjY3P.js"), true ? [] : void 0), "../icon-components/InfoSquare.js": () => __vitePreload(() => import("./InfoSquare-CLtlquCL.js"), true ? [] : void 0), "../icon-components/Link.js": () => __vitePreload(() => import("./Link-BHshUK_k.js"), true ? [] : void 0), "../icon-components/Linkedin.js": () => __vitePreload(() => import("./Linkedin-BSk0sey6.js"), true ? [] : void 0), "../icon-components/Lock.js": () => __vitePreload(() => import("./Lock-BFCeokdp.js"), true ? [] : void 0), "../icon-components/M.js": () => __vitePreload(() => import("./M-V6iG_x6o.js"), true ? [] : void 0), "../icon-components/Modified.js": () => __vitePreload(() => import("./Modified-D04FuhUt.js"), true ? [] : void 0), "../icon-components/Moved.js": () => __vitePreload(() => import("./Moved-D3mS-uot.js"), true ? [] : void 0), "../icon-components/PackageManager.js": () => __vitePreload(() => import("./PackageManager-1Wpl0DVS.js"), true ? [] : void 0), "../icon-components/Pencil.js": () => __vitePreload(() => import("./Pencil-aiwjx26f.js"), true ? [] : void 0), "../icon-components/People.js": () => __vitePreload(() => import("./People-CgDbL4kS.js"), true ? [] : void 0), "../icon-components/PeopleFill.js": () => __vitePreload(() => import("./PeopleFill-CUgqKMA4.js"), true ? [] : void 0), "../icon-components/Person.js": () => __vitePreload(() => import("./Person-B0cfH7KV.js"), true ? [] : void 0), "../icon-components/Pin.js": () => __vitePreload(() => import("./Pin-CeMtNsZD.js"), true ? [] : void 0), "../icon-components/PinFilled.js": () => __vitePreload(() => import("./PinFilled-DsQqlbF3.js"), true ? [] : void 0), "../icon-components/Plus.js": () => __vitePreload(() => import("./Plus-CtnpCWqG.js"), true ? [] : void 0), "../icon-components/PlusCircle.js": () => __vitePreload(() => import("./PlusCircle-BOEotEGi.js"), true ? [] : void 0), "../icon-components/PlusSquare.js": () => __vitePreload(() => import("./PlusSquare-fWkZh3-r.js"), true ? [] : void 0), "../icon-components/PowerhouseLogoSmall.js": () => __vitePreload(() => import("./PowerhouseLogoSmall-CgaHbPzx.js"), true ? [] : void 0), "../icon-components/Project.js": () => __vitePreload(() => import("./Project-D33G_Tlb.js"), true ? [] : void 0), "../icon-components/QuestionSquare.js": () => __vitePreload(() => import("./QuestionSquare-Cilqw-NF.js"), true ? [] : void 0), "../icon-components/RedoArrow.js": () => __vitePreload(() => import("./RedoArrow-BZg6K-nT.js"), true ? [] : void 0), "../icon-components/Reload.js": () => __vitePreload(() => import("./Reload-DSYHnfCV.js"), true ? [] : void 0), "../icon-components/Removed.js": () => __vitePreload(() => import("./Removed-B35cyBgu.js"), true ? [] : void 0), "../icon-components/Renown.js": () => __vitePreload(() => import("./Renown-DdF-DRzW.js"), true ? [] : void 0), "../icon-components/RenownHover.js": () => __vitePreload(() => import("./RenownHover-ayMKqS2y.js"), true ? [] : void 0), "../icon-components/Ring.js": () => __vitePreload(() => import("./Ring-DDC_wea5.js"), true ? [] : void 0), "../icon-components/Save.js": () => __vitePreload(() => import("./Save-BqsDjvWT.js"), true ? [] : void 0), "../icon-components/Search.js": () => __vitePreload(() => import("./Search-BmJu6qh2.js"), true ? [] : void 0), "../icon-components/Server.js": () => __vitePreload(() => import("./Server-BsTH0P96.js"), true ? [] : void 0), "../icon-components/Settings.js": () => __vitePreload(() => import("./Settings-wzKf1ItW.js"), true ? [] : void 0), "../icon-components/Synced.js": () => __vitePreload(() => import("./Synced-BREnp3Gk.js"), true ? [] : void 0), "../icon-components/Syncing.js": () => __vitePreload(() => import("./Syncing-oLFcuSQr.js"), true ? [] : void 0), "../icon-components/Tabler.js": () => __vitePreload(() => import("./Tabler-Dd4wGhvu.js"), true ? [] : void 0), "../icon-components/Trash.js": () => __vitePreload(() => import("./Trash-C2Az1OA8.js"), true ? [] : void 0), "../icon-components/TrashFill.js": () => __vitePreload(() => import("./TrashFill-Cop-3QYY.js"), true ? [] : void 0), "../icon-components/TreeViewSlash.js": () => __vitePreload(() => import("./TreeViewSlash-C5vFO1Yq.js"), true ? [] : void 0), "../icon-components/TriangleDown.js": () => __vitePreload(() => import("./TriangleDown-BJdJslsa.js"), true ? [] : void 0), "../icon-components/VariantArrowLeft.js": () => __vitePreload(() => import("./VariantArrowLeft-DfAacH04.js"), true ? [] : void 0), "../icon-components/VerticalDots.js": () => __vitePreload(() => import("./VerticalDots-B4dDMl7Z.js"), true ? [] : void 0), "../icon-components/WarningFill.js": () => __vitePreload(() => import("./WarningFill-Drxpmg7X.js"), true ? [] : void 0), "../icon-components/XTwitter.js": () => __vitePreload(() => import("./XTwitter-C0dxLb5W.js"), true ? [] : void 0), "../icon-components/Xmark.js": () => __vitePreload(() => import("./Xmark-DZtv823K.js"), true ? [] : void 0), "../icon-components/XmarkLight.js": () => __vitePreload(() => import("./XmarkLight-BYzxLa1T.js"), true ? [] : void 0), "../icon-components/Youtube.js": () => __vitePreload(() => import("./Youtube-DnhnDSfB.js"), true ? [] : void 0), "../icon-components/types.js": () => __vitePreload(() => import("./types-b4BfZ8ti.js"), true ? [] : void 0) }), `../icon-components/${name2}.js`, 3));
|
|
24937
|
+
return lazy(() => __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "../icon-components/ArrowFilledRight.js": () => __vitePreload(() => import("./ArrowFilledRight-64XHqK_h.js"), true ? [] : void 0), "../icon-components/ArrowLeft.js": () => __vitePreload(() => import("./ArrowLeft-cTTfZFZ1.js"), true ? [] : void 0), "../icon-components/ArrowUp.js": () => __vitePreload(() => import("./ArrowUp-DZrDe-Bp.js"), true ? [] : void 0), "../icon-components/BarChart.js": () => __vitePreload(() => import("./BarChart-DT4puBXm.js"), true ? [] : void 0), "../icon-components/BaseArrowLeft.js": () => __vitePreload(() => import("./BaseArrowLeft-G433oBpP.js"), true ? [] : void 0), "../icon-components/BaseArrowRight.js": () => __vitePreload(() => import("./BaseArrowRight-cpxwDGIe.js"), true ? [] : void 0), "../icon-components/Braces.js": () => __vitePreload(() => import("./Braces-CJktWttT.js"), true ? [] : void 0), "../icon-components/Branch.js": () => __vitePreload(() => import("./Branch-iPu-a2T3.js"), true ? [] : void 0), "../icon-components/BrickGlobe.js": () => __vitePreload(() => import("./BrickGlobe-BZrrYdL4.js"), true ? [] : void 0), "../icon-components/Briefcase.js": () => __vitePreload(() => import("./Briefcase-XpuJYuUR.js"), true ? [] : void 0), "../icon-components/Calendar.js": () => __vitePreload(() => import("./Calendar-Dt0VwGrR.js"), true ? [] : void 0), "../icon-components/CalendarTime.js": () => __vitePreload(() => import("./CalendarTime-CwwzsmKX.js"), true ? [] : void 0), "../icon-components/Caret.js": () => __vitePreload(() => import("./Caret-ZEgiNBNU.js"), true ? [] : void 0), "../icon-components/CaretDown.js": () => __vitePreload(() => import("./CaretDown-DP6bOwI2.js"), true ? [] : void 0), "../icon-components/CaretLeft.js": () => __vitePreload(() => import("./CaretLeft-BD_N0UUw.js"), true ? [] : void 0), "../icon-components/CaretRight.js": () => __vitePreload(() => import("./CaretRight-DWPoTF9X.js"), true ? [] : void 0), "../icon-components/CaretSort.js": () => __vitePreload(() => import("./CaretSort-Bw0XHsjI.js"), true ? [] : void 0), "../icon-components/Check.js": () => __vitePreload(() => import("./Check-cqhfhLxP.js"), true ? [] : void 0), "../icon-components/CheckCircle.js": () => __vitePreload(() => import("./CheckCircle-DH9iEyZM.js"), true ? [] : void 0), "../icon-components/CheckCircleFill.js": () => __vitePreload(() => import("./CheckCircleFill-DXFYGKQ5.js"), true ? [] : void 0), "../icon-components/Checkmark.js": () => __vitePreload(() => import("./Checkmark-9n4byVGp.js"), true ? [] : void 0), "../icon-components/ChevronDown.js": () => __vitePreload(() => import("./ChevronDown-DvTsRsq2.js"), true ? [] : void 0), "../icon-components/Circle.js": () => __vitePreload(() => import("./Circle-B2Lns-7w.js"), true ? [] : void 0), "../icon-components/CircleInfo.js": () => __vitePreload(() => import("./CircleInfo-1kjSg19s.js"), true ? [] : void 0), "../icon-components/Clock.js": () => __vitePreload(() => import("./Clock-BGRQRM60.js"), true ? [] : void 0), "../icon-components/ClockFill.js": () => __vitePreload(() => import("./ClockFill-Bvmknv7u.js"), true ? [] : void 0), "../icon-components/CloudSlash.js": () => __vitePreload(() => import("./CloudSlash-DPvYwLm3.js"), true ? [] : void 0), "../icon-components/Collapse.js": () => __vitePreload(() => import("./Collapse-D5jXkhQz.js"), true ? [] : void 0), "../icon-components/Compass.js": () => __vitePreload(() => import("./Compass-C76eC2wG.js"), true ? [] : void 0), "../icon-components/Connect.js": () => __vitePreload(() => import("./Connect-DZiPc2IO.js"), true ? [] : void 0), "../icon-components/ConnectSmall.js": () => __vitePreload(() => import("./ConnectSmall-C4hYVYQO.js"), true ? [] : void 0), "../icon-components/Copy.js": () => __vitePreload(() => import("./Copy-CoVU9BJY.js"), true ? [] : void 0), "../icon-components/Created.js": () => __vitePreload(() => import("./Created-DzIi8Oqs.js"), true ? [] : void 0), "../icon-components/CrossCircle.js": () => __vitePreload(() => import("./CrossCircle-Cz9Xbcsr.js"), true ? [] : void 0), "../icon-components/Danger.js": () => __vitePreload(() => import("./Danger-DkDnPFWT.js"), true ? [] : void 0), "../icon-components/DescendenceModified.js": () => __vitePreload(() => import("./DescendenceModified-342EmN5F.js"), true ? [] : void 0), "../icon-components/Discord.js": () => __vitePreload(() => import("./Discord-C9rQaS93.js"), true ? [] : void 0), "../icon-components/DownloadFile.js": () => __vitePreload(() => import("./DownloadFile-CG56Of8p.js"), true ? [] : void 0), "../icon-components/Drive.js": () => __vitePreload(() => import("./Drive-gptzvasW.js"), true ? [] : void 0), "../icon-components/Duplicated.js": () => __vitePreload(() => import("./Duplicated-C2v6xG93.js"), true ? [] : void 0), "../icon-components/Edit.js": () => __vitePreload(() => import("./Edit-BWdYDo8C.js"), true ? [] : void 0), "../icon-components/Ellipsis.js": () => __vitePreload(() => import("./Ellipsis-_Yp_-wDZ.js"), true ? [] : void 0), "../icon-components/Error.js": () => __vitePreload(() => import("./Error-Bf2pG8sD.js"), true ? [] : void 0), "../icon-components/Exclamation.js": () => __vitePreload(() => import("./Exclamation-DLUhwcPI.js"), true ? [] : void 0), "../icon-components/ExportCsv.js": () => __vitePreload(() => import("./ExportCsv-C7-cdsgH.js"), true ? [] : void 0), "../icon-components/ExportJson.js": () => __vitePreload(() => import("./ExportJson-dmS3d6_7.js"), true ? [] : void 0), "../icon-components/ExportPdf.js": () => __vitePreload(() => import("./ExportPdf-DwZayNuB.js"), true ? [] : void 0), "../icon-components/ExportUbl.js": () => __vitePreload(() => import("./ExportUbl-DwfYquKC.js"), true ? [] : void 0), "../icon-components/ExportZip.js": () => __vitePreload(() => import("./ExportZip-v1bseKb6.js"), true ? [] : void 0), "../icon-components/File.js": () => __vitePreload(() => import("./File-C3wkPB_r.js"), true ? [] : void 0), "../icon-components/FilesEarmark.js": () => __vitePreload(() => import("./FilesEarmark-CgUelQay.js"), true ? [] : void 0), "../icon-components/FolderClose.js": () => __vitePreload(() => import("./FolderClose-BvAQd6IG.js"), true ? [] : void 0), "../icon-components/FolderOpen.js": () => __vitePreload(() => import("./FolderOpen-Bma1Ngbb.js"), true ? [] : void 0), "../icon-components/FolderPlus.js": () => __vitePreload(() => import("./FolderPlus-Dn00AVa8.js"), true ? [] : void 0), "../icon-components/Forum.js": () => __vitePreload(() => import("./Forum-C-dTIstS.js"), true ? [] : void 0), "../icon-components/Gear.js": () => __vitePreload(() => import("./Gear-B58aepsd.js"), true ? [] : void 0), "../icon-components/Github.js": () => __vitePreload(() => import("./Github-YaYviWSS.js"), true ? [] : void 0), "../icon-components/Globe.js": () => __vitePreload(() => import("./Globe-BGlyCRpD.js"), true ? [] : void 0), "../icon-components/GlobeWww.js": () => __vitePreload(() => import("./GlobeWww-B1pUKxRP.js"), true ? [] : void 0), "../icon-components/Hdd.js": () => __vitePreload(() => import("./Hdd-Bk7BpLL-.js"), true ? [] : void 0), "../icon-components/History.js": () => __vitePreload(() => import("./History-CDfNjY3P.js"), true ? [] : void 0), "../icon-components/InfoSquare.js": () => __vitePreload(() => import("./InfoSquare-CLtlquCL.js"), true ? [] : void 0), "../icon-components/Link.js": () => __vitePreload(() => import("./Link-BHshUK_k.js"), true ? [] : void 0), "../icon-components/Linkedin.js": () => __vitePreload(() => import("./Linkedin-BSk0sey6.js"), true ? [] : void 0), "../icon-components/Lock.js": () => __vitePreload(() => import("./Lock-BFCeokdp.js"), true ? [] : void 0), "../icon-components/M.js": () => __vitePreload(() => import("./M-V6iG_x6o.js"), true ? [] : void 0), "../icon-components/Modified.js": () => __vitePreload(() => import("./Modified-D04FuhUt.js"), true ? [] : void 0), "../icon-components/Moved.js": () => __vitePreload(() => import("./Moved-D3mS-uot.js"), true ? [] : void 0), "../icon-components/PackageManager.js": () => __vitePreload(() => import("./PackageManager-1Wpl0DVS.js"), true ? [] : void 0), "../icon-components/Pencil.js": () => __vitePreload(() => import("./Pencil-aiwjx26f.js"), true ? [] : void 0), "../icon-components/People.js": () => __vitePreload(() => import("./People-CgDbL4kS.js"), true ? [] : void 0), "../icon-components/PeopleFill.js": () => __vitePreload(() => import("./PeopleFill-CUgqKMA4.js"), true ? [] : void 0), "../icon-components/Person.js": () => __vitePreload(() => import("./Person-B0cfH7KV.js"), true ? [] : void 0), "../icon-components/Pin.js": () => __vitePreload(() => import("./Pin-CeMtNsZD.js"), true ? [] : void 0), "../icon-components/PinFilled.js": () => __vitePreload(() => import("./PinFilled-DsQqlbF3.js"), true ? [] : void 0), "../icon-components/Plus.js": () => __vitePreload(() => import("./Plus-CtnpCWqG.js"), true ? [] : void 0), "../icon-components/PlusCircle.js": () => __vitePreload(() => import("./PlusCircle-BOEotEGi.js"), true ? [] : void 0), "../icon-components/PlusSquare.js": () => __vitePreload(() => import("./PlusSquare-fWkZh3-r.js"), true ? [] : void 0), "../icon-components/PowerhouseLogoSmall.js": () => __vitePreload(() => import("./PowerhouseLogoSmall-CgaHbPzx.js"), true ? [] : void 0), "../icon-components/Project.js": () => __vitePreload(() => import("./Project-D33G_Tlb.js"), true ? [] : void 0), "../icon-components/QuestionSquare.js": () => __vitePreload(() => import("./QuestionSquare-Cilqw-NF.js"), true ? [] : void 0), "../icon-components/RedoArrow.js": () => __vitePreload(() => import("./RedoArrow-BZg6K-nT.js"), true ? [] : void 0), "../icon-components/Reload.js": () => __vitePreload(() => import("./Reload-DSYHnfCV.js"), true ? [] : void 0), "../icon-components/Removed.js": () => __vitePreload(() => import("./Removed-B35cyBgu.js"), true ? [] : void 0), "../icon-components/Renown.js": () => __vitePreload(() => import("./Renown-DdF-DRzW.js"), true ? [] : void 0), "../icon-components/RenownHover.js": () => __vitePreload(() => import("./RenownHover-ayMKqS2y.js"), true ? [] : void 0), "../icon-components/Ring.js": () => __vitePreload(() => import("./Ring-DDC_wea5.js"), true ? [] : void 0), "../icon-components/Save.js": () => __vitePreload(() => import("./Save-BqsDjvWT.js"), true ? [] : void 0), "../icon-components/Search.js": () => __vitePreload(() => import("./Search-BmJu6qh2.js"), true ? [] : void 0), "../icon-components/Server.js": () => __vitePreload(() => import("./Server-BsTH0P96.js"), true ? [] : void 0), "../icon-components/Settings.js": () => __vitePreload(() => import("./Settings-wzKf1ItW.js"), true ? [] : void 0), "../icon-components/Synced.js": () => __vitePreload(() => import("./Synced-BREnp3Gk.js"), true ? [] : void 0), "../icon-components/Syncing.js": () => __vitePreload(() => import("./Syncing-oLFcuSQr.js"), true ? [] : void 0), "../icon-components/Tabler.js": () => __vitePreload(() => import("./Tabler-Dd4wGhvu.js"), true ? [] : void 0), "../icon-components/Trash.js": () => __vitePreload(() => import("./Trash-C2Az1OA8.js"), true ? [] : void 0), "../icon-components/TrashFill.js": () => __vitePreload(() => import("./TrashFill-Cop-3QYY.js"), true ? [] : void 0), "../icon-components/TreeViewSlash.js": () => __vitePreload(() => import("./TreeViewSlash-C5vFO1Yq.js"), true ? [] : void 0), "../icon-components/TriangleDown.js": () => __vitePreload(() => import("./TriangleDown-BJdJslsa.js"), true ? [] : void 0), "../icon-components/Tube.js": () => __vitePreload(() => import("./Tube-CxlaYTDX.js"), true ? [] : void 0), "../icon-components/VariantArrowLeft.js": () => __vitePreload(() => import("./VariantArrowLeft-DfAacH04.js"), true ? [] : void 0), "../icon-components/VerticalDots.js": () => __vitePreload(() => import("./VerticalDots-B4dDMl7Z.js"), true ? [] : void 0), "../icon-components/WarningFill.js": () => __vitePreload(() => import("./WarningFill-Drxpmg7X.js"), true ? [] : void 0), "../icon-components/XTwitter.js": () => __vitePreload(() => import("./XTwitter-C0dxLb5W.js"), true ? [] : void 0), "../icon-components/Xmark.js": () => __vitePreload(() => import("./Xmark-DZtv823K.js"), true ? [] : void 0), "../icon-components/XmarkLight.js": () => __vitePreload(() => import("./XmarkLight-BYzxLa1T.js"), true ? [] : void 0), "../icon-components/Youtube.js": () => __vitePreload(() => import("./Youtube-DnhnDSfB.js"), true ? [] : void 0), "../icon-components/types.js": () => __vitePreload(() => import("./types-DJg5CO3J.js"), true ? [] : void 0) }), `../icon-components/${name2}.js`, 3));
|
|
25142
24938
|
} catch (e) {
|
|
25143
24939
|
console.error(e);
|
|
25144
24940
|
return IconErrorFallback;
|
|
@@ -25172,463 +24968,6 @@ function getDimensions(size) {
|
|
|
25172
24968
|
height: size
|
|
25173
24969
|
};
|
|
25174
24970
|
}
|
|
25175
|
-
var lzString = { exports: {} };
|
|
25176
|
-
var hasRequiredLzString;
|
|
25177
|
-
function requireLzString() {
|
|
25178
|
-
if (hasRequiredLzString) return lzString.exports;
|
|
25179
|
-
hasRequiredLzString = 1;
|
|
25180
|
-
(function(module) {
|
|
25181
|
-
var LZString2 = function() {
|
|
25182
|
-
var f = String.fromCharCode;
|
|
25183
|
-
var keyStrBase64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
25184
|
-
var keyStrUriSafe = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$";
|
|
25185
|
-
var baseReverseDic = {};
|
|
25186
|
-
function getBaseValue(alphabet, character) {
|
|
25187
|
-
if (!baseReverseDic[alphabet]) {
|
|
25188
|
-
baseReverseDic[alphabet] = {};
|
|
25189
|
-
for (var i = 0; i < alphabet.length; i++) {
|
|
25190
|
-
baseReverseDic[alphabet][alphabet.charAt(i)] = i;
|
|
25191
|
-
}
|
|
25192
|
-
}
|
|
25193
|
-
return baseReverseDic[alphabet][character];
|
|
25194
|
-
}
|
|
25195
|
-
var LZString3 = {
|
|
25196
|
-
compressToBase64: function(input) {
|
|
25197
|
-
if (input == null) return "";
|
|
25198
|
-
var res = LZString3._compress(input, 6, function(a) {
|
|
25199
|
-
return keyStrBase64.charAt(a);
|
|
25200
|
-
});
|
|
25201
|
-
switch (res.length % 4) {
|
|
25202
|
-
// To produce valid Base64
|
|
25203
|
-
default:
|
|
25204
|
-
// When could this happen ?
|
|
25205
|
-
case 0:
|
|
25206
|
-
return res;
|
|
25207
|
-
case 1:
|
|
25208
|
-
return res + "===";
|
|
25209
|
-
case 2:
|
|
25210
|
-
return res + "==";
|
|
25211
|
-
case 3:
|
|
25212
|
-
return res + "=";
|
|
25213
|
-
}
|
|
25214
|
-
},
|
|
25215
|
-
decompressFromBase64: function(input) {
|
|
25216
|
-
if (input == null) return "";
|
|
25217
|
-
if (input == "") return null;
|
|
25218
|
-
return LZString3._decompress(input.length, 32, function(index) {
|
|
25219
|
-
return getBaseValue(keyStrBase64, input.charAt(index));
|
|
25220
|
-
});
|
|
25221
|
-
},
|
|
25222
|
-
compressToUTF16: function(input) {
|
|
25223
|
-
if (input == null) return "";
|
|
25224
|
-
return LZString3._compress(input, 15, function(a) {
|
|
25225
|
-
return f(a + 32);
|
|
25226
|
-
}) + " ";
|
|
25227
|
-
},
|
|
25228
|
-
decompressFromUTF16: function(compressed) {
|
|
25229
|
-
if (compressed == null) return "";
|
|
25230
|
-
if (compressed == "") return null;
|
|
25231
|
-
return LZString3._decompress(compressed.length, 16384, function(index) {
|
|
25232
|
-
return compressed.charCodeAt(index) - 32;
|
|
25233
|
-
});
|
|
25234
|
-
},
|
|
25235
|
-
//compress into uint8array (UCS-2 big endian format)
|
|
25236
|
-
compressToUint8Array: function(uncompressed) {
|
|
25237
|
-
var compressed = LZString3.compress(uncompressed);
|
|
25238
|
-
var buf = new Uint8Array(compressed.length * 2);
|
|
25239
|
-
for (var i = 0, TotalLen = compressed.length; i < TotalLen; i++) {
|
|
25240
|
-
var current_value = compressed.charCodeAt(i);
|
|
25241
|
-
buf[i * 2] = current_value >>> 8;
|
|
25242
|
-
buf[i * 2 + 1] = current_value % 256;
|
|
25243
|
-
}
|
|
25244
|
-
return buf;
|
|
25245
|
-
},
|
|
25246
|
-
//decompress from uint8array (UCS-2 big endian format)
|
|
25247
|
-
decompressFromUint8Array: function(compressed) {
|
|
25248
|
-
if (compressed === null || compressed === void 0) {
|
|
25249
|
-
return LZString3.decompress(compressed);
|
|
25250
|
-
} else {
|
|
25251
|
-
var buf = new Array(compressed.length / 2);
|
|
25252
|
-
for (var i = 0, TotalLen = buf.length; i < TotalLen; i++) {
|
|
25253
|
-
buf[i] = compressed[i * 2] * 256 + compressed[i * 2 + 1];
|
|
25254
|
-
}
|
|
25255
|
-
var result = [];
|
|
25256
|
-
buf.forEach(function(c) {
|
|
25257
|
-
result.push(f(c));
|
|
25258
|
-
});
|
|
25259
|
-
return LZString3.decompress(result.join(""));
|
|
25260
|
-
}
|
|
25261
|
-
},
|
|
25262
|
-
//compress into a string that is already URI encoded
|
|
25263
|
-
compressToEncodedURIComponent: function(input) {
|
|
25264
|
-
if (input == null) return "";
|
|
25265
|
-
return LZString3._compress(input, 6, function(a) {
|
|
25266
|
-
return keyStrUriSafe.charAt(a);
|
|
25267
|
-
});
|
|
25268
|
-
},
|
|
25269
|
-
//decompress from an output of compressToEncodedURIComponent
|
|
25270
|
-
decompressFromEncodedURIComponent: function(input) {
|
|
25271
|
-
if (input == null) return "";
|
|
25272
|
-
if (input == "") return null;
|
|
25273
|
-
input = input.replace(/ /g, "+");
|
|
25274
|
-
return LZString3._decompress(input.length, 32, function(index) {
|
|
25275
|
-
return getBaseValue(keyStrUriSafe, input.charAt(index));
|
|
25276
|
-
});
|
|
25277
|
-
},
|
|
25278
|
-
compress: function(uncompressed) {
|
|
25279
|
-
return LZString3._compress(uncompressed, 16, function(a) {
|
|
25280
|
-
return f(a);
|
|
25281
|
-
});
|
|
25282
|
-
},
|
|
25283
|
-
_compress: function(uncompressed, bitsPerChar, getCharFromInt) {
|
|
25284
|
-
if (uncompressed == null) return "";
|
|
25285
|
-
var i, value, context_dictionary = {}, context_dictionaryToCreate = {}, context_c = "", context_wc = "", context_w = "", context_enlargeIn = 2, context_dictSize = 3, context_numBits = 2, context_data = [], context_data_val = 0, context_data_position = 0, ii;
|
|
25286
|
-
for (ii = 0; ii < uncompressed.length; ii += 1) {
|
|
25287
|
-
context_c = uncompressed.charAt(ii);
|
|
25288
|
-
if (!Object.prototype.hasOwnProperty.call(context_dictionary, context_c)) {
|
|
25289
|
-
context_dictionary[context_c] = context_dictSize++;
|
|
25290
|
-
context_dictionaryToCreate[context_c] = true;
|
|
25291
|
-
}
|
|
25292
|
-
context_wc = context_w + context_c;
|
|
25293
|
-
if (Object.prototype.hasOwnProperty.call(context_dictionary, context_wc)) {
|
|
25294
|
-
context_w = context_wc;
|
|
25295
|
-
} else {
|
|
25296
|
-
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate, context_w)) {
|
|
25297
|
-
if (context_w.charCodeAt(0) < 256) {
|
|
25298
|
-
for (i = 0; i < context_numBits; i++) {
|
|
25299
|
-
context_data_val = context_data_val << 1;
|
|
25300
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25301
|
-
context_data_position = 0;
|
|
25302
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25303
|
-
context_data_val = 0;
|
|
25304
|
-
} else {
|
|
25305
|
-
context_data_position++;
|
|
25306
|
-
}
|
|
25307
|
-
}
|
|
25308
|
-
value = context_w.charCodeAt(0);
|
|
25309
|
-
for (i = 0; i < 8; i++) {
|
|
25310
|
-
context_data_val = context_data_val << 1 | value & 1;
|
|
25311
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25312
|
-
context_data_position = 0;
|
|
25313
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25314
|
-
context_data_val = 0;
|
|
25315
|
-
} else {
|
|
25316
|
-
context_data_position++;
|
|
25317
|
-
}
|
|
25318
|
-
value = value >> 1;
|
|
25319
|
-
}
|
|
25320
|
-
} else {
|
|
25321
|
-
value = 1;
|
|
25322
|
-
for (i = 0; i < context_numBits; i++) {
|
|
25323
|
-
context_data_val = context_data_val << 1 | value;
|
|
25324
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25325
|
-
context_data_position = 0;
|
|
25326
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25327
|
-
context_data_val = 0;
|
|
25328
|
-
} else {
|
|
25329
|
-
context_data_position++;
|
|
25330
|
-
}
|
|
25331
|
-
value = 0;
|
|
25332
|
-
}
|
|
25333
|
-
value = context_w.charCodeAt(0);
|
|
25334
|
-
for (i = 0; i < 16; i++) {
|
|
25335
|
-
context_data_val = context_data_val << 1 | value & 1;
|
|
25336
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25337
|
-
context_data_position = 0;
|
|
25338
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25339
|
-
context_data_val = 0;
|
|
25340
|
-
} else {
|
|
25341
|
-
context_data_position++;
|
|
25342
|
-
}
|
|
25343
|
-
value = value >> 1;
|
|
25344
|
-
}
|
|
25345
|
-
}
|
|
25346
|
-
context_enlargeIn--;
|
|
25347
|
-
if (context_enlargeIn == 0) {
|
|
25348
|
-
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25349
|
-
context_numBits++;
|
|
25350
|
-
}
|
|
25351
|
-
delete context_dictionaryToCreate[context_w];
|
|
25352
|
-
} else {
|
|
25353
|
-
value = context_dictionary[context_w];
|
|
25354
|
-
for (i = 0; i < context_numBits; i++) {
|
|
25355
|
-
context_data_val = context_data_val << 1 | value & 1;
|
|
25356
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25357
|
-
context_data_position = 0;
|
|
25358
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25359
|
-
context_data_val = 0;
|
|
25360
|
-
} else {
|
|
25361
|
-
context_data_position++;
|
|
25362
|
-
}
|
|
25363
|
-
value = value >> 1;
|
|
25364
|
-
}
|
|
25365
|
-
}
|
|
25366
|
-
context_enlargeIn--;
|
|
25367
|
-
if (context_enlargeIn == 0) {
|
|
25368
|
-
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25369
|
-
context_numBits++;
|
|
25370
|
-
}
|
|
25371
|
-
context_dictionary[context_wc] = context_dictSize++;
|
|
25372
|
-
context_w = String(context_c);
|
|
25373
|
-
}
|
|
25374
|
-
}
|
|
25375
|
-
if (context_w !== "") {
|
|
25376
|
-
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate, context_w)) {
|
|
25377
|
-
if (context_w.charCodeAt(0) < 256) {
|
|
25378
|
-
for (i = 0; i < context_numBits; i++) {
|
|
25379
|
-
context_data_val = context_data_val << 1;
|
|
25380
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25381
|
-
context_data_position = 0;
|
|
25382
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25383
|
-
context_data_val = 0;
|
|
25384
|
-
} else {
|
|
25385
|
-
context_data_position++;
|
|
25386
|
-
}
|
|
25387
|
-
}
|
|
25388
|
-
value = context_w.charCodeAt(0);
|
|
25389
|
-
for (i = 0; i < 8; i++) {
|
|
25390
|
-
context_data_val = context_data_val << 1 | value & 1;
|
|
25391
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25392
|
-
context_data_position = 0;
|
|
25393
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25394
|
-
context_data_val = 0;
|
|
25395
|
-
} else {
|
|
25396
|
-
context_data_position++;
|
|
25397
|
-
}
|
|
25398
|
-
value = value >> 1;
|
|
25399
|
-
}
|
|
25400
|
-
} else {
|
|
25401
|
-
value = 1;
|
|
25402
|
-
for (i = 0; i < context_numBits; i++) {
|
|
25403
|
-
context_data_val = context_data_val << 1 | value;
|
|
25404
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25405
|
-
context_data_position = 0;
|
|
25406
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25407
|
-
context_data_val = 0;
|
|
25408
|
-
} else {
|
|
25409
|
-
context_data_position++;
|
|
25410
|
-
}
|
|
25411
|
-
value = 0;
|
|
25412
|
-
}
|
|
25413
|
-
value = context_w.charCodeAt(0);
|
|
25414
|
-
for (i = 0; i < 16; i++) {
|
|
25415
|
-
context_data_val = context_data_val << 1 | value & 1;
|
|
25416
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25417
|
-
context_data_position = 0;
|
|
25418
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25419
|
-
context_data_val = 0;
|
|
25420
|
-
} else {
|
|
25421
|
-
context_data_position++;
|
|
25422
|
-
}
|
|
25423
|
-
value = value >> 1;
|
|
25424
|
-
}
|
|
25425
|
-
}
|
|
25426
|
-
context_enlargeIn--;
|
|
25427
|
-
if (context_enlargeIn == 0) {
|
|
25428
|
-
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25429
|
-
context_numBits++;
|
|
25430
|
-
}
|
|
25431
|
-
delete context_dictionaryToCreate[context_w];
|
|
25432
|
-
} else {
|
|
25433
|
-
value = context_dictionary[context_w];
|
|
25434
|
-
for (i = 0; i < context_numBits; i++) {
|
|
25435
|
-
context_data_val = context_data_val << 1 | value & 1;
|
|
25436
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25437
|
-
context_data_position = 0;
|
|
25438
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25439
|
-
context_data_val = 0;
|
|
25440
|
-
} else {
|
|
25441
|
-
context_data_position++;
|
|
25442
|
-
}
|
|
25443
|
-
value = value >> 1;
|
|
25444
|
-
}
|
|
25445
|
-
}
|
|
25446
|
-
context_enlargeIn--;
|
|
25447
|
-
if (context_enlargeIn == 0) {
|
|
25448
|
-
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25449
|
-
context_numBits++;
|
|
25450
|
-
}
|
|
25451
|
-
}
|
|
25452
|
-
value = 2;
|
|
25453
|
-
for (i = 0; i < context_numBits; i++) {
|
|
25454
|
-
context_data_val = context_data_val << 1 | value & 1;
|
|
25455
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25456
|
-
context_data_position = 0;
|
|
25457
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25458
|
-
context_data_val = 0;
|
|
25459
|
-
} else {
|
|
25460
|
-
context_data_position++;
|
|
25461
|
-
}
|
|
25462
|
-
value = value >> 1;
|
|
25463
|
-
}
|
|
25464
|
-
while (true) {
|
|
25465
|
-
context_data_val = context_data_val << 1;
|
|
25466
|
-
if (context_data_position == bitsPerChar - 1) {
|
|
25467
|
-
context_data.push(getCharFromInt(context_data_val));
|
|
25468
|
-
break;
|
|
25469
|
-
} else context_data_position++;
|
|
25470
|
-
}
|
|
25471
|
-
return context_data.join("");
|
|
25472
|
-
},
|
|
25473
|
-
decompress: function(compressed) {
|
|
25474
|
-
if (compressed == null) return "";
|
|
25475
|
-
if (compressed == "") return null;
|
|
25476
|
-
return LZString3._decompress(compressed.length, 32768, function(index) {
|
|
25477
|
-
return compressed.charCodeAt(index);
|
|
25478
|
-
});
|
|
25479
|
-
},
|
|
25480
|
-
_decompress: function(length, resetValue, getNextValue) {
|
|
25481
|
-
var dictionary = [], enlargeIn = 4, dictSize = 4, numBits = 3, entry = "", result = [], i, w, bits, resb, maxpower, power, c, data = { val: getNextValue(0), position: resetValue, index: 1 };
|
|
25482
|
-
for (i = 0; i < 3; i += 1) {
|
|
25483
|
-
dictionary[i] = i;
|
|
25484
|
-
}
|
|
25485
|
-
bits = 0;
|
|
25486
|
-
maxpower = Math.pow(2, 2);
|
|
25487
|
-
power = 1;
|
|
25488
|
-
while (power != maxpower) {
|
|
25489
|
-
resb = data.val & data.position;
|
|
25490
|
-
data.position >>= 1;
|
|
25491
|
-
if (data.position == 0) {
|
|
25492
|
-
data.position = resetValue;
|
|
25493
|
-
data.val = getNextValue(data.index++);
|
|
25494
|
-
}
|
|
25495
|
-
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25496
|
-
power <<= 1;
|
|
25497
|
-
}
|
|
25498
|
-
switch (bits) {
|
|
25499
|
-
case 0:
|
|
25500
|
-
bits = 0;
|
|
25501
|
-
maxpower = Math.pow(2, 8);
|
|
25502
|
-
power = 1;
|
|
25503
|
-
while (power != maxpower) {
|
|
25504
|
-
resb = data.val & data.position;
|
|
25505
|
-
data.position >>= 1;
|
|
25506
|
-
if (data.position == 0) {
|
|
25507
|
-
data.position = resetValue;
|
|
25508
|
-
data.val = getNextValue(data.index++);
|
|
25509
|
-
}
|
|
25510
|
-
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25511
|
-
power <<= 1;
|
|
25512
|
-
}
|
|
25513
|
-
c = f(bits);
|
|
25514
|
-
break;
|
|
25515
|
-
case 1:
|
|
25516
|
-
bits = 0;
|
|
25517
|
-
maxpower = Math.pow(2, 16);
|
|
25518
|
-
power = 1;
|
|
25519
|
-
while (power != maxpower) {
|
|
25520
|
-
resb = data.val & data.position;
|
|
25521
|
-
data.position >>= 1;
|
|
25522
|
-
if (data.position == 0) {
|
|
25523
|
-
data.position = resetValue;
|
|
25524
|
-
data.val = getNextValue(data.index++);
|
|
25525
|
-
}
|
|
25526
|
-
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25527
|
-
power <<= 1;
|
|
25528
|
-
}
|
|
25529
|
-
c = f(bits);
|
|
25530
|
-
break;
|
|
25531
|
-
case 2:
|
|
25532
|
-
return "";
|
|
25533
|
-
}
|
|
25534
|
-
dictionary[3] = c;
|
|
25535
|
-
w = c;
|
|
25536
|
-
result.push(c);
|
|
25537
|
-
while (true) {
|
|
25538
|
-
if (data.index > length) {
|
|
25539
|
-
return "";
|
|
25540
|
-
}
|
|
25541
|
-
bits = 0;
|
|
25542
|
-
maxpower = Math.pow(2, numBits);
|
|
25543
|
-
power = 1;
|
|
25544
|
-
while (power != maxpower) {
|
|
25545
|
-
resb = data.val & data.position;
|
|
25546
|
-
data.position >>= 1;
|
|
25547
|
-
if (data.position == 0) {
|
|
25548
|
-
data.position = resetValue;
|
|
25549
|
-
data.val = getNextValue(data.index++);
|
|
25550
|
-
}
|
|
25551
|
-
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25552
|
-
power <<= 1;
|
|
25553
|
-
}
|
|
25554
|
-
switch (c = bits) {
|
|
25555
|
-
case 0:
|
|
25556
|
-
bits = 0;
|
|
25557
|
-
maxpower = Math.pow(2, 8);
|
|
25558
|
-
power = 1;
|
|
25559
|
-
while (power != maxpower) {
|
|
25560
|
-
resb = data.val & data.position;
|
|
25561
|
-
data.position >>= 1;
|
|
25562
|
-
if (data.position == 0) {
|
|
25563
|
-
data.position = resetValue;
|
|
25564
|
-
data.val = getNextValue(data.index++);
|
|
25565
|
-
}
|
|
25566
|
-
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25567
|
-
power <<= 1;
|
|
25568
|
-
}
|
|
25569
|
-
dictionary[dictSize++] = f(bits);
|
|
25570
|
-
c = dictSize - 1;
|
|
25571
|
-
enlargeIn--;
|
|
25572
|
-
break;
|
|
25573
|
-
case 1:
|
|
25574
|
-
bits = 0;
|
|
25575
|
-
maxpower = Math.pow(2, 16);
|
|
25576
|
-
power = 1;
|
|
25577
|
-
while (power != maxpower) {
|
|
25578
|
-
resb = data.val & data.position;
|
|
25579
|
-
data.position >>= 1;
|
|
25580
|
-
if (data.position == 0) {
|
|
25581
|
-
data.position = resetValue;
|
|
25582
|
-
data.val = getNextValue(data.index++);
|
|
25583
|
-
}
|
|
25584
|
-
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25585
|
-
power <<= 1;
|
|
25586
|
-
}
|
|
25587
|
-
dictionary[dictSize++] = f(bits);
|
|
25588
|
-
c = dictSize - 1;
|
|
25589
|
-
enlargeIn--;
|
|
25590
|
-
break;
|
|
25591
|
-
case 2:
|
|
25592
|
-
return result.join("");
|
|
25593
|
-
}
|
|
25594
|
-
if (enlargeIn == 0) {
|
|
25595
|
-
enlargeIn = Math.pow(2, numBits);
|
|
25596
|
-
numBits++;
|
|
25597
|
-
}
|
|
25598
|
-
if (dictionary[c]) {
|
|
25599
|
-
entry = dictionary[c];
|
|
25600
|
-
} else {
|
|
25601
|
-
if (c === dictSize) {
|
|
25602
|
-
entry = w + w.charAt(0);
|
|
25603
|
-
} else {
|
|
25604
|
-
return null;
|
|
25605
|
-
}
|
|
25606
|
-
}
|
|
25607
|
-
result.push(entry);
|
|
25608
|
-
dictionary[dictSize++] = w + entry.charAt(0);
|
|
25609
|
-
enlargeIn--;
|
|
25610
|
-
w = entry;
|
|
25611
|
-
if (enlargeIn == 0) {
|
|
25612
|
-
enlargeIn = Math.pow(2, numBits);
|
|
25613
|
-
numBits++;
|
|
25614
|
-
}
|
|
25615
|
-
}
|
|
25616
|
-
}
|
|
25617
|
-
};
|
|
25618
|
-
return LZString3;
|
|
25619
|
-
}();
|
|
25620
|
-
if (module != null) {
|
|
25621
|
-
module.exports = LZString2;
|
|
25622
|
-
} else if (typeof angular !== "undefined" && angular != null) {
|
|
25623
|
-
angular.module("LZString", []).factory("LZString", function() {
|
|
25624
|
-
return LZString2;
|
|
25625
|
-
});
|
|
25626
|
-
}
|
|
25627
|
-
})(lzString);
|
|
25628
|
-
return lzString.exports;
|
|
25629
|
-
}
|
|
25630
|
-
var lzStringExports = requireLzString();
|
|
25631
|
-
const LZString = /* @__PURE__ */ getDefaultExportFromCjs(lzStringExports);
|
|
25632
24971
|
const SWITCHBOARD = "SWITCHBOARD";
|
|
25633
24972
|
const LOCAL = "LOCAL";
|
|
25634
24973
|
const CLOUD = "CLOUD";
|
|
@@ -25738,7 +25077,7 @@ const nodeOptionsMap = {
|
|
|
25738
25077
|
};
|
|
25739
25078
|
const name = "@powerhousedao/connect";
|
|
25740
25079
|
const productName = "Powerhouse-Connect";
|
|
25741
|
-
const version$1 = "1.0.0-dev.
|
|
25080
|
+
const version$1 = "1.0.0-dev.227";
|
|
25742
25081
|
const description = "Powerhouse Connect";
|
|
25743
25082
|
const main = "./dist/index.html";
|
|
25744
25083
|
const type = "module";
|
|
@@ -25749,7 +25088,7 @@ const author = "acaldas@powerhouse.inc";
|
|
|
25749
25088
|
const repository = { "type": "git", "url": "git+https://github.com/powerhouse-inc/document-model-electron.git" };
|
|
25750
25089
|
const bugs = { "url": "https://github.com/powerhouse-inc/document-model-electron/issues" };
|
|
25751
25090
|
const homepage = "https://github.com/powerhouse-inc/document-model-electron#readme";
|
|
25752
|
-
const scripts = { "build:tsc": "tsc --build", "start": "electron-forge start", "package": "electron-forge package", "make": "PH_CONNECT_BASE_HREF=./ electron-forge make", "make:mac": "PH_CONNECT_BASE_HREF=./ electron-forge make -p darwin", "make:linux": "PH_CONNECT_BASE_HREF=./ electron-forge make -p linux", "make:windows": "PH_CONNECT_BASE_HREF=./ electron-forge make -p win32", "publish:electron": "electron-forge publish", "prepublishOnly": "npm run build", "lint": "eslint .", "lint:fix": "eslint --fix .", "lint:nx": "eslint --quiet --fix .", "format": 'prettier --write "**/*.+(js|ts|jsx|tsx|json)"', "dev:web": "vite -c vite.renderer.config.mts", "dev:nocache": "rm -rf node_modules/.vite && rm -rf node_modules/.cache && npm run dev:web", "build": "NODE_OPTIONS=--max-old-space-size=6144 vite build -c vite.renderer.config.mts
|
|
25091
|
+
const scripts = { "build:tsc": "tsc --build", "start": "electron-forge start", "package": "electron-forge package", "make": "PH_CONNECT_BASE_HREF=./ electron-forge make", "make:mac": "PH_CONNECT_BASE_HREF=./ electron-forge make -p darwin", "make:linux": "PH_CONNECT_BASE_HREF=./ electron-forge make -p linux", "make:windows": "PH_CONNECT_BASE_HREF=./ electron-forge make -p win32", "publish:electron": "electron-forge publish", "prepublishOnly": "npm run build", "lint": "eslint .", "lint:fix": "eslint --fix .", "lint:nx": "eslint --quiet --fix .", "format": 'prettier --write "**/*.+(js|ts|jsx|tsx|json)"', "dev": "vite -c vite.renderer.config.mts", "dev:web": "vite -c vite.renderer.config.mts", "dev:nocache": "rm -rf node_modules/.vite && rm -rf node_modules/.cache && npm run dev:web", "prebuild": "tsc --build --noEmit", "build": "NODE_OPTIONS=--max-old-space-size=6144 vite build -c vite.renderer.config.mts", "preview:web": "vite preview -c vite.renderer.config.mts", "e2e": "playwright test", "cy:open": "cypress open", "build:service-worker": "tsc --build ./tsconfig.sw.json" };
|
|
25753
25092
|
const devDependencies = { "@electron-forge/cli": "^6.1.1", "@electron-forge/maker-deb": "^6.1.1", "@electron-forge/maker-rpm": "^6.1.1", "@electron-forge/maker-squirrel": "^6.1.1", "@electron-forge/maker-zip": "^6.1.1", "@electron-forge/plugin-vite": "^6.1.1", "@electron-forge/publisher-electron-release-server": "^6.2.1", "@electron-forge/publisher-github": "^7.2.0", "@electron-forge/shared-types": "^7.7.0", "@playwright/test": "^1.41.2", "@powerhousedao/builder-tools": "workspace:*", "@powerhousedao/common": "workspace:*", "@powerhousedao/config": "workspace:*", "@powerhousedao/design-system": "workspace:*", "@powerhousedao/reactor-browser": "workspace:*", "@powerhousedao/scalars": "workspace:*", "@rollup/plugin-node-resolve": "^15.2.3", "@sentry/browser": "^9.1.0", "@sentry/react": "^7.109.0", "@sentry/vite-plugin": "^2.22.2", "@tailwindcss/vite": "^4.0.9", "@tanstack/react-virtual": "^3.8.1", "@types/node": "^22.13.10", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.18", "@types/uuid": "^9.0.7", "@types/wicg-file-system-access": "^2020.9.6", "@vitejs/plugin-basic-ssl": "^1.2.0", "@vitejs/plugin-react": "^4.2.1", "asar": "^3.2.0", "did-key-creator": "^1.2.0", "document-drive": "workspace:*", "document-model": "workspace:*", "electron": "30.0.0", "electron-is-dev": "^3.0.1", "electron-playwright-helpers": "^1.7.1", "electron-squirrel-startup": "^1.0.0", "electron-store": "^8.1.0", "esbuild": "^0.24.0", "graphql": "^16.8.1", "graphql-request": "^6.1.0", "i18next": "^23.7.6", "jotai": "^2.1.0", "jotai-effect": "^1.1.6", "localforage": "^1.10.0", "lz-string": "^1.5.0", "playwright": "^1.41.2", "playwright-core": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.11", "react-hotkeys-hook": "^4.5.0", "react-i18next": "^13.5.0", "react-router-dom": "^6.11.2", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.9", "uuid": "^9.0.1", "viem": "^2.8.13", "vite": "^6.2.0", "vite-envs": "^4.4.11", "vite-plugin-html": "^3.2.2", "vite-plugin-node-polyfills": "^0.23.0", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", "xvfb-maybe": "^0.2.1" };
|
|
25754
25093
|
const optionalDependencies = { "@esbuild/linux-x64": "^0.21.4", "@rollup/rollup-linux-x64-musl": "4.14.3" };
|
|
25755
25094
|
const packageJson = {
|
|
@@ -25879,17 +25218,475 @@ function getNodeOptions() {
|
|
|
25879
25218
|
[FOLDER]: getFolderNodeOptions(),
|
|
25880
25219
|
[FILE]: getFileNodeOptions()
|
|
25881
25220
|
}
|
|
25882
|
-
};
|
|
25221
|
+
};
|
|
25222
|
+
}
|
|
25223
|
+
DriveSections.filter(
|
|
25224
|
+
(section) => getSectionConfig(section.sharingType).enabled
|
|
25225
|
+
).map((section) => {
|
|
25226
|
+
const sectionConfig = getSectionConfig(section.sharingType);
|
|
25227
|
+
return {
|
|
25228
|
+
...section,
|
|
25229
|
+
disableAddDrives: !sectionConfig.allowAdd
|
|
25230
|
+
};
|
|
25231
|
+
});
|
|
25232
|
+
var lzString = { exports: {} };
|
|
25233
|
+
lzString.exports;
|
|
25234
|
+
var hasRequiredLzString;
|
|
25235
|
+
function requireLzString() {
|
|
25236
|
+
if (hasRequiredLzString) return lzString.exports;
|
|
25237
|
+
hasRequiredLzString = 1;
|
|
25238
|
+
(function(module) {
|
|
25239
|
+
var LZString2 = function() {
|
|
25240
|
+
var f = String.fromCharCode;
|
|
25241
|
+
var keyStrBase64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
25242
|
+
var keyStrUriSafe = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$";
|
|
25243
|
+
var baseReverseDic = {};
|
|
25244
|
+
function getBaseValue(alphabet, character) {
|
|
25245
|
+
if (!baseReverseDic[alphabet]) {
|
|
25246
|
+
baseReverseDic[alphabet] = {};
|
|
25247
|
+
for (var i = 0; i < alphabet.length; i++) {
|
|
25248
|
+
baseReverseDic[alphabet][alphabet.charAt(i)] = i;
|
|
25249
|
+
}
|
|
25250
|
+
}
|
|
25251
|
+
return baseReverseDic[alphabet][character];
|
|
25252
|
+
}
|
|
25253
|
+
var LZString3 = {
|
|
25254
|
+
compressToBase64: function(input) {
|
|
25255
|
+
if (input == null) return "";
|
|
25256
|
+
var res = LZString3._compress(input, 6, function(a) {
|
|
25257
|
+
return keyStrBase64.charAt(a);
|
|
25258
|
+
});
|
|
25259
|
+
switch (res.length % 4) {
|
|
25260
|
+
// To produce valid Base64
|
|
25261
|
+
default:
|
|
25262
|
+
// When could this happen ?
|
|
25263
|
+
case 0:
|
|
25264
|
+
return res;
|
|
25265
|
+
case 1:
|
|
25266
|
+
return res + "===";
|
|
25267
|
+
case 2:
|
|
25268
|
+
return res + "==";
|
|
25269
|
+
case 3:
|
|
25270
|
+
return res + "=";
|
|
25271
|
+
}
|
|
25272
|
+
},
|
|
25273
|
+
decompressFromBase64: function(input) {
|
|
25274
|
+
if (input == null) return "";
|
|
25275
|
+
if (input == "") return null;
|
|
25276
|
+
return LZString3._decompress(input.length, 32, function(index) {
|
|
25277
|
+
return getBaseValue(keyStrBase64, input.charAt(index));
|
|
25278
|
+
});
|
|
25279
|
+
},
|
|
25280
|
+
compressToUTF16: function(input) {
|
|
25281
|
+
if (input == null) return "";
|
|
25282
|
+
return LZString3._compress(input, 15, function(a) {
|
|
25283
|
+
return f(a + 32);
|
|
25284
|
+
}) + " ";
|
|
25285
|
+
},
|
|
25286
|
+
decompressFromUTF16: function(compressed) {
|
|
25287
|
+
if (compressed == null) return "";
|
|
25288
|
+
if (compressed == "") return null;
|
|
25289
|
+
return LZString3._decompress(compressed.length, 16384, function(index) {
|
|
25290
|
+
return compressed.charCodeAt(index) - 32;
|
|
25291
|
+
});
|
|
25292
|
+
},
|
|
25293
|
+
//compress into uint8array (UCS-2 big endian format)
|
|
25294
|
+
compressToUint8Array: function(uncompressed) {
|
|
25295
|
+
var compressed = LZString3.compress(uncompressed);
|
|
25296
|
+
var buf = new Uint8Array(compressed.length * 2);
|
|
25297
|
+
for (var i = 0, TotalLen = compressed.length; i < TotalLen; i++) {
|
|
25298
|
+
var current_value = compressed.charCodeAt(i);
|
|
25299
|
+
buf[i * 2] = current_value >>> 8;
|
|
25300
|
+
buf[i * 2 + 1] = current_value % 256;
|
|
25301
|
+
}
|
|
25302
|
+
return buf;
|
|
25303
|
+
},
|
|
25304
|
+
//decompress from uint8array (UCS-2 big endian format)
|
|
25305
|
+
decompressFromUint8Array: function(compressed) {
|
|
25306
|
+
if (compressed === null || compressed === void 0) {
|
|
25307
|
+
return LZString3.decompress(compressed);
|
|
25308
|
+
} else {
|
|
25309
|
+
var buf = new Array(compressed.length / 2);
|
|
25310
|
+
for (var i = 0, TotalLen = buf.length; i < TotalLen; i++) {
|
|
25311
|
+
buf[i] = compressed[i * 2] * 256 + compressed[i * 2 + 1];
|
|
25312
|
+
}
|
|
25313
|
+
var result = [];
|
|
25314
|
+
buf.forEach(function(c) {
|
|
25315
|
+
result.push(f(c));
|
|
25316
|
+
});
|
|
25317
|
+
return LZString3.decompress(result.join(""));
|
|
25318
|
+
}
|
|
25319
|
+
},
|
|
25320
|
+
//compress into a string that is already URI encoded
|
|
25321
|
+
compressToEncodedURIComponent: function(input) {
|
|
25322
|
+
if (input == null) return "";
|
|
25323
|
+
return LZString3._compress(input, 6, function(a) {
|
|
25324
|
+
return keyStrUriSafe.charAt(a);
|
|
25325
|
+
});
|
|
25326
|
+
},
|
|
25327
|
+
//decompress from an output of compressToEncodedURIComponent
|
|
25328
|
+
decompressFromEncodedURIComponent: function(input) {
|
|
25329
|
+
if (input == null) return "";
|
|
25330
|
+
if (input == "") return null;
|
|
25331
|
+
input = input.replace(/ /g, "+");
|
|
25332
|
+
return LZString3._decompress(input.length, 32, function(index) {
|
|
25333
|
+
return getBaseValue(keyStrUriSafe, input.charAt(index));
|
|
25334
|
+
});
|
|
25335
|
+
},
|
|
25336
|
+
compress: function(uncompressed) {
|
|
25337
|
+
return LZString3._compress(uncompressed, 16, function(a) {
|
|
25338
|
+
return f(a);
|
|
25339
|
+
});
|
|
25340
|
+
},
|
|
25341
|
+
_compress: function(uncompressed, bitsPerChar, getCharFromInt) {
|
|
25342
|
+
if (uncompressed == null) return "";
|
|
25343
|
+
var i, value, context_dictionary = {}, context_dictionaryToCreate = {}, context_c = "", context_wc = "", context_w = "", context_enlargeIn = 2, context_dictSize = 3, context_numBits = 2, context_data = [], context_data_val = 0, context_data_position = 0, ii;
|
|
25344
|
+
for (ii = 0; ii < uncompressed.length; ii += 1) {
|
|
25345
|
+
context_c = uncompressed.charAt(ii);
|
|
25346
|
+
if (!Object.prototype.hasOwnProperty.call(context_dictionary, context_c)) {
|
|
25347
|
+
context_dictionary[context_c] = context_dictSize++;
|
|
25348
|
+
context_dictionaryToCreate[context_c] = true;
|
|
25349
|
+
}
|
|
25350
|
+
context_wc = context_w + context_c;
|
|
25351
|
+
if (Object.prototype.hasOwnProperty.call(context_dictionary, context_wc)) {
|
|
25352
|
+
context_w = context_wc;
|
|
25353
|
+
} else {
|
|
25354
|
+
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate, context_w)) {
|
|
25355
|
+
if (context_w.charCodeAt(0) < 256) {
|
|
25356
|
+
for (i = 0; i < context_numBits; i++) {
|
|
25357
|
+
context_data_val = context_data_val << 1;
|
|
25358
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25359
|
+
context_data_position = 0;
|
|
25360
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25361
|
+
context_data_val = 0;
|
|
25362
|
+
} else {
|
|
25363
|
+
context_data_position++;
|
|
25364
|
+
}
|
|
25365
|
+
}
|
|
25366
|
+
value = context_w.charCodeAt(0);
|
|
25367
|
+
for (i = 0; i < 8; i++) {
|
|
25368
|
+
context_data_val = context_data_val << 1 | value & 1;
|
|
25369
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25370
|
+
context_data_position = 0;
|
|
25371
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25372
|
+
context_data_val = 0;
|
|
25373
|
+
} else {
|
|
25374
|
+
context_data_position++;
|
|
25375
|
+
}
|
|
25376
|
+
value = value >> 1;
|
|
25377
|
+
}
|
|
25378
|
+
} else {
|
|
25379
|
+
value = 1;
|
|
25380
|
+
for (i = 0; i < context_numBits; i++) {
|
|
25381
|
+
context_data_val = context_data_val << 1 | value;
|
|
25382
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25383
|
+
context_data_position = 0;
|
|
25384
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25385
|
+
context_data_val = 0;
|
|
25386
|
+
} else {
|
|
25387
|
+
context_data_position++;
|
|
25388
|
+
}
|
|
25389
|
+
value = 0;
|
|
25390
|
+
}
|
|
25391
|
+
value = context_w.charCodeAt(0);
|
|
25392
|
+
for (i = 0; i < 16; i++) {
|
|
25393
|
+
context_data_val = context_data_val << 1 | value & 1;
|
|
25394
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25395
|
+
context_data_position = 0;
|
|
25396
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25397
|
+
context_data_val = 0;
|
|
25398
|
+
} else {
|
|
25399
|
+
context_data_position++;
|
|
25400
|
+
}
|
|
25401
|
+
value = value >> 1;
|
|
25402
|
+
}
|
|
25403
|
+
}
|
|
25404
|
+
context_enlargeIn--;
|
|
25405
|
+
if (context_enlargeIn == 0) {
|
|
25406
|
+
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25407
|
+
context_numBits++;
|
|
25408
|
+
}
|
|
25409
|
+
delete context_dictionaryToCreate[context_w];
|
|
25410
|
+
} else {
|
|
25411
|
+
value = context_dictionary[context_w];
|
|
25412
|
+
for (i = 0; i < context_numBits; i++) {
|
|
25413
|
+
context_data_val = context_data_val << 1 | value & 1;
|
|
25414
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25415
|
+
context_data_position = 0;
|
|
25416
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25417
|
+
context_data_val = 0;
|
|
25418
|
+
} else {
|
|
25419
|
+
context_data_position++;
|
|
25420
|
+
}
|
|
25421
|
+
value = value >> 1;
|
|
25422
|
+
}
|
|
25423
|
+
}
|
|
25424
|
+
context_enlargeIn--;
|
|
25425
|
+
if (context_enlargeIn == 0) {
|
|
25426
|
+
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25427
|
+
context_numBits++;
|
|
25428
|
+
}
|
|
25429
|
+
context_dictionary[context_wc] = context_dictSize++;
|
|
25430
|
+
context_w = String(context_c);
|
|
25431
|
+
}
|
|
25432
|
+
}
|
|
25433
|
+
if (context_w !== "") {
|
|
25434
|
+
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate, context_w)) {
|
|
25435
|
+
if (context_w.charCodeAt(0) < 256) {
|
|
25436
|
+
for (i = 0; i < context_numBits; i++) {
|
|
25437
|
+
context_data_val = context_data_val << 1;
|
|
25438
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25439
|
+
context_data_position = 0;
|
|
25440
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25441
|
+
context_data_val = 0;
|
|
25442
|
+
} else {
|
|
25443
|
+
context_data_position++;
|
|
25444
|
+
}
|
|
25445
|
+
}
|
|
25446
|
+
value = context_w.charCodeAt(0);
|
|
25447
|
+
for (i = 0; i < 8; i++) {
|
|
25448
|
+
context_data_val = context_data_val << 1 | value & 1;
|
|
25449
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25450
|
+
context_data_position = 0;
|
|
25451
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25452
|
+
context_data_val = 0;
|
|
25453
|
+
} else {
|
|
25454
|
+
context_data_position++;
|
|
25455
|
+
}
|
|
25456
|
+
value = value >> 1;
|
|
25457
|
+
}
|
|
25458
|
+
} else {
|
|
25459
|
+
value = 1;
|
|
25460
|
+
for (i = 0; i < context_numBits; i++) {
|
|
25461
|
+
context_data_val = context_data_val << 1 | value;
|
|
25462
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25463
|
+
context_data_position = 0;
|
|
25464
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25465
|
+
context_data_val = 0;
|
|
25466
|
+
} else {
|
|
25467
|
+
context_data_position++;
|
|
25468
|
+
}
|
|
25469
|
+
value = 0;
|
|
25470
|
+
}
|
|
25471
|
+
value = context_w.charCodeAt(0);
|
|
25472
|
+
for (i = 0; i < 16; i++) {
|
|
25473
|
+
context_data_val = context_data_val << 1 | value & 1;
|
|
25474
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25475
|
+
context_data_position = 0;
|
|
25476
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25477
|
+
context_data_val = 0;
|
|
25478
|
+
} else {
|
|
25479
|
+
context_data_position++;
|
|
25480
|
+
}
|
|
25481
|
+
value = value >> 1;
|
|
25482
|
+
}
|
|
25483
|
+
}
|
|
25484
|
+
context_enlargeIn--;
|
|
25485
|
+
if (context_enlargeIn == 0) {
|
|
25486
|
+
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25487
|
+
context_numBits++;
|
|
25488
|
+
}
|
|
25489
|
+
delete context_dictionaryToCreate[context_w];
|
|
25490
|
+
} else {
|
|
25491
|
+
value = context_dictionary[context_w];
|
|
25492
|
+
for (i = 0; i < context_numBits; i++) {
|
|
25493
|
+
context_data_val = context_data_val << 1 | value & 1;
|
|
25494
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25495
|
+
context_data_position = 0;
|
|
25496
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25497
|
+
context_data_val = 0;
|
|
25498
|
+
} else {
|
|
25499
|
+
context_data_position++;
|
|
25500
|
+
}
|
|
25501
|
+
value = value >> 1;
|
|
25502
|
+
}
|
|
25503
|
+
}
|
|
25504
|
+
context_enlargeIn--;
|
|
25505
|
+
if (context_enlargeIn == 0) {
|
|
25506
|
+
context_enlargeIn = Math.pow(2, context_numBits);
|
|
25507
|
+
context_numBits++;
|
|
25508
|
+
}
|
|
25509
|
+
}
|
|
25510
|
+
value = 2;
|
|
25511
|
+
for (i = 0; i < context_numBits; i++) {
|
|
25512
|
+
context_data_val = context_data_val << 1 | value & 1;
|
|
25513
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25514
|
+
context_data_position = 0;
|
|
25515
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25516
|
+
context_data_val = 0;
|
|
25517
|
+
} else {
|
|
25518
|
+
context_data_position++;
|
|
25519
|
+
}
|
|
25520
|
+
value = value >> 1;
|
|
25521
|
+
}
|
|
25522
|
+
while (true) {
|
|
25523
|
+
context_data_val = context_data_val << 1;
|
|
25524
|
+
if (context_data_position == bitsPerChar - 1) {
|
|
25525
|
+
context_data.push(getCharFromInt(context_data_val));
|
|
25526
|
+
break;
|
|
25527
|
+
} else context_data_position++;
|
|
25528
|
+
}
|
|
25529
|
+
return context_data.join("");
|
|
25530
|
+
},
|
|
25531
|
+
decompress: function(compressed) {
|
|
25532
|
+
if (compressed == null) return "";
|
|
25533
|
+
if (compressed == "") return null;
|
|
25534
|
+
return LZString3._decompress(compressed.length, 32768, function(index) {
|
|
25535
|
+
return compressed.charCodeAt(index);
|
|
25536
|
+
});
|
|
25537
|
+
},
|
|
25538
|
+
_decompress: function(length, resetValue, getNextValue) {
|
|
25539
|
+
var dictionary = [], enlargeIn = 4, dictSize = 4, numBits = 3, entry = "", result = [], i, w, bits, resb, maxpower, power, c, data = { val: getNextValue(0), position: resetValue, index: 1 };
|
|
25540
|
+
for (i = 0; i < 3; i += 1) {
|
|
25541
|
+
dictionary[i] = i;
|
|
25542
|
+
}
|
|
25543
|
+
bits = 0;
|
|
25544
|
+
maxpower = Math.pow(2, 2);
|
|
25545
|
+
power = 1;
|
|
25546
|
+
while (power != maxpower) {
|
|
25547
|
+
resb = data.val & data.position;
|
|
25548
|
+
data.position >>= 1;
|
|
25549
|
+
if (data.position == 0) {
|
|
25550
|
+
data.position = resetValue;
|
|
25551
|
+
data.val = getNextValue(data.index++);
|
|
25552
|
+
}
|
|
25553
|
+
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25554
|
+
power <<= 1;
|
|
25555
|
+
}
|
|
25556
|
+
switch (bits) {
|
|
25557
|
+
case 0:
|
|
25558
|
+
bits = 0;
|
|
25559
|
+
maxpower = Math.pow(2, 8);
|
|
25560
|
+
power = 1;
|
|
25561
|
+
while (power != maxpower) {
|
|
25562
|
+
resb = data.val & data.position;
|
|
25563
|
+
data.position >>= 1;
|
|
25564
|
+
if (data.position == 0) {
|
|
25565
|
+
data.position = resetValue;
|
|
25566
|
+
data.val = getNextValue(data.index++);
|
|
25567
|
+
}
|
|
25568
|
+
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25569
|
+
power <<= 1;
|
|
25570
|
+
}
|
|
25571
|
+
c = f(bits);
|
|
25572
|
+
break;
|
|
25573
|
+
case 1:
|
|
25574
|
+
bits = 0;
|
|
25575
|
+
maxpower = Math.pow(2, 16);
|
|
25576
|
+
power = 1;
|
|
25577
|
+
while (power != maxpower) {
|
|
25578
|
+
resb = data.val & data.position;
|
|
25579
|
+
data.position >>= 1;
|
|
25580
|
+
if (data.position == 0) {
|
|
25581
|
+
data.position = resetValue;
|
|
25582
|
+
data.val = getNextValue(data.index++);
|
|
25583
|
+
}
|
|
25584
|
+
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25585
|
+
power <<= 1;
|
|
25586
|
+
}
|
|
25587
|
+
c = f(bits);
|
|
25588
|
+
break;
|
|
25589
|
+
case 2:
|
|
25590
|
+
return "";
|
|
25591
|
+
}
|
|
25592
|
+
dictionary[3] = c;
|
|
25593
|
+
w = c;
|
|
25594
|
+
result.push(c);
|
|
25595
|
+
while (true) {
|
|
25596
|
+
if (data.index > length) {
|
|
25597
|
+
return "";
|
|
25598
|
+
}
|
|
25599
|
+
bits = 0;
|
|
25600
|
+
maxpower = Math.pow(2, numBits);
|
|
25601
|
+
power = 1;
|
|
25602
|
+
while (power != maxpower) {
|
|
25603
|
+
resb = data.val & data.position;
|
|
25604
|
+
data.position >>= 1;
|
|
25605
|
+
if (data.position == 0) {
|
|
25606
|
+
data.position = resetValue;
|
|
25607
|
+
data.val = getNextValue(data.index++);
|
|
25608
|
+
}
|
|
25609
|
+
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25610
|
+
power <<= 1;
|
|
25611
|
+
}
|
|
25612
|
+
switch (c = bits) {
|
|
25613
|
+
case 0:
|
|
25614
|
+
bits = 0;
|
|
25615
|
+
maxpower = Math.pow(2, 8);
|
|
25616
|
+
power = 1;
|
|
25617
|
+
while (power != maxpower) {
|
|
25618
|
+
resb = data.val & data.position;
|
|
25619
|
+
data.position >>= 1;
|
|
25620
|
+
if (data.position == 0) {
|
|
25621
|
+
data.position = resetValue;
|
|
25622
|
+
data.val = getNextValue(data.index++);
|
|
25623
|
+
}
|
|
25624
|
+
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25625
|
+
power <<= 1;
|
|
25626
|
+
}
|
|
25627
|
+
dictionary[dictSize++] = f(bits);
|
|
25628
|
+
c = dictSize - 1;
|
|
25629
|
+
enlargeIn--;
|
|
25630
|
+
break;
|
|
25631
|
+
case 1:
|
|
25632
|
+
bits = 0;
|
|
25633
|
+
maxpower = Math.pow(2, 16);
|
|
25634
|
+
power = 1;
|
|
25635
|
+
while (power != maxpower) {
|
|
25636
|
+
resb = data.val & data.position;
|
|
25637
|
+
data.position >>= 1;
|
|
25638
|
+
if (data.position == 0) {
|
|
25639
|
+
data.position = resetValue;
|
|
25640
|
+
data.val = getNextValue(data.index++);
|
|
25641
|
+
}
|
|
25642
|
+
bits |= (resb > 0 ? 1 : 0) * power;
|
|
25643
|
+
power <<= 1;
|
|
25644
|
+
}
|
|
25645
|
+
dictionary[dictSize++] = f(bits);
|
|
25646
|
+
c = dictSize - 1;
|
|
25647
|
+
enlargeIn--;
|
|
25648
|
+
break;
|
|
25649
|
+
case 2:
|
|
25650
|
+
return result.join("");
|
|
25651
|
+
}
|
|
25652
|
+
if (enlargeIn == 0) {
|
|
25653
|
+
enlargeIn = Math.pow(2, numBits);
|
|
25654
|
+
numBits++;
|
|
25655
|
+
}
|
|
25656
|
+
if (dictionary[c]) {
|
|
25657
|
+
entry = dictionary[c];
|
|
25658
|
+
} else {
|
|
25659
|
+
if (c === dictSize) {
|
|
25660
|
+
entry = w + w.charAt(0);
|
|
25661
|
+
} else {
|
|
25662
|
+
return null;
|
|
25663
|
+
}
|
|
25664
|
+
}
|
|
25665
|
+
result.push(entry);
|
|
25666
|
+
dictionary[dictSize++] = w + entry.charAt(0);
|
|
25667
|
+
enlargeIn--;
|
|
25668
|
+
w = entry;
|
|
25669
|
+
if (enlargeIn == 0) {
|
|
25670
|
+
enlargeIn = Math.pow(2, numBits);
|
|
25671
|
+
numBits++;
|
|
25672
|
+
}
|
|
25673
|
+
}
|
|
25674
|
+
}
|
|
25675
|
+
};
|
|
25676
|
+
return LZString3;
|
|
25677
|
+
}();
|
|
25678
|
+
if (module != null) {
|
|
25679
|
+
module.exports = LZString2;
|
|
25680
|
+
} else if (typeof angular !== "undefined" && angular != null) {
|
|
25681
|
+
angular.module("LZString", []).factory("LZString", function() {
|
|
25682
|
+
return LZString2;
|
|
25683
|
+
});
|
|
25684
|
+
}
|
|
25685
|
+
})(lzString);
|
|
25686
|
+
return lzString.exports;
|
|
25883
25687
|
}
|
|
25884
|
-
|
|
25885
|
-
|
|
25886
|
-
).map((section) => {
|
|
25887
|
-
const sectionConfig = getSectionConfig(section.sharingType);
|
|
25888
|
-
return {
|
|
25889
|
-
...section,
|
|
25890
|
-
disableAddDrives: !sectionConfig.allowAdd
|
|
25891
|
-
};
|
|
25892
|
-
});
|
|
25688
|
+
var lzStringExports = requireLzString();
|
|
25689
|
+
const LZString = /* @__PURE__ */ getDefaultExportFromCjs(lzStringExports);
|
|
25893
25690
|
const openBrowserUrl = (url) => window.open(url, "_blank");
|
|
25894
25691
|
const openUrl = ((_a = window.electronAPI) == null ? void 0 : _a.openURL) ?? openBrowserUrl;
|
|
25895
25692
|
function migrateDocumentOperationSignatures(document) {
|
|
@@ -30811,7 +30608,7 @@ if (window.__VITE_ENVS.MODE === "development") {
|
|
|
30811
30608
|
} else {
|
|
30812
30609
|
serviceWorkerManager.registerServiceWorker(false);
|
|
30813
30610
|
}
|
|
30814
|
-
const App = lazy(() => __vitePreload(() => import("./app-
|
|
30611
|
+
const App = lazy(() => __vitePreload(() => import("./app-CNNFwixT.js").then((n) => n.aN), true ? __vite__mapDeps([0,1,2]) : void 0));
|
|
30815
30612
|
const AppLoader = /* @__PURE__ */ jsx(Suspense, { children: /* @__PURE__ */ jsx(App, {}) });
|
|
30816
30613
|
const appLoader = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30817
30614
|
__proto__: null,
|
|
@@ -30847,16 +30644,16 @@ export {
|
|
|
30847
30644
|
pascalCase as Z,
|
|
30848
30645
|
Icon as _,
|
|
30849
30646
|
createReducer as a,
|
|
30850
|
-
|
|
30647
|
+
DUPLICATE as a$,
|
|
30851
30648
|
LOCAL as a0,
|
|
30852
30649
|
commonjsGlobal as a1,
|
|
30853
|
-
|
|
30854
|
-
|
|
30650
|
+
SWITCHBOARD as a2,
|
|
30651
|
+
PUBLIC as a3,
|
|
30855
30652
|
locationInfoByLocation as a4,
|
|
30856
30653
|
sharingTypeOptions as a5,
|
|
30857
30654
|
objectType as a6,
|
|
30858
|
-
|
|
30859
|
-
|
|
30655
|
+
stringType as a7,
|
|
30656
|
+
recordType as a8,
|
|
30860
30657
|
capitalCase as a9,
|
|
30861
30658
|
generateNodesCopy as aA,
|
|
30862
30659
|
copyNode as aB,
|
|
@@ -30866,32 +30663,32 @@ export {
|
|
|
30866
30663
|
setSharingType as aF,
|
|
30867
30664
|
SynchronizationUnitNotFoundError as aG,
|
|
30868
30665
|
removeTrigger as aH,
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
|
|
30666
|
+
generateUUID as aI,
|
|
30667
|
+
PullResponderTransmitter as aJ,
|
|
30668
|
+
addTrigger as aK,
|
|
30669
|
+
ReadDriveNotFoundError as aL,
|
|
30670
|
+
openUrl as aM,
|
|
30671
|
+
getNodeOptions as aN,
|
|
30672
|
+
DRIVE as aO,
|
|
30673
|
+
FOLDER as aP,
|
|
30674
|
+
requestPublicDrive as aQ,
|
|
30675
|
+
serviceWorkerManager as aR,
|
|
30676
|
+
packageJson as aS,
|
|
30677
|
+
t as aT,
|
|
30678
|
+
gql as aU,
|
|
30679
|
+
request as aV,
|
|
30680
|
+
getAugmentedNamespace as aW,
|
|
30681
|
+
getDimensions as aX,
|
|
30682
|
+
READ as aY,
|
|
30683
|
+
nodeOptionsMap as aZ,
|
|
30684
|
+
defaultFileOptions as a_,
|
|
30888
30685
|
CLOUD as aa,
|
|
30889
30686
|
createZip as ab,
|
|
30890
30687
|
logger$1 as ac,
|
|
30891
30688
|
LZString as ad,
|
|
30892
30689
|
buildSignedOperation as ae,
|
|
30893
|
-
|
|
30894
|
-
|
|
30690
|
+
getDefaults as af,
|
|
30691
|
+
getI18n as ag,
|
|
30895
30692
|
connectConfig as ah,
|
|
30896
30693
|
hashDocumentStateForScope as ai,
|
|
30897
30694
|
setErrorHandler as aj,
|
|
@@ -30912,79 +30709,81 @@ export {
|
|
|
30912
30709
|
FILE as ay,
|
|
30913
30710
|
moveNode as az,
|
|
30914
30711
|
SetStateSchemaInputSchema as b,
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
|
|
30928
|
-
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
|
|
30963
|
-
|
|
30964
|
-
|
|
30712
|
+
GraphQLInt as b$,
|
|
30713
|
+
RENAME as b0,
|
|
30714
|
+
WRITE as b1,
|
|
30715
|
+
DELETE as b2,
|
|
30716
|
+
defaultFolderOptions as b3,
|
|
30717
|
+
garbageCollect as b4,
|
|
30718
|
+
sortOperations as b5,
|
|
30719
|
+
UI_NODE as b6,
|
|
30720
|
+
undo as b7,
|
|
30721
|
+
redo as b8,
|
|
30722
|
+
useDocumentDispatch as b9,
|
|
30723
|
+
snakeCase as bA,
|
|
30724
|
+
constantCase as bB,
|
|
30725
|
+
isAbstractType as bC,
|
|
30726
|
+
BREAK as bD,
|
|
30727
|
+
GraphQLInputObjectType as bE,
|
|
30728
|
+
GraphQLList as bF,
|
|
30729
|
+
GraphQLEnumType as bG,
|
|
30730
|
+
GraphQLObjectType as bH,
|
|
30731
|
+
GraphQLInterfaceType as bI,
|
|
30732
|
+
SchemaMetaFieldDef as bJ,
|
|
30733
|
+
TypeMetaFieldDef as bK,
|
|
30734
|
+
TypeNameMetaFieldDef as bL,
|
|
30735
|
+
isCompositeType as bM,
|
|
30736
|
+
isOutputType as bN,
|
|
30737
|
+
isInputType as bO,
|
|
30738
|
+
GraphQLBoolean as bP,
|
|
30739
|
+
assertAbstractType as bQ,
|
|
30740
|
+
doTypesOverlap as bR,
|
|
30741
|
+
DirectiveLocation as bS,
|
|
30742
|
+
specifiedRules as bT,
|
|
30743
|
+
NoUnusedFragmentsRule as bU,
|
|
30744
|
+
ExecutableDefinitionsRule as bV,
|
|
30745
|
+
validate as bW,
|
|
30746
|
+
validateSchema as bX,
|
|
30747
|
+
GraphQLID as bY,
|
|
30748
|
+
GraphQLString as bZ,
|
|
30749
|
+
GraphQLFloat as b_,
|
|
30750
|
+
inspect as ba,
|
|
30751
|
+
GraphQLError as bb,
|
|
30752
|
+
invariant as bc,
|
|
30753
|
+
getNamedType as bd,
|
|
30754
|
+
isInputObjectType as be,
|
|
30755
|
+
isScalarType as bf,
|
|
30756
|
+
isObjectType as bg,
|
|
30757
|
+
isInterfaceType as bh,
|
|
30758
|
+
isUnionType as bi,
|
|
30759
|
+
isEnumType as bj,
|
|
30760
|
+
astFromValue as bk,
|
|
30761
|
+
print as bl,
|
|
30965
30762
|
DEFAULT_DEPRECATION_REASON as bm,
|
|
30966
|
-
|
|
30967
|
-
|
|
30968
|
-
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
|
|
30763
|
+
Kind as bn,
|
|
30764
|
+
isPrintableAsBlockString as bo,
|
|
30765
|
+
isSpecifiedDirective as bp,
|
|
30766
|
+
isSpecifiedScalarType as bq,
|
|
30767
|
+
isIntrospectionType as br,
|
|
30768
|
+
z as bs,
|
|
30769
|
+
GraphQLScalarType as bt,
|
|
30770
|
+
parse as bu,
|
|
30771
|
+
visit as bv,
|
|
30772
|
+
buildASTSchema as bw,
|
|
30773
|
+
extendSchema as bx,
|
|
30774
|
+
getNullableType as by,
|
|
30775
|
+
isListType as bz,
|
|
30979
30776
|
createAction as c,
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
|
|
30986
|
-
|
|
30987
|
-
|
|
30777
|
+
GraphQLDirective as c0,
|
|
30778
|
+
GraphQLUnionType as c1,
|
|
30779
|
+
isNonNullType as c2,
|
|
30780
|
+
GraphQLNonNull as c3,
|
|
30781
|
+
isNamedType as c4,
|
|
30782
|
+
isLeafType as c5,
|
|
30783
|
+
GraphQLSchema as c6,
|
|
30784
|
+
buildSchema as c7,
|
|
30785
|
+
sentenceCase as c8,
|
|
30786
|
+
appLoader as c9,
|
|
30988
30787
|
ReorderModuleOperationsInputSchema as d,
|
|
30989
30788
|
DeleteOperationInputSchema as e,
|
|
30990
30789
|
SetOperationReducerInputSchema as f,
|