molstar 3.0.2 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/build/viewer/molstar.js +1 -1
  2. package/lib/apps/docking-viewer/viewport.d.ts +2 -0
  3. package/lib/apps/viewer/app.d.ts +1 -0
  4. package/lib/commonjs/apps/docking-viewer/viewport.d.ts +2 -0
  5. package/lib/commonjs/apps/viewer/app.d.ts +1 -0
  6. package/lib/commonjs/extensions/anvil/behavior.d.ts +1 -0
  7. package/lib/commonjs/extensions/dnatco/confal-pyramids/behavior.d.ts +1 -0
  8. package/lib/commonjs/extensions/model-archive/quality-assessment/behavior.d.ts +2 -0
  9. package/lib/commonjs/extensions/rcsb/assembly-symmetry/behavior.d.ts +2 -0
  10. package/lib/commonjs/extensions/rcsb/graphql/types.d.ts +11 -11
  11. package/lib/commonjs/extensions/rcsb/validation-report/behavior.d.ts +3 -0
  12. package/lib/commonjs/mol-gl/shader/chunks/apply-light-color.glsl.d.ts +2 -2
  13. package/lib/commonjs/mol-gl/shader/chunks/apply-light-color.glsl.js +2 -2
  14. package/lib/commonjs/mol-gl/shader/cylinders.frag.d.ts +2 -2
  15. package/lib/commonjs/mol-gl/shader/cylinders.frag.js +2 -2
  16. package/lib/commonjs/mol-gl/shader/direct-volume.frag.d.ts +2 -2
  17. package/lib/commonjs/mol-gl/shader/direct-volume.frag.js +2 -2
  18. package/lib/commonjs/mol-gl/shader/mesh.frag.d.ts +2 -2
  19. package/lib/commonjs/mol-gl/shader/mesh.frag.js +2 -2
  20. package/lib/commonjs/mol-gl/shader/spheres.frag.d.ts +2 -2
  21. package/lib/commonjs/mol-gl/shader/spheres.frag.js +2 -2
  22. package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +1 -1
  23. package/lib/commonjs/mol-io/reader/cif/schema/bird.js +1 -1
  24. package/lib/commonjs/mol-io/reader/cif/schema/ccd.d.ts +1 -1
  25. package/lib/commonjs/mol-io/reader/cif/schema/ccd.js +1 -1
  26. package/lib/commonjs/mol-io/reader/cif/schema/mmcif.d.ts +2 -2
  27. package/lib/commonjs/mol-io/reader/cif/schema/mmcif.js +1 -1
  28. package/lib/commonjs/mol-model/structure/export/categories/secondary-structure.js +8 -8
  29. package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.d.ts +2 -1
  30. package/lib/commonjs/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +16 -7
  31. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +2 -0
  32. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy.d.ts +1 -0
  33. package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.d.ts +128 -120
  34. package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js +5 -31
  35. package/lib/commonjs/mol-plugin-state/builder/structure/representation.d.ts +2 -1
  36. package/lib/commonjs/mol-plugin-state/manager/structure/component.d.ts +2 -1
  37. package/lib/commonjs/mol-plugin-state/manager/structure/component.js +11 -8
  38. package/lib/commonjs/mol-plugin-ui/controls/icons.d.ts +2 -1
  39. package/lib/commonjs/mol-plugin-ui/controls/icons.js +8 -5
  40. package/lib/commonjs/mol-plugin-ui/controls.d.ts +1 -1
  41. package/lib/commonjs/mol-plugin-ui/controls.js +2 -1
  42. package/lib/commonjs/mol-plugin-ui/structure/quick-styles.d.ts +25 -0
  43. package/lib/commonjs/mol-plugin-ui/structure/quick-styles.js +131 -0
  44. package/lib/commonjs/mol-plugin-ui/structure/volume.js +4 -4
  45. package/lib/commonjs/mol-repr/structure/registry.d.ts +1 -1
  46. package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +4 -4
  47. package/lib/commonjs/mol-repr/structure/representation/cartoon.js +3 -3
  48. package/lib/extensions/anvil/behavior.d.ts +1 -0
  49. package/lib/extensions/dnatco/confal-pyramids/behavior.d.ts +1 -0
  50. package/lib/extensions/model-archive/quality-assessment/behavior.d.ts +2 -0
  51. package/lib/extensions/rcsb/assembly-symmetry/behavior.d.ts +2 -0
  52. package/lib/extensions/rcsb/graphql/types.d.ts +11 -11
  53. package/lib/extensions/rcsb/validation-report/behavior.d.ts +3 -0
  54. package/lib/mol-gl/shader/chunks/apply-light-color.glsl.d.ts +2 -2
  55. package/lib/mol-gl/shader/chunks/apply-light-color.glsl.js +2 -2
  56. package/lib/mol-gl/shader/cylinders.frag.d.ts +2 -2
  57. package/lib/mol-gl/shader/cylinders.frag.js +2 -2
  58. package/lib/mol-gl/shader/direct-volume.frag.d.ts +2 -2
  59. package/lib/mol-gl/shader/direct-volume.frag.js +2 -2
  60. package/lib/mol-gl/shader/mesh.frag.d.ts +2 -2
  61. package/lib/mol-gl/shader/mesh.frag.js +2 -2
  62. package/lib/mol-gl/shader/spheres.frag.d.ts +2 -2
  63. package/lib/mol-gl/shader/spheres.frag.js +2 -2
  64. package/lib/mol-io/reader/cif/schema/bird.d.ts +1 -1
  65. package/lib/mol-io/reader/cif/schema/bird.js +1 -1
  66. package/lib/mol-io/reader/cif/schema/ccd.d.ts +1 -1
  67. package/lib/mol-io/reader/cif/schema/ccd.js +1 -1
  68. package/lib/mol-io/reader/cif/schema/mmcif.d.ts +2 -2
  69. package/lib/mol-io/reader/cif/schema/mmcif.js +1 -1
  70. package/lib/mol-model/structure/export/categories/secondary-structure.js +8 -8
  71. package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.d.ts +2 -1
  72. package/lib/mol-plugin/behavior/dynamic/selection/structure-focus-representation.js +16 -7
  73. package/lib/mol-plugin/version.js +2 -2
  74. package/lib/mol-plugin-state/builder/structure/hierarchy-preset.d.ts +2 -0
  75. package/lib/mol-plugin-state/builder/structure/hierarchy.d.ts +1 -0
  76. package/lib/mol-plugin-state/builder/structure/representation-preset.d.ts +128 -120
  77. package/lib/mol-plugin-state/builder/structure/representation-preset.js +5 -31
  78. package/lib/mol-plugin-state/builder/structure/representation.d.ts +2 -1
  79. package/lib/mol-plugin-state/manager/structure/component.d.ts +2 -1
  80. package/lib/mol-plugin-state/manager/structure/component.js +11 -8
  81. package/lib/mol-plugin-ui/controls/icons.d.ts +2 -1
  82. package/lib/mol-plugin-ui/controls/icons.js +5 -3
  83. package/lib/mol-plugin-ui/controls.d.ts +1 -1
  84. package/lib/mol-plugin-ui/controls.js +2 -1
  85. package/lib/mol-plugin-ui/structure/quick-styles.d.ts +25 -0
  86. package/lib/mol-plugin-ui/structure/quick-styles.js +128 -0
  87. package/lib/mol-plugin-ui/structure/volume.js +4 -4
  88. package/lib/mol-repr/structure/registry.d.ts +1 -1
  89. package/lib/mol-repr/structure/representation/cartoon.d.ts +4 -4
  90. package/lib/mol-repr/structure/representation/cartoon.js +3 -3
  91. package/package.json +19 -19

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


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

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