@antscorp/antsomi-ui 1.3.0 → 1.3.2-beta.0
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 +247 -11
- package/dist/0173b5993573afa04880.woff +0 -0
- package/dist/0dfb9214dfd945cd7290.png +1 -0
- package/dist/2883cad25a2b4e87ce5f.eot +0 -0
- package/dist/4f54a37971347e3d7122.png +1 -0
- package/dist/574b7bee0563a9fe9a29.png +1 -0
- package/dist/6b586356e837581204dc.svg +1 -0
- package/dist/72eec5c1c786b45a667f.ttf +0 -0
- package/dist/bc6bf11c6f5e6743aa4c.png +1 -0
- package/dist/dbc405edd6e0806efbc9.svg +1 -0
- package/dist/e32f09119052a55cce3c.png +1 -0
- package/dist/e3851b9384a984c6fdb5.png +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +10 -0
- package/dist/main.css +1 -1
- package/dist/public/icons/2d496b55d85a9545d7311c073af442bb.png +0 -0
- package/dist/public/icons/2fbb4e0927d18e3f8e5c6511ab88d5b3.png +0 -0
- package/dist/public/icons/725a52bd91a3ce534b10833df510e5fa.png +0 -0
- package/dist/public/icons/7d037e0b378e87a82804443636cd0e13.svg +346 -0
- package/dist/public/icons/90553767e0a05b9585a54797cfd9ce51.png +0 -0
- package/dist/public/icons/bb64e23a1ff390a416d765ee556096ab.svg +87 -0
- package/dist/public/icons/d327b24e9c5d8f486f08d253aab58ce6.png +0 -0
- package/dist/public/icons/f1cf266d0a0a53ce07f2dbb859869b7a.png +0 -0
- package/dist/public/icons/placeholder-image.png +0 -0
- package/dist/public/icons/transparent.svg +1 -0
- package/dist/types/components/icons/RequestIcon.d.ts +1 -0
- package/dist/types/components/icons/index.d.ts +1 -0
- package/dist/types/components/molecules/CaptureScreen/CaptureScreen.d.ts +4 -0
- package/dist/types/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +8 -0
- package/dist/types/components/molecules/CaptureScreen/constants.d.ts +8 -1
- package/dist/types/components/molecules/CaptureScreen/types.d.ts +6 -0
- package/dist/types/components/molecules/PopupDraggable/styled.d.ts +1 -0
- package/dist/types/components/molecules/PopupDraggable/types.d.ts +4 -1
- package/dist/types/components/organism/Help/constants.d.ts +2 -0
- package/dist/types/components/organism/Help/styled.d.ts +3 -0
- package/dist/types/components/organism/Help/types.d.ts +2 -0
- package/dist/types/components/organism/Help/utils.d.ts +1 -0
- package/dist/types/src/components/atoms/Alert/Alert.d.ts +4 -0
- package/dist/types/src/components/atoms/Alert/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Alert/index.stories.d.ts +12 -0
- package/dist/types/src/components/atoms/Button/Button.d.ts +1 -0
- package/dist/types/src/components/atoms/Button/Button.stories.d.ts +32 -0
- package/dist/types/src/components/atoms/Button/__tests__/Button.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Button/index.d.ts +11 -0
- package/dist/types/src/components/atoms/Button/test.d.ts +3 -0
- package/dist/types/src/components/atoms/Checkbox/Checkbox.d.ts +1 -0
- package/dist/types/src/components/atoms/Checkbox/Checkbox.stories.d.ts +16 -0
- package/dist/types/src/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Checkbox/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Divider/Divider.d.ts +1 -0
- package/dist/types/src/components/atoms/Divider/Divider.stories.d.ts +8 -0
- package/dist/types/src/components/atoms/Divider/__tests__/Divider.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Divider/index.d.ts +1 -0
- package/dist/types/src/components/atoms/DividerPure/DividerPure.d.ts +10 -0
- package/dist/types/src/components/atoms/DividerPure/index.d.ts +1 -0
- package/dist/types/src/components/atoms/DividerPure/styled.d.ts +1 -0
- package/dist/types/src/components/atoms/Empty/Empty.d.ts +5 -0
- package/dist/types/src/components/atoms/Empty/Empty.stories.d.ts +51 -0
- package/dist/types/src/components/atoms/Empty/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Empty/index.d.ts +1 -0
- package/dist/types/src/components/atoms/FloatButton/FloatButton.d.ts +1 -0
- package/dist/types/src/components/atoms/FloatButton/FloatButton.stories.d.ts +6 -0
- package/dist/types/src/components/atoms/FloatButton/__tests__/index.test.d.ts +0 -0
- package/dist/types/src/components/atoms/FloatButton/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Grid/Grid.d.ts +3 -0
- package/dist/types/src/components/atoms/Grid/Grid.stories.d.ts +107 -0
- package/dist/types/src/components/atoms/Grid/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Input/Input.d.ts +20 -0
- package/dist/types/src/components/atoms/Input/Input.stories.d.ts +22 -0
- package/dist/types/src/components/atoms/Input/__tests__/Input.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Input/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Input/styled.d.ts +11 -0
- package/dist/types/src/components/atoms/InputNumber/InputNumber.d.ts +6 -0
- package/dist/types/src/components/atoms/InputNumber/InputNumber.stories.d.ts +16 -0
- package/dist/types/src/components/atoms/InputNumber/__tests__/InputNumber.test.d.ts +1 -0
- package/dist/types/src/components/atoms/InputNumber/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Message/Message.d.ts +1 -0
- package/dist/types/src/components/atoms/Message/Message.stories.d.ts +95 -0
- package/dist/types/src/components/atoms/Message/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Message/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Notification/Notification.d.ts +1 -0
- package/dist/types/src/components/atoms/Notification/Notification.stories.d.ts +105 -0
- package/dist/types/src/components/atoms/Notification/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Notification/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Pagination/Pagination.d.ts +2 -0
- package/dist/types/src/components/atoms/Pagination/Pagination.stories.d.ts +96 -0
- package/dist/types/src/components/atoms/Pagination/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Pagination/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Popover/Popover.d.ts +4 -0
- package/dist/types/src/components/atoms/Popover/Popover.stories.d.ts +40 -0
- package/dist/types/src/components/atoms/Popover/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Popover/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Popover/styled.d.ts +4 -0
- package/dist/types/src/components/atoms/Progress/Progress.d.ts +2 -0
- package/dist/types/src/components/atoms/Progress/Progress.stories.d.ts +135 -0
- package/dist/types/src/components/atoms/Progress/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Progress/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Radio/Radio.d.ts +1 -0
- package/dist/types/src/components/atoms/Radio/Radio.stories.d.ts +17 -0
- package/dist/types/src/components/atoms/Radio/__tests__/Radio.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Radio/index.d.ts +7 -0
- package/dist/types/src/components/atoms/Rate/Rate.d.ts +2 -0
- package/dist/types/src/components/atoms/Rate/Rate.stories.d.ts +55 -0
- package/dist/types/src/components/atoms/Rate/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Rate/index.d.ts +1 -0
- package/dist/types/src/components/atoms/RequiredLabel/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/RequiredLabel/index.d.ts +7 -0
- package/dist/types/src/components/atoms/RequiredLabel/styled.d.ts +2 -0
- package/dist/types/src/components/atoms/ScrollBox/index.d.ts +9 -0
- package/dist/types/src/components/atoms/Segmented/Segmented.d.ts +2 -0
- package/dist/types/src/components/atoms/Segmented/Segmented.stories.d.ts +85 -0
- package/dist/types/src/components/atoms/Segmented/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Segmented/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Skeleton/Skeleton.d.ts +8 -0
- package/dist/types/src/components/atoms/Skeleton/Skeleton.stories.d.ts +72 -0
- package/dist/types/src/components/atoms/Skeleton/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Skeleton/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Slider/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Slider/index.d.ts +5 -0
- package/dist/types/src/components/atoms/Slider/index.stories.d.ts +10 -0
- package/dist/types/src/components/atoms/Slider/styled.d.ts +7 -0
- package/dist/types/src/components/atoms/Space/Space.d.ts +6 -0
- package/dist/types/src/components/atoms/Space/Space.stories.d.ts +16 -0
- package/dist/types/src/components/atoms/Space/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Spin/Spin.d.ts +9 -0
- package/dist/types/src/components/atoms/Spin/Spin.stories.d.ts +53 -0
- package/dist/types/src/components/atoms/Spin/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Spin/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Spin/styled.d.ts +1 -0
- package/dist/types/src/components/atoms/Statistic/Statistic.d.ts +4 -0
- package/dist/types/src/components/atoms/Statistic/Statistic.stories.d.ts +51 -0
- package/dist/types/src/components/atoms/Statistic/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Statistic/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Steps/Steps.d.ts +4 -0
- package/dist/types/src/components/atoms/Steps/Steps.stories.d.ts +151 -0
- package/dist/types/src/components/atoms/Steps/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Steps/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Switch/Switch.d.ts +2 -0
- package/dist/types/src/components/atoms/Switch/Switch.stories.d.ts +45 -0
- package/dist/types/src/components/atoms/Switch/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Switch/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Tag/Tag.d.ts +1 -0
- package/dist/types/src/components/atoms/Tag/Tag.stories.d.ts +12 -0
- package/dist/types/src/components/atoms/Tag/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Text/index.d.ts +10 -0
- package/dist/types/src/components/atoms/Text/index.stories.d.ts +6 -0
- package/dist/types/src/components/atoms/Text/styled.d.ts +7 -0
- package/dist/types/src/components/atoms/Timeline/Timeline.d.ts +4 -0
- package/dist/types/src/components/atoms/Timeline/Timeline.stories.d.ts +67 -0
- package/dist/types/src/components/atoms/Timeline/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Timeline/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Tooltip/Tooltip.d.ts +1 -0
- package/dist/types/src/components/atoms/Tooltip/Tooltip.stories.d.ts +14 -0
- package/dist/types/src/components/atoms/Tooltip/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Typography/Text.d.ts +1 -0
- package/dist/types/src/components/atoms/Typography/Typography.stories.d.ts +11 -0
- package/dist/types/src/components/atoms/Typography/index.d.ts +1 -0
- package/dist/types/src/components/atoms/Watermark/Watermark.d.ts +2 -0
- package/dist/types/src/components/atoms/Watermark/Watermark.stories.d.ts +27 -0
- package/dist/types/src/components/atoms/Watermark/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/atoms/Watermark/index.d.ts +1 -0
- package/dist/types/src/components/atoms/index.d.ts +32 -0
- package/dist/types/src/components/common/ConfigProvider/ConfigProvider.d.ts +10 -0
- package/dist/types/src/components/common/ConfigProvider/GlobalStyle.d.ts +5 -0
- package/dist/types/src/components/common/ConfigProvider/index.d.ts +1 -0
- package/dist/types/src/components/common/index.d.ts +1 -0
- package/dist/types/src/components/icons/ArrowGrowIcon.d.ts +1 -0
- package/dist/types/src/components/icons/AudioRecordIcon.d.ts +1 -0
- package/dist/types/src/components/icons/BugIcon.d.ts +1 -0
- package/dist/types/src/components/icons/CameraIcon.d.ts +1 -0
- package/dist/types/src/components/icons/CaptureIcon.d.ts +1 -0
- package/dist/types/src/components/icons/CheckSlimIcon.d.ts +1 -0
- package/dist/types/src/components/icons/CloseIcon.d.ts +3 -0
- package/dist/types/src/components/icons/CommentIcon.d.ts +1 -0
- package/dist/types/src/components/icons/EventIcon.d.ts +3 -0
- package/dist/types/src/components/icons/FreeDrawIcon.d.ts +1 -0
- package/dist/types/src/components/icons/GPTIcon.d.ts +1 -0
- package/dist/types/src/components/icons/GPTIconV2.d.ts +1 -0
- package/dist/types/src/components/icons/GPTIconV3.d.ts +1 -0
- package/dist/types/src/components/icons/HighlightIcon.d.ts +1 -0
- package/dist/types/src/components/icons/IdeaIcon.d.ts +1 -0
- package/dist/types/src/components/icons/InvisibleIcon.d.ts +1 -0
- package/dist/types/src/components/icons/MuteIcon.d.ts +1 -0
- package/dist/types/src/components/icons/OpenUrlIcon.d.ts +1 -0
- package/dist/types/src/components/icons/PauseIcon.d.ts +1 -0
- package/dist/types/src/components/icons/PlaneIcon.d.ts +1 -0
- package/dist/types/src/components/icons/RequestIcon.d.ts +1 -0
- package/dist/types/src/components/icons/StopRecordIcon.d.ts +1 -0
- package/dist/types/src/components/icons/UserIcon.d.ts +1 -0
- package/dist/types/src/components/icons/VerticalDotsIcon.d.ts +1 -0
- package/dist/types/src/components/icons/WarningIcon.d.ts +1 -0
- package/dist/types/src/components/icons/index.d.ts +25 -0
- package/dist/types/src/components/index.d.ts +4 -0
- package/dist/types/src/components/molecules/AlignSetting/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/AlignSetting/index.d.ts +19 -0
- package/dist/types/src/components/molecules/AlignSetting/styled.d.ts +1 -0
- package/dist/types/src/components/molecules/AlignSetting/utils.d.ts +3 -0
- package/dist/types/src/components/molecules/CaptureScreen/CaptureScreen.d.ts +15 -0
- package/dist/types/src/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +29 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +16 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +15 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +3 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +7 -0
- package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -0
- package/dist/types/src/components/molecules/CaptureScreen/constants.d.ts +41 -0
- package/dist/types/src/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -0
- package/dist/types/src/components/molecules/CaptureScreen/index.d.ts +1 -0
- package/dist/types/src/components/molecules/CaptureScreen/styled.d.ts +26 -0
- package/dist/types/src/components/molecules/CaptureScreen/themes/black.d.ts +54 -0
- package/dist/types/src/components/molecules/CaptureScreen/themes/white.d.ts +54 -0
- package/dist/types/src/components/molecules/CaptureScreen/types.d.ts +108 -0
- package/dist/types/src/components/molecules/CaptureScreen/utils.d.ts +13 -0
- package/dist/types/src/components/molecules/Card/Card.d.ts +1 -0
- package/dist/types/src/components/molecules/Card/Card.stories.d.ts +88 -0
- package/dist/types/src/components/molecules/Card/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/Card/index.d.ts +1 -0
- package/dist/types/src/components/molecules/Cascader/Cascader.d.ts +1 -0
- package/dist/types/src/components/molecules/Cascader/Cascader.stories.d.ts +37 -0
- package/dist/types/src/components/molecules/Cascader/index.d.ts +1 -0
- package/dist/types/src/components/molecules/ChatBox/ChatBox.d.ts +3 -0
- package/dist/types/src/components/molecules/ChatBox/ChatBox.stories.d.ts +0 -0
- package/dist/types/src/components/molecules/ChatBox/MessageItem.d.ts +5 -0
- package/dist/types/src/components/molecules/ChatBox/constants.d.ts +6 -0
- package/dist/types/src/components/molecules/ChatBox/index.d.ts +1 -0
- package/dist/types/src/components/molecules/ChatBox/styled.d.ts +10 -0
- package/dist/types/src/components/molecules/ChatBox/types.d.ts +32 -0
- package/dist/types/src/components/molecules/ColorPicker/ChromePicker/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorPicker/CustomPicker/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorPicker/CustomPicker/index.d.ts +2 -0
- package/dist/types/src/components/molecules/ColorPicker/CustomPicker/styled.d.ts +5 -0
- package/dist/types/src/components/molecules/ColorPicker/SketchPicker/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorPicker/SketchPicker/index.d.ts +10 -0
- package/dist/types/src/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorPicker/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorPicker/index.d.ts +13 -0
- package/dist/types/src/components/molecules/ColorPicker/styled.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorSetting/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/ColorSetting/index.d.ts +14 -0
- package/dist/types/src/components/molecules/ColorSetting/styled.d.ts +13 -0
- package/dist/types/src/components/molecules/DatePicker/DatePicker.d.ts +8 -0
- package/dist/types/src/components/molecules/DatePicker/DatePicker.stories.d.ts +4 -0
- package/dist/types/src/components/molecules/DatePicker/__tests__/DatePicker.test.d.ts +1 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.stories.d.ts +5 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.stories.d.ts +9 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -0
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -0
- package/dist/types/src/components/molecules/DatePicker/index.d.ts +3 -0
- package/dist/types/src/components/molecules/Drawer/Drawer.d.ts +2 -0
- package/dist/types/src/components/molecules/Drawer/Drawer.stories.d.ts +75 -0
- package/dist/types/src/components/molecules/Drawer/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/Drawer/index.d.ts +1 -0
- package/dist/types/src/components/molecules/Dropdown/Dropdown.d.ts +1 -0
- package/dist/types/src/components/molecules/Dropdown/Dropdown.stories.d.ts +23 -0
- package/dist/types/src/components/molecules/Dropdown/index.d.ts +1 -0
- package/dist/types/src/components/molecules/EdgeSetting/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/EdgeSetting/index.d.ts +39 -0
- package/dist/types/src/components/molecules/EdgeSetting/styled.d.ts +3 -0
- package/dist/types/src/components/molecules/IconSelection/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/IconSelection/constants.d.ts +6 -0
- package/dist/types/src/components/molecules/IconSelection/index.d.ts +12 -0
- package/dist/types/src/components/molecules/IconSelection/styled.d.ts +14 -0
- package/dist/types/src/components/molecules/InputNumber/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/InputNumber/index.d.ts +9 -0
- package/dist/types/src/components/molecules/InputNumber/styled.d.ts +8 -0
- package/dist/types/src/components/molecules/InputSearch/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/InputSearch/index.d.ts +7 -0
- package/dist/types/src/components/molecules/InputSearch/styled.d.ts +1 -0
- package/dist/types/src/components/molecules/Modal/Modal.d.ts +23 -0
- package/dist/types/src/components/molecules/Modal/Modal.stories.d.ts +39 -0
- package/dist/types/src/components/molecules/Modal/index.d.ts +1 -0
- package/dist/types/src/components/molecules/Modal/styled.d.ts +15 -0
- package/dist/types/src/components/molecules/Popconfirm/Popconfirm.d.ts +4 -0
- package/dist/types/src/components/molecules/Popconfirm/Popconfirm.stories.d.ts +79 -0
- package/dist/types/src/components/molecules/Popconfirm/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/Popconfirm/index.d.ts +1 -0
- package/dist/types/src/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -0
- package/dist/types/src/components/molecules/PopupDraggable/index.d.ts +1 -0
- package/dist/types/src/components/molecules/PopupDraggable/styled.d.ts +5 -0
- package/dist/types/src/components/molecules/PopupDraggable/types.d.ts +15 -0
- package/dist/types/src/components/molecules/RadioGroup/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/RadioGroup/index.d.ts +7 -0
- package/dist/types/src/components/molecules/RadioGroup/styled.d.ts +3 -0
- package/dist/types/src/components/molecules/Result/Result.d.ts +1 -0
- package/dist/types/src/components/molecules/Result/Result.stories.d.ts +25 -0
- package/dist/types/src/components/molecules/Result/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/Result/index.d.ts +1 -0
- package/dist/types/src/components/molecules/Select/Select.d.ts +15 -0
- package/dist/types/src/components/molecules/Select/Select.stories.d.ts +28 -0
- package/dist/types/src/components/molecules/Select/Test.d.ts +3 -0
- package/dist/types/src/components/molecules/Select/index.d.ts +2 -0
- package/dist/types/src/components/molecules/Select/styled.d.ts +4 -0
- package/dist/types/src/components/molecules/SettingWrapper/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/SettingWrapper/index.d.ts +13 -0
- package/dist/types/src/components/molecules/SettingWrapper/styled.d.ts +5 -0
- package/dist/types/src/components/molecules/SliderWithInputNumber/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/SliderWithInputNumber/index.d.ts +11 -0
- package/dist/types/src/components/molecules/SliderWithInputNumber/styled.d.ts +1 -0
- package/dist/types/src/components/molecules/Tabs/Tabs.d.ts +1 -0
- package/dist/types/src/components/molecules/Tabs/index.d.ts +1 -0
- package/dist/types/src/components/molecules/TreeSelect/TreeSelect.d.ts +11 -0
- package/dist/types/src/components/molecules/TreeSelect/TreeSelect.stories.d.ts +87 -0
- package/dist/types/src/components/molecules/TreeSelect/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/TreeSelect/index.d.ts +1 -0
- package/dist/types/src/components/molecules/UploadImage/MediaIcon.d.ts +2 -0
- package/dist/types/src/components/molecules/UploadImage/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/molecules/UploadImage/index.d.ts +33 -0
- package/dist/types/src/components/molecules/UploadImage/styled.d.ts +13 -0
- package/dist/types/src/components/molecules/index.d.ts +25 -0
- package/dist/types/src/components/organism/Help/Help.d.ts +5 -0
- package/dist/types/src/components/organism/Help/constants.d.ts +140 -0
- package/dist/types/src/components/organism/Help/index.d.ts +1 -0
- package/dist/types/src/components/organism/Help/styled.d.ts +81 -0
- package/dist/types/src/components/organism/Help/types.d.ts +67 -0
- package/dist/types/src/components/organism/Help/utils.d.ts +15 -0
- package/dist/types/src/components/organism/PositionSetting/__tests__/index.test.d.ts +1 -0
- package/dist/types/src/components/organism/PositionSetting/config.d.ts +10 -0
- package/dist/types/src/components/organism/PositionSetting/index.d.ts +15 -0
- package/dist/types/src/components/organism/PositionSetting/styled.d.ts +1 -0
- package/dist/types/src/components/organism/PositionSetting/types.d.ts +10 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +18 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +11 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +0 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +1 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/constants.d.ts +75 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/index.d.ts +1 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/styled.d.ts +1 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/types.d.ts +1 -0
- package/dist/types/src/components/organism/Table/CrossTabTable/utils.d.ts +1 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +11 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +12 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +3 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/constants.d.ts +4 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/index.d.ts +2 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/styled.d.ts +11 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/types.d.ts +17 -0
- package/dist/types/src/components/organism/Table/ExplorePivotTable/utils.d.ts +4 -0
- package/dist/types/src/components/organism/Table/Table.d.ts +1 -0
- package/dist/types/src/components/organism/Table/Table.stories.d.ts +39 -0
- package/dist/types/src/components/organism/Table/index.d.ts +2 -0
- package/dist/types/src/components/organism/index.d.ts +3 -0
- package/dist/types/src/constants/index.d.ts +2 -0
- package/dist/types/src/constants/keyCode.d.ts +387 -0
- package/dist/types/src/constants/storybook.d.ts +11 -0
- package/dist/types/src/constants/theme.d.ts +12 -0
- package/dist/types/src/hooks/index.d.ts +2 -0
- package/dist/types/src/hooks/useDebounce.d.ts +3 -0
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/locales/i18n.d.ts +73 -0
- package/dist/types/src/locales/translations.d.ts +37 -0
- package/dist/types/src/locales/types.d.ts +15 -0
- package/dist/types/src/models/SavedImage.d.ts +32 -0
- package/dist/types/src/models/Upload.d.ts +32 -0
- package/dist/types/src/models/model.d.ts +8 -0
- package/dist/types/src/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -0
- package/dist/types/src/services/Ticket.d.ts +67 -0
- package/dist/types/src/services/constants.d.ts +20 -0
- package/dist/types/src/services/index.d.ts +9 -0
- package/dist/types/src/stories/components/TableApiTypeTag/index.d.ts +6 -0
- package/dist/types/src/stories/components/index.d.ts +1 -0
- package/dist/types/src/test.d.ts +14 -0
- package/dist/types/src/types/index.d.ts +6 -0
- package/dist/types/src/utils/color.d.ts +10 -0
- package/dist/types/src/utils/common.d.ts +47 -0
- package/dist/types/src/utils/handleError.d.ts +2 -0
- package/dist/types/src/utils/index.d.ts +3 -0
- package/dist/types/src/utils/loadable.d.ts +7 -0
- package/dist/types/src/utils/web.d.ts +10 -0
- package/package.json +11 -2
|
Binary file
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100" height="300" viewBox="0 0 100 300" preserveAspectRatio="none">
|
|
2
|
+
<style type="text/css">
|
|
3
|
+
.st0{fill:#B2B2B2;}
|
|
4
|
+
.st1{fill:#9B9B9B;}
|
|
5
|
+
</style>
|
|
6
|
+
<path d="M53.7,36.8v3.8h3.8l11.1-11.1l-3.8-3.8L53.7,36.8z M71.4,26.5c0.4-0.4,0.4-1,0-1.4l0,0L69,22.8c-0.4-0.4-1-0.4-1.4,0l0,0
|
|
7
|
+
l-1.8,1.8l3.8,3.8L71.4,26.5z"/>
|
|
8
|
+
<path d="M5.9,31.1H9L7.5,27L5.9,31.1z M13.5,22.5h-12C0.7,22.5,0,23.2,0,24v12c0,0.8,0.7,1.5,1.5,1.5h12c0.8,0,1.5-0.7,1.5-1.5V24
|
|
9
|
+
C15,23.2,14.3,22.5,13.5,22.5z M10.5,34.9l-0.9-2.3H5.4l-0.8,2.3H3l3.8-9.8h1.4l3.8,9.8H10.5z"/>
|
|
10
|
+
<path d="M95.6,8.9l-9-8.9l-1.4,1.4l2.4,2.4L82.5,9c-0.6,0.6-0.6,1.5,0,2.1l0,0l5.5,5.5c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.2,1.1-0.4
|
|
11
|
+
l5.5-5.5C96.2,10.5,96.2,9.5,95.6,8.9L95.6,8.9z M84.2,10L89,5.2l4.8,4.8H84.2z M98,11.5c0,0-2,2.2-2,3.5c0,1.1,0.9,2,2,2s2-0.9,2-2
|
|
12
|
+
C100,13.7,98,11.5,98,11.5z"/>
|
|
13
|
+
<path d="M95.2,26.7L91,22.5l-4.2,4.2C85.6,27.9,85,29.5,85,31s0.6,3.1,1.8,4.3c2.3,2.3,6.1,2.4,8.5,0l0,0C96.4,34,97,32.5,97,31
|
|
14
|
+
S96.4,27.9,95.2,26.7L95.2,26.7z M86.5,31.2c0-1.5,0.5-2.5,1.3-3.3l3.2-3.2l3.2,3.3c0.9,0.9,1.3,1.8,1.3,3.3L86.5,31.2L86.5,31.2z"
|
|
15
|
+
/>
|
|
16
|
+
<g transform="translate(138 2337)">
|
|
17
|
+
</g>
|
|
18
|
+
<path d="M4,8h4.1L6,2.5L4,8z M10,13l-1.1-3H3.2l-1.1,3H0L5.1,0H7l5.1,13H10z"/>
|
|
19
|
+
<path d="M27.6,9.8h13.5V8.3H27.6V9.8z M27.6,12h13.5v-0.8H27.6V12z M27.6,6.8h13.5V4.5H27.6V6.8z M27.6,0v3h13.5V0H27.6z"/>
|
|
20
|
+
<path d="M67.9,12h1.5v1.5h-1.5V12z M67.9,10.5h1.5V9h-1.5V10.5z M55.9,7.5h1.5V6h-1.5V7.5z M55.9,10.5h1.5V9h-1.5V10.5z M55.9,4.5
|
|
21
|
+
h1.5V3h-1.5V4.5z M55.9,1.5h1.5V0h-1.5V1.5z M58.9,1.5h1.5V0h-1.5V1.5z M64.9,13.5h1.5V12h-1.5V13.5z M61.9,13.5h1.5V12h-1.5V13.5z
|
|
22
|
+
M64.9,13.5h1.5V12h-1.5V13.5z M58.9,13.5h1.5V12h-1.5V13.5z M55.9,13.5h1.5V12h-1.5V13.5z M69.4,3.8c0-2.1-1.7-3.8-3.8-3.8h-3.8
|
|
23
|
+
v1.5h3.8c1.2,0,2.3,1,2.3,2.3v3.8h1.5V3.8z"/>
|
|
24
|
+
<path d="M27.6,31.5h3.8V30h-3.8V31.5z M32.5,31.5h3.8V30h-3.8V31.5z M37.4,31.5h3.8V30h-3.8V31.5z M27.6,34.5h1.5V33h-1.5V34.5z
|
|
25
|
+
M30.6,34.5h1.5V33h-1.5C30.6,33,30.6,34.5,30.6,34.5z M33.6,34.5h1.5V33h-1.5V34.5z M36.6,34.5h1.5V33h-1.5V34.5z M39.6,34.5h1.5
|
|
26
|
+
V33h-1.5V34.5z M27.6,28.5h6V27h-6C27.6,27,27.6,28.5,27.6,28.5z M35.1,28.5h6V27h-6V28.5z M27.6,22.5v3h13.5v-3H27.6z"/>
|
|
27
|
+
<g>
|
|
28
|
+
<path class="st0" d="M0,46.1v5v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-5H0z M17.1,63.1H0.9v-2H17v2H17.1z M17.1,60.1H0.9
|
|
29
|
+
v-2H17v2H17.1z M17.1,57.1H0.9v-2H17v2H17.1z M17.1,54.1H0.9v-2H17v2H17.1z M0.9,51.1V47H17v4.1H0.9z"/>
|
|
30
|
+
<g>
|
|
31
|
+
<path d="M0,46.1h18v3H0V46.1z"/>
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
<g>
|
|
35
|
+
<path class="st0" d="M54.7,46.1v3v2v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-2v-3H54.7z M71.7,63.1H55.6v-2h16.1V63.1z
|
|
36
|
+
M71.7,60.1H55.6v-2h16.1V60.1z M71.7,57.1H55.6v-2h16.1V57.1z M71.7,54.1H55.6v-2h16.1V54.1z M71.7,51.1H55.6v-2h16.1V51.1z"/>
|
|
37
|
+
<g>
|
|
38
|
+
<rect x="55.6" y="61.1" width="16.1" height="2"/>
|
|
39
|
+
<rect x="55.6" y="55.1" width="16.1" height="2"/>
|
|
40
|
+
<rect x="55.6" y="49.1" width="16.1" height="2"/>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
<g>
|
|
44
|
+
<path class="st0" d="M82,46.1v3v2v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-2v-3H82z M99.1,63.1H82.9v-2H99L99.1,63.1
|
|
45
|
+
L99.1,63.1z M99.1,60.1H82.9v-2H99L99.1,60.1L99.1,60.1z M99.1,57.1H82.9v-2H99L99.1,57.1L99.1,57.1z M99.1,54.1H82.9v-2H99
|
|
46
|
+
L99.1,54.1L99.1,54.1z M99.1,51.1H82.9v-2H99L99.1,51.1L99.1,51.1z"/>
|
|
47
|
+
<g>
|
|
48
|
+
<rect x="82.9" y="58.1" width="16.1" height="2"/>
|
|
49
|
+
<rect x="82.9" y="52.1" width="16.1" height="2"/>
|
|
50
|
+
</g>
|
|
51
|
+
</g>
|
|
52
|
+
<g>
|
|
53
|
+
<path class="st0" d="M27.3,46.1v3v2v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-2v-3H27.3z M44.4,63.1H28.3v-2h16.1V63.1z
|
|
54
|
+
M44.4,60.1H28.3v-2h16.1V60.1z M44.4,57.1H28.3v-2h16.1V57.1z M44.4,54.1H28.3v-2h16.1V54.1z M44.4,51.1H28.3v-2h16.1V51.1z"/>
|
|
55
|
+
<g>
|
|
56
|
+
<rect x="28.3" y="51.1" width="16.1" height="1"/>
|
|
57
|
+
<rect x="28.3" y="54.1" width="16.1" height="1"/>
|
|
58
|
+
<rect x="28.3" y="57.1" width="16.1" height="1"/>
|
|
59
|
+
<rect x="28.3" y="60.1" width="16.1" height="1"/>
|
|
60
|
+
</g>
|
|
61
|
+
</g>
|
|
62
|
+
<g>
|
|
63
|
+
<polygon class="st0" points="30.3,86.1 30.3,73.1 27.3,73.1 27.3,86.1 27.3,89.1 30.3,89.1 43.3,89.1 43.3,86.1 "/>
|
|
64
|
+
<path d="M30.3,74.1v1h2v2h-2v1h2v2h-2v1h2v2h-2v1h2v2h1v-2h2v2h1v-2h2v2h1v-2h2v2h1v-12H30.3z M35.3,83.1h-2v-2h2V83.1z M35.3,80.1
|
|
65
|
+
h-2v-2h2V80.1z M35.3,77.1h-2v-2h2V77.1z M38.3,83.1h-2v-2h2V83.1z M38.3,80.1h-2v-2h2V80.1z M38.3,77.1h-2v-2h2V77.1z M41.3,83.1
|
|
66
|
+
h-2v-2h2V83.1z M41.3,80.1h-2v-2h2V80.1z M41.3,77.1h-2v-2h2V77.1z"/>
|
|
67
|
+
</g>
|
|
68
|
+
<g>
|
|
69
|
+
<polygon points="3,86.1 3,73.1 0,73.1 0,86.1 0,89.1 3,89.1 16,89.1 16,86.1 "/>
|
|
70
|
+
<path class="st0" d="M3,74.1v1h2v2H3v1h2v2H3v1h2v2H3v1h2v2h1v-2h2v2h1v-2h2v2h1v-2h2v2h1v-12H3z M8,83.1H6v-2h2V83.1z M8,80.1H6
|
|
71
|
+
v-2h2V80.1z M8,77.1H6v-2h2V77.1z M11,83.1H9v-2h2V83.1z M11,80.1H9v-2h2V80.1z M11,77.1H9v-2h2V77.1z M14,83.1h-2v-2h2V83.1z
|
|
72
|
+
M14,80.1h-2v-2h2V80.1z M14,77.1h-2v-2h2V77.1z"/>
|
|
73
|
+
</g>
|
|
74
|
+
<path d="M52.6,77.1h2v-2h-2V77.1z M52.6,81.1h2v-2h-2V81.1z M52.6,73.1h2v-2C53.5,71.1,52.6,72,52.6,73.1z M72.6,71.1v2h2
|
|
75
|
+
C74.6,72,73.8,71.1,72.6,71.1z M60.6,89.1h2v-2h-2V89.1z M52.6,85.1h2v-2h-2V85.1z M54.6,89.1v-2h-2C52.6,88.2,53.5,89.1,54.6,89.1z
|
|
76
|
+
M52.6,75.1v3h22v-3H52.6z M56.6,71.1v18h6v-18H56.6z M72.6,85.1h2v-2h-2V85.1z M60.6,73.1h2v-2h-2V73.1z M56.6,89.1h2v-2h-2V89.1z
|
|
77
|
+
M56.6,73.1h2v-2h-2V73.1z M72.6,89.1c1.1,0,2-0.9,2-2h-2V89.1z M72.6,81.1h2v-2h-2V81.1z M72.6,77.1h2v-2h-2V77.1z M64.6,89.1h2v-2
|
|
78
|
+
h-2V89.1z M64.6,73.1h2v-2h-2V73.1z M68.6,89.1h2v-2h-2V89.1z M68.6,73.1h2v-2h-2V73.1z"/>
|
|
79
|
+
<g>
|
|
80
|
+
<path d="M83,80.1h7v9h-7V80.1z M92,80.1h7v9h-7V80.1z"/>
|
|
81
|
+
<path class="st1" d="M82,83.1h18v3H82V83.1z"/>
|
|
82
|
+
</g>
|
|
83
|
+
<g>
|
|
84
|
+
<path class="st1" d="M1,98.3h7v9H1V98.3z M10,98.3h7v9h-7V98.3z"/>
|
|
85
|
+
<path d="M0,101.3h8v3H0V101.3z M10,101.3h8v3h-8V101.3z"/>
|
|
86
|
+
</g>
|
|
87
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="10" version="1.1" viewBox="0 0 512 512" width="10" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill="currentColor" fill-opacity=".125" d="M0 256h256v256H0z"></path><path fill="currentColor" fill-opacity=".25" d="M256 256h256v256H256z"></path><path fill="currentColor" fill-opacity=".125" d="M256 0h256v256H256z"></path><path fill="currentColor" fill-opacity=".25" d="M0 0h256v256H0z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const RequestIcon: (props: any) => JSX.Element;
|
|
@@ -6,6 +6,10 @@ declare const _default: ComponentMeta<{
|
|
|
6
6
|
isOpen: boolean;
|
|
7
7
|
src: string;
|
|
8
8
|
alt: string;
|
|
9
|
+
defaultPositions: {
|
|
10
|
+
capture: null;
|
|
11
|
+
record: null;
|
|
12
|
+
};
|
|
9
13
|
callback: () => void;
|
|
10
14
|
};
|
|
11
15
|
}>;
|
|
@@ -16,6 +20,10 @@ export declare const Default: ComponentStory<{
|
|
|
16
20
|
isOpen: boolean;
|
|
17
21
|
src: string;
|
|
18
22
|
alt: string;
|
|
23
|
+
defaultPositions: {
|
|
24
|
+
capture: null;
|
|
25
|
+
record: null;
|
|
26
|
+
};
|
|
19
27
|
callback: () => void;
|
|
20
28
|
};
|
|
21
29
|
}>;
|
|
@@ -10,6 +10,12 @@ export declare enum IGNORE_DRAW_ID_LIST {
|
|
|
10
10
|
CLASS_PREVENT_HOVER = "antsomi-package-ignore-hovering-draw"
|
|
11
11
|
}
|
|
12
12
|
export declare const COMMENT_BOX_DIMENSION_FIXED: BoxDimensionProps;
|
|
13
|
+
export declare const styleDrawItem: {
|
|
14
|
+
MEDIUM: number;
|
|
15
|
+
SMALL: number;
|
|
16
|
+
LARGE: number;
|
|
17
|
+
};
|
|
18
|
+
export declare const styleRecordItem: CSSProperties;
|
|
13
19
|
export declare const styleContainer: CSSProperties;
|
|
14
20
|
export declare enum DRAW_KEYS {
|
|
15
21
|
NULL = "null",
|
|
@@ -18,7 +24,8 @@ export declare enum DRAW_KEYS {
|
|
|
18
24
|
PEN = "pen",
|
|
19
25
|
ARROW = "arrow",
|
|
20
26
|
HIDE = "hide",
|
|
21
|
-
DONE = "done"
|
|
27
|
+
DONE = "done",
|
|
28
|
+
CANCEL = "cancel"
|
|
22
29
|
}
|
|
23
30
|
export declare enum RECORD_KEYS {
|
|
24
31
|
DRAGGABLE = "draggable",
|
|
@@ -2,15 +2,21 @@ import ImageEditor from 'tui-image-editor';
|
|
|
2
2
|
import { DRAW_KEYS } from './constants';
|
|
3
3
|
import { ATTACH_KEYS } from 'src/components/organism/Help/constants';
|
|
4
4
|
import { StreamTrackProps } from 'src/components/organism/Help/types';
|
|
5
|
+
import { ControlPosition } from 'react-draggable';
|
|
5
6
|
interface RecorderConfigProps {
|
|
6
7
|
isMute: boolean;
|
|
7
8
|
recorder?: MediaRecorder;
|
|
8
9
|
streamTracks?: StreamTrackProps;
|
|
9
10
|
}
|
|
11
|
+
export interface ControlPositionProps {
|
|
12
|
+
[ATTACH_KEYS.CAPTURE]: ControlPosition;
|
|
13
|
+
[ATTACH_KEYS.RECORD]: ControlPosition;
|
|
14
|
+
}
|
|
10
15
|
export interface IImageEditorProps {
|
|
11
16
|
src?: string;
|
|
12
17
|
alt?: string;
|
|
13
18
|
recorderConfigs: RecorderConfigProps;
|
|
19
|
+
defaultPositions?: ControlPositionProps;
|
|
14
20
|
captureType: CaptureTypeProps;
|
|
15
21
|
callback: Function;
|
|
16
22
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const PopupContainer: import("styled-components").StyledComponent<"div", any, {
|
|
2
2
|
isHiddenResizing?: boolean | undefined;
|
|
3
|
+
isShowResizeHover?: boolean | undefined;
|
|
3
4
|
}, never>;
|
|
4
5
|
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
+
import { ControlPosition } from 'react-draggable';
|
|
2
3
|
import { CSSProperties } from 'styled-components';
|
|
3
4
|
export interface IPopupDraggable {
|
|
4
5
|
id?: string;
|
|
5
6
|
name?: string;
|
|
6
|
-
bounds
|
|
7
|
+
bounds?: string;
|
|
8
|
+
defaultPosition?: ControlPosition;
|
|
7
9
|
isHiddenClose?: boolean;
|
|
8
10
|
isHiddenResizing?: boolean;
|
|
11
|
+
isShowResizeHover?: boolean;
|
|
9
12
|
callback: Function;
|
|
10
13
|
children: ReactNode;
|
|
11
14
|
styleContainer?: CSSProperties;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ITabShareScreenProps } from './types';
|
|
2
|
+
import { ControlPositionProps } from 'src/components/molecules/CaptureScreen/types';
|
|
2
3
|
export declare const TICKET_CUSTOM_MESSAGE_KEY = "TICKET_CUSTOM_MESSAGE_KEY";
|
|
3
4
|
export declare const PORTALS_ANTSOMI_PACKAGE_UI_KEY = "PORTALS_ANTSOMI_PACKAGE_UI_KEY";
|
|
4
5
|
export declare const PORTALS_ANTSOMI_PACKAGE_UI_KEY_POPUP = "PORTALS_ANTSOMI_PACKAGE_UI_KEY_POPUP";
|
|
@@ -34,6 +35,7 @@ export declare const ATTACH_CAPTURE_TYPES: {
|
|
|
34
35
|
icon: string;
|
|
35
36
|
}[];
|
|
36
37
|
}[];
|
|
38
|
+
export declare const DEFAULT_POSITIONS: ControlPositionProps;
|
|
37
39
|
export declare const TABS_SHARING_SCREEN: ITabShareScreenProps[];
|
|
38
40
|
export declare const HELP_APP: ({
|
|
39
41
|
title: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Alert } from './Alert';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
import { Alert } from './index';
|
|
4
|
+
declare const _default: ComponentMeta<import("styled-components").StyledComponent<React.FC<import("antd").AlertProps> & {
|
|
5
|
+
ErrorBoundary: typeof import("antd/es/alert/ErrorBoundary").default;
|
|
6
|
+
}, any, {}, never>>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: ComponentStory<import("styled-components").StyledComponent<React.FC<import("antd").AlertProps> & {
|
|
9
|
+
ErrorBoundary: typeof import("antd/es/alert/ErrorBoundary").default;
|
|
10
|
+
}, any, {}, never>>;
|
|
11
|
+
export declare const Types: ComponentStory<typeof Alert>;
|
|
12
|
+
export declare const Customize: ComponentStory<typeof Alert>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Button } from 'antd';
|
|
@@ -0,0 +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" | "reset" | "submit" | 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" | "reset" | "submit" | 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>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Button: import("react").ForwardRefExoticComponent<Partial<{
|
|
3
|
+
href: string;
|
|
4
|
+
target?: string | undefined;
|
|
5
|
+
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
6
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
7
|
+
htmlType?: "button" | "reset" | "submit" | undefined;
|
|
8
|
+
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
9
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
10
|
+
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Checkbox } from 'antd';
|
|
@@ -0,0 +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>;
|
|
16
|
+
export declare const CheckboxGroupAPI: ComponentStory<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Checkbox } from './Checkbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Divider } from 'antd';
|
|
@@ -0,0 +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>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Divider } from './Divider';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface DividerProps extends React.HtmlHTMLAttributes<HTMLDivElement> {
|
|
3
|
+
type?: 'vertical' | 'horizontal';
|
|
4
|
+
dot?: boolean;
|
|
5
|
+
dashed?: boolean;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
width?: number | string;
|
|
8
|
+
}
|
|
9
|
+
export declare const DividerPure: React.FC<DividerProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DividerPure } from './DividerPure';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.FC<import("antd").EmptyProps> & {
|
|
4
|
+
PRESENTED_IMAGE_DEFAULT: React.ReactNode;
|
|
5
|
+
PRESENTED_IMAGE_SIMPLE: React.ReactNode;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: ComponentStory<React.FC<import("antd").EmptyProps> & {
|
|
9
|
+
PRESENTED_IMAGE_DEFAULT: React.ReactNode;
|
|
10
|
+
PRESENTED_IMAGE_SIMPLE: React.ReactNode;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const ChoseImage: {
|
|
13
|
+
(): JSX.Element;
|
|
14
|
+
parameters: {
|
|
15
|
+
docs: {
|
|
16
|
+
description: {
|
|
17
|
+
story: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export declare const Customize: {
|
|
23
|
+
(): JSX.Element;
|
|
24
|
+
parameters: {
|
|
25
|
+
docs: {
|
|
26
|
+
description: {
|
|
27
|
+
story: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export declare const ConfigProviderEmpty: {
|
|
33
|
+
(): JSX.Element;
|
|
34
|
+
parameters: {
|
|
35
|
+
docs: {
|
|
36
|
+
description: {
|
|
37
|
+
story: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare const NoDescription: {
|
|
43
|
+
(): JSX.Element;
|
|
44
|
+
parameters: {
|
|
45
|
+
docs: {
|
|
46
|
+
description: {
|
|
47
|
+
story: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Empty } from './Empty';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FloatButton } from 'antd';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<import("antd/es/float-button/interface").CompoundedComponent>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: ComponentStory<import("antd/es/float-button/interface").CompoundedComponent>;
|
|
6
|
+
export declare const Type: () => JSX.Element;
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const FloatButton: import("antd/es/float-button/interface").CompoundedComponent;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Row: import("react").ForwardRefExoticComponent<import("antd").RowProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export declare const Col: import("react").ForwardRefExoticComponent<import("antd").ColProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").RowProps & React.RefAttributes<HTMLDivElement>>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Basic: ComponentStory<React.ForwardRefExoticComponent<import("antd").RowProps & React.RefAttributes<HTMLDivElement>>>;
|
|
6
|
+
export declare const GridGutter: {
|
|
7
|
+
(): JSX.Element;
|
|
8
|
+
parameters: {
|
|
9
|
+
docs: {
|
|
10
|
+
description: {
|
|
11
|
+
story: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare const ColumnOffset: {
|
|
17
|
+
(): JSX.Element;
|
|
18
|
+
parameters: {
|
|
19
|
+
docs: {
|
|
20
|
+
description: {
|
|
21
|
+
story: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export declare const GridSort: {
|
|
27
|
+
(): JSX.Element;
|
|
28
|
+
parameters: {
|
|
29
|
+
docs: {
|
|
30
|
+
description: {
|
|
31
|
+
story: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export declare const Typesetting: {
|
|
37
|
+
(): JSX.Element;
|
|
38
|
+
parameters: {
|
|
39
|
+
docs: {
|
|
40
|
+
description: {
|
|
41
|
+
story: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export declare const Alignment: {
|
|
47
|
+
(): JSX.Element;
|
|
48
|
+
parameters: {
|
|
49
|
+
docs: {
|
|
50
|
+
description: {
|
|
51
|
+
story: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export declare const Order: {
|
|
57
|
+
(): JSX.Element;
|
|
58
|
+
parameters: {
|
|
59
|
+
docs: {
|
|
60
|
+
description: {
|
|
61
|
+
story: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
export declare const FlexStretch: {
|
|
67
|
+
(): JSX.Element;
|
|
68
|
+
parameters: {
|
|
69
|
+
docs: {
|
|
70
|
+
description: {
|
|
71
|
+
story: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export declare const Responsive: {
|
|
77
|
+
(): JSX.Element;
|
|
78
|
+
parameters: {
|
|
79
|
+
docs: {
|
|
80
|
+
description: {
|
|
81
|
+
story: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
export declare const MoreResponsive: {
|
|
87
|
+
(): JSX.Element;
|
|
88
|
+
parameters: {
|
|
89
|
+
docs: {
|
|
90
|
+
description: {
|
|
91
|
+
story: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
export declare const Playground: {
|
|
97
|
+
(): JSX.Element;
|
|
98
|
+
parameters: {
|
|
99
|
+
docs: {
|
|
100
|
+
description: {
|
|
101
|
+
story: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
export declare const RowProps: ComponentStory<any>;
|
|
107
|
+
export declare const ColProps: ComponentStory<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Row, Col } from './Grid';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
import { InputProps as AntdInputProps } from 'antd';
|
|
3
|
+
export interface InputProps extends AntdInputProps {
|
|
4
|
+
noborder?: 'true' | 'false' | boolean;
|
|
5
|
+
debounce?: number;
|
|
6
|
+
label?: ReactNode;
|
|
7
|
+
onAfterChange?: (value: any) => void;
|
|
8
|
+
errorArchive?: string;
|
|
9
|
+
required?: boolean;
|
|
10
|
+
focused?: boolean;
|
|
11
|
+
errorMsg?: string;
|
|
12
|
+
disableUndo?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const Input: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<AntdInputProps & React.RefAttributes<import("antd").InputRef>> & {
|
|
15
|
+
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
16
|
+
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("antd").InputRef>>;
|
|
17
|
+
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
18
|
+
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("antd").InputRef>>;
|
|
19
|
+
}, any, InputProps, never>;
|
|
20
|
+
export declare const TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|