@almadar/core 10.61.0 → 10.62.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,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, aY as PatternType } from '../effect-a1W_hXyG.js';
2
- export { aR as PATTERN_TYPES, aV as PatternConfig, aW as PatternProps, aX as PatternPropsMap, cO as isValidPatternType } from '../effect-a1W_hXyG.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, a_ as PatternType } from '../effect-M22diOHo.js';
2
+ export { aT as PATTERN_TYPES, aX as PatternConfig, aY as PatternProps, aZ as PatternPropsMap, cR as isValidPatternType } from '../effect-M22diOHo.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-19T03:03:56.666Z";
7
+ var exportedAt$3 = "2026-08-20T06:39:15.858Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -1242,6 +1242,7 @@ var patterns = {
1242
1242
  tier: "organisms",
1243
1243
  family: "core",
1244
1244
  description: "Detail view panel for drawers/sidebars",
1245
+ fieldsContract: "display",
1245
1246
  suggestedFor: [
1246
1247
  "drawer content",
1247
1248
  "side panels",
@@ -1523,6 +1524,54 @@ var patterns = {
1523
1524
  ]
1524
1525
  }
1525
1526
  },
1527
+ backAction: {
1528
+ types: [
1529
+ "object"
1530
+ ],
1531
+ description: "Navigation-back affordance. Renders top-LEFT before the title (OS/back convention — Almadar_UX §8.4), spatially separated from the right-aligned action buttons + close X. Never inferred from actions[] labels.",
1532
+ properties: {
1533
+ label: {
1534
+ types: [
1535
+ "string"
1536
+ ]
1537
+ },
1538
+ icon: {
1539
+ types: [
1540
+ "icon",
1541
+ "string"
1542
+ ]
1543
+ },
1544
+ onClick: {
1545
+ types: [
1546
+ "function"
1547
+ ]
1548
+ },
1549
+ event: {
1550
+ types: [
1551
+ "string"
1552
+ ]
1553
+ },
1554
+ navigatesTo: {
1555
+ types: [
1556
+ "string"
1557
+ ]
1558
+ },
1559
+ variant: {
1560
+ types: [
1561
+ "string"
1562
+ ],
1563
+ enumValues: [
1564
+ "primary",
1565
+ "secondary",
1566
+ "ghost",
1567
+ "danger"
1568
+ ]
1569
+ }
1570
+ },
1571
+ propertyRequired: [
1572
+ "label"
1573
+ ]
1574
+ },
1526
1575
  footer: {
1527
1576
  types: [
1528
1577
  "node"
@@ -1557,6 +1606,26 @@ var patterns = {
1557
1606
  types: [
1558
1607
  "string"
1559
1608
  ]
1609
+ },
1610
+ type: {
1611
+ types: [
1612
+ "string"
1613
+ ]
1614
+ },
1615
+ values: {
1616
+ types: [
1617
+ "array"
1618
+ ],
1619
+ items: {
1620
+ types: [
1621
+ "string"
1622
+ ]
1623
+ }
1624
+ },
1625
+ relation: {
1626
+ types: [
1627
+ "string"
1628
+ ]
1560
1629
  }
1561
1630
  },
1562
1631
  required: [
@@ -1621,6 +1690,48 @@ var patterns = {
1621
1690
  "boolean"
1622
1691
  ],
1623
1692
  description: "Show actions flag"
1693
+ },
1694
+ relationsData: {
1695
+ types: [
1696
+ "object"
1697
+ ],
1698
+ description: "Relation display data: { fieldName: [{value, label}] } — injected server-side by the runtime (relation-option injection) or bound by compiled codegen; resolves stored foreign ids to display names.",
1699
+ mapValue: {
1700
+ types: [
1701
+ "array"
1702
+ ],
1703
+ items: {
1704
+ types: [
1705
+ "object"
1706
+ ],
1707
+ properties: {
1708
+ value: {
1709
+ types: [
1710
+ "string"
1711
+ ]
1712
+ },
1713
+ label: {
1714
+ types: [
1715
+ "string"
1716
+ ]
1717
+ },
1718
+ description: {
1719
+ types: [
1720
+ "string"
1721
+ ]
1722
+ },
1723
+ disabled: {
1724
+ types: [
1725
+ "boolean"
1726
+ ]
1727
+ }
1728
+ },
1729
+ required: [
1730
+ "value",
1731
+ "label"
1732
+ ]
1733
+ }
1734
+ }
1624
1735
  }
1625
1736
  }
