@livestore/common 0.3.0-dev.15 → 0.3.0-dev.17
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/.tsbuildinfo +1 -1
- package/dist/__tests__/fixture.d.ts +6 -6
- package/dist/adapter-types.d.ts +5 -4
- package/dist/adapter-types.d.ts.map +1 -1
- package/dist/adapter-types.js.map +1 -1
- package/dist/bounded-collections.d.ts +1 -1
- package/dist/bounded-collections.d.ts.map +1 -1
- package/dist/debug-info.d.ts.map +1 -1
- package/dist/derived-mutations.d.ts.map +1 -1
- package/dist/devtools/devtools-messages-client-session.d.ts +21 -21
- package/dist/devtools/devtools-messages-common.d.ts +6 -6
- package/dist/devtools/devtools-messages-common.d.ts.map +1 -1
- package/dist/devtools/devtools-messages-leader.d.ts +28 -28
- package/dist/devtools/index.d.ts +17 -0
- package/dist/devtools/index.d.ts.map +1 -1
- package/dist/devtools/index.js +20 -0
- package/dist/devtools/index.js.map +1 -1
- package/dist/init-singleton-tables.d.ts.map +1 -1
- package/dist/leader-thread/LeaderSyncProcessor.d.ts +3 -1
- package/dist/leader-thread/LeaderSyncProcessor.d.ts.map +1 -1
- package/dist/leader-thread/LeaderSyncProcessor.js +124 -43
- package/dist/leader-thread/LeaderSyncProcessor.js.map +1 -1
- package/dist/leader-thread/apply-mutation.d.ts.map +1 -1
- package/dist/leader-thread/apply-mutation.js +8 -2
- package/dist/leader-thread/apply-mutation.js.map +1 -1
- package/dist/leader-thread/connection.d.ts.map +1 -1
- package/dist/leader-thread/leader-worker-devtools.d.ts.map +1 -1
- package/dist/leader-thread/make-leader-thread-layer.d.ts.map +1 -1
- package/dist/leader-thread/make-leader-thread-layer.js +1 -0
- package/dist/leader-thread/make-leader-thread-layer.js.map +1 -1
- package/dist/leader-thread/mutationlog.d.ts.map +1 -1
- package/dist/leader-thread/pull-queue-set.d.ts +3 -3
- package/dist/leader-thread/pull-queue-set.d.ts.map +1 -1
- package/dist/leader-thread/pull-queue-set.js +9 -0
- package/dist/leader-thread/pull-queue-set.js.map +1 -1
- package/dist/leader-thread/shutdown-channel.d.ts +2 -5
- package/dist/leader-thread/shutdown-channel.d.ts.map +1 -1
- package/dist/leader-thread/shutdown-channel.js +2 -4
- package/dist/leader-thread/shutdown-channel.js.map +1 -1
- package/dist/leader-thread/types.d.ts +7 -2
- package/dist/leader-thread/types.d.ts.map +1 -1
- package/dist/mutation.d.ts.map +1 -1
- package/dist/otel.d.ts.map +1 -1
- package/dist/query-builder/api.d.ts.map +1 -1
- package/dist/query-builder/impl.d.ts.map +1 -1
- package/dist/rehydrate-from-mutationlog.d.ts.map +1 -1
- package/dist/schema/EventId.d.ts +8 -0
- package/dist/schema/EventId.d.ts.map +1 -1
- package/dist/schema/EventId.js +14 -0
- package/dist/schema/EventId.js.map +1 -1
- package/dist/schema/MutationEvent.d.ts.map +1 -1
- package/dist/schema/MutationEvent.js +1 -1
- package/dist/schema/MutationEvent.js.map +1 -1
- package/dist/schema/db-schema/ast/sqlite.d.ts.map +1 -1
- package/dist/schema/db-schema/ast/validate.d.ts.map +1 -1
- package/dist/schema/db-schema/dsl/field-defs.d.ts.map +1 -1
- package/dist/schema/db-schema/dsl/field-defs.js.map +1 -1
- package/dist/schema/db-schema/dsl/mod.d.ts.map +1 -1
- package/dist/schema/db-schema/dsl/mod.js.map +1 -1
- package/dist/schema/db-schema/hash.d.ts.map +1 -1
- package/dist/schema/mutations.d.ts.map +1 -1
- package/dist/schema/schema-helpers.d.ts.map +1 -1
- package/dist/schema/schema.d.ts +3 -1
- package/dist/schema/schema.d.ts.map +1 -1
- package/dist/schema/table-def.d.ts +3 -13
- package/dist/schema/table-def.d.ts.map +1 -1
- package/dist/schema/table-def.js.map +1 -1
- package/dist/schema-management/common.d.ts.map +1 -1
- package/dist/schema-management/migrations.d.ts.map +1 -1
- package/dist/schema-management/validate-mutation-defs.d.ts.map +1 -1
- package/dist/sql-queries/misc.d.ts.map +1 -1
- package/dist/sql-queries/sql-queries.d.ts.map +1 -1
- package/dist/sql-queries/sql-query-builder.d.ts.map +1 -1
- package/dist/sql-queries/types.d.ts.map +1 -1
- package/dist/sync/ClientSessionSyncProcessor.d.ts +11 -1
- package/dist/sync/ClientSessionSyncProcessor.d.ts.map +1 -1
- package/dist/sync/ClientSessionSyncProcessor.js +48 -14
- package/dist/sync/ClientSessionSyncProcessor.js.map +1 -1
- package/dist/sync/next/compact-events.d.ts.map +1 -1
- package/dist/sync/next/facts.d.ts.map +1 -1
- package/dist/sync/next/history-dag.d.ts.map +1 -1
- package/dist/sync/next/rebase-events.d.ts.map +1 -1
- package/dist/sync/next/test/mutation-fixtures.d.ts.map +1 -1
- package/dist/sync/sync.d.ts +14 -9
- package/dist/sync/sync.d.ts.map +1 -1
- package/dist/sync/sync.js +7 -3
- package/dist/sync/sync.js.map +1 -1
- package/dist/sync/syncstate.d.ts +132 -21
- package/dist/sync/syncstate.d.ts.map +1 -1
- package/dist/sync/syncstate.js +129 -41
- package/dist/sync/syncstate.js.map +1 -1
- package/dist/sync/syncstate.test.js +19 -7
- package/dist/sync/syncstate.test.js.map +1 -1
- package/dist/sync/validate-push-payload.d.ts.map +1 -1
- package/dist/util.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
- package/src/adapter-types.ts +5 -4
- package/src/devtools/index.ts +27 -0
- package/src/leader-thread/LeaderSyncProcessor.ts +164 -54
- package/src/leader-thread/apply-mutation.ts +17 -2
- package/src/leader-thread/make-leader-thread-layer.ts +1 -0
- package/src/leader-thread/pull-queue-set.ts +10 -1
- package/src/leader-thread/shutdown-channel.ts +2 -4
- package/src/leader-thread/types.ts +8 -2
- package/src/schema/EventId.ts +16 -0
- package/src/schema/MutationEvent.ts +1 -1
- package/src/schema/db-schema/dsl/field-defs.ts +1 -2
- package/src/schema/db-schema/dsl/mod.ts +1 -1
- package/src/schema/table-def.ts +2 -3
- package/src/sync/ClientSessionSyncProcessor.ts +78 -13
- package/src/sync/sync.ts +7 -4
- package/src/sync/syncstate.test.ts +32 -14
- package/src/sync/syncstate.ts +145 -60
- package/src/version.ts +1 -1
- package/dist/db-schema/ast/sqlite.d.ts +0 -69
- package/dist/db-schema/ast/sqlite.d.ts.map +0 -1
- package/dist/db-schema/ast/sqlite.js +0 -71
- package/dist/db-schema/ast/sqlite.js.map +0 -1
- package/dist/db-schema/ast/validate.d.ts +0 -3
- package/dist/db-schema/ast/validate.d.ts.map +0 -1
- package/dist/db-schema/ast/validate.js +0 -12
- package/dist/db-schema/ast/validate.js.map +0 -1
- package/dist/db-schema/dsl/field-defs.d.ts +0 -90
- package/dist/db-schema/dsl/field-defs.d.ts.map +0 -1
- package/dist/db-schema/dsl/field-defs.js +0 -87
- package/dist/db-schema/dsl/field-defs.js.map +0 -1
- package/dist/db-schema/dsl/field-defs.test.d.ts +0 -2
- package/dist/db-schema/dsl/field-defs.test.d.ts.map +0 -1
- package/dist/db-schema/dsl/field-defs.test.js +0 -29
- package/dist/db-schema/dsl/field-defs.test.js.map +0 -1
- package/dist/db-schema/dsl/index.d.ts +0 -88
- package/dist/db-schema/dsl/index.d.ts.map +0 -1
- package/dist/db-schema/dsl/index.js +0 -35
- package/dist/db-schema/dsl/index.js.map +0 -1
- package/dist/db-schema/dsl/mod.d.ts +0 -90
- package/dist/db-schema/dsl/mod.d.ts.map +0 -1
- package/dist/db-schema/dsl/mod.js +0 -35
- package/dist/db-schema/dsl/mod.js.map +0 -1
- package/dist/db-schema/dsl/sqlite/field-defs.d.ts +0 -90
- package/dist/db-schema/dsl/sqlite/field-defs.d.ts.map +0 -1
- package/dist/db-schema/dsl/sqlite/field-defs.js +0 -86
- package/dist/db-schema/dsl/sqlite/field-defs.js.map +0 -1
- package/dist/db-schema/dsl/sqlite/field-defs.test.d.ts +0 -2
- package/dist/db-schema/dsl/sqlite/field-defs.test.d.ts.map +0 -1
- package/dist/db-schema/dsl/sqlite/field-defs.test.js +0 -29
- package/dist/db-schema/dsl/sqlite/field-defs.test.js.map +0 -1
- package/dist/db-schema/dsl/sqlite/index.d.ts +0 -88
- package/dist/db-schema/dsl/sqlite/index.d.ts.map +0 -1
- package/dist/db-schema/dsl/sqlite/index.js +0 -35
- package/dist/db-schema/dsl/sqlite/index.js.map +0 -1
- package/dist/db-schema/hash.d.ts +0 -2
- package/dist/db-schema/hash.d.ts.map +0 -1
- package/dist/db-schema/hash.js +0 -14
- package/dist/db-schema/hash.js.map +0 -1
- package/dist/db-schema/index.d.ts +0 -4
- package/dist/db-schema/index.d.ts.map +0 -1
- package/dist/db-schema/index.js +0 -6
- package/dist/db-schema/index.js.map +0 -1
- package/dist/db-schema/mod.d.ts +0 -3
- package/dist/db-schema/mod.d.ts.map +0 -1
- package/dist/db-schema/mod.js +0 -3
- package/dist/db-schema/mod.js.map +0 -1
- package/dist/devtools/devtool-message-leader.d.ts +0 -2
- package/dist/devtools/devtool-message-leader.d.ts.map +0 -1
- package/dist/devtools/devtool-message-leader.js +0 -2
- package/dist/devtools/devtool-message-leader.js.map +0 -1
- package/dist/leader-thread/leader-sync-processor.d.ts +0 -47
- package/dist/leader-thread/leader-sync-processor.d.ts.map +0 -1
- package/dist/leader-thread/leader-sync-processor.js +0 -430
- package/dist/leader-thread/leader-sync-processor.js.map +0 -1
- package/dist/schema/MutationEvent.test.d.ts +0 -2
- package/dist/schema/MutationEvent.test.d.ts.map +0 -1
- package/dist/schema/MutationEvent.test.js +0 -2
- package/dist/schema/MutationEvent.test.js.map +0 -1
- package/dist/sync/client-session-sync-processor.d.ts +0 -45
- package/dist/sync/client-session-sync-processor.d.ts.map +0 -1
- package/dist/sync/client-session-sync-processor.js +0 -131
- package/dist/sync/client-session-sync-processor.js.map +0 -1
@@ -32,7 +32,7 @@ export declare const todos: DbSchema.TableDef<{
|
|
32
32
|
disableAutomaticIdColumn: false;
|
33
33
|
deriveMutations: {
|
34
34
|
enabled: true;
|
35
|
-
clientOnly:
|
35
|
+
clientOnly: false;
|
36
36
|
};
|
37
37
|
isSingleColumn: false;
|
38
38
|
requiredInsertColumnNames: "id";
|
@@ -67,7 +67,7 @@ export declare const appConfig: DbSchema.TableDef<{
|
|
67
67
|
disableAutomaticIdColumn: false;
|
68
68
|
deriveMutations: {
|
69
69
|
enabled: true;
|
70
|
-
clientOnly:
|
70
|
+
clientOnly: false;
|
71
71
|
};
|
72
72
|
isSingleColumn: true;
|
73
73
|
requiredInsertColumnNames: never;
|
@@ -113,7 +113,7 @@ export declare const tables: (DbSchema.TableDef<{
|
|
113
113
|
disableAutomaticIdColumn: false;
|
114
114
|
deriveMutations: {
|
115
115
|
enabled: true;
|
116
|
-
clientOnly:
|
116
|
+
clientOnly: false;
|
117
117
|
};
|
118
118
|
isSingleColumn: false;
|
119
119
|
requiredInsertColumnNames: "id";
|
@@ -147,7 +147,7 @@ export declare const tables: (DbSchema.TableDef<{
|
|
147
147
|
disableAutomaticIdColumn: false;
|
148
148
|
deriveMutations: {
|
149
149
|
enabled: true;
|
150
|
-
clientOnly:
|
150
|
+
clientOnly: false;
|
151
151
|
};
|
152
152
|
isSingleColumn: true;
|
153
153
|
requiredInsertColumnNames: never;
|
@@ -194,7 +194,7 @@ export declare const schema: import("../schema/schema.js").FromInputSchema.Deriv
|
|
194
194
|
disableAutomaticIdColumn: false;
|
195
195
|
deriveMutations: {
|
196
196
|
enabled: true;
|
197
|
-
clientOnly:
|
197
|
+
clientOnly: false;
|
198
198
|
};
|
199
199
|
isSingleColumn: false;
|
200
200
|
requiredInsertColumnNames: "id";
|
@@ -228,7 +228,7 @@ export declare const schema: import("../schema/schema.js").FromInputSchema.Deriv
|
|
228
228
|
disableAutomaticIdColumn: false;
|
229
229
|
deriveMutations: {
|
230
230
|
enabled: true;
|
231
|
-
clientOnly:
|
231
|
+
clientOnly: false;
|
232
232
|
};
|
233
233
|
isSingleColumn: true;
|
234
234
|
requiredInsertColumnNames: never;
|
package/dist/adapter-types.d.ts
CHANGED
@@ -2,7 +2,7 @@ import type { Cause, Queue, Scope, SubscriptionRef, WebChannel } from '@livestor
|
|
2
2
|
import { Effect, Schema, Stream } from '@livestore/utils/effect';
|
3
3
|
import type * as Devtools from './devtools/index.js';
|
4
4
|
import type { EventId, LiveStoreSchema, MutationEvent } from './schema/mod.js';
|
5
|
-
import type {
|
5
|
+
import type { LeaderAheadError } from './sync/sync.js';
|
6
6
|
import type { PayloadUpstream, SyncState } from './sync/syncstate.js';
|
7
7
|
import type { PreparedBindValues } from './util.js';
|
8
8
|
export interface PreparedStatement {
|
@@ -35,7 +35,7 @@ export interface ClientSession {
|
|
35
35
|
sessionId: string;
|
36
36
|
/** Status info whether current session is leader or not */
|
37
37
|
lockStatus: SubscriptionRef.SubscriptionRef<LockStatus>;
|
38
|
-
shutdown: (cause: Cause.Cause<UnexpectedError | IntentionalShutdownCause>) =>
|
38
|
+
shutdown: (cause: Cause.Cause<UnexpectedError | IntentionalShutdownCause>) => void;
|
39
39
|
/** A proxy API to communicate with the leader thread */
|
40
40
|
leaderThread: ClientSessionLeaderThreadProxy;
|
41
41
|
}
|
@@ -45,7 +45,8 @@ export interface ClientSessionLeaderThreadProxy {
|
|
45
45
|
payload: PayloadUpstream;
|
46
46
|
remaining: number;
|
47
47
|
}, UnexpectedError>;
|
48
|
-
|
48
|
+
/** It's important that a client session doesn't call `push` concurrently. */
|
49
|
+
push(batch: ReadonlyArray<MutationEvent.AnyEncoded>): Effect.Effect<void, UnexpectedError | LeaderAheadError>;
|
49
50
|
};
|
50
51
|
/** The initial state after the leader thread has booted */
|
51
52
|
readonly initialState: {
|
@@ -220,7 +221,7 @@ export type Adapter = (opts: {
|
|
220
221
|
devtoolsEnabled: boolean;
|
221
222
|
debugInstanceId: string;
|
222
223
|
bootStatusQueue: Queue.Queue<BootStatus>;
|
223
|
-
shutdown: (cause: Cause.Cause<any>) =>
|
224
|
+
shutdown: (cause: Cause.Cause<any>) => void;
|
224
225
|
connectDevtoolsToStore: ConnectDevtoolsToStore;
|
225
226
|
}) => Effect.Effect<ClientSession, UnexpectedError, Scope.Scope>;
|
226
227
|
export declare const MigrationsReportEntry: Schema.Struct<{
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"adapter-types.d.ts","sourceRoot":"","sources":["../src/adapter-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAC/F,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAEhE,OAAO,KAAK,KAAK,QAAQ,MAAM,qBAAqB,CAAA;AACpD,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AACrE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAEnD,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,UAAU,EAAE,kBAAkB,GAAG,SAAS,EAAE,OAAO,CAAC,EAAE;QAAE,aAAa,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAA;KAAE,GAAG,IAAI,CAAA;IACtH,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,kBAAkB,GAAG,SAAS,GAAG,aAAa,CAAC,CAAC,CAAC,CAAA;IACvE,QAAQ,IAAI,IAAI,CAAA;IAChB,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,MAAM,UAAU,GAAG,SAAS,CAAA;IACvC,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAE9B,MAAM,EAAE,MAAM,iBAAiB,CAAA;IAC/B,KAAK,EAAE,MAAM,IAAI,CAAA;CAClB,CAAA;AAED,MAAM,WAAW,aAAa;IAC5B,0FAA0F;IAC1F,QAAQ,EAAE,QAAQ,CAAA;IAClB,QAAQ,EAAE;QAAE,OAAO,EAAE,KAAK,CAAA;KAAE,GAAG;QAAE,OAAO,EAAE,IAAI,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC,KAAK,CAAA;KAAE,CAAA;IAClG,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,2DAA2D;IAC3D,UAAU,EAAE,eAAe,CAAC,eAAe,CAAC,UAAU,CAAC,CAAA;IACvD,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,eAAe,GAAG,wBAAwB,CAAC,KAAK,
|
1
|
+
{"version":3,"file":"adapter-types.d.ts","sourceRoot":"","sources":["../src/adapter-types.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"adapter-types.js","sourceRoot":"","sources":["../src/adapter-types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;
|
1
|
+
{"version":3,"file":"adapter-types.js","sourceRoot":"","sources":["../src/adapter-types.ts"],"names":[],"mappings":"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"}
|
@@ -22,7 +22,7 @@ export declare class BoundArray<V> {
|
|
22
22
|
#private;
|
23
23
|
sizeLimit: number;
|
24
24
|
constructor(sizeLimit: number);
|
25
|
-
static make: <
|
25
|
+
static make: <V>(sizeLimit: number, initial?: Iterable<V_1>) => BoundArray<V_1>;
|
26
26
|
onEvict: ((key: V) => void) | undefined;
|
27
27
|
push: (v: V) => void;
|
28
28
|
get: (index: number) => V | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"bounded-collections.d.ts","sourceRoot":"","sources":["../src/bounded-collections.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,qBAAa,QAAQ,CAAC,CAAC,EAAE,CAAC;;gBAIZ,SAAS,EAAE,MAAM;IAI7B,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IAEjD,GAAG,
|
1
|
+
{"version":3,"file":"bounded-collections.d.ts","sourceRoot":"","sources":["../src/bounded-collections.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,qBAAa,QAAQ,CAAC,CAAC,EAAE,CAAC;;gBAIZ,SAAS,EAAE,MAAM;IAI7B,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IAEjD,GAAG,GAAI,KAAK,CAAC,EAAE,OAAO,CAAC,UAWtB;IAED,GAAG,GAAI,KAAK,CAAC,KAAG,CAAC,GAAG,SAAS,CAE5B;IAED,MAAM,GAAI,KAAK,CAAC,UAEf;IAED,IAAI,uBAEH;CACF;AAED,qBAAa,QAAQ,CAAC,CAAC;;gBAGT,SAAS,EAAE,MAAM;IAW7B,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IAEvC,GAAG,GAAI,GAAG,CAAC,UAET;IAEF,CAAC,MAAM,CAAC,QAAQ,CAAC,uBAEhB;CACF;AAED,qBAAa,UAAU,CAAC,CAAC;;IAEhB,SAAS,EAAE,MAAM,CAAA;gBAEZ,SAAS,EAAE,MAAM;IAI7B,MAAM,CAAC,IAAI,GAAI,CAAC,EAAE,WAAW,MAAM,EAAE,UAAS,QAAQ,CAAC,GAAC,CAAM,KAAG,UAAU,CAAC,GAAC,CAAC,CAM7E;IAED,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IAEvC,IAAI,GAAI,GAAG,CAAC,UAQX;IAED,GAAG,GAAI,OAAO,MAAM,KAAG,CAAC,GAAG,SAAS,CAEnC;IAED,MAAM,GAAI,OAAO,MAAM,UAEtB;IAED,IAAI,MAAM,WAET;IAED,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAO,gBAAgB,CAAC,CAAC,CAAC,CAE1C;IAED,GAAG,GAAI,CAAC,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,KAAG,CAAC,EAAE,CAE9B;IAED,KAAK,aAEJ;IAED,IAAI,GAAI,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,MAAM,SAElC;CACF"}
|
package/dist/debug-info.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"debug-info.d.ts","sourceRoot":"","sources":["../src/debug-info.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAE7D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,kBAAkB,GAAG,SAAS,CAAA;IAC1C,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IAC1B,gBAAgB,EAAE,mBAAmB,CAAA;CACtC,CAAA;AAED,eAAO,MAAM,aAAa;;;;;;;EAOxB,CAAA;AA+BF,eAAO,MAAM,gBAAgB,GAAI,WAAW,EAAE,WAAW,
|
1
|
+
{"version":3,"file":"debug-info.d.ts","sourceRoot":"","sources":["../src/debug-info.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAE7D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,kBAAkB,GAAG,SAAS,CAAA;IAC1C,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IAC1B,gBAAgB,EAAE,mBAAmB,CAAA;CACtC,CAAA;AAED,eAAO,MAAM,aAAa;;;;;;;EAOxB,CAAA;AA+BF,eAAO,MAAM,gBAAgB,GAAI,WAAW,EAAE,WAAW,EAAE,UAAU,MAAM,CAAC,MAAM,CAAC,WAAW,EAAE,WAAW,CAAC;;;2EAWzG,CAAA;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpB,CAAA;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC,IAAI,CAAA;AAE7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA4B,CAAA;AACzD,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"derived-mutations.d.ts","sourceRoot":"","sources":["../src/derived-mutations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAGpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,KAAK,KAAK,aAAa,MAAM,2BAA2B,CAAA;AAG/D,OAAO,KAAK,KAAK,QAAQ,MAAM,uBAAuB,CAAA;AAGtD,eAAO,MAAM,+BAA+B,GAC1C,SAAS,SAAS,QAAQ,CAAC,YAAY,CACrC,QAAQ,CAAC,gCAAgC,EACzC,QAAQ,CAAC,YAAY,GAAG;IAAE,eAAe,EAAE;QAAE,OAAO,EAAE,IAAI,CAAA;KAAE,CAAA;CAAE,CAC/D,
|
1
|
+
{"version":3,"file":"derived-mutations.d.ts","sourceRoot":"","sources":["../src/derived-mutations.ts"],"names":[],"mappings":"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"}
|
@@ -2,7 +2,7 @@ import { Schema } from '@livestore/utils/effect';
|
|
2
2
|
declare const DebugInfoReq_base: Schema.Struct<{
|
3
3
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoReq">;
|
4
4
|
} & {
|
5
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
5
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
6
6
|
} & {
|
7
7
|
clientId: typeof Schema.String;
|
8
8
|
sessionId: typeof Schema.String;
|
@@ -13,7 +13,7 @@ export declare class DebugInfoReq extends DebugInfoReq_base {
|
|
13
13
|
declare const DebugInfoRes_base: Schema.Struct<{
|
14
14
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoRes">;
|
15
15
|
} & {
|
16
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
16
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
17
17
|
} & {
|
18
18
|
clientId: typeof Schema.String;
|
19
19
|
sessionId: typeof Schema.String;
|
@@ -73,7 +73,7 @@ export declare class DebugInfoRes extends DebugInfoRes_base {
|
|
73
73
|
declare const DebugInfoHistorySubscribe_base: Schema.Struct<{
|
74
74
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoHistorySubscribe">;
|
75
75
|
} & {
|
76
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
76
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
77
77
|
} & {
|
78
78
|
clientId: typeof Schema.String;
|
79
79
|
sessionId: typeof Schema.String;
|
@@ -84,7 +84,7 @@ export declare class DebugInfoHistorySubscribe extends DebugInfoHistorySubscribe
|
|
84
84
|
declare const DebugInfoHistoryRes_base: Schema.Struct<{
|
85
85
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoHistoryRes">;
|
86
86
|
} & {
|
87
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
87
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
88
88
|
} & {
|
89
89
|
clientId: typeof Schema.String;
|
90
90
|
sessionId: typeof Schema.String;
|
@@ -144,7 +144,7 @@ export declare class DebugInfoHistoryRes extends DebugInfoHistoryRes_base {
|
|
144
144
|
declare const DebugInfoHistoryUnsubscribe_base: Schema.Struct<{
|
145
145
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoHistoryUnsubscribe">;
|
146
146
|
} & {
|
147
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
147
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
148
148
|
} & {
|
149
149
|
clientId: typeof Schema.String;
|
150
150
|
sessionId: typeof Schema.String;
|
@@ -155,7 +155,7 @@ export declare class DebugInfoHistoryUnsubscribe extends DebugInfoHistoryUnsubsc
|
|
155
155
|
declare const DebugInfoResetReq_base: Schema.Struct<{
|
156
156
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoResetReq">;
|
157
157
|
} & {
|
158
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
158
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
159
159
|
} & {
|
160
160
|
clientId: typeof Schema.String;
|
161
161
|
sessionId: typeof Schema.String;
|
@@ -166,7 +166,7 @@ export declare class DebugInfoResetReq extends DebugInfoResetReq_base {
|
|
166
166
|
declare const DebugInfoResetRes_base: Schema.Struct<{
|
167
167
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoResetRes">;
|
168
168
|
} & {
|
169
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
169
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
170
170
|
} & {
|
171
171
|
clientId: typeof Schema.String;
|
172
172
|
sessionId: typeof Schema.String;
|
@@ -177,7 +177,7 @@ export declare class DebugInfoResetRes extends DebugInfoResetRes_base {
|
|
177
177
|
declare const DebugInfoRerunQueryReq_base: Schema.Struct<{
|
178
178
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoRerunQueryReq">;
|
179
179
|
} & {
|
180
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
180
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
181
181
|
} & {
|
182
182
|
clientId: typeof Schema.String;
|
183
183
|
sessionId: typeof Schema.String;
|
@@ -192,7 +192,7 @@ export declare class DebugInfoRerunQueryReq extends DebugInfoRerunQueryReq_base
|
|
192
192
|
declare const DebugInfoRerunQueryRes_base: Schema.Struct<{
|
193
193
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoRerunQueryRes">;
|
194
194
|
} & {
|
195
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
195
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
196
196
|
} & {
|
197
197
|
clientId: typeof Schema.String;
|
198
198
|
sessionId: typeof Schema.String;
|
@@ -203,7 +203,7 @@ export declare class DebugInfoRerunQueryRes extends DebugInfoRerunQueryRes_base
|
|
203
203
|
declare const SyncHeadSubscribe_base: Schema.Struct<{
|
204
204
|
_tag: Schema.tag<"LSD.ClientSession.SyncHeadSubscribe">;
|
205
205
|
} & {
|
206
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
206
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
207
207
|
} & {
|
208
208
|
clientId: typeof Schema.String;
|
209
209
|
sessionId: typeof Schema.String;
|
@@ -214,7 +214,7 @@ export declare class SyncHeadSubscribe extends SyncHeadSubscribe_base {
|
|
214
214
|
declare const SyncHeadUnsubscribe_base: Schema.Struct<{
|
215
215
|
_tag: Schema.tag<"LSD.ClientSession.SyncHeadUnsubscribe">;
|
216
216
|
} & {
|
217
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
217
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
218
218
|
} & {
|
219
219
|
clientId: typeof Schema.String;
|
220
220
|
sessionId: typeof Schema.String;
|
@@ -225,7 +225,7 @@ export declare class SyncHeadUnsubscribe extends SyncHeadUnsubscribe_base {
|
|
225
225
|
declare const SyncHeadRes_base: Schema.Struct<{
|
226
226
|
_tag: Schema.tag<"LSD.ClientSession.SyncHeadRes">;
|
227
227
|
} & {
|
228
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
228
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
229
229
|
} & {
|
230
230
|
clientId: typeof Schema.String;
|
231
231
|
sessionId: typeof Schema.String;
|
@@ -245,7 +245,7 @@ export declare class SyncHeadRes extends SyncHeadRes_base {
|
|
245
245
|
declare const ReactivityGraphSubscribe_base: Schema.Struct<{
|
246
246
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphSubscribe">;
|
247
247
|
} & {
|
248
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
248
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
249
249
|
} & {
|
250
250
|
clientId: typeof Schema.String;
|
251
251
|
sessionId: typeof Schema.String;
|
@@ -258,7 +258,7 @@ export declare class ReactivityGraphSubscribe extends ReactivityGraphSubscribe_b
|
|
258
258
|
declare const ReactivityGraphUnsubscribe_base: Schema.Struct<{
|
259
259
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphUnsubscribe">;
|
260
260
|
} & {
|
261
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
261
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
262
262
|
} & {
|
263
263
|
clientId: typeof Schema.String;
|
264
264
|
sessionId: typeof Schema.String;
|
@@ -269,7 +269,7 @@ export declare class ReactivityGraphUnsubscribe extends ReactivityGraphUnsubscri
|
|
269
269
|
declare const ReactivityGraphRes_base: Schema.Struct<{
|
270
270
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphRes">;
|
271
271
|
} & {
|
272
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
272
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
273
273
|
} & {
|
274
274
|
clientId: typeof Schema.String;
|
275
275
|
sessionId: typeof Schema.String;
|
@@ -282,7 +282,7 @@ export declare class ReactivityGraphRes extends ReactivityGraphRes_base {
|
|
282
282
|
declare const LiveQueriesSubscribe_base: Schema.Struct<{
|
283
283
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesSubscribe">;
|
284
284
|
} & {
|
285
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
285
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
286
286
|
} & {
|
287
287
|
clientId: typeof Schema.String;
|
288
288
|
sessionId: typeof Schema.String;
|
@@ -293,7 +293,7 @@ export declare class LiveQueriesSubscribe extends LiveQueriesSubscribe_base {
|
|
293
293
|
declare const LiveQueriesUnsubscribe_base: Schema.Struct<{
|
294
294
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesUnsubscribe">;
|
295
295
|
} & {
|
296
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
296
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
297
297
|
} & {
|
298
298
|
clientId: typeof Schema.String;
|
299
299
|
sessionId: typeof Schema.String;
|
@@ -320,7 +320,7 @@ export declare class SerializedLiveQuery extends SerializedLiveQuery_base {
|
|
320
320
|
declare const LiveQueriesRes_base: Schema.Struct<{
|
321
321
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesRes">;
|
322
322
|
} & {
|
323
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
323
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
324
324
|
} & {
|
325
325
|
clientId: typeof Schema.String;
|
326
326
|
sessionId: typeof Schema.String;
|
@@ -333,7 +333,7 @@ export declare class LiveQueriesRes extends LiveQueriesRes_base {
|
|
333
333
|
declare const Ping_base: Schema.Struct<{
|
334
334
|
_tag: Schema.tag<"LSD.ClientSession.Ping">;
|
335
335
|
} & {
|
336
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
336
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
337
337
|
} & {
|
338
338
|
clientId: typeof Schema.String;
|
339
339
|
sessionId: typeof Schema.String;
|
@@ -344,7 +344,7 @@ export declare class Ping extends Ping_base {
|
|
344
344
|
declare const Pong_base: Schema.Struct<{
|
345
345
|
_tag: Schema.tag<"LSD.ClientSession.Pong">;
|
346
346
|
} & {
|
347
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
347
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
348
348
|
} & {
|
349
349
|
clientId: typeof Schema.String;
|
350
350
|
sessionId: typeof Schema.String;
|
@@ -355,7 +355,7 @@ export declare class Pong extends Pong_base {
|
|
355
355
|
declare const Disconnect_base: Schema.Struct<{
|
356
356
|
_tag: Schema.tag<"LSD.ClientSession.Disconnect">;
|
357
357
|
} & {
|
358
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
358
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
359
359
|
} & {
|
360
360
|
clientId: typeof Schema.String;
|
361
361
|
sessionId: typeof Schema.String;
|
@@ -2,23 +2,23 @@ import { Schema } from '@livestore/utils/effect';
|
|
2
2
|
export declare const requestId: typeof Schema.String;
|
3
3
|
export declare const clientId: typeof Schema.String;
|
4
4
|
export declare const sessionId: typeof Schema.String;
|
5
|
-
export declare const liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
5
|
+
export declare const liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
6
6
|
export declare const LSDMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
7
7
|
_tag: Schema.tag<Tag>;
|
8
8
|
} & {
|
9
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
9
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
10
10
|
} & Fields>;
|
11
11
|
export declare const LSDChannelMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
12
12
|
_tag: Schema.tag<Tag>;
|
13
13
|
} & {
|
14
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
14
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
15
15
|
} & {
|
16
16
|
clientId: typeof Schema.String;
|
17
17
|
} & Fields>;
|
18
18
|
export declare const LSDClientSessionChannelMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
19
19
|
_tag: Schema.tag<Tag>;
|
20
20
|
} & {
|
21
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
21
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
22
22
|
} & {
|
23
23
|
clientId: typeof Schema.String;
|
24
24
|
sessionId: typeof Schema.String;
|
@@ -26,7 +26,7 @@ export declare const LSDClientSessionChannelMessage: <Tag extends string, Fields
|
|
26
26
|
export declare const LSDClientSessionReqResMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
27
27
|
_tag: Schema.tag<Tag>;
|
28
28
|
} & {
|
29
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
29
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
30
30
|
} & {
|
31
31
|
clientId: typeof Schema.String;
|
32
32
|
sessionId: typeof Schema.String;
|
@@ -35,7 +35,7 @@ export declare const LSDClientSessionReqResMessage: <Tag extends string, Fields
|
|
35
35
|
export declare const LSDReqResMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
36
36
|
_tag: Schema.tag<Tag>;
|
37
37
|
} & {
|
38
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
38
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.17"]>;
|
39
39
|
} & {
|
40
40
|
clientId: typeof Schema.String;
|
41
41
|
} & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"devtools-messages-common.d.ts","sourceRoot":"","sources":["../../src/devtools/devtools-messages-common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAIhD,eAAO,MAAM,SAAS,sBAAgB,CAAA;AACtC,eAAO,MAAM,QAAQ,sBAAgB,CAAA;AACrC,eAAO,MAAM,SAAS,sBAAgB,CAAA;AACtC,eAAO,MAAM,gBAAgB,kCAA6B,CAAA;AAE1D,eAAO,MAAM,UAAU,GAAI,GAAG,SAAS,MAAM,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,
|
1
|
+
{"version":3,"file":"devtools-messages-common.d.ts","sourceRoot":"","sources":["../../src/devtools/devtools-messages-common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAIhD,eAAO,MAAM,SAAS,sBAAgB,CAAA;AACtC,eAAO,MAAM,QAAQ,sBAAgB,CAAA;AACrC,eAAO,MAAM,SAAS,sBAAgB,CAAA;AACtC,eAAO,MAAM,gBAAgB,kCAA6B,CAAA;AAE1D,eAAO,MAAM,UAAU,GAAI,GAAG,SAAS,MAAM,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,GAAG,EAAE,QAAQ,MAAM;;;;WAIvE,CAAA;AAErC,eAAO,MAAM,iBAAiB,GAAI,GAAG,SAAS,MAAM,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,GAAG,EAAE,QAAQ,MAAM;;;;;;WAI/G,CAAA;AAEJ,eAAO,MAAM,8BAA8B,GAAI,GAAG,SAAS,MAAM,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,EACpG,KAAK,GAAG,EACR,QAAQ,MAAM;;;;;;;WAMZ,CAAA;AAEJ,eAAO,MAAM,6BAA6B,GAAI,GAAG,SAAS,MAAM,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,EACnG,KAAK,GAAG,EACR,QAAQ,MAAM;;;;;;;;WAOZ,CAAA;AAEJ,eAAO,MAAM,gBAAgB,GAAI,GAAG,SAAS,MAAM,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,GAAG,EAAE,QAAQ,MAAM;;;;;;;;WAI9G,CAAA;AAEJ,KAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,SAAS,EAAE,OAAO,MAAM,CAAC,MAAM,CAAA;IACxC,QAAQ,CAAC,gBAAgB,EAAE,OAAO,gBAAgB,CAAA;IAClD,QAAQ,CAAC,QAAQ,EAAE,OAAO,MAAM,CAAC,MAAM,CAAA;CACxC,CAAA;AAED,eAAO,MAAM,mBAAmB,GAC9B,GAAG,SAAS,MAAM,EAClB,SAAS,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,EACtC,SAAS,SAAS,MAAM,CAAC,MAAM,CAAC,MAAM,EAEtC,KAAK,GAAG,EACR,QAAQ;IACN,OAAO,EAAE,SAAS,CAAA;IAClB,OAAO,EAAE,SAAS,CAAA;CACnB,KACA;IACD,OAAO,EAAE,MAAM,CAAC,YAAY,CAAC,GAAG,GAAG,UAAU,EAAE,SAAS,GAAG,aAAa,CAAC,CAAA;IACzE,QAAQ,EAAE,MAAM,CAAC,YAAY,CAAC,GAAG,GAAG,WAAW,EAAE,SAAS,GAAG,aAAa,CAAC,CAAA;CAc5E,CAAA"}
|