@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
package/dist/index.js CHANGED
@@ -37006,6 +37006,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
37006
37006
  {
37007
37007
  "description": "Indicates a new erasure request has been successfully saved.",
37008
37008
  "event": "ErasureSaved",
37009
+ "payloadEntity": "ErasureRequest",
37009
37010
  "payloadSchema": [
37010
37011
  {
37011
37012
  "name": "id",
@@ -37415,6 +37416,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
37415
37416
  "description": "Indicates a new erasure request has been successfully saved.",
37416
37417
  "key": "ErasureSaved",
37417
37418
  "name": "Erasure saved",
37419
+ "payloadEntity": "ErasureRequest",
37418
37420
  "payloadSchema": [
37419
37421
  {
37420
37422
  "name": "id",
@@ -51233,6 +51235,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
51233
51235
  {
51234
51236
  "description": "A new image has been successfully uploaded.",
51235
51237
  "event": "UploadedImageCreated",
51238
+ "payloadEntity": "UploadedImage",
51236
51239
  "payloadSchema": [
51237
51240
  {
51238
51241
  "name": "id",
@@ -51581,6 +51584,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
51581
51584
  "description": "A new image has been successfully uploaded.",
51582
51585
  "key": "UploadedImageCreated",
51583
51586
  "name": "UploadedImage created",
51587
+ "payloadEntity": "UploadedImage",
51584
51588
  "payloadSchema": [
51585
51589
  {
51586
51590
  "name": "id",
@@ -63872,6 +63876,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
63872
63876
  {
63873
63877
  "description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
63874
63878
  "event": "ModQueueItemReviewed",
63879
+ "payloadEntity": "ModQueueItem",
63875
63880
  "payloadSchema": [
63876
63881
  {
63877
63882
  "name": "id",
@@ -64243,6 +64248,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
64243
64248
  "description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
64244
64249
  "key": "ModQueueItemReviewed",
64245
64250
  "name": "ModQueueItem reviewed",
64251
+ "payloadEntity": "ModQueueItem",
64246
64252
  "payloadSchema": [
64247
64253
  {
64248
64254
  "name": "id",
@@ -75501,6 +75507,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
75501
75507
  {
75502
75508
  "description": "Indicates a review has been successfully saved.",
75503
75509
  "event": "ReviewSaved",
75510
+ "payloadEntity": "ReviewView",
75504
75511
  "payloadSchema": [
75505
75512
  {
75506
75513
  "name": "id",
@@ -75695,6 +75702,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
75695
75702
  "description": "Indicates a review has been successfully saved.",
75696
75703
  "key": "ReviewSaved",
75697
75704
  "name": "Review saved",
75705
+ "payloadEntity": "ReviewView",
75698
75706
  "payloadSchema": [
75699
75707
  {
75700
75708
  "name": "id",
@@ -77741,6 +77749,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
77741
77749
  {
77742
77750
  "description": "Indicates a review has been successfully stored.",
77743
77751
  "event": "ReviewSaved",
77752
+ "payloadEntity": "ReviewView",
77744
77753
  "payloadSchema": [
77745
77754
  {
77746
77755
  "name": "id",
@@ -77925,6 +77934,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
77925
77934
  "description": "Indicates a review has been successfully stored.",
77926
77935
  "key": "ReviewSaved",
77927
77936
  "name": "Review saved",
77937
+ "payloadEntity": "ReviewView",
77928
77938
  "payloadSchema": [
77929
77939
  {
77930
77940
  "name": "id",
@@ -86345,6 +86355,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
86345
86355
  {
86346
86356
  "description": "Indicates a saved search has been modified and persisted.",
86347
86357
  "event": "SavedSearchUpdated",
86358
+ "payloadEntity": "SavedSearch",
86348
86359
  "payloadSchema": [
86349
86360
  {
86350
86361
  "name": "id",
@@ -86534,6 +86545,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
86534
86545
  "description": "Indicates a saved search has been modified and persisted.",
86535
86546
  "key": "SavedSearchUpdated",
86536
86547
  "name": "SavedSearch updated",
86548
+ "payloadEntity": "SavedSearch",
86537
86549
  "payloadSchema": [
86538
86550
  {
86539
86551
  "name": "id",
@@ -89436,6 +89448,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
89436
89448
  {
89437
89449
  "description": "Indicates a signature has been successfully captured and submitted.",
89438
89450
  "event": "SignatureSubmitted",
89451
+ "payloadEntity": "Signature",
89439
89452
  "payloadSchema": [
89440
89453
  {
89441
89454
  "name": "id",
@@ -89606,6 +89619,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
89606
89619
  "description": "Indicates a signature has been successfully captured and submitted.",
89607
89620
  "key": "SignatureSubmitted",
89608
89621
  "name": "Signature submitted",
89622
+ "payloadEntity": "Signature",
89609
89623
  "payloadSchema": [
89610
89624
  {
89611
89625
  "name": "id",
@@ -91789,6 +91803,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
91789
91803
  {
91790
91804
  "description": "Internal: the status write landed; carries the persisted row flat.",
91791
91805
  "event": "StatusPersisted",
91806
+ "payloadEntity": "StatusRecord",
91792
91807
  "payloadSchema": [
91793
91808
  {
91794
91809
  "name": "id",
@@ -91848,6 +91863,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
91848
91863
  {
91849
91864
  "key": "StatusPersisted",
91850
91865
  "name": "Status persisted",
91866
+ "payloadEntity": "StatusRecord",
91851
91867
  "payloadSchema": [
91852
91868
  {
91853
91869
  "name": "id",
@@ -95028,6 +95044,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
95028
95044
  {
95029
95045
  "description": "A new tag row persisted; the open level refetches to show it.",
95030
95046
  "event": "TagCreated",
95047
+ "payloadEntity": "Tag",
95031
95048
  "payloadSchema": [
95032
95049
  {
95033
95050
  "name": "id",
@@ -95226,6 +95243,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
95226
95243
  "description": "A new tag row persisted; the open level refetches to show it.",
95227
95244
  "key": "TagCreated",
95228
95245
  "name": "Tag created",
95246
+ "payloadEntity": "Tag",
95229
95247
  "payloadSchema": [
95230
95248
  {
95231
95249
  "name": "id",
@@ -97020,6 +97038,7 @@ function stdThreadThreadPostOrbital(params = {}) {
97020
97038
  {
97021
97039
  "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.",
97022
97040
  "event": "ThreadPostCreated",
97041
+ "payloadEntity": "ThreadPost",
97023
97042
  "payloadSchema": [
97024
97043
  {
97025
97044
  "name": "id",
@@ -97232,6 +97251,7 @@ function stdThreadThreadPostOrbital(params = {}) {
97232
97251
  "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.",
97233
97252
  "key": "ThreadPostCreated",
97234
97253
  "name": "ThreadPost created",
97254
+ "payloadEntity": "ThreadPost",
97235
97255
  "payloadSchema": [
97236
97256
  {
97237
97257
  "name": "id",
@@ -100923,6 +100943,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
100923
100943
  {
100924
100944
  "description": "Indicates a revision has been successfully restored to a previous state.",
100925
100945
  "event": "RevisionRolledBack",
100946
+ "payloadEntity": "Revision",
100926
100947
  "payloadSchema": [
100927
100948
  {
100928
100949
  "name": "id",
@@ -101094,6 +101115,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
101094
101115
  "description": "Indicates a revision has been successfully restored to a previous state.",
101095
101116
  "key": "RevisionRolledBack",
101096
101117
  "name": "Revision rolled back",
101118
+ "payloadEntity": "Revision",
101097
101119
  "payloadSchema": [
101098
101120
  {
101099
101121
  "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
  }