mis-crystal-design-system 18.1.13 → 18.1.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mis-crystal-design-system",
3
- "version": "18.1.13",
3
+ "version": "18.1.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "*",
6
6
  "@angular/core": "*",
@@ -104,6 +104,8 @@ export declare class TableComponent implements OnInit, AfterViewInit, OnChanges
104
104
  config: ColConfig;
105
105
  } | null;
106
106
  isRowDisabled(row: any): boolean;
107
+ private updateCheckboxState;
108
+ private buildCheckedItems;
107
109
  toggleCheckbox(): void;
108
110
  onPageSizeChange(selectedOption: DropdownItem): void;
109
111
  shouldShowPagination(): boolean;