1626
1737
  },
@@ -1893,6 +2004,7 @@ var patterns = {
1893
2004
  tier: "organisms",
1894
2005
  family: "core",
1895
2006
  description: "Complete form with fields and actions",
2007
+ fieldsContract: "form",
1896
2008
  suggestedFor: [
1897
2009
  "create forms",
1898
2010
  "edit forms",
@@ -2125,6 +2237,11 @@ var patterns = {
2125
2237
  types: [
2126
2238
  "boolean"
2127
2239
  ]
2240
+ },
2241
+ hint: {
2242
+ types: [
2243
+ "string"
2244
+ ]
2128
2245
  }
2129
2246
  }
2130
2247
  }
@@ -2279,6 +2396,42 @@ var patterns = {
2279
2396
  "default": {
2280
2397
  }
2281
2398
  },
2399
+ fieldOverrides: {
2400
+ types: [
2401
+ "array"
2402
+ ],
2403
+ description: "Per-field display-copy overrides (label/placeholder/hint), merged by field name over the schema-enriched fields.",
2404
+ items: {
2405
+ types: [
2406
+ "object"
2407
+ ],
2408
+ properties: {
2409
+ name: {
2410
+ types: [
2411
+ "string"
2412
+ ]
2413
+ },
2414
+ label: {
2415
+ types: [
2416
+ "string"
2417
+ ]
2418
+ },
2419
+ placeholder: {
2420
+ types: [
2421
+ "string"
2422
+ ]
2423
+ },
2424
+ hint: {
2425
+ types: [
2426
+ "string"
2427
+ ]
2428
+ }
2429
+ },
2430
+ required: [
2431
+ "name"
2432
+ ]
2433
+ }
2434
+ },
2282
2435
  conditionalFields: {
2283
2436
  types: [
2284
2437
  "object",
@@ -2621,6 +2774,11 @@ var patterns = {
2621
2774
  types: [
2622
2775
  "boolean"
2623
2776
  ]
2777
+ },
2778
+ hint: {
2779
+ types: [
2780
+ "string"
2781
+ ]
2624
2782
  }
2625
2783
  }
2626
2784
  }
@@ -2705,6 +2863,7 @@ var patterns = {
2705
2863
  tier: "organisms",
2706
2864
  family: "core",
2707
2865
  description: "Alias for form — Complete form with fields and actions",
2866
+ fieldsContract: "form",
2708
2867
  suggestedFor: [
2709
2868
  "create forms",
2710
2869
  "edit forms",
@@ -2937,6 +3096,11 @@ var patterns = {
2937
3096
  types: [
2938
3097
  "boolean"
2939
3098
  ]
3099
+ },
3100
+ hint: {
3101
+ types: [
3102
+ "string"
3103
+ ]
2940
3104
  }
2941
3105
  }
2942
3106
  }
@@ -3091,6 +3255,42 @@ var patterns = {
3091
3255
  "default": {
3092
3256
  }
3093
3257
  },
3258
+ fieldOverrides: {
3259
+ types: [
3260
+ "array"
3261
+ ],
3262
+ description: "Per-field display-copy overrides (label/placeholder/hint), merged by field name over the schema-enriched fields.",
3263
+ items: {
3264
+ types: [
3265
+ "object"
3266
+ ],
3267
+ properties: {
3268
+ name: {
3269
+ types: [
3270
+ "string"
3271
+ ]
3272
+ },
3273
+ label: {
3274
+ types: [
3275
+ "string"
3276
+ ]
3277
+ },
3278
+ placeholder: {
3279
+ types: [
3280
+ "string"
3281
+ ]
3282
+ },
3283
+ hint: {
3284
+ types: [
3285
+ "string"
3286
+ ]
3287
+ }
3288
+ },
3289
+ required: [
3290
+ "name"
3291
+ ]
3292
+ }
3293
+ },
3094
3294
  conditionalFields: {
3095
3295
  types: [
3096
3296
  "object",
@@ -3433,6 +3633,11 @@ var patterns = {
3433
3633
  types: [
3434
3634
  "boolean"
3435
3635
  ]
3636
+ },
3637
+ hint: {
3638
+ types: [
3639
+ "string"
3640
+ ]
3436
3641
  }
3437
3642
  }
3438
3643
  }
