@pie-lib/graphing-module 1.1.0 → 1.1.1
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/module/index.js +4 -11
- package/module/manifest.json +2 -2
- package/package.json +1 -1
package/module/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.4.
|
|
1
|
+
import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.4.14/module/index.js";
|
|
2
2
|
const PropTypes$C = _dll_prop_types;
|
|
3
3
|
const BaseDomainRangeType = {
|
|
4
4
|
min: PropTypes$C.number.isRequired,
|
|
@@ -14627,13 +14627,6 @@ class Root extends React.Component {
|
|
|
14627
14627
|
});
|
|
14628
14628
|
this.store.subscribe(this.onStoreChange);
|
|
14629
14629
|
}
|
|
14630
|
-
componentDidUpdate() {
|
|
14631
|
-
const {marks} = this.props;
|
|
14632
|
-
const storeState = this.store.getState();
|
|
14633
|
-
if (!isEqual(storeState.marks.present, marks)) {
|
|
14634
|
-
this.store.dispatch(changeMarks(marks));
|
|
14635
|
-
}
|
|
14636
|
-
}
|
|
14637
14630
|
__init() {
|
|
14638
14631
|
this.onStoreChange = () => {
|
|
14639
14632
|
const {marks, onChangeMarks} = this.props;
|
|
@@ -14654,7 +14647,7 @@ class Root extends React.Component {
|
|
|
14654
14647
|
__self: this,
|
|
14655
14648
|
__source: {
|
|
14656
14649
|
fileName: _jsxFileName,
|
|
14657
|
-
lineNumber:
|
|
14650
|
+
lineNumber: 59
|
|
14658
14651
|
}
|
|
14659
14652
|
});
|
|
14660
14653
|
}
|
|
@@ -14663,14 +14656,14 @@ class Root extends React.Component {
|
|
|
14663
14656
|
__self: this,
|
|
14664
14657
|
__source: {
|
|
14665
14658
|
fileName: _jsxFileName,
|
|
14666
|
-
lineNumber:
|
|
14659
|
+
lineNumber: 63
|
|
14667
14660
|
}
|
|
14668
14661
|
}, React.createElement(GraphContainer, {
|
|
14669
14662
|
...rest,
|
|
14670
14663
|
__self: this,
|
|
14671
14664
|
__source: {
|
|
14672
14665
|
fileName: _jsxFileName,
|
|
14673
|
-
lineNumber:
|
|
14666
|
+
lineNumber: 64
|
|
14674
14667
|
}
|
|
14675
14668
|
}));
|
|
14676
14669
|
}
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.4.
|
|
30
|
+
"version": "^1.4.14"
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
33
|
"isLocal": true
|