@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.
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-cache-aside.lolo +6 -0
- package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +1 -0
- package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-lifecycle.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +12 -0
- package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -0
- package/behaviors/lolo/infra/atoms/std-notification-center.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +5 -0
- package/behaviors/lolo/infra/atoms/std-reminder-scheduler.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -0
- package/behaviors/lolo/ml/atoms/std-ml-classify.lolo +1 -0
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +1 -0
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +6 -0
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +6 -1
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +6 -1
- package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -0
- package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-list.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-selection.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-tag-strip.lolo +1 -0
- package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +16 -0
- package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +36 -0
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-button.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-checkbox.lolo +22 -2
- package/behaviors/lolo/ui/core/atoms/ui-game-icon.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-select.lolo +6 -2
- package/behaviors/lolo/ui/core/atoms/ui-textarea.lolo +3 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-tabs.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +6 -0
- package/behaviors/lolo/ui/game/atoms/ui-action-palette.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-choice-button.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-control-button.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-control-grid.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-dialogue-bubble.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-fx-layer.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +7 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +5 -5
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-health-bar.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-score-display.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-sequence-bar.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +4 -4
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +56 -18
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +76 -32
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +46 -0
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +20 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +40 -14
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +41 -15
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +36 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +108 -0
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +20 -0
- package/behaviors/registry/infra/atoms/std-notification-center.orb +32 -0
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +70 -0
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +36 -0
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +20 -0
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-board.orb +58 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-list.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-selection.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +20 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +56 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +77 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-button.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +78 -2
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-select.orb +28 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -28
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +1 -20
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +1 -14
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +1 -24
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +8 -2
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +44 -0
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +12 -2
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +20 -5
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +8 -2
- package/dist/behaviors/exports-reader.js +1187 -277
- package/dist/behaviors/functions/index.d.ts +38 -7
- package/dist/behaviors/functions/index.js +1187 -277
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +1187 -277
- package/dist/behaviors/query.js +1187 -277
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +15 -15
- package/dist/behaviors-registry.json +535 -182
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1187 -277
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
package/dist/behaviors/query.js
CHANGED
|
@@ -11426,6 +11426,23 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
11426
11426
|
"synonyms": "replay failed, apply failed, approval rollback",
|
|
11427
11427
|
"tier": "domain"
|
|
11428
11428
|
},
|
|
11429
|
+
{
|
|
11430
|
+
"description": "Indicates a failure to load or process an approval request for review.",
|
|
11431
|
+
"key": "ApprovalRequestReviewFailed",
|
|
11432
|
+
"name": "ApprovalRequest review failed",
|
|
11433
|
+
"payloadSchema": [
|
|
11434
|
+
{
|
|
11435
|
+
"name": "error",
|
|
11436
|
+
"type": "string"
|
|
11437
|
+
},
|
|
11438
|
+
{
|
|
11439
|
+
"name": "code",
|
|
11440
|
+
"type": "string"
|
|
11441
|
+
}
|
|
11442
|
+
],
|
|
11443
|
+
"synonyms": "load error, failed review, processing failure",
|
|
11444
|
+
"tier": "internal"
|
|
11445
|
+
},
|
|
11429
11446
|
{
|
|
11430
11447
|
"description": "Summons the review queue (host nav/affordance requests it).",
|
|
11431
11448
|
"key": "OPEN",
|
|
@@ -11623,23 +11640,6 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
11623
11640
|
"synonyms": "reviewed, processed, examined",
|
|
11624
11641
|
"tier": "internal"
|
|
11625
11642
|
},
|
|
11626
|
-
{
|
|
11627
|
-
"description": "Indicates a failure to load or process an approval request for review.",
|
|
11628
|
-
"key": "ApprovalRequestReviewFailed",
|
|
11629
|
-
"name": "ApprovalRequest review failed",
|
|
11630
|
-
"payloadSchema": [
|
|
11631
|
-
{
|
|
11632
|
-
"name": "error",
|
|
11633
|
-
"type": "string"
|
|
11634
|
-
},
|
|
11635
|
-
{
|
|
11636
|
-
"name": "code",
|
|
11637
|
-
"type": "string"
|
|
11638
|
-
}
|
|
11639
|
-
],
|
|
11640
|
-
"synonyms": "load error, failed review, processing failure",
|
|
11641
|
-
"tier": "internal"
|
|
11642
|
-
},
|
|
11643
11643
|
{
|
|
11644
11644
|
"description": "The deny form committed; data carries the request id + the written reason.",
|
|
11645
11645
|
"key": "CONFIRM_DENY",
|
|
@@ -11757,6 +11757,22 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
11757
11757
|
"to": "idle"
|
|
11758
11758
|
},
|
|
11759
11759
|
{
|
|
11760
|
+
"effects": [
|
|
11761
|
+
[
|
|
11762
|
+
"render-ui",
|
|
11763
|
+
"toast",
|
|
11764
|
+
{
|
|
11765
|
+
"dismissible": true,
|
|
11766
|
+
"message": [
|
|
11767
|
+
"str/concat",
|
|
11768
|
+
"Couldn't load the approval request \u2014 ",
|
|
11769
|
+
"@payload.error"
|
|
11770
|
+
],
|
|
11771
|
+
"type": "alert",
|
|
11772
|
+
"variant": "error"
|
|
11773
|
+
}
|
|
11774
|
+
]
|
|
11775
|
+
],
|
|
11760
11776
|
"event": "ApprovalRequestLoadFailed",
|
|
11761
11777
|
"from": "idle",
|
|
11762
11778
|
"to": "idle"
|
|
@@ -11810,6 +11826,27 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
11810
11826
|
"from": "idle",
|
|
11811
11827
|
"to": "idle"
|
|
11812
11828
|
},
|
|
11829
|
+
{
|
|
11830
|
+
"effects": [
|
|
11831
|
+
[
|
|
11832
|
+
"render-ui",
|
|
11833
|
+
"toast",
|
|
11834
|
+
{
|
|
11835
|
+
"dismissible": true,
|
|
11836
|
+
"message": [
|
|
11837
|
+
"str/concat",
|
|
11838
|
+
"Couldn't reopen the approval request \u2014 ",
|
|
11839
|
+
"@payload.error"
|
|
11840
|
+
],
|
|
11841
|
+
"type": "alert",
|
|
11842
|
+
"variant": "error"
|
|
11843
|
+
}
|
|
11844
|
+
]
|
|
11845
|
+
],
|
|
11846
|
+
"event": "ApprovalRequestReviewFailed",
|
|
11847
|
+
"from": "idle",
|
|
11848
|
+
"to": "idle"
|
|
11849
|
+
},
|
|
11813
11850
|
{
|
|
11814
11851
|
"effects": [
|
|
11815
11852
|
[
|
|
@@ -15668,6 +15705,10 @@ function stdBoardBoardOrbital(params = {}) {
|
|
|
15668
15705
|
"kind": "render-ui",
|
|
15669
15706
|
"resource": "main"
|
|
15670
15707
|
},
|
|
15708
|
+
{
|
|
15709
|
+
"kind": "render-ui",
|
|
15710
|
+
"resource": "toast"
|
|
15711
|
+
},
|
|
15671
15712
|
{
|
|
15672
15713
|
"kind": "set",
|
|
15673
15714
|
"resource": "@entity.boards"
|
|
@@ -17007,6 +17048,58 @@ function stdBoardBoardOrbital(params = {}) {
|
|
|
17007
17048
|
"from": "viewing_board",
|
|
17008
17049
|
"to": "viewing_board"
|
|
17009
17050
|
},
|
|
17051
|
+
{
|
|
17052
|
+
"effects": [
|
|
17053
|
+
[
|
|
17054
|
+
"set",
|
|
17055
|
+
"@entity.errorMessage",
|
|
17056
|
+
"@payload.error"
|
|
17057
|
+
],
|
|
17058
|
+
[
|
|
17059
|
+
"render-ui",
|
|
17060
|
+
"toast",
|
|
17061
|
+
{
|
|
17062
|
+
"dismissible": true,
|
|
17063
|
+
"message": [
|
|
17064
|
+
"str/concat",
|
|
17065
|
+
"Couldn't save the board \u2014 ",
|
|
17066
|
+
"@payload.error"
|
|
17067
|
+
],
|
|
17068
|
+
"type": "alert",
|
|
17069
|
+
"variant": "error"
|
|
17070
|
+
}
|
|
17071
|
+
]
|
|
17072
|
+
],
|
|
17073
|
+
"event": "BoardItemsSaveFailed",
|
|
17074
|
+
"from": "viewing_board",
|
|
17075
|
+
"to": "viewing_board"
|
|
17076
|
+
},
|
|
17077
|
+
{
|
|
17078
|
+
"effects": [
|
|
17079
|
+
[
|
|
17080
|
+
"set",
|
|
17081
|
+
"@entity.errorMessage",
|
|
17082
|
+
"@payload.error"
|
|
17083
|
+
],
|
|
17084
|
+
[
|
|
17085
|
+
"render-ui",
|
|
17086
|
+
"toast",
|
|
17087
|
+
{
|
|
17088
|
+
"dismissible": true,
|
|
17089
|
+
"message": [
|
|
17090
|
+
"str/concat",
|
|
17091
|
+
"Couldn't refresh the board \u2014 ",
|
|
17092
|
+
"@payload.error"
|
|
17093
|
+
],
|
|
17094
|
+
"type": "alert",
|
|
17095
|
+
"variant": "error"
|
|
17096
|
+
}
|
|
17097
|
+
]
|
|
17098
|
+
],
|
|
17099
|
+
"event": "BoardItemsLoadFailed",
|
|
17100
|
+
"from": "viewing_board",
|
|
17101
|
+
"to": "viewing_board"
|
|
17102
|
+
},
|
|
17010
17103
|
{
|
|
17011
17104
|
"effects": [
|
|
17012
17105
|
[
|
|
@@ -18506,6 +18599,14 @@ function stdBrowseBrowseItemOrbital(params = {}) {
|
|
|
18506
18599
|
"tier": "policy",
|
|
18507
18600
|
"type": "string"
|
|
18508
18601
|
},
|
|
18602
|
+
"searchField": {
|
|
18603
|
+
"default": "name",
|
|
18604
|
+
"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.",
|
|
18605
|
+
"label": "Which column does the search box match against?",
|
|
18606
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
18607
|
+
"tier": "policy",
|
|
18608
|
+
"type": "string"
|
|
18609
|
+
},
|
|
18509
18610
|
"searchPlaceholder": {
|
|
18510
18611
|
"default": "Search\u2026",
|
|
18511
18612
|
"description": "Hint text inside the list search box (e.g. 'Search orders\u2026').",
|
|
@@ -19365,7 +19466,7 @@ function stdBrowseBrowseItemOrbital(params = {}) {
|
|
|
19365
19466
|
[
|
|
19366
19467
|
"object/get",
|
|
19367
19468
|
"@entity",
|
|
19368
|
-
"
|
|
19469
|
+
"@config.searchField"
|
|
19369
19470
|
],
|
|
19370
19471
|
"@payload.searchTerm"
|
|
19371
19472
|
]
|
|
@@ -20522,6 +20623,10 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
20522
20623
|
{
|
|
20523
20624
|
"kind": "render-ui",
|
|
20524
20625
|
"resource": "main"
|
|
20626
|
+
},
|
|
20627
|
+
{
|
|
20628
|
+
"kind": "render-ui",
|
|
20629
|
+
"resource": "toast"
|
|
20525
20630
|
}
|
|
20526
20631
|
],
|
|
20527
20632
|
"emits": [
|
|
@@ -20729,6 +20834,36 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
20729
20834
|
"synonyms": "error, failure, miss, not found",
|
|
20730
20835
|
"tier": "internal"
|
|
20731
20836
|
},
|
|
20837
|
+
{
|
|
20838
|
+
"description": "Indicates a failure to update a cached entry.",
|
|
20839
|
+
"key": "CacheEntryUpdateFailed",
|
|
20840
|
+
"name": "CacheEntry update failed",
|
|
20841
|
+
"payloadSchema": [
|
|
20842
|
+
{
|
|
20843
|
+
"name": "error",
|
|
20844
|
+
"type": "string"
|
|
20845
|
+
},
|
|
20846
|
+
{
|
|
20847
|
+
"name": "code",
|
|
20848
|
+
"type": "string"
|
|
20849
|
+
}
|
|
20850
|
+
],
|
|
20851
|
+
"synonyms": "error, failure, problem, unsuccessful",
|
|
20852
|
+
"tier": "internal"
|
|
20853
|
+
},
|
|
20854
|
+
{
|
|
20855
|
+
"description": "Signals that a cached entry's data has been modified.",
|
|
20856
|
+
"key": "CacheEntryUpdated",
|
|
20857
|
+
"name": "CacheEntry updated",
|
|
20858
|
+
"payloadSchema": [
|
|
20859
|
+
{
|
|
20860
|
+
"name": "id",
|
|
20861
|
+
"type": "string"
|
|
20862
|
+
}
|
|
20863
|
+
],
|
|
20864
|
+
"synonyms": "modified, refreshed, changed, updated",
|
|
20865
|
+
"tier": "presentation"
|
|
20866
|
+
},
|
|
20732
20867
|
{
|
|
20733
20868
|
"key": "INVALIDATE",
|
|
20734
20869
|
"name": "Invalidate"
|
|
@@ -20782,36 +20917,6 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
20782
20917
|
{
|
|
20783
20918
|
"key": "REFRESH",
|
|
20784
20919
|
"name": "Refresh"
|
|
20785
|
-
},
|
|
20786
|
-
{
|
|
20787
|
-
"description": "Signals that a cached entry's data has been modified.",
|
|
20788
|
-
"key": "CacheEntryUpdated",
|
|
20789
|
-
"name": "CacheEntry updated",
|
|
20790
|
-
"payloadSchema": [
|
|
20791
|
-
{
|
|
20792
|
-
"name": "id",
|
|
20793
|
-
"type": "string"
|
|
20794
|
-
}
|
|
20795
|
-
],
|
|
20796
|
-
"synonyms": "modified, refreshed, changed, updated",
|
|
20797
|
-
"tier": "presentation"
|
|
20798
|
-
},
|
|
20799
|
-
{
|
|
20800
|
-
"description": "Indicates a failure to update a cached entry.",
|
|
20801
|
-
"key": "CacheEntryUpdateFailed",
|
|
20802
|
-
"name": "CacheEntry update failed",
|
|
20803
|
-
"payloadSchema": [
|
|
20804
|
-
{
|
|
20805
|
-
"name": "error",
|
|
20806
|
-
"type": "string"
|
|
20807
|
-
},
|
|
20808
|
-
{
|
|
20809
|
-
"name": "code",
|
|
20810
|
-
"type": "string"
|
|
20811
|
-
}
|
|
20812
|
-
],
|
|
20813
|
-
"synonyms": "error, failure, problem, unsuccessful",
|
|
20814
|
-
"tier": "internal"
|
|
20815
20920
|
}
|
|
20816
20921
|
],
|
|
20817
20922
|
"states": [
|
|
@@ -21010,6 +21115,44 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
21010
21115
|
"from": "loading",
|
|
21011
21116
|
"to": "error"
|
|
21012
21117
|
},
|
|
21118
|
+
{
|
|
21119
|
+
"effects": [
|
|
21120
|
+
[
|
|
21121
|
+
"render-ui",
|
|
21122
|
+
"toast",
|
|
21123
|
+
{
|
|
21124
|
+
"dismissible": true,
|
|
21125
|
+
"message": [
|
|
21126
|
+
"str/concat",
|
|
21127
|
+
"Couldn't update the cache entry \u2014 ",
|
|
21128
|
+
"@payload.error"
|
|
21129
|
+
],
|
|
21130
|
+
"type": "alert",
|
|
21131
|
+
"variant": "error"
|
|
21132
|
+
}
|
|
21133
|
+
]
|
|
21134
|
+
],
|
|
21135
|
+
"event": "CacheEntryUpdateFailed",
|
|
21136
|
+
"from": "loading",
|
|
21137
|
+
"to": "loading"
|
|
21138
|
+
},
|
|
21139
|
+
{
|
|
21140
|
+
"effects": [
|
|
21141
|
+
[
|
|
21142
|
+
"fetch",
|
|
21143
|
+
"CacheEntry",
|
|
21144
|
+
{
|
|
21145
|
+
"emit": {
|
|
21146
|
+
"failure": "CacheEntryLoadFailed",
|
|
21147
|
+
"success": "CacheEntryLoaded"
|
|
21148
|
+
}
|
|
21149
|
+
}
|
|
21150
|
+
]
|
|
21151
|
+
],
|
|
21152
|
+
"event": "CacheEntryUpdated",
|
|
21153
|
+
"from": "loading",
|
|
21154
|
+
"to": "loading"
|
|
21155
|
+
},
|
|
21013
21156
|
{
|
|
21014
21157
|
"effects": [
|
|
21015
21158
|
[
|
|
@@ -22408,6 +22551,14 @@ function stdCalendarCalendarEventOrbital(params = {}) {
|
|
|
22408
22551
|
"tier": "presentation",
|
|
22409
22552
|
"type": "event"
|
|
22410
22553
|
},
|
|
22554
|
+
"searchField": {
|
|
22555
|
+
"default": "name",
|
|
22556
|
+
"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.",
|
|
22557
|
+
"label": "Which column does the search box match against?",
|
|
22558
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
22559
|
+
"tier": "policy",
|
|
22560
|
+
"type": "string"
|
|
22561
|
+
},
|
|
22411
22562
|
"searchPlaceholder": {
|
|
22412
22563
|
"default": "Search\u2026",
|
|
22413
22564
|
"description": "Hint text inside the calendar's search box (e.g. 'Search events\u2026').",
|
|
@@ -23263,7 +23414,7 @@ function stdCalendarCalendarEventOrbital(params = {}) {
|
|
|
23263
23414
|
[
|
|
23264
23415
|
"object/get",
|
|
23265
23416
|
"@entity",
|
|
23266
|
-
"
|
|
23417
|
+
"@config.searchField"
|
|
23267
23418
|
],
|
|
23268
23419
|
"@payload.searchTerm"
|
|
23269
23420
|
]
|
|
@@ -23796,6 +23947,10 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
23796
23947
|
"kind": "persist",
|
|
23797
23948
|
"resource": "CalendarEvent"
|
|
23798
23949
|
},
|
|
23950
|
+
{
|
|
23951
|
+
"kind": "render-ui",
|
|
23952
|
+
"resource": "toast"
|
|
23953
|
+
},
|
|
23799
23954
|
{
|
|
23800
23955
|
"kind": "set",
|
|
23801
23956
|
"resource": "@entity.headId"
|
|
@@ -24516,6 +24671,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
24516
24671
|
"set",
|
|
24517
24672
|
"@entity.lastError",
|
|
24518
24673
|
"@payload.error"
|
|
24674
|
+
],
|
|
24675
|
+
[
|
|
24676
|
+
"render-ui",
|
|
24677
|
+
"toast",
|
|
24678
|
+
{
|
|
24679
|
+
"dismissible": true,
|
|
24680
|
+
"message": [
|
|
24681
|
+
"str/concat",
|
|
24682
|
+
"Couldn't sync the calendar \u2014 ",
|
|
24683
|
+
"@payload.error"
|
|
24684
|
+
],
|
|
24685
|
+
"type": "alert",
|
|
24686
|
+
"variant": "error"
|
|
24687
|
+
}
|
|
24519
24688
|
]
|
|
24520
24689
|
],
|
|
24521
24690
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -24732,6 +24901,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
24732
24901
|
"set",
|
|
24733
24902
|
"@entity.lastError",
|
|
24734
24903
|
"@payload.error"
|
|
24904
|
+
],
|
|
24905
|
+
[
|
|
24906
|
+
"render-ui",
|
|
24907
|
+
"toast",
|
|
24908
|
+
{
|
|
24909
|
+
"dismissible": true,
|
|
24910
|
+
"message": [
|
|
24911
|
+
"str/concat",
|
|
24912
|
+
"Couldn't sync the calendar \u2014 ",
|
|
24913
|
+
"@payload.error"
|
|
24914
|
+
],
|
|
24915
|
+
"type": "alert",
|
|
24916
|
+
"variant": "error"
|
|
24917
|
+
}
|
|
24735
24918
|
]
|
|
24736
24919
|
],
|
|
24737
24920
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -25011,6 +25194,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
25011
25194
|
"set",
|
|
25012
25195
|
"@entity.lastError",
|
|
25013
25196
|
"@payload.error"
|
|
25197
|
+
],
|
|
25198
|
+
[
|
|
25199
|
+
"render-ui",
|
|
25200
|
+
"toast",
|
|
25201
|
+
{
|
|
25202
|
+
"dismissible": true,
|
|
25203
|
+
"message": [
|
|
25204
|
+
"str/concat",
|
|
25205
|
+
"Couldn't sync the calendar \u2014 ",
|
|
25206
|
+
"@payload.error"
|
|
25207
|
+
],
|
|
25208
|
+
"type": "alert",
|
|
25209
|
+
"variant": "error"
|
|
25210
|
+
}
|
|
25014
25211
|
]
|
|
25015
25212
|
],
|
|
25016
25213
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -25338,6 +25535,10 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
|
|
|
25338
25535
|
"kind": "persist",
|
|
25339
25536
|
"resource": "CascadeLog"
|
|
25340
25537
|
},
|
|
25538
|
+
{
|
|
25539
|
+
"kind": "render-ui",
|
|
25540
|
+
"resource": "toast"
|
|
25541
|
+
},
|
|
25341
25542
|
{
|
|
25342
25543
|
"kind": "set",
|
|
25343
25544
|
"resource": "@entity.headId"
|
|
@@ -25678,6 +25879,22 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
|
|
|
25678
25879
|
"to": "scanning"
|
|
25679
25880
|
},
|
|
25680
25881
|
{
|
|
25882
|
+
"effects": [
|
|
25883
|
+
[
|
|
25884
|
+
"render-ui",
|
|
25885
|
+
"toast",
|
|
25886
|
+
{
|
|
25887
|
+
"dismissible": true,
|
|
25888
|
+
"message": [
|
|
25889
|
+
"str/concat",
|
|
25890
|
+
"Couldn't cascade the delete \u2014 ",
|
|
25891
|
+
"@payload.error"
|
|
25892
|
+
],
|
|
25893
|
+
"type": "alert",
|
|
25894
|
+
"variant": "error"
|
|
25895
|
+
}
|
|
25896
|
+
]
|
|
25897
|
+
],
|
|
25681
25898
|
"event": "CascadeFailed",
|
|
25682
25899
|
"from": "scanning",
|
|
25683
25900
|
"to": "idle"
|
|
@@ -26557,6 +26774,10 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
26557
26774
|
"kind": "render-ui",
|
|
26558
26775
|
"resource": "main"
|
|
26559
26776
|
},
|
|
26777
|
+
{
|
|
26778
|
+
"kind": "render-ui",
|
|
26779
|
+
"resource": "toast"
|
|
26780
|
+
},
|
|
26560
26781
|
{
|
|
26561
26782
|
"kind": "set",
|
|
26562
26783
|
"resource": "@entity.failureCount"
|
|
@@ -26652,6 +26873,19 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
26652
26873
|
"key": "INIT",
|
|
26653
26874
|
"name": "Initialize"
|
|
26654
26875
|
},
|
|
26876
|
+
{
|
|
26877
|
+
"description": "Indicates a node failed to load, potentially disrupting service.",
|
|
26878
|
+
"key": "ServiceNodeLoadFailed",
|
|
26879
|
+
"name": "ServiceNode load failed",
|
|
26880
|
+
"payloadSchema": [
|
|
26881
|
+
{
|
|
26882
|
+
"name": "message",
|
|
26883
|
+
"type": "string"
|
|
26884
|
+
}
|
|
26885
|
+
],
|
|
26886
|
+
"synonyms": "failure, error, unavailable, outage",
|
|
26887
|
+
"tier": "internal"
|
|
26888
|
+
},
|
|
26655
26889
|
{
|
|
26656
26890
|
"key": "FAILURE",
|
|
26657
26891
|
"name": "Failure"
|
|
@@ -26715,19 +26949,6 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
26715
26949
|
],
|
|
26716
26950
|
"synonyms": "loaded, initialized, ready",
|
|
26717
26951
|
"tier": "internal"
|
|
26718
|
-
},
|
|
26719
|
-
{
|
|
26720
|
-
"description": "Indicates a node failed to load, potentially disrupting service.",
|
|
26721
|
-
"key": "ServiceNodeLoadFailed",
|
|
26722
|
-
"name": "ServiceNode load failed",
|
|
26723
|
-
"payloadSchema": [
|
|
26724
|
-
{
|
|
26725
|
-
"name": "message",
|
|
26726
|
-
"type": "string"
|
|
26727
|
-
}
|
|
26728
|
-
],
|
|
26729
|
-
"synonyms": "failure, error, unavailable, outage",
|
|
26730
|
-
"tier": "internal"
|
|
26731
26952
|
}
|
|
26732
26953
|
],
|
|
26733
26954
|
"states": [
|
|
@@ -26814,212 +27035,233 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
26814
27035
|
"effects": [
|
|
26815
27036
|
[
|
|
26816
27037
|
"render-ui",
|
|
26817
|
-
"
|
|
26818
|
-
{
|
|
26819
|
-
"children": [
|
|
26820
|
-
{
|
|
26821
|
-
"align": "center",
|
|
26822
|
-
"children": [
|
|
26823
|
-
{
|
|
26824
|
-
"align": "center",
|
|
26825
|
-
"children": [
|
|
26826
|
-
"@trait.AlertTriangleIcon",
|
|
26827
|
-
"@trait.ServiceNodeLabel"
|
|
26828
|
-
],
|
|
26829
|
-
"direction": "horizontal",
|
|
26830
|
-
"gap": "md",
|
|
26831
|
-
"type": "stack"
|
|
26832
|
-
},
|
|
26833
|
-
"@trait.OpenStatusDot"
|
|
26834
|
-
],
|
|
26835
|
-
"direction": "horizontal",
|
|
26836
|
-
"gap": "md",
|
|
26837
|
-
"justify": "between",
|
|
26838
|
-
"type": "stack"
|
|
26839
|
-
},
|
|
26840
|
-
"@trait.CircuitDivider",
|
|
26841
|
-
"@trait.ErrorAlert",
|
|
26842
|
-
"@trait.StatsGrid",
|
|
26843
|
-
"@trait.FailuresMeter",
|
|
26844
|
-
"@trait.ResetButton"
|
|
26845
|
-
],
|
|
26846
|
-
"direction": "vertical",
|
|
26847
|
-
"gap": "lg",
|
|
26848
|
-
"type": "stack"
|
|
26849
|
-
}
|
|
26850
|
-
]
|
|
26851
|
-
],
|
|
26852
|
-
"event": "FAILURE",
|
|
26853
|
-
"from": "closed",
|
|
26854
|
-
"to": "open"
|
|
26855
|
-
},
|
|
26856
|
-
{
|
|
26857
|
-
"effects": [
|
|
26858
|
-
[
|
|
26859
|
-
"render-ui",
|
|
26860
|
-
"main",
|
|
27038
|
+
"toast",
|
|
26861
27039
|
{
|
|
26862
|
-
"
|
|
26863
|
-
|
|
26864
|
-
|
|
26865
|
-
|
|
26866
|
-
|
|
26867
|
-
"align": "center",
|
|
26868
|
-
"children": [
|
|
26869
|
-
"@trait.ShieldIcon",
|
|
26870
|
-
"@trait.ServiceNodeLabel"
|
|
26871
|
-
],
|
|
26872
|
-
"direction": "horizontal",
|
|
26873
|
-
"gap": "md",
|
|
26874
|
-
"type": "stack"
|
|
26875
|
-
},
|
|
26876
|
-
"@trait.ClosedStatusDot"
|
|
26877
|
-
],
|
|
26878
|
-
"direction": "horizontal",
|
|
26879
|
-
"gap": "md",
|
|
26880
|
-
"justify": "between",
|
|
26881
|
-
"type": "stack"
|
|
26882
|
-
},
|
|
26883
|
-
"@trait.CircuitDivider",
|
|
26884
|
-
"@trait.SuccessAlert",
|
|
26885
|
-
"@trait.StatsGrid",
|
|
26886
|
-
"@trait.FailuresMeter"
|
|
27040
|
+
"dismissible": true,
|
|
27041
|
+
"message": [
|
|
27042
|
+
"str/concat",
|
|
27043
|
+
"Couldn't load the service node \u2014 ",
|
|
27044
|
+
"@payload.message"
|
|
26887
27045
|
],
|
|
26888
|
-
"
|
|
26889
|
-
"
|
|
26890
|
-
"type": "stack"
|
|
27046
|
+
"type": "alert",
|
|
27047
|
+
"variant": "error"
|
|
26891
27048
|
}
|
|
26892
27049
|
]
|
|
26893
27050
|
],
|
|
26894
|
-
"event": "
|
|
27051
|
+
"event": "ServiceNodeLoadFailed",
|
|
26895
27052
|
"from": "closed",
|
|
26896
27053
|
"to": "closed"
|
|
26897
27054
|
},
|
|
26898
|
-
{
|
|
26899
|
-
"effects": [
|
|
26900
|
-
[
|
|
26901
|
-
"render-ui",
|
|
26902
|
-
"main",
|
|
26903
|
-
{
|
|
26904
|
-
"children": [
|
|
26905
|
-
{
|
|
26906
|
-
"align": "center",
|
|
26907
|
-
"children": [
|
|
26908
|
-
{
|
|
26909
|
-
"align": "center",
|
|
26910
|
-
"children": [
|
|
26911
|
-
"@trait.
|
|
26912
|
-
"@trait.ServiceNodeLabel"
|
|
26913
|
-
],
|
|
26914
|
-
"direction": "horizontal",
|
|
26915
|
-
"gap": "md",
|
|
26916
|
-
"type": "stack"
|
|
26917
|
-
},
|
|
26918
|
-
"@trait.
|
|
26919
|
-
],
|
|
26920
|
-
"direction": "horizontal",
|
|
26921
|
-
"gap": "md",
|
|
26922
|
-
"justify": "between",
|
|
26923
|
-
"type": "stack"
|
|
26924
|
-
},
|
|
26925
|
-
"@trait.CircuitDivider",
|
|
26926
|
-
"@trait.
|
|
26927
|
-
"@trait.StatsGrid"
|
|
26928
|
-
|
|
26929
|
-
|
|
26930
|
-
|
|
26931
|
-
"
|
|
26932
|
-
|
|
26933
|
-
|
|
26934
|
-
|
|
26935
|
-
|
|
26936
|
-
|
|
26937
|
-
"
|
|
26938
|
-
|
|
26939
|
-
|
|
26940
|
-
|
|
26941
|
-
|
|
26942
|
-
|
|
26943
|
-
|
|
26944
|
-
|
|
26945
|
-
|
|
26946
|
-
|
|
26947
|
-
|
|
26948
|
-
|
|
26949
|
-
|
|
26950
|
-
|
|
26951
|
-
|
|
26952
|
-
|
|
26953
|
-
|
|
26954
|
-
|
|
26955
|
-
|
|
26956
|
-
|
|
26957
|
-
"
|
|
26958
|
-
|
|
26959
|
-
|
|
26960
|
-
|
|
26961
|
-
|
|
26962
|
-
|
|
26963
|
-
"
|
|
26964
|
-
"
|
|
26965
|
-
|
|
26966
|
-
|
|
26967
|
-
|
|
26968
|
-
"@trait.
|
|
26969
|
-
"@trait.
|
|
26970
|
-
|
|
26971
|
-
|
|
26972
|
-
|
|
26973
|
-
"
|
|
26974
|
-
|
|
26975
|
-
|
|
26976
|
-
|
|
26977
|
-
|
|
26978
|
-
|
|
26979
|
-
"
|
|
26980
|
-
|
|
26981
|
-
|
|
26982
|
-
|
|
26983
|
-
|
|
26984
|
-
|
|
26985
|
-
|
|
26986
|
-
|
|
26987
|
-
|
|
26988
|
-
|
|
26989
|
-
|
|
26990
|
-
|
|
26991
|
-
|
|
26992
|
-
|
|
26993
|
-
|
|
26994
|
-
|
|
26995
|
-
|
|
26996
|
-
|
|
26997
|
-
|
|
26998
|
-
|
|
26999
|
-
"
|
|
27000
|
-
|
|
27001
|
-
|
|
27002
|
-
|
|
27003
|
-
|
|
27004
|
-
|
|
27005
|
-
"
|
|
27006
|
-
"
|
|
27007
|
-
|
|
27008
|
-
|
|
27009
|
-
|
|
27010
|
-
"@trait.
|
|
27011
|
-
"@trait.
|
|
27012
|
-
|
|
27013
|
-
|
|
27014
|
-
"
|
|
27015
|
-
"
|
|
27016
|
-
|
|
27017
|
-
|
|
27018
|
-
|
|
27019
|
-
|
|
27020
|
-
"
|
|
27021
|
-
"
|
|
27022
|
-
|
|
27055
|
+
{
|
|
27056
|
+
"effects": [
|
|
27057
|
+
[
|
|
27058
|
+
"render-ui",
|
|
27059
|
+
"main",
|
|
27060
|
+
{
|
|
27061
|
+
"children": [
|
|
27062
|
+
{
|
|
27063
|
+
"align": "center",
|
|
27064
|
+
"children": [
|
|
27065
|
+
{
|
|
27066
|
+
"align": "center",
|
|
27067
|
+
"children": [
|
|
27068
|
+
"@trait.AlertTriangleIcon",
|
|
27069
|
+
"@trait.ServiceNodeLabel"
|
|
27070
|
+
],
|
|
27071
|
+
"direction": "horizontal",
|
|
27072
|
+
"gap": "md",
|
|
27073
|
+
"type": "stack"
|
|
27074
|
+
},
|
|
27075
|
+
"@trait.OpenStatusDot"
|
|
27076
|
+
],
|
|
27077
|
+
"direction": "horizontal",
|
|
27078
|
+
"gap": "md",
|
|
27079
|
+
"justify": "between",
|
|
27080
|
+
"type": "stack"
|
|
27081
|
+
},
|
|
27082
|
+
"@trait.CircuitDivider",
|
|
27083
|
+
"@trait.ErrorAlert",
|
|
27084
|
+
"@trait.StatsGrid",
|
|
27085
|
+
"@trait.FailuresMeter",
|
|
27086
|
+
"@trait.ResetButton"
|
|
27087
|
+
],
|
|
27088
|
+
"direction": "vertical",
|
|
27089
|
+
"gap": "lg",
|
|
27090
|
+
"type": "stack"
|
|
27091
|
+
}
|
|
27092
|
+
]
|
|
27093
|
+
],
|
|
27094
|
+
"event": "FAILURE",
|
|
27095
|
+
"from": "closed",
|
|
27096
|
+
"to": "open"
|
|
27097
|
+
},
|
|
27098
|
+
{
|
|
27099
|
+
"effects": [
|
|
27100
|
+
[
|
|
27101
|
+
"render-ui",
|
|
27102
|
+
"main",
|
|
27103
|
+
{
|
|
27104
|
+
"children": [
|
|
27105
|
+
{
|
|
27106
|
+
"align": "center",
|
|
27107
|
+
"children": [
|
|
27108
|
+
{
|
|
27109
|
+
"align": "center",
|
|
27110
|
+
"children": [
|
|
27111
|
+
"@trait.ShieldIcon",
|
|
27112
|
+
"@trait.ServiceNodeLabel"
|
|
27113
|
+
],
|
|
27114
|
+
"direction": "horizontal",
|
|
27115
|
+
"gap": "md",
|
|
27116
|
+
"type": "stack"
|
|
27117
|
+
},
|
|
27118
|
+
"@trait.ClosedStatusDot"
|
|
27119
|
+
],
|
|
27120
|
+
"direction": "horizontal",
|
|
27121
|
+
"gap": "md",
|
|
27122
|
+
"justify": "between",
|
|
27123
|
+
"type": "stack"
|
|
27124
|
+
},
|
|
27125
|
+
"@trait.CircuitDivider",
|
|
27126
|
+
"@trait.SuccessAlert",
|
|
27127
|
+
"@trait.StatsGrid",
|
|
27128
|
+
"@trait.FailuresMeter"
|
|
27129
|
+
],
|
|
27130
|
+
"direction": "vertical",
|
|
27131
|
+
"gap": "lg",
|
|
27132
|
+
"type": "stack"
|
|
27133
|
+
}
|
|
27134
|
+
]
|
|
27135
|
+
],
|
|
27136
|
+
"event": "SUCCESS",
|
|
27137
|
+
"from": "closed",
|
|
27138
|
+
"to": "closed"
|
|
27139
|
+
},
|
|
27140
|
+
{
|
|
27141
|
+
"effects": [
|
|
27142
|
+
[
|
|
27143
|
+
"render-ui",
|
|
27144
|
+
"main",
|
|
27145
|
+
{
|
|
27146
|
+
"children": [
|
|
27147
|
+
{
|
|
27148
|
+
"align": "center",
|
|
27149
|
+
"children": [
|
|
27150
|
+
{
|
|
27151
|
+
"align": "center",
|
|
27152
|
+
"children": [
|
|
27153
|
+
"@trait.ActivityIcon",
|
|
27154
|
+
"@trait.ServiceNodeLabel"
|
|
27155
|
+
],
|
|
27156
|
+
"direction": "horizontal",
|
|
27157
|
+
"gap": "md",
|
|
27158
|
+
"type": "stack"
|
|
27159
|
+
},
|
|
27160
|
+
"@trait.HalfOpenStatusDot"
|
|
27161
|
+
],
|
|
27162
|
+
"direction": "horizontal",
|
|
27163
|
+
"gap": "md",
|
|
27164
|
+
"justify": "between",
|
|
27165
|
+
"type": "stack"
|
|
27166
|
+
},
|
|
27167
|
+
"@trait.CircuitDivider",
|
|
27168
|
+
"@trait.WarningAlert",
|
|
27169
|
+
"@trait.StatsGrid"
|
|
27170
|
+
],
|
|
27171
|
+
"direction": "vertical",
|
|
27172
|
+
"gap": "lg",
|
|
27173
|
+
"type": "stack"
|
|
27174
|
+
}
|
|
27175
|
+
]
|
|
27176
|
+
],
|
|
27177
|
+
"event": "TIMEOUT",
|
|
27178
|
+
"from": "open",
|
|
27179
|
+
"to": "halfOpen"
|
|
27180
|
+
},
|
|
27181
|
+
{
|
|
27182
|
+
"effects": [
|
|
27183
|
+
[
|
|
27184
|
+
"render-ui",
|
|
27185
|
+
"main",
|
|
27186
|
+
{
|
|
27187
|
+
"children": [
|
|
27188
|
+
{
|
|
27189
|
+
"align": "center",
|
|
27190
|
+
"children": [
|
|
27191
|
+
{
|
|
27192
|
+
"align": "center",
|
|
27193
|
+
"children": [
|
|
27194
|
+
"@trait.ShieldIcon",
|
|
27195
|
+
"@trait.ServiceNodeLabel"
|
|
27196
|
+
],
|
|
27197
|
+
"direction": "horizontal",
|
|
27198
|
+
"gap": "md",
|
|
27199
|
+
"type": "stack"
|
|
27200
|
+
},
|
|
27201
|
+
"@trait.ClosedStatusDot"
|
|
27202
|
+
],
|
|
27203
|
+
"direction": "horizontal",
|
|
27204
|
+
"gap": "md",
|
|
27205
|
+
"justify": "between",
|
|
27206
|
+
"type": "stack"
|
|
27207
|
+
},
|
|
27208
|
+
"@trait.CircuitDivider",
|
|
27209
|
+
"@trait.SuccessAlert",
|
|
27210
|
+
"@trait.StatsGrid",
|
|
27211
|
+
"@trait.FailuresMeter"
|
|
27212
|
+
],
|
|
27213
|
+
"direction": "vertical",
|
|
27214
|
+
"gap": "lg",
|
|
27215
|
+
"type": "stack"
|
|
27216
|
+
}
|
|
27217
|
+
]
|
|
27218
|
+
],
|
|
27219
|
+
"event": "RESET",
|
|
27220
|
+
"from": "open",
|
|
27221
|
+
"to": "closed"
|
|
27222
|
+
},
|
|
27223
|
+
{
|
|
27224
|
+
"effects": [
|
|
27225
|
+
[
|
|
27226
|
+
"render-ui",
|
|
27227
|
+
"main",
|
|
27228
|
+
{
|
|
27229
|
+
"children": [
|
|
27230
|
+
{
|
|
27231
|
+
"align": "center",
|
|
27232
|
+
"children": [
|
|
27233
|
+
{
|
|
27234
|
+
"align": "center",
|
|
27235
|
+
"children": [
|
|
27236
|
+
"@trait.ShieldIcon",
|
|
27237
|
+
"@trait.ServiceNodeLabel"
|
|
27238
|
+
],
|
|
27239
|
+
"direction": "horizontal",
|
|
27240
|
+
"gap": "md",
|
|
27241
|
+
"type": "stack"
|
|
27242
|
+
},
|
|
27243
|
+
"@trait.ClosedStatusDot"
|
|
27244
|
+
],
|
|
27245
|
+
"direction": "horizontal",
|
|
27246
|
+
"gap": "md",
|
|
27247
|
+
"justify": "between",
|
|
27248
|
+
"type": "stack"
|
|
27249
|
+
},
|
|
27250
|
+
"@trait.CircuitDivider",
|
|
27251
|
+
"@trait.SuccessAlert",
|
|
27252
|
+
"@trait.StatsGrid",
|
|
27253
|
+
"@trait.FailuresMeter"
|
|
27254
|
+
],
|
|
27255
|
+
"direction": "vertical",
|
|
27256
|
+
"gap": "lg",
|
|
27257
|
+
"type": "stack"
|
|
27258
|
+
}
|
|
27259
|
+
]
|
|
27260
|
+
],
|
|
27261
|
+
"event": "SUCCESS",
|
|
27262
|
+
"from": "halfOpen",
|
|
27263
|
+
"to": "closed"
|
|
27264
|
+
},
|
|
27023
27265
|
{
|
|
27024
27266
|
"effects": [
|
|
27025
27267
|
[
|
|
@@ -28376,6 +28618,10 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
28376
28618
|
"kind": "persist",
|
|
28377
28619
|
"resource": "CrossRefLink"
|
|
28378
28620
|
},
|
|
28621
|
+
{
|
|
28622
|
+
"kind": "render-ui",
|
|
28623
|
+
"resource": "toast"
|
|
28624
|
+
},
|
|
28379
28625
|
{
|
|
28380
28626
|
"kind": "set",
|
|
28381
28627
|
"resource": "@entity.filteredLinks"
|
|
@@ -28555,6 +28801,20 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
28555
28801
|
}
|
|
28556
28802
|
]
|
|
28557
28803
|
},
|
|
28804
|
+
{
|
|
28805
|
+
"key": "LinkOpFailed",
|
|
28806
|
+
"name": "Link op failed",
|
|
28807
|
+
"payloadSchema": [
|
|
28808
|
+
{
|
|
28809
|
+
"name": "error",
|
|
28810
|
+
"type": "string"
|
|
28811
|
+
},
|
|
28812
|
+
{
|
|
28813
|
+
"name": "code",
|
|
28814
|
+
"type": "string"
|
|
28815
|
+
}
|
|
28816
|
+
]
|
|
28817
|
+
},
|
|
28558
28818
|
{
|
|
28559
28819
|
"key": "LinkCreated",
|
|
28560
28820
|
"name": "Link created",
|
|
@@ -28606,20 +28866,6 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
28606
28866
|
"type": "[object]"
|
|
28607
28867
|
}
|
|
28608
28868
|
]
|
|
28609
|
-
},
|
|
28610
|
-
{
|
|
28611
|
-
"key": "LinkOpFailed",
|
|
28612
|
-
"name": "Link op failed",
|
|
28613
|
-
"payloadSchema": [
|
|
28614
|
-
{
|
|
28615
|
-
"name": "error",
|
|
28616
|
-
"type": "string"
|
|
28617
|
-
},
|
|
28618
|
-
{
|
|
28619
|
-
"name": "code",
|
|
28620
|
-
"type": "string"
|
|
28621
|
-
}
|
|
28622
|
-
]
|
|
28623
28869
|
}
|
|
28624
28870
|
],
|
|
28625
28871
|
"states": [
|
|
@@ -28727,6 +28973,27 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
28727
28973
|
"event": "LinksFetched",
|
|
28728
28974
|
"from": "idle",
|
|
28729
28975
|
"to": "idle"
|
|
28976
|
+
},
|
|
28977
|
+
{
|
|
28978
|
+
"effects": [
|
|
28979
|
+
[
|
|
28980
|
+
"render-ui",
|
|
28981
|
+
"toast",
|
|
28982
|
+
{
|
|
28983
|
+
"dismissible": true,
|
|
28984
|
+
"message": [
|
|
28985
|
+
"str/concat",
|
|
28986
|
+
"Couldn't update the link \u2014 ",
|
|
28987
|
+
"@payload.error"
|
|
28988
|
+
],
|
|
28989
|
+
"type": "alert",
|
|
28990
|
+
"variant": "error"
|
|
28991
|
+
}
|
|
28992
|
+
]
|
|
28993
|
+
],
|
|
28994
|
+
"event": "LinkOpFailed",
|
|
28995
|
+
"from": "idle",
|
|
28996
|
+
"to": "idle"
|
|
28730
28997
|
}
|
|
28731
28998
|
]
|
|
28732
28999
|
}
|
|
@@ -30210,6 +30477,10 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
30210
30477
|
"resolved": false,
|
|
30211
30478
|
"resource": "@config.reviewSlot"
|
|
30212
30479
|
},
|
|
30480
|
+
{
|
|
30481
|
+
"kind": "render-ui",
|
|
30482
|
+
"resource": "toast"
|
|
30483
|
+
},
|
|
30213
30484
|
{
|
|
30214
30485
|
"kind": "set",
|
|
30215
30486
|
"resource": "@entity.id"
|
|
@@ -30900,6 +31171,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
30900
31171
|
"to": "idle"
|
|
30901
31172
|
},
|
|
30902
31173
|
{
|
|
31174
|
+
"effects": [
|
|
31175
|
+
[
|
|
31176
|
+
"render-ui",
|
|
31177
|
+
"toast",
|
|
31178
|
+
{
|
|
31179
|
+
"dismissible": true,
|
|
31180
|
+
"message": [
|
|
31181
|
+
"str/concat",
|
|
31182
|
+
"Couldn't load the erasure queue \u2014 ",
|
|
31183
|
+
"@payload.error"
|
|
31184
|
+
],
|
|
31185
|
+
"type": "alert",
|
|
31186
|
+
"variant": "error"
|
|
31187
|
+
}
|
|
31188
|
+
]
|
|
31189
|
+
],
|
|
30903
31190
|
"event": "ErasureLoadFailed",
|
|
30904
31191
|
"from": "idle",
|
|
30905
31192
|
"to": "idle"
|
|
@@ -31031,6 +31318,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
31031
31318
|
"to": "idle"
|
|
31032
31319
|
},
|
|
31033
31320
|
{
|
|
31321
|
+
"effects": [
|
|
31322
|
+
[
|
|
31323
|
+
"render-ui",
|
|
31324
|
+
"toast",
|
|
31325
|
+
{
|
|
31326
|
+
"dismissible": true,
|
|
31327
|
+
"message": [
|
|
31328
|
+
"str/concat",
|
|
31329
|
+
"Couldn't scan for erasures to execute \u2014 ",
|
|
31330
|
+
"@payload.error"
|
|
31331
|
+
],
|
|
31332
|
+
"type": "alert",
|
|
31333
|
+
"variant": "error"
|
|
31334
|
+
}
|
|
31335
|
+
]
|
|
31336
|
+
],
|
|
31034
31337
|
"event": "ExecScanFailed",
|
|
31035
31338
|
"from": "idle",
|
|
31036
31339
|
"to": "idle"
|
|
@@ -31163,6 +31466,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
31163
31466
|
"to": "idle"
|
|
31164
31467
|
},
|
|
31165
31468
|
{
|
|
31469
|
+
"effects": [
|
|
31470
|
+
[
|
|
31471
|
+
"render-ui",
|
|
31472
|
+
"toast",
|
|
31473
|
+
{
|
|
31474
|
+
"dismissible": true,
|
|
31475
|
+
"message": [
|
|
31476
|
+
"str/concat",
|
|
31477
|
+
"Couldn't scan for erasures to execute \u2014 ",
|
|
31478
|
+
"@payload.error"
|
|
31479
|
+
],
|
|
31480
|
+
"type": "alert",
|
|
31481
|
+
"variant": "error"
|
|
31482
|
+
}
|
|
31483
|
+
]
|
|
31484
|
+
],
|
|
31166
31485
|
"event": "ExecScanFailed",
|
|
31167
31486
|
"from": "execScanning",
|
|
31168
31487
|
"to": "idle"
|
|
@@ -35486,6 +35805,10 @@ function stdEventLogEventLogOrbital(params = {}) {
|
|
|
35486
35805
|
"kind": "render-ui",
|
|
35487
35806
|
"resource": "main"
|
|
35488
35807
|
},
|
|
35808
|
+
{
|
|
35809
|
+
"kind": "render-ui",
|
|
35810
|
+
"resource": "toast"
|
|
35811
|
+
},
|
|
35489
35812
|
{
|
|
35490
35813
|
"kind": "set",
|
|
35491
35814
|
"resource": "@entity.allEntries"
|
|
@@ -36556,6 +36879,27 @@ function stdEventLogEventLogOrbital(params = {}) {
|
|
|
36556
36879
|
"from": "viewing",
|
|
36557
36880
|
"to": "viewing"
|
|
36558
36881
|
},
|
|
36882
|
+
{
|
|
36883
|
+
"effects": [
|
|
36884
|
+
[
|
|
36885
|
+
"render-ui",
|
|
36886
|
+
"toast",
|
|
36887
|
+
{
|
|
36888
|
+
"dismissible": true,
|
|
36889
|
+
"message": [
|
|
36890
|
+
"str/concat",
|
|
36891
|
+
"Couldn't refresh the event log \u2014 ",
|
|
36892
|
+
"@payload.error"
|
|
36893
|
+
],
|
|
36894
|
+
"type": "alert",
|
|
36895
|
+
"variant": "error"
|
|
36896
|
+
}
|
|
36897
|
+
]
|
|
36898
|
+
],
|
|
36899
|
+
"event": "EventLogLoadFailed",
|
|
36900
|
+
"from": "viewing",
|
|
36901
|
+
"to": "viewing"
|
|
36902
|
+
},
|
|
36559
36903
|
{
|
|
36560
36904
|
"effects": [
|
|
36561
36905
|
[
|
|
@@ -41180,6 +41524,14 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
41180
41524
|
"tier": "presentation",
|
|
41181
41525
|
"type": "number"
|
|
41182
41526
|
},
|
|
41527
|
+
"searchField": {
|
|
41528
|
+
"default": "name",
|
|
41529
|
+
"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.",
|
|
41530
|
+
"label": "Which column does the search box match against?",
|
|
41531
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
41532
|
+
"tier": "policy",
|
|
41533
|
+
"type": "string"
|
|
41534
|
+
},
|
|
41183
41535
|
"searchPlaceholder": {
|
|
41184
41536
|
"default": "Search\u2026",
|
|
41185
41537
|
"description": "Hint text inside the gallery search box (e.g. 'Search photos\u2026').",
|
|
@@ -41209,6 +41561,10 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
41209
41561
|
"kind": "render-ui",
|
|
41210
41562
|
"resource": "modal"
|
|
41211
41563
|
},
|
|
41564
|
+
{
|
|
41565
|
+
"kind": "render-ui",
|
|
41566
|
+
"resource": "toast"
|
|
41567
|
+
},
|
|
41212
41568
|
{
|
|
41213
41569
|
"kind": "set",
|
|
41214
41570
|
"resource": "@entity.id"
|
|
@@ -41697,7 +42053,7 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
41697
42053
|
[
|
|
41698
42054
|
"object/get",
|
|
41699
42055
|
"@entity",
|
|
41700
|
-
"
|
|
42056
|
+
"@config.searchField"
|
|
41701
42057
|
],
|
|
41702
42058
|
"@payload.searchTerm"
|
|
41703
42059
|
]
|
|
@@ -41774,6 +42130,27 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
41774
42130
|
"from": "browsing",
|
|
41775
42131
|
"to": "browsing"
|
|
41776
42132
|
},
|
|
42133
|
+
{
|
|
42134
|
+
"effects": [
|
|
42135
|
+
[
|
|
42136
|
+
"render-ui",
|
|
42137
|
+
"toast",
|
|
42138
|
+
{
|
|
42139
|
+
"dismissible": true,
|
|
42140
|
+
"message": [
|
|
42141
|
+
"str/concat",
|
|
42142
|
+
"Couldn't refresh the gallery \u2014 ",
|
|
42143
|
+
"@payload.error"
|
|
42144
|
+
],
|
|
42145
|
+
"type": "alert",
|
|
42146
|
+
"variant": "error"
|
|
42147
|
+
}
|
|
42148
|
+
]
|
|
42149
|
+
],
|
|
42150
|
+
"event": "GalleryItemLoadFailed",
|
|
42151
|
+
"from": "browsing",
|
|
42152
|
+
"to": "browsing"
|
|
42153
|
+
},
|
|
41777
42154
|
{
|
|
41778
42155
|
"effects": [
|
|
41779
42156
|
[
|
|
@@ -46999,6 +47376,10 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
46999
47376
|
"resolved": false,
|
|
47000
47377
|
"resource": "@config.targetEntity"
|
|
47001
47378
|
},
|
|
47379
|
+
{
|
|
47380
|
+
"kind": "render-ui",
|
|
47381
|
+
"resource": "toast"
|
|
47382
|
+
},
|
|
47002
47383
|
{
|
|
47003
47384
|
"kind": "set",
|
|
47004
47385
|
"resource": "@entity.headId"
|
|
@@ -47212,6 +47593,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
47212
47593
|
"to": "idle"
|
|
47213
47594
|
},
|
|
47214
47595
|
{
|
|
47596
|
+
"effects": [
|
|
47597
|
+
[
|
|
47598
|
+
"render-ui",
|
|
47599
|
+
"toast",
|
|
47600
|
+
{
|
|
47601
|
+
"dismissible": true,
|
|
47602
|
+
"message": [
|
|
47603
|
+
"str/concat",
|
|
47604
|
+
"Couldn't scan for lifecycle transitions \u2014 ",
|
|
47605
|
+
"@payload.error"
|
|
47606
|
+
],
|
|
47607
|
+
"type": "alert",
|
|
47608
|
+
"variant": "error"
|
|
47609
|
+
}
|
|
47610
|
+
]
|
|
47611
|
+
],
|
|
47215
47612
|
"event": "ScanFailed",
|
|
47216
47613
|
"from": "idle",
|
|
47217
47614
|
"to": "idle"
|
|
@@ -47330,6 +47727,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
47330
47727
|
"to": "idle"
|
|
47331
47728
|
},
|
|
47332
47729
|
{
|
|
47730
|
+
"effects": [
|
|
47731
|
+
[
|
|
47732
|
+
"render-ui",
|
|
47733
|
+
"toast",
|
|
47734
|
+
{
|
|
47735
|
+
"dismissible": true,
|
|
47736
|
+
"message": [
|
|
47737
|
+
"str/concat",
|
|
47738
|
+
"Couldn't scan for lifecycle transitions \u2014 ",
|
|
47739
|
+
"@payload.error"
|
|
47740
|
+
],
|
|
47741
|
+
"type": "alert",
|
|
47742
|
+
"variant": "error"
|
|
47743
|
+
}
|
|
47744
|
+
]
|
|
47745
|
+
],
|
|
47333
47746
|
"event": "ScanFailed",
|
|
47334
47747
|
"from": "scanning",
|
|
47335
47748
|
"to": "idle"
|
|
@@ -47720,6 +48133,14 @@ function stdListListItemOrbital(params = {}) {
|
|
|
47720
48133
|
"tier": "presentation",
|
|
47721
48134
|
"type": "number"
|
|
47722
48135
|
},
|
|
48136
|
+
"searchField": {
|
|
48137
|
+
"default": "name",
|
|
48138
|
+
"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.",
|
|
48139
|
+
"label": "Which column does the search box match against?",
|
|
48140
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
48141
|
+
"tier": "policy",
|
|
48142
|
+
"type": "string"
|
|
48143
|
+
},
|
|
47723
48144
|
"searchPlaceholder": {
|
|
47724
48145
|
"default": "Search\u2026",
|
|
47725
48146
|
"description": "Hint text inside the list search box.",
|
|
@@ -47737,6 +48158,10 @@ function stdListListItemOrbital(params = {}) {
|
|
|
47737
48158
|
{
|
|
47738
48159
|
"kind": "render-ui",
|
|
47739
48160
|
"resource": "main"
|
|
48161
|
+
},
|
|
48162
|
+
{
|
|
48163
|
+
"kind": "render-ui",
|
|
48164
|
+
"resource": "toast"
|
|
47740
48165
|
}
|
|
47741
48166
|
],
|
|
47742
48167
|
"emits": [
|
|
@@ -48411,7 +48836,7 @@ function stdListListItemOrbital(params = {}) {
|
|
|
48411
48836
|
[
|
|
48412
48837
|
"object/get",
|
|
48413
48838
|
"@entity",
|
|
48414
|
-
"
|
|
48839
|
+
"@config.searchField"
|
|
48415
48840
|
],
|
|
48416
48841
|
"@payload.searchTerm"
|
|
48417
48842
|
]
|
|
@@ -48484,6 +48909,27 @@ function stdListListItemOrbital(params = {}) {
|
|
|
48484
48909
|
"from": "browsing",
|
|
48485
48910
|
"to": "browsing"
|
|
48486
48911
|
},
|
|
48912
|
+
{
|
|
48913
|
+
"effects": [
|
|
48914
|
+
[
|
|
48915
|
+
"render-ui",
|
|
48916
|
+
"toast",
|
|
48917
|
+
{
|
|
48918
|
+
"dismissible": true,
|
|
48919
|
+
"message": [
|
|
48920
|
+
"str/concat",
|
|
48921
|
+
"Couldn't refresh the list \u2014 ",
|
|
48922
|
+
"@payload.error"
|
|
48923
|
+
],
|
|
48924
|
+
"type": "alert",
|
|
48925
|
+
"variant": "error"
|
|
48926
|
+
}
|
|
48927
|
+
]
|
|
48928
|
+
],
|
|
48929
|
+
"event": "ListItemLoadFailed",
|
|
48930
|
+
"from": "browsing",
|
|
48931
|
+
"to": "browsing"
|
|
48932
|
+
},
|
|
48487
48933
|
{
|
|
48488
48934
|
"effects": [
|
|
48489
48935
|
[
|
|
@@ -50206,6 +50652,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
50206
50652
|
"resolved": false,
|
|
50207
50653
|
"resource": "@config.reviewSlot"
|
|
50208
50654
|
},
|
|
50655
|
+
{
|
|
50656
|
+
"kind": "render-ui",
|
|
50657
|
+
"resource": "toast"
|
|
50658
|
+
},
|
|
50209
50659
|
{
|
|
50210
50660
|
"kind": "set",
|
|
50211
50661
|
"resource": "@entity.createdAt"
|
|
@@ -50791,6 +51241,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
50791
51241
|
"synonyms": "preview ready, staging complete, review import",
|
|
50792
51242
|
"tier": "domain"
|
|
50793
51243
|
},
|
|
51244
|
+
{
|
|
51245
|
+
"key": "CLOSE",
|
|
51246
|
+
"name": "Close"
|
|
51247
|
+
},
|
|
50794
51248
|
{
|
|
50795
51249
|
"description": "migration.commit service result \u2014 committed count plus per-unit failures",
|
|
50796
51250
|
"key": "COMMITTED",
|
|
@@ -51047,6 +51501,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
51047
51501
|
{
|
|
51048
51502
|
"error": "@entity.error"
|
|
51049
51503
|
}
|
|
51504
|
+
],
|
|
51505
|
+
[
|
|
51506
|
+
"render-ui",
|
|
51507
|
+
"toast",
|
|
51508
|
+
{
|
|
51509
|
+
"dismissible": true,
|
|
51510
|
+
"message": [
|
|
51511
|
+
"str/concat",
|
|
51512
|
+
"Couldn't list the source documents \u2014 ",
|
|
51513
|
+
"@payload.error"
|
|
51514
|
+
],
|
|
51515
|
+
"type": "alert",
|
|
51516
|
+
"variant": "error"
|
|
51517
|
+
}
|
|
51050
51518
|
]
|
|
51051
51519
|
],
|
|
51052
51520
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -51236,6 +51704,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
51236
51704
|
{
|
|
51237
51705
|
"error": "@entity.error"
|
|
51238
51706
|
}
|
|
51707
|
+
],
|
|
51708
|
+
[
|
|
51709
|
+
"render-ui",
|
|
51710
|
+
"toast",
|
|
51711
|
+
{
|
|
51712
|
+
"dismissible": true,
|
|
51713
|
+
"message": [
|
|
51714
|
+
"str/concat",
|
|
51715
|
+
"Couldn't fetch the document \u2014 ",
|
|
51716
|
+
"@payload.error"
|
|
51717
|
+
],
|
|
51718
|
+
"type": "alert",
|
|
51719
|
+
"variant": "error"
|
|
51720
|
+
}
|
|
51239
51721
|
]
|
|
51240
51722
|
],
|
|
51241
51723
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -51347,6 +51829,53 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
51347
51829
|
"from": "reviewing",
|
|
51348
51830
|
"to": "idle"
|
|
51349
51831
|
},
|
|
51832
|
+
{
|
|
51833
|
+
"effects": [
|
|
51834
|
+
[
|
|
51835
|
+
"set",
|
|
51836
|
+
"@entity.status",
|
|
51837
|
+
"idle"
|
|
51838
|
+
],
|
|
51839
|
+
[
|
|
51840
|
+
"set",
|
|
51841
|
+
"@entity.documents",
|
|
51842
|
+
[]
|
|
51843
|
+
],
|
|
51844
|
+
[
|
|
51845
|
+
"set",
|
|
51846
|
+
"@entity.document",
|
|
51847
|
+
{}
|
|
51848
|
+
],
|
|
51849
|
+
[
|
|
51850
|
+
"set",
|
|
51851
|
+
"@entity.stats",
|
|
51852
|
+
{}
|
|
51853
|
+
],
|
|
51854
|
+
[
|
|
51855
|
+
"set",
|
|
51856
|
+
"@entity.units",
|
|
51857
|
+
[]
|
|
51858
|
+
],
|
|
51859
|
+
[
|
|
51860
|
+
"set",
|
|
51861
|
+
"@entity.skipped",
|
|
51862
|
+
[]
|
|
51863
|
+
],
|
|
51864
|
+
[
|
|
51865
|
+
"set",
|
|
51866
|
+
"@entity.validationErrors",
|
|
51867
|
+
[]
|
|
51868
|
+
],
|
|
51869
|
+
[
|
|
51870
|
+
"render-ui",
|
|
51871
|
+
"@config.reviewSlot",
|
|
51872
|
+
null
|
|
51873
|
+
]
|
|
51874
|
+
],
|
|
51875
|
+
"event": "CLOSE",
|
|
51876
|
+
"from": "reviewing",
|
|
51877
|
+
"to": "idle"
|
|
51878
|
+
},
|
|
51350
51879
|
{
|
|
51351
51880
|
"effects": [
|
|
51352
51881
|
[
|
|
@@ -51422,6 +51951,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
51422
51951
|
{
|
|
51423
51952
|
"error": "@entity.error"
|
|
51424
51953
|
}
|
|
51954
|
+
],
|
|
51955
|
+
[
|
|
51956
|
+
"render-ui",
|
|
51957
|
+
"toast",
|
|
51958
|
+
{
|
|
51959
|
+
"dismissible": true,
|
|
51960
|
+
"message": [
|
|
51961
|
+
"str/concat",
|
|
51962
|
+
"Couldn't commit the import \u2014 ",
|
|
51963
|
+
"@payload.error"
|
|
51964
|
+
],
|
|
51965
|
+
"type": "alert",
|
|
51966
|
+
"variant": "error"
|
|
51967
|
+
}
|
|
51425
51968
|
]
|
|
51426
51969
|
],
|
|
51427
51970
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -51832,6 +52375,10 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
|
|
|
51832
52375
|
"kind": "emit",
|
|
51833
52376
|
"resource": "CLASSIFY_FAILED"
|
|
51834
52377
|
},
|
|
52378
|
+
{
|
|
52379
|
+
"kind": "render-ui",
|
|
52380
|
+
"resource": "toast"
|
|
52381
|
+
},
|
|
51835
52382
|
{
|
|
51836
52383
|
"kind": "set",
|
|
51837
52384
|
"resource": "@entity.category"
|
|
@@ -52218,6 +52765,20 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
|
|
|
52218
52765
|
{
|
|
52219
52766
|
"error": "@entity.errorMessage"
|
|
52220
52767
|
}
|
|
52768
|
+
],
|
|
52769
|
+
[
|
|
52770
|
+
"render-ui",
|
|
52771
|
+
"toast",
|
|
52772
|
+
{
|
|
52773
|
+
"dismissible": true,
|
|
52774
|
+
"message": [
|
|
52775
|
+
"str/concat",
|
|
52776
|
+
"Couldn't classify \u2014 ",
|
|
52777
|
+
"@payload.error"
|
|
52778
|
+
],
|
|
52779
|
+
"type": "alert",
|
|
52780
|
+
"variant": "error"
|
|
52781
|
+
}
|
|
52221
52782
|
]
|
|
52222
52783
|
],
|
|
52223
52784
|
"event": "CLASSIFY_CALL_FAILED",
|
|
@@ -53185,6 +53746,10 @@ function stdMlInferMlInferOrbital(params = {}) {
|
|
|
53185
53746
|
"kind": "emit",
|
|
53186
53747
|
"resource": "INFER_ABSTAINED"
|
|
53187
53748
|
},
|
|
53749
|
+
{
|
|
53750
|
+
"kind": "render-ui",
|
|
53751
|
+
"resource": "toast"
|
|
53752
|
+
},
|
|
53188
53753
|
{
|
|
53189
53754
|
"kind": "set",
|
|
53190
53755
|
"resource": "@entity.confidence"
|
|
@@ -53662,6 +54227,20 @@ function stdMlInferMlInferOrbital(params = {}) {
|
|
|
53662
54227
|
"request": "@entity.request",
|
|
53663
54228
|
"violations": "@entity.violations"
|
|
53664
54229
|
}
|
|
54230
|
+
],
|
|
54231
|
+
[
|
|
54232
|
+
"render-ui",
|
|
54233
|
+
"toast",
|
|
54234
|
+
{
|
|
54235
|
+
"dismissible": true,
|
|
54236
|
+
"message": [
|
|
54237
|
+
"str/concat",
|
|
54238
|
+
"Couldn't run inference \u2014 ",
|
|
54239
|
+
"@payload.error"
|
|
54240
|
+
],
|
|
54241
|
+
"type": "alert",
|
|
54242
|
+
"variant": "error"
|
|
54243
|
+
}
|
|
53665
54244
|
]
|
|
53666
54245
|
],
|
|
53667
54246
|
"event": "INFER_CALL_FAILED",
|
|
@@ -57010,6 +57589,10 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
57010
57589
|
"kind": "render-ui",
|
|
57011
57590
|
"resolved": false,
|
|
57012
57591
|
"resource": "@config.reviewSlot"
|
|
57592
|
+
},
|
|
57593
|
+
{
|
|
57594
|
+
"kind": "render-ui",
|
|
57595
|
+
"resource": "toast"
|
|
57013
57596
|
}
|
|
57014
57597
|
],
|
|
57015
57598
|
"emits": [
|
|
@@ -57763,6 +58346,22 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
57763
58346
|
"to": "idle"
|
|
57764
58347
|
},
|
|
57765
58348
|
{
|
|
58349
|
+
"effects": [
|
|
58350
|
+
[
|
|
58351
|
+
"render-ui",
|
|
58352
|
+
"toast",
|
|
58353
|
+
{
|
|
58354
|
+
"dismissible": true,
|
|
58355
|
+
"message": [
|
|
58356
|
+
"str/concat",
|
|
58357
|
+
"Couldn't load the moderation queue \u2014 ",
|
|
58358
|
+
"@payload.error"
|
|
58359
|
+
],
|
|
58360
|
+
"type": "alert",
|
|
58361
|
+
"variant": "error"
|
|
58362
|
+
}
|
|
58363
|
+
]
|
|
58364
|
+
],
|
|
57766
58365
|
"event": "ModQueueItemLoadFailed",
|
|
57767
58366
|
"from": "idle",
|
|
57768
58367
|
"to": "idle"
|
|
@@ -62961,6 +63560,10 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
62961
63560
|
"kind": "persist",
|
|
62962
63561
|
"resource": "NotificationRecord"
|
|
62963
63562
|
},
|
|
63563
|
+
{
|
|
63564
|
+
"kind": "render-ui",
|
|
63565
|
+
"resource": "toast"
|
|
63566
|
+
},
|
|
62964
63567
|
{
|
|
62965
63568
|
"kind": "set",
|
|
62966
63569
|
"resource": "@entity.drainedCount"
|
|
@@ -63272,6 +63875,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
63272
63875
|
"set",
|
|
63273
63876
|
"@entity.lastError",
|
|
63274
63877
|
"@payload.error"
|
|
63878
|
+
],
|
|
63879
|
+
[
|
|
63880
|
+
"render-ui",
|
|
63881
|
+
"toast",
|
|
63882
|
+
{
|
|
63883
|
+
"dismissible": true,
|
|
63884
|
+
"message": [
|
|
63885
|
+
"str/concat",
|
|
63886
|
+
"Couldn't send the notification digest \u2014 ",
|
|
63887
|
+
"@payload.error"
|
|
63888
|
+
],
|
|
63889
|
+
"type": "alert",
|
|
63890
|
+
"variant": "error"
|
|
63891
|
+
}
|
|
63275
63892
|
]
|
|
63276
63893
|
],
|
|
63277
63894
|
"event": "DIGEST_FAILED",
|
|
@@ -63463,6 +64080,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
63463
64080
|
"set",
|
|
63464
64081
|
"@entity.lastError",
|
|
63465
64082
|
"@payload.error"
|
|
64083
|
+
],
|
|
64084
|
+
[
|
|
64085
|
+
"render-ui",
|
|
64086
|
+
"toast",
|
|
64087
|
+
{
|
|
64088
|
+
"dismissible": true,
|
|
64089
|
+
"message": [
|
|
64090
|
+
"str/concat",
|
|
64091
|
+
"Couldn't send the notification digest \u2014 ",
|
|
64092
|
+
"@payload.error"
|
|
64093
|
+
],
|
|
64094
|
+
"type": "alert",
|
|
64095
|
+
"variant": "error"
|
|
64096
|
+
}
|
|
63466
64097
|
]
|
|
63467
64098
|
],
|
|
63468
64099
|
"event": "DIGEST_FAILED",
|
|
@@ -66147,6 +66778,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
66147
66778
|
"recordedAt": "@now",
|
|
66148
66779
|
"severity": "@entity.severity"
|
|
66149
66780
|
}
|
|
66781
|
+
],
|
|
66782
|
+
[
|
|
66783
|
+
"render-ui",
|
|
66784
|
+
"toast",
|
|
66785
|
+
{
|
|
66786
|
+
"dismissible": true,
|
|
66787
|
+
"message": [
|
|
66788
|
+
"str/concat",
|
|
66789
|
+
"Couldn't send the email notification \u2014 ",
|
|
66790
|
+
"@payload.error"
|
|
66791
|
+
],
|
|
66792
|
+
"type": "alert",
|
|
66793
|
+
"variant": "error"
|
|
66794
|
+
}
|
|
66150
66795
|
]
|
|
66151
66796
|
],
|
|
66152
66797
|
"event": "NOTIFY_EMAIL_FAILED",
|
|
@@ -66203,6 +66848,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
66203
66848
|
"recordedAt": "@now",
|
|
66204
66849
|
"severity": "@entity.severity"
|
|
66205
66850
|
}
|
|
66851
|
+
],
|
|
66852
|
+
[
|
|
66853
|
+
"render-ui",
|
|
66854
|
+
"toast",
|
|
66855
|
+
{
|
|
66856
|
+
"dismissible": true,
|
|
66857
|
+
"message": [
|
|
66858
|
+
"str/concat",
|
|
66859
|
+
"Couldn't send the text message \u2014 ",
|
|
66860
|
+
"@payload.error"
|
|
66861
|
+
],
|
|
66862
|
+
"type": "alert",
|
|
66863
|
+
"variant": "error"
|
|
66864
|
+
}
|
|
66206
66865
|
]
|
|
66207
66866
|
],
|
|
66208
66867
|
"event": "NOTIFY_SMS_FAILED",
|
|
@@ -66259,6 +66918,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
66259
66918
|
"recordedAt": "@now",
|
|
66260
66919
|
"severity": "@entity.severity"
|
|
66261
66920
|
}
|
|
66921
|
+
],
|
|
66922
|
+
[
|
|
66923
|
+
"render-ui",
|
|
66924
|
+
"toast",
|
|
66925
|
+
{
|
|
66926
|
+
"dismissible": true,
|
|
66927
|
+
"message": [
|
|
66928
|
+
"str/concat",
|
|
66929
|
+
"Couldn't send the webhook notification \u2014 ",
|
|
66930
|
+
"@payload.error"
|
|
66931
|
+
],
|
|
66932
|
+
"type": "alert",
|
|
66933
|
+
"variant": "error"
|
|
66934
|
+
}
|
|
66262
66935
|
]
|
|
66263
66936
|
],
|
|
66264
66937
|
"event": "NOTIFY_WEBHOOK_FAILED",
|
|
@@ -66315,6 +66988,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
66315
66988
|
"recordedAt": "@now",
|
|
66316
66989
|
"severity": "@entity.severity"
|
|
66317
66990
|
}
|
|
66991
|
+
],
|
|
66992
|
+
[
|
|
66993
|
+
"render-ui",
|
|
66994
|
+
"toast",
|
|
66995
|
+
{
|
|
66996
|
+
"dismissible": true,
|
|
66997
|
+
"message": [
|
|
66998
|
+
"str/concat",
|
|
66999
|
+
"Couldn't send the push notification \u2014 ",
|
|
67000
|
+
"@payload.error"
|
|
67001
|
+
],
|
|
67002
|
+
"type": "alert",
|
|
67003
|
+
"variant": "error"
|
|
67004
|
+
}
|
|
66318
67005
|
]
|
|
66319
67006
|
],
|
|
66320
67007
|
"event": "NOTIFY_PUSH_FAILED",
|
|
@@ -66346,6 +67033,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
66346
67033
|
"recordedAt": "@now",
|
|
66347
67034
|
"severity": "@entity.severity"
|
|
66348
67035
|
}
|
|
67036
|
+
],
|
|
67037
|
+
[
|
|
67038
|
+
"render-ui",
|
|
67039
|
+
"toast",
|
|
67040
|
+
{
|
|
67041
|
+
"dismissible": true,
|
|
67042
|
+
"message": [
|
|
67043
|
+
"str/concat",
|
|
67044
|
+
"Couldn't look up notification preferences \u2014 ",
|
|
67045
|
+
"@payload.error"
|
|
67046
|
+
],
|
|
67047
|
+
"type": "alert",
|
|
67048
|
+
"variant": "error"
|
|
67049
|
+
}
|
|
66349
67050
|
]
|
|
66350
67051
|
],
|
|
66351
67052
|
"event": "NOTIFY_LOOKUP_FAILED",
|
|
@@ -78481,6 +79182,10 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
78481
79182
|
"resolved": false,
|
|
78482
79183
|
"resource": "@config.targetEntity"
|
|
78483
79184
|
},
|
|
79185
|
+
{
|
|
79186
|
+
"kind": "render-ui",
|
|
79187
|
+
"resource": "toast"
|
|
79188
|
+
},
|
|
78484
79189
|
{
|
|
78485
79190
|
"kind": "set",
|
|
78486
79191
|
"resource": "@entity.headId"
|
|
@@ -78693,6 +79398,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
78693
79398
|
"to": "idle"
|
|
78694
79399
|
},
|
|
78695
79400
|
{
|
|
79401
|
+
"effects": [
|
|
79402
|
+
[
|
|
79403
|
+
"render-ui",
|
|
79404
|
+
"toast",
|
|
79405
|
+
{
|
|
79406
|
+
"dismissible": true,
|
|
79407
|
+
"message": [
|
|
79408
|
+
"str/concat",
|
|
79409
|
+
"Couldn't scan for reminders \u2014 ",
|
|
79410
|
+
"@payload.error"
|
|
79411
|
+
],
|
|
79412
|
+
"type": "alert",
|
|
79413
|
+
"variant": "error"
|
|
79414
|
+
}
|
|
79415
|
+
]
|
|
79416
|
+
],
|
|
78696
79417
|
"event": "ScanFailed",
|
|
78697
79418
|
"from": "idle",
|
|
78698
79419
|
"to": "idle"
|
|
@@ -78822,6 +79543,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
78822
79543
|
"to": "idle"
|
|
78823
79544
|
},
|
|
78824
79545
|
{
|
|
79546
|
+
"effects": [
|
|
79547
|
+
[
|
|
79548
|
+
"render-ui",
|
|
79549
|
+
"toast",
|
|
79550
|
+
{
|
|
79551
|
+
"dismissible": true,
|
|
79552
|
+
"message": [
|
|
79553
|
+
"str/concat",
|
|
79554
|
+
"Couldn't scan for reminders \u2014 ",
|
|
79555
|
+
"@payload.error"
|
|
79556
|
+
],
|
|
79557
|
+
"type": "alert",
|
|
79558
|
+
"variant": "error"
|
|
79559
|
+
}
|
|
79560
|
+
]
|
|
79561
|
+
],
|
|
78825
79562
|
"event": "ScanFailed",
|
|
78826
79563
|
"from": "scanning",
|
|
78827
79564
|
"to": "idle"
|
|
@@ -81622,6 +82359,14 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
81622
82359
|
"tier": "presentation",
|
|
81623
82360
|
"type": "number"
|
|
81624
82361
|
},
|
|
82362
|
+
"searchField": {
|
|
82363
|
+
"default": "name",
|
|
82364
|
+
"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.",
|
|
82365
|
+
"label": "Which column does the search box match against?",
|
|
82366
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
82367
|
+
"tier": "policy",
|
|
82368
|
+
"type": "string"
|
|
82369
|
+
},
|
|
81625
82370
|
"searchPlaceholder": {
|
|
81626
82371
|
"default": "Search\u2026",
|
|
81627
82372
|
"description": "Hint text inside the pick-list search box.",
|
|
@@ -81653,6 +82398,10 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
81653
82398
|
{
|
|
81654
82399
|
"kind": "render-ui",
|
|
81655
82400
|
"resource": "main"
|
|
82401
|
+
},
|
|
82402
|
+
{
|
|
82403
|
+
"kind": "render-ui",
|
|
82404
|
+
"resource": "toast"
|
|
81656
82405
|
}
|
|
81657
82406
|
],
|
|
81658
82407
|
"emits": [
|
|
@@ -82125,7 +82874,7 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
82125
82874
|
[
|
|
82126
82875
|
"object/get",
|
|
82127
82876
|
"@entity",
|
|
82128
|
-
"
|
|
82877
|
+
"@config.searchField"
|
|
82129
82878
|
],
|
|
82130
82879
|
"@payload.searchTerm"
|
|
82131
82880
|
]
|
|
@@ -82198,6 +82947,27 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
82198
82947
|
"from": "idle",
|
|
82199
82948
|
"to": "idle"
|
|
82200
82949
|
},
|
|
82950
|
+
{
|
|
82951
|
+
"effects": [
|
|
82952
|
+
[
|
|
82953
|
+
"render-ui",
|
|
82954
|
+
"toast",
|
|
82955
|
+
{
|
|
82956
|
+
"dismissible": true,
|
|
82957
|
+
"message": [
|
|
82958
|
+
"str/concat",
|
|
82959
|
+
"Couldn't refresh the list \u2014 ",
|
|
82960
|
+
"@payload.error"
|
|
82961
|
+
],
|
|
82962
|
+
"type": "alert",
|
|
82963
|
+
"variant": "error"
|
|
82964
|
+
}
|
|
82965
|
+
]
|
|
82966
|
+
],
|
|
82967
|
+
"event": "SelectableItemLoadFailed",
|
|
82968
|
+
"from": "idle",
|
|
82969
|
+
"to": "idle"
|
|
82970
|
+
},
|
|
82201
82971
|
{
|
|
82202
82972
|
"effects": [
|
|
82203
82973
|
[
|
|
@@ -85258,6 +86028,10 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
85258
86028
|
"kind": "persist",
|
|
85259
86029
|
"resolved": false,
|
|
85260
86030
|
"resource": "@config.targetEntity"
|
|
86031
|
+
},
|
|
86032
|
+
{
|
|
86033
|
+
"kind": "render-ui",
|
|
86034
|
+
"resource": "toast"
|
|
85261
86035
|
}
|
|
85262
86036
|
],
|
|
85263
86037
|
"emits": [
|
|
@@ -85478,6 +86252,22 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
85478
86252
|
"to": "idle"
|
|
85479
86253
|
},
|
|
85480
86254
|
{
|
|
86255
|
+
"effects": [
|
|
86256
|
+
[
|
|
86257
|
+
"render-ui",
|
|
86258
|
+
"toast",
|
|
86259
|
+
{
|
|
86260
|
+
"dismissible": true,
|
|
86261
|
+
"message": [
|
|
86262
|
+
"str/concat",
|
|
86263
|
+
"Couldn't change the status \u2014 ",
|
|
86264
|
+
"@payload.error"
|
|
86265
|
+
],
|
|
86266
|
+
"type": "alert",
|
|
86267
|
+
"variant": "error"
|
|
86268
|
+
}
|
|
86269
|
+
]
|
|
86270
|
+
],
|
|
85481
86271
|
"event": "StatusChangeFailed",
|
|
85482
86272
|
"from": "idle",
|
|
85483
86273
|
"to": "idle"
|
|
@@ -88705,6 +89495,10 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
88705
89495
|
"synonyms": "cancel, back",
|
|
88706
89496
|
"tier": "internal"
|
|
88707
89497
|
},
|
|
89498
|
+
{
|
|
89499
|
+
"key": "CLOSE",
|
|
89500
|
+
"name": "Close"
|
|
89501
|
+
},
|
|
88708
89502
|
{
|
|
88709
89503
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
88710
89504
|
"key": "TagCreated",
|
|
@@ -89482,6 +90276,47 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
89482
90276
|
"from": "creating",
|
|
89483
90277
|
"to": "loading"
|
|
89484
90278
|
},
|
|
90279
|
+
{
|
|
90280
|
+
"effects": [
|
|
90281
|
+
[
|
|
90282
|
+
"render-ui",
|
|
90283
|
+
"modal",
|
|
90284
|
+
null
|
|
90285
|
+
],
|
|
90286
|
+
[
|
|
90287
|
+
"render-ui",
|
|
90288
|
+
"main",
|
|
90289
|
+
{
|
|
90290
|
+
"align": "center",
|
|
90291
|
+
"children": [
|
|
90292
|
+
{
|
|
90293
|
+
"type": "spinner"
|
|
90294
|
+
},
|
|
90295
|
+
{
|
|
90296
|
+
"color": "muted",
|
|
90297
|
+
"content": "Loading\u2026",
|
|
90298
|
+
"type": "typography",
|
|
90299
|
+
"variant": "caption"
|
|
90300
|
+
}
|
|
90301
|
+
],
|
|
90302
|
+
"className": "py-12",
|
|
90303
|
+
"direction": "vertical",
|
|
90304
|
+
"gap": "md",
|
|
90305
|
+
"type": "stack"
|
|
90306
|
+
}
|
|
90307
|
+
],
|
|
90308
|
+
[
|
|
90309
|
+
"emit",
|
|
90310
|
+
"LEVEL_RELOAD",
|
|
90311
|
+
{
|
|
90312
|
+
"tagId": "@entity.id"
|
|
90313
|
+
}
|
|
90314
|
+
]
|
|
90315
|
+
],
|
|
90316
|
+
"event": "CLOSE",
|
|
90317
|
+
"from": "creating",
|
|
90318
|
+
"to": "loading"
|
|
90319
|
+
},
|
|
89485
90320
|
{
|
|
89486
90321
|
"effects": [
|
|
89487
90322
|
[
|
|
@@ -98100,6 +98935,10 @@ function stdWizardWizardOrbital(params = {}) {
|
|
|
98100
98935
|
"kind": "render-ui",
|
|
98101
98936
|
"resource": "main"
|
|
98102
98937
|
},
|
|
98938
|
+
{
|
|
98939
|
+
"kind": "render-ui",
|
|
98940
|
+
"resource": "toast"
|
|
98941
|
+
},
|
|
98103
98942
|
{
|
|
98104
98943
|
"kind": "set",
|
|
98105
98944
|
"resource": "@entity.cancelReason"
|
|
@@ -99422,6 +100261,77 @@ function stdWizardWizardOrbital(params = {}) {
|
|
|
99422
100261
|
"from": "running",
|
|
99423
100262
|
"to": "cancelled"
|
|
99424
100263
|
},
|
|
100264
|
+
{
|
|
100265
|
+
"effects": [
|
|
100266
|
+
[
|
|
100267
|
+
"render-ui",
|
|
100268
|
+
"main",
|
|
100269
|
+
{
|
|
100270
|
+
"align": "center",
|
|
100271
|
+
"children": [
|
|
100272
|
+
{
|
|
100273
|
+
"name": "check-circle",
|
|
100274
|
+
"size": "lg",
|
|
100275
|
+
"type": "icon"
|
|
100276
|
+
},
|
|
100277
|
+
{
|
|
100278
|
+
"align": "center",
|
|
100279
|
+
"content": "Complete",
|
|
100280
|
+
"type": "typography",
|
|
100281
|
+
"variant": "h2"
|
|
100282
|
+
},
|
|
100283
|
+
{
|
|
100284
|
+
"align": "center",
|
|
100285
|
+
"color": "muted",
|
|
100286
|
+
"content": "@entity.completionMessage",
|
|
100287
|
+
"type": "typography",
|
|
100288
|
+
"variant": "body"
|
|
100289
|
+
},
|
|
100290
|
+
{
|
|
100291
|
+
"allowNavigation": false,
|
|
100292
|
+
"currentStep": "@entity.totalSteps",
|
|
100293
|
+
"steps": "@entity.wizardSteps",
|
|
100294
|
+
"type": "wizard-progress"
|
|
100295
|
+
},
|
|
100296
|
+
{
|
|
100297
|
+
"action": "RESTART",
|
|
100298
|
+
"icon": "rotate-ccw",
|
|
100299
|
+
"label": "Start a new wizard",
|
|
100300
|
+
"type": "button",
|
|
100301
|
+
"variant": "secondary"
|
|
100302
|
+
}
|
|
100303
|
+
],
|
|
100304
|
+
"direction": "vertical",
|
|
100305
|
+
"gap": "lg",
|
|
100306
|
+
"type": "stack"
|
|
100307
|
+
}
|
|
100308
|
+
]
|
|
100309
|
+
],
|
|
100310
|
+
"event": "WizardSaved",
|
|
100311
|
+
"from": "completed",
|
|
100312
|
+
"to": "completed"
|
|
100313
|
+
},
|
|
100314
|
+
{
|
|
100315
|
+
"effects": [
|
|
100316
|
+
[
|
|
100317
|
+
"render-ui",
|
|
100318
|
+
"toast",
|
|
100319
|
+
{
|
|
100320
|
+
"dismissible": true,
|
|
100321
|
+
"message": [
|
|
100322
|
+
"str/concat",
|
|
100323
|
+
"Couldn't save the wizard \u2014 ",
|
|
100324
|
+
"@payload.error"
|
|
100325
|
+
],
|
|
100326
|
+
"type": "alert",
|
|
100327
|
+
"variant": "error"
|
|
100328
|
+
}
|
|
100329
|
+
]
|
|
100330
|
+
],
|
|
100331
|
+
"event": "WizardSaveFailed",
|
|
100332
|
+
"from": "completed",
|
|
100333
|
+
"to": "completed"
|
|
100334
|
+
},
|
|
99425
100335
|
{
|
|
99426
100336
|
"effects": [
|
|
99427
100337
|
[
|