@almadar/std 16.143.0 → 16.145.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/ml/atoms/std-ml-classify.lolo +121 -0
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +90 -0
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +141 -0
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +75 -0
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +83 -0
- package/behaviors/lolo/ml/atoms/std-ml-posterior.lolo +104 -0
- package/behaviors/lolo/ml/atoms/std-ml-similarity.lolo +154 -0
- package/behaviors/lolo/ml/molecules/std-escalating-decision.lolo +271 -0
- package/behaviors/lolo/ml/molecules/std-knowledge-tracing.lolo +115 -0
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +28 -6
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +23 -6
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +85 -2
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-calendar-grid.lolo +18 -0
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +2 -0
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +3 -2
- package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +20 -0
- package/behaviors/lolo/ui/core/molecules/ui-search-input.lolo +7 -2
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +3 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +2 -0
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +2 -0
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +2 -0
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +2 -0
- package/behaviors/registry/factory-signatures.json +5018 -824
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +622 -0
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +505 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +770 -0
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +367 -0
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +473 -0
- package/behaviors/registry/ml/atoms/std-ml-posterior.orb +669 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +862 -0
- package/behaviors/registry/ml/molecules/std-escalating-decision.orb +1553 -0
- package/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +577 -0
- package/behaviors/registry/ui/core/atoms/std-board.orb +90 -20
- package/behaviors/registry/ui/core/atoms/std-browse.orb +83 -48
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +238 -3
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +40 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +27 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +25 -12
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +26 -13
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +86 -0
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +37 -1
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +25 -12
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +13 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +21 -8
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +13 -0
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +13 -0
- package/canonical-operators.json +30 -6
- package/dist/behaviors/behaviors-embeddings.json +134 -134
- package/dist/behaviors/exports-reader.js +2462 -2080
- package/dist/behaviors/functions/index.d.ts +725 -1
- package/dist/behaviors/functions/index.js +2437 -2081
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +2463 -2081
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +2462 -2080
- package/dist/behaviors/registry/factory-signatures.json +5018 -824
- package/dist/behaviors/registry/ml/atoms/std-ml-classify.orb +622 -0
- package/dist/behaviors/registry/ml/atoms/std-ml-exact-check.orb +505 -0
- package/dist/behaviors/registry/ml/atoms/std-ml-infer.orb +770 -0
- package/dist/behaviors/registry/ml/atoms/std-ml-label-capture.orb +367 -0
- package/dist/behaviors/registry/ml/atoms/std-ml-lookup.orb +473 -0
- package/dist/behaviors/registry/ml/atoms/std-ml-posterior.orb +669 -0
- package/dist/behaviors/registry/ml/atoms/std-ml-similarity.orb +862 -0
- package/dist/behaviors/registry/ml/molecules/std-escalating-decision.orb +1553 -0
- package/dist/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +577 -0
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +90 -20
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +83 -48
- package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +238 -3
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +27 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +25 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +26 -13
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +86 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +37 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +25 -12
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +13 -0
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +21 -8
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +13 -0
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +13 -0
- package/dist/behaviors-embeddings.json +134 -134
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2498 -2088
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/array.js +28 -0
- package/dist/modules/contract.js +4 -4
- package/dist/modules/data.js +3 -3
- package/dist/modules/index.js +35 -7
- package/dist/registry/factory-signatures.json +5018 -824
- package/dist/registry.js +35 -7
- package/package.json +6 -5
|
@@ -959,6 +959,46 @@
|
|
|
959
959
|
"from": "loading",
|
|
960
960
|
"to": "error"
|
|
961
961
|
},
|
|
962
|
+
{
|
|
963
|
+
"effects": [
|
|
964
|
+
[
|
|
965
|
+
"fetch",
|
|
966
|
+
"StoredFile",
|
|
967
|
+
{
|
|
968
|
+
"emit": {
|
|
969
|
+
"failure": "StoredFileLoadFailed",
|
|
970
|
+
"success": "StoredFileLoaded"
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
],
|
|
974
|
+
[
|
|
975
|
+
"render-ui",
|
|
976
|
+
"main",
|
|
977
|
+
{
|
|
978
|
+
"align": "center",
|
|
979
|
+
"children": [
|
|
980
|
+
{
|
|
981
|
+
"type": "spinner"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"color": "muted",
|
|
985
|
+
"content": "Loading…",
|
|
986
|
+
"type": "typography",
|
|
987
|
+
"variant": "caption"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"className": "py-12",
|
|
991
|
+
"direction": "vertical",
|
|
992
|
+
"gap": "md",
|
|
993
|
+
"type": "stack"
|
|
994
|
+
}
|
|
995
|
+
]
|
|
996
|
+
],
|
|
997
|
+
"event": "INIT",
|
|
998
|
+
"eventId": "evt_01KXG04GBQ18HVDGB5NHDV52F0",
|
|
999
|
+
"from": "browsing",
|
|
1000
|
+
"to": "loading"
|
|
1001
|
+
},
|
|
962
1002
|
{
|
|
963
1003
|
"effects": [
|
|
964
1004
|
[
|
|
@@ -844,6 +844,46 @@
|
|
|
844
844
|
"from": "loading",
|
|
845
845
|
"to": "error"
|
|
846
846
|
},
|
|
847
|
+
{
|
|
848
|
+
"effects": [
|
|
849
|
+
[
|
|
850
|
+
"fetch",
|
|
851
|
+
"Revision",
|
|
852
|
+
{
|
|
853
|
+
"emit": {
|
|
854
|
+
"failure": "RevisionLoadFailed",
|
|
855
|
+
"success": "RevisionLoaded"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
[
|
|
860
|
+
"render-ui",
|
|
861
|
+
"main",
|
|
862
|
+
{
|
|
863
|
+
"align": "center",
|
|
864
|
+
"children": [
|
|
865
|
+
{
|
|
866
|
+
"type": "spinner"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"color": "muted",
|
|
870
|
+
"content": "Loading version history…",
|
|
871
|
+
"type": "typography",
|
|
872
|
+
"variant": "caption"
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"className": "py-12",
|
|
876
|
+
"direction": "vertical",
|
|
877
|
+
"gap": "md",
|
|
878
|
+
"type": "stack"
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
],
|
|
882
|
+
"event": "INIT",
|
|
883
|
+
"eventId": "evt_01KXG04HV9D9FEAFFAPEMZ9RP2",
|
|
884
|
+
"from": "browsing",
|
|
885
|
+
"to": "loading"
|
|
886
|
+
},
|
|
847
887
|
{
|
|
848
888
|
"effects": [
|
|
849
889
|
[
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
},
|
|
206
206
|
"weight": {
|
|
207
207
|
"default": "none",
|
|
208
|
-
"description": "Font weight override",
|
|
208
|
+
"description": "Font weight override — `none` = no override, the variant's baked weight applies",
|
|
209
209
|
"label": "Weight",
|
|
210
210
|
"tier": "presentation",
|
|
211
211
|
"type": "string",
|
|
@@ -169,6 +169,13 @@
|
|
|
169
169
|
"tier": "presentation",
|
|
170
170
|
"type": "string"
|
|
171
171
|
},
|
|
172
|
+
"colorField": {
|
|
173
|
+
"default": "color",
|
|
174
|
+
"description": "Row field holding the chip's Tailwind colour class. Defaults to `color`.",
|
|
175
|
+
"label": "Color Field",
|
|
176
|
+
"tier": "presentation",
|
|
177
|
+
"type": "string"
|
|
178
|
+
},
|
|
172
179
|
"dayWindow": {
|
|
173
180
|
"description": "Override the viewport-driven day window. `'auto'` (default) tracks `window.innerWidth` — 1 day on mobile, 3 on tablet, 7 on laptop+. Pass an explicit number to force a fixed window (useful for print layouts or screenshot tests).",
|
|
174
181
|
"label": "Day Window",
|
|
@@ -210,6 +217,13 @@
|
|
|
210
217
|
"tier": "presentation",
|
|
211
218
|
"type": "string"
|
|
212
219
|
},
|
|
220
|
+
"startField": {
|
|
221
|
+
"default": "startTime",
|
|
222
|
+
"description": "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
|
|
223
|
+
"label": "Start Field",
|
|
224
|
+
"tier": "presentation",
|
|
225
|
+
"type": "string"
|
|
226
|
+
},
|
|
213
227
|
"swipeLeftEvent": {
|
|
214
228
|
"default": "SWIPE_LEFT",
|
|
215
229
|
"description": "Event emitted on swipe left (next week): UI:{swipeLeftEvent}",
|
|
@@ -234,6 +248,13 @@
|
|
|
234
248
|
"tier": "presentation",
|
|
235
249
|
"type": "[string]"
|
|
236
250
|
},
|
|
251
|
+
"titleField": {
|
|
252
|
+
"default": "title",
|
|
253
|
+
"description": "Row field holding the chip label. Defaults to `title`. Lets a host bound to its own entity name the column instead of being forced to rename its fields to this grid's contract (same accessor idiom as `DataList`'s `senderField` / `DataGrid`'s `imageField`).",
|
|
254
|
+
"label": "Title Field",
|
|
255
|
+
"tier": "presentation",
|
|
256
|
+
"type": "string"
|
|
257
|
+
},
|
|
237
258
|
"weekStart": {
|
|
238
259
|
"default": "2024-01-01",
|
|
239
260
|
"description": "Start of the week (defaults to current week's Monday)",
|
|
@@ -490,6 +511,7 @@
|
|
|
490
511
|
"main",
|
|
491
512
|
{
|
|
492
513
|
"className": "@config.className",
|
|
514
|
+
"colorField": "@config.colorField",
|
|
493
515
|
"dayWindow": "@config.dayWindow",
|
|
494
516
|
"events": "@entity",
|
|
495
517
|
"longPressEvent": "@config.longPressEvent",
|
|
@@ -497,9 +519,11 @@
|
|
|
497
519
|
"onDayClick": "@config.onDayClick",
|
|
498
520
|
"onEventClick": "@config.onEventClick",
|
|
499
521
|
"onSlotClick": "@config.onSlotClick",
|
|
522
|
+
"startField": "@config.startField",
|
|
500
523
|
"swipeLeftEvent": "@config.swipeLeftEvent",
|
|
501
524
|
"swipeRightEvent": "@config.swipeRightEvent",
|
|
502
525
|
"timeSlots": "@config.timeSlots",
|
|
526
|
+
"titleField": "@config.titleField",
|
|
503
527
|
"type": "calendar-grid",
|
|
504
528
|
"weekStart": "@config.weekStart"
|
|
505
529
|
}
|
|
@@ -517,6 +541,7 @@
|
|
|
517
541
|
"main",
|
|
518
542
|
{
|
|
519
543
|
"className": "@config.className",
|
|
544
|
+
"colorField": "@config.colorField",
|
|
520
545
|
"dayWindow": "@config.dayWindow",
|
|
521
546
|
"events": "@payload.data",
|
|
522
547
|
"longPressEvent": "@config.longPressEvent",
|
|
@@ -524,9 +549,11 @@
|
|
|
524
549
|
"onDayClick": "@config.onDayClick",
|
|
525
550
|
"onEventClick": "@config.onEventClick",
|
|
526
551
|
"onSlotClick": "@config.onSlotClick",
|
|
552
|
+
"startField": "@config.startField",
|
|
527
553
|
"swipeLeftEvent": "@config.swipeLeftEvent",
|
|
528
554
|
"swipeRightEvent": "@config.swipeRightEvent",
|
|
529
555
|
"timeSlots": "@config.timeSlots",
|
|
556
|
+
"titleField": "@config.titleField",
|
|
530
557
|
"type": "calendar-grid",
|
|
531
558
|
"weekStart": "@config.weekStart"
|
|
532
559
|
}
|
|
@@ -524,10 +524,10 @@
|
|
|
524
524
|
"tier": "essential"
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
|
-
"description": "
|
|
528
|
-
"id": "
|
|
529
|
-
"key": "
|
|
530
|
-
"name": "
|
|
527
|
+
"description": "User opened a record from the list.",
|
|
528
|
+
"id": "evt_01KXG04N8D4X4590GZE8705366",
|
|
529
|
+
"key": "VIEW",
|
|
530
|
+
"name": "View",
|
|
531
531
|
"payloadSchema": [
|
|
532
532
|
{
|
|
533
533
|
"name": "id",
|
|
@@ -537,10 +537,10 @@
|
|
|
537
537
|
"tier": "essential"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
|
-
"description": "
|
|
541
|
-
"id": "
|
|
542
|
-
"key": "@config.
|
|
543
|
-
"name": "@config.
|
|
540
|
+
"description": "Selection change event name (emits UI:{selectionEvent} with { selectedIds: string[] })",
|
|
541
|
+
"id": "evt_01KXG04N8DGC8A3RER0AYS0QJM",
|
|
542
|
+
"key": "@config.selectionEvent",
|
|
543
|
+
"name": "@config.selection event",
|
|
544
544
|
"payloadSchema": [
|
|
545
545
|
{
|
|
546
546
|
"name": "id",
|
|
@@ -550,10 +550,10 @@
|
|
|
550
550
|
"tier": "essential"
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
|
-
"description": "
|
|
554
|
-
"id": "
|
|
555
|
-
"key": "
|
|
556
|
-
"name": "
|
|
553
|
+
"description": "Event emitted when more items needed: UI:{loadMoreEvent}",
|
|
554
|
+
"id": "evt_01KXG04N8D5HH49DN80YD3E4GT",
|
|
555
|
+
"key": "@config.loadMoreEvent",
|
|
556
|
+
"name": "@config.load more event",
|
|
557
557
|
"payloadSchema": [
|
|
558
558
|
{
|
|
559
559
|
"name": "id",
|
|
@@ -664,6 +664,19 @@
|
|
|
664
664
|
"eventId": "evt_01KXG04N8DK57488TSZFVFEC94",
|
|
665
665
|
"from": "idle",
|
|
666
666
|
"to": "idle"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"effects": [
|
|
670
|
+
[
|
|
671
|
+
"emit",
|
|
672
|
+
"VIEW",
|
|
673
|
+
{}
|
|
674
|
+
]
|
|
675
|
+
],
|
|
676
|
+
"event": "VIEW",
|
|
677
|
+
"eventId": "evt_01KXG04N8D4X4590GZE8705366",
|
|
678
|
+
"from": "idle",
|
|
679
|
+
"to": "idle"
|
|
667
680
|
}
|
|
668
681
|
]
|
|
669
682
|
}
|
|
@@ -685,6 +685,19 @@
|
|
|
685
685
|
"synonyms": "loaded, fetched, retrieved",
|
|
686
686
|
"tier": "essential"
|
|
687
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"description": "User opened a record from the list.",
|
|
690
|
+
"id": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
|
|
691
|
+
"key": "VIEW",
|
|
692
|
+
"name": "View",
|
|
693
|
+
"payloadSchema": [
|
|
694
|
+
{
|
|
695
|
+
"name": "id",
|
|
696
|
+
"type": "string"
|
|
697
|
+
}
|
|
698
|
+
],
|
|
699
|
+
"tier": "essential"
|
|
700
|
+
},
|
|
688
701
|
{
|
|
689
702
|
"description": "Event emitted on reorder: UI:{reorderEvent} with { fromIndex, toIndex }",
|
|
690
703
|
"id": "evt_01KXG04N9M0MPJ2H0462NH6D5S",
|
|
@@ -762,19 +775,6 @@
|
|
|
762
775
|
}
|
|
763
776
|
],
|
|
764
777
|
"tier": "essential"
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"description": "User opened a record from the list.",
|
|
768
|
-
"id": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
|
|
769
|
-
"key": "VIEW",
|
|
770
|
-
"name": "View",
|
|
771
|
-
"payloadSchema": [
|
|
772
|
-
{
|
|
773
|
-
"name": "id",
|
|
774
|
-
"type": "string"
|
|
775
|
-
}
|
|
776
|
-
],
|
|
777
|
-
"tier": "essential"
|
|
778
778
|
}
|
|
779
779
|
],
|
|
780
780
|
"states": [
|
|
@@ -888,6 +888,19 @@
|
|
|
888
888
|
"eventId": "evt_01KXG04N9M8T9GWGKD8RDCZB00",
|
|
889
889
|
"from": "idle",
|
|
890
890
|
"to": "idle"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"effects": [
|
|
894
|
+
[
|
|
895
|
+
"emit",
|
|
896
|
+
"VIEW",
|
|
897
|
+
{}
|
|
898
|
+
]
|
|
899
|
+
],
|
|
900
|
+
"event": "VIEW",
|
|
901
|
+
"eventId": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
|
|
902
|
+
"from": "idle",
|
|
903
|
+
"to": "idle"
|
|
891
904
|
}
|
|
892
905
|
]
|
|
893
906
|
}
|
|
@@ -37,6 +37,24 @@
|
|
|
37
37
|
"parent": "trt_01KXG04NWZX79JYS9DQRRJSY6D",
|
|
38
38
|
"renames": []
|
|
39
39
|
},
|
|
40
|
+
"evt_01KYC06RDGC5AX8D3JVW30MTNT": {
|
|
41
|
+
"bakedName": "@config.event",
|
|
42
|
+
"curName": "@config.event",
|
|
43
|
+
"id": "evt_01KYC06RDGC5AX8D3JVW30MTNT",
|
|
44
|
+
"kind": "event",
|
|
45
|
+
"owner": "workspace",
|
|
46
|
+
"parent": "trt_01KXG04NWZX79JYS9DQRRJSY6D",
|
|
47
|
+
"renames": []
|
|
48
|
+
},
|
|
49
|
+
"evt_01KYC06RDGJEVGWBTWQKHSHA5J": {
|
|
50
|
+
"bakedName": "@config.clearEvent",
|
|
51
|
+
"curName": "@config.clearEvent",
|
|
52
|
+
"id": "evt_01KYC06RDGJEVGWBTWQKHSHA5J",
|
|
53
|
+
"kind": "event",
|
|
54
|
+
"owner": "workspace",
|
|
55
|
+
"parent": "trt_01KXG04NWZX79JYS9DQRRJSY6D",
|
|
56
|
+
"renames": []
|
|
57
|
+
},
|
|
40
58
|
"orb_01KXG04NWZHMEEFXA8JY1SW36Z": {
|
|
41
59
|
"bakedName": "FilterGroupOrbital",
|
|
42
60
|
"curName": "FilterGroupOrbital",
|
|
@@ -104,6 +122,20 @@
|
|
|
104
122
|
"tier": "presentation",
|
|
105
123
|
"type": "string"
|
|
106
124
|
},
|
|
125
|
+
"clearEvent": {
|
|
126
|
+
"default": "CLEAR",
|
|
127
|
+
"description": "Declarative clear event — emits UI:{clearEvent} via eventBus on clear-all (alongside canonical UI:CLEAR_FILTERS)",
|
|
128
|
+
"label": "Clear Event",
|
|
129
|
+
"tier": "presentation",
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"event": {
|
|
133
|
+
"default": "EVENT",
|
|
134
|
+
"description": "Declarative filter event — emits UI:{event} via eventBus on filter change (alongside canonical UI:FILTER)",
|
|
135
|
+
"label": "Event",
|
|
136
|
+
"tier": "presentation",
|
|
137
|
+
"type": "string"
|
|
138
|
+
},
|
|
107
139
|
"filters": {
|
|
108
140
|
"default": [
|
|
109
141
|
{
|
|
@@ -254,6 +286,32 @@
|
|
|
254
286
|
],
|
|
255
287
|
"scope": "external",
|
|
256
288
|
"tier": "essential"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"description": "Declarative filter event — emits UI:{event} via eventBus on filter change (alongside canonical UI:FILTER)",
|
|
292
|
+
"event": "@config.event",
|
|
293
|
+
"eventId": "evt_01KYC06RDGC5AX8D3JVW30MTNT",
|
|
294
|
+
"payloadSchema": [
|
|
295
|
+
{
|
|
296
|
+
"name": "id",
|
|
297
|
+
"type": "string"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"scope": "external",
|
|
301
|
+
"tier": "essential"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"description": "Declarative clear event — emits UI:{clearEvent} via eventBus on clear-all (alongside canonical UI:CLEAR_FILTERS)",
|
|
305
|
+
"event": "@config.clearEvent",
|
|
306
|
+
"eventId": "evt_01KYC06RDGJEVGWBTWQKHSHA5J",
|
|
307
|
+
"payloadSchema": [
|
|
308
|
+
{
|
|
309
|
+
"name": "id",
|
|
310
|
+
"type": "string"
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"scope": "external",
|
|
314
|
+
"tier": "essential"
|
|
257
315
|
}
|
|
258
316
|
],
|
|
259
317
|
"entityContract": {
|
|
@@ -305,6 +363,32 @@
|
|
|
305
363
|
}
|
|
306
364
|
],
|
|
307
365
|
"tier": "essential"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"description": "Declarative filter event — emits UI:{event} via eventBus on filter change (alongside canonical UI:FILTER)",
|
|
369
|
+
"id": "evt_01KYC06RDGC5AX8D3JVW30MTNT",
|
|
370
|
+
"key": "@config.event",
|
|
371
|
+
"name": "@config.event",
|
|
372
|
+
"payloadSchema": [
|
|
373
|
+
{
|
|
374
|
+
"name": "id",
|
|
375
|
+
"type": "string"
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"tier": "essential"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"description": "Declarative clear event — emits UI:{clearEvent} via eventBus on clear-all (alongside canonical UI:CLEAR_FILTERS)",
|
|
382
|
+
"id": "evt_01KYC06RDGJEVGWBTWQKHSHA5J",
|
|
383
|
+
"key": "@config.clearEvent",
|
|
384
|
+
"name": "@config.clear event",
|
|
385
|
+
"payloadSchema": [
|
|
386
|
+
{
|
|
387
|
+
"name": "id",
|
|
388
|
+
"type": "string"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"tier": "essential"
|
|
308
392
|
}
|
|
309
393
|
],
|
|
310
394
|
"states": [
|
|
@@ -326,7 +410,9 @@
|
|
|
326
410
|
"main",
|
|
327
411
|
{
|
|
328
412
|
"className": "@config.className",
|
|
413
|
+
"clearEvent": "@config.clearEvent",
|
|
329
414
|
"entity": "FilterGroupItem",
|
|
415
|
+
"event": "@config.event",
|
|
330
416
|
"filters": "@config.filters",
|
|
331
417
|
"isLoading": "@config.isLoading",
|
|
332
418
|
"look": "@config.look",
|
|
@@ -37,6 +37,15 @@
|
|
|
37
37
|
"parent": "trt_01KXG04R09E51Q5ZC3H3NVM9TC",
|
|
38
38
|
"renames": []
|
|
39
39
|
},
|
|
40
|
+
"evt_01KYC06S4G3K7GBQ9XAPXR61GW": {
|
|
41
|
+
"bakedName": "@config.event",
|
|
42
|
+
"curName": "@config.event",
|
|
43
|
+
"id": "evt_01KYC06S4G3K7GBQ9XAPXR61GW",
|
|
44
|
+
"kind": "event",
|
|
45
|
+
"owner": "workspace",
|
|
46
|
+
"parent": "trt_01KXG04R09E51Q5ZC3H3NVM9TC",
|
|
47
|
+
"renames": []
|
|
48
|
+
},
|
|
40
49
|
"orb_01KXG04R09BDKZJVAQGGAYPS4V": {
|
|
41
50
|
"bakedName": "SearchInputOrbital",
|
|
42
51
|
"curName": "SearchInputOrbital",
|
|
@@ -123,7 +132,8 @@
|
|
|
123
132
|
"type": "number"
|
|
124
133
|
},
|
|
125
134
|
"event": {
|
|
126
|
-
"
|
|
135
|
+
"default": "EVENT",
|
|
136
|
+
"description": "Declarative search event — emits UI:{event} via eventBus on query submit (alongside canonical UI:SEARCH)",
|
|
127
137
|
"label": "Event",
|
|
128
138
|
"tier": "presentation",
|
|
129
139
|
"type": "string"
|
|
@@ -174,6 +184,19 @@
|
|
|
174
184
|
],
|
|
175
185
|
"scope": "external",
|
|
176
186
|
"tier": "essential"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"description": "Declarative search event — emits UI:{event} via eventBus on query submit (alongside canonical UI:SEARCH)",
|
|
190
|
+
"event": "@config.event",
|
|
191
|
+
"eventId": "evt_01KYC06S4G3K7GBQ9XAPXR61GW",
|
|
192
|
+
"payloadSchema": [
|
|
193
|
+
{
|
|
194
|
+
"name": "id",
|
|
195
|
+
"type": "string"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"scope": "external",
|
|
199
|
+
"tier": "essential"
|
|
177
200
|
}
|
|
178
201
|
],
|
|
179
202
|
"entityContract": {
|
|
@@ -221,6 +244,19 @@
|
|
|
221
244
|
}
|
|
222
245
|
],
|
|
223
246
|
"tier": "essential"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"description": "Declarative search event — emits UI:{event} via eventBus on query submit (alongside canonical UI:SEARCH)",
|
|
250
|
+
"id": "evt_01KYC06S4G3K7GBQ9XAPXR61GW",
|
|
251
|
+
"key": "@config.event",
|
|
252
|
+
"name": "@config.event",
|
|
253
|
+
"payloadSchema": [
|
|
254
|
+
{
|
|
255
|
+
"name": "id",
|
|
256
|
+
"type": "string"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"tier": "essential"
|
|
224
260
|
}
|
|
225
261
|
],
|
|
226
262
|
"states": [
|
|
@@ -558,10 +558,10 @@
|
|
|
558
558
|
"tier": "essential"
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
|
-
"description": "
|
|
562
|
-
"id": "
|
|
563
|
-
"key": "
|
|
564
|
-
"name": "
|
|
561
|
+
"description": "User opened a record from the list.",
|
|
562
|
+
"id": "evt_01KXG04RSDC4V2E198Y3Q8880X",
|
|
563
|
+
"key": "VIEW",
|
|
564
|
+
"name": "View",
|
|
565
565
|
"payloadSchema": [
|
|
566
566
|
{
|
|
567
567
|
"name": "id",
|
|
@@ -571,10 +571,10 @@
|
|
|
571
571
|
"tier": "essential"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
|
-
"description": "Event emitted on
|
|
575
|
-
"id": "
|
|
576
|
-
"key": "@config.
|
|
577
|
-
"name": "@config.
|
|
574
|
+
"description": "Event emitted on selection change: UI:{selectEvent} with { ids, rows }.",
|
|
575
|
+
"id": "evt_01KXG04RSDTCZQPH74KHHQR5MZ",
|
|
576
|
+
"key": "@config.selectEvent",
|
|
577
|
+
"name": "@config.select event",
|
|
578
578
|
"payloadSchema": [
|
|
579
579
|
{
|
|
580
580
|
"name": "id",
|
|
@@ -584,10 +584,10 @@
|
|
|
584
584
|
"tier": "essential"
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
|
-
"description": "
|
|
588
|
-
"id": "
|
|
589
|
-
"key": "
|
|
590
|
-
"name": "
|
|
587
|
+
"description": "Event emitted on sortable-header click: UI:{sortEvent} with { column, direction }.",
|
|
588
|
+
"id": "evt_01KXG04RSDX3BXZBA0CDEKZV1G",
|
|
589
|
+
"key": "@config.sortEvent",
|
|
590
|
+
"name": "@config.sort event",
|
|
591
591
|
"payloadSchema": [
|
|
592
592
|
{
|
|
593
593
|
"name": "id",
|
|
@@ -694,6 +694,19 @@
|
|
|
694
694
|
"eventId": "evt_01KXG04RSDQRXCVM7YXC772W9K",
|
|
695
695
|
"from": "idle",
|
|
696
696
|
"to": "idle"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"effects": [
|
|
700
|
+
[
|
|
701
|
+
"emit",
|
|
702
|
+
"VIEW",
|
|
703
|
+
{}
|
|
704
|
+
]
|
|
705
|
+
],
|
|
706
|
+
"event": "VIEW",
|
|
707
|
+
"eventId": "evt_01KXG04RSDC4V2E198Y3Q8880X",
|
|
708
|
+
"from": "idle",
|
|
709
|
+
"to": "idle"
|
|
697
710
|
}
|
|
698
711
|
]
|
|
699
712
|
}
|
|
@@ -541,6 +541,19 @@
|
|
|
541
541
|
"eventId": "evt_01KXG04SFWBBQT5FQHF88WB1R7",
|
|
542
542
|
"from": "idle",
|
|
543
543
|
"to": "idle"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"effects": [
|
|
547
|
+
[
|
|
548
|
+
"emit",
|
|
549
|
+
"VIEW",
|
|
550
|
+
{}
|
|
551
|
+
]
|
|
552
|
+
],
|
|
553
|
+
"event": "VIEW",
|
|
554
|
+
"eventId": "evt_01KXG04SFWKXQ588AJKC3XTPME",
|
|
555
|
+
"from": "idle",
|
|
556
|
+
"to": "idle"
|
|
544
557
|
}
|
|
545
558
|
]
|
|
546
559
|
}
|
|
@@ -393,10 +393,10 @@
|
|
|
393
393
|
"tier": "essential"
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"description": "
|
|
397
|
-
"id": "
|
|
398
|
-
"key": "
|
|
399
|
-
"name": "
|
|
396
|
+
"description": "User opened a record from the list.",
|
|
397
|
+
"id": "evt_01KXG04SH3R1YPRSCJX64JDKM2",
|
|
398
|
+
"key": "VIEW",
|
|
399
|
+
"name": "View",
|
|
400
400
|
"payloadSchema": [
|
|
401
401
|
{
|
|
402
402
|
"name": "id",
|
|
@@ -406,10 +406,10 @@
|
|
|
406
406
|
"tier": "essential"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
|
-
"description": "
|
|
410
|
-
"id": "
|
|
411
|
-
"key": "
|
|
412
|
-
"name": "
|
|
409
|
+
"description": "Item actions - schema-driven or function-based",
|
|
410
|
+
"id": "evt_01KXG04SH3CDMWPSH39V0BN1TD",
|
|
411
|
+
"key": "ITEM_ACTIONS",
|
|
412
|
+
"name": "Item Actions",
|
|
413
413
|
"payloadSchema": [
|
|
414
414
|
{
|
|
415
415
|
"name": "id",
|
|
@@ -506,6 +506,19 @@
|
|
|
506
506
|
"eventId": "evt_01KXG04SH3S1G8MB6C8PAC7PMY",
|
|
507
507
|
"from": "idle",
|
|
508
508
|
"to": "idle"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"effects": [
|
|
512
|
+
[
|
|
513
|
+
"emit",
|
|
514
|
+
"VIEW",
|
|
515
|
+
{}
|
|
516
|
+
]
|
|
517
|
+
],
|
|
518
|
+
"event": "VIEW",
|
|
519
|
+
"eventId": "evt_01KXG04SH3R1YPRSCJX64JDKM2",
|
|
520
|
+
"from": "idle",
|
|
521
|
+
"to": "idle"
|
|
509
522
|
}
|
|
510
523
|
]
|
|
511
524
|
}
|
|
@@ -637,6 +637,19 @@
|
|
|
637
637
|
"eventId": "evt_01KXG04SJJDJHTKN6PP74YNPWJ",
|
|
638
638
|
"from": "idle",
|
|
639
639
|
"to": "idle"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"effects": [
|
|
643
|
+
[
|
|
644
|
+
"emit",
|
|
645
|
+
"VIEW",
|
|
646
|
+
{}
|
|
647
|
+
]
|
|
648
|
+
],
|
|
649
|
+
"event": "VIEW",
|
|
650
|
+
"eventId": "evt_01KXG04SJJ648J6B44Z4MCR8KK",
|
|
651
|
+
"from": "idle",
|
|
652
|
+
"to": "idle"
|
|
640
653
|
}
|
|
641
654
|
]
|
|
642
655
|
}
|