@abgov/angular-components 5.2.0-dev.2 → 5.2.0-dev.3
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
|
@@ -1707,6 +1707,7 @@ declare class GoabTable extends GoabBaseComponent implements OnInit {
|
|
|
1707
1707
|
declare class GoabTableSortHeader implements OnInit {
|
|
1708
1708
|
private cdr;
|
|
1709
1709
|
isReady: boolean;
|
|
1710
|
+
version: string;
|
|
1710
1711
|
/** Column name identifier for sorting. */
|
|
1711
1712
|
name?: string;
|
|
1712
1713
|
/** Sets the sort direction indicator. @default "none" */
|