bt-core-app 1.4.862 → 1.4.864
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 +7 -7
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -10805,7 +10805,7 @@ function mP(e) {
|
|
|
10805
10805
|
};
|
|
10806
10806
|
return (e == null ? void 0 : e.createSeparately) !== !0 && (nM = r), r;
|
|
10807
10807
|
}
|
|
10808
|
-
const hP = "ccc | d LLL", pP = "d LLL", gP = "d LLL yyyy", yP = "ccc", bP = "ccc dd LLL yyyy", wP = "ccc dd LLL @ hh:mm a", xP = "ccc dd LLL yyyy", kP = "ccc dd LLL yyyy hh:mm a", SP = "dd/MM,dd/MM
|
|
10808
|
+
const hP = "ccc | d LLL", pP = "d LLL", gP = "d LLL yyyy", yP = "ccc", bP = "ccc dd LLL yyyy", wP = "ccc dd LLL @ hh:mm a", xP = "ccc dd LLL yyyy", kP = "ccc dd LLL yyyy hh:mm a", SP = "dd/MM/yy,dd/MM", CP = "dd LLL yyyy", _P = "dd LLL yyyy hh:mm a", MP = "hh:mm a";
|
|
10809
10809
|
let om;
|
|
10810
10810
|
function Xs() {
|
|
10811
10811
|
return om ?? {
|
|
@@ -12650,7 +12650,7 @@ function $M(e, t, a) {
|
|
|
12650
12650
|
bladeGroup: e.bladeGroup,
|
|
12651
12651
|
bladeName: e.bladeName,
|
|
12652
12652
|
onUpdate: () => {
|
|
12653
|
-
|
|
12653
|
+
B({ deepRefresh: !1 });
|
|
12654
12654
|
},
|
|
12655
12655
|
bladeStartShowing: e.bladeStartShowing
|
|
12656
12656
|
}), h = T(() => {
|
|
@@ -24769,7 +24769,7 @@ const RF = ch("v-alert-title"), zF = ["success", "info", "warning", "error"], OF
|
|
|
24769
24769
|
{ width: i.value },
|
|
24770
24770
|
{ precision: 0.1, mass: 1, friction: 26, tension: 250 },
|
|
24771
24771
|
{ onRest() {
|
|
24772
|
-
|
|
24772
|
+
d.value = !1;
|
|
24773
24773
|
} }
|
|
24774
24774
|
), { xs: u } = Hi(), d = G(!1), v = G(null), f = G(null), { navBack: g } = U_();
|
|
24775
24775
|
function h() {
|
|
@@ -24785,7 +24785,7 @@ const RF = ch("v-alert-title"), zF = ["success", "info", "warning", "error"], OF
|
|
|
24785
24785
|
o.value || (v.value != null && (s = parseInt(window.getComputedStyle(v.value.$el).getPropertyValue("width"))), (l.value == "auto" || l.value == "percent" || l.value == "grow") && (c.width = s), d.value = !0, o.value = !0, c.width = 0);
|
|
24786
24786
|
},
|
|
24787
24787
|
onUpdate: () => {
|
|
24788
|
-
c.width == 0 && (typeof a.width == "number" ? c.width = a.width : s > 0 ? c.width = s : c.width = i.value != 0 ? i.value : 400, d.value = !0, o.value = !1
|
|
24788
|
+
c.width == 0 && (typeof a.width == "number" ? c.width = a.width : s > 0 ? c.width = s : c.width = i.value != 0 ? i.value : 400, d.value = !0, o.value = !1);
|
|
24789
24789
|
}
|
|
24790
24790
|
}), { editVariant: b, viewVariant: p } = NF();
|
|
24791
24791
|
Gt("isMobile", m.isMobile), Gt("editVariant", a.editVariant ?? b ?? "outlined"), Gt("viewVariant", a.viewVariant ?? p ?? "list-item");
|
|
@@ -42332,9 +42332,9 @@ const tU = /* @__PURE__ */ Pf(Jj, [["render", eU]]), aU = { class: "d-flex align
|
|
|
42332
42332
|
useRouteSrc: { type: Boolean },
|
|
42333
42333
|
variant: {}
|
|
42334
42334
|
},
|
|
42335
|
-
emits: ["update:modelValue", "change"],
|
|
42335
|
+
emits: ["update:modelValue", "change", "deleted", "fetched", "input", "select", "confirm", "mouse-over-item"],
|
|
42336
42336
|
setup(e, { emit: t }) {
|
|
42337
|
-
const a = t, n = e, l = G((n.alwaysOpen || n.isSelecting) ?? !1), r = Qe("size", () => G("small"), !0), i = Qe("isEditing", () => G(!1), !0), o = T(() => n.isEditing ?? i.value), s = uc(n,
|
|
42337
|
+
const a = t, n = e, l = G((n.alwaysOpen || n.isSelecting) ?? !1), r = Qe("size", () => G("small"), !0), i = Qe("isEditing", () => G(!1), !0), o = T(() => n.isEditing ?? i.value), s = uc(n, a, {
|
|
42338
42338
|
// useBladeSrc: false,
|
|
42339
42339
|
// useRouteSrc: false
|
|
42340
42340
|
}), c = Xs(), u = T(() => (k) => {
|
|
@@ -45036,7 +45036,7 @@ const kU = He({
|
|
|
45036
45036
|
r.value != null && (r.value.isSubmitButton ? a("onSubmit") : Va(r.value.url) || window.open(r.value.url, "_blank"));
|
|
45037
45037
|
}
|
|
45038
45038
|
return ke(() => n.field, (s) => {
|
|
45039
|
-
|
|
45039
|
+
r.value = s;
|
|
45040
45040
|
}), vt(() => {
|
|
45041
45041
|
r.value = n.field;
|
|
45042
45042
|
}), (s, c) => {
|
package/package.json
CHANGED