molstar 2.3.5 → 2.3.9
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 +176 -176
- package/build/viewer/embedded.html +43 -43
- package/build/viewer/index.html +94 -94
- package/build/viewer/molstar.css +1 -2
- package/build/viewer/molstar.js +1 -1
- package/lib/apps/docking-viewer/index.html +36 -36
- package/lib/apps/docking-viewer/index.js +1 -1
- package/lib/apps/docking-viewer/index.js.map +1 -1
- package/lib/apps/viewer/embedded.html +43 -43
- package/lib/apps/viewer/index.d.ts +290 -1
- package/lib/apps/viewer/index.html +94 -94
- package/lib/apps/viewer/index.js +91 -5
- package/lib/apps/viewer/index.js.map +1 -1
- package/lib/cli/chem-comp-dict/create-ions.js +1 -1
- package/lib/cli/chem-comp-dict/create-ions.js.map +1 -1
- package/lib/cli/chem-comp-dict/create-table.js +3 -3
- package/lib/cli/chem-comp-dict/create-table.js.map +1 -1
- package/lib/cli/chem-comp-dict/util.js +2 -2
- package/lib/cli/chem-comp-dict/util.js.map +1 -1
- package/lib/cli/cif2bcif/converter.js +2 -2
- package/lib/cli/cif2bcif/converter.js.map +1 -1
- package/lib/cli/cifschema/index.js +12 -12
- package/lib/cli/cifschema/index.js.map +1 -1
- package/lib/cli/cifschema/util/cif-dic.js +19 -19
- package/lib/cli/cifschema/util/cif-dic.js.map +1 -1
- package/lib/cli/cifschema/util/generate.js +21 -21
- package/lib/cli/cifschema/util/generate.js.map +1 -1
- package/lib/cli/cifschema/util/schema.js +1 -1
- package/lib/cli/cifschema/util/schema.js.map +1 -1
- package/lib/cli/lipid-params/index.js +3 -3
- package/lib/cli/lipid-params/index.js.map +1 -1
- package/lib/cli/state-docs/index.js +4 -4
- package/lib/cli/state-docs/index.js.map +1 -1
- package/lib/cli/state-docs/pd-to-md.js +10 -10
- package/lib/cli/state-docs/pd-to-md.js.map +1 -1
- package/lib/cli/structure-info/model.js +18 -18
- package/lib/cli/structure-info/model.js.map +1 -1
- package/lib/cli/structure-info/volume.js +1 -1
- package/lib/cli/structure-info/volume.js.map +1 -1
- package/lib/commonjs/apps/docking-viewer/index.js +1 -1
- package/lib/commonjs/apps/docking-viewer/index.js.map +1 -1
- package/lib/commonjs/apps/viewer/index.d.ts +289 -0
- package/lib/commonjs/apps/viewer/index.js +91 -5
- package/lib/commonjs/apps/viewer/index.js.map +1 -1
- package/lib/commonjs/cli/chem-comp-dict/create-ions.js +1 -1
- package/lib/commonjs/cli/chem-comp-dict/create-ions.js.map +1 -1
- package/lib/commonjs/cli/chem-comp-dict/create-table.js +3 -3
- package/lib/commonjs/cli/chem-comp-dict/create-table.js.map +1 -1
- package/lib/commonjs/cli/chem-comp-dict/util.js +2 -2
- package/lib/commonjs/cli/chem-comp-dict/util.js.map +1 -1
- package/lib/commonjs/cli/cif2bcif/converter.js +2 -2
- package/lib/commonjs/cli/cif2bcif/converter.js.map +1 -1
- package/lib/commonjs/cli/cif2bcif/index.js +0 -0
- package/lib/commonjs/cli/cifschema/index.js +12 -12
- package/lib/commonjs/cli/cifschema/index.js.map +1 -1
- package/lib/commonjs/cli/cifschema/util/cif-dic.js +19 -19
- package/lib/commonjs/cli/cifschema/util/cif-dic.js.map +1 -1
- package/lib/commonjs/cli/cifschema/util/generate.js +21 -21
- package/lib/commonjs/cli/cifschema/util/generate.js.map +1 -1
- package/lib/commonjs/cli/cifschema/util/schema.js +1 -1
- package/lib/commonjs/cli/cifschema/util/schema.js.map +1 -1
- package/lib/commonjs/cli/lipid-params/index.js +3 -3
- package/lib/commonjs/cli/lipid-params/index.js.map +1 -1
- package/lib/commonjs/cli/state-docs/index.js +4 -4
- package/lib/commonjs/cli/state-docs/index.js.map +1 -1
- package/lib/commonjs/cli/state-docs/pd-to-md.js +10 -10
- package/lib/commonjs/cli/state-docs/pd-to-md.js.map +1 -1
- package/lib/commonjs/cli/structure-info/model.js +18 -18
- package/lib/commonjs/cli/structure-info/model.js.map +1 -1
- package/lib/commonjs/cli/structure-info/volume.js +1 -1
- package/lib/commonjs/cli/structure-info/volume.js.map +1 -1
- package/lib/commonjs/examples/basic-wrapper/superposition.js +3 -3
- package/lib/commonjs/examples/basic-wrapper/superposition.js.map +1 -1
- package/lib/commonjs/examples/domain-annotation-server/mapping.js +2 -2
- package/lib/commonjs/examples/domain-annotation-server/mapping.js.map +1 -1
- package/lib/commonjs/examples/domain-annotation-server/server.js +3 -3
- package/lib/commonjs/examples/domain-annotation-server/server.js.map +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/annotation.js +3 -3
- package/lib/commonjs/examples/proteopedia-wrapper/annotation.js.map +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/helpers.js +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/helpers.js.map +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/index.js +2 -2
- package/lib/commonjs/examples/proteopedia-wrapper/index.js.map +1 -1
- package/lib/commonjs/examples/task.js +6 -6
- package/lib/commonjs/examples/task.js.map +1 -1
- package/lib/commonjs/extensions/alpha-orbitals/transforms.js +2 -2
- package/lib/commonjs/extensions/alpha-orbitals/transforms.js.map +1 -1
- package/lib/commonjs/extensions/anvil/representation.js +1 -1
- package/lib/commonjs/extensions/anvil/representation.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/color/generate.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/color/generate.js +1 -1
- package/lib/commonjs/extensions/cellpack/color/provided.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/color/provided.js +1 -1
- package/lib/commonjs/extensions/cellpack/curve.d.ts +2 -2
- package/lib/commonjs/extensions/cellpack/curve.js +2 -2
- package/lib/commonjs/extensions/cellpack/data.d.ts +32 -0
- package/lib/commonjs/extensions/cellpack/index.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/index.js +1 -1
- package/lib/commonjs/extensions/cellpack/model.d.ts +5 -3
- package/lib/commonjs/extensions/cellpack/model.js +203 -65
- package/lib/commonjs/extensions/cellpack/model.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/preset.d.ts +2 -1
- package/lib/commonjs/extensions/cellpack/preset.js +12 -15
- package/lib/commonjs/extensions/cellpack/preset.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/property.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/property.js +1 -1
- package/lib/commonjs/extensions/cellpack/representation.d.ts +53 -0
- package/lib/commonjs/extensions/cellpack/representation.js +47 -0
- package/lib/commonjs/extensions/cellpack/representation.js.map +1 -0
- package/lib/commonjs/extensions/cellpack/state.d.ts +16 -5
- package/lib/commonjs/extensions/cellpack/state.js +234 -27
- package/lib/commonjs/extensions/cellpack/state.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/util.d.ts +3 -1
- package/lib/commonjs/extensions/cellpack/util.js +34 -6
- package/lib/commonjs/extensions/cellpack/util.js.map +1 -1
- package/lib/commonjs/extensions/dnatco/confal-pyramids/util.js +7 -7
- package/lib/commonjs/extensions/dnatco/confal-pyramids/util.js.map +1 -1
- package/lib/commonjs/extensions/g3d/data.js +2 -2
- package/lib/commonjs/extensions/g3d/data.js.map +1 -1
- package/lib/commonjs/extensions/g3d/model.js +2 -2
- package/lib/commonjs/extensions/g3d/model.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/controls.js +2 -2
- package/lib/commonjs/extensions/geo-export/controls.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/glb-exporter.js +1 -1
- package/lib/commonjs/extensions/geo-export/glb-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/obj-exporter.js +3 -3
- package/lib/commonjs/extensions/geo-export/obj-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/stl-exporter.js +1 -1
- package/lib/commonjs/extensions/geo-export/stl-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/usdz-exporter.js +5 -5
- package/lib/commonjs/extensions/geo-export/usdz-exporter.js.map +1 -1
- package/lib/commonjs/extensions/mp4-export/controls.js +1 -1
- package/lib/commonjs/extensions/mp4-export/controls.js.map +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/behavior.js +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/behavior.js.map +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/prop.js +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/prop.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +4 -4
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.js +3 -3
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.d.ts +12 -12
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.js +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/prop.js +2 -2
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/prop.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.d.ts +2 -2
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.js +7 -7
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/validation-report/behavior.js +11 -11
- package/lib/commonjs/extensions/rcsb/validation-report/behavior.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/validation-report/prop.js +2 -2
- package/lib/commonjs/extensions/rcsb/validation-report/prop.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +15 -0
- package/lib/commonjs/extensions/rcsb/validation-report/representation.js +2 -2
- package/lib/commonjs/extensions/rcsb/validation-report/representation.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +4 -4
- package/lib/commonjs/mol-canvas3d/canvas3d.js +3 -3
- package/lib/commonjs/mol-canvas3d/canvas3d.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/helper/camera-helper.d.ts +2 -2
- package/lib/commonjs/mol-canvas3d/helper/handle-helper.js +1 -1
- package/lib/commonjs/mol-canvas3d/helper/handle-helper.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/passes/image.d.ts +2 -2
- package/lib/commonjs/mol-canvas3d/passes/wboit.js +1 -1
- package/lib/commonjs/mol-canvas3d/passes/wboit.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/util.js +1 -1
- package/lib/commonjs/mol-canvas3d/util.js.map +1 -1
- package/lib/commonjs/mol-data/db/table.js +1 -1
- package/lib/commonjs/mol-data/db/table.js.map +1 -1
- package/lib/commonjs/mol-data/int/_spec/sorted-ranges.spec.js +1 -1
- package/lib/commonjs/mol-data/int/_spec/sorted-ranges.spec.js.map +1 -1
- package/lib/commonjs/mol-data/int/impl/ordered-set.d.ts +3 -3
- package/lib/commonjs/mol-data/int/impl/sorted-array.js +2 -2
- package/lib/commonjs/mol-data/int/impl/sorted-array.js.map +1 -1
- package/lib/commonjs/mol-data/int/tuple.js +1 -1
- package/lib/commonjs/mol-data/int/tuple.js.map +1 -1
- package/lib/commonjs/mol-data/util/_spec/interval-iterator.spec.js +1 -1
- package/lib/commonjs/mol-data/util/_spec/interval-iterator.spec.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.d.ts +2 -2
- package/lib/commonjs/mol-geo/geometry/image/image.d.ts +2 -2
- package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.js +19 -11
- package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.d.ts +2 -2
- package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.js +57 -15
- package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/mesh.js +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/mesh.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +1 -0
- package/lib/commonjs/mol-geo/geometry/text/font-atlas.js +1 -1
- package/lib/commonjs/mol-geo/geometry/text/font-atlas.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/text/text.js +1 -1
- package/lib/commonjs/mol-geo/geometry/text/text.js.map +1 -1
- package/lib/commonjs/mol-geo/primitive/polyhedron.js +1 -1
- package/lib/commonjs/mol-geo/primitive/polyhedron.js.map +1 -1
- package/lib/commonjs/mol-gl/_spec/cylinders.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/cylinders.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/cylinders.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/direct-volume.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/direct-volume.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/direct-volume.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/gl.d.ts +9 -0
- package/lib/commonjs/mol-gl/_spec/gl.js +33 -0
- package/lib/commonjs/mol-gl/_spec/gl.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/gl.shim.js +5 -5
- package/lib/commonjs/mol-gl/_spec/gl.shim.js.map +1 -1
- package/lib/commonjs/mol-gl/_spec/image.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/image.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/image.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/lines.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/lines.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/lines.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/mesh.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/mesh.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/mesh.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/points.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/points.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/points.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/renderer.spec.d.ts +7 -1
- package/lib/commonjs/mol-gl/_spec/renderer.spec.js +7 -45
- package/lib/commonjs/mol-gl/_spec/renderer.spec.js.map +1 -1
- package/lib/commonjs/mol-gl/_spec/spheres.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/spheres.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/spheres.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/text.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/text.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/text.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/compute/grid3d.js +3 -3
- package/lib/commonjs/mol-gl/compute/grid3d.js.map +1 -1
- package/lib/commonjs/mol-gl/compute/histogram-pyramid/reduction.js +4 -4
- package/lib/commonjs/mol-gl/compute/histogram-pyramid/reduction.js.map +1 -1
- package/lib/commonjs/mol-gl/renderable/util.js +1 -1
- package/lib/commonjs/mol-gl/renderable/util.js.map +1 -1
- package/lib/commonjs/mol-gl/renderer.d.ts +2 -2
- package/lib/commonjs/mol-gl/scene.js +1 -1
- package/lib/commonjs/mol-gl/scene.js.map +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/assign-material-color.glsl.js.map +1 -1
- package/lib/commonjs/mol-gl/shader-code.js +8 -8
- package/lib/commonjs/mol-gl/shader-code.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/buffer.d.ts +3 -2
- package/lib/commonjs/mol-gl/webgl/buffer.js +5 -5
- package/lib/commonjs/mol-gl/webgl/buffer.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/compat.js +3 -3
- package/lib/commonjs/mol-gl/webgl/compat.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/context.js +6 -4
- package/lib/commonjs/mol-gl/webgl/context.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/extensions.js +5 -1
- package/lib/commonjs/mol-gl/webgl/extensions.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/framebuffer.js +1 -1
- package/lib/commonjs/mol-gl/webgl/framebuffer.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/program.d.ts +1 -1
- package/lib/commonjs/mol-gl/webgl/program.js +14 -12
- package/lib/commonjs/mol-gl/webgl/program.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/render-item.d.ts +3 -2
- package/lib/commonjs/mol-gl/webgl/render-item.js +2 -2
- package/lib/commonjs/mol-gl/webgl/render-item.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/resources.js +1 -1
- package/lib/commonjs/mol-gl/webgl/resources.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/shader.js +3 -3
- package/lib/commonjs/mol-gl/webgl/shader.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/state.d.ts +4 -1
- package/lib/commonjs/mol-gl/webgl/state.js +25 -1
- package/lib/commonjs/mol-gl/webgl/state.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/texture.js +2 -2
- package/lib/commonjs/mol-gl/webgl/texture.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/uniform.js +2 -2
- package/lib/commonjs/mol-gl/webgl/uniform.js.map +1 -1
- package/lib/commonjs/mol-io/common/file-handle.js +1 -1
- package/lib/commonjs/mol-io/common/file-handle.js.map +1 -1
- package/lib/commonjs/mol-io/common/typed-array.js +1 -1
- package/lib/commonjs/mol-io/common/typed-array.js.map +1 -1
- package/lib/commonjs/mol-io/reader/ccp4/parser.js +1 -1
- package/lib/commonjs/mol-io/reader/ccp4/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/binary/parser.js +1 -1
- package/lib/commonjs/mol-io/reader/cif/binary/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/data-model.js +7 -7
- package/lib/commonjs/mol-io/reader/cif/data-model.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/density-server.d.ts +2 -2
- package/lib/commonjs/mol-io/reader/cif/schema/mmcif-extras.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/mmcif.d.ts +12 -12
- package/lib/commonjs/mol-io/reader/cif/schema.js +7 -7
- package/lib/commonjs/mol-io/reader/cif/schema.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/text/parser.js +2 -2
- package/lib/commonjs/mol-io/reader/cif/text/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/dcd/parser.js +2 -2
- package/lib/commonjs/mol-io/reader/dcd/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/ply/schema.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/ply/schema.js +1 -1
- package/lib/commonjs/mol-io/reader/ply/schema.js.map +1 -1
- package/lib/commonjs/mol-io/reader/result.js +1 -1
- package/lib/commonjs/mol-io/reader/result.js.map +1 -1
- package/lib/commonjs/mol-io/writer/cif/encoder/text.js +3 -3
- package/lib/commonjs/mol-io/writer/cif/encoder/text.js.map +1 -1
- package/lib/commonjs/mol-io/writer/cif/encoder.js +5 -5
- package/lib/commonjs/mol-io/writer/cif/encoder.js.map +1 -1
- package/lib/commonjs/mol-io/writer/mol/encoder.js +4 -4
- package/lib/commonjs/mol-io/writer/mol/encoder.js.map +1 -1
- package/lib/commonjs/mol-io/writer/mol2/encoder.js +6 -6
- package/lib/commonjs/mol-io/writer/mol2/encoder.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/gaussian-density/gpu.js +1 -1
- package/lib/commonjs/mol-math/geometry/gaussian-density/gpu.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/primitives/axes3d.d.ts +2 -1
- package/lib/commonjs/mol-math/geometry/primitives/axes3d.js +9 -2
- package/lib/commonjs/mol-math/geometry/primitives/axes3d.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/spacegroup/construction.js +8 -8
- package/lib/commonjs/mol-math/geometry/spacegroup/construction.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/spacegroup/tables.js +1 -1
- package/lib/commonjs/mol-math/geometry/spacegroup/tables.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/symmetry-operator.js +4 -4
- package/lib/commonjs/mol-math/geometry/symmetry-operator.js.map +1 -1
- package/lib/commonjs/mol-math/graph/inter-unit-graph.js +2 -2
- package/lib/commonjs/mol-math/graph/inter-unit-graph.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/quat.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/quat.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec2.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec2.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec3.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec3.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec4.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec4.js.map +1 -1
- package/lib/commonjs/mol-model/loci.d.ts +30 -30
- package/lib/commonjs/mol-model/sequence/sequence.js +2 -2
- package/lib/commonjs/mol-model/sequence/sequence.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/atom_site.js +2 -2
- package/lib/commonjs/mol-model/structure/export/categories/atom_site.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/atom_site_operator_mapping.js +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/atom_site_operator_mapping.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/secondary-structure.js +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/secondary-structure.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/mmcif.js +1 -1
- package/lib/commonjs/mol-model/structure/export/mmcif.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/atomic/bonds.js +2 -2
- package/lib/commonjs/mol-model/structure/model/properties/atomic/bonds.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/symmetry.js +3 -3
- package/lib/commonjs/mol-model/structure/model/properties/symmetry.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-index.js +2 -2
- package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-index.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-keys.js +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-keys.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/residue-set.js +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/residue-set.js.map +1 -1
- package/lib/commonjs/mol-model/structure/query/context.js +1 -1
- package/lib/commonjs/mol-model/structure/query/context.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/carbohydrates/compute.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/carbohydrates/compute.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/element/loci.d.ts +1 -0
- package/lib/commonjs/mol-model/structure/structure/element/loci.js +16 -2
- package/lib/commonjs/mol-model/structure/structure/element/loci.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/element/util.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/element/util.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/properties.d.ts +1 -1
- package/lib/commonjs/mol-model/structure/structure/properties.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/properties.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/structure.js +3 -2
- package/lib/commonjs/mol-model/structure/structure/structure.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/symmetry.js +3 -3
- package/lib/commonjs/mol-model/structure/structure/symmetry.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/util/superposition-db-mapping.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/util/superposition-db-mapping.js.map +1 -1
- package/lib/commonjs/mol-model/volume/volume.js +2 -2
- package/lib/commonjs/mol-model/volume/volume.js.map +1 -1
- package/lib/commonjs/mol-model-formats/shape/ply.d.ts +8 -8
- package/lib/commonjs/mol-model-formats/shape/ply.js +1 -1
- package/lib/commonjs/mol-model-formats/shape/ply.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/basic/atomic.js +2 -2
- package/lib/commonjs/mol-model-formats/structure/basic/atomic.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/basic/properties.js +2 -2
- package/lib/commonjs/mol-model-formats/structure/basic/properties.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/basic/schema.d.ts +4 -4
- package/lib/commonjs/mol-model-formats/structure/common/component.d.ts +5 -5
- package/lib/commonjs/mol-model-formats/structure/common/entity.js +6 -6
- package/lib/commonjs/mol-model-formats/structure/common/entity.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/assembly.js +10 -10
- package/lib/commonjs/mol-model-formats/structure/pdb/assembly.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/conect.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/conect.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/entity.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/entity.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/assembly.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/assembly.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/symmetry.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/symmetry.js.map +1 -1
- package/lib/commonjs/mol-model-formats/volume/ccp4.js +1 -1
- package/lib/commonjs/mol-model-formats/volume/ccp4.js.map +1 -1
- package/lib/commonjs/mol-model-props/common/custom-element-property.js +1 -1
- package/lib/commonjs/mol-model-props/common/custom-element-property.js.map +1 -1
- package/lib/commonjs/mol-model-props/common/custom-property.js +1 -1
- package/lib/commonjs/mol-model-props/common/custom-property.js.map +1 -1
- package/lib/commonjs/mol-model-props/computed/interactions/common.js +1 -1
- package/lib/commonjs/mol-model-props/computed/interactions/common.js.map +1 -1
- package/lib/commonjs/mol-model-props/computed/interactions/refine.js +2 -2
- package/lib/commonjs/mol-model-props/computed/interactions/refine.js.map +1 -1
- package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +9 -0
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/property.js +1 -1
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/property.js.map +1 -1
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +12 -0
- package/lib/commonjs/mol-model-props/integrative/pair-restraints.js +1 -1
- package/lib/commonjs/mol-model-props/integrative/pair-restraints.js.map +1 -1
- package/lib/commonjs/mol-model-props/sequence/best-database-mapping.js +1 -1
- package/lib/commonjs/mol-model-props/sequence/best-database-mapping.js.map +1 -1
- package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.d.ts +12 -12
- package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.js +1 -1
- package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/behavior.d.ts +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js +3 -3
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js +3 -3
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
- package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +2 -2
- package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +4 -4
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.js +6 -6
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +4 -4
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.js +5 -5
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/util.js +6 -6
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/util.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/static/state.js +4 -4
- package/lib/commonjs/mol-plugin/behavior/static/state.js.map +1 -1
- package/lib/commonjs/mol-plugin/commands.d.ts +2 -2
- package/lib/commonjs/mol-plugin/config.js +10 -3
- package/lib/commonjs/mol-plugin/config.js.map +1 -1
- package/lib/commonjs/mol-plugin/context.js +2 -3
- package/lib/commonjs/mol-plugin/context.js.map +1 -1
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +6 -6
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.js +1 -1
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/actions/file.js +3 -3
- package/lib/commonjs/mol-plugin-state/actions/file.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/actions/structure.js +12 -12
- package/lib/commonjs/mol-plugin-state/actions/structure.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/actions/volume.js +16 -16
- package/lib/commonjs/mol-plugin-state/actions/volume.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/animation/built-in/model-index.d.ts +3 -3
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +4 -4
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.d.ts +4 -4
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.js +2 -2
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.d.ts +10 -10
- package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js +21 -17
- package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/builder/structure/representation.js +2 -2
- package/lib/commonjs/mol-plugin-state/builder/structure/representation.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/builder/structure.js +3 -3
- package/lib/commonjs/mol-plugin-state/builder/structure.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/formats/registry.js +1 -1
- package/lib/commonjs/mol-plugin-state/formats/registry.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/formats/volume.d.ts +8 -8
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.d.ts +4 -4
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.js +10 -10
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-component.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-component.js +3 -3
- package/lib/commonjs/mol-plugin-state/helpers/structure-component.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-query.js +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-query.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js +5 -5
- package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/animation.js +1 -1
- package/lib/commonjs/mol-plugin-state/manager/animation.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/interactivity.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/manager/loci-label.js +1 -1
- package/lib/commonjs/mol-plugin-state/manager/loci-label.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/snapshots.js +2 -2
- package/lib/commonjs/mol-plugin-state/manager/snapshots.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.js +2 -2
- package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/structure/measurement.d.ts +7 -2
- package/lib/commonjs/mol-plugin-state/manager/structure/measurement.js +111 -13
- package/lib/commonjs/mol-plugin-state/manager/structure/measurement.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/structure/selection.d.ts +3 -3
- package/lib/commonjs/mol-plugin-state/manager/structure/selection.js +4 -10
- package/lib/commonjs/mol-plugin-state/manager/structure/selection.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/data.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/data.js +8 -8
- package/lib/commonjs/mol-plugin-state/transforms/data.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/helpers.d.ts +3 -1
- package/lib/commonjs/mol-plugin-state/transforms/helpers.js +7 -4
- package/lib/commonjs/mol-plugin-state/transforms/helpers.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/model.d.ts +6 -6
- package/lib/commonjs/mol-plugin-state/transforms/model.js +18 -18
- package/lib/commonjs/mol-plugin-state/transforms/model.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +19 -4
- package/lib/commonjs/mol-plugin-state/transforms/representation.js +78 -26
- package/lib/commonjs/mol-plugin-state/transforms/representation.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/volume.js +7 -7
- package/lib/commonjs/mol-plugin-state/transforms/volume.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/base.js +1 -1
- package/lib/commonjs/mol-plugin-ui/base.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/action-menu.js +3 -3
- package/lib/commonjs/mol-plugin-ui/controls/action-menu.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/color.js +2 -2
- package/lib/commonjs/mol-plugin-ui/controls/color.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/common.js +9 -9
- package/lib/commonjs/mol-plugin-ui/controls/common.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/icons.js +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/icons.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/legend.js +3 -3
- package/lib/commonjs/mol-plugin-ui/controls/legend.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/line-graph-component.js +6 -6
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/line-graph-component.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/point-component.js +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/point-component.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/parameters.js +29 -29
- package/lib/commonjs/mol-plugin-ui/controls/parameters.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/screenshot.js +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/screenshot.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/slider.js +9 -9
- package/lib/commonjs/mol-plugin-ui/controls/slider.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls.js +2 -2
- package/lib/commonjs/mol-plugin-ui/controls.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/plugin.js +3 -3
- package/lib/commonjs/mol-plugin-ui/plugin.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence/chain.js +3 -3
- package/lib/commonjs/mol-plugin-ui/sequence/chain.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence/sequence.js +4 -4
- package/lib/commonjs/mol-plugin-ui/sequence/sequence.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence.d.ts +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence.js +24 -10
- package/lib/commonjs/mol-plugin-ui/sequence.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/actions.js +1 -1
- package/lib/commonjs/mol-plugin-ui/state/actions.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/common.js +2 -2
- package/lib/commonjs/mol-plugin-ui/state/common.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/snapshots.js +4 -4
- package/lib/commonjs/mol-plugin-ui/state/snapshots.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/tree.js +8 -8
- package/lib/commonjs/mol-plugin-ui/state/tree.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/components.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/components.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/focus.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/focus.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/generic.js +2 -2
- package/lib/commonjs/mol-plugin-ui/structure/generic.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/measurements.d.ts +10 -1
- package/lib/commonjs/mol-plugin-ui/structure/measurements.js +49 -6
- package/lib/commonjs/mol-plugin-ui/structure/measurements.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/selection.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/selection.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/source.js +12 -12
- package/lib/commonjs/mol-plugin-ui/structure/source.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/superposition.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/superposition.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/volume.js +2 -2
- package/lib/commonjs/mol-plugin-ui/structure/volume.js.map +1 -1
- package/lib/commonjs/mol-repr/representation.d.ts +1 -0
- package/lib/commonjs/mol-repr/representation.js +14 -8
- package/lib/commonjs/mol-repr/representation.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/angle.js +2 -2
- package/lib/commonjs/mol-repr/shape/loci/angle.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/dihedral.js +2 -2
- package/lib/commonjs/mol-repr/shape/loci/dihedral.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/distance.js +2 -2
- package/lib/commonjs/mol-repr/shape/loci/distance.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/label.js +1 -1
- package/lib/commonjs/mol-repr/shape/loci/label.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +5 -4
- package/lib/commonjs/mol-repr/shape/loci/orientation.js +38 -52
- package/lib/commonjs/mol-repr/shape/loci/orientation.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/plane.d.ts +27 -0
- package/lib/commonjs/mol-repr/shape/loci/plane.js +61 -0
- package/lib/commonjs/mol-repr/shape/loci/plane.js.map +1 -0
- package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/params.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/registry.d.ts +22 -11
- package/lib/commonjs/mol-repr/structure/registry.js +1 -1
- package/lib/commonjs/mol-repr/structure/registry.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +15 -6
- package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +9 -0
- package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +15 -6
- package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/line.d.ts +9 -6
- package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/units-representation.js +1 -1
- package/lib/commonjs/mol-repr/structure/units-representation.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/units-visual.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +10 -4
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js +6 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.d.ts +3 -2
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.js +1 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +10 -4
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js +6 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.d.ts +3 -2
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.js +1 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +8 -8
- package/lib/commonjs/mol-repr/structure/visual/label-text.js +3 -3
- package/lib/commonjs/mol-repr/structure/visual/label-text.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.js +22 -15
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.js +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/bond.d.ts +24 -16
- package/lib/commonjs/mol-repr/structure/visual/util/bond.js +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/bond.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/color.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/util/element.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/visual/util/link.d.ts +8 -0
- package/lib/commonjs/mol-repr/structure/visual/util/link.js +37 -27
- package/lib/commonjs/mol-repr/structure/visual/util/link.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/polymer.d.ts +2 -2
- package/lib/commonjs/mol-repr/volume/direct-volume.d.ts +5 -5
- package/lib/commonjs/mol-repr/volume/isosurface.d.ts +3 -3
- package/lib/commonjs/mol-repr/volume/registry.d.ts +4 -4
- package/lib/commonjs/mol-repr/volume/registry.js +1 -1
- package/lib/commonjs/mol-repr/volume/registry.js.map +1 -1
- package/lib/commonjs/mol-repr/volume/slice.d.ts +6 -6
- package/lib/commonjs/mol-script/language/builder.d.ts +0 -1
- package/lib/commonjs/mol-script/language/expression-formatter.js +6 -6
- package/lib/commonjs/mol-script/language/expression-formatter.js.map +1 -1
- package/lib/commonjs/mol-script/language/helpers.js +4 -4
- package/lib/commonjs/mol-script/language/helpers.js.map +1 -1
- package/lib/commonjs/mol-script/language/parser.js +1 -1
- package/lib/commonjs/mol-script/language/parser.js.map +1 -1
- package/lib/commonjs/mol-script/language/symbol-table/structure-query.js +3 -3
- package/lib/commonjs/mol-script/language/symbol-table/structure-query.js.map +1 -1
- package/lib/commonjs/mol-script/language/symbol.js +1 -1
- package/lib/commonjs/mol-script/language/symbol.js.map +1 -1
- package/lib/commonjs/mol-script/runtime/query/base.js +2 -2
- package/lib/commonjs/mol-script/runtime/query/base.js.map +1 -1
- package/lib/commonjs/mol-script/script/mol-script/symbols.js +3 -3
- package/lib/commonjs/mol-script/script/mol-script/symbols.js.map +1 -1
- package/lib/commonjs/mol-state/state/builder.js +1 -1
- package/lib/commonjs/mol-state/state/builder.js.map +1 -1
- package/lib/commonjs/mol-state/state.js +7 -7
- package/lib/commonjs/mol-state/state.js.map +1 -1
- package/lib/commonjs/mol-state/transformer.js +3 -3
- package/lib/commonjs/mol-state/transformer.js.map +1 -1
- package/lib/commonjs/mol-state/tree/transient.js +3 -3
- package/lib/commonjs/mol-state/tree/transient.js.map +1 -1
- package/lib/commonjs/mol-task/execution/progress.js +4 -4
- package/lib/commonjs/mol-task/execution/progress.js.map +1 -1
- package/lib/commonjs/mol-task/task.js +1 -1
- package/lib/commonjs/mol-task/task.js.map +1 -1
- package/lib/commonjs/mol-task/util/multistep.js +1 -1
- package/lib/commonjs/mol-task/util/multistep.js.map +1 -1
- package/lib/commonjs/mol-task/util/user-timing.js +3 -3
- package/lib/commonjs/mol-task/util/user-timing.js.map +1 -1
- package/lib/commonjs/mol-theme/color/atom-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/chain-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/chain-id.js +1 -1
- package/lib/commonjs/mol-theme/color/chain-id.js.map +1 -1
- package/lib/commonjs/mol-theme/color/element-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/element-symbol.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/entity-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/entity-id.js +1 -1
- package/lib/commonjs/mol-theme/color/entity-id.js.map +1 -1
- package/lib/commonjs/mol-theme/color/entity-source.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/entity-source.js +4 -4
- package/lib/commonjs/mol-theme/color/entity-source.js.map +1 -1
- package/lib/commonjs/mol-theme/color/illustrative.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/model-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/operator-hkl.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/operator-hkl.js +2 -2
- package/lib/commonjs/mol-theme/color/operator-hkl.js.map +1 -1
- package/lib/commonjs/mol-theme/color/operator-name.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/polymer-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/polymer-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/unit-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color.d.ts +78 -78
- package/lib/commonjs/mol-theme/label.d.ts +1 -0
- package/lib/commonjs/mol-theme/label.js +38 -28
- package/lib/commonjs/mol-theme/label.js.map +1 -1
- package/lib/commonjs/mol-theme/theme.js +3 -3
- package/lib/commonjs/mol-theme/theme.js.map +1 -1
- package/lib/commonjs/mol-util/assets.js +3 -3
- package/lib/commonjs/mol-util/assets.js.map +1 -1
- package/lib/commonjs/mol-util/color/color.js +2 -2
- package/lib/commonjs/mol-util/color/color.js.map +1 -1
- package/lib/commonjs/mol-util/color/lists.js +1 -1
- package/lib/commonjs/mol-util/color/lists.js.map +1 -1
- package/lib/commonjs/mol-util/color/palette.d.ts +12 -12
- package/lib/commonjs/mol-util/color/palette.js +2 -2
- package/lib/commonjs/mol-util/color/palette.js.map +1 -1
- package/lib/commonjs/mol-util/console-logger.js +9 -9
- package/lib/commonjs/mol-util/console-logger.js.map +1 -1
- package/lib/commonjs/mol-util/data-source.js +5 -5
- package/lib/commonjs/mol-util/data-source.js.map +1 -1
- package/lib/commonjs/mol-util/download.js +1 -1
- package/lib/commonjs/mol-util/download.js.map +1 -1
- package/lib/commonjs/mol-util/graphql-client.js +2 -2
- package/lib/commonjs/mol-util/graphql-client.js.map +1 -1
- package/lib/commonjs/mol-util/index.js +2 -2
- package/lib/commonjs/mol-util/index.js.map +1 -1
- package/lib/commonjs/mol-util/monadic-parser.js +4 -4
- package/lib/commonjs/mol-util/monadic-parser.js.map +1 -1
- package/lib/commonjs/mol-util/now.js +4 -4
- package/lib/commonjs/mol-util/now.js.map +1 -1
- package/lib/commonjs/mol-util/object.js +1 -1
- package/lib/commonjs/mol-util/object.js.map +1 -1
- package/lib/commonjs/mol-util/performance-monitor.js +4 -4
- package/lib/commonjs/mol-util/performance-monitor.js.map +1 -1
- package/lib/commonjs/mol-util/string.js +3 -3
- package/lib/commonjs/mol-util/string.js.map +1 -1
- package/lib/commonjs/mol-util/url.js +2 -2
- package/lib/commonjs/mol-util/url.js.map +1 -1
- package/lib/commonjs/mol-util/zip/deflate.js +1 -1
- package/lib/commonjs/mol-util/zip/deflate.js.map +1 -1
- package/lib/commonjs/mol-util/zip/inflate.js +1 -1
- package/lib/commonjs/mol-util/zip/inflate.js.map +1 -1
- package/lib/commonjs/mol-util/zip/zip.js +1 -1
- package/lib/commonjs/mol-util/zip/zip.js.map +1 -1
- package/lib/commonjs/perf-tests/mol-script.js +1 -1
- package/lib/commonjs/perf-tests/mol-script.js.map +1 -1
- package/lib/commonjs/perf-tests/sets.js +1 -1
- package/lib/commonjs/perf-tests/sets.js.map +1 -1
- package/lib/commonjs/perf-tests/sort.js +1 -1
- package/lib/commonjs/perf-tests/sort.js.map +1 -1
- package/lib/commonjs/perf-tests/string-builder.js +2 -2
- package/lib/commonjs/perf-tests/string-builder.js.map +1 -1
- package/lib/commonjs/perf-tests/structure.js +7 -7
- package/lib/commonjs/perf-tests/structure.js.map +1 -1
- package/lib/commonjs/perf-tests/test-xtc.js +1 -1
- package/lib/commonjs/perf-tests/test-xtc.js.map +1 -1
- package/lib/commonjs/servers/common/file-handle.js +1 -1
- package/lib/commonjs/servers/common/file-handle.js.map +1 -1
- package/lib/commonjs/servers/common/util.js +1 -1
- package/lib/commonjs/servers/common/util.js.map +1 -1
- package/lib/commonjs/servers/model/config.js +4 -4
- package/lib/commonjs/servers/model/config.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess/master.js +1 -1
- package/lib/commonjs/servers/model/preprocess/master.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess/parallel.js +2 -2
- package/lib/commonjs/servers/model/preprocess/parallel.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess/util.js +3 -3
- package/lib/commonjs/servers/model/preprocess/util.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess.js +0 -0
- package/lib/commonjs/servers/model/properties/providers/pdbe.js +5 -5
- package/lib/commonjs/servers/model/properties/providers/pdbe.js.map +1 -1
- package/lib/commonjs/servers/model/property-provider.js +2 -2
- package/lib/commonjs/servers/model/property-provider.js.map +1 -1
- package/lib/commonjs/servers/model/query.js +1 -1
- package/lib/commonjs/servers/model/query.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-local.js +2 -2
- package/lib/commonjs/servers/model/server/api-local.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-schema.js +2 -2
- package/lib/commonjs/servers/model/server/api-schema.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-web-multiple.js +1 -1
- package/lib/commonjs/servers/model/server/api-web-multiple.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-web.js +4 -4
- package/lib/commonjs/servers/model/server/api-web.js.map +1 -1
- package/lib/commonjs/servers/model/server/api.js +1 -1
- package/lib/commonjs/servers/model/server/api.js.map +1 -1
- package/lib/commonjs/servers/model/server/cache.js +3 -3
- package/lib/commonjs/servers/model/server/cache.js.map +1 -1
- package/lib/commonjs/servers/model/server/jobs.js +3 -3
- package/lib/commonjs/servers/model/server/jobs.js.map +1 -1
- package/lib/commonjs/servers/model/server/query.js +10 -10
- package/lib/commonjs/servers/model/server/query.js.map +1 -1
- package/lib/commonjs/servers/model/server/structure-wrapper.js +6 -6
- package/lib/commonjs/servers/model/server/structure-wrapper.js.map +1 -1
- package/lib/commonjs/servers/model/server.js +3 -3
- package/lib/commonjs/servers/model/server.js.map +1 -1
- package/lib/commonjs/servers/model/utils/fetch-props-pdbe.js +4 -4
- package/lib/commonjs/servers/model/utils/fetch-props-pdbe.js.map +1 -1
- package/lib/commonjs/servers/model/utils/writer.js +2 -2
- package/lib/commonjs/servers/model/utils/writer.js.map +1 -1
- package/lib/commonjs/servers/plugin-state/api-schema.js +2 -2
- package/lib/commonjs/servers/plugin-state/api-schema.js.map +1 -1
- package/lib/commonjs/servers/plugin-state/index.js +1 -1
- package/lib/commonjs/servers/plugin-state/index.js.map +1 -1
- package/lib/commonjs/servers/volume/pack/format/dsn6.js +1 -1
- package/lib/commonjs/servers/volume/pack/format/dsn6.js.map +1 -1
- package/lib/commonjs/servers/volume/pack/main.js +4 -4
- package/lib/commonjs/servers/volume/pack/main.js.map +1 -1
- package/lib/commonjs/servers/volume/pack/writer.js +1 -1
- package/lib/commonjs/servers/volume/pack/writer.js.map +1 -1
- package/lib/commonjs/servers/volume/pack.js +1 -1
- package/lib/commonjs/servers/volume/pack.js.map +1 -1
- package/lib/commonjs/servers/volume/query.js +0 -0
- package/lib/commonjs/servers/volume/server/api.js +7 -7
- package/lib/commonjs/servers/volume/server/api.js.map +1 -1
- package/lib/commonjs/servers/volume/server/local-api.js +1 -1
- package/lib/commonjs/servers/volume/server/local-api.js.map +1 -1
- package/lib/commonjs/servers/volume/server/query/encode.js +3 -3
- package/lib/commonjs/servers/volume/server/query/encode.js.map +1 -1
- package/lib/commonjs/servers/volume/server/query/execute.js +5 -5
- package/lib/commonjs/servers/volume/server/query/execute.js.map +1 -1
- package/lib/commonjs/servers/volume/server/version.js +1 -1
- package/lib/commonjs/servers/volume/server/version.js.map +1 -1
- package/lib/commonjs/servers/volume/server/web-api.js +7 -7
- package/lib/commonjs/servers/volume/server/web-api.js.map +1 -1
- package/lib/commonjs/servers/volume/server/web-schema.js +6 -6
- package/lib/commonjs/servers/volume/server/web-schema.js.map +1 -1
- package/lib/commonjs/servers/volume/server.js +2 -2
- package/lib/commonjs/servers/volume/server.js.map +1 -1
- package/lib/commonjs/tests/browser/font-atlas.js +1 -1
- package/lib/commonjs/tests/browser/font-atlas.js.map +1 -1
- package/lib/commonjs/tests/browser/render-shape.js +1 -1
- package/lib/commonjs/tests/browser/render-shape.js.map +1 -1
- package/lib/commonjs/tests/browser/render-structure.js +1 -1
- package/lib/commonjs/tests/browser/render-structure.js.map +1 -1
- package/lib/examples/alpha-orbitals/index.html +60 -60
- package/lib/examples/basic-wrapper/index.html +136 -136
- package/lib/examples/basic-wrapper/superposition.js +3 -3
- package/lib/examples/basic-wrapper/superposition.js.map +1 -1
- package/lib/examples/domain-annotation-server/mapping.js +2 -2
- package/lib/examples/domain-annotation-server/mapping.js.map +1 -1
- package/lib/examples/domain-annotation-server/server.js +3 -3
- package/lib/examples/domain-annotation-server/server.js.map +1 -1
- package/lib/examples/lighting/index.html +86 -86
- package/lib/examples/proteopedia-wrapper/annotation.js +3 -3
- package/lib/examples/proteopedia-wrapper/annotation.js.map +1 -1
- package/lib/examples/proteopedia-wrapper/helpers.js +1 -1
- package/lib/examples/proteopedia-wrapper/helpers.js.map +1 -1
- package/lib/examples/proteopedia-wrapper/index.html +235 -235
- package/lib/examples/proteopedia-wrapper/index.js +2 -2
- package/lib/examples/proteopedia-wrapper/index.js.map +1 -1
- package/lib/examples/task.js +6 -6
- package/lib/examples/task.js.map +1 -1
- package/lib/extensions/alpha-orbitals/transforms.js +2 -2
- package/lib/extensions/alpha-orbitals/transforms.js.map +1 -1
- package/lib/extensions/anvil/representation.js +1 -1
- package/lib/extensions/anvil/representation.js.map +1 -1
- package/lib/extensions/cellpack/color/generate.d.ts +1 -1
- package/lib/extensions/cellpack/color/generate.js +1 -1
- package/lib/extensions/cellpack/color/provided.d.ts +1 -1
- package/lib/extensions/cellpack/color/provided.js +1 -1
- package/lib/extensions/cellpack/curve.d.ts +2 -2
- package/lib/extensions/cellpack/curve.js +2 -2
- package/lib/extensions/cellpack/data.d.ts +32 -0
- package/lib/extensions/cellpack/index.d.ts +1 -1
- package/lib/extensions/cellpack/index.js +1 -1
- package/lib/extensions/cellpack/model.d.ts +5 -3
- package/lib/extensions/cellpack/model.js +204 -66
- package/lib/extensions/cellpack/model.js.map +1 -1
- package/lib/extensions/cellpack/preset.d.ts +2 -1
- package/lib/extensions/cellpack/preset.js +12 -15
- package/lib/extensions/cellpack/preset.js.map +1 -1
- package/lib/extensions/cellpack/property.d.ts +1 -1
- package/lib/extensions/cellpack/property.js +1 -1
- package/lib/extensions/cellpack/representation.d.ts +53 -0
- package/lib/extensions/cellpack/representation.js +43 -0
- package/lib/extensions/cellpack/representation.js.map +1 -0
- package/lib/extensions/cellpack/state.d.ts +16 -5
- package/lib/extensions/cellpack/state.js +232 -25
- package/lib/extensions/cellpack/state.js.map +1 -1
- package/lib/extensions/cellpack/util.d.ts +3 -1
- package/lib/extensions/cellpack/util.js +32 -5
- package/lib/extensions/cellpack/util.js.map +1 -1
- package/lib/extensions/dnatco/confal-pyramids/representation.d.ts +3 -3
- package/lib/extensions/dnatco/confal-pyramids/util.js +7 -7
- package/lib/extensions/dnatco/confal-pyramids/util.js.map +1 -1
- package/lib/extensions/g3d/data.js +2 -2
- package/lib/extensions/g3d/data.js.map +1 -1
- package/lib/extensions/g3d/model.js +2 -2
- package/lib/extensions/g3d/model.js.map +1 -1
- package/lib/extensions/geo-export/controls.js +2 -2
- package/lib/extensions/geo-export/controls.js.map +1 -1
- package/lib/extensions/geo-export/glb-exporter.js +1 -1
- package/lib/extensions/geo-export/glb-exporter.js.map +1 -1
- package/lib/extensions/geo-export/obj-exporter.js +3 -3
- package/lib/extensions/geo-export/obj-exporter.js.map +1 -1
- package/lib/extensions/geo-export/stl-exporter.js +1 -1
- package/lib/extensions/geo-export/stl-exporter.js.map +1 -1
- package/lib/extensions/geo-export/usdz-exporter.js +5 -5
- package/lib/extensions/geo-export/usdz-exporter.js.map +1 -1
- package/lib/extensions/mp4-export/controls.js +1 -1
- package/lib/extensions/mp4-export/controls.js.map +1 -1
- package/lib/extensions/pdbe/structure-quality-report/behavior.js +1 -1
- package/lib/extensions/pdbe/structure-quality-report/behavior.js.map +1 -1
- package/lib/extensions/pdbe/structure-quality-report/prop.js +1 -1
- package/lib/extensions/pdbe/structure-quality-report/prop.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/behavior.d.ts +5 -5
- package/lib/extensions/rcsb/assembly-symmetry/behavior.js +3 -3
- package/lib/extensions/rcsb/assembly-symmetry/behavior.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/color.js +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/color.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/prop.js +2 -2
- package/lib/extensions/rcsb/assembly-symmetry/prop.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/representation.d.ts +2 -2
- package/lib/extensions/rcsb/assembly-symmetry/representation.js +7 -7
- package/lib/extensions/rcsb/assembly-symmetry/representation.js.map +1 -1
- package/lib/extensions/rcsb/validation-report/behavior.js +11 -11
- package/lib/extensions/rcsb/validation-report/behavior.js.map +1 -1
- package/lib/extensions/rcsb/validation-report/prop.js +2 -2
- package/lib/extensions/rcsb/validation-report/prop.js.map +1 -1
- package/lib/extensions/rcsb/validation-report/representation.d.ts +20 -5
- package/lib/extensions/rcsb/validation-report/representation.js +2 -2
- package/lib/extensions/rcsb/validation-report/representation.js.map +1 -1
- package/lib/mol-canvas3d/canvas3d.d.ts +4 -4
- package/lib/mol-canvas3d/canvas3d.js +3 -3
- package/lib/mol-canvas3d/canvas3d.js.map +1 -1
- package/lib/mol-canvas3d/helper/camera-helper.d.ts +2 -2
- package/lib/mol-canvas3d/helper/handle-helper.js +1 -1
- package/lib/mol-canvas3d/helper/handle-helper.js.map +1 -1
- package/lib/mol-canvas3d/passes/image.d.ts +2 -2
- package/lib/mol-canvas3d/passes/wboit.js +1 -1
- package/lib/mol-canvas3d/passes/wboit.js.map +1 -1
- package/lib/mol-canvas3d/util.js +1 -1
- package/lib/mol-canvas3d/util.js.map +1 -1
- package/lib/mol-data/db/table.js +1 -1
- package/lib/mol-data/db/table.js.map +1 -1
- package/lib/mol-data/int/_spec/sorted-ranges.spec.js +1 -1
- package/lib/mol-data/int/_spec/sorted-ranges.spec.js.map +1 -1
- package/lib/mol-data/int/impl/ordered-set.d.ts +3 -3
- package/lib/mol-data/int/impl/sorted-array.js +2 -2
- package/lib/mol-data/int/impl/sorted-array.js.map +1 -1
- package/lib/mol-data/int/tuple.js +1 -1
- package/lib/mol-data/int/tuple.js.map +1 -1
- package/lib/mol-data/util/_spec/interval-iterator.spec.js +1 -1
- package/lib/mol-data/util/_spec/interval-iterator.spec.js.map +1 -1
- package/lib/mol-geo/geometry/image/image.d.ts +2 -2
- package/lib/mol-geo/geometry/mesh/builder/sheet.d.ts +1 -1
- package/lib/mol-geo/geometry/mesh/builder/sheet.js +19 -11
- package/lib/mol-geo/geometry/mesh/builder/sheet.js.map +1 -1
- package/lib/mol-geo/geometry/mesh/builder/tube.d.ts +2 -2
- package/lib/mol-geo/geometry/mesh/builder/tube.js +57 -15
- package/lib/mol-geo/geometry/mesh/builder/tube.js.map +1 -1
- package/lib/mol-geo/geometry/mesh/color-smoothing.d.ts +1 -1
- package/lib/mol-geo/geometry/mesh/mesh.js +1 -1
- package/lib/mol-geo/geometry/mesh/mesh.js.map +1 -1
- package/lib/mol-geo/geometry/points/points.d.ts +2 -2
- package/lib/mol-geo/geometry/spheres/spheres.d.ts +1 -0
- package/lib/mol-geo/geometry/text/font-atlas.js +1 -1
- package/lib/mol-geo/geometry/text/font-atlas.js.map +1 -1
- package/lib/mol-geo/geometry/text/text.js +1 -1
- package/lib/mol-geo/geometry/text/text.js.map +1 -1
- package/lib/mol-geo/primitive/polyhedron.js +1 -1
- package/lib/mol-geo/primitive/polyhedron.js.map +1 -1
- package/lib/mol-gl/_spec/cylinders.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/cylinders.spec.js +38 -0
- package/lib/mol-gl/_spec/cylinders.spec.js.map +1 -0
- package/lib/mol-gl/_spec/direct-volume.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/direct-volume.spec.js +38 -0
- package/lib/mol-gl/_spec/direct-volume.spec.js.map +1 -0
- package/lib/mol-gl/_spec/gl.d.ts +9 -0
- package/lib/mol-gl/_spec/gl.js +28 -0
- package/lib/mol-gl/_spec/gl.js.map +1 -0
- package/lib/mol-gl/_spec/gl.shim.js +5 -5
- package/lib/mol-gl/_spec/gl.shim.js.map +1 -1
- package/lib/mol-gl/_spec/image.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/image.spec.js +38 -0
- package/lib/mol-gl/_spec/image.spec.js.map +1 -0
- package/lib/mol-gl/_spec/lines.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/lines.spec.js +38 -0
- package/lib/mol-gl/_spec/lines.spec.js.map +1 -0
- package/lib/mol-gl/_spec/mesh.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/mesh.spec.js +38 -0
- package/lib/mol-gl/_spec/mesh.spec.js.map +1 -0
- package/lib/mol-gl/_spec/points.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/points.spec.js +38 -0
- package/lib/mol-gl/_spec/points.spec.js.map +1 -0
- package/lib/mol-gl/_spec/renderer.spec.d.ts +7 -1
- package/lib/mol-gl/_spec/renderer.spec.js +7 -47
- package/lib/mol-gl/_spec/renderer.spec.js.map +1 -1
- package/lib/{commonjs/mol-repr/structure/visual/aromatic-ring-mesh.d.ts → mol-gl/_spec/shader.spec.d.ts} +0 -0
- package/lib/mol-gl/_spec/shader.spec.js +2 -0
- package/lib/mol-gl/_spec/shader.spec.js.map +1 -0
- package/lib/mol-gl/_spec/spheres.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/spheres.spec.js +38 -0
- package/lib/mol-gl/_spec/spheres.spec.js.map +1 -0
- package/lib/mol-gl/_spec/text.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/text.spec.js +38 -0
- package/lib/mol-gl/_spec/text.spec.js.map +1 -0
- package/lib/mol-gl/_spec/texture-mesh.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/texture-mesh.spec.js +38 -0
- package/lib/mol-gl/_spec/texture-mesh.spec.js.map +1 -0
- package/lib/mol-gl/compute/grid3d.js +3 -3
- package/lib/mol-gl/compute/grid3d.js.map +1 -1
- package/lib/mol-gl/compute/histogram-pyramid/reduction.js +4 -4
- package/lib/mol-gl/compute/histogram-pyramid/reduction.js.map +1 -1
- package/lib/mol-gl/renderable/util.js +1 -1
- package/lib/mol-gl/renderable/util.js.map +1 -1
- package/lib/mol-gl/renderer.d.ts +2 -2
- package/lib/mol-gl/scene.js +1 -1
- package/lib/mol-gl/scene.js.map +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/assign-material-color.glsl.js.map +1 -1
- package/lib/mol-gl/shader-code.js +8 -8
- package/lib/mol-gl/shader-code.js.map +1 -1
- package/lib/mol-gl/webgl/buffer.d.ts +3 -2
- package/lib/mol-gl/webgl/buffer.js +5 -5
- package/lib/mol-gl/webgl/buffer.js.map +1 -1
- package/lib/mol-gl/webgl/compat.js +3 -3
- package/lib/mol-gl/webgl/compat.js.map +1 -1
- package/lib/mol-gl/webgl/context.d.ts +1 -1
- package/lib/mol-gl/webgl/context.js +6 -4
- package/lib/mol-gl/webgl/context.js.map +1 -1
- package/lib/mol-gl/webgl/extensions.js +6 -2
- package/lib/mol-gl/webgl/extensions.js.map +1 -1
- package/lib/mol-gl/webgl/framebuffer.js +1 -1
- package/lib/mol-gl/webgl/framebuffer.js.map +1 -1
- package/lib/mol-gl/webgl/program.d.ts +1 -1
- package/lib/mol-gl/webgl/program.js +14 -12
- package/lib/mol-gl/webgl/program.js.map +1 -1
- package/lib/mol-gl/webgl/render-item.d.ts +4 -3
- package/lib/mol-gl/webgl/render-item.js +2 -2
- package/lib/mol-gl/webgl/render-item.js.map +1 -1
- package/lib/mol-gl/webgl/resources.js +1 -1
- package/lib/mol-gl/webgl/resources.js.map +1 -1
- package/lib/mol-gl/webgl/shader.js +3 -3
- package/lib/mol-gl/webgl/shader.js.map +1 -1
- package/lib/mol-gl/webgl/state.d.ts +4 -1
- package/lib/mol-gl/webgl/state.js +25 -1
- package/lib/mol-gl/webgl/state.js.map +1 -1
- package/lib/mol-gl/webgl/texture.js +2 -2
- package/lib/mol-gl/webgl/texture.js.map +1 -1
- package/lib/mol-gl/webgl/uniform.js +2 -2
- package/lib/mol-gl/webgl/uniform.js.map +1 -1
- package/lib/mol-io/common/file-handle.js +1 -1
- package/lib/mol-io/common/file-handle.js.map +1 -1
- package/lib/mol-io/common/typed-array.js +1 -1
- package/lib/mol-io/common/typed-array.js.map +1 -1
- package/lib/mol-io/reader/ccp4/parser.js +1 -1
- package/lib/mol-io/reader/ccp4/parser.js.map +1 -1
- package/lib/mol-io/reader/cif/binary/parser.js +1 -1
- package/lib/mol-io/reader/cif/binary/parser.js.map +1 -1
- package/lib/mol-io/reader/cif/data-model.js +7 -7
- package/lib/mol-io/reader/cif/data-model.js.map +1 -1
- package/lib/mol-io/reader/cif/schema/density-server.d.ts +4 -4
- package/lib/mol-io/reader/cif/schema/mmcif-extras.d.ts +1 -1
- package/lib/mol-io/reader/cif/schema/mmcif.d.ts +10 -10
- package/lib/mol-io/reader/cif/schema.js +7 -7
- package/lib/mol-io/reader/cif/schema.js.map +1 -1
- package/lib/mol-io/reader/cif/text/parser.js +2 -2
- package/lib/mol-io/reader/cif/text/parser.js.map +1 -1
- package/lib/mol-io/reader/dcd/parser.js +2 -2
- package/lib/mol-io/reader/dcd/parser.js.map +1 -1
- package/lib/mol-io/reader/ply/schema.d.ts +1 -1
- package/lib/mol-io/reader/ply/schema.js +1 -1
- package/lib/mol-io/reader/ply/schema.js.map +1 -1
- package/lib/mol-io/reader/result.js +1 -1
- package/lib/mol-io/reader/result.js.map +1 -1
- package/lib/mol-io/writer/cif/encoder/text.js +3 -3
- package/lib/mol-io/writer/cif/encoder/text.js.map +1 -1
- package/lib/mol-io/writer/cif/encoder.js +5 -5
- package/lib/mol-io/writer/cif/encoder.js.map +1 -1
- package/lib/mol-io/writer/mol/encoder.js +4 -4
- package/lib/mol-io/writer/mol/encoder.js.map +1 -1
- package/lib/mol-io/writer/mol2/encoder.js +6 -6
- package/lib/mol-io/writer/mol2/encoder.js.map +1 -1
- package/lib/mol-math/geometry/gaussian-density/gpu.js +1 -1
- package/lib/mol-math/geometry/gaussian-density/gpu.js.map +1 -1
- package/lib/mol-math/geometry/primitives/axes3d.d.ts +2 -1
- package/lib/mol-math/geometry/primitives/axes3d.js +9 -2
- package/lib/mol-math/geometry/primitives/axes3d.js.map +1 -1
- package/lib/mol-math/geometry/spacegroup/construction.js +8 -8
- package/lib/mol-math/geometry/spacegroup/construction.js.map +1 -1
- package/lib/mol-math/geometry/spacegroup/tables.js +1 -1
- package/lib/mol-math/geometry/spacegroup/tables.js.map +1 -1
- package/lib/mol-math/geometry/symmetry-operator.js +4 -4
- package/lib/mol-math/geometry/symmetry-operator.js.map +1 -1
- package/lib/mol-math/graph/inter-unit-graph.js +2 -2
- package/lib/mol-math/graph/inter-unit-graph.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/quat.js +1 -1
- package/lib/mol-math/linear-algebra/3d/quat.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/vec2.js +1 -1
- package/lib/mol-math/linear-algebra/3d/vec2.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/vec3.js +1 -1
- package/lib/mol-math/linear-algebra/3d/vec3.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/vec4.js +1 -1
- package/lib/mol-math/linear-algebra/3d/vec4.js.map +1 -1
- package/lib/mol-model/loci.d.ts +20 -20
- package/lib/mol-model/sequence/sequence.js +2 -2
- package/lib/mol-model/sequence/sequence.js.map +1 -1
- package/lib/mol-model/shape/shape.d.ts +1 -1
- package/lib/mol-model/structure/export/categories/atom_site.js +2 -2
- package/lib/mol-model/structure/export/categories/atom_site.js.map +1 -1
- package/lib/mol-model/structure/export/categories/atom_site_operator_mapping.js +1 -1
- package/lib/mol-model/structure/export/categories/atom_site_operator_mapping.js.map +1 -1
- package/lib/mol-model/structure/export/categories/secondary-structure.js +1 -1
- package/lib/mol-model/structure/export/categories/secondary-structure.js.map +1 -1
- package/lib/mol-model/structure/export/mmcif.js +1 -1
- package/lib/mol-model/structure/export/mmcif.js.map +1 -1
- package/lib/mol-model/structure/model/properties/atomic/bonds.js +2 -2
- package/lib/mol-model/structure/model/properties/atomic/bonds.js.map +1 -1
- package/lib/mol-model/structure/model/properties/symmetry.js +3 -3
- package/lib/mol-model/structure/model/properties/symmetry.js.map +1 -1
- package/lib/mol-model/structure/model/properties/utils/atomic-index.js +2 -2
- package/lib/mol-model/structure/model/properties/utils/atomic-index.js.map +1 -1
- package/lib/mol-model/structure/model/properties/utils/coarse-keys.js +1 -1
- package/lib/mol-model/structure/model/properties/utils/coarse-keys.js.map +1 -1
- package/lib/mol-model/structure/model/properties/utils/residue-set.js +1 -1
- package/lib/mol-model/structure/model/properties/utils/residue-set.js.map +1 -1
- package/lib/mol-model/structure/query/context.js +1 -1
- package/lib/mol-model/structure/query/context.js.map +1 -1
- package/lib/mol-model/structure/query/utils/structure-distance.d.ts +54 -5
- package/lib/mol-model/structure/structure/carbohydrates/compute.js +1 -1
- package/lib/mol-model/structure/structure/carbohydrates/compute.js.map +1 -1
- package/lib/mol-model/structure/structure/element/loci.d.ts +1 -0
- package/lib/mol-model/structure/structure/element/loci.js +16 -2
- package/lib/mol-model/structure/structure/element/loci.js.map +1 -1
- package/lib/mol-model/structure/structure/element/util.js +1 -1
- package/lib/mol-model/structure/structure/element/util.js.map +1 -1
- package/lib/mol-model/structure/structure/properties.d.ts +1 -1
- package/lib/mol-model/structure/structure/properties.js +1 -1
- package/lib/mol-model/structure/structure/properties.js.map +1 -1
- package/lib/mol-model/structure/structure/structure.js +3 -2
- package/lib/mol-model/structure/structure/structure.js.map +1 -1
- package/lib/mol-model/structure/structure/symmetry.js +3 -3
- package/lib/mol-model/structure/structure/symmetry.js.map +1 -1
- package/lib/mol-model/structure/structure/unit.d.ts +2 -2
- package/lib/mol-model/structure/structure/util/superposition-db-mapping.js +1 -1
- package/lib/mol-model/structure/structure/util/superposition-db-mapping.js.map +1 -1
- package/lib/mol-model/volume/volume.js +2 -2
- package/lib/mol-model/volume/volume.js.map +1 -1
- package/lib/mol-model-formats/shape/ply.d.ts +8 -8
- package/lib/mol-model-formats/shape/ply.js +1 -1
- package/lib/mol-model-formats/shape/ply.js.map +1 -1
- package/lib/mol-model-formats/structure/basic/atomic.js +2 -2
- package/lib/mol-model-formats/structure/basic/atomic.js.map +1 -1
- package/lib/mol-model-formats/structure/basic/properties.js +2 -2
- package/lib/mol-model-formats/structure/basic/properties.js.map +1 -1
- package/lib/mol-model-formats/structure/basic/schema.d.ts +4 -4
- package/lib/mol-model-formats/structure/common/component.d.ts +3 -3
- package/lib/mol-model-formats/structure/common/entity.js +6 -6
- package/lib/mol-model-formats/structure/common/entity.js.map +1 -1
- package/lib/mol-model-formats/structure/pdb/assembly.js +10 -10
- package/lib/mol-model-formats/structure/pdb/assembly.js.map +1 -1
- package/lib/mol-model-formats/structure/pdb/conect.js +1 -1
- package/lib/mol-model-formats/structure/pdb/conect.js.map +1 -1
- package/lib/mol-model-formats/structure/pdb/entity.js +1 -1
- package/lib/mol-model-formats/structure/pdb/entity.js.map +1 -1
- package/lib/mol-model-formats/structure/property/assembly.js +1 -1
- package/lib/mol-model-formats/structure/property/assembly.js.map +1 -1
- package/lib/mol-model-formats/structure/property/symmetry.js +1 -1
- package/lib/mol-model-formats/structure/property/symmetry.js.map +1 -1
- package/lib/mol-model-formats/volume/ccp4.js +1 -1
- package/lib/mol-model-formats/volume/ccp4.js.map +1 -1
- package/lib/mol-model-props/common/custom-element-property.js +1 -1
- package/lib/mol-model-props/common/custom-element-property.js.map +1 -1
- package/lib/mol-model-props/common/custom-property.js +1 -1
- package/lib/mol-model-props/common/custom-property.js.map +1 -1
- package/lib/mol-model-props/computed/interactions/common.js +1 -1
- package/lib/mol-model-props/computed/interactions/common.js.map +1 -1
- package/lib/mol-model-props/computed/interactions/refine.js +2 -2
- package/lib/mol-model-props/computed/interactions/refine.js.map +1 -1
- package/lib/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +4 -1
- package/lib/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +4 -1
- package/lib/mol-model-props/computed/representations/interactions.d.ts +12 -3
- package/lib/mol-model-props/integrative/cross-link-restraint/property.js +1 -1
- package/lib/mol-model-props/integrative/cross-link-restraint/property.js.map +1 -1
- package/lib/mol-model-props/integrative/cross-link-restraint/representation.d.ts +16 -4
- package/lib/mol-model-props/integrative/pair-restraints.js +1 -1
- package/lib/mol-model-props/integrative/pair-restraints.js.map +1 -1
- package/lib/mol-model-props/sequence/best-database-mapping.js +1 -1
- package/lib/mol-model-props/sequence/best-database-mapping.js.map +1 -1
- package/lib/mol-model-props/sequence/themes/best-database-mapping.js +1 -1
- package/lib/mol-model-props/sequence/themes/best-database-mapping.js.map +1 -1
- package/lib/mol-plugin/behavior/behavior.d.ts +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js +3 -3
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js +3 -3
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
- package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.d.ts +1 -1
- package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +2 -2
- package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +10 -10
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.js +6 -6
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +5 -5
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.js +5 -5
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/util.js +6 -6
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/util.js.map +1 -1
- package/lib/mol-plugin/behavior/static/state.js +4 -4
- package/lib/mol-plugin/behavior/static/state.js.map +1 -1
- package/lib/mol-plugin/commands.d.ts +2 -2
- package/lib/mol-plugin/config.js +10 -3
- package/lib/mol-plugin/config.js.map +1 -1
- package/lib/mol-plugin/context.js +2 -3
- package/lib/mol-plugin/context.js.map +1 -1
- package/lib/mol-plugin/layout.d.ts +4 -4
- package/lib/mol-plugin/util/viewport-screenshot.d.ts +6 -6
- package/lib/mol-plugin/util/viewport-screenshot.js +1 -1
- package/lib/mol-plugin/util/viewport-screenshot.js.map +1 -1
- package/lib/mol-plugin/version.js +2 -2
- package/lib/mol-plugin-state/actions/file.js +3 -3
- package/lib/mol-plugin-state/actions/file.js.map +1 -1
- package/lib/mol-plugin-state/actions/structure.d.ts +2 -2
- package/lib/mol-plugin-state/actions/structure.js +12 -12
- package/lib/mol-plugin-state/actions/structure.js.map +1 -1
- package/lib/mol-plugin-state/actions/volume.js +16 -16
- package/lib/mol-plugin-state/actions/volume.js.map +1 -1
- package/lib/mol-plugin-state/animation/built-in/model-index.d.ts +4 -4
- package/lib/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +4 -4
- package/lib/mol-plugin-state/builder/structure/hierarchy.d.ts +4 -4
- package/lib/mol-plugin-state/builder/structure/hierarchy.js +2 -2
- package/lib/mol-plugin-state/builder/structure/hierarchy.js.map +1 -1
- package/lib/mol-plugin-state/builder/structure/representation-preset.d.ts +7 -7
- package/lib/mol-plugin-state/builder/structure/representation-preset.js +21 -17
- package/lib/mol-plugin-state/builder/structure/representation-preset.js.map +1 -1
- package/lib/mol-plugin-state/builder/structure/representation.js +2 -2
- package/lib/mol-plugin-state/builder/structure/representation.js.map +1 -1
- package/lib/mol-plugin-state/builder/structure.js +3 -3
- package/lib/mol-plugin-state/builder/structure.js.map +1 -1
- package/lib/mol-plugin-state/formats/registry.js +1 -1
- package/lib/mol-plugin-state/formats/registry.js.map +1 -1
- package/lib/mol-plugin-state/formats/volume.d.ts +8 -8
- package/lib/mol-plugin-state/helpers/root-structure.d.ts +4 -4
- package/lib/mol-plugin-state/helpers/root-structure.js +10 -10
- package/lib/mol-plugin-state/helpers/root-structure.js.map +1 -1
- package/lib/mol-plugin-state/helpers/structure-component.d.ts +2 -2
- package/lib/mol-plugin-state/helpers/structure-component.js +3 -3
- package/lib/mol-plugin-state/helpers/structure-component.js.map +1 -1
- package/lib/mol-plugin-state/helpers/structure-query.js +1 -1
- package/lib/mol-plugin-state/helpers/structure-query.js.map +1 -1
- package/lib/mol-plugin-state/helpers/structure-selection-query.js +5 -5
- package/lib/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
- package/lib/mol-plugin-state/manager/animation.js +1 -1
- package/lib/mol-plugin-state/manager/animation.js.map +1 -1
- package/lib/mol-plugin-state/manager/interactivity.d.ts +1 -1
- package/lib/mol-plugin-state/manager/loci-label.js +1 -1
- package/lib/mol-plugin-state/manager/loci-label.js.map +1 -1
- package/lib/mol-plugin-state/manager/snapshots.js +2 -2
- package/lib/mol-plugin-state/manager/snapshots.js.map +1 -1
- package/lib/mol-plugin-state/manager/structure/component.d.ts +2 -2
- package/lib/mol-plugin-state/manager/structure/hierarchy.js +2 -2
- package/lib/mol-plugin-state/manager/structure/hierarchy.js.map +1 -1
- package/lib/mol-plugin-state/manager/structure/measurement.d.ts +7 -2
- package/lib/mol-plugin-state/manager/structure/measurement.js +110 -12
- package/lib/mol-plugin-state/manager/structure/measurement.js.map +1 -1
- package/lib/mol-plugin-state/manager/structure/selection.d.ts +1 -1
- package/lib/mol-plugin-state/manager/structure/selection.js +4 -10
- package/lib/mol-plugin-state/manager/structure/selection.js.map +1 -1
- package/lib/mol-plugin-state/transforms/data.d.ts +1 -1
- package/lib/mol-plugin-state/transforms/data.js +8 -8
- package/lib/mol-plugin-state/transforms/data.js.map +1 -1
- package/lib/mol-plugin-state/transforms/helpers.d.ts +3 -1
- package/lib/mol-plugin-state/transforms/helpers.js +5 -3
- package/lib/mol-plugin-state/transforms/helpers.js.map +1 -1
- package/lib/mol-plugin-state/transforms/model.d.ts +6 -6
- package/lib/mol-plugin-state/transforms/model.js +18 -18
- package/lib/mol-plugin-state/transforms/model.js.map +1 -1
- package/lib/mol-plugin-state/transforms/representation.d.ts +20 -5
- package/lib/mol-plugin-state/transforms/representation.js +78 -26
- package/lib/mol-plugin-state/transforms/representation.js.map +1 -1
- package/lib/mol-plugin-state/transforms/volume.js +7 -7
- package/lib/mol-plugin-state/transforms/volume.js.map +1 -1
- package/lib/mol-plugin-ui/base.js +1 -1
- package/lib/mol-plugin-ui/base.js.map +1 -1
- package/lib/mol-plugin-ui/controls/action-menu.js +3 -3
- package/lib/mol-plugin-ui/controls/action-menu.js.map +1 -1
- package/lib/mol-plugin-ui/controls/color.js +2 -2
- package/lib/mol-plugin-ui/controls/color.js.map +1 -1
- package/lib/mol-plugin-ui/controls/common.js +9 -9
- package/lib/mol-plugin-ui/controls/common.js.map +1 -1
- package/lib/mol-plugin-ui/controls/icons.js +1 -1
- package/lib/mol-plugin-ui/controls/icons.js.map +1 -1
- package/lib/mol-plugin-ui/controls/legend.js +3 -3
- package/lib/mol-plugin-ui/controls/legend.js.map +1 -1
- package/lib/mol-plugin-ui/controls/line-graph/line-graph-component.js +6 -6
- package/lib/mol-plugin-ui/controls/line-graph/line-graph-component.js.map +1 -1
- package/lib/mol-plugin-ui/controls/line-graph/point-component.js +1 -1
- package/lib/mol-plugin-ui/controls/line-graph/point-component.js.map +1 -1
- package/lib/mol-plugin-ui/controls/parameters.d.ts +2 -2
- package/lib/mol-plugin-ui/controls/parameters.js +29 -29
- package/lib/mol-plugin-ui/controls/parameters.js.map +1 -1
- package/lib/mol-plugin-ui/controls/screenshot.js +1 -1
- package/lib/mol-plugin-ui/controls/screenshot.js.map +1 -1
- package/lib/mol-plugin-ui/controls/slider.js +9 -9
- package/lib/mol-plugin-ui/controls/slider.js.map +1 -1
- package/lib/mol-plugin-ui/controls.js +2 -2
- package/lib/mol-plugin-ui/controls.js.map +1 -1
- package/lib/mol-plugin-ui/plugin.js +3 -3
- package/lib/mol-plugin-ui/plugin.js.map +1 -1
- package/lib/mol-plugin-ui/sequence/chain.js +3 -3
- package/lib/mol-plugin-ui/sequence/chain.js.map +1 -1
- package/lib/mol-plugin-ui/sequence/sequence.js +4 -4
- package/lib/mol-plugin-ui/sequence/sequence.js.map +1 -1
- package/lib/mol-plugin-ui/sequence.d.ts +1 -1
- package/lib/mol-plugin-ui/sequence.js +24 -10
- package/lib/mol-plugin-ui/sequence.js.map +1 -1
- 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 -420
- 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 +616 -616
- 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 -81
- package/lib/mol-plugin-ui/skin/base/components/transformer.scss +163 -163
- package/lib/mol-plugin-ui/skin/base/components/viewport.scss +127 -127
- 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/state/actions.js +1 -1
- package/lib/mol-plugin-ui/state/actions.js.map +1 -1
- package/lib/mol-plugin-ui/state/common.js +2 -2
- package/lib/mol-plugin-ui/state/common.js.map +1 -1
- package/lib/mol-plugin-ui/state/snapshots.js +4 -4
- package/lib/mol-plugin-ui/state/snapshots.js.map +1 -1
- package/lib/mol-plugin-ui/state/tree.js +8 -8
- package/lib/mol-plugin-ui/state/tree.js.map +1 -1
- package/lib/mol-plugin-ui/structure/components.js +4 -4
- package/lib/mol-plugin-ui/structure/components.js.map +1 -1
- package/lib/mol-plugin-ui/structure/focus.js +4 -4
- package/lib/mol-plugin-ui/structure/focus.js.map +1 -1
- package/lib/mol-plugin-ui/structure/generic.js +2 -2
- package/lib/mol-plugin-ui/structure/generic.js.map +1 -1
- package/lib/mol-plugin-ui/structure/measurements.d.ts +10 -1
- package/lib/mol-plugin-ui/structure/measurements.js +50 -7
- package/lib/mol-plugin-ui/structure/measurements.js.map +1 -1
- package/lib/mol-plugin-ui/structure/selection.js +4 -4
- package/lib/mol-plugin-ui/structure/selection.js.map +1 -1
- package/lib/mol-plugin-ui/structure/source.js +12 -12
- package/lib/mol-plugin-ui/structure/source.js.map +1 -1
- package/lib/mol-plugin-ui/structure/superposition.js +4 -4
- package/lib/mol-plugin-ui/structure/superposition.js.map +1 -1
- package/lib/mol-plugin-ui/structure/volume.js +2 -2
- package/lib/mol-plugin-ui/structure/volume.js.map +1 -1
- package/lib/mol-repr/representation.d.ts +1 -0
- package/lib/mol-repr/representation.js +12 -6
- package/lib/mol-repr/representation.js.map +1 -1
- package/lib/mol-repr/shape/loci/angle.js +2 -2
- package/lib/mol-repr/shape/loci/angle.js.map +1 -1
- package/lib/mol-repr/shape/loci/dihedral.js +2 -2
- package/lib/mol-repr/shape/loci/dihedral.js.map +1 -1
- package/lib/mol-repr/shape/loci/distance.d.ts +1 -1
- package/lib/mol-repr/shape/loci/distance.js +2 -2
- package/lib/mol-repr/shape/loci/distance.js.map +1 -1
- package/lib/mol-repr/shape/loci/label.js +1 -1
- package/lib/mol-repr/shape/loci/label.js.map +1 -1
- package/lib/mol-repr/shape/loci/orientation.d.ts +6 -5
- package/lib/mol-repr/shape/loci/orientation.js +39 -53
- package/lib/mol-repr/shape/loci/orientation.js.map +1 -1
- package/lib/mol-repr/shape/loci/plane.d.ts +27 -0
- package/lib/mol-repr/shape/loci/plane.js +57 -0
- package/lib/mol-repr/shape/loci/plane.js.map +1 -0
- package/lib/mol-repr/shape/model/unitcell.d.ts +1 -1
- package/lib/mol-repr/structure/complex-visual.d.ts +6 -6
- package/lib/mol-repr/structure/params.d.ts +3 -3
- package/lib/mol-repr/structure/registry.d.ts +41 -30
- package/lib/mol-repr/structure/registry.js +1 -1
- package/lib/mol-repr/structure/registry.js.map +1 -1
- package/lib/mol-repr/structure/representation/backbone.d.ts +3 -3
- package/lib/mol-repr/structure/representation/ball-and-stick.d.ts +21 -12
- package/lib/mol-repr/structure/representation/carbohydrate.d.ts +12 -3
- package/lib/mol-repr/structure/representation/cartoon.d.ts +6 -3
- package/lib/mol-repr/structure/representation/ellipsoid.d.ts +21 -12
- package/lib/mol-repr/structure/representation/gaussian-surface.d.ts +9 -9
- package/lib/mol-repr/structure/representation/gaussian-volume.d.ts +3 -3
- package/lib/mol-repr/structure/representation/label.d.ts +6 -6
- package/lib/mol-repr/structure/representation/line.d.ts +18 -15
- package/lib/mol-repr/structure/representation/molecular-surface.d.ts +9 -9
- package/lib/mol-repr/structure/representation/orientation.d.ts +3 -3
- package/lib/mol-repr/structure/representation/point.d.ts +6 -6
- 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-representation.js +1 -1
- package/lib/mol-repr/structure/units-representation.js.map +1 -1
- package/lib/mol-repr/structure/units-visual.d.ts +9 -9
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +14 -8
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.js +6 -0
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.js.map +1 -1
- package/lib/mol-repr/structure/visual/bond-inter-unit-line.d.ts +5 -4
- package/lib/mol-repr/structure/visual/bond-inter-unit-line.js +1 -0
- package/lib/mol-repr/structure/visual/bond-inter-unit-line.js.map +1 -1
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +14 -8
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.js +6 -0
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.js.map +1 -1
- package/lib/mol-repr/structure/visual/bond-intra-unit-line.d.ts +5 -4
- package/lib/mol-repr/structure/visual/bond-intra-unit-line.js +1 -0
- package/lib/mol-repr/structure/visual/bond-intra-unit-line.js.map +1 -1
- package/lib/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +4 -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 +4 -1
- package/lib/mol-repr/structure/visual/element-cross.d.ts +1 -1
- package/lib/mol-repr/structure/visual/element-point.d.ts +2 -2
- 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-density-volume.d.ts +2 -2
- package/lib/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +12 -12
- package/lib/mol-repr/structure/visual/gaussian-surface-wireframe.d.ts +1 -1
- package/lib/mol-repr/structure/visual/label-text.d.ts +2 -2
- package/lib/mol-repr/structure/visual/label-text.js +3 -3
- package/lib/mol-repr/structure/visual/label-text.js.map +1 -1
- package/lib/mol-repr/structure/visual/molecular-surface-mesh.d.ts +3 -3
- package/lib/mol-repr/structure/visual/molecular-surface-wireframe.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-axes-mesh.d.ts +35 -0
- package/lib/mol-repr/structure/visual/orientation-axes-mesh.js +43 -0
- package/lib/mol-repr/structure/visual/orientation-axes-mesh.js.map +1 -0
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.d.ts +31 -0
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.js +48 -0
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.js.map +1 -0
- 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 +4 -1
- package/lib/mol-repr/structure/visual/polymer-trace-mesh.js +22 -15
- package/lib/mol-repr/structure/visual/polymer-trace-mesh.js.map +1 -1
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.js +1 -1
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.js.map +1 -1
- package/lib/mol-repr/structure/visual/util/bond.d.ts +26 -18
- package/lib/mol-repr/structure/visual/util/bond.js +1 -1
- package/lib/mol-repr/structure/visual/util/bond.js.map +1 -1
- package/lib/mol-repr/structure/visual/util/color.d.ts +2 -2
- package/lib/mol-repr/structure/visual/util/common.d.ts +2 -2
- package/lib/mol-repr/structure/visual/util/link.d.ts +8 -0
- package/lib/mol-repr/structure/visual/util/link.js +37 -27
- package/lib/mol-repr/structure/visual/util/link.js.map +1 -1
- package/lib/mol-repr/structure/visual/util/orientation.d.ts +17 -0
- package/lib/mol-repr/structure/visual/util/orientation.js +71 -0
- package/lib/mol-repr/structure/visual/util/orientation.js.map +1 -0
- package/lib/mol-repr/volume/direct-volume.d.ts +2 -2
- package/lib/mol-repr/volume/isosurface.d.ts +3 -3
- package/lib/mol-repr/volume/registry.d.ts +3 -3
- package/lib/mol-repr/volume/registry.js +1 -1
- package/lib/mol-repr/volume/registry.js.map +1 -1
- package/lib/mol-repr/volume/slice.d.ts +6 -6
- package/lib/mol-script/language/builder.d.ts +0 -1
- package/lib/mol-script/language/expression-formatter.js +6 -6
- package/lib/mol-script/language/expression-formatter.js.map +1 -1
- package/lib/mol-script/language/helpers.js +4 -4
- package/lib/mol-script/language/helpers.js.map +1 -1
- package/lib/mol-script/language/parser.js +1 -1
- package/lib/mol-script/language/parser.js.map +1 -1
- package/lib/mol-script/language/symbol-table/structure-query.js +3 -3
- package/lib/mol-script/language/symbol-table/structure-query.js.map +1 -1
- package/lib/mol-script/language/symbol.js +1 -1
- package/lib/mol-script/language/symbol.js.map +1 -1
- package/lib/mol-script/runtime/query/base.js +2 -2
- package/lib/mol-script/runtime/query/base.js.map +1 -1
- package/lib/mol-script/script/mol-script/symbols.js +3 -3
- package/lib/mol-script/script/mol-script/symbols.js.map +1 -1
- package/lib/mol-state/state/builder.js +1 -1
- package/lib/mol-state/state/builder.js.map +1 -1
- package/lib/mol-state/state.js +7 -7
- package/lib/mol-state/state.js.map +1 -1
- package/lib/mol-state/transformer.js +3 -3
- package/lib/mol-state/transformer.js.map +1 -1
- package/lib/mol-state/tree/transient.js +3 -3
- package/lib/mol-state/tree/transient.js.map +1 -1
- package/lib/mol-task/execution/progress.js +4 -4
- package/lib/mol-task/execution/progress.js.map +1 -1
- package/lib/mol-task/task.js +1 -1
- package/lib/mol-task/task.js.map +1 -1
- package/lib/mol-task/util/multistep.js +1 -1
- package/lib/mol-task/util/multistep.js.map +1 -1
- package/lib/mol-task/util/user-timing.js +3 -3
- package/lib/mol-task/util/user-timing.js.map +1 -1
- package/lib/mol-theme/color/chain-id.js +1 -1
- package/lib/mol-theme/color/chain-id.js.map +1 -1
- package/lib/mol-theme/color/element-symbol.d.ts +4 -4
- package/lib/mol-theme/color/entity-id.js +1 -1
- package/lib/mol-theme/color/entity-id.js.map +1 -1
- package/lib/mol-theme/color/entity-source.js +4 -4
- package/lib/mol-theme/color/entity-source.js.map +1 -1
- package/lib/mol-theme/color/operator-hkl.js +2 -2
- package/lib/mol-theme/color/operator-hkl.js.map +1 -1
- package/lib/mol-theme/color.d.ts +2 -2
- package/lib/mol-theme/label.d.ts +1 -0
- package/lib/mol-theme/label.js +36 -27
- package/lib/mol-theme/label.js.map +1 -1
- package/lib/mol-theme/theme.js +3 -3
- package/lib/mol-theme/theme.js.map +1 -1
- package/lib/mol-util/assets.js +3 -3
- package/lib/mol-util/assets.js.map +1 -1
- package/lib/mol-util/color/color.js +2 -2
- package/lib/mol-util/color/color.js.map +1 -1
- package/lib/mol-util/color/lists.js +1 -1
- package/lib/mol-util/color/lists.js.map +1 -1
- package/lib/mol-util/color/palette.js +2 -2
- package/lib/mol-util/color/palette.js.map +1 -1
- package/lib/mol-util/color/scale.d.ts +1 -1
- package/lib/mol-util/console-logger.js +9 -9
- package/lib/mol-util/console-logger.js.map +1 -1
- package/lib/mol-util/data-source.js +5 -5
- package/lib/mol-util/data-source.js.map +1 -1
- package/lib/mol-util/download.js +1 -1
- package/lib/mol-util/download.js.map +1 -1
- package/lib/mol-util/graphql-client.js +2 -2
- package/lib/mol-util/graphql-client.js.map +1 -1
- package/lib/mol-util/index.js +2 -2
- package/lib/mol-util/index.js.map +1 -1
- package/lib/mol-util/monadic-parser.js +4 -4
- package/lib/mol-util/monadic-parser.js.map +1 -1
- package/lib/mol-util/now.js +4 -4
- package/lib/mol-util/now.js.map +1 -1
- package/lib/mol-util/object.js +1 -1
- package/lib/mol-util/object.js.map +1 -1
- package/lib/mol-util/performance-monitor.js +4 -4
- package/lib/mol-util/performance-monitor.js.map +1 -1
- package/lib/mol-util/string.js +3 -3
- package/lib/mol-util/string.js.map +1 -1
- package/lib/mol-util/url.js +2 -2
- package/lib/mol-util/url.js.map +1 -1
- package/lib/mol-util/zip/deflate.js +1 -1
- package/lib/mol-util/zip/deflate.js.map +1 -1
- package/lib/mol-util/zip/inflate.js +1 -1
- package/lib/mol-util/zip/inflate.js.map +1 -1
- package/lib/mol-util/zip/zip.js +1 -1
- package/lib/mol-util/zip/zip.js.map +1 -1
- package/lib/perf-tests/mol-script.js +1 -1
- package/lib/perf-tests/mol-script.js.map +1 -1
- package/lib/perf-tests/sets.js +1 -1
- package/lib/perf-tests/sets.js.map +1 -1
- package/lib/perf-tests/sort.js +1 -1
- package/lib/perf-tests/sort.js.map +1 -1
- package/lib/perf-tests/string-builder.js +2 -2
- package/lib/perf-tests/string-builder.js.map +1 -1
- package/lib/perf-tests/structure.js +7 -7
- package/lib/perf-tests/structure.js.map +1 -1
- package/lib/perf-tests/test-xtc.js +1 -1
- package/lib/perf-tests/test-xtc.js.map +1 -1
- package/lib/servers/common/file-handle.js +1 -1
- package/lib/servers/common/file-handle.js.map +1 -1
- package/lib/servers/common/util.js +1 -1
- package/lib/servers/common/util.js.map +1 -1
- package/lib/servers/model/config.d.ts +2 -2
- package/lib/servers/model/config.js +4 -4
- package/lib/servers/model/config.js.map +1 -1
- package/lib/servers/model/preprocess/master.js +1 -1
- package/lib/servers/model/preprocess/master.js.map +1 -1
- package/lib/servers/model/preprocess/parallel.js +2 -2
- package/lib/servers/model/preprocess/parallel.js.map +1 -1
- package/lib/servers/model/preprocess/util.js +3 -3
- package/lib/servers/model/preprocess/util.js.map +1 -1
- package/lib/servers/model/properties/providers/pdbe.js +5 -5
- package/lib/servers/model/properties/providers/pdbe.js.map +1 -1
- package/lib/servers/model/property-provider.js +2 -2
- package/lib/servers/model/property-provider.js.map +1 -1
- package/lib/servers/model/query.js +1 -1
- package/lib/servers/model/query.js.map +1 -1
- package/lib/servers/model/server/api-local.js +2 -2
- package/lib/servers/model/server/api-local.js.map +1 -1
- package/lib/servers/model/server/api-schema.js +2 -2
- package/lib/servers/model/server/api-schema.js.map +1 -1
- package/lib/servers/model/server/api-web-multiple.js +1 -1
- package/lib/servers/model/server/api-web-multiple.js.map +1 -1
- package/lib/servers/model/server/api-web.js +4 -4
- package/lib/servers/model/server/api-web.js.map +1 -1
- package/lib/servers/model/server/api.js +1 -1
- package/lib/servers/model/server/api.js.map +1 -1
- package/lib/servers/model/server/cache.js +3 -3
- package/lib/servers/model/server/cache.js.map +1 -1
- package/lib/servers/model/server/jobs.js +3 -3
- package/lib/servers/model/server/jobs.js.map +1 -1
- package/lib/servers/model/server/query.js +10 -10
- package/lib/servers/model/server/query.js.map +1 -1
- package/lib/servers/model/server/structure-wrapper.js +6 -6
- package/lib/servers/model/server/structure-wrapper.js.map +1 -1
- package/lib/servers/model/server.js +3 -3
- package/lib/servers/model/server.js.map +1 -1
- package/lib/servers/model/utils/fetch-props-pdbe.js +4 -4
- package/lib/servers/model/utils/fetch-props-pdbe.js.map +1 -1
- package/lib/servers/model/utils/writer.js +2 -2
- package/lib/servers/model/utils/writer.js.map +1 -1
- package/lib/servers/plugin-state/api-schema.js +2 -2
- package/lib/servers/plugin-state/api-schema.js.map +1 -1
- package/lib/servers/plugin-state/index.js +1 -1
- package/lib/servers/plugin-state/index.js.map +1 -1
- package/lib/servers/volume/pack/format/dsn6.js +1 -1
- package/lib/servers/volume/pack/format/dsn6.js.map +1 -1
- package/lib/servers/volume/pack/main.js +4 -4
- package/lib/servers/volume/pack/main.js.map +1 -1
- package/lib/servers/volume/pack/writer.js +1 -1
- package/lib/servers/volume/pack/writer.js.map +1 -1
- package/lib/servers/volume/pack.js +1 -1
- package/lib/servers/volume/pack.js.map +1 -1
- package/lib/servers/volume/server/api.js +7 -7
- package/lib/servers/volume/server/api.js.map +1 -1
- package/lib/servers/volume/server/local-api.js +1 -1
- package/lib/servers/volume/server/local-api.js.map +1 -1
- package/lib/servers/volume/server/query/encode.js +3 -3
- package/lib/servers/volume/server/query/encode.js.map +1 -1
- package/lib/servers/volume/server/query/execute.js +5 -5
- package/lib/servers/volume/server/query/execute.js.map +1 -1
- package/lib/servers/volume/server/version.js +1 -1
- package/lib/servers/volume/server/version.js.map +1 -1
- package/lib/servers/volume/server/web-api.js +7 -7
- package/lib/servers/volume/server/web-api.js.map +1 -1
- package/lib/servers/volume/server/web-schema.js +6 -6
- package/lib/servers/volume/server/web-schema.js.map +1 -1
- package/lib/servers/volume/server.js +2 -2
- package/lib/servers/volume/server.js.map +1 -1
- package/lib/tests/browser/font-atlas.js +1 -1
- package/lib/tests/browser/font-atlas.js.map +1 -1
- package/lib/tests/browser/index.html +36 -36
- package/lib/tests/browser/render-shape.js +1 -1
- package/lib/tests/browser/render-shape.js.map +1 -1
- package/lib/tests/browser/render-structure.js +1 -1
- package/lib/tests/browser/render-structure.js.map +1 -1
- package/lib/tsconfig.commonjs.tsbuildinfo +1 -1
- package/package.json +158 -155
- package/CHANGELOG.md +0 -181
- package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.d.ts +0 -1
- package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.js +0 -5
- package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.js.map +0 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.d.ts +0 -6
- package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.js +0 -40
- package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.js.map +0 -1
- package/lib/commonjs/mol-repr/structure/visual/aromatic-ring-mesh.js +0 -3
- package/lib/commonjs/mol-repr/structure/visual/aromatic-ring-mesh.js.map +0 -1
- package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.d.ts +0 -37
- package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.js +0 -116
- package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.js.map +0 -1
- package/lib/commonjs/mol-script/util/residue-list.d.ts +0 -7
- package/lib/commonjs/mol-script/util/residue-list.js +0 -63
- package/lib/commonjs/mol-script/util/residue-list.js.map +0 -1
- package/lib/mol-gl/shader/chunks/wboit-params.glsl.d.ts +0 -1
- package/lib/mol-gl/shader/chunks/wboit-params.glsl.js +0 -2
- package/lib/mol-gl/shader/chunks/wboit-params.glsl.js.map +0 -1
- package/lib/mol-model/structure/model/properties/utils/guess-element.d.ts +0 -6
- package/lib/mol-model/structure/model/properties/utils/guess-element.js +0 -36
- package/lib/mol-model/structure/model/properties/utils/guess-element.js.map +0 -1
- package/lib/mol-model-formats/structure/mol copy.d.ts +0 -17
- package/lib/mol-model-formats/structure/mol copy.js +0 -86
- package/lib/mol-model-formats/structure/mol copy.js.map +0 -1
- package/lib/mol-repr/structure/visual/aromatic-ring-mesh.d.ts +0 -0
- package/lib/mol-repr/structure/visual/aromatic-ring-mesh.js +0 -3
- package/lib/mol-repr/structure/visual/aromatic-ring-mesh.js.map +0 -1
- package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.d.ts +0 -37
- package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.js +0 -112
- package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.js.map +0 -1
- package/lib/mol-script/util/residue-list.d.ts +0 -7
- package/lib/mol-script/util/residue-list.js +0 -59
- package/lib/mol-script/util/residue-list.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,155 +1,158 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "molstar",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": "A comprehensive macromolecular library.",
|
|
5
|
-
"homepage": "https://github.com/molstar/molstar#readme",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/molstar/molstar.git"
|
|
9
|
-
},
|
|
10
|
-
"bugs": {
|
|
11
|
-
"url": "https://github.com/molstar/molstar/issues"
|
|
12
|
-
},
|
|
13
|
-
"scripts": {
|
|
14
|
-
"lint": "eslint .",
|
|
15
|
-
"lint-fix": "eslint . --fix",
|
|
16
|
-
"test": "npm run lint && jest",
|
|
17
|
-
"jest": "jest",
|
|
18
|
-
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
|
|
19
|
-
"build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer",
|
|
20
|
-
"build-tsc": "concurrently \"tsc --incremental\" \"tsc --build tsconfig.commonjs.json --incremental\"",
|
|
21
|
-
"build-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/",
|
|
22
|
-
"build-webpack": "webpack --mode production --config ./webpack.config.production.js",
|
|
23
|
-
"build-webpack-viewer": "webpack --mode production --config ./webpack.config.viewer.js",
|
|
24
|
-
"watch": "concurrently -c \"green,green,gray,gray\" --names \"tsc,srv,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-servers\" \"npm:watch-extra\" \"npm:watch-webpack\"",
|
|
25
|
-
"watch-viewer": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer\"",
|
|
26
|
-
"watch-viewer-debug": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer-debug\"",
|
|
27
|
-
"watch-tsc": "tsc --watch --incremental",
|
|
28
|
-
"watch-servers": "tsc --build tsconfig.commonjs.json --watch --incremental",
|
|
29
|
-
"watch-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/ --watch",
|
|
30
|
-
"watch-webpack": "webpack -w --mode development --stats minimal",
|
|
31
|
-
"watch-webpack-viewer": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.js",
|
|
32
|
-
"watch-webpack-viewer-debug": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.debug.js",
|
|
33
|
-
"serve": "http-server -p 1338 -g",
|
|
34
|
-
"model-server": "node lib/commonjs/servers/model/server.js",
|
|
35
|
-
"model-server-watch": "nodemon --watch lib lib/commonjs/servers/model/server.js",
|
|
36
|
-
"volume-server-test": "node lib/commonjs/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336",
|
|
37
|
-
"plugin-state": "node lib/commonjs/servers/plugin-state/index.js --working-folder ./build/state --port 1339",
|
|
38
|
-
"preversion": "npm run test",
|
|
39
|
-
"version": "npm run build",
|
|
40
|
-
"postversion": "git push && git push --tags"
|
|
41
|
-
},
|
|
42
|
-
"files": [
|
|
43
|
-
"lib/",
|
|
44
|
-
"build/viewer/"
|
|
45
|
-
],
|
|
46
|
-
"bin": {
|
|
47
|
-
"cif2bcif": "lib/commonjs/cli/cif2bcif/index.js",
|
|
48
|
-
"cifschema": "lib/commonjs/cli/cifschema/index.js",
|
|
49
|
-
"model-server": "lib/commonjs/servers/model/server.js",
|
|
50
|
-
"model-server-query": "lib/commonjs/servers/model/query.js",
|
|
51
|
-
"model-server-preprocess": "lib/commonjs/servers/model/preprocess.js",
|
|
52
|
-
"volume-server": "lib/commonjs/servers/volume/server.js",
|
|
53
|
-
"volume-server-query": "lib/commonjs/servers/volume/query.js",
|
|
54
|
-
"volume-server-pack": "lib/commonjs/servers/volume/pack.js"
|
|
55
|
-
},
|
|
56
|
-
"nodemonConfig": {
|
|
57
|
-
"ignoreRoot": [
|
|
58
|
-
"./node_modules",
|
|
59
|
-
".git"
|
|
60
|
-
],
|
|
61
|
-
"ignore": [],
|
|
62
|
-
"delay": "2500"
|
|
63
|
-
},
|
|
64
|
-
"jest": {
|
|
65
|
-
"moduleFileExtensions": [
|
|
66
|
-
"ts",
|
|
67
|
-
"js"
|
|
68
|
-
],
|
|
69
|
-
"transform": {
|
|
70
|
-
"\\.ts$": "ts-jest"
|
|
71
|
-
},
|
|
72
|
-
"moduleDirectories": [
|
|
73
|
-
"node_modules",
|
|
74
|
-
"lib"
|
|
75
|
-
],
|
|
76
|
-
"testURL": "http://localhost/",
|
|
77
|
-
"testRegex": "\\.spec\\.ts$"
|
|
78
|
-
},
|
|
79
|
-
"author": "Mol* Contributors",
|
|
80
|
-
"contributors": [
|
|
81
|
-
"Alexander Rose <alexander.rose@weirdbyte.de>",
|
|
82
|
-
"David Sehnal <david.sehnal@gmail.com>",
|
|
83
|
-
"Sebastian Bittrich <sebastian.bittrich@rcsb.org>",
|
|
84
|
-
"Áron Samuel Kovács <aron.kovacs@mail.muni.cz>",
|
|
85
|
-
"Ludovic Autin <autin@scripps.edu>",
|
|
86
|
-
"Michal Malý <michal.maly@ibt.cas.cz>",
|
|
87
|
-
"Jiří Černý <jiri.cerny@ibt.cas.cz>"
|
|
88
|
-
],
|
|
89
|
-
"license": "MIT",
|
|
90
|
-
"devDependencies": {
|
|
91
|
-
"@graphql-codegen/add": "^3.1.0",
|
|
92
|
-
"@graphql-codegen/cli": "^2.2.0",
|
|
93
|
-
"@graphql-codegen/time": "^3.1.0",
|
|
94
|
-
"@graphql-codegen/typescript": "^2.2.2",
|
|
95
|
-
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.0",
|
|
96
|
-
"@graphql-codegen/typescript-graphql-request": "^4.1.4",
|
|
97
|
-
"@graphql-codegen/typescript-operations": "^2.1.6",
|
|
98
|
-
"@types/cors": "^2.8.12",
|
|
99
|
-
"@
|
|
100
|
-
"@
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"webpack
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"@types/
|
|
130
|
-
"@types/
|
|
131
|
-
"@types/
|
|
132
|
-
"@types/
|
|
133
|
-
"@types/node": "^16.10.2",
|
|
134
|
-
"@types/node-fetch": "^2.5.12",
|
|
135
|
-
"@types/react": "^17.0.27",
|
|
136
|
-
"@types/react-dom": "^17.0.9",
|
|
137
|
-
"@types/swagger-ui-dist": "3.30.1",
|
|
138
|
-
"argparse": "^2.0.1",
|
|
139
|
-
"body-parser": "^1.19.0",
|
|
140
|
-
"compression": "^1.7.4",
|
|
141
|
-
"cors": "^2.8.5",
|
|
142
|
-
"express": "^4.17.1",
|
|
143
|
-
"h264-mp4-encoder": "^1.0.12",
|
|
144
|
-
"immer": "^9.0.6",
|
|
145
|
-
"immutable": "^3.8.2",
|
|
146
|
-
"node-fetch": "^2.6.2",
|
|
147
|
-
"react": "^17.0.2",
|
|
148
|
-
"react-dom": "^17.0.2",
|
|
149
|
-
"rxjs": "^7.3.1",
|
|
150
|
-
"swagger-ui-dist": "^3.52.3",
|
|
151
|
-
"tslib": "^2.3.1",
|
|
152
|
-
"util.promisify": "^1.1.1",
|
|
153
|
-
"xhr2": "^0.2.1"
|
|
154
|
-
}
|
|
155
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "molstar",
|
|
3
|
+
"version": "2.3.9",
|
|
4
|
+
"description": "A comprehensive macromolecular library.",
|
|
5
|
+
"homepage": "https://github.com/molstar/molstar#readme",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/molstar/molstar.git"
|
|
9
|
+
},
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/molstar/molstar/issues"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"lint": "eslint .",
|
|
15
|
+
"lint-fix": "eslint . --fix",
|
|
16
|
+
"test": "npm run lint && jest",
|
|
17
|
+
"jest": "jest",
|
|
18
|
+
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
|
|
19
|
+
"build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer",
|
|
20
|
+
"build-tsc": "concurrently \"tsc --incremental\" \"tsc --build tsconfig.commonjs.json --incremental\"",
|
|
21
|
+
"build-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/",
|
|
22
|
+
"build-webpack": "webpack --mode production --config ./webpack.config.production.js",
|
|
23
|
+
"build-webpack-viewer": "webpack --mode production --config ./webpack.config.viewer.js",
|
|
24
|
+
"watch": "concurrently -c \"green,green,gray,gray\" --names \"tsc,srv,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-servers\" \"npm:watch-extra\" \"npm:watch-webpack\"",
|
|
25
|
+
"watch-viewer": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer\"",
|
|
26
|
+
"watch-viewer-debug": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer-debug\"",
|
|
27
|
+
"watch-tsc": "tsc --watch --incremental",
|
|
28
|
+
"watch-servers": "tsc --build tsconfig.commonjs.json --watch --incremental",
|
|
29
|
+
"watch-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/ --watch",
|
|
30
|
+
"watch-webpack": "webpack -w --mode development --stats minimal",
|
|
31
|
+
"watch-webpack-viewer": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.js",
|
|
32
|
+
"watch-webpack-viewer-debug": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.debug.js",
|
|
33
|
+
"serve": "http-server -p 1338 -g",
|
|
34
|
+
"model-server": "node lib/commonjs/servers/model/server.js",
|
|
35
|
+
"model-server-watch": "nodemon --watch lib lib/commonjs/servers/model/server.js",
|
|
36
|
+
"volume-server-test": "node lib/commonjs/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336",
|
|
37
|
+
"plugin-state": "node lib/commonjs/servers/plugin-state/index.js --working-folder ./build/state --port 1339",
|
|
38
|
+
"preversion": "npm run test",
|
|
39
|
+
"version": "npm run build",
|
|
40
|
+
"postversion": "git push && git push --tags"
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"lib/",
|
|
44
|
+
"build/viewer/"
|
|
45
|
+
],
|
|
46
|
+
"bin": {
|
|
47
|
+
"cif2bcif": "lib/commonjs/cli/cif2bcif/index.js",
|
|
48
|
+
"cifschema": "lib/commonjs/cli/cifschema/index.js",
|
|
49
|
+
"model-server": "lib/commonjs/servers/model/server.js",
|
|
50
|
+
"model-server-query": "lib/commonjs/servers/model/query.js",
|
|
51
|
+
"model-server-preprocess": "lib/commonjs/servers/model/preprocess.js",
|
|
52
|
+
"volume-server": "lib/commonjs/servers/volume/server.js",
|
|
53
|
+
"volume-server-query": "lib/commonjs/servers/volume/query.js",
|
|
54
|
+
"volume-server-pack": "lib/commonjs/servers/volume/pack.js"
|
|
55
|
+
},
|
|
56
|
+
"nodemonConfig": {
|
|
57
|
+
"ignoreRoot": [
|
|
58
|
+
"./node_modules",
|
|
59
|
+
".git"
|
|
60
|
+
],
|
|
61
|
+
"ignore": [],
|
|
62
|
+
"delay": "2500"
|
|
63
|
+
},
|
|
64
|
+
"jest": {
|
|
65
|
+
"moduleFileExtensions": [
|
|
66
|
+
"ts",
|
|
67
|
+
"js"
|
|
68
|
+
],
|
|
69
|
+
"transform": {
|
|
70
|
+
"\\.ts$": "ts-jest"
|
|
71
|
+
},
|
|
72
|
+
"moduleDirectories": [
|
|
73
|
+
"node_modules",
|
|
74
|
+
"lib"
|
|
75
|
+
],
|
|
76
|
+
"testURL": "http://localhost/",
|
|
77
|
+
"testRegex": "\\.spec\\.ts$"
|
|
78
|
+
},
|
|
79
|
+
"author": "Mol* Contributors",
|
|
80
|
+
"contributors": [
|
|
81
|
+
"Alexander Rose <alexander.rose@weirdbyte.de>",
|
|
82
|
+
"David Sehnal <david.sehnal@gmail.com>",
|
|
83
|
+
"Sebastian Bittrich <sebastian.bittrich@rcsb.org>",
|
|
84
|
+
"Áron Samuel Kovács <aron.kovacs@mail.muni.cz>",
|
|
85
|
+
"Ludovic Autin <autin@scripps.edu>",
|
|
86
|
+
"Michal Malý <michal.maly@ibt.cas.cz>",
|
|
87
|
+
"Jiří Černý <jiri.cerny@ibt.cas.cz>"
|
|
88
|
+
],
|
|
89
|
+
"license": "MIT",
|
|
90
|
+
"devDependencies": {
|
|
91
|
+
"@graphql-codegen/add": "^3.1.0",
|
|
92
|
+
"@graphql-codegen/cli": "^2.2.0",
|
|
93
|
+
"@graphql-codegen/time": "^3.1.0",
|
|
94
|
+
"@graphql-codegen/typescript": "^2.2.2",
|
|
95
|
+
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.0",
|
|
96
|
+
"@graphql-codegen/typescript-graphql-request": "^4.1.4",
|
|
97
|
+
"@graphql-codegen/typescript-operations": "^2.1.6",
|
|
98
|
+
"@types/cors": "^2.8.12",
|
|
99
|
+
"@types/gl": "^4.1.0",
|
|
100
|
+
"@types/jest": "^27.0.2",
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
102
|
+
"@typescript-eslint/parser": "^4.32.0",
|
|
103
|
+
"benchmark": "^2.1.4",
|
|
104
|
+
"concurrently": "^6.3.0",
|
|
105
|
+
"cpx2": "^4.0.0",
|
|
106
|
+
"crypto-browserify": "^3.12.0",
|
|
107
|
+
"css-loader": "^6.3.0",
|
|
108
|
+
"eslint": "^7.32.0",
|
|
109
|
+
"extra-watch-webpack-plugin": "^1.0.3",
|
|
110
|
+
"file-loader": "^6.2.0",
|
|
111
|
+
"fs-extra": "^10.0.0",
|
|
112
|
+
"graphql": "^15.6.0",
|
|
113
|
+
"http-server": "^13.0.2",
|
|
114
|
+
"jest": "^27.2.4",
|
|
115
|
+
"mini-css-extract-plugin": "^2.3.0",
|
|
116
|
+
"path-browserify": "^1.0.1",
|
|
117
|
+
"raw-loader": "^4.0.2",
|
|
118
|
+
"sass": "^1.43.4",
|
|
119
|
+
"sass-loader": "^12.3.0",
|
|
120
|
+
"simple-git": "^2.46.0",
|
|
121
|
+
"stream-browserify": "^3.0.0",
|
|
122
|
+
"style-loader": "^3.3.0",
|
|
123
|
+
"ts-jest": "^27.0.5",
|
|
124
|
+
"typescript": "^4.5.2",
|
|
125
|
+
"webpack": "^5.64.1",
|
|
126
|
+
"webpack-cli": "^4.9.1"
|
|
127
|
+
},
|
|
128
|
+
"dependencies": {
|
|
129
|
+
"@types/argparse": "^2.0.10",
|
|
130
|
+
"@types/benchmark": "^2.1.1",
|
|
131
|
+
"@types/compression": "1.7.2",
|
|
132
|
+
"@types/express": "^4.17.13",
|
|
133
|
+
"@types/node": "^16.10.2",
|
|
134
|
+
"@types/node-fetch": "^2.5.12",
|
|
135
|
+
"@types/react": "^17.0.27",
|
|
136
|
+
"@types/react-dom": "^17.0.9",
|
|
137
|
+
"@types/swagger-ui-dist": "3.30.1",
|
|
138
|
+
"argparse": "^2.0.1",
|
|
139
|
+
"body-parser": "^1.19.0",
|
|
140
|
+
"compression": "^1.7.4",
|
|
141
|
+
"cors": "^2.8.5",
|
|
142
|
+
"express": "^4.17.1",
|
|
143
|
+
"h264-mp4-encoder": "^1.0.12",
|
|
144
|
+
"immer": "^9.0.6",
|
|
145
|
+
"immutable": "^3.8.2",
|
|
146
|
+
"node-fetch": "^2.6.2",
|
|
147
|
+
"react": "^17.0.2",
|
|
148
|
+
"react-dom": "^17.0.2",
|
|
149
|
+
"rxjs": "^7.3.1",
|
|
150
|
+
"swagger-ui-dist": "^3.52.3",
|
|
151
|
+
"tslib": "^2.3.1",
|
|
152
|
+
"util.promisify": "^1.1.1",
|
|
153
|
+
"xhr2": "^0.2.1"
|
|
154
|
+
},
|
|
155
|
+
"optionalDependencies": {
|
|
156
|
+
"gl": "^4.9.2"
|
|
157
|
+
}
|
|
158
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/) for its most widely used - and defacto - public interfaces.
|
|
3
|
-
|
|
4
|
-
Note that since we don't clearly distinguish between a public and private interfaces there will be changes in non-major versions that are potentially breaking. If we make breaking changes to less used interfaces we will highlight it in here.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## [Unreleased]
|
|
8
|
-
|
|
9
|
-
## [v2.3.5] - 2021-10-19
|
|
10
|
-
|
|
11
|
-
- Fix sequence viewer for PDB files with COMPND record and multichain entities.
|
|
12
|
-
- Fix index pair bonds order assignment
|
|
13
|
-
|
|
14
|
-
## [v2.3.4] - 2021-10-12
|
|
15
|
-
|
|
16
|
-
- Fix pickScale not taken into account in line/point shader
|
|
17
|
-
- Add pixel-scale, pick-scale & pick-padding GET params to Viewer app
|
|
18
|
-
- Fix selecting bonds not adding their atoms in selection manager
|
|
19
|
-
- Add ``preferAtoms`` option to SelectLoci/HighlightLoci behaviors
|
|
20
|
-
- Make the implicit atoms of bond visuals pickable
|
|
21
|
-
- Add ``preferAtomPixelPadding`` to Canvas3dInteractionHelper
|
|
22
|
-
- Add points & crosses visuals to Line representation
|
|
23
|
-
- Add ``pickPadding`` config option (look around in case target pixel is empty)
|
|
24
|
-
- Add ``multipleBonds`` param to bond visuals with options: off, symmetric, offset
|
|
25
|
-
- Fix ``argparse`` config in servers.
|
|
26
|
-
|
|
27
|
-
## [v2.3.3] - 2021-10-01
|
|
28
|
-
|
|
29
|
-
- Fix direct volume shader
|
|
30
|
-
|
|
31
|
-
## [v2.3.2] - 2021-10-01
|
|
32
|
-
|
|
33
|
-
- Prefer WebGL1 on iOS devices until WebGL2 support has stabilized.
|
|
34
|
-
|
|
35
|
-
## [v2.3.1] - 2021-09-28
|
|
36
|
-
|
|
37
|
-
- Add Charmm saccharide names
|
|
38
|
-
- Treat missing occupancy column as occupancy of 1
|
|
39
|
-
- Fix line shader not accounting for aspect ratio
|
|
40
|
-
- [Breaking] Fix point repr & shader
|
|
41
|
-
- Was unusable with ``wboit``
|
|
42
|
-
- Replaced ``pointFilledCircle`` & ``pointEdgeBleach`` params by ``pointStyle`` (square, circle, fuzzy)
|
|
43
|
-
- Set ``pointSizeAttenuation`` to false by default
|
|
44
|
-
- Set ``sizeTheme`` to ``uniform`` by default
|
|
45
|
-
- Add ``markerPriority`` option to Renderer (useful in combination with edges of marking pass)
|
|
46
|
-
- Add support support for ``chem_comp_bond`` and ``struct_conn`` categories (fixes ModelServer behavior where these categories should have been present)
|
|
47
|
-
- Model and VolumeServer: fix argparse config
|
|
48
|
-
|
|
49
|
-
## [v2.3.0] - 2021-09-06
|
|
50
|
-
|
|
51
|
-
- Take include/exclude flags into account when displaying aromatic bonds
|
|
52
|
-
- Improve marking performance
|
|
53
|
-
- Avoid unnecessary draw calls/ui updates when marking
|
|
54
|
-
- Check if loci is superset of visual
|
|
55
|
-
- Check if loci overlaps with unit visual
|
|
56
|
-
- Ensure ``Interval`` is used for ranges instead of ``SortedArray``
|
|
57
|
-
- Add uniform marker type
|
|
58
|
-
- Special case for reversing previous mark
|
|
59
|
-
- Add optional marking pass
|
|
60
|
-
- Outlines visible and hidden parts of highlighted/selected groups
|
|
61
|
-
- Add highlightStrength/selectStrength renderer params
|
|
62
|
-
|
|
63
|
-
## [v2.2.3] - 2021-08-25
|
|
64
|
-
|
|
65
|
-
- Add ``invertCantorPairing`` helper function
|
|
66
|
-
- Add ``Mesh`` processing helper ``.smoothEdges``
|
|
67
|
-
- Smooth border of molecular-surface with ``includeParent`` enabled
|
|
68
|
-
- Hide ``includeParent`` option from gaussian-surface visuals (not particularly useful)
|
|
69
|
-
- Improved ``StructureElement.Loci.size`` performance (for marking large cellpack models)
|
|
70
|
-
- Fix new ``TransformData`` issues (camera/bounding helper not showing up)
|
|
71
|
-
- Improve marking performance (avoid superfluous calls to ``StructureElement.Loci.isWholeStructure``)
|
|
72
|
-
|
|
73
|
-
## [v2.2.2] - 2021-08-11
|
|
74
|
-
|
|
75
|
-
- Fix ``TransformData`` issues [#133](https://github.com/molstar/molstar/issues/133)
|
|
76
|
-
- Fix ``mol-script`` query compiler const expression recognition.
|
|
77
|
-
|
|
78
|
-
## [v2.2.1] - 2021-08-02
|
|
79
|
-
|
|
80
|
-
- Add surrounding atoms (5 Angstrom) structure selection query
|
|
81
|
-
- [Breaking] Add maxDistance prop to ``IndexPairBonds``
|
|
82
|
-
- Fix coordinateSystem not handled in ``Structure.asParent``
|
|
83
|
-
- Add ``dynamicBonds`` to ``Structure`` props (force re-calc on model change)
|
|
84
|
-
- Expose as optional param in root structure transform helper
|
|
85
|
-
- Add overpaint support to geometry exporters
|
|
86
|
-
- ``InputObserver`` improvements
|
|
87
|
-
- normalize wheel speed across browsers/platforms
|
|
88
|
-
- support Safari gestures (used by ``TrackballControls``)
|
|
89
|
-
- ``PinchInput.fractionDelta`` and use it in ``TrackballControls``
|
|
90
|
-
|
|
91
|
-
## [v2.2.0] - 2021-07-31
|
|
92
|
-
|
|
93
|
-
- Add ``tubularHelices`` parameter to Cartoon representation
|
|
94
|
-
- Add ``SdfFormat`` and update SDF parser to be able to parse data headers according to spec (hopefully :)) #230
|
|
95
|
-
- Fix mononucleotides detected as polymer components (#229)
|
|
96
|
-
- Set default outline scale back to 1
|
|
97
|
-
- Improved DCD reader cell angle handling (interpret near 0 angles as 90 deg)
|
|
98
|
-
- Handle more residue/atom names commonly used in force-fields
|
|
99
|
-
- Add USDZ support to ``geo-export`` extension.
|
|
100
|
-
- Fix ``includeParent`` support for multi-instance bond visuals.
|
|
101
|
-
- Add ``operator`` Loci granularity, selecting everything with the same operator name.
|
|
102
|
-
- Prefer ``_label_seq_id`` fields in secondary structure assignment.
|
|
103
|
-
- Support new EMDB API (https://www.ebi.ac.uk/emdb/api/entry/map/[EMBD-ID]) for EM volume contour levels.
|
|
104
|
-
- ``Canvas3D`` tweaks:
|
|
105
|
-
- Update ``forceDraw`` logic.
|
|
106
|
-
- Ensure the scene is re-rendered when viewport size changes.
|
|
107
|
-
- Support ``noDraw`` mode in ``PluginAnimationLoop``.
|
|
108
|
-
|
|
109
|
-
## [v2.1.0] - 2021-07-05
|
|
110
|
-
|
|
111
|
-
- Add parameter for to display aromatic bonds as dashes next to solid cylinder/line.
|
|
112
|
-
- Add backbone representation
|
|
113
|
-
- Fix outline in orthographic mode and set default scale to 2.
|
|
114
|
-
|
|
115
|
-
## [v2.0.7] - 2021-06-23
|
|
116
|
-
|
|
117
|
-
- Add ability to specify ``volumeIndex`` in ``Viewer.loadVolumeFromUrl`` to better support Volume Server inputs.
|
|
118
|
-
- Support in-place reordering for trajectory ``Frame.x/y/z`` arrays for better memory efficiency.
|
|
119
|
-
- Fixed text CIF encoder edge cases (most notably single whitespace not being escaped).
|
|
120
|
-
|
|
121
|
-
## [v2.0.6] - 2021-06-01
|
|
122
|
-
|
|
123
|
-
- Add glTF (GLB) and STL support to ``geo-export`` extension.
|
|
124
|
-
- Protein crosslink improvements
|
|
125
|
-
- Change O-S bond distance to allow for NOS bridges (doi:10.1038/s41586-021-03513-3)
|
|
126
|
-
- Added NOS-bridges query & improved disulfide-bridges query
|
|
127
|
-
- Fix #178: ``IndexPairBonds`` for non-single residue structures (bug due to atom reordering).
|
|
128
|
-
- Add volumetric color smoothing for MolecularSurface and GaussianSurface representations (#173)
|
|
129
|
-
- Fix nested 3d grid lookup that caused results being overwritten in non-covalent interactions computation.
|
|
130
|
-
- Basic implementation of ``BestDatabaseSequenceMapping`` (parse from CIF, color theme, superposition).
|
|
131
|
-
- Add atom id ranges support to Selection UI.
|
|
132
|
-
|
|
133
|
-
## [v2.0.5] - 2021-04-26
|
|
134
|
-
|
|
135
|
-
- Ability to pass ``Canvas3DContext`` to ``PluginContext.fromCanvas``.
|
|
136
|
-
- Relative frame support for ``Canvas3D`` viewport.
|
|
137
|
-
- Fix bug in screenshot copy UI.
|
|
138
|
-
- Add ability to select residues from a list of identifiers to the Selection UI.
|
|
139
|
-
- Fix SSAO bugs when used with ``Canvas3D`` viewport.
|
|
140
|
-
- Support for full pausing (no draw) rendering: ``Canvas3D.pause(true)``.
|
|
141
|
-
- Add ``MeshBuilder.addMesh``.
|
|
142
|
-
- Add ``Torus`` primitive.
|
|
143
|
-
- Lazy volume loading support.
|
|
144
|
-
- [Breaking] ``Viewer.loadVolumeFromUrl`` signature change.
|
|
145
|
-
- ``loadVolumeFromUrl(url, format, isBinary, isovalues, entryId)`` => ``loadVolumeFromUrl({ url, format, isBinary }, isovalues, { entryId, isLazy })``
|
|
146
|
-
- Add ``TextureMesh`` support to ``geo-export`` extension.
|
|
147
|
-
|
|
148
|
-
## [v2.0.4] - 2021-04-20
|
|
149
|
-
|
|
150
|
-
- [WIP] Mesh export extension
|
|
151
|
-
- ``Structure.eachAtomicHierarchyElement`` (#161)
|
|
152
|
-
- Fixed reading multi-line values in SDF format
|
|
153
|
-
- Fixed Measurements UI labels (#166)
|
|
154
|
-
|
|
155
|
-
## [v2.0.3] - 2021-04-09
|
|
156
|
-
### Added
|
|
157
|
-
- Support for ``ColorTheme.palette`` designed for providing gradient-like coloring.
|
|
158
|
-
|
|
159
|
-
### Changed
|
|
160
|
-
- [Breaking] The ``zip`` function is now asynchronous and expects a ``RuntimeContext``. Also added ``Zip()`` returning a ``Task``.
|
|
161
|
-
- [Breaking] Add ``CubeGridFormat`` in ``alpha-orbitals`` extension.
|
|
162
|
-
|
|
163
|
-
## [v2.0.2] - 2021-03-29
|
|
164
|
-
### Added
|
|
165
|
-
- ``Canvas3D.getRenderObjects``.
|
|
166
|
-
- [WIP] Animate state interpolating, including model trajectories
|
|
167
|
-
|
|
168
|
-
### Changed
|
|
169
|
-
- Recognise MSE, SEP, TPO, PTR and PCA as non-standard amino-acids.
|
|
170
|
-
|
|
171
|
-
### Fixed
|
|
172
|
-
- VolumeFromDensityServerCif transform label
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
## [v2.0.1] - 2021-03-23
|
|
176
|
-
### Fixed
|
|
177
|
-
- Exclude tsconfig.commonjs.tsbuildinfo from npm bundle
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
## [v2.0.0] - 2021-03-23
|
|
181
|
-
Too many changes to list as this is the start of the changelog... Notably, default exports are now forbidden.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const wboit_params = "\n#if defined(dRenderVariant_colorWboit)\n #if !defined(dRenderMode_volume) && !defined(dRenderMode_isosurface)\n uniform sampler2D tDepth;\n uniform vec2 uDrawingBufferSize;\n\n float getDepth(const in vec2 coords) {\n // always packed due to merged depth from primitives and volumes\n return unpackRGBAToDepth(texture2D(tDepth, coords));\n }\n #endif\n#endif\n\nuniform bool uRenderWboit;\n\nfloat calcDepth(const in vec3 pos) {\n vec2 clipZW = pos.z * uProjection[2].zw + uProjection[3].zw;\n return 0.5 + 0.5 * clipZW.x / clipZW.y;\n}\n";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.wboit_params = void 0;
|
|
4
|
-
exports.wboit_params = "\n#if defined(dRenderVariant_colorWboit)\n #if !defined(dRenderMode_volume) && !defined(dRenderMode_isosurface)\n uniform sampler2D tDepth;\n uniform vec2 uDrawingBufferSize;\n\n float getDepth(const in vec2 coords) {\n // always packed due to merged depth from primitives and volumes\n return unpackRGBAToDepth(texture2D(tDepth, coords));\n }\n #endif\n#endif\n\nuniform bool uRenderWboit;\n\nfloat calcDepth(const in vec3 pos) {\n vec2 clipZW = pos.z * uProjection[2].zw + uProjection[3].zw;\n return 0.5 + 0.5 * clipZW.x / clipZW.y;\n}\n";
|
|
5
|
-
//# sourceMappingURL=wboit-params.glsl.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wboit-params.glsl.js","sourceRoot":"","sources":["../../../../../src/mol-gl/shader/chunks/wboit-params.glsl.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,4lBAmB3B,CAAC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
|
|
4
|
-
*
|
|
5
|
-
* @author Alexander Rose <alexander.rose@weirdbyte.de>
|
|
6
|
-
*/
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.guessElement = void 0;
|
|
9
|
-
var elm1 = ['H', 'C', 'O', 'N', 'S', 'P'];
|
|
10
|
-
var elm2 = ['NA', 'CL', 'FE'];
|
|
11
|
-
function charAtIsNumber(str, index) {
|
|
12
|
-
var code = str.charCodeAt(index);
|
|
13
|
-
return code >= 48 && code <= 57;
|
|
14
|
-
}
|
|
15
|
-
function guessElement(str) {
|
|
16
|
-
var at = str.trim().toUpperCase();
|
|
17
|
-
if (charAtIsNumber(at, 0))
|
|
18
|
-
at = at.substr(1);
|
|
19
|
-
// parse again to check for a second integer
|
|
20
|
-
if (charAtIsNumber(at, 0))
|
|
21
|
-
at = at.substr(1);
|
|
22
|
-
var n = at.length;
|
|
23
|
-
if (n === 0)
|
|
24
|
-
return '';
|
|
25
|
-
if (n === 1)
|
|
26
|
-
return at;
|
|
27
|
-
if (n === 2) {
|
|
28
|
-
if (elm2.indexOf(at) !== -1)
|
|
29
|
-
return at;
|
|
30
|
-
if (elm1.indexOf(at[0]) !== -1)
|
|
31
|
-
return at[0];
|
|
32
|
-
}
|
|
33
|
-
if (n >= 3) {
|
|
34
|
-
if (elm1.indexOf(at[0]) !== -1)
|
|
35
|
-
return at[0];
|
|
36
|
-
}
|
|
37
|
-
return '';
|
|
38
|
-
}
|
|
39
|
-
exports.guessElement = guessElement;
|
|
40
|
-
//# sourceMappingURL=guess-element.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"guess-element.js","sourceRoot":"","sources":["../../../../../../../src/mol-model/structure/model/properties/utils/guess-element.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,IAAM,IAAI,GAAG,CAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAE,CAAC;AAC9C,IAAM,IAAI,GAAG,CAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAE,CAAC;AAElC,SAAS,cAAc,CAAC,GAAW,EAAE,KAAa;IAC9C,IAAM,IAAI,GAAG,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;IACnC,OAAO,IAAI,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC;AACpC,CAAC;AAED,SAAgB,YAAY,CAAC,GAAW;IACpC,IAAI,EAAE,GAAG,GAAG,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;IAElC,IAAI,cAAc,CAAC,EAAE,EAAE,CAAC,CAAC;QAAE,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAC7C,4CAA4C;IAC5C,IAAI,cAAc,CAAC,EAAE,EAAE,CAAC,CAAC;QAAE,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAC7C,IAAM,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAEpB,IAAI,CAAC,KAAK,CAAC;QAAE,OAAO,EAAE,CAAC;IACvB,IAAI,CAAC,KAAK,CAAC;QAAE,OAAO,EAAE,CAAC;IACvB,IAAI,CAAC,KAAK,CAAC,EAAE;QACT,IAAI,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;YAAE,OAAO,EAAE,CAAC;QACvC,IAAI,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;YAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC;KAChD;IACD,IAAI,CAAC,IAAI,CAAC,EAAE;QACR,IAAI,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;YAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC;KAChD;IACD,OAAO,EAAE,CAAC;AACd,CAAC;AAlBD,oCAkBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aromatic-ring-mesh.js","sourceRoot":"","sources":["../../../../../src/mol-repr/structure/visual/aromatic-ring-mesh.ts"],"names":[],"mappings":";AAAA,OAAO"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
|
|
3
|
-
*
|
|
4
|
-
* @author Alexander Rose <alexander.rose@weirdbyte.de>
|
|
5
|
-
*/
|
|
6
|
-
import { Unit, Structure, StructureElement } from '../../../../../mol-model/structure';
|
|
7
|
-
import { Iterator } from '../../../../../mol-data/iterator';
|
|
8
|
-
/** Iterates over consecutive pairs of residues/coarse elements in polymers */
|
|
9
|
-
export declare function PolymerBackboneIterator(structure: Structure, unit: Unit): Iterator<PolymerBackbonePair>;
|
|
10
|
-
interface PolymerBackbonePair {
|
|
11
|
-
centerA: StructureElement.Location;
|
|
12
|
-
centerB: StructureElement.Location;
|
|
13
|
-
}
|
|
14
|
-
export declare class AtomicPolymerBackboneIterator implements Iterator<PolymerBackbonePair> {
|
|
15
|
-
private unit;
|
|
16
|
-
private traceElementIndex;
|
|
17
|
-
private value;
|
|
18
|
-
private polymerIt;
|
|
19
|
-
private residueIt;
|
|
20
|
-
private state;
|
|
21
|
-
private residueSegment;
|
|
22
|
-
hasNext: boolean;
|
|
23
|
-
move(): PolymerBackbonePair;
|
|
24
|
-
constructor(structure: Structure, unit: Unit.Atomic);
|
|
25
|
-
}
|
|
26
|
-
export declare class CoarsePolymerBackboneIterator implements Iterator<PolymerBackbonePair> {
|
|
27
|
-
private unit;
|
|
28
|
-
private value;
|
|
29
|
-
private polymerIt;
|
|
30
|
-
private polymerSegment;
|
|
31
|
-
private state;
|
|
32
|
-
private elementIndex;
|
|
33
|
-
hasNext: boolean;
|
|
34
|
-
move(): PolymerBackbonePair;
|
|
35
|
-
constructor(structure: Structure, unit: Unit.Spheres | Unit.Gaussians);
|
|
36
|
-
}
|
|
37
|
-
export {};
|