@almadar/std 16.211.0 → 16.212.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.
Files changed (127) hide show
  1. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -0
  2. package/behaviors/lolo/infra/atoms/std-cache-aside.lolo +6 -0
  3. package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +3 -0
  4. package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +1 -0
  5. package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +2 -0
  6. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -0
  7. package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +3 -0
  8. package/behaviors/lolo/infra/atoms/std-lifecycle.lolo +2 -0
  9. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +12 -0
  10. package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -0
  11. package/behaviors/lolo/infra/atoms/std-notification-center.lolo +2 -0
  12. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +5 -0
  13. package/behaviors/lolo/infra/atoms/std-reminder-scheduler.lolo +2 -0
  14. package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -0
  15. package/behaviors/lolo/ml/atoms/std-ml-classify.lolo +1 -0
  16. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +1 -0
  17. package/behaviors/lolo/ui/core/atoms/std-board.lolo +6 -0
  18. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +6 -1
  19. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +6 -1
  20. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -0
  21. package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +8 -1
  22. package/behaviors/lolo/ui/core/atoms/std-list.lolo +8 -1
  23. package/behaviors/lolo/ui/core/atoms/std-selection.lolo +8 -1
  24. package/behaviors/lolo/ui/core/atoms/std-tag-strip.lolo +1 -0
  25. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +16 -0
  26. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +36 -0
  27. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  28. package/behaviors/lolo/ui/core/atoms/ui-button.lolo +1 -1
  29. package/behaviors/lolo/ui/core/atoms/ui-checkbox.lolo +22 -2
  30. package/behaviors/lolo/ui/core/atoms/ui-game-icon.lolo +1 -1
  31. package/behaviors/lolo/ui/core/atoms/ui-select.lolo +6 -2
  32. package/behaviors/lolo/ui/core/atoms/ui-textarea.lolo +3 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
  34. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +1 -1
  37. package/behaviors/lolo/ui/core/molecules/ui-tabs.lolo +2 -2
  38. package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +6 -0
  39. package/behaviors/lolo/ui/game/atoms/ui-action-palette.lolo +1 -1
  40. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  41. package/behaviors/lolo/ui/game/atoms/ui-choice-button.lolo +1 -1
  42. package/behaviors/lolo/ui/game/atoms/ui-control-button.lolo +1 -1
  43. package/behaviors/lolo/ui/game/atoms/ui-control-grid.lolo +2 -2
  44. package/behaviors/lolo/ui/game/atoms/ui-dialogue-bubble.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-draw-fx-layer.lolo +1 -1
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +7 -2
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +1 -1
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +1 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +2 -2
  50. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +5 -5
  51. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  52. package/behaviors/lolo/ui/game/atoms/ui-health-bar.lolo +2 -2
  53. package/behaviors/lolo/ui/game/atoms/ui-score-display.lolo +1 -1
  54. package/behaviors/lolo/ui/game/atoms/ui-sequence-bar.lolo +2 -2
  55. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +2 -2
  56. package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +4 -4
  57. package/behaviors/registry/infra/atoms/std-approval-gate.orb +56 -18
  58. package/behaviors/registry/infra/atoms/std-cache-aside.orb +76 -32
  59. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +46 -0
  60. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +20 -0
  61. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +40 -14
  62. package/behaviors/registry/infra/atoms/std-cross-reference.orb +41 -15
  63. package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -0
  64. package/behaviors/registry/infra/atoms/std-lifecycle.orb +36 -0
  65. package/behaviors/registry/infra/atoms/std-migration-job.orb +108 -0
  66. package/behaviors/registry/infra/atoms/std-mod-queue.orb +20 -0
  67. package/behaviors/registry/infra/atoms/std-notification-center.orb +32 -0
  68. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +70 -0
  69. package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +36 -0
  70. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +20 -0
  71. package/behaviors/registry/ml/atoms/std-ml-classify.orb +18 -0
  72. package/behaviors/registry/ml/atoms/std-ml-infer.orb +18 -0
  73. package/behaviors/registry/ui/core/atoms/std-board.orb +58 -0
  74. package/behaviors/registry/ui/core/atoms/std-browse.orb +9 -1
  75. package/behaviors/registry/ui/core/atoms/std-calendar.orb +9 -1
  76. package/behaviors/registry/ui/core/atoms/std-event-log.orb +26 -0
  77. package/behaviors/registry/ui/core/atoms/std-gallery.orb +35 -1
  78. package/behaviors/registry/ui/core/atoms/std-list.orb +35 -1
  79. package/behaviors/registry/ui/core/atoms/std-selection.orb +35 -1
  80. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +20 -0
  81. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +56 -0
  82. package/behaviors/registry/ui/core/atoms/std-wizard.orb +77 -0
  83. package/behaviors/registry/ui/core/atoms/ui-badge.orb +4 -1
  84. package/behaviors/registry/ui/core/atoms/ui-button.orb +4 -1
  85. package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +78 -2
  86. package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +4 -1
  87. package/behaviors/registry/ui/core/atoms/ui-select.orb +28 -0
  88. package/behaviors/registry/ui/core/atoms/ui-textarea.orb +14 -0
  89. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -28
  90. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +1 -20
  91. package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +1 -14
  92. package/behaviors/registry/ui/core/molecules/ui-menu.orb +1 -24
  93. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +8 -2
  94. package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +44 -0
  95. package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +4 -1
  96. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  97. package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +4 -1
  98. package/behaviors/registry/ui/game/atoms/ui-control-button.orb +4 -1
  99. package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +8 -2
  100. package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +4 -1
  101. package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +4 -1
  102. package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +12 -2
  103. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +4 -1
  104. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +4 -1
  105. package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +8 -2
  106. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +20 -5
  107. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +4 -1
  108. package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +8 -2
  109. package/behaviors/registry/ui/game/atoms/ui-score-display.orb +4 -1
  110. package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +4 -1
  111. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +8 -2
  112. package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +8 -2
  113. package/dist/behaviors/exports-reader.js +1187 -277
  114. package/dist/behaviors/functions/index.d.ts +38 -7
  115. package/dist/behaviors/functions/index.js +1187 -277
  116. package/dist/behaviors/index.d.ts +1 -1
  117. package/dist/behaviors/index.js +1187 -277
  118. package/dist/behaviors/query.js +1187 -277
  119. package/dist/behaviors-embeddings.hash.json +3 -3
  120. package/dist/behaviors-embeddings.json +15 -15
  121. package/dist/behaviors-registry.json +535 -182
  122. package/dist/index.d.ts +1 -1
  123. package/dist/index.js +1187 -277
  124. package/dist/knob-embeddings.hash.json +3 -3
  125. package/dist/knob-embeddings.json +1 -1
  126. package/dist/registry/factory-signatures.json +1 -1
  127. package/package.json +2 -2
