-
Notifications
You must be signed in to change notification settings - Fork 162
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
IgxStepperComponent implementaton #10061
Conversation
27034e8
to
d9e4a8c
Compare
0174e71
to
88875aa
Compare
bc8daa2
to
b29cecc
Compare
470084a
to
349867d
Compare
def06c1
to
7cd0583
Compare
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/stepper/step/step.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/components/stepper/_stepper-component.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_stepper.scss
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/core/styles/themes/schemas/shape/_stepper.scss
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make small changes to the changelog and the readme, to make sure that all the code snippets are aligned and the API is documented consistently. Additionally, as @wnvko said we should consider moving the logic in the steps to be part of the stepper, so that the individual steps do not know of the stepper component but this is internal and we can do it in a different PR. Other than that I think this is good to go.
90d578a
to
555088c
Compare
Co-authored-by: Marin Popov <[email protected]>
Co-authored-by: Teodosia Hristodorova <[email protected]>
- add leaveAnimationDone and enterAnimationDone events - rename animationDuration Co-authored-by: MonikaKirkova <[email protected]>
555088c
to
e37a358
Compare
Co-authored-by: Bozhidara Pachilova <[email protected]>
IgxStepper tests
Closes #8667
Closes #10349
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)