@syncfusion/ej2-angular-dropdowns 19.2.62 → 19.3.46
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 +2 -2
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +2 -2
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +36 -0
- package/dist/ej2-angular-dropdowns.umd.js +3 -3
- 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 +8 -8
- 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/auto-complete/autocomplete.component.d.ts +15 -0
- package/src/combo-box/combobox.component.d.ts +15 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +14 -0
- package/src/drop-down-tree/dropdowntree.component.d.ts +13 -0
- package/src/list-box/listbox.component.d.ts +14 -0
- package/src/multi-select/multiselect.component.d.ts +21 -0
- package/styles/auto-complete/bootstrap4.css +5 -0
- package/styles/auto-complete/bootstrap5-dark.css +146 -0
- package/styles/auto-complete/bootstrap5-dark.scss +1 -0
- package/styles/auto-complete/bootstrap5.css +146 -0
- package/styles/auto-complete/bootstrap5.scss +1 -0
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/bootstrap-dark.css +15 -4
- package/styles/bootstrap.css +15 -4
- package/styles/bootstrap4.css +21 -21
- package/styles/bootstrap5-dark.css +3413 -0
- package/styles/bootstrap5-dark.scss +7 -0
- package/styles/bootstrap5.css +3413 -0
- package/styles/bootstrap5.scss +7 -0
- package/styles/combo-box/bootstrap4.css +5 -0
- package/styles/combo-box/bootstrap5-dark.css +146 -0
- package/styles/combo-box/bootstrap5-dark.scss +1 -0
- package/styles/combo-box/bootstrap5.css +146 -0
- package/styles/combo-box/bootstrap5.scss +1 -0
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +1 -3
- package/styles/drop-down-base/bootstrap.css +1 -3
- package/styles/drop-down-base/bootstrap4.css +1 -3
- package/styles/drop-down-base/bootstrap5-dark.css +372 -0
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap5.css +372 -0
- package/styles/drop-down-base/bootstrap5.scss +1 -0
- package/styles/drop-down-base/fabric-dark.css +1 -3
- package/styles/drop-down-base/fabric.css +1 -3
- package/styles/drop-down-base/highcontrast-light.css +1 -3
- package/styles/drop-down-base/highcontrast.css +1 -3
- package/styles/drop-down-base/material-dark.css +3 -5
- package/styles/drop-down-base/material.css +1 -3
- package/styles/drop-down-base/tailwind-dark.css +5 -7
- package/styles/drop-down-base/tailwind.css +1 -3
- package/styles/drop-down-list/bootstrap4.css +5 -16
- package/styles/drop-down-list/bootstrap5-dark.css +438 -0
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap5.css +438 -0
- package/styles/drop-down-list/bootstrap5.scss +1 -0
- package/styles/drop-down-list/material-dark.css +2 -2
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +580 -0
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.css +580 -0
- package/styles/drop-down-tree/bootstrap5.scss +1 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +406 -9
- package/styles/drop-down-tree/material.css +406 -9
- package/styles/drop-down-tree/tailwind-dark.css +9 -5
- package/styles/drop-down-tree/tailwind.css +8 -4
- package/styles/fabric-dark.css +15 -4
- package/styles/fabric.css +15 -4
- package/styles/highcontrast-light.css +15 -4
- package/styles/highcontrast.css +15 -4
- package/styles/list-box/bootstrap5-dark.css +886 -0
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.css +886 -0
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/material-dark.css +3 -3
- package/styles/list-box/tailwind-dark.css +1 -1
- package/styles/list-box/tailwind.css +1 -1
- package/styles/material-dark.css +1113 -59
- package/styles/material.css +508 -13
- package/styles/multi-select/bootstrap-dark.css +10 -1
- package/styles/multi-select/bootstrap.css +10 -1
- package/styles/multi-select/bootstrap4.css +11 -2
- package/styles/multi-select/bootstrap5-dark.css +1289 -0
- package/styles/multi-select/bootstrap5-dark.scss +1 -0
- package/styles/multi-select/bootstrap5.css +1289 -0
- package/styles/multi-select/bootstrap5.scss +1 -0
- package/styles/multi-select/fabric-dark.css +10 -1
- package/styles/multi-select/fabric.css +10 -1
- package/styles/multi-select/highcontrast-light.css +10 -1
- package/styles/multi-select/highcontrast.css +10 -1
- package/styles/multi-select/material-dark.css +699 -40
- package/styles/multi-select/material.css +101 -1
- package/styles/multi-select/tailwind-dark.css +13 -4
- package/styles/multi-select/tailwind.css +13 -4
- package/styles/tailwind-dark.css +28 -17
- package/styles/tailwind.css +23 -12
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
.e-popup.e-ddl {
|
|
2
|
+
border-radius: 4px;
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
margin-top: 3px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-popup.e-ddl .e-input-group {
|
|
8
|
+
width: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-popup.e-ddl .e-input-group input {
|
|
12
|
+
line-height: 15px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
16
|
+
min-height: 26px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
20
|
+
display: -ms-flexbox;
|
|
21
|
+
display: flex;
|
|
22
|
+
width: auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
26
|
+
border: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
30
|
+
margin-top: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
line-height: 32px;
|
|
36
|
+
padding-left: 0;
|
|
37
|
+
text-indent: 16px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
41
|
+
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
line-height: 32px;
|
|
44
|
+
padding-left: 0;
|
|
45
|
+
text-indent: 16px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
49
|
+
padding-left: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-bigger .e-popup.e-ddl .e-input-group input,
|
|
53
|
+
.e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
54
|
+
font-size: 16px;
|
|
55
|
+
height: 36px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
59
|
+
min-height: 40px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
|
+
background: transparent;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
68
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
69
|
+
background: #e9ecef;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
73
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
74
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
75
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
76
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
77
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
78
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
79
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
80
|
+
background: transparent;
|
|
81
|
+
color: #6c757d;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
85
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
86
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
87
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
88
|
+
background: transparent;
|
|
89
|
+
color: #6c757d;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
93
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
94
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
95
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
96
|
+
border: 0;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
100
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
101
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
102
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
103
|
+
box-shadow: none;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
107
|
+
background: transparent;
|
|
108
|
+
display: -ms-flexbox;
|
|
109
|
+
display: flex;
|
|
110
|
+
position: relative;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
114
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
115
|
+
background: #fff;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
119
|
+
font-size: 14px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
123
|
+
font-size: 16px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
127
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
128
|
+
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
129
|
+
font-size: 14px;
|
|
130
|
+
line-height: 34px;
|
|
131
|
+
padding-left: 0;
|
|
132
|
+
text-indent: 16px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
136
|
+
padding-left: 4px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
140
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
141
|
+
height: 30px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
145
|
+
min-height: 34px;
|
|
146
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5.scss';
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
24
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
25
|
line-height: 48px;
|
|
26
|
+
text-indent: 20px;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -97,17 +98,14 @@
|
|
|
97
98
|
|
|
98
99
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
99
100
|
padding-left: 30px;
|
|
100
|
-
text-indent: 0;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
104
104
|
padding-left: 30px;
|
|
105
|
-
text-indent: 0;
|
|
106
105
|
}
|
|
107
106
|
|
|
108
107
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
109
108
|
padding-left: 30px;
|
|
110
|
-
text-indent: 0;
|
|
111
109
|
}
|
|
112
110
|
|
|
113
111
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -1089,6 +1087,10 @@ ejs-dropdownlist {
|
|
|
1089
1087
|
padding: 0 14px 0 0;
|
|
1090
1088
|
}
|
|
1091
1089
|
|
|
1090
|
+
.e-ddt-icon-hide {
|
|
1091
|
+
display: none;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1092
1094
|
.e-bigger .e-ddt .e-chips,
|
|
1093
1095
|
.e-ddt.e-bigger .e-chips {
|
|
1094
1096
|
height: 34px;
|
|
@@ -1573,7 +1575,10 @@ ejs-dropdownlist {
|
|
|
1573
1575
|
right: auto;
|
|
1574
1576
|
}
|
|
1575
1577
|
|
|
1576
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
1578
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1579
|
+
margin-top: -4em;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1577
1582
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1578
1583
|
margin-top: -4em;
|
|
1579
1584
|
}
|
|
@@ -1594,6 +1599,7 @@ ejs-dropdownlist {
|
|
|
1594
1599
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
1595
1600
|
background: none;
|
|
1596
1601
|
border: 0;
|
|
1602
|
+
color: inherit;
|
|
1597
1603
|
font-family: inherit;
|
|
1598
1604
|
font-size: 14px;
|
|
1599
1605
|
font-weight: 400;
|
|
@@ -1662,6 +1668,7 @@ ejs-dropdownlist {
|
|
|
1662
1668
|
|
|
1663
1669
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1664
1670
|
line-height: 36px;
|
|
1671
|
+
padding-left: 6px;
|
|
1665
1672
|
}
|
|
1666
1673
|
|
|
1667
1674
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -2030,6 +2037,10 @@ ejs-multiselect {
|
|
|
2030
2037
|
min-height: 40px;
|
|
2031
2038
|
}
|
|
2032
2039
|
|
|
2040
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
2041
|
+
color: inherit;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2033
2044
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2034
2045
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2035
2046
|
-ms-flex-align: normal;
|
package/styles/bootstrap.css
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
24
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
25
|
line-height: 48px;
|
|
26
|
+
text-indent: 20px;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -97,17 +98,14 @@
|
|
|
97
98
|
|
|
98
99
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
99
100
|
padding-left: 30px;
|
|
100
|
-
text-indent: 0;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
104
104
|
padding-left: 30px;
|
|
105
|
-
text-indent: 0;
|
|
106
105
|
}
|
|
107
106
|
|
|
108
107
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
109
108
|
padding-left: 30px;
|
|
110
|
-
text-indent: 0;
|
|
111
109
|
}
|
|
112
110
|
|
|
113
111
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -1090,6 +1088,10 @@ ejs-dropdownlist {
|
|
|
1090
1088
|
padding: 0 14px 0 0;
|
|
1091
1089
|
}
|
|
1092
1090
|
|
|
1091
|
+
.e-ddt-icon-hide {
|
|
1092
|
+
display: none;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1093
1095
|
.e-bigger .e-ddt .e-chips,
|
|
1094
1096
|
.e-ddt.e-bigger .e-chips {
|
|
1095
1097
|
height: 34px;
|
|
@@ -1572,7 +1574,10 @@ ejs-dropdownlist {
|
|
|
1572
1574
|
right: auto;
|
|
1573
1575
|
}
|
|
1574
1576
|
|
|
1575
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
1577
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1578
|
+
margin-top: -4em;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1576
1581
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1577
1582
|
margin-top: -4em;
|
|
1578
1583
|
}
|
|
@@ -1593,6 +1598,7 @@ ejs-dropdownlist {
|
|
|
1593
1598
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
1594
1599
|
background: none;
|
|
1595
1600
|
border: 0;
|
|
1601
|
+
color: inherit;
|
|
1596
1602
|
font-family: inherit;
|
|
1597
1603
|
font-size: 14px;
|
|
1598
1604
|
font-weight: 400;
|
|
@@ -1661,6 +1667,7 @@ ejs-dropdownlist {
|
|
|
1661
1667
|
|
|
1662
1668
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1663
1669
|
line-height: 36px;
|
|
1670
|
+
padding-left: 6px;
|
|
1664
1671
|
}
|
|
1665
1672
|
|
|
1666
1673
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -2029,6 +2036,10 @@ ejs-multiselect {
|
|
|
2029
2036
|
min-height: 40px;
|
|
2030
2037
|
}
|
|
2031
2038
|
|
|
2039
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
2040
|
+
color: inherit;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2032
2043
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2033
2044
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2034
2045
|
-ms-flex-align: normal;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
42
42
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
43
43
|
line-height: 48px;
|
|
44
|
+
text-indent: 20px;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -115,17 +116,14 @@
|
|
|
115
116
|
|
|
116
117
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
117
118
|
padding-left: 30px;
|
|
118
|
-
text-indent: 0;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
122
122
|
padding-left: 30px;
|
|
123
|
-
text-indent: 0;
|
|
124
123
|
}
|
|
125
124
|
|
|
126
125
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
127
126
|
padding-left: 30px;
|
|
128
|
-
text-indent: 0;
|
|
129
127
|
}
|
|
130
128
|
|
|
131
129
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -451,6 +449,11 @@
|
|
|
451
449
|
background: transparent;
|
|
452
450
|
}
|
|
453
451
|
|
|
452
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
453
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
454
|
+
background: #e9ecef;
|
|
455
|
+
}
|
|
456
|
+
|
|
454
457
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
455
458
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
456
459
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -546,19 +549,11 @@
|
|
|
546
549
|
font-size: 16px;
|
|
547
550
|
}
|
|
548
551
|
|
|
549
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
550
|
-
padding: 4px 0;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
552
|
.e-bigger.e-ddl.e-popup .e-list-item,
|
|
554
553
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
555
554
|
font-size: 16px;
|
|
556
555
|
}
|
|
557
556
|
|
|
558
|
-
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
559
|
-
padding: 4px 0;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
557
|
.e-popup-full-page {
|
|
563
558
|
bottom: 0;
|
|
564
559
|
left: 0;
|
|
@@ -622,14 +617,6 @@
|
|
|
622
617
|
padding: 0;
|
|
623
618
|
}
|
|
624
619
|
|
|
625
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
|
|
626
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter,
|
|
627
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
|
|
628
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
629
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
630
|
-
padding: 0 20px;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
620
|
.e-ddl.e-popup .e-input-group {
|
|
634
621
|
margin-bottom: 0;
|
|
635
622
|
}
|
|
@@ -1138,6 +1125,10 @@ ejs-dropdownlist {
|
|
|
1138
1125
|
padding: 0 14px 0 0;
|
|
1139
1126
|
}
|
|
1140
1127
|
|
|
1128
|
+
.e-ddt-icon-hide {
|
|
1129
|
+
display: none;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1141
1132
|
.e-bigger .e-ddt .e-chips,
|
|
1142
1133
|
.e-ddt.e-bigger .e-chips {
|
|
1143
1134
|
height: 32px;
|
|
@@ -1726,7 +1717,10 @@ ejs-dropdownlist {
|
|
|
1726
1717
|
right: auto;
|
|
1727
1718
|
}
|
|
1728
1719
|
|
|
1729
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
1720
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1721
|
+
margin-top: -3.5em;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1730
1724
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1731
1725
|
margin-top: -3.5em;
|
|
1732
1726
|
}
|
|
@@ -1753,6 +1747,7 @@ ejs-dropdownlist {
|
|
|
1753
1747
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
1754
1748
|
background: none;
|
|
1755
1749
|
border: 0;
|
|
1750
|
+
color: inherit;
|
|
1756
1751
|
font-family: inherit;
|
|
1757
1752
|
font-size: 14px;
|
|
1758
1753
|
font-weight: 400;
|
|
@@ -1822,6 +1817,7 @@ ejs-dropdownlist {
|
|
|
1822
1817
|
|
|
1823
1818
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1824
1819
|
line-height: 36px;
|
|
1820
|
+
padding-left: 6px;
|
|
1825
1821
|
}
|
|
1826
1822
|
|
|
1827
1823
|
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -2083,7 +2079,7 @@ ejs-dropdownlist {
|
|
|
2083
2079
|
|
|
2084
2080
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter,
|
|
2085
2081
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2086
|
-
padding:
|
|
2082
|
+
padding: 0;
|
|
2087
2083
|
}
|
|
2088
2084
|
|
|
2089
2085
|
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
@@ -2202,6 +2198,10 @@ ejs-multiselect {
|
|
|
2202
2198
|
min-height: 40px;
|
|
2203
2199
|
}
|
|
2204
2200
|
|
|
2201
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
2202
|
+
color: inherit;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
2205
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2206
2206
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2207
2207
|
-ms-flex-align: normal;
|