@endge/ui-vue 0.23.3

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.
Files changed (79) hide show
  1. package/LICENSE +201 -0
  2. package/dist/domain/core/endge-vue.d.ts +22 -0
  3. package/dist/domain/types/filter-renderer.type.d.ts +5 -0
  4. package/dist/domain/types/sfc-render.type.d.ts +143 -0
  5. package/dist/edit.utils-Dnnbd0xG-D9ndNtVP.js +51 -0
  6. package/dist/events-BvSmBueA-Doh7RyHn.js +23 -0
  7. package/dist/main-CQv-nkoD.js +19453 -0
  8. package/dist/main.d.ts +42 -0
  9. package/dist/model/render/sfc/SFCVueRenderInspection.d.ts +12 -0
  10. package/dist/model/render/sfc/SFCVueRuntimeBridge.d.ts +43 -0
  11. package/dist/model/render/sfc/native-vue-sfc-adapter.d.ts +4 -0
  12. package/dist/model/style/EndgeDOMStyleRuntime.d.ts +10 -0
  13. package/dist/model/style/endge-dom-style.d.ts +17 -0
  14. package/dist/model/style/index.d.ts +2 -0
  15. package/dist/reactive/use-current-environment.d.ts +8 -0
  16. package/dist/reactive/use-current-locale.d.ts +8 -0
  17. package/dist/reactive/use-current-project-filter.d.ts +8 -0
  18. package/dist/reactive/use-current-theme.d.ts +8 -0
  19. package/dist/reactive/use-ui.d.ts +3 -0
  20. package/dist/revo-grid.entry-BAwst49a.js +1615 -0
  21. package/dist/revogr-attribution_7.entry-BMG7pXkt.js +967 -0
  22. package/dist/revogr-clipboard_3.entry-BRLLR59Q.js +334 -0
  23. package/dist/revogr-data_4.entry-D1ndZEok.js +745 -0
  24. package/dist/revogr-filter-panel.entry-C-xzIppO.js +329 -0
  25. package/dist/store/domain.d.ts +91 -0
  26. package/dist/test/overlay/context-menu-manager.test.d.ts +1 -0
  27. package/dist/test/sfc/EndgeVueAdapter.test.d.ts +1 -0
  28. package/dist/test/sfc/SFCRender_Component.test.d.ts +1 -0
  29. package/dist/test/sfc/SFCRender_Evaluator.test.d.ts +1 -0
  30. package/dist/test/sfc/SFCRender_FormControls.test.d.ts +1 -0
  31. package/dist/test/sfc/SFCRender_Grid.test.d.ts +1 -0
  32. package/dist/test/sfc/SFCRender_IntrinsicEvents.test.d.ts +1 -0
  33. package/dist/test/sfc/SFCRender_TableAlignment.test.d.ts +1 -0
  34. package/dist/test/sfc/SFCRender_TableLayout.test.d.ts +1 -0
  35. package/dist/test/sfc/SFCRender_TableVisibility.test.d.ts +1 -0
  36. package/dist/test/sfc/SFCVueRenderInspection.test.d.ts +1 -0
  37. package/dist/test/style/endge-dom-runtime-placement.test.d.ts +1 -0
  38. package/dist/test/style/endge-dom-style-jsdom.test.d.ts +1 -0
  39. package/dist/test/style/endge-dom-style.test.d.ts +1 -0
  40. package/dist/test/style/sfc-style-markers.test.d.ts +1 -0
  41. package/dist/throttle-Cpk1LoGk-5dM_0aHc.js +183 -0
  42. package/dist/ui/filter/EndgeFilterControlRenderer.d.ts +33 -0
  43. package/dist/ui/filter/EndgeFilterField.vue.d.ts +13 -0
  44. package/dist/ui/filter/EndgeFilterRenderer.vue.d.ts +3 -0
  45. package/dist/ui/filter/index.d.ts +2 -0
  46. package/dist/ui/layout/EndgeShell.vue.d.ts +22 -0
  47. package/dist/ui/overlay/EndgeContextMenuRoot.vue.d.ts +4 -0
  48. package/dist/ui/overlay/context-menu-manager.d.ts +46 -0
  49. package/dist/ui/render/entities/EndgePage.vue.d.ts +1852 -0
  50. package/dist/ui/render/sfc/SFCRender_Badge.d.ts +3 -0
  51. package/dist/ui/render/sfc/SFCRender_Base.d.ts +8 -0
  52. package/dist/ui/render/sfc/SFCRender_BoundaryRegistry.d.ts +15 -0
  53. package/dist/ui/render/sfc/SFCRender_Box.d.ts +3 -0
  54. package/dist/ui/render/sfc/SFCRender_Checkbox.d.ts +3 -0
  55. package/dist/ui/render/sfc/SFCRender_Component.d.ts +3 -0
  56. package/dist/ui/render/sfc/SFCRender_Context.d.ts +8 -0
  57. package/dist/ui/render/sfc/SFCRender_DateTime.d.ts +3 -0
  58. package/dist/ui/render/sfc/SFCRender_Divider.d.ts +3 -0
  59. package/dist/ui/render/sfc/SFCRender_Dot.d.ts +3 -0
  60. package/dist/ui/render/sfc/SFCRender_Evaluator.d.ts +19 -0
  61. package/dist/ui/render/sfc/SFCRender_Flex.d.ts +3 -0
  62. package/dist/ui/render/sfc/SFCRender_Grid.d.ts +3 -0
  63. package/dist/ui/render/sfc/SFCRender_Icon.d.ts +3 -0
  64. package/dist/ui/render/sfc/SFCRender_Input.d.ts +3 -0
  65. package/dist/ui/render/sfc/SFCRender_Node.d.ts +6 -0
  66. package/dist/ui/render/sfc/SFCRender_Number.d.ts +3 -0
  67. package/dist/ui/render/sfc/SFCRender_Select.d.ts +3 -0
  68. package/dist/ui/render/sfc/SFCRender_Table.d.ts +9 -0
  69. package/dist/ui/render/sfc/SFCRender_TableAlignment.d.ts +8 -0
  70. package/dist/ui/render/sfc/SFCRender_TableStyle.d.ts +35 -0
  71. package/dist/ui/render/sfc/SFCRender_Text.d.ts +3 -0
  72. package/dist/ui/render/sfc/SFCRender_Textarea.d.ts +3 -0
  73. package/dist/ui/render/sfc/SFC_Renderer.vue.d.ts +3 -0
  74. package/dist/ui/render/sfc/SFC_RuntimeRenderer.vue.d.ts +3 -0
  75. package/dist/ui/table/NativeTablePagination.vue.d.ts +15 -0
  76. package/dist/viewport.helpers-CoCAvmZs-f555rwPU.js +77 -0
  77. package/dist/vue.css +1 -0
  78. package/dist/vue.js +75 -0
  79. package/package.json +77 -0
