@etsoo/materialui 1.6.50 → 1.6.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/cjs/index.d.ts +1 -0
- package/lib/cjs/index.js +7 -1
- package/lib/mjs/index.d.ts +1 -0
- package/lib/mjs/index.js +2 -0
- package/package.json +13 -13
- package/src/index.ts +10 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -135,3 +135,4 @@ export * from "./UserAvatar";
|
|
|
135
135
|
export * from "./UserAvatarEditor";
|
|
136
136
|
export * from "./ViewContainer";
|
|
137
137
|
export { default as AccountTreeIcon } from "@mui/icons-material/AccountTree";
|
|
138
|
+
export { DataGrid, Toolbar, ToolbarButton, useGridSelector, type GridColDef, type GridSlots } from "@mui/x-data-grid";
|
package/lib/cjs/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
17
17
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.AccountTreeIcon = void 0;
|
|
20
|
+
exports.useGridSelector = exports.ToolbarButton = exports.Toolbar = exports.DataGrid = exports.AccountTreeIcon = void 0;
|
|
21
21
|
__exportStar(require("./app/CommonApp"), exports);
|
|
22
22
|
__exportStar(require("./app/IServiceApp"), exports);
|
|
23
23
|
__exportStar(require("./app/IServiceAppSettings"), exports);
|
|
@@ -157,3 +157,9 @@ __exportStar(require("./ViewContainer"), exports);
|
|
|
157
157
|
// Icons
|
|
158
158
|
var AccountTree_1 = require("@mui/icons-material/AccountTree");
|
|
159
159
|
Object.defineProperty(exports, "AccountTreeIcon", { enumerable: true, get: function () { return __importDefault(AccountTree_1).default; } });
|
|
160
|
+
// Datagrid
|
|
161
|
+
var x_data_grid_1 = require("@mui/x-data-grid");
|
|
162
|
+
Object.defineProperty(exports, "DataGrid", { enumerable: true, get: function () { return x_data_grid_1.DataGrid; } });
|
|
163
|
+
Object.defineProperty(exports, "Toolbar", { enumerable: true, get: function () { return x_data_grid_1.Toolbar; } });
|
|
164
|
+
Object.defineProperty(exports, "ToolbarButton", { enumerable: true, get: function () { return x_data_grid_1.ToolbarButton; } });
|
|
165
|
+
Object.defineProperty(exports, "useGridSelector", { enumerable: true, get: function () { return x_data_grid_1.useGridSelector; } });
|
package/lib/mjs/index.d.ts
CHANGED
|
@@ -135,3 +135,4 @@ export * from "./UserAvatar";
|
|
|
135
135
|
export * from "./UserAvatarEditor";
|
|
136
136
|
export * from "./ViewContainer";
|
|
137
137
|
export { default as AccountTreeIcon } from "@mui/icons-material/AccountTree";
|
|
138
|
+
export { DataGrid, Toolbar, ToolbarButton, useGridSelector, type GridColDef, type GridSlots } from "@mui/x-data-grid";
|
package/lib/mjs/index.js
CHANGED
|
@@ -136,3 +136,5 @@ export * from "./UserAvatarEditor";
|
|
|
136
136
|
export * from "./ViewContainer";
|
|
137
137
|
// Icons
|
|
138
138
|
export { default as AccountTreeIcon } from "@mui/icons-material/AccountTree";
|
|
139
|
+
// Datagrid
|
|
140
|
+
export { DataGrid, Toolbar, ToolbarButton, useGridSelector } from "@mui/x-data-grid";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/materialui",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.52",
|
|
4
4
|
"description": "TypeScript Material-UI Implementation",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/mjs/index.js",
|
|
@@ -40,23 +40,23 @@
|
|
|
40
40
|
"@dnd-kit/react": "^0.4.0",
|
|
41
41
|
"@emotion/react": "^11.14.0",
|
|
42
42
|
"@emotion/styled": "^11.14.1",
|
|
43
|
-
"@etsoo/appscript": "^1.6.
|
|
44
|
-
"@etsoo/notificationbase": "^1.1.
|
|
45
|
-
"@etsoo/react": "^1.8.
|
|
46
|
-
"@etsoo/shared": "^1.2.
|
|
47
|
-
"@mui/icons-material": "^9.0.
|
|
48
|
-
"@mui/material": "^9.0.
|
|
49
|
-
"@mui/x-data-grid": "^9.0
|
|
43
|
+
"@etsoo/appscript": "^1.6.63",
|
|
44
|
+
"@etsoo/notificationbase": "^1.1.71",
|
|
45
|
+
"@etsoo/react": "^1.8.88",
|
|
46
|
+
"@etsoo/shared": "^1.2.84",
|
|
47
|
+
"@mui/icons-material": "^9.0.1",
|
|
48
|
+
"@mui/material": "^9.0.1",
|
|
49
|
+
"@mui/x-data-grid": "^9.1.0",
|
|
50
50
|
"chart.js": "^4.5.1",
|
|
51
51
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
52
|
-
"dompurify": "^3.4.
|
|
52
|
+
"dompurify": "^3.4.2",
|
|
53
53
|
"eventemitter3": "^5.0.4",
|
|
54
54
|
"pica": "^9.0.1",
|
|
55
55
|
"pulltorefreshjs": "^0.1.22",
|
|
56
|
-
"react": "^19.2.
|
|
56
|
+
"react": "^19.2.6",
|
|
57
57
|
"react-avatar-editor": "^15.1.0",
|
|
58
58
|
"react-chartjs-2": "^5.3.1",
|
|
59
|
-
"react-dom": "^19.2.
|
|
59
|
+
"react-dom": "^19.2.6",
|
|
60
60
|
"react-draggable": "^4.5.0",
|
|
61
61
|
"react-imask": "7.6.1"
|
|
62
62
|
},
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@babel/core": "^7.29.0",
|
|
69
69
|
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
70
|
-
"@babel/preset-env": "^7.29.
|
|
70
|
+
"@babel/preset-env": "^7.29.5",
|
|
71
71
|
"@babel/preset-react": "^7.28.5",
|
|
72
72
|
"@babel/preset-typescript": "^7.28.5",
|
|
73
73
|
"@babel/runtime-corejs3": "^7.29.2",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@types/react-dom": "^19.2.3",
|
|
81
81
|
"@types/react-input-mask": "^3.0.6",
|
|
82
82
|
"@vitejs/plugin-react": "^6.0.1",
|
|
83
|
-
"jsdom": "^29.
|
|
83
|
+
"jsdom": "^29.1.1",
|
|
84
84
|
"typescript": "^6.0.3",
|
|
85
85
|
"vitest": "^4.1.5"
|
|
86
86
|
}
|
package/src/index.ts
CHANGED
|
@@ -143,3 +143,13 @@ export * from "./ViewContainer";
|
|
|
143
143
|
|
|
144
144
|
// Icons
|
|
145
145
|
export { default as AccountTreeIcon } from "@mui/icons-material/AccountTree";
|
|
146
|
+
|
|
147
|
+
// Datagrid
|
|
148
|
+
export {
|
|
149
|
+
DataGrid,
|
|
150
|
+
Toolbar,
|
|
151
|
+
ToolbarButton,
|
|
152
|
+
useGridSelector,
|
|
153
|
+
type GridColDef,
|
|
154
|
+
type GridSlots
|
|
155
|
+
} from "@mui/x-data-grid";
|