@almadar/core 10.68.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.
@@ -1,7 +1,7 @@
1
- import { O as OrbitalSchema } from '../schema-CUBQXBqc.js';
2
- export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-BgJpQUj8.js';
3
- import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-Jn7yEAFH.js';
4
- import '../trait-unQtwJp-.js';
1
+ import { O as OrbitalSchema } from '../schema-8Mhua_qQ.js';
2
+ export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-9IWedk_w.js';
3
+ import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-CNaVPA4-.js';
4
+ import '../trait-SUGkA3Jn.js';
5
5
  import '../expression-Fk8bQWef.js';
6
6
  import 'zod';
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-24T09:35:40.638Z",
3
+ "exportedAt": "2026-08-25T01:35:07.912Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-24T09:35:40.638Z",
3
+ "exportedAt": "2026-08-25T01:35:07.912Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-Jn7yEAFH.js';
2
- export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-Jn7yEAFH.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-CNaVPA4-.js';
2
+ export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-CNaVPA4-.js';
3
3
  import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
4
4
  import 'zod';
5
5
 
6
6
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-08-24T09:35:40.638Z";
7
+ var exportedAt$3 = "2026-08-25T01:35:07.912Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -1371,6 +1371,24 @@ var patterns = {
1371
1371
  ],
1372
1372
  description: "title prop"
1373
1373
  },
1374
+ onTitleCommit: {
1375
+ types: [
1376
+ "function"
1377
+ ],
1378
+ description: "When bound, the title becomes editable in place: clicking it swaps the heading for an input, Enter or blur commits, Escape reverts. Receives the committed title and the record's id so the host can persist a partial update. Unbound, the title stays a plain heading.",
1379
+ kind: "callback",
1380
+ callbackArgs: [
1381
+ {
1382
+ name: "title",
1383
+ type: "string"
1384
+ },
1385
+ {
1386
+ name: "id",
1387
+ type: "string"
1388
+ }
1389
+ ],
1390
+ "default": ""
1391
+ },
1374
1392
  subtitle: {
1375
1393
  types: [
1376
1394
  "string"
@@ -50785,7 +50803,7 @@ var integratorsRegistry = {
50785
50803
  };
50786
50804
 
50787
50805
  var version$1 = "1.0.0";
50788
- var exportedAt$1 = "2026-08-24T09:35:40.638Z";
50806
+ var exportedAt$1 = "2026-08-25T01:35:07.912Z";
50789
50807
  var mappings = {
50790
50808
  "page-header": {
50791
50809
  component: "PageHeader",
@@ -52197,7 +52215,7 @@ var componentMapping = {
52197
52215
  };
52198
52216
 
52199
52217
  var version = "1.0.0";
52200
- var exportedAt = "2026-08-24T09:35:40.638Z";
52218
+ var exportedAt = "2026-08-25T01:35:07.912Z";
52201
52219
  var contracts = {
52202
52220
  form: {
52203
52221
  emits: [
@@ -54771,6 +54789,16 @@ declare const registry: {
54771
54789
  types: string[];
54772
54790
  description: string;
54773
54791
  };
54792
+ onTitleCommit: {
54793
+ types: string[];
54794
+ description: string;
54795
+ kind: string;
54796
+ callbackArgs: {
54797
+ name: string;
54798
+ type: string;
54799
+ }[];
54800
+ default: string;
54801
+ };
54774
54802
  subtitle: {
54775
54803
  types: string[];
54776
54804
  description: string;
@@ -83779,6 +83807,16 @@ declare const PATTERN_REGISTRY: {
83779
83807
  types: string[];
83780
83808
  description: string;
83781
83809
  };
83810
+ onTitleCommit: {
83811
+ types: string[];
83812
+ description: string;
83813
+ kind: string;
83814
+ callbackArgs: {
83815
+ name: string;
83816
+ type: string;
83817
+ }[];
83818
+ default: string;
83819
+ };
83782
83820
  subtitle: {
83783
83821
  types: string[];
83784
83822
  description: string;
@@ -3,7 +3,7 @@ import { z } from 'zod';
3
3
  // src/patterns/patterns-registry.json
4
4
  var patterns_registry_default = {
5
5
  version: "1.0.0",
6
- exportedAt: "2026-08-24T09:35:40.638Z",
6
+ exportedAt: "2026-08-25T01:35:07.912Z",
7
7
  patterns: {
8
8
  "entity-table": {
9
9
  type: "entity-table",
@@ -1368,6 +1368,24 @@ var patterns_registry_default = {
1368
1368
  ],
1369
1369
  description: "title prop"
1370
1370
  },
1371
+ onTitleCommit: {
1372
+ types: [
1373
+ "function"
1374
+ ],
1375
+ description: "When bound, the title becomes editable in place: clicking it swaps the heading for an input, Enter or blur commits, Escape reverts. Receives the committed title and the record's id so the host can persist a partial update. Unbound, the title stays a plain heading.",
1376
+ kind: "callback",
1377
+ callbackArgs: [
1378
+ {
1379
+ name: "title",
1380
+ type: "string"
1381
+ },
1382
+ {
1383
+ name: "id",
1384
+ type: "string"
1385
+ }
1386
+ ],
1387
+ default: ""
1388
+ },
1371
1389
  subtitle: {
1372
1390
  types: [
1373
1391
  "string"
@@ -50641,7 +50659,7 @@ var integrators_registry_default = {
50641
50659
  // src/patterns/component-mapping.json
50642
50660
  var component_mapping_default = {
50643
50661
  version: "1.0.0",
50644
- exportedAt: "2026-08-24T09:35:40.638Z",
50662
+ exportedAt: "2026-08-25T01:35:07.912Z",
50645
50663
  mappings: {
50646
50664
  "page-header": {
50647
50665
  component: "PageHeader",
@@ -52051,7 +52069,7 @@ var component_mapping_default = {
52051
52069
  // src/patterns/event-contracts.json
52052
52070
  var event_contracts_default = {
52053
52071
  version: "1.0.0",
52054
- exportedAt: "2026-08-24T09:35:40.638Z",
52072
+ exportedAt: "2026-08-25T01:35:07.912Z",
52055
52073
  contracts: {
52056
52074
  form: {
52057
52075
  emits: [