@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
@@ -11499,6 +11499,23 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
11499
11499
  "synonyms": "replay failed, apply failed, approval rollback",
11500
11500
  "tier": "domain"
11501
11501
  },
11502
+ {
11503
+ "description": "Indicates a failure to load or process an approval request for review.",
11504
+ "key": "ApprovalRequestReviewFailed",
11505
+ "name": "ApprovalRequest review failed",
11506
+ "payloadSchema": [
11507
+ {
11508
+ "name": "error",
11509
+ "type": "string"
11510
+ },
11511
+ {
11512
+ "name": "code",
11513
+ "type": "string"
11514
+ }
11515
+ ],
11516
+ "synonyms": "load error, failed review, processing failure",
11517
+ "tier": "internal"
11518
+ },
11502
11519
  {
11503
11520
  "description": "Summons the review queue (host nav/affordance requests it).",
11504
11521
  "key": "OPEN",
@@ -11696,23 +11713,6 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
11696
11713
  "synonyms": "reviewed, processed, examined",
11697
11714
  "tier": "internal"
11698
11715
  },
11699
- {
11700
- "description": "Indicates a failure to load or process an approval request for review.",
11701
- "key": "ApprovalRequestReviewFailed",
11702
- "name": "ApprovalRequest review failed",
11703
- "payloadSchema": [
11704
- {
11705
- "name": "error",
11706
- "type": "string"
11707
- },
11708
- {
11709
- "name": "code",
11710
- "type": "string"
11711
- }
11712
- ],
11713
- "synonyms": "load error, failed review, processing failure",
11714
- "tier": "internal"
11715
- },
11716
11716
  {
11717
11717
  "description": "The deny form committed; data carries the request id + the written reason.",
11718
11718
  "key": "CONFIRM_DENY",
@@ -11830,6 +11830,22 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
11830
11830
  "to": "idle"
11831
11831
  },
11832
11832
  {
11833
+ "effects": [
11834
+ [
11835
+ "render-ui",
11836
+ "toast",
11837
+ {
11838
+ "dismissible": true,
11839
+ "message": [
11840
+ "str/concat",
11841
+ "Couldn't load the approval request \u2014 ",
11842
+ "@payload.error"
11843
+ ],
11844
+ "type": "alert",
11845
+ "variant": "error"
11846
+ }
11847
+ ]
11848
+ ],
11833
11849
  "event": "ApprovalRequestLoadFailed",
11834
11850
  "from": "idle",
11835
11851
  "to": "idle"
@@ -11883,6 +11899,27 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
11883
11899
  "from": "idle",
11884
11900
  "to": "idle"
11885
11901
  },
11902
+ {
11903
+ "effects": [
11904
+ [
11905
+ "render-ui",
11906
+ "toast",
11907
+ {
11908
+ "dismissible": true,
11909
+ "message": [
11910
+ "str/concat",
11911
+ "Couldn't reopen the approval request \u2014 ",
11912
+ "@payload.error"
11913
+ ],
11914
+ "type": "alert",
11915
+ "variant": "error"
11916
+ }
11917
+ ]
11918
+ ],
11919
+ "event": "ApprovalRequestReviewFailed",
11920
+ "from": "idle",
11921
+ "to": "idle"
11922
+ },
11886
11923
  {
11887
11924
  "effects": [
11888
11925
  [
@@ -15741,6 +15778,10 @@ function stdBoardBoardOrbital(params = {}) {
15741
15778
  "kind": "render-ui",
15742
15779
  "resource": "main"
15743
15780
  },
15781
+ {
15782
+ "kind": "render-ui",
15783
+ "resource": "toast"
15784
+ },
15744
15785
  {
15745
15786
  "kind": "set",
15746
15787
  "resource": "@entity.boards"
@@ -17080,6 +17121,58 @@ function stdBoardBoardOrbital(params = {}) {
17080
17121
  "from": "viewing_board",
17081
17122
  "to": "viewing_board"
17082
17123
  },
17124
+ {
17125
+ "effects": [
17126
+ [
17127
+ "set",
17128
+ "@entity.errorMessage",
17129
+ "@payload.error"
17130
+ ],
17131
+ [
17132
+ "render-ui",
17133
+ "toast",
17134
+ {
17135
+ "dismissible": true,
17136
+ "message": [
17137
+ "str/concat",
17138
+ "Couldn't save the board \u2014 ",
17139
+ "@payload.error"
17140
+ ],
17141
+ "type": "alert",
17142
+ "variant": "error"
17143
+ }
17144
+ ]
17145
+ ],
17146
+ "event": "BoardItemsSaveFailed",
17147
+ "from": "viewing_board",
17148
+ "to": "viewing_board"
17149
+ },
17150
+ {
17151
+ "effects": [
17152
+ [
17153
+ "set",
17154
+ "@entity.errorMessage",
17155
+ "@payload.error"
17156
+ ],
17157
+ [
17158
+ "render-ui",
17159
+ "toast",
17160
+ {
17161
+ "dismissible": true,
17162
+ "message": [
17163
+ "str/concat",
17164
+ "Couldn't refresh the board \u2014 ",
17165
+ "@payload.error"
17166
+ ],
17167
+ "type": "alert",
17168
+ "variant": "error"
17169
+ }
17170
+ ]
17171
+ ],
17172
+ "event": "BoardItemsLoadFailed",
17173
+ "from": "viewing_board",
17174
+ "to": "viewing_board"
17175
+ },
17083
17176
  {
17084
17177
  "effects": [
17085
17178
  [
@@ -18579,6 +18672,14 @@ function stdBrowseBrowseItemOrbital(params = {}) {
18579
18672
  "tier": "policy",
18580
18673
  "type": "string"
18581
18674
  },
18675
+ "searchField": {
18676
+ "default": "name",
18677
+ "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.",
18678
+ "label": "Which column does the search box match against?",
18679
+ "synonyms": "search column, search on field, match field, search key",
18680
+ "tier": "policy",
18681
+ "type": "string"
18682
+ },
18582
18683
  "searchPlaceholder": {
18583
18684
  "default": "Search\u2026",
18584
18685
  "description": "Hint text inside the list search box (e.g. 'Search orders\u2026').",
@@ -19438,7 +19539,7 @@ function stdBrowseBrowseItemOrbital(params = {}) {
19438
19539
  [
19439
19540
  "object/get",
19440
19541
  "@entity",
19441
- "name"
19542
+ "@config.searchField"
19442
19543
  ],
19443
19544
  "@payload.searchTerm"
19444
19545
  ]
@@ -20595,6 +20696,10 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
20595
20696
  {
20596
20697
  "kind": "render-ui",
20597
20698
  "resource": "main"
20699
+ },
20700
+ {
20701
+ "kind": "render-ui",
20702
+ "resource": "toast"
20598
20703
  }
20599
20704
  ],
20600
20705
  "emits": [
@@ -20802,6 +20907,36 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
20802
20907
  "synonyms": "error, failure, miss, not found",
20803
20908
  "tier": "internal"
20804
20909
  },
20910
+ {
20911
+ "description": "Indicates a failure to update a cached entry.",
20912
+ "key": "CacheEntryUpdateFailed",
20913
+ "name": "CacheEntry update failed",
20914
+ "payloadSchema": [
20915
+ {
20916
+ "name": "error",
20917
+ "type": "string"
20918
+ },
20919
+ {
20920
+ "name": "code",
20921
+ "type": "string"
20922
+ }
20923
+ ],
20924
+ "synonyms": "error, failure, problem, unsuccessful",
20925
+ "tier": "internal"
20926
+ },
20927
+ {
20928
+ "description": "Signals that a cached entry's data has been modified.",
20929
+ "key": "CacheEntryUpdated",
20930
+ "name": "CacheEntry updated",
20931
+ "payloadSchema": [
20932
+ {
20933
+ "name": "id",
20934
+ "type": "string"
20935
+ }
20936
+ ],
20937
+ "synonyms": "modified, refreshed, changed, updated",
20938
+ "tier": "presentation"
20939
+ },
20805
20940
  {
20806
20941
  "key": "INVALIDATE",
20807
20942
  "name": "Invalidate"
@@ -20855,36 +20990,6 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
20855
20990
  {
20856
20991
  "key": "REFRESH",
20857
20992
  "name": "Refresh"
20858
- },
20859
- {
20860
- "description": "Signals that a cached entry's data has been modified.",
20861
- "key": "CacheEntryUpdated",
20862
- "name": "CacheEntry updated",
20863
- "payloadSchema": [
20864
- {
20865
- "name": "id",
20866
- "type": "string"
20867
- }
20868
- ],
20869
- "synonyms": "modified, refreshed, changed, updated",
20870
- "tier": "presentation"
20871
- },
20872
- {
20873
- "description": "Indicates a failure to update a cached entry.",
20874
- "key": "CacheEntryUpdateFailed",
20875
- "name": "CacheEntry update failed",
20876
- "payloadSchema": [
20877
- {
20878
- "name": "error",
20879
- "type": "string"
20880
- },
20881
- {
20882
- "name": "code",
20883
- "type": "string"
20884
- }
20885
- ],
20886
- "synonyms": "error, failure, problem, unsuccessful",
20887
- "tier": "internal"
20888
20993
  }
20889
20994
  ],
20890
20995
  "states": [
@@ -21083,6 +21188,44 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
21083
21188
  "from": "loading",
21084
21189
  "to": "error"
21085
21190
  },
21191
+ {
21192
+ "effects": [
21193
+ [
21194
+ "render-ui",
21195
+ "toast",
21196
+ {
21197
+ "dismissible": true,
21198
+ "message": [
21199
+ "str/concat",
21200
+ "Couldn't update the cache entry \u2014 ",
21201
+ "@payload.error"
21202
+ ],
21203
+ "type": "alert",
21204
+ "variant": "error"
21205
+ }
21206
+ ]
21207
+ ],
21208
+ "event": "CacheEntryUpdateFailed",
21209
+ "from": "loading",
21210
+ "to": "loading"
21211
+ },
21212
+ {
21213
+ "effects": [
21214
+ [
21215
+ "fetch",
21216
+ "CacheEntry",
21217
+ {
21218
+ "emit": {
21219
+ "failure": "CacheEntryLoadFailed",
21220
+ "success": "CacheEntryLoaded"
21221
+ }
21222
+ }
21223
+ ]
21224
+ ],
21225
+ "event": "CacheEntryUpdated",
21226
+ "from": "loading",
21227
+ "to": "loading"
21228
+ },
21086
21229
  {
21087
21230
  "effects": [
21088
21231
  [
@@ -22481,6 +22624,14 @@ function stdCalendarCalendarEventOrbital(params = {}) {
22481
22624
  "tier": "presentation",
22482
22625
  "type": "event"
22483
22626
  },
22627
+ "searchField": {
22628
+ "default": "name",
22629
+ "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.",
22630
+ "label": "Which column does the search box match against?",
22631
+ "synonyms": "search column, search on field, match field, search key",
22632
+ "tier": "policy",
22633
+ "type": "string"
22634
+ },
22484
22635
  "searchPlaceholder": {
22485
22636
  "default": "Search\u2026",
22486
22637
  "description": "Hint text inside the calendar's search box (e.g. 'Search events\u2026').",
@@ -23336,7 +23487,7 @@ function stdCalendarCalendarEventOrbital(params = {}) {
23336
23487
  [
23337
23488
  "object/get",
23338
23489
  "@entity",
23339
- "name"
23490
+ "@config.searchField"
23340
23491
  ],
23341
23492
  "@payload.searchTerm"
23342
23493
  ]
@@ -23869,6 +24020,10 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
23869
24020
  "kind": "persist",
23870
24021
  "resource": "CalendarEvent"
23871
24022
  },
24023
+ {
24024
+ "kind": "render-ui",
24025
+ "resource": "toast"
24026
+ },
23872
24027
  {
23873
24028
  "kind": "set",
23874
24029
  "resource": "@entity.headId"
@@ -24589,6 +24744,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
24589
24744
  "set",
24590
24745
  "@entity.lastError",
24591
24746
  "@payload.error"
24747
+ ],
24748
+ [
24749
+ "render-ui",
24750
+ "toast",
24751
+ {
24752
+ "dismissible": true,
24753
+ "message": [
24754
+ "str/concat",
24755
+ "Couldn't sync the calendar \u2014 ",
24756
+ "@payload.error"
24757
+ ],
24758
+ "type": "alert",
24759
+ "variant": "error"
24760
+ }
24592
24761
  ]
24593
24762
  ],
24594
24763
  "event": "CAL_SYNC_FAILED",
@@ -24805,6 +24974,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
24805
24974
  "set",
24806
24975
  "@entity.lastError",
24807
24976
  "@payload.error"
24977
+ ],
24978
+ [
24979
+ "render-ui",
24980
+ "toast",
24981
+ {
24982
+ "dismissible": true,
24983
+ "message": [
24984
+ "str/concat",
24985
+ "Couldn't sync the calendar \u2014 ",
24986
+ "@payload.error"
24987
+ ],
24988
+ "type": "alert",
24989
+ "variant": "error"
24990
+ }
24808
24991
  ]
24809
24992
  ],
24810
24993
  "event": "CAL_SYNC_FAILED",
@@ -25084,6 +25267,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
25084
25267
  "set",
25085
25268
  "@entity.lastError",
25086
25269
  "@payload.error"
25270
+ ],
25271
+ [
25272
+ "render-ui",
25273
+ "toast",
25274
+ {
25275
+ "dismissible": true,
25276
+ "message": [
25277
+ "str/concat",
25278
+ "Couldn't sync the calendar \u2014 ",
25279
+ "@payload.error"
25280
+ ],
25281
+ "type": "alert",
25282
+ "variant": "error"
25283
+ }
25087
25284
  ]
25088
25285
  ],
25089
25286
  "event": "CAL_SYNC_FAILED",
@@ -25411,6 +25608,10 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
25411
25608
  "kind": "persist",
25412
25609
  "resource": "CascadeLog"
25413
25610
  },
25611
+ {
25612
+ "kind": "render-ui",
25613
+ "resource": "toast"
25614
+ },
25414
25615
  {
25415
25616
  "kind": "set",
25416
25617
  "resource": "@entity.headId"
@@ -25751,6 +25952,22 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
25751
25952
  "to": "scanning"
25752
25953
  },
25753
25954
  {
25955
+ "effects": [
25956
+ [
25957
+ "render-ui",
25958
+ "toast",
25959
+ {
25960
+ "dismissible": true,
25961
+ "message": [
25962
+ "str/concat",
25963
+ "Couldn't cascade the delete \u2014 ",
25964
+ "@payload.error"
25965
+ ],
25966
+ "type": "alert",
25967
+ "variant": "error"
25968
+ }
25969
+ ]
25970
+ ],
25754
25971
  "event": "CascadeFailed",
25755
25972
  "from": "scanning",
25756
25973
  "to": "idle"
@@ -26630,6 +26847,10 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
26630
26847
  "kind": "render-ui",
26631
26848
  "resource": "main"
26632
26849
  },
26850
+ {
26851
+ "kind": "render-ui",
26852
+ "resource": "toast"
26853
+ },
26633
26854
  {
26634
26855
  "kind": "set",
26635
26856
  "resource": "@entity.failureCount"
@@ -26725,6 +26946,19 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
26725
26946
  "key": "INIT",
26726
26947
  "name": "Initialize"
26727
26948
  },
26949
+ {
26950
+ "description": "Indicates a node failed to load, potentially disrupting service.",
26951
+ "key": "ServiceNodeLoadFailed",
26952
+ "name": "ServiceNode load failed",
26953
+ "payloadSchema": [
26954
+ {
26955
+ "name": "message",
26956
+ "type": "string"
26957
+ }
26958
+ ],
26959
+ "synonyms": "failure, error, unavailable, outage",
26960
+ "tier": "internal"
26961
+ },
26728
26962
  {
26729
26963
  "key": "FAILURE",
26730
26964
  "name": "Failure"
@@ -26788,19 +27022,6 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
26788
27022
  ],
26789
27023
  "synonyms": "loaded, initialized, ready",
26790
27024
  "tier": "internal"
26791
- },
26792
- {
26793
- "description": "Indicates a node failed to load, potentially disrupting service.",
26794
- "key": "ServiceNodeLoadFailed",
26795
- "name": "ServiceNode load failed",
26796
- "payloadSchema": [
26797
- {
26798
- "name": "message",
26799
- "type": "string"
26800
- }
26801
- ],
26802
- "synonyms": "failure, error, unavailable, outage",
26803
- "tier": "internal"
26804
27025
  }
26805
27026
  ],
26806
27027
  "states": [
@@ -26887,212 +27108,233 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
26887
27108
  "effects": [
26888
27109
  [
26889
27110
  "render-ui",
26890
- "main",
26891
- {
26892
- "children": [
26893
- {
26894
- "align": "center",
26895
- "children": [
26896
- {
26897
- "align": "center",
26898
- "children": [
26899
- "@trait.AlertTriangleIcon",
26900
- "@trait.ServiceNodeLabel"
26901
- ],
26902
- "direction": "horizontal",
26903
- "gap": "md",
26904
- "type": "stack"
26905
- },
26906
- "@trait.OpenStatusDot"
26907
- ],
26908
- "direction": "horizontal",
26909
- "gap": "md",
26910
- "justify": "between",
26911
- "type": "stack"
26912
- },
26913
- "@trait.CircuitDivider",
26914
- "@trait.ErrorAlert",
26915
- "@trait.StatsGrid",
26916
- "@trait.FailuresMeter",
26917
- "@trait.ResetButton"
26918
- ],
26919
- "direction": "vertical",
26920
- "gap": "lg",
26921
- "type": "stack"
26922
- }
26923
- ]
26924
- ],
26925
- "event": "FAILURE",
26926
- "from": "closed",
26927
- "to": "open"
26928
- },
26929
- {
26930
- "effects": [
26931
- [
26932
- "render-ui",
26933
- "main",
27111
+ "toast",
26934
27112
  {
26935
- "children": [
26936
- {
26937
- "align": "center",
26938
- "children": [
26939
- {
26940
- "align": "center",
26941
- "children": [
26942
- "@trait.ShieldIcon",
26943
- "@trait.ServiceNodeLabel"
26944
- ],
26945
- "direction": "horizontal",
26946
- "gap": "md",
26947
- "type": "stack"
26948
- },
26949
- "@trait.ClosedStatusDot"
26950
- ],
26951
- "direction": "horizontal",
26952
- "gap": "md",
26953
- "justify": "between",
26954
- "type": "stack"
26955
- },
26956
- "@trait.CircuitDivider",
26957
- "@trait.SuccessAlert",
26958
- "@trait.StatsGrid",
26959
- "@trait.FailuresMeter"
27113
+ "dismissible": true,
27114
+ "message": [
27115
+ "str/concat",
27116
+ "Couldn't load the service node \u2014 ",
27117
+ "@payload.message"
26960
27118
  ],
26961
- "direction": "vertical",
26962
- "gap": "lg",
26963
- "type": "stack"
27119
+ "type": "alert",
27120
+ "variant": "error"
26964
27121
  }
26965
27122
  ]
26966
27123
  ],
26967
- "event": "SUCCESS",
27124
+ "event": "ServiceNodeLoadFailed",
26968
27125
  "from": "closed",
26969
27126
  "to": "closed"
26970
27127
  },
26971
- {
26972
- "effects": [
26973
- [
26974
- "render-ui",
26975
- "main",
26976
- {
26977
- "children": [
26978
- {
26979
- "align": "center",
26980
- "children": [
26981
- {
26982
- "align": "center",
26983
- "children": [
26984
- "@trait.ActivityIcon",
26985
- "@trait.ServiceNodeLabel"
26986
- ],
26987
- "direction": "horizontal",
26988
- "gap": "md",
26989
- "type": "stack"
26990
- },
26991
- "@trait.HalfOpenStatusDot"
26992
- ],
26993
- "direction": "horizontal",
26994
- "gap": "md",
26995
- "justify": "between",
26996
- "type": "stack"
26997
- },
26998
- "@trait.CircuitDivider",
26999
- "@trait.WarningAlert",
27000
- "@trait.StatsGrid"
27001
- ],
27002
- "direction": "vertical",
27003
- "gap": "lg",
27004
- "type": "stack"
27005
- }
27006
- ]
27007
- ],
27008
- "event": "TIMEOUT",
27009
- "from": "open",
27010
- "to": "halfOpen"
27011
- },
27012
- {
27013
- "effects": [
27014
- [
27015
- "render-ui",
27016
- "main",
27017
- {
27018
- "children": [
27019
- {
27020
- "align": "center",
27021
- "children": [
27022
- {
27023
- "align": "center",
27024
- "children": [
27025
- "@trait.ShieldIcon",
27026
- "@trait.ServiceNodeLabel"
27027
- ],
27028
- "direction": "horizontal",
27029
- "gap": "md",
27030
- "type": "stack"
27031
- },
27032
- "@trait.ClosedStatusDot"
27033
- ],
27034
- "direction": "horizontal",
27035
- "gap": "md",
27036
- "justify": "between",
27037
- "type": "stack"
27038
- },
27039
- "@trait.CircuitDivider",
27040
- "@trait.SuccessAlert",
27041
- "@trait.StatsGrid",
27042
- "@trait.FailuresMeter"
27043
- ],
27044
- "direction": "vertical",
27045
- "gap": "lg",
27046
- "type": "stack"
27047
- }
27048
- ]
27049
- ],
27050
- "event": "RESET",
27051
- "from": "open",
27052
- "to": "closed"
27053
- },
27054
- {
27055
- "effects": [
27056
- [
27057
- "render-ui",
27058
- "main",
27059
- {
27060
- "children": [
27061
- {
27062
- "align": "center",
27063
- "children": [
27064
- {
27065
- "align": "center",
27066
- "children": [
27067
- "@trait.ShieldIcon",
27068
- "@trait.ServiceNodeLabel"
27069
- ],
27070
- "direction": "horizontal",
27071
- "gap": "md",
27072
- "type": "stack"
27073
- },
27074
- "@trait.ClosedStatusDot"
27075
- ],
27076
- "direction": "horizontal",
27077
- "gap": "md",
27078
- "justify": "between",
27079
- "type": "stack"
27080
- },
27081
- "@trait.CircuitDivider",
27082
- "@trait.SuccessAlert",
27083
- "@trait.StatsGrid",
27084
- "@trait.FailuresMeter"
27085
- ],
27086
- "direction": "vertical",
27087
- "gap": "lg",
27088
- "type": "stack"
27089
- }
27090
- ]
27091
- ],
27092
- "event": "SUCCESS",
27093
- "from": "halfOpen",
27094
- "to": "closed"
27095
- },
27128
+ {
27129
+ "effects": [
27130
+ [
27131
+ "render-ui",
27132
+ "main",
27133
+ {
27134
+ "children": [
27135
+ {
27136
+ "align": "center",
27137
+ "children": [
27138
+ {
27139
+ "align": "center",
27140
+ "children": [
27141
+ "@trait.AlertTriangleIcon",
27142
+ "@trait.ServiceNodeLabel"
27143
+ ],
27144
+ "direction": "horizontal",
27145
+ "gap": "md",
27146
+ "type": "stack"
27147
+ },
27148
+ "@trait.OpenStatusDot"
27149
+ ],
27150
+ "direction": "horizontal",
27151
+ "gap": "md",
27152
+ "justify": "between",
27153
+ "type": "stack"
27154
+ },
27155
+ "@trait.CircuitDivider",
27156
+ "@trait.ErrorAlert",
27157
+ "@trait.StatsGrid",
27158
+ "@trait.FailuresMeter",
27159
+ "@trait.ResetButton"
27160
+ ],
27161
+ "direction": "vertical",
27162
+ "gap": "lg",
27163
+ "type": "stack"
27164
+ }
27165
+ ]
27166
+ ],
27167
+ "event": "FAILURE",
27168
+ "from": "closed",
27169
+ "to": "open"
27170
+ },
27171
+ {
27172
+ "effects": [
27173
+ [
27174
+ "render-ui",
27175
+ "main",
27176
+ {
27177
+ "children": [
27178
+ {
27179
+ "align": "center",
27180
+ "children": [
27181
+ {
27182
+ "align": "center",
27183
+ "children": [
27184
+ "@trait.ShieldIcon",
27185
+ "@trait.ServiceNodeLabel"
27186
+ ],
27187
+ "direction": "horizontal",
27188
+ "gap": "md",
27189
+ "type": "stack"
27190
+ },
27191
+ "@trait.ClosedStatusDot"
27192
+ ],
27193
+ "direction": "horizontal",
27194
+ "gap": "md",
27195
+ "justify": "between",
27196
+ "type": "stack"
27197
+ },
27198
+ "@trait.CircuitDivider",
27199
+ "@trait.SuccessAlert",
27200
+ "@trait.StatsGrid",
27201
+ "@trait.FailuresMeter"
27202
+ ],
27203
+ "direction": "vertical",
27204
+ "gap": "lg",
27205
+ "type": "stack"
27206
+ }
27207
+ ]
27208
+ ],
27209
+ "event": "SUCCESS",
27210
+ "from": "closed",
27211
+ "to": "closed"
27212
+ },
27213
+ {
27214
+ "effects": [
27215
+ [
27216
+ "render-ui",
27217
+ "main",
27218
+ {
27219
+ "children": [
27220
+ {
27221
+ "align": "center",
27222
+ "children": [
27223
+ {
27224
+ "align": "center",
27225
+ "children": [
27226
+ "@trait.ActivityIcon",
27227
+ "@trait.ServiceNodeLabel"
27228
+ ],
27229
+ "direction": "horizontal",
27230
+ "gap": "md",
27231
+ "type": "stack"
27232
+ },
27233
+ "@trait.HalfOpenStatusDot"
27234
+ ],
27235
+ "direction": "horizontal",
27236
+ "gap": "md",
27237
+ "justify": "between",
27238
+ "type": "stack"
27239
+ },
27240
+ "@trait.CircuitDivider",
27241
+ "@trait.WarningAlert",
27242
+ "@trait.StatsGrid"
27243
+ ],
27244
+ "direction": "vertical",
27245
+ "gap": "lg",
27246
+ "type": "stack"
27247
+ }
27248
+ ]
27249
+ ],
27250
+ "event": "TIMEOUT",
27251
+ "from": "open",
27252
+ "to": "halfOpen"
27253
+ },
27254
+ {
27255
+ "effects": [
27256
+ [
27257
+ "render-ui",
27258
+ "main",
27259
+ {
27260
+ "children": [
27261
+ {
27262
+ "align": "center",
27263
+ "children": [
27264
+ {
27265
+ "align": "center",
27266
+ "children": [
27267
+ "@trait.ShieldIcon",
27268
+ "@trait.ServiceNodeLabel"
27269
+ ],
27270
+ "direction": "horizontal",
27271
+ "gap": "md",
27272
+ "type": "stack"
27273
+ },
27274
+ "@trait.ClosedStatusDot"
27275
+ ],
27276
+ "direction": "horizontal",
27277
+ "gap": "md",
27278
+ "justify": "between",
27279
+ "type": "stack"
27280
+ },
27281
+ "@trait.CircuitDivider",
27282
+ "@trait.SuccessAlert",
27283
+ "@trait.StatsGrid",
27284
+ "@trait.FailuresMeter"
27285
+ ],
27286
+ "direction": "vertical",
27287
+ "gap": "lg",
27288
+ "type": "stack"
27289
+ }
27290
+ ]
27291
+ ],
27292
+ "event": "RESET",
27293
+ "from": "open",
27294
+ "to": "closed"
27295
+ },
27296
+ {
27297
+ "effects": [
27298
+ [
27299
+ "render-ui",
27300
+ "main",
27301
+ {
27302
+ "children": [
27303
+ {
27304
+ "align": "center",
27305
+ "children": [
27306
+ {
27307
+ "align": "center",
27308
+ "children": [
27309
+ "@trait.ShieldIcon",
27310
+ "@trait.ServiceNodeLabel"
27311
+ ],
27312
+ "direction": "horizontal",
27313
+ "gap": "md",
27314
+ "type": "stack"
27315
+ },
27316
+ "@trait.ClosedStatusDot"
27317
+ ],
27318
+ "direction": "horizontal",
27319
+ "gap": "md",
27320
+ "justify": "between",
27321
+ "type": "stack"
27322
+ },
27323
+ "@trait.CircuitDivider",
27324
+ "@trait.SuccessAlert",
27325
+ "@trait.StatsGrid",
27326
+ "@trait.FailuresMeter"
27327
+ ],
27328
+ "direction": "vertical",
27329
+ "gap": "lg",
27330
+ "type": "stack"
27331
+ }
27332
+ ]
27333
+ ],
27334
+ "event": "SUCCESS",
27335
+ "from": "halfOpen",
27336
+ "to": "closed"
27337
+ },
27096
27338
  {
27097
27339
  "effects": [
27098
27340
  [
@@ -28449,6 +28691,10 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
28449
28691
  "kind": "persist",
28450
28692
  "resource": "CrossRefLink"
28451
28693
  },
28694
+ {
28695
+ "kind": "render-ui",
28696
+ "resource": "toast"
28697
+ },
28452
28698
  {
28453
28699
  "kind": "set",
28454
28700
  "resource": "@entity.filteredLinks"
@@ -28628,6 +28874,20 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
28628
28874
  }
28629
28875
  ]
28630
28876
  },
28877
+ {
28878
+ "key": "LinkOpFailed",
28879
+ "name": "Link op failed",
28880
+ "payloadSchema": [
28881
+ {
28882
+ "name": "error",
28883
+ "type": "string"
28884
+ },
28885
+ {
28886
+ "name": "code",
28887
+ "type": "string"
28888
+ }
28889
+ ]
28890
+ },
28631
28891
  {
28632
28892
  "key": "LinkCreated",
28633
28893
  "name": "Link created",
@@ -28679,20 +28939,6 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
28679
28939
  "type": "[object]"
28680
28940
  }
28681
28941
  ]
28682
- },
28683
- {
28684
- "key": "LinkOpFailed",
28685
- "name": "Link op failed",
28686
- "payloadSchema": [
28687
- {
28688
- "name": "error",
28689
- "type": "string"
28690
- },
28691
- {
28692
- "name": "code",
28693
- "type": "string"
28694
- }
28695
- ]
28696
28942
  }
28697
28943
  ],
