@syncfusion/ej2-angular-dropdowns 20.4.54-ngcc → 21.1.35-ngcc
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 +5 -133
- package/dist/ej2-angular-dropdowns.umd.js +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
- package/package.json +9 -9
- 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/styles/bootstrap-dark.css +2 -15
- package/styles/bootstrap.css +2 -5
- package/styles/bootstrap4.css +3 -14
- package/styles/bootstrap5-dark.css +5 -8
- package/styles/bootstrap5.css +5 -8
- package/styles/drop-down-base/bootstrap-dark.css +2 -2
- package/styles/drop-down-base/bootstrap.css +2 -2
- package/styles/drop-down-base/bootstrap4.css +2 -10
- package/styles/drop-down-base/bootstrap5-dark.css +2 -2
- package/styles/drop-down-base/bootstrap5.css +2 -2
- package/styles/drop-down-base/fabric-dark.css +2 -2
- package/styles/drop-down-base/fabric.css +2 -2
- package/styles/drop-down-base/fluent-dark.css +2 -2
- package/styles/drop-down-base/fluent.css +2 -2
- package/styles/drop-down-base/highcontrast-light.css +2 -2
- package/styles/drop-down-base/highcontrast.css +2 -2
- package/styles/drop-down-base/material-dark.css +2 -2
- package/styles/drop-down-base/material.css +2 -2
- package/styles/drop-down-base/tailwind-dark.css +2 -2
- package/styles/drop-down-base/tailwind.css +2 -2
- package/styles/drop-down-list/bootstrap-dark.css +0 -3
- package/styles/drop-down-list/bootstrap.css +0 -3
- package/styles/drop-down-list/bootstrap4.css +1 -12
- package/styles/drop-down-list/bootstrap5-dark.css +0 -3
- package/styles/drop-down-list/bootstrap5.css +0 -3
- package/styles/drop-down-list/fabric-dark.css +0 -3
- package/styles/drop-down-list/fabric.css +0 -3
- package/styles/drop-down-list/fluent-dark.css +0 -3
- package/styles/drop-down-list/fluent.css +0 -3
- package/styles/drop-down-list/highcontrast-light.css +0 -3
- package/styles/drop-down-list/highcontrast.css +0 -3
- package/styles/drop-down-list/material-dark.css +1 -3
- package/styles/drop-down-list/material.css +0 -3
- package/styles/drop-down-list/tailwind-dark.css +1 -4
- package/styles/drop-down-list/tailwind.css +1 -4
- package/styles/drop-down-tree/bootstrap4.css +0 -8
- package/styles/drop-down-tree/material-dark.css +1 -0
- package/styles/fabric-dark.css +2 -15
- package/styles/fabric.css +2 -5
- package/styles/fluent-dark.css +6 -9
- package/styles/fluent.css +6 -9
- package/styles/highcontrast-light.css +9 -15
- package/styles/highcontrast.css +15 -11
- package/styles/list-box/bootstrap4.css +0 -8
- package/styles/material-dark.css +4 -15
- package/styles/material.css +2 -5
- package/styles/mention/bootstrap4.css +0 -8
- package/styles/multi-select/bootstrap4.css +0 -8
- package/styles/multi-select/bootstrap5-dark.css +3 -3
- package/styles/multi-select/bootstrap5.css +3 -3
- package/styles/multi-select/fluent-dark.css +4 -4
- package/styles/multi-select/fluent.css +4 -4
- package/styles/multi-select/highcontrast-light.css +7 -0
- package/styles/multi-select/highcontrast.css +13 -6
- package/styles/multi-select/tailwind-dark.css +2 -1
- package/styles/multi-select/tailwind.css +2 -1
- package/styles/tailwind-dark.css +5 -7
- package/styles/tailwind.css +5 -7
package/styles/fluent-dark.css
CHANGED
|
@@ -234,7 +234,6 @@
|
|
|
234
234
|
.e-dropdownbase .e-list-item {
|
|
235
235
|
/* stylelint-disable property-no-vendor-prefix */
|
|
236
236
|
-webkit-tap-highlight-color: transparent;
|
|
237
|
-
background-color: #252423;
|
|
238
237
|
border-bottom: 0;
|
|
239
238
|
border-color: #292827;
|
|
240
239
|
color: #f3f2f1;
|
|
@@ -244,11 +243,11 @@
|
|
|
244
243
|
min-height: 36px;
|
|
245
244
|
padding-right: 16px;
|
|
246
245
|
text-indent: 8px;
|
|
246
|
+
background-color: #252423;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.e-dropdownbase .e-list-group-item,
|
|
250
250
|
.e-fixed-head {
|
|
251
|
-
background-color: #252423;
|
|
252
251
|
border-color: #292827;
|
|
253
252
|
color: #0078d4;
|
|
254
253
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -258,6 +257,7 @@
|
|
|
258
257
|
min-height: 36px;
|
|
259
258
|
padding-left: 12px;
|
|
260
259
|
padding-right: 16px;
|
|
260
|
+
background-color: #252423;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -609,9 +609,6 @@
|
|
|
609
609
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
610
610
|
margin: 0;
|
|
611
611
|
}
|
|
612
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
613
|
-
position: fixed;
|
|
614
|
-
}
|
|
615
612
|
|
|
616
613
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
617
614
|
position: relative;
|
|
@@ -1600,7 +1597,7 @@ ejs-dropdownlist {
|
|
|
1600
1597
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1601
1598
|
max-width: 100%;
|
|
1602
1599
|
overflow: hidden;
|
|
1603
|
-
padding: 0 6px
|
|
1600
|
+
padding: 0 6px 1.5px 0;
|
|
1604
1601
|
text-indent: 0;
|
|
1605
1602
|
text-overflow: ellipsis;
|
|
1606
1603
|
white-space: nowrap;
|
|
@@ -1613,7 +1610,7 @@ ejs-dropdownlist {
|
|
|
1613
1610
|
|
|
1614
1611
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
1615
1612
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1616
|
-
padding: 8px 4px
|
|
1613
|
+
padding: 8px 4px 10px 0;
|
|
1617
1614
|
}
|
|
1618
1615
|
|
|
1619
1616
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -2152,7 +2149,7 @@ ejs-multiselect {
|
|
|
2152
2149
|
}
|
|
2153
2150
|
|
|
2154
2151
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2155
|
-
font-size:
|
|
2152
|
+
font-size: 14px;
|
|
2156
2153
|
line-height: 28px;
|
|
2157
2154
|
}
|
|
2158
2155
|
|
|
@@ -2634,7 +2631,7 @@ ejs-multiselect {
|
|
|
2634
2631
|
}
|
|
2635
2632
|
|
|
2636
2633
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2637
|
-
font-size:
|
|
2634
|
+
font-size: 14px;
|
|
2638
2635
|
}
|
|
2639
2636
|
|
|
2640
2637
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
package/styles/fluent.css
CHANGED
|
@@ -234,7 +234,6 @@
|
|
|
234
234
|
.e-dropdownbase .e-list-item {
|
|
235
235
|
/* stylelint-disable property-no-vendor-prefix */
|
|
236
236
|
-webkit-tap-highlight-color: transparent;
|
|
237
|
-
background-color: #fff;
|
|
238
237
|
border-bottom: 0;
|
|
239
238
|
border-color: #edebe9;
|
|
240
239
|
color: #201f1e;
|
|
@@ -244,11 +243,11 @@
|
|
|
244
243
|
min-height: 36px;
|
|
245
244
|
padding-right: 16px;
|
|
246
245
|
text-indent: 8px;
|
|
246
|
+
background-color: #fff;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.e-dropdownbase .e-list-group-item,
|
|
250
250
|
.e-fixed-head {
|
|
251
|
-
background-color: #fff;
|
|
252
251
|
border-color: #edebe9;
|
|
253
252
|
color: #0078d4;
|
|
254
253
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -258,6 +257,7 @@
|
|
|
258
257
|
min-height: 36px;
|
|
259
258
|
padding-left: 12px;
|
|
260
259
|
padding-right: 16px;
|
|
260
|
+
background-color: #fff;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -609,9 +609,6 @@
|
|
|
609
609
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
610
610
|
margin: 0;
|
|
611
611
|
}
|
|
612
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
613
|
-
position: fixed;
|
|
614
|
-
}
|
|
615
612
|
|
|
616
613
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
617
614
|
position: relative;
|
|
@@ -1600,7 +1597,7 @@ ejs-dropdownlist {
|
|
|
1600
1597
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1601
1598
|
max-width: 100%;
|
|
1602
1599
|
overflow: hidden;
|
|
1603
|
-
padding: 0 6px
|
|
1600
|
+
padding: 0 6px 1.5px 0;
|
|
1604
1601
|
text-indent: 0;
|
|
1605
1602
|
text-overflow: ellipsis;
|
|
1606
1603
|
white-space: nowrap;
|
|
@@ -1613,7 +1610,7 @@ ejs-dropdownlist {
|
|
|
1613
1610
|
|
|
1614
1611
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
1615
1612
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1616
|
-
padding: 8px 4px
|
|
1613
|
+
padding: 8px 4px 10px 0;
|
|
1617
1614
|
}
|
|
1618
1615
|
|
|
1619
1616
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -2152,7 +2149,7 @@ ejs-multiselect {
|
|
|
2152
2149
|
}
|
|
2153
2150
|
|
|
2154
2151
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2155
|
-
font-size:
|
|
2152
|
+
font-size: 14px;
|
|
2156
2153
|
line-height: 28px;
|
|
2157
2154
|
}
|
|
2158
2155
|
|
|
@@ -2634,7 +2631,7 @@ ejs-multiselect {
|
|
|
2634
2631
|
}
|
|
2635
2632
|
|
|
2636
2633
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2637
|
-
font-size:
|
|
2634
|
+
font-size: 14px;
|
|
2638
2635
|
}
|
|
2639
2636
|
|
|
2640
2637
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -204,7 +204,6 @@
|
|
|
204
204
|
.e-dropdownbase .e-list-item {
|
|
205
205
|
/* stylelint-disable property-no-vendor-prefix */
|
|
206
206
|
-webkit-tap-highlight-color: transparent;
|
|
207
|
-
background-color: #fff;
|
|
208
207
|
border-bottom: 2px;
|
|
209
208
|
border-color: transparent;
|
|
210
209
|
color: #000;
|
|
@@ -214,11 +213,11 @@
|
|
|
214
213
|
min-height: 36px;
|
|
215
214
|
padding-right: 16px;
|
|
216
215
|
text-indent: 10px;
|
|
216
|
+
background-color: #fff;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-group-item,
|
|
220
220
|
.e-fixed-head {
|
|
221
|
-
background-color: #fff;
|
|
222
221
|
border-color: transparent;
|
|
223
222
|
color: #23726c;
|
|
224
223
|
font-family: inherit;
|
|
@@ -228,6 +227,7 @@
|
|
|
228
227
|
min-height: 36px;
|
|
229
228
|
padding-left: 10px;
|
|
230
229
|
padding-right: 16px;
|
|
230
|
+
background-color: #fff;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -534,9 +534,6 @@
|
|
|
534
534
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
535
535
|
margin: 0;
|
|
536
536
|
}
|
|
537
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
538
|
-
position: fixed;
|
|
539
|
-
}
|
|
540
537
|
|
|
541
538
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
542
539
|
position: relative;
|
|
@@ -1518,6 +1515,13 @@ ejs-dropdownlist {
|
|
|
1518
1515
|
white-space: nowrap;
|
|
1519
1516
|
}
|
|
1520
1517
|
|
|
1518
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
1519
|
+
margin: none;
|
|
1520
|
+
}
|
|
1521
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1522
|
+
padding: none;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1521
1525
|
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
1522
1526
|
display: inline-block;
|
|
1523
1527
|
float: none;
|
|
@@ -2543,10 +2547,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2543
2547
|
.e-listbox-container * {
|
|
2544
2548
|
box-sizing: border-box;
|
|
2545
2549
|
}
|
|
2546
|
-
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2547
|
-
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2548
|
-
width: 87% !important; /* stylelint-disable-line declaration-no-important */
|
|
2549
|
-
}
|
|
2550
2550
|
.e-listbox-wrapper:focus,
|
|
2551
2551
|
.e-listbox-container:focus {
|
|
2552
2552
|
outline: none;
|
|
@@ -2913,12 +2913,6 @@ ejs-listbox {
|
|
|
2913
2913
|
margin-left: 15px;
|
|
2914
2914
|
}
|
|
2915
2915
|
|
|
2916
|
-
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2917
|
-
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2918
|
-
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2919
|
-
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2920
|
-
width: 83% !important; /* stylelint-disable-line declaration-no-important */
|
|
2921
|
-
}
|
|
2922
2916
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2923
2917
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2924
2918
|
.e-bigger .e-listbox-container .e-list-item,
|
package/styles/highcontrast.css
CHANGED
|
@@ -204,7 +204,6 @@
|
|
|
204
204
|
.e-dropdownbase .e-list-item {
|
|
205
205
|
/* stylelint-disable property-no-vendor-prefix */
|
|
206
206
|
-webkit-tap-highlight-color: transparent;
|
|
207
|
-
background-color: #000;
|
|
208
207
|
border-bottom: 2px;
|
|
209
208
|
border-color: transparent;
|
|
210
209
|
color: #fff;
|
|
@@ -214,11 +213,11 @@
|
|
|
214
213
|
min-height: 36px;
|
|
215
214
|
padding-right: 16px;
|
|
216
215
|
text-indent: 10px;
|
|
216
|
+
background-color: #000;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-group-item,
|
|
220
220
|
.e-fixed-head {
|
|
221
|
-
background-color: #000;
|
|
222
221
|
border-color: transparent;
|
|
223
222
|
color: #ffd939;
|
|
224
223
|
font-family: inherit;
|
|
@@ -228,6 +227,7 @@
|
|
|
228
227
|
min-height: 36px;
|
|
229
228
|
padding-left: 10px;
|
|
230
229
|
padding-right: 16px;
|
|
230
|
+
background-color: #000;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -534,9 +534,6 @@
|
|
|
534
534
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
535
535
|
margin: 0;
|
|
536
536
|
}
|
|
537
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
538
|
-
position: fixed;
|
|
539
|
-
}
|
|
540
537
|
|
|
541
538
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
542
539
|
position: relative;
|
|
@@ -1426,7 +1423,7 @@ ejs-dropdownlist {
|
|
|
1426
1423
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1427
1424
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1428
1425
|
margin-right: 0;
|
|
1429
|
-
margin-top: -2.
|
|
1426
|
+
margin-top: -2.5em;
|
|
1430
1427
|
right: 0;
|
|
1431
1428
|
}
|
|
1432
1429
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
@@ -1457,7 +1454,7 @@ ejs-dropdownlist {
|
|
|
1457
1454
|
}
|
|
1458
1455
|
|
|
1459
1456
|
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1460
|
-
margin-top: -
|
|
1457
|
+
margin-top: -3.1em;
|
|
1461
1458
|
}
|
|
1462
1459
|
|
|
1463
1460
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
@@ -1503,7 +1500,7 @@ ejs-dropdownlist {
|
|
|
1503
1500
|
display: -ms-inline-flexbox;
|
|
1504
1501
|
display: inline-flex;
|
|
1505
1502
|
float: left;
|
|
1506
|
-
margin:
|
|
1503
|
+
margin: 2px 2px 2px 0;
|
|
1507
1504
|
max-width: 100%;
|
|
1508
1505
|
overflow: hidden;
|
|
1509
1506
|
padding: 0 0 0 8px;
|
|
@@ -1518,12 +1515,19 @@ ejs-dropdownlist {
|
|
|
1518
1515
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1519
1516
|
max-width: 100%;
|
|
1520
1517
|
overflow: hidden;
|
|
1521
|
-
padding: 3px 8px
|
|
1518
|
+
padding: 3px 8px 5.5px 0;
|
|
1522
1519
|
text-indent: 0;
|
|
1523
1520
|
text-overflow: ellipsis;
|
|
1524
1521
|
white-space: nowrap;
|
|
1525
1522
|
}
|
|
1526
1523
|
|
|
1524
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
1525
|
+
margin: 1.5px 2px 2px 0;
|
|
1526
|
+
}
|
|
1527
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1528
|
+
padding: 3px 8px 4.2px 0;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1527
1531
|
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
1528
1532
|
display: inline-block;
|
|
1529
1533
|
float: none;
|
|
@@ -1531,7 +1535,7 @@ ejs-dropdownlist {
|
|
|
1531
1535
|
|
|
1532
1536
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
1533
1537
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1534
|
-
padding: 6px 8px
|
|
1538
|
+
padding: 6px 8px 7.5px 0;
|
|
1535
1539
|
}
|
|
1536
1540
|
|
|
1537
1541
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -1563,7 +1567,7 @@ ejs-dropdownlist {
|
|
|
1563
1567
|
cursor: default;
|
|
1564
1568
|
font-size: 10px;
|
|
1565
1569
|
height: 30px;
|
|
1566
|
-
margin-top: -
|
|
1570
|
+
margin-top: -3em;
|
|
1567
1571
|
position: absolute;
|
|
1568
1572
|
right: 0;
|
|
1569
1573
|
top: 100%;
|
package/styles/material-dark.css
CHANGED
|
@@ -190,7 +190,6 @@
|
|
|
190
190
|
.e-dropdownbase .e-list-item {
|
|
191
191
|
/* stylelint-disable property-no-vendor-prefix */
|
|
192
192
|
-webkit-tap-highlight-color: transparent;
|
|
193
|
-
background-color: #424242;
|
|
194
193
|
border-bottom: 0;
|
|
195
194
|
border-color: transparent;
|
|
196
195
|
color: #fff;
|
|
@@ -200,11 +199,11 @@
|
|
|
200
199
|
min-height: 36px;
|
|
201
200
|
padding-right: 16px;
|
|
202
201
|
text-indent: 16px;
|
|
202
|
+
background-color: #424242;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.e-dropdownbase .e-list-group-item,
|
|
206
206
|
.e-fixed-head {
|
|
207
|
-
background-color: #424242;
|
|
208
207
|
border-color: transparent;
|
|
209
208
|
color: rgba(255, 255, 255, 0.7);
|
|
210
209
|
font-family: inherit;
|
|
@@ -214,6 +213,7 @@
|
|
|
214
213
|
min-height: 36px;
|
|
215
214
|
padding-left: 16px;
|
|
216
215
|
padding-right: 16px;
|
|
216
|
+
background-color: #424242;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -554,9 +554,6 @@
|
|
|
554
554
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
555
555
|
margin: 0;
|
|
556
556
|
}
|
|
557
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
558
|
-
position: fixed;
|
|
559
|
-
}
|
|
560
557
|
|
|
561
558
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
562
559
|
position: relative;
|
|
@@ -598,6 +595,7 @@
|
|
|
598
595
|
|
|
599
596
|
.e-ddl.e-popup {
|
|
600
597
|
background: #424242;
|
|
598
|
+
border: 1px solid transparent;
|
|
601
599
|
position: absolute;
|
|
602
600
|
}
|
|
603
601
|
.e-ddl.e-popup .e-search-icon {
|
|
@@ -1037,6 +1035,7 @@ ejs-dropdownlist {
|
|
|
1037
1035
|
width: 0;
|
|
1038
1036
|
}
|
|
1039
1037
|
.e-ddt.e-popup {
|
|
1038
|
+
border: 1px solid transparent;
|
|
1040
1039
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
|
|
1041
1040
|
position: absolute;
|
|
1042
1041
|
}
|
|
@@ -3923,10 +3922,6 @@ ejs-multiselect {
|
|
|
3923
3922
|
.e-listbox-container * {
|
|
3924
3923
|
box-sizing: border-box;
|
|
3925
3924
|
}
|
|
3926
|
-
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3927
|
-
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
3928
|
-
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
3929
|
-
}
|
|
3930
3925
|
.e-listbox-wrapper:focus,
|
|
3931
3926
|
.e-listbox-container:focus {
|
|
3932
3927
|
outline: none;
|
|
@@ -4293,12 +4288,6 @@ ejs-listbox {
|
|
|
4293
4288
|
margin-left: 15px;
|
|
4294
4289
|
}
|
|
4295
4290
|
|
|
4296
|
-
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
4297
|
-
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
4298
|
-
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
4299
|
-
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
4300
|
-
width: 85% !important; /* stylelint-disable-line declaration-no-important */
|
|
4301
|
-
}
|
|
4302
4291
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
4303
4292
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
4304
4293
|
.e-bigger .e-listbox-container .e-list-item,
|
package/styles/material.css
CHANGED
|
@@ -190,7 +190,6 @@
|
|
|
190
190
|
.e-dropdownbase .e-list-item {
|
|
191
191
|
/* stylelint-disable property-no-vendor-prefix */
|
|
192
192
|
-webkit-tap-highlight-color: transparent;
|
|
193
|
-
background-color: #fff;
|
|
194
193
|
border-bottom: 0;
|
|
195
194
|
border-color: #fff;
|
|
196
195
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -200,11 +199,11 @@
|
|
|
200
199
|
min-height: 36px;
|
|
201
200
|
padding-right: 16px;
|
|
202
201
|
text-indent: 16px;
|
|
202
|
+
background-color: #fff;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.e-dropdownbase .e-list-group-item,
|
|
206
206
|
.e-fixed-head {
|
|
207
|
-
background-color: #fff;
|
|
208
207
|
border-color: #fff;
|
|
209
208
|
color: rgba(0, 0, 0, 0.54);
|
|
210
209
|
font-family: inherit;
|
|
@@ -214,6 +213,7 @@
|
|
|
214
213
|
min-height: 36px;
|
|
215
214
|
padding-left: 16px;
|
|
216
215
|
padding-right: 16px;
|
|
216
|
+
background-color: #fff;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -587,9 +587,6 @@
|
|
|
587
587
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
588
588
|
margin: 0;
|
|
589
589
|
}
|
|
590
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
591
|
-
position: fixed;
|
|
592
|
-
}
|
|
593
590
|
|
|
594
591
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
595
592
|
position: relative;
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
326
326
|
max-width: 100%;
|
|
327
327
|
overflow: hidden;
|
|
328
|
-
padding: 0 6px
|
|
328
|
+
padding: 0 6px 1px 0;
|
|
329
329
|
text-indent: 0;
|
|
330
330
|
text-overflow: ellipsis;
|
|
331
331
|
white-space: nowrap;
|
|
@@ -866,7 +866,7 @@ ejs-multiselect {
|
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
869
|
-
font-size:
|
|
869
|
+
font-size: 12px;
|
|
870
870
|
line-height: 28px;
|
|
871
871
|
}
|
|
872
872
|
|
|
@@ -1324,7 +1324,7 @@ ejs-multiselect {
|
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
1326
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1327
|
-
font-size:
|
|
1327
|
+
font-size: 12px;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
326
326
|
max-width: 100%;
|
|
327
327
|
overflow: hidden;
|
|
328
|
-
padding: 0 6px
|
|
328
|
+
padding: 0 6px 1px 0;
|
|
329
329
|
text-indent: 0;
|
|
330
330
|
text-overflow: ellipsis;
|
|
331
331
|
white-space: nowrap;
|
|
@@ -866,7 +866,7 @@ ejs-multiselect {
|
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
869
|
-
font-size:
|
|
869
|
+
font-size: 12px;
|
|
870
870
|
line-height: 28px;
|
|
871
871
|
}
|
|
872
872
|
|
|
@@ -1324,7 +1324,7 @@ ejs-multiselect {
|
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
1326
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1327
|
-
font-size:
|
|
1327
|
+
font-size: 12px;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
353
353
|
max-width: 100%;
|
|
354
354
|
overflow: hidden;
|
|
355
|
-
padding: 0 6px
|
|
355
|
+
padding: 0 6px 1.5px 0;
|
|
356
356
|
text-indent: 0;
|
|
357
357
|
text-overflow: ellipsis;
|
|
358
358
|
white-space: nowrap;
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
|
|
366
366
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
367
367
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
368
|
-
padding: 8px 4px
|
|
368
|
+
padding: 8px 4px 10px 0;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -904,7 +904,7 @@ ejs-multiselect {
|
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
907
|
-
font-size:
|
|
907
|
+
font-size: 14px;
|
|
908
908
|
line-height: 28px;
|
|
909
909
|
}
|
|
910
910
|
|
|
@@ -1386,7 +1386,7 @@ ejs-multiselect {
|
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
1388
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1389
|
-
font-size:
|
|
1389
|
+
font-size: 14px;
|
|
1390
1390
|
}
|
|
1391
1391
|
|
|
1392
1392
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
353
353
|
max-width: 100%;
|
|
354
354
|
overflow: hidden;
|
|
355
|
-
padding: 0 6px
|
|
355
|
+
padding: 0 6px 1.5px 0;
|
|
356
356
|
text-indent: 0;
|
|
357
357
|
text-overflow: ellipsis;
|
|
358
358
|
white-space: nowrap;
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
|
|
366
366
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
367
367
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
368
|
-
padding: 8px 4px
|
|
368
|
+
padding: 8px 4px 10px 0;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -904,7 +904,7 @@ ejs-multiselect {
|
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
907
|
-
font-size:
|
|
907
|
+
font-size: 14px;
|
|
908
908
|
line-height: 28px;
|
|
909
909
|
}
|
|
910
910
|
|
|
@@ -1386,7 +1386,7 @@ ejs-multiselect {
|
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
1388
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1389
|
-
font-size:
|
|
1389
|
+
font-size: 14px;
|
|
1390
1390
|
}
|
|
1391
1391
|
|
|
1392
1392
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -382,6 +382,13 @@
|
|
|
382
382
|
white-space: nowrap;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
386
|
+
margin: none;
|
|
387
|
+
}
|
|
388
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
389
|
+
padding: none;
|
|
390
|
+
}
|
|
391
|
+
|
|
385
392
|
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
386
393
|
display: inline-block;
|
|
387
394
|
float: none;
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
287
287
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
288
288
|
margin-right: 0;
|
|
289
|
-
margin-top: -2.
|
|
289
|
+
margin-top: -2.5em;
|
|
290
290
|
right: 0;
|
|
291
291
|
}
|
|
292
292
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
320
|
-
margin-top: -
|
|
320
|
+
margin-top: -3.1em;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
display: -ms-inline-flexbox;
|
|
364
364
|
display: inline-flex;
|
|
365
365
|
float: left;
|
|
366
|
-
margin:
|
|
366
|
+
margin: 2px 2px 2px 0;
|
|
367
367
|
max-width: 100%;
|
|
368
368
|
overflow: hidden;
|
|
369
369
|
padding: 0 0 0 8px;
|
|
@@ -378,12 +378,19 @@
|
|
|
378
378
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
379
379
|
max-width: 100%;
|
|
380
380
|
overflow: hidden;
|
|
381
|
-
padding: 3px 8px
|
|
381
|
+
padding: 3px 8px 5.5px 0;
|
|
382
382
|
text-indent: 0;
|
|
383
383
|
text-overflow: ellipsis;
|
|
384
384
|
white-space: nowrap;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
388
|
+
margin: 1.5px 2px 2px 0;
|
|
389
|
+
}
|
|
390
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
391
|
+
padding: 3px 8px 4.2px 0;
|
|
392
|
+
}
|
|
393
|
+
|
|
387
394
|
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
388
395
|
display: inline-block;
|
|
389
396
|
float: none;
|
|
@@ -391,7 +398,7 @@
|
|
|
391
398
|
|
|
392
399
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
393
400
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
394
|
-
padding: 6px 8px
|
|
401
|
+
padding: 6px 8px 7.5px 0;
|
|
395
402
|
}
|
|
396
403
|
|
|
397
404
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -423,7 +430,7 @@
|
|
|
423
430
|
cursor: default;
|
|
424
431
|
font-size: 10px;
|
|
425
432
|
height: 30px;
|
|
426
|
-
margin-top: -
|
|
433
|
+
margin-top: -3em;
|
|
427
434
|
position: absolute;
|
|
428
435
|
right: 0;
|
|
429
436
|
top: 100%;
|