bt-core-app 1.4.296 → 1.4.298

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.
@@ -33338,6 +33338,8 @@ function i1(e, t, n) {
33338
33338
  L.value = E != null;
33339
33339
  }), _e(() => e.refreshToggle, () => {
33340
33340
  Z({ deepRefresh: !0 });
33341
+ }), _e(() => e.itemID, () => {
33342
+ Z();
33341
33343
  }), pt(async () => {
33342
33344
  var E;
33343
33345
  e.eager == !0 && await Z({ deepRefresh: ((E = d == null ? void 0 : d.params) == null ? void 0 : E.refresh) == "true" });
@@ -33646,6 +33648,7 @@ const NL = /* @__PURE__ */ tt({
33646
33648
  he(C.$slots, "body", {
33647
33649
  bladeData: p,
33648
33650
  density: C.density,
33651
+ isChanged: D(c).isChanged.value,
33649
33652
  isEditing: D(c).isEditing.value,
33650
33653
  isMobile: x,
33651
33654
  item: D(c).asyncItem.value,
@@ -33661,6 +33664,7 @@ const NL = /* @__PURE__ */ tt({
33661
33664
  he(C.$slots, "notFound", {
33662
33665
  bladeData: p,
33663
33666
  density: C.density,
33667
+ isChanged: D(c).isChanged.value,
33664
33668
  isEditing: D(c).isEditing.value,
33665
33669
  isMobile: x,
33666
33670
  mode: D(c).mode.value,
@@ -33685,6 +33689,7 @@ const NL = /* @__PURE__ */ tt({
33685
33689
  he(C.$slots, "default", {
33686
33690
  bladeData: p,
33687
33691
  density: C.density,
33692
+ isChanged: D(c).isChanged.value,
33688
33693
  isEditing: D(c).isEditing.value,
33689
33694
  isMobile: x,
33690
33695
  item: D(c).asyncItem.value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.296",
3
+ "version": "1.4.298",
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": {