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.
Files changed (1658) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +176 -176
  3. package/build/viewer/embedded.html +43 -43
  4. package/build/viewer/index.html +94 -94
  5. package/build/viewer/molstar.css +1 -2
  6. package/build/viewer/molstar.js +1 -1
  7. package/lib/apps/docking-viewer/index.html +36 -36
  8. package/lib/apps/docking-viewer/index.js +1 -1
  9. package/lib/apps/docking-viewer/index.js.map +1 -1
  10. package/lib/apps/viewer/embedded.html +43 -43
  11. package/lib/apps/viewer/index.d.ts +290 -1
  12. package/lib/apps/viewer/index.html +94 -94
  13. package/lib/apps/viewer/index.js +91 -5
  14. package/lib/apps/viewer/index.js.map +1 -1
  15. package/lib/cli/chem-comp-dict/create-ions.js +1 -1
  16. package/lib/cli/chem-comp-dict/create-ions.js.map +1 -1
  17. package/lib/cli/chem-comp-dict/create-table.js +3 -3
  18. package/lib/cli/chem-comp-dict/create-table.js.map +1 -1
  19. package/lib/cli/chem-comp-dict/util.js +2 -2
  20. package/lib/cli/chem-comp-dict/util.js.map +1 -1
  21. package/lib/cli/cif2bcif/converter.js +2 -2
  22. package/lib/cli/cif2bcif/converter.js.map +1 -1
  23. package/lib/cli/cifschema/index.js +12 -12
  24. package/lib/cli/cifschema/index.js.map +1 -1
  25. package/lib/cli/cifschema/util/cif-dic.js +19 -19
  26. package/lib/cli/cifschema/util/cif-dic.js.map +1 -1
  27. package/lib/cli/cifschema/util/generate.js +21 -21
  28. package/lib/cli/cifschema/util/generate.js.map +1 -1
  29. package/lib/cli/cifschema/util/schema.js +1 -1
  30. package/lib/cli/cifschema/util/schema.js.map +1 -1
  31. package/lib/cli/lipid-params/index.js +3 -3
  32. package/lib/cli/lipid-params/index.js.map +1 -1
  33. package/lib/cli/state-docs/index.js +4 -4
  34. package/lib/cli/state-docs/index.js.map +1 -1
  35. package/lib/cli/state-docs/pd-to-md.js +10 -10
  36. package/lib/cli/state-docs/pd-to-md.js.map +1 -1
  37. package/lib/cli/structure-info/model.js +18 -18
  38. package/lib/cli/structure-info/model.js.map +1 -1
  39. package/lib/cli/structure-info/volume.js +1 -1
  40. package/lib/cli/structure-info/volume.js.map +1 -1
  41. package/lib/commonjs/apps/docking-viewer/index.js +1 -1
  42. package/lib/commonjs/apps/docking-viewer/index.js.map +1 -1
  43. package/lib/commonjs/apps/viewer/index.d.ts +289 -0
  44. package/lib/commonjs/apps/viewer/index.js +91 -5
  45. package/lib/commonjs/apps/viewer/index.js.map +1 -1
  46. package/lib/commonjs/cli/chem-comp-dict/create-ions.js +1 -1
  47. package/lib/commonjs/cli/chem-comp-dict/create-ions.js.map +1 -1
  48. package/lib/commonjs/cli/chem-comp-dict/create-table.js +3 -3
  49. package/lib/commonjs/cli/chem-comp-dict/create-table.js.map +1 -1
  50. package/lib/commonjs/cli/chem-comp-dict/util.js +2 -2
  51. package/lib/commonjs/cli/chem-comp-dict/util.js.map +1 -1
  52. package/lib/commonjs/cli/cif2bcif/converter.js +2 -2
  53. package/lib/commonjs/cli/cif2bcif/converter.js.map +1 -1
  54. package/lib/commonjs/cli/cif2bcif/index.js +0 -0
  55. package/lib/commonjs/cli/cifschema/index.js +12 -12
  56. package/lib/commonjs/cli/cifschema/index.js.map +1 -1
  57. package/lib/commonjs/cli/cifschema/util/cif-dic.js +19 -19
  58. package/lib/commonjs/cli/cifschema/util/cif-dic.js.map +1 -1
  59. package/lib/commonjs/cli/cifschema/util/generate.js +21 -21
  60. package/lib/commonjs/cli/cifschema/util/generate.js.map +1 -1
  61. package/lib/commonjs/cli/cifschema/util/schema.js +1 -1
  62. package/lib/commonjs/cli/cifschema/util/schema.js.map +1 -1
  63. package/lib/commonjs/cli/lipid-params/index.js +3 -3
  64. package/lib/commonjs/cli/lipid-params/index.js.map +1 -1
  65. package/lib/commonjs/cli/state-docs/index.js +4 -4
  66. package/lib/commonjs/cli/state-docs/index.js.map +1 -1
  67. package/lib/commonjs/cli/state-docs/pd-to-md.js +10 -10
  68. package/lib/commonjs/cli/state-docs/pd-to-md.js.map +1 -1
  69. package/lib/commonjs/cli/structure-info/model.js +18 -18
  70. package/lib/commonjs/cli/structure-info/model.js.map +1 -1
  71. package/lib/commonjs/cli/structure-info/volume.js +1 -1
  72. package/lib/commonjs/cli/structure-info/volume.js.map +1 -1
  73. package/lib/commonjs/examples/basic-wrapper/superposition.js +3 -3
  74. package/lib/commonjs/examples/basic-wrapper/superposition.js.map +1 -1
  75. package/lib/commonjs/examples/domain-annotation-server/mapping.js +2 -2
  76. package/lib/commonjs/examples/domain-annotation-server/mapping.js.map +1 -1
  77. package/lib/commonjs/examples/domain-annotation-server/server.js +3 -3
  78. package/lib/commonjs/examples/domain-annotation-server/server.js.map +1 -1
  79. package/lib/commonjs/examples/proteopedia-wrapper/annotation.js +3 -3
  80. package/lib/commonjs/examples/proteopedia-wrapper/annotation.js.map +1 -1
  81. package/lib/commonjs/examples/proteopedia-wrapper/helpers.js +1 -1
  82. package/lib/commonjs/examples/proteopedia-wrapper/helpers.js.map +1 -1
  83. package/lib/commonjs/examples/proteopedia-wrapper/index.js +2 -2
  84. package/lib/commonjs/examples/proteopedia-wrapper/index.js.map +1 -1
  85. package/lib/commonjs/examples/task.js +6 -6
  86. package/lib/commonjs/examples/task.js.map +1 -1
  87. package/lib/commonjs/extensions/alpha-orbitals/transforms.js +2 -2
  88. package/lib/commonjs/extensions/alpha-orbitals/transforms.js.map +1 -1
  89. package/lib/commonjs/extensions/anvil/representation.js +1 -1
  90. package/lib/commonjs/extensions/anvil/representation.js.map +1 -1
  91. package/lib/commonjs/extensions/cellpack/color/generate.d.ts +1 -1
  92. package/lib/commonjs/extensions/cellpack/color/generate.js +1 -1
  93. package/lib/commonjs/extensions/cellpack/color/provided.d.ts +1 -1
  94. package/lib/commonjs/extensions/cellpack/color/provided.js +1 -1
  95. package/lib/commonjs/extensions/cellpack/curve.d.ts +2 -2
  96. package/lib/commonjs/extensions/cellpack/curve.js +2 -2
  97. package/lib/commonjs/extensions/cellpack/data.d.ts +32 -0
  98. package/lib/commonjs/extensions/cellpack/index.d.ts +1 -1
  99. package/lib/commonjs/extensions/cellpack/index.js +1 -1
  100. package/lib/commonjs/extensions/cellpack/model.d.ts +5 -3
  101. package/lib/commonjs/extensions/cellpack/model.js +203 -65
  102. package/lib/commonjs/extensions/cellpack/model.js.map +1 -1
  103. package/lib/commonjs/extensions/cellpack/preset.d.ts +2 -1
  104. package/lib/commonjs/extensions/cellpack/preset.js +12 -15
  105. package/lib/commonjs/extensions/cellpack/preset.js.map +1 -1
  106. package/lib/commonjs/extensions/cellpack/property.d.ts +1 -1
  107. package/lib/commonjs/extensions/cellpack/property.js +1 -1
  108. package/lib/commonjs/extensions/cellpack/representation.d.ts +53 -0
  109. package/lib/commonjs/extensions/cellpack/representation.js +47 -0
  110. package/lib/commonjs/extensions/cellpack/representation.js.map +1 -0
  111. package/lib/commonjs/extensions/cellpack/state.d.ts +16 -5
  112. package/lib/commonjs/extensions/cellpack/state.js +234 -27
  113. package/lib/commonjs/extensions/cellpack/state.js.map +1 -1
  114. package/lib/commonjs/extensions/cellpack/util.d.ts +3 -1
  115. package/lib/commonjs/extensions/cellpack/util.js +34 -6
  116. package/lib/commonjs/extensions/cellpack/util.js.map +1 -1
  117. package/lib/commonjs/extensions/dnatco/confal-pyramids/util.js +7 -7
  118. package/lib/commonjs/extensions/dnatco/confal-pyramids/util.js.map +1 -1
  119. package/lib/commonjs/extensions/g3d/data.js +2 -2
  120. package/lib/commonjs/extensions/g3d/data.js.map +1 -1
  121. package/lib/commonjs/extensions/g3d/model.js +2 -2
  122. package/lib/commonjs/extensions/g3d/model.js.map +1 -1
  123. package/lib/commonjs/extensions/geo-export/controls.js +2 -2
  124. package/lib/commonjs/extensions/geo-export/controls.js.map +1 -1
  125. package/lib/commonjs/extensions/geo-export/glb-exporter.js +1 -1
  126. package/lib/commonjs/extensions/geo-export/glb-exporter.js.map +1 -1
  127. package/lib/commonjs/extensions/geo-export/obj-exporter.js +3 -3
  128. package/lib/commonjs/extensions/geo-export/obj-exporter.js.map +1 -1
  129. package/lib/commonjs/extensions/geo-export/stl-exporter.js +1 -1
  130. package/lib/commonjs/extensions/geo-export/stl-exporter.js.map +1 -1
  131. package/lib/commonjs/extensions/geo-export/usdz-exporter.js +5 -5
  132. package/lib/commonjs/extensions/geo-export/usdz-exporter.js.map +1 -1
  133. package/lib/commonjs/extensions/mp4-export/controls.js +1 -1
  134. package/lib/commonjs/extensions/mp4-export/controls.js.map +1 -1
  135. package/lib/commonjs/extensions/pdbe/structure-quality-report/behavior.js +1 -1
  136. package/lib/commonjs/extensions/pdbe/structure-quality-report/behavior.js.map +1 -1
  137. package/lib/commonjs/extensions/pdbe/structure-quality-report/prop.js +1 -1
  138. package/lib/commonjs/extensions/pdbe/structure-quality-report/prop.js.map +1 -1
  139. package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +4 -4
  140. package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.js +3 -3
  141. package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.js.map +1 -1
  142. package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.d.ts +12 -12
  143. package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.js +1 -1
  144. package/lib/commonjs/extensions/rcsb/assembly-symmetry/color.js.map +1 -1
  145. package/lib/commonjs/extensions/rcsb/assembly-symmetry/prop.js +2 -2
  146. package/lib/commonjs/extensions/rcsb/assembly-symmetry/prop.js.map +1 -1
  147. package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.d.ts +2 -2
  148. package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.js +7 -7
  149. package/lib/commonjs/extensions/rcsb/assembly-symmetry/representation.js.map +1 -1
  150. package/lib/commonjs/extensions/rcsb/validation-report/behavior.js +11 -11
  151. package/lib/commonjs/extensions/rcsb/validation-report/behavior.js.map +1 -1
  152. package/lib/commonjs/extensions/rcsb/validation-report/prop.js +2 -2
  153. package/lib/commonjs/extensions/rcsb/validation-report/prop.js.map +1 -1
  154. package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +15 -0
  155. package/lib/commonjs/extensions/rcsb/validation-report/representation.js +2 -2
  156. package/lib/commonjs/extensions/rcsb/validation-report/representation.js.map +1 -1
  157. package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +4 -4
  158. package/lib/commonjs/mol-canvas3d/canvas3d.js +3 -3
  159. package/lib/commonjs/mol-canvas3d/canvas3d.js.map +1 -1
  160. package/lib/commonjs/mol-canvas3d/helper/camera-helper.d.ts +2 -2
  161. package/lib/commonjs/mol-canvas3d/helper/handle-helper.js +1 -1
  162. package/lib/commonjs/mol-canvas3d/helper/handle-helper.js.map +1 -1
  163. package/lib/commonjs/mol-canvas3d/passes/image.d.ts +2 -2
  164. package/lib/commonjs/mol-canvas3d/passes/wboit.js +1 -1
  165. package/lib/commonjs/mol-canvas3d/passes/wboit.js.map +1 -1
  166. package/lib/commonjs/mol-canvas3d/util.js +1 -1
  167. package/lib/commonjs/mol-canvas3d/util.js.map +1 -1
  168. package/lib/commonjs/mol-data/db/table.js +1 -1
  169. package/lib/commonjs/mol-data/db/table.js.map +1 -1
  170. package/lib/commonjs/mol-data/int/_spec/sorted-ranges.spec.js +1 -1
  171. package/lib/commonjs/mol-data/int/_spec/sorted-ranges.spec.js.map +1 -1
  172. package/lib/commonjs/mol-data/int/impl/ordered-set.d.ts +3 -3
  173. package/lib/commonjs/mol-data/int/impl/sorted-array.js +2 -2
  174. package/lib/commonjs/mol-data/int/impl/sorted-array.js.map +1 -1
  175. package/lib/commonjs/mol-data/int/tuple.js +1 -1
  176. package/lib/commonjs/mol-data/int/tuple.js.map +1 -1
  177. package/lib/commonjs/mol-data/util/_spec/interval-iterator.spec.js +1 -1
  178. package/lib/commonjs/mol-data/util/_spec/interval-iterator.spec.js.map +1 -1
  179. package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.d.ts +2 -2
  180. package/lib/commonjs/mol-geo/geometry/image/image.d.ts +2 -2
  181. package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.d.ts +1 -1
  182. package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.js +19 -11
  183. package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.js.map +1 -1
  184. package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.d.ts +2 -2
  185. package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.js +57 -15
  186. package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.js.map +1 -1
  187. package/lib/commonjs/mol-geo/geometry/mesh/mesh.js +1 -1
  188. package/lib/commonjs/mol-geo/geometry/mesh/mesh.js.map +1 -1
  189. package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +1 -0
  190. package/lib/commonjs/mol-geo/geometry/text/font-atlas.js +1 -1
  191. package/lib/commonjs/mol-geo/geometry/text/font-atlas.js.map +1 -1
  192. package/lib/commonjs/mol-geo/geometry/text/text.js +1 -1
  193. package/lib/commonjs/mol-geo/geometry/text/text.js.map +1 -1
  194. package/lib/commonjs/mol-geo/primitive/polyhedron.js +1 -1
  195. package/lib/commonjs/mol-geo/primitive/polyhedron.js.map +1 -1
  196. package/lib/commonjs/mol-gl/_spec/cylinders.spec.d.ts +6 -0
  197. package/lib/commonjs/mol-gl/_spec/cylinders.spec.js +42 -0
  198. package/lib/commonjs/mol-gl/_spec/cylinders.spec.js.map +1 -0
  199. package/lib/commonjs/mol-gl/_spec/direct-volume.spec.d.ts +6 -0
  200. package/lib/commonjs/mol-gl/_spec/direct-volume.spec.js +42 -0
  201. package/lib/commonjs/mol-gl/_spec/direct-volume.spec.js.map +1 -0
  202. package/lib/commonjs/mol-gl/_spec/gl.d.ts +9 -0
  203. package/lib/commonjs/mol-gl/_spec/gl.js +33 -0
  204. package/lib/commonjs/mol-gl/_spec/gl.js.map +1 -0
  205. package/lib/commonjs/mol-gl/_spec/gl.shim.js +5 -5
  206. package/lib/commonjs/mol-gl/_spec/gl.shim.js.map +1 -1
  207. package/lib/commonjs/mol-gl/_spec/image.spec.d.ts +6 -0
  208. package/lib/commonjs/mol-gl/_spec/image.spec.js +42 -0
  209. package/lib/commonjs/mol-gl/_spec/image.spec.js.map +1 -0
  210. package/lib/commonjs/mol-gl/_spec/lines.spec.d.ts +6 -0
  211. package/lib/commonjs/mol-gl/_spec/lines.spec.js +42 -0
  212. package/lib/commonjs/mol-gl/_spec/lines.spec.js.map +1 -0
  213. package/lib/commonjs/mol-gl/_spec/mesh.spec.d.ts +6 -0
  214. package/lib/commonjs/mol-gl/_spec/mesh.spec.js +42 -0
  215. package/lib/commonjs/mol-gl/_spec/mesh.spec.js.map +1 -0
  216. package/lib/commonjs/mol-gl/_spec/points.spec.d.ts +6 -0
  217. package/lib/commonjs/mol-gl/_spec/points.spec.js +42 -0
  218. package/lib/commonjs/mol-gl/_spec/points.spec.js.map +1 -0
  219. package/lib/commonjs/mol-gl/_spec/renderer.spec.d.ts +7 -1
  220. package/lib/commonjs/mol-gl/_spec/renderer.spec.js +7 -45
  221. package/lib/commonjs/mol-gl/_spec/renderer.spec.js.map +1 -1
  222. package/lib/commonjs/mol-gl/_spec/spheres.spec.d.ts +6 -0
  223. package/lib/commonjs/mol-gl/_spec/spheres.spec.js +42 -0
  224. package/lib/commonjs/mol-gl/_spec/spheres.spec.js.map +1 -0
  225. package/lib/commonjs/mol-gl/_spec/text.spec.d.ts +6 -0
  226. package/lib/commonjs/mol-gl/_spec/text.spec.js +42 -0
  227. package/lib/commonjs/mol-gl/_spec/text.spec.js.map +1 -0
  228. package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.d.ts +6 -0
  229. package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.js +42 -0
  230. package/lib/commonjs/mol-gl/_spec/texture-mesh.spec.js.map +1 -0
  231. package/lib/commonjs/mol-gl/compute/grid3d.js +3 -3
  232. package/lib/commonjs/mol-gl/compute/grid3d.js.map +1 -1
  233. package/lib/commonjs/mol-gl/compute/histogram-pyramid/reduction.js +4 -4
  234. package/lib/commonjs/mol-gl/compute/histogram-pyramid/reduction.js.map +1 -1
  235. package/lib/commonjs/mol-gl/renderable/util.js +1 -1
  236. package/lib/commonjs/mol-gl/renderable/util.js.map +1 -1
  237. package/lib/commonjs/mol-gl/renderer.d.ts +2 -2
  238. package/lib/commonjs/mol-gl/scene.js +1 -1
  239. package/lib/commonjs/mol-gl/scene.js.map +1 -1
  240. package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
  241. package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
  242. package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.js.map +1 -1
  243. package/lib/commonjs/mol-gl/shader-code.js +8 -8
  244. package/lib/commonjs/mol-gl/shader-code.js.map +1 -1
  245. package/lib/commonjs/mol-gl/webgl/buffer.d.ts +3 -2
  246. package/lib/commonjs/mol-gl/webgl/buffer.js +5 -5
  247. package/lib/commonjs/mol-gl/webgl/buffer.js.map +1 -1
  248. package/lib/commonjs/mol-gl/webgl/compat.js +3 -3
  249. package/lib/commonjs/mol-gl/webgl/compat.js.map +1 -1
  250. package/lib/commonjs/mol-gl/webgl/context.js +6 -4
  251. package/lib/commonjs/mol-gl/webgl/context.js.map +1 -1
  252. package/lib/commonjs/mol-gl/webgl/extensions.js +5 -1
  253. package/lib/commonjs/mol-gl/webgl/extensions.js.map +1 -1
  254. package/lib/commonjs/mol-gl/webgl/framebuffer.js +1 -1
  255. package/lib/commonjs/mol-gl/webgl/framebuffer.js.map +1 -1
  256. package/lib/commonjs/mol-gl/webgl/program.d.ts +1 -1
  257. package/lib/commonjs/mol-gl/webgl/program.js +14 -12
  258. package/lib/commonjs/mol-gl/webgl/program.js.map +1 -1
  259. package/lib/commonjs/mol-gl/webgl/render-item.d.ts +3 -2
  260. package/lib/commonjs/mol-gl/webgl/render-item.js +2 -2
  261. package/lib/commonjs/mol-gl/webgl/render-item.js.map +1 -1
  262. package/lib/commonjs/mol-gl/webgl/resources.js +1 -1
  263. package/lib/commonjs/mol-gl/webgl/resources.js.map +1 -1
  264. package/lib/commonjs/mol-gl/webgl/shader.js +3 -3
  265. package/lib/commonjs/mol-gl/webgl/shader.js.map +1 -1
  266. package/lib/commonjs/mol-gl/webgl/state.d.ts +4 -1
  267. package/lib/commonjs/mol-gl/webgl/state.js +25 -1
  268. package/lib/commonjs/mol-gl/webgl/state.js.map +1 -1
  269. package/lib/commonjs/mol-gl/webgl/texture.js +2 -2
  270. package/lib/commonjs/mol-gl/webgl/texture.js.map +1 -1
  271. package/lib/commonjs/mol-gl/webgl/uniform.js +2 -2
  272. package/lib/commonjs/mol-gl/webgl/uniform.js.map +1 -1
  273. package/lib/commonjs/mol-io/common/file-handle.js +1 -1
  274. package/lib/commonjs/mol-io/common/file-handle.js.map +1 -1
  275. package/lib/commonjs/mol-io/common/typed-array.js +1 -1
  276. package/lib/commonjs/mol-io/common/typed-array.js.map +1 -1
  277. package/lib/commonjs/mol-io/reader/ccp4/parser.js +1 -1
  278. package/lib/commonjs/mol-io/reader/ccp4/parser.js.map +1 -1
  279. package/lib/commonjs/mol-io/reader/cif/binary/parser.js +1 -1
  280. package/lib/commonjs/mol-io/reader/cif/binary/parser.js.map +1 -1
  281. package/lib/commonjs/mol-io/reader/cif/data-model.js +7 -7
  282. package/lib/commonjs/mol-io/reader/cif/data-model.js.map +1 -1
  283. package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +1 -1
  284. package/lib/commonjs/mol-io/reader/cif/schema/density-server.d.ts +2 -2
  285. package/lib/commonjs/mol-io/reader/cif/schema/mmcif-extras.d.ts +1 -1
  286. package/lib/commonjs/mol-io/reader/cif/schema/mmcif.d.ts +12 -12
  287. package/lib/commonjs/mol-io/reader/cif/schema.js +7 -7
  288. package/lib/commonjs/mol-io/reader/cif/schema.js.map +1 -1
  289. package/lib/commonjs/mol-io/reader/cif/text/parser.js +2 -2
  290. package/lib/commonjs/mol-io/reader/cif/text/parser.js.map +1 -1
  291. package/lib/commonjs/mol-io/reader/dcd/parser.js +2 -2
  292. package/lib/commonjs/mol-io/reader/dcd/parser.js.map +1 -1
  293. package/lib/commonjs/mol-io/reader/ply/schema.d.ts +1 -1
  294. package/lib/commonjs/mol-io/reader/ply/schema.js +1 -1
  295. package/lib/commonjs/mol-io/reader/ply/schema.js.map +1 -1
  296. package/lib/commonjs/mol-io/reader/result.js +1 -1
  297. package/lib/commonjs/mol-io/reader/result.js.map +1 -1
  298. package/lib/commonjs/mol-io/writer/cif/encoder/text.js +3 -3
  299. package/lib/commonjs/mol-io/writer/cif/encoder/text.js.map +1 -1
  300. package/lib/commonjs/mol-io/writer/cif/encoder.js +5 -5
  301. package/lib/commonjs/mol-io/writer/cif/encoder.js.map +1 -1
  302. package/lib/commonjs/mol-io/writer/mol/encoder.js +4 -4
  303. package/lib/commonjs/mol-io/writer/mol/encoder.js.map +1 -1
  304. package/lib/commonjs/mol-io/writer/mol2/encoder.js +6 -6
  305. package/lib/commonjs/mol-io/writer/mol2/encoder.js.map +1 -1
  306. package/lib/commonjs/mol-math/geometry/gaussian-density/gpu.js +1 -1
  307. package/lib/commonjs/mol-math/geometry/gaussian-density/gpu.js.map +1 -1
  308. package/lib/commonjs/mol-math/geometry/primitives/axes3d.d.ts +2 -1
  309. package/lib/commonjs/mol-math/geometry/primitives/axes3d.js +9 -2
  310. package/lib/commonjs/mol-math/geometry/primitives/axes3d.js.map +1 -1
  311. package/lib/commonjs/mol-math/geometry/spacegroup/construction.js +8 -8
  312. package/lib/commonjs/mol-math/geometry/spacegroup/construction.js.map +1 -1
  313. package/lib/commonjs/mol-math/geometry/spacegroup/tables.js +1 -1
  314. package/lib/commonjs/mol-math/geometry/spacegroup/tables.js.map +1 -1
  315. package/lib/commonjs/mol-math/geometry/symmetry-operator.js +4 -4
  316. package/lib/commonjs/mol-math/geometry/symmetry-operator.js.map +1 -1
  317. package/lib/commonjs/mol-math/graph/inter-unit-graph.js +2 -2
  318. package/lib/commonjs/mol-math/graph/inter-unit-graph.js.map +1 -1
  319. package/lib/commonjs/mol-math/linear-algebra/3d/quat.js +1 -1
  320. package/lib/commonjs/mol-math/linear-algebra/3d/quat.js.map +1 -1
  321. package/lib/commonjs/mol-math/linear-algebra/3d/vec2.js +1 -1
  322. package/lib/commonjs/mol-math/linear-algebra/3d/vec2.js.map +1 -1
  323. package/lib/commonjs/mol-math/linear-algebra/3d/vec3.js +1 -1
  324. package/lib/commonjs/mol-math/linear-algebra/3d/vec3.js.map +1 -1
  325. package/lib/commonjs/mol-math/linear-algebra/3d/vec4.js +1 -1
  326. package/lib/commonjs/mol-math/linear-algebra/3d/vec4.js.map +1 -1
  327. package/lib/commonjs/mol-model/loci.d.ts +30 -30
  328. package/lib/commonjs/mol-model/sequence/sequence.js +2 -2
  329. package/lib/commonjs/mol-model/sequence/sequence.js.map +1 -1
  330. package/lib/commonjs/mol-model/structure/export/categories/atom_site.js +2 -2
  331. package/lib/commonjs/mol-model/structure/export/categories/atom_site.js.map +1 -1
  332. package/lib/commonjs/mol-model/structure/export/categories/atom_site_operator_mapping.js +1 -1
  333. package/lib/commonjs/mol-model/structure/export/categories/atom_site_operator_mapping.js.map +1 -1
  334. package/lib/commonjs/mol-model/structure/export/categories/secondary-structure.js +1 -1
  335. package/lib/commonjs/mol-model/structure/export/categories/secondary-structure.js.map +1 -1
  336. package/lib/commonjs/mol-model/structure/export/mmcif.js +1 -1
  337. package/lib/commonjs/mol-model/structure/export/mmcif.js.map +1 -1
  338. package/lib/commonjs/mol-model/structure/model/properties/atomic/bonds.js +2 -2
  339. package/lib/commonjs/mol-model/structure/model/properties/atomic/bonds.js.map +1 -1
  340. package/lib/commonjs/mol-model/structure/model/properties/symmetry.js +3 -3
  341. package/lib/commonjs/mol-model/structure/model/properties/symmetry.js.map +1 -1
  342. package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-index.js +2 -2
  343. package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-index.js.map +1 -1
  344. package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-keys.js +1 -1
  345. package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-keys.js.map +1 -1
  346. package/lib/commonjs/mol-model/structure/model/properties/utils/residue-set.js +1 -1
  347. package/lib/commonjs/mol-model/structure/model/properties/utils/residue-set.js.map +1 -1
  348. package/lib/commonjs/mol-model/structure/query/context.js +1 -1
  349. package/lib/commonjs/mol-model/structure/query/context.js.map +1 -1
  350. package/lib/commonjs/mol-model/structure/structure/carbohydrates/compute.js +1 -1
  351. package/lib/commonjs/mol-model/structure/structure/carbohydrates/compute.js.map +1 -1
  352. package/lib/commonjs/mol-model/structure/structure/element/loci.d.ts +1 -0
  353. package/lib/commonjs/mol-model/structure/structure/element/loci.js +16 -2
  354. package/lib/commonjs/mol-model/structure/structure/element/loci.js.map +1 -1
  355. package/lib/commonjs/mol-model/structure/structure/element/util.js +1 -1
  356. package/lib/commonjs/mol-model/structure/structure/element/util.js.map +1 -1
  357. package/lib/commonjs/mol-model/structure/structure/properties.d.ts +1 -1
  358. package/lib/commonjs/mol-model/structure/structure/properties.js +1 -1
  359. package/lib/commonjs/mol-model/structure/structure/properties.js.map +1 -1
  360. package/lib/commonjs/mol-model/structure/structure/structure.js +3 -2
  361. package/lib/commonjs/mol-model/structure/structure/structure.js.map +1 -1
  362. package/lib/commonjs/mol-model/structure/structure/symmetry.js +3 -3
  363. package/lib/commonjs/mol-model/structure/structure/symmetry.js.map +1 -1
  364. package/lib/commonjs/mol-model/structure/structure/util/superposition-db-mapping.js +1 -1
  365. package/lib/commonjs/mol-model/structure/structure/util/superposition-db-mapping.js.map +1 -1
  366. package/lib/commonjs/mol-model/volume/volume.js +2 -2
  367. package/lib/commonjs/mol-model/volume/volume.js.map +1 -1
  368. package/lib/commonjs/mol-model-formats/shape/ply.d.ts +8 -8
  369. package/lib/commonjs/mol-model-formats/shape/ply.js +1 -1
  370. package/lib/commonjs/mol-model-formats/shape/ply.js.map +1 -1
  371. package/lib/commonjs/mol-model-formats/structure/basic/atomic.js +2 -2
  372. package/lib/commonjs/mol-model-formats/structure/basic/atomic.js.map +1 -1
  373. package/lib/commonjs/mol-model-formats/structure/basic/properties.js +2 -2
  374. package/lib/commonjs/mol-model-formats/structure/basic/properties.js.map +1 -1
  375. package/lib/commonjs/mol-model-formats/structure/basic/schema.d.ts +4 -4
  376. package/lib/commonjs/mol-model-formats/structure/common/component.d.ts +5 -5
  377. package/lib/commonjs/mol-model-formats/structure/common/entity.js +6 -6
  378. package/lib/commonjs/mol-model-formats/structure/common/entity.js.map +1 -1
  379. package/lib/commonjs/mol-model-formats/structure/pdb/assembly.js +10 -10
  380. package/lib/commonjs/mol-model-formats/structure/pdb/assembly.js.map +1 -1
  381. package/lib/commonjs/mol-model-formats/structure/pdb/conect.js +1 -1
  382. package/lib/commonjs/mol-model-formats/structure/pdb/conect.js.map +1 -1
  383. package/lib/commonjs/mol-model-formats/structure/pdb/entity.js +1 -1
  384. package/lib/commonjs/mol-model-formats/structure/pdb/entity.js.map +1 -1
  385. package/lib/commonjs/mol-model-formats/structure/property/assembly.js +1 -1
  386. package/lib/commonjs/mol-model-formats/structure/property/assembly.js.map +1 -1
  387. package/lib/commonjs/mol-model-formats/structure/property/symmetry.js +1 -1
  388. package/lib/commonjs/mol-model-formats/structure/property/symmetry.js.map +1 -1
  389. package/lib/commonjs/mol-model-formats/volume/ccp4.js +1 -1
  390. package/lib/commonjs/mol-model-formats/volume/ccp4.js.map +1 -1
  391. package/lib/commonjs/mol-model-props/common/custom-element-property.js +1 -1
  392. package/lib/commonjs/mol-model-props/common/custom-element-property.js.map +1 -1
  393. package/lib/commonjs/mol-model-props/common/custom-property.js +1 -1
  394. package/lib/commonjs/mol-model-props/common/custom-property.js.map +1 -1
  395. package/lib/commonjs/mol-model-props/computed/interactions/common.js +1 -1
  396. package/lib/commonjs/mol-model-props/computed/interactions/common.js.map +1 -1
  397. package/lib/commonjs/mol-model-props/computed/interactions/refine.js +2 -2
  398. package/lib/commonjs/mol-model-props/computed/interactions/refine.js.map +1 -1
  399. package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +3 -0
  400. package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +3 -0
  401. package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +9 -0
  402. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/property.js +1 -1
  403. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/property.js.map +1 -1
  404. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +12 -0
  405. package/lib/commonjs/mol-model-props/integrative/pair-restraints.js +1 -1
  406. package/lib/commonjs/mol-model-props/integrative/pair-restraints.js.map +1 -1
  407. package/lib/commonjs/mol-model-props/sequence/best-database-mapping.js +1 -1
  408. package/lib/commonjs/mol-model-props/sequence/best-database-mapping.js.map +1 -1
  409. package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.d.ts +12 -12
  410. package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.js +1 -1
  411. package/lib/commonjs/mol-model-props/sequence/themes/best-database-mapping.js.map +1 -1
  412. package/lib/commonjs/mol-plugin/behavior/behavior.d.ts +1 -1
  413. package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js +3 -3
  414. package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js.map +1 -1
  415. package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js +3 -3
  416. package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js.map +1 -1
  417. package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js +1 -1
  418. package/lib/commonjs/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js.map +1 -1
  419. package/lib/commonjs/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
  420. package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +2 -2
  421. package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js.map +1 -1
  422. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +4 -4
  423. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.js +6 -6
  424. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.js.map +1 -1
  425. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
  426. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +4 -4
  427. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.js +5 -5
  428. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/transformers.js.map +1 -1
  429. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/util.js +6 -6
  430. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/util.js.map +1 -1
  431. package/lib/commonjs/mol-plugin/behavior/static/state.js +4 -4
  432. package/lib/commonjs/mol-plugin/behavior/static/state.js.map +1 -1
  433. package/lib/commonjs/mol-plugin/commands.d.ts +2 -2
  434. package/lib/commonjs/mol-plugin/config.js +10 -3
  435. package/lib/commonjs/mol-plugin/config.js.map +1 -1
  436. package/lib/commonjs/mol-plugin/context.js +2 -3
  437. package/lib/commonjs/mol-plugin/context.js.map +1 -1
  438. package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +6 -6
  439. package/lib/commonjs/mol-plugin/util/viewport-screenshot.js +1 -1
  440. package/lib/commonjs/mol-plugin/util/viewport-screenshot.js.map +1 -1
  441. package/lib/commonjs/mol-plugin-state/actions/file.js +3 -3
  442. package/lib/commonjs/mol-plugin-state/actions/file.js.map +1 -1
  443. package/lib/commonjs/mol-plugin-state/actions/structure.js +12 -12
  444. package/lib/commonjs/mol-plugin-state/actions/structure.js.map +1 -1
  445. package/lib/commonjs/mol-plugin-state/actions/volume.js +16 -16
  446. package/lib/commonjs/mol-plugin-state/actions/volume.js.map +1 -1
  447. package/lib/commonjs/mol-plugin-state/animation/built-in/model-index.d.ts +3 -3
  448. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +4 -4
  449. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.d.ts +4 -4
  450. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.js +2 -2
  451. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.js.map +1 -1
  452. package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.d.ts +10 -10
  453. package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js +21 -17
  454. package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js.map +1 -1
  455. package/lib/commonjs/mol-plugin-state/builder/structure/representation.js +2 -2
  456. package/lib/commonjs/mol-plugin-state/builder/structure/representation.js.map +1 -1
  457. package/lib/commonjs/mol-plugin-state/builder/structure.js +3 -3
  458. package/lib/commonjs/mol-plugin-state/builder/structure.js.map +1 -1
  459. package/lib/commonjs/mol-plugin-state/formats/registry.js +1 -1
  460. package/lib/commonjs/mol-plugin-state/formats/registry.js.map +1 -1
  461. package/lib/commonjs/mol-plugin-state/formats/volume.d.ts +8 -8
  462. package/lib/commonjs/mol-plugin-state/helpers/root-structure.d.ts +4 -4
  463. package/lib/commonjs/mol-plugin-state/helpers/root-structure.js +10 -10
  464. package/lib/commonjs/mol-plugin-state/helpers/root-structure.js.map +1 -1
  465. package/lib/commonjs/mol-plugin-state/helpers/structure-component.d.ts +1 -1
  466. package/lib/commonjs/mol-plugin-state/helpers/structure-component.js +3 -3
  467. package/lib/commonjs/mol-plugin-state/helpers/structure-component.js.map +1 -1
  468. package/lib/commonjs/mol-plugin-state/helpers/structure-query.js +1 -1
  469. package/lib/commonjs/mol-plugin-state/helpers/structure-query.js.map +1 -1
  470. package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js +5 -5
  471. package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
  472. package/lib/commonjs/mol-plugin-state/manager/animation.js +1 -1
  473. package/lib/commonjs/mol-plugin-state/manager/animation.js.map +1 -1
  474. package/lib/commonjs/mol-plugin-state/manager/interactivity.d.ts +1 -1
  475. package/lib/commonjs/mol-plugin-state/manager/loci-label.js +1 -1
  476. package/lib/commonjs/mol-plugin-state/manager/loci-label.js.map +1 -1
  477. package/lib/commonjs/mol-plugin-state/manager/snapshots.js +2 -2
  478. package/lib/commonjs/mol-plugin-state/manager/snapshots.js.map +1 -1
  479. package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.js +2 -2
  480. package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.js.map +1 -1
  481. package/lib/commonjs/mol-plugin-state/manager/structure/measurement.d.ts +7 -2
  482. package/lib/commonjs/mol-plugin-state/manager/structure/measurement.js +111 -13
  483. package/lib/commonjs/mol-plugin-state/manager/structure/measurement.js.map +1 -1
  484. package/lib/commonjs/mol-plugin-state/manager/structure/selection.d.ts +3 -3
  485. package/lib/commonjs/mol-plugin-state/manager/structure/selection.js +4 -10
  486. package/lib/commonjs/mol-plugin-state/manager/structure/selection.js.map +1 -1
  487. package/lib/commonjs/mol-plugin-state/transforms/data.d.ts +1 -1
  488. package/lib/commonjs/mol-plugin-state/transforms/data.js +8 -8
  489. package/lib/commonjs/mol-plugin-state/transforms/data.js.map +1 -1
  490. package/lib/commonjs/mol-plugin-state/transforms/helpers.d.ts +3 -1
  491. package/lib/commonjs/mol-plugin-state/transforms/helpers.js +7 -4
  492. package/lib/commonjs/mol-plugin-state/transforms/helpers.js.map +1 -1
  493. package/lib/commonjs/mol-plugin-state/transforms/model.d.ts +6 -6
  494. package/lib/commonjs/mol-plugin-state/transforms/model.js +18 -18
  495. package/lib/commonjs/mol-plugin-state/transforms/model.js.map +1 -1
  496. package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +19 -4
  497. package/lib/commonjs/mol-plugin-state/transforms/representation.js +78 -26
  498. package/lib/commonjs/mol-plugin-state/transforms/representation.js.map +1 -1
  499. package/lib/commonjs/mol-plugin-state/transforms/volume.js +7 -7
  500. package/lib/commonjs/mol-plugin-state/transforms/volume.js.map +1 -1
  501. package/lib/commonjs/mol-plugin-ui/base.js +1 -1
  502. package/lib/commonjs/mol-plugin-ui/base.js.map +1 -1
  503. package/lib/commonjs/mol-plugin-ui/controls/action-menu.js +3 -3
  504. package/lib/commonjs/mol-plugin-ui/controls/action-menu.js.map +1 -1
  505. package/lib/commonjs/mol-plugin-ui/controls/color.js +2 -2
  506. package/lib/commonjs/mol-plugin-ui/controls/color.js.map +1 -1
  507. package/lib/commonjs/mol-plugin-ui/controls/common.js +9 -9
  508. package/lib/commonjs/mol-plugin-ui/controls/common.js.map +1 -1
  509. package/lib/commonjs/mol-plugin-ui/controls/icons.js +1 -1
  510. package/lib/commonjs/mol-plugin-ui/controls/icons.js.map +1 -1
  511. package/lib/commonjs/mol-plugin-ui/controls/legend.js +3 -3
  512. package/lib/commonjs/mol-plugin-ui/controls/legend.js.map +1 -1
  513. package/lib/commonjs/mol-plugin-ui/controls/line-graph/line-graph-component.js +6 -6
  514. package/lib/commonjs/mol-plugin-ui/controls/line-graph/line-graph-component.js.map +1 -1
  515. package/lib/commonjs/mol-plugin-ui/controls/line-graph/point-component.js +1 -1
  516. package/lib/commonjs/mol-plugin-ui/controls/line-graph/point-component.js.map +1 -1
  517. package/lib/commonjs/mol-plugin-ui/controls/parameters.js +29 -29
  518. package/lib/commonjs/mol-plugin-ui/controls/parameters.js.map +1 -1
  519. package/lib/commonjs/mol-plugin-ui/controls/screenshot.js +1 -1
  520. package/lib/commonjs/mol-plugin-ui/controls/screenshot.js.map +1 -1
  521. package/lib/commonjs/mol-plugin-ui/controls/slider.js +9 -9
  522. package/lib/commonjs/mol-plugin-ui/controls/slider.js.map +1 -1
  523. package/lib/commonjs/mol-plugin-ui/controls.js +2 -2
  524. package/lib/commonjs/mol-plugin-ui/controls.js.map +1 -1
  525. package/lib/commonjs/mol-plugin-ui/plugin.js +3 -3
  526. package/lib/commonjs/mol-plugin-ui/plugin.js.map +1 -1
  527. package/lib/commonjs/mol-plugin-ui/sequence/chain.js +3 -3
  528. package/lib/commonjs/mol-plugin-ui/sequence/chain.js.map +1 -1
  529. package/lib/commonjs/mol-plugin-ui/sequence/sequence.js +4 -4
  530. package/lib/commonjs/mol-plugin-ui/sequence/sequence.js.map +1 -1
  531. package/lib/commonjs/mol-plugin-ui/sequence.d.ts +1 -1
  532. package/lib/commonjs/mol-plugin-ui/sequence.js +24 -10
  533. package/lib/commonjs/mol-plugin-ui/sequence.js.map +1 -1
  534. package/lib/commonjs/mol-plugin-ui/state/actions.js +1 -1
  535. package/lib/commonjs/mol-plugin-ui/state/actions.js.map +1 -1
  536. package/lib/commonjs/mol-plugin-ui/state/common.js +2 -2
  537. package/lib/commonjs/mol-plugin-ui/state/common.js.map +1 -1
  538. package/lib/commonjs/mol-plugin-ui/state/snapshots.js +4 -4
  539. package/lib/commonjs/mol-plugin-ui/state/snapshots.js.map +1 -1
  540. package/lib/commonjs/mol-plugin-ui/state/tree.js +8 -8
  541. package/lib/commonjs/mol-plugin-ui/state/tree.js.map +1 -1
  542. package/lib/commonjs/mol-plugin-ui/structure/components.js +4 -4
  543. package/lib/commonjs/mol-plugin-ui/structure/components.js.map +1 -1
  544. package/lib/commonjs/mol-plugin-ui/structure/focus.js +4 -4
  545. package/lib/commonjs/mol-plugin-ui/structure/focus.js.map +1 -1
  546. package/lib/commonjs/mol-plugin-ui/structure/generic.js +2 -2
  547. package/lib/commonjs/mol-plugin-ui/structure/generic.js.map +1 -1
  548. package/lib/commonjs/mol-plugin-ui/structure/measurements.d.ts +10 -1
  549. package/lib/commonjs/mol-plugin-ui/structure/measurements.js +49 -6
  550. package/lib/commonjs/mol-plugin-ui/structure/measurements.js.map +1 -1
  551. package/lib/commonjs/mol-plugin-ui/structure/selection.js +4 -4
  552. package/lib/commonjs/mol-plugin-ui/structure/selection.js.map +1 -1
  553. package/lib/commonjs/mol-plugin-ui/structure/source.js +12 -12
  554. package/lib/commonjs/mol-plugin-ui/structure/source.js.map +1 -1
  555. package/lib/commonjs/mol-plugin-ui/structure/superposition.js +4 -4
  556. package/lib/commonjs/mol-plugin-ui/structure/superposition.js.map +1 -1
  557. package/lib/commonjs/mol-plugin-ui/structure/volume.js +2 -2
  558. package/lib/commonjs/mol-plugin-ui/structure/volume.js.map +1 -1
  559. package/lib/commonjs/mol-repr/representation.d.ts +1 -0
  560. package/lib/commonjs/mol-repr/representation.js +14 -8
  561. package/lib/commonjs/mol-repr/representation.js.map +1 -1
  562. package/lib/commonjs/mol-repr/shape/loci/angle.js +2 -2
  563. package/lib/commonjs/mol-repr/shape/loci/angle.js.map +1 -1
  564. package/lib/commonjs/mol-repr/shape/loci/dihedral.js +2 -2
  565. package/lib/commonjs/mol-repr/shape/loci/dihedral.js.map +1 -1
  566. package/lib/commonjs/mol-repr/shape/loci/distance.js +2 -2
  567. package/lib/commonjs/mol-repr/shape/loci/distance.js.map +1 -1
  568. package/lib/commonjs/mol-repr/shape/loci/label.js +1 -1
  569. package/lib/commonjs/mol-repr/shape/loci/label.js.map +1 -1
  570. package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +5 -4
  571. package/lib/commonjs/mol-repr/shape/loci/orientation.js +38 -52
  572. package/lib/commonjs/mol-repr/shape/loci/orientation.js.map +1 -1
  573. package/lib/commonjs/mol-repr/shape/loci/plane.d.ts +27 -0
  574. package/lib/commonjs/mol-repr/shape/loci/plane.js +61 -0
  575. package/lib/commonjs/mol-repr/shape/loci/plane.js.map +1 -0
  576. package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +2 -2
  577. package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +1 -1
  578. package/lib/commonjs/mol-repr/structure/params.d.ts +1 -1
  579. package/lib/commonjs/mol-repr/structure/registry.d.ts +22 -11
  580. package/lib/commonjs/mol-repr/structure/registry.js +1 -1
  581. package/lib/commonjs/mol-repr/structure/registry.js.map +1 -1
  582. package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +15 -6
  583. package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +9 -0
  584. package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +3 -0
  585. package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +15 -6
  586. package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +6 -6
  587. package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.d.ts +3 -3
  588. package/lib/commonjs/mol-repr/structure/representation/line.d.ts +9 -6
  589. package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +6 -6
  590. package/lib/commonjs/mol-repr/structure/units-representation.js +1 -1
  591. package/lib/commonjs/mol-repr/structure/units-representation.js.map +1 -1
  592. package/lib/commonjs/mol-repr/structure/units-visual.d.ts +1 -1
  593. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +10 -4
  594. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js +6 -0
  595. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js.map +1 -1
  596. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.d.ts +3 -2
  597. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.js +1 -0
  598. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.js.map +1 -1
  599. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +10 -4
  600. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js +6 -0
  601. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js.map +1 -1
  602. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.d.ts +3 -2
  603. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.js +1 -0
  604. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.js.map +1 -1
  605. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +3 -0
  606. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +3 -0
  607. package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -2
  608. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +8 -8
  609. package/lib/commonjs/mol-repr/structure/visual/label-text.js +3 -3
  610. package/lib/commonjs/mol-repr/structure/visual/label-text.js.map +1 -1
  611. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +2 -2
  612. package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +3 -0
  613. package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.js +22 -15
  614. package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.js.map +1 -1
  615. package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.js +1 -1
  616. package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.js.map +1 -1
  617. package/lib/commonjs/mol-repr/structure/visual/util/bond.d.ts +24 -16
  618. package/lib/commonjs/mol-repr/structure/visual/util/bond.js +1 -1
  619. package/lib/commonjs/mol-repr/structure/visual/util/bond.js.map +1 -1
  620. package/lib/commonjs/mol-repr/structure/visual/util/color.d.ts +2 -2
  621. package/lib/commonjs/mol-repr/structure/visual/util/element.d.ts +4 -4
  622. package/lib/commonjs/mol-repr/structure/visual/util/link.d.ts +8 -0
  623. package/lib/commonjs/mol-repr/structure/visual/util/link.js +37 -27
  624. package/lib/commonjs/mol-repr/structure/visual/util/link.js.map +1 -1
  625. package/lib/commonjs/mol-repr/structure/visual/util/polymer.d.ts +2 -2
  626. package/lib/commonjs/mol-repr/volume/direct-volume.d.ts +5 -5
  627. package/lib/commonjs/mol-repr/volume/isosurface.d.ts +3 -3
  628. package/lib/commonjs/mol-repr/volume/registry.d.ts +4 -4
  629. package/lib/commonjs/mol-repr/volume/registry.js +1 -1
  630. package/lib/commonjs/mol-repr/volume/registry.js.map +1 -1
  631. package/lib/commonjs/mol-repr/volume/slice.d.ts +6 -6
  632. package/lib/commonjs/mol-script/language/builder.d.ts +0 -1
  633. package/lib/commonjs/mol-script/language/expression-formatter.js +6 -6
  634. package/lib/commonjs/mol-script/language/expression-formatter.js.map +1 -1
  635. package/lib/commonjs/mol-script/language/helpers.js +4 -4
  636. package/lib/commonjs/mol-script/language/helpers.js.map +1 -1
  637. package/lib/commonjs/mol-script/language/parser.js +1 -1
  638. package/lib/commonjs/mol-script/language/parser.js.map +1 -1
  639. package/lib/commonjs/mol-script/language/symbol-table/structure-query.js +3 -3
  640. package/lib/commonjs/mol-script/language/symbol-table/structure-query.js.map +1 -1
  641. package/lib/commonjs/mol-script/language/symbol.js +1 -1
  642. package/lib/commonjs/mol-script/language/symbol.js.map +1 -1
  643. package/lib/commonjs/mol-script/runtime/query/base.js +2 -2
  644. package/lib/commonjs/mol-script/runtime/query/base.js.map +1 -1
  645. package/lib/commonjs/mol-script/script/mol-script/symbols.js +3 -3
  646. package/lib/commonjs/mol-script/script/mol-script/symbols.js.map +1 -1
  647. package/lib/commonjs/mol-state/state/builder.js +1 -1
  648. package/lib/commonjs/mol-state/state/builder.js.map +1 -1
  649. package/lib/commonjs/mol-state/state.js +7 -7
  650. package/lib/commonjs/mol-state/state.js.map +1 -1
  651. package/lib/commonjs/mol-state/transformer.js +3 -3
  652. package/lib/commonjs/mol-state/transformer.js.map +1 -1
  653. package/lib/commonjs/mol-state/tree/transient.js +3 -3
  654. package/lib/commonjs/mol-state/tree/transient.js.map +1 -1
  655. package/lib/commonjs/mol-task/execution/progress.js +4 -4
  656. package/lib/commonjs/mol-task/execution/progress.js.map +1 -1
  657. package/lib/commonjs/mol-task/task.js +1 -1
  658. package/lib/commonjs/mol-task/task.js.map +1 -1
  659. package/lib/commonjs/mol-task/util/multistep.js +1 -1
  660. package/lib/commonjs/mol-task/util/multistep.js.map +1 -1
  661. package/lib/commonjs/mol-task/util/user-timing.js +3 -3
  662. package/lib/commonjs/mol-task/util/user-timing.js.map +1 -1
  663. package/lib/commonjs/mol-theme/color/atom-id.d.ts +12 -12
  664. package/lib/commonjs/mol-theme/color/chain-id.d.ts +12 -12
  665. package/lib/commonjs/mol-theme/color/chain-id.js +1 -1
  666. package/lib/commonjs/mol-theme/color/chain-id.js.map +1 -1
  667. package/lib/commonjs/mol-theme/color/element-index.d.ts +12 -12
  668. package/lib/commonjs/mol-theme/color/element-symbol.d.ts +12 -12
  669. package/lib/commonjs/mol-theme/color/entity-id.d.ts +12 -12
  670. package/lib/commonjs/mol-theme/color/entity-id.js +1 -1
  671. package/lib/commonjs/mol-theme/color/entity-id.js.map +1 -1
  672. package/lib/commonjs/mol-theme/color/entity-source.d.ts +12 -12
  673. package/lib/commonjs/mol-theme/color/entity-source.js +4 -4
  674. package/lib/commonjs/mol-theme/color/entity-source.js.map +1 -1
  675. package/lib/commonjs/mol-theme/color/illustrative.d.ts +12 -12
  676. package/lib/commonjs/mol-theme/color/model-index.d.ts +12 -12
  677. package/lib/commonjs/mol-theme/color/operator-hkl.d.ts +12 -12
  678. package/lib/commonjs/mol-theme/color/operator-hkl.js +2 -2
  679. package/lib/commonjs/mol-theme/color/operator-hkl.js.map +1 -1
  680. package/lib/commonjs/mol-theme/color/operator-name.d.ts +12 -12
  681. package/lib/commonjs/mol-theme/color/polymer-id.d.ts +12 -12
  682. package/lib/commonjs/mol-theme/color/polymer-index.d.ts +12 -12
  683. package/lib/commonjs/mol-theme/color/unit-index.d.ts +12 -12
  684. package/lib/commonjs/mol-theme/color.d.ts +78 -78
  685. package/lib/commonjs/mol-theme/label.d.ts +1 -0
  686. package/lib/commonjs/mol-theme/label.js +38 -28
  687. package/lib/commonjs/mol-theme/label.js.map +1 -1
  688. package/lib/commonjs/mol-theme/theme.js +3 -3
  689. package/lib/commonjs/mol-theme/theme.js.map +1 -1
  690. package/lib/commonjs/mol-util/assets.js +3 -3
  691. package/lib/commonjs/mol-util/assets.js.map +1 -1
  692. package/lib/commonjs/mol-util/color/color.js +2 -2
  693. package/lib/commonjs/mol-util/color/color.js.map +1 -1
  694. package/lib/commonjs/mol-util/color/lists.js +1 -1
  695. package/lib/commonjs/mol-util/color/lists.js.map +1 -1
  696. package/lib/commonjs/mol-util/color/palette.d.ts +12 -12
  697. package/lib/commonjs/mol-util/color/palette.js +2 -2
  698. package/lib/commonjs/mol-util/color/palette.js.map +1 -1
  699. package/lib/commonjs/mol-util/console-logger.js +9 -9
  700. package/lib/commonjs/mol-util/console-logger.js.map +1 -1
  701. package/lib/commonjs/mol-util/data-source.js +5 -5
  702. package/lib/commonjs/mol-util/data-source.js.map +1 -1
  703. package/lib/commonjs/mol-util/download.js +1 -1
  704. package/lib/commonjs/mol-util/download.js.map +1 -1
  705. package/lib/commonjs/mol-util/graphql-client.js +2 -2
  706. package/lib/commonjs/mol-util/graphql-client.js.map +1 -1
  707. package/lib/commonjs/mol-util/index.js +2 -2
  708. package/lib/commonjs/mol-util/index.js.map +1 -1
  709. package/lib/commonjs/mol-util/monadic-parser.js +4 -4
  710. package/lib/commonjs/mol-util/monadic-parser.js.map +1 -1
  711. package/lib/commonjs/mol-util/now.js +4 -4
  712. package/lib/commonjs/mol-util/now.js.map +1 -1
  713. package/lib/commonjs/mol-util/object.js +1 -1
  714. package/lib/commonjs/mol-util/object.js.map +1 -1
  715. package/lib/commonjs/mol-util/performance-monitor.js +4 -4
  716. package/lib/commonjs/mol-util/performance-monitor.js.map +1 -1
  717. package/lib/commonjs/mol-util/string.js +3 -3
  718. package/lib/commonjs/mol-util/string.js.map +1 -1
  719. package/lib/commonjs/mol-util/url.js +2 -2
  720. package/lib/commonjs/mol-util/url.js.map +1 -1
  721. package/lib/commonjs/mol-util/zip/deflate.js +1 -1
  722. package/lib/commonjs/mol-util/zip/deflate.js.map +1 -1
  723. package/lib/commonjs/mol-util/zip/inflate.js +1 -1
  724. package/lib/commonjs/mol-util/zip/inflate.js.map +1 -1
  725. package/lib/commonjs/mol-util/zip/zip.js +1 -1
  726. package/lib/commonjs/mol-util/zip/zip.js.map +1 -1
  727. package/lib/commonjs/perf-tests/mol-script.js +1 -1
  728. package/lib/commonjs/perf-tests/mol-script.js.map +1 -1
  729. package/lib/commonjs/perf-tests/sets.js +1 -1
  730. package/lib/commonjs/perf-tests/sets.js.map +1 -1
  731. package/lib/commonjs/perf-tests/sort.js +1 -1
  732. package/lib/commonjs/perf-tests/sort.js.map +1 -1
  733. package/lib/commonjs/perf-tests/string-builder.js +2 -2
  734. package/lib/commonjs/perf-tests/string-builder.js.map +1 -1
  735. package/lib/commonjs/perf-tests/structure.js +7 -7
  736. package/lib/commonjs/perf-tests/structure.js.map +1 -1
  737. package/lib/commonjs/perf-tests/test-xtc.js +1 -1
  738. package/lib/commonjs/perf-tests/test-xtc.js.map +1 -1
  739. package/lib/commonjs/servers/common/file-handle.js +1 -1
  740. package/lib/commonjs/servers/common/file-handle.js.map +1 -1
  741. package/lib/commonjs/servers/common/util.js +1 -1
  742. package/lib/commonjs/servers/common/util.js.map +1 -1
  743. package/lib/commonjs/servers/model/config.js +4 -4
  744. package/lib/commonjs/servers/model/config.js.map +1 -1
  745. package/lib/commonjs/servers/model/preprocess/master.js +1 -1
  746. package/lib/commonjs/servers/model/preprocess/master.js.map +1 -1
  747. package/lib/commonjs/servers/model/preprocess/parallel.js +2 -2
  748. package/lib/commonjs/servers/model/preprocess/parallel.js.map +1 -1
  749. package/lib/commonjs/servers/model/preprocess/util.js +3 -3
  750. package/lib/commonjs/servers/model/preprocess/util.js.map +1 -1
  751. package/lib/commonjs/servers/model/preprocess.js +0 -0
  752. package/lib/commonjs/servers/model/properties/providers/pdbe.js +5 -5
  753. package/lib/commonjs/servers/model/properties/providers/pdbe.js.map +1 -1
  754. package/lib/commonjs/servers/model/property-provider.js +2 -2
  755. package/lib/commonjs/servers/model/property-provider.js.map +1 -1
  756. package/lib/commonjs/servers/model/query.js +1 -1
  757. package/lib/commonjs/servers/model/query.js.map +1 -1
  758. package/lib/commonjs/servers/model/server/api-local.js +2 -2
  759. package/lib/commonjs/servers/model/server/api-local.js.map +1 -1
  760. package/lib/commonjs/servers/model/server/api-schema.js +2 -2
  761. package/lib/commonjs/servers/model/server/api-schema.js.map +1 -1
  762. package/lib/commonjs/servers/model/server/api-web-multiple.js +1 -1
  763. package/lib/commonjs/servers/model/server/api-web-multiple.js.map +1 -1
  764. package/lib/commonjs/servers/model/server/api-web.js +4 -4
  765. package/lib/commonjs/servers/model/server/api-web.js.map +1 -1
  766. package/lib/commonjs/servers/model/server/api.js +1 -1
  767. package/lib/commonjs/servers/model/server/api.js.map +1 -1
  768. package/lib/commonjs/servers/model/server/cache.js +3 -3
  769. package/lib/commonjs/servers/model/server/cache.js.map +1 -1
  770. package/lib/commonjs/servers/model/server/jobs.js +3 -3
  771. package/lib/commonjs/servers/model/server/jobs.js.map +1 -1
  772. package/lib/commonjs/servers/model/server/query.js +10 -10
  773. package/lib/commonjs/servers/model/server/query.js.map +1 -1
  774. package/lib/commonjs/servers/model/server/structure-wrapper.js +6 -6
  775. package/lib/commonjs/servers/model/server/structure-wrapper.js.map +1 -1
  776. package/lib/commonjs/servers/model/server.js +3 -3
  777. package/lib/commonjs/servers/model/server.js.map +1 -1
  778. package/lib/commonjs/servers/model/utils/fetch-props-pdbe.js +4 -4
  779. package/lib/commonjs/servers/model/utils/fetch-props-pdbe.js.map +1 -1
  780. package/lib/commonjs/servers/model/utils/writer.js +2 -2
  781. package/lib/commonjs/servers/model/utils/writer.js.map +1 -1
  782. package/lib/commonjs/servers/plugin-state/api-schema.js +2 -2
  783. package/lib/commonjs/servers/plugin-state/api-schema.js.map +1 -1
  784. package/lib/commonjs/servers/plugin-state/index.js +1 -1
  785. package/lib/commonjs/servers/plugin-state/index.js.map +1 -1
  786. package/lib/commonjs/servers/volume/pack/format/dsn6.js +1 -1
  787. package/lib/commonjs/servers/volume/pack/format/dsn6.js.map +1 -1
  788. package/lib/commonjs/servers/volume/pack/main.js +4 -4
  789. package/lib/commonjs/servers/volume/pack/main.js.map +1 -1
  790. package/lib/commonjs/servers/volume/pack/writer.js +1 -1
  791. package/lib/commonjs/servers/volume/pack/writer.js.map +1 -1
  792. package/lib/commonjs/servers/volume/pack.js +1 -1
  793. package/lib/commonjs/servers/volume/pack.js.map +1 -1
  794. package/lib/commonjs/servers/volume/query.js +0 -0
  795. package/lib/commonjs/servers/volume/server/api.js +7 -7
  796. package/lib/commonjs/servers/volume/server/api.js.map +1 -1
  797. package/lib/commonjs/servers/volume/server/local-api.js +1 -1
  798. package/lib/commonjs/servers/volume/server/local-api.js.map +1 -1
  799. package/lib/commonjs/servers/volume/server/query/encode.js +3 -3
  800. package/lib/commonjs/servers/volume/server/query/encode.js.map +1 -1
  801. package/lib/commonjs/servers/volume/server/query/execute.js +5 -5
  802. package/lib/commonjs/servers/volume/server/query/execute.js.map +1 -1
  803. package/lib/commonjs/servers/volume/server/version.js +1 -1
  804. package/lib/commonjs/servers/volume/server/version.js.map +1 -1
  805. package/lib/commonjs/servers/volume/server/web-api.js +7 -7
  806. package/lib/commonjs/servers/volume/server/web-api.js.map +1 -1
  807. package/lib/commonjs/servers/volume/server/web-schema.js +6 -6
  808. package/lib/commonjs/servers/volume/server/web-schema.js.map +1 -1
  809. package/lib/commonjs/servers/volume/server.js +2 -2
  810. package/lib/commonjs/servers/volume/server.js.map +1 -1
  811. package/lib/commonjs/tests/browser/font-atlas.js +1 -1
  812. package/lib/commonjs/tests/browser/font-atlas.js.map +1 -1
  813. package/lib/commonjs/tests/browser/render-shape.js +1 -1
  814. package/lib/commonjs/tests/browser/render-shape.js.map +1 -1
  815. package/lib/commonjs/tests/browser/render-structure.js +1 -1
  816. package/lib/commonjs/tests/browser/render-structure.js.map +1 -1
  817. package/lib/examples/alpha-orbitals/index.html +60 -60
  818. package/lib/examples/basic-wrapper/index.html +136 -136
  819. package/lib/examples/basic-wrapper/superposition.js +3 -3
  820. package/lib/examples/basic-wrapper/superposition.js.map +1 -1
  821. package/lib/examples/domain-annotation-server/mapping.js +2 -2
  822. package/lib/examples/domain-annotation-server/mapping.js.map +1 -1
  823. package/lib/examples/domain-annotation-server/server.js +3 -3
  824. package/lib/examples/domain-annotation-server/server.js.map +1 -1
  825. package/lib/examples/lighting/index.html +86 -86
  826. package/lib/examples/proteopedia-wrapper/annotation.js +3 -3
  827. package/lib/examples/proteopedia-wrapper/annotation.js.map +1 -1
  828. package/lib/examples/proteopedia-wrapper/helpers.js +1 -1
  829. package/lib/examples/proteopedia-wrapper/helpers.js.map +1 -1
  830. package/lib/examples/proteopedia-wrapper/index.html +235 -235
  831. package/lib/examples/proteopedia-wrapper/index.js +2 -2
  832. package/lib/examples/proteopedia-wrapper/index.js.map +1 -1
  833. package/lib/examples/task.js +6 -6
  834. package/lib/examples/task.js.map +1 -1
  835. package/lib/extensions/alpha-orbitals/transforms.js +2 -2
  836. package/lib/extensions/alpha-orbitals/transforms.js.map +1 -1
  837. package/lib/extensions/anvil/representation.js +1 -1
  838. package/lib/extensions/anvil/representation.js.map +1 -1
  839. package/lib/extensions/cellpack/color/generate.d.ts +1 -1
  840. package/lib/extensions/cellpack/color/generate.js +1 -1
  841. package/lib/extensions/cellpack/color/provided.d.ts +1 -1
  842. package/lib/extensions/cellpack/color/provided.js +1 -1
  843. package/lib/extensions/cellpack/curve.d.ts +2 -2
  844. package/lib/extensions/cellpack/curve.js +2 -2
  845. package/lib/extensions/cellpack/data.d.ts +32 -0
  846. package/lib/extensions/cellpack/index.d.ts +1 -1
  847. package/lib/extensions/cellpack/index.js +1 -1
  848. package/lib/extensions/cellpack/model.d.ts +5 -3
  849. package/lib/extensions/cellpack/model.js +204 -66
  850. package/lib/extensions/cellpack/model.js.map +1 -1
  851. package/lib/extensions/cellpack/preset.d.ts +2 -1
  852. package/lib/extensions/cellpack/preset.js +12 -15
  853. package/lib/extensions/cellpack/preset.js.map +1 -1
  854. package/lib/extensions/cellpack/property.d.ts +1 -1
  855. package/lib/extensions/cellpack/property.js +1 -1
  856. package/lib/extensions/cellpack/representation.d.ts +53 -0
  857. package/lib/extensions/cellpack/representation.js +43 -0
  858. package/lib/extensions/cellpack/representation.js.map +1 -0
  859. package/lib/extensions/cellpack/state.d.ts +16 -5
  860. package/lib/extensions/cellpack/state.js +232 -25
  861. package/lib/extensions/cellpack/state.js.map +1 -1
  862. package/lib/extensions/cellpack/util.d.ts +3 -1
  863. package/lib/extensions/cellpack/util.js +32 -5
  864. package/lib/extensions/cellpack/util.js.map +1 -1
  865. package/lib/extensions/dnatco/confal-pyramids/representation.d.ts +3 -3
  866. package/lib/extensions/dnatco/confal-pyramids/util.js +7 -7
  867. package/lib/extensions/dnatco/confal-pyramids/util.js.map +1 -1
  868. package/lib/extensions/g3d/data.js +2 -2
  869. package/lib/extensions/g3d/data.js.map +1 -1
  870. package/lib/extensions/g3d/model.js +2 -2
  871. package/lib/extensions/g3d/model.js.map +1 -1
  872. package/lib/extensions/geo-export/controls.js +2 -2
  873. package/lib/extensions/geo-export/controls.js.map +1 -1
  874. package/lib/extensions/geo-export/glb-exporter.js +1 -1
  875. package/lib/extensions/geo-export/glb-exporter.js.map +1 -1
  876. package/lib/extensions/geo-export/obj-exporter.js +3 -3
  877. package/lib/extensions/geo-export/obj-exporter.js.map +1 -1
  878. package/lib/extensions/geo-export/stl-exporter.js +1 -1
  879. package/lib/extensions/geo-export/stl-exporter.js.map +1 -1
  880. package/lib/extensions/geo-export/usdz-exporter.js +5 -5
  881. package/lib/extensions/geo-export/usdz-exporter.js.map +1 -1
  882. package/lib/extensions/mp4-export/controls.js +1 -1
  883. package/lib/extensions/mp4-export/controls.js.map +1 -1
  884. package/lib/extensions/pdbe/structure-quality-report/behavior.js +1 -1
  885. package/lib/extensions/pdbe/structure-quality-report/behavior.js.map +1 -1
  886. package/lib/extensions/pdbe/structure-quality-report/prop.js +1 -1
  887. package/lib/extensions/pdbe/structure-quality-report/prop.js.map +1 -1
  888. package/lib/extensions/rcsb/assembly-symmetry/behavior.d.ts +5 -5
  889. package/lib/extensions/rcsb/assembly-symmetry/behavior.js +3 -3
  890. package/lib/extensions/rcsb/assembly-symmetry/behavior.js.map +1 -1
  891. package/lib/extensions/rcsb/assembly-symmetry/color.js +1 -1
  892. package/lib/extensions/rcsb/assembly-symmetry/color.js.map +1 -1
  893. package/lib/extensions/rcsb/assembly-symmetry/prop.js +2 -2
  894. package/lib/extensions/rcsb/assembly-symmetry/prop.js.map +1 -1
  895. package/lib/extensions/rcsb/assembly-symmetry/representation.d.ts +2 -2
  896. package/lib/extensions/rcsb/assembly-symmetry/representation.js +7 -7
  897. package/lib/extensions/rcsb/assembly-symmetry/representation.js.map +1 -1
  898. package/lib/extensions/rcsb/validation-report/behavior.js +11 -11
  899. package/lib/extensions/rcsb/validation-report/behavior.js.map +1 -1
  900. package/lib/extensions/rcsb/validation-report/prop.js +2 -2
  901. package/lib/extensions/rcsb/validation-report/prop.js.map +1 -1
  902. package/lib/extensions/rcsb/validation-report/representation.d.ts +20 -5
  903. package/lib/extensions/rcsb/validation-report/representation.js +2 -2
  904. package/lib/extensions/rcsb/validation-report/representation.js.map +1 -1
  905. package/lib/mol-canvas3d/canvas3d.d.ts +4 -4
  906. package/lib/mol-canvas3d/canvas3d.js +3 -3
  907. package/lib/mol-canvas3d/canvas3d.js.map +1 -1
  908. package/lib/mol-canvas3d/helper/camera-helper.d.ts +2 -2
  909. package/lib/mol-canvas3d/helper/handle-helper.js +1 -1
  910. package/lib/mol-canvas3d/helper/handle-helper.js.map +1 -1
  911. package/lib/mol-canvas3d/passes/image.d.ts +2 -2
  912. package/lib/mol-canvas3d/passes/wboit.js +1 -1
  913. package/lib/mol-canvas3d/passes/wboit.js.map +1 -1
  914. package/lib/mol-canvas3d/util.js +1 -1
  915. package/lib/mol-canvas3d/util.js.map +1 -1
  916. package/lib/mol-data/db/table.js +1 -1
  917. package/lib/mol-data/db/table.js.map +1 -1
  918. package/lib/mol-data/int/_spec/sorted-ranges.spec.js +1 -1
  919. package/lib/mol-data/int/_spec/sorted-ranges.spec.js.map +1 -1
  920. package/lib/mol-data/int/impl/ordered-set.d.ts +3 -3
  921. package/lib/mol-data/int/impl/sorted-array.js +2 -2
  922. package/lib/mol-data/int/impl/sorted-array.js.map +1 -1
  923. package/lib/mol-data/int/tuple.js +1 -1
  924. package/lib/mol-data/int/tuple.js.map +1 -1
  925. package/lib/mol-data/util/_spec/interval-iterator.spec.js +1 -1
  926. package/lib/mol-data/util/_spec/interval-iterator.spec.js.map +1 -1
  927. package/lib/mol-geo/geometry/image/image.d.ts +2 -2
  928. package/lib/mol-geo/geometry/mesh/builder/sheet.d.ts +1 -1
  929. package/lib/mol-geo/geometry/mesh/builder/sheet.js +19 -11
  930. package/lib/mol-geo/geometry/mesh/builder/sheet.js.map +1 -1
  931. package/lib/mol-geo/geometry/mesh/builder/tube.d.ts +2 -2
  932. package/lib/mol-geo/geometry/mesh/builder/tube.js +57 -15
  933. package/lib/mol-geo/geometry/mesh/builder/tube.js.map +1 -1
  934. package/lib/mol-geo/geometry/mesh/color-smoothing.d.ts +1 -1
  935. package/lib/mol-geo/geometry/mesh/mesh.js +1 -1
  936. package/lib/mol-geo/geometry/mesh/mesh.js.map +1 -1
  937. package/lib/mol-geo/geometry/points/points.d.ts +2 -2
  938. package/lib/mol-geo/geometry/spheres/spheres.d.ts +1 -0
  939. package/lib/mol-geo/geometry/text/font-atlas.js +1 -1
  940. package/lib/mol-geo/geometry/text/font-atlas.js.map +1 -1
  941. package/lib/mol-geo/geometry/text/text.js +1 -1
  942. package/lib/mol-geo/geometry/text/text.js.map +1 -1
  943. package/lib/mol-geo/primitive/polyhedron.js +1 -1
  944. package/lib/mol-geo/primitive/polyhedron.js.map +1 -1
  945. package/lib/mol-gl/_spec/cylinders.spec.d.ts +6 -0
  946. package/lib/mol-gl/_spec/cylinders.spec.js +38 -0
  947. package/lib/mol-gl/_spec/cylinders.spec.js.map +1 -0
  948. package/lib/mol-gl/_spec/direct-volume.spec.d.ts +6 -0
  949. package/lib/mol-gl/_spec/direct-volume.spec.js +38 -0
  950. package/lib/mol-gl/_spec/direct-volume.spec.js.map +1 -0
  951. package/lib/mol-gl/_spec/gl.d.ts +9 -0
  952. package/lib/mol-gl/_spec/gl.js +28 -0
  953. package/lib/mol-gl/_spec/gl.js.map +1 -0
  954. package/lib/mol-gl/_spec/gl.shim.js +5 -5
  955. package/lib/mol-gl/_spec/gl.shim.js.map +1 -1
  956. package/lib/mol-gl/_spec/image.spec.d.ts +6 -0
  957. package/lib/mol-gl/_spec/image.spec.js +38 -0
  958. package/lib/mol-gl/_spec/image.spec.js.map +1 -0
  959. package/lib/mol-gl/_spec/lines.spec.d.ts +6 -0
  960. package/lib/mol-gl/_spec/lines.spec.js +38 -0
  961. package/lib/mol-gl/_spec/lines.spec.js.map +1 -0
  962. package/lib/mol-gl/_spec/mesh.spec.d.ts +6 -0
  963. package/lib/mol-gl/_spec/mesh.spec.js +38 -0
  964. package/lib/mol-gl/_spec/mesh.spec.js.map +1 -0
  965. package/lib/mol-gl/_spec/points.spec.d.ts +6 -0
  966. package/lib/mol-gl/_spec/points.spec.js +38 -0
  967. package/lib/mol-gl/_spec/points.spec.js.map +1 -0
  968. package/lib/mol-gl/_spec/renderer.spec.d.ts +7 -1
  969. package/lib/mol-gl/_spec/renderer.spec.js +7 -47
  970. package/lib/mol-gl/_spec/renderer.spec.js.map +1 -1
  971. package/lib/{commonjs/mol-repr/structure/visual/aromatic-ring-mesh.d.ts → mol-gl/_spec/shader.spec.d.ts} +0 -0
  972. package/lib/mol-gl/_spec/shader.spec.js +2 -0
  973. package/lib/mol-gl/_spec/shader.spec.js.map +1 -0
  974. package/lib/mol-gl/_spec/spheres.spec.d.ts +6 -0
  975. package/lib/mol-gl/_spec/spheres.spec.js +38 -0
  976. package/lib/mol-gl/_spec/spheres.spec.js.map +1 -0
  977. package/lib/mol-gl/_spec/text.spec.d.ts +6 -0
  978. package/lib/mol-gl/_spec/text.spec.js +38 -0
  979. package/lib/mol-gl/_spec/text.spec.js.map +1 -0
  980. package/lib/mol-gl/_spec/texture-mesh.spec.d.ts +6 -0
  981. package/lib/mol-gl/_spec/texture-mesh.spec.js +38 -0
  982. package/lib/mol-gl/_spec/texture-mesh.spec.js.map +1 -0
  983. package/lib/mol-gl/compute/grid3d.js +3 -3
  984. package/lib/mol-gl/compute/grid3d.js.map +1 -1
  985. package/lib/mol-gl/compute/histogram-pyramid/reduction.js +4 -4
  986. package/lib/mol-gl/compute/histogram-pyramid/reduction.js.map +1 -1
  987. package/lib/mol-gl/renderable/util.js +1 -1
  988. package/lib/mol-gl/renderable/util.js.map +1 -1
  989. package/lib/mol-gl/renderer.d.ts +2 -2
  990. package/lib/mol-gl/scene.js +1 -1
  991. package/lib/mol-gl/scene.js.map +1 -1
  992. package/lib/mol-gl/shader/chunks/assign-material-color.glsl.d.ts +1 -1
  993. package/lib/mol-gl/shader/chunks/assign-material-color.glsl.js +1 -1
  994. package/lib/mol-gl/shader/chunks/assign-material-color.glsl.js.map +1 -1
  995. package/lib/mol-gl/shader-code.js +8 -8
  996. package/lib/mol-gl/shader-code.js.map +1 -1
  997. package/lib/mol-gl/webgl/buffer.d.ts +3 -2
  998. package/lib/mol-gl/webgl/buffer.js +5 -5
  999. package/lib/mol-gl/webgl/buffer.js.map +1 -1
  1000. package/lib/mol-gl/webgl/compat.js +3 -3
  1001. package/lib/mol-gl/webgl/compat.js.map +1 -1
  1002. package/lib/mol-gl/webgl/context.d.ts +1 -1
  1003. package/lib/mol-gl/webgl/context.js +6 -4
  1004. package/lib/mol-gl/webgl/context.js.map +1 -1
  1005. package/lib/mol-gl/webgl/extensions.js +6 -2
  1006. package/lib/mol-gl/webgl/extensions.js.map +1 -1
  1007. package/lib/mol-gl/webgl/framebuffer.js +1 -1
  1008. package/lib/mol-gl/webgl/framebuffer.js.map +1 -1
  1009. package/lib/mol-gl/webgl/program.d.ts +1 -1
  1010. package/lib/mol-gl/webgl/program.js +14 -12
  1011. package/lib/mol-gl/webgl/program.js.map +1 -1
  1012. package/lib/mol-gl/webgl/render-item.d.ts +4 -3
  1013. package/lib/mol-gl/webgl/render-item.js +2 -2
  1014. package/lib/mol-gl/webgl/render-item.js.map +1 -1
  1015. package/lib/mol-gl/webgl/resources.js +1 -1
  1016. package/lib/mol-gl/webgl/resources.js.map +1 -1
  1017. package/lib/mol-gl/webgl/shader.js +3 -3
  1018. package/lib/mol-gl/webgl/shader.js.map +1 -1
  1019. package/lib/mol-gl/webgl/state.d.ts +4 -1
  1020. package/lib/mol-gl/webgl/state.js +25 -1
  1021. package/lib/mol-gl/webgl/state.js.map +1 -1
  1022. package/lib/mol-gl/webgl/texture.js +2 -2
  1023. package/lib/mol-gl/webgl/texture.js.map +1 -1
  1024. package/lib/mol-gl/webgl/uniform.js +2 -2
  1025. package/lib/mol-gl/webgl/uniform.js.map +1 -1
  1026. package/lib/mol-io/common/file-handle.js +1 -1
  1027. package/lib/mol-io/common/file-handle.js.map +1 -1
  1028. package/lib/mol-io/common/typed-array.js +1 -1
  1029. package/lib/mol-io/common/typed-array.js.map +1 -1
  1030. package/lib/mol-io/reader/ccp4/parser.js +1 -1
  1031. package/lib/mol-io/reader/ccp4/parser.js.map +1 -1
  1032. package/lib/mol-io/reader/cif/binary/parser.js +1 -1
  1033. package/lib/mol-io/reader/cif/binary/parser.js.map +1 -1
  1034. package/lib/mol-io/reader/cif/data-model.js +7 -7
  1035. package/lib/mol-io/reader/cif/data-model.js.map +1 -1
  1036. package/lib/mol-io/reader/cif/schema/density-server.d.ts +4 -4
  1037. package/lib/mol-io/reader/cif/schema/mmcif-extras.d.ts +1 -1
  1038. package/lib/mol-io/reader/cif/schema/mmcif.d.ts +10 -10
  1039. package/lib/mol-io/reader/cif/schema.js +7 -7
  1040. package/lib/mol-io/reader/cif/schema.js.map +1 -1
  1041. package/lib/mol-io/reader/cif/text/parser.js +2 -2
  1042. package/lib/mol-io/reader/cif/text/parser.js.map +1 -1
  1043. package/lib/mol-io/reader/dcd/parser.js +2 -2
  1044. package/lib/mol-io/reader/dcd/parser.js.map +1 -1
  1045. package/lib/mol-io/reader/ply/schema.d.ts +1 -1
  1046. package/lib/mol-io/reader/ply/schema.js +1 -1
  1047. package/lib/mol-io/reader/ply/schema.js.map +1 -1
  1048. package/lib/mol-io/reader/result.js +1 -1
  1049. package/lib/mol-io/reader/result.js.map +1 -1
  1050. package/lib/mol-io/writer/cif/encoder/text.js +3 -3
  1051. package/lib/mol-io/writer/cif/encoder/text.js.map +1 -1
  1052. package/lib/mol-io/writer/cif/encoder.js +5 -5
  1053. package/lib/mol-io/writer/cif/encoder.js.map +1 -1
  1054. package/lib/mol-io/writer/mol/encoder.js +4 -4
  1055. package/lib/mol-io/writer/mol/encoder.js.map +1 -1
  1056. package/lib/mol-io/writer/mol2/encoder.js +6 -6
  1057. package/lib/mol-io/writer/mol2/encoder.js.map +1 -1
  1058. package/lib/mol-math/geometry/gaussian-density/gpu.js +1 -1
  1059. package/lib/mol-math/geometry/gaussian-density/gpu.js.map +1 -1
  1060. package/lib/mol-math/geometry/primitives/axes3d.d.ts +2 -1
  1061. package/lib/mol-math/geometry/primitives/axes3d.js +9 -2
  1062. package/lib/mol-math/geometry/primitives/axes3d.js.map +1 -1
  1063. package/lib/mol-math/geometry/spacegroup/construction.js +8 -8
  1064. package/lib/mol-math/geometry/spacegroup/construction.js.map +1 -1
  1065. package/lib/mol-math/geometry/spacegroup/tables.js +1 -1
  1066. package/lib/mol-math/geometry/spacegroup/tables.js.map +1 -1
  1067. package/lib/mol-math/geometry/symmetry-operator.js +4 -4
  1068. package/lib/mol-math/geometry/symmetry-operator.js.map +1 -1
  1069. package/lib/mol-math/graph/inter-unit-graph.js +2 -2
  1070. package/lib/mol-math/graph/inter-unit-graph.js.map +1 -1
  1071. package/lib/mol-math/linear-algebra/3d/quat.js +1 -1
  1072. package/lib/mol-math/linear-algebra/3d/quat.js.map +1 -1
  1073. package/lib/mol-math/linear-algebra/3d/vec2.js +1 -1
  1074. package/lib/mol-math/linear-algebra/3d/vec2.js.map +1 -1
  1075. package/lib/mol-math/linear-algebra/3d/vec3.js +1 -1
  1076. package/lib/mol-math/linear-algebra/3d/vec3.js.map +1 -1
  1077. package/lib/mol-math/linear-algebra/3d/vec4.js +1 -1
  1078. package/lib/mol-math/linear-algebra/3d/vec4.js.map +1 -1
  1079. package/lib/mol-model/loci.d.ts +20 -20
  1080. package/lib/mol-model/sequence/sequence.js +2 -2
  1081. package/lib/mol-model/sequence/sequence.js.map +1 -1
  1082. package/lib/mol-model/shape/shape.d.ts +1 -1
  1083. package/lib/mol-model/structure/export/categories/atom_site.js +2 -2
  1084. package/lib/mol-model/structure/export/categories/atom_site.js.map +1 -1
  1085. package/lib/mol-model/structure/export/categories/atom_site_operator_mapping.js +1 -1
  1086. package/lib/mol-model/structure/export/categories/atom_site_operator_mapping.js.map +1 -1
  1087. package/lib/mol-model/structure/export/categories/secondary-structure.js +1 -1
  1088. package/lib/mol-model/structure/export/categories/secondary-structure.js.map +1 -1
  1089. package/lib/mol-model/structure/export/mmcif.js +1 -1
  1090. package/lib/mol-model/structure/export/mmcif.js.map +1 -1
  1091. package/lib/mol-model/structure/model/properties/atomic/bonds.js +2 -2
  1092. package/lib/mol-model/structure/model/properties/atomic/bonds.js.map +1 -1
  1093. package/lib/mol-model/structure/model/properties/symmetry.js +3 -3
  1094. package/lib/mol-model/structure/model/properties/symmetry.js.map +1 -1
  1095. package/lib/mol-model/structure/model/properties/utils/atomic-index.js +2 -2
  1096. package/lib/mol-model/structure/model/properties/utils/atomic-index.js.map +1 -1
  1097. package/lib/mol-model/structure/model/properties/utils/coarse-keys.js +1 -1
  1098. package/lib/mol-model/structure/model/properties/utils/coarse-keys.js.map +1 -1
  1099. package/lib/mol-model/structure/model/properties/utils/residue-set.js +1 -1
  1100. package/lib/mol-model/structure/model/properties/utils/residue-set.js.map +1 -1
  1101. package/lib/mol-model/structure/query/context.js +1 -1
  1102. package/lib/mol-model/structure/query/context.js.map +1 -1
  1103. package/lib/mol-model/structure/query/utils/structure-distance.d.ts +54 -5
  1104. package/lib/mol-model/structure/structure/carbohydrates/compute.js +1 -1
  1105. package/lib/mol-model/structure/structure/carbohydrates/compute.js.map +1 -1
  1106. package/lib/mol-model/structure/structure/element/loci.d.ts +1 -0
  1107. package/lib/mol-model/structure/structure/element/loci.js +16 -2
  1108. package/lib/mol-model/structure/structure/element/loci.js.map +1 -1
  1109. package/lib/mol-model/structure/structure/element/util.js +1 -1
  1110. package/lib/mol-model/structure/structure/element/util.js.map +1 -1
  1111. package/lib/mol-model/structure/structure/properties.d.ts +1 -1
  1112. package/lib/mol-model/structure/structure/properties.js +1 -1
  1113. package/lib/mol-model/structure/structure/properties.js.map +1 -1
  1114. package/lib/mol-model/structure/structure/structure.js +3 -2
  1115. package/lib/mol-model/structure/structure/structure.js.map +1 -1
  1116. package/lib/mol-model/structure/structure/symmetry.js +3 -3
  1117. package/lib/mol-model/structure/structure/symmetry.js.map +1 -1
  1118. package/lib/mol-model/structure/structure/unit.d.ts +2 -2
  1119. package/lib/mol-model/structure/structure/util/superposition-db-mapping.js +1 -1
  1120. package/lib/mol-model/structure/structure/util/superposition-db-mapping.js.map +1 -1
  1121. package/lib/mol-model/volume/volume.js +2 -2
  1122. package/lib/mol-model/volume/volume.js.map +1 -1
  1123. package/lib/mol-model-formats/shape/ply.d.ts +8 -8
  1124. package/lib/mol-model-formats/shape/ply.js +1 -1
  1125. package/lib/mol-model-formats/shape/ply.js.map +1 -1
  1126. package/lib/mol-model-formats/structure/basic/atomic.js +2 -2
  1127. package/lib/mol-model-formats/structure/basic/atomic.js.map +1 -1
  1128. package/lib/mol-model-formats/structure/basic/properties.js +2 -2
  1129. package/lib/mol-model-formats/structure/basic/properties.js.map +1 -1
  1130. package/lib/mol-model-formats/structure/basic/schema.d.ts +4 -4
  1131. package/lib/mol-model-formats/structure/common/component.d.ts +3 -3
  1132. package/lib/mol-model-formats/structure/common/entity.js +6 -6
  1133. package/lib/mol-model-formats/structure/common/entity.js.map +1 -1
  1134. package/lib/mol-model-formats/structure/pdb/assembly.js +10 -10
  1135. package/lib/mol-model-formats/structure/pdb/assembly.js.map +1 -1
  1136. package/lib/mol-model-formats/structure/pdb/conect.js +1 -1
  1137. package/lib/mol-model-formats/structure/pdb/conect.js.map +1 -1
  1138. package/lib/mol-model-formats/structure/pdb/entity.js +1 -1
  1139. package/lib/mol-model-formats/structure/pdb/entity.js.map +1 -1
  1140. package/lib/mol-model-formats/structure/property/assembly.js +1 -1
  1141. package/lib/mol-model-formats/structure/property/assembly.js.map +1 -1
  1142. package/lib/mol-model-formats/structure/property/symmetry.js +1 -1
  1143. package/lib/mol-model-formats/structure/property/symmetry.js.map +1 -1
  1144. package/lib/mol-model-formats/volume/ccp4.js +1 -1
  1145. package/lib/mol-model-formats/volume/ccp4.js.map +1 -1
  1146. package/lib/mol-model-props/common/custom-element-property.js +1 -1
  1147. package/lib/mol-model-props/common/custom-element-property.js.map +1 -1
  1148. package/lib/mol-model-props/common/custom-property.js +1 -1
  1149. package/lib/mol-model-props/common/custom-property.js.map +1 -1
  1150. package/lib/mol-model-props/computed/interactions/common.js +1 -1
  1151. package/lib/mol-model-props/computed/interactions/common.js.map +1 -1
  1152. package/lib/mol-model-props/computed/interactions/refine.js +2 -2
  1153. package/lib/mol-model-props/computed/interactions/refine.js.map +1 -1
  1154. package/lib/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +4 -1
  1155. package/lib/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +4 -1
  1156. package/lib/mol-model-props/computed/representations/interactions.d.ts +12 -3
  1157. package/lib/mol-model-props/integrative/cross-link-restraint/property.js +1 -1
  1158. package/lib/mol-model-props/integrative/cross-link-restraint/property.js.map +1 -1
  1159. package/lib/mol-model-props/integrative/cross-link-restraint/representation.d.ts +16 -4
  1160. package/lib/mol-model-props/integrative/pair-restraints.js +1 -1
  1161. package/lib/mol-model-props/integrative/pair-restraints.js.map +1 -1
  1162. package/lib/mol-model-props/sequence/best-database-mapping.js +1 -1
  1163. package/lib/mol-model-props/sequence/best-database-mapping.js.map +1 -1
  1164. package/lib/mol-model-props/sequence/themes/best-database-mapping.js +1 -1
  1165. package/lib/mol-model-props/sequence/themes/best-database-mapping.js.map +1 -1
  1166. package/lib/mol-plugin/behavior/behavior.d.ts +1 -1
  1167. package/lib/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js +3 -3
  1168. package/lib/mol-plugin/behavior/dynamic/custom-props/computed/accessible-surface-area.js.map +1 -1
  1169. package/lib/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js +3 -3
  1170. package/lib/mol-plugin/behavior/dynamic/custom-props/computed/interactions.js.map +1 -1
  1171. package/lib/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js +1 -1
  1172. package/lib/mol-plugin/behavior/dynamic/custom-props/computed/valence-model.js.map +1 -1
  1173. package/lib/mol-plugin/behavior/dynamic/representation.d.ts +2 -2
  1174. package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.d.ts +1 -1
  1175. package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +2 -2
  1176. package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js.map +1 -1
  1177. package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +10 -10
  1178. package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.js +6 -6
  1179. package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.js.map +1 -1
  1180. package/lib/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +3 -2
  1181. package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.d.ts +5 -5
  1182. package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.js +5 -5
  1183. package/lib/mol-plugin/behavior/dynamic/volume-streaming/transformers.js.map +1 -1
  1184. package/lib/mol-plugin/behavior/dynamic/volume-streaming/util.js +6 -6
  1185. package/lib/mol-plugin/behavior/dynamic/volume-streaming/util.js.map +1 -1
  1186. package/lib/mol-plugin/behavior/static/state.js +4 -4
  1187. package/lib/mol-plugin/behavior/static/state.js.map +1 -1
  1188. package/lib/mol-plugin/commands.d.ts +2 -2
  1189. package/lib/mol-plugin/config.js +10 -3
  1190. package/lib/mol-plugin/config.js.map +1 -1
  1191. package/lib/mol-plugin/context.js +2 -3
  1192. package/lib/mol-plugin/context.js.map +1 -1
  1193. package/lib/mol-plugin/layout.d.ts +4 -4
  1194. package/lib/mol-plugin/util/viewport-screenshot.d.ts +6 -6
  1195. package/lib/mol-plugin/util/viewport-screenshot.js +1 -1
  1196. package/lib/mol-plugin/util/viewport-screenshot.js.map +1 -1
  1197. package/lib/mol-plugin/version.js +2 -2
  1198. package/lib/mol-plugin-state/actions/file.js +3 -3
  1199. package/lib/mol-plugin-state/actions/file.js.map +1 -1
  1200. package/lib/mol-plugin-state/actions/structure.d.ts +2 -2
  1201. package/lib/mol-plugin-state/actions/structure.js +12 -12
  1202. package/lib/mol-plugin-state/actions/structure.js.map +1 -1
  1203. package/lib/mol-plugin-state/actions/volume.js +16 -16
  1204. package/lib/mol-plugin-state/actions/volume.js.map +1 -1
  1205. package/lib/mol-plugin-state/animation/built-in/model-index.d.ts +4 -4
  1206. package/lib/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +4 -4
  1207. package/lib/mol-plugin-state/builder/structure/hierarchy.d.ts +4 -4
  1208. package/lib/mol-plugin-state/builder/structure/hierarchy.js +2 -2
  1209. package/lib/mol-plugin-state/builder/structure/hierarchy.js.map +1 -1
  1210. package/lib/mol-plugin-state/builder/structure/representation-preset.d.ts +7 -7
  1211. package/lib/mol-plugin-state/builder/structure/representation-preset.js +21 -17
  1212. package/lib/mol-plugin-state/builder/structure/representation-preset.js.map +1 -1
  1213. package/lib/mol-plugin-state/builder/structure/representation.js +2 -2
  1214. package/lib/mol-plugin-state/builder/structure/representation.js.map +1 -1
  1215. package/lib/mol-plugin-state/builder/structure.js +3 -3
  1216. package/lib/mol-plugin-state/builder/structure.js.map +1 -1
  1217. package/lib/mol-plugin-state/formats/registry.js +1 -1
  1218. package/lib/mol-plugin-state/formats/registry.js.map +1 -1
  1219. package/lib/mol-plugin-state/formats/volume.d.ts +8 -8
  1220. package/lib/mol-plugin-state/helpers/root-structure.d.ts +4 -4
  1221. package/lib/mol-plugin-state/helpers/root-structure.js +10 -10
  1222. package/lib/mol-plugin-state/helpers/root-structure.js.map +1 -1
  1223. package/lib/mol-plugin-state/helpers/structure-component.d.ts +2 -2
  1224. package/lib/mol-plugin-state/helpers/structure-component.js +3 -3
  1225. package/lib/mol-plugin-state/helpers/structure-component.js.map +1 -1
  1226. package/lib/mol-plugin-state/helpers/structure-query.js +1 -1
  1227. package/lib/mol-plugin-state/helpers/structure-query.js.map +1 -1
  1228. package/lib/mol-plugin-state/helpers/structure-selection-query.js +5 -5
  1229. package/lib/mol-plugin-state/helpers/structure-selection-query.js.map +1 -1
  1230. package/lib/mol-plugin-state/manager/animation.js +1 -1
  1231. package/lib/mol-plugin-state/manager/animation.js.map +1 -1
  1232. package/lib/mol-plugin-state/manager/interactivity.d.ts +1 -1
  1233. package/lib/mol-plugin-state/manager/loci-label.js +1 -1
  1234. package/lib/mol-plugin-state/manager/loci-label.js.map +1 -1
  1235. package/lib/mol-plugin-state/manager/snapshots.js +2 -2
  1236. package/lib/mol-plugin-state/manager/snapshots.js.map +1 -1
  1237. package/lib/mol-plugin-state/manager/structure/component.d.ts +2 -2
  1238. package/lib/mol-plugin-state/manager/structure/hierarchy.js +2 -2
  1239. package/lib/mol-plugin-state/manager/structure/hierarchy.js.map +1 -1
  1240. package/lib/mol-plugin-state/manager/structure/measurement.d.ts +7 -2
  1241. package/lib/mol-plugin-state/manager/structure/measurement.js +110 -12
  1242. package/lib/mol-plugin-state/manager/structure/measurement.js.map +1 -1
  1243. package/lib/mol-plugin-state/manager/structure/selection.d.ts +1 -1
  1244. package/lib/mol-plugin-state/manager/structure/selection.js +4 -10
  1245. package/lib/mol-plugin-state/manager/structure/selection.js.map +1 -1
  1246. package/lib/mol-plugin-state/transforms/data.d.ts +1 -1
  1247. package/lib/mol-plugin-state/transforms/data.js +8 -8
  1248. package/lib/mol-plugin-state/transforms/data.js.map +1 -1
  1249. package/lib/mol-plugin-state/transforms/helpers.d.ts +3 -1
  1250. package/lib/mol-plugin-state/transforms/helpers.js +5 -3
  1251. package/lib/mol-plugin-state/transforms/helpers.js.map +1 -1
  1252. package/lib/mol-plugin-state/transforms/model.d.ts +6 -6
  1253. package/lib/mol-plugin-state/transforms/model.js +18 -18
  1254. package/lib/mol-plugin-state/transforms/model.js.map +1 -1
  1255. package/lib/mol-plugin-state/transforms/representation.d.ts +20 -5
  1256. package/lib/mol-plugin-state/transforms/representation.js +78 -26
  1257. package/lib/mol-plugin-state/transforms/representation.js.map +1 -1
  1258. package/lib/mol-plugin-state/transforms/volume.js +7 -7
  1259. package/lib/mol-plugin-state/transforms/volume.js.map +1 -1
  1260. package/lib/mol-plugin-ui/base.js +1 -1
  1261. package/lib/mol-plugin-ui/base.js.map +1 -1
  1262. package/lib/mol-plugin-ui/controls/action-menu.js +3 -3
  1263. package/lib/mol-plugin-ui/controls/action-menu.js.map +1 -1
  1264. package/lib/mol-plugin-ui/controls/color.js +2 -2
  1265. package/lib/mol-plugin-ui/controls/color.js.map +1 -1
  1266. package/lib/mol-plugin-ui/controls/common.js +9 -9
  1267. package/lib/mol-plugin-ui/controls/common.js.map +1 -1
  1268. package/lib/mol-plugin-ui/controls/icons.js +1 -1
  1269. package/lib/mol-plugin-ui/controls/icons.js.map +1 -1
  1270. package/lib/mol-plugin-ui/controls/legend.js +3 -3
  1271. package/lib/mol-plugin-ui/controls/legend.js.map +1 -1
  1272. package/lib/mol-plugin-ui/controls/line-graph/line-graph-component.js +6 -6
  1273. package/lib/mol-plugin-ui/controls/line-graph/line-graph-component.js.map +1 -1
  1274. package/lib/mol-plugin-ui/controls/line-graph/point-component.js +1 -1
  1275. package/lib/mol-plugin-ui/controls/line-graph/point-component.js.map +1 -1
  1276. package/lib/mol-plugin-ui/controls/parameters.d.ts +2 -2
  1277. package/lib/mol-plugin-ui/controls/parameters.js +29 -29
  1278. package/lib/mol-plugin-ui/controls/parameters.js.map +1 -1
  1279. package/lib/mol-plugin-ui/controls/screenshot.js +1 -1
  1280. package/lib/mol-plugin-ui/controls/screenshot.js.map +1 -1
  1281. package/lib/mol-plugin-ui/controls/slider.js +9 -9
  1282. package/lib/mol-plugin-ui/controls/slider.js.map +1 -1
  1283. package/lib/mol-plugin-ui/controls.js +2 -2
  1284. package/lib/mol-plugin-ui/controls.js.map +1 -1
  1285. package/lib/mol-plugin-ui/plugin.js +3 -3
  1286. package/lib/mol-plugin-ui/plugin.js.map +1 -1
  1287. package/lib/mol-plugin-ui/sequence/chain.js +3 -3
  1288. package/lib/mol-plugin-ui/sequence/chain.js.map +1 -1
  1289. package/lib/mol-plugin-ui/sequence/sequence.js +4 -4
  1290. package/lib/mol-plugin-ui/sequence/sequence.js.map +1 -1
  1291. package/lib/mol-plugin-ui/sequence.d.ts +1 -1
  1292. package/lib/mol-plugin-ui/sequence.js +24 -10
  1293. package/lib/mol-plugin-ui/sequence.js.map +1 -1
  1294. package/lib/mol-plugin-ui/skin/base/base.scss +32 -32
  1295. package/lib/mol-plugin-ui/skin/base/components/controls-base.scss +333 -333
  1296. package/lib/mol-plugin-ui/skin/base/components/controls.scss +418 -420
  1297. package/lib/mol-plugin-ui/skin/base/components/help.scss +27 -27
  1298. package/lib/mol-plugin-ui/skin/base/components/line-graph.scss +67 -67
  1299. package/lib/mol-plugin-ui/skin/base/components/log.scss +100 -100
  1300. package/lib/mol-plugin-ui/skin/base/components/misc.scss +616 -616
  1301. package/lib/mol-plugin-ui/skin/base/components/sequence.scss +125 -125
  1302. package/lib/mol-plugin-ui/skin/base/components/slider.scss +165 -165
  1303. package/lib/mol-plugin-ui/skin/base/components/tasks.scss +99 -99
  1304. package/lib/mol-plugin-ui/skin/base/components/toast.scss +83 -81
  1305. package/lib/mol-plugin-ui/skin/base/components/transformer.scss +163 -163
  1306. package/lib/mol-plugin-ui/skin/base/components/viewport.scss +127 -127
  1307. package/lib/mol-plugin-ui/skin/base/layout/common.scss +71 -71
  1308. package/lib/mol-plugin-ui/skin/base/layout/controls-landscape.scss +89 -89
  1309. package/lib/mol-plugin-ui/skin/base/layout/controls-outside.scss +98 -98
  1310. package/lib/mol-plugin-ui/skin/base/layout/controls-portrait.scss +108 -108
  1311. package/lib/mol-plugin-ui/skin/base/layout.scss +40 -40
  1312. package/lib/mol-plugin-ui/skin/base/logo.scss +12 -12
  1313. package/lib/mol-plugin-ui/skin/base/normalize.scss +209 -209
  1314. package/lib/mol-plugin-ui/skin/base/ui.scss +40 -40
  1315. package/lib/mol-plugin-ui/skin/base/variables.scss +85 -85
  1316. package/lib/mol-plugin-ui/skin/blue.scss +1 -1
  1317. package/lib/mol-plugin-ui/skin/colors/blue.scss +23 -23
  1318. package/lib/mol-plugin-ui/skin/colors/dark.scss +23 -23
  1319. package/lib/mol-plugin-ui/skin/colors/light.scss +29 -29
  1320. package/lib/mol-plugin-ui/skin/dark.scss +1 -1
  1321. package/lib/mol-plugin-ui/skin/light.scss +1 -1
  1322. package/lib/mol-plugin-ui/state/actions.js +1 -1
  1323. package/lib/mol-plugin-ui/state/actions.js.map +1 -1
  1324. package/lib/mol-plugin-ui/state/common.js +2 -2
  1325. package/lib/mol-plugin-ui/state/common.js.map +1 -1
  1326. package/lib/mol-plugin-ui/state/snapshots.js +4 -4
  1327. package/lib/mol-plugin-ui/state/snapshots.js.map +1 -1
  1328. package/lib/mol-plugin-ui/state/tree.js +8 -8
  1329. package/lib/mol-plugin-ui/state/tree.js.map +1 -1
  1330. package/lib/mol-plugin-ui/structure/components.js +4 -4
  1331. package/lib/mol-plugin-ui/structure/components.js.map +1 -1
  1332. package/lib/mol-plugin-ui/structure/focus.js +4 -4
  1333. package/lib/mol-plugin-ui/structure/focus.js.map +1 -1
  1334. package/lib/mol-plugin-ui/structure/generic.js +2 -2
  1335. package/lib/mol-plugin-ui/structure/generic.js.map +1 -1
  1336. package/lib/mol-plugin-ui/structure/measurements.d.ts +10 -1
  1337. package/lib/mol-plugin-ui/structure/measurements.js +50 -7
  1338. package/lib/mol-plugin-ui/structure/measurements.js.map +1 -1
  1339. package/lib/mol-plugin-ui/structure/selection.js +4 -4
  1340. package/lib/mol-plugin-ui/structure/selection.js.map +1 -1
  1341. package/lib/mol-plugin-ui/structure/source.js +12 -12
  1342. package/lib/mol-plugin-ui/structure/source.js.map +1 -1
  1343. package/lib/mol-plugin-ui/structure/superposition.js +4 -4
  1344. package/lib/mol-plugin-ui/structure/superposition.js.map +1 -1
  1345. package/lib/mol-plugin-ui/structure/volume.js +2 -2
  1346. package/lib/mol-plugin-ui/structure/volume.js.map +1 -1
  1347. package/lib/mol-repr/representation.d.ts +1 -0
  1348. package/lib/mol-repr/representation.js +12 -6
  1349. package/lib/mol-repr/representation.js.map +1 -1
  1350. package/lib/mol-repr/shape/loci/angle.js +2 -2
  1351. package/lib/mol-repr/shape/loci/angle.js.map +1 -1
  1352. package/lib/mol-repr/shape/loci/dihedral.js +2 -2
  1353. package/lib/mol-repr/shape/loci/dihedral.js.map +1 -1
  1354. package/lib/mol-repr/shape/loci/distance.d.ts +1 -1
  1355. package/lib/mol-repr/shape/loci/distance.js +2 -2
  1356. package/lib/mol-repr/shape/loci/distance.js.map +1 -1
  1357. package/lib/mol-repr/shape/loci/label.js +1 -1
  1358. package/lib/mol-repr/shape/loci/label.js.map +1 -1
  1359. package/lib/mol-repr/shape/loci/orientation.d.ts +6 -5
  1360. package/lib/mol-repr/shape/loci/orientation.js +39 -53
  1361. package/lib/mol-repr/shape/loci/orientation.js.map +1 -1
  1362. package/lib/mol-repr/shape/loci/plane.d.ts +27 -0
  1363. package/lib/mol-repr/shape/loci/plane.js +57 -0
  1364. package/lib/mol-repr/shape/loci/plane.js.map +1 -0
  1365. package/lib/mol-repr/shape/model/unitcell.d.ts +1 -1
  1366. package/lib/mol-repr/structure/complex-visual.d.ts +6 -6
  1367. package/lib/mol-repr/structure/params.d.ts +3 -3
  1368. package/lib/mol-repr/structure/registry.d.ts +41 -30
  1369. package/lib/mol-repr/structure/registry.js +1 -1
  1370. package/lib/mol-repr/structure/registry.js.map +1 -1
  1371. package/lib/mol-repr/structure/representation/backbone.d.ts +3 -3
  1372. package/lib/mol-repr/structure/representation/ball-and-stick.d.ts +21 -12
  1373. package/lib/mol-repr/structure/representation/carbohydrate.d.ts +12 -3
  1374. package/lib/mol-repr/structure/representation/cartoon.d.ts +6 -3
  1375. package/lib/mol-repr/structure/representation/ellipsoid.d.ts +21 -12
  1376. package/lib/mol-repr/structure/representation/gaussian-surface.d.ts +9 -9
  1377. package/lib/mol-repr/structure/representation/gaussian-volume.d.ts +3 -3
  1378. package/lib/mol-repr/structure/representation/label.d.ts +6 -6
  1379. package/lib/mol-repr/structure/representation/line.d.ts +18 -15
  1380. package/lib/mol-repr/structure/representation/molecular-surface.d.ts +9 -9
  1381. package/lib/mol-repr/structure/representation/orientation.d.ts +3 -3
  1382. package/lib/mol-repr/structure/representation/point.d.ts +6 -6
  1383. package/lib/mol-repr/structure/representation/putty.d.ts +3 -3
  1384. package/lib/mol-repr/structure/representation/spacefill.d.ts +3 -3
  1385. package/lib/mol-repr/structure/units-representation.js +1 -1
  1386. package/lib/mol-repr/structure/units-representation.js.map +1 -1
  1387. package/lib/mol-repr/structure/units-visual.d.ts +9 -9
  1388. package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +14 -8
  1389. package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.js +6 -0
  1390. package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.js.map +1 -1
  1391. package/lib/mol-repr/structure/visual/bond-inter-unit-line.d.ts +5 -4
  1392. package/lib/mol-repr/structure/visual/bond-inter-unit-line.js +1 -0
  1393. package/lib/mol-repr/structure/visual/bond-inter-unit-line.js.map +1 -1
  1394. package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +14 -8
  1395. package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.js +6 -0
  1396. package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.js.map +1 -1
  1397. package/lib/mol-repr/structure/visual/bond-intra-unit-line.d.ts +5 -4
  1398. package/lib/mol-repr/structure/visual/bond-intra-unit-line.js +1 -0
  1399. package/lib/mol-repr/structure/visual/bond-intra-unit-line.js.map +1 -1
  1400. package/lib/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +4 -1
  1401. package/lib/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -1
  1402. package/lib/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +4 -1
  1403. package/lib/mol-repr/structure/visual/element-cross.d.ts +1 -1
  1404. package/lib/mol-repr/structure/visual/element-point.d.ts +2 -2
  1405. package/lib/mol-repr/structure/visual/element-sphere.d.ts +2 -2
  1406. package/lib/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -1
  1407. package/lib/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -2
  1408. package/lib/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +12 -12
  1409. package/lib/mol-repr/structure/visual/gaussian-surface-wireframe.d.ts +1 -1
  1410. package/lib/mol-repr/structure/visual/label-text.d.ts +2 -2
  1411. package/lib/mol-repr/structure/visual/label-text.js +3 -3
  1412. package/lib/mol-repr/structure/visual/label-text.js.map +1 -1
  1413. package/lib/mol-repr/structure/visual/molecular-surface-mesh.d.ts +3 -3
  1414. package/lib/mol-repr/structure/visual/molecular-surface-wireframe.d.ts +1 -1
  1415. package/lib/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -1
  1416. package/lib/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -1
  1417. package/lib/mol-repr/structure/visual/orientation-axes-mesh.d.ts +35 -0
  1418. package/lib/mol-repr/structure/visual/orientation-axes-mesh.js +43 -0
  1419. package/lib/mol-repr/structure/visual/orientation-axes-mesh.js.map +1 -0
  1420. package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.d.ts +31 -0
  1421. package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.js +48 -0
  1422. package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh copy.js.map +1 -0
  1423. package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -1
  1424. package/lib/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -2
  1425. package/lib/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -2
  1426. package/lib/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -1
  1427. package/lib/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -1
  1428. package/lib/mol-repr/structure/visual/polymer-trace-mesh.d.ts +4 -1
  1429. package/lib/mol-repr/structure/visual/polymer-trace-mesh.js +22 -15
  1430. package/lib/mol-repr/structure/visual/polymer-trace-mesh.js.map +1 -1
  1431. package/lib/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -1
  1432. package/lib/mol-repr/structure/visual/polymer-tube-mesh.js +1 -1
  1433. package/lib/mol-repr/structure/visual/polymer-tube-mesh.js.map +1 -1
  1434. package/lib/mol-repr/structure/visual/util/bond.d.ts +26 -18
  1435. package/lib/mol-repr/structure/visual/util/bond.js +1 -1
  1436. package/lib/mol-repr/structure/visual/util/bond.js.map +1 -1
  1437. package/lib/mol-repr/structure/visual/util/color.d.ts +2 -2
  1438. package/lib/mol-repr/structure/visual/util/common.d.ts +2 -2
  1439. package/lib/mol-repr/structure/visual/util/link.d.ts +8 -0
  1440. package/lib/mol-repr/structure/visual/util/link.js +37 -27
  1441. package/lib/mol-repr/structure/visual/util/link.js.map +1 -1
  1442. package/lib/mol-repr/structure/visual/util/orientation.d.ts +17 -0
  1443. package/lib/mol-repr/structure/visual/util/orientation.js +71 -0
  1444. package/lib/mol-repr/structure/visual/util/orientation.js.map +1 -0
  1445. package/lib/mol-repr/volume/direct-volume.d.ts +2 -2
  1446. package/lib/mol-repr/volume/isosurface.d.ts +3 -3
  1447. package/lib/mol-repr/volume/registry.d.ts +3 -3
  1448. package/lib/mol-repr/volume/registry.js +1 -1
  1449. package/lib/mol-repr/volume/registry.js.map +1 -1
  1450. package/lib/mol-repr/volume/slice.d.ts +6 -6
  1451. package/lib/mol-script/language/builder.d.ts +0 -1
  1452. package/lib/mol-script/language/expression-formatter.js +6 -6
  1453. package/lib/mol-script/language/expression-formatter.js.map +1 -1
  1454. package/lib/mol-script/language/helpers.js +4 -4
  1455. package/lib/mol-script/language/helpers.js.map +1 -1
  1456. package/lib/mol-script/language/parser.js +1 -1
  1457. package/lib/mol-script/language/parser.js.map +1 -1
  1458. package/lib/mol-script/language/symbol-table/structure-query.js +3 -3
  1459. package/lib/mol-script/language/symbol-table/structure-query.js.map +1 -1
  1460. package/lib/mol-script/language/symbol.js +1 -1
  1461. package/lib/mol-script/language/symbol.js.map +1 -1
  1462. package/lib/mol-script/runtime/query/base.js +2 -2
  1463. package/lib/mol-script/runtime/query/base.js.map +1 -1
  1464. package/lib/mol-script/script/mol-script/symbols.js +3 -3
  1465. package/lib/mol-script/script/mol-script/symbols.js.map +1 -1
  1466. package/lib/mol-state/state/builder.js +1 -1
  1467. package/lib/mol-state/state/builder.js.map +1 -1
  1468. package/lib/mol-state/state.js +7 -7
  1469. package/lib/mol-state/state.js.map +1 -1
  1470. package/lib/mol-state/transformer.js +3 -3
  1471. package/lib/mol-state/transformer.js.map +1 -1
  1472. package/lib/mol-state/tree/transient.js +3 -3
  1473. package/lib/mol-state/tree/transient.js.map +1 -1
  1474. package/lib/mol-task/execution/progress.js +4 -4
  1475. package/lib/mol-task/execution/progress.js.map +1 -1
  1476. package/lib/mol-task/task.js +1 -1
  1477. package/lib/mol-task/task.js.map +1 -1
  1478. package/lib/mol-task/util/multistep.js +1 -1
  1479. package/lib/mol-task/util/multistep.js.map +1 -1
  1480. package/lib/mol-task/util/user-timing.js +3 -3
  1481. package/lib/mol-task/util/user-timing.js.map +1 -1
  1482. package/lib/mol-theme/color/chain-id.js +1 -1
  1483. package/lib/mol-theme/color/chain-id.js.map +1 -1
  1484. package/lib/mol-theme/color/element-symbol.d.ts +4 -4
  1485. package/lib/mol-theme/color/entity-id.js +1 -1
  1486. package/lib/mol-theme/color/entity-id.js.map +1 -1
  1487. package/lib/mol-theme/color/entity-source.js +4 -4
  1488. package/lib/mol-theme/color/entity-source.js.map +1 -1
  1489. package/lib/mol-theme/color/operator-hkl.js +2 -2
  1490. package/lib/mol-theme/color/operator-hkl.js.map +1 -1
  1491. package/lib/mol-theme/color.d.ts +2 -2
  1492. package/lib/mol-theme/label.d.ts +1 -0
  1493. package/lib/mol-theme/label.js +36 -27
  1494. package/lib/mol-theme/label.js.map +1 -1
  1495. package/lib/mol-theme/theme.js +3 -3
  1496. package/lib/mol-theme/theme.js.map +1 -1
  1497. package/lib/mol-util/assets.js +3 -3
  1498. package/lib/mol-util/assets.js.map +1 -1
  1499. package/lib/mol-util/color/color.js +2 -2
  1500. package/lib/mol-util/color/color.js.map +1 -1
  1501. package/lib/mol-util/color/lists.js +1 -1
  1502. package/lib/mol-util/color/lists.js.map +1 -1
  1503. package/lib/mol-util/color/palette.js +2 -2
  1504. package/lib/mol-util/color/palette.js.map +1 -1
  1505. package/lib/mol-util/color/scale.d.ts +1 -1
  1506. package/lib/mol-util/console-logger.js +9 -9
  1507. package/lib/mol-util/console-logger.js.map +1 -1
  1508. package/lib/mol-util/data-source.js +5 -5
  1509. package/lib/mol-util/data-source.js.map +1 -1
  1510. package/lib/mol-util/download.js +1 -1
  1511. package/lib/mol-util/download.js.map +1 -1
  1512. package/lib/mol-util/graphql-client.js +2 -2
  1513. package/lib/mol-util/graphql-client.js.map +1 -1
  1514. package/lib/mol-util/index.js +2 -2
  1515. package/lib/mol-util/index.js.map +1 -1
  1516. package/lib/mol-util/monadic-parser.js +4 -4
  1517. package/lib/mol-util/monadic-parser.js.map +1 -1
  1518. package/lib/mol-util/now.js +4 -4
  1519. package/lib/mol-util/now.js.map +1 -1
  1520. package/lib/mol-util/object.js +1 -1
  1521. package/lib/mol-util/object.js.map +1 -1
  1522. package/lib/mol-util/performance-monitor.js +4 -4
  1523. package/lib/mol-util/performance-monitor.js.map +1 -1
  1524. package/lib/mol-util/string.js +3 -3
  1525. package/lib/mol-util/string.js.map +1 -1
  1526. package/lib/mol-util/url.js +2 -2
  1527. package/lib/mol-util/url.js.map +1 -1
  1528. package/lib/mol-util/zip/deflate.js +1 -1
  1529. package/lib/mol-util/zip/deflate.js.map +1 -1
  1530. package/lib/mol-util/zip/inflate.js +1 -1
  1531. package/lib/mol-util/zip/inflate.js.map +1 -1
  1532. package/lib/mol-util/zip/zip.js +1 -1
  1533. package/lib/mol-util/zip/zip.js.map +1 -1
  1534. package/lib/perf-tests/mol-script.js +1 -1
  1535. package/lib/perf-tests/mol-script.js.map +1 -1
  1536. package/lib/perf-tests/sets.js +1 -1
  1537. package/lib/perf-tests/sets.js.map +1 -1
  1538. package/lib/perf-tests/sort.js +1 -1
  1539. package/lib/perf-tests/sort.js.map +1 -1
  1540. package/lib/perf-tests/string-builder.js +2 -2
  1541. package/lib/perf-tests/string-builder.js.map +1 -1
  1542. package/lib/perf-tests/structure.js +7 -7
  1543. package/lib/perf-tests/structure.js.map +1 -1
  1544. package/lib/perf-tests/test-xtc.js +1 -1
  1545. package/lib/perf-tests/test-xtc.js.map +1 -1
  1546. package/lib/servers/common/file-handle.js +1 -1
  1547. package/lib/servers/common/file-handle.js.map +1 -1
  1548. package/lib/servers/common/util.js +1 -1
  1549. package/lib/servers/common/util.js.map +1 -1
  1550. package/lib/servers/model/config.d.ts +2 -2
  1551. package/lib/servers/model/config.js +4 -4
  1552. package/lib/servers/model/config.js.map +1 -1
  1553. package/lib/servers/model/preprocess/master.js +1 -1
  1554. package/lib/servers/model/preprocess/master.js.map +1 -1
  1555. package/lib/servers/model/preprocess/parallel.js +2 -2
  1556. package/lib/servers/model/preprocess/parallel.js.map +1 -1
  1557. package/lib/servers/model/preprocess/util.js +3 -3
  1558. package/lib/servers/model/preprocess/util.js.map +1 -1
  1559. package/lib/servers/model/properties/providers/pdbe.js +5 -5
  1560. package/lib/servers/model/properties/providers/pdbe.js.map +1 -1
  1561. package/lib/servers/model/property-provider.js +2 -2
  1562. package/lib/servers/model/property-provider.js.map +1 -1
  1563. package/lib/servers/model/query.js +1 -1
  1564. package/lib/servers/model/query.js.map +1 -1
  1565. package/lib/servers/model/server/api-local.js +2 -2
  1566. package/lib/servers/model/server/api-local.js.map +1 -1
  1567. package/lib/servers/model/server/api-schema.js +2 -2
  1568. package/lib/servers/model/server/api-schema.js.map +1 -1
  1569. package/lib/servers/model/server/api-web-multiple.js +1 -1
  1570. package/lib/servers/model/server/api-web-multiple.js.map +1 -1
  1571. package/lib/servers/model/server/api-web.js +4 -4
  1572. package/lib/servers/model/server/api-web.js.map +1 -1
  1573. package/lib/servers/model/server/api.js +1 -1
  1574. package/lib/servers/model/server/api.js.map +1 -1
  1575. package/lib/servers/model/server/cache.js +3 -3
  1576. package/lib/servers/model/server/cache.js.map +1 -1
  1577. package/lib/servers/model/server/jobs.js +3 -3
  1578. package/lib/servers/model/server/jobs.js.map +1 -1
  1579. package/lib/servers/model/server/query.js +10 -10
  1580. package/lib/servers/model/server/query.js.map +1 -1
  1581. package/lib/servers/model/server/structure-wrapper.js +6 -6
  1582. package/lib/servers/model/server/structure-wrapper.js.map +1 -1
  1583. package/lib/servers/model/server.js +3 -3
  1584. package/lib/servers/model/server.js.map +1 -1
  1585. package/lib/servers/model/utils/fetch-props-pdbe.js +4 -4
  1586. package/lib/servers/model/utils/fetch-props-pdbe.js.map +1 -1
  1587. package/lib/servers/model/utils/writer.js +2 -2
  1588. package/lib/servers/model/utils/writer.js.map +1 -1
  1589. package/lib/servers/plugin-state/api-schema.js +2 -2
  1590. package/lib/servers/plugin-state/api-schema.js.map +1 -1
  1591. package/lib/servers/plugin-state/index.js +1 -1
  1592. package/lib/servers/plugin-state/index.js.map +1 -1
  1593. package/lib/servers/volume/pack/format/dsn6.js +1 -1
  1594. package/lib/servers/volume/pack/format/dsn6.js.map +1 -1
  1595. package/lib/servers/volume/pack/main.js +4 -4
  1596. package/lib/servers/volume/pack/main.js.map +1 -1
  1597. package/lib/servers/volume/pack/writer.js +1 -1
  1598. package/lib/servers/volume/pack/writer.js.map +1 -1
  1599. package/lib/servers/volume/pack.js +1 -1
  1600. package/lib/servers/volume/pack.js.map +1 -1
  1601. package/lib/servers/volume/server/api.js +7 -7
  1602. package/lib/servers/volume/server/api.js.map +1 -1
  1603. package/lib/servers/volume/server/local-api.js +1 -1
  1604. package/lib/servers/volume/server/local-api.js.map +1 -1
  1605. package/lib/servers/volume/server/query/encode.js +3 -3
  1606. package/lib/servers/volume/server/query/encode.js.map +1 -1
  1607. package/lib/servers/volume/server/query/execute.js +5 -5
  1608. package/lib/servers/volume/server/query/execute.js.map +1 -1
  1609. package/lib/servers/volume/server/version.js +1 -1
  1610. package/lib/servers/volume/server/version.js.map +1 -1
  1611. package/lib/servers/volume/server/web-api.js +7 -7
  1612. package/lib/servers/volume/server/web-api.js.map +1 -1
  1613. package/lib/servers/volume/server/web-schema.js +6 -6
  1614. package/lib/servers/volume/server/web-schema.js.map +1 -1
  1615. package/lib/servers/volume/server.js +2 -2
  1616. package/lib/servers/volume/server.js.map +1 -1
  1617. package/lib/tests/browser/font-atlas.js +1 -1
  1618. package/lib/tests/browser/font-atlas.js.map +1 -1
  1619. package/lib/tests/browser/index.html +36 -36
  1620. package/lib/tests/browser/render-shape.js +1 -1
  1621. package/lib/tests/browser/render-shape.js.map +1 -1
  1622. package/lib/tests/browser/render-structure.js +1 -1
  1623. package/lib/tests/browser/render-structure.js.map +1 -1
  1624. package/lib/tsconfig.commonjs.tsbuildinfo +1 -1
  1625. package/package.json +158 -155
  1626. package/CHANGELOG.md +0 -181
  1627. package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.d.ts +0 -1
  1628. package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.js +0 -5
  1629. package/lib/commonjs/mol-gl/shader/chunks/wboit-params.glsl.js.map +0 -1
  1630. package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.d.ts +0 -6
  1631. package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.js +0 -40
  1632. package/lib/commonjs/mol-model/structure/model/properties/utils/guess-element.js.map +0 -1
  1633. package/lib/commonjs/mol-repr/structure/visual/aromatic-ring-mesh.js +0 -3
  1634. package/lib/commonjs/mol-repr/structure/visual/aromatic-ring-mesh.js.map +0 -1
  1635. package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.d.ts +0 -37
  1636. package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.js +0 -116
  1637. package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone-iterator.js.map +0 -1
  1638. package/lib/commonjs/mol-script/util/residue-list.d.ts +0 -7
  1639. package/lib/commonjs/mol-script/util/residue-list.js +0 -63
  1640. package/lib/commonjs/mol-script/util/residue-list.js.map +0 -1
  1641. package/lib/mol-gl/shader/chunks/wboit-params.glsl.d.ts +0 -1
  1642. package/lib/mol-gl/shader/chunks/wboit-params.glsl.js +0 -2
  1643. package/lib/mol-gl/shader/chunks/wboit-params.glsl.js.map +0 -1
  1644. package/lib/mol-model/structure/model/properties/utils/guess-element.d.ts +0 -6
  1645. package/lib/mol-model/structure/model/properties/utils/guess-element.js +0 -36
  1646. package/lib/mol-model/structure/model/properties/utils/guess-element.js.map +0 -1
  1647. package/lib/mol-model-formats/structure/mol copy.d.ts +0 -17
  1648. package/lib/mol-model-formats/structure/mol copy.js +0 -86
  1649. package/lib/mol-model-formats/structure/mol copy.js.map +0 -1
  1650. package/lib/mol-repr/structure/visual/aromatic-ring-mesh.d.ts +0 -0
  1651. package/lib/mol-repr/structure/visual/aromatic-ring-mesh.js +0 -3
  1652. package/lib/mol-repr/structure/visual/aromatic-ring-mesh.js.map +0 -1
  1653. package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.d.ts +0 -37
  1654. package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.js +0 -112
  1655. package/lib/mol-repr/structure/visual/util/polymer/backbone-iterator.js.map +0 -1
  1656. package/lib/mol-script/util/residue-list.d.ts +0 -7
  1657. package/lib/mol-script/util/residue-list.js +0 -59
  1658. package/lib/mol-script/util/residue-list.js.map +0 -1
@@ -1,421 +1,419 @@
1
- .msp-control-row {
2
- position: relative;
3
- height: $row-height;
4
- background: $default-background;
5
- margin-top: 1px;
6
-
7
- select, button, input[type=text] {
8
- @extend .msp-form-control;
9
- }
10
-
11
- button {
12
- @extend .msp-btn;
13
- @extend .msp-btn-block;
14
- }
15
-
16
- > span.msp-control-row-label, > button.msp-control-button-label {
17
- line-height: $row-height;
18
- display: block;
19
- width: $control-label-width + $control-spacing;
20
- text-align: right;
21
- padding: 0 $control-spacing;
22
- color: color-lower-contrast($font-color, 15%);
23
- overflow: hidden;
24
- text-overflow: ellipsis;
25
- white-space: nowrap;
26
- position: relative;
27
-
28
- @include non-selectable;
29
- }
30
-
31
- > button.msp-control-button-label {
32
- background: $default-background;
33
- cursor: pointer;
34
- }
35
-
36
- .msp-control-current {
37
- background: $default-background;
38
- }
39
-
40
- > div.msp-control-row-ctrl {
41
- position: absolute;
42
- left: $control-label-width + $control-spacing;
43
- top: 0;
44
- right: 0;
45
- bottom: 0;
46
- }
47
-
48
- > div {
49
- background: $msp-form-control-background;
50
- }
51
-
52
- > .msp-flex-row {
53
- background: $default-background;
54
- }
55
- }
56
-
57
- .msp-control-label-short {
58
- > span {
59
- width: $control-label-short-width + $control-spacing !important;
60
- }
61
-
62
- > div:nth-child(2) {
63
- left: $control-label-short-width + $control-spacing !important;
64
- }
65
- }
66
-
67
- .msp-control-col-2 {
68
- float: left;
69
- width: 50%;
70
- }
71
-
72
- .msp-control-group {
73
- position: relative;
74
- }
75
-
76
- .msp-toggle-button {
77
- .msp-icon {
78
- display: inline-block;
79
- margin-right: 6px;
80
- }
81
-
82
- > div > button:hover {
83
- border-color: color-increase-contrast($msp-form-control-background, 5%) !important;
84
- border: none;
85
- outline-offset: -1px !important;
86
- outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
87
- }
88
- }
89
-
90
- .msp-slider {
91
- > div:first-child {
92
- position: absolute;
93
- top: 0;
94
- left: 18px;
95
- bottom: 0;
96
- right: 62px;
97
- display: flex;
98
- }
99
- > div:last-child {
100
- position: absolute;
101
- height: $row-height;
102
- line-height: $row-height;
103
- text-align: center;
104
- right: 0;
105
- width: 50px;
106
- top: 0;
107
- bottom: 0;
108
- }
109
-
110
- input[type=text] {
111
- padding-right: 6px;
112
- padding-left: 4px;
113
- font-size: 80%;
114
- text-align: right;
115
- }
116
-
117
- // input[type=range] {
118
- // width: 100%;
119
- // }
120
- }
121
-
122
- .msp-slider2 {
123
- > div:first-child {
124
- position: absolute;
125
- height: $row-height;
126
- line-height: $row-height;
127
- text-align: center;
128
- left: 0;
129
- width: 25px;
130
- top: 0;
131
- bottom: 0;
132
- font-size: 80%;
133
- }
134
- > div:nth-child(2) {
135
- position: absolute;
136
- top: 0;
137
- left: 35px;
138
- bottom: 0;
139
- right: 37px;
140
- display: flex;
141
- }
142
- > div:last-child {
143
- position: absolute;
144
- height: $row-height;
145
- line-height: $row-height;
146
- text-align: center;
147
- right: 0;
148
- width: 25px;
149
- top: 0;
150
- bottom: 0;
151
- font-size: 80%;
152
- }
153
-
154
- input[type=text] {
155
- padding-right: 4px;
156
- padding-left: 4px;
157
- font-size: 80%;
158
- text-align: center;
159
- }
160
-
161
- // input[type=range] {
162
- // width: 100%;
163
- // }
164
- }
165
-
166
- .msp-toggle-color-picker {
167
- button {
168
- border: $control-spacing solid $msp-form-control-background !important;
169
- margin: 0;
170
- text-align: center;
171
- padding-right: $control-spacing;
172
- padding-left: $control-spacing;
173
-
174
- &:hover {
175
- border-color: color-increase-contrast($msp-form-control-background, 5%) !important;
176
- border: none;
177
- outline-offset: -1px !important;
178
- outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
179
- }
180
- }
181
-
182
- .msp-color-picker {
183
- position: absolute;
184
- z-index: 100000;
185
- background: $default-background;
186
- border-top: 1px solid $default-background;
187
- padding-bottom: $control-spacing / 2;
188
- width: 100%;
189
-
190
- // input[type=text] {
191
- // background: $msp-form-control-background !important;
192
- // }
193
- }
194
- }
195
-
196
- .msp-toggle-color-picker-above {
197
- .msp-color-picker {
198
- top: -2 * 32px - 16px - $control-spacing / 2;
199
- height: 2 * 32px + 16px + $control-spacing / 2;
200
- }
201
- }
202
-
203
- .msp-toggle-color-picker-below {
204
- .msp-color-picker {
205
- top: $row-height;
206
- height: 2 * 32px + 16px;
207
- }
208
- }
209
-
210
- .msp-control-offset {
211
- // border-left-width: $control-spacing / 2;
212
- // border-left-style: solid;
213
- // border-left-color: color-increase-contrast($default-background, 10%);
214
- // padding-left: 1px;
215
- padding-left: $control-spacing;
216
- }
217
-
218
- .msp-accent-offset {
219
- padding-left: 1px;
220
- margin-left: $control-spacing - 2;
221
- border-left: 2px solid $color-accent-orange;
222
- }
223
-
224
- // .msp-accent-offset-right {
225
- // margin-left: $control-spacing;
226
- // padding-right: 1px;
227
- // border-right: 2px solid $color-accent-orange;
228
- // }
229
-
230
- .msp-control-group-wrapper {
231
- //border-left-width: $control-spacing / 2;
232
- //border-left-style: solid;
233
- //border-left-color: color-increase-contrast($default-background, 10%);
234
-
235
- margin-bottom: 0px;
236
- margin-top: 1px;
237
- }
238
-
239
- // TODO : get rid of the important
240
- .msp-control-group-header {
241
- background: $default-background;
242
- > button, div {
243
- padding-left: 4px; // $control-spacing / 2 !important;
244
- text-align: left;
245
- height: 24px !important; // 2 * $row-height / 3 !important;
246
- line-height: 24px !important; // 2 * $row-height / 3 !important;
247
- font-size: 85% !important;
248
- background: $default-background !important;
249
- color: color-lower-contrast($font-color, 15%);
250
- }
251
- .msp-icon {
252
- height: 24px !important;
253
- line-height: 24px !important;
254
- }
255
- > span {
256
- padding-left: $control-spacing / 2;
257
- line-height: 2 * $row-height / 3;
258
- font-size: 70%;
259
- background: $default-background;
260
- color: color-lower-contrast($font-color, 15%);
261
- }
262
- }
263
-
264
- .msp-control-current {
265
- background: $default-background;
266
- }
267
-
268
- .msp-control-group-footer {
269
- background: color-increase-contrast($default-background, 5%);
270
- height: $control-spacing / 2;
271
- font-size: 1px;
272
- margin-top: 1px;
273
- }
274
-
275
- .msp-control-group-expander {
276
- display: block;
277
- position: absolute;
278
- line-height: $row-height;
279
- padding: 0;
280
- left: 0;
281
- top: 0;
282
- width: $control-label-width + $control-spacing;
283
- text-align: left;
284
- background: transparent;
285
-
286
- .msp-icon {
287
- line-height: $row-height - 3;
288
- width: $row-height - 1;
289
- text-align: center;
290
- // display: inline-block;
291
- font-size: 100%;
292
- }
293
- }
294
-
295
- .msp-plugin-layout_controls {
296
- position: absolute;
297
- left: $control-spacing;
298
- top: $control-spacing;
299
- }
300
-
301
- .msp-plugin-layout_controls > button:first-child {
302
- margin-right: 6px;
303
- }
304
-
305
- .msp-empty-control {
306
- display: none;
307
- }
308
-
309
- .msp-control .msp-btn-block {
310
- margin-bottom: 0px;
311
- margin-top: 0px;
312
- }
313
-
314
- .msp-row-text {
315
- height: $row-height;
316
- position: relative;
317
- background: $default-background;
318
- margin-top: 1px;
319
-
320
- > div {
321
- line-height: $row-height;
322
- text-align: center;
323
- color: color-lower-contrast($font-color, 15%);
324
- }
325
- }
326
-
327
- .msp-help span {
328
- display: none;
329
- }
330
-
331
- .msp-help:hover span {
332
- display: inline-block;
333
- background: linear-gradient($default-background, change-color($default-background, $alpha: 0.8));
334
- }
335
-
336
- .msp-help-text {
337
- position: relative;
338
- background: $default-background;
339
- margin-top: 1px;
340
-
341
- > div {
342
- padding: ($control-spacing / 2) $control-spacing;
343
- text-align: left;
344
- color: color-lower-contrast($font-color, 15%);
345
- }
346
- }
347
-
348
- .msp-help-description {
349
- font-style: italic;
350
- }
351
-
352
- .msp-help-legend {
353
- padding-top: $control-spacing;
354
- }
355
-
356
- .msp-scale-legend {
357
- > div {
358
- width: 100%;
359
- height: $control-spacing * 3;
360
-
361
- > span {
362
- padding: $control-spacing / 2;
363
- color: white;
364
- font-weight: bold;
365
- background-color: rgba(0, 0, 0, 0.2);
366
- }
367
- }
368
- }
369
-
370
- .msp-table-legend {
371
- > div {
372
- // min-width: 60px;
373
- margin-right: $control-spacing / 2;
374
- display: inline-flex;
375
-
376
- .msp-table-legend-color {
377
- width: $control-spacing * 3;
378
- height: $control-spacing * 2;
379
- }
380
-
381
- .msp-table-legend-text {
382
- margin: 0 ($control-spacing / 2);
383
- }
384
- }
385
- }
386
-
387
- .msp-image-preview {
388
- position: relative;
389
- background: $default-background;
390
- margin-top: 1px;
391
- padding: $control-spacing;
392
-
393
- canvas {
394
- @include user-select(none);
395
- }
396
-
397
- > span {
398
- margin-top: 6px;
399
- display: block;
400
- text-align: center;
401
- font-size: 80%;
402
- line-height: 15px;
403
- }
404
- }
405
-
406
- .msp-copy-image-wrapper {
407
- position: relative;
408
-
409
- div {
410
- font-weight: bold;
411
- padding: 3px;
412
- margin: 1px 0;
413
- width: 100%;
414
- background: $msp-form-control-background;
415
- text-align: center;
416
- }
417
-
418
- img {
419
- margin-top: 1px;
420
- }
1
+ @use "sass:math";
2
+
3
+ .msp-control-row {
4
+ position: relative;
5
+ height: $row-height;
6
+ background: $default-background;
7
+ margin-top: 1px;
8
+
9
+ select, button, input[type=text] {
10
+ @extend .msp-form-control;
11
+ }
12
+
13
+ button {
14
+ @extend .msp-btn;
15
+ @extend .msp-btn-block;
16
+ }
17
+
18
+ > span.msp-control-row-label, > button.msp-control-button-label {
19
+ line-height: $row-height;
20
+ display: block;
21
+ width: $control-label-width + $control-spacing;
22
+ text-align: right;
23
+ padding: 0 $control-spacing;
24
+ color: color-lower-contrast($font-color, 15%);
25
+ overflow: hidden;
26
+ text-overflow: ellipsis;
27
+ white-space: nowrap;
28
+ position: relative;
29
+
30
+ @include non-selectable;
31
+ }
32
+
33
+ > button.msp-control-button-label {
34
+ background: $default-background;
35
+ cursor: pointer;
36
+ }
37
+
38
+ .msp-control-current {
39
+ background: $default-background;
40
+ }
41
+
42
+ > div.msp-control-row-ctrl {
43
+ position: absolute;
44
+ left: $control-label-width + $control-spacing;
45
+ top: 0;
46
+ right: 0;
47
+ bottom: 0;
48
+ }
49
+
50
+ > div {
51
+ background: $msp-form-control-background;
52
+ }
53
+
54
+ > .msp-flex-row {
55
+ background: $default-background;
56
+ }
57
+ }
58
+
59
+ .msp-control-label-short {
60
+ > span {
61
+ width: $control-label-short-width + $control-spacing !important;
62
+ }
63
+
64
+ > div:nth-child(2) {
65
+ left: $control-label-short-width + $control-spacing !important;
66
+ }
67
+ }
68
+
69
+ .msp-control-col-2 {
70
+ float: left;
71
+ width: 50%;
72
+ }
73
+
74
+ .msp-control-group {
75
+ position: relative;
76
+ }
77
+
78
+ .msp-toggle-button {
79
+ .msp-icon {
80
+ display: inline-block;
81
+ margin-right: 6px;
82
+ }
83
+
84
+ > div > button:hover {
85
+ border-color: color-increase-contrast($msp-form-control-background, 5%) !important;
86
+ border: none;
87
+ outline-offset: -1px !important;
88
+ outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
89
+ }
90
+ }
91
+
92
+ .msp-slider {
93
+ > div:first-child {
94
+ position: absolute;
95
+ top: 0;
96
+ left: 18px;
97
+ bottom: 0;
98
+ right: 62px;
99
+ display: flex;
100
+ }
101
+ > div:last-child {
102
+ position: absolute;
103
+ height: $row-height;
104
+ line-height: $row-height;
105
+ text-align: center;
106
+ right: 0;
107
+ width: 50px;
108
+ top: 0;
109
+ bottom: 0;
110
+ }
111
+
112
+ input[type=text] {
113
+ padding-right: 6px;
114
+ padding-left: 4px;
115
+ font-size: 80%;
116
+ text-align: right;
117
+ }
118
+
119
+ // input[type=range] {
120
+ // width: 100%;
121
+ // }
122
+ }
123
+
124
+ .msp-slider2 {
125
+ > div:first-child {
126
+ position: absolute;
127
+ height: $row-height;
128
+ line-height: $row-height;
129
+ text-align: center;
130
+ left: 0;
131
+ width: 25px;
132
+ top: 0;
133
+ bottom: 0;
134
+ font-size: 80%;
135
+ }
136
+ > div:nth-child(2) {
137
+ position: absolute;
138
+ top: 0;
139
+ left: 35px;
140
+ bottom: 0;
141
+ right: 37px;
142
+ display: flex;
143
+ }
144
+ > div:last-child {
145
+ position: absolute;
146
+ height: $row-height;
147
+ line-height: $row-height;
148
+ text-align: center;
149
+ right: 0;
150
+ width: 25px;
151
+ top: 0;
152
+ bottom: 0;
153
+ font-size: 80%;
154
+ }
155
+
156
+ input[type=text] {
157
+ padding-right: 4px;
158
+ padding-left: 4px;
159
+ font-size: 80%;
160
+ text-align: center;
161
+ }
162
+
163
+ // input[type=range] {
164
+ // width: 100%;
165
+ // }
166
+ }
167
+
168
+ .msp-toggle-color-picker {
169
+ button {
170
+ border: $control-spacing solid $msp-form-control-background !important;
171
+ margin: 0;
172
+ text-align: center;
173
+ padding-right: $control-spacing;
174
+ padding-left: $control-spacing;
175
+
176
+ &:hover {
177
+ border-color: color-increase-contrast($msp-form-control-background, 5%) !important;
178
+ border: none;
179
+ outline-offset: -1px !important;
180
+ outline: 1px solid color-increase-contrast($msp-form-control-background, 20%) !important;
181
+ }
182
+ }
183
+
184
+ .msp-color-picker {
185
+ position: absolute;
186
+ z-index: 100000;
187
+ background: $default-background;
188
+ border-top: 1px solid $default-background;
189
+ padding-bottom: math.div($control-spacing, 2);
190
+ width: 100%;
191
+
192
+ // input[type=text] {
193
+ // background: $msp-form-control-background !important;
194
+ // }
195
+ }
196
+ }
197
+
198
+ .msp-toggle-color-picker-above {
199
+ .msp-color-picker {
200
+ top: -2 * 32px - 16px - math.div($control-spacing, 2);
201
+ height: 2 * 32px + 16px + math.div($control-spacing, 2);
202
+ }
203
+ }
204
+
205
+ .msp-toggle-color-picker-below {
206
+ .msp-color-picker {
207
+ top: $row-height;
208
+ height: 2 * 32px + 16px;
209
+ }
210
+ }
211
+
212
+ .msp-control-offset {
213
+ padding-left: $control-spacing;
214
+ }
215
+
216
+ .msp-accent-offset {
217
+ padding-left: 1px;
218
+ margin-left: $control-spacing - 2;
219
+ border-left: 2px solid $color-accent-orange;
220
+ }
221
+
222
+ // .msp-accent-offset-right {
223
+ // margin-left: $control-spacing;
224
+ // padding-right: 1px;
225
+ // border-right: 2px solid $color-accent-orange;
226
+ // }
227
+
228
+ .msp-control-group-wrapper {
229
+ //border-left-width: math.div($control-spacing, 2);
230
+ //border-left-style: solid;
231
+ //border-left-color: color-increase-contrast($default-background, 10%);
232
+
233
+ margin-bottom: 0px;
234
+ margin-top: 1px;
235
+ }
236
+
237
+ // TODO : get rid of the important
238
+ .msp-control-group-header {
239
+ background: $default-background;
240
+ > button, div {
241
+ padding-left: 4px; // math.div($control-spacing, 2) !important;
242
+ text-align: left;
243
+ height: 24px !important;
244
+ line-height: 24px !important;
245
+ font-size: 85% !important;
246
+ background: $default-background !important;
247
+ color: color-lower-contrast($font-color, 15%);
248
+ }
249
+ .msp-icon {
250
+ height: 24px !important;
251
+ line-height: 24px !important;
252
+ }
253
+ > span {
254
+ padding-left: math.div($control-spacing, 2);
255
+ line-height: math.div(2 * $row-height, 3);
256
+ font-size: 70%;
257
+ background: $default-background;
258
+ color: color-lower-contrast($font-color, 15%);
259
+ }
260
+ }
261
+
262
+ .msp-control-current {
263
+ background: $default-background;
264
+ }
265
+
266
+ .msp-control-group-footer {
267
+ background: color-increase-contrast($default-background, 5%);
268
+ height: math.div($control-spacing, 2);
269
+ font-size: 1px;
270
+ margin-top: 1px;
271
+ }
272
+
273
+ .msp-control-group-expander {
274
+ display: block;
275
+ position: absolute;
276
+ line-height: $row-height;
277
+ padding: 0;
278
+ left: 0;
279
+ top: 0;
280
+ width: $control-label-width + $control-spacing;
281
+ text-align: left;
282
+ background: transparent;
283
+
284
+ .msp-icon {
285
+ line-height: $row-height - 3;
286
+ width: $row-height - 1;
287
+ text-align: center;
288
+ // display: inline-block;
289
+ font-size: 100%;
290
+ }
291
+ }
292
+
293
+ .msp-plugin-layout_controls {
294
+ position: absolute;
295
+ left: $control-spacing;
296
+ top: $control-spacing;
297
+ }
298
+
299
+ .msp-plugin-layout_controls > button:first-child {
300
+ margin-right: 6px;
301
+ }
302
+
303
+ .msp-empty-control {
304
+ display: none;
305
+ }
306
+
307
+ .msp-control .msp-btn-block {
308
+ margin-bottom: 0px;
309
+ margin-top: 0px;
310
+ }
311
+
312
+ .msp-row-text {
313
+ height: $row-height;
314
+ position: relative;
315
+ background: $default-background;
316
+ margin-top: 1px;
317
+
318
+ > div {
319
+ line-height: $row-height;
320
+ text-align: center;
321
+ color: color-lower-contrast($font-color, 15%);
322
+ }
323
+ }
324
+
325
+ .msp-help span {
326
+ display: none;
327
+ }
328
+
329
+ .msp-help:hover span {
330
+ display: inline-block;
331
+ background: linear-gradient($default-background, change-color($default-background, $alpha: 0.8));
332
+ }
333
+
334
+ .msp-help-text {
335
+ position: relative;
336
+ background: $default-background;
337
+ margin-top: 1px;
338
+
339
+ > div {
340
+ padding: (math.div($control-spacing, 2)) $control-spacing;
341
+ text-align: left;
342
+ color: color-lower-contrast($font-color, 15%);
343
+ }
344
+ }
345
+
346
+ .msp-help-description {
347
+ font-style: italic;
348
+ }
349
+
350
+ .msp-help-legend {
351
+ padding-top: $control-spacing;
352
+ }
353
+
354
+ .msp-scale-legend {
355
+ > div {
356
+ width: 100%;
357
+ height: $control-spacing * 3;
358
+
359
+ > span {
360
+ padding: math.div($control-spacing, 2);
361
+ color: white;
362
+ font-weight: bold;
363
+ background-color: rgba(0, 0, 0, 0.2);
364
+ }
365
+ }
366
+ }
367
+
368
+ .msp-table-legend {
369
+ > div {
370
+ // min-width: 60px;
371
+ margin-right: math.div($control-spacing, 2);
372
+ display: inline-flex;
373
+
374
+ .msp-table-legend-color {
375
+ width: $control-spacing * 3;
376
+ height: $control-spacing * 2;
377
+ }
378
+
379
+ .msp-table-legend-text {
380
+ margin: 0 (math.div($control-spacing, 2));
381
+ }
382
+ }
383
+ }
384
+
385
+ .msp-image-preview {
386
+ position: relative;
387
+ background: $default-background;
388
+ margin-top: 1px;
389
+ padding: $control-spacing;
390
+
391
+ canvas {
392
+ @include user-select(none);
393
+ }
394
+
395
+ > span {
396
+ margin-top: 6px;
397
+ display: block;
398
+ text-align: center;
399
+ font-size: 80%;
400
+ line-height: 15px;
401
+ }
402
+ }
403
+
404
+ .msp-copy-image-wrapper {
405
+ position: relative;
406
+
407
+ div {
408
+ font-weight: bold;
409
+ padding: 3px;
410
+ margin: 1px 0;
411
+ width: 100%;
412
+ background: $msp-form-control-background;
413
+ text-align: center;
414
+ }
415
+
416
+ img {
417
+ margin-top: 1px;
418
+ }
421
419
  }