ghostos 0.1.1 → 0.1.3
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.
- package/lib/api/leafio/core.d.ts +293 -0
- package/lib/api/leafio/leaflake.d.ts +100 -0
- package/lib/api/leafio/leaflake.unit.test.d.ts +1 -0
- package/lib/api/leafui/elements/bgtag.d.ts +2 -0
- package/lib/api/leafui/elements/bgtagyoutube.d.ts +2 -0
- package/lib/api/leafui/elements/dropzone.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/GraphQLSetup.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/index.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/leafedge.d.ts +39 -0
- package/lib/api/leafui/elements/floweditor/leafgql.d.ts +25 -0
- package/lib/api/leafui/elements/floweditor/leafnode.d.ts +13 -0
- package/lib/api/leafui/elements/floweditor/leafnode_dualout.d.ts +5 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/anchorpoint.d.ts +3 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/context.d.ts +3 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/datacombine.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/datafilter.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/debugger.d.ts +3 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/deck.d.ts +6 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/index.d.ts +20 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/leafelement.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/nodemenu.d.ts +4 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/porthandle/context.d.ts +4 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/porthandle/handler.d.ts +12 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/porthandle/index.d.ts +5 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/spell.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/styles.d.ts +83 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/textinput.d.ts +5 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/uihandlers.d.ts +3 -0
- package/lib/api/leafui/elements/floweditor/leafnodetypes/utility.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-01ed4353.d.ts +6 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-1cfd0ffe.d.ts +59 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-2f0babe4.d.ts +6 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-4e6d5ad0.d.ts +6 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-612ea0fa.d.ts +59 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-940301d1.d.ts +10 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-b881a05d.d.ts +6 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index-fa10fd6d.d.ts +10 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index.d.ts +36 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index2.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index3.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/index4.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useEdges-51dc10fe.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useEdges-a68c1c54.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useEdges.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useNodes-63cbcb3a.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useNodes-fa9cd400.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useNodes.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useReactFlow-9fca72ec.d.ts +4 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useReactFlow-cc33f6cf.d.ts +4 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useReactFlow.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useUpdateNodeInternals-abf24046.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useUpdateNodeInternals-b829e86d.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useUpdateNodeInternals.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useViewport-706ddc1d.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useViewport-b9f42fd4.d.ts +2 -0
- package/lib/api/leafui/elements/floweditor/lib/react-flow-renderer/useViewport.d.ts +1 -0
- package/lib/api/leafui/elements/floweditor/lib/reactflow.11.10.4/core/dist/esm/index.d.mts +300 -0
- package/lib/api/leafui/elements/floweditor/sidebar.d.ts +2 -0
- package/lib/api/leafui/elements/gnav.d.ts +6 -0
- package/lib/api/leafui/elements/graphlabel.d.ts +11 -0
- package/lib/api/leafui/elements/iframe.d.ts +16 -0
- package/lib/api/leafui/elements/imagelist.d.ts +19 -0
- package/lib/api/leafui/elements/leafchart.d.ts +19 -0
- package/lib/api/leafui/elements/leafvisualelements.d.ts +1 -0
- package/lib/api/leafui/elements/loadspinner.d.ts +1 -0
- package/lib/api/leafui/elements/popupmenu.d.ts +3 -0
- package/lib/api/leafui/elements/popupwin.d.ts +2 -0
- package/lib/api/leafui/elements/screen.d.ts +1 -0
- package/lib/api/leafui/elements/set.d.ts +7 -0
- package/lib/api/leafui/elements/stateutils.d.ts +2 -0
- package/lib/api/leafui/elements/sysmenu.d.ts +5 -0
- package/lib/api/leafui/elements/texteditor.d.ts +2 -0
- package/lib/api/leafui/elements/textprompt.d.ts +1 -0
- package/lib/api/leafui/elements/userprompt.d.ts +10 -0
- package/lib/api/leafui/lib/DynScriptLoader.d.ts +8 -0
- package/lib/api/leafui/lib/ProjectedMaterial.d.ts +7 -0
- package/lib/api/leafui/lib/assets/AssetManager.d.ts +32 -0
- package/lib/api/leafui/lib/assets/loadCubeTexture.d.ts +1 -0
- package/lib/api/leafui/lib/assets/loadEnvMap.d.ts +1 -0
- package/lib/api/leafui/lib/assets/loadTexture.d.ts +1 -0
- package/lib/api/leafui/lib/images/leafwebgl.d.ts +9 -0
- package/lib/api/leafui/lib/images/processor.d.ts +4 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/alphamap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/alphamap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/alphatest_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/aomap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/aomap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/begin_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/beginnormal_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/bsdfs.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/bumpmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/clearcoat_normal_fragment_begin.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/clearcoat_normal_fragment_maps.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/clearcoat_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/clipping_planes_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/color_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/common.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/cube_uv_reflection_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/default_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/default_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/defaultnormal_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/displacementmap_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/displacementmap_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/dithering_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/dithering_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/emissivemap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/emissivemap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/encodings_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/encodings_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_common_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_physical_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/envmap_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/fog_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/gradientmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lightmap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lightmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_fragment_begin.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_fragment_end.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_fragment_maps.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_lambert_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_pars_begin.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_phong_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_phong_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_physical_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_physical_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_toon_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/lights_toon_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/logdepthbuf_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_particle_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/map_particle_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/metalnessmap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/metalnessmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/morphnormal_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/morphtarget_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/morphtarget_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/normal_fragment_begin.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/normal_fragment_maps.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/normalmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/packing.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/premultiplied_alpha_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/project_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/roughnessmap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/roughnessmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmap_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmap_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/shadowmask_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinbase_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinning_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinning_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/skinnormal_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/specularmap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/specularmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/tonemapping_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/tonemapping_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/transmissionmap_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/transmissionmap_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv2_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv2_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv2_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv_pars_fragment.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv_pars_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/uv_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk/worldpos_vertex.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderChunk.d.ts +260 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/background_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/background_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/cube_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/cube_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/depth_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/depth_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/distanceRGBA_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/distanceRGBA_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/equirect_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/equirect_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/linedashed_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/linedashed_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshbasic_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshbasic_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshlambert_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshlambert_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshmatcap_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshmatcap_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphong_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphong_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphysical_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshphysical_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshtoon_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/meshtoon_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/normal_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/normal_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/points_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/points_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/shadow_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/shadow_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/sprite_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/sprite_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/vsm_frag.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib/vsm_vert.glsl.d.ts +2 -0
- package/lib/api/leafui/lib/images/shaders/ShaderLib.d.ts +7 -0
- package/lib/api/leafui/lib/images/shaders/UniformsLib.d.ts +369 -0
- package/lib/api/leafui/lib/images/shaders/UniformsUtils.d.ts +9 -0
- package/lib/api/leafui/lib/layouts/Vector3.d.ts +17 -0
- package/lib/api/leafui/lib/layouts/force-directed-layout.d.ts +40 -0
- package/lib/api/leafui/lib/layouts/force-directed-layout.old.d.ts +1 -0
- package/lib/api/leafui/lib/sysmenu/DragableContainer.d.ts +1 -0
- package/lib/api/leafui/lib/sysmenu/Orbit.d.ts +1 -0
- package/lib/api/leafui/lib/sysmenu/Planet.d.ts +1 -0
- package/lib/api/leafui/lib/sysmenu/Satellite.d.ts +1 -0
- package/lib/api/leafui/lib/sysmenu/index.d.ts +2 -0
- package/lib/api/leafui/misc/complexgrid.d.ts +1 -0
- package/lib/api/leafui/misc/datepicker.d.ts +1 -0
- package/lib/api/leafui/misc/windowprops.d.ts +4 -0
- package/lib/api/metamodel.d.ts +179 -0
- package/lib/api/parser/breezyforest.d.ts +1 -0
- package/lib/api/parser/elements/schema/directus.d.ts +72 -0
- package/lib/api/parser/elements/schema/index.d.ts +2 -0
- package/lib/api/parser/elements.d.ts +1 -0
- package/lib/api/parser/eta.d.ts +55 -0
- package/lib/api/parser/eta.spec.d.ts +1 -0
- package/lib/api/parser/etatreeforest.d.ts +37 -0
- package/lib/api/parser/leaf.d.ts +56 -0
- package/lib/api/parser/leaflisp/plispdist/index.d.ts +210 -0
- package/lib/api/parser/leaflisp/plispstdlib/index.d.ts +396 -0
- package/lib/api/parser/leaflisp/test.d.mts +1 -0
- package/lib/api/parser/leaflisp/test.d.ts +1 -0
- package/lib/api/parser/leaflisp.d.ts +2 -0
- package/lib/api/parser/nodelogic/abstraction/index.d.ts +7 -0
- package/lib/api/parser/nodelogic/abstraction/leafanchor.d.ts +4 -0
- package/lib/api/parser/nodelogic/abstraction/leafgraph.d.ts +6 -0
- package/lib/api/parser/nodelogic/abstraction/leaflambdagraph.d.ts +4 -0
- package/lib/api/parser/nodelogic/abstraction/leafloopyspell.d.ts +4 -0
- package/lib/api/parser/nodelogic/abstraction/leafloopyspell.spec.d.ts +1 -0
- package/lib/api/parser/nodelogic/abstraction/leafspell.d.ts +9 -0
- package/lib/api/parser/nodelogic/abstraction/leafspell.spec.d.ts +1 -0
- package/lib/api/parser/nodelogic/abstraction/leafspelldef.d.ts +5 -0
- package/lib/api/parser/nodelogic/common.d.ts +8 -0
- package/lib/api/parser/nodelogic/dataflow/index.d.ts +4 -0
- package/lib/api/parser/nodelogic/dataflow/leafchronosflow.d.ts +4 -0
- package/lib/api/parser/nodelogic/dataflow/leafgateflow.d.ts +10 -0
- package/lib/api/parser/nodelogic/dataflow/leafmixflow.d.ts +4 -0
- package/lib/api/parser/nodelogic/dataflow/leafmixflow.spec.d.ts +1 -0
- package/lib/api/parser/nodelogic/datautils/bottling.d.ts +11 -0
- package/lib/api/parser/nodelogic/datautils/index.d.ts +7 -0
- package/lib/api/parser/nodelogic/datautils/leafbottle.d.ts +12 -0
- package/lib/api/parser/nodelogic/datautils/leafconfig.d.ts +12 -0
- package/lib/api/parser/nodelogic/datautils/leafcrate.d.ts +7 -0
- package/lib/api/parser/nodelogic/datautils/leafdelabel.d.ts +7 -0
- package/lib/api/parser/nodelogic/datautils/leaflabel.d.ts +15 -0
- package/lib/api/parser/nodelogic/datautils/leafunbottle.d.ts +12 -0
- package/lib/api/parser/nodelogic/elements/index.d.ts +8 -0
- package/lib/api/parser/nodelogic/elements/leafdeckclub.d.ts +10 -0
- package/lib/api/parser/nodelogic/elements/leafdeckdiamond.d.ts +10 -0
- package/lib/api/parser/nodelogic/elements/leafdeckheart.d.ts +10 -0
- package/lib/api/parser/nodelogic/elements/leafdeckspade.d.ts +10 -0
- package/lib/api/parser/nodelogic/elements/leafelement.d.ts +21 -0
- package/lib/api/parser/nodelogic/elements/leafelement.spec.d.ts +1 -0
- package/lib/api/parser/nodelogic/elements/leafgnav.d.ts +4 -0
- package/lib/api/parser/nodelogic/elements/leafpopupview.d.ts +4 -0
- package/lib/api/parser/nodelogic/elements/library/directus.d.ts +13 -0
- package/lib/api/parser/nodelogic/elements/library/editor.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/form.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/gnav.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/href.d.ts +14 -0
- package/lib/api/parser/nodelogic/elements/library/html.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/http.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/image.d.ts +13 -0
- package/lib/api/parser/nodelogic/elements/library/index.d.ts +25 -0
- package/lib/api/parser/nodelogic/elements/library/mediainput.d.ts +14 -0
- package/lib/api/parser/nodelogic/elements/library/mediaplayer.d.ts +20 -0
- package/lib/api/parser/nodelogic/elements/library/midi.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/openai.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/popup.d.ts +14 -0
- package/lib/api/parser/nodelogic/elements/library/prompt.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/rancher.d.ts +13 -0
- package/lib/api/parser/nodelogic/elements/library/sound.d.ts +17 -0
- package/lib/api/parser/nodelogic/elements/library/sound_lib.d.ts +10 -0
- package/lib/api/parser/nodelogic/elements/library/text.d.ts +13 -0
- package/lib/api/parser/nodelogic/elements/library/wizardryelements.d.ts +1 -0
- package/lib/api/parser/nodelogic/io/index.d.ts +5 -0
- package/lib/api/parser/nodelogic/io/leafinflowport.d.ts +10 -0
- package/lib/api/parser/nodelogic/io/leafinflowport.spec.d.ts +1 -0
- package/lib/api/parser/nodelogic/io/leafmemoryio.d.ts +53 -0
- package/lib/api/parser/nodelogic/io/leafmemoryio.spec.d.ts +1 -0
- package/lib/api/parser/nodelogic/io/leafoutflowport.d.ts +10 -0
- package/lib/api/parser/nodelogic/io/leafoutflowport.spec.d.ts +1 -0
- package/lib/api/parser/nodelogic/io/leafradioRX.d.ts +4 -0
- package/lib/api/parser/nodelogic/io/leafradioTX.d.ts +4 -0
- package/lib/api/parser/nodelogic/io/leafscreenio.d.ts +10 -0
- package/lib/api/parser/nodelogic/wizardry/index.d.ts +2 -0
- package/lib/api/parser/nodelogic/wizardry/leaflisp.d.ts +22 -0
- package/lib/api/parser/nodelogic/wizardry/leaflisp.unit.test.d.ts +1 -0
- package/lib/api/parser/nodelogic/wizardry/leaflisp2.unit.test.d.ts +1 -0
- package/lib/api/parser/nodelogic/wizardry/leaflisphelp.d.ts +1 -0
- package/lib/api/parser/predicates.d.ts +15 -0
- package/lib/api/utils/crypto.d.ts +6 -0
- package/lib/api/utils/fetchnodedata.d.ts +2 -0
- package/lib/api/utils/leafbase64.d.ts +2 -0
- package/lib/api/utils/leafdataflow.d.ts +23 -0
- package/lib/api/utils/leafdataflow.spec.d.ts +1 -0
- package/lib/graphql/client.d.ts +13 -0
- package/lib/graphql/events.d.ts +5 -0
- package/lib/graphql/utils.d.ts +3 -0
- package/lib/index.browser.d.ts +28 -0
- package/lib/index.core.d.ts +24 -0
- package/lib/index.esm.main.js +1 -1
- package/lib/index.ui.d.ts +5 -0
- package/lib/microservices/persistentio.d.ts +1 -0
- package/lib/microservices/screenio.d.ts +1 -0
- package/lib/microservices/volatileio.d.ts +1 -0
- package/lib/models/dataflow.d.ts +1 -0
- package/package.json +23 -8
- /package/lib/{index.cjs.js → index.cjs} +0 -0
|
@@ -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 @@
|
|
|
1
|
+
export default function LEAFImageDropzone(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -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,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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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>, {}, {}>;
|