Skip to content

Commit fa91dca

Browse files
committed
Merge remote-tracking branch 'origin/main' into rss1102/feat/swiper/navigation
2 parents 92a72d9 + 81e42e6 commit fa91dca

File tree

239 files changed

+8179
-1037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+8179
-1037
lines changed

.cnb/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh \
99
&& code-server --install-extension donjayamanne.githistory \
1010
&& code-server --install-extension tencent-cloud.coding-copilot \
1111
&& code-server --install-extension vue.volar \
12+
&& code-server --install-extension qwtel.sqlite-viewer \
1213
&& echo done
1314

1415
# 安装 ssh 服务,用于支持 VSCode 等客户端通过 Remote-SSH 访问开发环境
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: pr-spell-check
2+
on: [pull_request]
3+
4+
jobs:
5+
run:
6+
uses: TDesignOteam/workflows/.github/workflows/spell-check.yml@main

.github/workflows/pr-spelling.template.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/products/tdesign-miniprogram/packages/components/action-sheet/README.en-US.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ cancel | \- | \-
2929
close | `(trigger: ActionSheetTriggerSource)` | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/action-sheet/type.ts)。<br/>`type ActionSheetTriggerSource = 'overlay' \| 'command' \| 'select' `<br/>
3030
selected | `(selected: ActionSheetItem \| string, index: number)` | \-
3131

32+
### ActionSheet Slots
33+
34+
name | Description
35+
-- | --
36+
\- | \-
37+
3238
### ActionSheet External Classes
3339

3440
className | Description
3541
-- | --
3642
t-class | \-
3743
t-class-cancel | \-
3844
t-class-content | \-
39-
40-
### ActionSheet Slots
41-
42-
name | Description
43-
-- | --
44-
\- | \-

packages/products/tdesign-miniprogram/packages/components/action-sheet/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ cancel | \- | 点击取消按钮时触发
2929
close | `(trigger: ActionSheetTriggerSource)` | 关闭时触发。[详细类型定义](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/action-sheet/type.ts)。<br/>`type ActionSheetTriggerSource = 'overlay' \| 'command' \| 'select' `<br/>
3030
selected | `(selected: ActionSheetItem \| string, index: number)` | 选择菜单项时触发
3131

32+
### ActionSheet Slots
33+
34+
名称 | 描述
35+
-- | --
36+
\- | 默认插槽,自定义内容区域内容
37+
3238
### ActionSheet External Classes
3339

3440
类名 | 描述
3541
-- | --
3642
t-class | 根节点样式类
3743
t-class-cancel | 取消样式类
3844
t-class-content | 内容样式类
39-
40-
### ActionSheet Slots
41-
42-
名称 | 描述
43-
-- | --
44-
\- | 默认插槽,自定义内容区域内容

packages/products/tdesign-miniprogram/packages/components/avatar/README.en-US.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ name | params | description
2424
-- | -- | --
2525
error | - | trigger on image load failed
2626

27+
### Avatar Slots
28+
29+
name | Description
30+
-- | --
31+
\- | \-
32+
2733
### Avatar External Classes
2834

2935
className | Description
@@ -34,12 +40,6 @@ t-class-content | \-
3440
t-class-icon | \-
3541
t-class-image | \-
3642

37-
### Avatar Slots
38-
39-
name | Description
40-
-- | --
41-
\- | \-
42-
4343

4444
### AvatarGroup Props
4545

@@ -53,19 +53,19 @@ max | Number | - | \- | N
5353
shape | String | - | shape。options: circle/round。Typescript:`ShapeEnum`[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts) | N
5454
size | String | - | size | N
5555

56+
### AvatarGroup Events
57+
58+
name | params | description
59+
-- | -- | --
60+
collapsed-item-click | - | \-
61+
5662
### AvatarGroup Slots
5763

5864
name | Description
5965
-- | --
6066
\- | \-
6167
collapse-avatar | \-
6268

63-
### AvatarGroup Events
64-
65-
name | params | description
66-
-- | -- | --
67-
collapsed-item-click | - | \-
68-
6969
### AvatarGroup External Classes
7070

7171
className | Description

packages/products/tdesign-miniprogram/packages/components/avatar/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ size | String | - | 尺寸,示例值:small/medium/large/24px/38px 等。优
2424
-- | -- | --
2525
error | - | 图片加载失败时触发
2626

27+
### Avatar Slots
28+
29+
名称 | 描述
30+
-- | --
31+
\- | 默认插槽,自定义内容区域内容
32+
2733
### Avatar External Classes
2834

2935
类名 | 描述
@@ -34,12 +40,6 @@ t-class-content | 内容样式类
3440
t-class-icon | 图标样式类
3541
t-class-image | 图片样式类
3642

37-
### Avatar Slots
38-
39-
名称 | 描述
40-
-- | --
41-
\- | 默认插槽,自定义内容区域内容
42-
4343

4444
### AvatarGroup Props
4545

@@ -53,19 +53,19 @@ max | Number | - | 能够同时显示的最多头像数量 | N
5353
shape | String | - | 形状。优先级低于 Avatar.shape。可选项:circle/round。TS 类型:`ShapeEnum`[通用类型定义](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts) | N
5454
size | String | - | 尺寸,示例值:small/medium/large/24px/38px 等。优先级低于 Avatar.size | N
5555

56-
### AvatarGroup Slots
57-
58-
名称 | 描述
59-
-- | --
60-
\- | 默认插槽,自定义内容区域内容
61-
collapse-avatar | 头像数量超出时,会出现一个头像折叠元素。该元素内容可自定义。默认为 `+N`。示例:`+5``...`, `更多`
62-
6356
### AvatarGroup Events
6457

6558
名称 | 参数 | 描述
6659
-- | -- | --
6760
collapsed-item-click | - | 点击头像折叠元素触发
6861

62+
### AvatarGroup Slots
63+
64+
名称 | 描述
65+
-- | --
66+
\- | 默认插槽,自定义内容区域内容
67+
collapse-avatar | 自定义 `collapse-avatar` 显示内容
68+
6969
### AvatarGroup External Classes
7070

7171
类名 | 描述

packages/products/tdesign-miniprogram/packages/components/back-top/README.en-US.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ text | String | '' | \- | N
1515
theme | String | round | options: round/half-round/round-dark/half-round-dark | N
1616
visibility-height | Number | 200 | \- | N
1717

18+
### BackTop Events
19+
20+
name | params | description
21+
-- | -- | --
22+
to-top | \- | \-
23+
1824
### BackTop Slots
1925

2026
name | Description
2127
-- | --
2228
\- | \-
2329
icon | \-
2430

25-
### BackTop Events
26-
27-
name | params | description
28-
-- | -- | --
29-
to-top | \- | \-
30-
3131
### BackTop External Classes
3232

3333
className | Description

packages/products/tdesign-miniprogram/packages/components/back-top/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ text | String | '' | 文案 | N
1515
theme | String | round | 预设的样式类型。可选项:round/half-round/round-dark/half-round-dark | N
1616
visibility-height | Number | 200 | 滚动高度达到此参数值才出现 | N
1717

18-
### BackTop Slots
19-
20-
名称 | 描述
21-
-- | --
22-
\- | 默认插槽,自定义内容区域内容
23-
icon | 图标
24-
2518
### BackTop Events
2619

2720
名称 | 参数 | 描述
2821
-- | -- | --
2922
to-top | \- | 点击触发
3023

24+
### BackTop Slots
25+
26+
名称 | 描述
27+
-- | --
28+
\- | 默认插槽,自定义内容区域内容
29+
icon | 自定义图标内容
30+
3131
### BackTop External Classes
3232

3333
类名 | 描述

packages/products/tdesign-miniprogram/packages/components/button/README.en-US.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,11 @@ session-from | String | - | \- | N
3131
shape | String | rectangle | button shape。options: rectangle/square/round/circle | N
3232
show-message-card | Boolean | false | \- | N
3333
size | String | medium | a button has four size。options: extra-small/small/medium/large | N
34-
3534
t-id | String | - | id | N
3635
theme | String | default | button theme。options: default/primary/danger/light | N
3736
type | String | - | type of button element, same as formType of Miniprogram。options: submit/reset | N
3837
variant | String | base | variant of button。options: base/outline/dashed/text | N
3938

40-
### Button Slots
41-
42-
name | Description
43-
-- | --
44-
\- | \-
45-
content | button's children elements
46-
suffix | \-
47-
4839
### Button Events
4940

5041
name | params | description
@@ -62,6 +53,14 @@ launchapp | \- | \-
6253
opensetting | \- | \-
6354
tap | `event` | \-
6455

56+
### Button Slots
57+
58+
name | Description
59+
-- | --
60+
\- | \-
61+
content | button's children elements
62+
suffix | \-
63+
6564
### Button External Classes
6665

6766
className | Description

0 commit comments

Comments
 (0)