@syncfusion/ej2-react-dropdowns 19.4.54 → 19.4.55
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 +8 -0
- package/diConfig.json +1 -0
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +7 -7
- package/src/multi-select/multiselect.component.d.ts +1 -0
- package/styles/bootstrap-dark.css +9 -5
- package/styles/bootstrap.css +9 -5
- package/styles/bootstrap4.css +9 -5
- package/styles/bootstrap5-dark.css +9 -5
- package/styles/bootstrap5.css +9 -5
- package/styles/fabric-dark.css +9 -5
- package/styles/fabric.css +9 -5
- package/styles/highcontrast-light.css +9 -5
- package/styles/highcontrast.css +9 -5
- package/styles/list-box/bootstrap-dark.css +9 -5
- package/styles/list-box/bootstrap.css +9 -5
- package/styles/list-box/bootstrap4.css +9 -5
- package/styles/list-box/bootstrap5-dark.css +9 -5
- package/styles/list-box/bootstrap5.css +9 -5
- package/styles/list-box/fabric-dark.css +9 -5
- package/styles/list-box/fabric.css +9 -5
- package/styles/list-box/highcontrast-light.css +9 -5
- package/styles/list-box/highcontrast.css +9 -5
- package/styles/list-box/material-dark.css +9 -5
- package/styles/list-box/material.css +9 -5
- package/styles/list-box/tailwind-dark.css +9 -5
- package/styles/list-box/tailwind.css +9 -5
- package/styles/material-dark.css +9 -5
- package/styles/material.css +9 -5
- package/styles/tailwind-dark.css +9 -5
- package/styles/tailwind.css +9 -5
package/CHANGELOG.md
CHANGED
package/diConfig.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.55
|
|
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-react-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-dropdowns@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-dropdowns@19.4.54",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-OsYSjqMm9cB/RSdcCxhp2jxfzZzQ70c6+/ce2bidt0QFuMLPoHNSBAjGOBxvNc3q35qryDVFY8wc/DRuWmhdWw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-react-dropdowns/-/ej2-react-dropdowns-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-19.4.54.tgz",
|
|
23
|
+
"_shasum": "78db76015a6bcd676925e0fdab30e8fcf8c0fc7f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "19.4.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "19.4.55",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.55"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for React",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "19.4.
|
|
70
|
+
"version": "19.4.55",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -6,6 +6,7 @@ export interface MultiSelectTypecast {
|
|
|
6
6
|
headerTemplate?: string | Function | any;
|
|
7
7
|
valueTemplate?: string | Function | any;
|
|
8
8
|
itemTemplate?: string | Function | any;
|
|
9
|
+
groupTemplate?: string | Function | any;
|
|
9
10
|
}
|
|
10
11
|
/**
|
|
11
12
|
* The MultiSelect allows the user to pick a values from the predefined list of values.
|
|
@@ -2498,6 +2498,7 @@ ejs-multiselect {
|
|
|
2498
2498
|
.e-listbox-wrapper,
|
|
2499
2499
|
.e-listbox-container {
|
|
2500
2500
|
-webkit-overflow-scrolling: touch;
|
|
2501
|
+
box-sizing: border-box;
|
|
2501
2502
|
cursor: pointer;
|
|
2502
2503
|
display: block;
|
|
2503
2504
|
position: relative;
|
|
@@ -2545,11 +2546,6 @@ ejs-multiselect {
|
|
|
2545
2546
|
overflow: inherit;
|
|
2546
2547
|
}
|
|
2547
2548
|
|
|
2548
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2549
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2550
|
-
overflow: auto;
|
|
2551
|
-
}
|
|
2552
|
-
|
|
2553
2549
|
.e-listbox-wrapper .e-list-parent,
|
|
2554
2550
|
.e-listbox-container .e-list-parent {
|
|
2555
2551
|
height: 100%;
|
|
@@ -2832,6 +2828,14 @@ ejs-listbox {
|
|
|
2832
2828
|
overflow: auto;
|
|
2833
2829
|
}
|
|
2834
2830
|
|
|
2831
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2832
|
+
overflow: inherit;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2836
|
+
overflow: auto;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2835
2839
|
.e-listbox-wrapper.e-sortableclone,
|
|
2836
2840
|
.e-listbox-container.e-sortableclone {
|
|
2837
2841
|
border-width: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2497,6 +2497,7 @@ ejs-multiselect {
|
|
|
2497
2497
|
.e-listbox-wrapper,
|
|
2498
2498
|
.e-listbox-container {
|
|
2499
2499
|
-webkit-overflow-scrolling: touch;
|
|
2500
|
+
box-sizing: border-box;
|
|
2500
2501
|
cursor: pointer;
|
|
2501
2502
|
display: block;
|
|
2502
2503
|
position: relative;
|
|
@@ -2544,11 +2545,6 @@ ejs-multiselect {
|
|
|
2544
2545
|
overflow: inherit;
|
|
2545
2546
|
}
|
|
2546
2547
|
|
|
2547
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2548
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2549
|
-
overflow: auto;
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
2548
|
.e-listbox-wrapper .e-list-parent,
|
|
2553
2549
|
.e-listbox-container .e-list-parent {
|
|
2554
2550
|
height: 100%;
|
|
@@ -2831,6 +2827,14 @@ ejs-listbox {
|
|
|
2831
2827
|
overflow: auto;
|
|
2832
2828
|
}
|
|
2833
2829
|
|
|
2830
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2831
|
+
overflow: inherit;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2835
|
+
overflow: auto;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2834
2838
|
.e-listbox-wrapper.e-sortableclone,
|
|
2835
2839
|
.e-listbox-container.e-sortableclone {
|
|
2836
2840
|
border-width: 0;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2681,6 +2681,7 @@ ejs-multiselect {
|
|
|
2681
2681
|
.e-listbox-wrapper,
|
|
2682
2682
|
.e-listbox-container {
|
|
2683
2683
|
-webkit-overflow-scrolling: touch;
|
|
2684
|
+
box-sizing: border-box;
|
|
2684
2685
|
cursor: pointer;
|
|
2685
2686
|
display: block;
|
|
2686
2687
|
position: relative;
|
|
@@ -2728,11 +2729,6 @@ ejs-multiselect {
|
|
|
2728
2729
|
overflow: inherit;
|
|
2729
2730
|
}
|
|
2730
2731
|
|
|
2731
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2732
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2733
|
-
overflow: auto;
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
2732
|
.e-listbox-wrapper .e-list-parent,
|
|
2737
2733
|
.e-listbox-container .e-list-parent {
|
|
2738
2734
|
height: 100%;
|
|
@@ -3015,6 +3011,14 @@ ejs-listbox {
|
|
|
3015
3011
|
overflow: auto;
|
|
3016
3012
|
}
|
|
3017
3013
|
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list {
|
|
3015
|
+
overflow: inherit;
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
3019
|
+
overflow: auto;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3018
3022
|
.e-listbox-wrapper.e-sortableclone,
|
|
3019
3023
|
.e-listbox-container.e-sortableclone {
|
|
3020
3024
|
border-width: 0;
|
|
@@ -2615,6 +2615,7 @@ ejs-multiselect {
|
|
|
2615
2615
|
.e-listbox-wrapper,
|
|
2616
2616
|
.e-listbox-container {
|
|
2617
2617
|
-webkit-overflow-scrolling: touch;
|
|
2618
|
+
box-sizing: border-box;
|
|
2618
2619
|
cursor: pointer;
|
|
2619
2620
|
display: block;
|
|
2620
2621
|
position: relative;
|
|
@@ -2662,11 +2663,6 @@ ejs-multiselect {
|
|
|
2662
2663
|
overflow: inherit;
|
|
2663
2664
|
}
|
|
2664
2665
|
|
|
2665
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2666
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2667
|
-
overflow: auto;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2671
2667
|
.e-listbox-container .e-list-parent {
|
|
2672
2668
|
height: 100%;
|
|
@@ -2949,6 +2945,14 @@ ejs-listbox {
|
|
|
2949
2945
|
overflow: auto;
|
|
2950
2946
|
}
|
|
2951
2947
|
|
|
2948
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2949
|
+
overflow: inherit;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2953
|
+
overflow: auto;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2952
2956
|
.e-listbox-wrapper.e-sortableclone,
|
|
2953
2957
|
.e-listbox-container.e-sortableclone {
|
|
2954
2958
|
border-width: 0;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2615,6 +2615,7 @@ ejs-multiselect {
|
|
|
2615
2615
|
.e-listbox-wrapper,
|
|
2616
2616
|
.e-listbox-container {
|
|
2617
2617
|
-webkit-overflow-scrolling: touch;
|
|
2618
|
+
box-sizing: border-box;
|
|
2618
2619
|
cursor: pointer;
|
|
2619
2620
|
display: block;
|
|
2620
2621
|
position: relative;
|
|
@@ -2662,11 +2663,6 @@ ejs-multiselect {
|
|
|
2662
2663
|
overflow: inherit;
|
|
2663
2664
|
}
|
|
2664
2665
|
|
|
2665
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2666
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2667
|
-
overflow: auto;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2671
2667
|
.e-listbox-container .e-list-parent {
|
|
2672
2668
|
height: 100%;
|
|
@@ -2949,6 +2945,14 @@ ejs-listbox {
|
|
|
2949
2945
|
overflow: auto;
|
|
2950
2946
|
}
|
|
2951
2947
|
|
|
2948
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2949
|
+
overflow: inherit;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2953
|
+
overflow: auto;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2952
2956
|
.e-listbox-wrapper.e-sortableclone,
|
|
2953
2957
|
.e-listbox-container.e-sortableclone {
|
|
2954
2958
|
border-width: 0;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2475,6 +2475,7 @@ ejs-multiselect {
|
|
|
2475
2475
|
.e-listbox-wrapper,
|
|
2476
2476
|
.e-listbox-container {
|
|
2477
2477
|
-webkit-overflow-scrolling: touch;
|
|
2478
|
+
box-sizing: border-box;
|
|
2478
2479
|
cursor: pointer;
|
|
2479
2480
|
display: block;
|
|
2480
2481
|
position: relative;
|
|
@@ -2522,11 +2523,6 @@ ejs-multiselect {
|
|
|
2522
2523
|
overflow: inherit;
|
|
2523
2524
|
}
|
|
2524
2525
|
|
|
2525
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2526
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2527
|
-
overflow: auto;
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
2526
|
.e-listbox-wrapper .e-list-parent,
|
|
2531
2527
|
.e-listbox-container .e-list-parent {
|
|
2532
2528
|
height: 100%;
|
|
@@ -2809,6 +2805,14 @@ ejs-listbox {
|
|
|
2809
2805
|
overflow: auto;
|
|
2810
2806
|
}
|
|
2811
2807
|
|
|
2808
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2809
|
+
overflow: inherit;
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2813
|
+
overflow: auto;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2812
2816
|
.e-listbox-wrapper.e-sortableclone,
|
|
2813
2817
|
.e-listbox-container.e-sortableclone {
|
|
2814
2818
|
border-width: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -2469,6 +2469,7 @@ ejs-multiselect {
|
|
|
2469
2469
|
.e-listbox-wrapper,
|
|
2470
2470
|
.e-listbox-container {
|
|
2471
2471
|
-webkit-overflow-scrolling: touch;
|
|
2472
|
+
box-sizing: border-box;
|
|
2472
2473
|
cursor: pointer;
|
|
2473
2474
|
display: block;
|
|
2474
2475
|
position: relative;
|
|
@@ -2516,11 +2517,6 @@ ejs-multiselect {
|
|
|
2516
2517
|
overflow: inherit;
|
|
2517
2518
|
}
|
|
2518
2519
|
|
|
2519
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2520
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2521
|
-
overflow: auto;
|
|
2522
|
-
}
|
|
2523
|
-
|
|
2524
2520
|
.e-listbox-wrapper .e-list-parent,
|
|
2525
2521
|
.e-listbox-container .e-list-parent {
|
|
2526
2522
|
height: 100%;
|
|
@@ -2803,6 +2799,14 @@ ejs-listbox {
|
|
|
2803
2799
|
overflow: auto;
|
|
2804
2800
|
}
|
|
2805
2801
|
|
|
2802
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2803
|
+
overflow: inherit;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2807
|
+
overflow: auto;
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2806
2810
|
.e-listbox-wrapper.e-sortableclone,
|
|
2807
2811
|
.e-listbox-container.e-sortableclone {
|
|
2808
2812
|
border-width: 0;
|
|
@@ -2617,6 +2617,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2617
2617
|
.e-listbox-wrapper,
|
|
2618
2618
|
.e-listbox-container {
|
|
2619
2619
|
-webkit-overflow-scrolling: touch;
|
|
2620
|
+
box-sizing: border-box;
|
|
2620
2621
|
cursor: pointer;
|
|
2621
2622
|
display: block;
|
|
2622
2623
|
position: relative;
|
|
@@ -2664,11 +2665,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2664
2665
|
overflow: inherit;
|
|
2665
2666
|
}
|
|
2666
2667
|
|
|
2667
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2668
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2669
|
-
overflow: auto;
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
2668
|
.e-listbox-wrapper .e-list-parent,
|
|
2673
2669
|
.e-listbox-container .e-list-parent {
|
|
2674
2670
|
height: 100%;
|
|
@@ -2951,6 +2947,14 @@ ejs-listbox {
|
|
|
2951
2947
|
overflow: auto;
|
|
2952
2948
|
}
|
|
2953
2949
|
|
|
2950
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2951
|
+
overflow: inherit;
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2955
|
+
overflow: auto;
|
|
2956
|
+
}
|
|
2957
|
+
|
|
2954
2958
|
.e-listbox-wrapper.e-sortableclone,
|
|
2955
2959
|
.e-listbox-container.e-sortableclone {
|
|
2956
2960
|
border-width: 0;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2624,6 +2624,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2624
2624
|
.e-listbox-wrapper,
|
|
2625
2625
|
.e-listbox-container {
|
|
2626
2626
|
-webkit-overflow-scrolling: touch;
|
|
2627
|
+
box-sizing: border-box;
|
|
2627
2628
|
cursor: pointer;
|
|
2628
2629
|
display: block;
|
|
2629
2630
|
position: relative;
|
|
@@ -2671,11 +2672,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2671
2672
|
overflow: inherit;
|
|
2672
2673
|
}
|
|
2673
2674
|
|
|
2674
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2675
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2676
|
-
overflow: auto;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
2675
|
.e-listbox-wrapper .e-list-parent,
|
|
2680
2676
|
.e-listbox-container .e-list-parent {
|
|
2681
2677
|
height: 100%;
|
|
@@ -2958,6 +2954,14 @@ ejs-listbox {
|
|
|
2958
2954
|
overflow: auto;
|
|
2959
2955
|
}
|
|
2960
2956
|
|
|
2957
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2958
|
+
overflow: inherit;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2962
|
+
overflow: auto;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2961
2965
|
.e-listbox-wrapper.e-sortableclone,
|
|
2962
2966
|
.e-listbox-container.e-sortableclone {
|
|
2963
2967
|
border-width: 0;
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
.e-listbox-wrapper,
|
|
57
57
|
.e-listbox-container {
|
|
58
58
|
-webkit-overflow-scrolling: touch;
|
|
59
|
+
box-sizing: border-box;
|
|
59
60
|
cursor: pointer;
|
|
60
61
|
display: block;
|
|
61
62
|
position: relative;
|
|
@@ -103,11 +104,6 @@
|
|
|
103
104
|
overflow: inherit;
|
|
104
105
|
}
|
|
105
106
|
|
|
106
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
107
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
108
|
-
overflow: auto;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
107
|
.e-listbox-wrapper .e-list-parent,
|
|
112
108
|
.e-listbox-container .e-list-parent {
|
|
113
109
|
height: 100%;
|
|
@@ -390,6 +386,14 @@ ejs-listbox {
|
|
|
390
386
|
overflow: auto;
|
|
391
387
|
}
|
|
392
388
|
|
|
389
|
+
.e-listbox-wrapper.e-filter-list {
|
|
390
|
+
overflow: inherit;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
394
|
+
overflow: auto;
|
|
395
|
+
}
|
|
396
|
+
|
|
393
397
|
.e-listbox-wrapper.e-sortableclone,
|
|
394
398
|
.e-listbox-container.e-sortableclone {
|
|
395
399
|
border-width: 0;
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
.e-listbox-wrapper,
|
|
65
65
|
.e-listbox-container {
|
|
66
66
|
-webkit-overflow-scrolling: touch;
|
|
67
|
+
box-sizing: border-box;
|
|
67
68
|
cursor: pointer;
|
|
68
69
|
display: block;
|
|
69
70
|
position: relative;
|
|
@@ -111,11 +112,6 @@
|
|
|
111
112
|
overflow: inherit;
|
|
112
113
|
}
|
|
113
114
|
|
|
114
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
115
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
116
|
-
overflow: auto;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
115
|
.e-listbox-wrapper .e-list-parent,
|
|
120
116
|
.e-listbox-container .e-list-parent {
|
|
121
117
|
height: 100%;
|
|
@@ -398,6 +394,14 @@ ejs-listbox {
|
|
|
398
394
|
overflow: auto;
|
|
399
395
|
}
|
|
400
396
|
|
|
397
|
+
.e-listbox-wrapper.e-filter-list {
|
|
398
|
+
overflow: inherit;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
402
|
+
overflow: auto;
|
|
403
|
+
}
|
|
404
|
+
|
|
401
405
|
.e-listbox-wrapper.e-sortableclone,
|
|
402
406
|
.e-listbox-container.e-sortableclone {
|
|
403
407
|
border-width: 0;
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
.e-listbox-wrapper,
|
|
65
65
|
.e-listbox-container {
|
|
66
66
|
-webkit-overflow-scrolling: touch;
|
|
67
|
+
box-sizing: border-box;
|
|
67
68
|
cursor: pointer;
|
|
68
69
|
display: block;
|
|
69
70
|
position: relative;
|
|
@@ -111,11 +112,6 @@
|
|
|
111
112
|
overflow: inherit;
|
|
112
113
|
}
|
|
113
114
|
|
|
114
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
115
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
116
|
-
overflow: auto;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
115
|
.e-listbox-wrapper .e-list-parent,
|
|
120
116
|
.e-listbox-container .e-list-parent {
|
|
121
117
|
height: 100%;
|
|
@@ -398,6 +394,14 @@ ejs-listbox {
|
|
|
398
394
|
overflow: auto;
|
|
399
395
|
}
|
|
400
396
|
|
|
397
|
+
.e-listbox-wrapper.e-filter-list {
|
|
398
|
+
overflow: inherit;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
402
|
+
overflow: auto;
|
|
403
|
+
}
|
|
404
|
+
|
|
401
405
|
.e-listbox-wrapper.e-sortableclone,
|
|
402
406
|
.e-listbox-container.e-sortableclone {
|
|
403
407
|
border-width: 0;
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
.e-listbox-wrapper,
|
|
58
58
|
.e-listbox-container {
|
|
59
59
|
-webkit-overflow-scrolling: touch;
|
|
60
|
+
box-sizing: border-box;
|
|
60
61
|
cursor: pointer;
|
|
61
62
|
display: block;
|
|
62
63
|
position: relative;
|
|
@@ -104,11 +105,6 @@
|
|
|
104
105
|
overflow: inherit;
|
|
105
106
|
}
|
|
106
107
|
|
|
107
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
108
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
109
|
-
overflow: auto;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
108
|
.e-listbox-wrapper .e-list-parent,
|
|
113
109
|
.e-listbox-container .e-list-parent {
|
|
114
110
|
height: 100%;
|
|
@@ -391,6 +387,14 @@ ejs-listbox {
|
|
|
391
387
|
overflow: auto;
|
|
392
388
|
}
|
|
393
389
|
|
|
390
|
+
.e-listbox-wrapper.e-filter-list {
|
|
391
|
+
overflow: inherit;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
395
|
+
overflow: auto;
|
|
396
|
+
}
|
|
397
|
+
|
|
394
398
|
.e-listbox-wrapper.e-sortableclone,
|
|
395
399
|
.e-listbox-container.e-sortableclone {
|
|
396
400
|
border-width: 0;
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
.e-listbox-wrapper,
|
|
58
58
|
.e-listbox-container {
|
|
59
59
|
-webkit-overflow-scrolling: touch;
|
|
60
|
+
box-sizing: border-box;
|
|
60
61
|
cursor: pointer;
|
|
61
62
|
display: block;
|
|
62
63
|
position: relative;
|
|
@@ -104,11 +105,6 @@
|
|
|
104
105
|
overflow: inherit;
|
|
105
106
|
}
|
|
106
107
|
|
|
107
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
108
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
109
|
-
overflow: auto;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
108
|
.e-listbox-wrapper .e-list-parent,
|
|
113
109
|
.e-listbox-container .e-list-parent {
|
|
114
110
|
height: 100%;
|
|
@@ -391,6 +387,14 @@ ejs-listbox {
|
|
|
391
387
|
overflow: auto;
|
|
392
388
|
}
|
|
393
389
|
|
|
390
|
+
.e-listbox-wrapper.e-filter-list {
|
|
391
|
+
overflow: inherit;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
395
|
+
overflow: auto;
|
|
396
|
+
}
|
|
397
|
+
|
|
394
398
|
.e-listbox-wrapper.e-sortableclone,
|
|
395
399
|
.e-listbox-container.e-sortableclone {
|
|
396
400
|
border-width: 0;
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
.e-listbox-wrapper,
|
|
72
72
|
.e-listbox-container {
|
|
73
73
|
-webkit-overflow-scrolling: touch;
|
|
74
|
+
box-sizing: border-box;
|
|
74
75
|
cursor: pointer;
|
|
75
76
|
display: block;
|
|
76
77
|
position: relative;
|
|
@@ -118,11 +119,6 @@
|
|
|
118
119
|
overflow: inherit;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
122
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
123
|
-
overflow: auto;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
122
|
.e-listbox-wrapper .e-list-parent,
|
|
127
123
|
.e-listbox-container .e-list-parent {
|
|
128
124
|
height: 100%;
|
|
@@ -405,6 +401,14 @@ ejs-listbox {
|
|
|
405
401
|
overflow: auto;
|
|
406
402
|
}
|
|
407
403
|
|
|
404
|
+
.e-listbox-wrapper.e-filter-list {
|
|
405
|
+
overflow: inherit;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
409
|
+
overflow: auto;
|
|
410
|
+
}
|
|
411
|
+
|
|
408
412
|
.e-listbox-wrapper.e-sortableclone,
|
|
409
413
|
.e-listbox-container.e-sortableclone {
|
|
410
414
|
border-width: 0;
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
.e-listbox-wrapper,
|
|
72
72
|
.e-listbox-container {
|
|
73
73
|
-webkit-overflow-scrolling: touch;
|
|
74
|
+
box-sizing: border-box;
|
|
74
75
|
cursor: pointer;
|
|
75
76
|
display: block;
|
|
76
77
|
position: relative;
|
|
@@ -118,11 +119,6 @@
|
|
|
118
119
|
overflow: inherit;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
122
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
123
|
-
overflow: auto;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
122
|
.e-listbox-wrapper .e-list-parent,
|
|
127
123
|
.e-listbox-container .e-list-parent {
|
|
128
124
|
height: 100%;
|
|
@@ -405,6 +401,14 @@ ejs-listbox {
|
|
|
405
401
|
overflow: auto;
|
|
406
402
|
}
|
|
407
403
|
|
|
404
|
+
.e-listbox-wrapper.e-filter-list {
|
|
405
|
+
overflow: inherit;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
409
|
+
overflow: auto;
|
|
410
|
+
}
|
|
411
|
+
|
|
408
412
|
.e-listbox-wrapper.e-sortableclone,
|
|
409
413
|
.e-listbox-container.e-sortableclone {
|
|
410
414
|
border-width: 0;
|
package/styles/material-dark.css
CHANGED
|
@@ -4048,6 +4048,7 @@ ejs-multiselect {
|
|
|
4048
4048
|
.e-listbox-wrapper,
|
|
4049
4049
|
.e-listbox-container {
|
|
4050
4050
|
-webkit-overflow-scrolling: touch;
|
|
4051
|
+
box-sizing: border-box;
|
|
4051
4052
|
cursor: pointer;
|
|
4052
4053
|
display: block;
|
|
4053
4054
|
position: relative;
|
|
@@ -4095,11 +4096,6 @@ ejs-multiselect {
|
|
|
4095
4096
|
overflow: inherit;
|
|
4096
4097
|
}
|
|
4097
4098
|
|
|
4098
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4099
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4100
|
-
overflow: auto;
|
|
4101
|
-
}
|
|
4102
|
-
|
|
4103
4099
|
.e-listbox-wrapper .e-list-parent,
|
|
4104
4100
|
.e-listbox-container .e-list-parent {
|
|
4105
4101
|
height: 100%;
|
|
@@ -4382,6 +4378,14 @@ ejs-listbox {
|
|
|
4382
4378
|
overflow: auto;
|
|
4383
4379
|
}
|
|
4384
4380
|
|
|
4381
|
+
.e-listbox-wrapper.e-filter-list {
|
|
4382
|
+
overflow: inherit;
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4385
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
4386
|
+
overflow: auto;
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4385
4389
|
.e-listbox-wrapper.e-sortableclone,
|
|
4386
4390
|
.e-listbox-container.e-sortableclone {
|
|
4387
4391
|
border-width: 0;
|
package/styles/material.css
CHANGED
|
@@ -4109,6 +4109,7 @@ ejs-multiselect {
|
|
|
4109
4109
|
.e-listbox-wrapper,
|
|
4110
4110
|
.e-listbox-container {
|
|
4111
4111
|
-webkit-overflow-scrolling: touch;
|
|
4112
|
+
box-sizing: border-box;
|
|
4112
4113
|
cursor: pointer;
|
|
4113
4114
|
display: block;
|
|
4114
4115
|
position: relative;
|
|
@@ -4156,11 +4157,6 @@ ejs-multiselect {
|
|
|
4156
4157
|
overflow: inherit;
|
|
4157
4158
|
}
|
|
4158
4159
|
|
|
4159
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4160
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4161
|
-
overflow: auto;
|
|
4162
|
-
}
|
|
4163
|
-
|
|
4164
4160
|
.e-listbox-wrapper .e-list-parent,
|
|
4165
4161
|
.e-listbox-container .e-list-parent {
|
|
4166
4162
|
height: 100%;
|
|
@@ -4443,6 +4439,14 @@ ejs-listbox {
|
|
|
4443
4439
|
overflow: auto;
|
|
4444
4440
|
}
|
|
4445
4441
|
|
|
4442
|
+
.e-listbox-wrapper.e-filter-list {
|
|
4443
|
+
overflow: inherit;
|
|
4444
|
+
}
|
|
4445
|
+
|
|
4446
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
4447
|
+
overflow: auto;
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4446
4450
|
.e-listbox-wrapper.e-sortableclone,
|
|
4447
4451
|
.e-listbox-container.e-sortableclone {
|
|
4448
4452
|
border-width: 0;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2658,6 +2658,7 @@ ejs-multiselect {
|
|
|
2658
2658
|
.e-listbox-wrapper,
|
|
2659
2659
|
.e-listbox-container {
|
|
2660
2660
|
-webkit-overflow-scrolling: touch;
|
|
2661
|
+
box-sizing: border-box;
|
|
2661
2662
|
cursor: pointer;
|
|
2662
2663
|
display: block;
|
|
2663
2664
|
position: relative;
|
|
@@ -2705,11 +2706,6 @@ ejs-multiselect {
|
|
|
2705
2706
|
overflow: inherit;
|
|
2706
2707
|
}
|
|
2707
2708
|
|
|
2708
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2709
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2710
|
-
overflow: auto;
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
2709
|
.e-listbox-wrapper .e-list-parent,
|
|
2714
2710
|
.e-listbox-container .e-list-parent {
|
|
2715
2711
|
height: 100%;
|
|
@@ -2992,6 +2988,14 @@ ejs-listbox {
|
|
|
2992
2988
|
overflow: auto;
|
|
2993
2989
|
}
|
|
2994
2990
|
|
|
2991
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2992
|
+
overflow: inherit;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2996
|
+
overflow: auto;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2995
2999
|
.e-listbox-wrapper.e-sortableclone,
|
|
2996
3000
|
.e-listbox-container.e-sortableclone {
|
|
2997
3001
|
border-width: 0;
|
package/styles/tailwind.css
CHANGED
|
@@ -2658,6 +2658,7 @@ ejs-multiselect {
|
|
|
2658
2658
|
.e-listbox-wrapper,
|
|
2659
2659
|
.e-listbox-container {
|
|
2660
2660
|
-webkit-overflow-scrolling: touch;
|
|
2661
|
+
box-sizing: border-box;
|
|
2661
2662
|
cursor: pointer;
|
|
2662
2663
|
display: block;
|
|
2663
2664
|
position: relative;
|
|
@@ -2705,11 +2706,6 @@ ejs-multiselect {
|
|
|
2705
2706
|
overflow: inherit;
|
|
2706
2707
|
}
|
|
2707
2708
|
|
|
2708
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2709
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2710
|
-
overflow: auto;
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
2709
|
.e-listbox-wrapper .e-list-parent,
|
|
2714
2710
|
.e-listbox-container .e-list-parent {
|
|
2715
2711
|
height: 100%;
|
|
@@ -2992,6 +2988,14 @@ ejs-listbox {
|
|
|
2992
2988
|
overflow: auto;
|
|
2993
2989
|
}
|
|
2994
2990
|
|
|
2991
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2992
|
+
overflow: inherit;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2996
|
+
overflow: auto;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2995
2999
|
.e-listbox-wrapper.e-sortableclone,
|
|
2996
3000
|
.e-listbox-container.e-sortableclone {
|
|
2997
3001
|
border-width: 0;
|