monkey-style-guide 2.0.139 → 2.0.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7774,7 +7774,8 @@ MonkeyTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
7774
7774
  <monkey-checkbox
7775
7775
  [value]="onHandleSelectedAll()"
7776
7776
  (click)="onHandleSelectAll($event)"
7777
- *ngIf="selectable && showSelectAll"
7777
+ *ngIf="selectable"
7778
+ [disabled]="!showSelectAll"
7778
7779
  ></monkey-checkbox>
7779
7780
  <span *ngFor="let header of headers" [style.width]="_maxWidth + '%'">
7780
7781
  {{ header }}
@@ -7811,7 +7812,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
7811
7812
  <monkey-checkbox
7812
7813
  [value]="onHandleSelectedAll()"
7813
7814
  (click)="onHandleSelectAll($event)"
7814
- *ngIf="selectable && showSelectAll"
7815
+ *ngIf="selectable"
7816
+ [disabled]="!showSelectAll"
7815
7817
  ></monkey-checkbox>
7816
7818
  <span *ngFor="let header of headers" [style.width]="_maxWidth + '%'">
7817
7819
  {{ header }}