@almadar/ui 2.31.0 → 2.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avl/index.cjs +1049 -1086
- package/dist/avl/index.d.cts +352 -78
- package/dist/avl/index.d.ts +18 -3
- package/dist/avl/index.js +1029 -1086
- package/dist/components/atoms/index.d.ts +0 -1
- package/dist/components/index.cjs +1146 -1847
- package/dist/components/index.js +266 -952
- package/dist/components/molecules/avl/AvlBackwardEdge.d.ts +8 -0
- package/dist/components/molecules/avl/AvlBindingEdge.d.ts +9 -0
- package/dist/components/molecules/avl/AvlEventWireEdge.d.ts +14 -0
- package/dist/components/molecules/avl/AvlOrbitalNode.d.ts +12 -0
- package/dist/components/molecules/avl/AvlPageEdge.d.ts +8 -0
- package/dist/components/molecules/avl/AvlTransitionEdge.d.ts +16 -0
- package/dist/components/molecules/avl/BehaviorView.d.ts +12 -0
- package/dist/components/molecules/avl/DetailView.d.ts +13 -0
- package/dist/components/molecules/avl/MiniStateMachine.d.ts +14 -0
- package/dist/components/molecules/avl/ModuleCard.d.ts +14 -0
- package/dist/components/molecules/avl/SystemNode.d.ts +12 -0
- package/dist/components/molecules/avl/avl-canvas-types.d.ts +36 -0
- package/dist/components/molecules/avl/avl-elk-layout.d.ts +55 -0
- package/dist/components/molecules/avl/avl-flow-converter.d.ts +17 -0
- package/dist/components/molecules/avl/avl-story-schemas.d.ts +34 -0
- package/dist/components/molecules/avl/avl-zoom-band.d.ts +19 -0
- package/dist/components/molecules/avl/index.d.ts +15 -0
- package/dist/components/molecules/index.d.ts +0 -1
- package/dist/components/organisms/avl/AvlCosmicZoom.d.ts +10 -7
- package/dist/components/organisms/avl/FlowCanvas.d.ts +32 -0
- package/dist/components/organisms/avl/ZoomBreadcrumb.d.ts +16 -0
- package/dist/components/organisms/avl/ZoomLegend.d.ts +10 -0
- package/dist/components/organisms/avl/index.d.ts +5 -2
- package/dist/hooks/useUISlots.d.ts +2 -0
- package/dist/providers/index.cjs +148 -149
- package/dist/providers/index.js +39 -40
- package/dist/runtime/index.cjs +1045 -1020
- package/dist/runtime/index.js +260 -235
- package/package.json +2 -6
- package/dist/components/atoms/flow/FlowLabel.d.ts +0 -23
- package/dist/components/atoms/flow/FlowMinimap.d.ts +0 -28
- package/dist/components/atoms/flow/FlowNodeShell.d.ts +0 -25
- package/dist/components/atoms/flow/FlowPort.d.ts +0 -26
- package/dist/components/atoms/flow/FlowWire.d.ts +0 -39
- package/dist/components/atoms/flow/index.d.ts +0 -13
- package/dist/components/molecules/flow/BehaviorNode.d.ts +0 -28
- package/dist/components/molecules/flow/EffectNode.d.ts +0 -26
- package/dist/components/molecules/flow/EventWireEdge.d.ts +0 -23
- package/dist/components/molecules/flow/ExprNode.d.ts +0 -27
- package/dist/components/molecules/flow/FlowStateNode.d.ts +0 -18
- package/dist/components/molecules/flow/NodePalette.d.ts +0 -36
- package/dist/components/molecules/flow/OrbitalNode.d.ts +0 -31
- package/dist/components/molecules/flow/TransitionEdge.d.ts +0 -26
- package/dist/components/molecules/flow/index.d.ts +0 -8
- package/dist/components/molecules/svg/AIGenerates.d.ts +0 -7
- package/dist/components/molecules/svg/ClosedCircuit.d.ts +0 -7
- package/dist/components/molecules/svg/CommunityOwnership.d.ts +0 -7
- package/dist/components/molecules/svg/CompileAnywhere.d.ts +0 -7
- package/dist/components/molecules/svg/ComposableModels.d.ts +0 -7
- package/dist/components/molecules/svg/DescribeProveDeploy.d.ts +0 -7
- package/dist/components/molecules/svg/DomainGrid.d.ts +0 -7
- package/dist/components/molecules/svg/EventBus.d.ts +0 -7
- package/dist/components/molecules/svg/OrbitalUnit.d.ts +0 -7
- package/dist/components/molecules/svg/PlanVerifyRemember.d.ts +0 -7
- package/dist/components/molecules/svg/ProveCorrect.d.ts +0 -7
- package/dist/components/molecules/svg/ServiceLayers.d.ts +0 -7
- package/dist/components/molecules/svg/SharedReality.d.ts +0 -7
- package/dist/components/molecules/svg/StandardLibrary.d.ts +0 -7
- package/dist/components/molecules/svg/StateMachine.d.ts +0 -7
- package/dist/components/molecules/svg/WorldModel.d.ts +0 -7
- package/dist/components/molecules/svg/index.d.ts +0 -16
- package/dist/components/organisms/avl/AvlApplicationScene.d.ts +0 -17
- package/dist/components/organisms/avl/AvlOrbitalScene.d.ts +0 -21
- package/dist/flow/index.cjs +0 -3832
- package/dist/flow/index.d.cts +0 -367
- package/dist/flow/index.d.ts +0 -10
- package/dist/flow/index.js +0 -3793
- package/dist/illustrations/index.cjs +0 -7651
- package/dist/illustrations/index.d.cts +0 -544
- package/dist/illustrations/index.d.ts +0 -59
- package/dist/illustrations/index.js +0 -7594
|
@@ -1,544 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
interface SvgBranchProps {
|
|
4
|
-
x: number;
|
|
5
|
-
y: number;
|
|
6
|
-
variant?: 'fork' | 'merge' | 'diamond';
|
|
7
|
-
branches?: number;
|
|
8
|
-
size?: number;
|
|
9
|
-
color?: string;
|
|
10
|
-
opacity?: number;
|
|
11
|
-
className?: string;
|
|
12
|
-
}
|
|
13
|
-
declare const SvgBranch: React.FC<SvgBranchProps>;
|
|
14
|
-
|
|
15
|
-
interface SvgConnectionProps {
|
|
16
|
-
x1: number;
|
|
17
|
-
y1: number;
|
|
18
|
-
x2: number;
|
|
19
|
-
y2: number;
|
|
20
|
-
variant?: 'solid' | 'dashed' | 'animated';
|
|
21
|
-
color?: string;
|
|
22
|
-
strokeWidth?: number;
|
|
23
|
-
opacity?: number;
|
|
24
|
-
className?: string;
|
|
25
|
-
}
|
|
26
|
-
declare const SvgConnection: React.FC<SvgConnectionProps>;
|
|
27
|
-
|
|
28
|
-
interface SvgFlowProps {
|
|
29
|
-
points: Array<[number, number]>;
|
|
30
|
-
color?: string;
|
|
31
|
-
strokeWidth?: number;
|
|
32
|
-
animated?: boolean;
|
|
33
|
-
opacity?: number;
|
|
34
|
-
className?: string;
|
|
35
|
-
}
|
|
36
|
-
declare const SvgFlow: React.FC<SvgFlowProps>;
|
|
37
|
-
|
|
38
|
-
interface SvgGridProps {
|
|
39
|
-
x: number;
|
|
40
|
-
y: number;
|
|
41
|
-
cols?: number;
|
|
42
|
-
rows?: number;
|
|
43
|
-
spacing?: number;
|
|
44
|
-
nodeRadius?: number;
|
|
45
|
-
color?: string;
|
|
46
|
-
opacity?: number;
|
|
47
|
-
className?: string;
|
|
48
|
-
highlights?: number[];
|
|
49
|
-
}
|
|
50
|
-
declare const SvgGrid: React.FC<SvgGridProps>;
|
|
51
|
-
|
|
52
|
-
interface SvgLobeProps {
|
|
53
|
-
cx: number;
|
|
54
|
-
cy: number;
|
|
55
|
-
rx?: number;
|
|
56
|
-
ry?: number;
|
|
57
|
-
rotation?: number;
|
|
58
|
-
shells?: number;
|
|
59
|
-
color?: string;
|
|
60
|
-
opacity?: number;
|
|
61
|
-
className?: string;
|
|
62
|
-
}
|
|
63
|
-
declare const SvgLobe: React.FC<SvgLobeProps>;
|
|
64
|
-
|
|
65
|
-
interface SvgMeshProps {
|
|
66
|
-
cx: number;
|
|
67
|
-
cy: number;
|
|
68
|
-
nodes?: number;
|
|
69
|
-
radius?: number;
|
|
70
|
-
color?: string;
|
|
71
|
-
connectionDensity?: number;
|
|
72
|
-
opacity?: number;
|
|
73
|
-
className?: string;
|
|
74
|
-
}
|
|
75
|
-
declare const SvgMesh: React.FC<SvgMeshProps>;
|
|
76
|
-
|
|
77
|
-
interface SvgMorphProps {
|
|
78
|
-
x: number;
|
|
79
|
-
y: number;
|
|
80
|
-
size?: number;
|
|
81
|
-
variant?: 'text-to-code' | 'code-to-app' | 'generic';
|
|
82
|
-
color?: string;
|
|
83
|
-
opacity?: number;
|
|
84
|
-
className?: string;
|
|
85
|
-
}
|
|
86
|
-
declare const SvgMorph: React.FC<SvgMorphProps>;
|
|
87
|
-
|
|
88
|
-
interface SvgNodeProps {
|
|
89
|
-
x: number;
|
|
90
|
-
y: number;
|
|
91
|
-
r?: number;
|
|
92
|
-
variant?: 'filled' | 'stroked' | 'pulse';
|
|
93
|
-
color?: string;
|
|
94
|
-
opacity?: number;
|
|
95
|
-
className?: string;
|
|
96
|
-
label?: string;
|
|
97
|
-
}
|
|
98
|
-
declare const SvgNode: React.FC<SvgNodeProps>;
|
|
99
|
-
|
|
100
|
-
interface SvgPulseProps {
|
|
101
|
-
cx: number;
|
|
102
|
-
cy: number;
|
|
103
|
-
rings?: number;
|
|
104
|
-
maxRadius?: number;
|
|
105
|
-
color?: string;
|
|
106
|
-
animated?: boolean;
|
|
107
|
-
opacity?: number;
|
|
108
|
-
className?: string;
|
|
109
|
-
}
|
|
110
|
-
declare const SvgPulse: React.FC<SvgPulseProps>;
|
|
111
|
-
|
|
112
|
-
interface SvgRingProps {
|
|
113
|
-
cx: number;
|
|
114
|
-
cy: number;
|
|
115
|
-
r?: number;
|
|
116
|
-
variant?: 'solid' | 'dashed' | 'glow';
|
|
117
|
-
color?: string;
|
|
118
|
-
strokeWidth?: number;
|
|
119
|
-
opacity?: number;
|
|
120
|
-
className?: string;
|
|
121
|
-
label?: string;
|
|
122
|
-
}
|
|
123
|
-
declare const SvgRing: React.FC<SvgRingProps>;
|
|
124
|
-
|
|
125
|
-
interface SvgShieldProps {
|
|
126
|
-
x: number;
|
|
127
|
-
y: number;
|
|
128
|
-
size?: number;
|
|
129
|
-
variant?: 'outline' | 'filled' | 'check';
|
|
130
|
-
color?: string;
|
|
131
|
-
opacity?: number;
|
|
132
|
-
className?: string;
|
|
133
|
-
}
|
|
134
|
-
declare const SvgShield: React.FC<SvgShieldProps>;
|
|
135
|
-
|
|
136
|
-
interface SvgStackProps {
|
|
137
|
-
x: number;
|
|
138
|
-
y: number;
|
|
139
|
-
layers?: number;
|
|
140
|
-
width?: number;
|
|
141
|
-
height?: number;
|
|
142
|
-
color?: string;
|
|
143
|
-
opacity?: number;
|
|
144
|
-
className?: string;
|
|
145
|
-
labels?: string[];
|
|
146
|
-
}
|
|
147
|
-
declare const SvgStack: React.FC<SvgStackProps>;
|
|
148
|
-
|
|
149
|
-
interface AIGeneratesProps {
|
|
150
|
-
className?: string;
|
|
151
|
-
color?: string;
|
|
152
|
-
animated?: boolean;
|
|
153
|
-
}
|
|
154
|
-
declare const AIGenerates: React.FC<AIGeneratesProps>;
|
|
155
|
-
|
|
156
|
-
interface ClosedCircuitProps {
|
|
157
|
-
className?: string;
|
|
158
|
-
color?: string;
|
|
159
|
-
animated?: boolean;
|
|
160
|
-
}
|
|
161
|
-
declare const ClosedCircuit: React.FC<ClosedCircuitProps>;
|
|
162
|
-
|
|
163
|
-
interface CommunityOwnershipProps {
|
|
164
|
-
className?: string;
|
|
165
|
-
color?: string;
|
|
166
|
-
animated?: boolean;
|
|
167
|
-
}
|
|
168
|
-
declare const CommunityOwnership: React.FC<CommunityOwnershipProps>;
|
|
169
|
-
|
|
170
|
-
interface CompileAnywhereProps {
|
|
171
|
-
className?: string;
|
|
172
|
-
color?: string;
|
|
173
|
-
animated?: boolean;
|
|
174
|
-
}
|
|
175
|
-
declare const CompileAnywhere: React.FC<CompileAnywhereProps>;
|
|
176
|
-
|
|
177
|
-
interface ComposableModelsProps {
|
|
178
|
-
className?: string;
|
|
179
|
-
color?: string;
|
|
180
|
-
animated?: boolean;
|
|
181
|
-
}
|
|
182
|
-
declare const ComposableModels: React.FC<ComposableModelsProps>;
|
|
183
|
-
|
|
184
|
-
interface DescribeProveDeployProps {
|
|
185
|
-
className?: string;
|
|
186
|
-
color?: string;
|
|
187
|
-
animated?: boolean;
|
|
188
|
-
}
|
|
189
|
-
declare const DescribeProveDeploy: React.FC<DescribeProveDeployProps>;
|
|
190
|
-
|
|
191
|
-
interface DomainGridProps {
|
|
192
|
-
className?: string;
|
|
193
|
-
color?: string;
|
|
194
|
-
animated?: boolean;
|
|
195
|
-
}
|
|
196
|
-
declare const DomainGrid: React.FC<DomainGridProps>;
|
|
197
|
-
|
|
198
|
-
interface EventBusProps {
|
|
199
|
-
className?: string;
|
|
200
|
-
color?: string;
|
|
201
|
-
animated?: boolean;
|
|
202
|
-
}
|
|
203
|
-
declare const EventBus: React.FC<EventBusProps>;
|
|
204
|
-
|
|
205
|
-
interface OrbitalUnitProps {
|
|
206
|
-
className?: string;
|
|
207
|
-
color?: string;
|
|
208
|
-
animated?: boolean;
|
|
209
|
-
}
|
|
210
|
-
declare const OrbitalUnit: React.FC<OrbitalUnitProps>;
|
|
211
|
-
|
|
212
|
-
interface PlanVerifyRememberProps {
|
|
213
|
-
className?: string;
|
|
214
|
-
color?: string;
|
|
215
|
-
animated?: boolean;
|
|
216
|
-
}
|
|
217
|
-
declare const PlanVerifyRemember: React.FC<PlanVerifyRememberProps>;
|
|
218
|
-
|
|
219
|
-
interface ProveCorrectProps {
|
|
220
|
-
className?: string;
|
|
221
|
-
color?: string;
|
|
222
|
-
animated?: boolean;
|
|
223
|
-
}
|
|
224
|
-
declare const ProveCorrect: React.FC<ProveCorrectProps>;
|
|
225
|
-
|
|
226
|
-
interface ServiceLayersProps {
|
|
227
|
-
className?: string;
|
|
228
|
-
color?: string;
|
|
229
|
-
animated?: boolean;
|
|
230
|
-
}
|
|
231
|
-
declare const ServiceLayers: React.FC<ServiceLayersProps>;
|
|
232
|
-
|
|
233
|
-
interface SharedRealityProps {
|
|
234
|
-
className?: string;
|
|
235
|
-
color?: string;
|
|
236
|
-
animated?: boolean;
|
|
237
|
-
}
|
|
238
|
-
declare const SharedReality: React.FC<SharedRealityProps>;
|
|
239
|
-
|
|
240
|
-
interface StandardLibraryProps {
|
|
241
|
-
className?: string;
|
|
242
|
-
color?: string;
|
|
243
|
-
animated?: boolean;
|
|
244
|
-
}
|
|
245
|
-
declare const StandardLibrary: React.FC<StandardLibraryProps>;
|
|
246
|
-
|
|
247
|
-
interface StateMachineProps {
|
|
248
|
-
className?: string;
|
|
249
|
-
color?: string;
|
|
250
|
-
animated?: boolean;
|
|
251
|
-
}
|
|
252
|
-
declare const StateMachine: React.FC<StateMachineProps>;
|
|
253
|
-
|
|
254
|
-
interface WorldModelProps {
|
|
255
|
-
className?: string;
|
|
256
|
-
color?: string;
|
|
257
|
-
animated?: boolean;
|
|
258
|
-
}
|
|
259
|
-
declare const WorldModel: React.FC<WorldModelProps>;
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* Almadar Visual Language (AVL) shared types.
|
|
263
|
-
*
|
|
264
|
-
* Every AVL atom renders a `<g>` element (not `<svg>`) and accepts
|
|
265
|
-
* AvlBaseProps for positioning and styling within a parent SVG.
|
|
266
|
-
*/
|
|
267
|
-
interface AvlBaseProps {
|
|
268
|
-
x?: number;
|
|
269
|
-
y?: number;
|
|
270
|
-
color?: string;
|
|
271
|
-
opacity?: number;
|
|
272
|
-
className?: string;
|
|
273
|
-
}
|
|
274
|
-
type AvlEffectType = 'render-ui' | 'set' | 'persist' | 'fetch' | 'emit' | 'navigate' | 'notify' | 'call-service' | 'spawn' | 'despawn' | 'do' | 'if' | 'log';
|
|
275
|
-
type AvlFieldTypeKind = 'string' | 'number' | 'boolean' | 'date' | 'enum' | 'object' | 'array';
|
|
276
|
-
type AvlPersistenceKind = 'persistent' | 'runtime' | 'singleton' | 'instance';
|
|
277
|
-
type AvlOperatorNamespace = 'arithmetic' | 'comparison' | 'logic' | 'string' | 'collection' | 'time' | 'control' | 'async';
|
|
278
|
-
type StateRole = 'initial' | 'terminal' | 'hub' | 'error' | 'default';
|
|
279
|
-
|
|
280
|
-
interface AvlOrbitalProps {
|
|
281
|
-
cx?: number;
|
|
282
|
-
cy?: number;
|
|
283
|
-
r?: number;
|
|
284
|
-
label?: string;
|
|
285
|
-
color?: string;
|
|
286
|
-
opacity?: number;
|
|
287
|
-
className?: string;
|
|
288
|
-
}
|
|
289
|
-
declare const AvlOrbital: React.FC<AvlOrbitalProps>;
|
|
290
|
-
|
|
291
|
-
interface AvlEntityProps extends AvlBaseProps {
|
|
292
|
-
r?: number;
|
|
293
|
-
fieldCount?: number;
|
|
294
|
-
persistence?: AvlPersistenceKind;
|
|
295
|
-
label?: string;
|
|
296
|
-
}
|
|
297
|
-
declare const AvlEntity: React.FC<AvlEntityProps>;
|
|
298
|
-
|
|
299
|
-
interface AvlTraitProps {
|
|
300
|
-
cx?: number;
|
|
301
|
-
cy?: number;
|
|
302
|
-
rx?: number;
|
|
303
|
-
ry?: number;
|
|
304
|
-
rotation?: number;
|
|
305
|
-
label?: string;
|
|
306
|
-
color?: string;
|
|
307
|
-
opacity?: number;
|
|
308
|
-
className?: string;
|
|
309
|
-
}
|
|
310
|
-
declare const AvlTrait: React.FC<AvlTraitProps>;
|
|
311
|
-
|
|
312
|
-
interface AvlPageProps extends AvlBaseProps {
|
|
313
|
-
size?: number;
|
|
314
|
-
label?: string;
|
|
315
|
-
}
|
|
316
|
-
declare const AvlPage: React.FC<AvlPageProps>;
|
|
317
|
-
|
|
318
|
-
interface AvlApplicationProps extends AvlBaseProps {
|
|
319
|
-
width?: number;
|
|
320
|
-
height?: number;
|
|
321
|
-
label?: string;
|
|
322
|
-
}
|
|
323
|
-
declare const AvlApplication: React.FC<AvlApplicationProps>;
|
|
324
|
-
|
|
325
|
-
interface AvlStateProps extends AvlBaseProps {
|
|
326
|
-
name?: string;
|
|
327
|
-
isInitial?: boolean;
|
|
328
|
-
isTerminal?: boolean;
|
|
329
|
-
width?: number;
|
|
330
|
-
height?: number;
|
|
331
|
-
/** V2: Role-based fill color. When set, overrides monochrome rendering. */
|
|
332
|
-
role?: StateRole;
|
|
333
|
-
/** V2: Number of transitions touching this state. Drives proportional width. */
|
|
334
|
-
transitionCount?: number;
|
|
335
|
-
}
|
|
336
|
-
declare const AvlState: React.FC<AvlStateProps>;
|
|
337
|
-
|
|
338
|
-
interface AvlTransitionProps {
|
|
339
|
-
x1: number;
|
|
340
|
-
y1: number;
|
|
341
|
-
x2: number;
|
|
342
|
-
y2: number;
|
|
343
|
-
curved?: boolean;
|
|
344
|
-
/** Center point to curve away from (curves outward if provided). */
|
|
345
|
-
curveAwayFrom?: {
|
|
346
|
-
x: number;
|
|
347
|
-
y: number;
|
|
348
|
-
};
|
|
349
|
-
label?: string;
|
|
350
|
-
color?: string;
|
|
351
|
-
opacity?: number;
|
|
352
|
-
className?: string;
|
|
353
|
-
}
|
|
354
|
-
declare const AvlTransition: React.FC<AvlTransitionProps>;
|
|
355
|
-
|
|
356
|
-
interface AvlEventProps extends AvlBaseProps {
|
|
357
|
-
size?: number;
|
|
358
|
-
label?: string;
|
|
359
|
-
}
|
|
360
|
-
declare const AvlEvent: React.FC<AvlEventProps>;
|
|
361
|
-
|
|
362
|
-
interface AvlGuardProps extends AvlBaseProps {
|
|
363
|
-
size?: number;
|
|
364
|
-
label?: string;
|
|
365
|
-
}
|
|
366
|
-
declare const AvlGuard: React.FC<AvlGuardProps>;
|
|
367
|
-
|
|
368
|
-
interface AvlEffectProps extends AvlBaseProps {
|
|
369
|
-
effectType: AvlEffectType;
|
|
370
|
-
size?: number;
|
|
371
|
-
label?: string;
|
|
372
|
-
/** V2: Render a category-colored background circle behind the icon. */
|
|
373
|
-
showBackground?: boolean;
|
|
374
|
-
}
|
|
375
|
-
declare const AvlEffect: React.FC<AvlEffectProps>;
|
|
376
|
-
|
|
377
|
-
interface AvlFieldProps extends AvlBaseProps {
|
|
378
|
-
/** Angle in radians from entity center. */
|
|
379
|
-
angle?: number;
|
|
380
|
-
length?: number;
|
|
381
|
-
required?: boolean;
|
|
382
|
-
label?: string;
|
|
383
|
-
}
|
|
384
|
-
declare const AvlField: React.FC<AvlFieldProps>;
|
|
385
|
-
|
|
386
|
-
interface AvlFieldTypeProps extends AvlBaseProps {
|
|
387
|
-
kind: AvlFieldTypeKind;
|
|
388
|
-
size?: number;
|
|
389
|
-
label?: string;
|
|
390
|
-
}
|
|
391
|
-
declare const AvlFieldType: React.FC<AvlFieldTypeProps>;
|
|
392
|
-
|
|
393
|
-
interface AvlBindingProps {
|
|
394
|
-
x1: number;
|
|
395
|
-
y1: number;
|
|
396
|
-
x2: number;
|
|
397
|
-
y2: number;
|
|
398
|
-
label?: string;
|
|
399
|
-
color?: string;
|
|
400
|
-
opacity?: number;
|
|
401
|
-
className?: string;
|
|
402
|
-
}
|
|
403
|
-
declare const AvlBinding: React.FC<AvlBindingProps>;
|
|
404
|
-
|
|
405
|
-
interface AvlPersistenceProps extends AvlBaseProps {
|
|
406
|
-
kind: AvlPersistenceKind;
|
|
407
|
-
size?: number;
|
|
408
|
-
label?: string;
|
|
409
|
-
}
|
|
410
|
-
declare const AvlPersistence: React.FC<AvlPersistenceProps>;
|
|
411
|
-
|
|
412
|
-
interface AvlOperatorProps extends AvlBaseProps {
|
|
413
|
-
name: string;
|
|
414
|
-
namespace?: AvlOperatorNamespace;
|
|
415
|
-
size?: number;
|
|
416
|
-
}
|
|
417
|
-
declare const AvlOperator: React.FC<AvlOperatorProps>;
|
|
418
|
-
|
|
419
|
-
interface AvlSExprProps extends AvlBaseProps {
|
|
420
|
-
width?: number;
|
|
421
|
-
height?: number;
|
|
422
|
-
label?: string;
|
|
423
|
-
}
|
|
424
|
-
declare const AvlSExpr: React.FC<AvlSExprProps>;
|
|
425
|
-
|
|
426
|
-
interface AvlLiteralProps extends AvlBaseProps {
|
|
427
|
-
value: string;
|
|
428
|
-
size?: number;
|
|
429
|
-
}
|
|
430
|
-
declare const AvlLiteral: React.FC<AvlLiteralProps>;
|
|
431
|
-
|
|
432
|
-
interface AvlBindingRefProps extends AvlBaseProps {
|
|
433
|
-
path: string;
|
|
434
|
-
size?: number;
|
|
435
|
-
}
|
|
436
|
-
declare const AvlBindingRef: React.FC<AvlBindingRefProps>;
|
|
437
|
-
|
|
438
|
-
interface AvlStateMachineState {
|
|
439
|
-
name: string;
|
|
440
|
-
isInitial?: boolean;
|
|
441
|
-
isTerminal?: boolean;
|
|
442
|
-
}
|
|
443
|
-
interface AvlStateMachineTransition {
|
|
444
|
-
from: string;
|
|
445
|
-
to: string;
|
|
446
|
-
event?: string;
|
|
447
|
-
guard?: string;
|
|
448
|
-
effects?: AvlEffectType[];
|
|
449
|
-
}
|
|
450
|
-
interface AvlStateMachineProps {
|
|
451
|
-
states: AvlStateMachineState[];
|
|
452
|
-
transitions: AvlStateMachineTransition[];
|
|
453
|
-
className?: string;
|
|
454
|
-
color?: string;
|
|
455
|
-
animated?: boolean;
|
|
456
|
-
}
|
|
457
|
-
declare const AvlStateMachine: React.FC<AvlStateMachineProps>;
|
|
458
|
-
|
|
459
|
-
interface AvlOrbitalUnitTrait {
|
|
460
|
-
name: string;
|
|
461
|
-
color?: string;
|
|
462
|
-
}
|
|
463
|
-
interface AvlOrbitalUnitPage {
|
|
464
|
-
name: string;
|
|
465
|
-
}
|
|
466
|
-
interface AvlOrbitalUnitProps {
|
|
467
|
-
entityName: string;
|
|
468
|
-
fields?: number;
|
|
469
|
-
persistence?: AvlPersistenceKind;
|
|
470
|
-
traits: AvlOrbitalUnitTrait[];
|
|
471
|
-
pages: AvlOrbitalUnitPage[];
|
|
472
|
-
className?: string;
|
|
473
|
-
color?: string;
|
|
474
|
-
animated?: boolean;
|
|
475
|
-
}
|
|
476
|
-
declare const AvlOrbitalUnit: React.FC<AvlOrbitalUnitProps>;
|
|
477
|
-
|
|
478
|
-
interface AvlClosedCircuitState {
|
|
479
|
-
name: string;
|
|
480
|
-
}
|
|
481
|
-
interface AvlClosedCircuitTransition {
|
|
482
|
-
from: string;
|
|
483
|
-
to: string;
|
|
484
|
-
event?: string;
|
|
485
|
-
guard?: string;
|
|
486
|
-
effects?: AvlEffectType[];
|
|
487
|
-
}
|
|
488
|
-
interface AvlClosedCircuitProps {
|
|
489
|
-
states: AvlClosedCircuitState[];
|
|
490
|
-
transitions: AvlClosedCircuitTransition[];
|
|
491
|
-
className?: string;
|
|
492
|
-
color?: string;
|
|
493
|
-
animated?: boolean;
|
|
494
|
-
}
|
|
495
|
-
declare const AvlClosedCircuit: React.FC<AvlClosedCircuitProps>;
|
|
496
|
-
|
|
497
|
-
interface AvlEmitListenProps {
|
|
498
|
-
emitter: {
|
|
499
|
-
name: string;
|
|
500
|
-
fields?: number;
|
|
501
|
-
};
|
|
502
|
-
listener: {
|
|
503
|
-
name: string;
|
|
504
|
-
fields?: number;
|
|
505
|
-
};
|
|
506
|
-
eventName?: string;
|
|
507
|
-
className?: string;
|
|
508
|
-
color?: string;
|
|
509
|
-
animated?: boolean;
|
|
510
|
-
}
|
|
511
|
-
declare const AvlEmitListen: React.FC<AvlEmitListenProps>;
|
|
512
|
-
|
|
513
|
-
interface AvlSlotMapSlot {
|
|
514
|
-
name: string;
|
|
515
|
-
/** Manual position overrides. Omit for auto-layout. */
|
|
516
|
-
x?: number;
|
|
517
|
-
y?: number;
|
|
518
|
-
width?: number;
|
|
519
|
-
height?: number;
|
|
520
|
-
}
|
|
521
|
-
interface AvlSlotMapProps {
|
|
522
|
-
slots: AvlSlotMapSlot[];
|
|
523
|
-
pageWidth?: number;
|
|
524
|
-
pageHeight?: number;
|
|
525
|
-
className?: string;
|
|
526
|
-
color?: string;
|
|
527
|
-
animated?: boolean;
|
|
528
|
-
}
|
|
529
|
-
declare const AvlSlotMap: React.FC<AvlSlotMapProps>;
|
|
530
|
-
|
|
531
|
-
interface AvlExprTreeNode {
|
|
532
|
-
label: string;
|
|
533
|
-
type: 'operator' | 'literal' | 'binding';
|
|
534
|
-
children?: AvlExprTreeNode[];
|
|
535
|
-
}
|
|
536
|
-
interface AvlExprTreeProps {
|
|
537
|
-
expression: AvlExprTreeNode;
|
|
538
|
-
className?: string;
|
|
539
|
-
color?: string;
|
|
540
|
-
animated?: boolean;
|
|
541
|
-
}
|
|
542
|
-
declare const AvlExprTree: React.FC<AvlExprTreeProps>;
|
|
543
|
-
|
|
544
|
-
export { AIGenerates, AvlApplication, AvlBinding, AvlBindingRef, AvlClosedCircuit, AvlEffect, AvlEmitListen, AvlEntity, AvlEvent, AvlExprTree, AvlField, AvlFieldType, AvlGuard, AvlLiteral, AvlOperator, AvlOrbital, AvlOrbitalUnit, AvlPage, AvlPersistence, AvlSExpr, AvlSlotMap, AvlState, AvlStateMachine, AvlTrait, AvlTransition, ClosedCircuit, CommunityOwnership, CompileAnywhere, ComposableModels, DescribeProveDeploy, DomainGrid, EventBus, OrbitalUnit, PlanVerifyRemember, ProveCorrect, ServiceLayers, SharedReality, StandardLibrary, StateMachine, SvgBranch, SvgConnection, SvgFlow, SvgGrid, SvgLobe, SvgMesh, SvgMorph, SvgNode, SvgPulse, SvgRing, SvgShield, SvgStack, WorldModel };
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @almadar/ui/illustrations
|
|
3
|
-
*
|
|
4
|
-
* Composable SVG visual language for Almadar.
|
|
5
|
-
* Atoms are primitives (Node, Lobe, Ring, etc.).
|
|
6
|
-
* Molecules compose atoms into concept illustrations (WorldModel, ClosedCircuit, etc.).
|
|
7
|
-
*/
|
|
8
|
-
export { SvgNode } from '../components/atoms/svg';
|
|
9
|
-
export { SvgLobe } from '../components/atoms/svg';
|
|
10
|
-
export { SvgConnection } from '../components/atoms/svg';
|
|
11
|
-
export { SvgFlow } from '../components/atoms/svg';
|
|
12
|
-
export { SvgShield } from '../components/atoms/svg';
|
|
13
|
-
export { SvgRing } from '../components/atoms/svg';
|
|
14
|
-
export { SvgStack } from '../components/atoms/svg';
|
|
15
|
-
export { SvgGrid } from '../components/atoms/svg';
|
|
16
|
-
export { SvgPulse } from '../components/atoms/svg';
|
|
17
|
-
export { SvgBranch } from '../components/atoms/svg';
|
|
18
|
-
export { SvgMesh } from '../components/atoms/svg';
|
|
19
|
-
export { SvgMorph } from '../components/atoms/svg';
|
|
20
|
-
export { WorldModel } from '../components/molecules/svg';
|
|
21
|
-
export { ClosedCircuit } from '../components/molecules/svg';
|
|
22
|
-
export { ComposableModels } from '../components/molecules/svg';
|
|
23
|
-
export { SharedReality } from '../components/molecules/svg';
|
|
24
|
-
export { StandardLibrary } from '../components/molecules/svg';
|
|
25
|
-
export { CompileAnywhere } from '../components/molecules/svg';
|
|
26
|
-
export { ProveCorrect } from '../components/molecules/svg';
|
|
27
|
-
export { AIGenerates } from '../components/molecules/svg';
|
|
28
|
-
export { PlanVerifyRemember } from '../components/molecules/svg';
|
|
29
|
-
export { CommunityOwnership } from '../components/molecules/svg';
|
|
30
|
-
export { ServiceLayers } from '../components/molecules/svg';
|
|
31
|
-
export { DescribeProveDeploy } from '../components/molecules/svg';
|
|
32
|
-
export { EventBus } from '../components/molecules/svg';
|
|
33
|
-
export { StateMachine } from '../components/molecules/svg';
|
|
34
|
-
export { OrbitalUnit } from '../components/molecules/svg';
|
|
35
|
-
export { DomainGrid } from '../components/molecules/svg';
|
|
36
|
-
export { AvlState } from '../components/atoms/avl';
|
|
37
|
-
export { AvlTransition } from '../components/atoms/avl';
|
|
38
|
-
export { AvlEvent } from '../components/atoms/avl';
|
|
39
|
-
export { AvlGuard } from '../components/atoms/avl';
|
|
40
|
-
export { AvlEffect } from '../components/atoms/avl';
|
|
41
|
-
export { AvlEntity } from '../components/atoms/avl';
|
|
42
|
-
export { AvlTrait } from '../components/atoms/avl';
|
|
43
|
-
export { AvlPage } from '../components/atoms/avl';
|
|
44
|
-
export { AvlOrbital } from '../components/atoms/avl';
|
|
45
|
-
export { AvlApplication } from '../components/atoms/avl';
|
|
46
|
-
export { AvlField } from '../components/atoms/avl';
|
|
47
|
-
export { AvlFieldType } from '../components/atoms/avl';
|
|
48
|
-
export { AvlBinding } from '../components/atoms/avl';
|
|
49
|
-
export { AvlPersistence } from '../components/atoms/avl';
|
|
50
|
-
export { AvlOperator } from '../components/atoms/avl';
|
|
51
|
-
export { AvlSExpr } from '../components/atoms/avl';
|
|
52
|
-
export { AvlLiteral } from '../components/atoms/avl';
|
|
53
|
-
export { AvlBindingRef } from '../components/atoms/avl';
|
|
54
|
-
export { AvlStateMachine } from '../components/molecules/avl';
|
|
55
|
-
export { AvlOrbitalUnit } from '../components/molecules/avl';
|
|
56
|
-
export { AvlClosedCircuit } from '../components/molecules/avl';
|
|
57
|
-
export { AvlEmitListen } from '../components/molecules/avl';
|
|
58
|
-
export { AvlSlotMap } from '../components/molecules/avl';
|
|
59
|
-
export { AvlExprTree } from '../components/molecules/avl';
|