bt-core-app 1.4.227 → 1.4.229
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
|
@@ -30948,11 +30948,12 @@ const gA = /* @__PURE__ */ Ke({
|
|
|
30948
30948
|
"min-height": T.minHeight,
|
|
30949
30949
|
ref_key: "blade",
|
|
30950
30950
|
ref: u,
|
|
30951
|
-
rounded: "2",
|
|
30951
|
+
rounded: A(f).variant.value == "blade" ? "2" : "0",
|
|
30952
30952
|
style: Jt(x.value)
|
|
30953
30953
|
}, {
|
|
30954
30954
|
default: Z(() => [
|
|
30955
30955
|
g.value ? re("", !0) : (z(), se(Oo, {
|
|
30956
|
+
color: "primary",
|
|
30956
30957
|
density: T.density,
|
|
30957
30958
|
key: "1",
|
|
30958
30959
|
ref_key: "handle",
|
|
@@ -31015,7 +31016,9 @@ const gA = /* @__PURE__ */ Ke({
|
|
|
31015
31016
|
_: 3
|
|
31016
31017
|
}, 8, ["density"])),
|
|
31017
31018
|
y.value ? re("", !0) : (z(), se(Oo, {
|
|
31019
|
+
color: "primary",
|
|
31018
31020
|
density: T.density,
|
|
31021
|
+
tile: "",
|
|
31019
31022
|
key: "2"
|
|
31020
31023
|
}, {
|
|
31021
31024
|
default: Z(() => [
|
|
@@ -31087,7 +31090,7 @@ const gA = /* @__PURE__ */ Ke({
|
|
|
31087
31090
|
}, 8, ["modelValue"])
|
|
31088
31091
|
]),
|
|
31089
31092
|
_: 3
|
|
31090
|
-
}, 8, ["class", "color", "density", "flat", "min-height", "style"])
|
|
31093
|
+
}, 8, ["class", "color", "density", "flat", "min-height", "rounded", "style"])
|
|
31091
31094
|
]),
|
|
31092
31095
|
_: 3
|
|
31093
31096
|
}));
|
package/package.json
CHANGED