-
-
Notifications
You must be signed in to change notification settings - Fork 363
feat(DateTimePicker): support customize disabled date #4304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ArgoZhang
merged 70 commits into
main
from
feat-date-time-picker-support-custom-disable-dates
Sep 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
352ff17
feat(DateTimePicker): Support custom disable dates
izanhzh 2a0fc34
调整单元测试
izanhzh 679cee5
撤销格式化调整
izanhzh 7311b22
撤销格式化调整
izanhzh 09ebedf
Merge branch 'main' into feat-date-time-picker-support-custom-disable…
izanhzh 8811423
调整单元测试
izanhzh a62e712
调整ViewMode的赋值逻辑
izanhzh 2740443
Merge branch 'main' into feat-date-time-picker-support-custom-disable…
izanhzh d9108b9
调整单元测试
izanhzh 90bbda9
调整SelectedValue赋值
izanhzh a1516b4
Merge branch 'main' into feat-date-time-picker-support-custom-disable…
izanhzh 84aee0e
提高覆盖率
izanhzh 9c3799b
调整MinValueToToday逻辑
izanhzh 562e167
撤销MinValueToToday时对MinValue/MaxValue的校验
izanhzh e5279d7
Merge branch 'main' into feat-date-time-picker-support-custom-disable…
ArgoZhang 5761d95
refactor: 重命名参数名称
ArgoZhang 777cbd2
调整支持不可为空时间
izanhzh 5e8df2c
补充单元测试
izanhzh a9ee2b2
Merge branch 'main' into feat-date-time-picker-support-custom-disable…
ArgoZhang 668665a
test: 更新单元测试
ArgoZhang d720ebb
doc: 移除不使用的命名空间
ArgoZhang 3df5d06
revert: 撤销更改
ArgoZhang 66fbea4
refactor: 更新代码提高代码覆盖率
ArgoZhang d2c1c1f
refactor: 精简代码提高可读性
ArgoZhang e71feff
doc: 更新功能示例
ArgoZhang c6ce0a7
refactor: 更改禁用日期回调方法名称
ArgoZhang 35d8eff
test: 更新单元测试
ArgoZhang f12707a
refactor: 重新设计禁用日期获得逻辑
ArgoZhang b5a0bb7
doc: 更新示例
ArgoZhang 98e78a9
test: 更新单元测试
ArgoZhang 84c0012
refactor: 重构代码
ArgoZhang e7d370c
refactor: 重构代码
ArgoZhang 98dbf89
refactor: 撤销代码更改
ArgoZhang 8059c23
test: 更新单元测试
ArgoZhang 96cafc9
refactor: 重构清除缓存逻辑
ArgoZhang 7abdb98
doc: 更新示例
ArgoZhang 4ec63d8
refactor: 更新缓存清除逻辑
ArgoZhang ad706da
test: 更新单元测试
ArgoZhang a9ec98c
refactor: 代码重构
ArgoZhang 6efa64d
doc: 更新注释文档
ArgoZhang 907cb74
doc: 更新示例
ArgoZhang cd6e51a
refactor: 代码重构
ArgoZhang 27e8b44
perf: 提高性能
ArgoZhang 082b8a5
refactor: 重构代码
ArgoZhang d679c9e
feat: 视图切换时更新禁用日期缓存
ArgoZhang 7fef08b
refactor: 格式化代码
ArgoZhang 2ce4b7a
wip: 临时提交
ArgoZhang ea42fa3
refactor: 增加 UI 显示逻辑
ArgoZhang 4379d90
revert: 撤销 UI 更改
ArgoZhang 853f04b
refactor: 重命名回调方法
ArgoZhang 65cba62
refactor: 优化代码
ArgoZhang e6ed623
refactor: 更新示例
ArgoZhang efc0a52
feat: 增加缓存清除实例方法
ArgoZhang 324544a
doc: 增加动态切换回调方法示例
ArgoZhang 22bbcb3
refactor: 重构 FormatValueAsString 提高可读性
ArgoZhang 29a2042
doc: 更新文档说明
ArgoZhang 06ce4d7
doc: 更新注意事项
ArgoZhang 1c75cc1
test: 增加清除方法单元测试
ArgoZhang 91fa9b2
doc: 更新介绍文字
ArgoZhang 4de9e89
doc: 更正单词拼写错误
ArgoZhang 7d8f48d
refactor: 调整示例
ArgoZhang 742a6a1
doc: 更新文档
ArgoZhang 371d8dc
doc: 更新示例
ArgoZhang d631dc4
refactor: 更新文档
ArgoZhang d34987a
refactor: 防止多线程报错
ArgoZhang 2894626
feat: 增加 DisplayDisabledDayAsEmpty 参数
ArgoZhang 2d96c36
doc: 更新示例
ArgoZhang 3548070
refactor: 更新 FormatValueAsString 逻辑
ArgoZhang 09eab5a
Merge branch 'main' into feat-date-time-picker-support-custom-disable…
ArgoZhang 91da121
doc: 更新 DisplayDisabledDayAsEmpty 参数说明
ArgoZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.