@ansible/ansible-ui-framework 0.0.283 → 0.0.284

Sign up to get free protection for your applications and to get access to all the features.
@@ -62,6 +62,7 @@ export interface ITableColumn<T extends object> {
62
62
  enabled?: boolean;
63
63
  sort?: string;
64
64
  defaultSortDirection?: 'asc' | 'desc';
65
+ defaultSort?: boolean;
65
66
  /**
66
67
  * @deprecated The method should not be used
67
68
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "Framework for building consistent responsive web applications using PatternFly.",
4
- "version": "0.0.283",
4
+ "version": "0.0.284",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {