@dxos/plugin-automation 0.8.4-main.67995b8 → 0.8.4-main.6fa680abb7

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 (314) hide show
  1. package/dist/lib/browser/AutomationPanel-GH5TMGD6.mjs +11 -0
  2. package/dist/lib/browser/AutomationSettings-M6VFFEWK.mjs +37 -0
  3. package/dist/lib/browser/AutomationSettings-M6VFFEWK.mjs.map +7 -0
  4. package/dist/lib/browser/FunctionsContainer-R4ZMYSFJ.mjs +43 -0
  5. package/dist/lib/browser/FunctionsContainer-R4ZMYSFJ.mjs.map +7 -0
  6. package/dist/lib/browser/{FunctionsPanel-56ZKRVM5.mjs → FunctionsPanel-NMA4RYJL.mjs} +3 -3
  7. package/dist/lib/browser/FunctionsRegistry-TMKAEG5E.mjs +10 -0
  8. package/dist/lib/browser/TriggerSettings-56AIMOEC.mjs +11 -0
  9. package/dist/lib/browser/app-graph-builder-74ILZP25.mjs +83 -0
  10. package/dist/lib/browser/app-graph-builder-74ILZP25.mjs.map +7 -0
  11. package/dist/lib/browser/chunk-24ZULVVT.mjs +293 -0
  12. package/dist/lib/browser/chunk-24ZULVVT.mjs.map +7 -0
  13. package/dist/lib/browser/chunk-75XLBFAG.mjs +97 -0
  14. package/dist/lib/browser/chunk-75XLBFAG.mjs.map +7 -0
  15. package/dist/lib/browser/chunk-7HT7OLB5.mjs +269 -0
  16. package/dist/lib/browser/chunk-7HT7OLB5.mjs.map +7 -0
  17. package/dist/lib/browser/chunk-EL64ZPPN.mjs +17 -0
  18. package/dist/lib/browser/chunk-EL64ZPPN.mjs.map +7 -0
  19. package/dist/lib/browser/chunk-FUVAC5EC.mjs +96 -0
  20. package/dist/lib/browser/chunk-FUVAC5EC.mjs.map +7 -0
  21. package/dist/lib/browser/chunk-GVHAETEQ.mjs +83 -0
  22. package/dist/lib/browser/chunk-GVHAETEQ.mjs.map +7 -0
  23. package/dist/lib/browser/chunk-H2MV4XE6.mjs +31 -0
  24. package/dist/lib/browser/chunk-H2MV4XE6.mjs.map +7 -0
  25. package/dist/lib/browser/chunk-OAZ2JYXV.mjs +93 -0
  26. package/dist/lib/browser/chunk-OAZ2JYXV.mjs.map +7 -0
  27. package/dist/lib/browser/chunk-Z7F7X2C5.mjs +8 -0
  28. package/dist/lib/browser/chunk-Z7F7X2C5.mjs.map +7 -0
  29. package/dist/lib/browser/cli/index.mjs +1115 -0
  30. package/dist/lib/browser/cli/index.mjs.map +7 -0
  31. package/dist/lib/browser/compute-runtime-F3UMRKCL.mjs +124 -0
  32. package/dist/lib/browser/compute-runtime-F3UMRKCL.mjs.map +7 -0
  33. package/dist/lib/browser/hooks/index.mjs +13 -0
  34. package/dist/lib/browser/hooks/index.mjs.map +7 -0
  35. package/dist/lib/browser/index.mjs +72 -50
  36. package/dist/lib/browser/index.mjs.map +4 -4
  37. package/dist/lib/browser/meta.json +1 -1
  38. package/dist/lib/browser/operation-resolver-IRC2DZU7.mjs +84 -0
  39. package/dist/lib/browser/operation-resolver-IRC2DZU7.mjs.map +7 -0
  40. package/dist/lib/browser/react-surface-RCVPEK2V.mjs +65 -0
  41. package/dist/lib/browser/react-surface-RCVPEK2V.mjs.map +7 -0
  42. package/dist/lib/browser/types/index.mjs +10 -4
  43. package/dist/lib/node-esm/{AutomationPanel-YYUMSK2W.mjs → AutomationPanel-7LW44A5O.mjs} +4 -4
  44. package/dist/lib/node-esm/AutomationPanel-7LW44A5O.mjs.map +7 -0
  45. package/dist/lib/node-esm/AutomationSettings-EYJ4YLYT.mjs +38 -0
  46. package/dist/lib/node-esm/AutomationSettings-EYJ4YLYT.mjs.map +7 -0
  47. package/dist/lib/node-esm/FunctionsContainer-GYRPQZM7.mjs +44 -0
  48. package/dist/lib/node-esm/FunctionsContainer-GYRPQZM7.mjs.map +7 -0
  49. package/dist/lib/node-esm/{FunctionsPanel-KGIOZSPZ.mjs → FunctionsPanel-DCXXLSVP.mjs} +3 -3
  50. package/dist/lib/node-esm/FunctionsPanel-DCXXLSVP.mjs.map +7 -0
  51. package/dist/lib/node-esm/FunctionsRegistry-7WCHC64E.mjs +11 -0
  52. package/dist/lib/node-esm/FunctionsRegistry-7WCHC64E.mjs.map +7 -0
  53. package/dist/lib/node-esm/TriggerSettings-ONY5ZUKW.mjs +12 -0
  54. package/dist/lib/node-esm/TriggerSettings-ONY5ZUKW.mjs.map +7 -0
  55. package/dist/lib/node-esm/app-graph-builder-VDXPOWCH.mjs +84 -0
  56. package/dist/lib/node-esm/app-graph-builder-VDXPOWCH.mjs.map +7 -0
  57. package/dist/lib/node-esm/chunk-2UF55HSG.mjs +94 -0
  58. package/dist/lib/node-esm/chunk-2UF55HSG.mjs.map +7 -0
  59. package/dist/lib/node-esm/chunk-37CFAD4Y.mjs +270 -0
  60. package/dist/lib/node-esm/chunk-37CFAD4Y.mjs.map +7 -0
  61. package/dist/lib/node-esm/chunk-6B4WZRVH.mjs +84 -0
  62. package/dist/lib/node-esm/chunk-6B4WZRVH.mjs.map +7 -0
  63. package/dist/lib/node-esm/chunk-6JVB3IHW.mjs +97 -0
  64. package/dist/lib/node-esm/chunk-6JVB3IHW.mjs.map +7 -0
  65. package/dist/lib/node-esm/chunk-JVUE5PMI.mjs +32 -0
  66. package/dist/lib/node-esm/chunk-JVUE5PMI.mjs.map +7 -0
  67. package/dist/lib/node-esm/chunk-K7T2MVB7.mjs +98 -0
  68. package/dist/lib/node-esm/chunk-K7T2MVB7.mjs.map +7 -0
  69. package/dist/lib/node-esm/chunk-QUJ4MTMR.mjs +294 -0
  70. package/dist/lib/node-esm/chunk-QUJ4MTMR.mjs.map +7 -0
  71. package/dist/lib/node-esm/chunk-R5YEWJCG.mjs +10 -0
  72. package/dist/lib/node-esm/chunk-R5YEWJCG.mjs.map +7 -0
  73. package/dist/lib/node-esm/chunk-WC5AT7B3.mjs +19 -0
  74. package/dist/lib/node-esm/chunk-WC5AT7B3.mjs.map +7 -0
  75. package/dist/lib/node-esm/cli/index.mjs +1116 -0
  76. package/dist/lib/node-esm/cli/index.mjs.map +7 -0
  77. package/dist/lib/node-esm/compute-runtime-AMFVJMF2.mjs +125 -0
  78. package/dist/lib/node-esm/compute-runtime-AMFVJMF2.mjs.map +7 -0
  79. package/dist/lib/node-esm/hooks/index.mjs +14 -0
  80. package/dist/lib/node-esm/hooks/index.mjs.map +7 -0
  81. package/dist/lib/node-esm/index.mjs +72 -50
  82. package/dist/lib/node-esm/index.mjs.map +4 -4
  83. package/dist/lib/node-esm/meta.json +1 -1
  84. package/dist/lib/node-esm/operation-resolver-CBLQHL4N.mjs +85 -0
  85. package/dist/lib/node-esm/operation-resolver-CBLQHL4N.mjs.map +7 -0
  86. package/dist/lib/node-esm/react-surface-X4ZKOBC3.mjs +66 -0
  87. package/dist/lib/node-esm/react-surface-X4ZKOBC3.mjs.map +7 -0
  88. package/dist/lib/node-esm/types/index.mjs +10 -4
  89. package/dist/types/src/AutomationPlugin.d.ts +2 -1
  90. package/dist/types/src/AutomationPlugin.d.ts.map +1 -1
  91. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts +6 -0
  92. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +1 -0
  93. package/dist/types/src/capabilities/app-graph-builder/index.d.ts +3 -0
  94. package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +1 -0
  95. package/dist/types/src/capabilities/compute-runtime/compute-runtime.d.ts +6 -0
  96. package/dist/types/src/capabilities/compute-runtime/compute-runtime.d.ts.map +1 -0
  97. package/dist/types/src/capabilities/compute-runtime/index.d.ts +3 -0
  98. package/dist/types/src/capabilities/compute-runtime/index.d.ts.map +1 -0
  99. package/dist/types/src/capabilities/index.d.ts +4 -3
  100. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  101. package/dist/types/src/capabilities/operation-resolver/index.d.ts +3 -0
  102. package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +1 -0
  103. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +5 -0
  104. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +1 -0
  105. package/dist/types/src/capabilities/react-surface/index.d.ts +3 -0
  106. package/dist/types/src/capabilities/react-surface/index.d.ts.map +1 -0
  107. package/dist/types/src/capabilities/react-surface/react-surface.d.ts +5 -0
  108. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +1 -0
  109. package/dist/types/src/cli/commands/index.d.ts +2 -0
  110. package/dist/types/src/cli/commands/index.d.ts.map +1 -0
  111. package/dist/types/src/cli/commands/trigger/create/index.d.ts +25 -0
  112. package/dist/types/src/cli/commands/trigger/create/index.d.ts.map +1 -0
  113. package/dist/types/src/cli/commands/trigger/create/queue.d.ts +13 -0
  114. package/dist/types/src/cli/commands/trigger/create/queue.d.ts.map +1 -0
  115. package/dist/types/src/cli/commands/trigger/create/subscription.d.ts +15 -0
  116. package/dist/types/src/cli/commands/trigger/create/subscription.d.ts.map +1 -0
  117. package/dist/types/src/cli/commands/trigger/create/timer.d.ts +13 -0
  118. package/dist/types/src/cli/commands/trigger/create/timer.d.ts.map +1 -0
  119. package/dist/types/src/cli/commands/trigger/index.d.ts +57 -0
  120. package/dist/types/src/cli/commands/trigger/index.d.ts.map +1 -0
  121. package/dist/types/src/cli/commands/trigger/list.d.ts +7 -0
  122. package/dist/types/src/cli/commands/trigger/list.d.ts.map +1 -0
  123. package/dist/types/src/cli/commands/trigger/options.d.ts +11 -0
  124. package/dist/types/src/cli/commands/trigger/options.d.ts.map +1 -0
  125. package/dist/types/src/cli/commands/trigger/remove.d.ts +8 -0
  126. package/dist/types/src/cli/commands/trigger/remove.d.ts.map +1 -0
  127. package/dist/types/src/cli/commands/trigger/update/index.d.ts +28 -0
  128. package/dist/types/src/cli/commands/trigger/update/index.d.ts.map +1 -0
  129. package/dist/types/src/cli/commands/trigger/update/queue.d.ts +12 -0
  130. package/dist/types/src/cli/commands/trigger/update/queue.d.ts.map +1 -0
  131. package/dist/types/src/cli/commands/trigger/update/subscription.d.ts +13 -0
  132. package/dist/types/src/cli/commands/trigger/update/subscription.d.ts.map +1 -0
  133. package/dist/types/src/cli/commands/trigger/update/timer.d.ts +11 -0
  134. package/dist/types/src/cli/commands/trigger/update/timer.d.ts.map +1 -0
  135. package/dist/types/src/cli/commands/trigger/util.d.ts +46 -0
  136. package/dist/types/src/cli/commands/trigger/util.d.ts.map +1 -0
  137. package/dist/types/src/cli/index.d.ts +2 -0
  138. package/dist/types/src/cli/index.d.ts.map +1 -0
  139. package/dist/types/src/cli/plugin.d.ts +3 -0
  140. package/dist/types/src/cli/plugin.d.ts.map +1 -0
  141. package/dist/types/src/components/AutomationPanel/AutomationPanel.d.ts +3 -3
  142. package/dist/types/src/components/AutomationPanel/AutomationPanel.d.ts.map +1 -1
  143. package/dist/types/src/components/AutomationPanel/AutomationPanel.stories.d.ts +50 -4
  144. package/dist/types/src/components/AutomationPanel/AutomationPanel.stories.d.ts.map +1 -1
  145. package/dist/types/src/components/FunctionsPanel/FunctionsPanel.d.ts.map +1 -1
  146. package/dist/types/src/components/FunctionsRegistry/FunctionsRegistry.d.ts +8 -0
  147. package/dist/types/src/components/FunctionsRegistry/FunctionsRegistry.d.ts.map +1 -0
  148. package/dist/types/src/components/FunctionsRegistry/index.d.ts +4 -0
  149. package/dist/types/src/components/FunctionsRegistry/index.d.ts.map +1 -0
  150. package/dist/types/src/components/TriggerEditor/FunctionInputEditor.d.ts +12 -9
  151. package/dist/types/src/components/TriggerEditor/FunctionInputEditor.d.ts.map +1 -1
  152. package/dist/types/src/components/TriggerEditor/SpecSelector.d.ts +6 -3
  153. package/dist/types/src/components/TriggerEditor/SpecSelector.d.ts.map +1 -1
  154. package/dist/types/src/components/TriggerEditor/TriggerEditor.d.ts +11 -8
  155. package/dist/types/src/components/TriggerEditor/TriggerEditor.d.ts.map +1 -1
  156. package/dist/types/src/components/TriggerEditor/TriggerEditor.stories.d.ts +119 -4
  157. package/dist/types/src/components/TriggerEditor/TriggerEditor.stories.d.ts.map +1 -1
  158. package/dist/types/src/components/index.d.ts +2 -3
  159. package/dist/types/src/components/index.d.ts.map +1 -1
  160. package/dist/types/src/containers/AutomationSettings/AutomationSettings.d.ts +4 -0
  161. package/dist/types/src/containers/AutomationSettings/AutomationSettings.d.ts.map +1 -0
  162. package/dist/types/src/containers/AutomationSettings/index.d.ts +3 -0
  163. package/dist/types/src/containers/AutomationSettings/index.d.ts.map +1 -0
  164. package/dist/types/src/{components → containers/FunctionsContainer}/FunctionsContainer.d.ts +0 -1
  165. package/dist/types/src/containers/FunctionsContainer/FunctionsContainer.d.ts.map +1 -0
  166. package/dist/types/src/containers/FunctionsContainer/index.d.ts +3 -0
  167. package/dist/types/src/containers/FunctionsContainer/index.d.ts.map +1 -0
  168. package/dist/types/src/containers/TriggerSettings/TriggerSettings.d.ts +6 -0
  169. package/dist/types/src/containers/TriggerSettings/TriggerSettings.d.ts.map +1 -0
  170. package/dist/types/src/containers/TriggerSettings/index.d.ts +3 -0
  171. package/dist/types/src/containers/TriggerSettings/index.d.ts.map +1 -0
  172. package/dist/types/src/containers/index.d.ts +5 -0
  173. package/dist/types/src/containers/index.d.ts.map +1 -0
  174. package/dist/types/src/hooks/index.d.ts +3 -0
  175. package/dist/types/src/hooks/index.d.ts.map +1 -0
  176. package/dist/types/src/hooks/useComputeRuntimeCallback.d.ts +12 -0
  177. package/dist/types/src/hooks/useComputeRuntimeCallback.d.ts.map +1 -0
  178. package/dist/types/src/hooks/useTriggerRuntimeControls.d.ts +12 -0
  179. package/dist/types/src/hooks/useTriggerRuntimeControls.d.ts.map +1 -0
  180. package/dist/types/src/index.d.ts +2 -0
  181. package/dist/types/src/index.d.ts.map +1 -1
  182. package/dist/types/src/meta.d.ts +2 -3
  183. package/dist/types/src/meta.d.ts.map +1 -1
  184. package/dist/types/src/testing/test-functions.d.ts +202 -3
  185. package/dist/types/src/testing/test-functions.d.ts.map +1 -1
  186. package/dist/types/src/translations.d.ts +7 -0
  187. package/dist/types/src/translations.d.ts.map +1 -1
  188. package/dist/types/src/types/capabilities.d.ts +22 -0
  189. package/dist/types/src/types/capabilities.d.ts.map +1 -0
  190. package/dist/types/src/types/events.d.ts +5 -0
  191. package/dist/types/src/types/events.d.ts.map +1 -0
  192. package/dist/types/src/types/index.d.ts +2 -0
  193. package/dist/types/src/types/index.d.ts.map +1 -1
  194. package/dist/types/src/types/schema.d.ts +33 -4
  195. package/dist/types/src/types/schema.d.ts.map +1 -1
  196. package/dist/types/tsconfig.tsbuildinfo +1 -1
  197. package/package.json +84 -45
  198. package/src/AutomationPlugin.tsx +19 -32
  199. package/src/capabilities/app-graph-builder/app-graph-builder.ts +73 -0
  200. package/src/capabilities/app-graph-builder/index.ts +7 -0
  201. package/src/capabilities/compute-runtime/compute-runtime.ts +146 -0
  202. package/src/capabilities/compute-runtime/index.ts +7 -0
  203. package/src/capabilities/index.ts +4 -5
  204. package/src/capabilities/operation-resolver/index.ts +7 -0
  205. package/src/capabilities/operation-resolver/operation-resolver.ts +80 -0
  206. package/src/capabilities/react-surface/index.ts +7 -0
  207. package/src/capabilities/react-surface/react-surface.tsx +57 -0
  208. package/src/cli/commands/index.ts +5 -0
  209. package/src/cli/commands/trigger/create/index.ts +14 -0
  210. package/src/cli/commands/trigger/create/queue.ts +89 -0
  211. package/src/cli/commands/trigger/create/subscription.ts +128 -0
  212. package/src/cli/commands/trigger/create/timer.ts +93 -0
  213. package/src/cli/commands/trigger/index.ts +16 -0
  214. package/src/cli/commands/trigger/list.ts +67 -0
  215. package/src/cli/commands/trigger/options.ts +59 -0
  216. package/src/cli/commands/trigger/remove.ts +45 -0
  217. package/src/cli/commands/trigger/update/index.ts +14 -0
  218. package/src/cli/commands/trigger/update/queue.ts +195 -0
  219. package/src/cli/commands/trigger/update/subscription.ts +278 -0
  220. package/src/cli/commands/trigger/update/timer.ts +193 -0
  221. package/src/cli/commands/trigger/util.ts +404 -0
  222. package/src/cli/index.ts +5 -0
  223. package/src/cli/plugin.ts +24 -0
  224. package/src/components/AutomationPanel/AutomationPanel.stories.tsx +16 -17
  225. package/src/components/AutomationPanel/AutomationPanel.tsx +237 -89
  226. package/src/components/FunctionsPanel/FunctionsPanel.tsx +37 -25
  227. package/src/components/FunctionsRegistry/FunctionsRegistry.tsx +110 -0
  228. package/src/components/FunctionsRegistry/index.ts +8 -0
  229. package/src/components/TriggerEditor/FunctionInputEditor.tsx +42 -35
  230. package/src/components/TriggerEditor/SpecSelector.tsx +29 -21
  231. package/src/components/TriggerEditor/TriggerEditor.stories.tsx +121 -33
  232. package/src/components/TriggerEditor/TriggerEditor.tsx +112 -48
  233. package/src/components/index.ts +1 -2
  234. package/src/containers/AutomationSettings/AutomationSettings.tsx +27 -0
  235. package/src/containers/AutomationSettings/index.ts +7 -0
  236. package/src/containers/FunctionsContainer/FunctionsContainer.tsx +33 -0
  237. package/src/containers/FunctionsContainer/index.ts +7 -0
  238. package/src/containers/TriggerSettings/TriggerSettings.tsx +26 -0
  239. package/src/containers/TriggerSettings/index.ts +6 -0
  240. package/src/containers/index.ts +9 -0
  241. package/src/hooks/index.ts +6 -0
  242. package/src/hooks/useComputeRuntimeCallback.ts +67 -0
  243. package/src/hooks/useTriggerRuntimeControls.ts +67 -0
  244. package/src/index.ts +2 -0
  245. package/src/meta.ts +8 -7
  246. package/src/testing/test-functions.ts +7 -7
  247. package/src/translations.ts +11 -0
  248. package/src/types/capabilities.ts +43 -0
  249. package/src/types/events.ts +11 -0
  250. package/src/types/index.ts +2 -0
  251. package/src/types/schema.ts +25 -4
  252. package/dist/lib/browser/AutomationContainer-VZNV2ZQF.mjs +0 -38
  253. package/dist/lib/browser/AutomationContainer-VZNV2ZQF.mjs.map +0 -7
  254. package/dist/lib/browser/AutomationPanel-ZWA6GOFY.mjs +0 -11
  255. package/dist/lib/browser/FunctionsContainer-IOB333TX.mjs +0 -39
  256. package/dist/lib/browser/FunctionsContainer-IOB333TX.mjs.map +0 -7
  257. package/dist/lib/browser/app-graph-builder-ZTAUTFI4.mjs +0 -80
  258. package/dist/lib/browser/app-graph-builder-ZTAUTFI4.mjs.map +0 -7
  259. package/dist/lib/browser/chunk-ECSTS2UI.mjs +0 -14
  260. package/dist/lib/browser/chunk-ECSTS2UI.mjs.map +0 -7
  261. package/dist/lib/browser/chunk-ERTIGJYE.mjs +0 -147
  262. package/dist/lib/browser/chunk-ERTIGJYE.mjs.map +0 -7
  263. package/dist/lib/browser/chunk-FSJZXTS2.mjs +0 -230
  264. package/dist/lib/browser/chunk-FSJZXTS2.mjs.map +0 -7
  265. package/dist/lib/browser/chunk-GW5U2DGT.mjs +0 -15
  266. package/dist/lib/browser/chunk-GW5U2DGT.mjs.map +0 -7
  267. package/dist/lib/browser/chunk-HN7OHFCB.mjs +0 -38
  268. package/dist/lib/browser/chunk-HN7OHFCB.mjs.map +0 -7
  269. package/dist/lib/browser/chunk-LYJVTIVD.mjs +0 -94
  270. package/dist/lib/browser/chunk-LYJVTIVD.mjs.map +0 -7
  271. package/dist/lib/browser/intent-resolver-U3ZAQEFW.mjs +0 -76
  272. package/dist/lib/browser/intent-resolver-U3ZAQEFW.mjs.map +0 -7
  273. package/dist/lib/browser/react-surface-4DFSM7OX.mjs +0 -64
  274. package/dist/lib/browser/react-surface-4DFSM7OX.mjs.map +0 -7
  275. package/dist/lib/node-esm/AutomationContainer-WMIH3F4V.mjs +0 -39
  276. package/dist/lib/node-esm/AutomationContainer-WMIH3F4V.mjs.map +0 -7
  277. package/dist/lib/node-esm/FunctionsContainer-DJWB6WFH.mjs +0 -40
  278. package/dist/lib/node-esm/FunctionsContainer-DJWB6WFH.mjs.map +0 -7
  279. package/dist/lib/node-esm/app-graph-builder-3FP63ZSG.mjs +0 -81
  280. package/dist/lib/node-esm/app-graph-builder-3FP63ZSG.mjs.map +0 -7
  281. package/dist/lib/node-esm/chunk-AZH66CED.mjs +0 -231
  282. package/dist/lib/node-esm/chunk-AZH66CED.mjs.map +0 -7
  283. package/dist/lib/node-esm/chunk-HIMYPGHF.mjs +0 -148
  284. package/dist/lib/node-esm/chunk-HIMYPGHF.mjs.map +0 -7
  285. package/dist/lib/node-esm/chunk-NK5N3QKD.mjs +0 -17
  286. package/dist/lib/node-esm/chunk-NK5N3QKD.mjs.map +0 -7
  287. package/dist/lib/node-esm/chunk-OEZNHUL2.mjs +0 -39
  288. package/dist/lib/node-esm/chunk-OEZNHUL2.mjs.map +0 -7
  289. package/dist/lib/node-esm/chunk-SGZPTJ47.mjs +0 -16
  290. package/dist/lib/node-esm/chunk-SGZPTJ47.mjs.map +0 -7
  291. package/dist/lib/node-esm/chunk-ZGPUV5VS.mjs +0 -95
  292. package/dist/lib/node-esm/chunk-ZGPUV5VS.mjs.map +0 -7
  293. package/dist/lib/node-esm/intent-resolver-3QWXEBPX.mjs +0 -77
  294. package/dist/lib/node-esm/intent-resolver-3QWXEBPX.mjs.map +0 -7
  295. package/dist/lib/node-esm/react-surface-3PNW7NDW.mjs +0 -65
  296. package/dist/lib/node-esm/react-surface-3PNW7NDW.mjs.map +0 -7
  297. package/dist/types/src/capabilities/app-graph-builder.d.ts +0 -4
  298. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +0 -1
  299. package/dist/types/src/capabilities/intent-resolver.d.ts +0 -4
  300. package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
  301. package/dist/types/src/capabilities/react-surface.d.ts +0 -4
  302. package/dist/types/src/capabilities/react-surface.d.ts.map +0 -1
  303. package/dist/types/src/components/AutomationContainer.d.ts +0 -5
  304. package/dist/types/src/components/AutomationContainer.d.ts.map +0 -1
  305. package/dist/types/src/components/FunctionsContainer.d.ts.map +0 -1
  306. package/src/capabilities/app-graph-builder.ts +0 -86
  307. package/src/capabilities/intent-resolver.ts +0 -72
  308. package/src/capabilities/react-surface.tsx +0 -56
  309. package/src/components/AutomationContainer.tsx +0 -30
  310. package/src/components/FunctionsContainer.tsx +0 -31
  311. /package/dist/lib/browser/{AutomationPanel-ZWA6GOFY.mjs.map → AutomationPanel-GH5TMGD6.mjs.map} +0 -0
  312. /package/dist/lib/browser/{FunctionsPanel-56ZKRVM5.mjs.map → FunctionsPanel-NMA4RYJL.mjs.map} +0 -0
  313. /package/dist/lib/{node-esm/AutomationPanel-YYUMSK2W.mjs.map → browser/FunctionsRegistry-TMKAEG5E.mjs.map} +0 -0
  314. /package/dist/lib/{node-esm/FunctionsPanel-KGIOZSPZ.mjs.map → browser/TriggerSettings-56AIMOEC.mjs.map} +0 -0
@@ -2,60 +2,71 @@
2
2
  // Copyright 2024 DXOS.org
3
3
  //
4
4
 
5
- import { Schema } from 'effect';
6
- import React, { useState } from 'react';
7
-
8
- import { Filter, Obj } from '@dxos/echo';
9
- import {
10
- FunctionType,
11
- FunctionTrigger,
12
- FunctionTriggerSchema,
13
- type FunctionTriggerType,
14
- ScriptType,
15
- TriggerKind,
16
- } from '@dxos/functions';
5
+ import * as Array from 'effect/Array';
6
+ import * as EFn from 'effect/Function';
7
+ import * as Match from 'effect/Match';
8
+ import * as Schema from 'effect/Schema';
9
+ import React, { useCallback, useMemo, useState } from 'react';
10
+
11
+ import { Filter, Obj, Tag } from '@dxos/echo';
12
+ import { Function, Script, Trigger } from '@dxos/functions';
13
+ import { KEY_QUEUE_CURSOR } from '@dxos/functions-runtime';
14
+ import { FunctionsServiceClient } from '@dxos/functions-runtime/edge';
15
+ import { useTypeOptions } from '@dxos/plugin-space';
17
16
  import { type Client, useClient } from '@dxos/react-client';
18
- import { useQuery, type Space, getSpace } from '@dxos/react-client/echo';
19
- import { Clipboard, IconButton, Input, Separator, useTranslation } from '@dxos/react-ui';
20
- import { ControlItem, controlItemClasses } from '@dxos/react-ui-form';
17
+ import { type Space, useObject, useQuery } from '@dxos/react-client/echo';
18
+ import { Clipboard, IconButton, type IconButtonProps, Input, Separator, useTranslation } from '@dxos/react-ui';
19
+ import { Settings } from '@dxos/react-ui-form';
21
20
  import { List } from '@dxos/react-ui-list';
22
- import { ghostHover, mx } from '@dxos/react-ui-theme';
21
+ import { Pipeline } from '@dxos/types';
22
+ import { ghostHover, mx } from '@dxos/ui-theme';
23
+ import { isNonNullable } from '@dxos/util';
23
24
 
24
- import { AUTOMATION_PLUGIN } from '../../meta';
25
+ import { meta } from '../../meta';
25
26
  import { TriggerEditor, type TriggerEditorProps } from '../TriggerEditor';
26
27
 
27
- const grid = 'grid grid-cols-[40px_1fr_32px] min-bs-[2.5rem]';
28
+ const grid = 'grid grid-cols-[40px_1fr_32px_32px] min-h-[2.5rem]';
28
29
 
29
30
  export type AutomationPanelProps = {
30
31
  space: Space;
31
- object?: Obj.Any;
32
- initialTrigger?: FunctionTriggerType;
32
+ object?: Obj.Unknown;
33
+ initialTrigger?: Trigger.Trigger;
33
34
  onDone?: () => void;
34
35
  };
35
36
 
36
37
  // TODO(burdon): Factor out common layout with ViewEditor.
37
38
  export const AutomationPanel = ({ space, object, initialTrigger, onDone }: AutomationPanelProps) => {
38
- const { t } = useTranslation(AUTOMATION_PLUGIN);
39
+ const { t } = useTranslation(meta.id);
39
40
  const client = useClient();
40
- const triggers = useQuery(space, Filter.type(FunctionTrigger));
41
- const functions = useQuery(space, Filter.type(FunctionType));
42
- const scripts = useQuery(space, Filter.type(ScriptType));
41
+ const functionsServiceClient = useMemo(() => FunctionsServiceClient.fromClient(client), [client]);
42
+ const functions = useQuery(space.db, Filter.type(Function.Function));
43
+ const triggers = useQuery(space.db, Filter.type(Trigger.Trigger));
44
+ const filteredTriggers = useMemo(() => {
45
+ return object ? triggers.filter(triggerMatch(object)) : triggers;
46
+ }, [object, triggers]);
47
+ const tags = useQuery(space.db, Filter.type(Tag.Tag));
48
+ const types = useTypeOptions({
49
+ space,
50
+ annotation: {
51
+ location: ['database', 'runtime'],
52
+ kind: ['user'],
53
+ },
54
+ });
43
55
 
44
- const [trigger, setTrigger] = useState<FunctionTriggerType | undefined>(initialTrigger);
45
- const [selected, setSelected] = useState<FunctionTrigger>();
56
+ const [trigger, setTrigger] = useState<Trigger.Trigger | undefined>(initialTrigger);
57
+ const [selected, setSelected] = useState<Trigger.Trigger>();
46
58
 
47
- const handleSelect = (trigger: FunctionTrigger) => {
48
- const { id: _, ...values } = trigger;
49
- setTrigger(values);
59
+ const handleSelect = (trigger: Trigger.Trigger) => {
60
+ setTrigger(trigger);
50
61
  setSelected(trigger);
51
62
  };
52
63
 
53
64
  const handleAdd = () => {
54
- setTrigger(Obj.make(FunctionTriggerSchema, {}));
65
+ setTrigger(Trigger.make({}));
55
66
  setSelected(undefined);
56
67
  };
57
68
 
58
- const handleDelete = (trigger: FunctionTrigger) => {
69
+ const handleDelete = (trigger: Trigger.Trigger) => {
59
70
  space.db.remove(trigger);
60
71
  setTrigger(undefined);
61
72
  setSelected(undefined);
@@ -63,9 +74,11 @@ export const AutomationPanel = ({ space, object, initialTrigger, onDone }: Autom
63
74
 
64
75
  const handleSave: TriggerEditorProps['onSave'] = (trigger) => {
65
76
  if (selected) {
66
- Object.assign(selected, trigger);
77
+ Obj.change(selected, (mutable) => {
78
+ Object.assign(mutable, trigger);
79
+ });
67
80
  } else {
68
- space.db.add(Obj.make(FunctionTrigger, trigger));
81
+ space.db.add(Trigger.make(trigger));
69
82
  }
70
83
 
71
84
  setTrigger(undefined);
@@ -78,94 +91,229 @@ export const AutomationPanel = ({ space, object, initialTrigger, onDone }: Autom
78
91
  onDone?.();
79
92
  };
80
93
 
94
+ const handleForceRunTrigger = async (trigger: Trigger.Trigger) => {
95
+ await functionsServiceClient.forceRunCronTrigger(space.id, trigger.id);
96
+ };
97
+
98
+ const handleResetCursor = async (trigger: Trigger.Trigger) => {
99
+ Obj.change(trigger, (t) => {
100
+ Obj.deleteKeys(t, KEY_QUEUE_CURSOR);
101
+ });
102
+ await space.db.flush({ indexes: true });
103
+ };
104
+
81
105
  if (trigger) {
82
106
  return (
83
- <ControlItem title={t('trigger editor title')}>
84
- <TriggerEditor space={space} trigger={trigger} onSave={handleSave} onCancel={handleCancel} />
85
- </ControlItem>
107
+ <Settings.Item title={t('trigger editor title')} description={t('trigger editor description')}>
108
+ <TriggerEditor
109
+ db={space.db}
110
+ trigger={trigger}
111
+ readonlySpec={Boolean(object)}
112
+ tags={tags}
113
+ types={types}
114
+ onSave={handleSave}
115
+ onCancel={handleCancel}
116
+ />
117
+ </Settings.Item>
86
118
  );
87
119
  }
88
120
 
89
121
  return (
90
- <div className={controlItemClasses}>
91
- {triggers.length > 0 && (
92
- <List.Root<FunctionTrigger> items={triggers} isItem={Schema.is(FunctionTrigger)} getId={(field) => field.id}>
93
- {({ items: triggers }) => (
122
+ <Settings.Container>
123
+ {filteredTriggers.length > 0 && (
124
+ <List.Root<Trigger.Trigger>
125
+ items={filteredTriggers}
126
+ isItem={Schema.is(Trigger.Trigger)}
127
+ getId={(field) => field.id}
128
+ >
129
+ {({ items: filteredTriggers }) => (
94
130
  <div role='list' className='flex flex-col w-full'>
95
- {triggers?.map((trigger) => {
96
- const copyAction = getCopyAction(client, trigger);
97
- return (
98
- <List.Item<FunctionTrigger>
99
- key={trigger.id}
100
- item={trigger}
101
- classNames={mx(grid, ghostHover, 'items-center', 'px-2')}
102
- >
103
- <Input.Root>
104
- <Input.Switch
105
- checked={trigger.enabled}
106
- onCheckedChange={(checked) => (trigger.enabled = checked)}
107
- />
108
- </Input.Root>
109
-
110
- <div className={'flex'}>
111
- <List.ItemTitle
112
- classNames='px-1 cursor-pointer w-0 shrink truncate'
113
- onClick={() => handleSelect(trigger)}
114
- >
115
- {getFunctionName(scripts, functions, trigger) ?? '∅'}
116
- </List.ItemTitle>
117
-
118
- {/* TODO: a better way to expose copy action */}
119
- {copyAction && (
120
- <Clipboard.IconButton
121
- label={t(copyAction.translationKey)}
122
- value={copyAction.contentProvider()}
123
- />
124
- )}
125
- </div>
126
-
127
- <List.ItemDeleteButton onClick={() => handleDelete(trigger)} />
128
- </List.Item>
129
- );
130
- })}
131
+ {filteredTriggers?.map((trigger) => (
132
+ <TriggerListItem
133
+ key={trigger.id}
134
+ trigger={trigger}
135
+ functions={functions}
136
+ onSelect={handleSelect}
137
+ onDelete={handleDelete}
138
+ onResetCursor={handleResetCursor}
139
+ onForceRun={handleForceRunTrigger}
140
+ />
141
+ ))}
131
142
  </div>
132
143
  )}
133
144
  </List.Root>
134
145
  )}
135
- {triggers.length > 0 && <Separator classNames='mlb-4' />}
146
+
147
+ {filteredTriggers.length > 0 && <Separator classNames='my-4' />}
136
148
  <IconButton icon='ph--plus--regular' label={t('new trigger label')} onClick={handleAdd} />
137
- </div>
149
+ </Settings.Container>
150
+ );
151
+ };
152
+
153
+ const TriggerListItem = ({
154
+ trigger,
155
+ functions,
156
+ onSelect,
157
+ onDelete,
158
+ onResetCursor,
159
+ onForceRun,
160
+ }: {
161
+ trigger: Trigger.Trigger;
162
+ functions: Function.Function[];
163
+ onSelect?: (trigger: Trigger.Trigger) => void;
164
+ onDelete?: (trigger: Trigger.Trigger) => void;
165
+ onResetCursor?: (trigger: Trigger.Trigger) => void;
166
+ onForceRun?: (trigger: Trigger.Trigger) => void;
167
+ }) => {
168
+ const client = useClient();
169
+ const copyAction = getCopyAction(client, trigger);
170
+ const { t } = useTranslation(meta.id);
171
+ const cursor = Obj.getKeys(trigger, KEY_QUEUE_CURSOR).at(0)?.id;
172
+ const [snapshot, updateTrigger] = useObject(trigger);
173
+
174
+ const enabled = snapshot.enabled ?? false;
175
+ const onEnabledChange = (checked: boolean) => {
176
+ updateTrigger((trigger) => {
177
+ trigger.enabled = checked;
178
+ });
179
+ };
180
+
181
+ const handleSelect = useCallback(() => {
182
+ onSelect?.(trigger);
183
+ }, [onSelect, trigger]);
184
+
185
+ const handleDelete = useCallback(() => {
186
+ onDelete?.(trigger);
187
+ }, [onDelete, trigger]);
188
+
189
+ const handleResetCursor = useCallback(() => {
190
+ onResetCursor?.(trigger);
191
+ }, [onResetCursor, trigger]);
192
+
193
+ const handleForceRun = useCallback(() => {
194
+ onForceRun?.(trigger);
195
+ }, [onForceRun, trigger]);
196
+
197
+ const actionProps = useMemo<IconButtonProps | undefined>(() => {
198
+ if (trigger.spec?.kind === 'timer' && onForceRun) {
199
+ return {
200
+ disabled: !enabled || trigger.spec?.kind !== 'timer',
201
+ icon: 'ph--play--regular',
202
+ label: 'Force run',
203
+ onClick: handleForceRun,
204
+ };
205
+ }
206
+
207
+ if (trigger.spec?.kind === 'queue' && onResetCursor) {
208
+ return {
209
+ disabled: !cursor,
210
+ icon: 'ph--arrow-clockwise--regular',
211
+ label: 'Reset cursor',
212
+ onClick: handleResetCursor,
213
+ };
214
+ }
215
+ }, [enabled, trigger.spec?.kind, handleForceRun]);
216
+
217
+ return (
218
+ <List.Item<Obj.Snapshot<Trigger.Trigger>>
219
+ key={trigger.id}
220
+ item={snapshot}
221
+ classNames={mx(grid, ghostHover, 'items-center', 'px-2')}
222
+ >
223
+ <Input.Root>
224
+ <Input.Switch checked={enabled} onCheckedChange={onEnabledChange} />
225
+ </Input.Root>
226
+
227
+ <div className={'flex'}>
228
+ <List.ItemTitle classNames='px-1 cursor-pointer w-0 shrink truncate' onClick={handleSelect}>
229
+ {getFunctionName(functions, trigger) ?? '∅'}
230
+ {cursor && <div className='text-xs text-description truncate ml-4'>Position: {cursor}</div>}
231
+ </List.ItemTitle>
232
+
233
+ {copyAction && (
234
+ <Clipboard.IconButton label={t(copyAction.translationKey)} value={copyAction.contentProvider()} />
235
+ )}
236
+ </div>
237
+
238
+ {actionProps ? <List.ItemButton {...actionProps} autoHide={false} /> : <div />}
239
+
240
+ {onDelete && <List.ItemDeleteButton onClick={handleDelete} />}
241
+ </List.Item>
138
242
  );
139
243
  };
140
244
 
141
- const getCopyAction = (client: Client, trigger: FunctionTrigger | undefined) => {
142
- if (trigger?.spec?.kind === TriggerKind.Email) {
143
- return { translationKey: 'trigger copy email', contentProvider: () => `${getSpace(trigger)!.id}@dxos.network` };
245
+ const getCopyAction = (client: Client, trigger: Trigger.Trigger | undefined) => {
246
+ if (trigger?.spec?.kind === 'email') {
247
+ return {
248
+ translationKey: 'trigger copy email' as const,
249
+ contentProvider: () => `${Obj.getDatabase(trigger)!.spaceId}@dxos.network`,
250
+ };
144
251
  }
145
252
 
146
- if (trigger?.spec?.kind === TriggerKind.Webhook) {
147
- return { translationKey: 'trigger copy url', contentProvider: () => getWebhookUrl(client, trigger) };
253
+ if (trigger?.spec?.kind === 'webhook') {
254
+ return {
255
+ translationKey: 'trigger copy url' as const,
256
+ contentProvider: () => getWebhookUrl(client, trigger!),
257
+ };
148
258
  }
149
259
 
150
260
  return undefined;
151
261
  };
152
262
 
153
- const getWebhookUrl = (client: Client, trigger: FunctionTrigger) => {
154
- const spaceId = getSpace(trigger)!.id;
263
+ const getWebhookUrl = (client: Client, trigger: Trigger.Trigger) => {
264
+ const spaceId = Obj.getDatabase(trigger)!.spaceId;
155
265
  const edgeUrl = new URL(client.config.values.runtime!.services!.edge!.url!);
156
266
  const isSecure = edgeUrl.protocol.startsWith('https') || edgeUrl.protocol.startsWith('wss');
157
267
  edgeUrl.protocol = isSecure ? 'https' : 'http';
158
268
  return new URL(`/webhook/${spaceId}:${trigger.id}`, edgeUrl).toString();
159
269
  };
160
270
 
161
- const getFunctionName = (scripts: ScriptType[], functions: FunctionType[], trigger: FunctionTriggerType) => {
271
+ const getFunctionName = (functions: Function.Function[], trigger: Trigger.Trigger) => {
162
272
  // TODO(wittjosiah): Truncation should be done in the UI.
163
273
  // Warning that the List component is currently a can of worms.
164
274
  const shortId = trigger.function && `${trigger.function.dxn.toString().slice(0, 16)}…`;
165
275
  const functionObject = functions.find((fn) => fn === trigger.function?.target);
166
- if (!functionObject) {
167
- return shortId;
276
+ return functionObject?.name ?? shortId;
277
+ };
278
+
279
+ const scriptMatch = (script: Script.Script) => (trigger: Trigger.Trigger) => {
280
+ const fn = trigger.function?.target;
281
+ if (!Obj.instanceOf(Function.Function, fn)) {
282
+ return false;
168
283
  }
169
284
 
170
- return scripts.find((s) => functionObject.source?.target?.id === s.id)?.name ?? shortId;
285
+ return fn.source?.target === script;
171
286
  };
287
+
288
+ const projectMatch = (project: Pipeline.Pipeline) => {
289
+ const viewQueries = EFn.pipe(
290
+ project.columns,
291
+ Array.map((column) => column.view.target),
292
+ Array.filter(isNonNullable),
293
+ Array.map((view) => Obj.getSnapshot(view).query.ast),
294
+ Array.map((ast) => JSON.stringify(ast)),
295
+ );
296
+
297
+ return (trigger: Trigger.Trigger) => {
298
+ const spec = Obj.getSnapshot(trigger).spec;
299
+ if (spec?.kind !== 'subscription') {
300
+ return false;
301
+ }
302
+
303
+ // TODO(wittjosiah): Implement better way of comparing query ASTs.
304
+ return viewQueries.some((query) => JSON.stringify(spec.query) === query);
305
+ };
306
+ };
307
+
308
+ const triggerMatch = Match.type<Obj.Unknown>().pipe(
309
+ Match.withReturnType<(trigger: Trigger.Trigger) => boolean>(),
310
+ Match.when(
311
+ (obj) => Obj.instanceOf(Script.Script, obj),
312
+ (obj) => scriptMatch(obj),
313
+ ),
314
+ Match.when(
315
+ (obj) => Obj.instanceOf(Pipeline.Pipeline, obj),
316
+ (obj) => projectMatch(obj),
317
+ ),
318
+ Match.orElse((_obj) => () => true),
319
+ );
@@ -2,30 +2,31 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { Schema } from 'effect';
5
+ import * as Schema from 'effect/Schema';
6
6
  import React, { useCallback, useMemo } from 'react';
7
7
 
8
- import { createIntent, LayoutAction, useIntentDispatcher } from '@dxos/app-framework';
9
- import { FunctionType, ScriptType } from '@dxos/functions';
10
- import { Filter, fullyQualifiedId, useQuery, type Space } from '@dxos/react-client/echo';
11
- import { Button, useTranslation } from '@dxos/react-ui';
12
- import { controlItemClasses } from '@dxos/react-ui-form';
8
+ import { useOperationInvoker } from '@dxos/app-framework/ui';
9
+ import { LayoutOperation, getObjectPathFromObject } from '@dxos/app-toolkit';
10
+ import { Obj } from '@dxos/echo';
11
+ import { Function, Script } from '@dxos/functions';
12
+ import { SpaceOperation } from '@dxos/plugin-space/types';
13
+ import { Filter, type Space, useQuery } from '@dxos/react-client/echo';
14
+ import { Button, IconButton, useTranslation } from '@dxos/react-ui';
15
+ import { Settings } from '@dxos/react-ui-form';
13
16
  import { List } from '@dxos/react-ui-list';
14
- import { ghostHover, mx } from '@dxos/react-ui-theme';
17
+ import { ghostHover, mx } from '@dxos/ui-theme';
15
18
 
16
- import { AUTOMATION_PLUGIN } from '../../meta';
17
-
18
- const grid = 'grid grid-cols-[1fr_auto] min-bs-[2.5rem]';
19
+ import { meta } from '../../meta';
19
20
 
20
21
  export type FunctionsPanelProps = {
21
22
  space: Space;
22
23
  };
23
24
 
24
25
  export const FunctionsPanel = ({ space }: FunctionsPanelProps) => {
25
- const { t } = useTranslation(AUTOMATION_PLUGIN);
26
- const functions = useQuery(space, Filter.type(FunctionType));
27
- const scripts = useQuery(space, Filter.type(ScriptType));
28
- const { dispatchPromise: dispatch } = useIntentDispatcher();
26
+ const { t } = useTranslation(meta.id);
27
+ const functions = useQuery(space.db, Filter.type(Function.Function));
28
+ const scripts = useQuery(space.db, Filter.type(Script.Script));
29
+ const { invokePromise } = useOperationInvoker();
29
30
 
30
31
  const functionToScriptMap = useMemo(
31
32
  () =>
@@ -40,13 +41,13 @@ export const FunctionsPanel = ({ space }: FunctionsPanelProps) => {
40
41
  }
41
42
  return map;
42
43
  },
43
- {} as Record<string, ScriptType>,
44
+ {} as Record<string, Script.Script>,
44
45
  ),
45
46
  [functions, scripts],
46
47
  );
47
48
 
48
49
  const getScriptName = useCallback(
49
- (func: FunctionType) => {
50
+ (func: Function.Function) => {
50
51
  const script = functionToScriptMap[func.id];
51
52
  return script?.name;
52
53
  },
@@ -54,26 +55,31 @@ export const FunctionsPanel = ({ space }: FunctionsPanelProps) => {
54
55
  );
55
56
 
56
57
  const handleGoToScript = useCallback(
57
- (func: FunctionType) => {
58
+ (func: Function.Function) => {
58
59
  const script = functionToScriptMap[func.id];
59
60
  if (script) {
60
- void dispatch(createIntent(LayoutAction.Open, { part: 'main', subject: [fullyQualifiedId(script)] }));
61
+ void invokePromise(LayoutOperation.Open, { subject: [getObjectPathFromObject(script)] });
61
62
  }
62
63
  },
63
- [functionToScriptMap, dispatch],
64
+ [functionToScriptMap, invokePromise],
65
+ );
66
+
67
+ const handleDelete = useCallback(
68
+ (func: Function.Function) => invokePromise(SpaceOperation.RemoveObjects, { objects: [func] }),
69
+ [invokePromise],
64
70
  );
65
71
 
66
72
  return (
67
- <div role='none' className={mx(controlItemClasses)}>
73
+ <Settings.Container>
68
74
  {functions.length > 0 && (
69
- <List.Root<FunctionType> items={functions} isItem={Schema.is(FunctionType)} getId={(func) => func.id}>
75
+ <List.Root<Function.Function> items={functions} isItem={Schema.is(Function.Function)} getId={(func) => func.id}>
70
76
  {({ items }) => (
71
77
  <div role='list' className='flex flex-col w-full'>
72
78
  {items?.map((func) => (
73
- <List.Item<FunctionType>
79
+ <List.Item<Function.Function>
74
80
  key={func.id}
75
81
  item={func}
76
- classNames={mx(grid, ghostHover, 'items-center', 'pli-2', 'min-bs-[3rem]')}
82
+ classNames={mx('grid grid-cols-[1fr_auto] min-h-[2.5rem] min-h-[3rem] px-2 items-center', ghostHover)}
77
83
  >
78
84
  <div className='flex flex-col truncate'>
79
85
  <List.ItemTitle classNames='truncate'>{func.name}</List.ItemTitle>
@@ -84,6 +90,12 @@ export const FunctionsPanel = ({ space }: FunctionsPanelProps) => {
84
90
  {functionToScriptMap[func.id] && (
85
91
  <Button onClick={() => handleGoToScript(func)}>{t('go to function source button label')}</Button>
86
92
  )}
93
+ <IconButton
94
+ iconOnly
95
+ icon='ph--trash--regular'
96
+ label={t('delete function button label')}
97
+ onClick={() => handleDelete(func)}
98
+ />
87
99
  </List.Item>
88
100
  ))}
89
101
  </div>
@@ -91,7 +103,7 @@ export const FunctionsPanel = ({ space }: FunctionsPanelProps) => {
91
103
  </List.Root>
92
104
  )}
93
105
 
94
- {functions.length === 0 && <div className='text-center plb-4 text-gray-500'>{t('no functions found')}</div>}
95
- </div>
106
+ {functions.length === 0 && <div className='text-center py-4 text-description'>{t('no functions found')}</div>}
107
+ </Settings.Container>
96
108
  );
97
109
  };
@@ -0,0 +1,110 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import * as Schema from 'effect/Schema';
6
+ import { useState } from 'react';
7
+ import React, { useCallback } from 'react';
8
+
9
+ import { Function } from '@dxos/functions';
10
+ import { getDeployedFunctions } from '@dxos/functions-runtime/edge';
11
+ import { useClient } from '@dxos/react-client';
12
+ import { Filter, Query, type Space, useQuery } from '@dxos/react-client/echo';
13
+ import { IconButton, useAsyncEffect, useTranslation } from '@dxos/react-ui';
14
+ import { Settings } from '@dxos/react-ui-form';
15
+ import { List } from '@dxos/react-ui-list';
16
+ import { ghostHover, mx } from '@dxos/ui-theme';
17
+
18
+ import { meta } from '../../meta';
19
+
20
+ const grid = 'grid grid-cols-[1fr_1fr_auto] min-h-[2.5rem]';
21
+
22
+ type FunctionsRegistryProps = {
23
+ space: Space;
24
+ };
25
+
26
+ export const FunctionsRegistry = ({ space }: FunctionsRegistryProps) => {
27
+ const client = useClient();
28
+ const [loading, setLoading] = useState(true);
29
+ const [functions, setFunctions] = useState<Function.Function[]>([]);
30
+ const { t } = useTranslation(meta.id);
31
+
32
+ const dbFunctions = useQuery(space.db, Filter.type(Function.Function));
33
+
34
+ const state = (func: Function.Function) => {
35
+ const dbFunction = dbFunctions.find((f) => f.key === func.key);
36
+ if (!dbFunction) {
37
+ return 'import';
38
+ }
39
+ if (dbFunction.version === func.version && dbFunction.updated === func.updated) {
40
+ return 'none';
41
+ }
42
+ return 'update';
43
+ };
44
+
45
+ useAsyncEffect(async () => {
46
+ setLoading(true);
47
+ const functions = await getDeployedFunctions(client, true);
48
+ setFunctions(functions);
49
+ setLoading(false);
50
+ }, []);
51
+
52
+ const hanleImportOrUpdate = useCallback(
53
+ async (func: Function.Function) => {
54
+ const functions = await space.db.query(Query.type(Function.Function, { key: func.key })).run();
55
+ const [existingFunc] = functions;
56
+ if (!existingFunc) {
57
+ space.db.add(func);
58
+ return;
59
+ }
60
+ Function.setFrom(existingFunc, func);
61
+ },
62
+ [space],
63
+ );
64
+
65
+ return (
66
+ <Settings.Container>
67
+ {functions.length > 0 && (
68
+ <List.Root<Function.Function> items={functions} isItem={Schema.is(Function.Function)} getId={(func) => func.id}>
69
+ {({ items }) => (
70
+ <div role='list' className='flex flex-col w-full'>
71
+ {items?.map((func) => (
72
+ <List.Item<Function.Function>
73
+ key={func.id}
74
+ item={func}
75
+ classNames={mx(grid, ghostHover, 'items-center', 'px-2', 'min-h-[3rem]')}
76
+ >
77
+ <div className='flex flex-col truncate'>
78
+ <List.ItemTitle classNames='truncate'>{func.name}</List.ItemTitle>
79
+ <div className='text-xs text-description truncate'>{func.key}</div>
80
+ </div>
81
+ <div className='flex flex-col truncate'>
82
+ <div className='text-xs text-description truncate'>{func.version}</div>
83
+ <div className='text-xs text-description truncate'>
84
+ {func.updated ? `Uploaded ${new Date(func.updated).toLocaleString()}` : ''}
85
+ </div>
86
+ </div>
87
+
88
+ <IconButton
89
+ iconOnly
90
+ icon={state(func) === 'update' ? 'ph--arrows-clockwise--regular' : 'ph--download--regular'}
91
+ label={
92
+ state(func) === 'update' ? t('update function button label') : t('import function button label')
93
+ }
94
+ disabled={state(func) === 'none'}
95
+ onClick={() => hanleImportOrUpdate(func)}
96
+ />
97
+ </List.Item>
98
+ ))}
99
+ </div>
100
+ )}
101
+ </List.Root>
102
+ )}
103
+
104
+ {functions.length === 0 && !loading && (
105
+ <div className='text-center py-4 text-gray-500'>{t('no functions found')}</div>
106
+ )}
107
+ {loading && <div className='text-center py-4 text-gray-500'>{t('loading functions')}</div>}
108
+ </Settings.Container>
109
+ );
110
+ };
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { FunctionsRegistry } from './FunctionsRegistry';
6
+
7
+ export { FunctionsRegistry };
8
+ export default FunctionsRegistry;