Commit e783419
File tree
- .github/workflows
- .vscode
- packages
- components
- cell-group
- cell
- col
- config-provider/__test__/__snapshots__
- dropdown-item
- form-item
- form
- indexes-anchor
- indexes
- locale
- picker-item
- picker
- row
- side-bar-item
- side-bar
- step-item
- steps
- swiper
- pro-components/chat
- attachments
- chat-actionbar
- chat-content
- chat-list
- chat-loading
- chat-markdown
- _example/tail/custom-tail2
- chat-message
- chat-record
- _example
- base
- chat-sender
- _example
- record
- chat-thinking
- tdesign-miniprogram-chat/site
- tdesign-miniprogram
- .changelog
- example
- pages
- gulp-error
- home
- data
- tdesign-uniapp-chat
- .changelog
- site
- tdesign-uniapp
- example/src
- pages/home/data
- uniapp-components/locale
- uniapp-pro-components/chat
- chat-markdown-code
- chat-record
- _example
- base
- custom-adapter
- adapters
- chat-sender
- types
- script
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
57 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
- .github/workflows/component-ci-call.yml+167
- .github/workflows/component-ci.yml+343
- .github/workflows/pr-spelling.template.yml+1-1
- .github/workflows/pull-request.yml+1-13
- .github/workflows/typos-config.toml+1
- docs/mobile/api/upload.en-US.md+7-1
- docs/mobile/api/upload.md+7-1
- docs/web/_design/数字选择器InputNumber.md+1-1
- docs/web/_design/文字提示Tooltip.md+1-1
- docs/web/_design/日期选择器DatePicker.md+3-3
- docs/web/_design/栅格Grid.md+2-2
- docs/web/_design/树选择器TreeSelect.md+2-2
- docs/web/_design/警告 Alert.md+1-1
- docs/web/api/tag-input.md+2-1
- docs/web/design/alert.md+1-1
- docs/web/design/date-picker.md+3-3
- docs/web/design/grid.md+2-2
- docs/web/design/tooltip.md+1-1
- docs/web/design/tree-select.md+2-2
- js/global-config/default-config.ts+8
- js/global-config/locale/ja_JP.ts+1-1
- js/global-config/mobile/locale/ar_KW.ts+33-6
- js/global-config/mobile/locale/en_US.ts+27-1
- js/global-config/mobile/locale/it_IT.ts+31-5
- js/global-config/mobile/locale/ja_JP.ts+27-1
- js/global-config/mobile/locale/ko_KR.ts+27-1
- js/global-config/mobile/locale/ru_RU.ts+28-1
- js/global-config/mobile/locale/zh_CN.ts+26-1
- js/global-config/mobile/locale/zh_TW.ts+28-2
- js/global-config/t.ts+10-1
- js/qrcode/qrcodegen.ts+1-1
- js/tree/tree-node-model.ts+4
- js/utils/calcTextareaHeight.ts+36-39
- package.json+2
- pnpm-workspace.yaml+1
- scripts/generate-css-vars.mjs+17-39
- style/mobile/components/button/_index.less+2-8
- style/mobile/components/button/_var.less+4-5
- style/mobile/components/navbar/_index.less+3-7
- style/mobile/components/table/_index.less+54-2
- style/mobile/components/table/_pagination.less+21
- style/mobile/components/table/_var.less+1-1
- style/mobile/components/upload/_index.less+25-2
- style/mobile/theme/_dark.less+1
- style/mobile/theme/_light.less+1
- style/web/components/button/_index.less+1-1
- style/web/components/button/_var.less+1-1
- style/web/components/color-picker/_index.less+5-1
- style/web/components/form/_index.less+1-1
- style/web/components/menu/_index.less+13-1
- style/web/components/select/_index.less+3-3
- style/web/components/tag-input/_index.less+4
- style/web/components/tree/_index.less+15-14
- style/web/theme/_dark.less+1
- style/web/theme/_light.less+1
- test/unit/utils/calcTextareaHeight.test.ts+50
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
0 commit comments