@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
package/dist/index.js CHANGED
@@ -18118,6 +18118,23 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
18118
18118
  "synonyms": "replay failed, apply failed, approval rollback",
18119
18119
  "tier": "domain"
18120
18120
  },
18121
+ {
18122
+ "description": "Indicates a failure to load or process an approval request for review.",
18123
+ "key": "ApprovalRequestReviewFailed",
18124
+ "name": "ApprovalRequest review failed",
18125
+ "payloadSchema": [
18126
+ {
18127
+ "name": "error",
18128
+ "type": "string"
18129
+ },
18130
+ {
18131
+ "name": "code",
18132
+ "type": "string"
18133
+ }
18134
+ ],
18135
+ "synonyms": "load error, failed review, processing failure",
18136
+ "tier": "internal"
18137
+ },
18121
18138
  {
18122
18139
  "description": "Summons the review queue (host nav/affordance requests it).",
18123
18140
  "key": "OPEN",
@@ -18315,23 +18332,6 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
18315
18332
  "synonyms": "reviewed, processed, examined",
18316
18333
  "tier": "internal"
18317
18334
  },
18318
- {
18319
- "description": "Indicates a failure to load or process an approval request for review.",
18320
- "key": "ApprovalRequestReviewFailed",
18321
- "name": "ApprovalRequest review failed",
18322
- "payloadSchema": [
18323
- {
18324
- "name": "error",
18325
- "type": "string"
18326
- },
18327
- {
18328
- "name": "code",
18329
- "type": "string"
18330
- }
18331
- ],
18332
- "synonyms": "load error, failed review, processing failure",
18333
- "tier": "internal"
18334
- },
18335
18335
  {
18336
18336
  "description": "The deny form committed; data carries the request id + the written reason.",
18337
18337
  "key": "CONFIRM_DENY",
@@ -18449,6 +18449,22 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
18449
18449
  "to": "idle"
18450
18450
  },
18451
18451
  {
18452
+ "effects": [
18453
+ [
18454
+ "render-ui",
18455
+ "toast",
18456
+ {
18457
+ "dismissible": true,
18458
+ "message": [
18459
+ "str/concat",
18460
+ "Couldn't load the approval request \u2014 ",
18461
+ "@payload.error"
18462
+ ],
18463
+ "type": "alert",
18464
+ "variant": "error"
18465
+ }
18466
+ ]
18467
+ ],
18452
18468
  "event": "ApprovalRequestLoadFailed",
18453
18469
  "from": "idle",
18454
18470
  "to": "idle"
@@ -18502,6 +18518,27 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
18502
18518
  "from": "idle",
18503
18519
  "to": "idle"
18504
18520
  },
