@almadar/std 16.208.0 → 16.210.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 (27) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +36 -41
  2. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +25 -19
  3. package/behaviors/registry/infra/atoms/std-data-erasure.orb +2 -0
  4. package/behaviors/registry/infra/atoms/std-mod-queue.orb +2 -0
  5. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +2 -0
  6. package/behaviors/registry/ui/core/atoms/std-browse.orb +25 -137
  7. package/behaviors/registry/ui/core/atoms/std-calendar.orb +101 -24
  8. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +2 -0
  9. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +4 -0
  10. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -0
  11. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -0
  12. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +2 -0
  13. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +2 -0
  14. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -0
  15. package/behaviors/registry/ui/core/atoms/std-version-history.orb +2 -0
  16. package/dist/behaviors/exports-reader.js +22 -0
  17. package/dist/behaviors/functions/index.js +22 -0
  18. package/dist/behaviors/index.js +22 -0
  19. package/dist/behaviors/query.js +22 -0
  20. package/dist/behaviors-embeddings.hash.json +3 -3
  21. package/dist/behaviors-embeddings.json +1 -1
  22. package/dist/behaviors-registry.json +541 -1037
  23. package/dist/index.js +22 -0
  24. package/dist/knob-embeddings.hash.json +3 -3
  25. package/dist/knob-embeddings.json +1 -1
  26. package/dist/registry/factory-signatures.json +1 -1
  27. package/package.json +3 -3
@@ -30314,6 +30314,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
30314
30314
  {
30315
30315
  "description": "Indicates a new erasure request has been successfully saved.",
30316
30316
  "event": "ErasureSaved",
30317
+ "payloadEntity": "ErasureRequest",
30317
30318
  "payloadSchema": [
30318
30319
  {
30319
30320
  "name": "id",
@@ -30723,6 +30724,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
30723
30724
  "description": "Indicates a new erasure request has been successfully saved.",
30724
30725
  "key": "ErasureSaved",
30725
30726
  "name": "Erasure saved",
30727
+ "payloadEntity": "ErasureRequest",
30726
30728
  "payloadSchema": [
30727
30729
  {
30728
30730
  "name": "id",
@@ -44541,6 +44543,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
44541
44543
  {
44542
44544
  "description": "A new image has been successfully uploaded.",
44543
44545
  "event": "UploadedImageCreated",
44546
+ "payloadEntity": "UploadedImage",
44544
44547
  "payloadSchema": [
44545
44548
  {
44546
44549
  "name": "id",
@@ -44889,6 +44892,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
44889
44892
  "description": "A new image has been successfully uploaded.",
44890
44893
  "key": "UploadedImageCreated",
44891
44894
  "name": "UploadedImage created",
44895
+ "payloadEntity": "UploadedImage",
44892
44896
  "payloadSchema": [
44893
44897
  {
44894
44898
  "name": "id",
@@ -57180,6 +57184,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
57180
57184
  {
57181
57185
  "description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
57182
57186
  "event": "ModQueueItemReviewed",
57187
+ "payloadEntity": "ModQueueItem",
57183
57188
  "payloadSchema": [
57184
57189
  {
57185
57190
  "name": "id",
@@ -57551,6 +57556,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
57551
57556
  "description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
57552
57557
  "key": "ModQueueItemReviewed",
57553
57558
  "name": "ModQueueItem reviewed",
57559
+ "payloadEntity": "ModQueueItem",
57554
57560
  "payloadSchema": [
57555
57561
  {
57556
57562
  "name": "id",
@@ -68809,6 +68815,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
68809
68815
  {
68810
68816
  "description": "Indicates a review has been successfully saved.",
68811
68817
  "event": "ReviewSaved",
68818
+ "payloadEntity": "ReviewView",
68812
68819
  "payloadSchema": [
68813
68820
  {
68814
68821
  "name": "id",
@@ -69003,6 +69010,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
69003
69010
  "description": "Indicates a review has been successfully saved.",
69004
69011
  "key": "ReviewSaved",
69005
69012
  "name": "Review saved",
69013
+ "payloadEntity": "ReviewView",
69006
69014
  "payloadSchema": [
69007
69015
  {
69008
69016
  "name": "id",
@@ -71049,6 +71057,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
71049
71057
  {
71050
71058
  "description": "Indicates a review has been successfully stored.",
71051
71059
  "event": "ReviewSaved",
71060
+ "payloadEntity": "ReviewView",
71052
71061
  "payloadSchema": [
71053
71062
  {
71054
71063
  "name": "id",
@@ -71233,6 +71242,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
71233
71242
  "description": "Indicates a review has been successfully stored.",
71234
71243
  "key": "ReviewSaved",
71235
71244
  "name": "Review saved",
71245
+ "payloadEntity": "ReviewView",
71236
71246
  "payloadSchema": [
71237
71247
  {
71238
71248
  "name": "id",
@@ -79653,6 +79663,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
79653
79663
  {
79654
79664
  "description": "Indicates a saved search has been modified and persisted.",
79655
79665
  "event": "SavedSearchUpdated",
79666
+ "payloadEntity": "SavedSearch",
79656
79667
  "payloadSchema": [
79657
79668
  {
79658
79669
  "name": "id",
@@ -79842,6 +79853,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
79842
79853
  "description": "Indicates a saved search has been modified and persisted.",
79843
79854
  "key": "SavedSearchUpdated",
79844
79855
  "name": "SavedSearch updated",
79856
+ "payloadEntity": "SavedSearch",
79845
79857
  "payloadSchema": [
79846
79858
  {
79847
79859
  "name": "id",
@@ -82744,6 +82756,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
82744
82756
  {
82745
82757
  "description": "Indicates a signature has been successfully captured and submitted.",
82746
82758
  "event": "SignatureSubmitted",
82759
+ "payloadEntity": "Signature",
82747
82760
  "payloadSchema": [
82748
82761
  {
82749
82762
  "name": "id",
@@ -82914,6 +82927,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
82914
82927
  "description": "Indicates a signature has been successfully captured and submitted.",
82915
82928
  "key": "SignatureSubmitted",
82916
82929
  "name": "Signature submitted",
82930
+ "payloadEntity": "Signature",
82917
82931
  "payloadSchema": [
82918
82932
  {
82919
82933
  "name": "id",
@@ -85097,6 +85111,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
85097
85111
  {
85098
85112
  "description": "Internal: the status write landed; carries the persisted row flat.",
85099
85113
  "event": "StatusPersisted",
85114
+ "payloadEntity": "StatusRecord",
85100
85115
  "payloadSchema": [
85101
85116
  {
85102
85117
  "name": "id",
@@ -85156,6 +85171,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
85156
85171
  {
85157
85172
  "key": "StatusPersisted",
85158
85173
  "name": "Status persisted",
85174
+ "payloadEntity": "StatusRecord",
85159
85175
  "payloadSchema": [
85160
85176
  {
85161
85177
  "name": "id",
@@ -88336,6 +88352,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
88336
88352
  {
88337
88353
  "description": "A new tag row persisted; the open level refetches to show it.",
88338
88354
  "event": "TagCreated",
88355
+ "payloadEntity": "Tag",
88339
88356
  "payloadSchema": [
88340
88357
  {
88341
88358
  "name": "id",
@@ -88534,6 +88551,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
88534
88551
  "description": "A new tag row persisted; the open level refetches to show it.",
88535
88552
  "key": "TagCreated",
88536
88553
  "name": "Tag created",
88554
+ "payloadEntity": "Tag",
88537
88555
  "payloadSchema": [
88538
88556
  {
88539
88557
  "name": "id",
@@ -90328,6 +90346,7 @@ function stdThreadThreadPostOrbital(params = {}) {
90328
90346
  {
90329
90347
  "description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
90330
90348
  "event": "ThreadPostCreated",
90349
+ "payloadEntity": "ThreadPost",
90331
90350
  "payloadSchema": [
90332
90351
  {
90333
90352
  "name": "id",
@@ -90540,6 +90559,7 @@ function stdThreadThreadPostOrbital(params = {}) {
90540
90559
  "description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
90541
90560
  "key": "ThreadPostCreated",
90542
90561
  "name": "ThreadPost created",
90562
+ "payloadEntity": "ThreadPost",
90543
90563
  "payloadSchema": [
90544
90564
  {
90545
90565
  "name": "id",
@@ -94231,6 +94251,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
94231
94251
  {
94232
94252
  "description": "Indicates a revision has been successfully restored to a previous state.",
94233
94253
  "event": "RevisionRolledBack",
94254
+ "payloadEntity": "Revision",
94234
94255
  "payloadSchema": [
94235
94256
  {
94236
94257
  "name": "id",
@@ -94402,6 +94423,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
94402
94423
  "description": "Indicates a revision has been successfully restored to a previous state.",
94403
94424
  "key": "RevisionRolledBack",
94404
94425
  "name": "Revision rolled back",
94426
+ "payloadEntity": "Revision",
94405
94427
  "payloadSchema": [
94406
94428
  {
94407
94429
  "name": "id",
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "16.208.0",
2
+ "version": "16.210.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
- "registryHash": "964c7588051951caaa29b2ce8c765285ec1bdbf4964614ffe5478e8e8dd50b3e",
6
- "signaturesHash": "09e34b2bf0e94d85eec15a8e7a1e9ed4f1fced0aca540ef38cdaedc62817a3e4"
5
+ "registryHash": "00d078740308bc4c301c4912e353bea9a661e11d8e7572c2fa31c9fdf0d6629b",
6
+ "signaturesHash": "c7114e7b08f4461f3f0a1b9a89c8ebb0183e8f9ba578931ad078eac326e84241"
7
7
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.207.0",
2
+ "version": "16.209.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
5
  "encoding": "int8-b64",