@rocket.chat/fuselage 0.6.3-dev.32 → 0.6.3-dev.323
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 +111 -20
- package/dist/components/Accordion/index.d.ts +13 -0
- package/dist/components/AutoComplete/index.d.ts +18 -0
- package/dist/components/Avatar/index.d.ts +28 -0
- package/dist/components/Badge/index.d.ts +11 -0
- package/dist/components/Banner/index.d.ts +15 -0
- package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +16 -0
- package/dist/components/Box/AnimatedVisibility/index.d.ts +2 -0
- package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -0
- package/dist/components/Box/BoxTransforms.d.ts +5 -0
- package/dist/components/Box/BoxTransforms.d.ts.map +1 -0
- package/dist/components/Box/Position/Position.d.ts +14 -0
- package/dist/components/Box/Position/PositionAnimated.d.ts +11 -0
- package/dist/components/Box/Position/index.d.ts +3 -0
- package/dist/components/Box/Position/index.d.ts.map +1 -0
- package/dist/components/Box/Scrollable/index.d.ts +9 -0
- package/dist/components/Box/index.d.ts +153 -0
- package/dist/components/Button/index.d.ts +26 -0
- package/dist/components/ButtonGroup/index.d.ts +13 -0
- package/dist/components/Callout/index.d.ts +8 -0
- package/dist/components/CheckBox/index.d.ts +8 -0
- package/dist/components/Chevron/index.d.ts +12 -0
- package/dist/components/Chip/index.d.ts +8 -0
- package/dist/components/Divider/index.d.ts +6 -0
- package/dist/components/Divider/index.d.ts.map +1 -0
- package/dist/components/EmailInput/index.d.ts +9 -0
- package/dist/components/Field/index.d.ts +18 -0
- package/dist/components/FieldGroup/index.d.ts +6 -0
- package/dist/components/Grid/index.d.ts +15 -0
- package/dist/components/Icon/index.d.ts +8 -0
- package/dist/components/InputBox/index.d.ts +40 -0
- package/dist/components/Margins/index.d.ts +20 -0
- package/dist/components/Menu/index.d.ts +20 -0
- package/dist/components/Message/Divider/index.d.ts +6 -0
- package/dist/components/Message/Divider/index.d.ts.map +1 -0
- package/dist/components/Message/Message.d.ts +15 -0
- package/dist/components/Message/Message.d.ts.map +1 -0
- package/dist/components/Message/Metrics/index.d.ts +22 -0
- package/dist/components/Message/Metrics/index.d.ts.map +1 -0
- package/dist/components/Message/Reactions/index.d.ts +14 -0
- package/dist/components/Message/Reactions/index.d.ts.map +1 -0
- package/dist/components/Message/ThreadMessage/index.d.ts +13 -0
- package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -0
- package/dist/components/Message/Toolbox/index.d.ts +11 -0
- package/dist/components/Message/Toolbox/index.d.ts.map +1 -0
- package/dist/components/Message/index.d.ts +3 -0
- package/dist/components/Message/index.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +22 -0
- package/dist/components/MultiSelect/index.d.ts +15 -0
- package/dist/components/NumberInput/index.d.ts +6 -0
- package/dist/components/Options/Option/index.d.ts +16 -0
- package/dist/components/Options/index.d.ts +16 -0
- package/dist/components/Pagination/index.d.ts +24 -0
- package/dist/components/PasswordInput/PasswordInput.d.ts +6 -0
- package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.spec.d.ts +2 -0
- package/dist/components/PasswordInput/PasswordInput.spec.d.ts.map +1 -0
- package/dist/components/PasswordInput/index.d.ts +2 -0
- package/dist/components/PasswordInput/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.d.ts +129 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/spec.d.ts +2 -0
- package/dist/components/ProgressBar/spec.d.ts.map +1 -0
- package/dist/components/RadioButton/index.d.ts +6 -0
- package/dist/components/SearchInput/index.d.ts +9 -0
- package/dist/components/Select/index.d.ts +15 -0
- package/dist/components/SelectPaginated/hugeList.d.ts +5 -0
- package/dist/components/SelectPaginated/hugeList.d.ts.map +1 -0
- package/dist/components/Sidebar/index.d.ts +40 -0
- package/dist/components/Skeleton/index.d.ts +8 -0
- package/dist/components/StatusBullet/index.d.ts +7 -0
- package/dist/components/Table/index.d.ts +24 -0
- package/dist/components/Tabs/index.d.ts +15 -0
- package/dist/components/Tag/index.d.ts +9 -0
- package/dist/components/TextAreaInput/index.d.ts +6 -0
- package/dist/components/TextInput/index.d.ts +9 -0
- package/dist/components/Throbber/index.d.ts +11 -0
- package/dist/components/Tile/Tile.d.ts +8 -0
- package/dist/components/Tile/Tile.d.ts.map +1 -0
- package/dist/components/Tile/Tile.spec.d.ts +2 -0
- package/dist/components/Tile/Tile.spec.d.ts.map +1 -0
- package/dist/components/Tile/index.d.ts +2 -0
- package/dist/components/Tile/index.d.ts.map +1 -0
- package/dist/components/ToggleSwitch/index.d.ts +6 -0
- package/dist/components/Tooltip/Tooltip.d.ts +126 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.spec.d.ts +2 -0
- package/dist/components/Tooltip/Tooltip.spec.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/UrlInput/UrlInput.d.ts +6 -0
- package/dist/components/UrlInput/UrlInput.d.ts.map +1 -0
- package/dist/components/UrlInput/UrlInput.spec.d.ts +2 -0
- package/dist/components/UrlInput/UrlInput.spec.d.ts.map +1 -0
- package/dist/components/UrlInput/index.d.ts +2 -0
- package/dist/components/UrlInput/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +51 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/fuselage.development.js +12963 -9187
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +2 -1
- package/dist/fuselage.production.js.LICENSE.txt +8 -0
- package/dist/helpers/appendClassName.d.ts +2 -0
- package/dist/helpers/appendClassName.d.ts.map +1 -0
- package/dist/helpers/composeClassNames.d.ts +2 -0
- package/dist/helpers/composeClassNames.d.ts.map +1 -0
- package/dist/helpers/createPropType.d.ts +3 -0
- package/dist/helpers/createPropType.d.ts.map +1 -0
- package/dist/helpers/flattenChildren.d.ts +2 -0
- package/dist/helpers/flattenChildren.d.ts.map +1 -0
- package/dist/helpers/fromCamelToKebab.d.ts +2 -0
- package/dist/helpers/fromCamelToKebab.d.ts.map +1 -0
- package/dist/helpers/patchChildren.d.ts +3 -0
- package/dist/helpers/patchChildren.d.ts.map +1 -0
- package/dist/helpers/prependClassName.d.ts +2 -0
- package/dist/helpers/prependClassName.d.ts.map +1 -0
- package/dist/helpers/shallowEqual.d.ts +2 -0
- package/dist/helpers/shallowEqual.d.ts.map +1 -0
- package/dist/hooks/useStyle.d.ts +3 -0
- package/dist/hooks/useStyle.d.ts.map +1 -0
- package/dist/hooks/useStyleSheet.d.ts +5 -0
- package/dist/hooks/useStyleSheet.d.ts.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/styleTokens.d.ts +15 -0
- package/dist/styleTokens.d.ts.map +1 -0
- package/package.json +107 -81
- package/CHANGELOG.md +0 -531
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
import { Box } from '../Box';
|
|
4
|
+
|
|
5
|
+
type InputBoxProps = ComponentProps<typeof Box> & {
|
|
6
|
+
addon?: ReactNode;
|
|
7
|
+
input?: ReactNode;
|
|
8
|
+
error?: string;
|
|
9
|
+
type:
|
|
10
|
+
| 'button'
|
|
11
|
+
| 'checkbox'
|
|
12
|
+
| 'color'
|
|
13
|
+
| 'date'
|
|
14
|
+
| 'datetime'
|
|
15
|
+
| 'datetime-local'
|
|
16
|
+
| 'email'
|
|
17
|
+
| 'file'
|
|
18
|
+
| 'hidden'
|
|
19
|
+
| 'image'
|
|
20
|
+
| 'month'
|
|
21
|
+
| 'number'
|
|
22
|
+
| 'password'
|
|
23
|
+
| 'radio'
|
|
24
|
+
| 'range'
|
|
25
|
+
| 'reset'
|
|
26
|
+
| 'search'
|
|
27
|
+
| 'submit'
|
|
28
|
+
| 'tel'
|
|
29
|
+
| 'text'
|
|
30
|
+
| 'time'
|
|
31
|
+
| 'url'
|
|
32
|
+
| 'week'
|
|
33
|
+
| 'textarea'
|
|
34
|
+
| 'select';
|
|
35
|
+
};
|
|
36
|
+
type InputBoxSkeletonProps = ComponentProps<typeof Box>;
|
|
37
|
+
|
|
38
|
+
export const InputBox: ForwardRefExoticComponent<InputBoxProps> & {
|
|
39
|
+
Skeleton: ForwardRefExoticComponent<InputBoxSkeletonProps>;
|
|
40
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ComponentProps,
|
|
3
|
+
ForwardRefExoticComponent,
|
|
4
|
+
PropsWithChildren,
|
|
5
|
+
} from 'react';
|
|
6
|
+
|
|
7
|
+
import { Box } from '../Box';
|
|
8
|
+
|
|
9
|
+
type MarginsProps = PropsWithChildren<{
|
|
10
|
+
all?: ComponentProps<typeof Box>['margin'];
|
|
11
|
+
block?: ComponentProps<typeof Box>['marginBlock'];
|
|
12
|
+
blockStart?: ComponentProps<typeof Box>['marginBlockStart'];
|
|
13
|
+
blockEnd?: ComponentProps<typeof Box>['marginBlockEnd'];
|
|
14
|
+
inline?: ComponentProps<typeof Box>['marginInline'];
|
|
15
|
+
inlineStart?: ComponentProps<typeof Box>['marginInlineStart'];
|
|
16
|
+
inlineEnd?: ComponentProps<typeof Box>['marginInlineEnd'];
|
|
17
|
+
}>;
|
|
18
|
+
const Margins: ForwardRefExoticComponent<MarginsProps>;
|
|
19
|
+
|
|
20
|
+
export = Margins;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Placements } from '@rocket.chat/fuselage-hooks';
|
|
2
|
+
import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
|
|
3
|
+
|
|
4
|
+
import { Box } from '../Box';
|
|
5
|
+
import { ActionButton } from '../Button';
|
|
6
|
+
import { Option } from '../Options/Option';
|
|
7
|
+
|
|
8
|
+
type MenuProps = Omit<ComponentProps<typeof ActionButton>, 'icon'> & {
|
|
9
|
+
icon?: string;
|
|
10
|
+
options: {
|
|
11
|
+
[id: string]: {
|
|
12
|
+
label: ReactElement | string;
|
|
13
|
+
action: () => void;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
optionWidth?: ComponentProps<typeof Box>['width'];
|
|
17
|
+
placement?: Placements;
|
|
18
|
+
renderItem?: (props: ComponentProps<typeof Option>) => ReactNode;
|
|
19
|
+
};
|
|
20
|
+
export const Menu: ForwardRefExoticComponent<MenuProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Divider/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,QAAA,MAAM,OAAO,EAAE,EAAE,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAwBA,CAAC;AACF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ComponentProps, FC, ForwardRefExoticComponent } from 'react';
|
|
2
|
+
import './Messages.styles.scss';
|
|
3
|
+
import { Box } from '../Box';
|
|
4
|
+
export declare const MessageLeftContainer: FC;
|
|
5
|
+
export declare const MessageBlock: FC<{
|
|
6
|
+
className?: string;
|
|
7
|
+
}>;
|
|
8
|
+
declare type MessageProps = ComponentProps<typeof Box> & {
|
|
9
|
+
clickable?: true | false;
|
|
10
|
+
sequential?: boolean;
|
|
11
|
+
className: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const Message: ForwardRefExoticComponent<MessageProps>;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=Message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,cAAc,EACd,EAAE,EAEF,yBAAyB,EAC1B,MAAM,OAAO,CAAC;AAEf,OAAO,wBAAwB,CAAC;AAIhC,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAoB7B,eAAO,MAAM,oBAAoB,EAAE,EAOlC,CAAC;AAkCF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAenD,CAAC;AAEF,aAAK,YAAY,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAC/C,SAAS,CAAC,EAAE,IAAI,GAAG,KAAK,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,yBAAyB,CAAC,YAAY,CA4B3D,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import { Button, Box } from '../..';
|
|
3
|
+
declare type BoxProps = ComponentProps<typeof Box>;
|
|
4
|
+
declare type ButtonProps = ComponentProps<typeof Button>;
|
|
5
|
+
export declare const Content: FC;
|
|
6
|
+
declare type IconProps = {
|
|
7
|
+
name: 'thread' | 'user' | 'clock' | 'discussion';
|
|
8
|
+
};
|
|
9
|
+
declare type FollowingProps = {
|
|
10
|
+
name: 'bell' | 'bell-off';
|
|
11
|
+
};
|
|
12
|
+
export declare const Metrics: FC & {
|
|
13
|
+
Item: FC<BoxProps> & {
|
|
14
|
+
Icon: FC<IconProps>;
|
|
15
|
+
Label: FC<BoxProps>;
|
|
16
|
+
};
|
|
17
|
+
Following: FC<FollowingProps>;
|
|
18
|
+
Reply: FC<ButtonProps>;
|
|
19
|
+
};
|
|
20
|
+
export declare const Reply: FC<ComponentProps<typeof Button>>;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Metrics/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAgB,MAAM,EAAQ,GAAG,EAAE,MAAM,OAAO,CAAC;AAExD,aAAK,QAAQ,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;AAC3C,aAAK,WAAW,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AACjD,eAAO,MAAM,OAAO,EAAE,EAErB,CAAC;AAKF,aAAK,SAAS,GAAG;IAAE,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,YAAY,CAAA;CAAE,CAAC;AACtE,aAAK,cAAc,GAAG;IAAE,IAAI,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE,CAAC;AAcpD,eAAO,MAAM,OAAO,EAAE,EAAE,GAAG;IACzB,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,GAAG;QAAE,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC;QAAC,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAA;KAAE,CAAC;IAClE,SAAS,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC;IAC9B,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC;CAKxB,CAAC;AAOF,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAInD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import { ButtonGroup } from '../..';
|
|
3
|
+
import './styles.scss';
|
|
4
|
+
export declare const Reactions: FC<ComponentProps<typeof ButtonGroup>> & {
|
|
5
|
+
Reaction: FC<{
|
|
6
|
+
emoji: string;
|
|
7
|
+
counter: number;
|
|
8
|
+
className: string;
|
|
9
|
+
}>;
|
|
10
|
+
Action: FC<{
|
|
11
|
+
className: string;
|
|
12
|
+
}>;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Reactions/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,WAAW,EAAQ,MAAM,OAAO,CAAC;AAE1C,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC,GAAG;IAC/D,QAAQ,EAAE,EAAE,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACpE,MAAM,EAAE,EAAE,CAAC;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAOnC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import { Message } from '../Message';
|
|
3
|
+
export declare const ThreadMessage: FC<ComponentProps<typeof Message>> & {
|
|
4
|
+
Row: FC;
|
|
5
|
+
Container: FC;
|
|
6
|
+
LeftContainer: FC;
|
|
7
|
+
Origin: FC;
|
|
8
|
+
Message: FC;
|
|
9
|
+
Follow: FC;
|
|
10
|
+
Unfollow: FC;
|
|
11
|
+
Icon: FC;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,OAAO,EAAwB,MAAM,YAAY,CAAC;AAE3D,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,GAAG;IAC/D,GAAG,EAAE,EAAE,CAAC;IAER,SAAS,EAAE,EAAE,CAAC;IACd,aAAa,EAAE,EAAE,CAAC;IAElB,MAAM,EAAE,EAAE,CAAC;IACX,OAAO,EAAE,EAAE,CAAC;IAEZ,MAAM,EAAE,EAAE,CAAC;IACX,QAAQ,EAAE,EAAE,CAAC;IACb,IAAI,EAAE,EAAE,CAAC;CAGV,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ComponentProps, FC, ForwardRefExoticComponent } from 'react';
|
|
2
|
+
import { ActionButton, ButtonGroup } from '../..';
|
|
3
|
+
import { Menu } from '../../Menu';
|
|
4
|
+
import './styles.scss';
|
|
5
|
+
export declare const Toolbox: FC<ComponentProps<typeof ButtonGroup>> & {
|
|
6
|
+
Item: FC<ComponentProps<typeof ActionButton>>;
|
|
7
|
+
Wrapper: FC;
|
|
8
|
+
Menu: FC<ComponentProps<typeof Menu>>;
|
|
9
|
+
};
|
|
10
|
+
export declare const ToolboxWrapper: ForwardRefExoticComponent<any>;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Toolbox/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,cAAc,EACd,EAAE,EAEF,yBAAyB,EAC1B,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC,GAAG;IAC7D,IAAI,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC;IAC9C,OAAO,EAAE,EAAE,CAAC;IACZ,IAAI,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC;CAOvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,yBAAyB,CAAC,GAAG,CAUzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ComponentProps, ForwardRefExoticComponent } from 'react';
|
|
2
|
+
|
|
3
|
+
import { Box } from '../Box';
|
|
4
|
+
|
|
5
|
+
type ModalProps = ComponentProps<typeof Box>;
|
|
6
|
+
type ModalBackdropProps = ComponentProps<typeof Box>;
|
|
7
|
+
type ModalCloseProps = ComponentProps<typeof Box>;
|
|
8
|
+
type ModalContentProps = ComponentProps<typeof Box>;
|
|
9
|
+
type ModalFooterProps = ComponentProps<typeof Box>;
|
|
10
|
+
type ModalHeaderProps = ComponentProps<typeof Box>;
|
|
11
|
+
type ModalThumbProps = ComponentProps<typeof Box>;
|
|
12
|
+
type ModalTitleProps = ComponentProps<typeof Box>;
|
|
13
|
+
|
|
14
|
+
export const Modal: ForwardRefExoticComponent<ModalProps> & {
|
|
15
|
+
Backdrop: ForwardRefExoticComponent<ModalBackdropProps>;
|
|
16
|
+
Close: ForwardRefExoticComponent<ModalCloseProps>;
|
|
17
|
+
Content: ForwardRefExoticComponent<ModalContentProps>;
|
|
18
|
+
Footer: ForwardRefExoticComponent<ModalFooterProps>;
|
|
19
|
+
Header: ForwardRefExoticComponent<ModalHeaderProps>;
|
|
20
|
+
Thumb: ForwardRefExoticComponent<ModalThumbProps>;
|
|
21
|
+
Title: ForwardRefExoticComponent<ModalTitleProps>;
|
|
22
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ComponentProps, ForwardRefExoticComponent } from 'react';
|
|
2
|
+
|
|
3
|
+
import { Box } from '../Box';
|
|
4
|
+
|
|
5
|
+
type MultiSelectOptions = readonly (readonly [string, string])[];
|
|
6
|
+
|
|
7
|
+
type MultiSelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
|
|
8
|
+
error?: string;
|
|
9
|
+
options: MultiSelectOptions;
|
|
10
|
+
onChange: (value: MultiSelectOptions[number][0]) => void;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const MultiSelect: ForwardRefExoticComponent<MultiSelectProps>;
|
|
14
|
+
|
|
15
|
+
export const MultiSelectFiltered: ForwardRefExoticComponent<MultiSelectProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
import { Box } from '../../Box';
|
|
4
|
+
|
|
5
|
+
type OptionProps = {
|
|
6
|
+
id?: string;
|
|
7
|
+
avatar?: ReactNode;
|
|
8
|
+
label?: string;
|
|
9
|
+
focus?: boolean;
|
|
10
|
+
selected?: boolean;
|
|
11
|
+
icon?: string;
|
|
12
|
+
className?: ComponentProps<typeof Box>['className'];
|
|
13
|
+
title?: string;
|
|
14
|
+
value?: any;
|
|
15
|
+
};
|
|
16
|
+
export const Option: ForwardRefExoticComponent<OptionProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComponentProps, ElementType, ForwardRefExoticComponent } from 'react';
|
|
2
|
+
|
|
3
|
+
import { Avatar } from '../Avatar';
|
|
4
|
+
import { Box } from '../Box';
|
|
5
|
+
|
|
6
|
+
type OptionsProps = ComponentProps<typeof Box> & {
|
|
7
|
+
multiple?: boolean;
|
|
8
|
+
options: [unknown, string, boolean?][];
|
|
9
|
+
cursor: number;
|
|
10
|
+
renderItem?: ElementType;
|
|
11
|
+
renderEmpty?: ElementType;
|
|
12
|
+
onSelect: (option: [unknown, string]) => void;
|
|
13
|
+
};
|
|
14
|
+
export const Options: ForwardRefExoticComponent<OptionsProps> & {
|
|
15
|
+
AvatarSize: ComponentProps<typeof Avatar>['size'];
|
|
16
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ComponentProps,
|
|
3
|
+
Dispatch,
|
|
4
|
+
ForwardRefExoticComponent,
|
|
5
|
+
SetStateAction,
|
|
6
|
+
} from 'react';
|
|
7
|
+
|
|
8
|
+
import { Box } from '../Box';
|
|
9
|
+
|
|
10
|
+
type PaginationProps = ComponentProps<typeof Box> & {
|
|
11
|
+
count: number;
|
|
12
|
+
current?: number;
|
|
13
|
+
divider?: boolean;
|
|
14
|
+
itemsPerPage?: 25 | 50 | 100;
|
|
15
|
+
itemsPerPageLabel?: () => string;
|
|
16
|
+
showingResultsLabel?: (props: {
|
|
17
|
+
count: number;
|
|
18
|
+
current: number;
|
|
19
|
+
itemsPerPage: 25 | 50 | 100;
|
|
20
|
+
}) => string;
|
|
21
|
+
onSetCurrent?: Dispatch<SetStateAction<number>>;
|
|
22
|
+
onSetItemsPerPage?: Dispatch<SetStateAction<25 | 50 | 100>>;
|
|
23
|
+
};
|
|
24
|
+
export const Pagination: ForwardRefExoticComponent<PaginationProps>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
|
+
import { InputBox } from '../InputBox';
|
|
3
|
+
declare type PasswordInputProps = Omit<ComponentProps<typeof InputBox>, 'type'>;
|
|
4
|
+
declare const PasswordInput: React.ForwardRefExoticComponent<Pick<PasswordInputProps, "string" | "y" | "r" | "default" | "disabled" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "input" | "p" | "border" | "inset" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "margin" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "bg" | "error" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key" | "addon"> & React.RefAttributes<HTMLInputElement>>;
|
|
5
|
+
export default PasswordInput;
|
|
6
|
+
//# sourceMappingURL=PasswordInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAmB,MAAM,OAAO,CAAC;AAG/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,aAAK,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAExE,QAAA,MAAM,aAAa,q4VAuBjB,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PasswordInput.spec.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.spec.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
|
+
import { Box } from '../Box';
|
|
3
|
+
export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<{
|
|
4
|
+
is?: React.ElementType<any> | undefined;
|
|
5
|
+
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
6
|
+
style?: React.CSSProperties | undefined;
|
|
7
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
8
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
9
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
10
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
11
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
12
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
13
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
14
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
15
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
16
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
17
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
18
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
19
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
20
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
21
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
22
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
23
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
24
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
25
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
26
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
27
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
28
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
29
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
30
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
31
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
32
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
33
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
34
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
35
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
36
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
37
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
38
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
39
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
40
|
+
color?: import("csstype").Property.Color | undefined;
|
|
41
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
42
|
+
bg?: import("csstype").Property.BackgroundColor | undefined;
|
|
43
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
44
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
45
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
46
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
47
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
48
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
49
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
50
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
51
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
52
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
53
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
54
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
55
|
+
order?: import("csstype").Property.Order | undefined;
|
|
56
|
+
w?: import("csstype").Property.Width<string | number> | undefined;
|
|
57
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
58
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
|
59
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
60
|
+
h?: import("csstype").Property.Height<string | number> | undefined;
|
|
61
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
62
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
63
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
64
|
+
display?: import("csstype").Property.Display | undefined;
|
|
65
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
66
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
67
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
68
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
69
|
+
position?: import("csstype").Property.Position | undefined;
|
|
70
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
71
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
72
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
73
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
74
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
75
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
76
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
77
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
78
|
+
m?: import("csstype").Property.Margin<string | number> | undefined;
|
|
79
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
80
|
+
mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
81
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
82
|
+
mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
83
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
84
|
+
mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
85
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
86
|
+
mi?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
87
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
88
|
+
mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
89
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
90
|
+
mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
91
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
92
|
+
p?: import("csstype").Property.Padding<string | number> | undefined;
|
|
93
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
94
|
+
pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
95
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
96
|
+
pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
97
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
98
|
+
pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
99
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
100
|
+
pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
101
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
102
|
+
pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
103
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
104
|
+
pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
105
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
106
|
+
fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
|
|
107
|
+
fontSize?: string | number | (string & {}) | undefined;
|
|
108
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
109
|
+
fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
|
|
110
|
+
letterSpacing?: string | number | undefined;
|
|
111
|
+
lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
|
|
112
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
113
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
114
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
115
|
+
elevation?: "0" | "1" | "2" | undefined;
|
|
116
|
+
invisible?: boolean | undefined;
|
|
117
|
+
withRichContent?: string | boolean | undefined;
|
|
118
|
+
withTruncatedText?: boolean | undefined;
|
|
119
|
+
size?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
120
|
+
minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
121
|
+
maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
122
|
+
fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
|
|
123
|
+
} & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
|
|
124
|
+
barColor?: ComponentProps<typeof Box>['bg'];
|
|
125
|
+
percentage: number;
|
|
126
|
+
error?: string | undefined;
|
|
127
|
+
animated?: boolean | undefined;
|
|
128
|
+
}, "string" | "y" | "r" | "default" | "disabled" | "type" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "p" | "border" | "inset" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "margin" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "bg" | "barColor" | "percentage" | "error" | "animated" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key"> & React.RefAttributes<unknown>>;
|
|
129
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAwB7B,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eANX,eAAe,UAAU,CAAC,CAAC,IAAI,CAAC;gBAC/B,MAAM;;;k2VAmBlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/spec.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
import { Box } from '../Box';
|
|
4
|
+
|
|
5
|
+
type SearchInputProps = ComponentProps<typeof Box> & {
|
|
6
|
+
addon?: ReactNode;
|
|
7
|
+
error?: string;
|
|
8
|
+
};
|
|
9
|
+
export const SearchInput: ForwardRefExoticComponent<SearchInputProps>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ComponentProps, ForwardRefExoticComponent } from 'react';
|
|
2
|
+
|
|
3
|
+
import { Box } from '../Box';
|
|
4
|
+
|
|
5
|
+
type SelectOptions = readonly (readonly [string, string])[];
|
|
6
|
+
|
|
7
|
+
type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
|
|
8
|
+
error?: string;
|
|
9
|
+
options: SelectOptions;
|
|
10
|
+
onChange: (value: SelectOptions[number][0]) => void;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const Select: ForwardRefExoticComponent<SelectProps>;
|
|
14
|
+
|
|
15
|
+
export const SelectFiltered: ForwardRefExoticComponent<SelectProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hugeList.d.ts","sourceRoot":"","sources":["../../../src/components/SelectPaginated/hugeList.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;GAi6HnB,CAAC"}
|