@syncfusion/ej2-dropdowns 20.1.60 → 20.2.38
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 +2 -62
- 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 +110 -104
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +73 -67
- 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 +13 -15
- 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 -0
- package/src/list-box/list-box.js +22 -13
- 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 +29 -28
- package/styles/auto-complete/_fusionnew-definition.scss +2 -0
- package/styles/auto-complete/_material3-definition.scss +2 -0
- package/styles/bootstrap-dark.css +59 -11
- package/styles/bootstrap.css +59 -11
- package/styles/bootstrap4.css +59 -11
- package/styles/bootstrap5-dark.css +60 -12
- package/styles/bootstrap5.css +60 -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 +59 -11
- package/styles/fabric.css +59 -11
- package/styles/fluent-dark.css +63 -15
- package/styles/fluent.css +60 -12
- package/styles/highcontrast-light.css +59 -11
- package/styles/highcontrast.css +59 -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 +36 -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 +49 -11
- package/styles/list-box/bootstrap.css +59 -11
- package/styles/list-box/bootstrap4.css +59 -11
- package/styles/list-box/bootstrap5-dark.css +60 -12
- package/styles/list-box/bootstrap5.css +60 -12
- package/styles/list-box/fabric-dark.css +49 -11
- package/styles/list-box/fabric.css +59 -11
- package/styles/list-box/fluent-dark.css +63 -15
- package/styles/list-box/fluent.css +60 -12
- package/styles/list-box/highcontrast-light.css +49 -11
- package/styles/list-box/highcontrast.css +59 -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 +50 -12
- package/styles/list-box/material.css +60 -12
- package/styles/list-box/tailwind-dark.css +60 -12
- package/styles/list-box/tailwind.css +60 -12
- package/styles/material-dark.css +60 -12
- package/styles/material.css +60 -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 +60 -12
- package/styles/tailwind.css +60 -12
|
@@ -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,12 @@ 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
|
+
}
|
|
404
414
|
|
|
405
415
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
406
416
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -411,6 +421,12 @@ ejs-listbox {
|
|
|
411
421
|
margin-left: 15px;
|
|
412
422
|
}
|
|
413
423
|
|
|
424
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
425
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
426
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
427
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
428
|
+
width: 85% !important;
|
|
429
|
+
}
|
|
414
430
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
415
431
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
416
432
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -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,
|
|
@@ -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,12 @@ 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
|
+
}
|
|
440
450
|
|
|
441
451
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
452
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -447,6 +457,12 @@ ejs-listbox {
|
|
|
447
457
|
margin-left: 15px;
|
|
448
458
|
}
|
|
449
459
|
|
|
460
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
461
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
462
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
463
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
464
|
+
width: 80% !important;
|
|
465
|
+
}
|
|
450
466
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
451
467
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
452
468
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -534,21 +550,48 @@ ejs-listbox {
|
|
|
534
550
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
535
551
|
font-size: 14px;
|
|
536
552
|
}
|
|
537
|
-
.e-
|
|
538
|
-
|
|
553
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
554
|
+
height: calc(100% - 38px);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
558
|
+
height: calc(100% - 38px) !important;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
539
562
|
height: calc(100% - 45px);
|
|
540
563
|
}
|
|
541
564
|
|
|
542
|
-
.e-
|
|
543
|
-
|
|
544
|
-
height: calc(100% - 55px);
|
|
565
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
566
|
+
height: calc(100% - 45px) !important;
|
|
545
567
|
}
|
|
546
568
|
|
|
547
|
-
.e-
|
|
548
|
-
|
|
569
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
570
|
+
height: calc(100% - 46px);
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
574
|
+
height: calc(100% - 46px) !important;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
578
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
579
|
+
height: calc(100% - 94px);
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
583
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
584
|
+
height: calc(100% - 48px);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
549
588
|
height: calc(100% - 45px);
|
|
550
589
|
}
|
|
551
590
|
|
|
591
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
592
|
+
height: calc(100% - 45px) !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
552
595
|
.e-listbox-wrapper,
|
|
553
596
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
554
597
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -578,9 +621,14 @@ ejs-listbox {
|
|
|
578
621
|
font-size: 12px;
|
|
579
622
|
}
|
|
580
623
|
|
|
581
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
582
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
583
|
-
height: calc(100% -
|
|
624
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
625
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
626
|
+
height: calc(100% - 76px);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
630
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
631
|
+
height: calc(100% - 38px);
|
|
584
632
|
}
|
|
585
633
|
|
|
586
634
|
.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,12 @@ 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
|
+
}
|
|
440
450
|
|
|
441
451
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
452
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -447,6 +457,12 @@ ejs-listbox {
|
|
|
447
457
|
margin-left: 15px;
|
|
448
458
|
}
|
|
449
459
|
|
|
460
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
461
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
462
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
463
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
464
|
+
width: 80% !important;
|
|
465
|
+
}
|
|
450
466
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
451
467
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
452
468
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -534,21 +550,48 @@ ejs-listbox {
|
|
|
534
550
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
535
551
|
font-size: 14px;
|
|
536
552
|
}
|
|
537
|
-
.e-
|
|
538
|
-
|
|
553
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
554
|
+
height: calc(100% - 38px);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
558
|
+
height: calc(100% - 38px) !important;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
539
562
|
height: calc(100% - 45px);
|
|
540
563
|
}
|
|
541
564
|
|
|
542
|
-
.e-
|
|
543
|
-
|
|
544
|
-
height: calc(100% - 55px);
|
|
565
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
566
|
+
height: calc(100% - 45px) !important;
|
|
545
567
|
}
|
|
546
568
|
|
|
547
|
-
.e-
|
|
548
|
-
|
|
569
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
570
|
+
height: calc(100% - 46px);
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
574
|
+
height: calc(100% - 46px) !important;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
578
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
579
|
+
height: calc(100% - 94px);
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
583
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
584
|
+
height: calc(100% - 48px);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
549
588
|
height: calc(100% - 45px);
|
|
550
589
|
}
|
|
551
590
|
|
|
591
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
592
|
+
height: calc(100% - 45px) !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
552
595
|
.e-listbox-wrapper,
|
|
553
596
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
554
597
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -578,9 +621,14 @@ ejs-listbox {
|
|
|
578
621
|
font-size: 12px;
|
|
579
622
|
}
|
|
580
623
|
|
|
581
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
582
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
583
|
-
height: calc(100% -
|
|
624
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
625
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
626
|
+
height: calc(100% - 76px);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
630
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
631
|
+
height: calc(100% - 38px);
|
|
584
632
|
}
|
|
585
633
|
|
|
586
634
|
.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,12 @@ 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
|
+
}
|
|
4195
4205
|
|
|
4196
4206
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
4197
4207
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -4202,6 +4212,12 @@ ejs-listbox {
|
|
|
4202
4212
|
margin-left: 15px;
|
|
4203
4213
|
}
|
|
4204
4214
|
|
|
4215
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
4216
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
4217
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
4218
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
4219
|
+
width: 85% !important;
|
|
4220
|
+
}
|
|
4205
4221
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
4206
4222
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
4207
4223
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -4289,21 +4305,48 @@ ejs-listbox {
|
|
|
4289
4305
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
4290
4306
|
font-size: 20px;
|
|
4291
4307
|
}
|
|
4292
|
-
.e-
|
|
4293
|
-
|
|
4308
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4309
|
+
height: calc(100% - 43px);
|
|
4310
|
+
}
|
|
4311
|
+
|
|
4312
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4313
|
+
height: calc(100% - 43px) !important;
|
|
4314
|
+
}
|
|
4315
|
+
|
|
4316
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4294
4317
|
height: calc(100% - 45px);
|
|
4295
4318
|
}
|
|
4296
4319
|
|
|
4297
|
-
.e-
|
|
4298
|
-
|
|
4299
|
-
height: calc(100% - 55px);
|
|
4320
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4321
|
+
height: calc(100% - 45px) !important;
|
|
4300
4322
|
}
|
|
4301
4323
|
|
|
4302
|
-
.e-
|
|
4303
|
-
|
|
4324
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4325
|
+
height: calc(100% - 50px);
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4329
|
+
height: calc(100% - 50px) !important;
|
|
4330
|
+
}
|
|
4331
|
+
|
|
4332
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4333
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4334
|
+
height: calc(100% - 98px);
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4337
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4338
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4339
|
+
height: calc(100% - 48px);
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4304
4343
|
height: calc(100% - 45px);
|
|
4305
4344
|
}
|
|
4306
4345
|
|
|
4346
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4347
|
+
height: calc(100% - 45px) !important;
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4307
4350
|
.e-listbox-wrapper,
|
|
4308
4351
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
4309
4352
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -4323,9 +4366,14 @@ ejs-listbox {
|
|
|
4323
4366
|
font-size: 20px;
|
|
4324
4367
|
}
|
|
4325
4368
|
|
|
4326
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4327
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4328
|
-
height: calc(100% -
|
|
4369
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4370
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4371
|
+
height: calc(100% - 79px);
|
|
4372
|
+
}
|
|
4373
|
+
|
|
4374
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4375
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4376
|
+
height: calc(100% - 36px);
|
|
4329
4377
|
}
|
|
4330
4378
|
|
|
4331
4379
|
.e-listbox-wrapper .e-icons,
|
package/styles/material.css
CHANGED
|
@@ -3899,6 +3899,10 @@ ejs-multiselect {
|
|
|
3899
3899
|
.e-listbox-container * {
|
|
3900
3900
|
box-sizing: border-box;
|
|
3901
3901
|
}
|
|
3902
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3903
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
3904
|
+
width: 86% !important;
|
|
3905
|
+
}
|
|
3902
3906
|
.e-listbox-wrapper:focus,
|
|
3903
3907
|
.e-listbox-container:focus {
|
|
3904
3908
|
outline: none;
|
|
@@ -4129,8 +4133,8 @@ ejs-multiselect {
|
|
|
4129
4133
|
text-indent: 0;
|
|
4130
4134
|
vertical-align: middle;
|
|
4131
4135
|
}
|
|
4132
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
4133
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
4136
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
4137
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
4134
4138
|
position: absolute;
|
|
4135
4139
|
right: 0;
|
|
4136
4140
|
top: 30%;
|
|
@@ -4249,6 +4253,12 @@ ejs-listbox {
|
|
|
4249
4253
|
list-style-type: none;
|
|
4250
4254
|
margin-bottom: 10px;
|
|
4251
4255
|
}
|
|
4256
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
4257
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
4258
|
+
position: absolute;
|
|
4259
|
+
right: 0;
|
|
4260
|
+
top: 30%;
|
|
4261
|
+
}
|
|
4252
4262
|
|
|
4253
4263
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
4254
4264
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -4259,6 +4269,12 @@ ejs-listbox {
|
|
|
4259
4269
|
margin-left: 15px;
|
|
4260
4270
|
}
|
|
4261
4271
|
|
|
4272
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
4273
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
4274
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
4275
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
4276
|
+
width: 85% !important;
|
|
4277
|
+
}
|
|
4262
4278
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
4263
4279
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
4264
4280
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -4346,21 +4362,48 @@ ejs-listbox {
|
|
|
4346
4362
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
4347
4363
|
font-size: 20px;
|
|
4348
4364
|
}
|
|
4349
|
-
.e-
|
|
4350
|
-
|
|
4365
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4366
|
+
height: calc(100% - 43px);
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4369
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4370
|
+
height: calc(100% - 43px) !important;
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4351
4374
|
height: calc(100% - 45px);
|
|
4352
4375
|
}
|
|
4353
4376
|
|
|
4354
|
-
.e-
|
|
4355
|
-
|
|
4356
|
-
height: calc(100% - 55px);
|
|
4377
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4378
|
+
height: calc(100% - 45px) !important;
|
|
4357
4379
|
}
|
|
4358
4380
|
|
|
4359
|
-
.e-
|
|
4360
|
-
|
|
4381
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4382
|
+
height: calc(100% - 50px);
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4385
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4386
|
+
height: calc(100% - 50px) !important;
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4389
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4390
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4391
|
+
height: calc(100% - 98px);
|
|
4392
|
+
}
|
|
4393
|
+
|
|
4394
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4395
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4396
|
+
height: calc(100% - 48px);
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4361
4400
|
height: calc(100% - 45px);
|
|
4362
4401
|
}
|
|
4363
4402
|
|
|
4403
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4404
|
+
height: calc(100% - 45px) !important;
|
|
4405
|
+
}
|
|
4406
|
+
|
|
4364
4407
|
.e-listbox-wrapper,
|
|
4365
4408
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
4366
4409
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -4380,9 +4423,14 @@ ejs-listbox {
|
|
|
4380
4423
|
font-size: 20px;
|
|
4381
4424
|
}
|
|
4382
4425
|
|
|
4383
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4384
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4385
|
-
height: calc(100% -
|
|
4426
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4427
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4428
|
+
height: calc(100% - 79px);
|
|
4429
|
+
}
|
|
4430
|
+
|
|
4431
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4432
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4433
|
+
height: calc(100% - 36px);
|
|
4386
4434
|
}
|
|
4387
4435
|
|
|
4388
4436
|
.e-listbox-wrapper .e-icons,
|