@conboai/app.db.query 0.9.35 → 0.9.37

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.
@@ -0,0 +1,2 @@
1
+ declare const useFetchData: (currentKitId: number, baseUrl?: string, checked?: boolean) => void;
2
+ export default useFetchData;
@@ -0,0 +1,4 @@
1
+ declare const useSearch: (timezone: string, checked: boolean, baseUrl?: string) => {
2
+ search: (start: Date, end: Date) => Promise<void>;
3
+ };
4
+ export default useSearch;
@@ -0,0 +1,4 @@
1
+ export declare function getNextEntityName(tabs: {
2
+ title: string;
3
+ }[]): string;
4
+ export declare const isIndoor: (feed: any[]) => any;
@@ -3,6 +3,7 @@ import { SxProps } from '@mui/material';
3
3
  export declare const imageGridSx: (isAutoHeight: boolean) => SxProps;
4
4
  export declare const imageItemSx: SxProps;
5
5
  export declare const imageBoxSx: SxProps;
6
+ export declare const downloadButtonSx: SxProps;
6
7
  export declare const delayBoxSx: (delay: number) => SxProps;
7
8
  export declare const cardMediaSx: (delay: number) => SxProps;
8
9
  export declare const descriptionContainerSx: SxProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.35",
3
+ "version": "0.9.37",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",