@syncfusion/ej2-schedule 21.1.37 → 21.1.38
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 +7 -0
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +5 -4
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +5 -4
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/schedule/event-renderer/timeline-view.js +3 -3
- package/src/schedule/exports/print.js +2 -1
- package/styles/bootstrap-dark.css +4 -2
- package/styles/bootstrap.css +4 -2
- package/styles/bootstrap4.css +4 -2
- package/styles/bootstrap5-dark.css +4 -2
- package/styles/bootstrap5.css +4 -2
- package/styles/fabric-dark.css +4 -2
- package/styles/fabric.css +4 -2
- package/styles/fluent-dark.css +4 -2
- package/styles/fluent.css +4 -2
- package/styles/highcontrast-light.css +4 -2
- package/styles/highcontrast.css +4 -2
- package/styles/material-dark.css +4 -2
- package/styles/material.css +4 -2
- package/styles/schedule/_theme.scss +4 -2
- package/styles/schedule/bootstrap-dark.css +4 -2
- package/styles/schedule/bootstrap.css +4 -2
- package/styles/schedule/bootstrap4.css +4 -2
- package/styles/schedule/bootstrap5-dark.css +4 -2
- package/styles/schedule/bootstrap5.css +4 -2
- package/styles/schedule/fabric-dark.css +4 -2
- package/styles/schedule/fabric.css +4 -2
- package/styles/schedule/fluent-dark.css +4 -2
- package/styles/schedule/fluent.css +4 -2
- package/styles/schedule/highcontrast-light.css +4 -2
- package/styles/schedule/highcontrast.css +4 -2
- package/styles/schedule/material-dark.css +4 -2
- package/styles/schedule/material.css +4 -2
- package/styles/schedule/tailwind-dark.css +4 -2
- package/styles/schedule/tailwind.css +4 -2
- package/styles/tailwind-dark.css +4 -2
- package/styles/tailwind.css +4 -2
|
@@ -3833,7 +3833,9 @@
|
|
|
3833
3833
|
background: #22d3ee;
|
|
3834
3834
|
border-radius: 50%;
|
|
3835
3835
|
color: #000;
|
|
3836
|
-
width: 20px;
|
|
3836
|
+
min-width: 20px;
|
|
3837
|
+
padding: 0 4px;
|
|
3838
|
+
width: fit-content;
|
|
3837
3839
|
}
|
|
3838
3840
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3839
3841
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3863,7 +3865,7 @@
|
|
|
3863
3865
|
border-width: 0;
|
|
3864
3866
|
}
|
|
3865
3867
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3866
|
-
width: 24px;
|
|
3868
|
+
min-width: 24px;
|
|
3867
3869
|
}
|
|
3868
3870
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3833,7 +3833,9 @@
|
|
|
3833
3833
|
background: #4f46e5;
|
|
3834
3834
|
border-radius: 50%;
|
|
3835
3835
|
color: #fff;
|
|
3836
|
-
width: 20px;
|
|
3836
|
+
min-width: 20px;
|
|
3837
|
+
padding: 0 4px;
|
|
3838
|
+
width: fit-content;
|
|
3837
3839
|
}
|
|
3838
3840
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3839
3841
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3863,7 +3865,7 @@
|
|
|
3863
3865
|
border-width: 0;
|
|
3864
3866
|
}
|
|
3865
3867
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3866
|
-
width: 24px;
|
|
3868
|
+
min-width: 24px;
|
|
3867
3869
|
}
|
|
3868
3870
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3834,7 +3834,9 @@
|
|
|
3834
3834
|
background: #22d3ee;
|
|
3835
3835
|
border-radius: 50%;
|
|
3836
3836
|
color: #000;
|
|
3837
|
-
width: 20px;
|
|
3837
|
+
min-width: 20px;
|
|
3838
|
+
padding: 0 4px;
|
|
3839
|
+
width: fit-content;
|
|
3838
3840
|
}
|
|
3839
3841
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3840
3842
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3864,7 +3866,7 @@
|
|
|
3864
3866
|
border-width: 0;
|
|
3865
3867
|
}
|
|
3866
3868
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3867
|
-
width: 24px;
|
|
3869
|
+
min-width: 24px;
|
|
3868
3870
|
}
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3870
3872
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/tailwind.css
CHANGED
|
@@ -3834,7 +3834,9 @@
|
|
|
3834
3834
|
background: #4f46e5;
|
|
3835
3835
|
border-radius: 50%;
|
|
3836
3836
|
color: #fff;
|
|
3837
|
-
width: 20px;
|
|
3837
|
+
min-width: 20px;
|
|
3838
|
+
padding: 0 4px;
|
|
3839
|
+
width: fit-content;
|
|
3838
3840
|
}
|
|
3839
3841
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3840
3842
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3864,7 +3866,7 @@
|
|
|
3864
3866
|
border-width: 0;
|
|
3865
3867
|
}
|
|
3866
3868
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3867
|
-
width: 24px;
|
|
3869
|
+
min-width: 24px;
|
|
3868
3870
|
}
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3870
3872
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|