@almadar/std 16.211.0 → 16.212.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -0
  2. package/behaviors/lolo/infra/atoms/std-cache-aside.lolo +6 -0
  3. package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +3 -0
  4. package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +1 -0
  5. package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +2 -0
  6. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -0
  7. package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +3 -0
  8. package/behaviors/lolo/infra/atoms/std-lifecycle.lolo +2 -0
  9. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +12 -0
  10. package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -0
  11. package/behaviors/lolo/infra/atoms/std-notification-center.lolo +2 -0
  12. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +5 -0
  13. package/behaviors/lolo/infra/atoms/std-reminder-scheduler.lolo +2 -0
  14. package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -0
  15. package/behaviors/lolo/ml/atoms/std-ml-classify.lolo +1 -0
  16. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +1 -0
  17. package/behaviors/lolo/ui/core/atoms/std-board.lolo +6 -0
  18. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +6 -1
  19. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +6 -1
  20. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -0
  21. package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +8 -1
  22. package/behaviors/lolo/ui/core/atoms/std-list.lolo +8 -1
  23. package/behaviors/lolo/ui/core/atoms/std-selection.lolo +8 -1
  24. package/behaviors/lolo/ui/core/atoms/std-tag-strip.lolo +1 -0
  25. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +16 -0
  26. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +36 -0
  27. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  28. package/behaviors/lolo/ui/core/atoms/ui-button.lolo +1 -1
  29. package/behaviors/lolo/ui/core/atoms/ui-checkbox.lolo +22 -2
  30. package/behaviors/lolo/ui/core/atoms/ui-game-icon.lolo +1 -1
  31. package/behaviors/lolo/ui/core/atoms/ui-select.lolo +6 -2
  32. package/behaviors/lolo/ui/core/atoms/ui-textarea.lolo +3 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
  34. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +1 -1
  37. package/behaviors/lolo/ui/core/molecules/ui-tabs.lolo +2 -2
  38. package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +6 -0
  39. package/behaviors/lolo/ui/game/atoms/ui-action-palette.lolo +1 -1
  40. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  41. package/behaviors/lolo/ui/game/atoms/ui-choice-button.lolo +1 -1
  42. package/behaviors/lolo/ui/game/atoms/ui-control-button.lolo +1 -1
  43. package/behaviors/lolo/ui/game/atoms/ui-control-grid.lolo +2 -2
  44. package/behaviors/lolo/ui/game/atoms/ui-dialogue-bubble.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-draw-fx-layer.lolo +1 -1
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +7 -2
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +1 -1
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +1 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +2 -2
  50. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +5 -5
  51. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  52. package/behaviors/lolo/ui/game/atoms/ui-health-bar.lolo +2 -2
  53. package/behaviors/lolo/ui/game/atoms/ui-score-display.lolo +1 -1
  54. package/behaviors/lolo/ui/game/atoms/ui-sequence-bar.lolo +2 -2
  55. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +2 -2
  56. package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +4 -4
  57. package/behaviors/registry/infra/atoms/std-approval-gate.orb +56 -18
  58. package/behaviors/registry/infra/atoms/std-cache-aside.orb +76 -32
  59. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +46 -0
  60. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +20 -0
  61. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +40 -14
  62. package/behaviors/registry/infra/atoms/std-cross-reference.orb +41 -15
  63. package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -0
  64. package/behaviors/registry/infra/atoms/std-lifecycle.orb +36 -0
  65. package/behaviors/registry/infra/atoms/std-migration-job.orb +108 -0
  66. package/behaviors/registry/infra/atoms/std-mod-queue.orb +20 -0
  67. package/behaviors/registry/infra/atoms/std-notification-center.orb +32 -0
  68. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +70 -0
  69. package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +36 -0
  70. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +20 -0
  71. package/behaviors/registry/ml/atoms/std-ml-classify.orb +18 -0
  72. package/behaviors/registry/ml/atoms/std-ml-infer.orb +18 -0
  73. package/behaviors/registry/ui/core/atoms/std-board.orb +58 -0
  74. package/behaviors/registry/ui/core/atoms/std-browse.orb +9 -1
  75. package/behaviors/registry/ui/core/atoms/std-calendar.orb +9 -1
  76. package/behaviors/registry/ui/core/atoms/std-event-log.orb +26 -0
  77. package/behaviors/registry/ui/core/atoms/std-gallery.orb +35 -1
  78. package/behaviors/registry/ui/core/atoms/std-list.orb +35 -1
  79. package/behaviors/registry/ui/core/atoms/std-selection.orb +35 -1
  80. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +20 -0
  81. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +56 -0
  82. package/behaviors/registry/ui/core/atoms/std-wizard.orb +77 -0
  83. package/behaviors/registry/ui/core/atoms/ui-badge.orb +4 -1
  84. package/behaviors/registry/ui/core/atoms/ui-button.orb +4 -1
  85. package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +78 -2
  86. package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +4 -1
  87. package/behaviors/registry/ui/core/atoms/ui-select.orb +28 -0
  88. package/behaviors/registry/ui/core/atoms/ui-textarea.orb +14 -0
  89. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -28
  90. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +1 -20
  91. package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +1 -14
  92. package/behaviors/registry/ui/core/molecules/ui-menu.orb +1 -24
  93. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +8 -2
  94. package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +44 -0
  95. package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +4 -1
  96. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  97. package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +4 -1
  98. package/behaviors/registry/ui/game/atoms/ui-control-button.orb +4 -1
  99. package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +8 -2
  100. package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +4 -1
  101. package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +4 -1
  102. package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +12 -2
  103. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +4 -1
  104. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +4 -1
  105. package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +8 -2
  106. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +20 -5
  107. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +4 -1
  108. package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +8 -2
  109. package/behaviors/registry/ui/game/atoms/ui-score-display.orb +4 -1
  110. package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +4 -1
  111. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +8 -2
  112. package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +8 -2
  113. package/dist/behaviors/exports-reader.js +1187 -277
  114. package/dist/behaviors/functions/index.d.ts +38 -7
  115. package/dist/behaviors/functions/index.js +1187 -277
  116. package/dist/behaviors/index.d.ts +1 -1
  117. package/dist/behaviors/index.js +1187 -277
  118. package/dist/behaviors/query.js +1187 -277
  119. package/dist/behaviors-embeddings.hash.json +3 -3
  120. package/dist/behaviors-embeddings.json +15 -15
  121. package/dist/behaviors-registry.json +535 -182
  122. package/dist/index.d.ts +1 -1
  123. package/dist/index.js +1187 -277
  124. package/dist/knob-embeddings.hash.json +3 -3
  125. package/dist/knob-embeddings.json +1 -1
  126. package/dist/registry/factory-signatures.json +1 -1
  127. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  {
2
- "$generated": "2026-09-11T11:44:39.196Z",
2
+ "$generated": "2026-09-12T12:12:57.550Z",
3
3
  "$source": "tools/almadar-pattern-sync/behaviors",
4
4
  "$package": "@almadar/std",
5
5
  "totalBehaviors": 463,
@@ -3809,7 +3809,7 @@
3809
3809
  "complexity": {
3810
3810
  "states": 5,
3811
3811
  "events": 15,
3812
- "transitions": 22
3812
+ "transitions": 23
3813
3813
  },
3814
3814
  "defaultEntity": {
3815
3815
  "name": "ApprovalRequest",
@@ -3908,16 +3908,21 @@
3908
3908
  "std-game-clock",
3909
3909
  "std-helpdesk-ticket",
3910
3910
  "std-integration-settings",
3911
+ "std-inventory",
3912
+ "std-iram",
3911
3913
  "std-lifecycle",
3912
3914
  "std-migration-job",
3913
3915
  "std-mod-queue",
3914
3916
  "std-modal",
3917
+ "std-moderation-rule",
3915
3918
  "std-notification-center",
3916
3919
  "std-notification-panel",
3917
3920
  "std-notify-on-event",
3918
3921
  "std-purchase-order",
3922
+ "std-question-bank",
3919
3923
  "std-rate-limiter",
3920
3924
  "std-reminder-scheduler",
3925
+ "std-reorder-rule",
3921
3926
  "std-rfi",
3922
3927
  "std-row-access-control",
3923
3928
  "std-service-accounting",
@@ -3955,10 +3960,13 @@
3955
3960
  "std-service-youtube",
3956
3961
  "std-status-lifecycle",
3957
3962
  "std-status-lifecycle-control",
3963
+ "std-stock-level",
3958
3964
  "std-submittal",
3965
+ "std-tag-taxonomy",
3959
3966
  "std-ticket-tier",
3960
3967
  "std-timesheet",
3961
3968
  "std-trait-wars",
3969
+ "std-warehouse",
3962
3970
  "ui-confirm-dialog",
3963
3971
  "ui-drawer",
3964
3972
  "ui-lightbox",
@@ -3970,13 +3978,13 @@
3970
3978
  "ApprovalRequestLoaded",
3971
3979
  "ApprovalRequestLoadFailed",
3972
3980
  "APPROVAL_REPLAY_FAILED",
3981
+ "ApprovalRequestReviewFailed",
3973
3982
  "OPEN",
3974
3983
  "CLOSE",
3975
3984
  "APPROVE",
3976
3985
  "DENY",
3977
3986
  "OPEN_SUBJECT",
3978
3987
  "ApprovalRequestReviewed",
3979
- "ApprovalRequestReviewFailed",
3980
3988
  "CONFIRM_DENY",
3981
3989
  "CANCEL_DENY",
3982
3990
  "ApprovalGranted",
@@ -4880,7 +4888,7 @@
4880
4888
  "complexity": {
4881
4889
  "states": 5,
4882
4890
  "events": 9,
4883
- "transitions": 10
4891
+ "transitions": 12
4884
4892
  },
4885
4893
  "defaultEntity": {
4886
4894
  "name": "CacheEntry",
@@ -4988,11 +4996,11 @@
4988
4996
  "FETCH",
4989
4997
  "CacheEntryLoaded",
4990
4998
  "CacheEntryLoadFailed",
4999
+ "CacheEntryUpdateFailed",
5000
+ "CacheEntryUpdated",
4991
5001
  "INVALIDATE",
4992
5002
  "CACHED",
4993
- "REFRESH",
4994
- "CacheEntryUpdated",
4995
- "CacheEntryUpdateFailed"
5003
+ "REFRESH"
4996
5004
  ],
4997
5005
  "eventPayloads": {},
4998
5006
  "exposure": "both",
@@ -5268,12 +5276,18 @@
5268
5276
  {
5269
5277
  "kind": "render-ui",
5270
5278
  "resource": "main"
5279
+ },
5280
+ {
5281
+ "kind": "render-ui",
5282
+ "resource": "toast"
5271
5283
  }
5272
5284
  ],
5273
5285
  "transitionEvents": [
5274
5286
  "CACHED",
5275
5287
  "CacheEntryLoadFailed",
5276
5288
  "CacheEntryLoaded",
5289
+ "CacheEntryUpdateFailed",
5290
+ "CacheEntryUpdated",
5277
5291
  "FETCH",
5278
5292
  "INIT",
5279
5293
  "INVALIDATE",
@@ -6190,7 +6204,7 @@
6190
6204
  {
6191
6205
  "name": "CalendarSync",
6192
6206
  "orbital": "CalendarSyncOrbital",
6193
- "role": "reactor",
6207
+ "role": "renderer",
6194
6208
  "emittedEvents": [
6195
6209
  "CAL_SYNCED",
6196
6210
  "CAL_SYNC_FAILED",
@@ -6303,7 +6317,7 @@
6303
6317
  "interval": "*/15 * * * *"
6304
6318
  }
6305
6319
  ],
6306
- "rendersUi": false,
6320
+ "rendersUi": true,
6307
6321
  "category": "lifecycle",
6308
6322
  "linkedEntity": "CalendarSyncRun",
6309
6323
  "effectRow": [
@@ -6347,6 +6361,10 @@
6347
6361
  "kind": "persist",
6348
6362
  "resource": "CalendarEvent"
6349
6363
  },
6364
+ {
6365
+ "kind": "render-ui",
6366
+ "resource": "toast"
6367
+ },
6350
6368
  {
6351
6369
  "kind": "set",
6352
6370
  "resource": "@entity.headId"
@@ -6457,7 +6475,7 @@
6457
6475
  ],
6458
6476
  "factoryPath": "behaviors/functions/infra/atoms/std-calendar-sync.ts",
6459
6477
  "roles": [
6460
- "reactor"
6478
+ "renderer"
6461
6479
  ],
6462
6480
  "sourceValid": true
6463
6481
  },
@@ -6583,7 +6601,7 @@
6583
6601
  {
6584
6602
  "name": "CascadeOnDeleteGate",
6585
6603
  "orbital": "CascadeOnDeleteOrbital",
6586
- "role": "reactor",
6604
+ "role": "renderer",
6587
6605
  "emittedEvents": [
6588
6606
  "CascadeRowDeleted",
6589
6607
  "CascadeCompleted",
@@ -6632,7 +6650,7 @@
6632
6650
  "cascade-delete"
6633
6651
  ],
6634
6652
  "ticks": [],
6635
- "rendersUi": false,
6653
+ "rendersUi": true,
6636
6654
  "category": "lifecycle",
6637
6655
  "linkedEntity": "CascadeLog",
6638
6656
  "effectRow": [
@@ -6658,6 +6676,10 @@
6658
6676
  "kind": "persist",
6659
6677
  "resource": "CascadeLog"
6660
6678
  },
6679
+ {
6680
+ "kind": "render-ui",
6681
+ "resource": "toast"
6682
+ },
6661
6683
  {
6662
6684
  "kind": "set",
6663
6685
  "resource": "@entity.headId"
@@ -6717,7 +6739,7 @@
6717
6739
  ],
6718
6740
  "factoryPath": "behaviors/functions/infra/atoms/std-cascade-on-delete.ts",
6719
6741
  "roles": [
6720
- "reactor"
6742
+ "renderer"
6721
6743
  ],
6722
6744
  "sourceValid": true
6723
6745
  },
@@ -6733,7 +6755,7 @@
6733
6755
  "complexity": {
6734
6756
  "states": 3,
6735
6757
  "events": 7,
6736
- "transitions": 8
6758
+ "transitions": 9
6737
6759
  },
6738
6760
  "defaultEntity": {
6739
6761
  "name": "ServiceNode",
@@ -6912,12 +6934,12 @@
6912
6934
  "ui-sports-board"
6913
6935
  ],
6914
6936
  "connectableEvents": [
6937
+ "ServiceNodeLoadFailed",
6915
6938
  "FAILURE",
6916
6939
  "SUCCESS",
6917
6940
  "TIMEOUT",
6918
6941
  "RESET",
6919
- "ServiceNodeLoaded",
6920
- "ServiceNodeLoadFailed"
6942
+ "ServiceNodeLoaded"
6921
6943
  ],
6922
6944
  "eventPayloads": {},
6923
6945
  "exposure": "both",
@@ -7499,6 +7521,10 @@
7499
7521
  "kind": "render-ui",
7500
7522
  "resource": "main"
7501
7523
  },
