diff --git a/core/api.txt b/core/api.txt index db226fdcadc..f372d95883b 100644 --- a/core/api.txt +++ b/core/api.txt @@ -1033,6 +1033,7 @@ ion-list-header,css-prop,--color,ios ion-list-header,css-prop,--color,md ion-list-header,css-prop,--inner-border-width,ios ion-list-header,css-prop,--inner-border-width,md +ion-list-header,part,inner ion-loading,scoped ion-loading,prop,animated,boolean,true,false,false diff --git a/core/src/components/list-header/list-header.tsx b/core/src/components/list-header/list-header.tsx index 8fb939c1277..0cb2b2837c3 100644 --- a/core/src/components/list-header/list-header.tsx +++ b/core/src/components/list-header/list-header.tsx @@ -7,6 +7,8 @@ import type { Color } from '../../interface'; /** * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use. + * + * @part inner - The inner wrapper element that arranges the list header content. */ @Component({ tag: 'ion-list-header', @@ -40,7 +42,7 @@ export class ListHeader implements ComponentInterface { [`list-header-lines-${lines}`]: lines !== undefined, })} > -