4 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
- .github/workflows/pull-request.yml+27-27
- .vscode/settings.json+2-2
- docs/mobile/api/checkbox.en-US.md-47
- docs/mobile/api/checkbox.md+14-26
- docs/mobile/api/drawer.md-12
- docs/mobile/api/empty.en-US.md-23
- docs/mobile/api/empty.md-23
- docs/mobile/api/indexes.en-US.md-17
- docs/mobile/api/indexes.md-6
- docs/mobile/api/popover.en-US.md-19
- docs/mobile/api/popover.md-19
- docs/mobile/api/pull-down-refresh.en-US.md-15
- docs/mobile/api/pull-down-refresh.md+11-3
- docs/mobile/api/radio.en-US.md-35
- docs/mobile/api/radio.md+5-23
- docs/mobile/api/stepper.en-US.md-35
- docs/mobile/api/stepper.md+10-16
- docs/mobile/api/swipe-cell.en-US.md-33
- docs/mobile/api/swipe-cell.md+29-9
- docs/mobile/api/switch.en-US.md-28
- docs/mobile/api/switch.md+3-7
- docs/mobile/api/tabs.en-US.md-39
- docs/mobile/api/tabs.md+17-15
- docs/mobile/api/tree-select.en-US.md-25
- docs/mobile/api/tree-select.md-25
- docs/mobile/api_v2/config-provider.en-US.md-37
- docs/mobile/api_v2/config-provider.md-92
- docs/mobile/api_v2/drawer.en-US.md-12
- docs/mobile/api_v2/drawer.md-12
- docs/mobile/api_v2/indexes.en-US.md+1-1
- docs/mobile/api_v2/picker.en-US.md-4
- docs/mobile/api_v2/picker.md-4
- docs/web/api/popup.md+1-1
- js/avatar/utils.ts-1
- js/color-picker/color.ts+4-4
- js/date-picker/format.ts+2-2
- js/date-picker/utils.ts+3-3
- js/input-number/large-number.ts+16-72
- js/input-number/number.ts+1-6
- style/mobile/_variables.less+2-3
- style/mobile/components/_index.less+10-32
- style/mobile/components/avatar/v2/_index.less+12-16
- style/mobile/components/avatar/v2/_mixin.less-9
- style/mobile/components/avatar/v2/_var.less+8-11
- style/mobile/components/button/v2/_index.less+71-1
- style/mobile/components/button/v2/_var.less+16-1
- style/mobile/components/picker/v2/_index.less+1-1
- style/mobile/components/radio/v2/_index.less+14-24
- style/mobile/components/radio/v2/_mixin.less-5
- style/mobile/components/result/v2/_var.less+1-1
- style/mobile/components/swipe-cell/v2/_index.less+1-1
- style/mobile/components/toast/v2/_index.less+1-1
- style/mobile/package.json+1-1
- style/mobile/theme/_font.less-37
- style/mobile/theme/_index.less-2
- style/web/components/dialog/_index.less-6
- style/web/components/switch/_index.less+1-1
- test/unit/date-picker/utils.test.js-20
- test/unit/input-number/formatDecimal.test.js-41
- test/unit/input-number/largeNumberToFixed.test.js+6-23
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments