identity-admin-ui 1.10.19 → 1.10.20

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.
@@ -19,4 +19,5 @@ export interface IListRecordsProps extends IListProps {
19
19
  HeadingView?: JSX.Element;
20
20
  disableFilterButton?: boolean;
21
21
  dataListComponent?: (props: GridProps) => JSX.Element;
22
+ defaultFilters?: string;
22
23
  }
package/lib/index.d.ts CHANGED
@@ -471,6 +471,7 @@ interface IListRecordsProps extends IListProps {
471
471
  HeadingView?: JSX.Element;
472
472
  disableFilterButton?: boolean;
473
473
  dataListComponent?: (props: GridProps) => JSX.Element;
474
+ defaultFilters?: string;
474
475
  }
475
476
 
476
477
  type AlertColor = 'success' | 'info' | 'warning' | 'error';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin-ui",
3
- "version": "1.10.19",
3
+ "version": "1.10.20",
4
4
  "description": "Identity solutions UI package using for identity-admin dashboard",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",