18521
+ {
18522
+ "effects": [
18523
+ [
18524
+ "render-ui",
18525
+ "toast",
18526
+ {
18527
+ "dismissible": true,
18528
+ "message": [
18529
+ "str/concat",
18530
+ "Couldn't reopen the approval request \u2014 ",
18531
+ "@payload.error"
18532
+ ],
18533
+ "type": "alert",
18534
+ "variant": "error"
18535
+ }
18536
+ ]
18537
+ ],
18538
+ "event": "ApprovalRequestReviewFailed",
18539
+ "from": "idle",
18540
+ "to": "idle"
18541
+ },
18505
18542
  {
18506
18543
  "effects": [
18507
18544
  [
@@ -22360,6 +22397,10 @@ function stdBoardBoardOrbital(params = {}) {
22360
22397
  "kind": "render-ui",
22361
22398
  "resource": "main"
22362
22399
  },
22400
+ {
22401
+ "kind": "render-ui",
22402
+ "resource": "toast"
22403
+ },
22363
22404
  {
22364
22405
  "kind": "set",
22365
22406
  "resource": "@entity.boards"
@@ -23699,6 +23740,58 @@ function stdBoardBoardOrbital(params = {}) {
23699
23740
  "from": "viewing_board",
23700
23741
  "to": "viewing_board"
23701
23742
  },
23743
+ {
23744
+ "effects": [
23745
+ [
23746
+ "set",
23747
+ "@entity.errorMessage",
23748
+ "@payload.error"
23749
+ ],
23750
+ [
23751
+ "render-ui",
23752
+ "toast",
23753
+ {
23754
+ "dismissible": true,
23755
+ "message": [
23756
+ "str/concat",
23757
+ "Couldn't save the board \u2014 ",
23758
+ "@payload.error"
23759
+ ],
23760
+ "type": "alert",
23761
+ "variant": "error"
23762
+ }
23763
+ ]
23764
+ ],
23765
+ "event": "BoardItemsSaveFailed",
23766
+ "from": "viewing_board",
23767
+ "to": "viewing_board"
23768
+ },
23769
+ {
23770
+ "effects": [
23771
+ [
23772
+ "set",
23773
+ "@entity.errorMessage",
23774
+ "@payload.error"
23775
+ ],
23776
+ [
23777
+ "render-ui",
23778
+ "toast",
23779
+ {
23780
+ "dismissible": true,
23781
+ "message": [
23782
+ "str/concat",
23783
+ "Couldn't refresh the board \u2014 ",
23784
+ "@payload.error"
23785
+ ],
23786
+ "type": "alert",
23787
+ "variant": "error"
23788
+ }
23789
+ ]
23790
+ ],
23791
+ "event": "BoardItemsLoadFailed",
23792
+ "from": "viewing_board",
23793
+ "to": "viewing_board"
23794
+ },
23702
23795
  {
23703
23796
  "effects": [
23704
23797
  [
@@ -25198,6 +25291,14 @@ function stdBrowseBrowseItemOrbital(params = {}) {
25198
25291
  "tier": "policy",
25199
25292
  "type": "string"
25200
25293
  },
25294
+ "searchField": {
25295
+ "default": "name",
25296
+ "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.",
25297
+ "label": "Which column does the search box match against?",
25298
+ "synonyms": "search column, search on field, match field, search key",
25299
+ "tier": "policy",
25300
+ "type": "string"
25301
+ },
25201
25302
  "searchPlaceholder": {
25202
25303
  "default": "Search\u2026",
25203
25304
  "description": "Hint text inside the list search box (e.g. 'Search orders\u2026').",
@@ -26057,7 +26158,7 @@ function stdBrowseBrowseItemOrbital(params = {}) {
26057
26158
  [
26058
26159
  "object/get",
26059
26160
  "@entity",
26060
- "name"
26161
+ "@config.searchField"
26061
26162
  ],
26062
26163
  "@payload.searchTerm"
26063
26164
  ]
@@ -27214,6 +27315,10 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
27214
27315
  {
27215
27316
  "kind": "render-ui",
27216
27317
  "resource": "main"
27318
+ },
27319
+ {
27320
+ "kind": "render-ui",
27321
+ "resource": "toast"
27217
27322
  }
27218
27323
  ],
27219
27324
  "emits": [
@@ -27421,6 +27526,36 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
27421
27526
  "synonyms": "error, failure, miss, not found",
27422
27527
  "tier": "internal"
27423
27528
  },
27529
+ {
27530
+ "description": "Indicates a failure to update a cached entry.",
27531
+ "key": "CacheEntryUpdateFailed",
27532
+ "name": "CacheEntry update failed",
27533
+ "payloadSchema": [
27534
+ {
27535
+ "name": "error",
27536
+ "type": "string"
27537
+ },
27538
+ {
27539
+ "name": "code",
27540
+ "type": "string"
27541
+ }
27542
+ ],
27543
+ "synonyms": "error, failure, problem, unsuccessful",
27544
+ "tier": "internal"
27545
+ },
27546
+ {
27547
+ "description": "Signals that a cached entry's data has been modified.",
27548
+ "key": "CacheEntryUpdated",
27549
+ "name": "CacheEntry updated",
27550
+ "payloadSchema": [
27551
+ {
27552
+ "name": "id",
27553
+ "type": "string"
27554
+ }
27555
+ ],
27556
+ "synonyms": "modified, refreshed, changed, updated",
27557
+ "tier": "presentation"
27558
+ },
27424
27559
  {
27425
27560
  "key": "INVALIDATE",
27426
27561
  "name": "Invalidate"
@@ -27474,36 +27609,6 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
27474
27609
  {
27475
27610
  "key": "REFRESH",
27476
27611
  "name": "Refresh"
27477
- },
27478
- {
27479
- "description": "Signals that a cached entry's data has been modified.",
27480
- "key": "CacheEntryUpdated",
27481
- "name": "CacheEntry updated",
27482
- "payloadSchema": [
27483
- {
27484
- "name": "id",
27485
- "type": "string"
27486
- }
27487
- ],
27488
- "synonyms": "modified, refreshed, changed, updated",
27489
- "tier": "presentation"
27490
- },
27491
- {
27492
- "description": "Indicates a failure to update a cached entry.",
27493
- "key": "CacheEntryUpdateFailed",
27494
- "name": "CacheEntry update failed",
27495
- "payloadSchema": [
27496
- {
27497
- "name": "error",
27498
- "type": "string"
27499
- },
27500
- {
27501
- "name": "code",
27502
- "type": "string"
27503
- }
27504
- ],
27505
- "synonyms": "error, failure, problem, unsuccessful",
27506
- "tier": "internal"
27507
27612
  }
27508
27613
  ],
27509
27614
  "states": [
@@ -27702,6 +27807,44 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
27702
27807
  "from": "loading",
27703
27808
  "to": "error"
27704
27809
  },
27810
+ {
27811
+ "effects": [
27812
+ [
27813
+ "render-ui",
27814
+ "toast",
27815
+ {
27816
+ "dismissible": true,
27817
+ "message": [
27818
+ "str/concat",
27819
+ "Couldn't update the cache entry \u2014 ",
27820
+ "@payload.error"
27821
+ ],
27822
+ "type": "alert",
27823
+ "variant": "error"
27824
+ }
27825
+ ]
27826
+ ],
27827
+ "event": "CacheEntryUpdateFailed",
27828
+ "from": "loading",
27829
+ "to": "loading"
27830
+ },
27831
+ {
27832
+ "effects": [
27833
+ [
27834
+ "fetch",
27835
+ "CacheEntry",
27836
+ {
27837
+ "emit": {
27838
+ "failure": "CacheEntryLoadFailed",
27839
+ "success": "CacheEntryLoaded"
27840
+ }
27841
+ }
27842
+ ]
27843
+ ],
27844
+ "event": "CacheEntryUpdated",
27845
+ "from": "loading",
27846
+ "to": "loading"
27847
+ },
27705
27848
  {
27706
27849
  "effects": [
27707
27850
  [
@@ -29100,6 +29243,14 @@ function stdCalendarCalendarEventOrbital(params = {}) {
29100
29243
  "tier": "presentation",
29101
29244
  "type": "event"
29102
29245
  },
29246
+ "searchField": {
29247
+ "default": "name",
29248
+ "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.",
29249
+ "label": "Which column does the search box match against?",
29250
+ "synonyms": "search column, search on field, match field, search key",
29251
+ "tier": "policy",
29252
+ "type": "string"
29253
+ },
29103
29254
  "searchPlaceholder": {
29104
29255
  "default": "Search\u2026",
29105
29256
  "description": "Hint text inside the calendar's search box (e.g. 'Search events\u2026').",
@@ -29955,7 +30106,7 @@ function stdCalendarCalendarEventOrbital(params = {}) {
29955
30106
  [
29956
30107
  "object/get",
29957
30108
  "@entity",
29958
- "name"
30109
+ "@config.searchField"
29959
30110
  ],
29960
30111
  "@payload.searchTerm"
29961
30112
  ]
@@ -30488,6 +30639,10 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
30488
30639
  "kind": "persist",
30489
30640
  "resource": "CalendarEvent"
30490
30641
  },
30642
+ {
30643
+ "kind": "render-ui",
30644
+ "resource": "toast"
30645
+ },
30491
30646
  {
30492
30647
  "kind": "set",
30493
30648
  "resource": "@entity.headId"
@@ -31208,6 +31363,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
31208
31363
  "set",
31209
31364
  "@entity.lastError",
31210
31365
  "@payload.error"
31366
+ ],
31367
+ [
31368
+ "render-ui",
31369
+ "toast",
31370
+ {
31371
+ "dismissible": true,
31372
+ "message": [
31373
+ "str/concat",
31374
+ "Couldn't sync the calendar \u2014 ",
31375
+ "@payload.error"
31376
+ ],
31377
+ "type": "alert",
31378
+ "variant": "error"
31379
+ }
31211
31380
  ]
31212
31381
  ],
31213
31382
  "event": "CAL_SYNC_FAILED",
@@ -31424,6 +31593,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
31424
31593
  "set",
31425
31594
  "@entity.lastError",
31426
31595
  "@payload.error"
31596
+ ],
31597
+ [
31598
+ "render-ui",
31599
+ "toast",
31600
+ {
31601
+ "dismissible": true,
31602
+ "message": [
31603
+ "str/concat",
31604
+ "Couldn't sync the calendar \u2014 ",
31605
+ "@payload.error"
31606
+ ],
31607
+ "type": "alert",
31608
+ "variant": "error"
31609
+ }
31427
31610
  ]
31428
31611
  ],
31429
31612
  "event": "CAL_SYNC_FAILED",
@@ -31703,6 +31886,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
31703
31886
  "set",
31704
31887
  "@entity.lastError",
31705
31888
  "@payload.error"
31889
+ ],
31890
+ [
31891
+ "render-ui",
31892
+ "toast",
31893
+ {
31894
+ "dismissible": true,
31895
+ "message": [
31896
+ "str/concat",
31897
+ "Couldn't sync the calendar \u2014 ",
31898
+ "@payload.error"
31899
+ ],
31900
+ "type": "alert",
31901
+ "variant": "error"
31902
+ }
31706
31903
  ]
31707
31904
  ],
31708
31905
  "event": "CAL_SYNC_FAILED",
@@ -32030,6 +32227,10 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
32030
32227
  "kind": "persist",
32031
32228
  "resource": "CascadeLog"
32032
32229
  },
32230
+ {
32231
+ "kind": "render-ui",
32232
+ "resource": "toast"
32233
+ },
32033
32234
  {
32034
32235
  "kind": "set",
32035
32236
  "resource": "@entity.headId"
@@ -32370,6 +32571,22 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
32370
32571
  "to": "scanning"
32371
32572
  },
32372
32573
  {
32574
+ "effects": [
32575
+ [
32576
+ "render-ui",
32577
+ "toast",
32578
+ {
32579
+ "dismissible": true,
32580
+ "message": [
32581
+ "str/concat",
32582
+ "Couldn't cascade the delete \u2014 ",
32583
+ "@payload.error"
32584
+ ],
32585
+ "type": "alert",
32586
+ "variant": "error"
32587
+ }
32588
+ ]
32589
+ ],
32373
32590
  "event": "CascadeFailed",
32374
32591
  "from": "scanning",
32375
32592
  "to": "idle"
@@ -33249,6 +33466,10 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
33249
33466
  "kind": "render-ui",
33250
33467
  "resource": "main"
33251
33468
  },
33469
+ {
33470
+ "kind": "render-ui",
33471
+ "resource": "toast"
33472
+ },
33252
33473
  {
33253
33474
  "kind": "set",
33254
33475
  "resource": "@entity.failureCount"
@@ -33344,6 +33565,19 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
33344
33565
  "key": "INIT",
33345
33566
  "name": "Initialize"
33346
33567
  },
33568
+ {
33569
+ "description": "Indicates a node failed to load, potentially disrupting service.",
33570
+ "key": "ServiceNodeLoadFailed",
33571
+ "name": "ServiceNode load failed",
33572
+ "payloadSchema": [
33573
+ {
33574
+ "name": "message",
33575
+ "type": "string"
33576
+ }
33577
+ ],
33578
+ "synonyms": "failure, error, unavailable, outage",
33579
+ "tier": "internal"
33580
+ },
33347
33581
  {
33348
33582
  "key": "FAILURE",
33349
33583
  "name": "Failure"
@@ -33407,19 +33641,6 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
33407
33641
  ],
33408
33642
  "synonyms": "loaded, initialized, ready",
33409
33643
  "tier": "internal"
33410
- },
33411
- {
33412
- "description": "Indicates a node failed to load, potentially disrupting service.",
33413
- "key": "ServiceNodeLoadFailed",
33414
- "name": "ServiceNode load failed",
33415
- "payloadSchema": [
33416
- {
33417
- "name": "message",
33418
- "type": "string"
33419
- }
33420
- ],
33421
- "synonyms": "failure, error, unavailable, outage",
33422
- "tier": "internal"
33423
33644
  }
33424
33645
  ],
33425
33646
  "states": [
@@ -33506,212 +33727,233 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
33506
33727
  "effects": [
33507
33728
  [
33508
33729
  "render-ui",
33509
- "main",
33510
- {
33511
- "children": [
33512
- {
33513
- "align": "center",
33514
- "children": [
33515
- {
33516
- "align": "center",
33517
- "children": [
33518
- "@trait.AlertTriangleIcon",
33519
- "@trait.ServiceNodeLabel"
33520
- ],
33521
- "direction": "horizontal",
33522
- "gap": "md",
33523
- "type": "stack"
33524
- },
33525
- "@trait.OpenStatusDot"
33526
- ],
33527
- "direction": "horizontal",
33528
- "gap": "md",
33529
- "justify": "between",
33530
- "type": "stack"
33531
- },
33532
- "@trait.CircuitDivider",
33533
- "@trait.ErrorAlert",
33534
- "@trait.StatsGrid",
33535
- "@trait.FailuresMeter",
33536
- "@trait.ResetButton"
33537
- ],
33538
- "direction": "vertical",
33539
- "gap": "lg",
33540
- "type": "stack"
33541
- }
33542
- ]
33543
- ],
33544
- "event": "FAILURE",
33545
- "from": "closed",
33546
- "to": "open"
33547
- },
33548
- {
33549
- "effects": [
33550
- [
33551
- "render-ui",
33552
- "main",
33730
+ "toast",
33553
33731
  {
33554
- "children": [
33555
- {
33556
- "align": "center",
33557
- "children": [
33558
- {
33559
- "align": "center",
33560
- "children": [
33561
- "@trait.ShieldIcon",
33562
- "@trait.ServiceNodeLabel"
33563
- ],
33564
- "direction": "horizontal",
33565
- "gap": "md",
33566
- "type": "stack"
33567
- },
33568
- "@trait.ClosedStatusDot"
33569
- ],
33570
- "direction": "horizontal",
33571
- "gap": "md",
33572
- "justify": "between",
33573
- "type": "stack"
33574
- },
33575
- "@trait.CircuitDivider",
33576
- "@trait.SuccessAlert",
33577
- "@trait.StatsGrid",
33578
- "@trait.FailuresMeter"
33732
+ "dismissible": true,
33733
+ "message": [
33734
+ "str/concat",
33735
+ "Couldn't load the service node \u2014 ",
33736
+ "@payload.message"
33579
33737
  ],
33580
- "direction": "vertical",
33581
- "gap": "lg",
33582
- "type": "stack"
33738
+ "type": "alert",
33739
+ "variant": "error"
33583
33740
  }
33584
33741
  ]
33585
33742
  ],
33586
- "event": "SUCCESS",
33743
+ "event": "ServiceNodeLoadFailed",
33587
33744
  "from": "closed",
33588
33745
  "to": "closed"
33589
33746
  },
33590
- {
33591
- "effects": [
33592
- [
33593
- "render-ui",
33594
- "main",
33595
- {
33596
- "children": [
33597
- {
33598
- "align": "center",
33599
- "children": [
33600
- {
33601
- "align": "center",
33602
- "children": [
33603
- "@trait.ActivityIcon",
33604
- "@trait.ServiceNodeLabel"
33605
- ],
33606
- "direction": "horizontal",
33607
- "gap": "md",
33608
- "type": "stack"
33609
- },
33610
- "@trait.HalfOpenStatusDot"
33611
- ],
33612
- "direction": "horizontal",
33613
- "gap": "md",
33614
- "justify": "between",
33615
- "type": "stack"
33616
- },
33617
- "@trait.CircuitDivider",
33618
- "@trait.WarningAlert",
33619
- "@trait.StatsGrid"
33620
- ],
33621
- "direction": "vertical",
33622
- "gap": "lg",
33623
- "type": "stack"
33624
- }
33625
- ]
33626
- ],
33627
- "event": "TIMEOUT",
33628
- "from": "open",
33629
- "to": "halfOpen"
33630
- },
33631
- {
33632
- "effects": [
33633
- [
33634
- "render-ui",
33635
- "main",
33636
- {
33637
- "children": [
33638
- {
33639
- "align": "center",
33640
- "children": [
33641
- {
33642
- "align": "center",
33643
- "children": [
33644
- "@trait.ShieldIcon",
33645
- "@trait.ServiceNodeLabel"
33646
- ],
33647
- "direction": "horizontal",
33648
- "gap": "md",
33649
- "type": "stack"
33650
- },
33651
- "@trait.ClosedStatusDot"
33652
- ],
33653
- "direction": "horizontal",
33654
- "gap": "md",
33655
- "justify": "between",
33656
- "type": "stack"
33657
- },
33658
- "@trait.CircuitDivider",
33659
- "@trait.SuccessAlert",
33660
- "@trait.StatsGrid",
33661
- "@trait.FailuresMeter"
33662
- ],
33663
- "direction": "vertical",
33664
- "gap": "lg",
33665
- "type": "stack"
33666
- }
33667
- ]
33668
- ],
33669
- "event": "RESET",
33670
- "from": "open",
33671
- "to": "closed"
33672
- },
33673
- {
33674
- "effects": [
33675
- [
33676
- "render-ui",
33677
- "main",
33678
- {
33679
- "children": [
33680
- {
33681
- "align": "center",
33682
- "children": [
33683
- {
33684
- "align": "center",
33685
- "children": [
33686
- "@trait.ShieldIcon",
33687
- "@trait.ServiceNodeLabel"
33688
- ],
33689
- "direction": "horizontal",
33690
- "gap": "md",
33691
- "type": "stack"
33692
- },
33693
- "@trait.ClosedStatusDot"
33694
- ],
33695
- "direction": "horizontal",
33696
- "gap": "md",
33697
- "justify": "between",
33698
- "type": "stack"
33699
- },
33700
- "@trait.CircuitDivider",
33701
- "@trait.SuccessAlert",
33702
- "@trait.StatsGrid",
33703
- "@trait.FailuresMeter"
33704
- ],
33705
- "direction": "vertical",
33706
- "gap": "lg",
33707
- "type": "stack"
33708
- }
33709
- ]
33710
- ],
33711
- "event": "SUCCESS",
33712
- "from": "halfOpen",
33713
- "to": "closed"
33714
- },
33747
+ {
33748
+ "effects": [
33749
+ [
33750
+ "render-ui",
33751
+ "main",
33752
+ {
33753
+ "children": [
33754
+ {
33755
+ "align": "center",
33756
+ "children": [
33757
+ {
33758
+ "align": "center",
33759
+ "children": [
33760
+ "@trait.AlertTriangleIcon",
33761
+ "@trait.ServiceNodeLabel"
33762
+ ],
33763
+ "direction": "horizontal",
33764
+ "gap": "md",
33765
+ "type": "stack"
33766
+ },
33767
+ "@trait.OpenStatusDot"
33768
+ ],
33769
+ "direction": "horizontal",
33770
+ "gap": "md",
33771
+ "justify": "between",
33772
+ "type": "stack"
33773
+ },
33774
+ "@trait.CircuitDivider",
33775
+ "@trait.ErrorAlert",
33776
+ "@trait.StatsGrid",
33777
+ "@trait.FailuresMeter",
33778
+ "@trait.ResetButton"
33779
+ ],
33780
+ "direction": "vertical",
33781
+ "gap": "lg",
33782
+ "type": "stack"
33783
+ }
33784
+ ]
33785
+ ],
33786
+ "event": "FAILURE",
33787
+ "from": "closed",
33788
+ "to": "open"
33789
+ },
33790
+ {
33791
+ "effects": [
33792
+ [
33793
+ "render-ui",
33794
+ "main",
33795
+ {
33796
+ "children": [
33797
+ {
33798
+ "align": "center",
33799
+ "children": [
33800
+ {
33801
+ "align": "center",
33802
+ "children": [
33803
+ "@trait.ShieldIcon",
33804
+ "@trait.ServiceNodeLabel"
33805
+ ],
33806
+ "direction": "horizontal",
33807
+ "gap": "md",
33808
+ "type": "stack"
33809
+ },
33810
+ "@trait.ClosedStatusDot"
33811
+ ],
33812
+ "direction": "horizontal",
33813
+ "gap": "md",
33814
+ "justify": "between",
33815
+ "type": "stack"
33816
+ },
33817
+ "@trait.CircuitDivider",
33818
+ "@trait.SuccessAlert",
33819
+ "@trait.StatsGrid",
33820
+ "@trait.FailuresMeter"
33821
+ ],
33822
+ "direction": "vertical",
33823
+ "gap": "lg",
33824
+ "type": "stack"
33825
+ }
33826
+ ]
33827
+ ],
33828
+ "event": "SUCCESS",
33829
+ "from": "closed",
33830
+ "to": "closed"
33831
+ },
33832
+ {
33833
+ "effects": [
33834
+ [
33835
+ "render-ui",
33836
+ "main",
33837
+ {
33838
+ "children": [
33839
+ {
33840
+ "align": "center",
33841
+ "children": [
33842
+ {
33843
+ "align": "center",
33844
+ "children": [
33845
+ "@trait.ActivityIcon",
33846
+ "@trait.ServiceNodeLabel"
33847
+ ],
33848
+ "direction": "horizontal",
33849
+ "gap": "md",
33850
+ "type": "stack"
33851
+ },
33852
+ "@trait.HalfOpenStatusDot"
33853
+ ],
33854
+ "direction": "horizontal",
33855
+ "gap": "md",
33856
+ "justify": "between",
33857
+ "type": "stack"
33858
+ },
33859
+ "@trait.CircuitDivider",
33860
+ "@trait.WarningAlert",
33861
+ "@trait.StatsGrid"
33862
+ ],
33863
+ "direction": "vertical",
33864
+ "gap": "lg",
33865
+ "type": "stack"
33866
+ }
33867
+ ]
33868
+ ],
33869
+ "event": "TIMEOUT",
33870
+ "from": "open",
33871
+ "to": "halfOpen"
33872
+ },
33873
+ {
33874
+ "effects": [
33875
+ [
33876
+ "render-ui",
33877
+ "main",
33878
+ {
33879
+ "children": [
33880
+ {
33881
+ "align": "center",
33882
+ "children": [
33883
+ {
33884
+ "align": "center",
33885
+ "children": [
33886
+ "@trait.ShieldIcon",
33887
+ "@trait.ServiceNodeLabel"
33888
+ ],
33889
+ "direction": "horizontal",
33890
+ "gap": "md",
33891
+ "type": "stack"
33892
+ },
33893
+ "@trait.ClosedStatusDot"
33894
+ ],
33895
+ "direction": "horizontal",
33896
+ "gap": "md",
33897
+ "justify": "between",
33898
+ "type": "stack"
33899
+ },
33900
+ "@trait.CircuitDivider",
33901
+ "@trait.SuccessAlert",
33902
+ "@trait.StatsGrid",
33903
+ "@trait.FailuresMeter"
33904
+ ],
33905
+ "direction": "vertical",
33906
+ "gap": "lg",
33907
+ "type": "stack"
33908
+ }
33909
+ ]
33910
+ ],
33911
+ "event": "RESET",
33912
+ "from": "open",
33913
+ "to": "closed"
33914
+ },
33915
+ {
33916
+ "effects": [
33917
+ [
33918
+ "render-ui",
33919
+ "main",
33920
+ {
33921
+ "children": [
33922
+ {
33923
+ "align": "center",
33924
+ "children": [
33925
+ {
33926
+ "align": "center",
33927
+ "children": [
33928
+ "@trait.ShieldIcon",
33929
+ "@trait.ServiceNodeLabel"
33930
+ ],
33931
+ "direction": "horizontal",
33932
+ "gap": "md",
33933
+ "type": "stack"
33934
+ },
33935
+ "@trait.ClosedStatusDot"
33936
+ ],
33937
+ "direction": "horizontal",
33938
+ "gap": "md",
33939
+ "justify": "between",
33940
+ "type": "stack"
33941
+ },
33942
+ "@trait.CircuitDivider",
33943
+ "@trait.SuccessAlert",
33944
+ "@trait.StatsGrid",
33945
+ "@trait.FailuresMeter"
33946
+ ],
33947
+ "direction": "vertical",
33948
+ "gap": "lg",
33949
+ "type": "stack"
33950
+ }
33951
+ ]
33952
+ ],
33953
+ "event": "SUCCESS",
33954
+ "from": "halfOpen",
33955
+ "to": "closed"
33956
+ },
33715
33957
  {
33716
33958
  "effects": [
33717
33959
  [
@@ -35068,6 +35310,10 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
35068
35310
  "kind": "persist",
35069
35311
  "resource": "CrossRefLink"
35070
35312
  },
35313
+ {
35314
+ "kind": "render-ui",
35315
+ "resource": "toast"
35316
+ },
35071
35317
  {
35072
35318
  "kind": "set",
35073
35319
  "resource": "@entity.filteredLinks"
@@ -35247,6 +35493,20 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
35247
35493
  }
35248
35494
  ]
35249
35495
  },
35496
+ {
35497
+ "key": "LinkOpFailed",
35498
+ "name": "Link op failed",
35499
+ "payloadSchema": [
35500
+ {
35501
+ "name": "error",
35502
+ "type": "string"
35503
+ },
35504
+ {
35505
+ "name": "code",
35506
+ "type": "string"
35507
+ }
35508
+ ]
35509
+ },
35250
35510
  {
35251
35511
  "key": "LinkCreated",
35252
35512
  "name": "Link created",
@@ -35298,20 +35558,6 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
35298
35558
  "type": "[object]"
35299
35559
  }
35300
35560
  ]
35301
- },
35302
- {
35303
- "key": "LinkOpFailed",
35304
- "name": "Link op failed",
35305
- "payloadSchema": [
35306
- {
35307
- "name": "error",
35308
- "type": "string"
35309
- },
35310
- {
35311
- "name": "code",
35312
- "type": "string"
35313
- }
35314
- ]
35315
35561
  }
35316
35562
  ],
35317
35563
  "states": [
@@ -35419,6 +35665,27 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
35419
35665
  "event": "LinksFetched",
35420
35666
  "from": "idle",
35421
35667
  "to": "idle"
35668
+ },
35669
+ {
35670
+ "effects": [
35671
+ [
35672
+ "render-ui",
35673
+ "toast",
35674
+ {
35675
+ "dismissible": true,
35676
+ "message": [
35677
+ "str/concat",
35678
+ "Couldn't update the link \u2014 ",
35679
+ "@payload.error"
35680
+ ],
35681
+ "type": "alert",
35682
+ "variant": "error"
35683
+ }
35684
+ ]
35685
+ ],
35686
+ "event": "LinkOpFailed",
35687
+ "from": "idle",
35688
+ "to": "idle"
35422
35689
  }
35423
35690
  ]
35424
35691
  }
@@ -36902,6 +37169,10 @@ function stdDataErasureDataErasureOrbital(params = {}) {
36902
37169
  "resolved": false,
36903
37170
  "resource": "@config.reviewSlot"
36904
37171
  },
37172
+ {
37173
+ "kind": "render-ui",
37174
+ "resource": "toast"
37175
+ },
36905
37176
  {
36906
37177
  "kind": "set",
36907
37178
  "resource": "@entity.id"
@@ -37592,6 +37863,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
37592
37863
  "to": "idle"
37593
37864
  },
