bt-core-app 1.4.297 → 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.
@@ -33648,6 +33648,7 @@ const NL = /* @__PURE__ */ tt({
33648
33648
  he(C.$slots, "body", {
33649
33649
  bladeData: p,
33650
33650
  density: C.density,
33651
+ isChanged: D(c).isChanged.value,
33651
33652
  isEditing: D(c).isEditing.value,
33652
33653
  isMobile: x,
33653
33654
  item: D(c).asyncItem.value,
@@ -33663,6 +33664,7 @@ const NL = /* @__PURE__ */ tt({
33663
33664
  he(C.$slots, "notFound", {
33664
33665
  bladeData: p,
33665
33666
  density: C.density,
33667
+ isChanged: D(c).isChanged.value,
33666
33668
  isEditing: D(c).isEditing.value,
33667
33669
  isMobile: x,
33668
33670
  mode: D(c).mode.value,
@@ -33687,6 +33689,7 @@ const NL = /* @__PURE__ */ tt({
33687
33689
  he(C.$slots, "default", {
33688
33690
  bladeData: p,
33689
33691
  density: C.density,
33692
+ isChanged: D(c).isChanged.value,
33690
33693
  isEditing: D(c).isEditing.value,
33691
33694
  isMobile: x,
33692
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.297",
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": {