@syncfusion/ej2-angular-dropdowns 19.4.42 → 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.
- package/CHANGELOG.md +2 -0
- package/dist/ej2-angular-dropdowns.umd.js +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark.css +10 -0
- package/styles/bootstrap5.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/highcontrast-light.css +10 -0
- package/styles/highcontrast.css +10 -0
- package/styles/list-box/bootstrap-dark.css +10 -0
- package/styles/list-box/bootstrap.css +10 -0
- package/styles/list-box/bootstrap4.css +10 -0
- package/styles/list-box/bootstrap5-dark.css +10 -0
- package/styles/list-box/bootstrap5.css +10 -0
- package/styles/list-box/fabric-dark.css +10 -0
- package/styles/list-box/fabric.css +10 -0
- package/styles/list-box/highcontrast-light.css +10 -0
- package/styles/list-box/highcontrast.css +10 -0
- package/styles/list-box/material-dark.css +10 -0
- package/styles/list-box/material.css +10 -0
- package/styles/list-box/tailwind-dark.css +10 -0
- package/styles/list-box/tailwind.css +10 -0
- package/styles/material-dark.css +10 -0
- package/styles/material.css +10 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind.css +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.js
|
|
3
|
-
* version : 19.4.
|
|
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.
|
|
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@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@19.4.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-19.4.
|
|
23
|
-
"_shasum": "
|
|
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.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~19.4.47",
|
|
35
35
|
"@syncfusion/ej2-base": "~19.4.42",
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "19.4.
|
|
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.
|
|
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 = "^19.4.
|
|
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 = "~19.4.
|
|
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 = '^19.4.
|
|
4
|
+
exports.pkgVer = '^19.4.42';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
|
6
|
-
exports.themeVer = '~19.4.
|
|
6
|
+
exports.themeVer = '~19.4.42';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^19.4.
|
|
2
|
+
export const pkgVer = '^19.4.42';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
|
4
|
-
export const themeVer = '~19.4.
|
|
4
|
+
export const themeVer = '~19.4.42';
|
|
@@ -3056,6 +3056,16 @@ ejs-listbox {
|
|
|
3056
3056
|
height: calc(100% - 52px);
|
|
3057
3057
|
}
|
|
3058
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
|
+
|
|
3059
3069
|
.e-listbox-wrapper .e-icons,
|
|
3060
3070
|
.e-listbox-container .e-icons {
|
|
3061
3071
|
color: #f0f0f0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -3055,6 +3055,16 @@ ejs-listbox {
|
|
|
3055
3055
|
height: calc(100% - 52px);
|
|
3056
3056
|
}
|
|
3057
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
|
+
|
|
3058
3068
|
.e-listbox-wrapper .e-icons,
|
|
3059
3069
|
.e-listbox-container .e-icons {
|
|
3060
3070
|
color: rgba(0, 0, 0, 0.75);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3288,6 +3288,16 @@ ejs-listbox {
|
|
|
3288
3288
|
height: calc(100% - 39px);
|
|
3289
3289
|
}
|
|
3290
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
|
+
|
|
3291
3301
|
.e-listbox-wrapper .e-icons,
|
|
3292
3302
|
.e-listbox-container .e-icons {
|
|
3293
3303
|
color: #212529;
|
|
@@ -3173,6 +3173,16 @@ ejs-listbox {
|
|
|
3173
3173
|
height: calc(100% - 47px);
|
|
3174
3174
|
}
|
|
3175
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
|
+
|
|
3176
3186
|
.e-listbox-wrapper .e-list-item,
|
|
3177
3187
|
.e-listbox-container .e-list-item {
|
|
3178
3188
|
background-color: transparent;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3173,6 +3173,16 @@ ejs-listbox {
|
|
|
3173
3173
|
height: calc(100% - 47px);
|
|
3174
3174
|
}
|
|
3175
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
|
+
|
|
3176
3186
|
.e-listbox-wrapper .e-list-item,
|
|
3177
3187
|
.e-listbox-container .e-list-item {
|
|
3178
3188
|
background-color: transparent;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3033,6 +3033,16 @@ ejs-listbox {
|
|
|
3033
3033
|
height: calc(100% - 51px);
|
|
3034
3034
|
}
|
|
3035
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
|
+
|
|
3036
3046
|
.e-listbox-wrapper .e-icons,
|
|
3037
3047
|
.e-listbox-container .e-icons {
|
|
3038
3048
|
color: #dadada;
|
package/styles/fabric.css
CHANGED
|
@@ -3027,6 +3027,16 @@ ejs-listbox {
|
|
|
3027
3027
|
height: calc(100% - 51px);
|
|
3028
3028
|
}
|
|
3029
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
|
+
|
|
3030
3040
|
.e-listbox-wrapper .e-icons,
|
|
3031
3041
|
.e-listbox-container .e-icons {
|
|
3032
3042
|
color: #333;
|
|
@@ -3175,6 +3175,16 @@ ejs-listbox {
|
|
|
3175
3175
|
height: calc(100% - 51px);
|
|
3176
3176
|
}
|
|
3177
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
|
+
|
|
3178
3188
|
.e-listbox-wrapper .e-icons,
|
|
3179
3189
|
.e-listbox-container .e-icons {
|
|
3180
3190
|
color: #000;
|
package/styles/highcontrast.css
CHANGED
|
@@ -3182,6 +3182,16 @@ ejs-listbox {
|
|
|
3182
3182
|
height: calc(100% - 51px);
|
|
3183
3183
|
}
|
|
3184
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
|
+
|
|
3185
3195
|
.e-listbox-wrapper .e-icons,
|
|
3186
3196
|
.e-listbox-container .e-icons {
|
|
3187
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;
|
package/styles/material-dark.css
CHANGED
|
@@ -4606,6 +4606,16 @@ ejs-listbox {
|
|
|
4606
4606
|
height: calc(100% - 47px);
|
|
4607
4607
|
}
|
|
4608
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
|
+
|
|
4609
4619
|
.e-listbox-wrapper .e-icons,
|
|
4610
4620
|
.e-listbox-container .e-icons {
|
|
4611
4621
|
color: #fff;
|
package/styles/material.css
CHANGED
|
@@ -4667,6 +4667,16 @@ ejs-listbox {
|
|
|
4667
4667
|
height: calc(100% - 47px);
|
|
4668
4668
|
}
|
|
4669
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
|
+
|
|
4670
4680
|
.e-listbox-wrapper .e-icons,
|
|
4671
4681
|
.e-listbox-container .e-icons {
|
|
4672
4682
|
color: rgba(0, 0, 0, 0.54);
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3228,6 +3228,16 @@ ejs-listbox {
|
|
|
3228
3228
|
height: calc(100% - 47px);
|
|
3229
3229
|
}
|
|
3230
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
|
+
|
|
3231
3241
|
.e-listbox-wrapper .e-icons,
|
|
3232
3242
|
.e-listbox-container .e-icons {
|
|
3233
3243
|
color: #d1d5db;
|
package/styles/tailwind.css
CHANGED
|
@@ -3228,6 +3228,16 @@ ejs-listbox {
|
|
|
3228
3228
|
height: calc(100% - 47px);
|
|
3229
3229
|
}
|
|
3230
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
|
+
|
|
3231
3241
|
.e-listbox-wrapper .e-icons,
|
|
3232
3242
|
.e-listbox-container .e-icons {
|
|
3233
3243
|
color: #6b7280;
|