@syncfusion/ej2-react-dropdowns 20.1.60 → 20.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -62
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +59 -11
- package/styles/bootstrap.css +59 -11
- package/styles/bootstrap4.css +59 -11
- package/styles/bootstrap5-dark.css +60 -12
- package/styles/bootstrap5.css +60 -12
- package/styles/fabric-dark.css +59 -11
- package/styles/fabric.css +59 -11
- package/styles/fluent-dark.css +63 -15
- package/styles/fluent.css +60 -12
- package/styles/highcontrast-light.css +59 -11
- package/styles/highcontrast.css +59 -11
- package/styles/list-box/bootstrap-dark.css +49 -11
- package/styles/list-box/bootstrap.css +59 -11
- package/styles/list-box/bootstrap4.css +59 -11
- package/styles/list-box/bootstrap5-dark.css +60 -12
- package/styles/list-box/bootstrap5.css +60 -12
- package/styles/list-box/fabric-dark.css +49 -11
- package/styles/list-box/fabric.css +59 -11
- package/styles/list-box/fluent-dark.css +63 -15
- package/styles/list-box/fluent.css +60 -12
- package/styles/list-box/highcontrast-light.css +49 -11
- package/styles/list-box/highcontrast.css +59 -11
- package/styles/list-box/material-dark.css +50 -12
- package/styles/list-box/material.css +60 -12
- package/styles/list-box/tailwind-dark.css +60 -12
- package/styles/list-box/tailwind.css +60 -12
- package/styles/material-dark.css +60 -12
- package/styles/material.css +60 -12
- package/styles/tailwind-dark.css +60 -12
- package/styles/tailwind.css +60 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,73 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 20.
|
|
6
|
-
|
|
7
|
-
### DropDownList
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- "Dropdown List template sample is not working in React 18" issue has been resolved.
|
|
12
|
-
|
|
13
|
-
### MultiSelect
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I378186` - Issue with "filtering is not working properly while performing the custom filtering in the `filtering` event" has been resolved
|
|
18
|
-
|
|
19
|
-
## 20.1.58 (2022-05-31)
|
|
20
|
-
|
|
21
|
-
### AutoComplete
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#F34768` - Issue with "change event argument `IsInteracted` returns wrong value while rendering component with disabled custom value" has been resolved
|
|
26
|
-
|
|
27
|
-
## 20.1.57 (2022-05-24)
|
|
28
|
-
|
|
29
|
-
### Dropdown Tree
|
|
30
|
-
|
|
31
|
-
#### Bug Fixes
|
|
32
|
-
|
|
33
|
-
- `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
|
|
34
|
-
|
|
35
|
-
### DropDownList
|
|
36
|
-
|
|
37
|
-
#### Bug Fixes
|
|
38
|
-
|
|
39
|
-
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
|
|
40
|
-
|
|
41
|
-
## 20.1.56 (2022-05-17)
|
|
5
|
+
## 20.2.36 (2022-06-30)
|
|
42
6
|
|
|
43
7
|
### ListBox
|
|
44
8
|
|
|
45
9
|
#### Bug Fixes
|
|
46
10
|
|
|
47
|
-
- `
|
|
48
|
-
|
|
49
|
-
### AutoComplete
|
|
50
|
-
|
|
51
|
-
#### Bug Fixes
|
|
52
|
-
|
|
53
|
-
- `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
|
|
54
|
-
|
|
55
|
-
## 20.1.52 (2022-05-04)
|
|
56
|
-
|
|
57
|
-
### ListBox
|
|
58
|
-
|
|
59
|
-
#### Bug Fixes
|
|
60
|
-
|
|
61
|
-
- `I374083` - Issue with "Filtering did not work in the datasource empty list" has been resolved.
|
|
62
|
-
|
|
63
|
-
## 20.1.50 (2022-04-19)
|
|
64
|
-
|
|
65
|
-
### ListBox
|
|
66
|
-
|
|
67
|
-
#### Bug Fixes
|
|
68
|
-
|
|
69
|
-
- Issue with "Keyboard navigation correction for select the multiple items of listbox" has been resolved.
|
|
70
|
-
|
|
71
|
-
## 20.1.47 (2022-04-04)
|
|
11
|
+
- `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
|
|
72
12
|
|
|
73
13
|
### MultiSelect
|
|
74
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.38
|
|
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@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-dropdowns@20.2.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-vX5Zn/r6ASAI3cDk3ZbrpVbelaPS06Aj/AMkjEEQK4bkM6BZ9Le/ocq3c1UxqVH7/YyPjHdk3C1Qe6T+EtUKFQ==",
|
|
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-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-20.2.36.tgz",
|
|
23
|
+
"_shasum": "79d27fbcbab5f356519c1ac4f7c30784a5233558",
|
|
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": "~20.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.38",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.2.38",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.2.38"
|
|
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": "20.
|
|
70
|
+
"version": "20.2.38",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -2376,6 +2376,10 @@ ejs-multiselect {
|
|
|
2376
2376
|
.e-listbox-container * {
|
|
2377
2377
|
box-sizing: border-box;
|
|
2378
2378
|
}
|
|
2379
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2380
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2381
|
+
width: 86% !important;
|
|
2382
|
+
}
|
|
2379
2383
|
.e-listbox-wrapper:focus,
|
|
2380
2384
|
.e-listbox-container:focus {
|
|
2381
2385
|
outline: none;
|
|
@@ -2606,8 +2610,8 @@ ejs-multiselect {
|
|
|
2606
2610
|
text-indent: 0;
|
|
2607
2611
|
vertical-align: middle;
|
|
2608
2612
|
}
|
|
2609
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2610
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2613
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2614
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2611
2615
|
position: absolute;
|
|
2612
2616
|
right: 0;
|
|
2613
2617
|
top: 30%;
|
|
@@ -2726,6 +2730,12 @@ ejs-listbox {
|
|
|
2726
2730
|
list-style-type: none;
|
|
2727
2731
|
margin-bottom: 10px;
|
|
2728
2732
|
}
|
|
2733
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2734
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2735
|
+
position: absolute;
|
|
2736
|
+
right: 0;
|
|
2737
|
+
top: 30%;
|
|
2738
|
+
}
|
|
2729
2739
|
|
|
2730
2740
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2731
2741
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2736,6 +2746,12 @@ ejs-listbox {
|
|
|
2736
2746
|
margin-left: 15px;
|
|
2737
2747
|
}
|
|
2738
2748
|
|
|
2749
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2750
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2751
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2752
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2753
|
+
width: 85% !important;
|
|
2754
|
+
}
|
|
2739
2755
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2740
2756
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2741
2757
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2823,21 +2839,48 @@ ejs-listbox {
|
|
|
2823
2839
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2824
2840
|
font-size: 15px;
|
|
2825
2841
|
}
|
|
2826
|
-
.e-
|
|
2827
|
-
|
|
2842
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2843
|
+
height: calc(100% - 52px);
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2847
|
+
height: calc(100% - 52px) !important;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2828
2851
|
height: calc(100% - 46px);
|
|
2829
2852
|
}
|
|
2830
2853
|
|
|
2831
|
-
.e-
|
|
2832
|
-
|
|
2854
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2855
|
+
height: calc(100% - 46px) !important;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2833
2859
|
height: calc(100% - 58px);
|
|
2834
2860
|
}
|
|
2835
2861
|
|
|
2836
|
-
.e-
|
|
2837
|
-
|
|
2862
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2863
|
+
height: calc(100% - 58px) !important;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2867
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2868
|
+
height: calc(100% - 106px);
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2872
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2873
|
+
height: calc(100% - 48px);
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2876
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2838
2877
|
height: calc(100% - 54px);
|
|
2839
2878
|
}
|
|
2840
2879
|
|
|
2880
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2881
|
+
height: calc(100% - 54px) !important;
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2841
2884
|
.e-listbox-wrapper,
|
|
2842
2885
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2843
2886
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2857,9 +2900,14 @@ ejs-listbox {
|
|
|
2857
2900
|
font-size: 14px;
|
|
2858
2901
|
}
|
|
2859
2902
|
|
|
2860
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2861
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2862
|
-
height: calc(100% -
|
|
2903
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2904
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2905
|
+
height: calc(100% - 92px);
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2909
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2910
|
+
height: calc(100% - 40px);
|
|
2863
2911
|
}
|
|
2864
2912
|
|
|
2865
2913
|
.e-listbox-wrapper .e-icons,
|
package/styles/bootstrap.css
CHANGED
|
@@ -2375,6 +2375,10 @@ ejs-multiselect {
|
|
|
2375
2375
|
.e-listbox-container * {
|
|
2376
2376
|
box-sizing: border-box;
|
|
2377
2377
|
}
|
|
2378
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2379
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2380
|
+
width: 86% !important;
|
|
2381
|
+
}
|
|
2378
2382
|
.e-listbox-wrapper:focus,
|
|
2379
2383
|
.e-listbox-container:focus {
|
|
2380
2384
|
outline: none;
|
|
@@ -2605,8 +2609,8 @@ ejs-multiselect {
|
|
|
2605
2609
|
text-indent: 0;
|
|
2606
2610
|
vertical-align: middle;
|
|
2607
2611
|
}
|
|
2608
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2609
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2612
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2613
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2610
2614
|
position: absolute;
|
|
2611
2615
|
right: 0;
|
|
2612
2616
|
top: 30%;
|
|
@@ -2725,6 +2729,12 @@ ejs-listbox {
|
|
|
2725
2729
|
list-style-type: none;
|
|
2726
2730
|
margin-bottom: 10px;
|
|
2727
2731
|
}
|
|
2732
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2733
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2734
|
+
position: absolute;
|
|
2735
|
+
right: 0;
|
|
2736
|
+
top: 30%;
|
|
2737
|
+
}
|
|
2728
2738
|
|
|
2729
2739
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2730
2740
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2735,6 +2745,12 @@ ejs-listbox {
|
|
|
2735
2745
|
margin-left: 15px;
|
|
2736
2746
|
}
|
|
2737
2747
|
|
|
2748
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2749
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2750
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2751
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2752
|
+
width: 85% !important;
|
|
2753
|
+
}
|
|
2738
2754
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2739
2755
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2740
2756
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2822,21 +2838,48 @@ ejs-listbox {
|
|
|
2822
2838
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2823
2839
|
font-size: 15px;
|
|
2824
2840
|
}
|
|
2825
|
-
.e-
|
|
2826
|
-
|
|
2841
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2842
|
+
height: calc(100% - 52px);
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2846
|
+
height: calc(100% - 52px) !important;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2849
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2827
2850
|
height: calc(100% - 46px);
|
|
2828
2851
|
}
|
|
2829
2852
|
|
|
2830
|
-
.e-
|
|
2831
|
-
|
|
2853
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2854
|
+
height: calc(100% - 46px) !important;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2832
2858
|
height: calc(100% - 58px);
|
|
2833
2859
|
}
|
|
2834
2860
|
|
|
2835
|
-
.e-
|
|
2836
|
-
|
|
2861
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2862
|
+
height: calc(100% - 58px) !important;
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2866
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2867
|
+
height: calc(100% - 106px);
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2870
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2871
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2872
|
+
height: calc(100% - 48px);
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2837
2876
|
height: calc(100% - 54px);
|
|
2838
2877
|
}
|
|
2839
2878
|
|
|
2879
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2880
|
+
height: calc(100% - 54px) !important;
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2840
2883
|
.e-listbox-wrapper,
|
|
2841
2884
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2842
2885
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2856,9 +2899,14 @@ ejs-listbox {
|
|
|
2856
2899
|
font-size: 14px;
|
|
2857
2900
|
}
|
|
2858
2901
|
|
|
2859
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2860
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2861
|
-
height: calc(100% -
|
|
2902
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2903
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2904
|
+
height: calc(100% - 92px);
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2908
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2909
|
+
height: calc(100% - 40px);
|
|
2862
2910
|
}
|
|
2863
2911
|
|
|
2864
2912
|
.e-listbox-wrapper .e-icons,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2558,6 +2558,10 @@ ejs-multiselect {
|
|
|
2558
2558
|
.e-listbox-container * {
|
|
2559
2559
|
box-sizing: border-box;
|
|
2560
2560
|
}
|
|
2561
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2562
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2563
|
+
width: 86% !important;
|
|
2564
|
+
}
|
|
2561
2565
|
.e-listbox-wrapper:focus,
|
|
2562
2566
|
.e-listbox-container:focus {
|
|
2563
2567
|
outline: none;
|
|
@@ -2788,8 +2792,8 @@ ejs-multiselect {
|
|
|
2788
2792
|
text-indent: 0;
|
|
2789
2793
|
vertical-align: middle;
|
|
2790
2794
|
}
|
|
2791
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2792
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2795
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2796
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2793
2797
|
position: absolute;
|
|
2794
2798
|
right: 0;
|
|
2795
2799
|
top: 30%;
|
|
@@ -2908,6 +2912,12 @@ ejs-listbox {
|
|
|
2908
2912
|
list-style-type: none;
|
|
2909
2913
|
margin-bottom: 10px;
|
|
2910
2914
|
}
|
|
2915
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2916
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2917
|
+
position: absolute;
|
|
2918
|
+
right: 0;
|
|
2919
|
+
top: 30%;
|
|
2920
|
+
}
|
|
2911
2921
|
|
|
2912
2922
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2913
2923
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2924,6 +2934,12 @@ ejs-listbox {
|
|
|
2924
2934
|
.e-listbox-container.e-bigger {
|
|
2925
2935
|
font-size: 16px;
|
|
2926
2936
|
}
|
|
2937
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2938
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2939
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2940
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2941
|
+
width: 85% !important;
|
|
2942
|
+
}
|
|
2927
2943
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2928
2944
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2929
2945
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -3049,21 +3065,48 @@ ejs-listbox {
|
|
|
3049
3065
|
margin: 0 0 0 12px;
|
|
3050
3066
|
}
|
|
3051
3067
|
|
|
3052
|
-
.e-
|
|
3053
|
-
|
|
3068
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3069
|
+
height: calc(100% - 39px);
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3073
|
+
height: calc(100% - 39px) !important;
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3054
3077
|
height: calc(100% - 32px);
|
|
3055
3078
|
}
|
|
3056
3079
|
|
|
3057
|
-
.e-
|
|
3058
|
-
|
|
3080
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3081
|
+
height: calc(100% - 32px) !important;
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3059
3085
|
height: calc(100% - 46px);
|
|
3060
3086
|
}
|
|
3061
3087
|
|
|
3062
|
-
.e-
|
|
3063
|
-
|
|
3088
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3089
|
+
height: calc(100% - 46px) !important;
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3093
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3094
|
+
height: calc(100% - 96px);
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3097
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3098
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3099
|
+
height: calc(100% - 50px);
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3064
3103
|
height: calc(100% - 44px);
|
|
3065
3104
|
}
|
|
3066
3105
|
|
|
3106
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3107
|
+
height: calc(100% - 44px) !important;
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3067
3110
|
.e-listbox-wrapper,
|
|
3068
3111
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3069
3112
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3083,9 +3126,14 @@ ejs-listbox {
|
|
|
3083
3126
|
font-size: 16px;
|
|
3084
3127
|
}
|
|
3085
3128
|
|
|
3086
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3087
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3088
|
-
height: calc(100% -
|
|
3129
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3130
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3131
|
+
height: calc(100% - 79px);
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3135
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3136
|
+
height: calc(100% - 40px);
|
|
3089
3137
|
}
|
|
3090
3138
|
|
|
3091
3139
|
.e-listbox-wrapper .e-icons,
|
|
@@ -2538,6 +2538,10 @@ ejs-multiselect {
|
|
|
2538
2538
|
.e-listbox-container * {
|
|
2539
2539
|
box-sizing: border-box;
|
|
2540
2540
|
}
|
|
2541
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2542
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2543
|
+
width: 84% !important;
|
|
2544
|
+
}
|
|
2541
2545
|
.e-listbox-wrapper:focus,
|
|
2542
2546
|
.e-listbox-container:focus {
|
|
2543
2547
|
outline: none;
|
|
@@ -2768,8 +2772,8 @@ ejs-multiselect {
|
|
|
2768
2772
|
text-indent: 0;
|
|
2769
2773
|
vertical-align: middle;
|
|
2770
2774
|
}
|
|
2771
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2772
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2775
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2776
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2773
2777
|
position: absolute;
|
|
2774
2778
|
right: 0;
|
|
2775
2779
|
top: 30%;
|
|
@@ -2888,6 +2892,12 @@ ejs-listbox {
|
|
|
2888
2892
|
list-style-type: none;
|
|
2889
2893
|
margin-bottom: 10px;
|
|
2890
2894
|
}
|
|
2895
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2896
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2897
|
+
position: absolute;
|
|
2898
|
+
right: 0;
|
|
2899
|
+
top: 30%;
|
|
2900
|
+
}
|
|
2891
2901
|
|
|
2892
2902
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2893
2903
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2898,6 +2908,12 @@ ejs-listbox {
|
|
|
2898
2908
|
margin-left: 15px;
|
|
2899
2909
|
}
|
|
2900
2910
|
|
|
2911
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2912
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2913
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2914
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2915
|
+
width: 80% !important;
|
|
2916
|
+
}
|
|
2901
2917
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2902
2918
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2903
2919
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2985,21 +3001,48 @@ ejs-listbox {
|
|
|
2985
3001
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2986
3002
|
font-size: 14px;
|
|
2987
3003
|
}
|
|
2988
|
-
.e-
|
|
2989
|
-
|
|
3004
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3005
|
+
height: calc(100% - 50px);
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3009
|
+
height: calc(100% - 50px) !important;
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2990
3013
|
height: calc(100% - 45px);
|
|
2991
3014
|
}
|
|
2992
3015
|
|
|
2993
|
-
.e-
|
|
2994
|
-
|
|
2995
|
-
height: calc(100% - 55px);
|
|
3016
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3017
|
+
height: calc(100% - 45px) !important;
|
|
2996
3018
|
}
|
|
2997
3019
|
|
|
2998
|
-
.e-
|
|
2999
|
-
|
|
3020
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3021
|
+
height: calc(100% - 56px);
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3025
|
+
height: calc(100% - 56px) !important;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3029
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3030
|
+
height: calc(100% - 96px);
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3034
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3035
|
+
height: calc(100% - 40px);
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3000
3039
|
height: calc(100% - 45px);
|
|
3001
3040
|
}
|
|
3002
3041
|
|
|
3042
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3043
|
+
height: calc(100% - 45px) !important;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3003
3046
|
.e-listbox-wrapper,
|
|
3004
3047
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3005
3048
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3019,9 +3062,14 @@ ejs-listbox {
|
|
|
3019
3062
|
font-size: 12px;
|
|
3020
3063
|
}
|
|
3021
3064
|
|
|
3022
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3023
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3024
|
-
height: calc(100% -
|
|
3065
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3066
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3067
|
+
height: calc(100% - 86px);
|
|
3068
|
+
}
|
|
3069
|
+
|
|
3070
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3071
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3072
|
+
height: calc(100% - 36px);
|
|
3025
3073
|
}
|
|
3026
3074
|
|
|
3027
3075
|
.e-listbox-wrapper .e-list-item,
|