@almadar/patterns 2.30.13 → 2.32.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 +6 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +641 -0
- package/dist/index.js +550 -4
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +543 -2
- package/dist/registry.json +543 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/patterns-registry.json
|
|
2
2
|
var patterns_registry_default = {
|
|
3
3
|
version: "1.0.0",
|
|
4
|
-
exportedAt: "2026-05-
|
|
4
|
+
exportedAt: "2026-05-29T02:49:56.240Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -4169,6 +4169,12 @@ var patterns_registry_default = {
|
|
|
4169
4169
|
],
|
|
4170
4170
|
typicalSize: "medium",
|
|
4171
4171
|
propsSchema: {
|
|
4172
|
+
className: {
|
|
4173
|
+
types: [
|
|
4174
|
+
"string"
|
|
4175
|
+
],
|
|
4176
|
+
description: "Additional CSS classes applied to the root element."
|
|
4177
|
+
},
|
|
4172
4178
|
padding: {
|
|
4173
4179
|
types: [
|
|
4174
4180
|
"string"
|
|
@@ -4793,6 +4799,12 @@ var patterns_registry_default = {
|
|
|
4793
4799
|
],
|
|
4794
4800
|
typicalSize: "tiny",
|
|
4795
4801
|
propsSchema: {
|
|
4802
|
+
className: {
|
|
4803
|
+
types: [
|
|
4804
|
+
"string"
|
|
4805
|
+
],
|
|
4806
|
+
description: "Additional CSS classes applied to the root element."
|
|
4807
|
+
},
|
|
4796
4808
|
variant: {
|
|
4797
4809
|
types: [
|
|
4798
4810
|
"string"
|
|
@@ -4898,6 +4910,12 @@ var patterns_registry_default = {
|
|
|
4898
4910
|
],
|
|
4899
4911
|
typicalSize: "tiny",
|
|
4900
4912
|
propsSchema: {
|
|
4913
|
+
className: {
|
|
4914
|
+
types: [
|
|
4915
|
+
"string"
|
|
4916
|
+
],
|
|
4917
|
+
description: "Additional CSS classes applied to the root element."
|
|
4918
|
+
},
|
|
4901
4919
|
variant: {
|
|
4902
4920
|
types: [
|
|
4903
4921
|
"string"
|
|
@@ -5152,6 +5170,12 @@ var patterns_registry_default = {
|
|
|
5152
5170
|
],
|
|
5153
5171
|
typicalSize: "small",
|
|
5154
5172
|
propsSchema: {
|
|
5173
|
+
className: {
|
|
5174
|
+
types: [
|
|
5175
|
+
"string"
|
|
5176
|
+
],
|
|
5177
|
+
description: "Additional CSS classes applied to the root element."
|
|
5178
|
+
},
|
|
5155
5179
|
variant: {
|
|
5156
5180
|
types: [
|
|
5157
5181
|
"string"
|
|
@@ -5206,7 +5230,7 @@ var patterns_registry_default = {
|
|
|
5206
5230
|
types: [
|
|
5207
5231
|
"string"
|
|
5208
5232
|
],
|
|
5209
|
-
description: "Layer 2 visual treatment
|
|
5233
|
+
description: "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
|
|
5210
5234
|
enumValues: [
|
|
5211
5235
|
"elevated",
|
|
5212
5236
|
"flat-bordered",
|
|
@@ -5347,6 +5371,12 @@ var patterns_registry_default = {
|
|
|
5347
5371
|
],
|
|
5348
5372
|
typicalSize: "tiny",
|
|
5349
5373
|
propsSchema: {
|
|
5374
|
+
className: {
|
|
5375
|
+
types: [
|
|
5376
|
+
"string"
|
|
5377
|
+
],
|
|
5378
|
+
description: "Additional CSS classes applied to the root element."
|
|
5379
|
+
},
|
|
5350
5380
|
size: {
|
|
5351
5381
|
types: [
|
|
5352
5382
|
"string"
|
|
@@ -5373,6 +5403,12 @@ var patterns_registry_default = {
|
|
|
5373
5403
|
],
|
|
5374
5404
|
typicalSize: "tiny",
|
|
5375
5405
|
propsSchema: {
|
|
5406
|
+
className: {
|
|
5407
|
+
types: [
|
|
5408
|
+
"string"
|
|
5409
|
+
],
|
|
5410
|
+
description: "Additional CSS classes applied to the root element."
|
|
5411
|
+
},
|
|
5376
5412
|
placeholder: {
|
|
5377
5413
|
types: [
|
|
5378
5414
|
"string"
|
|
@@ -5511,6 +5547,12 @@ var patterns_registry_default = {
|
|
|
5511
5547
|
],
|
|
5512
5548
|
typicalSize: "small",
|
|
5513
5549
|
propsSchema: {
|
|
5550
|
+
className: {
|
|
5551
|
+
types: [
|
|
5552
|
+
"string"
|
|
5553
|
+
],
|
|
5554
|
+
description: "Additional CSS classes applied to the root element."
|
|
5555
|
+
},
|
|
5514
5556
|
placeholder: {
|
|
5515
5557
|
types: [
|
|
5516
5558
|
"string"
|
|
@@ -5549,6 +5591,12 @@ var patterns_registry_default = {
|
|
|
5549
5591
|
],
|
|
5550
5592
|
typicalSize: "tiny",
|
|
5551
5593
|
propsSchema: {
|
|
5594
|
+
className: {
|
|
5595
|
+
types: [
|
|
5596
|
+
"string"
|
|
5597
|
+
],
|
|
5598
|
+
description: "Additional CSS classes applied to the root element."
|
|
5599
|
+
},
|
|
5552
5600
|
options: {
|
|
5553
5601
|
types: [
|
|
5554
5602
|
"array"
|
|
@@ -5615,6 +5663,12 @@ var patterns_registry_default = {
|
|
|
5615
5663
|
],
|
|
5616
5664
|
typicalSize: "tiny",
|
|
5617
5665
|
propsSchema: {
|
|
5666
|
+
className: {
|
|
5667
|
+
types: [
|
|
5668
|
+
"string"
|
|
5669
|
+
],
|
|
5670
|
+
description: "Additional CSS classes applied to the root element."
|
|
5671
|
+
},
|
|
5618
5672
|
checked: {
|
|
5619
5673
|
types: [
|
|
5620
5674
|
"boolean"
|
|
@@ -5645,6 +5699,12 @@ var patterns_registry_default = {
|
|
|
5645
5699
|
],
|
|
5646
5700
|
typicalSize: "tiny",
|
|
5647
5701
|
propsSchema: {
|
|
5702
|
+
className: {
|
|
5703
|
+
types: [
|
|
5704
|
+
"string"
|
|
5705
|
+
],
|
|
5706
|
+
description: "Additional CSS classes applied to the root element."
|
|
5707
|
+
},
|
|
5648
5708
|
options: {
|
|
5649
5709
|
types: [
|
|
5650
5710
|
"array"
|
|
@@ -5781,6 +5841,12 @@ var patterns_registry_default = {
|
|
|
5781
5841
|
],
|
|
5782
5842
|
typicalSize: "tiny",
|
|
5783
5843
|
propsSchema: {
|
|
5844
|
+
className: {
|
|
5845
|
+
types: [
|
|
5846
|
+
"string"
|
|
5847
|
+
],
|
|
5848
|
+
description: "Additional CSS classes applied to the root element."
|
|
5849
|
+
},
|
|
5784
5850
|
text: {
|
|
5785
5851
|
types: [
|
|
5786
5852
|
"string"
|
|
@@ -13573,6 +13639,13 @@ var patterns_registry_default = {
|
|
|
13573
13639
|
]
|
|
13574
13640
|
}
|
|
13575
13641
|
},
|
|
13642
|
+
itemClickEvent: {
|
|
13643
|
+
types: [
|
|
13644
|
+
"string"
|
|
13645
|
+
],
|
|
13646
|
+
description: "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win).",
|
|
13647
|
+
kind: "event"
|
|
13648
|
+
},
|
|
13576
13649
|
gap: {
|
|
13577
13650
|
types: [
|
|
13578
13651
|
"string"
|
|
@@ -14037,6 +14110,12 @@ var patterns_registry_default = {
|
|
|
14037
14110
|
],
|
|
14038
14111
|
typicalSize: "small",
|
|
14039
14112
|
propsSchema: {
|
|
14113
|
+
className: {
|
|
14114
|
+
types: [
|
|
14115
|
+
"string"
|
|
14116
|
+
],
|
|
14117
|
+
description: "Additional CSS classes applied to the root element."
|
|
14118
|
+
},
|
|
14040
14119
|
min: {
|
|
14041
14120
|
types: [
|
|
14042
14121
|
"number"
|
|
@@ -14156,6 +14235,12 @@ var patterns_registry_default = {
|
|
|
14156
14235
|
],
|
|
14157
14236
|
typicalSize: "small",
|
|
14158
14237
|
propsSchema: {
|
|
14238
|
+
className: {
|
|
14239
|
+
types: [
|
|
14240
|
+
"string"
|
|
14241
|
+
],
|
|
14242
|
+
description: "Additional CSS classes applied to the root element."
|
|
14243
|
+
},
|
|
14159
14244
|
status: {
|
|
14160
14245
|
types: [
|
|
14161
14246
|
"string"
|
|
@@ -14209,6 +14294,12 @@ var patterns_registry_default = {
|
|
|
14209
14294
|
],
|
|
14210
14295
|
typicalSize: "small",
|
|
14211
14296
|
propsSchema: {
|
|
14297
|
+
className: {
|
|
14298
|
+
types: [
|
|
14299
|
+
"string"
|
|
14300
|
+
],
|
|
14301
|
+
description: "Additional CSS classes applied to the root element."
|
|
14302
|
+
},
|
|
14212
14303
|
value: {
|
|
14213
14304
|
types: [
|
|
14214
14305
|
"number"
|
|
@@ -18057,6 +18148,12 @@ var patterns_registry_default = {
|
|
|
18057
18148
|
],
|
|
18058
18149
|
typicalSize: "small",
|
|
18059
18150
|
propsSchema: {
|
|
18151
|
+
className: {
|
|
18152
|
+
types: [
|
|
18153
|
+
"string"
|
|
18154
|
+
],
|
|
18155
|
+
description: "Additional CSS classes applied to the root element."
|
|
18156
|
+
},
|
|
18060
18157
|
src: {
|
|
18061
18158
|
types: [
|
|
18062
18159
|
"string"
|
|
@@ -18155,6 +18252,12 @@ var patterns_registry_default = {
|
|
|
18155
18252
|
],
|
|
18156
18253
|
typicalSize: "small",
|
|
18157
18254
|
propsSchema: {
|
|
18255
|
+
className: {
|
|
18256
|
+
types: [
|
|
18257
|
+
"string"
|
|
18258
|
+
],
|
|
18259
|
+
description: "Additional CSS classes applied to the root element."
|
|
18260
|
+
},
|
|
18158
18261
|
trigger: {
|
|
18159
18262
|
types: [
|
|
18160
18263
|
"string"
|
|
@@ -18737,6 +18840,12 @@ var patterns_registry_default = {
|
|
|
18737
18840
|
],
|
|
18738
18841
|
typicalSize: "small",
|
|
18739
18842
|
propsSchema: {
|
|
18843
|
+
className: {
|
|
18844
|
+
types: [
|
|
18845
|
+
"string"
|
|
18846
|
+
],
|
|
18847
|
+
description: "Additional CSS classes applied to the root element."
|
|
18848
|
+
},
|
|
18740
18849
|
variant: {
|
|
18741
18850
|
types: [
|
|
18742
18851
|
"string"
|
|
@@ -19547,6 +19656,11 @@ var patterns_registry_default = {
|
|
|
19547
19656
|
name: "parentNodeId",
|
|
19548
19657
|
type: "string",
|
|
19549
19658
|
required: true
|
|
19659
|
+
},
|
|
19660
|
+
{
|
|
19661
|
+
name: "content",
|
|
19662
|
+
type: "string",
|
|
19663
|
+
required: true
|
|
19550
19664
|
}
|
|
19551
19665
|
]
|
|
19552
19666
|
},
|
|
@@ -32090,6 +32204,433 @@ var patterns_registry_default = {
|
|
|
32090
32204
|
}
|
|
32091
32205
|
}
|
|
32092
32206
|
},
|
|
32207
|
+
"table-view": {
|
|
32208
|
+
type: "table-view",
|
|
32209
|
+
category: "display",
|
|
32210
|
+
description: "TableView component",
|
|
32211
|
+
suggestedFor: [
|
|
32212
|
+
"table",
|
|
32213
|
+
"view",
|
|
32214
|
+
"table view"
|
|
32215
|
+
],
|
|
32216
|
+
typicalSize: "medium",
|
|
32217
|
+
propsSchema: {
|
|
32218
|
+
dragGroup: {
|
|
32219
|
+
types: [
|
|
32220
|
+
"string"
|
|
32221
|
+
],
|
|
32222
|
+
description: "When set, items in this container are draggable and announce this group as their source"
|
|
32223
|
+
},
|
|
32224
|
+
accepts: {
|
|
32225
|
+
types: [
|
|
32226
|
+
"string"
|
|
32227
|
+
],
|
|
32228
|
+
description: "When set, the container accepts drops whose dragGroup matches this value (or '*' for any group)"
|
|
32229
|
+
},
|
|
32230
|
+
sortable: {
|
|
32231
|
+
types: [
|
|
32232
|
+
"boolean"
|
|
32233
|
+
],
|
|
32234
|
+
description: "Enable in-container reorder; items can be dragged to new positions among siblings"
|
|
32235
|
+
},
|
|
32236
|
+
dropEvent: {
|
|
32237
|
+
types: [
|
|
32238
|
+
"string"
|
|
32239
|
+
],
|
|
32240
|
+
description: "Bus event fired on cross-container drop. Payload: { id, sourceGroup, targetGroup, newIndex }"
|
|
32241
|
+
},
|
|
32242
|
+
reorderEvent: {
|
|
32243
|
+
types: [
|
|
32244
|
+
"string"
|
|
32245
|
+
],
|
|
32246
|
+
description: "Bus event fired on in-container reorder. Payload: { id, oldIndex, newIndex }"
|
|
32247
|
+
},
|
|
32248
|
+
positionEvent: {
|
|
32249
|
+
types: [
|
|
32250
|
+
"string"
|
|
32251
|
+
],
|
|
32252
|
+
description: "Bus event fired N times per drop (one per item in affected zones) so the trait can persist new positions for the WHOLE zone, not just the moved item. Payload: { id, position }"
|
|
32253
|
+
},
|
|
32254
|
+
dndItemIdField: {
|
|
32255
|
+
types: [
|
|
32256
|
+
"string"
|
|
32257
|
+
],
|
|
32258
|
+
description: "Row field used as the @dnd-kit draggable id (default 'id')"
|
|
32259
|
+
},
|
|
32260
|
+
dndRoot: {
|
|
32261
|
+
types: [
|
|
32262
|
+
"boolean"
|
|
32263
|
+
],
|
|
32264
|
+
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."
|
|
32265
|
+
},
|
|
32266
|
+
entity: {
|
|
32267
|
+
types: [
|
|
32268
|
+
"object",
|
|
32269
|
+
"array"
|
|
32270
|
+
],
|
|
32271
|
+
description: "Schema entity data \u2014 single record or collection.",
|
|
32272
|
+
required: true
|
|
32273
|
+
},
|
|
32274
|
+
columns: {
|
|
32275
|
+
types: [
|
|
32276
|
+
"array"
|
|
32277
|
+
],
|
|
32278
|
+
description: "Column definitions. The compiler emits `columns`; `fields` is the alias.",
|
|
32279
|
+
items: {
|
|
32280
|
+
types: [
|
|
32281
|
+
"object"
|
|
32282
|
+
],
|
|
32283
|
+
properties: {
|
|
32284
|
+
key: {
|
|
32285
|
+
types: [
|
|
32286
|
+
"string"
|
|
32287
|
+
]
|
|
32288
|
+
},
|
|
32289
|
+
field: {
|
|
32290
|
+
types: [
|
|
32291
|
+
"string"
|
|
32292
|
+
]
|
|
32293
|
+
},
|
|
32294
|
+
header: {
|
|
32295
|
+
types: [
|
|
32296
|
+
"string"
|
|
32297
|
+
]
|
|
32298
|
+
},
|
|
32299
|
+
label: {
|
|
32300
|
+
types: [
|
|
32301
|
+
"string"
|
|
32302
|
+
]
|
|
32303
|
+
},
|
|
32304
|
+
width: {
|
|
32305
|
+
types: [
|
|
32306
|
+
"string"
|
|
32307
|
+
]
|
|
32308
|
+
},
|
|
32309
|
+
align: {
|
|
32310
|
+
types: [
|
|
32311
|
+
"string"
|
|
32312
|
+
],
|
|
32313
|
+
enumValues: [
|
|
32314
|
+
"left",
|
|
32315
|
+
"center",
|
|
32316
|
+
"right"
|
|
32317
|
+
]
|
|
32318
|
+
},
|
|
32319
|
+
className: {
|
|
32320
|
+
types: [
|
|
32321
|
+
"string"
|
|
32322
|
+
]
|
|
32323
|
+
},
|
|
32324
|
+
weight: {
|
|
32325
|
+
types: [
|
|
32326
|
+
"string"
|
|
32327
|
+
],
|
|
32328
|
+
enumValues: [
|
|
32329
|
+
"normal",
|
|
32330
|
+
"medium",
|
|
32331
|
+
"semibold"
|
|
32332
|
+
]
|
|
32333
|
+
},
|
|
32334
|
+
format: {
|
|
32335
|
+
types: [
|
|
32336
|
+
"string"
|
|
32337
|
+
],
|
|
32338
|
+
enumValues: [
|
|
32339
|
+
"badge",
|
|
32340
|
+
"date",
|
|
32341
|
+
"currency",
|
|
32342
|
+
"number",
|
|
32343
|
+
"percent",
|
|
32344
|
+
"boolean"
|
|
32345
|
+
]
|
|
32346
|
+
},
|
|
32347
|
+
icon: {
|
|
32348
|
+
types: [
|
|
32349
|
+
"string"
|
|
32350
|
+
]
|
|
32351
|
+
},
|
|
32352
|
+
sortable: {
|
|
32353
|
+
types: [
|
|
32354
|
+
"boolean"
|
|
32355
|
+
]
|
|
32356
|
+
}
|
|
32357
|
+
},
|
|
32358
|
+
required: [
|
|
32359
|
+
"key"
|
|
32360
|
+
]
|
|
32361
|
+
}
|
|
32362
|
+
},
|
|
32363
|
+
fields: {
|
|
32364
|
+
types: [
|
|
32365
|
+
"array"
|
|
32366
|
+
],
|
|
32367
|
+
description: "Alias for `columns`.",
|
|
32368
|
+
items: {
|
|
32369
|
+
types: [
|
|
32370
|
+
"object"
|
|
32371
|
+
],
|
|
32372
|
+
properties: {
|
|
32373
|
+
key: {
|
|
32374
|
+
types: [
|
|
32375
|
+
"string"
|
|
32376
|
+
]
|
|
32377
|
+
},
|
|
32378
|
+
field: {
|
|
32379
|
+
types: [
|
|
32380
|
+
"string"
|
|
32381
|
+
]
|
|
32382
|
+
},
|
|
32383
|
+
header: {
|
|
32384
|
+
types: [
|
|
32385
|
+
"string"
|
|
32386
|
+
]
|
|
32387
|
+
},
|
|
32388
|
+
label: {
|
|
32389
|
+
types: [
|
|
32390
|
+
"string"
|
|
32391
|
+
]
|
|
32392
|
+
},
|
|
32393
|
+
width: {
|
|
32394
|
+
types: [
|
|
32395
|
+
"string"
|
|
32396
|
+
]
|
|
32397
|
+
},
|
|
32398
|
+
align: {
|
|
32399
|
+
types: [
|
|
32400
|
+
"string"
|
|
32401
|
+
],
|
|
32402
|
+
enumValues: [
|
|
32403
|
+
"left",
|
|
32404
|
+
"center",
|
|
32405
|
+
"right"
|
|
32406
|
+
]
|
|
32407
|
+
},
|
|
32408
|
+
className: {
|
|
32409
|
+
types: [
|
|
32410
|
+
"string"
|
|
32411
|
+
]
|
|
32412
|
+
},
|
|
32413
|
+
weight: {
|
|
32414
|
+
types: [
|
|
32415
|
+
"string"
|
|
32416
|
+
],
|
|
32417
|
+
enumValues: [
|
|
32418
|
+
"normal",
|
|
32419
|
+
"medium",
|
|
32420
|
+
"semibold"
|
|
32421
|
+
]
|
|
32422
|
+
},
|
|
32423
|
+
format: {
|
|
32424
|
+
types: [
|
|
32425
|
+
"string"
|
|
32426
|
+
],
|
|
32427
|
+
enumValues: [
|
|
32428
|
+
"badge",
|
|
32429
|
+
"date",
|
|
32430
|
+
"currency",
|
|
32431
|
+
"number",
|
|
32432
|
+
"percent",
|
|
32433
|
+
"boolean"
|
|
32434
|
+
]
|
|
32435
|
+
},
|
|
32436
|
+
icon: {
|
|
32437
|
+
types: [
|
|
32438
|
+
"string"
|
|
32439
|
+
]
|
|
32440
|
+
},
|
|
32441
|
+
sortable: {
|
|
32442
|
+
types: [
|
|
32443
|
+
"boolean"
|
|
32444
|
+
]
|
|
32445
|
+
}
|
|
32446
|
+
},
|
|
32447
|
+
required: [
|
|
32448
|
+
"key"
|
|
32449
|
+
]
|
|
32450
|
+
}
|
|
32451
|
+
},
|
|
32452
|
+
itemActions: {
|
|
32453
|
+
types: [
|
|
32454
|
+
"array"
|
|
32455
|
+
],
|
|
32456
|
+
description: "Per-row action buttons (trailing column).",
|
|
32457
|
+
kind: "event-list",
|
|
32458
|
+
eventField: "event",
|
|
32459
|
+
items: {
|
|
32460
|
+
types: [
|
|
32461
|
+
"object"
|
|
32462
|
+
],
|
|
32463
|
+
properties: {
|
|
32464
|
+
label: {
|
|
32465
|
+
types: [
|
|
32466
|
+
"string"
|
|
32467
|
+
]
|
|
32468
|
+
},
|
|
32469
|
+
event: {
|
|
32470
|
+
types: [
|
|
32471
|
+
"string"
|
|
32472
|
+
]
|
|
32473
|
+
},
|
|
32474
|
+
icon: {
|
|
32475
|
+
types: [
|
|
32476
|
+
"string"
|
|
32477
|
+
]
|
|
32478
|
+
},
|
|
32479
|
+
variant: {
|
|
32480
|
+
types: [
|
|
32481
|
+
"string"
|
|
32482
|
+
],
|
|
32483
|
+
enumValues: [
|
|
32484
|
+
"primary",
|
|
32485
|
+
"secondary",
|
|
32486
|
+
"ghost",
|
|
32487
|
+
"danger"
|
|
32488
|
+
]
|
|
32489
|
+
}
|
|
32490
|
+
},
|
|
32491
|
+
required: [
|
|
32492
|
+
"label",
|
|
32493
|
+
"event"
|
|
32494
|
+
]
|
|
32495
|
+
}
|
|
32496
|
+
},
|
|
32497
|
+
selectable: {
|
|
32498
|
+
types: [
|
|
32499
|
+
"boolean"
|
|
32500
|
+
],
|
|
32501
|
+
description: "Render a leading checkbox column. Selection changes emit `selectEvent`.",
|
|
32502
|
+
default: false
|
|
32503
|
+
},
|
|
32504
|
+
selectEvent: {
|
|
32505
|
+
types: [
|
|
32506
|
+
"string"
|
|
32507
|
+
],
|
|
32508
|
+
description: "Event emitted on selection change: UI:{selectEvent} with { ids, rows }.",
|
|
32509
|
+
kind: "event"
|
|
32510
|
+
},
|
|
32511
|
+
selectedIds: {
|
|
32512
|
+
types: [
|
|
32513
|
+
"array"
|
|
32514
|
+
],
|
|
32515
|
+
description: "Currently-selected ids (controlled). Falls back to local state when omitted.",
|
|
32516
|
+
items: {
|
|
32517
|
+
types: [
|
|
32518
|
+
"string"
|
|
32519
|
+
]
|
|
32520
|
+
}
|
|
32521
|
+
},
|
|
32522
|
+
sortEvent: {
|
|
32523
|
+
types: [
|
|
32524
|
+
"string"
|
|
32525
|
+
],
|
|
32526
|
+
description: "Event emitted on sortable-header click: UI:{sortEvent} with { column, direction }.",
|
|
32527
|
+
kind: "event"
|
|
32528
|
+
},
|
|
32529
|
+
sortColumn: {
|
|
32530
|
+
types: [
|
|
32531
|
+
"string"
|
|
32532
|
+
],
|
|
32533
|
+
description: "Current sort column (display hint for the active header arrow)."
|
|
32534
|
+
},
|
|
32535
|
+
sortDirection: {
|
|
32536
|
+
types: [
|
|
32537
|
+
"string"
|
|
32538
|
+
],
|
|
32539
|
+
description: "Current sort direction (display hint).",
|
|
32540
|
+
enumValues: [
|
|
32541
|
+
"asc",
|
|
32542
|
+
"desc"
|
|
32543
|
+
]
|
|
32544
|
+
},
|
|
32545
|
+
className: {
|
|
32546
|
+
types: [
|
|
32547
|
+
"string"
|
|
32548
|
+
],
|
|
32549
|
+
description: "Additional CSS classes applied to the table root."
|
|
32550
|
+
},
|
|
32551
|
+
emptyMessage: {
|
|
32552
|
+
types: [
|
|
32553
|
+
"string"
|
|
32554
|
+
],
|
|
32555
|
+
description: "Message shown when there are no rows."
|
|
32556
|
+
},
|
|
32557
|
+
isLoading: {
|
|
32558
|
+
types: [
|
|
32559
|
+
"boolean"
|
|
32560
|
+
],
|
|
32561
|
+
description: "Loading state.",
|
|
32562
|
+
default: false
|
|
32563
|
+
},
|
|
32564
|
+
error: {
|
|
32565
|
+
types: [
|
|
32566
|
+
"object"
|
|
32567
|
+
],
|
|
32568
|
+
description: "Error state.",
|
|
32569
|
+
default: null
|
|
32570
|
+
},
|
|
32571
|
+
groupBy: {
|
|
32572
|
+
types: [
|
|
32573
|
+
"string"
|
|
32574
|
+
],
|
|
32575
|
+
description: "Group rows under section headers by a field value."
|
|
32576
|
+
},
|
|
32577
|
+
pageSize: {
|
|
32578
|
+
types: [
|
|
32579
|
+
"number"
|
|
32580
|
+
],
|
|
32581
|
+
description: 'Max rows before a "Show More" button. Defaults to 0 (show all).',
|
|
32582
|
+
default: 0
|
|
32583
|
+
},
|
|
32584
|
+
children: {
|
|
32585
|
+
types: [
|
|
32586
|
+
"function"
|
|
32587
|
+
],
|
|
32588
|
+
description: "Custom per-row render. When provided, the whole row content is delegated to this function (columns are ignored for the body; the header still renders). Mirrors DataList's children render prop.",
|
|
32589
|
+
kind: "callback",
|
|
32590
|
+
callbackArgs: [
|
|
32591
|
+
{
|
|
32592
|
+
name: "item",
|
|
32593
|
+
type: "object"
|
|
32594
|
+
},
|
|
32595
|
+
{
|
|
32596
|
+
name: "index",
|
|
32597
|
+
type: "number"
|
|
32598
|
+
}
|
|
32599
|
+
]
|
|
32600
|
+
},
|
|
32601
|
+
renderItem: {
|
|
32602
|
+
types: [
|
|
32603
|
+
"function"
|
|
32604
|
+
],
|
|
32605
|
+
description: 'Per-row render function (schema alias). In .orb: ["fn","item",{...}]. The compiler converts this to the children render prop. @deprecated Use children in React code; exists for pattern registry sync.',
|
|
32606
|
+
kind: "callback",
|
|
32607
|
+
callbackArgs: [
|
|
32608
|
+
{
|
|
32609
|
+
name: "item",
|
|
32610
|
+
type: "object"
|
|
32611
|
+
},
|
|
32612
|
+
{
|
|
32613
|
+
name: "index",
|
|
32614
|
+
type: "number"
|
|
32615
|
+
}
|
|
32616
|
+
]
|
|
32617
|
+
},
|
|
32618
|
+
look: {
|
|
32619
|
+
types: [
|
|
32620
|
+
"string"
|
|
32621
|
+
],
|
|
32622
|
+
description: "Layer 2 visual treatment \u2014 mirrors the data-list / entity-table look enum so authors share one knob name across row renderers.",
|
|
32623
|
+
enumValues: [
|
|
32624
|
+
"dense",
|
|
32625
|
+
"spacious",
|
|
32626
|
+
"striped",
|
|
32627
|
+
"borderless",
|
|
32628
|
+
"bordered"
|
|
32629
|
+
],
|
|
32630
|
+
default: "dense"
|
|
32631
|
+
}
|
|
32632
|
+
}
|
|
32633
|
+
},
|
|
32093
32634
|
heading: {
|
|
32094
32635
|
type: "heading",
|
|
32095
32636
|
category: "component",
|
|
@@ -33024,7 +33565,7 @@ var integrators_registry_default = {
|
|
|
33024
33565
|
// src/component-mapping.json
|
|
33025
33566
|
var component_mapping_default = {
|
|
33026
33567
|
version: "1.0.0",
|
|
33027
|
-
exportedAt: "2026-05-
|
|
33568
|
+
exportedAt: "2026-05-29T02:49:56.240Z",
|
|
33028
33569
|
mappings: {
|
|
33029
33570
|
"page-header": {
|
|
33030
33571
|
component: "PageHeader",
|
|
@@ -34543,6 +35084,11 @@ var component_mapping_default = {
|
|
|
34543
35084
|
importPath: "@/components/molecules/MarketingFooter",
|
|
34544
35085
|
category: "component"
|
|
34545
35086
|
},
|
|
35087
|
+
"table-view": {
|
|
35088
|
+
component: "TableView",
|
|
35089
|
+
importPath: "@/components/molecules/TableView",
|
|
35090
|
+
category: "display"
|
|
35091
|
+
},
|
|
34546
35092
|
heading: {
|
|
34547
35093
|
component: "Typography",
|
|
34548
35094
|
importPath: "@/components/atoms/Typography",
|
|
@@ -34559,7 +35105,7 @@ var component_mapping_default = {
|
|
|
34559
35105
|
// src/event-contracts.json
|
|
34560
35106
|
var event_contracts_default = {
|
|
34561
35107
|
version: "1.0.0",
|
|
34562
|
-
exportedAt: "2026-05-
|
|
35108
|
+
exportedAt: "2026-05-29T02:49:56.240Z",
|
|
34563
35109
|
contracts: {
|
|
34564
35110
|
form: {
|
|
34565
35111
|
emits: [
|