@antscorp/antsomi-ui 1.2.7 → 1.2.9
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/CHANGELOG.md +40 -52
- package/README.md +78 -78
- package/dist/index.js +1 -1
- package/dist/package.json +43 -0
- package/dist/types/components/atoms/Button/Button.d.ts +1 -1
- package/dist/types/components/atoms/Button/Button.stories.d.ts +32 -32
- package/dist/types/components/atoms/Button/__tests__/Button.test.d.ts +1 -1
- package/dist/types/components/atoms/Button/index.d.ts +10 -10
- package/dist/types/components/atoms/Button/test.d.ts +3 -3
- package/dist/types/components/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/components/atoms/Checkbox/Checkbox.stories.d.ts +16 -15
- package/dist/types/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +1 -1
- package/dist/types/components/atoms/Checkbox/index.d.ts +1 -1
- package/dist/types/components/atoms/Divider/Divider.d.ts +1 -1
- package/dist/types/components/atoms/Divider/Divider.stories.d.ts +8 -8
- package/dist/types/components/atoms/Divider/__tests__/Divider.test.d.ts +1 -0
- package/dist/types/components/atoms/Divider/index.d.ts +1 -1
- package/dist/types/components/atoms/Input/Input.d.ts +7 -7
- package/dist/types/components/atoms/Input/Input.stories.d.ts +22 -19
- package/dist/types/components/atoms/Input/__tests__/Input.test.d.ts +1 -1
- package/dist/types/components/atoms/Input/index.d.ts +1 -1
- package/dist/types/components/atoms/InputNumber/InputNumber.d.ts +6 -6
- package/dist/types/components/atoms/InputNumber/InputNumber.stories.d.ts +16 -16
- package/dist/types/components/atoms/InputNumber/__tests__/InputNumber.test.d.ts +1 -1
- package/dist/types/components/atoms/InputNumber/index.d.ts +1 -1
- package/dist/types/components/atoms/Radio/Radio.d.ts +1 -1
- package/dist/types/components/atoms/Radio/Radio.stories.d.ts +17 -0
- package/dist/types/components/atoms/Radio/__tests__/Radio.test.d.ts +1 -0
- package/dist/types/components/atoms/Radio/index.d.ts +1 -1
- package/dist/types/components/atoms/Space/Space.d.ts +1 -1
- package/dist/types/components/atoms/Space/Space.stories.d.ts +16 -0
- package/dist/types/components/atoms/Space/index.d.ts +1 -1
- package/dist/types/components/atoms/Tag/Tag.d.ts +1 -1
- package/dist/types/components/atoms/Tag/Tag.stories.d.ts +12 -0
- package/dist/types/components/atoms/Tag/index.d.ts +1 -1
- package/dist/types/components/atoms/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/atoms/Tooltip/Tooltip.stories.d.ts +14 -0
- package/dist/types/components/atoms/Tooltip/index.d.ts +1 -1
- package/dist/types/components/atoms/Typography/Text.d.ts +1 -1
- package/dist/types/components/atoms/Typography/Typography.stories.d.ts +11 -0
- package/dist/types/components/atoms/Typography/index.d.ts +1 -1
- package/dist/types/components/atoms/index.d.ts +10 -10
- package/dist/types/components/common/ConfigProvider/ConfigProvider.d.ts +10 -10
- package/dist/types/components/common/ConfigProvider/GlobalStyle.d.ts +5 -5
- package/dist/types/components/common/ConfigProvider/index.d.ts +1 -1
- package/dist/types/components/common/index.d.ts +1 -1
- package/dist/types/components/icons/ArrowGrowIcon.d.ts +1 -1
- package/dist/types/components/icons/AudioRecordIcon.d.ts +1 -1
- package/dist/types/components/icons/BugIcon.d.ts +1 -1
- package/dist/types/components/icons/CameraIcon.d.ts +1 -1
- package/dist/types/components/icons/CaptureIcon.d.ts +1 -1
- package/dist/types/components/icons/CheckSlimIcon.d.ts +1 -1
- package/dist/types/components/icons/CloseIcon.d.ts +3 -3
- package/dist/types/components/icons/CommentIcon.d.ts +1 -1
- package/dist/types/components/icons/EventIcon.d.ts +3 -3
- package/dist/types/components/icons/FreeDrawIcon.d.ts +1 -1
- package/dist/types/components/icons/GPTIcon.d.ts +1 -1
- package/dist/types/components/icons/GPTIconV2.d.ts +1 -1
- package/dist/types/components/icons/GPTIconV3.d.ts +1 -1
- package/dist/types/components/icons/HighlightIcon.d.ts +1 -1
- package/dist/types/components/icons/IdeaIcon.d.ts +1 -1
- package/dist/types/components/icons/InvisibleIcon.d.ts +1 -1
- package/dist/types/components/icons/MuteIcon.d.ts +1 -1
- package/dist/types/components/icons/OpenUrlIcon.d.ts +1 -1
- package/dist/types/components/icons/PauseIcon.d.ts +1 -1
- package/dist/types/components/icons/PlaneIcon.d.ts +1 -1
- package/dist/types/components/icons/StopRecordIcon.d.ts +1 -1
- package/dist/types/components/icons/UserIcon.d.ts +1 -1
- package/dist/types/components/icons/VerticalDotsIcon.d.ts +1 -1
- package/dist/types/components/icons/WarningIcon.d.ts +1 -1
- package/dist/types/components/icons/index.d.ts +24 -24
- package/dist/types/components/index.d.ts +4 -4
- package/dist/types/components/molecules/Alert/Alert.d.ts +1 -1
- package/dist/types/components/molecules/Alert/Alert.stories.d.ts +21 -0
- package/dist/types/components/molecules/Alert/index.d.ts +1 -1
- package/dist/types/components/molecules/CaptureScreen/CaptureScreen.d.ts +11 -11
- package/dist/types/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +21 -21
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +16 -16
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -1
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -12
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +15 -15
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +3 -3
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -1
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +7 -7
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -10
- package/dist/types/components/molecules/CaptureScreen/constants.d.ts +34 -34
- package/dist/types/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -5
- package/dist/types/components/molecules/CaptureScreen/index.d.ts +1 -1
- package/dist/types/components/molecules/CaptureScreen/styled.d.ts +26 -26
- package/dist/types/components/molecules/CaptureScreen/themes/black.d.ts +54 -54
- package/dist/types/components/molecules/CaptureScreen/themes/white.d.ts +54 -54
- package/dist/types/components/molecules/CaptureScreen/types.d.ts +102 -102
- package/dist/types/components/molecules/CaptureScreen/utils.d.ts +13 -13
- package/dist/types/components/molecules/Cascader/Cascader.d.ts +1 -1
- package/dist/types/components/molecules/Cascader/Cascader.stories.d.ts +37 -0
- package/dist/types/components/molecules/Cascader/index.d.ts +1 -1
- package/dist/types/components/molecules/ChatBox/ChatBox.d.ts +3 -3
- package/dist/types/components/molecules/ChatBox/MessageItem.d.ts +5 -5
- package/dist/types/components/molecules/ChatBox/constants.d.ts +6 -6
- package/dist/types/components/molecules/ChatBox/index.d.ts +1 -1
- package/dist/types/components/molecules/ChatBox/styled.d.ts +10 -10
- package/dist/types/components/molecules/ChatBox/types.d.ts +32 -32
- package/dist/types/components/molecules/DatePicker/DatePicker.d.ts +8 -8
- package/dist/types/components/molecules/DatePicker/DatePicker.stories.d.ts +4 -4
- package/dist/types/components/molecules/DatePicker/__tests__/DatePicker.test.d.ts +1 -0
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -28
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.stories.d.ts +5 -5
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -53
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -3
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -7
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -14
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -15
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -15
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.stories.d.ts +9 -9
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -4
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -2
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -17
- package/dist/types/components/molecules/DatePicker/index.d.ts +3 -3
- package/dist/types/components/molecules/Dropdown/Dropdown.d.ts +1 -1
- package/dist/types/components/molecules/Dropdown/Dropdown.stories.d.ts +23 -0
- package/dist/types/components/molecules/Dropdown/index.d.ts +1 -1
- package/dist/types/components/molecules/Modal/Modal.d.ts +1 -1
- package/dist/types/components/molecules/Modal/Modal.stories.d.ts +28 -0
- package/dist/types/components/molecules/Modal/index.d.ts +1 -1
- package/dist/types/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -6
- package/dist/types/components/molecules/PopupDraggable/index.d.ts +1 -1
- package/dist/types/components/molecules/PopupDraggable/styled.d.ts +4 -4
- package/dist/types/components/molecules/PopupDraggable/types.d.ts +12 -12
- package/dist/types/components/molecules/Select/Select.d.ts +15 -15
- package/dist/types/components/molecules/Select/Select.stories.d.ts +28 -28
- package/dist/types/components/molecules/Select/Test.d.ts +3 -3
- package/dist/types/components/molecules/Select/index.d.ts +2 -2
- package/dist/types/components/molecules/Select/styled.d.ts +4 -4
- package/dist/types/components/molecules/Tabs/Tabs.d.ts +1 -1
- package/dist/types/components/molecules/Tabs/index.d.ts +1 -1
- package/dist/types/components/molecules/index.d.ts +11 -11
- package/dist/types/components/organism/Help/Help.d.ts +5 -5
- package/dist/types/components/organism/Help/constants.d.ts +138 -138
- package/dist/types/components/organism/Help/index.d.ts +1 -1
- package/dist/types/components/organism/Help/styled.d.ts +78 -78
- package/dist/types/components/organism/Help/types.d.ts +65 -65
- package/dist/types/components/organism/Help/utils.d.ts +14 -14
- package/dist/types/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +18 -18
- package/dist/types/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +11 -11
- package/dist/types/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +1 -1
- package/dist/types/components/organism/Table/CrossTabTable/constants.d.ts +75 -75
- package/dist/types/components/organism/Table/CrossTabTable/index.d.ts +1 -1
- package/dist/types/components/organism/Table/CrossTabTable/styled.d.ts +1 -1
- package/dist/types/components/organism/Table/CrossTabTable/types.d.ts +1 -1
- package/dist/types/components/organism/Table/CrossTabTable/utils.d.ts +1 -1
- package/dist/types/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +11 -11
- package/dist/types/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +12 -12
- package/dist/types/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -1
- package/dist/types/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +3 -3
- package/dist/types/components/organism/Table/ExplorePivotTable/constants.d.ts +4 -4
- package/dist/types/components/organism/Table/ExplorePivotTable/index.d.ts +2 -2
- package/dist/types/components/organism/Table/ExplorePivotTable/styled.d.ts +11 -11
- package/dist/types/components/organism/Table/ExplorePivotTable/types.d.ts +17 -17
- package/dist/types/components/organism/Table/ExplorePivotTable/utils.d.ts +4 -4
- package/dist/types/components/organism/Table/Table.d.ts +1 -1
- package/dist/types/components/organism/Table/Table.stories.d.ts +39 -0
- package/dist/types/components/organism/Table/index.d.ts +2 -1
- package/dist/types/components/organism/index.d.ts +2 -2
- package/dist/types/constants/index.d.ts +2 -1
- package/dist/types/constants/storybook.d.ts +11 -0
- package/dist/types/constants/theme.d.ts +12 -12
- package/dist/types/hooks/index.d.ts +2 -2
- package/dist/types/hooks/useDebounce.d.ts +3 -3
- package/dist/types/index.d.ts +1 -1
- package/dist/types/locales/i18n.d.ts +73 -73
- package/dist/types/locales/translations.d.ts +37 -37
- package/dist/types/locales/types.d.ts +15 -15
- package/dist/types/services/Ticket.d.ts +67 -67
- package/dist/types/services/constants.d.ts +20 -20
- package/dist/types/stories/components/TableApiTypeTag/index.d.ts +6 -0
- package/dist/types/stories/components/index.d.ts +1 -0
- package/dist/types/test.d.ts +3 -3
- package/dist/types/types/index.d.ts +6 -6
- package/dist/types/utils/color.d.ts +9 -9
- package/dist/types/utils/common.d.ts +46 -46
- package/dist/types/utils/handleError.d.ts +2 -2
- package/dist/types/utils/index.d.ts +3 -3
- package/package.json +135 -135
- package/dist/types/components/molecules/ChatBox/ask.d.ts +0 -3
- package/dist/types/components/molecules/ChatBox/utils.d.ts +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@antscorp/antsomi-ui",
|
|
3
|
+
"version": "1.2.3-beta.19",
|
|
4
|
+
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "types",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"dev": "vite",
|
|
9
|
+
"build": "webpack --config webpack.build.js",
|
|
10
|
+
"eslint": "eslint --ext js,ts,tsx",
|
|
11
|
+
"lint": "yarn run eslint src",
|
|
12
|
+
"lint:fix": "yarn run eslint src --fix",
|
|
13
|
+
"storybook": "start-storybook -p 6006 -s public",
|
|
14
|
+
"build-storybook": "build-storybook",
|
|
15
|
+
"serve-storybook": "serve storybook-static",
|
|
16
|
+
"version": "auto-changelog -p && git add CHANGELOG.md",
|
|
17
|
+
"test": "jest",
|
|
18
|
+
"test:changed": "jest --onlyChanged",
|
|
19
|
+
"test:watch": "jest --watch",
|
|
20
|
+
"test:coverage": "jest --coverage"
|
|
21
|
+
},
|
|
22
|
+
"husky": {
|
|
23
|
+
"hooks": {
|
|
24
|
+
"pre-commit": "lint-staged"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"lint-staged": {
|
|
28
|
+
"*.{ts,tsx,js,jsx}": [
|
|
29
|
+
"yarn lint:fix"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"author": "",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
},
|
|
38
|
+
"peerDependencies": {
|
|
39
|
+
"@antscorp/icons": ">=0.26.0",
|
|
40
|
+
"react": ">=16.0.0",
|
|
41
|
+
"react-dom": ">=16.0.0"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Button } from 'antd';
|
|
1
|
+
export { Button } from 'antd';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Partial<{
|
|
4
|
-
href: string;
|
|
5
|
-
target?: string | undefined;
|
|
6
|
-
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
8
|
-
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
11
|
-
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
12
|
-
}>;
|
|
13
|
-
export default _default;
|
|
14
|
-
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<Partial<{
|
|
15
|
-
href: string;
|
|
16
|
-
target?: string | undefined;
|
|
17
|
-
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
18
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
19
|
-
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
20
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
21
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
22
|
-
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
23
|
-
}>;
|
|
24
|
-
export declare const Type: ComponentStory<any>;
|
|
25
|
-
export declare const Size: ComponentStory<any>;
|
|
26
|
-
export declare const Loading: ComponentStory<any>;
|
|
27
|
-
export declare const GhostButton: ComponentStory<any>;
|
|
28
|
-
export declare const BlockButton: ComponentStory<any>;
|
|
29
|
-
export declare const IconButton: ComponentStory<any>;
|
|
30
|
-
export declare const Disabled: ComponentStory<any>;
|
|
31
|
-
export declare const MultipleButtons: ComponentStory<any>;
|
|
32
|
-
export declare const DangerButtons: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Partial<{
|
|
4
|
+
href: string;
|
|
5
|
+
target?: string | undefined;
|
|
6
|
+
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
8
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
11
|
+
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<Partial<{
|
|
15
|
+
href: string;
|
|
16
|
+
target?: string | undefined;
|
|
17
|
+
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
18
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
19
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
20
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
21
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
22
|
+
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
23
|
+
}>;
|
|
24
|
+
export declare const Type: ComponentStory<any>;
|
|
25
|
+
export declare const Size: ComponentStory<any>;
|
|
26
|
+
export declare const Loading: ComponentStory<any>;
|
|
27
|
+
export declare const GhostButton: ComponentStory<any>;
|
|
28
|
+
export declare const BlockButton: ComponentStory<any>;
|
|
29
|
+
export declare const IconButton: ComponentStory<any>;
|
|
30
|
+
export declare const Disabled: ComponentStory<any>;
|
|
31
|
+
export declare const MultipleButtons: ComponentStory<any>;
|
|
32
|
+
export declare const DangerButtons: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare const Button: import("react").ForwardRefExoticComponent<Partial<{
|
|
2
|
-
href: string;
|
|
3
|
-
target?: string | undefined;
|
|
4
|
-
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
5
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
6
|
-
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
7
|
-
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
8
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
9
|
-
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
10
|
-
};
|
|
1
|
+
export declare const Button: import("react").ForwardRefExoticComponent<Partial<{
|
|
2
|
+
href: string;
|
|
3
|
+
target?: string | undefined;
|
|
4
|
+
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
5
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
6
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
7
|
+
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
8
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
9
|
+
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
10
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const TestButton: React.FC;
|
|
3
|
-
export default TestButton;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const TestButton: React.FC;
|
|
3
|
+
export default TestButton;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Checkbox } from 'antd';
|
|
1
|
+
export { Checkbox } from 'antd';
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
import { Checkbox } from './Checkbox';
|
|
4
|
-
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
5
|
-
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
}>;
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
9
|
-
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
10
|
-
}>;
|
|
11
|
-
export declare const Basic: ComponentStory<typeof Checkbox>;
|
|
12
|
-
export declare const ControlledCheckbox: ComponentStory<typeof Checkbox>;
|
|
13
|
-
export declare const CheckAll: ComponentStory<typeof Checkbox>;
|
|
14
|
-
export declare const Disabled: ComponentStory<typeof Checkbox>;
|
|
15
|
-
export declare const CheckboxGroup: ComponentStory<typeof Checkbox>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { Checkbox } from './Checkbox';
|
|
4
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
5
|
+
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
9
|
+
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
10
|
+
}>;
|
|
11
|
+
export declare const Basic: ComponentStory<typeof Checkbox>;
|
|
12
|
+
export declare const ControlledCheckbox: ComponentStory<typeof Checkbox>;
|
|
13
|
+
export declare const CheckAll: ComponentStory<typeof Checkbox>;
|
|
14
|
+
export declare const Disabled: ComponentStory<typeof Checkbox>;
|
|
15
|
+
export declare const CheckboxGroup: ComponentStory<typeof Checkbox>;
|
|
16
|
+
export declare const CheckboxGroupAPI: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Checkbox } from './Checkbox';
|
|
1
|
+
export { Checkbox } from './Checkbox';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Divider } from 'antd';
|
|
1
|
+
export { Divider } from 'antd';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.FC<import("antd").DividerProps>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<React.FC<import("antd").DividerProps>>;
|
|
6
|
-
export declare const Horizontal: ComponentStory<any>;
|
|
7
|
-
export declare const TextWithoutHeadingStyle: ComponentStory<any>;
|
|
8
|
-
export declare const Vertical: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.FC<import("antd").DividerProps>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: ComponentStory<React.FC<import("antd").DividerProps>>;
|
|
6
|
+
export declare const Horizontal: ComponentStory<any>;
|
|
7
|
+
export declare const TextWithoutHeadingStyle: ComponentStory<any>;
|
|
8
|
+
export declare const Vertical: ComponentStory<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Divider } from './Divider';
|
|
1
|
+
export { Divider } from './Divider';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const Input: import("react").ForwardRefExoticComponent<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef>> & {
|
|
3
|
-
Group: import("react").FC<import("antd/es/input").GroupProps>;
|
|
4
|
-
Search: import("react").ForwardRefExoticComponent<import("antd/es/input").SearchProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
5
|
-
TextArea: import("react").ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
6
|
-
Password: import("react").ForwardRefExoticComponent<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
7
|
-
};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Input: import("react").ForwardRefExoticComponent<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef>> & {
|
|
3
|
+
Group: import("react").FC<import("antd/es/input").GroupProps>;
|
|
4
|
+
Search: import("react").ForwardRefExoticComponent<import("antd/es/input").SearchProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
5
|
+
TextArea: import("react").ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
6
|
+
Password: import("react").ForwardRefExoticComponent<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
7
|
+
};
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
4
|
-
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
5
|
-
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
6
|
-
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
7
|
-
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
8
|
-
}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
11
|
-
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
12
|
-
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
13
|
-
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
14
|
-
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
15
|
-
}>;
|
|
16
|
-
export declare const BasicUsage: ComponentStory<any>;
|
|
17
|
-
export declare const TextArea: ComponentStory<any>;
|
|
18
|
-
export declare const Status: ComponentStory<any>;
|
|
19
|
-
export declare const BorderLess: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
4
|
+
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
5
|
+
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
6
|
+
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
7
|
+
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
11
|
+
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
12
|
+
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
13
|
+
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
14
|
+
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const BasicUsage: ComponentStory<any>;
|
|
17
|
+
export declare const TextArea: ComponentStory<any>;
|
|
18
|
+
export declare const Status: ComponentStory<any>;
|
|
19
|
+
export declare const BorderLess: ComponentStory<any>;
|
|
20
|
+
export declare const InputTextAreaAPI: ComponentStory<any>;
|
|
21
|
+
export declare const InputPasswordAPI: ComponentStory<any>;
|
|
22
|
+
export declare const VisibilityToggleAPI: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Input } from './Input';
|
|
1
|
+
export { Input } from './Input';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { InputNumberProps as AntdInputNumberProps } from 'antd';
|
|
3
|
-
export interface InputNumberProps extends AntdInputNumberProps {
|
|
4
|
-
showHandler?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const InputNumber: React.FC<InputNumberProps>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InputNumberProps as AntdInputNumberProps } from 'antd';
|
|
3
|
+
export interface InputNumberProps extends AntdInputNumberProps {
|
|
4
|
+
showHandler?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const InputNumber: React.FC<InputNumberProps>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
6
|
-
export declare const BasicUsage: ComponentStory<any>;
|
|
7
|
-
export declare const PrePostTab: ComponentStory<any>;
|
|
8
|
-
export declare const HighPrecisionDecimals: ComponentStory<any>;
|
|
9
|
-
export declare const KeyBoard: ComponentStory<any>;
|
|
10
|
-
export declare const OutOfRange: ComponentStory<any>;
|
|
11
|
-
export declare const Status: ComponentStory<any>;
|
|
12
|
-
export declare const Sizes: ComponentStory<any>;
|
|
13
|
-
export declare const Disabled: ComponentStory<any>;
|
|
14
|
-
export declare const Formatter: ComponentStory<any>;
|
|
15
|
-
export declare const Borderless: ComponentStory<any>;
|
|
16
|
-
export declare const Prefix: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: ComponentStory<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
6
|
+
export declare const BasicUsage: ComponentStory<any>;
|
|
7
|
+
export declare const PrePostTab: ComponentStory<any>;
|
|
8
|
+
export declare const HighPrecisionDecimals: ComponentStory<any>;
|
|
9
|
+
export declare const KeyBoard: ComponentStory<any>;
|
|
10
|
+
export declare const OutOfRange: ComponentStory<any>;
|
|
11
|
+
export declare const Status: ComponentStory<any>;
|
|
12
|
+
export declare const Sizes: ComponentStory<any>;
|
|
13
|
+
export declare const Disabled: ComponentStory<any>;
|
|
14
|
+
export declare const Formatter: ComponentStory<any>;
|
|
15
|
+
export declare const Borderless: ComponentStory<any>;
|
|
16
|
+
export declare const Prefix: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { InputNumber } from './InputNumber';
|
|
1
|
+
export { InputNumber } from './InputNumber';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Radio } from 'antd';
|
|
1
|
+
export { Radio } from 'antd';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").RadioProps & React.RefAttributes<HTMLElement>> & {
|
|
4
|
+
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd").RadioGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
5
|
+
Button: React.ForwardRefExoticComponent<import("antd/es/radio/radioButton").RadioButtonProps & React.RefAttributes<any>>;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd").RadioProps & React.RefAttributes<HTMLElement>> & {
|
|
9
|
+
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd").RadioGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
10
|
+
Button: React.ForwardRefExoticComponent<import("antd/es/radio/radioButton").RadioButtonProps & React.RefAttributes<any>>;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const Basic: ComponentStory<any>;
|
|
13
|
+
export declare const Disabled: ComponentStory<any>;
|
|
14
|
+
export declare const RadioGroup: ComponentStory<any>;
|
|
15
|
+
export declare const RadioGroupOptional: ComponentStory<any>;
|
|
16
|
+
export declare const Size: ComponentStory<any>;
|
|
17
|
+
export declare const RadioGroupAPI: ComponentStory<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Radio } from './Radio';
|
|
1
|
+
export { Radio } from './Radio';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Space } from 'antd';
|
|
1
|
+
export { Space } from 'antd';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.FC<import("antd").SpaceProps> & {
|
|
4
|
+
Compact: React.FC<import("antd/es/space/Compact").SpaceCompactProps>;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: ComponentStory<React.FC<import("antd").SpaceProps> & {
|
|
8
|
+
Compact: React.FC<import("antd/es/space/Compact").SpaceCompactProps>;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const BasicUsage: ComponentStory<any>;
|
|
11
|
+
export declare const Split: ComponentStory<any>;
|
|
12
|
+
export declare const Size: ComponentStory<any>;
|
|
13
|
+
export declare const Align: ComponentStory<any>;
|
|
14
|
+
export declare const VerticalCompactMode: ComponentStory<any>;
|
|
15
|
+
export declare const ButtonCompactMode: ComponentStory<any>;
|
|
16
|
+
export declare const SpaceCompactAPI: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Space } from './Space';
|
|
1
|
+
export { Space } from './Space';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tag } from 'antd';
|
|
1
|
+
export { Tag } from 'antd';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
declare const _default: ComponentMeta<import("antd").TagType>;
|
|
3
|
+
export default _default;
|
|
4
|
+
export declare const Default: ComponentStory<import("antd").TagType>;
|
|
5
|
+
export declare const Basic: ComponentStory<any>;
|
|
6
|
+
export declare const ColorfulTag: ComponentStory<any>;
|
|
7
|
+
export declare const StatusTag: ComponentStory<any>;
|
|
8
|
+
export declare const Checkable: ComponentStory<any>;
|
|
9
|
+
export declare const Icon: ComponentStory<any>;
|
|
10
|
+
export declare const Borderless: ComponentStory<any>;
|
|
11
|
+
export declare const AddAndRemoveDynamically: ComponentStory<any>;
|
|
12
|
+
export declare const CheckableTagAPI: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tag } from './Tag';
|
|
1
|
+
export { Tag } from './Tag';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tooltip } from 'antd';
|
|
1
|
+
export { Tooltip } from 'antd';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").TooltipProps & React.RefAttributes<unknown>> & {
|
|
4
|
+
_InternalPanelDoNotUseOrYouWillBeFired: typeof import("antd/es/tooltip/PurePanel").default;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd").TooltipProps & React.RefAttributes<unknown>> & {
|
|
8
|
+
_InternalPanelDoNotUseOrYouWillBeFired: typeof import("antd/es/tooltip/PurePanel").default;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const Basic: ComponentStory<any>;
|
|
11
|
+
export declare const Arrow: ComponentStory<any>;
|
|
12
|
+
export declare const ColorfulTooltip: ComponentStory<any>;
|
|
13
|
+
export declare const Placement: ComponentStory<any>;
|
|
14
|
+
export declare const AutoShift: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tooltip } from './Tooltip';
|
|
1
|
+
export { Tooltip } from './Tooltip';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Typography } from 'antd';
|
|
1
|
+
export { Typography } from 'antd';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
declare const _default: ComponentMeta<import("antd").TypographyProps>;
|
|
3
|
+
export default _default;
|
|
4
|
+
export declare const Default: ComponentStory<import("antd").TypographyProps>;
|
|
5
|
+
export declare const Basic: ComponentStory<any>;
|
|
6
|
+
export declare const TitleComponent: ComponentStory<any>;
|
|
7
|
+
export declare const TextAndLinkComponent: ComponentStory<any>;
|
|
8
|
+
export declare const Interactive: ComponentStory<any>;
|
|
9
|
+
export declare const CopyableAPI: ComponentStory<any>;
|
|
10
|
+
export declare const EditableAPI: ComponentStory<any>;
|
|
11
|
+
export declare const EllipsisAPI: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Typography } from './Text';
|
|
1
|
+
export { Typography } from './Text';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { Button } from './Button';
|
|
2
|
-
export { Divider } from './Divider';
|
|
3
|
-
export { Input } from './Input';
|
|
4
|
-
export { InputNumber } from './InputNumber';
|
|
5
|
-
export { Radio } from './Radio';
|
|
6
|
-
export { Space } from './Space';
|
|
7
|
-
export { Tag } from './Tag';
|
|
8
|
-
export { Tooltip } from './Tooltip';
|
|
9
|
-
export { Typography } from './Typography';
|
|
10
|
-
export { Checkbox } from './Checkbox';
|
|
1
|
+
export { Button } from './Button';
|
|
2
|
+
export { Divider } from './Divider';
|
|
3
|
+
export { Input } from './Input';
|
|
4
|
+
export { InputNumber } from './InputNumber';
|
|
5
|
+
export { Radio } from './Radio';
|
|
6
|
+
export { Space } from './Space';
|
|
7
|
+
export { Tag } from './Tag';
|
|
8
|
+
export { Tooltip } from './Tooltip';
|
|
9
|
+
export { Typography } from './Typography';
|
|
10
|
+
export { Checkbox } from './Checkbox';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ConfigProviderProps as AntdConfigProviderProps } from 'antd/es/config-provider';
|
|
2
|
-
import React, { ReactNode } from 'react';
|
|
3
|
-
import { TLocale } from 'src/types';
|
|
4
|
-
import 'src/locales/i18n';
|
|
5
|
-
interface ConfigProviderProps extends Omit<AntdConfigProviderProps, 'locale'> {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
locale?: TLocale;
|
|
8
|
-
}
|
|
9
|
-
declare const ConfigProvider: React.FC<ConfigProviderProps>;
|
|
10
|
-
export default ConfigProvider;
|
|
1
|
+
import { ConfigProviderProps as AntdConfigProviderProps } from 'antd/es/config-provider';
|
|
2
|
+
import React, { ReactNode } from 'react';
|
|
3
|
+
import { TLocale } from 'src/types';
|
|
4
|
+
import 'src/locales/i18n';
|
|
5
|
+
interface ConfigProviderProps extends Omit<AntdConfigProviderProps, 'locale'> {
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
locale?: TLocale;
|
|
8
|
+
}
|
|
9
|
+
declare const ConfigProvider: React.FC<ConfigProviderProps>;
|
|
10
|
+
export default ConfigProvider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface GlobalStyleProps {
|
|
3
|
-
}
|
|
4
|
-
export declare const GlobalStyle: React.FC<GlobalStyleProps>;
|
|
5
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface GlobalStyleProps {
|
|
3
|
+
}
|
|
4
|
+
export declare const GlobalStyle: React.FC<GlobalStyleProps>;
|
|
5
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as ConfigProvider } from './ConfigProvider';
|
|
1
|
+
export { default as ConfigProvider } from './ConfigProvider';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ConfigProvider } from './ConfigProvider';
|
|
1
|
+
export { ConfigProvider } from './ConfigProvider';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ArrowGrowIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const ArrowGrowIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AudioRecordIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const AudioRecordIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const BugIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const BugIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CameraIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const CameraIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CaptureIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const CaptureIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CheckSlimIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const CheckSlimIcon: (props: any) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const CloseIcon: ({ ...props }: {
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
}) => JSX.Element;
|
|
1
|
+
export declare const CloseIcon: ({ ...props }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CommentIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const CommentIcon: (props: any) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const EventIcon: ({ ...props }: {
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
}) => JSX.Element;
|
|
1
|
+
export declare const EventIcon: ({ ...props }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const FreeDrawIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const FreeDrawIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GPTIcon: () => JSX.Element;
|
|
1
|
+
export declare const GPTIcon: () => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GPTIconV2: () => JSX.Element;
|
|
1
|
+
export declare const GPTIconV2: () => JSX.Element;
|