File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'father' ;
2
2
3
3
export default defineConfig ( {
4
- platform : 'browser' ,
5
- cjs : { output : 'lib' } ,
6
- esm : {
7
- output : 'es' ,
8
- alias : { 'rc-util/lib' : 'rc-util/es' } ,
9
- } ,
10
- } ) ;
4
+ plugins : [ '@rc-component/father-plugin' ] ,
5
+ } ) ;
Original file line number Diff line number Diff line change 60
60
"rc-util" : " ^5.27.1"
61
61
},
62
62
"devDependencies" : {
63
+ "@rc-component/father-plugin" : " ^1.0.2" ,
63
64
"@testing-library/jest-dom" : " ^5.16.5" ,
64
65
"@testing-library/react" : " ^12.1.5" ,
65
66
"@types/enzyme" : " ^3.10.5" ,
66
67
"@types/react" : " ^17.0.35" ,
67
68
"@types/react-dom" : " ^18.0.5" ,
68
69
"@types/responselike" : " ^1.0.0" ,
70
+ "@types/testing-library__jest-dom" : " ^5.14.5" ,
69
71
"@umijs/fabric" : " ^3.0.0" ,
72
+ "@vitest/coverage-c8" : " ^0.31.0" ,
70
73
"cross-env" : " ^7.0.0" ,
71
74
"dumi" : " ^2.1.3" ,
72
75
"enzyme" : " ^3.1.0" ,
78
81
"glob" : " ^7.1.6" ,
79
82
"husky" : " ^8.0.3" ,
80
83
"immutability-helper" : " ^3.0.0" ,
84
+ "jsdom" : " ^22.0.0" ,
81
85
"less" : " ^3.10.3" ,
82
86
"lint-staged" : " ^13.1.0" ,
83
87
"np" : " ^7.0.0" ,
96
100
"regenerator-runtime" : " ^0.13.7" ,
97
101
"styled-components" : " ^5.0.1" ,
98
102
"typescript" : " ^4.8.4" ,
99
- "@vitest/coverage-c8" : " ^0.31.0" ,
100
- "@types/testing-library__jest-dom" : " ^5.14.5" ,
101
- "jsdom" : " ^22.0.0" ,
102
103
"vitest" : " ^0.31.0"
103
104
},
104
105
"lint-staged" : {
Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ function BodyRow<RecordType extends { children?: readonly RecordType[] }>(
193
193
dataIndex = { dataIndex }
194
194
render = { render }
195
195
shouldCellUpdate = { column . shouldCellUpdate }
196
- expanded = { appendCellNode && expanded }
197
196
{ ...fixedInfo }
198
197
appendNode = { appendCellNode }
199
198
additionalProps = { additionalCellProps }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export {
11
11
Summary ,
12
12
Column ,
13
13
ColumnGroup ,
14
- TableProps ,
14
+ type TableProps ,
15
15
INTERNAL_COL_DEFINE ,
16
16
EXPAND_COLUMN ,
17
17
INTERNAL_HOOKS ,
You can’t perform that action at this time.
0 commit comments