@qn-pandora/pandora-component 5.0.2 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/es/components/AutoComplete/index.js +2 -2
  2. package/es/components/AutoComplete/style.css +110 -22
  3. package/es/components/Breadcrumb/style.css +13 -3
  4. package/es/components/Button/style.css +215 -109
  5. package/es/components/Card/RowExtra/style.css +6 -0
  6. package/es/components/Card/style.css +50 -55
  7. package/es/components/CheckTransformList/style.css +327 -103
  8. package/es/components/Checkbox/style.css +5 -0
  9. package/es/components/CheckboxList/style.css +5 -0
  10. package/es/components/Collapse/style.css +34 -2
  11. package/es/components/DateTimePicker/Base/style.css +446 -56
  12. package/es/components/DateTimePicker/DisplayInput/style.css +218 -40
  13. package/es/components/DateTimePicker/index.js +1 -1
  14. package/es/components/DateTimePicker/style.css +77 -46
  15. package/es/components/Descriptions/style.css +77 -46
  16. package/es/components/Drawer/index.d.ts +6 -6
  17. package/es/components/Drawer/index.js +4 -4
  18. package/es/components/Drawer/style.css +244 -169
  19. package/es/components/Drawer/style.less +8 -0
  20. package/es/components/FileResumable/style.css +12 -42
  21. package/es/components/Input/index.d.ts +1 -1
  22. package/es/components/Input/style.css +218 -40
  23. package/es/components/Menu/style.css +16 -7
  24. package/es/components/Modal/style.css +10 -7
  25. package/es/components/NameLimiter/index.js +1 -1
  26. package/es/components/NameLimiter/style.css +83 -55
  27. package/es/components/OptionList/InlineOptionList/style.css +21 -8
  28. package/es/components/OptionList/OptionItem/style.css +83 -55
  29. package/es/components/OptionList/PopoverOptionList/index.js +1 -1
  30. package/es/components/OptionList/PopoverOptionList/style.css +77 -46
  31. package/es/components/OptionList/style.css +181 -109
  32. package/es/components/RadioGroup/style.css +27 -16
  33. package/es/components/RangeInput/style.css +581 -64
  34. package/es/components/RemarkName/style.css +83 -55
  35. package/es/components/Selector/style.css +110 -22
  36. package/es/components/Spin/style.css +8 -6
  37. package/es/components/Steps/style.css +43 -5
  38. package/es/components/Table/ColumnSetting/style.css +2 -5
  39. package/es/components/Table/ColumnSetting/style.less +2 -3
  40. package/es/components/Table/index.d.ts +12 -9
  41. package/es/components/Table/index.js +73 -84
  42. package/es/components/Table/style.css +99 -61
  43. package/es/components/Tabs/style.css +117 -68
  44. package/es/components/TopologyChart/index.d.ts +7 -0
  45. package/es/components/TopologyChart/index.js +19 -0
  46. package/es/components/TopologyChart/style.css +14 -0
  47. package/es/components/TopologyChart/style.less +14 -0
  48. package/es/components/TreeSelector/style.css +21 -9
  49. package/es/index.css +4134 -3054
  50. package/es/index.d.ts +1 -0
  51. package/es/index.js +1 -0
  52. package/es/index.less +16 -15
  53. package/lib/components/AutoComplete/index.js +2 -2
  54. package/lib/components/AutoComplete/style.css +110 -22
  55. package/lib/components/Breadcrumb/style.css +13 -3
  56. package/lib/components/Button/style.css +215 -109
  57. package/lib/components/Card/RowExtra/style.css +6 -0
  58. package/lib/components/Card/style.css +50 -55
  59. package/lib/components/CheckTransformList/style.css +327 -103
  60. package/lib/components/Checkbox/style.css +5 -0
  61. package/lib/components/CheckboxList/style.css +5 -0
  62. package/lib/components/Collapse/style.css +34 -2
  63. package/lib/components/DateTimePicker/Base/style.css +446 -56
  64. package/lib/components/DateTimePicker/DisplayInput/style.css +218 -40
  65. package/lib/components/DateTimePicker/index.js +1 -1
  66. package/lib/components/DateTimePicker/style.css +77 -46
  67. package/lib/components/Descriptions/style.css +77 -46
  68. package/lib/components/Drawer/index.d.ts +6 -6
  69. package/lib/components/Drawer/index.js +4 -4
  70. package/lib/components/Drawer/style.css +244 -169
  71. package/lib/components/Drawer/style.less +8 -0
  72. package/lib/components/FileResumable/style.css +12 -42
  73. package/lib/components/Input/index.d.ts +1 -1
  74. package/lib/components/Input/style.css +218 -40
  75. package/lib/components/Menu/style.css +16 -7
  76. package/lib/components/Modal/style.css +10 -7
  77. package/lib/components/NameLimiter/index.js +1 -1
  78. package/lib/components/NameLimiter/style.css +83 -55
  79. package/lib/components/OptionList/InlineOptionList/style.css +21 -8
  80. package/lib/components/OptionList/OptionItem/style.css +83 -55
  81. package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
  82. package/lib/components/OptionList/PopoverOptionList/style.css +77 -46
  83. package/lib/components/OptionList/style.css +181 -109
  84. package/lib/components/RadioGroup/style.css +27 -16
  85. package/lib/components/RangeInput/style.css +581 -64
  86. package/lib/components/RemarkName/style.css +83 -55
  87. package/lib/components/Selector/style.css +110 -22
  88. package/lib/components/Spin/style.css +8 -6
  89. package/lib/components/Steps/style.css +43 -5
  90. package/lib/components/Table/ColumnSetting/style.css +2 -5
  91. package/lib/components/Table/ColumnSetting/style.less +2 -3
  92. package/lib/components/Table/index.d.ts +12 -9
  93. package/lib/components/Table/index.js +73 -84
  94. package/lib/components/Table/style.css +99 -61
  95. package/lib/components/Tabs/style.css +117 -68
  96. package/lib/components/TopologyChart/index.d.ts +7 -0
  97. package/lib/components/TopologyChart/index.js +28 -0
  98. package/lib/components/TopologyChart/style.css +14 -0
  99. package/lib/components/TopologyChart/style.less +14 -0
  100. package/lib/components/TreeSelector/style.css +21 -9
  101. package/lib/index.css +10899 -9819
  102. package/lib/index.d.ts +1 -0
  103. package/lib/index.js +6 -1
  104. package/lib/index.less +23 -22
  105. package/package.json +7 -6
