@syncfusion/ej2-dropdowns 19.4.40 → 19.4.48

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 (117) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +87 -34
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +88 -34
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +2 -2
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +11 -12
  13. package/src/combo-box/combo-box.js +2 -2
  14. package/src/common/incremental-search.d.ts +1 -1
  15. package/src/common/incremental-search.js +1 -1
  16. package/src/drop-down-base/drop-down-base.js +15 -2
  17. package/src/drop-down-list/drop-down-list.js +1 -1
  18. package/src/list-box/list-box.d.ts +0 -4
  19. package/src/list-box/list-box.js +0 -3
  20. package/src/multi-select/multi-select-model.d.ts +1 -1
  21. package/src/multi-select/multi-select.d.ts +2 -0
  22. package/src/multi-select/multi-select.js +69 -25
  23. package/styles/auto-complete/_fluent-definition.scss +2 -0
  24. package/styles/auto-complete/bootstrap5-dark.css +0 -1
  25. package/styles/auto-complete/bootstrap5.css +0 -1
  26. package/styles/bootstrap-dark.css +21 -3
  27. package/styles/bootstrap.css +21 -3
  28. package/styles/bootstrap4.css +21 -3
  29. package/styles/bootstrap5-dark.css +33 -9
  30. package/styles/bootstrap5.css +33 -9
  31. package/styles/combo-box/_fluent-definition.scss +2 -0
  32. package/styles/combo-box/bootstrap5-dark.css +0 -1
  33. package/styles/combo-box/bootstrap5.css +0 -1
  34. package/styles/drop-down-base/_fluent-definition.scss +109 -0
  35. package/styles/drop-down-list/_bootstrap5-definition.scss +0 -1
  36. package/styles/drop-down-list/_fluent-definition.scss +193 -0
  37. package/styles/drop-down-list/bootstrap5-dark.css +0 -1
  38. package/styles/drop-down-list/bootstrap5.css +0 -1
  39. package/styles/drop-down-list/icons/_bootstrap5.scss +0 -1
  40. package/styles/drop-down-list/icons/_fluent.scss +14 -0
  41. package/styles/drop-down-tree/_bootstrap5-definition.scss +59 -58
  42. package/styles/drop-down-tree/_fluent-definition.scss +71 -0
  43. package/styles/drop-down-tree/_layout.scss +12 -4
  44. package/styles/drop-down-tree/_tailwind-definition.scss +1 -0
  45. package/styles/drop-down-tree/bootstrap5-dark.css +11 -4
  46. package/styles/drop-down-tree/bootstrap5.css +11 -4
  47. package/styles/drop-down-tree/icons/_bootstrap5.scss +11 -11
  48. package/styles/drop-down-tree/icons/_fluent.scss +11 -0
  49. package/styles/drop-down-tree/icons/_tailwind-dark.scss +11 -11
  50. package/styles/drop-down-tree/tailwind-dark.css +1 -0
  51. package/styles/drop-down-tree/tailwind.css +1 -0
  52. package/styles/fabric-dark.css +21 -3
  53. package/styles/fabric.css +21 -3
  54. package/styles/highcontrast-light.css +21 -3
  55. package/styles/highcontrast.css +21 -3
  56. package/styles/list-box/_bootstrap-dark-definition.scss +3 -0
  57. package/styles/list-box/_bootstrap-definition.scss +3 -0
  58. package/styles/list-box/_bootstrap4-definition.scss +3 -0
  59. package/styles/list-box/_bootstrap5-definition.scss +5 -2
  60. package/styles/list-box/_fabric-dark-definition.scss +3 -0
  61. package/styles/list-box/_fabric-definition.scss +3 -0
  62. package/styles/list-box/_fluent-definition.scss +118 -0
  63. package/styles/list-box/_highcontrast-definition.scss +3 -0
  64. package/styles/list-box/_highcontrast-light-definition.scss +3 -0
  65. package/styles/list-box/_layout.scss +1 -6
  66. package/styles/list-box/_material-dark-definition.scss +3 -0
  67. package/styles/list-box/_material-definition.scss +3 -0
  68. package/styles/list-box/_tailwind-definition.scss +3 -0
  69. package/styles/list-box/_theme.scss +8 -0
  70. package/styles/list-box/bootstrap-dark.css +10 -0
  71. package/styles/list-box/bootstrap.css +10 -0
  72. package/styles/list-box/bootstrap4.css +10 -0
  73. package/styles/list-box/bootstrap5-dark.css +11 -1
  74. package/styles/list-box/bootstrap5.css +11 -1
  75. package/styles/list-box/fabric-dark.css +10 -0
  76. package/styles/list-box/fabric.css +10 -0
  77. package/styles/list-box/highcontrast-light.css +10 -0
  78. package/styles/list-box/highcontrast.css +10 -0
  79. package/styles/list-box/icons/_fluent.scss +25 -0
  80. package/styles/list-box/icons/_tailwind-dark.scss +2 -2
  81. package/styles/list-box/material-dark.css +10 -0
  82. package/styles/list-box/material.css +10 -0
  83. package/styles/list-box/tailwind-dark.css +13 -3
  84. package/styles/list-box/tailwind.css +11 -1
  85. package/styles/material-dark.css +21 -97
  86. package/styles/material.css +21 -97
  87. package/styles/multi-select/_bootstrap-dark-definition.scss +1 -0
  88. package/styles/multi-select/_bootstrap-definition.scss +1 -0
  89. package/styles/multi-select/_bootstrap4-definition.scss +1 -0
  90. package/styles/multi-select/_bootstrap5-definition.scss +1 -0
  91. package/styles/multi-select/_fabric-dark-definition.scss +1 -0
  92. package/styles/multi-select/_fabric-definition.scss +1 -0
  93. package/styles/multi-select/_fluent-definition.scss +215 -0
  94. package/styles/multi-select/_highcontrast-definition.scss +1 -0
  95. package/styles/multi-select/_highcontrast-light-definition.scss +1 -0
  96. package/styles/multi-select/_layout.scss +4 -119
  97. package/styles/multi-select/_material-dark-definition.scss +1 -22
  98. package/styles/multi-select/_material-definition.scss +1 -22
  99. package/styles/multi-select/_tailwind-definition.scss +1 -0
  100. package/styles/multi-select/_theme.scss +5 -0
  101. package/styles/multi-select/bootstrap-dark.css +11 -3
  102. package/styles/multi-select/bootstrap.css +11 -3
  103. package/styles/multi-select/bootstrap4.css +11 -3
  104. package/styles/multi-select/bootstrap5-dark.css +11 -3
  105. package/styles/multi-select/bootstrap5.css +11 -3
  106. package/styles/multi-select/fabric-dark.css +11 -3
  107. package/styles/multi-select/fabric.css +11 -3
  108. package/styles/multi-select/highcontrast-light.css +11 -3
  109. package/styles/multi-select/highcontrast.css +11 -3
  110. package/styles/multi-select/icons/_fluent.scss +27 -0
  111. package/styles/multi-select/material-dark.css +11 -97
  112. package/styles/multi-select/material.css +11 -97
  113. package/styles/multi-select/tailwind-dark.css +11 -3
  114. package/styles/multi-select/tailwind.css +11 -3
  115. package/styles/tailwind-dark.css +25 -6
  116. package/styles/tailwind.css +23 -4
  117. package/styles/_all.scss +0 -3
@@ -88,7 +88,7 @@
88
88
  &.e-show-chip {
89
89
 
90
90
  .e-chips-close {
91
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
91
+ @if $ddt-skin-name != 'bootstrap5' {
92
92
  line-height: $ddt-chip-icon-line-height;
93
93
  }
94
94
  min-height: $ddt-chip-close-height;
@@ -847,14 +847,22 @@
847
847
  right: 33px;
848
848
  }
849
849
  @else if $ddt-skin-name == 'bootstrap5' {
850
- bottom: 6px;
851
- right: 33px;
850
+ bottom: auto;
851
+ right: 36px;
852
852
  }
853
853
  @else {
854
854
  right: $ddt-dd-icon-bigger-width;
855
855
  }
856
856
  }
857
857
 
858
+ @if $ddt-skin-name == 'bootstrap5' {
859
+ &.e-show-chip {
860
+ &.e-show-dd-icon .e-clear-icon {
861
+ bottom: 0;
862
+ }
863
+ }
864
+ }
865
+
858
866
  .e-ddt-icon {
859
867
  bottom: $ddt-dd-icon-bigger-bottom;
860
868
  }
@@ -867,7 +875,7 @@
867
875
  }
868
876
 
869
877
  .e-clear-icon {
870
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' {
878
+ @if $ddt-skin-name == 'tailwind' {
871
879
  min-width: 0;
872
880
  padding: 6px;
873
881
  }
@@ -21,6 +21,7 @@ $ddt-big-chip-content-padding: 0 8px 0 0 !default;
21
21
  $ddt-rtl-big-chip-content-padding: 0 0 0 8px !default;
22
22
  $ddt-chip-close-font: 16px !default;
23
23
  $ddt-chip-close-height: 16px !default;
24
+ $ddt-chip-icon-line-height: 10px !default;
24
25
  $ddt-chip-close-width: 16px !default;
25
26
  $ddt-last-chip-right-margin: 45px !default;
26
27
  $ddt-last-chip-bigger-right-margin: 52px !default;
@@ -402,8 +402,16 @@
402
402
  .e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
403
403
  .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
404
404
  .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
405
- bottom: 6px;
406
- right: 33px;
405
+ bottom: auto;
406
+ right: 36px;
407
+ }
408
+
409
+ .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon,
410
+ .e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon,
411
+ .e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon,
412
+ .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon,
413
+ .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon {
414
+ bottom: 0;
407
415
  }
