devextreme-planit-treegrid-react 1.1.5 → 1.1.7
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/dist/DxPlanitTreeGrid.js +2 -2
- package/package.json +2 -1
package/dist/DxPlanitTreeGrid.js
CHANGED
@@ -584,7 +584,7 @@ var DxPlanitTreeGrid = /*#__PURE__*/ (0, _react.forwardRef)(function (props, ref
|
|
584
584
|
* 그리드 펼침 정보 세션스토리지 리셋
|
585
585
|
*/
|
586
586
|
var resetSession = function resetSession() {
|
587
|
-
sessionStorage.removeItem(
|
587
|
+
sessionStorage.removeItem(stateStoringKey);
|
588
588
|
};
|
589
589
|
|
590
590
|
/**
|
@@ -698,9 +698,9 @@ var DxPlanitTreeGrid = /*#__PURE__*/ (0, _react.forwardRef)(function (props, ref
|
|
698
698
|
};
|
699
699
|
(0, _react.useEffect)(
|
700
700
|
function () {
|
701
|
+
resetSession();
|
701
702
|
setGridDataSource(dataSource);
|
702
703
|
checkDataSource(dataSource);
|
703
|
-
resetSession();
|
704
704
|
},
|
705
705
|
[dataSource]
|
706
706
|
);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "devextreme-planit-treegrid-react",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.7",
|
4
4
|
"description": "Devextreme의 DxPivotGrid를 Tree Grid처럼 보여주는 Wrapper입니다.",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -42,6 +42,7 @@
|
|
42
42
|
],
|
43
43
|
"dependencies": {
|
44
44
|
"devextreme": "^22.1.6",
|
45
|
+
"devextreme-planit-treegrid-react": "^1.1.6",
|
45
46
|
"devextreme-react": "^22.1.6",
|
46
47
|
"exceljs": "^4.3.0",
|
47
48
|
"file-saver": "^2.0.5",
|