37594
37865
  {
37866
+ "effects": [
37867
+ [
37868
+ "render-ui",
37869
+ "toast",
37870
+ {
37871
+ "dismissible": true,
37872
+ "message": [
37873
+ "str/concat",
37874
+ "Couldn't load the erasure queue \u2014 ",
37875
+ "@payload.error"
37876
+ ],
37877
+ "type": "alert",
37878
+ "variant": "error"
37879
+ }
37880
+ ]
37881
+ ],
37595
37882
  "event": "ErasureLoadFailed",
37596
37883
  "from": "idle",
37597
37884
  "to": "idle"
@@ -37723,6 +38010,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
37723
38010
  "to": "idle"
37724
38011
  },
37725
38012
  {
38013
+ "effects": [
38014
+ [
38015
+ "render-ui",
38016
+ "toast",
38017
+ {
38018
+ "dismissible": true,
38019
+ "message": [
38020
+ "str/concat",
38021
+ "Couldn't scan for erasures to execute \u2014 ",
38022
+ "@payload.error"
38023
+ ],
38024
+ "type": "alert",
38025
+ "variant": "error"
38026
+ }
38027
+ ]
38028
+ ],
37726
38029
  "event": "ExecScanFailed",
37727
38030
  "from": "idle",
37728
38031
  "to": "idle"
@@ -37855,6 +38158,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
37855
38158
  "to": "idle"
37856
38159
  },
