mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(split-pane): convert to shadow component, add width, max-width, and min-width vars (#19754)
resolves #17088 Co-authored-by: troyanskiy <roman.rosluk@utopix.ch>
This commit is contained in:
@ -18,7 +18,8 @@ const QUERY: { [key: string]: string } = {
|
||||
styleUrls: {
|
||||
ios: 'split-pane.ios.scss',
|
||||
md: 'split-pane.md.scss'
|
||||
}
|
||||
},
|
||||
shadow: true
|
||||
})
|
||||
export class SplitPane implements ComponentInterface {
|
||||
|
||||
@ -159,6 +160,7 @@ export class SplitPane implements ComponentInterface {
|
||||
'split-pane-visible': this.visible
|
||||
}}
|
||||
>
|
||||
<slot></slot>
|
||||
</Host>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user