ingred-ui 27.0.1 → 27.0.3
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/FullSizeConfirmModal/FullSizeConfirmModal.stories.d.ts +54 -54
- package/dist/components/Menu/Menu.stories.d.ts +18 -18
- package/dist/components/MenuList/MenuList.stories.d.ts +18 -18
- package/dist/components/Select/internal/MultiValueRemove/MultiValueRemove.d.ts +1 -2
- package/dist/components/Snackbar/Snackbar.stories.d.ts +27 -27
- package/dist/components/Toast/Toast.stories.d.ts +36 -36
- package/dist/components/index.d.ts +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +13 -8
- package/dist/components/CreatableSelect/CreatableSelect.d.ts +0 -22
- package/dist/components/CreatableSelect/CreatableSelect.stories.d.ts +0 -19
- package/dist/components/Select/Select.d.ts +0 -24
- package/dist/components/Select/Select.stories.d.ts +0 -29
|
@@ -22,7 +22,7 @@ export declare const Basic: {
|
|
|
22
22
|
children: string;
|
|
23
23
|
onSubmit: import("storybook/actions").HandlerFunction;
|
|
24
24
|
};
|
|
25
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
25
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
26
26
|
title: string;
|
|
27
27
|
confirmText?: string | undefined;
|
|
28
28
|
cancelText?: string | undefined;
|
|
@@ -38,7 +38,7 @@ export declare const Basic: {
|
|
|
38
38
|
modalProps?: import("..").ModalProps | undefined;
|
|
39
39
|
fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
|
|
40
40
|
children?: React.ReactNode;
|
|
41
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
41
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
42
42
|
title: string;
|
|
43
43
|
confirmText?: string | undefined;
|
|
44
44
|
cancelText?: string | undefined;
|
|
@@ -57,17 +57,17 @@ export declare const Basic: {
|
|
|
57
57
|
}>[] | undefined;
|
|
58
58
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
59
59
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
|
|
60
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
61
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
62
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
63
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
60
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
61
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
62
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
63
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
64
64
|
tags?: string[] | undefined;
|
|
65
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
65
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
66
66
|
name?: string | undefined;
|
|
67
67
|
storyName?: string | undefined;
|
|
68
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
68
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
69
69
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
70
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
70
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
|
|
71
71
|
};
|
|
72
72
|
export declare const WithOneSubAction: {
|
|
73
73
|
args: {
|
|
@@ -75,7 +75,7 @@ export declare const WithOneSubAction: {
|
|
|
75
75
|
onSubmit: import("storybook/actions").HandlerFunction;
|
|
76
76
|
subActions: JSX.Element[];
|
|
77
77
|
};
|
|
78
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
78
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
79
79
|
title: string;
|
|
80
80
|
confirmText?: string | undefined;
|
|
81
81
|
cancelText?: string | undefined;
|
|
@@ -91,7 +91,7 @@ export declare const WithOneSubAction: {
|
|
|
91
91
|
modalProps?: import("..").ModalProps | undefined;
|
|
92
92
|
fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
|
|
93
93
|
children?: React.ReactNode;
|
|
94
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
94
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
95
95
|
title: string;
|
|
96
96
|
confirmText?: string | undefined;
|
|
97
97
|
cancelText?: string | undefined;
|
|
@@ -110,17 +110,17 @@ export declare const WithOneSubAction: {
|
|
|
110
110
|
}>[] | undefined;
|
|
111
111
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
112
112
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
|
|
113
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
114
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
115
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
116
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
113
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
114
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
115
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
116
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
117
117
|
tags?: string[] | undefined;
|
|
118
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
118
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
119
119
|
name?: string | undefined;
|
|
120
120
|
storyName?: string | undefined;
|
|
121
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
121
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
122
122
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
123
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
123
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
|
|
124
124
|
};
|
|
125
125
|
export declare const WithTwoSubActions: {
|
|
126
126
|
args: {
|
|
@@ -128,7 +128,7 @@ export declare const WithTwoSubActions: {
|
|
|
128
128
|
onSubmit: import("storybook/actions").HandlerFunction;
|
|
129
129
|
subActions: JSX.Element[];
|
|
130
130
|
};
|
|
131
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
131
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
132
132
|
title: string;
|
|
133
133
|
confirmText?: string | undefined;
|
|
134
134
|
cancelText?: string | undefined;
|
|
@@ -144,7 +144,7 @@ export declare const WithTwoSubActions: {
|
|
|
144
144
|
modalProps?: import("..").ModalProps | undefined;
|
|
145
145
|
fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
|
|
146
146
|
children?: React.ReactNode;
|
|
147
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
147
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
148
148
|
title: string;
|
|
149
149
|
confirmText?: string | undefined;
|
|
150
150
|
cancelText?: string | undefined;
|
|
@@ -163,17 +163,17 @@ export declare const WithTwoSubActions: {
|
|
|
163
163
|
}>[] | undefined;
|
|
164
164
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
165
165
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
|
|
166
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
167
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
168
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
169
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
166
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
167
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
168
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
169
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
170
170
|
tags?: string[] | undefined;
|
|
171
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
171
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
172
172
|
name?: string | undefined;
|
|
173
173
|
storyName?: string | undefined;
|
|
174
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
174
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
175
175
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
176
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
176
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
|
|
177
177
|
};
|
|
178
178
|
export declare const Loading: {
|
|
179
179
|
args: {
|
|
@@ -181,7 +181,7 @@ export declare const Loading: {
|
|
|
181
181
|
onSubmit: () => void;
|
|
182
182
|
loading: boolean;
|
|
183
183
|
};
|
|
184
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
184
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
185
185
|
title: string;
|
|
186
186
|
confirmText?: string | undefined;
|
|
187
187
|
cancelText?: string | undefined;
|
|
@@ -197,7 +197,7 @@ export declare const Loading: {
|
|
|
197
197
|
modalProps?: import("..").ModalProps | undefined;
|
|
198
198
|
fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
|
|
199
199
|
children?: React.ReactNode;
|
|
200
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
200
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
201
201
|
title: string;
|
|
202
202
|
confirmText?: string | undefined;
|
|
203
203
|
cancelText?: string | undefined;
|
|
@@ -216,17 +216,17 @@ export declare const Loading: {
|
|
|
216
216
|
}>[] | undefined;
|
|
217
217
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
218
218
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
|
|
219
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
220
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
221
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
222
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
219
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
220
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
221
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
222
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
223
223
|
tags?: string[] | undefined;
|
|
224
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
224
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
225
225
|
name?: string | undefined;
|
|
226
226
|
storyName?: string | undefined;
|
|
227
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
227
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
228
228
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
229
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
229
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
|
|
230
230
|
};
|
|
231
231
|
export declare const OverflowYScroll: {
|
|
232
232
|
args: {
|
|
@@ -234,7 +234,7 @@ export declare const OverflowYScroll: {
|
|
|
234
234
|
onSubmit: import("storybook/actions").HandlerFunction;
|
|
235
235
|
overflowYScroll: boolean;
|
|
236
236
|
};
|
|
237
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
237
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
238
238
|
title: string;
|
|
239
239
|
confirmText?: string | undefined;
|
|
240
240
|
cancelText?: string | undefined;
|
|
@@ -250,7 +250,7 @@ export declare const OverflowYScroll: {
|
|
|
250
250
|
modalProps?: import("..").ModalProps | undefined;
|
|
251
251
|
fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
|
|
252
252
|
children?: React.ReactNode;
|
|
253
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
253
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
254
254
|
title: string;
|
|
255
255
|
confirmText?: string | undefined;
|
|
256
256
|
cancelText?: string | undefined;
|
|
@@ -269,24 +269,24 @@ export declare const OverflowYScroll: {
|
|
|
269
269
|
}>[] | undefined;
|
|
270
270
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
271
271
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
|
|
272
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
273
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
274
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
275
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
272
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
273
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
274
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
275
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
276
276
|
tags?: string[] | undefined;
|
|
277
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
277
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
278
278
|
name?: string | undefined;
|
|
279
279
|
storyName?: string | undefined;
|
|
280
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
280
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
281
281
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
282
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
282
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
|
|
283
283
|
};
|
|
284
284
|
export declare const WithoutFooter: {
|
|
285
285
|
args: {
|
|
286
286
|
children: string;
|
|
287
287
|
onSubmit: undefined;
|
|
288
288
|
};
|
|
289
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
289
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
290
290
|
title: string;
|
|
291
291
|
confirmText?: string | undefined;
|
|
292
292
|
cancelText?: string | undefined;
|
|
@@ -302,7 +302,7 @@ export declare const WithoutFooter: {
|
|
|
302
302
|
modalProps?: import("..").ModalProps | undefined;
|
|
303
303
|
fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
|
|
304
304
|
children?: React.ReactNode;
|
|
305
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
305
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
306
306
|
title: string;
|
|
307
307
|
confirmText?: string | undefined;
|
|
308
308
|
cancelText?: string | undefined;
|
|
@@ -321,15 +321,15 @@ export declare const WithoutFooter: {
|
|
|
321
321
|
}>[] | undefined;
|
|
322
322
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
323
323
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
|
|
324
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
325
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
326
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
327
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
324
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
325
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
326
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
|
|
327
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
328
328
|
tags?: string[] | undefined;
|
|
329
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
329
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
330
330
|
name?: string | undefined;
|
|
331
331
|
storyName?: string | undefined;
|
|
332
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
332
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
|
|
333
333
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
334
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
334
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
|
|
335
335
|
};
|
|
@@ -22,7 +22,7 @@ export declare const Basic: {
|
|
|
22
22
|
}[];
|
|
23
23
|
maxHeight: string;
|
|
24
24
|
};
|
|
25
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
25
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
26
26
|
isOpen?: boolean | undefined;
|
|
27
27
|
baseElement?: HTMLElement | null | undefined;
|
|
28
28
|
contents: import("..").ContentProp[];
|
|
@@ -31,7 +31,7 @@ export declare const Basic: {
|
|
|
31
31
|
maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
|
|
32
32
|
menuListProps?: Partial<import("..").MenuListProps> | undefined;
|
|
33
33
|
popoverProps?: Partial<import("..").PopoverProps> | undefined;
|
|
34
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
34
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
35
35
|
isOpen?: boolean | undefined;
|
|
36
36
|
baseElement?: HTMLElement | null | undefined;
|
|
37
37
|
contents: import("..").ContentProp[];
|
|
@@ -43,17 +43,17 @@ export declare const Basic: {
|
|
|
43
43
|
}>[] | undefined;
|
|
44
44
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
45
45
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<MenuProps>> | undefined;
|
|
46
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
47
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
48
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
49
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
46
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
|
|
47
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
|
|
48
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
|
|
49
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
|
|
50
50
|
tags?: string[] | undefined;
|
|
51
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
51
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, MenuProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
52
52
|
name?: string | undefined;
|
|
53
53
|
storyName?: string | undefined;
|
|
54
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
54
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
|
|
55
55
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
56
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
56
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, MenuProps, Partial<MenuProps>>, "story"> | undefined;
|
|
57
57
|
};
|
|
58
58
|
export declare const Group: {
|
|
59
59
|
args: {
|
|
@@ -66,7 +66,7 @@ export declare const Group: {
|
|
|
66
66
|
}[];
|
|
67
67
|
maxHeight: string;
|
|
68
68
|
};
|
|
69
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
69
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
70
70
|
isOpen?: boolean | undefined;
|
|
71
71
|
baseElement?: HTMLElement | null | undefined;
|
|
72
72
|
contents: import("..").ContentProp[];
|
|
@@ -75,7 +75,7 @@ export declare const Group: {
|
|
|
75
75
|
maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
|
|
76
76
|
menuListProps?: Partial<import("..").MenuListProps> | undefined;
|
|
77
77
|
popoverProps?: Partial<import("..").PopoverProps> | undefined;
|
|
78
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
78
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
79
79
|
isOpen?: boolean | undefined;
|
|
80
80
|
baseElement?: HTMLElement | null | undefined;
|
|
81
81
|
contents: import("..").ContentProp[];
|
|
@@ -87,15 +87,15 @@ export declare const Group: {
|
|
|
87
87
|
}>[] | undefined;
|
|
88
88
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
89
89
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<MenuProps>> | undefined;
|
|
90
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
91
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
92
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
93
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
90
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
|
|
91
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
|
|
92
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
|
|
93
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
|
|
94
94
|
tags?: string[] | undefined;
|
|
95
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
95
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, MenuProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
96
96
|
name?: string | undefined;
|
|
97
97
|
storyName?: string | undefined;
|
|
98
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
98
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
|
|
99
99
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
100
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
100
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, MenuProps, Partial<MenuProps>>, "story"> | undefined;
|
|
101
101
|
};
|
|
@@ -32,7 +32,7 @@ export declare const Basic: {
|
|
|
32
32
|
})[];
|
|
33
33
|
maxHeight: string;
|
|
34
34
|
};
|
|
35
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
35
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
36
36
|
slot?: string | undefined;
|
|
37
37
|
style?: React.CSSProperties | undefined;
|
|
38
38
|
title?: string | undefined;
|
|
@@ -293,7 +293,7 @@ export declare const Basic: {
|
|
|
293
293
|
inline?: boolean | undefined;
|
|
294
294
|
contents: import("./MenuList").ContentProp[];
|
|
295
295
|
maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
|
|
296
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
296
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
297
297
|
slot?: string | undefined;
|
|
298
298
|
style?: React.CSSProperties | undefined;
|
|
299
299
|
title?: string | undefined;
|
|
@@ -557,17 +557,17 @@ export declare const Basic: {
|
|
|
557
557
|
}>[] | undefined;
|
|
558
558
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
559
559
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<MenuListProps>> | undefined;
|
|
560
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
561
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
562
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
563
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
560
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuListProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuListProps>[] | undefined;
|
|
561
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuListProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuListProps>[] | undefined;
|
|
562
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuListProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuListProps>[] | undefined;
|
|
563
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, MenuListProps> | undefined;
|
|
564
564
|
tags?: string[] | undefined;
|
|
565
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
565
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, MenuListProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
566
566
|
name?: string | undefined;
|
|
567
567
|
storyName?: string | undefined;
|
|
568
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
568
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, MenuListProps> | undefined;
|
|
569
569
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
570
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
570
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, MenuListProps, Partial<MenuListProps>>, "story"> | undefined;
|
|
571
571
|
};
|
|
572
572
|
export declare const Group: {
|
|
573
573
|
args: {
|
|
@@ -580,7 +580,7 @@ export declare const Group: {
|
|
|
580
580
|
}[];
|
|
581
581
|
maxHeight: string;
|
|
582
582
|
};
|
|
583
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
583
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
584
584
|
slot?: string | undefined;
|
|
585
585
|
style?: React.CSSProperties | undefined;
|
|
586
586
|
title?: string | undefined;
|
|
@@ -841,7 +841,7 @@ export declare const Group: {
|
|
|
841
841
|
inline?: boolean | undefined;
|
|
842
842
|
contents: import("./MenuList").ContentProp[];
|
|
843
843
|
maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
|
|
844
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
844
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
845
845
|
slot?: string | undefined;
|
|
846
846
|
style?: React.CSSProperties | undefined;
|
|
847
847
|
title?: string | undefined;
|
|
@@ -1105,15 +1105,15 @@ export declare const Group: {
|
|
|
1105
1105
|
}>[] | undefined;
|
|
1106
1106
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
1107
1107
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<MenuListProps>> | undefined;
|
|
1108
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
1109
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
1110
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
1111
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
1108
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuListProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuListProps>[] | undefined;
|
|
1109
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuListProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuListProps>[] | undefined;
|
|
1110
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuListProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuListProps>[] | undefined;
|
|
1111
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, MenuListProps> | undefined;
|
|
1112
1112
|
tags?: string[] | undefined;
|
|
1113
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
1113
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, MenuListProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
1114
1114
|
name?: string | undefined;
|
|
1115
1115
|
storyName?: string | undefined;
|
|
1116
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
1116
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, MenuListProps> | undefined;
|
|
1117
1117
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
1118
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
1118
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, MenuListProps, Partial<MenuListProps>>, "story"> | undefined;
|
|
1119
1119
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { GroupBase } from "react-select";
|
|
2
|
+
import { type GroupBase, type MultiValueRemoveProps } from "react-select";
|
|
3
3
|
import { OptionType } from "../../";
|
|
4
|
-
import { MultiValueRemoveProps } from "react-select/dist/declarations/src/components/MultiValue";
|
|
5
4
|
declare const MultiValueRemove: <T>(props: MultiValueRemoveProps<OptionType<T>, boolean, GroupBase<OptionType<T>>>) => JSX.Element;
|
|
6
5
|
export { MultiValueRemove };
|