37857
38160
  {
38161
+ "effects": [
38162
+ [
38163
+ "render-ui",
38164
+ "toast",
38165
+ {
38166
+ "dismissible": true,
38167
+ "message": [
38168
+ "str/concat",
38169
+ "Couldn't scan for erasures to execute \u2014 ",
38170
+ "@payload.error"
38171
+ ],
38172
+ "type": "alert",
38173
+ "variant": "error"
38174
+ }
38175
+ ]
38176
+ ],
37858
38177
  "event": "ExecScanFailed",
37859
38178
  "from": "execScanning",
37860
38179
  "to": "idle"
@@ -42178,6 +42497,10 @@ function stdEventLogEventLogOrbital(params = {}) {
42178
42497
  "kind": "render-ui",
42179
42498
  "resource": "main"
42180
42499
  },
42500
+ {
42501
+ "kind": "render-ui",
42502
+ "resource": "toast"
42503
+ },
42181
42504
  {
42182
42505
  "kind": "set",
42183
42506
  "resource": "@entity.allEntries"
@@ -43248,6 +43571,27 @@ function stdEventLogEventLogOrbital(params = {}) {
43248
43571
  "from": "viewing",
43249
43572
  "to": "viewing"
43250
43573
  },
43574
+ {
43575
+ "effects": [
43576
+ [
43577
+ "render-ui",
43578
+ "toast",
43579
+ {
43580
+ "dismissible": true,
43581
+ "message": [
43582
+ "str/concat",
43583
+ "Couldn't refresh the event log \u2014 ",
43584
+ "@payload.error"
43585
+ ],
43586
+ "type": "alert",
43587
+ "variant": "error"
43588
+ }
43589
+ ]
43590
+ ],
43591
+ "event": "EventLogLoadFailed",
43592
+ "from": "viewing",
43593
+ "to": "viewing"
43594
+ },
43251
43595
  {
43252
43596
  "effects": [
43253
43597
  [
@@ -47872,6 +48216,14 @@ function stdGalleryGalleryItemOrbital(params = {}) {
47872
48216
  "tier": "presentation",
47873
48217
  "type": "number"
47874
48218
  },
48219
+ "searchField": {
48220
+ "default": "name",
48221
+ "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.",
48222
+ "label": "Which column does the search box match against?",
48223
+ "synonyms": "search column, search on field, match field, search key",
48224
+ "tier": "policy",
48225
+ "type": "string"
48226
+ },
47875
48227
  "searchPlaceholder": {
47876
48228
  "default": "Search\u2026",
47877
48229
  "description": "Hint text inside the gallery search box (e.g. 'Search photos\u2026').",
@@ -47901,6 +48253,10 @@ function stdGalleryGalleryItemOrbital(params = {}) {
47901
48253
  "kind": "render-ui",
47902
48254
  "resource": "modal"
47903
48255
  },
48256
+ {
48257
+ "kind": "render-ui",
48258
+ "resource": "toast"
48259
+ },
47904
48260
  {
47905
48261
  "kind": "set",
47906
48262
  "resource": "@entity.id"
@@ -48389,7 +48745,7 @@ function stdGalleryGalleryItemOrbital(params = {}) {
48389
48745
  [
48390
48746
  "object/get",
48391
48747
  "@entity",
48392
- "name"
48748
+ "@config.searchField"
48393
48749
  ],
48394
48750
  "@payload.searchTerm"
48395
48751
  ]
@@ -48466,6 +48822,27 @@ function stdGalleryGalleryItemOrbital(params = {}) {
48466
48822
  "from": "browsing",
48467
48823
  "to": "browsing"
48468
48824
  },
48825
+ {
48826
+ "effects": [
48827
+ [
48828
+ "render-ui",
48829
+ "toast",
48830
+ {
48831
+ "dismissible": true,
48832
+ "message": [
48833
+ "str/concat",
48834
+ "Couldn't refresh the gallery \u2014 ",
48835
+ "@payload.error"
48836
+ ],
48837
+ "type": "alert",
48838
+ "variant": "error"
48839
+ }
48840
+ ]
48841
+ ],
48842
+ "event": "GalleryItemLoadFailed",
48843
+ "from": "browsing",
48844
+ "to": "browsing"
48845
+ },
48469
48846
  {
48470
48847
  "effects": [
48471
48848
  [
@@ -53691,6 +54068,10 @@ function stdLifecycleLifecycleOrbital(params = {}) {
53691
54068
  "resolved": false,
53692
54069
  "resource": "@config.targetEntity"
53693
54070
  },
54071
+ {
54072
+ "kind": "render-ui",
54073
+ "resource": "toast"
54074
+ },
53694
54075
  {
53695
54076
  "kind": "set",
53696
54077
  "resource": "@entity.headId"
@@ -53904,6 +54285,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
53904
54285
  "to": "idle"
53905
54286
  },
53906
54287
  {
54288
+ "effects": [
54289
+ [
54290
+ "render-ui",
54291
+ "toast",
54292
+ {
54293
+ "dismissible": true,
54294
+ "message": [
54295
+ "str/concat",
54296
+ "Couldn't scan for lifecycle transitions \u2014 ",
54297
+ "@payload.error"
54298
+ ],
54299
+ "type": "alert",
54300
+ "variant": "error"
54301
+ }
54302
+ ]
54303
+ ],
53907
54304
  "event": "ScanFailed",
53908
54305
  "from": "idle",
53909
54306
  "to": "idle"
@@ -54022,6 +54419,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
54022
54419
  "to": "idle"
54023
54420
  },
54024
54421
  {
54422
+ "effects": [
54423
+ [
54424
+ "render-ui",
54425
+ "toast",
54426
+ {
54427
+ "dismissible": true,
54428
+ "message": [
54429
+ "str/concat",
54430
+ "Couldn't scan for lifecycle transitions \u2014 ",
54431
+ "@payload.error"
54432
+ ],
54433
+ "type": "alert",
54434
+ "variant": "error"
54435
+ }
54436
+ ]
54437
+ ],
54025
54438
  "event": "ScanFailed",
54026
54439
  "from": "scanning",
54027
54440
  "to": "idle"
@@ -54412,6 +54825,14 @@ function stdListListItemOrbital(params = {}) {
54412
54825
  "tier": "presentation",
54413
54826
  "type": "number"
54414
54827
  },
54828
+ "searchField": {
54829
+ "default": "name",
54830
+ "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.",
54831
+ "label": "Which column does the search box match against?",
54832
+ "synonyms": "search column, search on field, match field, search key",
54833
+ "tier": "policy",
54834
+ "type": "string"
54835
+ },
54415
54836
  "searchPlaceholder": {
54416
54837
  "default": "Search\u2026",
54417
54838
  "description": "Hint text inside the list search box.",
@@ -54429,6 +54850,10 @@ function stdListListItemOrbital(params = {}) {
54429
54850
  {
54430
54851
  "kind": "render-ui",
54431
54852
  "resource": "main"
54853
+ },
54854
+ {
54855
+ "kind": "render-ui",
54856
+ "resource": "toast"
54432
54857
  }
54433
54858
  ],
54434
54859
  "emits": [
@@ -55103,7 +55528,7 @@ function stdListListItemOrbital(params = {}) {
55103
55528
  [
55104
55529
  "object/get",
55105
55530
  "@entity",
55106
- "name"
55531
+ "@config.searchField"
55107
55532
  ],
55108
55533
  "@payload.searchTerm"
55109
55534
  ]
@@ -55176,6 +55601,27 @@ function stdListListItemOrbital(params = {}) {
55176
55601
  "from": "browsing",
55177
55602
  "to": "browsing"
55178
55603
  },
55604
+ {
55605
+ "effects": [
55606
+ [
55607
+ "render-ui",
55608
+ "toast",
55609
+ {
55610
+ "dismissible": true,
55611
+ "message": [
55612
+ "str/concat",
55613
+ "Couldn't refresh the list \u2014 ",
55614
+ "@payload.error"
55615
+ ],
55616
+ "type": "alert",
55617
+ "variant": "error"
55618
+ }
55619
+ ]
55620
+ ],
55621
+ "event": "ListItemLoadFailed",
55622
+ "from": "browsing",
55623
+ "to": "browsing"
55624
+ },
55179
55625
  {
55180
55626
  "effects": [
55181
55627
  [
@@ -56898,6 +57344,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
56898
57344
  "resolved": false,
56899
57345
  "resource": "@config.reviewSlot"
56900
57346
  },
57347
+ {
57348
+ "kind": "render-ui",
57349
+ "resource": "toast"
57350
+ },
56901
57351
  {
56902
57352
  "kind": "set",
56903
57353
  "resource": "@entity.createdAt"
@@ -57483,6 +57933,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
57483
57933
  "synonyms": "preview ready, staging complete, review import",
57484
57934
  "tier": "domain"
57485
57935
  },
57936
+ {
57937
+ "key": "CLOSE",
57938
+ "name": "Close"
57939
+ },
57486
57940
  {
57487
57941
  "description": "migration.commit service result \u2014 committed count plus per-unit failures",
57488
57942
  "key": "COMMITTED",
@@ -57739,6 +58193,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
57739
58193
  {
57740
58194
  "error": "@entity.error"
57741
58195
  }
58196
+ ],
58197
+ [
58198
+ "render-ui",
58199
+ "toast",
58200
+ {
58201
+ "dismissible": true,
58202
+ "message": [
58203
+ "str/concat",
58204
+ "Couldn't list the source documents \u2014 ",
58205
+ "@payload.error"
58206
+ ],
58207
+ "type": "alert",
58208
+ "variant": "error"
58209
+ }
57742
58210
  ]
57743
58211
  ],
57744
58212
  "event": "MIGRATION_CALL_FAILED",
@@ -57928,6 +58396,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
57928
58396
  {
57929
58397
  "error": "@entity.error"
57930
58398
  }
58399
+ ],
58400
+ [
58401
+ "render-ui",
58402
+ "toast",
58403
+ {
58404
+ "dismissible": true,
58405
+ "message": [
58406
+ "str/concat",
58407
+ "Couldn't fetch the document \u2014 ",
58408
+ "@payload.error"
58409
+ ],
58410
+ "type": "alert",
58411
+ "variant": "error"
58412
+ }
57931
58413
  ]
57932
58414
  ],
57933
58415
  "event": "MIGRATION_CALL_FAILED",
@@ -58039,6 +58521,53 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
58039
58521
  "from": "reviewing",
58040
58522
  "to": "idle"
58041
58523
  },
58524
+ {
58525
+ "effects": [
58526
+ [
58527
+ "set",
58528
+ "@entity.status",
58529
+ "idle"
58530
+ ],
58531
+ [
58532
+ "set",
58533
+ "@entity.documents",
58534
+ []
58535
+ ],
58536
+ [
58537
+ "set",
58538
+ "@entity.document",
58539
+ {}
58540
+ ],
58541
+ [
58542
+ "set",
58543
+ "@entity.stats",
58544
+ {}
58545
+ ],
58546
+ [
58547
+ "set",
58548
+ "@entity.units",
58549
+ []
58550
+ ],
58551
+ [
58552
+ "set",
58553
+ "@entity.skipped",
58554
+ []
58555
+ ],
58556
+ [
58557
+ "set",
58558
+ "@entity.validationErrors",
58559
+ []
58560
+ ],
58561
+ [
58562
+ "render-ui",
58563
+ "@config.reviewSlot",
58564
+ null
58565
+ ]
58566
+ ],
58567
+ "event": "CLOSE",
58568
+ "from": "reviewing",
58569
+ "to": "idle"
58570
+ },
58042
58571
  {
58043
58572
  "effects": [
58044
58573
  [
@@ -58114,6 +58643,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
58114
58643
  {
58115
58644
  "error": "@entity.error"
58116
58645
  }
58646
+ ],
58647
+ [
58648
+ "render-ui",
58649
+ "toast",
58650
+ {
58651
+ "dismissible": true,
58652
+ "message": [
58653
+ "str/concat",
58654
+ "Couldn't commit the import \u2014 ",
58655
+ "@payload.error"
58656
+ ],
58657
+ "type": "alert",
58658
+ "variant": "error"
58659
+ }
58117
58660
  ]
58118
58661
  ],
58119
58662
  "event": "MIGRATION_CALL_FAILED",
@@ -58524,6 +59067,10 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
58524
59067
  "kind": "emit",
58525
59068
  "resource": "CLASSIFY_FAILED"
58526
59069
  },
59070
+ {
59071
+ "kind": "render-ui",
59072
+ "resource": "toast"
59073
+ },
58527
59074
  {
58528
59075
  "kind": "set",
58529
59076
  "resource": "@entity.category"
@@ -58910,6 +59457,20 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
58910
59457
  {
58911
59458
  "error": "@entity.errorMessage"
58912
59459
  }
59460
+ ],
59461
+ [
59462
+ "render-ui",
59463
+ "toast",
59464
+ {
59465
+ "dismissible": true,
59466
+ "message": [
59467
+ "str/concat",
59468
+ "Couldn't classify \u2014 ",
59469
+ "@payload.error"
59470
+ ],
59471
+ "type": "alert",
59472
+ "variant": "error"
59473
+ }
58913
59474
  ]
58914
59475
  ],
58915
59476
  "event": "CLASSIFY_CALL_FAILED",
@@ -59877,6 +60438,10 @@ function stdMlInferMlInferOrbital(params = {}) {
59877
60438
  "kind": "emit",
59878
60439
  "resource": "INFER_ABSTAINED"
59879
60440
  },
60441
+ {
60442
+ "kind": "render-ui",
60443
+ "resource": "toast"
60444
+ },
59880
60445
  {
59881
60446
  "kind": "set",
59882
60447
  "resource": "@entity.confidence"
@@ -60354,6 +60919,20 @@ function stdMlInferMlInferOrbital(params = {}) {
60354
60919
  "request": "@entity.request",
60355
60920
  "violations": "@entity.violations"
60356
60921
  }
60922
+ ],
60923
+ [
60924
+ "render-ui",
60925
+ "toast",
60926
+ {
60927
+ "dismissible": true,
60928
+ "message": [
60929
+ "str/concat",
60930
+ "Couldn't run inference \u2014 ",
60931
+ "@payload.error"
60932
+ ],
60933
+ "type": "alert",
60934
+ "variant": "error"
60935
+ }
60357
60936
  ]
60358
60937
  ],
60359
60938
  "event": "INFER_CALL_FAILED",
@@ -63702,6 +64281,10 @@ function stdModQueueModQueueItemOrbital(params = {}) {
63702
64281
  "kind": "render-ui",
63703
64282
  "resolved": false,
63704
64283
  "resource": "@config.reviewSlot"
64284
+ },
64285
+ {
64286
+ "kind": "render-ui",
64287
+ "resource": "toast"
63705
64288
  }
63706
64289
  ],
63707
64290
  "emits": [
@@ -64455,6 +65038,22 @@ function stdModQueueModQueueItemOrbital(params = {}) {
64455
65038
  "to": "idle"
64456
65039
  },
64457
65040
  {
65041
+ "effects": [
65042
+ [
65043
+ "render-ui",
65044
+ "toast",
65045
+ {
65046
+ "dismissible": true,
65047
+ "message": [
65048
+ "str/concat",
65049
+ "Couldn't load the moderation queue \u2014 ",
65050
+ "@payload.error"
65051
+ ],
65052
+ "type": "alert",
65053
+ "variant": "error"
65054
+ }
65055
+ ]
65056
+ ],
64458
65057
  "event": "ModQueueItemLoadFailed",
64459
65058
  "from": "idle",
64460
65059
  "to": "idle"
@@ -69653,6 +70252,10 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
69653
70252
  "kind": "persist",
69654
70253
  "resource": "NotificationRecord"
69655
70254
  },
70255
+ {
70256
+ "kind": "render-ui",
70257
+ "resource": "toast"
70258
+ },
69656
70259
  {
69657
70260
  "kind": "set",
69658
70261
  "resource": "@entity.drainedCount"
@@ -69964,6 +70567,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
69964
70567
  "set",
69965
70568
  "@entity.lastError",
69966
70569
  "@payload.error"
70570
+ ],
70571
+ [
70572
+ "render-ui",
70573
+ "toast",
70574
+ {
70575
+ "dismissible": true,
70576
+ "message": [
70577
+ "str/concat",
70578
+ "Couldn't send the notification digest \u2014 ",
70579
+ "@payload.error"
70580
+ ],
70581
+ "type": "alert",
70582
+ "variant": "error"
70583
+ }
69967
70584
  ]
69968
70585
  ],
69969
70586
  "event": "DIGEST_FAILED",
@@ -70155,6 +70772,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
70155
70772
  "set",
70156
70773
  "@entity.lastError",
70157
70774
  "@payload.error"
70775
+ ],
70776
+ [
70777
+ "render-ui",
70778
+ "toast",
70779
+ {
70780
+ "dismissible": true,
70781
+ "message": [
70782
+ "str/concat",
70783
+ "Couldn't send the notification digest \u2014 ",
70784
+ "@payload.error"
70785
+ ],
70786
+ "type": "alert",
70787
+ "variant": "error"
70788
+ }
70158
70789
  ]
70159
70790
  ],
70160
70791
  "event": "DIGEST_FAILED",
@@ -72839,6 +73470,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
72839
73470
  "recordedAt": "@now",
72840
73471
  "severity": "@entity.severity"
72841
73472
  }
73473
+ ],
73474
+ [
73475
+ "render-ui",
73476
+ "toast",
73477
+ {
73478
+ "dismissible": true,
73479
+ "message": [
73480
+ "str/concat",
73481
+ "Couldn't send the email notification \u2014 ",
73482
+ "@payload.error"
73483
+ ],
73484
+ "type": "alert",
73485
+ "variant": "error"
73486
+ }
72842
73487
  ]
72843
73488
  ],
72844
73489
  "event": "NOTIFY_EMAIL_FAILED",
@@ -72895,6 +73540,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
72895
73540
  "recordedAt": "@now",
72896
73541
  "severity": "@entity.severity"
72897
73542
  }
73543
+ ],
73544
+ [
73545
+ "render-ui",
73546
+ "toast",
73547
+ {
73548
+ "dismissible": true,
73549
+ "message": [
73550
+ "str/concat",
73551
+ "Couldn't send the text message \u2014 ",
73552
+ "@payload.error"
73553
+ ],
73554
+ "type": "alert",
73555
+ "variant": "error"
73556
+ }
72898
73557
  ]
72899
73558
  ],
