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.
- package/dist/bt-core-app.js +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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
package/package.json
CHANGED