@conboai/app.db.query 0.8.68 → 0.8.70

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.
@@ -2,8 +2,6 @@ type InputProps = {
2
2
  siteId: string;
3
3
  baseUrl?: string;
4
4
  onHomeClick?: () => void;
5
- inputValue?: string | number;
6
- shouldSearchAutomatically?: boolean;
7
5
  };
8
- export declare const ConboKeySearch: ({ siteId, onHomeClick, baseUrl, inputValue, shouldSearchAutomatically }: InputProps) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const ConboKeySearch: ({ siteId, onHomeClick, baseUrl }: InputProps) => import("react/jsx-runtime").JSX.Element;
9
7
  export default ConboKeySearch;
@@ -1,6 +1,2 @@
1
- type AppLeftBarProps = {
2
- inputValue?: string | number;
3
- shouldSearchAutomatically?: boolean;
4
- };
5
- declare function AppLeftBar({ inputValue, shouldSearchAutomatically }: AppLeftBarProps): import("react/jsx-runtime").JSX.Element;
1
+ declare function AppLeftBar(): import("react/jsx-runtime").JSX.Element;
6
2
  export default AppLeftBar;
@@ -1,7 +1,5 @@
1
1
  type AppSidebarLeftProps = {
2
2
  baseUrl?: string;
3
- inputValue?: string | number;
4
- shouldSearchAutomatically?: boolean;
5
3
  };
6
- export declare const AppSidebarLeft: ({ baseUrl, inputValue, shouldSearchAutomatically }: AppSidebarLeftProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const AppSidebarLeft: ({ baseUrl }: AppSidebarLeftProps) => import("react/jsx-runtime").JSX.Element;
7
5
  export {};
@@ -2,8 +2,6 @@ type InputProps = {
2
2
  siteId: string;
3
3
  baseUrl?: string;
4
4
  onHomeClick?: () => void;
5
- inputValue?: string | number;
6
- shouldSearchAutomatically?: boolean;
7
5
  };
8
- export declare const ConboMatchRoot: ({ siteId, onHomeClick, baseUrl, inputValue, shouldSearchAutomatically }: InputProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export declare const ConboMatchRoot: ({ siteId, onHomeClick, baseUrl }: InputProps) => import("react/jsx-runtime").JSX.Element | null;
9
7
  export {};
@@ -9,8 +9,6 @@ type SidebarLeftFilterInput = {
9
9
  baseUrl?: string;
10
10
  }) => void;
11
11
  baseUrl?: string;
12
- inputValue?: string | number;
13
- shouldSearchAutomatically?: boolean;
14
12
  };
15
- export declare const SidebarLeftFilter: ({ onSubmit, baseUrl, inputValue, shouldSearchAutomatically }: SidebarLeftFilterInput) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const SidebarLeftFilter: ({ onSubmit, baseUrl }: SidebarLeftFilterInput) => import("react/jsx-runtime").JSX.Element;
16
14
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.68",
3
+ "version": "0.8.70",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",