28698
28944
  "states": [
@@ -28800,6 +29046,27 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
28800
29046
  "event": "LinksFetched",
28801
29047
  "from": "idle",
28802
29048
  "to": "idle"
29049
+ },
29050
+ {
29051
+ "effects": [
29052
+ [
29053
+ "render-ui",
29054
+ "toast",
29055
+ {
29056
+ "dismissible": true,
29057
+ "message": [
29058
+ "str/concat",
29059
+ "Couldn't update the link \u2014 ",
29060
+ "@payload.error"
29061
+ ],
29062
+ "type": "alert",
29063
+ "variant": "error"
29064
+ }
29065
+ ]
29066
+ ],
29067
+ "event": "LinkOpFailed",
29068
+ "from": "idle",
29069
+ "to": "idle"
28803
29070
  }
28804
29071
  ]
28805
29072
  }
@@ -30283,6 +30550,10 @@ function stdDataErasureDataErasureOrbital(params = {}) {
30283
30550
  "resolved": false,
30284
30551
  "resource": "@config.reviewSlot"
30285
30552
  },
30553
+ {
30554
+ "kind": "render-ui",
30555
+ "resource": "toast"
30556
+ },
30286
30557
  {
30287
30558
  "kind": "set",
30288
30559
  "resource": "@entity.id"
@@ -30973,6 +31244,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
30973
31244
  "to": "idle"
30974
31245
  },
30975
31246
  {
31247
+ "effects": [
31248
+ [
31249
+ "render-ui",
31250
+ "toast",
31251
+ {
31252
+ "dismissible": true,
31253
+ "message": [
31254
+ "str/concat",
31255
+ "Couldn't load the erasure queue \u2014 ",
31256
+ "@payload.error"
31257
+ ],
31258
+ "type": "alert",
31259
+ "variant": "error"
31260
+ }
31261
+ ]
31262
+ ],
30976
31263
  "event": "ErasureLoadFailed",
30977
31264
  "from": "idle",
30978
31265
  "to": "idle"
@@ -31104,6 +31391,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
31104
31391
  "to": "idle"
31105
31392
  },
31106
31393
  {
31394
+ "effects": [
31395
+ [
31396
+ "render-ui",
31397
+ "toast",
31398
+ {
31399
+ "dismissible": true,
31400
+ "message": [
31401
+ "str/concat",
31402
+ "Couldn't scan for erasures to execute \u2014 ",
31403
+ "@payload.error"
31404
+ ],
31405
+ "type": "alert",
31406
+ "variant": "error"
31407
+ }
31408
+ ]
31409
+ ],
31107
31410
  "event": "ExecScanFailed",
31108
31411
  "from": "idle",
31109
31412
  "to": "idle"
@@ -31236,6 +31539,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
31236
31539
  "to": "idle"
31237
31540
  },
