@almadar/patterns 2.33.1 → 2.35.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/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +362 -136
- package/dist/index.js +325 -162
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +323 -160
- package/dist/registry.json +323 -160
- package/dist/types.d.ts +44 -3
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-
|
|
3
|
+
"exportedAt": "2026-06-02T04:23:24.655Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"array"
|
|
20
20
|
],
|
|
21
21
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
22
|
+
"kind": "entity",
|
|
23
|
+
"cardinality": "collection",
|
|
22
24
|
"items": {
|
|
23
25
|
"types": [
|
|
24
26
|
"object"
|
|
@@ -269,7 +271,9 @@
|
|
|
269
271
|
"object",
|
|
270
272
|
"array"
|
|
271
273
|
],
|
|
272
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
274
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
275
|
+
"kind": "entity",
|
|
276
|
+
"cardinality": "collection"
|
|
273
277
|
},
|
|
274
278
|
"className": {
|
|
275
279
|
"types": [
|
|
@@ -446,7 +450,9 @@
|
|
|
446
450
|
"object",
|
|
447
451
|
"array"
|
|
448
452
|
],
|
|
449
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
453
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
454
|
+
"kind": "entity",
|
|
455
|
+
"cardinality": "collection"
|
|
450
456
|
},
|
|
451
457
|
"className": {
|
|
452
458
|
"types": [
|
|
@@ -691,10 +697,11 @@
|
|
|
691
697
|
"propsSchema": {
|
|
692
698
|
"entity": {
|
|
693
699
|
"types": [
|
|
694
|
-
"object"
|
|
695
|
-
"array"
|
|
700
|
+
"object"
|
|
696
701
|
],
|
|
697
|
-
"description": "
|
|
702
|
+
"description": "RECORD-cardinality override: renders ONE record (see body collapse below).",
|
|
703
|
+
"kind": "entity",
|
|
704
|
+
"cardinality": "record"
|
|
698
705
|
},
|
|
699
706
|
"className": {
|
|
700
707
|
"types": [
|
|
@@ -4053,6 +4060,8 @@
|
|
|
4053
4060
|
"array"
|
|
4054
4061
|
],
|
|
4055
4062
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
4063
|
+
"kind": "entity",
|
|
4064
|
+
"cardinality": "collection",
|
|
4056
4065
|
"items": {
|
|
4057
4066
|
"types": [
|
|
4058
4067
|
"object"
|
|
@@ -9183,6 +9192,8 @@
|
|
|
9183
9192
|
"array"
|
|
9184
9193
|
],
|
|
9185
9194
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
9195
|
+
"kind": "entity",
|
|
9196
|
+
"cardinality": "collection",
|
|
9186
9197
|
"items": {
|
|
9187
9198
|
"types": [
|
|
9188
9199
|
"object"
|
|
@@ -10513,7 +10524,14 @@
|
|
|
10513
10524
|
"object",
|
|
10514
10525
|
"array"
|
|
10515
10526
|
],
|
|
10516
|
-
"description": "Schema entity data typed against @almadar/core's EntityRow. Items from `entity` are normalised into `items` when `items` is omitted. UI-specific TimelineItem fields (`icon`, callbacks) cannot round-trip through the event bus, so decorative stories that need them pass `items` directly."
|
|
10527
|
+
"description": "Schema entity data typed against @almadar/core's EntityRow. Items from `entity` are normalised into `items` when `items` is omitted. UI-specific TimelineItem fields (`icon`, callbacks) cannot round-trip through the event bus, so decorative stories that need them pass `items` directly.",
|
|
10528
|
+
"kind": "entity",
|
|
10529
|
+
"cardinality": "collection",
|
|
10530
|
+
"items": {
|
|
10531
|
+
"types": [
|
|
10532
|
+
"object"
|
|
10533
|
+
]
|
|
10534
|
+
}
|
|
10517
10535
|
},
|
|
10518
10536
|
"title": {
|
|
10519
10537
|
"types": [
|
|
@@ -10672,6 +10690,8 @@
|
|
|
10672
10690
|
"array"
|
|
10673
10691
|
],
|
|
10674
10692
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
10693
|
+
"kind": "entity",
|
|
10694
|
+
"cardinality": "collection",
|
|
10675
10695
|
"items": {
|
|
10676
10696
|
"types": [
|
|
10677
10697
|
"object"
|
|
@@ -11959,7 +11979,9 @@
|
|
|
11959
11979
|
"object",
|
|
11960
11980
|
"array"
|
|
11961
11981
|
],
|
|
11962
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
11982
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
11983
|
+
"kind": "entity",
|
|
11984
|
+
"cardinality": "collection"
|
|
11963
11985
|
},
|
|
11964
11986
|
"className": {
|
|
11965
11987
|
"types": [
|
|
@@ -12384,9 +12406,12 @@
|
|
|
12384
12406
|
},
|
|
12385
12407
|
"events": {
|
|
12386
12408
|
"types": [
|
|
12409
|
+
"object",
|
|
12387
12410
|
"array"
|
|
12388
12411
|
],
|
|
12389
12412
|
"description": "Events to display on the grid",
|
|
12413
|
+
"kind": "entity",
|
|
12414
|
+
"cardinality": "collection",
|
|
12390
12415
|
"items": {
|
|
12391
12416
|
"types": [
|
|
12392
12417
|
"object"
|
|
@@ -13096,8 +13121,15 @@
|
|
|
13096
13121
|
"object",
|
|
13097
13122
|
"array"
|
|
13098
13123
|
],
|
|
13099
|
-
"description": "Schema entity data — 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
|
-
"required": true
|
|
13124
|
+
"description": "Schema entity data — 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. Declared as the pattern's data INLET via `EntityCollection<T>` (the inlet half of the circuit, symmetric with the `EventKey` outlet props below): pattern-sync tags it `kind:\"entity\", cardinality:\"collection\"` so consumers bind the domain entity without name-matching the prop. Structurally still `T | readonly T[]` — see the brand's doc.",
|
|
13125
|
+
"required": true,
|
|
13126
|
+
"kind": "entity",
|
|
13127
|
+
"cardinality": "collection",
|
|
13128
|
+
"items": {
|
|
13129
|
+
"types": [
|
|
13130
|
+
"object"
|
|
13131
|
+
]
|
|
13132
|
+
}
|
|
13101
13133
|
},
|
|
13102
13134
|
"fields": {
|
|
13103
13135
|
"types": [
|
|
@@ -13268,6 +13300,19 @@
|
|
|
13268
13300
|
]
|
|
13269
13301
|
}
|
|
13270
13302
|
},
|
|
13303
|
+
"maxInlineActions": {
|
|
13304
|
+
"types": [
|
|
13305
|
+
"number"
|
|
13306
|
+
],
|
|
13307
|
+
"description": "Max inline primary action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
13308
|
+
},
|
|
13309
|
+
"scrollX": {
|
|
13310
|
+
"types": [
|
|
13311
|
+
"boolean"
|
|
13312
|
+
],
|
|
13313
|
+
"description": "Lay items in a single horizontally-scrolling row (kanban columns) sized to `minCardWidth` instead of a wrapping grid.",
|
|
13314
|
+
"default": false
|
|
13315
|
+
},
|
|
13271
13316
|
"cols": {
|
|
13272
13317
|
"types": [
|
|
13273
13318
|
"number"
|
|
@@ -13477,7 +13522,14 @@
|
|
|
13477
13522
|
"array"
|
|
13478
13523
|
],
|
|
13479
13524
|
"description": "Schema entity data — 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
|
-
"required": true
|
|
13525
|
+
"required": true,
|
|
13526
|
+
"kind": "entity",
|
|
13527
|
+
"cardinality": "collection",
|
|
13528
|
+
"items": {
|
|
13529
|
+
"types": [
|
|
13530
|
+
"object"
|
|
13531
|
+
]
|
|
13532
|
+
}
|
|
13481
13533
|
},
|
|
13482
13534
|
"fields": {
|
|
13483
13535
|
"types": [
|
|
@@ -13638,6 +13690,12 @@
|
|
|
13638
13690
|
]
|
|
13639
13691
|
}
|
|
13640
13692
|
},
|
|
13693
|
+
"maxInlineActions": {
|
|
13694
|
+
"types": [
|
|
13695
|
+
"number"
|
|
13696
|
+
],
|
|
13697
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
13698
|
+
},
|
|
13641
13699
|
"itemClickEvent": {
|
|
13642
13700
|
"types": [
|
|
13643
13701
|
"string"
|
|
@@ -15094,10 +15152,13 @@
|
|
|
15094
15152
|
"propsSchema": {
|
|
15095
15153
|
"items": {
|
|
15096
15154
|
"types": [
|
|
15155
|
+
"object",
|
|
15097
15156
|
"array"
|
|
15098
15157
|
],
|
|
15099
15158
|
"description": "items prop",
|
|
15100
15159
|
"required": true,
|
|
15160
|
+
"kind": "entity",
|
|
15161
|
+
"cardinality": "collection",
|
|
15101
15162
|
"items": {
|
|
15102
15163
|
"types": [
|
|
15103
15164
|
"object"
|
|
@@ -16740,6 +16801,8 @@
|
|
|
16740
16801
|
"array"
|
|
16741
16802
|
],
|
|
16742
16803
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
16804
|
+
"kind": "entity",
|
|
16805
|
+
"cardinality": "collection",
|
|
16743
16806
|
"items": {
|
|
16744
16807
|
"types": [
|
|
16745
16808
|
"object"
|
|
@@ -16889,6 +16952,8 @@
|
|
|
16889
16952
|
"array"
|
|
16890
16953
|
],
|
|
16891
16954
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
16955
|
+
"kind": "entity",
|
|
16956
|
+
"cardinality": "collection",
|
|
16892
16957
|
"items": {
|
|
16893
16958
|
"types": [
|
|
16894
16959
|
"object"
|
|
@@ -17033,155 +17098,151 @@
|
|
|
17033
17098
|
"propsSchema": {
|
|
17034
17099
|
"entity": {
|
|
17035
17100
|
"types": [
|
|
17036
|
-
"object"
|
|
17037
|
-
"array"
|
|
17101
|
+
"object"
|
|
17038
17102
|
],
|
|
17039
|
-
"description": "
|
|
17040
|
-
"
|
|
17041
|
-
|
|
17042
|
-
|
|
17043
|
-
|
|
17044
|
-
|
|
17045
|
-
|
|
17046
|
-
|
|
17047
|
-
|
|
17048
|
-
|
|
17049
|
-
|
|
17050
|
-
|
|
17051
|
-
|
|
17052
|
-
|
|
17053
|
-
|
|
17054
|
-
|
|
17055
|
-
|
|
17056
|
-
|
|
17057
|
-
|
|
17058
|
-
|
|
17059
|
-
|
|
17060
|
-
|
|
17061
|
-
|
|
17062
|
-
|
|
17063
|
-
|
|
17064
|
-
|
|
17065
|
-
|
|
17066
|
-
|
|
17067
|
-
|
|
17068
|
-
|
|
17069
|
-
|
|
17070
|
-
|
|
17071
|
-
|
|
17072
|
-
|
|
17073
|
-
|
|
17074
|
-
|
|
17075
|
-
|
|
17076
|
-
|
|
17077
|
-
"string"
|
|
17078
|
-
]
|
|
17079
|
-
},
|
|
17080
|
-
"href": {
|
|
17081
|
-
"types": [
|
|
17082
|
-
"string"
|
|
17083
|
-
]
|
|
17084
|
-
},
|
|
17085
|
-
"variant": {
|
|
17086
|
-
"types": [
|
|
17087
|
-
"string"
|
|
17088
|
-
],
|
|
17089
|
-
"enumValues": [
|
|
17090
|
-
"primary",
|
|
17091
|
-
"secondary",
|
|
17092
|
-
"ghost"
|
|
17093
|
-
]
|
|
17094
|
-
}
|
|
17103
|
+
"description": "entity prop",
|
|
17104
|
+
"kind": "entity",
|
|
17105
|
+
"cardinality": "record",
|
|
17106
|
+
"properties": {
|
|
17107
|
+
"id": {
|
|
17108
|
+
"types": [
|
|
17109
|
+
"string"
|
|
17110
|
+
]
|
|
17111
|
+
},
|
|
17112
|
+
"tag": {
|
|
17113
|
+
"types": [
|
|
17114
|
+
"string"
|
|
17115
|
+
]
|
|
17116
|
+
},
|
|
17117
|
+
"title": {
|
|
17118
|
+
"types": [
|
|
17119
|
+
"string"
|
|
17120
|
+
]
|
|
17121
|
+
},
|
|
17122
|
+
"titleAccent": {
|
|
17123
|
+
"types": [
|
|
17124
|
+
"string"
|
|
17125
|
+
]
|
|
17126
|
+
},
|
|
17127
|
+
"subtitle": {
|
|
17128
|
+
"types": [
|
|
17129
|
+
"string"
|
|
17130
|
+
]
|
|
17131
|
+
},
|
|
17132
|
+
"primaryAction": {
|
|
17133
|
+
"types": [
|
|
17134
|
+
"object"
|
|
17135
|
+
],
|
|
17136
|
+
"properties": {
|
|
17137
|
+
"label": {
|
|
17138
|
+
"types": [
|
|
17139
|
+
"string"
|
|
17140
|
+
]
|
|
17095
17141
|
},
|
|
17096
|
-
"
|
|
17097
|
-
"
|
|
17098
|
-
|
|
17099
|
-
|
|
17100
|
-
},
|
|
17101
|
-
"secondaryAction": {
|
|
17102
|
-
"types": [
|
|
17103
|
-
"object"
|
|
17104
|
-
],
|
|
17105
|
-
"properties": {
|
|
17106
|
-
"label": {
|
|
17107
|
-
"types": [
|
|
17108
|
-
"string"
|
|
17109
|
-
]
|
|
17110
|
-
},
|
|
17111
|
-
"href": {
|
|
17112
|
-
"types": [
|
|
17113
|
-
"string"
|
|
17114
|
-
]
|
|
17115
|
-
},
|
|
17116
|
-
"variant": {
|
|
17117
|
-
"types": [
|
|
17118
|
-
"string"
|
|
17119
|
-
],
|
|
17120
|
-
"enumValues": [
|
|
17121
|
-
"primary",
|
|
17122
|
-
"secondary",
|
|
17123
|
-
"ghost"
|
|
17124
|
-
]
|
|
17125
|
-
}
|
|
17142
|
+
"href": {
|
|
17143
|
+
"types": [
|
|
17144
|
+
"string"
|
|
17145
|
+
]
|
|
17126
17146
|
},
|
|
17127
|
-
"
|
|
17128
|
-
"
|
|
17129
|
-
|
|
17130
|
-
|
|
17131
|
-
|
|
17132
|
-
|
|
17133
|
-
|
|
17134
|
-
|
|
17135
|
-
|
|
17147
|
+
"variant": {
|
|
17148
|
+
"types": [
|
|
17149
|
+
"string"
|
|
17150
|
+
],
|
|
17151
|
+
"enumValues": [
|
|
17152
|
+
"primary",
|
|
17153
|
+
"secondary",
|
|
17154
|
+
"ghost"
|
|
17155
|
+
]
|
|
17156
|
+
}
|
|
17136
17157
|
},
|
|
17137
|
-
"
|
|
17138
|
-
"
|
|
17139
|
-
|
|
17140
|
-
|
|
17141
|
-
|
|
17142
|
-
|
|
17143
|
-
|
|
17144
|
-
|
|
17145
|
-
|
|
17146
|
-
|
|
17147
|
-
|
|
17148
|
-
|
|
17149
|
-
|
|
17150
|
-
|
|
17151
|
-
}
|
|
17158
|
+
"required": [
|
|
17159
|
+
"label",
|
|
17160
|
+
"href"
|
|
17161
|
+
]
|
|
17162
|
+
},
|
|
17163
|
+
"secondaryAction": {
|
|
17164
|
+
"types": [
|
|
17165
|
+
"object"
|
|
17166
|
+
],
|
|
17167
|
+
"properties": {
|
|
17168
|
+
"label": {
|
|
17169
|
+
"types": [
|
|
17170
|
+
"string"
|
|
17171
|
+
]
|
|
17152
17172
|
},
|
|
17153
|
-
"
|
|
17154
|
-
"
|
|
17155
|
-
|
|
17156
|
-
|
|
17173
|
+
"href": {
|
|
17174
|
+
"types": [
|
|
17175
|
+
"string"
|
|
17176
|
+
]
|
|
17177
|
+
},
|
|
17178
|
+
"variant": {
|
|
17179
|
+
"types": [
|
|
17180
|
+
"string"
|
|
17181
|
+
],
|
|
17182
|
+
"enumValues": [
|
|
17183
|
+
"primary",
|
|
17184
|
+
"secondary",
|
|
17185
|
+
"ghost"
|
|
17186
|
+
]
|
|
17187
|
+
}
|
|
17157
17188
|
},
|
|
17158
|
-
"
|
|
17159
|
-
"
|
|
17160
|
-
|
|
17161
|
-
|
|
17162
|
-
|
|
17163
|
-
|
|
17164
|
-
|
|
17165
|
-
|
|
17166
|
-
|
|
17189
|
+
"required": [
|
|
17190
|
+
"label",
|
|
17191
|
+
"href"
|
|
17192
|
+
]
|
|
17193
|
+
},
|
|
17194
|
+
"installCommand": {
|
|
17195
|
+
"types": [
|
|
17196
|
+
"string"
|
|
17197
|
+
]
|
|
17198
|
+
},
|
|
17199
|
+
"image": {
|
|
17200
|
+
"types": [
|
|
17201
|
+
"object"
|
|
17202
|
+
],
|
|
17203
|
+
"properties": {
|
|
17204
|
+
"src": {
|
|
17205
|
+
"types": [
|
|
17206
|
+
"string"
|
|
17207
|
+
]
|
|
17208
|
+
},
|
|
17209
|
+
"alt": {
|
|
17210
|
+
"types": [
|
|
17211
|
+
"string"
|
|
17212
|
+
]
|
|
17213
|
+
}
|
|
17167
17214
|
},
|
|
17168
|
-
"
|
|
17169
|
-
"
|
|
17170
|
-
|
|
17171
|
-
|
|
17172
|
-
"enumValues": [
|
|
17173
|
-
"dark",
|
|
17174
|
-
"gradient",
|
|
17175
|
-
"subtle"
|
|
17176
|
-
]
|
|
17177
|
-
}
|
|
17215
|
+
"required": [
|
|
17216
|
+
"src",
|
|
17217
|
+
"alt"
|
|
17218
|
+
]
|
|
17178
17219
|
},
|
|
17179
|
-
"
|
|
17180
|
-
"
|
|
17181
|
-
|
|
17182
|
-
|
|
17183
|
-
|
|
17184
|
-
|
|
17220
|
+
"imagePosition": {
|
|
17221
|
+
"types": [
|
|
17222
|
+
"string"
|
|
17223
|
+
],
|
|
17224
|
+
"enumValues": [
|
|
17225
|
+
"below",
|
|
17226
|
+
"right",
|
|
17227
|
+
"background"
|
|
17228
|
+
]
|
|
17229
|
+
},
|
|
17230
|
+
"background": {
|
|
17231
|
+
"types": [
|
|
17232
|
+
"string"
|
|
17233
|
+
],
|
|
17234
|
+
"enumValues": [
|
|
17235
|
+
"dark",
|
|
17236
|
+
"gradient",
|
|
17237
|
+
"subtle"
|
|
17238
|
+
]
|
|
17239
|
+
}
|
|
17240
|
+
},
|
|
17241
|
+
"propertyRequired": [
|
|
17242
|
+
"id",
|
|
17243
|
+
"title",
|
|
17244
|
+
"subtitle"
|
|
17245
|
+
]
|
|
17185
17246
|
},
|
|
17186
17247
|
"className": {
|
|
17187
17248
|
"types": [
|
|
@@ -17275,6 +17336,8 @@
|
|
|
17275
17336
|
"array"
|
|
17276
17337
|
],
|
|
17277
17338
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17339
|
+
"kind": "entity",
|
|
17340
|
+
"cardinality": "collection",
|
|
17278
17341
|
"items": {
|
|
17279
17342
|
"types": [
|
|
17280
17343
|
"object"
|
|
@@ -17439,6 +17502,8 @@
|
|
|
17439
17502
|
"array"
|
|
17440
17503
|
],
|
|
17441
17504
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17505
|
+
"kind": "entity",
|
|
17506
|
+
"cardinality": "collection",
|
|
17442
17507
|
"items": {
|
|
17443
17508
|
"types": [
|
|
17444
17509
|
"object"
|
|
@@ -17608,6 +17673,8 @@
|
|
|
17608
17673
|
"array"
|
|
17609
17674
|
],
|
|
17610
17675
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17676
|
+
"kind": "entity",
|
|
17677
|
+
"cardinality": "collection",
|
|
17611
17678
|
"items": {
|
|
17612
17679
|
"types": [
|
|
17613
17680
|
"object"
|
|
@@ -17730,6 +17797,8 @@
|
|
|
17730
17797
|
"array"
|
|
17731
17798
|
],
|
|
17732
17799
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17800
|
+
"kind": "entity",
|
|
17801
|
+
"cardinality": "collection",
|
|
17733
17802
|
"items": {
|
|
17734
17803
|
"types": [
|
|
17735
17804
|
"object"
|
|
@@ -17884,6 +17953,8 @@
|
|
|
17884
17953
|
"array"
|
|
17885
17954
|
],
|
|
17886
17955
|
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17956
|
+
"kind": "entity",
|
|
17957
|
+
"cardinality": "collection",
|
|
17887
17958
|
"items": {
|
|
17888
17959
|
"types": [
|
|
17889
17960
|
"object"
|
|
@@ -19489,10 +19560,13 @@
|
|
|
19489
19560
|
"propsSchema": {
|
|
19490
19561
|
"nodes": {
|
|
19491
19562
|
"types": [
|
|
19563
|
+
"object",
|
|
19492
19564
|
"array"
|
|
19493
19565
|
],
|
|
19494
19566
|
"description": "nodes prop",
|
|
19495
19567
|
"required": true,
|
|
19568
|
+
"kind": "entity",
|
|
19569
|
+
"cardinality": "collection",
|
|
19496
19570
|
"items": {
|
|
19497
19571
|
"types": [
|
|
19498
19572
|
"object"
|
|
@@ -20069,11 +20143,84 @@
|
|
|
20069
20143
|
"propsSchema": {
|
|
20070
20144
|
"items": {
|
|
20071
20145
|
"types": [
|
|
20072
|
-
"
|
|
20073
|
-
"
|
|
20146
|
+
"object",
|
|
20147
|
+
"array"
|
|
20074
20148
|
],
|
|
20075
20149
|
"description": "Items to render. Accepts either a typed array (direct consumers) or the runtime payload shape from a render-ui binding (`@payload.data`). The molecule narrows non-array values to `[]` and validates element shape at render time via the `id` / `x` / `y` guards.",
|
|
20076
|
-
"required": true
|
|
20150
|
+
"required": true,
|
|
20151
|
+
"kind": "entity",
|
|
20152
|
+
"cardinality": "collection",
|
|
20153
|
+
"items": {
|
|
20154
|
+
"types": [
|
|
20155
|
+
"object"
|
|
20156
|
+
],
|
|
20157
|
+
"properties": {
|
|
20158
|
+
"id": {
|
|
20159
|
+
"types": [
|
|
20160
|
+
"string"
|
|
20161
|
+
]
|
|
20162
|
+
},
|
|
20163
|
+
"label": {
|
|
20164
|
+
"types": [
|
|
20165
|
+
"string"
|
|
20166
|
+
]
|
|
20167
|
+
},
|
|
20168
|
+
"x": {
|
|
20169
|
+
"types": [
|
|
20170
|
+
"number"
|
|
20171
|
+
]
|
|
20172
|
+
},
|
|
20173
|
+
"y": {
|
|
20174
|
+
"types": [
|
|
20175
|
+
"number"
|
|
20176
|
+
]
|
|
20177
|
+
},
|
|
20178
|
+
"shape": {
|
|
20179
|
+
"types": [
|
|
20180
|
+
"string"
|
|
20181
|
+
],
|
|
20182
|
+
"enumValues": [
|
|
20183
|
+
"round",
|
|
20184
|
+
"rectangle",
|
|
20185
|
+
"square"
|
|
20186
|
+
]
|
|
20187
|
+
},
|
|
20188
|
+
"capacity": {
|
|
20189
|
+
"types": [
|
|
20190
|
+
"number"
|
|
20191
|
+
]
|
|
20192
|
+
},
|
|
20193
|
+
"status": {
|
|
20194
|
+
"types": [
|
|
20195
|
+
"string"
|
|
20196
|
+
],
|
|
20197
|
+
"enumValues": [
|
|
20198
|
+
"empty",
|
|
20199
|
+
"seated",
|
|
20200
|
+
"ordered",
|
|
20201
|
+
"awaiting-bill",
|
|
20202
|
+
"cleaning"
|
|
20203
|
+
]
|
|
20204
|
+
},
|
|
20205
|
+
"partySize": {
|
|
20206
|
+
"types": [
|
|
20207
|
+
"number"
|
|
20208
|
+
]
|
|
20209
|
+
},
|
|
20210
|
+
"serverName": {
|
|
20211
|
+
"types": [
|
|
20212
|
+
"string"
|
|
20213
|
+
]
|
|
20214
|
+
}
|
|
20215
|
+
},
|
|
20216
|
+
"required": [
|
|
20217
|
+
"id",
|
|
20218
|
+
"label",
|
|
20219
|
+
"x",
|
|
20220
|
+
"y",
|
|
20221
|
+
"capacity"
|
|
20222
|
+
]
|
|
20223
|
+
}
|
|
20077
20224
|
},
|
|
20078
20225
|
"width": {
|
|
20079
20226
|
"types": [
|
|
@@ -26134,10 +26281,11 @@
|
|
|
26134
26281
|
"propsSchema": {
|
|
26135
26282
|
"entity": {
|
|
26136
26283
|
"types": [
|
|
26137
|
-
"object"
|
|
26138
|
-
"array"
|
|
26284
|
+
"object"
|
|
26139
26285
|
],
|
|
26140
|
-
"description": "
|
|
26286
|
+
"description": "Renders ONE record (the book), not a collection",
|
|
26287
|
+
"kind": "entity",
|
|
26288
|
+
"cardinality": "record"
|
|
26141
26289
|
},
|
|
26142
26290
|
"className": {
|
|
26143
26291
|
"types": [
|
|
@@ -31447,7 +31595,9 @@
|
|
|
31447
31595
|
"object",
|
|
31448
31596
|
"array"
|
|
31449
31597
|
],
|
|
31450
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
31598
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
31599
|
+
"kind": "entity",
|
|
31600
|
+
"cardinality": "collection"
|
|
31451
31601
|
},
|
|
31452
31602
|
"className": {
|
|
31453
31603
|
"types": [
|
|
@@ -32293,7 +32443,14 @@
|
|
|
32293
32443
|
"array"
|
|
32294
32444
|
],
|
|
32295
32445
|
"description": "Schema entity data — single record or collection.",
|
|
32296
|
-
"required": true
|
|
32446
|
+
"required": true,
|
|
32447
|
+
"kind": "entity",
|
|
32448
|
+
"cardinality": "collection",
|
|
32449
|
+
"items": {
|
|
32450
|
+
"types": [
|
|
32451
|
+
"object"
|
|
32452
|
+
]
|
|
32453
|
+
}
|
|
32297
32454
|
},
|
|
32298
32455
|
"columns": {
|
|
32299
32456
|
"types": [
|
|
@@ -32518,6 +32675,12 @@
|
|
|
32518
32675
|
]
|
|
32519
32676
|
}
|
|
32520
32677
|
},
|
|
32678
|
+
"maxInlineActions": {
|
|
32679
|
+
"types": [
|
|
32680
|
+
"number"
|
|
32681
|
+
],
|
|
32682
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
32683
|
+
},
|
|
32521
32684
|
"selectable": {
|
|
32522
32685
|
"types": [
|
|
32523
32686
|
"boolean"
|