@syncfusion/ej2-angular-schedule 23.1.38 → 23.1.39-ngcc
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/@syncfusion/ej2-angular-schedule.es5.js +860 -0
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-schedule.js +808 -0
- package/@syncfusion/ej2-angular-schedule.js.map +1 -0
- package/CHANGELOG.md +1828 -0
- package/dist/ej2-angular-schedule.umd.js +1005 -0
- package/dist/ej2-angular-schedule.umd.js.map +1 -0
- package/dist/ej2-angular-schedule.umd.min.js +11 -0
- package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
- package/ej2-angular-schedule.d.ts +6 -0
- package/ej2-angular-schedule.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
- package/src/schedule/headerrows.directive.d.ts +0 -5
- package/src/schedule/resources.directive.d.ts +0 -5
- package/src/schedule/schedule-all.module.d.ts +0 -6
- package/src/schedule/schedule.component.d.ts +1 -3
- package/src/schedule/schedule.module.d.ts +0 -9
- package/src/schedule/views.directive.d.ts +0 -5
- package/styles/material3-dark.css +55 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +111 -0
- package/styles/material3.scss +0 -1
- package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
- package/styles/recurrence-editor/bootstrap.scss +1 -8
- package/styles/recurrence-editor/bootstrap4.scss +1 -8
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
- package/styles/recurrence-editor/bootstrap5.scss +1 -8
- package/styles/recurrence-editor/fabric-dark.scss +1 -8
- package/styles/recurrence-editor/fabric.scss +1 -8
- package/styles/recurrence-editor/fluent-dark.scss +1 -8
- package/styles/recurrence-editor/fluent.scss +1 -8
- package/styles/recurrence-editor/highcontrast-light.scss +1 -8
- package/styles/recurrence-editor/highcontrast.scss +1 -8
- package/styles/recurrence-editor/material-dark.scss +1 -8
- package/styles/recurrence-editor/material.scss +1 -8
- package/styles/recurrence-editor/material3-dark.scss +1 -8
- package/styles/recurrence-editor/material3.scss +1 -8
- package/styles/recurrence-editor/tailwind-dark.scss +1 -8
- package/styles/recurrence-editor/tailwind.scss +1 -8
- package/styles/schedule/bootstrap-dark.scss +1 -16
- package/styles/schedule/bootstrap.scss +1 -16
- package/styles/schedule/bootstrap4.scss +1 -16
- package/styles/schedule/bootstrap5-dark.scss +1 -15
- package/styles/schedule/bootstrap5.scss +1 -16
- package/styles/schedule/fabric-dark.scss +1 -16
- package/styles/schedule/fabric.scss +1 -16
- package/styles/schedule/fluent-dark.scss +1 -15
- package/styles/schedule/fluent.scss +1 -16
- package/styles/schedule/highcontrast-light.scss +1 -16
- package/styles/schedule/highcontrast.scss +1 -16
- package/styles/schedule/material-dark.scss +1 -16
- package/styles/schedule/material.scss +1 -16
- package/styles/schedule/material3-dark.scss +1 -15
- package/styles/schedule/material3.scss +1 -16
- package/styles/schedule/tailwind-dark.scss +1 -15
- package/styles/schedule/tailwind.scss +1 -16
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
- package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
- package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
- package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
- package/esm2020/src/schedule/resources.directive.mjs +0 -58
- package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
- package/esm2020/src/schedule/schedule.component.mjs +0 -301
- package/esm2020/src/schedule/schedule.module.mjs +0 -52
- package/esm2020/src/schedule/views.directive.mjs +0 -132
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -757
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -757
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
- package/styles/recurrence-editor/_all.scss +0 -2
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
- package/styles/recurrence-editor/_fabric-definition.scss +0 -13
- package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -13
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
- package/styles/recurrence-editor/_layout.scss +0 -548
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
- package/styles/recurrence-editor/_material-definition.scss +0 -13
- package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_material3-definition.scss +0 -13
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
- package/styles/recurrence-editor/_theme.scss +0 -1
- package/styles/schedule/_all.scss +0 -2
- package/styles/schedule/_bootstrap-dark-definition.scss +0 -280
- package/styles/schedule/_bootstrap-definition.scss +0 -280
- package/styles/schedule/_bootstrap4-definition.scss +0 -283
- package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
- package/styles/schedule/_bootstrap5-definition.scss +0 -290
- package/styles/schedule/_fabric-dark-definition.scss +0 -279
- package/styles/schedule/_fabric-definition.scss +0 -280
- package/styles/schedule/_fluent-dark-definition.scss +0 -1
- package/styles/schedule/_fluent-definition.scss +0 -285
- package/styles/schedule/_fusionnew-definition.scss +0 -289
- package/styles/schedule/_highcontrast-definition.scss +0 -281
- package/styles/schedule/_highcontrast-light-definition.scss +0 -281
- package/styles/schedule/_layout.scss +0 -4149
- package/styles/schedule/_material-dark-definition.scss +0 -280
- package/styles/schedule/_material-definition.scss +0 -280
- package/styles/schedule/_material3-dark-definition.scss +0 -1
- package/styles/schedule/_material3-definition.scss +0 -292
- package/styles/schedule/_tailwind-dark-definition.scss +0 -1
- package/styles/schedule/_tailwind-definition.scss +0 -282
- package/styles/schedule/_theme.scss +0 -551
- package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
- package/styles/schedule/icons/_bootstrap.scss +0 -231
- package/styles/schedule/icons/_bootstrap4.scss +0 -231
- package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
- package/styles/schedule/icons/_bootstrap5.scss +0 -231
- package/styles/schedule/icons/_fabric-dark.scss +0 -231
- package/styles/schedule/icons/_fabric.scss +0 -231
- package/styles/schedule/icons/_fluent-dark.scss +0 -1
- package/styles/schedule/icons/_fluent.scss +0 -231
- package/styles/schedule/icons/_fusionnew.scss +0 -231
- package/styles/schedule/icons/_highcontrast-light.scss +0 -231
- package/styles/schedule/icons/_highcontrast.scss +0 -231
- package/styles/schedule/icons/_material-dark.scss +0 -231
- package/styles/schedule/icons/_material.scss +0 -231
- package/styles/schedule/icons/_material3-dark.scss +0 -1
- package/styles/schedule/icons/_material3.scss +0 -231
- package/styles/schedule/icons/_tailwind-dark.scss +0 -1
- package/styles/schedule/icons/_tailwind.scss +0 -231
- package/syncfusion-ej2-angular-schedule.d.ts +0 -5
|
@@ -1,551 +0,0 @@
|
|
|
1
|
-
@include export-module('schedule-theme') {
|
|
2
|
-
|
|
3
|
-
/*! schedule component theme */
|
|
4
|
-
.e-schedule {
|
|
5
|
-
background: $schedule-header-bg-color;
|
|
6
|
-
border: $border-size $border-type $schedule-content-border-color;
|
|
7
|
-
|
|
8
|
-
.e-date-header-wrap {
|
|
9
|
-
border-color: $schedule-header-border-color;
|
|
10
|
-
border-style: $border-type;
|
|
11
|
-
border-width: 0;
|
|
12
|
-
position: relative;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-header-calendar {
|
|
16
|
-
@if ($skin-name == 'Material3') {
|
|
17
|
-
background: $schedule-calendar-background;
|
|
18
|
-
}
|
|
19
|
-
@else {
|
|
20
|
-
background-color: $schedule-calendar-background;
|
|
21
|
-
}
|
|
22
|
-
box-shadow: $schedule-calendar-shadow;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-vertical-view {
|
|
26
|
-
.e-date-header-wrap table tbody td:first-child,
|
|
27
|
-
.e-content-wrap table td:first-child {
|
|
28
|
-
border-left-width: 0;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-date-header-wrap {
|
|
32
|
-
.e-all-day-cells {
|
|
33
|
-
background: $schedule-header-bg-color;
|
|
34
|
-
|
|
35
|
-
&:hover {
|
|
36
|
-
background: $schedule-hover-bg-color;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-left-indent-wrap table tbody td {
|
|
42
|
-
background: $schedule-header-bg-color;
|
|
43
|
-
border-color: $schedule-header-border-color;
|
|
44
|
-
border-style: $border-type;
|
|
45
|
-
border-width: 0 1px 1px 0;
|
|
46
|
-
color: $schedule-header-font-color;
|
|
47
|
-
|
|
48
|
-
&.e-header-cells {
|
|
49
|
-
border-bottom-width: 0;
|
|
50
|
-
|
|
51
|
-
&.e-week-number {
|
|
52
|
-
color: $schedule-secondary-content-font-color;
|
|
53
|
-
font-size: $schedule-date-header-wrap-nrml-font-size;
|
|
54
|
-
padding-top: 10px;
|
|
55
|
-
text-align: center;
|
|
56
|
-
vertical-align: top;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&.e-resource-cells {
|
|
61
|
-
border-bottom-color: transparent;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-date-header-wrap table tbody td {
|
|
66
|
-
background: $schedule-header-bg-color;
|
|
67
|
-
border-color: $schedule-header-border-color;
|
|
68
|
-
border-style: $border-type;
|
|
69
|
-
border-width: $schedule-vertical-work-cells-border;
|
|
70
|
-
color: $schedule-header-font-color;
|
|
71
|
-
text-align: left;
|
|
72
|
-
|
|
73
|
-
&.e-header-cells {
|
|
74
|
-
border-bottom-width: 0;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.e-time-cells-wrap table td {
|
|
79
|
-
background: $schedule-time-cells-bg-color;
|
|
80
|
-
border-color: $schedule-content-border-color;
|
|
81
|
-
border-style: $border-type;
|
|
82
|
-
border-width: 0 1px 1px 0;
|
|
83
|
-
color: $schedule-time-cells-font-color;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.e-time-cells-wrap table td {
|
|
87
|
-
border-bottom-color: transparent;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-time-cells-wrap .e-time-cells {
|
|
91
|
-
border-bottom-color: $schedule-time-cells-border-bottom-color;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-header-cells {
|
|
95
|
-
background: $schedule-header-bg-color;
|
|
96
|
-
|
|
97
|
-
&.e-current-day {
|
|
98
|
-
color: $schedule-active-font-color;
|
|
99
|
-
font-weight: $schedule-current-day-font-weight;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.e-work-cells {
|
|
104
|
-
background: $schedule-work-cells-bg-color;
|
|
105
|
-
border-color: $schedule-content-border-color;
|
|
106
|
-
border-style: $border-type;
|
|
107
|
-
border-width: $schedule-vertical-work-cells-border;
|
|
108
|
-
padding: 0;
|
|
109
|
-
|
|
110
|
-
&:hover {
|
|
111
|
-
background: $schedule-hover-bg-color;
|
|
112
|
-
color: $schedule-hover-font-color;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.e-alternate-cells {
|
|
117
|
-
border-bottom-style: $schedule-alternate-cell-border;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.e-work-hours {
|
|
121
|
-
background: $schedule-workhour-bg-color;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-all-day-cells {
|
|
125
|
-
background: $schedule-header-bg-color;
|
|
126
|
-
|
|
127
|
-
&.e-current-day {
|
|
128
|
-
color: $schedule-active-font-color;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
&.e-selected-cell {
|
|
132
|
-
background: $schedule-select-bg-color;
|
|
133
|
-
color: $schedule-hover-font-color;
|
|
134
|
-
|
|
135
|
-
&:hover {
|
|
136
|
-
background: $schedule-select-bg-color;
|
|
137
|
-
color: $schedule-selected-cell-hover-font-color;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.e-selected-cell {
|
|
143
|
-
background: $schedule-select-bg-color;
|
|
144
|
-
color: $schedule-hover-font-color;
|
|
145
|
-
|
|
146
|
-
&:hover {
|
|
147
|
-
background: $schedule-select-bg-color;
|
|
148
|
-
color: $schedule-selected-cell-hover-font-color;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.e-clone-time-indicator,
|
|
153
|
-
.e-current-time {
|
|
154
|
-
color: $schedule-active-font-color;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.e-current-timeline {
|
|
158
|
-
border-top: 1px $border-type $schedule-active-border-color;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.e-previous-timeline {
|
|
162
|
-
border-top: 1px $schedule-alternate-cell-border $schedule-active-border-color;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
&.e-by-date {
|
|
166
|
-
.e-date-header-wrap table tbody td {
|
|
167
|
-
&.e-header-cells {
|
|
168
|
-
border-bottom-width: 1px;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.e-month-view {
|
|
175
|
-
.e-date-header-wrap table td:first-child,
|
|
176
|
-
.e-content-wrap table td:first-child {
|
|
177
|
-
border-left-width: 0;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.e-month-view,
|
|
182
|
-
.e-month-agenda-view {
|
|
183
|
-
.e-date-header-wrap table td {
|
|
184
|
-
background: $schedule-header-bg-color;
|
|
185
|
-
border-color: $schedule-header-border-color;
|
|
186
|
-
border-style: $border-type;
|
|
187
|
-
border-width: $schedule-month-work-cells-border;
|
|
188
|
-
color: $schedule-header-font-color;
|
|
189
|
-
font-size: $schedule-month-date-header-cell-font-size;
|
|
190
|
-
text-align: $schedule-month-date-header-cell-text-align;
|
|
191
|
-
text-transform: $schedule-month-date-header-cell-text-transform;
|
|
192
|
-
|
|
193
|
-
&.e-current-day {
|
|
194
|
-
color: $schedule-active-font-color;
|
|
195
|
-
font-weight: $schedule-current-day-font-weight;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.e-work-cells {
|
|
200
|
-
background: $schedule-work-cells-bg-color;
|
|
201
|
-
border-color: $schedule-content-border-color;
|
|
202
|
-
border-style: $border-type;
|
|
203
|
-
border-width: $schedule-month-work-cells-border;
|
|
204
|
-
color: $schedule-primary-content-font-color;
|
|
205
|
-
padding: 0;
|
|
206
|
-
|
|
207
|
-
&:hover {
|
|
208
|
-
background: $schedule-hover-bg-color;
|
|
209
|
-
color: $schedule-work-cell-hover-color;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.e-work-days {
|
|
214
|
-
background: $schedule-workhour-bg-color;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.e-other-month {
|
|
218
|
-
color: $schedule-secondary-content-font-color;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.e-current-date .e-date-header {
|
|
222
|
-
background: $schedule-current-date-bg-color;
|
|
223
|
-
border-radius: 50%;
|
|
224
|
-
color: $schedule-current-date-header-font-color;
|
|
225
|
-
min-width: 20px;
|
|
226
|
-
padding: 0 4px;
|
|
227
|
-
width: fit-content;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.e-selected-cell {
|
|
231
|
-
background: $schedule-select-bg-color;
|
|
232
|
-
color: $schedule-select-font-color;
|
|
233
|
-
|
|
234
|
-
.e-date-header {
|
|
235
|
-
color: $schedule-selected-date-header-cell-font-color;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.e-more-indicator {
|
|
239
|
-
color: $schedule-select-font-color;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
&:hover {
|
|
243
|
-
background: $schedule-select-bg-color;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.e-month-agenda-view {
|
|
249
|
-
.e-content-wrap .e-table-container {
|
|
250
|
-
overflow: auto;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.e-date-header-wrap table td {
|
|
254
|
-
border-width: $schedule-month-agenda-header-cells-border;
|
|
255
|
-
text-align: center;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.e-work-cells {
|
|
259
|
-
border-width: $schedule-month-agenda-work-cells-border;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.e-current-date .e-date-header {
|
|
263
|
-
min-width: 24px;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.e-timeline-view,
|
|
268
|
-
.e-timeline-month-view {
|
|
269
|
-
.e-date-header-wrap table td:first-child,
|
|
270
|
-
.e-content-wrap table td:first-child {
|
|
271
|
-
border-left-width: 0;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.e-content-wrap table tr:last-child td {
|
|
275
|
-
border-bottom-width: 0;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.e-date-header-wrap table td {
|
|
279
|
-
background: $schedule-header-bg-color;
|
|
280
|
-
border-color: $schedule-header-border-color;
|
|
281
|
-
border-style: $border-type;
|
|
282
|
-
border-width: $schedule-timeline-work-cells-border;
|
|
283
|
-
color: $schedule-header-font-color;
|
|
284
|
-
|
|
285
|
-
&.e-current-day {
|
|
286
|
-
color: $schedule-active-font-color;
|
|
287
|
-
font-weight: $schedule-current-day-font-weight;
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.e-work-cells {
|
|
292
|
-
background: $schedule-work-cells-bg-color;
|
|
293
|
-
border-color: $schedule-content-border-color;
|
|
294
|
-
border-style: $border-type;
|
|
295
|
-
border-width: $schedule-timeline-work-cells-border;
|
|
296
|
-
color: $schedule-primary-content-font-color;
|
|
297
|
-
padding: 0;
|
|
298
|
-
|
|
299
|
-
&:hover:not(.e-resource-group-cells) {
|
|
300
|
-
background: $schedule-hover-bg-color;
|
|
301
|
-
color: $schedule-hover-font-color;
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
&.e-virtual-mask .e-work-cells:hover {
|
|
306
|
-
background: $schedule-disable-dates-color;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.e-work-days {
|
|
310
|
-
background: $schedule-workhour-bg-color;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.e-resource-group-cells {
|
|
314
|
-
background: $schedule-work-cells-bg-color;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.e-selected-cell {
|
|
318
|
-
background: $schedule-select-bg-color;
|
|
319
|
-
color: $schedule-select-font-color;
|
|
320
|
-
|
|
321
|
-
&:hover:not(.e-resource-group-cells) {
|
|
322
|
-
background: $schedule-select-bg-color;
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.e-timeline-view {
|
|
328
|
-
.e-work-hours {
|
|
329
|
-
background: $schedule-workhour-bg-color;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.e-resource-group-cells {
|
|
333
|
-
background: $schedule-work-cells-bg-color;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.e-selected-cell {
|
|
337
|
-
background: $schedule-select-bg-color;
|
|
338
|
-
color: $schedule-hover-font-color;
|
|
339
|
-
|
|
340
|
-
&:hover {
|
|
341
|
-
background: $schedule-select-bg-color;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.e-alternate-cells {
|
|
346
|
-
border-left-style: $schedule-alternate-cell-border;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
.e-header-row .e-time-cells {
|
|
350
|
-
border-left-width: 0;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.e-clone-time-indicator,
|
|
354
|
-
.e-current-time {
|
|
355
|
-
color: $schedule-active-font-color;
|
|
356
|
-
font-size: $schedule-current-time-nrml-font-size;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.e-current-timeline {
|
|
360
|
-
border-left: 1px $border-type $schedule-active-border-color;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.e-timeline-year-view {
|
|
365
|
-
.e-work-cells {
|
|
366
|
-
background: $schedule-work-cells-bg-color;
|
|
367
|
-
border-color: $schedule-content-border-color;
|
|
368
|
-
border-style: $border-type;
|
|
369
|
-
border-width: 0 $border-size $border-size 0;
|
|
370
|
-
color: $schedule-primary-content-font-color;
|
|
371
|
-
padding: 0;
|
|
372
|
-
|
|
373
|
-
&:hover:not(.e-other-month) {
|
|
374
|
-
background: $schedule-hover-bg-color;
|
|
375
|
-
color: $schedule-hover-font-color;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
&.e-work-days {
|
|
379
|
-
background: $schedule-workhour-bg-color;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
&.e-other-month {
|
|
383
|
-
color: $schedule-secondary-content-font-color;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
&.e-current-day .e-date-header {
|
|
387
|
-
background: $schedule-current-date-bg-color;
|
|
388
|
-
border-radius: 50%;
|
|
389
|
-
color: $schedule-current-day-active-color;
|
|
390
|
-
margin: 2px;
|
|
391
|
-
width: 20px;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
&.e-selected-cell {
|
|
395
|
-
background: $schedule-select-bg-color;
|
|
396
|
-
color: $schedule-select-font-color;
|
|
397
|
-
|
|
398
|
-
.e-date-header {
|
|
399
|
-
color: $schedule-select-font-color;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.e-more-indicator {
|
|
403
|
-
color: $schedule-select-font-color;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
&:hover {
|
|
407
|
-
background: $schedule-select-bg-color;
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
&.e-disable-dates {
|
|
412
|
-
background: $schedule-disable-dates-color;
|
|
413
|
-
|
|
414
|
-
.e-date-header {
|
|
415
|
-
cursor: default;
|
|
416
|
-
opacity: .35;
|
|
417
|
-
|
|
418
|
-
&:hover {
|
|
419
|
-
text-decoration: none;
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
&:hover {
|
|
424
|
-
background: $schedule-disable-dates-color;
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
&.e-virtual-mask .e-work-cells {
|
|
430
|
-
background: $schedule-disable-dates-color;
|
|
431
|
-
box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
|
|
432
|
-
|
|
433
|
-
&:hover {
|
|
434
|
-
background: $schedule-disable-dates-color;
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
#{if(&, '&', '*')}.e-rtl {
|
|
440
|
-
.e-vertical-view {
|
|
441
|
-
.e-date-header-wrap table tbody td:first-child,
|
|
442
|
-
.e-content-wrap table td:first-child {
|
|
443
|
-
border-right-width: 0;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.e-date-header-wrap table tbody td {
|
|
447
|
-
text-align: right;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.e-date-header-wrap table tbody td,
|
|
451
|
-
.e-work-cells {
|
|
452
|
-
border-width: $schedule-rtl-vertical-work-cells-border;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.e-left-indent-wrap .e-header-cells,
|
|
456
|
-
.e-date-header-wrap .e-header-cells {
|
|
457
|
-
border-bottom-width: 0;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.e-left-indent-wrap table tbody td,
|
|
461
|
-
.e-time-cells-wrap table tbody td {
|
|
462
|
-
border-width: 0 0 1px 1px;
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.e-month-view {
|
|
467
|
-
.e-date-header-wrap table td:first-child,
|
|
468
|
-
.e-content-wrap table td:first-child {
|
|
469
|
-
border-right-width: 0;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.e-date-header-wrap table td {
|
|
473
|
-
text-align: right;
|
|
474
|
-
border-width: $schedule-rtl-month-work-cells-border;
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.e-month-view,
|
|
479
|
-
.e-month-agenda-view {
|
|
480
|
-
.e-work-cells {
|
|
481
|
-
border-width: $schedule-rtl-month-work-cells-border;
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.e-month-agenda-view {
|
|
486
|
-
.e-work-cells {
|
|
487
|
-
border-width: $schedule-rtl-month-agenda-work-cells-border;
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.e-timeline-view,
|
|
492
|
-
.e-timeline-month-view {
|
|
493
|
-
.e-date-header-wrap table td:first-child,
|
|
494
|
-
.e-content-wrap table td:first-child {
|
|
495
|
-
border-right-width: 0;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.e-date-header-wrap table td:last-child,
|
|
499
|
-
.e-content-wrap table td:last-child {
|
|
500
|
-
border-left-width: 0;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.e-date-header-wrap table td,
|
|
504
|
-
.e-content-wrap table td {
|
|
505
|
-
border-width: $schedule-rtl-timeline-work-cells-border;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.e-timeline-view {
|
|
510
|
-
.e-alternate-cells {
|
|
511
|
-
border-right-style: $schedule-alternate-cell-border;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
.e-header-row .e-time-cells {
|
|
515
|
-
border-right-width: 0;
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.e-tooltip-wrap.e-schedule-error {
|
|
522
|
-
background: $schedule-val-error-bg-color;
|
|
523
|
-
border-color: $schedule-val-error-bg-color;
|
|
524
|
-
z-index: 1000;
|
|
525
|
-
|
|
526
|
-
.e-arrow-tip.e-tip-top {
|
|
527
|
-
left: 44%;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.e-arrow-tip-inner.e-tip-top,
|
|
531
|
-
.e-arrow-tip-outer.e-tip-top {
|
|
532
|
-
border-bottom: 8px solid $schedule-val-error-bg-color;
|
|
533
|
-
color: $schedule-val-error-bg-color;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.e-arrow-tip-outer.e-tip-bottom,
|
|
537
|
-
.e-arrow-tip-inner.e-tip-bottom {
|
|
538
|
-
border-top: 8px solid $schedule-val-error-bg-color;
|
|
539
|
-
color: $schedule-val-error-bg-color;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.e-tip-content {
|
|
543
|
-
padding: $schedule-tip-content-padding;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
.e-tip-content,
|
|
547
|
-
.e-tip-content label {
|
|
548
|
-
color: $schedule-val-error-color;
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
}
|