@akcelik/strct 3.1.0 → 3.1.1
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": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
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
|
@@ -3470,7 +3470,8 @@ declare class StrctDatagrid {
|
|
|
3470
3470
|
private readonly selectionRows;
|
|
3471
3471
|
protected readonly allPageSelected: _angular_core.Signal<boolean>;
|
|
3472
3472
|
protected readonly somePageSelected: _angular_core.Signal<boolean>;
|
|
3473
|
-
/** Resolve a row's stable identity
|
|
3473
|
+
/** Resolve a row's stable identity: its `rowId` value, or the row object
|
|
3474
|
+
* itself when there is no `rowId` or it resolves to null/undefined. */
|
|
3474
3475
|
private idOf;
|
|
3475
3476
|
protected rowKey(row: StrctRow): unknown;
|
|
3476
3477
|
protected cellTemplate(key: string): TemplateRef<StrctCellContext> | null;
|