@almadar/std 16.146.0 → 16.147.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 (99) hide show
  1. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +269 -0
  2. package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -1
  3. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +56 -0
  4. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +90 -0
  5. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +108 -0
  6. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +106 -0
  7. package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +3 -3
  9. package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +4 -4
  10. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -2
  11. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  12. package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +1 -1
  13. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +2 -2
  14. package/behaviors/lolo/ui/core/atoms/std-import.lolo +132 -0
  15. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +5 -5
  16. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +1 -1
  18. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +0 -2
  19. package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +0 -2
  20. package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +96 -0
  21. package/behaviors/lolo/ui/core/molecules/ui-import-progress.lolo +49 -0
  22. package/behaviors/lolo/ui/core/molecules/ui-import-source-picker.lolo +67 -0
  23. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +0 -2
  24. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
  25. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
  26. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
  27. package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
  28. package/behaviors/registry/factory-signatures.json +11531 -2142
  29. package/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
  30. package/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
  31. package/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
  32. package/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
  33. package/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
  34. package/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
  35. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
  36. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
  37. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
  38. package/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
  39. package/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
  40. package/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
  41. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
  42. package/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
  43. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
  44. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
  45. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  46. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
  47. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  48. package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
  49. package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
  50. package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
  51. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
  52. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  53. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  54. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  55. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  56. package/dist/behaviors/behaviors-embeddings.json +477 -405
  57. package/dist/behaviors/behaviors-registry.json +7518 -3936
  58. package/dist/behaviors/exports-reader.js +3093 -2581
  59. package/dist/behaviors/functions/index.d.ts +922 -14
  60. package/dist/behaviors/functions/index.js +3056 -2582
  61. package/dist/behaviors/index.d.ts +1 -1
  62. package/dist/behaviors/index.js +3094 -2582
  63. package/dist/behaviors/knob-embeddings.json +1 -1
  64. package/dist/behaviors/query.js +3093 -2581
  65. package/dist/behaviors/registry/factory-signatures.json +11531 -2142
  66. package/dist/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
  67. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
  68. package/dist/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
  69. package/dist/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
  70. package/dist/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
  71. package/dist/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
  72. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
  73. package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
  74. package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
  75. package/dist/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
  76. package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
  77. package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
  78. package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
  79. package/dist/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
  80. package/dist/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
  81. package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
  82. package/dist/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  83. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
  84. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  85. package/dist/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
  86. package/dist/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
  87. package/dist/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
  88. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
  89. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  90. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  91. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  92. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  93. package/dist/behaviors-embeddings.json +477 -405
  94. package/dist/behaviors-registry.json +7518 -3936
  95. package/dist/index.d.ts +1 -1
  96. package/dist/index.js +3094 -2582
  97. package/dist/knob-embeddings.json +1 -1
  98. package/dist/registry/factory-signatures.json +11531 -2142
  99. package/package.json +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.