@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
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/GovAlta/ui-components/issues"
6
6
  },
7
7
  "license": "Apache-2.0",
8
- "version": "5.2.0-dev.2",
8
+ "version": "5.2.0-dev.3",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",
@@ -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" */