31238
31541
  {
31542
+ "effects": [
31543
+ [
31544
+ "render-ui",
31545
+ "toast",
31546
+ {
31547
+ "dismissible": true,
31548
+ "message": [
31549
+ "str/concat",
31550
+ "Couldn't scan for erasures to execute \u2014 ",
31551
+ "@payload.error"
31552
+ ],
31553
+ "type": "alert",
31554
+ "variant": "error"
31555
+ }
31556
+ ]
31557
+ ],
31239
31558
  "event": "ExecScanFailed",
31240
31559
  "from": "execScanning",
31241
31560
  "to": "idle"
@@ -35559,6 +35878,10 @@ function stdEventLogEventLogOrbital(params = {}) {
35559
35878
  "kind": "render-ui",
35560
35879
  "resource": "main"
35561
35880
  },
35881
+ {
35882
+ "kind": "render-ui",
35883
+ "resource": "toast"
35884
+ },
35562
35885
  {
35563
35886
  "kind": "set",
35564
35887
  "resource": "@entity.allEntries"
@@ -36629,6 +36952,27 @@ function stdEventLogEventLogOrbital(params = {}) {
36629
36952
  "from": "viewing",
36630
36953
  "to": "viewing"
36631
36954
  },
36955
+ {
36956
+ "effects": [
36957
+ [
36958
+ "render-ui",
36959
+ "toast",
36960
+ {
36961
+ "dismissible": true,
36962
+ "message": [
36963
+ "str/concat",
36964
+ "Couldn't refresh the event log \u2014 ",
36965
+ "@payload.error"
36966
+ ],
36967
+ "type": "alert",
36968
+ "variant": "error"
36969
+ }
36970
+ ]
36971
+ ],
36972
+ "event": "EventLogLoadFailed",
36973
+ "from": "viewing",
36974
+ "to": "viewing"
36975
+ },
36632
36976
  {
36633
36977
  "effects": [
36634
36978
  [
@@ -41253,6 +41597,14 @@ function stdGalleryGalleryItemOrbital(params = {}) {
41253
41597
  "tier": "presentation",
41254
41598
  "type": "number"
41255
41599
  },
41600
+ "searchField": {
41601
+ "default": "name",
41602
+ "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.",
41603
+ "label": "Which column does the search box match against?",
41604
+ "synonyms": "search column, search on field, match field, search key",
41605
+ "tier": "policy",
41606
+ "type": "string"
41607
+ },
41256
41608
  "searchPlaceholder": {
41257
41609
  "default": "Search\u2026",
41258
41610
  "description": "Hint text inside the gallery search box (e.g. 'Search photos\u2026').",
@@ -41282,6 +41634,10 @@ function stdGalleryGalleryItemOrbital(params = {}) {
41282
41634
  "kind": "render-ui",
41283
41635
  "resource": "modal"
41284
41636
  },
41637
+ {
41638
+ "kind": "render-ui",
41639
+ "resource": "toast"
41640
+ },
41285
41641
  {
41286
41642
  "kind": "set",
41287
41643
  "resource": "@entity.id"
@@ -41770,7 +42126,7 @@ function stdGalleryGalleryItemOrbital(params = {}) {
41770
42126
  [
41771
42127
  "object/get",
41772
42128
  "@entity",
41773
- "name"
42129
+ "@config.searchField"
41774
42130
  ],
41775
42131
  "@payload.searchTerm"
41776
42132
  ]
@@ -41847,6 +42203,27 @@ function stdGalleryGalleryItemOrbital(params = {}) {
41847
42203
  "from": "browsing",
41848
42204
  "to": "browsing"
41849
42205
  },
42206
+ {
42207
+ "effects": [
42208
+ [
42209
+ "render-ui",
42210
+ "toast",
42211
+ {
42212
+ "dismissible": true,
42213
+ "message": [
42214
+ "str/concat",
42215
+ "Couldn't refresh the gallery \u2014 ",
42216
+ "@payload.error"
42217
+ ],
42218
+ "type": "alert",
42219
+ "variant": "error"
42220
+ }
42221
+ ]
42222
+ ],
42223
+ "event": "GalleryItemLoadFailed",
42224
+ "from": "browsing",
42225
+ "to": "browsing"
42226
+ },
41850
42227
  {
41851
42228
  "effects": [
41852
42229
  [
@@ -47072,6 +47449,10 @@ function stdLifecycleLifecycleOrbital(params = {}) {
47072
47449
  "resolved": false,
47073
47450
  "resource": "@config.targetEntity"
47074
47451
  },
47452
+ {
47453
+ "kind": "render-ui",
47454
+ "resource": "toast"
47455
+ },
47075
47456
  {
47076
47457
  "kind": "set",
47077
47458
  "resource": "@entity.headId"
@@ -47285,6 +47666,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
47285
47666
  "to": "idle"
47286
47667
  },
47287
47668
  {
47669
+ "effects": [
47670
+ [
47671
+ "render-ui",
47672
+ "toast",
47673
+ {
47674
+ "dismissible": true,
47675
+ "message": [
47676
+ "str/concat",
47677
+ "Couldn't scan for lifecycle transitions \u2014 ",
47678
+ "@payload.error"
47679
+ ],
47680
+ "type": "alert",
47681
+ "variant": "error"
47682
+ }
47683
+ ]
47684
+ ],
47288
47685
  "event": "ScanFailed",
47289
47686
  "from": "idle",
47290
47687
  "to": "idle"
@@ -47403,6 +47800,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
47403
47800
  "to": "idle"
47404
47801
  },
47405
47802
  {
47803
+ "effects": [
47804
+ [
47805
+ "render-ui",
47806
+ "toast",
47807
+ {
47808
+ "dismissible": true,
47809
+ "message": [
47810
+ "str/concat",
47811
+ "Couldn't scan for lifecycle transitions \u2014 ",
47812
+ "@payload.error"
47813
+ ],
47814
+ "type": "alert",
47815
+ "variant": "error"
47816
+ }
47817
+ ]
47818
+ ],
47406
47819
  "event": "ScanFailed",
47407
47820
  "from": "scanning",
47408
47821
  "to": "idle"
@@ -47793,6 +48206,14 @@ function stdListListItemOrbital(params = {}) {
47793
48206
  "tier": "presentation",
47794
48207
  "type": "number"
47795
48208
  },
48209
+ "searchField": {
48210
+ "default": "name",
48211
+ "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.",
48212
+ "label": "Which column does the search box match against?",
48213
+ "synonyms": "search column, search on field, match field, search key",
48214
+ "tier": "policy",
48215
+ "type": "string"
48216
+ },
47796
48217
  "searchPlaceholder": {
47797
48218
  "default": "Search\u2026",
47798
48219
  "description": "Hint text inside the list search box.",
@@ -47810,6 +48231,10 @@ function stdListListItemOrbital(params = {}) {
47810
48231
  {
47811
48232
  "kind": "render-ui",
47812
48233
  "resource": "main"
48234
+ },
48235
+ {
48236
+ "kind": "render-ui",
48237
+ "resource": "toast"
47813
48238
  }
47814
48239
  ],
47815
48240
  "emits": [
@@ -48484,7 +48909,7 @@ function stdListListItemOrbital(params = {}) {
48484
48909
  [
48485
48910
  "object/get",
48486
48911
  "@entity",
48487
- "name"
48912
+ "@config.searchField"
48488
48913
  ],
48489
48914
  "@payload.searchTerm"
48490
48915
  ]
@@ -48557,6 +48982,27 @@ function stdListListItemOrbital(params = {}) {
48557
48982
  "from": "browsing",
48558
48983
  "to": "browsing"
48559
48984
  },
48985
+ {
48986
+ "effects": [
48987
+ [
48988
+ "render-ui",
48989
+ "toast",
48990
+ {
48991
+ "dismissible": true,
48992
+ "message": [
48993
+ "str/concat",
48994
+ "Couldn't refresh the list \u2014 ",
48995
+ "@payload.error"
48996
+ ],
48997
+ "type": "alert",
48998
+ "variant": "error"
48999
+ }
49000
+ ]
49001
+ ],
49002
+ "event": "ListItemLoadFailed",
49003
+ "from": "browsing",
49004
+ "to": "browsing"
49005
+ },
48560
49006
  {
48561
49007
  "effects": [
48562
49008
  [
@@ -50279,6 +50725,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
50279
50725
  "resolved": false,
50280
50726
  "resource": "@config.reviewSlot"
50281
50727
  },
50728
+ {
50729
+ "kind": "render-ui",
50730
+ "resource": "toast"
50731
+ },
50282
50732
  {
50283
50733
  "kind": "set",
50284
50734
  "resource": "@entity.createdAt"
@@ -50864,6 +51314,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
50864
51314
  "synonyms": "preview ready, staging complete, review import",
50865
51315
  "tier": "domain"
50866
51316
  },
51317
+ {
51318
+ "key": "CLOSE",
51319
+ "name": "Close"
51320
+ },
50867
51321
  {
50868
51322
  "description": "migration.commit service result \u2014 committed count plus per-unit failures",
50869
51323
  "key": "COMMITTED",
@@ -51120,6 +51574,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
51120
51574
  {
51121
51575
  "error": "@entity.error"
51122
51576
  }
51577
+ ],
51578
+ [
51579
+ "render-ui",
51580
+ "toast",
51581
+ {
51582
+ "dismissible": true,
51583
+ "message": [
51584
+ "str/concat",
51585
+ "Couldn't list the source documents \u2014 ",
51586
+ "@payload.error"
51587
+ ],
51588
+ "type": "alert",
51589
+ "variant": "error"
51590
+ }
51123
51591
  ]
51124
51592
  ],
51125
51593
  "event": "MIGRATION_CALL_FAILED",
@@ -51309,6 +51777,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
51309
51777
  {
51310
51778
  "error": "@entity.error"
51311
51779
  }
51780
+ ],
51781
+ [
51782
+ "render-ui",
51783
+ "toast",
51784
+ {
51785
+ "dismissible": true,
51786
+ "message": [
51787
+ "str/concat",
51788
+ "Couldn't fetch the document \u2014 ",
51789
+ "@payload.error"
51790
+ ],
51791
+ "type": "alert",
51792
+ "variant": "error"
51793
+ }
51312
51794
  ]
51313
51795
  ],
51314
51796
  "event": "MIGRATION_CALL_FAILED",
@@ -51420,6 +51902,53 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
51420
51902
  "from": "reviewing",
51421
51903
  "to": "idle"
51422
51904
  },
51905
+ {
51906
+ "effects": [
51907
+ [
51908
+ "set",
51909
+ "@entity.status",
51910
+ "idle"
51911
+ ],
51912
+ [
51913
+ "set",
51914
+ "@entity.documents",
51915
+ []
51916
+ ],
51917
+ [
51918
+ "set",
51919
+ "@entity.document",
51920
+ {}
51921
+ ],
51922
+ [
51923
+ "set",
51924
+ "@entity.stats",
51925
+ {}
51926
+ ],
51927
+ [
51928
+ "set",
51929
+ "@entity.units",
51930
+ []
51931
+ ],
51932
+ [
51933
+ "set",
51934
+ "@entity.skipped",
51935
+ []
51936
+ ],
51937
+ [
51938
+ "set",
51939
+ "@entity.validationErrors",
51940
+ []
51941
+ ],
51942
+ [
51943
+ "render-ui",
51944
+ "@config.reviewSlot",
51945
+ null
51946
+ ]
51947
+ ],
51948
+ "event": "CLOSE",
51949
+ "from": "reviewing",
51950
+ "to": "idle"
51951
+ },
51423
51952
  {
51424
51953
  "effects": [
51425
51954
  [
@@ -51495,6 +52024,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
51495
52024
  {
51496
52025
  "error": "@entity.error"
51497
52026
  }
52027
+ ],
52028
+ [
52029
+ "render-ui",
52030
+ "toast",
52031
+ {
52032
+ "dismissible": true,
52033
+ "message": [
52034
+ "str/concat",
52035
+ "Couldn't commit the import \u2014 ",
52036
+ "@payload.error"
52037
+ ],
52038
+ "type": "alert",
52039
+ "variant": "error"
52040
+ }
51498
52041
  ]
51499
52042
  ],
51500
52043
  "event": "MIGRATION_CALL_FAILED",
@@ -51905,6 +52448,10 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
51905
52448
  "kind": "emit",
51906
52449
  "resource": "CLASSIFY_FAILED"
51907
52450
  },
52451
+ {
52452
+ "kind": "render-ui",
52453
+ "resource": "toast"
52454
+ },
51908
52455
  {
51909
52456
  "kind": "set",
51910
52457
  "resource": "@entity.category"
@@ -52291,6 +52838,20 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
52291
52838
  {
52292
52839
  "error": "@entity.errorMessage"
52293
52840
  }
52841
+ ],
52842
+ [
52843
+ "render-ui",
52844
+ "toast",
52845
+ {
52846
+ "dismissible": true,
52847
+ "message": [
52848
+ "str/concat",
52849
+ "Couldn't classify \u2014 ",
52850
+ "@payload.error"
52851
+ ],
52852
+ "type": "alert",
52853
+ "variant": "error"
52854
+ }
52294
52855
  ]
52295
52856
  ],
52296
52857
  "event": "CLASSIFY_CALL_FAILED",
@@ -53258,6 +53819,10 @@ function stdMlInferMlInferOrbital(params = {}) {
53258
53819
  "kind": "emit",
53259
53820
  "resource": "INFER_ABSTAINED"
53260
53821
  },
53822
+ {
53823
+ "kind": "render-ui",
53824
+ "resource": "toast"
53825
+ },
53261
53826
  {
53262
53827
  "kind": "set",
53263
53828
  "resource": "@entity.confidence"
@@ -53735,6 +54300,20 @@ function stdMlInferMlInferOrbital(params = {}) {
53735
54300
  "request": "@entity.request",
53736
54301
  "violations": "@entity.violations"
53737
54302
  }
54303
+ ],
54304
+ [
54305
+ "render-ui",
54306
+ "toast",
54307
+ {
54308
+ "dismissible": true,
54309
+ "message": [
54310
+ "str/concat",
54311
+ "Couldn't run inference \u2014 ",
54312
+ "@payload.error"
54313
+ ],
54314
+ "type": "alert",
54315
+ "variant": "error"
54316
+ }
53738
54317
  ]
53739
54318
  ],
53740
54319
  "event": "INFER_CALL_FAILED",
@@ -57083,6 +57662,10 @@ function stdModQueueModQueueItemOrbital(params = {}) {
57083
57662
  "kind": "render-ui",
57084
57663
  "resolved": false,
57085
57664
  "resource": "@config.reviewSlot"
57665
+ },
57666
+ {
57667
+ "kind": "render-ui",
57668
+ "resource": "toast"
57086
57669
  }
57087
57670
  ],
57088
57671
  "emits": [
@@ -57836,6 +58419,22 @@ function stdModQueueModQueueItemOrbital(params = {}) {
57836
58419
  "to": "idle"
57837
58420
  },
57838
58421
  {
58422
+ "effects": [
58423
+ [
58424
+ "render-ui",
58425
+ "toast",
58426
+ {
58427
+ "dismissible": true,
58428
+ "message": [
58429
+ "str/concat",
58430
+ "Couldn't load the moderation queue \u2014 ",
58431
+ "@payload.error"
58432
+ ],
58433
+ "type": "alert",
58434
+ "variant": "error"
58435
+ }
58436
+ ]
58437
+ ],
57839
58438
  "event": "ModQueueItemLoadFailed",
57840
58439
  "from": "idle",
57841
58440
  "to": "idle"
@@ -63034,6 +63633,10 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
63034
63633
  "kind": "persist",
63035
63634
  "resource": "NotificationRecord"
63036
63635
  },
63636
+ {
63637
+ "kind": "render-ui",
63638
+ "resource": "toast"
63639
+ },
63037
63640
  {
63038
63641
  "kind": "set",
63039
63642
  "resource": "@entity.drainedCount"
@@ -63345,6 +63948,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
63345
63948
  "set",
63346
63949
  "@entity.lastError",
63347
63950
  "@payload.error"
63951
+ ],
63952
+ [
63953
+ "render-ui",
63954
+ "toast",
63955
+ {
63956
+ "dismissible": true,
63957
+ "message": [
63958
+ "str/concat",
63959
+ "Couldn't send the notification digest \u2014 ",
63960
+ "@payload.error"
63961
+ ],
63962
+ "type": "alert",
63963
+ "variant": "error"
63964
+ }
63348
63965
  ]
63349
63966
  ],
63350
63967
  "event": "DIGEST_FAILED",
@@ -63536,6 +64153,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
63536
64153
  "set",
63537
64154
  "@entity.lastError",
63538
64155
  "@payload.error"
64156
+ ],
64157
+ [
64158
+ "render-ui",
64159
+ "toast",
64160
+ {
64161
+ "dismissible": true,
64162
+ "message": [
64163
+ "str/concat",
64164
+ "Couldn't send the notification digest \u2014 ",
64165
+ "@payload.error"
64166
+ ],
64167
+ "type": "alert",
64168
+ "variant": "error"
64169
+ }
63539
64170
  ]
63540
64171
  ],
63541
64172
  "event": "DIGEST_FAILED",
@@ -66220,6 +66851,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
66220
66851
  "recordedAt": "@now",
66221
66852
  "severity": "@entity.severity"
66222
66853
  }
66854
+ ],
66855
+ [
66856
+ "render-ui",
66857
+ "toast",
66858
+ {
66859
+ "dismissible": true,
66860
+ "message": [
66861
+ "str/concat",
66862
+ "Couldn't send the email notification \u2014 ",
66863
+ "@payload.error"
66864
+ ],
66865
+ "type": "alert",
66866
+ "variant": "error"
66867
+ }
66223
66868
  ]
66224
66869
  ],
66225
66870
  "event": "NOTIFY_EMAIL_FAILED",
@@ -66276,6 +66921,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
66276
66921
  "recordedAt": "@now",
66277
66922
  "severity": "@entity.severity"
66278
66923
  }
66924
+ ],
66925
+ [
66926
+ "render-ui",
66927
+ "toast",
66928
+ {
66929
+ "dismissible": true,
66930
+ "message": [
66931
+ "str/concat",
66932
+ "Couldn't send the text message \u2014 ",
66933
+ "@payload.error"
66934
+ ],
66935
+ "type": "alert",
66936
+ "variant": "error"
66937
+ }
66279
66938
  ]
66280
66939
  ],
