@syncfusion/ej2-vue-schedule 21.1.38 → 21.1.41
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 +19 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -2
- package/styles/bootstrap.css +6 -2
- package/styles/bootstrap4.css +6 -2
- package/styles/bootstrap5-dark.css +6 -2
- package/styles/bootstrap5.css +6 -2
- package/styles/fabric-dark.css +6 -2
- package/styles/fabric.css +6 -2
- package/styles/fluent-dark.css +6 -2
- package/styles/fluent.css +6 -2
- package/styles/highcontrast-light.css +6 -2
- package/styles/highcontrast.css +6 -2
- package/styles/material-dark.css +6 -2
- package/styles/material.css +6 -2
- package/styles/schedule/bootstrap-dark.css +6 -2
- package/styles/schedule/bootstrap.css +6 -2
- package/styles/schedule/bootstrap4.css +6 -2
- package/styles/schedule/bootstrap5-dark.css +6 -2
- package/styles/schedule/bootstrap5.css +6 -2
- package/styles/schedule/fabric-dark.css +6 -2
- package/styles/schedule/fabric.css +6 -2
- package/styles/schedule/fluent-dark.css +6 -2
- package/styles/schedule/fluent.css +6 -2
- package/styles/schedule/highcontrast-light.css +6 -2
- package/styles/schedule/highcontrast.css +6 -2
- package/styles/schedule/material-dark.css +6 -2
- package/styles/schedule/material.css +6 -2
- package/styles/schedule/tailwind-dark.css +6 -2
- package/styles/schedule/tailwind.css +6 -2
- package/styles/tailwind-dark.css +6 -2
- package/styles/tailwind.css +6 -2
package/styles/tailwind-dark.css
CHANGED
|
@@ -693,7 +693,9 @@
|
|
|
693
693
|
}
|
|
694
694
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
695
695
|
height: 100%;
|
|
696
|
-
width:
|
|
696
|
+
min-width: 1px;
|
|
697
|
+
max-width: 10px;
|
|
698
|
+
width: 20%;
|
|
697
699
|
}
|
|
698
700
|
.e-schedule .e-event-resize.e-left-handler {
|
|
699
701
|
cursor: ew-resize;
|
|
@@ -706,7 +708,9 @@
|
|
|
706
708
|
right: 0;
|
|
707
709
|
}
|
|
708
710
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
709
|
-
height:
|
|
711
|
+
min-height: 1px;
|
|
712
|
+
max-height: 10px;
|
|
713
|
+
height: 20%;
|
|
710
714
|
width: 100%;
|
|
711
715
|
}
|
|
712
716
|
.e-schedule .e-event-resize.e-top-handler {
|
package/styles/tailwind.css
CHANGED
|
@@ -693,7 +693,9 @@
|
|
|
693
693
|
}
|
|
694
694
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
695
695
|
height: 100%;
|
|
696
|
-
width:
|
|
696
|
+
min-width: 1px;
|
|
697
|
+
max-width: 10px;
|
|
698
|
+
width: 20%;
|
|
697
699
|
}
|
|
698
700
|
.e-schedule .e-event-resize.e-left-handler {
|
|
699
701
|
cursor: ew-resize;
|
|
@@ -706,7 +708,9 @@
|
|
|
706
708
|
right: 0;
|
|
707
709
|
}
|
|
708
710
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
709
|
-
height:
|
|
711
|
+
min-height: 1px;
|
|
712
|
+
max-height: 10px;
|
|
713
|
+
height: 20%;
|
|
710
714
|
width: 100%;
|
|
711
715
|
}
|
|
712
716
|
.e-schedule .e-event-resize.e-top-handler {
|