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

Add expansion panel component #332

Merged
merged 52 commits into from
May 26, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
2b593d6
feat(exp-panel): initial commit
ddaribo Apr 13, 2022
5ced0db
feat(exp-panel): focus behavior, add tests
ddaribo Apr 14, 2022
3b5468c
feat(exp-panel): add keyboard navigation and tests
MonikaKirkova Apr 15, 2022
89eb8d5
feat(exp-panel): manage header focus
ddaribo Apr 15, 2022
2a39bc0
refactor(exp-panel): refactor keyboard navigation
MonikaKirkova Apr 21, 2022
9ee7e86
refactor(exp-panel): aria, event names
ddaribo Apr 26, 2022
a75ca93
Merge branch 'master' of https://github.com/IgniteUI/igniteui-webcomp…
MonikaKirkova Apr 28, 2022
94c19c7
chore(exp-panel): refactor story
MonikaKirkova Apr 28, 2022
4f8daa2
style(expansion-panel): add initial styles
Apr 28, 2022
f29616d
refactor(exp-panel): render content in default slot
ddaribo Apr 28, 2022
2b04f53
styles(expansion-panel): add themes
Apr 29, 2022
ece1f74
merge changes
Apr 29, 2022
30d255a
feat(expansion-panel): add story
Apr 29, 2022
1a98042
style(expansion-panel): use spacing instead of rem function
Apr 29, 2022
c7894cd
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 9, 2022
3fcd9c0
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 9, 2022
46102f0
style(expansion-panel): finish themes
May 9, 2022
fe59e41
refactor(exp-panel): expose title and subTitle parts
ddaribo May 9, 2022
8ec1a30
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 10, 2022
419d52e
style(expansion-panel): fix spacings
May 11, 2022
fbe48ad
Merge branch 'master' into expansion-panel/feat-177
didimmova May 11, 2022
1c77079
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 11, 2022
8598d3b
refactor(exp-panel): bind dir property in story
ddaribo May 11, 2022
d35e2d2
refactor(exp-panel): address comments
ddaribo May 12, 2022
d69a937
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 12, 2022
19dcfed
Merge branch 'master' into expansion-panel/feat-177
ChronosSF May 13, 2022
8599bf6
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 13, 2022
743acbb
refactor(exp-panel): add requested changes
MonikaKirkova May 13, 2022
0a62e1b
refactor(exp-panel): indicator- alignment to -position attribute
ddaribo May 13, 2022
f21a7f1
refactor(exp-panel): correct type for the custom events
ddaribo May 16, 2022
1a5b7e1
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 16, 2022
3c0cb0c
refactor(expansion-panel): add ellipsis and fix indicator size
simeonoff May 17, 2022
e299ab0
Merge branch 'master' into expansion-panel/feat-177
rkaraivanov May 17, 2022
1535fef
refactor(exp-panel): rename subTitle to subtitle
MonikaKirkova May 17, 2022
b08c65e
refactor(exp-panel): always focus header on click
ddaribo May 17, 2022
a5a5331
feat(exp-panel): add indicatorPosition 'none'
ddaribo May 18, 2022
945f8dc
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 18, 2022
2a85a95
style(expansion-panel): update spacings to match angular ones
May 18, 2022
9f53dbf
style(expansion-panel): fix selectors and spacings
May 18, 2022
29239ef
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 19, 2022
a388680
chore(exp-panel): update changelog
MonikaKirkova May 19, 2022
78c6840
style(expansion-panel): remove top padding on content
May 19, 2022
554fa5f
Merge branch 'expansion-panel/feat-177' of https://github.com/IgniteU…
May 19, 2022
03369c3
Merge branch 'master' into expansion-panel/feat-177
simeonoff May 19, 2022
7a30764
Merge branch 'master' of https://github.com/IgniteUI/igniteui-webcomp…
May 19, 2022
06348c5
style(expansion-panel): add top padding on content
May 20, 2022
b13cb12
Merge branch 'expansion-panel/feat-177' of https://github.com/IgniteU…
May 20, 2022
888d399
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 21, 2022
9617559
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 23, 2022
f208d5d
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 25, 2022
6b72aa5
Merge branch 'master' into expansion-panel/feat-177
teodosiah May 25, 2022
d182a1d
styles(expansion-panel): update typography
May 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/common/definitions/defineAllComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import IgcSliderLabelComponent from '../../slider/slider-label.js';
import { defineComponents } from './defineComponents.js';
import IgcCircularGradientComponent from '../../progress/circular-gradient.js';
import IgcMaskInputComponent from '../../mask-input/mask-input.js';
import IgcExpansionPanelComponent from '../../expansion-panel/expansion-panel.js';

const allComponents: CustomElementConstructor[] = [
IgcAvatarComponent,
Expand All @@ -59,6 +60,7 @@ const allComponents: CustomElementConstructor[] = [
IgcDropdownHeaderComponent,
IgcDropdownItemComponent,
IgcSwitchComponent,
IgcExpansionPanelComponent,
IgcFormComponent,
IgcIconComponent,
IgcInputComponent,
Expand Down
Loading