@conboai/app.db.query 0.3.92 → 0.3.94

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,4 +1,5 @@
1
- declare function AppRightBar({ baseUrl }: {
1
+ declare function AppRightBar({ baseUrl, getTabValueLabelsAndSubLabels }: {
2
2
  baseUrl: string | undefined;
3
+ getTabValueLabelsAndSubLabels: any;
3
4
  }): import("react/jsx-runtime").JSX.Element;
4
5
  export default AppRightBar;
@@ -9,15 +9,11 @@ export declare const verticalTableColumnDefs: () => {
9
9
  field: string;
10
10
  renderCell: (value: number) => string;
11
11
  })[];
12
- frameInfoColumnDefs: ({
12
+ frameInfoColumnDefs: {
13
13
  headerName: string;
14
14
  field: string;
15
15
  renderCell: (value: number) => string;
16
- } | {
17
- headerName: string;
18
- field: string;
19
- renderCell?: undefined;
20
- })[];
16
+ }[];
21
17
  summaryColumnDefs: ({
22
18
  headerName: string;
23
19
  field: string;
@@ -14,7 +14,7 @@ interface ITrailContent {
14
14
  isLoading: boolean;
15
15
  }
16
16
  interface IDetailsContent {
17
- getLabels: any;
17
+ getTabValueLabelsAndSubLabels: any;
18
18
  selectedTableItemId: number;
19
19
  topOne?: any[];
20
20
  classifiersFrameInfo?: any;
@@ -44,7 +44,7 @@ export declare const getTrailTabs: (polyline: any, trail: any) => {
44
44
  value: string;
45
45
  disabled: boolean;
46
46
  }[];
47
- export declare const getDetailsContent: ({ topOne, getLabels, selectedTableItemId, isLoading, classifiersFrameInfo, classifierSummary }: IDetailsContent) => {
47
+ export declare const getDetailsContent: ({ topOne, getTabValueLabelsAndSubLabels, selectedTableItemId, isLoading, classifiersFrameInfo, classifierSummary }: IDetailsContent) => {
48
48
  value: string;
49
49
  content: import("react/jsx-runtime").JSX.Element;
50
50
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.3.92",
3
+ "version": "0.3.94",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "generate-poc": "openapi --input https://dev.gateway.dev.portsight.ai/api/poc/api-yaml --output ./src/api/poc"
33
33
  },
34
34
  "dependencies": {
35
- "@conboai/storybook.components": "^0.4.6",
35
+ "@conboai/storybook.components": "^0.4.9",
36
36
  "@emotion/react": "^11.11.4",
37
37
  "@emotion/styled": "^11.11.5",
38
38
  "@mui/icons-material": "^5.16.6",