bt-core-app 2.0.48 → 2.0.50

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.
package/dist/index.d.ts CHANGED
@@ -2263,6 +2263,7 @@ export declare function useItem<T, TSave, TReturn>(props: ItemProps<T, TSave, TR
2263
2263
  updateBlade: (data: UpdateBladeData_2<GetOptions<T, TReturn>>) => void;
2264
2264
  variant: Ref<BladeVariant, BladeVariant>;
2265
2265
  asyncItem: Ref<TReturn | TReturn[] | undefined, TReturn | TReturn[] | undefined>;
2266
+ isChangingMode: Ref<boolean, boolean>;
2266
2267
  deleteItem: (dItem: any) => Promise<void>;
2267
2268
  errorMsg: ComputedRef<string | undefined>;
2268
2269
  id: ComputedRef<string | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.48",
3
+ "version": "2.0.50",
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": {