adm-super-search-modal-2
Advanced tools
Comparing version 0.0.77 to 0.0.78
export interface IEmptyStateProps { | ||
text: string; | ||
error?: boolean; | ||
} |
@@ -12,2 +12,3 @@ export declare enum ETypographyLabelsTypes { | ||
text: string; | ||
error?: boolean; | ||
noMargin?: boolean; | ||
@@ -14,0 +15,0 @@ type?: ETypographyLabelsTypes; |
@@ -14,2 +14,3 @@ import { ISearchModalProps } from '../types'; | ||
initialStateLabel: string; | ||
errorStateLabel: string; | ||
viewAllButtonLabel?: string | undefined; | ||
@@ -49,2 +50,3 @@ }>; | ||
isLoading: import("vue").Ref<boolean>; | ||
hasError: import("vue").Ref<boolean>; | ||
init: () => Promise<void>; | ||
@@ -51,0 +53,0 @@ clearData: () => void; |
@@ -10,4 +10,6 @@ import { ISearchModalLabels } from '..'; | ||
export declare const RECENTLY_VIEWED_ERROR: string; | ||
export declare const SEARCH_QUERY_EXECUTION_ERROR: string; | ||
export declare const SEARCH_INFO_EXECUTION_ERROR: string; | ||
export declare const INVALID_LABEL_KEY: (key: string) => string; | ||
export declare const LABELS_EMPTY_ERROR: string; | ||
export declare const DEFAULT_MODAL_LABELS: ISearchModalLabels; |
@@ -11,2 +11,3 @@ import { ISearchQueryParams, SearchAPI } from './api'; | ||
initialStateLabel: string; | ||
errorStateLabel: string; | ||
viewAllButtonLabel?: string; | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"name": "adm-super-search-modal-2", | ||
"version": "0.0.77", | ||
"version": "0.0.78", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
426552
8524