@glue42/launchpad-ui-react
Advanced tools
Comparing version 0.5.5 to 0.5.6
import React from 'react'; | ||
declare type TextInputProps = { | ||
InputElement: React.ElementType; | ||
ref?: React.Ref<HTMLInputElement>; | ||
onFilterByLayout?: (isLayoutFilterActive: boolean) => void; | ||
@@ -9,5 +10,4 @@ className: string; | ||
placeholder: string; | ||
autoFocus: boolean; | ||
}; | ||
export declare const TextInput: React.FC<TextInputProps>; | ||
export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps>; | ||
export {}; |
@@ -17,4 +17,4 @@ import { Glue42 } from '@glue42/desktop'; | ||
export declare const useSyncRecents: (glue: Glue42.Glue, markRecentlyUsed: PersistableFormAppFunction) => void; | ||
export declare const useCloseWindowOnEscape: (glue: Glue42.Glue, clearState?: Function | undefined) => void; | ||
export declare const useCloseWindowOnEscape: (glue: Glue42.Glue) => void; | ||
export declare const useVisibilityAndFocusChange: (glue: Glue42.Glue, hideOnLostFocus: boolean, clearState?: Function | undefined, setIsVisible?: Function | undefined) => void; | ||
export declare const useExtractHideOnLostFocus: (glue: Glue42.Glue, setHideOnLostFocus: React.Dispatch<React.SetStateAction<boolean>>) => void; |
@@ -24,1 +24,2 @@ /// <reference types="react" /> | ||
export declare const extractCategoryResultsLimit: (glue: Glue42.Glue) => (setCategoryResultsLimit: React.Dispatch<React.SetStateAction<number>>) => void; | ||
export declare const extractSearchInputPlaceholder: (glue: Glue42.Glue) => (setSearchInputPlaceholder: React.Dispatch<React.SetStateAction<string>>) => void; |
{ | ||
"name": "@glue42/launchpad-ui-react", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Glue42 Launchpad and GlobalSearch React Components", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1684627
1804