@akcelik/strct 0.5.9 → 0.5.10
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": "@akcelik/strct",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "UIStruct — a standalone Angular component library with a tokenised, multi-palette theme system, built for datacenter / infrastructure management UIs.",
|
|
5
5
|
"author": "Serkan Akcelik <serkan.akcelik@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
package/types/akcelik-strct.d.ts
CHANGED
|
@@ -1538,7 +1538,7 @@ declare class StrctDatagrid {
|
|
|
1538
1538
|
protected sortIcon(key: string): string;
|
|
1539
1539
|
protected ariaSort(key: string): 'ascending' | 'descending' | 'none';
|
|
1540
1540
|
protected onHeaderSpace(event: Event, key: string): void;
|
|
1541
|
-
|
|
1541
|
+
toggleColumn(key: string, visible: boolean): void;
|
|
1542
1542
|
protected isSelected(row: StrctRow): boolean;
|
|
1543
1543
|
protected isExpanded(row: StrctRow): boolean;
|
|
1544
1544
|
toggleExpand(row: StrctRow): void;
|