@almadar/core 10.79.0 → 10.81.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js +39 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-Mx_niZdY.d.ts → effect-BHoSW19_.d.ts} +259 -4
- package/dist/{entityAccess-C3_cjLNi.d.ts → entityAccess-0POr1WuY.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +450 -164
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +39 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-B1N3gjT0.d.ts → index-rVlLkZJu.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +1615 -574
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +28 -0
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +11 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +2707 -652
- package/dist/patterns/index.js +1441 -569
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +1004 -402
- package/dist/patterns/patterns-registry.json +423 -165
- package/dist/patterns/registry.json +423 -165
- package/dist/patterns/services-registry.json +1171 -424
- package/dist/{schema-CkTuSx6F.d.ts → schema-CkTTGH6l.d.ts} +38 -38
- package/dist/{trait-B1fI0lTU.d.ts → trait-D269f6pt.d.ts} +32 -2
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +175 -4
- package/dist/types/index.js.map +1 -1
- package/dist/{types-B53Myv7U.d.ts → types-7PHjoE7m.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as TraitConfig, c as TraitConfigObject, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitConfigValue, f as TraitEntityField, P as PayloadField, g as TraitTypeParamDef, h as Trait } from './trait-
|
|
1
|
+
import { b as TraitConfig, c as TraitConfigObject, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitConfigValue, f as TraitEntityField, P as PayloadField, g as TraitTypeParamDef, h as Trait } from './trait-D269f6pt.js';
|
|
2
2
|
import { J as JsonValue, E as Expression, S as SExpr, R as RuntimeValue } from './expression-Fk8bQWef.js';
|
|
3
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-
|
|
3
|
+
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-BHoSW19_.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -186,7 +186,7 @@ declare const OrbitalPageSchema: z.ZodObject<{
|
|
|
186
186
|
linkedEntityId?: EntityId | undefined;
|
|
187
187
|
}[] | undefined;
|
|
188
188
|
primaryEntity?: string | undefined;
|
|
189
|
-
viewType?: "custom" | "create" | "
|
|
189
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
path: string;
|
|
192
192
|
name: string;
|
|
@@ -203,7 +203,7 @@ declare const OrbitalPageSchema: z.ZodObject<{
|
|
|
203
203
|
linkedEntityId?: string | undefined;
|
|
204
204
|
}[] | undefined;
|
|
205
205
|
primaryEntity?: string | undefined;
|
|
206
|
-
viewType?: "custom" | "create" | "
|
|
206
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
207
207
|
}>;
|
|
208
208
|
type OrbitalPageInput = z.input<typeof OrbitalPageSchema>;
|
|
209
209
|
type OrbitalPageStrictInput = z.input<typeof OrbitalPageStrictSchema>;
|
|
@@ -255,7 +255,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
255
255
|
linkedEntityId?: EntityId | undefined;
|
|
256
256
|
}[] | undefined;
|
|
257
257
|
primaryEntity?: string | undefined;
|
|
258
|
-
viewType?: "custom" | "create" | "
|
|
258
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
259
259
|
}, {
|
|
260
260
|
path: string;
|
|
261
261
|
name: string;
|
|
@@ -272,7 +272,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
272
272
|
linkedEntityId?: string | undefined;
|
|
273
273
|
}[] | undefined;
|
|
274
274
|
primaryEntity?: string | undefined;
|
|
275
|
-
viewType?: "custom" | "create" | "
|
|
275
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
276
276
|
}>;
|
|
277
277
|
|
|
278
278
|
/**
|
|
@@ -18340,13 +18340,13 @@ declare const CustomPatternDefinitionSchema: z.ZodObject<{
|
|
|
18340
18340
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18341
18341
|
}, "strip", z.ZodTypeAny, {
|
|
18342
18342
|
type: "custom";
|
|
18343
|
-
component: "label" | "
|
|
18343
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18344
18344
|
className: string;
|
|
18345
18345
|
slots?: string[] | undefined;
|
|
18346
18346
|
props?: string[] | undefined;
|
|
18347
18347
|
}, {
|
|
18348
18348
|
type: "custom";
|
|
18349
|
-
component: "label" | "
|
|
18349
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18350
18350
|
className: string;
|
|
18351
18351
|
slots?: string[] | undefined;
|
|
18352
18352
|
props?: string[] | undefined;
|
|
@@ -18363,13 +18363,13 @@ declare const CustomPatternMapSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Z
|
|
|
18363
18363
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18364
18364
|
}, "strip", z.ZodTypeAny, {
|
|
18365
18365
|
type: "custom";
|
|
18366
|
-
component: "label" | "
|
|
18366
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18367
18367
|
className: string;
|
|
18368
18368
|
slots?: string[] | undefined;
|
|
18369
18369
|
props?: string[] | undefined;
|
|
18370
18370
|
}, {
|
|
18371
18371
|
type: "custom";
|
|
18372
|
-
component: "label" | "
|
|
18372
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
18373
18373
|
className: string;
|
|
18374
18374
|
slots?: string[] | undefined;
|
|
18375
18375
|
props?: string[] | undefined;
|
|
@@ -20648,7 +20648,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20648
20648
|
linkedEntityId?: EntityId | undefined;
|
|
20649
20649
|
}[] | undefined;
|
|
20650
20650
|
primaryEntity?: string | undefined;
|
|
20651
|
-
viewType?: "custom" | "create" | "
|
|
20651
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
20652
20652
|
}, {
|
|
20653
20653
|
path: string;
|
|
20654
20654
|
name: string;
|
|
@@ -20665,7 +20665,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20665
20665
|
linkedEntityId?: string | undefined;
|
|
20666
20666
|
}[] | undefined;
|
|
20667
20667
|
primaryEntity?: string | undefined;
|
|
20668
|
-
viewType?: "custom" | "create" | "
|
|
20668
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
20669
20669
|
}>, z.ZodString, z.ZodObject<{
|
|
20670
20670
|
ref: z.ZodString;
|
|
20671
20671
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -28215,7 +28215,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28215
28215
|
linkedEntityId?: EntityId | undefined;
|
|
28216
28216
|
}[] | undefined;
|
|
28217
28217
|
primaryEntity?: string | undefined;
|
|
28218
|
-
viewType?: "custom" | "create" | "
|
|
28218
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
28219
28219
|
}, {
|
|
28220
28220
|
path: string;
|
|
28221
28221
|
name: string;
|
|
@@ -28232,7 +28232,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28232
28232
|
linkedEntityId?: string | undefined;
|
|
28233
28233
|
}[] | undefined;
|
|
28234
28234
|
primaryEntity?: string | undefined;
|
|
28235
|
-
viewType?: "custom" | "create" | "
|
|
28235
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
28236
28236
|
}>, z.ZodString, z.ZodObject<{
|
|
28237
28237
|
ref: z.ZodString;
|
|
28238
28238
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -30171,7 +30171,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30171
30171
|
linkedEntityId?: EntityId | undefined;
|
|
30172
30172
|
}[] | undefined;
|
|
30173
30173
|
primaryEntity?: string | undefined;
|
|
30174
|
-
viewType?: "custom" | "create" | "
|
|
30174
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
30175
30175
|
} | {
|
|
30176
30176
|
ref: string;
|
|
30177
30177
|
path?: string | undefined;
|
|
@@ -31239,7 +31239,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31239
31239
|
linkedEntityId?: string | undefined;
|
|
31240
31240
|
}[] | undefined;
|
|
31241
31241
|
primaryEntity?: string | undefined;
|
|
31242
|
-
viewType?: "custom" | "create" | "
|
|
31242
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
31243
31243
|
} | {
|
|
31244
31244
|
ref: string;
|
|
31245
31245
|
path?: string | undefined;
|
|
@@ -37748,7 +37748,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37748
37748
|
linkedEntityId?: EntityId | undefined;
|
|
37749
37749
|
}[] | undefined;
|
|
37750
37750
|
primaryEntity?: string | undefined;
|
|
37751
|
-
viewType?: "custom" | "create" | "
|
|
37751
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
37752
37752
|
}, {
|
|
37753
37753
|
path: string;
|
|
37754
37754
|
name: string;
|
|
@@ -37765,7 +37765,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37765
37765
|
linkedEntityId?: string | undefined;
|
|
37766
37766
|
}[] | undefined;
|
|
37767
37767
|
primaryEntity?: string | undefined;
|
|
37768
|
-
viewType?: "custom" | "create" | "
|
|
37768
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
37769
37769
|
}>, z.ZodString, z.ZodObject<{
|
|
37770
37770
|
ref: z.ZodString;
|
|
37771
37771
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -39704,7 +39704,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39704
39704
|
linkedEntityId?: EntityId | undefined;
|
|
39705
39705
|
}[] | undefined;
|
|
39706
39706
|
primaryEntity?: string | undefined;
|
|
39707
|
-
viewType?: "custom" | "create" | "
|
|
39707
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
39708
39708
|
} | {
|
|
39709
39709
|
ref: string;
|
|
39710
39710
|
path?: string | undefined;
|
|
@@ -40772,7 +40772,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40772
40772
|
linkedEntityId?: string | undefined;
|
|
40773
40773
|
}[] | undefined;
|
|
40774
40774
|
primaryEntity?: string | undefined;
|
|
40775
|
-
viewType?: "custom" | "create" | "
|
|
40775
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
40776
40776
|
} | {
|
|
40777
40777
|
ref: string;
|
|
40778
40778
|
path?: string | undefined;
|
|
@@ -47288,7 +47288,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47288
47288
|
linkedEntityId?: EntityId | undefined;
|
|
47289
47289
|
}[] | undefined;
|
|
47290
47290
|
primaryEntity?: string | undefined;
|
|
47291
|
-
viewType?: "custom" | "create" | "
|
|
47291
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
47292
47292
|
}, {
|
|
47293
47293
|
path: string;
|
|
47294
47294
|
name: string;
|
|
@@ -47305,7 +47305,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47305
47305
|
linkedEntityId?: string | undefined;
|
|
47306
47306
|
}[] | undefined;
|
|
47307
47307
|
primaryEntity?: string | undefined;
|
|
47308
|
-
viewType?: "custom" | "create" | "
|
|
47308
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
47309
47309
|
}>, z.ZodString, z.ZodObject<{
|
|
47310
47310
|
ref: z.ZodString;
|
|
47311
47311
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -49244,7 +49244,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49244
49244
|
linkedEntityId?: EntityId | undefined;
|
|
49245
49245
|
}[] | undefined;
|
|
49246
49246
|
primaryEntity?: string | undefined;
|
|
49247
|
-
viewType?: "custom" | "create" | "
|
|
49247
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
49248
49248
|
} | {
|
|
49249
49249
|
ref: string;
|
|
49250
49250
|
path?: string | undefined;
|
|
@@ -50312,7 +50312,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50312
50312
|
linkedEntityId?: string | undefined;
|
|
50313
50313
|
}[] | undefined;
|
|
50314
50314
|
primaryEntity?: string | undefined;
|
|
50315
|
-
viewType?: "custom" | "create" | "
|
|
50315
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
50316
50316
|
} | {
|
|
50317
50317
|
ref: string;
|
|
50318
50318
|
path?: string | undefined;
|
|
@@ -55555,13 +55555,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55555
55555
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
55556
55556
|
}, "strip", z.ZodTypeAny, {
|
|
55557
55557
|
type: "custom";
|
|
55558
|
-
component: "label" | "
|
|
55558
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
55559
55559
|
className: string;
|
|
55560
55560
|
slots?: string[] | undefined;
|
|
55561
55561
|
props?: string[] | undefined;
|
|
55562
55562
|
}, {
|
|
55563
55563
|
type: "custom";
|
|
55564
|
-
component: "label" | "
|
|
55564
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
55565
55565
|
className: string;
|
|
55566
55566
|
slots?: string[] | undefined;
|
|
55567
55567
|
props?: string[] | undefined;
|
|
@@ -61062,7 +61062,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61062
61062
|
linkedEntityId?: EntityId | undefined;
|
|
61063
61063
|
}[] | undefined;
|
|
61064
61064
|
primaryEntity?: string | undefined;
|
|
61065
|
-
viewType?: "custom" | "create" | "
|
|
61065
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
61066
61066
|
}, {
|
|
61067
61067
|
path: string;
|
|
61068
61068
|
name: string;
|
|
@@ -61079,7 +61079,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61079
61079
|
linkedEntityId?: string | undefined;
|
|
61080
61080
|
}[] | undefined;
|
|
61081
61081
|
primaryEntity?: string | undefined;
|
|
61082
|
-
viewType?: "custom" | "create" | "
|
|
61082
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
61083
61083
|
}>, z.ZodString, z.ZodObject<{
|
|
61084
61084
|
ref: z.ZodString;
|
|
61085
61085
|
refId: z.ZodOptional<z.ZodEffects<z.ZodString, PageId, string>>;
|
|
@@ -63018,7 +63018,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63018
63018
|
linkedEntityId?: EntityId | undefined;
|
|
63019
63019
|
}[] | undefined;
|
|
63020
63020
|
primaryEntity?: string | undefined;
|
|
63021
|
-
viewType?: "custom" | "create" | "
|
|
63021
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
63022
63022
|
} | {
|
|
63023
63023
|
ref: string;
|
|
63024
63024
|
path?: string | undefined;
|
|
@@ -64086,7 +64086,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
64086
64086
|
linkedEntityId?: string | undefined;
|
|
64087
64087
|
}[] | undefined;
|
|
64088
64088
|
primaryEntity?: string | undefined;
|
|
64089
|
-
viewType?: "custom" | "create" | "
|
|
64089
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
64090
64090
|
} | {
|
|
64091
64091
|
ref: string;
|
|
64092
64092
|
path?: string | undefined;
|
|
@@ -65455,7 +65455,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
65455
65455
|
linkedEntityId?: EntityId | undefined;
|
|
65456
65456
|
}[] | undefined;
|
|
65457
65457
|
primaryEntity?: string | undefined;
|
|
65458
|
-
viewType?: "custom" | "create" | "
|
|
65458
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
65459
65459
|
} | {
|
|
65460
65460
|
ref: string;
|
|
65461
65461
|
path?: string | undefined;
|
|
@@ -67000,7 +67000,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
67000
67000
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
67001
67001
|
customPatterns?: Record<string, {
|
|
67002
67002
|
type: "custom";
|
|
67003
|
-
component: "label" | "
|
|
67003
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
67004
67004
|
className: string;
|
|
67005
67005
|
slots?: string[] | undefined;
|
|
67006
67006
|
props?: string[] | undefined;
|
|
@@ -67091,7 +67091,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
67091
67091
|
linkedEntityId?: string | undefined;
|
|
67092
67092
|
}[] | undefined;
|
|
67093
67093
|
primaryEntity?: string | undefined;
|
|
67094
|
-
viewType?: "custom" | "create" | "
|
|
67094
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
67095
67095
|
} | {
|
|
67096
67096
|
ref: string;
|
|
67097
67097
|
path?: string | undefined;
|
|
@@ -68636,7 +68636,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
68636
68636
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
68637
68637
|
customPatterns?: Record<string, {
|
|
68638
68638
|
type: "custom";
|
|
68639
|
-
component: "label" | "
|
|
68639
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
68640
68640
|
className: string;
|
|
68641
68641
|
slots?: string[] | undefined;
|
|
68642
68642
|
props?: string[] | undefined;
|
|
@@ -68792,7 +68792,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
68792
68792
|
linkedEntityId?: string | undefined;
|
|
68793
68793
|
}[] | undefined;
|
|
68794
68794
|
primaryEntity?: string | undefined;
|
|
68795
|
-
viewType?: "custom" | "create" | "
|
|
68795
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
68796
68796
|
} | {
|
|
68797
68797
|
ref: string;
|
|
68798
68798
|
path?: string | undefined;
|
|
@@ -70337,7 +70337,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70337
70337
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
70338
70338
|
customPatterns?: Record<string, {
|
|
70339
70339
|
type: "custom";
|
|
70340
|
-
component: "label" | "
|
|
70340
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
70341
70341
|
className: string;
|
|
70342
70342
|
slots?: string[] | undefined;
|
|
70343
70343
|
props?: string[] | undefined;
|
|
@@ -70428,7 +70428,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
70428
70428
|
linkedEntityId?: EntityId | undefined;
|
|
70429
70429
|
}[] | undefined;
|
|
70430
70430
|
primaryEntity?: string | undefined;
|
|
70431
|
-
viewType?: "custom" | "create" | "
|
|
70431
|
+
viewType?: "custom" | "create" | "dashboard" | "list" | "detail" | "edit" | undefined;
|
|
70432
70432
|
} | {
|
|
70433
70433
|
ref: string;
|
|
70434
70434
|
path?: string | undefined;
|
|
@@ -71973,7 +71973,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
71973
71973
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
71974
71974
|
customPatterns?: Record<string, {
|
|
71975
71975
|
type: "custom";
|
|
71976
|
-
component: "label" | "
|
|
71976
|
+
component: "label" | "header" | "form" | "article" | "button" | "input" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "section" | "nav" | "aside" | "footer" | "main" | "a" | "div" | "span" | "p" | "ul" | "ol" | "li" | "img";
|
|
71977
71977
|
className: string;
|
|
71978
71978
|
slots?: string[] | undefined;
|
|
71979
71979
|
props?: string[] | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as EventId, c as Effect, T as TraitId, O as OrbitalId, d as EntityId, P as PageId, A as AnyPatternConfig, e as Entity, E as EntityField } from './effect-
|
|
1
|
+
import { b as EventId, c as Effect, T as TraitId, O as OrbitalId, d as EntityId, P as PageId, A as AnyPatternConfig, e as Entity, E as EntityField } from './effect-BHoSW19_.js';
|
|
2
2
|
import { E as Expression, S as SExpr, J as JsonValue } from './expression-Fk8bQWef.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
@@ -49,6 +49,21 @@ declare const StateSchema: z.ZodObject<{
|
|
|
49
49
|
/**
|
|
50
50
|
* Payload field definition for events
|
|
51
51
|
*/
|
|
52
|
+
/**
|
|
53
|
+
* One condition of a payload field's `typeWhen` conditional list: "when
|
|
54
|
+
* config knob `knob` resolves to the literal whose string spelling is
|
|
55
|
+
* `equals`, this field's type is `type`". Declared DATA — authored in
|
|
56
|
+
* `.lolo` as a type-level `match` block (§25 — REPLACED the `@typeWhen`
|
|
57
|
+
* annotation spelling outright) — never a compiler-side predicate over a
|
|
58
|
+
* specific knob name. This wire shape is `match`'s lowered form, unchanged.
|
|
59
|
+
* Mirrors Rust `PayloadTypeWhen`.
|
|
60
|
+
*/
|
|
61
|
+
type PayloadTypeWhen = {
|
|
62
|
+
knob: string;
|
|
63
|
+
equals: string;
|
|
64
|
+
type: string;
|
|
65
|
+
};
|
|
66
|
+
declare const PayloadTypeWhenSchema: z.ZodType<PayloadTypeWhen>;
|
|
52
67
|
type PayloadField = {
|
|
53
68
|
name: string;
|
|
54
69
|
/**
|
|
@@ -62,6 +77,12 @@ type PayloadField = {
|
|
|
62
77
|
required?: boolean;
|
|
63
78
|
/** Structured property schema for object-typed payload fields (recursive). */
|
|
64
79
|
properties?: ReadonlyArray<PayloadField>;
|
|
80
|
+
/**
|
|
81
|
+
* Declared knob-conditional type list (`match` in `.lolo`, §25). Resolved
|
|
82
|
+
* and cleared once composed — the emitted `.orb` carries only the
|
|
83
|
+
* resolved truth, never the conditional.
|
|
84
|
+
*/
|
|
85
|
+
typeWhen?: ReadonlyArray<PayloadTypeWhen>;
|
|
65
86
|
};
|
|
66
87
|
declare const PayloadFieldSchema: z.ZodType<PayloadField>;
|
|
67
88
|
/**
|
|
@@ -551,6 +572,8 @@ type ConfigFieldItemsDeclaration = {
|
|
|
551
572
|
readonly properties?: Readonly<Record<string, TraitEntityField>>;
|
|
552
573
|
/** Nested per-item schema for arrays of arrays (recursive). */
|
|
553
574
|
readonly items?: ConfigFieldItemsDeclaration;
|
|
575
|
+
/** Union member names when the item type is a union — including a by-name recursive back-reference. */
|
|
576
|
+
readonly values?: ReadonlyArray<string>;
|
|
554
577
|
};
|
|
555
578
|
declare const ConfigFieldDeclarationSchema: z.ZodType<ConfigFieldDeclaration>;
|
|
556
579
|
/**
|
|
@@ -737,6 +760,13 @@ type EventPayloadField = {
|
|
|
737
760
|
entityType?: string;
|
|
738
761
|
/** Structured property schema for object-typed payload fields (recursive). */
|
|
739
762
|
properties?: ReadonlyArray<EventPayloadField>;
|
|
763
|
+
/**
|
|
764
|
+
* Declared knob-conditional type list (`match` in `.lolo`, §25 —
|
|
765
|
+
* REPLACED the `@typeWhen` annotation spelling outright) — see
|
|
766
|
+
* `PayloadTypeWhen` in `state-machine.ts`. Resolved and cleared once
|
|
767
|
+
* composed; the emitted `.orb` carries only the resolved truth.
|
|
768
|
+
*/
|
|
769
|
+
typeWhen?: ReadonlyArray<PayloadTypeWhen>;
|
|
740
770
|
};
|
|
741
771
|
declare const EventPayloadFieldSchema: z.ZodType<EventPayloadField>;
|
|
742
772
|
/**
|
|
@@ -5231,4 +5261,4 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodEffects<z.Zod
|
|
|
5231
5261
|
typeParams?: TraitTypeParamDef[] | undefined;
|
|
5232
5262
|
}>]>;
|
|
5233
5263
|
|
|
5234
|
-
export {
|
|
5264
|
+
export { type TraitCategory as $, ListenSourceSchema as A, OrbitalTraitRefSchema as B, type ConfigFieldDeclaration as C, type DeclaredTraitConfig as D, type EventPayloadField as E, PayloadFieldSchema as F, type Guard as G, type PayloadTypeWhen as H, PayloadTypeWhenSchema as I, type PresentationType as J, type ReferenceConfigType as K, type ListenSource as L, type RequiredField as M, RequiredFieldSchema as N, type OrbitalTraitRef as O, type PayloadField as P, SECRET_CONFIG_TYPES as Q, REFERENCE_CONFIG_TYPES as R, type State as S, type TraitEventListener as T, type SecretConfigType as U, type StateInput as V, type StateMachine as W, type StateMachineInput as X, StateMachineSchema as Y, StateSchema as Z, TickIntervalSchema as _, type TraitReference as a, TraitCategorySchema as a0, TraitConfigSchema as a1, TraitConfigValueSchema as a2, type TraitDataEntity as a3, TraitDataEntitySchema as a4, TraitEntityFieldSchema as a5, TraitEventContractSchema as a6, TraitEventListenerSchema as a7, type TraitInput as a8, TraitRefSchema as a9, type TraitReferenceInput as aa, TraitReferenceSchema as ab, TraitSchema as ac, type TraitTick as ad, TraitTickSchema as ae, type TraitUIBinding as af, TraitUIBindingSchema as ag, type Transition as ah, type TransitionInput as ai, TransitionSchema as aj, configRefEventKnob as ak, getTraitConfig as al, getTraitName as am, isCallSiteConfigDeclaration as an, isCircuitEvent as ao, isInlineTrait as ap, isReferenceConfigType as aq, isSecretConfigType as ar, maskSecretConfigValues as as, normalizeCallSiteConfigToValues as at, normalizeTraitRef as au, resolveConfigRefEventName as av, type TraitScope as aw, type TraitConfig as b, type TraitConfigObject as c, type TraitRef as d, type TraitConfigValue as e, type TraitEntityField as f, type TraitTypeParamDef as g, type Trait as h, type CallSiteConfig as i, type CallSiteConfigEntry as j, type TraitEventContract as k, CONFIG_REF_EVENT_PATTERN as l, ConfigFieldDeclarationSchema as m, type ConfigFieldItemsDeclaration as n, type ConfigRefEventError as o, DeclaredTraitConfigSchema as p, type EntityFieldContract as q, EntityFieldContractSchema as r, type Event as s, type EventInput as t, EventPayloadFieldSchema as u, EventSchema as v, type EventScope as w, EventScopeSchema as x, type GuardInput as y, GuardSchema as z };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { A as AGENT_DOMAIN_CATEGORIES, f as ALLOWED_CUSTOM_COMPONENTS, g as AgentDomainCategory, h as AgentDomainCategorySchema, i as AllowedCustomComponent, O as AppSchema, C as ColorSlice, j as ColorSliceSchema, k as ColorTokens, l as ColorTokensSchema, m as ComputedEventContract, n as ComputedEventContractSchema, o as ComputedEventListener, p as ComputedEventListenerSchema, q as ConfigProvenanceRecord, r as ConfigProvenanceRecordSchema, s as CustomPatternDefinition, t as CustomPatternDefinitionInput, u as CustomPatternDefinitionSchema, v as CustomPatternMap, w as CustomPatternMapInput, x as CustomPatternMapSchema, D as DensitySlice, y as DensitySliceSchema, z as DensityTokens, B as DensityTokensSchema, F as DesignPreferences, G as DesignPreferencesInput, H as DesignPreferencesSchema, I as DesignTokens, J as DesignTokensInput, K as DesignTokensSchema, L as DomainCategory, M as DomainCategorySchema, N as DomainContext, Q as DomainContextInput, R as DomainContextSchema, S as DomainVocabulary, T as DomainVocabularySchema, V as ElevationSlice, W as ElevationSliceSchema, X as ElevationTokens, Y as ElevationTokensSchema, Z as EntityCall, _ as EntityCallSchema, E as EntityRef, $ as EntityRefSchema, a0 as EntityRefStringSchema, a1 as EntitySemanticRole, a2 as EntitySemanticRoleSchema, a3 as EventListener, a4 as EventListenerSchema, a5 as EventSemanticRole, a6 as EventSemanticRoleSchema, a7 as EventSource, a8 as EventSourceSchema, b as ExpectDeclaration, a9 as ExpectDeclarationSchema, aa as FullOrbitalUnit, ab as GameSubCategory, ac as GameSubCategorySchema, ad as GeometrySlice, ae as GeometrySliceSchema, af as GeometryTokens, ag as GeometryTokensSchema, ah as IconFamily, ai as IconFamilySchema, aj as IconographySlice, ak as IconographySliceSchema, al as IconographyTokens, am as IconographyTokensSchema, an as IllustrationSlice, ao as IllustrationSliceSchema, ap as IllustrationStyle, aq as IllustrationStyleSchema, ar as IllustrationTokens, as as IllustrationTokensSchema, at as MotionDurationKey, au as MotionDurationKeySchema, av as MotionDurationPalette, aw as MotionDurationPaletteSchema, ax as MotionEasingKey, ay as MotionEasingKeySchema, az as MotionEasingPalette, aA as MotionEasingPaletteSchema, aB as MotionIntent, aC as MotionIntentMap, aD as MotionIntentMapSchema, aE as MotionIntentSchema, aF as MotionSlice, aG as MotionSliceSchema, aH as MotionTokens, aI as MotionTokensSchema, aJ as NavItem, aK as NavStackEntry, aL as NodeClassification, aM as NodeClassificationSchema, aa as Orbital, aN as OrbitalConfig, aO as OrbitalConfigInput, aP as OrbitalConfigSchema, a as OrbitalDefinition, aQ as OrbitalDefinitionSchema, aR as OrbitalInput, e as OrbitalPage, aS as OrbitalPageInput, aT as OrbitalPageSchema, aU as OrbitalPageStrictInput, aV as OrbitalPageStrictSchema, O as OrbitalSchema, aW as OrbitalSchemaInput, aX as OrbitalSchemaSchema, aY as OrbitalSchemaWithTraits, aZ as OrbitalUnit, a_ as OrbitalUnitSchema, a$ as OrbitalZodSchema, c as Page, P as PageRef, d as PageRefObject, b0 as PageRefObjectSchema, b1 as PageRefSchema, b2 as PageRefStringSchema, b3 as PageSchema, b4 as PageTraitRef, b5 as PageTraitRefSchema, b6 as RelatedLink, b7 as RelatedLinkSchema, b8 as SchemaMetadata, b9 as SchemaMetadataSchema, ba as SkinSpec, bb as SkinSpecSchema, bc as SpacingScale, bd as SpacingScaleSchema, be as StateSemanticRole, bf as StateSemanticRoleSchema, bg as SuggestedGuard, bh as SuggestedGuardSchema, bi as ThemeDefinition, bj as ThemeDefinitionSchema, bk as ThemeRef, bl as ThemeRefSchema, bm as ThemeRefStringSchema, bn as ThemeTokens, bo as ThemeTokensSchema, bp as ThemeVariant, bq as ThemeVariantSchema, br as TypeIntent, bs as TypeIntentMap, bt as TypeIntentMapSchema, bu as TypeIntentSchema, bv as TypeScale, bw as TypeScaleEntry, bx as TypeScaleEntrySchema, by as TypeScaleSchema, bz as TypeScaleTokens, bA as TypeScaleTokensSchema, bB as TypeSizeKey, bC as TypeSizeKeySchema, bD as TypeSlice, bE as TypeSliceSchema, bF as TypeSlot, bG as TypeSlotSchema, bH as TypeWeight, bI as TypeWeightSchema, bJ as UXHints, bK as UXHintsSchema, U as UseDeclaration, bL as UseDeclarationSchema, bM as UserPersona, bN as UserPersonaInput, bO as UserPersonaSchema, a as ValidatedOrbital, bP as ViewType, bQ as ViewTypeSchema, bR as expectedEntityName, bS as isEntityCall, bT as isEntityReference, bU as isEntityReferenceAny, bV as isImportedTraitRef, bW as isOrbitalDefinition, bX as isPageReference, bY as isPageReferenceObject, bZ as isPageReferenceString, b_ as isThemeReference, b$ as parseEntityRef, c0 as parseImportedTraitRef, c1 as parseOrbitalSchema, c2 as parsePageRef, c3 as safeParseOrbitalSchema } from '../schema-
|
|
2
|
-
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as ControlValue, a1 as
|
|
1
|
+
export { A as AGENT_DOMAIN_CATEGORIES, f as ALLOWED_CUSTOM_COMPONENTS, g as AgentDomainCategory, h as AgentDomainCategorySchema, i as AllowedCustomComponent, O as AppSchema, C as ColorSlice, j as ColorSliceSchema, k as ColorTokens, l as ColorTokensSchema, m as ComputedEventContract, n as ComputedEventContractSchema, o as ComputedEventListener, p as ComputedEventListenerSchema, q as ConfigProvenanceRecord, r as ConfigProvenanceRecordSchema, s as CustomPatternDefinition, t as CustomPatternDefinitionInput, u as CustomPatternDefinitionSchema, v as CustomPatternMap, w as CustomPatternMapInput, x as CustomPatternMapSchema, D as DensitySlice, y as DensitySliceSchema, z as DensityTokens, B as DensityTokensSchema, F as DesignPreferences, G as DesignPreferencesInput, H as DesignPreferencesSchema, I as DesignTokens, J as DesignTokensInput, K as DesignTokensSchema, L as DomainCategory, M as DomainCategorySchema, N as DomainContext, Q as DomainContextInput, R as DomainContextSchema, S as DomainVocabulary, T as DomainVocabularySchema, V as ElevationSlice, W as ElevationSliceSchema, X as ElevationTokens, Y as ElevationTokensSchema, Z as EntityCall, _ as EntityCallSchema, E as EntityRef, $ as EntityRefSchema, a0 as EntityRefStringSchema, a1 as EntitySemanticRole, a2 as EntitySemanticRoleSchema, a3 as EventListener, a4 as EventListenerSchema, a5 as EventSemanticRole, a6 as EventSemanticRoleSchema, a7 as EventSource, a8 as EventSourceSchema, b as ExpectDeclaration, a9 as ExpectDeclarationSchema, aa as FullOrbitalUnit, ab as GameSubCategory, ac as GameSubCategorySchema, ad as GeometrySlice, ae as GeometrySliceSchema, af as GeometryTokens, ag as GeometryTokensSchema, ah as IconFamily, ai as IconFamilySchema, aj as IconographySlice, ak as IconographySliceSchema, al as IconographyTokens, am as IconographyTokensSchema, an as IllustrationSlice, ao as IllustrationSliceSchema, ap as IllustrationStyle, aq as IllustrationStyleSchema, ar as IllustrationTokens, as as IllustrationTokensSchema, at as MotionDurationKey, au as MotionDurationKeySchema, av as MotionDurationPalette, aw as MotionDurationPaletteSchema, ax as MotionEasingKey, ay as MotionEasingKeySchema, az as MotionEasingPalette, aA as MotionEasingPaletteSchema, aB as MotionIntent, aC as MotionIntentMap, aD as MotionIntentMapSchema, aE as MotionIntentSchema, aF as MotionSlice, aG as MotionSliceSchema, aH as MotionTokens, aI as MotionTokensSchema, aJ as NavItem, aK as NavStackEntry, aL as NodeClassification, aM as NodeClassificationSchema, aa as Orbital, aN as OrbitalConfig, aO as OrbitalConfigInput, aP as OrbitalConfigSchema, a as OrbitalDefinition, aQ as OrbitalDefinitionSchema, aR as OrbitalInput, e as OrbitalPage, aS as OrbitalPageInput, aT as OrbitalPageSchema, aU as OrbitalPageStrictInput, aV as OrbitalPageStrictSchema, O as OrbitalSchema, aW as OrbitalSchemaInput, aX as OrbitalSchemaSchema, aY as OrbitalSchemaWithTraits, aZ as OrbitalUnit, a_ as OrbitalUnitSchema, a$ as OrbitalZodSchema, c as Page, P as PageRef, d as PageRefObject, b0 as PageRefObjectSchema, b1 as PageRefSchema, b2 as PageRefStringSchema, b3 as PageSchema, b4 as PageTraitRef, b5 as PageTraitRefSchema, b6 as RelatedLink, b7 as RelatedLinkSchema, b8 as SchemaMetadata, b9 as SchemaMetadataSchema, ba as SkinSpec, bb as SkinSpecSchema, bc as SpacingScale, bd as SpacingScaleSchema, be as StateSemanticRole, bf as StateSemanticRoleSchema, bg as SuggestedGuard, bh as SuggestedGuardSchema, bi as ThemeDefinition, bj as ThemeDefinitionSchema, bk as ThemeRef, bl as ThemeRefSchema, bm as ThemeRefStringSchema, bn as ThemeTokens, bo as ThemeTokensSchema, bp as ThemeVariant, bq as ThemeVariantSchema, br as TypeIntent, bs as TypeIntentMap, bt as TypeIntentMapSchema, bu as TypeIntentSchema, bv as TypeScale, bw as TypeScaleEntry, bx as TypeScaleEntrySchema, by as TypeScaleSchema, bz as TypeScaleTokens, bA as TypeScaleTokensSchema, bB as TypeSizeKey, bC as TypeSizeKeySchema, bD as TypeSlice, bE as TypeSliceSchema, bF as TypeSlot, bG as TypeSlotSchema, bH as TypeWeight, bI as TypeWeightSchema, bJ as UXHints, bK as UXHintsSchema, U as UseDeclaration, bL as UseDeclarationSchema, bM as UserPersona, bN as UserPersonaInput, bO as UserPersonaSchema, a as ValidatedOrbital, bP as ViewType, bQ as ViewTypeSchema, bR as expectedEntityName, bS as isEntityCall, bT as isEntityReference, bU as isEntityReferenceAny, bV as isImportedTraitRef, bW as isOrbitalDefinition, bX as isPageReference, bY as isPageReferenceObject, bZ as isPageReferenceString, b_ as isThemeReference, b$ as parseEntityRef, c0 as parseImportedTraitRef, c1 as parseOrbitalSchema, c2 as parsePageRef, c3 as safeParseOrbitalSchema } from '../schema-CkTTGH6l.js';
|
|
2
|
+
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as ControlValue, a1 as DEFAULT_UNIT_ANIMATION_ROWS, a2 as DerefEffect, a3 as DespawnEffect, a4 as DoEffect, a5 as ENTITY_ROLES, c as Effect, a6 as EffectInput, a7 as EffectSchema, a8 as EmitConfig, a9 as EmitEffect, e as Entity, aa as EntityData, E as EntityField, ab as EntityFieldInput, ac as EntityFieldSchema, d as EntityId, ad as EntityIdSchema, a as EntityPersistence, ae as EntityPersistenceSchema, af as EntityRole, ag as EntityRoleSchema, f as EntityRow, ah as EntitySchema, ai as EntityWith, aj as EnumEntityField, ak as EvaluateConfig, al as EvaluateEffect, b as EventId, am as EventIdSchema, an as FIELD_TYPES, ao as FetchEffect, ap as FetchOptions, aq as FetchResult, ar as Field, as as FieldSchema, at as FieldType, au as FieldTypeSchema, F as FieldValue, av as FileValue, aw as FileValueSchema, ax as ForwardConfig, ay as ForwardEffect, az as IdForKind, aA as IdKind, I as IdentityLedger, aB as IdentityLedgerSchema, aC as LedgerEntry, aD as LedgerEntrySchema, aE as LedgerKind, aF as LedgerKindSchema, aG as LlmEffect, aH as LogEffect, aI as MANIFEST_ASSET_LICENSES, aJ as MANIFEST_CANVAS_AFFINITIES, aK as MANIFEST_ENTRY_KINDS, aL as MANIFEST_SOURCE_CATALOGS, aM as ManifestAssetLicense, aN as ManifestAssetLicenseSchema, aO as ManifestCanvasAffinity, aP as ManifestCanvasAffinitySchema, aQ as ManifestEntry, aR as ManifestEntryInput, aS as ManifestEntryKind, aT as ManifestEntryKindSchema, aU as ManifestEntrySchema, aV as ManifestFrameSpec, aW as ManifestFrameSpecSchema, aX as ManifestSourceCatalog, aY as ManifestSourceCatalogSchema, aZ as McpServiceDef, a_ as McpServiceDefSchema, a$ as MemoryEffect, b0 as NavigateBackEffect, b1 as NavigateEffect, b2 as NavigateOptions, b3 as NnConfig, b4 as NnLayer, b5 as NotifyEffect, b6 as ObjectEntityField, b7 as OrbitalEntity, b8 as OrbitalEntityInput, b9 as OrbitalEntitySchema, O as OrbitalId, ba as OrbitalIdSchema, bb as OsEffect, bc as PATTERN_TYPES, P as PageId, bd as PageIdSchema, be as PaletteEntryId, bf as PaletteEntryIdSchema, bg as PatternConfig, bj as PatternType, bk as PersistData, bl as PersistEffect, bm as PersistEmitConfig, bn as RefEffect, R as RelationConfig, bo as RelationConfigSchema, bp as RelationEntityField, h as RenderBinding, bq as RenderChildrenMap, br as RenderItemLambda, i as RenderUIEffect, bs as RenderUINode, bt as ResolvedPatternProps, bu as RestAuthConfig, bv as RestAuthConfigSchema, bw as RestServiceDef, bx as RestServiceDefSchema, by as SEMANTIC_STRING_TYPES, bz as SERVICE_TYPES, bA as SHEET_PROJECTIONS, bB as SPRITE_DIRECTIONS, bC as SPRITE_SHEET_LAYOUT, bD as ScalarEntityField, bE as ScenePos, bF as ScenePosSchema, bG as SemanticAssetRef, bH as SemanticAssetRefInput, bI as SemanticAssetRefSchema, bJ as SemanticStringType, g as ServiceDefinition, bK as ServiceDefinitionSchema, bL as ServiceId, bM as ServiceIdSchema, bN as ServiceParams, bO as ServiceParamsValue, S as ServiceRef, bP as ServiceRefObject, bQ as ServiceRefObjectSchema, bR as ServiceRefSchema, bS as ServiceRefStringSchema, bT as ServiceType, bU as ServiceTypeSchema, bV as SessionEffect, bW as SetEffect, bX as SheetProjection, bY as SheetProjectionSchema, bZ as SocketEvents, b_ as SocketEventsSchema, b$ as SocketServiceDef, c0 as SocketServiceDefSchema, c1 as SpawnEffect, c2 as SpriteDirection, c3 as SpriteDirectionSchema, c4 as SpriteSheetAtlas, c5 as SpriteSheetAtlasInput, c6 as SpriteSheetAtlasSchema, c7 as SpriteSheetLayout, c8 as SubTexture, c9 as SubTextureSchema, ca as SwapEffect, cb as TemplatePatternConfig, cc as TextureAtlas, cd as TextureAtlasSchema, ce as ThemeId, cf as ThemeIdSchema, cg as Tilesheet, ch as TilesheetSchema, ci as TraceEffect, cj as TrainConfig, ck as TrainEffect, T as TraitId, cl as TraitIdSchema, cm as TypedEffect, U as UISlot, cn as UISlotSchema, co as UI_SLOTS, cp as VISUAL_STYLES, cq as ValidateEffect, cr as VisualStyle, cs as VisualStyleSchema, ct as WatchEffect, cu as WatchOptions, cv as asEntityId, cw as asEventId, cx as asOrbitalId, cy as asPageId, cz as asPaletteEntryId, cA as asServiceId, cB as asThemeId, cC as asTraitId, cD as atomic, cE as callService, cF as createAssetKey, cG as defaultUnitAtlas, cH as deref, cI as deriveCollection, cJ as despawn, cK as doEffects, cL as emit, cM as findService, cN as getDefaultAnimationsForRole, cO as getServiceNames, cP as hasService, cQ as idKindOf, cR as idPrefix, cS as isEffect, cT as isEmailValue, cU as isEntityId, cV as isEventId, cW as isFieldValue, cX as isFileValue, cY as isMcpService, cZ as isOrbitalId, c_ as isPageId, c$ as isPaletteEntryId, d0 as isPhoneValue, d1 as isRestService, d2 as isRuntimeEntity, d3 as isSExprEffect, d4 as isSemanticStringType, d5 as isSemanticStringValue, d6 as isServiceId, d7 as isServiceReference, d8 as isServiceReferenceObject, d9 as isSocketService, da as isThemeId, db as isTraitId, dc as isUrlValue, dd as isUuidValue, de as isValidPatternType, df as ledgerCurName, dg as ledgerRename, dh as ledgerResolveName, di as manifestToAssetCatalog, dj as matchAssetQuery, dk as mintId, dl as navigate, dm as navigateBack, dn as notify, dp as parseAssetKey, dq as parseAssetQuery, dr as parseServiceRef, ds as persist, dt as persistenceModeAllowsOverrides, du as ref, dv as renderUI, dw as set, dx as spawn, dy as swap, dz as validateAssetAnimations, dA as watch } from '../effect-BHoSW19_.js';
|
|
3
3
|
export { C as CORE_BINDINGS, b as CoreBinding, c as EvalContext, a as EventPayload, d as EventPayloadValue, E as Expression, e as ExpressionInput, f as ExpressionSchema, g as JsonObject, J as JsonValue, L as LogMeta, h as LogMetaValue, P as ParsedBinding, R as RuntimeValue, S as SExpr, i as SExprAtom, j as SExprAtomSchema, k as SExprDataSchema, l as SExprInput, m as SExprObject, n as SExprSchema, T as ToolArgs, o as collectBindings, p as getArgs, q as getOperator, r as isBinding, s as isEventPayloadValue, t as isJsonArray, u as isJsonObject, v as isJsonPrimitive, w as isSExpr, x as isSExprAtom, y as isSExprCall, z as isValidBinding, A as parseBinding, B as sexpr, D as walkSExpr } from '../expression-Fk8bQWef.js';
|
|
4
|
-
export { A as ANONYMOUS_USER, f as AgentCodeSearchResult, g as AgentCompactResult, h as AgentCompactStrategy, i as AgentContext, j as AgentGenerateOptions, k as AgentMemoryCategory, l as AgentMemoryRecord, m as AnalysisOrbital, n as AnalysisOrbitalParams, o as AnalysisPageOverride, p as AnalysisRename, q as AnalysisResult, r as AnnotationTier, s as AppCreatedEvent, t as AppSummary, u as AssetLoadStatus, B as BINDING_CONTEXT_RULES, v as BINDING_DOCS, w as BINDING_ROOTS, x as BindingContext, y as BindingRoot, z as BindingSchema, D as BridgeHealth, E as BuilderResult, F as BusEvent, G as BusEventListener, H as BusEventSource, I as CancelledEvent, d as CategorizedRemovals, J as ChangeAuthor, K as ChangeSetDocument, L as ChangeSummary, M as ChangesetRecordedEvent, C as ChangesetValue, N as CheckStatus, O as Clarification, Q as ClarificationCandidate, T as ClarificationLevel, U as CompleteEvent, V as ComplexityAssessment, W as ComposeAllResult, X as ComposeChildrenResult, Y as ComposeOptions, Z as ContextExtensions, _ as CreateFlow, $ as DEFAULT_INTERACTION_MODELS, a0 as DEFAULT_VIEWER, a1 as DEV_TOKEN_PREFIX, a2 as DeleteFlow, a3 as DispatchUpdatesResult, a4 as DrawableDescriptor, a5 as EdgeType, a6 as EditFlow, a9 as EffectPayload, aa as EffectResult, ab as EffectTrace, ac as ErrorEvent, ad as EventEmit, ae as EventKey, af as EventListen, ag as EventLogEntry, ah as EvolutionDelta, ai as ExecutePlanResult, aj as ExtraTraitRef, ak as FileOperationEvent, al as FileWrittenEvent, am as GateState, an as GenerationLogEvent, ao as GitHubIssue, ap as GitHubLink, aq as GitHubRepo, ar as HistoryMeta, as as IntegrationContext, at as InteractionModel, au as InteractionModelInput, av as InteractionModelSchema, aw as InterruptEvent, ax as KNOWN_VALIDATION_ERROR_CODES, ay as KnobPayload, az as KnownValidationErrorCode, aA as LLMErrorContext, aB as LazyService, aC as LineageEntry, aD as ListInteraction, aE as LivingEdge, aF as LivingEffect, aG as LivingEntity, aH as LivingEvent, aI as LivingField, aJ as LivingOrbital, aK as LivingOrbitalSchema, aL as LivingPage, aM as LivingState, aN as LivingTrait, aO as LivingTransition, aP as LivingValue, aQ as LivingVertex, aR as LlmCallToolsResult, aS as LlmContext, aT as LlmMessage, aU as LlmTokenUsage, aV as LlmToolCall, aW as LlmToolDef, aX as LoloEmitResult, aY as MemoryContext, aZ as MessageEvent, a_ as OrbitalAddedEvent, a$ as OrbitalSchemaCompleteEvent, b0 as OrbitalVerificationAPI, P as PageContentReduction, b1 as ParamsRepairEmittedEvent, b2 as ParsedDesign, b3 as ParsedDomainContext, b4 as ParsedEmitDeclaration, b5 as ParsedEntity, b6 as ParsedEvent, b7 as ParsedListenDeclaration, b8 as ParsedOrbital, b9 as ParsedPage, ba as ParsedState, bb as ParsedStateMachine, bc as ParsedTrait, bd as ParsedTraitConfig, be as ParsedTransition, bf as PatternNode, bg as PatternTypeSchema, bh as PatternValue, bi as PersistActionName, bj as PlanSnapshot, bk as PlanSnapshotStatus, bl as PlannerResult, bm as Probability, bn as ProcessCompleteEvent, bo as ProcessErrorEvent, bp as ProcessRepairCompleteEvent, bq as ProcessRepairEvent, br as ProcessStartEvent, bs as RENDER_BINDING_MARKER, bt as RawUserClaims, bu as RenderBindingMarker, bz as RepairResult, a as ResolvedEntity, bA as ResolvedEntityBinding, bB as ResolvedField, R as ResolvedIR, bC as ResolvedNavigation, b as ResolvedPage, bD as ResolvedPattern, bE as ResolvedSection, bF as ResolvedSectionEvent, c as ResolvedTrait, bG as ResolvedTraitBinding, bH as ResolvedTraitDataEntity, bI as ResolvedTraitEvent, bJ as ResolvedTraitGuard, bK as ResolvedTraitListener, bL as ResolvedTraitState, bM as ResolvedTraitTick, bN as ResolvedTraitTransition, bO as ResolvedTraitUIBinding, bP as SSEEvent, bQ as SSEEventBase, bR as SSEEventType, bS as SaveOptions, bT as SaveResult, S as SchemaChange, bU as SchemaPhaseUpdateEvent, bV as SchemaPhaseValidatedEvent, bW as SchemaUpdateEvent, bX as SemanticAnnotation, bY as SemanticChangeKind, e as SemanticSchemaChange, bZ as SemanticVector, b_ as ServerResponseTrace, b$ as ServiceAction, c0 as ServiceActionName, c1 as ServiceCallResult, c2 as ServiceContract, c3 as ServiceEvents, c4 as SessionContext, c5 as SessionHistoryEntry, c6 as SnapshotCreatedEvent, c7 as SnapshotDocument, c8 as SpawnResult, c9 as StartEvent, ca as StatsView, cb as StoreContract, cc as StoreFilter, cd as StoreFilterOp, ce as SubagentCompleteEvent, cf as SubagentEvent, cg as SubagentProgressEvent, ch as SubagentStartEvent, ci as TodoActivityType, cj as TodoDetailEvent, ck as TodoUpdateEvent, cl as ToolCallEvent, cm as ToolResultEvent, cn as TraceContext, co as TraitFieldRef, cp as TraitFieldRefSchema, cq as TraitStateSnapshot, cr as TransitionFrom, cs as TransitionTrace, ct as Unsubscribe, cu as UserContext, cv as ValidateResult, cw as ValidationDocument, cx as ValidationError, cy as ValidationErrorCode, cz as ValidationIssue, cA as ValidationMeta, cB as ValidationResult, cC as ValidationResults, cD as VerificationCheck, cE as VerificationSnapshot, cF as VerificationSummary, cG as VertexId, cH as VertexPayload, cI as VertexType, cJ as ViewFlow, cK as WorkspaceContext, cM as containsEntityBinding, cN as containsPayloadBinding, cO as createEmptyResolvedPage, cP as createEmptyResolvedTrait, cQ as createLazyService, cR as createResolvedField, cS as createTypedEventBus, cT as decodeDevIdentityToken, cU as encodeDevIdentityToken, cV as findPersonaInRoster, cX as getBindingExamples, cY as getInteractionModelForDomain, cZ as inferTsType, c$ as isKnownValidationErrorCode, d0 as isPlanSnapshot, d1 as isRenderBindingMarker, d2 as isResolvedIR, d3 as isSessionHistoryEntry, d4 as isTraitFieldRef, d6 as normalizeUserContext, d7 as personaFromIdentityRow, da as resolveDefaultViewer, db as resolvePersonaSpec, dd as toBindingRoot, de as validateBindingInContext, df as widenTier } from '../index-
|
|
5
|
-
export { l as CONFIG_REF_EVENT_PATTERN, i as CallSiteConfig, j as CallSiteConfigEntry, C as ConfigFieldDeclaration, m as ConfigFieldDeclarationSchema, n as ConfigFieldItemsDeclaration, o as ConfigRefEventError, D as DeclaredTraitConfig, p as DeclaredTraitConfigSchema, q as EntityFieldContract, r as EntityFieldContractSchema, s as Event, t as EventInput, E as EventPayloadField, u as EventPayloadFieldSchema, v as EventSchema, w as EventScope, x as EventScopeSchema, G as Guard, y as GuardInput, z as GuardSchema, L as ListenSource, A as ListenSourceSchema, O as OrbitalTraitRef, B as OrbitalTraitRefSchema, P as PayloadField, F as PayloadFieldSchema, H as PresentationType, R as REFERENCE_CONFIG_TYPES,
|
|
4
|
+
export { A as ANONYMOUS_USER, f as AgentCodeSearchResult, g as AgentCompactResult, h as AgentCompactStrategy, i as AgentContext, j as AgentGenerateOptions, k as AgentMemoryCategory, l as AgentMemoryRecord, m as AnalysisOrbital, n as AnalysisOrbitalParams, o as AnalysisPageOverride, p as AnalysisRename, q as AnalysisResult, r as AnnotationTier, s as AppCreatedEvent, t as AppSummary, u as AssetLoadStatus, B as BINDING_CONTEXT_RULES, v as BINDING_DOCS, w as BINDING_ROOTS, x as BindingContext, y as BindingRoot, z as BindingSchema, D as BridgeHealth, E as BuilderResult, F as BusEvent, G as BusEventListener, H as BusEventSource, I as CancelledEvent, d as CategorizedRemovals, J as ChangeAuthor, K as ChangeSetDocument, L as ChangeSummary, M as ChangesetRecordedEvent, C as ChangesetValue, N as CheckStatus, O as Clarification, Q as ClarificationCandidate, T as ClarificationLevel, U as CompleteEvent, V as ComplexityAssessment, W as ComposeAllResult, X as ComposeChildrenResult, Y as ComposeOptions, Z as ContextExtensions, _ as CreateFlow, $ as DEFAULT_INTERACTION_MODELS, a0 as DEFAULT_VIEWER, a1 as DEV_TOKEN_PREFIX, a2 as DeleteFlow, a3 as DispatchUpdatesResult, a4 as DrawableDescriptor, a5 as EdgeType, a6 as EditFlow, a9 as EffectPayload, aa as EffectResult, ab as EffectTrace, ac as ErrorEvent, ad as EventEmit, ae as EventKey, af as EventListen, ag as EventLogEntry, ah as EvolutionDelta, ai as ExecutePlanResult, aj as ExtraTraitRef, ak as FileOperationEvent, al as FileWrittenEvent, am as GateState, an as GenerationLogEvent, ao as GitHubIssue, ap as GitHubLink, aq as GitHubRepo, ar as HistoryMeta, as as IntegrationContext, at as InteractionModel, au as InteractionModelInput, av as InteractionModelSchema, aw as InterruptEvent, ax as KNOWN_VALIDATION_ERROR_CODES, ay as KnobPayload, az as KnownValidationErrorCode, aA as LLMErrorContext, aB as LazyService, aC as LineageEntry, aD as ListInteraction, aE as LivingEdge, aF as LivingEffect, aG as LivingEntity, aH as LivingEvent, aI as LivingField, aJ as LivingOrbital, aK as LivingOrbitalSchema, aL as LivingPage, aM as LivingState, aN as LivingTrait, aO as LivingTransition, aP as LivingValue, aQ as LivingVertex, aR as LlmCallToolsResult, aS as LlmContext, aT as LlmMessage, aU as LlmTokenUsage, aV as LlmToolCall, aW as LlmToolDef, aX as LoloEmitResult, aY as MemoryContext, aZ as MessageEvent, a_ as OrbitalAddedEvent, a$ as OrbitalSchemaCompleteEvent, b0 as OrbitalVerificationAPI, P as PageContentReduction, b1 as ParamsRepairEmittedEvent, b2 as ParsedDesign, b3 as ParsedDomainContext, b4 as ParsedEmitDeclaration, b5 as ParsedEntity, b6 as ParsedEvent, b7 as ParsedListenDeclaration, b8 as ParsedOrbital, b9 as ParsedPage, ba as ParsedState, bb as ParsedStateMachine, bc as ParsedTrait, bd as ParsedTraitConfig, be as ParsedTransition, bf as PatternNode, bg as PatternTypeSchema, bh as PatternValue, bi as PersistActionName, bj as PlanSnapshot, bk as PlanSnapshotStatus, bl as PlannerResult, bm as Probability, bn as ProcessCompleteEvent, bo as ProcessErrorEvent, bp as ProcessRepairCompleteEvent, bq as ProcessRepairEvent, br as ProcessStartEvent, bs as RENDER_BINDING_MARKER, bt as RawUserClaims, bu as RenderBindingMarker, bz as RepairResult, a as ResolvedEntity, bA as ResolvedEntityBinding, bB as ResolvedField, R as ResolvedIR, bC as ResolvedNavigation, b as ResolvedPage, bD as ResolvedPattern, bE as ResolvedSection, bF as ResolvedSectionEvent, c as ResolvedTrait, bG as ResolvedTraitBinding, bH as ResolvedTraitDataEntity, bI as ResolvedTraitEvent, bJ as ResolvedTraitGuard, bK as ResolvedTraitListener, bL as ResolvedTraitState, bM as ResolvedTraitTick, bN as ResolvedTraitTransition, bO as ResolvedTraitUIBinding, bP as SSEEvent, bQ as SSEEventBase, bR as SSEEventType, bS as SaveOptions, bT as SaveResult, S as SchemaChange, bU as SchemaPhaseUpdateEvent, bV as SchemaPhaseValidatedEvent, bW as SchemaUpdateEvent, bX as SemanticAnnotation, bY as SemanticChangeKind, e as SemanticSchemaChange, bZ as SemanticVector, b_ as ServerResponseTrace, b$ as ServiceAction, c0 as ServiceActionName, c1 as ServiceCallResult, c2 as ServiceContract, c3 as ServiceEvents, c4 as SessionContext, c5 as SessionHistoryEntry, c6 as SnapshotCreatedEvent, c7 as SnapshotDocument, c8 as SpawnResult, c9 as StartEvent, ca as StatsView, cb as StoreContract, cc as StoreFilter, cd as StoreFilterOp, ce as SubagentCompleteEvent, cf as SubagentEvent, cg as SubagentProgressEvent, ch as SubagentStartEvent, ci as TodoActivityType, cj as TodoDetailEvent, ck as TodoUpdateEvent, cl as ToolCallEvent, cm as ToolResultEvent, cn as TraceContext, co as TraitFieldRef, cp as TraitFieldRefSchema, cq as TraitStateSnapshot, cr as TransitionFrom, cs as TransitionTrace, ct as Unsubscribe, cu as UserContext, cv as ValidateResult, cw as ValidationDocument, cx as ValidationError, cy as ValidationErrorCode, cz as ValidationIssue, cA as ValidationMeta, cB as ValidationResult, cC as ValidationResults, cD as VerificationCheck, cE as VerificationSnapshot, cF as VerificationSummary, cG as VertexId, cH as VertexPayload, cI as VertexType, cJ as ViewFlow, cK as WorkspaceContext, cM as containsEntityBinding, cN as containsPayloadBinding, cO as createEmptyResolvedPage, cP as createEmptyResolvedTrait, cQ as createLazyService, cR as createResolvedField, cS as createTypedEventBus, cT as decodeDevIdentityToken, cU as encodeDevIdentityToken, cV as findPersonaInRoster, cX as getBindingExamples, cY as getInteractionModelForDomain, cZ as inferTsType, c$ as isKnownValidationErrorCode, d0 as isPlanSnapshot, d1 as isRenderBindingMarker, d2 as isResolvedIR, d3 as isSessionHistoryEntry, d4 as isTraitFieldRef, d6 as normalizeUserContext, d7 as personaFromIdentityRow, da as resolveDefaultViewer, db as resolvePersonaSpec, dd as toBindingRoot, de as validateBindingInContext, df as widenTier } from '../index-rVlLkZJu.js';
|
|
5
|
+
export { l as CONFIG_REF_EVENT_PATTERN, i as CallSiteConfig, j as CallSiteConfigEntry, C as ConfigFieldDeclaration, m as ConfigFieldDeclarationSchema, n as ConfigFieldItemsDeclaration, o as ConfigRefEventError, D as DeclaredTraitConfig, p as DeclaredTraitConfigSchema, q as EntityFieldContract, r as EntityFieldContractSchema, s as Event, t as EventInput, E as EventPayloadField, u as EventPayloadFieldSchema, v as EventSchema, w as EventScope, x as EventScopeSchema, G as Guard, y as GuardInput, z as GuardSchema, L as ListenSource, A as ListenSourceSchema, O as OrbitalTraitRef, B as OrbitalTraitRefSchema, P as PayloadField, F as PayloadFieldSchema, H as PayloadTypeWhen, I as PayloadTypeWhenSchema, J as PresentationType, R as REFERENCE_CONFIG_TYPES, K as ReferenceConfigType, M as RequiredField, N as RequiredFieldSchema, Q as SECRET_CONFIG_TYPES, U as SecretConfigType, S as State, V as StateInput, W as StateMachine, X as StateMachineInput, Y as StateMachineSchema, Z as StateSchema, _ as TickIntervalSchema, h as Trait, $ as TraitCategory, a0 as TraitCategorySchema, b as TraitConfig, c as TraitConfigObject, a1 as TraitConfigSchema, e as TraitConfigValue, a2 as TraitConfigValueSchema, a3 as TraitDataEntity, a4 as TraitDataEntitySchema, f as TraitEntityField, a5 as TraitEntityFieldSchema, k as TraitEventContract, a6 as TraitEventContractSchema, T as TraitEventListener, a7 as TraitEventListenerSchema, a8 as TraitInput, d as TraitRef, a9 as TraitRefSchema, a as TraitReference, aa as TraitReferenceInput, ab as TraitReferenceSchema, ac as TraitSchema, ad as TraitTick, ae as TraitTickSchema, af as TraitUIBinding, ag as TraitUIBindingSchema, ah as Transition, ai as TransitionInput, aj as TransitionSchema, ak as configRefEventKnob, al as getTraitConfig, am as getTraitName, an as isCallSiteConfigDeclaration, ao as isCircuitEvent, ap as isInlineTrait, aq as isReferenceConfigType, ar as isSecretConfigType, as as maskSecretConfigValues, at as normalizeCallSiteConfigToValues, au as normalizeTraitRef, av as resolveConfigRefEventName } from '../trait-D269f6pt.js';
|
|
6
6
|
import 'zod';
|
|
7
|
-
import '../types-
|
|
7
|
+
import '../types-7PHjoE7m.js';
|
|
8
8
|
import '../builders.js';
|