@@ -40159,6 +40364,28 @@ var patterns = {
40159
40364
  }
40160
40365
  ]
40161
40366
  },
40367
+ keyMap: {
40368
+ types: [
40369
+ "object"
40370
+ ],
40371
+ description: "Maps a keydown `e.code` → the board's SEMANTIC event (device-agnostic input), emitted as `UI:{event}` — same contract as the game canvas keyMap.",
40372
+ mapValue: {
40373
+ types: [
40374
+ "string"
40375
+ ]
40376
+ }
40377
+ },
40378
+ keyUpMap: {
40379
+ types: [
40380
+ "object"
40381
+ ],
40382
+ description: "Maps a keyup `e.code` → the board's SEMANTIC event.",
40383
+ mapValue: {
40384
+ types: [
40385
+ "string"
40386
+ ]
40387
+ }
40388
+ },
40162
40389
  isLoading: {
40163
40390
  types: [
40164
40391
  "boolean"
@@ -47889,7 +48116,7 @@ var integratorsRegistry = {
47889
48116
  };
47890
48117
 
47891
48118
  var version$1 = "1.0.0";
47892
- var exportedAt$1 = "2026-08-19T03:03:56.666Z";
48119
+ var exportedAt$1 = "2026-08-20T06:39:15.858Z";
47893
48120
  var mappings = {
47894
48121
  "page-header": {
47895
48122
  component: "PageHeader",
@@ -49291,7 +49518,7 @@ var componentMapping = {
49291
49518
  };
49292
49519
 
49293
49520
  var version = "1.0.0";
49294
- var exportedAt = "2026-08-19T03:03:56.666Z";
49521
+ var exportedAt = "2026-08-20T06:39:15.858Z";
49295
49522
  var contracts = {
49296
49523
  form: {
49297
49524
  emits: [
@@ -51791,6 +52018,7 @@ declare const registry: {
51791
52018
  tier: string;
51792
52019
  family: string;
51793
52020
  description: string;
52021
+ fieldsContract: string;
51794
52022
  suggestedFor: string[];
51795
52023
  typicalSize: string;
51796
52024
  propsSchema: {
@@ -51956,6 +52184,32 @@ declare const registry: {
51956
52184
  required: string[];
51957
52185
  };
51958
52186
  };
52187
+ backAction: {
52188
+ types: string[];
52189
+ description: string;
52190
+ properties: {
52191
+ label: {
52192
+ types: string[];
52193
+ };
52194
+ icon: {
52195
+ types: string[];
52196
+ };
52197
+ onClick: {
52198
+ types: string[];
52199
+ };
52200
+ event: {
52201
+ types: string[];
52202
+ };
52203
+ navigatesTo: {
52204
+ types: string[];
52205
+ };
52206
+ variant: {
52207
+ types: string[];
52208
+ enumValues: string[];
52209
+ };
52210
+ };
52211
+ propertyRequired: string[];
52212
+ };
51959
52213
  footer: {
51960
52214
  types: string[];
51961
52215
  description: string;
@@ -51978,6 +52232,18 @@ declare const registry: {
51978
52232
  header: {
51979
52233
  types: string[];
51980
52234
  };
52235
+ type: {
52236
+ types: string[];
52237
+ };
52238
+ values: {
52239
+ types: string[];
52240
+ items: {
52241
+ types: string[];
52242
+ };
52243
+ };
52244
+ relation: {
52245
+ types: string[];
52246
+ };
51981
52247
  };
51982
52248
  required: string[];
51983
52249
  };
@@ -52019,6 +52285,31 @@ declare const registry: {
52019
52285
  types: string[];
52020
52286
  description: string;
52021
52287
  };
52288
+ relationsData: {
52289
+ types: string[];
52290
+ description: string;
52291
+ mapValue: {
52292
+ types: string[];
52293
+ items: {
52294
+ types: string[];
52295
+ properties: {
52296
+ value: {
52297
+ types: string[];
52298
+ };
52299
+ label: {
52300
+ types: string[];
52301
+ };
52302
+ description: {
52303
+ types: string[];
52304
+ };
52305
+ disabled: {
52306
+ types: string[];
52307
+ };
52308
+ };
52309
+ required: string[];
52310
+ };
52311
+ };
52312
+ };
52022
52313
  };
52023
52314
  };
52024
52315
  "page-header": {
@@ -52186,6 +52477,7 @@ declare const registry: {
52186
52477
  tier: string;
52187
52478
  family: string;
52188
52479
  description: string;
52480
+ fieldsContract: string;
52189
52481
  suggestedFor: string[];
52190
52482
  typicalSize: string;
52191
52483
  propsSchema: {
@@ -52323,6 +52615,9 @@ declare const registry: {
52323
52615
  disabled: {
52324
52616
  types: string[];
52325
52617
  };
52618
+ hint: {
52619
+ types: string[];
52620
+ };
52326
52621
  };
52327
52622
  };
52328
52623
  };
@@ -52423,6 +52718,28 @@ declare const registry: {
52423
52718
  };
52424
52719
  default: {};
52425
52720
  };
52721
+ fieldOverrides: {
52722
+ types: string[];
52723
+ description: string;
52724
+ items: {
52725
+ types: string[];
52726
+ properties: {
52727
+ name: {
52728
+ types: string[];
52729
+ };
52730
+ label: {
52731
+ types: string[];
52732
+ };
52733
+ placeholder: {
52734
+ types: string[];
52735
+ };
52736
+ hint: {
52737
+ types: string[];
52738
+ };
52739
+ };
52740
+ required: string[];
52741
+ };
52742
+ };
52426
52743
  conditionalFields: {
52427
52744
  types: string[];
52428
52745
  description: string;
@@ -52622,6 +52939,9 @@ declare const registry: {
52622
52939
  disabled: {
52623
52940
  types: string[];
52624
52941
  };
52942
+ hint: {
52943
+ types: string[];
52944
+ };
52625
52945
  };
52626
52946
  };
52627
52947
  };
@@ -52676,6 +52996,7 @@ declare const registry: {
52676
52996
  tier: string;
52677
52997
  family: string;
52678
52998
  description: string;
52999
+ fieldsContract: string;
52679
53000
  suggestedFor: string[];
52680
53001
  typicalSize: string;
52681
53002
  propsSchema: {
@@ -52813,6 +53134,9 @@ declare const registry: {
52813
53134
  disabled: {
52814
53135
  types: string[];
52815
53136
  };
53137
+ hint: {
53138
+ types: string[];
53139
+ };
52816
53140
  };
52817
53141
  };
52818
53142
  };
@@ -52913,6 +53237,28 @@ declare const registry: {
52913
53237
  };
52914
53238
  default: {};
52915
53239
  };
53240
+ fieldOverrides: {
53241
+ types: string[];
53242
+ description: string;
53243
+ items: {
53244
+ types: string[];
53245
+ properties: {
53246
+ name: {
53247
+ types: string[];
53248
+ };
53249
+ label: {
53250
+ types: string[];
53251
+ };
53252
+ placeholder: {
53253
+ types: string[];
53254
+ };
53255
+ hint: {
53256
+ types: string[];
53257
+ };
53258
+ };
53259
+ required: string[];
53260
+ };
53261
+ };
52916
53262
  conditionalFields: {
52917
53263
  types: string[];
52918
53264
  description: string;
@@ -53112,6 +53458,9 @@ declare const registry: {
53112
53458
  disabled: {
53113
53459
  types: string[];
53114
53460
  };
53461
+ hint: {
53462
+ types: string[];
53463
+ };
53115
53464
  };
53116
53465
  };
53117
53466
  };
@@ -75474,6 +75823,20 @@ declare const registry: {
75474
75823
  };
75475
75824
  }[];
75476
75825
  };
75826
+ keyMap: {
75827
+ types: string[];
75828
+ description: string;
75829
+ mapValue: {
75830
+ types: string[];
75831
+ };
75832
+ };
75833
+ keyUpMap: {
75834
+ types: string[];
75835
+ description: string;
75836
+ mapValue: {
75837
+ types: string[];
75838
+ };
75839
+ };
75477
75840
  isLoading: {
75478
75841
  types: string[];
75479
75842
  description: string;
@@ -80240,6 +80603,7 @@ declare const PATTERN_REGISTRY: {
80240
80603
  tier: string;
80241
80604
  family: string;
80242
80605
  description: string;
80606
+ fieldsContract: string;
80243
80607
  suggestedFor: string[];
80244
80608
  typicalSize: string;
80245
80609
  propsSchema: {
@@ -80405,6 +80769,32 @@ declare const PATTERN_REGISTRY: {
80405
80769
  required: string[];
80406
80770
  };
80407
80771
  };
80772
+ backAction: {
80773
+ types: string[];
80774
+ description: string;
80775
+ properties: {
80776
+ label: {
80777
+ types: string[];
80778
+ };
80779
+ icon: {
80780
+ types: string[];
80781
+ };
80782
+ onClick: {
80783
+ types: string[];
80784
+ };
80785
+ event: {
80786
+ types: string[];
80787
+ };
80788
+ navigatesTo: {
80789
+ types: string[];
80790
+ };
80791
+ variant: {
80792
+ types: string[];
80793
+ enumValues: string[];
80794
+ };
80795
+ };
80796
+ propertyRequired: string[];
80797
+ };
80408
80798
  footer: {
80409
80799
  types: string[];
80410
80800
  description: string;
@@ -80427,6 +80817,18 @@ declare const PATTERN_REGISTRY: {
80427
80817
  header: {
80428
80818
  types: string[];
80429
80819
  };
80820
+ type: {
80821
+ types: string[];
80822
+ };
80823
+ values: {
80824
+ types: string[];
80825
+ items: {
80826
+ types: string[];
80827
+ };
80828
+ };
80829
+ relation: {
80830
+ types: string[];
80831
+ };
80430
80832
  };
80431
80833
  required: string[];
80432
80834
  };
@@ -80468,6 +80870,31 @@ declare const PATTERN_REGISTRY: {
80468
80870
  types: string[];
80469
80871
  description: string;
80470
80872
  };
80873
+ relationsData: {
80874
+ types: string[];
80875
+ description: string;
80876
+ mapValue: {
80877
+ types: string[];
80878
+ items: {
80879
+ types: string[];
80880
+ properties: {
80881
+ value: {
80882
+ types: string[];
80883
+ };
80884
+ label: {
80885
+ types: string[];
80886
+ };
80887
+ description: {
80888
+ types: string[];
80889
+ };
80890
+ disabled: {
80891
+ types: string[];
80892
+ };
80893
+ };
80894
+ required: string[];
80895
+ };
80896
+ };
80897
+ };
80471
80898
  };
80472
80899
  };
80473
80900
  "page-header": {
@@ -80635,6 +81062,7 @@ declare const PATTERN_REGISTRY: {
80635
81062
  tier: string;
80636
81063
  family: string;
80637
81064
  description: string;
81065
+ fieldsContract: string;
80638
81066
  suggestedFor: string[];
80639
81067
  typicalSize: string;
80640
81068
  propsSchema: {
@@ -80772,6 +81200,9 @@ declare const PATTERN_REGISTRY: {
80772
81200
  disabled: {
80773
81201
  types: string[];
80774
81202
  };
81203
+ hint: {
81204
+ types: string[];
81205
+ };
80775
81206
  };
80776
81207
  };
80777
81208
  };
@@ -80872,6 +81303,28 @@ declare const PATTERN_REGISTRY: {
80872
81303
  };
80873
81304
  default: {};
80874
81305
  };
81306
+ fieldOverrides: {
81307
+ types: string[];
81308
+ description: string;
81309
+ items: {
81310
+ types: string[];
81311
+ properties: {
81312
+ name: {
81313
+ types: string[];
81314
+ };
81315
+ label: {
81316
+ types: string[];
81317
+ };
81318
+ placeholder: {
81319
+ types: string[];
81320
+ };
81321
+ hint: {
81322
+ types: string[];
81323
+ };
81324
+ };
81325
+ required: string[];
81326
+ };
81327
+ };
80875
81328
  conditionalFields: {
80876
81329
  types: string[];
80877
81330
  description: string;
@@ -81071,6 +81524,9 @@ declare const PATTERN_REGISTRY: {
81071
81524
  disabled: {
81072
81525
  types: string[];
81073
81526
  };
81527
+ hint: {
81528
+ types: string[];
81529
+ };
81074
81530
  };
81075
81531
  };
81076
81532
  };
