@almadar/core 10.67.0 → 10.69.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.map +1 -1
- package/dist/{effect-1QxaoQFj.d.ts → effect-CNaVPA4-.d.ts} +9 -4
- package/dist/{entityAccess-BeN_FNtm.d.ts → entityAccess-9IWedk_w.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.map +1 -1
- package/dist/{index-Czuk06Hr.d.ts → index-DsuQRFEl.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +112 -10
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +218 -14
- package/dist/patterns/index.js +112 -10
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +110 -8
- package/dist/patterns/registry.json +110 -8
- package/dist/{schema-BRAEV9eY.d.ts → schema-8Mhua_qQ.d.ts} +2 -2
- package/dist/{trait-BkpkZfRN.d.ts → trait-SUGkA3Jn.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DO_gWzsC.d.ts → types-CUDHzSOr.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -2464,7 +2464,7 @@ type EntityData = Record<string, EntityRow[]>;
|
|
|
2464
2464
|
*
|
|
2465
2465
|
* DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
|
|
2466
2466
|
*
|
|
2467
|
-
* Generated: 2026-08-
|
|
2467
|
+
* Generated: 2026-08-25T01:35:08.458Z
|
|
2468
2468
|
* Pattern count: 272
|
|
2469
2469
|
*/
|
|
2470
2470
|
|
|
@@ -3422,6 +3422,7 @@ interface PatternPropsMap {
|
|
|
3422
3422
|
selectedIds?: unknown[] | string | SExpr;
|
|
3423
3423
|
entity?: PatternPropValue | string | SExpr;
|
|
3424
3424
|
title?: string | SExpr;
|
|
3425
|
+
onTitleCommit?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3425
3426
|
subtitle?: string | SExpr;
|
|
3426
3427
|
status?: PatternPropValue | string | SExpr;
|
|
3427
3428
|
avatar?: unknown | string | SExpr;
|
|
@@ -3835,9 +3836,11 @@ interface PatternPropsMap {
|
|
|
3835
3836
|
};
|
|
3836
3837
|
'file-tree': {
|
|
3837
3838
|
type: 'file-tree';
|
|
3838
|
-
tree
|
|
3839
|
+
tree?: unknown[] | string | SExpr;
|
|
3840
|
+
items?: unknown[] | string | SExpr;
|
|
3839
3841
|
selectedPath?: string | SExpr;
|
|
3840
3842
|
onFileSelect?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3843
|
+
onNodeSelect?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3841
3844
|
className?: string | SExpr;
|
|
3842
3845
|
indent?: number | string | SExpr;
|
|
3843
3846
|
};
|
|
@@ -6354,8 +6357,10 @@ type FetchOptions = {
|
|
|
6354
6357
|
limit?: number | RenderBinding | SExpr[];
|
|
6355
6358
|
/** Number of entities to skip — same template-layer forms as `limit`. */
|
|
6356
6359
|
offset?: number | RenderBinding | SExpr[];
|
|
6357
|
-
/** Relations to populate (entity field names)
|
|
6358
|
-
|
|
6360
|
+
/** Relations to populate (entity field names). The template layer may
|
|
6361
|
+
* carry a binding (`'@config.include'`) — same as `limit`/`offset`, the
|
|
6362
|
+
* compiler's inline phase resolves it to the concrete list. */
|
|
6363
|
+
include?: string[] | RenderBinding;
|
|
6359
6364
|
/** Lifecycle events to emit on resolve / reject */
|
|
6360
6365
|
emit?: {
|
|
6361
6366
|
success?: string;
|
package/dist/factory/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-
|
|
2
|
-
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField } from '../effect-
|
|
4
|
-
import { a as TraitReference } from '../trait-
|
|
1
|
+
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-CUDHzSOr.js';
|
|
2
|
+
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-CUDHzSOr.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField } from '../effect-CNaVPA4-.js';
|
|
4
|
+
import { a as TraitReference } from '../trait-SUGkA3Jn.js';
|
|
5
5
|
export { J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-
|
|
2
|
-
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-
|
|
3
|
-
import { E as EntityField, a as EntityPersistence } from '../effect-
|
|
1
|
+
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-8Mhua_qQ.js';
|
|
2
|
+
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-SUGkA3Jn.js';
|
|
3
|
+
import { E as EntityField, a as EntityPersistence } from '../effect-CNaVPA4-.js';
|
|
4
4
|
import { MakeTraitRefOpts } from '../builders.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|