molstar 2.3.9 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/viewer/molstar.js +1 -1
- package/lib/cli/cifschema/util/cif-dic.js +1 -0
- package/lib/cli/cifschema/util/cif-dic.js.map +1 -1
- package/lib/commonjs/apps/viewer/index.d.ts +2 -2
- package/lib/commonjs/cli/cifschema/util/cif-dic.js +1 -0
- package/lib/commonjs/cli/cifschema/util/cif-dic.js.map +1 -1
- package/lib/commonjs/extensions/alpha-orbitals/transforms.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/model.d.ts +1 -1
- package/lib/commonjs/extensions/dnatco/confal-pyramids/representation.d.ts +3 -3
- package/lib/commonjs/extensions/geo-export/controls.js +1 -1
- package/lib/commonjs/extensions/geo-export/controls.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/glb-exporter.d.ts +1 -0
- package/lib/commonjs/extensions/geo-export/glb-exporter.js +27 -17
- package/lib/commonjs/extensions/geo-export/glb-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/mesh-exporter.d.ts +31 -2
- package/lib/commonjs/extensions/geo-export/mesh-exporter.js +87 -15
- package/lib/commonjs/extensions/geo-export/mesh-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/obj-exporter.d.ts +1 -0
- package/lib/commonjs/extensions/geo-export/obj-exporter.js +24 -15
- package/lib/commonjs/extensions/geo-export/obj-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/ui.js +24 -20
- package/lib/commonjs/extensions/geo-export/ui.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/usdz-exporter.d.ts +1 -0
- package/lib/commonjs/extensions/geo-export/usdz-exporter.js +26 -16
- 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/mp4-export/ui.js +7 -6
- package/lib/commonjs/extensions/mp4-export/ui.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +2 -2
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.d.ts +12 -12
- package/lib/commonjs/extensions/rcsb/graphql/types.d.ts +22 -21
- package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +5 -5
- package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +4 -4
- package/lib/commonjs/mol-canvas3d/helper/camera-helper.d.ts +2 -2
- package/lib/commonjs/mol-canvas3d/passes/draw.js +3 -11
- package/lib/commonjs/mol-canvas3d/passes/draw.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/passes/image.d.ts +2 -2
- package/lib/commonjs/mol-data/int/impl/sorted-array.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/base.d.ts +13 -1
- package/lib/commonjs/mol-geo/geometry/base.js +37 -2
- package/lib/commonjs/mol-geo/geometry/base.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/color-smoothing.d.ts +9 -2
- package/lib/commonjs/mol-geo/geometry/mesh/color-smoothing.js +154 -35
- package/lib/commonjs/mol-geo/geometry/mesh/color-smoothing.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/overpaint-data.d.ts +7 -2
- package/lib/commonjs/mol-geo/geometry/overpaint-data.js +10 -1
- package/lib/commonjs/mol-geo/geometry/overpaint-data.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +0 -1
- package/lib/commonjs/mol-geo/geometry/texture-mesh/color-smoothing.d.ts +7 -3
- package/lib/commonjs/mol-geo/geometry/texture-mesh/color-smoothing.js +162 -27
- package/lib/commonjs/mol-geo/geometry/texture-mesh/color-smoothing.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +3 -1
- package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.js +2 -1
- package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/transparency-data.d.ts +7 -2
- package/lib/commonjs/mol-geo/geometry/transparency-data.js +10 -1
- package/lib/commonjs/mol-geo/geometry/transparency-data.js.map +1 -1
- package/lib/commonjs/mol-gl/compute/marching-cubes/isosurface.js +3 -3
- package/lib/commonjs/mol-gl/compute/marching-cubes/isosurface.js.map +1 -1
- package/lib/commonjs/mol-gl/compute/util.d.ts +25 -6
- package/lib/commonjs/mol-gl/compute/util.js +76 -21
- package/lib/commonjs/mol-gl/compute/util.js.map +1 -1
- package/lib/commonjs/mol-gl/renderable/cylinders.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/direct-volume.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/image.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/lines.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/mesh.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/points.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/schema.d.ts +16 -0
- package/lib/commonjs/mol-gl/renderable/schema.js +8 -0
- package/lib/commonjs/mol-gl/renderable/schema.js.map +1 -1
- package/lib/commonjs/mol-gl/renderable/spheres.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/text.d.ts +8 -0
- package/lib/commonjs/mol-gl/renderable/texture-mesh.d.ts +22 -13
- package/lib/commonjs/mol-gl/renderable/texture-mesh.js +1 -1
- package/lib/commonjs/mol-gl/renderable/texture-mesh.js.map +1 -1
- package/lib/commonjs/mol-gl/renderer.d.ts +2 -2
- package/lib/commonjs/mol-gl/renderer.js +3 -0
- package/lib/commonjs/mol-gl/renderer.js.map +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-color-varying.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-color-varying.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-color-varying.glsl.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/chunks/color-vert-params.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/color-vert-params.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/color-vert-params.glsl.js.map +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.frag.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.frag.js +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.frag.js.map +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.vert.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.vert.js +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.vert.js.map +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/normalize.frag.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/normalize.frag.js +1 -1
- package/lib/commonjs/mol-gl/shader/compute/color-smoothing/normalize.frag.js.map +1 -1
- package/lib/commonjs/mol-gl/shader/direct-volume.frag.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/direct-volume.frag.js +1 -1
- package/lib/commonjs/mol-gl/shader/direct-volume.frag.js.map +1 -1
- package/lib/commonjs/mol-gl/shader/mesh.vert.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/mesh.vert.js +1 -1
- package/lib/commonjs/mol-gl/shader/mesh.vert.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/extensions.js +1 -5
- package/lib/commonjs/mol-gl/webgl/extensions.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/vertex-array.d.ts +3 -2
- package/lib/commonjs/mol-gl/webgl/vertex-array.js +9 -2
- package/lib/commonjs/mol-gl/webgl/vertex-array.js.map +1 -1
- package/lib/commonjs/mol-io/common/typed-array.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/_spec/sdf.spec.js +51 -0
- package/lib/commonjs/mol-io/reader/_spec/sdf.spec.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +2 -2
- package/lib/commonjs/mol-io/reader/cif/schema/bird.js +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/ccd.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/ccd.js +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/cif-core.d.ts +8 -5
- package/lib/commonjs/mol-io/reader/cif/schema/cif-core.js +15 -5
- package/lib/commonjs/mol-io/reader/cif/schema/cif-core.js.map +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 +14 -14
- package/lib/commonjs/mol-io/reader/cif/schema/mmcif.js +1 -1
- package/lib/commonjs/mol-io/reader/ply/schema.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/sdf/parser-v3-util.d.ts +9 -0
- package/lib/commonjs/mol-io/reader/sdf/parser-v3-util.js +91 -0
- package/lib/commonjs/mol-io/reader/sdf/parser-v3-util.js.map +1 -0
- package/lib/commonjs/mol-io/reader/sdf/parser.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/sdf/parser.js +12 -4
- package/lib/commonjs/mol-io/reader/sdf/parser.js.map +1 -1
- package/lib/commonjs/mol-model/loci.d.ts +30 -30
- package/lib/commonjs/mol-model/shape/shape.d.ts +1 -1
- package/lib/commonjs/mol-model/structure/structure/properties.d.ts +2 -2
- package/lib/commonjs/mol-model/structure/structure/properties.js +5 -5
- package/lib/commonjs/mol-model/structure/structure/properties.js.map +1 -1
- package/lib/commonjs/mol-model-formats/shape/ply.d.ts +8 -8
- package/lib/commonjs/mol-model-formats/structure/basic/schema.d.ts +5 -5
- package/lib/commonjs/mol-model-formats/structure/common/component.d.ts +5 -5
- package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +3 -3
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -4
- package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.d.ts +12 -12
- package/lib/commonjs/mol-plugin/behavior/behavior.d.ts +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +4 -4
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +4 -4
- package/lib/commonjs/mol-plugin/commands.d.ts +2 -2
- package/lib/commonjs/mol-plugin/config.d.ts +1 -1
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +6 -6
- package/lib/commonjs/mol-plugin-state/actions/file.js +4 -2
- package/lib/commonjs/mol-plugin-state/actions/file.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/actions/structure.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/animation/built-in/model-index.d.ts +3 -3
- package/lib/commonjs/mol-plugin-state/animation/helpers.d.ts +5 -5
- 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/representation-preset.d.ts +10 -10
- package/lib/commonjs/mol-plugin-state/formats/volume.d.ts +8 -8
- package/lib/commonjs/mol-plugin-state/formats/volume.js +1 -0
- package/lib/commonjs/mol-plugin-state/formats/volume.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.d.ts +4 -4
- package/lib/commonjs/mol-plugin-state/helpers/structure-component.d.ts +2 -2
- package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js +14 -3
- package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/interactivity.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/manager/snapshots.js +2 -1
- package/lib/commonjs/mol-plugin-state/manager/snapshots.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/structure/selection.d.ts +2 -2
- package/lib/commonjs/mol-plugin-state/transforms/data.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/model.d.ts +6 -6
- package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +8 -8
- package/lib/commonjs/mol-plugin-state/transforms/representation.js +40 -14
- package/lib/commonjs/mol-plugin-state/transforms/representation.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence/polymer.d.ts +1 -1
- package/lib/commonjs/mol-plugin-ui/state/common.js +10 -9
- package/lib/commonjs/mol-plugin-ui/state/common.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/snapshots.js +10 -8
- package/lib/commonjs/mol-plugin-ui/state/snapshots.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/selection.js +2 -1
- package/lib/commonjs/mol-plugin-ui/structure/selection.js.map +1 -1
- package/lib/commonjs/mol-repr/representation.d.ts +9 -0
- package/lib/commonjs/mol-repr/representation.js +43 -4
- package/lib/commonjs/mol-repr/representation.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +1 -1
- package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +2 -2
- package/lib/commonjs/mol-repr/shape/representation.js +5 -0
- package/lib/commonjs/mol-repr/shape/representation.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/complex-representation.js +11 -4
- package/lib/commonjs/mol-repr/structure/complex-representation.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +7 -7
- package/lib/commonjs/mol-repr/structure/complex-visual.js +11 -5
- package/lib/commonjs/mol-repr/structure/complex-visual.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/params.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/registry.d.ts +26 -26
- package/lib/commonjs/mol-repr/structure/representation/backbone.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +9 -9
- package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +9 -9
- package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +9 -9
- package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/representation/label.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/line.d.ts +9 -9
- package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +9 -9
- package/lib/commonjs/mol-repr/structure/representation/orientation.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/point.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/putty.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/spacefill.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/units-representation.js +15 -15
- package/lib/commonjs/mol-repr/structure/units-representation.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/units-visual.d.ts +9 -9
- package/lib/commonjs/mol-repr/structure/units-visual.js +11 -5
- package/lib/commonjs/mol-repr/structure/units-visual.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/element-cross.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/element-point.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/element-sphere.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +12 -12
- package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.js +14 -12
- package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-wireframe.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/label-text.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.js +5 -4
- package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/molecular-surface-wireframe.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/bond.d.ts +16 -16
- package/lib/commonjs/mol-repr/structure/visual/util/common.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/element.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/visual/util/polymer.d.ts +2 -2
- package/lib/commonjs/mol-repr/visual.d.ts +21 -13
- package/lib/commonjs/mol-repr/visual.js +53 -6
- package/lib/commonjs/mol-repr/visual.js.map +1 -1
- package/lib/commonjs/mol-repr/volume/direct-volume.d.ts +5 -5
- package/lib/commonjs/mol-repr/volume/registry.d.ts +3 -3
- package/lib/commonjs/mol-repr/volume/representation.d.ts +1 -1
- package/lib/commonjs/mol-repr/volume/representation.js +12 -3
- package/lib/commonjs/mol-repr/volume/representation.js.map +1 -1
- package/lib/commonjs/mol-repr/volume/slice.d.ts +6 -6
- package/lib/commonjs/mol-state/state.js +7 -5
- package/lib/commonjs/mol-state/state.js.map +1 -1
- package/lib/commonjs/mol-task/execution/observable.js +1 -5
- package/lib/commonjs/mol-task/execution/observable.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/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-source.d.ts +12 -12
- 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-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-util/color/lists.d.ts +3 -3
- package/lib/commonjs/mol-util/color/palette.d.ts +13 -13
- package/lib/commonjs/mol-util/color/scale.d.ts +1 -1
- package/lib/commonjs/servers/model/config.d.ts +2 -2
- package/lib/extensions/dnatco/confal-pyramids/representation.d.ts +3 -3
- package/lib/extensions/geo-export/controls.js +1 -1
- package/lib/extensions/geo-export/controls.js.map +1 -1
- package/lib/extensions/geo-export/glb-exporter.d.ts +1 -0
- package/lib/extensions/geo-export/glb-exporter.js +27 -17
- package/lib/extensions/geo-export/glb-exporter.js.map +1 -1
- package/lib/extensions/geo-export/mesh-exporter.d.ts +31 -2
- package/lib/extensions/geo-export/mesh-exporter.js +87 -15
- package/lib/extensions/geo-export/mesh-exporter.js.map +1 -1
- package/lib/extensions/geo-export/obj-exporter.d.ts +1 -0
- package/lib/extensions/geo-export/obj-exporter.js +24 -15
- package/lib/extensions/geo-export/obj-exporter.js.map +1 -1
- package/lib/extensions/geo-export/ui.js +24 -20
- package/lib/extensions/geo-export/ui.js.map +1 -1
- package/lib/extensions/geo-export/usdz-exporter.d.ts +1 -0
- package/lib/extensions/geo-export/usdz-exporter.js +26 -16
- 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/mp4-export/ui.js +7 -6
- package/lib/extensions/mp4-export/ui.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/behavior.d.ts +3 -3
- package/lib/extensions/rcsb/graphql/types.d.ts +22 -21
- package/lib/extensions/rcsb/validation-report/representation.d.ts +5 -5
- package/lib/mol-canvas3d/canvas3d.d.ts +4 -4
- package/lib/mol-canvas3d/helper/camera-helper.d.ts +2 -2
- package/lib/mol-canvas3d/passes/draw.js +3 -11
- package/lib/mol-canvas3d/passes/draw.js.map +1 -1
- package/lib/mol-canvas3d/passes/image.d.ts +2 -2
- package/lib/mol-data/int/impl/ordered-set.d.ts +3 -3
- package/lib/mol-data/int/impl/sorted-array.d.ts +1 -1
- package/lib/mol-geo/geometry/base.d.ts +13 -1
- package/lib/mol-geo/geometry/base.js +34 -1
- package/lib/mol-geo/geometry/base.js.map +1 -1
- package/lib/mol-geo/geometry/image/image.d.ts +2 -2
- package/lib/mol-geo/geometry/mesh/color-smoothing.d.ts +10 -3
- package/lib/mol-geo/geometry/mesh/color-smoothing.js +150 -34
- package/lib/mol-geo/geometry/mesh/color-smoothing.js.map +1 -1
- package/lib/mol-geo/geometry/overpaint-data.d.ts +7 -2
- package/lib/mol-geo/geometry/overpaint-data.js +11 -2
- package/lib/mol-geo/geometry/overpaint-data.js.map +1 -1
- package/lib/mol-geo/geometry/points/points.d.ts +2 -2
- package/lib/mol-geo/geometry/spheres/spheres.d.ts +0 -1
- package/lib/mol-geo/geometry/texture-mesh/color-smoothing.d.ts +7 -3
- package/lib/mol-geo/geometry/texture-mesh/color-smoothing.js +158 -26
- package/lib/mol-geo/geometry/texture-mesh/color-smoothing.js.map +1 -1
- package/lib/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +3 -1
- package/lib/mol-geo/geometry/texture-mesh/texture-mesh.js +2 -1
- package/lib/mol-geo/geometry/texture-mesh/texture-mesh.js.map +1 -1
- package/lib/mol-geo/geometry/transparency-data.d.ts +7 -2
- package/lib/mol-geo/geometry/transparency-data.js +11 -2
- package/lib/mol-geo/geometry/transparency-data.js.map +1 -1
- package/lib/mol-gl/compute/copy.d.ts +20 -0
- package/lib/mol-gl/compute/copy.js +24 -0
- package/lib/mol-gl/compute/copy.js.map +1 -0
- package/lib/mol-gl/compute/marching-cubes/isosurface.js +3 -3
- package/lib/mol-gl/compute/marching-cubes/isosurface.js.map +1 -1
- package/lib/mol-gl/compute/util.d.ts +25 -6
- package/lib/mol-gl/compute/util.js +74 -21
- package/lib/mol-gl/compute/util.js.map +1 -1
- package/lib/mol-gl/renderable/cylinders.d.ts +8 -0
- package/lib/mol-gl/renderable/direct-volume.d.ts +8 -0
- package/lib/mol-gl/renderable/image.d.ts +8 -0
- package/lib/mol-gl/renderable/lines.d.ts +8 -0
- package/lib/mol-gl/renderable/mesh.d.ts +8 -0
- package/lib/mol-gl/renderable/points.d.ts +8 -0
- package/lib/mol-gl/renderable/schema.d.ts +16 -0
- package/lib/mol-gl/renderable/schema.js +8 -0
- package/lib/mol-gl/renderable/schema.js.map +1 -1
- package/lib/mol-gl/renderable/spheres.d.ts +8 -0
- package/lib/mol-gl/renderable/text.d.ts +8 -0
- package/lib/mol-gl/renderable/texture-mesh.d.ts +22 -13
- package/lib/mol-gl/renderable/texture-mesh.js +2 -2
- package/lib/mol-gl/renderable/texture-mesh.js.map +1 -1
- package/lib/mol-gl/renderer.d.ts +2 -2
- package/lib/mol-gl/renderer.js +3 -0
- package/lib/mol-gl/renderer.js.map +1 -1
- package/lib/mol-gl/shader/chunks/assign-color-varying.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/assign-color-varying.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/assign-color-varying.glsl.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/chunks/color-vert-params.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/color-vert-params.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/color-vert-params.glsl.js.map +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/accumulate.frag.d.ts +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/accumulate.frag.js +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/accumulate.frag.js.map +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/accumulate.vert.d.ts +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/accumulate.vert.js +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/accumulate.vert.js.map +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/normalize.frag.d.ts +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/normalize.frag.js +1 -1
- package/lib/mol-gl/shader/compute/color-smoothing/normalize.frag.js.map +1 -1
- package/lib/mol-gl/shader/direct-volume.frag.d.ts +1 -1
- package/lib/mol-gl/shader/direct-volume.frag.js +1 -1
- package/lib/mol-gl/shader/direct-volume.frag.js.map +1 -1
- package/lib/mol-gl/shader/mesh.vert.d.ts +1 -1
- package/lib/mol-gl/shader/mesh.vert.js +1 -1
- package/lib/mol-gl/shader/mesh.vert.js.map +1 -1
- package/lib/mol-gl/webgl/extensions.js +2 -6
- package/lib/mol-gl/webgl/extensions.js.map +1 -1
- package/lib/mol-gl/webgl/render-item.d.ts +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/vertex-array.d.ts +3 -2
- package/lib/mol-gl/webgl/vertex-array.js +9 -2
- package/lib/mol-gl/webgl/vertex-array.js.map +1 -1
- package/lib/mol-io/common/typed-array.d.ts +1 -1
- package/lib/mol-io/reader/_spec/sdf.spec.js +51 -0
- package/lib/mol-io/reader/_spec/sdf.spec.js.map +1 -1
- package/lib/mol-io/reader/cif/schema/bird.d.ts +2 -2
- package/lib/mol-io/reader/cif/schema/bird.js +1 -1
- package/lib/mol-io/reader/cif/schema/ccd.d.ts +1 -1
- package/lib/mol-io/reader/cif/schema/ccd.js +1 -1
- package/lib/mol-io/reader/cif/schema/cif-core.d.ts +8 -5
- package/lib/mol-io/reader/cif/schema/cif-core.js +15 -5
- package/lib/mol-io/reader/cif/schema/cif-core.js.map +1 -1
- package/lib/mol-io/reader/cif/schema/mmcif-extras.d.ts +1 -1
- package/lib/mol-io/reader/cif/schema/mmcif.d.ts +13 -13
- package/lib/mol-io/reader/cif/schema/mmcif.js +1 -1
- package/lib/mol-io/reader/ply/schema.d.ts +1 -1
- package/lib/mol-io/reader/sdf/parser-v3-util.d.ts +9 -0
- package/lib/mol-io/reader/sdf/parser-v3-util.js +84 -0
- package/lib/mol-io/reader/sdf/parser-v3-util.js.map +1 -0
- package/lib/mol-io/reader/sdf/parser.d.ts +1 -1
- package/lib/mol-io/reader/sdf/parser.js +12 -4
- package/lib/mol-io/reader/sdf/parser.js.map +1 -1
- package/lib/mol-model/loci.d.ts +20 -20
- package/lib/mol-model/shape/shape.d.ts +1 -1
- package/lib/mol-model/structure/structure/properties.d.ts +2 -2
- package/lib/mol-model/structure/structure/properties.js +5 -5
- package/lib/mol-model/structure/structure/properties.js.map +1 -1
- package/lib/mol-model/structure/structure/unit.d.ts +2 -2
- package/lib/mol-model-formats/shape/ply.d.ts +8 -8
- package/lib/mol-model-formats/structure/basic/schema.d.ts +5 -5
- package/lib/mol-model-formats/structure/common/component.d.ts +5 -5
- package/lib/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -1
- package/lib/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -1
- package/lib/mol-model-props/computed/representations/interactions.d.ts +3 -3
- package/lib/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -4
- package/lib/mol-plugin/behavior/dynamic/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/volume-streaming/behavior.d.ts +10 -10
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +5 -5
- package/lib/mol-plugin/commands.d.ts +2 -2
- package/lib/mol-plugin/layout.d.ts +4 -4
- package/lib/mol-plugin/util/viewport-screenshot.d.ts +6 -6
- package/lib/mol-plugin/version.js +2 -2
- package/lib/mol-plugin-state/actions/file.js +4 -2
- package/lib/mol-plugin-state/actions/file.js.map +1 -1
- package/lib/mol-plugin-state/animation/built-in/model-index.d.ts +3 -3
- package/lib/mol-plugin-state/animation/helpers.d.ts +5 -5
- package/lib/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +2 -2
- package/lib/mol-plugin-state/builder/structure/hierarchy.d.ts +2 -2
- package/lib/mol-plugin-state/builder/structure/representation-preset.d.ts +7 -7
- package/lib/mol-plugin-state/formats/volume.d.ts +4 -4
- package/lib/mol-plugin-state/formats/volume.js +1 -0
- package/lib/mol-plugin-state/formats/volume.js.map +1 -1
- package/lib/mol-plugin-state/helpers/root-structure.d.ts +2 -2
- package/lib/mol-plugin-state/helpers/structure-component.d.ts +1 -1
- package/lib/mol-plugin-state/helpers/structure-selection-query.d.ts +1 -1
- package/lib/mol-plugin-state/helpers/structure-selection-query.js +14 -3
- package/lib/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
- package/lib/mol-plugin-state/manager/interactivity.d.ts +1 -1
- package/lib/mol-plugin-state/manager/snapshots.js +2 -1
- 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/transforms/data.d.ts +1 -1
- package/lib/mol-plugin-state/transforms/model.d.ts +4 -4
- package/lib/mol-plugin-state/transforms/representation.d.ts +8 -8
- package/lib/mol-plugin-state/transforms/representation.js +41 -15
- package/lib/mol-plugin-state/transforms/representation.js.map +1 -1
- package/lib/mol-plugin-ui/state/common.js +10 -9
- package/lib/mol-plugin-ui/state/common.js.map +1 -1
- package/lib/mol-plugin-ui/state/snapshots.js +10 -8
- package/lib/mol-plugin-ui/state/snapshots.js.map +1 -1
- package/lib/mol-plugin-ui/structure/selection.d.ts +1 -1
- package/lib/mol-plugin-ui/structure/selection.js +2 -1
- package/lib/mol-plugin-ui/structure/selection.js.map +1 -1
- package/lib/mol-repr/representation.d.ts +9 -0
- package/lib/mol-repr/representation.js +43 -4
- package/lib/mol-repr/representation.js.map +1 -1
- package/lib/mol-repr/shape/loci/distance.d.ts +1 -1
- package/lib/mol-repr/shape/loci/orientation.d.ts +1 -1
- package/lib/mol-repr/shape/model/unitcell.d.ts +1 -1
- package/lib/mol-repr/shape/representation.js +5 -0
- package/lib/mol-repr/shape/representation.js.map +1 -1
- package/lib/mol-repr/structure/complex-representation.js +11 -4
- package/lib/mol-repr/structure/complex-representation.js.map +1 -1
- package/lib/mol-repr/structure/complex-visual.d.ts +6 -6
- package/lib/mol-repr/structure/complex-visual.js +11 -5
- package/lib/mol-repr/structure/complex-visual.js.map +1 -1
- package/lib/mol-repr/structure/params.d.ts +3 -3
- package/lib/mol-repr/structure/registry.d.ts +31 -31
- package/lib/mol-repr/structure/representation/backbone.d.ts +3 -3
- package/lib/mol-repr/structure/representation/ball-and-stick.d.ts +12 -12
- package/lib/mol-repr/structure/representation/carbohydrate.d.ts +3 -3
- package/lib/mol-repr/structure/representation/cartoon.d.ts +6 -6
- package/lib/mol-repr/structure/representation/ellipsoid.d.ts +12 -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 +15 -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 +15 -15
- 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/units-visual.js +11 -5
- package/lib/mol-repr/structure/units-visual.js.map +1 -1
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +8 -8
- package/lib/mol-repr/structure/visual/bond-inter-unit-line.d.ts +4 -4
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +8 -8
- package/lib/mol-repr/structure/visual/bond-intra-unit-line.d.ts +4 -4
- package/lib/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -1
- package/lib/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -1
- package/lib/mol-repr/structure/visual/element-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-mesh.js +9 -7
- package/lib/mol-repr/structure/visual/gaussian-surface-mesh.js.map +1 -1
- 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/molecular-surface-mesh.d.ts +3 -3
- package/lib/mol-repr/structure/visual/molecular-surface-mesh.js +3 -2
- package/lib/mol-repr/structure/visual/molecular-surface-mesh.js.map +1 -1
- 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-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 -4
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/util/bond.d.ts +18 -18
- package/lib/mol-repr/structure/visual/util/common.d.ts +2 -2
- package/lib/mol-repr/visual.d.ts +21 -13
- package/lib/mol-repr/visual.js +53 -6
- package/lib/mol-repr/visual.js.map +1 -1
- package/lib/mol-repr/volume/direct-volume.d.ts +2 -2
- package/lib/mol-repr/volume/registry.d.ts +2 -2
- package/lib/mol-repr/volume/representation.d.ts +1 -1
- package/lib/mol-repr/volume/representation.js +12 -3
- package/lib/mol-repr/volume/representation.js.map +1 -1
- package/lib/mol-repr/volume/slice.d.ts +6 -6
- package/lib/mol-state/state.js +7 -5
- package/lib/mol-state/state.js.map +1 -1
- package/lib/mol-task/execution/observable.js +1 -5
- package/lib/mol-task/execution/observable.js.map +1 -1
- package/lib/mol-theme/color/element-symbol.d.ts +4 -4
- package/lib/mol-theme/color.d.ts +2 -2
- package/lib/mol-util/color/palette.d.ts +1 -1
- package/lib/mol-util/color/scale.d.ts +1 -1
- package/lib/tsconfig.commonjs.tsbuildinfo +1 -1
- package/package.json +26 -26
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.