@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
package/dist/mock/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { O as OrbitalSchema } from '../schema-
|
|
2
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-
|
|
4
|
-
import '../trait-
|
|
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
|
|
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-
|
|
2
|
-
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-
|
|
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-
|
|
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"
|
|
@@ -1631,7 +1649,29 @@ var patterns = {
|
|
|
1631
1649
|
},
|
|
1632
1650
|
relation: {
|
|
1633
1651
|
types: [
|
|
1634
|
-
"
|
|
1652
|
+
"object"
|
|
1653
|
+
],
|
|
1654
|
+
properties: {
|
|
1655
|
+
entity: {
|
|
1656
|
+
types: [
|
|
1657
|
+
"string"
|
|
1658
|
+
]
|
|
1659
|
+
},
|
|
1660
|
+
cardinality: {
|
|
1661
|
+
types: [
|
|
1662
|
+
"string"
|
|
1663
|
+
],
|
|
1664
|
+
enumValues: [
|
|
1665
|
+
"one",
|
|
1666
|
+
"many",
|
|
1667
|
+
"one-to-many",
|
|
1668
|
+
"many-to-one",
|
|
1669
|
+
"many-to-many"
|
|
1670
|
+
]
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
required: [
|
|
1674
|
+
"entity"
|
|
1635
1675
|
]
|
|
1636
1676
|
}
|
|
1637
1677
|
},
|
|
@@ -2197,7 +2237,10 @@ var patterns = {
|
|
|
2197
2237
|
],
|
|
2198
2238
|
enumValues: [
|
|
2199
2239
|
"one",
|
|
2200
|
-
"many"
|
|
2240
|
+
"many",
|
|
2241
|
+
"one-to-many",
|
|
2242
|
+
"many-to-one",
|
|
2243
|
+
"many-to-many"
|
|
2201
2244
|
]
|
|
2202
2245
|
}
|
|
2203
2246
|
},
|
|
@@ -2744,7 +2787,10 @@ var patterns = {
|
|
|
2744
2787
|
],
|
|
2745
2788
|
enumValues: [
|
|
2746
2789
|
"one",
|
|
2747
|
-
"many"
|
|
2790
|
+
"many",
|
|
2791
|
+
"one-to-many",
|
|
2792
|
+
"many-to-one",
|
|
2793
|
+
"many-to-many"
|
|
2748
2794
|
]
|
|
2749
2795
|
}
|
|
2750
2796
|
},
|
|
@@ -3066,7 +3112,10 @@ var patterns = {
|
|
|
3066
3112
|
],
|
|
3067
3113
|
enumValues: [
|
|
3068
3114
|
"one",
|
|
3069
|
-
"many"
|
|
3115
|
+
"many",
|
|
3116
|
+
"one-to-many",
|
|
3117
|
+
"many-to-one",
|
|
3118
|
+
"many-to-many"
|
|
3070
3119
|
]
|
|
3071
3120
|
}
|
|
3072
3121
|
},
|
|
@@ -3613,7 +3662,10 @@ var patterns = {
|
|
|
3613
3662
|
],
|
|
3614
3663
|
enumValues: [
|
|
3615
3664
|
"one",
|
|
3616
|
-
"many"
|
|
3665
|
+
"many",
|
|
3666
|
+
"one-to-many",
|
|
3667
|
+
"many-to-one",
|
|
3668
|
+
"many-to-many"
|
|
3617
3669
|
]
|
|
3618
3670
|
}
|
|
3619
3671
|
},
|
|
@@ -25293,8 +25345,7 @@ var patterns = {
|
|
|
25293
25345
|
types: [
|
|
25294
25346
|
"array"
|
|
25295
25347
|
],
|
|
25296
|
-
description: "The tree data",
|
|
25297
|
-
required: true,
|
|
25348
|
+
description: "The tree data (pre-nested). Ignored when `items` is provided.",
|
|
25298
25349
|
items: {
|
|
25299
25350
|
types: [
|
|
25300
25351
|
"object"
|
|
@@ -25348,6 +25399,43 @@ var patterns = {
|
|
|
25348
25399
|
]
|
|
25349
25400
|
}
|
|
25350
25401
|
},
|
|
25402
|
+
items: {
|
|
25403
|
+
types: [
|
|
25404
|
+
"array"
|
|
25405
|
+
],
|
|
25406
|
+
description: "Flat node list, nested by `parentId` at render time — takes precedence over `tree` when provided. A `parentId` with no matching row renders that node as a root rather than dropping it.",
|
|
25407
|
+
items: {
|
|
25408
|
+
types: [
|
|
25409
|
+
"object"
|
|
25410
|
+
],
|
|
25411
|
+
properties: {
|
|
25412
|
+
id: {
|
|
25413
|
+
types: [
|
|
25414
|
+
"string"
|
|
25415
|
+
]
|
|
25416
|
+
},
|
|
25417
|
+
label: {
|
|
25418
|
+
types: [
|
|
25419
|
+
"string"
|
|
25420
|
+
]
|
|
25421
|
+
},
|
|
25422
|
+
parentId: {
|
|
25423
|
+
types: [
|
|
25424
|
+
"string"
|
|
25425
|
+
]
|
|
25426
|
+
},
|
|
25427
|
+
icon: {
|
|
25428
|
+
types: [
|
|
25429
|
+
"string"
|
|
25430
|
+
]
|
|
25431
|
+
}
|
|
25432
|
+
},
|
|
25433
|
+
required: [
|
|
25434
|
+
"id",
|
|
25435
|
+
"label"
|
|
25436
|
+
]
|
|
25437
|
+
}
|
|
25438
|
+
},
|
|
25351
25439
|
selectedPath: {
|
|
25352
25440
|
types: [
|
|
25353
25441
|
"string"
|
|
@@ -25367,6 +25455,20 @@ var patterns = {
|
|
|
25367
25455
|
}
|
|
25368
25456
|
]
|
|
25369
25457
|
},
|
|
25458
|
+
onNodeSelect: {
|
|
25459
|
+
types: [
|
|
25460
|
+
"function"
|
|
25461
|
+
],
|
|
25462
|
+
description: "Called when a node is clicked, in flat `items` mode; carries the selected node's id. Presence-gated: binding this prop is what turns on the click-to-select affordance, mirroring Badge's `onRemove`.",
|
|
25463
|
+
kind: "callback",
|
|
25464
|
+
callbackArgs: [
|
|
25465
|
+
{
|
|
25466
|
+
name: "id",
|
|
25467
|
+
type: "string"
|
|
25468
|
+
}
|
|
25469
|
+
],
|
|
25470
|
+
"default": ""
|
|
25471
|
+
},
|
|
25370
25472
|
className: {
|
|
25371
25473
|
types: [
|
|
25372
25474
|
"string"
|
|
@@ -50701,7 +50803,7 @@ var integratorsRegistry = {
|
|
|
50701
50803
|
};
|
|
50702
50804
|
|
|
50703
50805
|
var version$1 = "1.0.0";
|
|
50704
|
-
var exportedAt$1 = "2026-08-
|
|
50806
|
+
var exportedAt$1 = "2026-08-25T01:35:07.912Z";
|
|
50705
50807
|
var mappings = {
|
|
50706
50808
|
"page-header": {
|
|
50707
50809
|
component: "PageHeader",
|
|
@@ -52113,7 +52215,7 @@ var componentMapping = {
|
|
|
52113
52215
|
};
|
|
52114
52216
|
|
|
52115
52217
|
var version = "1.0.0";
|
|
52116
|
-
var exportedAt = "2026-08-
|
|
52218
|
+
var exportedAt = "2026-08-25T01:35:07.912Z";
|
|
52117
52219
|
var contracts = {
|
|
52118
52220
|
form: {
|
|
52119
52221
|
emits: [
|
|
@@ -54687,6 +54789,16 @@ declare const registry: {
|
|
|
54687
54789
|
types: string[];
|
|
54688
54790
|
description: string;
|
|
54689
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
|
+
};
|
|
54690
54802
|
subtitle: {
|
|
54691
54803
|
types: string[];
|
|
54692
54804
|
description: string;
|
|
@@ -54836,6 +54948,16 @@ declare const registry: {
|
|
|
54836
54948
|
};
|
|
54837
54949
|
relation: {
|
|
54838
54950
|
types: string[];
|
|
54951
|
+
properties: {
|
|
54952
|
+
entity: {
|
|
54953
|
+
types: string[];
|
|
54954
|
+
};
|
|
54955
|
+
cardinality: {
|
|
54956
|
+
types: string[];
|
|
54957
|
+
enumValues: string[];
|
|
54958
|
+
};
|
|
54959
|
+
};
|
|
54960
|
+
required: string[];
|
|
54839
54961
|
};
|
|
54840
54962
|
};
|
|
54841
54963
|
required: string[];
|
|
@@ -69308,7 +69430,6 @@ declare const registry: {
|
|
|
69308
69430
|
tree: {
|
|
69309
69431
|
types: string[];
|
|
69310
69432
|
description: string;
|
|
69311
|
-
required: boolean;
|
|
69312
69433
|
items: {
|
|
69313
69434
|
types: string[];
|
|
69314
69435
|
properties: {
|
|
@@ -69339,6 +69460,28 @@ declare const registry: {
|
|
|
69339
69460
|
required: string[];
|
|
69340
69461
|
};
|
|
69341
69462
|
};
|
|
69463
|
+
items: {
|
|
69464
|
+
types: string[];
|
|
69465
|
+
description: string;
|
|
69466
|
+
items: {
|
|
69467
|
+
types: string[];
|
|
69468
|
+
properties: {
|
|
69469
|
+
id: {
|
|
69470
|
+
types: string[];
|
|
69471
|
+
};
|
|
69472
|
+
label: {
|
|
69473
|
+
types: string[];
|
|
69474
|
+
};
|
|
69475
|
+
parentId: {
|
|
69476
|
+
types: string[];
|
|
69477
|
+
};
|
|
69478
|
+
icon: {
|
|
69479
|
+
types: string[];
|
|
69480
|
+
};
|
|
69481
|
+
};
|
|
69482
|
+
required: string[];
|
|
69483
|
+
};
|
|
69484
|
+
};
|
|
69342
69485
|
selectedPath: {
|
|
69343
69486
|
types: string[];
|
|
69344
69487
|
description: string;
|
|
@@ -69352,6 +69495,16 @@ declare const registry: {
|
|
|
69352
69495
|
type: string;
|
|
69353
69496
|
}[];
|
|
69354
69497
|
};
|
|
69498
|
+
onNodeSelect: {
|
|
69499
|
+
types: string[];
|
|
69500
|
+
description: string;
|
|
69501
|
+
kind: string;
|
|
69502
|
+
callbackArgs: {
|
|
69503
|
+
name: string;
|
|
69504
|
+
type: string;
|
|
69505
|
+
}[];
|
|
69506
|
+
default: string;
|
|
69507
|
+
};
|
|
69355
69508
|
className: {
|
|
69356
69509
|
types: string[];
|
|
69357
69510
|
description: string;
|
|
@@ -83654,6 +83807,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
83654
83807
|
types: string[];
|
|
83655
83808
|
description: string;
|
|
83656
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
|
+
};
|
|
83657
83820
|
subtitle: {
|
|
83658
83821
|
types: string[];
|
|
83659
83822
|
description: string;
|
|
@@ -83803,6 +83966,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
83803
83966
|
};
|
|
83804
83967
|
relation: {
|
|
83805
83968
|
types: string[];
|
|
83969
|
+
properties: {
|
|
83970
|
+
entity: {
|
|
83971
|
+
types: string[];
|
|
83972
|
+
};
|
|
83973
|
+
cardinality: {
|
|
83974
|
+
types: string[];
|
|
83975
|
+
enumValues: string[];
|
|
83976
|
+
};
|
|
83977
|
+
};
|
|
83978
|
+
required: string[];
|
|
83806
83979
|
};
|
|
83807
83980
|
};
|
|
83808
83981
|
required: string[];
|
|
@@ -98275,7 +98448,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
98275
98448
|
tree: {
|
|
98276
98449
|
types: string[];
|
|
98277
98450
|
description: string;
|
|
98278
|
-
required: boolean;
|
|
98279
98451
|
items: {
|
|
98280
98452
|
types: string[];
|
|
98281
98453
|
properties: {
|
|
@@ -98306,6 +98478,28 @@ declare const PATTERN_REGISTRY: {
|
|
|
98306
98478
|
required: string[];
|
|
98307
98479
|
};
|
|
98308
98480
|
};
|
|
98481
|
+
items: {
|
|
98482
|
+
types: string[];
|
|
98483
|
+
description: string;
|
|
98484
|
+
items: {
|
|
98485
|
+
types: string[];
|
|
98486
|
+
properties: {
|
|
98487
|
+
id: {
|
|
98488
|
+
types: string[];
|
|
98489
|
+
};
|
|
98490
|
+
label: {
|
|
98491
|
+
types: string[];
|
|
98492
|
+
};
|
|
98493
|
+
parentId: {
|
|
98494
|
+
types: string[];
|
|
98495
|
+
};
|
|
98496
|
+
icon: {
|
|
98497
|
+
types: string[];
|
|
98498
|
+
};
|
|
98499
|
+
};
|
|
98500
|
+
required: string[];
|
|
98501
|
+
};
|
|
98502
|
+
};
|
|
98309
98503
|
selectedPath: {
|
|
98310
98504
|
types: string[];
|
|
98311
98505
|
description: string;
|
|
@@ -98319,6 +98513,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
98319
98513
|
type: string;
|
|
98320
98514
|
}[];
|
|
98321
98515
|
};
|
|
98516
|
+
onNodeSelect: {
|
|
98517
|
+
types: string[];
|
|
98518
|
+
description: string;
|
|
98519
|
+
kind: string;
|
|
98520
|
+
callbackArgs: {
|
|
98521
|
+
name: string;
|
|
98522
|
+
type: string;
|
|
98523
|
+
}[];
|
|
98524
|
+
default: string;
|
|
98525
|
+
};
|
|
98322
98526
|
className: {
|
|
98323
98527
|
types: string[];
|
|
98324
98528
|
description: string;
|
package/dist/patterns/index.js
CHANGED
|
@@ -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-
|
|
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"
|
|
@@ -1628,7 +1646,29 @@ var patterns_registry_default = {
|
|
|
1628
1646
|
},
|
|
1629
1647
|
relation: {
|
|
1630
1648
|
types: [
|
|
1631
|
-
"
|
|
1649
|
+
"object"
|
|
1650
|
+
],
|
|
1651
|
+
properties: {
|
|
1652
|
+
entity: {
|
|
1653
|
+
types: [
|
|
1654
|
+
"string"
|
|
1655
|
+
]
|
|
1656
|
+
},
|
|
1657
|
+
cardinality: {
|
|
1658
|
+
types: [
|
|
1659
|
+
"string"
|
|
1660
|
+
],
|
|
1661
|
+
enumValues: [
|
|
1662
|
+
"one",
|
|
1663
|
+
"many",
|
|
1664
|
+
"one-to-many",
|
|
1665
|
+
"many-to-one",
|
|
1666
|
+
"many-to-many"
|
|
1667
|
+
]
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
required: [
|
|
1671
|
+
"entity"
|
|
1632
1672
|
]
|
|
1633
1673
|
}
|
|
1634
1674
|
},
|
|
@@ -2193,7 +2233,10 @@ var patterns_registry_default = {
|
|
|
2193
2233
|
],
|
|
2194
2234
|
enumValues: [
|
|
2195
2235
|
"one",
|
|
2196
|
-
"many"
|
|
2236
|
+
"many",
|
|
2237
|
+
"one-to-many",
|
|
2238
|
+
"many-to-one",
|
|
2239
|
+
"many-to-many"
|
|
2197
2240
|
]
|
|
2198
2241
|
}
|
|
2199
2242
|
},
|
|
@@ -2738,7 +2781,10 @@ var patterns_registry_default = {
|
|
|
2738
2781
|
],
|
|
2739
2782
|
enumValues: [
|
|
2740
2783
|
"one",
|
|
2741
|
-
"many"
|
|
2784
|
+
"many",
|
|
2785
|
+
"one-to-many",
|
|
2786
|
+
"many-to-one",
|
|
2787
|
+
"many-to-many"
|
|
2742
2788
|
]
|
|
2743
2789
|
}
|
|
2744
2790
|
},
|
|
@@ -3059,7 +3105,10 @@ var patterns_registry_default = {
|
|
|
3059
3105
|
],
|
|
3060
3106
|
enumValues: [
|
|
3061
3107
|
"one",
|
|
3062
|
-
"many"
|
|
3108
|
+
"many",
|
|
3109
|
+
"one-to-many",
|
|
3110
|
+
"many-to-one",
|
|
3111
|
+
"many-to-many"
|
|
3063
3112
|
]
|
|
3064
3113
|
}
|
|
3065
3114
|
},
|
|
@@ -3604,7 +3653,10 @@ var patterns_registry_default = {
|
|
|
3604
3653
|
],
|
|
3605
3654
|
enumValues: [
|
|
3606
3655
|
"one",
|
|
3607
|
-
"many"
|
|
3656
|
+
"many",
|
|
3657
|
+
"one-to-many",
|
|
3658
|
+
"many-to-one",
|
|
3659
|
+
"many-to-many"
|
|
3608
3660
|
]
|
|
3609
3661
|
}
|
|
3610
3662
|
},
|
|
@@ -25222,8 +25274,7 @@ var patterns_registry_default = {
|
|
|
25222
25274
|
types: [
|
|
25223
25275
|
"array"
|
|
25224
25276
|
],
|
|
25225
|
-
description: "The tree data",
|
|
25226
|
-
required: true,
|
|
25277
|
+
description: "The tree data (pre-nested). Ignored when `items` is provided.",
|
|
25227
25278
|
items: {
|
|
25228
25279
|
types: [
|
|
25229
25280
|
"object"
|
|
@@ -25277,6 +25328,43 @@ var patterns_registry_default = {
|
|
|
25277
25328
|
]
|
|
25278
25329
|
}
|
|
25279
25330
|
},
|
|
25331
|
+
items: {
|
|
25332
|
+
types: [
|
|
25333
|
+
"array"
|
|
25334
|
+
],
|
|
25335
|
+
description: "Flat node list, nested by `parentId` at render time \u2014 takes precedence over `tree` when provided. A `parentId` with no matching row renders that node as a root rather than dropping it.",
|
|
25336
|
+
items: {
|
|
25337
|
+
types: [
|
|
25338
|
+
"object"
|
|
25339
|
+
],
|
|
25340
|
+
properties: {
|
|
25341
|
+
id: {
|
|
25342
|
+
types: [
|
|
25343
|
+
"string"
|
|
25344
|
+
]
|
|
25345
|
+
},
|
|
25346
|
+
label: {
|
|
25347
|
+
types: [
|
|
25348
|
+
"string"
|
|
25349
|
+
]
|
|
25350
|
+
},
|
|
25351
|
+
parentId: {
|
|
25352
|
+
types: [
|
|
25353
|
+
"string"
|
|
25354
|
+
]
|
|
25355
|
+
},
|
|
25356
|
+
icon: {
|
|
25357
|
+
types: [
|
|
25358
|
+
"string"
|
|
25359
|
+
]
|
|
25360
|
+
}
|
|
25361
|
+
},
|
|
25362
|
+
required: [
|
|
25363
|
+
"id",
|
|
25364
|
+
"label"
|
|
25365
|
+
]
|
|
25366
|
+
}
|
|
25367
|
+
},
|
|
25280
25368
|
selectedPath: {
|
|
25281
25369
|
types: [
|
|
25282
25370
|
"string"
|
|
@@ -25296,6 +25384,20 @@ var patterns_registry_default = {
|
|
|
25296
25384
|
}
|
|
25297
25385
|
]
|
|
25298
25386
|
},
|
|
25387
|
+
onNodeSelect: {
|
|
25388
|
+
types: [
|
|
25389
|
+
"function"
|
|
25390
|
+
],
|
|
25391
|
+
description: "Called when a node is clicked, in flat `items` mode; carries the selected node's id. Presence-gated: binding this prop is what turns on the click-to-select affordance, mirroring Badge's `onRemove`.",
|
|
25392
|
+
kind: "callback",
|
|
25393
|
+
callbackArgs: [
|
|
25394
|
+
{
|
|
25395
|
+
name: "id",
|
|
25396
|
+
type: "string"
|
|
25397
|
+
}
|
|
25398
|
+
],
|
|
25399
|
+
default: ""
|
|
25400
|
+
},
|
|
25299
25401
|
className: {
|
|
25300
25402
|
types: [
|
|
25301
25403
|
"string"
|
|
@@ -50557,7 +50659,7 @@ var integrators_registry_default = {
|
|
|
50557
50659
|
// src/patterns/component-mapping.json
|
|
50558
50660
|
var component_mapping_default = {
|
|
50559
50661
|
version: "1.0.0",
|
|
50560
|
-
exportedAt: "2026-08-
|
|
50662
|
+
exportedAt: "2026-08-25T01:35:07.912Z",
|
|
50561
50663
|
mappings: {
|
|
50562
50664
|
"page-header": {
|
|
50563
50665
|
component: "PageHeader",
|
|
@@ -51967,7 +52069,7 @@ var component_mapping_default = {
|
|
|
51967
52069
|
// src/patterns/event-contracts.json
|
|
51968
52070
|
var event_contracts_default = {
|
|
51969
52071
|
version: "1.0.0",
|
|
51970
|
-
exportedAt: "2026-08-
|
|
52072
|
+
exportedAt: "2026-08-25T01:35:07.912Z",
|
|
51971
52073
|
contracts: {
|
|
51972
52074
|
form: {
|
|
51973
52075
|
emits: [
|