bt-core-app 2.0.187 → 2.0.189

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
@@ -2552,6 +2552,7 @@ export declare function useList<T, TSave, TReturn>(props: ListProps<T, TSave, TR
2552
2552
  }[]>;
2553
2553
  titleOptions: ComputedRef<GroupedHeaderOption[]>;
2554
2554
  toggleSearch: () => void;
2555
+ totalCount: Ref<number | undefined, number | undefined>;
2555
2556
  totalPages: Ref<number, number>;
2556
2557
  unlinkFromExternalParty: (dItem: any) => Promise<void>;
2557
2558
  };