@almadar/core 10.50.0 → 10.52.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 +13 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-DjMRX8sI.d.ts → effect-CqTo1gAF.d.ts} +79 -13
- package/dist/{entityAccess-dYpx6Ipw.d.ts → entityAccess-3QD5qbqw.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +13 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +71 -10
- package/dist/index.js +150 -8
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +12 -5
- package/dist/mock/index.js +38 -6
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +89 -6
- package/dist/patterns/index.js +41 -4
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +39 -2
- package/dist/patterns/registry.json +39 -2
- package/dist/{schema-1bzTH92n.d.ts → schema-h6xcymfn.d.ts} +99 -99
- package/dist/{trait-DkMVtmED.d.ts → trait-CnbGhs6A.d.ts} +31 -23
- package/dist/types/index.d.ts +25 -8
- package/dist/types/index.js +17 -4
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CUdqUyzi.d.ts → types-jWqiZC2S.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 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 Trait } from './trait-CnbGhs6A.js';
|
|
2
2
|
import { E as Expression, S as SExpr, J as JsonValue, R as RuntimeValue } from './expression-Yf7qvvOs.js';
|
|
3
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, S as ServiceRef, e as Entity, E as EntityField, 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, S as ServiceRef, e as Entity, E as EntityField, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-CqTo1gAF.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -19470,7 +19470,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19470
19470
|
totalSteps?: number | undefined;
|
|
19471
19471
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
19472
19472
|
step?: number | undefined;
|
|
19473
|
-
position?: "
|
|
19473
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
19474
19474
|
showProgress?: boolean | undefined;
|
|
19475
19475
|
closable?: boolean | undefined;
|
|
19476
19476
|
}, {
|
|
@@ -19479,7 +19479,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19479
19479
|
totalSteps?: number | undefined;
|
|
19480
19480
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
19481
19481
|
step?: number | undefined;
|
|
19482
|
-
position?: "
|
|
19482
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
19483
19483
|
showProgress?: boolean | undefined;
|
|
19484
19484
|
closable?: boolean | undefined;
|
|
19485
19485
|
}>>;
|
|
@@ -19492,7 +19492,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19492
19492
|
totalSteps?: number | undefined;
|
|
19493
19493
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
19494
19494
|
step?: number | undefined;
|
|
19495
|
-
position?: "
|
|
19495
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
19496
19496
|
showProgress?: boolean | undefined;
|
|
19497
19497
|
closable?: boolean | undefined;
|
|
19498
19498
|
} | undefined;
|
|
@@ -19505,7 +19505,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19505
19505
|
totalSteps?: number | undefined;
|
|
19506
19506
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
19507
19507
|
step?: number | undefined;
|
|
19508
|
-
position?: "
|
|
19508
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
19509
19509
|
showProgress?: boolean | undefined;
|
|
19510
19510
|
closable?: boolean | undefined;
|
|
19511
19511
|
} | undefined;
|
|
@@ -19658,7 +19658,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19658
19658
|
totalSteps?: number | undefined;
|
|
19659
19659
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
19660
19660
|
step?: number | undefined;
|
|
19661
|
-
position?: "
|
|
19661
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
19662
19662
|
showProgress?: boolean | undefined;
|
|
19663
19663
|
closable?: boolean | undefined;
|
|
19664
19664
|
} | undefined;
|
|
@@ -19828,7 +19828,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19828
19828
|
totalSteps?: number | undefined;
|
|
19829
19829
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
19830
19830
|
step?: number | undefined;
|
|
19831
|
-
position?: "
|
|
19831
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
19832
19832
|
showProgress?: boolean | undefined;
|
|
19833
19833
|
closable?: boolean | undefined;
|
|
19834
19834
|
} | undefined;
|
|
@@ -20044,7 +20044,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20044
20044
|
totalSteps?: number | undefined;
|
|
20045
20045
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
20046
20046
|
step?: number | undefined;
|
|
20047
|
-
position?: "
|
|
20047
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
20048
20048
|
showProgress?: boolean | undefined;
|
|
20049
20049
|
closable?: boolean | undefined;
|
|
20050
20050
|
} | undefined;
|
|
@@ -20263,7 +20263,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
20263
20263
|
totalSteps?: number | undefined;
|
|
20264
20264
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
20265
20265
|
step?: number | undefined;
|
|
20266
|
-
position?: "
|
|
20266
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
20267
20267
|
showProgress?: boolean | undefined;
|
|
20268
20268
|
closable?: boolean | undefined;
|
|
20269
20269
|
} | undefined;
|
|
@@ -21171,7 +21171,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21171
21171
|
totalSteps?: number | undefined;
|
|
21172
21172
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21173
21173
|
step?: number | undefined;
|
|
21174
|
-
position?: "
|
|
21174
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21175
21175
|
showProgress?: boolean | undefined;
|
|
21176
21176
|
closable?: boolean | undefined;
|
|
21177
21177
|
}, {
|
|
@@ -21180,7 +21180,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21180
21180
|
totalSteps?: number | undefined;
|
|
21181
21181
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21182
21182
|
step?: number | undefined;
|
|
21183
|
-
position?: "
|
|
21183
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21184
21184
|
showProgress?: boolean | undefined;
|
|
21185
21185
|
closable?: boolean | undefined;
|
|
21186
21186
|
}>>;
|
|
@@ -21193,7 +21193,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21193
21193
|
totalSteps?: number | undefined;
|
|
21194
21194
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21195
21195
|
step?: number | undefined;
|
|
21196
|
-
position?: "
|
|
21196
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21197
21197
|
showProgress?: boolean | undefined;
|
|
21198
21198
|
closable?: boolean | undefined;
|
|
21199
21199
|
} | undefined;
|
|
@@ -21206,7 +21206,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21206
21206
|
totalSteps?: number | undefined;
|
|
21207
21207
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21208
21208
|
step?: number | undefined;
|
|
21209
|
-
position?: "
|
|
21209
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21210
21210
|
showProgress?: boolean | undefined;
|
|
21211
21211
|
closable?: boolean | undefined;
|
|
21212
21212
|
} | undefined;
|
|
@@ -21359,7 +21359,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21359
21359
|
totalSteps?: number | undefined;
|
|
21360
21360
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21361
21361
|
step?: number | undefined;
|
|
21362
|
-
position?: "
|
|
21362
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21363
21363
|
showProgress?: boolean | undefined;
|
|
21364
21364
|
closable?: boolean | undefined;
|
|
21365
21365
|
} | undefined;
|
|
@@ -21529,7 +21529,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21529
21529
|
totalSteps?: number | undefined;
|
|
21530
21530
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21531
21531
|
step?: number | undefined;
|
|
21532
|
-
position?: "
|
|
21532
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21533
21533
|
showProgress?: boolean | undefined;
|
|
21534
21534
|
closable?: boolean | undefined;
|
|
21535
21535
|
} | undefined;
|
|
@@ -21745,7 +21745,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21745
21745
|
totalSteps?: number | undefined;
|
|
21746
21746
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21747
21747
|
step?: number | undefined;
|
|
21748
|
-
position?: "
|
|
21748
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21749
21749
|
showProgress?: boolean | undefined;
|
|
21750
21750
|
closable?: boolean | undefined;
|
|
21751
21751
|
} | undefined;
|
|
@@ -21964,7 +21964,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
21964
21964
|
totalSteps?: number | undefined;
|
|
21965
21965
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
21966
21966
|
step?: number | undefined;
|
|
21967
|
-
position?: "
|
|
21967
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
21968
21968
|
showProgress?: boolean | undefined;
|
|
21969
21969
|
closable?: boolean | undefined;
|
|
21970
21970
|
} | undefined;
|
|
@@ -27362,7 +27362,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27362
27362
|
totalSteps?: number | undefined;
|
|
27363
27363
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
27364
27364
|
step?: number | undefined;
|
|
27365
|
-
position?: "
|
|
27365
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
27366
27366
|
showProgress?: boolean | undefined;
|
|
27367
27367
|
closable?: boolean | undefined;
|
|
27368
27368
|
}, {
|
|
@@ -27371,7 +27371,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27371
27371
|
totalSteps?: number | undefined;
|
|
27372
27372
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
27373
27373
|
step?: number | undefined;
|
|
27374
|
-
position?: "
|
|
27374
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
27375
27375
|
showProgress?: boolean | undefined;
|
|
27376
27376
|
closable?: boolean | undefined;
|
|
27377
27377
|
}>>;
|
|
@@ -27384,7 +27384,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27384
27384
|
totalSteps?: number | undefined;
|
|
27385
27385
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
27386
27386
|
step?: number | undefined;
|
|
27387
|
-
position?: "
|
|
27387
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
27388
27388
|
showProgress?: boolean | undefined;
|
|
27389
27389
|
closable?: boolean | undefined;
|
|
27390
27390
|
} | undefined;
|
|
@@ -27397,7 +27397,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27397
27397
|
totalSteps?: number | undefined;
|
|
27398
27398
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
27399
27399
|
step?: number | undefined;
|
|
27400
|
-
position?: "
|
|
27400
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
27401
27401
|
showProgress?: boolean | undefined;
|
|
27402
27402
|
closable?: boolean | undefined;
|
|
27403
27403
|
} | undefined;
|
|
@@ -27550,7 +27550,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27550
27550
|
totalSteps?: number | undefined;
|
|
27551
27551
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
27552
27552
|
step?: number | undefined;
|
|
27553
|
-
position?: "
|
|
27553
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
27554
27554
|
showProgress?: boolean | undefined;
|
|
27555
27555
|
closable?: boolean | undefined;
|
|
27556
27556
|
} | undefined;
|
|
@@ -27720,7 +27720,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27720
27720
|
totalSteps?: number | undefined;
|
|
27721
27721
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
27722
27722
|
step?: number | undefined;
|
|
27723
|
-
position?: "
|
|
27723
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
27724
27724
|
showProgress?: boolean | undefined;
|
|
27725
27725
|
closable?: boolean | undefined;
|
|
27726
27726
|
} | undefined;
|
|
@@ -28623,7 +28623,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28623
28623
|
totalSteps?: number | undefined;
|
|
28624
28624
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
28625
28625
|
step?: number | undefined;
|
|
28626
|
-
position?: "
|
|
28626
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
28627
28627
|
showProgress?: boolean | undefined;
|
|
28628
28628
|
closable?: boolean | undefined;
|
|
28629
28629
|
}, {
|
|
@@ -28632,7 +28632,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28632
28632
|
totalSteps?: number | undefined;
|
|
28633
28633
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
28634
28634
|
step?: number | undefined;
|
|
28635
|
-
position?: "
|
|
28635
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
28636
28636
|
showProgress?: boolean | undefined;
|
|
28637
28637
|
closable?: boolean | undefined;
|
|
28638
28638
|
}>>;
|
|
@@ -28645,7 +28645,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28645
28645
|
totalSteps?: number | undefined;
|
|
28646
28646
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
28647
28647
|
step?: number | undefined;
|
|
28648
|
-
position?: "
|
|
28648
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
28649
28649
|
showProgress?: boolean | undefined;
|
|
28650
28650
|
closable?: boolean | undefined;
|
|
28651
28651
|
} | undefined;
|
|
@@ -28658,7 +28658,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28658
28658
|
totalSteps?: number | undefined;
|
|
28659
28659
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
28660
28660
|
step?: number | undefined;
|
|
28661
|
-
position?: "
|
|
28661
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
28662
28662
|
showProgress?: boolean | undefined;
|
|
28663
28663
|
closable?: boolean | undefined;
|
|
28664
28664
|
} | undefined;
|
|
@@ -28811,7 +28811,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28811
28811
|
totalSteps?: number | undefined;
|
|
28812
28812
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
28813
28813
|
step?: number | undefined;
|
|
28814
|
-
position?: "
|
|
28814
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
28815
28815
|
showProgress?: boolean | undefined;
|
|
28816
28816
|
closable?: boolean | undefined;
|
|
28817
28817
|
} | undefined;
|
|
@@ -28981,7 +28981,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28981
28981
|
totalSteps?: number | undefined;
|
|
28982
28982
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
28983
28983
|
step?: number | undefined;
|
|
28984
|
-
position?: "
|
|
28984
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
28985
28985
|
showProgress?: boolean | undefined;
|
|
28986
28986
|
closable?: boolean | undefined;
|
|
28987
28987
|
} | undefined;
|
|
@@ -29197,7 +29197,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29197
29197
|
totalSteps?: number | undefined;
|
|
29198
29198
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
29199
29199
|
step?: number | undefined;
|
|
29200
|
-
position?: "
|
|
29200
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
29201
29201
|
showProgress?: boolean | undefined;
|
|
29202
29202
|
closable?: boolean | undefined;
|
|
29203
29203
|
} | undefined;
|
|
@@ -29416,7 +29416,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29416
29416
|
totalSteps?: number | undefined;
|
|
29417
29417
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
29418
29418
|
step?: number | undefined;
|
|
29419
|
-
position?: "
|
|
29419
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
29420
29420
|
showProgress?: boolean | undefined;
|
|
29421
29421
|
closable?: boolean | undefined;
|
|
29422
29422
|
} | undefined;
|
|
@@ -29902,7 +29902,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29902
29902
|
totalSteps?: number | undefined;
|
|
29903
29903
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
29904
29904
|
step?: number | undefined;
|
|
29905
|
-
position?: "
|
|
29905
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
29906
29906
|
showProgress?: boolean | undefined;
|
|
29907
29907
|
closable?: boolean | undefined;
|
|
29908
29908
|
} | undefined;
|
|
@@ -30118,7 +30118,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30118
30118
|
totalSteps?: number | undefined;
|
|
30119
30119
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
30120
30120
|
step?: number | undefined;
|
|
30121
|
-
position?: "
|
|
30121
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
30122
30122
|
showProgress?: boolean | undefined;
|
|
30123
30123
|
closable?: boolean | undefined;
|
|
30124
30124
|
} | undefined;
|
|
@@ -30943,7 +30943,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30943
30943
|
totalSteps?: number | undefined;
|
|
30944
30944
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
30945
30945
|
step?: number | undefined;
|
|
30946
|
-
position?: "
|
|
30946
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
30947
30947
|
showProgress?: boolean | undefined;
|
|
30948
30948
|
closable?: boolean | undefined;
|
|
30949
30949
|
} | undefined;
|
|
@@ -31159,7 +31159,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31159
31159
|
totalSteps?: number | undefined;
|
|
31160
31160
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
31161
31161
|
step?: number | undefined;
|
|
31162
|
-
position?: "
|
|
31162
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
31163
31163
|
showProgress?: boolean | undefined;
|
|
31164
31164
|
closable?: boolean | undefined;
|
|
31165
31165
|
} | undefined;
|
|
@@ -36744,7 +36744,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36744
36744
|
totalSteps?: number | undefined;
|
|
36745
36745
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
36746
36746
|
step?: number | undefined;
|
|
36747
|
-
position?: "
|
|
36747
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
36748
36748
|
showProgress?: boolean | undefined;
|
|
36749
36749
|
closable?: boolean | undefined;
|
|
36750
36750
|
}, {
|
|
@@ -36753,7 +36753,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36753
36753
|
totalSteps?: number | undefined;
|
|
36754
36754
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
36755
36755
|
step?: number | undefined;
|
|
36756
|
-
position?: "
|
|
36756
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
36757
36757
|
showProgress?: boolean | undefined;
|
|
36758
36758
|
closable?: boolean | undefined;
|
|
36759
36759
|
}>>;
|
|
@@ -36766,7 +36766,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36766
36766
|
totalSteps?: number | undefined;
|
|
36767
36767
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
36768
36768
|
step?: number | undefined;
|
|
36769
|
-
position?: "
|
|
36769
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
36770
36770
|
showProgress?: boolean | undefined;
|
|
36771
36771
|
closable?: boolean | undefined;
|
|
36772
36772
|
} | undefined;
|
|
@@ -36779,7 +36779,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36779
36779
|
totalSteps?: number | undefined;
|
|
36780
36780
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
36781
36781
|
step?: number | undefined;
|
|
36782
|
-
position?: "
|
|
36782
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
36783
36783
|
showProgress?: boolean | undefined;
|
|
36784
36784
|
closable?: boolean | undefined;
|
|
36785
36785
|
} | undefined;
|
|
@@ -36932,7 +36932,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36932
36932
|
totalSteps?: number | undefined;
|
|
36933
36933
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
36934
36934
|
step?: number | undefined;
|
|
36935
|
-
position?: "
|
|
36935
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
36936
36936
|
showProgress?: boolean | undefined;
|
|
36937
36937
|
closable?: boolean | undefined;
|
|
36938
36938
|
} | undefined;
|
|
@@ -37102,7 +37102,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37102
37102
|
totalSteps?: number | undefined;
|
|
37103
37103
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
37104
37104
|
step?: number | undefined;
|
|
37105
|
-
position?: "
|
|
37105
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
37106
37106
|
showProgress?: boolean | undefined;
|
|
37107
37107
|
closable?: boolean | undefined;
|
|
37108
37108
|
} | undefined;
|
|
@@ -38005,7 +38005,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38005
38005
|
totalSteps?: number | undefined;
|
|
38006
38006
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38007
38007
|
step?: number | undefined;
|
|
38008
|
-
position?: "
|
|
38008
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38009
38009
|
showProgress?: boolean | undefined;
|
|
38010
38010
|
closable?: boolean | undefined;
|
|
38011
38011
|
}, {
|
|
@@ -38014,7 +38014,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38014
38014
|
totalSteps?: number | undefined;
|
|
38015
38015
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38016
38016
|
step?: number | undefined;
|
|
38017
|
-
position?: "
|
|
38017
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38018
38018
|
showProgress?: boolean | undefined;
|
|
38019
38019
|
closable?: boolean | undefined;
|
|
38020
38020
|
}>>;
|
|
@@ -38027,7 +38027,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38027
38027
|
totalSteps?: number | undefined;
|
|
38028
38028
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38029
38029
|
step?: number | undefined;
|
|
38030
|
-
position?: "
|
|
38030
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38031
38031
|
showProgress?: boolean | undefined;
|
|
38032
38032
|
closable?: boolean | undefined;
|
|
38033
38033
|
} | undefined;
|
|
@@ -38040,7 +38040,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38040
38040
|
totalSteps?: number | undefined;
|
|
38041
38041
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38042
38042
|
step?: number | undefined;
|
|
38043
|
-
position?: "
|
|
38043
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38044
38044
|
showProgress?: boolean | undefined;
|
|
38045
38045
|
closable?: boolean | undefined;
|
|
38046
38046
|
} | undefined;
|
|
@@ -38193,7 +38193,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38193
38193
|
totalSteps?: number | undefined;
|
|
38194
38194
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38195
38195
|
step?: number | undefined;
|
|
38196
|
-
position?: "
|
|
38196
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38197
38197
|
showProgress?: boolean | undefined;
|
|
38198
38198
|
closable?: boolean | undefined;
|
|
38199
38199
|
} | undefined;
|
|
@@ -38363,7 +38363,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38363
38363
|
totalSteps?: number | undefined;
|
|
38364
38364
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38365
38365
|
step?: number | undefined;
|
|
38366
|
-
position?: "
|
|
38366
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38367
38367
|
showProgress?: boolean | undefined;
|
|
38368
38368
|
closable?: boolean | undefined;
|
|
38369
38369
|
} | undefined;
|
|
@@ -38579,7 +38579,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38579
38579
|
totalSteps?: number | undefined;
|
|
38580
38580
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38581
38581
|
step?: number | undefined;
|
|
38582
|
-
position?: "
|
|
38582
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38583
38583
|
showProgress?: boolean | undefined;
|
|
38584
38584
|
closable?: boolean | undefined;
|
|
38585
38585
|
} | undefined;
|
|
@@ -38798,7 +38798,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
38798
38798
|
totalSteps?: number | undefined;
|
|
38799
38799
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
38800
38800
|
step?: number | undefined;
|
|
38801
|
-
position?: "
|
|
38801
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
38802
38802
|
showProgress?: boolean | undefined;
|
|
38803
38803
|
closable?: boolean | undefined;
|
|
38804
38804
|
} | undefined;
|
|
@@ -39284,7 +39284,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39284
39284
|
totalSteps?: number | undefined;
|
|
39285
39285
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
39286
39286
|
step?: number | undefined;
|
|
39287
|
-
position?: "
|
|
39287
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
39288
39288
|
showProgress?: boolean | undefined;
|
|
39289
39289
|
closable?: boolean | undefined;
|
|
39290
39290
|
} | undefined;
|
|
@@ -39500,7 +39500,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39500
39500
|
totalSteps?: number | undefined;
|
|
39501
39501
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
39502
39502
|
step?: number | undefined;
|
|
39503
|
-
position?: "
|
|
39503
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
39504
39504
|
showProgress?: boolean | undefined;
|
|
39505
39505
|
closable?: boolean | undefined;
|
|
39506
39506
|
} | undefined;
|
|
@@ -40325,7 +40325,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40325
40325
|
totalSteps?: number | undefined;
|
|
40326
40326
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
40327
40327
|
step?: number | undefined;
|
|
40328
|
-
position?: "
|
|
40328
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
40329
40329
|
showProgress?: boolean | undefined;
|
|
40330
40330
|
closable?: boolean | undefined;
|
|
40331
40331
|
} | undefined;
|
|
@@ -40541,7 +40541,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40541
40541
|
totalSteps?: number | undefined;
|
|
40542
40542
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
40543
40543
|
step?: number | undefined;
|
|
40544
|
-
position?: "
|
|
40544
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
40545
40545
|
showProgress?: boolean | undefined;
|
|
40546
40546
|
closable?: boolean | undefined;
|
|
40547
40547
|
} | undefined;
|
|
@@ -46133,7 +46133,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46133
46133
|
totalSteps?: number | undefined;
|
|
46134
46134
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
46135
46135
|
step?: number | undefined;
|
|
46136
|
-
position?: "
|
|
46136
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
46137
46137
|
showProgress?: boolean | undefined;
|
|
46138
46138
|
closable?: boolean | undefined;
|
|
46139
46139
|
}, {
|
|
@@ -46142,7 +46142,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46142
46142
|
totalSteps?: number | undefined;
|
|
46143
46143
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
46144
46144
|
step?: number | undefined;
|
|
46145
|
-
position?: "
|
|
46145
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
46146
46146
|
showProgress?: boolean | undefined;
|
|
46147
46147
|
closable?: boolean | undefined;
|
|
46148
46148
|
}>>;
|
|
@@ -46155,7 +46155,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46155
46155
|
totalSteps?: number | undefined;
|
|
46156
46156
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
46157
46157
|
step?: number | undefined;
|
|
46158
|
-
position?: "
|
|
46158
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
46159
46159
|
showProgress?: boolean | undefined;
|
|
46160
46160
|
closable?: boolean | undefined;
|
|
46161
46161
|
} | undefined;
|
|
@@ -46168,7 +46168,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46168
46168
|
totalSteps?: number | undefined;
|
|
46169
46169
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
46170
46170
|
step?: number | undefined;
|
|
46171
|
-
position?: "
|
|
46171
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
46172
46172
|
showProgress?: boolean | undefined;
|
|
46173
46173
|
closable?: boolean | undefined;
|
|
46174
46174
|
} | undefined;
|
|
@@ -46321,7 +46321,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46321
46321
|
totalSteps?: number | undefined;
|
|
46322
46322
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
46323
46323
|
step?: number | undefined;
|
|
46324
|
-
position?: "
|
|
46324
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
46325
46325
|
showProgress?: boolean | undefined;
|
|
46326
46326
|
closable?: boolean | undefined;
|
|
46327
46327
|
} | undefined;
|
|
@@ -46491,7 +46491,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
46491
46491
|
totalSteps?: number | undefined;
|
|
46492
46492
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
46493
46493
|
step?: number | undefined;
|
|
46494
|
-
position?: "
|
|
46494
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
46495
46495
|
showProgress?: boolean | undefined;
|
|
46496
46496
|
closable?: boolean | undefined;
|
|
46497
46497
|
} | undefined;
|
|
@@ -47394,7 +47394,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47394
47394
|
totalSteps?: number | undefined;
|
|
47395
47395
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
47396
47396
|
step?: number | undefined;
|
|
47397
|
-
position?: "
|
|
47397
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
47398
47398
|
showProgress?: boolean | undefined;
|
|
47399
47399
|
closable?: boolean | undefined;
|
|
47400
47400
|
}, {
|
|
@@ -47403,7 +47403,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47403
47403
|
totalSteps?: number | undefined;
|
|
47404
47404
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
47405
47405
|
step?: number | undefined;
|
|
47406
|
-
position?: "
|
|
47406
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
47407
47407
|
showProgress?: boolean | undefined;
|
|
47408
47408
|
closable?: boolean | undefined;
|
|
47409
47409
|
}>>;
|
|
@@ -47416,7 +47416,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47416
47416
|
totalSteps?: number | undefined;
|
|
47417
47417
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
47418
47418
|
step?: number | undefined;
|
|
47419
|
-
position?: "
|
|
47419
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
47420
47420
|
showProgress?: boolean | undefined;
|
|
47421
47421
|
closable?: boolean | undefined;
|
|
47422
47422
|
} | undefined;
|
|
@@ -47429,7 +47429,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47429
47429
|
totalSteps?: number | undefined;
|
|
47430
47430
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
47431
47431
|
step?: number | undefined;
|
|
47432
|
-
position?: "
|
|
47432
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
47433
47433
|
showProgress?: boolean | undefined;
|
|
47434
47434
|
closable?: boolean | undefined;
|
|
47435
47435
|
} | undefined;
|
|
@@ -47582,7 +47582,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47582
47582
|
totalSteps?: number | undefined;
|
|
47583
47583
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
47584
47584
|
step?: number | undefined;
|
|
47585
|
-
position?: "
|
|
47585
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
47586
47586
|
showProgress?: boolean | undefined;
|
|
47587
47587
|
closable?: boolean | undefined;
|
|
47588
47588
|
} | undefined;
|
|
@@ -47752,7 +47752,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47752
47752
|
totalSteps?: number | undefined;
|
|
47753
47753
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
47754
47754
|
step?: number | undefined;
|
|
47755
|
-
position?: "
|
|
47755
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
47756
47756
|
showProgress?: boolean | undefined;
|
|
47757
47757
|
closable?: boolean | undefined;
|
|
47758
47758
|
} | undefined;
|
|
@@ -47968,7 +47968,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
47968
47968
|
totalSteps?: number | undefined;
|
|
47969
47969
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
47970
47970
|
step?: number | undefined;
|
|
47971
|
-
position?: "
|
|
47971
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
47972
47972
|
showProgress?: boolean | undefined;
|
|
47973
47973
|
closable?: boolean | undefined;
|
|
47974
47974
|
} | undefined;
|
|
@@ -48187,7 +48187,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48187
48187
|
totalSteps?: number | undefined;
|
|
48188
48188
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
48189
48189
|
step?: number | undefined;
|
|
48190
|
-
position?: "
|
|
48190
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
48191
48191
|
showProgress?: boolean | undefined;
|
|
48192
48192
|
closable?: boolean | undefined;
|
|
48193
48193
|
} | undefined;
|
|
@@ -48673,7 +48673,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48673
48673
|
totalSteps?: number | undefined;
|
|
48674
48674
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
48675
48675
|
step?: number | undefined;
|
|
48676
|
-
position?: "
|
|
48676
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
48677
48677
|
showProgress?: boolean | undefined;
|
|
48678
48678
|
closable?: boolean | undefined;
|
|
48679
48679
|
} | undefined;
|
|
@@ -48889,7 +48889,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
48889
48889
|
totalSteps?: number | undefined;
|
|
48890
48890
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
48891
48891
|
step?: number | undefined;
|
|
48892
|
-
position?: "
|
|
48892
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
48893
48893
|
showProgress?: boolean | undefined;
|
|
48894
48894
|
closable?: boolean | undefined;
|
|
48895
48895
|
} | undefined;
|
|
@@ -49714,7 +49714,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49714
49714
|
totalSteps?: number | undefined;
|
|
49715
49715
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
49716
49716
|
step?: number | undefined;
|
|
49717
|
-
position?: "
|
|
49717
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
49718
49718
|
showProgress?: boolean | undefined;
|
|
49719
49719
|
closable?: boolean | undefined;
|
|
49720
49720
|
} | undefined;
|
|
@@ -49930,7 +49930,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49930
49930
|
totalSteps?: number | undefined;
|
|
49931
49931
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
49932
49932
|
step?: number | undefined;
|
|
49933
|
-
position?: "
|
|
49933
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
49934
49934
|
showProgress?: boolean | undefined;
|
|
49935
49935
|
closable?: boolean | undefined;
|
|
49936
49936
|
} | undefined;
|
|
@@ -55869,7 +55869,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55869
55869
|
totalSteps?: number | undefined;
|
|
55870
55870
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
55871
55871
|
step?: number | undefined;
|
|
55872
|
-
position?: "
|
|
55872
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
55873
55873
|
showProgress?: boolean | undefined;
|
|
55874
55874
|
closable?: boolean | undefined;
|
|
55875
55875
|
}, {
|
|
@@ -55878,7 +55878,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55878
55878
|
totalSteps?: number | undefined;
|
|
55879
55879
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
55880
55880
|
step?: number | undefined;
|
|
55881
|
-
position?: "
|
|
55881
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
55882
55882
|
showProgress?: boolean | undefined;
|
|
55883
55883
|
closable?: boolean | undefined;
|
|
55884
55884
|
}>>;
|
|
@@ -55891,7 +55891,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55891
55891
|
totalSteps?: number | undefined;
|
|
55892
55892
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
55893
55893
|
step?: number | undefined;
|
|
55894
|
-
position?: "
|
|
55894
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
55895
55895
|
showProgress?: boolean | undefined;
|
|
55896
55896
|
closable?: boolean | undefined;
|
|
55897
55897
|
} | undefined;
|
|
@@ -55904,7 +55904,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55904
55904
|
totalSteps?: number | undefined;
|
|
55905
55905
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
55906
55906
|
step?: number | undefined;
|
|
55907
|
-
position?: "
|
|
55907
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
55908
55908
|
showProgress?: boolean | undefined;
|
|
55909
55909
|
closable?: boolean | undefined;
|
|
55910
55910
|
} | undefined;
|
|
@@ -56057,7 +56057,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56057
56057
|
totalSteps?: number | undefined;
|
|
56058
56058
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
56059
56059
|
step?: number | undefined;
|
|
56060
|
-
position?: "
|
|
56060
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
56061
56061
|
showProgress?: boolean | undefined;
|
|
56062
56062
|
closable?: boolean | undefined;
|
|
56063
56063
|
} | undefined;
|
|
@@ -56227,7 +56227,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56227
56227
|
totalSteps?: number | undefined;
|
|
56228
56228
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
56229
56229
|
step?: number | undefined;
|
|
56230
|
-
position?: "
|
|
56230
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
56231
56231
|
showProgress?: boolean | undefined;
|
|
56232
56232
|
closable?: boolean | undefined;
|
|
56233
56233
|
} | undefined;
|
|
@@ -57130,7 +57130,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57130
57130
|
totalSteps?: number | undefined;
|
|
57131
57131
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57132
57132
|
step?: number | undefined;
|
|
57133
|
-
position?: "
|
|
57133
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57134
57134
|
showProgress?: boolean | undefined;
|
|
57135
57135
|
closable?: boolean | undefined;
|
|
57136
57136
|
}, {
|
|
@@ -57139,7 +57139,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57139
57139
|
totalSteps?: number | undefined;
|
|
57140
57140
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57141
57141
|
step?: number | undefined;
|
|
57142
|
-
position?: "
|
|
57142
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57143
57143
|
showProgress?: boolean | undefined;
|
|
57144
57144
|
closable?: boolean | undefined;
|
|
57145
57145
|
}>>;
|
|
@@ -57152,7 +57152,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57152
57152
|
totalSteps?: number | undefined;
|
|
57153
57153
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57154
57154
|
step?: number | undefined;
|
|
57155
|
-
position?: "
|
|
57155
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57156
57156
|
showProgress?: boolean | undefined;
|
|
57157
57157
|
closable?: boolean | undefined;
|
|
57158
57158
|
} | undefined;
|
|
@@ -57165,7 +57165,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57165
57165
|
totalSteps?: number | undefined;
|
|
57166
57166
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57167
57167
|
step?: number | undefined;
|
|
57168
|
-
position?: "
|
|
57168
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57169
57169
|
showProgress?: boolean | undefined;
|
|
57170
57170
|
closable?: boolean | undefined;
|
|
57171
57171
|
} | undefined;
|
|
@@ -57318,7 +57318,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57318
57318
|
totalSteps?: number | undefined;
|
|
57319
57319
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57320
57320
|
step?: number | undefined;
|
|
57321
|
-
position?: "
|
|
57321
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57322
57322
|
showProgress?: boolean | undefined;
|
|
57323
57323
|
closable?: boolean | undefined;
|
|
57324
57324
|
} | undefined;
|
|
@@ -57488,7 +57488,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57488
57488
|
totalSteps?: number | undefined;
|
|
57489
57489
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57490
57490
|
step?: number | undefined;
|
|
57491
|
-
position?: "
|
|
57491
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57492
57492
|
showProgress?: boolean | undefined;
|
|
57493
57493
|
closable?: boolean | undefined;
|
|
57494
57494
|
} | undefined;
|
|
@@ -57704,7 +57704,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57704
57704
|
totalSteps?: number | undefined;
|
|
57705
57705
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57706
57706
|
step?: number | undefined;
|
|
57707
|
-
position?: "
|
|
57707
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57708
57708
|
showProgress?: boolean | undefined;
|
|
57709
57709
|
closable?: boolean | undefined;
|
|
57710
57710
|
} | undefined;
|
|
@@ -57923,7 +57923,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
57923
57923
|
totalSteps?: number | undefined;
|
|
57924
57924
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
57925
57925
|
step?: number | undefined;
|
|
57926
|
-
position?: "
|
|
57926
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
57927
57927
|
showProgress?: boolean | undefined;
|
|
57928
57928
|
closable?: boolean | undefined;
|
|
57929
57929
|
} | undefined;
|
|
@@ -58409,7 +58409,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
58409
58409
|
totalSteps?: number | undefined;
|
|
58410
58410
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
58411
58411
|
step?: number | undefined;
|
|
58412
|
-
position?: "
|
|
58412
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
58413
58413
|
showProgress?: boolean | undefined;
|
|
58414
58414
|
closable?: boolean | undefined;
|
|
58415
58415
|
} | undefined;
|
|
@@ -58625,7 +58625,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
58625
58625
|
totalSteps?: number | undefined;
|
|
58626
58626
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
58627
58627
|
step?: number | undefined;
|
|
58628
|
-
position?: "
|
|
58628
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
58629
58629
|
showProgress?: boolean | undefined;
|
|
58630
58630
|
closable?: boolean | undefined;
|
|
58631
58631
|
} | undefined;
|
|
@@ -59450,7 +59450,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59450
59450
|
totalSteps?: number | undefined;
|
|
59451
59451
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
59452
59452
|
step?: number | undefined;
|
|
59453
|
-
position?: "
|
|
59453
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
59454
59454
|
showProgress?: boolean | undefined;
|
|
59455
59455
|
closable?: boolean | undefined;
|
|
59456
59456
|
} | undefined;
|
|
@@ -59666,7 +59666,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59666
59666
|
totalSteps?: number | undefined;
|
|
59667
59667
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
59668
59668
|
step?: number | undefined;
|
|
59669
|
-
position?: "
|
|
59669
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
59670
59670
|
showProgress?: boolean | undefined;
|
|
59671
59671
|
closable?: boolean | undefined;
|
|
59672
59672
|
} | undefined;
|
|
@@ -60792,7 +60792,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60792
60792
|
totalSteps?: number | undefined;
|
|
60793
60793
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
60794
60794
|
step?: number | undefined;
|
|
60795
|
-
position?: "
|
|
60795
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
60796
60796
|
showProgress?: boolean | undefined;
|
|
60797
60797
|
closable?: boolean | undefined;
|
|
60798
60798
|
} | undefined;
|
|
@@ -61008,7 +61008,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61008
61008
|
totalSteps?: number | undefined;
|
|
61009
61009
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
61010
61010
|
step?: number | undefined;
|
|
61011
|
-
position?: "
|
|
61011
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
61012
61012
|
showProgress?: boolean | undefined;
|
|
61013
61013
|
closable?: boolean | undefined;
|
|
61014
61014
|
} | undefined;
|
|
@@ -61952,7 +61952,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61952
61952
|
totalSteps?: number | undefined;
|
|
61953
61953
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
61954
61954
|
step?: number | undefined;
|
|
61955
|
-
position?: "
|
|
61955
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
61956
61956
|
showProgress?: boolean | undefined;
|
|
61957
61957
|
closable?: boolean | undefined;
|
|
61958
61958
|
} | undefined;
|
|
@@ -62168,7 +62168,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62168
62168
|
totalSteps?: number | undefined;
|
|
62169
62169
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
62170
62170
|
step?: number | undefined;
|
|
62171
|
-
position?: "
|
|
62171
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
62172
62172
|
showProgress?: boolean | undefined;
|
|
62173
62173
|
closable?: boolean | undefined;
|
|
62174
62174
|
} | undefined;
|
|
@@ -63177,7 +63177,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
63177
63177
|
totalSteps?: number | undefined;
|
|
63178
63178
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
63179
63179
|
step?: number | undefined;
|
|
63180
|
-
position?: "
|
|
63180
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
63181
63181
|
showProgress?: boolean | undefined;
|
|
63182
63182
|
closable?: boolean | undefined;
|
|
63183
63183
|
} | undefined;
|
|
@@ -63393,7 +63393,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
63393
63393
|
totalSteps?: number | undefined;
|
|
63394
63394
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
63395
63395
|
step?: number | undefined;
|
|
63396
|
-
position?: "
|
|
63396
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
63397
63397
|
showProgress?: boolean | undefined;
|
|
63398
63398
|
closable?: boolean | undefined;
|
|
63399
63399
|
} | undefined;
|
|
@@ -64337,7 +64337,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
64337
64337
|
totalSteps?: number | undefined;
|
|
64338
64338
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
64339
64339
|
step?: number | undefined;
|
|
64340
|
-
position?: "
|
|
64340
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
64341
64341
|
showProgress?: boolean | undefined;
|
|
64342
64342
|
closable?: boolean | undefined;
|
|
64343
64343
|
} | undefined;
|
|
@@ -64553,7 +64553,7 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
64553
64553
|
totalSteps?: number | undefined;
|
|
64554
64554
|
size?: "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
64555
64555
|
step?: number | undefined;
|
|
64556
|
-
position?: "
|
|
64556
|
+
position?: "top" | "center" | "left" | "right" | "bottom" | undefined;
|
|
64557
64557
|
showProgress?: boolean | undefined;
|
|
64558
64558
|
closable?: boolean | undefined;
|
|
64559
64559
|
} | undefined;
|
|
@@ -65386,4 +65386,4 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
65386
65386
|
type OrbitalSchemaInput = z.input<typeof OrbitalSchemaSchema>;
|
|
65387
65387
|
type OrbitalConfigInput = z.input<typeof OrbitalConfigSchema>;
|
|
65388
65388
|
|
|
65389
|
-
export {
|
|
65389
|
+
export { EntityRefStringSchema as $, AGENT_DOMAIN_CATEGORIES as A, type DesignPreferences as B, type ColorSlice as C, type DensitySlice as D, type EntityRef as E, type DesignPreferencesInput as F, DesignPreferencesSchema as G, type DesignTokens as H, type DesignTokensInput as I, DesignTokensSchema as J, type DomainCategory as K, DomainCategorySchema as L, type DomainContext as M, type DomainContextInput as N, type OrbitalSchema as O, type PageRef as P, DomainContextSchema as Q, type DomainVocabulary as R, DomainVocabularySchema as S, type ElevationSlice as T, type UseDeclaration as U, ElevationSliceSchema as V, type ElevationTokens as W, ElevationTokensSchema as X, type EntityCall as Y, EntityCallSchema as Z, EntityRefSchema as _, type OrbitalDefinition as a, PageSchema as a$, type EntitySemanticRole as a0, EntitySemanticRoleSchema as a1, type EventListener as a2, EventListenerSchema as a3, type EventSemanticRole as a4, EventSemanticRoleSchema as a5, type EventSource as a6, EventSourceSchema as a7, type Orbital as a8, type GameSubCategory as a9, type MotionIntentMap as aA, MotionIntentMapSchema as aB, MotionIntentSchema as aC, type MotionSlice as aD, MotionSliceSchema as aE, type MotionTokens as aF, MotionTokensSchema as aG, type NodeClassification as aH, NodeClassificationSchema as aI, type OrbitalConfig as aJ, type OrbitalConfigInput as aK, OrbitalConfigSchema as aL, OrbitalDefinitionSchema as aM, type OrbitalInput as aN, type OrbitalPageInput as aO, OrbitalPageSchema as aP, type OrbitalPageStrictInput as aQ, OrbitalPageStrictSchema as aR, type OrbitalSchemaInput as aS, OrbitalSchemaSchema as aT, type OrbitalSchemaWithTraits as aU, type OrbitalUnit as aV, OrbitalUnitSchema as aW, OrbitalSchema$1 as aX, PageRefObjectSchema as aY, PageRefSchema as aZ, PageRefStringSchema as a_, GameSubCategorySchema as aa, type GeometrySlice as ab, GeometrySliceSchema as ac, type GeometryTokens as ad, GeometryTokensSchema as ae, type IconFamily as af, IconFamilySchema as ag, type IconographySlice as ah, IconographySliceSchema as ai, type IconographyTokens as aj, IconographyTokensSchema as ak, type IllustrationSlice as al, IllustrationSliceSchema as am, type IllustrationStyle as an, IllustrationStyleSchema as ao, type IllustrationTokens as ap, IllustrationTokensSchema as aq, type MotionDurationKey as ar, MotionDurationKeySchema as as, type MotionDurationPalette as at, MotionDurationPaletteSchema as au, type MotionEasingKey as av, MotionEasingKeySchema as aw, type MotionEasingPalette as ax, MotionEasingPaletteSchema as ay, type MotionIntent as az, type Page as b, type PageTraitRef as b0, PageTraitRefSchema as b1, type RelatedLink as b2, RelatedLinkSchema as b3, type SchemaMetadata as b4, SchemaMetadataSchema as b5, type SkinSpec as b6, SkinSpecSchema as b7, type SpacingScale as b8, SpacingScaleSchema as b9, TypeSliceSchema as bA, type TypeSlot as bB, TypeSlotSchema as bC, type TypeWeight as bD, TypeWeightSchema as bE, type UXHints as bF, UXHintsSchema as bG, UseDeclarationSchema as bH, type UserPersona as bI, type UserPersonaInput as bJ, UserPersonaSchema as bK, type ViewType as bL, ViewTypeSchema as bM, isEntityCall as bN, isEntityReference as bO, isEntityReferenceAny as bP, isImportedTraitRef as bQ, isOrbitalDefinition as bR, isPageReference as bS, isPageReferenceObject as bT, isPageReferenceString as bU, isThemeReference as bV, parseEntityRef as bW, parseImportedTraitRef as bX, parseOrbitalSchema as bY, parsePageRef as bZ, safeParseOrbitalSchema as b_, type StateSemanticRole as ba, StateSemanticRoleSchema as bb, type SuggestedGuard as bc, SuggestedGuardSchema as bd, type ThemeDefinition as be, ThemeDefinitionSchema as bf, type ThemeRef as bg, ThemeRefSchema as bh, ThemeRefStringSchema as bi, type ThemeTokens as bj, ThemeTokensSchema as bk, type ThemeVariant as bl, ThemeVariantSchema as bm, type TypeIntent as bn, type TypeIntentMap as bo, TypeIntentMapSchema as bp, TypeIntentSchema as bq, type TypeScale as br, type TypeScaleEntry as bs, TypeScaleEntrySchema as bt, TypeScaleSchema as bu, type TypeScaleTokens as bv, TypeScaleTokensSchema as bw, type TypeSizeKey as bx, TypeSizeKeySchema as by, type TypeSlice as bz, type PageRefObject as c, type OrbitalPage as d, ALLOWED_CUSTOM_COMPONENTS as e, type AgentDomainCategory as f, AgentDomainCategorySchema as g, type AllowedCustomComponent as h, ColorSliceSchema as i, type ColorTokens as j, ColorTokensSchema as k, type ComputedEventContract as l, ComputedEventContractSchema as m, type ComputedEventListener as n, ComputedEventListenerSchema as o, type ConfigProvenanceRecord as p, ConfigProvenanceRecordSchema as q, type CustomPatternDefinition as r, type CustomPatternDefinitionInput as s, CustomPatternDefinitionSchema as t, type CustomPatternMap as u, type CustomPatternMapInput as v, CustomPatternMapSchema as w, DensitySliceSchema as x, type DensityTokens as y, DensityTokensSchema as z };
|