@aloudata/aloudata-design 0.2.0-beta.1 → 0.2.0-beta.12
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/es/Button/index.d.ts +0 -1
- package/es/Button/index.js +0 -1
- package/es/Button/style/index.less +24 -13
- package/es/Dropdown/Button.d.ts +1 -1
- package/es/Dropdown/Button.js +2 -2
- package/es/Dropdown/index.d.ts +1 -1
- package/es/Dropdown/index.js +0 -1
- package/es/Dropdown/style/index.d.ts +1 -0
- package/es/Dropdown/style/index.js +1 -0
- package/es/Empty/index.d.ts +0 -1
- package/es/Empty/index.js +0 -1
- package/es/Empty/style/index.less +2 -1
- package/es/Icon/iconfont/demo_index.html +49 -3
- package/es/Icon/iconfont/iconfont.css +11 -3
- package/es/Icon/iconfont/iconfont.js +5 -5
- package/es/Icon/iconfont/iconfont.json +14 -0
- package/es/Icon/iconfont/iconfont.ttf +0 -0
- package/es/Icon/iconfont/iconfont.woff +0 -0
- package/es/Icon/iconfont/iconfont.woff2 +0 -0
- package/es/Icon/index.js +3 -1
- package/es/Icon/index.less +2 -2
- package/es/Input/components/Group/index.d.ts +3 -2
- package/es/Input/components/Input/index.d.ts +61 -0
- package/es/Input/components/Input/index.js +37 -0
- package/es/Input/components/Password/index.d.ts +5 -3
- package/es/Input/components/Password/index.js +5 -4
- package/es/Input/components/TextArea/index.d.ts +10 -4
- package/es/Input/components/TextArea/index.js +16 -6
- package/es/Input/index.d.ts +14 -63
- package/es/Input/index.js +4 -41
- package/es/Input/style/index.d.ts +1 -0
- package/es/Input/style/index.js +1 -0
- package/es/Input/style/index.less +5 -3
- package/es/Menu/Divider.d.ts +1 -1
- package/es/Menu/Divider.js +0 -1
- package/es/Menu/MenuItem.d.ts +7 -1
- package/es/Menu/MenuItem.js +0 -1
- package/es/Menu/SubMenu.d.ts +0 -1
- package/es/Menu/SubMenu.js +0 -1
- package/es/Menu/index.d.ts +1 -1
- package/es/Menu/index.js +0 -1
- package/es/Menu/style/index.d.ts +1 -0
- package/es/Menu/style/index.js +1 -0
- package/es/Navigator/index.d.ts +0 -1
- package/es/Navigator/index.js +0 -1
- package/es/Navigator/style/index.less +13 -9
- package/es/Select/index.d.ts +0 -1
- package/es/Select/index.js +0 -1
- package/es/Table/index.d.ts +1 -2
- package/es/Table/index.js +254 -86
- package/es/Table/interface.d.ts +28 -7
- package/es/Table/react-table-config.d.ts +122 -0
- package/es/Table/style/index.less +107 -43
- package/es/Tabs/index.d.ts +1 -1
- package/es/Tabs/index.js +5 -4
- package/es/Tabs/style/index.d.ts +1 -0
- package/es/Tabs/style/index.js +1 -0
- package/es/Tooltip/index.d.ts +0 -1
- package/es/Tooltip/index.js +0 -1
- package/es/index.d.ts +10 -0
- package/es/style/index.d.ts +1 -1
- package/es/style/index.js +1 -1
- package/es/style/themes/default/index.less +1 -1
- package/lib/Button/index.d.ts +0 -1
- package/lib/Button/index.js +0 -2
- package/lib/Button/style/index.less +24 -13
- package/lib/Dropdown/Button.d.ts +1 -1
- package/lib/Dropdown/Button.js +2 -2
- package/lib/Dropdown/index.d.ts +1 -1
- package/lib/Dropdown/index.js +0 -2
- package/lib/Dropdown/style/index.d.ts +1 -0
- package/lib/Dropdown/style/index.js +2 -0
- package/lib/Empty/index.d.ts +0 -1
- package/lib/Empty/index.js +0 -2
- package/lib/Empty/style/index.less +2 -1
- package/lib/Icon/iconfont/demo_index.html +49 -3
- package/lib/Icon/iconfont/iconfont.css +11 -3
- package/lib/Icon/iconfont/iconfont.js +5 -5
- package/lib/Icon/iconfont/iconfont.json +14 -0
- package/lib/Icon/iconfont/iconfont.ttf +0 -0
- package/lib/Icon/iconfont/iconfont.woff +0 -0
- package/lib/Icon/iconfont/iconfont.woff2 +0 -0
- package/lib/Icon/index.js +5 -3
- package/lib/Icon/index.less +2 -2
- package/lib/Input/components/Group/index.d.ts +3 -2
- package/lib/Input/components/Input/index.d.ts +61 -0
- package/lib/Input/components/Input/index.js +50 -0
- package/lib/Input/components/Password/index.d.ts +5 -3
- package/lib/Input/components/Password/index.js +10 -8
- package/lib/Input/components/TextArea/index.d.ts +10 -4
- package/lib/Input/components/TextArea/index.js +18 -7
- package/lib/Input/index.d.ts +14 -63
- package/lib/Input/index.js +4 -44
- package/lib/Input/style/index.d.ts +1 -0
- package/lib/Input/style/index.js +2 -0
- package/lib/Input/style/index.less +5 -3
- package/lib/Menu/Divider.d.ts +1 -1
- package/lib/Menu/Divider.js +0 -2
- package/lib/Menu/MenuItem.d.ts +7 -1
- package/lib/Menu/MenuItem.js +0 -2
- package/lib/Menu/SubMenu.d.ts +0 -1
- package/lib/Menu/SubMenu.js +0 -2
- package/lib/Menu/index.d.ts +1 -1
- package/lib/Menu/index.js +0 -2
- package/lib/Menu/style/index.d.ts +1 -0
- package/lib/Menu/style/index.js +2 -0
- package/lib/Navigator/index.d.ts +0 -1
- package/lib/Navigator/index.js +0 -2
- package/lib/Navigator/style/index.less +13 -9
- package/lib/Select/index.d.ts +0 -1
- package/lib/Select/index.js +0 -2
- package/lib/Table/index.d.ts +1 -2
- package/lib/Table/index.js +260 -91
- package/lib/Table/interface.d.ts +28 -7
- package/lib/Table/react-table-config.d.ts +122 -0
- package/lib/Table/style/index.less +107 -43
- package/lib/Tabs/index.d.ts +1 -1
- package/lib/Tabs/index.js +4 -4
- package/lib/Tabs/style/index.d.ts +1 -0
- package/lib/Tabs/style/index.js +2 -0
- package/lib/Tooltip/index.d.ts +0 -1
- package/lib/Tooltip/index.js +0 -2
- package/lib/index.d.ts +10 -0
- package/lib/style/index.d.ts +1 -1
- package/lib/style/index.js +1 -1
- package/lib/style/themes/default/index.less +1 -1
- package/package.json +12 -3
- package/es/Button/demo/Icon/index.d.ts +0 -3
- package/es/Button/demo/Icon/index.js +0 -67
- package/es/Button/demo/Icon/index.less +0 -6
- package/es/Button/demo/basic/index.d.ts +0 -4
- package/es/Button/demo/basic/index.js +0 -57
- package/es/Button/demo/basic/index.less +0 -6
- package/es/Button/demo/disable/index.d.ts +0 -3
- package/es/Button/demo/disable/index.js +0 -23
- package/es/Button/demo/disable/index.less +0 -0
- package/es/Button/demo/href/index.d.ts +0 -2
- package/es/Button/demo/href/index.js +0 -17
- package/es/Button/demo/loading/index.d.ts +0 -3
- package/es/Button/demo/loading/index.js +0 -37
- package/es/Button/demo/loading/index.less +0 -6
- package/es/Dropdown/demo/basic/index.d.ts +0 -4
- package/es/Dropdown/demo/basic/index.js +0 -18
- package/es/Dropdown/demo/button/index.d.ts +0 -3
- package/es/Dropdown/demo/button/index.js +0 -159
- package/es/Dropdown/demo/button/index.less +0 -9
- package/es/Dropdown/demo/placement/index.d.ts +0 -2
- package/es/Dropdown/demo/placement/index.js +0 -40
- package/es/Dropdown/demo/subMenu/index.d.ts +0 -2
- package/es/Dropdown/demo/subMenu/index.js +0 -42
- package/es/Dropdown/demo/trigger/index.d.ts +0 -2
- package/es/Dropdown/demo/trigger/index.js +0 -17
- package/es/Input/demo/allowClear/index.d.ts +0 -3
- package/es/Input/demo/allowClear/index.js +0 -11
- package/es/Input/demo/allowClear/index.less +0 -0
- package/es/Input/demo/basic/index.d.ts +0 -4
- package/es/Input/demo/basic/index.js +0 -65
- package/es/Input/demo/basic/index.less +0 -6
- package/es/Input/demo/gourp/index.d.ts +0 -2
- package/es/Input/demo/gourp/index.js +0 -67
- package/es/Input/demo/password/index.d.ts +0 -3
- package/es/Input/demo/password/index.js +0 -21
- package/es/Input/demo/password/index.less +0 -0
- package/es/Input/demo/prefix/index.d.ts +0 -3
- package/es/Input/demo/prefix/index.js +0 -17
- package/es/Input/demo/prefix/index.less +0 -0
- package/es/Input/demo/showCount/index.d.ts +0 -3
- package/es/Input/demo/showCount/index.js +0 -17
- package/es/Input/demo/showCount/index.less +0 -0
- package/es/Input/demo/textArea/autoSize.d.ts +0 -2
- package/es/Input/demo/textArea/autoSize.js +0 -50
- package/es/Navigator/demo/basic/index.d.ts +0 -4
- package/es/Navigator/demo/basic/index.js +0 -45
- package/es/Navigator/demo/basic/index.less +0 -3
- package/es/Navigator/demo/example/index.d.ts +0 -4
- package/es/Navigator/demo/example/index.js +0 -153
- package/es/Navigator/demo/example/index.less +0 -10
- package/es/Navigator/demo/logo.png +0 -0
- package/es/Navigator/demo/menuWithFooter/index.d.ts +0 -4
- package/es/Navigator/demo/menuWithFooter/index.js +0 -73
- package/es/Navigator/demo/menuWithFooter/index.less +0 -3
- package/es/Navigator/demo/subMenu/index.d.ts +0 -4
- package/es/Navigator/demo/subMenu/index.js +0 -71
- package/es/Navigator/demo/subMenu/index.less +0 -3
- package/es/Select/demo/disabled/index.d.ts +0 -2
- package/es/Select/demo/disabled/index.js +0 -50
- package/es/Select/demo/multiple/index.d.ts +0 -2
- package/es/Select/demo/multiple/index.js +0 -140
- package/es/Select/demo/options/index.d.ts +0 -2
- package/es/Select/demo/options/index.js +0 -55
- package/es/Select/demo/single/index.d.ts +0 -3
- package/es/Select/demo/single/index.js +0 -89
- package/es/Select/demo/single/index.less +0 -5
- package/es/Table/demo/basic/createData.d.ts +0 -9
- package/es/Table/demo/basic/createData.js +0 -18
- package/es/Table/demo/basic/index.d.ts +0 -2
- package/es/Table/demo/basic/index.js +0 -64
- package/es/Table/demo/editCell/index.d.ts +0 -2
- package/es/Table/demo/editCell/index.js +0 -39
- package/es/Table/demo/renderHeaderRight/index.d.ts +0 -2
- package/es/Table/demo/renderHeaderRight/index.js +0 -37
- package/es/Table/demo/rowSelect/index.d.ts +0 -2
- package/es/Table/demo/rowSelect/index.js +0 -40
- package/es/Table/demo/virtualList/index.d.ts +0 -2
- package/es/Table/demo/virtualList/index.js +0 -88
- package/es/Tabs/demo/adaptHeight/index.d.ts +0 -3
- package/es/Tabs/demo/adaptHeight/index.js +0 -19
- package/es/Tabs/demo/adaptHeight/index.less +0 -3
- package/es/Tabs/demo/basic/index.d.ts +0 -4
- package/es/Tabs/demo/basic/index.js +0 -44
- package/es/Tabs/demo/basic/index.less +0 -5
- package/es/Tabs/demo/horizontalScroll/index.d.ts +0 -3
- package/es/Tabs/demo/horizontalScroll/index.js +0 -30
- package/es/Tabs/demo/horizontalScroll/index.less +0 -3
- package/es/Tooltip/demo/basic/index.d.ts +0 -2
- package/es/Tooltip/demo/basic/index.js +0 -7
- package/es/Tooltip/demo/overflow/index.d.ts +0 -2
- package/es/Tooltip/demo/overflow/index.js +0 -7
- package/es/Tooltip/demo/placement/index.d.ts +0 -6
- package/es/Tooltip/demo/placement/index.js +0 -70
- package/es/Tooltip/demo/placement/index.less +0 -7
- package/es/Tooltip/demo/trigger/index.d.ts +0 -3
- package/es/Tooltip/demo/trigger/index.js +0 -20
- package/es/Tooltip/demo/trigger/index.less +0 -5
- package/lib/Button/demo/Icon/index.d.ts +0 -3
- package/lib/Button/demo/Icon/index.js +0 -82
- package/lib/Button/demo/Icon/index.less +0 -6
- package/lib/Button/demo/basic/index.d.ts +0 -4
- package/lib/Button/demo/basic/index.js +0 -73
- package/lib/Button/demo/basic/index.less +0 -6
- package/lib/Button/demo/disable/index.d.ts +0 -3
- package/lib/Button/demo/disable/index.js +0 -37
- package/lib/Button/demo/disable/index.less +0 -0
- package/lib/Button/demo/href/index.d.ts +0 -2
- package/lib/Button/demo/href/index.js +0 -30
- package/lib/Button/demo/loading/index.d.ts +0 -3
- package/lib/Button/demo/loading/index.js +0 -51
- package/lib/Button/demo/loading/index.less +0 -6
- package/lib/Dropdown/demo/basic/index.d.ts +0 -4
- package/lib/Dropdown/demo/basic/index.js +0 -35
- package/lib/Dropdown/demo/button/index.d.ts +0 -3
- package/lib/Dropdown/demo/button/index.js +0 -182
- package/lib/Dropdown/demo/button/index.less +0 -9
- package/lib/Dropdown/demo/placement/index.d.ts +0 -2
- package/lib/Dropdown/demo/placement/index.js +0 -56
- package/lib/Dropdown/demo/subMenu/index.d.ts +0 -2
- package/lib/Dropdown/demo/subMenu/index.js +0 -59
- package/lib/Dropdown/demo/trigger/index.d.ts +0 -2
- package/lib/Dropdown/demo/trigger/index.js +0 -32
- package/lib/Input/demo/allowClear/index.d.ts +0 -3
- package/lib/Input/demo/allowClear/index.js +0 -25
- package/lib/Input/demo/allowClear/index.less +0 -0
- package/lib/Input/demo/basic/index.d.ts +0 -4
- package/lib/Input/demo/basic/index.js +0 -80
- package/lib/Input/demo/basic/index.less +0 -6
- package/lib/Input/demo/gourp/index.d.ts +0 -2
- package/lib/Input/demo/gourp/index.js +0 -81
- package/lib/Input/demo/password/index.d.ts +0 -3
- package/lib/Input/demo/password/index.js +0 -35
- package/lib/Input/demo/password/index.less +0 -0
- package/lib/Input/demo/prefix/index.d.ts +0 -3
- package/lib/Input/demo/prefix/index.js +0 -32
- package/lib/Input/demo/prefix/index.less +0 -0
- package/lib/Input/demo/showCount/index.d.ts +0 -3
- package/lib/Input/demo/showCount/index.js +0 -31
- package/lib/Input/demo/showCount/index.less +0 -0
- package/lib/Input/demo/textArea/autoSize.d.ts +0 -2
- package/lib/Input/demo/textArea/autoSize.js +0 -63
- package/lib/Navigator/demo/basic/index.d.ts +0 -4
- package/lib/Navigator/demo/basic/index.js +0 -62
- package/lib/Navigator/demo/basic/index.less +0 -3
- package/lib/Navigator/demo/example/index.d.ts +0 -4
- package/lib/Navigator/demo/example/index.js +0 -179
- package/lib/Navigator/demo/example/index.less +0 -10
- package/lib/Navigator/demo/logo.png +0 -0
- package/lib/Navigator/demo/menuWithFooter/index.d.ts +0 -4
- package/lib/Navigator/demo/menuWithFooter/index.js +0 -92
- package/lib/Navigator/demo/menuWithFooter/index.less +0 -3
- package/lib/Navigator/demo/subMenu/index.d.ts +0 -4
- package/lib/Navigator/demo/subMenu/index.js +0 -88
- package/lib/Navigator/demo/subMenu/index.less +0 -3
- package/lib/Select/demo/disabled/index.d.ts +0 -2
- package/lib/Select/demo/disabled/index.js +0 -64
- package/lib/Select/demo/multiple/index.d.ts +0 -2
- package/lib/Select/demo/multiple/index.js +0 -154
- package/lib/Select/demo/options/index.d.ts +0 -2
- package/lib/Select/demo/options/index.js +0 -69
- package/lib/Select/demo/single/index.d.ts +0 -3
- package/lib/Select/demo/single/index.js +0 -103
- package/lib/Select/demo/single/index.less +0 -5
- package/lib/Table/demo/basic/createData.d.ts +0 -9
- package/lib/Table/demo/basic/createData.js +0 -23
- package/lib/Table/demo/basic/index.d.ts +0 -2
- package/lib/Table/demo/basic/index.js +0 -80
- package/lib/Table/demo/editCell/index.d.ts +0 -2
- package/lib/Table/demo/editCell/index.js +0 -54
- package/lib/Table/demo/renderHeaderRight/index.d.ts +0 -2
- package/lib/Table/demo/renderHeaderRight/index.js +0 -52
- package/lib/Table/demo/rowSelect/index.d.ts +0 -2
- package/lib/Table/demo/rowSelect/index.js +0 -55
- package/lib/Table/demo/virtualList/index.d.ts +0 -2
- package/lib/Table/demo/virtualList/index.js +0 -103
- package/lib/Tabs/demo/adaptHeight/index.d.ts +0 -3
- package/lib/Tabs/demo/adaptHeight/index.js +0 -34
- package/lib/Tabs/demo/adaptHeight/index.less +0 -3
- package/lib/Tabs/demo/basic/index.d.ts +0 -4
- package/lib/Tabs/demo/basic/index.js +0 -67
- package/lib/Tabs/demo/basic/index.less +0 -5
- package/lib/Tabs/demo/horizontalScroll/index.d.ts +0 -3
- package/lib/Tabs/demo/horizontalScroll/index.js +0 -45
- package/lib/Tabs/demo/horizontalScroll/index.less +0 -3
- package/lib/Tooltip/demo/basic/index.d.ts +0 -2
- package/lib/Tooltip/demo/basic/index.js +0 -20
- package/lib/Tooltip/demo/overflow/index.d.ts +0 -2
- package/lib/Tooltip/demo/overflow/index.js +0 -20
- package/lib/Tooltip/demo/placement/index.d.ts +0 -6
- package/lib/Tooltip/demo/placement/index.js +0 -86
- package/lib/Tooltip/demo/placement/index.less +0 -7
- package/lib/Tooltip/demo/trigger/index.d.ts +0 -3
- package/lib/Tooltip/demo/trigger/index.js +0 -34
- package/lib/Tooltip/demo/trigger/index.less +0 -5
|
@@ -1,31 +1,66 @@
|
|
|
1
1
|
@import '../../style/index.less';
|
|
2
2
|
|
|
3
|
-
@ald-prefix:ant;
|
|
4
|
-
@ald-iconfont-css-prefix:anticon;
|
|
5
|
-
@table-row-height:40px;
|
|
6
|
-
|
|
3
|
+
@ald-prefix: ant;
|
|
4
|
+
@ald-iconfont-css-prefix: anticon;
|
|
5
|
+
@table-row-height: 40px;
|
|
6
|
+
|
|
7
|
+
.ant-block-table {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
overflow: hidden;
|
|
13
|
+
user-select: none;
|
|
14
|
+
|
|
15
|
+
&-table-wrap {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex: 1;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&-cell {
|
|
22
|
+
flex-grow: 1;
|
|
23
|
+
height: @table-row-height;
|
|
24
|
+
padding: 0 12px;
|
|
25
|
+
overflow: hidden;
|
|
26
|
+
color: @NL0;
|
|
27
|
+
line-height: @table-row-height;
|
|
28
|
+
white-space: nowrap;
|
|
29
|
+
text-align: left;
|
|
30
|
+
text-overflow: ellipsis;
|
|
31
|
+
border-bottom: 1px solid @NL95;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&-row {
|
|
35
|
+
max-width: 100%;
|
|
36
|
+
}
|
|
37
|
+
|
|
7
38
|
&-thead {
|
|
8
|
-
|
|
39
|
+
.ant-block-table-cell {
|
|
9
40
|
position: relative;
|
|
10
41
|
color: @NL50;
|
|
42
|
+
|
|
43
|
+
&-sorting {
|
|
44
|
+
color: @B40;
|
|
45
|
+
}
|
|
11
46
|
// border: 1px solid red;
|
|
12
47
|
|
|
13
|
-
|
|
48
|
+
.ant-block-table-bar {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 50%;
|
|
51
|
+
right: 0;
|
|
52
|
+
z-index: 1;
|
|
14
53
|
display: inline-block;
|
|
15
|
-
background: blue;
|
|
16
54
|
width: 1px;
|
|
17
55
|
height: 12px;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
left: 0;
|
|
56
|
+
background: blue;
|
|
57
|
+
background-color: @NL95;
|
|
21
58
|
transform: translateY(-50%);
|
|
22
|
-
z-index: 1;
|
|
23
59
|
touch-action: none;
|
|
24
|
-
background-color: @NL95;
|
|
25
60
|
}
|
|
26
61
|
|
|
27
|
-
&:
|
|
28
|
-
|
|
62
|
+
&:last-child {
|
|
63
|
+
.ant-block-table-bar {
|
|
29
64
|
display: none;
|
|
30
65
|
}
|
|
31
66
|
}
|
|
@@ -33,13 +68,14 @@
|
|
|
33
68
|
}
|
|
34
69
|
|
|
35
70
|
&-tbody {
|
|
71
|
+
flex: 1;
|
|
36
72
|
overflow: hidden;
|
|
37
73
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
overflow-y: overlay;
|
|
74
|
+
.ant-empty {
|
|
75
|
+
padding-top: 80px;
|
|
41
76
|
}
|
|
42
|
-
|
|
77
|
+
|
|
78
|
+
.ant-block-table-row {
|
|
43
79
|
&:hover {
|
|
44
80
|
background-color: @NL97;
|
|
45
81
|
}
|
|
@@ -53,59 +89,87 @@
|
|
|
53
89
|
}
|
|
54
90
|
|
|
55
91
|
&:last-of-type {
|
|
56
|
-
|
|
92
|
+
.ant-block-table-cell {
|
|
57
93
|
border-bottom: 1px solid transparent;
|
|
58
94
|
}
|
|
59
95
|
}
|
|
60
96
|
}
|
|
61
97
|
}
|
|
62
98
|
|
|
63
|
-
&-row {
|
|
64
|
-
max-width: 100%;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&-cell {
|
|
68
|
-
padding: 0 12px;
|
|
69
|
-
height: @table-row-height;
|
|
70
|
-
line-height: @table-row-height;
|
|
71
|
-
border-bottom: 1px solid @NL95;
|
|
72
|
-
text-align: left;
|
|
73
|
-
color: @NL0;
|
|
74
|
-
overflow: hidden;
|
|
75
|
-
white-space: nowrap;
|
|
76
|
-
text-overflow: ellipsis;
|
|
77
|
-
flex-grow: 1;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
99
|
&-loading {
|
|
81
|
-
text-align: center;
|
|
82
|
-
line-height: @table-row-height;
|
|
83
100
|
color: @NL80;
|
|
101
|
+
line-height: @table-row-height;
|
|
102
|
+
text-align: center;
|
|
84
103
|
}
|
|
85
104
|
|
|
86
105
|
&-header {
|
|
87
106
|
display: flex;
|
|
88
|
-
justify-content: space-between;
|
|
89
|
-
padding: 0 10px;
|
|
90
107
|
align-items: center;
|
|
108
|
+
justify-content: space-between;
|
|
91
109
|
margin-bottom: 24px;
|
|
110
|
+
padding: 0 10px;
|
|
92
111
|
|
|
93
112
|
&-left {
|
|
113
|
+
color: @NL0;
|
|
94
114
|
font-weight: 500;
|
|
95
115
|
font-size: 14px;
|
|
96
|
-
color: @NL0;
|
|
97
116
|
}
|
|
98
117
|
|
|
99
118
|
&-right {
|
|
100
119
|
display: flex;
|
|
101
|
-
height: 28px;
|
|
102
120
|
align-items: center;
|
|
103
|
-
|
|
121
|
+
justify-content: flex-end;
|
|
122
|
+
height: 28px;
|
|
104
123
|
color: @NL0;
|
|
124
|
+
font-size: 14px;
|
|
105
125
|
}
|
|
106
126
|
}
|
|
107
127
|
|
|
108
128
|
&-list {
|
|
109
129
|
overflow: overlay !important;
|
|
130
|
+
|
|
131
|
+
&::-webkit-scrollbar-thumb {
|
|
132
|
+
background: @NL90;
|
|
133
|
+
background-clip: padding-box;
|
|
134
|
+
border: 3px solid transparent;
|
|
135
|
+
border-radius: 6px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&::-webkit-scrollbar {
|
|
139
|
+
width: 12px;
|
|
140
|
+
height: 12px;
|
|
141
|
+
min-height: 12px;
|
|
142
|
+
background-color: transparent;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&-sortIcon {
|
|
147
|
+
margin-top: -2px;
|
|
148
|
+
margin-left: 4px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&-column-resizable {
|
|
152
|
+
overflow: overlay;
|
|
153
|
+
|
|
154
|
+
.ant-block-table-thead,
|
|
155
|
+
.ant-block-table-tbody {
|
|
156
|
+
.ant-block-table-row {
|
|
157
|
+
.ant-block-table {
|
|
158
|
+
&-cell {
|
|
159
|
+
flex: none;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
&-thead {
|
|
163
|
+
&::-webkit-scrollbar {
|
|
164
|
+
display: none;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&-tbody {
|
|
169
|
+
overflow: initial;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
110
174
|
}
|
|
111
175
|
}
|
package/es/Tabs/index.d.ts
CHANGED
package/es/Tabs/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import "antd/es/tabs/style";
|
|
2
|
+
import _Tabs from "antd/es/tabs";
|
|
1
3
|
var _excluded = ["size", "className", "adaptHeight"];
|
|
2
4
|
|
|
3
5
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -10,12 +12,11 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
10
12
|
|
|
11
13
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
14
|
|
|
13
|
-
import React from 'react';
|
|
14
|
-
|
|
15
|
+
import React from 'react'; // import AntdTabs, { TabsProps } from 'antd/lib/tabs';
|
|
16
|
+
|
|
15
17
|
import Icon from '../Icon';
|
|
16
18
|
import TabPane from './TabPane';
|
|
17
19
|
import classNames from 'classnames';
|
|
18
|
-
import './style';
|
|
19
20
|
export default function Tabs(props) {
|
|
20
21
|
var size = props.size,
|
|
21
22
|
className = props.className,
|
|
@@ -28,7 +29,7 @@ export default function Tabs(props) {
|
|
|
28
29
|
tabsProps.size = size;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
|
-
return /*#__PURE__*/React.createElement(
|
|
32
|
+
return /*#__PURE__*/React.createElement(_Tabs, _objectSpread({
|
|
32
33
|
moreIcon: /*#__PURE__*/React.createElement(Icon, {
|
|
33
34
|
type: "more_vert",
|
|
34
35
|
size: 18
|
package/es/Tabs/style/index.d.ts
CHANGED
package/es/Tabs/style/index.js
CHANGED
package/es/Tooltip/index.d.ts
CHANGED
package/es/Tooltip/index.js
CHANGED
package/es/index.d.ts
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
/// <reference path="../typings.d.ts" />
|
|
2
2
|
export { default as Button } from './Button';
|
|
3
|
+
export type { IButtonProps as ButtonProps, Size, ButtonType } from './Button';
|
|
3
4
|
export { default as Dropdown } from './Dropdown';
|
|
5
|
+
export type { ActionType, IDropdownProps as DropdownProps, PlacementType } from './Dropdown';
|
|
6
|
+
export { MenuClickEventHandler } from 'rc-menu/lib/interface';
|
|
4
7
|
export { default as Menu } from './Menu';
|
|
8
|
+
export type { IMenuProps as MenuProps } from './Menu';
|
|
5
9
|
export { default as Input } from './Input';
|
|
10
|
+
export type { IInputProps as InputProps, TSize, InputRef, TextAreaRef } from './Input';
|
|
6
11
|
export { default as Tabs } from './Tabs';
|
|
12
|
+
export type { ITabsProps as TabsProps, TabsSize } from './Tabs';
|
|
7
13
|
export { default as Tooltip } from './Tooltip';
|
|
14
|
+
export type { ITooltipProps as TooltipProps, ActionType as TooltipActionType } from './Tooltip';
|
|
8
15
|
export { default as Select } from './Select';
|
|
16
|
+
export type { ISelectProps as SelectProps, IOption } from './Select/interface';
|
|
9
17
|
export { default as Table } from './Table';
|
|
18
|
+
export type { ISort, TSortOrder, ITableProps, IColumn } from './Table/interface';
|
|
10
19
|
export { default as Navigator } from './Navigator';
|
|
20
|
+
export type { INavigatorProps as NavigatorProps, IMenuItem as NavigatorMenu } from './Navigator';
|
package/es/style/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import 'antd/
|
|
1
|
+
import 'antd/lib/style/compact.less';
|
|
2
2
|
import './index.less';
|
package/es/style/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import 'antd/
|
|
1
|
+
import 'antd/lib/style/compact.less';
|
|
2
2
|
import './index.less';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import './themeColor.module.less';
|
|
2
2
|
@font-family:sans-serif,-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol','Noto Color Emoji';
|
|
3
|
-
@ald-prefix:
|
|
3
|
+
@ald-prefix: ant;
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// height rules
|
package/lib/Button/index.d.ts
CHANGED
package/lib/Button/index.js
CHANGED
|
@@ -11,8 +11,6 @@ var _button = _interopRequireDefault(require("antd/es/button"));
|
|
|
11
11
|
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
|
|
14
|
-
require("./style");
|
|
15
|
-
|
|
16
14
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
17
15
|
|
|
18
16
|
var _usePrefixCls = _interopRequireDefault(require("../_utils/hooks/usePrefixCls"));
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
@ald-prefix:ant;
|
|
4
4
|
@ald-iconfont-css-prefix:anticon;
|
|
5
|
-
.@{ald-prefix}-btn {
|
|
6
5
|
|
|
7
|
-
|
|
6
|
+
.ant-btn {
|
|
7
|
+
&.ant-btn {
|
|
8
8
|
// &-loading::before{
|
|
9
9
|
// // display: none !important;
|
|
10
10
|
// }
|
|
@@ -43,10 +43,11 @@
|
|
|
43
43
|
box-shadow: none;
|
|
44
44
|
border-radius: @border-radius-base;
|
|
45
45
|
text-shadow: @text-shadow;
|
|
46
|
+
|
|
46
47
|
&:hover,
|
|
47
48
|
&:focus,
|
|
48
49
|
&:active,
|
|
49
|
-
|
|
50
|
+
&.ant-btn-loading {
|
|
50
51
|
background-color: @B20;
|
|
51
52
|
border-color: @B20;
|
|
52
53
|
color: @ND0;
|
|
@@ -66,7 +67,8 @@
|
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
69
|
}
|
|
69
|
-
|
|
70
|
+
|
|
71
|
+
&-dangerous.ant-btn-primary {
|
|
70
72
|
background-color: @SC40;
|
|
71
73
|
border-color: @SC40;
|
|
72
74
|
color: @ND0;
|
|
@@ -78,9 +80,10 @@
|
|
|
78
80
|
border-color: @SC20;
|
|
79
81
|
color: @ND0;
|
|
80
82
|
}
|
|
83
|
+
|
|
81
84
|
&:focus,
|
|
82
85
|
&:active,
|
|
83
|
-
|
|
86
|
+
&.ant-btn-loading {
|
|
84
87
|
background-color: @SC20;
|
|
85
88
|
border-color: @SC20;
|
|
86
89
|
color: @ND0;
|
|
@@ -112,7 +115,7 @@
|
|
|
112
115
|
&:hover,
|
|
113
116
|
&:focus,
|
|
114
117
|
&:active,
|
|
115
|
-
|
|
118
|
+
&.ant-btn-loading {
|
|
116
119
|
background-color: @NL97;
|
|
117
120
|
border-color: @NL90;
|
|
118
121
|
color: @NL30;
|
|
@@ -140,10 +143,11 @@
|
|
|
140
143
|
box-shadow: none;
|
|
141
144
|
border-radius: @border-radius-base;
|
|
142
145
|
text-shadow: @text-shadow;
|
|
146
|
+
|
|
143
147
|
&:hover,
|
|
144
148
|
&:focus,
|
|
145
149
|
&:active,
|
|
146
|
-
|
|
150
|
+
&.ant-btn-loading {
|
|
147
151
|
background-color: @NL97;
|
|
148
152
|
// border-color: @NL97;
|
|
149
153
|
color: @NL30;
|
|
@@ -172,10 +176,11 @@
|
|
|
172
176
|
box-shadow: none;
|
|
173
177
|
border-radius: @border-radius-base;
|
|
174
178
|
text-shadow: @text-shadow;
|
|
179
|
+
|
|
175
180
|
&:hover,
|
|
176
181
|
&:focus,
|
|
177
182
|
&:active,
|
|
178
|
-
|
|
183
|
+
&.ant-btn-loading {
|
|
179
184
|
background-color: @BG100;
|
|
180
185
|
border-color: @BG100;
|
|
181
186
|
color: @B20;
|
|
@@ -202,7 +207,8 @@
|
|
|
202
207
|
vertical-align: bottom;
|
|
203
208
|
height: @height-base;
|
|
204
209
|
width: @height-base;
|
|
205
|
-
|
|
210
|
+
|
|
211
|
+
&.ant-btn-loading-icon {
|
|
206
212
|
vertical-align: baseline;
|
|
207
213
|
}
|
|
208
214
|
.@{ald-iconfont-css-prefix} {
|
|
@@ -225,12 +231,14 @@
|
|
|
225
231
|
height: 32px;
|
|
226
232
|
font-size: 14px;
|
|
227
233
|
min-width: auto;
|
|
228
|
-
|
|
234
|
+
|
|
235
|
+
&.ant-btn-icon-only {
|
|
229
236
|
height: 32px;
|
|
230
237
|
width: 32px;
|
|
231
238
|
min-width: auto;
|
|
232
239
|
}
|
|
233
|
-
|
|
240
|
+
|
|
241
|
+
&.ant-btn-circle {
|
|
234
242
|
width: 32px;
|
|
235
243
|
height: 32px;
|
|
236
244
|
border-radius: 50%;
|
|
@@ -240,12 +248,15 @@
|
|
|
240
248
|
&-sm {
|
|
241
249
|
height: 24px;
|
|
242
250
|
border-radius: @border-radius-sm;
|
|
243
|
-
|
|
251
|
+
line-height: 22px;
|
|
252
|
+
|
|
253
|
+
&.ant-btn-icon-only {
|
|
244
254
|
height: 24px;
|
|
245
255
|
width: 24px;
|
|
246
256
|
border-radius: @border-radius-sm;
|
|
247
257
|
}
|
|
248
|
-
|
|
258
|
+
|
|
259
|
+
&.ant-btn-circle {
|
|
249
260
|
width: 32px;
|
|
250
261
|
height: 32px;
|
|
251
262
|
border-radius: 50%;
|
package/lib/Dropdown/Button.d.ts
CHANGED
package/lib/Dropdown/Button.js
CHANGED
|
@@ -9,12 +9,12 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
var _Button = _interopRequireDefault(require("../Button"));
|
|
11
11
|
|
|
12
|
+
require("../Button/style");
|
|
13
|
+
|
|
12
14
|
var _index = _interopRequireDefault(require("./index"));
|
|
13
15
|
|
|
14
16
|
var _Icon = _interopRequireDefault(require("../Icon"));
|
|
15
17
|
|
|
16
|
-
require("./style");
|
|
17
|
-
|
|
18
18
|
var _excluded = ["children", "overlay", "placement", "trigger", "visible", "disabled", "onVisibleChange"];
|
|
19
19
|
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
package/lib/Dropdown/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactElement } from 'react';
|
|
2
2
|
import DropdownButton from './Button';
|
|
3
|
-
import './style';
|
|
4
3
|
export declare type ActionType = 'hover' | 'click' | 'contextMenu';
|
|
4
|
+
export declare type PlacementType = 'bottomLeft' | 'bottomCenter' | 'bottomRight' | 'topLeft' | 'topCenter' | 'topRight';
|
|
5
5
|
export interface IDropdownProps {
|
|
6
6
|
/**
|
|
7
7
|
* @description 关闭后是否销毁Dropdown
|
package/lib/Dropdown/index.js
CHANGED
|
@@ -13,8 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
|
|
14
14
|
var _Button = _interopRequireDefault(require("./Button"));
|
|
15
15
|
|
|
16
|
-
require("./style");
|
|
17
|
-
|
|
18
16
|
var _excluded = ["children", "visible"];
|
|
19
17
|
|
|
20
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
package/lib/Empty/index.d.ts
CHANGED
package/lib/Empty/index.js
CHANGED
|
@@ -9,8 +9,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
var _usePrefixCls = _interopRequireDefault(require("../_utils/hooks/usePrefixCls"));
|
|
11
11
|
|
|
12
|
-
require("./style");
|
|
13
|
-
|
|
14
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
13
|
|
|
16
14
|
// @ts-nocheck
|
|
@@ -56,6 +56,18 @@
|
|
|
56
56
|
<div class="content unicode" style="display: block;">
|
|
57
57
|
<ul class="icon_lists dib-box">
|
|
58
58
|
|
|
59
|
+
<li class="dib">
|
|
60
|
+
<span class="icon iconfont"></span>
|
|
61
|
+
<div class="name">sort_descending</div>
|
|
62
|
+
<div class="code-name">&#xe602;</div>
|
|
63
|
+
</li>
|
|
64
|
+
|
|
65
|
+
<li class="dib">
|
|
66
|
+
<span class="icon iconfont"></span>
|
|
67
|
+
<div class="name">sort_ascending</div>
|
|
68
|
+
<div class="code-name">&#xe601;</div>
|
|
69
|
+
</li>
|
|
70
|
+
|
|
59
71
|
<li class="dib">
|
|
60
72
|
<span class="icon iconfont"></span>
|
|
61
73
|
<div class="name">more_vert</div>
|
|
@@ -201,9 +213,9 @@
|
|
|
201
213
|
>@font-face {
|
|
202
214
|
font-family: 'iconfont';
|
|
203
215
|
src:
|
|
204
|
-
url('data:application/x-font-woff2;charset=utf-8;base64,
|
|
205
|
-
url('iconfont.woff?t=
|
|
206
|
-
url('iconfont.ttf?t=
|
|
216
|
+
url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
|
|
217
|
+
url('iconfont.woff?t=1648447992265') format('woff'),
|
|
218
|
+
url('iconfont.ttf?t=1648447992265') format('truetype');
|
|
207
219
|
}
|
|
208
220
|
</code></pre>
|
|
209
221
|
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
|
@@ -229,6 +241,24 @@
|
|
|
229
241
|
<div class="content font-class">
|
|
230
242
|
<ul class="icon_lists dib-box">
|
|
231
243
|
|
|
244
|
+
<li class="dib">
|
|
245
|
+
<span class="icon iconfont sort_descending"></span>
|
|
246
|
+
<div class="name">
|
|
247
|
+
sort_descending
|
|
248
|
+
</div>
|
|
249
|
+
<div class="code-name">.sort_descending
|
|
250
|
+
</div>
|
|
251
|
+
</li>
|
|
252
|
+
|
|
253
|
+
<li class="dib">
|
|
254
|
+
<span class="icon iconfont sort_ascending"></span>
|
|
255
|
+
<div class="name">
|
|
256
|
+
sort_ascending
|
|
257
|
+
</div>
|
|
258
|
+
<div class="code-name">.sort_ascending
|
|
259
|
+
</div>
|
|
260
|
+
</li>
|
|
261
|
+
|
|
232
262
|
<li class="dib">
|
|
233
263
|
<span class="icon iconfont more_vert"></span>
|
|
234
264
|
<div class="name">
|
|
@@ -445,6 +475,22 @@
|
|
|
445
475
|
<div class="content symbol">
|
|
446
476
|
<ul class="icon_lists dib-box">
|
|
447
477
|
|
|
478
|
+
<li class="dib">
|
|
479
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
480
|
+
<use xlink:href="#sort_descending"></use>
|
|
481
|
+
</svg>
|
|
482
|
+
<div class="name">sort_descending</div>
|
|
483
|
+
<div class="code-name">#sort_descending</div>
|
|
484
|
+
</li>
|
|
485
|
+
|
|
486
|
+
<li class="dib">
|
|
487
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
488
|
+
<use xlink:href="#sort_ascending"></use>
|
|
489
|
+
</svg>
|
|
490
|
+
<div class="name">sort_ascending</div>
|
|
491
|
+
<div class="code-name">#sort_ascending</div>
|
|
492
|
+
</li>
|
|
493
|
+
|
|
448
494
|
<li class="dib">
|
|
449
495
|
<svg class="icon svg-icon" aria-hidden="true">
|
|
450
496
|
<use xlink:href="#more_vert"></use>
|