Skip to content

Commit 8da7e04

Browse files
author
Ashot Harutyunyan
committed
feat: update number input to new input from gravity ui
1 parent de3e41c commit 8da7e04

File tree

996 files changed

+374
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

996 files changed

+374
-234
lines changed

src/lib/core/components/Form/types/number.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ export type NumberLayoutProps<
4444
NumberSpec<undefined, InputComponentProps, LayoutComponentProps>
4545
>;
4646

47-
export type NumberInput<InputComponentProps extends Record<string, any> | undefined = undefined> =
48-
InputType<
49-
number,
50-
InputComponentProps,
51-
undefined,
52-
NumberSpec<undefined, InputComponentProps, undefined>
53-
>;
47+
export type NumberInputType<
48+
InputComponentProps extends Record<string, any> | undefined = undefined,
49+
> = InputType<
50+
number,
51+
InputComponentProps,
52+
undefined,
53+
NumberSpec<undefined, InputComponentProps, undefined>
54+
>;
5455

5556
export type NumberIndependentInput<
5657
InputComponentProps extends Record<string, any> | undefined = undefined,
-1.97 KB
9.34 KB
-1.79 KB
8.14 KB
-854 Bytes
11.1 KB
-850 Bytes
10.2 KB
-1.84 KB

0 commit comments

Comments
 (0)