File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4444 },
4545 "dependencies" : {
4646 "@rc-component/select" : " ~1.0.0" ,
47+ "@rc-component/tree" : " ~1.0.0" ,
4748 "@rc-component/util" : " ^1.2.1" ,
48- "classnames" : " ^2.3.1" ,
49- "rc-tree" : " ~5.13.1"
49+ "classnames" : " ^2.3.1"
5050 },
5151 "devDependencies" : {
5252 "@rc-component/father-plugin" : " ^2.0.2" ,
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
2- import { convertDataToEntities } from 'rc-tree/lib/utils/treeUtil' ;
2+ import { convertDataToEntities } from '@ rc-component/ tree/lib/utils/treeUtil' ;
33import type { DefaultOptionType , InternalFieldNames } from '../Cascader' ;
4- import type { DataEntity , DataNode } from 'rc-tree/lib/interface' ;
4+ import type { DataEntity , DataNode } from '@ rc-component/ tree/lib/interface' ;
55import { VALUE_SPLIT } from '../utils/commonUtil' ;
66
77export interface OptionsInfo {
Original file line number Diff line number Diff line change 1- import { conductCheck } from 'rc-tree/lib/utils/conductUtil' ;
1+ import { conductCheck } from '@ rc-component/ tree/lib/utils/conductUtil' ;
22import type { InternalValueType , ShowCheckedStrategy , SingleValueType } from '../Cascader' ;
33import { toPathKey , toPathKeys } from '../utils/commonUtil' ;
44import { formatStrategyValues } from '../utils/treeUtil' ;
Original file line number Diff line number Diff line change 1- import type { DataEntity } from 'rc-tree/lib/interface' ;
2- import { conductCheck } from 'rc-tree/lib/utils/conductUtil' ;
1+ import type { DataEntity } from '@ rc-component/ tree/lib/interface' ;
2+ import { conductCheck } from '@ rc-component/ tree/lib/utils/conductUtil' ;
33import * as React from 'react' ;
44import type { SingleValueType } from '../Cascader' ;
55import { toPathKeys } from '../utils/commonUtil' ;
You can’t perform that action at this time.
0 commit comments