@almadar/core 10.5.0 → 10.7.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 +4 -4
- package/dist/builders.js +18 -3
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-CDtaSzBE.d.ts → compose-behaviors-B96ChDbl.d.ts} +1 -1
- package/dist/{expression-BVRFm0sV.d.ts → expression-BUIi9ezJ.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/index.d.ts +203 -8
- package/dist/index.js +19 -4
- package/dist/index.js.map +1 -1
- package/dist/{schema-CBlHwalB.d.ts → schema-QKCaijbj.d.ts} +288 -2
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-FbHCWNhp.d.ts → trait-BkW6nFHo.d.ts} +118 -4
- package/dist/types/index.d.ts +8 -8
- package/dist/types/index.js +19 -4
- package/dist/types/index.js.map +1 -1
- package/dist/{types--nPHnbUz.d.ts → types-R0vBMx1v.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as TraitEventListener, f as EntityField, g as EntityPersistence, j as TraitReference } from './trait-
|
|
1
|
+
import { e as TraitEventListener, f as EntityField, g as EntityPersistence, j as TraitReference } from './trait-BkW6nFHo.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* JSON primitives — the universal "data crossed a boundary" type.
|
|
@@ -456,4 +456,4 @@ type FactoryParamValue = string | number | boolean | ReadonlyArray<FactoryParamV
|
|
|
456
456
|
readonly [key: string]: FactoryParamValue;
|
|
457
457
|
};
|
|
458
458
|
|
|
459
|
-
export { type FactoryCallSite as F, type
|
|
459
|
+
export { type FactoryCallSite as F, type JsonValue as J, type OwnershipOverlayEntry as O, type PresentationNavItem as P, type RuleOverlay as R, type SchemaFieldType as S, type ToolArgs as T, type FactoryCallSiteParams as a, type FactoryConfigParam as b, type FactoryConfigTier as c, type FactoryEntitySignature as d, type FactoryEventSignature as e, type FactoryPageSignature as f, type FactoryParamValue as g, type FactorySignature as h, type FactorySignatureCatalog as i, type FactorySignatureEntityField as j, type FactoryTraitSignature as k, type JsonObject as l, type JsonSchema as m, type JsonSchemaType as n, type PresentationOverlay as o, type RuleOverlayEntry as p, type TraitOverlay as q, type TraitOverlayEntry as r, type TraitOverlayListener as s, isJsonArray as t, isJsonObject as u, isJsonPrimitive as v };
|