@etsoo/materialui 1.2.50 → 1.2.52
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/lib/MUGlobal.js +1 -2
- package/package.json +19 -19
package/lib/MUGlobal.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
|
|
|
3
3
|
/**
|
|
4
4
|
* MUGlobal for global configurations
|
|
5
5
|
*/
|
|
6
|
-
class MUGlobal {
|
|
6
|
+
export class MUGlobal {
|
|
7
7
|
/**
|
|
8
8
|
* Get menu item props
|
|
9
9
|
* @param path Current path
|
|
@@ -182,4 +182,3 @@ MUGlobal.pagePaddings = { xs: 2, sm: 3 };
|
|
|
182
182
|
* Break points defined
|
|
183
183
|
*/
|
|
184
184
|
MUGlobal.breakpoints = ['xs', 'sm', 'md', 'lg', 'xl'];
|
|
185
|
-
export { MUGlobal };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/materialui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.52",
|
|
4
4
|
"description": "TypeScript Material-UI Implementation",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"@dnd-kit/core": "^6.0.8",
|
|
49
49
|
"@dnd-kit/sortable": "^7.0.2",
|
|
50
50
|
"@emotion/css": "^11.11.0",
|
|
51
|
-
"@emotion/react": "^11.11.
|
|
51
|
+
"@emotion/react": "^11.11.1",
|
|
52
52
|
"@emotion/styled": "^11.11.0",
|
|
53
|
-
"@etsoo/appscript": "^1.4.
|
|
53
|
+
"@etsoo/appscript": "^1.4.15",
|
|
54
54
|
"@etsoo/notificationbase": "^1.1.25",
|
|
55
|
-
"@etsoo/react": "^1.6.
|
|
55
|
+
"@etsoo/react": "^1.6.90",
|
|
56
56
|
"@etsoo/shared": "^1.2.5",
|
|
57
57
|
"@mui/icons-material": "^5.11.16",
|
|
58
|
-
"@mui/material": "^5.13.
|
|
59
|
-
"@mui/x-data-grid": "^6.
|
|
58
|
+
"@mui/material": "^5.13.4",
|
|
59
|
+
"@mui/x-data-grid": "^6.7.0",
|
|
60
60
|
"@types/pica": "^9.0.1",
|
|
61
61
|
"@types/pulltorefreshjs": "^0.1.5",
|
|
62
|
-
"@types/react": "^18.2.
|
|
62
|
+
"@types/react": "^18.2.9",
|
|
63
63
|
"@types/react-avatar-editor": "^13.0.0",
|
|
64
64
|
"@types/react-dom": "^18.2.4",
|
|
65
65
|
"@types/react-input-mask": "^3.0.2",
|
|
@@ -72,23 +72,23 @@
|
|
|
72
72
|
"react-chartjs-2": "^5.2.0",
|
|
73
73
|
"react-dom": "^18.2.0",
|
|
74
74
|
"react-draggable": "^4.4.5",
|
|
75
|
-
"react-imask": "^6.6.
|
|
75
|
+
"react-imask": "^6.6.3"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@babel/cli": "^7.
|
|
79
|
-
"@babel/core": "^7.
|
|
80
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
81
|
-
"@babel/preset-env": "^7.
|
|
82
|
-
"@babel/preset-react": "^7.
|
|
83
|
-
"@babel/preset-typescript": "^7.
|
|
84
|
-
"@babel/runtime-corejs3": "^7.
|
|
78
|
+
"@babel/cli": "^7.22.5",
|
|
79
|
+
"@babel/core": "^7.22.5",
|
|
80
|
+
"@babel/plugin-transform-runtime": "^7.22.5",
|
|
81
|
+
"@babel/preset-env": "^7.22.5",
|
|
82
|
+
"@babel/preset-react": "^7.22.5",
|
|
83
|
+
"@babel/preset-typescript": "^7.22.5",
|
|
84
|
+
"@babel/runtime-corejs3": "^7.22.5",
|
|
85
85
|
"@testing-library/jest-dom": "^5.16.5",
|
|
86
86
|
"@testing-library/react": "^14.0.0",
|
|
87
|
-
"@types/jest": "^29.5.
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
89
|
-
"@typescript-eslint/parser": "^5.59.
|
|
87
|
+
"@types/jest": "^29.5.2",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
89
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
90
90
|
"jest": "^29.5.0",
|
|
91
91
|
"jest-environment-jsdom": "^29.5.0",
|
|
92
|
-
"typescript": "^5.
|
|
92
|
+
"typescript": "^5.1.3"
|
|
93
93
|
}
|
|
94
94
|
}
|