@syncfusion/ej2-dropdowns 23.1.36 → 23.1.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.
Files changed (95) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/ej2-dropdowns.min.js +3 -3
  3. package/dist/ej2-dropdowns.umd.min.js +3 -3
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +36 -6
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +36 -6
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +3 -3
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +2 -2
  12. package/package.json +9 -9
  13. package/src/common/virtual-scroll.d.ts +1 -0
  14. package/src/common/virtual-scroll.js +3 -0
  15. package/src/drop-down-list/drop-down-list.d.ts +1 -0
  16. package/src/drop-down-list/drop-down-list.js +31 -5
  17. package/src/multi-select/multi-select.js +2 -1
  18. package/styles/bootstrap-dark.css +82 -8
  19. package/styles/bootstrap.css +82 -8
  20. package/styles/bootstrap4.css +83 -9
  21. package/styles/bootstrap5-dark.css +83 -9
  22. package/styles/bootstrap5.css +83 -9
  23. package/styles/fabric-dark.css +83 -9
  24. package/styles/fabric.css +83 -9
  25. package/styles/fluent-dark.css +82 -8
  26. package/styles/fluent.css +82 -8
  27. package/styles/highcontrast-light.css +82 -8
  28. package/styles/highcontrast.css +82 -8
  29. package/styles/list-box/_bootstrap-dark-definition.scss +6 -2
  30. package/styles/list-box/_bootstrap-definition.scss +7 -3
  31. package/styles/list-box/_bootstrap4-definition.scss +8 -4
  32. package/styles/list-box/_bootstrap5-definition.scss +6 -4
  33. package/styles/list-box/_fabric-dark-definition.scss +6 -2
  34. package/styles/list-box/_fabric-definition.scss +6 -2
  35. package/styles/list-box/_fluent-definition.scss +8 -6
  36. package/styles/list-box/_highcontrast-definition.scss +6 -2
  37. package/styles/list-box/_highcontrast-light-definition.scss +6 -2
  38. package/styles/list-box/_material-dark-definition.scss +8 -4
  39. package/styles/list-box/_material-definition.scss +8 -4
  40. package/styles/list-box/_material3-definition.scss +8 -6
  41. package/styles/list-box/_tailwind-definition.scss +8 -6
  42. package/styles/list-box/_theme.scss +72 -7
  43. package/styles/list-box/bootstrap-dark.css +70 -7
  44. package/styles/list-box/bootstrap.css +70 -7
  45. package/styles/list-box/bootstrap4.css +71 -8
  46. package/styles/list-box/bootstrap5-dark.css +71 -8
  47. package/styles/list-box/bootstrap5.css +71 -8
  48. package/styles/list-box/fabric-dark.css +70 -7
  49. package/styles/list-box/fabric.css +70 -7
  50. package/styles/list-box/fluent-dark.css +70 -7
  51. package/styles/list-box/fluent.css +70 -7
  52. package/styles/list-box/highcontrast-light.css +70 -7
  53. package/styles/list-box/highcontrast.css +70 -7
  54. package/styles/list-box/material-dark.css +71 -8
  55. package/styles/list-box/material.css +71 -8
  56. package/styles/list-box/material3-dark.css +71 -8
  57. package/styles/list-box/material3.css +71 -8
  58. package/styles/list-box/tailwind-dark.css +71 -8
  59. package/styles/list-box/tailwind.css +71 -8
  60. package/styles/material-dark.css +83 -9
  61. package/styles/material.css +83 -9
  62. package/styles/material3-dark.css +81 -8
  63. package/styles/material3.css +81 -8
  64. package/styles/multi-select/_bootstrap-dark-definition.scss +2 -0
  65. package/styles/multi-select/_bootstrap-definition.scss +2 -0
  66. package/styles/multi-select/_bootstrap4-definition.scss +2 -0
  67. package/styles/multi-select/_bootstrap5-definition.scss +2 -0
  68. package/styles/multi-select/_fabric-dark-definition.scss +3 -1
  69. package/styles/multi-select/_fabric-definition.scss +3 -1
  70. package/styles/multi-select/_fluent-definition.scss +2 -0
  71. package/styles/multi-select/_highcontrast-definition.scss +2 -0
  72. package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
  73. package/styles/multi-select/_layout.scss +12 -1
  74. package/styles/multi-select/_material-dark-definition.scss +2 -0
  75. package/styles/multi-select/_material-definition.scss +2 -0
  76. package/styles/multi-select/_tailwind-definition.scss +2 -0
  77. package/styles/multi-select/bootstrap-dark.css +12 -1
  78. package/styles/multi-select/bootstrap.css +12 -1
  79. package/styles/multi-select/bootstrap4.css +12 -1
  80. package/styles/multi-select/bootstrap5-dark.css +12 -1
  81. package/styles/multi-select/bootstrap5.css +12 -1
  82. package/styles/multi-select/fabric-dark.css +13 -2
  83. package/styles/multi-select/fabric.css +13 -2
  84. package/styles/multi-select/fluent-dark.css +12 -1
  85. package/styles/multi-select/fluent.css +12 -1
  86. package/styles/multi-select/highcontrast-light.css +12 -1
  87. package/styles/multi-select/highcontrast.css +12 -1
  88. package/styles/multi-select/material-dark.css +12 -1
  89. package/styles/multi-select/material.css +12 -1
  90. package/styles/multi-select/material3-dark.css +10 -0
  91. package/styles/multi-select/material3.css +10 -0
  92. package/styles/multi-select/tailwind-dark.css +12 -1
  93. package/styles/multi-select/tailwind.css +12 -1
  94. package/styles/tailwind-dark.css +83 -9
  95. package/styles/tailwind.css +83 -9
@@ -68,10 +68,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
68
68
  $listbox-template-multiline-padding: 4px !default;
69
69
  $listbox-template-multiline-content-font-size: $text-sm !default;
70
70
  $listbox-template-multiline-avatar-top: 0 !default;
71
- $listbox-filter-height: calc(100% - 56px) !default;
72
71
  $listbox-filter-small-height: calc(100% - 50px) !default;
73
72
  $listbox-filter-bigger-small-height: calc(100% - 59px) !default;
74
- $listbox-filter-bigger-height: calc(100% - 64px) !default;
75
73
  $listbox-item-height: 36px !default;
76
74
 
77
75
  $listbox-border-color: $border-light;
@@ -112,7 +110,11 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
112
110
 
113
111
  $listbox-select-height: calc(100% - 36px) !default;
114
112
  $listbox-select-bigger-height: calc(100% - 48px) !default;
115
- $listbox-filterselect-height: calc(100% - 93px) !default;
116
- $listbox-filterselect-bigger-height: calc(100% - 113px) !default;
117
- $listbox-filter-height: calc(100% - 57px) !default;
118
- $listbox-filter-bigger-height: calc(100% - 65px) !default;
113
+ $listbox-filterselect-height: calc(100% - 36px) !default;
114
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
115
+ $listbox-mat-filter-height: calc(100% - 56px) !default;
116
+ $listbox-mat-filter-bigger-height: calc(100% - 64px) !default;
117
+ $listbox-filter-height: calc(100% - 56px) !default;
118
+ $listbox-filter-bigger-height: calc(100% - 64px) !default;
119
+ $listbox-ej2-filterselect-height: calc(100% - 93px) !default;
120
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 113px) !default;
@@ -109,7 +109,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
109
109
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
110
110
  $listbox-select-height: calc(100% - 36px) !default;
111
111
  $listbox-select-bigger-height: calc(100% - 45px) !default;
112
- $listbox-filterselect-height: calc(100% - 87px) !default;
113
- $listbox-filterselect-bigger-height: calc(100% - 104px) !default;
112
+ $listbox-filterselect-height: calc(100% - 36px) !default;
113
+ $listbox-filterselect-bigger-height: calc(100% - 45px) !default;
114
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
115
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
114
116
  $listbox-filter-height: calc(100% - 51px) !default;
115
117
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
118
+ $listbox-ej2-filterselect-height: calc(100% - 87px) !default;
119
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
@@ -116,7 +116,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
116
116
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
117
117
  $listbox-select-height: calc(100% - 36px) !default;
118
118
  $listbox-select-bigger-height: calc(100% - 45px) !default;
119
- $listbox-filterselect-height: calc(100% - 87px) !default;
120
- $listbox-filterselect-bigger-height: calc(100% - 104px) !default;
119
+ $listbox-filterselect-height: calc(100% - 36px) !default;
120
+ $listbox-filterselect-bigger-height: calc(100% - 45px) !default;
121
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
122
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121
123
  $listbox-filter-height: calc(100% - 51px) !default;
122
124
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
125
+ $listbox-ej2-filterselect-height: calc(100% - 87px) !default;
126
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
@@ -116,7 +116,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
116
116
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
117
117
  $listbox-select-height: calc(100% - 36px) !default;
118
118
  $listbox-select-bigger-height: calc(100% - 48px) !default;
119
- $listbox-filterselect-height: calc(100% - 79px) !default;
120
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
121
- $listbox-filter-height: calc(100% - 43px) !default;
122
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
119
+ $listbox-filterselect-height: calc(100% - 36px) !default;
120
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
121
+ $listbox-mat-filter-height: calc(100% - 43px) !default;
122
+ $listbox-mat-filter-bigger-height: calc(100% - 50px) !default;
123
+ $listbox-filter-height: calc(100% - 48px) !default;
124
+ $listbox-filter-bigger-height: calc(100% - 55px) !default;
125
+ $listbox-ej2-filterselect-height: calc(100% - 83px) !default;
126
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
@@ -109,7 +109,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
109
109
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
110
110
  $listbox-select-height: calc(100% - 36px) !default;
111
111
  $listbox-select-bigger-height: calc(100% - 48px) !default;
112
- $listbox-filterselect-height: calc(100% - 79px) !default;
113
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
114
- $listbox-filter-height: calc(100% - 43px) !default;
115
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
112
+ $listbox-filterselect-height: calc(100% - 36px) !default;
113
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
114
+ $listbox-mat-filter-height: calc(100% - 43px) !default;
115
+ $listbox-mat-filter-bigger-height: calc(100% - 50px) !default;
116
+ $listbox-filter-height: calc(100% - 48px) !default;
117
+ $listbox-filter-bigger-height: calc(100% - 55px) !default;
118
+ $listbox-ej2-filterselect-height: calc(100% - 83px) !default;
119
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
@@ -68,10 +68,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
68
68
  $listbox-template-multiline-padding: 4px !default;
69
69
  $listbox-template-multiline-content-font-size: $text-sm !default;
70
70
  $listbox-template-multiline-avatar-top: 0 !default;
71
- $listbox-filter-height: calc(100% - 40px) !default;
72
71
  $listbox-filter-small-height: calc(100% - 35px) !default;
73
72
  $listbox-filter-bigger-small-height: calc(100% - 37px) !default;
74
- $listbox-filter-bigger-height: calc(100% - 48px) !default;
75
73
  $listbox-item-height: 40px !default;
76
74
 
77
75
  $listbox-border-color: rgba($border-light);
@@ -111,7 +109,11 @@ $listbox-template-multiline-header-color: rgba($content-text-color) !default;
111
109
  $listbox-template-multiline-content-color: rgba($content-text-color-alt2) !default;
112
110
  $listbox-select-height: calc(100% - 36px) !default;
113
111
  $listbox-select-bigger-height: calc(100% - 48px) !default;
114
- $listbox-filterselect-height: calc(100% - 79px) !default;
115
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
116
- $listbox-filter-height: calc(100% - 43px) !default;
117
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
112
+ $listbox-filterselect-height: calc(100% - 40px) !default;
113
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
114
+ $listbox-mat-filter-height: calc(100% - ($listbox-item-height - 4px)) !default;
115
+ $listbox-mat-filter-bigger-height: calc(100% - ($listbox-touch-item-height - 4px)) !default;
116
+ $listbox-filter-height: calc(100% - 36px) !default;
117
+ $listbox-filter-bigger-height: calc(100% - 44px) !default;
118
+ $listbox-ej2-filterselect-height: calc(100% - 76px) !default;
119
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 92px) !default;
@@ -69,10 +69,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
69
69
  $listbox-template-multiline-padding: 4px !default;
70
70
  $listbox-template-multiline-content-font-size: $text-sm !default;
71
71
  $listbox-template-multiline-avatar-top: 0 !default;
72
- $listbox-filter-height: calc(100% - 49px) !default;
73
72
  $listbox-filter-small-height: calc(100% - 45px) !default;
74
73
  $listbox-filter-bigger-small-height: calc(100% - 53px) !default;
75
- $listbox-filter-bigger-height: calc(100% - 57px) !default;
76
74
 
77
75
  $listbox-border-color: $border-light;
78
76
  $badge-color: $primary-text-color !default;
@@ -111,7 +109,11 @@ $listbox-template-multiline-header-color: $content-text-color !default;
111
109
  $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
112
110
  $listbox-select-height: calc(100% - 38px) !default;
113
111
  $listbox-select-bigger-height: calc(100% - 48px) !default;
114
- $listbox-filterselect-height: calc(100% - 76px) !default;
115
- $listbox-filterselect-bigger-height: calc(100% - 94px) !default;
116
- $listbox-filter-height: calc(100% - 38px) !default;
117
- $listbox-filter-bigger-height: calc(100% - 46px) !default;
112
+ $listbox-filterselect-height: calc(100% - 38px) !default;
113
+ $listbox-filterselect-bigger-height: calc(100% - 47px) !default;
114
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
115
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
116
+ $listbox-filter-height: calc(100% - 50px) !default;
117
+ $listbox-filter-bigger-height: calc(100% - 58px) !default;
118
+ $listbox-ej2-filterselect-height: calc(100% - 87.5px) !default;
119
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
@@ -1,27 +1,64 @@
1
1
  @include export-module('listbox-theme') {
2
2
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3
3
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
4
- height: $listbox-filter-small-height;
4
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
5
+ }
6
+
7
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
8
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
9
+ }
10
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
11
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
5
12
  }
