bt-core-app 1.4.483 → 1.4.485

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.
@@ -39253,7 +39253,7 @@ const IE = /* @__PURE__ */ qs(AE, [["render", LE]]), EE = /* @__PURE__ */ Ke({
39253
39253
  }
39254
39254
  const g = T(() => {
39255
39255
  const x = a.itemValue ?? "id";
39256
- return a.modelValue != null ? s.asyncItems.value.find((S) => S[x] == a.modelValue) : null;
39256
+ return a.modelValue != null && s.asyncItems.value != null ? s.asyncItems.value.find((S) => S[x] == a.modelValue) : null;
39257
39257
  }), y = Ue("isMobile", () => O(!1), !0), d = T(() => a.isMobile ?? y.value ? !1 : a.lg), k = T(() => a.isMobile ?? y.value ? !1 : a.md), C = T(() => a.isMobile ?? y.value ? !1 : a.sm);
39258
39258
  return (x, S) => ($(), ee(rt, {
39259
39259
  class: Xe(x.colClass),
package/dist/index.d.ts CHANGED
@@ -1033,7 +1033,7 @@ export declare interface MenuGroup {
1033
1033
  sortNumber?: number;
1034
1034
  subscriptions?: string[];
1035
1035
  subFilters?: string[] | 'All';
1036
- routeName?: string;
1036
+ routeName?: any;
1037
1037
  }
1038
1038
 
1039
1039
  export declare const monthOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.483",
3
+ "version": "1.4.485",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {