assui 2.1.35 → 2.1.38-alpha.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/es/button-drawer/index.js +1 -1
- package/es/button-drawer/style/index.js +1 -1
- package/es/button-modal/index.js +1 -1
- package/es/button-modal/style/index.js +1 -1
- package/es/condition-input/index.js +2 -2
- package/es/condition-input/style/index.js +1 -1
- package/es/copy-to-clipboard/index.js +1 -1
- package/es/copy-to-clipboard/style/index.css +24 -13
- package/es/highlight-textarea/index.js +1 -1
- package/es/highlight-textarea/style/index.css +7 -4
- package/es/img-crop/index.js +2 -2
- package/es/img-crop/style/index.css +1 -5
- package/es/img-crop/style/index.js +2 -2
- package/es/keep-tab/index.js +5 -5
- package/es/keep-tab/style/index.js +2 -2
- package/es/label-auto-complete/index.js +2 -2
- package/es/label-auto-complete/style/index.css +1 -5
- package/es/label-auto-complete/style/index.js +1 -1
- package/es/label-condition-input/index.js +2 -2
- package/es/label-customize-range-picker/index.js +4 -4
- package/es/label-customize-range-picker/style/index.css +1 -5
- package/es/label-customize-range-picker/style/index.js +3 -3
- package/es/label-date-picker/index.js +2 -2
- package/es/label-date-picker/style/index.css +1 -5
- package/es/label-date-picker/style/index.js +1 -1
- package/es/label-input/index.js +4 -4
- package/es/label-number-input/index.js +2 -2
- package/es/label-range-picker/index.js +3 -3
- package/es/label-range-picker/style/index.css +1 -5
- package/es/label-range-picker/style/index.js +1 -1
- package/es/label-select/index.js +3 -3
- package/es/label-select/style/index.css +1 -5
- package/es/label-select/style/index.js +1 -1
- package/es/label-text-area/index.js +1 -1
- package/es/label-tree-select/index.js +2 -2
- package/es/label-tree-select/style/index.css +1 -5
- package/es/label-tree-select/style/index.js +1 -1
- package/es/number-input/index.js +2 -2
- package/es/number-input/style/index.js +1 -1
- package/es/rc-echart/core.js +2 -2
- package/es/rc-qrcode/index.js +1 -1
- package/es/rich-text-editor/style/index.css +1 -5
- package/es/single-img-upload/index.js +4 -4
- package/es/single-img-upload/style/index.css +1 -5
- package/es/single-img-upload/style/index.js +2 -2
- package/es/step-number-input/index.js +1 -1
- package/es/step-number-input/style/index.css +1 -5
- package/es/step-number-input/style/index.js +1 -1
- package/es/text-area/index.js +1 -1
- package/es/text-area/style/index.js +1 -1
- package/es/text-input/style/index.css +7 -4
- package/lib/copy-to-clipboard/style/index.css +24 -13
- package/lib/highlight-textarea/style/index.css +7 -4
- package/lib/img-crop/style/index.css +1 -5
- package/lib/label-auto-complete/style/index.css +1 -5
- package/lib/label-customize-range-picker/style/index.css +1 -5
- package/lib/label-date-picker/style/index.css +1 -5
- package/lib/label-range-picker/style/index.css +1 -5
- package/lib/label-select/style/index.css +1 -5
- package/lib/label-tree-select/style/index.css +1 -5
- package/lib/rich-text-editor/style/index.css +1 -5
- package/lib/single-img-upload/style/index.css +1 -5
- package/lib/step-number-input/style/index.css +1 -5
- package/lib/text-input/style/index.css +7 -4
- package/package.json +4 -3
|
@@ -55,7 +55,7 @@ var __read = this && this.__read || function (o, n) {
|
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
import React, { useState, useRef, useImperativeHandle } from 'react';
|
|
58
|
-
import Drawer from
|
|
58
|
+
import Drawer from "antd/es/drawer";
|
|
59
59
|
import isFunction from 'lodash/isFunction';
|
|
60
60
|
import classNames from 'classnames';
|
|
61
61
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/drawer/style";
|
package/es/button-modal/index.js
CHANGED
|
@@ -56,7 +56,7 @@ var __read = this && this.__read || function (o, n) {
|
|
|
56
56
|
|
|
57
57
|
import * as React from 'react';
|
|
58
58
|
import isFunction from 'lodash/isFunction';
|
|
59
|
-
import Modal from
|
|
59
|
+
import Modal from "antd/es/modal";
|
|
60
60
|
|
|
61
61
|
var ButtonModal = function ButtonModal(props, ref) {
|
|
62
62
|
var _a = __read(React.useState(false), 2),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/modal/style";
|
|
@@ -56,9 +56,9 @@ var __read = this && this.__read || function (o, n) {
|
|
|
56
56
|
|
|
57
57
|
import * as React from 'react';
|
|
58
58
|
import isArray from 'lodash/isArray';
|
|
59
|
-
import Input from
|
|
59
|
+
import Input from "antd/es/input";
|
|
60
60
|
import isFunction from 'lodash/isFunction';
|
|
61
|
-
import useControllableValue from
|
|
61
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
62
62
|
import parse2RegexOption from './parse2RegexOption';
|
|
63
63
|
var ConditionInput = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
64
64
|
var _a = __read(useControllableValue(props), 2),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/input/style";
|
|
@@ -43,7 +43,7 @@ var __read = this && this.__read || function (o, n) {
|
|
|
43
43
|
|
|
44
44
|
import React, { useState } from 'react';
|
|
45
45
|
import copy from 'copy-to-clipboard';
|
|
46
|
-
import Tooltip from
|
|
46
|
+
import Tooltip from "antd/es/tooltip";
|
|
47
47
|
|
|
48
48
|
var CopyToClipboard = function CopyToClipboard(props) {
|
|
49
49
|
var text = props.text,
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
max-width: 250px;
|
|
23
23
|
visibility: visible;
|
|
24
24
|
}
|
|
25
|
+
.ant-tooltip-content {
|
|
26
|
+
position: relative;
|
|
27
|
+
}
|
|
25
28
|
.ant-tooltip-hidden {
|
|
26
29
|
display: none;
|
|
27
30
|
}
|
|
@@ -59,6 +62,7 @@
|
|
|
59
62
|
}
|
|
60
63
|
.ant-tooltip-arrow {
|
|
61
64
|
position: absolute;
|
|
65
|
+
z-index: 2;
|
|
62
66
|
display: block;
|
|
63
67
|
width: 22px;
|
|
64
68
|
height: 22px;
|
|
@@ -67,7 +71,7 @@
|
|
|
67
71
|
pointer-events: none;
|
|
68
72
|
}
|
|
69
73
|
.ant-tooltip-arrow-content {
|
|
70
|
-
--antd-arrow-background-color: rgba(0, 0, 0, 0.75);
|
|
74
|
+
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
|
|
71
75
|
position: absolute;
|
|
72
76
|
top: 0;
|
|
73
77
|
right: 0;
|
|
@@ -77,7 +81,6 @@
|
|
|
77
81
|
width: 11.3137085px;
|
|
78
82
|
height: 11.3137085px;
|
|
79
83
|
margin: auto;
|
|
80
|
-
background-color: transparent;
|
|
81
84
|
content: '';
|
|
82
85
|
pointer-events: auto;
|
|
83
86
|
border-radius: 0 0 2px;
|
|
@@ -89,15 +92,20 @@
|
|
|
89
92
|
left: -11.3137085px;
|
|
90
93
|
width: 33.9411255px;
|
|
91
94
|
height: 33.9411255px;
|
|
92
|
-
background:
|
|
95
|
+
background: var(--antd-arrow-background-color);
|
|
96
|
+
background-repeat: no-repeat;
|
|
97
|
+
background-position: -10px -10px;
|
|
93
98
|
content: '';
|
|
94
|
-
-webkit-clip-path:
|
|
95
|
-
clip-path:
|
|
99
|
+
-webkit-clip-path: inset(33% 33%);
|
|
100
|
+
clip-path: inset(33% 33%);
|
|
101
|
+
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
102
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
96
103
|
}
|
|
97
104
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
|
98
105
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
|
99
106
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
|
100
|
-
bottom:
|
|
107
|
+
bottom: 0;
|
|
108
|
+
transform: translateY(100%);
|
|
101
109
|
}
|
|
102
110
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
|
103
111
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
|
@@ -107,7 +115,7 @@
|
|
|
107
115
|
}
|
|
108
116
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
|
109
117
|
left: 50%;
|
|
110
|
-
transform: translateX(-50%);
|
|
118
|
+
transform: translateY(100%) translateX(-50%);
|
|
111
119
|
}
|
|
112
120
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
|
113
121
|
left: 13px;
|
|
@@ -118,7 +126,8 @@
|
|
|
118
126
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
|
119
127
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
|
120
128
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
|
121
|
-
left:
|
|
129
|
+
left: 0;
|
|
130
|
+
transform: translateX(-100%);
|
|
122
131
|
}
|
|
123
132
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
|
124
133
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
|
@@ -128,7 +137,7 @@
|
|
|
128
137
|
}
|
|
129
138
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
|
130
139
|
top: 50%;
|
|
131
|
-
transform: translateY(-50%);
|
|
140
|
+
transform: translateX(-100%) translateY(-50%);
|
|
132
141
|
}
|
|
133
142
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
|
134
143
|
top: 5px;
|
|
@@ -139,7 +148,8 @@
|
|
|
139
148
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
|
140
149
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
|
141
150
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
|
142
|
-
right:
|
|
151
|
+
right: 0;
|
|
152
|
+
transform: translateX(100%);
|
|
143
153
|
}
|
|
144
154
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
|
145
155
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
|
@@ -149,7 +159,7 @@
|
|
|
149
159
|
}
|
|
150
160
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
|
151
161
|
top: 50%;
|
|
152
|
-
transform: translateY(-50%);
|
|
162
|
+
transform: translateX(100%) translateY(-50%);
|
|
153
163
|
}
|
|
154
164
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
|
155
165
|
top: 5px;
|
|
@@ -160,7 +170,8 @@
|
|
|
160
170
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
|
161
171
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
|
162
172
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
|
163
|
-
top:
|
|
173
|
+
top: 0;
|
|
174
|
+
transform: translateY(-100%);
|
|
164
175
|
}
|
|
165
176
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
|
166
177
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
|
@@ -170,7 +181,7 @@
|
|
|
170
181
|
}
|
|
171
182
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
|
172
183
|
left: 50%;
|
|
173
|
-
transform: translateX(-50%);
|
|
184
|
+
transform: translateY(-100%) translateX(-50%);
|
|
174
185
|
}
|
|
175
186
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
|
176
187
|
left: 13px;
|
|
@@ -57,7 +57,7 @@ var __read = this && this.__read || function (o, n) {
|
|
|
57
57
|
import * as React from 'react';
|
|
58
58
|
import classNames from 'classnames';
|
|
59
59
|
import trimStart from 'lodash/trimStart';
|
|
60
|
-
import useMount from
|
|
60
|
+
import useMount from "ahooks/es/useMount";
|
|
61
61
|
import HighlighedContents from './HighlighedContents';
|
|
62
62
|
var HighlightWithinTextarea = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
63
63
|
var prefixCls = props.prefixCls,
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
border: 1px solid #d9d9d9;
|
|
17
17
|
border-radius: 2px;
|
|
18
18
|
transition: all 0.3s;
|
|
19
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
20
19
|
display: inline-flex;
|
|
21
20
|
}
|
|
22
21
|
.ant-input-affix-wrapper::-moz-placeholder {
|
|
23
|
-
|
|
22
|
+
color: #bfbfbf;
|
|
23
|
+
-moz-user-select: none;
|
|
24
|
+
user-select: none;
|
|
24
25
|
}
|
|
25
26
|
.ant-input-affix-wrapper:-ms-input-placeholder {
|
|
26
27
|
color: #bfbfbf;
|
|
@@ -298,10 +299,11 @@ textarea.ant-input-affix-wrapper {
|
|
|
298
299
|
border: 1px solid #d9d9d9;
|
|
299
300
|
border-radius: 2px;
|
|
300
301
|
transition: all 0.3s;
|
|
301
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
302
302
|
}
|
|
303
303
|
.ant-input::-moz-placeholder {
|
|
304
|
-
|
|
304
|
+
color: #bfbfbf;
|
|
305
|
+
-moz-user-select: none;
|
|
306
|
+
user-select: none;
|
|
305
307
|
}
|
|
306
308
|
.ant-input:-ms-input-placeholder {
|
|
307
309
|
color: #bfbfbf;
|
|
@@ -666,6 +668,7 @@ textarea.ant-input {
|
|
|
666
668
|
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
|
667
669
|
border-right: 0;
|
|
668
670
|
border-left: 1px solid #d9d9d9;
|
|
671
|
+
border-radius: 2px 0 0 2px;
|
|
669
672
|
}
|
|
670
673
|
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
|
|
671
674
|
.ant-input-group-rtl.ant-input-group-addon:last-child {
|
package/es/img-crop/index.js
CHANGED
|
@@ -198,8 +198,8 @@ var __read = this && this.__read || function (o, n) {
|
|
|
198
198
|
};
|
|
199
199
|
|
|
200
200
|
import * as React from 'react';
|
|
201
|
-
import Modal from
|
|
202
|
-
import Slider from
|
|
201
|
+
import Modal from "antd/es/modal";
|
|
202
|
+
import Slider from "antd/es/slider";
|
|
203
203
|
import getCroppedImg from './getCroppedImg';
|
|
204
204
|
import EasyCrop from './EasyCrop';
|
|
205
205
|
import './style/index.less';
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import "antd/es/slider/style";
|
|
2
|
+
import "antd/es/modal/style";
|
|
3
3
|
import './index.less';
|
package/es/keep-tab/index.js
CHANGED
|
@@ -56,12 +56,12 @@ var __read = this && this.__read || function (o, n) {
|
|
|
56
56
|
|
|
57
57
|
import * as React from 'react';
|
|
58
58
|
import find from 'lodash/find';
|
|
59
|
-
import qsHelp from
|
|
60
|
-
import Badge from
|
|
61
|
-
import Tabs from
|
|
59
|
+
import qsHelp from "aa-utils/es/qsHelp";
|
|
60
|
+
import Badge from "antd/es/badge";
|
|
61
|
+
import Tabs from "antd/es/tabs";
|
|
62
62
|
import useUrlState from '@ahooksjs/use-url-state';
|
|
63
|
-
import useControllableValue from
|
|
64
|
-
import toArray from
|
|
63
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
64
|
+
import toArray from "rc-util/es/Children/toArray";
|
|
65
65
|
var TabPane = Tabs.TabPane;
|
|
66
66
|
var defaultBadgeProps = {};
|
|
67
67
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import "antd/es/tabs/style";
|
|
2
|
+
import "antd/es/badge/style";
|
|
@@ -42,8 +42,8 @@ var __read = this && this.__read || function (o, n) {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
import React from 'react';
|
|
45
|
-
import useControllableValue from
|
|
46
|
-
import AutoComplete from
|
|
45
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
46
|
+
import AutoComplete from "antd/es/auto-complete";
|
|
47
47
|
import classNames from 'classnames';
|
|
48
48
|
import omit from 'lodash/omit';
|
|
49
49
|
import trimStart from 'lodash/trimStart';
|
|
@@ -349,16 +349,12 @@ mark {
|
|
|
349
349
|
.anticon[tabindex] {
|
|
350
350
|
cursor: pointer;
|
|
351
351
|
}
|
|
352
|
+
.anticon-spin,
|
|
352
353
|
.anticon-spin::before {
|
|
353
354
|
display: inline-block;
|
|
354
355
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
355
356
|
animation: loadingCircle 1s infinite linear;
|
|
356
357
|
}
|
|
357
|
-
.anticon-spin {
|
|
358
|
-
display: inline-block;
|
|
359
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
360
|
-
animation: loadingCircle 1s infinite linear;
|
|
361
|
-
}
|
|
362
358
|
.ant-fade-enter,
|
|
363
359
|
.ant-fade-appear {
|
|
364
360
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/select/style";
|
|
2
2
|
import './index.less';
|
|
@@ -44,8 +44,8 @@ var __read = this && this.__read || function (o, n) {
|
|
|
44
44
|
import React from 'react';
|
|
45
45
|
import classNames from 'classnames';
|
|
46
46
|
import omit from 'lodash/omit';
|
|
47
|
-
import useControllableValue from
|
|
48
|
-
import useSize from
|
|
47
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
48
|
+
import useSize from "ahooks/es/useSize";
|
|
49
49
|
import ConditionInput from '../condition-input';
|
|
50
50
|
|
|
51
51
|
var LabelConditionInput = function LabelConditionInput(props) {
|
|
@@ -55,10 +55,10 @@ var __read = this && this.__read || function (o, n) {
|
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
import React, { useState, useEffect, useContext } from 'react';
|
|
58
|
-
import Radio from
|
|
59
|
-
import Checkbox from
|
|
60
|
-
import DatePicker from
|
|
61
|
-
import useControllableValue from
|
|
58
|
+
import Radio from "antd/es/radio";
|
|
59
|
+
import Checkbox from "antd/es/checkbox";
|
|
60
|
+
import DatePicker from "antd/es/date-picker";
|
|
61
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
62
62
|
import moment from 'moment';
|
|
63
63
|
import omit from 'lodash/omit';
|
|
64
64
|
import getDefaultRadioList from './defaultRadioList';
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import "antd/es/date-picker/style";
|
|
2
|
+
import "antd/es/checkbox/style";
|
|
3
|
+
import "antd/es/radio/style";
|
|
4
4
|
import './index.less';
|
|
5
5
|
import '../../label-range-picker/style/index';
|
|
@@ -42,9 +42,9 @@ var __read = this && this.__read || function (o, n) {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
import React from 'react';
|
|
45
|
-
import useControllableValue from
|
|
45
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
46
46
|
import { DatePicker } from 'antd';
|
|
47
|
-
import CalendarOutlined from
|
|
47
|
+
import CalendarOutlined from "a-icons/es/CalendarOutlined";
|
|
48
48
|
import classNames from 'classnames';
|
|
49
49
|
|
|
50
50
|
var LabelDatePicker = function LabelDatePicker(props) {
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/date-picker/style";
|
|
2
2
|
import './index.less';
|
package/es/label-input/index.js
CHANGED
|
@@ -28,10 +28,10 @@ var __read = this && this.__read || function (o, n) {
|
|
|
28
28
|
import React from 'react';
|
|
29
29
|
import classNames from 'classnames';
|
|
30
30
|
import trimStart from 'lodash/trimStart';
|
|
31
|
-
import EyeFilled from
|
|
32
|
-
import EyeOutlined from
|
|
33
|
-
import useControllableValue from
|
|
34
|
-
import useSize from
|
|
31
|
+
import EyeFilled from "a-icons/es/EyeFilled";
|
|
32
|
+
import EyeOutlined from "a-icons/es/EyeOutlined";
|
|
33
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
34
|
+
import useSize from "ahooks/es/useSize";
|
|
35
35
|
var PasswordSuffix = /*#__PURE__*/React.memo(function (_a) {
|
|
36
36
|
var inputType = _a.inputType,
|
|
37
37
|
onChangeInputType = _a.onChangeInputType;
|
|
@@ -42,8 +42,8 @@ var __read = this && this.__read || function (o, n) {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
import React from 'react';
|
|
45
|
-
import useControllableValue from
|
|
46
|
-
import useSize from
|
|
45
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
46
|
+
import useSize from "ahooks/es/useSize";
|
|
47
47
|
import isUndefined from 'lodash/isUndefined';
|
|
48
48
|
import classNames from 'classnames';
|
|
49
49
|
import omit from 'lodash/omit';
|
|
@@ -42,11 +42,11 @@ var __read = this && this.__read || function (o, n) {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
import React from 'react';
|
|
45
|
-
import useControllableValue from
|
|
46
|
-
import DatePicker from
|
|
45
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
46
|
+
import DatePicker from "antd/es/date-picker";
|
|
47
47
|
import classNames from 'classnames';
|
|
48
48
|
import omit from 'lodash/omit';
|
|
49
|
-
import CalendarOutlined from
|
|
49
|
+
import CalendarOutlined from "a-icons/es/CalendarOutlined";
|
|
50
50
|
var RangePicker = DatePicker.RangePicker;
|
|
51
51
|
|
|
52
52
|
var LabelDatePicker = function LabelDatePicker(props) {
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/date-picker/style";
|
|
2
2
|
import './index.less';
|
package/es/label-select/index.js
CHANGED
|
@@ -42,11 +42,11 @@ var __read = this && this.__read || function (o, n) {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
import React from 'react';
|
|
45
|
-
import useControllableValue from
|
|
46
|
-
import Select from
|
|
45
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
46
|
+
import Select from "antd/es/select";
|
|
47
47
|
import { isUndefined, isNull } from 'lodash';
|
|
48
48
|
import classNames from 'classnames';
|
|
49
|
-
import ArrowDropDownFilled from
|
|
49
|
+
import ArrowDropDownFilled from "a-icons/es/ArrowDropDownFilled";
|
|
50
50
|
import omit from 'lodash/omit';
|
|
51
51
|
var Option = Select.Option;
|
|
52
52
|
export { Option };
|
|
@@ -349,16 +349,12 @@ mark {
|
|
|
349
349
|
.anticon[tabindex] {
|
|
350
350
|
cursor: pointer;
|
|
351
351
|
}
|
|
352
|
+
.anticon-spin,
|
|
352
353
|
.anticon-spin::before {
|
|
353
354
|
display: inline-block;
|
|
354
355
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
355
356
|
animation: loadingCircle 1s infinite linear;
|
|
356
357
|
}
|
|
357
|
-
.anticon-spin {
|
|
358
|
-
display: inline-block;
|
|
359
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
360
|
-
animation: loadingCircle 1s infinite linear;
|
|
361
|
-
}
|
|
362
358
|
.ant-fade-enter,
|
|
363
359
|
.ant-fade-appear {
|
|
364
360
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/select/style";
|
|
2
2
|
import './index.less';
|
|
@@ -56,7 +56,7 @@ var __read = this && this.__read || function (o, n) {
|
|
|
56
56
|
|
|
57
57
|
import React from 'react';
|
|
58
58
|
import classNames from 'classnames';
|
|
59
|
-
import useControllableValue from
|
|
59
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
60
60
|
import trimStart from 'lodash/trimStart';
|
|
61
61
|
|
|
62
62
|
var LabelTextArea = function LabelTextArea(props) {
|
|
@@ -42,8 +42,8 @@ var __read = this && this.__read || function (o, n) {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
import React from 'react';
|
|
45
|
-
import useControllableValue from
|
|
46
|
-
import TreeSelect from
|
|
45
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
46
|
+
import TreeSelect from "antd/es/tree-select";
|
|
47
47
|
import classNames from 'classnames';
|
|
48
48
|
import omit from 'lodash/omit';
|
|
49
49
|
|
|
@@ -349,16 +349,12 @@ mark {
|
|
|
349
349
|
.anticon[tabindex] {
|
|
350
350
|
cursor: pointer;
|
|
351
351
|
}
|
|
352
|
+
.anticon-spin,
|
|
352
353
|
.anticon-spin::before {
|
|
353
354
|
display: inline-block;
|
|
354
355
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
355
356
|
animation: loadingCircle 1s infinite linear;
|
|
356
357
|
}
|
|
357
|
-
.anticon-spin {
|
|
358
|
-
display: inline-block;
|
|
359
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
360
|
-
animation: loadingCircle 1s infinite linear;
|
|
361
|
-
}
|
|
362
358
|
.ant-fade-enter,
|
|
363
359
|
.ant-fade-appear {
|
|
364
360
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/tree-select/style";
|
|
2
2
|
import './index.less';
|
package/es/number-input/index.js
CHANGED
|
@@ -55,8 +55,8 @@ var __read = this && this.__read || function (o, n) {
|
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
import * as React from 'react';
|
|
58
|
-
import Input from
|
|
59
|
-
import useControllableValue from
|
|
58
|
+
import Input from "antd/es/input";
|
|
59
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
60
60
|
import omit from 'lodash/omit';
|
|
61
61
|
import * as dataTypeEnum from './const/dataTypeEnum';
|
|
62
62
|
import * as numberTypeEnum from './const/numberType';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/input/style";
|
package/es/rc-echart/core.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
/* eslint-disable no-restricted-syntax */
|
|
4
4
|
import React, { useRef, useLayoutEffect } from 'react';
|
|
5
|
-
import useMount from
|
|
6
|
-
import useUpdateEffect from
|
|
5
|
+
import useMount from "ahooks/es/useMount";
|
|
6
|
+
import useUpdateEffect from "ahooks/es/useUpdateEffect";
|
|
7
7
|
import classNames from 'classnames';
|
|
8
8
|
import ResizeObserver from 'resize-observer-polyfill';
|
|
9
9
|
|
package/es/rc-qrcode/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __assign = this && this.__assign || function () {
|
|
|
16
16
|
|
|
17
17
|
import * as React from 'react';
|
|
18
18
|
import QRCode from 'qrcode';
|
|
19
|
-
import useMount from
|
|
19
|
+
import useMount from "ahooks/es/useMount";
|
|
20
20
|
import useQrcode from './useQrcode';
|
|
21
21
|
|
|
22
22
|
var RcQrcode = function RcQrcode(props) {
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -211,11 +211,11 @@ var __spreadArray = this && this.__spreadArray || function (to, from, pack) {
|
|
|
211
211
|
|
|
212
212
|
import * as React from 'react';
|
|
213
213
|
import Upload from 'rc-upload';
|
|
214
|
-
import Progress from
|
|
215
|
-
import Image from
|
|
214
|
+
import Progress from "antd/es/progress";
|
|
215
|
+
import Image from "antd/es/image";
|
|
216
216
|
import classNames from 'classnames';
|
|
217
|
-
import useUpdateEffect from
|
|
218
|
-
import CloseOutlined from
|
|
217
|
+
import useUpdateEffect from "ahooks/es/useUpdateEffect";
|
|
218
|
+
import CloseOutlined from "a-icons/es/CloseOutlined";
|
|
219
219
|
import isObject from 'lodash/isObject';
|
|
220
220
|
|
|
221
221
|
var getLocalImgURL = function getLocalImgURL(file) {
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import "antd/es/image/style";
|
|
2
|
+
import "antd/es/progress/style";
|
|
3
3
|
import './index.less';
|
|
@@ -58,7 +58,7 @@ import * as React from 'react';
|
|
|
58
58
|
import classNames from 'classnames';
|
|
59
59
|
import BigNumber from 'bignumber.js';
|
|
60
60
|
import isUndefined from 'lodash/isUndefined';
|
|
61
|
-
import useControllableValue from
|
|
61
|
+
import useControllableValue from "ahooks/es/useControllableValue";
|
|
62
62
|
import { INT } from './const/numberType';
|
|
63
63
|
import { PLUS, MINUS } from './const/countType';
|
|
64
64
|
import NumberInput from '../number-input';
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/input/style";
|
|
2
2
|
import './index.less';
|
package/es/text-area/index.js
CHANGED
|
@@ -55,7 +55,7 @@ var __read = this && this.__read || function (o, n) {
|
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
import * as React from 'react';
|
|
58
|
-
import Input from
|
|
58
|
+
import Input from "antd/es/input";
|
|
59
59
|
import trimStart from 'lodash/trimStart';
|
|
60
60
|
|
|
61
61
|
var TextArea = function TextArea(_a) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "antd/es/input/style";
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
border: 1px solid #d9d9d9;
|
|
17
17
|
border-radius: 2px;
|
|
18
18
|
transition: all 0.3s;
|
|
19
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
20
19
|
display: inline-flex;
|
|
21
20
|
}
|
|
22
21
|
.ant-input-affix-wrapper::-moz-placeholder {
|
|
23
|
-
|
|
22
|
+
color: #bfbfbf;
|
|
23
|
+
-moz-user-select: none;
|
|
24
|
+
user-select: none;
|
|
24
25
|
}
|
|
25
26
|
.ant-input-affix-wrapper:-ms-input-placeholder {
|
|
26
27
|
color: #bfbfbf;
|
|
@@ -298,10 +299,11 @@ textarea.ant-input-affix-wrapper {
|
|
|
298
299
|
border: 1px solid #d9d9d9;
|
|
299
300
|
border-radius: 2px;
|
|
300
301
|
transition: all 0.3s;
|
|
301
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
302
302
|
}
|
|
303
303
|
.ant-input::-moz-placeholder {
|
|
304
|
-
|
|
304
|
+
color: #bfbfbf;
|
|
305
|
+
-moz-user-select: none;
|
|
306
|
+
user-select: none;
|
|
305
307
|
}
|
|
306
308
|
.ant-input:-ms-input-placeholder {
|
|
307
309
|
color: #bfbfbf;
|
|
@@ -666,6 +668,7 @@ textarea.ant-input {
|
|
|
666
668
|
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
|
667
669
|
border-right: 0;
|
|
668
670
|
border-left: 1px solid #d9d9d9;
|
|
671
|
+
border-radius: 2px 0 0 2px;
|
|
669
672
|
}
|
|
670
673
|
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
|
|
671
674
|
.ant-input-group-rtl.ant-input-group-addon:last-child {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
max-width: 250px;
|
|
23
23
|
visibility: visible;
|
|
24
24
|
}
|
|
25
|
+
.ant-tooltip-content {
|
|
26
|
+
position: relative;
|
|
27
|
+
}
|
|
25
28
|
.ant-tooltip-hidden {
|
|
26
29
|
display: none;
|
|
27
30
|
}
|
|
@@ -59,6 +62,7 @@
|
|
|
59
62
|
}
|
|
60
63
|
.ant-tooltip-arrow {
|
|
61
64
|
position: absolute;
|
|
65
|
+
z-index: 2;
|
|
62
66
|
display: block;
|
|
63
67
|
width: 22px;
|
|
64
68
|
height: 22px;
|
|
@@ -67,7 +71,7 @@
|
|
|
67
71
|
pointer-events: none;
|
|
68
72
|
}
|
|
69
73
|
.ant-tooltip-arrow-content {
|
|
70
|
-
--antd-arrow-background-color: rgba(0, 0, 0, 0.75);
|
|
74
|
+
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
|
|
71
75
|
position: absolute;
|
|
72
76
|
top: 0;
|
|
73
77
|
right: 0;
|
|
@@ -77,7 +81,6 @@
|
|
|
77
81
|
width: 11.3137085px;
|
|
78
82
|
height: 11.3137085px;
|
|
79
83
|
margin: auto;
|
|
80
|
-
background-color: transparent;
|
|
81
84
|
content: '';
|
|
82
85
|
pointer-events: auto;
|
|
83
86
|
border-radius: 0 0 2px;
|
|
@@ -89,15 +92,20 @@
|
|
|
89
92
|
left: -11.3137085px;
|
|
90
93
|
width: 33.9411255px;
|
|
91
94
|
height: 33.9411255px;
|
|
92
|
-
background:
|
|
95
|
+
background: var(--antd-arrow-background-color);
|
|
96
|
+
background-repeat: no-repeat;
|
|
97
|
+
background-position: -10px -10px;
|
|
93
98
|
content: '';
|
|
94
|
-
-webkit-clip-path:
|
|
95
|
-
clip-path:
|
|
99
|
+
-webkit-clip-path: inset(33% 33%);
|
|
100
|
+
clip-path: inset(33% 33%);
|
|
101
|
+
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
102
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
96
103
|
}
|
|
97
104
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
|
98
105
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
|
99
106
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
|
100
|
-
bottom:
|
|
107
|
+
bottom: 0;
|
|
108
|
+
transform: translateY(100%);
|
|
101
109
|
}
|
|
102
110
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
|
103
111
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
|
@@ -107,7 +115,7 @@
|
|
|
107
115
|
}
|
|
108
116
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
|
109
117
|
left: 50%;
|
|
110
|
-
transform: translateX(-50%);
|
|
118
|
+
transform: translateY(100%) translateX(-50%);
|
|
111
119
|
}
|
|
112
120
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
|
113
121
|
left: 13px;
|
|
@@ -118,7 +126,8 @@
|
|
|
118
126
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
|
119
127
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
|
120
128
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
|
121
|
-
left:
|
|
129
|
+
left: 0;
|
|
130
|
+
transform: translateX(-100%);
|
|
122
131
|
}
|
|
123
132
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
|
124
133
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
|
@@ -128,7 +137,7 @@
|
|
|
128
137
|
}
|
|
129
138
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
|
130
139
|
top: 50%;
|
|
131
|
-
transform: translateY(-50%);
|
|
140
|
+
transform: translateX(-100%) translateY(-50%);
|
|
132
141
|
}
|
|
133
142
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
|
134
143
|
top: 5px;
|
|
@@ -139,7 +148,8 @@
|
|
|
139
148
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
|
140
149
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
|
141
150
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
|
142
|
-
right:
|
|
151
|
+
right: 0;
|
|
152
|
+
transform: translateX(100%);
|
|
143
153
|
}
|
|
144
154
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
|
145
155
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
|
@@ -149,7 +159,7 @@
|
|
|
149
159
|
}
|
|
150
160
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
|
151
161
|
top: 50%;
|
|
152
|
-
transform: translateY(-50%);
|
|
162
|
+
transform: translateX(100%) translateY(-50%);
|
|
153
163
|
}
|
|
154
164
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
|
155
165
|
top: 5px;
|
|
@@ -160,7 +170,8 @@
|
|
|
160
170
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
|
161
171
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
|
162
172
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
|
163
|
-
top:
|
|
173
|
+
top: 0;
|
|
174
|
+
transform: translateY(-100%);
|
|
164
175
|
}
|
|
165
176
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
|
166
177
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
|
@@ -170,7 +181,7 @@
|
|
|
170
181
|
}
|
|
171
182
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
|
172
183
|
left: 50%;
|
|
173
|
-
transform: translateX(-50%);
|
|
184
|
+
transform: translateY(-100%) translateX(-50%);
|
|
174
185
|
}
|
|
175
186
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
|
176
187
|
left: 13px;
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
border: 1px solid #d9d9d9;
|
|
17
17
|
border-radius: 2px;
|
|
18
18
|
transition: all 0.3s;
|
|
19
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
20
19
|
display: inline-flex;
|
|
21
20
|
}
|
|
22
21
|
.ant-input-affix-wrapper::-moz-placeholder {
|
|
23
|
-
|
|
22
|
+
color: #bfbfbf;
|
|
23
|
+
-moz-user-select: none;
|
|
24
|
+
user-select: none;
|
|
24
25
|
}
|
|
25
26
|
.ant-input-affix-wrapper:-ms-input-placeholder {
|
|
26
27
|
color: #bfbfbf;
|
|
@@ -298,10 +299,11 @@ textarea.ant-input-affix-wrapper {
|
|
|
298
299
|
border: 1px solid #d9d9d9;
|
|
299
300
|
border-radius: 2px;
|
|
300
301
|
transition: all 0.3s;
|
|
301
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
302
302
|
}
|
|
303
303
|
.ant-input::-moz-placeholder {
|
|
304
|
-
|
|
304
|
+
color: #bfbfbf;
|
|
305
|
+
-moz-user-select: none;
|
|
306
|
+
user-select: none;
|
|
305
307
|
}
|
|
306
308
|
.ant-input:-ms-input-placeholder {
|
|
307
309
|
color: #bfbfbf;
|
|
@@ -666,6 +668,7 @@ textarea.ant-input {
|
|
|
666
668
|
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
|
667
669
|
border-right: 0;
|
|
668
670
|
border-left: 1px solid #d9d9d9;
|
|
671
|
+
border-radius: 2px 0 0 2px;
|
|
669
672
|
}
|
|
670
673
|
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
|
|
671
674
|
.ant-input-group-rtl.ant-input-group-addon:last-child {
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -349,16 +349,12 @@ mark {
|
|
|
349
349
|
.anticon[tabindex] {
|
|
350
350
|
cursor: pointer;
|
|
351
351
|
}
|
|
352
|
+
.anticon-spin,
|
|
352
353
|
.anticon-spin::before {
|
|
353
354
|
display: inline-block;
|
|
354
355
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
355
356
|
animation: loadingCircle 1s infinite linear;
|
|
356
357
|
}
|
|
357
|
-
.anticon-spin {
|
|
358
|
-
display: inline-block;
|
|
359
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
360
|
-
animation: loadingCircle 1s infinite linear;
|
|
361
|
-
}
|
|
362
358
|
.ant-fade-enter,
|
|
363
359
|
.ant-fade-appear {
|
|
364
360
|
-webkit-animation-duration: 0.2s;
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -349,16 +349,12 @@ mark {
|
|
|
349
349
|
.anticon[tabindex] {
|
|
350
350
|
cursor: pointer;
|
|
351
351
|
}
|
|
352
|
+
.anticon-spin,
|
|
352
353
|
.anticon-spin::before {
|
|
353
354
|
display: inline-block;
|
|
354
355
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
355
356
|
animation: loadingCircle 1s infinite linear;
|
|
356
357
|
}
|
|
357
|
-
.anticon-spin {
|
|
358
|
-
display: inline-block;
|
|
359
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
360
|
-
animation: loadingCircle 1s infinite linear;
|
|
361
|
-
}
|
|
362
358
|
.ant-fade-enter,
|
|
363
359
|
.ant-fade-appear {
|
|
364
360
|
-webkit-animation-duration: 0.2s;
|
|
@@ -349,16 +349,12 @@ mark {
|
|
|
349
349
|
.anticon[tabindex] {
|
|
350
350
|
cursor: pointer;
|
|
351
351
|
}
|
|
352
|
+
.anticon-spin,
|
|
352
353
|
.anticon-spin::before {
|
|
353
354
|
display: inline-block;
|
|
354
355
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
355
356
|
animation: loadingCircle 1s infinite linear;
|
|
356
357
|
}
|
|
357
|
-
.anticon-spin {
|
|
358
|
-
display: inline-block;
|
|
359
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
360
|
-
animation: loadingCircle 1s infinite linear;
|
|
361
|
-
}
|
|
362
358
|
.ant-fade-enter,
|
|
363
359
|
.ant-fade-appear {
|
|
364
360
|
-webkit-animation-duration: 0.2s;
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -348,16 +348,12 @@ mark {
|
|
|
348
348
|
.anticon[tabindex] {
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
}
|
|
351
|
+
.anticon-spin,
|
|
351
352
|
.anticon-spin::before {
|
|
352
353
|
display: inline-block;
|
|
353
354
|
-webkit-animation: loadingCircle 1s infinite linear;
|
|
354
355
|
animation: loadingCircle 1s infinite linear;
|
|
355
356
|
}
|
|
356
|
-
.anticon-spin {
|
|
357
|
-
display: inline-block;
|
|
358
|
-
-webkit-animation: loadingCircle 1s infinite linear;
|
|
359
|
-
animation: loadingCircle 1s infinite linear;
|
|
360
|
-
}
|
|
361
357
|
.ant-fade-enter,
|
|
362
358
|
.ant-fade-appear {
|
|
363
359
|
-webkit-animation-duration: 0.2s;
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
border: 1px solid #d9d9d9;
|
|
17
17
|
border-radius: 2px;
|
|
18
18
|
transition: all 0.3s;
|
|
19
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
20
19
|
display: inline-flex;
|
|
21
20
|
}
|
|
22
21
|
.ant-input-affix-wrapper::-moz-placeholder {
|
|
23
|
-
|
|
22
|
+
color: #bfbfbf;
|
|
23
|
+
-moz-user-select: none;
|
|
24
|
+
user-select: none;
|
|
24
25
|
}
|
|
25
26
|
.ant-input-affix-wrapper:-ms-input-placeholder {
|
|
26
27
|
color: #bfbfbf;
|
|
@@ -298,10 +299,11 @@ textarea.ant-input-affix-wrapper {
|
|
|
298
299
|
border: 1px solid #d9d9d9;
|
|
299
300
|
border-radius: 2px;
|
|
300
301
|
transition: all 0.3s;
|
|
301
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
302
302
|
}
|
|
303
303
|
.ant-input::-moz-placeholder {
|
|
304
|
-
|
|
304
|
+
color: #bfbfbf;
|
|
305
|
+
-moz-user-select: none;
|
|
306
|
+
user-select: none;
|
|
305
307
|
}
|
|
306
308
|
.ant-input:-ms-input-placeholder {
|
|
307
309
|
color: #bfbfbf;
|
|
@@ -666,6 +668,7 @@ textarea.ant-input {
|
|
|
666
668
|
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
|
667
669
|
border-right: 0;
|
|
668
670
|
border-left: 1px solid #d9d9d9;
|
|
671
|
+
border-radius: 2px 0 0 2px;
|
|
669
672
|
}
|
|
670
673
|
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
|
|
671
674
|
.ant-input-group-rtl.ant-input-group-addon:last-child {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.38-alpha.0",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
36
36
|
"@types/react-resizable": "^3.0.0",
|
|
37
37
|
"a-icons": "^1.0.77",
|
|
38
|
-
"aa-utils": "^2.0.
|
|
38
|
+
"aa-utils": "^2.0.33",
|
|
39
39
|
"ahooks": "^3.0.8",
|
|
40
40
|
"bignumber.js": "^9.0.1",
|
|
41
41
|
"copy-to-clipboard": "^3.3.1",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"@types/qrcode": "^1.4.1",
|
|
64
64
|
"@types/react-highlight-words": "^0.16.3",
|
|
65
65
|
"@types/react-transition-group": "^4.4.2",
|
|
66
|
+
"antd": "^4.21.7",
|
|
66
67
|
"array-move": "^4.0.0",
|
|
67
68
|
"enzyme-adapter-react-16": "^1.15.4",
|
|
68
69
|
"jest-websocket-mock": "^2.1.0",
|
|
@@ -72,5 +73,5 @@
|
|
|
72
73
|
"node": ">=10.0.0"
|
|
73
74
|
},
|
|
74
75
|
"license": "MIT",
|
|
75
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "b27798228241cf09747cac1f42df2bba7ac75207"
|
|
76
77
|
}
|