@@ -2,6 +2,253 @@
2
2
  /* stylelint-disable no-duplicate-selectors */
3
3
  /* stylelint-disable */
4
4
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
+ .ant-input-number-affix-wrapper {
6
+ display: inline-block;
7
+ width: 100%;
8
+ min-width: 0;
9
+ padding: 4px 11px;
10
+ color: #333333;
11
+ font-size: 14px;
12
+ line-height: 1.5715;
13
+ background-color: transparent;
14
+ background-image: none;
15
+ border: 1px solid #bfbfbf;
16
+ border-radius: 2px;
17
+ -webkit-transition: all 0.3s;
18
+ transition: all 0.3s;
19
+ position: relative;
20
+ display: -webkit-inline-box;
21
+ display: -ms-inline-flexbox;
22
+ display: inline-flex;
23
+ width: 90px;
24
+ padding: 0;
25
+ -webkit-padding-start: 11px;
26
+ padding-inline-start: 11px;
27
+ }
28
+ .ant-input-number-affix-wrapper::-webkit-input-placeholder {
29
+ color: #bfbfbf;
30
+ -webkit-user-select: none;
31
+ user-select: none;
32
+ }
33
+ .ant-input-number-affix-wrapper::-moz-placeholder {
34
+ color: #bfbfbf;
35
+ -moz-user-select: none;
36
+ user-select: none;
37
+ }
38
+ .ant-input-number-affix-wrapper::-ms-input-placeholder {
39
+ color: #bfbfbf;
40
+ -ms-user-select: none;
41
+ user-select: none;
42
+ }
43
+ .ant-input-number-affix-wrapper::placeholder {
44
+ color: #bfbfbf;
45
+ -webkit-user-select: none;
46
+ -moz-user-select: none;
47
+ -ms-user-select: none;
48
+ user-select: none;
49
+ }
50
+ .ant-input-number-affix-wrapper:placeholder-shown {
51
+ text-overflow: ellipsis;
52
+ }
53
+ .ant-input-number-affix-wrapper:hover {
54
+ border-color: #2c6dd2;
55
+ border-right-width: 1px;
56
+ }
57
+ .ant-input-number-affix-wrapper:focus,
58
+ .ant-input-number-affix-wrapper-focused {
59
+ border-color: #9ca0a6;
60
+ -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
61
+ box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
62
+ border-right-width: 1px;
63
+ outline: 0;
64
+ }
65
+ .ant-input-number-affix-wrapper-disabled {
66
+ color: rgba(0, 0, 0, 0.25);
67
+ background-color: #f5f5f5;
68
+ border-color: #bfbfbf;
69
+ -webkit-box-shadow: none;
70
+ box-shadow: none;
71
+ cursor: not-allowed;
72
+ opacity: 1;
73
+ }
74
+ .ant-input-number-affix-wrapper-disabled:hover {
75
+ border-color: #bfbfbf;
76
+ border-right-width: 1px;
77
+ }
78
+ .ant-input-number-affix-wrapper[disabled] {
79
+ color: rgba(0, 0, 0, 0.25);
80
+ background-color: #f5f5f5;
81
+ border-color: #bfbfbf;
82
+ -webkit-box-shadow: none;
83
+ box-shadow: none;
84
+ cursor: not-allowed;
85
+ opacity: 1;
86
+ }
87
+ .ant-input-number-affix-wrapper[disabled]:hover {
88
+ border-color: #bfbfbf;
89
+ border-right-width: 1px;
90
+ }
91
+ .ant-input-number-affix-wrapper-borderless,
92
+ .ant-input-number-affix-wrapper-borderless:hover,
93
+ .ant-input-number-affix-wrapper-borderless:focus,
94
+ .ant-input-number-affix-wrapper-borderless-focused,
95
+ .ant-input-number-affix-wrapper-borderless-disabled,
96
+ .ant-input-number-affix-wrapper-borderless[disabled] {
97
+ background-color: transparent;
98
+ border: none;
99
+ -webkit-box-shadow: none;
100
+ box-shadow: none;
101
+ }
102
+ textarea.ant-input-number-affix-wrapper {
103
+ max-width: 100%;
104
+ height: auto;
105
+ min-height: 32px;
106
+ line-height: 1.5715;
107
+ vertical-align: bottom;
108
+ -webkit-transition: all 0.3s, height 0s;
109
+ transition: all 0.3s, height 0s;
110
+ }
111
+ .ant-input-number-affix-wrapper-lg {
112
+ padding: 6.5px 11px;
113
+ font-size: 16px;
114
+ }
115
+ .ant-input-number-affix-wrapper-sm {
116
+ padding: 1px 7px;
117
+ }
118
+ .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
119
+ border-color: #2c6dd2;
120
+ border-right-width: 1px;
121
+ z-index: 1;
122
+ }
123
+ .ant-input-number-affix-wrapper-focused,
124
+ .ant-input-number-affix-wrapper:focus {
125
+ z-index: 1;
126
+ }
127
+ .ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
128
+ background: transparent;
129
+ }
130
+ .ant-input-number-affix-wrapper > div.ant-input-number {
131
+ width: 100%;
132
+ border: none;
133
+ outline: none;
134
+ }
135
+ .ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
136
+ -webkit-box-shadow: none !important;
137
+ box-shadow: none !important;
138
+ }
139
+ .ant-input-number-affix-wrapper input.ant-input-number-input {
140
+ padding: 0;
141
+ }
142
+ .ant-input-number-affix-wrapper::before {
143
+ display: inline-block;
144
+ width: 0;
145
+ visibility: hidden;
146
+ content: '\a0';
147
+ }
148
+ .ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
149
+ z-index: 2;
150
+ }
151
+ .ant-input-number-prefix,
152
+ .ant-input-number-suffix {
153
+ display: -webkit-box;
154
+ display: -ms-flexbox;
155
+ display: flex;
156
+ -webkit-box-flex: 0;
157
+ -ms-flex: none;
158
+ flex: none;
159
+ -webkit-box-align: center;
160
+ -ms-flex-align: center;
161
+ align-items: center;
162
+ pointer-events: none;
163
+ }
164
+ .ant-input-number-prefix {
165
+ -webkit-margin-end: 4px;
166
+ margin-inline-end: 4px;
167
+ }
168
+ .ant-input-number-suffix {
169
+ position: absolute;
170
+ top: 0;
171
+ right: 0;
172
+ z-index: 1;
173
+ height: 100%;
174
+ margin-right: 11px;
175
+ margin-left: 4px;
176
+ }
177
+ .ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
178
+ width: 100%;
179
+ }
180
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
181
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
182
+ background: transparent;
183
+ border-color: #f5222d;
184
+ }
185
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
186
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
187
+ border-color: #ff4d4f;
188
+ -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
189
+ box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
190
+ border-right-width: 1px;
191
+ outline: 0;
192
+ }
193
+ .ant-input-number-status-error .ant-input-number-prefix {
194
+ color: #f5222d;
195
+ }
196
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
197
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
198
+ background: transparent;
199
+ border-color: #f0a818;
200
+ }
201
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
202
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
203
+ border-color: #fcc442;
204
+ -webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
205
+ box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
206
+ border-right-width: 1px;
207
+ outline: 0;
208
+ }
209
+ .ant-input-number-status-warning .ant-input-number-prefix {
210
+ color: #f0a818;
211
+ }
212
+ .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
213
+ .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
214
+ background: transparent;
215
+ border-color: #f5222d;
216
+ }
217
+ .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
218
+ .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
219
+ border-color: #ff4d4f;
220
+ -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
221
+ box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
222
+ border-right-width: 1px;
223
+ outline: 0;
224
+ }
225
+ .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
226
+ color: #f5222d;
227
+ }
228
+ .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
229
+ .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
230
+ background: transparent;
231
+ border-color: #f0a818;
232
+ }
233
+ .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
234
+ .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
235
+ border-color: #fcc442;
236
+ -webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
237
+ box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
238
+ border-right-width: 1px;
239
+ outline: 0;
240
+ }
241
+ .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
242
+ color: #f0a818;
243
+ }
244
+ .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
245
+ color: #f5222d;
246
+ border-color: #f5222d;
247
+ }
248
+ .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
249
+ color: #f0a818;
250
+ border-color: #f0a818;
251
+ }
5
252
  .ant-input-number {
6
253
  -webkit-box-sizing: border-box;
7
254
  box-sizing: border-box;
@@ -19,25 +266,25 @@
19
266
  line-height: 1.5715;
20
267
  background-color: transparent;
21
268
  background-image: none;
22
- border: 1px solid #bfbfbf;
23
269
  -webkit-transition: all 0.3s;
24
270
  transition: all 0.3s;
25
- /* stylelint-disable-next-line selector-no-vendor-prefix */
26
271
  display: inline-block;
27
272
  width: 90px;
28
273
  margin: 0;
29
274
  padding: 0;
30
- border: 1px solid #e5e5e5;
275
+ border: 1px solid #bfbfbf;
31
276
  border-radius: 2px;
32
277
  }
33
- .ant-input-number::-moz-placeholder {
34
- opacity: 1;
35
- }
36
278
  .ant-input-number::-webkit-input-placeholder {
37
279
  color: #bfbfbf;
38
280
  -webkit-user-select: none;
39
281
  user-select: none;
40
282
  }
283
+ .ant-input-number::-moz-placeholder {
284
+ color: #bfbfbf;
285
+ -moz-user-select: none;
286
+ user-select: none;
287
+ }
41
288
  .ant-input-number::-ms-input-placeholder {
42
289
  color: #bfbfbf;
43
290
  -ms-user-select: none;
@@ -55,14 +302,14 @@
55
302
  }
56
303
  .ant-input-number:hover {
57
304
  border-color: #2c6dd2;
58
- border-right-width: 1px !important;
305
+ border-right-width: 1px;
59
306
  }
60
307
  .ant-input-number:focus,
61
308
  .ant-input-number-focused {
62
309
  border-color: #9ca0a6;
63
310
  -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
64
311
  box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
65
- border-right-width: 1px !important;
312
+ border-right-width: 1px;
66
313
  outline: 0;
67
314
  }
68
315
  .ant-input-number-disabled {
@@ -76,7 +323,7 @@
76
323
  }
77
324
  .ant-input-number-disabled:hover {
78
325
  border-color: #bfbfbf;
79
- border-right-width: 1px !important;
326
+ border-right-width: 1px;
80
327
  }