7524
+ {
7525
+ "kind": "render-ui",
7526
+ "resource": "toast"
7527
+ },
7502
7528
  {
7503
7529
  "kind": "set",
7504
7530
  "resource": "@entity.failureCount"
@@ -7517,6 +7543,7 @@
7517
7543
  "INIT",
7518
7544
  "RESET",
7519
7545
  "SUCCESS",
7546
+ "ServiceNodeLoadFailed",
7520
7547
  "TIMEOUT"
7521
7548
  ],
7522
7549
  "events": [
@@ -7779,7 +7806,7 @@
7779
7806
  "complexity": {
7780
7807
  "states": 1,
7781
7808
  "events": 8,
7782
- "transitions": 4
7809
+ "transitions": 5
7783
7810
  },
7784
7811
  "defaultEntity": {
7785
7812
  "name": "CrossRefLink",
@@ -7879,10 +7906,10 @@
7879
7906
  "UnlinkRequested",
7880
7907
  "FETCH_LINKS_FOR",
7881
7908
  "LinksFetched",
7909
+ "LinkOpFailed",
7882
7910
  "LinkCreated",
7883
7911
  "LinkRemoved",
7884
- "LinksLoaded",
7885
- "LinkOpFailed"
7912
+ "LinksLoaded"
7886
7913
  ],
7887
7914
  "eventPayloads": {},
7888
7915
  "exposure": "both",
@@ -7891,7 +7918,7 @@
7891
7918
  {
7892
7919
  "name": "CrossReferenceGate",
7893
7920
  "orbital": "CrossReferenceOrbital",
7894
- "role": "reactor",
7921
+ "role": "renderer",
7895
7922
  "emittedEvents": [
7896
7923
  "LinkCreated",
7897
7924
  "LinkRemoved",
@@ -7903,7 +7930,7 @@
7903
7930
  "overridableConfigKeys": [],
7904
7931
  "capabilities": [],
7905
7932
  "ticks": [],
7906
- "rendersUi": false,
7933
+ "rendersUi": true,
7907
7934
  "category": "lifecycle",
7908
7935
  "entityRebindable": true,
7909
7936
  "linkedEntity": "CrossRefLink",
@@ -7927,6 +7954,10 @@
7927
7954
  "kind": "persist",
7928
7955
  "resource": "CrossRefLink"
7929
7956
  },
7957
+ {
7958
+ "kind": "render-ui",
7959
+ "resource": "toast"
7960
+ },
7930
7961
  {
7931
7962
  "kind": "set",
7932
7963
  "resource": "@entity.filteredLinks"
@@ -7938,6 +7969,7 @@
7938
7969
  ],
7939
7970
  "transitionEvents": [
7940
7971
  "FETCH_LINKS_FOR",
7972
+ "LinkOpFailed",
7941
7973
  "LinkRequested",
7942
7974
  "LinksFetched",
7943
7975
  "UnlinkRequested"
@@ -7982,7 +8014,7 @@
7982
8014
  ],
7983
8015
  "factoryPath": "behaviors/functions/infra/atoms/std-cross-reference.ts",
7984
8016
  "roles": [
7985
- "reactor"
8017
+ "renderer"
7986
8018
  ],
7987
8019
  "sourceValid": true
7988
8020
  },
@@ -8075,16 +8107,21 @@
8075
8107
  "std-game-clock",
8076
8108
  "std-helpdesk-ticket",
8077
8109
  "std-integration-settings",
8110
+ "std-inventory",
8111
+ "std-iram",
8078
8112
  "std-lifecycle",
8079
8113
  "std-migration-job",
8080
8114
  "std-mod-queue",
8081
8115
  "std-modal",
8116
+ "std-moderation-rule",
8082
8117
  "std-notification-center",
8083
8118
  "std-notification-panel",
8084
8119
  "std-notify-on-event",
8085
8120
  "std-purchase-order",
8121
+ "std-question-bank",
8086
8122
  "std-rate-limiter",
8087
8123
  "std-reminder-scheduler",
8124
+ "std-reorder-rule",
8088
8125
  "std-rfi",
8089
8126
  "std-row-access-control",
8090
8127
  "std-service-accounting",
@@ -8122,8 +8159,11 @@
8122
8159
  "std-service-youtube",
8123
8160
  "std-status-lifecycle",
8124
8161
  "std-status-lifecycle-control",
8162
+ "std-stock-level",
8163
+ "std-tag-taxonomy",
8125
8164
  "std-ticket-tier",
8126
8165
  "std-trait-wars",
8166
+ "std-warehouse",
8127
8167
  "ui-confirm-dialog",
8128
8168
  "ui-drawer",
8129
8169
  "ui-lightbox",
@@ -8500,6 +8540,10 @@
8500
8540
  "resolved": false,
8501
8541
  "resource": "@config.reviewSlot"
8502
8542
  },
8543
+ {
8544
+ "kind": "render-ui",
8545
+ "resource": "toast"
8546
+ },
8503
8547
  {
8504
8548
  "kind": "set",
8505
8549
  "resource": "@entity.id"
@@ -8957,7 +9001,7 @@
8957
9001
  {
8958
9002
  "name": "LifecycleScheduler",
8959
9003
  "orbital": "LifecycleOrbital",
8960
- "role": "authority",
9004
+ "role": "renderer",
8961
9005
  "emittedEvents": [
8962
9006
  "LifecycleTransitioned",
8963
9007
  "ScanRecordsLoaded",
@@ -9036,7 +9080,7 @@
9036
9080
  "interval": "0 * * * *"
9037
9081
  }
9038
9082
  ],
9039
- "rendersUi": false,
9083
+ "rendersUi": true,
9040
9084
  "category": "lifecycle",
9041
9085
  "entityRebindable": true,
9042
9086
  "linkedEntity": "LifecycleRunLog",
@@ -9068,6 +9112,10 @@
9068
9112
  "resolved": false,
9069
9113
  "resource": "@config.targetEntity"
9070
9114
  },
9115
+ {
9116
+ "kind": "render-ui",
9117
+ "resource": "toast"
9118
+ },
9071
9119
  {
9072
9120
  "kind": "set",
9073
9121
  "resource": "@entity.headId"
@@ -9114,7 +9162,7 @@
9114
9162
  ],
9115
9163
  "factoryPath": "behaviors/functions/infra/atoms/std-lifecycle.ts",
9116
9164
  "roles": [
9117
- "authority"
9165
+ "renderer"
9118
9166
  ],
9119
9167
  "sourceValid": true
9120
9168
  },
@@ -9129,8 +9177,8 @@
9129
9177
  "statePattern": "committing, done, failed, fetching, idle, mapping, reviewing",
9130
9178
  "complexity": {
9131
9179
  "states": 7,
9132
- "events": 18,
9133
- "transitions": 22
9180
+ "events": 19,
9181
+ "transitions": 23
9134
9182
  },
9135
9183
  "defaultEntity": {
9136
9184
  "name": "MigrationJob",
@@ -9210,6 +9258,7 @@
9210
9258
  },
9211
9259
  "defaultIcons": [],
