@syncfusion/ej2-dropdowns 31.1.18 → 31.1.20
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/dist/ej2-dropdowns.min.js +2 -2
- 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 +15 -9
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +15 -9
- 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 +5 -5
- package/src/combo-box/combo-box.js +6 -1
- package/src/drop-down-list/drop-down-list.js +4 -6
- package/src/mention/mention.js +5 -2
- package/styles/auto-complete/bootstrap4.css +8 -0
- package/styles/bds-lite.css +0 -1
- package/styles/bds.css +0 -1
- package/styles/bootstrap-dark-lite.css +0 -1
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap-lite.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4-lite.css +8 -1
- package/styles/bootstrap4.css +10 -3
- package/styles/bootstrap5-dark-lite.css +0 -1
- package/styles/bootstrap5-dark.css +0 -1
- package/styles/bootstrap5-lite.css +0 -1
- package/styles/bootstrap5.3-lite.css +0 -1
- package/styles/bootstrap5.3.css +1 -2
- package/styles/bootstrap5.css +0 -1
- package/styles/combo-box/bootstrap4.css +8 -0
- package/styles/drop-down-base/_fluent2-definition.scss +2 -2
- package/styles/drop-down-base/fluent2.css +4 -4
- package/styles/drop-down-list/_bootstrap4-definition.scss +8 -0
- package/styles/drop-down-list/bootstrap4.css +8 -0
- package/styles/drop-down-tree/_bigger.scss +8 -2
- package/styles/drop-down-tree/_layout.scss +12 -0
- package/styles/drop-down-tree/bds.css +0 -1
- package/styles/drop-down-tree/bootstrap-dark.css +0 -1
- package/styles/drop-down-tree/bootstrap.css +0 -1
- package/styles/drop-down-tree/bootstrap4.css +0 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +0 -1
- package/styles/drop-down-tree/bootstrap5.3.css +1 -2
- package/styles/drop-down-tree/bootstrap5.css +0 -1
- package/styles/drop-down-tree/fabric-dark.css +0 -1
- package/styles/drop-down-tree/fabric.css +0 -1
- package/styles/drop-down-tree/fluent-dark.css +0 -1
- package/styles/drop-down-tree/fluent.css +0 -1
- package/styles/drop-down-tree/fluent2.css +5 -1
- package/styles/drop-down-tree/highcontrast-light.css +0 -1
- package/styles/drop-down-tree/highcontrast.css +0 -1
- package/styles/drop-down-tree/tailwind-dark.css +0 -1
- package/styles/drop-down-tree/tailwind.css +0 -1
- package/styles/drop-down-tree/tailwind3.css +0 -1
- package/styles/fabric-dark-lite.css +0 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric-lite.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark-lite.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent-lite.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/fluent2-lite.css +6 -2
- package/styles/fluent2.css +9 -5
- package/styles/highcontrast-light-lite.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast-lite.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/multi-select/_bigger.scss +2 -2
- package/styles/multi-select/bootstrap4.css +2 -2
- package/styles/tailwind-dark-lite.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind-lite.css +0 -1
- package/styles/tailwind.css +0 -1
- package/styles/tailwind3-lite.css +0 -1
- package/styles/tailwind3.css +0 -1
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent-lite.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2-lite.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
line-height: 32px;
|
|
182
182
|
min-height: 32px;
|
|
183
183
|
padding-right: 16px;
|
|
184
|
-
text-indent:
|
|
184
|
+
text-indent: 8px;
|
|
185
185
|
background-color: var(--color-sf-flyout-bg-color);
|
|
186
186
|
margin-bottom: 2px;
|
|
187
187
|
}
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
border-color: var(--color-sf-border-light);
|
|
309
309
|
color: var(--color-sf-content-text-color);
|
|
310
310
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
311
|
-
text-indent:
|
|
311
|
+
text-indent: 8px;
|
|
312
312
|
font-size: 14px;
|
|
313
313
|
padding-right: 16px;
|
|
314
314
|
}
|
|
@@ -1197,6 +1197,10 @@ ejs-dropdownlist {
|
|
|
1197
1197
|
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
1198
1198
|
margin: 0 12px;
|
|
1199
1199
|
}
|
|
1200
|
+
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1201
|
+
padding: 0 0 0 14px;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1200
1204
|
.e-ddt-icon-hide {
|
|
1201
1205
|
display: none;
|
|
1202
1206
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
line-height: 32px;
|
|
182
182
|
min-height: 32px;
|
|
183
183
|
padding-right: 16px;
|
|
184
|
-
text-indent:
|
|
184
|
+
text-indent: 8px;
|
|
185
185
|
background-color: var(--color-sf-flyout-bg-color);
|
|
186
186
|
margin-bottom: 2px;
|
|
187
187
|
}
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
border-color: var(--color-sf-border-light);
|
|
309
309
|
color: var(--color-sf-content-text-color);
|
|
310
310
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
311
|
-
text-indent:
|
|
311
|
+
text-indent: 8px;
|
|
312
312
|
font-size: 14px;
|
|
313
313
|
padding-right: 16px;
|
|
314
314
|
}
|
|
@@ -341,14 +341,14 @@
|
|
|
341
341
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
342
342
|
.e-dropdownbase.e-bigger .e-list-item {
|
|
343
343
|
line-height: 40px;
|
|
344
|
-
text-indent:
|
|
344
|
+
text-indent: 12px;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
348
348
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
349
349
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
350
350
|
line-height: 40px;
|
|
351
|
-
text-indent:
|
|
351
|
+
text-indent: 12px;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -1376,6 +1376,10 @@ ejs-dropdownlist {
|
|
|
1376
1376
|
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
1377
1377
|
margin: 0 12px;
|
|
1378
1378
|
}
|
|
1379
|
+
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1380
|
+
padding: 0 0 0 14px;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1379
1383
|
.e-ddt-icon-hide {
|
|
1380
1384
|
display: none;
|
|
1381
1385
|
}
|
|
@@ -1424,7 +1428,7 @@ ejs-dropdownlist {
|
|
|
1424
1428
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
1425
1429
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1426
1430
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1427
|
-
right:
|
|
1431
|
+
right: 30px;
|
|
1428
1432
|
}
|
|
1429
1433
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
1430
1434
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
package/styles/highcontrast.css
CHANGED
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
|
|
1047
1047
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1048
1048
|
@if $skin-name == 'bootstrap4' {
|
|
1049
|
-
font-size:
|
|
1049
|
+
font-size: 18px;
|
|
1050
1050
|
top: $ddl-bigger-close-top;
|
|
1051
1051
|
}
|
|
1052
1052
|
}
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
1055
1055
|
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1056
1056
|
@if $skin-name == 'bootstrap4' {
|
|
1057
|
-
top:
|
|
1057
|
+
top: 5px;
|
|
1058
1058
|
}
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
@@ -1450,13 +1450,13 @@ ejs-multiselect {
|
|
|
1450
1450
|
}
|
|
1451
1451
|
|
|
1452
1452
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1453
|
-
font-size:
|
|
1453
|
+
font-size: 18px;
|
|
1454
1454
|
top: 9px;
|
|
1455
1455
|
}
|
|
1456
1456
|
|
|
1457
1457
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
1458
1458
|
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1459
|
-
top:
|
|
1459
|
+
top: 5px;
|
|
1460
1460
|
}
|
|
1461
1461
|
|
|
1462
1462
|
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind-lite.css
CHANGED
package/styles/tailwind.css
CHANGED