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
|
@@ -14,7 +14,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
14
14
|
cartoon: import("./representation").StructureRepresentationProvider<{
|
|
15
15
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
16
16
|
visuals: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"polymer-trace" | "polymer-gap" | "nucleotide-block" | "nucleotide-ring" | "direction-wedge">;
|
|
17
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
17
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
18
18
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
19
19
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
20
20
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -28,7 +28,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
28
28
|
aspectRatio: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
29
29
|
arrowFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
30
30
|
tubularHelices: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
31
|
-
helixProfile: import("../../mol-util/param-definition").ParamDefinition.Select<"
|
|
31
|
+
helixProfile: import("../../mol-util/param-definition").ParamDefinition.Select<"elliptical" | "rounded" | "square">;
|
|
32
32
|
linearSegments: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
33
33
|
}, "cartoon">;
|
|
34
34
|
backbone: import("./representation").StructureRepresentationProvider<{
|
|
@@ -36,7 +36,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
36
36
|
visuals: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"polymer-gap" | "polymer-backbone-cylinder" | "polymer-backbone-sphere">;
|
|
37
37
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
38
38
|
radialSegments: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
39
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
39
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
40
40
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
41
41
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
42
42
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -50,17 +50,17 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
50
50
|
}, "backbone">;
|
|
51
51
|
'ball-and-stick': import("./representation").StructureRepresentationProvider<{
|
|
52
52
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
53
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
53
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
54
54
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
55
55
|
sizeAspectRatio: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
56
56
|
visuals: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"element-sphere" | "intra-bond" | "inter-bond">;
|
|
57
57
|
tryUseImpostor: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
58
58
|
adjustCylinderLength: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
59
|
-
includeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "
|
|
60
|
-
excludeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "
|
|
59
|
+
includeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
60
|
+
excludeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
61
61
|
ignoreHydrogens: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
62
62
|
aromaticBonds: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
63
|
-
multipleBonds: import("../../mol-util/param-definition").ParamDefinition.Select<"off" | "
|
|
63
|
+
multipleBonds: import("../../mol-util/param-definition").ParamDefinition.Select<"off" | "symmetric" | "offset">;
|
|
64
64
|
linkScale: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
65
65
|
linkSpacing: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
66
66
|
linkCap: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -96,7 +96,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
96
96
|
dashCap: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
97
97
|
stubCap: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
98
98
|
radialSegments: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
99
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
99
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
100
100
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
101
101
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
102
102
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -112,17 +112,17 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
112
112
|
ellipsoid: import("./representation").StructureRepresentationProvider<{
|
|
113
113
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
114
114
|
adjustCylinderLength: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
115
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
115
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
116
116
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
117
117
|
sizeAspectRatio: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
118
118
|
linkCap: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
119
119
|
visuals: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"intra-bond" | "inter-bond" | "ellipsoid-mesh">;
|
|
120
120
|
tryUseImpostor: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
121
|
-
includeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "
|
|
122
|
-
excludeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "
|
|
121
|
+
includeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
122
|
+
excludeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
123
123
|
ignoreHydrogens: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
124
124
|
aromaticBonds: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
125
|
-
multipleBonds: import("../../mol-util/param-definition").ParamDefinition.Select<"off" | "
|
|
125
|
+
multipleBonds: import("../../mol-util/param-definition").ParamDefinition.Select<"off" | "symmetric" | "offset">;
|
|
126
126
|
linkScale: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
127
127
|
linkSpacing: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
128
128
|
aromaticScale: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
@@ -152,14 +152,14 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
152
152
|
resolution: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
153
153
|
radiusOffset: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
154
154
|
smoothness: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
155
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
155
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
156
156
|
alpha: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
157
157
|
quality: import("../../mol-util/param-definition").ParamDefinition.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
158
158
|
tryUseGpu: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
159
|
-
smoothColors: import("../../mol-util/param-definition").ParamDefinition.Mapped<import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "
|
|
159
|
+
smoothColors: import("../../mol-util/param-definition").ParamDefinition.Mapped<import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "auto"> | import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<{
|
|
160
160
|
resolutionFactor: number;
|
|
161
161
|
sampleStride: number;
|
|
162
|
-
}>, "on"> | import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "
|
|
162
|
+
}>, "on"> | import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "off">>;
|
|
163
163
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
164
164
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
165
165
|
flatShaded: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -174,7 +174,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
174
174
|
resolution: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
175
175
|
radiusOffset: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
176
176
|
smoothness: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
177
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
177
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
178
178
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
179
179
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
180
180
|
flatShaded: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -207,11 +207,11 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
207
207
|
backgroundMargin: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
208
208
|
backgroundColor: import("../../mol-util/param-definition").ParamDefinition.Color;
|
|
209
209
|
backgroundOpacity: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
210
|
-
level: import("../../mol-util/param-definition").ParamDefinition.Select<"residue" | "
|
|
210
|
+
level: import("../../mol-util/param-definition").ParamDefinition.Select<"residue" | "chain" | "element">;
|
|
211
211
|
chainScale: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
212
212
|
residueScale: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
213
213
|
elementScale: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
214
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
214
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
215
215
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
216
216
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
217
217
|
borderWidth: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
@@ -232,10 +232,10 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
232
232
|
quality: import("../../mol-util/param-definition").ParamDefinition.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
233
233
|
}, "label">;
|
|
234
234
|
line: import("./representation").StructureRepresentationProvider<{
|
|
235
|
-
multipleBonds: import("../../mol-util/param-definition").ParamDefinition.Select<"off" | "
|
|
235
|
+
multipleBonds: import("../../mol-util/param-definition").ParamDefinition.Select<"off" | "symmetric" | "offset">;
|
|
236
236
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
237
237
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
238
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
238
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
239
239
|
visuals: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"intra-bond" | "inter-bond" | "element-point" | "element-cross">;
|
|
240
240
|
lineSizeAttenuation: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
241
241
|
ignoreHydrogens: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -245,9 +245,9 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
245
245
|
alpha: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
246
246
|
quality: import("../../mol-util/param-definition").ParamDefinition.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
247
247
|
pointSizeAttenuation: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
248
|
-
pointStyle: import("../../mol-util/param-definition").ParamDefinition.Select<"
|
|
249
|
-
includeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "
|
|
250
|
-
excludeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "
|
|
248
|
+
pointStyle: import("../../mol-util/param-definition").ParamDefinition.Select<"square" | "circle" | "fuzzy">;
|
|
249
|
+
includeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
250
|
+
excludeTypes: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
251
251
|
aromaticBonds: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
252
252
|
linkScale: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
253
253
|
linkSpacing: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
@@ -263,14 +263,14 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
263
263
|
probeRadius: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
264
264
|
resolution: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
265
265
|
probePositions: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
266
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
266
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
267
267
|
lineSizeAttenuation: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
268
268
|
alpha: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
269
269
|
quality: import("../../mol-util/param-definition").ParamDefinition.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
270
|
-
smoothColors: import("../../mol-util/param-definition").ParamDefinition.Mapped<import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "
|
|
270
|
+
smoothColors: import("../../mol-util/param-definition").ParamDefinition.Mapped<import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "auto"> | import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<{
|
|
271
271
|
resolutionFactor: number;
|
|
272
272
|
sampleStride: number;
|
|
273
|
-
}>, "on"> | import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "
|
|
273
|
+
}>, "on"> | import("../../mol-util/param-definition").ParamDefinition.NamedParams<import("../../mol-util/param-definition").ParamDefinition.Normalize<unknown>, "off">>;
|
|
274
274
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
275
275
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
276
276
|
flatShaded: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -281,7 +281,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
281
281
|
visuals: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"orientation-ellipsoid-mesh">;
|
|
282
282
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
283
283
|
detail: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
284
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
284
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
285
285
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
286
286
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
287
287
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -295,10 +295,10 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
295
295
|
pointSizeAttenuation: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
296
296
|
ignoreHydrogens: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
297
297
|
traceOnly: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
298
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
298
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
299
299
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
300
300
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
301
|
-
pointStyle: import("../../mol-util/param-definition").ParamDefinition.Select<"
|
|
301
|
+
pointStyle: import("../../mol-util/param-definition").ParamDefinition.Select<"square" | "circle" | "fuzzy">;
|
|
302
302
|
alpha: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
303
303
|
quality: import("../../mol-util/param-definition").ParamDefinition.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
304
304
|
}, "point">;
|
|
@@ -306,7 +306,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
306
306
|
sizeFactor: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
307
307
|
visuals: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"polymer-gap" | "polymer-tube">;
|
|
308
308
|
radialSegments: import("../../mol-util/param-definition").ParamDefinition.Numeric;
|
|
309
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
309
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
310
310
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
311
311
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
312
312
|
flipSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -324,7 +324,7 @@ export declare namespace StructureRepresentationRegistry {
|
|
|
324
324
|
ignoreHydrogens: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
325
325
|
traceOnly: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
326
326
|
tryUseImpostor: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
327
|
-
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"
|
|
327
|
+
unitKinds: import("../../mol-util/param-definition").ParamDefinition.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
328
328
|
includeParent: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
329
329
|
doubleSided: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
330
330
|
ignoreLight: import("../../mol-util/param-definition").ParamDefinition.BooleanParam;
|
|
@@ -13,7 +13,7 @@ export declare const BackboneParams: {
|
|
|
13
13
|
visuals: PD.MultiSelect<"polymer-gap" | "polymer-backbone-cylinder" | "polymer-backbone-sphere">;
|
|
14
14
|
sizeFactor: PD.Numeric;
|
|
15
15
|
radialSegments: PD.Numeric;
|
|
16
|
-
unitKinds: PD.MultiSelect<"
|
|
16
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
17
17
|
includeParent: PD.BooleanParam;
|
|
18
18
|
doubleSided: PD.BooleanParam;
|
|
19
19
|
flipSided: PD.BooleanParam;
|
|
@@ -31,7 +31,7 @@ export declare function getBackboneParams(ctx: ThemeRegistryContext, structure:
|
|
|
31
31
|
visuals: PD.MultiSelect<"polymer-gap" | "polymer-backbone-cylinder" | "polymer-backbone-sphere">;
|
|
32
32
|
sizeFactor: PD.Numeric;
|
|
33
33
|
radialSegments: PD.Numeric;
|
|
34
|
-
unitKinds: PD.MultiSelect<"
|
|
34
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
35
35
|
includeParent: PD.BooleanParam;
|
|
36
36
|
doubleSided: PD.BooleanParam;
|
|
37
37
|
flipSided: PD.BooleanParam;
|
|
@@ -50,7 +50,7 @@ export declare const BackboneRepresentationProvider: StructureRepresentationProv
|
|
|
50
50
|
visuals: PD.MultiSelect<"polymer-gap" | "polymer-backbone-cylinder" | "polymer-backbone-sphere">;
|
|
51
51
|
sizeFactor: PD.Numeric;
|
|
52
52
|
radialSegments: PD.Numeric;
|
|
53
|
-
unitKinds: PD.MultiSelect<"
|
|
53
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
54
54
|
includeParent: PD.BooleanParam;
|
|
55
55
|
doubleSided: PD.BooleanParam;
|
|
56
56
|
flipSided: PD.BooleanParam;
|
|
@@ -10,17 +10,17 @@ import { ThemeRegistryContext } from '../../../mol-theme/theme';
|
|
|
10
10
|
import { Structure } from '../../../mol-model/structure';
|
|
11
11
|
export declare const BallAndStickParams: {
|
|
12
12
|
includeParent: PD.BooleanParam;
|
|
13
|
-
unitKinds: PD.MultiSelect<"
|
|
13
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
14
14
|
sizeFactor: PD.Numeric;
|
|
15
15
|
sizeAspectRatio: PD.Numeric;
|
|
16
16
|
visuals: PD.MultiSelect<"element-sphere" | "intra-bond" | "inter-bond">;
|
|
17
17
|
tryUseImpostor: PD.BooleanParam;
|
|
18
18
|
adjustCylinderLength: PD.BooleanParam;
|
|
19
|
-
includeTypes: PD.MultiSelect<"covalent" | "
|
|
20
|
-
excludeTypes: PD.MultiSelect<"covalent" | "
|
|
19
|
+
includeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
20
|
+
excludeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
21
21
|
ignoreHydrogens: PD.BooleanParam;
|
|
22
22
|
aromaticBonds: PD.BooleanParam;
|
|
23
|
-
multipleBonds: PD.Select<"off" | "
|
|
23
|
+
multipleBonds: PD.Select<"off" | "symmetric" | "offset">;
|
|
24
24
|
linkScale: PD.Numeric;
|
|
25
25
|
linkSpacing: PD.Numeric;
|
|
26
26
|
linkCap: PD.BooleanParam;
|
|
@@ -45,17 +45,17 @@ export declare const BallAndStickParams: {
|
|
|
45
45
|
export declare type BallAndStickParams = typeof BallAndStickParams;
|
|
46
46
|
export declare function getBallAndStickParams(ctx: ThemeRegistryContext, structure: Structure): {
|
|
47
47
|
includeParent: PD.BooleanParam;
|
|
48
|
-
unitKinds: PD.MultiSelect<"
|
|
48
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
49
49
|
sizeFactor: PD.Numeric;
|
|
50
50
|
sizeAspectRatio: PD.Numeric;
|
|
51
51
|
visuals: PD.MultiSelect<"element-sphere" | "intra-bond" | "inter-bond">;
|
|
52
52
|
tryUseImpostor: PD.BooleanParam;
|
|
53
53
|
adjustCylinderLength: PD.BooleanParam;
|
|
54
|
-
includeTypes: PD.MultiSelect<"covalent" | "
|
|
55
|
-
excludeTypes: PD.MultiSelect<"covalent" | "
|
|
54
|
+
includeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
55
|
+
excludeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
56
56
|
ignoreHydrogens: PD.BooleanParam;
|
|
57
57
|
aromaticBonds: PD.BooleanParam;
|
|
58
|
-
multipleBonds: PD.Select<"off" | "
|
|
58
|
+
multipleBonds: PD.Select<"off" | "symmetric" | "offset">;
|
|
59
59
|
linkScale: PD.Numeric;
|
|
60
60
|
linkSpacing: PD.Numeric;
|
|
61
61
|
linkCap: PD.BooleanParam;
|
|
@@ -81,17 +81,17 @@ export declare type BallAndStickRepresentation = StructureRepresentation<BallAnd
|
|
|
81
81
|
export declare function BallAndStickRepresentation(ctx: RepresentationContext, getParams: RepresentationParamsGetter<Structure, BallAndStickParams>): BallAndStickRepresentation;
|
|
82
82
|
export declare const BallAndStickRepresentationProvider: StructureRepresentationProvider<{
|
|
83
83
|
includeParent: PD.BooleanParam;
|
|
84
|
-
unitKinds: PD.MultiSelect<"
|
|
84
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
85
85
|
sizeFactor: PD.Numeric;
|
|
86
86
|
sizeAspectRatio: PD.Numeric;
|
|
87
87
|
visuals: PD.MultiSelect<"element-sphere" | "intra-bond" | "inter-bond">;
|
|
88
88
|
tryUseImpostor: PD.BooleanParam;
|
|
89
89
|
adjustCylinderLength: PD.BooleanParam;
|
|
90
|
-
includeTypes: PD.MultiSelect<"covalent" | "
|
|
91
|
-
excludeTypes: PD.MultiSelect<"covalent" | "
|
|
90
|
+
includeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
91
|
+
excludeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
92
92
|
ignoreHydrogens: PD.BooleanParam;
|
|
93
93
|
aromaticBonds: PD.BooleanParam;
|
|
94
|
-
multipleBonds: PD.Select<"off" | "
|
|
94
|
+
multipleBonds: PD.Select<"off" | "symmetric" | "offset">;
|
|
95
95
|
linkScale: PD.Numeric;
|
|
96
96
|
linkSpacing: PD.Numeric;
|
|
97
97
|
linkCap: PD.BooleanParam;
|
|
@@ -22,7 +22,7 @@ export declare const CarbohydrateParams: {
|
|
|
22
22
|
dashCap: PD.BooleanParam;
|
|
23
23
|
stubCap: PD.BooleanParam;
|
|
24
24
|
radialSegments: PD.Numeric;
|
|
25
|
-
unitKinds: PD.MultiSelect<"
|
|
25
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
26
26
|
includeParent: PD.BooleanParam;
|
|
27
27
|
doubleSided: PD.BooleanParam;
|
|
28
28
|
flipSided: PD.BooleanParam;
|
|
@@ -50,7 +50,7 @@ export declare function getCarbohydrateParams(ctx: ThemeRegistryContext, structu
|
|
|
50
50
|
dashCap: PD.BooleanParam;
|
|
51
51
|
stubCap: PD.BooleanParam;
|
|
52
52
|
radialSegments: PD.Numeric;
|
|
53
|
-
unitKinds: PD.MultiSelect<"
|
|
53
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
54
54
|
includeParent: PD.BooleanParam;
|
|
55
55
|
doubleSided: PD.BooleanParam;
|
|
56
56
|
flipSided: PD.BooleanParam;
|
|
@@ -79,7 +79,7 @@ export declare const CarbohydrateRepresentationProvider: StructureRepresentation
|
|
|
79
79
|
dashCap: PD.BooleanParam;
|
|
80
80
|
stubCap: PD.BooleanParam;
|
|
81
81
|
radialSegments: PD.Numeric;
|
|
82
|
-
unitKinds: PD.MultiSelect<"
|
|
82
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
83
83
|
includeParent: PD.BooleanParam;
|
|
84
84
|
doubleSided: PD.BooleanParam;
|
|
85
85
|
flipSided: PD.BooleanParam;
|
|
@@ -11,7 +11,7 @@ import { StructureRepresentation, StructureRepresentationProvider } from '../rep
|
|
|
11
11
|
export declare const CartoonParams: {
|
|
12
12
|
sizeFactor: PD.Numeric;
|
|
13
13
|
visuals: PD.MultiSelect<"polymer-trace" | "polymer-gap" | "nucleotide-block" | "nucleotide-ring" | "direction-wedge">;
|
|
14
|
-
unitKinds: PD.MultiSelect<"
|
|
14
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
15
15
|
includeParent: PD.BooleanParam;
|
|
16
16
|
doubleSided: PD.BooleanParam;
|
|
17
17
|
flipSided: PD.BooleanParam;
|
|
@@ -25,14 +25,14 @@ export declare const CartoonParams: {
|
|
|
25
25
|
aspectRatio: PD.Numeric;
|
|
26
26
|
arrowFactor: PD.Numeric;
|
|
27
27
|
tubularHelices: PD.BooleanParam;
|
|
28
|
-
helixProfile: PD.Select<"
|
|
28
|
+
helixProfile: PD.Select<"elliptical" | "rounded" | "square">;
|
|
29
29
|
linearSegments: PD.Numeric;
|
|
30
30
|
};
|
|
31
31
|
export declare type CartoonParams = typeof CartoonParams;
|
|
32
32
|
export declare function getCartoonParams(ctx: ThemeRegistryContext, structure: Structure): {
|
|
33
33
|
sizeFactor: PD.Numeric;
|
|
34
34
|
visuals: PD.MultiSelect<"polymer-trace" | "polymer-gap" | "nucleotide-block" | "nucleotide-ring" | "direction-wedge">;
|
|
35
|
-
unitKinds: PD.MultiSelect<"
|
|
35
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
36
36
|
includeParent: PD.BooleanParam;
|
|
37
37
|
doubleSided: PD.BooleanParam;
|
|
38
38
|
flipSided: PD.BooleanParam;
|
|
@@ -46,7 +46,7 @@ export declare function getCartoonParams(ctx: ThemeRegistryContext, structure: S
|
|
|
46
46
|
aspectRatio: PD.Numeric;
|
|
47
47
|
arrowFactor: PD.Numeric;
|
|
48
48
|
tubularHelices: PD.BooleanParam;
|
|
49
|
-
helixProfile: PD.Select<"
|
|
49
|
+
helixProfile: PD.Select<"elliptical" | "rounded" | "square">;
|
|
50
50
|
linearSegments: PD.Numeric;
|
|
51
51
|
};
|
|
52
52
|
export declare type CartoonRepresentation = StructureRepresentation<CartoonParams>;
|
|
@@ -54,7 +54,7 @@ export declare function CartoonRepresentation(ctx: RepresentationContext, getPar
|
|
|
54
54
|
export declare const CartoonRepresentationProvider: StructureRepresentationProvider<{
|
|
55
55
|
sizeFactor: PD.Numeric;
|
|
56
56
|
visuals: PD.MultiSelect<"polymer-trace" | "polymer-gap" | "nucleotide-block" | "nucleotide-ring" | "direction-wedge">;
|
|
57
|
-
unitKinds: PD.MultiSelect<"
|
|
57
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
58
58
|
includeParent: PD.BooleanParam;
|
|
59
59
|
doubleSided: PD.BooleanParam;
|
|
60
60
|
flipSided: PD.BooleanParam;
|
|
@@ -68,6 +68,6 @@ export declare const CartoonRepresentationProvider: StructureRepresentationProvi
|
|
|
68
68
|
aspectRatio: PD.Numeric;
|
|
69
69
|
arrowFactor: PD.Numeric;
|
|
70
70
|
tubularHelices: PD.BooleanParam;
|
|
71
|
-
helixProfile: PD.Select<"
|
|
71
|
+
helixProfile: PD.Select<"elliptical" | "rounded" | "square">;
|
|
72
72
|
linearSegments: PD.Numeric;
|
|
73
73
|
}, "cartoon">;
|
|
@@ -11,17 +11,17 @@ import { StructureRepresentation, StructureRepresentationProvider } from '../../
|
|
|
11
11
|
export declare const EllipsoidParams: {
|
|
12
12
|
includeParent: PD.BooleanParam;
|
|
13
13
|
adjustCylinderLength: PD.BooleanParam;
|
|
14
|
-
unitKinds: PD.MultiSelect<"
|
|
14
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
15
15
|
sizeFactor: PD.Numeric;
|
|
16
16
|
sizeAspectRatio: PD.Numeric;
|
|
17
17
|
linkCap: PD.BooleanParam;
|
|
18
18
|
visuals: PD.MultiSelect<"intra-bond" | "inter-bond" | "ellipsoid-mesh">;
|
|
19
19
|
tryUseImpostor: PD.BooleanParam;
|
|
20
|
-
includeTypes: PD.MultiSelect<"covalent" | "
|
|
21
|
-
excludeTypes: PD.MultiSelect<"covalent" | "
|
|
20
|
+
includeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
21
|
+
excludeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
22
22
|
ignoreHydrogens: PD.BooleanParam;
|
|
23
23
|
aromaticBonds: PD.BooleanParam;
|
|
24
|
-
multipleBonds: PD.Select<"off" | "
|
|
24
|
+
multipleBonds: PD.Select<"off" | "symmetric" | "offset">;
|
|
25
25
|
linkScale: PD.Numeric;
|
|
26
26
|
linkSpacing: PD.Numeric;
|
|
27
27
|
aromaticScale: PD.Numeric;
|
|
@@ -45,17 +45,17 @@ export declare type EllipsoidParams = typeof EllipsoidParams;
|
|
|
45
45
|
export declare function getEllipsoidParams(ctx: ThemeRegistryContext, structure: Structure): {
|
|
46
46
|
includeParent: PD.BooleanParam;
|
|
47
47
|
adjustCylinderLength: PD.BooleanParam;
|
|
48
|
-
unitKinds: PD.MultiSelect<"
|
|
48
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
49
49
|
sizeFactor: PD.Numeric;
|
|
50
50
|
sizeAspectRatio: PD.Numeric;
|
|
51
51
|
linkCap: PD.BooleanParam;
|
|
52
52
|
visuals: PD.MultiSelect<"intra-bond" | "inter-bond" | "ellipsoid-mesh">;
|
|
53
53
|
tryUseImpostor: PD.BooleanParam;
|
|
54
|
-
includeTypes: PD.MultiSelect<"covalent" | "
|
|
55
|
-
excludeTypes: PD.MultiSelect<"covalent" | "
|
|
54
|
+
includeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
55
|
+
excludeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
56
56
|
ignoreHydrogens: PD.BooleanParam;
|
|
57
57
|
aromaticBonds: PD.BooleanParam;
|
|
58
|
-
multipleBonds: PD.Select<"off" | "
|
|
58
|
+
multipleBonds: PD.Select<"off" | "symmetric" | "offset">;
|
|
59
59
|
linkScale: PD.Numeric;
|
|
60
60
|
linkSpacing: PD.Numeric;
|
|
61
61
|
aromaticScale: PD.Numeric;
|
|
@@ -80,17 +80,17 @@ export declare function EllipsoidRepresentation(ctx: RepresentationContext, getP
|
|
|
80
80
|
export declare const EllipsoidRepresentationProvider: StructureRepresentationProvider<{
|
|
81
81
|
includeParent: PD.BooleanParam;
|
|
82
82
|
adjustCylinderLength: PD.BooleanParam;
|
|
83
|
-
unitKinds: PD.MultiSelect<"
|
|
83
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
84
84
|
sizeFactor: PD.Numeric;
|
|
85
85
|
sizeAspectRatio: PD.Numeric;
|
|
86
86
|
linkCap: PD.BooleanParam;
|
|
87
87
|
visuals: PD.MultiSelect<"intra-bond" | "inter-bond" | "ellipsoid-mesh">;
|
|
88
88
|
tryUseImpostor: PD.BooleanParam;
|
|
89
|
-
includeTypes: PD.MultiSelect<"covalent" | "
|
|
90
|
-
excludeTypes: PD.MultiSelect<"covalent" | "
|
|
89
|
+
includeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
90
|
+
excludeTypes: PD.MultiSelect<"covalent" | "computed" | "aromatic" | "metal-coordination" | "hydrogen-bond" | "disulfide">;
|
|
91
91
|
ignoreHydrogens: PD.BooleanParam;
|
|
92
92
|
aromaticBonds: PD.BooleanParam;
|
|
93
|
-
multipleBonds: PD.Select<"off" | "
|
|
93
|
+
multipleBonds: PD.Select<"off" | "symmetric" | "offset">;
|
|
94
94
|
linkScale: PD.Numeric;
|
|
95
95
|
linkSpacing: PD.Numeric;
|
|
96
96
|
aromaticScale: PD.Numeric;
|
|
@@ -18,14 +18,14 @@ export declare const GaussianSurfaceParams: {
|
|
|
18
18
|
resolution: PD.Numeric;
|
|
19
19
|
radiusOffset: PD.Numeric;
|
|
20
20
|
smoothness: PD.Numeric;
|
|
21
|
-
unitKinds: PD.MultiSelect<"
|
|
21
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
22
22
|
alpha: PD.Numeric;
|
|
23
23
|
quality: PD.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
24
24
|
tryUseGpu: PD.BooleanParam;
|
|
25
|
-
smoothColors: PD.Mapped<PD.NamedParams<PD.Normalize<unknown>, "
|
|
25
|
+
smoothColors: PD.Mapped<PD.NamedParams<PD.Normalize<unknown>, "auto"> | PD.NamedParams<PD.Normalize<{
|
|
26
26
|
resolutionFactor: number;
|
|
27
27
|
sampleStride: number;
|
|
28
|
-
}>, "on"> | PD.NamedParams<PD.Normalize<unknown>, "
|
|
28
|
+
}>, "on"> | PD.NamedParams<PD.Normalize<unknown>, "off">>;
|
|
29
29
|
doubleSided: PD.BooleanParam;
|
|
30
30
|
flipSided: PD.BooleanParam;
|
|
31
31
|
flatShaded: PD.BooleanParam;
|
|
@@ -43,14 +43,14 @@ export declare function getGaussianSurfaceParams(ctx: ThemeRegistryContext, stru
|
|
|
43
43
|
resolution: PD.Numeric;
|
|
44
44
|
radiusOffset: PD.Numeric;
|
|
45
45
|
smoothness: PD.Numeric;
|
|
46
|
-
unitKinds: PD.MultiSelect<"
|
|
46
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
47
47
|
alpha: PD.Numeric;
|
|
48
48
|
quality: PD.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
49
49
|
tryUseGpu: PD.BooleanParam;
|
|
50
|
-
smoothColors: PD.Mapped<PD.NamedParams<PD.Normalize<unknown>, "
|
|
50
|
+
smoothColors: PD.Mapped<PD.NamedParams<PD.Normalize<unknown>, "auto"> | PD.NamedParams<PD.Normalize<{
|
|
51
51
|
resolutionFactor: number;
|
|
52
52
|
sampleStride: number;
|
|
53
|
-
}>, "on"> | PD.NamedParams<PD.Normalize<unknown>, "
|
|
53
|
+
}>, "on"> | PD.NamedParams<PD.Normalize<unknown>, "off">>;
|
|
54
54
|
doubleSided: PD.BooleanParam;
|
|
55
55
|
flipSided: PD.BooleanParam;
|
|
56
56
|
flatShaded: PD.BooleanParam;
|
|
@@ -69,14 +69,14 @@ export declare const GaussianSurfaceRepresentationProvider: StructureRepresentat
|
|
|
69
69
|
resolution: PD.Numeric;
|
|
70
70
|
radiusOffset: PD.Numeric;
|
|
71
71
|
smoothness: PD.Numeric;
|
|
72
|
-
unitKinds: PD.MultiSelect<"
|
|
72
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
73
73
|
alpha: PD.Numeric;
|
|
74
74
|
quality: PD.Select<"custom" | "auto" | "highest" | "higher" | "high" | "medium" | "low" | "lower" | "lowest">;
|
|
75
75
|
tryUseGpu: PD.BooleanParam;
|
|
76
|
-
smoothColors: PD.Mapped<PD.NamedParams<PD.Normalize<unknown>, "
|
|
76
|
+
smoothColors: PD.Mapped<PD.NamedParams<PD.Normalize<unknown>, "auto"> | PD.NamedParams<PD.Normalize<{
|
|
77
77
|
resolutionFactor: number;
|
|
78
78
|
sampleStride: number;
|
|
79
|
-
}>, "on"> | PD.NamedParams<PD.Normalize<unknown>, "
|
|
79
|
+
}>, "on"> | PD.NamedParams<PD.Normalize<unknown>, "off">>;
|
|
80
80
|
doubleSided: PD.BooleanParam;
|
|
81
81
|
flipSided: PD.BooleanParam;
|
|
82
82
|
flatShaded: PD.BooleanParam;
|
|
@@ -16,7 +16,7 @@ export declare const GaussianVolumeParams: {
|
|
|
16
16
|
resolution: PD.Numeric;
|
|
17
17
|
radiusOffset: PD.Numeric;
|
|
18
18
|
smoothness: PD.Numeric;
|
|
19
|
-
unitKinds: PD.MultiSelect<"
|
|
19
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
20
20
|
doubleSided: PD.BooleanParam;
|
|
21
21
|
flipSided: PD.BooleanParam;
|
|
22
22
|
flatShaded: PD.BooleanParam;
|
|
@@ -52,7 +52,7 @@ export declare function getGaussianVolumeParams(ctx: ThemeRegistryContext, struc
|
|
|
52
52
|
resolution: PD.Numeric;
|
|
53
53
|
radiusOffset: PD.Numeric;
|
|
54
54
|
smoothness: PD.Numeric;
|
|
55
|
-
unitKinds: PD.MultiSelect<"
|
|
55
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
56
56
|
doubleSided: PD.BooleanParam;
|
|
57
57
|
flipSided: PD.BooleanParam;
|
|
58
58
|
flatShaded: PD.BooleanParam;
|
|
@@ -89,7 +89,7 @@ export declare const GaussianVolumeRepresentationProvider: StructureRepresentati
|
|
|
89
89
|
resolution: PD.Numeric;
|
|
90
90
|
radiusOffset: PD.Numeric;
|
|
91
91
|
smoothness: PD.Numeric;
|
|
92
|
-
unitKinds: PD.MultiSelect<"
|
|
92
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
93
93
|
doubleSided: PD.BooleanParam;
|
|
94
94
|
flipSided: PD.BooleanParam;
|
|
95
95
|
flatShaded: PD.BooleanParam;
|
|
@@ -14,11 +14,11 @@ export declare const LabelParams: {
|
|
|
14
14
|
backgroundMargin: PD.Numeric;
|
|
15
15
|
backgroundColor: PD.Color;
|
|
16
16
|
backgroundOpacity: PD.Numeric;
|
|
17
|
-
level: PD.Select<"residue" | "
|
|
17
|
+
level: PD.Select<"residue" | "chain" | "element">;
|
|
18
18
|
chainScale: PD.Numeric;
|
|
19
19
|
residueScale: PD.Numeric;
|
|
20
20
|
elementScale: PD.Numeric;
|
|
21
|
-
unitKinds: PD.MultiSelect<"
|
|
21
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
22
22
|
includeParent: PD.BooleanParam;
|
|
23
23
|
sizeFactor: PD.Numeric;
|
|
24
24
|
borderWidth: PD.Numeric;
|
|
@@ -45,11 +45,11 @@ export declare function getLabelParams(ctx: ThemeRegistryContext, structure: Str
|
|
|
45
45
|
backgroundMargin: PD.Numeric;
|
|
46
46
|
backgroundColor: PD.Color;
|
|
47
47
|
backgroundOpacity: PD.Numeric;
|
|
48
|
-
level: PD.Select<"residue" | "
|
|
48
|
+
level: PD.Select<"residue" | "chain" | "element">;
|
|
49
49
|
chainScale: PD.Numeric;
|
|
50
50
|
residueScale: PD.Numeric;
|
|
51
51
|
elementScale: PD.Numeric;
|
|
52
|
-
unitKinds: PD.MultiSelect<"
|
|
52
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
53
53
|
includeParent: PD.BooleanParam;
|
|
54
54
|
sizeFactor: PD.Numeric;
|
|
55
55
|
borderWidth: PD.Numeric;
|
|
@@ -77,11 +77,11 @@ export declare const LabelRepresentationProvider: StructureRepresentationProvide
|
|
|
77
77
|
backgroundMargin: PD.Numeric;
|
|
78
78
|
backgroundColor: PD.Color;
|
|
79
79
|
backgroundOpacity: PD.Numeric;
|
|
80
|
-
level: PD.Select<"residue" | "
|
|
80
|
+
level: PD.Select<"residue" | "chain" | "element">;
|
|
81
81
|
chainScale: PD.Numeric;
|
|
82
82
|
residueScale: PD.Numeric;
|
|
83
83
|
elementScale: PD.Numeric;
|
|
84
|
-
unitKinds: PD.MultiSelect<"
|
|
84
|
+
unitKinds: PD.MultiSelect<"atomic" | "spheres" | "gaussians">;
|
|
85
85
|
includeParent: PD.BooleanParam;
|
|
86
86
|
sizeFactor: PD.Numeric;
|
|
87
87
|
borderWidth: PD.Numeric;
|