identity-admin-ui 1.1.0 → 1.3.0

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.
Files changed (32) hide show
  1. package/lib/cjs/index.js +130 -130
  2. package/lib/cjs/types/components/IdentitySnackAlert.d.ts +10 -0
  3. package/lib/cjs/types/context/AppConfigurationsContext.d.ts +15 -15
  4. package/lib/cjs/types/context/SnackAlertContext.d.ts +19 -0
  5. package/lib/cjs/types/helpers/CrudHelper/List/ListProps.d.ts +15 -14
  6. package/lib/cjs/types/helpers/FilterValues.d.ts +3 -0
  7. package/lib/cjs/types/helpers/SubmitUrlFilter.d.ts +1 -0
  8. package/lib/cjs/types/hooks/useAppConfigurations.d.ts +12 -0
  9. package/lib/cjs/types/hooks/useCredentials.d.ts +2 -0
  10. package/lib/cjs/types/hooks/usePaths.d.ts +8 -0
  11. package/lib/cjs/types/hooks/useResources.d.ts +5 -0
  12. package/lib/cjs/types/hooks/useSnackAlert.d.ts +6 -0
  13. package/lib/cjs/types/layout/dashboard/config-navigation.d.ts +4 -4
  14. package/lib/cjs/types/routes/AdminRouter.d.ts +10 -10
  15. package/lib/cjs/types/routes/paths.d.ts +5 -5
  16. package/lib/esm/index.js +130 -130
  17. package/lib/esm/types/components/IdentitySnackAlert.d.ts +10 -0
  18. package/lib/esm/types/context/AppConfigurationsContext.d.ts +15 -15
  19. package/lib/esm/types/context/SnackAlertContext.d.ts +19 -0
  20. package/lib/esm/types/helpers/CrudHelper/List/ListProps.d.ts +15 -14
  21. package/lib/esm/types/helpers/FilterValues.d.ts +3 -0
  22. package/lib/esm/types/helpers/SubmitUrlFilter.d.ts +1 -0
  23. package/lib/esm/types/hooks/useAppConfigurations.d.ts +12 -0
  24. package/lib/esm/types/hooks/useCredentials.d.ts +2 -0
  25. package/lib/esm/types/hooks/usePaths.d.ts +8 -0
  26. package/lib/esm/types/hooks/useResources.d.ts +5 -0
  27. package/lib/esm/types/hooks/useSnackAlert.d.ts +6 -0
  28. package/lib/esm/types/layout/dashboard/config-navigation.d.ts +4 -4
  29. package/lib/esm/types/routes/AdminRouter.d.ts +10 -10
  30. package/lib/esm/types/routes/paths.d.ts +5 -5
  31. package/lib/index.d.ts +422 -411
  32. package/package.json +78 -77
package/package.json CHANGED
@@ -1,77 +1,78 @@
1
- {
2
- "name": "identity-admin-ui",
3
- "version": "1.1.0",
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.3",
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.7",
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
- "nprogress": "^0.2.0",
50
- "numeral": "^2.0.6",
51
- "pluralize": "^8.0.0",
52
- "react": "^18.2.0",
53
- "react-beautiful-dnd": "^13.1.1",
54
- "react-dropzone": "^14.2.3",
55
- "react-helmet-async": "^1.3.0",
56
- "react-hook-form": "^7.45.4",
57
- "react-lazy-load-image-component": "^1.6.0",
58
- "react-router-dom": "^6.14.2",
59
- "rollup": "^3.27.0",
60
- "rollup-plugin-css-bundle": "^1.0.4",
61
- "rollup-plugin-dts": "^5.3.1",
62
- "rollup-plugin-peer-deps-external": "^2.2.4",
63
- "rollup-plugin-postcss": "^4.0.2",
64
- "rollup-plugin-postcss-modules": "^2.1.1",
65
- "rollup-plugin-preserve-directives": "^0.2.0",
66
- "rollup-plugin-terser": "^7.0.2",
67
- "simplebar-react": "^3.2.4",
68
- "stylis": "^4.3.0",
69
- "stylis-plugin-rtl": "^2.1.1",
70
- "tslib": "^2.6.1",
71
- "typescript": "^5.1.6",
72
- "yup": "^1.2.0"
73
- },
74
- "dependencies": {
75
- "react-quill": "^2.0.0"
76
- }
77
- }
1
+ {
2
+ "name": "identity-admin-ui",
3
+ "version": "1.3.0",
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
+ "nprogress": "^0.2.0",
50
+ "numeral": "^2.0.6",
51
+ "pluralize": "^8.0.0",
52
+ "react": "^18.2.0",
53
+ "react-beautiful-dnd": "^13.1.1",
54
+ "react-dropzone": "^14.2.3",
55
+ "react-helmet-async": "^1.3.0",
56
+ "react-hook-form": "^7.45.4",
57
+ "react-lazy-load-image-component": "^1.6.0",
58
+ "react-router-dom": "^6.14.2",
59
+ "rollup": "^3.27.0",
60
+ "rollup-plugin-css-bundle": "^1.0.4",
61
+ "rollup-plugin-dts": "^5.3.1",
62
+ "rollup-plugin-peer-deps-external": "^2.2.4",
63
+ "rollup-plugin-postcss": "^4.0.2",
64
+ "rollup-plugin-postcss-modules": "^2.1.1",
65
+ "rollup-plugin-preserve-directives": "^0.2.0",
66
+ "rollup-plugin-terser": "^7.0.2",
67
+ "simplebar-react": "^3.2.4",
68
+ "stylis": "^4.3.0",
69
+ "stylis-plugin-rtl": "^2.1.1",
70
+ "tslib": "^2.6.1",
71
+ "typescript": "^5.1.6",
72
+ "yup": "^1.2.0"
73
+ },
74
+ "dependencies": {
75
+ "notistack": "^3.0.1",
76
+ "react-quill": "^2.0.0"
77
+ }
78
+ }