@conboai/app.db.query 0.3.94 → 0.3.96
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.
|
@@ -20,6 +20,7 @@ interface IDetailsContent {
|
|
|
20
20
|
classifiersFrameInfo?: any;
|
|
21
21
|
classifierSummary: any;
|
|
22
22
|
isLoading?: boolean;
|
|
23
|
+
delay?: number;
|
|
23
24
|
}
|
|
24
25
|
export declare enum TrailPathType {
|
|
25
26
|
Geo = 0,
|
|
@@ -44,7 +45,7 @@ export declare const getTrailTabs: (polyline: any, trail: any) => {
|
|
|
44
45
|
value: string;
|
|
45
46
|
disabled: boolean;
|
|
46
47
|
}[];
|
|
47
|
-
export declare const getDetailsContent: ({ topOne, getTabValueLabelsAndSubLabels, selectedTableItemId, isLoading, classifiersFrameInfo, classifierSummary }: IDetailsContent) => {
|
|
48
|
+
export declare const getDetailsContent: ({ topOne, getTabValueLabelsAndSubLabels, selectedTableItemId, isLoading, classifiersFrameInfo, classifierSummary, delay }: IDetailsContent) => {
|
|
48
49
|
value: string;
|
|
49
50
|
content: import("react/jsx-runtime").JSX.Element;
|
|
50
51
|
}[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.96",
|
|
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.
|
|
35
|
+
"@conboai/storybook.components": "^0.4.13",
|
|
36
36
|
"@emotion/react": "^11.11.4",
|
|
37
37
|
"@emotion/styled": "^11.11.5",
|
|
38
38
|
"@mui/icons-material": "^5.16.6",
|