@spearwolf/shadow-objects 0.33.0 → 0.34.0
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/CHANGELOG.md +320 -61
- package/README.md +57 -13
- package/bundle.js +5 -54
- package/package.json +7 -3
- package/src/ChangeTrailRefusedError.d.ts +27 -0
- package/src/ChangeTrailRefusedError.d.ts.map +1 -0
- package/src/ChangeTrailRefusedError.js +12 -0
- package/src/ChangeTrailRefusedError.js.map +7 -0
- package/src/EntityUuidInUseError.d.ts +19 -0
- package/src/EntityUuidInUseError.d.ts.map +1 -0
- package/src/EntityUuidInUseError.js +11 -0
- package/src/EntityUuidInUseError.js.map +7 -0
- package/src/WorkerTimeoutError.d.ts +25 -0
- package/src/WorkerTimeoutError.d.ts.map +1 -0
- package/src/WorkerTimeoutError.js +12 -0
- package/src/WorkerTimeoutError.js.map +7 -0
- package/src/bundle.d.ts +1 -1
- package/src/bundle.d.ts.map +1 -1
- package/src/bundle.js +1 -1
- package/src/bundle.js.map +2 -2
- package/src/constants.d.ts +9 -2
- package/src/constants.d.ts.map +1 -1
- package/src/constants.js +1 -1
- package/src/constants.js.map +2 -2
- package/src/create-worker.bundle.d.ts +1 -1
- package/src/create-worker.bundle.d.ts.map +1 -1
- package/src/create-worker.bundle.js.map +1 -1
- package/src/create-worker.d.ts +1 -1
- package/src/create-worker.d.ts.map +1 -1
- package/src/create-worker.js.map +1 -1
- package/src/elements/ShaeElement.d.ts +70 -2
- package/src/elements/ShaeElement.d.ts.map +1 -1
- package/src/elements/ShaeElement.js +129 -25
- package/src/elements/ShaeElement.js.map +3 -3
- package/src/elements/ShaeEntElement.d.ts +39 -1
- package/src/elements/ShaeEntElement.d.ts.map +1 -1
- package/src/elements/ShaeEntElement.js +397 -167
- package/src/elements/ShaeEntElement.js.map +2 -2
- package/src/elements/ShaeLifecycleElement.d.ts +71 -0
- package/src/elements/ShaeLifecycleElement.d.ts.map +1 -0
- package/src/elements/ShaeLifecycleElement.js +83 -0
- package/src/elements/ShaeLifecycleElement.js.map +7 -0
- package/src/elements/ShaePropElement.d.ts +52 -2
- package/src/elements/ShaePropElement.d.ts.map +1 -1
- package/src/elements/ShaePropElement.js +240 -219
- package/src/elements/ShaePropElement.js.map +2 -2
- package/src/elements/ShaeWorkerElement.d.ts +49 -5
- package/src/elements/ShaeWorkerElement.d.ts.map +1 -1
- package/src/elements/ShaeWorkerElement.js +204 -73
- package/src/elements/ShaeWorkerElement.js.map +2 -2
- package/src/elements/constants.d.ts +6 -0
- package/src/elements/constants.d.ts.map +1 -1
- package/src/elements/constants.js +12 -0
- package/src/elements/constants.js.map +2 -2
- package/src/elements/deferredTeardown.d.ts +24 -0
- package/src/elements/deferredTeardown.d.ts.map +1 -0
- package/src/elements/deferredTeardown.js +30 -0
- package/src/elements/deferredTeardown.js.map +7 -0
- package/src/elements/displayContentsRule.d.ts +25 -0
- package/src/elements/displayContentsRule.d.ts.map +1 -0
- package/src/elements/displayContentsRule.js +37 -0
- package/src/elements/displayContentsRule.js.map +7 -0
- package/src/elements/events.d.ts +10 -7
- package/src/elements/events.d.ts.map +1 -1
- package/src/elements/forwardCustomEvents.d.ts +19 -0
- package/src/elements/forwardCustomEvents.d.ts.map +1 -0
- package/src/elements/forwardCustomEvents.js +47 -0
- package/src/elements/forwardCustomEvents.js.map +7 -0
- package/src/elements/hostedSlots.d.ts +36 -0
- package/src/elements/hostedSlots.d.ts.map +1 -0
- package/src/elements/hostedSlots.js +118 -0
- package/src/elements/hostedSlots.js.map +7 -0
- package/src/elements/parentRemoval.d.ts +18 -0
- package/src/elements/parentRemoval.d.ts.map +1 -0
- package/src/elements/parentRemoval.js +60 -0
- package/src/elements/parentRemoval.js.map +7 -0
- package/src/elements/propValueConverters.d.ts +3 -0
- package/src/elements/propValueConverters.d.ts.map +1 -0
- package/src/elements/propValueConverters.js +54 -0
- package/src/elements/propValueConverters.js.map +7 -0
- package/src/elements/requestEntAncestor.d.ts +32 -0
- package/src/elements/requestEntAncestor.d.ts.map +1 -0
- package/src/elements/requestEntAncestor.js +16 -0
- package/src/elements/requestEntAncestor.js.map +7 -0
- package/src/elements.js.map +1 -1
- package/src/in-the-dark/Entity.d.ts +113 -3
- package/src/in-the-dark/Entity.d.ts.map +1 -1
- package/src/in-the-dark/Entity.js +292 -63
- package/src/in-the-dark/Entity.js.map +3 -3
- package/src/in-the-dark/Kernel.d.ts +76 -17
- package/src/in-the-dark/Kernel.d.ts.map +1 -1
- package/src/in-the-dark/Kernel.js +410 -378
- package/src/in-the-dark/Kernel.js.map +3 -3
- package/src/in-the-dark/Registry.d.ts.map +1 -1
- package/src/in-the-dark/Registry.js +83 -14
- package/src/in-the-dark/Registry.js.map +2 -2
- package/src/in-the-dark/ShadowObject.d.ts.map +1 -1
- package/src/in-the-dark/ShadowObject.js +1 -0
- package/src/in-the-dark/ShadowObject.js.map +2 -2
- package/src/in-the-dark/ShadowObjectCreationScope.d.ts +126 -0
- package/src/in-the-dark/ShadowObjectCreationScope.d.ts.map +1 -0
- package/src/in-the-dark/ShadowObjectCreationScope.js +596 -0
- package/src/in-the-dark/ShadowObjectCreationScope.js.map +7 -0
- package/src/in-the-dark/SignalsPath.d.ts.map +1 -1
- package/src/in-the-dark/SignalsPath.js +2 -2
- package/src/in-the-dark/SignalsPath.js.map +2 -2
- package/src/in-the-dark/events.js.map +1 -1
- package/src/in-the-dark/importModule.d.ts +7 -0
- package/src/in-the-dark/importModule.d.ts.map +1 -1
- package/src/in-the-dark/importModule.js +5 -2
- package/src/in-the-dark/importModule.js.map +2 -2
- package/src/index.d.ts +7 -1
- package/src/index.d.ts.map +1 -1
- package/src/index.js +5 -1
- package/src/index.js.map +2 -2
- package/src/shadow-objects.d.ts +2 -0
- package/src/shadow-objects.d.ts.map +1 -1
- package/src/shadow-objects.js +2 -0
- package/src/shadow-objects.js.map +2 -2
- package/src/shadow-objects.worker.js +0 -1
- package/src/shadow-objects.worker.js.map +2 -2
- package/src/shae-ent.js.map +1 -1
- package/src/shae-prop.js +2 -2
- package/src/shae-prop.js.map +2 -2
- package/src/shae-worker.js.map +1 -1
- package/src/types.d.ts +35 -4
- package/src/types.d.ts.map +1 -1
- package/src/utils/ConsoleLogger.d.ts +45 -10
- package/src/utils/ConsoleLogger.d.ts.map +1 -1
- package/src/utils/ConsoleLogger.js +51 -26
- package/src/utils/ConsoleLogger.js.map +2 -2
- package/src/utils/FrameLoop.d.ts +42 -3
- package/src/utils/FrameLoop.d.ts.map +1 -1
- package/src/utils/FrameLoop.js +71 -10
- package/src/utils/FrameLoop.js.map +2 -2
- package/src/utils/MicrotaskCollector.d.ts +45 -0
- package/src/utils/MicrotaskCollector.d.ts.map +1 -0
- package/src/utils/MicrotaskCollector.js +33 -0
- package/src/utils/MicrotaskCollector.js.map +7 -0
- package/src/utils/MicrotaskGate.d.ts +17 -0
- package/src/utils/MicrotaskGate.d.ts.map +1 -0
- package/src/utils/MicrotaskGate.js +20 -0
- package/src/utils/MicrotaskGate.js.map +7 -0
- package/src/utils/array-utils.js.map +1 -1
- package/src/utils/attr-utils.d.ts +6 -0
- package/src/utils/attr-utils.d.ts.map +1 -1
- package/src/utils/attr-utils.js +3 -1
- package/src/utils/attr-utils.js.map +2 -2
- package/src/utils/constants.js.map +1 -1
- package/src/utils/generateUUID.d.ts +11 -0
- package/src/utils/generateUUID.d.ts.map +1 -1
- package/src/utils/generateUUID.js +31 -266
- package/src/utils/generateUUID.js.map +2 -2
- package/src/utils/props-utils.d.ts +3 -2
- package/src/utils/props-utils.d.ts.map +1 -1
- package/src/utils/props-utils.js +13 -24
- package/src/utils/props-utils.js.map +2 -2
- package/src/utils/runGuarded.d.ts +27 -0
- package/src/utils/runGuarded.d.ts.map +1 -0
- package/src/utils/runGuarded.js +11 -0
- package/src/utils/runGuarded.js.map +7 -0
- package/src/utils/toMaybe.d.ts.map +1 -1
- package/src/utils/toMaybe.js.map +1 -1
- package/src/utils/toNamespace.d.ts.map +1 -1
- package/src/utils/toNamespace.js.map +1 -1
- package/src/utils/toUrlString.d.ts +12 -0
- package/src/utils/toUrlString.d.ts.map +1 -1
- package/src/utils/toUrlString.js.map +2 -2
- package/src/utils/waitForMessageOfType.d.ts +12 -1
- package/src/utils/waitForMessageOfType.d.ts.map +1 -1
- package/src/utils/waitForMessageOfType.js +16 -1
- package/src/utils/waitForMessageOfType.js.map +2 -2
- package/src/view/ComponentChanges.d.ts +88 -1
- package/src/view/ComponentChanges.d.ts.map +1 -1
- package/src/view/ComponentChanges.js +243 -73
- package/src/view/ComponentChanges.js.map +2 -2
- package/src/view/ComponentContext.d.ts +206 -16
- package/src/view/ComponentContext.d.ts.map +1 -1
- package/src/view/ComponentContext.js +548 -91
- package/src/view/ComponentContext.js.map +2 -2
- package/src/view/ComponentMemory.d.ts +3 -3
- package/src/view/ComponentMemory.d.ts.map +1 -1
- package/src/view/ComponentMemory.js.map +1 -1
- package/src/view/IShadowObjectEnvProxy.d.ts +29 -3
- package/src/view/IShadowObjectEnvProxy.d.ts.map +1 -1
- package/src/view/LocalShadowObjectEnv.d.ts +1 -1
- package/src/view/LocalShadowObjectEnv.d.ts.map +1 -1
- package/src/view/LocalShadowObjectEnv.js +8 -6
- package/src/view/LocalShadowObjectEnv.js.map +2 -2
- package/src/view/RemoteWorkerEnv.d.ts +89 -5
- package/src/view/RemoteWorkerEnv.d.ts.map +1 -1
- package/src/view/RemoteWorkerEnv.js +195 -77
- package/src/view/RemoteWorkerEnv.js.map +2 -2
- package/src/view/ShadowEnv.d.ts +49 -2
- package/src/view/ShadowEnv.d.ts.map +1 -1
- package/src/view/ShadowEnv.js +223 -60
- package/src/view/ShadowEnv.js.map +2 -2
- package/src/view/ViewComponent.d.ts +78 -14
- package/src/view/ViewComponent.d.ts.map +1 -1
- package/src/view/ViewComponent.js +90 -14
- package/src/view/ViewComponent.js.map +2 -2
- package/src/view/cloneChangeTrail.js.map +2 -2
- package/src/worker/MessageRouter.d.ts +14 -0
- package/src/worker/MessageRouter.d.ts.map +1 -1
- package/src/worker/MessageRouter.js +75 -15
- package/src/worker/MessageRouter.js.map +2 -2
- package/src/worker/WorkerRuntime.d.ts +22 -1
- package/src/worker/WorkerRuntime.d.ts.map +1 -1
- package/src/worker/WorkerRuntime.js +60 -8
- package/src/worker/WorkerRuntime.js.map +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IComponentEvent, ShadowObjectType, SyncEvent } from '../types.js';
|
|
1
|
+
import type { ComponentPropertiesType, IComponentEvent, ShadowObjectType, SyncEvent } from '../types.js';
|
|
2
2
|
import { ConsoleLogger } from '../utils/ConsoleLogger.js';
|
|
3
3
|
import { Entity } from './Entity.js';
|
|
4
4
|
import { Registry } from './Registry.js';
|
|
@@ -7,14 +7,19 @@ export interface MessageToViewEvent {
|
|
|
7
7
|
uuid: string;
|
|
8
8
|
type: string;
|
|
9
9
|
data?: unknown;
|
|
10
|
-
transferables?: Transferable[];
|
|
11
|
-
traverseChildren?: boolean;
|
|
10
|
+
transferables?: Transferable[] | undefined;
|
|
11
|
+
traverseChildren?: boolean | undefined;
|
|
12
|
+
}
|
|
13
|
+
interface OmittedGraphChild {
|
|
14
|
+
uuid: string;
|
|
15
|
+
reason: 'already-in-graph' | 'not-in-kernel';
|
|
12
16
|
}
|
|
13
17
|
interface EntityGraphNode {
|
|
14
18
|
token: string;
|
|
15
19
|
entity: Entity;
|
|
16
20
|
props: Record<string, unknown>;
|
|
17
21
|
children: EntityGraphNode[];
|
|
22
|
+
omittedChildren?: OmittedGraphChild[];
|
|
18
23
|
}
|
|
19
24
|
/**
|
|
20
25
|
* The entity kernel manages the lifecycle of all entities and shadow-objects.
|
|
@@ -26,20 +31,60 @@ interface EntityGraphNode {
|
|
|
26
31
|
export declare class Kernel {
|
|
27
32
|
#private;
|
|
28
33
|
registry: Registry;
|
|
29
|
-
|
|
34
|
+
/** The logger this Kernel reports through. */
|
|
35
|
+
get logger(): ConsoleLogger;
|
|
30
36
|
constructor(registry?: Registry);
|
|
31
37
|
getEntity(uuid: string): Entity;
|
|
38
|
+
/**
|
|
39
|
+
* The entity behind a uuid, or `undefined` when the kernel does not hold one.
|
|
40
|
+
*
|
|
41
|
+
* The counterpart to `getEntity()`, which throws. Which of the two a caller wants follows from what an
|
|
42
|
+
* absent entity means to it: a change that describes the entity tree -- a new parent, a new order, new
|
|
43
|
+
* properties -- names an entity the view believes to be there, and a uuid the kernel does not know is a
|
|
44
|
+
* disagreement the caller has to hear about. An event is the other case: it carries no structure, and the
|
|
45
|
+
* entity it was meant for may have been torn down between the two sides.
|
|
46
|
+
*/
|
|
47
|
+
findEntity(uuid: string): Entity | undefined;
|
|
32
48
|
hasEntity(uuid: string): boolean;
|
|
33
49
|
/**
|
|
34
50
|
* @returns all entities in breadth-first order
|
|
51
|
+
*
|
|
52
|
+
* The list belongs to the caller: sorting or reversing it changes nothing about what the next call
|
|
53
|
+
* hands out. The walk behind it visits every entity once, which also carries it over a children list
|
|
54
|
+
* that points back at an ancestor -- `Entity.addChild()` writes such a list without touching the parent
|
|
55
|
+
* link, so no check along the parent chain can cover it.
|
|
56
|
+
*
|
|
57
|
+
* A uuid the kernel no longer holds drops out, and what hangs below it with it -- `getEntityGraph()`
|
|
58
|
+
* walks the same tree by the same rule.
|
|
35
59
|
*/
|
|
36
60
|
traverseLevelOrderBFS(reverse?: boolean): Entity[];
|
|
61
|
+
/**
|
|
62
|
+
* The entity tree as nested nodes, one node per entity. The visited set is what makes that count
|
|
63
|
+
* hold: a children list that points back at an ancestor would otherwise be walked forever, and this
|
|
64
|
+
* is the one traversal a caller reaches for while debugging a tree that is already broken. A child
|
|
65
|
+
* the walk leaves out is named at its parent under `omittedChildren`, with the reason -- a uuid the
|
|
66
|
+
* kernel does not hold, or one the walk has already placed elsewhere in the graph. A root the walk
|
|
67
|
+
* has already reached through another root's children falls off the top level without a note; it
|
|
68
|
+
* still stands in the graph, just at the other position.
|
|
69
|
+
*/
|
|
37
70
|
getEntityGraph(): EntityGraphNode[];
|
|
38
|
-
private getEntityGraphNode;
|
|
39
71
|
upgradeEntities(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Apply a change trail, entry by entry, and say how far it got if it cannot be applied in full.
|
|
74
|
+
*
|
|
75
|
+
* The loop ends at the entry that throws, so what the kernel holds afterwards is a prefix of the
|
|
76
|
+
* trail; the {@link ChangeTrailRefusedError} names its length. The counter sits behind
|
|
77
|
+
* `#parse` and therefore counts only entries that returned normally.
|
|
78
|
+
*
|
|
79
|
+
* An effect the batch defers belongs to no single entry: the batch releases it once the loop is
|
|
80
|
+
* through, and a throw from there arrives with every entry already counted. `appliedCount` then
|
|
81
|
+
* equals `entryCount` — everything was applied, something failed nevertheless, and both
|
|
82
|
+
* statements are true at once.
|
|
83
|
+
*
|
|
84
|
+
* @throws {ChangeTrailRefusedError} if any entry, or any effect the batch deferred, threw
|
|
85
|
+
*/
|
|
40
86
|
run(event: SyncEvent): void;
|
|
41
|
-
|
|
42
|
-
createEntity(uuid: string, token: string, parentUuid?: string, order?: number, properties?: [string, unknown][], autoDestructionOnParentRemoval?: boolean): void;
|
|
87
|
+
createEntity(uuid: string, token: string, parentUuid?: string, order?: number, properties?: ComponentPropertiesType, autoDestructionOnParentRemoval?: boolean): void;
|
|
43
88
|
destroyEntity(uuid: string): void;
|
|
44
89
|
/**
|
|
45
90
|
* @param order the new order, or `undefined` to keep the current one. A set-parent change
|
|
@@ -48,20 +93,34 @@ export declare class Kernel {
|
|
|
48
93
|
*/
|
|
49
94
|
setParent(uuid: string, parentUuid?: string, order?: number): void;
|
|
50
95
|
updateOrder(uuid: string, order: number): void;
|
|
96
|
+
/**
|
|
97
|
+
* Records that an entity has changed its place in the entity tree: it took a parent, lost one,
|
|
98
|
+
* or moved among its siblings. Two pieces of bookkeeping follow from that -- the cached
|
|
99
|
+
* traversal is dropped, and an entity without a parent joins the set of root entities while one
|
|
100
|
+
* with a parent leaves it.
|
|
101
|
+
*
|
|
102
|
+
* `Entity` reports here from every write that moves it, because those writes are reachable from
|
|
103
|
+
* a shadow-object with no kernel call in between: `entity.parent`, `entity.parentUuid`,
|
|
104
|
+
* `entity.order` and `entity.removeFromParent()`. The state is read off the entity rather than
|
|
105
|
+
* taken as an argument, so a caller cannot describe a move the entity did not make.
|
|
106
|
+
*
|
|
107
|
+
* A uuid the kernel does not hold reaches the cache and stops there: an entity joins the root
|
|
108
|
+
* set when the kernel takes it in and leaves it when the kernel lets go.
|
|
109
|
+
*
|
|
110
|
+
* That such a uuid passes in silence, where `setParent()` and `updateOrder()` throw at one, is the
|
|
111
|
+
* difference between a request and a report. Those two are asked to move an entity and cannot do it
|
|
112
|
+
* without one, so an unknown uuid is a disagreement the caller has to hear about. This is an entity
|
|
113
|
+
* saying where it stands, and it says so while the kernel is still taking it in: `createEntity()`
|
|
114
|
+
* writes the order on the entity before the entry is registered, so an entity created with an order
|
|
115
|
+
* of its own reports once before the kernel holds it. A throw there would cost the creation its own
|
|
116
|
+
* bookkeeping, and there is nothing to disagree about -- dropping the cache is right either way.
|
|
117
|
+
*/
|
|
118
|
+
noteEntityTreeChange(uuid: string): void;
|
|
51
119
|
dispatchEventsToEntity(uuid: string, events: IComponentEvent[]): void;
|
|
52
|
-
changeProperties(uuid: string, properties:
|
|
120
|
+
changeProperties(uuid: string, properties: ComponentPropertiesType): void;
|
|
53
121
|
changeToken(uuid: string, token: string): void;
|
|
54
122
|
dispatchMessageToView(message: MessageToViewEvent): void;
|
|
55
|
-
/**
|
|
56
|
-
* Create or destroy the shadow-objects of an entity using the registered constructors.
|
|
57
|
-
* After a token change or registry changes, an entity may be given different shadow-objects.
|
|
58
|
-
*/
|
|
59
|
-
private updateShadowObjects;
|
|
60
|
-
private constructShadowObject;
|
|
61
|
-
private createShadowObjects;
|
|
62
123
|
findShadowObjects(uuid: string): ShadowObjectType[];
|
|
63
|
-
private attachShadowObject;
|
|
64
|
-
private destroyShadowObject;
|
|
65
124
|
findOrCreateRootContext(name: string | symbol): SignalsPath;
|
|
66
125
|
destroy(): void;
|
|
67
126
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Kernel.d.ts","sourceRoot":"","sources":["../../../src/in-the-dark/Kernel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Kernel.d.ts","sourceRoot":"","sources":["../../../src/in-the-dark/Kernel.ts"],"names":[],"mappings":"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"}
|