@syncfusion/ej2-angular-dropdowns 22.2.12-ngcc → 23.1.36-ngcc
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/@syncfusion/ej2-angular-dropdowns.es5.js +68 -20
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +68 -20
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +7 -236
- package/dist/ej2-angular-dropdowns.umd.js +67 -17
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
- package/ej2-angular-dropdowns.metadata.json +1 -1
- package/package.json +9 -9
- 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/src/auto-complete/autocomplete.component.d.ts +3 -2
- package/src/combo-box/combobox.component.d.ts +3 -2
- package/src/drop-down-list/dropdownlist-all.module.d.ts +2 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +3 -2
- package/src/drop-down-tree/dropdowntree.component.d.ts +3 -2
- package/src/index.d.ts +1 -1
- package/src/list-box/listbox.component.d.ts +3 -2
- package/src/multi-select/multiselect.component.d.ts +3 -2
- package/styles/auto-complete/material-dark.css +0 -1
- package/styles/auto-complete/material.css +0 -1
- package/styles/auto-complete/material3-dark.css +0 -1
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.css +0 -1
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/auto-complete/tailwind-dark.css +0 -1
- package/styles/auto-complete/tailwind.css +0 -1
- package/styles/bootstrap-dark.css +0 -8
- package/styles/bootstrap.css +0 -8
- package/styles/bootstrap4.css +4 -12
- package/styles/bootstrap5-dark.css +0 -8
- package/styles/bootstrap5.css +0 -8
- package/styles/combo-box/material-dark.css +0 -1
- package/styles/combo-box/material.css +0 -1
- package/styles/combo-box/material3-dark.css +0 -1
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.css +0 -1
- package/styles/combo-box/material3.scss +1 -1
- package/styles/combo-box/tailwind-dark.css +0 -1
- package/styles/combo-box/tailwind.css +0 -1
- package/styles/drop-down-base/material-dark.css +0 -1
- package/styles/drop-down-base/material.css +0 -1
- package/styles/drop-down-base/material3-dark.css +0 -1
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.css +0 -1
- package/styles/drop-down-base/material3.scss +1 -1
- package/styles/drop-down-base/tailwind-dark.css +0 -1
- package/styles/drop-down-base/tailwind.css +0 -1
- package/styles/drop-down-list/material-dark.css +0 -1
- package/styles/drop-down-list/material.css +0 -1
- package/styles/drop-down-list/material3-dark.css +0 -1
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.css +0 -1
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-list/tailwind-dark.css +0 -1
- package/styles/drop-down-list/tailwind.css +0 -1
- package/styles/drop-down-tree/material-dark.css +0 -1
- package/styles/drop-down-tree/material.css +0 -1
- package/styles/drop-down-tree/material3-dark.css +0 -1
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.css +0 -1
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +0 -1
- package/styles/drop-down-tree/tailwind.css +0 -1
- package/styles/fabric-dark.css +0 -8
- package/styles/fabric.css +0 -8
- package/styles/fluent-dark.css +4 -12
- package/styles/fluent.css +4 -12
- package/styles/highcontrast-light.css +0 -8
- package/styles/highcontrast.css +0 -8
- package/styles/list-box/bootstrap-dark.css +0 -8
- package/styles/list-box/bootstrap.css +0 -8
- package/styles/list-box/bootstrap4.css +4 -12
- package/styles/list-box/bootstrap5-dark.css +0 -8
- package/styles/list-box/bootstrap5.css +0 -8
- package/styles/list-box/fabric-dark.css +0 -8
- package/styles/list-box/fabric.css +0 -8
- package/styles/list-box/fluent-dark.css +4 -12
- package/styles/list-box/fluent.css +4 -12
- package/styles/list-box/highcontrast-light.css +0 -8
- package/styles/list-box/highcontrast.css +0 -8
- package/styles/list-box/material-dark.css +0 -9
- package/styles/list-box/material.css +0 -9
- package/styles/list-box/material3-dark.css +4 -13
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.css +4 -13
- package/styles/list-box/material3.scss +1 -1
- package/styles/list-box/tailwind-dark.css +3 -12
- package/styles/list-box/tailwind.css +3 -12
- package/styles/material-dark.css +0 -9
- package/styles/material.css +0 -9
- package/styles/material3-dark.css +4 -20
- package/styles/material3.css +4 -13
- package/styles/mention/material-dark.css +0 -1
- package/styles/mention/material.css +0 -1
- package/styles/mention/material3-dark.css +0 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.css +0 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/mention/tailwind-dark.css +0 -1
- package/styles/mention/tailwind.css +0 -1
- package/styles/multi-select/material-dark.css +0 -1
- package/styles/multi-select/material.css +0 -1
- package/styles/multi-select/material3-dark.css +0 -1
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.css +0 -1
- package/styles/multi-select/material3.scss +1 -1
- package/styles/multi-select/tailwind-dark.css +0 -1
- package/styles/multi-select/tailwind.css +0 -1
- package/styles/tailwind-dark.css +3 -19
- package/styles/tailwind.css +3 -19
package/styles/bootstrap.css
CHANGED
|
@@ -2494,11 +2494,6 @@ ejs-multiselect {
|
|
|
2494
2494
|
padding: 13px 16px;
|
|
2495
2495
|
position: relative;
|
|
2496
2496
|
}
|
|
2497
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2498
|
-
.e-listbox-container.e-filter-list,
|
|
2499
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2500
|
-
overflow: inherit;
|
|
2501
|
-
}
|
|
2502
2497
|
.e-listbox-wrapper .e-list-parent,
|
|
2503
2498
|
.e-listbox-container .e-list-parent,
|
|
2504
2499
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2782,9 +2777,6 @@ ejs-listbox {
|
|
|
2782
2777
|
overflow: auto;
|
|
2783
2778
|
}
|
|
2784
2779
|
|
|
2785
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2786
|
-
overflow: inherit;
|
|
2787
|
-
}
|
|
2788
2780
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2789
2781
|
overflow: auto;
|
|
2790
2782
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2671,11 +2671,6 @@ ejs-multiselect {
|
|
|
2671
2671
|
padding: 10px 16px 10px 16px;
|
|
2672
2672
|
position: relative;
|
|
2673
2673
|
}
|
|
2674
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2675
|
-
.e-listbox-container.e-filter-list,
|
|
2676
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2677
|
-
overflow: inherit;
|
|
2678
|
-
}
|
|
2679
2674
|
.e-listbox-wrapper .e-list-parent,
|
|
2680
2675
|
.e-listbox-container .e-list-parent,
|
|
2681
2676
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2959,9 +2954,6 @@ ejs-listbox {
|
|
|
2959
2954
|
overflow: auto;
|
|
2960
2955
|
}
|
|
2961
2956
|
|
|
2962
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2963
|
-
overflow: inherit;
|
|
2964
|
-
}
|
|
2965
2957
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2966
2958
|
overflow: auto;
|
|
2967
2959
|
}
|
|
@@ -3207,12 +3199,12 @@ ejs-listbox {
|
|
|
3207
3199
|
|
|
3208
3200
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3209
3201
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3210
|
-
height: calc(100% -
|
|
3202
|
+
height: calc(100% - 43px);
|
|
3211
3203
|
}
|
|
3212
3204
|
|
|
3213
3205
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3214
3206
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3215
|
-
height: calc(100% -
|
|
3207
|
+
height: calc(100% - 56px);
|
|
3216
3208
|
}
|
|
3217
3209
|
|
|
3218
3210
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3227,7 +3219,7 @@ ejs-listbox {
|
|
|
3227
3219
|
|
|
3228
3220
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3229
3221
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3230
|
-
height: calc(100% -
|
|
3222
|
+
height: calc(100% - 56px);
|
|
3231
3223
|
}
|
|
3232
3224
|
|
|
3233
3225
|
.e-listbox-wrapper,
|
|
@@ -3254,7 +3246,7 @@ ejs-listbox {
|
|
|
3254
3246
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3255
3247
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3256
3248
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3257
|
-
height: calc(100% -
|
|
3249
|
+
height: calc(100% - 48px);
|
|
3258
3250
|
}
|
|
3259
3251
|
|
|
3260
3252
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -2663,11 +2663,6 @@ ejs-multiselect {
|
|
|
2663
2663
|
padding: 10px 12px;
|
|
2664
2664
|
position: relative;
|
|
2665
2665
|
}
|
|
2666
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2667
|
-
.e-listbox-container.e-filter-list,
|
|
2668
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2669
|
-
overflow: inherit;
|
|
2670
|
-
}
|
|
2671
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2672
2667
|
.e-listbox-container .e-list-parent,
|
|
2673
2668
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2951,9 +2946,6 @@ ejs-listbox {
|
|
|
2951
2946
|
overflow: auto;
|
|
2952
2947
|
}
|
|
2953
2948
|
|
|
2954
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2955
|
-
overflow: inherit;
|
|
2956
|
-
}
|
|
2957
2949
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2958
2950
|
overflow: auto;
|
|
2959
2951
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2663,11 +2663,6 @@ ejs-multiselect {
|
|
|
2663
2663
|
padding: 10px 12px;
|
|
2664
2664
|
position: relative;
|
|
2665
2665
|
}
|
|
2666
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2667
|
-
.e-listbox-container.e-filter-list,
|
|
2668
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2669
|
-
overflow: inherit;
|
|
2670
|
-
}
|
|
2671
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2672
2667
|
.e-listbox-container .e-list-parent,
|
|
2673
2668
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2951,9 +2946,6 @@ ejs-listbox {
|
|
|
2951
2946
|
overflow: auto;
|
|
2952
2947
|
}
|
|
2953
2948
|
|
|
2954
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2955
|
-
overflow: inherit;
|
|
2956
|
-
}
|
|
2957
2949
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2958
2950
|
overflow: auto;
|
|
2959
2951
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/combo-box/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/combo-box/material3.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/drop-down-base/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/drop-down-base/material3.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/drop-down-list/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/drop-down-list/material3.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/drop-down-tree/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/drop-down-tree/material3.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2469,11 +2469,6 @@ ejs-multiselect {
|
|
|
2469
2469
|
padding: 10px 16px;
|
|
2470
2470
|
position: relative;
|
|
2471
2471
|
}
|
|
2472
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2473
|
-
.e-listbox-container.e-filter-list,
|
|
2474
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2475
|
-
overflow: inherit;
|
|
2476
|
-
}
|
|
2477
2472
|
.e-listbox-wrapper .e-list-parent,
|
|
2478
2473
|
.e-listbox-container .e-list-parent,
|
|
2479
2474
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2757,9 +2752,6 @@ ejs-listbox {
|
|
|
2757
2752
|
overflow: auto;
|
|
2758
2753
|
}
|
|
2759
2754
|
|
|
2760
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2761
|
-
overflow: inherit;
|
|
2762
|
-
}
|
|
2763
2755
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2764
2756
|
overflow: auto;
|
|
2765
2757
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -2468,11 +2468,6 @@ ejs-multiselect {
|
|
|
2468
2468
|
padding: 10px 16px;
|
|
2469
2469
|
position: relative;
|
|
2470
2470
|
}
|
|
2471
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2472
|
-
.e-listbox-container.e-filter-list,
|
|
2473
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2474
|
-
overflow: inherit;
|
|
2475
|
-
}
|
|
2476
2471
|
.e-listbox-wrapper .e-list-parent,
|
|
2477
2472
|
.e-listbox-container .e-list-parent,
|
|
2478
2473
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2756,9 +2751,6 @@ ejs-listbox {
|
|
|
2756
2751
|
overflow: auto;
|
|
2757
2752
|
}
|
|
2758
2753
|
|
|
2759
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2760
|
-
overflow: inherit;
|
|
2761
|
-
}
|
|
2762
2754
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2763
2755
|
overflow: auto;
|
|
2764
2756
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2730,11 +2730,6 @@ ejs-multiselect {
|
|
|
2730
2730
|
padding: 10px 12px;
|
|
2731
2731
|
position: relative;
|
|
2732
2732
|
}
|
|
2733
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2734
|
-
.e-listbox-container.e-filter-list,
|
|
2735
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2736
|
-
overflow: inherit;
|
|
2737
|
-
}
|
|
2738
2733
|
.e-listbox-wrapper .e-list-parent,
|
|
2739
2734
|
.e-listbox-container .e-list-parent,
|
|
2740
2735
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -3018,9 +3013,6 @@ ejs-listbox {
|
|
|
3018
3013
|
overflow: auto;
|
|
3019
3014
|
}
|
|
3020
3015
|
|
|
3021
|
-
.e-listbox-wrapper.e-filter-list {
|
|
3022
|
-
overflow: inherit;
|
|
3023
|
-
}
|
|
3024
3016
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3025
3017
|
overflow: auto;
|
|
3026
3018
|
}
|
|
@@ -3222,12 +3214,12 @@ ejs-listbox {
|
|
|
3222
3214
|
}
|
|
3223
3215
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3224
3216
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3225
|
-
height: calc(100% -
|
|
3217
|
+
height: calc(100% - 50px);
|
|
3226
3218
|
}
|
|
3227
3219
|
|
|
3228
3220
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3229
3221
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3230
|
-
height: calc(100% -
|
|
3222
|
+
height: calc(100% - 64px);
|
|
3231
3223
|
}
|
|
3232
3224
|
|
|
3233
3225
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3242,7 +3234,7 @@ ejs-listbox {
|
|
|
3242
3234
|
|
|
3243
3235
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3244
3236
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3245
|
-
height: calc(100% -
|
|
3237
|
+
height: calc(100% - 59px);
|
|
3246
3238
|
}
|
|
3247
3239
|
|
|
3248
3240
|
.e-listbox-wrapper,
|
|
@@ -3269,7 +3261,7 @@ ejs-listbox {
|
|
|
3269
3261
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3270
3262
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3271
3263
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3272
|
-
height: calc(100% -
|
|
3264
|
+
height: calc(100% - 56px);
|
|
3273
3265
|
}
|
|
3274
3266
|
|
|
3275
3267
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
package/styles/fluent.css
CHANGED
|
@@ -2730,11 +2730,6 @@ ejs-multiselect {
|
|
|
2730
2730
|
padding: 10px 12px;
|
|
2731
2731
|
position: relative;
|
|
2732
2732
|
}
|
|
2733
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2734
|
-
.e-listbox-container.e-filter-list,
|
|
2735
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2736
|
-
overflow: inherit;
|
|
2737
|
-
}
|
|
2738
2733
|
.e-listbox-wrapper .e-list-parent,
|
|
2739
2734
|
.e-listbox-container .e-list-parent,
|
|
2740
2735
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -3018,9 +3013,6 @@ ejs-listbox {
|
|
|
3018
3013
|
overflow: auto;
|
|
3019
3014
|
}
|
|
3020
3015
|
|
|
3021
|
-
.e-listbox-wrapper.e-filter-list {
|
|
3022
|
-
overflow: inherit;
|
|
3023
|
-
}
|
|
3024
3016
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3025
3017
|
overflow: auto;
|
|
3026
3018
|
}
|
|
@@ -3222,12 +3214,12 @@ ejs-listbox {
|
|
|
3222
3214
|
}
|
|
3223
3215
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3224
3216
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3225
|
-
height: calc(100% -
|
|
3217
|
+
height: calc(100% - 50px);
|
|
3226
3218
|
}
|
|
3227
3219
|
|
|
3228
3220
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3229
3221
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3230
|
-
height: calc(100% -
|
|
3222
|
+
height: calc(100% - 64px);
|
|
3231
3223
|
}
|
|
3232
3224
|
|
|
3233
3225
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3242,7 +3234,7 @@ ejs-listbox {
|
|
|
3242
3234
|
|
|
3243
3235
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3244
3236
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3245
|
-
height: calc(100% -
|
|
3237
|
+
height: calc(100% - 59px);
|
|
3246
3238
|
}
|
|
3247
3239
|
|
|
3248
3240
|
.e-listbox-wrapper,
|
|
@@ -3269,7 +3261,7 @@ ejs-listbox {
|
|
|
3269
3261
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3270
3262
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3271
3263
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3272
|
-
height: calc(100% -
|
|
3264
|
+
height: calc(100% - 56px);
|
|
3273
3265
|
}
|
|
3274
3266
|
|
|
3275
3267
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -2583,11 +2583,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2583
2583
|
padding: 9px 16px;
|
|
2584
2584
|
position: relative;
|
|
2585
2585
|
}
|
|
2586
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2587
|
-
.e-listbox-container.e-filter-list,
|
|
2588
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2589
|
-
overflow: inherit;
|
|
2590
|
-
}
|
|
2591
2586
|
.e-listbox-wrapper .e-list-parent,
|
|
2592
2587
|
.e-listbox-container .e-list-parent,
|
|
2593
2588
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2871,9 +2866,6 @@ ejs-listbox {
|
|
|
2871
2866
|
overflow: auto;
|
|
2872
2867
|
}
|
|
2873
2868
|
|
|
2874
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2875
|
-
overflow: inherit;
|
|
2876
|
-
}
|
|
2877
2869
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2878
2870
|
overflow: auto;
|
|
2879
2871
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -2594,11 +2594,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2594
2594
|
padding: 9px 16px;
|
|
2595
2595
|
position: relative;
|
|
2596
2596
|
}
|
|
2597
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2598
|
-
.e-listbox-container.e-filter-list,
|
|
2599
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2600
|
-
overflow: inherit;
|
|
2601
|
-
}
|
|
2602
2597
|
.e-listbox-wrapper .e-list-parent,
|
|
2603
2598
|
.e-listbox-container .e-list-parent,
|
|
2604
2599
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2882,9 +2877,6 @@ ejs-listbox {
|
|
|
2882
2877
|
overflow: auto;
|
|
2883
2878
|
}
|
|
2884
2879
|
|
|
2885
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2886
|
-
overflow: inherit;
|
|
2887
|
-
}
|
|
2888
2880
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2889
2881
|
overflow: auto;
|
|
2890
2882
|
}
|
|
@@ -84,11 +84,6 @@
|
|
|
84
84
|
padding: 13px 16px;
|
|
85
85
|
position: relative;
|
|
86
86
|
}
|
|
87
|
-
.e-listbox-wrapper.e-filter-list,
|
|
88
|
-
.e-listbox-container.e-filter-list,
|
|
89
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
90
|
-
overflow: inherit;
|
|
91
|
-
}
|
|
92
87
|
.e-listbox-wrapper .e-list-parent,
|
|
93
88
|
.e-listbox-container .e-list-parent,
|
|
94
89
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -372,9 +367,6 @@ ejs-listbox {
|
|
|
372
367
|
overflow: auto;
|
|
373
368
|
}
|
|
374
369
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list {
|
|
376
|
-
overflow: inherit;
|
|
377
|
-
}
|
|
378
370
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
379
371
|
overflow: auto;
|
|
380
372
|
}
|
|
@@ -89,11 +89,6 @@
|
|
|
89
89
|
padding: 13px 16px;
|
|
90
90
|
position: relative;
|
|
91
91
|
}
|
|
92
|
-
.e-listbox-wrapper.e-filter-list,
|
|
93
|
-
.e-listbox-container.e-filter-list,
|
|
94
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
95
|
-
overflow: inherit;
|
|
96
|
-
}
|
|
97
92
|
.e-listbox-wrapper .e-list-parent,
|
|
98
93
|
.e-listbox-container .e-list-parent,
|
|
99
94
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -377,9 +372,6 @@ ejs-listbox {
|
|
|
377
372
|
overflow: auto;
|
|
378
373
|
}
|
|
379
374
|
|
|
380
|
-
.e-listbox-wrapper.e-filter-list {
|
|
381
|
-
overflow: inherit;
|
|
382
|
-
}
|
|
383
375
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
384
376
|
overflow: auto;
|
|
385
377
|
}
|
|
@@ -99,11 +99,6 @@
|
|
|
99
99
|
padding: 10px 16px 10px 16px;
|
|
100
100
|
position: relative;
|
|
101
101
|
}
|
|
102
|
-
.e-listbox-wrapper.e-filter-list,
|
|
103
|
-
.e-listbox-container.e-filter-list,
|
|
104
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
105
|
-
overflow: inherit;
|
|
106
|
-
}
|
|
107
102
|
.e-listbox-wrapper .e-list-parent,
|
|
108
103
|
.e-listbox-container .e-list-parent,
|
|
109
104
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -387,9 +382,6 @@ ejs-listbox {
|
|
|
387
382
|
overflow: auto;
|
|
388
383
|
}
|
|
389
384
|
|
|
390
|
-
.e-listbox-wrapper.e-filter-list {
|
|
391
|
-
overflow: inherit;
|
|
392
|
-
}
|
|
393
385
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
394
386
|
overflow: auto;
|
|
395
387
|
}
|
|
@@ -635,12 +627,12 @@ ejs-listbox {
|
|
|
635
627
|
|
|
636
628
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
637
629
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
638
|
-
height: calc(100% -
|
|
630
|
+
height: calc(100% - 43px);
|
|
639
631
|
}
|
|
640
632
|
|
|
641
633
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
642
634
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
643
|
-
height: calc(100% -
|
|
635
|
+
height: calc(100% - 56px);
|
|
644
636
|
}
|
|
645
637
|
|
|
646
638
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -655,7 +647,7 @@ ejs-listbox {
|
|
|
655
647
|
|
|
656
648
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
657
649
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
658
|
-
height: calc(100% -
|
|
650
|
+
height: calc(100% - 56px);
|
|
659
651
|
}
|
|
660
652
|
|
|
661
653
|
.e-listbox-wrapper,
|
|
@@ -682,7 +674,7 @@ ejs-listbox {
|
|
|
682
674
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
683
675
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
684
676
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
685
|
-
height: calc(100% -
|
|
677
|
+
height: calc(100% - 48px);
|
|
686
678
|
}
|
|
687
679
|
|
|
688
680
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -115,11 +115,6 @@
|
|
|
115
115
|
padding: 10px 12px;
|
|
116
116
|
position: relative;
|
|
117
117
|
}
|
|
118
|
-
.e-listbox-wrapper.e-filter-list,
|
|
119
|
-
.e-listbox-container.e-filter-list,
|
|
120
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
121
|
-
overflow: inherit;
|
|
122
|
-
}
|
|
123
118
|
.e-listbox-wrapper .e-list-parent,
|
|
124
119
|
.e-listbox-container .e-list-parent,
|
|
125
120
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -403,9 +398,6 @@ ejs-listbox {
|
|
|
403
398
|
overflow: auto;
|
|
404
399
|
}
|
|
405
400
|
|
|
406
|
-
.e-listbox-wrapper.e-filter-list {
|
|
407
|
-
overflow: inherit;
|
|
408
|
-
}
|
|
409
401
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
410
402
|
overflow: auto;
|
|
411
403
|
}
|
|
@@ -115,11 +115,6 @@
|
|
|
115
115
|
padding: 10px 12px;
|
|
116
116
|
position: relative;
|
|
117
117
|
}
|
|
118
|
-
.e-listbox-wrapper.e-filter-list,
|
|
119
|
-
.e-listbox-container.e-filter-list,
|
|
120
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
121
|
-
overflow: inherit;
|
|
122
|
-
}
|
|
123
118
|
.e-listbox-wrapper .e-list-parent,
|
|
124
119
|
.e-listbox-container .e-list-parent,
|
|
125
120
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -403,9 +398,6 @@ ejs-listbox {
|
|
|
403
398
|
overflow: auto;
|
|
404
399
|
}
|
|
405
400
|
|
|
406
|
-
.e-listbox-wrapper.e-filter-list {
|
|
407
|
-
overflow: inherit;
|
|
408
|
-
}
|
|
409
401
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
410
402
|
overflow: auto;
|
|
411
403
|
}
|