@@ -0,0 +1,1852 @@
1
+ import { RPage } from '@endge/core';
2
+ type __VLS_Props = {
3
+ /** Identity страницы в домене (RPage). */
4
+ identity: string;
5
+ /** Параметры страницы (route params, query). */
6
+ params?: Record<string, unknown>;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {
12
+ page: RPage | null;
13
+ runtime: {
14
+ readonly id: string;
15
+ readonly parent: {
16
+ readonly id: string;
17
+ readonly parent: /*elided*/ any | null;
18
+ readonly kind: import('@endge/core').RuntimeKind | "runtime";
19
+ readonly runtimeType: string;
20
+ readonly capabilities: readonly import('@endge/core').RuntimeHostCapability[];
21
+ readonly entityType: any;
22
+ readonly model: any;
23
+ readonly entityIdentity: string;
24
+ readonly title: string;
25
+ status: import('@endge/core').RuntimeHostStatus;
26
+ readonly createdAt: number;
27
+ updatedAt: number;
28
+ readonly resources: {
29
+ id: string;
30
+ kind: import('@endge/core').RuntimeHostResourceKind;
31
+ title: string;
32
+ subtitle?: string | undefined;
33
+ payload?: Record<string, unknown> | undefined;
34
+ }[];
35
+ readonly channels: {
36
+ id: string;
37
+ kind: import('@endge/core').RuntimeHostChannelKind;
38
+ name: string;
39
+ direction: "in" | "out" | "both";
40
+ subtitle?: string | undefined;
41
+ }[];
42
+ readonly meta: Record<string, unknown>;
43
+ context: any;
44
+ readonly runtimeState: {
45
+ readonly runtimeId: string;
46
+ readonly storageId: string;
47
+ readonly storageKey: string;
48
+ readonly scope: {
49
+ workspaceId: string;
50
+ tenantId: string;
51
+ projectId: string;
52
+ environmentId: string;
53
+ userId: string;
54
+ };
55
+ get: <T>(entityKey: string, section: string, fallback: T) => T;
56
+ set: <T>(entityKey: string, section: string, value: T) => void;
57
+ remove: (entityKey: string, section?: string) => void;
58
+ clear: () => void;
59
+ } | null;
60
+ readonly node: {
61
+ addChild: (node: import('@endge/raph').RaphNode<any>, options?: {
62
+ invalidate?: boolean;
63
+ }) => boolean;
64
+ remove: () => void;
65
+ addMeta: (key: string, value: unknown) => void;
66
+ options: (opts: Partial<import('@endge/raph').RaphProperties> & {
67
+ id?: string;
68
+ weight?: number;
69
+ meta?: Record<string, unknown>;
70
+ type?: string;
71
+ }) => import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>;
72
+ get: <K extends string>(key: K) => import('@endge/raph').RaphProperties[K];
73
+ set: <K extends string>(key: K, value: import('@endge/raph').RaphProperties[K]) => void;
74
+ getLocal: <K extends string>(key: K) => import('@endge/raph').RaphProperties[K];
75
+ setLocal: <K extends string>(key: K, value: import('@endge/raph').RaphProperties[K]) => void;
76
+ dirty: (phase: import('@endge/raph').PhaseName | string | Array<import('@endge/raph').PhaseName | string>) => void;
77
+ traverseAll: (cb: (node: import('@endge/raph').RaphNode<any>) => void) => void;
78
+ dispose: () => void;
79
+ _attachApp: (app: import('@endge/raph').RaphRuntime<any>) => void;
80
+ hasDirtyPhase: (bit: number) => boolean;
81
+ markDirtyPhase: (bit: number) => void;
82
+ clearDirtyPhase: (bit: number) => void;
83
+ readonly app: {
84
+ readonly id: string;
85
+ options: (opts: Partial<import('@endge/raph').RaphOptions>) => void;
86
+ derive: <TSource = unknown, TTarget = unknown>(options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
87
+ transaction: (fn: () => void) => void;
88
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
89
+ definePhases: (phases: Array<import('@endge/raph').RaphPhase>) => void;
90
+ addPhase: (phase: import('@endge/raph').RaphPhase) => void;
91
+ clearPhases: () => void;
92
+ reinitPhases: () => void;
93
+ getNode: (id: string) => import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties> | undefined;
94
+ addNode: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void;
95
+ registerNode: (node: import('@endge/raph').RaphNode<any>) => void;
96
+ removeNode: (node: import('@endge/raph').RaphNode<any>) => void;
97
+ unregisterNode: (node: import('@endge/raph').RaphNode<any>) => void;
98
+ addDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => boolean;
99
+ removeDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => void;
100
+ init: () => void;
101
+ clear: () => void;
102
+ destroy: () => void;
103
+ traverseAll: (cb: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void) => void;
104
+ addLocalPhase: (phase: import('@endge/raph').RaphLocalPhaseRuntime<import('@endge/raph').RaphProperties>) => void;
105
+ addLocalProperty: <K extends string>(property: import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K>) => void;
106
+ getLocalProperty: <K extends string>(key: K) => import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K> | undefined;
107
+ dirtyLocalNodeDefaults: (node: import('@endge/raph').RaphNode<any>, invalidate?: boolean) => void;
108
+ setScheduler: (mode: import('@endge/raph').RaphSchedulerType) => void;
109
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
110
+ invalidate?: boolean;
111
+ vars?: Record<string, any>;
112
+ }) => boolean;
113
+ observeData: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
114
+ enqueueDataObserver: (observer: import('@endge/raph').RaphDataObserver<any>, path: import('@endge/raph').DataPathDef, opts?: {
115
+ invalidate?: boolean;
116
+ vars?: Record<string, any>;
117
+ }) => boolean;
118
+ dirty: (phase: import('@endge/raph').PhaseName | string, node: import('@endge/raph').RaphNode<any>, opts?: {
119
+ invalidate: boolean;
120
+ event?: import('@endge/raph').PhaseEvent;
121
+ }) => void;
122
+ run: () => void;
123
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
124
+ vars?: Record<string, any>;
125
+ }) => import('@endge/raph').Undefinable<unknown>;
126
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
127
+ invalidate?: boolean;
128
+ vars?: Record<string, any>;
129
+ }) => void;
130
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
131
+ invalidate?: boolean;
132
+ vars?: Record<string, any>;
133
+ }) => void;
134
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
135
+ invalidate?: boolean;
136
+ vars?: Record<string, any>;
137
+ }) => void;
138
+ startLoop: () => void;
139
+ acquireLoop: (owner: string) => import('@endge/raph').RaphLoopLease;
140
+ stopLoop: () => void;
141
+ invalidate: () => void;
142
+ reset: () => void;
143
+ subscribe: (ownerNode: import('@endge/raph').RaphNode<any>, maskOrMasks: import('@endge/raph').DataPathDef | Array<import('@endge/raph').DataPathDef>, callback: import('@endge/raph').ControlFlowCallback, opts?: import('@endge/raph').ControlFlowSubscribeOptions) => () => void;
144
+ unsubscribe: (subscriptionId: import('@endge/raph').ControlFlowSubscriptionId) => void;
145
+ unsubscribeOwner: (ownerNode: import('@endge/raph').RaphNode<any>) => void;
146
+ track: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, opts?: {
147
+ vars?: Record<string, any>;
148
+ wildcardDynamic?: boolean;
149
+ }) => void;
150
+ untrack: (node: import('@endge/raph').RaphNode<any>, mask?: import('@endge/raph').DataPathDef) => void;
151
+ priorityOf: (node: import('@endge/raph').RaphNode<any>) => number;
152
+ readonly data: import('@endge/raph').DataObject;
153
+ readonly graph: {
154
+ addNode: (node: import('@endge/raph').RaphNode<any>) => void;
155
+ removeNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => void;
156
+ hasNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => boolean;
157
+ getNode: (id: string) => import('@endge/raph').RaphNode<any> | undefined;
158
+ size: () => number;
159
+ addEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => boolean;
160
+ removeEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => void;
161
+ parentsOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
162
+ childrenOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
163
+ rootIds: () => ReadonlySet<string>;
164
+ roots: () => ReadonlySet<import('@endge/raph').RaphNode<any>>;
165
+ getDepth: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => number;
166
+ topoOrder: () => import('@endge/raph').RaphNode<any>[];
167
+ expandByTraversal: (base: Set<import('@endge/raph').RaphNode<any>> | null, traversal: "dirty-only" | "dirty-and-down" | "dirty-and-up" | "all") => Set<import('@endge/raph').RaphNode<any>>;
168
+ };
169
+ readonly loopEnabled: boolean;
170
+ readonly frame: {
171
+ now: number;
172
+ delta: number;
173
+ elapsed: number;
174
+ frame: number;
175
+ };
176
+ readonly ups: number;
177
+ readonly eps: number;
178
+ readonly nps: number;
179
+ readonly maxUps: number;
180
+ readonly minUpdateInterval: number;
181
+ readonly dataAdapter: {
182
+ root: () => import('@endge/raph').DataObject;
183
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
184
+ vars?: Record<string, any>;
185
+ }) => import('@endge/raph').Undefinable<unknown>;
186
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
187
+ vars?: Record<string, any>;
188
+ }) => void;
189
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
190
+ vars?: Record<string, any>;
191
+ }) => void;
192
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
193
+ vars?: Record<string, any>;
194
+ }) => void;
195
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
196
+ vars?: Record<string, any>;
197
+ }) => number;
198
+ };
199
+ readonly kernel: {
200
+ readonly id: string;
201
+ createRuntime: <Props extends import('@endge/raph').RaphProperties = import('@endge/raph').RaphProperties>(options?: import('@endge/raph').RaphRuntimeOptions) => import('@endge/raph').RaphRuntime<Props>;
202
+ registerRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
203
+ unregisterRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
204
+ registerDerived: <TSource, TTarget>(runtime: import('@endge/raph').RaphRuntime<any>, options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
205
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
206
+ disposeAllDerived: () => void;
207
+ disposeRuntimeDerived: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
208
+ registerDataObserver: <Props extends import('@endge/raph').RaphProperties>(runtime: import('@endge/raph').RaphRuntime<Props>, node: import('@endge/raph').RaphDataObserver<Props>["node"], mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
209
+ removeDataObserversByRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
210
+ removeDataObserversByNode: (runtime: import('@endge/raph').RaphRuntime<any>, node: import('@endge/raph').RaphDataObserver["node"]) => void;
211
+ transaction: (fn: () => void) => void;
212
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
213
+ vars?: Record<string, any>;
214
+ }) => unknown;
215
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
216
+ invalidate?: boolean;
217
+ vars?: Record<string, any>;
218
+ }) => void;
219
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
220
+ invalidate?: boolean;
221
+ vars?: Record<string, any>;
222
+ }) => void;
223
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
224
+ invalidate?: boolean;
225
+ vars?: Record<string, any>;
226
+ }) => void;
227
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
228
+ invalidate?: boolean;
229
+ vars?: Record<string, any>;
230
+ }) => void;
231
+ setDataAdapter: (adapter: import('@endge/raph').DataAdapter) => void;
232
+ clear: () => void;
233
+ readonly dataAdapter: {
234
+ root: () => import('@endge/raph').DataObject;
235
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
236
+ vars?: Record<string, any>;
237
+ }) => import('@endge/raph').Undefinable<unknown>;
238
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
239
+ vars?: Record<string, any>;
240
+ }) => void;
241
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
242
+ vars?: Record<string, any>;
243
+ }) => void;
244
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
245
+ vars?: Record<string, any>;
246
+ }) => void;
247
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
248
+ vars?: Record<string, any>;
249
+ }) => number;
250
+ };
251
+ readonly data: import('@endge/raph').DataObject;
252
+ };
253
+ readonly phases: readonly {
254
+ name: import('@endge/raph').PhaseName;
255
+ traversal: import('@endge/raph').Traversal;
256
+ routes: Array<string>;
257
+ always?: boolean | undefined;
258
+ mode?: "dirty" | "all" | undefined;
259
+ each?: import('@endge/raph').PhaseEachExecutor | undefined;
260
+ all?: import('@endge/raph').PhaseAllExecutor | undefined;
261
+ nodes?: (((node: import('@endge/raph').RaphNode<any>) => boolean) | Array<import('@endge/raph').RaphNodeType>) | undefined;
262
+ }[];
263
+ getPhase: (name: import('@endge/raph').PhaseName) => import('@endge/raph').RaphPhase | undefined;
264
+ readonly root: /*elided*/ any;
265
+ readonly UPS: number;
266
+ };
267
+ readonly raph: {
268
+ readonly id: string;
269
+ options: (opts: Partial<import('@endge/raph').RaphOptions>) => void;
270
+ derive: <TSource = unknown, TTarget = unknown>(options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
271
+ transaction: (fn: () => void) => void;
272
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
273
+ definePhases: (phases: Array<import('@endge/raph').RaphPhase>) => void;
274
+ addPhase: (phase: import('@endge/raph').RaphPhase) => void;
275
+ clearPhases: () => void;
276
+ reinitPhases: () => void;
277
+ getNode: (id: string) => import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties> | undefined;
278
+ addNode: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void;
279
+ registerNode: (node: import('@endge/raph').RaphNode<any>) => void;
280
+ removeNode: (node: import('@endge/raph').RaphNode<any>) => void;
281
+ unregisterNode: (node: import('@endge/raph').RaphNode<any>) => void;
282
+ addDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => boolean;
283
+ removeDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => void;
284
+ init: () => void;
285
+ clear: () => void;
286
+ destroy: () => void;
287
+ traverseAll: (cb: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void) => void;
288
+ addLocalPhase: (phase: import('@endge/raph').RaphLocalPhaseRuntime<import('@endge/raph').RaphProperties>) => void;
289
+ addLocalProperty: <K extends string>(property: import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K>) => void;
290
+ getLocalProperty: <K extends string>(key: K) => import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K> | undefined;
291
+ dirtyLocalNodeDefaults: (node: import('@endge/raph').RaphNode<any>, invalidate?: boolean) => void;
292
+ setScheduler: (mode: import('@endge/raph').RaphSchedulerType) => void;
293
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
294
+ invalidate?: boolean;
295
+ vars?: Record<string, any>;
296
+ }) => boolean;
297
+ observeData: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
298
+ enqueueDataObserver: (observer: import('@endge/raph').RaphDataObserver<any>, path: import('@endge/raph').DataPathDef, opts?: {
299
+ invalidate?: boolean;
300
+ vars?: Record<string, any>;
301
+ }) => boolean;
302
+ dirty: (phase: import('@endge/raph').PhaseName | string, node: import('@endge/raph').RaphNode<any>, opts?: {
303
+ invalidate: boolean;
304
+ event?: import('@endge/raph').PhaseEvent;
305
+ }) => void;
306
+ run: () => void;
307
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
308
+ vars?: Record<string, any>;
309
+ }) => import('@endge/raph').Undefinable<unknown>;
310
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
311
+ invalidate?: boolean;
312
+ vars?: Record<string, any>;
313
+ }) => void;
314
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
315
+ invalidate?: boolean;
316
+ vars?: Record<string, any>;
317
+ }) => void;
318
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
319
+ invalidate?: boolean;
320
+ vars?: Record<string, any>;
321
+ }) => void;
322
+ startLoop: () => void;
323
+ acquireLoop: (owner: string) => import('@endge/raph').RaphLoopLease;
324
+ stopLoop: () => void;
325
+ invalidate: () => void;
326
+ reset: () => void;
327
+ subscribe: (ownerNode: import('@endge/raph').RaphNode<any>, maskOrMasks: import('@endge/raph').DataPathDef | Array<import('@endge/raph').DataPathDef>, callback: import('@endge/raph').ControlFlowCallback, opts?: import('@endge/raph').ControlFlowSubscribeOptions) => () => void;
328
+ unsubscribe: (subscriptionId: import('@endge/raph').ControlFlowSubscriptionId) => void;
329
+ unsubscribeOwner: (ownerNode: import('@endge/raph').RaphNode<any>) => void;
330
+ track: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, opts?: {
331
+ vars?: Record<string, any>;
332
+ wildcardDynamic?: boolean;
333
+ }) => void;
334
+ untrack: (node: import('@endge/raph').RaphNode<any>, mask?: import('@endge/raph').DataPathDef) => void;
335
+ priorityOf: (node: import('@endge/raph').RaphNode<any>) => number;
336
+ readonly data: import('@endge/raph').DataObject;
337
+ readonly graph: {
338
+ addNode: (node: import('@endge/raph').RaphNode<any>) => void;
339
+ removeNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => void;
340
+ hasNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => boolean;
341
+ getNode: (id: string) => import('@endge/raph').RaphNode<any> | undefined;
342
+ size: () => number;
343
+ addEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => boolean;
344
+ removeEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => void;
345
+ parentsOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
346
+ childrenOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
347
+ rootIds: () => ReadonlySet<string>;
348
+ roots: () => ReadonlySet<import('@endge/raph').RaphNode<any>>;
349
+ getDepth: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => number;
350
+ topoOrder: () => import('@endge/raph').RaphNode<any>[];
351
+ expandByTraversal: (base: Set<import('@endge/raph').RaphNode<any>> | null, traversal: "dirty-only" | "dirty-and-down" | "dirty-and-up" | "all") => Set<import('@endge/raph').RaphNode<any>>;
352
+ };
353
+ readonly loopEnabled: boolean;
354
+ readonly frame: {
355
+ now: number;
356
+ delta: number;
357
+ elapsed: number;
358
+ frame: number;
359
+ };
360
+ readonly ups: number;
361
+ readonly eps: number;
362
+ readonly nps: number;
363
+ readonly maxUps: number;
364
+ readonly minUpdateInterval: number;
365
+ readonly dataAdapter: {
366
+ root: () => import('@endge/raph').DataObject;
367
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
368
+ vars?: Record<string, any>;
369
+ }) => import('@endge/raph').Undefinable<unknown>;
370
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
371
+ vars?: Record<string, any>;
372
+ }) => void;
373
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
374
+ vars?: Record<string, any>;
375
+ }) => void;
376
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
377
+ vars?: Record<string, any>;
378
+ }) => void;
379
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
380
+ vars?: Record<string, any>;
381
+ }) => number;
382
+ };
383
+ readonly kernel: {
384
+ readonly id: string;
385
+ createRuntime: <Props extends import('@endge/raph').RaphProperties = import('@endge/raph').RaphProperties>(options?: import('@endge/raph').RaphRuntimeOptions) => import('@endge/raph').RaphRuntime<Props>;
386
+ registerRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
387
+ unregisterRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
388
+ registerDerived: <TSource, TTarget>(runtime: import('@endge/raph').RaphRuntime<any>, options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
389
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
390
+ disposeAllDerived: () => void;
391
+ disposeRuntimeDerived: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
392
+ registerDataObserver: <Props extends import('@endge/raph').RaphProperties>(runtime: import('@endge/raph').RaphRuntime<Props>, node: import('@endge/raph').RaphDataObserver<Props>["node"], mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
393
+ removeDataObserversByRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
394
+ removeDataObserversByNode: (runtime: import('@endge/raph').RaphRuntime<any>, node: import('@endge/raph').RaphDataObserver["node"]) => void;
395
+ transaction: (fn: () => void) => void;
396
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
397
+ vars?: Record<string, any>;
398
+ }) => unknown;
399
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
400
+ invalidate?: boolean;
401
+ vars?: Record<string, any>;
402
+ }) => void;
403
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
404
+ invalidate?: boolean;
405
+ vars?: Record<string, any>;
406
+ }) => void;
407
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
408
+ invalidate?: boolean;
409
+ vars?: Record<string, any>;
410
+ }) => void;
411
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
412
+ invalidate?: boolean;
413
+ vars?: Record<string, any>;
414
+ }) => void;
415
+ setDataAdapter: (adapter: import('@endge/raph').DataAdapter) => void;
416
+ clear: () => void;
417
+ readonly dataAdapter: {
418
+ root: () => import('@endge/raph').DataObject;
419
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
420
+ vars?: Record<string, any>;
421
+ }) => import('@endge/raph').Undefinable<unknown>;
422
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
423
+ vars?: Record<string, any>;
424
+ }) => void;
425
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
426
+ vars?: Record<string, any>;
427
+ }) => void;
428
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
429
+ vars?: Record<string, any>;
430
+ }) => void;
431
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
432
+ vars?: Record<string, any>;
433
+ }) => number;
434
+ };
435
+ readonly data: import('@endge/raph').DataObject;
436
+ };
437
+ readonly phases: readonly {
438
+ name: import('@endge/raph').PhaseName;
439
+ traversal: import('@endge/raph').Traversal;
440
+ routes: Array<string>;
441
+ always?: boolean | undefined;
442
+ mode?: "dirty" | "all" | undefined;
443
+ each?: import('@endge/raph').PhaseEachExecutor | undefined;
444
+ all?: import('@endge/raph').PhaseAllExecutor | undefined;
445
+ nodes?: (((node: import('@endge/raph').RaphNode<any>) => boolean) | Array<import('@endge/raph').RaphNodeType>) | undefined;
446
+ }[];
447
+ getPhase: (name: import('@endge/raph').PhaseName) => import('@endge/raph').RaphPhase | undefined;
448
+ readonly root: /*elided*/ any;
449
+ readonly UPS: number;
450
+ };
451
+ readonly id: string;
452
+ readonly weight: number;
453
+ readonly computedWeight: number;
454
+ readonly meta: Record<string, unknown>;
455
+ readonly type: string;
456
+ readonly parent: /*elided*/ any | null;
457
+ readonly children: /*elided*/ any[];
458
+ readonly local: {
459
+ get: <K extends string>(key: K) => import('@endge/raph').RaphProperties[K];
460
+ set: <K extends string>(key: K, value: import('@endge/raph').RaphProperties[K]) => void;
461
+ };
462
+ } | null;
463
+ readonly basePath: string;
464
+ statePath: (path?: string) => string;
465
+ outputPath: (name: string) => string;
466
+ bindInput: (name: string, binding: import('@endge/core').RuntimeHostInputBinding) => void;
467
+ readInput: (name: string) => unknown;
468
+ readInputs: () => Readonly<Record<string, unknown>>;
469
+ bindUpdate: (binding: import('@endge/core').RuntimeHostUpdateBinding) => () => void;
470
+ getArtifact: () => import('@endge/core').ProgramArtifact<unknown> | null;
471
+ getArtifactPayload: () => unknown;
472
+ setStatus: (status: import('@endge/core').RuntimeHostStatus) => void;
473
+ hasCapability: (capability: import('@endge/core').RuntimeHostCapability) => boolean;
474
+ addResource: (resource: import('@endge/core').RuntimeHostResource) => void;
475
+ addChannel: (channel: import('@endge/core').RuntimeHostChannel) => void;
476
+ emit: (event: string, payload: any) => void;
477
+ on: (event: string, listener: (payload: any) => void) => any;
478
+ off: (event: string, listener: (payload: any) => void) => any;
479
+ setContext: (patch: Partial<any>) => void;
480
+ replaceContext: (context: any) => void;
481
+ attachRuntimeState: (runtimeState: import('@endge/core').RuntimeStateControllerLike | null) => void;
482
+ update: (ctx: import('@endge/core').RuntimeHostUpdateContext) => Promise<void> | void;
483
+ snapshot: () => import('@endge/core').RuntimeHostSnapshot;
484
+ create: () => Promise<void> | void;
485
+ mount: () => Promise<void> | void;
486
+ start: () => Promise<void> | void;
487
+ pause: () => Promise<void> | void;
488
+ resume: () => Promise<void> | void;
489
+ reconcile: () => Promise<void> | void;
490
+ stop: () => Promise<void> | void;
491
+ unmount: () => Promise<void> | void;
492
+ destroy: () => Promise<void> | void;
493
+ } | null;
494
+ readonly kind: import('@endge/core').RuntimeKind | "runtime";
495
+ readonly runtimeType: string;
496
+ readonly capabilities: readonly import('@endge/core').RuntimeHostCapability[];
497
+ readonly entityType: keyof import('@endge/core').RuntimeEntityModelMap;
498
+ readonly model: {
499
+ configuration: {
500
+ mode: "inherit";
501
+ patch: {
502
+ vars?: {
503
+ entries: ({
504
+ key: string;
505
+ op: "remove";
506
+ } | {
507
+ key: string;
508
+ op: "upsert";
509
+ value: {
510
+ name: string;
511
+ defaultValue: string;
512
+ };
513
+ })[];
514
+ } | undefined;
515
+ sse?: {
516
+ op: "remove";
517
+ } | {
518
+ op: "set";
519
+ value: {
520
+ url: string;
521
+ authMode?: import('@endge/core').EndgeSSEAuthMode | undefined;
522
+ authProfileIdentity?: string | null | undefined;
523
+ manualToken?: string | null | undefined;
524
+ };
525
+ } | undefined;
526
+ locales?: {
527
+ entries: ({
528
+ key: string;
529
+ op: "remove";
530
+ } | {
531
+ key: string;
532
+ op: "upsert";
533
+ value: {
534
+ code: string;
535
+ displayName: string;
536
+ shortLabel: string;
537
+ direction?: "ltr" | "rtl" | undefined;
538
+ };
539
+ })[];
540
+ } | undefined;
541
+ defaultLocale?: {
542
+ op: "remove";
543
+ } | {
544
+ op: "set";
545
+ value: string;
546
+ } | undefined;
547
+ fallbackLocale?: {
548
+ op: "remove";
549
+ } | {
550
+ op: "set";
551
+ value: string;
552
+ } | undefined;
553
+ themes?: {
554
+ entries: ({
555
+ key: string;
556
+ op: "remove";
557
+ } | {
558
+ key: string;
559
+ op: "upsert";
560
+ value: {
561
+ identity: string;
562
+ displayName: string;
563
+ };
564
+ })[];
565
+ } | undefined;
566
+ defaultTheme?: {
567
+ op: "remove";
568
+ } | {
569
+ op: "set";
570
+ value: string;
571
+ } | undefined;
572
+ defaultAuthProfileIdentity?: {
573
+ op: "remove";
574
+ } | {
575
+ op: "set";
576
+ value: string;
577
+ } | undefined;
578
+ sfcAdapterIds?: {
579
+ entries: ({
580
+ key: string;
581
+ op: "remove";
582
+ } | {
583
+ key: string;
584
+ op: "upsert";
585
+ value: string;
586
+ })[];
587
+ } | undefined;
588
+ defaultSfcAdapterId?: {
589
+ op: "remove";
590
+ } | {
591
+ op: "set";
592
+ value: string;
593
+ } | undefined;
594
+ diagnostics?: {
595
+ telemetry?: {
596
+ collection?: {
597
+ enabled?: {
598
+ op: "remove";
599
+ } | {
600
+ op: "set";
601
+ value: boolean;
602
+ } | undefined;
603
+ signals?: {
604
+ entries: ({
605
+ key: string;
606
+ op: "remove";
607
+ } | {
608
+ key: string;
609
+ op: "upsert";
610
+ value: import('@endge/core').DiagnosticsSignal;
611
+ })[];
612
+ } | undefined;
613
+ minSeverity?: {
614
+ op: "remove";
615
+ } | {
616
+ op: "set";
617
+ value: import('@endge/core').DiagnosticsSeverityNumber;
618
+ } | undefined;
619
+ maxRecords?: {
620
+ op: "remove";
621
+ } | {
622
+ op: "set";
623
+ value: number;
624
+ } | undefined;
625
+ } | undefined;
626
+ outputs?: {
627
+ entries: ({
628
+ key: string;
629
+ op: "remove";
630
+ } | {
631
+ key: string;
632
+ op: "upsert";
633
+ value: {
634
+ id: string;
635
+ name: string;
636
+ enabled: boolean;
637
+ adapterType: string;
638
+ options: Record<string, import('@endge/core').DiagnosticsAdapterOptionValue>;
639
+ };
640
+ })[];
641
+ } | undefined;
642
+ routes?: {
643
+ entries: ({
644
+ key: string;
645
+ op: "remove";
646
+ } | {
647
+ key: string;
648
+ op: "upsert";
649
+ value: {
650
+ id: string;
651
+ name: string;
652
+ enabled: boolean;
653
+ match: {
654
+ signals?: import('@endge/core').DiagnosticsSignal[] | undefined;
655
+ phases?: import('@endge/core').DiagnosticsPhase[] | undefined;
656
+ minSeverity?: import('@endge/core').DiagnosticsSeverityNumber | undefined;
657
+ spanStatuses?: import('@endge/core').DiagnosticsSpanStatus["code"][] | undefined;
658
+ minDurationMs?: number | undefined;
659
+ scopes?: string[] | undefined;
660
+ eventNames?: string[] | undefined;
661
+ traceId?: string | undefined;
662
+ spanId?: string | undefined;
663
+ attributes?: import('@endge/core').DiagnosticsAttributes | undefined;
664
+ limit?: number | undefined;
665
+ };
666
+ outputId: string;
667
+ };
668
+ })[];
669
+ } | undefined;
670
+ } | undefined;
671
+ snapshots?: {
672
+ content?: {
673
+ telemetry?: {
674
+ op: "remove";
675
+ } | {
676
+ op: "set";
677
+ value: boolean;
678
+ } | undefined;
679
+ problems?: {
680
+ op: "remove";
681
+ } | {
682
+ op: "set";
683
+ value: boolean;
684
+ } | undefined;
685
+ configuration?: {
686
+ op: "remove";
687
+ } | {
688
+ op: "set";
689
+ value: boolean;
690
+ } | undefined;
691
+ } | undefined;
692
+ automatic?: {
693
+ enabled?: {
694
+ op: "remove";
695
+ } | {
696
+ op: "set";
697
+ value: boolean;
698
+ } | undefined;
699
+ errorCount?: {
700
+ op: "remove";
701
+ } | {
702
+ op: "set";
703
+ value: number;
704
+ } | undefined;
705
+ windowSeconds?: {
706
+ op: "remove";
707
+ } | {
708
+ op: "set";
709
+ value: number;
710
+ } | undefined;
711
+ cooldownSeconds?: {
712
+ op: "remove";
713
+ } | {
714
+ op: "set";
715
+ value: number;
716
+ } | undefined;
717
+ outputIds?: {
718
+ entries: ({
719
+ key: string;
720
+ op: "remove";
721
+ } | {
722
+ key: string;
723
+ op: "upsert";
724
+ value: string;
725
+ })[];
726
+ } | undefined;
727
+ } | undefined;
728
+ } | undefined;
729
+ } | undefined;
730
+ };
731
+ } | {
732
+ mode: "replace";
733
+ value: {
734
+ vars: {
735
+ name: string;
736
+ defaultValue: string;
737
+ }[];
738
+ sse?: {
739
+ url: string;
740
+ authMode?: import('@endge/core').EndgeSSEAuthMode | undefined;
741
+ authProfileIdentity?: string | null | undefined;
742
+ manualToken?: string | null | undefined;
743
+ } | undefined;
744
+ locales: {
745
+ code: string;
746
+ displayName: string;
747
+ shortLabel: string;
748
+ direction?: "ltr" | "rtl" | undefined;
749
+ }[];
750
+ defaultLocale: string;
751
+ fallbackLocale: string;
752
+ themes: {
753
+ identity: string;
754
+ displayName: string;
755
+ }[];
756
+ defaultTheme: string;
757
+ defaultAuthProfileIdentity: string | null;
758
+ sfcAdapterIds: string[];
759
+ defaultSfcAdapterId: string;
760
+ diagnostics: {
761
+ telemetry: {
762
+ collection: {
763
+ enabled: boolean;
764
+ signals: import('@endge/core').DiagnosticsSignal[];
765
+ minSeverity: import('@endge/core').DiagnosticsSeverityNumber;
766
+ maxRecords: number;
767
+ };
768
+ outputs: {
769
+ id: string;
770
+ name: string;
771
+ enabled: boolean;
772
+ adapterType: string;
773
+ options: Record<string, import('@endge/core').DiagnosticsAdapterOptionValue>;
774
+ }[];
775
+ routes: {
776
+ id: string;
777
+ name: string;
778
+ enabled: boolean;
779
+ match: {
780
+ signals?: import('@endge/core').DiagnosticsSignal[] | undefined;
781
+ phases?: import('@endge/core').DiagnosticsPhase[] | undefined;
782
+ minSeverity?: import('@endge/core').DiagnosticsSeverityNumber | undefined;
783
+ spanStatuses?: import('@endge/core').DiagnosticsSpanStatus["code"][] | undefined;
784
+ minDurationMs?: number | undefined;
785
+ scopes?: string[] | undefined;
786
+ eventNames?: string[] | undefined;
787
+ traceId?: string | undefined;
788
+ spanId?: string | undefined;
789
+ attributes?: import('@endge/core').DiagnosticsAttributes | undefined;
790
+ limit?: number | undefined;
791
+ };
792
+ outputId: string;
793
+ }[];
794
+ };
795
+ snapshots: {
796
+ content: {
797
+ telemetry: boolean;
798
+ problems: boolean;
799
+ configuration: boolean;
800
+ };
801
+ automatic: {
802
+ enabled: boolean;
803
+ errorCount: number;
804
+ windowSeconds: number;
805
+ cooldownSeconds: number;
806
+ outputIds: string[];
807
+ };
808
+ };
809
+ };
810
+ };
811
+ };
812
+ description: string | null;
813
+ slug?: string | null | undefined;
814
+ order?: number | null | undefined;
815
+ navigationId?: number | null | undefined;
816
+ allowedEnvironmentIds: number[];
817
+ toPlain: () => any;
818
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
819
+ id: number;
820
+ identity: string;
821
+ displayName: string;
822
+ name: string;
823
+ folderId?: string | number | null | undefined;
824
+ managedBy: import('@endge/core').ManagedBy;
825
+ origin: {
826
+ kind: "storage";
827
+ } | {
828
+ kind: "builtin";
829
+ owner: string;
830
+ } | {
831
+ kind: "local";
832
+ owner: string;
833
+ } | {
834
+ kind: "derived";
835
+ source: {
836
+ type: string;
837
+ identity: string;
838
+ };
839
+ };
840
+ managedById: string | null;
841
+ isTemporary: boolean;
842
+ meta: Record<string, unknown>;
843
+ createdAt?: string | undefined;
844
+ updatedAt?: string | undefined;
845
+ deletedAt?: string | null | undefined;
846
+ author?: string | null | undefined;
847
+ active?: boolean | null | undefined;
848
+ applyEntityMeta: (raw: unknown) => void;
849
+ applyStorageMeta: (raw: any) => void;
850
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
851
+ compile: () => void;
852
+ duplicate: (_options: import('@endge/core').DuplicateOptions) => import('@endge/core').REntity;
853
+ } | {
854
+ type: import('@endge/core').QueryType;
855
+ source: string;
856
+ sourceVersion: number;
857
+ run: (props?: Record<string, unknown>) => Promise<any>;
858
+ id: number;
859
+ identity: string;
860
+ displayName: string;
861
+ name: string;
862
+ description: string | null;
863
+ folderId?: string | number | null | undefined;
864
+ managedBy: import('@endge/core').ManagedBy;
865
+ origin: {
866
+ kind: "storage";
867
+ } | {
868
+ kind: "builtin";
869
+ owner: string;
870
+ } | {
871
+ kind: "local";
872
+ owner: string;
873
+ } | {
874
+ kind: "derived";
875
+ source: {
876
+ type: string;
877
+ identity: string;
878
+ };
879
+ };
880
+ managedById: string | null;
881
+ isTemporary: boolean;
882
+ meta: Record<string, unknown>;
883
+ createdAt?: string | undefined;
884
+ updatedAt?: string | undefined;
885
+ deletedAt?: string | null | undefined;
886
+ author?: string | null | undefined;
887
+ active?: boolean | null | undefined;
888
+ applyEntityMeta: (raw: unknown) => void;
889
+ applyStorageMeta: (raw: any) => void;
890
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
891
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
892
+ compile: () => void;
893
+ duplicate: (_options: import('@endge/core').DuplicateOptions) => import('@endge/core').REntity;
894
+ } | {
895
+ kind: string;
896
+ type: import("@endge/core").ComponentType.SFC;
897
+ source: string;
898
+ tag: string | null;
899
+ getSource: () => string;
900
+ setSource: (source: string) => void;
901
+ setSourceParts: (parts: import('@endge/core').RComponentSFCSource_Parts) => void;
902
+ duplicate: (options: import('@endge/core').DuplicateOptions) => import('@endge/core').RComponentSFC;
903
+ toPlain: () => Record<string, unknown>;
904
+ sourceKind: import('@endge/core').RComponentSourceKind;
905
+ modelVersion: number;
906
+ supportedTargets: import('@endge/core').RComponentRenderTarget[];
907
+ supportsTarget: (target: import('@endge/core').RComponentRenderTarget) => boolean;
908
+ id: number;
909
+ identity: string;
910
+ displayName: string;
911
+ name: string;
912
+ description: string | null;
913
+ folderId?: string | number | null | undefined;
914
+ managedBy: import('@endge/core').ManagedBy;
915
+ origin: {
916
+ kind: "storage";
917
+ } | {
918
+ kind: "builtin";
919
+ owner: string;
920
+ } | {
921
+ kind: "local";
922
+ owner: string;
923
+ } | {
924
+ kind: "derived";
925
+ source: {
926
+ type: string;
927
+ identity: string;
928
+ };
929
+ };
930
+ managedById: string | null;
931
+ isTemporary: boolean;
932
+ meta: Record<string, unknown>;
933
+ createdAt?: string | undefined;
934
+ updatedAt?: string | undefined;
935
+ deletedAt?: string | null | undefined;
936
+ author?: string | null | undefined;
937
+ active?: boolean | null | undefined;
938
+ applyEntityMeta: (raw: unknown) => void;
939
+ applyStorageMeta: (raw: any) => void;
940
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
941
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
942
+ compile: () => void;
943
+ } | {
944
+ definition: {
945
+ version: number;
946
+ entrypoint: string;
947
+ nodes: {
948
+ id: string;
949
+ title: string;
950
+ blockId: string;
951
+ kind: import('@endge/core').EndgeFlowNodeKind;
952
+ params?: import('@endge/core').EndgeFlowNodeParams | undefined;
953
+ meta?: Record<string, unknown> | undefined;
954
+ }[];
955
+ edges: {
956
+ id: string;
957
+ sourceNodeId: string;
958
+ sourcePortId: string;
959
+ targetNodeId: string;
960
+ targetPortId: string;
961
+ label?: string | null | undefined;
962
+ }[];
963
+ };
964
+ input: {
965
+ name: string;
966
+ type: string;
967
+ isArray: boolean;
968
+ optional: boolean;
969
+ params?: (Map<string, /*elided*/ any> & Omit<Map<string, import('@endge/core').RField>, keyof Map<any, any>>) | undefined;
970
+ isMethod: () => boolean;
971
+ } | null;
972
+ output: {
973
+ name: string;
974
+ type: string;
975
+ isArray: boolean;
976
+ optional: boolean;
977
+ params?: (Map<string, /*elided*/ any> & Omit<Map<string, import('@endge/core').RField>, keyof Map<any, any>>) | undefined;
978
+ isMethod: () => boolean;
979
+ } | null;
980
+ target: {
981
+ type: string;
982
+ identity?: string | undefined;
983
+ }[] | null;
984
+ defaultImplementation: {
985
+ kind: "flow";
986
+ } | {
987
+ kind: "provider";
988
+ providerKey: string;
989
+ } | {
990
+ kind: "component-port";
991
+ portName: string;
992
+ };
993
+ owner?: {
994
+ type: string;
995
+ identity: string;
996
+ } | undefined;
997
+ setStepHandler: (runtimeId: string, fn: import('@endge/core').ActionStepHandler | undefined) => void;
998
+ getStepHandler: (runtimeId: string) => import('@endge/core').ActionStepHandler | undefined;
999
+ hasStepHandler: (runtimeId: string) => boolean;
1000
+ clearStepHandlers: () => void;
1001
+ readonly compiledFlow: {
1002
+ flow: {
1003
+ version: number;
1004
+ entrypoint: string;
1005
+ nodes: {
1006
+ id: string;
1007
+ title: string;
1008
+ blockId: string;
1009
+ kind: import('@endge/core').EndgeFlowNodeKind;
1010
+ params?: import('@endge/core').EndgeFlowNodeParams | undefined;
1011
+ meta?: Record<string, unknown> | undefined;
1012
+ }[];
1013
+ edges: {
1014
+ id: string;
1015
+ sourceNodeId: string;
1016
+ sourcePortId: string;
1017
+ targetNodeId: string;
1018
+ targetPortId: string;
1019
+ label?: string | null | undefined;
1020
+ }[];
1021
+ };
1022
+ nodesById: Map<string, {
1023
+ id: string;
1024
+ title: string;
1025
+ blockId: string;
1026
+ kind: import('@endge/core').EndgeFlowNodeKind;
1027
+ params?: import('@endge/core').EndgeFlowNodeParams | undefined;
1028
+ meta?: Record<string, unknown> | undefined;
1029
+ }> & Omit<Map<string, import('@endge/core').EndgeFlowNodeDefinition>, keyof Map<any, any>>;
1030
+ nodeIdByBlockId: Map<string, string> & Omit<Map<string, string>, keyof Map<any, any>>;
1031
+ outgoingByNodeId: Map<string, {
1032
+ id: string;
1033
+ sourceNodeId: string;
1034
+ sourcePortId: string;
1035
+ targetNodeId: string;
1036
+ targetPortId: string;
1037
+ label?: string | null | undefined;
1038
+ }[]> & Omit<Map<string, import('@endge/core').EndgeFlowEdgeDefinition[]>, keyof Map<any, any>>;
1039
+ incomingByNodeId: Map<string, {
1040
+ id: string;
1041
+ sourceNodeId: string;
1042
+ sourcePortId: string;
1043
+ targetNodeId: string;
1044
+ targetPortId: string;
1045
+ label?: string | null | undefined;
1046
+ }[]> & Omit<Map<string, import('@endge/core').EndgeFlowEdgeDefinition[]>, keyof Map<any, any>>;
1047
+ runtimeNodeIdByRuntimeId: Map<string, string> & Omit<Map<string, string>, keyof Map<any, any>>;
1048
+ reachableNodeIds: string[];
1049
+ issues: {
1050
+ code: string;
1051
+ message: string;
1052
+ nodeId?: string | undefined;
1053
+ edgeId?: string | undefined;
1054
+ }[];
1055
+ } | null;
1056
+ getValidationIssues: () => import('@endge/core').FlowValidationIssue[];
1057
+ validate: () => import('@endge/core').FlowValidationIssue[];
1058
+ getCompiledRuntimeNodeId: (runtimeId: string) => string | null;
1059
+ buildCompiledFlow: () => import('@endge/core').ActionCompiledFlow;
1060
+ compile: () => void;
1061
+ run: () => Promise<unknown>;
1062
+ toPlain: () => Record<string, unknown>;
1063
+ duplicate: (options: import('@endge/core').DuplicateOptions) => import('@endge/core').RAction;
1064
+ id: number;
1065
+ identity: string;
1066
+ displayName: string;
1067
+ name: string;
1068
+ description: string | null;
1069
+ folderId?: string | number | null | undefined;
1070
+ managedBy: import('@endge/core').ManagedBy;
1071
+ origin: {
1072
+ kind: "storage";
1073
+ } | {
1074
+ kind: "builtin";
1075
+ owner: string;
1076
+ } | {
1077
+ kind: "local";
1078
+ owner: string;
1079
+ } | {
1080
+ kind: "derived";
1081
+ source: {
1082
+ type: string;
1083
+ identity: string;
1084
+ };
1085
+ };
1086
+ managedById: string | null;
1087
+ isTemporary: boolean;
1088
+ meta: Record<string, unknown>;
1089
+ createdAt?: string | undefined;
1090
+ updatedAt?: string | undefined;
1091
+ deletedAt?: string | null | undefined;
1092
+ author?: string | null | undefined;
1093
+ active?: boolean | null | undefined;
1094
+ applyEntityMeta: (raw: unknown) => void;
1095
+ applyStorageMeta: (raw: any) => void;
1096
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
1097
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
1098
+ } | {
1099
+ description: string | null;
1100
+ routeName: string | null;
1101
+ routePath: string | null;
1102
+ templateId: number | null;
1103
+ enabled: boolean;
1104
+ areas: {
1105
+ slotId: string;
1106
+ blocks?: {
1107
+ key: string;
1108
+ entityType?: string | null | undefined;
1109
+ entityId?: number | null | undefined;
1110
+ entityIdentity?: string | null | undefined;
1111
+ titleOverride?: string | null | undefined;
1112
+ visibleWhen?: string | null | undefined;
1113
+ props?: (Record<string, unknown> | null) | undefined;
1114
+ }[] | undefined;
1115
+ }[];
1116
+ readonly type: import('@endge/core').DomainDocumentType;
1117
+ toPlain: () => import('@endge/core').RPageSchema;
1118
+ duplicate: (options: import('@endge/core').DuplicateOptions) => RPage;
1119
+ id: number;
1120
+ identity: string;
1121
+ displayName: string;
1122
+ name: string;
1123
+ folderId?: string | number | null | undefined;
1124
+ managedBy: import('@endge/core').ManagedBy;
1125
+ origin: {
1126
+ kind: "storage";
1127
+ } | {
1128
+ kind: "builtin";
1129
+ owner: string;
1130
+ } | {
1131
+ kind: "local";
1132
+ owner: string;
1133
+ } | {
1134
+ kind: "derived";
1135
+ source: {
1136
+ type: string;
1137
+ identity: string;
1138
+ };
1139
+ };
1140
+ managedById: string | null;
1141
+ isTemporary: boolean;
1142
+ meta: Record<string, unknown>;
1143
+ createdAt?: string | undefined;
1144
+ updatedAt?: string | undefined;
1145
+ deletedAt?: string | null | undefined;
1146
+ author?: string | null | undefined;
1147
+ active?: boolean | null | undefined;
1148
+ applyEntityMeta: (raw: unknown) => void;
1149
+ applyStorageMeta: (raw: any) => void;
1150
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
1151
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
1152
+ compile: () => void;
1153
+ } | {
1154
+ displayName: string;
1155
+ fields: {
1156
+ key: string;
1157
+ label?: string | undefined;
1158
+ mode: import('@endge/core').FilterFieldMode;
1159
+ staticOptions?: {
1160
+ value: string;
1161
+ label?: string | undefined;
1162
+ }[] | undefined;
1163
+ vocabIdentity?: string | undefined;
1164
+ vocabCollection?: string | undefined;
1165
+ valuePath?: string | undefined;
1166
+ displayNamePath?: string | undefined;
1167
+ multiple?: boolean | undefined;
1168
+ converterIdentities?: string[] | undefined;
1169
+ defaultValue?: string | undefined;
1170
+ active?: boolean | undefined;
1171
+ }[];
1172
+ source: string;
1173
+ sourceVersion: number;
1174
+ readonly type: import('@endge/core').DomainDocumentType;
1175
+ toPlain: () => import('@endge/core').RFilterSchema;
1176
+ id: number;
1177
+ identity: string;
1178
+ name: string;
1179
+ description: string | null;
1180
+ folderId?: string | number | null | undefined;
1181
+ managedBy: import('@endge/core').ManagedBy;
1182
+ origin: {
1183
+ kind: "storage";
1184
+ } | {
1185
+ kind: "builtin";
1186
+ owner: string;
1187
+ } | {
1188
+ kind: "local";
1189
+ owner: string;
1190
+ } | {
1191
+ kind: "derived";
1192
+ source: {
1193
+ type: string;
1194
+ identity: string;
1195
+ };
1196
+ };
1197
+ managedById: string | null;
1198
+ isTemporary: boolean;
1199
+ meta: Record<string, unknown>;
1200
+ createdAt?: string | undefined;
1201
+ updatedAt?: string | undefined;
1202
+ deletedAt?: string | null | undefined;
1203
+ author?: string | null | undefined;
1204
+ active?: boolean | null | undefined;
1205
+ applyEntityMeta: (raw: unknown) => void;
1206
+ applyStorageMeta: (raw: any) => void;
1207
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
1208
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
1209
+ compile: () => void;
1210
+ duplicate: (_options: import('@endge/core').DuplicateOptions) => import('@endge/core').REntity;
1211
+ } | {
1212
+ readonly type: "composition";
1213
+ description: string | null;
1214
+ kind: import('@endge/core').RCompositionKind;
1215
+ kindIdentity: string | null;
1216
+ source: string;
1217
+ sourceVersion: number;
1218
+ duplicate: (options: import('@endge/core').DuplicateOptions) => import('@endge/core').RComposition;
1219
+ id: number;
1220
+ identity: string;
1221
+ displayName: string;
1222
+ name: string;
1223
+ folderId?: string | number | null | undefined;
1224
+ managedBy: import('@endge/core').ManagedBy;
1225
+ origin: {
1226
+ kind: "storage";
1227
+ } | {
1228
+ kind: "builtin";
1229
+ owner: string;
1230
+ } | {
1231
+ kind: "local";
1232
+ owner: string;
1233
+ } | {
1234
+ kind: "derived";
1235
+ source: {
1236
+ type: string;
1237
+ identity: string;
1238
+ };
1239
+ };
1240
+ managedById: string | null;
1241
+ isTemporary: boolean;
1242
+ meta: Record<string, unknown>;
1243
+ createdAt?: string | undefined;
1244
+ updatedAt?: string | undefined;
1245
+ deletedAt?: string | null | undefined;
1246
+ author?: string | null | undefined;
1247
+ active?: boolean | null | undefined;
1248
+ applyEntityMeta: (raw: unknown) => void;
1249
+ applyStorageMeta: (raw: any) => void;
1250
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
1251
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
1252
+ compile: () => void;
1253
+ } | {
1254
+ description: string | null;
1255
+ source: string;
1256
+ sourceVersion: number;
1257
+ duplicate: (options: import('@endge/core').DuplicateOptions) => import('@endge/core').RStore;
1258
+ id: number;
1259
+ identity: string;
1260
+ displayName: string;
1261
+ name: string;
1262
+ folderId?: string | number | null | undefined;
1263
+ managedBy: import('@endge/core').ManagedBy;
1264
+ origin: {
1265
+ kind: "storage";
1266
+ } | {
1267
+ kind: "builtin";
1268
+ owner: string;
1269
+ } | {
1270
+ kind: "local";
1271
+ owner: string;
1272
+ } | {
1273
+ kind: "derived";
1274
+ source: {
1275
+ type: string;
1276
+ identity: string;
1277
+ };
1278
+ };
1279
+ managedById: string | null;
1280
+ isTemporary: boolean;
1281
+ meta: Record<string, unknown>;
1282
+ createdAt?: string | undefined;
1283
+ updatedAt?: string | undefined;
1284
+ deletedAt?: string | null | undefined;
1285
+ author?: string | null | undefined;
1286
+ active?: boolean | null | undefined;
1287
+ applyEntityMeta: (raw: unknown) => void;
1288
+ applyStorageMeta: (raw: any) => void;
1289
+ applyManagement: (raw: import('@endge/core').EntityManagement | Record<string, unknown> | null | undefined) => void;
1290
+ getDiagnosticProblems: () => import('@endge/core').DiagnosticsProblemInput[];
1291
+ compile: () => void;
1292
+ };
1293
+ readonly entityIdentity: string;
1294
+ readonly title: string;
1295
+ status: import('@endge/core').RuntimeHostStatus;
1296
+ readonly createdAt: number;
1297
+ updatedAt: number;
1298
+ readonly resources: {
1299
+ id: string;
1300
+ kind: import('@endge/core').RuntimeHostResourceKind;
1301
+ title: string;
1302
+ subtitle?: string | undefined;
1303
+ payload?: Record<string, unknown> | undefined;
1304
+ }[];
1305
+ readonly channels: {
1306
+ id: string;
1307
+ kind: import('@endge/core').RuntimeHostChannelKind;
1308
+ name: string;
1309
+ direction: "in" | "out" | "both";
1310
+ subtitle?: string | undefined;
1311
+ }[];
1312
+ readonly meta: Record<string, unknown>;
1313
+ context: {
1314
+ instance: string;
1315
+ lastStateChangeAt: string | null;
1316
+ status: "idle" | "running" | "success" | "error";
1317
+ startedAt: string | null;
1318
+ updatedAt: string | null;
1319
+ } | {
1320
+ target: "dom" | "canvas" | null;
1321
+ lastParseAt: string | null;
1322
+ lastCompileAt: string | null;
1323
+ lastRenderAt: string | null;
1324
+ status: "idle" | "running" | "success" | "error";
1325
+ startedAt: string | null;
1326
+ updatedAt: string | null;
1327
+ } | {
1328
+ lastStateChangeAt: string | null;
1329
+ writableFields: string[];
1330
+ derivedFields: string[];
1331
+ status: "idle" | "running" | "success" | "error";
1332
+ startedAt: string | null;
1333
+ updatedAt: string | null;
1334
+ } | {
1335
+ input: Record<string, unknown>;
1336
+ flowState: {
1337
+ input: Record<string, unknown>;
1338
+ steps: Record<string, Record<string, unknown>>;
1339
+ locals: Record<string, unknown>;
1340
+ globals: Record<string, unknown>;
1341
+ lastStep: Record<string, unknown> | null;
1342
+ };
1343
+ currentNodeId: string | null;
1344
+ callStack: string[];
1345
+ lastFlowResult: {
1346
+ ok: boolean;
1347
+ state: {
1348
+ input: Record<string, unknown>;
1349
+ steps: Record<string, Record<string, unknown>>;
1350
+ locals: Record<string, unknown>;
1351
+ globals: Record<string, unknown>;
1352
+ lastStep: Record<string, unknown> | null;
1353
+ };
1354
+ issues: {
1355
+ code: string;
1356
+ message: string;
1357
+ nodeId?: string | undefined;
1358
+ edgeId?: string | undefined;
1359
+ }[];
1360
+ } | null;
1361
+ parent?: /*elided*/ any | null | undefined;
1362
+ status: "idle" | "running" | "success" | "error";
1363
+ startedAt: string | null;
1364
+ updatedAt: string | null;
1365
+ } | {
1366
+ lastFilterChangeAt: string | null;
1367
+ status: "idle" | "running" | "success" | "error";
1368
+ startedAt: string | null;
1369
+ updatedAt: string | null;
1370
+ } | {
1371
+ mountedChildren: number;
1372
+ lastHookAt: string | null;
1373
+ status: "idle" | "running" | "success" | "error";
1374
+ startedAt: string | null;
1375
+ updatedAt: string | null;
1376
+ } | {
1377
+ lastRefreshAt: string | null;
1378
+ status: "idle" | "running" | "success" | "error";
1379
+ startedAt: string | null;
1380
+ updatedAt: string | null;
1381
+ } | {
1382
+ lastRenderAt: string | null;
1383
+ status: "idle" | "running" | "success" | "error";
1384
+ startedAt: string | null;
1385
+ updatedAt: string | null;
1386
+ };
1387
+ readonly runtimeState: {
1388
+ readonly runtimeId: string;
1389
+ readonly storageId: string;
1390
+ readonly storageKey: string;
1391
+ readonly scope: {
1392
+ workspaceId: string;
1393
+ tenantId: string;
1394
+ projectId: string;
1395
+ environmentId: string;
1396
+ userId: string;
1397
+ };
1398
+ get: <T>(entityKey: string, section: string, fallback: T) => T;
1399
+ set: <T>(entityKey: string, section: string, value: T) => void;
1400
+ remove: (entityKey: string, section?: string) => void;
1401
+ clear: () => void;
1402
+ } | null;
1403
+ readonly node: {
1404
+ addChild: (node: import('@endge/raph').RaphNode<any>, options?: {
1405
+ invalidate?: boolean;
1406
+ }) => boolean;
1407
+ remove: () => void;
1408
+ addMeta: (key: string, value: unknown) => void;
1409
+ options: (opts: Partial<import('@endge/raph').RaphProperties> & {
1410
+ id?: string;
1411
+ weight?: number;
1412
+ meta?: Record<string, unknown>;
1413
+ type?: string;
1414
+ }) => import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>;
1415
+ get: <K extends string>(key: K) => import('@endge/raph').RaphProperties[K];
1416
+ set: <K extends string>(key: K, value: import('@endge/raph').RaphProperties[K]) => void;
1417
+ getLocal: <K extends string>(key: K) => import('@endge/raph').RaphProperties[K];
1418
+ setLocal: <K extends string>(key: K, value: import('@endge/raph').RaphProperties[K]) => void;
1419
+ dirty: (phase: import('@endge/raph').PhaseName | string | Array<import('@endge/raph').PhaseName | string>) => void;
1420
+ traverseAll: (cb: (node: import('@endge/raph').RaphNode<any>) => void) => void;
1421
+ dispose: () => void;
1422
+ _attachApp: (app: import('@endge/raph').RaphRuntime<any>) => void;
1423
+ hasDirtyPhase: (bit: number) => boolean;
1424
+ markDirtyPhase: (bit: number) => void;
1425
+ clearDirtyPhase: (bit: number) => void;
1426
+ readonly app: {
1427
+ readonly id: string;
1428
+ options: (opts: Partial<import('@endge/raph').RaphOptions>) => void;
1429
+ derive: <TSource = unknown, TTarget = unknown>(options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
1430
+ transaction: (fn: () => void) => void;
1431
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
1432
+ definePhases: (phases: Array<import('@endge/raph').RaphPhase>) => void;
1433
+ addPhase: (phase: import('@endge/raph').RaphPhase) => void;
1434
+ clearPhases: () => void;
1435
+ reinitPhases: () => void;
1436
+ getNode: (id: string) => import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties> | undefined;
1437
+ addNode: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void;
1438
+ registerNode: (node: import('@endge/raph').RaphNode<any>) => void;
1439
+ removeNode: (node: import('@endge/raph').RaphNode<any>) => void;
1440
+ unregisterNode: (node: import('@endge/raph').RaphNode<any>) => void;
1441
+ addDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => boolean;
1442
+ removeDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => void;
1443
+ init: () => void;
1444
+ clear: () => void;
1445
+ destroy: () => void;
1446
+ traverseAll: (cb: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void) => void;
1447
+ addLocalPhase: (phase: import('@endge/raph').RaphLocalPhaseRuntime<import('@endge/raph').RaphProperties>) => void;
1448
+ addLocalProperty: <K extends string>(property: import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K>) => void;
1449
+ getLocalProperty: <K extends string>(key: K) => import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K> | undefined;
1450
+ dirtyLocalNodeDefaults: (node: import('@endge/raph').RaphNode<any>, invalidate?: boolean) => void;
1451
+ setScheduler: (mode: import('@endge/raph').RaphSchedulerType) => void;
1452
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
1453
+ invalidate?: boolean;
1454
+ vars?: Record<string, any>;
1455
+ }) => boolean;
1456
+ observeData: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
1457
+ enqueueDataObserver: (observer: import('@endge/raph').RaphDataObserver<any>, path: import('@endge/raph').DataPathDef, opts?: {
1458
+ invalidate?: boolean;
1459
+ vars?: Record<string, any>;
1460
+ }) => boolean;
1461
+ dirty: (phase: import('@endge/raph').PhaseName | string, node: import('@endge/raph').RaphNode<any>, opts?: {
1462
+ invalidate: boolean;
1463
+ event?: import('@endge/raph').PhaseEvent;
1464
+ }) => void;
1465
+ run: () => void;
1466
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1467
+ vars?: Record<string, any>;
1468
+ }) => import('@endge/raph').Undefinable<unknown>;
1469
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1470
+ invalidate?: boolean;
1471
+ vars?: Record<string, any>;
1472
+ }) => void;
1473
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1474
+ invalidate?: boolean;
1475
+ vars?: Record<string, any>;
1476
+ }) => void;
1477
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1478
+ invalidate?: boolean;
1479
+ vars?: Record<string, any>;
1480
+ }) => void;
1481
+ startLoop: () => void;
1482
+ acquireLoop: (owner: string) => import('@endge/raph').RaphLoopLease;
1483
+ stopLoop: () => void;
1484
+ invalidate: () => void;
1485
+ reset: () => void;
1486
+ subscribe: (ownerNode: import('@endge/raph').RaphNode<any>, maskOrMasks: import('@endge/raph').DataPathDef | Array<import('@endge/raph').DataPathDef>, callback: import('@endge/raph').ControlFlowCallback, opts?: import('@endge/raph').ControlFlowSubscribeOptions) => () => void;
1487
+ unsubscribe: (subscriptionId: import('@endge/raph').ControlFlowSubscriptionId) => void;
1488
+ unsubscribeOwner: (ownerNode: import('@endge/raph').RaphNode<any>) => void;
1489
+ track: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, opts?: {
1490
+ vars?: Record<string, any>;
1491
+ wildcardDynamic?: boolean;
1492
+ }) => void;
1493
+ untrack: (node: import('@endge/raph').RaphNode<any>, mask?: import('@endge/raph').DataPathDef) => void;
1494
+ priorityOf: (node: import('@endge/raph').RaphNode<any>) => number;
1495
+ readonly data: import('@endge/raph').DataObject;
1496
+ readonly graph: {
1497
+ addNode: (node: import('@endge/raph').RaphNode<any>) => void;
1498
+ removeNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => void;
1499
+ hasNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => boolean;
1500
+ getNode: (id: string) => import('@endge/raph').RaphNode<any> | undefined;
1501
+ size: () => number;
1502
+ addEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => boolean;
1503
+ removeEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => void;
1504
+ parentsOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
1505
+ childrenOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
1506
+ rootIds: () => ReadonlySet<string>;
1507
+ roots: () => ReadonlySet<import('@endge/raph').RaphNode<any>>;
1508
+ getDepth: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => number;
1509
+ topoOrder: () => import('@endge/raph').RaphNode<any>[];
1510
+ expandByTraversal: (base: Set<import('@endge/raph').RaphNode<any>> | null, traversal: "dirty-only" | "dirty-and-down" | "dirty-and-up" | "all") => Set<import('@endge/raph').RaphNode<any>>;
1511
+ };
1512
+ readonly loopEnabled: boolean;
1513
+ readonly frame: {
1514
+ now: number;
1515
+ delta: number;
1516
+ elapsed: number;
1517
+ frame: number;
1518
+ };
1519
+ readonly ups: number;
1520
+ readonly eps: number;
1521
+ readonly nps: number;
1522
+ readonly maxUps: number;
1523
+ readonly minUpdateInterval: number;
1524
+ readonly dataAdapter: {
1525
+ root: () => import('@endge/raph').DataObject;
1526
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1527
+ vars?: Record<string, any>;
1528
+ }) => import('@endge/raph').Undefinable<unknown>;
1529
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1530
+ vars?: Record<string, any>;
1531
+ }) => void;
1532
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1533
+ vars?: Record<string, any>;
1534
+ }) => void;
1535
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1536
+ vars?: Record<string, any>;
1537
+ }) => void;
1538
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
1539
+ vars?: Record<string, any>;
1540
+ }) => number;
1541
+ };
1542
+ readonly kernel: {
1543
+ readonly id: string;
1544
+ createRuntime: <Props extends import('@endge/raph').RaphProperties = import('@endge/raph').RaphProperties>(options?: import('@endge/raph').RaphRuntimeOptions) => import('@endge/raph').RaphRuntime<Props>;
1545
+ registerRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1546
+ unregisterRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1547
+ registerDerived: <TSource, TTarget>(runtime: import('@endge/raph').RaphRuntime<any>, options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
1548
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
1549
+ disposeAllDerived: () => void;
1550
+ disposeRuntimeDerived: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1551
+ registerDataObserver: <Props extends import('@endge/raph').RaphProperties>(runtime: import('@endge/raph').RaphRuntime<Props>, node: import('@endge/raph').RaphDataObserver<Props>["node"], mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
1552
+ removeDataObserversByRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1553
+ removeDataObserversByNode: (runtime: import('@endge/raph').RaphRuntime<any>, node: import('@endge/raph').RaphDataObserver["node"]) => void;
1554
+ transaction: (fn: () => void) => void;
1555
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1556
+ vars?: Record<string, any>;
1557
+ }) => unknown;
1558
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1559
+ invalidate?: boolean;
1560
+ vars?: Record<string, any>;
1561
+ }) => void;
1562
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1563
+ invalidate?: boolean;
1564
+ vars?: Record<string, any>;
1565
+ }) => void;
1566
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1567
+ invalidate?: boolean;
1568
+ vars?: Record<string, any>;
1569
+ }) => void;
1570
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
1571
+ invalidate?: boolean;
1572
+ vars?: Record<string, any>;
1573
+ }) => void;
1574
+ setDataAdapter: (adapter: import('@endge/raph').DataAdapter) => void;
1575
+ clear: () => void;
1576
+ readonly dataAdapter: {
1577
+ root: () => import('@endge/raph').DataObject;
1578
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1579
+ vars?: Record<string, any>;
1580
+ }) => import('@endge/raph').Undefinable<unknown>;
1581
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1582
+ vars?: Record<string, any>;
1583
+ }) => void;
1584
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1585
+ vars?: Record<string, any>;
1586
+ }) => void;
1587
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1588
+ vars?: Record<string, any>;
1589
+ }) => void;
1590
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
1591
+ vars?: Record<string, any>;
1592
+ }) => number;
1593
+ };
1594
+ readonly data: import('@endge/raph').DataObject;
1595
+ };
1596
+ readonly phases: readonly {
1597
+ name: import('@endge/raph').PhaseName;
1598
+ traversal: import('@endge/raph').Traversal;
1599
+ routes: Array<string>;
1600
+ always?: boolean | undefined;
1601
+ mode?: "dirty" | "all" | undefined;
1602
+ each?: import('@endge/raph').PhaseEachExecutor | undefined;
1603
+ all?: import('@endge/raph').PhaseAllExecutor | undefined;
1604
+ nodes?: (((node: import('@endge/raph').RaphNode<any>) => boolean) | Array<import('@endge/raph').RaphNodeType>) | undefined;
1605
+ }[];
1606
+ getPhase: (name: import('@endge/raph').PhaseName) => import('@endge/raph').RaphPhase | undefined;
1607
+ readonly root: /*elided*/ any;
1608
+ readonly UPS: number;
1609
+ };
1610
+ readonly raph: {
1611
+ readonly id: string;
1612
+ options: (opts: Partial<import('@endge/raph').RaphOptions>) => void;
1613
+ derive: <TSource = unknown, TTarget = unknown>(options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
1614
+ transaction: (fn: () => void) => void;
1615
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
1616
+ definePhases: (phases: Array<import('@endge/raph').RaphPhase>) => void;
1617
+ addPhase: (phase: import('@endge/raph').RaphPhase) => void;
1618
+ clearPhases: () => void;
1619
+ reinitPhases: () => void;
1620
+ getNode: (id: string) => import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties> | undefined;
1621
+ addNode: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void;
1622
+ registerNode: (node: import('@endge/raph').RaphNode<any>) => void;
1623
+ removeNode: (node: import('@endge/raph').RaphNode<any>) => void;
1624
+ unregisterNode: (node: import('@endge/raph').RaphNode<any>) => void;
1625
+ addDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => boolean;
1626
+ removeDependency: (parent: import('@endge/raph').RaphNode<any>, child: import('@endge/raph').RaphNode<any>) => void;
1627
+ init: () => void;
1628
+ clear: () => void;
1629
+ destroy: () => void;
1630
+ traverseAll: (cb: (node: import('@endge/raph').RaphNode<import('@endge/raph').RaphProperties>) => void) => void;
1631
+ addLocalPhase: (phase: import('@endge/raph').RaphLocalPhaseRuntime<import('@endge/raph').RaphProperties>) => void;
1632
+ addLocalProperty: <K extends string>(property: import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K>) => void;
1633
+ getLocalProperty: <K extends string>(key: K) => import('@endge/raph').RaphLocalPropertyRuntime<import('@endge/raph').RaphProperties, K> | undefined;
1634
+ dirtyLocalNodeDefaults: (node: import('@endge/raph').RaphNode<any>, invalidate?: boolean) => void;
1635
+ setScheduler: (mode: import('@endge/raph').RaphSchedulerType) => void;
1636
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
1637
+ invalidate?: boolean;
1638
+ vars?: Record<string, any>;
1639
+ }) => boolean;
1640
+ observeData: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
1641
+ enqueueDataObserver: (observer: import('@endge/raph').RaphDataObserver<any>, path: import('@endge/raph').DataPathDef, opts?: {
1642
+ invalidate?: boolean;
1643
+ vars?: Record<string, any>;
1644
+ }) => boolean;
1645
+ dirty: (phase: import('@endge/raph').PhaseName | string, node: import('@endge/raph').RaphNode<any>, opts?: {
1646
+ invalidate: boolean;
1647
+ event?: import('@endge/raph').PhaseEvent;
1648
+ }) => void;
1649
+ run: () => void;
1650
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1651
+ vars?: Record<string, any>;
1652
+ }) => import('@endge/raph').Undefinable<unknown>;
1653
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1654
+ invalidate?: boolean;
1655
+ vars?: Record<string, any>;
1656
+ }) => void;
1657
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1658
+ invalidate?: boolean;
1659
+ vars?: Record<string, any>;
1660
+ }) => void;
1661
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1662
+ invalidate?: boolean;
1663
+ vars?: Record<string, any>;
1664
+ }) => void;
1665
+ startLoop: () => void;
1666
+ acquireLoop: (owner: string) => import('@endge/raph').RaphLoopLease;
1667
+ stopLoop: () => void;
1668
+ invalidate: () => void;
1669
+ reset: () => void;
1670
+ subscribe: (ownerNode: import('@endge/raph').RaphNode<any>, maskOrMasks: import('@endge/raph').DataPathDef | Array<import('@endge/raph').DataPathDef>, callback: import('@endge/raph').ControlFlowCallback, opts?: import('@endge/raph').ControlFlowSubscribeOptions) => () => void;
1671
+ unsubscribe: (subscriptionId: import('@endge/raph').ControlFlowSubscriptionId) => void;
1672
+ unsubscribeOwner: (ownerNode: import('@endge/raph').RaphNode<any>) => void;
1673
+ track: (node: import('@endge/raph').RaphNode<any>, mask: import('@endge/raph').DataPathDef, opts?: {
1674
+ vars?: Record<string, any>;
1675
+ wildcardDynamic?: boolean;
1676
+ }) => void;
1677
+ untrack: (node: import('@endge/raph').RaphNode<any>, mask?: import('@endge/raph').DataPathDef) => void;
1678
+ priorityOf: (node: import('@endge/raph').RaphNode<any>) => number;
1679
+ readonly data: import('@endge/raph').DataObject;
1680
+ readonly graph: {
1681
+ addNode: (node: import('@endge/raph').RaphNode<any>) => void;
1682
+ removeNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => void;
1683
+ hasNode: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => boolean;
1684
+ getNode: (id: string) => import('@endge/raph').RaphNode<any> | undefined;
1685
+ size: () => number;
1686
+ addEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => boolean;
1687
+ removeEdge: (parent: string | import('@endge/raph').RaphNode<any>, child: string | import('@endge/raph').RaphNode<any>) => void;
1688
+ parentsOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
1689
+ childrenOf: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => ReadonlySet<import('@endge/raph').RaphNode<any>>;
1690
+ rootIds: () => ReadonlySet<string>;
1691
+ roots: () => ReadonlySet<import('@endge/raph').RaphNode<any>>;
1692
+ getDepth: (nodeOrId: string | import('@endge/raph').RaphNode<any>) => number;
1693
+ topoOrder: () => import('@endge/raph').RaphNode<any>[];
1694
+ expandByTraversal: (base: Set<import('@endge/raph').RaphNode<any>> | null, traversal: "dirty-only" | "dirty-and-down" | "dirty-and-up" | "all") => Set<import('@endge/raph').RaphNode<any>>;
1695
+ };
1696
+ readonly loopEnabled: boolean;
1697
+ readonly frame: {
1698
+ now: number;
1699
+ delta: number;
1700
+ elapsed: number;
1701
+ frame: number;
1702
+ };
1703
+ readonly ups: number;
1704
+ readonly eps: number;
1705
+ readonly nps: number;
1706
+ readonly maxUps: number;
1707
+ readonly minUpdateInterval: number;
1708
+ readonly dataAdapter: {
1709
+ root: () => import('@endge/raph').DataObject;
1710
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1711
+ vars?: Record<string, any>;
1712
+ }) => import('@endge/raph').Undefinable<unknown>;
1713
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1714
+ vars?: Record<string, any>;
1715
+ }) => void;
1716
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1717
+ vars?: Record<string, any>;
1718
+ }) => void;
1719
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1720
+ vars?: Record<string, any>;
1721
+ }) => void;
1722
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
1723
+ vars?: Record<string, any>;
1724
+ }) => number;
1725
+ };
1726
+ readonly kernel: {
1727
+ readonly id: string;
1728
+ createRuntime: <Props extends import('@endge/raph').RaphProperties = import('@endge/raph').RaphProperties>(options?: import('@endge/raph').RaphRuntimeOptions) => import('@endge/raph').RaphRuntime<Props>;
1729
+ registerRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1730
+ unregisterRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1731
+ registerDerived: <TSource, TTarget>(runtime: import('@endge/raph').RaphRuntime<any>, options: import('@endge/raph').RaphDerivedOptions<TSource, TTarget>) => import('@endge/raph').RaphDerivedHandle;
1732
+ getDerivedSnapshot: () => import('@endge/raph').RaphDerivedManagerSnapshot;
1733
+ disposeAllDerived: () => void;
1734
+ disposeRuntimeDerived: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1735
+ registerDataObserver: <Props extends import('@endge/raph').RaphProperties>(runtime: import('@endge/raph').RaphRuntime<Props>, node: import('@endge/raph').RaphDataObserver<Props>["node"], mask: import('@endge/raph').DataPathDef, options: import('@endge/raph').RaphObserveDataOptions) => () => void;
1736
+ removeDataObserversByRuntime: (runtime: import('@endge/raph').RaphRuntime<any>) => void;
1737
+ removeDataObserversByNode: (runtime: import('@endge/raph').RaphRuntime<any>, node: import('@endge/raph').RaphDataObserver["node"]) => void;
1738
+ transaction: (fn: () => void) => void;
1739
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1740
+ vars?: Record<string, any>;
1741
+ }) => unknown;
1742
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1743
+ invalidate?: boolean;
1744
+ vars?: Record<string, any>;
1745
+ }) => void;
1746
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1747
+ invalidate?: boolean;
1748
+ vars?: Record<string, any>;
1749
+ }) => void;
1750
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1751
+ invalidate?: boolean;
1752
+ vars?: Record<string, any>;
1753
+ }) => void;
1754
+ notify: (path: import('@endge/raph').DataPathDef, opts?: {
1755
+ invalidate?: boolean;
1756
+ vars?: Record<string, any>;
1757
+ }) => void;
1758
+ setDataAdapter: (adapter: import('@endge/raph').DataAdapter) => void;
1759
+ clear: () => void;
1760
+ readonly dataAdapter: {
1761
+ root: () => import('@endge/raph').DataObject;
1762
+ get: (path: import('@endge/raph').DataPathDef, opts?: {
1763
+ vars?: Record<string, any>;
1764
+ }) => import('@endge/raph').Undefinable<unknown>;
1765
+ set: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1766
+ vars?: Record<string, any>;
1767
+ }) => void;
1768
+ delete: (path: import('@endge/raph').DataPathDef, opts?: {
1769
+ vars?: Record<string, any>;
1770
+ }) => void;
1771
+ merge: (path: import('@endge/raph').DataPathDef, value: unknown, opts?: {
1772
+ vars?: Record<string, any>;
1773
+ }) => void;
1774
+ indexOf: (path: import('@endge/raph').DataPathDef, opts?: {
1775
+ vars?: Record<string, any>;
1776
+ }) => number;
1777
+ };
1778
+ readonly data: import('@endge/raph').DataObject;
1779
+ };
1780
+ readonly phases: readonly {
1781
+ name: import('@endge/raph').PhaseName;
1782
+ traversal: import('@endge/raph').Traversal;
1783
+ routes: Array<string>;
1784
+ always?: boolean | undefined;
1785
+ mode?: "dirty" | "all" | undefined;
1786
+ each?: import('@endge/raph').PhaseEachExecutor | undefined;
1787
+ all?: import('@endge/raph').PhaseAllExecutor | undefined;
1788
+ nodes?: (((node: import('@endge/raph').RaphNode<any>) => boolean) | Array<import('@endge/raph').RaphNodeType>) | undefined;
1789
+ }[];
1790
+ getPhase: (name: import('@endge/raph').PhaseName) => import('@endge/raph').RaphPhase | undefined;
1791
+ readonly root: /*elided*/ any;
1792
+ readonly UPS: number;
1793
+ };
1794
+ readonly id: string;
1795
+ readonly weight: number;
1796
+ readonly computedWeight: number;
1797
+ readonly meta: Record<string, unknown>;
1798
+ readonly type: string;
1799
+ readonly parent: /*elided*/ any | null;
1800
+ readonly children: /*elided*/ any[];
1801
+ readonly local: {
1802
+ get: <K extends string>(key: K) => import('@endge/raph').RaphProperties[K];
1803
+ set: <K extends string>(key: K, value: import('@endge/raph').RaphProperties[K]) => void;
1804
+ };
1805
+ } | null;
1806
+ readonly basePath: string;
1807
+ statePath: (path?: string) => string;
1808
+ outputPath: (name: string) => string;
1809
+ bindInput: (name: string, binding: import('@endge/core').RuntimeHostInputBinding) => void;
1810
+ readInput: (name: string) => unknown;
1811
+ readInputs: () => Readonly<Record<string, unknown>>;
1812
+ bindUpdate: (binding: import('@endge/core').RuntimeHostUpdateBinding) => () => void;
1813
+ getArtifact: () => import('@endge/core').ProgramArtifact<unknown> | null;
1814
+ getArtifactPayload: () => unknown;
1815
+ setStatus: (status: import('@endge/core').RuntimeHostStatus) => void;
1816
+ hasCapability: (capability: import('@endge/core').RuntimeHostCapability) => boolean;
1817
+ addResource: (resource: import('@endge/core').RuntimeHostResource) => void;
1818
+ addChannel: (channel: import('@endge/core').RuntimeHostChannel) => void;
1819
+ emit: (event: string, payload: any) => void;
1820
+ on: (event: string, listener: (payload: any) => void) => any;
1821
+ off: (event: string, listener: (payload: any) => void) => any;
1822
+ setContext: (patch: Partial<import('@endge/core').RuntimeHostContext<keyof import('@endge/core').RuntimeEntityModelMap>>) => void;
1823
+ replaceContext: (context: import('@endge/core').RuntimeHostContext<keyof import('@endge/core').RuntimeEntityModelMap>) => void;
1824
+ attachRuntimeState: (runtimeState: import('@endge/core').RuntimeStateControllerLike | null) => void;
1825
+ update: (ctx: import('@endge/core').RuntimeHostUpdateContext) => Promise<void> | void;
1826
+ snapshot: () => import('@endge/core').RuntimeHostSnapshot;
1827
+ create: () => Promise<void> | void;
1828
+ mount: () => Promise<void> | void;
1829
+ start: () => Promise<void> | void;
1830
+ pause: () => Promise<void> | void;
1831
+ resume: () => Promise<void> | void;
1832
+ reconcile: () => Promise<void> | void;
1833
+ stop: () => Promise<void> | void;
1834
+ unmount: () => Promise<void> | void;
1835
+ destroy: () => Promise<void> | void;
1836
+ } | null;
1837
+ }): any;
1838
+ };
1839
+ refs: {};
1840
+ rootEl: HTMLDivElement;
1841
+ };
1842
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1843
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
1844
+ params: Record<string, unknown>;
1845
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
1846
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1847
+ export default _default;
1848
+ type __VLS_WithTemplateSlots<T, S> = T & {
1849
+ new (): {
1850
+ $slots: S;
1851
+ };
1852
+ };