408
416
 
409
417
  .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
@@ -417,8 +425,7 @@
417
425
  .e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,
418
426
  .e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
419
427
  .e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
420
- min-width: 0;
421
- padding: 6px;
428
+ min-height: 36px;
422
429
  }
423
430
 
424
431
  .e-bigger .e-ddt.e-show-chip .e-chips-close,
@@ -402,8 +402,16 @@
402
402
  .e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
403
403
  .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
404
404
  .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
405
- bottom: 6px;
406
- right: 33px;
405
+ bottom: auto;
406
+ right: 36px;
407
+ }
408
+
409
+ .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon,
410
+ .e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon,
411
+ .e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon,
412
+ .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon,
413
+ .e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon {
414
+ bottom: 0;
407
415
  }
408
416
 
409
417
  .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
@@ -417,8 +425,7 @@
417
425
  .e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,
418
426
  .e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
419
427
  .e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
420
- min-width: 0;
421
- padding: 6px;
428
+ min-height: 36px;
422
429
  }
423
430
 
424
431
  .e-bigger .e-ddt.e-show-chip .e-chips-close,
@@ -1,11 +1,11 @@
1
- @include export-module('dropdowntree-bootstrap5-icons') {
2
- .e-ddt {
3
- .e-ddt-icon::before {
4
- content: '\e734';
5
- }
6
-
7
- .e-chips-close::before {
8
- content: '\e7e7';
9
- }
10
- }
11
- }
1
+ @include export-module('dropdowntree-bootstrap5-icons') {
2
+ .e-ddt {
3
+ .e-ddt-icon::before {
4
+ content: '\e734';
5
+ }
6
+
7
+ .e-chips-close::before {
8
+ content: '\e7e7';
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ @include export-module('dropdowntree-fluent-icons') {
2
+ .e-ddt {
3
+ .e-ddt-icon::before {
4
+ content: '\e734';
5
+ }
6
+
7
+ .e-chips-close::before {
8
+ content: '\e7e7';
9
+ }
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- @include export-module('dropdowntree-tailwind-dark-icons') {
2
- .e-ddt {
3
- .e-ddt-icon::before {
4
- content: '\e706';
5
- }
6
-
7
- .e-chips-close::before {
8
- content: '\e771';
9
- }
10
- }
11
- }
1
+ @include export-module('dropdowntree-tailwind-dark-icons') {
2
+ .e-ddt {
3
+ .e-ddt-icon::before {
4
+ content: '\e706';
5
+ }
6
+
7
+ .e-chips-close::before {
8
+ content: '\e771';
9
+ }
10
+ }
11
+ }
@@ -135,6 +135,7 @@
135
135
  }
136
136
 
137
137
  .e-ddt.e-show-chip .e-chips-close {
138
+ line-height: 10px;
138
139
  min-height: 16px;
139
140
  min-width: 16px;
140
141
  text-align: center;
@@ -135,6 +135,7 @@
135
135
  }
136
136
 
137
137
  .e-ddt.e-show-chip .e-chips-close {
138
+ line-height: 10px;
138
139
  min-height: 16px;
139
140
  min-width: 16px;
140
141
  text-align: center;
@@ -1306,11 +1306,13 @@ ejs-dropdownlist {
1306
1306
  padding: 9px 0;
1307
1307
  }
1308
1308
 
1309
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) {
1309
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1310
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1310
1311
  width: 0;
1311
1312
  }
1312
1313
 
1313
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1314
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
1315
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1314
1316
  height: 1px;
1315
1317
  min-height: 1px;
1316
1318
  }
@@ -1440,7 +1442,8 @@ ejs-dropdownlist {
1440
1442
  word-wrap: initial;
1441
1443
  }
1442
1444
 
1443
- .e-multiselect.e-input-group .e-searcher .e-label-top {
1445
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1446
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1444
1447
  top: 15px;
1445
1448
  }
1446
1449
 
@@ -2431,6 +2434,11 @@ ejs-multiselect {
2431
2434
  font-size: 10px;
2432
2435
  }
2433
2436
 
2437
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2438
+ -webkit-text-fill-color: #6f6c6c;
2439
+ color: #6f6c6c;
2440
+ }
2441
+
2434
2442
  .e-listbox-tool .e-moveup::before {
2435
2443
  content: '\e651';
2436
2444
  }
@@ -3028,6 +3036,16 @@ ejs-listbox {
3028
3036
  height: calc(100% - 51px);
3029
3037
  }
3030
3038
 
3039
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3040
+ .e-listbox-container.e-select-all .e-list-parent {
3041
+ height: calc(100% - 36px);
3042
+ }
3043
+
3044
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3045
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3046
+ height: calc(100% - 87px);
3047
+ }
3048
+
3031
3049
  .e-listbox-wrapper .e-icons,
3032
3050
  .e-listbox-container .e-icons {
3033
3051
  color: #dadada;
package/styles/fabric.css CHANGED
@@ -1300,11 +1300,13 @@ ejs-dropdownlist {
1300
1300
  padding: 9px 0;
1301
1301
  }
1302
1302
 
1303
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) {
1303
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1304
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1304
1305
  width: 0;
1305
1306
  }
1306
1307
 
1307
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1308
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
1309
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1308
1310
  height: 1px;
1309
1311
  min-height: 1px;
1310
1312
  }
