-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core/group): handle preventDefault for events (#1454)
- Loading branch information
1 parent
1e16bce
commit da1f10e
Showing
10 changed files
with
209 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@siemens/ix': patch | ||
--- | ||
|
||
fix(core/group): remove max-width restriction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@siemens/ix': minor | ||
--- | ||
|
||
feat(core/group): handle preventDefault for events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: 2024 Siemens AG | ||
SPDX-License-Identifier: MIT | ||
--> | ||
|
||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" | ||
/> | ||
<title>Stencil Component Starter</title> | ||
<style> | ||
ix-group { | ||
margin-bottom: 3rem; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<ix-group id="group" header="Header text" sub-header="Subheader text"> | ||
<ix-group-item text="Example text 1"></ix-group-item> | ||
<ix-group-item text="Example text 2"></ix-group-item> | ||
<ix-group-item text="Example text 3"></ix-group-item> | ||
</ix-group> | ||
|
||
<ix-group | ||
style="width: 10px" | ||
header="testasdjaskd aksjhd kjashd kjashd kjashd kjashd " | ||
subHeader="test2alskdj aslkd jaslkdjaslkjd laksjd lkasjd lkasj das" | ||
> | ||
<ix-group-item | ||
text="Long long long long long longLong long long long long longLong long | ||
long long long longLong long long long long longLong long long long | ||
long long" | ||
></ix-group-item> | ||
|
||
<ix-group-item> | ||
Long long long long long longLong long long long long longLong long long | ||
long long longLong long long long long longLong long long long long long | ||
</ix-group-item> | ||
</ix-group> | ||
|
||
<ix-group | ||
style="width: 50rem" | ||
header="testasdjaskd aksjhd kjashd kjashd kjashd kjashd " | ||
subHeader="test2alskdj aslkd jaslkdjaslkjd laksjd lkasjd lkasj das" | ||
> | ||
<ix-group-item | ||
text="Long long long long long longLong long long long long longLong long | ||
long long long longLong long long long long longLong long long long | ||
long long" | ||
></ix-group-item> | ||
|
||
<ix-group-item> | ||
Long long long long long longLong long long long long longLong long long | ||
long long longLong long long long long longLong long long long long long | ||
</ix-group-item> | ||
</ix-group> | ||
|
||
<ix-group | ||
style="width: fit-content" | ||
header="testasdjaskd aksjhd kjashd kjashd kjashd kjashd " | ||
subHeader="test2alskdj aslkd jaslkdjaslkjd laksjd lkasjd lkasj das" | ||
> | ||
<ix-group-item | ||
text="Long long long long long longLong long long long long longLong long | ||
long long long longLong long long long" | ||
></ix-group-item> | ||
</ix-group> | ||
<script src="http://127.0.0.1:8080/scripts/e2e/load-e2e-runtime.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+41 KB
...up.e2e.ts-snapshots/group-adapt-width-1-chromium---theme-classic-dark-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+40.8 KB
...p.e2e.ts-snapshots/group-adapt-width-1-chromium---theme-classic-light-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.