@syncfusion/ej2-dropdowns 29.2.11 → 30.1.39
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/.eslintrc.json +2 -0
- 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 +88 -45
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +90 -48
- 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/license +1 -1
- package/package.json +8 -8
- package/src/auto-complete/auto-complete.d.ts +1 -1
- package/src/auto-complete/auto-complete.js +22 -22
- package/src/combo-box/combo-box.js +1 -1
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-list/drop-down-list.d.ts +1 -0
- package/src/drop-down-list/drop-down-list.js +21 -4
- package/src/drop-down-tree/drop-down-tree-model.d.ts +1 -1
- package/src/drop-down-tree/drop-down-tree.d.ts +1 -0
- package/src/drop-down-tree/drop-down-tree.js +10 -2
- package/src/mention/mention.d.ts +0 -1
- package/src/mention/mention.js +13 -10
- package/src/multi-select/multi-select.js +23 -9
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_material3-definition.scss +2 -2
- package/styles/drop-down-tree/bootstrap5-dark.css +1 -1
- package/styles/drop-down-tree/bootstrap5.css +1 -1
- package/styles/drop-down-tree/material3-dark.css +4 -4
- package/styles/drop-down-tree/material3.css +4 -4
- package/styles/material3-dark-lite.css +3 -3
- package/styles/material3-dark.css +4 -4
- package/styles/material3-lite.css +3 -3
- package/styles/material3.css +4 -4
|
@@ -862,7 +862,7 @@ ejs-dropdownlist {
|
|
|
862
862
|
white-space: nowrap;
|
|
863
863
|
}
|
|
864
864
|
.e-ddt .e-overflow.e-show-text {
|
|
865
|
-
padding:
|
|
865
|
+
padding: 8px 8px;
|
|
866
866
|
}
|
|
867
867
|
.e-ddt .e-overflow.e-show-text.e-input-value:not(.e-icon-hide) {
|
|
868
868
|
display: inline-grid;
|
|
@@ -890,7 +890,7 @@ ejs-dropdownlist {
|
|
|
890
890
|
padding-top: 6px;
|
|
891
891
|
}
|
|
892
892
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
893
|
-
padding:
|
|
893
|
+
padding: 8px 8px;
|
|
894
894
|
}
|
|
895
895
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
896
896
|
margin-right: 30px;
|
|
@@ -1015,7 +1015,7 @@ ejs-dropdownlist {
|
|
|
1015
1015
|
padding: 0 0 0 8px;
|
|
1016
1016
|
}
|
|
1017
1017
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1018
|
-
padding:
|
|
1018
|
+
padding: 8px 8px;
|
|
1019
1019
|
}
|
|
1020
1020
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1021
1021
|
margin-right: 1px;
|
package/styles/material3.css
CHANGED
|
@@ -1047,7 +1047,7 @@ ejs-dropdownlist {
|
|
|
1047
1047
|
white-space: nowrap;
|
|
1048
1048
|
}
|
|
1049
1049
|
.e-ddt .e-overflow.e-show-text {
|
|
1050
|
-
padding:
|
|
1050
|
+
padding: 8px 8px;
|
|
1051
1051
|
}
|
|
1052
1052
|
.e-ddt .e-overflow.e-show-text.e-input-value:not(.e-icon-hide) {
|
|
1053
1053
|
display: inline-grid;
|
|
@@ -1075,7 +1075,7 @@ ejs-dropdownlist {
|
|
|
1075
1075
|
padding-top: 6px;
|
|
1076
1076
|
}
|
|
1077
1077
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1078
|
-
padding:
|
|
1078
|
+
padding: 8px 8px;
|
|
1079
1079
|
}
|
|
1080
1080
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1081
1081
|
margin-right: 30px;
|
|
@@ -1200,7 +1200,7 @@ ejs-dropdownlist {
|
|
|
1200
1200
|
padding: 0 0 0 8px;
|
|
1201
1201
|
}
|
|
1202
1202
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1203
|
-
padding:
|
|
1203
|
+
padding: 8px 8px;
|
|
1204
1204
|
}
|
|
1205
1205
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1206
1206
|
margin-right: 1px;
|
|
@@ -1290,7 +1290,7 @@ ejs-dropdownlist {
|
|
|
1290
1290
|
}
|
|
1291
1291
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1292
1292
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1293
|
-
padding:
|
|
1293
|
+
padding: 8px 12px;
|
|
1294
1294
|
}
|
|
1295
1295
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1296
1296
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|