pdbe-molstar 3.2.1-beta.1 → 3.2.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/pdbe-molstar-component.js +2 -2
- package/build/pdbe-molstar-light.css +2 -2
- package/build/pdbe-molstar-plugin.js +2 -2
- package/build/pdbe-molstar-plugin.js.LICENSE.txt +1 -1
- package/build/pdbe-molstar.css +2 -2
- package/lib/alphafold-transparency.d.ts +3 -3
- package/lib/alphafold-transparency.js +10 -11
- package/lib/custom-events.d.ts +1 -1
- package/lib/custom-events.js +1 -1
- package/lib/domain-annotations/behavior.d.ts +1 -1
- package/lib/domain-annotations/behavior.js +3 -3
- package/lib/domain-annotations/color.d.ts +3 -3
- package/lib/domain-annotations/color.js +4 -4
- package/lib/domain-annotations/prop.d.ts +6 -6
- package/lib/domain-annotations/prop.js +7 -7
- package/lib/extensions/foldseek.d.ts +1 -1
- package/lib/extensions/foldseek.js +2 -2
- package/lib/helpers.d.ts +20 -13
- package/lib/helpers.js +49 -11
- package/lib/index(light).d.ts +4 -179
- package/lib/index(light).js +6 -1234
- package/lib/index.d.ts +4 -179
- package/lib/index.js +6 -1234
- package/lib/labels.d.ts +1 -1
- package/lib/labels.js +3 -3
- package/lib/loci-details.d.ts +2 -2
- package/lib/loci-details.js +3 -3
- package/lib/plugin-custom-state.d.ts +6 -9
- package/lib/sifts-mapping.d.ts +3 -3
- package/lib/sifts-mapping.js +4 -4
- package/lib/sifts-mappings-behaviour.d.ts +1 -1
- package/lib/sifts-mappings-behaviour.js +10 -10
- package/lib/spec.d.ts +36 -11
- package/lib/spec.js +38 -7
- package/lib/{overlay.scss → styles/index.scss} +11 -0
- package/lib/superposition-export.d.ts +1 -1
- package/lib/superposition-export.js +7 -7
- package/lib/superposition-focus-representation.d.ts +3 -3
- package/lib/superposition-focus-representation.js +8 -8
- package/lib/superposition-sifts-mapping.d.ts +5 -5
- package/lib/superposition-sifts-mapping.js +3 -3
- package/lib/superposition.d.ts +7 -4
- package/lib/superposition.js +147 -184
- package/lib/ui/alphafold-superposition.d.ts +4 -4
- package/lib/ui/alphafold-superposition.js +8 -8
- package/lib/ui/alphafold-tranparency.d.ts +2 -2
- package/lib/ui/alphafold-tranparency.js +4 -4
- package/lib/ui/annotation-controls.d.ts +1 -1
- package/lib/ui/annotation-controls.js +7 -7
- package/lib/ui/annotation-row-controls.d.ts +2 -2
- package/lib/ui/annotation-row-controls.js +3 -3
- package/lib/ui/export-superposition.d.ts +1 -1
- package/lib/ui/export-superposition.js +9 -9
- package/lib/ui/pdbe-left-panel.d.ts +8 -8
- package/lib/ui/pdbe-left-panel.js +26 -47
- package/lib/ui/pdbe-screenshot-controls.d.ts +2 -2
- package/lib/ui/pdbe-screenshot-controls.js +7 -7
- package/lib/ui/pdbe-structure-controls.d.ts +1 -1
- package/lib/ui/pdbe-structure-controls.js +8 -8
- package/lib/ui/pdbe-viewport-controls.d.ts +1 -1
- package/lib/ui/pdbe-viewport-controls.js +4 -2
- package/lib/ui/segment-tree.d.ts +4 -4
- package/lib/ui/segment-tree.js +12 -32
- package/lib/ui/superposition-components.d.ts +1 -1
- package/lib/ui/superposition-components.js +8 -8
- package/lib/ui/superposition-viewport.d.ts +1 -1
- package/lib/ui/superposition-viewport.js +5 -5
- package/lib/ui/symmetry-annotation-controls.d.ts +6 -6
- package/lib/ui/symmetry-annotation-controls.js +6 -6
- package/lib/viewer.d.ts +178 -0
- package/lib/viewer.js +1286 -0
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pdbe-molstar",
|
|
3
|
-
"version": "3.2.1-beta.
|
|
3
|
+
"version": "3.2.1-beta.3",
|
|
4
4
|
"description": "Molstar implementation for PDBe",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"rebuild": "npm run clean && npm run build",
|
|
11
11
|
"clean": "node scripts.js clean-all",
|
|
12
12
|
"build-tsc": "tsc --incremental",
|
|
13
|
-
"build-extra": "cpx 'src/**/*.{scss,html,ico}' lib/",
|
|
13
|
+
"build-extra": "cpx 'src/app/**/*.{scss,html,ico}' lib/",
|
|
14
14
|
"build-webpack": "webpack --mode production --config ./webpack.config.production.js",
|
|
15
15
|
"watch": "concurrently -c 'green,gray,blue' --names 'tsc,ext,wpc' --kill-others 'npm:watch-tsc' 'npm:watch-extra' 'npm:watch-webpack'",
|
|
16
16
|
"watch-tsc": "tsc --watch --incremental",
|
|
17
|
-
"watch-extra": "cpx 'src/**/*.{scss,html,ico}' lib/ --watch",
|
|
17
|
+
"watch-extra": "cpx 'src/app/**/*.{scss,html,ico}' lib/ --watch",
|
|
18
18
|
"watch-webpack": "webpack -w --mode development --stats minimal --config ./webpack.config.development.js",
|
|
19
|
-
"serve": "http-server -p 1338 -g",
|
|
19
|
+
"serve": "http-server -p 1338 -g -c-1",
|
|
20
20
|
"bundle-webcomponent": "node scripts.js bundle-webcomponent"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|