assui 2.0.145 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/es/button-drawer/index.d.ts +1 -1
  2. package/es/button-modal/index.d.ts +1 -1
  3. package/es/copy-to-clipboard/style/index.css +58 -43
  4. package/es/highlight-textarea/extractSpansOfClasses.js +9 -7
  5. package/es/highlight-textarea/getRanges.js +9 -7
  6. package/es/highlight-textarea/index.js +3 -3
  7. package/es/highlight-textarea/style/index.css +169 -41
  8. package/es/highlight-textarea/types.js +1 -0
  9. package/es/img-crop/index.js +7 -7
  10. package/es/img-crop/style/index.css +1784 -0
  11. package/es/img-crop/style/index.less +1 -1
  12. package/es/keep-tab/style/index.css +40 -23
  13. package/es/label-auto-complete/style/index.css +1784 -0
  14. package/es/label-auto-complete/style/index.less +1 -1
  15. package/es/label-customize-range-picker/defaultRadioList.d.ts +24 -0
  16. package/es/label-customize-range-picker/defaultRadioList.js +79 -0
  17. package/es/label-customize-range-picker/index.d.ts +6 -7
  18. package/es/label-customize-range-picker/index.js +9 -12
  19. package/es/label-customize-range-picker/style/index.css +1784 -0
  20. package/es/label-customize-range-picker/style/index.less +1 -1
  21. package/es/label-date-picker/index.js +1 -1
  22. package/es/label-date-picker/style/index.css +1784 -0
  23. package/es/label-date-picker/style/index.less +1 -1
  24. package/es/label-number-input/index.js +1 -1
  25. package/es/label-range-picker/style/index.css +1784 -0
  26. package/es/label-range-picker/style/index.less +1 -1
  27. package/es/label-select/style/index.css +1784 -0
  28. package/es/label-select/style/index.less +1 -1
  29. package/es/label-tree-select/style/index.css +1784 -0
  30. package/es/label-tree-select/style/index.less +1 -1
  31. package/es/number-input/index.js +4 -4
  32. package/es/number-input/utils.js +1 -1
  33. package/es/rich-text-editor/style/index.css +6 -5
  34. package/es/single-img-upload/index.js +1 -1
  35. package/es/single-img-upload/style/index.css +1784 -0
  36. package/es/single-img-upload/style/index.less +1 -1
  37. package/es/step-number-input/index.js +8 -8
  38. package/es/step-number-input/style/index.css +1784 -0
  39. package/es/step-number-input/style/index.less +1 -1
  40. package/es/text-input/index.js +8 -6
  41. package/es/text-input/style/index.css +169 -41
  42. package/lib/beautiful-dnd/index.js +13 -7
  43. package/lib/button-drawer/index.d.ts +1 -1
  44. package/lib/button-drawer/index.js +18 -12
  45. package/lib/button-modal/index.d.ts +1 -1
  46. package/lib/button-modal/index.js +14 -8
  47. package/lib/condition-input/index.js +17 -11
  48. package/lib/condition-input/parse2RegexOption.js +3 -3
  49. package/lib/copy-to-clipboard/index.js +15 -9
  50. package/lib/copy-to-clipboard/style/index.css +58 -43
  51. package/lib/highlight-textarea/HighlighedContents.js +2 -2
  52. package/lib/highlight-textarea/extractSpansOfClasses.js +9 -7
  53. package/lib/highlight-textarea/getRanges.js +10 -8
  54. package/lib/highlight-textarea/index.js +19 -13
  55. package/lib/highlight-textarea/style/index.css +169 -41
  56. package/lib/img-crop/EasyCrop.js +13 -7
  57. package/lib/img-crop/index.js +21 -15
  58. package/lib/img-crop/style/index.css +1784 -0
  59. package/lib/img-crop/style/index.less +1 -1
  60. package/lib/index.js +38 -31
  61. package/lib/keep-tab/index.js +17 -11
  62. package/lib/keep-tab/style/index.css +40 -23
  63. package/lib/label-auto-complete/index.js +5 -5
  64. package/lib/label-auto-complete/style/index.css +1784 -0
  65. package/lib/label-auto-complete/style/index.less +1 -1
  66. package/lib/label-condition-input/index.js +5 -5
  67. package/lib/label-customize-range-picker/defaultRadioList.d.ts +24 -0
  68. package/lib/label-customize-range-picker/defaultRadioList.js +93 -0
  69. package/lib/label-customize-range-picker/index.d.ts +6 -7
  70. package/lib/label-customize-range-picker/index.js +26 -24
  71. package/lib/label-customize-range-picker/style/index.css +1784 -0
  72. package/lib/label-customize-range-picker/style/index.less +1 -1
  73. package/lib/label-date-picker/index.js +5 -5
  74. package/lib/label-date-picker/style/index.css +1784 -0
  75. package/lib/label-date-picker/style/index.less +1 -1
  76. package/lib/label-input/index.js +5 -5
  77. package/lib/label-number-input/index.js +6 -6
  78. package/lib/label-range-picker/index.js +3 -3
  79. package/lib/label-range-picker/style/index.css +1784 -0
  80. package/lib/label-range-picker/style/index.less +1 -1
  81. package/lib/label-select/index.js +5 -5
  82. package/lib/label-select/style/index.css +1784 -0
  83. package/lib/label-select/style/index.less +1 -1
  84. package/lib/label-text-area/index.js +4 -4
  85. package/lib/label-tree-select/index.js +4 -4
  86. package/lib/label-tree-select/style/index.css +1784 -0
  87. package/lib/label-tree-select/style/index.less +1 -1
  88. package/lib/number-input/index.js +21 -15
  89. package/lib/number-input/utils.js +8 -4
  90. package/lib/rc-echart/core.js +21 -15
  91. package/lib/rc-echart/index.js +13 -7
  92. package/lib/rc-qrcode/index.js +14 -8
  93. package/lib/rc-qrcode/useQrcode.js +4 -3
  94. package/lib/rc-transition-group/index.js +13 -7
  95. package/lib/rich-text-editor/index.js +1 -1
  96. package/lib/rich-text-editor/style/index.css +6 -5
  97. package/lib/single-img-upload/index.js +18 -12
  98. package/lib/single-img-upload/style/index.css +1784 -0
  99. package/lib/single-img-upload/style/index.less +1 -1
  100. package/lib/sortable-hoc/index.js +13 -7
  101. package/lib/split-pane/index.js +13 -7
  102. package/lib/step-number-input/index.js +32 -26
  103. package/lib/step-number-input/style/index.css +1784 -0
  104. package/lib/step-number-input/style/index.less +1 -1
  105. package/lib/text-area/index.js +14 -8
  106. package/lib/text-input/index.js +8 -6
  107. package/lib/text-input/style/index.css +169 -41
  108. package/package.json +4 -3
  109. package/es/label-customize-range-picker/getDateScope.d.ts +0 -45
  110. package/es/label-customize-range-picker/getDateScope.js +0 -85
  111. package/es/label-customize-range-picker/getRadioList.d.ts +0 -10
  112. package/es/label-customize-range-picker/getRadioList.js +0 -49
  113. package/lib/label-customize-range-picker/getDateScope.d.ts +0 -45
  114. package/lib/label-customize-range-picker/getDateScope.js +0 -99
  115. package/lib/label-customize-range-picker/getRadioList.d.ts +0 -10
  116. package/lib/label-customize-range-picker/getRadioList.js +0 -55
@@ -3,6 +3,1790 @@
3
3
  /* stylelint-disable no-duplicate-selectors */
4
4
  /* stylelint-disable */
