@syncfusion/ej2-angular-dropdowns 19.4.38 → 19.4.47

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 (47) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/README.md +1 -1
  3. package/dist/ej2-angular-dropdowns.umd.js +1 -1
  4. package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/schematics/utils/lib-details.d.ts +2 -2
  7. package/schematics/utils/lib-details.js +2 -2
  8. package/schematics/utils/lib-details.ts +2 -2
  9. package/styles/bootstrap-dark.css +15 -0
  10. package/styles/bootstrap.css +15 -0
  11. package/styles/bootstrap4.css +15 -0
  12. package/styles/bootstrap5-dark.css +15 -0
  13. package/styles/bootstrap5.css +15 -0
  14. package/styles/fabric-dark.css +15 -0
  15. package/styles/fabric.css +15 -0
  16. package/styles/highcontrast-light.css +15 -0
  17. package/styles/highcontrast.css +15 -0
  18. package/styles/list-box/bootstrap-dark.css +10 -0
  19. package/styles/list-box/bootstrap.css +10 -0
  20. package/styles/list-box/bootstrap4.css +10 -0
  21. package/styles/list-box/bootstrap5-dark.css +10 -0
  22. package/styles/list-box/bootstrap5.css +10 -0
  23. package/styles/list-box/fabric-dark.css +10 -0
  24. package/styles/list-box/fabric.css +10 -0
  25. package/styles/list-box/highcontrast-light.css +10 -0
  26. package/styles/list-box/highcontrast.css +10 -0
  27. package/styles/list-box/material-dark.css +10 -0
  28. package/styles/list-box/material.css +10 -0
  29. package/styles/list-box/tailwind-dark.css +10 -0
  30. package/styles/list-box/tailwind.css +10 -0
  31. package/styles/material-dark.css +15 -0
  32. package/styles/material.css +15 -0
  33. package/styles/multi-select/bootstrap-dark.css +5 -0
  34. package/styles/multi-select/bootstrap.css +5 -0
  35. package/styles/multi-select/bootstrap4.css +5 -0
  36. package/styles/multi-select/bootstrap5-dark.css +5 -0
  37. package/styles/multi-select/bootstrap5.css +5 -0
  38. package/styles/multi-select/fabric-dark.css +5 -0
  39. package/styles/multi-select/fabric.css +5 -0
  40. package/styles/multi-select/highcontrast-light.css +5 -0
  41. package/styles/multi-select/highcontrast.css +5 -0
  42. package/styles/multi-select/material-dark.css +5 -0
  43. package/styles/multi-select/material.css +5 -0
  44. package/styles/multi-select/tailwind-dark.css +5 -0
  45. package/styles/multi-select/tailwind.css +5 -0
  46. package/styles/tailwind-dark.css +15 -0
  47. package/styles/tailwind.css +15 -0
package/CHANGELOG.md CHANGED
@@ -2,11 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### ComboBox
5
+ ## 19.4.42 (2022-01-11)
6
+
7
+ ### MultiSelect
6
8
 
7
9
  #### Bug Fixes
8
10
 
9
- - `#I347955` - Issue with "custom value is not updated to the input while typing the custom value and pressing the enter key" has been resolved.
11
+ - `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
10
12
 
11
13
  ## 19.3.56 (2021-12-02)
12
14
 
@@ -2059,6 +2061,22 @@ DropDownList component contains a list of predefined values from which a single
2059
2061
  - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
2060
2062
 
2061
2063
 
2064
+ ## 19.4.41 (2022-01-04)
2065
+
2066
+ ### MultiSelect
2067
+
2068
+ #### Bug Fixes
2069
+
2070
+ - `#I358908` - Issue with "selected item color is not updated properly in the disabled state of the component" has been resolved.
2071
+
2072
+ ## 19.4.38 (2021-12-17)
2073
+
2074
+ ### ComboBox
2075
+
2076
+ #### Bug Fixes
2077
+
2078
+ - `#I347955` - Issue with "custom value is not updated to the input while typing the custom value and pressing the enter key" has been resolved.
2079
+
2062
2080
  ## 19.2.57 (2021-08-24)