81
328
  .ant-input-number[disabled] {
82
329
  color: rgba(0, 0, 0, 0.25);
@@ -89,7 +336,7 @@
89
336
  }
90
337
  .ant-input-number[disabled]:hover {
91
338
  border-color: #bfbfbf;
92
- border-right-width: 1px !important;
339
+ border-right-width: 1px;
93
340
  }
94
341
  .ant-input-number-borderless,
95
342
  .ant-input-number-borderless:hover,
@@ -314,11 +561,8 @@ textarea.ant-input-number {
314
561
  vertical-align: top;
315
562
  border-radius: 0;
316
563
  }
317
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
318
- display: -webkit-inline-box;
319
- display: -ms-inline-flexbox;
320
- display: inline-flex;
321
- }
564
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
565
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
322
566
  .ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
323
567
  display: -webkit-inline-box;
324
568
  display: -ms-inline-flexbox;
@@ -386,6 +630,22 @@ textarea.ant-input-number {
386
630
  .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
387
631
  border-radius: 2px 0 0 2px;
388
632
  }
633
+ .ant-input-number-group > .ant-input-number-rtl:first-child {
634
+ border-radius: 0 2px 2px 0;
635
+ }
636
+ .ant-input-number-group > .ant-input-number-rtl:last-child {
637
+ border-radius: 2px 0 0 2px;
638
+ }
639
+ .ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
640
+ border-right: 1px solid #bfbfbf;
641
+ border-left: 0;
642
+ border-radius: 0 2px 2px 0;
643
+ }
644
+ .ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
645
+ border-right: 0;
646
+ border-left: 1px solid #bfbfbf;
647
+ border-radius: 2px 0 0 2px;
648
+ }
389
649
  .ant-input-number-group-wrapper {
390
650
  display: inline-block;
391
651
  text-align: start;
@@ -414,14 +674,19 @@ textarea.ant-input-number {
414
674
  }
415
675
  .ant-input-number-handler-up-inner,
416
676
  .ant-input-number-handler-down-inner {
417
- display: inline-block;
677
+ display: -webkit-inline-box;
678
+ display: -ms-inline-flexbox;
679
+ display: inline-flex;
680
+ -webkit-box-align: center;
681
+ -ms-flex-align: center;
682
+ align-items: center;
418
683
  color: #bfbfbf;
419
684
  font-style: normal;
420
685
  line-height: 0;
421
686
  text-align: center;
422
687
  text-transform: none;
423
688
  vertical-align: -0.125em;
424
- text-rendering: optimizeLegibility;
689
+ text-rendering: optimizelegibility;
425
690
  -webkit-font-smoothing: antialiased;
426
691
  -moz-osx-font-smoothing: grayscale;
427
692
  position: absolute;
@@ -457,7 +722,7 @@ textarea.ant-input-number {
457
722
  }
458
723
  .ant-input-number:hover {
459
724
  border-color: #2c6dd2;
460
- border-right-width: 1px !important;
725
+ border-right-width: 1px;
461
726
  }
462
727
  .ant-input-number:hover + .ant-form-item-children-icon {
463
728
  opacity: 0;
@@ -468,7 +733,7 @@ textarea.ant-input-number {
468
733
  border-color: #9ca0a6;
469
734
  -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
470
735
  box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
471
- border-right-width: 1px !important;
736
+ border-right-width: 1px;
472
737
  outline: 0;
473
738
  }
474
739
  .ant-input-number-disabled {
@@ -482,7 +747,7 @@ textarea.ant-input-number {
482
747
  }
483
748
  .ant-input-number-disabled:hover {
484
749
  border-color: #bfbfbf;
485
- border-right-width: 1px !important;
750
+ border-right-width: 1px;
486
751
  }
487
752
  .ant-input-number-disabled .ant-input-number-input {
488
753
  cursor: not-allowed;
@@ -507,16 +772,17 @@ textarea.ant-input-number {
507
772
  -webkit-appearance: textfield !important;
508
773
  -moz-appearance: textfield !important;
509
774
  appearance: textfield !important;
510
- /* stylelint-disable-next-line selector-no-vendor-prefix */
511
- }
512
- .ant-input-number-input::-moz-placeholder {
513
- opacity: 1;
514
775
  }
515
776
  .ant-input-number-input::-webkit-input-placeholder {
516
777
  color: #bfbfbf;
517
778
  -webkit-user-select: none;
518
779
  user-select: none;
519
780
  }
781
+ .ant-input-number-input::-moz-placeholder {
782
+ color: #bfbfbf;
783
+ -moz-user-select: none;
784
+ user-select: none;
785
+ }
520
786
  .ant-input-number-input::-ms-input-placeholder {
521
787
  color: #bfbfbf;
522
788
  -ms-user-select: none;
@@ -620,6 +886,10 @@ textarea.ant-input-number {
620
886
  .ant-input-number-borderless .ant-input-number-handler-down {
621
887
  border-top-width: 0;
622
888
  }
889
+ .ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
890
+ .ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
891
+ border-top: 1px solid #e5e5e5;
892
+ }
623
893
  .ant-input-number-handler-up-disabled,
624
894
  .ant-input-number-handler-down-disabled {
625
895
  cursor: not-allowed;
@@ -635,6 +905,42 @@ textarea.ant-input-number {
635
905
  .ant-input-number-out-of-range input {
636
906
  color: #f5222d;
637
907
  }
908
+ .ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
909
+ margin-right: -1px;
910
+ }
911
+ .ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
912
+ margin-left: -1px;
913
+ }
914
+ .ant-input-number-compact-item:hover,
915
+ .ant-input-number-compact-item:focus,
916
+ .ant-input-number-compact-item:active {
917
+ z-index: 2;
918
+ }
919
+ .ant-input-number-compact-item.ant-input-number-focused {
920
+ z-index: 2;
921
+ }
922
+ .ant-input-number-compact-item[disabled] {
923
+ z-index: 0;
924
+ }
925
+ .ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
926
+ border-radius: 0;
927
+ }
928
+ .ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
929
+ border-top-right-radius: 0;
930
+ border-bottom-right-radius: 0;
931
+ }
932
+ .ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl) {
933
+ border-top-left-radius: 0;
934
+ border-bottom-left-radius: 0;
935
+ }
936
+ .ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item) {
937
+ border-top-left-radius: 0;
938
+ border-bottom-left-radius: 0;
939
+ }
940
+ .ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item) {
941
+ border-top-right-radius: 0;
942
+ border-bottom-right-radius: 0;
943
+ }
638
944
  .ant-input-number-rtl {
639
945
  direction: rtl;
640
946
  }
@@ -659,6 +965,38 @@ textarea.ant-input-number {
659
965
  direction: ltr;
660
966
  text-align: right;
661
967
  }
968
+ .ant-picker-status-error.ant-picker,
969
+ .ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
970
+ background-color: transparent;
971
+ border-color: #f5222d;
972
+ }
973
+ .ant-picker-status-error.ant-picker-focused,
974
+ .ant-picker-status-error.ant-picker:focus {
975
+ border-color: #ff4d4f;
976
+ -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
977
+ box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
978
+ border-right-width: 1px;
979
+ outline: 0;
980
+ }
981
+ .ant-picker-status-error.ant-picker .ant-picker-active-bar {
982
+ background: #ff4d4f;
983
+ }
984
+ .ant-picker-status-warning.ant-picker,
985
+ .ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
986
+ background-color: transparent;
987
+ border-color: #f0a818;
988
+ }
989
+ .ant-picker-status-warning.ant-picker-focused,
990
+ .ant-picker-status-warning.ant-picker:focus {
991
+ border-color: #fcc442;
992
+ -webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
993
+ box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
994
+ border-right-width: 1px;
995
+ outline: 0;
996
+ }
997
+ .ant-picker-status-warning.ant-picker .ant-picker-active-bar {
998
+ background: #fcc442;
999
+ }
662
1000
  .ant-picker {
663
1001
  -webkit-box-sizing: border-box;
664
1002
  box-sizing: border-box;
@@ -690,13 +1028,13 @@ textarea.ant-input-number {
690
1028
  .ant-picker:hover,
691
1029
  .ant-picker-focused {
692
1030
  border-color: #2c6dd2;
693
- border-right-width: 1px !important;
1031
+ border-right-width: 1px;
694
1032
  }
695
1033
  .ant-picker-focused {
696
1034
  border-color: #9ca0a6;
697
1035
  -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
698
1036
  box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
699
- border-right-width: 1px !important;
1037
+ border-right-width: 1px;
700
1038
  outline: 0;
701
1039
  }
702
1040
  .ant-picker.ant-picker-disabled {
@@ -738,7 +1076,6 @@ textarea.ant-input-number {
738
1076
  border-radius: 2px;
739
1077
  -webkit-transition: all 0.3s;
740
1078
  transition: all 0.3s;
741
- /* stylelint-disable-next-line selector-no-vendor-prefix */
742
1079
  -webkit-box-flex: 1;
743
1080
  -ms-flex: auto;
744
1081
  flex: auto;
@@ -748,14 +1085,16 @@ textarea.ant-input-number {
748
1085
  background: transparent;
749
1086
  border: 0;
750
1087
  }
751
- .ant-picker-input > input::-moz-placeholder {
752
- opacity: 1;
753
- }
754
1088
  .ant-picker-input > input::-webkit-input-placeholder {
755
1089
  color: #bfbfbf;
756
1090
  -webkit-user-select: none;
757
1091
  user-select: none;
758
1092
  }
1093
+ .ant-picker-input > input::-moz-placeholder {
1094
+ color: #bfbfbf;
1095
+ -moz-user-select: none;
1096
+ user-select: none;
1097
+ }
759
1098
  .ant-picker-input > input::-ms-input-placeholder {
760
1099
  color: #bfbfbf;
761
1100
  -ms-user-select: none;
@@ -773,14 +1112,14 @@ textarea.ant-input-number {
773
1112
  }
774
1113
  .ant-picker-input > input:hover {
775
1114
  border-color: #2c6dd2;
776
- border-right-width: 1px !important;
1115
+ border-right-width: 1px;
777
1116
  }
778
1117
  .ant-picker-input > input:focus,
779
1118
  .ant-picker-input > input-focused {
780
1119
  border-color: #9ca0a6;
781
1120
  -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
782
1121
  box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
783
- border-right-width: 1px !important;
1122
+ border-right-width: 1px;
784
1123
  outline: 0;
785
1124
  }
786
1125
  .ant-picker-input > input-disabled {
@@ -794,7 +1133,7 @@ textarea.ant-input-number {
794
1133
  }
795
1134
  .ant-picker-input > input-disabled:hover {
796
1135
  border-color: #bfbfbf;
797
- border-right-width: 1px !important;
1136
+ border-right-width: 1px;
798
1137
  }
799
1138
  .ant-picker-input > input[disabled] {
800
1139
  color: rgba(0, 0, 0, 0.25);
@@ -807,7 +1146,7 @@ textarea.ant-input-number {
807
1146
  }
808
1147
  .ant-picker-input > input[disabled]:hover {
809
1148
  border-color: #bfbfbf;
810
- border-right-width: 1px !important;
1149
+ border-right-width: 1px;
811
1150
  }
812
1151
  .ant-picker-input > input-borderless,
813
1152
  .ant-picker-input > input-borderless:hover,
@@ -859,6 +1198,12 @@ textarea.ant-picker-input > input {
859
1198
  padding: 1px 7px 1px;
860
1199
  }
861
1200
  .ant-picker-suffix {
1201
+ display: -webkit-box;
1202
+ display: -ms-flexbox;
1203
+ display: flex;
1204
+ -webkit-box-flex: 0;
1205
+ -ms-flex: none;
1206
+ flex: none;
862
1207
  -ms-flex-item-align: center;
863
1208
  align-self: center;
864
1209
  margin-left: 4px;
@@ -869,6 +1214,9 @@ textarea.ant-picker-input > input {
869
1214
  .ant-picker-suffix > * {
870
1215
  vertical-align: top;
871
1216
  }
1217
+ .ant-picker-suffix > *:not(:last-child) {
1218
+ margin-right: 8px;
1219
+ }
872
1220
  .ant-picker-clear {
873
1221
  position: absolute;
874
1222
  top: 50%;
@@ -956,22 +1304,24 @@ textarea.ant-picker-input > input {
956
1304
  -webkit-font-feature-settings: 'tnum';
957
1305
  font-feature-settings: 'tnum';
958
1306
  position: absolute;
1307
+ top: -9999px;
1308
+ left: -9999px;
959
1309
  z-index: 1050;
960
1310
  }
961
1311
  .ant-picker-dropdown-hidden {
962
1312
  display: none;
963
1313
  }
964
1314
  .ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
965
- top: 1.66666667px;
1315
+ top: 2.58561808px;
966
1316
  display: block;
967
- -webkit-transform: rotate(-45deg);
968
- transform: rotate(-45deg);
1317
+ -webkit-transform: rotate(-135deg) translateY(1px);
1318
+ transform: rotate(-135deg) translateY(1px);
969
1319
  }
970
1320
  .ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
971
- bottom: 1.66666667px;
1321
+ bottom: 2.58561808px;
972
1322
  display: block;
973
- -webkit-transform: rotate(135deg);
974
- transform: rotate(135deg);
1323
+ -webkit-transform: rotate(45deg);
1324
+ transform: rotate(45deg);
975
1325
  }
976
1326
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
977
1327
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
@@ -998,7 +1348,7 @@ textarea.ant-picker-input > input {
998
1348
  animation-name: antSlideUpOut;
999
1349
  }
1000
1350
  .ant-picker-dropdown-range {
1001
- padding: 6.66666667px 0;
1351
+ padding: 7.54247233px 0;
1002
1352
  }
1003
1353
  .ant-picker-dropdown-range-hidden {
1004
1354
  display: none;
@@ -1035,24 +1385,28 @@ textarea.ant-picker-input > input {
1035
1385
  .ant-picker-range-arrow {
1036
1386
  position: absolute;
1037
1387
  z-index: 1;
1038
- display: none;
1039
- width: 10px;
1040
- height: 10px;
1388
+ width: 11.3137085px;
1389
+ height: 11.3137085px;
1041
1390
  margin-left: 16.5px;
1042
- -webkit-box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
1043
- box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
1391
+ -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
1392
+ box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
1044
1393
  -webkit-transition: left 0.3s ease-out;
1045
1394
  transition: left 0.3s ease-out;
1395
+ border-radius: 0 0 2px;
1396
+ pointer-events: none;
1046
1397
  }
1047
- .ant-picker-range-arrow::after {
1398
+ .ant-picker-range-arrow::before {
1048
1399
  position: absolute;
1049
- top: 1px;
1050
- right: 1px;
1051
- width: 10px;
1052
- height: 10px;
1053
- border: 5px solid #e5e5e5;
1054
- border-color: #ffffff #ffffff transparent transparent;
1400
+ top: -11.3137085px;
1401
+ left: -11.3137085px;
1402
+ width: 33.9411255px;
1403
+ height: 33.9411255px;
1404
+ background: #ffffff;
1405
+ background-repeat: no-repeat;
1406
+ background-position: -10px -10px;
1055
1407
  content: '';
1408
+ clip-path: inset(33% 33%);
1409
+ 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');
1056
1410
  }
1057
1411
  .ant-picker-panel-container {
1058
1412
  overflow: hidden;
@@ -1085,6 +1439,42 @@ textarea.ant-picker-input > input {
1085
1439
  .ant-picker-panel-container .ant-picker-panel-focused {
1086
1440
  border-color: #e5e5e5;
1087
1441
  }
1442
+ .ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
1443
+ margin-right: -1px;
1444
+ }
1445
+ .ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
1446
+ margin-left: -1px;
1447
+ }
1448
+ .ant-picker-compact-item:hover,
1449
+ .ant-picker-compact-item:focus,
1450
+ .ant-picker-compact-item:active {
1451
+ z-index: 2;
1452
+ }
1453
+ .ant-picker-compact-item.ant-picker-focused {
1454
+ z-index: 2;
1455
+ }
1456
+ .ant-picker-compact-item[disabled] {
1457
+ z-index: 0;
1458
+ }
1459
+ .ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
1460
+ border-radius: 0;
1461
+ }
1462
+ .ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
1463
+ border-top-right-radius: 0;
1464
+ border-bottom-right-radius: 0;
1465
+ }
1466
+ .ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
1467
+ border-top-left-radius: 0;
1468
+ border-bottom-left-radius: 0;
1469
+ }
1470
+ .ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
1471
+ border-top-left-radius: 0;
1472
+ border-bottom-left-radius: 0;
1473
+ }
1474
+ .ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
1475
+ border-top-right-radius: 0;
1476
+ border-bottom-right-radius: 0;
1477
+ }
1088
1478
  .ant-picker-panel {
1089
1479
  display: -webkit-inline-box;
1090
1480
  display: -ms-inline-flexbox;
@@ -1184,7 +1574,7 @@ textarea.ant-picker-input > input {
1184
1574
  display: inline-block;
1185
1575
  width: 7px;
1186
1576
  height: 7px;
1187
- border: 0 solid currentColor;
1577
+ border: 0 solid currentcolor;
1188
1578
  border-width: 1.5px 0 0 1.5px;
1189
1579
  content: '';
1190
1580
  }
@@ -1196,7 +1586,7 @@ textarea.ant-picker-input > input {
1196
1586
  display: inline-block;
1197
1587
  width: 7px;
1198
1588
  height: 7px;
1199
- border: 0 solid currentColor;
1589
+ border: 0 solid currentcolor;
1200
1590
  border-width: 1.5px 0 0 1.5px;
1201
1591
  content: '';
1202
1592
  }
@@ -1620,7 +2010,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
1620
2010
  background: transparent;
1621
2011
  cursor: not-allowed;
1622
2012
  }
1623
- /* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
2013
+ /* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
1624
2014
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
1625
2015
  :root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
1626
2016
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,