@sistent/mui-datatables 5.1.4 → 6.1.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.
- package/dist/index.js +29 -162
- package/dist/index.js.map +1 -1
- package/package.json +66 -65
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sistent/mui-datatables",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Datatables for React using Material-UI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/
|
|
26
|
+
"url": "git+https://github.com/layer5io/mui-datatables.git"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"material-ui",
|
|
@@ -33,96 +33,97 @@
|
|
|
33
33
|
"author": "Lee Calcote <leecalcote@gmail.com>",
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"bugs": {
|
|
36
|
-
"url": "https://github.com/
|
|
36
|
+
"url": "https://github.com/layer5io/mui-datatables/issues"
|
|
37
37
|
},
|
|
38
|
-
"homepage": "https://github.com/
|
|
38
|
+
"homepage": "https://github.com/layer5io/mui-datatables#readme",
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/core": "^7.
|
|
41
|
-
"@babel/plugin-external-helpers": "^7.
|
|
42
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
43
|
-
"@babel/plugin-proposal-
|
|
44
|
-
"@babel/plugin-
|
|
45
|
-
"@babel/plugin-
|
|
46
|
-
"@babel/
|
|
47
|
-
"@babel/
|
|
48
|
-
"@babel/
|
|
40
|
+
"@babel/core": "^7.29.0",
|
|
41
|
+
"@babel/plugin-external-helpers": "^7.27.1",
|
|
42
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
43
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
44
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
45
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
46
|
+
"@babel/plugin-transform-async-to-generator": "^7.28.6",
|
|
47
|
+
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
48
|
+
"@babel/preset-env": "^7.29.2",
|
|
49
|
+
"@babel/preset-react": "^7.28.5",
|
|
50
|
+
"@babel/register": "^7.28.6",
|
|
51
|
+
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
|
|
49
52
|
"@emotion/react": "^11.14.0",
|
|
50
53
|
"@emotion/styled": "^11.14.1",
|
|
51
|
-
"@lopatnov/rollup-plugin-uglify": "^
|
|
52
|
-
"@mui/icons-material": "^7.3.
|
|
53
|
-
"@mui/material": "^7.3.
|
|
54
|
-
"@rollup/plugin-babel": "
|
|
55
|
-
"@rollup/plugin-commonjs": "^
|
|
56
|
-
"@rollup/plugin-node-resolve": "^
|
|
57
|
-
"@rollup/plugin-replace": "^
|
|
58
|
-
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
|
|
54
|
+
"@lopatnov/rollup-plugin-uglify": "^4.1.3",
|
|
55
|
+
"@mui/icons-material": "^7.3.9",
|
|
56
|
+
"@mui/material": "^7.3.9",
|
|
57
|
+
"@rollup/plugin-babel": "7.0.0",
|
|
58
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
59
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
60
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
59
61
|
"babel-eslint": "^10.1.0",
|
|
60
|
-
"babel-loader": "^
|
|
61
|
-
"babel-plugin-istanbul": "^
|
|
62
|
+
"babel-loader": "^10.1.1",
|
|
63
|
+
"babel-plugin-istanbul": "^7.0.1",
|
|
62
64
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
63
|
-
"chai": "^
|
|
64
|
-
"core-js": "^3.
|
|
65
|
-
"coveralls": "^3.1.
|
|
66
|
-
"cross-env": "^
|
|
67
|
-
"css-loader": "^
|
|
65
|
+
"chai": "^6.2.2",
|
|
66
|
+
"core-js": "^3.49.0",
|
|
67
|
+
"coveralls": "^3.1.1",
|
|
68
|
+
"cross-env": "^10.1.0",
|
|
69
|
+
"css-loader": "^7.1.4",
|
|
68
70
|
"enzyme": "^3.11.0",
|
|
69
|
-
"eslint": "^
|
|
71
|
+
"eslint": "^10.1.0",
|
|
70
72
|
"eslint-loader": "^4.0.2",
|
|
71
73
|
"eslint-plugin-filenames": "^1.3.2",
|
|
72
|
-
"eslint-plugin-import": "^2.
|
|
73
|
-
"eslint-plugin-jsx-a11y": "^6.2
|
|
74
|
-
"eslint-plugin-react": "^7.
|
|
75
|
-
"eslint-plugin-react-hooks": "^
|
|
74
|
+
"eslint-plugin-import": "^2.32.0",
|
|
75
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
76
|
+
"eslint-plugin-react": "^7.37.5",
|
|
77
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
78
|
+
"html-webpack-plugin": "^5.6.6",
|
|
76
79
|
"ignore-styles": "^5.0.1",
|
|
77
|
-
"jsdom": "^
|
|
80
|
+
"jsdom": "^29.0.1",
|
|
78
81
|
"jsdom-global": "^3.0.2",
|
|
79
|
-
"mocha": "^7.
|
|
80
|
-
"next": "^
|
|
81
|
-
"nyc": "^
|
|
82
|
-
"prettier": "^
|
|
83
|
-
"prismjs": "^1.
|
|
84
|
-
"raw-loader": "^4.0.
|
|
85
|
-
"react": "^18.
|
|
86
|
-
"react-dnd-test-backend": "^
|
|
87
|
-
"react-dnd-test-utils": "^
|
|
88
|
-
"react-dom": "^18.
|
|
89
|
-
"react-router-dom": "^
|
|
90
|
-
"react-waypoint": "^10.
|
|
91
|
-
"
|
|
82
|
+
"mocha": "^11.7.5",
|
|
83
|
+
"next": "^16.2.1",
|
|
84
|
+
"nyc": "^18.0.0",
|
|
85
|
+
"prettier": "^3.8.1",
|
|
86
|
+
"prismjs": "^1.30.0",
|
|
87
|
+
"raw-loader": "^4.0.2",
|
|
88
|
+
"react": "^18.3.1",
|
|
89
|
+
"react-dnd-test-backend": "^16.0.1",
|
|
90
|
+
"react-dnd-test-utils": "^16.0.1",
|
|
91
|
+
"react-dom": "^18.3.1",
|
|
92
|
+
"react-router-dom": "^7.13.2",
|
|
93
|
+
"react-waypoint": "^10.3.0",
|
|
94
|
+
"regenerator-runtime": "^0.14.1",
|
|
95
|
+
"rollup": "^4.60.0",
|
|
92
96
|
"rollup-pluginutils": "^2.8.2",
|
|
93
97
|
"simulant": "^0.2.2",
|
|
94
|
-
"sinon": "^
|
|
95
|
-
"style-loader": "^
|
|
96
|
-
"webpack": "^
|
|
97
|
-
"webpack-cli": "^
|
|
98
|
-
"webpack-dev-server": "^
|
|
98
|
+
"sinon": "^21.0.3",
|
|
99
|
+
"style-loader": "^4.0.0",
|
|
100
|
+
"webpack": "^5.105.4",
|
|
101
|
+
"webpack-cli": "^7.0.2",
|
|
102
|
+
"webpack-dev-server": "^5.2.3"
|
|
99
103
|
},
|
|
100
104
|
"peerDependencies": {
|
|
101
105
|
"@emotion/react": "^11.14.0",
|
|
102
106
|
"@mui/icons-material": "^7.3.7",
|
|
103
107
|
"@mui/material": "^7.3.7",
|
|
104
|
-
"react": "^
|
|
105
|
-
"react-dom": "^
|
|
108
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
109
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
106
110
|
},
|
|
107
111
|
"dependencies": {
|
|
108
|
-
"@babel/runtime-corejs3": "^7.
|
|
109
|
-
"@emotion/cache": "^11.
|
|
110
|
-
"
|
|
111
|
-
"clsx": "^1.1.1",
|
|
112
|
+
"@babel/runtime-corejs3": "^7.29.2",
|
|
113
|
+
"@emotion/cache": "^11.14.0",
|
|
114
|
+
"clsx": "^2.1.1",
|
|
112
115
|
"lodash.assignwith": "^4.2.0",
|
|
113
116
|
"lodash.clonedeep": "^4.5.0",
|
|
114
117
|
"lodash.debounce": "^4.0.8",
|
|
115
118
|
"lodash.find": "^4.6.0",
|
|
116
|
-
"lodash.get": "^4.4.2",
|
|
117
|
-
"lodash.isequal": "^4.5.0",
|
|
118
119
|
"lodash.isundefined": "^3.0.1",
|
|
119
120
|
"lodash.memoize": "^4.1.2",
|
|
120
121
|
"lodash.merge": "^4.6.2",
|
|
121
|
-
"prop-types": "^15.
|
|
122
|
-
"react-dnd": "^
|
|
123
|
-
"react-dnd-html5-backend": "^
|
|
124
|
-
"react-
|
|
125
|
-
"react
|
|
122
|
+
"prop-types": "^15.8.1",
|
|
123
|
+
"react-dnd": "^16.0.1",
|
|
124
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
125
|
+
"react-to-print": "^3.3.0",
|
|
126
|
+
"tss-react": "^4.9.20"
|
|
126
127
|
},
|
|
127
128
|
"overrides": {
|
|
128
129
|
"cheerio": "1.0.0-rc.12"
|