9212
9260
  "composableWith": [
9261
+ "kflow-learning-companion",
9213
9262
  "learning-algorithms",
9214
9263
  "learning-biology",
9215
9264
  "learning-chemistry",
@@ -9236,12 +9285,14 @@
9236
9285
  "std-astro-orbit-3d",
9237
9286
  "std-audit-capture",
9238
9287
  "std-bio-cell-3d",
9288
+ "std-browse",
9239
9289
  "std-cache-aside",
9240
9290
  "std-calendar-sync",
9241
9291
  "std-cascade-on-delete",
9242
9292
  "std-circuit-breaker",
9243
9293
  "std-civics-electoral",
9244
9294
  "std-civics-gerrymander",
9295
+ "std-confirmation",
9245
9296
  "std-cooldown",
9246
9297
  "std-cross-reference",
9247
9298
  "std-data-erasure",
@@ -9249,12 +9300,16 @@
9249
9300
  "std-econ-phillips",
9250
9301
  "std-escalating-decision",
9251
9302
  "std-form-advanced",
9303
+ "std-gallery",
9252
9304
  "std-game-clock",
9253
9305
  "std-geo-vonthunen",
9254
9306
  "std-graph-builder",
9307
+ "std-helpdesk-ticket",
9255
9308
  "std-hist-ccot",
9256
9309
  "std-hist-sourcing",
9257
9310
  "std-integration-settings",
9311
+ "std-inventory",
9312
+ "std-iram",
9258
9313
  "std-learn-coupled-sim",
9259
9314
  "std-learn-derivation",
9260
9315
  "std-learn-doser",
@@ -9280,7 +9335,10 @@
9280
9335
  "std-ml-lookup",
9281
9336
  "std-ml-similarity",
9282
9337
  "std-mod-queue",
9338
+ "std-modal",
9339
+ "std-moderation-rule",
9283
9340
  "std-notification-center",
9341
+ "std-notification-panel",
9284
9342
  "std-notify-on-event",
9285
9343
  "std-physics-diagram",
9286
9344
  "std-physics-field-3d",
@@ -9292,8 +9350,12 @@
9292
9350
  "std-psych-operant",
9293
9351
  "std-psych-signal",
9294
9352
  "std-psych-stroop",
9353
+ "std-purchase-order",
9354
+ "std-question-bank",
9295
9355
  "std-rate-limiter",
9296
9356
  "std-reminder-scheduler",
9357
+ "std-reorder-rule",
9358
+ "std-rfi",
9297
9359
  "std-row-access-control",
9298
9360
  "std-service-accounting",
9299
9361
  "std-service-arxiv",
@@ -9333,9 +9395,20 @@
9333
9395
  "std-soc-network",
9334
9396
  "std-status-lifecycle",
9335
9397
  "std-status-lifecycle-control",
9398
+ "std-stock-level",
9399
+ "std-tag-taxonomy",
9400
+ "std-ticket-tier",
9336
9401
  "std-tokenizer",
9402
+ "std-trait-wars",
9403
+ "std-warehouse",
9337
9404
  "std-weight-validator",
9338
- "ui-sports-board"
9405
+ "ui-confirm-dialog",
9406
+ "ui-drawer",
9407
+ "ui-lightbox",
9408
+ "ui-modal",
9409
+ "ui-side-panel",
9410
+ "ui-sports-board",
9411
+ "ui-subagent-trace-panel"
9339
9412
  ],
9340
9413
  "connectableEvents": [
9341
9414
  "MIGRATION_START",
@@ -9350,6 +9423,7 @@
9350
9423
  "MIGRATION_APPROVED",
9351
9424
  "MIGRATION_REJECTED",
9352
9425
  "MIGRATION_REVIEW_READY",
9426
+ "CLOSE",
9353
9427
  "COMMITTED",
9354
9428
  "RESET",
9355
9429
  "MIGRATION_COMPLETED",
@@ -9469,6 +9543,10 @@
9469
9543
  "resolved": false,
9470
9544
  "resource": "@config.reviewSlot"
9471
9545
  },
9546
+ {
9547
+ "kind": "render-ui",
9548
+ "resource": "toast"
9549
+ },
9472
9550
  {
9473
9551
  "kind": "set",
9474
9552
  "resource": "@entity.createdAt"
@@ -9519,6 +9597,7 @@
9519
9597
  }
9520
9598
  ],
9521
9599
  "transitionEvents": [
9600
+ "CLOSE",
9522
9601
  "COMMITTED",
9523
9602
  "DOCUMENTS_LISTED",
9524
9603
  "DOCUMENT_FETCHED",
@@ -9640,6 +9719,10 @@
9640
9719
  "description": "The user sent the preview back for more staging",
9641
9720
  "tier": "internal"
9642
9721
  },
9722
+ {
9723
+ "name": "CLOSE",
9724
+ "direction": "listen"
9725
+ },
9643
9726
  {
9644
9727
  "name": "RESET",
9645
9728
  "direction": "listen",
@@ -9757,15 +9840,20 @@
9757
9840
  "std-game-clock",
9758
9841
  "std-helpdesk-ticket",
9759
9842
  "std-integration-settings",
9843
+ "std-inventory",
9844
+ "std-iram",
9760
9845
  "std-lifecycle",
9761
9846
  "std-migration-job",
9762
9847
  "std-modal",
9848
+ "std-moderation-rule",
9763
9849
  "std-notification-center",
9764
9850
  "std-notification-panel",
9765
9851
  "std-notify-on-event",
9766
9852
  "std-purchase-order",
9853
+ "std-question-bank",
9767
9854
  "std-rate-limiter",
9768
9855
  "std-reminder-scheduler",
9856
+ "std-reorder-rule",
9769
9857
  "std-rfi",
9770
9858
  "std-row-access-control",
9771
9859
  "std-service-accounting",
@@ -9804,11 +9892,14 @@
9804
9892
  "std-status-lifecycle",
9805
9893
  "std-status-lifecycle-control",
9806
9894
  "std-step-flow",
9895
+ "std-stock-level",
9807
9896
  "std-submittal",
9897
+ "std-tag-taxonomy",
9808
9898
  "std-technician-dispatch",
9809
9899
  "std-ticket-tier",
9810
9900
  "std-timesheet",
9811
9901
  "std-trait-wars",
9902
+ "std-warehouse",
9812
9903
  "ui-confirm-dialog",
9813
9904
  "ui-drawer",
9814
9905
  "ui-lightbox",
@@ -10138,6 +10229,10 @@
10138
10229
  "kind": "render-ui",
10139
10230
  "resolved": false,
10140
10231
  "resource": "@config.reviewSlot"
10232
+ },
10233
+ {
10234
+ "kind": "render-ui",
10235
+ "resource": "toast"
10141
10236
  }
10142
10237
  ],
10143
10238
  "transitionEvents": [
@@ -10502,7 +10597,7 @@
10502
10597
  {
10503
10598
  "name": "DigestDrain",
10504
10599
  "orbital": "NotificationCenterOrbital",
10505
- "role": "reactor",
10600
+ "role": "renderer",
10506
10601
  "emittedEvents": [
10507
10602
  "DIGEST_ROWS_LOADED",
10508
10603
  "DIGEST_ITEM_SENT",
@@ -10546,7 +10641,7 @@
10546
10641
  "interval": "0 * * * *"
10547
10642
  }
10548
10643
  ],
10549
- "rendersUi": false,
10644
+ "rendersUi": true,
10550
10645
  "category": "lifecycle",
10551
10646
  "linkedEntity": "DigestRunView",
10552
10647
  "effectRow": [
@@ -10567,6 +10662,10 @@
10567
10662
  "kind": "persist",
10568
10663
  "resource": "NotificationRecord"
10569
10664
  },
10665
+ {
10666
+ "kind": "render-ui",
10667
+ "resource": "toast"
10668
+ },
10570
10669
  {
10571
10670
  "kind": "set",
10572
10671
  "resource": "@entity.drainedCount"
@@ -10629,7 +10728,6 @@
10629
10728
  ],
10630
10729
  "factoryPath": "behaviors/functions/infra/atoms/std-notification-center.ts",
10631
10730
  "roles": [
10632
- "reactor",
10633
10731
  "renderer"
10634
10732
  ],
10635
10733
  "sourceValid": true
@@ -10814,7 +10912,7 @@
10814
10912
  {
10815
10913
  "name": "NotifyOnEventListener",
10816
10914
  "orbital": "NotifyOnEventOrbital",
10817
- "role": "reactor",
10915
+ "role": "renderer",
10818
10916
  "emittedEvents": [
10819
10917
  "NotificationDispatched",
10820
10918
  "NOTIFY_PREFS_LOADED",
@@ -11047,7 +11145,7 @@
11047
11145
  ],
11048
11146
  "capabilities": [],
11049
11147
  "ticks": [],
11050
- "rendersUi": false,
11148
+ "rendersUi": true,
11051
11149
  "category": "lifecycle",
11052
11150
  "linkedEntity": "NotificationRecord",
11053
11151
  "effectRow": [
@@ -11250,7 +11348,7 @@
11250
11348
  ],
11251
11349
  "factoryPath": "behaviors/functions/infra/atoms/std-notify-on-event.ts",
11252
11350
  "roles": [
11253
- "reactor"
11351
+ "renderer"
11254
11352
  ],
11255
11353
  "sourceValid": true
11256
11354
  },
@@ -12190,7 +12288,7 @@
12190
12288
  {
12191
12289
  "name": "ReminderScheduler",
12192
12290
  "orbital": "ReminderSchedulerOrbital",
12193
- "role": "authority",
12291
+ "role": "renderer",
12194
12292
  "emittedEvents": [
12195
12293
  "ReminderDue",
12196
12294
  "ScanRecordsLoaded",
@@ -12262,7 +12360,7 @@
12262
12360
  "interval": "*/15 * * * *"
12263
12361
  }
12264
12362
  ],
12265
- "rendersUi": false,
12363
+ "rendersUi": true,
12266
12364
  "category": "lifecycle",
12267
12365
  "entityRebindable": true,
12268
12366
  "linkedEntity": "ReminderRunLog",
@@ -12293,6 +12391,10 @@
12293
12391
  "resolved": false,
12294
12392
  "resource": "@config.targetEntity"
12295
12393
  },
12394
+ {
12395
+ "kind": "render-ui",
12396
+ "resource": "toast"
12397
+ },
12296
12398
  {
12297
12399
  "kind": "set",
12298
12400
  "resource": "@entity.headId"
@@ -12335,7 +12437,7 @@
12335
12437
  ],
12336
12438
  "factoryPath": "behaviors/functions/infra/atoms/std-reminder-scheduler.ts",
12337
12439
  "roles": [
12338
- "authority"
12440
+ "renderer"
12339
12441
  ],
12340
12442
  "sourceValid": true
12341
12443
  },
@@ -12661,7 +12763,7 @@
12661
12763
  {
12662
12764
  "name": "StatusMachine",
12663
12765
  "orbital": "StatusLifecycleOrbital",
12664
- "role": "reactor",
12766
+ "role": "renderer",
12665
12767
  "emittedEvents": [
12666
12768
  "StatusChanged",
12667
12769
  "StatusPersisted",
@@ -12771,7 +12873,7 @@
12771
12873
  ],
12772
12874
  "capabilities": [],
12773
12875
  "ticks": [],
12774
- "rendersUi": false,
12876
+ "rendersUi": true,
12775
12877
  "category": "lifecycle",
12776
12878
  "entityRebindable": true,
12777
12879
  "linkedEntity": "StatusRecord",
@@ -12788,6 +12890,10 @@
12788
12890
  "kind": "persist",
12789
12891
  "resolved": false,
12790
12892
  "resource": "@config.targetEntity"
12893
+ },
12894
+ {
12895
+ "kind": "render-ui",
12896
+ "resource": "toast"
12791
12897
  }
12792
12898
  ],
12793
12899
  "transitionEvents": [
@@ -12819,7 +12925,7 @@
12819
12925
  ],
12820
12926
  "factoryPath": "behaviors/functions/infra/atoms/std-status-lifecycle.ts",
