@almadar/core 10.2.0 → 10.3.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 +1 -2
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-DM0gUoSO.d.ts → compose-behaviors-BGPvhZTT.d.ts} +1 -1
- package/dist/factory/index.d.ts +3 -3
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/{schema-lxLUgVSb.d.ts → schema-DTOofLIu.d.ts} +1 -1
- package/dist/{trait-Bhssodu6.d.ts → trait-C7cTBoi5.d.ts} +14 -4
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.js +1 -2
- package/dist/types/index.js.map +1 -1
- package/dist/{types-Bz0Zxvd_.d.ts → types-CVzLocjv.d.ts} +1 -1
- package/package.json +1 -1
package/dist/builders.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { T as TraitConfig, U as UISlot, E as Effect, a as Trait, R as RenderBinding, b as RenderUIEffect, c as TraitEventContract, d as Entity, e as TraitEventListener, f as EntityField, g as EntityPersistence, h as EntityRow, i as TraitRef, j as TraitReference } from './trait-
|
|
2
|
-
import { O as OrbitalSchema, U as UseDeclaration, E as EntityRef, P as PageRef, a as OrbitalDefinition, b as Page, c as PageRefObject } from './schema-
|
|
1
|
+
import { T as TraitConfig, U as UISlot, E as Effect, a as Trait, R as RenderBinding, b as RenderUIEffect, c as TraitEventContract, d as Entity, e as TraitEventListener, f as EntityField, g as EntityPersistence, h as EntityRow, i as TraitRef, j as TraitReference } from './trait-C7cTBoi5.js';
|
|
2
|
+
import { O as OrbitalSchema, U as UseDeclaration, E as EntityRef, P as PageRef, a as OrbitalDefinition, b as Page, c as PageRefObject } from './schema-DTOofLIu.js';
|
|
3
3
|
import { S as SExpr } from './expression-BVRFm0sV.js';
|
|
4
|
-
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-
|
|
4
|
+
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-BGPvhZTT.js';
|
|
5
5
|
import { AnyPatternConfig } from '@almadar/patterns';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
package/dist/builders.js
CHANGED
|
@@ -331,8 +331,7 @@ var ConfigFieldDeclarationSchema = z.object({
|
|
|
331
331
|
description: z.string().optional(),
|
|
332
332
|
tier: z.string().optional(),
|
|
333
333
|
values: z.array(z.string()).optional(),
|
|
334
|
-
synonyms: z.string().optional()
|
|
335
|
-
control: z.enum(["icon", "asset", "color", "text", "number", "boolean", "select"]).optional()
|
|
334
|
+
synonyms: z.string().optional()
|
|
336
335
|
});
|
|
337
336
|
var DeclaredTraitConfigSchema = z.record(
|
|
338
337
|
ConfigFieldDeclarationSchema
|