[ACA-4729] Add infinite scroll to version list (#9248)

* [ACA-4729] Add infinite scroll to version list

* [ACA-4729] CR fixes

* [ACA-4729] CR fixes

* [ACA-4729] Items count fix for infinite scroll datasource
This commit is contained in:
MichalKinas
2024-01-25 09:23:03 +01:00
committed by GitHub
parent 2c0ad7137a
commit a7e7934505
13 changed files with 489 additions and 152 deletions

View File

@@ -46,5 +46,6 @@ export * from './lib/tree/index';
export * from './lib/category/index';
export * from './lib/viewer/index';
export * from './lib/security/index';
export * from './lib/infinite-scroll-datasource';
export * from './lib/content.module';