72900
73559
  "event": "NOTIFY_SMS_FAILED",
@@ -72951,6 +73610,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
72951
73610
  "recordedAt": "@now",
72952
73611
  "severity": "@entity.severity"
72953
73612
  }
73613
+ ],
73614
+ [
73615
+ "render-ui",
73616
+ "toast",
73617
+ {
73618
+ "dismissible": true,
73619
+ "message": [
73620
+ "str/concat",
73621
+ "Couldn't send the webhook notification \u2014 ",
73622
+ "@payload.error"
73623
+ ],
73624
+ "type": "alert",
73625
+ "variant": "error"
73626
+ }
72954
73627
  ]
72955
73628
  ],
72956
73629
  "event": "NOTIFY_WEBHOOK_FAILED",
@@ -73007,6 +73680,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
73007
73680
  "recordedAt": "@now",
73008
73681
  "severity": "@entity.severity"
73009
73682
  }
73683
+ ],
73684
+ [
73685
+ "render-ui",
73686
+ "toast",
73687
+ {
73688
+ "dismissible": true,
73689
+ "message": [
73690
+ "str/concat",
73691
+ "Couldn't send the push notification \u2014 ",
73692
+ "@payload.error"
73693
+ ],
73694
+ "type": "alert",
73695
+ "variant": "error"
73696
+ }
73010
73697
  ]
