@easyv/react-components 0.0.1
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/LICENSE +21 -0
- package/README.md +48 -0
- package/dist/Affix/index.d.ts +4 -0
- package/dist/Affix/index.js +3 -0
- package/dist/Affix/index.less +0 -0
- package/dist/Affix/interface.d.ts +1 -0
- package/dist/Affix/interface.js +1 -0
- package/dist/Alert/index.d.ts +4 -0
- package/dist/Alert/index.js +3 -0
- package/dist/Alert/index.less +0 -0
- package/dist/Alert/interface.d.ts +1 -0
- package/dist/Alert/interface.js +1 -0
- package/dist/Anchor/index.d.ts +4 -0
- package/dist/Anchor/index.js +3 -0
- package/dist/Anchor/index.less +0 -0
- package/dist/Anchor/interface.d.ts +1 -0
- package/dist/Anchor/interface.js +1 -0
- package/dist/AutoComplete/index.d.ts +4 -0
- package/dist/AutoComplete/index.js +3 -0
- package/dist/AutoComplete/index.less +0 -0
- package/dist/AutoComplete/interface.d.ts +1 -0
- package/dist/AutoComplete/interface.js +1 -0
- package/dist/Avatar/index.d.ts +4 -0
- package/dist/Avatar/index.js +3 -0
- package/dist/Avatar/index.less +0 -0
- package/dist/Avatar/interface.d.ts +1 -0
- package/dist/Avatar/interface.js +1 -0
- package/dist/BackTop/demo.css +22 -0
- package/dist/BackTop/index.d.ts +4 -0
- package/dist/BackTop/index.js +3 -0
- package/dist/BackTop/index.less +0 -0
- package/dist/BackTop/interface.d.ts +1 -0
- package/dist/BackTop/interface.js +1 -0
- package/dist/Badge/index.d.ts +4 -0
- package/dist/Badge/index.js +3 -0
- package/dist/Badge/index.less +0 -0
- package/dist/Badge/interface.d.ts +1 -0
- package/dist/Badge/interface.js +1 -0
- package/dist/Breadcrumb/index.d.ts +4 -0
- package/dist/Breadcrumb/index.js +3 -0
- package/dist/Breadcrumb/index.less +0 -0
- package/dist/Breadcrumb/interface.d.ts +1 -0
- package/dist/Breadcrumb/interface.js +1 -0
- package/dist/Button/index.d.ts +12 -0
- package/dist/Button/index.js +27 -0
- package/dist/Button/index.less +33 -0
- package/dist/Button/interface.d.ts +1 -0
- package/dist/Button/interface.js +1 -0
- package/dist/Calendar/index.d.ts +4 -0
- package/dist/Calendar/index.js +3 -0
- package/dist/Calendar/index.less +0 -0
- package/dist/Calendar/interface.d.ts +1 -0
- package/dist/Calendar/interface.js +1 -0
- package/dist/Card/demo.css +25 -0
- package/dist/Card/index.d.ts +4 -0
- package/dist/Card/index.js +3 -0
- package/dist/Card/index.less +0 -0
- package/dist/Card/interface.d.ts +1 -0
- package/dist/Card/interface.js +1 -0
- package/dist/Carousel/index.d.ts +4 -0
- package/dist/Carousel/index.js +3 -0
- package/dist/Carousel/index.less +0 -0
- package/dist/Carousel/interface.d.ts +1 -0
- package/dist/Carousel/interface.js +1 -0
- package/dist/Cascader/demo.css +8 -0
- package/dist/Cascader/index.d.ts +4 -0
- package/dist/Cascader/index.js +3 -0
- package/dist/Cascader/index.less +0 -0
- package/dist/Cascader/interface.d.ts +1 -0
- package/dist/Cascader/interface.js +1 -0
- package/dist/Checkbox/demo.css +59 -0
- package/dist/Checkbox/index.d.ts +4 -0
- package/dist/Checkbox/index.js +3 -0
- package/dist/Checkbox/index.less +0 -0
- package/dist/Checkbox/interface.d.ts +1 -0
- package/dist/Checkbox/interface.js +1 -0
- package/dist/Collapse/index.d.ts +4 -0
- package/dist/Collapse/index.js +3 -0
- package/dist/Collapse/index.less +0 -0
- package/dist/Collapse/interface.d.ts +1 -0
- package/dist/Collapse/interface.js +1 -0
- package/dist/Comment/demo.css +19 -0
- package/dist/Comment/index.d.ts +4 -0
- package/dist/Comment/index.js +3 -0
- package/dist/Comment/index.less +0 -0
- package/dist/Comment/interface.d.ts +1 -0
- package/dist/Comment/interface.js +1 -0
- package/dist/ConfigProvider/demo.css +3 -0
- package/dist/ConfigProvider/index.d.ts +4 -0
- package/dist/ConfigProvider/index.js +3 -0
- package/dist/ConfigProvider/index.less +0 -0
- package/dist/ConfigProvider/interface.d.ts +1 -0
- package/dist/ConfigProvider/interface.js +1 -0
- package/dist/DatePicker/index.d.ts +17 -0
- package/dist/DatePicker/index.js +95 -0
- package/dist/DatePicker/index.less +4 -0
- package/dist/DatePicker/interface.d.ts +17 -0
- package/dist/DatePicker/interface.js +1 -0
- package/dist/Descriptions/index.d.ts +4 -0
- package/dist/Descriptions/index.js +3 -0
- package/dist/Descriptions/index.less +0 -0
- package/dist/Descriptions/interface.d.ts +1 -0
- package/dist/Descriptions/interface.js +1 -0
- package/dist/Divider/index.d.ts +4 -0
- package/dist/Divider/index.js +23 -0
- package/dist/Divider/index.less +5 -0
- package/dist/Divider/interface.d.ts +5 -0
- package/dist/Divider/interface.js +1 -0
- package/dist/Drawer/index.d.ts +4 -0
- package/dist/Drawer/index.js +3 -0
- package/dist/Drawer/index.less +0 -0
- package/dist/Drawer/interface.d.ts +1 -0
- package/dist/Drawer/interface.js +1 -0
- package/dist/Dropdown/demo.css +8 -0
- package/dist/Dropdown/index.d.ts +4 -0
- package/dist/Dropdown/index.js +3 -0
- package/dist/Dropdown/index.less +4 -0
- package/dist/Dropdown/interface.d.ts +1 -0
- package/dist/Dropdown/interface.js +1 -0
- package/dist/Empty/index.d.ts +4 -0
- package/dist/Empty/index.js +3 -0
- package/dist/Empty/index.less +0 -0
- package/dist/Empty/interface.d.ts +1 -0
- package/dist/Empty/interface.js +1 -0
- package/dist/Form/index.d.ts +4 -0
- package/dist/Form/index.js +3 -0
- package/dist/Form/index.less +0 -0
- package/dist/Form/interface.d.ts +1 -0
- package/dist/Form/interface.js +1 -0
- package/dist/Grid/demo.css +122 -0
- package/dist/Grid/index.d.ts +4 -0
- package/dist/Grid/index.js +3 -0
- package/dist/Grid/index.less +0 -0
- package/dist/Grid/interface.d.ts +1 -0
- package/dist/Grid/interface.js +1 -0
- package/dist/Image/demo.css +53 -0
- package/dist/Image/index.d.ts +4 -0
- package/dist/Image/index.js +3 -0
- package/dist/Image/index.less +0 -0
- package/dist/Image/interface.d.ts +1 -0
- package/dist/Image/interface.js +1 -0
- package/dist/Input/index.d.ts +15 -0
- package/dist/Input/index.js +53 -0
- package/dist/Input/index.less +63 -0
- package/dist/Input/interface.d.ts +9 -0
- package/dist/Input/interface.js +1 -0
- package/dist/InputNumber/index.d.ts +4 -0
- package/dist/InputNumber/index.js +3 -0
- package/dist/InputNumber/index.less +0 -0
- package/dist/InputNumber/interface.d.ts +1 -0
- package/dist/InputNumber/interface.js +1 -0
- package/dist/InputTag/index.d.ts +4 -0
- package/dist/InputTag/index.js +3 -0
- package/dist/InputTag/index.less +0 -0
- package/dist/InputTag/interface.d.ts +1 -0
- package/dist/InputTag/interface.js +1 -0
- package/dist/Layout/demo.css +84 -0
- package/dist/Layout/index.d.ts +4 -0
- package/dist/Layout/index.js +4 -0
- package/dist/Layout/index.less +0 -0
- package/dist/Layout/interface.d.ts +1 -0
- package/dist/Layout/interface.js +1 -0
- package/dist/Link/index.d.ts +4 -0
- package/dist/Link/index.js +3 -0
- package/dist/Link/index.less +0 -0
- package/dist/Link/interface.d.ts +1 -0
- package/dist/Link/interface.js +1 -0
- package/dist/List/demo.css +58 -0
- package/dist/List/index.d.ts +4 -0
- package/dist/List/index.js +3 -0
- package/dist/List/index.less +0 -0
- package/dist/List/interface.d.ts +1 -0
- package/dist/List/interface.js +1 -0
- package/dist/Mentions/index.d.ts +4 -0
- package/dist/Mentions/index.js +3 -0
- package/dist/Mentions/index.less +0 -0
- package/dist/Mentions/interface.d.ts +1 -0
- package/dist/Mentions/interface.js +1 -0
- package/dist/Menu/demo.css +102 -0
- package/dist/Menu/index.d.ts +17 -0
- package/dist/Menu/index.js +34 -0
- package/dist/Menu/index.less +0 -0
- package/dist/Menu/interface.d.ts +1 -0
- package/dist/Menu/interface.js +1 -0
- package/dist/Message/demo.css +22 -0
- package/dist/Message/index.d.ts +5 -0
- package/dist/Message/index.js +3 -0
- package/dist/Message/index.less +3 -0
- package/dist/Message/interface.d.ts +1 -0
- package/dist/Message/interface.js +1 -0
- package/dist/Modal/demo.css +3 -0
- package/dist/Modal/index.d.ts +5 -0
- package/dist/Modal/index.js +3 -0
- package/dist/Modal/index.less +7 -0
- package/dist/Modal/interface.d.ts +1 -0
- package/dist/Modal/interface.js +1 -0
- package/dist/Notification/index.d.ts +4 -0
- package/dist/Notification/index.js +3 -0
- package/dist/Notification/index.less +0 -0
- package/dist/Notification/interface.d.ts +1 -0
- package/dist/Notification/interface.js +1 -0
- package/dist/PageHeader/index.d.ts +4 -0
- package/dist/PageHeader/index.js +3 -0
- package/dist/PageHeader/index.less +0 -0
- package/dist/PageHeader/interface.d.ts +1 -0
- package/dist/PageHeader/interface.js +1 -0
- package/dist/Pagination/index.d.ts +4 -0
- package/dist/Pagination/index.js +3 -0
- package/dist/Pagination/index.less +0 -0
- package/dist/Pagination/interface.d.ts +1 -0
- package/dist/Pagination/interface.js +1 -0
- package/dist/Popconfirm/index.d.ts +4 -0
- package/dist/Popconfirm/index.js +3 -0
- package/dist/Popconfirm/index.less +0 -0
- package/dist/Popconfirm/interface.d.ts +1 -0
- package/dist/Popconfirm/interface.js +1 -0
- package/dist/Popover/index.d.ts +4 -0
- package/dist/Popover/index.js +3 -0
- package/dist/Popover/index.less +0 -0
- package/dist/Popover/interface.d.ts +1 -0
- package/dist/Popover/interface.js +1 -0
- package/dist/Progress/index.d.ts +4 -0
- package/dist/Progress/index.js +3 -0
- package/dist/Progress/index.less +0 -0
- package/dist/Progress/interface.d.ts +1 -0
- package/dist/Progress/interface.js +1 -0
- package/dist/Radio/demo.css +59 -0
- package/dist/Radio/index.d.ts +9 -0
- package/dist/Radio/index.js +26 -0
- package/dist/Radio/index.less +103 -0
- package/dist/Radio/interface.d.ts +6 -0
- package/dist/Radio/interface.js +1 -0
- package/dist/Rate/index.d.ts +4 -0
- package/dist/Rate/index.js +3 -0
- package/dist/Rate/index.less +0 -0
- package/dist/Rate/interface.d.ts +1 -0
- package/dist/Rate/interface.js +1 -0
- package/dist/ResizeBox/demo.css +69 -0
- package/dist/ResizeBox/index.d.ts +4 -0
- package/dist/ResizeBox/index.js +3 -0
- package/dist/ResizeBox/index.less +0 -0
- package/dist/ResizeBox/interface.d.ts +1 -0
- package/dist/ResizeBox/interface.js +1 -0
- package/dist/Result/index.d.ts +4 -0
- package/dist/Result/index.js +3 -0
- package/dist/Result/index.less +0 -0
- package/dist/Result/interface.d.ts +1 -0
- package/dist/Result/interface.js +1 -0
- package/dist/Select/demo.css +16 -0
- package/dist/Select/index.d.ts +4 -0
- package/dist/Select/index.js +3 -0
- package/dist/Select/index.less +72 -0
- package/dist/Select/interface.d.ts +2 -0
- package/dist/Select/interface.js +1 -0
- package/dist/Skeleton/index.d.ts +4 -0
- package/dist/Skeleton/index.js +3 -0
- package/dist/Skeleton/index.less +0 -0
- package/dist/Skeleton/interface.d.ts +1 -0
- package/dist/Skeleton/interface.js +1 -0
- package/dist/Slider/index.d.ts +4 -0
- package/dist/Slider/index.js +3 -0
- package/dist/Slider/index.less +0 -0
- package/dist/Slider/interface.d.ts +1 -0
- package/dist/Slider/interface.js +1 -0
- package/dist/Space/index.d.ts +4 -0
- package/dist/Space/index.js +3 -0
- package/dist/Space/index.less +0 -0
- package/dist/Space/interface.d.ts +1 -0
- package/dist/Space/interface.js +1 -0
- package/dist/Spin/index.d.ts +4 -0
- package/dist/Spin/index.js +3 -0
- package/dist/Spin/index.less +0 -0
- package/dist/Spin/interface.d.ts +1 -0
- package/dist/Spin/interface.js +1 -0
- package/dist/Statistic/index.d.ts +4 -0
- package/dist/Statistic/index.js +3 -0
- package/dist/Statistic/index.less +0 -0
- package/dist/Statistic/interface.d.ts +1 -0
- package/dist/Statistic/interface.js +1 -0
- package/dist/Steps/index.d.ts +4 -0
- package/dist/Steps/index.js +3 -0
- package/dist/Steps/index.less +0 -0
- package/dist/Steps/interface.d.ts +1 -0
- package/dist/Steps/interface.js +1 -0
- package/dist/Switch/index.d.ts +4 -0
- package/dist/Switch/index.js +3 -0
- package/dist/Switch/index.less +11 -0
- package/dist/Switch/interface.d.ts +1 -0
- package/dist/Switch/interface.js +1 -0
- package/dist/Table/demo.css +31 -0
- package/dist/Table/index.d.ts +4 -0
- package/dist/Table/index.js +3 -0
- package/dist/Table/index.less +0 -0
- package/dist/Table/interface.d.ts +1 -0
- package/dist/Table/interface.js +1 -0
- package/dist/Tabs/index.d.ts +4 -0
- package/dist/Tabs/index.js +3 -0
- package/dist/Tabs/index.less +0 -0
- package/dist/Tabs/interface.d.ts +1 -0
- package/dist/Tabs/interface.js +1 -0
- package/dist/Tag/demo.css +3 -0
- package/dist/Tag/index.d.ts +4 -0
- package/dist/Tag/index.js +3 -0
- package/dist/Tag/index.less +17 -0
- package/dist/Tag/interface.d.ts +1 -0
- package/dist/Tag/interface.js +1 -0
- package/dist/TimePicker/index.d.ts +4 -0
- package/dist/TimePicker/index.js +3 -0
- package/dist/TimePicker/index.less +0 -0
- package/dist/TimePicker/interface.d.ts +1 -0
- package/dist/TimePicker/interface.js +1 -0
- package/dist/Timeline/index.d.ts +4 -0
- package/dist/Timeline/index.js +3 -0
- package/dist/Timeline/index.less +0 -0
- package/dist/Timeline/interface.d.ts +1 -0
- package/dist/Timeline/interface.js +1 -0
- package/dist/Tooltip/index.d.ts +4 -0
- package/dist/Tooltip/index.js +3 -0
- package/dist/Tooltip/index.less +0 -0
- package/dist/Tooltip/interface.d.ts +1 -0
- package/dist/Tooltip/interface.js +1 -0
- package/dist/Transfer/demo.css +8 -0
- package/dist/Transfer/index.d.ts +4 -0
- package/dist/Transfer/index.js +3 -0
- package/dist/Transfer/index.less +0 -0
- package/dist/Transfer/interface.d.ts +1 -0
- package/dist/Transfer/interface.js +1 -0
- package/dist/Tree/demo.css +14 -0
- package/dist/Tree/index.d.ts +4 -0
- package/dist/Tree/index.js +3 -0
- package/dist/Tree/index.less +0 -0
- package/dist/Tree/interface.d.ts +1 -0
- package/dist/Tree/interface.js +1 -0
- package/dist/TreeSelect/index.d.ts +4 -0
- package/dist/TreeSelect/index.js +3 -0
- package/dist/TreeSelect/index.less +0 -0
- package/dist/TreeSelect/interface.d.ts +1 -0
- package/dist/TreeSelect/interface.js +1 -0
- package/dist/Trigger/demo.css +16 -0
- package/dist/Trigger/index.d.ts +4 -0
- package/dist/Trigger/index.js +3 -0
- package/dist/Trigger/index.less +0 -0
- package/dist/Trigger/interface.d.ts +1 -0
- package/dist/Trigger/interface.js +1 -0
- package/dist/Typography/index.d.ts +4 -0
- package/dist/Typography/index.js +3 -0
- package/dist/Typography/index.less +0 -0
- package/dist/Typography/interface.d.ts +1 -0
- package/dist/Typography/interface.js +1 -0
- package/dist/Upload/demo.css +116 -0
- package/dist/Upload/index.d.ts +4 -0
- package/dist/Upload/index.js +3 -0
- package/dist/Upload/index.less +0 -0
- package/dist/Upload/interface.d.ts +2 -0
- package/dist/Upload/interface.js +1 -0
- package/dist/index.css +4 -0
- package/dist/index.d.ts +133 -0
- package/dist/index.js +67 -0
- package/package.json +100 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { SwitchProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.table-demo-editable-cell .editable-row .editable-cell {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
padding: 5px 11px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.table-demo-editable-cell .editable-row .editable-cell:hover {
|
|
7
|
+
border-radius: 4px;
|
|
8
|
+
border: 1px solid var(--color-border);
|
|
9
|
+
padding: 4px 10px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.table-demo-resizable-column .react-resizable {
|
|
13
|
+
position: relative;
|
|
14
|
+
background-clip: padding-box;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.table-demo-resizable-column .react-resizable-handle {
|
|
18
|
+
position: absolute;
|
|
19
|
+
width: 10px;
|
|
20
|
+
height: 100%;
|
|
21
|
+
bottom: 0;
|
|
22
|
+
right: -5px;
|
|
23
|
+
cursor: col-resize;
|
|
24
|
+
z-index: 1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.arco-table-custom-filter {
|
|
28
|
+
padding: 10px;
|
|
29
|
+
background-color: var(--color-bg-5);
|
|
30
|
+
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 15%);
|
|
31
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TableProps, TableColumnProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TabsProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
div.arco-tag {
|
|
2
|
+
&.arco-tag-size-large {
|
|
3
|
+
border-radius: var(--border-radius-large);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
&.arco-tag-size-medium {
|
|
7
|
+
border-radius: var(--border-radius-medium);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
&.arco-tag-size-default {
|
|
11
|
+
border-radius: var(--border-radius-medium);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&.arco-tag-size-small {
|
|
15
|
+
border-radius: var(--border-radius-small);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TagProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TimePickerProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TimelineProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TooltipProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TransferProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.tree-node-dropover > .arco-tree-node-title,
|
|
2
|
+
.tree-node-dropover > .arco-tree-node-title:hover {
|
|
3
|
+
animation: blink-bg 0.4s 2;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
@keyframes blink-bg {
|
|
7
|
+
0% {
|
|
8
|
+
background-color: transparent;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
100% {
|
|
12
|
+
background-color: var(--color-primary-light-1);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TreeProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TreeSelectProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.demo-trigger-popup {
|
|
2
|
+
padding: 10px;
|
|
3
|
+
width: 300px;
|
|
4
|
+
text-align: center;
|
|
5
|
+
background-color: var(--color-bg-popup);
|
|
6
|
+
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 15%);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.demo-trigger-manual {
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 400px;
|
|
12
|
+
background-color: var(--color-fill-2);
|
|
13
|
+
line-height: 400px;
|
|
14
|
+
text-align: center;
|
|
15
|
+
font-size: 20px;
|
|
16
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TriggerProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TypographyProps } from '@arco-design/web-react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
.reactEasyCrop_Container {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: 0;
|
|
4
|
+
left: 0;
|
|
5
|
+
right: 0;
|
|
6
|
+
bottom: 0;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
user-select: none;
|
|
9
|
+
touch-action: none;
|
|
10
|
+
cursor: move;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.reactEasyCrop_Image,
|
|
14
|
+
.reactEasyCrop_Video {
|
|
15
|
+
max-width: 100%;
|
|
16
|
+
max-height: 100%;
|
|
17
|
+
margin: auto;
|
|
18
|
+
position: absolute;
|
|
19
|
+
top: 0;
|
|
20
|
+
bottom: 0;
|
|
21
|
+
left: 0;
|
|
22
|
+
right: 0;
|
|
23
|
+
will-change: transform; /* this improves performances and prevent painting issues on iOS Chrome */
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.reactEasyCrop_CropArea {
|
|
27
|
+
position: absolute;
|
|
28
|
+
left: 50%;
|
|
29
|
+
top: 50%;
|
|
30
|
+
transform: translate(-50%, -50%);
|
|
31
|
+
border: 1px solid rgba(255, 255, 255, 50%);
|
|
32
|
+
box-sizing: border-box;
|
|
33
|
+
box-shadow: 0 0 0 9999em;
|
|
34
|
+
color: rgba(0, 0, 0, 50%);
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.reactEasyCrop_CropAreaRound {
|
|
39
|
+
border-radius: 50%;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.reactEasyCrop_CropAreaGrid::before {
|
|
43
|
+
content: ' ';
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
position: absolute;
|
|
46
|
+
border: 1px solid rgba(255, 255, 255, 50%);
|
|
47
|
+
top: 0;
|
|
48
|
+
bottom: 0;
|
|
49
|
+
left: 33.33%;
|
|
50
|
+
right: 33.33%;
|
|
51
|
+
border-top: 0;
|
|
52
|
+
border-bottom: 0;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.reactEasyCrop_CropAreaGrid::after {
|
|
56
|
+
content: ' ';
|
|
57
|
+
box-sizing: border-box;
|
|
58
|
+
position: absolute;
|
|
59
|
+
border: 1px solid rgba(255, 255, 255, 50%);
|
|
60
|
+
top: 33.33%;
|
|
61
|
+
bottom: 33.33%;
|
|
62
|
+
left: 0;
|
|
63
|
+
right: 0;
|
|
64
|
+
border-left: 0;
|
|
65
|
+
border-right: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.custom-upload-progress .arco-upload-list-item-text-content {
|
|
69
|
+
flex-wrap: wrap;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.custom-upload-progress .arco-upload-list-start-icon,
|
|
73
|
+
.custom-upload-progress .arco-upload-list-cancel-icon {
|
|
74
|
+
right: 0;
|
|
75
|
+
left: unset;
|
|
76
|
+
top: -22px;
|
|
77
|
+
transform: none;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.custom-upload-progress .arco-upload-list-rtl .arco-upload-list-start-icon,
|
|
81
|
+
.custom-upload-progress .arco-upload-list-rtl .arco-upload-list-cancel-icon {
|
|
82
|
+
right: unset;
|
|
83
|
+
left: 0;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.custom-upload-progress .arco-upload-list-status {
|
|
87
|
+
display: block;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.custom-upload-progress .arco-upload-list-progress {
|
|
91
|
+
display: block;
|
|
92
|
+
height: 0;
|
|
93
|
+
margin-top: 0;
|
|
94
|
+
transition: all 0.2s ease;
|
|
95
|
+
opacity: 0;
|
|
96
|
+
overflow: hidden;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.custom-upload-progress
|
|
100
|
+
.arco-upload-list-item-uploading
|
|
101
|
+
.arco-upload-list-progress {
|
|
102
|
+
margin-top: 8px;
|
|
103
|
+
opacity: 1;
|
|
104
|
+
height: 16px;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.upload-demo-trigger .trigger {
|
|
108
|
+
background-color: var(--color-fill-2);
|
|
109
|
+
color: var(--color-text-1);
|
|
110
|
+
border: 1px dashed var(--color-fill-4);
|
|
111
|
+
height: 158px;
|
|
112
|
+
width: 380px;
|
|
113
|
+
border-radius: 2;
|
|
114
|
+
line-height: 158px;
|
|
115
|
+
text-align: center;
|
|
116
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/index.css
ADDED
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
export { default as Affix } from './Affix';
|
|
3
|
+
export type { AffixProps } from './Affix';
|
|
4
|
+
export { default as Alert } from './Alert';
|
|
5
|
+
export type { AlertProps } from './Alert';
|
|
6
|
+
export { default as Anchor } from './Anchor';
|
|
7
|
+
export type { AnchorProps } from './Anchor';
|
|
8
|
+
export { default as AutoComplete } from './AutoComplete';
|
|
9
|
+
export type { AutoCompleteProps } from './AutoComplete';
|
|
10
|
+
export { default as Avatar } from './Avatar';
|
|
11
|
+
export type { AvatarProps } from './Avatar';
|
|
12
|
+
export { default as BackTop } from './BackTop';
|
|
13
|
+
export type { BackTopProps } from './BackTop';
|
|
14
|
+
export { default as Badge } from './Badge';
|
|
15
|
+
export type { BadgeProps } from './Badge';
|
|
16
|
+
export { default as Breadcrumb } from './Breadcrumb';
|
|
17
|
+
export type { BreadcrumbProps } from './Breadcrumb';
|
|
18
|
+
export { default as Button } from './Button';
|
|
19
|
+
export type { ButtonProps, ButtonGroupProps } from './Button';
|
|
20
|
+
export { default as Calendar } from './Calendar';
|
|
21
|
+
export type { CalendarProps } from './Calendar';
|
|
22
|
+
export { default as Card } from './Card';
|
|
23
|
+
export type { CardProps } from './Card';
|
|
24
|
+
export { default as Carousel } from './Carousel';
|
|
25
|
+
export type { CarouselProps } from './Carousel';
|
|
26
|
+
export { default as Cascader } from './Cascader';
|
|
27
|
+
export type { CascaderProps } from './Cascader';
|
|
28
|
+
export { default as Checkbox } from './Checkbox';
|
|
29
|
+
export type { CheckboxProps } from './Checkbox';
|
|
30
|
+
export { default as Collapse } from './Collapse';
|
|
31
|
+
export type { CollapseProps } from './Collapse';
|
|
32
|
+
export { default as Comment } from './Comment';
|
|
33
|
+
export type { CommentProps } from './Comment';
|
|
34
|
+
export { default as ConfigProvider } from './ConfigProvider';
|
|
35
|
+
export type { ConfigProviderProps } from './ConfigProvider';
|
|
36
|
+
export { default as DatePicker } from './DatePicker';
|
|
37
|
+
export type { DatePickerProps, YearPickerProps, MonthPickerProps, QuarterPickerProps, WeekPickerProps, RangePickerProps, } from './DatePicker';
|
|
38
|
+
export { default as Descriptions } from './Descriptions';
|
|
39
|
+
export type { DescriptionsProps } from './Descriptions';
|
|
40
|
+
export { default as Divider } from './Divider';
|
|
41
|
+
export type { DividerProps } from './Divider';
|
|
42
|
+
export { default as Drawer } from './Drawer';
|
|
43
|
+
export type { DrawerProps } from './Drawer';
|
|
44
|
+
export { default as Dropdown } from './Dropdown';
|
|
45
|
+
export type { DropdownProps } from './Dropdown';
|
|
46
|
+
export { default as Empty } from './Empty';
|
|
47
|
+
export type { EmptyProps } from './Empty';
|
|
48
|
+
export { default as Form } from './Form';
|
|
49
|
+
export type { FormInstance, FormItemProps, FormProps } from './Form';
|
|
50
|
+
export { default as Grid } from './Grid';
|
|
51
|
+
export type { GridProps } from './Grid';
|
|
52
|
+
export { default as Image } from './Image';
|
|
53
|
+
export type { ImageProps } from './Image';
|
|
54
|
+
export { default as Input } from './Input';
|
|
55
|
+
export type { InputProps, InputSearchProps, RefInputType } from './Input';
|
|
56
|
+
export { default as InputNumber } from './InputNumber';
|
|
57
|
+
export type { InputNumberProps } from './InputNumber';
|
|
58
|
+
export { default as InputTag } from './InputTag';
|
|
59
|
+
export type { InputTagProps } from './InputTag';
|
|
60
|
+
export { default as Layout } from './Layout';
|
|
61
|
+
export type { LayoutProps } from './Layout';
|
|
62
|
+
export { default as Link } from './Link';
|
|
63
|
+
export type { LinkProps } from './Link';
|
|
64
|
+
export { default as List } from './List';
|
|
65
|
+
export type { ListProps } from './List';
|
|
66
|
+
export { default as Mentions } from './Mentions';
|
|
67
|
+
export type { MentionsProps } from './Mentions';
|
|
68
|
+
export { default as Menu } from './Menu';
|
|
69
|
+
export type { MenuProps } from './Menu';
|
|
70
|
+
export { default as Notification } from './Notification';
|
|
71
|
+
export type { NotificationProps } from './Notification';
|
|
72
|
+
export { default as PageHeader } from './PageHeader';
|
|
73
|
+
export type { PageHeaderProps } from './PageHeader';
|
|
74
|
+
export { default as Pagination } from './Pagination';
|
|
75
|
+
export type { PaginationProps } from './Pagination';
|
|
76
|
+
export { default as Popconfirm } from './Popconfirm';
|
|
77
|
+
export type { PopconfirmProps } from './Popconfirm';
|
|
78
|
+
export { default as Popover } from './Popover';
|
|
79
|
+
export type { PopoverProps } from './Popover';
|
|
80
|
+
export { default as Progress } from './Progress';
|
|
81
|
+
export type { ProgressProps } from './Progress';
|
|
82
|
+
export { default as Rate } from './Rate';
|
|
83
|
+
export type { RateProps } from './Rate';
|
|
84
|
+
export { default as ResizeBox } from './ResizeBox';
|
|
85
|
+
export type { ResizeBoxProps } from './ResizeBox';
|
|
86
|
+
export { default as Result } from './Result';
|
|
87
|
+
export type { ResultProps } from './Result';
|
|
88
|
+
export { default as Skeleton } from './Skeleton';
|
|
89
|
+
export type { SkeletonProps } from './Skeleton';
|
|
90
|
+
export { default as Slider } from './Slider';
|
|
91
|
+
export type { SliderProps } from './Slider';
|
|
92
|
+
export { default as Spin } from './Spin';
|
|
93
|
+
export type { SpinProps } from './Spin';
|
|
94
|
+
export { default as Statistic } from './Statistic';
|
|
95
|
+
export type { StatisticProps } from './Statistic';
|
|
96
|
+
export { default as Steps } from './Steps';
|
|
97
|
+
export type { StepsProps } from './Steps';
|
|
98
|
+
export { default as Switch } from './Switch';
|
|
99
|
+
export type { SwitchProps } from './Switch';
|
|
100
|
+
export { default as Table } from './Table';
|
|
101
|
+
export type { TableProps, TableColumnProps } from './Table';
|
|
102
|
+
export { default as Tabs } from './Tabs';
|
|
103
|
+
export type { TabsProps } from './Tabs';
|
|
104
|
+
export { default as Timeline } from './Timeline';
|
|
105
|
+
export type { TimelineProps } from './Timeline';
|
|
106
|
+
export { default as TimePicker } from './TimePicker';
|
|
107
|
+
export type { TimePickerProps } from './TimePicker';
|
|
108
|
+
export { default as Tooltip } from './Tooltip';
|
|
109
|
+
export type { TooltipProps } from './Tooltip';
|
|
110
|
+
export { default as Transfer } from './Transfer';
|
|
111
|
+
export type { TransferProps } from './Transfer';
|
|
112
|
+
export { default as Tree } from './Tree';
|
|
113
|
+
export type { TreeProps } from './Tree';
|
|
114
|
+
export { default as TreeSelect } from './TreeSelect';
|
|
115
|
+
export type { TreeSelectProps } from './TreeSelect';
|
|
116
|
+
export { default as Trigger } from './Trigger';
|
|
117
|
+
export type { TriggerProps } from './Trigger';
|
|
118
|
+
export { default as Typography } from './Typography';
|
|
119
|
+
export type { TypographyProps } from './Typography';
|
|
120
|
+
export { default as Upload } from './Upload';
|
|
121
|
+
export type { UploadProps, UploadInstance } from './Upload';
|
|
122
|
+
export { default as Message, default as message } from './Message';
|
|
123
|
+
export type { MessageProps } from './Message';
|
|
124
|
+
export { default as Modal } from './Modal';
|
|
125
|
+
export type { ModalProps } from './Modal';
|
|
126
|
+
export { default as Radio } from './Radio';
|
|
127
|
+
export type { RadioProps } from './Radio';
|
|
128
|
+
export { default as Select } from './Select';
|
|
129
|
+
export type { SelectProps, SelectOptionProps, SelectOptionGroupProps, SelectHandle, } from './Select';
|
|
130
|
+
export { default as Space } from './Space';
|
|
131
|
+
export type { SpaceProps } from './Space';
|
|
132
|
+
export { default as Tag } from './Tag';
|
|
133
|
+
export type { TagProps } from './Tag';
|