File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 30
30
(click) ="firstPage() "
31
31
[attr.aria-label] ="_intl.firstPageLabel "
32
32
[matTooltip] ="_intl.firstPageLabel "
33
+ [matTooltipDisabled] ="!hasPreviousPage() "
33
34
[matTooltipPosition] ="'above' "
34
35
[disabled] ="!hasPreviousPage() "
35
36
*ngIf ="showFirstLastButtons ">
42
43
(click) ="previousPage() "
43
44
[attr.aria-label] ="_intl.previousPageLabel "
44
45
[matTooltip] ="_intl.previousPageLabel "
46
+ [matTooltipDisabled] ="!hasPreviousPage() "
45
47
[matTooltipPosition] ="'above' "
46
48
[disabled] ="!hasPreviousPage() ">
47
49
< svg class ="mat-paginator-icon " viewBox ="0 0 24 24 " focusable ="false ">
53
55
(click) ="nextPage() "
54
56
[attr.aria-label] ="_intl.nextPageLabel "
55
57
[matTooltip] ="_intl.nextPageLabel "
58
+ [matTooltipDisabled] ="!hasNextPage() "
56
59
[matTooltipPosition] ="'above' "
57
60
[disabled] ="!hasNextPage() ">
58
61
< svg class ="mat-paginator-icon " viewBox ="0 0 24 24 " focusable ="false ">
64
67
(click) ="lastPage() "
65
68
[attr.aria-label] ="_intl.lastPageLabel "
66
69
[matTooltip] ="_intl.lastPageLabel "
70
+ [matTooltipDisabled] ="!hasNextPage() "
67
71
[matTooltipPosition] ="'above' "
68
72
[disabled] ="!hasNextPage() "
69
73
*ngIf ="showFirstLastButtons ">
You can’t perform that action at this time.
0 commit comments