@@ -30,6 +30,7 @@ export interface GalleryContainerProps {
3030 itemSelection ?: SelectionSingleValue | SelectionMultiValue ;
3131 itemSelectionMode : ItemSelectionModeEnum ;
3232 content ?: ListWidgetValue ;
33+ refreshIndicator : boolean ;
3334 desktopItems : number ;
3435 tabletItems : number ;
3536 phoneItems : number ;
@@ -39,7 +40,6 @@ export interface GalleryContainerProps {
3940 showPagingButtons : ShowPagingButtonsEnum ;
4041 pagingPosition : PagingPositionEnum ;
4142 loadMoreButtonCaption ?: DynamicValue < string > ;
42- refreshIndicator : boolean ;
4343 showEmptyPlaceholder : ShowEmptyPlaceholderEnum ;
4444 emptyPlaceholder ?: ReactNode ;
4545 itemClass ?: ListExpressionValue < string > ;
@@ -72,6 +72,7 @@ export interface GalleryPreviewProps {
7272 itemSelection : "None" | "Single" | "Multi" ;
7373 itemSelectionMode : ItemSelectionModeEnum ;
7474 content : { widgetCount : number ; renderer : ComponentType < { children : ReactNode ; caption ?: string } > } ;
75+ refreshIndicator : boolean ;
7576 desktopItems : number | null ;
7677 tabletItems : number | null ;
7778 phoneItems : number | null ;
@@ -81,7 +82,6 @@ export interface GalleryPreviewProps {
8182 showPagingButtons : ShowPagingButtonsEnum ;
8283 pagingPosition : PagingPositionEnum ;
8384 loadMoreButtonCaption : string ;
84- refreshIndicator : boolean ;
8585 showEmptyPlaceholder : ShowEmptyPlaceholderEnum ;
8686 emptyPlaceholder : { widgetCount : number ; renderer : ComponentType < { children : ReactNode ; caption ?: string } > } ;
8787 itemClass : string ;
0 commit comments