73011
73698
  ],
73012
73699
  "event": "NOTIFY_PUSH_FAILED",
@@ -73038,6 +73725,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
73038
73725
  "recordedAt": "@now",
73039
73726
  "severity": "@entity.severity"
73040
73727
  }
73728
+ ],
73729
+ [
73730
+ "render-ui",
73731
+ "toast",
73732
+ {
73733
+ "dismissible": true,
73734
+ "message": [
73735
+ "str/concat",
73736
+ "Couldn't look up notification preferences \u2014 ",
73737
+ "@payload.error"
73738
+ ],
73739
+ "type": "alert",
73740
+ "variant": "error"
73741
+ }
73041
73742
  ]
73042
73743
  ],
73043
73744
  "event": "NOTIFY_LOOKUP_FAILED",
@@ -85173,6 +85874,10 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
85173
85874
  "resolved": false,
85174
85875
  "resource": "@config.targetEntity"
85175
85876
  },
85877
+ {
85878
+ "kind": "render-ui",
85879
+ "resource": "toast"
85880
+ },
85176
85881
  {
85177
85882
  "kind": "set",
85178
85883
  "resource": "@entity.headId"
@@ -85385,6 +86090,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
85385
86090
  "to": "idle"
85386
86091
  },
85387
86092
  {
86093
+ "effects": [
86094
+ [
86095
+ "render-ui",
86096
+ "toast",
86097
+ {
86098
+ "dismissible": true,
86099
+ "message": [
86100
+ "str/concat",
86101
+ "Couldn't scan for reminders \u2014 ",
86102
+ "@payload.error"
86103
+ ],
86104
+ "type": "alert",
86105
+ "variant": "error"
86106
+ }
86107
+ ]
86108
+ ],
85388
86109
  "event": "ScanFailed",
85389
86110
  "from": "idle",
85390
86111
  "to": "idle"
@@ -85514,6 +86235,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
85514
86235
  "to": "idle"
85515
86236
  },