@@ -2631,6 +2631,20 @@
2631
2631
  "recordedAt": "@now",
2632
2632
  "severity": "@entity.severity"
2633
2633
  }
2634
+ ],
2635
+ [
2636
+ "render-ui",
2637
+ "toast",
2638
+ {
2639
+ "dismissible": true,
2640
+ "message": [
2641
+ "str/concat",
2642
+ "Couldn't send the email notification — ",
2643
+ "@payload.error"
2644
+ ],
2645
+ "type": "alert",
2646
+ "variant": "error"
2647
+ }
2634
2648
  ]
2635
2649
  ],
2636
2650
  "event": "NOTIFY_EMAIL_FAILED",
@@ -2689,6 +2703,20 @@
2689
2703
  "recordedAt": "@now",
2690
2704
  "severity": "@entity.severity"
2691
2705
  }
2706
+ ],
2707
+ [
2708
+ "render-ui",
2709
+ "toast",
2710
+ {
2711
+ "dismissible": true,
2712
+ "message": [
2713
+ "str/concat",
2714
+ "Couldn't send the text message — ",
2715
+ "@payload.error"
2716
+ ],
2717
+ "type": "alert",
2718
+ "variant": "error"
2719
+ }
2692
2720
  ]
2693
2721
  ],
2694
2722
  "event": "NOTIFY_SMS_FAILED",
@@ -2747,6 +2775,20 @@
2747
2775
  "recordedAt": "@now",
2748
2776
  "severity": "@entity.severity"
2749
2777
  }
2778
+ ],
2779
+ [
2780
+ "render-ui",
2781
+ "toast",
2782
+ {
2783
+ "dismissible": true,
2784
+ "message": [
2785
+ "str/concat",
2786
+ "Couldn't send the webhook notification — ",
2787
+ "@payload.error"
2788
+ ],
2789
+ "type": "alert",
2790
+ "variant": "error"
2791
+ }
2750
2792
  ]
2751
2793
  ],
2752
2794
  "event": "NOTIFY_WEBHOOK_FAILED",
@@ -2805,6 +2847,20 @@
2805
2847
  "recordedAt": "@now",
2806
2848
  "severity": "@entity.severity"
2807
2849
  }
2850
+ ],
2851
+ [
2852
+ "render-ui",
2853
+ "toast",
2854
+ {
2855
+ "dismissible": true,
2856
+ "message": [
2857
+ "str/concat",
2858
+ "Couldn't send the push notification — ",
2859
+ "@payload.error"
2860
+ ],
2861
+ "type": "alert",
2862
+ "variant": "error"
2863
+ }
2808
2864
  ]
2809
2865
  ],
2810
2866
  "event": "NOTIFY_PUSH_FAILED",
@@ -2837,6 +2893,20 @@
2837
2893
  "recordedAt": "@now",
2838
2894
  "severity": "@entity.severity"
2839
2895
  }
2896
+ ],
2897
+ [
2898
+ "render-ui",
2899
+ "toast",
2900
+ {
2901
+ "dismissible": true,
2902
+ "message": [
2903
+ "str/concat",
2904
+ "Couldn't look up notification preferences — ",
2905
+ "@payload.error"
2906
+ ],
2907
+ "type": "alert",
2908
+ "variant": "error"
2909
+ }
2840
2910
  ]
2841
2911
  ],
2842
2912
  "event": "NOTIFY_LOOKUP_FAILED",
@@ -237,6 +237,10 @@
237
237
  "resolved": false,
238
238
  "resource": "@config.targetEntity"
239
239
  },
240
+ {
241
+ "kind": "render-ui",
242
+ "resource": "toast"
243
+ },
240
244
  {
241
245
  "kind": "set",
242
246
  "resource": "@entity.headId"
@@ -467,6 +471,22 @@
467
471
  "to": "idle"
468
472
  },
469
473
  {
474
+ "effects": [
475
+ [
476
+ "render-ui",
477
+ "toast",
478
+ {
479
+ "dismissible": true,
480
+ "message": [
481
+ "str/concat",
482
+ "Couldn't scan for reminders — ",
483
+ "@payload.error"
484
+ ],
485
+ "type": "alert",
486
+ "variant": "error"
487
+ }
488
+ ]
489
+ ],
470
490
  "event": "ScanFailed",
471
491
  "eventId": "evt_01KXG04FGHD8JW00QXQEBTTMH9",
472
492
  "from": "idle",
@@ -601,6 +621,22 @@
601
621
  "to": "idle"
602
622
  },
603
623
  {
624
+ "effects": [
625
+ [
626
+ "render-ui",
627
+ "toast",
628
+ {
629
+ "dismissible": true,
630
+ "message": [
631
+ "str/concat",
632
+ "Couldn't scan for reminders — ",
633
+ "@payload.error"
634
+ ],
635
+ "type": "alert",
636
+ "variant": "error"
637
+ }
638
+ ]
639
+ ],
604
640
  "event": "ScanFailed",
605
641
  "eventId": "evt_01KXG04FGHD8JW00QXQEBTTMH9",
606
642
  "from": "scanning",
@@ -218,6 +218,10 @@
218
218
  "kind": "persist",
219
219
  "resolved": false,
220
220
  "resource": "@config.targetEntity"
221
+ },
222
+ {
223
+ "kind": "render-ui",
224
+ "resource": "toast"
221
225
  }
222
226
  ],
223
227
  "emits": [
@@ -453,6 +457,22 @@
453
457
  "to": "idle"
454
458
  },
455
459
  {
460
+ "effects": [
461
+ [
462
+ "render-ui",
463
+ "toast",
464
+ {
465
+ "dismissible": true,
466
+ "message": [
467
+ "str/concat",
468
+ "Couldn't change the status — ",
469
+ "@payload.error"
470
+ ],
471
+ "type": "alert",
472
+ "variant": "error"
473
+ }
474
+ ]
475
+ ],
456
476
  "event": "StatusChangeFailed",
457
477
  "eventId": "evt_01KXG04FHB2WR4ZY4SV29CFF0D",
458
478
  "from": "idle",
@@ -235,6 +235,10 @@
235
235
  "kind": "emit",
236
236
  "resource": "CLASSIFY_FAILED"
237
237
  },
238
+ {
239
+ "kind": "render-ui",
240
+ "resource": "toast"
241
+ },
238
242
  {
239
243
  "kind": "set",
240
244
  "resource": "@entity.category"
@@ -640,6 +644,20 @@
640
644
  {
641
645
  "error": "@entity.errorMessage"
642
646
  }
647
+ ],
648
+ [
649
+ "render-ui",
650
+ "toast",
651
+ {
652
+ "dismissible": true,
653
+ "message": [
654
+ "str/concat",
655
+ "Couldn't classify — ",
656
+ "@payload.error"
657
+ ],
658
+ "type": "alert",
659
+ "variant": "error"
660
+ }
643
661
  ]
644
662
  ],
645
663
  "event": "CLASSIFY_CALL_FAILED",
@@ -343,6 +343,10 @@
343
343
  "kind": "emit",
344
344
  "resource": "INFER_ABSTAINED"
345
345
  },
346
+ {
347
+ "kind": "render-ui",
348
+ "resource": "toast"
349
+ },
346
350
  {
347
351
  "kind": "set",
348
352
  "resource": "@entity.confidence"
@@ -839,6 +843,20 @@
839
843
  "request": "@entity.request",
840
844
  "violations": "@entity.violations"
841
845
  }
846
+ ],
847
+ [
848
+ "render-ui",
849
+ "toast",
850
+ {
851
+ "dismissible": true,
852
+ "message": [
853
+ "str/concat",
854
+ "Couldn't run inference — ",
855
+ "@payload.error"
856
+ ],
857
+ "type": "alert",
858
+ "variant": "error"
859
+ }
842
860
  ]
843
861
  ],
844
862
  "event": "INFER_CALL_FAILED",
@@ -1091,6 +1091,10 @@
1091
1091
  "kind": "render-ui",
1092
1092
  "resource": "main"
1093
1093
  },
1094
+ {
1095
+ "kind": "render-ui",
1096
+ "resource": "toast"
1097
+ },
1094
1098
  {
1095
1099
  "kind": "set",
1096
1100
  "resource": "@entity.boards"
@@ -2485,6 +2489,60 @@
2485
2489
  "from": "viewing_board",
2486
2490
  "to": "viewing_board"
2487
2491
  },
2492
+ {
2493
+ "effects": [
2494
+ [
2495
+ "set",
2496
+ "@entity.errorMessage",
2497
+ "@payload.error"
2498
+ ],
2499
+ [
2500
+ "render-ui",
2501
+ "toast",
2502
+ {
2503
+ "dismissible": true,
2504
+ "message": [
2505
+ "str/concat",
2506
+ "Couldn't save the board — ",
2507
+ "@payload.error"
2508
+ ],
2509
+ "type": "alert",
2510
+ "variant": "error"
2511
+ }
2512
+ ]
2513
+ ],
2514
+ "event": "BoardItemsSaveFailed",
2515
+ "eventId": "evt_01KXG04FS8QRXR73QKGT1GFY20",
2516
+ "from": "viewing_board",
2517
+ "to": "viewing_board"
2518
+ },
2519
+ {
2520
+ "effects": [
2521
+ [
2522
+ "set",
2523
+ "@entity.errorMessage",
2524
+ "@payload.error"
2525
+ ],
2526
+ [
2527
+ "render-ui",
2528
+ "toast",
2529
+ {
2530
+ "dismissible": true,
2531
+ "message": [
2532
+ "str/concat",
2533
+ "Couldn't refresh the board — ",
2534
+ "@payload.error"
2535
+ ],
2536
+ "type": "alert",
2537
+ "variant": "error"
2538
+ }
2539
+ ]
2540
+ ],
2541
+ "event": "BoardItemsLoadFailed",
2542
+ "eventId": "evt_01KXG04FS8Q57MN79QCV2TET49",
2543
+ "from": "viewing_board",
2544
+ "to": "viewing_board"
2545
+ },
2488
2546
  {
2489
2547
  "effects": [
2490
2548
  [
@@ -1338,6 +1338,14 @@
1338
1338
  "tier": "policy",
1339
1339
  "type": "string"
1340
1340
  },
1341
+ "searchField": {
1342
+ "default": "name",
1343
+ "description": "Name the field on this entity the search box's str/includes filter matches against. Declared, never inferred: an entity with no `name` column must set this to a real field (e.g. title, content) or the search box can never match a row.",
1344
+ "label": "Which column does the search box match against?",
1345
+ "synonyms": "search column, search on field, match field, search key",
1346
+ "tier": "policy",
1347
+ "type": "string"
1348
+ },
1341
1349
  "searchPlaceholder": {
1342
1350
  "default": "Search…",
1343
1351
  "description": "Hint text inside the list search box (e.g. 'Search orders…').",
@@ -2221,7 +2229,7 @@
2221
2229
  [
2222
2230
  "object/get",
2223
2231
  "@entity",
2224
- "name"
2232
+ "@config.searchField"
2225
2233
  ],
2226
2234
  "@payload.searchTerm"
2227
2235
  ]
@@ -778,6 +778,14 @@
778
778
  "tier": "presentation",
779
779
  "type": "event"
780
780
  },
781
+ "searchField": {
782
+ "default": "name",
783
+ "description": "Name the field on this entity the search box's str/includes filter matches against. Declared, never inferred: an entity with no `name` column must set this to a real field (e.g. title, description) or the search box can never match a row.",
784
+ "label": "Which column does the search box match against?",
785
+ "synonyms": "search column, search on field, match field, search key",
786
+ "tier": "policy",
787
+ "type": "string"
788
+ },
781
789
  "searchPlaceholder": {
782
790
  "default": "Search…",
783
791
  "description": "Hint text inside the calendar's search box (e.g. 'Search events…').",
@@ -1659,7 +1667,7 @@
1659
1667
  [
1660
1668
  "object/get",
1661
1669
  "@entity",
1662
- "name"
1670
+ "@config.searchField"
1663
1671
  ],
1664
1672
  "@payload.searchTerm"
1665
1673
  ]
@@ -594,6 +594,10 @@
594
594
  "kind": "render-ui",
595
595
  "resource": "main"
596
596
  },
597
+ {
598
+ "kind": "render-ui",
599
+ "resource": "toast"
600
+ },
597
601
  {
598
602
  "kind": "set",
599
603
  "resource": "@entity.allEntries"
@@ -1699,6 +1703,28 @@
1699
1703
  "from": "viewing",
1700
1704
  "to": "viewing"
1701
1705
  },
