@almadar/std 16.149.0 → 16.151.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/behaviors/lolo/ui/core/atoms/std-app-search.lolo +20 -2
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +32 -13
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +13 -1
- package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +8 -10
- package/behaviors/lolo/ui/core/atoms/std-stats.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +6 -1
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +4 -2
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +15 -1
- package/behaviors/lolo/ui/core/molecules/ui-graph-canvas.lolo +57 -0
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +3 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +4 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +2 -0
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +4 -1
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +3 -1
- package/behaviors/lolo/ui/learning/atoms/std-branching-logic.lolo +0 -28
- package/behaviors/registry/factory-signatures.json +2435 -782
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +90 -3
- package/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +212 -41
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
- package/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +59 -1
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
- package/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors/behaviors-embeddings.json +374 -374
- package/dist/behaviors/behaviors-registry.json +27 -8
- package/dist/behaviors/exports-reader.js +176 -7
- package/dist/behaviors/functions/index.d.ts +59 -71
- package/dist/behaviors/functions/index.js +174 -7
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +177 -8
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +176 -7
- package/dist/behaviors/registry/factory-signatures.json +2435 -782
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +90 -3
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +212 -41
- package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
- package/dist/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
- package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +59 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
- package/dist/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors-embeddings.json +374 -374
- package/dist/behaviors-registry.json +27 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js +177 -8
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +2435 -782
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedFromStdVersion": "16.
|
|
2
|
+
"generatedFromStdVersion": "16.150.0",
|
|
3
3
|
"signatures": [
|
|
4
4
|
{
|
|
5
5
|
"organism": "learning-algorithms",
|
|
@@ -84430,7 +84430,13 @@
|
|
|
84430
84430
|
"variant": {
|
|
84431
84431
|
"name": "variant",
|
|
84432
84432
|
"required": false,
|
|
84433
|
-
"type": "string"
|
|
84433
|
+
"type": "string",
|
|
84434
|
+
"values": [
|
|
84435
|
+
"primary",
|
|
84436
|
+
"secondary",
|
|
84437
|
+
"ghost",
|
|
84438
|
+
"danger"
|
|
84439
|
+
]
|
|
84434
84440
|
}
|
|
84435
84441
|
},
|
|
84436
84442
|
"type": "object"
|
|
@@ -84469,7 +84475,14 @@
|
|
|
84469
84475
|
"format": {
|
|
84470
84476
|
"name": "format",
|
|
84471
84477
|
"required": false,
|
|
84472
|
-
"type": "string"
|
|
84478
|
+
"type": "string",
|
|
84479
|
+
"values": [
|
|
84480
|
+
"date",
|
|
84481
|
+
"currency",
|
|
84482
|
+
"number",
|
|
84483
|
+
"boolean",
|
|
84484
|
+
"percent"
|
|
84485
|
+
]
|
|
84473
84486
|
},
|
|
84474
84487
|
"hidden": {
|
|
84475
84488
|
"name": "hidden",
|
|
@@ -84491,6 +84504,11 @@
|
|
|
84491
84504
|
"required": false,
|
|
84492
84505
|
"type": "string"
|
|
84493
84506
|
},
|
|
84507
|
+
"name": {
|
|
84508
|
+
"name": "name",
|
|
84509
|
+
"required": true,
|
|
84510
|
+
"type": "string"
|
|
84511
|
+
},
|
|
84494
84512
|
"payload": {
|
|
84495
84513
|
"name": "payload",
|
|
84496
84514
|
"required": false,
|
|
@@ -84499,7 +84517,16 @@
|
|
|
84499
84517
|
"variant": {
|
|
84500
84518
|
"name": "variant",
|
|
84501
84519
|
"required": false,
|
|
84502
|
-
"type": "string"
|
|
84520
|
+
"type": "string",
|
|
84521
|
+
"values": [
|
|
84522
|
+
"h3",
|
|
84523
|
+
"h4",
|
|
84524
|
+
"body",
|
|
84525
|
+
"caption",
|
|
84526
|
+
"badge",
|
|
84527
|
+
"small",
|
|
84528
|
+
"progress"
|
|
84529
|
+
]
|
|
84503
84530
|
}
|
|
84504
84531
|
},
|
|
84505
84532
|
"type": "object"
|
|
@@ -84801,7 +84828,13 @@
|
|
|
84801
84828
|
"type": "string"
|
|
84802
84829
|
},
|
|
84803
84830
|
"variant": {
|
|
84804
|
-
"type": "string"
|
|
84831
|
+
"type": "string",
|
|
84832
|
+
"enum": [
|
|
84833
|
+
"primary",
|
|
84834
|
+
"secondary",
|
|
84835
|
+
"ghost",
|
|
84836
|
+
"danger"
|
|
84837
|
+
]
|
|
84805
84838
|
}
|
|
84806
84839
|
},
|
|
84807
84840
|
"required": [
|
|
@@ -84829,7 +84862,14 @@
|
|
|
84829
84862
|
"type": "string"
|
|
84830
84863
|
},
|
|
84831
84864
|
"format": {
|
|
84832
|
-
"type": "string"
|
|
84865
|
+
"type": "string",
|
|
84866
|
+
"enum": [
|
|
84867
|
+
"date",
|
|
84868
|
+
"currency",
|
|
84869
|
+
"number",
|
|
84870
|
+
"boolean",
|
|
84871
|
+
"percent"
|
|
84872
|
+
]
|
|
84833
84873
|
},
|
|
84834
84874
|
"hidden": {
|
|
84835
84875
|
"type": "boolean"
|
|
@@ -84843,13 +84883,28 @@
|
|
|
84843
84883
|
"label": {
|
|
84844
84884
|
"type": "string"
|
|
84845
84885
|
},
|
|
84886
|
+
"name": {
|
|
84887
|
+
"type": "string"
|
|
84888
|
+
},
|
|
84846
84889
|
"payload": {
|
|
84847
84890
|
"type": "string"
|
|
84848
84891
|
},
|
|
84849
84892
|
"variant": {
|
|
84850
|
-
"type": "string"
|
|
84893
|
+
"type": "string",
|
|
84894
|
+
"enum": [
|
|
84895
|
+
"h3",
|
|
84896
|
+
"h4",
|
|
84897
|
+
"body",
|
|
84898
|
+
"caption",
|
|
84899
|
+
"badge",
|
|
84900
|
+
"small",
|
|
84901
|
+
"progress"
|
|
84902
|
+
]
|
|
84851
84903
|
}
|
|
84852
|
-
}
|
|
84904
|
+
},
|
|
84905
|
+
"required": [
|
|
84906
|
+
"name"
|
|
84907
|
+
]
|
|
84853
84908
|
},
|
|
84854
84909
|
"default": [
|
|
84855
84910
|
{
|
|
@@ -90432,6 +90487,46 @@
|
|
|
90432
90487
|
}
|
|
90433
90488
|
],
|
|
90434
90489
|
"traits": [
|
|
90490
|
+
{
|
|
90491
|
+
"name": "DenseHoursTable",
|
|
90492
|
+
"emittedEvents": [],
|
|
90493
|
+
"listenedEvents": [
|
|
90494
|
+
"BillableHourLoaded"
|
|
90495
|
+
],
|
|
90496
|
+
"overridableConfigKeys": [
|
|
90497
|
+
{
|
|
90498
|
+
"key": "columns",
|
|
90499
|
+
"type": "unknown",
|
|
90500
|
+
"default": "@config.columns"
|
|
90501
|
+
},
|
|
90502
|
+
{
|
|
90503
|
+
"key": "emptyMessage",
|
|
90504
|
+
"type": "unknown",
|
|
90505
|
+
"default": "No time entries"
|
|
90506
|
+
},
|
|
90507
|
+
{
|
|
90508
|
+
"key": "itemActions",
|
|
90509
|
+
"type": "unknown",
|
|
90510
|
+
"default": "@config.itemActions"
|
|
90511
|
+
},
|
|
90512
|
+
{
|
|
90513
|
+
"key": "look",
|
|
90514
|
+
"type": "unknown",
|
|
90515
|
+
"default": "@config.tableLook"
|
|
90516
|
+
},
|
|
90517
|
+
{
|
|
90518
|
+
"key": "maxInlineActions",
|
|
90519
|
+
"type": "unknown",
|
|
90520
|
+
"default": 2
|
|
90521
|
+
}
|
|
90522
|
+
],
|
|
90523
|
+
"capabilities": [],
|
|
90524
|
+
"ref": "TableView.traits.TableViewRender",
|
|
90525
|
+
"transitionEvents": [
|
|
90526
|
+
"INIT",
|
|
90527
|
+
"TableViewLoaded"
|
|
90528
|
+
]
|
|
90529
|
+
},
|
|
90435
90530
|
{
|
|
90436
90531
|
"name": "BillableHourTimesheet",
|
|
90437
90532
|
"emittedEvents": [
|
|
@@ -90492,6 +90587,161 @@
|
|
|
90492
90587
|
}
|
|
90493
90588
|
],
|
|
90494
90589
|
"overridableConfigKeys": [
|
|
90590
|
+
{
|
|
90591
|
+
"key": "columns",
|
|
90592
|
+
"type": "[ColumnSpec]",
|
|
90593
|
+
"default": [
|
|
90594
|
+
{
|
|
90595
|
+
"align": "left",
|
|
90596
|
+
"field": "workerName",
|
|
90597
|
+
"header": "Worker",
|
|
90598
|
+
"key": "workerName",
|
|
90599
|
+
"width": "minmax(8rem, 1fr)"
|
|
90600
|
+
},
|
|
90601
|
+
{
|
|
90602
|
+
"align": "left",
|
|
90603
|
+
"field": "matterId",
|
|
90604
|
+
"header": "Matter",
|
|
90605
|
+
"key": "matterId",
|
|
90606
|
+
"width": "8rem"
|
|
90607
|
+
},
|
|
90608
|
+
{
|
|
90609
|
+
"align": "left",
|
|
90610
|
+
"field": "workDate",
|
|
90611
|
+
"format": "date",
|
|
90612
|
+
"header": "Date",
|
|
90613
|
+
"key": "workDate",
|
|
90614
|
+
"width": "8rem"
|
|
90615
|
+
},
|
|
90616
|
+
{
|
|
90617
|
+
"align": "right",
|
|
90618
|
+
"field": "hours",
|
|
90619
|
+
"format": "number",
|
|
90620
|
+
"header": "Hours",
|
|
90621
|
+
"key": "hours",
|
|
90622
|
+
"width": "6rem"
|
|
90623
|
+
},
|
|
90624
|
+
{
|
|
90625
|
+
"align": "right",
|
|
90626
|
+
"field": "rate",
|
|
90627
|
+
"format": "currency",
|
|
90628
|
+
"header": "Rate",
|
|
90629
|
+
"key": "rate",
|
|
90630
|
+
"width": "7rem"
|
|
90631
|
+
},
|
|
90632
|
+
{
|
|
90633
|
+
"align": "center",
|
|
90634
|
+
"field": "invoiceStatus",
|
|
90635
|
+
"format": "badge",
|
|
90636
|
+
"header": "Status",
|
|
90637
|
+
"key": "invoiceStatus",
|
|
90638
|
+
"width": "8rem"
|
|
90639
|
+
}
|
|
90640
|
+
],
|
|
90641
|
+
"label": "Table columns",
|
|
90642
|
+
"description": "ColumnSpec list for the dense hours ledger table.",
|
|
90643
|
+
"tier": "presentation",
|
|
90644
|
+
"items": {
|
|
90645
|
+
"properties": {
|
|
90646
|
+
"align": {
|
|
90647
|
+
"name": "align",
|
|
90648
|
+
"required": false,
|
|
90649
|
+
"type": "string"
|
|
90650
|
+
},
|
|
90651
|
+
"className": {
|
|
90652
|
+
"name": "className",
|
|
90653
|
+
"required": false,
|
|
90654
|
+
"type": "string"
|
|
90655
|
+
},
|
|
90656
|
+
"field": {
|
|
90657
|
+
"name": "field",
|
|
90658
|
+
"required": false,
|
|
90659
|
+
"type": "string"
|
|
90660
|
+
},
|
|
90661
|
+
"format": {
|
|
90662
|
+
"name": "format",
|
|
90663
|
+
"required": false,
|
|
90664
|
+
"type": "string"
|
|
90665
|
+
},
|
|
90666
|
+
"header": {
|
|
90667
|
+
"name": "header",
|
|
90668
|
+
"required": false,
|
|
90669
|
+
"type": "string"
|
|
90670
|
+
},
|
|
90671
|
+
"icon": {
|
|
90672
|
+
"name": "icon",
|
|
90673
|
+
"required": false,
|
|
90674
|
+
"type": "string"
|
|
90675
|
+
},
|
|
90676
|
+
"key": {
|
|
90677
|
+
"name": "key",
|
|
90678
|
+
"required": true,
|
|
90679
|
+
"type": "string"
|
|
90680
|
+
},
|
|
90681
|
+
"weight": {
|
|
90682
|
+
"name": "weight",
|
|
90683
|
+
"required": false,
|
|
90684
|
+
"type": "string"
|
|
90685
|
+
},
|
|
90686
|
+
"width": {
|
|
90687
|
+
"name": "width",
|
|
90688
|
+
"required": false,
|
|
90689
|
+
"type": "string"
|
|
90690
|
+
}
|
|
90691
|
+
},
|
|
90692
|
+
"type": "object"
|
|
90693
|
+
}
|
|
90694
|
+
},
|
|
90695
|
+
{
|
|
90696
|
+
"key": "itemActions",
|
|
90697
|
+
"type": "[ItemAction]",
|
|
90698
|
+
"default": [
|
|
90699
|
+
{
|
|
90700
|
+
"event": "OPEN_HOURS",
|
|
90701
|
+
"icon": "arrow-right",
|
|
90702
|
+
"label": "Open",
|
|
90703
|
+
"variant": "ghost"
|
|
90704
|
+
},
|
|
90705
|
+
{
|
|
90706
|
+
"event": "WRITE_OFF_HOURS",
|
|
90707
|
+
"label": "Write Off",
|
|
90708
|
+
"variant": "danger"
|
|
90709
|
+
}
|
|
90710
|
+
],
|
|
90711
|
+
"label": "Row actions",
|
|
90712
|
+
"description": "Per-row actions rendered by the hours table.",
|
|
90713
|
+
"tier": "presentation",
|
|
90714
|
+
"items": {
|
|
90715
|
+
"properties": {
|
|
90716
|
+
"event": {
|
|
90717
|
+
"name": "event",
|
|
90718
|
+
"required": false,
|
|
90719
|
+
"type": "string"
|
|
90720
|
+
},
|
|
90721
|
+
"icon": {
|
|
90722
|
+
"name": "icon",
|
|
90723
|
+
"required": false,
|
|
90724
|
+
"type": "string"
|
|
90725
|
+
},
|
|
90726
|
+
"label": {
|
|
90727
|
+
"name": "label",
|
|
90728
|
+
"required": true,
|
|
90729
|
+
"type": "string"
|
|
90730
|
+
},
|
|
90731
|
+
"navigatesTo": {
|
|
90732
|
+
"name": "navigatesTo",
|
|
90733
|
+
"required": false,
|
|
90734
|
+
"type": "string"
|
|
90735
|
+
},
|
|
90736
|
+
"variant": {
|
|
90737
|
+
"name": "variant",
|
|
90738
|
+
"required": false,
|
|
90739
|
+
"type": "string"
|
|
90740
|
+
}
|
|
90741
|
+
},
|
|
90742
|
+
"type": "object"
|
|
90743
|
+
}
|
|
90744
|
+
},
|
|
90495
90745
|
{
|
|
90496
90746
|
"key": "statLook",
|
|
90497
90747
|
"type": "string",
|
|
@@ -90519,7 +90769,7 @@
|
|
|
90519
90769
|
"spacious",
|
|
90520
90770
|
"striped",
|
|
90521
90771
|
"borderless",
|
|
90522
|
-
"
|
|
90772
|
+
"bordered"
|
|
90523
90773
|
]
|
|
90524
90774
|
},
|
|
90525
90775
|
{
|
|
@@ -90558,10 +90808,12 @@
|
|
|
90558
90808
|
"OPEN_HOURS",
|
|
90559
90809
|
"WRITE_OFF_HOURS"
|
|
90560
90810
|
],
|
|
90561
|
-
"listenedEvents": [
|
|
90811
|
+
"listenedEvents": [
|
|
90812
|
+
"BillableHourLoaded"
|
|
90813
|
+
],
|
|
90562
90814
|
"exposure": "both",
|
|
90563
90815
|
"provenance": "authored",
|
|
90564
|
-
"substrateSignature": "
|
|
90816
|
+
"substrateSignature": "38468cf8ab689149",
|
|
90565
90817
|
"sourceValid": true,
|
|
90566
90818
|
"paramsSchema": {
|
|
90567
90819
|
"type": "object",
|
|
@@ -90763,49 +91015,261 @@
|
|
|
90763
91015
|
"additionalProperties": false,
|
|
90764
91016
|
"description": "Per-trait knob overrides keyed on the canonical trait name. Each value can include `config` (knob values), `linkedEntity` (rebind), `events` (per-key rename map), `listens` (cross-orbital subscriptions), `emitsScope` (`internal` keeps emits local; `external` lets sibling orbitals listen), and `name` (rename the inlined trait). Only the traits + knobs shown here are valid — the schema rejects unknown keys.",
|
|
90765
91017
|
"properties": {
|
|
90766
|
-
"
|
|
91018
|
+
"DenseHoursTable": {
|
|
90767
91019
|
"type": "object",
|
|
90768
91020
|
"additionalProperties": false,
|
|
90769
|
-
"description": "Override knobs for
|
|
91021
|
+
"description": "Override knobs for DenseHoursTable.",
|
|
90770
91022
|
"properties": {
|
|
90771
91023
|
"config": {
|
|
90772
91024
|
"type": "object",
|
|
90773
91025
|
"additionalProperties": false,
|
|
90774
91026
|
"properties": {
|
|
90775
|
-
"
|
|
90776
|
-
"
|
|
90777
|
-
"enum": [
|
|
90778
|
-
"elevated",
|
|
90779
|
-
"flat",
|
|
90780
|
-
"progress-backed",
|
|
90781
|
-
"gauge",
|
|
90782
|
-
"sparkline"
|
|
90783
|
-
],
|
|
90784
|
-
"default": "elevated",
|
|
90785
|
-
"description": "Layer 2 visual treatment for stat / KPI cards.",
|
|
90786
|
-
"x-label": "Stat display look",
|
|
90787
|
-
"x-tier": "presentation"
|
|
91027
|
+
"columns": {
|
|
91028
|
+
"default": "@config.columns"
|
|
90788
91029
|
},
|
|
90789
|
-
"
|
|
90790
|
-
"
|
|
90791
|
-
"enum": [
|
|
90792
|
-
"dense",
|
|
90793
|
-
"spacious",
|
|
90794
|
-
"striped",
|
|
90795
|
-
"borderless",
|
|
90796
|
-
"card-rows"
|
|
90797
|
-
],
|
|
90798
|
-
"default": "dense",
|
|
90799
|
-
"description": "Layer 2 visual treatment for the data table rendered by this atom.",
|
|
90800
|
-
"x-label": "Table look",
|
|
90801
|
-
"x-tier": "presentation"
|
|
91030
|
+
"emptyMessage": {
|
|
91031
|
+
"default": "No time entries"
|
|
90802
91032
|
},
|
|
90803
|
-
"
|
|
90804
|
-
"
|
|
90805
|
-
|
|
90806
|
-
|
|
90807
|
-
"
|
|
90808
|
-
|
|
91033
|
+
"itemActions": {
|
|
91034
|
+
"default": "@config.itemActions"
|
|
91035
|
+
},
|
|
91036
|
+
"look": {
|
|
91037
|
+
"default": "@config.tableLook"
|
|
91038
|
+
},
|
|
91039
|
+
"maxInlineActions": {
|
|
91040
|
+
"default": 2
|
|
91041
|
+
}
|
|
91042
|
+
}
|
|
91043
|
+
},
|
|
91044
|
+
"name": {
|
|
91045
|
+
"type": "string",
|
|
91046
|
+
"description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
|
|
91047
|
+
},
|
|
91048
|
+
"events": {
|
|
91049
|
+
"type": "object",
|
|
91050
|
+
"additionalProperties": {
|
|
91051
|
+
"type": "string"
|
|
91052
|
+
},
|
|
91053
|
+
"description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
|
|
91054
|
+
},
|
|
91055
|
+
"listens": {
|
|
91056
|
+
"type": "array",
|
|
91057
|
+
"items": {
|
|
91058
|
+
"type": "object",
|
|
91059
|
+
"additionalProperties": false,
|
|
91060
|
+
"required": [
|
|
91061
|
+
"event",
|
|
91062
|
+
"triggers"
|
|
91063
|
+
],
|
|
91064
|
+
"properties": {
|
|
91065
|
+
"event": {
|
|
91066
|
+
"type": "string",
|
|
91067
|
+
"description": "Event key to subscribe to (bare name, no orbital prefix)."
|
|
91068
|
+
},
|
|
91069
|
+
"triggers": {
|
|
91070
|
+
"type": "string",
|
|
91071
|
+
"enum": [
|
|
91072
|
+
"INIT",
|
|
91073
|
+
"TableViewLoaded"
|
|
91074
|
+
],
|
|
91075
|
+
"description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
|
|
91076
|
+
},
|
|
91077
|
+
"scope": {
|
|
91078
|
+
"type": "string",
|
|
91079
|
+
"enum": [
|
|
91080
|
+
"internal",
|
|
91081
|
+
"external"
|
|
91082
|
+
],
|
|
91083
|
+
"description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
|
|
91084
|
+
}
|
|
91085
|
+
}
|
|
91086
|
+
},
|
|
91087
|
+
"description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
|
|
91088
|
+
},
|
|
91089
|
+
"emitsScope": {
|
|
91090
|
+
"type": "string",
|
|
91091
|
+
"enum": [
|
|
91092
|
+
"internal",
|
|
91093
|
+
"external"
|
|
91094
|
+
],
|
|
91095
|
+
"description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
|
|
91096
|
+
}
|
|
91097
|
+
}
|
|
91098
|
+
},
|
|
91099
|
+
"BillableHourTimesheet": {
|
|
91100
|
+
"type": "object",
|
|
91101
|
+
"additionalProperties": false,
|
|
91102
|
+
"description": "Override knobs for BillableHourTimesheet.",
|
|
91103
|
+
"properties": {
|
|
91104
|
+
"config": {
|
|
91105
|
+
"type": "object",
|
|
91106
|
+
"additionalProperties": false,
|
|
91107
|
+
"properties": {
|
|
91108
|
+
"columns": {
|
|
91109
|
+
"type": "array",
|
|
91110
|
+
"items": {
|
|
91111
|
+
"type": "object",
|
|
91112
|
+
"properties": {
|
|
91113
|
+
"align": {
|
|
91114
|
+
"type": "string"
|
|
91115
|
+
},
|
|
91116
|
+
"className": {
|
|
91117
|
+
"type": "string"
|
|
91118
|
+
},
|
|
91119
|
+
"field": {
|
|
91120
|
+
"type": "string"
|
|
91121
|
+
},
|
|
91122
|
+
"format": {
|
|
91123
|
+
"type": "string"
|
|
91124
|
+
},
|
|
91125
|
+
"header": {
|
|
91126
|
+
"type": "string"
|
|
91127
|
+
},
|
|
91128
|
+
"icon": {
|
|
91129
|
+
"type": "string"
|
|
91130
|
+
},
|
|
91131
|
+
"key": {
|
|
91132
|
+
"type": "string"
|
|
91133
|
+
},
|
|
91134
|
+
"weight": {
|
|
91135
|
+
"type": "string"
|
|
91136
|
+
},
|
|
91137
|
+
"width": {
|
|
91138
|
+
"type": "string"
|
|
91139
|
+
}
|
|
91140
|
+
},
|
|
91141
|
+
"required": [
|
|
91142
|
+
"key"
|
|
91143
|
+
]
|
|
91144
|
+
},
|
|
91145
|
+
"default": [
|
|
91146
|
+
{
|
|
91147
|
+
"align": "left",
|
|
91148
|
+
"field": "workerName",
|
|
91149
|
+
"header": "Worker",
|
|
91150
|
+
"key": "workerName",
|
|
91151
|
+
"width": "minmax(8rem, 1fr)"
|
|
91152
|
+
},
|
|
91153
|
+
{
|
|
91154
|
+
"align": "left",
|
|
91155
|
+
"field": "matterId",
|
|
91156
|
+
"header": "Matter",
|
|
91157
|
+
"key": "matterId",
|
|
91158
|
+
"width": "8rem"
|
|
91159
|
+
},
|
|
91160
|
+
{
|
|
91161
|
+
"align": "left",
|
|
91162
|
+
"field": "workDate",
|
|
91163
|
+
"format": "date",
|
|
91164
|
+
"header": "Date",
|
|
91165
|
+
"key": "workDate",
|
|
91166
|
+
"width": "8rem"
|
|
91167
|
+
},
|
|
91168
|
+
{
|
|
91169
|
+
"align": "right",
|
|
91170
|
+
"field": "hours",
|
|
91171
|
+
"format": "number",
|
|
91172
|
+
"header": "Hours",
|
|
91173
|
+
"key": "hours",
|
|
91174
|
+
"width": "6rem"
|
|
91175
|
+
},
|
|
91176
|
+
{
|
|
91177
|
+
"align": "right",
|
|
91178
|
+
"field": "rate",
|
|
91179
|
+
"format": "currency",
|
|
91180
|
+
"header": "Rate",
|
|
91181
|
+
"key": "rate",
|
|
91182
|
+
"width": "7rem"
|
|
91183
|
+
},
|
|
91184
|
+
{
|
|
91185
|
+
"align": "center",
|
|
91186
|
+
"field": "invoiceStatus",
|
|
91187
|
+
"format": "badge",
|
|
91188
|
+
"header": "Status",
|
|
91189
|
+
"key": "invoiceStatus",
|
|
91190
|
+
"width": "8rem"
|
|
91191
|
+
}
|
|
91192
|
+
],
|
|
91193
|
+
"description": "ColumnSpec list for the dense hours ledger table.",
|
|
91194
|
+
"x-label": "Table columns",
|
|
91195
|
+
"x-tier": "presentation"
|
|
91196
|
+
},
|
|
91197
|
+
"itemActions": {
|
|
91198
|
+
"type": "array",
|
|
91199
|
+
"items": {
|
|
91200
|
+
"type": "object",
|
|
91201
|
+
"properties": {
|
|
91202
|
+
"event": {
|
|
91203
|
+
"type": "string"
|
|
91204
|
+
},
|
|
91205
|
+
"icon": {
|
|
91206
|
+
"type": "string"
|
|
91207
|
+
},
|
|
91208
|
+
"label": {
|
|
91209
|
+
"type": "string"
|
|
91210
|
+
},
|
|
91211
|
+
"navigatesTo": {
|
|
91212
|
+
"type": "string"
|
|
91213
|
+
},
|
|
91214
|
+
"variant": {
|
|
91215
|
+
"type": "string"
|
|
91216
|
+
}
|
|
91217
|
+
},
|
|
91218
|
+
"required": [
|
|
91219
|
+
"label"
|
|
91220
|
+
]
|
|
91221
|
+
},
|
|
91222
|
+
"default": [
|
|
91223
|
+
{
|
|
91224
|
+
"event": "OPEN_HOURS",
|
|
91225
|
+
"icon": "arrow-right",
|
|
91226
|
+
"label": "Open",
|
|
91227
|
+
"variant": "ghost"
|
|
91228
|
+
},
|
|
91229
|
+
{
|
|
91230
|
+
"event": "WRITE_OFF_HOURS",
|
|
91231
|
+
"label": "Write Off",
|
|
91232
|
+
"variant": "danger"
|
|
91233
|
+
}
|
|
91234
|
+
],
|
|
91235
|
+
"description": "Per-row actions rendered by the hours table.",
|
|
91236
|
+
"x-label": "Row actions",
|
|
91237
|
+
"x-tier": "presentation"
|
|
91238
|
+
},
|
|
91239
|
+
"statLook": {
|
|
91240
|
+
"type": "string",
|
|
91241
|
+
"enum": [
|
|
91242
|
+
"elevated",
|
|
91243
|
+
"flat",
|
|
91244
|
+
"progress-backed",
|
|
91245
|
+
"gauge",
|
|
91246
|
+
"sparkline"
|
|
91247
|
+
],
|
|
91248
|
+
"default": "elevated",
|
|
91249
|
+
"description": "Layer 2 visual treatment for stat / KPI cards.",
|
|
91250
|
+
"x-label": "Stat display look",
|
|
91251
|
+
"x-tier": "presentation"
|
|
91252
|
+
},
|
|
91253
|
+
"tableLook": {
|
|
91254
|
+
"type": "string",
|
|
91255
|
+
"enum": [
|
|
91256
|
+
"dense",
|
|
91257
|
+
"spacious",
|
|
91258
|
+
"striped",
|
|
91259
|
+
"borderless",
|
|
91260
|
+
"bordered"
|
|
91261
|
+
],
|
|
91262
|
+
"default": "dense",
|
|
91263
|
+
"description": "Layer 2 visual treatment for the data table rendered by this atom.",
|
|
91264
|
+
"x-label": "Table look",
|
|
91265
|
+
"x-tier": "presentation"
|
|
91266
|
+
},
|
|
91267
|
+
"title": {
|
|
91268
|
+
"type": "string",
|
|
91269
|
+
"default": "Time Entries",
|
|
91270
|
+
"description": "Heading shown above the time-entries list",
|
|
91271
|
+
"x-label": "Section title",
|
|
91272
|
+
"x-tier": "presentation"
|
|
90809
91273
|
}
|
|
90810
91274
|
}
|
|
90811
91275
|
},
|
|
@@ -93970,6 +94434,12 @@
|
|
|
93970
94434
|
"required": false,
|
|
93971
94435
|
"intrinsic": true
|
|
93972
94436
|
},
|
|
94437
|
+
{
|
|
94438
|
+
"name": "currentRow",
|
|
94439
|
+
"type": "object",
|
|
94440
|
+
"required": false,
|
|
94441
|
+
"intrinsic": true
|
|
94442
|
+
},
|
|
93973
94443
|
{
|
|
93974
94444
|
"name": "errorMessage",
|
|
93975
94445
|
"type": "string",
|
|
@@ -93992,6 +94462,7 @@
|
|
|
93992
94462
|
"MOVE_CARD",
|
|
93993
94463
|
"REORDER_CARD",
|
|
93994
94464
|
"DELETE_CARD",
|
|
94465
|
+
"EDIT_CARD",
|
|
93995
94466
|
"BoardItemsLoaded",
|
|
93996
94467
|
"BoardItemsLoadFailed",
|
|
93997
94468
|
"BoardItemsSaved",
|
|
@@ -94055,6 +94526,13 @@
|
|
|
94055
94526
|
"synonyms": "remove, delete, discard",
|
|
94056
94527
|
"tier": "presentation"
|
|
94057
94528
|
},
|
|
94529
|
+
{
|
|
94530
|
+
"name": "EDIT_CARD",
|
|
94531
|
+
"direction": "emit",
|
|
94532
|
+
"description": "Signals a request to edit the currently open card. The board renders no edit form itself — consumers override cardActionsContent with an Edit button and wire this emit to their edit modal/form trait.",
|
|
94533
|
+
"synonyms": "edit, modify, update, change",
|
|
94534
|
+
"tier": "domain"
|
|
94535
|
+
},
|
|
94058
94536
|
{
|
|
94059
94537
|
"name": "BoardItemsLoaded",
|
|
94060
94538
|
"direction": "emit",
|
|
@@ -94258,6 +94736,31 @@
|
|
|
94258
94736
|
"description": "Render-ui SExpr rendered after the board loads for boardLook='columns' — the canonical column data-grid with nested per-column data-lists. boardLook='kanban-classic' renders kanbanClassicBodyContent instead; both share this trait's state machine, emits, and listens.",
|
|
94259
94737
|
"tier": "internal"
|
|
94260
94738
|
},
|
|
94739
|
+
{
|
|
94740
|
+
"key": "cardActionsContent",
|
|
94741
|
+
"type": "render-ui",
|
|
94742
|
+
"default": {
|
|
94743
|
+
"align": "center",
|
|
94744
|
+
"children": [
|
|
94745
|
+
{
|
|
94746
|
+
"action": "DELETE_CARD",
|
|
94747
|
+
"actionPayload": {
|
|
94748
|
+
"id": "@entity.currentId"
|
|
94749
|
+
},
|
|
94750
|
+
"icon": "trash-2",
|
|
94751
|
+
"label": "Delete",
|
|
94752
|
+
"type": "button",
|
|
94753
|
+
"variant": "danger"
|
|
94754
|
+
}
|
|
94755
|
+
],
|
|
94756
|
+
"direction": "horizontal",
|
|
94757
|
+
"gap": "sm",
|
|
94758
|
+
"type": "stack"
|
|
94759
|
+
},
|
|
94760
|
+
"label": "Card panel actions",
|
|
94761
|
+
"description": "Actions row of the open-card panel. Default is the Delete button only. Override to add consumer-wired actions — e.g. an Edit button with action: EDIT_CARD and actionPayload: { id: @entity.currentId, row: @entity.currentRow }, listened to by the organism's edit modal. Never leave a button here without a listener.",
|
|
94762
|
+
"tier": "presentation"
|
|
94763
|
+
},
|
|
94261
94764
|
{
|
|
94262
94765
|
"key": "cardDescriptionBinding",
|
|
94263
94766
|
"type": "string",
|
|
@@ -94492,7 +94995,7 @@
|
|
|
94492
94995
|
"label": "@config.cardStageBinding",
|
|
94493
94996
|
"size": "sm",
|
|
94494
94997
|
"type": "badge",
|
|
94495
|
-
"variant": "
|
|
94998
|
+
"variant": "@col.variant"
|
|
94496
94999
|
},
|
|
94497
95000
|
{
|
|
94498
95001
|
"action": "OPEN_CARD",
|
|
@@ -94523,7 +95026,7 @@
|
|
|
94523
95026
|
}
|
|
94524
95027
|
],
|
|
94525
95028
|
"className": "cursor-grab hover:shadow-lg transition-shadow",
|
|
94526
|
-
"look": "
|
|
95029
|
+
"look": "@config.cardLook",
|
|
94527
95030
|
"padding": "sm",
|
|
94528
95031
|
"type": "card"
|
|
94529
95032
|
}
|
|
@@ -94561,7 +95064,7 @@
|
|
|
94561
95064
|
"type": "stack"
|
|
94562
95065
|
},
|
|
94563
95066
|
"label": "Kanban classic body content tree",
|
|
94564
|
-
"description": "Render-ui SExpr for boardLook='kanban-classic' — Trello-style wide elevated columns with sticky headers, dense cards with a status badge
|
|
95067
|
+
"description": "Render-ui SExpr for boardLook='kanban-classic' — Trello-style wide elevated columns with sticky headers, dense cards with a status badge; per-item cards honor config.cardLook (the column wrapper stays elevated — it is column chrome, not a card).",
|
|
94565
95068
|
"tier": "internal"
|
|
94566
95069
|
},
|
|
94567
95070
|
{
|
|
@@ -94598,6 +95101,7 @@
|
|
|
94598
95101
|
"currentDescription",
|
|
94599
95102
|
"currentId",
|
|
94600
95103
|
"currentNotes",
|
|
95104
|
+
"currentRow",
|
|
94601
95105
|
"currentStage",
|
|
94602
95106
|
"currentTitle",
|
|
94603
95107
|
"errorMessage"
|
|
@@ -94621,6 +95125,7 @@
|
|
|
94621
95125
|
"CANCEL_ADD",
|
|
94622
95126
|
"CLOSE_CARD",
|
|
94623
95127
|
"DELETE_CARD",
|
|
95128
|
+
"EDIT_CARD",
|
|
94624
95129
|
"MOVE_CARD",
|
|
94625
95130
|
"OPEN_CARD",
|
|
94626
95131
|
"REORDER_CARD",
|
|
@@ -95000,6 +95505,30 @@
|
|
|
95000
95505
|
"x-label": "Body content tree",
|
|
95001
95506
|
"x-tier": "internal"
|
|
95002
95507
|
},
|
|
95508
|
+
"cardActionsContent": {
|
|
95509
|
+
"type": "object",
|
|
95510
|
+
"default": {
|
|
95511
|
+
"align": "center",
|
|
95512
|
+
"children": [
|
|
95513
|
+
{
|
|
95514
|
+
"action": "DELETE_CARD",
|
|
95515
|
+
"actionPayload": {
|
|
95516
|
+
"id": "@entity.currentId"
|
|
95517
|
+
},
|
|
95518
|
+
"icon": "trash-2",
|
|
95519
|
+
"label": "Delete",
|
|
95520
|
+
"type": "button",
|
|
95521
|
+
"variant": "danger"
|
|
95522
|
+
}
|
|
95523
|
+
],
|
|
95524
|
+
"direction": "horizontal",
|
|
95525
|
+
"gap": "sm",
|
|
95526
|
+
"type": "stack"
|
|
95527
|
+
},
|
|
95528
|
+
"description": "Actions row of the open-card panel. Default is the Delete button only. Override to add consumer-wired actions — e.g. an Edit button with action: EDIT_CARD and actionPayload: { id: @entity.currentId, row: @entity.currentRow }, listened to by the organism's edit modal. Never leave a button here without a listener.",
|
|
95529
|
+
"x-label": "Card panel actions",
|
|
95530
|
+
"x-tier": "presentation"
|
|
95531
|
+
},
|
|
95003
95532
|
"cardDescriptionBinding": {
|
|
95004
95533
|
"type": "string",
|
|
95005
95534
|
"default": "@item.description",
|
|
@@ -95220,7 +95749,7 @@
|
|
|
95220
95749
|
"label": "@config.cardStageBinding",
|
|
95221
95750
|
"size": "sm",
|
|
95222
95751
|
"type": "badge",
|
|
95223
|
-
"variant": "
|
|
95752
|
+
"variant": "@col.variant"
|
|
95224
95753
|
},
|
|
95225
95754
|
{
|
|
95226
95755
|
"action": "OPEN_CARD",
|
|
@@ -95251,7 +95780,7 @@
|
|
|
95251
95780
|
}
|
|
95252
95781
|
],
|
|
95253
95782
|
"className": "cursor-grab hover:shadow-lg transition-shadow",
|
|
95254
|
-
"look": "
|
|
95783
|
+
"look": "@config.cardLook",
|
|
95255
95784
|
"padding": "sm",
|
|
95256
95785
|
"type": "card"
|
|
95257
95786
|
}
|
|
@@ -95288,7 +95817,7 @@
|
|
|
95288
95817
|
"gap": "md",
|
|
95289
95818
|
"type": "stack"
|
|
95290
95819
|
},
|
|
95291
|
-
"description": "Render-ui SExpr for boardLook='kanban-classic' — Trello-style wide elevated columns with sticky headers, dense cards with a status badge
|
|
95820
|
+
"description": "Render-ui SExpr for boardLook='kanban-classic' — Trello-style wide elevated columns with sticky headers, dense cards with a status badge; per-item cards honor config.cardLook (the column wrapper stays elevated — it is column chrome, not a card).",
|
|
95292
95821
|
"x-label": "Kanban classic body content tree",
|
|
95293
95822
|
"x-tier": "internal"
|
|
95294
95823
|
},
|
|
@@ -96089,6 +96618,11 @@
|
|
|
96089
96618
|
"type": "unknown",
|
|
96090
96619
|
"default": "@config.itemActions"
|
|
96091
96620
|
},
|
|
96621
|
+
{
|
|
96622
|
+
"key": "maxInlineActions",
|
|
96623
|
+
"type": "unknown",
|
|
96624
|
+
"default": "@config.maxInlineActions"
|
|
96625
|
+
},
|
|
96092
96626
|
{
|
|
96093
96627
|
"key": "pageSize",
|
|
96094
96628
|
"type": "unknown",
|
|
@@ -96142,7 +96676,7 @@
|
|
|
96142
96676
|
{
|
|
96143
96677
|
"key": "selectable",
|
|
96144
96678
|
"type": "unknown",
|
|
96145
|
-
"default":
|
|
96679
|
+
"default": "@config.selectable"
|
|
96146
96680
|
}
|
|
96147
96681
|
],
|
|
96148
96682
|
"capabilities": [],
|
|
@@ -96152,6 +96686,46 @@
|
|
|
96152
96686
|
"TableViewLoaded"
|
|
96153
96687
|
]
|
|
96154
96688
|
},
|
|
96689
|
+
{
|
|
96690
|
+
"name": "MasterListView",
|
|
96691
|
+
"emittedEvents": [],
|
|
96692
|
+
"listenedEvents": [
|
|
96693
|
+
"BrowseItemLoaded"
|
|
96694
|
+
],
|
|
96695
|
+
"overridableConfigKeys": [
|
|
96696
|
+
{
|
|
96697
|
+
"key": "fields",
|
|
96698
|
+
"type": "unknown",
|
|
96699
|
+
"default": "@config.fields"
|
|
96700
|
+
},
|
|
96701
|
+
{
|
|
96702
|
+
"key": "itemActions",
|
|
96703
|
+
"type": "unknown",
|
|
96704
|
+
"default": "@config.itemActions"
|
|
96705
|
+
},
|
|
96706
|
+
{
|
|
96707
|
+
"key": "itemClickEvent",
|
|
96708
|
+
"type": "unknown",
|
|
96709
|
+
"default": "VIEW"
|
|
96710
|
+
},
|
|
96711
|
+
{
|
|
96712
|
+
"key": "maxInlineActions",
|
|
96713
|
+
"type": "unknown",
|
|
96714
|
+
"default": "@config.maxInlineActions"
|
|
96715
|
+
},
|
|
96716
|
+
{
|
|
96717
|
+
"key": "variant",
|
|
96718
|
+
"type": "unknown",
|
|
96719
|
+
"default": "compact"
|
|
96720
|
+
}
|
|
96721
|
+
],
|
|
96722
|
+
"capabilities": [],
|
|
96723
|
+
"ref": "DataList.traits.DataListRender",
|
|
96724
|
+
"transitionEvents": [
|
|
96725
|
+
"DataListLoaded",
|
|
96726
|
+
"INIT"
|
|
96727
|
+
]
|
|
96728
|
+
},
|
|
96155
96729
|
{
|
|
96156
96730
|
"name": "BrowseItemBrowse",
|
|
96157
96731
|
"emittedEvents": [
|
|
@@ -96222,6 +96796,10 @@
|
|
|
96222
96796
|
"description": "Triggers a data grid page refresh.",
|
|
96223
96797
|
"synonyms": "reload, refresh, update, paginate",
|
|
96224
96798
|
"tier": "domain"
|
|
96799
|
+
},
|
|
96800
|
+
{
|
|
96801
|
+
"name": "CLOSE",
|
|
96802
|
+
"direction": "listen"
|
|
96225
96803
|
}
|
|
96226
96804
|
],
|
|
96227
96805
|
"overridableConfigKeys": [
|
|
@@ -96269,13 +96847,15 @@
|
|
|
96269
96847
|
"type": "string",
|
|
96270
96848
|
"default": "table",
|
|
96271
96849
|
"label": "Browse look",
|
|
96272
|
-
"description": "Layer 2 visual treatment for the whole browse surface. table = the default data-grid (bodyContent); dense = spreadsheet-style
|
|
96850
|
+
"description": "Layer 2 visual treatment for the whole browse surface. table = the default data-grid (bodyContent); dense = spreadsheet-style table with toolbar search (denseBodyContent); feed = chronological card stream (feedBodyContent); gallery = image-first responsive card grid (galleryBodyContent); master-detail = record-work split view — dense list left, clicked record's detail right (masterDetailBodyContent); triage = inbox-register compact rows for queue work (triageBodyContent). Selecting a non-table look swaps which body tree renders after rows load; any body may still be overridden directly at the call site for a one-off layout.",
|
|
96273
96851
|
"tier": "presentation",
|
|
96274
96852
|
"enumValues": [
|
|
96275
96853
|
"table",
|
|
96276
96854
|
"dense",
|
|
96277
96855
|
"feed",
|
|
96278
|
-
"gallery"
|
|
96856
|
+
"gallery",
|
|
96857
|
+
"master-detail",
|
|
96858
|
+
"triage"
|
|
96279
96859
|
]
|
|
96280
96860
|
},
|
|
96281
96861
|
{
|
|
@@ -96328,7 +96908,12 @@
|
|
|
96328
96908
|
"align": {
|
|
96329
96909
|
"name": "align",
|
|
96330
96910
|
"required": false,
|
|
96331
|
-
"type": "string"
|
|
96911
|
+
"type": "string",
|
|
96912
|
+
"values": [
|
|
96913
|
+
"left",
|
|
96914
|
+
"center",
|
|
96915
|
+
"right"
|
|
96916
|
+
]
|
|
96332
96917
|
},
|
|
96333
96918
|
"className": {
|
|
96334
96919
|
"name": "className",
|
|
@@ -96343,7 +96928,15 @@
|
|
|
96343
96928
|
"format": {
|
|
96344
96929
|
"name": "format",
|
|
96345
96930
|
"required": false,
|
|
96346
|
-
"type": "string"
|
|
96931
|
+
"type": "string",
|
|
96932
|
+
"values": [
|
|
96933
|
+
"badge",
|
|
96934
|
+
"date",
|
|
96935
|
+
"currency",
|
|
96936
|
+
"number",
|
|
96937
|
+
"percent",
|
|
96938
|
+
"boolean"
|
|
96939
|
+
]
|
|
96347
96940
|
},
|
|
96348
96941
|
"header": {
|
|
96349
96942
|
"name": "header",
|
|
@@ -96363,7 +96956,12 @@
|
|
|
96363
96956
|
"weight": {
|
|
96364
96957
|
"name": "weight",
|
|
96365
96958
|
"required": false,
|
|
96366
|
-
"type": "string"
|
|
96959
|
+
"type": "string",
|
|
96960
|
+
"values": [
|
|
96961
|
+
"normal",
|
|
96962
|
+
"medium",
|
|
96963
|
+
"semibold"
|
|
96964
|
+
]
|
|
96367
96965
|
},
|
|
96368
96966
|
"width": {
|
|
96369
96967
|
"name": "width",
|
|
@@ -96385,14 +96983,14 @@
|
|
|
96385
96983
|
{
|
|
96386
96984
|
"children": [
|
|
96387
96985
|
{
|
|
96388
|
-
"className": "w-full",
|
|
96986
|
+
"className": "w-full max-w-md",
|
|
96389
96987
|
"clearable": true,
|
|
96390
96988
|
"event": "REFETCH_QUERY",
|
|
96391
96989
|
"placeholder": "@config.searchPlaceholder",
|
|
96392
96990
|
"type": "search-input"
|
|
96393
96991
|
}
|
|
96394
96992
|
],
|
|
96395
|
-
"className": "
|
|
96993
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
96396
96994
|
"direction": "horizontal",
|
|
96397
96995
|
"gap": "sm",
|
|
96398
96996
|
"type": "stack"
|
|
@@ -96407,14 +97005,15 @@
|
|
|
96407
97005
|
"children": [
|
|
96408
97006
|
"@trait.DenseTableView"
|
|
96409
97007
|
],
|
|
96410
|
-
"className": "
|
|
97008
|
+
"className": "overflow-x-auto",
|
|
96411
97009
|
"direction": "vertical",
|
|
96412
97010
|
"gap": "none",
|
|
96413
97011
|
"type": "stack"
|
|
96414
97012
|
}
|
|
96415
97013
|
],
|
|
97014
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
96416
97015
|
"direction": "vertical",
|
|
96417
|
-
"gap": "
|
|
97016
|
+
"gap": "none",
|
|
96418
97017
|
"type": "stack"
|
|
96419
97018
|
},
|
|
96420
97019
|
"label": "Dense look body",
|
|
@@ -96429,6 +97028,37 @@
|
|
|
96429
97028
|
"description": "Binding path for the card body/subtitle slot.",
|
|
96430
97029
|
"tier": "internal"
|
|
96431
97030
|
},
|
|
97031
|
+
{
|
|
97032
|
+
"key": "detailActions",
|
|
97033
|
+
"type": "json",
|
|
97034
|
+
"default": [
|
|
97035
|
+
{
|
|
97036
|
+
"event": "CLOSE",
|
|
97037
|
+
"label": "Close"
|
|
97038
|
+
}
|
|
97039
|
+
],
|
|
97040
|
+
"label": "Master-detail record pane actions",
|
|
97041
|
+
"description": "Action buttons on the master-detail record pane (detail-panel `actions` descriptors: label/event/icon/variant). Consumers add their own record actions (Edit/Delete/…) alongside or instead of Close.",
|
|
97042
|
+
"synonyms": "record actions, detail actions, pane actions",
|
|
97043
|
+
"tier": "presentation"
|
|
97044
|
+
},
|
|
97045
|
+
{
|
|
97046
|
+
"key": "detailFields",
|
|
97047
|
+
"type": "[string]",
|
|
97048
|
+
"default": [
|
|
97049
|
+
"name",
|
|
97050
|
+
"description",
|
|
97051
|
+
"status",
|
|
97052
|
+
"createdAt"
|
|
97053
|
+
],
|
|
97054
|
+
"label": "Which fields appear in the master-detail record pane?",
|
|
97055
|
+
"description": "Field names shown in the detail panel when browseLook = master-detail; the first entry doubles as the pane title. Consumers overriding columns/fields should override this list to match their entity.",
|
|
97056
|
+
"synonyms": "detail columns, record fields, detail pane fields",
|
|
97057
|
+
"tier": "presentation",
|
|
97058
|
+
"items": {
|
|
97059
|
+
"type": "string"
|
|
97060
|
+
}
|
|
97061
|
+
},
|
|
96432
97062
|
{
|
|
96433
97063
|
"key": "displayPageSize",
|
|
96434
97064
|
"type": "number",
|
|
@@ -96523,6 +97153,7 @@
|
|
|
96523
97153
|
{
|
|
96524
97154
|
"color": "muted",
|
|
96525
97155
|
"content": "@config.metaBinding",
|
|
97156
|
+
"format": "@config.metaFormat",
|
|
96526
97157
|
"type": "typography",
|
|
96527
97158
|
"variant": "caption"
|
|
96528
97159
|
},
|
|
@@ -96554,6 +97185,7 @@
|
|
|
96554
97185
|
],
|
|
96555
97186
|
"className": "rounded-lg bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-main hover:border-[var(--color-border-strong)] hover:-translate-y-px",
|
|
96556
97187
|
"look": "flat-bordered",
|
|
97188
|
+
"padding": "none",
|
|
96557
97189
|
"type": "card"
|
|
96558
97190
|
}
|
|
96559
97191
|
],
|
|
@@ -96599,7 +97231,14 @@
|
|
|
96599
97231
|
"format": {
|
|
96600
97232
|
"name": "format",
|
|
96601
97233
|
"required": false,
|
|
96602
|
-
"type": "string"
|
|
97234
|
+
"type": "string",
|
|
97235
|
+
"values": [
|
|
97236
|
+
"date",
|
|
97237
|
+
"currency",
|
|
97238
|
+
"number",
|
|
97239
|
+
"boolean",
|
|
97240
|
+
"percent"
|
|
97241
|
+
]
|
|
96603
97242
|
},
|
|
96604
97243
|
"header": {
|
|
96605
97244
|
"name": "header",
|
|
@@ -96629,7 +97268,16 @@
|
|
|
96629
97268
|
"variant": {
|
|
96630
97269
|
"name": "variant",
|
|
96631
97270
|
"required": false,
|
|
96632
|
-
"type": "string"
|
|
97271
|
+
"type": "string",
|
|
97272
|
+
"values": [
|
|
97273
|
+
"h3",
|
|
97274
|
+
"h4",
|
|
97275
|
+
"body",
|
|
97276
|
+
"caption",
|
|
97277
|
+
"badge",
|
|
97278
|
+
"small",
|
|
97279
|
+
"progress"
|
|
97280
|
+
]
|
|
96633
97281
|
}
|
|
96634
97282
|
},
|
|
96635
97283
|
"type": "object"
|
|
@@ -96686,7 +97334,7 @@
|
|
|
96686
97334
|
"type": "search-input"
|
|
96687
97335
|
}
|
|
96688
97336
|
],
|
|
96689
|
-
"className": "sticky top-0 z-10
|
|
97337
|
+
"className": "sticky top-0 z-10 py-3 bg-[var(--color-surface)]/95 backdrop-blur",
|
|
96690
97338
|
"direction": "horizontal",
|
|
96691
97339
|
"gap": "sm",
|
|
96692
97340
|
"type": "stack"
|
|
@@ -96700,95 +97348,12 @@
|
|
|
96700
97348
|
{
|
|
96701
97349
|
"className": "w-full",
|
|
96702
97350
|
"entity": "@payload.data",
|
|
96703
|
-
"fields":
|
|
97351
|
+
"fields": "@config.fields",
|
|
96704
97352
|
"gap": "lg",
|
|
97353
|
+
"imageField": "@config.imageField",
|
|
96705
97354
|
"itemActions": "@config.itemActions",
|
|
96706
97355
|
"maxInlineActions": "@config.maxInlineActions",
|
|
96707
97356
|
"minCardWidth": 260,
|
|
96708
|
-
"renderItem": [
|
|
96709
|
-
"fn",
|
|
96710
|
-
"item",
|
|
96711
|
-
{
|
|
96712
|
-
"children": [
|
|
96713
|
-
{
|
|
96714
|
-
"align": "center",
|
|
96715
|
-
"children": [
|
|
96716
|
-
{
|
|
96717
|
-
"className": "text-muted-foreground opacity-50 transition-transform duration-normal group-hover:scale-105",
|
|
96718
|
-
"name": "image",
|
|
96719
|
-
"size": "lg",
|
|
96720
|
-
"type": "icon"
|
|
96721
|
-
},
|
|
96722
|
-
{
|
|
96723
|
-
"className": "px-2 text-center truncate max-w-full",
|
|
96724
|
-
"color": "muted",
|
|
96725
|
-
"content": "@config.imageLabelBinding",
|
|
96726
|
-
"type": "typography",
|
|
96727
|
-
"variant": "caption"
|
|
96728
|
-
},
|
|
96729
|
-
{
|
|
96730
|
-
"align": "center",
|
|
96731
|
-
"children": [
|
|
96732
|
-
{
|
|
96733
|
-
"label": "@config.priceBinding",
|
|
96734
|
-
"type": "badge",
|
|
96735
|
-
"variant": "primary"
|
|
96736
|
-
}
|
|
96737
|
-
],
|
|
96738
|
-
"className": "absolute top-2 right-2",
|
|
96739
|
-
"direction": "horizontal",
|
|
96740
|
-
"gap": "xs",
|
|
96741
|
-
"type": "stack"
|
|
96742
|
-
},
|
|
96743
|
-
{
|
|
96744
|
-
"align": "center",
|
|
96745
|
-
"children": [
|
|
96746
|
-
{
|
|
96747
|
-
"label": "@config.badgeBinding",
|
|
96748
|
-
"type": "badge",
|
|
96749
|
-
"variant": "neutral"
|
|
96750
|
-
}
|
|
96751
|
-
],
|
|
96752
|
-
"className": "absolute top-2 left-2",
|
|
96753
|
-
"direction": "horizontal",
|
|
96754
|
-
"gap": "xs",
|
|
96755
|
-
"type": "stack"
|
|
96756
|
-
}
|
|
96757
|
-
],
|
|
96758
|
-
"className": "relative aspect-square w-full bg-muted overflow-hidden",
|
|
96759
|
-
"direction": "vertical",
|
|
96760
|
-
"gap": "xs",
|
|
96761
|
-
"justify": "center",
|
|
96762
|
-
"type": "stack"
|
|
96763
|
-
},
|
|
96764
|
-
{
|
|
96765
|
-
"children": [
|
|
96766
|
-
{
|
|
96767
|
-
"className": "truncate",
|
|
96768
|
-
"content": "@config.titleBinding",
|
|
96769
|
-
"type": "typography",
|
|
96770
|
-
"variant": "h4"
|
|
96771
|
-
},
|
|
96772
|
-
{
|
|
96773
|
-
"className": "line-clamp-2",
|
|
96774
|
-
"color": "muted",
|
|
96775
|
-
"content": "@config.descriptionBinding",
|
|
96776
|
-
"type": "typography",
|
|
96777
|
-
"variant": "caption"
|
|
96778
|
-
}
|
|
96779
|
-
],
|
|
96780
|
-
"className": "p-card-md",
|
|
96781
|
-
"direction": "vertical",
|
|
96782
|
-
"gap": "xs",
|
|
96783
|
-
"type": "stack"
|
|
96784
|
-
}
|
|
96785
|
-
],
|
|
96786
|
-
"className": "group rounded-lg overflow-hidden bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm hover:shadow-hover hover:-translate-y-0.5 transition-all duration-normal cursor-pointer",
|
|
96787
|
-
"direction": "vertical",
|
|
96788
|
-
"gap": "sm",
|
|
96789
|
-
"type": "stack"
|
|
96790
|
-
}
|
|
96791
|
-
],
|
|
96792
97357
|
"type": "data-grid"
|
|
96793
97358
|
}
|
|
96794
97359
|
],
|
|
@@ -96798,7 +97363,7 @@
|
|
|
96798
97363
|
"type": "stack"
|
|
96799
97364
|
},
|
|
96800
97365
|
"label": "Gallery look body",
|
|
96801
|
-
"description": "Render-ui SExpr rendered after rows load when browseLook = gallery. Image-first responsive card grid
|
|
97366
|
+
"description": "Render-ui SExpr rendered after rows load when browseLook = gallery. Image-first responsive card grid (auto-fit minCardWidth) on the data-grid fields path: imageField renders the card photo when set (falsy-safe when empty), fields drive title/badges/meta. One tree, no renderItem lambda — lambdas do not survive inside (if) arms (2026-07-27).",
|
|
96802
97367
|
"tier": "internal"
|
|
96803
97368
|
},
|
|
96804
97369
|
{
|
|
@@ -96860,16 +97425,126 @@
|
|
|
96860
97425
|
"variant": {
|
|
96861
97426
|
"name": "variant",
|
|
96862
97427
|
"required": false,
|
|
96863
|
-
"type": "string"
|
|
97428
|
+
"type": "string",
|
|
97429
|
+
"values": [
|
|
97430
|
+
"primary",
|
|
97431
|
+
"secondary",
|
|
97432
|
+
"ghost",
|
|
97433
|
+
"danger"
|
|
97434
|
+
]
|
|
96864
97435
|
}
|
|
96865
97436
|
},
|
|
96866
97437
|
"type": "object"
|
|
96867
97438
|
}
|
|
96868
97439
|
},
|
|
97440
|
+
{
|
|
97441
|
+
"key": "masterDetailBodyContent",
|
|
97442
|
+
"type": "render-ui",
|
|
97443
|
+
"default": {
|
|
97444
|
+
"children": [
|
|
97445
|
+
{
|
|
97446
|
+
"children": [
|
|
97447
|
+
{
|
|
97448
|
+
"className": "w-full max-w-md",
|
|
97449
|
+
"clearable": true,
|
|
97450
|
+
"event": "REFETCH_QUERY",
|
|
97451
|
+
"placeholder": "@config.searchPlaceholder",
|
|
97452
|
+
"type": "search-input"
|
|
97453
|
+
}
|
|
97454
|
+
],
|
|
97455
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
97456
|
+
"direction": "horizontal",
|
|
97457
|
+
"gap": "sm",
|
|
97458
|
+
"type": "stack"
|
|
97459
|
+
},
|
|
97460
|
+
{
|
|
97461
|
+
"detail": {
|
|
97462
|
+
"children": [],
|
|
97463
|
+
"gap": "none",
|
|
97464
|
+
"type": "stack"
|
|
97465
|
+
},
|
|
97466
|
+
"emptyDetail": {
|
|
97467
|
+
"description": "Select a record from the list to see its details.",
|
|
97468
|
+
"icon": "mouse-pointer-click",
|
|
97469
|
+
"title": "Nothing selected",
|
|
97470
|
+
"type": "empty-state"
|
|
97471
|
+
},
|
|
97472
|
+
"hasSelection": false,
|
|
97473
|
+
"master": {
|
|
97474
|
+
"children": [
|
|
97475
|
+
"@trait.MasterListView"
|
|
97476
|
+
],
|
|
97477
|
+
"className": "overflow-y-auto",
|
|
97478
|
+
"direction": "vertical",
|
|
97479
|
+
"gap": "none",
|
|
97480
|
+
"type": "stack"
|
|
97481
|
+
},
|
|
97482
|
+
"type": "master-detail-layout"
|
|
97483
|
+
}
|
|
97484
|
+
],
|
|
97485
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
97486
|
+
"direction": "vertical",
|
|
97487
|
+
"gap": "none",
|
|
97488
|
+
"type": "stack"
|
|
97489
|
+
},
|
|
97490
|
+
"label": "Master-detail look body (no selection)",
|
|
97491
|
+
"description": "Render-ui SExpr rendered after rows load when browseLook = master-detail: record-work split view — toolbar search, dense list left, empty-state pane right until a row is opened. Opening a row renders masterDetailRecordBodyContent. The toolbar is always present in this look (bodySearch does not apply).",
|
|
97492
|
+
"tier": "internal"
|
|
97493
|
+
},
|
|
97494
|
+
{
|
|
97495
|
+
"key": "masterDetailRecordBodyContent",
|
|
97496
|
+
"type": "render-ui",
|
|
97497
|
+
"default": {
|
|
97498
|
+
"children": [
|
|
97499
|
+
{
|
|
97500
|
+
"children": [
|
|
97501
|
+
{
|
|
97502
|
+
"className": "w-full max-w-md",
|
|
97503
|
+
"clearable": true,
|
|
97504
|
+
"event": "REFETCH_QUERY",
|
|
97505
|
+
"placeholder": "@config.searchPlaceholder",
|
|
97506
|
+
"type": "search-input"
|
|
97507
|
+
}
|
|
97508
|
+
],
|
|
97509
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
97510
|
+
"direction": "horizontal",
|
|
97511
|
+
"gap": "sm",
|
|
97512
|
+
"type": "stack"
|
|
97513
|
+
},
|
|
97514
|
+
{
|
|
97515
|
+
"detail": {
|
|
97516
|
+
"actions": "@config.detailActions",
|
|
97517
|
+
"fieldNames": "@config.detailFields",
|
|
97518
|
+
"initialData": "@payload.row",
|
|
97519
|
+
"showActions": true,
|
|
97520
|
+
"type": "detail-panel"
|
|
97521
|
+
},
|
|
97522
|
+
"hasSelection": true,
|
|
97523
|
+
"master": {
|
|
97524
|
+
"children": [
|
|
97525
|
+
"@trait.MasterListView"
|
|
97526
|
+
],
|
|
97527
|
+
"className": "overflow-y-auto",
|
|
97528
|
+
"direction": "vertical",
|
|
97529
|
+
"gap": "none",
|
|
97530
|
+
"type": "stack"
|
|
97531
|
+
},
|
|
97532
|
+
"type": "master-detail-layout"
|
|
97533
|
+
}
|
|
97534
|
+
],
|
|
97535
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
97536
|
+
"direction": "vertical",
|
|
97537
|
+
"gap": "none",
|
|
97538
|
+
"type": "stack"
|
|
97539
|
+
},
|
|
97540
|
+
"label": "Master-detail look body (record open)",
|
|
97541
|
+
"description": "Render-ui SExpr rendered by the VIEW transition when browseLook = master-detail: the same split view with the clicked record's detail panel on the right, fed by the VIEW payload row and detailFields.",
|
|
97542
|
+
"tier": "internal"
|
|
97543
|
+
},
|
|
96869
97544
|
{
|
|
96870
97545
|
"key": "maxInlineActions",
|
|
96871
97546
|
"type": "number",
|
|
96872
|
-
"default":
|
|
97547
|
+
"default": 3,
|
|
96873
97548
|
"label": "How many row actions to show before collapsing?",
|
|
96874
97549
|
"description": "Actions beyond this count collapse into a '⋯' overflow menu. Set 2–3 for dense tables.",
|
|
96875
97550
|
"synonyms": "inline actions limit, overflow threshold, max buttons per row",
|
|
@@ -96880,9 +97555,24 @@
|
|
|
96880
97555
|
"type": "string",
|
|
96881
97556
|
"default": "@item.createdAt",
|
|
96882
97557
|
"label": "Meta field binding",
|
|
96883
|
-
"description": "Binding path for the secondary meta slot (timestamp / category).",
|
|
97558
|
+
"description": "Binding path for the secondary meta slot (timestamp / category). Hosts binding a count or other non-date value should label it in the binding itself (e.g. (str/concat \"Vehicles: \" @item.vehicleCount)) and set metaFormat: none.",
|
|
96884
97559
|
"tier": "internal"
|
|
96885
97560
|
},
|
|
97561
|
+
{
|
|
97562
|
+
"key": "metaFormat",
|
|
97563
|
+
"type": "string",
|
|
97564
|
+
"default": "date",
|
|
97565
|
+
"label": "Meta value format",
|
|
97566
|
+
"description": "Typography format for the feed meta slot — date by default so the createdAt binding renders human-readable instead of raw ISO; set none for non-date bindings.",
|
|
97567
|
+
"tier": "presentation",
|
|
97568
|
+
"enumValues": [
|
|
97569
|
+
"none",
|
|
97570
|
+
"date",
|
|
97571
|
+
"time",
|
|
97572
|
+
"datetime",
|
|
97573
|
+
"number"
|
|
97574
|
+
]
|
|
97575
|
+
},
|
|
96886
97576
|
{
|
|
96887
97577
|
"key": "pageSize",
|
|
96888
97578
|
"type": "number",
|
|
@@ -96917,6 +97607,15 @@
|
|
|
96917
97607
|
"synonyms": "search hint, placeholder, search box text, search label",
|
|
96918
97608
|
"tier": "presentation"
|
|
96919
97609
|
},
|
|
97610
|
+
{
|
|
97611
|
+
"key": "selectable",
|
|
97612
|
+
"type": "boolean",
|
|
97613
|
+
"default": false,
|
|
97614
|
+
"label": "Show row selection checkboxes?",
|
|
97615
|
+
"description": "Adds a checkbox column with select-all to the dense table. Enable only when the surface offers bulk actions — checkboxes with nothing to act on are a dead affordance.",
|
|
97616
|
+
"synonyms": "row checkboxes, multi-select, bulk select, selection column",
|
|
97617
|
+
"tier": "presentation"
|
|
97618
|
+
},
|
|
96920
97619
|
{
|
|
96921
97620
|
"key": "titleBinding",
|
|
96922
97621
|
"type": "string",
|
|
@@ -96925,6 +97624,61 @@
|
|
|
96925
97624
|
"description": "Binding path for the card title slot (e.g. @item.dishName).",
|
|
96926
97625
|
"tier": "internal"
|
|
96927
97626
|
},
|
|
97627
|
+
{
|
|
97628
|
+
"key": "triageBodyContent",
|
|
97629
|
+
"type": "render-ui",
|
|
97630
|
+
"default": {
|
|
97631
|
+
"children": [
|
|
97632
|
+
[
|
|
97633
|
+
"if",
|
|
97634
|
+
"@config.bodySearch",
|
|
97635
|
+
{
|
|
97636
|
+
"children": [
|
|
97637
|
+
{
|
|
97638
|
+
"className": "w-full max-w-md",
|
|
97639
|
+
"clearable": true,
|
|
97640
|
+
"event": "REFETCH_QUERY",
|
|
97641
|
+
"placeholder": "@config.searchPlaceholder",
|
|
97642
|
+
"type": "search-input"
|
|
97643
|
+
}
|
|
97644
|
+
],
|
|
97645
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
97646
|
+
"direction": "horizontal",
|
|
97647
|
+
"gap": "sm",
|
|
97648
|
+
"type": "stack"
|
|
97649
|
+
},
|
|
97650
|
+
{
|
|
97651
|
+
"children": [],
|
|
97652
|
+
"gap": "none",
|
|
97653
|
+
"type": "stack"
|
|
97654
|
+
}
|
|
97655
|
+
],
|
|
97656
|
+
{
|
|
97657
|
+
"children": [
|
|
97658
|
+
{
|
|
97659
|
+
"entity": "@payload.data",
|
|
97660
|
+
"fields": "@config.fields",
|
|
97661
|
+
"itemActions": "@config.itemActions",
|
|
97662
|
+
"maxInlineActions": "@config.maxInlineActions",
|
|
97663
|
+
"type": "data-list",
|
|
97664
|
+
"variant": "compact"
|
|
97665
|
+
}
|
|
97666
|
+
],
|
|
97667
|
+
"className": "overflow-x-auto",
|
|
97668
|
+
"direction": "vertical",
|
|
97669
|
+
"gap": "none",
|
|
97670
|
+
"type": "stack"
|
|
97671
|
+
}
|
|
97672
|
+
],
|
|
97673
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
97674
|
+
"direction": "vertical",
|
|
97675
|
+
"gap": "none",
|
|
97676
|
+
"type": "stack"
|
|
97677
|
+
},
|
|
97678
|
+
"label": "Triage look body",
|
|
97679
|
+
"description": "Render-ui SExpr rendered after rows load when browseLook = triage. Inbox-register queue: one surface with a toolbar search and compact list rows (title + badges + inline meta) built for keyboard-pace queue work; row actions collapse per maxInlineActions. Composes fields/itemActions/searchPlaceholder/bodySearch.",
|
|
97680
|
+
"tier": "internal"
|
|
97681
|
+
},
|
|
96928
97682
|
{
|
|
96929
97683
|
"key": "viewPattern",
|
|
96930
97684
|
"type": "pattern",
|
|
@@ -96938,10 +97692,12 @@
|
|
|
96938
97692
|
"transitionEvents": [
|
|
96939
97693
|
"BrowseItemLoadFailed",
|
|
96940
97694
|
"BrowseItemLoaded",
|
|
97695
|
+
"CLOSE",
|
|
96941
97696
|
"INIT",
|
|
96942
97697
|
"REFETCH_FILTER",
|
|
96943
97698
|
"REFETCH_PAGE",
|
|
96944
|
-
"REFETCH_QUERY"
|
|
97699
|
+
"REFETCH_QUERY",
|
|
97700
|
+
"VIEW"
|
|
96945
97701
|
],
|
|
96946
97702
|
"entityRebindable": true,
|
|
96947
97703
|
"entityContract": {
|
|
@@ -96969,7 +97725,7 @@
|
|
|
96969
97725
|
],
|
|
96970
97726
|
"exposure": "both",
|
|
96971
97727
|
"provenance": "authored",
|
|
96972
|
-
"substrateSignature": "
|
|
97728
|
+
"substrateSignature": "42885d45c69deaf1",
|
|
96973
97729
|
"sourceValid": true,
|
|
96974
97730
|
"paramsSchema": {
|
|
96975
97731
|
"type": "object",
|
|
@@ -97195,6 +97951,9 @@
|
|
|
97195
97951
|
"itemActions": {
|
|
97196
97952
|
"default": "@config.itemActions"
|
|
97197
97953
|
},
|
|
97954
|
+
"maxInlineActions": {
|
|
97955
|
+
"default": "@config.maxInlineActions"
|
|
97956
|
+
},
|
|
97198
97957
|
"pageSize": {
|
|
97199
97958
|
"default": "@config.displayPageSize"
|
|
97200
97959
|
}
|
|
@@ -97283,7 +98042,7 @@
|
|
|
97283
98042
|
"default": "@config.displayPageSize"
|
|
97284
98043
|
},
|
|
97285
98044
|
"selectable": {
|
|
97286
|
-
"default":
|
|
98045
|
+
"default": "@config.selectable"
|
|
97287
98046
|
}
|
|
97288
98047
|
}
|
|
97289
98048
|
},
|
|
@@ -97342,6 +98101,87 @@
|
|
|
97342
98101
|
}
|
|
97343
98102
|
}
|
|
97344
98103
|
},
|
|
98104
|
+
"MasterListView": {
|
|
98105
|
+
"type": "object",
|
|
98106
|
+
"additionalProperties": false,
|
|
98107
|
+
"description": "Override knobs for MasterListView.",
|
|
98108
|
+
"properties": {
|
|
98109
|
+
"config": {
|
|
98110
|
+
"type": "object",
|
|
98111
|
+
"additionalProperties": false,
|
|
98112
|
+
"properties": {
|
|
98113
|
+
"fields": {
|
|
98114
|
+
"default": "@config.fields"
|
|
98115
|
+
},
|
|
98116
|
+
"itemActions": {
|
|
98117
|
+
"default": "@config.itemActions"
|
|
98118
|
+
},
|
|
98119
|
+
"itemClickEvent": {
|
|
98120
|
+
"default": "VIEW"
|
|
98121
|
+
},
|
|
98122
|
+
"maxInlineActions": {
|
|
98123
|
+
"default": "@config.maxInlineActions"
|
|
98124
|
+
},
|
|
98125
|
+
"variant": {
|
|
98126
|
+
"default": "compact"
|
|
98127
|
+
}
|
|
98128
|
+
}
|
|
98129
|
+
},
|
|
98130
|
+
"name": {
|
|
98131
|
+
"type": "string",
|
|
98132
|
+
"description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
|
|
98133
|
+
},
|
|
98134
|
+
"events": {
|
|
98135
|
+
"type": "object",
|
|
98136
|
+
"additionalProperties": {
|
|
98137
|
+
"type": "string"
|
|
98138
|
+
},
|
|
98139
|
+
"description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
|
|
98140
|
+
},
|
|
98141
|
+
"listens": {
|
|
98142
|
+
"type": "array",
|
|
98143
|
+
"items": {
|
|
98144
|
+
"type": "object",
|
|
98145
|
+
"additionalProperties": false,
|
|
98146
|
+
"required": [
|
|
98147
|
+
"event",
|
|
98148
|
+
"triggers"
|
|
98149
|
+
],
|
|
98150
|
+
"properties": {
|
|
98151
|
+
"event": {
|
|
98152
|
+
"type": "string",
|
|
98153
|
+
"description": "Event key to subscribe to (bare name, no orbital prefix)."
|
|
98154
|
+
},
|
|
98155
|
+
"triggers": {
|
|
98156
|
+
"type": "string",
|
|
98157
|
+
"enum": [
|
|
98158
|
+
"DataListLoaded",
|
|
98159
|
+
"INIT"
|
|
98160
|
+
],
|
|
98161
|
+
"description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
|
|
98162
|
+
},
|
|
98163
|
+
"scope": {
|
|
98164
|
+
"type": "string",
|
|
98165
|
+
"enum": [
|
|
98166
|
+
"internal",
|
|
98167
|
+
"external"
|
|
98168
|
+
],
|
|
98169
|
+
"description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
|
|
98170
|
+
}
|
|
98171
|
+
}
|
|
98172
|
+
},
|
|
98173
|
+
"description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
|
|
98174
|
+
},
|
|
98175
|
+
"emitsScope": {
|
|
98176
|
+
"type": "string",
|
|
98177
|
+
"enum": [
|
|
98178
|
+
"internal",
|
|
98179
|
+
"external"
|
|
98180
|
+
],
|
|
98181
|
+
"description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
|
|
98182
|
+
}
|
|
98183
|
+
}
|
|
98184
|
+
},
|
|
97345
98185
|
"BrowseItemBrowse": {
|
|
97346
98186
|
"type": "object",
|
|
97347
98187
|
"additionalProperties": false,
|
|
@@ -97392,10 +98232,12 @@
|
|
|
97392
98232
|
"table",
|
|
97393
98233
|
"dense",
|
|
97394
98234
|
"feed",
|
|
97395
|
-
"gallery"
|
|
98235
|
+
"gallery",
|
|
98236
|
+
"master-detail",
|
|
98237
|
+
"triage"
|
|
97396
98238
|
],
|
|
97397
98239
|
"default": "table",
|
|
97398
|
-
"description": "Layer 2 visual treatment for the whole browse surface. table = the default data-grid (bodyContent); dense = spreadsheet-style
|
|
98240
|
+
"description": "Layer 2 visual treatment for the whole browse surface. table = the default data-grid (bodyContent); dense = spreadsheet-style table with toolbar search (denseBodyContent); feed = chronological card stream (feedBodyContent); gallery = image-first responsive card grid (galleryBodyContent); master-detail = record-work split view — dense list left, clicked record's detail right (masterDetailBodyContent); triage = inbox-register compact rows for queue work (triageBodyContent). Selecting a non-table look swaps which body tree renders after rows load; any body may still be overridden directly at the call site for a one-off layout.",
|
|
97399
98241
|
"x-label": "Browse look",
|
|
97400
98242
|
"x-tier": "presentation"
|
|
97401
98243
|
},
|
|
@@ -97420,7 +98262,12 @@
|
|
|
97420
98262
|
"type": "object",
|
|
97421
98263
|
"properties": {
|
|
97422
98264
|
"align": {
|
|
97423
|
-
"type": "string"
|
|
98265
|
+
"type": "string",
|
|
98266
|
+
"enum": [
|
|
98267
|
+
"left",
|
|
98268
|
+
"center",
|
|
98269
|
+
"right"
|
|
98270
|
+
]
|
|
97424
98271
|
},
|
|
97425
98272
|
"className": {
|
|
97426
98273
|
"type": "string"
|
|
@@ -97429,7 +98276,15 @@
|
|
|
97429
98276
|
"type": "string"
|
|
97430
98277
|
},
|
|
97431
98278
|
"format": {
|
|
97432
|
-
"type": "string"
|
|
98279
|
+
"type": "string",
|
|
98280
|
+
"enum": [
|
|
98281
|
+
"badge",
|
|
98282
|
+
"date",
|
|
98283
|
+
"currency",
|
|
98284
|
+
"number",
|
|
98285
|
+
"percent",
|
|
98286
|
+
"boolean"
|
|
98287
|
+
]
|
|
97433
98288
|
},
|
|
97434
98289
|
"header": {
|
|
97435
98290
|
"type": "string"
|
|
@@ -97441,7 +98296,12 @@
|
|
|
97441
98296
|
"type": "string"
|
|
97442
98297
|
},
|
|
97443
98298
|
"weight": {
|
|
97444
|
-
"type": "string"
|
|
98299
|
+
"type": "string",
|
|
98300
|
+
"enum": [
|
|
98301
|
+
"normal",
|
|
98302
|
+
"medium",
|
|
98303
|
+
"semibold"
|
|
98304
|
+
]
|
|
97445
98305
|
},
|
|
97446
98306
|
"width": {
|
|
97447
98307
|
"type": "string"
|
|
@@ -97487,14 +98347,14 @@
|
|
|
97487
98347
|
{
|
|
97488
98348
|
"children": [
|
|
97489
98349
|
{
|
|
97490
|
-
"className": "w-full",
|
|
98350
|
+
"className": "w-full max-w-md",
|
|
97491
98351
|
"clearable": true,
|
|
97492
98352
|
"event": "REFETCH_QUERY",
|
|
97493
98353
|
"placeholder": "@config.searchPlaceholder",
|
|
97494
98354
|
"type": "search-input"
|
|
97495
98355
|
}
|
|
97496
98356
|
],
|
|
97497
|
-
"className": "
|
|
98357
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
97498
98358
|
"direction": "horizontal",
|
|
97499
98359
|
"gap": "sm",
|
|
97500
98360
|
"type": "stack"
|
|
@@ -97509,14 +98369,15 @@
|
|
|
97509
98369
|
"children": [
|
|
97510
98370
|
"@trait.DenseTableView"
|
|
97511
98371
|
],
|
|
97512
|
-
"className": "
|
|
98372
|
+
"className": "overflow-x-auto",
|
|
97513
98373
|
"direction": "vertical",
|
|
97514
98374
|
"gap": "none",
|
|
97515
98375
|
"type": "stack"
|
|
97516
98376
|
}
|
|
97517
98377
|
],
|
|
98378
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
97518
98379
|
"direction": "vertical",
|
|
97519
|
-
"gap": "
|
|
98380
|
+
"gap": "none",
|
|
97520
98381
|
"type": "stack"
|
|
97521
98382
|
},
|
|
97522
98383
|
"description": "Render-ui SExpr rendered after rows load when browseLook = dense. Spreadsheet-style sticky-header data-table with a search bar; composes columns/itemActions/maxInlineActions/displayPageSize/searchPlaceholder. Folded from std-browse-dense (Phase 5.B).",
|
|
@@ -97530,6 +98391,34 @@
|
|
|
97530
98391
|
"x-label": "Description field binding",
|
|
97531
98392
|
"x-tier": "internal"
|
|
97532
98393
|
},
|
|
98394
|
+
"detailActions": {
|
|
98395
|
+
"default": [
|
|
98396
|
+
{
|
|
98397
|
+
"event": "CLOSE",
|
|
98398
|
+
"label": "Close"
|
|
98399
|
+
}
|
|
98400
|
+
],
|
|
98401
|
+
"description": "Action buttons on the master-detail record pane (detail-panel `actions` descriptors: label/event/icon/variant). Consumers add their own record actions (Edit/Delete/…) alongside or instead of Close.",
|
|
98402
|
+
"x-label": "Master-detail record pane actions",
|
|
98403
|
+
"x-synonyms": "record actions, detail actions, pane actions",
|
|
98404
|
+
"x-tier": "presentation"
|
|
98405
|
+
},
|
|
98406
|
+
"detailFields": {
|
|
98407
|
+
"type": "array",
|
|
98408
|
+
"items": {
|
|
98409
|
+
"type": "string"
|
|
98410
|
+
},
|
|
98411
|
+
"default": [
|
|
98412
|
+
"name",
|
|
98413
|
+
"description",
|
|
98414
|
+
"status",
|
|
98415
|
+
"createdAt"
|
|
98416
|
+
],
|
|
98417
|
+
"description": "Field names shown in the detail panel when browseLook = master-detail; the first entry doubles as the pane title. Consumers overriding columns/fields should override this list to match their entity.",
|
|
98418
|
+
"x-label": "Which fields appear in the master-detail record pane?",
|
|
98419
|
+
"x-synonyms": "detail columns, record fields, detail pane fields",
|
|
98420
|
+
"x-tier": "presentation"
|
|
98421
|
+
},
|
|
97533
98422
|
"displayPageSize": {
|
|
97534
98423
|
"type": "number",
|
|
97535
98424
|
"default": 10,
|
|
@@ -97622,6 +98511,7 @@
|
|
|
97622
98511
|
{
|
|
97623
98512
|
"color": "muted",
|
|
97624
98513
|
"content": "@config.metaBinding",
|
|
98514
|
+
"format": "@config.metaFormat",
|
|
97625
98515
|
"type": "typography",
|
|
97626
98516
|
"variant": "caption"
|
|
97627
98517
|
},
|
|
@@ -97653,6 +98543,7 @@
|
|
|
97653
98543
|
],
|
|
97654
98544
|
"className": "rounded-lg bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-main hover:border-[var(--color-border-strong)] hover:-translate-y-px",
|
|
97655
98545
|
"look": "flat-bordered",
|
|
98546
|
+
"padding": "none",
|
|
97656
98547
|
"type": "card"
|
|
97657
98548
|
}
|
|
97658
98549
|
],
|
|
@@ -97675,7 +98566,14 @@
|
|
|
97675
98566
|
"type": "object",
|
|
97676
98567
|
"properties": {
|
|
97677
98568
|
"format": {
|
|
97678
|
-
"type": "string"
|
|
98569
|
+
"type": "string",
|
|
98570
|
+
"enum": [
|
|
98571
|
+
"date",
|
|
98572
|
+
"currency",
|
|
98573
|
+
"number",
|
|
98574
|
+
"boolean",
|
|
98575
|
+
"percent"
|
|
98576
|
+
]
|
|
97679
98577
|
},
|
|
97680
98578
|
"header": {
|
|
97681
98579
|
"type": "string"
|
|
@@ -97693,7 +98591,16 @@
|
|
|
97693
98591
|
"type": "string"
|
|
97694
98592
|
},
|
|
97695
98593
|
"variant": {
|
|
97696
|
-
"type": "string"
|
|
98594
|
+
"type": "string",
|
|
98595
|
+
"enum": [
|
|
98596
|
+
"h3",
|
|
98597
|
+
"h4",
|
|
98598
|
+
"body",
|
|
98599
|
+
"caption",
|
|
98600
|
+
"badge",
|
|
98601
|
+
"small",
|
|
98602
|
+
"progress"
|
|
98603
|
+
]
|
|
97697
98604
|
}
|
|
97698
98605
|
},
|
|
97699
98606
|
"required": [
|
|
@@ -97768,7 +98675,7 @@
|
|
|
97768
98675
|
"type": "search-input"
|
|
97769
98676
|
}
|
|
97770
98677
|
],
|
|
97771
|
-
"className": "sticky top-0 z-10
|
|
98678
|
+
"className": "sticky top-0 z-10 py-3 bg-[var(--color-surface)]/95 backdrop-blur",
|
|
97772
98679
|
"direction": "horizontal",
|
|
97773
98680
|
"gap": "sm",
|
|
97774
98681
|
"type": "stack"
|
|
@@ -97782,95 +98689,12 @@
|
|
|
97782
98689
|
{
|
|
97783
98690
|
"className": "w-full",
|
|
97784
98691
|
"entity": "@payload.data",
|
|
97785
|
-
"fields":
|
|
98692
|
+
"fields": "@config.fields",
|
|
97786
98693
|
"gap": "lg",
|
|
98694
|
+
"imageField": "@config.imageField",
|
|
97787
98695
|
"itemActions": "@config.itemActions",
|
|
97788
98696
|
"maxInlineActions": "@config.maxInlineActions",
|
|
97789
98697
|
"minCardWidth": 260,
|
|
97790
|
-
"renderItem": [
|
|
97791
|
-
"fn",
|
|
97792
|
-
"item",
|
|
97793
|
-
{
|
|
97794
|
-
"children": [
|
|
97795
|
-
{
|
|
97796
|
-
"align": "center",
|
|
97797
|
-
"children": [
|
|
97798
|
-
{
|
|
97799
|
-
"className": "text-muted-foreground opacity-50 transition-transform duration-normal group-hover:scale-105",
|
|
97800
|
-
"name": "image",
|
|
97801
|
-
"size": "lg",
|
|
97802
|
-
"type": "icon"
|
|
97803
|
-
},
|
|
97804
|
-
{
|
|
97805
|
-
"className": "px-2 text-center truncate max-w-full",
|
|
97806
|
-
"color": "muted",
|
|
97807
|
-
"content": "@config.imageLabelBinding",
|
|
97808
|
-
"type": "typography",
|
|
97809
|
-
"variant": "caption"
|
|
97810
|
-
},
|
|
97811
|
-
{
|
|
97812
|
-
"align": "center",
|
|
97813
|
-
"children": [
|
|
97814
|
-
{
|
|
97815
|
-
"label": "@config.priceBinding",
|
|
97816
|
-
"type": "badge",
|
|
97817
|
-
"variant": "primary"
|
|
97818
|
-
}
|
|
97819
|
-
],
|
|
97820
|
-
"className": "absolute top-2 right-2",
|
|
97821
|
-
"direction": "horizontal",
|
|
97822
|
-
"gap": "xs",
|
|
97823
|
-
"type": "stack"
|
|
97824
|
-
},
|
|
97825
|
-
{
|
|
97826
|
-
"align": "center",
|
|
97827
|
-
"children": [
|
|
97828
|
-
{
|
|
97829
|
-
"label": "@config.badgeBinding",
|
|
97830
|
-
"type": "badge",
|
|
97831
|
-
"variant": "neutral"
|
|
97832
|
-
}
|
|
97833
|
-
],
|
|
97834
|
-
"className": "absolute top-2 left-2",
|
|
97835
|
-
"direction": "horizontal",
|
|
97836
|
-
"gap": "xs",
|
|
97837
|
-
"type": "stack"
|
|
97838
|
-
}
|
|
97839
|
-
],
|
|
97840
|
-
"className": "relative aspect-square w-full bg-muted overflow-hidden",
|
|
97841
|
-
"direction": "vertical",
|
|
97842
|
-
"gap": "xs",
|
|
97843
|
-
"justify": "center",
|
|
97844
|
-
"type": "stack"
|
|
97845
|
-
},
|
|
97846
|
-
{
|
|
97847
|
-
"children": [
|
|
97848
|
-
{
|
|
97849
|
-
"className": "truncate",
|
|
97850
|
-
"content": "@config.titleBinding",
|
|
97851
|
-
"type": "typography",
|
|
97852
|
-
"variant": "h4"
|
|
97853
|
-
},
|
|
97854
|
-
{
|
|
97855
|
-
"className": "line-clamp-2",
|
|
97856
|
-
"color": "muted",
|
|
97857
|
-
"content": "@config.descriptionBinding",
|
|
97858
|
-
"type": "typography",
|
|
97859
|
-
"variant": "caption"
|
|
97860
|
-
}
|
|
97861
|
-
],
|
|
97862
|
-
"className": "p-card-md",
|
|
97863
|
-
"direction": "vertical",
|
|
97864
|
-
"gap": "xs",
|
|
97865
|
-
"type": "stack"
|
|
97866
|
-
}
|
|
97867
|
-
],
|
|
97868
|
-
"className": "group rounded-lg overflow-hidden bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm hover:shadow-hover hover:-translate-y-0.5 transition-all duration-normal cursor-pointer",
|
|
97869
|
-
"direction": "vertical",
|
|
97870
|
-
"gap": "sm",
|
|
97871
|
-
"type": "stack"
|
|
97872
|
-
}
|
|
97873
|
-
],
|
|
97874
98698
|
"type": "data-grid"
|
|
97875
98699
|
}
|
|
97876
98700
|
],
|
|
@@ -97879,7 +98703,7 @@
|
|
|
97879
98703
|
"gap": "lg",
|
|
97880
98704
|
"type": "stack"
|
|
97881
98705
|
},
|
|
97882
|
-
"description": "Render-ui SExpr rendered after rows load when browseLook = gallery. Image-first responsive card grid
|
|
98706
|
+
"description": "Render-ui SExpr rendered after rows load when browseLook = gallery. Image-first responsive card grid (auto-fit minCardWidth) on the data-grid fields path: imageField renders the card photo when set (falsy-safe when empty), fields drive title/badges/meta. One tree, no renderItem lambda — lambdas do not survive inside (if) arms (2026-07-27).",
|
|
97883
98707
|
"x-label": "Gallery look body",
|
|
97884
98708
|
"x-tier": "internal"
|
|
97885
98709
|
},
|
|
@@ -97924,7 +98748,13 @@
|
|
|
97924
98748
|
"type": "string"
|
|
97925
98749
|
},
|
|
97926
98750
|
"variant": {
|
|
97927
|
-
"type": "string"
|
|
98751
|
+
"type": "string",
|
|
98752
|
+
"enum": [
|
|
98753
|
+
"primary",
|
|
98754
|
+
"secondary",
|
|
98755
|
+
"ghost",
|
|
98756
|
+
"danger"
|
|
98757
|
+
]
|
|
97928
98758
|
}
|
|
97929
98759
|
},
|
|
97930
98760
|
"required": [
|
|
@@ -97937,9 +98767,111 @@
|
|
|
97937
98767
|
"x-synonyms": "row buttons, row actions, item actions, per-row buttons, table actions",
|
|
97938
98768
|
"x-tier": "presentation"
|
|
97939
98769
|
},
|
|
98770
|
+
"masterDetailBodyContent": {
|
|
98771
|
+
"type": "object",
|
|
98772
|
+
"default": {
|
|
98773
|
+
"children": [
|
|
98774
|
+
{
|
|
98775
|
+
"children": [
|
|
98776
|
+
{
|
|
98777
|
+
"className": "w-full max-w-md",
|
|
98778
|
+
"clearable": true,
|
|
98779
|
+
"event": "REFETCH_QUERY",
|
|
98780
|
+
"placeholder": "@config.searchPlaceholder",
|
|
98781
|
+
"type": "search-input"
|
|
98782
|
+
}
|
|
98783
|
+
],
|
|
98784
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
98785
|
+
"direction": "horizontal",
|
|
98786
|
+
"gap": "sm",
|
|
98787
|
+
"type": "stack"
|
|
98788
|
+
},
|
|
98789
|
+
{
|
|
98790
|
+
"detail": {
|
|
98791
|
+
"children": [],
|
|
98792
|
+
"gap": "none",
|
|
98793
|
+
"type": "stack"
|
|
98794
|
+
},
|
|
98795
|
+
"emptyDetail": {
|
|
98796
|
+
"description": "Select a record from the list to see its details.",
|
|
98797
|
+
"icon": "mouse-pointer-click",
|
|
98798
|
+
"title": "Nothing selected",
|
|
98799
|
+
"type": "empty-state"
|
|
98800
|
+
},
|
|
98801
|
+
"hasSelection": false,
|
|
98802
|
+
"master": {
|
|
98803
|
+
"children": [
|
|
98804
|
+
"@trait.MasterListView"
|
|
98805
|
+
],
|
|
98806
|
+
"className": "overflow-y-auto",
|
|
98807
|
+
"direction": "vertical",
|
|
98808
|
+
"gap": "none",
|
|
98809
|
+
"type": "stack"
|
|
98810
|
+
},
|
|
98811
|
+
"type": "master-detail-layout"
|
|
98812
|
+
}
|
|
98813
|
+
],
|
|
98814
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
98815
|
+
"direction": "vertical",
|
|
98816
|
+
"gap": "none",
|
|
98817
|
+
"type": "stack"
|
|
98818
|
+
},
|
|
98819
|
+
"description": "Render-ui SExpr rendered after rows load when browseLook = master-detail: record-work split view — toolbar search, dense list left, empty-state pane right until a row is opened. Opening a row renders masterDetailRecordBodyContent. The toolbar is always present in this look (bodySearch does not apply).",
|
|
98820
|
+
"x-label": "Master-detail look body (no selection)",
|
|
98821
|
+
"x-tier": "internal"
|
|
98822
|
+
},
|
|
98823
|
+
"masterDetailRecordBodyContent": {
|
|
98824
|
+
"type": "object",
|
|
98825
|
+
"default": {
|
|
98826
|
+
"children": [
|
|
98827
|
+
{
|
|
98828
|
+
"children": [
|
|
98829
|
+
{
|
|
98830
|
+
"className": "w-full max-w-md",
|
|
98831
|
+
"clearable": true,
|
|
98832
|
+
"event": "REFETCH_QUERY",
|
|
98833
|
+
"placeholder": "@config.searchPlaceholder",
|
|
98834
|
+
"type": "search-input"
|
|
98835
|
+
}
|
|
98836
|
+
],
|
|
98837
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
98838
|
+
"direction": "horizontal",
|
|
98839
|
+
"gap": "sm",
|
|
98840
|
+
"type": "stack"
|
|
98841
|
+
},
|
|
98842
|
+
{
|
|
98843
|
+
"detail": {
|
|
98844
|
+
"actions": "@config.detailActions",
|
|
98845
|
+
"fieldNames": "@config.detailFields",
|
|
98846
|
+
"initialData": "@payload.row",
|
|
98847
|
+
"showActions": true,
|
|
98848
|
+
"type": "detail-panel"
|
|
98849
|
+
},
|
|
98850
|
+
"hasSelection": true,
|
|
98851
|
+
"master": {
|
|
98852
|
+
"children": [
|
|
98853
|
+
"@trait.MasterListView"
|
|
98854
|
+
],
|
|
98855
|
+
"className": "overflow-y-auto",
|
|
98856
|
+
"direction": "vertical",
|
|
98857
|
+
"gap": "none",
|
|
98858
|
+
"type": "stack"
|
|
98859
|
+
},
|
|
98860
|
+
"type": "master-detail-layout"
|
|
98861
|
+
}
|
|
98862
|
+
],
|
|
98863
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
98864
|
+
"direction": "vertical",
|
|
98865
|
+
"gap": "none",
|
|
98866
|
+
"type": "stack"
|
|
98867
|
+
},
|
|
98868
|
+
"description": "Render-ui SExpr rendered by the VIEW transition when browseLook = master-detail: the same split view with the clicked record's detail panel on the right, fed by the VIEW payload row and detailFields.",
|
|
98869
|
+
"x-label": "Master-detail look body (record open)",
|
|
98870
|
+
"x-tier": "internal"
|
|
98871
|
+
},
|
|
97940
98872
|
"maxInlineActions": {
|
|
97941
98873
|
"type": "number",
|
|
97942
|
-
"default":
|
|
98874
|
+
"default": 3,
|
|
97943
98875
|
"description": "Actions beyond this count collapse into a '⋯' overflow menu. Set 2–3 for dense tables.",
|
|
97944
98876
|
"x-label": "How many row actions to show before collapsing?",
|
|
97945
98877
|
"x-synonyms": "inline actions limit, overflow threshold, max buttons per row",
|
|
@@ -97948,10 +98880,24 @@
|
|
|
97948
98880
|
"metaBinding": {
|
|
97949
98881
|
"type": "string",
|
|
97950
98882
|
"default": "@item.createdAt",
|
|
97951
|
-
"description": "Binding path for the secondary meta slot (timestamp / category).",
|
|
98883
|
+
"description": "Binding path for the secondary meta slot (timestamp / category). Hosts binding a count or other non-date value should label it in the binding itself (e.g. (str/concat \"Vehicles: \" @item.vehicleCount)) and set metaFormat: none.",
|
|
97952
98884
|
"x-label": "Meta field binding",
|
|
97953
98885
|
"x-tier": "internal"
|
|
97954
98886
|
},
|
|
98887
|
+
"metaFormat": {
|
|
98888
|
+
"type": "string",
|
|
98889
|
+
"enum": [
|
|
98890
|
+
"none",
|
|
98891
|
+
"date",
|
|
98892
|
+
"time",
|
|
98893
|
+
"datetime",
|
|
98894
|
+
"number"
|
|
98895
|
+
],
|
|
98896
|
+
"default": "date",
|
|
98897
|
+
"description": "Typography format for the feed meta slot — date by default so the createdAt binding renders human-readable instead of raw ISO; set none for non-date bindings.",
|
|
98898
|
+
"x-label": "Meta value format",
|
|
98899
|
+
"x-tier": "presentation"
|
|
98900
|
+
},
|
|
97955
98901
|
"pageSize": {
|
|
97956
98902
|
"type": "number",
|
|
97957
98903
|
"default": 10,
|
|
@@ -97982,6 +98928,14 @@
|
|
|
97982
98928
|
"x-synonyms": "search hint, placeholder, search box text, search label",
|
|
97983
98929
|
"x-tier": "presentation"
|
|
97984
98930
|
},
|
|
98931
|
+
"selectable": {
|
|
98932
|
+
"type": "boolean",
|
|
98933
|
+
"default": false,
|
|
98934
|
+
"description": "Adds a checkbox column with select-all to the dense table. Enable only when the surface offers bulk actions — checkboxes with nothing to act on are a dead affordance.",
|
|
98935
|
+
"x-label": "Show row selection checkboxes?",
|
|
98936
|
+
"x-synonyms": "row checkboxes, multi-select, bulk select, selection column",
|
|
98937
|
+
"x-tier": "presentation"
|
|
98938
|
+
},
|
|
97985
98939
|
"titleBinding": {
|
|
97986
98940
|
"type": "string",
|
|
97987
98941
|
"default": "@item.name",
|
|
@@ -97989,6 +98943,60 @@
|
|
|
97989
98943
|
"x-label": "Title field binding",
|
|
97990
98944
|
"x-tier": "internal"
|
|
97991
98945
|
},
|
|
98946
|
+
"triageBodyContent": {
|
|
98947
|
+
"type": "object",
|
|
98948
|
+
"default": {
|
|
98949
|
+
"children": [
|
|
98950
|
+
[
|
|
98951
|
+
"if",
|
|
98952
|
+
"@config.bodySearch",
|
|
98953
|
+
{
|
|
98954
|
+
"children": [
|
|
98955
|
+
{
|
|
98956
|
+
"className": "w-full max-w-md",
|
|
98957
|
+
"clearable": true,
|
|
98958
|
+
"event": "REFETCH_QUERY",
|
|
98959
|
+
"placeholder": "@config.searchPlaceholder",
|
|
98960
|
+
"type": "search-input"
|
|
98961
|
+
}
|
|
98962
|
+
],
|
|
98963
|
+
"className": "px-card-md py-card-sm border-b border-[var(--color-border)]",
|
|
98964
|
+
"direction": "horizontal",
|
|
98965
|
+
"gap": "sm",
|
|
98966
|
+
"type": "stack"
|
|
98967
|
+
},
|
|
98968
|
+
{
|
|
98969
|
+
"children": [],
|
|
98970
|
+
"gap": "none",
|
|
98971
|
+
"type": "stack"
|
|
98972
|
+
}
|
|
98973
|
+
],
|
|
98974
|
+
{
|
|
98975
|
+
"children": [
|
|
98976
|
+
{
|
|
98977
|
+
"entity": "@payload.data",
|
|
98978
|
+
"fields": "@config.fields",
|
|
98979
|
+
"itemActions": "@config.itemActions",
|
|
98980
|
+
"maxInlineActions": "@config.maxInlineActions",
|
|
98981
|
+
"type": "data-list",
|
|
98982
|
+
"variant": "compact"
|
|
98983
|
+
}
|
|
98984
|
+
],
|
|
98985
|
+
"className": "overflow-x-auto",
|
|
98986
|
+
"direction": "vertical",
|
|
98987
|
+
"gap": "none",
|
|
98988
|
+
"type": "stack"
|
|
98989
|
+
}
|
|
98990
|
+
],
|
|
98991
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] shadow-sm overflow-hidden",
|
|
98992
|
+
"direction": "vertical",
|
|
98993
|
+
"gap": "none",
|
|
98994
|
+
"type": "stack"
|
|
98995
|
+
},
|
|
98996
|
+
"description": "Render-ui SExpr rendered after rows load when browseLook = triage. Inbox-register queue: one surface with a toolbar search and compact list rows (title + badges + inline meta) built for keyboard-pace queue work; row actions collapse per maxInlineActions. Composes fields/itemActions/searchPlaceholder/bodySearch.",
|
|
98997
|
+
"x-label": "Triage look body",
|
|
98998
|
+
"x-tier": "internal"
|
|
98999
|
+
},
|
|
97992
99000
|
"viewPattern": {
|
|
97993
99001
|
"type": "string",
|
|
97994
99002
|
"default": "data-grid",
|
|
@@ -98032,10 +99040,12 @@
|
|
|
98032
99040
|
"enum": [
|
|
98033
99041
|
"BrowseItemLoadFailed",
|
|
98034
99042
|
"BrowseItemLoaded",
|
|
99043
|
+
"CLOSE",
|
|
98035
99044
|
"INIT",
|
|
98036
99045
|
"REFETCH_FILTER",
|
|
98037
99046
|
"REFETCH_PAGE",
|
|
98038
|
-
"REFETCH_QUERY"
|
|
99047
|
+
"REFETCH_QUERY",
|
|
99048
|
+
"VIEW"
|
|
98039
99049
|
],
|
|
98040
99050
|
"description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
|
|
98041
99051
|
},
|
|
@@ -101208,6 +102218,30 @@
|
|
|
101208
102218
|
}
|
|
101209
102219
|
],
|
|
101210
102220
|
"overridableConfigKeys": [
|
|
102221
|
+
{
|
|
102222
|
+
"key": "agendaGroupBy",
|
|
102223
|
+
"type": "string",
|
|
102224
|
+
"default": "date",
|
|
102225
|
+
"label": "Agenda group-by field",
|
|
102226
|
+
"description": "Row field the agenda list groups its day sections by. Rebound hosts point this at their own timestamp column (e.g. startTime, scheduledAt).",
|
|
102227
|
+
"synonyms": "group field, section field, day field",
|
|
102228
|
+
"tier": "presentation"
|
|
102229
|
+
},
|
|
102230
|
+
{
|
|
102231
|
+
"key": "agendaItemActions",
|
|
102232
|
+
"type": "json",
|
|
102233
|
+
"default": [
|
|
102234
|
+
{
|
|
102235
|
+
"event": "SELECT_DAY",
|
|
102236
|
+
"icon": "eye",
|
|
102237
|
+
"label": "View"
|
|
102238
|
+
}
|
|
102239
|
+
],
|
|
102240
|
+
"label": "Agenda item actions",
|
|
102241
|
+
"description": "Per-item action buttons on agenda-list rows — data-list itemActions descriptors (label/event/icon/variant). Consumers override to wire their own row actions (View/Edit/Delete) so agenda hosts never need a second table for actions.",
|
|
102242
|
+
"synonyms": "agenda actions, row actions, event actions, list actions",
|
|
102243
|
+
"tier": "presentation"
|
|
102244
|
+
},
|
|
101211
102245
|
{
|
|
101212
102246
|
"key": "agendaListBodyContent",
|
|
101213
102247
|
"type": "render-ui",
|
|
@@ -101251,7 +102285,8 @@
|
|
|
101251
102285
|
"entity": "@payload.data",
|
|
101252
102286
|
"fields": [],
|
|
101253
102287
|
"gap": "md",
|
|
101254
|
-
"groupBy": "
|
|
102288
|
+
"groupBy": "@config.agendaGroupBy",
|
|
102289
|
+
"itemActions": "@config.agendaItemActions",
|
|
101255
102290
|
"renderItem": [
|
|
101256
102291
|
"fn",
|
|
101257
102292
|
"item",
|
|
@@ -101266,6 +102301,7 @@
|
|
|
101266
102301
|
{
|
|
101267
102302
|
"color": "muted",
|
|
101268
102303
|
"content": "@config.timeBinding",
|
|
102304
|
+
"format": "time",
|
|
101269
102305
|
"type": "typography",
|
|
101270
102306
|
"variant": "overline"
|
|
101271
102307
|
},
|
|
@@ -101886,6 +102922,27 @@
|
|
|
101886
102922
|
"type": "object",
|
|
101887
102923
|
"additionalProperties": false,
|
|
101888
102924
|
"properties": {
|
|
102925
|
+
"agendaGroupBy": {
|
|
102926
|
+
"type": "string",
|
|
102927
|
+
"default": "date",
|
|
102928
|
+
"description": "Row field the agenda list groups its day sections by. Rebound hosts point this at their own timestamp column (e.g. startTime, scheduledAt).",
|
|
102929
|
+
"x-label": "Agenda group-by field",
|
|
102930
|
+
"x-synonyms": "group field, section field, day field",
|
|
102931
|
+
"x-tier": "presentation"
|
|
102932
|
+
},
|
|
102933
|
+
"agendaItemActions": {
|
|
102934
|
+
"default": [
|
|
102935
|
+
{
|
|
102936
|
+
"event": "SELECT_DAY",
|
|
102937
|
+
"icon": "eye",
|
|
102938
|
+
"label": "View"
|
|
102939
|
+
}
|
|
102940
|
+
],
|
|
102941
|
+
"description": "Per-item action buttons on agenda-list rows — data-list itemActions descriptors (label/event/icon/variant). Consumers override to wire their own row actions (View/Edit/Delete) so agenda hosts never need a second table for actions.",
|
|
102942
|
+
"x-label": "Agenda item actions",
|
|
102943
|
+
"x-synonyms": "agenda actions, row actions, event actions, list actions",
|
|
102944
|
+
"x-tier": "presentation"
|
|
102945
|
+
},
|
|
101889
102946
|
"agendaListBodyContent": {
|
|
101890
102947
|
"type": "object",
|
|
101891
102948
|
"default": {
|
|
@@ -101928,7 +102985,8 @@
|
|
|
101928
102985
|
"entity": "@payload.data",
|
|
101929
102986
|
"fields": [],
|
|
101930
102987
|
"gap": "md",
|
|
101931
|
-
"groupBy": "
|
|
102988
|
+
"groupBy": "@config.agendaGroupBy",
|
|
102989
|
+
"itemActions": "@config.agendaItemActions",
|
|
101932
102990
|
"renderItem": [
|
|
101933
102991
|
"fn",
|
|
101934
102992
|
"item",
|
|
@@ -101943,6 +103001,7 @@
|
|
|
101943
103001
|
{
|
|
101944
103002
|
"color": "muted",
|
|
101945
103003
|
"content": "@config.timeBinding",
|
|
103004
|
+
"format": "time",
|
|
101946
103005
|
"type": "typography",
|
|
101947
103006
|
"variant": "overline"
|
|
101948
103007
|
},
|
|
@@ -112374,6 +113433,14 @@
|
|
|
112374
113433
|
"description": "Minimum pixel width per tile before the grid re-flows",
|
|
112375
113434
|
"tier": "presentation"
|
|
112376
113435
|
},
|
|
113436
|
+
{
|
|
113437
|
+
"key": "theme",
|
|
113438
|
+
"type": "string",
|
|
113439
|
+
"default": "",
|
|
113440
|
+
"label": "Theme",
|
|
113441
|
+
"description": "Design-system skin applied to the embedded grid surface via data-theme (e.g. 'linear-clean-light'). Empty inherits the surrounding shell's theme. Needed because this atom renders without app-shell chrome, so no layout-level theme cascade reaches it.",
|
|
113442
|
+
"tier": "presentation"
|
|
113443
|
+
},
|
|
112377
113444
|
{
|
|
112378
113445
|
"key": "tile10Trait",
|
|
112379
113446
|
"type": "trait",
|
|
@@ -112842,6 +113909,13 @@
|
|
|
112842
113909
|
"x-label": "Tile min width",
|
|
112843
113910
|
"x-tier": "presentation"
|
|
112844
113911
|
},
|
|
113912
|
+
"theme": {
|
|
113913
|
+
"type": "string",
|
|
113914
|
+
"default": "",
|
|
113915
|
+
"description": "Design-system skin applied to the embedded grid surface via data-theme (e.g. 'linear-clean-light'). Empty inherits the surrounding shell's theme. Needed because this atom renders without app-shell chrome, so no layout-level theme cascade reaches it.",
|
|
113916
|
+
"x-label": "Theme",
|
|
113917
|
+
"x-tier": "presentation"
|
|
113918
|
+
},
|
|
112845
113919
|
"tile10Trait": {
|
|
112846
113920
|
"type": "string",
|
|
112847
113921
|
"default": "@trait.EmptyTile",
|
|
@@ -158868,22 +159942,20 @@
|
|
|
158868
159942
|
"type": "[PartySpec]",
|
|
158869
159943
|
"default": [
|
|
158870
159944
|
{
|
|
158871
|
-
"actionDescription": "Authorize
|
|
159945
|
+
"actionDescription": "Authorize the funds to be held in escrow until delivery is confirmed.",
|
|
158872
159946
|
"actionIcon": "credit-card",
|
|
158873
159947
|
"actionLabel": "Confirm payment",
|
|
158874
|
-
"
|
|
158875
|
-
"description": "Funds the transaction and confirms receipt of the vehicle.",
|
|
159948
|
+
"description": "Funds the transaction and confirms receipt.",
|
|
158876
159949
|
"icon": "user",
|
|
158877
159950
|
"id": "buyer",
|
|
158878
159951
|
"stepLabel": "Step 1 of 2",
|
|
158879
159952
|
"title": "Buyer"
|
|
158880
159953
|
},
|
|
158881
159954
|
{
|
|
158882
|
-
"actionDescription": "Mark the
|
|
159955
|
+
"actionDescription": "Mark the item as shipped. Funds release after the buyer confirms receipt.",
|
|
158883
159956
|
"actionIcon": "package",
|
|
158884
159957
|
"actionLabel": "Confirm shipment",
|
|
158885
|
-
"
|
|
158886
|
-
"description": "Ships the vehicle and uploads delivery proof.",
|
|
159958
|
+
"description": "Ships the item and uploads delivery proof.",
|
|
158887
159959
|
"icon": "user-check",
|
|
158888
159960
|
"id": "seller",
|
|
158889
159961
|
"stepLabel": "Step 2 of 2",
|
|
@@ -158891,7 +159963,7 @@
|
|
|
158891
159963
|
}
|
|
158892
159964
|
],
|
|
158893
159965
|
"label": "Parties",
|
|
158894
|
-
"description": "Ordered participants with role, actor name, and required action",
|
|
159966
|
+
"description": "Ordered participants with role, actor name, and required action. stepLabel entries should track the party count when overriding.",
|
|
158895
159967
|
"tier": "domain",
|
|
158896
159968
|
"items": {
|
|
158897
159969
|
"properties": {
|
|
@@ -159018,7 +160090,7 @@
|
|
|
159018
160090
|
{
|
|
159019
160091
|
"key": "transactionAmount",
|
|
159020
160092
|
"type": "string",
|
|
159021
|
-
"default": "$
|
|
160093
|
+
"default": "$0.00",
|
|
159022
160094
|
"label": "Amount",
|
|
159023
160095
|
"description": "Formatted amount held in escrow",
|
|
159024
160096
|
"tier": "presentation"
|
|
@@ -159026,7 +160098,7 @@
|
|
|
159026
160098
|
{
|
|
159027
160099
|
"key": "transactionReference",
|
|
159028
160100
|
"type": "string",
|
|
159029
|
-
"default": "
|
|
160101
|
+
"default": "",
|
|
159030
160102
|
"label": "Reference",
|
|
159031
160103
|
"description": "External identifier shown in the summary",
|
|
159032
160104
|
"tier": "presentation"
|
|
@@ -159034,7 +160106,7 @@
|
|
|
159034
160106
|
{
|
|
159035
160107
|
"key": "transactionSubject",
|
|
159036
160108
|
"type": "string",
|
|
159037
|
-
"default": "Sale of
|
|
160109
|
+
"default": "Sale of item",
|
|
159038
160110
|
"label": "Subject",
|
|
159039
160111
|
"description": "Short description of what is being transacted",
|
|
159040
160112
|
"tier": "presentation"
|
|
@@ -159407,29 +160479,27 @@
|
|
|
159407
160479
|
},
|
|
159408
160480
|
"default": [
|
|
159409
160481
|
{
|
|
159410
|
-
"actionDescription": "Authorize
|
|
160482
|
+
"actionDescription": "Authorize the funds to be held in escrow until delivery is confirmed.",
|
|
159411
160483
|
"actionIcon": "credit-card",
|
|
159412
160484
|
"actionLabel": "Confirm payment",
|
|
159413
|
-
"
|
|
159414
|
-
"description": "Funds the transaction and confirms receipt of the vehicle.",
|
|
160485
|
+
"description": "Funds the transaction and confirms receipt.",
|
|
159415
160486
|
"icon": "user",
|
|
159416
160487
|
"id": "buyer",
|
|
159417
160488
|
"stepLabel": "Step 1 of 2",
|
|
159418
160489
|
"title": "Buyer"
|
|
159419
160490
|
},
|
|
159420
160491
|
{
|
|
159421
|
-
"actionDescription": "Mark the
|
|
160492
|
+
"actionDescription": "Mark the item as shipped. Funds release after the buyer confirms receipt.",
|
|
159422
160493
|
"actionIcon": "package",
|
|
159423
160494
|
"actionLabel": "Confirm shipment",
|
|
159424
|
-
"
|
|
159425
|
-
"description": "Ships the vehicle and uploads delivery proof.",
|
|
160495
|
+
"description": "Ships the item and uploads delivery proof.",
|
|
159426
160496
|
"icon": "user-check",
|
|
159427
160497
|
"id": "seller",
|
|
159428
160498
|
"stepLabel": "Step 2 of 2",
|
|
159429
160499
|
"title": "Seller"
|
|
159430
160500
|
}
|
|
159431
160501
|
],
|
|
159432
|
-
"description": "Ordered participants with role, actor name, and required action",
|
|
160502
|
+
"description": "Ordered participants with role, actor name, and required action. stepLabel entries should track the party count when overriding.",
|
|
159433
160503
|
"x-label": "Parties",
|
|
159434
160504
|
"x-tier": "domain"
|
|
159435
160505
|
},
|
|
@@ -159481,21 +160551,21 @@
|
|
|
159481
160551
|
},
|
|
159482
160552
|
"transactionAmount": {
|
|
159483
160553
|
"type": "string",
|
|
159484
|
-
"default": "$
|
|
160554
|
+
"default": "$0.00",
|
|
159485
160555
|
"description": "Formatted amount held in escrow",
|
|
159486
160556
|
"x-label": "Amount",
|
|
159487
160557
|
"x-tier": "presentation"
|
|
159488
160558
|
},
|
|
159489
160559
|
"transactionReference": {
|
|
159490
160560
|
"type": "string",
|
|
159491
|
-
"default": "
|
|
160561
|
+
"default": "",
|
|
159492
160562
|
"description": "External identifier shown in the summary",
|
|
159493
160563
|
"x-label": "Reference",
|
|
159494
160564
|
"x-tier": "presentation"
|
|
159495
160565
|
},
|
|
159496
160566
|
"transactionSubject": {
|
|
159497
160567
|
"type": "string",
|
|
159498
|
-
"default": "Sale of
|
|
160568
|
+
"default": "Sale of item",
|
|
159499
160569
|
"description": "Short description of what is being transacted",
|
|
159500
160570
|
"x-label": "Subject",
|
|
159501
160571
|
"x-tier": "presentation"
|
|
@@ -192581,31 +193651,37 @@
|
|
|
192581
193651
|
"key": "bodyContent",
|
|
192582
193652
|
"type": "render-ui",
|
|
192583
193653
|
"default": {
|
|
192584
|
-
"
|
|
192585
|
-
"fields": [],
|
|
192586
|
-
"renderItem": [
|
|
192587
|
-
"fn",
|
|
192588
|
-
"card",
|
|
193654
|
+
"children": [
|
|
192589
193655
|
{
|
|
192590
|
-
"
|
|
192591
|
-
"
|
|
192592
|
-
"
|
|
192593
|
-
|
|
192594
|
-
|
|
192595
|
-
|
|
192596
|
-
|
|
192597
|
-
|
|
192598
|
-
|
|
192599
|
-
|
|
192600
|
-
|
|
192601
|
-
|
|
192602
|
-
|
|
192603
|
-
|
|
192604
|
-
|
|
192605
|
-
|
|
193656
|
+
"entity": "@entity.cards",
|
|
193657
|
+
"fields": [],
|
|
193658
|
+
"renderItem": [
|
|
193659
|
+
"fn",
|
|
193660
|
+
"card",
|
|
193661
|
+
{
|
|
193662
|
+
"clickEvent": "@card.clickEvent",
|
|
193663
|
+
"format": "@card.format",
|
|
193664
|
+
"icon": "@card.icon",
|
|
193665
|
+
"label": "@card.label",
|
|
193666
|
+
"look": "@config.statLook",
|
|
193667
|
+
"max": "@card.max",
|
|
193668
|
+
"prefix": "@card.prefix",
|
|
193669
|
+
"sparklineData": "@card.sparklineData",
|
|
193670
|
+
"suffix": "@card.suffix",
|
|
193671
|
+
"target": "@card.target",
|
|
193672
|
+
"trend": "@card.trend",
|
|
193673
|
+
"trendFormat": "@card.trendFormat",
|
|
193674
|
+
"trendPolarity": "@card.trendPolarity",
|
|
193675
|
+
"type": "stat-display",
|
|
193676
|
+
"value": "@card.value",
|
|
193677
|
+
"variant": "@card.variant"
|
|
193678
|
+
}
|
|
193679
|
+
],
|
|
193680
|
+
"type": "@config.viewPattern"
|
|
192606
193681
|
}
|
|
192607
193682
|
],
|
|
192608
|
-
"
|
|
193683
|
+
"data-theme": "@config.theme",
|
|
193684
|
+
"type": "box"
|
|
192609
193685
|
},
|
|
192610
193686
|
"label": "Body content tree",
|
|
192611
193687
|
"description": "Render-ui SExpr rendered after metrics aggregate for statsLook='cards' — the canonical data-grid call mapping @entity.cards through stat-display. Other statsLook values render kpiTilesBodyContent / heroMetricBodyContent / sparklineRowBodyContent instead; all four share this trait's state machine, aggregation pipeline, and listens.",
|
|
@@ -192615,106 +193691,112 @@
|
|
|
192615
193691
|
"key": "heroMetricBodyContent",
|
|
192616
193692
|
"type": "render-ui",
|
|
192617
193693
|
"default": {
|
|
192618
|
-
"
|
|
192619
|
-
"fields": [],
|
|
192620
|
-
"gap": "none",
|
|
192621
|
-
"renderItem": [
|
|
192622
|
-
"fn",
|
|
192623
|
-
"card",
|
|
193694
|
+
"children": [
|
|
192624
193695
|
{
|
|
192625
|
-
"
|
|
193696
|
+
"entity": "@entity.cards",
|
|
193697
|
+
"fields": [],
|
|
193698
|
+
"gap": "none",
|
|
193699
|
+
"renderItem": [
|
|
193700
|
+
"fn",
|
|
193701
|
+
"card",
|
|
192626
193702
|
{
|
|
192627
193703
|
"children": [
|
|
192628
193704
|
{
|
|
192629
|
-
"align": "center",
|
|
192630
193705
|
"children": [
|
|
192631
193706
|
{
|
|
192632
193707
|
"align": "center",
|
|
192633
193708
|
"children": [
|
|
192634
193709
|
{
|
|
192635
|
-
"
|
|
192636
|
-
"
|
|
192637
|
-
|
|
192638
|
-
|
|
192639
|
-
|
|
192640
|
-
|
|
192641
|
-
|
|
192642
|
-
|
|
192643
|
-
|
|
192644
|
-
|
|
192645
|
-
|
|
192646
|
-
|
|
192647
|
-
|
|
192648
|
-
|
|
192649
|
-
|
|
192650
|
-
|
|
192651
|
-
|
|
192652
|
-
|
|
192653
|
-
|
|
192654
|
-
|
|
192655
|
-
|
|
192656
|
-
"children": [
|
|
192657
|
-
{
|
|
192658
|
-
"color": "muted",
|
|
192659
|
-
"content": "@card.prefix",
|
|
192660
|
-
"type": "typography",
|
|
192661
|
-
"variant": "h2",
|
|
192662
|
-
"weight": "normal"
|
|
193710
|
+
"align": "center",
|
|
193711
|
+
"children": [
|
|
193712
|
+
{
|
|
193713
|
+
"color": "muted",
|
|
193714
|
+
"name": "@card.icon",
|
|
193715
|
+
"size": "md",
|
|
193716
|
+
"type": "icon"
|
|
193717
|
+
},
|
|
193718
|
+
{
|
|
193719
|
+
"className": "uppercase tracking-widest",
|
|
193720
|
+
"color": "muted",
|
|
193721
|
+
"content": "@card.label",
|
|
193722
|
+
"type": "typography",
|
|
193723
|
+
"variant": "overline",
|
|
193724
|
+
"weight": "bold"
|
|
193725
|
+
}
|
|
193726
|
+
],
|
|
193727
|
+
"direction": "horizontal",
|
|
193728
|
+
"gap": "sm",
|
|
193729
|
+
"justify": "center",
|
|
193730
|
+
"type": "stack"
|
|
192663
193731
|
},
|
|
192664
193732
|
{
|
|
192665
|
-
"
|
|
192666
|
-
"
|
|
192667
|
-
|
|
192668
|
-
|
|
193733
|
+
"align": "baseline",
|
|
193734
|
+
"children": [
|
|
193735
|
+
{
|
|
193736
|
+
"color": "muted",
|
|
193737
|
+
"content": "@card.prefix",
|
|
193738
|
+
"type": "typography",
|
|
193739
|
+
"variant": "h2",
|
|
193740
|
+
"weight": "normal"
|
|
193741
|
+
},
|
|
193742
|
+
{
|
|
193743
|
+
"className": "text-7xl md:text-8xl font-bold tracking-tighter tabular-nums text-[var(--color-foreground)]",
|
|
193744
|
+
"format": "@card.format",
|
|
193745
|
+
"type": "animated-counter",
|
|
193746
|
+
"value": "@card.value"
|
|
193747
|
+
},
|
|
193748
|
+
{
|
|
193749
|
+
"color": "muted",
|
|
193750
|
+
"content": "@card.suffix",
|
|
193751
|
+
"type": "typography",
|
|
193752
|
+
"variant": "h2",
|
|
193753
|
+
"weight": "normal"
|
|
193754
|
+
}
|
|
193755
|
+
],
|
|
193756
|
+
"className": "py-section",
|
|
193757
|
+
"direction": "horizontal",
|
|
193758
|
+
"gap": "xs",
|
|
193759
|
+
"justify": "center",
|
|
193760
|
+
"type": "stack"
|
|
192669
193761
|
},
|
|
192670
193762
|
{
|
|
192671
|
-
"
|
|
192672
|
-
"
|
|
192673
|
-
"type": "
|
|
192674
|
-
"
|
|
192675
|
-
"weight": "normal"
|
|
193763
|
+
"showValue": true,
|
|
193764
|
+
"size": "md",
|
|
193765
|
+
"type": "trend-indicator",
|
|
193766
|
+
"value": "@card.trend"
|
|
192676
193767
|
}
|
|
192677
193768
|
],
|
|
192678
|
-
"className": "
|
|
192679
|
-
"direction": "
|
|
192680
|
-
"gap": "
|
|
192681
|
-
"justify": "center",
|
|
193769
|
+
"className": "relative z-10 w-full max-w-2xl mx-auto text-center",
|
|
193770
|
+
"direction": "vertical",
|
|
193771
|
+
"gap": "md",
|
|
192682
193772
|
"type": "stack"
|
|
192683
193773
|
},
|
|
192684
193774
|
{
|
|
192685
|
-
"
|
|
192686
|
-
"
|
|
192687
|
-
"
|
|
192688
|
-
"
|
|
193775
|
+
"className": "absolute inset-x-0 bottom-0 w-full opacity-10 pointer-events-none",
|
|
193776
|
+
"color": "auto",
|
|
193777
|
+
"data": "@card.sparklineData",
|
|
193778
|
+
"fill": true,
|
|
193779
|
+
"height": 96,
|
|
193780
|
+
"strokeWidth": 1,
|
|
193781
|
+
"type": "sparkline"
|
|
192689
193782
|
}
|
|
192690
193783
|
],
|
|
192691
|
-
"
|
|
192692
|
-
"
|
|
192693
|
-
"
|
|
192694
|
-
"type": "stack"
|
|
192695
|
-
},
|
|
192696
|
-
{
|
|
192697
|
-
"className": "absolute inset-x-0 bottom-0 w-full opacity-10 pointer-events-none",
|
|
192698
|
-
"color": "auto",
|
|
192699
|
-
"data": "@card.sparklineData",
|
|
192700
|
-
"fill": true,
|
|
192701
|
-
"height": 96,
|
|
192702
|
-
"strokeWidth": 1,
|
|
192703
|
-
"type": "sparkline"
|
|
193784
|
+
"look": "elevated",
|
|
193785
|
+
"padding": "lg",
|
|
193786
|
+
"type": "card"
|
|
192704
193787
|
}
|
|
192705
193788
|
],
|
|
192706
|
-
"
|
|
192707
|
-
"
|
|
192708
|
-
"
|
|
193789
|
+
"className": "relative w-full rounded-xl shadow-lg overflow-hidden",
|
|
193790
|
+
"direction": "vertical",
|
|
193791
|
+
"gap": "none",
|
|
193792
|
+
"type": "stack"
|
|
192709
193793
|
}
|
|
192710
193794
|
],
|
|
192711
|
-
"
|
|
192712
|
-
"direction": "vertical",
|
|
192713
|
-
"gap": "none",
|
|
192714
|
-
"type": "stack"
|
|
193795
|
+
"type": "data-list"
|
|
192715
193796
|
}
|
|
192716
193797
|
],
|
|
192717
|
-
"
|
|
193798
|
+
"data-theme": "@config.theme",
|
|
193799
|
+
"type": "box"
|
|
192718
193800
|
},
|
|
192719
193801
|
"label": "Hero metric body content tree",
|
|
192720
193802
|
"description": "Render-ui SExpr for statsLook='hero-metric' — one elevated card, one oversize number, background sparkline.",
|
|
@@ -192724,95 +193806,101 @@
|
|
|
192724
193806
|
"key": "kpiTilesBodyContent",
|
|
192725
193807
|
"type": "render-ui",
|
|
192726
193808
|
"default": {
|
|
192727
|
-
"
|
|
192728
|
-
"entity": "@entity.cards",
|
|
192729
|
-
"fields": [],
|
|
192730
|
-
"gap": "lg",
|
|
192731
|
-
"minCardWidth": 220,
|
|
192732
|
-
"renderItem": [
|
|
192733
|
-
"fn",
|
|
192734
|
-
"card",
|
|
193809
|
+
"children": [
|
|
192735
193810
|
{
|
|
192736
|
-
"
|
|
192737
|
-
|
|
192738
|
-
|
|
192739
|
-
|
|
192740
|
-
|
|
192741
|
-
|
|
192742
|
-
|
|
192743
|
-
|
|
192744
|
-
"type": "typography",
|
|
192745
|
-
"variant": "caption",
|
|
192746
|
-
"weight": "medium"
|
|
192747
|
-
},
|
|
192748
|
-
{
|
|
192749
|
-
"color": "muted",
|
|
192750
|
-
"name": "@card.icon",
|
|
192751
|
-
"size": "sm",
|
|
192752
|
-
"type": "icon"
|
|
192753
|
-
}
|
|
192754
|
-
],
|
|
192755
|
-
"direction": "horizontal",
|
|
192756
|
-
"gap": "xs",
|
|
192757
|
-
"justify": "between",
|
|
192758
|
-
"type": "stack"
|
|
192759
|
-
},
|
|
193811
|
+
"className": "w-full",
|
|
193812
|
+
"entity": "@entity.cards",
|
|
193813
|
+
"fields": [],
|
|
193814
|
+
"gap": "lg",
|
|
193815
|
+
"minCardWidth": 220,
|
|
193816
|
+
"renderItem": [
|
|
193817
|
+
"fn",
|
|
193818
|
+
"card",
|
|
192760
193819
|
{
|
|
192761
|
-
"align": "baseline",
|
|
192762
193820
|
"children": [
|
|
192763
193821
|
{
|
|
192764
|
-
"
|
|
192765
|
-
"
|
|
192766
|
-
|
|
192767
|
-
|
|
192768
|
-
|
|
192769
|
-
|
|
192770
|
-
|
|
192771
|
-
|
|
192772
|
-
|
|
192773
|
-
|
|
193822
|
+
"align": "center",
|
|
193823
|
+
"children": [
|
|
193824
|
+
{
|
|
193825
|
+
"className": "uppercase tracking-wide",
|
|
193826
|
+
"color": "muted",
|
|
193827
|
+
"content": "@card.label",
|
|
193828
|
+
"type": "typography",
|
|
193829
|
+
"variant": "caption",
|
|
193830
|
+
"weight": "medium"
|
|
193831
|
+
},
|
|
193832
|
+
{
|
|
193833
|
+
"color": "muted",
|
|
193834
|
+
"name": "@card.icon",
|
|
193835
|
+
"size": "sm",
|
|
193836
|
+
"type": "icon"
|
|
193837
|
+
}
|
|
193838
|
+
],
|
|
193839
|
+
"direction": "horizontal",
|
|
193840
|
+
"gap": "xs",
|
|
193841
|
+
"justify": "between",
|
|
193842
|
+
"type": "stack"
|
|
192774
193843
|
},
|
|
192775
193844
|
{
|
|
192776
|
-
"
|
|
192777
|
-
"
|
|
192778
|
-
|
|
192779
|
-
|
|
192780
|
-
|
|
192781
|
-
|
|
192782
|
-
|
|
192783
|
-
|
|
192784
|
-
|
|
192785
|
-
|
|
192786
|
-
|
|
192787
|
-
|
|
192788
|
-
|
|
192789
|
-
|
|
192790
|
-
|
|
192791
|
-
|
|
192792
|
-
|
|
192793
|
-
|
|
193845
|
+
"align": "baseline",
|
|
193846
|
+
"children": [
|
|
193847
|
+
{
|
|
193848
|
+
"color": "muted",
|
|
193849
|
+
"content": "@card.prefix",
|
|
193850
|
+
"type": "typography",
|
|
193851
|
+
"variant": "caption"
|
|
193852
|
+
},
|
|
193853
|
+
{
|
|
193854
|
+
"className": "text-4xl font-bold tracking-tight",
|
|
193855
|
+
"format": "@card.format",
|
|
193856
|
+
"type": "animated-counter",
|
|
193857
|
+
"value": "@card.value"
|
|
193858
|
+
},
|
|
193859
|
+
{
|
|
193860
|
+
"color": "muted",
|
|
193861
|
+
"content": "@card.suffix",
|
|
193862
|
+
"type": "typography",
|
|
193863
|
+
"variant": "caption"
|
|
193864
|
+
}
|
|
193865
|
+
],
|
|
193866
|
+
"direction": "horizontal",
|
|
193867
|
+
"gap": "xs",
|
|
193868
|
+
"type": "stack"
|
|
192794
193869
|
},
|
|
192795
193870
|
{
|
|
192796
|
-
"
|
|
192797
|
-
"
|
|
192798
|
-
|
|
192799
|
-
|
|
192800
|
-
|
|
192801
|
-
|
|
193871
|
+
"align": "center",
|
|
193872
|
+
"children": [
|
|
193873
|
+
{
|
|
193874
|
+
"showValue": true,
|
|
193875
|
+
"size": "sm",
|
|
193876
|
+
"type": "trend-indicator",
|
|
193877
|
+
"value": "@card.trend"
|
|
193878
|
+
},
|
|
193879
|
+
{
|
|
193880
|
+
"className": "flex-1",
|
|
193881
|
+
"color": "auto",
|
|
193882
|
+
"data": "@card.sparklineData",
|
|
193883
|
+
"fill": true,
|
|
193884
|
+
"height": 24,
|
|
193885
|
+
"type": "sparkline"
|
|
193886
|
+
}
|
|
193887
|
+
],
|
|
193888
|
+
"direction": "horizontal",
|
|
193889
|
+
"gap": "sm",
|
|
193890
|
+
"type": "stack"
|
|
192802
193891
|
}
|
|
192803
193892
|
],
|
|
192804
|
-
"
|
|
193893
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-surface)] p-card-lg shadow-elevation-sm hover:shadow-elevation-md transition-shadow",
|
|
193894
|
+
"direction": "vertical",
|
|
192805
193895
|
"gap": "sm",
|
|
192806
193896
|
"type": "stack"
|
|
192807
193897
|
}
|
|
192808
193898
|
],
|
|
192809
|
-
"
|
|
192810
|
-
"direction": "vertical",
|
|
192811
|
-
"gap": "sm",
|
|
192812
|
-
"type": "stack"
|
|
193899
|
+
"type": "data-grid"
|
|
192813
193900
|
}
|
|
192814
193901
|
],
|
|
192815
|
-
"
|
|
193902
|
+
"data-theme": "@config.theme",
|
|
193903
|
+
"type": "box"
|
|
192816
193904
|
},
|
|
192817
193905
|
"label": "KPI tiles body content tree",
|
|
192818
193906
|
"description": "Render-ui SExpr for statsLook='kpi-tiles' — Stripe-dashboard style tile grid: huge typography number, label, trend indicator, sparkline hint.",
|
|
@@ -192827,6 +193915,15 @@
|
|
|
192827
193915
|
"format": "number",
|
|
192828
193916
|
"icon": "list",
|
|
192829
193917
|
"label": "Total Items",
|
|
193918
|
+
"sparklineData": [
|
|
193919
|
+
2,
|
|
193920
|
+
4,
|
|
193921
|
+
3,
|
|
193922
|
+
6,
|
|
193923
|
+
5,
|
|
193924
|
+
8,
|
|
193925
|
+
7
|
|
193926
|
+
],
|
|
192830
193927
|
"variant": "primary"
|
|
192831
193928
|
},
|
|
192832
193929
|
{
|
|
@@ -192834,6 +193931,15 @@
|
|
|
192834
193931
|
"format": "number",
|
|
192835
193932
|
"icon": "check-circle",
|
|
192836
193933
|
"label": "Active",
|
|
193934
|
+
"sparklineData": [
|
|
193935
|
+
1,
|
|
193936
|
+
3,
|
|
193937
|
+
2,
|
|
193938
|
+
4,
|
|
193939
|
+
6,
|
|
193940
|
+
5,
|
|
193941
|
+
7
|
|
193942
|
+
],
|
|
192837
193943
|
"variant": "success"
|
|
192838
193944
|
},
|
|
192839
193945
|
{
|
|
@@ -192842,6 +193948,15 @@
|
|
|
192842
193948
|
"format": "number",
|
|
192843
193949
|
"icon": "trending-up",
|
|
192844
193950
|
"label": "Avg Value",
|
|
193951
|
+
"sparklineData": [
|
|
193952
|
+
5,
|
|
193953
|
+
4,
|
|
193954
|
+
6,
|
|
193955
|
+
3,
|
|
193956
|
+
5,
|
|
193957
|
+
7,
|
|
193958
|
+
6
|
|
193959
|
+
],
|
|
192845
193960
|
"variant": "info"
|
|
192846
193961
|
}
|
|
192847
193962
|
],
|
|
@@ -192971,71 +194086,34 @@
|
|
|
192971
194086
|
"key": "sparklineRowBodyContent",
|
|
192972
194087
|
"type": "render-ui",
|
|
192973
194088
|
"default": {
|
|
192974
|
-
"
|
|
192975
|
-
"entity": "@entity.cards",
|
|
192976
|
-
"fields": [],
|
|
192977
|
-
"gap": "md",
|
|
192978
|
-
"minCardWidth": 260,
|
|
192979
|
-
"renderItem": [
|
|
192980
|
-
"fn",
|
|
192981
|
-
"card",
|
|
194089
|
+
"children": [
|
|
192982
194090
|
{
|
|
192983
|
-
"
|
|
192984
|
-
|
|
192985
|
-
|
|
192986
|
-
|
|
192987
|
-
|
|
192988
|
-
|
|
192989
|
-
|
|
192990
|
-
|
|
192991
|
-
"type": "icon"
|
|
192992
|
-
},
|
|
192993
|
-
{
|
|
192994
|
-
"className": "uppercase tracking-wide truncate",
|
|
192995
|
-
"color": "muted",
|
|
192996
|
-
"content": "@card.label",
|
|
192997
|
-
"type": "typography",
|
|
192998
|
-
"variant": "overline",
|
|
192999
|
-
"weight": "semibold"
|
|
193000
|
-
}
|
|
193001
|
-
],
|
|
193002
|
-
"direction": "horizontal",
|
|
193003
|
-
"gap": "xs",
|
|
193004
|
-
"type": "stack"
|
|
193005
|
-
},
|
|
193006
|
-
{
|
|
193007
|
-
"className": "w-full",
|
|
193008
|
-
"color": "auto",
|
|
193009
|
-
"data": "@card.sparklineData",
|
|
193010
|
-
"fill": true,
|
|
193011
|
-
"height": 64,
|
|
193012
|
-
"strokeWidth": 2,
|
|
193013
|
-
"type": "sparkline"
|
|
193014
|
-
},
|
|
194091
|
+
"className": "w-full",
|
|
194092
|
+
"entity": "@entity.cards",
|
|
194093
|
+
"fields": [],
|
|
194094
|
+
"gap": "md",
|
|
194095
|
+
"minCardWidth": 260,
|
|
194096
|
+
"renderItem": [
|
|
194097
|
+
"fn",
|
|
194098
|
+
"card",
|
|
193015
194099
|
{
|
|
193016
|
-
"align": "baseline",
|
|
193017
194100
|
"children": [
|
|
193018
194101
|
{
|
|
193019
|
-
"align": "
|
|
194102
|
+
"align": "center",
|
|
193020
194103
|
"children": [
|
|
193021
194104
|
{
|
|
193022
194105
|
"color": "muted",
|
|
193023
|
-
"
|
|
193024
|
-
"
|
|
193025
|
-
"
|
|
193026
|
-
},
|
|
193027
|
-
{
|
|
193028
|
-
"className": "tabular-nums",
|
|
193029
|
-
"content": "@card.value",
|
|
193030
|
-
"type": "typography",
|
|
193031
|
-
"variant": "h3",
|
|
193032
|
-
"weight": "semibold"
|
|
194106
|
+
"name": "@card.icon",
|
|
194107
|
+
"size": "xs",
|
|
194108
|
+
"type": "icon"
|
|
193033
194109
|
},
|
|
193034
194110
|
{
|
|
194111
|
+
"className": "uppercase tracking-wide truncate",
|
|
193035
194112
|
"color": "muted",
|
|
193036
|
-
"content": "@card.
|
|
194113
|
+
"content": "@card.label",
|
|
193037
194114
|
"type": "typography",
|
|
193038
|
-
"variant": "
|
|
194115
|
+
"variant": "overline",
|
|
194116
|
+
"weight": "semibold"
|
|
193039
194117
|
}
|
|
193040
194118
|
],
|
|
193041
194119
|
"direction": "horizontal",
|
|
@@ -193043,25 +194121,68 @@
|
|
|
193043
194121
|
"type": "stack"
|
|
193044
194122
|
},
|
|
193045
194123
|
{
|
|
193046
|
-
"
|
|
193047
|
-
"
|
|
193048
|
-
"
|
|
193049
|
-
"
|
|
194124
|
+
"className": "w-full",
|
|
194125
|
+
"color": "auto",
|
|
194126
|
+
"data": "@card.sparklineData",
|
|
194127
|
+
"fill": true,
|
|
194128
|
+
"height": 64,
|
|
194129
|
+
"strokeWidth": 2,
|
|
194130
|
+
"type": "sparkline"
|
|
194131
|
+
},
|
|
194132
|
+
{
|
|
194133
|
+
"align": "baseline",
|
|
194134
|
+
"children": [
|
|
194135
|
+
{
|
|
194136
|
+
"align": "baseline",
|
|
194137
|
+
"children": [
|
|
194138
|
+
{
|
|
194139
|
+
"color": "muted",
|
|
194140
|
+
"content": "@card.prefix",
|
|
194141
|
+
"type": "typography",
|
|
194142
|
+
"variant": "caption"
|
|
194143
|
+
},
|
|
194144
|
+
{
|
|
194145
|
+
"className": "tabular-nums",
|
|
194146
|
+
"content": "@card.value",
|
|
194147
|
+
"type": "typography",
|
|
194148
|
+
"variant": "h3",
|
|
194149
|
+
"weight": "semibold"
|
|
194150
|
+
},
|
|
194151
|
+
{
|
|
194152
|
+
"color": "muted",
|
|
194153
|
+
"content": "@card.suffix",
|
|
194154
|
+
"type": "typography",
|
|
194155
|
+
"variant": "caption"
|
|
194156
|
+
}
|
|
194157
|
+
],
|
|
194158
|
+
"direction": "horizontal",
|
|
194159
|
+
"gap": "xs",
|
|
194160
|
+
"type": "stack"
|
|
194161
|
+
},
|
|
194162
|
+
{
|
|
194163
|
+
"showValue": true,
|
|
194164
|
+
"size": "sm",
|
|
194165
|
+
"type": "trend-indicator",
|
|
194166
|
+
"value": "@card.trend"
|
|
194167
|
+
}
|
|
194168
|
+
],
|
|
194169
|
+
"direction": "horizontal",
|
|
194170
|
+
"gap": "sm",
|
|
194171
|
+
"justify": "between",
|
|
194172
|
+
"type": "stack"
|
|
193050
194173
|
}
|
|
193051
194174
|
],
|
|
193052
|
-
"
|
|
194175
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] p-card-md shadow-elevation-sm hover:shadow-elevation-md transition-shadow min-h-[180px]",
|
|
194176
|
+
"direction": "vertical",
|
|
193053
194177
|
"gap": "sm",
|
|
193054
|
-
"justify": "between",
|
|
193055
194178
|
"type": "stack"
|
|
193056
194179
|
}
|
|
193057
194180
|
],
|
|
193058
|
-
"
|
|
193059
|
-
"direction": "vertical",
|
|
193060
|
-
"gap": "sm",
|
|
193061
|
-
"type": "stack"
|
|
194181
|
+
"type": "data-grid"
|
|
193062
194182
|
}
|
|
193063
194183
|
],
|
|
193064
|
-
"
|
|
194184
|
+
"data-theme": "@config.theme",
|
|
194185
|
+
"type": "box"
|
|
193065
194186
|
},
|
|
193066
194187
|
"label": "Sparkline row body content tree",
|
|
193067
194188
|
"description": "Render-ui SExpr for statsLook='sparkline-row' — chart-first tiles where the mini trend line is the visual centerpiece, label above, value+delta footer.",
|
|
@@ -193096,6 +194217,14 @@
|
|
|
193096
194217
|
"sparkline-row"
|
|
193097
194218
|
]
|
|
193098
194219
|
},
|
|
194220
|
+
{
|
|
194221
|
+
"key": "theme",
|
|
194222
|
+
"type": "string",
|
|
194223
|
+
"default": "",
|
|
194224
|
+
"label": "Theme",
|
|
194225
|
+
"description": "Data-theme skin applied to the stat body root — for chrome-less pages composed without an AppShell.",
|
|
194226
|
+
"tier": "presentation"
|
|
194227
|
+
},
|
|
193099
194228
|
{
|
|
193100
194229
|
"key": "title",
|
|
193101
194230
|
"type": "string",
|
|
@@ -193354,31 +194483,37 @@
|
|
|
193354
194483
|
"bodyContent": {
|
|
193355
194484
|
"type": "object",
|
|
193356
194485
|
"default": {
|
|
193357
|
-
"
|
|
193358
|
-
"fields": [],
|
|
193359
|
-
"renderItem": [
|
|
193360
|
-
"fn",
|
|
193361
|
-
"card",
|
|
194486
|
+
"children": [
|
|
193362
194487
|
{
|
|
193363
|
-
"
|
|
193364
|
-
"
|
|
193365
|
-
"
|
|
193366
|
-
|
|
193367
|
-
|
|
193368
|
-
|
|
193369
|
-
|
|
193370
|
-
|
|
193371
|
-
|
|
193372
|
-
|
|
193373
|
-
|
|
193374
|
-
|
|
193375
|
-
|
|
193376
|
-
|
|
193377
|
-
|
|
193378
|
-
|
|
194488
|
+
"entity": "@entity.cards",
|
|
194489
|
+
"fields": [],
|
|
194490
|
+
"renderItem": [
|
|
194491
|
+
"fn",
|
|
194492
|
+
"card",
|
|
194493
|
+
{
|
|
194494
|
+
"clickEvent": "@card.clickEvent",
|
|
194495
|
+
"format": "@card.format",
|
|
194496
|
+
"icon": "@card.icon",
|
|
194497
|
+
"label": "@card.label",
|
|
194498
|
+
"look": "@config.statLook",
|
|
194499
|
+
"max": "@card.max",
|
|
194500
|
+
"prefix": "@card.prefix",
|
|
194501
|
+
"sparklineData": "@card.sparklineData",
|
|
194502
|
+
"suffix": "@card.suffix",
|
|
194503
|
+
"target": "@card.target",
|
|
194504
|
+
"trend": "@card.trend",
|
|
194505
|
+
"trendFormat": "@card.trendFormat",
|
|
194506
|
+
"trendPolarity": "@card.trendPolarity",
|
|
194507
|
+
"type": "stat-display",
|
|
194508
|
+
"value": "@card.value",
|
|
194509
|
+
"variant": "@card.variant"
|
|
194510
|
+
}
|
|
194511
|
+
],
|
|
194512
|
+
"type": "@config.viewPattern"
|
|
193379
194513
|
}
|
|
193380
194514
|
],
|
|
193381
|
-
"
|
|
194515
|
+
"data-theme": "@config.theme",
|
|
194516
|
+
"type": "box"
|
|
193382
194517
|
},
|
|
193383
194518
|
"description": "Render-ui SExpr rendered after metrics aggregate for statsLook='cards' — the canonical data-grid call mapping @entity.cards through stat-display. Other statsLook values render kpiTilesBodyContent / heroMetricBodyContent / sparklineRowBodyContent instead; all four share this trait's state machine, aggregation pipeline, and listens.",
|
|
193384
194519
|
"x-label": "Body content tree",
|
|
@@ -193387,106 +194522,112 @@
|
|
|
193387
194522
|
"heroMetricBodyContent": {
|
|
193388
194523
|
"type": "object",
|
|
193389
194524
|
"default": {
|
|
193390
|
-
"
|
|
193391
|
-
"fields": [],
|
|
193392
|
-
"gap": "none",
|
|
193393
|
-
"renderItem": [
|
|
193394
|
-
"fn",
|
|
193395
|
-
"card",
|
|
194525
|
+
"children": [
|
|
193396
194526
|
{
|
|
193397
|
-
"
|
|
194527
|
+
"entity": "@entity.cards",
|
|
194528
|
+
"fields": [],
|
|
194529
|
+
"gap": "none",
|
|
194530
|
+
"renderItem": [
|
|
194531
|
+
"fn",
|
|
194532
|
+
"card",
|
|
193398
194533
|
{
|
|
193399
194534
|
"children": [
|
|
193400
194535
|
{
|
|
193401
|
-
"align": "center",
|
|
193402
194536
|
"children": [
|
|
193403
194537
|
{
|
|
193404
194538
|
"align": "center",
|
|
193405
194539
|
"children": [
|
|
193406
194540
|
{
|
|
193407
|
-
"
|
|
193408
|
-
"
|
|
193409
|
-
|
|
193410
|
-
|
|
193411
|
-
|
|
193412
|
-
|
|
193413
|
-
|
|
193414
|
-
|
|
193415
|
-
|
|
193416
|
-
|
|
193417
|
-
|
|
193418
|
-
|
|
193419
|
-
|
|
193420
|
-
|
|
193421
|
-
|
|
193422
|
-
|
|
193423
|
-
|
|
193424
|
-
|
|
193425
|
-
|
|
193426
|
-
|
|
193427
|
-
|
|
193428
|
-
"children": [
|
|
193429
|
-
{
|
|
193430
|
-
"color": "muted",
|
|
193431
|
-
"content": "@card.prefix",
|
|
193432
|
-
"type": "typography",
|
|
193433
|
-
"variant": "h2",
|
|
193434
|
-
"weight": "normal"
|
|
194541
|
+
"align": "center",
|
|
194542
|
+
"children": [
|
|
194543
|
+
{
|
|
194544
|
+
"color": "muted",
|
|
194545
|
+
"name": "@card.icon",
|
|
194546
|
+
"size": "md",
|
|
194547
|
+
"type": "icon"
|
|
194548
|
+
},
|
|
194549
|
+
{
|
|
194550
|
+
"className": "uppercase tracking-widest",
|
|
194551
|
+
"color": "muted",
|
|
194552
|
+
"content": "@card.label",
|
|
194553
|
+
"type": "typography",
|
|
194554
|
+
"variant": "overline",
|
|
194555
|
+
"weight": "bold"
|
|
194556
|
+
}
|
|
194557
|
+
],
|
|
194558
|
+
"direction": "horizontal",
|
|
194559
|
+
"gap": "sm",
|
|
194560
|
+
"justify": "center",
|
|
194561
|
+
"type": "stack"
|
|
193435
194562
|
},
|
|
193436
194563
|
{
|
|
193437
|
-
"
|
|
193438
|
-
"
|
|
193439
|
-
|
|
193440
|
-
|
|
194564
|
+
"align": "baseline",
|
|
194565
|
+
"children": [
|
|
194566
|
+
{
|
|
194567
|
+
"color": "muted",
|
|
194568
|
+
"content": "@card.prefix",
|
|
194569
|
+
"type": "typography",
|
|
194570
|
+
"variant": "h2",
|
|
194571
|
+
"weight": "normal"
|
|
194572
|
+
},
|
|
194573
|
+
{
|
|
194574
|
+
"className": "text-7xl md:text-8xl font-bold tracking-tighter tabular-nums text-[var(--color-foreground)]",
|
|
194575
|
+
"format": "@card.format",
|
|
194576
|
+
"type": "animated-counter",
|
|
194577
|
+
"value": "@card.value"
|
|
194578
|
+
},
|
|
194579
|
+
{
|
|
194580
|
+
"color": "muted",
|
|
194581
|
+
"content": "@card.suffix",
|
|
194582
|
+
"type": "typography",
|
|
194583
|
+
"variant": "h2",
|
|
194584
|
+
"weight": "normal"
|
|
194585
|
+
}
|
|
194586
|
+
],
|
|
194587
|
+
"className": "py-section",
|
|
194588
|
+
"direction": "horizontal",
|
|
194589
|
+
"gap": "xs",
|
|
194590
|
+
"justify": "center",
|
|
194591
|
+
"type": "stack"
|
|
193441
194592
|
},
|
|
193442
194593
|
{
|
|
193443
|
-
"
|
|
193444
|
-
"
|
|
193445
|
-
"type": "
|
|
193446
|
-
"
|
|
193447
|
-
"weight": "normal"
|
|
194594
|
+
"showValue": true,
|
|
194595
|
+
"size": "md",
|
|
194596
|
+
"type": "trend-indicator",
|
|
194597
|
+
"value": "@card.trend"
|
|
193448
194598
|
}
|
|
193449
194599
|
],
|
|
193450
|
-
"className": "
|
|
193451
|
-
"direction": "
|
|
193452
|
-
"gap": "
|
|
193453
|
-
"justify": "center",
|
|
194600
|
+
"className": "relative z-10 w-full max-w-2xl mx-auto text-center",
|
|
194601
|
+
"direction": "vertical",
|
|
194602
|
+
"gap": "md",
|
|
193454
194603
|
"type": "stack"
|
|
193455
194604
|
},
|
|
193456
194605
|
{
|
|
193457
|
-
"
|
|
193458
|
-
"
|
|
193459
|
-
"
|
|
193460
|
-
"
|
|
194606
|
+
"className": "absolute inset-x-0 bottom-0 w-full opacity-10 pointer-events-none",
|
|
194607
|
+
"color": "auto",
|
|
194608
|
+
"data": "@card.sparklineData",
|
|
194609
|
+
"fill": true,
|
|
194610
|
+
"height": 96,
|
|
194611
|
+
"strokeWidth": 1,
|
|
194612
|
+
"type": "sparkline"
|
|
193461
194613
|
}
|
|
193462
194614
|
],
|
|
193463
|
-
"
|
|
193464
|
-
"
|
|
193465
|
-
"
|
|
193466
|
-
"type": "stack"
|
|
193467
|
-
},
|
|
193468
|
-
{
|
|
193469
|
-
"className": "absolute inset-x-0 bottom-0 w-full opacity-10 pointer-events-none",
|
|
193470
|
-
"color": "auto",
|
|
193471
|
-
"data": "@card.sparklineData",
|
|
193472
|
-
"fill": true,
|
|
193473
|
-
"height": 96,
|
|
193474
|
-
"strokeWidth": 1,
|
|
193475
|
-
"type": "sparkline"
|
|
194615
|
+
"look": "elevated",
|
|
194616
|
+
"padding": "lg",
|
|
194617
|
+
"type": "card"
|
|
193476
194618
|
}
|
|
193477
194619
|
],
|
|
193478
|
-
"
|
|
193479
|
-
"
|
|
193480
|
-
"
|
|
194620
|
+
"className": "relative w-full rounded-xl shadow-lg overflow-hidden",
|
|
194621
|
+
"direction": "vertical",
|
|
194622
|
+
"gap": "none",
|
|
194623
|
+
"type": "stack"
|
|
193481
194624
|
}
|
|
193482
194625
|
],
|
|
193483
|
-
"
|
|
193484
|
-
"direction": "vertical",
|
|
193485
|
-
"gap": "none",
|
|
193486
|
-
"type": "stack"
|
|
194626
|
+
"type": "data-list"
|
|
193487
194627
|
}
|
|
193488
194628
|
],
|
|
193489
|
-
"
|
|
194629
|
+
"data-theme": "@config.theme",
|
|
194630
|
+
"type": "box"
|
|
193490
194631
|
},
|
|
193491
194632
|
"description": "Render-ui SExpr for statsLook='hero-metric' — one elevated card, one oversize number, background sparkline.",
|
|
193492
194633
|
"x-label": "Hero metric body content tree",
|
|
@@ -193495,95 +194636,101 @@
|
|
|
193495
194636
|
"kpiTilesBodyContent": {
|
|
193496
194637
|
"type": "object",
|
|
193497
194638
|
"default": {
|
|
193498
|
-
"
|
|
193499
|
-
"entity": "@entity.cards",
|
|
193500
|
-
"fields": [],
|
|
193501
|
-
"gap": "lg",
|
|
193502
|
-
"minCardWidth": 220,
|
|
193503
|
-
"renderItem": [
|
|
193504
|
-
"fn",
|
|
193505
|
-
"card",
|
|
194639
|
+
"children": [
|
|
193506
194640
|
{
|
|
193507
|
-
"
|
|
193508
|
-
|
|
193509
|
-
|
|
193510
|
-
|
|
193511
|
-
|
|
193512
|
-
|
|
193513
|
-
|
|
193514
|
-
|
|
193515
|
-
"type": "typography",
|
|
193516
|
-
"variant": "caption",
|
|
193517
|
-
"weight": "medium"
|
|
193518
|
-
},
|
|
193519
|
-
{
|
|
193520
|
-
"color": "muted",
|
|
193521
|
-
"name": "@card.icon",
|
|
193522
|
-
"size": "sm",
|
|
193523
|
-
"type": "icon"
|
|
193524
|
-
}
|
|
193525
|
-
],
|
|
193526
|
-
"direction": "horizontal",
|
|
193527
|
-
"gap": "xs",
|
|
193528
|
-
"justify": "between",
|
|
193529
|
-
"type": "stack"
|
|
193530
|
-
},
|
|
194641
|
+
"className": "w-full",
|
|
194642
|
+
"entity": "@entity.cards",
|
|
194643
|
+
"fields": [],
|
|
194644
|
+
"gap": "lg",
|
|
194645
|
+
"minCardWidth": 220,
|
|
194646
|
+
"renderItem": [
|
|
194647
|
+
"fn",
|
|
194648
|
+
"card",
|
|
193531
194649
|
{
|
|
193532
|
-
"align": "baseline",
|
|
193533
194650
|
"children": [
|
|
193534
194651
|
{
|
|
193535
|
-
"
|
|
193536
|
-
"
|
|
193537
|
-
|
|
193538
|
-
|
|
193539
|
-
|
|
193540
|
-
|
|
193541
|
-
|
|
193542
|
-
|
|
193543
|
-
|
|
193544
|
-
|
|
194652
|
+
"align": "center",
|
|
194653
|
+
"children": [
|
|
194654
|
+
{
|
|
194655
|
+
"className": "uppercase tracking-wide",
|
|
194656
|
+
"color": "muted",
|
|
194657
|
+
"content": "@card.label",
|
|
194658
|
+
"type": "typography",
|
|
194659
|
+
"variant": "caption",
|
|
194660
|
+
"weight": "medium"
|
|
194661
|
+
},
|
|
194662
|
+
{
|
|
194663
|
+
"color": "muted",
|
|
194664
|
+
"name": "@card.icon",
|
|
194665
|
+
"size": "sm",
|
|
194666
|
+
"type": "icon"
|
|
194667
|
+
}
|
|
194668
|
+
],
|
|
194669
|
+
"direction": "horizontal",
|
|
194670
|
+
"gap": "xs",
|
|
194671
|
+
"justify": "between",
|
|
194672
|
+
"type": "stack"
|
|
193545
194673
|
},
|
|
193546
194674
|
{
|
|
193547
|
-
"
|
|
193548
|
-
"
|
|
193549
|
-
|
|
193550
|
-
|
|
193551
|
-
|
|
193552
|
-
|
|
193553
|
-
|
|
193554
|
-
|
|
193555
|
-
|
|
193556
|
-
|
|
193557
|
-
|
|
193558
|
-
|
|
193559
|
-
|
|
193560
|
-
|
|
193561
|
-
|
|
193562
|
-
|
|
193563
|
-
|
|
193564
|
-
|
|
194675
|
+
"align": "baseline",
|
|
194676
|
+
"children": [
|
|
194677
|
+
{
|
|
194678
|
+
"color": "muted",
|
|
194679
|
+
"content": "@card.prefix",
|
|
194680
|
+
"type": "typography",
|
|
194681
|
+
"variant": "caption"
|
|
194682
|
+
},
|
|
194683
|
+
{
|
|
194684
|
+
"className": "text-4xl font-bold tracking-tight",
|
|
194685
|
+
"format": "@card.format",
|
|
194686
|
+
"type": "animated-counter",
|
|
194687
|
+
"value": "@card.value"
|
|
194688
|
+
},
|
|
194689
|
+
{
|
|
194690
|
+
"color": "muted",
|
|
194691
|
+
"content": "@card.suffix",
|
|
194692
|
+
"type": "typography",
|
|
194693
|
+
"variant": "caption"
|
|
194694
|
+
}
|
|
194695
|
+
],
|
|
194696
|
+
"direction": "horizontal",
|
|
194697
|
+
"gap": "xs",
|
|
194698
|
+
"type": "stack"
|
|
193565
194699
|
},
|
|
193566
194700
|
{
|
|
193567
|
-
"
|
|
193568
|
-
"
|
|
193569
|
-
|
|
193570
|
-
|
|
193571
|
-
|
|
193572
|
-
|
|
194701
|
+
"align": "center",
|
|
194702
|
+
"children": [
|
|
194703
|
+
{
|
|
194704
|
+
"showValue": true,
|
|
194705
|
+
"size": "sm",
|
|
194706
|
+
"type": "trend-indicator",
|
|
194707
|
+
"value": "@card.trend"
|
|
194708
|
+
},
|
|
194709
|
+
{
|
|
194710
|
+
"className": "flex-1",
|
|
194711
|
+
"color": "auto",
|
|
194712
|
+
"data": "@card.sparklineData",
|
|
194713
|
+
"fill": true,
|
|
194714
|
+
"height": 24,
|
|
194715
|
+
"type": "sparkline"
|
|
194716
|
+
}
|
|
194717
|
+
],
|
|
194718
|
+
"direction": "horizontal",
|
|
194719
|
+
"gap": "sm",
|
|
194720
|
+
"type": "stack"
|
|
193573
194721
|
}
|
|
193574
194722
|
],
|
|
193575
|
-
"
|
|
194723
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-surface)] p-card-lg shadow-elevation-sm hover:shadow-elevation-md transition-shadow",
|
|
194724
|
+
"direction": "vertical",
|
|
193576
194725
|
"gap": "sm",
|
|
193577
194726
|
"type": "stack"
|
|
193578
194727
|
}
|
|
193579
194728
|
],
|
|
193580
|
-
"
|
|
193581
|
-
"direction": "vertical",
|
|
193582
|
-
"gap": "sm",
|
|
193583
|
-
"type": "stack"
|
|
194729
|
+
"type": "data-grid"
|
|
193584
194730
|
}
|
|
193585
194731
|
],
|
|
193586
|
-
"
|
|
194732
|
+
"data-theme": "@config.theme",
|
|
194733
|
+
"type": "box"
|
|
193587
194734
|
},
|
|
193588
194735
|
"description": "Render-ui SExpr for statsLook='kpi-tiles' — Stripe-dashboard style tile grid: huge typography number, label, trend indicator, sparkline hint.",
|
|
193589
194736
|
"x-label": "KPI tiles body content tree",
|
|
@@ -193685,6 +194832,15 @@
|
|
|
193685
194832
|
"format": "number",
|
|
193686
194833
|
"icon": "list",
|
|
193687
194834
|
"label": "Total Items",
|
|
194835
|
+
"sparklineData": [
|
|
194836
|
+
2,
|
|
194837
|
+
4,
|
|
194838
|
+
3,
|
|
194839
|
+
6,
|
|
194840
|
+
5,
|
|
194841
|
+
8,
|
|
194842
|
+
7
|
|
194843
|
+
],
|
|
193688
194844
|
"variant": "primary"
|
|
193689
194845
|
},
|
|
193690
194846
|
{
|
|
@@ -193692,6 +194848,15 @@
|
|
|
193692
194848
|
"format": "number",
|
|
193693
194849
|
"icon": "check-circle",
|
|
193694
194850
|
"label": "Active",
|
|
194851
|
+
"sparklineData": [
|
|
194852
|
+
1,
|
|
194853
|
+
3,
|
|
194854
|
+
2,
|
|
194855
|
+
4,
|
|
194856
|
+
6,
|
|
194857
|
+
5,
|
|
194858
|
+
7
|
|
194859
|
+
],
|
|
193695
194860
|
"variant": "success"
|
|
193696
194861
|
},
|
|
193697
194862
|
{
|
|
@@ -193700,6 +194865,15 @@
|
|
|
193700
194865
|
"format": "number",
|
|
193701
194866
|
"icon": "trending-up",
|
|
193702
194867
|
"label": "Avg Value",
|
|
194868
|
+
"sparklineData": [
|
|
194869
|
+
5,
|
|
194870
|
+
4,
|
|
194871
|
+
6,
|
|
194872
|
+
3,
|
|
194873
|
+
5,
|
|
194874
|
+
7,
|
|
194875
|
+
6
|
|
194876
|
+
],
|
|
193703
194877
|
"variant": "info"
|
|
193704
194878
|
}
|
|
193705
194879
|
],
|
|
@@ -193711,71 +194885,34 @@
|
|
|
193711
194885
|
"sparklineRowBodyContent": {
|
|
193712
194886
|
"type": "object",
|
|
193713
194887
|
"default": {
|
|
193714
|
-
"
|
|
193715
|
-
"entity": "@entity.cards",
|
|
193716
|
-
"fields": [],
|
|
193717
|
-
"gap": "md",
|
|
193718
|
-
"minCardWidth": 260,
|
|
193719
|
-
"renderItem": [
|
|
193720
|
-
"fn",
|
|
193721
|
-
"card",
|
|
194888
|
+
"children": [
|
|
193722
194889
|
{
|
|
193723
|
-
"
|
|
193724
|
-
|
|
193725
|
-
|
|
193726
|
-
|
|
193727
|
-
|
|
193728
|
-
|
|
193729
|
-
|
|
193730
|
-
|
|
193731
|
-
"type": "icon"
|
|
193732
|
-
},
|
|
193733
|
-
{
|
|
193734
|
-
"className": "uppercase tracking-wide truncate",
|
|
193735
|
-
"color": "muted",
|
|
193736
|
-
"content": "@card.label",
|
|
193737
|
-
"type": "typography",
|
|
193738
|
-
"variant": "overline",
|
|
193739
|
-
"weight": "semibold"
|
|
193740
|
-
}
|
|
193741
|
-
],
|
|
193742
|
-
"direction": "horizontal",
|
|
193743
|
-
"gap": "xs",
|
|
193744
|
-
"type": "stack"
|
|
193745
|
-
},
|
|
193746
|
-
{
|
|
193747
|
-
"className": "w-full",
|
|
193748
|
-
"color": "auto",
|
|
193749
|
-
"data": "@card.sparklineData",
|
|
193750
|
-
"fill": true,
|
|
193751
|
-
"height": 64,
|
|
193752
|
-
"strokeWidth": 2,
|
|
193753
|
-
"type": "sparkline"
|
|
193754
|
-
},
|
|
194890
|
+
"className": "w-full",
|
|
194891
|
+
"entity": "@entity.cards",
|
|
194892
|
+
"fields": [],
|
|
194893
|
+
"gap": "md",
|
|
194894
|
+
"minCardWidth": 260,
|
|
194895
|
+
"renderItem": [
|
|
194896
|
+
"fn",
|
|
194897
|
+
"card",
|
|
193755
194898
|
{
|
|
193756
|
-
"align": "baseline",
|
|
193757
194899
|
"children": [
|
|
193758
194900
|
{
|
|
193759
|
-
"align": "
|
|
194901
|
+
"align": "center",
|
|
193760
194902
|
"children": [
|
|
193761
194903
|
{
|
|
193762
194904
|
"color": "muted",
|
|
193763
|
-
"
|
|
193764
|
-
"
|
|
193765
|
-
"
|
|
193766
|
-
},
|
|
193767
|
-
{
|
|
193768
|
-
"className": "tabular-nums",
|
|
193769
|
-
"content": "@card.value",
|
|
193770
|
-
"type": "typography",
|
|
193771
|
-
"variant": "h3",
|
|
193772
|
-
"weight": "semibold"
|
|
194905
|
+
"name": "@card.icon",
|
|
194906
|
+
"size": "xs",
|
|
194907
|
+
"type": "icon"
|
|
193773
194908
|
},
|
|
193774
194909
|
{
|
|
194910
|
+
"className": "uppercase tracking-wide truncate",
|
|
193775
194911
|
"color": "muted",
|
|
193776
|
-
"content": "@card.
|
|
194912
|
+
"content": "@card.label",
|
|
193777
194913
|
"type": "typography",
|
|
193778
|
-
"variant": "
|
|
194914
|
+
"variant": "overline",
|
|
194915
|
+
"weight": "semibold"
|
|
193779
194916
|
}
|
|
193780
194917
|
],
|
|
193781
194918
|
"direction": "horizontal",
|
|
@@ -193783,25 +194920,68 @@
|
|
|
193783
194920
|
"type": "stack"
|
|
193784
194921
|
},
|
|
193785
194922
|
{
|
|
193786
|
-
"
|
|
193787
|
-
"
|
|
193788
|
-
"
|
|
193789
|
-
"
|
|
194923
|
+
"className": "w-full",
|
|
194924
|
+
"color": "auto",
|
|
194925
|
+
"data": "@card.sparklineData",
|
|
194926
|
+
"fill": true,
|
|
194927
|
+
"height": 64,
|
|
194928
|
+
"strokeWidth": 2,
|
|
194929
|
+
"type": "sparkline"
|
|
194930
|
+
},
|
|
194931
|
+
{
|
|
194932
|
+
"align": "baseline",
|
|
194933
|
+
"children": [
|
|
194934
|
+
{
|
|
194935
|
+
"align": "baseline",
|
|
194936
|
+
"children": [
|
|
194937
|
+
{
|
|
194938
|
+
"color": "muted",
|
|
194939
|
+
"content": "@card.prefix",
|
|
194940
|
+
"type": "typography",
|
|
194941
|
+
"variant": "caption"
|
|
194942
|
+
},
|
|
194943
|
+
{
|
|
194944
|
+
"className": "tabular-nums",
|
|
194945
|
+
"content": "@card.value",
|
|
194946
|
+
"type": "typography",
|
|
194947
|
+
"variant": "h3",
|
|
194948
|
+
"weight": "semibold"
|
|
194949
|
+
},
|
|
194950
|
+
{
|
|
194951
|
+
"color": "muted",
|
|
194952
|
+
"content": "@card.suffix",
|
|
194953
|
+
"type": "typography",
|
|
194954
|
+
"variant": "caption"
|
|
194955
|
+
}
|
|
194956
|
+
],
|
|
194957
|
+
"direction": "horizontal",
|
|
194958
|
+
"gap": "xs",
|
|
194959
|
+
"type": "stack"
|
|
194960
|
+
},
|
|
194961
|
+
{
|
|
194962
|
+
"showValue": true,
|
|
194963
|
+
"size": "sm",
|
|
194964
|
+
"type": "trend-indicator",
|
|
194965
|
+
"value": "@card.trend"
|
|
194966
|
+
}
|
|
194967
|
+
],
|
|
194968
|
+
"direction": "horizontal",
|
|
194969
|
+
"gap": "sm",
|
|
194970
|
+
"justify": "between",
|
|
194971
|
+
"type": "stack"
|
|
193790
194972
|
}
|
|
193791
194973
|
],
|
|
193792
|
-
"
|
|
194974
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] p-card-md shadow-elevation-sm hover:shadow-elevation-md transition-shadow min-h-[180px]",
|
|
194975
|
+
"direction": "vertical",
|
|
193793
194976
|
"gap": "sm",
|
|
193794
|
-
"justify": "between",
|
|
193795
194977
|
"type": "stack"
|
|
193796
194978
|
}
|
|
193797
194979
|
],
|
|
193798
|
-
"
|
|
193799
|
-
"direction": "vertical",
|
|
193800
|
-
"gap": "sm",
|
|
193801
|
-
"type": "stack"
|
|
194980
|
+
"type": "data-grid"
|
|
193802
194981
|
}
|
|
193803
194982
|
],
|
|
193804
|
-
"
|
|
194983
|
+
"data-theme": "@config.theme",
|
|
194984
|
+
"type": "box"
|
|
193805
194985
|
},
|
|
193806
194986
|
"description": "Render-ui SExpr for statsLook='sparkline-row' — chart-first tiles where the mini trend line is the visual centerpiece, label above, value+delta footer.",
|
|
193807
194987
|
"x-label": "Sparkline row body content tree",
|
|
@@ -193834,6 +195014,13 @@
|
|
|
193834
195014
|
"x-label": "Stats look",
|
|
193835
195015
|
"x-tier": "presentation"
|
|
193836
195016
|
},
|
|
195017
|
+
"theme": {
|
|
195018
|
+
"type": "string",
|
|
195019
|
+
"default": "",
|
|
195020
|
+
"description": "Data-theme skin applied to the stat body root — for chrome-less pages composed without an AppShell.",
|
|
195021
|
+
"x-label": "Theme",
|
|
195022
|
+
"x-tier": "presentation"
|
|
195023
|
+
},
|
|
193837
195024
|
"title": {
|
|
193838
195025
|
"type": "string",
|
|
193839
195026
|
"default": "Summary",
|
|
@@ -293562,7 +294749,6 @@
|
|
|
293562
294749
|
{
|
|
293563
294750
|
"key": "cols",
|
|
293564
294751
|
"type": "number",
|
|
293565
|
-
"default": 1,
|
|
293566
294752
|
"label": "Cols",
|
|
293567
294753
|
"description": "Number of columns (uses auto-fit if omitted)",
|
|
293568
294754
|
"tier": "presentation"
|
|
@@ -293794,9 +294980,47 @@
|
|
|
293794
294980
|
},
|
|
293795
294981
|
{
|
|
293796
294982
|
"key": "itemActions",
|
|
293797
|
-
"type": "
|
|
294983
|
+
"type": "[DataGridItemActionsItem]",
|
|
293798
294984
|
"default": [],
|
|
293799
|
-
"
|
|
294985
|
+
"label": "Item Actions",
|
|
294986
|
+
"description": "Per-item action buttons",
|
|
294987
|
+
"tier": "presentation",
|
|
294988
|
+
"items": {
|
|
294989
|
+
"properties": {
|
|
294990
|
+
"event": {
|
|
294991
|
+
"name": "event",
|
|
294992
|
+
"required": false,
|
|
294993
|
+
"type": "string"
|
|
294994
|
+
},
|
|
294995
|
+
"icon": {
|
|
294996
|
+
"name": "icon",
|
|
294997
|
+
"required": false,
|
|
294998
|
+
"type": "string"
|
|
294999
|
+
},
|
|
295000
|
+
"label": {
|
|
295001
|
+
"name": "label",
|
|
295002
|
+
"required": true,
|
|
295003
|
+
"type": "string"
|
|
295004
|
+
},
|
|
295005
|
+
"navigatesTo": {
|
|
295006
|
+
"name": "navigatesTo",
|
|
295007
|
+
"required": false,
|
|
295008
|
+
"type": "string"
|
|
295009
|
+
},
|
|
295010
|
+
"variant": {
|
|
295011
|
+
"name": "variant",
|
|
295012
|
+
"required": false,
|
|
295013
|
+
"type": "string",
|
|
295014
|
+
"values": [
|
|
295015
|
+
"primary",
|
|
295016
|
+
"secondary",
|
|
295017
|
+
"ghost",
|
|
295018
|
+
"danger"
|
|
295019
|
+
]
|
|
295020
|
+
}
|
|
295021
|
+
},
|
|
295022
|
+
"type": "object"
|
|
295023
|
+
}
|
|
293800
295024
|
},
|
|
293801
295025
|
{
|
|
293802
295026
|
"key": "loadMoreEvent",
|
|
@@ -294143,7 +295367,6 @@
|
|
|
294143
295367
|
},
|
|
294144
295368
|
"cols": {
|
|
294145
295369
|
"type": "number",
|
|
294146
|
-
"default": 1,
|
|
294147
295370
|
"description": "Number of columns (uses auto-fit if omitted)",
|
|
294148
295371
|
"x-label": "Cols",
|
|
294149
295372
|
"x-tier": "presentation"
|
|
@@ -294330,7 +295553,39 @@
|
|
|
294330
295553
|
"x-tier": "presentation"
|
|
294331
295554
|
},
|
|
294332
295555
|
"itemActions": {
|
|
295556
|
+
"type": "array",
|
|
295557
|
+
"items": {
|
|
295558
|
+
"type": "object",
|
|
295559
|
+
"properties": {
|
|
295560
|
+
"event": {
|
|
295561
|
+
"type": "string"
|
|
295562
|
+
},
|
|
295563
|
+
"icon": {
|
|
295564
|
+
"type": "string"
|
|
295565
|
+
},
|
|
295566
|
+
"label": {
|
|
295567
|
+
"type": "string"
|
|
295568
|
+
},
|
|
295569
|
+
"navigatesTo": {
|
|
295570
|
+
"type": "string"
|
|
295571
|
+
},
|
|
295572
|
+
"variant": {
|
|
295573
|
+
"type": "string",
|
|
295574
|
+
"enum": [
|
|
295575
|
+
"primary",
|
|
295576
|
+
"secondary",
|
|
295577
|
+
"ghost",
|
|
295578
|
+
"danger"
|
|
295579
|
+
]
|
|
295580
|
+
}
|
|
295581
|
+
},
|
|
295582
|
+
"required": [
|
|
295583
|
+
"label"
|
|
295584
|
+
]
|
|
295585
|
+
},
|
|
294333
295586
|
"default": [],
|
|
295587
|
+
"description": "Per-item action buttons",
|
|
295588
|
+
"x-label": "Item Actions",
|
|
294334
295589
|
"x-tier": "presentation"
|
|
294335
295590
|
},
|
|
294336
295591
|
"loadMoreEvent": {
|
|
@@ -294859,9 +296114,42 @@
|
|
|
294859
296114
|
},
|
|
294860
296115
|
{
|
|
294861
296116
|
"key": "itemActions",
|
|
294862
|
-
"type": "
|
|
296117
|
+
"type": "[DataListItemActionsItem]",
|
|
294863
296118
|
"default": [],
|
|
294864
|
-
"
|
|
296119
|
+
"label": "Item Actions",
|
|
296120
|
+
"description": "Per-item action buttons",
|
|
296121
|
+
"tier": "presentation",
|
|
296122
|
+
"items": {
|
|
296123
|
+
"properties": {
|
|
296124
|
+
"event": {
|
|
296125
|
+
"name": "event",
|
|
296126
|
+
"required": true,
|
|
296127
|
+
"type": "string"
|
|
296128
|
+
},
|
|
296129
|
+
"icon": {
|
|
296130
|
+
"name": "icon",
|
|
296131
|
+
"required": false,
|
|
296132
|
+
"type": "string"
|
|
296133
|
+
},
|
|
296134
|
+
"label": {
|
|
296135
|
+
"name": "label",
|
|
296136
|
+
"required": true,
|
|
296137
|
+
"type": "string"
|
|
296138
|
+
},
|
|
296139
|
+
"variant": {
|
|
296140
|
+
"name": "variant",
|
|
296141
|
+
"required": false,
|
|
296142
|
+
"type": "string",
|
|
296143
|
+
"values": [
|
|
296144
|
+
"primary",
|
|
296145
|
+
"secondary",
|
|
296146
|
+
"ghost",
|
|
296147
|
+
"danger"
|
|
296148
|
+
]
|
|
296149
|
+
}
|
|
296150
|
+
},
|
|
296151
|
+
"type": "object"
|
|
296152
|
+
}
|
|
294865
296153
|
},
|
|
294866
296154
|
{
|
|
294867
296155
|
"key": "itemClickEvent",
|
|
@@ -295487,7 +296775,37 @@
|
|
|
295487
296775
|
"x-tier": "presentation"
|
|
295488
296776
|
},
|
|
295489
296777
|
"itemActions": {
|
|
296778
|
+
"type": "array",
|
|
296779
|
+
"items": {
|
|
296780
|
+
"type": "object",
|
|
296781
|
+
"properties": {
|
|
296782
|
+
"event": {
|
|
296783
|
+
"type": "string"
|
|
296784
|
+
},
|
|
296785
|
+
"icon": {
|
|
296786
|
+
"type": "string"
|
|
296787
|
+
},
|
|
296788
|
+
"label": {
|
|
296789
|
+
"type": "string"
|
|
296790
|
+
},
|
|
296791
|
+
"variant": {
|
|
296792
|
+
"type": "string",
|
|
296793
|
+
"enum": [
|
|
296794
|
+
"primary",
|
|
296795
|
+
"secondary",
|
|
296796
|
+
"ghost",
|
|
296797
|
+
"danger"
|
|
296798
|
+
]
|
|
296799
|
+
}
|
|
296800
|
+
},
|
|
296801
|
+
"required": [
|
|
296802
|
+
"event",
|
|
296803
|
+
"label"
|
|
296804
|
+
]
|
|
296805
|
+
},
|
|
295490
296806
|
"default": [],
|
|
296807
|
+
"description": "Per-item action buttons",
|
|
296808
|
+
"x-label": "Item Actions",
|
|
295491
296809
|
"x-tier": "presentation"
|
|
295492
296810
|
},
|
|
295493
296811
|
"itemClickEvent": {
|
|
@@ -310337,7 +311655,7 @@
|
|
|
310337
311655
|
},
|
|
310338
311656
|
{
|
|
310339
311657
|
"key": "itemActions",
|
|
310340
|
-
"type": "
|
|
311658
|
+
"type": "[EntityCardsItemActionsItem]",
|
|
310341
311659
|
"default": [
|
|
310342
311660
|
{
|
|
310343
311661
|
"event": "VIEW",
|
|
@@ -310345,12 +311663,59 @@
|
|
|
310345
311663
|
"variant": "ghost"
|
|
310346
311664
|
}
|
|
310347
311665
|
],
|
|
310348
|
-
"
|
|
311666
|
+
"label": "Item Actions",
|
|
311667
|
+
"description": "Actions for each card item (schema-driven)",
|
|
311668
|
+
"tier": "presentation",
|
|
311669
|
+
"items": {
|
|
311670
|
+
"properties": {
|
|
311671
|
+
"action": {
|
|
311672
|
+
"name": "action",
|
|
311673
|
+
"required": false,
|
|
311674
|
+
"type": "string"
|
|
311675
|
+
},
|
|
311676
|
+
"event": {
|
|
311677
|
+
"name": "event",
|
|
311678
|
+
"required": false,
|
|
311679
|
+
"type": "string"
|
|
311680
|
+
},
|
|
311681
|
+
"label": {
|
|
311682
|
+
"name": "label",
|
|
311683
|
+
"required": true,
|
|
311684
|
+
"type": "string"
|
|
311685
|
+
},
|
|
311686
|
+
"navigatesTo": {
|
|
311687
|
+
"name": "navigatesTo",
|
|
311688
|
+
"required": false,
|
|
311689
|
+
"type": "string"
|
|
311690
|
+
},
|
|
311691
|
+
"placement": {
|
|
311692
|
+
"name": "placement",
|
|
311693
|
+
"required": false,
|
|
311694
|
+
"type": "string",
|
|
311695
|
+
"values": [
|
|
311696
|
+
"card",
|
|
311697
|
+
"footer",
|
|
311698
|
+
"row"
|
|
311699
|
+
]
|
|
311700
|
+
},
|
|
311701
|
+
"variant": {
|
|
311702
|
+
"name": "variant",
|
|
311703
|
+
"required": false,
|
|
311704
|
+
"type": "string",
|
|
311705
|
+
"values": [
|
|
311706
|
+
"primary",
|
|
311707
|
+
"secondary",
|
|
311708
|
+
"ghost",
|
|
311709
|
+
"danger"
|
|
311710
|
+
]
|
|
311711
|
+
}
|
|
311712
|
+
},
|
|
311713
|
+
"type": "object"
|
|
311714
|
+
}
|
|
310349
311715
|
},
|
|
310350
311716
|
{
|
|
310351
311717
|
"key": "maxCols",
|
|
310352
311718
|
"type": "number",
|
|
310353
|
-
"default": 1,
|
|
310354
311719
|
"label": "Max Cols",
|
|
310355
311720
|
"description": "Maximum number of columns",
|
|
310356
311721
|
"tier": "presentation"
|
|
@@ -310830,6 +312195,44 @@
|
|
|
310830
312195
|
"x-tier": "presentation"
|
|
310831
312196
|
},
|
|
310832
312197
|
"itemActions": {
|
|
312198
|
+
"type": "array",
|
|
312199
|
+
"items": {
|
|
312200
|
+
"type": "object",
|
|
312201
|
+
"properties": {
|
|
312202
|
+
"action": {
|
|
312203
|
+
"type": "string"
|
|
312204
|
+
},
|
|
312205
|
+
"event": {
|
|
312206
|
+
"type": "string"
|
|
312207
|
+
},
|
|
312208
|
+
"label": {
|
|
312209
|
+
"type": "string"
|
|
312210
|
+
},
|
|
312211
|
+
"navigatesTo": {
|
|
312212
|
+
"type": "string"
|
|
312213
|
+
},
|
|
312214
|
+
"placement": {
|
|
312215
|
+
"type": "string",
|
|
312216
|
+
"enum": [
|
|
312217
|
+
"card",
|
|
312218
|
+
"footer",
|
|
312219
|
+
"row"
|
|
312220
|
+
]
|
|
312221
|
+
},
|
|
312222
|
+
"variant": {
|
|
312223
|
+
"type": "string",
|
|
312224
|
+
"enum": [
|
|
312225
|
+
"primary",
|
|
312226
|
+
"secondary",
|
|
312227
|
+
"ghost",
|
|
312228
|
+
"danger"
|
|
312229
|
+
]
|
|
312230
|
+
}
|
|
312231
|
+
},
|
|
312232
|
+
"required": [
|
|
312233
|
+
"label"
|
|
312234
|
+
]
|
|
312235
|
+
},
|
|
310833
312236
|
"default": [
|
|
310834
312237
|
{
|
|
310835
312238
|
"event": "VIEW",
|
|
@@ -310837,11 +312240,12 @@
|
|
|
310837
312240
|
"variant": "ghost"
|
|
310838
312241
|
}
|
|
310839
312242
|
],
|
|
312243
|
+
"description": "Actions for each card item (schema-driven)",
|
|
312244
|
+
"x-label": "Item Actions",
|
|
310840
312245
|
"x-tier": "presentation"
|
|
310841
312246
|
},
|
|
310842
312247
|
"maxCols": {
|
|
310843
312248
|
"type": "number",
|
|
310844
|
-
"default": 1,
|
|
310845
312249
|
"description": "Maximum number of columns",
|
|
310846
312250
|
"x-label": "Max Cols",
|
|
310847
312251
|
"x-tier": "presentation"
|
|
@@ -311244,6 +312648,8 @@
|
|
|
311244
312648
|
"variant": "ghost"
|
|
311245
312649
|
}
|
|
311246
312650
|
],
|
|
312651
|
+
"label": "Item Actions",
|
|
312652
|
+
"description": "Item actions - schema-driven or function-based",
|
|
311247
312653
|
"tier": "presentation"
|
|
311248
312654
|
},
|
|
311249
312655
|
{
|
|
@@ -311681,6 +313087,8 @@
|
|
|
311681
313087
|
"variant": "ghost"
|
|
311682
313088
|
}
|
|
311683
313089
|
],
|
|
313090
|
+
"description": "Item actions - schema-driven or function-based",
|
|
313091
|
+
"x-label": "Item Actions",
|
|
311684
313092
|
"x-tier": "presentation"
|
|
311685
313093
|
},
|
|
311686
313094
|
"pageProp": {
|
|
@@ -311949,6 +313357,11 @@
|
|
|
311949
313357
|
"tier": "presentation",
|
|
311950
313358
|
"items": {
|
|
311951
313359
|
"properties": {
|
|
313360
|
+
"event": {
|
|
313361
|
+
"name": "event",
|
|
313362
|
+
"required": false,
|
|
313363
|
+
"type": "string"
|
|
313364
|
+
},
|
|
311952
313365
|
"icon": {
|
|
311953
313366
|
"name": "icon",
|
|
311954
313367
|
"required": false,
|
|
@@ -312168,7 +313581,7 @@
|
|
|
312168
313581
|
},
|
|
312169
313582
|
{
|
|
312170
313583
|
"key": "itemActions",
|
|
312171
|
-
"type": "
|
|
313584
|
+
"type": "[EntityTableItemActionsItem]",
|
|
312172
313585
|
"default": [
|
|
312173
313586
|
{
|
|
312174
313587
|
"event": "VIEW",
|
|
@@ -312176,7 +313589,60 @@
|
|
|
312176
313589
|
"variant": "ghost"
|
|
312177
313590
|
}
|
|
312178
313591
|
],
|
|
312179
|
-
"
|
|
313592
|
+
"label": "Item Actions",
|
|
313593
|
+
"description": "Item actions from generated code - maps to rowActions",
|
|
313594
|
+
"tier": "presentation",
|
|
313595
|
+
"items": {
|
|
313596
|
+
"properties": {
|
|
313597
|
+
"action": {
|
|
313598
|
+
"name": "action",
|
|
313599
|
+
"required": false,
|
|
313600
|
+
"type": "string"
|
|
313601
|
+
},
|
|
313602
|
+
"event": {
|
|
313603
|
+
"name": "event",
|
|
313604
|
+
"required": false,
|
|
313605
|
+
"type": "string"
|
|
313606
|
+
},
|
|
313607
|
+
"icon": {
|
|
313608
|
+
"name": "icon",
|
|
313609
|
+
"required": false,
|
|
313610
|
+
"type": "string"
|
|
313611
|
+
},
|
|
313612
|
+
"label": {
|
|
313613
|
+
"name": "label",
|
|
313614
|
+
"required": true,
|
|
313615
|
+
"type": "string"
|
|
313616
|
+
},
|
|
313617
|
+
"navigatesTo": {
|
|
313618
|
+
"name": "navigatesTo",
|
|
313619
|
+
"required": false,
|
|
313620
|
+
"type": "string"
|
|
313621
|
+
},
|
|
313622
|
+
"placement": {
|
|
313623
|
+
"name": "placement",
|
|
313624
|
+
"required": false,
|
|
313625
|
+
"type": "string",
|
|
313626
|
+
"values": [
|
|
313627
|
+
"row",
|
|
313628
|
+
"bulk"
|
|
313629
|
+
]
|
|
313630
|
+
},
|
|
313631
|
+
"variant": {
|
|
313632
|
+
"name": "variant",
|
|
313633
|
+
"required": false,
|
|
313634
|
+
"type": "string",
|
|
313635
|
+
"values": [
|
|
313636
|
+
"default",
|
|
313637
|
+
"primary",
|
|
313638
|
+
"secondary",
|
|
313639
|
+
"ghost",
|
|
313640
|
+
"danger"
|
|
313641
|
+
]
|
|
313642
|
+
}
|
|
313643
|
+
},
|
|
313644
|
+
"type": "object"
|
|
313645
|
+
}
|
|
312180
313646
|
},
|
|
312181
313647
|
{
|
|
312182
313648
|
"key": "look",
|
|
@@ -312568,6 +314034,9 @@
|
|
|
312568
314034
|
"items": {
|
|
312569
314035
|
"type": "object",
|
|
312570
314036
|
"properties": {
|
|
314037
|
+
"event": {
|
|
314038
|
+
"type": "string"
|
|
314039
|
+
},
|
|
312571
314040
|
"icon": {
|
|
312572
314041
|
"type": "string"
|
|
312573
314042
|
},
|
|
@@ -312739,6 +314208,47 @@
|
|
|
312739
314208
|
"x-tier": "presentation"
|
|
312740
314209
|
},
|
|
312741
314210
|
"itemActions": {
|
|
314211
|
+
"type": "array",
|
|
314212
|
+
"items": {
|
|
314213
|
+
"type": "object",
|
|
314214
|
+
"properties": {
|
|
314215
|
+
"action": {
|
|
314216
|
+
"type": "string"
|
|
314217
|
+
},
|
|
314218
|
+
"event": {
|
|
314219
|
+
"type": "string"
|
|
314220
|
+
},
|
|
314221
|
+
"icon": {
|
|
314222
|
+
"type": "string"
|
|
314223
|
+
},
|
|
314224
|
+
"label": {
|
|
314225
|
+
"type": "string"
|
|
314226
|
+
},
|
|
314227
|
+
"navigatesTo": {
|
|
314228
|
+
"type": "string"
|
|
314229
|
+
},
|
|
314230
|
+
"placement": {
|
|
314231
|
+
"type": "string",
|
|
314232
|
+
"enum": [
|
|
314233
|
+
"row",
|
|
314234
|
+
"bulk"
|
|
314235
|
+
]
|
|
314236
|
+
},
|
|
314237
|
+
"variant": {
|
|
314238
|
+
"type": "string",
|
|
314239
|
+
"enum": [
|
|
314240
|
+
"default",
|
|
314241
|
+
"primary",
|
|
314242
|
+
"secondary",
|
|
314243
|
+
"ghost",
|
|
314244
|
+
"danger"
|
|
314245
|
+
]
|
|
314246
|
+
}
|
|
314247
|
+
},
|
|
314248
|
+
"required": [
|
|
314249
|
+
"label"
|
|
314250
|
+
]
|
|
314251
|
+
},
|
|
312742
314252
|
"default": [
|
|
312743
314253
|
{
|
|
312744
314254
|
"event": "VIEW",
|
|
@@ -312746,6 +314256,8 @@
|
|
|
312746
314256
|
"variant": "ghost"
|
|
312747
314257
|
}
|
|
312748
314258
|
],
|
|
314259
|
+
"description": "Item actions from generated code - maps to rowActions",
|
|
314260
|
+
"x-label": "Item Actions",
|
|
312749
314261
|
"x-tier": "presentation"
|
|
312750
314262
|
},
|
|
312751
314263
|
"look": {
|
|
@@ -361990,10 +363502,7 @@
|
|
|
361990
363502
|
"listenedEvents": [],
|
|
361991
363503
|
"exposure": "palette",
|
|
361992
363504
|
"provenance": "generated",
|
|
361993
|
-
"sourceValid":
|
|
361994
|
-
"sourceErrors": [
|
|
361995
|
-
"orb validate reported invalid: [{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (ImportPreviewTreeOrbital)].traits[0 (ImportPreviewTreeRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Unknown pattern type: 'import-preview-tree'\",\"suggestion\":\"Use a known pattern type or ensure custom pattern is registered\"},{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (ImportPreviewTreeOrbital)].traits[0 (ImportPreviewTreeRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Pattern 'import-preview-tree' is not i"
|
|
361996
|
-
],
|
|
363505
|
+
"sourceValid": true,
|
|
361997
363506
|
"paramsSchema": {
|
|
361998
363507
|
"type": "object",
|
|
361999
363508
|
"additionalProperties": false,
|
|
@@ -362574,10 +364083,7 @@
|
|
|
362574
364083
|
"listenedEvents": [],
|
|
362575
364084
|
"exposure": "palette",
|
|
362576
364085
|
"provenance": "generated",
|
|
362577
|
-
"sourceValid":
|
|
362578
|
-
"sourceErrors": [
|
|
362579
|
-
"orb validate reported invalid: [{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (ImportProgressOrbital)].traits[0 (ImportProgressRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Unknown pattern type: 'import-progress'\",\"suggestion\":\"Use a known pattern type or ensure custom pattern is registered\"},{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (ImportProgressOrbital)].traits[0 (ImportProgressRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Pattern 'import-progress' is not in patterns-registry."
|
|
362580
|
-
],
|
|
364086
|
+
"sourceValid": true,
|
|
362581
364087
|
"paramsSchema": {
|
|
362582
364088
|
"type": "object",
|
|
362583
364089
|
"additionalProperties": false,
|
|
@@ -363133,10 +364639,7 @@
|
|
|
363133
364639
|
"listenedEvents": [],
|
|
363134
364640
|
"exposure": "palette",
|
|
363135
364641
|
"provenance": "generated",
|
|
363136
|
-
"sourceValid":
|
|
363137
|
-
"sourceErrors": [
|
|
363138
|
-
"orb validate reported invalid: [{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (ImportSourcePickerOrbital)].traits[0 (ImportSourcePickerRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Unknown pattern type: 'import-source-picker'\",\"suggestion\":\"Use a known pattern type or ensure custom pattern is registered\"},{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (ImportSourcePickerOrbital)].traits[0 (ImportSourcePickerRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Pattern 'import-source-picker' is"
|
|
363139
|
-
],
|
|
364642
|
+
"sourceValid": true,
|
|
363140
364643
|
"paramsSchema": {
|
|
363141
364644
|
"type": "object",
|
|
363142
364645
|
"additionalProperties": false,
|
|
@@ -469838,7 +471341,6 @@
|
|
|
469838
471341
|
{
|
|
469839
471342
|
"key": "cols",
|
|
469840
471343
|
"type": "number",
|
|
469841
|
-
"default": 1,
|
|
469842
471344
|
"label": "Cols",
|
|
469843
471345
|
"description": "Exact number of columns (disables auto-fit)",
|
|
469844
471346
|
"tier": "presentation"
|
|
@@ -469862,7 +471364,6 @@
|
|
|
469862
471364
|
{
|
|
469863
471365
|
"key": "maxCols",
|
|
469864
471366
|
"type": "number",
|
|
469865
|
-
"default": 1,
|
|
469866
471367
|
"label": "Max Cols",
|
|
469867
471368
|
"description": "Maximum number of columns",
|
|
469868
471369
|
"tier": "presentation"
|
|
@@ -470120,7 +471621,6 @@
|
|
|
470120
471621
|
},
|
|
470121
471622
|
"cols": {
|
|
470122
471623
|
"type": "number",
|
|
470123
|
-
"default": 1,
|
|
470124
471624
|
"description": "Exact number of columns (disables auto-fit)",
|
|
470125
471625
|
"x-label": "Cols",
|
|
470126
471626
|
"x-tier": "presentation"
|
|
@@ -470142,7 +471642,6 @@
|
|
|
470142
471642
|
},
|
|
470143
471643
|
"maxCols": {
|
|
470144
471644
|
"type": "number",
|
|
470145
|
-
"default": 1,
|
|
470146
471645
|
"description": "Maximum number of columns",
|
|
470147
471646
|
"x-label": "Max Cols",
|
|
470148
471647
|
"x-tier": "presentation"
|
|
@@ -512040,9 +513539,42 @@
|
|
|
512040
513539
|
},
|
|
512041
513540
|
{
|
|
512042
513541
|
"key": "itemActions",
|
|
512043
|
-
"type": "
|
|
513542
|
+
"type": "[TableViewItemActionsItem]",
|
|
512044
513543
|
"default": [],
|
|
512045
|
-
"
|
|
513544
|
+
"label": "Item Actions",
|
|
513545
|
+
"description": "Per-row action buttons (trailing column).",
|
|
513546
|
+
"tier": "presentation",
|
|
513547
|
+
"items": {
|
|
513548
|
+
"properties": {
|
|
513549
|
+
"event": {
|
|
513550
|
+
"name": "event",
|
|
513551
|
+
"required": true,
|
|
513552
|
+
"type": "string"
|
|
513553
|
+
},
|
|
513554
|
+
"icon": {
|
|
513555
|
+
"name": "icon",
|
|
513556
|
+
"required": false,
|
|
513557
|
+
"type": "string"
|
|
513558
|
+
},
|
|
513559
|
+
"label": {
|
|
513560
|
+
"name": "label",
|
|
513561
|
+
"required": true,
|
|
513562
|
+
"type": "string"
|
|
513563
|
+
},
|
|
513564
|
+
"variant": {
|
|
513565
|
+
"name": "variant",
|
|
513566
|
+
"required": false,
|
|
513567
|
+
"type": "string",
|
|
513568
|
+
"values": [
|
|
513569
|
+
"primary",
|
|
513570
|
+
"secondary",
|
|
513571
|
+
"ghost",
|
|
513572
|
+
"danger"
|
|
513573
|
+
]
|
|
513574
|
+
}
|
|
513575
|
+
},
|
|
513576
|
+
"type": "object"
|
|
513577
|
+
}
|
|
512046
513578
|
},
|
|
512047
513579
|
{
|
|
512048
513580
|
"key": "look",
|
|
@@ -512597,7 +514129,37 @@
|
|
|
512597
514129
|
"x-tier": "presentation"
|
|
512598
514130
|
},
|
|
512599
514131
|
"itemActions": {
|
|
514132
|
+
"type": "array",
|
|
514133
|
+
"items": {
|
|
514134
|
+
"type": "object",
|
|
514135
|
+
"properties": {
|
|
514136
|
+
"event": {
|
|
514137
|
+
"type": "string"
|
|
514138
|
+
},
|
|
514139
|
+
"icon": {
|
|
514140
|
+
"type": "string"
|
|
514141
|
+
},
|
|
514142
|
+
"label": {
|
|
514143
|
+
"type": "string"
|
|
514144
|
+
},
|
|
514145
|
+
"variant": {
|
|
514146
|
+
"type": "string",
|
|
514147
|
+
"enum": [
|
|
514148
|
+
"primary",
|
|
514149
|
+
"secondary",
|
|
514150
|
+
"ghost",
|
|
514151
|
+
"danger"
|
|
514152
|
+
]
|
|
514153
|
+
}
|
|
514154
|
+
},
|
|
514155
|
+
"required": [
|
|
514156
|
+
"event",
|
|
514157
|
+
"label"
|
|
514158
|
+
]
|
|
514159
|
+
},
|
|
512600
514160
|
"default": [],
|
|
514161
|
+
"description": "Per-row action buttons (trailing column).",
|
|
514162
|
+
"x-label": "Item Actions",
|
|
512601
514163
|
"x-tier": "presentation"
|
|
512602
514164
|
},
|
|
512603
514165
|
"look": {
|
|
@@ -523044,9 +524606,41 @@
|
|
|
523044
524606
|
},
|
|
523045
524607
|
{
|
|
523046
524608
|
"key": "itemActions",
|
|
523047
|
-
"type": "
|
|
524609
|
+
"type": "[TimelineItemActionsItem]",
|
|
523048
524610
|
"default": [],
|
|
523049
|
-
"
|
|
524611
|
+
"label": "Item Actions",
|
|
524612
|
+
"description": "Actions per item",
|
|
524613
|
+
"tier": "presentation",
|
|
524614
|
+
"items": {
|
|
524615
|
+
"properties": {
|
|
524616
|
+
"event": {
|
|
524617
|
+
"name": "event",
|
|
524618
|
+
"required": false,
|
|
524619
|
+
"type": "string"
|
|
524620
|
+
},
|
|
524621
|
+
"label": {
|
|
524622
|
+
"name": "label",
|
|
524623
|
+
"required": true,
|
|
524624
|
+
"type": "string"
|
|
524625
|
+
},
|
|
524626
|
+
"navigatesTo": {
|
|
524627
|
+
"name": "navigatesTo",
|
|
524628
|
+
"required": false,
|
|
524629
|
+
"type": "string"
|
|
524630
|
+
},
|
|
524631
|
+
"variant": {
|
|
524632
|
+
"name": "variant",
|
|
524633
|
+
"required": false,
|
|
524634
|
+
"type": "string",
|
|
524635
|
+
"values": [
|
|
524636
|
+
"primary",
|
|
524637
|
+
"secondary",
|
|
524638
|
+
"ghost"
|
|
524639
|
+
]
|
|
524640
|
+
}
|
|
524641
|
+
},
|
|
524642
|
+
"type": "object"
|
|
524643
|
+
}
|
|
523050
524644
|
},
|
|
523051
524645
|
{
|
|
523052
524646
|
"key": "items",
|
|
@@ -523410,7 +525004,35 @@
|
|
|
523410
525004
|
"x-tier": "presentation"
|
|
523411
525005
|
},
|
|
523412
525006
|
"itemActions": {
|
|
525007
|
+
"type": "array",
|
|
525008
|
+
"items": {
|
|
525009
|
+
"type": "object",
|
|
525010
|
+
"properties": {
|
|
525011
|
+
"event": {
|
|
525012
|
+
"type": "string"
|
|
525013
|
+
},
|
|
525014
|
+
"label": {
|
|
525015
|
+
"type": "string"
|
|
525016
|
+
},
|
|
525017
|
+
"navigatesTo": {
|
|
525018
|
+
"type": "string"
|
|
525019
|
+
},
|
|
525020
|
+
"variant": {
|
|
525021
|
+
"type": "string",
|
|
525022
|
+
"enum": [
|
|
525023
|
+
"primary",
|
|
525024
|
+
"secondary",
|
|
525025
|
+
"ghost"
|
|
525026
|
+
]
|
|
525027
|
+
}
|
|
525028
|
+
},
|
|
525029
|
+
"required": [
|
|
525030
|
+
"label"
|
|
525031
|
+
]
|
|
525032
|
+
},
|
|
523413
525033
|
"default": [],
|
|
525034
|
+
"description": "Actions per item",
|
|
525035
|
+
"x-label": "Item Actions",
|
|
523414
525036
|
"x-tier": "presentation"
|
|
523415
525037
|
},
|
|
523416
525038
|
"items": {
|
|
@@ -562226,10 +563848,26 @@
|
|
|
562226
563848
|
"description": "Text content (alternative to children)",
|
|
562227
563849
|
"tier": "presentation"
|
|
562228
563850
|
},
|
|
563851
|
+
{
|
|
563852
|
+
"key": "format",
|
|
563853
|
+
"type": "string",
|
|
563854
|
+
"default": "none",
|
|
563855
|
+
"label": "Format",
|
|
563856
|
+
"description": "Value formatting applied to string/number/Date content — `none` (the default) renders content as-is. Covers the raw-ISO-date class: a bound datetime renders human-readable via `format='date'|'time'|'datetime'`.",
|
|
563857
|
+
"tier": "presentation",
|
|
563858
|
+
"enumValues": [
|
|
563859
|
+
"none",
|
|
563860
|
+
"date",
|
|
563861
|
+
"time",
|
|
563862
|
+
"datetime",
|
|
563863
|
+
"number",
|
|
563864
|
+
"currency",
|
|
563865
|
+
"percent"
|
|
563866
|
+
]
|
|
563867
|
+
},
|
|
562229
563868
|
{
|
|
562230
563869
|
"key": "level",
|
|
562231
563870
|
"type": "number",
|
|
562232
|
-
"default": 1,
|
|
562233
563871
|
"label": "Level",
|
|
562234
563872
|
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
562235
563873
|
"tier": "presentation"
|
|
@@ -562602,9 +564240,24 @@
|
|
|
562602
564240
|
"x-label": "Content",
|
|
562603
564241
|
"x-tier": "presentation"
|
|
562604
564242
|
},
|
|
564243
|
+
"format": {
|
|
564244
|
+
"type": "string",
|
|
564245
|
+
"enum": [
|
|
564246
|
+
"none",
|
|
564247
|
+
"date",
|
|
564248
|
+
"time",
|
|
564249
|
+
"datetime",
|
|
564250
|
+
"number",
|
|
564251
|
+
"currency",
|
|
564252
|
+
"percent"
|
|
564253
|
+
],
|
|
564254
|
+
"default": "none",
|
|
564255
|
+
"description": "Value formatting applied to string/number/Date content — `none` (the default) renders content as-is. Covers the raw-ISO-date class: a bound datetime renders human-readable via `format='date'|'time'|'datetime'`.",
|
|
564256
|
+
"x-label": "Format",
|
|
564257
|
+
"x-tier": "presentation"
|
|
564258
|
+
},
|
|
562605
564259
|
"level": {
|
|
562606
564260
|
"type": "number",
|
|
562607
|
-
"default": 1,
|
|
562608
564261
|
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
562609
564262
|
"x-label": "Level",
|
|
562610
564263
|
"x-tier": "presentation"
|