85516
86237
  {
86238
+ "effects": [
86239
+ [
86240
+ "render-ui",
86241
+ "toast",
86242
+ {
86243
+ "dismissible": true,
86244
+ "message": [
86245
+ "str/concat",
86246
+ "Couldn't scan for reminders \u2014 ",
86247
+ "@payload.error"
86248
+ ],
86249
+ "type": "alert",
86250
+ "variant": "error"
86251
+ }
86252
+ ]
86253
+ ],
85517
86254
  "event": "ScanFailed",
85518
86255
  "from": "scanning",
85519
86256
  "to": "idle"
@@ -88314,6 +89051,14 @@ function stdSelectionSelectableItemOrbital(params = {}) {
88314
89051
  "tier": "presentation",
88315
89052
  "type": "number"
88316
89053
  },
89054
+ "searchField": {
89055
+ "default": "name",
89056
+ "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.",
89057
+ "label": "Which column does the search box match against?",
89058
+ "synonyms": "search column, search on field, match field, search key",
89059
+ "tier": "policy",
89060
+ "type": "string"
89061
+ },
88317
89062
  "searchPlaceholder": {
88318
89063
  "default": "Search\u2026",
88319
89064
  "description": "Hint text inside the pick-list search box.",
@@ -88345,6 +89090,10 @@ function stdSelectionSelectableItemOrbital(params = {}) {
88345
89090
  {
88346
89091
  "kind": "render-ui",
88347
89092
  "resource": "main"
89093
+ },
89094
+ {
89095
+ "kind": "render-ui",
89096
+ "resource": "toast"
88348
89097
  }
88349
89098
  ],
88350
89099
  "emits": [
@@ -88817,7 +89566,7 @@ function stdSelectionSelectableItemOrbital(params = {}) {
88817
89566
  [
88818
89567
  "object/get",
88819
89568
  "@entity",
88820
- "name"
89569
+ "@config.searchField"
88821
89570
  ],
88822
89571
  "@payload.searchTerm"
88823
89572
  ]
@@ -88890,6 +89639,27 @@ function stdSelectionSelectableItemOrbital(params = {}) {
88890
89639
  "from": "idle",
88891
89640
  "to": "idle"
88892
89641
  },
89642
+ {
89643
+ "effects": [
89644
+ [
89645
+ "render-ui",
89646
+ "toast",
89647
+ {
89648
+ "dismissible": true,
89649
+ "message": [
89650
+ "str/concat",
89651
+ "Couldn't refresh the list \u2014 ",
89652
+ "@payload.error"
89653
+ ],
89654
+ "type": "alert",
89655
+ "variant": "error"
89656
+ }
89657
+ ]
89658
+ ],
89659
+ "event": "SelectableItemLoadFailed",
89660
+ "from": "idle",
89661
+ "to": "idle"
89662
+ },
88893
89663
  {
88894
89664
  "effects": [
88895
89665
  [
@@ -91950,6 +92720,10 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
91950
92720
  "kind": "persist",
91951
92721
  "resolved": false,
91952
92722
  "resource": "@config.targetEntity"
92723
+ },
92724
+ {
92725
+ "kind": "render-ui",
92726
+ "resource": "toast"
91953
92727
  }
91954
92728
  ],
91955
92729
  "emits": [
@@ -92170,6 +92944,22 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
92170
92944
  "to": "idle"
92171
92945
  },
92172
92946
  {
92947
+ "effects": [
92948
+ [
92949
+ "render-ui",
92950
+ "toast",
92951
+ {
92952
+ "dismissible": true,
92953
+ "message": [
92954
+ "str/concat",
92955
+ "Couldn't change the status \u2014 ",
92956
+ "@payload.error"
92957
+ ],
92958
+ "type": "alert",
92959
+ "variant": "error"
92960
+ }
92961
+ ]
92962
+ ],
92173
92963
  "event": "StatusChangeFailed",
92174
92964
  "from": "idle",
92175
92965
  "to": "idle"
@@ -95397,6 +96187,10 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
95397
96187
  "synonyms": "cancel, back",
95398
96188
  "tier": "internal"
95399
96189
  },
96190
+ {
96191
+ "key": "CLOSE",
96192
+ "name": "Close"
96193
+ },
95400
96194
  {
95401
96195
  "description": "A new tag row persisted; the open level refetches to show it.",
95402
96196
  "key": "TagCreated",
@@ -96174,6 +96968,47 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
96174
96968
  "from": "creating",
96175
96969
  "to": "loading"
96176
96970
  },
96971
+ {
96972
+ "effects": [
96973
+ [
96974
+ "render-ui",
96975
+ "modal",
96976
+ null
96977
+ ],
96978
+ [
96979
+ "render-ui",
96980
+ "main",
96981
+ {
96982
+ "align": "center",
96983
+ "children": [
96984
+ {
96985
+ "type": "spinner"
96986
+ },
96987
+ {
96988
+ "color": "muted",
96989
+ "content": "Loading\u2026",
96990
+ "type": "typography",
96991
+ "variant": "caption"
96992
+ }
96993
+ ],
96994
+ "className": "py-12",
96995
+ "direction": "vertical",
96996
+ "gap": "md",
96997
+ "type": "stack"
96998
+ }
96999
+ ],
97000
+ [
97001
+ "emit",
97002
+ "LEVEL_RELOAD",
97003
+ {
97004
+ "tagId": "@entity.id"
97005
+ }
97006
+ ]
97007
+ ],
97008
+ "event": "CLOSE",
97009
+ "from": "creating",
97010
+ "to": "loading"
97011
+ },
96177
97012
  {
96178
97013
  "effects": [
96179
97014
  [
@@ -104792,6 +105627,10 @@ function stdWizardWizardOrbital(params = {}) {
104792
105627
  "kind": "render-ui",
104793
105628
  "resource": "main"
104794
105629
  },
105630
+ {
105631
+ "kind": "render-ui",
105632
+ "resource": "toast"
105633
+ },
104795
105634
  {
104796
105635
  "kind": "set",
104797
105636
  "resource": "@entity.cancelReason"
@@ -106114,6 +106953,77 @@ function stdWizardWizardOrbital(params = {}) {
106114
106953
  "from": "running",
106115
106954
  "to": "cancelled"
106116
106955
  },
106956
+ {
106957
+ "effects": [
106958
+ [
106959
+ "render-ui",
106960
+ "main",
106961
+ {
106962
+ "align": "center",
106963
+ "children": [
106964
+ {
106965
+ "name": "check-circle",
106966
+ "size": "lg",
106967
+ "type": "icon"
106968
+ },
106969
+ {
106970
+ "align": "center",
106971
+ "content": "Complete",
106972
+ "type": "typography",
106973
+ "variant": "h2"
106974
+ },
106975
+ {
106976
+ "align": "center",
106977
+ "color": "muted",
106978
+ "content": "@entity.completionMessage",
106979
+ "type": "typography",
106980
+ "variant": "body"
106981
+ },
106982
+ {
106983
+ "allowNavigation": false,
106984
+ "currentStep": "@entity.totalSteps",
106985
+ "steps": "@entity.wizardSteps",
106986
+ "type": "wizard-progress"
106987
+ },
106988
+ {
106989
+ "action": "RESTART",
106990
+ "icon": "rotate-ccw",
106991
+ "label": "Start a new wizard",
106992
+ "type": "button",
106993
+ "variant": "secondary"
106994
+ }
106995
+ ],
106996
+ "direction": "vertical",
106997
+ "gap": "lg",
106998
+ "type": "stack"
106999
+ }
107000
+ ]
107001
+ ],
107002
+ "event": "WizardSaved",
107003
+ "from": "completed",
107004
+ "to": "completed"
107005
+ },
107006
+ {
107007
+ "effects": [
107008
+ [
107009
+ "render-ui",
107010
+ "toast",
107011
+ {
107012
+ "dismissible": true,
107013
+ "message": [
107014
+ "str/concat",
107015
+ "Couldn't save the wizard \u2014 ",
107016
+ "@payload.error"
107017
+ ],
107018
+ "type": "alert",
107019
+ "variant": "error"
107020
+ }
107021
+ ]
107022
+ ],
107023
+ "event": "WizardSaveFailed",
107024
+ "from": "completed",
107025
+ "to": "completed"
107026
+ },
106117
107027
  {
106118
107028
  "effects": [
106119
107029
  [