1706
+ {
1707
+ "effects": [
1708
+ [
1709
+ "render-ui",
1710
+ "toast",
1711
+ {
1712
+ "dismissible": true,
1713
+ "message": [
1714
+ "str/concat",
1715
+ "Couldn't refresh the event log — ",
1716
+ "@payload.error"
1717
+ ],
1718
+ "type": "alert",
1719
+ "variant": "error"
1720
+ }
1721
+ ]
1722
+ ],
1723
+ "event": "EventLogLoadFailed",
1724
+ "eventId": "evt_01KXG04G79DQDZAJVE3AYK8DQN",
1725
+ "from": "viewing",
1726
+ "to": "viewing"
1727
+ },
1702
1728
  {
1703
1729
  "effects": [
1704
1730
  [
@@ -485,6 +485,14 @@
485
485
  "tier": "presentation",
486
486
  "type": "number"
487
487
  },
488
+ "searchField": {
489
+ "default": "name",
490
+ "description": "Name the field on this entity the search box's str/includes filter matches against. Declared, never inferred: an entity with no `name` column must set this to a real field (e.g. title, caption) or the search box can never match a row.",
491
+ "label": "Which column does the search box match against?",
492
+ "synonyms": "search column, search on field, match field, search key",
493
+ "tier": "policy",
494
+ "type": "string"
495
+ },
488
496
  "searchPlaceholder": {
489
497
  "default": "Search…",
490
498
  "description": "Hint text inside the gallery search box (e.g. 'Search photos…').",
@@ -514,6 +522,10 @@
514
522
  "kind": "render-ui",
515
523
  "resource": "modal"
516
524
  },
525
+ {
526
+ "kind": "render-ui",
527
+ "resource": "toast"
528
+ },
517
529
  {
518
530
  "kind": "set",
519
531
  "resource": "@entity.id"
@@ -1022,7 +1034,7 @@
1022
1034
  [
1023
1035
  "object/get",
1024
1036
  "@entity",
1025
- "name"
1037
+ "@config.searchField"
1026
1038
  ],
1027
1039
  "@payload.searchTerm"
1028
1040
  ]
@@ -1102,6 +1114,28 @@
1102
1114
  "from": "browsing",
1103
1115
  "to": "browsing"
1104
1116
  },
1117
+ {
1118
+ "effects": [
1119
+ [
1120
+ "render-ui",
1121
+ "toast",
1122
+ {
1123
+ "dismissible": true,
1124
+ "message": [
1125
+ "str/concat",
1126
+ "Couldn't refresh the gallery — ",
1127
+ "@payload.error"
1128
+ ],
1129
+ "type": "alert",
1130
+ "variant": "error"
1131
+ }
1132
+ ]
1133
+ ],
1134
+ "event": "GalleryItemLoadFailed",
1135
+ "eventId": "evt_01KXG04GJ9RSHKRPV86G1T79DS",
1136
+ "from": "browsing",
1137
+ "to": "browsing"
1138
+ },
1105
1139
  {
1106
1140
  "effects": [
1107
1141
  [
@@ -379,6 +379,14 @@
379
379
  "tier": "presentation",
380
380
  "type": "number"
381
381
  },
382
+ "searchField": {
383
+ "default": "name",
384
+ "description": "Name the field on this entity the search box's str/includes filter matches against. Declared, never inferred: an entity with no `name` column must set this to a real field (e.g. title, label) or the search box can never match a row.",
385
+ "label": "Which column does the search box match against?",
386
+ "synonyms": "search column, search on field, match field, search key",
387
+ "tier": "policy",
388
+ "type": "string"
389
+ },
382
390
  "searchPlaceholder": {
383
391
  "default": "Search…",
384
392
  "description": "Hint text inside the list search box.",
@@ -396,6 +404,10 @@
396
404
  {
397
405
  "kind": "render-ui",
398
406
  "resource": "main"
407
+ },
408
+ {
409
+ "kind": "render-ui",
410
+ "resource": "toast"
399
411
  }
400
412
  ],
401
413
  "emits": [
@@ -1103,7 +1115,7 @@
1103
1115
  [
1104
1116
  "object/get",
1105
1117
  "@entity",
1106
- "name"
1118
+ "@config.searchField"
1107
1119
  ],
1108
1120
  "@payload.searchTerm"
1109
1121
  ]
@@ -1179,6 +1191,28 @@
1179
1191
  "from": "browsing",
1180
1192
  "to": "browsing"
1181
1193
  },
1194
+ {
1195
+ "effects": [
1196
+ [
1197
+ "render-ui",
1198
+ "toast",
1199
+ {
1200
+ "dismissible": true,
1201
+ "message": [
1202
+ "str/concat",
1203
+ "Couldn't refresh the list — ",
1204
+ "@payload.error"
1205
+ ],
1206
+ "type": "alert",
1207
+ "variant": "error"
1208
+ }
1209
+ ]
1210
+ ],
1211
+ "event": "ListItemLoadFailed",
1212
+ "eventId": "evt_01KXG04GRMNR4HJV0ME35VBPNC",
1213
+ "from": "browsing",
1214
+ "to": "browsing"
1215
+ },
1182
1216
  {
1183
1217
  "effects": [
1184
1218
  [
@@ -260,6 +260,14 @@
260
260
  "tier": "presentation",
261
261
  "type": "number"
262
262
  },
263
+ "searchField": {
264
+ "default": "name",
265
+ "description": "Name the field on this entity the search box's str/includes filter matches against. Declared, never inferred: an entity with no `name` column must set this to a real field (e.g. title, label) or the search box can never match a row.",
266
+ "label": "Which column does the search box match against?",
267
+ "synonyms": "search column, search on field, match field, search key",
268
+ "tier": "policy",
269
+ "type": "string"
270
+ },
263
271
  "searchPlaceholder": {
264
272
  "default": "Search…",
265
273
  "description": "Hint text inside the pick-list search box.",
@@ -291,6 +299,10 @@
291
299
  {
292
300
  "kind": "render-ui",
293
301
  "resource": "main"
302
+ },
303
+ {
304
+ "kind": "render-ui",
305
+ "resource": "toast"
294
306
  }
295
307
  ],
296
308
  "emits": [
@@ -783,7 +795,7 @@
783
795
  [
784
796
  "object/get",
785
797
  "@entity",
786
- "name"
798
+ "@config.searchField"
787
799
  ],
788
800
  "@payload.searchTerm"
789
801
  ]
@@ -859,6 +871,28 @@
859
871
  "from": "idle",
860
872
  "to": "idle"
861
873
  },
874
+ {
875
+ "effects": [
876
+ [
877
+ "render-ui",
878
+ "toast",
879
+ {
880
+ "dismissible": true,
881
+ "message": [
882
+ "str/concat",
883
+ "Couldn't refresh the list — ",
884
+ "@payload.error"
885
+ ],
886
+ "type": "alert",
887
+ "variant": "error"
888
+ }
889
+ ]
890
+ ],
891
+ "event": "SelectableItemLoadFailed",
892
+ "eventId": "evt_01KXG04HJXHFX7K8J0D6QDFY2G",
893
+ "from": "idle",
894
+ "to": "idle"
895
+ },
862
896
  {
863
897
  "effects": [
864
898
  [
@@ -273,6 +273,10 @@
273
273
  "kind": "render-ui",
274
274
  "resource": "main"
275
275
  },
276
+ {
277
+ "kind": "render-ui",
278
+ "resource": "toast"
279
+ },
276
280
  {
277
281
  "kind": "set",
278
282
  "resource": "@entity.docId"
@@ -950,6 +954,22 @@
950
954
  "to": "idle"
951
955
  },
952
956
  {
957
+ "effects": [
958
+ [
959
+ "render-ui",
960
+ "toast",
961
+ {
962
+ "dismissible": true,
963
+ "message": [
964
+ "str/concat",
965
+ "Couldn't load tags — ",
966
+ "@payload.error"
967
+ ],
968
+ "type": "alert",
969
+ "variant": "error"
970
+ }
971
+ ]
972
+ ],
953
973
  "event": "TagStripLoadFailed",
954
974
  "eventId": "evt_01M1780JG2V44SG4PT280FRXM5",
955
975
  "from": "idle",