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(pro:form): add ProForm component #1028

Merged
merged 2 commits into from
Jul 21, 2022
Merged

Conversation

danranVm
Copy link
Member

fix #981

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

What is the new behavior?

Other information

@idux-bot
Copy link

idux-bot bot commented Jul 20, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jul 20, 2022

Codecov Report

Merging #1028 (d92e5eb) into main (bdb96df) will decrease coverage by 0.12%.
The diff coverage is 80.64%.

@@            Coverage Diff             @@
##             main    #1028      +/-   ##
==========================================
- Coverage   93.91%   93.78%   -0.13%     
==========================================
  Files         308      310       +2     
  Lines       29386    29647     +261     
  Branches     2534     3509     +975     
==========================================
+ Hits        27597    27804     +207     
- Misses       1789     1843      +54     
Impacted Files Coverage Δ
packages/pro/form/src/ProForm.tsx 31.57% <31.57%> (ø)
packages/cdk/forms/src/validators.ts 99.17% <66.66%> (-0.83%) ⬇️
packages/components/checkbox/src/types.ts 100.00% <100.00%> (ø)
packages/components/form/src/FormItem.tsx 97.48% <100.00%> (ø)
packages/components/form/src/types.ts 100.00% <100.00%> (ø)
packages/components/modal/src/ModalWrapper.tsx 81.00% <100.00%> (+0.05%) ⬆️
packages/pro/config/src/defaultConfig.ts 100.00% <100.00%> (ø)
packages/pro/config/src/types.ts 100.00% <100.00%> (ø)
packages/pro/form/src/types.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bdb96df...d92e5eb. Read the comment docs.

@danranVm danranVm merged commit a385711 into IDuxFE:main Jul 21, 2022
@danranVm danranVm deleted the feat-pro-form branch July 21, 2022 01:36
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.

[pro:other] 高级表单组件
1 participant