Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLynn committed Oct 18, 2024
2 parents 4d4c4ec + 33d762b commit 89f0406
Show file tree
Hide file tree
Showing 85 changed files with 4,893 additions and 223 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: 75
order: 76
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: 75
order: 76
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: 76
order: 77
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: 76
order: 77
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: 77
order: 78
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: 77
order: 78
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: 78
order: 79
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: 78
order: 79
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: 79
order: 80
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: 79
order: 80
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: 80
order: 81
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: 80
order: 81
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: 81
order: 82
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: 81
order: 82
category: 反馈类
title: Toast 提示
icon: doc-toast
Expand Down
1 change: 1 addition & 0 deletions content/input/cascader/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,7 @@ function Demo() {
| dropdownClassName | ClassName property for the drop-down menu | string | - | - |
| dropdownMargin | Popup layer calculates the size of the safe area when the current direction overflows, used in scenes covered by fixed elements, more detail refer to [issue#549](https://github.com/DouyinFE/semi-design/issues/549), same as Tooltip margin | object\|number | - | 2.25.0 |
| dropdownStyle | Inline style of drop-down menu | object | - | - |
| expandIcon | customize expand icon | ReactNode | - | 2.68.0 |
| emptyContent | Content displayed when the search has no result | ReactNode | `No result` | - |
| filterLeafOnly | Whether the search results only show the path of leaf nodes | boolean | true | 1.26.0 |
| filterRender | Used to render filtered options | (props: FilterRenderProps) => ReactNode; | - | 2.28.0 |
Expand Down
1 change: 1 addition & 0 deletions content/input/cascader/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ function Demo() {
| dropdownMargin | 下拉菜单计算溢出时的增加的冗余值,详见[issue#549](https://github.com/DouyinFE/semi-design/issues/549),作用同 Tooltip margin | object\|number | - | 2.25.0 |
| dropdownClassName | 下拉菜单的 className 属性 | string | - | - |
| dropdownStyle | 下拉菜单的样式 | object | - | - |
| expandIcon | 自定义展开 icon | ReactNode | - | 2.68.0 |
| emptyContent | 当搜索无结果时展示的内容 | ReactNode | `暂无数据` | - |
| filterLeafOnly | 搜索结果是否只展示叶子结点路径 | boolean | true | 1.26.0 |
| filterRender | 自定义渲染筛选后的选项 | (props: FilterRenderProps) => ReactNode; | - | 2.28.0 |
Expand Down
2 changes: 1 addition & 1 deletion content/input/datepicker/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ function Demo() {
| onCancel | Cancel the callback when selected, enter the reference as the value of the last confirmed selection, only `type` equals "dateTime"or "dateTimeRange" and `needConfirm` equals true | <ApiType detail='(date: DateType, dateStr: StringType) => void'>(date, dateString) => void</ApiType> | | **0.18.0** |
| onChange | A callback when the value changes | <ApiType detail='(date: DateType, dateString: StringType) => void'>(date, dateString) => void</ApiType> | | |
| onClear | A callback when click the clear button | (event) => void | () => {} | **1.16.0** |
| onClickOutSide | When the pop-up layer is in a display state, click the non-popup layer and trigger callback | () => void | () => {} | **2.31.0** |
| onClickOutSide | When the pop-up layer is in a display state, click the non-popup layer and trigger callback, event parameter is supported since 2.68.0 | (event: React.mouseEvent) => void | () => {} | **2.31.0** |
| onConfirm | Confirm the callback at the time of selection, enter the reference as the value of the current selection, only `type` equals "dateTime" or "dateTimeRange" and `needConfirm` equals true | <ApiType detail='(date: DateType, dateStr: StringType) => void'>(date, dateString) => void</ApiType>| | **0.18.0** |
| onFocus | Callback when focus is obtained. It is not recommended to use this API in range selection | (event) => void | () => {} | **1.0.0** |
| onOpenChange | Callback when popup open or close | (isOpen) => void | | |
Expand Down
2 changes: 1 addition & 1 deletion content/input/datepicker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ function Demo() {
| onChange | 值变化时的回调。<br/>0.x版本入参顺序与新版有所不同 | <ApiType detail='(date: DateType, dateString: StringType) => void'>(date, dateString) => void</ApiType> | | |
| onChangeWithDateFirst | 0.x 中 onChange(string, Date), 1.0 后(Date, string)。此开关设为 false 时,入参顺序将与 0.x 版本保持一致 | boolean | true | |
| onClear | 点击 clear 按钮时触发 | (e: event) => void | () => {} | |
| onClickOutSide | 当弹出层处于展示状态,点击非弹出层、触发器的回调 | () => void | () => {} | **2.31.0** |
| onClickOutSide | 当弹出层处于展示状态,点击非弹出层、触发器的回调, event 参数自 2.68.0 支持 | (event: React.mouseEvent) => void | () => {} | **2.31.0** |
| onConfirm | 确认选择时的回调,入参为当前选择的值,仅 type="dateTime"\|"dateTimeRange" 且 needConfirm=true 时有效。<br/>0.x版本入参顺序与新版有所不同 | <ApiType detail='(date: DateType, dateStr: StringType) => void'>(date, dateString) => void</ApiType>| | |
| onFocus | 获得焦点时的回调,范围选择时不推荐使用 | (e: event) => void | () => {} | |
| onOpenChange | 面板显示或隐藏状态切换的回调 | <ApiType detail='(isOpen: boolean) => void'>(isOpen) => void</ApiType> | | |
Expand Down
1 change: 1 addition & 0 deletions content/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const order = [
'modal',
'overflowlist',
'popover',
'resizable',
'scrolllist',
'sidesheet',
'table',
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: 82
order: 83
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: 82
order: 83
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: 83
order: 84
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: 83
order: 84
category: 其他
title: LocaleProvider 多语言
icon: doc-i18n
Expand Down
2 changes: 1 addition & 1 deletion content/plus/chat/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: Plus
title: Chat
icon: doc-chat
Expand Down
2 changes: 1 addition & 1 deletion content/plus/chat/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 84
order: 85
category: Plus
title: Chat 对话
icon: doc-chat
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: 74
order: 75
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: 74
order: 75
category: 展示类
title: Data Visualization 数据可视化
icon: doc-vchart
Expand Down
Loading

0 comments on commit 89f0406

Please sign in to comment.