@almadar/std 6.1.7 → 6.4.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 (54) hide show
  1. package/behaviors/registry/atoms/std-browse.orb +15 -0
  2. package/behaviors/registry/atoms/std-display.orb +181 -0
  3. package/behaviors/registry/atoms/std-gallery.orb +12 -0
  4. package/behaviors/registry/atoms/std-input.orb +270 -0
  5. package/behaviors/registry/atoms/std-push.orb +252 -0
  6. package/behaviors/registry/atoms/std-related.orb +130 -0
  7. package/behaviors/registry/molecules/std-batch-selected-list.orb +131 -0
  8. package/behaviors/registry/molecules/std-calendar-booking.orb +115 -0
  9. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +126 -0
  10. package/behaviors/registry/molecules/std-drawer-master-list.orb +123 -0
  11. package/behaviors/registry/molecules/std-filtered-list.orb +135 -0
  12. package/behaviors/registry/molecules/std-gallery-filtered.orb +124 -0
  13. package/behaviors/registry/molecules/std-push-activity-log.orb +107 -0
  14. package/behaviors/registry/molecules/std-related-master-detail.orb +119 -0
  15. package/behaviors/registry/molecules/std-wizard-form.orb +115 -0
  16. package/dist/behaviors/behaviors-registry.json +1038 -6250
  17. package/dist/behaviors/exports-reader.js +276 -138
  18. package/dist/behaviors/exports-reader.js.map +1 -1
  19. package/dist/behaviors/functions/index.d.ts +415 -1
  20. package/dist/behaviors/functions/index.js +276 -138
  21. package/dist/behaviors/functions/index.js.map +1 -1
  22. package/dist/behaviors/index.js +276 -138
  23. package/dist/behaviors/index.js.map +1 -1
  24. package/dist/behaviors/query.js +276 -138
  25. package/dist/behaviors/query.js.map +1 -1
  26. package/dist/behaviors/registry/atoms/std-browse.orb +15 -0
  27. package/dist/behaviors/registry/atoms/std-display.orb +181 -0
  28. package/dist/behaviors/registry/atoms/std-gallery.orb +12 -0
  29. package/dist/behaviors/registry/atoms/std-input.orb +270 -0
  30. package/dist/behaviors/registry/atoms/std-push.orb +252 -0
  31. package/dist/behaviors/registry/atoms/std-related.orb +130 -0
  32. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +131 -0
  33. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +115 -0
  34. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +126 -0
  35. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +123 -0
  36. package/dist/behaviors/registry/molecules/std-filtered-list.orb +135 -0
  37. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +124 -0
  38. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +107 -0
  39. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +119 -0
  40. package/dist/behaviors/registry/molecules/std-wizard-form.orb +115 -0
  41. package/dist/behaviors-registry.json +1038 -6250
  42. package/dist/index.js +276 -138
  43. package/dist/index.js.map +1 -1
  44. package/package.json +1 -1
  45. package/behaviors/registry/atoms/std-classifier.orb.unconvertible.txt +0 -7
  46. package/behaviors/registry/atoms/std-graph-classifier.orb.unconvertible.txt +0 -7
  47. package/behaviors/registry/atoms/std-rl-agent.orb.unconvertible.txt +0 -7
  48. package/behaviors/registry/atoms/std-text-classifier.orb.unconvertible.txt +0 -7
  49. package/behaviors/registry/atoms/std-trainer.orb.unconvertible.txt +0 -7
  50. package/dist/behaviors/registry/atoms/std-classifier.orb.unconvertible.txt +0 -7
  51. package/dist/behaviors/registry/atoms/std-graph-classifier.orb.unconvertible.txt +0 -7
  52. package/dist/behaviors/registry/atoms/std-rl-agent.orb.unconvertible.txt +0 -7
  53. package/dist/behaviors/registry/atoms/std-text-classifier.orb.unconvertible.txt +0 -7
  54. package/dist/behaviors/registry/atoms/std-trainer.orb.unconvertible.txt +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "6.1.7",
3
+ "version": "6.4.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,7 +0,0 @@
1
- # std-classifier (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-graph-classifier (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-rl-agent (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'map')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-text-classifier (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-trainer (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-classifier (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-graph-classifier (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-rl-agent (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'map')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-text-classifier (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)
@@ -1,7 +0,0 @@
1
- # std-trainer (B.2 — runtime invocation failed)
2
-
3
- The converter could not invoke this behavior with default params.
4
- It is a Phase B.3 candidate (hand-author or fix invocation defaults).
5
-
6
- - runtime invocation failed: Cannot read properties of undefined (reading 'join')
7
- - behavior requires non-default params (likely an ML behavior — Phase B.3 candidate)