6
13
 
7
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
8
14
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
9
- height: $listbox-filter-bigger-height;
15
+ height: 100%;
10
16
  }
11
17
 
12
18
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
13
19
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
14
- height: $listbox-filterselect-bigger-height;
20
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
21
+ }
22
+
23
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
24
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
25
+ }
26
+
27
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
28
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
29
+ }
30
+
31
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
32
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
33
+ }
34
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
35
+ height: 100%;
15
36
  }
16
37
 
17
38
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
39
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
40
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
41
+ }
42
+
18
43
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
19
- height: $listbox-select-bigger-height;
44
+ height: 100%;
20
45
  }
21
46
 
22
47
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
48
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
49
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
50
+ }
51
+
52
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
53
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
54
+ }
55
+
56
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
57
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
58
+ }
59
+
23
60
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
24
- height: $listbox-filter-bigger-small-height;
61
+ height: 100%;
25
62
  }
26
63
 
27
64
  .e-listbox-wrapper,
@@ -62,7 +99,7 @@
62
99
  }
63
100
 
64
101
  &.e-filter-list .e-selectall-parent + .e-list-parent {
65
- height: $listbox-filterselect-height;
102
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
66
103
  }
67
104
 
68
105
  & .e-selectall-parent + .e-list-parent {
@@ -314,4 +351,32 @@
314
351
  }
315
352
  }
316
353
  }
354
+
355
+ .e-listbox-container {
356
+ @at-root {
357
+ &.e-filter-list .e-list-parent {
358
+ height: 100%;
359
+ }
360
+
361
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
362
+ height: 100%;
363
+ }
364
+
365
+ & .e-selectall-parent + .e-list-parent {
366
+ height: 100%;
367
+ }
368
+
369
+ &.e-filter-list .e-list-wrap {
370
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
371
+ }
372
+
373
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
374
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
375
+ }
376
+
377
+ & .e-selectall-parent + .e-list-wrap {
378
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
379
+ }
380
+ }
381
+ }
317
382
  }
@@ -562,27 +562,66 @@ ejs-listbox {
562
562
  }
563
563
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
564
564
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
565
- height: calc(100% - 46px);
565
+ height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
566
+ }
567
+
568
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
569
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
570
+ }
571
+
572
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
573
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
566
574
  }
567
575
 
568
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
569
576
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
570
- height: calc(100% - 58px);
577
+ height: 100%;
571
578
  }
572
579
 
573
580
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
574
581
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
575
- height: calc(100% - 106px);
582
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
583
+ }
584
+
585
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
586
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
587
+ }
588
+
589
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
590
+ height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
591
+ }
592
+
593
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
594
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
595
+ }
596
+
597
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
598
+ height: 100%;
576
599
  }
577
600
 
578
601
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
602
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
603
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
604
+ }
605
+
579
606
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
580
- height: calc(100% - 48px);
607
+ height: 100%;
581
608
  }
582
609
 
583
610
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
611
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
612
+ height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
613
+ }
614
+
615
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
616
+ height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
617
+ }
618
+
619
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
620
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
621
+ }
622
+
584
623
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
585
- height: calc(100% - 54px);
624
+ height: 100%;
586
625
  }
587
626
 
588
627
  .e-listbox-wrapper,
@@ -615,7 +654,7 @@ ejs-listbox {
615
654
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
616
655
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
617
656
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
618
- height: calc(100% - 92px);
657
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
619
658
  }
620
659
 
621
660
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -889,4 +928,28 @@ ejs-listbox {
889
928
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
890
929
  padding-left: 3.9285em;
891
930
  padding-right: 1.0714em;
931
+ }
932
+
933
+ .e-listbox-container.e-filter-list .e-list-parent {
934
+ height: 100%;
935
+ }
936
+
937
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
938
+ height: 100%;
939
+ }
940
+
941
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
942
+ height: 100%;
943
+ }
944
+
945
+ .e-listbox-container.e-filter-list .e-list-wrap {
946
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
947
+ }
948
+
949
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
950
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
951
+ }
952
+
953
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
954
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
892
955
  }
