molstar 2.3.5 → 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/README.md +176 -176
- package/build/viewer/embedded.html +43 -43
- package/build/viewer/index.html +94 -94
- package/build/viewer/molstar.css +1 -2
- package/build/viewer/molstar.js +1 -1
- package/lib/apps/docking-viewer/index.html +36 -36
- package/lib/apps/docking-viewer/index.js +1 -1
- package/lib/apps/docking-viewer/index.js.map +1 -1
- package/lib/apps/viewer/embedded.html +43 -43
- package/lib/apps/viewer/index.d.ts +290 -1
- package/lib/apps/viewer/index.html +94 -94
- package/lib/apps/viewer/index.js +91 -5
- package/lib/apps/viewer/index.js.map +1 -1
- package/lib/cli/chem-comp-dict/create-ions.js +1 -1
- package/lib/cli/chem-comp-dict/create-ions.js.map +1 -1
- package/lib/cli/chem-comp-dict/create-table.js +3 -3
- package/lib/cli/chem-comp-dict/create-table.js.map +1 -1
- package/lib/cli/chem-comp-dict/util.js +2 -2
- package/lib/cli/chem-comp-dict/util.js.map +1 -1
- package/lib/cli/cif2bcif/converter.js +2 -2
- package/lib/cli/cif2bcif/converter.js.map +1 -1
- package/lib/cli/cifschema/index.js +12 -12
- package/lib/cli/cifschema/index.js.map +1 -1
- package/lib/cli/cifschema/util/cif-dic.js +19 -19
- package/lib/cli/cifschema/util/cif-dic.js.map +1 -1
- package/lib/cli/cifschema/util/generate.js +21 -21
- package/lib/cli/cifschema/util/generate.js.map +1 -1
- package/lib/cli/cifschema/util/schema.js +1 -1
- package/lib/cli/cifschema/util/schema.js.map +1 -1
- package/lib/cli/lipid-params/index.js +3 -3
- package/lib/cli/lipid-params/index.js.map +1 -1
- package/lib/cli/state-docs/index.js +4 -4
- package/lib/cli/state-docs/index.js.map +1 -1
- package/lib/cli/state-docs/pd-to-md.js +10 -10
- package/lib/cli/state-docs/pd-to-md.js.map +1 -1
- package/lib/cli/structure-info/model.js +18 -18
- package/lib/cli/structure-info/model.js.map +1 -1
- package/lib/cli/structure-info/volume.js +1 -1
- package/lib/cli/structure-info/volume.js.map +1 -1
- package/lib/commonjs/apps/docking-viewer/index.js +1 -1
- package/lib/commonjs/apps/docking-viewer/index.js.map +1 -1
- package/lib/commonjs/apps/viewer/index.d.ts +289 -0
- package/lib/commonjs/apps/viewer/index.js +91 -5
- package/lib/commonjs/apps/viewer/index.js.map +1 -1
- package/lib/commonjs/cli/chem-comp-dict/create-ions.js +1 -1
- package/lib/commonjs/cli/chem-comp-dict/create-ions.js.map +1 -1
- package/lib/commonjs/cli/chem-comp-dict/create-table.js +3 -3
- package/lib/commonjs/cli/chem-comp-dict/create-table.js.map +1 -1
- package/lib/commonjs/cli/chem-comp-dict/util.js +2 -2
- package/lib/commonjs/cli/chem-comp-dict/util.js.map +1 -1
- package/lib/commonjs/cli/cif2bcif/converter.js +2 -2
- package/lib/commonjs/cli/cif2bcif/converter.js.map +1 -1
- package/lib/commonjs/cli/cif2bcif/index.js +0 -0
- package/lib/commonjs/cli/cifschema/index.js +12 -12
- package/lib/commonjs/cli/cifschema/index.js.map +1 -1
- package/lib/commonjs/cli/cifschema/util/cif-dic.js +19 -19
- package/lib/commonjs/cli/cifschema/util/cif-dic.js.map +1 -1
- package/lib/commonjs/cli/cifschema/util/generate.js +21 -21
- package/lib/commonjs/cli/cifschema/util/generate.js.map +1 -1
- package/lib/commonjs/cli/cifschema/util/schema.js +1 -1
- package/lib/commonjs/cli/cifschema/util/schema.js.map +1 -1
- package/lib/commonjs/cli/lipid-params/index.js +3 -3
- package/lib/commonjs/cli/lipid-params/index.js.map +1 -1
- package/lib/commonjs/cli/state-docs/index.js +4 -4
- package/lib/commonjs/cli/state-docs/index.js.map +1 -1
- package/lib/commonjs/cli/state-docs/pd-to-md.js +10 -10
- package/lib/commonjs/cli/state-docs/pd-to-md.js.map +1 -1
- package/lib/commonjs/cli/structure-info/model.js +18 -18
- package/lib/commonjs/cli/structure-info/model.js.map +1 -1
- package/lib/commonjs/cli/structure-info/volume.js +1 -1
- package/lib/commonjs/cli/structure-info/volume.js.map +1 -1
- package/lib/commonjs/examples/basic-wrapper/superposition.js +3 -3
- package/lib/commonjs/examples/basic-wrapper/superposition.js.map +1 -1
- package/lib/commonjs/examples/domain-annotation-server/mapping.js +2 -2
- package/lib/commonjs/examples/domain-annotation-server/mapping.js.map +1 -1
- package/lib/commonjs/examples/domain-annotation-server/server.js +3 -3
- package/lib/commonjs/examples/domain-annotation-server/server.js.map +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/annotation.js +3 -3
- package/lib/commonjs/examples/proteopedia-wrapper/annotation.js.map +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/helpers.js +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/helpers.js.map +1 -1
- package/lib/commonjs/examples/proteopedia-wrapper/index.js +2 -2
- package/lib/commonjs/examples/proteopedia-wrapper/index.js.map +1 -1
- package/lib/commonjs/examples/task.js +6 -6
- package/lib/commonjs/examples/task.js.map +1 -1
- package/lib/commonjs/extensions/alpha-orbitals/transforms.js +2 -2
- package/lib/commonjs/extensions/alpha-orbitals/transforms.js.map +1 -1
- package/lib/commonjs/extensions/anvil/representation.js +1 -1
- package/lib/commonjs/extensions/anvil/representation.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/color/generate.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/color/generate.js +1 -1
- package/lib/commonjs/extensions/cellpack/color/provided.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/color/provided.js +1 -1
- package/lib/commonjs/extensions/cellpack/curve.d.ts +2 -2
- package/lib/commonjs/extensions/cellpack/curve.js +2 -2
- package/lib/commonjs/extensions/cellpack/data.d.ts +32 -0
- package/lib/commonjs/extensions/cellpack/index.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/index.js +1 -1
- package/lib/commonjs/extensions/cellpack/model.d.ts +5 -3
- package/lib/commonjs/extensions/cellpack/model.js +203 -65
- package/lib/commonjs/extensions/cellpack/model.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/preset.d.ts +2 -1
- package/lib/commonjs/extensions/cellpack/preset.js +12 -15
- package/lib/commonjs/extensions/cellpack/preset.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/property.d.ts +1 -1
- package/lib/commonjs/extensions/cellpack/property.js +1 -1
- package/lib/commonjs/extensions/cellpack/representation.d.ts +53 -0
- package/lib/commonjs/extensions/cellpack/representation.js +47 -0
- package/lib/commonjs/extensions/cellpack/representation.js.map +1 -0
- package/lib/commonjs/extensions/cellpack/state.d.ts +16 -5
- package/lib/commonjs/extensions/cellpack/state.js +234 -27
- package/lib/commonjs/extensions/cellpack/state.js.map +1 -1
- package/lib/commonjs/extensions/cellpack/util.d.ts +3 -1
- package/lib/commonjs/extensions/cellpack/util.js +34 -6
- package/lib/commonjs/extensions/cellpack/util.js.map +1 -1
- package/lib/commonjs/extensions/dnatco/confal-pyramids/util.js +7 -7
- package/lib/commonjs/extensions/dnatco/confal-pyramids/util.js.map +1 -1
- package/lib/commonjs/extensions/g3d/data.js +2 -2
- package/lib/commonjs/extensions/g3d/data.js.map +1 -1
- package/lib/commonjs/extensions/g3d/model.js +2 -2
- package/lib/commonjs/extensions/g3d/model.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/controls.js +2 -2
- package/lib/commonjs/extensions/geo-export/controls.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/glb-exporter.js +1 -1
- package/lib/commonjs/extensions/geo-export/glb-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/obj-exporter.js +3 -3
- package/lib/commonjs/extensions/geo-export/obj-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/stl-exporter.js +1 -1
- package/lib/commonjs/extensions/geo-export/stl-exporter.js.map +1 -1
- package/lib/commonjs/extensions/geo-export/usdz-exporter.js +5 -5
- package/lib/commonjs/extensions/geo-export/usdz-exporter.js.map +1 -1
- package/lib/commonjs/extensions/mp4-export/controls.js +1 -1
- package/lib/commonjs/extensions/mp4-export/controls.js.map +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/behavior.js +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/behavior.js.map +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/prop.js +1 -1
- package/lib/commonjs/extensions/pdbe/structure-quality-report/prop.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +4 -4
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.js +3 -3
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.d.ts +12 -12
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.js +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/prop.js +2 -2
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/prop.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.d.ts +2 -2
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.js +7 -7
- package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/validation-report/behavior.js +11 -11
- package/lib/commonjs/extensions/rcsb/validation-report/behavior.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/validation-report/prop.js +2 -2
- package/lib/commonjs/extensions/rcsb/validation-report/prop.js.map +1 -1
- package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +15 -0
- package/lib/commonjs/extensions/rcsb/validation-report/representation.js +2 -2
- package/lib/commonjs/extensions/rcsb/validation-report/representation.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +4 -4
- package/lib/commonjs/mol-canvas3d/canvas3d.js +3 -3
- package/lib/commonjs/mol-canvas3d/canvas3d.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/helper/camera-helper.d.ts +2 -2
- package/lib/commonjs/mol-canvas3d/helper/handle-helper.js +1 -1
- package/lib/commonjs/mol-canvas3d/helper/handle-helper.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/passes/image.d.ts +2 -2
- package/lib/commonjs/mol-canvas3d/passes/wboit.js +1 -1
- package/lib/commonjs/mol-canvas3d/passes/wboit.js.map +1 -1
- package/lib/commonjs/mol-canvas3d/util.js +1 -1
- package/lib/commonjs/mol-canvas3d/util.js.map +1 -1
- package/lib/commonjs/mol-data/db/table.js +1 -1
- package/lib/commonjs/mol-data/db/table.js.map +1 -1
- package/lib/commonjs/mol-data/int/_spec/sorted-ranges.spec.js +1 -1
- package/lib/commonjs/mol-data/int/_spec/sorted-ranges.spec.js.map +1 -1
- package/lib/commonjs/mol-data/int/impl/ordered-set.d.ts +3 -3
- package/lib/commonjs/mol-data/int/impl/sorted-array.js +2 -2
- package/lib/commonjs/mol-data/int/impl/sorted-array.js.map +1 -1
- package/lib/commonjs/mol-data/int/tuple.js +1 -1
- package/lib/commonjs/mol-data/int/tuple.js.map +1 -1
- package/lib/commonjs/mol-data/util/_spec/interval-iterator.spec.js +1 -1
- package/lib/commonjs/mol-data/util/_spec/interval-iterator.spec.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.d.ts +2 -2
- package/lib/commonjs/mol-geo/geometry/image/image.d.ts +2 -2
- package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.js +19 -11
- package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.d.ts +2 -2
- package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.js +57 -15
- package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/mesh.js +1 -1
- package/lib/commonjs/mol-geo/geometry/mesh/mesh.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +1 -0
- package/lib/commonjs/mol-geo/geometry/text/font-atlas.js +1 -1
- package/lib/commonjs/mol-geo/geometry/text/font-atlas.js.map +1 -1
- package/lib/commonjs/mol-geo/geometry/text/text.js +1 -1
- package/lib/commonjs/mol-geo/geometry/text/text.js.map +1 -1
- package/lib/commonjs/mol-geo/primitive/polyhedron.js +1 -1
- package/lib/commonjs/mol-geo/primitive/polyhedron.js.map +1 -1
- package/lib/commonjs/mol-gl/_spec/cylinders.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/cylinders.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/cylinders.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/direct-volume.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/direct-volume.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/direct-volume.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/gl.d.ts +9 -0
- package/lib/commonjs/mol-gl/_spec/gl.js +33 -0
- package/lib/commonjs/mol-gl/_spec/gl.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/gl.shim.js +5 -5
- package/lib/commonjs/mol-gl/_spec/gl.shim.js.map +1 -1
- package/lib/commonjs/mol-gl/_spec/image.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/image.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/image.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/lines.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/lines.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/lines.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/mesh.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/mesh.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/mesh.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/points.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/points.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/points.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/renderer.spec.d.ts +7 -1
- package/lib/commonjs/mol-gl/_spec/renderer.spec.js +7 -45
- package/lib/commonjs/mol-gl/_spec/renderer.spec.js.map +1 -1
- package/lib/commonjs/mol-gl/_spec/spheres.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/spheres.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/spheres.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/text.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/text.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/text.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.d.ts +6 -0
- package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.js +42 -0
- package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.js.map +1 -0
- package/lib/commonjs/mol-gl/compute/grid3d.js +3 -3
- package/lib/commonjs/mol-gl/compute/grid3d.js.map +1 -1
- package/lib/commonjs/mol-gl/compute/histogram-pyramid/reduction.js +4 -4
- package/lib/commonjs/mol-gl/compute/histogram-pyramid/reduction.js.map +1 -1
- package/lib/commonjs/mol-gl/renderable/util.js +1 -1
- package/lib/commonjs/mol-gl/renderable/util.js.map +1 -1
- package/lib/commonjs/mol-gl/renderer.d.ts +2 -2
- package/lib/commonjs/mol-gl/scene.js +1 -1
- package/lib/commonjs/mol-gl/scene.js.map +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
- package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.js.map +1 -1
- package/lib/commonjs/mol-gl/shader-code.js +8 -8
- package/lib/commonjs/mol-gl/shader-code.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/buffer.d.ts +3 -2
- package/lib/commonjs/mol-gl/webgl/buffer.js +5 -5
- package/lib/commonjs/mol-gl/webgl/buffer.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/compat.js +3 -3
- package/lib/commonjs/mol-gl/webgl/compat.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/context.js +6 -4
- package/lib/commonjs/mol-gl/webgl/context.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/extensions.js +5 -1
- package/lib/commonjs/mol-gl/webgl/extensions.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/framebuffer.js +1 -1
- package/lib/commonjs/mol-gl/webgl/framebuffer.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/program.d.ts +1 -1
- package/lib/commonjs/mol-gl/webgl/program.js +14 -12
- package/lib/commonjs/mol-gl/webgl/program.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/render-item.d.ts +3 -2
- package/lib/commonjs/mol-gl/webgl/render-item.js +2 -2
- package/lib/commonjs/mol-gl/webgl/render-item.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/resources.js +1 -1
- package/lib/commonjs/mol-gl/webgl/resources.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/shader.js +3 -3
- package/lib/commonjs/mol-gl/webgl/shader.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/state.d.ts +4 -1
- package/lib/commonjs/mol-gl/webgl/state.js +25 -1
- package/lib/commonjs/mol-gl/webgl/state.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/texture.js +2 -2
- package/lib/commonjs/mol-gl/webgl/texture.js.map +1 -1
- package/lib/commonjs/mol-gl/webgl/uniform.js +2 -2
- package/lib/commonjs/mol-gl/webgl/uniform.js.map +1 -1
- package/lib/commonjs/mol-io/common/file-handle.js +1 -1
- package/lib/commonjs/mol-io/common/file-handle.js.map +1 -1
- package/lib/commonjs/mol-io/common/typed-array.js +1 -1
- package/lib/commonjs/mol-io/common/typed-array.js.map +1 -1
- package/lib/commonjs/mol-io/reader/ccp4/parser.js +1 -1
- package/lib/commonjs/mol-io/reader/ccp4/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/binary/parser.js +1 -1
- package/lib/commonjs/mol-io/reader/cif/binary/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/data-model.js +7 -7
- package/lib/commonjs/mol-io/reader/cif/data-model.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/density-server.d.ts +2 -2
- package/lib/commonjs/mol-io/reader/cif/schema/mmcif-extras.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/cif/schema/mmcif.d.ts +12 -12
- package/lib/commonjs/mol-io/reader/cif/schema.js +7 -7
- package/lib/commonjs/mol-io/reader/cif/schema.js.map +1 -1
- package/lib/commonjs/mol-io/reader/cif/text/parser.js +2 -2
- package/lib/commonjs/mol-io/reader/cif/text/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/dcd/parser.js +2 -2
- package/lib/commonjs/mol-io/reader/dcd/parser.js.map +1 -1
- package/lib/commonjs/mol-io/reader/ply/schema.d.ts +1 -1
- package/lib/commonjs/mol-io/reader/ply/schema.js +1 -1
- package/lib/commonjs/mol-io/reader/ply/schema.js.map +1 -1
- package/lib/commonjs/mol-io/reader/result.js +1 -1
- package/lib/commonjs/mol-io/reader/result.js.map +1 -1
- package/lib/commonjs/mol-io/writer/cif/encoder/text.js +3 -3
- package/lib/commonjs/mol-io/writer/cif/encoder/text.js.map +1 -1
- package/lib/commonjs/mol-io/writer/cif/encoder.js +5 -5
- package/lib/commonjs/mol-io/writer/cif/encoder.js.map +1 -1
- package/lib/commonjs/mol-io/writer/mol/encoder.js +4 -4
- package/lib/commonjs/mol-io/writer/mol/encoder.js.map +1 -1
- package/lib/commonjs/mol-io/writer/mol2/encoder.js +6 -6
- package/lib/commonjs/mol-io/writer/mol2/encoder.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/gaussian-density/gpu.js +1 -1
- package/lib/commonjs/mol-math/geometry/gaussian-density/gpu.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/primitives/axes3d.d.ts +2 -1
- package/lib/commonjs/mol-math/geometry/primitives/axes3d.js +9 -2
- package/lib/commonjs/mol-math/geometry/primitives/axes3d.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/spacegroup/construction.js +8 -8
- package/lib/commonjs/mol-math/geometry/spacegroup/construction.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/spacegroup/tables.js +1 -1
- package/lib/commonjs/mol-math/geometry/spacegroup/tables.js.map +1 -1
- package/lib/commonjs/mol-math/geometry/symmetry-operator.js +4 -4
- package/lib/commonjs/mol-math/geometry/symmetry-operator.js.map +1 -1
- package/lib/commonjs/mol-math/graph/inter-unit-graph.js +2 -2
- package/lib/commonjs/mol-math/graph/inter-unit-graph.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/quat.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/quat.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec2.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec2.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec3.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec3.js.map +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec4.js +1 -1
- package/lib/commonjs/mol-math/linear-algebra/3d/vec4.js.map +1 -1
- package/lib/commonjs/mol-model/loci.d.ts +30 -30
- package/lib/commonjs/mol-model/sequence/sequence.js +2 -2
- package/lib/commonjs/mol-model/sequence/sequence.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/atom_site.js +2 -2
- package/lib/commonjs/mol-model/structure/export/categories/atom_site.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/atom_site_operator_mapping.js +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/atom_site_operator_mapping.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/secondary-structure.js +1 -1
- package/lib/commonjs/mol-model/structure/export/categories/secondary-structure.js.map +1 -1
- package/lib/commonjs/mol-model/structure/export/mmcif.js +1 -1
- package/lib/commonjs/mol-model/structure/export/mmcif.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/atomic/bonds.js +2 -2
- package/lib/commonjs/mol-model/structure/model/properties/atomic/bonds.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/symmetry.js +3 -3
- package/lib/commonjs/mol-model/structure/model/properties/symmetry.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-index.js +2 -2
- package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-index.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-keys.js +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-keys.js.map +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/residue-set.js +1 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/residue-set.js.map +1 -1
- package/lib/commonjs/mol-model/structure/query/context.js +1 -1
- package/lib/commonjs/mol-model/structure/query/context.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/carbohydrates/compute.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/carbohydrates/compute.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/element/loci.d.ts +1 -0
- package/lib/commonjs/mol-model/structure/structure/element/loci.js +16 -2
- package/lib/commonjs/mol-model/structure/structure/element/loci.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/element/util.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/element/util.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/properties.d.ts +1 -1
- package/lib/commonjs/mol-model/structure/structure/properties.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/properties.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/structure.js +3 -2
- package/lib/commonjs/mol-model/structure/structure/structure.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/symmetry.js +3 -3
- package/lib/commonjs/mol-model/structure/structure/symmetry.js.map +1 -1
- package/lib/commonjs/mol-model/structure/structure/util/superposition-db-mapping.js +1 -1
- package/lib/commonjs/mol-model/structure/structure/util/superposition-db-mapping.js.map +1 -1
- package/lib/commonjs/mol-model/volume/volume.js +2 -2
- package/lib/commonjs/mol-model/volume/volume.js.map +1 -1
- package/lib/commonjs/mol-model-formats/shape/ply.d.ts +8 -8
- package/lib/commonjs/mol-model-formats/shape/ply.js +1 -1
- package/lib/commonjs/mol-model-formats/shape/ply.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/basic/atomic.js +2 -2
- package/lib/commonjs/mol-model-formats/structure/basic/atomic.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/basic/properties.js +2 -2
- package/lib/commonjs/mol-model-formats/structure/basic/properties.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/basic/schema.d.ts +4 -4
- package/lib/commonjs/mol-model-formats/structure/common/component.d.ts +5 -5
- package/lib/commonjs/mol-model-formats/structure/common/entity.js +6 -6
- package/lib/commonjs/mol-model-formats/structure/common/entity.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/assembly.js +10 -10
- package/lib/commonjs/mol-model-formats/structure/pdb/assembly.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/conect.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/conect.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/entity.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/pdb/entity.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/assembly.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/assembly.js.map +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/symmetry.js +1 -1
- package/lib/commonjs/mol-model-formats/structure/property/symmetry.js.map +1 -1
- package/lib/commonjs/mol-model-formats/volume/ccp4.js +1 -1
- package/lib/commonjs/mol-model-formats/volume/ccp4.js.map +1 -1
- package/lib/commonjs/mol-model-props/common/custom-element-property.js +1 -1
- package/lib/commonjs/mol-model-props/common/custom-element-property.js.map +1 -1
- package/lib/commonjs/mol-model-props/common/custom-property.js +1 -1
- package/lib/commonjs/mol-model-props/common/custom-property.js.map +1 -1
- package/lib/commonjs/mol-model-props/computed/interactions/common.js +1 -1
- package/lib/commonjs/mol-model-props/computed/interactions/common.js.map +1 -1
- package/lib/commonjs/mol-model-props/computed/interactions/refine.js +2 -2
- package/lib/commonjs/mol-model-props/computed/interactions/refine.js.map +1 -1
- package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +9 -0
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/property.js +1 -1
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/property.js.map +1 -1
- package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +12 -0
- package/lib/commonjs/mol-model-props/integrative/pair-restraints.js +1 -1
- package/lib/commonjs/mol-model-props/integrative/pair-restraints.js.map +1 -1
- package/lib/commonjs/mol-model-props/sequence/best-database-mapping.js +1 -1
- package/lib/commonjs/mol-model-props/sequence/best-database-mapping.js.map +1 -1
- package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.d.ts +12 -12
- package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.js +1 -1
- package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/behavior.d.ts +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js +3 -3
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js +3 -3
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
- package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +2 -2
- package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +4 -4
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.js +6 -6
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +4 -4
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.js +5 -5
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/util.js +6 -6
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/util.js.map +1 -1
- package/lib/commonjs/mol-plugin/behavior/static/state.js +4 -4
- package/lib/commonjs/mol-plugin/behavior/static/state.js.map +1 -1
- package/lib/commonjs/mol-plugin/commands.d.ts +2 -2
- package/lib/commonjs/mol-plugin/config.js +10 -3
- package/lib/commonjs/mol-plugin/config.js.map +1 -1
- package/lib/commonjs/mol-plugin/context.js +2 -3
- package/lib/commonjs/mol-plugin/context.js.map +1 -1
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +6 -6
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.js +1 -1
- package/lib/commonjs/mol-plugin/util/viewport-screenshot.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/actions/file.js +3 -3
- package/lib/commonjs/mol-plugin-state/actions/file.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/actions/structure.js +12 -12
- package/lib/commonjs/mol-plugin-state/actions/structure.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/actions/volume.js +16 -16
- package/lib/commonjs/mol-plugin-state/actions/volume.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/animation/built-in/model-index.d.ts +3 -3
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +4 -4
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.d.ts +4 -4
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.js +2 -2
- package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.d.ts +10 -10
- package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js +21 -17
- package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/builder/structure/representation.js +2 -2
- package/lib/commonjs/mol-plugin-state/builder/structure/representation.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/builder/structure.js +3 -3
- package/lib/commonjs/mol-plugin-state/builder/structure.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/formats/registry.js +1 -1
- package/lib/commonjs/mol-plugin-state/formats/registry.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/formats/volume.d.ts +8 -8
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.d.ts +4 -4
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.js +10 -10
- package/lib/commonjs/mol-plugin-state/helpers/root-structure.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-component.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-component.js +3 -3
- package/lib/commonjs/mol-plugin-state/helpers/structure-component.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-query.js +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-query.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js +5 -5
- package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/animation.js +1 -1
- package/lib/commonjs/mol-plugin-state/manager/animation.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/interactivity.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/manager/loci-label.js +1 -1
- package/lib/commonjs/mol-plugin-state/manager/loci-label.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/snapshots.js +2 -2
- package/lib/commonjs/mol-plugin-state/manager/snapshots.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.js +2 -2
- package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/structure/measurement.d.ts +7 -2
- package/lib/commonjs/mol-plugin-state/manager/structure/measurement.js +111 -13
- package/lib/commonjs/mol-plugin-state/manager/structure/measurement.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/manager/structure/selection.d.ts +3 -3
- package/lib/commonjs/mol-plugin-state/manager/structure/selection.js +4 -10
- package/lib/commonjs/mol-plugin-state/manager/structure/selection.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/data.d.ts +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/data.js +8 -8
- package/lib/commonjs/mol-plugin-state/transforms/data.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/helpers.d.ts +3 -1
- package/lib/commonjs/mol-plugin-state/transforms/helpers.js +7 -4
- package/lib/commonjs/mol-plugin-state/transforms/helpers.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/model.d.ts +6 -6
- package/lib/commonjs/mol-plugin-state/transforms/model.js +18 -18
- package/lib/commonjs/mol-plugin-state/transforms/model.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +19 -4
- package/lib/commonjs/mol-plugin-state/transforms/representation.js +78 -26
- package/lib/commonjs/mol-plugin-state/transforms/representation.js.map +1 -1
- package/lib/commonjs/mol-plugin-state/transforms/volume.js +7 -7
- package/lib/commonjs/mol-plugin-state/transforms/volume.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/base.js +1 -1
- package/lib/commonjs/mol-plugin-ui/base.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/action-menu.js +3 -3
- package/lib/commonjs/mol-plugin-ui/controls/action-menu.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/color.js +2 -2
- package/lib/commonjs/mol-plugin-ui/controls/color.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/common.js +9 -9
- package/lib/commonjs/mol-plugin-ui/controls/common.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/icons.js +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/icons.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/legend.js +3 -3
- package/lib/commonjs/mol-plugin-ui/controls/legend.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/line-graph-component.js +6 -6
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/line-graph-component.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/point-component.js +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/line-graph/point-component.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/parameters.js +29 -29
- package/lib/commonjs/mol-plugin-ui/controls/parameters.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/screenshot.js +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/screenshot.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls/slider.js +9 -9
- package/lib/commonjs/mol-plugin-ui/controls/slider.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/controls.js +2 -2
- package/lib/commonjs/mol-plugin-ui/controls.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/plugin.js +3 -3
- package/lib/commonjs/mol-plugin-ui/plugin.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence/chain.js +3 -3
- package/lib/commonjs/mol-plugin-ui/sequence/chain.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence/sequence.js +4 -4
- package/lib/commonjs/mol-plugin-ui/sequence/sequence.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence.d.ts +1 -1
- package/lib/commonjs/mol-plugin-ui/sequence.js +24 -10
- package/lib/commonjs/mol-plugin-ui/sequence.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/actions.js +1 -1
- package/lib/commonjs/mol-plugin-ui/state/actions.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/common.js +2 -2
- package/lib/commonjs/mol-plugin-ui/state/common.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/snapshots.js +4 -4
- package/lib/commonjs/mol-plugin-ui/state/snapshots.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/state/tree.js +8 -8
- package/lib/commonjs/mol-plugin-ui/state/tree.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/components.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/components.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/focus.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/focus.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/generic.js +2 -2
- package/lib/commonjs/mol-plugin-ui/structure/generic.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/measurements.d.ts +10 -1
- package/lib/commonjs/mol-plugin-ui/structure/measurements.js +49 -6
- package/lib/commonjs/mol-plugin-ui/structure/measurements.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/selection.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/selection.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/source.js +12 -12
- package/lib/commonjs/mol-plugin-ui/structure/source.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/superposition.js +4 -4
- package/lib/commonjs/mol-plugin-ui/structure/superposition.js.map +1 -1
- package/lib/commonjs/mol-plugin-ui/structure/volume.js +2 -2
- package/lib/commonjs/mol-plugin-ui/structure/volume.js.map +1 -1
- package/lib/commonjs/mol-repr/representation.d.ts +1 -0
- package/lib/commonjs/mol-repr/representation.js +14 -8
- package/lib/commonjs/mol-repr/representation.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/angle.js +2 -2
- package/lib/commonjs/mol-repr/shape/loci/angle.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/dihedral.js +2 -2
- package/lib/commonjs/mol-repr/shape/loci/dihedral.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/distance.js +2 -2
- package/lib/commonjs/mol-repr/shape/loci/distance.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/label.js +1 -1
- package/lib/commonjs/mol-repr/shape/loci/label.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +5 -4
- package/lib/commonjs/mol-repr/shape/loci/orientation.js +38 -52
- package/lib/commonjs/mol-repr/shape/loci/orientation.js.map +1 -1
- package/lib/commonjs/mol-repr/shape/loci/plane.d.ts +27 -0
- package/lib/commonjs/mol-repr/shape/loci/plane.js +61 -0
- package/lib/commonjs/mol-repr/shape/loci/plane.js.map +1 -0
- package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/params.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/registry.d.ts +22 -11
- package/lib/commonjs/mol-repr/structure/registry.js +1 -1
- package/lib/commonjs/mol-repr/structure/registry.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +15 -6
- package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +9 -0
- package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +15 -6
- package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.d.ts +3 -3
- package/lib/commonjs/mol-repr/structure/representation/line.d.ts +9 -6
- package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +6 -6
- package/lib/commonjs/mol-repr/structure/units-representation.js +1 -1
- package/lib/commonjs/mol-repr/structure/units-representation.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/units-visual.d.ts +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +10 -4
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js +6 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.d.ts +3 -2
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.js +1 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +10 -4
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js +6 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.d.ts +3 -2
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.js +1 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +8 -8
- package/lib/commonjs/mol-repr/structure/visual/label-text.js +3 -3
- package/lib/commonjs/mol-repr/structure/visual/label-text.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +3 -0
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.js +22 -15
- package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.js +1 -1
- package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/bond.d.ts +24 -16
- package/lib/commonjs/mol-repr/structure/visual/util/bond.js +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/bond.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/color.d.ts +2 -2
- package/lib/commonjs/mol-repr/structure/visual/util/element.d.ts +4 -4
- package/lib/commonjs/mol-repr/structure/visual/util/link.d.ts +8 -0
- package/lib/commonjs/mol-repr/structure/visual/util/link.js +37 -27
- package/lib/commonjs/mol-repr/structure/visual/util/link.js.map +1 -1
- package/lib/commonjs/mol-repr/structure/visual/util/polymer.d.ts +2 -2
- package/lib/commonjs/mol-repr/volume/direct-volume.d.ts +5 -5
- package/lib/commonjs/mol-repr/volume/isosurface.d.ts +3 -3
- package/lib/commonjs/mol-repr/volume/registry.d.ts +4 -4
- package/lib/commonjs/mol-repr/volume/registry.js +1 -1
- package/lib/commonjs/mol-repr/volume/registry.js.map +1 -1
- package/lib/commonjs/mol-repr/volume/slice.d.ts +6 -6
- package/lib/commonjs/mol-script/language/builder.d.ts +0 -1
- package/lib/commonjs/mol-script/language/expression-formatter.js +6 -6
- package/lib/commonjs/mol-script/language/expression-formatter.js.map +1 -1
- package/lib/commonjs/mol-script/language/helpers.js +4 -4
- package/lib/commonjs/mol-script/language/helpers.js.map +1 -1
- package/lib/commonjs/mol-script/language/parser.js +1 -1
- package/lib/commonjs/mol-script/language/parser.js.map +1 -1
- package/lib/commonjs/mol-script/language/symbol-table/structure-query.js +3 -3
- package/lib/commonjs/mol-script/language/symbol-table/structure-query.js.map +1 -1
- package/lib/commonjs/mol-script/language/symbol.js +1 -1
- package/lib/commonjs/mol-script/language/symbol.js.map +1 -1
- package/lib/commonjs/mol-script/runtime/query/base.js +2 -2
- package/lib/commonjs/mol-script/runtime/query/base.js.map +1 -1
- package/lib/commonjs/mol-script/script/mol-script/symbols.js +3 -3
- package/lib/commonjs/mol-script/script/mol-script/symbols.js.map +1 -1
- package/lib/commonjs/mol-state/state/builder.js +1 -1
- package/lib/commonjs/mol-state/state/builder.js.map +1 -1
- package/lib/commonjs/mol-state/state.js +7 -7
- package/lib/commonjs/mol-state/state.js.map +1 -1
- package/lib/commonjs/mol-state/transformer.js +3 -3
- package/lib/commonjs/mol-state/transformer.js.map +1 -1
- package/lib/commonjs/mol-state/tree/transient.js +3 -3
- package/lib/commonjs/mol-state/tree/transient.js.map +1 -1
- package/lib/commonjs/mol-task/execution/progress.js +4 -4
- package/lib/commonjs/mol-task/execution/progress.js.map +1 -1
- package/lib/commonjs/mol-task/task.js +1 -1
- package/lib/commonjs/mol-task/task.js.map +1 -1
- package/lib/commonjs/mol-task/util/multistep.js +1 -1
- package/lib/commonjs/mol-task/util/multistep.js.map +1 -1
- package/lib/commonjs/mol-task/util/user-timing.js +3 -3
- package/lib/commonjs/mol-task/util/user-timing.js.map +1 -1
- package/lib/commonjs/mol-theme/color/atom-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/chain-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/chain-id.js +1 -1
- package/lib/commonjs/mol-theme/color/chain-id.js.map +1 -1
- package/lib/commonjs/mol-theme/color/element-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/element-symbol.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/entity-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/entity-id.js +1 -1
- package/lib/commonjs/mol-theme/color/entity-id.js.map +1 -1
- package/lib/commonjs/mol-theme/color/entity-source.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/entity-source.js +4 -4
- package/lib/commonjs/mol-theme/color/entity-source.js.map +1 -1
- package/lib/commonjs/mol-theme/color/illustrative.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/model-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/operator-hkl.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/operator-hkl.js +2 -2
- package/lib/commonjs/mol-theme/color/operator-hkl.js.map +1 -1
- package/lib/commonjs/mol-theme/color/operator-name.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/polymer-id.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/polymer-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color/unit-index.d.ts +12 -12
- package/lib/commonjs/mol-theme/color.d.ts +78 -78
- package/lib/commonjs/mol-theme/label.d.ts +1 -0
- package/lib/commonjs/mol-theme/label.js +38 -28
- package/lib/commonjs/mol-theme/label.js.map +1 -1
- package/lib/commonjs/mol-theme/theme.js +3 -3
- package/lib/commonjs/mol-theme/theme.js.map +1 -1
- package/lib/commonjs/mol-util/assets.js +3 -3
- package/lib/commonjs/mol-util/assets.js.map +1 -1
- package/lib/commonjs/mol-util/color/color.js +2 -2
- package/lib/commonjs/mol-util/color/color.js.map +1 -1
- package/lib/commonjs/mol-util/color/lists.js +1 -1
- package/lib/commonjs/mol-util/color/lists.js.map +1 -1
- package/lib/commonjs/mol-util/color/palette.d.ts +12 -12
- package/lib/commonjs/mol-util/color/palette.js +2 -2
- package/lib/commonjs/mol-util/color/palette.js.map +1 -1
- package/lib/commonjs/mol-util/console-logger.js +9 -9
- package/lib/commonjs/mol-util/console-logger.js.map +1 -1
- package/lib/commonjs/mol-util/data-source.js +5 -5
- package/lib/commonjs/mol-util/data-source.js.map +1 -1
- package/lib/commonjs/mol-util/download.js +1 -1
- package/lib/commonjs/mol-util/download.js.map +1 -1
- package/lib/commonjs/mol-util/graphql-client.js +2 -2
- package/lib/commonjs/mol-util/graphql-client.js.map +1 -1
- package/lib/commonjs/mol-util/index.js +2 -2
- package/lib/commonjs/mol-util/index.js.map +1 -1
- package/lib/commonjs/mol-util/monadic-parser.js +4 -4
- package/lib/commonjs/mol-util/monadic-parser.js.map +1 -1
- package/lib/commonjs/mol-util/now.js +4 -4
- package/lib/commonjs/mol-util/now.js.map +1 -1
- package/lib/commonjs/mol-util/object.js +1 -1
- package/lib/commonjs/mol-util/object.js.map +1 -1
- package/lib/commonjs/mol-util/performance-monitor.js +4 -4
- package/lib/commonjs/mol-util/performance-monitor.js.map +1 -1
- package/lib/commonjs/mol-util/string.js +3 -3
- package/lib/commonjs/mol-util/string.js.map +1 -1
- package/lib/commonjs/mol-util/url.js +2 -2
- package/lib/commonjs/mol-util/url.js.map +1 -1
- package/lib/commonjs/mol-util/zip/deflate.js +1 -1
- package/lib/commonjs/mol-util/zip/deflate.js.map +1 -1
- package/lib/commonjs/mol-util/zip/inflate.js +1 -1
- package/lib/commonjs/mol-util/zip/inflate.js.map +1 -1
- package/lib/commonjs/mol-util/zip/zip.js +1 -1
- package/lib/commonjs/mol-util/zip/zip.js.map +1 -1
- package/lib/commonjs/perf-tests/mol-script.js +1 -1
- package/lib/commonjs/perf-tests/mol-script.js.map +1 -1
- package/lib/commonjs/perf-tests/sets.js +1 -1
- package/lib/commonjs/perf-tests/sets.js.map +1 -1
- package/lib/commonjs/perf-tests/sort.js +1 -1
- package/lib/commonjs/perf-tests/sort.js.map +1 -1
- package/lib/commonjs/perf-tests/string-builder.js +2 -2
- package/lib/commonjs/perf-tests/string-builder.js.map +1 -1
- package/lib/commonjs/perf-tests/structure.js +7 -7
- package/lib/commonjs/perf-tests/structure.js.map +1 -1
- package/lib/commonjs/perf-tests/test-xtc.js +1 -1
- package/lib/commonjs/perf-tests/test-xtc.js.map +1 -1
- package/lib/commonjs/servers/common/file-handle.js +1 -1
- package/lib/commonjs/servers/common/file-handle.js.map +1 -1
- package/lib/commonjs/servers/common/util.js +1 -1
- package/lib/commonjs/servers/common/util.js.map +1 -1
- package/lib/commonjs/servers/model/config.js +4 -4
- package/lib/commonjs/servers/model/config.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess/master.js +1 -1
- package/lib/commonjs/servers/model/preprocess/master.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess/parallel.js +2 -2
- package/lib/commonjs/servers/model/preprocess/parallel.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess/util.js +3 -3
- package/lib/commonjs/servers/model/preprocess/util.js.map +1 -1
- package/lib/commonjs/servers/model/preprocess.js +0 -0
- package/lib/commonjs/servers/model/properties/providers/pdbe.js +5 -5
- package/lib/commonjs/servers/model/properties/providers/pdbe.js.map +1 -1
- package/lib/commonjs/servers/model/property-provider.js +2 -2
- package/lib/commonjs/servers/model/property-provider.js.map +1 -1
- package/lib/commonjs/servers/model/query.js +1 -1
- package/lib/commonjs/servers/model/query.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-local.js +2 -2
- package/lib/commonjs/servers/model/server/api-local.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-schema.js +2 -2
- package/lib/commonjs/servers/model/server/api-schema.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-web-multiple.js +1 -1
- package/lib/commonjs/servers/model/server/api-web-multiple.js.map +1 -1
- package/lib/commonjs/servers/model/server/api-web.js +4 -4
- package/lib/commonjs/servers/model/server/api-web.js.map +1 -1
- package/lib/commonjs/servers/model/server/api.js +1 -1
- package/lib/commonjs/servers/model/server/api.js.map +1 -1
- package/lib/commonjs/servers/model/server/cache.js +3 -3
- package/lib/commonjs/servers/model/server/cache.js.map +1 -1
- package/lib/commonjs/servers/model/server/jobs.js +3 -3
- package/lib/commonjs/servers/model/server/jobs.js.map +1 -1
- package/lib/commonjs/servers/model/server/query.js +10 -10
- package/lib/commonjs/servers/model/server/query.js.map +1 -1
- package/lib/commonjs/servers/model/server/structure-wrapper.js +6 -6
- package/lib/commonjs/servers/model/server/structure-wrapper.js.map +1 -1
- package/lib/commonjs/servers/model/server.js +3 -3
- package/lib/commonjs/servers/model/server.js.map +1 -1
- package/lib/commonjs/servers/model/utils/fetch-props-pdbe.js +4 -4
- package/lib/commonjs/servers/model/utils/fetch-props-pdbe.js.map +1 -1
- package/lib/commonjs/servers/model/utils/writer.js +2 -2
- package/lib/commonjs/servers/model/utils/writer.js.map +1 -1
- package/lib/commonjs/servers/plugin-state/api-schema.js +2 -2
- package/lib/commonjs/servers/plugin-state/api-schema.js.map +1 -1
- package/lib/commonjs/servers/plugin-state/index.js +1 -1
- package/lib/commonjs/servers/plugin-state/index.js.map +1 -1
- package/lib/commonjs/servers/volume/pack/format/dsn6.js +1 -1
- package/lib/commonjs/servers/volume/pack/format/dsn6.js.map +1 -1
- package/lib/commonjs/servers/volume/pack/main.js +4 -4
- package/lib/commonjs/servers/volume/pack/main.js.map +1 -1
- package/lib/commonjs/servers/volume/pack/writer.js +1 -1
- package/lib/commonjs/servers/volume/pack/writer.js.map +1 -1
- package/lib/commonjs/servers/volume/pack.js +1 -1
- package/lib/commonjs/servers/volume/pack.js.map +1 -1
- package/lib/commonjs/servers/volume/query.js +0 -0
- package/lib/commonjs/servers/volume/server/api.js +7 -7
- package/lib/commonjs/servers/volume/server/api.js.map +1 -1
- package/lib/commonjs/servers/volume/server/local-api.js +1 -1
- package/lib/commonjs/servers/volume/server/local-api.js.map +1 -1
- package/lib/commonjs/servers/volume/server/query/encode.js +3 -3
- package/lib/commonjs/servers/volume/server/query/encode.js.map +1 -1
- package/lib/commonjs/servers/volume/server/query/execute.js +5 -5
- package/lib/commonjs/servers/volume/server/query/execute.js.map +1 -1
- package/lib/commonjs/servers/volume/server/version.js +1 -1
- package/lib/commonjs/servers/volume/server/version.js.map +1 -1
- package/lib/commonjs/servers/volume/server/web-api.js +7 -7
- package/lib/commonjs/servers/volume/server/web-api.js.map +1 -1
- package/lib/commonjs/servers/volume/server/web-schema.js +6 -6
- package/lib/commonjs/servers/volume/server/web-schema.js.map +1 -1
- package/lib/commonjs/servers/volume/server.js +2 -2
- package/lib/commonjs/servers/volume/server.js.map +1 -1
- package/lib/commonjs/tests/browser/font-atlas.js +1 -1
- package/lib/commonjs/tests/browser/font-atlas.js.map +1 -1
- package/lib/commonjs/tests/browser/render-shape.js +1 -1
- package/lib/commonjs/tests/browser/render-shape.js.map +1 -1
- package/lib/commonjs/tests/browser/render-structure.js +1 -1
- package/lib/commonjs/tests/browser/render-structure.js.map +1 -1
- package/lib/examples/alpha-orbitals/index.html +60 -60
- package/lib/examples/basic-wrapper/index.html +136 -136
- package/lib/examples/basic-wrapper/superposition.js +3 -3
- package/lib/examples/basic-wrapper/superposition.js.map +1 -1
- package/lib/examples/domain-annotation-server/mapping.js +2 -2
- package/lib/examples/domain-annotation-server/mapping.js.map +1 -1
- package/lib/examples/domain-annotation-server/server.js +3 -3
- package/lib/examples/domain-annotation-server/server.js.map +1 -1
- package/lib/examples/lighting/index.html +86 -86
- package/lib/examples/proteopedia-wrapper/annotation.js +3 -3
- package/lib/examples/proteopedia-wrapper/annotation.js.map +1 -1
- package/lib/examples/proteopedia-wrapper/helpers.js +1 -1
- package/lib/examples/proteopedia-wrapper/helpers.js.map +1 -1
- package/lib/examples/proteopedia-wrapper/index.html +235 -235
- package/lib/examples/proteopedia-wrapper/index.js +2 -2
- package/lib/examples/proteopedia-wrapper/index.js.map +1 -1
- package/lib/examples/task.js +6 -6
- package/lib/examples/task.js.map +1 -1
- package/lib/extensions/alpha-orbitals/transforms.js +2 -2
- package/lib/extensions/alpha-orbitals/transforms.js.map +1 -1
- package/lib/extensions/anvil/representation.js +1 -1
- package/lib/extensions/anvil/representation.js.map +1 -1
- package/lib/extensions/cellpack/color/generate.d.ts +1 -1
- package/lib/extensions/cellpack/color/generate.js +1 -1
- package/lib/extensions/cellpack/color/provided.d.ts +1 -1
- package/lib/extensions/cellpack/color/provided.js +1 -1
- package/lib/extensions/cellpack/curve.d.ts +2 -2
- package/lib/extensions/cellpack/curve.js +2 -2
- package/lib/extensions/cellpack/data.d.ts +32 -0
- package/lib/extensions/cellpack/index.d.ts +1 -1
- package/lib/extensions/cellpack/index.js +1 -1
- package/lib/extensions/cellpack/model.d.ts +5 -3
- package/lib/extensions/cellpack/model.js +204 -66
- package/lib/extensions/cellpack/model.js.map +1 -1
- package/lib/extensions/cellpack/preset.d.ts +2 -1
- package/lib/extensions/cellpack/preset.js +12 -15
- package/lib/extensions/cellpack/preset.js.map +1 -1
- package/lib/extensions/cellpack/property.d.ts +1 -1
- package/lib/extensions/cellpack/property.js +1 -1
- package/lib/extensions/cellpack/representation.d.ts +53 -0
- package/lib/extensions/cellpack/representation.js +43 -0
- package/lib/extensions/cellpack/representation.js.map +1 -0
- package/lib/extensions/cellpack/state.d.ts +16 -5
- package/lib/extensions/cellpack/state.js +232 -25
- package/lib/extensions/cellpack/state.js.map +1 -1
- package/lib/extensions/cellpack/util.d.ts +3 -1
- package/lib/extensions/cellpack/util.js +32 -5
- package/lib/extensions/cellpack/util.js.map +1 -1
- package/lib/extensions/dnatco/confal-pyramids/representation.d.ts +3 -3
- package/lib/extensions/dnatco/confal-pyramids/util.js +7 -7
- package/lib/extensions/dnatco/confal-pyramids/util.js.map +1 -1
- package/lib/extensions/g3d/data.js +2 -2
- package/lib/extensions/g3d/data.js.map +1 -1
- package/lib/extensions/g3d/model.js +2 -2
- package/lib/extensions/g3d/model.js.map +1 -1
- package/lib/extensions/geo-export/controls.js +2 -2
- package/lib/extensions/geo-export/controls.js.map +1 -1
- package/lib/extensions/geo-export/glb-exporter.js +1 -1
- package/lib/extensions/geo-export/glb-exporter.js.map +1 -1
- package/lib/extensions/geo-export/obj-exporter.js +3 -3
- package/lib/extensions/geo-export/obj-exporter.js.map +1 -1
- package/lib/extensions/geo-export/stl-exporter.js +1 -1
- package/lib/extensions/geo-export/stl-exporter.js.map +1 -1
- package/lib/extensions/geo-export/usdz-exporter.js +5 -5
- package/lib/extensions/geo-export/usdz-exporter.js.map +1 -1
- package/lib/extensions/mp4-export/controls.js +1 -1
- package/lib/extensions/mp4-export/controls.js.map +1 -1
- package/lib/extensions/pdbe/structure-quality-report/behavior.js +1 -1
- package/lib/extensions/pdbe/structure-quality-report/behavior.js.map +1 -1
- package/lib/extensions/pdbe/structure-quality-report/prop.js +1 -1
- package/lib/extensions/pdbe/structure-quality-report/prop.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/behavior.d.ts +5 -5
- package/lib/extensions/rcsb/assembly-symmetry/behavior.js +3 -3
- package/lib/extensions/rcsb/assembly-symmetry/behavior.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/color.js +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/color.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/prop.js +2 -2
- package/lib/extensions/rcsb/assembly-symmetry/prop.js.map +1 -1
- package/lib/extensions/rcsb/assembly-symmetry/representation.d.ts +2 -2
- package/lib/extensions/rcsb/assembly-symmetry/representation.js +7 -7
- package/lib/extensions/rcsb/assembly-symmetry/representation.js.map +1 -1
- package/lib/extensions/rcsb/validation-report/behavior.js +11 -11
- package/lib/extensions/rcsb/validation-report/behavior.js.map +1 -1
- package/lib/extensions/rcsb/validation-report/prop.js +2 -2
- package/lib/extensions/rcsb/validation-report/prop.js.map +1 -1
- package/lib/extensions/rcsb/validation-report/representation.d.ts +20 -5
- package/lib/extensions/rcsb/validation-report/representation.js +2 -2
- package/lib/extensions/rcsb/validation-report/representation.js.map +1 -1
- package/lib/mol-canvas3d/canvas3d.d.ts +4 -4
- package/lib/mol-canvas3d/canvas3d.js +3 -3
- package/lib/mol-canvas3d/canvas3d.js.map +1 -1
- package/lib/mol-canvas3d/helper/camera-helper.d.ts +2 -2
- package/lib/mol-canvas3d/helper/handle-helper.js +1 -1
- package/lib/mol-canvas3d/helper/handle-helper.js.map +1 -1
- package/lib/mol-canvas3d/passes/image.d.ts +2 -2
- package/lib/mol-canvas3d/passes/wboit.js +1 -1
- package/lib/mol-canvas3d/passes/wboit.js.map +1 -1
- package/lib/mol-canvas3d/util.js +1 -1
- package/lib/mol-canvas3d/util.js.map +1 -1
- package/lib/mol-data/db/table.js +1 -1
- package/lib/mol-data/db/table.js.map +1 -1
- package/lib/mol-data/int/_spec/sorted-ranges.spec.js +1 -1
- package/lib/mol-data/int/_spec/sorted-ranges.spec.js.map +1 -1
- package/lib/mol-data/int/impl/ordered-set.d.ts +3 -3
- package/lib/mol-data/int/impl/sorted-array.js +2 -2
- package/lib/mol-data/int/impl/sorted-array.js.map +1 -1
- package/lib/mol-data/int/tuple.js +1 -1
- package/lib/mol-data/int/tuple.js.map +1 -1
- package/lib/mol-data/util/_spec/interval-iterator.spec.js +1 -1
- package/lib/mol-data/util/_spec/interval-iterator.spec.js.map +1 -1
- package/lib/mol-geo/geometry/image/image.d.ts +2 -2
- package/lib/mol-geo/geometry/mesh/builder/sheet.d.ts +1 -1
- package/lib/mol-geo/geometry/mesh/builder/sheet.js +19 -11
- package/lib/mol-geo/geometry/mesh/builder/sheet.js.map +1 -1
- package/lib/mol-geo/geometry/mesh/builder/tube.d.ts +2 -2
- package/lib/mol-geo/geometry/mesh/builder/tube.js +57 -15
- package/lib/mol-geo/geometry/mesh/builder/tube.js.map +1 -1
- package/lib/mol-geo/geometry/mesh/color-smoothing.d.ts +1 -1
- package/lib/mol-geo/geometry/mesh/mesh.js +1 -1
- package/lib/mol-geo/geometry/mesh/mesh.js.map +1 -1
- package/lib/mol-geo/geometry/points/points.d.ts +2 -2
- package/lib/mol-geo/geometry/spheres/spheres.d.ts +1 -0
- package/lib/mol-geo/geometry/text/font-atlas.js +1 -1
- package/lib/mol-geo/geometry/text/font-atlas.js.map +1 -1
- package/lib/mol-geo/geometry/text/text.js +1 -1
- package/lib/mol-geo/geometry/text/text.js.map +1 -1
- package/lib/mol-geo/primitive/polyhedron.js +1 -1
- package/lib/mol-geo/primitive/polyhedron.js.map +1 -1
- package/lib/mol-gl/_spec/cylinders.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/cylinders.spec.js +38 -0
- package/lib/mol-gl/_spec/cylinders.spec.js.map +1 -0
- package/lib/mol-gl/_spec/direct-volume.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/direct-volume.spec.js +38 -0
- package/lib/mol-gl/_spec/direct-volume.spec.js.map +1 -0
- package/lib/mol-gl/_spec/gl.d.ts +9 -0
- package/lib/mol-gl/_spec/gl.js +28 -0
- package/lib/mol-gl/_spec/gl.js.map +1 -0
- package/lib/mol-gl/_spec/gl.shim.js +5 -5
- package/lib/mol-gl/_spec/gl.shim.js.map +1 -1
- package/lib/mol-gl/_spec/image.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/image.spec.js +38 -0
- package/lib/mol-gl/_spec/image.spec.js.map +1 -0
- package/lib/mol-gl/_spec/lines.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/lines.spec.js +38 -0
- package/lib/mol-gl/_spec/lines.spec.js.map +1 -0
- package/lib/mol-gl/_spec/mesh.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/mesh.spec.js +38 -0
- package/lib/mol-gl/_spec/mesh.spec.js.map +1 -0
- package/lib/mol-gl/_spec/points.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/points.spec.js +38 -0
- package/lib/mol-gl/_spec/points.spec.js.map +1 -0
- package/lib/mol-gl/_spec/renderer.spec.d.ts +7 -1
- package/lib/mol-gl/_spec/renderer.spec.js +7 -47
- package/lib/mol-gl/_spec/renderer.spec.js.map +1 -1
- package/lib/{commonjs/mol-repr/structure/visual/aromatic-ring-mesh.d.ts → mol-gl/_spec/shader.spec.d.ts} +0 -0
- package/lib/mol-gl/_spec/shader.spec.js +2 -0
- package/lib/mol-gl/_spec/shader.spec.js.map +1 -0
- package/lib/mol-gl/_spec/spheres.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/spheres.spec.js +38 -0
- package/lib/mol-gl/_spec/spheres.spec.js.map +1 -0
- package/lib/mol-gl/_spec/text.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/text.spec.js +38 -0
- package/lib/mol-gl/_spec/text.spec.js.map +1 -0
- package/lib/mol-gl/_spec/texture-mesh.spec.d.ts +6 -0
- package/lib/mol-gl/_spec/texture-mesh.spec.js +38 -0
- package/lib/mol-gl/_spec/texture-mesh.spec.js.map +1 -0
- package/lib/mol-gl/compute/grid3d.js +3 -3
- package/lib/mol-gl/compute/grid3d.js.map +1 -1
- package/lib/mol-gl/compute/histogram-pyramid/reduction.js +4 -4
- package/lib/mol-gl/compute/histogram-pyramid/reduction.js.map +1 -1
- package/lib/mol-gl/renderable/util.js +1 -1
- package/lib/mol-gl/renderable/util.js.map +1 -1
- package/lib/mol-gl/renderer.d.ts +2 -2
- package/lib/mol-gl/scene.js +1 -1
- package/lib/mol-gl/scene.js.map +1 -1
- package/lib/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
- package/lib/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
- package/lib/mol-gl/shader/chunks/assign-material-color.glsl.js.map +1 -1
- package/lib/mol-gl/shader-code.js +8 -8
- package/lib/mol-gl/shader-code.js.map +1 -1
- package/lib/mol-gl/webgl/buffer.d.ts +3 -2
- package/lib/mol-gl/webgl/buffer.js +5 -5
- package/lib/mol-gl/webgl/buffer.js.map +1 -1
- package/lib/mol-gl/webgl/compat.js +3 -3
- package/lib/mol-gl/webgl/compat.js.map +1 -1
- package/lib/mol-gl/webgl/context.d.ts +1 -1
- package/lib/mol-gl/webgl/context.js +6 -4
- package/lib/mol-gl/webgl/context.js.map +1 -1
- package/lib/mol-gl/webgl/extensions.js +6 -2
- package/lib/mol-gl/webgl/extensions.js.map +1 -1
- package/lib/mol-gl/webgl/framebuffer.js +1 -1
- package/lib/mol-gl/webgl/framebuffer.js.map +1 -1
- package/lib/mol-gl/webgl/program.d.ts +1 -1
- package/lib/mol-gl/webgl/program.js +14 -12
- package/lib/mol-gl/webgl/program.js.map +1 -1
- package/lib/mol-gl/webgl/render-item.d.ts +4 -3
- package/lib/mol-gl/webgl/render-item.js +2 -2
- package/lib/mol-gl/webgl/render-item.js.map +1 -1
- package/lib/mol-gl/webgl/resources.js +1 -1
- package/lib/mol-gl/webgl/resources.js.map +1 -1
- package/lib/mol-gl/webgl/shader.js +3 -3
- package/lib/mol-gl/webgl/shader.js.map +1 -1
- package/lib/mol-gl/webgl/state.d.ts +4 -1
- package/lib/mol-gl/webgl/state.js +25 -1
- package/lib/mol-gl/webgl/state.js.map +1 -1
- package/lib/mol-gl/webgl/texture.js +2 -2
- package/lib/mol-gl/webgl/texture.js.map +1 -1
- package/lib/mol-gl/webgl/uniform.js +2 -2
- package/lib/mol-gl/webgl/uniform.js.map +1 -1
- package/lib/mol-io/common/file-handle.js +1 -1
- package/lib/mol-io/common/file-handle.js.map +1 -1
- package/lib/mol-io/common/typed-array.js +1 -1
- package/lib/mol-io/common/typed-array.js.map +1 -1
- package/lib/mol-io/reader/ccp4/parser.js +1 -1
- package/lib/mol-io/reader/ccp4/parser.js.map +1 -1
- package/lib/mol-io/reader/cif/binary/parser.js +1 -1
- package/lib/mol-io/reader/cif/binary/parser.js.map +1 -1
- package/lib/mol-io/reader/cif/data-model.js +7 -7
- package/lib/mol-io/reader/cif/data-model.js.map +1 -1
- package/lib/mol-io/reader/cif/schema/density-server.d.ts +4 -4
- package/lib/mol-io/reader/cif/schema/mmcif-extras.d.ts +1 -1
- package/lib/mol-io/reader/cif/schema/mmcif.d.ts +10 -10
- package/lib/mol-io/reader/cif/schema.js +7 -7
- package/lib/mol-io/reader/cif/schema.js.map +1 -1
- package/lib/mol-io/reader/cif/text/parser.js +2 -2
- package/lib/mol-io/reader/cif/text/parser.js.map +1 -1
- package/lib/mol-io/reader/dcd/parser.js +2 -2
- package/lib/mol-io/reader/dcd/parser.js.map +1 -1
- package/lib/mol-io/reader/ply/schema.d.ts +1 -1
- package/lib/mol-io/reader/ply/schema.js +1 -1
- package/lib/mol-io/reader/ply/schema.js.map +1 -1
- package/lib/mol-io/reader/result.js +1 -1
- package/lib/mol-io/reader/result.js.map +1 -1
- package/lib/mol-io/writer/cif/encoder/text.js +3 -3
- package/lib/mol-io/writer/cif/encoder/text.js.map +1 -1
- package/lib/mol-io/writer/cif/encoder.js +5 -5
- package/lib/mol-io/writer/cif/encoder.js.map +1 -1
- package/lib/mol-io/writer/mol/encoder.js +4 -4
- package/lib/mol-io/writer/mol/encoder.js.map +1 -1
- package/lib/mol-io/writer/mol2/encoder.js +6 -6
- package/lib/mol-io/writer/mol2/encoder.js.map +1 -1
- package/lib/mol-math/geometry/gaussian-density/gpu.js +1 -1
- package/lib/mol-math/geometry/gaussian-density/gpu.js.map +1 -1
- package/lib/mol-math/geometry/primitives/axes3d.d.ts +2 -1
- package/lib/mol-math/geometry/primitives/axes3d.js +9 -2
- package/lib/mol-math/geometry/primitives/axes3d.js.map +1 -1
- package/lib/mol-math/geometry/spacegroup/construction.js +8 -8
- package/lib/mol-math/geometry/spacegroup/construction.js.map +1 -1
- package/lib/mol-math/geometry/spacegroup/tables.js +1 -1
- package/lib/mol-math/geometry/spacegroup/tables.js.map +1 -1
- package/lib/mol-math/geometry/symmetry-operator.js +4 -4
- package/lib/mol-math/geometry/symmetry-operator.js.map +1 -1
- package/lib/mol-math/graph/inter-unit-graph.js +2 -2
- package/lib/mol-math/graph/inter-unit-graph.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/quat.js +1 -1
- package/lib/mol-math/linear-algebra/3d/quat.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/vec2.js +1 -1
- package/lib/mol-math/linear-algebra/3d/vec2.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/vec3.js +1 -1
- package/lib/mol-math/linear-algebra/3d/vec3.js.map +1 -1
- package/lib/mol-math/linear-algebra/3d/vec4.js +1 -1
- package/lib/mol-math/linear-algebra/3d/vec4.js.map +1 -1
- package/lib/mol-model/loci.d.ts +20 -20
- package/lib/mol-model/sequence/sequence.js +2 -2
- package/lib/mol-model/sequence/sequence.js.map +1 -1
- package/lib/mol-model/shape/shape.d.ts +1 -1
- package/lib/mol-model/structure/export/categories/atom_site.js +2 -2
- package/lib/mol-model/structure/export/categories/atom_site.js.map +1 -1
- package/lib/mol-model/structure/export/categories/atom_site_operator_mapping.js +1 -1
- package/lib/mol-model/structure/export/categories/atom_site_operator_mapping.js.map +1 -1
- package/lib/mol-model/structure/export/categories/secondary-structure.js +1 -1
- package/lib/mol-model/structure/export/categories/secondary-structure.js.map +1 -1
- package/lib/mol-model/structure/export/mmcif.js +1 -1
- package/lib/mol-model/structure/export/mmcif.js.map +1 -1
- package/lib/mol-model/structure/model/properties/atomic/bonds.js +2 -2
- package/lib/mol-model/structure/model/properties/atomic/bonds.js.map +1 -1
- package/lib/mol-model/structure/model/properties/symmetry.js +3 -3
- package/lib/mol-model/structure/model/properties/symmetry.js.map +1 -1
- package/lib/mol-model/structure/model/properties/utils/atomic-index.js +2 -2
- package/lib/mol-model/structure/model/properties/utils/atomic-index.js.map +1 -1
- package/lib/mol-model/structure/model/properties/utils/coarse-keys.js +1 -1
- package/lib/mol-model/structure/model/properties/utils/coarse-keys.js.map +1 -1
- package/lib/mol-model/structure/model/properties/utils/residue-set.js +1 -1
- package/lib/mol-model/structure/model/properties/utils/residue-set.js.map +1 -1
- package/lib/mol-model/structure/query/context.js +1 -1
- package/lib/mol-model/structure/query/context.js.map +1 -1
- package/lib/mol-model/structure/query/utils/structure-distance.d.ts +54 -5
- package/lib/mol-model/structure/structure/carbohydrates/compute.js +1 -1
- package/lib/mol-model/structure/structure/carbohydrates/compute.js.map +1 -1
- package/lib/mol-model/structure/structure/element/loci.d.ts +1 -0
- package/lib/mol-model/structure/structure/element/loci.js +16 -2
- package/lib/mol-model/structure/structure/element/loci.js.map +1 -1
- package/lib/mol-model/structure/structure/element/util.js +1 -1
- package/lib/mol-model/structure/structure/element/util.js.map +1 -1
- package/lib/mol-model/structure/structure/properties.d.ts +1 -1
- package/lib/mol-model/structure/structure/properties.js +1 -1
- package/lib/mol-model/structure/structure/properties.js.map +1 -1
- package/lib/mol-model/structure/structure/structure.js +3 -2
- package/lib/mol-model/structure/structure/structure.js.map +1 -1
- package/lib/mol-model/structure/structure/symmetry.js +3 -3
- package/lib/mol-model/structure/structure/symmetry.js.map +1 -1
- package/lib/mol-model/structure/structure/unit.d.ts +2 -2
- package/lib/mol-model/structure/structure/util/superposition-db-mapping.js +1 -1
- package/lib/mol-model/structure/structure/util/superposition-db-mapping.js.map +1 -1
- package/lib/mol-model/volume/volume.js +2 -2
- package/lib/mol-model/volume/volume.js.map +1 -1
- package/lib/mol-model-formats/shape/ply.d.ts +8 -8
- package/lib/mol-model-formats/shape/ply.js +1 -1
- package/lib/mol-model-formats/shape/ply.js.map +1 -1
- package/lib/mol-model-formats/structure/basic/atomic.js +2 -2
- package/lib/mol-model-formats/structure/basic/atomic.js.map +1 -1
- package/lib/mol-model-formats/structure/basic/properties.js +2 -2
- package/lib/mol-model-formats/structure/basic/properties.js.map +1 -1
- package/lib/mol-model-formats/structure/basic/schema.d.ts +4 -4
- package/lib/mol-model-formats/structure/common/component.d.ts +3 -3
- package/lib/mol-model-formats/structure/common/entity.js +6 -6
- package/lib/mol-model-formats/structure/common/entity.js.map +1 -1
- package/lib/mol-model-formats/structure/pdb/assembly.js +10 -10
- package/lib/mol-model-formats/structure/pdb/assembly.js.map +1 -1
- package/lib/mol-model-formats/structure/pdb/conect.js +1 -1
- package/lib/mol-model-formats/structure/pdb/conect.js.map +1 -1
- package/lib/mol-model-formats/structure/pdb/entity.js +1 -1
- package/lib/mol-model-formats/structure/pdb/entity.js.map +1 -1
- package/lib/mol-model-formats/structure/property/assembly.js +1 -1
- package/lib/mol-model-formats/structure/property/assembly.js.map +1 -1
- package/lib/mol-model-formats/structure/property/symmetry.js +1 -1
- package/lib/mol-model-formats/structure/property/symmetry.js.map +1 -1
- package/lib/mol-model-formats/volume/ccp4.js +1 -1
- package/lib/mol-model-formats/volume/ccp4.js.map +1 -1
- package/lib/mol-model-props/common/custom-element-property.js +1 -1
- package/lib/mol-model-props/common/custom-element-property.js.map +1 -1
- package/lib/mol-model-props/common/custom-property.js +1 -1
- package/lib/mol-model-props/common/custom-property.js.map +1 -1
- package/lib/mol-model-props/computed/interactions/common.js +1 -1
- package/lib/mol-model-props/computed/interactions/common.js.map +1 -1
- package/lib/mol-model-props/computed/interactions/refine.js +2 -2
- package/lib/mol-model-props/computed/interactions/refine.js.map +1 -1
- package/lib/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +4 -1
- package/lib/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +4 -1
- package/lib/mol-model-props/computed/representations/interactions.d.ts +12 -3
- package/lib/mol-model-props/integrative/cross-link-restraint/property.js +1 -1
- package/lib/mol-model-props/integrative/cross-link-restraint/property.js.map +1 -1
- package/lib/mol-model-props/integrative/cross-link-restraint/representation.d.ts +16 -4
- package/lib/mol-model-props/integrative/pair-restraints.js +1 -1
- package/lib/mol-model-props/integrative/pair-restraints.js.map +1 -1
- package/lib/mol-model-props/sequence/best-database-mapping.js +1 -1
- package/lib/mol-model-props/sequence/best-database-mapping.js.map +1 -1
- package/lib/mol-model-props/sequence/themes/best-database-mapping.js +1 -1
- package/lib/mol-model-props/sequence/themes/best-database-mapping.js.map +1 -1
- package/lib/mol-plugin/behavior/behavior.d.ts +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js +3 -3
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js +3 -3
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js +1 -1
- package/lib/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
- package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.d.ts +1 -1
- package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +2 -2
- package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +10 -10
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.js +6 -6
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +5 -5
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.js +5 -5
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.js.map +1 -1
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/util.js +6 -6
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/util.js.map +1 -1
- package/lib/mol-plugin/behavior/static/state.js +4 -4
- package/lib/mol-plugin/behavior/static/state.js.map +1 -1
- package/lib/mol-plugin/commands.d.ts +2 -2
- package/lib/mol-plugin/config.js +10 -3
- package/lib/mol-plugin/config.js.map +1 -1
- package/lib/mol-plugin/context.js +2 -3
- package/lib/mol-plugin/context.js.map +1 -1
- package/lib/mol-plugin/layout.d.ts +4 -4
- package/lib/mol-plugin/util/viewport-screenshot.d.ts +6 -6
- package/lib/mol-plugin/util/viewport-screenshot.js +1 -1
- package/lib/mol-plugin/util/viewport-screenshot.js.map +1 -1
- package/lib/mol-plugin/version.js +2 -2
- package/lib/mol-plugin-state/actions/file.js +3 -3
- package/lib/mol-plugin-state/actions/file.js.map +1 -1
- package/lib/mol-plugin-state/actions/structure.d.ts +2 -2
- package/lib/mol-plugin-state/actions/structure.js +12 -12
- package/lib/mol-plugin-state/actions/structure.js.map +1 -1
- package/lib/mol-plugin-state/actions/volume.js +16 -16
- package/lib/mol-plugin-state/actions/volume.js.map +1 -1
- package/lib/mol-plugin-state/animation/built-in/model-index.d.ts +4 -4
- package/lib/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +4 -4
- package/lib/mol-plugin-state/builder/structure/hierarchy.d.ts +4 -4
- package/lib/mol-plugin-state/builder/structure/hierarchy.js +2 -2
- package/lib/mol-plugin-state/builder/structure/hierarchy.js.map +1 -1
- package/lib/mol-plugin-state/builder/structure/representation-preset.d.ts +7 -7
- package/lib/mol-plugin-state/builder/structure/representation-preset.js +21 -17
- package/lib/mol-plugin-state/builder/structure/representation-preset.js.map +1 -1
- package/lib/mol-plugin-state/builder/structure/representation.js +2 -2
- package/lib/mol-plugin-state/builder/structure/representation.js.map +1 -1
- package/lib/mol-plugin-state/builder/structure.js +3 -3
- package/lib/mol-plugin-state/builder/structure.js.map +1 -1
- package/lib/mol-plugin-state/formats/registry.js +1 -1
- package/lib/mol-plugin-state/formats/registry.js.map +1 -1
- package/lib/mol-plugin-state/formats/volume.d.ts +8 -8
- package/lib/mol-plugin-state/helpers/root-structure.d.ts +4 -4
- package/lib/mol-plugin-state/helpers/root-structure.js +10 -10
- package/lib/mol-plugin-state/helpers/root-structure.js.map +1 -1
- package/lib/mol-plugin-state/helpers/structure-component.d.ts +2 -2
- package/lib/mol-plugin-state/helpers/structure-component.js +3 -3
- package/lib/mol-plugin-state/helpers/structure-component.js.map +1 -1
- package/lib/mol-plugin-state/helpers/structure-query.js +1 -1
- package/lib/mol-plugin-state/helpers/structure-query.js.map +1 -1
- package/lib/mol-plugin-state/helpers/structure-selection-query.js +5 -5
- package/lib/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
- package/lib/mol-plugin-state/manager/animation.js +1 -1
- package/lib/mol-plugin-state/manager/animation.js.map +1 -1
- package/lib/mol-plugin-state/manager/interactivity.d.ts +1 -1
- package/lib/mol-plugin-state/manager/loci-label.js +1 -1
- package/lib/mol-plugin-state/manager/loci-label.js.map +1 -1
- package/lib/mol-plugin-state/manager/snapshots.js +2 -2
- package/lib/mol-plugin-state/manager/snapshots.js.map +1 -1
- package/lib/mol-plugin-state/manager/structure/component.d.ts +2 -2
- package/lib/mol-plugin-state/manager/structure/hierarchy.js +2 -2
- package/lib/mol-plugin-state/manager/structure/hierarchy.js.map +1 -1
- package/lib/mol-plugin-state/manager/structure/measurement.d.ts +7 -2
- package/lib/mol-plugin-state/manager/structure/measurement.js +110 -12
- package/lib/mol-plugin-state/manager/structure/measurement.js.map +1 -1
- package/lib/mol-plugin-state/manager/structure/selection.d.ts +1 -1
- package/lib/mol-plugin-state/manager/structure/selection.js +4 -10
- package/lib/mol-plugin-state/manager/structure/selection.js.map +1 -1
- package/lib/mol-plugin-state/transforms/data.d.ts +1 -1
- package/lib/mol-plugin-state/transforms/data.js +8 -8
- package/lib/mol-plugin-state/transforms/data.js.map +1 -1
- package/lib/mol-plugin-state/transforms/helpers.d.ts +3 -1
- package/lib/mol-plugin-state/transforms/helpers.js +5 -3
- package/lib/mol-plugin-state/transforms/helpers.js.map +1 -1
- package/lib/mol-plugin-state/transforms/model.d.ts +6 -6
- package/lib/mol-plugin-state/transforms/model.js +18 -18
- package/lib/mol-plugin-state/transforms/model.js.map +1 -1
- package/lib/mol-plugin-state/transforms/representation.d.ts +20 -5
- package/lib/mol-plugin-state/transforms/representation.js +78 -26
- package/lib/mol-plugin-state/transforms/representation.js.map +1 -1
- package/lib/mol-plugin-state/transforms/volume.js +7 -7
- package/lib/mol-plugin-state/transforms/volume.js.map +1 -1
- package/lib/mol-plugin-ui/base.js +1 -1
- package/lib/mol-plugin-ui/base.js.map +1 -1
- package/lib/mol-plugin-ui/controls/action-menu.js +3 -3
- package/lib/mol-plugin-ui/controls/action-menu.js.map +1 -1
- package/lib/mol-plugin-ui/controls/color.js +2 -2
- package/lib/mol-plugin-ui/controls/color.js.map +1 -1
- package/lib/mol-plugin-ui/controls/common.js +9 -9
- package/lib/mol-plugin-ui/controls/common.js.map +1 -1
- package/lib/mol-plugin-ui/controls/icons.js +1 -1
- package/lib/mol-plugin-ui/controls/icons.js.map +1 -1
- package/lib/mol-plugin-ui/controls/legend.js +3 -3
- package/lib/mol-plugin-ui/controls/legend.js.map +1 -1
- package/lib/mol-plugin-ui/controls/line-graph/line-graph-component.js +6 -6
- package/lib/mol-plugin-ui/controls/line-graph/line-graph-component.js.map +1 -1
- package/lib/mol-plugin-ui/controls/line-graph/point-component.js +1 -1
- package/lib/mol-plugin-ui/controls/line-graph/point-component.js.map +1 -1
- package/lib/mol-plugin-ui/controls/parameters.d.ts +2 -2
- package/lib/mol-plugin-ui/controls/parameters.js +29 -29
- package/lib/mol-plugin-ui/controls/parameters.js.map +1 -1
- package/lib/mol-plugin-ui/controls/screenshot.js +1 -1
- package/lib/mol-plugin-ui/controls/screenshot.js.map +1 -1
- package/lib/mol-plugin-ui/controls/slider.js +9 -9
- package/lib/mol-plugin-ui/controls/slider.js.map +1 -1
- package/lib/mol-plugin-ui/controls.js +2 -2
- package/lib/mol-plugin-ui/controls.js.map +1 -1
- package/lib/mol-plugin-ui/plugin.js +3 -3
- package/lib/mol-plugin-ui/plugin.js.map +1 -1
- package/lib/mol-plugin-ui/sequence/chain.js +3 -3
- package/lib/mol-plugin-ui/sequence/chain.js.map +1 -1
- package/lib/mol-plugin-ui/sequence/sequence.js +4 -4
- package/lib/mol-plugin-ui/sequence/sequence.js.map +1 -1
- package/lib/mol-plugin-ui/sequence.d.ts +1 -1
- package/lib/mol-plugin-ui/sequence.js +24 -10
- package/lib/mol-plugin-ui/sequence.js.map +1 -1
- package/lib/mol-plugin-ui/skin/base/base.scss +32 -32
- package/lib/mol-plugin-ui/skin/base/components/controls-base.scss +333 -333
- package/lib/mol-plugin-ui/skin/base/components/controls.scss +418 -420
- package/lib/mol-plugin-ui/skin/base/components/help.scss +27 -27
- package/lib/mol-plugin-ui/skin/base/components/line-graph.scss +67 -67
- package/lib/mol-plugin-ui/skin/base/components/log.scss +100 -100
- package/lib/mol-plugin-ui/skin/base/components/misc.scss +616 -616
- package/lib/mol-plugin-ui/skin/base/components/sequence.scss +125 -125
- package/lib/mol-plugin-ui/skin/base/components/slider.scss +165 -165
- package/lib/mol-plugin-ui/skin/base/components/tasks.scss +99 -99
- package/lib/mol-plugin-ui/skin/base/components/toast.scss +83 -81
- package/lib/mol-plugin-ui/skin/base/components/transformer.scss +163 -163
- package/lib/mol-plugin-ui/skin/base/components/viewport.scss +127 -127
- package/lib/mol-plugin-ui/skin/base/layout/common.scss +71 -71
- package/lib/mol-plugin-ui/skin/base/layout/controls-landscape.scss +89 -89
- package/lib/mol-plugin-ui/skin/base/layout/controls-outside.scss +98 -98
- package/lib/mol-plugin-ui/skin/base/layout/controls-portrait.scss +108 -108
- package/lib/mol-plugin-ui/skin/base/layout.scss +40 -40
- package/lib/mol-plugin-ui/skin/base/logo.scss +12 -12
- package/lib/mol-plugin-ui/skin/base/normalize.scss +209 -209
- package/lib/mol-plugin-ui/skin/base/ui.scss +40 -40
- package/lib/mol-plugin-ui/skin/base/variables.scss +85 -85
- package/lib/mol-plugin-ui/skin/blue.scss +1 -1
- package/lib/mol-plugin-ui/skin/colors/blue.scss +23 -23
- package/lib/mol-plugin-ui/skin/colors/dark.scss +23 -23
- package/lib/mol-plugin-ui/skin/colors/light.scss +29 -29
- package/lib/mol-plugin-ui/skin/dark.scss +1 -1
- package/lib/mol-plugin-ui/skin/light.scss +1 -1
- package/lib/mol-plugin-ui/state/actions.js +1 -1
- package/lib/mol-plugin-ui/state/actions.js.map +1 -1
- package/lib/mol-plugin-ui/state/common.js +2 -2
- package/lib/mol-plugin-ui/state/common.js.map +1 -1
- package/lib/mol-plugin-ui/state/snapshots.js +4 -4
- package/lib/mol-plugin-ui/state/snapshots.js.map +1 -1
- package/lib/mol-plugin-ui/state/tree.js +8 -8
- package/lib/mol-plugin-ui/state/tree.js.map +1 -1
- package/lib/mol-plugin-ui/structure/components.js +4 -4
- package/lib/mol-plugin-ui/structure/components.js.map +1 -1
- package/lib/mol-plugin-ui/structure/focus.js +4 -4
- package/lib/mol-plugin-ui/structure/focus.js.map +1 -1
- package/lib/mol-plugin-ui/structure/generic.js +2 -2
- package/lib/mol-plugin-ui/structure/generic.js.map +1 -1
- package/lib/mol-plugin-ui/structure/measurements.d.ts +10 -1
- package/lib/mol-plugin-ui/structure/measurements.js +50 -7
- package/lib/mol-plugin-ui/structure/measurements.js.map +1 -1
- package/lib/mol-plugin-ui/structure/selection.js +4 -4
- package/lib/mol-plugin-ui/structure/selection.js.map +1 -1
- package/lib/mol-plugin-ui/structure/source.js +12 -12
- package/lib/mol-plugin-ui/structure/source.js.map +1 -1
- package/lib/mol-plugin-ui/structure/superposition.js +4 -4
- package/lib/mol-plugin-ui/structure/superposition.js.map +1 -1
- package/lib/mol-plugin-ui/structure/volume.js +2 -2
- package/lib/mol-plugin-ui/structure/volume.js.map +1 -1
- package/lib/mol-repr/representation.d.ts +1 -0
- package/lib/mol-repr/representation.js +12 -6
- package/lib/mol-repr/representation.js.map +1 -1
- package/lib/mol-repr/shape/loci/angle.js +2 -2
- package/lib/mol-repr/shape/loci/angle.js.map +1 -1
- package/lib/mol-repr/shape/loci/dihedral.js +2 -2
- package/lib/mol-repr/shape/loci/dihedral.js.map +1 -1
- package/lib/mol-repr/shape/loci/distance.d.ts +1 -1
- package/lib/mol-repr/shape/loci/distance.js +2 -2
- package/lib/mol-repr/shape/loci/distance.js.map +1 -1
- package/lib/mol-repr/shape/loci/label.js +1 -1
- package/lib/mol-repr/shape/loci/label.js.map +1 -1
- package/lib/mol-repr/shape/loci/orientation.d.ts +6 -5
- package/lib/mol-repr/shape/loci/orientation.js +39 -53
- package/lib/mol-repr/shape/loci/orientation.js.map +1 -1
- package/lib/mol-repr/shape/loci/plane.d.ts +27 -0
- package/lib/mol-repr/shape/loci/plane.js +57 -0
- package/lib/mol-repr/shape/loci/plane.js.map +1 -0
- package/lib/mol-repr/shape/model/unitcell.d.ts +1 -1
- package/lib/mol-repr/structure/complex-visual.d.ts +6 -6
- package/lib/mol-repr/structure/params.d.ts +3 -3
- package/lib/mol-repr/structure/registry.d.ts +41 -30
- package/lib/mol-repr/structure/registry.js +1 -1
- package/lib/mol-repr/structure/registry.js.map +1 -1
- package/lib/mol-repr/structure/representation/backbone.d.ts +3 -3
- package/lib/mol-repr/structure/representation/ball-and-stick.d.ts +21 -12
- package/lib/mol-repr/structure/representation/carbohydrate.d.ts +12 -3
- package/lib/mol-repr/structure/representation/cartoon.d.ts +6 -3
- package/lib/mol-repr/structure/representation/ellipsoid.d.ts +21 -12
- package/lib/mol-repr/structure/representation/gaussian-surface.d.ts +9 -9
- package/lib/mol-repr/structure/representation/gaussian-volume.d.ts +3 -3
- package/lib/mol-repr/structure/representation/label.d.ts +6 -6
- package/lib/mol-repr/structure/representation/line.d.ts +18 -15
- package/lib/mol-repr/structure/representation/molecular-surface.d.ts +9 -9
- package/lib/mol-repr/structure/representation/orientation.d.ts +3 -3
- package/lib/mol-repr/structure/representation/point.d.ts +6 -6
- package/lib/mol-repr/structure/representation/putty.d.ts +3 -3
- package/lib/mol-repr/structure/representation/spacefill.d.ts +3 -3
- package/lib/mol-repr/structure/units-representation.js +1 -1
- package/lib/mol-repr/structure/units-representation.js.map +1 -1
- package/lib/mol-repr/structure/units-visual.d.ts +9 -9
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +14 -8
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.js +6 -0
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.js.map +1 -1
- package/lib/mol-repr/structure/visual/bond-inter-unit-line.d.ts +5 -4
- package/lib/mol-repr/structure/visual/bond-inter-unit-line.js +1 -0
- package/lib/mol-repr/structure/visual/bond-inter-unit-line.js.map +1 -1
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +14 -8
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.js +6 -0
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.js.map +1 -1
- package/lib/mol-repr/structure/visual/bond-intra-unit-line.d.ts +5 -4
- package/lib/mol-repr/structure/visual/bond-intra-unit-line.js +1 -0
- package/lib/mol-repr/structure/visual/bond-intra-unit-line.js.map +1 -1
- package/lib/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +4 -1
- package/lib/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +4 -1
- package/lib/mol-repr/structure/visual/element-cross.d.ts +1 -1
- package/lib/mol-repr/structure/visual/element-point.d.ts +2 -2
- package/lib/mol-repr/structure/visual/element-sphere.d.ts +2 -2
- package/lib/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -2
- package/lib/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +12 -12
- package/lib/mol-repr/structure/visual/gaussian-surface-wireframe.d.ts +1 -1
- package/lib/mol-repr/structure/visual/label-text.d.ts +2 -2
- package/lib/mol-repr/structure/visual/label-text.js +3 -3
- package/lib/mol-repr/structure/visual/label-text.js.map +1 -1
- package/lib/mol-repr/structure/visual/molecular-surface-mesh.d.ts +3 -3
- package/lib/mol-repr/structure/visual/molecular-surface-wireframe.d.ts +1 -1
- package/lib/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/orientation-axes-mesh.d.ts +35 -0
- package/lib/mol-repr/structure/visual/orientation-axes-mesh.js +43 -0
- package/lib/mol-repr/structure/visual/orientation-axes-mesh.js.map +1 -0
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.d.ts +31 -0
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.js +48 -0
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.js.map +1 -0
- package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -2
- package/lib/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -2
- package/lib/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-trace-mesh.d.ts +4 -1
- package/lib/mol-repr/structure/visual/polymer-trace-mesh.js +22 -15
- package/lib/mol-repr/structure/visual/polymer-trace-mesh.js.map +1 -1
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -1
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.js +1 -1
- package/lib/mol-repr/structure/visual/polymer-tube-mesh.js.map +1 -1
- package/lib/mol-repr/structure/visual/util/bond.d.ts +26 -18
- package/lib/mol-repr/structure/visual/util/bond.js +1 -1
- package/lib/mol-repr/structure/visual/util/bond.js.map +1 -1
- package/lib/mol-repr/structure/visual/util/color.d.ts +2 -2
- package/lib/mol-repr/structure/visual/util/common.d.ts +2 -2
- package/lib/mol-repr/structure/visual/util/link.d.ts +8 -0
- package/lib/mol-repr/structure/visual/util/link.js +37 -27
- package/lib/mol-repr/structure/visual/util/link.js.map +1 -1
- package/lib/mol-repr/structure/visual/util/orientation.d.ts +17 -0
- package/lib/mol-repr/structure/visual/util/orientation.js +71 -0
- package/lib/mol-repr/structure/visual/util/orientation.js.map +1 -0
- package/lib/mol-repr/volume/direct-volume.d.ts +2 -2
- package/lib/mol-repr/volume/isosurface.d.ts +3 -3
- package/lib/mol-repr/volume/registry.d.ts +3 -3
- package/lib/mol-repr/volume/registry.js +1 -1
- package/lib/mol-repr/volume/registry.js.map +1 -1
- package/lib/mol-repr/volume/slice.d.ts +6 -6
- package/lib/mol-script/language/builder.d.ts +0 -1
- package/lib/mol-script/language/expression-formatter.js +6 -6
- package/lib/mol-script/language/expression-formatter.js.map +1 -1
- package/lib/mol-script/language/helpers.js +4 -4
- package/lib/mol-script/language/helpers.js.map +1 -1
- package/lib/mol-script/language/parser.js +1 -1
- package/lib/mol-script/language/parser.js.map +1 -1
- package/lib/mol-script/language/symbol-table/structure-query.js +3 -3
- package/lib/mol-script/language/symbol-table/structure-query.js.map +1 -1
- package/lib/mol-script/language/symbol.js +1 -1
- package/lib/mol-script/language/symbol.js.map +1 -1
- package/lib/mol-script/runtime/query/base.js +2 -2
- package/lib/mol-script/runtime/query/base.js.map +1 -1
- package/lib/mol-script/script/mol-script/symbols.js +3 -3
- package/lib/mol-script/script/mol-script/symbols.js.map +1 -1
- package/lib/mol-state/state/builder.js +1 -1
- package/lib/mol-state/state/builder.js.map +1 -1
- package/lib/mol-state/state.js +7 -7
- package/lib/mol-state/state.js.map +1 -1
- package/lib/mol-state/transformer.js +3 -3
- package/lib/mol-state/transformer.js.map +1 -1
- package/lib/mol-state/tree/transient.js +3 -3
- package/lib/mol-state/tree/transient.js.map +1 -1
- package/lib/mol-task/execution/progress.js +4 -4
- package/lib/mol-task/execution/progress.js.map +1 -1
- package/lib/mol-task/task.js +1 -1
- package/lib/mol-task/task.js.map +1 -1
- package/lib/mol-task/util/multistep.js +1 -1
- package/lib/mol-task/util/multistep.js.map +1 -1
- package/lib/mol-task/util/user-timing.js +3 -3
- package/lib/mol-task/util/user-timing.js.map +1 -1
- package/lib/mol-theme/color/chain-id.js +1 -1
- package/lib/mol-theme/color/chain-id.js.map +1 -1
- package/lib/mol-theme/color/element-symbol.d.ts +4 -4
- package/lib/mol-theme/color/entity-id.js +1 -1
- package/lib/mol-theme/color/entity-id.js.map +1 -1
- package/lib/mol-theme/color/entity-source.js +4 -4
- package/lib/mol-theme/color/entity-source.js.map +1 -1
- package/lib/mol-theme/color/operator-hkl.js +2 -2
- package/lib/mol-theme/color/operator-hkl.js.map +1 -1
- package/lib/mol-theme/color.d.ts +2 -2
- package/lib/mol-theme/label.d.ts +1 -0
- package/lib/mol-theme/label.js +36 -27
- package/lib/mol-theme/label.js.map +1 -1
- package/lib/mol-theme/theme.js +3 -3
- package/lib/mol-theme/theme.js.map +1 -1
- package/lib/mol-util/assets.js +3 -3
- package/lib/mol-util/assets.js.map +1 -1
- package/lib/mol-util/color/color.js +2 -2
- package/lib/mol-util/color/color.js.map +1 -1
- package/lib/mol-util/color/lists.js +1 -1
- package/lib/mol-util/color/lists.js.map +1 -1
- package/lib/mol-util/color/palette.js +2 -2
- package/lib/mol-util/color/palette.js.map +1 -1
- package/lib/mol-util/color/scale.d.ts +1 -1
- package/lib/mol-util/console-logger.js +9 -9
- package/lib/mol-util/console-logger.js.map +1 -1
- package/lib/mol-util/data-source.js +5 -5
- package/lib/mol-util/data-source.js.map +1 -1
- package/lib/mol-util/download.js +1 -1
- package/lib/mol-util/download.js.map +1 -1
- package/lib/mol-util/graphql-client.js +2 -2
- package/lib/mol-util/graphql-client.js.map +1 -1
- package/lib/mol-util/index.js +2 -2
- package/lib/mol-util/index.js.map +1 -1
- package/lib/mol-util/monadic-parser.js +4 -4
- package/lib/mol-util/monadic-parser.js.map +1 -1
- package/lib/mol-util/now.js +4 -4
- package/lib/mol-util/now.js.map +1 -1
- package/lib/mol-util/object.js +1 -1
- package/lib/mol-util/object.js.map +1 -1
- package/lib/mol-util/performance-monitor.js +4 -4
- package/lib/mol-util/performance-monitor.js.map +1 -1
- package/lib/mol-util/string.js +3 -3
- package/lib/mol-util/string.js.map +1 -1
- package/lib/mol-util/url.js +2 -2
- package/lib/mol-util/url.js.map +1 -1
- package/lib/mol-util/zip/deflate.js +1 -1
- package/lib/mol-util/zip/deflate.js.map +1 -1
- package/lib/mol-util/zip/inflate.js +1 -1
- package/lib/mol-util/zip/inflate.js.map +1 -1
- package/lib/mol-util/zip/zip.js +1 -1
- package/lib/mol-util/zip/zip.js.map +1 -1
- package/lib/perf-tests/mol-script.js +1 -1
- package/lib/perf-tests/mol-script.js.map +1 -1
- package/lib/perf-tests/sets.js +1 -1
- package/lib/perf-tests/sets.js.map +1 -1
- package/lib/perf-tests/sort.js +1 -1
- package/lib/perf-tests/sort.js.map +1 -1
- package/lib/perf-tests/string-builder.js +2 -2
- package/lib/perf-tests/string-builder.js.map +1 -1
- package/lib/perf-tests/structure.js +7 -7
- package/lib/perf-tests/structure.js.map +1 -1
- package/lib/perf-tests/test-xtc.js +1 -1
- package/lib/perf-tests/test-xtc.js.map +1 -1
- package/lib/servers/common/file-handle.js +1 -1
- package/lib/servers/common/file-handle.js.map +1 -1
- package/lib/servers/common/util.js +1 -1
- package/lib/servers/common/util.js.map +1 -1
- package/lib/servers/model/config.d.ts +2 -2
- package/lib/servers/model/config.js +4 -4
- package/lib/servers/model/config.js.map +1 -1
- package/lib/servers/model/preprocess/master.js +1 -1
- package/lib/servers/model/preprocess/master.js.map +1 -1
- package/lib/servers/model/preprocess/parallel.js +2 -2
- package/lib/servers/model/preprocess/parallel.js.map +1 -1
- package/lib/servers/model/preprocess/util.js +3 -3
- package/lib/servers/model/preprocess/util.js.map +1 -1
- package/lib/servers/model/properties/providers/pdbe.js +5 -5
- package/lib/servers/model/properties/providers/pdbe.js.map +1 -1
- package/lib/servers/model/property-provider.js +2 -2
- package/lib/servers/model/property-provider.js.map +1 -1
- package/lib/servers/model/query.js +1 -1
- package/lib/servers/model/query.js.map +1 -1
- package/lib/servers/model/server/api-local.js +2 -2
- package/lib/servers/model/server/api-local.js.map +1 -1
- package/lib/servers/model/server/api-schema.js +2 -2
- package/lib/servers/model/server/api-schema.js.map +1 -1
- package/lib/servers/model/server/api-web-multiple.js +1 -1
- package/lib/servers/model/server/api-web-multiple.js.map +1 -1
- package/lib/servers/model/server/api-web.js +4 -4
- package/lib/servers/model/server/api-web.js.map +1 -1
- package/lib/servers/model/server/api.js +1 -1
- package/lib/servers/model/server/api.js.map +1 -1
- package/lib/servers/model/server/cache.js +3 -3
- package/lib/servers/model/server/cache.js.map +1 -1
- package/lib/servers/model/server/jobs.js +3 -3
- package/lib/servers/model/server/jobs.js.map +1 -1
- package/lib/servers/model/server/query.js +10 -10
- package/lib/servers/model/server/query.js.map +1 -1
- package/lib/servers/model/server/structure-wrapper.js +6 -6
- package/lib/servers/model/server/structure-wrapper.js.map +1 -1
- package/lib/servers/model/server.js +3 -3
- package/lib/servers/model/server.js.map +1 -1
- package/lib/servers/model/utils/fetch-props-pdbe.js +4 -4
- package/lib/servers/model/utils/fetch-props-pdbe.js.map +1 -1
- package/lib/servers/model/utils/writer.js +2 -2
- package/lib/servers/model/utils/writer.js.map +1 -1
- package/lib/servers/plugin-state/api-schema.js +2 -2
- package/lib/servers/plugin-state/api-schema.js.map +1 -1
- package/lib/servers/plugin-state/index.js +1 -1
- package/lib/servers/plugin-state/index.js.map +1 -1
- package/lib/servers/volume/pack/format/dsn6.js +1 -1
- package/lib/servers/volume/pack/format/dsn6.js.map +1 -1
- package/lib/servers/volume/pack/main.js +4 -4
- package/lib/servers/volume/pack/main.js.map +1 -1
- package/lib/servers/volume/pack/writer.js +1 -1
- package/lib/servers/volume/pack/writer.js.map +1 -1
- package/lib/servers/volume/pack.js +1 -1
- package/lib/servers/volume/pack.js.map +1 -1
- package/lib/servers/volume/server/api.js +7 -7
- package/lib/servers/volume/server/api.js.map +1 -1
- package/lib/servers/volume/server/local-api.js +1 -1
- package/lib/servers/volume/server/local-api.js.map +1 -1
- package/lib/servers/volume/server/query/encode.js +3 -3
- package/lib/servers/volume/server/query/encode.js.map +1 -1
- package/lib/servers/volume/server/query/execute.js +5 -5
- package/lib/servers/volume/server/query/execute.js.map +1 -1
- package/lib/servers/volume/server/version.js +1 -1
- package/lib/servers/volume/server/version.js.map +1 -1
- package/lib/servers/volume/server/web-api.js +7 -7
- package/lib/servers/volume/server/web-api.js.map +1 -1
- package/lib/servers/volume/server/web-schema.js +6 -6
- package/lib/servers/volume/server/web-schema.js.map +1 -1
- package/lib/servers/volume/server.js +2 -2
- package/lib/servers/volume/server.js.map +1 -1
- package/lib/tests/browser/font-atlas.js +1 -1
- package/lib/tests/browser/font-atlas.js.map +1 -1
- package/lib/tests/browser/index.html +36 -36
- package/lib/tests/browser/render-shape.js +1 -1
- package/lib/tests/browser/render-shape.js.map +1 -1
- package/lib/tests/browser/render-structure.js +1 -1
- package/lib/tests/browser/render-structure.js.map +1 -1
- package/lib/tsconfig.commonjs.tsbuildinfo +1 -1
- package/package.json +158 -155
- package/CHANGELOG.md +0 -181
- package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.d.ts +0 -1
- package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.js +0 -5
- package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.js.map +0 -1
- package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.d.ts +0 -6
- package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.js +0 -40
- package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.js.map +0 -1
- package/lib/commonjs/mol-repr/structure/visual/aromatic-ring-mesh.js +0 -3
- package/lib/commonjs/mol-repr/structure/visual/aromatic-ring-mesh.js.map +0 -1
- package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.d.ts +0 -37
- package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.js +0 -116
- package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.js.map +0 -1
- package/lib/commonjs/mol-script/util/residue-list.d.ts +0 -7
- package/lib/commonjs/mol-script/util/residue-list.js +0 -63
- package/lib/commonjs/mol-script/util/residue-list.js.map +0 -1
- package/lib/mol-gl/shader/chunks/wboit-params.glsl.d.ts +0 -1
- package/lib/mol-gl/shader/chunks/wboit-params.glsl.js +0 -2
- package/lib/mol-gl/shader/chunks/wboit-params.glsl.js.map +0 -1
- package/lib/mol-model/structure/model/properties/utils/guess-element.d.ts +0 -6
- package/lib/mol-model/structure/model/properties/utils/guess-element.js +0 -36
- package/lib/mol-model/structure/model/properties/utils/guess-element.js.map +0 -1
- package/lib/mol-model-formats/structure/mol copy.d.ts +0 -17
- package/lib/mol-model-formats/structure/mol copy.js +0 -86
- package/lib/mol-model-formats/structure/mol copy.js.map +0 -1
- package/lib/mol-repr/structure/visual/aromatic-ring-mesh.d.ts +0 -0
- package/lib/mol-repr/structure/visual/aromatic-ring-mesh.js +0 -3
- package/lib/mol-repr/structure/visual/aromatic-ring-mesh.js.map +0 -1
- package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.d.ts +0 -37
- package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.js +0 -112
- package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.js.map +0 -1
- package/lib/mol-script/util/residue-list.d.ts +0 -7
- package/lib/mol-script/util/residue-list.js +0 -59
- package/lib/mol-script/util/residue-list.js.map +0 -1
|
@@ -1,334 +1,334 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
.msp-form-control {
|
|
4
|
-
display: block;
|
|
5
|
-
width: 100%;
|
|
6
|
-
background: $msp-form-control-background;
|
|
7
|
-
// color: $font-color;
|
|
8
|
-
border: none; // !important;
|
|
9
|
-
padding: 0 $control-spacing;
|
|
10
|
-
line-height: $row-height - 2px;
|
|
11
|
-
height: $row-height;
|
|
12
|
-
-webkit-appearance: none;
|
|
13
|
-
-moz-appearance: none;
|
|
14
|
-
appearance: none;
|
|
15
|
-
-webkit-box-shadow: none; // iOS <4.3 & Android <4.1
|
|
16
|
-
box-shadow: none;
|
|
17
|
-
// box-shadow: none !important;
|
|
18
|
-
background-image: none;
|
|
19
|
-
|
|
20
|
-
// Firefox
|
|
21
|
-
&::-moz-placeholder {
|
|
22
|
-
color: color-lower-contrast($font-color, 33%);
|
|
23
|
-
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
|
|
24
|
-
}
|
|
25
|
-
&:-ms-input-placeholder { color: color-lower-contrast($font-color, 33%); } // Internet Explorer 10+
|
|
26
|
-
&::-webkit-input-placeholder { color: color-lower-contrast($font-color, 33%); } // Safari and Chrome
|
|
27
|
-
|
|
28
|
-
&:hover {
|
|
29
|
-
color: $hover-font-color;
|
|
30
|
-
background-color: color-increase-contrast($msp-form-control-background, 5%);
|
|
31
|
-
border: none;
|
|
32
|
-
outline-offset: -1px !important;
|
|
33
|
-
outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&:active, &:focus {
|
|
37
|
-
color: $font-color;
|
|
38
|
-
background-color: $msp-form-control-background;
|
|
39
|
-
border: none;
|
|
40
|
-
outline-offset: 0;
|
|
41
|
-
outline: none;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
// Disabled and read-only inputs
|
|
45
|
-
//
|
|
46
|
-
// HTML5 says that controls under a fieldset > legend:first-child won't be
|
|
47
|
-
// disabled if the fieldset is disabled. Due to implementation difficulty, we
|
|
48
|
-
// don't honor that edge case; we style them as disabled anyway.
|
|
49
|
-
&[disabled],
|
|
50
|
-
&[readonly],
|
|
51
|
-
fieldset[disabled] & {
|
|
52
|
-
background: $default-background;
|
|
53
|
-
opacity: 0.35;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.msp-btn {
|
|
58
|
-
@extend .msp-form-control;
|
|
59
|
-
|
|
60
|
-
display: inline-block;
|
|
61
|
-
margin-bottom: 0; // For input.msp-btn
|
|
62
|
-
text-align: center;
|
|
63
|
-
touch-action: manipulation;
|
|
64
|
-
cursor: pointer;
|
|
65
|
-
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
|
|
66
|
-
white-space: nowrap;
|
|
67
|
-
@include user-select(none);
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
padding: 0 $control-spacing;
|
|
71
|
-
line-height: $row-height;
|
|
72
|
-
border: none;
|
|
73
|
-
-moz-box-sizing: border-box;
|
|
74
|
-
box-sizing: border-box;
|
|
75
|
-
|
|
76
|
-
&[disabled] {
|
|
77
|
-
background: $default-background;
|
|
78
|
-
opacity: 0.35;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.msp-btn-block {
|
|
83
|
-
display: block;
|
|
84
|
-
width: 100%;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.msp-btn, .msp-btn:active, .msp-btn-link:focus, .msp-btn:hover {
|
|
88
|
-
outline: none;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.msp-material-icon {
|
|
92
|
-
svg {
|
|
93
|
-
display: inline-flex;
|
|
94
|
-
vertical-align: middle;
|
|
95
|
-
font-size: 1.2em;
|
|
96
|
-
margin-bottom: 3px;
|
|
97
|
-
|
|
98
|
-
fill: currentColor;
|
|
99
|
-
width: 1em;
|
|
100
|
-
height: 1em;
|
|
101
|
-
flex-shrink: 0;
|
|
102
|
-
user-select: none;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.msp-btn-block {
|
|
107
|
-
> .msp-material-icon {
|
|
108
|
-
margin-left: 0;
|
|
109
|
-
margin-right: .4em;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.msp-btn-childless {
|
|
114
|
-
> .msp-material-icon {
|
|
115
|
-
margin-left: 0;
|
|
116
|
-
margin-right: 0;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.msp-btn-icon {
|
|
121
|
-
border: none;
|
|
122
|
-
height: $row-height;
|
|
123
|
-
width: $row-height;
|
|
124
|
-
line-height: $row-height;
|
|
125
|
-
padding: 0;
|
|
126
|
-
text-align: center;
|
|
127
|
-
|
|
128
|
-
&:hover {
|
|
129
|
-
color: $hover-font-color;
|
|
130
|
-
background-color: color-increase-contrast($msp-form-control-background, 5%);
|
|
131
|
-
border: none;
|
|
132
|
-
outline-offset: -1px !important;
|
|
133
|
-
outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
&[disabled], &[disabled]:hover, &[disabled]:active {
|
|
137
|
-
color: $msp-btn-link-toggle-off-font-color;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.msp-btn-icon-small {
|
|
142
|
-
border: none;
|
|
143
|
-
height: $row-height;
|
|
144
|
-
width: 20px;
|
|
145
|
-
// font-size: 85%;
|
|
146
|
-
line-height: $row-height;
|
|
147
|
-
padding: 0;
|
|
148
|
-
text-align: center;
|
|
149
|
-
|
|
150
|
-
&:hover {
|
|
151
|
-
color: $hover-font-color;
|
|
152
|
-
background-color: color-increase-contrast($msp-form-control-background, 5%);
|
|
153
|
-
border: none;
|
|
154
|
-
outline-offset: -1px !important;
|
|
155
|
-
outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
&[disabled], &[disabled]:hover, &[disabled]:active {
|
|
159
|
-
color: $msp-btn-link-toggle-off-font-color;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.msp-btn-link {
|
|
164
|
-
font-weight: normal;
|
|
165
|
-
border-radius: 0;
|
|
166
|
-
|
|
167
|
-
&,
|
|
168
|
-
&:active,
|
|
169
|
-
&.active,
|
|
170
|
-
&[disabled],
|
|
171
|
-
fieldset[disabled] & {
|
|
172
|
-
background-color: transparent;
|
|
173
|
-
-webkit-box-shadow: none; // iOS <4.3 & Android <4.1
|
|
174
|
-
box-shadow: none;
|
|
175
|
-
}
|
|
176
|
-
&,
|
|
177
|
-
&:hover,
|
|
178
|
-
&:focus,
|
|
179
|
-
&:active {
|
|
180
|
-
border-color: transparent;
|
|
181
|
-
}
|
|
182
|
-
&:hover,
|
|
183
|
-
&:focus {
|
|
184
|
-
text-decoration: none;
|
|
185
|
-
background-color: transparent;
|
|
186
|
-
}
|
|
187
|
-
&[disabled],
|
|
188
|
-
fieldset[disabled] & {
|
|
189
|
-
&:hover,
|
|
190
|
-
&:focus {
|
|
191
|
-
text-decoration: none;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.msp-icon {
|
|
196
|
-
font-size: 100%;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.msp-btn-link, .msp-btn-link:active, .msp-btn-link:focus {
|
|
201
|
-
color: $msp-btn-link-font-color;
|
|
202
|
-
text-decoration: none;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.msp-btn-link:hover {
|
|
206
|
-
color: $hover-font-color;
|
|
207
|
-
text-decoration: none;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.msp-btn-link-toggle-on {
|
|
211
|
-
color: $msp-btn-link-toggle-on-font-color;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.msp-btn-link-toggle-off, .msp-btn-link-toggle-off:active, .msp-btn-link-toggle-off:focus {
|
|
215
|
-
color: $msp-btn-link-toggle-off-font-color !important;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.msp-btn-link-toggle-off:hover, .msp-btn-link-toggle-on:hover {
|
|
219
|
-
color: $hover-font-color !important;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
@mixin msp-btn($name, $font, $bg) {
|
|
223
|
-
.msp-btn-#{$name}, .msp-btn-#{$name}:active, .msp-btn-#{$name}:focus {
|
|
224
|
-
color: $font;
|
|
225
|
-
background: $bg;
|
|
226
|
-
}
|
|
227
|
-
.msp-btn-#{$name}:hover {
|
|
228
|
-
color: $hover-font-color;
|
|
229
|
-
background: color-lower-contrast($bg, 2.5%);
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.msp-btn-#{$name}[disabled], .msp-btn-#{$name}[disabled]:hover,
|
|
233
|
-
.msp-btn-#{$name}[disabled]:active, .msp-btn-#{$name}[disabled]:focus {
|
|
234
|
-
color: color-lower-contrast($font, 1%);
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
// @include msp-btn('remove', $msp-btn-remove-font-color, $msp-btn-remove-background);
|
|
239
|
-
@include msp-btn('action', $font-color, $msp-btn-action-background);
|
|
240
|
-
@include msp-btn('commit-on', $msp-btn-commit-on-font-color, $msp-btn-commit-on-background);
|
|
241
|
-
@include msp-btn('commit-off', $msp-btn-commit-off-font-color, $msp-btn-commit-off-background);
|
|
242
|
-
|
|
243
|
-
.msp-btn-remove:hover {
|
|
244
|
-
color: $msp-btn-remove-hover-font-color;
|
|
245
|
-
}
|
|
246
|
-
.msp-btn-commit-on:hover {
|
|
247
|
-
color: $msp-btn-commit-on-hover-font-color;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.msp-btn-action {
|
|
251
|
-
height: $row-height;
|
|
252
|
-
line-height: $row-height;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
input[type="file"] {
|
|
256
|
-
display: block;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
// Make range inputs behave like textual form controls
|
|
260
|
-
input[type="range"] {
|
|
261
|
-
display: block;
|
|
262
|
-
width: 100%;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
// Make multiple select elements height not fixed
|
|
266
|
-
select[multiple],
|
|
267
|
-
select[size] {
|
|
268
|
-
height: auto;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
// Reset height for `textarea`s
|
|
272
|
-
textarea.msp-form-control {
|
|
273
|
-
height: auto;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.msp-control-top-offset {
|
|
277
|
-
margin-top: 1px;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.msp-btn-commit {
|
|
281
|
-
text-align: right;
|
|
282
|
-
padding-top: 0;
|
|
283
|
-
padding-bottom: 0;
|
|
284
|
-
padding-right: $control-spacing;
|
|
285
|
-
padding-left: 0;
|
|
286
|
-
line-height: $row-height;
|
|
287
|
-
border: none;
|
|
288
|
-
overflow: hidden;
|
|
289
|
-
font-weight: bold;
|
|
290
|
-
|
|
291
|
-
.msp-icon {
|
|
292
|
-
display: block-inline;
|
|
293
|
-
line-height: $row-height;
|
|
294
|
-
width: $row-height;
|
|
295
|
-
text-align: center;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
select.msp-form-control {
|
|
300
|
-
background: none;
|
|
301
|
-
background-color: $msp-form-control-background;
|
|
302
|
-
background-size: 8px 12px;
|
|
303
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC);
|
|
304
|
-
background-repeat: no-repeat;
|
|
305
|
-
background-position: right $control-spacing center;
|
|
306
|
-
padding-right: ($row-height - 8px);
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
select.msp-form-control:-moz-focusring {
|
|
310
|
-
color: transparent;
|
|
311
|
-
text-shadow: 0 0 0 $font-color;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.msp-default-bg {
|
|
315
|
-
background: $default-background;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.msp-transparent-bg {
|
|
319
|
-
background: transparent;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.msp-no-hover-outline {
|
|
323
|
-
&:hover {
|
|
324
|
-
color: $hover-font-color;
|
|
325
|
-
background-color: inherit;
|
|
326
|
-
border: none;
|
|
327
|
-
outline-offset: 0 !important;
|
|
328
|
-
outline: none !important;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.msp-icon-inline {
|
|
333
|
-
margin-right: 8px;
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
.msp-form-control {
|
|
4
|
+
display: block;
|
|
5
|
+
width: 100%;
|
|
6
|
+
background: $msp-form-control-background;
|
|
7
|
+
// color: $font-color;
|
|
8
|
+
border: none; // !important;
|
|
9
|
+
padding: 0 $control-spacing;
|
|
10
|
+
line-height: $row-height - 2px;
|
|
11
|
+
height: $row-height;
|
|
12
|
+
-webkit-appearance: none;
|
|
13
|
+
-moz-appearance: none;
|
|
14
|
+
appearance: none;
|
|
15
|
+
-webkit-box-shadow: none; // iOS <4.3 & Android <4.1
|
|
16
|
+
box-shadow: none;
|
|
17
|
+
// box-shadow: none !important;
|
|
18
|
+
background-image: none;
|
|
19
|
+
|
|
20
|
+
// Firefox
|
|
21
|
+
&::-moz-placeholder {
|
|
22
|
+
color: color-lower-contrast($font-color, 33%);
|
|
23
|
+
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
|
|
24
|
+
}
|
|
25
|
+
&:-ms-input-placeholder { color: color-lower-contrast($font-color, 33%); } // Internet Explorer 10+
|
|
26
|
+
&::-webkit-input-placeholder { color: color-lower-contrast($font-color, 33%); } // Safari and Chrome
|
|
27
|
+
|
|
28
|
+
&:hover {
|
|
29
|
+
color: $hover-font-color;
|
|
30
|
+
background-color: color-increase-contrast($msp-form-control-background, 5%);
|
|
31
|
+
border: none;
|
|
32
|
+
outline-offset: -1px !important;
|
|
33
|
+
outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:active, &:focus {
|
|
37
|
+
color: $font-color;
|
|
38
|
+
background-color: $msp-form-control-background;
|
|
39
|
+
border: none;
|
|
40
|
+
outline-offset: 0;
|
|
41
|
+
outline: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// Disabled and read-only inputs
|
|
45
|
+
//
|
|
46
|
+
// HTML5 says that controls under a fieldset > legend:first-child won't be
|
|
47
|
+
// disabled if the fieldset is disabled. Due to implementation difficulty, we
|
|
48
|
+
// don't honor that edge case; we style them as disabled anyway.
|
|
49
|
+
&[disabled],
|
|
50
|
+
&[readonly],
|
|
51
|
+
fieldset[disabled] & {
|
|
52
|
+
background: $default-background;
|
|
53
|
+
opacity: 0.35;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.msp-btn {
|
|
58
|
+
@extend .msp-form-control;
|
|
59
|
+
|
|
60
|
+
display: inline-block;
|
|
61
|
+
margin-bottom: 0; // For input.msp-btn
|
|
62
|
+
text-align: center;
|
|
63
|
+
touch-action: manipulation;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
|
|
66
|
+
white-space: nowrap;
|
|
67
|
+
@include user-select(none);
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
padding: 0 $control-spacing;
|
|
71
|
+
line-height: $row-height;
|
|
72
|
+
border: none;
|
|
73
|
+
-moz-box-sizing: border-box;
|
|
74
|
+
box-sizing: border-box;
|
|
75
|
+
|
|
76
|
+
&[disabled] {
|
|
77
|
+
background: $default-background;
|
|
78
|
+
opacity: 0.35;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.msp-btn-block {
|
|
83
|
+
display: block;
|
|
84
|
+
width: 100%;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.msp-btn, .msp-btn:active, .msp-btn-link:focus, .msp-btn:hover {
|
|
88
|
+
outline: none;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.msp-material-icon {
|
|
92
|
+
svg {
|
|
93
|
+
display: inline-flex;
|
|
94
|
+
vertical-align: middle;
|
|
95
|
+
font-size: 1.2em;
|
|
96
|
+
margin-bottom: 3px;
|
|
97
|
+
|
|
98
|
+
fill: currentColor;
|
|
99
|
+
width: 1em;
|
|
100
|
+
height: 1em;
|
|
101
|
+
flex-shrink: 0;
|
|
102
|
+
user-select: none;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.msp-btn-block {
|
|
107
|
+
> .msp-material-icon {
|
|
108
|
+
margin-left: 0;
|
|
109
|
+
margin-right: .4em;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.msp-btn-childless {
|
|
114
|
+
> .msp-material-icon {
|
|
115
|
+
margin-left: 0;
|
|
116
|
+
margin-right: 0;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.msp-btn-icon {
|
|
121
|
+
border: none;
|
|
122
|
+
height: $row-height;
|
|
123
|
+
width: $row-height;
|
|
124
|
+
line-height: $row-height;
|
|
125
|
+
padding: 0;
|
|
126
|
+
text-align: center;
|
|
127
|
+
|
|
128
|
+
&:hover {
|
|
129
|
+
color: $hover-font-color;
|
|
130
|
+
background-color: color-increase-contrast($msp-form-control-background, 5%);
|
|
131
|
+
border: none;
|
|
132
|
+
outline-offset: -1px !important;
|
|
133
|
+
outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&[disabled], &[disabled]:hover, &[disabled]:active {
|
|
137
|
+
color: $msp-btn-link-toggle-off-font-color;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.msp-btn-icon-small {
|
|
142
|
+
border: none;
|
|
143
|
+
height: $row-height;
|
|
144
|
+
width: 20px;
|
|
145
|
+
// font-size: 85%;
|
|
146
|
+
line-height: $row-height;
|
|
147
|
+
padding: 0;
|
|
148
|
+
text-align: center;
|
|
149
|
+
|
|
150
|
+
&:hover {
|
|
151
|
+
color: $hover-font-color;
|
|
152
|
+
background-color: color-increase-contrast($msp-form-control-background, 5%);
|
|
153
|
+
border: none;
|
|
154
|
+
outline-offset: -1px !important;
|
|
155
|
+
outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&[disabled], &[disabled]:hover, &[disabled]:active {
|
|
159
|
+
color: $msp-btn-link-toggle-off-font-color;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.msp-btn-link {
|
|
164
|
+
font-weight: normal;
|
|
165
|
+
border-radius: 0;
|
|
166
|
+
|
|
167
|
+
&,
|
|
168
|
+
&:active,
|
|
169
|
+
&.active,
|
|
170
|
+
&[disabled],
|
|
171
|
+
fieldset[disabled] & {
|
|
172
|
+
background-color: transparent;
|
|
173
|
+
-webkit-box-shadow: none; // iOS <4.3 & Android <4.1
|
|
174
|
+
box-shadow: none;
|
|
175
|
+
}
|
|
176
|
+
&,
|
|
177
|
+
&:hover,
|
|
178
|
+
&:focus,
|
|
179
|
+
&:active {
|
|
180
|
+
border-color: transparent;
|
|
181
|
+
}
|
|
182
|
+
&:hover,
|
|
183
|
+
&:focus {
|
|
184
|
+
text-decoration: none;
|
|
185
|
+
background-color: transparent;
|
|
186
|
+
}
|
|
187
|
+
&[disabled],
|
|
188
|
+
fieldset[disabled] & {
|
|
189
|
+
&:hover,
|
|
190
|
+
&:focus {
|
|
191
|
+
text-decoration: none;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.msp-icon {
|
|
196
|
+
font-size: 100%;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.msp-btn-link, .msp-btn-link:active, .msp-btn-link:focus {
|
|
201
|
+
color: $msp-btn-link-font-color;
|
|
202
|
+
text-decoration: none;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.msp-btn-link:hover {
|
|
206
|
+
color: $hover-font-color;
|
|
207
|
+
text-decoration: none;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.msp-btn-link-toggle-on {
|
|
211
|
+
color: $msp-btn-link-toggle-on-font-color;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.msp-btn-link-toggle-off, .msp-btn-link-toggle-off:active, .msp-btn-link-toggle-off:focus {
|
|
215
|
+
color: $msp-btn-link-toggle-off-font-color !important;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.msp-btn-link-toggle-off:hover, .msp-btn-link-toggle-on:hover {
|
|
219
|
+
color: $hover-font-color !important;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
@mixin msp-btn($name, $font, $bg) {
|
|
223
|
+
.msp-btn-#{$name}, .msp-btn-#{$name}:active, .msp-btn-#{$name}:focus {
|
|
224
|
+
color: $font;
|
|
225
|
+
background: $bg;
|
|
226
|
+
}
|
|
227
|
+
.msp-btn-#{$name}:hover {
|
|
228
|
+
color: $hover-font-color;
|
|
229
|
+
background: color-lower-contrast($bg, 2.5%);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.msp-btn-#{$name}[disabled], .msp-btn-#{$name}[disabled]:hover,
|
|
233
|
+
.msp-btn-#{$name}[disabled]:active, .msp-btn-#{$name}[disabled]:focus {
|
|
234
|
+
color: color-lower-contrast($font, 1%);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// @include msp-btn('remove', $msp-btn-remove-font-color, $msp-btn-remove-background);
|
|
239
|
+
@include msp-btn('action', $font-color, $msp-btn-action-background);
|
|
240
|
+
@include msp-btn('commit-on', $msp-btn-commit-on-font-color, $msp-btn-commit-on-background);
|
|
241
|
+
@include msp-btn('commit-off', $msp-btn-commit-off-font-color, $msp-btn-commit-off-background);
|
|
242
|
+
|
|
243
|
+
.msp-btn-remove:hover {
|
|
244
|
+
color: $msp-btn-remove-hover-font-color;
|
|
245
|
+
}
|
|
246
|
+
.msp-btn-commit-on:hover {
|
|
247
|
+
color: $msp-btn-commit-on-hover-font-color;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.msp-btn-action {
|
|
251
|
+
height: $row-height;
|
|
252
|
+
line-height: $row-height;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
input[type="file"] {
|
|
256
|
+
display: block;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// Make range inputs behave like textual form controls
|
|
260
|
+
input[type="range"] {
|
|
261
|
+
display: block;
|
|
262
|
+
width: 100%;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
// Make multiple select elements height not fixed
|
|
266
|
+
select[multiple],
|
|
267
|
+
select[size] {
|
|
268
|
+
height: auto;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
// Reset height for `textarea`s
|
|
272
|
+
textarea.msp-form-control {
|
|
273
|
+
height: auto;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.msp-control-top-offset {
|
|
277
|
+
margin-top: 1px;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.msp-btn-commit {
|
|
281
|
+
text-align: right;
|
|
282
|
+
padding-top: 0;
|
|
283
|
+
padding-bottom: 0;
|
|
284
|
+
padding-right: $control-spacing;
|
|
285
|
+
padding-left: 0;
|
|
286
|
+
line-height: $row-height;
|
|
287
|
+
border: none;
|
|
288
|
+
overflow: hidden;
|
|
289
|
+
font-weight: bold;
|
|
290
|
+
|
|
291
|
+
.msp-icon {
|
|
292
|
+
display: block-inline;
|
|
293
|
+
line-height: $row-height;
|
|
294
|
+
width: $row-height;
|
|
295
|
+
text-align: center;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
select.msp-form-control {
|
|
300
|
+
background: none;
|
|
301
|
+
background-color: $msp-form-control-background;
|
|
302
|
+
background-size: 8px 12px;
|
|
303
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC);
|
|
304
|
+
background-repeat: no-repeat;
|
|
305
|
+
background-position: right $control-spacing center;
|
|
306
|
+
padding-right: ($row-height - 8px);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
select.msp-form-control:-moz-focusring {
|
|
310
|
+
color: transparent;
|
|
311
|
+
text-shadow: 0 0 0 $font-color;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.msp-default-bg {
|
|
315
|
+
background: $default-background;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.msp-transparent-bg {
|
|
319
|
+
background: transparent;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.msp-no-hover-outline {
|
|
323
|
+
&:hover {
|
|
324
|
+
color: $hover-font-color;
|
|
325
|
+
background-color: inherit;
|
|
326
|
+
border: none;
|
|
327
|
+
outline-offset: 0 !important;
|
|
328
|
+
outline: none !important;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.msp-icon-inline {
|
|
333
|
+
margin-right: 8px;
|
|
334
334
|
}
|