ghostos 0.1.0 → 0.1.2

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 (330) hide show
  1. package/lib/api/leafio/core.d.ts +293 -0
  2. package/lib/api/leafio/leaflake.d.ts +100 -0
  3. package/lib/api/leafio/leaflake.unit.test.d.ts +1 -0
  4. package/lib/api/leafui/elements/bgtag.d.ts +2 -0
  5. package/lib/api/leafui/elements/bgtagyoutube.d.ts +2 -0
  6. package/lib/api/leafui/elements/dropzone.d.ts +1 -0
  7. package/lib/api/leafui/elements/floweditor/GraphQLSetup.d.ts +2 -0
  8. package/lib/api/leafui/elements/floweditor/index.d.ts +1 -0
  9. package/lib/api/leafui/elements/floweditor/leafedge.d.ts +39 -0
  10. package/lib/api/leafui/elements/floweditor/leafgql.d.ts +25 -0
  11. package/lib/api/leafui/elements/floweditor/leafnode.d.ts +13 -0
  12. package/lib/api/leafui/elements/floweditor/leafnode_dualout.d.ts +5 -0
  13. package/lib/api/leafui/elements/floweditor/leafnodetypes/anchorpoint.d.ts +3 -0
  14. package/lib/api/leafui/elements/floweditor/leafnodetypes/context.d.ts +3 -0
  15. package/lib/api/leafui/elements/floweditor/leafnodetypes/datacombine.d.ts +2 -0
  16. package/lib/api/leafui/elements/floweditor/leafnodetypes/datafilter.d.ts +2 -0
  17. package/lib/api/leafui/elements/floweditor/leafnodetypes/debugger.d.ts +3 -0
  18. package/lib/api/leafui/elements/floweditor/leafnodetypes/deck.d.ts +6 -0
  19. package/lib/api/leafui/elements/floweditor/leafnodetypes/index.d.ts +20 -0
  20. package/lib/api/leafui/elements/floweditor/leafnodetypes/leafelement.d.ts +1 -0
  21. package/lib/api/leafui/elements/floweditor/leafnodetypes/nodemenu.d.ts +4 -0
  22. package/lib/api/leafui/elements/floweditor/leafnodetypes/porthandle/context.d.ts +4 -0
  23. package/lib/api/leafui/elements/floweditor/leafnodetypes/porthandle/handler.d.ts +12 -0
  24. package/lib/api/leafui/elements/floweditor/leafnodetypes/porthandle/index.d.ts +5 -0
  25. package/lib/api/leafui/elements/floweditor/leafnodetypes/spell.d.ts +1 -0
  26. package/lib/api/leafui/elements/floweditor/leafnodetypes/styles.d.ts +83 -0
  27. package/lib/api/leafui/elements/floweditor/leafnodetypes/textinput.d.ts +5 -0
  28. package/lib/api/leafui/elements/floweditor/leafnodetypes/uihandlers.d.ts +3 -0
  29. package/lib/api/leafui/elements/floweditor/leafnodetypes/utility.d.ts +2 -0
  30. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-01ed4353.d.ts +6 -0
  31. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-1cfd0ffe.d.ts +59 -0
  32. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-2f0babe4.d.ts +6 -0
  33. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-4e6d5ad0.d.ts +6 -0
  34. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-612ea0fa.d.ts +59 -0
  35. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-940301d1.d.ts +10 -0
  36. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-b881a05d.d.ts +6 -0
  37. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-fa10fd6d.d.ts +10 -0
  38. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index.d.ts +36 -0
  39. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index2.d.ts +1 -0
  40. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index3.d.ts +1 -0
  41. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index4.d.ts +1 -0
  42. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useEdges-51dc10fe.d.ts +2 -0
  43. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useEdges-a68c1c54.d.ts +2 -0
  44. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useEdges.d.ts +1 -0
  45. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useNodes-63cbcb3a.d.ts +2 -0
  46. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useNodes-fa9cd400.d.ts +2 -0
  47. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useNodes.d.ts +1 -0
  48. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useReactFlow-9fca72ec.d.ts +4 -0
  49. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useReactFlow-cc33f6cf.d.ts +4 -0
  50. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useReactFlow.d.ts +1 -0
  51. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useUpdateNodeInternals-abf24046.d.ts +2 -0
  52. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useUpdateNodeInternals-b829e86d.d.ts +2 -0
  53. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useUpdateNodeInternals.d.ts +1 -0
  54. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useViewport-706ddc1d.d.ts +2 -0
  55. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useViewport-b9f42fd4.d.ts +2 -0
  56. package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useViewport.d.ts +1 -0
  57. package/lib/api/leafui/elements/floweditor/lib/reactflow.11.10.4/core/dist/esm/index.d.mts +300 -0
  58. package/lib/api/leafui/elements/floweditor/sidebar.d.ts +2 -0
  59. package/lib/api/leafui/elements/gnav.d.ts +6 -0
  60. package/lib/api/leafui/elements/graphlabel.d.ts +11 -0
  61. package/lib/api/leafui/elements/iframe.d.ts +16 -0
  62. package/lib/api/leafui/elements/imagelist.d.ts +19 -0
  63. package/lib/api/leafui/elements/leafchart.d.ts +19 -0
  64. package/lib/api/leafui/elements/leafvisualelements.d.ts +1 -0
  65. package/lib/api/leafui/elements/loadspinner.d.ts +1 -0
  66. package/lib/api/leafui/elements/popupmenu.d.ts +3 -0
  67. package/lib/api/leafui/elements/popupwin.d.ts +2 -0
  68. package/lib/api/leafui/elements/screen.d.ts +1 -0
  69. package/lib/api/leafui/elements/set.d.ts +7 -0
  70. package/lib/api/leafui/elements/stateutils.d.ts +2 -0
  71. package/lib/api/leafui/elements/sysmenu.d.ts +5 -0
  72. package/lib/api/leafui/elements/texteditor.d.ts +2 -0
  73. package/lib/api/leafui/elements/textprompt.d.ts +1 -0
  74. package/lib/api/leafui/elements/userprompt.d.ts +10 -0
  75. package/lib/api/leafui/lib/DynScriptLoader.d.ts +8 -0
  76. package/lib/api/leafui/lib/ProjectedMaterial.d.ts +7 -0
  77. package/lib/api/leafui/lib/assets/AssetManager.d.ts +32 -0
  78. package/lib/api/leafui/lib/assets/loadCubeTexture.d.ts +1 -0
  79. package/lib/api/leafui/lib/assets/loadEnvMap.d.ts +1 -0
  80. package/lib/api/leafui/lib/assets/loadTexture.d.ts +1 -0
  81. package/lib/api/leafui/lib/images/leafwebgl.d.ts +9 -0
  82. package/lib/api/leafui/lib/images/processor.d.ts +4 -0
  83. package/lib/api/leafui/lib/images/shaders/ShaderChunk/alphamap_fragment.glsl.d.ts +2 -0
  84. package/lib/api/leafui/lib/images/shaders/ShaderChunk/alphamap_pars_fragment.glsl.d.ts +2 -0
  85. package/lib/api/leafui/lib/images/shaders/ShaderChunk/alphatest_fragment.glsl.d.ts +2 -0
  86. package/lib/api/leafui/lib/images/shaders/ShaderChunk/aomap_fragment.glsl.d.ts +2 -0
  87. package/lib/api/leafui/lib/images/shaders/ShaderChunk/aomap_pars_fragment.glsl.d.ts +2 -0
  88. package/lib/api/leafui/lib/images/shaders/ShaderChunk/begin_vertex.glsl.d.ts +2 -0
  89. package/lib/api/leafui/lib/images/shaders/ShaderChunk/beginnormal_vertex.glsl.d.ts +2 -0
  90. package/lib/api/leafui/lib/images/shaders/ShaderChunk/bsdfs.glsl.d.ts +2 -0
  91. package/lib/api/leafui/lib/images/shaders/ShaderChunk/bumpmap_pars_fragment.glsl.d.ts +2 -0
  92. package/lib/api/leafui/lib/images/shaders/ShaderChunk/clearcoat_normal_fragment_begin.glsl.d.ts +2 -0
  93. package/lib/api/leafui/lib/images/shaders/ShaderChunk/clearcoat_normal_fragment_maps.glsl.d.ts +2 -0
  94. package/lib/api/leafui/lib/images/shaders/ShaderChunk/clearcoat_pars_fragment.glsl.d.ts +2 -0
  95. package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_fragment.glsl.d.ts +2 -0
  96. package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_pars_fragment.glsl.d.ts +2 -0
  97. package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_pars_vertex.glsl.d.ts +2 -0
  98. package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_vertex.glsl.d.ts +2 -0
  99. package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_fragment.glsl.d.ts +2 -0
  100. package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_pars_fragment.glsl.d.ts +2 -0
  101. package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_pars_vertex.glsl.d.ts +2 -0
  102. package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_vertex.glsl.d.ts +2 -0
  103. package/lib/api/leafui/lib/images/shaders/ShaderChunk/common.glsl.d.ts +2 -0
  104. package/lib/api/leafui/lib/images/shaders/ShaderChunk/cube_uv_reflection_fragment.glsl.d.ts +2 -0
  105. package/lib/api/leafui/lib/images/shaders/ShaderChunk/default_fragment.glsl.d.ts +2 -0
  106. package/lib/api/leafui/lib/images/shaders/ShaderChunk/default_vertex.glsl.d.ts +2 -0
  107. package/lib/api/leafui/lib/images/shaders/ShaderChunk/defaultnormal_vertex.glsl.d.ts +2 -0
  108. package/lib/api/leafui/lib/images/shaders/ShaderChunk/displacementmap_pars_vertex.glsl.d.ts +2 -0
  109. package/lib/api/leafui/lib/images/shaders/ShaderChunk/displacementmap_vertex.glsl.d.ts +2 -0
  110. package/lib/api/leafui/lib/images/shaders/ShaderChunk/dithering_fragment.glsl.d.ts +2 -0
  111. package/lib/api/leafui/lib/images/shaders/ShaderChunk/dithering_pars_fragment.glsl.d.ts +2 -0
  112. package/lib/api/leafui/lib/images/shaders/ShaderChunk/emissivemap_fragment.glsl.d.ts +2 -0
  113. package/lib/api/leafui/lib/images/shaders/ShaderChunk/emissivemap_pars_fragment.glsl.d.ts +2 -0
  114. package/lib/api/leafui/lib/images/shaders/ShaderChunk/encodings_fragment.glsl.d.ts +2 -0
  115. package/lib/api/leafui/lib/images/shaders/ShaderChunk/encodings_pars_fragment.glsl.d.ts +2 -0
  116. package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_common_pars_fragment.glsl.d.ts +2 -0
  117. package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_fragment.glsl.d.ts +2 -0
  118. package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_pars_fragment.glsl.d.ts +2 -0
  119. package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_pars_vertex.glsl.d.ts +2 -0
  120. package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_physical_pars_fragment.glsl.d.ts +2 -0
  121. package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_vertex.glsl.d.ts +2 -0
  122. package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_fragment.glsl.d.ts +2 -0
  123. package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_pars_fragment.glsl.d.ts +2 -0
  124. package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_pars_vertex.glsl.d.ts +2 -0
  125. package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_vertex.glsl.d.ts +2 -0
  126. package/lib/api/leafui/lib/images/shaders/ShaderChunk/gradientmap_pars_fragment.glsl.d.ts +2 -0
  127. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lightmap_fragment.glsl.d.ts +2 -0
  128. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lightmap_pars_fragment.glsl.d.ts +2 -0
  129. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_fragment_begin.glsl.d.ts +2 -0
  130. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_fragment_end.glsl.d.ts +2 -0
  131. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_fragment_maps.glsl.d.ts +2 -0
  132. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_lambert_vertex.glsl.d.ts +2 -0
  133. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_pars_begin.glsl.d.ts +2 -0
  134. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_phong_fragment.glsl.d.ts +2 -0
  135. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_phong_pars_fragment.glsl.d.ts +2 -0
  136. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_physical_fragment.glsl.d.ts +2 -0
  137. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_physical_pars_fragment.glsl.d.ts +2 -0
  138. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_toon_fragment.glsl.d.ts +2 -0
  139. package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_toon_pars_fragment.glsl.d.ts +2 -0
  140. package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_fragment.glsl.d.ts +2 -0
  141. package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_pars_fragment.glsl.d.ts +2 -0
  142. package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_pars_vertex.glsl.d.ts +2 -0
  143. package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_vertex.glsl.d.ts +2 -0
  144. package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_fragment.glsl.d.ts +2 -0
  145. package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_pars_fragment.glsl.d.ts +2 -0
  146. package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_particle_fragment.glsl.d.ts +2 -0
  147. package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_particle_pars_fragment.glsl.d.ts +2 -0
  148. package/lib/api/leafui/lib/images/shaders/ShaderChunk/metalnessmap_fragment.glsl.d.ts +2 -0
  149. package/lib/api/leafui/lib/images/shaders/ShaderChunk/metalnessmap_pars_fragment.glsl.d.ts +2 -0
  150. package/lib/api/leafui/lib/images/shaders/ShaderChunk/morphnormal_vertex.glsl.d.ts +2 -0
  151. package/lib/api/leafui/lib/images/shaders/ShaderChunk/morphtarget_pars_vertex.glsl.d.ts +2 -0
  152. package/lib/api/leafui/lib/images/shaders/ShaderChunk/morphtarget_vertex.glsl.d.ts +2 -0
  153. package/lib/api/leafui/lib/images/shaders/ShaderChunk/normal_fragment_begin.glsl.d.ts +2 -0
  154. package/lib/api/leafui/lib/images/shaders/ShaderChunk/normal_fragment_maps.glsl.d.ts +2 -0
  155. package/lib/api/leafui/lib/images/shaders/ShaderChunk/normalmap_pars_fragment.glsl.d.ts +2 -0
  156. package/lib/api/leafui/lib/images/shaders/ShaderChunk/packing.glsl.d.ts +2 -0
  157. package/lib/api/leafui/lib/images/shaders/ShaderChunk/premultiplied_alpha_fragment.glsl.d.ts +2 -0
  158. package/lib/api/leafui/lib/images/shaders/ShaderChunk/project_vertex.glsl.d.ts +2 -0
  159. package/lib/api/leafui/lib/images/shaders/ShaderChunk/roughnessmap_fragment.glsl.d.ts +2 -0
  160. package/lib/api/leafui/lib/images/shaders/ShaderChunk/roughnessmap_pars_fragment.glsl.d.ts +2 -0
  161. package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmap_pars_fragment.glsl.d.ts +2 -0
  162. package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmap_pars_vertex.glsl.d.ts +2 -0
  163. package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmap_vertex.glsl.d.ts +2 -0
  164. package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmask_pars_fragment.glsl.d.ts +2 -0
  165. package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinbase_vertex.glsl.d.ts +2 -0
  166. package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinning_pars_vertex.glsl.d.ts +2 -0
  167. package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinning_vertex.glsl.d.ts +2 -0
  168. package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinnormal_vertex.glsl.d.ts +2 -0
  169. package/lib/api/leafui/lib/images/shaders/ShaderChunk/specularmap_fragment.glsl.d.ts +2 -0
  170. package/lib/api/leafui/lib/images/shaders/ShaderChunk/specularmap_pars_fragment.glsl.d.ts +2 -0
  171. package/lib/api/leafui/lib/images/shaders/ShaderChunk/tonemapping_fragment.glsl.d.ts +2 -0
  172. package/lib/api/leafui/lib/images/shaders/ShaderChunk/tonemapping_pars_fragment.glsl.d.ts +2 -0
  173. package/lib/api/leafui/lib/images/shaders/ShaderChunk/transmissionmap_fragment.glsl.d.ts +2 -0
  174. package/lib/api/leafui/lib/images/shaders/ShaderChunk/transmissionmap_pars_fragment.glsl.d.ts +2 -0
  175. package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv2_pars_fragment.glsl.d.ts +2 -0
  176. package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv2_pars_vertex.glsl.d.ts +2 -0
  177. package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv2_vertex.glsl.d.ts +2 -0
  178. package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv_pars_fragment.glsl.d.ts +2 -0
  179. package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv_pars_vertex.glsl.d.ts +2 -0
  180. package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv_vertex.glsl.d.ts +2 -0
  181. package/lib/api/leafui/lib/images/shaders/ShaderChunk/worldpos_vertex.glsl.d.ts +2 -0
  182. package/lib/api/leafui/lib/images/shaders/ShaderChunk.d.ts +260 -0
  183. package/lib/api/leafui/lib/images/shaders/ShaderLib/background_frag.glsl.d.ts +2 -0
  184. package/lib/api/leafui/lib/images/shaders/ShaderLib/background_vert.glsl.d.ts +2 -0
  185. package/lib/api/leafui/lib/images/shaders/ShaderLib/cube_frag.glsl.d.ts +2 -0
  186. package/lib/api/leafui/lib/images/shaders/ShaderLib/cube_vert.glsl.d.ts +2 -0
  187. package/lib/api/leafui/lib/images/shaders/ShaderLib/depth_frag.glsl.d.ts +2 -0
  188. package/lib/api/leafui/lib/images/shaders/ShaderLib/depth_vert.glsl.d.ts +2 -0
  189. package/lib/api/leafui/lib/images/shaders/ShaderLib/distanceRGBA_frag.glsl.d.ts +2 -0
  190. package/lib/api/leafui/lib/images/shaders/ShaderLib/distanceRGBA_vert.glsl.d.ts +2 -0
  191. package/lib/api/leafui/lib/images/shaders/ShaderLib/equirect_frag.glsl.d.ts +2 -0
  192. package/lib/api/leafui/lib/images/shaders/ShaderLib/equirect_vert.glsl.d.ts +2 -0
  193. package/lib/api/leafui/lib/images/shaders/ShaderLib/linedashed_frag.glsl.d.ts +2 -0
  194. package/lib/api/leafui/lib/images/shaders/ShaderLib/linedashed_vert.glsl.d.ts +2 -0
  195. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshbasic_frag.glsl.d.ts +2 -0
  196. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshbasic_vert.glsl.d.ts +2 -0
  197. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshlambert_frag.glsl.d.ts +2 -0
  198. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshlambert_vert.glsl.d.ts +2 -0
  199. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshmatcap_frag.glsl.d.ts +2 -0
  200. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshmatcap_vert.glsl.d.ts +2 -0
  201. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphong_frag.glsl.d.ts +2 -0
  202. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphong_vert.glsl.d.ts +2 -0
  203. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphysical_frag.glsl.d.ts +2 -0
  204. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphysical_vert.glsl.d.ts +2 -0
  205. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshtoon_frag.glsl.d.ts +2 -0
  206. package/lib/api/leafui/lib/images/shaders/ShaderLib/meshtoon_vert.glsl.d.ts +2 -0
  207. package/lib/api/leafui/lib/images/shaders/ShaderLib/normal_frag.glsl.d.ts +2 -0
  208. package/lib/api/leafui/lib/images/shaders/ShaderLib/normal_vert.glsl.d.ts +2 -0
  209. package/lib/api/leafui/lib/images/shaders/ShaderLib/points_frag.glsl.d.ts +2 -0
  210. package/lib/api/leafui/lib/images/shaders/ShaderLib/points_vert.glsl.d.ts +2 -0
  211. package/lib/api/leafui/lib/images/shaders/ShaderLib/shadow_frag.glsl.d.ts +2 -0
  212. package/lib/api/leafui/lib/images/shaders/ShaderLib/shadow_vert.glsl.d.ts +2 -0
  213. package/lib/api/leafui/lib/images/shaders/ShaderLib/sprite_frag.glsl.d.ts +2 -0
  214. package/lib/api/leafui/lib/images/shaders/ShaderLib/sprite_vert.glsl.d.ts +2 -0
  215. package/lib/api/leafui/lib/images/shaders/ShaderLib/vsm_frag.glsl.d.ts +2 -0
  216. package/lib/api/leafui/lib/images/shaders/ShaderLib/vsm_vert.glsl.d.ts +2 -0
  217. package/lib/api/leafui/lib/images/shaders/ShaderLib.d.ts +7 -0
  218. package/lib/api/leafui/lib/images/shaders/UniformsLib.d.ts +369 -0
  219. package/lib/api/leafui/lib/images/shaders/UniformsUtils.d.ts +9 -0
  220. package/lib/api/leafui/lib/layouts/Vector3.d.ts +17 -0
  221. package/lib/api/leafui/lib/layouts/force-directed-layout.d.ts +40 -0
  222. package/lib/api/leafui/lib/layouts/force-directed-layout.old.d.ts +1 -0
  223. package/lib/api/leafui/lib/sysmenu/DragableContainer.d.ts +1 -0
  224. package/lib/api/leafui/lib/sysmenu/Orbit.d.ts +1 -0
  225. package/lib/api/leafui/lib/sysmenu/Planet.d.ts +1 -0
  226. package/lib/api/leafui/lib/sysmenu/Satellite.d.ts +1 -0
  227. package/lib/api/leafui/lib/sysmenu/index.d.ts +2 -0
  228. package/lib/api/leafui/misc/complexgrid.d.ts +1 -0
  229. package/lib/api/leafui/misc/datepicker.d.ts +1 -0
  230. package/lib/api/leafui/misc/windowprops.d.ts +4 -0
  231. package/lib/api/metamodel.d.ts +179 -0
  232. package/lib/api/parser/breezyforest.d.ts +1 -0
  233. package/lib/api/parser/elements/schema/directus.d.ts +72 -0
  234. package/lib/api/parser/elements/schema/index.d.ts +2 -0
  235. package/lib/api/parser/elements.d.ts +1 -0
  236. package/lib/api/parser/eta.d.ts +55 -0
  237. package/lib/api/parser/eta.spec.d.ts +1 -0
  238. package/lib/api/parser/etatreeforest.d.ts +37 -0
  239. package/lib/api/parser/leaf.d.ts +56 -0
  240. package/lib/api/parser/leaflisp/plispdist/index.d.ts +210 -0
  241. package/lib/api/parser/leaflisp/plispstdlib/index.d.ts +396 -0
  242. package/lib/api/parser/leaflisp/test.d.mts +1 -0
  243. package/lib/api/parser/leaflisp/test.d.ts +1 -0
  244. package/lib/api/parser/leaflisp.d.ts +2 -0
  245. package/lib/api/parser/nodelogic/abstraction/index.d.ts +7 -0
  246. package/lib/api/parser/nodelogic/abstraction/leafanchor.d.ts +4 -0
  247. package/lib/api/parser/nodelogic/abstraction/leafgraph.d.ts +6 -0
  248. package/lib/api/parser/nodelogic/abstraction/leaflambdagraph.d.ts +4 -0
  249. package/lib/api/parser/nodelogic/abstraction/leafloopyspell.d.ts +4 -0
  250. package/lib/api/parser/nodelogic/abstraction/leafloopyspell.spec.d.ts +1 -0
  251. package/lib/api/parser/nodelogic/abstraction/leafspell.d.ts +9 -0
  252. package/lib/api/parser/nodelogic/abstraction/leafspell.spec.d.ts +1 -0
  253. package/lib/api/parser/nodelogic/abstraction/leafspelldef.d.ts +5 -0
  254. package/lib/api/parser/nodelogic/common.d.ts +8 -0
  255. package/lib/api/parser/nodelogic/dataflow/index.d.ts +4 -0
  256. package/lib/api/parser/nodelogic/dataflow/leafchronosflow.d.ts +4 -0
  257. package/lib/api/parser/nodelogic/dataflow/leafgateflow.d.ts +10 -0
  258. package/lib/api/parser/nodelogic/dataflow/leafmixflow.d.ts +4 -0
  259. package/lib/api/parser/nodelogic/dataflow/leafmixflow.spec.d.ts +1 -0
  260. package/lib/api/parser/nodelogic/datautils/bottling.d.ts +11 -0
  261. package/lib/api/parser/nodelogic/datautils/index.d.ts +7 -0
  262. package/lib/api/parser/nodelogic/datautils/leafbottle.d.ts +12 -0
  263. package/lib/api/parser/nodelogic/datautils/leafconfig.d.ts +12 -0
  264. package/lib/api/parser/nodelogic/datautils/leafcrate.d.ts +7 -0
  265. package/lib/api/parser/nodelogic/datautils/leafdelabel.d.ts +7 -0
  266. package/lib/api/parser/nodelogic/datautils/leaflabel.d.ts +15 -0
  267. package/lib/api/parser/nodelogic/datautils/leafunbottle.d.ts +12 -0
  268. package/lib/api/parser/nodelogic/elements/index.d.ts +8 -0
  269. package/lib/api/parser/nodelogic/elements/leafdeckclub.d.ts +10 -0
  270. package/lib/api/parser/nodelogic/elements/leafdeckdiamond.d.ts +10 -0
  271. package/lib/api/parser/nodelogic/elements/leafdeckheart.d.ts +10 -0
  272. package/lib/api/parser/nodelogic/elements/leafdeckspade.d.ts +10 -0
  273. package/lib/api/parser/nodelogic/elements/leafelement.d.ts +21 -0
  274. package/lib/api/parser/nodelogic/elements/leafelement.spec.d.ts +1 -0
  275. package/lib/api/parser/nodelogic/elements/leafgnav.d.ts +4 -0
  276. package/lib/api/parser/nodelogic/elements/leafpopupview.d.ts +4 -0
  277. package/lib/api/parser/nodelogic/elements/library/directus.d.ts +13 -0
  278. package/lib/api/parser/nodelogic/elements/library/editor.d.ts +17 -0
  279. package/lib/api/parser/nodelogic/elements/library/form.d.ts +17 -0
  280. package/lib/api/parser/nodelogic/elements/library/gnav.d.ts +17 -0
  281. package/lib/api/parser/nodelogic/elements/library/href.d.ts +14 -0
  282. package/lib/api/parser/nodelogic/elements/library/html.d.ts +17 -0
  283. package/lib/api/parser/nodelogic/elements/library/http.d.ts +17 -0
  284. package/lib/api/parser/nodelogic/elements/library/image.d.ts +13 -0
  285. package/lib/api/parser/nodelogic/elements/library/index.d.ts +25 -0
  286. package/lib/api/parser/nodelogic/elements/library/mediainput.d.ts +14 -0
  287. package/lib/api/parser/nodelogic/elements/library/mediaplayer.d.ts +20 -0
  288. package/lib/api/parser/nodelogic/elements/library/midi.d.ts +17 -0
  289. package/lib/api/parser/nodelogic/elements/library/openai.d.ts +17 -0
  290. package/lib/api/parser/nodelogic/elements/library/popup.d.ts +14 -0
  291. package/lib/api/parser/nodelogic/elements/library/prompt.d.ts +17 -0
  292. package/lib/api/parser/nodelogic/elements/library/rancher.d.ts +13 -0
  293. package/lib/api/parser/nodelogic/elements/library/sound.d.ts +17 -0
  294. package/lib/api/parser/nodelogic/elements/library/sound_lib.d.ts +10 -0
  295. package/lib/api/parser/nodelogic/elements/library/text.d.ts +13 -0
  296. package/lib/api/parser/nodelogic/elements/library/wizardryelements.d.ts +1 -0
  297. package/lib/api/parser/nodelogic/io/index.d.ts +5 -0
  298. package/lib/api/parser/nodelogic/io/leafinflowport.d.ts +10 -0
  299. package/lib/api/parser/nodelogic/io/leafinflowport.spec.d.ts +1 -0
  300. package/lib/api/parser/nodelogic/io/leafmemoryio.d.ts +53 -0
  301. package/lib/api/parser/nodelogic/io/leafmemoryio.spec.d.ts +1 -0
  302. package/lib/api/parser/nodelogic/io/leafoutflowport.d.ts +10 -0
  303. package/lib/api/parser/nodelogic/io/leafoutflowport.spec.d.ts +1 -0
  304. package/lib/api/parser/nodelogic/io/leafradioRX.d.ts +4 -0
  305. package/lib/api/parser/nodelogic/io/leafradioTX.d.ts +4 -0
  306. package/lib/api/parser/nodelogic/io/leafscreenio.d.ts +10 -0
  307. package/lib/api/parser/nodelogic/wizardry/index.d.ts +2 -0
  308. package/lib/api/parser/nodelogic/wizardry/leaflisp.d.ts +22 -0
  309. package/lib/api/parser/nodelogic/wizardry/leaflisp.unit.test.d.ts +1 -0
  310. package/lib/api/parser/nodelogic/wizardry/leaflisp2.unit.test.d.ts +1 -0
  311. package/lib/api/parser/nodelogic/wizardry/leaflisphelp.d.ts +1 -0
  312. package/lib/api/parser/predicates.d.ts +15 -0
  313. package/lib/api/utils/crypto.d.ts +6 -0
  314. package/lib/api/utils/fetchnodedata.d.ts +2 -0
  315. package/lib/api/utils/leafbase64.d.ts +2 -0
  316. package/lib/api/utils/leafdataflow.d.ts +23 -0
  317. package/lib/api/utils/leafdataflow.spec.d.ts +1 -0
  318. package/lib/graphql/client.d.ts +13 -0
  319. package/lib/graphql/events.d.ts +5 -0
  320. package/lib/graphql/utils.d.ts +3 -0
  321. package/lib/index.browser.d.ts +28 -0
  322. package/lib/index.cjs +1810 -1757
  323. package/lib/index.core.d.ts +24 -0
  324. package/lib/index.esm.main.js +1 -1
  325. package/lib/index.ui.d.ts +5 -0
  326. package/lib/microservices/persistentio.d.ts +1 -0
  327. package/lib/microservices/screenio.d.ts +1 -0
  328. package/lib/microservices/volatileio.d.ts +1 -0
  329. package/lib/models/dataflow.d.ts +1 -0
  330. package/package.json +20 -7
@@ -0,0 +1,293 @@
1
+ export function useLEAFIOapi({ _LEAFappList, stateObjInstanceID, dirOfSubjects, permissions, metamodel }?: {
2
+ _LEAFappList?: never[] | undefined;
3
+ stateObjInstanceID?: string | undefined;
4
+ dirOfSubjects?: {} | undefined;
5
+ permissions?: {} | undefined;
6
+ metamodel?: {
7
+ breezyforest: {
8
+ _version: string;
9
+ _nickname: string;
10
+ scaffold: {
11
+ map: {
12
+ leaf: {
13
+ logic: {
14
+ type: string;
15
+ args: {};
16
+ };
17
+ provenance: {
18
+ api: string;
19
+ uuid: string;
20
+ graph: {
21
+ appuuid: string;
22
+ name: string;
23
+ version: string;
24
+ };
25
+ };
26
+ appdata: {};
27
+ };
28
+ };
29
+ directory: {
30
+ api: string[];
31
+ logic: string[];
32
+ type: string[];
33
+ args: string[];
34
+ provenance: string[];
35
+ uuid: string[];
36
+ leafapp: string[];
37
+ appdata: string[];
38
+ };
39
+ fetch: (n_e: any, crawlkey: any) => any;
40
+ };
41
+ originType: {
42
+ FRONTEND: number;
43
+ BACKEND: number;
44
+ SCREEN: number;
45
+ };
46
+ subsDirectory: {
47
+ readmefirst: {};
48
+ leaflake: {
49
+ bridges: {
50
+ gql: string;
51
+ };
52
+ };
53
+ appintent: {};
54
+ appmodel: {};
55
+ appview: {};
56
+ osview: {};
57
+ osview2: {};
58
+ dataflowplane: {};
59
+ appcache: {};
60
+ };
61
+ IOAccessPermission: {
62
+ Owner: number;
63
+ Observer: number;
64
+ Contributor: number;
65
+ All: number;
66
+ };
67
+ IOStateGroundZero: {
68
+ dirOfSubjects: {};
69
+ subsCache: {};
70
+ subscriptions: {};
71
+ callbacks: {};
72
+ permissions: {};
73
+ };
74
+ GQLParameters: {
75
+ clientconfig_full: {
76
+ keepGQLConnected: boolean;
77
+ dburi_subs: string | undefined;
78
+ dburi_subs_ws: string | undefined;
79
+ dburi_qm: string | undefined;
80
+ };
81
+ clientconfig_sub: {
82
+ keepGQLConnected: boolean;
83
+ dburi_subs: string | undefined;
84
+ dburi_subs_ws: string | undefined;
85
+ };
86
+ clientconfig_qm: {
87
+ dburi_qm: string | undefined;
88
+ };
89
+ masterquery: string;
90
+ };
91
+ LEAFdictionary: {
92
+ map: typeof import("rxjs").map;
93
+ };
94
+ };
95
+ } | undefined;
96
+ }): {
97
+ getCurLEAFIOState: () => any;
98
+ getMasterSubsDir: () => any;
99
+ setNewLEAFIOState: (key: any, state: any, dataOrigin?: number) => number | true;
100
+ setLEAFIOCallback: (key: any, callerid: any, callbackFunc?: null) => void;
101
+ };
102
+ export function initLEAFIOapi({ _LEAFappList, stateObjInstanceID, dirOfSubjects, permissions, metamodel }?: {
103
+ _LEAFappList?: never[] | undefined;
104
+ stateObjInstanceID?: string | undefined;
105
+ dirOfSubjects?: {} | undefined;
106
+ permissions?: {} | undefined;
107
+ metamodel?: {
108
+ breezyforest: {
109
+ _version: string;
110
+ _nickname: string;
111
+ scaffold: {
112
+ map: {
113
+ leaf: {
114
+ logic: {
115
+ type: string;
116
+ args: {};
117
+ };
118
+ provenance: {
119
+ api: string;
120
+ uuid: string;
121
+ graph: {
122
+ appuuid: string;
123
+ name: string;
124
+ version: string;
125
+ };
126
+ };
127
+ appdata: {};
128
+ };
129
+ };
130
+ directory: {
131
+ api: string[];
132
+ logic: string[];
133
+ type: string[];
134
+ args: string[];
135
+ provenance: string[];
136
+ uuid: string[];
137
+ leafapp: string[];
138
+ appdata: string[];
139
+ };
140
+ fetch: (n_e: any, crawlkey: any) => any;
141
+ };
142
+ originType: {
143
+ FRONTEND: number;
144
+ BACKEND: number;
145
+ SCREEN: number;
146
+ };
147
+ subsDirectory: {
148
+ readmefirst: {};
149
+ leaflake: {
150
+ bridges: {
151
+ gql: string;
152
+ };
153
+ };
154
+ appintent: {};
155
+ appmodel: {};
156
+ appview: {};
157
+ osview: {};
158
+ osview2: {};
159
+ dataflowplane: {};
160
+ appcache: {};
161
+ };
162
+ IOAccessPermission: {
163
+ Owner: number;
164
+ Observer: number;
165
+ Contributor: number;
166
+ All: number;
167
+ };
168
+ IOStateGroundZero: {
169
+ dirOfSubjects: {};
170
+ subsCache: {};
171
+ subscriptions: {};
172
+ callbacks: {};
173
+ permissions: {};
174
+ };
175
+ GQLParameters: {
176
+ clientconfig_full: {
177
+ keepGQLConnected: boolean;
178
+ dburi_subs: string | undefined;
179
+ dburi_subs_ws: string | undefined;
180
+ dburi_qm: string | undefined;
181
+ };
182
+ clientconfig_sub: {
183
+ keepGQLConnected: boolean;
184
+ dburi_subs: string | undefined;
185
+ dburi_subs_ws: string | undefined;
186
+ };
187
+ clientconfig_qm: {
188
+ dburi_qm: string | undefined;
189
+ };
190
+ masterquery: string;
191
+ };
192
+ LEAFdictionary: {
193
+ map: typeof import("rxjs").map;
194
+ };
195
+ };
196
+ } | undefined;
197
+ }): {
198
+ getCurLEAFIOState: () => any;
199
+ getMasterSubsDir: () => any;
200
+ setNewLEAFIOState: (key: any, state: any, dataOrigin?: number) => number | true;
201
+ setLEAFIOCallback: (key: any, callerid: any, callbackFunc?: null) => void;
202
+ destructLEAFIOobj: () => void;
203
+ };
204
+ export function initializeMasterSubsDirectory(_stateObjInstanceID: any, _LEAFappList?: any[], _metamodel?: {
205
+ breezyforest: {
206
+ _version: string;
207
+ _nickname: string;
208
+ scaffold: {
209
+ map: {
210
+ leaf: {
211
+ logic: {
212
+ type: string;
213
+ args: {};
214
+ };
215
+ provenance: {
216
+ api: string;
217
+ uuid: string;
218
+ graph: {
219
+ appuuid: string;
220
+ name: string;
221
+ version: string;
222
+ };
223
+ };
224
+ appdata: {};
225
+ };
226
+ };
227
+ directory: {
228
+ api: string[];
229
+ logic: string[];
230
+ type: string[];
231
+ args: string[];
232
+ provenance: string[];
233
+ uuid: string[];
234
+ leafapp: string[];
235
+ appdata: string[];
236
+ };
237
+ fetch: (n_e: any, crawlkey: any) => any;
238
+ };
239
+ originType: {
240
+ FRONTEND: number;
241
+ BACKEND: number;
242
+ SCREEN: number;
243
+ };
244
+ subsDirectory: {
245
+ readmefirst: {};
246
+ leaflake: {
247
+ bridges: {
248
+ gql: string;
249
+ };
250
+ };
251
+ appintent: {};
252
+ appmodel: {};
253
+ appview: {};
254
+ osview: {};
255
+ osview2: {};
256
+ dataflowplane: {};
257
+ appcache: {};
258
+ };
259
+ IOAccessPermission: {
260
+ Owner: number;
261
+ Observer: number;
262
+ Contributor: number;
263
+ All: number;
264
+ };
265
+ IOStateGroundZero: {
266
+ dirOfSubjects: {};
267
+ subsCache: {};
268
+ subscriptions: {};
269
+ callbacks: {};
270
+ permissions: {};
271
+ };
272
+ GQLParameters: {
273
+ clientconfig_full: {
274
+ keepGQLConnected: boolean;
275
+ dburi_subs: string | undefined;
276
+ dburi_subs_ws: string | undefined;
277
+ dburi_qm: string | undefined;
278
+ };
279
+ clientconfig_sub: {
280
+ keepGQLConnected: boolean;
281
+ dburi_subs: string | undefined;
282
+ dburi_subs_ws: string | undefined;
283
+ };
284
+ clientconfig_qm: {
285
+ dburi_qm: string | undefined;
286
+ };
287
+ masterquery: string;
288
+ };
289
+ LEAFdictionary: {
290
+ map: typeof import("rxjs").map;
291
+ };
292
+ };
293
+ }): any[];
@@ -0,0 +1,100 @@
1
+ export function initializeLEAFlakeGQLClient({ _clientConfig, _metamodel, _sessionid }?: {
2
+ _clientConfig?: {
3
+ dburi_subs: string | undefined;
4
+ dburi_subs_ws: string | undefined;
5
+ dburi_qm: string | undefined;
6
+ } | undefined;
7
+ _metamodel?: {
8
+ _version: string;
9
+ _nickname: string;
10
+ scaffold: {
11
+ map: {
12
+ leaf: {
13
+ logic: {
14
+ type: string;
15
+ args: {};
16
+ };
17
+ provenance: {
18
+ api: string;
19
+ uuid: string;
20
+ graph: {
21
+ appuuid: string;
22
+ name: string;
23
+ version: string;
24
+ };
25
+ };
26
+ appdata: {};
27
+ };
28
+ };
29
+ directory: {
30
+ api: string[];
31
+ logic: string[];
32
+ type: string[];
33
+ args: string[];
34
+ provenance: string[];
35
+ uuid: string[];
36
+ leafapp: string[];
37
+ appdata: string[];
38
+ };
39
+ fetch: (n_e: any, crawlkey: any) => any;
40
+ };
41
+ originType: {
42
+ FRONTEND: number;
43
+ BACKEND: number;
44
+ SCREEN: number;
45
+ };
46
+ subsDirectory: {
47
+ readmefirst: {};
48
+ leaflake: {
49
+ bridges: {
50
+ gql: string;
51
+ };
52
+ };
53
+ appintent: {};
54
+ appmodel: {};
55
+ appview: {};
56
+ osview: {};
57
+ osview2: {};
58
+ dataflowplane: {};
59
+ appcache: {};
60
+ };
61
+ IOAccessPermission: {
62
+ Owner: number;
63
+ Observer: number;
64
+ Contributor: number;
65
+ All: number;
66
+ };
67
+ IOStateGroundZero: {
68
+ dirOfSubjects: {};
69
+ subsCache: {};
70
+ subscriptions: {};
71
+ callbacks: {};
72
+ permissions: {};
73
+ };
74
+ GQLParameters: {
75
+ clientconfig_full: {
76
+ keepGQLConnected: boolean;
77
+ dburi_subs: string | undefined;
78
+ dburi_subs_ws: string | undefined;
79
+ dburi_qm: string | undefined;
80
+ };
81
+ clientconfig_sub: {
82
+ keepGQLConnected: boolean;
83
+ dburi_subs: string | undefined;
84
+ dburi_subs_ws: string | undefined;
85
+ };
86
+ clientconfig_qm: {
87
+ dburi_qm: string | undefined;
88
+ };
89
+ masterquery: string;
90
+ };
91
+ LEAFdictionary: {
92
+ map: typeof import("rxjs").map;
93
+ };
94
+ } | undefined;
95
+ _sessionid?: undefined;
96
+ }): {
97
+ subscriptions: {};
98
+ subs_methods: {};
99
+ qm_methods: {};
100
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export function BGTagComponent(props: any): any;
2
+ export function BGTagCenterWindow(props: any): any;
@@ -0,0 +1,2 @@
1
+ export default BGTagYoutube;
2
+ declare function BGTagYoutube(props: any): any;
@@ -0,0 +1 @@
1
+ export default function LEAFImageDropzone(props: any): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default GRAPHQL_CLIENT;
2
+ declare const GRAPHQL_CLIENT: any;
@@ -0,0 +1 @@
1
+ export function LEAFEditor(props: any): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,39 @@
1
+ export function LEAFEdge({ id, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, style, data, arrowHeadType, markerEndId, }: {
2
+ id: any;
3
+ sourceX: any;
4
+ sourceY: any;
5
+ targetX: any;
6
+ targetY: any;
7
+ sourcePosition: any;
8
+ targetPosition: any;
9
+ style?: {} | undefined;
10
+ data: any;
11
+ arrowHeadType: any;
12
+ markerEndId: any;
13
+ }): import("react/jsx-runtime").JSX.Element;
14
+ export function LEAFLambdaEdge({ id, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, style, data, arrowHeadType, markerEndId, }: {
15
+ id: any;
16
+ sourceX: any;
17
+ sourceY: any;
18
+ targetX: any;
19
+ targetY: any;
20
+ sourcePosition: any;
21
+ targetPosition: any;
22
+ style?: {} | undefined;
23
+ data: any;
24
+ arrowHeadType: any;
25
+ markerEndId: any;
26
+ }): import("react/jsx-runtime").JSX.Element;
27
+ export function LEAFAnchorEdge({ id, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, style, data, arrowHeadType, markerEndId, }: {
28
+ id: any;
29
+ sourceX: any;
30
+ sourceY: any;
31
+ targetX: any;
32
+ targetY: any;
33
+ sourcePosition: any;
34
+ targetPosition: any;
35
+ style?: {} | undefined;
36
+ data: any;
37
+ arrowHeadType: any;
38
+ markerEndId: any;
39
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,25 @@
1
+ export function getLEAFgqlStrAddNode(node_input: any): string;
2
+ export function getLEAFgqlStrUpdateNode(node_input: any): string;
3
+ export function getLEAFgqlStrDelNode(node_uuid: any): string;
4
+ export function getLEAFgqlSubs(graph: any): string;
5
+ export function mutateUpdateNode({ variables }: {
6
+ variables: any;
7
+ }): Promise<void>;
8
+ export function mutateAddNode({ variables }: {
9
+ variables: any;
10
+ }): Promise<void>;
11
+ export function mutateDelNode({ node_uuid }: {
12
+ node_uuid: any;
13
+ }): Promise<void>;
14
+ export function mutateAddEdge({ variables }: {
15
+ variables: any;
16
+ }): Promise<void>;
17
+ export function mutateDelEdge({ edge_uuid }: {
18
+ edge_uuid: any;
19
+ }): Promise<void>;
20
+ export const MUT_UPDATENODE: "mutation UpdateNode($uuid: String!, $data: String!) {\n updateNode(input: {filter: {uuid: {eq: $uuid}}, set: {data: $data}}) {node {uuid}}\n}";
21
+ export const MUT_ADDNODE: "mutation AddNode($uuid: String!, $leafnodetype: String, $data: String!, $graphdomain: String!, $graphappid: String!, $provdomain: String!, $provappid: String!) {\n addNode(input: [{uuid: $uuid, leafnodetype: $leafnodetype, graph: {domain: $graphdomain, appid: $graphappid}, provenance: {domain: $provdomain, appid: $provappid}, data: $data}]) {node {uuid}}\n}";
22
+ export const MUT_DELNODE: "mutation DeleteNode($uuid: String!) {\n deleteNode(nfilter: {uuid: {eq: $uuid}}) {node {uuid}}\n}";
23
+ export const endpoint_subs: string | undefined;
24
+ export const websocket_subs: string | undefined;
25
+ export const endpoint_qm: string | undefined;
@@ -0,0 +1,13 @@
1
+ export const LEAFUtilityNode: React.NamedExoticComponent<object>;
2
+ export const LEAFOperatorNode: React.NamedExoticComponent<object>;
3
+ export const LEAFDataFilterNode: React.NamedExoticComponent<object>;
4
+ export const LEAFDataCombineNode: React.NamedExoticComponent<object>;
5
+ export const LEAFNodeContextNode: React.NamedExoticComponent<object>;
6
+ export const LEAFEdgeContextNode: React.NamedExoticComponent<object>;
7
+ export const LEAFAnchorPointNode: React.NamedExoticComponent<object>;
8
+ export const LEAFDeckSpade: React.NamedExoticComponent<object>;
9
+ export const LEAFDeckDiamond: React.NamedExoticComponent<object>;
10
+ export const LEAFDeckHeart: React.NamedExoticComponent<object>;
11
+ export const LEAFDeckClub: React.NamedExoticComponent<object>;
12
+ export const LEAFDeckTracker: React.NamedExoticComponent<object>;
13
+ import React from 'react';
@@ -0,0 +1,5 @@
1
+ declare const _default: React.MemoExoticComponent<({ data }: {
2
+ data: any;
3
+ }) => import("react/jsx-runtime").JSX.Element>;
4
+ export default _default;
5
+ import React from 'react';
@@ -0,0 +1,3 @@
1
+ export const LEAFAnchorPoint: React.NamedExoticComponent<object>;
2
+ export function LEAFEditorAnchorNode(apidef: any): React.NamedExoticComponent<object>;
3
+ import React from 'react';
@@ -0,0 +1,3 @@
1
+ export const LEAFNodeContext: React.NamedExoticComponent<object>;
2
+ export const LEAFEdgeContext: React.NamedExoticComponent<object>;
3
+ import React from 'react';
@@ -0,0 +1,2 @@
1
+ export const LEAFDataCombine: React.NamedExoticComponent<object>;
2
+ import React from 'react';
@@ -0,0 +1,2 @@
1
+ export const LEAFDataFilter: React.NamedExoticComponent<object>;
2
+ import React from 'react';
@@ -0,0 +1,3 @@
1
+ export function useLEAFDebugger({ data }: {
2
+ data: any;
3
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export const LEAFDeckSpade: React.NamedExoticComponent<object>;
2
+ export const LEAFDeckDiamond: React.NamedExoticComponent<object>;
3
+ export const LEAFDeckHeart: React.NamedExoticComponent<object>;
4
+ export const LEAFDeckClub: React.NamedExoticComponent<object>;
5
+ export const LEAFDeckTracker: React.NamedExoticComponent<object>;
6
+ import React from 'react';
@@ -0,0 +1,20 @@
1
+ export function LEAFEditorTinyNode(apidef: any): React.NamedExoticComponent<object>;
2
+ export function LEAFEditorCircularNode(apidef: any): React.NamedExoticComponent<object>;
3
+ export function LEAFEditorElementNode(apidef: any): React.NamedExoticComponent<object>;
4
+ export function LEAFEditorCircularNamedNode(apidef: any): React.NamedExoticComponent<object>;
5
+ export function LEAFEditorCircularNamedBooleanNode(apidef: any): React.NamedExoticComponent<object>;
6
+ export function constructEditorNodeTypes(leafapi: any): {};
7
+ import { LEAFUtility } from './utility.js';
8
+ import { LEAFSpell } from './spell.js';
9
+ import { LEAFDataFilter } from './datafilter.js';
10
+ import { LEAFDataCombine } from './datacombine.js';
11
+ import { LEAFNodeContext } from './context.js';
12
+ import { LEAFEdgeContext } from './context.js';
13
+ import { LEAFAnchorPoint } from './anchorpoint.js';
14
+ import { LEAFDeckSpade } from './deck.js';
15
+ import { LEAFDeckDiamond } from './deck.js';
16
+ import { LEAFDeckHeart } from './deck.js';
17
+ import { LEAFDeckClub } from './deck.js';
18
+ import { LEAFDeckTracker } from './deck.js';
19
+ import React from 'react';
20
+ export { LEAFUtility, LEAFSpell, LEAFDataFilter, LEAFDataCombine, LEAFNodeContext, LEAFEdgeContext, LEAFAnchorPoint, LEAFDeckSpade, LEAFDeckDiamond, LEAFDeckHeart, LEAFDeckClub, LEAFDeckTracker };
@@ -0,0 +1,4 @@
1
+ export function useLEAFNodeMenu({ data, touchconfig }: {
2
+ data: any;
3
+ touchconfig: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export const NodeIdContext: import("react").Context<null>;
2
+ export const Provider: import("react").Provider<null>;
3
+ export const Consumer: import("react").Consumer<null>;
4
+ export default NodeIdContext;
@@ -0,0 +1,12 @@
1
+ export function checkElementBelowIsValid(event: any, connectionMode: any, isTarget: any, nodeId: any, handleId: any, isValidConnection: any, doc: any): {
2
+ elementBelow: any;
3
+ isValid: boolean;
4
+ connection: {
5
+ source: null;
6
+ target: null;
7
+ sourceHandle: null;
8
+ targetHandle: null;
9
+ };
10
+ isHoveringHandle: boolean;
11
+ };
12
+ export function onMouseDown(event: any, handleId: any, nodeId: any, setState: any, onConnect: any, isTarget: any, isValidConnection: any, connectionMode: any, elementEdgeUpdaterType: any, onEdgeUpdateEnd: any, onConnectStart: any, onConnectStop: any, onConnectEnd: any): void;
@@ -0,0 +1,5 @@
1
+ export const AnchorPort: React.NamedExoticComponent<React.RefAttributes<any>>;
2
+ export const DataPort: React.NamedExoticComponent<React.RefAttributes<any>>;
3
+ export const LambdaPort: React.NamedExoticComponent<React.RefAttributes<any>>;
4
+ export const DebugPort: React.NamedExoticComponent<React.RefAttributes<any>>;
5
+ import React from 'react';
@@ -0,0 +1 @@
1
+ export const LEAFSpell: undefined;
@@ -0,0 +1,83 @@
1
+ export namespace debugHandleStyle {
2
+ let borderColor: string;
3
+ let background: string;
4
+ let top: string;
5
+ let left: string;
6
+ let zIndex: number;
7
+ }
8
+ export namespace targetHandleStyle {
9
+ let background_1: string;
10
+ export { background_1 as background };
11
+ let top_1: string;
12
+ export { top_1 as top };
13
+ let left_1: string;
14
+ export { left_1 as left };
15
+ }
16
+ export namespace targetAuxHandleStyle {
17
+ let background_2: string;
18
+ export { background_2 as background };
19
+ let left_2: string;
20
+ export { left_2 as left };
21
+ }
22
+ export namespace sourceAuxHandleStyle {
23
+ let background_3: string;
24
+ export { background_3 as background };
25
+ let left_3: string;
26
+ export { left_3 as left };
27
+ }
28
+ export namespace targetAuxDataHandleStyle {
29
+ let background_4: string;
30
+ export { background_4 as background };
31
+ let top_2: string;
32
+ export { top_2 as top };
33
+ let left_4: string;
34
+ export { left_4 as left };
35
+ }
36
+ export namespace sourceAuxDataHandleStyle {
37
+ let background_5: string;
38
+ export { background_5 as background };
39
+ let top_3: string;
40
+ export { top_3 as top };
41
+ let left_5: string;
42
+ export { left_5 as left };
43
+ }
44
+ export namespace targetAnchorHandleStyle {
45
+ let background_6: string;
46
+ export { background_6 as background };
47
+ let top_4: string;
48
+ export { top_4 as top };
49
+ let left_6: string;
50
+ export { left_6 as left };
51
+ let zIndex_1: number;
52
+ export { zIndex_1 as zIndex };
53
+ }
54
+ export namespace sourceAnchorHandleStyle {
55
+ let background_7: string;
56
+ export { background_7 as background };
57
+ let top_5: string;
58
+ export { top_5 as top };
59
+ let left_7: string;
60
+ export { left_7 as left };
61
+ let zIndex_2: number;
62
+ export { zIndex_2 as zIndex };
63
+ }
64
+ export namespace sourceHandleStyle {
65
+ let top_6: string;
66
+ export { top_6 as top };
67
+ let left_8: string;
68
+ export { left_8 as left };
69
+ }
70
+ export namespace sourceHandleStyleA {
71
+ let top_7: string;
72
+ export { top_7 as top };
73
+ let left_9: string;
74
+ export { left_9 as left };
75
+ }
76
+ export namespace sourceHandleStyleB {
77
+ export let bottom: string;
78
+ let top_8: string;
79
+ export { top_8 as top };
80
+ let left_10: string;
81
+ export { left_10 as left };
82
+ }
83
+ export const useStyles: import("@emotion/styled").StyledComponent<import("@mui/material/Paper").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "children" | "sx" | "style" | "className" | "classes" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;