@pie-lib/graphing-module 1.11.19 → 1.11.20
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 +9 -9
- package/module/manifest.json +7 -7
- package/package.json +1 -1
package/module/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.6.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.1.
|
|
4
|
-
import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.
|
|
1
|
+
import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.18/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.6.21/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.1.21/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.5/module/index.js";
|
|
5
5
|
const PropTypes$E = _dll_prop_types;
|
|
6
6
|
const BaseDomainRangeType = {
|
|
7
7
|
min: PropTypes$E.number.isRequired,
|
|
@@ -11674,7 +11674,7 @@ class RawBp extends React$n.Component {
|
|
|
11674
11674
|
};
|
|
11675
11675
|
}
|
|
11676
11676
|
render() {
|
|
11677
|
-
const {classes, className, coordinatesOnHover, x, y, disabled, correctness, graphProps, labelNode, ...rest} = this.props;
|
|
11677
|
+
const {classes, className, coordinatesOnHover, x, y, disabled, correctness, graphProps, labelNode, style, ...rest} = this.props;
|
|
11678
11678
|
const {showCoordinates} = this.state;
|
|
11679
11679
|
const {scale} = graphProps;
|
|
11680
11680
|
const r = thinnerShapesNeeded(graphProps) ? 5 : 7;
|
|
@@ -11697,7 +11697,7 @@ class RawBp extends React$n.Component {
|
|
|
11697
11697
|
__self: this,
|
|
11698
11698
|
__source: {
|
|
11699
11699
|
fileName: _jsxFileName$n,
|
|
11700
|
-
lineNumber:
|
|
11700
|
+
lineNumber: 49
|
|
11701
11701
|
}
|
|
11702
11702
|
}), React$n.createElement('g', {
|
|
11703
11703
|
className: classNames$e(classes.point, disabled && classes.disabled, classes[correctness], className),
|
|
@@ -11711,7 +11711,7 @@ class RawBp extends React$n.Component {
|
|
|
11711
11711
|
__self: this,
|
|
11712
11712
|
__source: {
|
|
11713
11713
|
fileName: _jsxFileName$n,
|
|
11714
|
-
lineNumber:
|
|
11714
|
+
lineNumber: 58
|
|
11715
11715
|
}
|
|
11716
11716
|
}, React$n.createElement('circle', {
|
|
11717
11717
|
...rest,
|
|
@@ -11721,7 +11721,7 @@ class RawBp extends React$n.Component {
|
|
|
11721
11721
|
__self: this,
|
|
11722
11722
|
__source: {
|
|
11723
11723
|
fileName: _jsxFileName$n,
|
|
11724
|
-
lineNumber:
|
|
11724
|
+
lineNumber: 64
|
|
11725
11725
|
}
|
|
11726
11726
|
}), labelNode && coordinatesOnHover && showCoordinates && ReactDOM$4.createPortal(React$n.createElement(CoordinatesLabel$1, {
|
|
11727
11727
|
graphProps: graphProps,
|
|
@@ -11730,7 +11730,7 @@ class RawBp extends React$n.Component {
|
|
|
11730
11730
|
__self: this,
|
|
11731
11731
|
__source: {
|
|
11732
11732
|
fileName: _jsxFileName$n,
|
|
11733
|
-
lineNumber:
|
|
11733
|
+
lineNumber: 68
|
|
11734
11734
|
}
|
|
11735
11735
|
}), labelNode)));
|
|
11736
11736
|
}
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.20",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"version": "2.6.13"
|
|
14
14
|
},
|
|
15
15
|
"@pie-lib/graphing": {
|
|
16
|
-
"version": "2.12.
|
|
16
|
+
"version": "2.12.25"
|
|
17
17
|
},
|
|
18
18
|
"d3-scale": {
|
|
19
19
|
"version": "2.2.2"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"version": "1.4.2"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"hash": "
|
|
25
|
+
"hash": "a5b7ca3affa8434b1252befa7779acd612177e92"
|
|
26
26
|
},
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.6.
|
|
30
|
+
"version": "^1.6.18"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/editable-html-module",
|
|
34
|
-
"version": "^3.6.
|
|
34
|
+
"version": "^3.6.21"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "@pie-lib/drag-module",
|
|
38
|
-
"version": "^2.1.
|
|
38
|
+
"version": "^2.1.21"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "@pie-lib/config-module",
|
|
42
|
-
"version": "^2.8.
|
|
42
|
+
"version": "^2.8.5"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"isLocal": true
|