12821
12927
  "roles": [
12822
- "reactor"
12928
+ "renderer"
12823
12929
  ],
12824
12930
  "sourceValid": true
12825
12931
  },
@@ -13076,7 +13182,10 @@
13076
13182
  "1:1",
13077
13183
  "16:9",
13078
13184
  "5:7",
13079
- "8:1"
13185
+ "8:1",
13186
+ "4:1",
13187
+ "5:3",
13188
+ "1:2"
13080
13189
  ]
13081
13190
  },
13082
13191
  "atlas": {
@@ -13765,7 +13874,7 @@
13765
13874
  {
13766
13875
  "name": "ClassifyRun",
13767
13876
  "orbital": "MlClassifyOrbital",
13768
- "role": "reactor",
13877
+ "role": "renderer",
13769
13878
  "emittedEvents": [
13770
13879
  "CLASSIFIED_RAW",
13771
13880
  "CLASSIFY_CALL_FAILED",
@@ -13804,7 +13913,7 @@
13804
13913
  ],
13805
13914
  "capabilities": [],
13806
13915
  "ticks": [],
13807
- "rendersUi": false,
13916
+ "rendersUi": true,
13808
13917
  "category": "lifecycle",
13809
13918
  "linkedEntity": "ClassifierVerdict",
13810
13919
  "effectRow": [
@@ -13820,6 +13929,10 @@
13820
13929
  "kind": "emit",
13821
13930
  "resource": "CLASSIFY_FAILED"
13822
13931
  },
13932
+ {
13933
+ "kind": "render-ui",
13934
+ "resource": "toast"
13935
+ },
13823
13936
  {
13824
13937
  "kind": "set",
13825
13938
  "resource": "@entity.category"
@@ -13899,7 +14012,7 @@
13899
14012
  ],
13900
14013
  "factoryPath": "behaviors/functions/ml/atoms/std-ml-classify.ts",
13901
14014
  "roles": [
13902
- "reactor"
14015
+ "renderer"
13903
14016
  ],
13904
14017
  "sourceValid": true
13905
14018
  },
@@ -14290,7 +14403,7 @@
14290
14403
  {
14291
14404
  "name": "InferenceRun",
14292
14405
  "orbital": "MlInferOrbital",
14293
- "role": "reactor",
14406
+ "role": "renderer",
14294
14407
  "emittedEvents": [
14295
14408
  "INFERRED_RAW",
14296
14409
  "INFER_CALL_FAILED",
@@ -14358,7 +14471,7 @@
14358
14471
  ],
14359
14472
  "capabilities": [],
14360
14473
  "ticks": [],
14361
- "rendersUi": false,
14474
+ "rendersUi": true,
14362
14475
  "category": "lifecycle",
14363
14476
  "linkedEntity": "Inference",
14364
14477
  "effectRow": [
@@ -14374,6 +14487,10 @@
14374
14487
  "kind": "emit",
14375
14488
  "resource": "INFER_ABSTAINED"
14376
14489
  },
14490
+ {
14491
+ "kind": "render-ui",
14492
+ "resource": "toast"
14493
+ },
14377
14494
  {
14378
14495
  "kind": "set",
14379
14496
  "resource": "@entity.confidence"
@@ -14453,7 +14570,7 @@
14453
14570
  ],
14454
14571
  "factoryPath": "behaviors/functions/ml/atoms/std-ml-infer.ts",
14455
14572
  "roles": [
14456
- "reactor"
14573
+ "renderer"
14457
14574
  ],
14458
14575
  "sourceValid": true
14459
14576
  },
@@ -16299,7 +16416,7 @@
16299
16416
  {
16300
16417
  "name": "InferRung",
16301
16418
  "orbital": "EscalatingDecisionOrbital",
16302
- "role": "reactor",
16419
+ "role": "renderer",
16303
16420
  "emittedEvents": [],
16304
16421
  "listenedEvents": [
16305
16422
  "SIMILARITY_ABSTAINED"
@@ -16364,7 +16481,7 @@
16364
16481
  ],
16365
16482
  "capabilities": [],
16366
16483
  "ticks": [],
16367
- "rendersUi": false,
16484
+ "rendersUi": true,
16368
16485
  "ref": "Rung4.traits.InferenceRun",
16369
16486
  "category": "lifecycle",
16370
16487
  "linkedEntity": "Inference",
@@ -16380,7 +16497,7 @@
16380
16497
  {
16381
16498
  "name": "ClassifyRung",
16382
16499
  "orbital": "EscalatingDecisionOrbital",
16383
- "role": "reactor",
16500
+ "role": "renderer",
16384
16501
  "emittedEvents": [],
16385
16502
  "listenedEvents": [
16386
16503
  "INFER_ABSTAINED"
@@ -16416,7 +16533,7 @@
16416
16533
  ],
16417
16534
  "capabilities": [],
16418
16535
  "ticks": [],
16419
- "rendersUi": false,
16536
+ "rendersUi": true,
16420
16537
  "ref": "Rung5.traits.ClassifyRun",
16421
16538
  "category": "lifecycle",
16422
16539
  "linkedEntity": "ClassifierVerdict",
@@ -16542,7 +16659,8 @@
16542
16659
  ],
16543
16660
  "factoryPath": "behaviors/functions/ml/organisms/std-escalating-decision.ts",
16544
16661
  "roles": [
16545
- "reactor"
16662
+ "reactor",
16663
+ "renderer"
16546
16664
  ],
16547
16665
  "sourceValid": true
16548
16666
  },
@@ -19900,7 +20018,7 @@
19900
20018
  "complexity": {
19901
20019
  "states": 5,
19902
20020
  "events": 19,
19903
- "transitions": 23
20021
+ "transitions": 25
19904
20022
  },
19905
20023
  "defaultEntity": {
19906
20024
  "name": "BoardView",
@@ -21025,6 +21143,10 @@
21025
21143
  "kind": "render-ui",
21026
21144
  "resource": "main"
21027
21145
  },
21146
+ {
21147
+ "kind": "render-ui",
21148
+ "resource": "toast"
21149
+ },
21028
21150
  {
21029
21151
  "kind": "set",
21030
21152
  "resource": "@entity.boards"
@@ -21300,22 +21422,28 @@
21300
21422
  "std-image-upload-multi",
21301
21423
  "std-import",
21302
21424
  "std-integration-settings",
21425
+ "std-inventory",
21426
+ "std-iram",
21303
21427
  "std-kekec",
21304
21428
  "std-ledger-entry-form",
21305
21429
  "std-list",
21306
21430
  "std-menu",
21431
+ "std-migration-job",
21307
21432
  "std-mod-queue",
21308
21433
  "std-modal",
21309
21434
  "std-modal-editor",
21435
+ "std-moderation-rule",
21310
21436
  "std-modifier-group",
21311
21437
  "std-multi-party-flow",
21312
21438
  "std-notification-panel",
21313
21439
  "std-pagination",
21314
21440
  "std-purchase-order",
21441
+ "std-question-bank",
21315
21442
  "std-rating-review",
21316
21443
  "std-record-detail",
21317
21444
  "std-recurrence",
21318
21445
  "std-related",
21446
+ "std-reorder-rule",
21319
21447
  "std-rfi",
21320
21448
  "std-saved-search",
21321
21449
  "std-scatter",
@@ -21358,6 +21486,7 @@
21358
21486
  "std-stat-rows",
21359
21487
  "std-stats",
21360
21488
  "std-step-flow",
21489
+ "std-stock-level",
21361
21490
  "std-tabs",
21362
21491
  "std-tag-strip",
21363
21492
  "std-tag-taxonomy",
@@ -21367,6 +21496,7 @@
21367
21496
  "std-tree",
21368
21497
  "std-version-history",
21369
21498
  "std-vote",
21499
+ "std-warehouse",
21370
21500
  "std-winning-11",
21371
21501
  "std-wizard",
21372
21502
  "ui-accordion",
@@ -22783,6 +22913,15 @@
22783
22913
  "synonyms": "owner field, my records, only mine, only my own, scope to user, per-user list, mine only, owned by me",
22784
22914
  "tier": "policy"
22785
22915
  },
22916
+ {
22917
+ "key": "searchField",
22918
+ "type": "string",
22919
+ "default": "name",
22920
+ "label": "Which column does the search box match against?",
22921
+ "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.",
22922
+ "synonyms": "search column, search on field, match field, search key",
22923
+ "tier": "policy"
22924
+ },
22786
22925
  {
22787
22926
  "key": "searchPlaceholder",
22788
22927
  "type": "string",
@@ -23964,6 +24103,15 @@
23964
24103
  "synonyms": "open event, event click, select event, chip click",
23965
24104
  "tier": "presentation"
23966
24105
  },
24106
+ {
24107
+ "key": "searchField",
24108
+ "type": "string",
24109
+ "default": "name",
24110
+ "label": "Which column does the search box match against?",
24111
+ "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.",
24112
+ "synonyms": "search column, search on field, match field, search key",
24113
+ "tier": "policy"
24114
+ },
23967
24115
  {
23968
24116
  "key": "searchPlaceholder",
23969
24117
  "type": "string",
@@ -24382,21 +24530,27 @@
24382
24530
  "std-image-upload-multi",
24383
24531
  "std-import",
24384
24532
  "std-integration-settings",
24533
+ "std-inventory",
24534
+ "std-iram",
24385
24535
  "std-list",
24386
24536
  "std-market-board-3d",
24537
+ "std-migration-job",
24387
24538
  "std-mod-queue",
24388
24539
  "std-modal",
24389
24540
  "std-modal-editor",
24541
+ "std-moderation-rule",
24390
24542
  "std-multi-party-flow",
24391
24543
  "std-notification-panel",
24392
24544
  "std-objective-board-3d",
24393
24545
  "std-pagination",
24394
24546
  "std-purchase-order",
24547
+ "std-question-bank",
24395
24548
  "std-rate-limiter",
24396
24549
  "std-rating-review",
24397
24550
  "std-record-detail",
24398
24551
  "std-recurrence",
24399
24552
  "std-related",
24553
+ "std-reorder-rule",
24400
24554
  "std-rfi",
24401
24555
  "std-saved-search",
24402
24556
  "std-scatter",
@@ -24439,6 +24593,7 @@
24439
24593
  "std-stat-rows",
24440
24594
  "std-stats",
24441
24595
  "std-step-flow",
24596
+ "std-stock-level",
24442
24597
  "std-survival-board-3d",
24443
24598
  "std-tabs",
24444
24599
  "std-tactics-board-2d",
@@ -24450,9 +24605,11 @@
24450
24605
  "std-trade-order",
24451
24606
  "std-trait-wars",
24452
24607
  "std-tree",
24608
+ "std-vendor-onboarding",
24453
24609
  "std-version-history",
24454
24610
  "std-vote",
24455
24611
  "std-waitlist",
24612
+ "std-warehouse",
24456
24613
  "std-wizard",
24457
24614
  "std-work-order",
24458
24615
  "ui-accordion",
@@ -27667,7 +27824,7 @@
27667
27824
  "complexity": {
27668
27825
  "states": 4,
27669
27826
  "events": 12,
27670
- "transitions": 15
27827
+ "transitions": 16
27671
27828
  },
27672
27829
  "defaultEntity": {
27673
27830
  "name": "EventLogView",
@@ -28297,6 +28454,10 @@
28297
28454
  "kind": "render-ui",
28298
28455
  "resource": "main"
28299
28456
  },
28457
+ {
28458
+ "kind": "render-ui",
28459
+ "resource": "toast"
28460
+ },
28300
28461
  {
28301
28462
  "kind": "set",
28302
28463
  "resource": "@entity.allEntries"
@@ -31110,7 +31271,7 @@
31110
31271
  "complexity": {
31111
31272
  "states": 4,
31112
31273
  "events": 8,
31113
- "transitions": 11
31274
+ "transitions": 12
31114
31275
  },
31115
31276
  "defaultEntity": {
31116
31277
  "name": "GalleryItem",
@@ -31181,20 +31342,26 @@
31181
31342
  "std-image-upload-multi",
31182
31343
  "std-import",
31183
31344
  "std-integration-settings",
31345
+ "std-inventory",
31346
+ "std-iram",
31184
31347
  "std-kekec",
31185
31348
  "std-ledger-entry-form",
31186
31349
  "std-list",
31350
+ "std-migration-job",
31187
31351
  "std-mod-queue",
31188
31352
  "std-modal",
31189
31353
  "std-modal-editor",
31354
+ "std-moderation-rule",
31190
31355
  "std-multi-party-flow",
31191
31356
  "std-notification-panel",
31192
31357
  "std-pagination",
31193
31358
  "std-purchase-order",
31359
+ "std-question-bank",
31194
31360
  "std-rating-review",
31195
31361
  "std-record-detail",
31196
31362
  "std-recurrence",
31197
31363
  "std-related",
31364
+ "std-reorder-rule",
31198
31365
  "std-rfi",
31199
31366
  "std-saved-search",
31200
31367
  "std-scatter",
@@ -31237,6 +31404,7 @@
31237
31404
  "std-stat-rows",
31238
31405
  "std-stats",
31239
31406
  "std-step-flow",
31407
+ "std-stock-level",
31240
31408
  "std-tabs",
31241
31409
  "std-tag-strip",
31242
31410
  "std-tag-taxonomy",
@@ -31246,6 +31414,7 @@
31246
31414
  "std-tree",
31247
31415
  "std-version-history",
31248
31416
  "std-vote",
31417
+ "std-warehouse",
31249
31418
  "std-winning-11",
31250
31419
  "std-wizard",
31251
31420
  "ui-accordion",
@@ -31781,6 +31950,15 @@
31781
31950
  "synonyms": "fetch limit, records per page, batch size, page limit",
31782
31951
  "tier": "presentation"
31783
31952
  },
31953
+ {
31954
+ "key": "searchField",
31955
+ "type": "string",
31956
+ "default": "name",
31957
+ "label": "Which column does the search box match against?",
31958
+ "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.",
31959
+ "synonyms": "search column, search on field, match field, search key",
31960
+ "tier": "policy"
31961
+ },
31784
31962
  {
31785
31963
  "key": "searchPlaceholder",
31786
31964
  "type": "string",
@@ -31822,6 +32000,10 @@
31822
32000
  "kind": "render-ui",
31823
32001
  "resource": "modal"
31824
32002
  },
32003
+ {
32004
+ "kind": "render-ui",
32005
+ "resource": "toast"
32006
+ },
31825
32007
  {
31826
32008
  "kind": "set",
31827
32009
  "resource": "@entity.id"
@@ -34101,7 +34283,7 @@
34101
34283
  "complexity": {
34102
34284
  "states": 3,
34103
34285
  "events": 10,
34104
- "transitions": 10
34286
+ "transitions": 11
34105
34287
  },
34106
34288
  "defaultEntity": {
34107
34289
  "name": "ListItem",
@@ -34588,6 +34770,15 @@
34588
34770
  "synonyms": "fetch limit, records per page, page limit",
34589
34771
  "tier": "presentation"
34590
34772
  },
34773
+ {
34774
+ "key": "searchField",
34775
+ "type": "string",
34776
+ "default": "name",
34777
+ "label": "Which column does the search box match against?",
34778
+ "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.",
34779
+ "synonyms": "search column, search on field, match field, search key",
34780
+ "tier": "policy"
34781
+ },
34591
34782
  {
34592
34783
  "key": "searchPlaceholder",
34593
34784
  "type": "string",
@@ -34616,6 +34807,10 @@
34616
34807
  {
34617
34808
  "kind": "render-ui",
34618
34809
  "resource": "main"
34810
+ },
34811
+ {
34812
+ "kind": "render-ui",
34813
+ "resource": "toast"
34619
34814
  }
34620
34815
  ],
34621
34816
  "transitionEvents": [
@@ -35940,17 +36135,23 @@
35940
36135
  "std-image-upload-multi",
35941
36136
  "std-import",
35942
36137
  "std-integration-settings",
36138
+ "std-inventory",
36139
+ "std-iram",
35943
36140
  "std-list",
36141
+ "std-migration-job",
35944
36142
  "std-mod-queue",
35945
36143
  "std-modal-editor",
36144
+ "std-moderation-rule",
35946
36145
  "std-multi-party-flow",
35947
36146
  "std-notification-panel",
35948
36147
  "std-pagination",
35949
36148
  "std-purchase-order",
36149
+ "std-question-bank",
35950
36150
  "std-rating-review",
35951
36151
  "std-record-detail",
35952
36152
  "std-recurrence",
35953
36153
  "std-related",
36154
+ "std-reorder-rule",
35954
36155
  "std-rfi",
35955
36156
  "std-saved-search",
35956
36157
  "std-scatter",
@@ -35993,6 +36194,7 @@
35993
36194
  "std-stat-rows",
35994
36195
  "std-stats",
35995
36196
  "std-step-flow",
36197
+ "std-stock-level",
35996
36198
  "std-tabs",
35997
36199
  "std-tag-strip",
35998
36200
  "std-tag-taxonomy",
@@ -36002,6 +36204,7 @@
36002
36204
  "std-tree",
36003
36205
  "std-version-history",
36004
36206
  "std-vote",
36207
+ "std-warehouse",
36005
36208
  "std-wizard",
36006
36209
  "studio-canvas",
36007
36210
  "ui-accordion",
@@ -37414,17 +37617,23 @@
37414
37617
  "std-image-upload-multi",
37415
37618
  "std-import",
37416
37619
  "std-integration-settings",
37620
+ "std-inventory",
37621
+ "std-iram",
37417
37622
  "std-list",
37623
+ "std-migration-job",
37418
37624
  "std-mod-queue",
37419
37625
  "std-modal",
37420
37626
  "std-modal-editor",
37627
+ "std-moderation-rule",
37421
37628
  "std-multi-party-flow",
37422
37629
  "std-pagination",
37423
37630
  "std-purchase-order",
37631
+ "std-question-bank",
37424
37632
  "std-rating-review",
37425
37633
  "std-record-detail",
37426
37634
  "std-recurrence",
37427
37635
  "std-related",
37636
+ "std-reorder-rule",
37428
37637
  "std-rfi",
37429
37638
  "std-saved-search",
37430
37639
  "std-scatter",
@@ -37467,6 +37676,7 @@
37467
37676
  "std-stat-rows",
37468
37677
  "std-stats",
37469
37678
  "std-step-flow",
37679
+ "std-stock-level",
37470
37680
  "std-tabs",
37471
37681
  "std-tag-strip",
37472
37682
  "std-tag-taxonomy",
@@ -37476,6 +37686,7 @@
37476
37686
  "std-tree",
37477
37687
  "std-version-history",
37478
37688
  "std-vote",
37689
+ "std-warehouse",
37479
37690
  "std-wizard",
37480
37691
  "ui-accordion",
37481
37692
  "ui-activation-block",
@@ -40640,6 +40851,7 @@
40640
40851
  "std-market-flow",
40641
40852
  "std-modal",
40642
40853
  "std-modal-editor",
40854
+ "std-moderation-rule",
40643
40855
  "std-motion-body",
40644
40856
  "std-multi-party-flow",
40645
40857
  "std-notification-panel",
@@ -40658,6 +40870,7 @@
40658
40870
  "std-rating-review",
40659
40871
  "std-record-detail",
40660
40872
  "std-related",
40873
+ "std-reorder-rule",
40661
40874
  "std-saved-search",
40662
40875
  "std-scatter",
40663
40876
  "std-search",
@@ -41845,6 +42058,7 @@
41845
42058
  "std-thread",
41846
42059
  "std-trade-order",
41847
42060
  "std-tree",
42061
+ "std-vendor-onboarding",
41848
42062
  "std-version-history",
41849
42063
  "std-vote",
41850
42064
  "std-waitlist",
@@ -43099,7 +43313,7 @@
43099
43313
  "complexity": {
43100
43314
  "states": 5,
43101
43315
  "events": 10,
43102
- "transitions": 13
43316
+ "transitions": 14
43103
43317
  },
43104
43318
  "defaultEntity": {
43105
43319
  "name": "SelectableItem",
@@ -43526,6 +43740,15 @@
43526
43740
  "synonyms": "fetch limit, records per page, page limit",
43527
43741
  "tier": "presentation"
43528
43742
  },
43743
+ {
43744
+ "key": "searchField",
43745
+ "type": "string",
43746
+ "default": "name",
43747
+ "label": "Which column does the search box match against?",
43748
+ "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.",
43749
+ "synonyms": "search column, search on field, match field, search key",
43750
+ "tier": "policy"
43751
+ },
43529
43752
  {
43530
43753
  "key": "searchPlaceholder",
43531
43754
  "type": "string",
@@ -43569,6 +43792,10 @@
43569
43792
  {
43570
43793
  "kind": "render-ui",
43571
43794
  "resource": "main"
43795
+ },
43796
+ {
43797
+ "kind": "render-ui",
43798
+ "resource": "toast"
43572
43799
  }
43573
43800
  ],
43574
43801
  "transitionEvents": [
@@ -46942,6 +47169,10 @@
46942
47169
  "kind": "render-ui",
46943
47170
  "resource": "main"
46944
47171
  },
47172
+ {
47173
+ "kind": "render-ui",
47174
+ "resource": "toast"
47175
+ },
46945
47176
  {
46946
47177
  "kind": "set",
46947
47178
  "resource": "@entity.docId"
@@ -47054,8 +47285,8 @@
47054
47285
  "statePattern": "browsing, creating, editing, error, loading",
47055
47286
  "complexity": {
47056
47287
  "states": 5,
47057
- "events": 12,
47058
- "transitions": 20
47288
+ "events": 13,
47289
+ "transitions": 21
47059
47290
  },
47060
47291
  "defaultEntity": {
47061
47292
  "name": "Tag",
@@ -47101,14 +47332,17 @@
47101
47332
  },
47102
47333
  "defaultIcons": [],
47103
47334
  "composableWith": [
47335
+ "kflow-learning-companion",
47104
47336
  "std-app-layout",
47105
47337
  "std-app-search",
47338
+ "std-approval-gate",
47106
47339
  "std-billable-hour",
47107
47340
  "std-board",
47108
47341
  "std-browse",
47109
47342
  "std-calendar",
47110
47343
  "std-confirmation",
47111
47344
  "std-dashboard-grid-embedded",
47345
+ "std-data-erasure",
47112
47346
  "std-date-range",
47113
47347
  "std-detail-layout",
47114
47348
  "std-esign-flow",
@@ -47121,19 +47355,29 @@
47121
47355
  "std-gallery",
47122
47356
  "std-geosearch",
47123
47357
  "std-graphs",
47358
+ "std-helpdesk-ticket",
47124
47359
  "std-image-upload-multi",
47125
47360
  "std-import",
47126
47361
  "std-integration-settings",
47362
+ "std-inventory",
47363
+ "std-iram",
47127
47364
  "std-list",
47365
+ "std-migration-job",
47366
+ "std-mod-queue",
47128
47367
  "std-modal",
47129
47368
  "std-modal-editor",
47369
+ "std-moderation-rule",
47130
47370
  "std-multi-party-flow",
47131
47371
  "std-notification-panel",
47132
47372
  "std-pagination",
47373
+ "std-purchase-order",
47374
+ "std-question-bank",
47133
47375
  "std-rating-review",
47134
47376
  "std-record-detail",
47135
47377
  "std-recurrence",
47136
47378
  "std-related",
47379
+ "std-reorder-rule",
47380
+ "std-rfi",
47137
47381
  "std-saved-search",
47138
47382
  "std-scatter",
47139
47383
  "std-search",
@@ -47175,12 +47419,16 @@
47175
47419
  "std-stat-rows",
47176
47420
  "std-stats",
47177
47421
  "std-step-flow",
47422
+ "std-stock-level",
47178
47423
  "std-tabs",
47179
47424
  "std-tag-strip",
47180
47425
  "std-thread",
47426
+ "std-ticket-tier",
47427
+ "std-trait-wars",
47181
47428
  "std-tree",
47182
47429
  "std-version-history",
47183
47430
  "std-vote",
47431
+ "std-warehouse",
47184
47432
  "std-wizard",
47185
47433
  "ui-accordion",
47186
47434
  "ui-activation-block",
@@ -47387,6 +47635,7 @@
47387
47635
  "NEW_TAG",
47388
47636
  "COMMIT_TAG",
47389
47637
  "CANCEL_TAG",
47638
+ "CLOSE",
47390
47639
  "TagCreated",
47391
47640
  "TagCreateFailed",
47392
47641
  "TagSelected"
@@ -47503,6 +47752,7 @@
47503
47752
  ],
47504
47753
  "transitionEvents": [
47505
47754
  "CANCEL_TAG",
47755
+ "CLOSE",
47506
47756
  "COMMIT_TAG",
47507
47757
  "INIT",
47508
47758
  "LEVEL_RELOAD",
@@ -47593,6 +47843,10 @@
47593
47843
  "description": "The New-category affordance was clicked.",
47594
47844
  "synonyms": "add tag, create category",
47595
47845
  "tier": "domain"
47846
+ },
47847
+ {
47848
+ "name": "CLOSE",
47849
+ "direction": "listen"
47596
47850
  }
47597
47851
  ],
47598
47852
  "definerKnobs": []
@@ -50158,7 +50412,7 @@
50158
50412
  "complexity": {
50159
50413
  "states": 5,
50160
50414
  "events": 9,
50161
- "transitions": 12
50415
+ "transitions": 14
50162
50416
  },
50163
50417
  "defaultEntity": {
50164
50418
  "name": "WizardView",
@@ -50422,6 +50676,7 @@
50422
50676
  "std-trade-order",
50423
50677
  "std-tree",
50424
50678
  "std-velocity-gate",
50679
+ "std-vendor-onboarding",
50425
50680
  "std-version-history",
50426
50681
  "std-vote",
50427
50682
  "std-waitlist",
@@ -50807,6 +51062,10 @@
50807
51062
  "kind": "render-ui",
50808
51063
  "resource": "main"
50809
51064
  },
51065
+ {
51066
+ "kind": "render-ui",
51067
+ "resource": "toast"
51068
+ },
50810
51069
  {
50811
51070
  "kind": "set",
50812
51071
  "resource": "@entity.cancelReason"
@@ -53063,7 +53322,10 @@
53063
53322
  "1:1",
53064
53323
  "16:9",
53065
53324
  "5:7",
53066
- "8:1"
53325
+ "8:1",
53326
+ "4:1",
53327
+ "5:3",
53328
+ "1:2"
53067
53329
  ]
53068
53330
  },
53069
53331
  "atlas": {
@@ -54255,7 +54517,10 @@
54255
54517
  "1:1",
54256
54518
  "16:9",
54257
54519
  "5:7",
54258
- "8:1"
54520
+ "8:1",
54521
+ "4:1",
54522
+ "5:3",
54523
+ "1:2"
54259
54524
  ]
54260
54525
  },
54261
54526
  "atlas": {
@@ -55340,8 +55605,8 @@
55340
55605
  "statePattern": "idle",
55341
55606
  "complexity": {
55342
55607
  "states": 1,
55343
- "events": 2,
55344
- "transitions": 1
55608
+ "events": 3,
55609
+ "transitions": 2
55345
55610
  },
55346
55611
  "defaultEntity": {
55347
55612
  "name": "CheckboxItem",
@@ -55351,6 +55616,10 @@
55351
55616
  "name": "id",
55352
55617
  "type": "string",
55353
55618
  "required": true
55619
+ },
55620
+ {
55621
+ "name": "checked",
55622
+ "type": "boolean"
55354
55623
  }
55355
55624
  ]
55356
55625
  },
@@ -55639,6 +55908,7 @@
55639
55908
  "ui-wizard-progress"
55640
55909
  ],
55641
55910
  "connectableEvents": [
55911
+ "CHANGE",
55642
55912
  "@config.onChange"
55643
55913
  ],
55644
55914
  "eventPayloads": {},
@@ -55699,15 +55969,22 @@
55699
55969
  "linkedEntity": "CheckboxItem",
55700
55970
  "entityContract": {
55701
55971
  "requires": [],
55702
- "provides": []
55972
+ "provides": [
55973
+ "checked"
55974
+ ]
55703
55975
  },
55704
55976
  "effectRow": [
55705
55977
  {
55706
55978
  "kind": "render-ui",
55707
55979
  "resource": "main"
55980
+ },
55981
+ {
55982
+ "kind": "set",
55983
+ "resource": "@entity.checked"
55708
55984
  }
55709
55985
  ],
55710
55986
  "transitionEvents": [
55987
+ "CHANGE",
55711
55988
  "INIT"
55712
55989
  ],
55713
55990
  "events": [
@@ -59145,7 +59422,10 @@
59145
59422
  "1:1",
59146
59423
  "16:9",
59147
59424
  "5:7",
59148
- "8:1"
59425
+ "8:1",
59426
+ "4:1",
59427
+ "5:3",
59428
+ "1:2"
59149
59429
  ]
59150
59430
  },
59151
59431
  "atlas": {
@@ -83495,34 +83775,7 @@
83495
83775
  {
83496
83776
  "key": "commands",
83497
83777
  "type": "[CommandPaletteCommandsItem]",
83498
- "default": [
83499
- {
83500
- "action": "INIT",
83501
- "disabled": false,
83502
- "group": "Group",
83503
- "icon": "circle",
83504
- "id": "Id",
83505
- "keywords": [
83506
- "Item",
83507
- "Item 2"
83508
- ],
83509
- "label": "Label",
83510
- "shortcut": "Shortcut"
83511
- },
83512
- {
83513
- "action": "INIT",
83514
- "disabled": true,
83515
- "group": "Group 2",
83516
- "icon": "circle",
83517
- "id": "Id 2",
83518
- "keywords": [
83519
- "Item",
83520
- "Item 2"
83521
- ],
83522
- "label": "Label 2",
83523
- "shortcut": "Shortcut 2"
83524
- }
83525
- ],
83778
+ "default": [],
83526
83779
  "label": "Commands",
83527
83780
  "description": "Commands listed in the palette, filtered as the user types",
83528
83781
  "tier": "presentation",
@@ -83742,18 +83995,24 @@
83742
83995
  "std-image-upload-multi",
83743
83996
  "std-import",
83744
83997
  "std-integration-settings",
83998
+ "std-inventory",
83999
+ "std-iram",
83745
84000
  "std-list",
84001
+ "std-migration-job",
83746
84002
  "std-mod-queue",
83747
84003
  "std-modal",
83748
84004
  "std-modal-editor",
84005
+ "std-moderation-rule",
83749
84006
  "std-multi-party-flow",
83750
84007
  "std-notification-panel",
83751
84008
  "std-pagination",
83752
84009
  "std-purchase-order",
84010
+ "std-question-bank",
83753
84011
  "std-rating-review",
83754
84012
  "std-record-detail",
83755
84013
  "std-recurrence",
83756
84014
  "std-related",
84015
+ "std-reorder-rule",
83757
84016
  "std-rfi",
83758
84017
  "std-saved-search",
83759
84018
  "std-scatter",
@@ -83796,6 +84055,7 @@
83796
84055
  "std-stat-rows",
83797
84056
  "std-stats",
83798
84057
  "std-step-flow",
84058
+ "std-stock-level",
83799
84059
  "std-tabs",
83800
84060
  "std-tag-strip",
83801
84061
  "std-tag-taxonomy",
@@ -83805,6 +84065,7 @@
83805
84065
  "std-tree",
83806
84066
  "std-version-history",
83807
84067
  "std-vote",
84068
+ "std-warehouse",
83808
84069
  "std-wizard",
83809
84070
  "ui-accordion",
83810
84071
  "ui-activation-block",
@@ -91866,18 +92127,24 @@
91866
92127
  "std-image-upload-multi",
91867
92128
  "std-import",
91868
92129
  "std-integration-settings",
92130
+ "std-inventory",
92131
+ "std-iram",
91869
92132
  "std-list",
92133
+ "std-migration-job",
91870
92134
  "std-mod-queue",
91871
92135
  "std-modal",
91872
92136
  "std-modal-editor",
92137
+ "std-moderation-rule",
91873
92138
  "std-multi-party-flow",
91874
92139
  "std-notification-panel",
91875
92140
  "std-pagination",
91876
92141
  "std-purchase-order",
92142
+ "std-question-bank",
91877
92143
  "std-rating-review",
91878
92144
  "std-record-detail",
91879
92145
  "std-recurrence",
91880
92146
  "std-related",
92147
+ "std-reorder-rule",
91881
92148
  "std-rfi",
91882
92149
  "std-saved-search",
91883
92150
  "std-scatter",
@@ -91920,6 +92187,7 @@
91920
92187
  "std-stat-rows",
91921
92188
  "std-stats",
91922
92189
  "std-step-flow",
92190
+ "std-stock-level",
91923
92191
  "std-tabs",
91924
92192
  "std-tag-strip",
91925
92193
  "std-tag-taxonomy",
@@ -91929,6 +92197,7 @@
91929
92197
  "std-tree",
91930
92198
  "std-version-history",
91931
92199
  "std-vote",
92200
+ "std-warehouse",
91932
92201
  "std-wizard",
91933
92202
  "ui-accordion",
91934
92203
  "ui-activation-block",
@@ -97710,26 +97979,7 @@
97710
97979
  {
97711
97980
  "key": "items",
97712
97981
  "type": "[FloatingToolbarItemsItem]",
97713
- "default": [
97714
- {
97715
- "action": "INIT",
97716
- "active": false,
97717
- "disabled": false,
97718
- "icon": "circle",
97719
- "id": "Id",
97720
- "label": "Label",
97721
- "testId": "Test Id"
97722
- },
97723
- {
97724
- "action": "INIT",
97725
- "active": true,
97726
- "disabled": true,
97727
- "icon": "circle",
97728
- "id": "Id 2",
97729
- "label": "Label 2",
97730
- "testId": "Test Id 2"
97731
- }
97732
- ],
97982
+ "default": [],
97733
97983
  "label": "Items",
97734
97984
  "description": "Tool items rendered as icon buttons",
97735
97985
  "tier": "presentation",
@@ -103490,20 +103740,7 @@
103490
103740
  {
103491
103741
  "key": "units",
103492
103742
  "type": "[ImportPreviewTreeUnitsItem]",
103493
- "default": [
103494
- {
103495
- "fields": {},
103496
- "parentRef": "Parent Ref",
103497
- "ref": "Ref",
103498
- "targetEntity": "Target Entity"
103499
- },
103500
- {
103501
- "fields": {},
103502
- "parentRef": "Parent Ref 2",
103503
- "ref": "Ref 2",
103504
- "targetEntity": "Target Entity 2"
103505
- }
103506
- ],
103743
+ "default": [],
103507
103744
  "label": "Units",
103508
103745
  "description": "Staged units to preview",
103509
103746
  "tier": "presentation",
@@ -105573,18 +105810,24 @@
105573
105810
  "std-image-upload-multi",
105574
105811
  "std-import",
105575
105812
  "std-integration-settings",
105813
+ "std-inventory",
105814
+ "std-iram",
105576
105815
  "std-list",
105816
+ "std-migration-job",
105577
105817
  "std-mod-queue",
105578
105818
  "std-modal",
105579
105819
  "std-modal-editor",
105820
+ "std-moderation-rule",
105580
105821
  "std-multi-party-flow",
105581
105822
  "std-notification-panel",
105582
105823
  "std-pagination",
105583
105824
  "std-purchase-order",
105825
+ "std-question-bank",
105584
105826
  "std-rating-review",
105585
105827
  "std-record-detail",
105586
105828
  "std-recurrence",
105587
105829
  "std-related",
105830
+ "std-reorder-rule",
105588
105831
  "std-rfi",
105589
105832
  "std-saved-search",
105590
105833
  "std-scatter",
@@ -105627,6 +105870,7 @@
105627
105870
  "std-stat-rows",
105628
105871
  "std-stats",
105629
105872
  "std-step-flow",
105873
+ "std-stock-level",
105630
105874
  "std-tabs",
105631
105875
  "std-tag-strip",
105632
105876
  "std-tag-taxonomy",
@@ -105636,6 +105880,7 @@
105636
105880
  "std-tree",
105637
105881
  "std-version-history",
105638
105882
  "std-vote",
105883
+ "std-warehouse",
105639
105884
  "std-wizard",
105640
105885
  "ui-accordion",
105641
105886
  "ui-activation-block",
@@ -109089,30 +109334,7 @@
109089
109334
  {
109090
109335
  "key": "items",
109091
109336
  "type": "[MenuItemsItem]",
109092
- "default": [
109093
- {
109094
- "badge": "Badge",
109095
- "disabled": false,
109096
- "icon": "circle",
109097
- "id": "Id",
109098
- "label": "Label",
109099
- "subMenu": [],
109100
- "title": "Title",
109101
- "url": "Url",
109102
- "variant": "default"
109103
- },
109104
- {
109105
- "badge": "Badge 2",
109106
- "disabled": true,
109107
- "icon": "circle",
109108
- "id": "Id 2",
109109
- "label": "Label 2",
109110
- "subMenu": [],
109111
- "title": "Title 2",
109112
- "url": "Url 2",
109113
- "variant": "danger"
109114
- }
109115
- ],
109337
+ "default": [],
109116
109338
  "label": "Items",
109117
109339
  "description": "Menu items",
109118
109340
  "tier": "presentation",
@@ -109848,18 +110070,24 @@
109848
110070
  "std-image-upload-multi",
109849
110071
  "std-import",
109850
110072
  "std-integration-settings",
110073
+ "std-inventory",
110074
+ "std-iram",
109851
110075
  "std-list",
110076
+ "std-migration-job",
109852
110077
  "std-mod-queue",
109853
110078
  "std-modal",
109854
110079
  "std-modal-editor",
110080
+ "std-moderation-rule",
109855
110081
  "std-multi-party-flow",
109856
110082
  "std-notification-panel",
109857
110083
  "std-pagination",
109858
110084
  "std-purchase-order",
110085
+ "std-question-bank",
109859
110086
  "std-rating-review",
109860
110087
  "std-record-detail",
109861
110088
  "std-recurrence",
109862
110089
  "std-related",
110090
+ "std-reorder-rule",
109863
110091
  "std-rfi",
109864
110092
  "std-saved-search",
109865
110093
  "std-scatter",
@@ -109902,6 +110130,7 @@
109902
110130
  "std-stat-rows",
109903
110131
  "std-stats",
109904
110132
  "std-step-flow",
110133
+ "std-stock-level",
109905
110134
  "std-tabs",
109906
110135
  "std-tag-strip",
109907
110136
  "std-tag-taxonomy",
@@ -109911,6 +110140,7 @@
109911
110140
  "std-tree",
109912
110141
  "std-version-history",
109913
110142
  "std-vote",
110143
+ "std-warehouse",
109914
110144
  "std-wizard",
109915
110145
  "ui-accordion",
109916
110146
  "ui-activation-block",
@@ -120633,18 +120863,24 @@
120633
120863
  "std-image-upload-multi",
120634
120864
  "std-import",
120635
120865
  "std-integration-settings",
120866
+ "std-inventory",
120867
+ "std-iram",
120636
120868
  "std-list",
120869
+ "std-migration-job",
120637
120870
  "std-mod-queue",
120638
120871
  "std-modal",
120639
120872
  "std-modal-editor",
120873
+ "std-moderation-rule",
120640
120874
  "std-multi-party-flow",
120641
120875
  "std-notification-panel",
120642
120876
  "std-pagination",
120643
120877
  "std-purchase-order",
120878
+ "std-question-bank",
120644
120879
  "std-rating-review",
120645
120880
  "std-record-detail",
120646
120881
  "std-recurrence",
120647
120882
  "std-related",
120883
+ "std-reorder-rule",
120648
120884
  "std-rfi",
120649
120885
  "std-saved-search",
120650
120886
  "std-scatter",
@@ -120687,6 +120923,7 @@
120687
120923
  "std-stat-rows",
120688
120924
  "std-stats",
120689
120925
  "std-step-flow",
120926
+ "std-stock-level",
120690
120927
  "std-tabs",
120691
120928
  "std-tag-strip",
120692
120929
  "std-tag-taxonomy",
@@ -120696,6 +120933,7 @@
120696
120933
  "std-tree",
120697
120934
  "std-version-history",
120698
120935
  "std-vote",
120936
+ "std-warehouse",
120699
120937
  "std-wizard",
120700
120938
  "ui-accordion",
120701
120939
  "ui-activation-block",
@@ -127099,7 +127337,10 @@
127099
127337
  "1:1",
127100
127338
  "16:9",
127101
127339
  "5:7",
127102
- "8:1"
127340
+ "8:1",
127341
+ "4:1",
127342
+ "5:3",
127343
+ "1:2"
127103
127344
  ]
127104
127345
  },
127105
127346
  "atlas": {
@@ -127272,7 +127513,10 @@
127272
127513
  "1:1",
127273
127514
  "16:9",
127274
127515
  "5:7",
127275
- "8:1"
127516
+ "8:1",
127517
+ "4:1",
127518
+ "5:3",
127519
+ "1:2"
127276
127520
  ]
127277
127521
  },
127278
127522
  "atlas": {
@@ -146170,18 +146414,24 @@
146170
146414
  "std-image-upload-multi",
146171
146415
  "std-import",
146172
146416
  "std-integration-settings",
146417
+ "std-inventory",
146418
+ "std-iram",
146173
146419
  "std-list",
146420
+ "std-migration-job",
146174
146421
  "std-mod-queue",
146175
146422
  "std-modal",
146176
146423
  "std-modal-editor",
146424
+ "std-moderation-rule",
146177
146425
  "std-multi-party-flow",
146178
146426
  "std-notification-panel",
146179
146427
  "std-pagination",
146180
146428
  "std-purchase-order",
146429
+ "std-question-bank",
146181
146430
  "std-rating-review",
146182
146431
  "std-record-detail",
146183
146432
  "std-recurrence",
146184
146433
  "std-related",
146434
+ "std-reorder-rule",
146185
146435
  "std-rfi",
146186
146436
  "std-saved-search",
146187
146437
  "std-scatter",
@@ -146224,6 +146474,7 @@
146224
146474
  "std-stat-rows",
146225
146475
  "std-stats",
146226
146476
  "std-step-flow",
146477
+ "std-stock-level",
146227
146478
  "std-tabs",
146228
146479
  "std-tag-strip",
146229
146480
  "std-tag-taxonomy",
@@ -146233,6 +146484,7 @@
146233
146484
  "std-tree",
146234
146485
  "std-version-history",
146235
146486
  "std-vote",
146487
+ "std-warehouse",
146236
146488
  "std-wizard",
146237
146489
  "ui-accordion",
146238
146490
  "ui-activation-block",
@@ -164249,6 +164501,7 @@
164249
164501
  }
164250
164502
  ],
164251
164503
  "transitionEvents": [
164504
+ "CLOSE",
164252
164505
  "INIT",
164253
164506
  "SHOW",
164254
164507
  "TUT_AUTO",
@@ -164308,6 +164561,10 @@
164308
164561
  {
164309
164562
  "name": "INIT",
164310
164563
  "direction": "listen"
164564
+ },
164565
+ {
164566
+ "name": "CLOSE",
164567
+ "direction": "listen"
164311
164568
  }
164312
164569
  ],
164313
164570
  "definerKnobs": []
@@ -165692,7 +165949,10 @@
165692
165949
  "1:1",
165693
165950
  "16:9",
165694
165951
  "5:7",
165695
- "8:1"
165952
+ "8:1",
165953
+ "4:1",
165954
+ "5:3",
165955
+ "1:2"
165696
165956
  ]
165697
165957
  },
165698
165958
  "atlas": {
@@ -166182,7 +166442,10 @@
166182
166442
  "1:1",
166183
166443
  "16:9",
166184
166444
  "5:7",
166185
- "8:1"
166445
+ "8:1",
166446
+ "4:1",
166447
+ "5:3",
166448
+ "1:2"
166186
166449
  ]
166187
166450
  },
166188
166451
  "atlas": {
@@ -168090,7 +168353,10 @@
168090
168353
  "1:1",
168091
168354
  "16:9",
168092
168355
  "5:7",
168093
- "8:1"
168356
+ "8:1",
168357
+ "4:1",
168358
+ "5:3",
168359
+ "1:2"
168094
168360
  ]
168095
168361
  },
168096
168362
  "atlas": {
@@ -168461,7 +168727,10 @@
168461
168727
  "1:1",
168462
168728
  "16:9",
168463
168729
  "5:7",
168464
- "8:1"
168730
+ "8:1",
168731
+ "4:1",
168732
+ "5:3",
168733
+ "1:2"
168465
168734
  ]
168466
168735
  },
168467
168736
  "atlas": {
@@ -168873,7 +169142,10 @@
168873
169142
  "1:1",
168874
169143
  "16:9",
168875
169144
  "5:7",
168876
- "8:1"
169145
+ "8:1",
169146
+ "4:1",
169147
+ "5:3",
169148
+ "1:2"
168877
169149
  ]
168878
169150
  },
168879
169151
  "atlas": {
@@ -169010,7 +169282,10 @@
169010
169282
  "1:1",
169011
169283
  "16:9",
169012
169284
  "5:7",
169013
- "8:1"
169285
+ "8:1",
169286
+ "4:1",
169287
+ "5:3",
169288
+ "1:2"
169014
169289
  ]
169015
169290
  },
169016
169291
  "atlas": {
@@ -169447,7 +169722,10 @@
169447
169722
  "1:1",
169448
169723
  "16:9",
169449
169724
  "5:7",
169450
- "8:1"
169725
+ "8:1",
169726
+ "4:1",
169727
+ "5:3",
169728
+ "1:2"
169451
169729
  ]
169452
169730
  },
169453
169731
  "atlas": {
@@ -170061,7 +170339,10 @@
170061
170339
  "1:1",
170062
170340
  "16:9",
170063
170341
  "5:7",
170064
- "8:1"
170342
+ "8:1",
170343
+ "4:1",
170344
+ "5:3",
170345
+ "1:2"
170065
170346
  ]
170066
170347
  },
170067
170348
  "atlas": {
@@ -173250,7 +173531,10 @@
173250
173531
  "1:1",
173251
173532
  "16:9",
173252
173533
  "5:7",
173253
- "8:1"
173534
+ "8:1",
173535
+ "4:1",
173536
+ "5:3",
173537
+ "1:2"
173254
173538
  ]
173255
173539
  },
173256
173540
  "atlas": {
@@ -173346,7 +173630,7 @@
173346
173630
  }
173347
173631
  ],
173348
173632
  "label": "Bones",
173349
- "description": "The skeleton (bind pose; FK chain via `parent` names).",
173633
+ "description": "The skeleton (bind pose; FK chain via `parent` names). Falls back to the rigbundle's `bones` when empty.",
173350
173634
  "tier": "presentation",
173351
173635
  "items": {
173352
173636
  "properties": {
@@ -173400,6 +173684,13 @@
173400
173684
  }
173401
173685
  }
173402
173686
  },
173687
+ {
173688
+ "key": "clipName",
173689
+ "type": "string",
173690
+ "label": "Clip Name",
173691
+ "description": "Named clip inside the rigbundle at `meshUrl` (`clips[clipName].frames`); used when `clip` is absent. Empty/unknown = no clip.",
173692
+ "tier": "presentation"
173693
+ },
173403
173694
  {
173404
173695
  "key": "frame",
173405
173696
  "type": "number",
@@ -173889,7 +174180,10 @@
173889
174180
  "1:1",
173890
174181
  "16:9",
173891
174182
  "5:7",
173892
- "8:1"
174183
+ "8:1",
174184
+ "4:1",
174185
+ "5:3",
174186
+ "1:2"
173893
174187
  ]
173894
174188
  },
173895
174189
  "atlas": {
@@ -174312,7 +174606,10 @@
174312
174606
  "1:1",
174313
174607
  "16:9",
174314
174608
  "5:7",
174315
- "8:1"
174609
+ "8:1",
174610
+ "4:1",
174611
+ "5:3",
174612
+ "1:2"
174316
174613
  ]
174317
174614
  },
174318
174615
  "atlas": {
@@ -175712,7 +176009,10 @@
175712
176009
  "1:1",
175713
176010
  "16:9",
175714
176011
  "5:7",
175715
- "8:1"
176012
+ "8:1",
176013
+ "4:1",
176014
+ "5:3",
176015
+ "1:2"
175716
176016
  ]
175717
176017
  },
175718
176018
  "atlas": {
@@ -175801,7 +176101,10 @@
175801
176101
  "1:1",
175802
176102
  "16:9",
175803
176103
  "5:7",
175804
- "8:1"
176104
+ "8:1",
176105
+ "4:1",
176106
+ "5:3",
176107
+ "1:2"
175805
176108
  ]
175806
176109
  },
175807
176110
  "atlas": {
@@ -176127,7 +176430,10 @@
176127
176430
  "1:1",
176128
176431
  "16:9",
176129
176432
  "5:7",
176130
- "8:1"
176433
+ "8:1",
176434
+ "4:1",
176435
+ "5:3",
176436
+ "1:2"
176131
176437
  ]
176132
176438
  },
176133
176439
  "atlas": {
@@ -176267,7 +176573,10 @@
176267
176573
  "1:1",
176268
176574
  "16:9",
176269
176575
  "5:7",
176270
- "8:1"
176576
+ "8:1",
176577
+ "4:1",
176578
+ "5:3",
176579
+ "1:2"
176271
176580
  ]
176272
176581
  },
176273
176582
  "atlas": {
@@ -176374,7 +176683,10 @@
176374
176683
  "1:1",
176375
176684
  "16:9",
176376
176685
  "5:7",
176377
- "8:1"
176686
+ "8:1",
176687
+ "4:1",
176688
+ "5:3",
176689
+ "1:2"
176378
176690
  ]
176379
176691
  },
176380
176692
  "atlas": {
@@ -176519,7 +176831,10 @@
176519
176831
  "1:1",
176520
176832
  "16:9",
176521
176833
  "5:7",
176522
- "8:1"
176834
+ "8:1",
176835
+ "4:1",
176836
+ "5:3",
176837
+ "1:2"
176523
176838
  ]
176524
176839
  },
176525
176840
  "atlas": {
@@ -176626,7 +176941,10 @@
176626
176941
  "1:1",
176627
176942
  "16:9",
176628
176943
  "5:7",
176629
- "8:1"
176944
+ "8:1",
176945
+ "4:1",
176946
+ "5:3",
176947
+ "1:2"
176630
176948
  ]
176631
176949
  },
176632
176950
  "atlas": {
@@ -176982,7 +177300,10 @@
176982
177300
  "1:1",
176983
177301
  "16:9",
176984
177302
  "5:7",
176985
- "8:1"
177303
+ "8:1",
177304
+ "4:1",
177305
+ "5:3",
177306
+ "1:2"
176986
177307
  ]
176987
177308
  },
176988
177309
  "atlas": {
@@ -177416,7 +177737,10 @@
177416
177737
  "1:1",
177417
177738
  "16:9",
177418
177739
  "5:7",
177419
- "8:1"
177740
+ "8:1",
177741
+ "4:1",
177742
+ "5:3",
177743
+ "1:2"
177420
177744
  ]
177421
177745
  },
177422
177746
  "atlas": {
@@ -177519,7 +177843,10 @@
177519
177843
  "1:1",
177520
177844
  "16:9",
177521
177845
  "5:7",
177522
- "8:1"
177846
+ "8:1",
177847
+ "4:1",
177848
+ "5:3",
177849
+ "1:2"
177523
177850
  ]
177524
177851
  },
177525
177852
  "atlas": {
@@ -177846,7 +178173,10 @@
177846
178173
  "1:1",
177847
178174
  "16:9",
177848
178175
  "5:7",
177849
- "8:1"
178176
+ "8:1",
178177
+ "4:1",
178178
+ "5:3",
178179
+ "1:2"
177850
178180
  ]
177851
178181
  },
177852
178182
  "atlas": {
@@ -178416,7 +178746,10 @@
178416
178746
  "1:1",
178417
178747
  "16:9",
178418
178748
  "5:7",
178419
- "8:1"
178749
+ "8:1",
178750
+ "4:1",
178751
+ "5:3",
178752
+ "1:2"
178420
178753
  ]
178421
178754
  },
178422
178755
  "atlas": {
@@ -178790,7 +179123,10 @@
178790
179123
  "1:1",
178791
179124
  "16:9",
178792
179125
  "5:7",
178793
- "8:1"
179126
+ "8:1",
179127
+ "4:1",
179128
+ "5:3",
179129
+ "1:2"
178794
179130
  ]
178795
179131
  },
178796
179132
  "atlas": {
@@ -178908,7 +179244,10 @@
178908
179244
  "1:1",
178909
179245
  "16:9",
178910
179246
  "5:7",
178911
- "8:1"
179247
+ "8:1",
179248
+ "4:1",
179249
+ "5:3",
179250
+ "1:2"
178912
179251
  ]
178913
179252
  },
178914
179253
  "atlas": {
@@ -180316,7 +180655,10 @@
180316
180655
  "1:1",
180317
180656
  "16:9",
180318
180657
  "5:7",
180319
- "8:1"
180658
+ "8:1",
180659
+ "4:1",
180660
+ "5:3",
180661
+ "1:2"
180320
180662
  ]
180321
180663
  },
180322
180664
  "atlas": {
@@ -180618,7 +180960,10 @@
180618
180960
  "1:1",
180619
180961
  "16:9",
180620
180962
  "5:7",
180621
- "8:1"
180963
+ "8:1",
180964
+ "4:1",
180965
+ "5:3",
180966
+ "1:2"
180622
180967
  ]
180623
180968
  },
180624
180969
  "atlas": {
@@ -181099,6 +181444,7 @@
181099
181444
  "std-vector-platformer",
181100
181445
  "std-vector-tactics",
181101
181446
  "std-velocity-gate",
181447
+ "std-vendor-onboarding",
181102
181448
  "std-waitlist",
181103
181449
  "std-wizard",
181104
181450
  "std-work-order",
@@ -182863,6 +183209,7 @@
182863
183209
  "std-vector-platformer",
182864
183210
  "std-vector-tactics",
182865
183211
  "std-velocity-gate",
183212
+ "std-vendor-onboarding",
182866
183213
  "std-waitlist",
182867
183214
  "std-wizard",
182868
183215
  "std-work-order",
@@ -187922,6 +188269,7 @@
187922
188269
  "std-vector-platformer",
187923
188270
  "std-vector-tactics",
187924
188271
  "std-velocity-gate",
188272
+ "std-vendor-onboarding",
187925
188273
  "std-waitlist",
187926
188274
  "std-wizard",
187927
188275
  "std-work-order",
@@ -190242,6 +190590,7 @@
190242
190590
  "std-vector-platformer",
190243
190591
  "std-vector-tactics",
190244
190592
  "std-velocity-gate",
190593
+ "std-vendor-onboarding",
190245
190594
  "std-waitlist",
190246
190595
  "std-wizard",
190247
190596
  "std-work-order",
@@ -195102,6 +195451,7 @@
195102
195451
  ]
195103
195452
  },
195104
195453
  "transitionEvents": [
195454
+ "CLOSE",
195105
195455
  "INIT",
195106
195456
  "SHOW",
195107
195457
  "TUT_AUTO",
@@ -195982,6 +196332,7 @@
195982
196332
  "std-vector-platformer",
195983
196333
  "std-vector-tactics",
195984
196334
  "std-velocity-gate",
196335
+ "std-vendor-onboarding",
195985
196336
  "std-waitlist",
195986
196337
  "std-wizard",
195987
196338
  "std-work-order",
@@ -197760,6 +198111,7 @@
197760
198111
  "std-vector-platformer",
197761
198112
  "std-vector-tactics",
197762
198113
  "std-velocity-gate",
198114
+ "std-vendor-onboarding",
197763
198115
  "std-waitlist",
197764
198116
  "std-wizard",
197765
198117
  "std-work-order",
@@ -199850,6 +200202,7 @@
199850
200202
  "std-vector-platformer",
199851
200203
  "std-vector-tactics",
199852
200204
  "std-velocity-gate",
200205
+ "std-vendor-onboarding",
199853
200206
  "std-waitlist",
199854
200207
  "std-wizard",
199855
200208
  "std-work-order",