Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 16, 2024
1 parent eee5ce1 commit 96e7fce
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 450 deletions.
19 changes: 10 additions & 9 deletions lib/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,15 +573,6 @@ function stateModelFactory() {
return this.MSA?.getHeader() || {}
},

/**
* #method
*/
getRowData(name: string) {
return {
data: this.MSA?.getRowData(name),
}
},

/**
* #getter
*/
Expand Down Expand Up @@ -1282,6 +1273,16 @@ function stateModelFactory() {
]),
)
},

/**
* #method
*/
getRowData(name: string) {
return {
data: self.MSA?.getRowData(name),
treeMetadata: self.treeMetadata[name],
}
},
}))
.actions(self => ({
/**
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-d48603a5-20240813",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.9.0",
"mobx": "^6.13.1",
"mobx-react": "^9.1.1",
"mobx-state-tree": "^5.0.1",
Expand Down
Loading

0 comments on commit 96e7fce

Please sign in to comment.