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,5 @@
1
+ declare namespace _default {
2
+ export { LEAFUICircularTextInputNode };
3
+ }
4
+ export default _default;
5
+ declare const LEAFUICircularTextInputNode: any;
@@ -0,0 +1,3 @@
1
+ export function onConnect(params: any): void;
2
+ export function onHandleTouch(event: any): void;
3
+ export function onTouchStart(event: any): void;
@@ -0,0 +1,2 @@
1
+ export const LEAFUtility: React.NamedExoticComponent<object>;
2
+ import React from 'react';
@@ -0,0 +1,6 @@
1
+ export { index as i };
2
+ declare var index: React.MemoExoticComponent<{
3
+ (_ref: any): React.ReactSVGElement;
4
+ displayName: string;
5
+ }>;
6
+ import React from 'react';
@@ -0,0 +1,59 @@
1
+ declare function getBoundsofRects(rect1: any, rect2: any): {
2
+ x: any;
3
+ y: any;
4
+ width: number;
5
+ height: number;
6
+ };
7
+ declare var BackgroundVariant: any;
8
+ declare var ConnectionMode: any;
9
+ declare function _arrayLikeToArray(arr: any, len: any): any[];
10
+ declare function _unsupportedIterableToArray(o: any, minLen: any): any[] | undefined;
11
+ declare function getD3Transition(selection: any, ...args: any[]): any;
12
+ declare function fitView(get: any, ...args: any[]): boolean;
13
+ declare function pointToRendererPoint(_ref2: any, _ref3: any, snapToGrid: any, _ref4: any): {
14
+ x: number;
15
+ y: number;
16
+ };
17
+ declare var MarkerType: any;
18
+ declare var Position: any;
19
+ declare function _slicedToArray(arr: any, i: any): void | any[];
20
+ declare function _defineProperty(obj: any, key: any, value: any): any;
21
+ declare var useStore: any;
22
+ declare function addEdge(edgeParams: any, edges: any): any;
23
+ declare function getMarkerId(marker: any): string;
24
+ declare function getConnectedEdges(nodes: any, edges: any): any;
25
+ declare function getDimensions(node: any): {
26
+ width: any;
27
+ height: any;
28
+ };
29
+ declare function getHostForElement(element: any): any;
30
+ declare var PanOnScrollMode: any;
31
+ declare function clamp(val: any, ...args: any[]): number;
32
+ declare function getNodesInside(nodeInternals: any, rect: any, ...args: any[]): any[];
33
+ declare function getSelectionChanges(items: any, selectedIds: any): any;
34
+ declare function getRectOfNodes(nodes: any): {
35
+ x: any;
36
+ y: any;
37
+ width: number;
38
+ height: number;
39
+ };
40
+ declare var ConnectionLineType: any;
41
+ declare function isNumeric(n: any): boolean;
42
+ declare var Provider: any;
43
+ declare function createStore(): any;
44
+ declare function applyEdgeChanges(changes: any, edges: any): any;
45
+ declare function rectToBox(_ref: any): {
46
+ x: any;
47
+ y: any;
48
+ x2: any;
49
+ y2: any;
50
+ };
51
+ declare function applyNodeChanges(changes: any, nodes: any): any;
52
+ declare function isNode(element: any): boolean;
53
+ declare var useStoreApi: any;
54
+ declare function isEdge(element: any): boolean;
55
+ declare function getOutgoers(node: any, nodes: any, edges: any): any;
56
+ declare function getIncomers(node: any, nodes: any, edges: any): any;
57
+ declare function updateEdge(oldEdge: any, newConnection: any, edges: any): any;
58
+ declare function getTransformForBounds(bounds: any, width: any, height: any, minZoom: any, maxZoom: any, ...args: any[]): number[];
59
+ export { getBoundsofRects as A, BackgroundVariant as B, ConnectionMode as C, _arrayLikeToArray as D, _unsupportedIterableToArray as E, getD3Transition as F, fitView as G, pointToRendererPoint as H, MarkerType as M, Position as P, _slicedToArray as _, _defineProperty as a, useStore as b, addEdge as c, getMarkerId as d, getConnectedEdges as e, getDimensions as f, getHostForElement as g, PanOnScrollMode as h, clamp as i, getNodesInside as j, getSelectionChanges as k, getRectOfNodes as l, ConnectionLineType as m, isNumeric as n, Provider as o, createStore as p, applyEdgeChanges as q, rectToBox as r, applyNodeChanges as s, isNode as t, useStoreApi as u, isEdge as v, getOutgoers as w, getIncomers as x, updateEdge as y, getTransformForBounds as z };
@@ -0,0 +1,6 @@
1
+ export { index as i };
2
+ declare var index: React.MemoExoticComponent<{
3
+ (_ref: any): React.ReactSVGElement;
4
+ displayName: string;
5
+ }>;
6
+ import React from 'react';
@@ -0,0 +1,6 @@
1
+ export { index as i };
2
+ declare var index: React.MemoExoticComponent<{
3
+ (_ref: any): React.ReactSVGElement;
4
+ displayName: string;
5
+ }>;
6
+ import React from 'react';
@@ -0,0 +1,59 @@
1
+ declare function getBoundsofRects(rect1: any, rect2: any): {
2
+ x: any;
3
+ y: any;
4
+ width: number;
5
+ height: number;
6
+ };
7
+ declare var BackgroundVariant: any;
8
+ declare var ConnectionMode: any;
9
+ declare function _arrayLikeToArray(arr: any, len: any): any[];
10
+ declare function _unsupportedIterableToArray(o: any, minLen: any): any[] | undefined;
11
+ declare function getD3Transition(selection: any, ...args: any[]): any;
12
+ declare function fitView(get: any, ...args: any[]): boolean;
13
+ declare function pointToRendererPoint(_ref2: any, _ref3: any, snapToGrid: any, _ref4: any): {
14
+ x: number;
15
+ y: number;
16
+ };
17
+ declare var MarkerType: any;
18
+ declare var Position: any;
19
+ declare function _slicedToArray(arr: any, i: any): void | any[];
20
+ declare function _defineProperty(obj: any, key: any, value: any): any;
21
+ declare var useStore: any;
22
+ declare function addEdge(edgeParams: any, edges: any): any;
23
+ declare function getMarkerId(marker: any): string;
24
+ declare function getConnectedEdges(nodes: any, edges: any): any;
25
+ declare function getDimensions(node: any): {
26
+ width: any;
27
+ height: any;
28
+ };
29
+ declare function getHostForElement(element: any): any;
30
+ declare var PanOnScrollMode: any;
31
+ declare function clamp(val: any, ...args: any[]): number;
32
+ declare function getNodesInside(nodeInternals: any, rect: any, ...args: any[]): any[];
33
+ declare function getSelectionChanges(items: any, selectedIds: any): any;
34
+ declare function getRectOfNodes(nodes: any): {
35
+ x: any;
36
+ y: any;
37
+ width: number;
38
+ height: number;
39
+ };
40
+ declare var ConnectionLineType: any;
41
+ declare function isNumeric(n: any): boolean;
42
+ declare var Provider: any;
43
+ declare function createStore(): any;
44
+ declare function applyEdgeChanges(changes: any, edges: any): any;
45
+ declare function rectToBox(_ref: any): {
46
+ x: any;
47
+ y: any;
48
+ x2: any;
49
+ y2: any;
50
+ };
51
+ declare function applyNodeChanges(changes: any, nodes: any): any;
52
+ declare function isNode(element: any): boolean;
53
+ declare var useStoreApi: any;
54
+ declare function isEdge(element: any): boolean;
55
+ declare function getOutgoers(node: any, nodes: any, edges: any): any;
56
+ declare function getIncomers(node: any, nodes: any, edges: any): any;
57
+ declare function updateEdge(oldEdge: any, newConnection: any, edges: any): any;
58
+ declare function getTransformForBounds(bounds: any, width: any, height: any, minZoom: any, maxZoom: any, ...args: any[]): number[];
59
+ export { getBoundsofRects as A, BackgroundVariant as B, ConnectionMode as C, _arrayLikeToArray as D, _unsupportedIterableToArray as E, getD3Transition as F, fitView as G, pointToRendererPoint as H, MarkerType as M, Position as P, _slicedToArray as _, _defineProperty as a, useStore as b, addEdge as c, getMarkerId as d, getConnectedEdges as e, getDimensions as f, getHostForElement as g, PanOnScrollMode as h, clamp as i, getNodesInside as j, getSelectionChanges as k, getRectOfNodes as l, ConnectionLineType as m, isNumeric as n, Provider as o, createStore as p, applyEdgeChanges as q, rectToBox as r, applyNodeChanges as s, isNode as t, useStoreApi as u, isEdge as v, getOutgoers as w, getIncomers as x, updateEdge as y, getTransformForBounds as z };
@@ -0,0 +1,10 @@
1
+ declare function ControlButton(_ref: any): React.DetailedReactHTMLElement<any, HTMLElement>;
2
+ declare var index: React.MemoExoticComponent<{
3
+ (_ref2: any): React.DetailedReactHTMLElement<{
4
+ className: string;
5
+ style: any;
6
+ }, HTMLElement> | null;
7
+ displayName: string;
8
+ }>;
9
+ import React from 'react';
10
+ export { ControlButton as C, index as i };
@@ -0,0 +1,6 @@
1
+ export { index as i };
2
+ declare var index: React.MemoExoticComponent<{
3
+ (_ref: any): React.ReactSVGElement;
4
+ displayName: string;
5
+ }>;
6
+ import React from 'react';
@@ -0,0 +1,10 @@
1
+ declare function ControlButton(_ref: any): React.DetailedReactHTMLElement<any, HTMLElement>;
2
+ declare var index: React.MemoExoticComponent<{
3
+ (_ref2: any): React.DetailedReactHTMLElement<{
4
+ className: string;
5
+ style: any;
6
+ }, HTMLElement> | null;
7
+ displayName: string;
8
+ }>;
9
+ import React from 'react';
10
+ export { ControlButton as C, index as i };
@@ -0,0 +1,36 @@
1
+ export { u as useReactFlow } from "./useReactFlow-cc33f6cf.js";
2
+ export { i as MiniMap } from "./index-01ed4353.js";
3
+ export { i as Background } from "./index-b881a05d.js";
4
+ export { u as useUpdateNodeInternals } from "./useUpdateNodeInternals-abf24046.js";
5
+ export { u as useNodes } from "./useNodes-63cbcb3a.js";
6
+ export { u as useEdges } from "./useEdges-51dc10fe.js";
7
+ export { u as useViewport } from "./useViewport-706ddc1d.js";
8
+ import { g as getHostForElement } from './index-612ea0fa.js';
9
+ export var BezierEdge: React.NamedExoticComponent<object>;
10
+ declare var EdgeText$1: React.MemoExoticComponent<(_ref: any) => React.ReactSVGElement | null>;
11
+ declare var Handle$1: React.NamedExoticComponent<React.RefAttributes<any>>;
12
+ export function ReactFlowProvider(_ref: any): React.FunctionComponentElement<{
13
+ createStore: () => any;
14
+ }>;
15
+ export namespace ReactFlowProvider {
16
+ let displayName: string;
17
+ }
18
+ export var SimpleBezierEdge: React.NamedExoticComponent<object>;
19
+ export var SmoothStepEdge: React.NamedExoticComponent<object>;
20
+ export var StepEdge: React.NamedExoticComponent<object>;
21
+ export var StraightEdge: React.NamedExoticComponent<object>;
22
+ declare var ReactFlow: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
23
+ declare function getBezierCenter(_ref3: any): number[];
24
+ export function getBezierPath(_ref2: any): string;
25
+ declare function getCenter(_ref: any): any[];
26
+ export function getMarkerEnd(markerType: any, markerEndId: any): string;
27
+ declare function getSimpleBezierCenter(_ref3: any): number[];
28
+ export function getSimpleBezierPath(_ref2: any): string;
29
+ export function getSmoothStepPath(_ref: any): string;
30
+ export function useEdgesState(initialItems: any): any[];
31
+ export function useKeyPress(...args: any[]): any;
32
+ export function useNodesState(initialItems: any): any[];
33
+ import React from 'react';
34
+ export { getHostForElement, EdgeText$1 as EdgeText, Handle$1 as Handle, ReactFlow as default, getBezierCenter as getBezierEdgeCenter, getCenter as getEdgeCenter, getSimpleBezierCenter as getSimpleBezierEdgeCenter };
35
+ export { B as BackgroundVariant, m as ConnectionLineType, C as ConnectionMode, M as MarkerType, h as PanOnScrollMode, P as Position, c as addEdge, q as applyEdgeChanges, s as applyNodeChanges, e as getConnectedEdges, x as getIncomers, w as getOutgoers, l as getRectOfNodes, z as getTransformForBounds, v as isEdge, t as isNode, y as updateEdge, b as useStore, u as useStoreApi } from "./index-612ea0fa.js";
36
+ export { C as ControlButton, i as Controls } from "./index-fa10fd6d.js";
@@ -0,0 +1 @@
1
+ export { C as ControlButton, i as default } from "./index-fa10fd6d.js";
@@ -0,0 +1 @@
1
+ export { i as default } from "./index-b881a05d.js";
@@ -0,0 +1 @@
1
+ export { i as default } from "./index-01ed4353.js";
@@ -0,0 +1,2 @@
1
+ export { useEdges as u };
2
+ declare function useEdges(): any;
@@ -0,0 +1,2 @@
1
+ export { useEdges as u };
2
+ declare function useEdges(): any;
@@ -0,0 +1 @@
1
+ export { u as default } from "./useEdges-51dc10fe.js";
@@ -0,0 +1,2 @@
1
+ export { useNodes as u };
2
+ declare function useNodes(): any;
@@ -0,0 +1,2 @@
1
+ export { useNodes as u };
2
+ declare function useNodes(): any;
@@ -0,0 +1 @@
1
+ export { u as default } from "./useNodes-63cbcb3a.js";
@@ -0,0 +1,4 @@
1
+ declare function _toConsumableArray(arr: any): void | any[];
2
+ declare function _objectWithoutProperties(source: any, excluded: any): {};
3
+ declare function useReactFlow(): any;
4
+ export { _toConsumableArray as _, _objectWithoutProperties as a, useReactFlow as u };
@@ -0,0 +1,4 @@
1
+ declare function _objectWithoutProperties(source: any, excluded: any): {};
2
+ declare function _toConsumableArray(arr: any): void | any[];
3
+ declare function useReactFlow(): any;
4
+ export { _objectWithoutProperties as _, _toConsumableArray as a, useReactFlow as u };
@@ -0,0 +1 @@
1
+ export { u as default } from "./useReactFlow-cc33f6cf.js";
@@ -0,0 +1,2 @@
1
+ export { useUpdateNodeInternals as u };
2
+ declare function useUpdateNodeInternals(): (id: any) => void;
@@ -0,0 +1,2 @@
1
+ export { useUpdateNodeInternals as u };
2
+ declare function useUpdateNodeInternals(): (id: any) => void;
@@ -0,0 +1 @@
1
+ export { u as default } from "./useUpdateNodeInternals-abf24046.js";
@@ -0,0 +1,2 @@
1
+ export { useViewport as u };
2
+ declare function useViewport(): any;
@@ -0,0 +1,2 @@
1
+ export { useViewport as u };
2
+ declare function useViewport(): any;
@@ -0,0 +1 @@
1
+ export { u as default } from "./useViewport-706ddc1d.js";
@@ -0,0 +1,300 @@
1
+ export function BaseEdge({ id, path, labelX, labelY, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, style, markerEnd, markerStart, interactionWidth, }: {
2
+ id: any;
3
+ path: any;
4
+ labelX: any;
5
+ labelY: any;
6
+ label: any;
7
+ labelStyle: any;
8
+ labelShowBg: any;
9
+ labelBgStyle: any;
10
+ labelBgPadding: any;
11
+ labelBgBorderRadius: any;
12
+ style: any;
13
+ markerEnd: any;
14
+ markerStart: any;
15
+ interactionWidth?: number | undefined;
16
+ }): React.FunctionComponentElement<React.FragmentProps>;
17
+ export namespace BaseEdge {
18
+ let displayName: string;
19
+ }
20
+ export const BezierEdge: React.NamedExoticComponent<object>;
21
+ export var ConnectionLineType: any;
22
+ export var ConnectionMode: any;
23
+ export function EdgeLabelRenderer({ children }: {
24
+ children: any;
25
+ }): any;
26
+ declare var EdgeText$1: React.MemoExoticComponent<({ x, y, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, children, className, ...rest }: {
27
+ [x: string]: any;
28
+ x: any;
29
+ y: any;
30
+ label: any;
31
+ labelStyle?: {} | undefined;
32
+ labelShowBg?: boolean | undefined;
33
+ labelBgStyle?: {} | undefined;
34
+ labelBgPadding?: number[] | undefined;
35
+ labelBgBorderRadius?: number | undefined;
36
+ children: any;
37
+ className: any;
38
+ }) => React.ReactSVGElement | null>;
39
+ declare var Handle$1: React.NamedExoticComponent<React.RefAttributes<any>>;
40
+ export var MarkerType: any;
41
+ export var PanOnScrollMode: any;
42
+ export function Panel({ position, children, className, style, ...rest }: {
43
+ [x: string]: any;
44
+ position: any;
45
+ children: any;
46
+ className: any;
47
+ style: any;
48
+ }): React.DetailedReactHTMLElement<{
49
+ className: string;
50
+ style: any;
51
+ }, HTMLElement>;
52
+ export var Position: any;
53
+ export const ReactFlow: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
54
+ export function ReactFlowProvider({ children }: {
55
+ children: any;
56
+ }): React.FunctionComponentElement<React.ProviderProps<null>>;
57
+ export namespace ReactFlowProvider {
58
+ let displayName_1: string;
59
+ export { displayName_1 as displayName };
60
+ }
61
+ export var SelectionMode: any;
62
+ export const SimpleBezierEdge: React.NamedExoticComponent<object>;
63
+ export const SmoothStepEdge: React.NamedExoticComponent<object>;
64
+ export const StepEdge: React.NamedExoticComponent<object>;
65
+ export const StraightEdge: React.NamedExoticComponent<object>;
66
+ export function addEdge(edgeParams: any, edges: any): any;
67
+ export function applyEdgeChanges(changes: any, edges: any): any;
68
+ export function applyNodeChanges(changes: any, nodes: any): any;
69
+ export function boxToRect({ x, y, x2, y2 }: {
70
+ x: any;
71
+ y: any;
72
+ x2: any;
73
+ y2: any;
74
+ }): {
75
+ x: any;
76
+ y: any;
77
+ width: number;
78
+ height: number;
79
+ };
80
+ export function clamp(val: any, min?: number, max?: number): number;
81
+ export function getBezierPath({ sourceX, sourceY, sourcePosition, targetX, targetY, targetPosition, curvature, }: {
82
+ sourceX: any;
83
+ sourceY: any;
84
+ sourcePosition?: any;
85
+ targetX: any;
86
+ targetY: any;
87
+ targetPosition?: any;
88
+ curvature?: number | undefined;
89
+ }): (string | number)[];
90
+ export function getBoundsOfRects(rect1: any, rect2: any): {
91
+ x: any;
92
+ y: any;
93
+ width: number;
94
+ height: number;
95
+ };
96
+ export function getConnectedEdges(nodes: any, edges: any): any;
97
+ export function getIncomers(node: any, nodes: any, edges: any): any;
98
+ export function getMarkerEnd(markerType: any, markerEndId: any): string;
99
+ export function getNodePositionWithOrigin(node: any, nodeOrigin?: number[]): {
100
+ x: number;
101
+ y: number;
102
+ positionAbsolute: {
103
+ x: number;
104
+ y: number;
105
+ };
106
+ };
107
+ export function getNodesBounds(nodes: any, nodeOrigin?: number[]): {
108
+ x: any;
109
+ y: any;
110
+ width: number;
111
+ height: number;
112
+ };
113
+ export function getOutgoers(node: any, nodes: any, edges: any): any;
114
+ export function getRectOfNodes(nodes: any, nodeOrigin?: number[]): {
115
+ x: any;
116
+ y: any;
117
+ width: number;
118
+ height: number;
119
+ };
120
+ export function getSimpleBezierPath({ sourceX, sourceY, sourcePosition, targetX, targetY, targetPosition, }: {
121
+ sourceX: any;
122
+ sourceY: any;
123
+ sourcePosition?: any;
124
+ targetX: any;
125
+ targetY: any;
126
+ targetPosition?: any;
127
+ }): (string | number)[];
128
+ export function getSmoothStepPath({ sourceX, sourceY, sourcePosition, targetX, targetY, targetPosition, borderRadius, centerX, centerY, offset, }: {
129
+ sourceX: any;
130
+ sourceY: any;
131
+ sourcePosition?: any;
132
+ targetX: any;
133
+ targetY: any;
134
+ targetPosition?: any;
135
+ borderRadius?: number | undefined;
136
+ centerX: any;
137
+ centerY: any;
138
+ offset?: number | undefined;
139
+ }): any[];
140
+ export function getStraightPath({ sourceX, sourceY, targetX, targetY, }: {
141
+ sourceX: any;
142
+ sourceY: any;
143
+ targetX: any;
144
+ targetY: any;
145
+ }): any[];
146
+ export function getTransformForBounds(bounds: any, width: any, height: any, minZoom: any, maxZoom: any, padding?: number): number[];
147
+ export function getViewportForBounds(bounds: any, width: any, height: any, minZoom: any, maxZoom: any, padding?: number): {
148
+ x: number;
149
+ y: number;
150
+ zoom: number;
151
+ };
152
+ export function handleParentExpand(res: any, updateItem: any): void;
153
+ export const internalsSymbol: unique symbol;
154
+ export function isEdge(element: any): boolean;
155
+ export function isNode(element: any): boolean;
156
+ export function rectToBox({ x, y, width, height }: {
157
+ x: any;
158
+ y: any;
159
+ width: any;
160
+ height: any;
161
+ }): {
162
+ x: any;
163
+ y: any;
164
+ x2: any;
165
+ y2: any;
166
+ };
167
+ export function updateEdge(oldEdge: any, newConnection: any, edges: any, options?: {
168
+ shouldReplaceId: boolean;
169
+ }): any;
170
+ export function useEdges(): any;
171
+ export function useEdgesState(initialItems: any): any[];
172
+ export function useGetPointerPosition(): ({ sourceEvent }: {
173
+ sourceEvent: any;
174
+ }) => {
175
+ x: number;
176
+ y: number;
177
+ xSnapped: number;
178
+ ySnapped: number;
179
+ };
180
+ export function useKeyPress(keyCode?: null, options?: {
181
+ actInsideInputWithModifier: boolean;
182
+ }): boolean;
183
+ export function useNodeId(): null;
184
+ export function useNodes(): any;
185
+ export function useNodesInitialized(options?: {
186
+ includeHiddenNodes: boolean;
187
+ }): any;
188
+ export function useNodesState(initialItems: any): any[];
189
+ export function useOnSelectionChange({ onChange }: {
190
+ onChange: any;
191
+ }): void;
192
+ export function useOnViewportChange({ onStart, onChange, onEnd }: {
193
+ onStart: any;
194
+ onChange: any;
195
+ onEnd: any;
196
+ }): void;
197
+ export function useReactFlow(): {
198
+ getNodes: () => any;
199
+ getNode: (id: any) => any;
200
+ getEdges: () => any;
201
+ getEdge: (id: any) => any;
202
+ setNodes: (payload: any) => void;
203
+ setEdges: (payload: any) => void;
204
+ addNodes: (payload: any) => void;
205
+ addEdges: (payload: any) => void;
206
+ toObject: () => {
207
+ nodes: any;
208
+ edges: any;
209
+ viewport: {
210
+ x: any;
211
+ y: any;
212
+ zoom: any;
213
+ };
214
+ };
215
+ deleteElements: ({ nodes: nodesDeleted, edges: edgesDeleted }: {
216
+ nodes: any;
217
+ edges: any;
218
+ }) => void;
219
+ getIntersectingNodes: (nodeOrRect: any, partially: boolean | undefined, nodes: any) => any;
220
+ isNodeIntersecting: (nodeOrRect: any, area: any, partially?: boolean) => boolean;
221
+ zoomIn: () => void;
222
+ zoomOut: () => void;
223
+ zoomTo: () => void;
224
+ getZoom: () => number;
225
+ setViewport: () => void;
226
+ getViewport: () => {
227
+ x: number;
228
+ y: number;
229
+ zoom: number;
230
+ };
231
+ fitView: () => boolean;
232
+ setCenter: () => void;
233
+ fitBounds: () => void;
234
+ project: (position: any) => any;
235
+ screenToFlowPosition: (position: any) => any;
236
+ flowToScreenPosition: (position: any) => any;
237
+ viewportInitialized: boolean;
238
+ } | {
239
+ getNodes: () => any;
240
+ getNode: (id: any) => any;
241
+ getEdges: () => any;
242
+ getEdge: (id: any) => any;
243
+ setNodes: (payload: any) => void;
244
+ setEdges: (payload: any) => void;
245
+ addNodes: (payload: any) => void;
246
+ addEdges: (payload: any) => void;
247
+ toObject: () => {
248
+ nodes: any;
249
+ edges: any;
250
+ viewport: {
251
+ x: any;
252
+ y: any;
253
+ zoom: any;
254
+ };
255
+ };
256
+ deleteElements: ({ nodes: nodesDeleted, edges: edgesDeleted }: {
257
+ nodes: any;
258
+ edges: any;
259
+ }) => void;
260
+ getIntersectingNodes: (nodeOrRect: any, partially: boolean | undefined, nodes: any) => any;
261
+ isNodeIntersecting: (nodeOrRect: any, area: any, partially?: boolean) => boolean;
262
+ zoomIn: (options: any) => any;
263
+ zoomOut: (options: any) => any;
264
+ zoomTo: (zoomLevel: any, options: any) => any;
265
+ getZoom: () => any;
266
+ setViewport: (transform: any, options: any) => void;
267
+ getViewport: () => {
268
+ x: any;
269
+ y: any;
270
+ zoom: any;
271
+ };
272
+ fitView: (options: any) => boolean;
273
+ setCenter: (x: any, y: any, options: any) => void;
274
+ fitBounds: (bounds: any, options: any) => void;
275
+ project: (position: any) => {
276
+ x: number;
277
+ y: number;
278
+ };
279
+ screenToFlowPosition: (position: any) => any;
280
+ flowToScreenPosition: (position: any) => any;
281
+ viewportInitialized: boolean;
282
+ };
283
+ export function useStore(selector: any, equalityFn: any): any;
284
+ export function useStoreApi(): {
285
+ getState: any;
286
+ setState: any;
287
+ subscribe: any;
288
+ destroy: any;
289
+ };
290
+ export function useUpdateNodeInternals(): (id: any) => void;
291
+ export function useViewport(): any;
292
+ export function getHostForElement(element: any): any;
293
+ export function getEdgeCenter({ sourceX, sourceY, targetX, targetY, }: {
294
+ sourceX: any;
295
+ sourceY: any;
296
+ targetX: any;
297
+ targetY: any;
298
+ }): any[];
299
+ import React from 'react';
300
+ export { EdgeText$1 as EdgeText, Handle$1 as Handle };
@@ -0,0 +1,2 @@
1
+ export default Sidebar;
2
+ declare function Sidebar(props: any): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export function LEAT3DNavigator(props: any): import("react/jsx-runtime").JSX.Element;
2
+ export function leafElementgnavLambda(): (props: any) => import("react/jsx-runtime").JSX.Element;
3
+ export function setupRaycaster(screenpoint: any, dimensions: any, camera: any): any;
4
+ export function calculateLineSphereIntersection(rayvectors: any, sphereRadius: any): any;
5
+ export function threeCameraCoordToSphericalCoord(th_coord: any): any;
6
+ export function sphericalCoordToTHREECameraCoord(sp_coord: any): any;
@@ -0,0 +1,11 @@
1
+ export default GraphLabelComponent;
2
+ declare class GraphLabelComponent extends React.Component<any, any, any> {
3
+ constructor(props: any);
4
+ state: {
5
+ count: number;
6
+ };
7
+ props: any;
8
+ getTextlabelLUT(): {};
9
+ render(): import("react/jsx-runtime").JSX.Element[] | undefined;
10
+ }
11
+ import React from 'react';
@@ -0,0 +1,16 @@
1
+ export class IFrame extends React.Component<any, any, any> {
2
+ constructor(props: any);
3
+ state: {
4
+ mountNode: null;
5
+ nodeopacity: number;
6
+ loadingdisplay: string;
7
+ };
8
+ msgcallback: any;
9
+ iframeid: any;
10
+ anchorpoint: any;
11
+ anchoredSrcDoc: any;
12
+ setContentRef: (iframenode: any) => void;
13
+ componentDidMount(): void;
14
+ render(): import("react/jsx-runtime").JSX.Element;
15
+ }
16
+ import React from 'react';
@@ -0,0 +1,19 @@
1
+ /**
2
+ * The example data is structured as follows:
3
+ *
4
+ * import image from 'path/to/image.jpg';
5
+ * [etc...]
6
+ *
7
+ * const itemData = [
8
+ * {
9
+ * img: image,
10
+ * title: 'Image',
11
+ * author: 'author',
12
+ * cols: 2,
13
+ * },
14
+ * {
15
+ * [etc...]
16
+ * },
17
+ * ];
18
+ */
19
+ export default function BasicImageList(props: any): import("react/jsx-runtime").JSX.Element;