@syncfusion/ej2-react-schedule 21.2.9 → 21.2.10
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 +8 -0
- package/dist/ej2-react-schedule.min.js +1 -1
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +6 -0
- package/styles/bootstrap5.css +6 -0
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/fluent-dark.css +6 -0
- package/styles/fluent.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -0
- package/styles/material.css +6 -0
- package/styles/schedule/bootstrap-dark.css +6 -0
- package/styles/schedule/bootstrap.css +6 -0
- package/styles/schedule/bootstrap4.css +6 -0
- package/styles/schedule/bootstrap5-dark.css +6 -0
- package/styles/schedule/bootstrap5.css +6 -0
- package/styles/schedule/fabric-dark.css +6 -0
- package/styles/schedule/fabric.css +6 -0
- package/styles/schedule/fluent-dark.css +6 -0
- package/styles/schedule/fluent.css +6 -0
- package/styles/schedule/highcontrast-light.css +6 -0
- package/styles/schedule/highcontrast.css +6 -0
- package/styles/schedule/material-dark.css +6 -0
- package/styles/schedule/material.css +6 -0
- package/styles/schedule/tailwind-dark.css +6 -0
- package/styles/schedule/tailwind.css +6 -0
- package/styles/tailwind-dark.css +6 -0
- package/styles/tailwind.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I464944` - An issue with time indicator rendered in wrong position when `startHour` and `endHour` property applied has been fixed.
|
|
10
|
+
|
|
11
|
+
## 21.2.9 (2023-06-06)
|
|
12
|
+
|
|
13
|
+
### Schedule
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
9
17
|
- `#I461489` - An issue with the dragging appointment is flickering on the topmost region has been fixed.
|
|
10
18
|
- `#I464535` - Fixed an issue where the visible date header name in the Schedule did not match the aria-label name, leading to discrepancies in the accessibility checker.
|
|
11
19
|
- `#I459642` - An issue with Appointment end date is wrong in `popupOpenEventArgs` has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.10
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.10
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-schedule@21.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-schedule@21.2.9",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-AV8HZ8+qvLuEftKn0Sxd8cgSgN8F1ri4h+fa+xzPmPTb14nHAKEcmN3XcPw860HVywLXtM6QRrya8MOOGTdS+A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-21.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-21.2.9.tgz",
|
|
23
|
+
"_shasum": "27da2f99e41168f2e184780621c842a70d620f14",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~21.2.9",
|
|
35
35
|
"@syncfusion/ej2-react-base": "~21.2.8",
|
|
36
|
-
"@syncfusion/ej2-schedule": "21.2.
|
|
36
|
+
"@syncfusion/ej2-schedule": "21.2.10"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
57
57
|
},
|
|
58
|
-
"version": "21.2.
|
|
58
|
+
"version": "21.2.10",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
|
@@ -2148,6 +2148,12 @@
|
|
|
2148
2148
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2149
2149
|
background: #484848;
|
|
2150
2150
|
}
|
|
2151
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2152
|
+
display: -ms-inline-flexbox;
|
|
2153
|
+
display: inline-flex;
|
|
2154
|
+
-ms-flex-direction: row-reverse;
|
|
2155
|
+
flex-direction: row-reverse;
|
|
2156
|
+
}
|
|
2151
2157
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2152
2158
|
display: -ms-flexbox;
|
|
2153
2159
|
display: flex;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2148,6 +2148,12 @@
|
|
|
2148
2148
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2149
2149
|
background: #e6e6e6;
|
|
2150
2150
|
}
|
|
2151
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2152
|
+
display: -ms-inline-flexbox;
|
|
2153
|
+
display: inline-flex;
|
|
2154
|
+
-ms-flex-direction: row-reverse;
|
|
2155
|
+
flex-direction: row-reverse;
|
|
2156
|
+
}
|
|
2151
2157
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2152
2158
|
display: -ms-flexbox;
|
|
2153
2159
|
display: flex;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2227,6 +2227,12 @@
|
|
|
2227
2227
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2228
2228
|
background: #e9ecef;
|
|
2229
2229
|
}
|
|
2230
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2231
|
+
display: -ms-inline-flexbox;
|
|
2232
|
+
display: inline-flex;
|
|
2233
|
+
-ms-flex-direction: row-reverse;
|
|
2234
|
+
flex-direction: row-reverse;
|
|
2235
|
+
}
|
|
2230
2236
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2231
2237
|
display: -ms-flexbox;
|
|
2232
2238
|
display: flex;
|
|
@@ -2201,6 +2201,12 @@
|
|
|
2201
2201
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2202
2202
|
background: #343a40;
|
|
2203
2203
|
}
|
|
2204
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2205
|
+
display: -ms-inline-flexbox;
|
|
2206
|
+
display: inline-flex;
|
|
2207
|
+
-ms-flex-direction: row-reverse;
|
|
2208
|
+
flex-direction: row-reverse;
|
|
2209
|
+
}
|
|
2204
2210
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2205
2211
|
display: -ms-flexbox;
|
|
2206
2212
|
display: flex;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2201,6 +2201,12 @@
|
|
|
2201
2201
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2202
2202
|
background: #e9ecef;
|
|
2203
2203
|
}
|
|
2204
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2205
|
+
display: -ms-inline-flexbox;
|
|
2206
|
+
display: inline-flex;
|
|
2207
|
+
-ms-flex-direction: row-reverse;
|
|
2208
|
+
flex-direction: row-reverse;
|
|
2209
|
+
}
|
|
2204
2210
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2205
2211
|
display: -ms-flexbox;
|
|
2206
2212
|
display: flex;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2115,6 +2115,12 @@
|
|
|
2115
2115
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2116
2116
|
background: #514f4f;
|
|
2117
2117
|
}
|
|
2118
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2119
|
+
display: -ms-inline-flexbox;
|
|
2120
|
+
display: inline-flex;
|
|
2121
|
+
-ms-flex-direction: row-reverse;
|
|
2122
|
+
flex-direction: row-reverse;
|
|
2123
|
+
}
|
|
2118
2124
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2119
2125
|
display: -ms-flexbox;
|
|
2120
2126
|
display: flex;
|
package/styles/fabric.css
CHANGED
|
@@ -2110,6 +2110,12 @@
|
|
|
2110
2110
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2111
2111
|
background: #b7e0ff;
|
|
2112
2112
|
}
|
|
2113
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2114
|
+
display: -ms-inline-flexbox;
|
|
2115
|
+
display: inline-flex;
|
|
2116
|
+
-ms-flex-direction: row-reverse;
|
|
2117
|
+
flex-direction: row-reverse;
|
|
2118
|
+
}
|
|
2113
2119
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2114
2120
|
display: -ms-flexbox;
|
|
2115
2121
|
display: flex;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2178,6 +2178,12 @@
|
|
|
2178
2178
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2179
2179
|
background: #292827;
|
|
2180
2180
|
}
|
|
2181
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2182
|
+
display: -ms-inline-flexbox;
|
|
2183
|
+
display: inline-flex;
|
|
2184
|
+
-ms-flex-direction: row-reverse;
|
|
2185
|
+
flex-direction: row-reverse;
|
|
2186
|
+
}
|
|
2181
2187
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2182
2188
|
display: -ms-flexbox;
|
|
2183
2189
|
display: flex;
|
package/styles/fluent.css
CHANGED
|
@@ -2178,6 +2178,12 @@
|
|
|
2178
2178
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2179
2179
|
background: #edebe9;
|
|
2180
2180
|
}
|
|
2181
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2182
|
+
display: -ms-inline-flexbox;
|
|
2183
|
+
display: inline-flex;
|
|
2184
|
+
-ms-flex-direction: row-reverse;
|
|
2185
|
+
flex-direction: row-reverse;
|
|
2186
|
+
}
|
|
2181
2187
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2182
2188
|
display: -ms-flexbox;
|
|
2183
2189
|
display: flex;
|
|
@@ -2192,6 +2192,12 @@
|
|
|
2192
2192
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2193
2193
|
background: #400074;
|
|
2194
2194
|
}
|
|
2195
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2196
|
+
display: -ms-inline-flexbox;
|
|
2197
|
+
display: inline-flex;
|
|
2198
|
+
-ms-flex-direction: row-reverse;
|
|
2199
|
+
flex-direction: row-reverse;
|
|
2200
|
+
}
|
|
2195
2201
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2196
2202
|
display: -ms-flexbox;
|
|
2197
2203
|
display: flex;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2196,6 +2196,12 @@
|
|
|
2196
2196
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2197
2197
|
background: #ffd939;
|
|
2198
2198
|
}
|
|
2199
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2200
|
+
display: -ms-inline-flexbox;
|
|
2201
|
+
display: inline-flex;
|
|
2202
|
+
-ms-flex-direction: row-reverse;
|
|
2203
|
+
flex-direction: row-reverse;
|
|
2204
|
+
}
|
|
2199
2205
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2200
2206
|
display: -ms-flexbox;
|
|
2201
2207
|
display: flex;
|
package/styles/material-dark.css
CHANGED
|
@@ -2137,6 +2137,12 @@
|
|
|
2137
2137
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2138
2138
|
background: #757575;
|
|
2139
2139
|
}
|
|
2140
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2141
|
+
display: -ms-inline-flexbox;
|
|
2142
|
+
display: inline-flex;
|
|
2143
|
+
-ms-flex-direction: row-reverse;
|
|
2144
|
+
flex-direction: row-reverse;
|
|
2145
|
+
}
|
|
2140
2146
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2141
2147
|
display: -ms-flexbox;
|
|
2142
2148
|
display: flex;
|
package/styles/material.css
CHANGED
|
@@ -2173,6 +2173,12 @@
|
|
|
2173
2173
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2174
2174
|
background: #e0e0e0;
|
|
2175
2175
|
}
|
|
2176
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2177
|
+
display: -ms-inline-flexbox;
|
|
2178
|
+
display: inline-flex;
|
|
2179
|
+
-ms-flex-direction: row-reverse;
|
|
2180
|
+
flex-direction: row-reverse;
|
|
2181
|
+
}
|
|
2176
2182
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2177
2183
|
display: -ms-flexbox;
|
|
2178
2184
|
display: flex;
|
|
@@ -2148,6 +2148,12 @@
|
|
|
2148
2148
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2149
2149
|
background: #484848;
|
|
2150
2150
|
}
|
|
2151
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2152
|
+
display: -ms-inline-flexbox;
|
|
2153
|
+
display: inline-flex;
|
|
2154
|
+
-ms-flex-direction: row-reverse;
|
|
2155
|
+
flex-direction: row-reverse;
|
|
2156
|
+
}
|
|
2151
2157
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2152
2158
|
display: -ms-flexbox;
|
|
2153
2159
|
display: flex;
|
|
@@ -2148,6 +2148,12 @@
|
|
|
2148
2148
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2149
2149
|
background: #e6e6e6;
|
|
2150
2150
|
}
|
|
2151
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2152
|
+
display: -ms-inline-flexbox;
|
|
2153
|
+
display: inline-flex;
|
|
2154
|
+
-ms-flex-direction: row-reverse;
|
|
2155
|
+
flex-direction: row-reverse;
|
|
2156
|
+
}
|
|
2151
2157
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2152
2158
|
display: -ms-flexbox;
|
|
2153
2159
|
display: flex;
|
|
@@ -2227,6 +2227,12 @@
|
|
|
2227
2227
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2228
2228
|
background: #e9ecef;
|
|
2229
2229
|
}
|
|
2230
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2231
|
+
display: -ms-inline-flexbox;
|
|
2232
|
+
display: inline-flex;
|
|
2233
|
+
-ms-flex-direction: row-reverse;
|
|
2234
|
+
flex-direction: row-reverse;
|
|
2235
|
+
}
|
|
2230
2236
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2231
2237
|
display: -ms-flexbox;
|
|
2232
2238
|
display: flex;
|
|
@@ -2201,6 +2201,12 @@
|
|
|
2201
2201
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2202
2202
|
background: #343a40;
|
|
2203
2203
|
}
|
|
2204
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2205
|
+
display: -ms-inline-flexbox;
|
|
2206
|
+
display: inline-flex;
|
|
2207
|
+
-ms-flex-direction: row-reverse;
|
|
2208
|
+
flex-direction: row-reverse;
|
|
2209
|
+
}
|
|
2204
2210
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2205
2211
|
display: -ms-flexbox;
|
|
2206
2212
|
display: flex;
|
|
@@ -2201,6 +2201,12 @@
|
|
|
2201
2201
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2202
2202
|
background: #e9ecef;
|
|
2203
2203
|
}
|
|
2204
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2205
|
+
display: -ms-inline-flexbox;
|
|
2206
|
+
display: inline-flex;
|
|
2207
|
+
-ms-flex-direction: row-reverse;
|
|
2208
|
+
flex-direction: row-reverse;
|
|
2209
|
+
}
|
|
2204
2210
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2205
2211
|
display: -ms-flexbox;
|
|
2206
2212
|
display: flex;
|
|
@@ -2115,6 +2115,12 @@
|
|
|
2115
2115
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2116
2116
|
background: #514f4f;
|
|
2117
2117
|
}
|
|
2118
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2119
|
+
display: -ms-inline-flexbox;
|
|
2120
|
+
display: inline-flex;
|
|
2121
|
+
-ms-flex-direction: row-reverse;
|
|
2122
|
+
flex-direction: row-reverse;
|
|
2123
|
+
}
|
|
2118
2124
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2119
2125
|
display: -ms-flexbox;
|
|
2120
2126
|
display: flex;
|
|
@@ -2110,6 +2110,12 @@
|
|
|
2110
2110
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2111
2111
|
background: #b7e0ff;
|
|
2112
2112
|
}
|
|
2113
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2114
|
+
display: -ms-inline-flexbox;
|
|
2115
|
+
display: inline-flex;
|
|
2116
|
+
-ms-flex-direction: row-reverse;
|
|
2117
|
+
flex-direction: row-reverse;
|
|
2118
|
+
}
|
|
2113
2119
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2114
2120
|
display: -ms-flexbox;
|
|
2115
2121
|
display: flex;
|
|
@@ -2178,6 +2178,12 @@
|
|
|
2178
2178
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2179
2179
|
background: #292827;
|
|
2180
2180
|
}
|
|
2181
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2182
|
+
display: -ms-inline-flexbox;
|
|
2183
|
+
display: inline-flex;
|
|
2184
|
+
-ms-flex-direction: row-reverse;
|
|
2185
|
+
flex-direction: row-reverse;
|
|
2186
|
+
}
|
|
2181
2187
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2182
2188
|
display: -ms-flexbox;
|
|
2183
2189
|
display: flex;
|
|
@@ -2178,6 +2178,12 @@
|
|
|
2178
2178
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2179
2179
|
background: #edebe9;
|
|
2180
2180
|
}
|
|
2181
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2182
|
+
display: -ms-inline-flexbox;
|
|
2183
|
+
display: inline-flex;
|
|
2184
|
+
-ms-flex-direction: row-reverse;
|
|
2185
|
+
flex-direction: row-reverse;
|
|
2186
|
+
}
|
|
2181
2187
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2182
2188
|
display: -ms-flexbox;
|
|
2183
2189
|
display: flex;
|
|
@@ -2192,6 +2192,12 @@
|
|
|
2192
2192
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2193
2193
|
background: #400074;
|
|
2194
2194
|
}
|
|
2195
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2196
|
+
display: -ms-inline-flexbox;
|
|
2197
|
+
display: inline-flex;
|
|
2198
|
+
-ms-flex-direction: row-reverse;
|
|
2199
|
+
flex-direction: row-reverse;
|
|
2200
|
+
}
|
|
2195
2201
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2196
2202
|
display: -ms-flexbox;
|
|
2197
2203
|
display: flex;
|
|
@@ -2196,6 +2196,12 @@
|
|
|
2196
2196
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2197
2197
|
background: #ffd939;
|
|
2198
2198
|
}
|
|
2199
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2200
|
+
display: -ms-inline-flexbox;
|
|
2201
|
+
display: inline-flex;
|
|
2202
|
+
-ms-flex-direction: row-reverse;
|
|
2203
|
+
flex-direction: row-reverse;
|
|
2204
|
+
}
|
|
2199
2205
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2200
2206
|
display: -ms-flexbox;
|
|
2201
2207
|
display: flex;
|
|
@@ -2137,6 +2137,12 @@
|
|
|
2137
2137
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2138
2138
|
background: #757575;
|
|
2139
2139
|
}
|
|
2140
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2141
|
+
display: -ms-inline-flexbox;
|
|
2142
|
+
display: inline-flex;
|
|
2143
|
+
-ms-flex-direction: row-reverse;
|
|
2144
|
+
flex-direction: row-reverse;
|
|
2145
|
+
}
|
|
2140
2146
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2141
2147
|
display: -ms-flexbox;
|
|
2142
2148
|
display: flex;
|
|
@@ -2173,6 +2173,12 @@
|
|
|
2173
2173
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2174
2174
|
background: #e0e0e0;
|
|
2175
2175
|
}
|
|
2176
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2177
|
+
display: -ms-inline-flexbox;
|
|
2178
|
+
display: inline-flex;
|
|
2179
|
+
-ms-flex-direction: row-reverse;
|
|
2180
|
+
flex-direction: row-reverse;
|
|
2181
|
+
}
|
|
2176
2182
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2177
2183
|
display: -ms-flexbox;
|
|
2178
2184
|
display: flex;
|
|
@@ -2143,6 +2143,12 @@
|
|
|
2143
2143
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2144
2144
|
background: #6b7280;
|
|
2145
2145
|
}
|
|
2146
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2147
|
+
display: -ms-inline-flexbox;
|
|
2148
|
+
display: inline-flex;
|
|
2149
|
+
-ms-flex-direction: row-reverse;
|
|
2150
|
+
flex-direction: row-reverse;
|
|
2151
|
+
}
|
|
2146
2152
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2147
2153
|
display: -ms-flexbox;
|
|
2148
2154
|
display: flex;
|
|
@@ -2143,6 +2143,12 @@
|
|
|
2143
2143
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2144
2144
|
background: #e5e7eb;
|
|
2145
2145
|
}
|
|
2146
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2147
|
+
display: -ms-inline-flexbox;
|
|
2148
|
+
display: inline-flex;
|
|
2149
|
+
-ms-flex-direction: row-reverse;
|
|
2150
|
+
flex-direction: row-reverse;
|
|
2151
|
+
}
|
|
2146
2152
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2147
2153
|
display: -ms-flexbox;
|
|
2148
2154
|
display: flex;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2144,6 +2144,12 @@
|
|
|
2144
2144
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2145
2145
|
background: #6b7280;
|
|
2146
2146
|
}
|
|
2147
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2148
|
+
display: -ms-inline-flexbox;
|
|
2149
|
+
display: inline-flex;
|
|
2150
|
+
-ms-flex-direction: row-reverse;
|
|
2151
|
+
flex-direction: row-reverse;
|
|
2152
|
+
}
|
|
2147
2153
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2148
2154
|
display: -ms-flexbox;
|
|
2149
2155
|
display: flex;
|
package/styles/tailwind.css
CHANGED
|
@@ -2144,6 +2144,12 @@
|
|
|
2144
2144
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2145
2145
|
background: #e5e7eb;
|
|
2146
2146
|
}
|
|
2147
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2148
|
+
display: -ms-inline-flexbox;
|
|
2149
|
+
display: inline-flex;
|
|
2150
|
+
-ms-flex-direction: row-reverse;
|
|
2151
|
+
flex-direction: row-reverse;
|
|
2152
|
+
}
|
|
2147
2153
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2148
2154
|
display: -ms-flexbox;
|
|
2149
2155
|
display: flex;
|