@syncfusion/ej2-react-schedule 23.1.40 → 23.2.4

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 (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-react-schedule.min.js +1 -1
  3. package/dist/ej2-react-schedule.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/src/recurrence-editor/recurrenceeditor.component.d.ts +2 -2
  6. package/src/schedule/schedule.component.d.ts +2 -2
  7. package/styles/bootstrap-dark.css +18 -1
  8. package/styles/bootstrap.css +13 -1
  9. package/styles/bootstrap4.css +45 -3
  10. package/styles/bootstrap5-dark.css +15 -2
  11. package/styles/bootstrap5.css +15 -2
  12. package/styles/fabric-dark.css +18 -1
  13. package/styles/fabric.css +13 -1
  14. package/styles/fluent-dark.css +15 -2
  15. package/styles/fluent.css +15 -2
  16. package/styles/highcontrast-light.css +13 -1
  17. package/styles/highcontrast.css +18 -1
  18. package/styles/material-dark.css +13 -1
  19. package/styles/material.css +13 -1
  20. package/styles/material3-dark.css +13 -1
  21. package/styles/material3.css +13 -1
  22. package/styles/recurrence-editor/bootstrap4.css +13 -2
  23. package/styles/schedule/bootstrap-dark.css +18 -1
  24. package/styles/schedule/bootstrap.css +13 -1
  25. package/styles/schedule/bootstrap4.css +45 -3
  26. package/styles/schedule/bootstrap5-dark.css +15 -2
  27. package/styles/schedule/bootstrap5.css +15 -2
  28. package/styles/schedule/fabric-dark.css +18 -1
  29. package/styles/schedule/fabric.css +13 -1
  30. package/styles/schedule/fluent-dark.css +15 -2
  31. package/styles/schedule/fluent.css +15 -2
  32. package/styles/schedule/highcontrast-light.css +13 -1
  33. package/styles/schedule/highcontrast.css +18 -1
  34. package/styles/schedule/material-dark.css +13 -1
  35. package/styles/schedule/material.css +13 -1
  36. package/styles/schedule/material3-dark.css +13 -1
  37. package/styles/schedule/material3.css +13 -1
  38. package/styles/schedule/tailwind-dark.css +15 -2
  39. package/styles/schedule/tailwind.css +15 -2
  40. package/styles/tailwind-dark.css +15 -2
  41. package/styles/tailwind.css +15 -2
@@ -122,7 +122,8 @@
122
122
  width: 28px;
123
123
  }
124
124
 
125
- .e-multi-select-wrapper .e-searcher input[type=text] {
125
+ .e-multi-select-wrapper .e-searcher input[type=text],
126
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
126
127
  color: #111827;
127
128
  height: 100%;
128
129
  }
@@ -243,6 +244,9 @@
243
244
  .e-schedule-dialog.e-device .e-save-icon::before {
244
245
  content: "\e7c8";
245
246
  }
247
+ .e-schedule-dialog.e-device .e-delete-icon::before {
248
+ content: "\e820";
249
+ }
246
250
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
247
251
  content: "\e730";
248
252
  }
@@ -2987,7 +2991,16 @@
2987
2991
  cursor: pointer;
2988
2992
  line-height: normal;
2989
2993
  }
2990
- .e-schedule-dialog.e-device .e-save-icon {
2994
+ .e-schedule-dialog.e-device .e-title-text {
2995
+ text-align: center;
2996
+ }
2997
+ .e-schedule-dialog.e-device .e-save-icon,
2998
+ .e-schedule-dialog.e-device .e-back-icon,
2999
+ .e-schedule-dialog.e-device .e-delete-icon {
3000
+ width: 2.5em;
3001
+ }
3002
+ .e-schedule-dialog.e-device .e-save-icon,
3003
+ .e-schedule-dialog.e-device .e-delete-icon {
2991
3004
  text-align: right;
2992
3005
  }
2993
3006
  .e-schedule-dialog.e-device .e-time-zone-row,