@complat/react-spectra-editor 0.11.4-beta.0 → 0.11.4
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/dist/index.js +1 -0
- package/package.json +2 -3
- package/dist/components/d3_line/line_focus_bk.js +0 -860
- package/dist/components/d3_multi/index_bk.js +0 -240
- package/dist/components/d3_multi/multi_focus_bk.js +0 -550
- package/dist/components/panel/compare_bk.js +0 -370
- package/dist/components/panel/info_bk.js +0 -341
- package/dist/components/panel/multiplicity_bk.js +0 -405
- package/dist/helpers/chem_bk.js +0 -779
- package/dist/helpers/converter_bk.js +0 -106
- package/dist/helpers/format_bk.js +0 -462
- package/dist/index_bk.js +0 -760
- package/dist/layer_content_bk.js +0 -128
- package/dist/layer_prism_bk.js +0 -186
- package/dist/reducers/reducer_edit_peak_bk.js +0 -111
- package/dist/reducers/reducer_integration_bk.js +0 -137
- package/dist/reducers/reducer_jcamp_bk.js +0 -74
- package/dist/reducers/reducer_multiplicity_bk.js +0 -131
- package/dist/reducers/reducer_shift_bk.js +0 -99
- package/dist/sagas/saga_edit_peak_bk.js +0 -84
- package/dist/sagas/saga_multiplicity_bk.js +0 -387
- package/dist/sagas/saga_ui_bk.js +0 -488
package/dist/index.js
CHANGED
|
@@ -714,6 +714,7 @@ var DemoWriteIr = function (_React$Component) {
|
|
|
714
714
|
editorOnly: false,
|
|
715
715
|
canChangeDescription: true,
|
|
716
716
|
onDescriptionChanged: this.onDescriptionChanged,
|
|
717
|
+
molSvg: molSvg,
|
|
717
718
|
userManualLink: { cv: "https://www.chemotion.net/chemotionsaurus/docs/eln/chemspectra/cvanalysis" }
|
|
718
719
|
}),
|
|
719
720
|
_react2.default.createElement(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@complat/react-spectra-editor",
|
|
3
|
-
"version": "0.11.4
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"description": "An editor to View and Edit Chemical Spectra data (NMR, IR and MS).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"license": "AGPL-3.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@complat/react-svg-file-zoom-pan": "1.0.15
|
|
11
|
+
"@complat/react-svg-file-zoom-pan": "1.0.15",
|
|
12
12
|
"@material-ui/core": "^4.10.0",
|
|
13
13
|
"@material-ui/icons": "^4.10.0",
|
|
14
14
|
"@mdi/js": "^4.7.95",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"d3-brush": "2.1.0",
|
|
23
23
|
"d3-selection": "^2.0.0",
|
|
24
24
|
"d3-tip": "^0.9.1",
|
|
25
|
-
"d3-zoom": "^3.0.0",
|
|
26
25
|
"jcampconverter": "4.1.0",
|
|
27
26
|
"ml-savitzky-golay-generalized": "1.1.1",
|
|
28
27
|
"prop-types": "^15.7.2",
|