identity-admin-ui 1.7.23 → 1.7.25

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.
@@ -3,10 +3,18 @@ import { GridRenderCellParams, GridRowSelectionModel } from '@mui/x-data-grid';
3
3
  import { DialogState, ListProps, ParamsState } from './GridTypes';
4
4
  import { IBulkActionsDialogState } from '../BulkActions/BulkActionDialogs';
5
5
  import { IGridExtras } from './DataGridd';
6
+ export interface IActionKababMenu {
7
+ resources: any;
8
+ params: GridRenderCellParams;
9
+ resourceName: string;
10
+ dialogState: DialogState;
11
+ paramsState: ParamsState;
12
+ extras?: IGridExtras;
13
+ }
6
14
  export declare function handleExtraActionNavigation(data: any, userPath: {
7
15
  [key: string]: any;
8
16
  }): any;
9
- export declare function ActionKababMenu(resources: any, params: GridRenderCellParams, resourceName: string, dialogState: DialogState, [gridParams, setParams]: ParamsState, extras?: IGridExtras): import("react/jsx-runtime").JSX.Element;
17
+ export declare function ActionKababMenu({ resourceName, params, resources, dialogState, paramsState, extras }: IActionKababMenu): import("react/jsx-runtime").JSX.Element;
10
18
  export declare function getFieldType(model: string, property: ListProps, cellParams: GridRenderCellParams, resources: any, userPath: {
11
19
  [key: string]: any;
12
20
  }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import IResource from '../../../context/Resource';
2
2
  export declare class ReferenceHelper {
3
3
  static getReferenceImage(referencedResource: IResource, record: any): string | undefined;
4
+ private static getDataFromPath;
4
5
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IBulkActionComponent } from '../../../components/BulkActions/IBulkActionComponent';
3
- import { IGridExtras } from '../../../components/dataGrid/DataGridd';
3
+ import { GridProps, IGridExtras } from '../../../components/dataGrid/DataGridd';
4
4
  import { ListParams } from '../../../components/dataGrid/GridTypes';
5
5
  export interface IListProps {
6
6
  apiRoute: string;
@@ -17,4 +17,6 @@ export interface IListRecordsProps extends IListProps {
17
17
  Actions?: (props: IActionsProps) => JSX.Element;
18
18
  bulkActionsComponents?: IBulkActionComponent;
19
19
  HeadingView?: JSX.Element;
20
+ disableFilterButton?: boolean;
21
+ dataListComponent?: (props: GridProps) => '';
20
22
  }
@@ -1,4 +1,4 @@
1
- export declare function useNavData(): {
2
- subheader: string;
3
- items: any;
4
- }[];
1
+ export declare function useNavData(): {
2
+ subheader: string;
3
+ items: any;
4
+ }[];
@@ -1,10 +1,10 @@
1
- import { SizeType } from '../helpers/Types';
2
- export declare var SIZE: SizeType;
3
- export default function AdminRouter(): {
4
- path: any;
5
- children: {
6
- path: string;
7
- element: import("react/jsx-runtime").JSX.Element;
8
- children: any[];
9
- }[];
10
- };
1
+ import { SizeType } from '../helpers/Types';
2
+ export declare var SIZE: SizeType;
3
+ export default function AdminRouter(): {
4
+ path: any;
5
+ children: {
6
+ path: string;
7
+ element: import("react/jsx-runtime").JSX.Element;
8
+ children: any[];
9
+ }[];
10
+ };
@@ -1,5 +1,5 @@
1
- export declare function path(root: string, sublink: string): string;
2
- export declare const ADMIN_ROOT = "/admin";
3
- export declare var ADMIN_PATH: {
4
- [key: string]: any;
5
- };
1
+ export declare function path(root: string, sublink: string): string;
2
+ export declare const ADMIN_ROOT = "/admin";
3
+ export declare var ADMIN_PATH: {
4
+ [key: string]: any;
5
+ };
package/lib/index.d.ts CHANGED
@@ -423,6 +423,8 @@ interface IListRecordsProps extends IListProps {
423
423
  Actions?: (props: IActionsProps) => JSX.Element;
424
424
  bulkActionsComponents?: IBulkActionComponent;
425
425
  HeadingView?: JSX.Element;
426
+ disableFilterButton?: boolean;
427
+ dataListComponent?: (props: GridProps) => '';
426
428
  }
427
429
 
428
430
  type AlertColor = 'success' | 'info' | 'warning' | 'error';
package/package.json CHANGED
@@ -1,78 +1,80 @@
1
- {
2
- "name": "identity-admin-ui",
3
- "version": "1.7.23",
4
- "description": "Identity solutions UI package using for identity-admin dashboard",
5
- "main": "lib/cjs/index.js",
6
- "module": "lib/esm/index.js",
7
- "files": [
8
- "lib/**/*"
9
- ],
10
- "types": "lib/index.d.ts",
11
- "scripts": {
12
- "build": "rollup -c --bundleConfigAsCjs",
13
- "test": "echo \"Error: no test specified\" && exit 1"
14
- },
15
- "author": "",
16
- "license": "ISC",
17
- "devDependencies": {
18
- "@emotion/cache": "^11.11.0",
19
- "@emotion/react": "^11.11.1",
20
- "@emotion/styled": "^11.11.0",
21
- "@hookform/resolvers": "^3.2.0",
22
- "@iconify/react": "^4.1.0",
23
- "@mui/icons-material": "^5.14.3",
24
- "@mui/lab": "^5.0.0-alpha.139",
25
- "@mui/material": "^5.14.5",
26
- "@mui/x-data-grid": "^6.11.1",
27
- "@mui/x-date-pickers": "^6.11.1",
28
- "@rollup/plugin-commonjs": "^25.0.3",
29
- "@rollup/plugin-node-resolve": "^15.1.0",
30
- "@rollup/plugin-typescript": "^11.1.2",
31
- "@types/autosuggest-highlight": "^3.2.0",
32
- "@types/axios": "^0.14.0",
33
- "@types/nprogress": "^0.2.0",
34
- "@types/numeral": "^2.0.2",
35
- "@types/react": "^18.2.20",
36
- "@types/react-beautiful-dnd": "^13.1.4",
37
- "@types/react-helmet-async": "^1.0.3",
38
- "@types/react-lazy-load-image-component": "^1.5.3",
39
- "@types/stylis": "^4.2.0",
40
- "autosuggest-highlight": "^3.3.4",
41
- "aws-amplify": "^5.3.8",
42
- "axios": "^1.4.0",
43
- "compressorjs": "^1.2.1",
44
- "date-fns": "^2.30.0",
45
- "dayjs": "^1.11.9",
46
- "framer-motion": "^10.15.0",
47
- "highlight.js": "^11.8.0",
48
- "material-ui-phone-number": "^3.0.0",
49
- "notistack": "^3.0.1",
50
- "nprogress": "^0.2.0",
51
- "numeral": "^2.0.6",
52
- "pluralize": "^8.0.0",
53
- "react": "^18.2.0",
54
- "react-beautiful-dnd": "^13.1.1",
55
- "react-dropzone": "^14.2.3",
56
- "react-helmet-async": "^1.3.0",
57
- "react-hook-form": "^7.45.4",
58
- "react-lazy-load-image-component": "^1.6.0",
59
- "react-router-dom": "^6.14.2",
60
- "rollup": "^3.27.0",
61
- "rollup-plugin-css-bundle": "^1.0.4",
62
- "rollup-plugin-dts": "^5.3.1",
63
- "rollup-plugin-peer-deps-external": "^2.2.4",
64
- "rollup-plugin-postcss": "^4.0.2",
65
- "rollup-plugin-postcss-modules": "^2.1.1",
66
- "rollup-plugin-preserve-directives": "^0.2.0",
67
- "rollup-plugin-terser": "^7.0.2",
68
- "simplebar-react": "^3.2.4",
69
- "stylis": "^4.3.0",
70
- "stylis-plugin-rtl": "^2.1.1",
71
- "tslib": "^2.6.1",
72
- "typescript": "^5.1.6",
73
- "yup": "^1.2.0"
74
- },
75
- "dependencies": {
76
- "react-quill": "^2.0.0"
77
- }
78
- }
1
+ {
2
+ "name": "identity-admin-ui",
3
+ "version": "1.7.25",
4
+ "description": "Identity solutions UI package using for identity-admin dashboard",
5
+ "main": "lib/cjs/index.js",
6
+ "module": "lib/esm/index.js",
7
+ "files": [
8
+ "lib/**/*"
9
+ ],
10
+ "types": "lib/index.d.ts",
11
+ "scripts": {
12
+ "build": "rollup -c --bundleConfigAsCjs",
13
+ "test": "echo \"Error: no test specified\" && exit 1"
14
+ },
15
+ "author": "",
16
+ "license": "ISC",
17
+ "devDependencies": {
18
+ "@emotion/cache": "^11.11.0",
19
+ "@emotion/react": "^11.11.1",
20
+ "@emotion/styled": "^11.11.0",
21
+ "@hookform/resolvers": "^3.2.0",
22
+ "@iconify/react": "^4.1.0",
23
+ "@mui/icons-material": "^5.14.3",
24
+ "@mui/lab": "^5.0.0-alpha.139",
25
+ "@mui/material": "^5.14.5",
26
+ "@mui/x-data-grid": "^6.11.1",
27
+ "@mui/x-date-pickers": "^6.11.1",
28
+ "@rollup/plugin-commonjs": "^25.0.3",
29
+ "@rollup/plugin-node-resolve": "^15.1.0",
30
+ "@rollup/plugin-typescript": "^11.1.2",
31
+ "@types/autosuggest-highlight": "^3.2.0",
32
+ "@types/axios": "^0.14.0",
33
+ "@types/moment": "^2.13.0",
34
+ "@types/nprogress": "^0.2.0",
35
+ "@types/numeral": "^2.0.2",
36
+ "@types/react": "^18.2.20",
37
+ "@types/react-beautiful-dnd": "^13.1.4",
38
+ "@types/react-helmet-async": "^1.0.3",
39
+ "@types/react-lazy-load-image-component": "^1.5.3",
40
+ "@types/stylis": "^4.2.0",
41
+ "autosuggest-highlight": "^3.3.4",
42
+ "aws-amplify": "^5.3.8",
43
+ "axios": "^1.4.0",
44
+ "compressorjs": "^1.2.1",
45
+ "date-fns": "^2.30.0",
46
+ "dayjs": "^1.11.9",
47
+ "framer-motion": "^10.15.0",
48
+ "highlight.js": "^11.8.0",
49
+ "material-ui-phone-number": "^3.0.0",
50
+ "moment": "^2.29.4",
51
+ "notistack": "^3.0.1",
52
+ "nprogress": "^0.2.0",
53
+ "numeral": "^2.0.6",
54
+ "pluralize": "^8.0.0",
55
+ "react": "^18.2.0",
56
+ "react-beautiful-dnd": "^13.1.1",
57
+ "react-dropzone": "^14.2.3",
58
+ "react-helmet-async": "^1.3.0",
59
+ "react-hook-form": "^7.45.4",
60
+ "react-lazy-load-image-component": "^1.6.0",
61
+ "react-router-dom": "^6.14.2",
62
+ "rollup": "^3.27.0",
63
+ "rollup-plugin-css-bundle": "^1.0.4",
64
+ "rollup-plugin-dts": "^5.3.1",
65
+ "rollup-plugin-peer-deps-external": "^2.2.4",
66
+ "rollup-plugin-postcss": "^4.0.2",
67
+ "rollup-plugin-postcss-modules": "^2.1.1",
68
+ "rollup-plugin-preserve-directives": "^0.2.0",
69
+ "rollup-plugin-terser": "^7.0.2",
70
+ "simplebar-react": "^3.2.4",
71
+ "stylis": "^4.3.0",
72
+ "stylis-plugin-rtl": "^2.1.1",
73
+ "tslib": "^2.6.1",
74
+ "typescript": "^5.1.6",
75
+ "yup": "^1.2.0"
76
+ },
77
+ "dependencies": {
78
+ "react-quill": "^2.0.0"
79
+ }
80
+ }