bt-core-app 2.0.79 → 2.0.80

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.
@@ -13469,6 +13469,7 @@ function iT(e, t, a) {
13469
13469
  isSaveable: Y,
13470
13470
  loadingMsg: L,
13471
13471
  mode: $,
13472
+ proxyID: y,
13472
13473
  refresh: le,
13473
13474
  restoreItem: J,
13474
13475
  saveItem: B,
package/dist/index.d.ts CHANGED
@@ -2289,6 +2289,7 @@ export declare function useItem<T, TSave, TReturn>(props: ItemProps<T, TSave, TR
2289
2289
  isSaveable: ComputedRef<boolean>;
2290
2290
  loadingMsg: ComputedRef<string | undefined>;
2291
2291
  mode: Ref<BladeMode, BladeMode>;
2292
+ proxyID: ComputedRef<string | undefined>;
2292
2293
  refresh: (refreshOptions?: ItemRefreshOptions) => Promise<void>;
2293
2294
  restoreItem: (dItem: any) => Promise<TReturn | undefined>;
2294
2295
  saveItem: (dItem: any, options?: SaveItemOptions) => Promise<TReturn | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.79",
3
+ "version": "2.0.80",
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": {