@syncfusion/ej2-angular-dropdowns 19.4.52 → 19.4.56
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 +5 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +5 -0
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +44 -2
- package/dist/ej2-angular-dropdowns.umd.js +6 -1
- 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 +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/src/multi-select/multiselect.component.d.ts +5 -0
- package/styles/bootstrap-dark.css +17 -5
- package/styles/bootstrap.css +17 -5
- package/styles/bootstrap4.css +17 -5
- package/styles/bootstrap5-dark.css +17 -5
- package/styles/bootstrap5.css +17 -5
- package/styles/fabric-dark.css +17 -5
- package/styles/fabric.css +17 -5
- package/styles/highcontrast-light.css +17 -5
- package/styles/highcontrast.css +17 -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 +17 -5
- package/styles/material.css +17 -5
- package/styles/multi-select/bootstrap-dark.css +8 -0
- package/styles/multi-select/bootstrap.css +8 -0
- package/styles/multi-select/bootstrap4.css +8 -0
- package/styles/multi-select/bootstrap5-dark.css +8 -0
- package/styles/multi-select/bootstrap5.css +8 -0
- package/styles/multi-select/fabric-dark.css +8 -0
- package/styles/multi-select/fabric.css +8 -0
- package/styles/multi-select/highcontrast-light.css +8 -0
- package/styles/multi-select/highcontrast.css +8 -0
- package/styles/multi-select/material-dark.css +8 -0
- package/styles/multi-select/material.css +8 -0
- package/styles/multi-select/tailwind-dark.css +8 -0
- package/styles/multi-select/tailwind.css +8 -0
- package/styles/tailwind-dark.css +17 -5
- package/styles/tailwind.css +17 -5
package/styles/fabric-dark.css
CHANGED
|
@@ -2230,6 +2230,14 @@ ejs-multiselect {
|
|
|
2230
2230
|
width: 16px;
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2234
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2235
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2236
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2237
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2238
|
+
display: none;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2233
2241
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2234
2242
|
color: #fff;
|
|
2235
2243
|
}
|
|
@@ -2467,6 +2475,7 @@ ejs-multiselect {
|
|
|
2467
2475
|
.e-listbox-wrapper,
|
|
2468
2476
|
.e-listbox-container {
|
|
2469
2477
|
-webkit-overflow-scrolling: touch;
|
|
2478
|
+
box-sizing: border-box;
|
|
2470
2479
|
cursor: pointer;
|
|
2471
2480
|
display: block;
|
|
2472
2481
|
position: relative;
|
|
@@ -2514,11 +2523,6 @@ ejs-multiselect {
|
|
|
2514
2523
|
overflow: inherit;
|
|
2515
2524
|
}
|
|
2516
2525
|
|
|
2517
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2518
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2519
|
-
overflow: auto;
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
2526
|
.e-listbox-wrapper .e-list-parent,
|
|
2523
2527
|
.e-listbox-container .e-list-parent {
|
|
2524
2528
|
height: 100%;
|
|
@@ -2801,6 +2805,14 @@ ejs-listbox {
|
|
|
2801
2805
|
overflow: auto;
|
|
2802
2806
|
}
|
|
2803
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
|
+
|
|
2804
2816
|
.e-listbox-wrapper.e-sortableclone,
|
|
2805
2817
|
.e-listbox-container.e-sortableclone {
|
|
2806
2818
|
border-width: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -2224,6 +2224,14 @@ ejs-multiselect {
|
|
|
2224
2224
|
width: 16px;
|
|
2225
2225
|
}
|
|
2226
2226
|
|
|
2227
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2228
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2229
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2230
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2231
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2232
|
+
display: none;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2227
2235
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2228
2236
|
color: #666;
|
|
2229
2237
|
}
|
|
@@ -2461,6 +2469,7 @@ ejs-multiselect {
|
|
|
2461
2469
|
.e-listbox-wrapper,
|
|
2462
2470
|
.e-listbox-container {
|
|
2463
2471
|
-webkit-overflow-scrolling: touch;
|
|
2472
|
+
box-sizing: border-box;
|
|
2464
2473
|
cursor: pointer;
|
|
2465
2474
|
display: block;
|
|
2466
2475
|
position: relative;
|
|
@@ -2508,11 +2517,6 @@ ejs-multiselect {
|
|
|
2508
2517
|
overflow: inherit;
|
|
2509
2518
|
}
|
|
2510
2519
|
|
|
2511
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2512
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2513
|
-
overflow: auto;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
2520
|
.e-listbox-wrapper .e-list-parent,
|
|
2517
2521
|
.e-listbox-container .e-list-parent {
|
|
2518
2522
|
height: 100%;
|
|
@@ -2795,6 +2799,14 @@ ejs-listbox {
|
|
|
2795
2799
|
overflow: auto;
|
|
2796
2800
|
}
|
|
2797
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
|
+
|
|
2798
2810
|
.e-listbox-wrapper.e-sortableclone,
|
|
2799
2811
|
.e-listbox-container.e-sortableclone {
|
|
2800
2812
|
border-width: 0;
|
|
@@ -2364,6 +2364,14 @@ ejs-multiselect {
|
|
|
2364
2364
|
width: 16px;
|
|
2365
2365
|
}
|
|
2366
2366
|
|
|
2367
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2368
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2369
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2370
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2371
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2372
|
+
display: none;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2367
2375
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2368
2376
|
color: #fff;
|
|
2369
2377
|
}
|
|
@@ -2609,6 +2617,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2609
2617
|
.e-listbox-wrapper,
|
|
2610
2618
|
.e-listbox-container {
|
|
2611
2619
|
-webkit-overflow-scrolling: touch;
|
|
2620
|
+
box-sizing: border-box;
|
|
2612
2621
|
cursor: pointer;
|
|
2613
2622
|
display: block;
|
|
2614
2623
|
position: relative;
|
|
@@ -2656,11 +2665,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2656
2665
|
overflow: inherit;
|
|
2657
2666
|
}
|
|
2658
2667
|
|
|
2659
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2660
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2661
|
-
overflow: auto;
|
|
2662
|
-
}
|
|
2663
|
-
|
|
2664
2668
|
.e-listbox-wrapper .e-list-parent,
|
|
2665
2669
|
.e-listbox-container .e-list-parent {
|
|
2666
2670
|
height: 100%;
|
|
@@ -2943,6 +2947,14 @@ ejs-listbox {
|
|
|
2943
2947
|
overflow: auto;
|
|
2944
2948
|
}
|
|
2945
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
|
+
|
|
2946
2958
|
.e-listbox-wrapper.e-sortableclone,
|
|
2947
2959
|
.e-listbox-container.e-sortableclone {
|
|
2948
2960
|
border-width: 0;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2371,6 +2371,14 @@ ejs-multiselect {
|
|
|
2371
2371
|
width: 16px;
|
|
2372
2372
|
}
|
|
2373
2373
|
|
|
2374
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2375
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2376
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2377
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2378
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2379
|
+
display: none;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2374
2382
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2375
2383
|
color: #000;
|
|
2376
2384
|
}
|
|
@@ -2616,6 +2624,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2616
2624
|
.e-listbox-wrapper,
|
|
2617
2625
|
.e-listbox-container {
|
|
2618
2626
|
-webkit-overflow-scrolling: touch;
|
|
2627
|
+
box-sizing: border-box;
|
|
2619
2628
|
cursor: pointer;
|
|
2620
2629
|
display: block;
|
|
2621
2630
|
position: relative;
|
|
@@ -2663,11 +2672,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2663
2672
|
overflow: inherit;
|
|
2664
2673
|
}
|
|
2665
2674
|
|
|
2666
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2667
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2668
|
-
overflow: auto;
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
2675
|
.e-listbox-wrapper .e-list-parent,
|
|
2672
2676
|
.e-listbox-container .e-list-parent {
|
|
2673
2677
|
height: 100%;
|
|
@@ -2950,6 +2954,14 @@ ejs-listbox {
|
|
|
2950
2954
|
overflow: auto;
|
|
2951
2955
|
}
|
|
2952
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
|
+
|
|
2953
2965
|
.e-listbox-wrapper.e-sortableclone,
|
|
2954
2966
|
.e-listbox-container.e-sortableclone {
|
|
2955
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
|
@@ -3702,6 +3702,14 @@ ejs-multiselect {
|
|
|
3702
3702
|
width: 16px;
|
|
3703
3703
|
}
|
|
3704
3704
|
|
|
3705
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
3706
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
3707
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
3708
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
3709
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
3710
|
+
display: none;
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3705
3713
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
3706
3714
|
color: #fff;
|
|
3707
3715
|
}
|
|
@@ -4040,6 +4048,7 @@ ejs-multiselect {
|
|
|
4040
4048
|
.e-listbox-wrapper,
|
|
4041
4049
|
.e-listbox-container {
|
|
4042
4050
|
-webkit-overflow-scrolling: touch;
|
|
4051
|
+
box-sizing: border-box;
|
|
4043
4052
|
cursor: pointer;
|
|
4044
4053
|
display: block;
|
|
4045
4054
|
position: relative;
|
|
@@ -4087,11 +4096,6 @@ ejs-multiselect {
|
|
|
4087
4096
|
overflow: inherit;
|
|
4088
4097
|
}
|
|
4089
4098
|
|
|
4090
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4091
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4092
|
-
overflow: auto;
|
|
4093
|
-
}
|
|
4094
|
-
|
|
4095
4099
|
.e-listbox-wrapper .e-list-parent,
|
|
4096
4100
|
.e-listbox-container .e-list-parent {
|
|
4097
4101
|
height: 100%;
|
|
@@ -4374,6 +4378,14 @@ ejs-listbox {
|
|
|
4374
4378
|
overflow: auto;
|
|
4375
4379
|
}
|
|
4376
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
|
+
|
|
4377
4389
|
.e-listbox-wrapper.e-sortableclone,
|
|
4378
4390
|
.e-listbox-container.e-sortableclone {
|
|
4379
4391
|
border-width: 0;
|