@speakapbv/dough-extended-components-for-speakap
Advanced tools
Comparing version 7.3.0 to 7.3.1
@@ -7,4 +7,4 @@ import React, { ReactNode } from "react"; | ||
id?: string; | ||
children?: Array<GenericNestedDataItem>; | ||
searchable?: boolean; | ||
children?: Array<GenericNestedDataItem> | ((item: GenericNestedDataItem) => Promise<Array<GenericNestedDataItem>>); | ||
searchable?: boolean | ((item: GenericNestedDataItem, searchText: string) => Promise<Array<GenericNestedDataItem>>); | ||
}; | ||
@@ -23,2 +23,3 @@ export declare type GenericNestedSelectorRef = { | ||
disabled?: boolean; | ||
spinner?: ReactNode; | ||
color?: Colors; | ||
@@ -33,2 +34,2 @@ ref?: React.Ref<GenericNestedSelectorRef>; | ||
} | ||
export declare const GenericNestedSelector: React.ForwardRefExoticComponent<Pick<GenericNestedSelectorProps, "className" | "dataAttributes" | "data" | "selectedItemId" | "buttonClassName" | "fullWidth" | "disabled" | "color" | "label" | "size" | "icon" | "onClose" | "onOpen" | "onItemSelected"> & React.RefAttributes<GenericNestedSelectorRef>>; | ||
export declare const GenericNestedSelector: React.ForwardRefExoticComponent<Pick<GenericNestedSelectorProps, "className" | "dataAttributes" | "data" | "selectedItemId" | "buttonClassName" | "fullWidth" | "disabled" | "spinner" | "color" | "label" | "size" | "icon" | "onClose" | "onOpen" | "onItemSelected"> & React.RefAttributes<GenericNestedSelectorRef>>; |
{ | ||
"name": "@speakapbv/dough-extended-components-for-speakap", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "DOUGH Extended for Speakap: Speakap Specific Components based on Dough", | ||
@@ -5,0 +5,0 @@ "author": "Speakap", |
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 too big to display
1932646
36717