@syncfusion/ej2-dropdowns 20.1.61 → 20.2.39
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/CHANGELOG.md +3 -77
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +95 -96
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +58 -59
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/helpers/e2e/autocomplete.js +59 -43
- package/helpers/e2e/combobox.js +62 -46
- package/helpers/e2e/dropdownlist.js +71 -55
- package/helpers/e2e/index.js +11 -9
- package/helpers/e2e/listboxHelper.js +55 -38
- package/helpers/e2e/multiselect.js +104 -88
- package/package.json +11 -11
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +5 -1
- package/src/drop-down-base/drop-down-base.js +3 -5
- package/src/drop-down-list/drop-down-list.js +8 -8
- package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
- package/src/drop-down-tree/drop-down-tree.js +5 -5
- package/src/list-box/list-box.d.ts +1 -1
- package/src/list-box/list-box.js +13 -14
- package/src/multi-select/multi-select-model.d.ts +1 -1
- package/src/multi-select/multi-select.d.ts +2 -1
- package/src/multi-select/multi-select.js +28 -26
- package/styles/auto-complete/_fusionnew-definition.scss +2 -0
- package/styles/auto-complete/_material3-definition.scss +2 -0
- package/styles/bootstrap-dark.css +69 -11
- package/styles/bootstrap.css +69 -11
- package/styles/bootstrap4.css +69 -11
- package/styles/bootstrap5-dark.css +70 -12
- package/styles/bootstrap5.css +70 -12
- package/styles/combo-box/_fusionnew-definition.scss +2 -0
- package/styles/combo-box/_material3-definition.scss +2 -0
- package/styles/drop-down-base/_fusionnew-definition.scss +111 -0
- package/styles/drop-down-base/_material3-definition.scss +111 -0
- package/styles/drop-down-list/_fusionnew-definition.scss +201 -0
- package/styles/drop-down-list/_material3-definition.scss +201 -0
- package/styles/drop-down-list/icons/_fusionnew.scss +14 -0
- package/styles/drop-down-list/icons/_material3.scss +14 -0
- package/styles/drop-down-tree/_fusionnew-definition.scss +60 -0
- package/styles/drop-down-tree/_material3-definition.scss +60 -0
- package/styles/drop-down-tree/icons/_fusionnew.scss +11 -0
- package/styles/drop-down-tree/icons/_material3.scss +11 -0
- package/styles/fabric-dark.css +69 -11
- package/styles/fabric.css +69 -11
- package/styles/fluent-dark.css +73 -15
- package/styles/fluent.css +70 -12
- package/styles/highcontrast-light.css +69 -11
- package/styles/highcontrast.css +69 -11
- package/styles/list-box/_bootstrap-dark-definition.scss +5 -1
- package/styles/list-box/_bootstrap-definition.scss +5 -1
- package/styles/list-box/_bootstrap4-definition.scss +5 -1
- package/styles/list-box/_bootstrap5-definition.scss +7 -2
- package/styles/list-box/_fabric-dark-definition.scss +5 -1
- package/styles/list-box/_fabric-definition.scss +5 -1
- package/styles/list-box/_fluent-definition.scss +7 -2
- package/styles/list-box/_fusionnew-definition.scss +113 -0
- package/styles/list-box/_highcontrast-definition.scss +5 -1
- package/styles/list-box/_highcontrast-light-definition.scss +5 -1
- package/styles/list-box/_layout.scss +45 -1
- package/styles/list-box/_material-dark-definition.scss +6 -2
- package/styles/list-box/_material-definition.scss +6 -2
- package/styles/list-box/_material3-definition.scss +119 -0
- package/styles/list-box/_tailwind-definition.scss +6 -2
- package/styles/list-box/_theme.scss +40 -8
- package/styles/list-box/bootstrap-dark.css +59 -11
- package/styles/list-box/bootstrap.css +69 -11
- package/styles/list-box/bootstrap4.css +69 -11
- package/styles/list-box/bootstrap5-dark.css +70 -12
- package/styles/list-box/bootstrap5.css +70 -12
- package/styles/list-box/fabric-dark.css +59 -11
- package/styles/list-box/fabric.css +69 -11
- package/styles/list-box/fluent-dark.css +73 -15
- package/styles/list-box/fluent.css +70 -12
- package/styles/list-box/highcontrast-light.css +59 -11
- package/styles/list-box/highcontrast.css +69 -11
- package/styles/list-box/icons/_fusionnew.scss +25 -0
- package/styles/list-box/icons/_material3.scss +25 -0
- package/styles/list-box/material-dark.css +60 -12
- package/styles/list-box/material.css +70 -12
- package/styles/list-box/tailwind-dark.css +70 -12
- package/styles/list-box/tailwind.css +70 -12
- package/styles/material-dark.css +70 -12
- package/styles/material.css +70 -12
- package/styles/multi-select/_fusionnew-definition.scss +219 -0
- package/styles/multi-select/_material3-definition.scss +219 -0
- package/styles/multi-select/icons/_fusionnew.scss +27 -0
- package/styles/multi-select/icons/_material3.scss +27 -0
- package/styles/tailwind-dark.css +70 -12
- package/styles/tailwind.css +70 -12
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
text-indent: 0;
|
|
282
282
|
vertical-align: middle;
|
|
283
283
|
}
|
|
284
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
285
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
284
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
285
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
286
286
|
position: absolute;
|
|
287
287
|
right: 0;
|
|
288
288
|
top: 30%;
|
|
@@ -401,6 +401,22 @@ ejs-listbox {
|
|
|
401
401
|
list-style-type: none;
|
|
402
402
|
margin-bottom: 10px;
|
|
403
403
|
}
|
|
404
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
405
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
406
|
+
position: absolute;
|
|
407
|
+
right: 0;
|
|
408
|
+
top: 30%;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.e-listboxtool-container .e-left {
|
|
412
|
+
-ms-flex-direction: row-reverse;
|
|
413
|
+
flex-direction: row-reverse;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.e-listboxtool-wrapper .e-left {
|
|
417
|
+
-ms-flex-direction: column-reverse;
|
|
418
|
+
flex-direction: column-reverse;
|
|
419
|
+
}
|
|
404
420
|
|
|
405
421
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
406
422
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -498,21 +514,48 @@ ejs-listbox {
|
|
|
498
514
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
499
515
|
font-size: 20px;
|
|
500
516
|
}
|
|
501
|
-
.e-
|
|
502
|
-
|
|
517
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
518
|
+
height: calc(100% - 43px);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
522
|
+
height: calc(100% - 43px) !important;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
503
526
|
height: calc(100% - 45px);
|
|
504
527
|
}
|
|
505
528
|
|
|
506
|
-
.e-
|
|
507
|
-
|
|
508
|
-
height: calc(100% - 55px);
|
|
529
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
530
|
+
height: calc(100% - 45px) !important;
|
|
509
531
|
}
|
|
510
532
|
|
|
511
|
-
.e-
|
|
512
|
-
|
|
533
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
534
|
+
height: calc(100% - 50px);
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
538
|
+
height: calc(100% - 50px) !important;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
542
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
543
|
+
height: calc(100% - 98px);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
547
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
548
|
+
height: calc(100% - 48px);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
513
552
|
height: calc(100% - 45px);
|
|
514
553
|
}
|
|
515
554
|
|
|
555
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
556
|
+
height: calc(100% - 45px) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
516
559
|
.e-listbox-wrapper,
|
|
517
560
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
518
561
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -532,9 +575,14 @@ ejs-listbox {
|
|
|
532
575
|
font-size: 20px;
|
|
533
576
|
}
|
|
534
577
|
|
|
535
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
536
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
537
|
-
height: calc(100% -
|
|
578
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
579
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
580
|
+
height: calc(100% - 79px);
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
584
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
585
|
+
height: calc(100% - 36px);
|
|
538
586
|
}
|
|
539
587
|
|
|
540
588
|
.e-listbox-wrapper .e-icons,
|
|
@@ -51,6 +51,10 @@
|
|
|
51
51
|
.e-listbox-container * {
|
|
52
52
|
box-sizing: border-box;
|
|
53
53
|
}
|
|
54
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
55
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
56
|
+
width: 86% !important;
|
|
57
|
+
}
|
|
54
58
|
.e-listbox-wrapper:focus,
|
|
55
59
|
.e-listbox-container:focus {
|
|
56
60
|
outline: none;
|
|
@@ -281,8 +285,8 @@
|
|
|
281
285
|
text-indent: 0;
|
|
282
286
|
vertical-align: middle;
|
|
283
287
|
}
|
|
284
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
285
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
288
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
289
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
286
290
|
position: absolute;
|
|
287
291
|
right: 0;
|
|
288
292
|
top: 30%;
|
|
@@ -401,6 +405,22 @@ ejs-listbox {
|
|
|
401
405
|
list-style-type: none;
|
|
402
406
|
margin-bottom: 10px;
|
|
403
407
|
}
|
|
408
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
409
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
410
|
+
position: absolute;
|
|
411
|
+
right: 0;
|
|
412
|
+
top: 30%;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-listboxtool-container .e-left {
|
|
416
|
+
-ms-flex-direction: row-reverse;
|
|
417
|
+
flex-direction: row-reverse;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-listboxtool-wrapper .e-left {
|
|
421
|
+
-ms-flex-direction: column-reverse;
|
|
422
|
+
flex-direction: column-reverse;
|
|
423
|
+
}
|
|
404
424
|
|
|
405
425
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
406
426
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -411,6 +431,12 @@ ejs-listbox {
|
|
|
411
431
|
margin-left: 15px;
|
|
412
432
|
}
|
|
413
433
|
|
|
434
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
435
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
436
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
437
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
438
|
+
width: 85% !important;
|
|
439
|
+
}
|
|
414
440
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
415
441
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
416
442
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -498,21 +524,48 @@ ejs-listbox {
|
|
|
498
524
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
499
525
|
font-size: 20px;
|
|
500
526
|
}
|
|
501
|
-
.e-
|
|
502
|
-
|
|
527
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
528
|
+
height: calc(100% - 43px);
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
532
|
+
height: calc(100% - 43px) !important;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
503
536
|
height: calc(100% - 45px);
|
|
504
537
|
}
|
|
505
538
|
|
|
506
|
-
.e-
|
|
507
|
-
|
|
508
|
-
|
|
539
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
540
|
+
height: calc(100% - 45px) !important;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
544
|
+
height: calc(100% - 50px);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
548
|
+
height: calc(100% - 50px) !important;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
552
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
553
|
+
height: calc(100% - 98px);
|
|
509
554
|
}
|
|
510
555
|
|
|
511
|
-
.e-
|
|
512
|
-
.e-
|
|
556
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
557
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
558
|
+
height: calc(100% - 48px);
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
513
562
|
height: calc(100% - 45px);
|
|
514
563
|
}
|
|
515
564
|
|
|
565
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
566
|
+
height: calc(100% - 45px) !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
516
569
|
.e-listbox-wrapper,
|
|
517
570
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
518
571
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -532,9 +585,14 @@ ejs-listbox {
|
|
|
532
585
|
font-size: 20px;
|
|
533
586
|
}
|
|
534
587
|
|
|
535
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
536
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
537
|
-
height: calc(100% -
|
|
588
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
589
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
590
|
+
height: calc(100% - 79px);
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
594
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
595
|
+
height: calc(100% - 36px);
|
|
538
596
|
}
|
|
539
597
|
|
|
540
598
|
.e-listbox-wrapper .e-icons,
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
.e-listbox-container * {
|
|
88
88
|
box-sizing: border-box;
|
|
89
89
|
}
|
|
90
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
91
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
92
|
+
width: 84% !important;
|
|
93
|
+
}
|
|
90
94
|
.e-listbox-wrapper:focus,
|
|
91
95
|
.e-listbox-container:focus {
|
|
92
96
|
outline: none;
|
|
@@ -317,8 +321,8 @@
|
|
|
317
321
|
text-indent: 0;
|
|
318
322
|
vertical-align: middle;
|
|
319
323
|
}
|
|
320
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
321
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
324
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
325
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
322
326
|
position: absolute;
|
|
323
327
|
right: 0;
|
|
324
328
|
top: 30%;
|
|
@@ -437,6 +441,22 @@ ejs-listbox {
|
|
|
437
441
|
list-style-type: none;
|
|
438
442
|
margin-bottom: 10px;
|
|
439
443
|
}
|
|
444
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
445
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
446
|
+
position: absolute;
|
|
447
|
+
right: 0;
|
|
448
|
+
top: 30%;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.e-listboxtool-container .e-left {
|
|
452
|
+
-ms-flex-direction: row-reverse;
|
|
453
|
+
flex-direction: row-reverse;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.e-listboxtool-wrapper .e-left {
|
|
457
|
+
-ms-flex-direction: column-reverse;
|
|
458
|
+
flex-direction: column-reverse;
|
|
459
|
+
}
|
|
440
460
|
|
|
441
461
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
462
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -447,6 +467,12 @@ ejs-listbox {
|
|
|
447
467
|
margin-left: 15px;
|
|
448
468
|
}
|
|
449
469
|
|
|
470
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
471
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
472
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
473
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
474
|
+
width: 80% !important;
|
|
475
|
+
}
|
|
450
476
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
451
477
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
452
478
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -534,21 +560,48 @@ ejs-listbox {
|
|
|
534
560
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
535
561
|
font-size: 14px;
|
|
536
562
|
}
|
|
537
|
-
.e-
|
|
538
|
-
|
|
563
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
564
|
+
height: calc(100% - 38px);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
568
|
+
height: calc(100% - 38px) !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
539
572
|
height: calc(100% - 45px);
|
|
540
573
|
}
|
|
541
574
|
|
|
542
|
-
.e-
|
|
543
|
-
|
|
544
|
-
|
|
575
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
576
|
+
height: calc(100% - 45px) !important;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
580
|
+
height: calc(100% - 46px);
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
584
|
+
height: calc(100% - 46px) !important;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
588
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
589
|
+
height: calc(100% - 94px);
|
|
545
590
|
}
|
|
546
591
|
|
|
547
|
-
.e-
|
|
548
|
-
.e-
|
|
592
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
593
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
594
|
+
height: calc(100% - 48px);
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
549
598
|
height: calc(100% - 45px);
|
|
550
599
|
}
|
|
551
600
|
|
|
601
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
602
|
+
height: calc(100% - 45px) !important;
|
|
603
|
+
}
|
|
604
|
+
|
|
552
605
|
.e-listbox-wrapper,
|
|
553
606
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
554
607
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -578,9 +631,14 @@ ejs-listbox {
|
|
|
578
631
|
font-size: 12px;
|
|
579
632
|
}
|
|
580
633
|
|
|
581
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
582
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
583
|
-
height: calc(100% -
|
|
634
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
635
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
636
|
+
height: calc(100% - 76px);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
640
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
641
|
+
height: calc(100% - 38px);
|
|
584
642
|
}
|
|
585
643
|
|
|
586
644
|
.e-listbox-wrapper .e-icons,
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
.e-listbox-container * {
|
|
88
88
|
box-sizing: border-box;
|
|
89
89
|
}
|
|
90
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
91
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
92
|
+
width: 84% !important;
|
|
93
|
+
}
|
|
90
94
|
.e-listbox-wrapper:focus,
|
|
91
95
|
.e-listbox-container:focus {
|
|
92
96
|
outline: none;
|
|
@@ -317,8 +321,8 @@
|
|
|
317
321
|
text-indent: 0;
|
|
318
322
|
vertical-align: middle;
|
|
319
323
|
}
|
|
320
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
321
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
324
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
325
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
322
326
|
position: absolute;
|
|
323
327
|
right: 0;
|
|
324
328
|
top: 30%;
|
|
@@ -437,6 +441,22 @@ ejs-listbox {
|
|
|
437
441
|
list-style-type: none;
|
|
438
442
|
margin-bottom: 10px;
|
|
439
443
|
}
|
|
444
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
445
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
446
|
+
position: absolute;
|
|
447
|
+
right: 0;
|
|
448
|
+
top: 30%;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.e-listboxtool-container .e-left {
|
|
452
|
+
-ms-flex-direction: row-reverse;
|
|
453
|
+
flex-direction: row-reverse;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.e-listboxtool-wrapper .e-left {
|
|
457
|
+
-ms-flex-direction: column-reverse;
|
|
458
|
+
flex-direction: column-reverse;
|
|
459
|
+
}
|
|
440
460
|
|
|
441
461
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
462
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -447,6 +467,12 @@ ejs-listbox {
|
|
|
447
467
|
margin-left: 15px;
|
|
448
468
|
}
|
|
449
469
|
|
|
470
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
471
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
472
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
473
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
474
|
+
width: 80% !important;
|
|
475
|
+
}
|
|
450
476
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
451
477
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
452
478
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -534,21 +560,48 @@ ejs-listbox {
|
|
|
534
560
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
535
561
|
font-size: 14px;
|
|
536
562
|
}
|
|
537
|
-
.e-
|
|
538
|
-
|
|
563
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
564
|
+
height: calc(100% - 38px);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
568
|
+
height: calc(100% - 38px) !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
539
572
|
height: calc(100% - 45px);
|
|
540
573
|
}
|
|
541
574
|
|
|
542
|
-
.e-
|
|
543
|
-
|
|
544
|
-
|
|
575
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
576
|
+
height: calc(100% - 45px) !important;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
580
|
+
height: calc(100% - 46px);
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
584
|
+
height: calc(100% - 46px) !important;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
588
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
589
|
+
height: calc(100% - 94px);
|
|
545
590
|
}
|
|
546
591
|
|
|
547
|
-
.e-
|
|
548
|
-
.e-
|
|
592
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
593
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
594
|
+
height: calc(100% - 48px);
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
549
598
|
height: calc(100% - 45px);
|
|
550
599
|
}
|
|
551
600
|
|
|
601
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
602
|
+
height: calc(100% - 45px) !important;
|
|
603
|
+
}
|
|
604
|
+
|
|
552
605
|
.e-listbox-wrapper,
|
|
553
606
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
554
607
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -578,9 +631,14 @@ ejs-listbox {
|
|
|
578
631
|
font-size: 12px;
|
|
579
632
|
}
|
|
580
633
|
|
|
581
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
582
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
583
|
-
height: calc(100% -
|
|
634
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
635
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
636
|
+
height: calc(100% - 76px);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
640
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
641
|
+
height: calc(100% - 38px);
|
|
584
642
|
}
|
|
585
643
|
|
|
586
644
|
.e-listbox-wrapper .e-icons,
|
package/styles/material-dark.css
CHANGED
|
@@ -3842,6 +3842,10 @@ ejs-multiselect {
|
|
|
3842
3842
|
.e-listbox-container * {
|
|
3843
3843
|
box-sizing: border-box;
|
|
3844
3844
|
}
|
|
3845
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3846
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
3847
|
+
width: 86% !important;
|
|
3848
|
+
}
|
|
3845
3849
|
.e-listbox-wrapper:focus,
|
|
3846
3850
|
.e-listbox-container:focus {
|
|
3847
3851
|
outline: none;
|
|
@@ -4072,8 +4076,8 @@ ejs-multiselect {
|
|
|
4072
4076
|
text-indent: 0;
|
|
4073
4077
|
vertical-align: middle;
|
|
4074
4078
|
}
|
|
4075
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
4076
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
4079
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
4080
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
4077
4081
|
position: absolute;
|
|
4078
4082
|
right: 0;
|
|
4079
4083
|
top: 30%;
|
|
@@ -4192,6 +4196,22 @@ ejs-listbox {
|
|
|
4192
4196
|
list-style-type: none;
|
|
4193
4197
|
margin-bottom: 10px;
|
|
4194
4198
|
}
|
|
4199
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
4200
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
4201
|
+
position: absolute;
|
|
4202
|
+
right: 0;
|
|
4203
|
+
top: 30%;
|
|
4204
|
+
}
|
|
4205
|
+
|
|
4206
|
+
.e-listboxtool-container .e-left {
|
|
4207
|
+
-ms-flex-direction: row-reverse;
|
|
4208
|
+
flex-direction: row-reverse;
|
|
4209
|
+
}
|
|
4210
|
+
|
|
4211
|
+
.e-listboxtool-wrapper .e-left {
|
|
4212
|
+
-ms-flex-direction: column-reverse;
|
|
4213
|
+
flex-direction: column-reverse;
|
|
4214
|
+
}
|
|
4195
4215
|
|
|
4196
4216
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
4197
4217
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -4202,6 +4222,12 @@ ejs-listbox {
|
|
|
4202
4222
|
margin-left: 15px;
|
|
4203
4223
|
}
|
|
4204
4224
|
|
|
4225
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
4226
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
4227
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
4228
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
4229
|
+
width: 85% !important;
|
|
4230
|
+
}
|
|
4205
4231
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
4206
4232
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
4207
4233
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -4289,21 +4315,48 @@ ejs-listbox {
|
|
|
4289
4315
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
4290
4316
|
font-size: 20px;
|
|
4291
4317
|
}
|
|
4292
|
-
.e-
|
|
4293
|
-
|
|
4318
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4319
|
+
height: calc(100% - 43px);
|
|
4320
|
+
}
|
|
4321
|
+
|
|
4322
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4323
|
+
height: calc(100% - 43px) !important;
|
|
4324
|
+
}
|
|
4325
|
+
|
|
4326
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4294
4327
|
height: calc(100% - 45px);
|
|
4295
4328
|
}
|
|
4296
4329
|
|
|
4297
|
-
.e-
|
|
4298
|
-
|
|
4299
|
-
|
|
4330
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4331
|
+
height: calc(100% - 45px) !important;
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4335
|
+
height: calc(100% - 50px);
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4338
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4339
|
+
height: calc(100% - 50px) !important;
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4343
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4344
|
+
height: calc(100% - 98px);
|
|
4300
4345
|
}
|
|
4301
4346
|
|
|
4302
|
-
.e-
|
|
4303
|
-
.e-
|
|
4347
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4348
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4349
|
+
height: calc(100% - 48px);
|
|
4350
|
+
}
|
|
4351
|
+
|
|
4352
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4304
4353
|
height: calc(100% - 45px);
|
|
4305
4354
|
}
|
|
4306
4355
|
|
|
4356
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4357
|
+
height: calc(100% - 45px) !important;
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4307
4360
|
.e-listbox-wrapper,
|
|
4308
4361
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
4309
4362
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -4323,9 +4376,14 @@ ejs-listbox {
|
|
|
4323
4376
|
font-size: 20px;
|
|
4324
4377
|
}
|
|
4325
4378
|
|
|
4326
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4327
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4328
|
-
height: calc(100% -
|
|
4379
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4380
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4381
|
+
height: calc(100% - 79px);
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4385
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4386
|
+
height: calc(100% - 36px);
|
|
4329
4387
|
}
|
|
4330
4388
|
|
|
4331
4389
|
.e-listbox-wrapper .e-icons,
|