Merge remote-tracking branch 'origin/main' into more-eslint

This commit is contained in:
Yury Bondarenko
2023-12-19 09:35:05 +01:00
83 changed files with 8155 additions and 25 deletions

View File

@@ -132,6 +132,11 @@ export class PaginationComponent implements OnDestroy, OnInit {
*/
@Input() public hideGear = false;
/**
* Option for hiding the gear
*/
@Input() public hideSortOptions = false;
/**
* Option for hiding the pager when there is less than 2 pages
*/