bt-core-app 1.4.480 → 1.4.482

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.
@@ -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": ""
@@ -39585,6 +39586,7 @@ const IE = /* @__PURE__ */ qs(AE, [["render", LE]]), EE = /* @__PURE__ */ Ke({
39585
39586
  "item-title": M(r),
39586
39587
  "item-value": o.itemValue,
39587
39588
  loading: M(i).isLoading.value,
39589
+ multiple: o.multiple,
39588
39590
  variant: o.fieldVariant
39589
39591
  }, o.$attrs), {
39590
39592
  item: N((c) => [
@@ -39598,7 +39600,7 @@ const IE = /* @__PURE__ */ qs(AE, [["render", LE]]), EE = /* @__PURE__ */ Ke({
39598
39600
  ])
39599
39601
  ]),
39600
39602
  _: 3
39601
- }, 16, ["append-icon", "clearable", "items", "item-title", "item-value", "loading", "variant"]));
39603
+ }, 16, ["append-icon", "clearable", "items", "item-title", "item-value", "loading", "multiple", "variant"]));
39602
39604
  }
39603
39605
  });
39604
39606
  /*!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.480",
3
+ "version": "1.4.482",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {