File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
packages/pluggableWidgets/gallery-web Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9494 <translation lang =" en_US" >Load More</translation >
9595 </translations >
9696 </property >
97+ <property key =" refreshIndicator" type =" boolean" defaultValue =" false" >
98+ <caption >Show refresh indicator</caption >
99+ <description >Show a refresh indicator when the data is being loaded.</description >
100+ </property >
97101 </propertyGroup >
98102 <propertyGroup caption =" Items" >
99103 <property key =" showEmptyPlaceholder" type =" enumeration" defaultValue =" none" >
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export interface GalleryContainerProps {
3939 showPagingButtons : ShowPagingButtonsEnum ;
4040 pagingPosition : PagingPositionEnum ;
4141 loadMoreButtonCaption ?: DynamicValue < string > ;
42+ refreshIndicator : boolean ;
4243 showEmptyPlaceholder : ShowEmptyPlaceholderEnum ;
4344 emptyPlaceholder ?: ReactNode ;
4445 itemClass ?: ListExpressionValue < string > ;
@@ -80,6 +81,7 @@ export interface GalleryPreviewProps {
8081 showPagingButtons : ShowPagingButtonsEnum ;
8182 pagingPosition : PagingPositionEnum ;
8283 loadMoreButtonCaption : string ;
84+ refreshIndicator : boolean ;
8385 showEmptyPlaceholder : ShowEmptyPlaceholderEnum ;
8486 emptyPlaceholder : { widgetCount : number ; renderer : ComponentType < { children : ReactNode ; caption ?: string } > } ;
8587 itemClass : string ;
You can’t perform that action at this time.
0 commit comments