2063
2081
 
2064
2082
  ### MultiSelect
package/README.md CHANGED
@@ -116,4 +116,4 @@ Check the license details [here.](https://github.com/syncfusion/ej2/blob/master/
116
116
  ## 8. Change log
117
117
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/dropdowns/CHANGELOG.md)
118
118
 
119
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
119
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 19.4.38
3
+ * version : 19.4.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.min.js
3
- * version : 19.4.38
3
+ * version : 19.4.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@18.34.12",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@19.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-79M36ZkbygiEZ8NGSeBw2NWVTNHvoE7dzoLAzLeO9W4Xj2eSkVQ7nd/TPiODnrpP8J0Nnq8Rqpq7CdOobrYTow==",
5
+ "_integrity": "sha512-TVHPzr9A3XA3PbroNdJVXhKI+7TV3Tew+ePre8TsTAbmLKzyKbd63Wjr5lwix2ef/SGlzpUrWTlZwqNDBRCpxQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-18.34.12.tgz",
23
- "_shasum": "34947d47bd16a447ab9a2938c2949765fdafb3f7",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-19.4.42.tgz",
23
+ "_shasum": "26252f916e6b5a76e6568508a61b87562633322c",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.4.38",
35
- "@syncfusion/ej2-base": "~19.4.38",
36
- "@syncfusion/ej2-dropdowns": "19.4.38"
34
+ "@syncfusion/ej2-angular-base": "~19.4.47",
35
+ "@syncfusion/ej2-base": "~19.4.42",
36
+ "@syncfusion/ej2-dropdowns": "19.4.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Angular",
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "ej2-angular-dropdowns.d.ts",
75
- "version": "19.4.38"
75
+ "version": "19.4.47"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^18.34.12";
2
+ export declare const pkgVer = "^19.4.42";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule";
4
- export declare const themeVer = "~18.34.12";
4
+ export declare const themeVer = "~19.4.42";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^18.34.12';
4
+ exports.pkgVer = '^19.4.42';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
6
- exports.themeVer = '~18.34.12';
6
+ exports.themeVer = '~19.4.42';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^18.34.12';
2
+ export const pkgVer = '^19.4.42';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
4
- export const themeVer = '~18.34.12';
4
+ export const themeVer = '~19.4.42';
@@ -2454,6 +2454,11 @@ ejs-multiselect {
2454
2454
  font-size: 10px;
2455
2455
  }
2456
2456
 
2457
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2458
+ -webkit-text-fill-color: #9c9c9c;
2459
+ color: #9c9c9c;
2460
+ }
2461
+
2457
2462
  .e-listbox-tool .e-moveup::before {
2458
2463
  content: '\e651';
2459
2464
  }
@@ -3051,6 +3056,16 @@ ejs-listbox {
3051
3056
  height: calc(100% - 52px);
3052
3057
  }
3053
3058
 
3059
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3060
+ .e-listbox-container.e-select-all .e-list-parent {
3061
+ height: calc(100% - 40px);
3062
+ }
3063
+
3064
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3065
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3066
+ height: calc(100% - 92px);
3067
+ }
3068
+
3054
3069
  .e-listbox-wrapper .e-icons,
3055
3070
  .e-listbox-container .e-icons {
3056
3071
  color: #f0f0f0;
@@ -2453,6 +2453,11 @@ ejs-multiselect {
2453
2453
  font-size: 10px;
2454
2454
  }
2455
2455
 
2456
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2457
+ -webkit-text-fill-color: #999;
2458
+ color: #999;
2459
+ }
2460
+
2456
2461
  .e-listbox-tool .e-moveup::before {
2457
2462
  content: '\e651';
2458
2463
  }
@@ -3050,6 +3055,16 @@ ejs-listbox {
3050
3055
  height: calc(100% - 52px);
3051
3056
  }
3052
3057
 
3058
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3059
+ .e-listbox-container.e-select-all .e-list-parent {
3060
+ height: calc(100% - 40px);
3061
+ }
3062
+
3063
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3064
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3065
+ height: calc(100% - 92px);
3066
+ }
3067
+
3053
3068
  .e-listbox-wrapper .e-icons,
3054
3069
  .e-listbox-container .e-icons {
3055
3070
  color: rgba(0, 0, 0, 0.75);
@@ -2637,6 +2637,11 @@ ejs-multiselect {
2637
2637
  font-size: 10px;
2638
2638
  }
2639
2639
 
2640
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2641
+ -webkit-text-fill-color: #6c757d;
2642
+ color: #6c757d;
2643
+ }
2644
+
2640
2645
  .e-listbox-tool .e-moveup::before {
2641
2646
  content: '\e808';
2642
2647
  }
@@ -3283,6 +3288,16 @@ ejs-listbox {
3283
3288
  height: calc(100% - 39px);
3284
3289
  }
3285
3290
 
3291
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3292
+ .e-listbox-container.e-select-all .e-list-parent {
3293
+ height: calc(100% - 40px);
3294
+ }
3295
+
3296
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3297
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3298
+ height: calc(100% - 79px);
3299
+ }
3300
+
3286
3301
  .e-listbox-wrapper .e-icons,
3287
3302
  .e-listbox-container .e-icons {
3288
3303
  color: #212529;
@@ -2571,6 +2571,11 @@ ejs-multiselect {
2571
2571
  font-size: 14px;
2572
2572
  }
2573
2573
 
2574
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2575
+ -webkit-text-fill-color: #e9ecef;
2576
+ color: #e9ecef;
2577
+ }
2578
+
2574
2579
  .e-listbox-tool .e-moveup::before {
2575
2580
  content: '\e776';
2576
2581
  }
@@ -3168,6 +3173,16 @@ ejs-listbox {
3168
3173
  height: calc(100% - 47px);
3169
3174
  }
3170
3175
 
3176
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3177
+ .e-listbox-container.e-select-all .e-list-parent {
3178
+ height: calc(100% - 36px);
3179
+ }
3180
+
3181
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3182
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3183
+ height: calc(100% - 86px);
3184
+ }
3185
+
3171
3186
  .e-listbox-wrapper .e-list-item,
3172
3187
  .e-listbox-container .e-list-item {
3173
3188
  background-color: transparent;
@@ -2571,6 +2571,11 @@ ejs-multiselect {
2571
2571
  font-size: 14px;
2572
2572
  }
2573
2573
 
2574
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2575
+ -webkit-text-fill-color: #343a40;
2576
+ color: #343a40;
2577
+ }
2578
+
2574
2579
  .e-listbox-tool .e-moveup::before {
2575
2580
  content: '\e776';
2576
2581
  }
@@ -3168,6 +3173,16 @@ ejs-listbox {
3168
3173
  height: calc(100% - 47px);
3169
3174
  }
3170
3175
 
3176
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3177
+ .e-listbox-container.e-select-all .e-list-parent {
3178
+ height: calc(100% - 36px);
3179
+ }
3180
+
3181
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3182
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3183
+ height: calc(100% - 86px);
3184
+ }
3185
+
3171
3186
  .e-listbox-wrapper .e-list-item,
3172
3187
  .e-listbox-container .e-list-item {
3173
3188
  background-color: transparent;
@@ -2431,6 +2431,11 @@ ejs-multiselect {
2431
2431
  font-size: 10px;
2432
2432
  }
2433
2433
 
2434
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2435
+ -webkit-text-fill-color: #6f6c6c;
2436
+ color: #6f6c6c;
2437
+ }
2438
+
2434
2439
  .e-listbox-tool .e-moveup::before {
2435
2440
  content: '\e651';
2436
2441
  }
@@ -3028,6 +3033,16 @@ ejs-listbox {
3028
3033
  height: calc(100% - 51px);
3029
3034
  }
3030
3035
 
3036
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3037
+ .e-listbox-container.e-select-all .e-list-parent {
3038
+ height: calc(100% - 36px);
3039
+ }
3040
+
3041
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3042
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3043
+ height: calc(100% - 87px);
3044
+ }
3045
+
3031
3046
  .e-listbox-wrapper .e-icons,
3032
3047
  .e-listbox-container .e-icons {
3033
3048
  color: #dadada;
package/styles/fabric.css CHANGED
@@ -2425,6 +2425,11 @@ ejs-multiselect {
2425
2425
  font-size: 10px;
2426
2426
  }
2427
2427
 
2428
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2429
+ -webkit-text-fill-color: #a6a6a6;
2430
+ color: #a6a6a6;
2431
+ }
2432
+
2428
2433
  .e-listbox-tool .e-moveup::before {
2429
2434
  content: '\e651';
2430
2435
  }
@@ -3022,6 +3027,16 @@ ejs-listbox {
3022
3027
  height: calc(100% - 51px);
3023
3028
  }
3024
3029
 
3030
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3031
+ .e-listbox-container.e-select-all .e-list-parent {
3032
+ height: calc(100% - 36px);
3033
+ }
3034
+
3035
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3036
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3037
+ height: calc(100% - 87px);
3038
+ }
3039
+
3025
3040
  .e-listbox-wrapper .e-icons,
3026
3041
  .e-listbox-container .e-icons {
3027
3042
  color: #333;
@@ -2573,6 +2573,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2573
2573
  font-size: 10px;
2574
2574
  }
2575
2575
 
2576
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2577
+ -webkit-text-fill-color: #757575;
2578
+ color: #757575;
2579
+ }
2580
+
2576
2581
  .e-listbox-tool .e-moveup::before {
2577
2582
  content: '\e651';
2578
2583
  }
@@ -3170,6 +3175,16 @@ ejs-listbox {
3170
3175
  height: calc(100% - 51px);
3171
3176
  }
3172
3177
 
3178
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3179
+ .e-listbox-container.e-select-all .e-list-parent {
3180
+ height: calc(100% - 36px);
3181
+ }
3182
+
3183
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3184
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3185
+ height: calc(100% - 87px);
3186
+ }
3187
+
3173
3188
  .e-listbox-wrapper .e-icons,
3174
3189
  .e-listbox-container .e-icons {
3175
3190
  color: #000;
@@ -2580,6 +2580,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2580
2580
  font-size: 10px;
2581
2581
  }
2582
2582
 
2583
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2584
+ -webkit-text-fill-color: #757575;
2585
+ color: #757575;
2586
+ }
2587
+
2583
2588
  .e-listbox-tool .e-moveup::before {
2584
2589
  content: '\e651';
2585
2590
  }
@@ -3177,6 +3182,16 @@ ejs-listbox {
3177
3182
  height: calc(100% - 51px);
3178
3183
  }
3179
3184
 
3185
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3186
+ .e-listbox-container.e-select-all .e-list-parent {
3187
+ height: calc(100% - 36px);
3188
+ }
3189
+
3190
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3191
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3192
+ height: calc(100% - 87px);
3193
+ }
3194
+
3180
3195
  .e-listbox-wrapper .e-icons,
3181
3196
  .e-listbox-container .e-icons {
3182
3197
  color: #fff;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 52px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 40px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 92px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: #f0f0f0;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 52px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 40px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 92px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: rgba(0, 0, 0, 0.75);
@@ -675,6 +675,16 @@ ejs-listbox {
675
675
  height: calc(100% - 39px);
676
676
  }
677
677
 
678
+ .e-listbox-wrapper.e-select-all .e-list-parent,
679
+ .e-listbox-container.e-select-all .e-list-parent {
680
+ height: calc(100% - 40px);
681
+ }
682
+
683
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
684
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
685
+ height: calc(100% - 79px);
686
+ }
687
+
678
688
  .e-listbox-wrapper .e-icons,
679
689
  .e-listbox-container .e-icons {
680
690
  color: #212529;
@@ -634,6 +634,16 @@ ejs-listbox {
634
634
  height: calc(100% - 47px);
635
635
  }
636
636
 
637
+ .e-listbox-wrapper.e-select-all .e-list-parent,
638
+ .e-listbox-container.e-select-all .e-list-parent {
639
+ height: calc(100% - 36px);
640
+ }
641
+
642
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
643
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
644
+ height: calc(100% - 86px);
645
+ }
646
+
637
647
  .e-listbox-wrapper .e-list-item,
638
648
  .e-listbox-container .e-list-item {
639
649
  background-color: transparent;
@@ -634,6 +634,16 @@ ejs-listbox {
634
634
  height: calc(100% - 47px);
635
635
  }
636
636
 
637
+ .e-listbox-wrapper.e-select-all .e-list-parent,
638
+ .e-listbox-container.e-select-all .e-list-parent {
639
+ height: calc(100% - 36px);
640
+ }
641
+
642
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
643
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
644
+ height: calc(100% - 86px);
645
+ }
646
+
637
647
  .e-listbox-wrapper .e-list-item,
638
648
  .e-listbox-container .e-list-item {
639
649
  background-color: transparent;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 51px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 36px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 87px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: #dadada;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 51px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 36px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 87px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: #333;
@@ -627,6 +627,16 @@ ejs-listbox {
627
627
  height: calc(100% - 51px);
628
628
  }
629
629
 
630
+ .e-listbox-wrapper.e-select-all .e-list-parent,
631
+ .e-listbox-container.e-select-all .e-list-parent {
632
+ height: calc(100% - 36px);
633
+ }
634
+
635
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
636
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
637
+ height: calc(100% - 87px);
638
+ }
639
+
630
640
  .e-listbox-wrapper .e-icons,
631
641
  .e-listbox-container .e-icons {
632
642
  color: #000;
@@ -627,6 +627,16 @@ ejs-listbox {
627
627
  height: calc(100% - 51px);
628
628
  }
629
629
 
630
+ .e-listbox-wrapper.e-select-all .e-list-parent,
631
+ .e-listbox-container.e-select-all .e-list-parent {
632
+ height: calc(100% - 36px);
633
+ }
634
+
635
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
636
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
637
+ height: calc(100% - 87px);
638
+ }
639
+
630
640
  .e-listbox-wrapper .e-icons,
631
641
  .e-listbox-container .e-icons {
632
642
  color: #fff;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 47px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 36px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 79px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: #fff;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 47px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 36px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 79px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: rgba(0, 0, 0, 0.54);
@@ -653,6 +653,16 @@ ejs-listbox {
653
653
  height: calc(100% - 47px);
654
654
  }
655
655
 
656
+ .e-listbox-wrapper.e-select-all .e-list-parent,
657
+ .e-listbox-container.e-select-all .e-list-parent {
658
+ height: calc(100% - 38px);
659
+ }
660
+
661
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
662
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
663
+ height: calc(100% - 76px);
664
+ }
665
+
656
666
  .e-listbox-wrapper .e-icons,
657
667
  .e-listbox-container .e-icons {
658
668
  color: #d1d5db;
@@ -653,6 +653,16 @@ ejs-listbox {
653
653
  height: calc(100% - 47px);
654
654
  }
655
655
 
656
+ .e-listbox-wrapper.e-select-all .e-list-parent,
657
+ .e-listbox-container.e-select-all .e-list-parent {
658
+ height: calc(100% - 38px);
659
+ }
660
+
661
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
662
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
663
+ height: calc(100% - 76px);
664
+ }
665
+
656
666
  .e-listbox-wrapper .e-icons,
657
667
  .e-listbox-container .e-icons {
658
668
  color: #6b7280;
@@ -3977,6 +3977,11 @@ ejs-multiselect {
3977
3977
  color: rgba(0, 0, 0, 0.38);
3978
3978
  }
3979
3979
 
3980
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
3981
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
3982
+ color: rgba(255, 255, 255, 0.3);
3983
+ }
3984
+
3980
3985
  .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
3981
3986
  background-color: #f5f5f5;
3982
3987
  }
@@ -4601,6 +4606,16 @@ ejs-listbox {
4601
4606
  height: calc(100% - 47px);
4602
4607
  }
4603
4608
 
4609
+ .e-listbox-wrapper.e-select-all .e-list-parent,
4610
+ .e-listbox-container.e-select-all .e-list-parent {
4611
+ height: calc(100% - 36px);
4612
+ }
4613
+
4614
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
4615
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
4616
+ height: calc(100% - 79px);
4617
+ }
4618
+
4604
4619
  .e-listbox-wrapper .e-icons,
4605
4620
  .e-listbox-container .e-icons {
4606
4621
  color: #fff;
@@ -4038,6 +4038,11 @@ ejs-multiselect {
4038
4038
  color: rgba(0, 0, 0, 0.38);
4039
4039
  }
4040
4040
 
4041
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
4042
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
4043
+ color: rgba(0, 0, 0, 0.42);
4044
+ }
4045
+
4041
4046
  .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
4042
4047
  background-color: #f5f5f5;
4043
4048
  }
@@ -4662,6 +4667,16 @@ ejs-listbox {
4662
4667
  height: calc(100% - 47px);
4663
4668
  }
4664
4669
 
4670
+ .e-listbox-wrapper.e-select-all .e-list-parent,
4671
+ .e-listbox-container.e-select-all .e-list-parent {
4672
+ height: calc(100% - 36px);
4673
+ }
4674
+
4675
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
4676
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
4677
+ height: calc(100% - 79px);
4678
+ }
4679
+
4665
4680
  .e-listbox-wrapper .e-icons,
4666
4681
  .e-listbox-container .e-icons {
4667
4682
  color: rgba(0, 0, 0, 0.54);
@@ -1243,3 +1243,8 @@ ejs-multiselect {
1243
1243
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1244
1244
  font-size: 10px;
1245
1245
  }
1246
+
1247
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1248
+ -webkit-text-fill-color: #9c9c9c;
1249
+ color: #9c9c9c;
1250
+ }
@@ -1241,3 +1241,8 @@ ejs-multiselect {
1241
1241
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1242
1242
  font-size: 10px;
1243
1243
  }
1244
+
1245
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1246
+ -webkit-text-fill-color: #999;
1247
+ color: #999;
1248
+ }
@@ -1363,3 +1363,8 @@ ejs-multiselect {
1363
1363
  top: 11px;
1364
1364
  font-size: 10px;
1365
1365
  }
1366
+
1367
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1368
+ -webkit-text-fill-color: #6c757d;
1369
+ color: #6c757d;
1370
+ }
@@ -1287,3 +1287,8 @@ ejs-multiselect {
1287
1287
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1288
1288
  font-size: 14px;
1289
1289
  }
1290
+
1291
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1292
+ -webkit-text-fill-color: #e9ecef;
1293
+ color: #e9ecef;
1294
+ }
@@ -1287,3 +1287,8 @@ ejs-multiselect {
1287
1287
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1288
1288
  font-size: 14px;
1289
1289
  }
1290
+
1291
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1292
+ -webkit-text-fill-color: #343a40;
1293
+ color: #343a40;
1294
+ }
@@ -1244,3 +1244,8 @@ ejs-multiselect {
1244
1244
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1245
1245
  font-size: 10px;
1246
1246
  }
1247
+
1248
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1249
+ -webkit-text-fill-color: #6f6c6c;
1250
+ color: #6f6c6c;
1251
+ }
@@ -1244,3 +1244,8 @@ ejs-multiselect {
1244
1244
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1245
1245
  font-size: 10px;
1246
1246
  }
1247
+
1248
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1249
+ -webkit-text-fill-color: #a6a6a6;
1250
+ color: #a6a6a6;
1251
+ }
@@ -1375,3 +1375,8 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
1375
1375
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1376
1376
  font-size: 10px;
1377
1377
  }
1378
+
1379
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1380
+ -webkit-text-fill-color: #757575;
1381
+ color: #757575;
1382
+ }
@@ -1377,3 +1377,8 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
1377
1377
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1378
1378
  font-size: 10px;
1379
1379
  }
1380
+
1381
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1382
+ -webkit-text-fill-color: #757575;
1383
+ color: #757575;
1384
+ }
@@ -2363,6 +2363,11 @@ ejs-multiselect {
2363
2363
  color: rgba(0, 0, 0, 0.38);
2364
2364
  }
2365
2365
 
2366
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2367
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
2368
+ color: rgba(255, 255, 255, 0.3);
2369
+ }
2370
+
2366
2371
  .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
2367
2372
  background-color: #f5f5f5;
2368
2373
  }
@@ -2372,6 +2372,11 @@ ejs-multiselect {
2372
2372
  color: rgba(0, 0, 0, 0.38);
2373
2373
  }
2374
2374
 
2375
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2376
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
2377
+ color: rgba(0, 0, 0, 0.42);
2378
+ }
2379
+
2375
2380
  .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
2376
2381
  background-color: #f5f5f5;
2377
2382
  }
@@ -1283,3 +1283,8 @@ ejs-multiselect {
1283
1283
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1284
1284
  font-size: 16px;
1285
1285
  }
1286
+
1287
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1288
+ -webkit-text-fill-color: #6b7280;
1289
+ color: #6b7280;
1290
+ }
@@ -1283,3 +1283,8 @@ ejs-multiselect {
1283
1283
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1284
1284
  font-size: 16px;
1285
1285
  }
1286
+
1287
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1288
+ -webkit-text-fill-color: #9ca3af;
1289
+ color: #9ca3af;
1290
+ }
@@ -2614,6 +2614,11 @@ ejs-multiselect {
2614
2614
  font-size: 16px;
2615
2615
  }
2616
2616
 
2617
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2618
+ -webkit-text-fill-color: #6b7280;
2619
+ color: #6b7280;
2620
+ }
2621
+
2617
2622
  .e-listbox-tool .e-moveup::before {
2618
2623
  content: '\e752';
2619
2624
  }
@@ -3223,6 +3228,16 @@ ejs-listbox {
3223
3228
  height: calc(100% - 47px);
3224
3229
  }
3225
3230
 
3231
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3232
+ .e-listbox-container.e-select-all .e-list-parent {
3233
+ height: calc(100% - 38px);
3234
+ }
3235
+
3236
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3237
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3238
+ height: calc(100% - 76px);
3239
+ }
3240
+
3226
3241
  .e-listbox-wrapper .e-icons,
3227
3242
  .e-listbox-container .e-icons {
3228
3243
  color: #d1d5db;
@@ -2614,6 +2614,11 @@ ejs-multiselect {
2614
2614
  font-size: 16px;
2615
2615
  }
2616
2616
 
2617
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2618
+ -webkit-text-fill-color: #9ca3af;
2619
+ color: #9ca3af;
2620
+ }
2621
+
2617
2622
  .e-listbox-tool .e-moveup::before {
2618
2623
  content: '\e752';
2619
2624
  }
@@ -3223,6 +3228,16 @@ ejs-listbox {
3223
3228
  height: calc(100% - 47px);
3224
3229
  }
3225
3230
 
3231
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3232
+ .e-listbox-container.e-select-all .e-list-parent {
3233
+ height: calc(100% - 38px);
3234
+ }
3235
+
3236
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3237
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3238
+ height: calc(100% - 76px);
3239
+ }
3240
+
3226
3241
  .e-listbox-wrapper .e-icons,
3227
3242
  .e-listbox-container .e-icons {
3228
3243
  color: #6b7280;