@pie-lib/graphing-module 1.11.8 → 1.11.10

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 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.6/module/index.js";
2
- import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.6.9/module/index.js";
3
- import {_dll_pie_lib__drag} from "../../drag-module@^2.1.9/module/index.js";
4
- import {_dll_pie_lib__config_ui} from "../../config-module@^2.7.0/module/index.js";
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.8/module/index.js";
2
+ import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.6.11/module/index.js";
3
+ import {_dll_pie_lib__drag} from "../../drag-module@^2.1.11/module/index.js";
4
+ import {_dll_pie_lib__config_ui} from "../../config-module@^2.7.2/module/index.js";
5
5
  const PropTypes$D = _dll_prop_types;
6
6
  const BaseDomainRangeType = {
7
7
  min: PropTypes$D.number.isRequired,
@@ -15450,6 +15450,10 @@ class Root extends React$1.Component {
15450
15450
  }
15451
15451
  componentDidUpdate(prevProps) {
15452
15452
  const {marks} = this.props;
15453
+ const storeState = this.store.getState();
15454
+ if (isEqual(storeState.marks.present, marks)) {
15455
+ return;
15456
+ }
15453
15457
  if (!isEqual(prevProps.marks, marks)) {
15454
15458
  this.store.dispatch(changeMarks(marks));
15455
15459
  }
@@ -15474,7 +15478,7 @@ class Root extends React$1.Component {
15474
15478
  __self: this,
15475
15479
  __source: {
15476
15480
  fileName: _jsxFileName$1,
15477
- lineNumber: 67
15481
+ lineNumber: 72
15478
15482
  }
15479
15483
  });
15480
15484
  }
@@ -15483,14 +15487,14 @@ class Root extends React$1.Component {
15483
15487
  __self: this,
15484
15488
  __source: {
15485
15489
  fileName: _jsxFileName$1,
15486
- lineNumber: 71
15490
+ lineNumber: 76
15487
15491
  }
15488
15492
  }, React$1.createElement(GraphContainer, {
15489
15493
  ...rest,
15490
15494
  __self: this,
15491
15495
  __source: {
15492
15496
  fileName: _jsxFileName$1,
15493
- lineNumber: 72
15497
+ lineNumber: 77
15494
15498
  }
15495
15499
  }));
15496
15500
  }
@@ -15819,7 +15823,7 @@ const GridSetup = props => {
15819
15823
  }
15820
15824
  }, React.createElement(NumberTextFieldCustom, {
15821
15825
  className: classes.largeTextField,
15822
- label: "Number of Horizontal Gridlines",
15826
+ label: "Number of Vertical Gridlines",
15823
15827
  value: domain.max,
15824
15828
  min: !includeAxes && gridProps.min,
15825
15829
  max: !includeAxes && gridProps.max,
@@ -15832,7 +15836,7 @@ const GridSetup = props => {
15832
15836
  }
15833
15837
  }), React.createElement(NumberTextFieldCustom, {
15834
15838
  className: classes.largeTextField,
15835
- label: "Number of Vertical Gridlines",
15839
+ label: "Number of Horizontal Gridlines",
15836
15840
  value: range.max,
15837
15841
  min: !includeAxes && gridProps.min,
15838
15842
  max: !includeAxes && gridProps.max,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.11.8",
3
+ "version": "1.11.10",
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.12"
14
14
  },
15
15
  "@pie-lib/graphing": {
16
- "version": "2.12.14"
16
+ "version": "2.12.15"
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": "668eea0814edc3f78c658d87f9fab54b96312b96"
25
+ "hash": "8deceac4273310afc3cff4d5b015ff03cd2bd6fe"
26
26
  },
27
27
  "modules": [
28
28
  {
29
29
  "name": "@pie-lib/shared-module",
30
- "version": "^1.6.6"
30
+ "version": "^1.6.8"
31
31
  },
32
32
  {
33
33
  "name": "@pie-lib/editable-html-module",
34
- "version": "^3.6.9"
34
+ "version": "^3.6.11"
35
35
  },
36
36
  {
37
37
  "name": "@pie-lib/drag-module",
38
- "version": "^2.1.9"
38
+ "version": "^2.1.11"
39
39
  },
40
40
  {
41
41
  "name": "@pie-lib/config-module",
42
- "version": "^2.7.0"
42
+ "version": "^2.7.2"
43
43
  }
44
44
  ],
45
45
  "isLocal": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.11.8",
3
+ "version": "1.11.10",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {