@ant-design/pro-components 1.0.2 → 1.1.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/README.md +19 -19
- package/dist/components.css +27 -27
- package/dist/components.js +1 -1
- package/dist/components.js.LICENSE.txt +2 -0
- package/dist/components.min.css +27 -27
- package/dist/components.min.js +1 -1
- package/dist/components.min.js.LICENSE.txt +2 -0
- package/es/version.js +11 -11
- package/lib/version.js +11 -11
- package/package.json +59 -59
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# @ant-design/pro-utils
|
|
2
|
-
|
|
3
|
-
> @ant-design/pro-utils.
|
|
4
|
-
|
|
5
|
-
See our website [@ant-design/pro-utils](https://procomponent.ant.design/) for more information.
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
Using npm:
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
$ npm install --save @ant-design/pro-utils
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
or using yarn:
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
$ yarn add @ant-design/pro-utils
|
|
19
|
-
```
|
|
1
|
+
# @ant-design/pro-utils
|
|
2
|
+
|
|
3
|
+
> @ant-design/pro-utils.
|
|
4
|
+
|
|
5
|
+
See our website [@ant-design/pro-utils](https://procomponent.ant.design/) for more information.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
Using npm:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
$ npm install --save @ant-design/pro-utils
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
or using yarn:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
$ yarn add @ant-design/pro-utils
|
|
19
|
+
```
|
package/dist/components.css
CHANGED
|
@@ -1732,33 +1732,6 @@ html {
|
|
|
1732
1732
|
text-align: left;
|
|
1733
1733
|
}
|
|
1734
1734
|
|
|
1735
|
-
.ant-pro-field-date-picker-light .ant-calendar-picker,
|
|
1736
|
-
.ant-pro-field-date-picker-light .ant-picker {
|
|
1737
|
-
position: absolute;
|
|
1738
|
-
width: 80px;
|
|
1739
|
-
height: 28px;
|
|
1740
|
-
overflow: hidden;
|
|
1741
|
-
visibility: hidden;
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
.ant-pro-field-index-column {
|
|
1745
|
-
display: inline-flex;
|
|
1746
|
-
align-items: center;
|
|
1747
|
-
justify-content: center;
|
|
1748
|
-
width: 18px;
|
|
1749
|
-
height: 18px;
|
|
1750
|
-
}
|
|
1751
|
-
.ant-pro-field-index-column-border {
|
|
1752
|
-
color: #fff;
|
|
1753
|
-
font-size: 12px;
|
|
1754
|
-
line-height: 12px;
|
|
1755
|
-
background-color: #314659;
|
|
1756
|
-
border-radius: 9px;
|
|
1757
|
-
}
|
|
1758
|
-
.ant-pro-field-index-column-border.top-three {
|
|
1759
|
-
background-color: #979797;
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
1735
|
.ant-pro-table-dropdown {
|
|
1763
1736
|
width: auto;
|
|
1764
1737
|
}
|
|
@@ -1792,6 +1765,33 @@ html {
|
|
|
1792
1765
|
height: 28px;
|
|
1793
1766
|
}
|
|
1794
1767
|
|
|
1768
|
+
.ant-pro-field-date-picker-light .ant-calendar-picker,
|
|
1769
|
+
.ant-pro-field-date-picker-light .ant-picker {
|
|
1770
|
+
position: absolute;
|
|
1771
|
+
width: 80px;
|
|
1772
|
+
height: 28px;
|
|
1773
|
+
overflow: hidden;
|
|
1774
|
+
visibility: hidden;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
.ant-pro-field-index-column {
|
|
1778
|
+
display: inline-flex;
|
|
1779
|
+
align-items: center;
|
|
1780
|
+
justify-content: center;
|
|
1781
|
+
width: 18px;
|
|
1782
|
+
height: 18px;
|
|
1783
|
+
}
|
|
1784
|
+
.ant-pro-field-index-column-border {
|
|
1785
|
+
color: #fff;
|
|
1786
|
+
font-size: 12px;
|
|
1787
|
+
line-height: 12px;
|
|
1788
|
+
background-color: #314659;
|
|
1789
|
+
border-radius: 9px;
|
|
1790
|
+
}
|
|
1791
|
+
.ant-pro-field-index-column-border.top-three {
|
|
1792
|
+
background-color: #979797;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
1795
|
.ant-pro-field-checkbox-vertical .ant-checkbox-group-item {
|
|
1796
1796
|
display: flex;
|
|
1797
1797
|
margin-right: 0;
|