@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.
- package/CHANGELOG.md +16 -0
- package/dist/ej2-react-schedule.min.js +1 -1
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +2 -2
- package/src/schedule/schedule.component.d.ts +2 -2
- package/styles/bootstrap-dark.css +18 -1
- package/styles/bootstrap.css +13 -1
- package/styles/bootstrap4.css +45 -3
- package/styles/bootstrap5-dark.css +15 -2
- package/styles/bootstrap5.css +15 -2
- package/styles/fabric-dark.css +18 -1
- package/styles/fabric.css +13 -1
- package/styles/fluent-dark.css +15 -2
- package/styles/fluent.css +15 -2
- package/styles/highcontrast-light.css +13 -1
- package/styles/highcontrast.css +18 -1
- package/styles/material-dark.css +13 -1
- package/styles/material.css +13 -1
- package/styles/material3-dark.css +13 -1
- package/styles/material3.css +13 -1
- package/styles/recurrence-editor/bootstrap4.css +13 -2
- package/styles/schedule/bootstrap-dark.css +18 -1
- package/styles/schedule/bootstrap.css +13 -1
- package/styles/schedule/bootstrap4.css +45 -3
- package/styles/schedule/bootstrap5-dark.css +15 -2
- package/styles/schedule/bootstrap5.css +15 -2
- package/styles/schedule/fabric-dark.css +18 -1
- package/styles/schedule/fabric.css +13 -1
- package/styles/schedule/fluent-dark.css +15 -2
- package/styles/schedule/fluent.css +15 -2
- package/styles/schedule/highcontrast-light.css +13 -1
- package/styles/schedule/highcontrast.css +18 -1
- package/styles/schedule/material-dark.css +13 -1
- package/styles/schedule/material.css +13 -1
- package/styles/schedule/material3-dark.css +13 -1
- package/styles/schedule/material3.css +13 -1
- package/styles/schedule/tailwind-dark.css +15 -2
- package/styles/schedule/tailwind.css +15 -2
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
package/styles/tailwind.css
CHANGED
|
@@ -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-
|
|
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,
|