Skip to content
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

feat(Calendar): add OnValueChanged callback #2780

Merged
merged 8 commits into from
Jan 11, 2024
Merged

feat(Calendar): add OnValueChanged callback #2780

merged 8 commits into from
Jan 11, 2024

Conversation

ArgoZhang
Copy link
Collaborator

add OnValueChanged callback

Description

close #2779

@bb-auto bb-auto bot added the enhancement New feature or request label Jan 11, 2024
@bb-auto bb-auto bot added this to the v8.1.0 milestone Jan 11, 2024
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (64a64fa) 100.00% compared to head (25a2108) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2780   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          540       540           
  Lines        23312     23333   +21     
  Branches      3383      3389    +6     
=========================================
+ Hits         23312     23333   +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ArgoZhang ArgoZhang merged commit 2245e88 into main Jan 11, 2024
5 checks passed
@ArgoZhang ArgoZhang deleted the feat-calendar branch January 11, 2024 01:38
ArgoZhang added a commit that referenced this pull request Jan 11, 2024
* feat: 增加是否显示年按钮参数

* feat: 增加 OnValueChanged 回调方法

* chore: bump version 8.1.6-beta06

* refactor: 更新样式

* chore: 更新配置

* test: 增加 ShowYearButtons 单元测试

* test: 增加 OnValueChanged 单元测试

* test: 更新单元测试
ArgoZhang added a commit that referenced this pull request Jan 11, 2024
* feat: 增加是否显示年按钮参数

* feat: 增加 OnValueChanged 回调方法

* chore: bump version 8.1.6-beta06

* refactor: 更新样式

* chore: 更新配置

* test: 增加 ShowYearButtons 单元测试

* test: 增加 OnValueChanged 单元测试

* test: 更新单元测试
ArgoZhang added a commit that referenced this pull request Jan 19, 2024
* feat: 增加 TableSelect 组件

* doc: 增加 TableSelect 示例

* refactor: 更新组件

* chore: 更新路由以及映射文件

* chore: 更新组件名

* doc: 增加菜单

* doc: 更新示例

* doc: 更新 Url

* wip: 临时提交

* feat(Calendar): add OnValueChanged callback (#2780)

* feat: 增加是否显示年按钮参数

* feat: 增加 OnValueChanged 回调方法

* chore: bump version 8.1.6-beta06

* refactor: 更新样式

* chore: 更新配置

* test: 增加 ShowYearButtons 单元测试

* test: 增加 OnValueChanged 单元测试

* test: 更新单元测试

* feat(Table): support pagination on dynamic context mode (#2782)

* feat: 增加是否显示年按钮参数

* feat: 增加 OnValueChanged 回调方法

* chore: bump version 8.1.6-beta06

* refactor: 更新样式

* chore: 更新配置

* refactor: 增加 PageIndex 保护

* feat: 动态类型支持分页

* Revert "refactor: 增加 PageIndex 保护"

This reverts commit 9089f84.

* test: 增加 ShowYearButtons 单元测试

* test: 增加 OnValueChanged 单元测试

* test: 更新单元测试

* test: 增加单元测试

* refactor: 更新样式

* refactor: 增加 form-control 样式

* feat: 增加 IsPopover 支持

* feat: 增加 initCallback 回调方法

* feat: 增加固定表头高度自定计算功能

* feat: 增加选中行关闭弹窗功能

* Revert "refactor: 更新样式"

This reverts commit ce3e992.

* feat: 增加 ValueTemplate 模板

* doc: 更新 ValueTemplate 示例

* refactor: 更改 ValueTemplate 为 Template

* doc: 增加 Color 示例

* feat: 增加禁用样式

* doc: 增加禁用示例

* test: 增加单元测试

* refactor: 增加箭头支持主题

* test: 增加单元测试

* test: 更新单元测试

* test: 增加单元测试

* refactor: 更新 IsRequired 方法可重写

* feat: 增加验证支持

* doc: 更新表单示例

* test: 增加验证单元测试

* doc: 更新资源文件

* chore: 删除 Settings 类
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(Calendar): add OnValueChanged callback
1 participant