5
5
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
6
+ [class^=ant-]::-ms-clear,
7
+ [class*= ant-]::-ms-clear,
8
+ [class^=ant-] input::-ms-clear,
9
+ [class*= ant-] input::-ms-clear,
10
+ [class^=ant-] input::-ms-reveal,
11
+ [class*= ant-] input::-ms-reveal {
12
+ display: none;
13
+ }
14
+ /* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
15
+ html,
16
+ body {
17
+ width: 100%;
18
+ height: 100%;
19
+ }
20
+ input::-ms-clear,
21
+ input::-ms-reveal {
22
+ display: none;
23
+ }
24
+ *,
25
+ *::before,
26
+ *::after {
27
+ box-sizing: border-box;
28
+ }
29
+ html {
30
+ font-family: sans-serif;
31
+ line-height: 1.15;
32
+ -webkit-text-size-adjust: 100%;
33
+ -ms-text-size-adjust: 100%;
34
+ -ms-overflow-style: scrollbar;
35
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
36
+ }
37
+ @-ms-viewport {
38
+ width: device-width;
39
+ }
40
+ body {
41
+ margin: 0;
42
+ color: rgba(0, 0, 0, 0.85);
43
+ font-size: 14px;
44
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
45
+ font-variant: tabular-nums;
46
+ line-height: 1.5715;
47
+ background-color: #fff;
48
+ font-feature-settings: 'tnum';
49
+ }
50
+ [tabindex='-1']:focus {
51
+ outline: none !important;
52
+ }
53
+ hr {
54
+ box-sizing: content-box;
55
+ height: 0;
56
+ overflow: visible;
57
+ }
58
+ h1,
59
+ h2,
60
+ h3,
61
+ h4,
62
+ h5,
63
+ h6 {
64
+ margin-top: 0;
65
+ margin-bottom: 0.5em;
66
+ color: rgba(0, 0, 0, 0.85);
67
+ font-weight: 500;
68
+ }
69
+ p {
70
+ margin-top: 0;
71
+ margin-bottom: 1em;
72
+ }
73
+ abbr[title],
74
+ abbr[data-original-title] {
75
+ text-decoration: underline;
76
+ -webkit-text-decoration: underline dotted;
77
+ text-decoration: underline dotted;
78
+ border-bottom: 0;
79
+ cursor: help;
80
+ }
81
+ address {
82
+ margin-bottom: 1em;
83
+ font-style: normal;
84
+ line-height: inherit;
85
+ }
86
+ input[type='text'],
87
+ input[type='password'],
88
+ input[type='number'],
89
+ textarea {
90
+ -webkit-appearance: none;
91
+ }
92
+ ol,
93
+ ul,
94
+ dl {
95
+ margin-top: 0;
96
+ margin-bottom: 1em;
97
+ }
98
+ ol ol,
99
+ ul ul,
100
+ ol ul,
101
+ ul ol {
102
+ margin-bottom: 0;
103
+ }
104
+ dt {
105
+ font-weight: 500;
106
+ }
107
+ dd {
108
+ margin-bottom: 0.5em;
109
+ margin-left: 0;
110
+ }
111
+ blockquote {
112
+ margin: 0 0 1em;
113
+ }
114
+ dfn {
115
+ font-style: italic;
116
+ }
117
+ b,
118
+ strong {
119
+ font-weight: bolder;
120
+ }
121
+ small {
122
+ font-size: 80%;
123
+ }
124
+ sub,
125
+ sup {
126
+ position: relative;
127
+ font-size: 75%;
128
+ line-height: 0;
129
+ vertical-align: baseline;
130
+ }
131
+ sub {
132
+ bottom: -0.25em;
133
+ }
134
+ sup {
135
+ top: -0.5em;
136
+ }
137
+ a {
138
+ color: #1890ff;
139
+ text-decoration: none;
140
+ background-color: transparent;
141
+ outline: none;
142
+ cursor: pointer;
143
+ transition: color 0.3s;
144
+ -webkit-text-decoration-skip: objects;
145
+ }
146
+ a:hover {
147
+ color: #40a9ff;
148
+ }
149
+ a:active {
150
+ color: #096dd9;
151
+ }
152
+ a:active,
153
+ a:hover {
154
+ text-decoration: none;
155
+ outline: 0;
156
+ }
157
+ a:focus {
158
+ text-decoration: none;
159
+ outline: 0;
160
+ }
161
+ a[disabled] {
162
+ color: rgba(0, 0, 0, 0.25);
163
+ cursor: not-allowed;
164
+ }
165
+ pre,
166
+ code,
167
+ kbd,
168
+ samp {
169
+ font-size: 1em;
170
+ font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
171
+ }
172
+ pre {
173
+ margin-top: 0;
174
+ margin-bottom: 1em;
175
+ overflow: auto;
176
+ }
177
+ figure {
178
+ margin: 0 0 1em;
179
+ }
180
+ img {
181
+ vertical-align: middle;
182
+ border-style: none;
183
+ }
184
+ a,
185
+ area,
186
+ button,
187
+ [role='button'],
188
+ input:not([type='range']),
189
+ label,
190
+ select,
191
+ summary,
192
+ textarea {
193
+ touch-action: manipulation;
194
+ }
195
+ table {
196
+ border-collapse: collapse;
197
+ }
198
+ caption {
199
+ padding-top: 0.75em;
200
+ padding-bottom: 0.3em;
201
+ color: rgba(0, 0, 0, 0.45);
202
+ text-align: left;
203
+ caption-side: bottom;
204
+ }
205
+ input,
206
+ button,
207
+ select,
208
+ optgroup,
209
+ textarea {
210
+ margin: 0;
211
+ color: inherit;
212
+ font-size: inherit;
213
+ font-family: inherit;
214
+ line-height: inherit;
215
+ }
216
+ button,
217
+ input {
218
+ overflow: visible;
219
+ }
220
+ button,
221
+ select {
222
+ text-transform: none;
223
+ }
224
+ button,
225
+ html [type="button"],
226
+ [type="reset"],
227
+ [type="submit"] {
228
+ -webkit-appearance: button;
229
+ }
230
+ button::-moz-focus-inner,
231
+ [type='button']::-moz-focus-inner,
232
+ [type='reset']::-moz-focus-inner,
233
+ [type='submit']::-moz-focus-inner {
234
+ padding: 0;
235
+ border-style: none;
236
+ }
237
+ input[type='radio'],
238
+ input[type='checkbox'] {
239
+ box-sizing: border-box;
240
+ padding: 0;
241
+ }
242
+ input[type='date'],
243
+ input[type='time'],
244
+ input[type='datetime-local'],
245
+ input[type='month'] {
246
+ -webkit-appearance: listbox;
247
+ }
248
+ textarea {
249
+ overflow: auto;
250
+ resize: vertical;
251
+ }
252
+ fieldset {
253
+ min-width: 0;
254
+ margin: 0;
255
+ padding: 0;
256
+ border: 0;
257
+ }
258
+ legend {
259
+ display: block;
260
+ width: 100%;
261
+ max-width: 100%;
262
+ margin-bottom: 0.5em;
263
+ padding: 0;
264
+ color: inherit;
265
+ font-size: 1.5em;
266
+ line-height: inherit;
267
+ white-space: normal;
268
+ }
269
+ progress {
270
+ vertical-align: baseline;
271
+ }
272
+ [type='number']::-webkit-inner-spin-button,
273
+ [type='number']::-webkit-outer-spin-button {
274
+ height: auto;
275
+ }
276
+ [type='search'] {
277
+ outline-offset: -2px;
278
+ -webkit-appearance: none;
279
+ }
280
+ [type='search']::-webkit-search-cancel-button,
281
+ [type='search']::-webkit-search-decoration {
282
+ -webkit-appearance: none;
283
+ }
284
+ ::-webkit-file-upload-button {
285
+ font: inherit;
286
+ -webkit-appearance: button;
287
+ }
288
+ output {
289
+ display: inline-block;
290
+ }
291
+ summary {
292
+ display: list-item;
293
+ }
294
+ template {
295
+ display: none;
296
+ }
297
+ [hidden] {
298
+ display: none !important;
299
+ }
300
+ mark {
301
+ padding: 0.2em;
302
+ background-color: #feffe6;
303
+ }
304
+ ::-moz-selection {
305
+ color: #fff;
306
+ background: #1890ff;
307
+ }
308
+ ::selection {
309
+ color: #fff;
310
+ background: #1890ff;
311
+ }
312
+ .clearfix::before {
313
+ display: table;
314
+ content: '';
315
+ }
316
+ .clearfix::after {
317
+ display: table;
318
+ clear: both;
319
+ content: '';
320
+ }
321
+ .anticon {
322
+ display: inline-block;
323
+ color: inherit;
324
+ font-style: normal;
325
+ line-height: 0;
326
+ text-align: center;
327
+ text-transform: none;
328
+ vertical-align: -0.125em;
329
+ text-rendering: optimizelegibility;
330
+ -webkit-font-smoothing: antialiased;
331
+ -moz-osx-font-smoothing: grayscale;
332
+ }
333
+ .anticon > * {
334
+ line-height: 1;
335
+ }
336
+ .anticon svg {
337
+ display: inline-block;
338
+ }
339
+ .anticon::before {
340
+ display: none;
341
+ }
342
+ .anticon .anticon-icon {
343
+ display: block;
344
+ }
345
+ .anticon > .anticon {
346
+ line-height: 0;
347
+ vertical-align: 0;
348
+ }
349
+ .anticon[tabindex] {
350
+ cursor: pointer;
351
+ }
352
+ .anticon-spin::before {
353
+ display: inline-block;
354
+ -webkit-animation: loadingCircle 1s infinite linear;
355
+ animation: loadingCircle 1s infinite linear;
356
+ }
357
+ .anticon-spin {
358
+ display: inline-block;
359
+ -webkit-animation: loadingCircle 1s infinite linear;
360
+ animation: loadingCircle 1s infinite linear;
361
+ }
362
+ .ant-fade-enter,
363
+ .ant-fade-appear {
364
+ -webkit-animation-duration: 0.2s;
365
+ animation-duration: 0.2s;
366
+ -webkit-animation-fill-mode: both;
367
+ animation-fill-mode: both;
368
+ -webkit-animation-play-state: paused;
369
+ animation-play-state: paused;
370
+ }
371
+ .ant-fade-leave {
372
+ -webkit-animation-duration: 0.2s;
373
+ animation-duration: 0.2s;
374
+ -webkit-animation-fill-mode: both;
375
+ animation-fill-mode: both;
376
+ -webkit-animation-play-state: paused;
377
+ animation-play-state: paused;
378
+ }
379
+ .ant-fade-enter.ant-fade-enter-active,
380
+ .ant-fade-appear.ant-fade-appear-active {
381
+ -webkit-animation-name: antFadeIn;
382
+ animation-name: antFadeIn;
383
+ -webkit-animation-play-state: running;
384
+ animation-play-state: running;
385
+ }
386
+ .ant-fade-leave.ant-fade-leave-active {
387
+ -webkit-animation-name: antFadeOut;
388
+ animation-name: antFadeOut;
389
+ -webkit-animation-play-state: running;
390
+ animation-play-state: running;
391
+ pointer-events: none;
392
+ }
393
+ .ant-fade-enter,
394
+ .ant-fade-appear {
395
+ opacity: 0;
396
+ -webkit-animation-timing-function: linear;
397
+ animation-timing-function: linear;
398
+ }
399
+ .ant-fade-leave {
400
+ -webkit-animation-timing-function: linear;
401
+ animation-timing-function: linear;
402
+ }
403
+ @-webkit-keyframes antFadeIn {
404
+ 0% {
405
+ opacity: 0;
406
+ }
407
+ 100% {
408
+ opacity: 1;
409
+ }
410
+ }
411
+ @keyframes antFadeIn {
412
+ 0% {
413
+ opacity: 0;
414
+ }
415
+ 100% {
416
+ opacity: 1;
417
+ }
418
+ }
419
+ @-webkit-keyframes antFadeOut {
420
+ 0% {
421
+ opacity: 1;
422
+ }
423
+ 100% {
424
+ opacity: 0;
425
+ }
426
+ }
427
+ @keyframes antFadeOut {
428
+ 0% {
429
+ opacity: 1;
430
+ }
431
+ 100% {
432
+ opacity: 0;
433
+ }
434
+ }
435
+ .ant-move-up-enter,
436
+ .ant-move-up-appear {
437
+ -webkit-animation-duration: 0.2s;
438
+ animation-duration: 0.2s;
439
+ -webkit-animation-fill-mode: both;
440
+ animation-fill-mode: both;
441
+ -webkit-animation-play-state: paused;
442
+ animation-play-state: paused;
443
+ }
444
+ .ant-move-up-leave {
445
+ -webkit-animation-duration: 0.2s;
446
+ animation-duration: 0.2s;
447
+ -webkit-animation-fill-mode: both;
448
+ animation-fill-mode: both;
449
+ -webkit-animation-play-state: paused;
450
+ animation-play-state: paused;
451
+ }
452
+ .ant-move-up-enter.ant-move-up-enter-active,
453
+ .ant-move-up-appear.ant-move-up-appear-active {
454
+ -webkit-animation-name: antMoveUpIn;
455
+ animation-name: antMoveUpIn;
456
+ -webkit-animation-play-state: running;
457
+ animation-play-state: running;
458
+ }
459
+ .ant-move-up-leave.ant-move-up-leave-active {
460
+ -webkit-animation-name: antMoveUpOut;
461
+ animation-name: antMoveUpOut;
462
+ -webkit-animation-play-state: running;
463
+ animation-play-state: running;
464
+ pointer-events: none;
465
+ }
466
+ .ant-move-up-enter,
467
+ .ant-move-up-appear {
468
+ opacity: 0;
469
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
470
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
471
+ }
472
+ .ant-move-up-leave {
473
+ -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
474
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
475
+ }
476
+ .ant-move-down-enter,
477
+ .ant-move-down-appear {
478
+ -webkit-animation-duration: 0.2s;
479
+ animation-duration: 0.2s;
480
+ -webkit-animation-fill-mode: both;
481
+ animation-fill-mode: both;
482
+ -webkit-animation-play-state: paused;
483
+ animation-play-state: paused;
484
+ }
485
+ .ant-move-down-leave {
486
+ -webkit-animation-duration: 0.2s;
487
+ animation-duration: 0.2s;
488
+ -webkit-animation-fill-mode: both;
489
+ animation-fill-mode: both;
490
+ -webkit-animation-play-state: paused;
491
+ animation-play-state: paused;
492
+ }
493
+ .ant-move-down-enter.ant-move-down-enter-active,
494
+ .ant-move-down-appear.ant-move-down-appear-active {
495
+ -webkit-animation-name: antMoveDownIn;
496
+ animation-name: antMoveDownIn;
497
+ -webkit-animation-play-state: running;
498
+ animation-play-state: running;
499
+ }
500
+ .ant-move-down-leave.ant-move-down-leave-active {
501
+ -webkit-animation-name: antMoveDownOut;
502
+ animation-name: antMoveDownOut;
503
+ -webkit-animation-play-state: running;
504
+ animation-play-state: running;
505
+ pointer-events: none;
506
+ }
507
+ .ant-move-down-enter,
508
+ .ant-move-down-appear {
509
+ opacity: 0;
510
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
511
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
512
+ }
513
+ .ant-move-down-leave {
514
+ -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
515
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
516
+ }
517
+ .ant-move-left-enter,
518
+ .ant-move-left-appear {
519
+ -webkit-animation-duration: 0.2s;
520
+ animation-duration: 0.2s;
521
+ -webkit-animation-fill-mode: both;
522
+ animation-fill-mode: both;
523
+ -webkit-animation-play-state: paused;
524
+ animation-play-state: paused;
525
+ }
526
+ .ant-move-left-leave {
527
+ -webkit-animation-duration: 0.2s;
528
+ animation-duration: 0.2s;
529
+ -webkit-animation-fill-mode: both;
530
+ animation-fill-mode: both;
531
+ -webkit-animation-play-state: paused;
532
+ animation-play-state: paused;
533
+ }
534
+ .ant-move-left-enter.ant-move-left-enter-active,
535
+ .ant-move-left-appear.ant-move-left-appear-active {
536
+ -webkit-animation-name: antMoveLeftIn;
537
+ animation-name: antMoveLeftIn;
538
+ -webkit-animation-play-state: running;
539
+ animation-play-state: running;
540
+ }
541
+ .ant-move-left-leave.ant-move-left-leave-active {
542
+ -webkit-animation-name: antMoveLeftOut;
543
+ animation-name: antMoveLeftOut;
544
+ -webkit-animation-play-state: running;
545
+ animation-play-state: running;
546
+ pointer-events: none;
547
+ }
548
+ .ant-move-left-enter,
549
+ .ant-move-left-appear {
550
+ opacity: 0;
551
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
552
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
553
+ }
554
+ .ant-move-left-leave {
555
+ -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
556
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
557
+ }
558
+ .ant-move-right-enter,
559
+ .ant-move-right-appear {
560
+ -webkit-animation-duration: 0.2s;
561
+ animation-duration: 0.2s;
562
+ -webkit-animation-fill-mode: both;
563
+ animation-fill-mode: both;
564
+ -webkit-animation-play-state: paused;
565
+ animation-play-state: paused;
566
+ }
567
+ .ant-move-right-leave {
568
+ -webkit-animation-duration: 0.2s;
569
+ animation-duration: 0.2s;
570
+ -webkit-animation-fill-mode: both;
571
+ animation-fill-mode: both;
572
+ -webkit-animation-play-state: paused;
573
+ animation-play-state: paused;
574
+ }
575
+ .ant-move-right-enter.ant-move-right-enter-active,
576
+ .ant-move-right-appear.ant-move-right-appear-active {
577
+ -webkit-animation-name: antMoveRightIn;
578
+ animation-name: antMoveRightIn;
579
+ -webkit-animation-play-state: running;
580
+ animation-play-state: running;
581
+ }
582
+ .ant-move-right-leave.ant-move-right-leave-active {
583
+ -webkit-animation-name: antMoveRightOut;
584
+ animation-name: antMoveRightOut;
585
+ -webkit-animation-play-state: running;
586
+ animation-play-state: running;
587
+ pointer-events: none;
588
+ }
589
+ .ant-move-right-enter,
590
+ .ant-move-right-appear {
591
+ opacity: 0;
592
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
593
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
594
+ }
595
+ .ant-move-right-leave {
596
+ -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
597
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
598
+ }
599
+ @-webkit-keyframes antMoveDownIn {
600
+ 0% {
601
+ transform: translateY(100%);
602
+ transform-origin: 0 0;
603
+ opacity: 0;
604
+ }
605
+ 100% {
606
+ transform: translateY(0%);
607
+ transform-origin: 0 0;
608
+ opacity: 1;
609
+ }
610
+ }
611
+ @keyframes antMoveDownIn {
612
+ 0% {
613
+ transform: translateY(100%);
614
+ transform-origin: 0 0;
615
+ opacity: 0;
616
+ }
617
+ 100% {
618
+ transform: translateY(0%);
619
+ transform-origin: 0 0;
620
+ opacity: 1;
621
+ }
622
+ }
623
+ @-webkit-keyframes antMoveDownOut {
624
+ 0% {
625
+ transform: translateY(0%);
626
+ transform-origin: 0 0;
627
+ opacity: 1;
628
+ }
629
+ 100% {
630
+ transform: translateY(100%);
631
+ transform-origin: 0 0;
632
+ opacity: 0;
633
+ }
634
+ }
635
+ @keyframes antMoveDownOut {
636
+ 0% {
637
+ transform: translateY(0%);
638
+ transform-origin: 0 0;
639
+ opacity: 1;
640
+ }
641
+ 100% {
642
+ transform: translateY(100%);
643
+ transform-origin: 0 0;
644
+ opacity: 0;
645
+ }
646
+ }
647
+ @-webkit-keyframes antMoveLeftIn {
648
+ 0% {
649
+ transform: translateX(-100%);
650
+ transform-origin: 0 0;
651
+ opacity: 0;
652
+ }
653
+ 100% {
654
+ transform: translateX(0%);
655
+ transform-origin: 0 0;
656
+ opacity: 1;
657
+ }
658
+ }
659
+ @keyframes antMoveLeftIn {
660
+ 0% {
661
+ transform: translateX(-100%);
662
+ transform-origin: 0 0;
663
+ opacity: 0;
664
+ }
665
+ 100% {
666
+ transform: translateX(0%);
667
+ transform-origin: 0 0;
668
+ opacity: 1;
669
+ }
670
+ }
671
+ @-webkit-keyframes antMoveLeftOut {
672
+ 0% {
673
+ transform: translateX(0%);
674
+ transform-origin: 0 0;
675
+ opacity: 1;
676
+ }
677
+ 100% {
678
+ transform: translateX(-100%);
679
+ transform-origin: 0 0;
680
+ opacity: 0;
681
+ }
682
+ }
683
+ @keyframes antMoveLeftOut {
684
+ 0% {
685
+ transform: translateX(0%);
686
+ transform-origin: 0 0;
687
+ opacity: 1;
688
+ }
689
+ 100% {
690
+ transform: translateX(-100%);
691
+ transform-origin: 0 0;
692
+ opacity: 0;
693
+ }
694
+ }
695
+ @-webkit-keyframes antMoveRightIn {
696
+ 0% {
697
+ transform: translateX(100%);
698
+ transform-origin: 0 0;
699
+ opacity: 0;
700
+ }
701
+ 100% {
702
+ transform: translateX(0%);
703
+ transform-origin: 0 0;
704
+ opacity: 1;
705
+ }
706
+ }
707
+ @keyframes antMoveRightIn {
708
+ 0% {
709
+ transform: translateX(100%);
710
+ transform-origin: 0 0;
711
+ opacity: 0;
712
+ }
713
+ 100% {
714
+ transform: translateX(0%);
715
+ transform-origin: 0 0;
716
+ opacity: 1;
717
+ }
718
+ }
719
+ @-webkit-keyframes antMoveRightOut {
720
+ 0% {
721
+ transform: translateX(0%);
722
+ transform-origin: 0 0;
723
+ opacity: 1;
724
+ }
725
+ 100% {
726
+ transform: translateX(100%);
727
+ transform-origin: 0 0;
728
+ opacity: 0;
729
+ }
730
+ }
731
+ @keyframes antMoveRightOut {
732
+ 0% {
733
+ transform: translateX(0%);
734
+ transform-origin: 0 0;
735
+ opacity: 1;
736
+ }
737
+ 100% {
738
+ transform: translateX(100%);
739
+ transform-origin: 0 0;
740
+ opacity: 0;
741
+ }
742
+ }
743
+ @-webkit-keyframes antMoveUpIn {
744
+ 0% {
745
+ transform: translateY(-100%);
746
+ transform-origin: 0 0;
747
+ opacity: 0;
748
+ }
749
+ 100% {
750
+ transform: translateY(0%);
751
+ transform-origin: 0 0;
752
+ opacity: 1;
753
+ }
754
+ }
755
+ @keyframes antMoveUpIn {
756
+ 0% {
757
+ transform: translateY(-100%);
758
+ transform-origin: 0 0;
759
+ opacity: 0;
760
+ }
761
+ 100% {
762
+ transform: translateY(0%);
763
+ transform-origin: 0 0;
764
+ opacity: 1;
765
+ }
766
+ }
767
+ @-webkit-keyframes antMoveUpOut {
768
+ 0% {
769
+ transform: translateY(0%);
770
+ transform-origin: 0 0;
771
+ opacity: 1;
772
+ }
773
+ 100% {
774
+ transform: translateY(-100%);
775
+ transform-origin: 0 0;
776
+ opacity: 0;
777
+ }
778
+ }
779
+ @keyframes antMoveUpOut {
780
+ 0% {
781
+ transform: translateY(0%);
782
+ transform-origin: 0 0;
783
+ opacity: 1;
784
+ }
785
+ 100% {
786
+ transform: translateY(-100%);
787
+ transform-origin: 0 0;
788
+ opacity: 0;
789
+ }
790
+ }
791
+ @-webkit-keyframes loadingCircle {
792
+ 100% {
793
+ transform: rotate(360deg);
794
+ }
795
+ }
796
+ @keyframes loadingCircle {
797
+ 100% {
798
+ transform: rotate(360deg);
799
+ }
800
+ }
801
+ [ant-click-animating='true'],
802
+ [ant-click-animating-without-extra-node='true'] {
803
+ position: relative;
804
+ }
805
+ html {
806
+ --antd-wave-shadow-color: #1890ff;
807
+ --scroll-bar: 0;
808
+ }
809
+ [ant-click-animating-without-extra-node='true']::after,
810
+ .ant-click-animating-node {
811
+ position: absolute;
812
+ top: 0;
813
+ right: 0;
814
+ bottom: 0;
815
+ left: 0;
816
+ display: block;
817
+ border-radius: inherit;
818
+ box-shadow: 0 0 0 0 #1890ff;
819
+ box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
820
+ opacity: 0.2;
821
+ -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
822
+ animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
823
+ -webkit-animation-fill-mode: forwards;
824
+ animation-fill-mode: forwards;
825
+ content: '';
826
+ pointer-events: none;
827
+ }
828
+ @-webkit-keyframes waveEffect {
829
+ 100% {
830
+ box-shadow: 0 0 0 #1890ff;
831
+ box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
832
+ }
833
+ }
834
+ @keyframes waveEffect {
835
+ 100% {
836
+ box-shadow: 0 0 0 #1890ff;
837
+ box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
838
+ }
839
+ }
840
+ @-webkit-keyframes fadeEffect {
841
+ 100% {
842
+ opacity: 0;
843
+ }
844
+ }
845
+ @keyframes fadeEffect {
846
+ 100% {
847
+ opacity: 0;
848
+ }
849
+ }
850
+ .ant-slide-up-enter,
851
+ .ant-slide-up-appear {
852
+ -webkit-animation-duration: 0.2s;
853
+ animation-duration: 0.2s;
854
+ -webkit-animation-fill-mode: both;
855
+ animation-fill-mode: both;
856
+ -webkit-animation-play-state: paused;
857
+ animation-play-state: paused;
858
+ }
859
+ .ant-slide-up-leave {
860
+ -webkit-animation-duration: 0.2s;
861
+ animation-duration: 0.2s;
862
+ -webkit-animation-fill-mode: both;
863
+ animation-fill-mode: both;
864
+ -webkit-animation-play-state: paused;
865
+ animation-play-state: paused;
866
+ }
867
+ .ant-slide-up-enter.ant-slide-up-enter-active,
868
+ .ant-slide-up-appear.ant-slide-up-appear-active {
869
+ -webkit-animation-name: antSlideUpIn;
870
+ animation-name: antSlideUpIn;
871
+ -webkit-animation-play-state: running;
872
+ animation-play-state: running;
873
+ }
874
+ .ant-slide-up-leave.ant-slide-up-leave-active {
875
+ -webkit-animation-name: antSlideUpOut;
876
+ animation-name: antSlideUpOut;
877
+ -webkit-animation-play-state: running;
878
+ animation-play-state: running;
879
+ pointer-events: none;
880
+ }
881
+ .ant-slide-up-enter,
882
+ .ant-slide-up-appear {
883
+ opacity: 0;
884
+ -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
885
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
886
+ }
887
+ .ant-slide-up-leave {
888
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
889
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
890
+ }
891
+ .ant-slide-down-enter,
892
+ .ant-slide-down-appear {
893
+ -webkit-animation-duration: 0.2s;
894
+ animation-duration: 0.2s;
895
+ -webkit-animation-fill-mode: both;
896
+ animation-fill-mode: both;
897
+ -webkit-animation-play-state: paused;
898
+ animation-play-state: paused;
899
+ }
900
+ .ant-slide-down-leave {
901
+ -webkit-animation-duration: 0.2s;
902
+ animation-duration: 0.2s;
903
+ -webkit-animation-fill-mode: both;
904
+ animation-fill-mode: both;
905
+ -webkit-animation-play-state: paused;
906
+ animation-play-state: paused;
907
+ }
908
+ .ant-slide-down-enter.ant-slide-down-enter-active,
909
+ .ant-slide-down-appear.ant-slide-down-appear-active {
910
+ -webkit-animation-name: antSlideDownIn;
911
+ animation-name: antSlideDownIn;
912
+ -webkit-animation-play-state: running;
913
+ animation-play-state: running;
914
+ }
915
+ .ant-slide-down-leave.ant-slide-down-leave-active {
916
+ -webkit-animation-name: antSlideDownOut;
917
+ animation-name: antSlideDownOut;
918
+ -webkit-animation-play-state: running;
919
+ animation-play-state: running;
920
+ pointer-events: none;
921
+ }
922
+ .ant-slide-down-enter,
923
+ .ant-slide-down-appear {
924
+ opacity: 0;
925
+ -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
926
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
927
+ }
928
+ .ant-slide-down-leave {
929
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
930
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
931
+ }
932
+ .ant-slide-left-enter,
933
+ .ant-slide-left-appear {
934
+ -webkit-animation-duration: 0.2s;
935
+ animation-duration: 0.2s;
936
+ -webkit-animation-fill-mode: both;
937
+ animation-fill-mode: both;
938
+ -webkit-animation-play-state: paused;
939
+ animation-play-state: paused;
940
+ }
941
+ .ant-slide-left-leave {
942
+ -webkit-animation-duration: 0.2s;
943
+ animation-duration: 0.2s;
944
+ -webkit-animation-fill-mode: both;
945
+ animation-fill-mode: both;
946
+ -webkit-animation-play-state: paused;
947
+ animation-play-state: paused;
948
+ }
949
+ .ant-slide-left-enter.ant-slide-left-enter-active,
950
+ .ant-slide-left-appear.ant-slide-left-appear-active {
951
+ -webkit-animation-name: antSlideLeftIn;
952
+ animation-name: antSlideLeftIn;
953
+ -webkit-animation-play-state: running;
954
+ animation-play-state: running;
955
+ }
956
+ .ant-slide-left-leave.ant-slide-left-leave-active {
957
+ -webkit-animation-name: antSlideLeftOut;
958
+ animation-name: antSlideLeftOut;
959
+ -webkit-animation-play-state: running;
960
+ animation-play-state: running;
961
+ pointer-events: none;
962
+ }
963
+ .ant-slide-left-enter,
964
+ .ant-slide-left-appear {
965
+ opacity: 0;
966
+ -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
967
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
968
+ }
969
+ .ant-slide-left-leave {
970
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
971
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
972
+ }
973
+ .ant-slide-right-enter,
974
+ .ant-slide-right-appear {
975
+ -webkit-animation-duration: 0.2s;
976
+ animation-duration: 0.2s;
977
+ -webkit-animation-fill-mode: both;
978
+ animation-fill-mode: both;
979
+ -webkit-animation-play-state: paused;
980
+ animation-play-state: paused;
981
+ }
982
+ .ant-slide-right-leave {
983
+ -webkit-animation-duration: 0.2s;
984
+ animation-duration: 0.2s;
985
+ -webkit-animation-fill-mode: both;
986
+ animation-fill-mode: both;
987
+ -webkit-animation-play-state: paused;
988
+ animation-play-state: paused;
989
+ }
990
+ .ant-slide-right-enter.ant-slide-right-enter-active,
991
+ .ant-slide-right-appear.ant-slide-right-appear-active {
992
+ -webkit-animation-name: antSlideRightIn;
993
+ animation-name: antSlideRightIn;
994
+ -webkit-animation-play-state: running;
995
+ animation-play-state: running;
996
+ }
997
+ .ant-slide-right-leave.ant-slide-right-leave-active {
998
+ -webkit-animation-name: antSlideRightOut;
999
+ animation-name: antSlideRightOut;
1000
+ -webkit-animation-play-state: running;
1001
+ animation-play-state: running;
1002
+ pointer-events: none;
1003
+ }
1004
+ .ant-slide-right-enter,
1005
+ .ant-slide-right-appear {
1006
+ opacity: 0;
1007
+ -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1008
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1009
+ }
1010
+ .ant-slide-right-leave {
1011
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1012
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1013
+ }
1014
+ @-webkit-keyframes antSlideUpIn {
1015
+ 0% {
1016
+ transform: scaleY(0.8);
1017
+ transform-origin: 0% 0%;
1018
+ opacity: 0;
1019
+ }
1020
+ 100% {
1021
+ transform: scaleY(1);
1022
+ transform-origin: 0% 0%;
1023
+ opacity: 1;
1024
+ }
1025
+ }
1026
+ @keyframes antSlideUpIn {
1027
+ 0% {
1028
+ transform: scaleY(0.8);
1029
+ transform-origin: 0% 0%;
1030
+ opacity: 0;
1031
+ }
1032
+ 100% {
1033
+ transform: scaleY(1);
1034
+ transform-origin: 0% 0%;
1035
+ opacity: 1;
1036
+ }
1037
+ }
1038
+ @-webkit-keyframes antSlideUpOut {
1039
+ 0% {
1040
+ transform: scaleY(1);
1041
+ transform-origin: 0% 0%;
1042
+ opacity: 1;
1043
+ }
1044
+ 100% {
1045
+ transform: scaleY(0.8);
1046
+ transform-origin: 0% 0%;
1047
+ opacity: 0;
1048
+ }
1049
+ }
1050
+ @keyframes antSlideUpOut {
1051
+ 0% {
1052
+ transform: scaleY(1);
1053
+ transform-origin: 0% 0%;
1054
+ opacity: 1;
1055
+ }
1056
+ 100% {
1057
+ transform: scaleY(0.8);
1058
+ transform-origin: 0% 0%;
1059
+ opacity: 0;
1060
+ }
1061
+ }
1062
+ @-webkit-keyframes antSlideDownIn {
1063
+ 0% {
1064
+ transform: scaleY(0.8);
1065
+ transform-origin: 100% 100%;
1066
+ opacity: 0;
1067
+ }
1068
+ 100% {
1069
+ transform: scaleY(1);
1070
+ transform-origin: 100% 100%;
1071
+ opacity: 1;
1072
+ }
1073
+ }
1074
+ @keyframes antSlideDownIn {
1075
+ 0% {
1076
+ transform: scaleY(0.8);
1077
+ transform-origin: 100% 100%;
1078
+ opacity: 0;
1079
+ }
1080
+ 100% {
1081
+ transform: scaleY(1);
1082
+ transform-origin: 100% 100%;
1083
+ opacity: 1;
1084
+ }
1085
+ }
1086
+ @-webkit-keyframes antSlideDownOut {
1087
+ 0% {
1088
+ transform: scaleY(1);
1089
+ transform-origin: 100% 100%;
1090
+ opacity: 1;
1091
+ }
1092
+ 100% {
1093
+ transform: scaleY(0.8);
1094
+ transform-origin: 100% 100%;
1095
+ opacity: 0;
1096
+ }
1097
+ }
1098
+ @keyframes antSlideDownOut {
1099
+ 0% {
1100
+ transform: scaleY(1);
1101
+ transform-origin: 100% 100%;
1102
+ opacity: 1;
1103
+ }
1104
+ 100% {
1105
+ transform: scaleY(0.8);
1106
+ transform-origin: 100% 100%;
1107
+ opacity: 0;
1108
+ }
1109
+ }
1110
+ @-webkit-keyframes antSlideLeftIn {
1111
+ 0% {
1112
+ transform: scaleX(0.8);
1113
+ transform-origin: 0% 0%;
1114
+ opacity: 0;
1115
+ }
1116
+ 100% {
1117
+ transform: scaleX(1);
1118
+ transform-origin: 0% 0%;
1119
+ opacity: 1;
1120
+ }
1121
+ }
1122
+ @keyframes antSlideLeftIn {
1123
+ 0% {
1124
+ transform: scaleX(0.8);
1125
+ transform-origin: 0% 0%;
1126
+ opacity: 0;
1127
+ }
1128
+ 100% {
1129
+ transform: scaleX(1);
1130
+ transform-origin: 0% 0%;
1131
+ opacity: 1;
1132
+ }
1133
+ }
1134
+ @-webkit-keyframes antSlideLeftOut {
1135
+ 0% {
1136
+ transform: scaleX(1);
1137
+ transform-origin: 0% 0%;
1138
+ opacity: 1;
1139
+ }
1140
+ 100% {
1141
+ transform: scaleX(0.8);
1142
+ transform-origin: 0% 0%;
1143
+ opacity: 0;
1144
+ }
1145
+ }
1146
+ @keyframes antSlideLeftOut {
1147
+ 0% {
1148
+ transform: scaleX(1);
1149
+ transform-origin: 0% 0%;
1150
+ opacity: 1;
1151
+ }
1152
+ 100% {
1153
+ transform: scaleX(0.8);
1154
+ transform-origin: 0% 0%;
1155
+ opacity: 0;
1156
+ }
1157
+ }
1158
+ @-webkit-keyframes antSlideRightIn {
1159
+ 0% {
1160
+ transform: scaleX(0.8);
1161
+ transform-origin: 100% 0%;
1162
+ opacity: 0;
1163
+ }
1164
+ 100% {
1165
+ transform: scaleX(1);
1166
+ transform-origin: 100% 0%;
1167
+ opacity: 1;
1168
+ }
1169
+ }
1170
+ @keyframes antSlideRightIn {
1171
+ 0% {
1172
+ transform: scaleX(0.8);
1173
+ transform-origin: 100% 0%;
1174
+ opacity: 0;
1175
+ }
1176
+ 100% {
1177
+ transform: scaleX(1);
1178
+ transform-origin: 100% 0%;
1179
+ opacity: 1;
1180
+ }
1181
+ }
1182
+ @-webkit-keyframes antSlideRightOut {
1183
+ 0% {
1184
+ transform: scaleX(1);
1185
+ transform-origin: 100% 0%;
1186
+ opacity: 1;
1187
+ }
1188
+ 100% {
1189
+ transform: scaleX(0.8);
1190
+ transform-origin: 100% 0%;
1191
+ opacity: 0;
1192
+ }
1193
+ }
1194
+ @keyframes antSlideRightOut {
1195
+ 0% {
1196
+ transform: scaleX(1);
1197
+ transform-origin: 100% 0%;
1198
+ opacity: 1;
1199
+ }
1200
+ 100% {
1201
+ transform: scaleX(0.8);
1202
+ transform-origin: 100% 0%;
1203
+ opacity: 0;
1204
+ }
1205
+ }
1206
+ .ant-zoom-enter,
1207
+ .ant-zoom-appear {
1208
+ -webkit-animation-duration: 0.2s;
1209
+ animation-duration: 0.2s;
1210
+ -webkit-animation-fill-mode: both;
1211
+ animation-fill-mode: both;
1212
+ -webkit-animation-play-state: paused;
1213
+ animation-play-state: paused;
1214
+ }
1215
+ .ant-zoom-leave {
1216
+ -webkit-animation-duration: 0.2s;
1217
+ animation-duration: 0.2s;
1218
+ -webkit-animation-fill-mode: both;
1219
+ animation-fill-mode: both;
1220
+ -webkit-animation-play-state: paused;
1221
+ animation-play-state: paused;
1222
+ }
1223
+ .ant-zoom-enter.ant-zoom-enter-active,
1224
+ .ant-zoom-appear.ant-zoom-appear-active {
1225
+ -webkit-animation-name: antZoomIn;
1226
+ animation-name: antZoomIn;
1227
+ -webkit-animation-play-state: running;
1228
+ animation-play-state: running;
1229
+ }
1230
+ .ant-zoom-leave.ant-zoom-leave-active {
1231
+ -webkit-animation-name: antZoomOut;
1232
+ animation-name: antZoomOut;
1233
+ -webkit-animation-play-state: running;
1234
+ animation-play-state: running;
1235
+ pointer-events: none;
1236
+ }
1237
+ .ant-zoom-enter,
1238
+ .ant-zoom-appear {
1239
+ transform: scale(0);
1240
+ opacity: 0;
1241
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1242
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1243
+ }
1244
+ .ant-zoom-enter-prepare,
1245
+ .ant-zoom-appear-prepare {
1246
+ transform: none;
1247
+ }
1248
+ .ant-zoom-leave {
1249
+ -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1250
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1251
+ }
1252
+ .ant-zoom-big-enter,
1253
+ .ant-zoom-big-appear {
1254
+ -webkit-animation-duration: 0.2s;
1255
+ animation-duration: 0.2s;
1256
+ -webkit-animation-fill-mode: both;
1257
+ animation-fill-mode: both;
1258
+ -webkit-animation-play-state: paused;
1259
+ animation-play-state: paused;
1260
+ }
1261
+ .ant-zoom-big-leave {
1262
+ -webkit-animation-duration: 0.2s;
1263
+ animation-duration: 0.2s;
1264
+ -webkit-animation-fill-mode: both;
1265
+ animation-fill-mode: both;
1266
+ -webkit-animation-play-state: paused;
1267
+ animation-play-state: paused;
1268
+ }
1269
+ .ant-zoom-big-enter.ant-zoom-big-enter-active,
1270
+ .ant-zoom-big-appear.ant-zoom-big-appear-active {
1271
+ -webkit-animation-name: antZoomBigIn;
1272
+ animation-name: antZoomBigIn;
1273
+ -webkit-animation-play-state: running;
1274
+ animation-play-state: running;
1275
+ }
1276
+ .ant-zoom-big-leave.ant-zoom-big-leave-active {
1277
+ -webkit-animation-name: antZoomBigOut;
1278
+ animation-name: antZoomBigOut;
1279
+ -webkit-animation-play-state: running;
1280
+ animation-play-state: running;
1281
+ pointer-events: none;
1282
+ }
1283
+ .ant-zoom-big-enter,
1284
+ .ant-zoom-big-appear {
1285
+ transform: scale(0);
1286
+ opacity: 0;
1287
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1288
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1289
+ }
1290
+ .ant-zoom-big-enter-prepare,
1291
+ .ant-zoom-big-appear-prepare {
1292
+ transform: none;
1293
+ }
1294
+ .ant-zoom-big-leave {
1295
+ -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1296
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1297
+ }
1298
+ .ant-zoom-big-fast-enter,
1299
+ .ant-zoom-big-fast-appear {
1300
+ -webkit-animation-duration: 0.1s;
1301
+ animation-duration: 0.1s;
1302
+ -webkit-animation-fill-mode: both;
1303
+ animation-fill-mode: both;
1304
+ -webkit-animation-play-state: paused;
1305
+ animation-play-state: paused;
1306
+ }
1307
+ .ant-zoom-big-fast-leave {
1308
+ -webkit-animation-duration: 0.1s;
1309
+ animation-duration: 0.1s;
1310
+ -webkit-animation-fill-mode: both;
1311
+ animation-fill-mode: both;
1312
+ -webkit-animation-play-state: paused;
1313
+ animation-play-state: paused;
1314
+ }
1315
+ .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
1316
+ .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
1317
+ -webkit-animation-name: antZoomBigIn;
1318
+ animation-name: antZoomBigIn;
1319
+ -webkit-animation-play-state: running;
1320
+ animation-play-state: running;
1321
+ }
1322
+ .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
1323
+ -webkit-animation-name: antZoomBigOut;
1324
+ animation-name: antZoomBigOut;
1325
+ -webkit-animation-play-state: running;
1326
+ animation-play-state: running;
1327
+ pointer-events: none;
1328
+ }
1329
+ .ant-zoom-big-fast-enter,
1330
+ .ant-zoom-big-fast-appear {
1331
+ transform: scale(0);
1332
+ opacity: 0;
1333
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1334
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1335
+ }
1336
+ .ant-zoom-big-fast-enter-prepare,
1337
+ .ant-zoom-big-fast-appear-prepare {
1338
+ transform: none;
1339
+ }
1340
+ .ant-zoom-big-fast-leave {
1341
+ -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1342
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1343
+ }
1344
+ .ant-zoom-up-enter,
1345
+ .ant-zoom-up-appear {
1346
+ -webkit-animation-duration: 0.2s;
1347
+ animation-duration: 0.2s;
1348
+ -webkit-animation-fill-mode: both;
1349
+ animation-fill-mode: both;
1350
+ -webkit-animation-play-state: paused;
1351
+ animation-play-state: paused;
1352
+ }
1353
+ .ant-zoom-up-leave {
1354
+ -webkit-animation-duration: 0.2s;
1355
+ animation-duration: 0.2s;
1356
+ -webkit-animation-fill-mode: both;
1357
+ animation-fill-mode: both;
1358
+ -webkit-animation-play-state: paused;
1359
+ animation-play-state: paused;
1360
+ }
1361
+ .ant-zoom-up-enter.ant-zoom-up-enter-active,
1362
+ .ant-zoom-up-appear.ant-zoom-up-appear-active {
1363
+ -webkit-animation-name: antZoomUpIn;
1364
+ animation-name: antZoomUpIn;
1365
+ -webkit-animation-play-state: running;
1366
+ animation-play-state: running;
1367
+ }
1368
+ .ant-zoom-up-leave.ant-zoom-up-leave-active {
1369
+ -webkit-animation-name: antZoomUpOut;
1370
+ animation-name: antZoomUpOut;
1371
+ -webkit-animation-play-state: running;
1372
+ animation-play-state: running;
1373
+ pointer-events: none;
1374
+ }
1375
+ .ant-zoom-up-enter,
1376
+ .ant-zoom-up-appear {
1377
+ transform: scale(0);
1378
+ opacity: 0;
1379
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1380
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1381
+ }
1382
+ .ant-zoom-up-enter-prepare,
1383
+ .ant-zoom-up-appear-prepare {
1384
+ transform: none;
1385
+ }
1386
+ .ant-zoom-up-leave {
1387
+ -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1388
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1389
+ }
1390
+ .ant-zoom-down-enter,
1391
+ .ant-zoom-down-appear {
1392
+ -webkit-animation-duration: 0.2s;
1393
+ animation-duration: 0.2s;
1394
+ -webkit-animation-fill-mode: both;
1395
+ animation-fill-mode: both;
1396
+ -webkit-animation-play-state: paused;
1397
+ animation-play-state: paused;
1398
+ }
1399
+ .ant-zoom-down-leave {
1400
+ -webkit-animation-duration: 0.2s;
1401
+ animation-duration: 0.2s;
1402
+ -webkit-animation-fill-mode: both;
1403
+ animation-fill-mode: both;
1404
+ -webkit-animation-play-state: paused;
1405
+ animation-play-state: paused;
1406
+ }
1407
+ .ant-zoom-down-enter.ant-zoom-down-enter-active,
1408
+ .ant-zoom-down-appear.ant-zoom-down-appear-active {
1409
+ -webkit-animation-name: antZoomDownIn;
1410
+ animation-name: antZoomDownIn;
1411
+ -webkit-animation-play-state: running;
1412
+ animation-play-state: running;
1413
+ }
1414
+ .ant-zoom-down-leave.ant-zoom-down-leave-active {
1415
+ -webkit-animation-name: antZoomDownOut;
1416
+ animation-name: antZoomDownOut;
1417
+ -webkit-animation-play-state: running;
1418
+ animation-play-state: running;
1419
+ pointer-events: none;
1420
+ }
1421
+ .ant-zoom-down-enter,
1422
+ .ant-zoom-down-appear {
1423
+ transform: scale(0);
1424
+ opacity: 0;
1425
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1426
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1427
+ }
1428
+ .ant-zoom-down-enter-prepare,
1429
+ .ant-zoom-down-appear-prepare {
1430
+ transform: none;
1431
+ }
1432
+ .ant-zoom-down-leave {
1433
+ -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1434
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1435
+ }
1436
+ .ant-zoom-left-enter,
1437
+ .ant-zoom-left-appear {
1438
+ -webkit-animation-duration: 0.2s;
1439
+ animation-duration: 0.2s;
1440
+ -webkit-animation-fill-mode: both;
1441
+ animation-fill-mode: both;
1442
+ -webkit-animation-play-state: paused;
1443
+ animation-play-state: paused;
1444
+ }
1445
+ .ant-zoom-left-leave {
1446
+ -webkit-animation-duration: 0.2s;
1447
+ animation-duration: 0.2s;
1448
+ -webkit-animation-fill-mode: both;
1449
+ animation-fill-mode: both;
1450
+ -webkit-animation-play-state: paused;
1451
+ animation-play-state: paused;
1452
+ }
1453
+ .ant-zoom-left-enter.ant-zoom-left-enter-active,
1454
+ .ant-zoom-left-appear.ant-zoom-left-appear-active {
1455
+ -webkit-animation-name: antZoomLeftIn;
1456
+ animation-name: antZoomLeftIn;
1457
+ -webkit-animation-play-state: running;
1458
+ animation-play-state: running;
1459
+ }
1460
+ .ant-zoom-left-leave.ant-zoom-left-leave-active {
1461
+ -webkit-animation-name: antZoomLeftOut;
1462
+ animation-name: antZoomLeftOut;
1463
+ -webkit-animation-play-state: running;
1464
+ animation-play-state: running;
1465
+ pointer-events: none;
1466
+ }
1467
+ .ant-zoom-left-enter,
1468
+ .ant-zoom-left-appear {
1469
+ transform: scale(0);
1470
+ opacity: 0;
1471
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1472
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1473
+ }
1474
+ .ant-zoom-left-enter-prepare,
1475
+ .ant-zoom-left-appear-prepare {
1476
+ transform: none;
1477
+ }
1478
+ .ant-zoom-left-leave {
1479
+ -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1480
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1481
+ }
1482
+ .ant-zoom-right-enter,
1483
+ .ant-zoom-right-appear {
1484
+ -webkit-animation-duration: 0.2s;
1485
+ animation-duration: 0.2s;
1486
+ -webkit-animation-fill-mode: both;
1487
+ animation-fill-mode: both;
1488
+ -webkit-animation-play-state: paused;
1489
+ animation-play-state: paused;
1490
+ }
1491
+ .ant-zoom-right-leave {
1492
+ -webkit-animation-duration: 0.2s;
1493
+ animation-duration: 0.2s;
1494
+ -webkit-animation-fill-mode: both;
1495
+ animation-fill-mode: both;
1496
+ -webkit-animation-play-state: paused;
1497
+ animation-play-state: paused;
1498
+ }
1499
+ .ant-zoom-right-enter.ant-zoom-right-enter-active,
1500
+ .ant-zoom-right-appear.ant-zoom-right-appear-active {
1501
+ -webkit-animation-name: antZoomRightIn;
1502
+ animation-name: antZoomRightIn;
1503
+ -webkit-animation-play-state: running;
1504
+ animation-play-state: running;
1505
+ }
1506
+ .ant-zoom-right-leave.ant-zoom-right-leave-active {
1507
+ -webkit-animation-name: antZoomRightOut;
1508
+ animation-name: antZoomRightOut;
1509
+ -webkit-animation-play-state: running;
1510
+ animation-play-state: running;
1511
+ pointer-events: none;
1512
+ }
1513
+ .ant-zoom-right-enter,
1514
+ .ant-zoom-right-appear {
1515
+ transform: scale(0);
1516
+ opacity: 0;
1517
+ -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1518
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1519
+ }
1520
+ .ant-zoom-right-enter-prepare,
1521
+ .ant-zoom-right-appear-prepare {
1522
+ transform: none;
1523
+ }
1524
+ .ant-zoom-right-leave {
1525
+ -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1526
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1527
+ }
1528
+ @-webkit-keyframes antZoomIn {
1529
+ 0% {
1530
+ transform: scale(0.2);
1531
+ opacity: 0;
1532
+ }
1533
+ 100% {
1534
+ transform: scale(1);
1535
+ opacity: 1;
1536
+ }
1537
+ }
1538
+ @keyframes antZoomIn {
1539
+ 0% {
1540
+ transform: scale(0.2);
1541
+ opacity: 0;
1542
+ }
1543
+ 100% {
1544
+ transform: scale(1);
1545
+ opacity: 1;
1546
+ }
1547
+ }
1548
+ @-webkit-keyframes antZoomOut {
1549
+ 0% {
1550
+ transform: scale(1);
1551
+ }
1552
+ 100% {
1553
+ transform: scale(0.2);
1554
+ opacity: 0;
1555
+ }
1556
+ }
1557
+ @keyframes antZoomOut {
1558
+ 0% {
1559
+ transform: scale(1);
1560
+ }
1561
+ 100% {
1562
+ transform: scale(0.2);
1563
+ opacity: 0;
1564
+ }
1565
+ }
1566
+ @-webkit-keyframes antZoomBigIn {
1567
+ 0% {
1568
+ transform: scale(0.8);
1569
+ opacity: 0;
1570
+ }
1571
+ 100% {
1572
+ transform: scale(1);
1573
+ opacity: 1;
1574
+ }
1575
+ }
1576
+ @keyframes antZoomBigIn {
1577
+ 0% {
1578
+ transform: scale(0.8);
1579
+ opacity: 0;
1580
+ }
1581
+ 100% {
1582
+ transform: scale(1);
1583
+ opacity: 1;
1584
+ }
1585
+ }
1586
+ @-webkit-keyframes antZoomBigOut {
1587
+ 0% {
1588
+ transform: scale(1);
1589
+ }
1590
+ 100% {
1591
+ transform: scale(0.8);
1592
+ opacity: 0;
1593
+ }
1594
+ }
1595
+ @keyframes antZoomBigOut {
1596
+ 0% {
1597
+ transform: scale(1);
1598
+ }
1599
+ 100% {
1600
+ transform: scale(0.8);
1601
+ opacity: 0;
1602
+ }
1603
+ }
1604
+ @-webkit-keyframes antZoomUpIn {
1605
+ 0% {
1606
+ transform: scale(0.8);
1607
+ transform-origin: 50% 0%;
1608
+ opacity: 0;
1609
+ }
1610
+ 100% {
1611
+ transform: scale(1);
1612
+ transform-origin: 50% 0%;
1613
+ }
1614
+ }
1615
+ @keyframes antZoomUpIn {
1616
+ 0% {
1617
+ transform: scale(0.8);
1618
+ transform-origin: 50% 0%;
1619
+ opacity: 0;
1620
+ }
1621
+ 100% {
1622
+ transform: scale(1);
1623
+ transform-origin: 50% 0%;
1624
+ }
1625
+ }
1626
+ @-webkit-keyframes antZoomUpOut {
1627
+ 0% {
1628
+ transform: scale(1);
1629
+ transform-origin: 50% 0%;
1630
+ }
1631
+ 100% {
1632
+ transform: scale(0.8);
1633
+ transform-origin: 50% 0%;
1634
+ opacity: 0;
1635
+ }
1636
+ }
1637
+ @keyframes antZoomUpOut {
1638
+ 0% {
1639
+ transform: scale(1);
1640
+ transform-origin: 50% 0%;
1641
+ }
1642
+ 100% {
1643
+ transform: scale(0.8);
1644
+ transform-origin: 50% 0%;
1645
+ opacity: 0;
1646
+ }
1647
+ }
1648
+ @-webkit-keyframes antZoomLeftIn {
1649
+ 0% {
1650
+ transform: scale(0.8);
1651
+ transform-origin: 0% 50%;
1652
+ opacity: 0;
1653
+ }
1654
+ 100% {
1655
+ transform: scale(1);
1656
+ transform-origin: 0% 50%;
1657
+ }
1658
+ }
1659
+ @keyframes antZoomLeftIn {
1660
+ 0% {
1661
+ transform: scale(0.8);
1662
+ transform-origin: 0% 50%;
1663
+ opacity: 0;
1664
+ }
1665
+ 100% {
1666
+ transform: scale(1);
1667
+ transform-origin: 0% 50%;
1668
+ }
1669
+ }
1670
+ @-webkit-keyframes antZoomLeftOut {
1671
+ 0% {
1672
+ transform: scale(1);
1673
+ transform-origin: 0% 50%;
1674
+ }
1675
+ 100% {
1676
+ transform: scale(0.8);
1677
+ transform-origin: 0% 50%;
1678
+ opacity: 0;
1679
+ }
1680
+ }
1681
+ @keyframes antZoomLeftOut {
1682
+ 0% {
1683
+ transform: scale(1);
1684
+ transform-origin: 0% 50%;
1685
+ }
1686
+ 100% {
1687
+ transform: scale(0.8);
1688
+ transform-origin: 0% 50%;
1689
+ opacity: 0;
1690
+ }
1691
+ }
1692
+ @-webkit-keyframes antZoomRightIn {
1693
+ 0% {
1694
+ transform: scale(0.8);
1695
+ transform-origin: 100% 50%;
1696
+ opacity: 0;
1697
+ }
1698
+ 100% {
1699
+ transform: scale(1);
1700
+ transform-origin: 100% 50%;
1701
+ }
1702
+ }
1703
+ @keyframes antZoomRightIn {
1704
+ 0% {
1705
+ transform: scale(0.8);
1706
+ transform-origin: 100% 50%;
1707
+ opacity: 0;
1708
+ }
1709
+ 100% {
1710
+ transform: scale(1);
1711
+ transform-origin: 100% 50%;
1712
+ }
1713
+ }
1714
+ @-webkit-keyframes antZoomRightOut {
1715
+ 0% {
1716
+ transform: scale(1);
1717
+ transform-origin: 100% 50%;
1718
+ }
1719
+ 100% {
1720
+ transform: scale(0.8);
1721
+ transform-origin: 100% 50%;
1722
+ opacity: 0;
1723
+ }
1724
+ }
1725
+ @keyframes antZoomRightOut {
1726
+ 0% {
1727
+ transform: scale(1);
1728
+ transform-origin: 100% 50%;
1729
+ }
1730
+ 100% {
1731
+ transform: scale(0.8);
1732
+ transform-origin: 100% 50%;
1733
+ opacity: 0;
1734
+ }
1735
+ }
1736
+ @-webkit-keyframes antZoomDownIn {
1737
+ 0% {
1738
+ transform: scale(0.8);
1739
+ transform-origin: 50% 100%;
1740
+ opacity: 0;
1741
+ }
1742
+ 100% {
1743
+ transform: scale(1);
1744
+ transform-origin: 50% 100%;
1745
+ }
1746
+ }
1747
+ @keyframes antZoomDownIn {
1748
+ 0% {
1749
+ transform: scale(0.8);
1750
+ transform-origin: 50% 100%;
1751
+ opacity: 0;
1752
+ }
1753
+ 100% {
1754
+ transform: scale(1);
1755
+ transform-origin: 50% 100%;
1756
+ }
1757
+ }
1758
+ @-webkit-keyframes antZoomDownOut {
1759
+ 0% {
1760
+ transform: scale(1);
1761
+ transform-origin: 50% 100%;
1762
+ }
1763
+ 100% {
1764
+ transform: scale(0.8);
1765
+ transform-origin: 50% 100%;
1766
+ opacity: 0;
1767
+ }
1768
+ }
1769
+ @keyframes antZoomDownOut {
1770
+ 0% {
1771
+ transform: scale(1);
1772
+ transform-origin: 50% 100%;
1773
+ }
1774
+ 100% {
1775
+ transform: scale(0.8);
1776
+ transform-origin: 50% 100%;
1777
+ opacity: 0;
1778
+ }
1779
+ }
1780
+ .ant-motion-collapse-legacy {
1781
+ overflow: hidden;
1782
+ }
1783
+ .ant-motion-collapse-legacy-active {
1784
+ transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1785
+ }
1786
+ .ant-motion-collapse {
1787
+ overflow: hidden;
1788
+ transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1789
+ }
6
1790
  .label-auto-complete {
7
1791
  position: relative;
8
1792
  width: 100%;