@syncfusion/ej2-dropdowns 20.1.52 → 20.1.57
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 +28 -0
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +27 -10
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +27 -10
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list.js +10 -2
- package/src/drop-down-tree/drop-down-tree.js +9 -7
- package/src/list-box/list-box.js +7 -0
- package/styles/auto-complete/bootstrap-dark.css +5 -14
- package/styles/auto-complete/bootstrap.css +5 -14
- package/styles/auto-complete/bootstrap4.css +5 -13
- package/styles/auto-complete/bootstrap5-dark.css +5 -13
- package/styles/auto-complete/bootstrap5.css +5 -13
- package/styles/auto-complete/fabric-dark.css +5 -12
- package/styles/auto-complete/fabric.css +5 -12
- package/styles/auto-complete/fluent-dark.css +4 -11
- package/styles/auto-complete/fluent.css +4 -11
- package/styles/auto-complete/highcontrast-light.css +3 -23
- package/styles/auto-complete/highcontrast.css +3 -23
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/auto-complete/material.css +1 -1
- package/styles/auto-complete/tailwind-dark.css +1 -1
- package/styles/auto-complete/tailwind.css +1 -1
- package/styles/bootstrap-dark.css +62 -337
- package/styles/bootstrap.css +62 -337
- package/styles/bootstrap4.css +62 -343
- package/styles/bootstrap5-dark.css +63 -343
- package/styles/bootstrap5.css +63 -343
- package/styles/combo-box/bootstrap-dark.css +5 -14
- package/styles/combo-box/bootstrap.css +5 -14
- package/styles/combo-box/bootstrap4.css +5 -13
- package/styles/combo-box/bootstrap5-dark.css +5 -13
- package/styles/combo-box/bootstrap5.css +5 -13
- package/styles/combo-box/fabric-dark.css +5 -12
- package/styles/combo-box/fabric.css +5 -12
- package/styles/combo-box/fluent-dark.css +4 -11
- package/styles/combo-box/fluent.css +4 -11
- package/styles/combo-box/highcontrast-light.css +3 -23
- package/styles/combo-box/highcontrast.css +3 -23
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/combo-box/material.css +1 -1
- package/styles/combo-box/tailwind-dark.css +1 -1
- package/styles/combo-box/tailwind.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +8 -22
- package/styles/drop-down-base/bootstrap.css +8 -22
- package/styles/drop-down-base/bootstrap4.css +8 -22
- package/styles/drop-down-base/bootstrap5-dark.css +8 -22
- package/styles/drop-down-base/bootstrap5.css +8 -22
- package/styles/drop-down-base/fabric-dark.css +8 -22
- package/styles/drop-down-base/fabric.css +8 -22
- package/styles/drop-down-base/fluent-dark.css +8 -22
- package/styles/drop-down-base/fluent.css +8 -22
- package/styles/drop-down-base/highcontrast-light.css +8 -27
- package/styles/drop-down-base/highcontrast.css +8 -27
- package/styles/drop-down-base/material-dark.css +8 -22
- package/styles/drop-down-base/material.css +8 -22
- package/styles/drop-down-base/tailwind-dark.css +12 -34
- package/styles/drop-down-base/tailwind.css +12 -34
- package/styles/drop-down-list/bootstrap-dark.css +15 -44
- package/styles/drop-down-list/bootstrap.css +15 -44
- package/styles/drop-down-list/bootstrap4.css +14 -38
- package/styles/drop-down-list/bootstrap5-dark.css +14 -38
- package/styles/drop-down-list/bootstrap5.css +14 -38
- package/styles/drop-down-list/fabric-dark.css +15 -42
- package/styles/drop-down-list/fabric.css +15 -42
- package/styles/drop-down-list/fluent-dark.css +13 -36
- package/styles/drop-down-list/fluent.css +13 -36
- package/styles/drop-down-list/highcontrast-light.css +13 -58
- package/styles/drop-down-list/highcontrast.css +13 -58
- package/styles/drop-down-list/material-dark.css +11 -32
- package/styles/drop-down-list/material.css +11 -33
- package/styles/drop-down-list/tailwind-dark.css +10 -24
- package/styles/drop-down-list/tailwind.css +10 -24
- package/styles/drop-down-tree/bootstrap-dark.css +4 -92
- package/styles/drop-down-tree/bootstrap.css +4 -92
- package/styles/drop-down-tree/bootstrap4.css +5 -99
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
- package/styles/drop-down-tree/bootstrap5.css +5 -103
- package/styles/drop-down-tree/fabric-dark.css +4 -92
- package/styles/drop-down-tree/fabric.css +4 -92
- package/styles/drop-down-tree/fluent-dark.css +5 -105
- package/styles/drop-down-tree/fluent.css +5 -105
- package/styles/drop-down-tree/highcontrast-light.css +4 -97
- package/styles/drop-down-tree/highcontrast.css +4 -98
- package/styles/drop-down-tree/material-dark.css +11 -182
- package/styles/drop-down-tree/material.css +11 -184
- package/styles/drop-down-tree/tailwind-dark.css +4 -107
- package/styles/drop-down-tree/tailwind.css +4 -107
- package/styles/fabric-dark.css +62 -335
- package/styles/fabric.css +62 -335
- package/styles/fluent-dark.css +62 -342
- package/styles/fluent.css +62 -342
- package/styles/highcontrast-light.css +63 -375
- package/styles/highcontrast.css +63 -376
- package/styles/list-box/bootstrap-dark.css +11 -115
- package/styles/list-box/bootstrap.css +11 -115
- package/styles/list-box/bootstrap4.css +11 -120
- package/styles/list-box/bootstrap5-dark.css +11 -115
- package/styles/list-box/bootstrap5.css +11 -115
- package/styles/list-box/fabric-dark.css +11 -115
- package/styles/list-box/fabric.css +11 -115
- package/styles/list-box/fluent-dark.css +11 -115
- package/styles/list-box/fluent.css +11 -115
- package/styles/list-box/highcontrast-light.css +11 -120
- package/styles/list-box/highcontrast.css +11 -120
- package/styles/list-box/material-dark.css +11 -115
- package/styles/list-box/material.css +11 -115
- package/styles/list-box/tailwind-dark.css +12 -118
- package/styles/list-box/tailwind.css +12 -118
- package/styles/material-dark.css +103 -462
- package/styles/material.css +103 -466
- package/styles/multi-select/bootstrap-dark.css +28 -68
- package/styles/multi-select/bootstrap.css +28 -68
- package/styles/multi-select/bootstrap4.css +28 -68
- package/styles/multi-select/bootstrap5-dark.css +29 -69
- package/styles/multi-select/bootstrap5.css +29 -69
- package/styles/multi-select/fabric-dark.css +28 -68
- package/styles/multi-select/fabric.css +28 -68
- package/styles/multi-select/fluent-dark.css +29 -68
- package/styles/multi-select/fluent.css +29 -68
- package/styles/multi-select/highcontrast-light.css +31 -97
- package/styles/multi-select/highcontrast.css +31 -97
- package/styles/multi-select/material-dark.css +66 -115
- package/styles/multi-select/material.css +66 -116
- package/styles/multi-select/tailwind-dark.css +29 -69
- package/styles/multi-select/tailwind.css +29 -69
- package/styles/tailwind-dark.css +63 -348
- package/styles/tailwind.css +63 -348
|
@@ -11,21 +11,17 @@
|
|
|
11
11
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
12
|
margin-top: 1px;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
14
|
.e-ddl.e-popup .e-content.e-nodata {
|
|
16
15
|
background-color: #fff;
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
20
18
|
color: #23726c;
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
.e-ddl.e-popup .e-input-group {
|
|
24
21
|
display: -ms-flexbox;
|
|
25
22
|
display: flex;
|
|
26
23
|
width: auto;
|
|
27
24
|
}
|
|
28
|
-
|
|
29
25
|
.e-ddl.e-popup .e-input-group input {
|
|
30
26
|
line-height: 15px;
|
|
31
27
|
}
|
|
@@ -36,62 +32,46 @@
|
|
|
36
32
|
margin: 5px;
|
|
37
33
|
min-width: 20px;
|
|
38
34
|
}
|
|
39
|
-
|
|
40
35
|
.e-ddl.e-popup .e-input-group .e-clear-icon::before {
|
|
41
36
|
font-size: 10px;
|
|
42
37
|
}
|
|
43
|
-
|
|
44
38
|
.e-ddl.e-popup .e-filter-parent {
|
|
45
39
|
border-left-width: 0;
|
|
46
40
|
border-right-width: 0;
|
|
47
41
|
}
|
|
48
|
-
|
|
49
42
|
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
|
|
50
43
|
border-color: #000;
|
|
51
44
|
}
|
|
52
|
-
|
|
53
45
|
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
54
46
|
margin-top: 0;
|
|
55
47
|
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-ddl.e-popup .e-list-item,
|
|
58
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item,
|
|
59
|
-
.e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
48
|
+
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
60
49
|
font-size: 15px;
|
|
61
50
|
line-height: 45px;
|
|
62
51
|
padding-left: 0;
|
|
63
52
|
text-indent: 16px;
|
|
64
53
|
}
|
|
65
|
-
|
|
66
54
|
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
67
55
|
padding-left: 4px;
|
|
68
56
|
}
|
|
69
|
-
|
|
70
57
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
71
58
|
padding: 4px 0;
|
|
72
59
|
}
|
|
73
|
-
|
|
74
60
|
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
75
61
|
height: 30px;
|
|
76
62
|
}
|
|
77
|
-
|
|
78
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
79
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
80
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
63
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
81
64
|
font-size: 14px;
|
|
82
65
|
line-height: 40px;
|
|
83
66
|
padding-left: 0;
|
|
84
67
|
text-indent: 16px;
|
|
85
68
|
}
|
|
86
|
-
|
|
87
69
|
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
88
70
|
padding-left: 4px;
|
|
89
71
|
}
|
|
90
|
-
|
|
91
72
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
92
73
|
padding: 0;
|
|
93
74
|
}
|
|
94
|
-
|
|
95
75
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
96
76
|
height: 34px;
|
|
97
|
-
}
|
|
77
|
+
}
|
|
@@ -11,21 +11,17 @@
|
|
|
11
11
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
12
|
margin-top: 1px;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
14
|
.e-ddl.e-popup .e-content.e-nodata {
|
|
16
15
|
background-color: #000;
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
20
18
|
color: #ffd939;
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
.e-ddl.e-popup .e-input-group {
|
|
24
21
|
display: -ms-flexbox;
|
|
25
22
|
display: flex;
|
|
26
23
|
width: auto;
|
|
27
24
|
}
|
|
28
|
-
|
|
29
25
|
.e-ddl.e-popup .e-input-group input {
|
|
30
26
|
line-height: 15px;
|
|
31
27
|
}
|
|
@@ -36,62 +32,46 @@
|
|
|
36
32
|
margin: 5px;
|
|
37
33
|
min-width: 20px;
|
|
38
34
|
}
|
|
39
|
-
|
|
40
35
|
.e-ddl.e-popup .e-input-group .e-clear-icon::before {
|
|
41
36
|
font-size: 10px;
|
|
42
37
|
}
|
|
43
|
-
|
|
44
38
|
.e-ddl.e-popup .e-filter-parent {
|
|
45
39
|
border-left-width: 0;
|
|
46
40
|
border-right-width: 0;
|
|
47
41
|
}
|
|
48
|
-
|
|
49
42
|
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
|
|
50
43
|
border-color: #fff;
|
|
51
44
|
}
|
|
52
|
-
|
|
53
45
|
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
54
46
|
margin-top: 0;
|
|
55
47
|
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-ddl.e-popup .e-list-item,
|
|
58
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item,
|
|
59
|
-
.e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
48
|
+
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
60
49
|
font-size: 15px;
|
|
61
50
|
line-height: 45px;
|
|
62
51
|
padding-left: 0;
|
|
63
52
|
text-indent: 16px;
|
|
64
53
|
}
|
|
65
|
-
|
|
66
54
|
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
67
55
|
padding-left: 4px;
|
|
68
56
|
}
|
|
69
|
-
|
|
70
57
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
71
58
|
padding: 4px 0;
|
|
72
59
|
}
|
|
73
|
-
|
|
74
60
|
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
75
61
|
height: 46px;
|
|
76
62
|
}
|
|
77
|
-
|
|
78
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
79
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
80
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
63
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
81
64
|
font-size: 14px;
|
|
82
65
|
line-height: 40px;
|
|
83
66
|
padding-left: 0;
|
|
84
67
|
text-indent: 16px;
|
|
85
68
|
}
|
|
86
|
-
|
|
87
69
|
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
88
70
|
padding-left: 4px;
|
|
89
71
|
}
|
|
90
|
-
|
|
91
72
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
92
73
|
padding: 0;
|
|
93
74
|
}
|
|
94
|
-
|
|
95
75
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
96
76
|
height: 34px;
|
|
97
|
-
}
|
|
77
|
+
}
|