@dexteel/mesf-core 3.2.3 → 3.2.5

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.esm.js CHANGED
@@ -3628,7 +3628,7 @@ var useTableData = function (_a) {
3628
3628
  ];
3629
3629
  var rows = state.users.map(function (_a) {
3630
3630
  var UserId = _a.UserId, UserName = _a.UserName, LastName = _a.LastName, FirstName = _a.FirstName, Profiles = _a.Profiles;
3631
- return ({ UserId: UserId, UserName: UserName, LastName: LastName, FirstName: FirstName, Profiles: Profiles.replaceAll("Profile", ""), id: UserId });
3631
+ return ({ UserId: UserId, UserName: UserName, LastName: LastName, FirstName: FirstName, Profiles: Profiles === null || Profiles === void 0 ? void 0 : Profiles.replaceAll("Profile", ""), id: UserId });
3632
3632
  });
3633
3633
  return { rows: rows, columns: columns };
3634
3634
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexteel/mesf-core",
3
- "version": "3.2.3",
3
+ "version": "3.2.5",
4
4
  "author": "Dexteel Team",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -94,7 +94,8 @@
94
94
  "@azure/msal-react": "^1.1.0",
95
95
  "@date-io/moment": "^2.15.0",
96
96
  "lodash-es": "^4.17.21",
97
- "tsc": "^2.0.3"
97
+ "tsc": "^2.0.3",
98
+ "string-to-color": "^2.2.2"
98
99
  },
99
100
  "repository": {
100
101
  "type": "git",