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(module: picker): feat create 'Picker' with dynamic #105

Merged
merged 8 commits into from Nov 14, 2018

Conversation

Guoyuanqiang
Copy link
Member

feat (module: picker): feat demo-data structure unification

feat (module: picker): feat add indicatorStyle

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

feat (module: picker): feat demo-data  structure unification

feat (module: picker): feat add indicatorStyle
@codecov
Copy link

codecov bot commented Nov 12, 2018

Codecov Report

Merging #105 into master will decrease coverage by 0.09%.
The diff coverage is 77.46%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #105     +/-   ##
=========================================
- Coverage   86.54%   86.45%   -0.1%     
=========================================
  Files         209      211      +2     
  Lines        6898     6955     +57     
  Branches      970      977      +7     
=========================================
+ Hits         5970     6013     +43     
- Misses        538      550     +12     
- Partials      390      392      +2
Impacted Files Coverage Δ
components/picker/demo-data/address-data.ts 100% <ø> (ø) ⬆️
components/picker/picker.component.ts 72.58% <0%> (-0.5%) ⬇️
components/picker/picker.directive.ts 82.85% <100%> (+0.24%) ⬆️
components/ng-zorro-antd-mobile.module.ts 99.13% <100%> (+0.02%) ⬆️
components/picker/picker-options.provider.ts 100% <100%> (ø) ⬆️
components/core/core.module.ts 100% <100%> (ø) ⬆️
components/picker/picker.module.ts 100% <100%> (ø) ⬆️
components/picker/picker.service.ts 62.5% <62.5%> (ø)
components/core/services/popup.service.ts 86.36% <86.36%> (ø)
... and 2 more

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 ba9e43b...e6cf846. Read the comment docs.

@@ -20,7 +20,7 @@ import { takeUntil } from 'rxjs/operators';
import { Subject } from 'rxjs';

@Component({
selector: 'Picker, nzm-picker',
selector: 'Picker',
Copy link
Contributor

Choose a reason for hiding this comment

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

Why delete nzm-picker ?

Copy link
Member Author

Choose a reason for hiding this comment

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

it is redundancy code, we do not use selector to show picker any more

@@ -9,12 +9,14 @@ PickerView 的功能类似于 Picker ,但它是直接渲染在区域中,而

Copy link
Contributor

Choose a reason for hiding this comment

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

Does english md needed fixed?

@fisherspy fisherspy merged commit 90866df into NG-ZORRO:master Nov 14, 2018
@Guoyuanqiang Guoyuanqiang deleted the guoyq2-picker branch November 14, 2018 10:49
fisherspy pushed a commit that referenced this pull request Mar 10, 2020
* feat(module: picker): feat create 'Picker' with dynamic

feat (module: picker): feat demo-data  structure unification

feat (module: picker): feat add indicatorStyle

* docs(module: picker): uptdate function description

* fix(module: picker): fix init default value

* feat(module:core): feat add base popup service

* docs(module: picker-view): delete unuse description

* fix(module:core): fix set providers of PopupService
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.

None yet

3 participants