@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.
Files changed (53) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/dist/ej2-schedule.umd.min.js +2 -2
  3. package/dist/ej2-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-schedule.es2015.js +68 -33
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +66 -31
  7. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-schedule.min.js +2 -2
  9. package/dist/global/ej2-schedule.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +12 -12
  12. package/src/schedule/actions/action-base.d.ts +1 -0
  13. package/src/schedule/actions/action-base.js +3 -2
  14. package/src/schedule/actions/drag.js +10 -10
  15. package/src/schedule/base/schedule.js +5 -1
  16. package/src/schedule/event-renderer/agenda-base.js +3 -0
  17. package/src/schedule/event-renderer/event-base.js +16 -11
  18. package/src/schedule/event-renderer/month.js +1 -3
  19. package/src/schedule/popups/quick-popups.js +4 -3
  20. package/src/schedule/renderer/vertical-view.d.ts +1 -0
  21. package/src/schedule/renderer/vertical-view.js +16 -1
  22. package/src/schedule/renderer/view-base.js +8 -0
  23. package/styles/bootstrap-dark.css +1 -4
  24. package/styles/bootstrap.css +1 -4
  25. package/styles/bootstrap4.css +1 -4
  26. package/styles/bootstrap5-dark.css +0 -2
  27. package/styles/bootstrap5.css +1 -4
  28. package/styles/fabric-dark.css +1 -4
  29. package/styles/fabric.css +1 -4
  30. package/styles/fluent-dark.css +0 -2
  31. package/styles/fluent.css +1 -4
  32. package/styles/highcontrast-light.css +1 -4
  33. package/styles/highcontrast.css +1 -4
  34. package/styles/material-dark.css +1 -4
  35. package/styles/material.css +1 -4
  36. package/styles/schedule/_layout.scss +0 -1
  37. package/styles/schedule/bootstrap-dark.css +1 -4
  38. package/styles/schedule/bootstrap.css +1 -4
  39. package/styles/schedule/bootstrap4.css +1 -4
  40. package/styles/schedule/bootstrap5-dark.css +0 -2
  41. package/styles/schedule/bootstrap5.css +1 -4
  42. package/styles/schedule/fabric-dark.css +1 -4
  43. package/styles/schedule/fabric.css +1 -4
  44. package/styles/schedule/fluent-dark.css +0 -2
  45. package/styles/schedule/fluent.css +1 -4
  46. package/styles/schedule/highcontrast-light.css +1 -4
  47. package/styles/schedule/highcontrast.css +1 -4
  48. package/styles/schedule/material-dark.css +1 -4
  49. package/styles/schedule/material.css +1 -4
  50. package/styles/schedule/tailwind-dark.css +0 -2
  51. package/styles/schedule/tailwind.css +1 -4
  52. package/styles/tailwind-dark.css +0 -2
  53. 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 {
@@ -1066,8 +1066,6 @@
1066
1066
  height: 70px;
1067
1067
  }
1068
1068
  .e-schedule .e-month-view .e-content-wrap {
1069
- display: -ms-flexbox;
1070
- display: flex;
1071
1069
  font-size: 14px;
1072
1070
  }
1073
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 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 {
@@ -1078,8 +1078,6 @@
1078
1078
  height: 70px;
1079
1079
  }
1080
1080
  .e-schedule .e-month-view .e-content-wrap {
1081
- display: -ms-flexbox;
1082
- display: flex;
1083
1081
  font-size: 14px;
1084
1082
  }
1085
1083
  .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 {
@@ -1079,8 +1079,6 @@
1079
1079
  height: 70px;
1080
1080
  }
1081
1081
  .e-schedule .e-month-view .e-content-wrap {
1082
- display: -ms-flexbox;
1083
- display: flex;
1084
1082
  font-size: 14px;
1085
1083
  }
1086
1084
  .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
  @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 {