66281
66940
  "event": "NOTIFY_SMS_FAILED",
@@ -66332,6 +66991,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
66332
66991
  "recordedAt": "@now",
66333
66992
  "severity": "@entity.severity"
66334
66993
  }
66994
+ ],
66995
+ [
66996
+ "render-ui",
66997
+ "toast",
66998
+ {
66999
+ "dismissible": true,
67000
+ "message": [
67001
+ "str/concat",
67002
+ "Couldn't send the webhook notification \u2014 ",
67003
+ "@payload.error"
67004
+ ],
67005
+ "type": "alert",
67006
+ "variant": "error"
67007
+ }
66335
67008
  ]
66336
67009
  ],
66337
67010
  "event": "NOTIFY_WEBHOOK_FAILED",
@@ -66388,6 +67061,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
66388
67061
  "recordedAt": "@now",
66389
67062
  "severity": "@entity.severity"
66390
67063
  }
67064
+ ],
67065
+ [
67066
+ "render-ui",
67067
+ "toast",
67068
+ {
67069
+ "dismissible": true,
67070
+ "message": [
67071
+ "str/concat",
67072
+ "Couldn't send the push notification \u2014 ",
67073
+ "@payload.error"
67074
+ ],
67075
+ "type": "alert",
67076
+ "variant": "error"
67077
+ }
66391
67078
  ]