@@ -573,27 +573,66 @@ ejs-listbox {
573
573
  }
574
574
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
575
575
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
576
- height: calc(100% - 46px);
576
+ height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
577
+ }
578
+
579
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
580
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
581
+ }
582
+
583
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
584
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
577
585
  }
578
586
 
579
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
580
587
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
581
- height: calc(100% - 58px);
588
+ height: 100%;
582
589
  }
583
590
 
584
591
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
585
592
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
586
- height: calc(100% - 106px);
593
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
594
+ }
595
+
596
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
597
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
598
+ }
599
+
600
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
601
+ height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
602
+ }
603
+
604
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
605
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
606
+ }
607
+
608
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
609
+ height: 100%;
587
610
  }
588
611
 
589
612
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
613
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
614
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
615
+ }
616
+
590
617
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
591
- height: calc(100% - 48px);
618
+ height: 100%;
592
619
  }
593
620
 
594
621
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
622
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
623
+ height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
624
+ }
625
+
626
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
627
+ height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
628
+ }
629
+
630
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
631
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
632
+ }
633
+
595
634
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
596
- height: calc(100% - 54px);
635
+ height: 100%;
597
636
  }
598
637
 
599
638
  .e-listbox-wrapper,
@@ -626,7 +665,7 @@ ejs-listbox {
626
665
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
627
666
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
628
667
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
629
- height: calc(100% - 92px);
668
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
630
669
  }
631
670
 
632
671
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -900,4 +939,28 @@ ejs-listbox {
900
939
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
901
940
  padding-left: 3.9285em;
902
941
  padding-right: 1.0714em;
942
+ }
943
+
944
+ .e-listbox-container.e-filter-list .e-list-parent {
945
+ height: 100%;
946
+ }
947
+
948
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
949
+ height: 100%;
950
+ }
951
+
952
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
953
+ height: 100%;
954
+ }
955
+
956
+ .e-listbox-container.e-filter-list .e-list-wrap {
957
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
958
+ }
959
+
960
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
961
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
962
+ }
963
+
964
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
965
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
903
966
  }
@@ -627,27 +627,66 @@ ejs-listbox {
627
627
 
628
628
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
629
629
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
630
- height: calc(100% - 43px);
630
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
631
+ }
632
+
633
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
634
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
635
+ }
636
+
637
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
638
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
631
639
  }
632
640
 
633
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
634
641
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
635
- height: calc(100% - 56px);
642
+ height: 100%;
636
643
  }
637
644
 
638
645
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
639
646
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
640
- height: calc(100% - 96px);
647
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
648
+ }
649
+
650
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
651
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
652
+ }
653
+
654
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
655
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
656
+ }
657
+
658
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
659
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
660
+ }
661
+
662
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
663
+ height: 100%;
641
664
  }
642
665
 
643
666
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
667
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
668
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
669
+ }
670
+
644
671
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
645
- height: calc(100% - 50px);
672
+ height: 100%;
646
673
  }
647
674
 
648
675
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
676
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
677
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
678
+ }
679
+
680
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
681
+ height: calc(100% - 90.5px) !important; /* stylelint-disable-line declaration-no-important */
682
+ }
683
+
684
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
685
+ height: calc(100% - 108px) !important; /* stylelint-disable-line declaration-no-important */
686
+ }
687
+
649
688
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
650
- height: calc(100% - 56px);
689
+ height: 100%;
651
690
  }
652
691
 
653
692
  .e-listbox-wrapper,
@@ -674,13 +713,13 @@ ejs-listbox {
674
713
  .e-listbox-wrapper.e-filter-list .e-list-parent,
675
714
  .e-listbox-container.e-filter-list .e-list-parent,
676
715
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
677
- height: calc(100% - 48px);
716
+ height: calc(100% - 51px);
678
717
  }
679
718
 
680
719
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
681
720
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
682
721
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
683
- height: calc(100% - 79px);
722
+ height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
684
723
  }
685
724
 
686
725
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -954,4 +993,28 @@ ejs-listbox {
954
993
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
955
994
  padding-left: 3.9285em;
956
995
  padding-right: 1.0714em;
996
+ }
997
+
998
+ .e-listbox-container.e-filter-list .e-list-parent {
999
+ height: 100%;
1000
+ }
1001
+
1002
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
1003
+ height: 100%;
1004
+ }
1005
+
1006
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
1007
+ height: 100%;
1008
+ }
1009
+
1010
+ .e-listbox-container.e-filter-list .e-list-wrap {
1011
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
1012
+ }
1013
+
1014
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
1015
+ height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
1016
+ }
1017
+
1018
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
1019
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
957
1020
  }