@almadar/core 7.14.1 → 7.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +2 -2
- package/dist/{compose-behaviors-BJTsmdSN.d.ts → compose-behaviors-7NS0qVIh.d.ts} +1 -1
- package/dist/domain-language/index.d.ts +1 -1
- package/dist/domain-language/index.js +1 -0
- package/dist/domain-language/index.js.map +1 -1
- package/dist/index.d.ts +69 -5
- package/dist/index.js +136 -1
- package/dist/index.js.map +1 -1
- package/dist/{schema-DEkM0GfA.d.ts → schema-BAT_cYlE.d.ts} +330 -299
- package/dist/types/index.d.ts +25 -12
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/package.json +9 -11
package/dist/builders.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { U as UISlot, E as Effect, T as Trait, R as RenderUIEffect, a as TraitEventContract, b as Entity, c as TraitEventListener, d as TraitConfig, e as EntityField, f as EntityPersistence, g as EntityRow, h as UseDeclaration, i as EntityRef, j as TraitRef, P as PageRef, O as OrbitalDefinition, k as OrbitalSchema, l as Page, m as PageRefObject, n as TraitReference } from './schema-
|
|
1
|
+
import { U as UISlot, E as Effect, T as Trait, R as RenderUIEffect, a as TraitEventContract, b as Entity, c as TraitEventListener, d as TraitConfig, e as EntityField, f as EntityPersistence, g as EntityRow, h as UseDeclaration, i as EntityRef, j as TraitRef, P as PageRef, O as OrbitalDefinition, k as OrbitalSchema, l as Page, m as PageRefObject, n as TraitReference } from './schema-BAT_cYlE.js';
|
|
2
2
|
import { S as SExpr } from './expression-CkBbMSmB.js';
|
|
3
|
-
export { C as ComposeBehaviorsInput, a as ComposeBehaviorsResult, E as EventWiringEntry, L as LayoutStrategy, b as applyEventWiring, c as composeBehaviors, d as detectLayoutStrategy } from './compose-behaviors-
|
|
3
|
+
export { C as ComposeBehaviorsInput, a as ComposeBehaviorsResult, E as EventWiringEntry, L as LayoutStrategy, b as applyEventWiring, c as composeBehaviors, d as detectLayoutStrategy } from './compose-behaviors-7NS0qVIh.js';
|
|
4
4
|
import { AnyPatternConfig } from '@almadar/patterns';
|
|
5
5
|
import 'zod';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SExpr } from '../expression-CkBbMSmB.js';
|
|
2
|
-
import { b as Entity, l as Page, k as OrbitalSchema, T as Trait } from '../schema-
|
|
2
|
+
import { b as Entity, l as Page, k as OrbitalSchema, T as Trait } from '../schema-BAT_cYlE.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '@almadar/patterns';
|
|
5
5
|
|
|
@@ -4232,6 +4232,7 @@ var OrbitalConfigSchema = z.object({
|
|
|
4232
4232
|
z.object({
|
|
4233
4233
|
name: z.string().min(1, "Schema name is required"),
|
|
4234
4234
|
description: z.string().optional(),
|
|
4235
|
+
summary: z.string().optional(),
|
|
4235
4236
|
version: z.string().optional(),
|
|
4236
4237
|
domainContext: DomainContextSchema.optional(),
|
|
4237
4238
|
design: DesignPreferencesSchema.optional(),
|