beca-ui 2.1.0-beta.83 → 2.1.0-beta.85

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/beca-ui.js CHANGED
@@ -99870,9 +99870,11 @@ const ait = 52, lit = 68, sit = (e) => {
99870
99870
  const $ = [...n].sort(
99871
99871
  (R, I) => (R.order ?? 0) - (I.order ?? 0)
99872
99872
  );
99873
- if (S != null && S.appMenu) {
99873
+ if (console.log("userThemeData", S), S != null && S.appMenu) {
99874
99874
  if (((T = S.appMenu.items) == null ? void 0 : T.length) > 0) {
99875
- const I = [...S.appMenu.items.map((P) => n.find((D) => D.id === P.id) ?? P)];
99875
+ const I = [...S.appMenu.items.map((P) => n.find(
99876
+ (D) => D.id === P.id || D.Id === P.Id
99877
+ ) ?? P)];
99876
99878
  n.forEach((P) => {
99877
99879
  I.some((k) => k.id === P.id) || I.push(P);
99878
99880
  }), m(I);
@@ -23,4 +23,5 @@ export interface ApplicationsCardItem {
23
23
  UserStatus: number;
24
24
  ApprovedTime: string;
25
25
  id: number;
26
+ Id?: number;
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.83",
3
+ "version": "2.1.0-beta.85",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {