@syncfusion/ej2-vue-dropdowns 20.4.43 → 20.4.49
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 +28 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +5 -2
- package/styles/bootstrap.css +5 -2
- package/styles/bootstrap4.css +5 -2
- package/styles/bootstrap5-dark.css +5 -2
- package/styles/bootstrap5.css +5 -2
- package/styles/drop-down-list/bootstrap-dark.css +3 -0
- package/styles/drop-down-list/bootstrap.css +3 -0
- package/styles/drop-down-list/bootstrap4.css +3 -0
- package/styles/drop-down-list/bootstrap5-dark.css +3 -0
- package/styles/drop-down-list/bootstrap5.css +3 -0
- package/styles/drop-down-list/fabric-dark.css +3 -0
- package/styles/drop-down-list/fabric.css +3 -0
- package/styles/drop-down-list/fluent-dark.css +3 -0
- package/styles/drop-down-list/fluent.css +3 -0
- package/styles/drop-down-list/highcontrast-light.css +3 -0
- package/styles/drop-down-list/highcontrast.css +3 -0
- package/styles/drop-down-list/material-dark.css +3 -0
- package/styles/drop-down-list/material.css +3 -0
- package/styles/drop-down-list/tailwind-dark.css +3 -0
- package/styles/drop-down-list/tailwind.css +3 -0
- package/styles/fabric-dark.css +5 -2
- package/styles/fabric.css +5 -2
- package/styles/fluent-dark.css +5 -2
- package/styles/fluent.css +5 -2
- package/styles/highcontrast-light.css +5 -2
- package/styles/highcontrast.css +5 -2
- package/styles/material-dark.css +4 -1
- package/styles/material.css +4 -1
- package/styles/multi-select/bootstrap-dark.css +2 -2
- package/styles/multi-select/bootstrap.css +2 -2
- package/styles/multi-select/bootstrap4.css +2 -2
- package/styles/multi-select/bootstrap5-dark.css +2 -2
- package/styles/multi-select/bootstrap5.css +2 -2
- package/styles/multi-select/fabric-dark.css +2 -2
- package/styles/multi-select/fabric.css +2 -2
- package/styles/multi-select/fluent-dark.css +2 -2
- package/styles/multi-select/fluent.css +2 -2
- package/styles/multi-select/highcontrast-light.css +2 -2
- package/styles/multi-select/highcontrast.css +2 -2
- package/styles/multi-select/material-dark.css +1 -1
- package/styles/multi-select/material.css +1 -1
- package/styles/multi-select/tailwind-dark.css +2 -2
- package/styles/multi-select/tailwind.css +2 -2
- package/styles/tailwind-dark.css +5 -2
- package/styles/tailwind.css +5 -2
package/styles/tailwind-dark.css
CHANGED
|
@@ -639,6 +639,9 @@
|
|
|
639
639
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
640
640
|
margin: 0;
|
|
641
641
|
}
|
|
642
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
643
|
+
position: fixed;
|
|
644
|
+
}
|
|
642
645
|
|
|
643
646
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
644
647
|
position: relative;
|
|
@@ -1688,8 +1691,8 @@ ejs-dropdownlist {
|
|
|
1688
1691
|
height: 28px;
|
|
1689
1692
|
min-height: 28px;
|
|
1690
1693
|
outline: none;
|
|
1691
|
-
padding: 0;
|
|
1692
|
-
text-indent:
|
|
1694
|
+
padding: 4px 0 4px 12px;
|
|
1695
|
+
text-indent: 0;
|
|
1693
1696
|
}
|
|
1694
1697
|
|
|
1695
1698
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/tailwind.css
CHANGED
|
@@ -639,6 +639,9 @@
|
|
|
639
639
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
640
640
|
margin: 0;
|
|
641
641
|
}
|
|
642
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
643
|
+
position: fixed;
|
|
644
|
+
}
|
|
642
645
|
|
|
643
646
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
644
647
|
position: relative;
|
|
@@ -1688,8 +1691,8 @@ ejs-dropdownlist {
|
|
|
1688
1691
|
height: 28px;
|
|
1689
1692
|
min-height: 28px;
|
|
1690
1693
|
outline: none;
|
|
1691
|
-
padding: 0;
|
|
1692
|
-
text-indent:
|
|
1694
|
+
padding: 4px 0 4px 12px;
|
|
1695
|
+
text-indent: 0;
|
|
1693
1696
|
}
|
|
1694
1697
|
|
|
1695
1698
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|