@@ -81125,6 +81581,7 @@ declare const PATTERN_REGISTRY: {
81125
81581
  tier: string;
81126
81582
  family: string;
81127
81583
  description: string;
81584
+ fieldsContract: string;
81128
81585
  suggestedFor: string[];
81129
81586
  typicalSize: string;
81130
81587
  propsSchema: {
@@ -81262,6 +81719,9 @@ declare const PATTERN_REGISTRY: {
81262
81719
  disabled: {
81263
81720
  types: string[];
81264
81721
  };
81722
+ hint: {
81723
+ types: string[];
81724
+ };
81265
81725
  };
81266
81726
  };
81267
81727
  };
@@ -81362,6 +81822,28 @@ declare const PATTERN_REGISTRY: {
81362
81822
  };
81363
81823
  default: {};
81364
81824
  };
81825
+ fieldOverrides: {
81826
+ types: string[];
81827
+ description: string;
81828
+ items: {
81829
+ types: string[];
81830
+ properties: {
81831
+ name: {
81832
+ types: string[];
81833
+ };
81834
+ label: {
81835
+ types: string[];
81836
+ };
81837
+ placeholder: {
81838
+ types: string[];
81839
+ };
81840
+ hint: {
81841
+ types: string[];
81842
+ };
81843
+ };
81844
+ required: string[];
81845
+ };
81846
+ };
81365
81847
  conditionalFields: {
81366
81848
  types: string[];
81367
81849
  description: string;
@@ -81561,6 +82043,9 @@ declare const PATTERN_REGISTRY: {
81561
82043
  disabled: {
81562
82044
  types: string[];
81563
82045
  };
82046
+ hint: {
82047
+ types: string[];
82048
+ };
81564
82049
  };
81565
82050
  };
