@conboai/app.db.query 0.3.13 → 0.3.16

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.
@@ -1,5 +1,5 @@
1
1
 
2
- export declare const verticalTableColumnDefs: (timezone: string, feeds: any[], startDate: string | Date, endDate: string | Date) => ({
2
+ export declare const verticalTableColumnDefs: (timezone: string, feeds: any[], verticalData: any) => ({
3
3
  headerName: string;
4
4
  field: string;
5
5
  renderCell?: undefined;
@@ -1,6 +1,8 @@
1
1
  interface IImageContent {
2
2
  feedImages: string[];
3
3
  objectImages: string[];
4
+ setIsFirstPage: (value: boolean) => void;
5
+ isFirstPage: boolean;
4
6
  }
5
7
  interface ITrailContent {
6
8
  polylineProps: [number, number][];
@@ -13,7 +15,7 @@ export declare enum TrailPathType {
13
15
  Geo = 0,
14
16
  Feed = 1
15
17
  }
16
- export declare const getImageContent: ({ feedImages, objectImages }: IImageContent) => {
18
+ export declare const getImageContent: ({ feedImages, objectImages, isFirstPage, setIsFirstPage }: IImageContent) => {
17
19
  value: string;
18
20
  content: import("react/jsx-runtime").JSX.Element;
19
21
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.3.13",
3
+ "version": "0.3.16",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "generate-cargo": "openapi --input https://plt.gateway.conbo.ai/api/action/docs-yaml --output ./src/api/cargo"
26
26
  },
27
27
  "dependencies": {
28
- "@conboai/storybook.components": "^0.2.73",
28
+ "@conboai/storybook.components": "^0.2.78",
29
29
  "@emotion/react": "^11.11.4",
30
30
  "@emotion/styled": "^11.11.5",
31
31
  "@mui/material": "^5.15.17",