@syncfusion/ej2-react-dropdowns 19.4.50 → 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 +16 -0
- package/diConfig.json +1 -0
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/multi-select/multiselect.component.d.ts +1 -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/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- Issue with ListBox scrolling while drag and drop has been resolved.
|
|
10
|
+
|
|
11
|
+
## 19.4.54 (2022-03-01)
|
|
12
|
+
|
|
13
|
+
### Dropdown Tree
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I364762` - The issue with "Getting CSP error even though the template is not used in Dropdown Tree component" has been resolved.
|
|
18
|
+
|
|
19
|
+
## 19.4.50 (2022-02-08)
|
|
20
|
+
|
|
21
|
+
### ListBox
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#I330291` - Issue with Duplicate items not removed properly using remove items method has been resolved.
|
|
10
26
|
|
|
11
27
|
### DropDownList
|
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": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "19.4.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
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.
|
|
@@ -2253,6 +2253,14 @@ ejs-multiselect {
|
|
|
2253
2253
|
width: 16px;
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2257
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2258
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2259
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2260
|
+
.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 {
|
|
2261
|
+
display: none;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2256
2264
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2257
2265
|
color: #f0f0f0;
|
|
2258
2266
|
}
|
|
@@ -2490,6 +2498,7 @@ ejs-multiselect {
|
|
|
2490
2498
|
.e-listbox-wrapper,
|
|
2491
2499
|
.e-listbox-container {
|
|
2492
2500
|
-webkit-overflow-scrolling: touch;
|
|
2501
|
+
box-sizing: border-box;
|
|
2493
2502
|
cursor: pointer;
|
|
2494
2503
|
display: block;
|
|
2495
2504
|
position: relative;
|
|
@@ -2537,11 +2546,6 @@ ejs-multiselect {
|
|
|
2537
2546
|
overflow: inherit;
|
|
2538
2547
|
}
|
|
2539
2548
|
|
|
2540
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2541
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2542
|
-
overflow: auto;
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
2549
|
.e-listbox-wrapper .e-list-parent,
|
|
2546
2550
|
.e-listbox-container .e-list-parent {
|
|
2547
2551
|
height: 100%;
|
|
@@ -2824,6 +2828,14 @@ ejs-listbox {
|
|
|
2824
2828
|
overflow: auto;
|
|
2825
2829
|
}
|
|
2826
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
|
+
|
|
2827
2839
|
.e-listbox-wrapper.e-sortableclone,
|
|
2828
2840
|
.e-listbox-container.e-sortableclone {
|
|
2829
2841
|
border-width: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2252,6 +2252,14 @@ ejs-multiselect {
|
|
|
2252
2252
|
width: 16px;
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2256
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2257
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2258
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2259
|
+
.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 {
|
|
2260
|
+
display: none;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2255
2263
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2256
2264
|
color: #333;
|
|
2257
2265
|
}
|
|
@@ -2489,6 +2497,7 @@ ejs-multiselect {
|
|
|
2489
2497
|
.e-listbox-wrapper,
|
|
2490
2498
|
.e-listbox-container {
|
|
2491
2499
|
-webkit-overflow-scrolling: touch;
|
|
2500
|
+
box-sizing: border-box;
|
|
2492
2501
|
cursor: pointer;
|
|
2493
2502
|
display: block;
|
|
2494
2503
|
position: relative;
|
|
@@ -2536,11 +2545,6 @@ ejs-multiselect {
|
|
|
2536
2545
|
overflow: inherit;
|
|
2537
2546
|
}
|
|
2538
2547
|
|
|
2539
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2540
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2541
|
-
overflow: auto;
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
2548
|
.e-listbox-wrapper .e-list-parent,
|
|
2545
2549
|
.e-listbox-container .e-list-parent {
|
|
2546
2550
|
height: 100%;
|
|
@@ -2823,6 +2827,14 @@ ejs-listbox {
|
|
|
2823
2827
|
overflow: auto;
|
|
2824
2828
|
}
|
|
2825
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
|
+
|
|
2826
2838
|
.e-listbox-wrapper.e-sortableclone,
|
|
2827
2839
|
.e-listbox-container.e-sortableclone {
|
|
2828
2840
|
border-width: 0;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2414,6 +2414,14 @@ ejs-multiselect {
|
|
|
2414
2414
|
width: 16px;
|
|
2415
2415
|
}
|
|
2416
2416
|
|
|
2417
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2418
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2419
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2420
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2421
|
+
.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 {
|
|
2422
|
+
display: none;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2417
2425
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2418
2426
|
color: #fff;
|
|
2419
2427
|
}
|
|
@@ -2673,6 +2681,7 @@ ejs-multiselect {
|
|
|
2673
2681
|
.e-listbox-wrapper,
|
|
2674
2682
|
.e-listbox-container {
|
|
2675
2683
|
-webkit-overflow-scrolling: touch;
|
|
2684
|
+
box-sizing: border-box;
|
|
2676
2685
|
cursor: pointer;
|
|
2677
2686
|
display: block;
|
|
2678
2687
|
position: relative;
|
|
@@ -2720,11 +2729,6 @@ ejs-multiselect {
|
|
|
2720
2729
|
overflow: inherit;
|
|
2721
2730
|
}
|
|
2722
2731
|
|
|
2723
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2724
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2725
|
-
overflow: auto;
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
2732
|
.e-listbox-wrapper .e-list-parent,
|
|
2729
2733
|
.e-listbox-container .e-list-parent {
|
|
2730
2734
|
height: 100%;
|
|
@@ -3007,6 +3011,14 @@ ejs-listbox {
|
|
|
3007
3011
|
overflow: auto;
|
|
3008
3012
|
}
|
|
3009
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
|
+
|
|
3010
3022
|
.e-listbox-wrapper.e-sortableclone,
|
|
3011
3023
|
.e-listbox-container.e-sortableclone {
|
|
3012
3024
|
border-width: 0;
|
|
@@ -2370,6 +2370,14 @@ ejs-multiselect {
|
|
|
2370
2370
|
width: 16px;
|
|
2371
2371
|
}
|
|
2372
2372
|
|
|
2373
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2374
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2375
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2376
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2377
|
+
.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 {
|
|
2378
|
+
display: none;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2373
2381
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2374
2382
|
color: #fff;
|
|
2375
2383
|
}
|
|
@@ -2607,6 +2615,7 @@ ejs-multiselect {
|
|
|
2607
2615
|
.e-listbox-wrapper,
|
|
2608
2616
|
.e-listbox-container {
|
|
2609
2617
|
-webkit-overflow-scrolling: touch;
|
|
2618
|
+
box-sizing: border-box;
|
|
2610
2619
|
cursor: pointer;
|
|
2611
2620
|
display: block;
|
|
2612
2621
|
position: relative;
|
|
@@ -2654,11 +2663,6 @@ ejs-multiselect {
|
|
|
2654
2663
|
overflow: inherit;
|
|
2655
2664
|
}
|
|
2656
2665
|
|
|
2657
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2658
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2659
|
-
overflow: auto;
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2663
2667
|
.e-listbox-container .e-list-parent {
|
|
2664
2668
|
height: 100%;
|
|
@@ -2941,6 +2945,14 @@ ejs-listbox {
|
|
|
2941
2945
|
overflow: auto;
|
|
2942
2946
|
}
|
|
2943
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
|
+
|
|
2944
2956
|
.e-listbox-wrapper.e-sortableclone,
|
|
2945
2957
|
.e-listbox-container.e-sortableclone {
|
|
2946
2958
|
border-width: 0;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2370,6 +2370,14 @@ ejs-multiselect {
|
|
|
2370
2370
|
width: 16px;
|
|
2371
2371
|
}
|
|
2372
2372
|
|
|
2373
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2374
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2375
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2376
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2377
|
+
.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 {
|
|
2378
|
+
display: none;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2373
2381
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2374
2382
|
color: #212529;
|
|
2375
2383
|
}
|
|
@@ -2607,6 +2615,7 @@ ejs-multiselect {
|
|
|
2607
2615
|
.e-listbox-wrapper,
|
|
2608
2616
|
.e-listbox-container {
|
|
2609
2617
|
-webkit-overflow-scrolling: touch;
|
|
2618
|
+
box-sizing: border-box;
|
|
2610
2619
|
cursor: pointer;
|
|
2611
2620
|
display: block;
|
|
2612
2621
|
position: relative;
|
|
@@ -2654,11 +2663,6 @@ ejs-multiselect {
|
|
|
2654
2663
|
overflow: inherit;
|
|
2655
2664
|
}
|
|
2656
2665
|
|
|
2657
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2658
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2659
|
-
overflow: auto;
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2663
2667
|
.e-listbox-container .e-list-parent {
|
|
2664
2668
|
height: 100%;
|
|
@@ -2941,6 +2945,14 @@ ejs-listbox {
|
|
|
2941
2945
|
overflow: auto;
|
|
2942
2946
|
}
|
|
2943
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
|
+
|
|
2944
2956
|
.e-listbox-wrapper.e-sortableclone,
|
|
2945
2957
|
.e-listbox-container.e-sortableclone {
|
|
2946
2958
|
border-width: 0;
|
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;
|