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