devextreme-planit-treegrid-react 1.3.4 → 1.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -264,7 +264,7 @@ var DxPlanitTreeGrid = /*#__PURE__*/ (0, _react.forwardRef)(function (props, ref
264
264
  * @returns
265
265
  */
266
266
  var modifyChildren = function modifyChildren(child, index) {
267
- if (child.type.OptionName.toLowerCase() === 'fieldpanel') {
267
+ if ((child === null || child === void 0 ? void 0 : child.type.OptionName.toLowerCase()) === 'fieldpanel') {
268
268
  var _child$props$visible, _child$props$allowFie, _child$props$showRowF;
269
269
  warnDisableProps(child);
270
270
  return /*#__PURE__*/ _react.createElement(_pivotGrid.FieldPanel, {
@@ -742,7 +742,6 @@ var DxPlanitTreeGrid = /*#__PURE__*/ (0, _react.forwardRef)(function (props, ref
742
742
  }
743
743
  return null;
744
744
  };
745
- var compareDataSource = function compareDataSource() {};
746
745
 
747
746
  /**
748
747
  * 그리드 펼침 정보 세션스토리지 리셋
@@ -773,7 +772,6 @@ var DxPlanitTreeGrid = /*#__PURE__*/ (0, _react.forwardRef)(function (props, ref
773
772
  */
774
773
  var onContentReadyChild = function onContentReadyChild(e) {
775
774
  insertRowHeaderGroup();
776
- // setTimeout(() => insertRowHeaderGroup(), 0);
777
775
  getGridSize();
778
776
  return onContentReady ? onContentReady(e) : undefined;
779
777
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devextreme-planit-treegrid-react",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Devextreme의 DxPivotGrid를 Tree Grid처럼 보여주는 Wrapper입니다.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "devextreme": "^22.1.6",
46
- "devextreme-planit-treegrid-react": "^1.3.3",
46
+ "devextreme-planit-treegrid-react": "^1.3.4",
47
47
  "devextreme-react": "^22.1.6",
48
48
  "exceljs": "^4.3.0",
49
49
  "file-saver": "^2.0.5",