@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
|
@@ -9600,6 +9600,23 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
9600
9600
|
"synonyms": "replay failed, apply failed, approval rollback",
|
|
9601
9601
|
"tier": "domain"
|
|
9602
9602
|
},
|
|
9603
|
+
{
|
|
9604
|
+
"description": "Indicates a failure to load or process an approval request for review.",
|
|
9605
|
+
"key": "ApprovalRequestReviewFailed",
|
|
9606
|
+
"name": "ApprovalRequest review failed",
|
|
9607
|
+
"payloadSchema": [
|
|
9608
|
+
{
|
|
9609
|
+
"name": "error",
|
|
9610
|
+
"type": "string"
|
|
9611
|
+
},
|
|
9612
|
+
{
|
|
9613
|
+
"name": "code",
|
|
9614
|
+
"type": "string"
|
|
9615
|
+
}
|
|
9616
|
+
],
|
|
9617
|
+
"synonyms": "load error, failed review, processing failure",
|
|
9618
|
+
"tier": "internal"
|
|
9619
|
+
},
|
|
9603
9620
|
{
|
|
9604
9621
|
"description": "Summons the review queue (host nav/affordance requests it).",
|
|
9605
9622
|
"key": "OPEN",
|
|
@@ -9797,23 +9814,6 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
9797
9814
|
"synonyms": "reviewed, processed, examined",
|
|
9798
9815
|
"tier": "internal"
|
|
9799
9816
|
},
|
|
9800
|
-
{
|
|
9801
|
-
"description": "Indicates a failure to load or process an approval request for review.",
|
|
9802
|
-
"key": "ApprovalRequestReviewFailed",
|
|
9803
|
-
"name": "ApprovalRequest review failed",
|
|
9804
|
-
"payloadSchema": [
|
|
9805
|
-
{
|
|
9806
|
-
"name": "error",
|
|
9807
|
-
"type": "string"
|
|
9808
|
-
},
|
|
9809
|
-
{
|
|
9810
|
-
"name": "code",
|
|
9811
|
-
"type": "string"
|
|
9812
|
-
}
|
|
9813
|
-
],
|
|
9814
|
-
"synonyms": "load error, failed review, processing failure",
|
|
9815
|
-
"tier": "internal"
|
|
9816
|
-
},
|
|
9817
9817
|
{
|
|
9818
9818
|
"description": "The deny form committed; data carries the request id + the written reason.",
|
|
9819
9819
|
"key": "CONFIRM_DENY",
|
|
@@ -9931,6 +9931,22 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
9931
9931
|
"to": "idle"
|
|
9932
9932
|
},
|
|
9933
9933
|
{
|
|
9934
|
+
"effects": [
|
|
9935
|
+
[
|
|
9936
|
+
"render-ui",
|
|
9937
|
+
"toast",
|
|
9938
|
+
{
|
|
9939
|
+
"dismissible": true,
|
|
9940
|
+
"message": [
|
|
9941
|
+
"str/concat",
|
|
9942
|
+
"Couldn't load the approval request \u2014 ",
|
|
9943
|
+
"@payload.error"
|
|
9944
|
+
],
|
|
9945
|
+
"type": "alert",
|
|
9946
|
+
"variant": "error"
|
|
9947
|
+
}
|
|
9948
|
+
]
|
|
9949
|
+
],
|
|
9934
9950
|
"event": "ApprovalRequestLoadFailed",
|
|
9935
9951
|
"from": "idle",
|
|
9936
9952
|
"to": "idle"
|
|
@@ -9984,6 +10000,27 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
9984
10000
|
"from": "idle",
|
|
9985
10001
|
"to": "idle"
|
|
9986
10002
|
},
|
|
10003
|
+
{
|
|
10004
|
+
"effects": [
|
|
10005
|
+
[
|
|
10006
|
+
"render-ui",
|
|
10007
|
+
"toast",
|
|
10008
|
+
{
|
|
10009
|
+
"dismissible": true,
|
|
10010
|
+
"message": [
|
|
10011
|
+
"str/concat",
|
|
10012
|
+
"Couldn't reopen the approval request \u2014 ",
|
|
10013
|
+
"@payload.error"
|
|
10014
|
+
],
|
|
10015
|
+
"type": "alert",
|
|
10016
|
+
"variant": "error"
|
|
10017
|
+
}
|
|
10018
|
+
]
|
|
10019
|
+
],
|
|
10020
|
+
"event": "ApprovalRequestReviewFailed",
|
|
10021
|
+
"from": "idle",
|
|
10022
|
+
"to": "idle"
|
|
10023
|
+
},
|
|
9987
10024
|
{
|
|
9988
10025
|
"effects": [
|
|
9989
10026
|
[
|
|
@@ -13842,6 +13879,10 @@ function stdBoardBoardOrbital(params = {}) {
|
|
|
13842
13879
|
"kind": "render-ui",
|
|
13843
13880
|
"resource": "main"
|
|
13844
13881
|
},
|
|
13882
|
+
{
|
|
13883
|
+
"kind": "render-ui",
|
|
13884
|
+
"resource": "toast"
|
|
13885
|
+
},
|
|
13845
13886
|
{
|
|
13846
13887
|
"kind": "set",
|
|
13847
13888
|
"resource": "@entity.boards"
|
|
@@ -15181,6 +15222,58 @@ function stdBoardBoardOrbital(params = {}) {
|
|
|
15181
15222
|
"from": "viewing_board",
|
|
15182
15223
|
"to": "viewing_board"
|
|
15183
15224
|
},
|
|
15225
|
+
{
|
|
15226
|
+
"effects": [
|
|
15227
|
+
[
|
|
15228
|
+
"set",
|
|
15229
|
+
"@entity.errorMessage",
|
|
15230
|
+
"@payload.error"
|
|
15231
|
+
],
|
|
15232
|
+
[
|
|
15233
|
+
"render-ui",
|
|
15234
|
+
"toast",
|
|
15235
|
+
{
|
|
15236
|
+
"dismissible": true,
|
|
15237
|
+
"message": [
|
|
15238
|
+
"str/concat",
|
|
15239
|
+
"Couldn't save the board \u2014 ",
|
|
15240
|
+
"@payload.error"
|
|
15241
|
+
],
|
|
15242
|
+
"type": "alert",
|
|
15243
|
+
"variant": "error"
|
|
15244
|
+
}
|
|
15245
|
+
]
|
|
15246
|
+
],
|
|
15247
|
+
"event": "BoardItemsSaveFailed",
|
|
15248
|
+
"from": "viewing_board",
|
|
15249
|
+
"to": "viewing_board"
|
|
15250
|
+
},
|
|
15251
|
+
{
|
|
15252
|
+
"effects": [
|
|
15253
|
+
[
|
|
15254
|
+
"set",
|
|
15255
|
+
"@entity.errorMessage",
|
|
15256
|
+
"@payload.error"
|
|
15257
|
+
],
|
|
15258
|
+
[
|
|
15259
|
+
"render-ui",
|
|
15260
|
+
"toast",
|
|
15261
|
+
{
|
|
15262
|
+
"dismissible": true,
|
|
15263
|
+
"message": [
|
|
15264
|
+
"str/concat",
|
|
15265
|
+
"Couldn't refresh the board \u2014 ",
|
|
15266
|
+
"@payload.error"
|
|
15267
|
+
],
|
|
15268
|
+
"type": "alert",
|
|
15269
|
+
"variant": "error"
|
|
15270
|
+
}
|
|
15271
|
+
]
|
|
15272
|
+
],
|
|
15273
|
+
"event": "BoardItemsLoadFailed",
|
|
15274
|
+
"from": "viewing_board",
|
|
15275
|
+
"to": "viewing_board"
|
|
15276
|
+
},
|
|
15184
15277
|
{
|
|
15185
15278
|
"effects": [
|
|
15186
15279
|
[
|
|
@@ -16680,6 +16773,14 @@ function stdBrowseBrowseItemOrbital(params = {}) {
|
|
|
16680
16773
|
"tier": "policy",
|
|
16681
16774
|
"type": "string"
|
|
16682
16775
|
},
|
|
16776
|
+
"searchField": {
|
|
16777
|
+
"default": "name",
|
|
16778
|
+
"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.",
|
|
16779
|
+
"label": "Which column does the search box match against?",
|
|
16780
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
16781
|
+
"tier": "policy",
|
|
16782
|
+
"type": "string"
|
|
16783
|
+
},
|
|
16683
16784
|
"searchPlaceholder": {
|
|
16684
16785
|
"default": "Search\u2026",
|
|
16685
16786
|
"description": "Hint text inside the list search box (e.g. 'Search orders\u2026').",
|
|
@@ -17539,7 +17640,7 @@ function stdBrowseBrowseItemOrbital(params = {}) {
|
|
|
17539
17640
|
[
|
|
17540
17641
|
"object/get",
|
|
17541
17642
|
"@entity",
|
|
17542
|
-
"
|
|
17643
|
+
"@config.searchField"
|
|
17543
17644
|
],
|
|
17544
17645
|
"@payload.searchTerm"
|
|
17545
17646
|
]
|
|
@@ -18696,6 +18797,10 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
18696
18797
|
{
|
|
18697
18798
|
"kind": "render-ui",
|
|
18698
18799
|
"resource": "main"
|
|
18800
|
+
},
|
|
18801
|
+
{
|
|
18802
|
+
"kind": "render-ui",
|
|
18803
|
+
"resource": "toast"
|
|
18699
18804
|
}
|
|
18700
18805
|
],
|
|
18701
18806
|
"emits": [
|
|
@@ -18903,6 +19008,36 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
18903
19008
|
"synonyms": "error, failure, miss, not found",
|
|
18904
19009
|
"tier": "internal"
|
|
18905
19010
|
},
|
|
19011
|
+
{
|
|
19012
|
+
"description": "Indicates a failure to update a cached entry.",
|
|
19013
|
+
"key": "CacheEntryUpdateFailed",
|
|
19014
|
+
"name": "CacheEntry update failed",
|
|
19015
|
+
"payloadSchema": [
|
|
19016
|
+
{
|
|
19017
|
+
"name": "error",
|
|
19018
|
+
"type": "string"
|
|
19019
|
+
},
|
|
19020
|
+
{
|
|
19021
|
+
"name": "code",
|
|
19022
|
+
"type": "string"
|
|
19023
|
+
}
|
|
19024
|
+
],
|
|
19025
|
+
"synonyms": "error, failure, problem, unsuccessful",
|
|
19026
|
+
"tier": "internal"
|
|
19027
|
+
},
|
|
19028
|
+
{
|
|
19029
|
+
"description": "Signals that a cached entry's data has been modified.",
|
|
19030
|
+
"key": "CacheEntryUpdated",
|
|
19031
|
+
"name": "CacheEntry updated",
|
|
19032
|
+
"payloadSchema": [
|
|
19033
|
+
{
|
|
19034
|
+
"name": "id",
|
|
19035
|
+
"type": "string"
|
|
19036
|
+
}
|
|
19037
|
+
],
|
|
19038
|
+
"synonyms": "modified, refreshed, changed, updated",
|
|
19039
|
+
"tier": "presentation"
|
|
19040
|
+
},
|
|
18906
19041
|
{
|
|
18907
19042
|
"key": "INVALIDATE",
|
|
18908
19043
|
"name": "Invalidate"
|
|
@@ -18956,36 +19091,6 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
18956
19091
|
{
|
|
18957
19092
|
"key": "REFRESH",
|
|
18958
19093
|
"name": "Refresh"
|
|
18959
|
-
},
|
|
18960
|
-
{
|
|
18961
|
-
"description": "Signals that a cached entry's data has been modified.",
|
|
18962
|
-
"key": "CacheEntryUpdated",
|
|
18963
|
-
"name": "CacheEntry updated",
|
|
18964
|
-
"payloadSchema": [
|
|
18965
|
-
{
|
|
18966
|
-
"name": "id",
|
|
18967
|
-
"type": "string"
|
|
18968
|
-
}
|
|
18969
|
-
],
|
|
18970
|
-
"synonyms": "modified, refreshed, changed, updated",
|
|
18971
|
-
"tier": "presentation"
|
|
18972
|
-
},
|
|
18973
|
-
{
|
|
18974
|
-
"description": "Indicates a failure to update a cached entry.",
|
|
18975
|
-
"key": "CacheEntryUpdateFailed",
|
|
18976
|
-
"name": "CacheEntry update failed",
|
|
18977
|
-
"payloadSchema": [
|
|
18978
|
-
{
|
|
18979
|
-
"name": "error",
|
|
18980
|
-
"type": "string"
|
|
18981
|
-
},
|
|
18982
|
-
{
|
|
18983
|
-
"name": "code",
|
|
18984
|
-
"type": "string"
|
|
18985
|
-
}
|
|
18986
|
-
],
|
|
18987
|
-
"synonyms": "error, failure, problem, unsuccessful",
|
|
18988
|
-
"tier": "internal"
|
|
18989
19094
|
}
|
|
18990
19095
|
],
|
|
18991
19096
|
"states": [
|
|
@@ -19184,6 +19289,44 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
19184
19289
|
"from": "loading",
|
|
19185
19290
|
"to": "error"
|
|
19186
19291
|
},
|
|
19292
|
+
{
|
|
19293
|
+
"effects": [
|
|
19294
|
+
[
|
|
19295
|
+
"render-ui",
|
|
19296
|
+
"toast",
|
|
19297
|
+
{
|
|
19298
|
+
"dismissible": true,
|
|
19299
|
+
"message": [
|
|
19300
|
+
"str/concat",
|
|
19301
|
+
"Couldn't update the cache entry \u2014 ",
|
|
19302
|
+
"@payload.error"
|
|
19303
|
+
],
|
|
19304
|
+
"type": "alert",
|
|
19305
|
+
"variant": "error"
|
|
19306
|
+
}
|
|
19307
|
+
]
|
|
19308
|
+
],
|
|
19309
|
+
"event": "CacheEntryUpdateFailed",
|
|
19310
|
+
"from": "loading",
|
|
19311
|
+
"to": "loading"
|
|
19312
|
+
},
|
|
19313
|
+
{
|
|
19314
|
+
"effects": [
|
|
19315
|
+
[
|
|
19316
|
+
"fetch",
|
|
19317
|
+
"CacheEntry",
|
|
19318
|
+
{
|
|
19319
|
+
"emit": {
|
|
19320
|
+
"failure": "CacheEntryLoadFailed",
|
|
19321
|
+
"success": "CacheEntryLoaded"
|
|
19322
|
+
}
|
|
19323
|
+
}
|
|
19324
|
+
]
|
|
19325
|
+
],
|
|
19326
|
+
"event": "CacheEntryUpdated",
|
|
19327
|
+
"from": "loading",
|
|
19328
|
+
"to": "loading"
|
|
19329
|
+
},
|
|
19187
19330
|
{
|
|
19188
19331
|
"effects": [
|
|
19189
19332
|
[
|
|
@@ -20582,6 +20725,14 @@ function stdCalendarCalendarEventOrbital(params = {}) {
|
|
|
20582
20725
|
"tier": "presentation",
|
|
20583
20726
|
"type": "event"
|
|
20584
20727
|
},
|
|
20728
|
+
"searchField": {
|
|
20729
|
+
"default": "name",
|
|
20730
|
+
"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.",
|
|
20731
|
+
"label": "Which column does the search box match against?",
|
|
20732
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
20733
|
+
"tier": "policy",
|
|
20734
|
+
"type": "string"
|
|
20735
|
+
},
|
|
20585
20736
|
"searchPlaceholder": {
|
|
20586
20737
|
"default": "Search\u2026",
|
|
20587
20738
|
"description": "Hint text inside the calendar's search box (e.g. 'Search events\u2026').",
|
|
@@ -21437,7 +21588,7 @@ function stdCalendarCalendarEventOrbital(params = {}) {
|
|
|
21437
21588
|
[
|
|
21438
21589
|
"object/get",
|
|
21439
21590
|
"@entity",
|
|
21440
|
-
"
|
|
21591
|
+
"@config.searchField"
|
|
21441
21592
|
],
|
|
21442
21593
|
"@payload.searchTerm"
|
|
21443
21594
|
]
|
|
@@ -21970,6 +22121,10 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
21970
22121
|
"kind": "persist",
|
|
21971
22122
|
"resource": "CalendarEvent"
|
|
21972
22123
|
},
|
|
22124
|
+
{
|
|
22125
|
+
"kind": "render-ui",
|
|
22126
|
+
"resource": "toast"
|
|
22127
|
+
},
|
|
21973
22128
|
{
|
|
21974
22129
|
"kind": "set",
|
|
21975
22130
|
"resource": "@entity.headId"
|
|
@@ -22690,6 +22845,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
22690
22845
|
"set",
|
|
22691
22846
|
"@entity.lastError",
|
|
22692
22847
|
"@payload.error"
|
|
22848
|
+
],
|
|
22849
|
+
[
|
|
22850
|
+
"render-ui",
|
|
22851
|
+
"toast",
|
|
22852
|
+
{
|
|
22853
|
+
"dismissible": true,
|
|
22854
|
+
"message": [
|
|
22855
|
+
"str/concat",
|
|
22856
|
+
"Couldn't sync the calendar \u2014 ",
|
|
22857
|
+
"@payload.error"
|
|
22858
|
+
],
|
|
22859
|
+
"type": "alert",
|
|
22860
|
+
"variant": "error"
|
|
22861
|
+
}
|
|
22693
22862
|
]
|
|
22694
22863
|
],
|
|
22695
22864
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -22906,6 +23075,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
22906
23075
|
"set",
|
|
22907
23076
|
"@entity.lastError",
|
|
22908
23077
|
"@payload.error"
|
|
23078
|
+
],
|
|
23079
|
+
[
|
|
23080
|
+
"render-ui",
|
|
23081
|
+
"toast",
|
|
23082
|
+
{
|
|
23083
|
+
"dismissible": true,
|
|
23084
|
+
"message": [
|
|
23085
|
+
"str/concat",
|
|
23086
|
+
"Couldn't sync the calendar \u2014 ",
|
|
23087
|
+
"@payload.error"
|
|
23088
|
+
],
|
|
23089
|
+
"type": "alert",
|
|
23090
|
+
"variant": "error"
|
|
23091
|
+
}
|
|
22909
23092
|
]
|
|
22910
23093
|
],
|
|
22911
23094
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -23185,6 +23368,20 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
23185
23368
|
"set",
|
|
23186
23369
|
"@entity.lastError",
|
|
23187
23370
|
"@payload.error"
|
|
23371
|
+
],
|
|
23372
|
+
[
|
|
23373
|
+
"render-ui",
|
|
23374
|
+
"toast",
|
|
23375
|
+
{
|
|
23376
|
+
"dismissible": true,
|
|
23377
|
+
"message": [
|
|
23378
|
+
"str/concat",
|
|
23379
|
+
"Couldn't sync the calendar \u2014 ",
|
|
23380
|
+
"@payload.error"
|
|
23381
|
+
],
|
|
23382
|
+
"type": "alert",
|
|
23383
|
+
"variant": "error"
|
|
23384
|
+
}
|
|
23188
23385
|
]
|
|
23189
23386
|
],
|
|
23190
23387
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -23512,6 +23709,10 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
|
|
|
23512
23709
|
"kind": "persist",
|
|
23513
23710
|
"resource": "CascadeLog"
|
|
23514
23711
|
},
|
|
23712
|
+
{
|
|
23713
|
+
"kind": "render-ui",
|
|
23714
|
+
"resource": "toast"
|
|
23715
|
+
},
|
|
23515
23716
|
{
|
|
23516
23717
|
"kind": "set",
|
|
23517
23718
|
"resource": "@entity.headId"
|
|
@@ -23852,6 +24053,22 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
|
|
|
23852
24053
|
"to": "scanning"
|
|
23853
24054
|
},
|
|
23854
24055
|
{
|
|
24056
|
+
"effects": [
|
|
24057
|
+
[
|
|
24058
|
+
"render-ui",
|
|
24059
|
+
"toast",
|
|
24060
|
+
{
|
|
24061
|
+
"dismissible": true,
|
|
24062
|
+
"message": [
|
|
24063
|
+
"str/concat",
|
|
24064
|
+
"Couldn't cascade the delete \u2014 ",
|
|
24065
|
+
"@payload.error"
|
|
24066
|
+
],
|
|
24067
|
+
"type": "alert",
|
|
24068
|
+
"variant": "error"
|
|
24069
|
+
}
|
|
24070
|
+
]
|
|
24071
|
+
],
|
|
23855
24072
|
"event": "CascadeFailed",
|
|
23856
24073
|
"from": "scanning",
|
|
23857
24074
|
"to": "idle"
|
|
@@ -24731,6 +24948,10 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
24731
24948
|
"kind": "render-ui",
|
|
24732
24949
|
"resource": "main"
|
|
24733
24950
|
},
|
|
24951
|
+
{
|
|
24952
|
+
"kind": "render-ui",
|
|
24953
|
+
"resource": "toast"
|
|
24954
|
+
},
|
|
24734
24955
|
{
|
|
24735
24956
|
"kind": "set",
|
|
24736
24957
|
"resource": "@entity.failureCount"
|
|
@@ -24826,6 +25047,19 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
24826
25047
|
"key": "INIT",
|
|
24827
25048
|
"name": "Initialize"
|
|
24828
25049
|
},
|
|
25050
|
+
{
|
|
25051
|
+
"description": "Indicates a node failed to load, potentially disrupting service.",
|
|
25052
|
+
"key": "ServiceNodeLoadFailed",
|
|
25053
|
+
"name": "ServiceNode load failed",
|
|
25054
|
+
"payloadSchema": [
|
|
25055
|
+
{
|
|
25056
|
+
"name": "message",
|
|
25057
|
+
"type": "string"
|
|
25058
|
+
}
|
|
25059
|
+
],
|
|
25060
|
+
"synonyms": "failure, error, unavailable, outage",
|
|
25061
|
+
"tier": "internal"
|
|
25062
|
+
},
|
|
24829
25063
|
{
|
|
24830
25064
|
"key": "FAILURE",
|
|
24831
25065
|
"name": "Failure"
|
|
@@ -24889,19 +25123,6 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
24889
25123
|
],
|
|
24890
25124
|
"synonyms": "loaded, initialized, ready",
|
|
24891
25125
|
"tier": "internal"
|
|
24892
|
-
},
|
|
24893
|
-
{
|
|
24894
|
-
"description": "Indicates a node failed to load, potentially disrupting service.",
|
|
24895
|
-
"key": "ServiceNodeLoadFailed",
|
|
24896
|
-
"name": "ServiceNode load failed",
|
|
24897
|
-
"payloadSchema": [
|
|
24898
|
-
{
|
|
24899
|
-
"name": "message",
|
|
24900
|
-
"type": "string"
|
|
24901
|
-
}
|
|
24902
|
-
],
|
|
24903
|
-
"synonyms": "failure, error, unavailable, outage",
|
|
24904
|
-
"tier": "internal"
|
|
24905
25126
|
}
|
|
24906
25127
|
],
|
|
24907
25128
|
"states": [
|
|
@@ -24988,212 +25209,233 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
24988
25209
|
"effects": [
|
|
24989
25210
|
[
|
|
24990
25211
|
"render-ui",
|
|
24991
|
-
"
|
|
24992
|
-
{
|
|
24993
|
-
"children": [
|
|
24994
|
-
{
|
|
24995
|
-
"align": "center",
|
|
24996
|
-
"children": [
|
|
24997
|
-
{
|
|
24998
|
-
"align": "center",
|
|
24999
|
-
"children": [
|
|
25000
|
-
"@trait.AlertTriangleIcon",
|
|
25001
|
-
"@trait.ServiceNodeLabel"
|
|
25002
|
-
],
|
|
25003
|
-
"direction": "horizontal",
|
|
25004
|
-
"gap": "md",
|
|
25005
|
-
"type": "stack"
|
|
25006
|
-
},
|
|
25007
|
-
"@trait.OpenStatusDot"
|
|
25008
|
-
],
|
|
25009
|
-
"direction": "horizontal",
|
|
25010
|
-
"gap": "md",
|
|
25011
|
-
"justify": "between",
|
|
25012
|
-
"type": "stack"
|
|
25013
|
-
},
|
|
25014
|
-
"@trait.CircuitDivider",
|
|
25015
|
-
"@trait.ErrorAlert",
|
|
25016
|
-
"@trait.StatsGrid",
|
|
25017
|
-
"@trait.FailuresMeter",
|
|
25018
|
-
"@trait.ResetButton"
|
|
25019
|
-
],
|
|
25020
|
-
"direction": "vertical",
|
|
25021
|
-
"gap": "lg",
|
|
25022
|
-
"type": "stack"
|
|
25023
|
-
}
|
|
25024
|
-
]
|
|
25025
|
-
],
|
|
25026
|
-
"event": "FAILURE",
|
|
25027
|
-
"from": "closed",
|
|
25028
|
-
"to": "open"
|
|
25029
|
-
},
|
|
25030
|
-
{
|
|
25031
|
-
"effects": [
|
|
25032
|
-
[
|
|
25033
|
-
"render-ui",
|
|
25034
|
-
"main",
|
|
25212
|
+
"toast",
|
|
25035
25213
|
{
|
|
25036
|
-
"
|
|
25037
|
-
|
|
25038
|
-
|
|
25039
|
-
|
|
25040
|
-
|
|
25041
|
-
"align": "center",
|
|
25042
|
-
"children": [
|
|
25043
|
-
"@trait.ShieldIcon",
|
|
25044
|
-
"@trait.ServiceNodeLabel"
|
|
25045
|
-
],
|
|
25046
|
-
"direction": "horizontal",
|
|
25047
|
-
"gap": "md",
|
|
25048
|
-
"type": "stack"
|
|
25049
|
-
},
|
|
25050
|
-
"@trait.ClosedStatusDot"
|
|
25051
|
-
],
|
|
25052
|
-
"direction": "horizontal",
|
|
25053
|
-
"gap": "md",
|
|
25054
|
-
"justify": "between",
|
|
25055
|
-
"type": "stack"
|
|
25056
|
-
},
|
|
25057
|
-
"@trait.CircuitDivider",
|
|
25058
|
-
"@trait.SuccessAlert",
|
|
25059
|
-
"@trait.StatsGrid",
|
|
25060
|
-
"@trait.FailuresMeter"
|
|
25214
|
+
"dismissible": true,
|
|
25215
|
+
"message": [
|
|
25216
|
+
"str/concat",
|
|
25217
|
+
"Couldn't load the service node \u2014 ",
|
|
25218
|
+
"@payload.message"
|
|
25061
25219
|
],
|
|
25062
|
-
"
|
|
25063
|
-
"
|
|
25064
|
-
"type": "stack"
|
|
25220
|
+
"type": "alert",
|
|
25221
|
+
"variant": "error"
|
|
25065
25222
|
}
|
|
25066
25223
|
]
|
|
25067
25224
|
],
|
|
25068
|
-
"event": "
|
|
25225
|
+
"event": "ServiceNodeLoadFailed",
|
|
25069
25226
|
"from": "closed",
|
|
25070
25227
|
"to": "closed"
|
|
25071
25228
|
},
|
|
25072
|
-
{
|
|
25073
|
-
"effects": [
|
|
25074
|
-
[
|
|
25075
|
-
"render-ui",
|
|
25076
|
-
"main",
|
|
25077
|
-
{
|
|
25078
|
-
"children": [
|
|
25079
|
-
{
|
|
25080
|
-
"align": "center",
|
|
25081
|
-
"children": [
|
|
25082
|
-
{
|
|
25083
|
-
"align": "center",
|
|
25084
|
-
"children": [
|
|
25085
|
-
"@trait.
|
|
25086
|
-
"@trait.ServiceNodeLabel"
|
|
25087
|
-
],
|
|
25088
|
-
"direction": "horizontal",
|
|
25089
|
-
"gap": "md",
|
|
25090
|
-
"type": "stack"
|
|
25091
|
-
},
|
|
25092
|
-
"@trait.
|
|
25093
|
-
],
|
|
25094
|
-
"direction": "horizontal",
|
|
25095
|
-
"gap": "md",
|
|
25096
|
-
"justify": "between",
|
|
25097
|
-
"type": "stack"
|
|
25098
|
-
},
|
|
25099
|
-
"@trait.CircuitDivider",
|
|
25100
|
-
"@trait.
|
|
25101
|
-
"@trait.StatsGrid"
|
|
25102
|
-
|
|
25103
|
-
|
|
25104
|
-
|
|
25105
|
-
"
|
|
25106
|
-
|
|
25107
|
-
|
|
25108
|
-
|
|
25109
|
-
|
|
25110
|
-
|
|
25111
|
-
"
|
|
25112
|
-
|
|
25113
|
-
|
|
25114
|
-
|
|
25115
|
-
|
|
25116
|
-
|
|
25117
|
-
|
|
25118
|
-
|
|
25119
|
-
|
|
25120
|
-
|
|
25121
|
-
|
|
25122
|
-
|
|
25123
|
-
|
|
25124
|
-
|
|
25125
|
-
|
|
25126
|
-
|
|
25127
|
-
|
|
25128
|
-
|
|
25129
|
-
|
|
25130
|
-
|
|
25131
|
-
"
|
|
25132
|
-
|
|
25133
|
-
|
|
25134
|
-
|
|
25135
|
-
|
|
25136
|
-
|
|
25137
|
-
"
|
|
25138
|
-
"
|
|
25139
|
-
|
|
25140
|
-
|
|
25141
|
-
|
|
25142
|
-
"@trait.
|
|
25143
|
-
"@trait.
|
|
25144
|
-
|
|
25145
|
-
|
|
25146
|
-
|
|
25147
|
-
"
|
|
25148
|
-
|
|
25149
|
-
|
|
25150
|
-
|
|
25151
|
-
|
|
25152
|
-
|
|
25153
|
-
"
|
|
25154
|
-
|
|
25155
|
-
|
|
25156
|
-
|
|
25157
|
-
|
|
25158
|
-
|
|
25159
|
-
|
|
25160
|
-
|
|
25161
|
-
|
|
25162
|
-
|
|
25163
|
-
|
|
25164
|
-
|
|
25165
|
-
|
|
25166
|
-
|
|
25167
|
-
|
|
25168
|
-
|
|
25169
|
-
|
|
25170
|
-
|
|
25171
|
-
|
|
25172
|
-
|
|
25173
|
-
"
|
|
25174
|
-
|
|
25175
|
-
|
|
25176
|
-
|
|
25177
|
-
|
|
25178
|
-
|
|
25179
|
-
"
|
|
25180
|
-
"
|
|
25181
|
-
|
|
25182
|
-
|
|
25183
|
-
|
|
25184
|
-
"@trait.
|
|
25185
|
-
"@trait.
|
|
25186
|
-
|
|
25187
|
-
|
|
25188
|
-
"
|
|
25189
|
-
"
|
|
25190
|
-
|
|
25191
|
-
|
|
25192
|
-
|
|
25193
|
-
|
|
25194
|
-
"
|
|
25195
|
-
"
|
|
25196
|
-
|
|
25229
|
+
{
|
|
25230
|
+
"effects": [
|
|
25231
|
+
[
|
|
25232
|
+
"render-ui",
|
|
25233
|
+
"main",
|
|
25234
|
+
{
|
|
25235
|
+
"children": [
|
|
25236
|
+
{
|
|
25237
|
+
"align": "center",
|
|
25238
|
+
"children": [
|
|
25239
|
+
{
|
|
25240
|
+
"align": "center",
|
|
25241
|
+
"children": [
|
|
25242
|
+
"@trait.AlertTriangleIcon",
|
|
25243
|
+
"@trait.ServiceNodeLabel"
|
|
25244
|
+
],
|
|
25245
|
+
"direction": "horizontal",
|
|
25246
|
+
"gap": "md",
|
|
25247
|
+
"type": "stack"
|
|
25248
|
+
},
|
|
25249
|
+
"@trait.OpenStatusDot"
|
|
25250
|
+
],
|
|
25251
|
+
"direction": "horizontal",
|
|
25252
|
+
"gap": "md",
|
|
25253
|
+
"justify": "between",
|
|
25254
|
+
"type": "stack"
|
|
25255
|
+
},
|
|
25256
|
+
"@trait.CircuitDivider",
|
|
25257
|
+
"@trait.ErrorAlert",
|
|
25258
|
+
"@trait.StatsGrid",
|
|
25259
|
+
"@trait.FailuresMeter",
|
|
25260
|
+
"@trait.ResetButton"
|
|
25261
|
+
],
|
|
25262
|
+
"direction": "vertical",
|
|
25263
|
+
"gap": "lg",
|
|
25264
|
+
"type": "stack"
|
|
25265
|
+
}
|
|
25266
|
+
]
|
|
25267
|
+
],
|
|
25268
|
+
"event": "FAILURE",
|
|
25269
|
+
"from": "closed",
|
|
25270
|
+
"to": "open"
|
|
25271
|
+
},
|
|
25272
|
+
{
|
|
25273
|
+
"effects": [
|
|
25274
|
+
[
|
|
25275
|
+
"render-ui",
|
|
25276
|
+
"main",
|
|
25277
|
+
{
|
|
25278
|
+
"children": [
|
|
25279
|
+
{
|
|
25280
|
+
"align": "center",
|
|
25281
|
+
"children": [
|
|
25282
|
+
{
|
|
25283
|
+
"align": "center",
|
|
25284
|
+
"children": [
|
|
25285
|
+
"@trait.ShieldIcon",
|
|
25286
|
+
"@trait.ServiceNodeLabel"
|
|
25287
|
+
],
|
|
25288
|
+
"direction": "horizontal",
|
|
25289
|
+
"gap": "md",
|
|
25290
|
+
"type": "stack"
|
|
25291
|
+
},
|
|
25292
|
+
"@trait.ClosedStatusDot"
|
|
25293
|
+
],
|
|
25294
|
+
"direction": "horizontal",
|
|
25295
|
+
"gap": "md",
|
|
25296
|
+
"justify": "between",
|
|
25297
|
+
"type": "stack"
|
|
25298
|
+
},
|
|
25299
|
+
"@trait.CircuitDivider",
|
|
25300
|
+
"@trait.SuccessAlert",
|
|
25301
|
+
"@trait.StatsGrid",
|
|
25302
|
+
"@trait.FailuresMeter"
|
|
25303
|
+
],
|
|
25304
|
+
"direction": "vertical",
|
|
25305
|
+
"gap": "lg",
|
|
25306
|
+
"type": "stack"
|
|
25307
|
+
}
|
|
25308
|
+
]
|
|
25309
|
+
],
|
|
25310
|
+
"event": "SUCCESS",
|
|
25311
|
+
"from": "closed",
|
|
25312
|
+
"to": "closed"
|
|
25313
|
+
},
|
|
25314
|
+
{
|
|
25315
|
+
"effects": [
|
|
25316
|
+
[
|
|
25317
|
+
"render-ui",
|
|
25318
|
+
"main",
|
|
25319
|
+
{
|
|
25320
|
+
"children": [
|
|
25321
|
+
{
|
|
25322
|
+
"align": "center",
|
|
25323
|
+
"children": [
|
|
25324
|
+
{
|
|
25325
|
+
"align": "center",
|
|
25326
|
+
"children": [
|
|
25327
|
+
"@trait.ActivityIcon",
|
|
25328
|
+
"@trait.ServiceNodeLabel"
|
|
25329
|
+
],
|
|
25330
|
+
"direction": "horizontal",
|
|
25331
|
+
"gap": "md",
|
|
25332
|
+
"type": "stack"
|
|
25333
|
+
},
|
|
25334
|
+
"@trait.HalfOpenStatusDot"
|
|
25335
|
+
],
|
|
25336
|
+
"direction": "horizontal",
|
|
25337
|
+
"gap": "md",
|
|
25338
|
+
"justify": "between",
|
|
25339
|
+
"type": "stack"
|
|
25340
|
+
},
|
|
25341
|
+
"@trait.CircuitDivider",
|
|
25342
|
+
"@trait.WarningAlert",
|
|
25343
|
+
"@trait.StatsGrid"
|
|
25344
|
+
],
|
|
25345
|
+
"direction": "vertical",
|
|
25346
|
+
"gap": "lg",
|
|
25347
|
+
"type": "stack"
|
|
25348
|
+
}
|
|
25349
|
+
]
|
|
25350
|
+
],
|
|
25351
|
+
"event": "TIMEOUT",
|
|
25352
|
+
"from": "open",
|
|
25353
|
+
"to": "halfOpen"
|
|
25354
|
+
},
|
|
25355
|
+
{
|
|
25356
|
+
"effects": [
|
|
25357
|
+
[
|
|
25358
|
+
"render-ui",
|
|
25359
|
+
"main",
|
|
25360
|
+
{
|
|
25361
|
+
"children": [
|
|
25362
|
+
{
|
|
25363
|
+
"align": "center",
|
|
25364
|
+
"children": [
|
|
25365
|
+
{
|
|
25366
|
+
"align": "center",
|
|
25367
|
+
"children": [
|
|
25368
|
+
"@trait.ShieldIcon",
|
|
25369
|
+
"@trait.ServiceNodeLabel"
|
|
25370
|
+
],
|
|
25371
|
+
"direction": "horizontal",
|
|
25372
|
+
"gap": "md",
|
|
25373
|
+
"type": "stack"
|
|
25374
|
+
},
|
|
25375
|
+
"@trait.ClosedStatusDot"
|
|
25376
|
+
],
|
|
25377
|
+
"direction": "horizontal",
|
|
25378
|
+
"gap": "md",
|
|
25379
|
+
"justify": "between",
|
|
25380
|
+
"type": "stack"
|
|
25381
|
+
},
|
|
25382
|
+
"@trait.CircuitDivider",
|
|
25383
|
+
"@trait.SuccessAlert",
|
|
25384
|
+
"@trait.StatsGrid",
|
|
25385
|
+
"@trait.FailuresMeter"
|
|
25386
|
+
],
|
|
25387
|
+
"direction": "vertical",
|
|
25388
|
+
"gap": "lg",
|
|
25389
|
+
"type": "stack"
|
|
25390
|
+
}
|
|
25391
|
+
]
|
|
25392
|
+
],
|
|
25393
|
+
"event": "RESET",
|
|
25394
|
+
"from": "open",
|
|
25395
|
+
"to": "closed"
|
|
25396
|
+
},
|
|
25397
|
+
{
|
|
25398
|
+
"effects": [
|
|
25399
|
+
[
|
|
25400
|
+
"render-ui",
|
|
25401
|
+
"main",
|
|
25402
|
+
{
|
|
25403
|
+
"children": [
|
|
25404
|
+
{
|
|
25405
|
+
"align": "center",
|
|
25406
|
+
"children": [
|
|
25407
|
+
{
|
|
25408
|
+
"align": "center",
|
|
25409
|
+
"children": [
|
|
25410
|
+
"@trait.ShieldIcon",
|
|
25411
|
+
"@trait.ServiceNodeLabel"
|
|
25412
|
+
],
|
|
25413
|
+
"direction": "horizontal",
|
|
25414
|
+
"gap": "md",
|
|
25415
|
+
"type": "stack"
|
|
25416
|
+
},
|
|
25417
|
+
"@trait.ClosedStatusDot"
|
|
25418
|
+
],
|
|
25419
|
+
"direction": "horizontal",
|
|
25420
|
+
"gap": "md",
|
|
25421
|
+
"justify": "between",
|
|
25422
|
+
"type": "stack"
|
|
25423
|
+
},
|
|
25424
|
+
"@trait.CircuitDivider",
|
|
25425
|
+
"@trait.SuccessAlert",
|
|
25426
|
+
"@trait.StatsGrid",
|
|
25427
|
+
"@trait.FailuresMeter"
|
|
25428
|
+
],
|
|
25429
|
+
"direction": "vertical",
|
|
25430
|
+
"gap": "lg",
|
|
25431
|
+
"type": "stack"
|
|
25432
|
+
}
|
|
25433
|
+
]
|
|
25434
|
+
],
|
|
25435
|
+
"event": "SUCCESS",
|
|
25436
|
+
"from": "halfOpen",
|
|
25437
|
+
"to": "closed"
|
|
25438
|
+
},
|
|
25197
25439
|
{
|
|
25198
25440
|
"effects": [
|
|
25199
25441
|
[
|
|
@@ -26550,6 +26792,10 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
26550
26792
|
"kind": "persist",
|
|
26551
26793
|
"resource": "CrossRefLink"
|
|
26552
26794
|
},
|
|
26795
|
+
{
|
|
26796
|
+
"kind": "render-ui",
|
|
26797
|
+
"resource": "toast"
|
|
26798
|
+
},
|
|
26553
26799
|
{
|
|
26554
26800
|
"kind": "set",
|
|
26555
26801
|
"resource": "@entity.filteredLinks"
|
|
@@ -26729,6 +26975,20 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
26729
26975
|
}
|
|
26730
26976
|
]
|
|
26731
26977
|
},
|
|
26978
|
+
{
|
|
26979
|
+
"key": "LinkOpFailed",
|
|
26980
|
+
"name": "Link op failed",
|
|
26981
|
+
"payloadSchema": [
|
|
26982
|
+
{
|
|
26983
|
+
"name": "error",
|
|
26984
|
+
"type": "string"
|
|
26985
|
+
},
|
|
26986
|
+
{
|
|
26987
|
+
"name": "code",
|
|
26988
|
+
"type": "string"
|
|
26989
|
+
}
|
|
26990
|
+
]
|
|
26991
|
+
},
|
|
26732
26992
|
{
|
|
26733
26993
|
"key": "LinkCreated",
|
|
26734
26994
|
"name": "Link created",
|
|
@@ -26780,20 +27040,6 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
26780
27040
|
"type": "[object]"
|
|
26781
27041
|
}
|
|
26782
27042
|
]
|
|
26783
|
-
},
|
|
26784
|
-
{
|
|
26785
|
-
"key": "LinkOpFailed",
|
|
26786
|
-
"name": "Link op failed",
|
|
26787
|
-
"payloadSchema": [
|
|
26788
|
-
{
|
|
26789
|
-
"name": "error",
|
|
26790
|
-
"type": "string"
|
|
26791
|
-
},
|
|
26792
|
-
{
|
|
26793
|
-
"name": "code",
|
|
26794
|
-
"type": "string"
|
|
26795
|
-
}
|
|
26796
|
-
]
|
|
26797
27043
|
}
|
|
26798
27044
|
],
|
|
26799
27045
|
"states": [
|
|
@@ -26901,6 +27147,27 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
26901
27147
|
"event": "LinksFetched",
|
|
26902
27148
|
"from": "idle",
|
|
26903
27149
|
"to": "idle"
|
|
27150
|
+
},
|
|
27151
|
+
{
|
|
27152
|
+
"effects": [
|
|
27153
|
+
[
|
|
27154
|
+
"render-ui",
|
|
27155
|
+
"toast",
|
|
27156
|
+
{
|
|
27157
|
+
"dismissible": true,
|
|
27158
|
+
"message": [
|
|
27159
|
+
"str/concat",
|
|
27160
|
+
"Couldn't update the link \u2014 ",
|
|
27161
|
+
"@payload.error"
|
|
27162
|
+
],
|
|
27163
|
+
"type": "alert",
|
|
27164
|
+
"variant": "error"
|
|
27165
|
+
}
|
|
27166
|
+
]
|
|
27167
|
+
],
|
|
27168
|
+
"event": "LinkOpFailed",
|
|
27169
|
+
"from": "idle",
|
|
27170
|
+
"to": "idle"
|
|
26904
27171
|
}
|
|
26905
27172
|
]
|
|
26906
27173
|
}
|
|
@@ -28384,6 +28651,10 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
28384
28651
|
"resolved": false,
|
|
28385
28652
|
"resource": "@config.reviewSlot"
|
|
28386
28653
|
},
|
|
28654
|
+
{
|
|
28655
|
+
"kind": "render-ui",
|
|
28656
|
+
"resource": "toast"
|
|
28657
|
+
},
|
|
28387
28658
|
{
|
|
28388
28659
|
"kind": "set",
|
|
28389
28660
|
"resource": "@entity.id"
|
|
@@ -29074,6 +29345,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
29074
29345
|
"to": "idle"
|
|
29075
29346
|
},
|
|
29076
29347
|
{
|
|
29348
|
+
"effects": [
|
|
29349
|
+
[
|
|
29350
|
+
"render-ui",
|
|
29351
|
+
"toast",
|
|
29352
|
+
{
|
|
29353
|
+
"dismissible": true,
|
|
29354
|
+
"message": [
|
|
29355
|
+
"str/concat",
|
|
29356
|
+
"Couldn't load the erasure queue \u2014 ",
|
|
29357
|
+
"@payload.error"
|
|
29358
|
+
],
|
|
29359
|
+
"type": "alert",
|
|
29360
|
+
"variant": "error"
|
|
29361
|
+
}
|
|
29362
|
+
]
|
|
29363
|
+
],
|
|
29077
29364
|
"event": "ErasureLoadFailed",
|
|
29078
29365
|
"from": "idle",
|
|
29079
29366
|
"to": "idle"
|
|
@@ -29205,6 +29492,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
29205
29492
|
"to": "idle"
|
|
29206
29493
|
},
|
|
29207
29494
|
{
|
|
29495
|
+
"effects": [
|
|
29496
|
+
[
|
|
29497
|
+
"render-ui",
|
|
29498
|
+
"toast",
|
|
29499
|
+
{
|
|
29500
|
+
"dismissible": true,
|
|
29501
|
+
"message": [
|
|
29502
|
+
"str/concat",
|
|
29503
|
+
"Couldn't scan for erasures to execute \u2014 ",
|
|
29504
|
+
"@payload.error"
|
|
29505
|
+
],
|
|
29506
|
+
"type": "alert",
|
|
29507
|
+
"variant": "error"
|
|
29508
|
+
}
|
|
29509
|
+
]
|
|
29510
|
+
],
|
|
29208
29511
|
"event": "ExecScanFailed",
|
|
29209
29512
|
"from": "idle",
|
|
29210
29513
|
"to": "idle"
|
|
@@ -29337,6 +29640,22 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
29337
29640
|
"to": "idle"
|
|
29338
29641
|
},
|
|
29339
29642
|
{
|
|
29643
|
+
"effects": [
|
|
29644
|
+
[
|
|
29645
|
+
"render-ui",
|
|
29646
|
+
"toast",
|
|
29647
|
+
{
|
|
29648
|
+
"dismissible": true,
|
|
29649
|
+
"message": [
|
|
29650
|
+
"str/concat",
|
|
29651
|
+
"Couldn't scan for erasures to execute \u2014 ",
|
|
29652
|
+
"@payload.error"
|
|
29653
|
+
],
|
|
29654
|
+
"type": "alert",
|
|
29655
|
+
"variant": "error"
|
|
29656
|
+
}
|
|
29657
|
+
]
|
|
29658
|
+
],
|
|
29340
29659
|
"event": "ExecScanFailed",
|
|
29341
29660
|
"from": "execScanning",
|
|
29342
29661
|
"to": "idle"
|
|
@@ -33660,6 +33979,10 @@ function stdEventLogEventLogOrbital(params = {}) {
|
|
|
33660
33979
|
"kind": "render-ui",
|
|
33661
33980
|
"resource": "main"
|
|
33662
33981
|
},
|
|
33982
|
+
{
|
|
33983
|
+
"kind": "render-ui",
|
|
33984
|
+
"resource": "toast"
|
|
33985
|
+
},
|
|
33663
33986
|
{
|
|
33664
33987
|
"kind": "set",
|
|
33665
33988
|
"resource": "@entity.allEntries"
|
|
@@ -34730,6 +35053,27 @@ function stdEventLogEventLogOrbital(params = {}) {
|
|
|
34730
35053
|
"from": "viewing",
|
|
34731
35054
|
"to": "viewing"
|
|
34732
35055
|
},
|
|
35056
|
+
{
|
|
35057
|
+
"effects": [
|
|
35058
|
+
[
|
|
35059
|
+
"render-ui",
|
|
35060
|
+
"toast",
|
|
35061
|
+
{
|
|
35062
|
+
"dismissible": true,
|
|
35063
|
+
"message": [
|
|
35064
|
+
"str/concat",
|
|
35065
|
+
"Couldn't refresh the event log \u2014 ",
|
|
35066
|
+
"@payload.error"
|
|
35067
|
+
],
|
|
35068
|
+
"type": "alert",
|
|
35069
|
+
"variant": "error"
|
|
35070
|
+
}
|
|
35071
|
+
]
|
|
35072
|
+
],
|
|
35073
|
+
"event": "EventLogLoadFailed",
|
|
35074
|
+
"from": "viewing",
|
|
35075
|
+
"to": "viewing"
|
|
35076
|
+
},
|
|
34733
35077
|
{
|
|
34734
35078
|
"effects": [
|
|
34735
35079
|
[
|
|
@@ -39354,6 +39698,14 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
39354
39698
|
"tier": "presentation",
|
|
39355
39699
|
"type": "number"
|
|
39356
39700
|
},
|
|
39701
|
+
"searchField": {
|
|
39702
|
+
"default": "name",
|
|
39703
|
+
"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.",
|
|
39704
|
+
"label": "Which column does the search box match against?",
|
|
39705
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
39706
|
+
"tier": "policy",
|
|
39707
|
+
"type": "string"
|
|
39708
|
+
},
|
|
39357
39709
|
"searchPlaceholder": {
|
|
39358
39710
|
"default": "Search\u2026",
|
|
39359
39711
|
"description": "Hint text inside the gallery search box (e.g. 'Search photos\u2026').",
|
|
@@ -39383,6 +39735,10 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
39383
39735
|
"kind": "render-ui",
|
|
39384
39736
|
"resource": "modal"
|
|
39385
39737
|
},
|
|
39738
|
+
{
|
|
39739
|
+
"kind": "render-ui",
|
|
39740
|
+
"resource": "toast"
|
|
39741
|
+
},
|
|
39386
39742
|
{
|
|
39387
39743
|
"kind": "set",
|
|
39388
39744
|
"resource": "@entity.id"
|
|
@@ -39871,7 +40227,7 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
39871
40227
|
[
|
|
39872
40228
|
"object/get",
|
|
39873
40229
|
"@entity",
|
|
39874
|
-
"
|
|
40230
|
+
"@config.searchField"
|
|
39875
40231
|
],
|
|
39876
40232
|
"@payload.searchTerm"
|
|
39877
40233
|
]
|
|
@@ -39948,6 +40304,27 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
39948
40304
|
"from": "browsing",
|
|
39949
40305
|
"to": "browsing"
|
|
39950
40306
|
},
|
|
40307
|
+
{
|
|
40308
|
+
"effects": [
|
|
40309
|
+
[
|
|
40310
|
+
"render-ui",
|
|
40311
|
+
"toast",
|
|
40312
|
+
{
|
|
40313
|
+
"dismissible": true,
|
|
40314
|
+
"message": [
|
|
40315
|
+
"str/concat",
|
|
40316
|
+
"Couldn't refresh the gallery \u2014 ",
|
|
40317
|
+
"@payload.error"
|
|
40318
|
+
],
|
|
40319
|
+
"type": "alert",
|
|
40320
|
+
"variant": "error"
|
|
40321
|
+
}
|
|
40322
|
+
]
|
|
40323
|
+
],
|
|
40324
|
+
"event": "GalleryItemLoadFailed",
|
|
40325
|
+
"from": "browsing",
|
|
40326
|
+
"to": "browsing"
|
|
40327
|
+
},
|
|
39951
40328
|
{
|
|
39952
40329
|
"effects": [
|
|
39953
40330
|
[
|
|
@@ -45173,6 +45550,10 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
45173
45550
|
"resolved": false,
|
|
45174
45551
|
"resource": "@config.targetEntity"
|
|
45175
45552
|
},
|
|
45553
|
+
{
|
|
45554
|
+
"kind": "render-ui",
|
|
45555
|
+
"resource": "toast"
|
|
45556
|
+
},
|
|
45176
45557
|
{
|
|
45177
45558
|
"kind": "set",
|
|
45178
45559
|
"resource": "@entity.headId"
|
|
@@ -45386,6 +45767,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
45386
45767
|
"to": "idle"
|
|
45387
45768
|
},
|
|
45388
45769
|
{
|
|
45770
|
+
"effects": [
|
|
45771
|
+
[
|
|
45772
|
+
"render-ui",
|
|
45773
|
+
"toast",
|
|
45774
|
+
{
|
|
45775
|
+
"dismissible": true,
|
|
45776
|
+
"message": [
|
|
45777
|
+
"str/concat",
|
|
45778
|
+
"Couldn't scan for lifecycle transitions \u2014 ",
|
|
45779
|
+
"@payload.error"
|
|
45780
|
+
],
|
|
45781
|
+
"type": "alert",
|
|
45782
|
+
"variant": "error"
|
|
45783
|
+
}
|
|
45784
|
+
]
|
|
45785
|
+
],
|
|
45389
45786
|
"event": "ScanFailed",
|
|
45390
45787
|
"from": "idle",
|
|
45391
45788
|
"to": "idle"
|
|
@@ -45504,6 +45901,22 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
45504
45901
|
"to": "idle"
|
|
45505
45902
|
},
|
|
45506
45903
|
{
|
|
45904
|
+
"effects": [
|
|
45905
|
+
[
|
|
45906
|
+
"render-ui",
|
|
45907
|
+
"toast",
|
|
45908
|
+
{
|
|
45909
|
+
"dismissible": true,
|
|
45910
|
+
"message": [
|
|
45911
|
+
"str/concat",
|
|
45912
|
+
"Couldn't scan for lifecycle transitions \u2014 ",
|
|
45913
|
+
"@payload.error"
|
|
45914
|
+
],
|
|
45915
|
+
"type": "alert",
|
|
45916
|
+
"variant": "error"
|
|
45917
|
+
}
|
|
45918
|
+
]
|
|
45919
|
+
],
|
|
45507
45920
|
"event": "ScanFailed",
|
|
45508
45921
|
"from": "scanning",
|
|
45509
45922
|
"to": "idle"
|
|
@@ -45894,6 +46307,14 @@ function stdListListItemOrbital(params = {}) {
|
|
|
45894
46307
|
"tier": "presentation",
|
|
45895
46308
|
"type": "number"
|
|
45896
46309
|
},
|
|
46310
|
+
"searchField": {
|
|
46311
|
+
"default": "name",
|
|
46312
|
+
"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.",
|
|
46313
|
+
"label": "Which column does the search box match against?",
|
|
46314
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
46315
|
+
"tier": "policy",
|
|
46316
|
+
"type": "string"
|
|
46317
|
+
},
|
|
45897
46318
|
"searchPlaceholder": {
|
|
45898
46319
|
"default": "Search\u2026",
|
|
45899
46320
|
"description": "Hint text inside the list search box.",
|
|
@@ -45911,6 +46332,10 @@ function stdListListItemOrbital(params = {}) {
|
|
|
45911
46332
|
{
|
|
45912
46333
|
"kind": "render-ui",
|
|
45913
46334
|
"resource": "main"
|
|
46335
|
+
},
|
|
46336
|
+
{
|
|
46337
|
+
"kind": "render-ui",
|
|
46338
|
+
"resource": "toast"
|
|
45914
46339
|
}
|
|
45915
46340
|
],
|
|
45916
46341
|
"emits": [
|
|
@@ -46585,7 +47010,7 @@ function stdListListItemOrbital(params = {}) {
|
|
|
46585
47010
|
[
|
|
46586
47011
|
"object/get",
|
|
46587
47012
|
"@entity",
|
|
46588
|
-
"
|
|
47013
|
+
"@config.searchField"
|
|
46589
47014
|
],
|
|
46590
47015
|
"@payload.searchTerm"
|
|
46591
47016
|
]
|
|
@@ -46658,6 +47083,27 @@ function stdListListItemOrbital(params = {}) {
|
|
|
46658
47083
|
"from": "browsing",
|
|
46659
47084
|
"to": "browsing"
|
|
46660
47085
|
},
|
|
47086
|
+
{
|
|
47087
|
+
"effects": [
|
|
47088
|
+
[
|
|
47089
|
+
"render-ui",
|
|
47090
|
+
"toast",
|
|
47091
|
+
{
|
|
47092
|
+
"dismissible": true,
|
|
47093
|
+
"message": [
|
|
47094
|
+
"str/concat",
|
|
47095
|
+
"Couldn't refresh the list \u2014 ",
|
|
47096
|
+
"@payload.error"
|
|
47097
|
+
],
|
|
47098
|
+
"type": "alert",
|
|
47099
|
+
"variant": "error"
|
|
47100
|
+
}
|
|
47101
|
+
]
|
|
47102
|
+
],
|
|
47103
|
+
"event": "ListItemLoadFailed",
|
|
47104
|
+
"from": "browsing",
|
|
47105
|
+
"to": "browsing"
|
|
47106
|
+
},
|
|
46661
47107
|
{
|
|
46662
47108
|
"effects": [
|
|
46663
47109
|
[
|
|
@@ -48380,6 +48826,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
48380
48826
|
"resolved": false,
|
|
48381
48827
|
"resource": "@config.reviewSlot"
|
|
48382
48828
|
},
|
|
48829
|
+
{
|
|
48830
|
+
"kind": "render-ui",
|
|
48831
|
+
"resource": "toast"
|
|
48832
|
+
},
|
|
48383
48833
|
{
|
|
48384
48834
|
"kind": "set",
|
|
48385
48835
|
"resource": "@entity.createdAt"
|
|
@@ -48965,6 +49415,10 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
48965
49415
|
"synonyms": "preview ready, staging complete, review import",
|
|
48966
49416
|
"tier": "domain"
|
|
48967
49417
|
},
|
|
49418
|
+
{
|
|
49419
|
+
"key": "CLOSE",
|
|
49420
|
+
"name": "Close"
|
|
49421
|
+
},
|
|
48968
49422
|
{
|
|
48969
49423
|
"description": "migration.commit service result \u2014 committed count plus per-unit failures",
|
|
48970
49424
|
"key": "COMMITTED",
|
|
@@ -49221,6 +49675,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
49221
49675
|
{
|
|
49222
49676
|
"error": "@entity.error"
|
|
49223
49677
|
}
|
|
49678
|
+
],
|
|
49679
|
+
[
|
|
49680
|
+
"render-ui",
|
|
49681
|
+
"toast",
|
|
49682
|
+
{
|
|
49683
|
+
"dismissible": true,
|
|
49684
|
+
"message": [
|
|
49685
|
+
"str/concat",
|
|
49686
|
+
"Couldn't list the source documents \u2014 ",
|
|
49687
|
+
"@payload.error"
|
|
49688
|
+
],
|
|
49689
|
+
"type": "alert",
|
|
49690
|
+
"variant": "error"
|
|
49691
|
+
}
|
|
49224
49692
|
]
|
|
49225
49693
|
],
|
|
49226
49694
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -49410,6 +49878,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
49410
49878
|
{
|
|
49411
49879
|
"error": "@entity.error"
|
|
49412
49880
|
}
|
|
49881
|
+
],
|
|
49882
|
+
[
|
|
49883
|
+
"render-ui",
|
|
49884
|
+
"toast",
|
|
49885
|
+
{
|
|
49886
|
+
"dismissible": true,
|
|
49887
|
+
"message": [
|
|
49888
|
+
"str/concat",
|
|
49889
|
+
"Couldn't fetch the document \u2014 ",
|
|
49890
|
+
"@payload.error"
|
|
49891
|
+
],
|
|
49892
|
+
"type": "alert",
|
|
49893
|
+
"variant": "error"
|
|
49894
|
+
}
|
|
49413
49895
|
]
|
|
49414
49896
|
],
|
|
49415
49897
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -49521,6 +50003,53 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
49521
50003
|
"from": "reviewing",
|
|
49522
50004
|
"to": "idle"
|
|
49523
50005
|
},
|
|
50006
|
+
{
|
|
50007
|
+
"effects": [
|
|
50008
|
+
[
|
|
50009
|
+
"set",
|
|
50010
|
+
"@entity.status",
|
|
50011
|
+
"idle"
|
|
50012
|
+
],
|
|
50013
|
+
[
|
|
50014
|
+
"set",
|
|
50015
|
+
"@entity.documents",
|
|
50016
|
+
[]
|
|
50017
|
+
],
|
|
50018
|
+
[
|
|
50019
|
+
"set",
|
|
50020
|
+
"@entity.document",
|
|
50021
|
+
{}
|
|
50022
|
+
],
|
|
50023
|
+
[
|
|
50024
|
+
"set",
|
|
50025
|
+
"@entity.stats",
|
|
50026
|
+
{}
|
|
50027
|
+
],
|
|
50028
|
+
[
|
|
50029
|
+
"set",
|
|
50030
|
+
"@entity.units",
|
|
50031
|
+
[]
|
|
50032
|
+
],
|
|
50033
|
+
[
|
|
50034
|
+
"set",
|
|
50035
|
+
"@entity.skipped",
|
|
50036
|
+
[]
|
|
50037
|
+
],
|
|
50038
|
+
[
|
|
50039
|
+
"set",
|
|
50040
|
+
"@entity.validationErrors",
|
|
50041
|
+
[]
|
|
50042
|
+
],
|
|
50043
|
+
[
|
|
50044
|
+
"render-ui",
|
|
50045
|
+
"@config.reviewSlot",
|
|
50046
|
+
null
|
|
50047
|
+
]
|
|
50048
|
+
],
|
|
50049
|
+
"event": "CLOSE",
|
|
50050
|
+
"from": "reviewing",
|
|
50051
|
+
"to": "idle"
|
|
50052
|
+
},
|
|
49524
50053
|
{
|
|
49525
50054
|
"effects": [
|
|
49526
50055
|
[
|
|
@@ -49596,6 +50125,20 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
49596
50125
|
{
|
|
49597
50126
|
"error": "@entity.error"
|
|
49598
50127
|
}
|
|
50128
|
+
],
|
|
50129
|
+
[
|
|
50130
|
+
"render-ui",
|
|
50131
|
+
"toast",
|
|
50132
|
+
{
|
|
50133
|
+
"dismissible": true,
|
|
50134
|
+
"message": [
|
|
50135
|
+
"str/concat",
|
|
50136
|
+
"Couldn't commit the import \u2014 ",
|
|
50137
|
+
"@payload.error"
|
|
50138
|
+
],
|
|
50139
|
+
"type": "alert",
|
|
50140
|
+
"variant": "error"
|
|
50141
|
+
}
|
|
49599
50142
|
]
|
|
49600
50143
|
],
|
|
49601
50144
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -50006,6 +50549,10 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
|
|
|
50006
50549
|
"kind": "emit",
|
|
50007
50550
|
"resource": "CLASSIFY_FAILED"
|
|
50008
50551
|
},
|
|
50552
|
+
{
|
|
50553
|
+
"kind": "render-ui",
|
|
50554
|
+
"resource": "toast"
|
|
50555
|
+
},
|
|
50009
50556
|
{
|
|
50010
50557
|
"kind": "set",
|
|
50011
50558
|
"resource": "@entity.category"
|
|
@@ -50392,6 +50939,20 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
|
|
|
50392
50939
|
{
|
|
50393
50940
|
"error": "@entity.errorMessage"
|
|
50394
50941
|
}
|
|
50942
|
+
],
|
|
50943
|
+
[
|
|
50944
|
+
"render-ui",
|
|
50945
|
+
"toast",
|
|
50946
|
+
{
|
|
50947
|
+
"dismissible": true,
|
|
50948
|
+
"message": [
|
|
50949
|
+
"str/concat",
|
|
50950
|
+
"Couldn't classify \u2014 ",
|
|
50951
|
+
"@payload.error"
|
|
50952
|
+
],
|
|
50953
|
+
"type": "alert",
|
|
50954
|
+
"variant": "error"
|
|
50955
|
+
}
|
|
50395
50956
|
]
|
|
50396
50957
|
],
|
|
50397
50958
|
"event": "CLASSIFY_CALL_FAILED",
|
|
@@ -51359,6 +51920,10 @@ function stdMlInferMlInferOrbital(params = {}) {
|
|
|
51359
51920
|
"kind": "emit",
|
|
51360
51921
|
"resource": "INFER_ABSTAINED"
|
|
51361
51922
|
},
|
|
51923
|
+
{
|
|
51924
|
+
"kind": "render-ui",
|
|
51925
|
+
"resource": "toast"
|
|
51926
|
+
},
|
|
51362
51927
|
{
|
|
51363
51928
|
"kind": "set",
|
|
51364
51929
|
"resource": "@entity.confidence"
|
|
@@ -51836,6 +52401,20 @@ function stdMlInferMlInferOrbital(params = {}) {
|
|
|
51836
52401
|
"request": "@entity.request",
|
|
51837
52402
|
"violations": "@entity.violations"
|
|
51838
52403
|
}
|
|
52404
|
+
],
|
|
52405
|
+
[
|
|
52406
|
+
"render-ui",
|
|
52407
|
+
"toast",
|
|
52408
|
+
{
|
|
52409
|
+
"dismissible": true,
|
|
52410
|
+
"message": [
|
|
52411
|
+
"str/concat",
|
|
52412
|
+
"Couldn't run inference \u2014 ",
|
|
52413
|
+
"@payload.error"
|
|
52414
|
+
],
|
|
52415
|
+
"type": "alert",
|
|
52416
|
+
"variant": "error"
|
|
52417
|
+
}
|
|
51839
52418
|
]
|
|
51840
52419
|
],
|
|
51841
52420
|
"event": "INFER_CALL_FAILED",
|
|
@@ -55184,6 +55763,10 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
55184
55763
|
"kind": "render-ui",
|
|
55185
55764
|
"resolved": false,
|
|
55186
55765
|
"resource": "@config.reviewSlot"
|
|
55766
|
+
},
|
|
55767
|
+
{
|
|
55768
|
+
"kind": "render-ui",
|
|
55769
|
+
"resource": "toast"
|
|
55187
55770
|
}
|
|
55188
55771
|
],
|
|
55189
55772
|
"emits": [
|
|
@@ -55937,6 +56520,22 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
55937
56520
|
"to": "idle"
|
|
55938
56521
|
},
|
|
55939
56522
|
{
|
|
56523
|
+
"effects": [
|
|
56524
|
+
[
|
|
56525
|
+
"render-ui",
|
|
56526
|
+
"toast",
|
|
56527
|
+
{
|
|
56528
|
+
"dismissible": true,
|
|
56529
|
+
"message": [
|
|
56530
|
+
"str/concat",
|
|
56531
|
+
"Couldn't load the moderation queue \u2014 ",
|
|
56532
|
+
"@payload.error"
|
|
56533
|
+
],
|
|
56534
|
+
"type": "alert",
|
|
56535
|
+
"variant": "error"
|
|
56536
|
+
}
|
|
56537
|
+
]
|
|
56538
|
+
],
|
|
55940
56539
|
"event": "ModQueueItemLoadFailed",
|
|
55941
56540
|
"from": "idle",
|
|
55942
56541
|
"to": "idle"
|
|
@@ -61135,6 +61734,10 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
61135
61734
|
"kind": "persist",
|
|
61136
61735
|
"resource": "NotificationRecord"
|
|
61137
61736
|
},
|
|
61737
|
+
{
|
|
61738
|
+
"kind": "render-ui",
|
|
61739
|
+
"resource": "toast"
|
|
61740
|
+
},
|
|
61138
61741
|
{
|
|
61139
61742
|
"kind": "set",
|
|
61140
61743
|
"resource": "@entity.drainedCount"
|
|
@@ -61446,6 +62049,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
61446
62049
|
"set",
|
|
61447
62050
|
"@entity.lastError",
|
|
61448
62051
|
"@payload.error"
|
|
62052
|
+
],
|
|
62053
|
+
[
|
|
62054
|
+
"render-ui",
|
|
62055
|
+
"toast",
|
|
62056
|
+
{
|
|
62057
|
+
"dismissible": true,
|
|
62058
|
+
"message": [
|
|
62059
|
+
"str/concat",
|
|
62060
|
+
"Couldn't send the notification digest \u2014 ",
|
|
62061
|
+
"@payload.error"
|
|
62062
|
+
],
|
|
62063
|
+
"type": "alert",
|
|
62064
|
+
"variant": "error"
|
|
62065
|
+
}
|
|
61449
62066
|
]
|
|
61450
62067
|
],
|
|
61451
62068
|
"event": "DIGEST_FAILED",
|
|
@@ -61637,6 +62254,20 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
61637
62254
|
"set",
|
|
61638
62255
|
"@entity.lastError",
|
|
61639
62256
|
"@payload.error"
|
|
62257
|
+
],
|
|
62258
|
+
[
|
|
62259
|
+
"render-ui",
|
|
62260
|
+
"toast",
|
|
62261
|
+
{
|
|
62262
|
+
"dismissible": true,
|
|
62263
|
+
"message": [
|
|
62264
|
+
"str/concat",
|
|
62265
|
+
"Couldn't send the notification digest \u2014 ",
|
|
62266
|
+
"@payload.error"
|
|
62267
|
+
],
|
|
62268
|
+
"type": "alert",
|
|
62269
|
+
"variant": "error"
|
|
62270
|
+
}
|
|
61640
62271
|
]
|
|
61641
62272
|
],
|
|
61642
62273
|
"event": "DIGEST_FAILED",
|
|
@@ -64321,6 +64952,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
64321
64952
|
"recordedAt": "@now",
|
|
64322
64953
|
"severity": "@entity.severity"
|
|
64323
64954
|
}
|
|
64955
|
+
],
|
|
64956
|
+
[
|
|
64957
|
+
"render-ui",
|
|
64958
|
+
"toast",
|
|
64959
|
+
{
|
|
64960
|
+
"dismissible": true,
|
|
64961
|
+
"message": [
|
|
64962
|
+
"str/concat",
|
|
64963
|
+
"Couldn't send the email notification \u2014 ",
|
|
64964
|
+
"@payload.error"
|
|
64965
|
+
],
|
|
64966
|
+
"type": "alert",
|
|
64967
|
+
"variant": "error"
|
|
64968
|
+
}
|
|
64324
64969
|
]
|
|
64325
64970
|
],
|
|
64326
64971
|
"event": "NOTIFY_EMAIL_FAILED",
|
|
@@ -64377,6 +65022,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
64377
65022
|
"recordedAt": "@now",
|
|
64378
65023
|
"severity": "@entity.severity"
|
|
64379
65024
|
}
|
|
65025
|
+
],
|
|
65026
|
+
[
|
|
65027
|
+
"render-ui",
|
|
65028
|
+
"toast",
|
|
65029
|
+
{
|
|
65030
|
+
"dismissible": true,
|
|
65031
|
+
"message": [
|
|
65032
|
+
"str/concat",
|
|
65033
|
+
"Couldn't send the text message \u2014 ",
|
|
65034
|
+
"@payload.error"
|
|
65035
|
+
],
|
|
65036
|
+
"type": "alert",
|
|
65037
|
+
"variant": "error"
|
|
65038
|
+
}
|
|
64380
65039
|
]
|
|
64381
65040
|
],
|
|
64382
65041
|
"event": "NOTIFY_SMS_FAILED",
|
|
@@ -64433,6 +65092,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
64433
65092
|
"recordedAt": "@now",
|
|
64434
65093
|
"severity": "@entity.severity"
|
|
64435
65094
|
}
|
|
65095
|
+
],
|
|
65096
|
+
[
|
|
65097
|
+
"render-ui",
|
|
65098
|
+
"toast",
|
|
65099
|
+
{
|
|
65100
|
+
"dismissible": true,
|
|
65101
|
+
"message": [
|
|
65102
|
+
"str/concat",
|
|
65103
|
+
"Couldn't send the webhook notification \u2014 ",
|
|
65104
|
+
"@payload.error"
|
|
65105
|
+
],
|
|
65106
|
+
"type": "alert",
|
|
65107
|
+
"variant": "error"
|
|
65108
|
+
}
|
|
64436
65109
|
]
|
|
64437
65110
|
],
|
|
64438
65111
|
"event": "NOTIFY_WEBHOOK_FAILED",
|
|
@@ -64489,6 +65162,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
64489
65162
|
"recordedAt": "@now",
|
|
64490
65163
|
"severity": "@entity.severity"
|
|
64491
65164
|
}
|
|
65165
|
+
],
|
|
65166
|
+
[
|
|
65167
|
+
"render-ui",
|
|
65168
|
+
"toast",
|
|
65169
|
+
{
|
|
65170
|
+
"dismissible": true,
|
|
65171
|
+
"message": [
|
|
65172
|
+
"str/concat",
|
|
65173
|
+
"Couldn't send the push notification \u2014 ",
|
|
65174
|
+
"@payload.error"
|
|
65175
|
+
],
|
|
65176
|
+
"type": "alert",
|
|
65177
|
+
"variant": "error"
|
|
65178
|
+
}
|
|
64492
65179
|
]
|
|
64493
65180
|
],
|
|
64494
65181
|
"event": "NOTIFY_PUSH_FAILED",
|
|
@@ -64520,6 +65207,20 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
64520
65207
|
"recordedAt": "@now",
|
|
64521
65208
|
"severity": "@entity.severity"
|
|
64522
65209
|
}
|
|
65210
|
+
],
|
|
65211
|
+
[
|
|
65212
|
+
"render-ui",
|
|
65213
|
+
"toast",
|
|
65214
|
+
{
|
|
65215
|
+
"dismissible": true,
|
|
65216
|
+
"message": [
|
|
65217
|
+
"str/concat",
|
|
65218
|
+
"Couldn't look up notification preferences \u2014 ",
|
|
65219
|
+
"@payload.error"
|
|
65220
|
+
],
|
|
65221
|
+
"type": "alert",
|
|
65222
|
+
"variant": "error"
|
|
65223
|
+
}
|
|
64523
65224
|
]
|
|
64524
65225
|
],
|
|
64525
65226
|
"event": "NOTIFY_LOOKUP_FAILED",
|
|
@@ -76655,6 +77356,10 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
76655
77356
|
"resolved": false,
|
|
76656
77357
|
"resource": "@config.targetEntity"
|
|
76657
77358
|
},
|
|
77359
|
+
{
|
|
77360
|
+
"kind": "render-ui",
|
|
77361
|
+
"resource": "toast"
|
|
77362
|
+
},
|
|
76658
77363
|
{
|
|
76659
77364
|
"kind": "set",
|
|
76660
77365
|
"resource": "@entity.headId"
|
|
@@ -76867,6 +77572,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
76867
77572
|
"to": "idle"
|
|
76868
77573
|
},
|
|
76869
77574
|
{
|
|
77575
|
+
"effects": [
|
|
77576
|
+
[
|
|
77577
|
+
"render-ui",
|
|
77578
|
+
"toast",
|
|
77579
|
+
{
|
|
77580
|
+
"dismissible": true,
|
|
77581
|
+
"message": [
|
|
77582
|
+
"str/concat",
|
|
77583
|
+
"Couldn't scan for reminders \u2014 ",
|
|
77584
|
+
"@payload.error"
|
|
77585
|
+
],
|
|
77586
|
+
"type": "alert",
|
|
77587
|
+
"variant": "error"
|
|
77588
|
+
}
|
|
77589
|
+
]
|
|
77590
|
+
],
|
|
76870
77591
|
"event": "ScanFailed",
|
|
76871
77592
|
"from": "idle",
|
|
76872
77593
|
"to": "idle"
|
|
@@ -76996,6 +77717,22 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
76996
77717
|
"to": "idle"
|
|
76997
77718
|
},
|
|
76998
77719
|
{
|
|
77720
|
+
"effects": [
|
|
77721
|
+
[
|
|
77722
|
+
"render-ui",
|
|
77723
|
+
"toast",
|
|
77724
|
+
{
|
|
77725
|
+
"dismissible": true,
|
|
77726
|
+
"message": [
|
|
77727
|
+
"str/concat",
|
|
77728
|
+
"Couldn't scan for reminders \u2014 ",
|
|
77729
|
+
"@payload.error"
|
|
77730
|
+
],
|
|
77731
|
+
"type": "alert",
|
|
77732
|
+
"variant": "error"
|
|
77733
|
+
}
|
|
77734
|
+
]
|
|
77735
|
+
],
|
|
76999
77736
|
"event": "ScanFailed",
|
|
77000
77737
|
"from": "scanning",
|
|
77001
77738
|
"to": "idle"
|
|
@@ -79796,6 +80533,14 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
79796
80533
|
"tier": "presentation",
|
|
79797
80534
|
"type": "number"
|
|
79798
80535
|
},
|
|
80536
|
+
"searchField": {
|
|
80537
|
+
"default": "name",
|
|
80538
|
+
"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.",
|
|
80539
|
+
"label": "Which column does the search box match against?",
|
|
80540
|
+
"synonyms": "search column, search on field, match field, search key",
|
|
80541
|
+
"tier": "policy",
|
|
80542
|
+
"type": "string"
|
|
80543
|
+
},
|
|
79799
80544
|
"searchPlaceholder": {
|
|
79800
80545
|
"default": "Search\u2026",
|
|
79801
80546
|
"description": "Hint text inside the pick-list search box.",
|
|
@@ -79827,6 +80572,10 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
79827
80572
|
{
|
|
79828
80573
|
"kind": "render-ui",
|
|
79829
80574
|
"resource": "main"
|
|
80575
|
+
},
|
|
80576
|
+
{
|
|
80577
|
+
"kind": "render-ui",
|
|
80578
|
+
"resource": "toast"
|
|
79830
80579
|
}
|
|
79831
80580
|
],
|
|
79832
80581
|
"emits": [
|
|
@@ -80299,7 +81048,7 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
80299
81048
|
[
|
|
80300
81049
|
"object/get",
|
|
80301
81050
|
"@entity",
|
|
80302
|
-
"
|
|
81051
|
+
"@config.searchField"
|
|
80303
81052
|
],
|
|
80304
81053
|
"@payload.searchTerm"
|
|
80305
81054
|
]
|
|
@@ -80372,6 +81121,27 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
80372
81121
|
"from": "idle",
|
|
80373
81122
|
"to": "idle"
|
|
80374
81123
|
},
|
|
81124
|
+
{
|
|
81125
|
+
"effects": [
|
|
81126
|
+
[
|
|
81127
|
+
"render-ui",
|
|
81128
|
+
"toast",
|
|
81129
|
+
{
|
|
81130
|
+
"dismissible": true,
|
|
81131
|
+
"message": [
|
|
81132
|
+
"str/concat",
|
|
81133
|
+
"Couldn't refresh the list \u2014 ",
|
|
81134
|
+
"@payload.error"
|
|
81135
|
+
],
|
|
81136
|
+
"type": "alert",
|
|
81137
|
+
"variant": "error"
|
|
81138
|
+
}
|
|
81139
|
+
]
|
|
81140
|
+
],
|
|
81141
|
+
"event": "SelectableItemLoadFailed",
|
|
81142
|
+
"from": "idle",
|
|
81143
|
+
"to": "idle"
|
|
81144
|
+
},
|
|
80375
81145
|
{
|
|
80376
81146
|
"effects": [
|
|
80377
81147
|
[
|
|
@@ -83432,6 +84202,10 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
83432
84202
|
"kind": "persist",
|
|
83433
84203
|
"resolved": false,
|
|
83434
84204
|
"resource": "@config.targetEntity"
|
|
84205
|
+
},
|
|
84206
|
+
{
|
|
84207
|
+
"kind": "render-ui",
|
|
84208
|
+
"resource": "toast"
|
|
83435
84209
|
}
|
|
83436
84210
|
],
|
|
83437
84211
|
"emits": [
|
|
@@ -83652,6 +84426,22 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
83652
84426
|
"to": "idle"
|
|
83653
84427
|
},
|
|
83654
84428
|
{
|
|
84429
|
+
"effects": [
|
|
84430
|
+
[
|
|
84431
|
+
"render-ui",
|
|
84432
|
+
"toast",
|
|
84433
|
+
{
|
|
84434
|
+
"dismissible": true,
|
|
84435
|
+
"message": [
|
|
84436
|
+
"str/concat",
|
|
84437
|
+
"Couldn't change the status \u2014 ",
|
|
84438
|
+
"@payload.error"
|
|
84439
|
+
],
|
|
84440
|
+
"type": "alert",
|
|
84441
|
+
"variant": "error"
|
|
84442
|
+
}
|
|
84443
|
+
]
|
|
84444
|
+
],
|
|
83655
84445
|
"event": "StatusChangeFailed",
|
|
83656
84446
|
"from": "idle",
|
|
83657
84447
|
"to": "idle"
|
|
@@ -86879,6 +87669,10 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
86879
87669
|
"synonyms": "cancel, back",
|
|
86880
87670
|
"tier": "internal"
|
|
86881
87671
|
},
|
|
87672
|
+
{
|
|
87673
|
+
"key": "CLOSE",
|
|
87674
|
+
"name": "Close"
|
|
87675
|
+
},
|
|
86882
87676
|
{
|
|
86883
87677
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
86884
87678
|
"key": "TagCreated",
|
|
@@ -87656,6 +88450,47 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
87656
88450
|
"from": "creating",
|
|
87657
88451
|
"to": "loading"
|
|
87658
88452
|
},
|
|
88453
|
+
{
|
|
88454
|
+
"effects": [
|
|
88455
|
+
[
|
|
88456
|
+
"render-ui",
|
|
88457
|
+
"modal",
|
|
88458
|
+
null
|
|
88459
|
+
],
|
|
88460
|
+
[
|
|
88461
|
+
"render-ui",
|
|
88462
|
+
"main",
|
|
88463
|
+
{
|
|
88464
|
+
"align": "center",
|
|
88465
|
+
"children": [
|
|
88466
|
+
{
|
|
88467
|
+
"type": "spinner"
|
|
88468
|
+
},
|
|
88469
|
+
{
|
|
88470
|
+
"color": "muted",
|
|
88471
|
+
"content": "Loading\u2026",
|
|
88472
|
+
"type": "typography",
|
|
88473
|
+
"variant": "caption"
|
|
88474
|
+
}
|
|
88475
|
+
],
|
|
88476
|
+
"className": "py-12",
|
|
88477
|
+
"direction": "vertical",
|
|
88478
|
+
"gap": "md",
|
|
88479
|
+
"type": "stack"
|
|
88480
|
+
}
|
|
88481
|
+
],
|
|
88482
|
+
[
|
|
88483
|
+
"emit",
|
|
88484
|
+
"LEVEL_RELOAD",
|
|
88485
|
+
{
|
|
88486
|
+
"tagId": "@entity.id"
|
|
88487
|
+
}
|
|
88488
|
+
]
|
|
88489
|
+
],
|
|
88490
|
+
"event": "CLOSE",
|
|
88491
|
+
"from": "creating",
|
|
88492
|
+
"to": "loading"
|
|
88493
|
+
},
|
|
87659
88494
|
{
|
|
87660
88495
|
"effects": [
|
|
87661
88496
|
[
|
|
@@ -96274,6 +97109,10 @@ function stdWizardWizardOrbital(params = {}) {
|
|
|
96274
97109
|
"kind": "render-ui",
|
|
96275
97110
|
"resource": "main"
|
|
96276
97111
|
},
|
|
97112
|
+
{
|
|
97113
|
+
"kind": "render-ui",
|
|
97114
|
+
"resource": "toast"
|
|
97115
|
+
},
|
|
96277
97116
|
{
|
|
96278
97117
|
"kind": "set",
|
|
96279
97118
|
"resource": "@entity.cancelReason"
|
|
@@ -97596,6 +98435,77 @@ function stdWizardWizardOrbital(params = {}) {
|
|
|
97596
98435
|
"from": "running",
|
|
97597
98436
|
"to": "cancelled"
|
|
97598
98437
|
},
|
|
98438
|
+
{
|
|
98439
|
+
"effects": [
|
|
98440
|
+
[
|
|
98441
|
+
"render-ui",
|
|
98442
|
+
"main",
|
|
98443
|
+
{
|
|
98444
|
+
"align": "center",
|
|
98445
|
+
"children": [
|
|
98446
|
+
{
|
|
98447
|
+
"name": "check-circle",
|
|
98448
|
+
"size": "lg",
|
|
98449
|
+
"type": "icon"
|
|
98450
|
+
},
|
|
98451
|
+
{
|
|
98452
|
+
"align": "center",
|
|
98453
|
+
"content": "Complete",
|
|
98454
|
+
"type": "typography",
|
|
98455
|
+
"variant": "h2"
|
|
98456
|
+
},
|
|
98457
|
+
{
|
|
98458
|
+
"align": "center",
|
|
98459
|
+
"color": "muted",
|
|
98460
|
+
"content": "@entity.completionMessage",
|
|
98461
|
+
"type": "typography",
|
|
98462
|
+
"variant": "body"
|
|
98463
|
+
},
|
|
98464
|
+
{
|
|
98465
|
+
"allowNavigation": false,
|
|
98466
|
+
"currentStep": "@entity.totalSteps",
|
|
98467
|
+
"steps": "@entity.wizardSteps",
|
|
98468
|
+
"type": "wizard-progress"
|
|
98469
|
+
},
|
|
98470
|
+
{
|
|
98471
|
+
"action": "RESTART",
|
|
98472
|
+
"icon": "rotate-ccw",
|
|
98473
|
+
"label": "Start a new wizard",
|
|
98474
|
+
"type": "button",
|
|
98475
|
+
"variant": "secondary"
|
|
98476
|
+
}
|
|
98477
|
+
],
|
|
98478
|
+
"direction": "vertical",
|
|
98479
|
+
"gap": "lg",
|
|
98480
|
+
"type": "stack"
|
|
98481
|
+
}
|
|
98482
|
+
]
|
|
98483
|
+
],
|
|
98484
|
+
"event": "WizardSaved",
|
|
98485
|
+
"from": "completed",
|
|
98486
|
+
"to": "completed"
|
|
98487
|
+
},
|
|
98488
|
+
{
|
|
98489
|
+
"effects": [
|
|
98490
|
+
[
|
|
98491
|
+
"render-ui",
|
|
98492
|
+
"toast",
|
|
98493
|
+
{
|
|
98494
|
+
"dismissible": true,
|
|
98495
|
+
"message": [
|
|
98496
|
+
"str/concat",
|
|
98497
|
+
"Couldn't save the wizard \u2014 ",
|
|
98498
|
+
"@payload.error"
|
|
98499
|
+
],
|
|
98500
|
+
"type": "alert",
|
|
98501
|
+
"variant": "error"
|
|
98502
|
+
}
|
|
98503
|
+
]
|
|
98504
|
+
],
|
|
98505
|
+
"event": "WizardSaveFailed",
|
|
98506
|
+
"from": "completed",
|
|
98507
|
+
"to": "completed"
|
|
98508
|
+
},
|
|
97599
98509
|
{
|
|
97600
98510
|
"effects": [
|
|
97601
98511
|
[
|