@etsoo/materialui 1.4.76 → 1.4.78

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.
@@ -134,7 +134,7 @@ export declare class ReactApp<S extends IAppSettings, D extends IUser> extends C
134
134
  */
135
135
  getDateFormatProps(): {
136
136
  culture: string;
137
- timeZone: string | undefined;
137
+ timeZone: string;
138
138
  };
139
139
  /**
140
140
  * Get money format props
@@ -134,7 +134,7 @@ export declare class ReactApp<S extends IAppSettings, D extends IUser> extends C
134
134
  */
135
135
  getDateFormatProps(): {
136
136
  culture: string;
137
- timeZone: string | undefined;
137
+ timeZone: string;
138
138
  };
139
139
  /**
140
140
  * Get money format props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.4.76",
3
+ "version": "1.4.78",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -40,13 +40,13 @@
40
40
  "@dnd-kit/sortable": "^10.0.0",
41
41
  "@emotion/react": "^11.14.0",
42
42
  "@emotion/styled": "^11.14.0",
43
- "@etsoo/appscript": "^1.5.95",
44
- "@etsoo/notificationbase": "^1.1.57",
45
- "@etsoo/react": "^1.8.26",
46
- "@etsoo/shared": "^1.2.59",
47
- "@mui/icons-material": "^6.3.1",
48
- "@mui/material": "^6.3.1",
49
- "@mui/x-data-grid": "^7.24.1",
43
+ "@etsoo/appscript": "^1.5.98",
44
+ "@etsoo/notificationbase": "^1.1.58",
45
+ "@etsoo/react": "^1.8.28",
46
+ "@etsoo/shared": "^1.2.60",
47
+ "@mui/icons-material": "^6.4.3",
48
+ "@mui/material": "^6.4.3",
49
+ "@mui/x-data-grid": "^7.26.0",
50
50
  "chart.js": "^4.4.7",
51
51
  "chartjs-plugin-datalabels": "^2.2.0",
52
52
  "eventemitter3": "^5.0.1",
@@ -66,9 +66,9 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@babel/cli": "^7.26.4",
69
- "@babel/core": "^7.26.7",
70
- "@babel/plugin-transform-runtime": "^7.25.9",
71
- "@babel/preset-env": "^7.26.7",
69
+ "@babel/core": "^7.26.8",
70
+ "@babel/plugin-transform-runtime": "^7.26.8",
71
+ "@babel/preset-env": "^7.26.8",
72
72
  "@babel/preset-react": "^7.26.3",
73
73
  "@babel/preset-typescript": "^7.26.0",
74
74
  "@babel/runtime-corejs3": "^7.26.7",
@@ -83,6 +83,6 @@
83
83
  "@vitejs/plugin-react": "^4.3.4",
84
84
  "jsdom": "^26.0.0",
85
85
  "typescript": "^5.7.3",
86
- "vitest": "^3.0.4"
86
+ "vitest": "^3.0.5"
87
87
  }
88
88
  }