bt-core-app 1.4.872 → 1.4.873
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 +6 -10
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -11367,7 +11367,7 @@ function sh(e) {
|
|
|
11367
11367
|
function AP(e) {
|
|
11368
11368
|
return {
|
|
11369
11369
|
style: T(() => {
|
|
11370
|
-
var t = e.overflow
|
|
11370
|
+
var t = !!e.overflow;
|
|
11371
11371
|
return _s == null ? "" : t ? `height: calc(100vh - ${e.getUsedHeight(Xl == null ? void 0 : Xl.display, Xl == null ? void 0 : Xl.navigation)}px); overflow-y: auto;` : `height: calc(100vh - ${e.getUsedHeight(Xl == null ? void 0 : Xl.display, Xl == null ? void 0 : Xl.navigation)}px);`;
|
|
11372
11372
|
})
|
|
11373
11373
|
};
|
|
@@ -36621,9 +36621,7 @@ const xm = lt()({
|
|
|
36621
36621
|
set(g) {
|
|
36622
36622
|
n("update:modelValue", g), n("select", g);
|
|
36623
36623
|
}
|
|
36624
|
-
}), r = Qe("isEditing", () => G(!1), !0), i = T(() => a.isEditing ?? r.value), o = Qe("isMobile", () => G(!1), !0), s = Qe("viewVariant", "underlined"), c =
|
|
36625
|
-
s.value == "list-item" && (c.value = "underlined");
|
|
36626
|
-
const u = Qe("editVariant", "outlined"), d = T(() => a.isMobile ?? o.value ? !1 : a.lg), v = T(() => a.isMobile ?? o.value ? !1 : a.md), f = T(() => a.isMobile ?? o.value ? !1 : a.sm);
|
|
36624
|
+
}), r = Qe("isEditing", () => G(!1), !0), i = T(() => a.isEditing ?? r.value), o = Qe("isMobile", () => G(!1), !0), s = Qe("viewVariant", "underlined"), c = T(() => s.value == "list-item" ? "underlined" : s.value), u = Qe("editVariant", "outlined"), d = T(() => a.isMobile ?? o.value ? !1 : a.lg), v = T(() => a.isMobile ?? o.value ? !1 : a.md), f = T(() => a.isMobile ?? o.value ? !1 : a.sm);
|
|
36627
36625
|
return (g, h) => {
|
|
36628
36626
|
const m = gn("bt-select");
|
|
36629
36627
|
return N(), ue(Tt, {
|
|
@@ -36636,7 +36634,7 @@ const xm = lt()({
|
|
|
36636
36634
|
y(m, ye(g.$attrs, {
|
|
36637
36635
|
label: g.label,
|
|
36638
36636
|
readonly: !i.value,
|
|
36639
|
-
|
|
36637
|
+
variant: i.value ? _(u) : c.value,
|
|
36640
36638
|
modelValue: l.value,
|
|
36641
36639
|
"onUpdate:modelValue": h[0] || (h[0] = (b) => l.value = b)
|
|
36642
36640
|
}), {
|
|
@@ -36647,7 +36645,7 @@ const xm = lt()({
|
|
|
36647
36645
|
he(g.$slots, "selection", It(Ot(b)))
|
|
36648
36646
|
]),
|
|
36649
36647
|
_: 3
|
|
36650
|
-
}, 16, ["label", "readonly", "
|
|
36648
|
+
}, 16, ["label", "readonly", "variant", "modelValue"])
|
|
36651
36649
|
]),
|
|
36652
36650
|
_: 3
|
|
36653
36651
|
}, 8, ["lg", "md", "sm", "cols"]);
|
|
@@ -42711,7 +42709,6 @@ const eU = /* @__PURE__ */ Pf(Qj, [["render", Jj]]), tU = { class: "d-flex align
|
|
|
42711
42709
|
additionalUrl: {},
|
|
42712
42710
|
canRefresh: { type: Boolean },
|
|
42713
42711
|
canSelectNone: { type: Boolean },
|
|
42714
|
-
fieldVariant: {},
|
|
42715
42712
|
items: {},
|
|
42716
42713
|
itemText: {},
|
|
42717
42714
|
itemValue: {},
|
|
@@ -42808,8 +42805,7 @@ const eU = /* @__PURE__ */ Pf(Qj, [["render", Jj]]), tU = { class: "d-flex align
|
|
|
42808
42805
|
"item-value": s.itemValue,
|
|
42809
42806
|
loading: _(i).isLoading.value,
|
|
42810
42807
|
multiple: s.multiple,
|
|
42811
|
-
rules: o.value
|
|
42812
|
-
variant: s.fieldVariant
|
|
42808
|
+
rules: o.value
|
|
42813
42809
|
}, s.$attrs), {
|
|
42814
42810
|
item: O((u) => [
|
|
42815
42811
|
he(s.$slots, "item", It(Ot(u)), () => [
|
|
@@ -42822,7 +42818,7 @@ const eU = /* @__PURE__ */ Pf(Qj, [["render", Jj]]), tU = { class: "d-flex align
|
|
|
42822
42818
|
])
|
|
42823
42819
|
]),
|
|
42824
42820
|
_: 3
|
|
42825
|
-
}, 16, ["append-icon", "clearable", "hide-details", "items", "item-title", "item-value", "loading", "multiple", "rules"
|
|
42821
|
+
}, 16, ["append-icon", "clearable", "hide-details", "items", "item-title", "item-value", "loading", "multiple", "rules"]));
|
|
42826
42822
|
}
|
|
42827
42823
|
});
|
|
42828
42824
|
/*!
|
package/package.json
CHANGED