Commit 5c60e7a
chore: release 1.14.2-naruto (#3766)
* feat(Watermark): support layout API (#3726)
* feat: support layout
* chore: update snapshot
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: merge deploy mode (#3728)
* chore(submodule): update common (#3736)
* chore(submodule): update common
* chore: fix typos
---------
Co-authored-by: 黎伟杰 <[email protected]>
* chore: add static prefix (#3737)
* fix(Tabs): disable drag event registration in non-drag scenarios (#3738)
* fix(textarea): add hide scrollbar when autosize is true (#3727)
* fix(textarea): 修复内容超长情况下,设置 autosize 没有完整自动撑开高度,存在有滚动条的问题
fix #5567
* chore: update snapshot
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(tabs): 示例文档文案错误 (#3741)
* chore(submodule): update common (#3743)
* fix(calendar): fix calendar range issues (#3759)
* fix(calendar): 修复了当设定日历的range值为同一年内时,终止月份之后的月份选项没有正常禁用的问题
* fix(calendar): 修正了错误使用的rangeFromTo
* fix(calendar): 修复了年份选项错误地使用了月份选项禁用范围判定逻辑的问题
Co-Authored-By: 刘宇轩 (刘lyxAndy) <[email protected]>
---------
Co-authored-by: 刘宇轩 (刘lyxAndy) <[email protected]>
* fix(menu): fix menu item auto-flip failure (#3744)
* fix(popup): force update popper after animation completes
* fix(popup): 支持自定义 popper 内容元素类型
* fix(popup): 修复 popperContentElement 的类型处理逻辑
* fix(popup): 添加 popperContentElement 的类型定义
* fix(popup): 修复 popperContentElement 的类型处理,确保正确类型转换
* feat(cascader): support parent node filtering (#3763)
* feat(cascader): support parentnode filtering
* chore: demo
* chore: update snapshot
* chore: docs
* chore: docs
* chore: release 1.14.2 (#3764)
* chore: release 1.14.2
* chore: changelog's changes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update snapshot
* chore: release 1.14.2-naruto
* chore: fix typo
* chore: update common
---------
Co-authored-by: Wesley <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: TDesign bot <[email protected]>
Co-authored-by: 黎伟杰 <[email protected]>
Co-authored-by: 阿菜 Cai <[email protected]>
Co-authored-by: engvuchen <[email protected]>
Co-authored-by: 树林 <[email protected]>
Co-authored-by: 刘宇轩 (刘lyxAndy) <[email protected]>1 parent c7cada9 commit 5c60e7a
File tree
34 files changed
+441
-113
lines changed- site
- src
- calendar
- cascader
- _example-composition
- _example
- components
- core
- popup
- tabs
- _example-composition
- _example
- textarea
- watermark
- _example
- test/snap/__snapshots__
34 files changed
+441
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
9 | 33 | | |
10 | 34 | | |
11 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
- docs/mobile/api/watermark.en-US.md+45
- docs/mobile/api/watermark.md+45
- docs/web/api/watermark.en-US.md+5
- docs/web/api/watermark.md+5-1
- docs/web/design/image-viewer.md
- docs/web/design/input-number.md+1-1
- js/global-config/locale/en_US.ts+2-2
- js/global-config/mobile/locale/en_US.ts+2-2
- js/watermark/generateBase64Url.ts+180-36
- js/watermark/type.ts+2
- style/mobile/components/_index.less+2
- style/mobile/components/collapse/_index.less+2-1
- style/mobile/components/textarea/_index.less+1-4
- style/mobile/components/watermark/_index.less+7
- style/web/components/descriptions/_index.less+6
- style/web/components/image-viewer/_index.less+11-6
- style/web/components/menu/_index.less+1-1
- style/web/components/tree/_index.less+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
213 | | - | |
| 212 | + | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
| |||
535 | 534 | | |
536 | 535 | | |
537 | 536 | | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
541 | | - | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
542 | 548 | | |
543 | 549 | | |
544 | | - | |
545 | 550 | | |
546 | 551 | | |
547 | 552 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
36 | 52 | | |
37 | 53 | | |
38 | 54 | | |
| |||
42 | 58 | | |
43 | 59 | | |
44 | 60 | | |
| 61 | + | |
45 | 62 | | |
46 | 63 | | |
47 | 64 | | |
| |||
97 | 114 | | |
98 | 115 | | |
99 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
100 | 123 | | |
101 | 124 | | |
102 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
36 | 52 | | |
37 | 53 | | |
38 | 54 | | |
| |||
43 | 59 | | |
44 | 60 | | |
45 | 61 | | |
| 62 | + | |
46 | 63 | | |
47 | 64 | | |
48 | 65 | | |
| |||
105 | 122 | | |
106 | 123 | | |
107 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
108 | 130 | | |
109 | 131 | | |
110 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments