molstar 3.10.1 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/build/viewer/molstar.js +1 -1
  2. package/lib/commonjs/extensions/anvil/behavior.d.ts +1 -0
  3. package/lib/commonjs/extensions/anvil/representation.d.ts +5 -0
  4. package/lib/commonjs/extensions/cellpack/model.d.ts +2 -1
  5. package/lib/commonjs/extensions/cellpack/model.js +54 -122
  6. package/lib/commonjs/extensions/cellpack/preset.d.ts +9 -5
  7. package/lib/commonjs/extensions/cellpack/preset.js +11 -5
  8. package/lib/commonjs/extensions/cellpack/representation.d.ts +1 -0
  9. package/lib/commonjs/extensions/dnatco/confal-pyramids/representation.d.ts +3 -0
  10. package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +1 -0
  11. package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.d.ts +1 -0
  12. package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +5 -0
  13. package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +4 -0
  14. package/lib/commonjs/mol-canvas3d/canvas3d.js +1 -1
  15. package/lib/commonjs/mol-canvas3d/helper/camera-helper.d.ts +1 -0
  16. package/lib/commonjs/mol-canvas3d/helper/handle-helper.d.ts +1 -0
  17. package/lib/commonjs/mol-canvas3d/helper/helper.d.ts +2 -0
  18. package/lib/commonjs/mol-canvas3d/passes/image.d.ts +1 -0
  19. package/lib/commonjs/mol-geo/geometry/base.d.ts +4 -1
  20. package/lib/commonjs/mol-geo/geometry/base.js +5 -1
  21. package/lib/commonjs/mol-geo/geometry/clipping-data.d.ts +3 -1
  22. package/lib/commonjs/mol-geo/geometry/clipping-data.js +4 -1
  23. package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.d.ts +1 -0
  24. package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.js +3 -1
  25. package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.d.ts +1 -0
  26. package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.js +3 -1
  27. package/lib/commonjs/mol-geo/geometry/image/image.d.ts +1 -0
  28. package/lib/commonjs/mol-geo/geometry/image/image.js +3 -1
  29. package/lib/commonjs/mol-geo/geometry/lines/lines.d.ts +1 -0
  30. package/lib/commonjs/mol-geo/geometry/lines/lines.js +3 -1
  31. package/lib/commonjs/mol-geo/geometry/marker-data.d.ts +4 -2
  32. package/lib/commonjs/mol-geo/geometry/marker-data.js +5 -2
  33. package/lib/commonjs/mol-geo/geometry/mesh/mesh.d.ts +1 -0
  34. package/lib/commonjs/mol-geo/geometry/mesh/mesh.js +3 -1
  35. package/lib/commonjs/mol-geo/geometry/overpaint-data.d.ts +2 -1
  36. package/lib/commonjs/mol-geo/geometry/overpaint-data.js +3 -2
  37. package/lib/commonjs/mol-geo/geometry/points/points.d.ts +1 -0
  38. package/lib/commonjs/mol-geo/geometry/points/points.js +3 -1
  39. package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +1 -0
  40. package/lib/commonjs/mol-geo/geometry/spheres/spheres.js +3 -1
  41. package/lib/commonjs/mol-geo/geometry/substance-data.d.ts +2 -1
  42. package/lib/commonjs/mol-geo/geometry/substance-data.js +3 -2
  43. package/lib/commonjs/mol-geo/geometry/text/text.d.ts +1 -0
  44. package/lib/commonjs/mol-geo/geometry/text/text.js +3 -1
  45. package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +1 -0
  46. package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.js +3 -1
  47. package/lib/commonjs/mol-geo/geometry/transparency-data.d.ts +2 -1
  48. package/lib/commonjs/mol-geo/geometry/transparency-data.js +3 -2
  49. package/lib/commonjs/mol-gl/renderable/cylinders.d.ts +4 -0
  50. package/lib/commonjs/mol-gl/renderable/cylinders.js +1 -1
  51. package/lib/commonjs/mol-gl/renderable/direct-volume.d.ts +5 -1
  52. package/lib/commonjs/mol-gl/renderable/direct-volume.js +2 -2
  53. package/lib/commonjs/mol-gl/renderable/image.d.ts +4 -0
  54. package/lib/commonjs/mol-gl/renderable/lines.d.ts +5 -1
  55. package/lib/commonjs/mol-gl/renderable/lines.js +2 -2
  56. package/lib/commonjs/mol-gl/renderable/mesh.d.ts +4 -0
  57. package/lib/commonjs/mol-gl/renderable/mesh.js +1 -1
  58. package/lib/commonjs/mol-gl/renderable/points.d.ts +4 -0
  59. package/lib/commonjs/mol-gl/renderable/schema.d.ts +7 -0
  60. package/lib/commonjs/mol-gl/renderable/schema.js +9 -5
  61. package/lib/commonjs/mol-gl/renderable/spheres.d.ts +4 -0
  62. package/lib/commonjs/mol-gl/renderable/spheres.js +1 -1
  63. package/lib/commonjs/mol-gl/renderable/text.d.ts +5 -1
  64. package/lib/commonjs/mol-gl/renderable/text.js +2 -2
  65. package/lib/commonjs/mol-gl/renderable/texture-mesh.d.ts +4 -0
  66. package/lib/commonjs/mol-gl/renderable/texture-mesh.js +1 -1
  67. package/lib/commonjs/mol-gl/renderable.d.ts +2 -3
  68. package/lib/commonjs/mol-gl/renderable.js +4 -4
  69. package/lib/commonjs/mol-gl/renderer.d.ts +1 -0
  70. package/lib/commonjs/mol-gl/renderer.js +10 -1
  71. package/lib/commonjs/mol-gl/shader/chunks/apply-light-color.glsl.d.ts +1 -1
  72. package/lib/commonjs/mol-gl/shader/chunks/apply-light-color.glsl.js +1 -1
  73. package/lib/commonjs/mol-gl/shader/chunks/apply-marker-color.glsl.d.ts +1 -1
  74. package/lib/commonjs/mol-gl/shader/chunks/apply-marker-color.glsl.js +1 -1
  75. package/lib/commonjs/mol-gl/shader/chunks/assign-clipping-varying.glsl.d.ts +1 -1
  76. package/lib/commonjs/mol-gl/shader/chunks/assign-clipping-varying.glsl.js +1 -1
  77. package/lib/commonjs/mol-gl/shader/chunks/assign-color-varying.glsl.d.ts +1 -1
  78. package/lib/commonjs/mol-gl/shader/chunks/assign-color-varying.glsl.js +1 -1
  79. package/lib/commonjs/mol-gl/shader/chunks/assign-marker-varying.glsl.d.ts +1 -1
  80. package/lib/commonjs/mol-gl/shader/chunks/assign-marker-varying.glsl.js +1 -1
  81. package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
  82. package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
  83. package/lib/commonjs/mol-gl/shader/chunks/color-frag-params.glsl.d.ts +1 -1
  84. package/lib/commonjs/mol-gl/shader/chunks/color-frag-params.glsl.js +1 -1
  85. package/lib/commonjs/mol-gl/shader/chunks/color-vert-params.glsl.d.ts +1 -1
  86. package/lib/commonjs/mol-gl/shader/chunks/color-vert-params.glsl.js +1 -1
  87. package/lib/commonjs/mol-gl/shader/chunks/common-frag-params.glsl.d.ts +1 -1
  88. package/lib/commonjs/mol-gl/shader/chunks/common-frag-params.glsl.js +1 -1
  89. package/lib/commonjs/mol-gl/shader/chunks/common-vert-params.glsl.d.ts +1 -1
  90. package/lib/commonjs/mol-gl/shader/chunks/common-vert-params.glsl.js +1 -1
  91. package/lib/commonjs/mol-gl/shader/chunks/common.glsl.d.ts +1 -1
  92. package/lib/commonjs/mol-gl/shader/chunks/common.glsl.js +1 -1
  93. package/lib/commonjs/mol-gl/shader/direct-volume.frag.d.ts +1 -1
  94. package/lib/commonjs/mol-gl/shader/direct-volume.frag.js +1 -1
  95. package/lib/commonjs/mol-gl/shader/spheres.frag.d.ts +1 -1
  96. package/lib/commonjs/mol-gl/shader/spheres.frag.js +1 -1
  97. package/lib/commonjs/mol-gl/shader-code.js +3 -0
  98. package/lib/commonjs/mol-gl/webgl/compat.d.ts +1 -0
  99. package/lib/commonjs/mol-gl/webgl/compat.js +15 -1
  100. package/lib/commonjs/mol-gl/webgl/extensions.d.ts +1 -0
  101. package/lib/commonjs/mol-gl/webgl/extensions.js +2 -0
  102. package/lib/commonjs/mol-gl/webgl/render-item.d.ts +2 -3
  103. package/lib/commonjs/mol-gl/webgl/render-item.js +5 -22
  104. package/lib/commonjs/mol-model-formats/shape/ply.d.ts +2 -0
  105. package/lib/commonjs/mol-model-formats/structure/property/bonds/struct_conn.js +14 -11
  106. package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -0
  107. package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -0
  108. package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +3 -0
  109. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -0
  110. package/lib/commonjs/mol-plugin/commands.d.ts +2 -0
  111. package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +3 -0
  112. package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.d.ts +2 -0
  113. package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.js +12 -0
  114. package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +8 -0
  115. package/lib/commonjs/mol-plugin-ui/structure/superposition.d.ts +8 -6
  116. package/lib/commonjs/mol-plugin-ui/structure/superposition.js +61 -53
  117. package/lib/commonjs/mol-repr/shape/loci/angle.d.ts +1 -0
  118. package/lib/commonjs/mol-repr/shape/loci/common.d.ts +1 -0
  119. package/lib/commonjs/mol-repr/shape/loci/dihedral.d.ts +1 -0
  120. package/lib/commonjs/mol-repr/shape/loci/distance.d.ts +1 -0
  121. package/lib/commonjs/mol-repr/shape/loci/label.d.ts +1 -0
  122. package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +1 -0
  123. package/lib/commonjs/mol-repr/shape/loci/plane.d.ts +1 -0
  124. package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +1 -0
  125. package/lib/commonjs/mol-repr/shape/representation.js +36 -3
  126. package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +6 -0
  127. package/lib/commonjs/mol-repr/structure/complex-visual.js +31 -3
  128. package/lib/commonjs/mol-repr/structure/params.d.ts +8 -0
  129. package/lib/commonjs/mol-repr/structure/registry.d.ts +14 -0
  130. package/lib/commonjs/mol-repr/structure/representation/backbone.d.ts +3 -0
  131. package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +3 -0
  132. package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +3 -0
  133. package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +3 -0
  134. package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +3 -0
  135. package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +3 -0
  136. package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.d.ts +3 -0
  137. package/lib/commonjs/mol-repr/structure/representation/label.d.ts +3 -0
  138. package/lib/commonjs/mol-repr/structure/representation/line.d.ts +3 -0
  139. package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +3 -0
  140. package/lib/commonjs/mol-repr/structure/representation/orientation.d.ts +3 -0
  141. package/lib/commonjs/mol-repr/structure/representation/point.d.ts +3 -0
  142. package/lib/commonjs/mol-repr/structure/representation/putty.d.ts +3 -0
  143. package/lib/commonjs/mol-repr/structure/representation/spacefill.d.ts +3 -0
  144. package/lib/commonjs/mol-repr/structure/units-visual.d.ts +8 -0
  145. package/lib/commonjs/mol-repr/structure/units-visual.js +53 -3
  146. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +2 -0
  147. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.d.ts +1 -0
  148. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +2 -0
  149. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.d.ts +1 -0
  150. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -0
  151. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -0
  152. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -0
  153. package/lib/commonjs/mol-repr/structure/visual/element-cross.d.ts +1 -0
  154. package/lib/commonjs/mol-repr/structure/visual/element-point.d.ts +1 -0
  155. package/lib/commonjs/mol-repr/structure/visual/element-sphere.d.ts +2 -0
  156. package/lib/commonjs/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -0
  157. package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -0
  158. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +4 -0
  159. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-wireframe.d.ts +1 -0
  160. package/lib/commonjs/mol-repr/structure/visual/label-text.d.ts +1 -0
  161. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +1 -0
  162. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-wireframe.d.ts +1 -0
  163. package/lib/commonjs/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -0
  164. package/lib/commonjs/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -0
  165. package/lib/commonjs/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -0
  166. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -0
  167. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -0
  168. package/lib/commonjs/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -0
  169. package/lib/commonjs/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -0
  170. package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +1 -0
  171. package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -0
  172. package/lib/commonjs/mol-repr/visual.js +42 -21
  173. package/lib/commonjs/mol-repr/volume/direct-volume.d.ts +3 -0
  174. package/lib/commonjs/mol-repr/volume/isosurface.d.ts +6 -0
  175. package/lib/commonjs/mol-repr/volume/registry.d.ts +3 -0
  176. package/lib/commonjs/mol-repr/volume/representation.d.ts +1 -0
  177. package/lib/commonjs/mol-repr/volume/representation.js +42 -3
  178. package/lib/commonjs/mol-repr/volume/slice.d.ts +3 -0
  179. package/lib/extensions/anvil/behavior.d.ts +1 -0
  180. package/lib/extensions/anvil/representation.d.ts +5 -0
  181. package/lib/extensions/cellpack/model.d.ts +2 -1
  182. package/lib/extensions/cellpack/model.js +56 -124
  183. package/lib/extensions/cellpack/preset.d.ts +9 -5
  184. package/lib/extensions/cellpack/preset.js +11 -5
  185. package/lib/extensions/cellpack/representation.d.ts +1 -0
  186. package/lib/extensions/dnatco/confal-pyramids/representation.d.ts +3 -0
  187. package/lib/extensions/rcsb/assembly-symmetry/behavior.d.ts +1 -0
  188. package/lib/extensions/rcsb/assembly-symmetry/representation.d.ts +1 -0
  189. package/lib/extensions/rcsb/validation-report/representation.d.ts +5 -0
  190. package/lib/mol-canvas3d/canvas3d.d.ts +4 -0
  191. package/lib/mol-canvas3d/canvas3d.js +1 -1
  192. package/lib/mol-canvas3d/helper/camera-helper.d.ts +1 -0
  193. package/lib/mol-canvas3d/helper/handle-helper.d.ts +1 -0
  194. package/lib/mol-canvas3d/helper/helper.d.ts +2 -0
  195. package/lib/mol-canvas3d/passes/image.d.ts +1 -0
  196. package/lib/mol-geo/geometry/base.d.ts +4 -1
  197. package/lib/mol-geo/geometry/base.js +5 -1
  198. package/lib/mol-geo/geometry/clipping-data.d.ts +3 -1
  199. package/lib/mol-geo/geometry/clipping-data.js +4 -1
  200. package/lib/mol-geo/geometry/cylinders/cylinders.d.ts +1 -0
  201. package/lib/mol-geo/geometry/cylinders/cylinders.js +3 -1
  202. package/lib/mol-geo/geometry/direct-volume/direct-volume.d.ts +1 -0
  203. package/lib/mol-geo/geometry/direct-volume/direct-volume.js +3 -1
  204. package/lib/mol-geo/geometry/image/image.d.ts +1 -0
  205. package/lib/mol-geo/geometry/image/image.js +3 -1
  206. package/lib/mol-geo/geometry/lines/lines.d.ts +1 -0
  207. package/lib/mol-geo/geometry/lines/lines.js +3 -1
  208. package/lib/mol-geo/geometry/marker-data.d.ts +4 -2
  209. package/lib/mol-geo/geometry/marker-data.js +5 -2
  210. package/lib/mol-geo/geometry/mesh/mesh.d.ts +1 -0
  211. package/lib/mol-geo/geometry/mesh/mesh.js +3 -1
  212. package/lib/mol-geo/geometry/overpaint-data.d.ts +2 -1
  213. package/lib/mol-geo/geometry/overpaint-data.js +3 -2
  214. package/lib/mol-geo/geometry/points/points.d.ts +1 -0
  215. package/lib/mol-geo/geometry/points/points.js +3 -1
  216. package/lib/mol-geo/geometry/spheres/spheres.d.ts +1 -0
  217. package/lib/mol-geo/geometry/spheres/spheres.js +3 -1
  218. package/lib/mol-geo/geometry/substance-data.d.ts +2 -1
  219. package/lib/mol-geo/geometry/substance-data.js +3 -2
  220. package/lib/mol-geo/geometry/text/text.d.ts +1 -0
  221. package/lib/mol-geo/geometry/text/text.js +3 -1
  222. package/lib/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +1 -0
  223. package/lib/mol-geo/geometry/texture-mesh/texture-mesh.js +3 -1
  224. package/lib/mol-geo/geometry/transparency-data.d.ts +2 -1
  225. package/lib/mol-geo/geometry/transparency-data.js +3 -2
  226. package/lib/mol-gl/renderable/cylinders.d.ts +4 -0
  227. package/lib/mol-gl/renderable/cylinders.js +1 -1
  228. package/lib/mol-gl/renderable/direct-volume.d.ts +5 -1
  229. package/lib/mol-gl/renderable/direct-volume.js +2 -2
  230. package/lib/mol-gl/renderable/image.d.ts +4 -0
  231. package/lib/mol-gl/renderable/lines.d.ts +5 -1
  232. package/lib/mol-gl/renderable/lines.js +2 -2
  233. package/lib/mol-gl/renderable/mesh.d.ts +4 -0
  234. package/lib/mol-gl/renderable/mesh.js +1 -1
  235. package/lib/mol-gl/renderable/points.d.ts +4 -0
  236. package/lib/mol-gl/renderable/schema.d.ts +7 -0
  237. package/lib/mol-gl/renderable/schema.js +9 -5
  238. package/lib/mol-gl/renderable/spheres.d.ts +4 -0
  239. package/lib/mol-gl/renderable/spheres.js +1 -1
  240. package/lib/mol-gl/renderable/text.d.ts +5 -1
  241. package/lib/mol-gl/renderable/text.js +2 -2
  242. package/lib/mol-gl/renderable/texture-mesh.d.ts +4 -0
  243. package/lib/mol-gl/renderable/texture-mesh.js +1 -1
  244. package/lib/mol-gl/renderable.d.ts +2 -3
  245. package/lib/mol-gl/renderable.js +4 -4
  246. package/lib/mol-gl/renderer.d.ts +1 -0
  247. package/lib/mol-gl/renderer.js +10 -1
  248. package/lib/mol-gl/shader/chunks/apply-light-color.glsl.d.ts +1 -1
  249. package/lib/mol-gl/shader/chunks/apply-light-color.glsl.js +1 -1
  250. package/lib/mol-gl/shader/chunks/apply-marker-color.glsl.d.ts +1 -1
  251. package/lib/mol-gl/shader/chunks/apply-marker-color.glsl.js +1 -1
  252. package/lib/mol-gl/shader/chunks/assign-clipping-varying.glsl.d.ts +1 -1
  253. package/lib/mol-gl/shader/chunks/assign-clipping-varying.glsl.js +1 -1
  254. package/lib/mol-gl/shader/chunks/assign-color-varying.glsl.d.ts +1 -1
  255. package/lib/mol-gl/shader/chunks/assign-color-varying.glsl.js +1 -1
  256. package/lib/mol-gl/shader/chunks/assign-marker-varying.glsl.d.ts +1 -1
  257. package/lib/mol-gl/shader/chunks/assign-marker-varying.glsl.js +1 -1
  258. package/lib/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
  259. package/lib/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
  260. package/lib/mol-gl/shader/chunks/color-frag-params.glsl.d.ts +1 -1
  261. package/lib/mol-gl/shader/chunks/color-frag-params.glsl.js +1 -1
  262. package/lib/mol-gl/shader/chunks/color-vert-params.glsl.d.ts +1 -1
  263. package/lib/mol-gl/shader/chunks/color-vert-params.glsl.js +1 -1
  264. package/lib/mol-gl/shader/chunks/common-frag-params.glsl.d.ts +1 -1
  265. package/lib/mol-gl/shader/chunks/common-frag-params.glsl.js +1 -1
  266. package/lib/mol-gl/shader/chunks/common-vert-params.glsl.d.ts +1 -1
  267. package/lib/mol-gl/shader/chunks/common-vert-params.glsl.js +1 -1
  268. package/lib/mol-gl/shader/chunks/common.glsl.d.ts +1 -1
  269. package/lib/mol-gl/shader/chunks/common.glsl.js +1 -1
  270. package/lib/mol-gl/shader/direct-volume.frag.d.ts +1 -1
  271. package/lib/mol-gl/shader/direct-volume.frag.js +1 -1
  272. package/lib/mol-gl/shader/spheres.frag.d.ts +1 -1
  273. package/lib/mol-gl/shader/spheres.frag.js +1 -1
  274. package/lib/mol-gl/shader-code.js +3 -0
  275. package/lib/mol-gl/webgl/compat.d.ts +1 -0
  276. package/lib/mol-gl/webgl/compat.js +13 -0
  277. package/lib/mol-gl/webgl/extensions.d.ts +1 -0
  278. package/lib/mol-gl/webgl/extensions.js +3 -1
  279. package/lib/mol-gl/webgl/render-item.d.ts +2 -3
  280. package/lib/mol-gl/webgl/render-item.js +5 -22
  281. package/lib/mol-model-formats/shape/ply.d.ts +2 -0
  282. package/lib/mol-model-formats/structure/property/bonds/struct_conn.js +14 -11
  283. package/lib/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -0
  284. package/lib/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -0
  285. package/lib/mol-model-props/computed/representations/interactions.d.ts +3 -0
  286. package/lib/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -0
  287. package/lib/mol-plugin/commands.d.ts +2 -0
  288. package/lib/mol-plugin/util/viewport-screenshot.d.ts +3 -0
  289. package/lib/mol-plugin/version.js +2 -2
  290. package/lib/mol-plugin-state/manager/structure/hierarchy.d.ts +2 -0
  291. package/lib/mol-plugin-state/manager/structure/hierarchy.js +12 -0
  292. package/lib/mol-plugin-state/transforms/representation.d.ts +8 -0
  293. package/lib/mol-plugin-ui/structure/superposition.d.ts +8 -6
  294. package/lib/mol-plugin-ui/structure/superposition.js +63 -55
  295. package/lib/mol-repr/shape/loci/angle.d.ts +1 -0
  296. package/lib/mol-repr/shape/loci/common.d.ts +1 -0
  297. package/lib/mol-repr/shape/loci/dihedral.d.ts +1 -0
  298. package/lib/mol-repr/shape/loci/distance.d.ts +1 -0
  299. package/lib/mol-repr/shape/loci/label.d.ts +1 -0
  300. package/lib/mol-repr/shape/loci/orientation.d.ts +1 -0
  301. package/lib/mol-repr/shape/loci/plane.d.ts +1 -0
  302. package/lib/mol-repr/shape/model/unitcell.d.ts +1 -0
  303. package/lib/mol-repr/shape/representation.js +36 -3
  304. package/lib/mol-repr/structure/complex-visual.d.ts +6 -0
  305. package/lib/mol-repr/structure/complex-visual.js +32 -4
  306. package/lib/mol-repr/structure/params.d.ts +8 -0
  307. package/lib/mol-repr/structure/registry.d.ts +14 -0
  308. package/lib/mol-repr/structure/representation/backbone.d.ts +3 -0
  309. package/lib/mol-repr/structure/representation/ball-and-stick.d.ts +3 -0
  310. package/lib/mol-repr/structure/representation/carbohydrate.d.ts +3 -0
  311. package/lib/mol-repr/structure/representation/cartoon.d.ts +3 -0
  312. package/lib/mol-repr/structure/representation/ellipsoid.d.ts +3 -0
  313. package/lib/mol-repr/structure/representation/gaussian-surface.d.ts +3 -0
  314. package/lib/mol-repr/structure/representation/gaussian-volume.d.ts +3 -0
  315. package/lib/mol-repr/structure/representation/label.d.ts +3 -0
  316. package/lib/mol-repr/structure/representation/line.d.ts +3 -0
  317. package/lib/mol-repr/structure/representation/molecular-surface.d.ts +3 -0
  318. package/lib/mol-repr/structure/representation/orientation.d.ts +3 -0
  319. package/lib/mol-repr/structure/representation/point.d.ts +3 -0
  320. package/lib/mol-repr/structure/representation/putty.d.ts +3 -0
  321. package/lib/mol-repr/structure/representation/spacefill.d.ts +3 -0
  322. package/lib/mol-repr/structure/units-visual.d.ts +8 -0
  323. package/lib/mol-repr/structure/units-visual.js +54 -4
  324. package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +2 -0
  325. package/lib/mol-repr/structure/visual/bond-inter-unit-line.d.ts +1 -0
  326. package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +2 -0
  327. package/lib/mol-repr/structure/visual/bond-intra-unit-line.d.ts +1 -0
  328. package/lib/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -0
  329. package/lib/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -0
  330. package/lib/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -0
  331. package/lib/mol-repr/structure/visual/element-cross.d.ts +1 -0
  332. package/lib/mol-repr/structure/visual/element-point.d.ts +1 -0
  333. package/lib/mol-repr/structure/visual/element-sphere.d.ts +2 -0
  334. package/lib/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -0
  335. package/lib/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -0
  336. package/lib/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +4 -0
  337. package/lib/mol-repr/structure/visual/gaussian-surface-wireframe.d.ts +1 -0
  338. package/lib/mol-repr/structure/visual/label-text.d.ts +1 -0
  339. package/lib/mol-repr/structure/visual/molecular-surface-mesh.d.ts +1 -0
  340. package/lib/mol-repr/structure/visual/molecular-surface-wireframe.d.ts +1 -0
  341. package/lib/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -0
  342. package/lib/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -0
  343. package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -0
  344. package/lib/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -0
  345. package/lib/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -0
  346. package/lib/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -0
  347. package/lib/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -0
  348. package/lib/mol-repr/structure/visual/polymer-trace-mesh.d.ts +1 -0
  349. package/lib/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -0
  350. package/lib/mol-repr/visual.js +42 -21
  351. package/lib/mol-repr/volume/direct-volume.d.ts +3 -0
  352. package/lib/mol-repr/volume/isosurface.d.ts +6 -0
  353. package/lib/mol-repr/volume/registry.d.ts +3 -0
  354. package/lib/mol-repr/volume/representation.d.ts +1 -0
  355. package/lib/mol-repr/volume/representation.js +42 -3
  356. package/lib/mol-repr/volume/slice.d.ts +3 -0
  357. package/package.json +20 -20

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.