bt-core-app 1.4.417 → 1.4.419

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.
@@ -59,7 +59,7 @@ function gh(e) {
59
59
  }
60
60
  }
61
61
  return qu(t, (h) => {
62
- n.value = h.length > 0 ? h[0].msg : void 0, console.log(n.value);
62
+ n.value = h.length > 0 ? h[0].msg : void 0;
63
63
  }, { deep: !0 }), {
64
64
  actionErrorMsg: a,
65
65
  actionLoadingMsg: n,
@@ -35685,7 +35685,8 @@ const xI = /* @__PURE__ */ Je({
35685
35685
  style: $t(c.truncate == !0 ? "display: inline-block;" : "")
35686
35686
  }, [
35687
35687
  me(c.$slots, "prepend", {
35688
- item: D(r).asyncItem.value
35688
+ item: D(r).asyncItem.value,
35689
+ refresh: D(r).refresh
35689
35690
  }, () => [
35690
35691
  He(Be(c.prefix), 1)
35691
35692
  ]),
@@ -35693,19 +35694,22 @@ const xI = /* @__PURE__ */ Je({
35693
35694
  isChanged: D(r).isChanged,
35694
35695
  item: D(r).asyncItem.value,
35695
35696
  deleteItem: D(r).deleteItem,
35697
+ refresh: D(r).refresh,
35696
35698
  save: () => D(r).saveItem(D(r).asyncItem.value)
35697
35699
  }, () => [
35698
35700
  He(Be(s.value), 1)
35699
35701
  ]),
35700
35702
  me(c.$slots, "append", {
35701
- item: D(r).asyncItem.value
35703
+ item: D(r).asyncItem.value,
35704
+ refresh: D(r).refresh
35702
35705
  })
35703
35706
  ], 6)) : ($(), ie("div", {
35704
35707
  key: "2",
35705
35708
  class: Qe(c.inline ? "d-inline" : "")
35706
35709
  }, [
35707
35710
  me(c.$slots, "alternate", {
35708
- item: D(r).asyncItem.value
35711
+ item: D(r).asyncItem.value,
35712
+ refresh: D(r).refresh
35709
35713
  }, () => [
35710
35714
  Oe("span", WI, Be(c.alternateText), 1)
35711
35715
  ])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.417",
3
+ "version": "1.4.419",
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": {