infinity-ui-elements 1.4.1-beta.3 → 1.5.0
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/dist/components/Dropdown/Dropdown.d.ts +99 -0
- package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.stories.d.ts +342 -0
- package/dist/components/Dropdown/Dropdown.stories.d.ts.map +1 -0
- package/dist/components/Dropdown/DropdownMenu.d.ts +90 -0
- package/dist/components/Dropdown/DropdownMenu.d.ts.map +1 -0
- package/dist/components/Dropdown/index.d.ts +3 -0
- package/dist/components/Dropdown/index.d.ts.map +1 -0
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/SearchableDropdown/SearchableDropdown.d.ts +103 -0
- package/dist/components/SearchableDropdown/SearchableDropdown.d.ts.map +1 -0
- package/dist/components/SearchableDropdown/SearchableDropdown.stories.d.ts +407 -0
- package/dist/components/SearchableDropdown/SearchableDropdown.stories.d.ts.map +1 -0
- package/dist/components/SearchableDropdown/index.d.ts +2 -0
- package/dist/components/SearchableDropdown/index.d.ts.map +1 -0
- package/dist/index.css +82 -82
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +510 -317
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +512 -315
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Bold.eot +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Bold.otf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Bold.ttf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Bold.woff +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Bold.woff2 +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Extralight.eot +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Extralight.otf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Extralight.ttf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Extralight.woff +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Extralight.woff2 +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Light.eot +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Light.otf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Light.ttf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Light.woff +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Light.woff2 +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Medium.eot +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Medium.otf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Medium.ttf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Medium.woff +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Medium.woff2 +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Regular.eot +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Regular.otf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Regular.ttf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Regular.woff +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Regular.woff2 +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Semibold.eot +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Semibold.otf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Semibold.ttf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Semibold.woff +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Semibold.woff2 +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Variable.eot +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Variable.ttf +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Variable.woff +0 -0
- package/src/assets/fonts/clash-grotesk/ClashGrotesk-Variable.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Black.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Black.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Black.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Black.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-BlackItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-BlackItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-BlackItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-BlackItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Bold.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Bold.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Bold.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Bold.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-BoldItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-BoldItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-BoldItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Extrabold.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Extrabold.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Extrabold.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Extrabold.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtraboldItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtraboldItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtraboldItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtraboldItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Extralight.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Extralight.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Extralight.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Extralight.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtralightItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtralightItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtralightItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-ExtralightItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Italic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Italic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Italic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Italic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Light.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Light.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Light.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Light.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-LightItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-LightItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-LightItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-LightItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Medium.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Medium.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Medium.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Medium.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-MediumItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-MediumItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-MediumItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Regular.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Regular.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Regular.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Regular.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Semibold.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Semibold.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Semibold.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Semibold.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-SemiboldItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-SemiboldItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-SemiboldItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-SemiboldItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Thin.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Thin.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Thin.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Thin.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-ThinItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-ThinItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-ThinItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-ThinItalic.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-Variable.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-Variable.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-Variable.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-Variable.woff2 +0 -0
- package/src/assets/fonts/switzer/Switzer-VariableItalic.eot +0 -0
- package/src/assets/fonts/switzer/Switzer-VariableItalic.ttf +0 -0
- package/src/assets/fonts/switzer/Switzer-VariableItalic.woff +0 -0
- package/src/assets/fonts/switzer/Switzer-VariableItalic.woff2 +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchableDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/SearchableDropdown/SearchableDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAgB,KAAK,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE/E,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,uBACf,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,GAAG,OAAO,CAAC;IAClD;;OAEG;IACH,KAAK,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,sBAAsB,KAAK,IAAI,CAAC;IACtD;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAC1E;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAaD,eAAO,MAAM,kBAAkB,kGAyL9B,CAAC"}
|
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.ForwardRefExoticComponent<import("./SearchableDropdown").SearchableDropdownProps & React.RefAttributes<HTMLInputElement>>;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
viewport: {
|
|
9
|
+
defaultViewport: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
decorators: ((Story: import("@storybook/core/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
13
|
+
items?: import("./SearchableDropdown").SearchableDropdownItem[] | undefined;
|
|
14
|
+
sectionHeading?: string | undefined;
|
|
15
|
+
isLoading?: boolean | undefined;
|
|
16
|
+
emptyTitle?: string | undefined;
|
|
17
|
+
emptyDescription?: string | undefined;
|
|
18
|
+
emptyLinkText?: string | undefined;
|
|
19
|
+
onEmptyLinkClick?: (() => void) | undefined;
|
|
20
|
+
primaryButtonText?: string | undefined;
|
|
21
|
+
secondaryButtonText?: string | undefined;
|
|
22
|
+
onPrimaryClick?: (() => void) | undefined;
|
|
23
|
+
onSecondaryClick?: (() => void) | undefined;
|
|
24
|
+
dropdownWidth?: "auto" | "full" | undefined;
|
|
25
|
+
showChevron?: boolean | undefined;
|
|
26
|
+
emptyIcon?: React.ReactNode;
|
|
27
|
+
disableFooter?: boolean | undefined;
|
|
28
|
+
onSearchChange?: ((value: string) => void) | undefined;
|
|
29
|
+
onItemSelect?: ((item: import("./SearchableDropdown").SearchableDropdownItem) => void) | undefined;
|
|
30
|
+
filterFunction?: ((item: import("./SearchableDropdown").SearchableDropdownItem, query: string) => boolean) | undefined;
|
|
31
|
+
searchValue?: string | undefined;
|
|
32
|
+
defaultSearchValue?: string | undefined;
|
|
33
|
+
dropdownClassName?: string | undefined;
|
|
34
|
+
minSearchLength?: number | undefined;
|
|
35
|
+
showOnFocus?: boolean | undefined;
|
|
36
|
+
color?: string | undefined | undefined;
|
|
37
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
38
|
+
className?: string | undefined | undefined;
|
|
39
|
+
children?: React.ReactNode;
|
|
40
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
41
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
42
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
43
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
44
|
+
accessKey?: string | undefined | undefined;
|
|
45
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
46
|
+
autoFocus?: boolean | undefined | undefined;
|
|
47
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
48
|
+
contextMenu?: string | undefined | undefined;
|
|
49
|
+
dir?: string | undefined | undefined;
|
|
50
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
51
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
52
|
+
hidden?: boolean | undefined | undefined;
|
|
53
|
+
id?: string | undefined | undefined;
|
|
54
|
+
lang?: string | undefined | undefined;
|
|
55
|
+
nonce?: string | undefined | undefined;
|
|
56
|
+
slot?: string | undefined | undefined;
|
|
57
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
style?: React.CSSProperties | undefined;
|
|
59
|
+
tabIndex?: number | undefined | undefined;
|
|
60
|
+
title?: string | undefined | undefined;
|
|
61
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
62
|
+
radioGroup?: string | undefined | undefined;
|
|
63
|
+
role?: React.AriaRole | undefined;
|
|
64
|
+
about?: string | undefined | undefined;
|
|
65
|
+
content?: string | undefined | undefined;
|
|
66
|
+
datatype?: string | undefined | undefined;
|
|
67
|
+
inlist?: any;
|
|
68
|
+
prefix?: React.ReactNode;
|
|
69
|
+
property?: string | undefined | undefined;
|
|
70
|
+
rel?: string | undefined | undefined;
|
|
71
|
+
resource?: string | undefined | undefined;
|
|
72
|
+
rev?: string | undefined | undefined;
|
|
73
|
+
typeof?: string | undefined | undefined;
|
|
74
|
+
vocab?: string | undefined | undefined;
|
|
75
|
+
autoCorrect?: string | undefined | undefined;
|
|
76
|
+
autoSave?: string | undefined | undefined;
|
|
77
|
+
itemProp?: string | undefined | undefined;
|
|
78
|
+
itemScope?: boolean | undefined | undefined;
|
|
79
|
+
itemType?: string | undefined | undefined;
|
|
80
|
+
itemID?: string | undefined | undefined;
|
|
81
|
+
itemRef?: string | undefined | undefined;
|
|
82
|
+
results?: number | undefined | undefined;
|
|
83
|
+
security?: string | undefined | undefined;
|
|
84
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
85
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
86
|
+
is?: string | undefined | undefined;
|
|
87
|
+
exportparts?: string | undefined | undefined;
|
|
88
|
+
part?: string | undefined | undefined;
|
|
89
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
90
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
91
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
92
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
93
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
94
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
96
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
97
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
98
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
99
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
100
|
+
"aria-controls"?: string | undefined | undefined;
|
|
101
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
102
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
103
|
+
"aria-description"?: string | undefined | undefined;
|
|
104
|
+
"aria-details"?: string | undefined | undefined;
|
|
105
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
106
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
107
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
108
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
109
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
110
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
111
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
112
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
113
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
114
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
115
|
+
"aria-label"?: string | undefined | undefined;
|
|
116
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
117
|
+
"aria-level"?: number | undefined | undefined;
|
|
118
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
119
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
120
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
121
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
122
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
123
|
+
"aria-owns"?: string | undefined | undefined;
|
|
124
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
125
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
126
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
127
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
128
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
129
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
130
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
131
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
132
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
133
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
134
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
135
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
136
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
137
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
138
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
139
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
140
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
141
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
142
|
+
dangerouslySetInnerHTML?: {
|
|
143
|
+
__html: string | TrustedHTML;
|
|
144
|
+
} | undefined | undefined;
|
|
145
|
+
onCopy?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
146
|
+
onCopyCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
147
|
+
onCut?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
148
|
+
onCutCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
149
|
+
onPaste?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
150
|
+
onPasteCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
151
|
+
onCompositionEnd?: React.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
152
|
+
onCompositionEndCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
153
|
+
onCompositionStart?: React.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
154
|
+
onCompositionStartCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
155
|
+
onCompositionUpdate?: React.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
156
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
157
|
+
onFocus?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
158
|
+
onFocusCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
159
|
+
onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
160
|
+
onBlurCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
161
|
+
onChangeCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
162
|
+
onBeforeInput?: React.InputEventHandler<HTMLInputElement> | undefined;
|
|
163
|
+
onBeforeInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
164
|
+
onInput?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
165
|
+
onInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
166
|
+
onReset?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
167
|
+
onResetCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
168
|
+
onSubmit?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
169
|
+
onSubmitCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
170
|
+
onInvalid?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
171
|
+
onInvalidCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
172
|
+
onLoad?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
173
|
+
onLoadCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
174
|
+
onError?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
175
|
+
onErrorCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
176
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
177
|
+
onKeyDownCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
178
|
+
onKeyPress?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
179
|
+
onKeyPressCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
180
|
+
onKeyUp?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
181
|
+
onKeyUpCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
182
|
+
onAbort?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
183
|
+
onAbortCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
184
|
+
onCanPlay?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
185
|
+
onCanPlayCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
186
|
+
onCanPlayThrough?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
187
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
188
|
+
onDurationChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
189
|
+
onDurationChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
190
|
+
onEmptied?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
191
|
+
onEmptiedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
192
|
+
onEncrypted?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
193
|
+
onEncryptedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
194
|
+
onEnded?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
195
|
+
onEndedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
196
|
+
onLoadedData?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
197
|
+
onLoadedDataCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
198
|
+
onLoadedMetadata?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
199
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
200
|
+
onLoadStart?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
201
|
+
onLoadStartCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
202
|
+
onPause?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
203
|
+
onPauseCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
204
|
+
onPlay?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
205
|
+
onPlayCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
206
|
+
onPlaying?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
207
|
+
onPlayingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
208
|
+
onProgress?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
209
|
+
onProgressCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
210
|
+
onRateChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
211
|
+
onRateChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
212
|
+
onSeeked?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
213
|
+
onSeekedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
214
|
+
onSeeking?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
215
|
+
onSeekingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
216
|
+
onStalled?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
217
|
+
onStalledCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
218
|
+
onSuspend?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
219
|
+
onSuspendCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
220
|
+
onTimeUpdate?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
221
|
+
onTimeUpdateCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
222
|
+
onVolumeChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
223
|
+
onVolumeChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
224
|
+
onWaiting?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
225
|
+
onWaitingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
226
|
+
onAuxClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
227
|
+
onAuxClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
228
|
+
onClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
229
|
+
onClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
230
|
+
onContextMenu?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
231
|
+
onContextMenuCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
232
|
+
onDoubleClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
233
|
+
onDoubleClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
234
|
+
onDrag?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
235
|
+
onDragCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
236
|
+
onDragEnd?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
237
|
+
onDragEndCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
238
|
+
onDragEnter?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
239
|
+
onDragEnterCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
240
|
+
onDragExit?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
241
|
+
onDragExitCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
242
|
+
onDragLeave?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
243
|
+
onDragLeaveCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
244
|
+
onDragOver?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
245
|
+
onDragOverCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
246
|
+
onDragStart?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
247
|
+
onDragStartCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
248
|
+
onDrop?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
249
|
+
onDropCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
|
|
250
|
+
onMouseDown?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
251
|
+
onMouseDownCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
252
|
+
onMouseEnter?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
253
|
+
onMouseLeave?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
254
|
+
onMouseMove?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
255
|
+
onMouseMoveCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
256
|
+
onMouseOut?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
257
|
+
onMouseOutCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
258
|
+
onMouseOver?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
259
|
+
onMouseOverCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
260
|
+
onMouseUp?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
261
|
+
onMouseUpCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
|
|
262
|
+
onSelect?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
263
|
+
onSelectCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
264
|
+
onTouchCancel?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
265
|
+
onTouchCancelCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
266
|
+
onTouchEnd?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
267
|
+
onTouchEndCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
268
|
+
onTouchMove?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
269
|
+
onTouchMoveCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
270
|
+
onTouchStart?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
271
|
+
onTouchStartCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
|
|
272
|
+
onPointerDown?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
273
|
+
onPointerDownCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
274
|
+
onPointerMove?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
275
|
+
onPointerMoveCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
276
|
+
onPointerUp?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
277
|
+
onPointerUpCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
278
|
+
onPointerCancel?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
279
|
+
onPointerCancelCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
280
|
+
onPointerEnter?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
281
|
+
onPointerLeave?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
282
|
+
onPointerOver?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
283
|
+
onPointerOverCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
284
|
+
onPointerOut?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
285
|
+
onPointerOutCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
286
|
+
onGotPointerCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
287
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
288
|
+
onLostPointerCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
289
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
|
|
290
|
+
onScroll?: React.UIEventHandler<HTMLInputElement> | undefined;
|
|
291
|
+
onScrollCapture?: React.UIEventHandler<HTMLInputElement> | undefined;
|
|
292
|
+
onWheel?: React.WheelEventHandler<HTMLInputElement> | undefined;
|
|
293
|
+
onWheelCapture?: React.WheelEventHandler<HTMLInputElement> | undefined;
|
|
294
|
+
onAnimationStart?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
295
|
+
onAnimationStartCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
296
|
+
onAnimationEnd?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
297
|
+
onAnimationEndCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
298
|
+
onAnimationIteration?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
299
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
300
|
+
onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
301
|
+
onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
302
|
+
form?: string | undefined | undefined;
|
|
303
|
+
list?: string | undefined | undefined;
|
|
304
|
+
isDisabled?: boolean | undefined;
|
|
305
|
+
disabled?: boolean | undefined | undefined;
|
|
306
|
+
formAction?: string | undefined;
|
|
307
|
+
formEncType?: string | undefined | undefined;
|
|
308
|
+
formMethod?: string | undefined | undefined;
|
|
309
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
310
|
+
formTarget?: string | undefined | undefined;
|
|
311
|
+
name?: string | undefined | undefined;
|
|
312
|
+
type?: React.HTMLInputTypeAttribute | undefined;
|
|
313
|
+
step?: number | string | undefined | undefined;
|
|
314
|
+
label?: string | undefined;
|
|
315
|
+
helperText?: string | undefined;
|
|
316
|
+
validationState?: "none" | "positive" | "negative" | undefined;
|
|
317
|
+
height?: number | string | undefined | undefined;
|
|
318
|
+
max?: number | string | undefined | undefined;
|
|
319
|
+
min?: number | string | undefined | undefined;
|
|
320
|
+
width?: number | string | undefined | undefined;
|
|
321
|
+
multiple?: boolean | undefined | undefined;
|
|
322
|
+
pattern?: string | undefined | undefined;
|
|
323
|
+
accept?: string | undefined | undefined;
|
|
324
|
+
alt?: string | undefined | undefined;
|
|
325
|
+
autoComplete?: React.HTMLInputAutoCompleteAttribute | undefined;
|
|
326
|
+
capture?: boolean | "user" | "environment" | undefined | undefined;
|
|
327
|
+
checked?: boolean | undefined | undefined;
|
|
328
|
+
maxLength?: number | undefined | undefined;
|
|
329
|
+
minLength?: number | undefined | undefined;
|
|
330
|
+
placeholder?: string | undefined | undefined;
|
|
331
|
+
readOnly?: boolean | undefined | undefined;
|
|
332
|
+
required?: boolean | undefined | undefined;
|
|
333
|
+
src?: string | undefined | undefined;
|
|
334
|
+
errorText?: string | undefined;
|
|
335
|
+
containerClassName?: string | undefined;
|
|
336
|
+
labelClassName?: string | undefined;
|
|
337
|
+
isOptional?: boolean | undefined;
|
|
338
|
+
isRequired?: boolean | undefined;
|
|
339
|
+
infoHeading?: string | undefined;
|
|
340
|
+
infoDescription?: string | undefined;
|
|
341
|
+
linkText?: string | undefined;
|
|
342
|
+
linkHref?: string | undefined;
|
|
343
|
+
onLinkClick?: ((e: React.MouseEvent<HTMLAnchorElement>) => void) | undefined;
|
|
344
|
+
successText?: string | undefined;
|
|
345
|
+
suffix?: React.ReactNode;
|
|
346
|
+
showClearButton?: boolean | undefined;
|
|
347
|
+
onClear?: (() => void) | undefined;
|
|
348
|
+
inputClassName?: string | undefined;
|
|
349
|
+
ref?: React.LegacyRef<HTMLInputElement> | undefined;
|
|
350
|
+
key?: React.Key | null | undefined;
|
|
351
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
352
|
+
tags: string[];
|
|
353
|
+
argTypes: {
|
|
354
|
+
size: {
|
|
355
|
+
control: "select";
|
|
356
|
+
options: string[];
|
|
357
|
+
description: string;
|
|
358
|
+
};
|
|
359
|
+
isLoading: {
|
|
360
|
+
control: "boolean";
|
|
361
|
+
description: string;
|
|
362
|
+
};
|
|
363
|
+
showChevron: {
|
|
364
|
+
control: "boolean";
|
|
365
|
+
description: string;
|
|
366
|
+
};
|
|
367
|
+
disableFooter: {
|
|
368
|
+
control: "boolean";
|
|
369
|
+
description: string;
|
|
370
|
+
};
|
|
371
|
+
dropdownWidth: {
|
|
372
|
+
control: "select";
|
|
373
|
+
options: string[];
|
|
374
|
+
description: string;
|
|
375
|
+
};
|
|
376
|
+
minSearchLength: {
|
|
377
|
+
control: "number";
|
|
378
|
+
description: string;
|
|
379
|
+
};
|
|
380
|
+
showOnFocus: {
|
|
381
|
+
control: "boolean";
|
|
382
|
+
description: string;
|
|
383
|
+
};
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
export default meta;
|
|
387
|
+
type Story = StoryObj<typeof meta>;
|
|
388
|
+
export declare const Default: Story;
|
|
389
|
+
export declare const WithUsers: Story;
|
|
390
|
+
export declare const WithCompanies: Story;
|
|
391
|
+
export declare const WithoutSectionHeading: Story;
|
|
392
|
+
export declare const WithoutFooter: Story;
|
|
393
|
+
export declare const LoadingState: Story;
|
|
394
|
+
export declare const SmallSize: Story;
|
|
395
|
+
export declare const LargeSize: Story;
|
|
396
|
+
export declare const MinSearchLength: Story;
|
|
397
|
+
export declare const WithPrefix: Story;
|
|
398
|
+
export declare const Required: Story;
|
|
399
|
+
export declare const Optional: Story;
|
|
400
|
+
export declare const WithError: Story;
|
|
401
|
+
export declare const WithSuccess: Story;
|
|
402
|
+
export declare const Disabled: Story;
|
|
403
|
+
export declare const ControlledExample: Story;
|
|
404
|
+
export declare const WithCustomFilter: Story;
|
|
405
|
+
export declare const WithFooterActions: Story;
|
|
406
|
+
export declare const MultipleSearchableDropdowns: Story;
|
|
407
|
+
//# sourceMappingURL=SearchableDropdown.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchableDropdown.stories.d.ts","sourceRoot":"","sources":["../../../src/components/SearchableDropdown/SearchableDropdown.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDiC,CAAC;AAE5C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AA4MnC,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAO3B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAOnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAO3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAQ7B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAQxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC;AAGF,eAAO,MAAM,iBAAiB,EAAE,KAiC/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAiB9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAmB/B,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,KA4BzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SearchableDropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,GAC5B,MAAM,sBAAsB,CAAC"}
|