@@ -1434,7 +1436,8 @@ ejs-dropdownlist {
1434
1436
  word-wrap: initial;
1435
1437
  }
1436
1438
 
1437
- .e-multiselect.e-input-group .e-searcher .e-label-top {
1439
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1440
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1438
1441
  top: 15px;
1439
1442
  }
1440
1443
 
@@ -2425,6 +2428,11 @@ ejs-multiselect {
2425
2428
  font-size: 10px;
2426
2429
  }
2427
2430
 
2431
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2432
+ -webkit-text-fill-color: #a6a6a6;
2433
+ color: #a6a6a6;
2434
+ }
2435
+
2428
2436
  .e-listbox-tool .e-moveup::before {
2429
2437
  content: '\e651';
2430
2438
  }
@@ -3022,6 +3030,16 @@ ejs-listbox {
3022
3030
  height: calc(100% - 51px);
3023
3031
  }
3024
3032
 
3033
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3034
+ .e-listbox-container.e-select-all .e-list-parent {
3035
+ height: calc(100% - 36px);
3036
+ }
3037
+
3038
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3039
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3040
+ height: calc(100% - 87px);
3041
+ }
3042
+
3025
3043
  .e-listbox-wrapper .e-icons,
3026
3044
  .e-listbox-container .e-icons {
3027
3045
  color: #333;
@@ -1434,11 +1434,13 @@ ejs-dropdownlist {
1434
1434
  padding: 9px 0;
1435
1435
  }
1436
1436
 
1437
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) {
1437
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1438
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1438
1439
  width: 0;
1439
1440
  }
1440
1441
 
1441
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1442
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
1443
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1442
1444
  height: 1px;
1443
1445
  min-height: 1px;
1444
1446
  }
@@ -1568,7 +1570,8 @@ ejs-dropdownlist {
1568
1570
  word-wrap: initial;
1569
1571
  }
1570
1572
 
1571
- .e-multiselect.e-input-group .e-searcher .e-label-top {
1573
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1574
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1572
1575
  top: 15px;
1573
1576
  }
1574
1577
 
@@ -2573,6 +2576,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2573
2576
  font-size: 10px;
2574
2577
  }
2575
2578
 
2579
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2580
+ -webkit-text-fill-color: #757575;
2581
+ color: #757575;
2582
+ }
2583
+
2576
2584
  .e-listbox-tool .e-moveup::before {
2577
2585
  content: '\e651';
2578
2586
  }
@@ -3170,6 +3178,16 @@ ejs-listbox {
3170
3178
  height: calc(100% - 51px);
3171
3179
  }
3172
3180
 
3181
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3182
+ .e-listbox-container.e-select-all .e-list-parent {
3183
+ height: calc(100% - 36px);
3184
+ }
3185
+
3186
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3187
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3188
+ height: calc(100% - 87px);
3189
+ }
3190
+
3173
3191
  .e-listbox-wrapper .e-icons,
3174
3192
  .e-listbox-container .e-icons {
3175
3193
  color: #000;
@@ -1441,11 +1441,13 @@ ejs-dropdownlist {
1441
1441
  padding: 9px 0;
1442
1442
  }
1443
1443
 
1444
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) {
1444
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1445
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1445
1446
  width: 0;
1446
1447
  }
1447
1448
 
1448
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1449
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
1450
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
1449
1451
  height: 1px;
1450
1452
  min-height: 1px;
1451
1453
  }
@@ -1575,7 +1577,8 @@ ejs-dropdownlist {
1575
1577
  word-wrap: initial;
1576
1578
  }
1577
1579
 
1578
- .e-multiselect.e-input-group .e-searcher .e-label-top {
1580
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1581
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1579
1582
  top: 15px;
1580
1583
  }
1581
1584
 
@@ -2580,6 +2583,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2580
2583
  font-size: 10px;
2581
2584
  }
2582
2585
 
2586
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2587
+ -webkit-text-fill-color: #757575;
2588
+ color: #757575;
2589
+ }
2590
+
2583
2591
  .e-listbox-tool .e-moveup::before {
2584
2592
  content: '\e651';
2585
2593
  }
@@ -3177,6 +3185,16 @@ ejs-listbox {
3177
3185
  height: calc(100% - 51px);
3178
3186
  }
3179
3187
 
3188
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3189
+ .e-listbox-container.e-select-all .e-list-parent {
3190
+ height: calc(100% - 36px);
3191
+ }
3192
+
3193
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3194
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3195
+ height: calc(100% - 87px);
3196
+ }
3197
+
3180
3198
  .e-listbox-wrapper .e-icons,
3181
3199
  .e-listbox-container .e-icons {
3182
3200
  color: #fff;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 52px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 46px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 54px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 58px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 40px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 92px) !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 52px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 46px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 54px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 58px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 40px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 92px) !default;
@@ -117,3 +117,6 @@ $listbox-filter-height: calc(100% - 39px) !default;
117
117
  $listbox-filter-small-height: calc(100% - 32px) !default;
118
118
  $listbox-filter-bigger-small-height: calc(100% - 44px) !default;
119
119
  $listbox-filter-bigger-height: calc(100% - 46px) !default;
120
+
121
+ $listbox-select-all-height: calc(100% - 40px) !default;
122
+ $listbox-filter-select-all-height: calc(100% - 79px) !default;
@@ -78,6 +78,9 @@ $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
78
78
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
79
79
  $listbox-item-height: 36px !default;
80
80
 
81
+ $listbox-select-all-height: calc(100% - 36px) !default;
82
+ $listbox-filter-select-all-height: calc(100% - 86px) !default;
83
+
81
84
  $listbox-border-color: $border-light;
82
85
  $badge-color: $primary-text-color !default;
83
86
  $badge-bgcolor: $primary !default;
@@ -85,7 +88,7 @@ $badge-bgcolor: $primary !default;
85
88
  $select-all-border-color: $border-light !default;
86
89
  $listview-text-color: $content-text-color !default;
87
90
  $listview-text-disabled: $content-text-color-disabled !default;
88
- $listview-icon-color: $flyout-text-color-pressed !default;
91
+ $listview-icon-color: $icon-color !default;
89
92
  $listview-icon-disabled: $icon-color-disabled !default;
90
93
  $listview-item-hover-bg: $content-bg-color-alt2 !default;
91
94
  $listview-background: $transparent !default;
@@ -107,7 +110,7 @@ $listview-header-border: rgba($black, .12) !default;
107
110
  $checkmark-bgcolor: $primary !default;
108
111
  $checkmark-border-color: transparent !default;
109
112
  $checkmark-color: $primary-text-color !default;
110
- $listview-groupheader-text-color: $content-text-color-alt3 !default;
113
+ $listview-groupheader-text-color: $black !default;
111
114
  $listview-groupheader-bg: $content-bg-color-alt2 !default;
112
115
  $listview-groupheader-border: $black !default;
113
116
  $listview-groupheader-icon: $icon-color !default;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 45px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 36px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 45px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 36px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -0,0 +1,118 @@
1
+ //layout variables
2
+ $skin-name: 'FluentUI' !default;
3
+ $listview-font-family: $font-family !default;
4
+ $listview-icon-margin-right: 16px !default;
5
+ $listview-icon-line-height: 34px !default;
6
+ $listview-icon-back-margin: 2px !default;
7
+ $listview-rtl-icon-back-margin: -2px !default;
8
+ $listview-item-height: 0 !default;
9
+ $listview-item-padding: 0 12px !default;
10
+ $listbox-item-line-height: 1 !default;
11
+ $listbox-item-padding: 10px 16px !default;
12
+ $listview-bigger-item-padding: 8px 16px !default;
13
+ $listview-header-text-padding: 12px !default;
14
+ $listview-header-font-size: $text-xs !default;
15
+ $listview-header-height: 18px !default;
16
+ $listview-header-font-weight: $font-weight-medium !default;
17
+ $listview-header-line-height: 18px !default;
18
+ $listview-header-padding-bottom: 0 !default;
19
+ $listview-touch-back-icon-padding: 0 !default;
20
+ $listview-border-bottom: 0 !default;
21
+ $listview-border-top: 0 !default;
22
+ $listview-border-left: 0 !default;
23
+ $listview-border-right: 0 !default;
24
+ $listview-group-first-border-bottom: 0 !default;
25
+ $listview-group-border-top: 1px !default;
26
+ $listview-group-border-bottom: 0 !default;
27
+ $listview-groupheader-item-height: 30px !default;
28
+ $listview-groupheader-item-line-height: 30px !default;
29
+ $listview-groupheader-font-size: $text-xs !default;
30
+ $listview-border-size: 0 !default;
31
+ $listview-font-size: $text-sm !default;
32
+ $listview-back-padding-right: 8px !default;
33
+ $listview-back-icon-height: 20px !default;
34
+ $listview-back-icon-font-size: auto !default;
35
+ $listview-touch-item-height: 48px !default;
36
+ $listbox-touch-item-line-height: 1.6 !default;
37
+ $listview-touch-item-font-size: $text-base !default;
38
+ $listview-touch-groupheader-height: 40px !default;
39
+ $listview-touch-groupheader-line-height: 25px !default;
40
+ $listview-touch-header-height: 22px !default;
41
+ $listview-touch-header-font-weight: $font-weight-medium !default;
42
+ $listview-touch-header-font-size: $text-sm !default;
43
+ $listview-touch-header-line-height: 22px !default;
44
+ $listview-touch-header-icon-margin-top: 2px !default;
45
+ $listview-checkbox-right-margin: -2px 0 0 8px !default;
46
+ $listview-checkbox-left-margin: -2px 8px 0 0 !default;
47
+ $listview-rtl-checkbox-left-margin: -2px 0 0 8px !default;
48
+ $listview-rtl-checkbox-right-margin: -2px 8px 0 0 !default;
49
+ //ListView In-built template variables
50
+ $listview-template-padding: 8px 16px !default;
51
+ $listview-template-avatar-padding-right: 16px !default;
52
+ $listview-template-avatar-padding-left: 68px !default;
53
+ $listview-template-avatar-rightposition-padding-right: 68px !default;
54
+ $listview-template-avatar-rightposition-padding-left: 16px !default;
55
+ $listview-template-avatar-size: 40px !default;
56
+ $listview-template-avatar-top: 0 !default;
57
+ $listview-template-avatar-left: 0 !default;
58
+ $listview-template-avatar-rightposition-right: 0 !default;
59
+ $listview-template-badge-height: 18px !default;
60
+ $listview-template-badge-width: 32px !default;
61
+ $listview-template-badge-line-height: 16px !default;
62
+ $listview-template-badge-font-size: $text-xxs !default;
63
+ $listview-template-badge-right: 12px !default;
64
+ $listview-template-avatar-badge-padding-right: 10px !default;
65
+ $listview-template-avatar-badge-padding-left: 68px !default;
66
+ $listview-template-badgewithoutavatar-padding-right: 10px !default;
67
+ $listview-template-badgewithoutavatar-padding-left: 16px !default;
68
+ $listview-template-item-padding: 8px 0 !default;
69
+ $listview-template-multiline-header-padding: 0 !default;
70
+ $listview-template-multiline-content-padding: 2px 0 0 0 !default;
71
+ $listview-template-multiline-header-font-size: $text-sm !default;
72
+ $listview-template-multiline-padding: 4px !default;
73
+ $listview-template-multiline-content-font-size: $text-sm !default;
74
+ $listview-template-multiline-avatar-top: 0 !default;
75
+ $listbox-filter-height: calc(100% - 47px) !default;
76
+ $listbox-filter-small-height: calc(100% - 45px) !default;
77
+ $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
78
+ $listbox-filter-bigger-height: calc(100% - 55px) !default;
79
+ $listbox-item-height: 36px !default;
80
+
81
+ $listbox-select-all-height: calc(100% - 36px) !default;
82
+ $listbox-filter-select-all-height: calc(100% - 83px) !default;
83
+
84
+ $listbox-border-color: $border-light;
85
+ $badge-color: $primary-text-color !default;
86
+ $badge-bgcolor: $primary !default;
87
+
88
+ $select-all-border-color: $border-light !default;
89
+ $listview-text-color: $content-text-color !default;
90
+ $listview-text-disabled: $content-text-color-disabled !default;
91
+ $listview-icon-color: $icon-color !default;
92
+ $listview-icon-disabled: $icon-color-disabled !default;
93
+ $listview-item-hover-bg: $content-bg-color-alt2 !default;
94
+ $listview-background: $transparent !default;
95
+ $listview-line-color: $border-light !default;
96
+ $listview-hover-border-color: transparent !default;
97
+ $listview-border-bottom-color: transparent !default;
98
+ $listview-border-top-color: transparent !default;
99
+ $listview-border-right-color: transparent !default;
100
+ $listview-border-left-color: transparent !default;
101
+ $listview-text-hover-color: $content-text-color !default;
102
+ $listview-item-active-bg: $content-bg-color-alt2 !default;
103
+ $listview-text-active-color: $content-text-color-selected !default;
104
+ $listview-header-text-color: $content-text-color-alt2 !default;
105
+ $listview-header-text-disabled: $content-text-color-disabled !default;
106
+ $listview-header-bg: $content-bg-color-alt2 !default;
107
+ $listview-header-icon-color: $icon-color !default;
108
+ $listview-header-icon-disabled: $icon-color-disabled !default;
109
+ $listview-header-border: $border-light !default;
110
+ $checkmark-bgcolor: $primary !default;
111
+ $checkmark-border-color: transparent !default;
112
+ $checkmark-color: $primary-text-color !default;
113
+ $listview-groupheader-text-color: $primary-outline !default;
114
+ $listview-groupheader-bg: $content-bg-color-alt2 !default;
115
+ $listview-groupheader-border: $border-light !default;
116
+ $listview-groupheader-icon: $icon-color !default;
117
+ $listview-template-multiline-header-color: $content-text-color !default;
118
+ $listview-template-multiline-content-color: $content-text-color-alt2 !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 45px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 36px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 45px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 36px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -424,12 +424,7 @@
424
424
 
425
425
  .e-list-group-item {
426
426
  height: $listview-touch-groupheader-height;
427
- @if ($skin-name == 'tailwind') {
428
- line-height: 14px;
429
- }
430
- @else {
431
- line-height: $listview-touch-groupheader-line-height;
432
- }
427
+ line-height: $listview-touch-groupheader-line-height;
433
428
  @if ($skin-name == 'bootstrap4') {
434
429
  font-size: 16px;
435
430
  padding: 12px 20px;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 47px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 45px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 36px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 79px) !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 47px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 45px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 36px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 79px) !default;
@@ -77,6 +77,9 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
77
77
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
78
78
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
79
79
 
80
+ $listbox-select-all-height: calc(100% - 38px) !default;
81
+ $listbox-filter-select-all-height: calc(100% - 76px) !default;
82
+
80
83
  $listbox-border-color: $border-light;
81
84
  $badge-color: $primary-text-color !default;
82
85
  $badge-bgcolor: $primary !default;