@almadar/core 10.64.0 → 10.66.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/{effect-DOqkIe2M.d.ts → effect-BTXY2wl8.d.ts} +18 -15
- package/dist/{entityAccess-BOIRacH7.d.ts → entityAccess-B5nbSI6L.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-BQkyHRT3.d.ts → index-BNEx05jQ.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +2340 -430
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +65 -66
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -8
- package/dist/patterns/index.d.ts +7449 -4131
- package/dist/patterns/index.js +2340 -430
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +2327 -445
- package/dist/patterns/patterns-registry.json +50 -15
- package/dist/patterns/registry.json +50 -15
- package/dist/patterns/services-registry.json +1348 -96
- package/dist/{schema-B648ulAY.d.ts → schema-DwFRl8ZS.d.ts} +390 -390
- package/dist/{trait-C6Jqfflp.d.ts → trait-CzOtZitc.d.ts} +61 -61
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-j7OsANcy.d.ts → types-C0NIDJ5X.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-08-
|
|
3
|
+
"exportedAt": "2026-08-22T08:33:22.708Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -1522,7 +1522,8 @@
|
|
|
1522
1522
|
"types": [
|
|
1523
1523
|
"number"
|
|
1524
1524
|
],
|
|
1525
|
-
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions).
|
|
1525
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Defaults to 2 — primary + secondary visible, the rest under the menu — so every detail panel carries the same action pattern.",
|
|
1526
|
+
"default": 2
|
|
1526
1527
|
},
|
|
1527
1528
|
"backAction": {
|
|
1528
1529
|
"types": [
|
|
@@ -1689,7 +1690,8 @@
|
|
|
1689
1690
|
"types": [
|
|
1690
1691
|
"boolean"
|
|
1691
1692
|
],
|
|
1692
|
-
"description": "
|
|
1693
|
+
"description": "When false, hides the action buttons + overflow menu (and the close ×). Defaults to true.",
|
|
1694
|
+
"default": true
|
|
1693
1695
|
},
|
|
1694
1696
|
"relationsData": {
|
|
1695
1697
|
"types": [
|
|
@@ -7576,7 +7578,8 @@
|
|
|
7576
7578
|
],
|
|
7577
7579
|
"description": "When set, renders a small X button on the right of the badge that invokes this handler — turns the badge into a removable chip. Used by the TagInput molecule and other \"list of removable values\" surfaces.",
|
|
7578
7580
|
"kind": "callback",
|
|
7579
|
-
"callbackArgs": []
|
|
7581
|
+
"callbackArgs": [],
|
|
7582
|
+
"default": ""
|
|
7580
7583
|
},
|
|
7581
7584
|
"removeLabel": {
|
|
7582
7585
|
"types": [
|
|
@@ -13366,25 +13369,25 @@
|
|
|
13366
13369
|
"types": [
|
|
13367
13370
|
"node"
|
|
13368
13371
|
],
|
|
13369
|
-
"description": "Stat chips row — floats along the top edge"
|
|
13372
|
+
"description": "Stat chips row — floats along the top edge. Legacy chrome surface: new behaviors emit HUD chrome via `render-ui \"hud-top\"` instead."
|
|
13370
13373
|
},
|
|
13371
13374
|
"addons": {
|
|
13372
13375
|
"types": [
|
|
13373
13376
|
"node"
|
|
13374
13377
|
],
|
|
13375
|
-
"description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …)"
|
|
13378
|
+
"description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …). Legacy chrome surface: new behaviors emit action chrome via `render-ui \"hud-bottom\"` or `\"floating\"` instead."
|
|
13376
13379
|
},
|
|
13377
13380
|
"controls": {
|
|
13378
13381
|
"types": [
|
|
13379
13382
|
"node"
|
|
13380
13383
|
],
|
|
13381
|
-
"description": "Movement controls — floats bottom-left (d-pad / control-grid)."
|
|
13384
|
+
"description": "Movement controls — floats bottom-left (d-pad / control-grid). Legacy chrome surface: new behaviors emit movement controls via `render-ui \"hud-bottom\"` instead."
|
|
13382
13385
|
},
|
|
13383
13386
|
"overlay": {
|
|
13384
13387
|
"types": [
|
|
13385
13388
|
"node"
|
|
13386
13389
|
],
|
|
13387
|
-
"description": "Centered overlay layer (victory/defeat banners, dialogs)."
|
|
13390
|
+
"description": "Centered overlay layer (victory/defeat banners, dialogs). Legacy chrome surface: new behaviors emit overlays via `render-ui \"overlay\"` (clear with `render-ui \"overlay\" null` on every exit) instead."
|
|
13388
13391
|
},
|
|
13389
13392
|
"className": {
|
|
13390
13393
|
"types": [
|
|
@@ -13599,7 +13602,7 @@
|
|
|
13599
13602
|
"types": [
|
|
13600
13603
|
"string"
|
|
13601
13604
|
],
|
|
13602
|
-
"description": "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
|
|
13605
|
+
"description": "Game display-font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family. Scoped override of the theme contract's --font-family-display slot: titles and numerics take this face, body text follows the active theme.",
|
|
13603
13606
|
"default": "future"
|
|
13604
13607
|
},
|
|
13605
13608
|
"data-theme": {
|
|
@@ -17011,6 +17014,13 @@
|
|
|
17011
17014
|
"description": "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
|
|
17012
17015
|
"default": "startTime"
|
|
17013
17016
|
},
|
|
17017
|
+
"endField": {
|
|
17018
|
+
"types": [
|
|
17019
|
+
"string"
|
|
17020
|
+
],
|
|
17021
|
+
"description": "Row field holding the end timestamp (ISO or epoch). Defaults to `endTime`. When a row carries an end, the event's chip renders in its start slot and every further slot it covers shows a subdued continuation bar — without this, multi-hour events silently collapsed to their first hour.",
|
|
17022
|
+
"default": "endTime"
|
|
17023
|
+
},
|
|
17014
17024
|
"colorField": {
|
|
17015
17025
|
"types": [
|
|
17016
17026
|
"string"
|
|
@@ -25366,7 +25376,8 @@
|
|
|
25366
25376
|
],
|
|
25367
25377
|
"description": "Called when the user clicks the remove (×) button",
|
|
25368
25378
|
"kind": "callback",
|
|
25369
|
-
"callbackArgs": []
|
|
25379
|
+
"callbackArgs": [],
|
|
25380
|
+
"default": ""
|
|
25370
25381
|
},
|
|
25371
25382
|
"removable": {
|
|
25372
25383
|
"types": [
|
|
@@ -25409,7 +25420,8 @@
|
|
|
25409
25420
|
"type": "string",
|
|
25410
25421
|
"required": true
|
|
25411
25422
|
}
|
|
25412
|
-
]
|
|
25423
|
+
],
|
|
25424
|
+
"default": ""
|
|
25413
25425
|
}
|
|
25414
25426
|
}
|
|
25415
25427
|
},
|
|
@@ -29824,6 +29836,17 @@
|
|
|
29824
29836
|
],
|
|
29825
29837
|
"default": "md"
|
|
29826
29838
|
},
|
|
29839
|
+
"variant": {
|
|
29840
|
+
"types": [
|
|
29841
|
+
"string"
|
|
29842
|
+
],
|
|
29843
|
+
"description": "Layout variant: \"floating\" (default) renders a compact pill cluster that hugs its content width; \"bar\" preserves the legacy full-width split bar.",
|
|
29844
|
+
"enumValues": [
|
|
29845
|
+
"floating",
|
|
29846
|
+
"bar"
|
|
29847
|
+
],
|
|
29848
|
+
"default": "floating"
|
|
29849
|
+
},
|
|
29827
29850
|
"className": {
|
|
29828
29851
|
"types": [
|
|
29829
29852
|
"string"
|
|
@@ -30380,8 +30403,7 @@
|
|
|
30380
30403
|
"number",
|
|
30381
30404
|
"string"
|
|
30382
30405
|
],
|
|
30383
|
-
"description": "Current value (defaults to 0 if not provided)"
|
|
30384
|
-
"default": 0
|
|
30406
|
+
"description": "Current value (defaults to 0 if not provided)"
|
|
30385
30407
|
},
|
|
30386
30408
|
"max": {
|
|
30387
30409
|
"types": [
|
|
@@ -31831,7 +31853,8 @@
|
|
|
31831
31853
|
],
|
|
31832
31854
|
"description": "Remove handler",
|
|
31833
31855
|
"kind": "callback",
|
|
31834
|
-
"callbackArgs": []
|
|
31856
|
+
"callbackArgs": [],
|
|
31857
|
+
"default": ""
|
|
31835
31858
|
},
|
|
31836
31859
|
"clickEvent": {
|
|
31837
31860
|
"types": [
|
|
@@ -31859,7 +31882,8 @@
|
|
|
31859
31882
|
"type": "number",
|
|
31860
31883
|
"required": true
|
|
31861
31884
|
}
|
|
31862
|
-
]
|
|
31885
|
+
],
|
|
31886
|
+
"default": ""
|
|
31863
31887
|
},
|
|
31864
31888
|
"dropEvent": {
|
|
31865
31889
|
"types": [
|
|
@@ -36135,6 +36159,17 @@
|
|
|
36135
36159
|
],
|
|
36136
36160
|
"description": "disabled prop"
|
|
36137
36161
|
},
|
|
36162
|
+
"visibility": {
|
|
36163
|
+
"types": [
|
|
36164
|
+
"string"
|
|
36165
|
+
],
|
|
36166
|
+
"description": "\"auto\" (default) renders only on coarse-pointer (touch) devices; \"always\" renders everywhere.",
|
|
36167
|
+
"enumValues": [
|
|
36168
|
+
"auto",
|
|
36169
|
+
"always"
|
|
36170
|
+
],
|
|
36171
|
+
"default": "auto"
|
|
36172
|
+
},
|
|
36138
36173
|
"className": {
|
|
36139
36174
|
"types": [
|
|
36140
36175
|
"string"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-08-
|
|
3
|
+
"exportedAt": "2026-08-22T08:33:22.708Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -1522,7 +1522,8 @@
|
|
|
1522
1522
|
"types": [
|
|
1523
1523
|
"number"
|
|
1524
1524
|
],
|
|
1525
|
-
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions).
|
|
1525
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Defaults to 2 — primary + secondary visible, the rest under the menu — so every detail panel carries the same action pattern.",
|
|
1526
|
+
"default": 2
|
|
1526
1527
|
},
|
|
1527
1528
|
"backAction": {
|
|
1528
1529
|
"types": [
|
|
@@ -1689,7 +1690,8 @@
|
|
|
1689
1690
|
"types": [
|
|
1690
1691
|
"boolean"
|
|
1691
1692
|
],
|
|
1692
|
-
"description": "
|
|
1693
|
+
"description": "When false, hides the action buttons + overflow menu (and the close ×). Defaults to true.",
|
|
1694
|
+
"default": true
|
|
1693
1695
|
},
|
|
1694
1696
|
"relationsData": {
|
|
1695
1697
|
"types": [
|
|
@@ -7576,7 +7578,8 @@
|
|
|
7576
7578
|
],
|
|
7577
7579
|
"description": "When set, renders a small X button on the right of the badge that invokes this handler — turns the badge into a removable chip. Used by the TagInput molecule and other \"list of removable values\" surfaces.",
|
|
7578
7580
|
"kind": "callback",
|
|
7579
|
-
"callbackArgs": []
|
|
7581
|
+
"callbackArgs": [],
|
|
7582
|
+
"default": ""
|
|
7580
7583
|
},
|
|
7581
7584
|
"removeLabel": {
|
|
7582
7585
|
"types": [
|
|
@@ -13366,25 +13369,25 @@
|
|
|
13366
13369
|
"types": [
|
|
13367
13370
|
"node"
|
|
13368
13371
|
],
|
|
13369
|
-
"description": "Stat chips row — floats along the top edge"
|
|
13372
|
+
"description": "Stat chips row — floats along the top edge. Legacy chrome surface: new behaviors emit HUD chrome via `render-ui \"hud-top\"` instead."
|
|
13370
13373
|
},
|
|
13371
13374
|
"addons": {
|
|
13372
13375
|
"types": [
|
|
13373
13376
|
"node"
|
|
13374
13377
|
],
|
|
13375
|
-
"description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …)"
|
|
13378
|
+
"description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …). Legacy chrome surface: new behaviors emit action chrome via `render-ui \"hud-bottom\"` or `\"floating\"` instead."
|
|
13376
13379
|
},
|
|
13377
13380
|
"controls": {
|
|
13378
13381
|
"types": [
|
|
13379
13382
|
"node"
|
|
13380
13383
|
],
|
|
13381
|
-
"description": "Movement controls — floats bottom-left (d-pad / control-grid)."
|
|
13384
|
+
"description": "Movement controls — floats bottom-left (d-pad / control-grid). Legacy chrome surface: new behaviors emit movement controls via `render-ui \"hud-bottom\"` instead."
|
|
13382
13385
|
},
|
|
13383
13386
|
"overlay": {
|
|
13384
13387
|
"types": [
|
|
13385
13388
|
"node"
|
|
13386
13389
|
],
|
|
13387
|
-
"description": "Centered overlay layer (victory/defeat banners, dialogs)."
|
|
13390
|
+
"description": "Centered overlay layer (victory/defeat banners, dialogs). Legacy chrome surface: new behaviors emit overlays via `render-ui \"overlay\"` (clear with `render-ui \"overlay\" null` on every exit) instead."
|
|
13388
13391
|
},
|
|
13389
13392
|
"className": {
|
|
13390
13393
|
"types": [
|
|
@@ -13599,7 +13602,7 @@
|
|
|
13599
13602
|
"types": [
|
|
13600
13603
|
"string"
|
|
13601
13604
|
],
|
|
13602
|
-
"description": "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
|
|
13605
|
+
"description": "Game display-font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family. Scoped override of the theme contract's --font-family-display slot: titles and numerics take this face, body text follows the active theme.",
|
|
13603
13606
|
"default": "future"
|
|
13604
13607
|
},
|
|
13605
13608
|
"data-theme": {
|
|
@@ -17011,6 +17014,13 @@
|
|
|
17011
17014
|
"description": "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
|
|
17012
17015
|
"default": "startTime"
|
|
17013
17016
|
},
|
|
17017
|
+
"endField": {
|
|
17018
|
+
"types": [
|
|
17019
|
+
"string"
|
|
17020
|
+
],
|
|
17021
|
+
"description": "Row field holding the end timestamp (ISO or epoch). Defaults to `endTime`. When a row carries an end, the event's chip renders in its start slot and every further slot it covers shows a subdued continuation bar — without this, multi-hour events silently collapsed to their first hour.",
|
|
17022
|
+
"default": "endTime"
|
|
17023
|
+
},
|
|
17014
17024
|
"colorField": {
|
|
17015
17025
|
"types": [
|
|
17016
17026
|
"string"
|
|
@@ -25366,7 +25376,8 @@
|
|
|
25366
25376
|
],
|
|
25367
25377
|
"description": "Called when the user clicks the remove (×) button",
|
|
25368
25378
|
"kind": "callback",
|
|
25369
|
-
"callbackArgs": []
|
|
25379
|
+
"callbackArgs": [],
|
|
25380
|
+
"default": ""
|
|
25370
25381
|
},
|
|
25371
25382
|
"removable": {
|
|
25372
25383
|
"types": [
|
|
@@ -25409,7 +25420,8 @@
|
|
|
25409
25420
|
"type": "string",
|
|
25410
25421
|
"required": true
|
|
25411
25422
|
}
|
|
25412
|
-
]
|
|
25423
|
+
],
|
|
25424
|
+
"default": ""
|
|
25413
25425
|
}
|
|
25414
25426
|
}
|
|
25415
25427
|
},
|
|
@@ -29824,6 +29836,17 @@
|
|
|
29824
29836
|
],
|
|
29825
29837
|
"default": "md"
|
|
29826
29838
|
},
|
|
29839
|
+
"variant": {
|
|
29840
|
+
"types": [
|
|
29841
|
+
"string"
|
|
29842
|
+
],
|
|
29843
|
+
"description": "Layout variant: \"floating\" (default) renders a compact pill cluster that hugs its content width; \"bar\" preserves the legacy full-width split bar.",
|
|
29844
|
+
"enumValues": [
|
|
29845
|
+
"floating",
|
|
29846
|
+
"bar"
|
|
29847
|
+
],
|
|
29848
|
+
"default": "floating"
|
|
29849
|
+
},
|
|
29827
29850
|
"className": {
|
|
29828
29851
|
"types": [
|
|
29829
29852
|
"string"
|
|
@@ -30380,8 +30403,7 @@
|
|
|
30380
30403
|
"number",
|
|
30381
30404
|
"string"
|
|
30382
30405
|
],
|
|
30383
|
-
"description": "Current value (defaults to 0 if not provided)"
|
|
30384
|
-
"default": 0
|
|
30406
|
+
"description": "Current value (defaults to 0 if not provided)"
|
|
30385
30407
|
},
|
|
30386
30408
|
"max": {
|
|
30387
30409
|
"types": [
|
|
@@ -31831,7 +31853,8 @@
|
|
|
31831
31853
|
],
|
|
31832
31854
|
"description": "Remove handler",
|
|
31833
31855
|
"kind": "callback",
|
|
31834
|
-
"callbackArgs": []
|
|
31856
|
+
"callbackArgs": [],
|
|
31857
|
+
"default": ""
|
|
31835
31858
|
},
|
|
31836
31859
|
"clickEvent": {
|
|
31837
31860
|
"types": [
|
|
@@ -31859,7 +31882,8 @@
|
|
|
31859
31882
|
"type": "number",
|
|
31860
31883
|
"required": true
|
|
31861
31884
|
}
|
|
31862
|
-
]
|
|
31885
|
+
],
|
|
31886
|
+
"default": ""
|
|
31863
31887
|
},
|
|
31864
31888
|
"dropEvent": {
|
|
31865
31889
|
"types": [
|
|
@@ -36135,6 +36159,17 @@
|
|
|
36135
36159
|
],
|
|
36136
36160
|
"description": "disabled prop"
|
|
36137
36161
|
},
|
|
36162
|
+
"visibility": {
|
|
36163
|
+
"types": [
|
|
36164
|
+
"string"
|
|
36165
|
+
],
|
|
36166
|
+
"description": "\"auto\" (default) renders only on coarse-pointer (touch) devices; \"always\" renders everywhere.",
|
|
36167
|
+
"enumValues": [
|
|
36168
|
+
"auto",
|
|
36169
|
+
"always"
|
|
36170
|
+
],
|
|
36171
|
+
"default": "auto"
|
|
36172
|
+
},
|
|
36138
36173
|
"className": {
|
|
36139
36174
|
"types": [
|
|
36140
36175
|
"string"
|