@choc-ui/chakra-autocomplete 5.2.8 → 5.2.10
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/README.md +7 -21
- package/dist/autocomplete-context.d.ts +3 -3
- package/dist/autocomplete-creatable.d.ts +13 -13
- package/dist/autocomplete-group.d.ts +9 -9
- package/dist/autocomplete-input.d.ts +13 -13
- package/dist/autocomplete-item.d.ts +12 -12
- package/dist/autocomplete-item.d.ts.map +1 -1
- package/dist/autocomplete-list.d.ts +6 -6
- package/dist/autocomplete-tag.d.ts +9 -9
- package/dist/autocomplete.d.ts +13 -13
- package/dist/components/empty-state.d.ts +2 -2
- package/dist/helpers/fuzzySearch.d.ts +1 -1
- package/dist/helpers/group.d.ts +4 -4
- package/dist/helpers/input.d.ts +1 -1
- package/dist/helpers/items.d.ts +9 -9
- package/dist/helpers/list.d.ts +2 -2
- package/dist/index.d.ts +10 -10
- package/dist/index.es.js +513 -281
- package/dist/index.js +13 -13
- package/dist/types.d.ts +127 -127
- package/dist/use-autocomplete.d.ts +8 -8
- package/package.json +22 -20
package/README.md
CHANGED
|
@@ -468,7 +468,7 @@ Wrapper and Provider for `AutoCompleteInput` and `AutoCompleteList`
|
|
|
468
468
|
</tr>
|
|
469
469
|
<tr>
|
|
470
470
|
<td>emphasize</td>
|
|
471
|
-
<td>boolean |
|
|
471
|
+
<td>boolean | SystemStyleObject</td>
|
|
472
472
|
<td>Highlight matching characters in suggestions, you can pass the styles - false</td>
|
|
473
473
|
<td>false</td>
|
|
474
474
|
</tr>
|
|
@@ -945,11 +945,7 @@ val => val;
|
|
|
945
945
|
</tr>
|
|
946
946
|
<tr>
|
|
947
947
|
<td>_fixed</td>
|
|
948
|
-
<td>
|
|
949
|
-
|
|
950
|
-
CSSObject
|
|
951
|
-
|
|
952
|
-
</td>
|
|
948
|
+
<td>SystemStyleObject</td>
|
|
953
949
|
<td>Styles for fixed Itemm</td>
|
|
954
950
|
<td>No</td>
|
|
955
951
|
<td>
|
|
@@ -982,11 +978,7 @@ val => val;
|
|
|
982
978
|
</tr>
|
|
983
979
|
<tr>
|
|
984
980
|
<td>_disabled</td>
|
|
985
|
-
<td>
|
|
986
|
-
|
|
987
|
-
CSSObject
|
|
988
|
-
|
|
989
|
-
</td>
|
|
981
|
+
<td>SystemStyleObject</td>
|
|
990
982
|
<td>Styles for disabled Item(s)</td>
|
|
991
983
|
<td>No</td>
|
|
992
984
|
<td>
|
|
@@ -1001,11 +993,7 @@ val => val;
|
|
|
1001
993
|
</tr>
|
|
1002
994
|
<tr>
|
|
1003
995
|
<td>_selected</td>
|
|
1004
|
-
<td>
|
|
1005
|
-
|
|
1006
|
-
CSSObject
|
|
1007
|
-
|
|
1008
|
-
</td>
|
|
996
|
+
<td>SystemStyleObject</td>
|
|
1009
997
|
<td>Styles for selected Item(s)</td>
|
|
1010
998
|
<td>No</td>
|
|
1011
999
|
<td>
|
|
@@ -1020,11 +1008,7 @@ val => val;
|
|
|
1020
1008
|
</tr>
|
|
1021
1009
|
<tr>
|
|
1022
1010
|
<td>_focus</td>
|
|
1023
|
-
<td>
|
|
1024
|
-
|
|
1025
|
-
CSSObject
|
|
1026
|
-
|
|
1027
|
-
</td>
|
|
1011
|
+
<td>SystemStyleObject</td>
|
|
1028
1012
|
<td>Styles for focused Item</td>
|
|
1029
1013
|
<td>No</td>
|
|
1030
1014
|
<td>
|
|
@@ -1168,6 +1152,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
1168
1152
|
<td align="center"><a href="https://github.com/MathisFederico"><img src="https://avatars.githubusercontent.com/u/60117466?v=4" width="100px;" alt=""/><br /><sub><b>Mathis Federico</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=MathisFederico" title="Bug">🐛</a></td>
|
|
1169
1153
|
<td align="center"><a href="https://github.com/Kysluss"><img src="https://avatars.githubusercontent.com/u/29052043?v=4" width="100px;" alt=""/><br /><sub><b>Kyle Slusser</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=Kysluss" title="Code">💻🐛</a></td>
|
|
1170
1154
|
<td align="center"><a href="https://github.com/sakerhetspolisen"><img src="https://avatars.githubusercontent.com/u/68159964?v=4" width="100px;" alt=""/><br /><sub><b>Karl F. Sellergren</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=sakerhetspolisen" title="Code">🐛🔧</a></td>
|
|
1155
|
+
<td align="center"><a href="https://github.com/JedBh"><img src="https://avatars.githubusercontent.com/u/44101778?v=4" width="100px;" alt=""/><br /><sub><b>Jedediah Benhod</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=sakerhetspolisen" title="Code">🐛</a></td>
|
|
1156
|
+
<td align="center"><a href="https://github.com/Janekk"><img src="https://avatars.githubusercontent.com/u/6827881?v=4" width="100px;" alt=""/><br /><sub><b>Janusz Kacalak</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=sakerhetspolisen" title="Code">🐛</a></td>
|
|
1171
1157
|
|
|
1172
1158
|
</tr>
|
|
1173
1159
|
</table>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { UseAutoCompleteReturn } from "./types";
|
|
3
|
-
export declare const AutoCompleteProvider: import("react").Provider<UseAutoCompleteReturn>, useAutoCompleteContext: () => UseAutoCompleteReturn;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { UseAutoCompleteReturn } from "./types";
|
|
3
|
+
export declare const AutoCompleteProvider: import("react").Provider<UseAutoCompleteReturn>, useAutoCompleteContext: () => UseAutoCompleteReturn;
|
|
4
4
|
//# sourceMappingURL=autocomplete-context.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { FlexProps } from "@chakra-ui/react";
|
|
2
|
-
import { MaybeRenderProp } from "@chakra-ui/react-utils";
|
|
3
|
-
interface AutoCompleteCreatableProps extends Omit<FlexProps, "children"> {
|
|
4
|
-
children?: MaybeRenderProp<{
|
|
5
|
-
value: any;
|
|
6
|
-
}>;
|
|
7
|
-
alwaysDisplay?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare function AutoCompleteCreatable(props: AutoCompleteCreatableProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
-
export declare namespace AutoCompleteCreatable {
|
|
11
|
-
var displayName: string;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
1
|
+
import { FlexProps } from "@chakra-ui/react";
|
|
2
|
+
import { MaybeRenderProp } from "@chakra-ui/react-utils";
|
|
3
|
+
interface AutoCompleteCreatableProps extends Omit<FlexProps, "children"> {
|
|
4
|
+
children?: MaybeRenderProp<{
|
|
5
|
+
value: any;
|
|
6
|
+
}>;
|
|
7
|
+
alwaysDisplay?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare function AutoCompleteCreatable(props: AutoCompleteCreatableProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
export declare namespace AutoCompleteCreatable {
|
|
11
|
+
var displayName: string;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
14
|
//# sourceMappingURL=autocomplete-creatable.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BoxProps, FlexProps } from "@chakra-ui/react";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export interface AutoCompleteGroupProps extends BoxProps {
|
|
4
|
-
children?: React.ReactNode;
|
|
5
|
-
showDivider?: boolean;
|
|
6
|
-
dividerColor?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const AutoCompleteGroup: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteGroupProps>;
|
|
9
|
-
export declare const AutoCompleteGroupTitle: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", FlexProps>;
|
|
1
|
+
import { BoxProps, FlexProps } from "@chakra-ui/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export interface AutoCompleteGroupProps extends BoxProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
showDivider?: boolean;
|
|
6
|
+
dividerColor?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const AutoCompleteGroup: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteGroupProps>;
|
|
9
|
+
export declare const AutoCompleteGroupTitle: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", FlexProps>;
|
|
10
10
|
//# sourceMappingURL=autocomplete-group.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { InputProps, SystemStyleObject } from "@chakra-ui/react";
|
|
2
|
-
import { MaybeRenderProp } from "@chakra-ui/react-utils";
|
|
3
|
-
import React from "react";
|
|
4
|
-
import { UseAutoCompleteReturn } from "./types";
|
|
5
|
-
export interface AutoCompleteInputProps extends Omit<InputProps, "children"> {
|
|
6
|
-
children?: MaybeRenderProp<{
|
|
7
|
-
tags: UseAutoCompleteReturn["tags"];
|
|
8
|
-
}>;
|
|
9
|
-
wrapStyles?: SystemStyleObject;
|
|
10
|
-
hidePlaceholder?: boolean;
|
|
11
|
-
loadingIcon?: React.ReactNode;
|
|
12
|
-
}
|
|
13
|
-
export declare const AutoCompleteInput: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"input", AutoCompleteInputProps>;
|
|
1
|
+
import { InputProps, SystemStyleObject } from "@chakra-ui/react";
|
|
2
|
+
import { MaybeRenderProp } from "@chakra-ui/react-utils";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { UseAutoCompleteReturn } from "./types";
|
|
5
|
+
export interface AutoCompleteInputProps extends Omit<InputProps, "children"> {
|
|
6
|
+
children?: MaybeRenderProp<{
|
|
7
|
+
tags: UseAutoCompleteReturn["tags"];
|
|
8
|
+
}>;
|
|
9
|
+
wrapStyles?: SystemStyleObject;
|
|
10
|
+
hidePlaceholder?: boolean;
|
|
11
|
+
loadingIcon?: React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export declare const AutoCompleteInput: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"input", AutoCompleteInputProps>;
|
|
14
14
|
//# sourceMappingURL=autocomplete-input.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface AutoCompleteItemProps extends FlexProps {
|
|
3
|
-
value: any;
|
|
4
|
-
label?: string;
|
|
5
|
-
fixed?: boolean;
|
|
6
|
-
_focus?:
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
_fixed?:
|
|
9
|
-
getValue?: (item: AutoCompleteItemProps["value"]) => any;
|
|
10
|
-
}
|
|
11
|
-
export declare const AutoCompleteItem: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteItemProps>;
|
|
12
|
-
export declare const baseItemStyles: FlexProps;
|
|
1
|
+
import { SystemStyleObject, FlexProps } from "@chakra-ui/react";
|
|
2
|
+
export interface AutoCompleteItemProps extends FlexProps {
|
|
3
|
+
value: any;
|
|
4
|
+
label?: string;
|
|
5
|
+
fixed?: boolean;
|
|
6
|
+
_focus?: SystemStyleObject | any;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
_fixed?: SystemStyleObject;
|
|
9
|
+
getValue?: (item: AutoCompleteItemProps["value"]) => any;
|
|
10
|
+
}
|
|
11
|
+
export declare const AutoCompleteItem: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteItemProps>;
|
|
12
|
+
export declare const baseItemStyles: FlexProps;
|
|
13
13
|
//# sourceMappingURL=autocomplete-item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete-item.d.ts","sourceRoot":"","sources":["../src/autocomplete-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"autocomplete-item.d.ts","sourceRoot":"","sources":["../src/autocomplete-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,SAAS,EAGV,MAAM,kBAAkB,CAAC;AAM1B,MAAM,WAAW,qBAAsB,SAAQ,SAAS;IACtD,KAAK,EAAE,GAAG,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,iBAAiB,GAAG,GAAG,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,qBAAqB,CAAC,OAAO,CAAC,KAAK,GAAG,CAAC;CAC1D;AAED,eAAO,MAAM,gBAAgB,6FA6C5B,CAAC;AAIF,eAAO,MAAM,cAAc,EAAE,SAM5B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PopoverContentProps } from "@chakra-ui/react";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export interface AutoCompleteListProps extends PopoverContentProps {
|
|
4
|
-
loadingState?: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export declare const AutoCompleteList: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteListProps>;
|
|
1
|
+
import { PopoverContentProps } from "@chakra-ui/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export interface AutoCompleteListProps extends PopoverContentProps {
|
|
4
|
+
loadingState?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
export declare const AutoCompleteList: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteListProps>;
|
|
7
7
|
//# sourceMappingURL=autocomplete-list.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { TagProps } from "@chakra-ui/tag";
|
|
2
|
-
import React from "react";
|
|
3
|
-
type AutoCompleteTagProps = {
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
label: string;
|
|
6
|
-
onRemove?: () => void;
|
|
7
|
-
} & TagProps;
|
|
8
|
-
export declare const AutoCompleteTag: React.MemoExoticComponent<(props: AutoCompleteTagProps) => import("react/jsx-runtime").JSX.Element>;
|
|
9
|
-
export {};
|
|
1
|
+
import { TagProps } from "@chakra-ui/tag";
|
|
2
|
+
import React from "react";
|
|
3
|
+
type AutoCompleteTagProps = {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
label: string;
|
|
6
|
+
onRemove?: () => void;
|
|
7
|
+
} & TagProps;
|
|
8
|
+
export declare const AutoCompleteTag: React.MemoExoticComponent<(props: AutoCompleteTagProps) => import("react/jsx-runtime").JSX.Element>;
|
|
9
|
+
export {};
|
|
10
10
|
//# sourceMappingURL=autocomplete-tag.d.ts.map
|
package/dist/autocomplete.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { MaybeRenderProp } from "@chakra-ui/react-utils";
|
|
3
|
-
import { AutoCompleteRefMethods, UseAutoCompleteProps } from "./types";
|
|
4
|
-
export type AutoCompleteChildProps = {
|
|
5
|
-
isOpen: boolean;
|
|
6
|
-
onClose: () => void;
|
|
7
|
-
onOpen: () => void;
|
|
8
|
-
};
|
|
9
|
-
export interface AutoCompleteProps extends UseAutoCompleteProps {
|
|
10
|
-
children: MaybeRenderProp<AutoCompleteChildProps>;
|
|
11
|
-
ref?: React.RefObject<AutoCompleteRefMethods>;
|
|
12
|
-
}
|
|
13
|
-
export declare const AutoComplete: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { MaybeRenderProp } from "@chakra-ui/react-utils";
|
|
3
|
+
import { AutoCompleteRefMethods, UseAutoCompleteProps } from "./types";
|
|
4
|
+
export type AutoCompleteChildProps = {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
onClose: () => void;
|
|
7
|
+
onOpen: () => void;
|
|
8
|
+
};
|
|
9
|
+
export interface AutoCompleteProps extends UseAutoCompleteProps {
|
|
10
|
+
children: MaybeRenderProp<AutoCompleteChildProps>;
|
|
11
|
+
ref?: React.RefObject<AutoCompleteRefMethods>;
|
|
12
|
+
}
|
|
13
|
+
export declare const AutoComplete: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", AutoCompleteProps>;
|
|
14
14
|
//# sourceMappingURL=autocomplete.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BoxProps } from "@chakra-ui/layout";
|
|
2
|
-
export declare const EmptyState: (props: BoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { BoxProps } from "@chakra-ui/layout";
|
|
2
|
+
export declare const EmptyState: (props: BoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=empty-state.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function fuzzyScore(str1: string, str2: string, gramSize?: number): number;
|
|
1
|
+
export declare function fuzzyScore(str1: string, str2: string, gramSize?: number): number;
|
|
2
2
|
//# sourceMappingURL=fuzzySearch.d.ts.map
|
package/dist/helpers/group.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
export declare const hasFirstItem: (children: ReactNode, firstItem: any) => any;
|
|
3
|
-
export declare const hasLastItem: (children: ReactNode, lastItem: any) => any;
|
|
4
|
-
export declare const hasChildren: (children: any, filteredList: any[]) => boolean;
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
export declare const hasFirstItem: (children: ReactNode, firstItem: any) => any;
|
|
3
|
+
export declare const hasLastItem: (children: ReactNode, lastItem: any) => any;
|
|
4
|
+
export declare const hasChildren: (children: any, filteredList: any[]) => boolean;
|
|
5
5
|
//# sourceMappingURL=group.d.ts.map
|
package/dist/helpers/input.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const getMultipleWrapStyles: (themeInput: any, multiple?: boolean) => any;
|
|
1
|
+
export declare const getMultipleWrapStyles: (themeInput: any, multiple?: boolean) => any;
|
|
2
2
|
//# sourceMappingURL=input.d.ts.map
|
package/dist/helpers/items.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
import { FlexProps } from "@chakra-ui/react";
|
|
3
|
-
import { Item } from "../types";
|
|
4
|
-
import { AutoCompleteItemProps } from "../autocomplete-item";
|
|
5
|
-
export declare const getDefItemValue: (item: AutoCompleteItemProps["value"]) => any;
|
|
6
|
-
export declare const setEmphasis: (children: any, query: string) => any;
|
|
7
|
-
export declare const getItemList: (children: ReactNode) => Item[];
|
|
8
|
-
export declare const getFocusedStyles: () => FlexProps;
|
|
9
|
-
export declare const defaultFilterMethod: (query: string, itemValue: Item["value"], itemLabel: Item["label"]) => boolean;
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { FlexProps } from "@chakra-ui/react";
|
|
3
|
+
import { Item } from "../types";
|
|
4
|
+
import { AutoCompleteItemProps } from "../autocomplete-item";
|
|
5
|
+
export declare const getDefItemValue: (item: AutoCompleteItemProps["value"]) => any;
|
|
6
|
+
export declare const setEmphasis: (children: any, query: string) => any;
|
|
7
|
+
export declare const getItemList: (children: ReactNode) => Item[];
|
|
8
|
+
export declare const getFocusedStyles: () => FlexProps;
|
|
9
|
+
export declare const defaultFilterMethod: (query: string, itemValue: Item["value"], itemLabel: Item["label"]) => boolean;
|
|
10
10
|
//# sourceMappingURL=items.d.ts.map
|
package/dist/helpers/list.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare const siblingInfo: (children: React.ReactNode) => readonly [(string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[], (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[]];
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const siblingInfo: (children: React.ReactNode) => readonly [(string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[], (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[]];
|
|
3
3
|
//# sourceMappingURL=list.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from "./autocomplete";
|
|
2
|
-
export * from "./autocomplete-context";
|
|
3
|
-
export * from "./autocomplete-creatable";
|
|
4
|
-
export * from "./autocomplete-group";
|
|
5
|
-
export * from "./autocomplete-input";
|
|
6
|
-
export * from "./autocomplete-item";
|
|
7
|
-
export * from "./autocomplete-list";
|
|
8
|
-
export * from "./autocomplete-tag";
|
|
9
|
-
export * from "./use-autocomplete";
|
|
10
|
-
export * from "./types";
|
|
1
|
+
export * from "./autocomplete";
|
|
2
|
+
export * from "./autocomplete-context";
|
|
3
|
+
export * from "./autocomplete-creatable";
|
|
4
|
+
export * from "./autocomplete-group";
|
|
5
|
+
export * from "./autocomplete-input";
|
|
6
|
+
export * from "./autocomplete-item";
|
|
7
|
+
export * from "./autocomplete-list";
|
|
8
|
+
export * from "./autocomplete-tag";
|
|
9
|
+
export * from "./use-autocomplete";
|
|
10
|
+
export * from "./types";
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|