bt-core-app 1.4.481 → 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.
@@ -39586,6 +39586,7 @@ const IE = /* @__PURE__ */ qs(AE, [["render", LE]]), EE = /* @__PURE__ */ Ke({
39586
39586
  "item-title": M(r),
39587
39587
  "item-value": o.itemValue,
39588
39588
  loading: M(i).isLoading.value,
39589
+ multiple: o.multiple,
39589
39590
  variant: o.fieldVariant
39590
39591
  }, o.$attrs), {
39591
39592
  item: N((c) => [
@@ -39599,7 +39600,7 @@ const IE = /* @__PURE__ */ qs(AE, [["render", LE]]), EE = /* @__PURE__ */ Ke({
39599
39600
  ])
39600
39601
  ]),
39601
39602
  _: 3
39602
- }, 16, ["append-icon", "clearable", "items", "item-title", "item-value", "loading", "variant"]));
39603
+ }, 16, ["append-icon", "clearable", "items", "item-title", "item-value", "loading", "multiple", "variant"]));
39603
39604
  }
39604
39605
  });
39605
39606
  /*!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.481",
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": {