molstar 2.3.8 → 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.
Files changed (171) hide show
  1. package/build/viewer/molstar.js +1 -1
  2. package/lib/commonjs/apps/docking-viewer/viewport.d.ts +2 -2
  3. package/lib/commonjs/apps/viewer/index.d.ts +1 -1
  4. package/lib/commonjs/cli/chem-comp-dict/util.d.ts +4 -4
  5. package/lib/commonjs/extensions/anvil/behavior.d.ts +2 -2
  6. package/lib/commonjs/extensions/anvil/representation.d.ts +5 -5
  7. package/lib/commonjs/extensions/cellpack/model.d.ts +1 -1
  8. package/lib/commonjs/extensions/cellpack/representation.d.ts +2 -2
  9. package/lib/commonjs/extensions/dnatco/confal-pyramids/behavior.d.ts +1 -1
  10. package/lib/commonjs/extensions/dnatco/confal-pyramids/representation.d.ts +6 -6
  11. package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +6 -6
  12. package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.d.ts +12 -12
  13. package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.d.ts +1 -1
  14. package/lib/commonjs/extensions/rcsb/validation-report/behavior.d.ts +3 -3
  15. package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +10 -10
  16. package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +8 -8
  17. package/lib/commonjs/mol-canvas3d/controls/trackball.d.ts +2 -2
  18. package/lib/commonjs/mol-canvas3d/helper/camera-helper.d.ts +3 -3
  19. package/lib/commonjs/mol-canvas3d/helper/handle-helper.d.ts +1 -1
  20. package/lib/commonjs/mol-canvas3d/passes/image.d.ts +2 -2
  21. package/lib/commonjs/mol-data/int/impl/sorted-array.d.ts +1 -1
  22. package/lib/commonjs/mol-geo/geometry/base.d.ts +3 -3
  23. package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.d.ts +1 -1
  24. package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.d.ts +3 -3
  25. package/lib/commonjs/mol-geo/geometry/image/image.d.ts +1 -1
  26. package/lib/commonjs/mol-geo/geometry/lines/lines.d.ts +1 -1
  27. package/lib/commonjs/mol-geo/geometry/mesh/mesh.d.ts +1 -1
  28. package/lib/commonjs/mol-geo/geometry/points/points.d.ts +3 -3
  29. package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +1 -1
  30. package/lib/commonjs/mol-geo/geometry/text/text.d.ts +1 -1
  31. package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +1 -1
  32. package/lib/commonjs/mol-gl/_spec/renderer.spec.js +1 -1
  33. package/lib/commonjs/mol-gl/_spec/renderer.spec.js.map +1 -1
  34. package/lib/commonjs/mol-gl/renderer.d.ts +2 -2
  35. package/lib/commonjs/mol-gl/webgl/context.d.ts +1 -1
  36. package/lib/commonjs/mol-gl/webgl/extensions.js +5 -1
  37. package/lib/commonjs/mol-gl/webgl/extensions.js.map +1 -1
  38. package/lib/commonjs/mol-gl/webgl/render-item.js +1 -4
  39. package/lib/commonjs/mol-gl/webgl/render-item.js.map +1 -1
  40. package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +1 -1
  41. package/lib/commonjs/mol-io/reader/cif/schema/ccd.d.ts +2 -2
  42. package/lib/commonjs/mol-io/reader/cif/schema/density-server.d.ts +3 -3
  43. package/lib/commonjs/mol-io/reader/cif/schema/mmcif-extras.d.ts +3 -3
  44. package/lib/commonjs/mol-io/reader/cif/schema/mmcif.d.ts +14 -14
  45. package/lib/commonjs/mol-io/reader/ply/schema.d.ts +1 -1
  46. package/lib/commonjs/mol-model/loci.d.ts +30 -30
  47. package/lib/commonjs/mol-model/shape/shape.d.ts +1 -1
  48. package/lib/commonjs/mol-model/structure/query/utils/structure-distance.d.ts +5 -54
  49. package/lib/commonjs/mol-model/structure/structure/properties.d.ts +1 -1
  50. package/lib/commonjs/mol-model/structure/structure/unit.d.ts +2 -2
  51. package/lib/commonjs/mol-model-formats/shape/ply.d.ts +6 -6
  52. package/lib/commonjs/mol-model-formats/structure/basic/schema.d.ts +6 -6
  53. package/lib/commonjs/mol-model-formats/structure/common/component.d.ts +8 -8
  54. package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +2 -2
  55. package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +2 -2
  56. package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +6 -6
  57. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +8 -8
  58. package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.d.ts +12 -12
  59. package/lib/commonjs/mol-plugin/behavior/behavior.d.ts +1 -1
  60. package/lib/commonjs/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
  61. package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.d.ts +1 -1
  62. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +2 -2
  63. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +3 -3
  64. package/lib/commonjs/mol-plugin/commands.d.ts +4 -4
  65. package/lib/commonjs/mol-plugin/layout.d.ts +4 -4
  66. package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +9 -9
  67. package/lib/commonjs/mol-plugin-state/actions/structure.d.ts +1 -1
  68. package/lib/commonjs/mol-plugin-state/animation/built-in/model-index.d.ts +2 -2
  69. package/lib/commonjs/mol-plugin-state/animation/helpers.d.ts +5 -5
  70. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +3 -3
  71. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.d.ts +3 -3
  72. package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.d.ts +21 -21
  73. package/lib/commonjs/mol-plugin-state/builder/structure/representation.d.ts +1 -1
  74. package/lib/commonjs/mol-plugin-state/formats/volume.d.ts +6 -6
  75. package/lib/commonjs/mol-plugin-state/helpers/root-structure.d.ts +3 -3
  76. package/lib/commonjs/mol-plugin-state/helpers/structure-component.d.ts +2 -2
  77. package/lib/commonjs/mol-plugin-state/manager/interactivity.d.ts +1 -1
  78. package/lib/commonjs/mol-plugin-state/manager/structure/component.d.ts +3 -3
  79. package/lib/commonjs/mol-plugin-state/manager/structure/selection.d.ts +2 -2
  80. package/lib/commonjs/mol-plugin-state/transforms/data.d.ts +1 -1
  81. package/lib/commonjs/mol-plugin-state/transforms/model.d.ts +5 -5
  82. package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +15 -15
  83. package/lib/commonjs/mol-plugin-ui/controls/parameters.d.ts +2 -2
  84. package/lib/commonjs/mol-plugin-ui/structure/measurements.d.ts +1 -1
  85. package/lib/commonjs/mol-repr/shape/loci/angle.d.ts +1 -1
  86. package/lib/commonjs/mol-repr/shape/loci/common.d.ts +1 -1
  87. package/lib/commonjs/mol-repr/shape/loci/dihedral.d.ts +1 -1
  88. package/lib/commonjs/mol-repr/shape/loci/distance.d.ts +1 -1
  89. package/lib/commonjs/mol-repr/shape/loci/label.d.ts +1 -1
  90. package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +2 -2
  91. package/lib/commonjs/mol-repr/shape/loci/plane.d.ts +1 -1
  92. package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +2 -2
  93. package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +13 -13
  94. package/lib/commonjs/mol-repr/structure/params.d.ts +12 -12
  95. package/lib/commonjs/mol-repr/structure/registry.d.ts +35 -35
  96. package/lib/commonjs/mol-repr/structure/representation/backbone.d.ts +6 -6
  97. package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +9 -9
  98. package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +6 -6
  99. package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +6 -6
  100. package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +9 -9
  101. package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +6 -6
  102. package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.d.ts +9 -9
  103. package/lib/commonjs/mol-repr/structure/representation/label.d.ts +9 -9
  104. package/lib/commonjs/mol-repr/structure/representation/line.d.ts +12 -12
  105. package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +6 -6
  106. package/lib/commonjs/mol-repr/structure/representation/orientation.d.ts +6 -6
  107. package/lib/commonjs/mol-repr/structure/representation/point.d.ts +9 -9
  108. package/lib/commonjs/mol-repr/structure/representation/putty.d.ts +6 -6
  109. package/lib/commonjs/mol-repr/structure/representation/spacefill.d.ts +6 -6
  110. package/lib/commonjs/mol-repr/structure/units-visual.d.ts +18 -18
  111. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +6 -6
  112. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.d.ts +3 -3
  113. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +6 -6
  114. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.d.ts +3 -3
  115. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +2 -2
  116. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +2 -2
  117. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +2 -2
  118. package/lib/commonjs/mol-repr/structure/visual/element-cross.d.ts +2 -2
  119. package/lib/commonjs/mol-repr/structure/visual/element-point.d.ts +3 -3
  120. package/lib/commonjs/mol-repr/structure/visual/element-sphere.d.ts +4 -4
  121. package/lib/commonjs/mol-repr/structure/visual/ellipsoid-mesh.d.ts +2 -2
  122. package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.d.ts +6 -6
  123. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +8 -8
  124. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-wireframe.d.ts +2 -2
  125. package/lib/commonjs/mol-repr/structure/visual/label-text.d.ts +3 -3
  126. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +2 -2
  127. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-wireframe.d.ts +2 -2
  128. package/lib/commonjs/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +2 -2
  129. package/lib/commonjs/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +2 -2
  130. package/lib/commonjs/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +2 -2
  131. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +4 -4
  132. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +4 -4
  133. package/lib/commonjs/mol-repr/structure/visual/polymer-direction-wedge.d.ts +2 -2
  134. package/lib/commonjs/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +2 -2
  135. package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +2 -2
  136. package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.d.ts +2 -2
  137. package/lib/commonjs/mol-repr/structure/visual/util/bond.d.ts +10 -10
  138. package/lib/commonjs/mol-repr/structure/visual/util/common.d.ts +2 -2
  139. package/lib/commonjs/mol-repr/structure/visual/util/element.d.ts +4 -4
  140. package/lib/commonjs/mol-repr/structure/visual/util/polymer.d.ts +2 -2
  141. package/lib/commonjs/mol-repr/volume/direct-volume.d.ts +9 -9
  142. package/lib/commonjs/mol-repr/volume/isosurface.d.ts +12 -12
  143. package/lib/commonjs/mol-repr/volume/registry.d.ts +7 -7
  144. package/lib/commonjs/mol-repr/volume/representation.d.ts +1 -1
  145. package/lib/commonjs/mol-repr/volume/slice.d.ts +6 -6
  146. package/lib/commonjs/mol-theme/color/atom-id.d.ts +12 -12
  147. package/lib/commonjs/mol-theme/color/chain-id.d.ts +12 -12
  148. package/lib/commonjs/mol-theme/color/element-index.d.ts +12 -12
  149. package/lib/commonjs/mol-theme/color/element-symbol.d.ts +16 -16
  150. package/lib/commonjs/mol-theme/color/entity-id.d.ts +12 -12
  151. package/lib/commonjs/mol-theme/color/entity-source.d.ts +12 -12
  152. package/lib/commonjs/mol-theme/color/illustrative.d.ts +12 -12
  153. package/lib/commonjs/mol-theme/color/model-index.d.ts +12 -12
  154. package/lib/commonjs/mol-theme/color/operator-hkl.d.ts +12 -12
  155. package/lib/commonjs/mol-theme/color/operator-name.d.ts +12 -12
  156. package/lib/commonjs/mol-theme/color/polymer-id.d.ts +12 -12
  157. package/lib/commonjs/mol-theme/color/polymer-index.d.ts +12 -12
  158. package/lib/commonjs/mol-theme/color/unit-index.d.ts +12 -12
  159. package/lib/commonjs/mol-theme/color.d.ts +80 -80
  160. package/lib/commonjs/mol-util/color/names.d.ts +1 -1
  161. package/lib/commonjs/mol-util/color/palette.d.ts +12 -12
  162. package/lib/commonjs/mol-util/color/scale.d.ts +1 -1
  163. package/lib/mol-gl/_spec/renderer.spec.js +1 -1
  164. package/lib/mol-gl/_spec/renderer.spec.js.map +1 -1
  165. package/lib/mol-gl/webgl/extensions.js +6 -2
  166. package/lib/mol-gl/webgl/extensions.js.map +1 -1
  167. package/lib/mol-gl/webgl/render-item.js +1 -4
  168. package/lib/mol-gl/webgl/render-item.js.map +1 -1
  169. package/lib/mol-plugin/version.js +2 -2
  170. package/lib/tsconfig.commonjs.tsbuildinfo +1 -1
  171. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.