@qn-pandora/pandora-component 5.1.0 → 5.1.2
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 +36 -36
- package/es/components/AutoComplete/index.js +2 -2
- package/es/components/AutoComplete/style.css +127 -39
- package/es/components/AutoComplete/style.less +8 -8
- package/es/components/Breadcrumb/style.css +13 -3
- package/es/components/Breadcrumb/style.less +9 -9
- package/es/components/Button/style.css +282 -176
- package/es/components/Button/style.less +51 -51
- package/es/components/Card/RowExtra/style.css +6 -0
- package/es/components/Card/RowExtra/style.less +8 -8
- package/es/components/Card/SearchInput/style.less +8 -8
- package/es/components/Card/style.css +61 -66
- package/es/components/Card/style.less +11 -11
- package/es/components/CheckTransformList/style.css +345 -121
- package/es/components/CheckTransformList/style.less +35 -35
- package/es/components/Checkbox/index.js +9 -1
- package/es/components/Checkbox/style.css +5 -0
- package/es/components/Checkbox/style.less +5 -5
- package/es/components/CheckboxList/style.css +10 -5
- package/es/components/CheckboxList/style.less +11 -11
- package/es/components/Collapse/style.css +35 -3
- package/es/components/Collapse/style.less +58 -58
- package/es/components/CollapsiblePanel/style.less +63 -63
- package/es/components/DateTimePicker/Base/index.d.ts +3 -0
- package/es/components/DateTimePicker/Base/index.js +51 -6
- package/es/components/DateTimePicker/Base/style.css +508 -112
- package/es/components/DateTimePicker/Base/style.less +167 -160
- package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/es/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/es/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/es/components/DateTimePicker/constants.d.ts +9 -3
- package/es/components/DateTimePicker/constants.js +1 -0
- package/es/components/DateTimePicker/index.js +1 -1
- package/es/components/DateTimePicker/style.css +77 -46
- package/es/components/DateTimePicker/style.less +19 -19
- package/es/components/DateTimePicker/time.d.ts +1 -0
- package/es/components/DateTimePicker/time.js +1 -0
- package/es/components/DateTimePicker/transform.js +4 -2
- package/es/components/Descriptions/style.css +77 -46
- package/es/components/Descriptions/style.less +16 -16
- package/es/components/Drawer/CloseIcon/style.less +8 -8
- package/es/components/Drawer/index.d.ts +6 -6
- package/es/components/Drawer/index.js +4 -4
- package/es/components/Drawer/style.css +244 -169
- package/es/components/Drawer/style.less +69 -61
- package/es/components/FileResumable/index.js +2 -3
- package/es/components/FileResumable/style.css +20 -50
- package/es/components/FileResumable/style.less +94 -94
- package/es/components/FlameGraph/customTooltip.d.ts +22 -0
- package/es/components/FlameGraph/customTooltip.js +91 -0
- package/es/components/FlameGraph/index.d.ts +16 -0
- package/es/components/FlameGraph/index.js +96 -0
- package/es/components/FlameGraph/style.css +8 -0
- package/es/components/FlameGraph/style.less +14 -0
- package/es/components/Input/index.d.ts +1 -1
- package/es/components/Input/style.css +231 -53
- package/es/components/Input/style.less +12 -12
- package/es/components/KeyValuePair/style.less +25 -25
- package/es/components/Menu/Option.d.ts +1 -1
- package/es/components/Menu/Option.js +12 -4
- package/es/components/Menu/style.css +31 -22
- package/es/components/Menu/style.less +18 -18
- package/es/components/Modal/style.css +11 -8
- package/es/components/Modal/style.less +30 -30
- package/es/components/NameExplainTooltip/style.css +1 -1
- package/es/components/NameExplainTooltip/style.less +10 -10
- package/es/components/NameLimiter/index.js +1 -1
- package/es/components/NameLimiter/style.css +83 -55
- package/es/components/NameLimiter/style.less +19 -19
- package/es/components/OptionList/InlineOptionList/style.css +22 -9
- package/es/components/OptionList/InlineOptionList/style.less +16 -16
- package/es/components/OptionList/OptionItem/style.css +85 -57
- package/es/components/OptionList/OptionItem/style.less +25 -25
- package/es/components/OptionList/PopoverOptionList/index.js +1 -1
- package/es/components/OptionList/PopoverOptionList/style.css +80 -49
- package/es/components/OptionList/PopoverOptionList/style.less +30 -30
- package/es/components/OptionList/style.css +187 -115
- package/es/components/OptionList/style.less +3 -3
- package/es/components/RadioGroup/style.css +51 -40
- package/es/components/RadioGroup/style.less +41 -41
- package/es/components/RangeInput/style.css +604 -87
- package/es/components/RangeInput/style.less +37 -37
- package/es/components/RemarkName/style.css +83 -55
- package/es/components/RemarkName/style.less +2 -2
- package/es/components/Selector/style.css +127 -39
- package/es/components/Selector/style.less +99 -99
- package/es/components/Spin/style.css +10 -8
- package/es/components/Spin/style.less +26 -26
- package/es/components/Steps/ControlButton/style.less +5 -5
- package/es/components/Steps/style.css +59 -21
- package/es/components/Steps/style.less +48 -48
- package/es/components/Table/ColumnSetting/index.d.ts +1 -0
- package/es/components/Table/ColumnSetting/index.js +19 -14
- package/es/components/Table/ColumnSetting/style.css +2 -5
- package/es/components/Table/ColumnSetting/style.less +50 -51
- package/es/components/Table/ColumnTag/style.css +4 -4
- package/es/components/Table/ColumnTag/style.less +40 -40
- package/es/components/Table/EmptyText.d.ts +7 -0
- package/es/components/Table/EmptyText.js +22 -0
- package/es/components/Table/ResizableTitle/style.less +25 -25
- package/es/components/Table/index.d.ts +19 -88
- package/es/components/Table/index.js +142 -326
- package/es/components/Table/style.css +146 -98
- package/es/components/Table/style.less +364 -345
- package/es/components/Table/type.d.ts +63 -0
- package/es/components/Table/type.js +5 -0
- package/es/components/Table/util.d.ts +58 -0
- package/es/components/Table/util.js +218 -0
- package/es/components/Tabs/style.css +127 -78
- package/es/components/Tabs/style.less +33 -33
- package/es/components/TagList/Tag/style.css +5 -5
- package/es/components/TagList/Tag/style.less +72 -72
- package/es/components/TagList/TagSwitch/style.css +1 -1
- package/es/components/TagList/TagSwitch/style.less +28 -28
- package/es/components/TagList/style.css +6 -6
- package/es/components/TagList/style.less +28 -28
- package/es/components/Timeline/TimelineItem/style.css +1 -1
- package/es/components/Timeline/TimelineItem/style.less +49 -49
- package/es/components/Timeline/style.less +23 -23
- package/es/components/TopologyChart/index.d.ts +7 -0
- package/es/components/TopologyChart/index.js +19 -0
- package/es/components/TopologyChart/style.css +14 -0
- package/es/components/TopologyChart/style.less +14 -0
- package/es/components/Transfer/List/style.less +19 -19
- package/es/components/Transfer/ListBody/style.less +18 -18
- package/es/components/Transfer/style.less +14 -14
- package/es/components/TreeSelector/style.css +42 -30
- package/es/components/TreeSelector/style.less +56 -56
- package/es/constants/language/datetime/en.js +4 -2
- package/es/constants/language/datetime/type.d.ts +4 -2
- package/es/constants/language/datetime/zh.js +4 -2
- package/es/index.css +9067 -7963
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/es/index.less +56 -54
- package/es/style/mixin.less +45 -45
- package/es/style/theme.less +416 -416
- package/lib/components/AutoComplete/index.js +2 -2
- package/lib/components/AutoComplete/style.css +127 -39
- package/lib/components/AutoComplete/style.less +8 -8
- package/lib/components/Breadcrumb/style.css +13 -3
- package/lib/components/Breadcrumb/style.less +9 -9
- package/lib/components/Button/style.css +282 -176
- package/lib/components/Button/style.less +51 -51
- package/lib/components/Card/RowExtra/style.css +6 -0
- package/lib/components/Card/RowExtra/style.less +8 -8
- package/lib/components/Card/SearchInput/style.less +8 -8
- package/lib/components/Card/style.css +61 -66
- package/lib/components/Card/style.less +11 -11
- package/lib/components/CheckTransformList/style.css +345 -121
- package/lib/components/CheckTransformList/style.less +35 -35
- package/lib/components/Checkbox/index.js +9 -1
- package/lib/components/Checkbox/style.css +5 -0
- package/lib/components/Checkbox/style.less +5 -5
- package/lib/components/CheckboxList/style.css +10 -5
- package/lib/components/CheckboxList/style.less +11 -11
- package/lib/components/Collapse/style.css +35 -3
- package/lib/components/Collapse/style.less +58 -58
- package/lib/components/CollapsiblePanel/style.less +63 -63
- package/lib/components/DateTimePicker/Base/index.d.ts +3 -0
- package/lib/components/DateTimePicker/Base/index.js +51 -6
- package/lib/components/DateTimePicker/Base/style.css +508 -112
- package/lib/components/DateTimePicker/Base/style.less +167 -160
- package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/lib/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/lib/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/lib/components/DateTimePicker/constants.d.ts +9 -3
- package/lib/components/DateTimePicker/constants.js +1 -0
- package/lib/components/DateTimePicker/index.js +1 -1
- package/lib/components/DateTimePicker/style.css +77 -46
- package/lib/components/DateTimePicker/style.less +19 -19
- package/lib/components/DateTimePicker/time.d.ts +1 -0
- package/lib/components/DateTimePicker/time.js +1 -0
- package/lib/components/DateTimePicker/transform.js +4 -2
- package/lib/components/Descriptions/style.css +77 -46
- package/lib/components/Descriptions/style.less +16 -16
- package/lib/components/Drawer/CloseIcon/style.less +8 -8
- package/lib/components/Drawer/index.d.ts +6 -6
- package/lib/components/Drawer/index.js +4 -4
- package/lib/components/Drawer/style.css +244 -169
- package/lib/components/Drawer/style.less +69 -61
- package/lib/components/FileResumable/index.js +2 -3
- package/lib/components/FileResumable/style.css +20 -50
- package/lib/components/FileResumable/style.less +94 -94
- package/lib/components/FlameGraph/customTooltip.d.ts +22 -0
- package/lib/components/FlameGraph/customTooltip.js +114 -0
- package/lib/components/FlameGraph/index.d.ts +16 -0
- package/lib/components/FlameGraph/index.js +117 -0
- package/lib/components/FlameGraph/style.css +8 -0
- package/lib/components/FlameGraph/style.less +14 -0
- package/lib/components/Input/index.d.ts +1 -1
- package/lib/components/Input/style.css +231 -53
- package/lib/components/Input/style.less +12 -12
- package/lib/components/KeyValuePair/style.less +25 -25
- package/lib/components/Menu/Option.d.ts +1 -1
- package/lib/components/Menu/Option.js +17 -25
- package/lib/components/Menu/style.css +31 -22
- package/lib/components/Menu/style.less +18 -18
- package/lib/components/Modal/style.css +11 -8
- package/lib/components/Modal/style.less +30 -30
- package/lib/components/NameExplainTooltip/style.css +1 -1
- package/lib/components/NameExplainTooltip/style.less +10 -10
- package/lib/components/NameLimiter/index.js +1 -1
- package/lib/components/NameLimiter/style.css +83 -55
- package/lib/components/NameLimiter/style.less +19 -19
- package/lib/components/OptionList/InlineOptionList/style.css +22 -9
- package/lib/components/OptionList/InlineOptionList/style.less +16 -16
- package/lib/components/OptionList/OptionItem/style.css +85 -57
- package/lib/components/OptionList/OptionItem/style.less +25 -25
- package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
- package/lib/components/OptionList/PopoverOptionList/style.css +80 -49
- package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
- package/lib/components/OptionList/style.css +187 -115
- package/lib/components/OptionList/style.less +3 -3
- package/lib/components/RadioGroup/style.css +51 -40
- package/lib/components/RadioGroup/style.less +41 -41
- package/lib/components/RangeInput/style.css +604 -87
- package/lib/components/RangeInput/style.less +37 -37
- package/lib/components/RemarkName/style.css +83 -55
- package/lib/components/RemarkName/style.less +2 -2
- package/lib/components/Selector/style.css +127 -39
- package/lib/components/Selector/style.less +99 -99
- package/lib/components/Spin/style.css +10 -8
- package/lib/components/Spin/style.less +26 -26
- package/lib/components/Steps/ControlButton/style.less +5 -5
- package/lib/components/Steps/style.css +59 -21
- package/lib/components/Steps/style.less +48 -48
- package/lib/components/Table/ColumnSetting/index.d.ts +1 -0
- package/lib/components/Table/ColumnSetting/index.js +19 -14
- package/lib/components/Table/ColumnSetting/style.css +2 -5
- package/lib/components/Table/ColumnSetting/style.less +50 -51
- package/lib/components/Table/ColumnTag/style.css +4 -4
- package/lib/components/Table/ColumnTag/style.less +40 -40
- package/lib/components/Table/EmptyText.d.ts +7 -0
- package/lib/components/Table/EmptyText.js +27 -0
- package/lib/components/Table/ResizableTitle/style.less +25 -25
- package/lib/components/Table/index.d.ts +19 -88
- package/lib/components/Table/index.js +145 -327
- package/lib/components/Table/style.css +146 -98
- package/lib/components/Table/style.less +364 -345
- package/lib/components/Table/type.d.ts +63 -0
- package/lib/components/Table/type.js +8 -0
- package/lib/components/Table/util.d.ts +58 -0
- package/lib/components/Table/util.js +227 -0
- package/lib/components/Tabs/style.css +127 -78
- package/lib/components/Tabs/style.less +33 -33
- package/lib/components/TagList/Tag/style.css +5 -5
- package/lib/components/TagList/Tag/style.less +72 -72
- package/lib/components/TagList/TagSwitch/style.css +1 -1
- package/lib/components/TagList/TagSwitch/style.less +28 -28
- package/lib/components/TagList/style.css +6 -6
- package/lib/components/TagList/style.less +28 -28
- package/lib/components/Timeline/TimelineItem/style.css +1 -1
- package/lib/components/Timeline/TimelineItem/style.less +49 -49
- package/lib/components/Timeline/style.less +23 -23
- package/lib/components/TopologyChart/index.d.ts +7 -0
- package/lib/components/TopologyChart/index.js +28 -0
- package/lib/components/TopologyChart/style.css +14 -0
- package/lib/components/TopologyChart/style.less +14 -0
- package/lib/components/Transfer/List/style.less +19 -19
- package/lib/components/Transfer/ListBody/style.less +18 -18
- package/lib/components/Transfer/style.less +14 -14
- package/lib/components/TreeSelector/style.css +42 -30
- package/lib/components/TreeSelector/style.less +56 -56
- package/lib/constants/language/datetime/en.js +4 -2
- package/lib/constants/language/datetime/type.d.ts +4 -2
- package/lib/constants/language/datetime/zh.js +4 -2
- package/lib/index.css +4782 -3678
- package/lib/index.d.ts +2 -0
- package/lib/index.js +8 -1
- package/lib/index.less +56 -54
- package/lib/style/mixin.less +45 -45
- package/lib/style/theme.less +416 -416
- package/package.json +10 -6
@@ -39,6 +39,9 @@
|
|
39
39
|
display: -webkit-box;
|
40
40
|
display: -ms-flexbox;
|
41
41
|
display: flex;
|
42
|
+
-webkit-box-align: center;
|
43
|
+
-ms-flex-align: center;
|
44
|
+
align-items: center;
|
42
45
|
margin: 16px 0;
|
43
46
|
color: #333;
|
44
47
|
font-weight: 500;
|
@@ -51,7 +54,6 @@
|
|
51
54
|
.ant-divider-horizontal.ant-divider-with-text::before,
|
52
55
|
.ant-divider-horizontal.ant-divider-with-text::after {
|
53
56
|
position: relative;
|
54
|
-
top: 50%;
|
55
57
|
width: 50%;
|
56
58
|
border-top: 1px solid transparent;
|
57
59
|
border-top-color: inherit;
|
@@ -61,19 +63,15 @@
|
|
61
63
|
content: '';
|
62
64
|
}
|
63
65
|
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
64
|
-
top: 50%;
|
65
66
|
width: 5%;
|
66
67
|
}
|
67
68
|
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
68
|
-
top: 50%;
|
69
69
|
width: 95%;
|
70
70
|
}
|
71
71
|
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
72
|
-
top: 50%;
|
73
72
|
width: 95%;
|
74
73
|
}
|
75
74
|
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
76
|
-
top: 50%;
|
77
75
|
width: 5%;
|
78
76
|
}
|
79
77
|
.ant-divider-inner-text {
|
@@ -86,9 +84,6 @@
|
|
86
84
|
border-style: dashed;
|
87
85
|
border-width: 1px 0 0;
|
88
86
|
}
|
89
|
-
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
|
90
|
-
border-top: 0;
|
91
|
-
}
|
92
87
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
93
88
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
94
89
|
border-style: dashed none none;
|
@@ -101,6 +96,24 @@
|
|
101
96
|
font-weight: normal;
|
102
97
|
font-size: 14px;
|
103
98
|
}
|
99
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
100
|
+
width: 0;
|
101
|
+
}
|
102
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
103
|
+
width: 100%;
|
104
|
+
}
|
105
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
106
|
+
padding-left: 0;
|
107
|
+
}
|
108
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
109
|
+
width: 100%;
|
110
|
+
}
|
111
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
112
|
+
width: 0;
|
113
|
+
}
|
114
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
115
|
+
padding-right: 0;
|
116
|
+
}
|
104
117
|
.ant-divider-rtl {
|
105
118
|
direction: rtl;
|
106
119
|
}
|
@@ -162,7 +175,7 @@
|
|
162
175
|
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
163
176
|
.ant-checkbox:hover .ant-checkbox-inner,
|
164
177
|
.ant-checkbox-input:focus + .ant-checkbox-inner {
|
165
|
-
border-color: #
|
178
|
+
border-color: #436bff;
|
166
179
|
}
|
167
180
|
.ant-checkbox-checked::after {
|
168
181
|
position: absolute;
|
@@ -170,7 +183,7 @@
|
|
170
183
|
left: 0;
|
171
184
|
width: 100%;
|
172
185
|
height: 100%;
|
173
|
-
border: 1px solid #
|
186
|
+
border: 1px solid #436bff;
|
174
187
|
border-radius: 2px;
|
175
188
|
visibility: hidden;
|
176
189
|
-webkit-animation: antCheckboxEffect 0.36s ease-in-out;
|
@@ -241,8 +254,8 @@
|
|
241
254
|
content: ' ';
|
242
255
|
}
|
243
256
|
.ant-checkbox-checked .ant-checkbox-inner {
|
244
|
-
background-color: #
|
245
|
-
border-color: #
|
257
|
+
background-color: #436bff;
|
258
|
+
border-color: #436bff;
|
246
259
|
}
|
247
260
|
.ant-checkbox-disabled {
|
248
261
|
cursor: not-allowed;
|
@@ -254,6 +267,7 @@
|
|
254
267
|
}
|
255
268
|
.ant-checkbox-disabled .ant-checkbox-input {
|
256
269
|
cursor: not-allowed;
|
270
|
+
pointer-events: none;
|
257
271
|
}
|
258
272
|
.ant-checkbox-disabled .ant-checkbox-inner {
|
259
273
|
background-color: #f5f5f5;
|
@@ -306,6 +320,10 @@
|
|
306
320
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
307
321
|
margin-left: 8px;
|
308
322
|
}
|
323
|
+
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
324
|
+
width: 14px;
|
325
|
+
height: 14px;
|
326
|
+
}
|
309
327
|
.ant-checkbox + span {
|
310
328
|
padding-right: 8px;
|
311
329
|
padding-left: 8px;
|
@@ -342,7 +360,7 @@
|
|
342
360
|
left: 50%;
|
343
361
|
width: 8px;
|
344
362
|
height: 8px;
|
345
|
-
background-color: #
|
363
|
+
background-color: #436bff;
|
346
364
|
border: 0;
|
347
365
|
-webkit-transform: translate(-50%, -50%) scale(1);
|
348
366
|
transform: translate(-50%, -50%) scale(1);
|
@@ -381,19 +399,20 @@
|
|
381
399
|
border-radius: 2px;
|
382
400
|
-webkit-transition: all 0.3s;
|
383
401
|
transition: all 0.3s;
|
384
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
385
402
|
display: -webkit-inline-box;
|
386
403
|
display: -ms-inline-flexbox;
|
387
404
|
display: inline-flex;
|
388
405
|
}
|
389
|
-
.ant-input-affix-wrapper::-moz-placeholder {
|
390
|
-
opacity: 1;
|
391
|
-
}
|
392
406
|
.ant-input-affix-wrapper::-webkit-input-placeholder {
|
393
407
|
color: #bfbfbf;
|
394
408
|
-webkit-user-select: none;
|
395
409
|
user-select: none;
|
396
410
|
}
|
411
|
+
.ant-input-affix-wrapper::-moz-placeholder {
|
412
|
+
color: #bfbfbf;
|
413
|
+
-moz-user-select: none;
|
414
|
+
user-select: none;
|
415
|
+
}
|
397
416
|
.ant-input-affix-wrapper::-ms-input-placeholder {
|
398
417
|
color: #bfbfbf;
|
399
418
|
-ms-user-select: none;
|
@@ -410,8 +429,8 @@
|
|
410
429
|
text-overflow: ellipsis;
|
411
430
|
}
|
412
431
|
.ant-input-affix-wrapper:hover {
|
413
|
-
border-color: #
|
414
|
-
border-right-width: 1px
|
432
|
+
border-color: #436bff;
|
433
|
+
border-right-width: 1px;
|
415
434
|
}
|
416
435
|
.ant-input-rtl .ant-input-affix-wrapper:hover {
|
417
436
|
border-right-width: 0;
|
@@ -419,10 +438,10 @@
|
|
419
438
|
}
|
420
439
|
.ant-input-affix-wrapper:focus,
|
421
440
|
.ant-input-affix-wrapper-focused {
|
422
|
-
border-color: #
|
423
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
424
|
-
box-shadow: 0 0 0 2px rgba(
|
425
|
-
border-right-width: 1px
|
441
|
+
border-color: #6b90ff;
|
442
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
443
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
444
|
+
border-right-width: 1px;
|
426
445
|
outline: 0;
|
427
446
|
}
|
428
447
|
.ant-input-rtl .ant-input-affix-wrapper:focus,
|
@@ -441,7 +460,7 @@
|
|
441
460
|
}
|
442
461
|
.ant-input-affix-wrapper-disabled:hover {
|
443
462
|
border-color: #bfbfbf;
|
444
|
-
border-right-width: 1px
|
463
|
+
border-right-width: 1px;
|
445
464
|
}
|
446
465
|
.ant-input-affix-wrapper[disabled] {
|
447
466
|
color: rgba(0, 0, 0, 0.25);
|
@@ -454,7 +473,7 @@
|
|
454
473
|
}
|
455
474
|
.ant-input-affix-wrapper[disabled]:hover {
|
456
475
|
border-color: #bfbfbf;
|
457
|
-
border-right-width: 1px
|
476
|
+
border-right-width: 1px;
|
458
477
|
}
|
459
478
|
.ant-input-affix-wrapper-borderless,
|
460
479
|
.ant-input-affix-wrapper-borderless:hover,
|
@@ -487,8 +506,8 @@ textarea.ant-input-affix-wrapper {
|
|
487
506
|
direction: rtl;
|
488
507
|
}
|
489
508
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
490
|
-
border-color: #
|
491
|
-
border-right-width: 1px
|
509
|
+
border-color: #436bff;
|
510
|
+
border-right-width: 1px;
|
492
511
|
z-index: 1;
|
493
512
|
}
|
494
513
|
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
@@ -503,18 +522,22 @@ textarea.ant-input-affix-wrapper {
|
|
503
522
|
z-index: 1;
|
504
523
|
}
|
505
524
|
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
|
506
|
-
background:
|
525
|
+
background: rgba(255, 255, 255, 0);
|
507
526
|
}
|
508
|
-
.ant-input-affix-wrapper >
|
509
|
-
|
527
|
+
.ant-input-affix-wrapper > .ant-input {
|
528
|
+
font-size: inherit;
|
510
529
|
border: none;
|
511
530
|
outline: none;
|
512
531
|
}
|
513
|
-
.ant-input-affix-wrapper >
|
532
|
+
.ant-input-affix-wrapper > .ant-input:focus {
|
514
533
|
-webkit-box-shadow: none !important;
|
515
534
|
box-shadow: none !important;
|
516
535
|
}
|
536
|
+
.ant-input-affix-wrapper > .ant-input:not(textarea) {
|
537
|
+
padding: 0;
|
538
|
+
}
|
517
539
|
.ant-input-affix-wrapper::before {
|
540
|
+
display: inline-block;
|
518
541
|
width: 0;
|
519
542
|
visibility: hidden;
|
520
543
|
content: '\a0';
|
@@ -531,13 +554,24 @@ textarea.ant-input-affix-wrapper {
|
|
531
554
|
-ms-flex-align: center;
|
532
555
|
align-items: center;
|
533
556
|
}
|
557
|
+
.ant-input-prefix > *:not(:last-child),
|
558
|
+
.ant-input-suffix > *:not(:last-child) {
|
559
|
+
margin-right: 8px;
|
560
|
+
}
|
561
|
+
.ant-input-show-count-suffix {
|
562
|
+
color: rgba(0, 0, 0, 0.45);
|
563
|
+
}
|
564
|
+
.ant-input-show-count-has-suffix {
|
565
|
+
margin-right: 2px;
|
566
|
+
}
|
534
567
|
.ant-input-prefix {
|
535
568
|
margin-right: 4px;
|
536
569
|
}
|
537
570
|
.ant-input-suffix {
|
538
571
|
margin-left: 4px;
|
539
572
|
}
|
540
|
-
.anticon.ant-input-clear-icon
|
573
|
+
.anticon.ant-input-clear-icon,
|
574
|
+
.ant-input-clear-icon {
|
541
575
|
margin: 0;
|
542
576
|
color: rgba(0, 0, 0, 0.25);
|
543
577
|
font-size: 12px;
|
@@ -546,28 +580,109 @@ textarea.ant-input-affix-wrapper {
|
|
546
580
|
-webkit-transition: color 0.3s;
|
547
581
|
transition: color 0.3s;
|
548
582
|
}
|
549
|
-
.anticon.ant-input-clear-icon:hover
|
583
|
+
.anticon.ant-input-clear-icon:hover,
|
584
|
+
.ant-input-clear-icon:hover {
|
550
585
|
color: rgba(0, 0, 0, 0.45);
|
551
586
|
}
|
552
|
-
.anticon.ant-input-clear-icon:active
|
587
|
+
.anticon.ant-input-clear-icon:active,
|
588
|
+
.ant-input-clear-icon:active {
|
553
589
|
color: rgba(0, 0, 0, 0.65);
|
554
590
|
}
|
555
|
-
.anticon.ant-input-clear-icon-hidden
|
591
|
+
.anticon.ant-input-clear-icon-hidden,
|
592
|
+
.ant-input-clear-icon-hidden {
|
556
593
|
visibility: hidden;
|
557
594
|
}
|
558
|
-
.anticon.ant-input-clear-icon-has-suffix
|
595
|
+
.anticon.ant-input-clear-icon-has-suffix,
|
596
|
+
.ant-input-clear-icon-has-suffix {
|
559
597
|
margin: 0 4px;
|
560
598
|
}
|
561
|
-
.ant-input-affix-wrapper-textarea-with-clear-btn {
|
562
|
-
padding: 0
|
563
|
-
border: 0 !important;
|
599
|
+
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
|
600
|
+
padding: 0;
|
564
601
|
}
|
565
|
-
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
|
602
|
+
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
|
566
603
|
position: absolute;
|
567
604
|
top: 8px;
|
568
605
|
right: 8px;
|
569
606
|
z-index: 1;
|
570
607
|
}
|
608
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
609
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
610
|
+
background: transparent;
|
611
|
+
border-color: #f5222d;
|
612
|
+
}
|
613
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
614
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
615
|
+
border-color: #ff4d4f;
|
616
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
617
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
618
|
+
border-right-width: 1px;
|
619
|
+
outline: 0;
|
620
|
+
}
|
621
|
+
.ant-input-status-error .ant-input-prefix {
|
622
|
+
color: #f5222d;
|
623
|
+
}
|
624
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
625
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
626
|
+
background: transparent;
|
627
|
+
border-color: #f0a818;
|
628
|
+
}
|
629
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
630
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
631
|
+
border-color: #fcc442;
|
632
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
633
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
634
|
+
border-right-width: 1px;
|
635
|
+
outline: 0;
|
636
|
+
}
|
637
|
+
.ant-input-status-warning .ant-input-prefix {
|
638
|
+
color: #f0a818;
|
639
|
+
}
|
640
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
641
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
642
|
+
background: transparent;
|
643
|
+
border-color: #f5222d;
|
644
|
+
}
|
645
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
646
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
647
|
+
border-color: #ff4d4f;
|
648
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
649
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
650
|
+
border-right-width: 1px;
|
651
|
+
outline: 0;
|
652
|
+
}
|
653
|
+
.ant-input-affix-wrapper-status-error .ant-input-prefix {
|
654
|
+
color: #f5222d;
|
655
|
+
}
|
656
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
657
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
658
|
+
background: transparent;
|
659
|
+
border-color: #f0a818;
|
660
|
+
}
|
661
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
662
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
663
|
+
border-color: #fcc442;
|
664
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
665
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
666
|
+
border-right-width: 1px;
|
667
|
+
outline: 0;
|
668
|
+
}
|
669
|
+
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
|
670
|
+
color: #f0a818;
|
671
|
+
}
|
672
|
+
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
|
673
|
+
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
|
674
|
+
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
|
675
|
+
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
|
676
|
+
padding-right: 24px;
|
677
|
+
}
|
678
|
+
.ant-input-group-wrapper-status-error .ant-input-group-addon {
|
679
|
+
color: #f5222d;
|
680
|
+
border-color: #f5222d;
|
681
|
+
}
|
682
|
+
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
|
683
|
+
color: #f0a818;
|
684
|
+
border-color: #f0a818;
|
685
|
+
}
|
571
686
|
.ant-input {
|
572
687
|
-webkit-box-sizing: border-box;
|
573
688
|
box-sizing: border-box;
|
@@ -592,16 +707,17 @@ textarea.ant-input-affix-wrapper {
|
|
592
707
|
border-radius: 2px;
|
593
708
|
-webkit-transition: all 0.3s;
|
594
709
|
transition: all 0.3s;
|
595
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
596
|
-
}
|
597
|
-
.ant-input::-moz-placeholder {
|
598
|
-
opacity: 1;
|
599
710
|
}
|
600
711
|
.ant-input::-webkit-input-placeholder {
|
601
712
|
color: #bfbfbf;
|
602
713
|
-webkit-user-select: none;
|
603
714
|
user-select: none;
|
604
715
|
}
|
716
|
+
.ant-input::-moz-placeholder {
|
717
|
+
color: #bfbfbf;
|
718
|
+
-moz-user-select: none;
|
719
|
+
user-select: none;
|
720
|
+
}
|
605
721
|
.ant-input::-ms-input-placeholder {
|
606
722
|
color: #bfbfbf;
|
607
723
|
-ms-user-select: none;
|
@@ -618,8 +734,8 @@ textarea.ant-input-affix-wrapper {
|
|
618
734
|
text-overflow: ellipsis;
|
619
735
|
}
|
620
736
|
.ant-input:hover {
|
621
|
-
border-color: #
|
622
|
-
border-right-width: 1px
|
737
|
+
border-color: #436bff;
|
738
|
+
border-right-width: 1px;
|
623
739
|
}
|
624
740
|
.ant-input-rtl .ant-input:hover {
|
625
741
|
border-right-width: 0;
|
@@ -627,10 +743,10 @@ textarea.ant-input-affix-wrapper {
|
|
627
743
|
}
|
628
744
|
.ant-input:focus,
|
629
745
|
.ant-input-focused {
|
630
|
-
border-color: #
|
631
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
632
|
-
box-shadow: 0 0 0 2px rgba(
|
633
|
-
border-right-width: 1px
|
746
|
+
border-color: #6b90ff;
|
747
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
748
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
749
|
+
border-right-width: 1px;
|
634
750
|
outline: 0;
|
635
751
|
}
|
636
752
|
.ant-input-rtl .ant-input:focus,
|
@@ -649,7 +765,7 @@ textarea.ant-input-affix-wrapper {
|
|
649
765
|
}
|
650
766
|
.ant-input-disabled:hover {
|
651
767
|
border-color: #bfbfbf;
|
652
|
-
border-right-width: 1px
|
768
|
+
border-right-width: 1px;
|
653
769
|
}
|
654
770
|
.ant-input[disabled] {
|
655
771
|
color: rgba(0, 0, 0, 0.25);
|
@@ -662,7 +778,7 @@ textarea.ant-input-affix-wrapper {
|
|
662
778
|
}
|
663
779
|
.ant-input[disabled]:hover {
|
664
780
|
border-color: #bfbfbf;
|
665
|
-
border-right-width: 1px
|
781
|
+
border-right-width: 1px;
|
666
782
|
}
|
667
783
|
.ant-input-borderless,
|
668
784
|
.ant-input-borderless:hover,
|
@@ -783,7 +899,7 @@ textarea.ant-input {
|
|
783
899
|
}
|
784
900
|
.ant-input-group-addon .ant-select-open .ant-select-selector,
|
785
901
|
.ant-input-group-addon .ant-select-focused .ant-select-selector {
|
786
|
-
color: #
|
902
|
+
color: #436bff;
|
787
903
|
}
|
788
904
|
.ant-input-group-addon .ant-cascader-picker {
|
789
905
|
margin: -9px -12px;
|
@@ -890,11 +1006,8 @@ textarea.ant-input {
|
|
890
1006
|
vertical-align: top;
|
891
1007
|
border-radius: 0;
|
892
1008
|
}
|
893
|
-
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper
|
894
|
-
|
895
|
-
display: -ms-inline-flexbox;
|
896
|
-
display: inline-flex;
|
897
|
-
}
|
1009
|
+
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
|
1010
|
+
.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
|
898
1011
|
.ant-input-group.ant-input-group-compact > .ant-picker-range {
|
899
1012
|
display: -webkit-inline-box;
|
900
1013
|
display: -ms-inline-flexbox;
|
@@ -973,6 +1086,7 @@ textarea.ant-input {
|
|
973
1086
|
.ant-input-group-rtl .ant-input-group-addon:last-child {
|
974
1087
|
border-right: 0;
|
975
1088
|
border-left: 1px solid #bfbfbf;
|
1089
|
+
border-radius: 2px 0 0 2px;
|
976
1090
|
}
|
977
1091
|
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
|
978
1092
|
.ant-input-group-rtl.ant-input-group-addon:last-child {
|
@@ -1016,13 +1130,13 @@ textarea.ant-input {
|
|
1016
1130
|
text-align: start;
|
1017
1131
|
vertical-align: top;
|
1018
1132
|
}
|
1019
|
-
.ant-input-password-icon {
|
1133
|
+
.ant-input-password-icon.anticon {
|
1020
1134
|
color: rgba(0, 0, 0, 0.45);
|
1021
1135
|
cursor: pointer;
|
1022
1136
|
-webkit-transition: all 0.3s;
|
1023
1137
|
transition: all 0.3s;
|
1024
1138
|
}
|
1025
|
-
.ant-input-password-icon:hover {
|
1139
|
+
.ant-input-password-icon.anticon:hover {
|
1026
1140
|
color: rgba(0, 0, 0, 0.85);
|
1027
1141
|
}
|
1028
1142
|
.ant-input[type='color'] {
|
@@ -1036,6 +1150,9 @@ textarea.ant-input {
|
|
1036
1150
|
padding-top: 3px;
|
1037
1151
|
padding-bottom: 3px;
|
1038
1152
|
}
|
1153
|
+
.ant-input-textarea-show-count > .ant-input {
|
1154
|
+
height: 100%;
|
1155
|
+
}
|
1039
1156
|
.ant-input-textarea-show-count::after {
|
1040
1157
|
float: right;
|
1041
1158
|
color: rgba(0, 0, 0, 0.45);
|
@@ -1043,13 +1160,63 @@ textarea.ant-input {
|
|
1043
1160
|
content: attr(data-count);
|
1044
1161
|
pointer-events: none;
|
1045
1162
|
}
|
1163
|
+
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
|
1164
|
+
margin-bottom: -22px;
|
1165
|
+
}
|
1166
|
+
.ant-input-textarea-suffix {
|
1167
|
+
position: absolute;
|
1168
|
+
top: 0;
|
1169
|
+
right: 11px;
|
1170
|
+
bottom: 0;
|
1171
|
+
z-index: 1;
|
1172
|
+
display: -webkit-inline-box;
|
1173
|
+
display: -ms-inline-flexbox;
|
1174
|
+
display: inline-flex;
|
1175
|
+
-webkit-box-align: center;
|
1176
|
+
-ms-flex-align: center;
|
1177
|
+
align-items: center;
|
1178
|
+
margin: auto;
|
1179
|
+
}
|
1180
|
+
.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
1181
|
+
margin-right: -1px;
|
1182
|
+
}
|
1183
|
+
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
|
1184
|
+
margin-left: -1px;
|
1185
|
+
}
|
1186
|
+
.ant-input-compact-item:hover,
|
1187
|
+
.ant-input-compact-item:focus,
|
1188
|
+
.ant-input-compact-item:active {
|
1189
|
+
z-index: 2;
|
1190
|
+
}
|
1191
|
+
.ant-input-compact-item[disabled] {
|
1192
|
+
z-index: 0;
|
1193
|
+
}
|
1194
|
+
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
|
1195
|
+
border-radius: 0;
|
1196
|
+
}
|
1197
|
+
.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
|
1198
|
+
border-top-right-radius: 0;
|
1199
|
+
border-bottom-right-radius: 0;
|
1200
|
+
}
|
1201
|
+
.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
|
1202
|
+
border-top-left-radius: 0;
|
1203
|
+
border-bottom-left-radius: 0;
|
1204
|
+
}
|
1205
|
+
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
|
1206
|
+
border-top-left-radius: 0;
|
1207
|
+
border-bottom-left-radius: 0;
|
1208
|
+
}
|
1209
|
+
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
|
1210
|
+
border-top-right-radius: 0;
|
1211
|
+
border-bottom-right-radius: 0;
|
1212
|
+
}
|
1046
1213
|
.ant-input-search .ant-input:hover,
|
1047
1214
|
.ant-input-search .ant-input:focus {
|
1048
|
-
border-color: #
|
1215
|
+
border-color: #436bff;
|
1049
1216
|
}
|
1050
1217
|
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
1051
1218
|
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
1052
|
-
border-left-color: #
|
1219
|
+
border-left-color: #436bff;
|
1053
1220
|
}
|
1054
1221
|
.ant-input-search .ant-input-affix-wrapper {
|
1055
1222
|
border-radius: 0;
|
@@ -1089,6 +1256,32 @@ textarea.ant-input {
|
|
1089
1256
|
.ant-input-search-small .ant-input-search-button {
|
1090
1257
|
height: 26px;
|
1091
1258
|
}
|
1259
|
+
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
|
1260
|
+
margin-right: -1px;
|
1261
|
+
border-radius: 0;
|
1262
|
+
}
|
1263
|
+
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
|
1264
|
+
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
|
1265
|
+
border-radius: 0;
|
1266
|
+
}
|
1267
|
+
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
|
1268
|
+
.ant-input-search.ant-input-compact-item > .ant-input:hover,
|
1269
|
+
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
|
1270
|
+
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
|
1271
|
+
.ant-input-search.ant-input-compact-item > .ant-input:focus,
|
1272
|
+
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
|
1273
|
+
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
|
1274
|
+
.ant-input-search.ant-input-compact-item > .ant-input:active,
|
1275
|
+
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
|
1276
|
+
z-index: 2;
|
1277
|
+
}
|
1278
|
+
.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
|
1279
|
+
z-index: 2;
|
1280
|
+
}
|
1281
|
+
.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
|
1282
|
+
margin-left: -1px;
|
1283
|
+
border-radius: 0;
|
1284
|
+
}
|
1092
1285
|
.ant-input-group-wrapper-rtl {
|
1093
1286
|
direction: rtl;
|
1094
1287
|
}
|
@@ -1124,18 +1317,21 @@ textarea.ant-input {
|
|
1124
1317
|
}
|
1125
1318
|
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
1126
1319
|
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
1127
|
-
border-right-color: #2c6dd2;
|
1128
1320
|
border-left-color: #e5e5e5;
|
1129
1321
|
}
|
1322
|
+
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
|
1323
|
+
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
|
1324
|
+
border-left-color: #436bff;
|
1325
|
+
}
|
1130
1326
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
|
1131
1327
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
|
1132
|
-
border-right-color: #
|
1328
|
+
border-right-color: #436bff;
|
1133
1329
|
}
|
1134
|
-
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
|
1330
|
+
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
|
1135
1331
|
right: -1px;
|
1136
1332
|
left: auto;
|
1137
1333
|
}
|
1138
|
-
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
|
1334
|
+
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
|
1139
1335
|
border-radius: 2px 0 0 2px;
|
1140
1336
|
}
|
1141
1337
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
@@ -1170,31 +1366,35 @@ textarea.ant-input {
|
|
1170
1366
|
width: -webkit-max-content;
|
1171
1367
|
width: -moz-max-content;
|
1172
1368
|
width: max-content;
|
1369
|
+
width: intrinsic;
|
1173
1370
|
max-width: 250px;
|
1174
1371
|
visibility: visible;
|
1175
1372
|
}
|
1373
|
+
.ant-tooltip-content {
|
1374
|
+
position: relative;
|
1375
|
+
}
|
1176
1376
|
.ant-tooltip-hidden {
|
1177
1377
|
display: none;
|
1178
1378
|
}
|
1179
1379
|
.ant-tooltip-placement-top,
|
1180
1380
|
.ant-tooltip-placement-topLeft,
|
1181
1381
|
.ant-tooltip-placement-topRight {
|
1182
|
-
padding-bottom:
|
1382
|
+
padding-bottom: 14.3137085px;
|
1183
1383
|
}
|
1184
1384
|
.ant-tooltip-placement-right,
|
1185
1385
|
.ant-tooltip-placement-rightTop,
|
1186
1386
|
.ant-tooltip-placement-rightBottom {
|
1187
|
-
padding-left:
|
1387
|
+
padding-left: 14.3137085px;
|
1188
1388
|
}
|
1189
1389
|
.ant-tooltip-placement-bottom,
|
1190
1390
|
.ant-tooltip-placement-bottomLeft,
|
1191
1391
|
.ant-tooltip-placement-bottomRight {
|
1192
|
-
padding-top:
|
1392
|
+
padding-top: 14.3137085px;
|
1193
1393
|
}
|
1194
1394
|
.ant-tooltip-placement-left,
|
1195
1395
|
.ant-tooltip-placement-leftTop,
|
1196
1396
|
.ant-tooltip-placement-leftBottom {
|
1197
|
-
padding-right:
|
1397
|
+
padding-right: 14.3137085px;
|
1198
1398
|
}
|
1199
1399
|
.ant-tooltip-inner {
|
1200
1400
|
min-width: 30px;
|
@@ -1211,44 +1411,62 @@ textarea.ant-input {
|
|
1211
1411
|
}
|
1212
1412
|
.ant-tooltip-arrow {
|
1213
1413
|
position: absolute;
|
1414
|
+
z-index: 2;
|
1214
1415
|
display: block;
|
1215
|
-
width:
|
1216
|
-
height:
|
1416
|
+
width: 22px;
|
1417
|
+
height: 22px;
|
1217
1418
|
overflow: hidden;
|
1218
1419
|
background: transparent;
|
1219
1420
|
pointer-events: none;
|
1220
1421
|
}
|
1221
1422
|
.ant-tooltip-arrow-content {
|
1423
|
+
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(35, 44, 59, 0.7), rgba(35, 44, 59, 0.8));
|
1222
1424
|
position: absolute;
|
1223
1425
|
top: 0;
|
1224
1426
|
right: 0;
|
1225
1427
|
bottom: 0;
|
1226
1428
|
left: 0;
|
1227
1429
|
display: block;
|
1228
|
-
width:
|
1229
|
-
height:
|
1430
|
+
width: 11.3137085px;
|
1431
|
+
height: 11.3137085px;
|
1230
1432
|
margin: auto;
|
1231
|
-
background-color: rgba(35, 44, 59, 0.8);
|
1232
1433
|
content: '';
|
1233
1434
|
pointer-events: auto;
|
1435
|
+
border-radius: 0 0 2px;
|
1436
|
+
pointer-events: none;
|
1437
|
+
}
|
1438
|
+
.ant-tooltip-arrow-content::before {
|
1439
|
+
position: absolute;
|
1440
|
+
top: -11.3137085px;
|
1441
|
+
left: -11.3137085px;
|
1442
|
+
width: 33.9411255px;
|
1443
|
+
height: 33.9411255px;
|
1444
|
+
background: var(--antd-arrow-background-color);
|
1445
|
+
background-repeat: no-repeat;
|
1446
|
+
background-position: -10px -10px;
|
1447
|
+
content: '';
|
1448
|
+
clip-path: inset(33% 33%);
|
1449
|
+
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');
|
1234
1450
|
}
|
1235
1451
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
1236
1452
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
1237
1453
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
1238
|
-
bottom:
|
1454
|
+
bottom: 0;
|
1455
|
+
-webkit-transform: translateY(100%);
|
1456
|
+
transform: translateY(100%);
|
1239
1457
|
}
|
1240
1458
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
1241
1459
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
1242
1460
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
1243
1461
|
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
1244
1462
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
1245
|
-
-webkit-transform: translateY(-
|
1246
|
-
transform: translateY(-
|
1463
|
+
-webkit-transform: translateY(-11px) rotate(45deg);
|
1464
|
+
transform: translateY(-11px) rotate(45deg);
|
1247
1465
|
}
|
1248
1466
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
1249
1467
|
left: 50%;
|
1250
|
-
-webkit-transform: translateX(-50%);
|
1251
|
-
transform: translateX(-50%);
|
1468
|
+
-webkit-transform: translateY(100%) translateX(-50%);
|
1469
|
+
transform: translateY(100%) translateX(-50%);
|
1252
1470
|
}
|
1253
1471
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
1254
1472
|
left: 13px;
|
@@ -1259,20 +1477,22 @@ textarea.ant-input {
|
|
1259
1477
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
1260
1478
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
1261
1479
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
1262
|
-
left:
|
1480
|
+
left: 0;
|
1481
|
+
-webkit-transform: translateX(-100%);
|
1482
|
+
transform: translateX(-100%);
|
1263
1483
|
}
|
1264
1484
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
1265
1485
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
1266
1486
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
1267
1487
|
-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
1268
1488
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
1269
|
-
-webkit-transform: translateX(
|
1270
|
-
transform: translateX(
|
1489
|
+
-webkit-transform: translateX(11px) rotate(135deg);
|
1490
|
+
transform: translateX(11px) rotate(135deg);
|
1271
1491
|
}
|
1272
1492
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
1273
1493
|
top: 50%;
|
1274
|
-
-webkit-transform: translateY(-50%);
|
1275
|
-
transform: translateY(-50%);
|
1494
|
+
-webkit-transform: translateX(-100%) translateY(-50%);
|
1495
|
+
transform: translateX(-100%) translateY(-50%);
|
1276
1496
|
}
|
1277
1497
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
1278
1498
|
top: 5px;
|
@@ -1283,20 +1503,22 @@ textarea.ant-input {
|
|
1283
1503
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
1284
1504
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
1285
1505
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
1286
|
-
right:
|
1506
|
+
right: 0;
|
1507
|
+
-webkit-transform: translateX(100%);
|
1508
|
+
transform: translateX(100%);
|
1287
1509
|
}
|
1288
1510
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
1289
1511
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
1290
1512
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
1291
1513
|
-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
1292
1514
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
1293
|
-
-webkit-transform: translateX(-
|
1294
|
-
transform: translateX(-
|
1515
|
+
-webkit-transform: translateX(-11px) rotate(315deg);
|
1516
|
+
transform: translateX(-11px) rotate(315deg);
|
1295
1517
|
}
|
1296
1518
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
1297
1519
|
top: 50%;
|
1298
|
-
-webkit-transform: translateY(-50%);
|
1299
|
-
transform: translateY(-50%);
|
1520
|
+
-webkit-transform: translateX(100%) translateY(-50%);
|
1521
|
+
transform: translateX(100%) translateY(-50%);
|
1300
1522
|
}
|
1301
1523
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
1302
1524
|
top: 5px;
|
@@ -1307,20 +1529,22 @@ textarea.ant-input {
|
|
1307
1529
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
1308
1530
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
1309
1531
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
1310
|
-
top:
|
1532
|
+
top: 0;
|
1533
|
+
-webkit-transform: translateY(-100%);
|
1534
|
+
transform: translateY(-100%);
|
1311
1535
|
}
|
1312
1536
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
1313
1537
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
1314
1538
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
1315
1539
|
-webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
1316
1540
|
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
1317
|
-
-webkit-transform: translateY(
|
1318
|
-
transform: translateY(
|
1541
|
+
-webkit-transform: translateY(11px) rotate(225deg);
|
1542
|
+
transform: translateY(11px) rotate(225deg);
|
1319
1543
|
}
|
1320
1544
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
1321
1545
|
left: 50%;
|
1322
|
-
-webkit-transform: translateX(-50%);
|
1323
|
-
transform: translateX(-50%);
|
1546
|
+
-webkit-transform: translateY(-100%) translateX(-50%);
|
1547
|
+
transform: translateY(-100%) translateX(-50%);
|
1324
1548
|
}
|
1325
1549
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
1326
1550
|
left: 13px;
|
@@ -1331,80 +1555,80 @@ textarea.ant-input {
|
|
1331
1555
|
.ant-tooltip-pink .ant-tooltip-inner {
|
1332
1556
|
background-color: #eb2f96;
|
1333
1557
|
}
|
1334
|
-
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
1335
|
-
background
|
1558
|
+
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
|
1559
|
+
background: #eb2f96;
|
1336
1560
|
}
|
1337
1561
|
.ant-tooltip-magenta .ant-tooltip-inner {
|
1338
1562
|
background-color: #eb2f96;
|
1339
1563
|
}
|
1340
|
-
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
1341
|
-
background
|
1564
|
+
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
|
1565
|
+
background: #eb2f96;
|
1342
1566
|
}
|
1343
1567
|
.ant-tooltip-red .ant-tooltip-inner {
|
1344
1568
|
background-color: #f5222d;
|
1345
1569
|
}
|
1346
|
-
.ant-tooltip-red .ant-tooltip-arrow-content {
|
1347
|
-
background
|
1570
|
+
.ant-tooltip-red .ant-tooltip-arrow-content::before {
|
1571
|
+
background: #f5222d;
|
1348
1572
|
}
|
1349
1573
|
.ant-tooltip-volcano .ant-tooltip-inner {
|
1350
1574
|
background-color: #fa541c;
|
1351
1575
|
}
|
1352
|
-
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
1353
|
-
background
|
1576
|
+
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
|
1577
|
+
background: #fa541c;
|
1354
1578
|
}
|
1355
1579
|
.ant-tooltip-orange .ant-tooltip-inner {
|
1356
1580
|
background-color: #fa8c16;
|
1357
1581
|
}
|
1358
|
-
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
1359
|
-
background
|
1582
|
+
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
|
1583
|
+
background: #fa8c16;
|
1360
1584
|
}
|
1361
1585
|
.ant-tooltip-yellow .ant-tooltip-inner {
|
1362
1586
|
background-color: #fadb14;
|
1363
1587
|
}
|
1364
|
-
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
1365
|
-
background
|
1588
|
+
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
|
1589
|
+
background: #fadb14;
|
1366
1590
|
}
|
1367
1591
|
.ant-tooltip-gold .ant-tooltip-inner {
|
1368
1592
|
background-color: #faad14;
|
1369
1593
|
}
|
1370
|
-
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
1371
|
-
background
|
1594
|
+
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
|
1595
|
+
background: #faad14;
|
1372
1596
|
}
|
1373
1597
|
.ant-tooltip-cyan .ant-tooltip-inner {
|
1374
1598
|
background-color: #13c2c2;
|
1375
1599
|
}
|
1376
|
-
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
1377
|
-
background
|
1600
|
+
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
|
1601
|
+
background: #13c2c2;
|
1378
1602
|
}
|
1379
1603
|
.ant-tooltip-lime .ant-tooltip-inner {
|
1380
1604
|
background-color: #a0d911;
|
1381
1605
|
}
|
1382
|
-
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
1383
|
-
background
|
1606
|
+
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
|
1607
|
+
background: #a0d911;
|
1384
1608
|
}
|
1385
1609
|
.ant-tooltip-green .ant-tooltip-inner {
|
1386
1610
|
background-color: #52c41a;
|
1387
1611
|
}
|
1388
|
-
.ant-tooltip-green .ant-tooltip-arrow-content {
|
1389
|
-
background
|
1612
|
+
.ant-tooltip-green .ant-tooltip-arrow-content::before {
|
1613
|
+
background: #52c41a;
|
1390
1614
|
}
|
1391
1615
|
.ant-tooltip-blue .ant-tooltip-inner {
|
1392
1616
|
background-color: #1890ff;
|
1393
1617
|
}
|
1394
|
-
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
1395
|
-
background
|
1618
|
+
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
|
1619
|
+
background: #1890ff;
|
1396
1620
|
}
|
1397
1621
|
.ant-tooltip-geekblue .ant-tooltip-inner {
|
1398
1622
|
background-color: #2f54eb;
|
1399
1623
|
}
|
1400
|
-
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
1401
|
-
background
|
1624
|
+
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
|
1625
|
+
background: #2f54eb;
|
1402
1626
|
}
|
1403
1627
|
.ant-tooltip-purple .ant-tooltip-inner {
|
1404
1628
|
background-color: #722ed1;
|
1405
1629
|
}
|
1406
|
-
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
1407
|
-
background
|
1630
|
+
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
|
1631
|
+
background: #722ed1;
|
1408
1632
|
}
|
1409
1633
|
.ant-tooltip-rtl {
|
1410
1634
|
direction: rtl;
|