bt-core-app 1.4.225 → 1.4.226
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 +4 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -32387,7 +32387,8 @@ const eA = /* @__PURE__ */ je({
|
|
|
32387
32387
|
emits: ["change", "deleted", "input", "select", "confirm", "mouse-over-item"],
|
|
32388
32388
|
setup(e, { emit: t }) {
|
|
32389
32389
|
const n = t, a = Tr(), r = e, l = r.itemText ?? (r.nav != null ? a.findItemText(r.nav) : void 0) ?? void 0, i = qu(r, n);
|
|
32390
|
-
return (s, u) => (z(), se(ck, {
|
|
32390
|
+
return (s, u) => A(i).isLoading.value ? re("", !0) : (z(), se(ck, {
|
|
32391
|
+
key: 0,
|
|
32391
32392
|
"append-icon": s.canRefresh ? "$refresh" : void 0,
|
|
32392
32393
|
clearable: s.canSelectNone,
|
|
32393
32394
|
"onClick:appendIcon": u[0] || (u[0] = (d) => A(i).refresh({ deepRefresh: !0 })),
|
|
@@ -32395,6 +32396,7 @@ const eA = /* @__PURE__ */ je({
|
|
|
32395
32396
|
items: A(i).filteredItems.value,
|
|
32396
32397
|
"item-title": A(l),
|
|
32397
32398
|
"item-value": s.itemValue,
|
|
32399
|
+
loading: A(i).isLoading.value,
|
|
32398
32400
|
variant: s.fieldVariant
|
|
32399
32401
|
}, {
|
|
32400
32402
|
item: j((d) => [
|
|
@@ -32408,7 +32410,7 @@ const eA = /* @__PURE__ */ je({
|
|
|
32408
32410
|
])
|
|
32409
32411
|
]),
|
|
32410
32412
|
_: 3
|
|
32411
|
-
}, 8, ["append-icon", "clearable", "items", "item-title", "item-value", "variant"]));
|
|
32413
|
+
}, 8, ["append-icon", "clearable", "items", "item-title", "item-value", "loading", "variant"]));
|
|
32412
32414
|
}
|
|
32413
32415
|
}), _A = /* @__PURE__ */ je({
|
|
32414
32416
|
__name: "BT-Span",
|
package/package.json
CHANGED