bt-core-app 1.4.360 → 1.4.361

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.
@@ -35414,7 +35414,7 @@ const fE = /* @__PURE__ */ Qe({
35414
35414
  errorMsg: {},
35415
35415
  ignorePermissions: { type: Boolean },
35416
35416
  includeDetails: { type: Boolean },
35417
- isSingle: { type: Boolean },
35417
+ isSingle: { type: Boolean, default: !0 },
35418
35418
  item: {},
35419
35419
  itemID: {},
35420
35420
  loadingMsg: {},
@@ -35482,6 +35482,7 @@ const fE = /* @__PURE__ */ Qe({
35482
35482
  He($e(d.prefix), 1)
35483
35483
  ]),
35484
35484
  me(d.$slots, "default", {
35485
+ isChanged: A(r).isChanged,
35485
35486
  item: A(r).asyncItem.value,
35486
35487
  deleteItem: A(r).deleteItem,
35487
35488
  save: A(r).saveItem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.360",
3
+ "version": "1.4.361",
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": {