@antscorp/antsomi-ui 1.2.3-beta.6 → 1.2.3-beta.7
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 +77 -0
- package/README.md +78 -78
- 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 +15 -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/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 +19 -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/index.d.ts +1 -1
- package/dist/types/components/atoms/Space/Space.d.ts +1 -1
- 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/index.d.ts +1 -1
- package/dist/types/components/atoms/Tooltip/Tooltip.d.ts +1 -1
- 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/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/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/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 +20 -20
- 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/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 +5 -5
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/types.d.ts +9 -9
- package/dist/types/components/molecules/CaptureScreen/constants.d.ts +32 -32
- 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 +22 -22
- 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 +101 -101
- 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/index.d.ts +1 -1
- package/dist/types/components/molecules/ChatBox/ChatBox.d.ts +4 -4
- package/dist/types/components/molecules/ChatBox/ask.d.ts +3 -3
- 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 +26 -26
- 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/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/index.d.ts +1 -1
- package/dist/types/components/molecules/Modal/Modal.d.ts +1 -1
- 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 +135 -135
- package/dist/types/components/organism/Help/index.d.ts +1 -1
- package/dist/types/components/organism/Help/styled.d.ts +76 -76
- 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/index.d.ts +2 -2
- package/dist/types/components/organism/index.d.ts +2 -2
- package/dist/types/constants/index.d.ts +1 -1
- 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 +62 -62
- package/dist/types/services/constants.d.ts +8 -8
- 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 +49 -49
- package/dist/types/utils/handleError.d.ts +2 -2
- package/dist/types/utils/index.d.ts +3 -3
- package/package.json +130 -130
- package/dist/package.json +0 -128
|
@@ -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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const HighlightIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const HighlightIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const IdeaIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const IdeaIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const InvisibleIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const InvisibleIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MuteIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const MuteIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PauseIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const PauseIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PlaneIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const PlaneIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StopRecordIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const StopRecordIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const UserIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const UserIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VerticalDotsIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const VerticalDotsIcon: (props: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const WarningIcon: (props: any) => JSX.Element;
|
|
1
|
+
export declare const WarningIcon: (props: any) => JSX.Element;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export { EventIcon } from './EventIcon';
|
|
2
|
-
export { CloseIcon } from './CloseIcon';
|
|
3
|
-
export { GPTIcon } from './GPTIcon';
|
|
4
|
-
export { GPTIconV2 } from './GPTIconV2';
|
|
5
|
-
export { PlaneIcon } from './PlaneIcon';
|
|
6
|
-
export { WarningIcon } from './WarningIcon';
|
|
7
|
-
export { UserIcon } from './UserIcon';
|
|
8
|
-
export { HighlightIcon } from './HighlightIcon';
|
|
9
|
-
export { ArrowGrowIcon } from './ArrowGrowIcon';
|
|
10
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
11
|
-
export { CommentIcon } from './CommentIcon';
|
|
12
|
-
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
13
|
-
export { InvisibleIcon } from './InvisibleIcon';
|
|
14
|
-
export { AudioRecordIcon } from './AudioRecordIcon';
|
|
15
|
-
export { CameraIcon } from './CameraIcon';
|
|
16
|
-
export { CaptureIcon } from './CaptureIcon';
|
|
17
|
-
export { MuteIcon } from './MuteIcon';
|
|
18
|
-
export { PauseIcon } from './PauseIcon';
|
|
19
|
-
export { StopRecordIcon } from './StopRecordIcon';
|
|
20
|
-
export { VerticalDotsIcon } from './VerticalDotsIcon';
|
|
1
|
+
export { EventIcon } from './EventIcon';
|
|
2
|
+
export { CloseIcon } from './CloseIcon';
|
|
3
|
+
export { GPTIcon } from './GPTIcon';
|
|
4
|
+
export { GPTIconV2 } from './GPTIconV2';
|
|
5
|
+
export { PlaneIcon } from './PlaneIcon';
|
|
6
|
+
export { WarningIcon } from './WarningIcon';
|
|
7
|
+
export { UserIcon } from './UserIcon';
|
|
8
|
+
export { HighlightIcon } from './HighlightIcon';
|
|
9
|
+
export { ArrowGrowIcon } from './ArrowGrowIcon';
|
|
10
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
11
|
+
export { CommentIcon } from './CommentIcon';
|
|
12
|
+
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
13
|
+
export { InvisibleIcon } from './InvisibleIcon';
|
|
14
|
+
export { AudioRecordIcon } from './AudioRecordIcon';
|
|
15
|
+
export { CameraIcon } from './CameraIcon';
|
|
16
|
+
export { CaptureIcon } from './CaptureIcon';
|
|
17
|
+
export { MuteIcon } from './MuteIcon';
|
|
18
|
+
export { PauseIcon } from './PauseIcon';
|
|
19
|
+
export { StopRecordIcon } from './StopRecordIcon';
|
|
20
|
+
export { VerticalDotsIcon } from './VerticalDotsIcon';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './atoms';
|
|
2
|
-
export * from './molecules';
|
|
3
|
-
export * from './common';
|
|
4
|
-
export * from './organism';
|
|
1
|
+
export * from './atoms';
|
|
2
|
+
export * from './molecules';
|
|
3
|
+
export * from './common';
|
|
4
|
+
export * from './organism';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Alert } from 'antd';
|
|
1
|
+
export { Alert } from 'antd';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Alert } from './Alert';
|
|
1
|
+
export { Alert } from './Alert';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { IImageEditorProps } from './types';
|
|
2
|
-
declare const CaptureScreen: {
|
|
3
|
-
(props: IImageEditorProps): JSX.Element;
|
|
4
|
-
defaultProps: {
|
|
5
|
-
isOpen: boolean;
|
|
6
|
-
src: string;
|
|
7
|
-
alt: string;
|
|
8
|
-
callback: () => void;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
export { CaptureScreen };
|
|
1
|
+
import { IImageEditorProps } from './types';
|
|
2
|
+
declare const CaptureScreen: {
|
|
3
|
+
(props: IImageEditorProps): JSX.Element;
|
|
4
|
+
defaultProps: {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
src: string;
|
|
7
|
+
alt: string;
|
|
8
|
+
callback: () => void;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export { CaptureScreen };
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<{
|
|
4
|
-
(props: import("./types").IImageEditorProps): JSX.Element;
|
|
5
|
-
defaultProps: {
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
src: string;
|
|
8
|
-
alt: string;
|
|
9
|
-
callback: () => void;
|
|
10
|
-
};
|
|
11
|
-
}>;
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const Default: ComponentStory<{
|
|
14
|
-
(props: import("./types").IImageEditorProps): JSX.Element;
|
|
15
|
-
defaultProps: {
|
|
16
|
-
isOpen: boolean;
|
|
17
|
-
src: string;
|
|
18
|
-
alt: string;
|
|
19
|
-
callback: () => void;
|
|
20
|
-
};
|
|
21
|
-
}>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<{
|
|
4
|
+
(props: import("./types").IImageEditorProps): JSX.Element;
|
|
5
|
+
defaultProps: {
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
src: string;
|
|
8
|
+
alt: string;
|
|
9
|
+
callback: () => void;
|
|
10
|
+
};
|
|
11
|
+
}>;
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Default: ComponentStory<{
|
|
14
|
+
(props: import("./types").IImageEditorProps): JSX.Element;
|
|
15
|
+
defaultProps: {
|
|
16
|
+
isOpen: boolean;
|
|
17
|
+
src: string;
|
|
18
|
+
alt: string;
|
|
19
|
+
callback: () => void;
|
|
20
|
+
};
|
|
21
|
+
}>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { CommentBoxProps } from './types';
|
|
2
|
-
declare const CommentBox: {
|
|
3
|
-
(props: CommentBoxProps): JSX.Element;
|
|
4
|
-
defaultProps: {
|
|
5
|
-
info: {
|
|
6
|
-
id: string;
|
|
7
|
-
top: number;
|
|
8
|
-
left: number;
|
|
9
|
-
index: number;
|
|
10
|
-
isSubmitted: boolean;
|
|
11
|
-
};
|
|
12
|
-
offset: number;
|
|
13
|
-
onChangeComment: () => void;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export { CommentBox };
|
|
1
|
+
import { CommentBoxProps } from './types';
|
|
2
|
+
declare const CommentBox: {
|
|
3
|
+
(props: CommentBoxProps): JSX.Element;
|
|
4
|
+
defaultProps: {
|
|
5
|
+
info: {
|
|
6
|
+
id: string;
|
|
7
|
+
top: number;
|
|
8
|
+
left: number;
|
|
9
|
+
index: number;
|
|
10
|
+
isSubmitted: boolean;
|
|
11
|
+
};
|
|
12
|
+
offset: number;
|
|
13
|
+
onChangeComment: () => void;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export { CommentBox };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { CommentBox } from './CommentBox';
|
|
1
|
+
export { CommentBox } from './CommentBox';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { BoxDimensionProps, CommentPointProps } from './types';
|
|
2
|
-
export declare const CommentPoint: import("styled-components").StyledComponent<"div", any, CommentPointProps, never>;
|
|
3
|
-
export declare const RoundedDashed: import("styled-components").StyledComponent<"div", any, {
|
|
4
|
-
offset: number;
|
|
5
|
-
}, never>;
|
|
6
|
-
export declare const CommentBoxed: import("styled-components").StyledComponent<"div", any, {
|
|
7
|
-
boxDimension: BoxDimensionProps;
|
|
8
|
-
isReverseAxisX: boolean;
|
|
9
|
-
isReverseAxisY: boolean;
|
|
10
|
-
}, never>;
|
|
11
|
-
export declare const TextArea: import("styled-components").StyledComponent<"textarea", any, {}, never>;
|
|
12
|
-
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
1
|
+
import { BoxDimensionProps, CommentPointProps } from './types';
|
|
2
|
+
export declare const CommentPoint: import("styled-components").StyledComponent<"div", any, CommentPointProps, never>;
|
|
3
|
+
export declare const RoundedDashed: import("styled-components").StyledComponent<"div", any, {
|
|
4
|
+
offset: number;
|
|
5
|
+
}, never>;
|
|
6
|
+
export declare const CommentBoxed: import("styled-components").StyledComponent<"div", any, {
|
|
7
|
+
boxDimension: BoxDimensionProps;
|
|
8
|
+
isReverseAxisX: boolean;
|
|
9
|
+
isReverseAxisY: boolean;
|
|
10
|
+
}, never>;
|
|
11
|
+
export declare const TextArea: import("styled-components").StyledComponent<"textarea", any, {}, never>;
|
|
12
|
+
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { CommentListProps } from '../../types';
|
|
2
|
-
export interface BoxDimensionProps {
|
|
3
|
-
width: number;
|
|
4
|
-
height: number;
|
|
5
|
-
}
|
|
6
|
-
export interface CommentBoxProps {
|
|
7
|
-
className?: string;
|
|
8
|
-
info: CommentListProps;
|
|
9
|
-
offset: number;
|
|
10
|
-
boxDimension: BoxDimensionProps;
|
|
11
|
-
onChangeComment: Function;
|
|
12
|
-
}
|
|
13
|
-
export interface CommentPointProps extends Pick<CommentListProps, 'left' | 'top' | 'isSubmitted' | 'color'> {
|
|
14
|
-
offset: number;
|
|
15
|
-
}
|
|
1
|
+
import { CommentListProps } from '../../types';
|
|
2
|
+
export interface BoxDimensionProps {
|
|
3
|
+
width: number;
|
|
4
|
+
height: number;
|
|
5
|
+
}
|
|
6
|
+
export interface CommentBoxProps {
|
|
7
|
+
className?: string;
|
|
8
|
+
info: CommentListProps;
|
|
9
|
+
offset: number;
|
|
10
|
+
boxDimension: BoxDimensionProps;
|
|
11
|
+
onChangeComment: Function;
|
|
12
|
+
}
|
|
13
|
+
export interface CommentPointProps extends Pick<CommentListProps, 'left' | 'top' | 'isSubmitted' | 'color'> {
|
|
14
|
+
offset: number;
|
|
15
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { CursorProps } from './types';
|
|
2
|
-
declare const Cursor: (props: CursorProps) => JSX.Element | null;
|
|
3
|
-
export { Cursor };
|
|
1
|
+
import { CursorProps } from './types';
|
|
2
|
+
declare const Cursor: (props: CursorProps) => JSX.Element | null;
|
|
3
|
+
export { Cursor };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Cursor } from './Cursor';
|
|
1
|
+
export { Cursor } from './Cursor';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const DottedCursor: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
-
bgColor?: string | undefined;
|
|
3
|
-
isPointerBox?: boolean | undefined;
|
|
4
|
-
offset: number;
|
|
5
|
-
}, never>;
|
|
1
|
+
export declare const DottedCursor: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
+
bgColor?: string | undefined;
|
|
3
|
+
isPointerBox?: boolean | undefined;
|
|
4
|
+
offset: number;
|
|
5
|
+
}, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface CursorProps {
|
|
3
|
-
isShowCursor: boolean;
|
|
4
|
-
cursorRef?: React.RefObject<HTMLDivElement>;
|
|
5
|
-
bgColor?: string;
|
|
6
|
-
isPointerBox?: boolean;
|
|
7
|
-
offset: number;
|
|
8
|
-
children?: any;
|
|
9
|
-
}
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface CursorProps {
|
|
3
|
+
isShowCursor: boolean;
|
|
4
|
+
cursorRef?: React.RefObject<HTMLDivElement>;
|
|
5
|
+
bgColor?: string;
|
|
6
|
+
isPointerBox?: boolean;
|
|
7
|
+
offset: number;
|
|
8
|
+
children?: any;
|
|
9
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { CSSProperties } from 'react';
|
|
2
|
-
import { BoxDimensionProps } from './components/CommentBox/types';
|
|
3
|
-
import { DrawItemProps } from './types';
|
|
4
|
-
export declare const OFFSET_CENTER = 20;
|
|
5
|
-
export declare enum IGNORE_DRAW_ID_LIST {
|
|
6
|
-
ICON_CLOSE = "antsomi-package-close-draw-icon",
|
|
7
|
-
DRAW_ACTIONS = "antsomi-package-draw-action-options",
|
|
8
|
-
CLASS_PREVENT_HOVER = "antsomi-package-ignore-hovering-draw"
|
|
9
|
-
}
|
|
10
|
-
export declare const COMMENT_BOX_DIMENSION_FIXED: BoxDimensionProps;
|
|
11
|
-
export declare const styleContainer: CSSProperties;
|
|
12
|
-
export declare enum DRAW_KEYS {
|
|
13
|
-
NULL = "null",
|
|
14
|
-
HIGHLIGHT = "highlight",
|
|
15
|
-
COMMENT = "comment",
|
|
16
|
-
PEN = "pen",
|
|
17
|
-
ARROW = "arrow",
|
|
18
|
-
HIDE = "hide",
|
|
19
|
-
DONE = "done"
|
|
20
|
-
}
|
|
21
|
-
export declare enum RECORD_KEYS {
|
|
22
|
-
DRAGGABLE = "draggable",
|
|
23
|
-
NULL = "null",
|
|
24
|
-
START = "start_recorder",
|
|
25
|
-
STOP = "stop_recorder",
|
|
26
|
-
PAUSE = "pause_recorder",
|
|
27
|
-
RESUME = "resume_recorder",
|
|
28
|
-
UNMUTE = "unmute_recorder",
|
|
29
|
-
MUTED = "muted_recorder",
|
|
30
|
-
TIMELINE = "timeline_recorder"
|
|
31
|
-
}
|
|
32
|
-
export declare const DRAW_ACTION_LIST: Array<DrawItemProps>;
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
import { BoxDimensionProps } from './components/CommentBox/types';
|
|
3
|
+
import { DrawItemProps } from './types';
|
|
4
|
+
export declare const OFFSET_CENTER = 20;
|
|
5
|
+
export declare enum IGNORE_DRAW_ID_LIST {
|
|
6
|
+
ICON_CLOSE = "antsomi-package-close-draw-icon",
|
|
7
|
+
DRAW_ACTIONS = "antsomi-package-draw-action-options",
|
|
8
|
+
CLASS_PREVENT_HOVER = "antsomi-package-ignore-hovering-draw"
|
|
9
|
+
}
|
|
10
|
+
export declare const COMMENT_BOX_DIMENSION_FIXED: BoxDimensionProps;
|
|
11
|
+
export declare const styleContainer: CSSProperties;
|
|
12
|
+
export declare enum DRAW_KEYS {
|
|
13
|
+
NULL = "null",
|
|
14
|
+
HIGHLIGHT = "highlight",
|
|
15
|
+
COMMENT = "comment",
|
|
16
|
+
PEN = "pen",
|
|
17
|
+
ARROW = "arrow",
|
|
18
|
+
HIDE = "hide",
|
|
19
|
+
DONE = "done"
|
|
20
|
+
}
|
|
21
|
+
export declare enum RECORD_KEYS {
|
|
22
|
+
DRAGGABLE = "draggable",
|
|
23
|
+
NULL = "null",
|
|
24
|
+
START = "start_recorder",
|
|
25
|
+
STOP = "stop_recorder",
|
|
26
|
+
PAUSE = "pause_recorder",
|
|
27
|
+
RESUME = "resume_recorder",
|
|
28
|
+
UNMUTE = "unmute_recorder",
|
|
29
|
+
MUTED = "muted_recorder",
|
|
30
|
+
TIMELINE = "timeline_recorder"
|
|
31
|
+
}
|
|
32
|
+
export declare const DRAW_ACTION_LIST: Array<DrawItemProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RefObject } from 'react';
|
|
2
|
-
import { ImageEditorInstanceProps } from '../types';
|
|
3
|
-
export declare const useImageEditor: (src: string, imageEditorRef: RefObject<HTMLDivElement>, options?: {
|
|
4
|
-
preventCreateInstance: boolean;
|
|
5
|
-
}) => ImageEditorInstanceProps;
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { ImageEditorInstanceProps } from '../types';
|
|
3
|
+
export declare const useImageEditor: (src: string, imageEditorRef: RefObject<HTMLDivElement>, options?: {
|
|
4
|
+
preventCreateInstance: boolean;
|
|
5
|
+
}) => ImageEditorInstanceProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { CaptureScreen } from './CaptureScreen';
|
|
1
|
+
export { CaptureScreen } from './CaptureScreen';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerCapture: import("styled-components").StyledComponent<"div", any, {
|
|
3
|
-
isRecord: boolean;
|
|
4
|
-
}, never>;
|
|
5
|
-
export declare const FlexColumn: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
-
export declare const FlexCenter: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
-
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {
|
|
8
|
-
isRecord: boolean;
|
|
9
|
-
}, never>;
|
|
10
|
-
export declare const DrawerGroups: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
-
export declare const WrapperDraggable: import("styled-components").StyledComponent<"strong", any, {}, never>;
|
|
12
|
-
export declare const DrawerGroupItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
-
export declare const Divider: import("styled-components").StyledComponent<"div", any, {
|
|
14
|
-
isVertical?: boolean | undefined;
|
|
15
|
-
}, never>;
|
|
16
|
-
export declare const PopupBySide: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
17
|
-
export declare const Heading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd/es/typography/Text").TextProps & import("react").RefAttributes<HTMLSpanElement>>, any, {}, never>;
|
|
18
|
-
export declare const WrapperColor: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
19
|
-
export declare const BoxColor: import("styled-components").StyledComponent<"div", any, {
|
|
20
|
-
bgColor?: string | undefined;
|
|
21
|
-
}, never>;
|
|
22
|
-
export declare const ImageIcon: import("styled-components").StyledComponent<"img", any, {}, never>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ContainerCapture: import("styled-components").StyledComponent<"div", any, {
|
|
3
|
+
isRecord: boolean;
|
|
4
|
+
}, never>;
|
|
5
|
+
export declare const FlexColumn: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const FlexCenter: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
+
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {
|
|
8
|
+
isRecord: boolean;
|
|
9
|
+
}, never>;
|
|
10
|
+
export declare const DrawerGroups: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
+
export declare const WrapperDraggable: import("styled-components").StyledComponent<"strong", any, {}, never>;
|
|
12
|
+
export declare const DrawerGroupItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
+
export declare const Divider: import("styled-components").StyledComponent<"div", any, {
|
|
14
|
+
isVertical?: boolean | undefined;
|
|
15
|
+
}, never>;
|
|
16
|
+
export declare const PopupBySide: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
17
|
+
export declare const Heading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd/es/typography/Text").TextProps & import("react").RefAttributes<HTMLSpanElement>>, any, {}, never>;
|
|
18
|
+
export declare const WrapperColor: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
19
|
+
export declare const BoxColor: import("styled-components").StyledComponent<"div", any, {
|
|
20
|
+
bgColor?: string | undefined;
|
|
21
|
+
}, never>;
|
|
22
|
+
export declare const ImageIcon: import("styled-components").StyledComponent<"img", any, {}, never>;
|