66392
67079
  ],
66393
67080
  "event": "NOTIFY_PUSH_FAILED",
@@ -66419,6 +67106,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
66419
67106
  "recordedAt": "@now",
66420
67107
  "severity": "@entity.severity"
66421
67108
  }
67109
+ ],
67110
+ [
67111
+ "render-ui",
67112
+ "toast",
67113
+ {
67114
+ "dismissible": true,
67115
+ "message": [
67116
+ "str/concat",
67117
+ "Couldn't look up notification preferences \u2014 ",
67118
+ "@payload.error"
67119
+ ],
67120
+ "type": "alert",
67121
+ "variant": "error"
67122
+ }
66422
67123
  ]
66423
67124
  ],
66424
67125
  "event": "NOTIFY_LOOKUP_FAILED",
@@ -78554,6 +79255,10 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
78554
79255
  "resolved": false,
78555
79256
  "resource": "@config.targetEntity"
78556
79257
  },
79258
+ {
79259
+ "kind": "render-ui",
79260
+ "resource": "toast"
79261
+ },
78557
79262
  {
78558
79263
  "kind": "set",
78559
79264
  "resource": "@entity.headId"
@@ -78766,6 +79471,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
78766
79471
  "to": "idle"
78767
79472
  },
78768
79473
  {
79474
+ "effects": [
79475
+ [
79476
+ "render-ui",
79477
+ "toast",
79478
+ {
79479
+ "dismissible": true,
79480
+ "message": [
79481
+ "str/concat",
79482
+ "Couldn't scan for reminders \u2014 ",
79483
+ "@payload.error"
79484
+ ],
79485
+ "type": "alert",
79486
+ "variant": "error"
79487
+ }
79488
+ ]
79489
+ ],
78769
79490
  "event": "ScanFailed",
78770
79491
  "from": "idle",
78771
79492
  "to": "idle"
@@ -78895,6 +79616,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
78895
79616
  "to": "idle"
78896
79617
  },
