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

新增 TDForm 组件 #345

Merged
merged 35 commits into from
Oct 31, 2024
Merged

新增 TDForm 组件 #345

merged 35 commits into from
Oct 31, 2024

Conversation

SimonWuZY
Copy link

@SimonWuZY SimonWuZY commented Oct 14, 2024

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

📝 更新日志

  • fix(组件名称): TDForm

  • 实现 TDForm 的基本样式 : 包括 水平排列 和 竖直排列

  • 实现 表单禁用态 逻辑

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • Changelog 已提供或无须提供

SimonWuZY and others added 16 commits September 24, 2024 18:54
禁用态
提交重置按钮
TODO:
提交逻辑
重置逻辑
Problem:
TDTextare 背景颜色问题
TDRadioGroup 高度问题
TDInput 竖直态 additionInfo 不显示问题
竖直态文字对齐 padding 问题
组相连选择器  时间选择器 没有 禁用态 竖直态问题
提交逻辑
重置逻辑
Problem:
TDTextare 背景颜色问题
TDRadioGroup 高度问题
TDInput 竖直态 additionInfo 不显示问题
竖直态文字对齐 padding 问题
组相连选择器  时间选择器 没有 禁用态 竖直态问题
提交逻辑
重置逻辑
Problem:
TDTextare 背景颜色问题
TDRadioGroup 高度问题
TDInput 竖直态 additionInfo 不显示问题
竖直态文字对齐 padding 问题
组相连选择器  时间选择器 没有 禁用态 竖直态问题
@tencent-adm
Copy link
Member

tencent-adm commented Oct 14, 2024

CLA assistant check
All committers have signed the CLA.

@SimonWuZY
Copy link
Author

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

开发设计思路:

  • TDForm 总控制 排列方式 / 禁用 / 对齐方式 等
  • TDForm 中 Items API 设置各个的 表格单元的内容
  • 构建 Form 类似 CellGroup : 使用 InheritedWidget 传入 TDFomrItems 直接展开构建各个 Items
  • Items 构建单个表格单元 使用条件判断 name API 用来区分需要什么大类的表格单元 并返回对应的 TD 组件
  • Items 通过 Inherited.of 方法获取 是否禁用等控制信息

📝 更新日志

  • fix(组件名称): TDForm
  • 实现 TDForm 的基本样式 : 包括 水平排列 和 竖直排列
  • 实现 表单禁用态 逻辑
  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • Changelog 已提供或无须提供

SimonWuZY and others added 12 commits October 15, 2024 20:05
新增 TDRated
设计稿对比
测试组件
API 补全
Problem:
TDTextare 背景颜色问题
TDRadioGroup 高度问题

竖直态文字对齐 padding 问题
组相连选择器  时间选择器 没有 禁用态 竖直态问题
新增 TDRated
设计稿对比
测试组件
API 补全
Problem:
TDTextare 背景颜色问题
TDRadioGroup 高度问题

竖直态文字对齐 padding 问题
组相连选择器  时间选择器 没有 禁用态 竖直态问题
添加 TDRate 进入表单组件
完善表单的数据回调函数
Copy link
Author

@SimonWuZY SimonWuZY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TDForm的完善

Copy link
Author

@SimonWuZY SimonWuZY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TDForm

Luozf12345 and others added 4 commits October 25, 2024 18:54
… into main

� Conflicts:
�	tdesign-component/example/pubspec.lock
实现单个表格单元的数据监听
实现整个表单数据的提交
TODO:
构建性能优化!!
Copy link
Author

@SimonWuZY SimonWuZY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用 item 的引用和预加载 对 Form 构建性能进行优化
TODO: 点击提交按钮的重复校验存在问题
部分组件的特有支持存在问题

@Luozf12345 Luozf12345 merged commit fdfdfb3 into Tencent:rhino-bird Oct 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants