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.
- 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.cjs +1810 -1757
- 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 +20 -7
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
export var Ordering: any;
|
|
2
|
+
export class PLBool {
|
|
3
|
+
static fromJS(value: any): PLBool;
|
|
4
|
+
static fromStr(str: any): PLBool;
|
|
5
|
+
constructor(_value: any);
|
|
6
|
+
_value: any;
|
|
7
|
+
get value(): any;
|
|
8
|
+
not(): PLBool;
|
|
9
|
+
and(other: any): PLBool;
|
|
10
|
+
or(other: any): PLBool;
|
|
11
|
+
equals(other: any): PLBool;
|
|
12
|
+
partialCmp(other: any): any;
|
|
13
|
+
copy(): PLBool;
|
|
14
|
+
toString(): "true" | "false";
|
|
15
|
+
toJS(): any;
|
|
16
|
+
toJSON(): any;
|
|
17
|
+
debugTypeOf(): PLString;
|
|
18
|
+
}
|
|
19
|
+
export namespace PLBool {
|
|
20
|
+
let kind: string;
|
|
21
|
+
}
|
|
22
|
+
export class NothingClass {
|
|
23
|
+
static fromStr(str: any): NothingClass;
|
|
24
|
+
_value: any;
|
|
25
|
+
get value(): null;
|
|
26
|
+
equals(other: any): PLBool;
|
|
27
|
+
not(): PLBool;
|
|
28
|
+
toJS(): null;
|
|
29
|
+
toJSON(): null;
|
|
30
|
+
toString(): string;
|
|
31
|
+
debugTypeOf(): PLString;
|
|
32
|
+
}
|
|
33
|
+
export namespace NothingClass {
|
|
34
|
+
let kind_1: string;
|
|
35
|
+
export { kind_1 as kind };
|
|
36
|
+
}
|
|
37
|
+
export class PLFractionNumber {
|
|
38
|
+
constructor(numerator: any, denominator: any);
|
|
39
|
+
_n: number;
|
|
40
|
+
_d: number;
|
|
41
|
+
get numerator(): number;
|
|
42
|
+
get denominator(): number;
|
|
43
|
+
equals(a: any): PLBool;
|
|
44
|
+
negate(): PLFractionNumber;
|
|
45
|
+
add(a: any): PLFractionNumber;
|
|
46
|
+
subtract(a: any): PLFractionNumber;
|
|
47
|
+
multiply(a: any): PLFractionNumber;
|
|
48
|
+
divide(a: any): PLFractionNumber;
|
|
49
|
+
partialCmp(other: any): any;
|
|
50
|
+
toJS(): {
|
|
51
|
+
numerator: number;
|
|
52
|
+
denominator: number;
|
|
53
|
+
};
|
|
54
|
+
toJSON(): string;
|
|
55
|
+
toString(): string;
|
|
56
|
+
copy(): PLFractionNumber;
|
|
57
|
+
debugTypeOf(): PLString;
|
|
58
|
+
}
|
|
59
|
+
export namespace PLFractionNumber {
|
|
60
|
+
let kind_2: string;
|
|
61
|
+
export { kind_2 as kind };
|
|
62
|
+
}
|
|
63
|
+
export class PLHashMap {
|
|
64
|
+
constructor(list?: any[]);
|
|
65
|
+
_value: Map<any, any>;
|
|
66
|
+
get value(): Map<any, any>;
|
|
67
|
+
toJS(): Map<any, any>;
|
|
68
|
+
toJSON(): {};
|
|
69
|
+
toString(): string;
|
|
70
|
+
debugTypeOf(): PLString;
|
|
71
|
+
index(idx: any): any;
|
|
72
|
+
}
|
|
73
|
+
export namespace PLHashMap {
|
|
74
|
+
let kind_3: string;
|
|
75
|
+
export { kind_3 as kind };
|
|
76
|
+
}
|
|
77
|
+
export class PLNumber {
|
|
78
|
+
constructor(intValue: any, decimals?: number);
|
|
79
|
+
_decimals: any;
|
|
80
|
+
_intValue: any;
|
|
81
|
+
get intValue(): any;
|
|
82
|
+
get decimals(): any;
|
|
83
|
+
get value(): number;
|
|
84
|
+
equals(d: any): PLBool;
|
|
85
|
+
negate(): PLNumber;
|
|
86
|
+
add(d: any): PLNumber;
|
|
87
|
+
subtract(d: any): PLNumber;
|
|
88
|
+
multiply(d: any): PLNumber;
|
|
89
|
+
divide(d: any): PLNumber;
|
|
90
|
+
partialCmp(other: any): any;
|
|
91
|
+
toJS(): number;
|
|
92
|
+
toString(): string;
|
|
93
|
+
copy(): PLNumber;
|
|
94
|
+
debugTypeOf(): PLString;
|
|
95
|
+
isInteger(): PLBool;
|
|
96
|
+
toJSON(): string;
|
|
97
|
+
}
|
|
98
|
+
export namespace PLNumber {
|
|
99
|
+
let kind_4: string;
|
|
100
|
+
export { kind_4 as kind };
|
|
101
|
+
}
|
|
102
|
+
export class PLString {
|
|
103
|
+
static fromJS(value: any): PLString;
|
|
104
|
+
static fromStr(value: any): any;
|
|
105
|
+
constructor(_value: any);
|
|
106
|
+
_value: any;
|
|
107
|
+
get value(): any;
|
|
108
|
+
add(other: any): PLString;
|
|
109
|
+
index(idx: any): PLString;
|
|
110
|
+
slice(start: any, end: any): PLString;
|
|
111
|
+
equals(other: any): PLBool;
|
|
112
|
+
partialCmp(other: any): any;
|
|
113
|
+
copy(): PLString;
|
|
114
|
+
toJS(): any;
|
|
115
|
+
toJSON(): any;
|
|
116
|
+
toString(): string;
|
|
117
|
+
debugTypeOf(): PLString;
|
|
118
|
+
contains(item: any): PLBool;
|
|
119
|
+
count(): PLNumber;
|
|
120
|
+
}
|
|
121
|
+
export namespace PLString {
|
|
122
|
+
let kind_5: string;
|
|
123
|
+
export { kind_5 as kind };
|
|
124
|
+
}
|
|
125
|
+
export class PLVector {
|
|
126
|
+
constructor(value: any);
|
|
127
|
+
_value: any;
|
|
128
|
+
get value(): any;
|
|
129
|
+
contains(item: any): PLBool;
|
|
130
|
+
add(a: any): PLVector;
|
|
131
|
+
count(): PLNumber;
|
|
132
|
+
map(fn: any): PLVector;
|
|
133
|
+
filter(fn: any): PLVector;
|
|
134
|
+
reverse(): PLVector;
|
|
135
|
+
reduce(init: any, fn: any): any;
|
|
136
|
+
intersperse(elem: any): PLVector;
|
|
137
|
+
toJS(): any;
|
|
138
|
+
toJSON(): any;
|
|
139
|
+
toString(): string;
|
|
140
|
+
index(idx: any): any;
|
|
141
|
+
slice(start: any, end: any): PLVector;
|
|
142
|
+
copy(): PLVector;
|
|
143
|
+
deepCopy(): PLVector;
|
|
144
|
+
debugTypeOf(): PLString;
|
|
145
|
+
}
|
|
146
|
+
export namespace PLVector {
|
|
147
|
+
let kind_6: string;
|
|
148
|
+
export { kind_6 as kind };
|
|
149
|
+
}
|
|
150
|
+
export class StdRuntimeError extends Error {
|
|
151
|
+
constructor(error: any);
|
|
152
|
+
stack: any;
|
|
153
|
+
}
|
|
154
|
+
export function add(a: any, b: any): any;
|
|
155
|
+
export function and(a: any, b: any): any;
|
|
156
|
+
export function assert(val: any, msg: any): boolean;
|
|
157
|
+
export function assertNumeric(strValue: any): boolean;
|
|
158
|
+
export function contains(item: any, collection: any): any;
|
|
159
|
+
export function copy(item: any): any;
|
|
160
|
+
export function count(collection: any): any;
|
|
161
|
+
export function debugTypeOf(v: any): any;
|
|
162
|
+
export function deepCopy(item: any): any;
|
|
163
|
+
export function divide(a: any, b: any): any;
|
|
164
|
+
export function equals(a: any, b: any): any;
|
|
165
|
+
export function filter(fn: any, f: any): any;
|
|
166
|
+
export function get(data: any, idx: any): any;
|
|
167
|
+
export function greaterOrEqual(a: any, b: any): PLBool;
|
|
168
|
+
export function greaterThen(a: any, b: any): any;
|
|
169
|
+
export function identity(x: any): any;
|
|
170
|
+
export function isScientific(strValue: any): boolean;
|
|
171
|
+
export function lessOrEqual(a: any, b: any): PLBool;
|
|
172
|
+
export function lessThen(a: any, b: any): any;
|
|
173
|
+
export namespace literals {
|
|
174
|
+
namespace Bool {
|
|
175
|
+
export { parseBool as parser };
|
|
176
|
+
export { plBoolConstructor as factory };
|
|
177
|
+
}
|
|
178
|
+
namespace Nothing {
|
|
179
|
+
export { parseNothing as parser };
|
|
180
|
+
export { plNothingConstructor as factory };
|
|
181
|
+
}
|
|
182
|
+
namespace Int {
|
|
183
|
+
export { plNumber as parser };
|
|
184
|
+
export { plIntegerConstructor as factory };
|
|
185
|
+
}
|
|
186
|
+
namespace Float {
|
|
187
|
+
export { plNumber as parser };
|
|
188
|
+
export { plFloatConstructor as factory };
|
|
189
|
+
}
|
|
190
|
+
namespace FractionNumber {
|
|
191
|
+
export { str2plFractionNumber as parser };
|
|
192
|
+
export { plFractionNumberConstructor as factory };
|
|
193
|
+
}
|
|
194
|
+
namespace String {
|
|
195
|
+
export { plString as parser };
|
|
196
|
+
export { plStringConstructor as factory };
|
|
197
|
+
}
|
|
198
|
+
namespace Vector {
|
|
199
|
+
export { identity as parser };
|
|
200
|
+
export { plVector as factory };
|
|
201
|
+
}
|
|
202
|
+
namespace HashMap {
|
|
203
|
+
export { identity as parser };
|
|
204
|
+
export { plHashMap as factory };
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
export function map(fn: any, f: any): any;
|
|
208
|
+
export function multiply(a: any, b: any): any;
|
|
209
|
+
export function negate(a: any): any;
|
|
210
|
+
export function not(a: any): any;
|
|
211
|
+
export function notEquals(a: any, b: any): any;
|
|
212
|
+
export function or(a: any, b: any): any;
|
|
213
|
+
export function parseDecimalString(strValue: any): {
|
|
214
|
+
intValue: number;
|
|
215
|
+
decimals: any;
|
|
216
|
+
};
|
|
217
|
+
export function parseScientificString(strValue: any): {
|
|
218
|
+
intValue: number;
|
|
219
|
+
decimals: any;
|
|
220
|
+
};
|
|
221
|
+
export function plBool(value: any): PLBool;
|
|
222
|
+
export function plFractionNumber(n: any, d: any): PLFractionNumber;
|
|
223
|
+
export function plHashMap(...list: any[]): PLHashMap;
|
|
224
|
+
export function plNumber(value: any, decimals?: number): PLNumber;
|
|
225
|
+
export function plString(value?: string): PLString;
|
|
226
|
+
export function plVector(...value: any[]): PLVector;
|
|
227
|
+
export function reduce(init: any, fn: any, f: any): any;
|
|
228
|
+
export const runtime: {
|
|
229
|
+
typeof: (v: any) => any;
|
|
230
|
+
copy: (item: any) => any;
|
|
231
|
+
'deep-copy': (item: any) => any;
|
|
232
|
+
str: (value: any) => PLString;
|
|
233
|
+
'to-json': (value: any) => PLString;
|
|
234
|
+
} & {
|
|
235
|
+
'==': (a: any, b: any) => any;
|
|
236
|
+
'!=': (a: any, b: any) => any;
|
|
237
|
+
'<': (a: any, b: any) => any;
|
|
238
|
+
'<=': (a: any, b: any) => PLBool;
|
|
239
|
+
'>': (a: any, b: any) => any;
|
|
240
|
+
'>=': (a: any, b: any) => PLBool;
|
|
241
|
+
} & {
|
|
242
|
+
count: (collection: any) => any;
|
|
243
|
+
contains: typeof contains;
|
|
244
|
+
map: typeof map;
|
|
245
|
+
filter: typeof filter;
|
|
246
|
+
reduce: typeof reduce;
|
|
247
|
+
slice: typeof slice$1;
|
|
248
|
+
} & {
|
|
249
|
+
negate: (a: any) => any;
|
|
250
|
+
not: (a: any) => any;
|
|
251
|
+
and: (a: any, b: any) => any;
|
|
252
|
+
or: (a: any, b: any) => any;
|
|
253
|
+
'+': (a: any, b: any) => any;
|
|
254
|
+
'-': (a: any, b: any) => any;
|
|
255
|
+
'*': (a: any, b: any) => any;
|
|
256
|
+
'/': (a: any, b: any) => any;
|
|
257
|
+
get: (data: any, idx: any) => any;
|
|
258
|
+
} & {
|
|
259
|
+
const: (fn: any) => () => any;
|
|
260
|
+
} & Readonly<{
|
|
261
|
+
__proto__: null;
|
|
262
|
+
E: PLNumber;
|
|
263
|
+
LN2: PLNumber;
|
|
264
|
+
LN10: PLNumber;
|
|
265
|
+
LOG2E: PLNumber;
|
|
266
|
+
LOG10E: PLNumber;
|
|
267
|
+
PI: PLNumber;
|
|
268
|
+
SQRT1_2: PLNumber;
|
|
269
|
+
SQRT2: PLNumber;
|
|
270
|
+
abs: (x: any) => PLNumber;
|
|
271
|
+
sign: (x: any) => PLNumber;
|
|
272
|
+
min: (x: any, y: any) => PLNumber;
|
|
273
|
+
max: (x: any, y: any) => PLNumber;
|
|
274
|
+
floor: (x: any) => PLNumber;
|
|
275
|
+
round: (x: any) => PLNumber;
|
|
276
|
+
ceil: (x: any) => PLNumber;
|
|
277
|
+
trunc: (x: any) => PLNumber;
|
|
278
|
+
cbrt: (x: any) => PLNumber;
|
|
279
|
+
sqrt: (x: any) => PLNumber;
|
|
280
|
+
exp: (x: any) => PLNumber;
|
|
281
|
+
pow: (x: any, y: any) => PLNumber;
|
|
282
|
+
log: (x: any) => PLNumber;
|
|
283
|
+
log2: (x: any) => PLNumber;
|
|
284
|
+
log10: (x: any) => PLNumber;
|
|
285
|
+
deg2rad: (x: any) => any;
|
|
286
|
+
rad2deg: (x: any) => any;
|
|
287
|
+
sin: (x: any) => PLNumber;
|
|
288
|
+
asin: (x: any) => PLNumber;
|
|
289
|
+
asinh: (x: any) => PLNumber;
|
|
290
|
+
cos: (x: any) => PLNumber;
|
|
291
|
+
acos: (x: any) => PLNumber;
|
|
292
|
+
acosh: (x: any) => PLNumber;
|
|
293
|
+
tan: (x: any) => PLNumber;
|
|
294
|
+
atan: (x: any) => PLNumber;
|
|
295
|
+
atan2: (x: any, y: any) => PLNumber;
|
|
296
|
+
atanh: (x: any) => PLNumber;
|
|
297
|
+
}> & {
|
|
298
|
+
modulo: typeof modulo;
|
|
299
|
+
} & {
|
|
300
|
+
"number-2-fraction": (accuracy: any, number: any) => PLFractionNumber;
|
|
301
|
+
"fraction-2-number": (number: any) => PLNumber;
|
|
302
|
+
reciprocal: (fn: any) => PLFractionNumber;
|
|
303
|
+
} & {
|
|
304
|
+
sum: (list: any) => any;
|
|
305
|
+
prod: (list: any) => any;
|
|
306
|
+
intersperse: (separator: any, list: any) => any;
|
|
307
|
+
join: (list: any) => any;
|
|
308
|
+
'join-with': (separator: any, list: any) => any;
|
|
309
|
+
'num-list': (separator: any, list: any) => any;
|
|
310
|
+
head: (list: any) => any;
|
|
311
|
+
reverse: (list: any) => PLVector;
|
|
312
|
+
slice: (list: any, start: any, end: any) => PLVector;
|
|
313
|
+
tail: (list: any) => PLVector;
|
|
314
|
+
} & {
|
|
315
|
+
keys: (map: any) => PLVector;
|
|
316
|
+
values: (map: any) => PLVector;
|
|
317
|
+
"hash-map": (...list: any[]) => PLHashMap;
|
|
318
|
+
} & {
|
|
319
|
+
Set: (value: any) => PLSet;
|
|
320
|
+
'set-2-list': typeof set2list;
|
|
321
|
+
'set-union': typeof union;
|
|
322
|
+
'set-diff': typeof difference;
|
|
323
|
+
'set-intersection': typeof intersection;
|
|
324
|
+
'set-symmetric-difference': typeof symmetricDifference;
|
|
325
|
+
} & Readonly<{
|
|
326
|
+
__proto__: null;
|
|
327
|
+
random: () => PLNumber;
|
|
328
|
+
randomInt: (a: any, b: any) => PLNumber;
|
|
329
|
+
shuffle: (v: any) => PLVector;
|
|
330
|
+
range: (start: any, len: any, step: any) => PLVector;
|
|
331
|
+
range0: (len: any) => PLVector;
|
|
332
|
+
}> & {
|
|
333
|
+
maybe: (value: any) => NothingClass | Just;
|
|
334
|
+
Nothing: NothingClass;
|
|
335
|
+
};
|
|
336
|
+
declare function slice$1(start: any, end: any, container: any): any;
|
|
337
|
+
export function str(value: any): PLString;
|
|
338
|
+
export function subtract(a: any, b: any): any;
|
|
339
|
+
export function toJSON(value: any): PLString;
|
|
340
|
+
export namespace utils {
|
|
341
|
+
export { unboxing };
|
|
342
|
+
}
|
|
343
|
+
declare function parseBool(value: any): PLBool;
|
|
344
|
+
declare function plBoolConstructor(value: any): any;
|
|
345
|
+
declare function parseNothing(value: any): NothingClass;
|
|
346
|
+
declare function plNothingConstructor(value: any): any;
|
|
347
|
+
declare function plIntegerConstructor(value: any): any;
|
|
348
|
+
declare function plFloatConstructor(value: any): any;
|
|
349
|
+
declare function str2plFractionNumber(str: any): PLFractionNumber;
|
|
350
|
+
declare function plFractionNumberConstructor(n: any, d: any): PLFractionNumber;
|
|
351
|
+
declare function plStringConstructor(value: any): any;
|
|
352
|
+
declare function modulo(dividend: any, divisor: any): PLNumber;
|
|
353
|
+
declare class PLSet {
|
|
354
|
+
constructor(list: any);
|
|
355
|
+
_value: any;
|
|
356
|
+
get value(): any;
|
|
357
|
+
contains(item: any): PLBool;
|
|
358
|
+
union(a: any): PLSet;
|
|
359
|
+
difference(a: any): PLSet;
|
|
360
|
+
intersection(a: any): PLSet;
|
|
361
|
+
symmetricDifference(a: any): PLSet;
|
|
362
|
+
count(): PLNumber;
|
|
363
|
+
map(fn: any): PLSet;
|
|
364
|
+
filter(fn: any): PLSet;
|
|
365
|
+
reduce(init: any, fn: any): any;
|
|
366
|
+
toJS(): any;
|
|
367
|
+
toJSON(): any;
|
|
368
|
+
toString(): string;
|
|
369
|
+
copy(): PLSet;
|
|
370
|
+
deepCopy(): PLSet;
|
|
371
|
+
debugTypeOf(): PLString;
|
|
372
|
+
}
|
|
373
|
+
declare namespace PLSet {
|
|
374
|
+
let kind_7: string;
|
|
375
|
+
export { kind_7 as kind };
|
|
376
|
+
}
|
|
377
|
+
declare function set2list(set: any): PLVector;
|
|
378
|
+
declare function union(a: any, b: any): any;
|
|
379
|
+
declare function difference(a: any, b: any): any;
|
|
380
|
+
declare function intersection(a: any, b: any): any;
|
|
381
|
+
declare function symmetricDifference(a: any, b: any): any;
|
|
382
|
+
declare class Just {
|
|
383
|
+
constructor(_value: any);
|
|
384
|
+
_value: any;
|
|
385
|
+
get value(): any;
|
|
386
|
+
toJS(): any;
|
|
387
|
+
toJSON(): any;
|
|
388
|
+
toString(): string;
|
|
389
|
+
debugTypeOf(): PLString;
|
|
390
|
+
}
|
|
391
|
+
declare namespace Just {
|
|
392
|
+
let kind_8: string;
|
|
393
|
+
export { kind_8 as kind };
|
|
394
|
+
}
|
|
395
|
+
declare function unboxing(x: any): any;
|
|
396
|
+
export { slice$1 as slice };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { _leaflambdagraph } from './leaflambdagraph.js';
|
|
2
|
+
import { _leafspell } from './leafspell.js';
|
|
3
|
+
import { _leafspelldef } from './leafspelldef.js';
|
|
4
|
+
import { _leafloopyspell } from './leafloopyspell.js';
|
|
5
|
+
import { _leafgraph } from './leafgraph.js';
|
|
6
|
+
import { _leafanchor } from './leafanchor.js';
|
|
7
|
+
export { _leaflambdagraph, _leafspell, _leafspelldef, _leafloopyspell, _leafgraph, _leafanchor };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export namespace _leafanchor {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<undefined>;
|
|
3
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<undefined>;
|
|
4
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export namespace _leafgraph {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
3
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{} | undefined>;
|
|
4
|
+
function _lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{} | undefined>;
|
|
5
|
+
function methods(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export namespace _leaflambdagraph {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$Arr: any, controlflow$obj: any) => any>;
|
|
3
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export namespace _leafloopyspell {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$Arr: any, controlflow$obj: any) => any>;
|
|
3
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
4
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export namespace _leafspell {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
};
|
|
7
|
+
}>;
|
|
8
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<any>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export namespace _leafspelldef {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$Arr: any, controlflow$obj: any) => any>;
|
|
3
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
4
|
+
function methods(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function _common_methods(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{
|
|
2
|
+
version: string;
|
|
3
|
+
nodequery: (flowinput$obj: any) => {
|
|
4
|
+
_stream: any;
|
|
5
|
+
_control: any;
|
|
6
|
+
};
|
|
7
|
+
nodemethod: (flowinput$obj: any) => {};
|
|
8
|
+
}>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export namespace _leafchronosflow {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => any>;
|
|
3
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
4
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export namespace _leafgateflow {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export namespace _leafmixflow {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => any>;
|
|
3
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
4
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function doBottle(key: any, data: any, blabel?: {}): {
|
|
2
|
+
_bname: any;
|
|
3
|
+
_content: any;
|
|
4
|
+
_label: {};
|
|
5
|
+
};
|
|
6
|
+
export function doUnbottle(key: any, data: any, blabel?: {}): any;
|
|
7
|
+
export namespace EmptyBottle {
|
|
8
|
+
export { key as _bname };
|
|
9
|
+
export { data as _content };
|
|
10
|
+
export { blabel as _label };
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { _leaflabel } from "./leaflabel.js";
|
|
2
|
+
import { _leafdelabel } from "./leafdelabel.js";
|
|
3
|
+
import { _leafbottle } from "./leafbottle.js";
|
|
4
|
+
import { _leafunbottle } from "./leafunbottle.js";
|
|
5
|
+
import { _leafcrate } from "./leafcrate.js";
|
|
6
|
+
import { _leafconfig } from "./leafconfig.js";
|
|
7
|
+
export { _leaflabel, _leafdelabel, _leafbottle, _leafunbottle, _leafcrate, _leafconfig };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export namespace _leafbottle {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
}
|
|
11
|
+
import { doBottle } from './bottling.js';
|
|
12
|
+
export { doBottle };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export namespace _leafconfig {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(flowinput$Arr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: any;
|
|
4
|
+
_control: any;
|
|
5
|
+
}>;
|
|
6
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
7
|
+
function methods(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{
|
|
8
|
+
config: {
|
|
9
|
+
getConfigData: () => Promise<any>;
|
|
10
|
+
};
|
|
11
|
+
}>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export namespace _leafcrate {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: any;
|
|
5
|
+
}>;
|
|
6
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export namespace _leafdelabel {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(flowinput$Arr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: any;
|
|
4
|
+
_control: any;
|
|
5
|
+
}>;
|
|
6
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<any>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export namespace _leaflabel {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
function methods(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{
|
|
11
|
+
_nodelut: {};
|
|
12
|
+
} | {
|
|
13
|
+
_nodelut?: undefined;
|
|
14
|
+
}>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export namespace _leafunbottle {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
}
|
|
11
|
+
import { doUnbottle } from './bottling.js';
|
|
12
|
+
export { doUnbottle };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { _leafdeckspade } from "./leafdeckspade.js";
|
|
2
|
+
import { _leafdeckheart } from "./leafdeckheart.js";
|
|
3
|
+
import { _leafdeckdiamond } from "./leafdeckdiamond.js";
|
|
4
|
+
import { _leafdeckclub } from "./leafdeckclub.js";
|
|
5
|
+
import { _leafgnav } from "./leafgnav.js";
|
|
6
|
+
import { _leafpopupview } from "./leafpopupview.js";
|
|
7
|
+
import { _leafelement } from "./leafelement.js";
|
|
8
|
+
export { _leafdeckspade, _leafdeckheart, _leafdeckdiamond, _leafdeckclub, _leafgnav, _leafpopupview, _leafelement };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export namespace _leafdeckclub {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export namespace _leafdeckdiamond {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export namespace _leafdeckheart {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export namespace _leafdeckspade {
|
|
2
|
+
function dataflow(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<(input$objArr: any, controlflow$obj: any) => {
|
|
3
|
+
_stream: import("rxjs").Observable<any>;
|
|
4
|
+
_control: {
|
|
5
|
+
_stream: any;
|
|
6
|
+
_config: any;
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
function lambda(lambdactrl: any): ({ refnode, refnodedata, nodelambda, contextuallambda }?: {}) => Promise<{}>;
|
|
10
|
+
}
|