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