bt-core-app 1.4.816 → 1.4.818
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 +2 -3
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -23064,7 +23064,7 @@ const n7 = ch("v-alert-title"), l7 = ["success", "info", "warning", "error"], r7
|
|
|
23064
23064
|
return V ?? u.value;
|
|
23065
23065
|
}), S = T(() => (a.toolbarVariant ?? (a.variant == "inline" ? "inverted" : "default")) == "inverted" ? void 0 : "primary"), _ = U(!1), A = T(() => {
|
|
23066
23066
|
var V = "";
|
|
23067
|
-
return x.value ? V = "" : (a.bordered && !o.value || v.variant.value == "page") && (V = "ma-2"), a.bordered && !o.value && (V = `${V} border-thin pa-1`), a.bladeName != null && l.value == "grow" && (V = `${V} flex-grow-1`),
|
|
23067
|
+
return x.value ? V = "" : (a.bordered && !o.value || v.variant.value == "page") && (V = "ma-2"), a.bordered && !o.value && (V = `${V} border-thin pa-1`), a.bladeName != null && l.value == "grow" && (V = `${V} flex-grow-1`), V;
|
|
23068
23068
|
}), I = T(() => a.bladeName != null ? d.value ? `width: ${c.width}px;` : o.value ? "width: 0px;" : l.value == "grow" ? "" : l.value == "number" ? `width: ${c.width}px;` : l.value == "auto" ? "" : `width: calc(${a.width});` : "");
|
|
23069
23069
|
return Se(() => a.errorMsg, (V) => {
|
|
23070
23070
|
_.value = V != null;
|
|
@@ -23079,7 +23079,6 @@ const n7 = ch("v-alert-title"), l7 = ["success", "info", "warning", "error"], r7
|
|
|
23079
23079
|
"min-height": V.minHeight,
|
|
23080
23080
|
ref_key: "blade",
|
|
23081
23081
|
ref: m,
|
|
23082
|
-
rounded: V.bladeName && M(v).isMobile.value ? "2" : "0",
|
|
23083
23082
|
style: vt(I.value)
|
|
23084
23083
|
}, {
|
|
23085
23084
|
default: O(() => [
|
|
@@ -23215,7 +23214,7 @@ const n7 = ch("v-alert-title"), l7 = ["success", "info", "warning", "error"], r7
|
|
|
23215
23214
|
}, 8, ["modelValue"])
|
|
23216
23215
|
]),
|
|
23217
23216
|
_: 3
|
|
23218
|
-
}, 8, ["class", "color", "density", "flat", "min-height", "
|
|
23217
|
+
}, 8, ["class", "color", "density", "flat", "min-height", "style"])) : ee("", !0);
|
|
23219
23218
|
}
|
|
23220
23219
|
}), d7 = /* @__PURE__ */ Qe({
|
|
23221
23220
|
__name: "BT-Btn",
|
package/package.json
CHANGED