@conboai/app.db.query 0.4.58 → 0.4.60
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/app.db.query.js +24134 -24447
- package/dist/apps/Cargo/components/AppLeftBar/AppLeftBar.d.ts +1 -5
- package/dist/apps/Cargo/components/AppRightBar/AppRightBar.d.ts +1 -1
- package/dist/apps/ConboKeySearch/components/AppLeftBar/AppLeftBar.d.ts +1 -5
- package/dist/apps/ConboKeySearch/components/AppRightBar/AppRightBar.d.ts +2 -2
- package/dist/apps/EntitySearch/components/AppLeftBar/AppLeftBar.d.ts +1 -5
- package/dist/apps/EntitySearch/components/AppRightBar/AppRightBar.d.ts +2 -2
- package/dist/apps/ImageAnalysis/components/AppLeftBar/styles.d.ts +0 -1
- package/package.json +2 -2
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
setPanelShown: (value: boolean) => void;
|
|
3
|
-
isPanelShown: boolean;
|
|
4
|
-
}
|
|
5
|
-
declare function AppLeftBar({ setPanelShown, isPanelShown }: IAppLeftBar): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
declare function AppLeftBar(): import("react/jsx-runtime").JSX.Element;
|
|
6
2
|
export default AppLeftBar;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
setPanelShown: (value: boolean) => void;
|
|
3
|
-
isPanelShown: boolean;
|
|
4
|
-
}
|
|
5
|
-
declare function AppLeftBar({ setPanelShown, isPanelShown }: IAppLeftBar): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
declare function AppLeftBar(): import("react/jsx-runtime").JSX.Element;
|
|
6
2
|
export default AppLeftBar;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function AppRightBar({ baseUrl, getTabValueLabelsAndSubLabels }: {
|
|
2
|
-
baseUrl
|
|
3
|
-
getTabValueLabelsAndSubLabels
|
|
2
|
+
baseUrl?: string | undefined;
|
|
3
|
+
getTabValueLabelsAndSubLabels?: any;
|
|
4
4
|
}): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export default AppRightBar;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
setPanelShown: (value: boolean) => void;
|
|
3
|
-
isPanelShown: boolean;
|
|
4
|
-
}
|
|
5
|
-
declare function AppLeftBar({ setPanelShown, isPanelShown }: IAppLeftBar): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
declare function AppLeftBar(): import("react/jsx-runtime").JSX.Element;
|
|
6
2
|
export default AppLeftBar;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function AppRightBar({ baseUrl, getTabValueLabelsAndSubLabels }: {
|
|
2
|
-
baseUrl
|
|
3
|
-
getTabValueLabelsAndSubLabels
|
|
2
|
+
baseUrl?: string | undefined;
|
|
3
|
+
getTabValueLabelsAndSubLabels?: any;
|
|
4
4
|
}): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export default AppRightBar;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.60",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"generate-query-info": "openapi --input https://dev.test.portsight.ai/api/info/docs-yaml --output ./src/api/queryInfo"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@conboai/storybook.components": "^0.4.
|
|
37
|
+
"@conboai/storybook.components": "^0.4.61",
|
|
38
38
|
"@emotion/react": "^11.11.4",
|
|
39
39
|
"@emotion/styled": "^11.11.5",
|
|
40
40
|
"@mui/icons-material": "^5.16.6",
|