Skip to content

Commit

Permalink
feat: add Cropper componnent (#2642)
Browse files Browse the repository at this point in the history
* feat: add Cropper componnent

* docs: add Cropper & DragMove icon & overview

---------

Co-authored-by: 代强 <[email protected]>
  • Loading branch information
YyumeiZhang and DaiQiangReal authored Jan 7, 2025
1 parent 8fc8a7d commit 7c205ed
Show file tree
Hide file tree
Showing 58 changed files with 2,323 additions and 44 deletions.
2 changes: 1 addition & 1 deletion content/feedback/banner/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 80
order: 81
category: Feedback
title: Banner
subTitle: Banner
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/banner/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 80
order: 81
category: 反馈类
title: Banner 通知横幅
icon: doc-banner
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/notification/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 81
order: 82
category: Feedback
title: Notification
subTitle: Notification
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/notification/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 81
order: 82
category: 反馈类
title: Notification 通知
icon: doc-notification
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/popconfirm/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 82
order: 83
category: Feedback
title: Popconfirm
subTitle: Popconfirm
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/popconfirm/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 82
order: 83
category: 反馈类
title: Popconfirm 气泡确认框
icon: doc-popconfirm
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/progress/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 83
order: 84
category: Feedback
title: Progress
subTitle: Progress
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/progress/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 83
order: 84
category: 反馈类
title: Progress 进度条
icon: doc-progress
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/skeleton/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 84
order: 85
category: Feedback
title: Skeleton
subTitle: Skeleton
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/skeleton/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 84
order: 85
category: 反馈类
title: Skeleton 骨架屏
icon: doc-skeleton
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/spin/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 85
order: 86
category: Feedback
title: Spin
subTitle: Spin
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/spin/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 85
order: 86
category: 反馈类
title: Spin 加载器
icon: doc-spin
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/toast/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 86
order: 87
category: Feedback
title: Toast
subTitle: Toast
Expand Down
2 changes: 1 addition & 1 deletion content/feedback/toast/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 86
order: 87
category: 反馈类
title: Toast 提示
icon: doc-toast
Expand Down
1 change: 1 addition & 0 deletions content/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const order = [
'empty',
'highlight',
'image',
'cropper',
'list',
'modal',
'overflowlist',
Expand Down
2 changes: 1 addition & 1 deletion content/other/configprovider/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 87
order: 88
category: Other
title: ConfigProvider
icon: doc-configprovider
Expand Down
2 changes: 1 addition & 1 deletion content/other/configprovider/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 87
order: 88
category: 其他
title: ConfigProvider 全局配置
icon: doc-configprovider
Expand Down
2 changes: 1 addition & 1 deletion content/other/locale/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 88
order: 89
category: Other
title: LocaleProvider
subTitle: LocaleProvider
Expand Down
2 changes: 1 addition & 1 deletion content/other/locale/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 88
order: 89
category: 其他
title: LocaleProvider 多语言
icon: doc-i18n
Expand Down
2 changes: 1 addition & 1 deletion content/plus/dragMove/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ localeCode: en-US
order: 26
category: Plus
title: DragMove
icon: doc-configprovider
icon: doc-dragmove
dir: column
brief: Set elements to change their position by dragging
showNew: true
Expand Down
2 changes: 1 addition & 1 deletion content/plus/dragMove/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ localeCode: zh-CN
order: 26
category: Plus
title: DragMove 拖拽移动
icon: doc-configprovider
icon: doc-dragmove
dir: column
brief: 可通过拖拽改变位置
showNew: true
Expand Down
2 changes: 1 addition & 1 deletion content/show/chart/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 79
order: 80
category: Show
title: Data Visualization
icon: doc-vchart
Expand Down
2 changes: 1 addition & 1 deletion content/show/chart/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 79
order: 80
category: 展示类
title: Data Visualization 数据可视化
icon: doc-vchart
Expand Down
Loading

0 comments on commit 7c205ed

Please sign in to comment.