Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
878d36b
feat: add multi-select component
nmerget Aug 13, 2024
4d96cd8
chore: update from main
nmerget Aug 22, 2024
84ccaa0
feat: split multi-select with multiple sub-components
nmerget Aug 29, 2024
e31aa50
chore: update multi-select component
nmerget Aug 30, 2024
dbb5827
chore: update multi-select component
nmerget Sep 2, 2024
afe27ed
chore: update from main
nmerget Nov 4, 2024
61c0dc6
feat: add onSelect handling
nmerget Nov 5, 2024
57ea85d
chore: update from main
nmerget Feb 4, 2025
a809b89
fix: issues which break multi select
nmerget Feb 4, 2025
245fed3
chore: update from main
nmerget Feb 20, 2025
a10ab9b
feat: add keyboard actions for escape and arrows down/up
nmerget Feb 20, 2025
35fcbe4
feat: add clearSelectionButton for MultiSelect
nmerget Feb 21, 2025
5a22df6
feat: add focus for search on click
nmerget Feb 21, 2025
ba0a2a5
feat: add right left keyboard actions
nmerget Feb 24, 2025
f70f837
Merge branch 'refs/heads/main' into feat-multi-select
nmerget Feb 24, 2025
fce72e0
feat: add placement top and bottom
nmerget Feb 24, 2025
c8c1f77
fix: issues with angular
nmerget Feb 26, 2025
c5ef144
feat: add multiple prop
nmerget Feb 28, 2025
c3b1bec
feat: add loading for super select
nmerget Feb 28, 2025
df8f620
fix: issue for screen reader
nmerget Mar 3, 2025
d9d0f43
Merge remote-tracking branch 'origin/main' into feat-multi-select
nmerget Mar 3, 2025
2915c98
chore: update from main
nmerget Mar 3, 2025
1225d37
fix: minor styling issues
nmerget Mar 3, 2025
40ca4f5
chore: update multi-select-list-item group title styles
nmerget Mar 4, 2025
3b3618e
feat: add mobile variant for multi-select
nmerget Mar 4, 2025
5ef486d
fix: issue with mobile icons
nmerget Mar 5, 2025
fb6d650
chore: add some additional variants
nmerget Mar 5, 2025
a887db3
feat: add icon for multi-select
nmerget Mar 5, 2025
c6b054f
chore: update vue multi select
nmerget Mar 5, 2025
b33fe3d
fix: issue with multiselect validation for vue
nmerget Mar 7, 2025
7a89853
fix: issues for stencil
nmerget Mar 10, 2025
5b1b065
chore: update tests for multi-select
nmerget Mar 10, 2025
a23083e
fix: linting issues
nmerget Mar 11, 2025
a048890
fix: issues with building
nmerget Mar 11, 2025
641bdfd
chore: update snapshots
nmerget Mar 11, 2025
34362b2
chore: update snapshots
nmerget Mar 11, 2025
25642be
chore: update snapshots
nmerget Mar 11, 2025
962238c
fix: issues with accessibility-checker
nmerget Mar 14, 2025
02ba058
fix: issues with comment
nmerget Mar 14, 2025
84dac25
chore: update snapshots
nmerget Mar 14, 2025
06466cb
chore: rename props for multi-select-list-item
nmerget Mar 14, 2025
ddaa042
refactor: rename to custom-select
nmerget Mar 14, 2025
595e2ac
Merge branch 'main' into feat-multi-select
nmerget Mar 14, 2025
0d4c3d8
fix: issue with wrong naming
nmerget Mar 14, 2025
68eec86
Update Angular.md
mfranzke Mar 15, 2025
cffd96b
Update HTML.md
mfranzke Mar 15, 2025
891bf63
chore: update snapshots
nmerget Mar 17, 2025
bbb7634
fix: issue with aria-hidden
nmerget Mar 17, 2025
b93bed5
fix: issue with stencil required
nmerget Mar 17, 2025
16b8cce
fix: issue with stencil dropdown padding
nmerget Mar 17, 2025
5bbe8c7
fix: issue with missing label
nmerget Mar 17, 2025
eb6ba75
chore: update _custom-elements.scss
nmerget Mar 18, 2025
f947a7b
fix: issues from design review
nmerget Mar 18, 2025
26dbd1c
feat: add custom scrollbar to custom select list
nmerget Mar 28, 2025
5abe75b
feat(custom-select): add min-width to custom-select
michaelmkraus Apr 3, 2025
dee71ea
feat: native select styling
mfranzke Apr 3, 2025
fe32693
refactor: quick adaption, that we'll merge out of another PR later an…
mfranzke Apr 4, 2025
9140092
test: updated snapshots
mfranzke Apr 4, 2025
fcc8c07
test: updated snapshots
mfranzke Apr 4, 2025
2dc8e27
test: updated snapshots
mfranzke Apr 4, 2025
32bff04
Update package.json
mfranzke Apr 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
7 changes: 6 additions & 1 deletion .xo-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ module.exports = {
'./packages/foundations/**'
],
overrides: [
{
files: ['./packages/components/**'],
rules: {
'@typescript-eslint/no-explicit-any': 0
}
},
{
files: ['./showcases/angular-showcase/**'],
rules: {
'import/no-extraneous-dependencies': 0,
'@typescript-eslint/consistent-type-imports': 0
}
},

{
files: ['./**/angular-**/**'],
rules: {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- link "Disabledarrow_up_right\" / \""
- listitem:
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- link "Openarrow_up_right\" / \""
- listitem:
- group: (Default) False chevron_down" / "
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- link "Disabledarrow_up_right\" / \""
- listitem:
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- link "Openarrow_up_right\" / \""
- listitem:
- group: (Default) False chevron_down" / "
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- link "Disabledarrow_up_right\" / \""
- listitem:
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- link "Openarrow_up_right\" / \""
- listitem:
- group: (Default) False chevron_down" / "
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- text: Functional
- list:
- listitem:
Expand All @@ -25,7 +25,7 @@
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- link "Variantarrow_up_right\" / \""
- text: (Default) Divider
- list:
- listitem:
Expand All @@ -42,7 +42,7 @@
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behavior arrow_up_right\" / \""
- link "Behaviorarrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- text: Functional
- list:
- listitem:
Expand All @@ -25,7 +25,7 @@
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- link "Variantarrow_up_right\" / \""
- text: (Default) Divider
- list:
- listitem:
Expand All @@ -42,7 +42,7 @@
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behavior arrow_up_right\" / \""
- link "Behaviorarrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- text: Functional
- list:
- listitem:
Expand All @@ -25,7 +25,7 @@
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- link "Variantarrow_up_right\" / \""
- text: (Default) Divider
- list:
- listitem:
Expand All @@ -42,7 +42,7 @@
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behavior arrow_up_right\" / \""
- link "Behaviorarrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
- main:
- heading "DBBadge" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- text: Functional (Default) Regular Expressive
- link "Emphasis arrow_up_right\" / \""
- link "Emphasisarrow_up_right\" / \""
- text: (Default) Weak Origin Strong
- link "Semantic arrow_up_right\" / \""
- link "Semanticarrow_up_right\" / \""
- text: (Default) Adaptive Critical Informational Neutral Successful Warning Adaptive Origin Critical Origin Informational Origin Neutral Origin Successful Origin Warning Origin Adaptive Strong Critical Strong Informational Strong Neutral Strong Successful Strong Warning Strong
- link "Size arrow_up_right\" / \""
- link "Sizearrow_up_right\" / \""
- text: (Default) Small Medium
- link "Content arrow_up_right\" / \""
- link "Contentarrow_up_right\" / \""
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- link "Placementarrow_up_right\" / \""
- text: (Default) Inline Label
- button "LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
Expand All @@ -24,5 +24,5 @@
- text: Corner - Center - Right
- button "LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- link "Examplesarrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
- main:
- heading "DBBadge" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- text: Functional (Default) Regular Expressive
- link "Emphasis arrow_up_right\" / \""
- link "Emphasisarrow_up_right\" / \""
- text: (Default) Weak Origin Strong
- link "Semantic arrow_up_right\" / \""
- link "Semanticarrow_up_right\" / \""
- text: (Default) Adaptive Critical Informational Neutral Successful Warning Adaptive Origin Critical Origin Informational Origin Neutral Origin Successful Origin Warning Origin Adaptive Strong Critical Strong Informational Strong Neutral Strong Successful Strong Warning Strong
- link "Size arrow_up_right\" / \""
- link "Sizearrow_up_right\" / \""
- text: (Default) Small Medium
- link "Content arrow_up_right\" / \""
- link "Contentarrow_up_right\" / \""
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- link "Placementarrow_up_right\" / \""
- text: (Default) Inline Label
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- button "LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- button "LABEL SHOULD BE SET Corner - Center - Left"
- text: Corner - Center - Left
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- button "LABEL SHOULD BE SET Corner - Bottom- Left"
- text: Corner - Bottom- Left
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- button "LABEL SHOULD BE SET Corner - Top - Right"
- text: Corner - Top - Right
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- button "LABEL SHOULD BE SET Corner - Center - Right"
- text: Corner - Center - Right
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- button "LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- link "Examplesarrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
- main:
- heading "DBBadge" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- text: Functional (Default) Regular Expressive
- link "Emphasis arrow_up_right\" / \""
- link "Emphasisarrow_up_right\" / \""
- text: (Default) Weak Origin Strong
- link "Semantic arrow_up_right\" / \""
- link "Semanticarrow_up_right\" / \""
- text: (Default) Adaptive Critical Informational Neutral Successful Warning Adaptive Origin Critical Origin Informational Origin Neutral Origin Successful Origin Warning Origin Adaptive Strong Critical Strong Informational Strong Neutral Strong Successful Strong Warning Strong
- link "Size arrow_up_right\" / \""
- link "Sizearrow_up_right\" / \""
- text: (Default) Small Medium
- link "Content arrow_up_right\" / \""
- link "Contentarrow_up_right\" / \""
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- link "Placementarrow_up_right\" / \""
- text: (Default) Inline Label
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- button "LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- button "LABEL SHOULD BE SET Corner - Center - Left"
- text: Corner - Center - Left
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- button "LABEL SHOULD BE SET Corner - Bottom- Left"
- text: Corner - Bottom- Left
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- button "LABEL SHOULD BE SET Corner - Top - Right"
- text: Corner - Top - Right
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- button "LABEL SHOULD BE SET Corner - Center - Right"
- text: Corner - Center - Right
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- button "LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- link "Examplesarrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- text: Functional (Default) Regular Expressive
- link "Variants arrow_up_right\" / \""
- link "Variantsarrow_up_right\" / \""
- text: (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- text: brand" / " Functional brand" / " (Default) Regular brand" / " Expressive
- link "Variants arrow_up_right\" / \""
- text: brand" / " (Default) With Logo No Logo
- link "Densityarrow_up_right\" / \""
- text: Functional (Default) Regular Expressive
- link "Variantsarrow_up_right\" / \""
- text: (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- text: brand" / " Functional brand" / " (Default) Regular brand" / " Expressive
- link "Variants arrow_up_right\" / \""
- text: brand" / " (Default) With Logo No Logo
- link "Densityarrow_up_right\" / \""
- text: Functional (Default) Regular Expressive
- link "Variantsarrow_up_right\" / \""
- text: (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
- main:
- heading "DBButton" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "Variant arrow_up_right\" / \""
- link "Variantarrow_up_right\" / \""
- button "(Default) Outlined - Adaptive"
- button "Filled - Adaptive"
- button "Ghost - Adaptive"
- button "Brand"
- link "Disabled arrow_up_right\" / \""
- link "Disabledarrow_up_right\" / \""
- button "(Default) False"
- button "True" [disabled]
- link "Size arrow_up_right\" / \""
- link "Sizearrow_up_right\" / \""
- button "(Default) Medium"
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- link "Show Iconarrow_up_right\" / \""
- button "(Default) False"
- button "True"
- link "No Text arrow_up_right\" / \""
- link "No Textarrow_up_right\" / \""
- button "(Default) False"
- button "True"
- link "Width arrow_up_right\" / \""
- link "Widtharrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
- main:
- heading "DBButton" [level=1]
- link "Density arrow_up_right\" / \""
- link "Densityarrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "Variant arrow_up_right\" / \""
- link "Variantarrow_up_right\" / \""
- button "(Default) Outlined - Adaptive"
- button "Filled - Adaptive"
- button "Ghost - Adaptive"
- button "Brand"
- link "Disabled arrow_up_right\" / \""
- link "Disabledarrow_up_right\" / \""
- button "(Default) False"
- button "True" [disabled]
- link "Size arrow_up_right\" / \""
- link "Sizearrow_up_right\" / \""
- button "(Default) Medium"
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- link "Show Iconarrow_up_right\" / \""
- button "(Default) False"
- button "x_placeholder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "x_placeholder\" / \" (Default) False"
- button "x_placeholder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "True"
- link "No Textarrow_up_right\" / \""
- button "(Default) False"
- button "True"
- link "Widtharrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Loading
Loading