@almadar/patterns 2.31.0 → 2.32.1
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/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +26 -0
- package/dist/index.js +27 -3
- package/dist/index.js.map +1 -1
- package/dist/pattern-types.d.ts +4 -0
- package/dist/patterns-registry.json +135 -111
- package/dist/registry.json +135 -111
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-29T02:49:56.240Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"object",
|
|
19
19
|
"array"
|
|
20
20
|
],
|
|
21
|
-
"description": "Entity record or array of records
|
|
21
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
22
22
|
"items": {
|
|
23
23
|
"types": [
|
|
24
24
|
"object"
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"types": [
|
|
243
243
|
"string"
|
|
244
244
|
],
|
|
245
|
-
"description": "Layer 2 visual treatment
|
|
245
|
+
"description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
|
|
246
246
|
"enumValues": [
|
|
247
247
|
"dense",
|
|
248
248
|
"spacious",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"object",
|
|
270
270
|
"array"
|
|
271
271
|
],
|
|
272
|
-
"description": "Entity record or array of records
|
|
272
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
|
|
273
273
|
},
|
|
274
274
|
"className": {
|
|
275
275
|
"types": [
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"object",
|
|
447
447
|
"array"
|
|
448
448
|
],
|
|
449
|
-
"description": "Entity record or array of records
|
|
449
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
|
|
450
450
|
},
|
|
451
451
|
"className": {
|
|
452
452
|
"types": [
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"object",
|
|
695
695
|
"array"
|
|
696
696
|
],
|
|
697
|
-
"description": "Entity record or array of records
|
|
697
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
|
|
698
698
|
},
|
|
699
699
|
"className": {
|
|
700
700
|
"types": [
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
"types": [
|
|
1177
1177
|
"string"
|
|
1178
1178
|
],
|
|
1179
|
-
"description": "Form mode
|
|
1179
|
+
"description": "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
1180
1180
|
},
|
|
1181
1181
|
"fields": {
|
|
1182
1182
|
"types": [
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
"form-section": {
|
|
1515
1515
|
"type": "form-section",
|
|
1516
1516
|
"category": "form",
|
|
1517
|
-
"description": "Alias for form
|
|
1517
|
+
"description": "Alias for form \u2014 Complete form with fields and actions",
|
|
1518
1518
|
"suggestedFor": [
|
|
1519
1519
|
"create forms",
|
|
1520
1520
|
"edit forms",
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
"types": [
|
|
1583
1583
|
"string"
|
|
1584
1584
|
],
|
|
1585
|
-
"description": "Form mode
|
|
1585
|
+
"description": "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
1586
1586
|
},
|
|
1587
1587
|
"fields": {
|
|
1588
1588
|
"types": [
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
"types": [
|
|
2131
2131
|
"string"
|
|
2132
2132
|
],
|
|
2133
|
-
"description": "Layer 2 visual treatment
|
|
2133
|
+
"description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
|
|
2134
2134
|
"enumValues": [
|
|
2135
2135
|
"toolbar",
|
|
2136
2136
|
"chips",
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
"types": [
|
|
2308
2308
|
"string"
|
|
2309
2309
|
],
|
|
2310
|
-
"description": "Declarative tab change event
|
|
2310
|
+
"description": "Declarative tab change event \u2014 emits UI:{tabChangeEvent} with { tabId }",
|
|
2311
2311
|
"kind": "event-ref",
|
|
2312
2312
|
"emitPayloadSchema": [
|
|
2313
2313
|
{
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
"types": [
|
|
2500
2500
|
"string"
|
|
2501
2501
|
],
|
|
2502
|
-
"description": "Declarative step click event
|
|
2502
|
+
"description": "Declarative step click event \u2014 emits UI:{stepClickEvent} with { stepIndex }",
|
|
2503
2503
|
"kind": "event-ref",
|
|
2504
2504
|
"emitPayloadSchema": [
|
|
2505
2505
|
{
|
|
@@ -2585,7 +2585,7 @@
|
|
|
2585
2585
|
"types": [
|
|
2586
2586
|
"string"
|
|
2587
2587
|
],
|
|
2588
|
-
"description": "Event to emit on Back click
|
|
2588
|
+
"description": "Event to emit on Back click \u2014 emits UI:{onBack} with { currentStep, totalSteps }",
|
|
2589
2589
|
"kind": "event-ref",
|
|
2590
2590
|
"emitPayloadSchema": [
|
|
2591
2591
|
{
|
|
@@ -2605,7 +2605,7 @@
|
|
|
2605
2605
|
"types": [
|
|
2606
2606
|
"string"
|
|
2607
2607
|
],
|
|
2608
|
-
"description": "Event to emit on Next click
|
|
2608
|
+
"description": "Event to emit on Next click \u2014 emits UI:{onNext} with { currentStep, totalSteps }",
|
|
2609
2609
|
"kind": "event-ref",
|
|
2610
2610
|
"emitPayloadSchema": [
|
|
2611
2611
|
{
|
|
@@ -2625,7 +2625,7 @@
|
|
|
2625
2625
|
"types": [
|
|
2626
2626
|
"string"
|
|
2627
2627
|
],
|
|
2628
|
-
"description": "Event to emit on Complete click
|
|
2628
|
+
"description": "Event to emit on Complete click \u2014 emits UI:{onComplete} with { currentStep, totalSteps }",
|
|
2629
2629
|
"kind": "event-ref",
|
|
2630
2630
|
"emitPayloadSchema": [
|
|
2631
2631
|
{
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
"types": [
|
|
3338
3338
|
"string"
|
|
3339
3339
|
],
|
|
3340
|
-
"description": "Declarative page change event
|
|
3340
|
+
"description": "Declarative page change event \u2014 emits UI:{pageChangeEvent} with { page }",
|
|
3341
3341
|
"kind": "event-ref",
|
|
3342
3342
|
"emitPayloadSchema": [
|
|
3343
3343
|
{
|
|
@@ -3351,7 +3351,7 @@
|
|
|
3351
3351
|
"types": [
|
|
3352
3352
|
"string"
|
|
3353
3353
|
],
|
|
3354
|
-
"description": "Declarative page size change event
|
|
3354
|
+
"description": "Declarative page size change event \u2014 emits UI:{pageSizeChangeEvent} with { pageSize }",
|
|
3355
3355
|
"kind": "event-ref",
|
|
3356
3356
|
"emitPayloadSchema": [
|
|
3357
3357
|
{
|
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
"types": [
|
|
3442
3442
|
"string"
|
|
3443
3443
|
],
|
|
3444
|
-
"description": "Declarative action event
|
|
3444
|
+
"description": "Declarative action event \u2014 emits UI:{actionEvent} via eventBus when action button is clicked",
|
|
3445
3445
|
"kind": "event-ref",
|
|
3446
3446
|
"emitPayloadSchema": []
|
|
3447
3447
|
},
|
|
@@ -3449,7 +3449,7 @@
|
|
|
3449
3449
|
"types": [
|
|
3450
3450
|
"string"
|
|
3451
3451
|
],
|
|
3452
|
-
"description": "Layer 2 visual treatment
|
|
3452
|
+
"description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant (which carries status color).",
|
|
3453
3453
|
"enumValues": [
|
|
3454
3454
|
"illustrated",
|
|
3455
3455
|
"icon-only",
|
|
@@ -3535,7 +3535,7 @@
|
|
|
3535
3535
|
"types": [
|
|
3536
3536
|
"string"
|
|
3537
3537
|
],
|
|
3538
|
-
"description": "Declarative retry event
|
|
3538
|
+
"description": "Declarative retry event \u2014 emits UI:{retryEvent} via eventBus when retry button is clicked",
|
|
3539
3539
|
"kind": "event-ref",
|
|
3540
3540
|
"emitPayloadSchema": []
|
|
3541
3541
|
}
|
|
@@ -3631,7 +3631,7 @@
|
|
|
3631
3631
|
"types": [
|
|
3632
3632
|
"string"
|
|
3633
3633
|
],
|
|
3634
|
-
"description": "Declarative dismiss event
|
|
3634
|
+
"description": "Declarative dismiss event \u2014 emits UI:{dismissEvent} via eventBus when toast is dismissed",
|
|
3635
3635
|
"kind": "event-ref",
|
|
3636
3636
|
"emitPayloadSchema": []
|
|
3637
3637
|
},
|
|
@@ -3639,7 +3639,7 @@
|
|
|
3639
3639
|
"types": [
|
|
3640
3640
|
"string"
|
|
3641
3641
|
],
|
|
3642
|
-
"description": "Declarative action event
|
|
3642
|
+
"description": "Declarative action event \u2014 emits UI:{actionEvent} via eventBus when action button is clicked",
|
|
3643
3643
|
"kind": "event-ref",
|
|
3644
3644
|
"emitPayloadSchema": []
|
|
3645
3645
|
}
|
|
@@ -3779,7 +3779,7 @@
|
|
|
3779
3779
|
"types": [
|
|
3780
3780
|
"string"
|
|
3781
3781
|
],
|
|
3782
|
-
"description": "Declarative close event
|
|
3782
|
+
"description": "Declarative close event \u2014 emits UI:{closeEvent} via eventBus when modal should close",
|
|
3783
3783
|
"kind": "event-ref",
|
|
3784
3784
|
"emitPayloadSchema": []
|
|
3785
3785
|
},
|
|
@@ -3794,7 +3794,7 @@
|
|
|
3794
3794
|
"types": [
|
|
3795
3795
|
"string"
|
|
3796
3796
|
],
|
|
3797
|
-
"description": "Layer 2 visual treatment
|
|
3797
|
+
"description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
|
|
3798
3798
|
"enumValues": [
|
|
3799
3799
|
"centered-card",
|
|
3800
3800
|
"top-sheet",
|
|
@@ -3899,7 +3899,7 @@
|
|
|
3899
3899
|
"types": [
|
|
3900
3900
|
"string"
|
|
3901
3901
|
],
|
|
3902
|
-
"description": "Declarative close event
|
|
3902
|
+
"description": "Declarative close event \u2014 emits UI:{closeEvent} via eventBus when drawer should close",
|
|
3903
3903
|
"kind": "event"
|
|
3904
3904
|
}
|
|
3905
3905
|
}
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
"object",
|
|
4053
4053
|
"array"
|
|
4054
4054
|
],
|
|
4055
|
-
"description": "Entity record or array of records
|
|
4055
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
4056
4056
|
"items": {
|
|
4057
4057
|
"types": [
|
|
4058
4058
|
"object"
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
"types": [
|
|
4383
4383
|
"string"
|
|
4384
4384
|
],
|
|
4385
|
-
"description": "Declarative event name
|
|
4385
|
+
"description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
|
|
4386
4386
|
"kind": "event"
|
|
4387
4387
|
},
|
|
4388
4388
|
"actionPayload": {
|
|
@@ -4395,7 +4395,7 @@
|
|
|
4395
4395
|
"types": [
|
|
4396
4396
|
"string"
|
|
4397
4397
|
],
|
|
4398
|
-
"description": "Declarative hover event
|
|
4398
|
+
"description": "Declarative hover event \u2014 emits UI:{hoverEvent} with { hovered: true/false } on mouseEnter/mouseLeave",
|
|
4399
4399
|
"kind": "event"
|
|
4400
4400
|
},
|
|
4401
4401
|
"maxWidth": {
|
|
@@ -4875,7 +4875,7 @@
|
|
|
4875
4875
|
"types": [
|
|
4876
4876
|
"string"
|
|
4877
4877
|
],
|
|
4878
|
-
"description": "Declarative event name
|
|
4878
|
+
"description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
|
|
4879
4879
|
"kind": "event"
|
|
4880
4880
|
},
|
|
4881
4881
|
"actionPayload": {
|
|
@@ -4956,7 +4956,7 @@
|
|
|
4956
4956
|
"string",
|
|
4957
4957
|
"number"
|
|
4958
4958
|
],
|
|
4959
|
-
"description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering
|
|
4959
|
+
"description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering \u2014 common case is unread counts, error counts, status codes, etc."
|
|
4960
4960
|
},
|
|
4961
4961
|
"icon": {
|
|
4962
4962
|
"types": [
|
|
@@ -4968,7 +4968,7 @@
|
|
|
4968
4968
|
"types": [
|
|
4969
4969
|
"function"
|
|
4970
4970
|
],
|
|
4971
|
-
"description": "When set, renders a small X button on the right of the badge that invokes this handler
|
|
4971
|
+
"description": "When set, renders a small X button on the right of the badge that invokes this handler \u2014 turns the badge into a removable chip. Used by the TagInput molecule and other \"list of removable values\" surfaces.",
|
|
4972
4972
|
"kind": "callback",
|
|
4973
4973
|
"callbackArgs": []
|
|
4974
4974
|
},
|
|
@@ -5072,7 +5072,7 @@
|
|
|
5072
5072
|
"types": [
|
|
5073
5073
|
"string"
|
|
5074
5074
|
],
|
|
5075
|
-
"description": "Declarative event name
|
|
5075
|
+
"description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
|
|
5076
5076
|
"kind": "event"
|
|
5077
5077
|
},
|
|
5078
5078
|
"actionPayload": {
|
|
@@ -5229,7 +5229,7 @@
|
|
|
5229
5229
|
"types": [
|
|
5230
5230
|
"string"
|
|
5231
5231
|
],
|
|
5232
|
-
"description": "Layer 2 visual treatment
|
|
5232
|
+
"description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
|
|
5233
5233
|
"enumValues": [
|
|
5234
5234
|
"elevated",
|
|
5235
5235
|
"flat-bordered",
|
|
@@ -5948,7 +5948,7 @@
|
|
|
5948
5948
|
"types": [
|
|
5949
5949
|
"string"
|
|
5950
5950
|
],
|
|
5951
|
-
"description": "Declarative dismiss event
|
|
5951
|
+
"description": "Declarative dismiss event \u2014 emits UI:{dismissEvent} via eventBus when alert is dismissed",
|
|
5952
5952
|
"kind": "event"
|
|
5953
5953
|
}
|
|
5954
5954
|
}
|
|
@@ -6325,7 +6325,7 @@
|
|
|
6325
6325
|
"types": [
|
|
6326
6326
|
"string"
|
|
6327
6327
|
],
|
|
6328
|
-
"description": "Declarative toggle event
|
|
6328
|
+
"description": "Declarative toggle event \u2014 emits UI:{toggleEvent} with { itemId, isOpen }",
|
|
6329
6329
|
"kind": "event-ref",
|
|
6330
6330
|
"emitPayloadSchema": [
|
|
6331
6331
|
{
|
|
@@ -6865,7 +6865,7 @@
|
|
|
6865
6865
|
"types": [
|
|
6866
6866
|
"string"
|
|
6867
6867
|
],
|
|
6868
|
-
"description": "Declarative event name
|
|
6868
|
+
"description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
|
|
6869
6869
|
"kind": "event"
|
|
6870
6870
|
}
|
|
6871
6871
|
}
|
|
@@ -7022,7 +7022,7 @@
|
|
|
7022
7022
|
"types": [
|
|
7023
7023
|
"string"
|
|
7024
7024
|
],
|
|
7025
|
-
"description": "Declarative event name
|
|
7025
|
+
"description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
|
|
7026
7026
|
"kind": "event"
|
|
7027
7027
|
},
|
|
7028
7028
|
"actionPayload": {
|
|
@@ -7116,14 +7116,14 @@
|
|
|
7116
7116
|
"types": [
|
|
7117
7117
|
"string"
|
|
7118
7118
|
],
|
|
7119
|
-
"description": "Declarative event name
|
|
7119
|
+
"description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
|
|
7120
7120
|
"kind": "event"
|
|
7121
7121
|
},
|
|
7122
7122
|
"hoverEvent": {
|
|
7123
7123
|
"types": [
|
|
7124
7124
|
"string"
|
|
7125
7125
|
],
|
|
7126
|
-
"description": "Declarative hover event
|
|
7126
|
+
"description": "Declarative hover event \u2014 emits UI:{hoverEvent} with { hovered: true/false }",
|
|
7127
7127
|
"kind": "event"
|
|
7128
7128
|
}
|
|
7129
7129
|
}
|
|
@@ -8061,7 +8061,7 @@
|
|
|
8061
8061
|
"types": [
|
|
8062
8062
|
"string"
|
|
8063
8063
|
],
|
|
8064
|
-
"description": "Panel width as Tailwind class string. Default fills the viewport on mobile and snaps to `w-96` (384 px) at `sm:` and above so phones don't lose content to a fixed 384 px column. Consumers passing a custom value should include a `w-full` mobile fallback in the same string (e.g. `\"w-full sm:w-[480px]\"`)
|
|
8064
|
+
"description": "Panel width as Tailwind class string. Default fills the viewport on mobile and snaps to `w-96` (384 px) at `sm:` and above so phones don't lose content to a fixed 384 px column. Consumers passing a custom value should include a `w-full` mobile fallback in the same string (e.g. `\"w-full sm:w-[480px]\"`) \u2014 Tailwind's JIT can't see dynamically-concatenated class names. @default 'w-full sm:w-96'",
|
|
8065
8065
|
"default": "w-full sm:w-96"
|
|
8066
8066
|
},
|
|
8067
8067
|
"position": {
|
|
@@ -8092,7 +8092,7 @@
|
|
|
8092
8092
|
"types": [
|
|
8093
8093
|
"string"
|
|
8094
8094
|
],
|
|
8095
|
-
"description": "Declarative close event
|
|
8095
|
+
"description": "Declarative close event \u2014 emits UI:{closeEvent} via eventBus when panel should close",
|
|
8096
8096
|
"kind": "event-ref",
|
|
8097
8097
|
"emitPayloadSchema": []
|
|
8098
8098
|
}
|
|
@@ -8437,7 +8437,7 @@
|
|
|
8437
8437
|
"types": [
|
|
8438
8438
|
"string"
|
|
8439
8439
|
],
|
|
8440
|
-
"description": "Layer 2 visual treatment
|
|
8440
|
+
"description": "Layer 2 visual treatment \u2014 orthogonal to the structural variant (which currently flips mobile vs desktop).",
|
|
8441
8441
|
"enumValues": [
|
|
8442
8442
|
"hero",
|
|
8443
8443
|
"compact-bar",
|
|
@@ -9182,7 +9182,7 @@
|
|
|
9182
9182
|
"object",
|
|
9183
9183
|
"array"
|
|
9184
9184
|
],
|
|
9185
|
-
"description": "Entity record or array of records
|
|
9185
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
9186
9186
|
"items": {
|
|
9187
9187
|
"types": [
|
|
9188
9188
|
"object"
|
|
@@ -9672,14 +9672,14 @@
|
|
|
9672
9672
|
"types": [
|
|
9673
9673
|
"boolean"
|
|
9674
9674
|
],
|
|
9675
|
-
"description": "Show the top-bar search box. Default `false`
|
|
9675
|
+
"description": "Show the top-bar search box. Default `false` \u2014 opt in by setting `searchEvent` (any truthy value implies showSearch) or this flag.",
|
|
9676
9676
|
"default": false
|
|
9677
9677
|
},
|
|
9678
9678
|
"searchEvent": {
|
|
9679
9679
|
"types": [
|
|
9680
9680
|
"string"
|
|
9681
9681
|
],
|
|
9682
|
-
"description": "Declarative search event
|
|
9682
|
+
"description": "Declarative search event \u2014 fires `UI:{searchEvent}` on the bus when the user submits the search box (Enter key). Setting this implies `showSearch=true`. Use `onSearchSubmit` for direct React usage instead.",
|
|
9683
9683
|
"kind": "event-ref",
|
|
9684
9684
|
"emitPayloadSchema": [
|
|
9685
9685
|
{
|
|
@@ -9706,7 +9706,7 @@
|
|
|
9706
9706
|
"types": [
|
|
9707
9707
|
"array"
|
|
9708
9708
|
],
|
|
9709
|
-
"description": "Generic top-bar action buttons rendered between the search bar and the notifications bell. Each entry: `{icon, label?, event, badge?, variant?}`. Domain-agnostic
|
|
9709
|
+
"description": "Generic top-bar action buttons rendered between the search bar and the notifications bell. Each entry: `{icon, label?, event, badge?, variant?}`. Domain-agnostic \u2014 consumers add a cart icon, profile button, help-bubble, or any other top-bar action by appending entries. Empty array (default) renders nothing.",
|
|
9710
9710
|
"kind": "event-list",
|
|
9711
9711
|
"eventField": "event",
|
|
9712
9712
|
"items": {
|
|
@@ -9763,7 +9763,7 @@
|
|
|
9763
9763
|
"types": [
|
|
9764
9764
|
"string"
|
|
9765
9765
|
],
|
|
9766
|
-
"description": "Declarative bell click event
|
|
9766
|
+
"description": "Declarative bell click event \u2014 fires `UI:{notificationClickEvent}` on the bus with an empty payload when the user clicks the bell.",
|
|
9767
9767
|
"kind": "event-ref",
|
|
9768
9768
|
"emitPayloadSchema": []
|
|
9769
9769
|
},
|
|
@@ -9779,14 +9779,14 @@
|
|
|
9779
9779
|
"types": [
|
|
9780
9780
|
"boolean"
|
|
9781
9781
|
],
|
|
9782
|
-
"description": "Show the theme toggle button in the header. Default `true`
|
|
9782
|
+
"description": "Show the theme toggle button in the header. Default `true` \u2014 universally useful for a11y / dark mode.",
|
|
9783
9783
|
"default": true
|
|
9784
9784
|
},
|
|
9785
9785
|
"sidebarFooter": {
|
|
9786
9786
|
"types": [
|
|
9787
9787
|
"node"
|
|
9788
9788
|
],
|
|
9789
|
-
"description": "Custom sidebar footer (optional). When omitted, the sidebar has no footer
|
|
9789
|
+
"description": "Custom sidebar footer (optional). When omitted, the sidebar has no footer \u2014 apps that need Settings/etc. add them via navItems."
|
|
9790
9790
|
},
|
|
9791
9791
|
"currentPath": {
|
|
9792
9792
|
"types": [
|
|
@@ -9950,7 +9950,7 @@
|
|
|
9950
9950
|
"game-shell": {
|
|
9951
9951
|
"type": "game-shell",
|
|
9952
9952
|
"category": "template",
|
|
9953
|
-
"description": "GameShell A full-screen layout wrapper for game applications. Replaces DashboardLayout for game clients
|
|
9953
|
+
"description": "GameShell A full-screen layout wrapper for game applications. Replaces DashboardLayout for game clients \u2014 no sidebar nav, just full-viewport rendering with an optional HUD overlay bar. Used as a React Router layout route element: <Route element={<GameShell appName=\"TraitWars\" />}> <Route index element={<WorldMapPage />} /> ... </Route>",
|
|
9954
9954
|
"suggestedFor": [
|
|
9955
9955
|
"game",
|
|
9956
9956
|
"shell",
|
|
@@ -10035,7 +10035,7 @@
|
|
|
10035
10035
|
"types": [
|
|
10036
10036
|
"string"
|
|
10037
10037
|
],
|
|
10038
|
-
"description": "Layer 2 visual treatment
|
|
10038
|
+
"description": "Layer 2 visual treatment \u2014 drives the chart sub-renderer (bar / line / pie / etc.).",
|
|
10039
10039
|
"enumValues": [
|
|
10040
10040
|
"bar-vertical",
|
|
10041
10041
|
"bar-horizontal",
|
|
@@ -10223,7 +10223,7 @@
|
|
|
10223
10223
|
"types": [
|
|
10224
10224
|
"boolean"
|
|
10225
10225
|
],
|
|
10226
|
-
"description": "Format X-axis labels as time (ISO date in
|
|
10226
|
+
"description": "Format X-axis labels as time (ISO date in \u2192 \"Mar 2026\"-style label out)",
|
|
10227
10227
|
"default": false
|
|
10228
10228
|
},
|
|
10229
10229
|
"drillEvent": {
|
|
@@ -10671,7 +10671,7 @@
|
|
|
10671
10671
|
"object",
|
|
10672
10672
|
"array"
|
|
10673
10673
|
],
|
|
10674
|
-
"description": "Entity record or array of records
|
|
10674
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
10675
10675
|
"items": {
|
|
10676
10676
|
"types": [
|
|
10677
10677
|
"object"
|
|
@@ -11709,7 +11709,7 @@
|
|
|
11709
11709
|
"node",
|
|
11710
11710
|
"function"
|
|
11711
11711
|
],
|
|
11712
|
-
"description": "Fallback UI when an error is caught
|
|
11712
|
+
"description": "Fallback UI when an error is caught \u2014 ReactNode or render function"
|
|
11713
11713
|
},
|
|
11714
11714
|
"className": {
|
|
11715
11715
|
"types": [
|
|
@@ -11890,7 +11890,7 @@
|
|
|
11890
11890
|
"types": [
|
|
11891
11891
|
"function"
|
|
11892
11892
|
],
|
|
11893
|
-
"description": "GAP-51: called with the new code on every keystroke when `editable === true`. Consumers should debounce + parse downstream
|
|
11893
|
+
"description": "GAP-51: called with the new code on every keystroke when `editable === true`. Consumers should debounce + parse downstream \u2014 `CodeBlock` does not.",
|
|
11894
11894
|
"kind": "callback",
|
|
11895
11895
|
"callbackArgs": [
|
|
11896
11896
|
{
|
|
@@ -11903,14 +11903,14 @@
|
|
|
11903
11903
|
"types": [
|
|
11904
11904
|
"object"
|
|
11905
11905
|
],
|
|
11906
|
-
"description": "GAP-80: line-level error/warning highlights for editable mode. Map of 1-based line number
|
|
11906
|
+
"description": "GAP-80: line-level error/warning highlights for editable mode. Map of 1-based line number \u2192 severity. The overlay paints a colored background on each line: error = red, warning = yellow. Pass undefined (default) to disable. The consumer is responsible for computing the path \u2192 line map from the schema + validation results."
|
|
11907
11907
|
}
|
|
11908
11908
|
}
|
|
11909
11909
|
},
|
|
11910
11910
|
"markdown-content": {
|
|
11911
11911
|
"type": "markdown-content",
|
|
11912
11912
|
"category": "component",
|
|
11913
|
-
"description": "MarkdownContent Molecule Component Renders markdown content with support for GFM (GitHub Flavored Markdown), math equations (KaTeX), and raw HTML. Handles inline code only
|
|
11913
|
+
"description": "MarkdownContent Molecule Component Renders markdown content with support for GFM (GitHub Flavored Markdown), math equations (KaTeX), and raw HTML. Handles inline code only \u2014 fenced code blocks should be parsed out and rendered with CodeBlock component. Event Contract: - No events emitted (display-only component) - entityAware: false NOTE: react-markdown's `components` override API requires native HTML elements \u2014 this is the same library-boundary exception as `<iframe>` in DocumentViewer and `<svg>` in JazariStateMachine/StateMachineView.",
|
|
11914
11914
|
"suggestedFor": [
|
|
11915
11915
|
"markdown",
|
|
11916
11916
|
"content",
|
|
@@ -11959,7 +11959,7 @@
|
|
|
11959
11959
|
"object",
|
|
11960
11960
|
"array"
|
|
11961
11961
|
],
|
|
11962
|
-
"description": "Entity record or array of records
|
|
11962
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
|
|
11963
11963
|
},
|
|
11964
11964
|
"className": {
|
|
11965
11965
|
"types": [
|
|
@@ -12031,7 +12031,7 @@
|
|
|
12031
12031
|
"types": [
|
|
12032
12032
|
"string"
|
|
12033
12033
|
],
|
|
12034
|
-
"description": "Raw content string
|
|
12034
|
+
"description": "Raw content string \u2014 auto-parsed into segments"
|
|
12035
12035
|
},
|
|
12036
12036
|
"segments": {
|
|
12037
12037
|
"types": [
|
|
@@ -12092,7 +12092,7 @@
|
|
|
12092
12092
|
"types": [
|
|
12093
12093
|
"object"
|
|
12094
12094
|
],
|
|
12095
|
-
"description": "Full schema
|
|
12095
|
+
"description": "Full schema \u2014 extracts first trait's state machine"
|
|
12096
12096
|
},
|
|
12097
12097
|
"trait": {
|
|
12098
12098
|
"types": [
|
|
@@ -12173,7 +12173,7 @@
|
|
|
12173
12173
|
"types": [
|
|
12174
12174
|
"function"
|
|
12175
12175
|
],
|
|
12176
|
-
"description": "Custom state node renderer
|
|
12176
|
+
"description": "Custom state node renderer \u2014 when provided, replaces the default circle nodes",
|
|
12177
12177
|
"kind": "callback",
|
|
12178
12178
|
"callbackArgs": [
|
|
12179
12179
|
{
|
|
@@ -12523,7 +12523,7 @@
|
|
|
12523
12523
|
"number",
|
|
12524
12524
|
"string"
|
|
12525
12525
|
],
|
|
12526
|
-
"description": "Override the viewport-driven day window. `'auto'` (default) tracks `window.innerWidth`
|
|
12526
|
+
"description": "Override the viewport-driven day window. `'auto'` (default) tracks `window.innerWidth` \u2014 1 day on mobile, 3 on tablet, 7 on laptop+. Pass an explicit number to force a fixed window (useful for print layouts or screenshot tests).",
|
|
12527
12527
|
"default": "auto"
|
|
12528
12528
|
}
|
|
12529
12529
|
}
|
|
@@ -13089,21 +13089,21 @@
|
|
|
13089
13089
|
"types": [
|
|
13090
13090
|
"boolean"
|
|
13091
13091
|
],
|
|
13092
|
-
"description": "Mark this container as the DnD root for its subtree
|
|
13092
|
+
"description": "Mark this container as the DnD root for its subtree \u2014 descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
|
|
13093
13093
|
},
|
|
13094
13094
|
"entity": {
|
|
13095
13095
|
"types": [
|
|
13096
13096
|
"object",
|
|
13097
13097
|
"array"
|
|
13098
13098
|
],
|
|
13099
|
-
"description": "Schema entity data
|
|
13099
|
+
"description": "Schema entity data \u2014 single record or collection, typed against `@almadar/core`'s `EntityRow` so the narrow type declared on the emitting trait's `Event { data : [X] }` flows through to the prop without widening. The generic `T` lets consumers pass a narrower entity (e.g. `CartItem`) and have the `children` render function receive cards typed to that exact shape.",
|
|
13100
13100
|
"required": true
|
|
13101
13101
|
},
|
|
13102
13102
|
"fields": {
|
|
13103
13103
|
"types": [
|
|
13104
13104
|
"array"
|
|
13105
13105
|
],
|
|
13106
|
-
"description": "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits
|
|
13106
|
+
"description": "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits \u2014 both names resolve to the same shape here. Pass either.",
|
|
13107
13107
|
"items": {
|
|
13108
13108
|
"types": [
|
|
13109
13109
|
"object"
|
|
@@ -13165,7 +13165,7 @@
|
|
|
13165
13165
|
"types": [
|
|
13166
13166
|
"array"
|
|
13167
13167
|
],
|
|
13168
|
-
"description": "Alias for `fields`
|
|
13168
|
+
"description": "Alias for `fields` \u2014 the compiler emits `columns` for field defs.",
|
|
13169
13169
|
"items": {
|
|
13170
13170
|
"types": [
|
|
13171
13171
|
"object"
|
|
@@ -13399,7 +13399,7 @@
|
|
|
13399
13399
|
"types": [
|
|
13400
13400
|
"string"
|
|
13401
13401
|
],
|
|
13402
|
-
"description": "Layer 2 visual treatment
|
|
13402
|
+
"description": "Layer 2 visual treatment \u2014 mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
|
|
13403
13403
|
"enumValues": [
|
|
13404
13404
|
"dense",
|
|
13405
13405
|
"spacious",
|
|
@@ -13469,21 +13469,21 @@
|
|
|
13469
13469
|
"types": [
|
|
13470
13470
|
"boolean"
|
|
13471
13471
|
],
|
|
13472
|
-
"description": "Mark this container as the DnD root for its subtree
|
|
13472
|
+
"description": "Mark this container as the DnD root for its subtree \u2014 descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
|
|
13473
13473
|
},
|
|
13474
13474
|
"entity": {
|
|
13475
13475
|
"types": [
|
|
13476
13476
|
"object",
|
|
13477
13477
|
"array"
|
|
13478
13478
|
],
|
|
13479
|
-
"description": "Schema entity data
|
|
13479
|
+
"description": "Schema entity data \u2014 single record or collection, typed against `@almadar/core`'s `EntityRow` so the narrow type declared on the emitting trait's `Event { data : [X] }` flows through to the prop without widening. The generic `T` lets consumers pass a narrower entity (e.g. `CartItem`) and have the `children` render function receive items of that exact shape.",
|
|
13480
13480
|
"required": true
|
|
13481
13481
|
},
|
|
13482
13482
|
"fields": {
|
|
13483
13483
|
"types": [
|
|
13484
13484
|
"array"
|
|
13485
13485
|
],
|
|
13486
|
-
"description": "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits
|
|
13486
|
+
"description": "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits \u2014 both names resolve to the same shape here. Pass either.",
|
|
13487
13487
|
"items": {
|
|
13488
13488
|
"types": [
|
|
13489
13489
|
"object"
|
|
@@ -13540,7 +13540,7 @@
|
|
|
13540
13540
|
"types": [
|
|
13541
13541
|
"array"
|
|
13542
13542
|
],
|
|
13543
|
-
"description": "Alias for `fields`
|
|
13543
|
+
"description": "Alias for `fields` \u2014 the compiler emits `columns` for field defs.",
|
|
13544
13544
|
"items": {
|
|
13545
13545
|
"types": [
|
|
13546
13546
|
"object"
|
|
@@ -13638,6 +13638,13 @@
|
|
|
13638
13638
|
]
|
|
13639
13639
|
}
|
|
13640
13640
|
},
|
|
13641
|
+
"itemClickEvent": {
|
|
13642
|
+
"types": [
|
|
13643
|
+
"string"
|
|
13644
|
+
],
|
|
13645
|
+
"description": "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win).",
|
|
13646
|
+
"kind": "event"
|
|
13647
|
+
},
|
|
13641
13648
|
"gap": {
|
|
13642
13649
|
"types": [
|
|
13643
13650
|
"string"
|
|
@@ -13815,7 +13822,7 @@
|
|
|
13815
13822
|
"types": [
|
|
13816
13823
|
"string"
|
|
13817
13824
|
],
|
|
13818
|
-
"description": "Layer 2 visual treatment
|
|
13825
|
+
"description": "Layer 2 visual treatment \u2014 mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
|
|
13819
13826
|
"enumValues": [
|
|
13820
13827
|
"dense",
|
|
13821
13828
|
"spacious",
|
|
@@ -15331,7 +15338,7 @@
|
|
|
15331
15338
|
"types": [
|
|
15332
15339
|
"number"
|
|
15333
15340
|
],
|
|
15334
|
-
"description": "Signed delta vs previous period. >0 renders
|
|
15341
|
+
"description": "Signed delta vs previous period. >0 renders \u2191 green, <0 renders \u2193 red, 0 hides. Polarity reversal via `trendPolarity`."
|
|
15335
15342
|
},
|
|
15336
15343
|
"trendPolarity": {
|
|
15337
15344
|
"types": [
|
|
@@ -15348,7 +15355,7 @@
|
|
|
15348
15355
|
"types": [
|
|
15349
15356
|
"string"
|
|
15350
15357
|
],
|
|
15351
|
-
"description": "When `'percent'`, renders trend with a `%` suffix (e.g.
|
|
15358
|
+
"description": "When `'percent'`, renders trend with a `%` suffix (e.g. `\u2193 3.3%`); default is `'absolute'`.",
|
|
15352
15359
|
"enumValues": [
|
|
15353
15360
|
"absolute",
|
|
15354
15361
|
"percent"
|
|
@@ -15376,7 +15383,7 @@
|
|
|
15376
15383
|
"types": [
|
|
15377
15384
|
"string"
|
|
15378
15385
|
],
|
|
15379
|
-
"description": "Prefix prepended to the formatted value (e.g. \"
|
|
15386
|
+
"description": "Prefix prepended to the formatted value (e.g. \"\u2248 \")."
|
|
15380
15387
|
},
|
|
15381
15388
|
"suffix": {
|
|
15382
15389
|
"types": [
|
|
@@ -16732,7 +16739,7 @@
|
|
|
16732
16739
|
"object",
|
|
16733
16740
|
"array"
|
|
16734
16741
|
],
|
|
16735
|
-
"description": "Entity record or array of records
|
|
16742
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
16736
16743
|
"items": {
|
|
16737
16744
|
"types": [
|
|
16738
16745
|
"object"
|
|
@@ -16881,7 +16888,7 @@
|
|
|
16881
16888
|
"object",
|
|
16882
16889
|
"array"
|
|
16883
16890
|
],
|
|
16884
|
-
"description": "Entity record or array of records
|
|
16891
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
16885
16892
|
"items": {
|
|
16886
16893
|
"types": [
|
|
16887
16894
|
"object"
|
|
@@ -17029,7 +17036,7 @@
|
|
|
17029
17036
|
"object",
|
|
17030
17037
|
"array"
|
|
17031
17038
|
],
|
|
17032
|
-
"description": "Entity record or array of records
|
|
17039
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
17033
17040
|
"items": {
|
|
17034
17041
|
"types": [
|
|
17035
17042
|
"object"
|
|
@@ -17267,7 +17274,7 @@
|
|
|
17267
17274
|
"object",
|
|
17268
17275
|
"array"
|
|
17269
17276
|
],
|
|
17270
|
-
"description": "Entity record or array of records
|
|
17277
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
17271
17278
|
"items": {
|
|
17272
17279
|
"types": [
|
|
17273
17280
|
"object"
|
|
@@ -17431,7 +17438,7 @@
|
|
|
17431
17438
|
"object",
|
|
17432
17439
|
"array"
|
|
17433
17440
|
],
|
|
17434
|
-
"description": "Entity record or array of records
|
|
17441
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
17435
17442
|
"items": {
|
|
17436
17443
|
"types": [
|
|
17437
17444
|
"object"
|
|
@@ -17600,7 +17607,7 @@
|
|
|
17600
17607
|
"object",
|
|
17601
17608
|
"array"
|
|
17602
17609
|
],
|
|
17603
|
-
"description": "Entity record or array of records
|
|
17610
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
17604
17611
|
"items": {
|
|
17605
17612
|
"types": [
|
|
17606
17613
|
"object"
|
|
@@ -17722,7 +17729,7 @@
|
|
|
17722
17729
|
"object",
|
|
17723
17730
|
"array"
|
|
17724
17731
|
],
|
|
17725
|
-
"description": "Entity record or array of records
|
|
17732
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
17726
17733
|
"items": {
|
|
17727
17734
|
"types": [
|
|
17728
17735
|
"object"
|
|
@@ -17876,7 +17883,7 @@
|
|
|
17876
17883
|
"object",
|
|
17877
17884
|
"array"
|
|
17878
17885
|
],
|
|
17879
|
-
"description": "Entity record or array of records
|
|
17886
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
|
|
17880
17887
|
"items": {
|
|
17881
17888
|
"types": [
|
|
17882
17889
|
"object"
|
|
@@ -18688,14 +18695,14 @@
|
|
|
18688
18695
|
"boolean",
|
|
18689
18696
|
"object"
|
|
18690
18697
|
],
|
|
18691
|
-
"description": "Enable Suspense boundaries around each slot. When true, each inline slot is wrapped in `<ErrorBoundary><Suspense>` with Skeleton fallbacks. Opt-in
|
|
18698
|
+
"description": "Enable Suspense boundaries around each slot. When true, each inline slot is wrapped in `<ErrorBoundary><Suspense>` with Skeleton fallbacks. Opt-in \u2014 existing isLoading prop pattern still works."
|
|
18692
18699
|
}
|
|
18693
18700
|
}
|
|
18694
18701
|
},
|
|
18695
18702
|
"trait-frame": {
|
|
18696
18703
|
"type": "trait-frame",
|
|
18697
18704
|
"category": "component",
|
|
18698
|
-
"description": "TraitFrame
|
|
18705
|
+
"description": "TraitFrame \u2014 renders the current frame of a referenced trait. Resolves the `@trait.X[.slot]` binding at render time by looking up the referenced trait's last `render-ui` payload from the orbital's `UISlotManager`. Re-renders automatically when that trait transitions via the per-trait subscription channel (`subscribeTrait`). This is the single rendering primitive both runtime paths converge on: - **Interpreted path** \u2014 the trait-binding resolver in `renderer/trait-binding-resolver.ts` walks pattern trees at render time, substituting `\"@trait.X\"` string children with this component. - **Compiled path** \u2014 the TypeScript shell codegen in `orbital-shell-typescript/src/backend.rs::pattern_to_jsx_with_data` emits this component directly into generated JSX wherever a `@trait.*` string appears in a pattern tree. Embedding is passive: the referenced trait's state machine runs unchanged; TraitFrame is only a read-only lens on its current frame. Event propagation happens over the shared event bus, not through this component.",
|
|
18699
18706
|
"suggestedFor": [
|
|
18700
18707
|
"trait",
|
|
18701
18708
|
"frame",
|
|
@@ -18884,7 +18891,7 @@
|
|
|
18884
18891
|
"types": [
|
|
18885
18892
|
"function"
|
|
18886
18893
|
],
|
|
18887
|
-
"description": "Called when the user clicks the remove (
|
|
18894
|
+
"description": "Called when the user clicks the remove (\u00d7) button",
|
|
18888
18895
|
"kind": "callback",
|
|
18889
18896
|
"callbackArgs": []
|
|
18890
18897
|
},
|
|
@@ -18892,7 +18899,7 @@
|
|
|
18892
18899
|
"types": [
|
|
18893
18900
|
"boolean"
|
|
18894
18901
|
],
|
|
18895
|
-
"description": "Disable the remove button (renders without
|
|
18902
|
+
"description": "Disable the remove button (renders without \u00d7 control)",
|
|
18896
18903
|
"default": true
|
|
18897
18904
|
},
|
|
18898
18905
|
"onClick": {
|
|
@@ -18921,7 +18928,7 @@
|
|
|
18921
18928
|
"types": [
|
|
18922
18929
|
"string"
|
|
18923
18930
|
],
|
|
18924
|
-
"description": "Event name dispatched via event bus when the remove (
|
|
18931
|
+
"description": "Event name dispatched via event bus when the remove (\u00d7) button is clicked. Payload: { label }",
|
|
18925
18932
|
"kind": "event-ref",
|
|
18926
18933
|
"emitPayloadSchema": [
|
|
18927
18934
|
{
|
|
@@ -19648,6 +19655,11 @@
|
|
|
19648
19655
|
"name": "parentNodeId",
|
|
19649
19656
|
"type": "string",
|
|
19650
19657
|
"required": true
|
|
19658
|
+
},
|
|
19659
|
+
{
|
|
19660
|
+
"name": "content",
|
|
19661
|
+
"type": "string",
|
|
19662
|
+
"required": true
|
|
19651
19663
|
}
|
|
19652
19664
|
]
|
|
19653
19665
|
},
|
|
@@ -21031,7 +21043,7 @@
|
|
|
21031
21043
|
"state-indicator": {
|
|
21032
21044
|
"type": "state-indicator",
|
|
21033
21045
|
"category": "game",
|
|
21034
|
-
"description": "StateIndicator Component Displays a visual indicator for a game entity's current state. Generic
|
|
21046
|
+
"description": "StateIndicator Component Displays a visual indicator for a game entity's current state. Generic \u2014 not tied to any specific game. Projects can extend the state styles via the `stateStyles` prop.",
|
|
21035
21047
|
"suggestedFor": [
|
|
21036
21048
|
"state",
|
|
21037
21049
|
"indicator",
|
|
@@ -23198,7 +23210,7 @@
|
|
|
23198
23210
|
"combat-log": {
|
|
23199
23211
|
"type": "combat-log",
|
|
23200
23212
|
"category": "game",
|
|
23201
|
-
"description": "CombatLog Component Scrollable log of combat events with icons and colors. Generalized from Trait Wars
|
|
23213
|
+
"description": "CombatLog Component Scrollable log of combat events with icons and colors. Generalized from Trait Wars \u2014 removed asset manifest coupling.",
|
|
23202
23214
|
"suggestedFor": [
|
|
23203
23215
|
"combat",
|
|
23204
23216
|
"log",
|
|
@@ -23777,6 +23789,18 @@
|
|
|
23777
23789
|
"string"
|
|
23778
23790
|
],
|
|
23779
23791
|
"description": "Additional CSS classes"
|
|
23792
|
+
},
|
|
23793
|
+
"tickEvent": {
|
|
23794
|
+
"types": [
|
|
23795
|
+
"string"
|
|
23796
|
+
],
|
|
23797
|
+
"description": "Event name emitted each tick with { dt, frame } \u2014 for closed-circuit .orb integration"
|
|
23798
|
+
},
|
|
23799
|
+
"drawEvent": {
|
|
23800
|
+
"types": [
|
|
23801
|
+
"string"
|
|
23802
|
+
],
|
|
23803
|
+
"description": "Event name emitted each draw frame with { frame } \u2014 for closed-circuit .orb integration"
|
|
23780
23804
|
}
|
|
23781
23805
|
}
|
|
23782
23806
|
},
|
|
@@ -24823,7 +24847,7 @@
|
|
|
24823
24847
|
"types": [
|
|
24824
24848
|
"function"
|
|
24825
24849
|
],
|
|
24826
|
-
"description": "--- Event handlers (legacy callbacks
|
|
24850
|
+
"description": "--- Event handlers (legacy callbacks \u2014 prefer declarative event string props below) ---",
|
|
24827
24851
|
"kind": "callback",
|
|
24828
24852
|
"callbackArgs": [
|
|
24829
24853
|
{
|
|
@@ -25082,7 +25106,7 @@
|
|
|
25082
25106
|
"types": [
|
|
25083
25107
|
"boolean"
|
|
25084
25108
|
],
|
|
25085
|
-
"description": "Whether there are active effects
|
|
25109
|
+
"description": "Whether there are active effects \u2014 keeps RAF loop alive",
|
|
25086
25110
|
"default": false
|
|
25087
25111
|
},
|
|
25088
25112
|
"assetBaseUrl": {
|
|
@@ -26100,7 +26124,7 @@
|
|
|
26100
26124
|
"object",
|
|
26101
26125
|
"array"
|
|
26102
26126
|
],
|
|
26103
|
-
"description": "Entity record or array of records
|
|
26127
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
|
|
26104
26128
|
},
|
|
26105
26129
|
"className": {
|
|
26106
26130
|
"types": [
|
|
@@ -26180,7 +26204,7 @@
|
|
|
26180
26204
|
"object",
|
|
26181
26205
|
"string"
|
|
26182
26206
|
],
|
|
26183
|
-
"description": "Field name translation map
|
|
26207
|
+
"description": "Field name translation map \u2014 a BookFieldMap object or locale key (\"ar\")"
|
|
26184
26208
|
}
|
|
26185
26209
|
}
|
|
26186
26210
|
},
|
|
@@ -27422,7 +27446,7 @@
|
|
|
27422
27446
|
"types": [
|
|
27423
27447
|
"object"
|
|
27424
27448
|
],
|
|
27425
|
-
"description": "Sound manifest
|
|
27449
|
+
"description": "Sound manifest \u2014 keys mapped to SoundEntry definitions",
|
|
27426
27450
|
"required": true
|
|
27427
27451
|
},
|
|
27428
27452
|
"baseUrl": {
|
|
@@ -27701,7 +27725,7 @@
|
|
|
27701
27725
|
"types": [
|
|
27702
27726
|
"object"
|
|
27703
27727
|
],
|
|
27704
|
-
"description": "Category
|
|
27728
|
+
"description": "Category \u2192 color mapping"
|
|
27705
27729
|
},
|
|
27706
27730
|
"tooltipFrameUrl": {
|
|
27707
27731
|
"types": [
|
|
@@ -28349,7 +28373,7 @@
|
|
|
28349
28373
|
"simulation-canvas": {
|
|
28350
28374
|
"type": "simulation-canvas",
|
|
28351
28375
|
"category": "game",
|
|
28352
|
-
"description": "SimulationCanvas Self-contained 2D physics canvas for educational presets. Runs its own Euler integration loop
|
|
28376
|
+
"description": "SimulationCanvas Self-contained 2D physics canvas for educational presets. Runs its own Euler integration loop \u2014 no external physics hook needed.",
|
|
28353
28377
|
"suggestedFor": [
|
|
28354
28378
|
"simulation",
|
|
28355
28379
|
"canvas",
|
|
@@ -29984,7 +30008,7 @@
|
|
|
29984
30008
|
"types": [
|
|
29985
30009
|
"object"
|
|
29986
30010
|
],
|
|
29987
|
-
"description": "Category
|
|
30011
|
+
"description": "Category \u2192 color mapping"
|
|
29988
30012
|
},
|
|
29989
30013
|
"size": {
|
|
29990
30014
|
"types": [
|
|
@@ -30165,7 +30189,7 @@
|
|
|
30165
30189
|
"types": [
|
|
30166
30190
|
"object"
|
|
30167
30191
|
],
|
|
30168
|
-
"description": "Category
|
|
30192
|
+
"description": "Category \u2192 color mapping"
|
|
30169
30193
|
}
|
|
30170
30194
|
}
|
|
30171
30195
|
},
|
|
@@ -30184,7 +30208,7 @@
|
|
|
30184
30208
|
"types": [
|
|
30185
30209
|
"array"
|
|
30186
30210
|
],
|
|
30187
|
-
"description": "The current sequence (sparse
|
|
30211
|
+
"description": "The current sequence (sparse \u2014 undefined means empty slot)",
|
|
30188
30212
|
"required": true,
|
|
30189
30213
|
"items": {
|
|
30190
30214
|
"types": [
|
|
@@ -30249,7 +30273,7 @@
|
|
|
30249
30273
|
"types": [
|
|
30250
30274
|
"object"
|
|
30251
30275
|
],
|
|
30252
|
-
"description": "Category
|
|
30276
|
+
"description": "Category \u2192 color mapping"
|
|
30253
30277
|
},
|
|
30254
30278
|
"slotFeedback": {
|
|
30255
30279
|
"types": [
|
|
@@ -30515,7 +30539,7 @@
|
|
|
30515
30539
|
"types": [
|
|
30516
30540
|
"object"
|
|
30517
30541
|
],
|
|
30518
|
-
"description": "Category
|
|
30542
|
+
"description": "Category \u2192 color mapping"
|
|
30519
30543
|
},
|
|
30520
30544
|
"stepDurationMs": {
|
|
30521
30545
|
"types": [
|
|
@@ -31410,7 +31434,7 @@
|
|
|
31410
31434
|
"object",
|
|
31411
31435
|
"array"
|
|
31412
31436
|
],
|
|
31413
|
-
"description": "Entity record or array of records
|
|
31437
|
+
"description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
|
|
31414
31438
|
},
|
|
31415
31439
|
"className": {
|
|
31416
31440
|
"types": [
|
|
@@ -31804,7 +31828,7 @@
|
|
|
31804
31828
|
"types": [
|
|
31805
31829
|
"string"
|
|
31806
31830
|
],
|
|
31807
|
-
"description": "Stroke color. `auto` (default): success when the series trends up (last
|
|
31831
|
+
"description": "Stroke color. `auto` (default): success when the series trends up (last \u2265 first), error when it trends down.",
|
|
31808
31832
|
"enumValues": [
|
|
31809
31833
|
"auto",
|
|
31810
31834
|
"primary",
|
|
@@ -31880,7 +31904,7 @@
|
|
|
31880
31904
|
"types": [
|
|
31881
31905
|
"string"
|
|
31882
31906
|
],
|
|
31883
|
-
"description": "Event name emitted as `UI:{event}` with payload `{ from, to }`. Optional
|
|
31907
|
+
"description": "Event name emitted as `UI:{event}` with payload `{ from, to }`. Optional \u2014 when omitted, only the `onChange` callback fires.",
|
|
31884
31908
|
"kind": "event-ref",
|
|
31885
31909
|
"emitPayloadSchema": [
|
|
31886
31910
|
{
|
|
@@ -32049,7 +32073,7 @@
|
|
|
32049
32073
|
"types": [
|
|
32050
32074
|
"string"
|
|
32051
32075
|
],
|
|
32052
|
-
"description": "Placeholder for the entry input. Default: `\"Type and press Enter
|
|
32076
|
+
"description": "Placeholder for the entry input. Default: `\"Type and press Enter\u2026\"`."
|
|
32053
32077
|
},
|
|
32054
32078
|
"disabled": {
|
|
32055
32079
|
"types": [
|
|
@@ -32248,14 +32272,14 @@
|
|
|
32248
32272
|
"types": [
|
|
32249
32273
|
"boolean"
|
|
32250
32274
|
],
|
|
32251
|
-
"description": "Mark this container as the DnD root for its subtree
|
|
32275
|
+
"description": "Mark this container as the DnD root for its subtree \u2014 descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
|
|
32252
32276
|
},
|
|
32253
32277
|
"entity": {
|
|
32254
32278
|
"types": [
|
|
32255
32279
|
"object",
|
|
32256
32280
|
"array"
|
|
32257
32281
|
],
|
|
32258
|
-
"description": "Schema entity data
|
|
32282
|
+
"description": "Schema entity data \u2014 single record or collection.",
|
|
32259
32283
|
"required": true
|
|
32260
32284
|
},
|
|
32261
32285
|
"columns": {
|
|
@@ -32606,7 +32630,7 @@
|
|
|
32606
32630
|
"types": [
|
|
32607
32631
|
"string"
|
|
32608
32632
|
],
|
|
32609
|
-
"description": "Layer 2 visual treatment
|
|
32633
|
+
"description": "Layer 2 visual treatment \u2014 mirrors the data-list / entity-table look enum so authors share one knob name across row renderers.",
|
|
32610
32634
|
"enumValues": [
|
|
32611
32635
|
"dense",
|
|
32612
32636
|
"spacious",
|
|
@@ -32621,7 +32645,7 @@
|
|
|
32621
32645
|
"heading": {
|
|
32622
32646
|
"type": "heading",
|
|
32623
32647
|
"category": "component",
|
|
32624
|
-
"description": "Alias for typography
|
|
32648
|
+
"description": "Alias for typography \u2014 Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
|
|
32625
32649
|
"suggestedFor": [
|
|
32626
32650
|
"typography"
|
|
32627
32651
|
],
|
|
@@ -32775,7 +32799,7 @@
|
|
|
32775
32799
|
"text": {
|
|
32776
32800
|
"type": "text",
|
|
32777
32801
|
"category": "component",
|
|
32778
|
-
"description": "Alias for typography
|
|
32802
|
+
"description": "Alias for typography \u2014 Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
|
|
32779
32803
|
"suggestedFor": [
|
|
32780
32804
|
"typography"
|
|
32781
32805
|
],
|