78897
79618
  {
79619
+ "effects": [
79620
+ [
79621
+ "render-ui",
79622
+ "toast",
79623
+ {
79624
+ "dismissible": true,
79625
+ "message": [
79626
+ "str/concat",
79627
+ "Couldn't scan for reminders \u2014 ",
79628
+ "@payload.error"
79629
+ ],
79630
+ "type": "alert",
79631
+ "variant": "error"
79632
+ }
79633
+ ]
79634
+ ],
78898
79635
  "event": "ScanFailed",
78899
79636
  "from": "scanning",
78900
79637
  "to": "idle"
@@ -81695,6 +82432,14 @@ function stdSelectionSelectableItemOrbital(params = {}) {
81695
82432
  "tier": "presentation",
81696
82433
  "type": "number"
81697
82434
  },
82435
+ "searchField": {
82436
+ "default": "name",
82437
+ "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.",
82438
+ "label": "Which column does the search box match against?",
82439
+ "synonyms": "search column, search on field, match field, search key",
82440
+ "tier": "policy",
82441
+ "type": "string"
82442
+ },
81698
82443
  "searchPlaceholder": {
81699
82444
  "default": "Search\u2026",
81700
82445
  "description": "Hint text inside the pick-list search box.",
@@ -81726,6 +82471,10 @@ function stdSelectionSelectableItemOrbital(params = {}) {
81726
82471
  {
81727
82472
  "kind": "render-ui",
81728
82473
  "resource": "main"
82474
+ },
82475
+ {
82476
+ "kind": "render-ui",
82477
+ "resource": "toast"
81729
82478
  }
81730
82479
  ],
81731
82480
  "emits": [
@@ -82198,7 +82947,7 @@ function stdSelectionSelectableItemOrbital(params = {}) {
82198
82947
  [
82199
82948
  "object/get",
82200
82949
  "@entity",
82201
- "name"
82950
+ "@config.searchField"
82202
82951
  ],
82203
82952
  "@payload.searchTerm"
82204
82953
  ]
@@ -82271,6 +83020,27 @@ function stdSelectionSelectableItemOrbital(params = {}) {
82271
83020
  "from": "idle",
82272
83021
  "to": "idle"
82273
83022
  },
83023
+ {
83024
+ "effects": [
83025
+ [
83026
+ "render-ui",
83027
+ "toast",
83028
+ {
83029
+ "dismissible": true,
83030
+ "message": [
83031
+ "str/concat",
83032
+ "Couldn't refresh the list \u2014 ",
83033
+ "@payload.error"
83034
+ ],
83035
+ "type": "alert",
83036
+ "variant": "error"
83037
+ }
83038
+ ]
83039
+ ],
83040
+ "event": "SelectableItemLoadFailed",
83041
+ "from": "idle",
83042
+ "to": "idle"
83043
+ },
82274
83044
  {
82275
83045
  "effects": [
82276
83046
  [
@@ -85331,6 +86101,10 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
85331
86101
  "kind": "persist",
85332
86102
  "resolved": false,
85333
86103
  "resource": "@config.targetEntity"
86104
+ },
86105
+ {
86106
+ "kind": "render-ui",
86107
+ "resource": "toast"
85334
86108
  }
85335
86109
  ],
85336
86110
  "emits": [
@@ -85551,6 +86325,22 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
85551
86325
  "to": "idle"
85552
86326
  },
85553
86327
  {
86328
+ "effects": [
86329
+ [
86330
+ "render-ui",
86331
+ "toast",
86332
+ {
86333
+ "dismissible": true,
86334
+ "message": [
86335
+ "str/concat",
86336
+ "Couldn't change the status \u2014 ",
86337
+ "@payload.error"
86338
+ ],
86339
+ "type": "alert",
86340
+ "variant": "error"
86341
+ }
86342
+ ]
86343
+ ],
85554
86344
  "event": "StatusChangeFailed",
85555
86345
  "from": "idle",
85556
86346
  "to": "idle"
@@ -88778,6 +89568,10 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
88778
89568
  "synonyms": "cancel, back",
88779
89569
  "tier": "internal"
88780
89570
  },
89571
+ {
89572
+ "key": "CLOSE",
89573
+ "name": "Close"
89574
+ },
88781
89575
  {
88782
89576
  "description": "A new tag row persisted; the open level refetches to show it.",
88783
89577
  "key": "TagCreated",
@@ -89555,6 +90349,47 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
89555
90349
  "from": "creating",
89556
90350
  "to": "loading"
89557
90351
  },
90352
+ {
90353
+ "effects": [
90354
+ [
90355
+ "render-ui",
90356
+ "modal",
90357
+ null
90358
+ ],
90359
+ [
90360
+ "render-ui",
90361
+ "main",
90362
+ {
90363
+ "align": "center",
90364
+ "children": [
90365
+ {
90366
+ "type": "spinner"
90367
+ },
90368
+ {
90369
+ "color": "muted",
90370
+ "content": "Loading\u2026",
90371
+ "type": "typography",
90372
+ "variant": "caption"
90373
+ }
90374
+ ],
90375
+ "className": "py-12",
90376
+ "direction": "vertical",
90377
+ "gap": "md",
90378
+ "type": "stack"
90379
+ }
90380
+ ],
90381
+ [
90382
+ "emit",
90383
+ "LEVEL_RELOAD",
90384
+ {
90385
+ "tagId": "@entity.id"
90386
+ }
90387
+ ]
90388
+ ],
90389
+ "event": "CLOSE",
90390
+ "from": "creating",
90391
+ "to": "loading"
90392
+ },
89558
90393
  {
89559
90394
  "effects": [
89560
90395
  [
@@ -98173,6 +99008,10 @@ function stdWizardWizardOrbital(params = {}) {
98173
99008
  "kind": "render-ui",
98174
99009
  "resource": "main"
98175
99010
  },
99011
+ {
99012
+ "kind": "render-ui",
99013
+ "resource": "toast"
99014
+ },
98176
99015
  {
98177
99016
  "kind": "set",
98178
99017
  "resource": "@entity.cancelReason"
@@ -99495,6 +100334,77 @@ function stdWizardWizardOrbital(params = {}) {
99495
100334
  "from": "running",
99496
100335
  "to": "cancelled"
99497
100336
  },
100337
+ {
100338
+ "effects": [
100339
+ [
100340
+ "render-ui",
100341
+ "main",
100342
+ {
100343
+ "align": "center",
100344
+ "children": [
100345
+ {
100346
+ "name": "check-circle",
100347
+ "size": "lg",
100348
+ "type": "icon"
100349
+ },
100350
+ {
100351
+ "align": "center",
100352
+ "content": "Complete",
100353
+ "type": "typography",
100354
+ "variant": "h2"
100355
+ },
100356
+ {
100357
+ "align": "center",
100358
+ "color": "muted",
100359
+ "content": "@entity.completionMessage",
100360
+ "type": "typography",
100361
+ "variant": "body"
100362
+ },
100363
+ {
100364
+ "allowNavigation": false,
100365
+ "currentStep": "@entity.totalSteps",
100366
+ "steps": "@entity.wizardSteps",
100367
+ "type": "wizard-progress"
100368
+ },
100369
+ {
100370
+ "action": "RESTART",
100371
+ "icon": "rotate-ccw",
100372
+ "label": "Start a new wizard",
100373
+ "type": "button",
100374
+ "variant": "secondary"
100375
+ }
100376
+ ],
100377
+ "direction": "vertical",
100378
+ "gap": "lg",
100379
+ "type": "stack"
100380
+ }
100381
+ ]
100382
+ ],
100383
+ "event": "WizardSaved",
100384
+ "from": "completed",
100385
+ "to": "completed"
100386
+ },
100387
+ {
100388
+ "effects": [
100389
+ [
100390
+ "render-ui",
100391
+ "toast",
100392
+ {
100393
+ "dismissible": true,
100394
+ "message": [
100395
+ "str/concat",
100396
+ "Couldn't save the wizard \u2014 ",
100397
+ "@payload.error"
100398
+ ],
100399
+ "type": "alert",
100400
+ "variant": "error"
100401
+ }
100402
+ ]
100403
+ ],
100404
+ "event": "WizardSaveFailed",
100405
+ "from": "completed",
100406
+ "to": "completed"
100407
+ },
99498
100408
  {
99499
100409
  "effects": [
99500
100410
  [