Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jun 27, 2024
1 parent 06371a4 commit 4a8f063
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 118 deletions.
20 changes: 10 additions & 10 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-card": "2.8.5",
"@ant-design/pro-descriptions": "2.5.46",
"@ant-design/pro-field": "2.15.1",
"@ant-design/pro-form": "2.28.1",
"@ant-design/pro-layout": "7.19.9",
"@ant-design/pro-list": "2.5.62",
"@ant-design/pro-provider": "2.14.8",
"@ant-design/pro-skeleton": "2.1.13",
"@ant-design/pro-table": "3.16.2",
"@ant-design/pro-utils": "2.15.15",
"@ant-design/pro-card": "workspace:*",
"@ant-design/pro-descriptions": "workspace:*",
"@ant-design/pro-field": "workspace:*",
"@ant-design/pro-form": "workspace:*",
"@ant-design/pro-layout": "workspace:*",
"@ant-design/pro-list": "workspace:*",
"@ant-design/pro-provider": "workspace:*",
"@ant-design/pro-skeleton": "workspace:*",
"@ant-design/pro-utils": "workspace:*",
"@ant-design/pro-table": "workspace:*",
"@babel/runtime": "^7.16.3"
},
"peerDependencies": {
Expand Down
19 changes: 9 additions & 10 deletions packages/utils/src/typing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,15 @@ export type ProFieldValueTypeWithFieldProps = {
/** 树形选择 */
treeSelect: TreeSelectProps;
/** 颜色选择器 */
color: SketchPickerProps &
ColorPickerProps & {
value?: string;
popoverProps?: PopoverProps;
mode?: 'read' | 'edit';
onChange?: (color: string) => void;
colors?: string[];
/** 是否使用旧版本 */
old?: boolean;
};
color: ColorPickerProps & {
value?: string;
popoverProps?: PopoverProps;
mode?: 'read' | 'edit';
onChange?: (color: string) => void;
colors?: string[];
/** 是否使用旧版本 */
old?: boolean;
};
/** 分段器 */
segmented: SegmentedProps;
/** 分组 */
Expand Down
120 changes: 22 additions & 98 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a8f063

Please sign in to comment.