bt-core-app 1.4.221 → 1.4.222
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 +5 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -29780,7 +29780,7 @@ function yD(e) {
|
|
|
29780
29780
|
"archive-outline": bM,
|
|
29781
29781
|
"arrow-left": wM,
|
|
29782
29782
|
check: pM,
|
|
29783
|
-
|
|
29783
|
+
"chevron-up": SM,
|
|
29784
29784
|
close: kM,
|
|
29785
29785
|
cog: CM,
|
|
29786
29786
|
"content-save": xM,
|
|
@@ -32065,7 +32065,10 @@ const eA = /* @__PURE__ */ je({
|
|
|
32065
32065
|
T != null && a.itemValue != null && (x = T[a.itemValue]), n("update:modelValue", x), n("change", x);
|
|
32066
32066
|
}
|
|
32067
32067
|
}
|
|
32068
|
-
const y = C(() =>
|
|
32068
|
+
const y = C(() => {
|
|
32069
|
+
const T = a.itemValue ?? "id";
|
|
32070
|
+
return a.modelValue != null ? u.asyncItems.value.find((x) => x[T] == a.modelValue) : null;
|
|
32071
|
+
}), g = Be("isMobile", () => Y(!1), !0), p = C(() => a.isMobile ?? g.value ? !1 : a.lg), M = C(() => a.isMobile ?? g.value ? !1 : a.md), S = C(() => a.isMobile ?? g.value ? !1 : a.sm);
|
|
32069
32072
|
return (T, x) => (z(), se(nn, {
|
|
32070
32073
|
class: tt(T.colClass),
|
|
32071
32074
|
lg: p.value,
|
package/package.json
CHANGED