bt-core-app 1.4.437 → 1.4.438

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.
@@ -34060,6 +34060,7 @@ const dI = { class: "d-flex align-center justify-center h-100 w-100" }, fI = { c
34060
34060
  isChanged: T(c).isChanged.value,
34061
34061
  isEditing: T(c).isEditing.value,
34062
34062
  isMobile: y,
34063
+ item: T(c).asyncItem.value,
34063
34064
  mode: T(c).mode.value,
34064
34065
  refresh: T(c).refresh,
34065
34066
  save: k,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.437",
3
+ "version": "1.4.438",
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": {