bt-core-app 1.4.480 → 1.4.481
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 -4
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -34480,6 +34480,7 @@ const TI = /* @__PURE__ */ Ke({
|
|
|
34480
34480
|
noMargins: { type: Boolean },
|
|
34481
34481
|
preset: {},
|
|
34482
34482
|
size: { default: "small" },
|
|
34483
|
+
toolbarVariant: {},
|
|
34483
34484
|
transparent: { type: Boolean },
|
|
34484
34485
|
variant: { default: "page" },
|
|
34485
34486
|
width: {},
|
|
@@ -34527,7 +34528,7 @@ const TI = /* @__PURE__ */ Ke({
|
|
|
34527
34528
|
default: N(() => [
|
|
34528
34529
|
y.value ? Q("", !0) : ($(), ee(cs, {
|
|
34529
34530
|
key: 0,
|
|
34530
|
-
color: "primary",
|
|
34531
|
+
color: S.toolbarVariant == "inverted" ? void 0 : "primary",
|
|
34531
34532
|
density: S.density,
|
|
34532
34533
|
ref_key: "handle",
|
|
34533
34534
|
ref: c
|
|
@@ -34588,10 +34589,10 @@ const TI = /* @__PURE__ */ Ke({
|
|
|
34588
34589
|
}, 8, ["density"]))
|
|
34589
34590
|
]),
|
|
34590
34591
|
_: 3
|
|
34591
|
-
}, 8, ["density"])),
|
|
34592
|
+
}, 8, ["color", "density"])),
|
|
34592
34593
|
g.value ? Q("", !0) : ($(), ee(cs, {
|
|
34593
34594
|
key: 1,
|
|
34594
|
-
color: "primary",
|
|
34595
|
+
color: S.toolbarVariant == "inverted" ? void 0 : "primary",
|
|
34595
34596
|
density: S.density,
|
|
34596
34597
|
tile: ""
|
|
34597
34598
|
}, {
|
|
@@ -34599,7 +34600,7 @@ const TI = /* @__PURE__ */ Ke({
|
|
|
34599
34600
|
ge(S.$slots, "subtoolbar")
|
|
34600
34601
|
]),
|
|
34601
34602
|
_: 3
|
|
34602
|
-
}, 8, ["density"])),
|
|
34603
|
+
}, 8, ["color", "density"])),
|
|
34603
34604
|
!S.hideToolbar && (M(f).variant.value == "inline" || M(f).variant.value == "dialog") ? ($(), ee($n, {
|
|
34604
34605
|
key: 2,
|
|
34605
34606
|
"no-gutters": ""
|
package/package.json
CHANGED