@kne/react-filter 0.1.28 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,73 +1,717 @@
1
- .react-filter-inner {
2
- padding-right: 116px; }
1
+ .kne-react-filter_b3gMw {
2
+ padding: 0 !important;
3
+ border: none !important;
4
+ font-size: var(--font-size-small, 12px) !important;
5
+ }
3
6
 
4
- .react-filter-divider {
5
- margin: 5px auto; }
7
+ .kne-react-filter_e3V6h {
8
+ display: block;
9
+ font-size: var(--font-size-small, 12px) !important;
10
+ transform: scale(0.5);
11
+ }
6
12
 
7
- .react-filter-line {
8
- min-width: 100%; }
13
+ .kne-react-filter_dLoYj {
14
+ display: block;
15
+ font-size: var(--font-size-small, 12px) !important;
16
+ transform: scale(0.83);
17
+ }
9
18
 
10
- .react-filter-item {
19
+ .kne-react-filter_khFt2 {
20
+ width: 100%;
21
+ padding: 8px var(--padding-width, 16px);
22
+ line-height: 32px;
23
+ border-bottom: solid 1px rgba(126, 134, 142, 0.16);
24
+ }
25
+ .kne-react-filter_khFt2 > .ant-space-item:last-child {
26
+ flex: 1;
27
+ }
28
+
29
+ @keyframes kne-react-filter_6RxjE {
30
+ from {
31
+ max-height: 0;
32
+ }
33
+ to {
34
+ max-height: var(--react-filter-popover-mobile-height, 100vh);
35
+ }
36
+ }
37
+ @keyframes kne-react-filter_009r- {
38
+ from {
39
+ max-height: var(--react-filter-popover-mobile-height, 100vh);
40
+ opacity: 1;
41
+ }
42
+ to {
43
+ max-height: 0;
44
+ opacity: 0;
45
+ }
46
+ }
47
+ @keyframes kne-react-filter_oCXiX {
48
+ from {
49
+ opacity: 0;
50
+ }
51
+ to {
52
+ opacity: 1;
53
+ }
54
+ }
55
+ @keyframes kne-react-filter_cDx1y {
56
+ from {
57
+ opacity: 1;
58
+ }
59
+ to {
60
+ opacity: 0;
61
+ }
62
+ }
63
+ .kne-react-filter_j2mP1 {
64
+ height: 0;
65
+ width: 0;
66
+ left: 0;
67
+ top: 0;
68
+ overflow: hidden;
69
+ position: absolute;
70
+ padding: 0;
71
+ line-height: 0;
72
+ }
73
+
74
+ .kne-react-filter_HptIY {
75
+ width: 100%;
76
+ line-height: 32px;
77
+ }
78
+ .kne-react-filter_HptIY .kne-react-filter_7Ob6- {
79
+ line-height: 32px;
80
+ }
81
+ .kne-react-filter_HptIY .kne-react-filter_Y9XTa .kne-react-filter_CJ935 {
82
+ border-color: var(--font-color-grey-2, #999);
83
+ }
84
+ .kne-react-filter_HptIY > .ant-space-item:last-child {
85
+ flex: 1;
86
+ }
87
+ .kne-react-filter_HptIY .kne-react-filter_JpaMr.kne-react-filter_LfQME {
88
+ border: solid 1px var(--font-color-grey-2, #999);
89
+ }
90
+
91
+ .kne-react-filter_pBsaE {
92
+ border-top: solid 1px var(--bg-color-grey-2, #f0f0f0);
93
+ padding: 6px 0;
94
+ font-size: var(--font-size-small, 12px) !important;
95
+ }
96
+
97
+ .kne-react-filter_Bx3s8 {
98
+ display: block;
99
+ font-weight: bold;
11
100
  white-space: nowrap;
12
- line-height: 32px; }
13
- .react-filter-item .ant-input, .react-filter-item .ant-select, .react-filter-item .ant-input-number {
14
- min-width: 150px; }
15
- .react-filter-item .react-filter-range .ant-input-number {
16
- min-width: auto; }
101
+ font-size: var(--font-size-small, 12px) !important;
102
+ }
103
+
104
+ .kne-react-filter_Y9XTa {
105
+ display: flex;
106
+ align-items: center;
107
+ flex-wrap: wrap;
108
+ position: relative;
109
+ min-height: 32px;
110
+ gap: 8px;
111
+ }
112
+ .kne-react-filter_Y9XTa .kne-react-filter_CJ935 {
113
+ color: var(--font-color-grey, #666);
114
+ border-color: transparent;
115
+ }
116
+ .kne-react-filter_Y9XTa .kne-react-filter_CJ935:hover {
117
+ color: var(--primary-color, #1890ff);
118
+ }
119
+
120
+ .kne-react-filter_7Ob6- {
121
+ line-height: 24px;
122
+ margin-bottom: 6px;
123
+ }
124
+ .kne-react-filter_7Ob6- input {
125
+ font-size: var(--font-size-small, 12px) !important;
126
+ }
127
+ .kne-react-filter_7Ob6- .kne-react-filter_JpaMr {
128
+ padding: 0 4px;
129
+ }
17
130
 
18
- .react-filter-item-popover .ant-input, .react-filter-item-popover .ant-select, .react-filter-item-popover .ant-input-number {
19
- min-width: 150px; }
131
+ .kne-react-filter_Co4Pg {
132
+ height: 32px;
133
+ }
20
134
 
21
- .react-filter-item-popover .react-filter-range .ant-input-number {
22
- min-width: auto; }
135
+ .kne-react-filter_JpaMr {
136
+ position: relative;
137
+ height: 20px;
138
+ overflow: hidden;
139
+ color: var(--font-color-grey, #666);
140
+ border-radius: var(--radius-default, 2px);
141
+ padding: 0 var(--font-size-small, 12px);
142
+ transition: color 300ms, background 300ms;
143
+ cursor: pointer;
144
+ }
145
+ .kne-react-filter_JpaMr .ant-space-item {
146
+ font-size: 12px;
147
+ line-height: 20px;
148
+ }
149
+ .kne-react-filter_JpaMr.kne-react-filter_G1cRp {
150
+ color: var(--primary-color, #1890ff);
151
+ width: auto;
152
+ }
153
+ .kne-react-filter_JpaMr:hover {
154
+ background: var(--bg-color-grey-1, #f5f5f5);
155
+ }
156
+ .kne-react-filter_JpaMr.kne-react-filter_Aab98 {
157
+ color: var(--primary-color, #1890ff);
158
+ }
159
+ .kne-react-filter_JpaMr.kne-react-filter_Ww12R {
160
+ color: #fff;
161
+ background: var(--primary-color, #1890ff);
162
+ }
163
+ .kne-react-filter_JpaMr.kne-react-filter_Ww12R .kne-react-filter_e3V6h {
164
+ transform: rotate(180deg) scale(0.5);
165
+ }
166
+ .kne-react-filter_JpaMr .advance-select-input {
167
+ width: 100%;
168
+ height: 100%;
169
+ overflow: hidden;
170
+ }
23
171
 
24
- .react-filter-item-label {
25
- font-size: 14px; }
26
- .react-filter-item-label.is-more {
27
- cursor: pointer; }
172
+ .kne-react-filter_2ExqW {
173
+ opacity: 0;
174
+ pointer-events: none;
175
+ height: 20px;
176
+ overflow: hidden;
177
+ }
178
+ .kne-react-filter_2ExqW .ant-btn {
179
+ font-size: var(--font-size-small, 12px) !important;
180
+ }
28
181
 
29
- .react-filter-item-children {
182
+ .kne-react-filter_LfQME {
183
+ position: absolute;
184
+ right: 0;
185
+ bottom: 0;
186
+ }
187
+ .kne-react-filter_LfQME .ant-btn {
188
+ font-size: var(--font-size-small, 12px) !important;
189
+ }
190
+
191
+ .kne-react-filter_JAmeE {
192
+ white-space: nowrap;
30
193
  display: flex;
31
- align-items: center; }
32
-
33
- .react-filter-search-button {
34
- position: relative; }
35
- .react-filter-search-button .inner {
36
- position: relative; }
37
- .react-filter-search-button:before {
38
- content: '';
39
- display: block;
40
- position: absolute;
41
- width: 100%;
42
- height: 100%;
43
- pointer-events: none;
44
- border-radius: 3px;
45
- padding: 4px 4px 4px 60px;
46
- box-sizing: content-box;
47
- transform: translate(-3px, -3px);
48
- transition: box-shadow 300ms, background 300ms; }
49
- .react-filter-search-button.is-active {
50
- z-index: 1; }
51
- .react-filter-search-button.is-active .inner {
52
- z-index: 1; }
53
- .react-filter-search-button.is-active:before {
54
- pointer-events: auto;
55
- box-shadow: 2px 3px 10px 4px rgba(0, 0, 0, 0.2);
56
- background: #FFFFFF; }
57
-
58
- .react-filter-search-confirm.is-more {
59
- margin-left: 8px; }
60
-
61
- .react-filter-search-confirm:not(.is-more) {
194
+ font-size: var(--font-size-small, 12px) !important;
195
+ }
196
+
197
+ .kne-react-filter_WvRvl {
62
198
  position: absolute;
63
- top: 50%;
64
- right: -10px;
65
- transform: translate(100%, -50%); }
199
+ left: 0;
200
+ top: 0;
201
+ width: 100%;
202
+ height: 100%;
203
+ opacity: 0;
204
+ overflow: hidden;
205
+ display: inline-flex;
206
+ }
207
+ .kne-react-filter_WvRvl input,
208
+ .kne-react-filter_WvRvl .ant-picker-range-separator,
209
+ .kne-react-filter_WvRvl .ant-picker-separator {
210
+ cursor: pointer;
211
+ }
212
+ .kne-react-filter_WvRvl .kne-react-filter_dG8rq {
213
+ flex: 1;
214
+ }
215
+
216
+ .kne-react-filter_qlWu6 {
217
+ min-width: 0;
218
+ width: 100%;
219
+ }
220
+
221
+ .kne-react-filter_oaIF4 {
222
+ position: relative;
223
+ min-width: 0;
224
+ width: 100%;
225
+ max-width: 100%;
226
+ }
227
+
228
+ .kne-react-filter_Jq43Q {
229
+ min-width: 0;
230
+ width: 100%;
231
+ max-width: 100%;
232
+ }
233
+
234
+ .kne-react-filter_BdfSI {
235
+ display: none;
236
+ }
237
+
238
+ .kne-react-filter_LV2VI {
239
+ line-height: 18px;
240
+ padding: 0 4px;
241
+ }
242
+
243
+ .kne-react-filter_dG8rq {
244
+ line-height: 18px;
245
+ padding: 0 4px;
246
+ margin: 0;
247
+ }
248
+
249
+ .kne-react-filter_yyR3u {
250
+ vertical-align: middle;
251
+ display: flex;
252
+ align-items: center;
253
+ background: rgba(92, 184, 178, 0.062745098);
254
+ border: none;
255
+ margin-top: 2px;
256
+ margin-bottom: 2px;
257
+ color: var(--font-color-grey, #666);
258
+ }
259
+ .kne-react-filter_yyR3u .ant-tag-close-icon {
260
+ color: var(--primary-color, #1890ff);
261
+ }
262
+ .kne-react-filter_yyR3u .ant-tag {
263
+ color: var(--font-color-grey, #666);
264
+ }
265
+
266
+ .kne-react-filter_8nm8n {
267
+ color: var(--primary-color, #1890ff);
268
+ max-width: 360px;
269
+ display: block;
270
+ text-overflow: ellipsis;
271
+ overflow: hidden;
272
+ margin-left: 4px;
273
+ }
274
+ .kne-react-filter_8nm8n .ant-space {
275
+ font-size: 12px;
276
+ }
277
+
278
+ .kne-react-filter_tWyCr {
279
+ background: var(--primary-color-1, rgba(24, 144, 255, 0.1));
280
+ border: none;
281
+ padding: 2px 8px;
282
+ margin: 0;
283
+ line-height: 20px;
284
+ }
285
+ .kne-react-filter_tWyCr .ant-tag-close-icon {
286
+ color: var(--primary-color, #1890ff);
287
+ }
288
+
289
+ .kne-react-filter_XPzrL {
290
+ color: var(--font-color-grey, #666);
291
+ }
292
+
293
+ .kne-react-filter_6e79l {
294
+ color: var(--primary-color, #1890ff);
295
+ }
296
+
297
+ .kne-react-filter_g-hXk {
298
+ padding: 24px;
299
+ }
300
+
301
+ .kne-react-filter_4n4MP {
302
+ display: block;
303
+ background: #fff;
304
+ border-radius: var(--radius-large, 8px);
305
+ box-shadow: var(--ant-box-shadow-secondary);
306
+ }
307
+
308
+ .kne-react-filter_6Zx60 .ant-picker-range-arrow {
309
+ display: none !important;
310
+ }
311
+ .kne-react-filter_6Zx60 .ant-picker-panel-container {
312
+ transform: translateY(-10px);
313
+ }
66
314
 
67
- .react-filter-switch-btn {
68
- margin-top: -32px; }
315
+ .kne-react-filter_m7Csi {
316
+ padding: 0;
317
+ }
318
+ .kne-react-filter_m7Csi .ant-input-number-focused {
319
+ box-shadow: none;
320
+ }
69
321
 
70
- .react-filter-selected {
71
- width: 100%; }
322
+ .kne-react-filter_o2B3k {
323
+ position: fixed;
324
+ left: 0;
325
+ right: 0;
326
+ bottom: 0;
327
+ z-index: 1029;
328
+ background: rgba(0, 0, 0, 0.45);
329
+ animation: kne-react-filter_oCXiX 180ms ease-out both;
330
+ }
331
+
332
+ .kne-react-filter_qGnRO {
333
+ animation: kne-react-filter_cDx1y 180ms ease-out both;
334
+ }
335
+
336
+ .kne-react-filter_wq5nf {
337
+ left: 0 !important;
338
+ right: auto !important;
339
+ top: var(--react-filter-field-mobile-top) !important;
340
+ width: 100vw !important;
341
+ max-width: 100vw;
342
+ max-height: var(--react-filter-field-mobile-height, 100vh);
343
+ overflow: hidden;
344
+ background: #fff;
345
+ border-radius: 0 0 var(--radius-default, 2px) var(--radius-default, 2px) !important;
346
+ box-shadow: none !important;
347
+ animation: kne-react-filter_6RxjE 180ms ease-out both;
348
+ }
349
+ .kne-react-filter_wq5nf.ant-slide-up-enter, .kne-react-filter_wq5nf.ant-slide-up-appear, .kne-react-filter_wq5nf.ant-slide-up-enter-active, .kne-react-filter_wq5nf.ant-slide-up-appear-active, .kne-react-filter_wq5nf.ant-slide-up-leave, .kne-react-filter_wq5nf.ant-slide-up-leave-active {
350
+ transform: none !important;
351
+ transition: none !important;
352
+ }
353
+ .kne-react-filter_wq5nf .ant-select-dropdown,
354
+ .kne-react-filter_wq5nf .ant-picker-dropdown,
355
+ .kne-react-filter_wq5nf .ant-picker-panel-container {
356
+ box-shadow: none !important;
357
+ border-radius: 0 0 var(--radius-default, 2px) var(--radius-default, 2px) !important;
358
+ }
359
+ .kne-react-filter_wq5nf .ant-picker-panel-container,
360
+ .kne-react-filter_wq5nf .ant-picker-panels,
361
+ .kne-react-filter_wq5nf .ant-select-item-option-content {
362
+ max-width: 100%;
363
+ }
364
+ .kne-react-filter_wq5nf .ant-picker-panel-container {
365
+ overflow: auto;
366
+ max-height: var(--react-filter-field-mobile-height, 100vh);
367
+ transform: none !important;
368
+ }
369
+ .kne-react-filter_wq5nf .ant-select-item-option-content {
370
+ white-space: normal;
371
+ }
372
+ .kne-react-filter_wq5nf .over-content {
373
+ width: 100vw;
374
+ max-width: 100vw;
375
+ max-height: var(--react-filter-field-mobile-height, 100vh);
376
+ overflow: auto;
377
+ background: #fff;
378
+ }
379
+
380
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-panel-container,
381
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-panel-layout,
382
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-panel,
383
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-footer,
384
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-header,
385
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-body,
386
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-content {
387
+ width: 100%;
388
+ min-width: 100%;
389
+ }
390
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-date-panel,
391
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-week-panel,
392
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-month-panel,
393
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-quarter-panel,
394
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-year-panel,
395
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-decade-panel,
396
+ .kne-react-filter_wq5nf.kne-react-filter_iwLs2 .ant-picker-time-panel {
397
+ width: 100%;
398
+ }
399
+
400
+ .react-filter-field-mobile-popup.ant-slide-up-enter,
401
+ .react-filter-field-mobile-popup.ant-slide-up-appear,
402
+ .react-filter-field-mobile-popup.ant-slide-up-enter-prepare,
403
+ .react-filter-field-mobile-popup.ant-slide-up-appear-prepare,
404
+ .react-filter-field-mobile-popup.ant-slide-up-enter-start,
405
+ .react-filter-field-mobile-popup.ant-slide-up-appear-start,
406
+ .react-filter-field-mobile-popup.ant-slide-up-enter-active,
407
+ .react-filter-field-mobile-popup.ant-slide-up-appear-active {
408
+ transform: none !important;
409
+ transition: none !important;
410
+ animation: kne-react-filter_6RxjE 180ms ease-out both !important;
411
+ }
412
+
413
+ .react-filter-field-mobile-popup.ant-slide-up-leave,
414
+ .react-filter-field-mobile-popup.ant-slide-up-leave-active {
415
+ transform: none !important;
416
+ transition: none !important;
417
+ pointer-events: none !important;
418
+ animation: kne-react-filter_009r- 120ms ease-out both !important;
419
+ }
420
+
421
+ .kne-react-filter_iqe8W {
422
+ border-top: solid 1px var(--bg-color-grey-3, #e8e8e8);
423
+ padding: 8px 24px;
424
+ }
425
+
426
+ .kne-react-filter_72gGQ {
427
+ width: 100%;
428
+ height: 100%;
429
+ }
430
+
431
+ .kne-react-filter_cYX12 {
432
+ height: 100%;
433
+ min-height: unset !important;
434
+ }
435
+
436
+ .kne-react-filter_cnMY- {
437
+ min-width: 240px;
438
+ }
439
+
440
+ .kne-react-filter_Cv2Bw {
441
+ width: 120px;
442
+ }
443
+
444
+ .kne-react-filter_CBczA {
445
+ display: inline-flex;
446
+ }
447
+ .kne-react-filter_CBczA .kne-react-filter_Aab98 {
448
+ color: var(--font-color, #333);
449
+ }
450
+ .kne-react-filter_CBczA .kne-react-filter_JAmeE {
451
+ font-size: var(--font-size-small, 12px) !important;
452
+ color: var(--font-color, #333);
453
+ }
454
+ .kne-react-filter_CBczA .kne-react-filter_JpaMr:hover {
455
+ background-color: transparent;
456
+ }
457
+ .kne-react-filter_CBczA .kne-react-filter_JpaMr:hover .kne-react-filter_JAmeE {
458
+ color: var(--primary-color, #1890ff);
459
+ }
460
+ .kne-react-filter_CBczA .ant-popover-open,
461
+ .kne-react-filter_CBczA .ant-dropdown-open {
462
+ background-color: var(--primary-color, #1890ff);
463
+ }
464
+ .kne-react-filter_CBczA .ant-popover-open .filter-item-label,
465
+ .kne-react-filter_CBczA .ant-dropdown-open .filter-item-label {
466
+ color: #fff;
467
+ }
468
+ .kne-react-filter_CBczA .iconfont {
469
+ display: none;
470
+ }
471
+
472
+ .kne-react-filter_ldxUR .kne-react-filter_JpaMr {
473
+ background-color: var(--primary-color, #1890ff);
474
+ }
475
+ .kne-react-filter_ldxUR .kne-react-filter_JAmeE {
476
+ gap: 0 !important;
477
+ color: #fff;
478
+ }
479
+
480
+ .kne-react-filter_4p3C9.ant-input {
481
+ width: 32px;
482
+ border-left: 0;
483
+ border-right: 0;
484
+ pointer-events: none;
485
+ background: transparent;
486
+ }
487
+
488
+ .kne-react-filter_yy1y1:first-child {
489
+ width: 105px;
490
+ }
491
+ .kne-react-filter_yy1y1:first-child:not(.ant-input-number-focused):not(:hover) {
492
+ border-right-color: transparent;
493
+ }
494
+ .kne-react-filter_yy1y1 .ant-input-number {
495
+ width: 105px;
496
+ }
497
+ .kne-react-filter_yy1y1 .ant-input-number:not(.ant-input-number-focused):not(:hover) {
498
+ border-left-color: transparent;
499
+ }
500
+ .kne-react-filter_yy1y1 .ant-input-number-group-addon:last-child {
501
+ border-left: 1px solid #d9d9d9;
502
+ }
503
+
504
+ .kne-react-filter_81zQn .ant-picker-input {
505
+ display: none;
506
+ }
507
+
508
+ .kne-react-filter_UHBfi .ant-select-selector {
509
+ padding-left: 11px;
510
+ }
511
+ .kne-react-filter_UHBfi .ant-select-selection-item {
512
+ font-size: 12px;
513
+ height: 20px;
514
+ line-height: 20px;
515
+ align-items: center;
516
+ display: flex;
517
+ vertical-align: middle;
518
+ background: rgba(34, 34, 34, 0.02);
519
+ border: 1px solid #d9d9d9;
520
+ border-radius: var(--radius-default, 2px);
521
+ }
522
+
523
+ .kne-react-filter_bY8JQ {
524
+ font-size: 14px;
525
+ }
526
+
527
+ .kne-react-filter_rg45N {
528
+ padding: 24px 16px 18px;
529
+ border-bottom: solid 1px rgba(126, 134, 142, 0.16);
530
+ }
531
+ .kne-react-filter_rg45N .kne-react-filter_Bx3s8 {
532
+ min-width: 60px;
533
+ line-height: 22px;
534
+ }
535
+ .kne-react-filter_rg45N .kne-react-filter_Co4Pg {
536
+ height: auto;
537
+ }
538
+ .kne-react-filter_rg45N .kne-react-filter_khFt2 {
539
+ line-height: unset;
540
+ }
541
+ .kne-react-filter_rg45N .kne-react-filter_Y9XTa {
542
+ min-height: auto;
543
+ }
544
+
545
+ .kne-react-filter_HcsA8 {
546
+ position: relative;
547
+ overflow: hidden;
548
+ display: inline-flex;
549
+ align-items: center;
550
+ }
551
+
552
+ .kne-react-filter_4Bqtz {
553
+ position: absolute !important;
554
+ top: 0;
555
+ left: 0;
556
+ right: 0;
557
+ bottom: 0;
558
+ opacity: 0;
559
+ min-width: auto !important;
560
+ }
561
+
562
+ .kne-react-filter_jVH7z {
563
+ padding: 0 !important;
564
+ border-bottom: none !important;
565
+ }
566
+
567
+ @media (max-width: 768px) {
568
+ .kne-react-filter_khFt2 {
569
+ gap: 0 !important;
570
+ padding: 4px 0;
571
+ box-sizing: border-box;
572
+ border-bottom: none;
573
+ }
574
+ .kne-react-filter_khFt2 .ant-row {
575
+ width: 100%;
576
+ min-width: 0;
577
+ }
578
+ .kne-react-filter_khFt2 > .ant-space-item:last-child {
579
+ min-width: 0;
580
+ overflow: hidden;
581
+ }
582
+ .kne-react-filter_Bx3s8 {
583
+ display: none;
584
+ }
585
+ .kne-react-filter_oaIF4 {
586
+ padding-right: 18px;
587
+ overflow: hidden;
588
+ }
589
+ .kne-react-filter_Jq43Q {
590
+ display: flex;
591
+ align-items: center;
592
+ flex-wrap: nowrap;
593
+ gap: 8px;
594
+ overflow-x: auto;
595
+ overflow-y: hidden;
596
+ scroll-padding-inline: 8px 36px;
597
+ scrollbar-width: none;
598
+ -webkit-overflow-scrolling: touch;
599
+ }
600
+ .kne-react-filter_Jq43Q::-webkit-scrollbar {
601
+ display: none;
602
+ }
603
+ .kne-react-filter_Jq43Q .kne-react-filter_Y9XTa {
604
+ flex: 0 0 auto;
605
+ flex-wrap: nowrap;
606
+ min-height: auto;
607
+ }
608
+ .kne-react-filter_qlWu6 {
609
+ flex: 1 1 0 !important;
610
+ min-width: 0;
611
+ max-width: 100%;
612
+ overflow: hidden;
613
+ }
614
+ .kne-react-filter_BdfSI {
615
+ position: absolute;
616
+ top: 50%;
617
+ right: 0;
618
+ display: flex;
619
+ align-items: center;
620
+ justify-content: flex-end;
621
+ width: 10px;
622
+ height: 100%;
623
+ padding: 0;
624
+ border: 0;
625
+ color: var(--font-color-grey, #666);
626
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 55%);
627
+ transform: translateY(-50%);
628
+ cursor: pointer;
629
+ }
630
+ .kne-react-filter_BdfSI::before {
631
+ content: "";
632
+ position: absolute;
633
+ top: 0;
634
+ left: -24px;
635
+ width: 24px;
636
+ height: 100%;
637
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
638
+ pointer-events: none;
639
+ }
640
+ .kne-react-filter_Fd6ab {
641
+ display: block;
642
+ font-size: 24px;
643
+ line-height: 1;
644
+ }
645
+ .kne-react-filter_Co4Pg {
646
+ height: auto;
647
+ }
648
+ .kne-react-filter_JpaMr {
649
+ height: auto;
650
+ min-height: 28px;
651
+ padding: 4px 12px;
652
+ border-radius: 999px;
653
+ background: var(--bg-color-grey-1, #f5f5f5);
654
+ display: flex;
655
+ align-items: center;
656
+ }
657
+ .kne-react-filter_m7Csi {
658
+ left: 0 !important;
659
+ right: auto !important;
660
+ width: 100vw;
661
+ max-width: 100vw;
662
+ max-height: var(--react-filter-popover-mobile-height, 100vh);
663
+ overflow: hidden;
664
+ }
665
+ .kne-react-filter_m7Csi .kne-react-filter_4n4MP {
666
+ display: flex;
667
+ flex-direction: column;
668
+ width: 100%;
669
+ max-height: var(--react-filter-popover-mobile-height, 100vh);
670
+ min-height: 0;
671
+ overflow: hidden;
672
+ background: #fff;
673
+ border-radius: 0 0 var(--radius-default, 2px) var(--radius-default, 2px) !important;
674
+ box-shadow: none;
675
+ }
676
+ .kne-react-filter_m7Csi .kne-react-filter_g-hXk {
677
+ flex: 1 1 auto;
678
+ min-height: 0;
679
+ overflow: auto;
680
+ -webkit-overflow-scrolling: touch;
681
+ }
682
+ .kne-react-filter_m7Csi .kne-react-filter_iqe8W {
683
+ flex: 0 0 auto;
684
+ }
685
+ }
686
+ .kne-react-filter_3w4Bb {
687
+ display: flex;
688
+ flex-wrap: wrap;
689
+ gap: 8px;
690
+ padding-top: 8px;
691
+ }
72
692
 
693
+ .kne-react-filter_myRhG {
694
+ display: inline-flex;
695
+ align-items: center;
696
+ justify-content: center;
697
+ padding: 2px 12px;
698
+ font-size: 12px;
699
+ line-height: 20px;
700
+ border-radius: 4px;
701
+ cursor: pointer;
702
+ transition: all 0.2s;
703
+ border: none;
704
+ background: var(--bg-color-grey-1, #f5f5f5);
705
+ color: var(--font-color-grey, #666);
706
+ -webkit-user-select: none;
707
+ user-select: none;
708
+ }
709
+ .kne-react-filter_myRhG:hover {
710
+ background: var(--primary-color-1, rgba(24, 144, 255, 0.1));
711
+ color: var(--primary-color, #1890ff);
712
+ }
713
+ .kne-react-filter_myRhG.kne-react-filter_FowoG {
714
+ background: var(--primary-color-1, rgba(24, 144, 255, 0.1));
715
+ color: var(--primary-color, #1890ff);
716
+ }
73
717
  /*# sourceMappingURL=index.css.map */