molstar 3.6.0 → 3.8.0
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/LICENSE +20 -20
- package/README.md +202 -202
- package/build/viewer/embedded.html +43 -43
- package/build/viewer/index.html +106 -106
- package/build/viewer/molstar.css +1 -1
- package/build/viewer/molstar.js +1 -1
- package/build/viewer/molstar.js.LICENSE.txt +0 -15
- package/lib/apps/docking-viewer/index.html +36 -36
- package/lib/apps/viewer/embedded.html +43 -43
- package/lib/apps/viewer/index.html +106 -106
- package/lib/cli/chem-comp-dict/create-ions.d.ts +2 -1
- package/lib/cli/chem-comp-dict/create-ions.js +3 -2
- package/lib/cli/cifschema/index.js +1 -1
- package/lib/cli/cifschema/util/cif-dic.js +1 -0
- package/lib/commonjs/cli/chem-comp-dict/create-ions.d.ts +2 -1
- package/lib/commonjs/cli/chem-comp-dict/create-ions.js +3 -2
- package/lib/commonjs/cli/cifschema/index.js +1 -1
- package/lib/commonjs/cli/cifschema/util/cif-dic.js +1 -0
- package/lib/commonjs/examples/alpha-orbitals/index.js +20 -15
- package/lib/commonjs/examples/proteopedia-wrapper/coloring.d.ts +20 -5
- package/lib/commonjs/extensions/anvil/behavior.d.ts +1 -1
- package/lib/commonjs/extensions/anvil/representation.d.ts +4 -4
- package/lib/commonjs/extensions/cellpack/representation.d.ts +1 -1
- package/lib/commonjs/extensions/dnatco/confal-pyramids/representation.d.ts +3 -3
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.d.ts +1 -1
- package/lib/commonjs/extensions/rcsb/graphql/types.d.ts +284 -0
- package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +5 -5
- package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +2 -2
- package/lib/commonjs/mol-canvas3d/helper/camera-helper.d.ts +1 -1
- package/lib/commonjs/mol-canvas3d/helper/handle-helper.d.ts +1 -1
- package/lib/commonjs/mol-canvas3d/helper/helper.d.ts +2 -2
- package/lib/commonjs/mol-canvas3d/passes/draw.d.ts +0 -2
- package/lib/commonjs/mol-canvas3d/passes/draw.js +35 -70
- package/lib/commonjs/mol-canvas3d/passes/image.d.ts +1 -1
- package/lib/commonjs/mol-canvas3d/passes/pick.d.ts +1 -1
- package/lib/commonjs/mol-canvas3d/passes/pick.js +1 -1
- package/lib/commonjs/mol-canvas3d/passes/postprocessing.d.ts +1 -0
- package/lib/commonjs/mol-canvas3d/passes/postprocessing.js +16 -11
- package/lib/commonjs/mol-geo/geometry/color-data.d.ts +7 -10
- package/lib/commonjs/mol-geo/geometry/color-data.js +7 -4
- package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.d.ts +2 -2
- package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.js +3 -2
- package/lib/commonjs/mol-geo/geometry/lines/lines.d.ts +1 -0
- package/lib/commonjs/mol-geo/geometry/mesh/mesh.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/mesh.js +3 -2
- package/lib/commonjs/mol-geo/geometry/points/points.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/spheres/spheres.js +3 -2
- package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.js +15 -4
- package/lib/commonjs/mol-geo/geometry/transparency-data.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/transparency-data.js +3 -1
- package/lib/commonjs/mol-gl/renderable/cylinders.d.ts +2 -1
- package/lib/commonjs/mol-gl/renderable/cylinders.js +2 -2
- package/lib/commonjs/mol-gl/renderable/mesh.d.ts +2 -1
- package/lib/commonjs/mol-gl/renderable/mesh.js +2 -2
- package/lib/commonjs/mol-gl/renderable/schema.d.ts +2 -2
- package/lib/commonjs/mol-gl/renderable/schema.js +2 -2
- package/lib/commonjs/mol-gl/renderable/spheres.d.ts +2 -1
- package/lib/commonjs/mol-gl/renderable/spheres.js +2 -2
- package/lib/commonjs/mol-gl/renderable/texture-mesh.d.ts +2 -1
- package/lib/commonjs/mol-gl/renderable/texture-mesh.js +2 -2
- package/lib/commonjs/mol-gl/renderer.d.ts +5 -5
- package/lib/commonjs/mol-gl/renderer.js +114 -64
- package/lib/commonjs/mol-gl/scene.d.ts +1 -0
- package/lib/commonjs/mol-gl/scene.js +26 -1
- package/lib/commonjs/mol-gl/shader/chunks/apply-interior-color.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/apply-interior-color.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/check-picking-alpha.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/check-picking-alpha.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/color-vert-params.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/color-vert-params.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/common-frag-params.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/common-frag-params.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/common.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/common.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/wboit-write.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/wboit-write.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/direct-volume.frag.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/direct-volume.frag.js +1 -1
- package/lib/commonjs/mol-gl/shader/image.frag.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/image.frag.js +1 -1
- package/lib/commonjs/mol-gl/shader/outlines.frag.d.ts +3 -2
- package/lib/commonjs/mol-gl/shader/outlines.frag.js +3 -2
- package/lib/commonjs/mol-gl/shader/postprocessing.frag.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/postprocessing.frag.js +1 -1
- package/lib/commonjs/mol-gl/shader/ssao.frag.d.ts +2 -2
- package/lib/commonjs/mol-gl/shader/ssao.frag.js +2 -2
- package/lib/commonjs/mol-gl/webgl/render-target.d.ts +3 -1
- package/lib/commonjs/mol-gl/webgl/render-target.js +3 -1
- package/lib/commonjs/mol-gl/webgl/renderbuffer.d.ts +2 -1
- package/lib/commonjs/mol-gl/webgl/renderbuffer.js +8 -1
- package/lib/commonjs/mol-gl/webgl/state.d.ts +7 -1
- package/lib/commonjs/mol-gl/webgl/state.js +28 -1
- package/lib/commonjs/mol-gl/webgl/texture.js +3 -0
- package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/bird.js +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/ccd.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/ccd.js +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/cif-core.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/cif-core.js +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/mmcif.d.ts +3 -4
- package/lib/commonjs/mol-io/reader/cif/schema/mmcif.js +2 -3
- package/lib/commonjs/mol-io/reader/dx/parser.js +1 -1
- package/lib/commonjs/mol-io/writer/ligand-encoder.d.ts +4 -2
- package/lib/commonjs/mol-io/writer/ligand-encoder.js +9 -4
- package/lib/commonjs/mol-io/writer/mol/encoder.js +16 -4
- package/lib/commonjs/mol-io/writer/mol2/encoder.js +17 -4
- package/lib/commonjs/mol-math/geometry/lookup3d/grid.d.ts +1 -1
- package/lib/commonjs/mol-math/geometry/lookup3d/grid.js +3 -3
- package/lib/commonjs/mol-model/structure/model/properties/seconday-structure.d.ts +4 -2
- package/lib/commonjs/mol-model/structure/model/properties/seconday-structure.js +2 -1
- package/lib/commonjs/mol-model/structure/model/types/ions.d.ts +2 -2
- package/lib/commonjs/mol-model/structure/model/types/ions.js +2 -2
- package/lib/commonjs/mol-model/structure/model/types/saccharides.js +1 -1
- package/lib/commonjs/mol-model/structure/model/types.d.ts +1 -1
- package/lib/commonjs/mol-model/structure/model/types.js +43 -41
- package/lib/commonjs/mol-model-formats/shape/ply.d.ts +2 -2
- package/lib/commonjs/mol-model-formats/structure/common/property.js +2 -0
- package/lib/commonjs/mol-model-formats/structure/property/secondary-structure.d.ts +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/secondary-structure.js +2 -2
- package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +3 -3
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -4
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
- package/lib/commonjs/mol-plugin/commands.d.ts +1 -1
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +3 -3
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.js +3 -1
- package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +6 -6
- package/lib/commonjs/mol-plugin-ui/base.d.ts +3 -1
- package/lib/commonjs/mol-plugin-ui/controls/color.d.ts +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/common.d.ts +2 -0
- package/lib/commonjs/mol-plugin-ui/hooks/use-behavior.d.ts +1 -1
- package/lib/commonjs/mol-plugin-ui/hooks/use-behavior.js +21 -7
- package/lib/commonjs/mol-plugin-ui/plugin.d.ts +2 -0
- package/lib/commonjs/mol-plugin-ui/plugin.js +2 -2
- package/lib/commonjs/mol-plugin-ui/spec.d.ts +1 -0
- package/lib/commonjs/mol-plugin-ui/state/common.js +6 -7
- package/lib/commonjs/mol-plugin-ui/task.d.ts +2 -21
- package/lib/commonjs/mol-plugin-ui/task.js +39 -43
- package/lib/commonjs/mol-plugin-ui/viewport/help.d.ts +4 -1
- package/lib/commonjs/mol-repr/shape/loci/angle.d.ts +1 -1
- package/lib/commonjs/mol-repr/shape/loci/dihedral.d.ts +1 -1
- package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +1 -1
- package/lib/commonjs/mol-repr/shape/loci/plane.d.ts +1 -1
- package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/params.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/registry.d.ts +10 -10
- package/lib/commonjs/mol-repr/structure/representation/backbone.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/orientation.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/putty.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/spacefill.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/units-visual.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/element-sphere.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/util.d.ts +1 -1
- package/lib/commonjs/mol-repr/util.js +1 -1
- package/lib/commonjs/mol-repr/volume/isosurface.d.ts +5 -5
- package/lib/commonjs/mol-repr/volume/registry.d.ts +1 -1
- package/lib/commonjs/mol-repr/volume/slice.js +1 -1
- package/lib/commonjs/mol-script/language/builder.d.ts +0 -1
- package/lib/commonjs/mol-theme/color/volume-value.d.ts +3 -2
- package/lib/commonjs/mol-theme/color/volume-value.js +1 -3
- package/lib/commonjs/mol-theme/color.d.ts +55 -39
- package/lib/commonjs/mol-theme/color.js +1 -1
- package/lib/commonjs/mol-theme/theme.d.ts +8 -7
- package/lib/commonjs/mol-theme/theme.js +1 -1
- package/lib/commonjs/servers/model/server/query.js +1 -3
- package/lib/commonjs/servers/model/version.d.ts +1 -1
- package/lib/commonjs/servers/model/version.js +1 -1
- package/lib/examples/alpha-orbitals/index.html +61 -61
- package/lib/examples/alpha-orbitals/index.js +20 -15
- package/lib/examples/basic-wrapper/index.html +137 -137
- package/lib/examples/lighting/index.html +88 -88
- package/lib/examples/proteopedia-wrapper/coloring.d.ts +20 -5
- package/lib/examples/proteopedia-wrapper/index.html +236 -236
- package/lib/extensions/anvil/behavior.d.ts +1 -1
- package/lib/extensions/anvil/representation.d.ts +4 -4
- package/lib/extensions/cellpack/representation.d.ts +1 -1
- package/lib/extensions/dnatco/confal-pyramids/representation.d.ts +3 -3
- package/lib/extensions/rcsb/assembly-symmetry/behavior.d.ts +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/representation.d.ts +1 -1
- package/lib/extensions/rcsb/graphql/types.d.ts +284 -0
- package/lib/extensions/rcsb/validation-report/representation.d.ts +5 -5
- package/lib/mol-canvas3d/canvas3d.d.ts +2 -2
- package/lib/mol-canvas3d/helper/camera-helper.d.ts +1 -1
- package/lib/mol-canvas3d/helper/handle-helper.d.ts +1 -1
- package/lib/mol-canvas3d/helper/helper.d.ts +2 -2
- package/lib/mol-canvas3d/passes/draw.d.ts +0 -2
- package/lib/mol-canvas3d/passes/draw.js +32 -67
- package/lib/mol-canvas3d/passes/image.d.ts +1 -1
- package/lib/mol-canvas3d/passes/pick.d.ts +1 -1
- package/lib/mol-canvas3d/passes/pick.js +1 -1
- package/lib/mol-canvas3d/passes/postprocessing.d.ts +1 -0
- package/lib/mol-canvas3d/passes/postprocessing.js +16 -11
- package/lib/mol-geo/geometry/color-data.d.ts +7 -10
- package/lib/mol-geo/geometry/color-data.js +7 -4
- package/lib/mol-geo/geometry/cylinders/cylinders.d.ts +2 -2
- package/lib/mol-geo/geometry/cylinders/cylinders.js +3 -2
- package/lib/mol-geo/geometry/lines/lines.d.ts +1 -0
- package/lib/mol-geo/geometry/mesh/mesh.d.ts +1 -1
- package/lib/mol-geo/geometry/mesh/mesh.js +3 -2
- package/lib/mol-geo/geometry/points/points.d.ts +1 -1
- package/lib/mol-geo/geometry/spheres/spheres.d.ts +1 -1
- package/lib/mol-geo/geometry/spheres/spheres.js +3 -2
- package/lib/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +1 -1
- package/lib/mol-geo/geometry/texture-mesh/texture-mesh.js +15 -4
- package/lib/mol-geo/geometry/transparency-data.d.ts +1 -1
- package/lib/mol-geo/geometry/transparency-data.js +3 -1
- package/lib/mol-gl/renderable/cylinders.d.ts +2 -1
- package/lib/mol-gl/renderable/cylinders.js +2 -2
- package/lib/mol-gl/renderable/mesh.d.ts +2 -1
- package/lib/mol-gl/renderable/mesh.js +2 -2
- package/lib/mol-gl/renderable/schema.d.ts +2 -2
- package/lib/mol-gl/renderable/schema.js +2 -2
- package/lib/mol-gl/renderable/spheres.d.ts +2 -1
- package/lib/mol-gl/renderable/spheres.js +2 -2
- package/lib/mol-gl/renderable/texture-mesh.d.ts +2 -1
- package/lib/mol-gl/renderable/texture-mesh.js +2 -2
- package/lib/mol-gl/renderer.d.ts +5 -5
- package/lib/mol-gl/renderer.js +114 -64
- package/lib/mol-gl/scene.d.ts +1 -0
- package/lib/mol-gl/scene.js +26 -1
- package/lib/mol-gl/shader/chunks/apply-interior-color.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/apply-interior-color.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/check-picking-alpha.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/check-picking-alpha.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/color-vert-params.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/color-vert-params.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/common-frag-params.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/common-frag-params.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/common.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/common.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/wboit-write.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/wboit-write.glsl.js +1 -1
- package/lib/mol-gl/shader/direct-volume.frag.d.ts +1 -1
- package/lib/mol-gl/shader/direct-volume.frag.js +1 -1
- package/lib/mol-gl/shader/image.frag.d.ts +1 -1
- package/lib/mol-gl/shader/image.frag.js +1 -1
- package/lib/mol-gl/shader/outlines.frag.d.ts +3 -2
- package/lib/mol-gl/shader/outlines.frag.js +3 -2
- package/lib/mol-gl/shader/postprocessing.frag.d.ts +1 -1
- package/lib/mol-gl/shader/postprocessing.frag.js +1 -1
- package/lib/mol-gl/shader/ssao.frag.d.ts +2 -2
- package/lib/mol-gl/shader/ssao.frag.js +2 -2
- package/lib/mol-gl/webgl/render-target.d.ts +3 -1
- package/lib/mol-gl/webgl/render-target.js +3 -1
- package/lib/mol-gl/webgl/renderbuffer.d.ts +2 -1
- package/lib/mol-gl/webgl/renderbuffer.js +8 -1
- package/lib/mol-gl/webgl/state.d.ts +7 -1
- package/lib/mol-gl/webgl/state.js +28 -1
- package/lib/mol-gl/webgl/texture.js +3 -0
- package/lib/mol-io/reader/cif/schema/bird.d.ts +1 -1
- package/lib/mol-io/reader/cif/schema/bird.js +1 -1
- package/lib/mol-io/reader/cif/schema/ccd.d.ts +1 -1
- package/lib/mol-io/reader/cif/schema/ccd.js +1 -1
- package/lib/mol-io/reader/cif/schema/cif-core.d.ts +1 -1
- package/lib/mol-io/reader/cif/schema/cif-core.js +1 -1
- package/lib/mol-io/reader/cif/schema/mmcif.d.ts +3 -4
- package/lib/mol-io/reader/cif/schema/mmcif.js +2 -3
- package/lib/mol-io/reader/dx/parser.js +1 -1
- package/lib/mol-io/writer/ligand-encoder.d.ts +4 -2
- package/lib/mol-io/writer/ligand-encoder.js +9 -4
- package/lib/mol-io/writer/mol/encoder.js +16 -4
- package/lib/mol-io/writer/mol2/encoder.js +17 -4
- package/lib/mol-math/geometry/lookup3d/grid.d.ts +1 -1
- package/lib/mol-math/geometry/lookup3d/grid.js +3 -3
- package/lib/mol-model/structure/model/properties/seconday-structure.d.ts +4 -2
- package/lib/mol-model/structure/model/properties/seconday-structure.js +2 -1
- package/lib/mol-model/structure/model/types/ions.d.ts +2 -2
- package/lib/mol-model/structure/model/types/ions.js +2 -2
- package/lib/mol-model/structure/model/types/saccharides.js +1 -1
- package/lib/mol-model/structure/model/types.d.ts +1 -1
- package/lib/mol-model/structure/model/types.js +43 -41
- package/lib/mol-model-formats/shape/ply.d.ts +2 -2
- package/lib/mol-model-formats/structure/common/property.js +2 -0
- package/lib/mol-model-formats/structure/property/secondary-structure.d.ts +1 -1
- package/lib/mol-model-formats/structure/property/secondary-structure.js +2 -2
- package/lib/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -1
- package/lib/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -1
- package/lib/mol-model-props/computed/representations/interactions.d.ts +3 -3
- package/lib/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -4
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
- package/lib/mol-plugin/commands.d.ts +1 -1
- package/lib/mol-plugin/util/viewport-screenshot.d.ts +3 -3
- package/lib/mol-plugin/version.js +2 -2
- package/lib/mol-plugin-state/helpers/root-structure.js +3 -1
- package/lib/mol-plugin-state/transforms/representation.d.ts +6 -6
- package/lib/mol-plugin-ui/base.d.ts +3 -1
- package/lib/mol-plugin-ui/controls/color.d.ts +1 -1
- package/lib/mol-plugin-ui/controls/common.d.ts +2 -0
- package/lib/mol-plugin-ui/hooks/use-behavior.d.ts +1 -1
- package/lib/mol-plugin-ui/hooks/use-behavior.js +20 -7
- package/lib/mol-plugin-ui/plugin.d.ts +2 -0
- package/lib/mol-plugin-ui/plugin.js +2 -2
- package/lib/mol-plugin-ui/skin/base/base.scss +32 -32
- package/lib/mol-plugin-ui/skin/base/components/controls-base.scss +333 -333
- package/lib/mol-plugin-ui/skin/base/components/controls.scss +418 -418
- package/lib/mol-plugin-ui/skin/base/components/help.scss +27 -27
- package/lib/mol-plugin-ui/skin/base/components/line-graph.scss +67 -67
- package/lib/mol-plugin-ui/skin/base/components/log.scss +100 -100
- package/lib/mol-plugin-ui/skin/base/components/misc.scss +643 -643
- package/lib/mol-plugin-ui/skin/base/components/sequence.scss +125 -125
- package/lib/mol-plugin-ui/skin/base/components/slider.scss +165 -165
- package/lib/mol-plugin-ui/skin/base/components/tasks.scss +99 -99
- package/lib/mol-plugin-ui/skin/base/components/toast.scss +83 -83
- package/lib/mol-plugin-ui/skin/base/components/transformer.scss +163 -163
- package/lib/mol-plugin-ui/skin/base/components/viewport.scss +128 -128
- package/lib/mol-plugin-ui/skin/base/layout/common.scss +71 -71
- package/lib/mol-plugin-ui/skin/base/layout/controls-landscape.scss +89 -89
- package/lib/mol-plugin-ui/skin/base/layout/controls-outside.scss +98 -98
- package/lib/mol-plugin-ui/skin/base/layout/controls-portrait.scss +108 -108
- package/lib/mol-plugin-ui/skin/base/layout.scss +40 -40
- package/lib/mol-plugin-ui/skin/base/logo.scss +12 -12
- package/lib/mol-plugin-ui/skin/base/normalize.scss +209 -209
- package/lib/mol-plugin-ui/skin/base/ui.scss +40 -40
- package/lib/mol-plugin-ui/skin/base/variables.scss +85 -85
- package/lib/mol-plugin-ui/skin/blue.scss +1 -1
- package/lib/mol-plugin-ui/skin/colors/blue.scss +23 -23
- package/lib/mol-plugin-ui/skin/colors/dark.scss +23 -23
- package/lib/mol-plugin-ui/skin/colors/light.scss +29 -29
- package/lib/mol-plugin-ui/skin/dark.scss +1 -1
- package/lib/mol-plugin-ui/skin/light.scss +1 -1
- package/lib/mol-plugin-ui/spec.d.ts +1 -0
- package/lib/mol-plugin-ui/state/common.js +7 -8
- package/lib/mol-plugin-ui/task.d.ts +2 -21
- package/lib/mol-plugin-ui/task.js +40 -46
- package/lib/mol-plugin-ui/viewport/help.d.ts +4 -1
- package/lib/mol-repr/shape/loci/angle.d.ts +1 -1
- package/lib/mol-repr/shape/loci/dihedral.d.ts +1 -1
- package/lib/mol-repr/shape/loci/orientation.d.ts +1 -1
- package/lib/mol-repr/shape/loci/plane.d.ts +1 -1
- package/lib/mol-repr/shape/model/unitcell.d.ts +1 -1
- package/lib/mol-repr/structure/complex-visual.d.ts +3 -3
- package/lib/mol-repr/structure/params.d.ts +4 -4
- package/lib/mol-repr/structure/registry.d.ts +10 -10
- package/lib/mol-repr/structure/representation/backbone.d.ts +3 -3
- package/lib/mol-repr/structure/representation/ball-and-stick.d.ts +3 -3
- package/lib/mol-repr/structure/representation/carbohydrate.d.ts +3 -3
- package/lib/mol-repr/structure/representation/cartoon.d.ts +3 -3
- package/lib/mol-repr/structure/representation/ellipsoid.d.ts +3 -3
- package/lib/mol-repr/structure/representation/gaussian-surface.d.ts +3 -3
- package/lib/mol-repr/structure/representation/molecular-surface.d.ts +3 -3
- package/lib/mol-repr/structure/representation/orientation.d.ts +3 -3
- package/lib/mol-repr/structure/representation/putty.d.ts +3 -3
- package/lib/mol-repr/structure/representation/spacefill.d.ts +3 -3
- package/lib/mol-repr/structure/units-visual.d.ts +4 -4
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +2 -2
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +2 -2
- package/lib/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -1
- package/lib/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -1
- package/lib/mol-repr/structure/visual/element-sphere.d.ts +2 -2
- package/lib/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +4 -4
- package/lib/mol-repr/structure/visual/molecular-surface-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -2
- package/lib/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -2
- package/lib/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-trace-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -1
- package/lib/mol-repr/util.d.ts +1 -1
- package/lib/mol-repr/util.js +1 -1
- package/lib/mol-repr/volume/isosurface.d.ts +5 -5
- package/lib/mol-repr/volume/registry.d.ts +1 -1
- package/lib/mol-repr/volume/slice.js +1 -1
- package/lib/mol-script/language/builder.d.ts +0 -1
- package/lib/mol-theme/color/volume-value.d.ts +3 -2
- package/lib/mol-theme/color/volume-value.js +2 -4
- package/lib/mol-theme/color.d.ts +55 -39
- package/lib/mol-theme/color.js +1 -1
- package/lib/mol-theme/theme.d.ts +8 -7
- package/lib/mol-theme/theme.js +1 -1
- package/lib/servers/model/server/query.js +1 -3
- package/lib/servers/model/version.d.ts +1 -1
- package/lib/servers/model/version.js +1 -1
- package/package.json +162 -162
|
@@ -18,7 +18,7 @@ declare const BilayerPlanesParams: {
|
|
|
18
18
|
flatShaded: PD.BooleanParam;
|
|
19
19
|
ignoreLight: PD.BooleanParam;
|
|
20
20
|
xrayShaded: PD.BooleanParam;
|
|
21
|
-
|
|
21
|
+
transparentBackfaces: PD.Select<string>;
|
|
22
22
|
bumpFrequency: PD.Numeric;
|
|
23
23
|
bumpAmplitude: PD.Numeric;
|
|
24
24
|
alpha: PD.Numeric;
|
|
@@ -99,7 +99,7 @@ export declare const MembraneOrientationParams: {
|
|
|
99
99
|
flatShaded: PD.BooleanParam;
|
|
100
100
|
ignoreLight: PD.BooleanParam;
|
|
101
101
|
xrayShaded: PD.BooleanParam;
|
|
102
|
-
|
|
102
|
+
transparentBackfaces: PD.Select<string>;
|
|
103
103
|
bumpFrequency: PD.Numeric;
|
|
104
104
|
bumpAmplitude: PD.Numeric;
|
|
105
105
|
};
|
|
@@ -136,7 +136,7 @@ export declare function getMembraneOrientationParams(ctx: ThemeRegistryContext,
|
|
|
136
136
|
flatShaded: PD.BooleanParam;
|
|
137
137
|
ignoreLight: PD.BooleanParam;
|
|
138
138
|
xrayShaded: PD.BooleanParam;
|
|
139
|
-
|
|
139
|
+
transparentBackfaces: PD.Select<string>;
|
|
140
140
|
bumpFrequency: PD.Numeric;
|
|
141
141
|
bumpAmplitude: PD.Numeric;
|
|
142
142
|
};
|
|
@@ -173,7 +173,7 @@ export declare const MembraneOrientationRepresentationProvider: StructureReprese
|
|
|
173
173
|
flatShaded: PD.BooleanParam;
|
|
174
174
|
ignoreLight: PD.BooleanParam;
|
|
175
175
|
xrayShaded: PD.BooleanParam;
|
|
176
|
-
|
|
176
|
+
transparentBackfaces: PD.Select<string>;
|
|
177
177
|
bumpFrequency: PD.Numeric;
|
|
178
178
|
bumpAmplitude: PD.Numeric;
|
|
179
179
|
}, "membrane-orientation">;
|
|
@@ -44,7 +44,7 @@ export declare const MBParams: {
|
|
|
44
44
|
flatShaded: PD.BooleanParam;
|
|
45
45
|
ignoreLight: PD.BooleanParam;
|
|
46
46
|
xrayShaded: PD.BooleanParam;
|
|
47
|
-
|
|
47
|
+
transparentBackfaces: PD.Select<string>;
|
|
48
48
|
bumpFrequency: PD.Numeric;
|
|
49
49
|
bumpAmplitude: PD.Numeric;
|
|
50
50
|
alpha: PD.Numeric;
|
|
@@ -17,7 +17,7 @@ export declare const ConfalPyramidsParams: {
|
|
|
17
17
|
flatShaded: PD.BooleanParam;
|
|
18
18
|
ignoreLight: PD.BooleanParam;
|
|
19
19
|
xrayShaded: PD.BooleanParam;
|
|
20
|
-
|
|
20
|
+
transparentBackfaces: PD.Select<string>;
|
|
21
21
|
bumpFrequency: PD.Numeric;
|
|
22
22
|
bumpAmplitude: PD.Numeric;
|
|
23
23
|
alpha: PD.Numeric;
|
|
@@ -47,7 +47,7 @@ export declare function getConfalPyramidsParams(ctx: ThemeRegistryContext, struc
|
|
|
47
47
|
flatShaded: PD.BooleanParam;
|
|
48
48
|
ignoreLight: PD.BooleanParam;
|
|
49
49
|
xrayShaded: PD.BooleanParam;
|
|
50
|
-
|
|
50
|
+
transparentBackfaces: PD.Select<string>;
|
|
51
51
|
bumpFrequency: PD.Numeric;
|
|
52
52
|
bumpAmplitude: PD.Numeric;
|
|
53
53
|
alpha: PD.Numeric;
|
|
@@ -78,7 +78,7 @@ export declare const ConfalPyramidsRepresentationProvider: StructureRepresentati
|
|
|
78
78
|
flatShaded: PD.BooleanParam;
|
|
79
79
|
ignoreLight: PD.BooleanParam;
|
|
80
80
|
xrayShaded: PD.BooleanParam;
|
|
81
|
-
|
|
81
|
+
transparentBackfaces: PD.Select<string>;
|
|
82
82
|
bumpFrequency: PD.Numeric;
|
|
83
83
|
bumpAmplitude: PD.Numeric;
|
|
84
84
|
alpha: PD.Numeric;
|
|
@@ -24,7 +24,7 @@ declare const AssemblySymmetry3D: StateTransformer<PluginStateObject.Molecule.St
|
|
|
24
24
|
flatShaded: boolean;
|
|
25
25
|
ignoreLight: boolean;
|
|
26
26
|
xrayShaded: boolean;
|
|
27
|
-
|
|
27
|
+
transparentBackfaces: string;
|
|
28
28
|
bumpFrequency: number;
|
|
29
29
|
bumpAmplitude: number;
|
|
30
30
|
alpha: number;
|
|
@@ -16,7 +16,7 @@ export declare const AssemblySymmetryParams: {
|
|
|
16
16
|
flatShaded: PD.BooleanParam;
|
|
17
17
|
ignoreLight: PD.BooleanParam;
|
|
18
18
|
xrayShaded: PD.BooleanParam;
|
|
19
|
-
|
|
19
|
+
transparentBackfaces: PD.Select<string>;
|
|
20
20
|
bumpFrequency: PD.Numeric;
|
|
21
21
|
bumpAmplitude: PD.Numeric;
|
|
22
22
|
alpha: PD.Numeric;
|
|
@@ -650,6 +650,8 @@ export declare type CoreEntry = {
|
|
|
650
650
|
readonly em_staining?: Maybe<ReadonlyArray<Maybe<EmStaining>>>;
|
|
651
651
|
readonly em_vitrification?: Maybe<ReadonlyArray<Maybe<EmVitrification>>>;
|
|
652
652
|
readonly entry?: Maybe<Entry>;
|
|
653
|
+
/** Get all groups for this PDB entry. */
|
|
654
|
+
readonly entry_groups?: Maybe<ReadonlyArray<Maybe<GroupEntry>>>;
|
|
653
655
|
readonly exptl?: Maybe<ReadonlyArray<Maybe<Exptl>>>;
|
|
654
656
|
readonly exptl_crystal?: Maybe<ReadonlyArray<Maybe<ExptlCrystal>>>;
|
|
655
657
|
readonly exptl_crystal_grow?: Maybe<ReadonlyArray<Maybe<ExptlCrystalGrow>>>;
|
|
@@ -694,6 +696,7 @@ export declare type CoreEntry = {
|
|
|
694
696
|
readonly rcsb_associated_holdings?: Maybe<CurrentEntry>;
|
|
695
697
|
readonly rcsb_binding_affinity?: Maybe<ReadonlyArray<Maybe<RcsbBindingAffinity>>>;
|
|
696
698
|
readonly rcsb_entry_container_identifiers: RcsbEntryContainerIdentifiers;
|
|
699
|
+
readonly rcsb_entry_group_membership?: Maybe<ReadonlyArray<Maybe<RcsbEntryGroupMembership>>>;
|
|
697
700
|
readonly rcsb_entry_info: RcsbEntryInfo;
|
|
698
701
|
readonly rcsb_external_references?: Maybe<ReadonlyArray<Maybe<RcsbExternalReferences>>>;
|
|
699
702
|
/**
|
|
@@ -837,6 +840,8 @@ export declare type CorePolymerEntity = {
|
|
|
837
840
|
readonly pdbx_entity_src_syn?: Maybe<ReadonlyArray<Maybe<PdbxEntitySrcSyn>>>;
|
|
838
841
|
/** Get all unique Pfam annotations associated with this molecular entity. */
|
|
839
842
|
readonly pfams?: Maybe<ReadonlyArray<Maybe<CorePfam>>>;
|
|
843
|
+
/** Get all groups for this PDB entity. */
|
|
844
|
+
readonly polymer_entity_groups?: Maybe<ReadonlyArray<Maybe<GroupPolymerEntity>>>;
|
|
840
845
|
/** Get all unique polymer instances (chains) for this molecular entity. */
|
|
841
846
|
readonly polymer_entity_instances?: Maybe<ReadonlyArray<Maybe<CorePolymerEntityInstance>>>;
|
|
842
847
|
/** Get a BIRD chemical components described in this molecular entity. */
|
|
@@ -873,6 +878,7 @@ export declare type CorePolymerEntity = {
|
|
|
873
878
|
readonly rcsb_polymer_entity_container_identifiers: RcsbPolymerEntityContainerIdentifiers;
|
|
874
879
|
readonly rcsb_polymer_entity_feature?: Maybe<ReadonlyArray<Maybe<RcsbPolymerEntityFeature>>>;
|
|
875
880
|
readonly rcsb_polymer_entity_feature_summary?: Maybe<ReadonlyArray<Maybe<RcsbPolymerEntityFeatureSummary>>>;
|
|
881
|
+
readonly rcsb_polymer_entity_group_membership?: Maybe<ReadonlyArray<Maybe<RcsbPolymerEntityGroupMembership>>>;
|
|
876
882
|
readonly rcsb_polymer_entity_keywords?: Maybe<RcsbPolymerEntityKeywords>;
|
|
877
883
|
readonly rcsb_polymer_entity_name_com?: Maybe<ReadonlyArray<Maybe<RcsbPolymerEntityNameCom>>>;
|
|
878
884
|
readonly rcsb_polymer_entity_name_sys?: Maybe<ReadonlyArray<Maybe<RcsbPolymerEntityNameSys>>>;
|
|
@@ -3143,6 +3149,50 @@ export declare type GeneName = {
|
|
|
3143
3149
|
readonly type?: Maybe<Scalars['String']>;
|
|
3144
3150
|
readonly value?: Maybe<Scalars['String']>;
|
|
3145
3151
|
};
|
|
3152
|
+
export declare type GroupEntry = {
|
|
3153
|
+
/** Get provenance associated with this group. */
|
|
3154
|
+
readonly group_provenance?: Maybe<GroupProvenance>;
|
|
3155
|
+
readonly rcsb_group_accession_info?: Maybe<RcsbGroupAccessionInfo>;
|
|
3156
|
+
readonly rcsb_group_container_identifiers: RcsbGroupContainerIdentifiers;
|
|
3157
|
+
readonly rcsb_group_info: RcsbGroupInfo;
|
|
3158
|
+
readonly rcsb_group_related?: Maybe<ReadonlyArray<Maybe<RcsbGroupRelated>>>;
|
|
3159
|
+
readonly rcsb_group_statistics?: Maybe<RcsbGroupStatistics>;
|
|
3160
|
+
/** A unique textual identifier for a group */
|
|
3161
|
+
readonly rcsb_id: Scalars['String'];
|
|
3162
|
+
};
|
|
3163
|
+
export declare type GroupMembersAlignmentAlignedRegions = {
|
|
3164
|
+
/** Aligned region length */
|
|
3165
|
+
readonly length: Scalars['Int'];
|
|
3166
|
+
/** Entity seqeunce start position */
|
|
3167
|
+
readonly query_begin: Scalars['Int'];
|
|
3168
|
+
/** NCBI sequence start position */
|
|
3169
|
+
readonly target_begin: Scalars['Int'];
|
|
3170
|
+
};
|
|
3171
|
+
export declare type GroupMembersAlignmentScores = {
|
|
3172
|
+
readonly query_coverage: Scalars['Int'];
|
|
3173
|
+
readonly query_length: Scalars['Int'];
|
|
3174
|
+
readonly target_coverage: Scalars['Int'];
|
|
3175
|
+
readonly target_length: Scalars['Int'];
|
|
3176
|
+
};
|
|
3177
|
+
export declare type GroupPolymerEntity = {
|
|
3178
|
+
/** Get provenance associated with this group. */
|
|
3179
|
+
readonly group_provenance?: Maybe<GroupProvenance>;
|
|
3180
|
+
readonly rcsb_group_accession_info?: Maybe<RcsbGroupAccessionInfo>;
|
|
3181
|
+
readonly rcsb_group_container_identifiers: RcsbGroupContainerIdentifiers;
|
|
3182
|
+
readonly rcsb_group_info: RcsbGroupInfo;
|
|
3183
|
+
readonly rcsb_group_related?: Maybe<ReadonlyArray<Maybe<RcsbGroupRelated>>>;
|
|
3184
|
+
readonly rcsb_group_statistics?: Maybe<RcsbGroupStatistics>;
|
|
3185
|
+
/** A unique textual identifier for a group */
|
|
3186
|
+
readonly rcsb_id: Scalars['String'];
|
|
3187
|
+
readonly rcsb_polymer_entity_group_members_rankings?: Maybe<ReadonlyArray<Maybe<RcsbPolymerEntityGroupMembersRankings>>>;
|
|
3188
|
+
readonly rcsb_polymer_entity_group_sequence_alignment?: Maybe<RcsbPolymerEntityGroupSequenceAlignment>;
|
|
3189
|
+
};
|
|
3190
|
+
export declare type GroupProvenance = {
|
|
3191
|
+
readonly rcsb_group_aggregation_method?: Maybe<RcsbGroupAggregationMethod>;
|
|
3192
|
+
readonly rcsb_group_provenance_container_identifiers?: Maybe<RcsbGroupProvenanceContainerIdentifiers>;
|
|
3193
|
+
/** A unique textual identifier for a group provenance */
|
|
3194
|
+
readonly rcsb_id?: Maybe<Scalars['String']>;
|
|
3195
|
+
};
|
|
3146
3196
|
export declare type InterfacePartnerFeatureAdditionalProperties = {
|
|
3147
3197
|
/**
|
|
3148
3198
|
* The additional property name.
|
|
@@ -3163,6 +3213,16 @@ export declare type InterfacePartnerFeatureFeaturePositions = {
|
|
|
3163
3213
|
/** The value(s) of the feature over the monomer segment. */
|
|
3164
3214
|
readonly values?: Maybe<ReadonlyArray<Maybe<Scalars['Float']>>>;
|
|
3165
3215
|
};
|
|
3216
|
+
export declare type MethodDetails = {
|
|
3217
|
+
/** A description of special aspects of the clustering process */
|
|
3218
|
+
readonly description?: Maybe<Scalars['String']>;
|
|
3219
|
+
/** Defines the name of the description associated with the clustering process */
|
|
3220
|
+
readonly name?: Maybe<Scalars['String']>;
|
|
3221
|
+
/** Defines the type of the description associated with the clustering process */
|
|
3222
|
+
readonly type?: Maybe<Scalars['String']>;
|
|
3223
|
+
/** Defines the value associated with the clustering process */
|
|
3224
|
+
readonly value?: Maybe<Scalars['Float']>;
|
|
3225
|
+
};
|
|
3166
3226
|
export declare type PdbxAuditRevisionCategory = {
|
|
3167
3227
|
/**
|
|
3168
3228
|
* The category updated in the pdbx_audit_revision_category record.
|
|
@@ -6662,6 +6722,12 @@ export declare type Query = {
|
|
|
6662
6722
|
readonly entries?: Maybe<ReadonlyArray<Maybe<CoreEntry>>>;
|
|
6663
6723
|
/** Get PDB entry given the PDB id. */
|
|
6664
6724
|
readonly entry?: Maybe<CoreEntry>;
|
|
6725
|
+
/** Given a group ID get a group object formed by aggregating individual structures that share a degree of similarity */
|
|
6726
|
+
readonly entry_group?: Maybe<GroupEntry>;
|
|
6727
|
+
/** Given a list of group IDs get a list of group objects formed by aggregating structures that share a degree of similarity */
|
|
6728
|
+
readonly entry_groups?: Maybe<ReadonlyArray<Maybe<GroupEntry>>>;
|
|
6729
|
+
/** Given a group provenance ID get an object that describes aggregation method used to create groups */
|
|
6730
|
+
readonly group_provenance?: Maybe<GroupProvenance>;
|
|
6665
6731
|
/** Get a pairwise polymeric interface given the PDB ID, ASSEMBLY ID and INTERFACE ID. */
|
|
6666
6732
|
readonly interface?: Maybe<CoreInterface>;
|
|
6667
6733
|
/** Get a list of pairwise polymeric interfaces given a list of INTERFACE IDs. Here INTERFACE ID is a compound identifier that includes entry_id, assembly_id and interface_id e.g. 1XXX-1.1. */
|
|
@@ -6678,6 +6744,10 @@ export declare type Query = {
|
|
|
6678
6744
|
readonly polymer_entities?: Maybe<ReadonlyArray<Maybe<CorePolymerEntity>>>;
|
|
6679
6745
|
/** Get a PDB polymer entity, given the PDB ID and ENTITY ID. Here ENTITY ID is a '1', '2', '3', etc. */
|
|
6680
6746
|
readonly polymer_entity?: Maybe<CorePolymerEntity>;
|
|
6747
|
+
/** Given a group ID get a group object formed by aggregating polymer entities that share a degree of similarity */
|
|
6748
|
+
readonly polymer_entity_group?: Maybe<GroupPolymerEntity>;
|
|
6749
|
+
/** Given a list of group IDs get a list of group objects formed by aggregating polymer entities that share a degree of similarity */
|
|
6750
|
+
readonly polymer_entity_groups?: Maybe<ReadonlyArray<Maybe<GroupPolymerEntity>>>;
|
|
6681
6751
|
/** Get a PDB polymer entity instance (chain), given the PDB ID and ENTITY INSTANCE ID. Here ENTITY INSTANCE ID identifies structural element in the asymmetric unit, e.g. 'A', 'B', etc. */
|
|
6682
6752
|
readonly polymer_entity_instance?: Maybe<CorePolymerEntityInstance>;
|
|
6683
6753
|
/** Get a list of PDB polymer entity instances (chains), given the list of ENTITY INSTANCE IDs. Here ENTITY INSTANCE ID identifies structural element in the asymmetric unit, e.g. 'A', 'B', etc. */
|
|
@@ -6731,6 +6801,18 @@ export declare type QueryEntryArgs = {
|
|
|
6731
6801
|
entry_id: Scalars['String'];
|
|
6732
6802
|
};
|
|
6733
6803
|
/** Query root */
|
|
6804
|
+
export declare type QueryEntry_GroupArgs = {
|
|
6805
|
+
group_id: Scalars['String'];
|
|
6806
|
+
};
|
|
6807
|
+
/** Query root */
|
|
6808
|
+
export declare type QueryEntry_GroupsArgs = {
|
|
6809
|
+
group_ids: ReadonlyArray<InputMaybe<Scalars['String']>>;
|
|
6810
|
+
};
|
|
6811
|
+
/** Query root */
|
|
6812
|
+
export declare type QueryGroup_ProvenanceArgs = {
|
|
6813
|
+
group_provenance_id: Scalars['String'];
|
|
6814
|
+
};
|
|
6815
|
+
/** Query root */
|
|
6734
6816
|
export declare type QueryInterfaceArgs = {
|
|
6735
6817
|
assembly_id: Scalars['String'];
|
|
6736
6818
|
entry_id: Scalars['String'];
|
|
@@ -6768,6 +6850,14 @@ export declare type QueryPolymer_EntityArgs = {
|
|
|
6768
6850
|
entry_id: Scalars['String'];
|
|
6769
6851
|
};
|
|
6770
6852
|
/** Query root */
|
|
6853
|
+
export declare type QueryPolymer_Entity_GroupArgs = {
|
|
6854
|
+
group_id: Scalars['String'];
|
|
6855
|
+
};
|
|
6856
|
+
/** Query root */
|
|
6857
|
+
export declare type QueryPolymer_Entity_GroupsArgs = {
|
|
6858
|
+
group_ids: ReadonlyArray<InputMaybe<Scalars['String']>>;
|
|
6859
|
+
};
|
|
6860
|
+
/** Query root */
|
|
6771
6861
|
export declare type QueryPolymer_Entity_InstanceArgs = {
|
|
6772
6862
|
asym_id: Scalars['String'];
|
|
6773
6863
|
entry_id: Scalars['String'];
|
|
@@ -8460,6 +8550,24 @@ export declare type RcsbEntryContainerIdentifiers = {
|
|
|
8460
8550
|
/** List of identifiers for the solvent/water entity constituents for the entry. */
|
|
8461
8551
|
readonly water_entity_ids?: Maybe<ReadonlyArray<Maybe<Scalars['String']>>>;
|
|
8462
8552
|
};
|
|
8553
|
+
export declare type RcsbEntryGroupMembership = {
|
|
8554
|
+
/**
|
|
8555
|
+
* Method used to establish group membership
|
|
8556
|
+
*
|
|
8557
|
+
* Allowable values:
|
|
8558
|
+
* matching_deposit_group_id
|
|
8559
|
+
*
|
|
8560
|
+
*/
|
|
8561
|
+
readonly aggregation_method: Scalars['String'];
|
|
8562
|
+
/**
|
|
8563
|
+
* A unique identifier for a group of entries
|
|
8564
|
+
*
|
|
8565
|
+
* Examples:
|
|
8566
|
+
* G_1001001
|
|
8567
|
+
*
|
|
8568
|
+
*/
|
|
8569
|
+
readonly group_id: Scalars['String'];
|
|
8570
|
+
};
|
|
8463
8571
|
export declare type RcsbEntryInfo = {
|
|
8464
8572
|
/** The number of assemblies defined for this entry including the deposited assembly. */
|
|
8465
8573
|
readonly assembly_count?: Maybe<Scalars['Int']>;
|
|
@@ -8683,6 +8791,118 @@ export declare type RcsbGenomicLineage = {
|
|
|
8683
8791
|
*/
|
|
8684
8792
|
readonly name?: Maybe<Scalars['String']>;
|
|
8685
8793
|
};
|
|
8794
|
+
export declare type RcsbGroupAccessionInfo = {
|
|
8795
|
+
/** Identifies the version of the groups solution */
|
|
8796
|
+
readonly version: Scalars['Int'];
|
|
8797
|
+
};
|
|
8798
|
+
export declare type RcsbGroupAggregationMethod = {
|
|
8799
|
+
/** The details on a method used to calculate cluster solutions */
|
|
8800
|
+
readonly method: RcsbGroupAggregationMethodMethod;
|
|
8801
|
+
readonly similarity_criteria?: Maybe<RcsbGroupAggregationMethodSimilarityCriteria>;
|
|
8802
|
+
/**
|
|
8803
|
+
* Specifies the type of similarity criteria used to aggregate members into higher levels in the hierarchy
|
|
8804
|
+
*
|
|
8805
|
+
* Allowable values:
|
|
8806
|
+
* sequence_identity, matching_uniprot_accession, matching_deposit_group_id
|
|
8807
|
+
*
|
|
8808
|
+
*/
|
|
8809
|
+
readonly type: Scalars['String'];
|
|
8810
|
+
};
|
|
8811
|
+
export declare type RcsbGroupAggregationMethodMethod = {
|
|
8812
|
+
/** Additional details describing the clustering process */
|
|
8813
|
+
readonly details?: Maybe<ReadonlyArray<Maybe<MethodDetails>>>;
|
|
8814
|
+
/**
|
|
8815
|
+
* The name of the software or the method used to calculate cluster solutions
|
|
8816
|
+
*
|
|
8817
|
+
* Allowable values:
|
|
8818
|
+
* mmseqs2, matching_reference_identity
|
|
8819
|
+
*
|
|
8820
|
+
*/
|
|
8821
|
+
readonly name: Scalars['String'];
|
|
8822
|
+
/**
|
|
8823
|
+
* The version of the software.
|
|
8824
|
+
*
|
|
8825
|
+
* Examples:
|
|
8826
|
+
* v1.0, 3.1-2, unknown
|
|
8827
|
+
*
|
|
8828
|
+
*/
|
|
8829
|
+
readonly version?: Maybe<Scalars['String']>;
|
|
8830
|
+
};
|
|
8831
|
+
export declare type RcsbGroupAggregationMethodSimilarityCriteria = {
|
|
8832
|
+
/**
|
|
8833
|
+
* A function or similarity measure that quantifies the similarity between two members
|
|
8834
|
+
*
|
|
8835
|
+
* Allowable values:
|
|
8836
|
+
* rmsd, sequence_identity
|
|
8837
|
+
*
|
|
8838
|
+
*/
|
|
8839
|
+
readonly similarity_function?: Maybe<Scalars['String']>;
|
|
8840
|
+
};
|
|
8841
|
+
export declare type RcsbGroupContainerIdentifiers = {
|
|
8842
|
+
/** A unique textual identifier for a group */
|
|
8843
|
+
readonly group_id: Scalars['String'];
|
|
8844
|
+
/** Member identifiers representing a group */
|
|
8845
|
+
readonly group_member_ids: ReadonlyArray<Maybe<Scalars['String']>>;
|
|
8846
|
+
/**
|
|
8847
|
+
* A unique group provenance identifier
|
|
8848
|
+
*
|
|
8849
|
+
* Allowable values:
|
|
8850
|
+
* provenance_sequence_identity, provenance_matching_uniprot_accession, provenance_matching_deposit_group_id
|
|
8851
|
+
*
|
|
8852
|
+
*/
|
|
8853
|
+
readonly group_provenance_id: Scalars['String'];
|
|
8854
|
+
/** Member identifiers representing a higher level in the groping hierarchy that has parent-child relationship */
|
|
8855
|
+
readonly parent_member_ids?: Maybe<ReadonlyArray<Maybe<Scalars['String']>>>;
|
|
8856
|
+
};
|
|
8857
|
+
export declare type RcsbGroupInfo = {
|
|
8858
|
+
readonly group_description?: Maybe<Scalars['String']>;
|
|
8859
|
+
readonly group_members_count: Scalars['Int'];
|
|
8860
|
+
/**
|
|
8861
|
+
* Granularity of group members identifiers
|
|
8862
|
+
*
|
|
8863
|
+
* Allowable values:
|
|
8864
|
+
* assembly, entry, polymer_entity, polymer_entity_instance
|
|
8865
|
+
*
|
|
8866
|
+
*/
|
|
8867
|
+
readonly group_members_granularity: Scalars['String'];
|
|
8868
|
+
readonly group_name?: Maybe<Scalars['String']>;
|
|
8869
|
+
};
|
|
8870
|
+
export declare type RcsbGroupProvenanceContainerIdentifiers = {
|
|
8871
|
+
/**
|
|
8872
|
+
* A unique group provenance identifier
|
|
8873
|
+
*
|
|
8874
|
+
* Allowable values:
|
|
8875
|
+
* provenance_sequence_identity, provenance_matching_uniprot_accession, provenance_matching_deposit_group_id
|
|
8876
|
+
*
|
|
8877
|
+
*/
|
|
8878
|
+
readonly group_provenance_id: Scalars['String'];
|
|
8879
|
+
};
|
|
8880
|
+
export declare type RcsbGroupRelated = {
|
|
8881
|
+
/**
|
|
8882
|
+
* A unique code assigned to a reference related the group
|
|
8883
|
+
*
|
|
8884
|
+
* Examples:
|
|
8885
|
+
* P69905
|
|
8886
|
+
*
|
|
8887
|
+
*/
|
|
8888
|
+
readonly resource_accession_code?: Maybe<Scalars['String']>;
|
|
8889
|
+
/**
|
|
8890
|
+
* Defines the type of the resource describing related references
|
|
8891
|
+
*
|
|
8892
|
+
* Examples:
|
|
8893
|
+
* UniProt
|
|
8894
|
+
*
|
|
8895
|
+
*/
|
|
8896
|
+
readonly resource_name?: Maybe<Scalars['String']>;
|
|
8897
|
+
};
|
|
8898
|
+
export declare type RcsbGroupStatistics = {
|
|
8899
|
+
/** The desired lower limit for the similarity between two members that belong to the same group */
|
|
8900
|
+
readonly similarity_cutoff?: Maybe<Scalars['Float']>;
|
|
8901
|
+
/** Similarity score between two most similar group members */
|
|
8902
|
+
readonly similarity_score_max?: Maybe<Scalars['Float']>;
|
|
8903
|
+
/** Similarity score between two least similar group members */
|
|
8904
|
+
readonly similarity_score_min?: Maybe<Scalars['Float']>;
|
|
8905
|
+
};
|
|
8686
8906
|
export declare type RcsbInterfaceContainerIdentifiers = {
|
|
8687
8907
|
/** This item references an assembly in pdbx_struct_assembly */
|
|
8688
8908
|
readonly assembly_id: Scalars['String'];
|
|
@@ -9663,6 +9883,7 @@ export declare type RcsbPolymerEntity = {
|
|
|
9663
9883
|
*
|
|
9664
9884
|
*/
|
|
9665
9885
|
readonly rcsb_multiple_source_flag?: Maybe<Scalars['String']>;
|
|
9886
|
+
readonly rcsb_polymer_name_combined?: Maybe<RcsbPolymerEntityRcsbPolymerNameCombined>;
|
|
9666
9887
|
/**
|
|
9667
9888
|
* The number of biological sources for the polymer entity. Multiple source contributions
|
|
9668
9889
|
* may come from the same organism (taxonomy).
|
|
@@ -9978,6 +10199,63 @@ export declare type RcsbPolymerEntityFeatureSummary = {
|
|
|
9978
10199
|
*/
|
|
9979
10200
|
readonly type?: Maybe<Scalars['String']>;
|
|
9980
10201
|
};
|
|
10202
|
+
export declare type RcsbPolymerEntityGroupMembersRankings = {
|
|
10203
|
+
readonly group_members: ReadonlyArray<Maybe<RcsbPolymerEntityGroupMembersRankingsGroupMembers>>;
|
|
10204
|
+
/**
|
|
10205
|
+
* Defines ranking option applicable to group members
|
|
10206
|
+
*
|
|
10207
|
+
* Allowable values:
|
|
10208
|
+
* coverage
|
|
10209
|
+
*
|
|
10210
|
+
*/
|
|
10211
|
+
readonly ranking_criteria_type: Scalars['String'];
|
|
10212
|
+
};
|
|
10213
|
+
export declare type RcsbPolymerEntityGroupMembersRankingsGroupMembers = {
|
|
10214
|
+
readonly member_id: Scalars['String'];
|
|
10215
|
+
/** Quantifies the criteria used for ranking */
|
|
10216
|
+
readonly original_score?: Maybe<Scalars['Float']>;
|
|
10217
|
+
/** Reflects a relationship between group members such that, for any two members the first is ranked higher (smaller rank value) than the second */
|
|
10218
|
+
readonly rank: Scalars['Int'];
|
|
10219
|
+
};
|
|
10220
|
+
export declare type RcsbPolymerEntityGroupMembership = {
|
|
10221
|
+
/**
|
|
10222
|
+
* Method used to establish group membership
|
|
10223
|
+
*
|
|
10224
|
+
* Allowable values:
|
|
10225
|
+
* sequence_identity, matching_uniprot_accession
|
|
10226
|
+
*
|
|
10227
|
+
*/
|
|
10228
|
+
readonly aggregation_method: Scalars['String'];
|
|
10229
|
+
/**
|
|
10230
|
+
* A unique identifier for a group of entities
|
|
10231
|
+
*
|
|
10232
|
+
* Examples:
|
|
10233
|
+
* 1_100, P00003
|
|
10234
|
+
*
|
|
10235
|
+
*/
|
|
10236
|
+
readonly group_id: Scalars['String'];
|
|
10237
|
+
/** Degree of similarity expressed as a floating-point number */
|
|
10238
|
+
readonly similarity_cutoff?: Maybe<Scalars['Float']>;
|
|
10239
|
+
};
|
|
10240
|
+
export declare type RcsbPolymerEntityGroupSequenceAlignment = {
|
|
10241
|
+
/** Abstract reference where group members can be aligned to generate a MSA */
|
|
10242
|
+
readonly abstract_reference: RcsbPolymerEntityGroupSequenceAlignmentAbstractReference;
|
|
10243
|
+
/** List of alignments with core_entity canonical sequences */
|
|
10244
|
+
readonly group_members_alignment: ReadonlyArray<Maybe<RcsbPolymerEntityGroupSequenceAlignmentGroupMembersAlignment>>;
|
|
10245
|
+
};
|
|
10246
|
+
export declare type RcsbPolymerEntityGroupSequenceAlignmentAbstractReference = {
|
|
10247
|
+
/** Abstract reference length */
|
|
10248
|
+
readonly length: Scalars['Int'];
|
|
10249
|
+
/** Sequence that represents the abstract reference */
|
|
10250
|
+
readonly sequence?: Maybe<Scalars['String']>;
|
|
10251
|
+
};
|
|
10252
|
+
export declare type RcsbPolymerEntityGroupSequenceAlignmentGroupMembersAlignment = {
|
|
10253
|
+
/** Aligned region */
|
|
10254
|
+
readonly aligned_regions: ReadonlyArray<Maybe<GroupMembersAlignmentAlignedRegions>>;
|
|
10255
|
+
readonly member_id?: Maybe<Scalars['String']>;
|
|
10256
|
+
/** Alignment scores */
|
|
10257
|
+
readonly scores: GroupMembersAlignmentScores;
|
|
10258
|
+
};
|
|
9981
10259
|
export declare type RcsbPolymerEntityInstanceContainerIdentifiers = {
|
|
9982
10260
|
/** Instance identifier for this container. */
|
|
9983
10261
|
readonly asym_id: Scalars['String'];
|
|
@@ -10089,6 +10367,12 @@ export declare type RcsbPolymerEntityRcsbMacromolecularNamesCombined = {
|
|
|
10089
10367
|
*/
|
|
10090
10368
|
readonly provenance_source?: Maybe<Scalars['String']>;
|
|
10091
10369
|
};
|
|
10370
|
+
export declare type RcsbPolymerEntityRcsbPolymerNameCombined = {
|
|
10371
|
+
/** Protein name annotated by the UniProtKB or macromolecular name assigned by the PDB */
|
|
10372
|
+
readonly names?: Maybe<ReadonlyArray<Maybe<Scalars['String']>>>;
|
|
10373
|
+
/** Allowable values: PDB Preferred Name, PDB Description, UniProt Name. */
|
|
10374
|
+
readonly provenance_source?: Maybe<Scalars['String']>;
|
|
10375
|
+
};
|
|
10092
10376
|
export declare type RcsbPolymerInstanceAnnotation = {
|
|
10093
10377
|
/** An identifier for the annotation. */
|
|
10094
10378
|
readonly annotation_id?: Maybe<Scalars['String']>;
|
|
@@ -31,7 +31,7 @@ export declare const IntraUnitClashParams: {
|
|
|
31
31
|
flatShaded: PD.BooleanParam;
|
|
32
32
|
ignoreLight: PD.BooleanParam;
|
|
33
33
|
xrayShaded: PD.BooleanParam;
|
|
34
|
-
|
|
34
|
+
transparentBackfaces: PD.Select<string>;
|
|
35
35
|
bumpFrequency: PD.Numeric;
|
|
36
36
|
bumpAmplitude: PD.Numeric;
|
|
37
37
|
alpha: PD.Numeric;
|
|
@@ -74,7 +74,7 @@ export declare const InterUnitClashParams: {
|
|
|
74
74
|
flatShaded: PD.BooleanParam;
|
|
75
75
|
ignoreLight: PD.BooleanParam;
|
|
76
76
|
xrayShaded: PD.BooleanParam;
|
|
77
|
-
|
|
77
|
+
transparentBackfaces: PD.Select<string>;
|
|
78
78
|
bumpFrequency: PD.Numeric;
|
|
79
79
|
bumpAmplitude: PD.Numeric;
|
|
80
80
|
alpha: PD.Numeric;
|
|
@@ -118,7 +118,7 @@ export declare const ClashesParams: {
|
|
|
118
118
|
flatShaded: PD.BooleanParam;
|
|
119
119
|
ignoreLight: PD.BooleanParam;
|
|
120
120
|
xrayShaded: PD.BooleanParam;
|
|
121
|
-
|
|
121
|
+
transparentBackfaces: PD.Select<string>;
|
|
122
122
|
bumpFrequency: PD.Numeric;
|
|
123
123
|
bumpAmplitude: PD.Numeric;
|
|
124
124
|
alpha: PD.Numeric;
|
|
@@ -161,7 +161,7 @@ export declare function getClashesParams(ctx: ThemeRegistryContext, structure: S
|
|
|
161
161
|
flatShaded: PD.BooleanParam;
|
|
162
162
|
ignoreLight: PD.BooleanParam;
|
|
163
163
|
xrayShaded: PD.BooleanParam;
|
|
164
|
-
|
|
164
|
+
transparentBackfaces: PD.Select<string>;
|
|
165
165
|
bumpFrequency: PD.Numeric;
|
|
166
166
|
bumpAmplitude: PD.Numeric;
|
|
167
167
|
alpha: PD.Numeric;
|
|
@@ -205,7 +205,7 @@ export declare const ClashesRepresentationProvider: StructureRepresentationProvi
|
|
|
205
205
|
flatShaded: PD.BooleanParam;
|
|
206
206
|
ignoreLight: PD.BooleanParam;
|
|
207
207
|
xrayShaded: PD.BooleanParam;
|
|
208
|
-
|
|
208
|
+
transparentBackfaces: PD.Select<string>;
|
|
209
209
|
bumpFrequency: PD.Numeric;
|
|
210
210
|
bumpAmplitude: PD.Numeric;
|
|
211
211
|
alpha: PD.Numeric;
|
|
@@ -166,7 +166,7 @@ export declare const Canvas3DParams: {
|
|
|
166
166
|
flipSided: any;
|
|
167
167
|
flatShaded: any;
|
|
168
168
|
xrayShaded: any;
|
|
169
|
-
|
|
169
|
+
transparentBackfaces: any;
|
|
170
170
|
bumpFrequency: any;
|
|
171
171
|
bumpAmplitude: any;
|
|
172
172
|
quality: any;
|
|
@@ -320,7 +320,7 @@ export declare const DefaultCanvas3DParams: PD.Values<{
|
|
|
320
320
|
flipSided: any;
|
|
321
321
|
flatShaded: any;
|
|
322
322
|
xrayShaded: any;
|
|
323
|
-
|
|
323
|
+
transparentBackfaces: any;
|
|
324
324
|
bumpFrequency: any;
|
|
325
325
|
bumpAmplitude: any;
|
|
326
326
|
quality: any;
|
|
@@ -22,7 +22,7 @@ export declare const CameraHelperParams: {
|
|
|
22
22
|
flipSided: boolean;
|
|
23
23
|
flatShaded: boolean;
|
|
24
24
|
xrayShaded: boolean;
|
|
25
|
-
|
|
25
|
+
transparentBackfaces: string;
|
|
26
26
|
bumpFrequency: number;
|
|
27
27
|
bumpAmplitude: number;
|
|
28
28
|
quality: "auto" | "medium" | "high" | "low" | "custom" | "highest" | "higher" | "lower" | "lowest";
|
|
@@ -24,7 +24,7 @@ export declare const HandleHelperParams: {
|
|
|
24
24
|
flipSided: boolean;
|
|
25
25
|
flatShaded: boolean;
|
|
26
26
|
xrayShaded: boolean;
|
|
27
|
-
|
|
27
|
+
transparentBackfaces: string;
|
|
28
28
|
bumpFrequency: number;
|
|
29
29
|
bumpAmplitude: number;
|
|
30
30
|
quality: "auto" | "medium" | "high" | "low" | "custom" | "highest" | "higher" | "lower" | "lowest";
|
|
@@ -33,7 +33,7 @@ export declare const HelperParams: {
|
|
|
33
33
|
flipSided: any;
|
|
34
34
|
flatShaded: any;
|
|
35
35
|
xrayShaded: any;
|
|
36
|
-
|
|
36
|
+
transparentBackfaces: any;
|
|
37
37
|
bumpFrequency: any;
|
|
38
38
|
bumpAmplitude: any;
|
|
39
39
|
quality: any;
|
|
@@ -66,7 +66,7 @@ export declare const DefaultHelperProps: PD.Values<{
|
|
|
66
66
|
flipSided: any;
|
|
67
67
|
flatShaded: any;
|
|
68
68
|
xrayShaded: any;
|
|
69
|
-
|
|
69
|
+
transparentBackfaces: any;
|
|
70
70
|
bumpFrequency: any;
|
|
71
71
|
bumpAmplitude: any;
|
|
72
72
|
quality: any;
|
|
@@ -36,7 +36,6 @@ export declare class DrawPass {
|
|
|
36
36
|
private depthTargetPrimitives;
|
|
37
37
|
private depthTargetVolumes;
|
|
38
38
|
private depthTextureVolumes;
|
|
39
|
-
private depthMerge;
|
|
40
39
|
private copyFboTarget;
|
|
41
40
|
private copyFboPostprocessing;
|
|
42
41
|
private wboit;
|
|
@@ -47,7 +46,6 @@ export declare class DrawPass {
|
|
|
47
46
|
constructor(webgl: WebGLContext, width: number, height: number, enableWboit: boolean);
|
|
48
47
|
reset(): void;
|
|
49
48
|
setSize(width: number, height: number): void;
|
|
50
|
-
private _depthMerge;
|
|
51
49
|
private _renderWboit;
|
|
52
50
|
private _renderBlended;
|
|
53
51
|
private _render;
|