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.
- package/dist/bt-core-app.js +2 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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