@syncfusion/ej2-dropdowns 28.1.33 → 28.1.36
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 +1 -10
- package/dist/ej2-dropdowns.umd.min.js +1 -10
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +30 -11
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +30 -11
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +1 -10
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +6 -10
- package/src/combo-box/combo-box.js +1 -0
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list.d.ts +1 -0
- package/src/drop-down-list/drop-down-list.js +12 -1
- package/src/drop-down-tree/drop-down-tree.d.ts +1 -0
- package/src/drop-down-tree/drop-down-tree.js +13 -6
- package/src/list-box/list-box.d.ts +1 -1
- package/src/list-box/list-box.js +1 -1
- package/src/multi-select/multi-select.js +2 -2
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/drop-down-base/tailwind3.css +5 -5
- package/styles/drop-down-list/_layout.scss +1 -1
- package/styles/drop-down-list/tailwind3.css +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/list-box/tailwind3.css +1 -1
- package/styles/multi-select/_layout.scss +1 -3
- package/styles/multi-select/bootstrap5-dark.css +1 -0
- package/styles/multi-select/bootstrap5.3.css +1 -0
- package/styles/multi-select/bootstrap5.css +1 -0
- package/styles/multi-select/fluent-dark.css +1 -0
- package/styles/multi-select/fluent.css +1 -0
- package/styles/multi-select/tailwind3.css +5 -5
- package/styles/tailwind3-lite.css +12 -11
- package/styles/tailwind3.css +12 -11
package/styles/tailwind3.css
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
68
68
|
color: var(--color-sf-content-text-color);
|
|
69
69
|
cursor: default;
|
|
70
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
70
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
71
71
|
font-size: 14px;
|
|
72
72
|
padding: 14px 16px;
|
|
73
73
|
text-align: center;
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
border-bottom: 0;
|
|
165
165
|
border-color: var(--color-sf-border-light);
|
|
166
166
|
color: var(--color-sf-flyout-text-color);
|
|
167
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
167
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
168
168
|
font-size: 14px;
|
|
169
169
|
line-height: 32px;
|
|
170
170
|
min-height: 32px;
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
.e-fixed-head {
|
|
178
178
|
border-color: var(--color-sf-border-light);
|
|
179
179
|
color: var(--color-sf-flyout-text-color);
|
|
180
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
180
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
181
181
|
font-size: 14px;
|
|
182
182
|
font-weight: 500;
|
|
183
183
|
line-height: 32px;
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
border-style: solid;
|
|
236
236
|
border-width: 0 0 1px 0;
|
|
237
237
|
color: var(--color-sf-flyout-text-color);
|
|
238
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
238
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
239
239
|
font-size: 14px;
|
|
240
240
|
font-weight: 500;
|
|
241
241
|
text-indent: 10px;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
border-bottom: 0;
|
|
294
294
|
border-color: var(--color-sf-border-light);
|
|
295
295
|
color: var(--color-sf-flyout-text-color);
|
|
296
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
296
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
297
297
|
text-indent: 12px;
|
|
298
298
|
font-size: 14px;
|
|
299
299
|
padding-right: 16px;
|
|
@@ -716,6 +716,7 @@
|
|
|
716
716
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
717
717
|
opacity: 0.7;
|
|
718
718
|
pointer-events: none;
|
|
719
|
+
color: var(--color-sf-flyout-text-color-disabled);
|
|
719
720
|
}
|
|
720
721
|
|
|
721
722
|
ejs-autocomplete,
|
|
@@ -1593,7 +1594,7 @@ ejs-dropdownlist {
|
|
|
1593
1594
|
.e-multi-select-wrapper input[type=text] {
|
|
1594
1595
|
background: none;
|
|
1595
1596
|
border: 0;
|
|
1596
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1597
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1597
1598
|
font-size: 14px;
|
|
1598
1599
|
font-weight: normal;
|
|
1599
1600
|
height: 30px;
|
|
@@ -1607,7 +1608,7 @@ ejs-dropdownlist {
|
|
|
1607
1608
|
background: none;
|
|
1608
1609
|
border: 0;
|
|
1609
1610
|
color: inherit;
|
|
1610
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1611
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1611
1612
|
font-size: 14px;
|
|
1612
1613
|
font-weight: normal;
|
|
1613
1614
|
height: 30px;
|
|
@@ -1642,7 +1643,7 @@ ejs-dropdownlist {
|
|
|
1642
1643
|
}
|
|
1643
1644
|
|
|
1644
1645
|
.e-multi-select-wrapper .e-delim-values {
|
|
1645
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1646
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1646
1647
|
font-size: 14px;
|
|
1647
1648
|
line-height: 28px;
|
|
1648
1649
|
max-width: 100%;
|
|
@@ -1824,7 +1825,7 @@ ejs-dropdownlist {
|
|
|
1824
1825
|
|
|
1825
1826
|
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
1826
1827
|
color: var(--color-sf-content-text-color);
|
|
1827
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1828
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
1828
1829
|
font-size: 14px;
|
|
1829
1830
|
}
|
|
1830
1831
|
|
|
@@ -2097,7 +2098,7 @@ ejs-multiselect {
|
|
|
2097
2098
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2098
2099
|
-webkit-text-fill-color: var(--color-sf-content-text-color);
|
|
2099
2100
|
color: var(--color-sf-content-text-color);
|
|
2100
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
2101
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
2101
2102
|
font-size: 14px;
|
|
2102
2103
|
}
|
|
2103
2104
|
|
|
@@ -3103,7 +3104,7 @@ ejs-listbox {
|
|
|
3103
3104
|
.e-listbox-wrapper,
|
|
3104
3105
|
.e-listbox-container,
|
|
3105
3106
|
.e-listboxtool-wrapper {
|
|
3106
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
3107
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
|
3107
3108
|
font-size: 14px;
|
|
3108
3109
|
}
|
|
3109
3110
|
.e-listbox-wrapper .e-filter-parent,
|