@pie-element/complex-rubric 2.3.4-next.12 → 2.3.4-next.18

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.
@@ -112700,7 +112700,8 @@ const require$$17$3 = _dll_pie_lib__pie_toolbox_config_ui;
112700
112700
  showExcludeZeroDialog: false,
112701
112701
  showInfoDialog: false,
112702
112702
  infoDialogText: '',
112703
- adjustedWidth: MIN_WIDTH
112703
+ adjustedWidth: MIN_WIDTH,
112704
+ initialUpdateCompleted: false
112704
112705
  });
112705
112706
  (0, _defineProperty2["default"])((0, _assertThisInitialized2["default"])(_this), "onScaleAdded", function () {
112706
112707
  var _scales$;
@@ -112905,6 +112906,16 @@ const require$$17$3 = _dll_pie_lib__pie_toolbox_config_ui;
112905
112906
  window.removeEventListener('resize', this.updateDivWidth);
112906
112907
  window.removeEventListener('load', this.updateDivWidth);
112907
112908
  }
112909
+ }, {
112910
+ key: "componentDidUpdate",
112911
+ value: function componentDidUpdate() {
112912
+ if (!this.state.initialUpdateCompleted) {
112913
+ this.updateDivWidth();
112914
+ this.setState({
112915
+ initialUpdateCompleted: true
112916
+ });
112917
+ }
112918
+ }
112908
112919
  }, {
112909
112920
  key: "updateDivWidth",
112910
112921
  value: function updateDivWidth() {
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "2.3.4-next.12+e62dbb87e",
4
+ "version": "2.3.4-next.18+6c0fee44c",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^3.3.3-next.12+e62dbb87e",
11
- "@pie-element/rubric": "^3.2.3-next.12+e62dbb87e",
10
+ "@pie-element/multi-trait-rubric": "^3.3.3-next.18+6c0fee44c",
11
+ "@pie-element/rubric": "^3.2.3-next.18+6c0fee44c",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11",
16
16
  "prop-types": "^15.7.2"
17
17
  },
18
- "gitHead": "e62dbb87e08405c6a456e60dc800c1067696ec39",
18
+ "gitHead": "6c0fee44cd639aa69219f4988b4f94e54d1f0bed",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },