@syncfusion/ej2-schedule 20.1.56 → 20.1.61
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 +20 -1
- 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 +68 -33
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +66 -31
- 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 +12 -12
- package/src/schedule/actions/action-base.d.ts +1 -0
- package/src/schedule/actions/action-base.js +3 -2
- package/src/schedule/actions/drag.js +10 -10
- package/src/schedule/base/schedule.js +5 -1
- package/src/schedule/event-renderer/agenda-base.js +3 -0
- package/src/schedule/event-renderer/event-base.js +16 -11
- package/src/schedule/event-renderer/month.js +1 -3
- package/src/schedule/popups/quick-popups.js +4 -3
- package/src/schedule/renderer/vertical-view.d.ts +1 -0
- package/src/schedule/renderer/vertical-view.js +16 -1
- package/src/schedule/renderer/view-base.js +8 -0
- package/styles/bootstrap-dark.css +1 -4
- package/styles/bootstrap.css +1 -4
- package/styles/bootstrap4.css +1 -4
- package/styles/bootstrap5-dark.css +0 -2
- package/styles/bootstrap5.css +1 -4
- package/styles/fabric-dark.css +1 -4
- package/styles/fabric.css +1 -4
- package/styles/fluent-dark.css +0 -2
- package/styles/fluent.css +1 -4
- package/styles/highcontrast-light.css +1 -4
- package/styles/highcontrast.css +1 -4
- package/styles/material-dark.css +1 -4
- package/styles/material.css +1 -4
- package/styles/schedule/_layout.scss +0 -1
- package/styles/schedule/bootstrap-dark.css +1 -4
- package/styles/schedule/bootstrap.css +1 -4
- package/styles/schedule/bootstrap4.css +1 -4
- package/styles/schedule/bootstrap5-dark.css +0 -2
- package/styles/schedule/bootstrap5.css +1 -4
- package/styles/schedule/fabric-dark.css +1 -4
- package/styles/schedule/fabric.css +1 -4
- package/styles/schedule/fluent-dark.css +0 -2
- package/styles/schedule/fluent.css +1 -4
- package/styles/schedule/highcontrast-light.css +1 -4
- package/styles/schedule/highcontrast.css +1 -4
- package/styles/schedule/material-dark.css +1 -4
- package/styles/schedule/material.css +1 -4
- package/styles/schedule/tailwind-dark.css +0 -2
- package/styles/schedule/tailwind.css +1 -4
- package/styles/tailwind-dark.css +0 -2
- package/styles/tailwind.css +1 -4
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap5 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap5 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -1067,8 +1066,6 @@
|
|
|
1067
1066
|
height: 70px;
|
|
1068
1067
|
}
|
|
1069
1068
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1070
|
-
display: -ms-flexbox;
|
|
1071
|
-
display: flex;
|
|
1072
1069
|
font-size: 14px;
|
|
1073
1070
|
}
|
|
1074
1071
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1070,8 +1069,6 @@
|
|
|
1070
1069
|
height: 70px;
|
|
1071
1070
|
}
|
|
1072
1071
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1073
|
-
display: -ms-flexbox;
|
|
1074
|
-
display: flex;
|
|
1075
1072
|
font-size: 13px;
|
|
1076
1073
|
}
|
|
1077
1074
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1074,8 +1073,6 @@
|
|
|
1074
1073
|
height: 70px;
|
|
1075
1074
|
}
|
|
1076
1075
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1077
|
-
display: -ms-flexbox;
|
|
1078
|
-
display: flex;
|
|
1079
1076
|
font-size: 13px;
|
|
1080
1077
|
}
|
|
1081
1078
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's tailwind theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's tailwind theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e765";
|
|
6
5
|
}
|
|
@@ -1079,8 +1078,6 @@
|
|
|
1079
1078
|
height: 70px;
|
|
1080
1079
|
}
|
|
1081
1080
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1082
|
-
display: -ms-flexbox;
|
|
1083
|
-
display: flex;
|
|
1084
1081
|
font-size: 14px;
|
|
1085
1082
|
}
|
|
1086
1083
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's tailwind theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's tailwind theme definitions and variables */
|
|
4
3
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
4
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
6
5
|
content: "\e765";
|
|
@@ -1080,8 +1079,6 @@
|
|
|
1080
1079
|
height: 70px;
|
|
1081
1080
|
}
|
|
1082
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1083
|
-
display: -ms-flexbox;
|
|
1084
|
-
display: flex;
|
|
1085
1082
|
font-size: 14px;
|
|
1086
1083
|
}
|
|
1087
1084
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|