81566
82051
  };
@@ -103923,6 +104408,20 @@ declare const PATTERN_REGISTRY: {
103923
104408
  };
103924
104409
  }[];
103925
104410
  };
104411
+ keyMap: {
104412
+ types: string[];
104413
+ description: string;
104414
+ mapValue: {
104415
+ types: string[];
104416
+ };
104417
+ };
104418
+ keyUpMap: {
104419
+ types: string[];
104420
+ description: string;
104421
+ mapValue: {
104422
+ types: string[];
104423
+ };
104424
+ };
103926
104425
  isLoading: {
103927
104426
  types: string[];
103928
104427
  description: string;
@@ -110776,6 +111275,12 @@ type PatternEntry = {
110776
111275
  * identity (not a name/signal); UISlotRenderer routes the host's authored
110777
111276
  * `children` into its `drawables` prop (painted) instead of DOM-wrapping them. */
110778
111277
  drawHost?: boolean;
111278
+ /** Declared fields-consumption contract from the component's
111279
+ * `@fieldsContract` JSDoc tag: `form` = editable SchemaFields (schema
111280
+ * enrichment + relationsData), `display` = read-only display fields
111281
+ * ({key, header} + typed meta). THE capability every enrichment consumer
111282
+ * keys on — never a hardcoded pattern-name list. */
111283
+ fieldsContract?: 'form' | 'display';
110779
111284
  };
110780
111285
  declare function getPatternDefinition(patternType: string): PatternEntry | null;
110781
111286
  declare function getComponentForPattern(patternType: string): string | null;
@@ -110840,6 +111345,14 @@ declare function eventListPropsOf(patternType: string): ReadonlyMap<string, stri
110840
111345
  * @param patternType - Pattern type to check
110841
111346
  * @returns true if the pattern is a drawable
110842
111347
  */
111348
+ /**
111349
+ * The pattern's declared fields-consumption contract (`@fieldsContract` on
111350
+ * the owning component), or undefined for patterns without entity-bound
111351
+ * field lists. Consumers: UISlotRenderer's schema enrichment, the server
111352
+ * runtime's relation-option injection, and orbital-rust codegen (via the
111353
+ * baked registry) — all key on THIS declaration, never on pattern names.
111354
+ */
111355
+ declare function getPatternFieldsContract(patternType: string): 'form' | 'display' | undefined;
110843
111356
  declare function isDrawablePattern(patternType: string): boolean;
110844
111357
  /**
110845
111358
  * Check if a pattern is a canvas DRAW-HOST — a component that paints authored
@@ -110858,4 +111371,4 @@ declare function isDrawablePattern(patternType: string): boolean;
110858
111371
  */
110859
111372
  declare function isDrawHostPattern(patternType: string): boolean;
110860
111373
 
110861
- export { AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, type EmojiPickPayload, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type RenderUiPayload, type SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValueInputPattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };
111374
+ export { AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, type EmojiPickPayload, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type RenderUiPayload, type SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValueInputPattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };