@almadar/std 16.206.0 → 16.208.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 (258) hide show
  1. package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
  2. package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
  3. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
  4. package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
  5. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
  6. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
  7. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
  8. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
  9. package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
  10. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
  11. package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
  12. package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
  13. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
  14. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
  15. package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
  16. package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
  17. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
  21. package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
  25. package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
  26. package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
  29. package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
  31. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
  32. package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
  34. package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
  37. package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
  38. package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
  39. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
  40. package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
  41. package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
  42. package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  45. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
  46. package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
  47. package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
  51. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
  52. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  53. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
  54. package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
  55. package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
  56. package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
  57. package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
  58. package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
  59. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
  60. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
  61. package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
  62. package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
  63. package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
  64. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
  65. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
  66. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
  67. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
  70. package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
  71. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
  72. package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
  73. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  74. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  75. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  76. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  77. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  78. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  79. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  80. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  81. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  82. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  83. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  84. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  85. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  86. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  87. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  88. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  89. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  90. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  92. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  93. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  94. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  95. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  96. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
  97. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  98. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  99. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  100. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  101. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  102. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
  103. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  104. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  105. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  106. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
  107. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  108. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
  109. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  110. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
  111. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
  112. package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
  113. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  114. package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
  115. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  116. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  120. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  123. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  124. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  125. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  126. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  127. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  128. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  129. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  130. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  133. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  134. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  135. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  136. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  137. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  138. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  140. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  141. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  142. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  143. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  144. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  145. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  146. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  147. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  148. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  149. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  150. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  151. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  152. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  154. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  155. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  160. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  161. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  162. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  163. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  164. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  166. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  167. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  168. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  169. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  171. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  172. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  174. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  175. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  178. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  179. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  180. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  181. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  183. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  185. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  196. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  200. package/canonical-operators.json +0 -40
  201. package/dist/behaviors/exports-reader.js +8003 -869
  202. package/dist/behaviors/functions/index.d.ts +190 -184
  203. package/dist/behaviors/functions/index.js +8003 -869
  204. package/dist/behaviors/index.d.ts +1 -1
  205. package/dist/behaviors/index.js +8003 -869
  206. package/dist/behaviors/query.js +8003 -869
  207. package/dist/behaviors-embeddings.hash.json +3 -3
  208. package/dist/behaviors-embeddings.json +9 -9
  209. package/dist/behaviors-registry.json +910 -229
  210. package/dist/index.d.ts +3 -3
  211. package/dist/index.js +8003 -891
  212. package/dist/knob-embeddings.hash.json +3 -3
  213. package/dist/knob-embeddings.json +1 -1
  214. package/dist/modules/anim.d.ts +1 -1
  215. package/dist/modules/array.d.ts +1 -1
  216. package/dist/modules/array.js +0 -11
  217. package/dist/modules/async.d.ts +1 -1
  218. package/dist/modules/behavior.d.ts +1 -1
  219. package/dist/modules/browser.d.ts +1 -1
  220. package/dist/modules/composition.d.ts +1 -1
  221. package/dist/modules/contract.d.ts +1 -1
  222. package/dist/modules/core.d.ts +1 -1
  223. package/dist/modules/data.d.ts +1 -1
  224. package/dist/modules/ease.d.ts +1 -1
  225. package/dist/modules/format.d.ts +1 -1
  226. package/dist/modules/geo.d.ts +1 -1
  227. package/dist/modules/graph.d.ts +1 -1
  228. package/dist/modules/grid.d.ts +1 -1
  229. package/dist/modules/index.d.ts +1 -1
  230. package/dist/modules/index.js +0 -22
  231. package/dist/modules/integration.d.ts +1 -1
  232. package/dist/modules/llm.d.ts +1 -1
  233. package/dist/modules/math.d.ts +1 -1
  234. package/dist/modules/memory.d.ts +1 -1
  235. package/dist/modules/nn.d.ts +1 -1
  236. package/dist/modules/noise.d.ts +1 -1
  237. package/dist/modules/object.d.ts +1 -1
  238. package/dist/modules/object.js +0 -11
  239. package/dist/modules/os.d.ts +1 -1
  240. package/dist/modules/path.d.ts +1 -1
  241. package/dist/modules/prob.d.ts +1 -1
  242. package/dist/modules/session.d.ts +1 -1
  243. package/dist/modules/str.d.ts +1 -1
  244. package/dist/modules/tensor.d.ts +1 -1
  245. package/dist/modules/time.d.ts +1 -1
  246. package/dist/modules/trace.d.ts +1 -1
  247. package/dist/modules/train.d.ts +1 -1
  248. package/dist/modules/validate.d.ts +1 -1
  249. package/dist/modules/vector.d.ts +1 -1
  250. package/dist/modules/workspace.d.ts +1 -1
  251. package/dist/registry/factory-signatures.json +1 -1
  252. package/dist/registry.d.ts +1 -1
  253. package/dist/registry.js +0 -22
  254. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  255. package/i18n/ar.json +433 -0
  256. package/i18n/en.json +433 -0
  257. package/i18n/sl.json +433 -0
  258. package/package.json +21 -8
package/i18n/sl.json ADDED
@@ -0,0 +1,433 @@
1
+ {
2
+ "operators": {
3
+ "!=": "ne_enako",
4
+ "%": "modul",
5
+ "*": "krat",
6
+ "+": "plus",
7
+ "-": "minus",
8
+ "/": "deljeno",
9
+ "<": "manj",
10
+ "<=": "manj_enako",
11
+ "=": "je",
12
+ "==": "enako",
13
+ ">": "vec",
14
+ ">=": "vec_enako",
15
+ "and": "in",
16
+ "anim/direction-from-delta": "animacija/smer-iz-delta",
17
+ "anim/frame-at": "animacija/okvir-pri",
18
+ "anim/sheet-rect": "animacija/ploskev-pravokotnik",
19
+ "array/append": "seznam/dodaj",
20
+ "array/avg": "seznam/povprecje",
21
+ "array/concat": "seznam/zdruzi",
22
+ "array/cosine": "seznam/kosinus",
23
+ "array/count": "seznam/stevec",
24
+ "array/drop": "seznam/izpusti",
25
+ "array/dropLast": "seznam/izpustiZadnji",
26
+ "array/every": "seznam/vsak",
27
+ "array/filter": "seznam/filtriraj",
28
+ "array/find": "seznam/najdi",
29
+ "array/findIndex": "seznam/najdiIndeks",
30
+ "array/first": "seznam/prvi",
31
+ "array/flatten": "seznam/splosci",
32
+ "array/groupBy": "seznam/skupinaPo",
33
+ "array/includes": "seznam/vkljucuje",
34
+ "array/indexOf": "seznam/indeksOd",
35
+ "array/insert": "seznam/vstavi",
36
+ "array/last": "seznam/zadnji",
37
+ "array/len": "seznam/dolzina",
38
+ "array/map": "seznam/preslikaj",
39
+ "array/max": "seznam/najvec",
40
+ "array/min": "seznam/najmanj",
41
+ "array/nearest": "seznam/najblizji",
42
+ "array/nth": "seznam/nti",
43
+ "array/partition": "seznam/razdeli",
44
+ "array/prepend": "seznam/dodajNaZacetek",
45
+ "array/range": "seznam/razpon",
46
+ "array/reduce": "seznam/zmanjsaj",
47
+ "array/reject": "seznam/zavrni",
48
+ "array/remove": "seznam/odstrani",
49
+ "array/removeItem": "seznam/odstraniElement",
50
+ "array/reverse": "seznam/obrni",
51
+ "array/shuffle": "seznam/premesaj",
52
+ "array/slice": "seznam/rezina",
53
+ "array/some": "seznam/nekateri",
54
+ "array/sort": "seznam/razvrsti",
55
+ "array/sum": "seznam/vsota",
56
+ "array/take": "seznam/vzemi",
57
+ "array/takeLast": "seznam/vzemiZadnji",
58
+ "array/unique": "seznam/edinstveno",
59
+ "array/zip": "seznam/zadrga",
60
+ "async/all": "asink/vsi",
61
+ "async/debounce": "asink/zadrzi",
62
+ "async/delay": "asink/zakasnitev",
63
+ "async/interval": "asink/interval",
64
+ "async/race": "asink/dirka",
65
+ "async/retry": "asink/ponovniPoskus",
66
+ "async/sequence": "asink/zaporedje",
67
+ "async/throttle": "asink/duse",
68
+ "async/timeout": "asink/casovnaOmejitev",
69
+ "behavior/call": "vedenje/poklici",
70
+ "behavior/compose": "vedenje/sestavi",
71
+ "behavior/detect-layout": "vedenje/zaznaj-postavitev",
72
+ "behavior/instantiate": "vedenje/ustvariPrimerek",
73
+ "behavior/pipe": "vedenje/cevovod",
74
+ "behavior/wire": "vedenje/zvezi",
75
+ "browser/clipboard-read": "brskalnik/odlozisce-beri",
76
+ "browser/clipboard-write": "brskalnik/odlozisce-pisi",
77
+ "browser/geolocation-current": "brskalnik/geolokacija-sedanje",
78
+ "browser/open-file-picker": "brskalnik/odpri-datoteka-izbirnik",
79
+ "browser/push-subscribe": "brskalnik/potisni-naroci",
80
+ "call-service": "poklici-storitev",
81
+ "checkpoint/load": "tocka/nalozi",
82
+ "checkpoint/save": "tocka/shrani",
83
+ "compose/compose-all": "sestava/sestavi-vsi",
84
+ "compose/compose-children": "sestava/sestavi-otroci",
85
+ "contract/clamp-output": "pogodba/omeji-rezultat",
86
+ "contract/entity-to-tensor": "pogodba/entiteta-do-tenzor",
87
+ "contract/tensor-to-payload": "pogodba/tenzor-do-podatki",
88
+ "contract/validate-input": "pogodba/validiraj-vnos",
89
+ "contract/validate-output": "pogodba/validiraj-rezultat",
90
+ "contract/violations": "pogodba/krsitve",
91
+ "data/augment": "podatki/obogati",
92
+ "data/dataloader": "podatki/nalagalnikPodatkov",
93
+ "data/dataset": "podatki/podatkovnaMnozica",
94
+ "data/normalize": "podatki/normaliziraj",
95
+ "data/pad": "podatki/zapolni",
96
+ "data/split": "podatki/razdeli",
97
+ "data/tokenize": "podatki/tokeniziraj",
98
+ "despawn": "odstrani",
99
+ "do": "naredi",
100
+ "ease/apply": "glajenje/uporabi",
101
+ "ease/smoothstep": "glajenje/glajenkorak",
102
+ "emit": "oddaj",
103
+ "evaluate": "ovrednoti",
104
+ "fetch": "pridobi",
105
+ "fetch-stream": "pridobi-tok",
106
+ "fn": "fn",
107
+ "format/bytes": "zapis/bajti",
108
+ "format/creditCard": "zapis/kreditnaKartica",
109
+ "format/currency": "zapis/valuta",
110
+ "format/list": "zapis/seznam",
111
+ "format/number": "zapis/stevilo",
112
+ "format/ordinal": "zapis/vrstilni",
113
+ "format/percent": "zapis/odstotek",
114
+ "format/phone": "zapis/telefon",
115
+ "format/plural": "zapis/mnozina",
116
+ "forward": "posreduj",
117
+ "geo/aabb-overlap": "geom/aabb-prekrivanje",
118
+ "geo/circle-overlap": "geom/krog-prekrivanje",
119
+ "geo/point-in-circle": "geom/tocka-v-krog",
120
+ "geo/point-in-rect": "geom/tocka-v-pravokotnik",
121
+ "geo/rect-circle-overlap": "geom/pravokotnik-krog-prekrivanje",
122
+ "geo/reflect": "geom/zrcali",
123
+ "geo/segment-intersect": "geom/odsek-sekaj",
124
+ "graph/add-self-loops": "graf/dodaj-sebe-zanke",
125
+ "graph/batch": "graf/sveznj",
126
+ "graph/degree": "graf/stopnja",
127
+ "graph/edge-features": "graf/lok-znacilke",
128
+ "graph/edge-index": "graf/lok-indeks",
129
+ "graph/from-adjacency": "graf/iz-sosednost",
130
+ "graph/from-edge-list": "graf/iz-lok-seznam",
131
+ "graph/from-entities": "graf/iz-entitete",
132
+ "graph/k-hop": "graf/k-skok",
133
+ "graph/node-features": "graf/vozlisce-znacilke",
134
+ "graph/num-edges": "graf/stevilo-loki",
135
+ "graph/num-nodes": "graf/stevilo-vozlisca",
136
+ "graph/subgraph": "graf/podgraf",
137
+ "graph/to-undirected": "graf/do-neusmerjeno",
138
+ "grid/cells-in-radius": "mreza/celice-v-polmer",
139
+ "grid/distance": "mreza/razdalja",
140
+ "grid/from-world": "mreza/iz-svet",
141
+ "grid/in-bounds": "mreza/v-meje",
142
+ "grid/iso-to-screen": "mreza/iso-do-zaslon",
143
+ "grid/line": "mreza/crta",
144
+ "grid/manhattan-distance": "mreza/manhattan-razdalja",
145
+ "grid/neighbors": "mreza/sosedje",
146
+ "grid/screen-to-iso": "mreza/zaslon-do-iso",
147
+ "grid/to-world": "mreza/do-svet",
148
+ "if": "ce",
149
+ "integration/github-create-issue": "integracija/github-ustvari-zadeva",
150
+ "integration/github-get-repo": "integracija/github-dobi-repozitorij",
151
+ "integration/http": "integracija/http",
152
+ "let": "naj",
153
+ "list": "seznam",
154
+ "llm/call-tools": "llm/poklici-orodja",
155
+ "llm/compact": "llm/stisnjeno",
156
+ "llm/embed": "llm/vgraditev",
157
+ "llm/generate": "llm/generiraj",
158
+ "llm/switch": "llm/preklopi",
159
+ "llm/token-count": "llm/zeton-stevec",
160
+ "log": "beleji",
161
+ "lolo/emit-body": "lolo/oddaj-telo",
162
+ "math/abs": "mat/abs",
163
+ "math/acos": "mat/acos",
164
+ "math/approach": "mat/priblizaj",
165
+ "math/asin": "mat/asin",
166
+ "math/atan": "mat/atan",
167
+ "math/atan2": "mat/atan2",
168
+ "math/ceil": "mat/strop",
169
+ "math/clamp": "mat/omeji",
170
+ "math/cos": "mat/cos",
171
+ "math/default": "mat/privzeto",
172
+ "math/deg-rad": "mat/stopinje-radiani",
173
+ "math/floor": "mat/tla",
174
+ "math/hypot": "mat/hipotenuza",
175
+ "math/lerp": "mat/lerp",
176
+ "math/map": "mat/preslikaj",
177
+ "math/max": "mat/najvec",
178
+ "math/min": "mat/najmanj",
179
+ "math/mod": "mat/mod",
180
+ "math/pow": "mat/potenca",
181
+ "math/rad-deg": "mat/radiani-stopinje",
182
+ "math/random": "mat/nakljucno",
183
+ "math/randomInt": "mat/nakljucnoCelo",
184
+ "math/round": "mat/zaokrozi",
185
+ "math/sign": "mat/predznak",
186
+ "math/sin": "mat/sin",
187
+ "math/sqrt": "mat/koren",
188
+ "math/tan": "mat/tan",
189
+ "math/wrap": "mat/zavij",
190
+ "memory/list": "spomin/seznam",
191
+ "memory/recall": "spomin/obnovi",
192
+ "memory/store": "spomin/shrani",
193
+ "navigate": "pojdi",
194
+ "navigate-back": "pojdi-nazaj",
195
+ "nn/batchnorm": "nevmreza/batchnorm",
196
+ "nn/clone": "nevmreza/kloniraj",
197
+ "nn/dropout": "nevmreza/dropout",
198
+ "nn/forward": "nevmreza/posreduj",
199
+ "nn/getWeights": "nevmreza/dobiUtezi",
200
+ "nn/layernorm": "nevmreza/layernorm",
201
+ "nn/linear": "nevmreza/linearno",
202
+ "nn/paramCount": "nevmreza/parameterStevec",
203
+ "nn/relu": "nevmreza/relu",
204
+ "nn/sequential": "nevmreza/zaporedno",
205
+ "nn/setWeights": "nevmreza/nastaviUtezi",
206
+ "nn/sigmoid": "nevmreza/sigmoid",
207
+ "nn/softmax": "nevmreza/softmax",
208
+ "nn/tanh": "nevmreza/tanh",
209
+ "noise/fbm": "sum/fbm",
210
+ "noise/perlin": "sum/perlin",
211
+ "noise/simplex": "sum/simplex",
212
+ "not": "ne",
213
+ "notify": "obvesti",
214
+ "object/clone": "objekt/kloniraj",
215
+ "object/deepClone": "objekt/globokoKloniraj",
216
+ "object/deepMerge": "objekt/globokoZlij",
217
+ "object/entries": "objekt/vnosi",
218
+ "object/equals": "objekt/enako",
219
+ "object/filter": "objekt/filtriraj",
220
+ "object/fromEntries": "objekt/izVnosi",
221
+ "object/get": "objekt/dobi",
222
+ "object/has": "objekt/ima",
223
+ "object/keys": "objekt/kljuci",
224
+ "object/mapKeys": "objekt/preslikajKljuci",
225
+ "object/mapValues": "objekt/preslikajVrednosti",
226
+ "object/merge": "objekt/zlij",
227
+ "object/omit": "objekt/izloci",
228
+ "object/pick": "objekt/izberi",
229
+ "object/set": "objekt/nastavi",
230
+ "object/values": "objekt/vrednosti",
231
+ "or": "ali",
232
+ "os/debounce": "os/zadrzi",
233
+ "os/watch-cron": "os/spremljaj-cron",
234
+ "os/watch-env": "os/spremljaj-okolje",
235
+ "os/watch-files": "os/spremljaj-datoteke",
236
+ "os/watch-http": "os/spremljaj-http",
237
+ "os/watch-port": "os/spremljaj-vrata",
238
+ "os/watch-process": "os/spremljaj-proces",
239
+ "os/watch-signal": "os/spremljaj-signal",
240
+ "path": "pot",
241
+ "path/astar": "pot/astar",
242
+ "path/reachable": "pot/dosegljivo",
243
+ "persist": "shrani",
244
+ "prob/beta": "verjetnost/beta",
245
+ "prob/categorical": "verjetnost/kategoricno",
246
+ "prob/condition": "verjetnost/pogoj",
247
+ "prob/credible-interval": "verjetnost/verodostojno-interval",
248
+ "prob/expected-value": "verjetnost/pricakovano-vrednost",
249
+ "prob/flip": "verjetnost/vrzi",
250
+ "prob/gaussian": "verjetnost/gaussovo",
251
+ "prob/histogram": "verjetnost/histogram",
252
+ "prob/infer": "verjetnost/sklepaj",
253
+ "prob/percentile": "verjetnost/percentil",
254
+ "prob/poisson": "verjetnost/poisson",
255
+ "prob/posterior": "verjetnost/posteriorna",
256
+ "prob/sample": "verjetnost/vzorec",
257
+ "prob/seed": "verjetnost/seme",
258
+ "prob/uniform": "verjetnost/enakomerno",
259
+ "prob/variance": "verjetnost/varianca",
260
+ "ref": "sklic",
261
+ "render-ui": "izrisi-vmesnik",
262
+ "send-server": "posli-streznik",
263
+ "session/append-history": "seja/dodaj-zgodovina",
264
+ "session/read-analysis": "seja/beri-analiza",
265
+ "session/read-errors": "seja/beri-napake",
266
+ "session/read-history": "seja/beri-zgodovina",
267
+ "session/read-memory": "seja/beri-spomin",
268
+ "session/read-spec": "seja/beri-specifikacija",
269
+ "session/write-errors": "seja/pisi-napake",
270
+ "session/write-memory": "seja/pisi-spomin",
271
+ "session/write-spec": "seja/pisi-specifikacija",
272
+ "set": "nastavi",
273
+ "spawn": "ustvari",
274
+ "str/camelCase": "niz/kameljaPisava",
275
+ "str/capitalize": "niz/velikaZacetnica",
276
+ "str/concat": "niz/zdruzi",
277
+ "str/default": "niz/privzeto",
278
+ "str/endsWith": "niz/koncaS",
279
+ "str/includes": "niz/vkljucuje",
280
+ "str/join": "niz/pridruzi",
281
+ "str/kebabCase": "niz/kebabPisava",
282
+ "str/len": "niz/dolzina",
283
+ "str/lower": "niz/maleCrke",
284
+ "str/padEnd": "niz/zapolniKonec",
285
+ "str/padStart": "niz/zapolniZacetek",
286
+ "str/repeat": "niz/ponovi",
287
+ "str/replace": "niz/zamenjaj",
288
+ "str/replaceAll": "niz/zamenjajVsi",
289
+ "str/reverse": "niz/obrni",
290
+ "str/slice": "niz/rezina",
291
+ "str/snakeCase": "niz/kacjaCrtaPisava",
292
+ "str/split": "niz/razdeli",
293
+ "str/startsWith": "niz/zacneS",
294
+ "str/template": "niz/predloga",
295
+ "str/titleCase": "niz/nazivPisava",
296
+ "str/trim": "niz/obrezi",
297
+ "str/trimEnd": "niz/obreziKonec",
298
+ "str/trimStart": "niz/obreziZacetek",
299
+ "str/truncate": "niz/skrajsaj",
300
+ "str/upper": "niz/velikeCrke",
301
+ "tensor/add": "tenzor/dodaj",
302
+ "tensor/allInRange": "tenzor/vsiVRazpon",
303
+ "tensor/argmax": "tenzor/argmax",
304
+ "tensor/cat": "tenzor/spoji",
305
+ "tensor/clamp": "tenzor/omeji",
306
+ "tensor/clampPerDim": "tenzor/omejiNaDimenzija",
307
+ "tensor/div": "tenzor/deli",
308
+ "tensor/dot": "tenzor/pika",
309
+ "tensor/flatten": "tenzor/splosci",
310
+ "tensor/from": "tenzor/iz",
311
+ "tensor/get": "tenzor/dobi",
312
+ "tensor/matmul": "tenzor/matmul",
313
+ "tensor/max": "tenzor/najvec",
314
+ "tensor/mean": "tenzor/povprecna",
315
+ "tensor/min": "tenzor/najmanj",
316
+ "tensor/mul": "tenzor/mnozi",
317
+ "tensor/norm": "tenzor/norma",
318
+ "tensor/ones": "tenzor/enice",
319
+ "tensor/outOfRangeDims": "tenzor/venOdRazponDimenzije",
320
+ "tensor/outOfRangeIndices": "tenzor/venOdRazponIndeksi",
321
+ "tensor/rand": "tenzor/nakljucniTenzor",
322
+ "tensor/randn": "tenzor/nakljucniNormalni",
323
+ "tensor/reshape": "tenzor/preoblikuj",
324
+ "tensor/shape": "tenzor/oblika",
325
+ "tensor/slice": "tenzor/rezina",
326
+ "tensor/squeeze": "tenzor/stisni",
327
+ "tensor/stack": "tenzor/sklad",
328
+ "tensor/sub": "tenzor/odstej",
329
+ "tensor/sum": "tenzor/vsota",
330
+ "tensor/toArray": "tenzor/doPolje",
331
+ "tensor/toList": "tenzor/doSeznam",
332
+ "tensor/transpose": "tenzor/transponiraj",
333
+ "tensor/unsqueeze": "tenzor/razsiriDim",
334
+ "tensor/zeros": "tenzor/nicle",
335
+ "time/add": "cas/dodaj",
336
+ "time/day": "cas/dan",
337
+ "time/diff": "cas/razlika",
338
+ "time/duration": "cas/trajanje",
339
+ "time/endOf": "cas/konecOd",
340
+ "time/format": "cas/zapis",
341
+ "time/hour": "cas/ura",
342
+ "time/isAfter": "cas/jePo",
343
+ "time/isBefore": "cas/jePred",
344
+ "time/isBetween": "cas/jeMed",
345
+ "time/isFuture": "cas/jePrihodnje",
346
+ "time/isPast": "cas/jePreteklo",
347
+ "time/isSame": "cas/jeEnako",
348
+ "time/isToday": "cas/jeDanes",
349
+ "time/minute": "cas/minuta",
350
+ "time/month": "cas/mesec",
351
+ "time/now": "cas/zdaj",
352
+ "time/parse": "cas/razcleni",
353
+ "time/relative": "cas/relativno",
354
+ "time/second": "cas/sekunda",
355
+ "time/startOf": "cas/zacetekOd",
356
+ "time/subtract": "cas/odstej",
357
+ "time/today": "cas/danes",
358
+ "time/weekday": "cas/danVTednu",
359
+ "time/year": "cas/leto",
360
+ "trace/emit": "sled/oddaj",
361
+ "trace/log": "sled/beleji",
362
+ "train": "treniraj",
363
+ "train/adam": "treniraj/adam",
364
+ "train/checkConstraints": "treniraj/preveriOmejitve",
365
+ "train/checkForbiddenOutputs": "treniraj/preveriPrepovedanoRezultati",
366
+ "train/checkRegression": "treniraj/preveriRegresija",
367
+ "train/checkWeightMagnitude": "treniraj/preveriUtezMagnituda",
368
+ "train/clipGradients": "treniraj/prireziGradienti",
369
+ "train/clipWeights": "treniraj/prireziUtezi",
370
+ "train/computeAdvantages": "treniraj/izracunajPrednosti",
371
+ "train/computeReturns": "treniraj/izracunajDonosi",
372
+ "train/crossEntropy": "treniraj/krizEntropija",
373
+ "train/getGradientNorm": "treniraj/dobiGradientNorma",
374
+ "train/getMaxWeightMagnitude": "treniraj/dobiNajvecUtezMagnituda",
375
+ "train/huber": "treniraj/huber",
376
+ "train/loop": "treniraj/zanka",
377
+ "train/mse": "treniraj/mse",
378
+ "train/sampleBatch": "treniraj/vzorecSveznj",
379
+ "train/sgd": "treniraj/sgd",
380
+ "train/step": "treniraj/korak",
381
+ "train/validate": "treniraj/validiraj",
382
+ "validate/array": "validacija/polje",
383
+ "validate/boolean": "validacija/logicno",
384
+ "validate/check": "validacija/preveri",
385
+ "validate/creditCard": "validacija/kreditnaKartica",
386
+ "validate/date": "validacija/datum",
387
+ "validate/email": "validacija/eposta",
388
+ "validate/equals": "validacija/enako",
389
+ "validate/length": "validacija/dolzina",
390
+ "validate/max": "validacija/najvec",
391
+ "validate/maxLength": "validacija/najvecDolzina",
392
+ "validate/min": "validacija/najmanj",
393
+ "validate/minLength": "validacija/najmanjDolzina",
394
+ "validate/noneOf": "validacija/brezOd",
395
+ "validate/number": "validacija/stevilo",
396
+ "validate/object": "validacija/objekt",
397
+ "validate/oneOf": "validacija/enaOd",
398
+ "validate/pattern": "validacija/vzorec",
399
+ "validate/phone": "validacija/telefon",
400
+ "validate/range": "validacija/razpon",
401
+ "validate/required": "validacija/obvezno",
402
+ "validate/string": "validacija/niz",
403
+ "validate/url": "validacija/url",
404
+ "validate/uuid": "validacija/uuid",
405
+ "validate/validate": "validacija/validiraj",
406
+ "vec/add": "vek/dodaj",
407
+ "vec/angle": "vek/kot",
408
+ "vec/clamp-length": "vek/omeji-dolzina",
409
+ "vec/cross": "vek/kriz",
410
+ "vec/distance": "vek/razdalja",
411
+ "vec/distance-sq": "vek/razdalja-kvadrat",
412
+ "vec/dot": "vek/pika",
413
+ "vec/length": "vek/dolzina",
414
+ "vec/length-sq": "vek/dolzina-kvadrat",
415
+ "vec/lerp": "vek/lerp",
416
+ "vec/normalize": "vek/normaliziraj",
417
+ "vec/rotate": "vek/zavrti",
418
+ "vec/scale": "vek/merilo",
419
+ "vec/sub": "vek/odstej",
420
+ "when": "ko",
421
+ "workspace/archive-orbital": "delovniprostor/arhiviraj-orbitala",
422
+ "workspace/exists": "delovniprostor/obstaja",
423
+ "workspace/list-orbitals": "delovniprostor/seznam-orbitale",
424
+ "workspace/read-file": "delovniprostor/beri-datoteka",
425
+ "workspace/read-orbital": "delovniprostor/beri-orbitala",
426
+ "workspace/read-plan": "delovniprostor/beri-nacrt",
427
+ "workspace/read-schema": "delovniprostor/beri-shema",
428
+ "workspace/write-file": "delovniprostor/pisi-datoteka",
429
+ "workspace/write-orbital": "delovniprostor/pisi-orbitala",
430
+ "workspace/write-plan": "delovniprostor/pisi-nacrt",
431
+ "workspace/write-schema": "delovniprostor/pisi-shema"
432
+ }
433
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.206.0",
3
+ "version": "16.208.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,27 +43,40 @@
43
43
  "require": "./dist/factory-runtime/index.js",
44
44
  "types": "./dist/factory-runtime/index.d.ts"
45
45
  },
46
- "./canonical-operators.json": "./canonical-operators.json"
46
+ "./canonical-operators.json": "./canonical-operators.json",
47
+ "./i18n/*": "./i18n/*"
47
48
  },
48
49
  "files": [
49
50
  "dist",
51
+ "canonical-operators.json",
52
+ "i18n",
50
53
  "behaviors/registry/agent",
51
54
  "behaviors/registry/infra",
52
55
  "behaviors/registry/ml",
53
- "behaviors/registry/ui",
54
- "behaviors/lolo",
55
- "canonical-operators.json"
56
+ "behaviors/registry/ui/core",
57
+ "behaviors/registry/ui/marketing",
58
+ "behaviors/registry/ui/game",
59
+ "behaviors/registry/ui/avl",
60
+ "behaviors/registry/ui/learning",
61
+ "behaviors/lolo/agent",
62
+ "behaviors/lolo/infra",
63
+ "behaviors/lolo/ml",
64
+ "behaviors/lolo/ui/core",
65
+ "behaviors/lolo/ui/marketing",
66
+ "behaviors/lolo/ui/game",
67
+ "behaviors/lolo/ui/avl",
68
+ "behaviors/lolo/ui/learning"
56
69
  ],
57
70
  "publishConfig": {
58
71
  "registry": "https://registry.npmjs.org",
59
72
  "access": "public"
60
73
  },
61
74
  "dependencies": {
62
- "@almadar/core": "^10.85.0"
75
+ "@almadar/core": "^10.87.0"
63
76
  },
64
77
  "devDependencies": {
65
- "@almadar/eslint-plugin": "^2.17.0",
66
- "@almadar/llm": "^2.48.0",
78
+ "@almadar/eslint-plugin": "^2.18.0",
79
+ "@almadar/llm": "^2.49.0",
67
80
  "@types/node": "^20.0.0",
68
81
  "@typescript-eslint/parser": "8.65.0",
69
82
  "eslint": "10.0.0",