@syncfusion/ej2-angular-schedule 20.2.40-ngcc → 20.2.43

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/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +11 -0
  3. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
  4. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
  5. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
  6. package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
  7. package/esm2020/src/schedule/resources.directive.mjs +58 -0
  8. package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
  9. package/esm2020/src/schedule/schedule.component.mjs +283 -0
  10. package/esm2020/src/schedule/schedule.module.mjs +52 -0
  11. package/esm2020/src/schedule/views.directive.mjs +126 -0
  12. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +733 -0
  14. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +733 -0
  16. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/package.json +29 -15
  18. package/schematics/utils/lib-details.ts +2 -2
  19. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
  20. package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
  21. package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
  22. package/src/schedule/headerrows.directive.d.ts +5 -0
  23. package/src/schedule/resources.directive.d.ts +5 -0
  24. package/src/schedule/schedule-all.module.d.ts +6 -0
  25. package/src/schedule/schedule.component.d.ts +3 -0
  26. package/src/schedule/schedule.module.d.ts +9 -0
  27. package/src/schedule/views.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +5 -5
  29. package/styles/bootstrap.css +5 -5
  30. package/styles/bootstrap4.css +5 -5
  31. package/styles/bootstrap5-dark.css +6 -5
  32. package/styles/bootstrap5.css +6 -5
  33. package/styles/fabric-dark.css +5 -5
  34. package/styles/fabric.css +5 -5
  35. package/styles/fluent-dark.css +5 -5
  36. package/styles/fluent.css +5 -5
  37. package/styles/highcontrast-light.css +5 -5
  38. package/styles/highcontrast.css +5 -5
  39. package/styles/material-dark.css +5 -5
  40. package/styles/material.css +5 -5
  41. package/styles/recurrence-editor/_all.scss +2 -0
  42. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +15 -0
  43. package/styles/recurrence-editor/_bootstrap-definition.scss +15 -0
  44. package/styles/recurrence-editor/_bootstrap4-definition.scss +15 -0
  45. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  46. package/styles/recurrence-editor/_bootstrap5-definition.scss +15 -0
  47. package/styles/recurrence-editor/_fabric-dark-definition.scss +15 -0
  48. package/styles/recurrence-editor/_fabric-definition.scss +15 -0
  49. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  50. package/styles/recurrence-editor/_fluent-definition.scss +15 -0
  51. package/styles/recurrence-editor/_fusionnew-definition.scss +15 -0
  52. package/styles/recurrence-editor/_highcontrast-definition.scss +15 -0
  53. package/styles/recurrence-editor/_highcontrast-light-definition.scss +15 -0
  54. package/styles/recurrence-editor/_layout.scss +542 -0
  55. package/styles/recurrence-editor/_material-dark-definition.scss +15 -0
  56. package/styles/recurrence-editor/_material-definition.scss +15 -0
  57. package/styles/recurrence-editor/_material3-definition.scss +15 -0
  58. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  59. package/styles/recurrence-editor/_tailwind-definition.scss +15 -0
  60. package/styles/recurrence-editor/_theme.scss +1 -0
  61. package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
  62. package/styles/recurrence-editor/bootstrap.scss +3 -1
  63. package/styles/recurrence-editor/bootstrap4.scss +3 -1
  64. package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
  65. package/styles/recurrence-editor/bootstrap5.scss +3 -1
  66. package/styles/recurrence-editor/fabric-dark.scss +3 -1
  67. package/styles/recurrence-editor/fabric.scss +3 -1
  68. package/styles/recurrence-editor/fluent-dark.scss +3 -1
  69. package/styles/recurrence-editor/fluent.scss +3 -1
  70. package/styles/recurrence-editor/highcontrast-light.scss +3 -1
  71. package/styles/recurrence-editor/highcontrast.scss +3 -1
  72. package/styles/recurrence-editor/material-dark.scss +3 -1
  73. package/styles/recurrence-editor/material.scss +3 -1
  74. package/styles/recurrence-editor/tailwind-dark.scss +3 -1
  75. package/styles/recurrence-editor/tailwind.scss +3 -1
  76. package/styles/schedule/_all.scss +2 -0
  77. package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
  78. package/styles/schedule/_bootstrap-definition.scss +213 -0
  79. package/styles/schedule/_bootstrap4-definition.scss +215 -0
  80. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  81. package/styles/schedule/_bootstrap5-definition.scss +224 -0
  82. package/styles/schedule/_fabric-dark-definition.scss +213 -0
  83. package/styles/schedule/_fabric-definition.scss +213 -0
  84. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  85. package/styles/schedule/_fluent-definition.scss +220 -0
  86. package/styles/schedule/_fusionnew-definition.scss +224 -0
  87. package/styles/schedule/_highcontrast-definition.scss +214 -0
  88. package/styles/schedule/_highcontrast-light-definition.scss +214 -0
  89. package/styles/schedule/_layout.scss +4465 -0
  90. package/styles/schedule/_material-dark-definition.scss +213 -0
  91. package/styles/schedule/_material-definition.scss +213 -0
  92. package/styles/schedule/_material3-definition.scss +224 -0
  93. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  94. package/styles/schedule/_tailwind-definition.scss +217 -0
  95. package/styles/schedule/_theme.scss +509 -0
  96. package/styles/schedule/bootstrap-dark.css +5 -5
  97. package/styles/schedule/bootstrap-dark.scss +5 -1
  98. package/styles/schedule/bootstrap.css +5 -5
  99. package/styles/schedule/bootstrap.scss +5 -1
  100. package/styles/schedule/bootstrap4.css +5 -5
  101. package/styles/schedule/bootstrap4.scss +5 -1
  102. package/styles/schedule/bootstrap5-dark.css +6 -5
  103. package/styles/schedule/bootstrap5-dark.scss +4 -1
  104. package/styles/schedule/bootstrap5.css +6 -5
  105. package/styles/schedule/bootstrap5.scss +5 -1
  106. package/styles/schedule/fabric-dark.css +5 -5
  107. package/styles/schedule/fabric-dark.scss +5 -1
  108. package/styles/schedule/fabric.css +5 -5
  109. package/styles/schedule/fabric.scss +5 -1
  110. package/styles/schedule/fluent-dark.css +5 -5
  111. package/styles/schedule/fluent-dark.scss +4 -1
  112. package/styles/schedule/fluent.css +5 -5
  113. package/styles/schedule/fluent.scss +5 -1
  114. package/styles/schedule/highcontrast-light.css +5 -5
  115. package/styles/schedule/highcontrast-light.scss +5 -1
  116. package/styles/schedule/highcontrast.css +5 -5
  117. package/styles/schedule/highcontrast.scss +5 -1
  118. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  119. package/styles/schedule/icons/_bootstrap.scss +231 -0
  120. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  121. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  122. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  123. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  124. package/styles/schedule/icons/_fabric.scss +231 -0
  125. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  126. package/styles/schedule/icons/_fluent.scss +231 -0
  127. package/styles/schedule/icons/_fusionnew.scss +231 -0
  128. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  129. package/styles/schedule/icons/_highcontrast.scss +231 -0
  130. package/styles/schedule/icons/_material-dark.scss +231 -0
  131. package/styles/schedule/icons/_material.scss +231 -0
  132. package/styles/schedule/icons/_material3.scss +231 -0
  133. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  134. package/styles/schedule/icons/_tailwind.scss +231 -0
  135. package/styles/schedule/material-dark.css +5 -5
  136. package/styles/schedule/material-dark.scss +5 -1
  137. package/styles/schedule/material.css +5 -5
  138. package/styles/schedule/material.scss +5 -1
  139. package/styles/schedule/tailwind-dark.css +5 -5
  140. package/styles/schedule/tailwind-dark.scss +4 -1
  141. package/styles/schedule/tailwind.css +5 -5
  142. package/styles/schedule/tailwind.scss +5 -1
  143. package/styles/tailwind-dark.css +5 -5
  144. package/styles/tailwind.css +5 -5
  145. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  146. package/@syncfusion/ej2-angular-schedule.es5.js +0 -840
  147. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  148. package/@syncfusion/ej2-angular-schedule.js +0 -788
  149. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  150. package/CHANGELOG.md +0 -1500
  151. package/dist/ej2-angular-schedule.umd.js +0 -978
  152. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  153. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  154. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  155. package/ej2-angular-schedule.d.ts +0 -6
  156. package/ej2-angular-schedule.metadata.json +0 -1
  157. package/postinstall/tagchange.js +0 -18
  158. package/schematics/collection.json +0 -40
  159. package/schematics/generators/schedule-agenda-views/index.d.ts +0 -3
  160. package/schematics/generators/schedule-agenda-views/index.js +0 -8
  161. package/schematics/generators/schedule-agenda-views/sample-details.d.ts +0 -5
  162. package/schematics/generators/schedule-agenda-views/sample-details.js +0 -7
  163. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  164. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  165. package/schematics/generators/schedule-agenda-views/schema.d.ts +0 -3
  166. package/schematics/generators/schedule-agenda-views/schema.js +0 -2
  167. package/schematics/generators/schedule-agenda-views/schema.json +0 -125
  168. package/schematics/generators/schedule-calendar-views/index.d.ts +0 -3
  169. package/schematics/generators/schedule-calendar-views/index.js +0 -8
  170. package/schematics/generators/schedule-calendar-views/sample-details.d.ts +0 -5
  171. package/schematics/generators/schedule-calendar-views/sample-details.js +0 -7
  172. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  173. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  174. package/schematics/generators/schedule-calendar-views/schema.d.ts +0 -3
  175. package/schematics/generators/schedule-calendar-views/schema.js +0 -2
  176. package/schematics/generators/schedule-calendar-views/schema.json +0 -125
  177. package/schematics/generators/schedule-horizontal-grouping/index.d.ts +0 -3
  178. package/schematics/generators/schedule-horizontal-grouping/index.js +0 -8
  179. package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +0 -5
  180. package/schematics/generators/schedule-horizontal-grouping/sample-details.js +0 -7
  181. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -92
  182. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -29
  183. package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +0 -3
  184. package/schematics/generators/schedule-horizontal-grouping/schema.js +0 -2
  185. package/schematics/generators/schedule-horizontal-grouping/schema.json +0 -125
  186. package/schematics/generators/schedule-time-scale/index.d.ts +0 -3
  187. package/schematics/generators/schedule-time-scale/index.js +0 -8
  188. package/schematics/generators/schedule-time-scale/sample-details.d.ts +0 -5
  189. package/schematics/generators/schedule-time-scale/sample-details.js +0 -7
  190. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  191. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  192. package/schematics/generators/schedule-time-scale/schema.d.ts +0 -3
  193. package/schematics/generators/schedule-time-scale/schema.js +0 -2
  194. package/schematics/generators/schedule-time-scale/schema.json +0 -125
  195. package/schematics/generators/schedule-timeline-grouping/index.d.ts +0 -3
  196. package/schematics/generators/schedule-timeline-grouping/index.js +0 -8
  197. package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +0 -5
  198. package/schematics/generators/schedule-timeline-grouping/sample-details.js +0 -7
  199. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
  200. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  201. package/schematics/generators/schedule-timeline-grouping/schema.d.ts +0 -3
  202. package/schematics/generators/schedule-timeline-grouping/schema.js +0 -2
  203. package/schematics/generators/schedule-timeline-grouping/schema.json +0 -125
  204. package/schematics/generators/schedule-timeline-views/index.d.ts +0 -3
  205. package/schematics/generators/schedule-timeline-views/index.js +0 -8
  206. package/schematics/generators/schedule-timeline-views/sample-details.d.ts +0 -5
  207. package/schematics/generators/schedule-timeline-views/sample-details.js +0 -7
  208. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  209. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  210. package/schematics/generators/schedule-timeline-views/schema.d.ts +0 -3
  211. package/schematics/generators/schedule-timeline-views/schema.js +0 -2
  212. package/schematics/generators/schedule-timeline-views/schema.json +0 -125
  213. package/schematics/ng-add/index.d.ts +0 -3
  214. package/schematics/ng-add/index.js +0 -9
  215. package/schematics/ng-add/schema.d.ts +0 -13
  216. package/schematics/ng-add/schema.js +0 -2
  217. package/schematics/ng-add/schema.json +0 -34
  218. package/schematics/tsconfig.json +0 -25
  219. package/schematics/utils/lib-details.d.ts +0 -4
  220. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,509 @@
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
+ }
@@ -411,7 +411,7 @@
411
411
  }
412
412
  .e-schedule .e-content-wrap,
413
413
  .e-schedule .e-scroll-container {
414
- -webkit-overflow-scrolling: touch;
414
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
415
415
  overflow: auto;
416
416
  }
417
417
  .e-schedule .e-hide-childs > * {
@@ -586,7 +586,7 @@
586
586
  }
587
587
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
588
588
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
589
- height: 0 !important;
589
+ height: 0 !important; /* stylelint-disable-line declaration-no-important */
590
590
  }
591
591
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
592
592
  background: #0070f0;
@@ -1086,7 +1086,7 @@
1086
1086
  }
1087
1087
  .e-schedule .e-month-view .e-header-cells {
1088
1088
  cursor: default;
1089
- font-weight: 400;
1089
+ font-weight: normal;
1090
1090
  height: 30px;
1091
1091
  padding: 3px;
1092
1092
  }
@@ -1461,7 +1461,7 @@
1461
1461
  .e-schedule .e-timeline-year-view .e-left-indent,
1462
1462
  .e-schedule .e-timeline-year-view .e-header-cells {
1463
1463
  cursor: default;
1464
- font-weight: 400;
1464
+ font-weight: normal;
1465
1465
  height: 30px;
1466
1466
  padding: 0;
1467
1467
  text-align: center;
@@ -1984,7 +1984,7 @@
1984
1984
  }
1985
1985
  .e-schedule .e-month-agenda-view .e-header-cells {
1986
1986
  cursor: default;
1987
- font-weight: 400;
1987
+ font-weight: normal;
1988
1988
  height: 30px;
1989
1989
  padding: 5px;
1990
1990
  text-align: center;
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import '../recurrence-editor/bootstrap-dark-definition.scss';
3
+ @import 'bootstrap-dark-definition.scss';
4
+ @import 'icons/bootstrap-dark.scss';
5
+ @import 'all.scss';
@@ -409,7 +409,7 @@
409
409
  }
410
410
  .e-schedule .e-content-wrap,
411
411
  .e-schedule .e-scroll-container {
412
- -webkit-overflow-scrolling: touch;
412
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
413
413
  overflow: auto;
414
414
  }
415
415
  .e-schedule .e-hide-childs > * {
@@ -584,7 +584,7 @@
584
584
  }
585
585
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
586
586
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
587
- height: 0 !important;
587
+ height: 0 !important; /* stylelint-disable-line declaration-no-important */
588
588
  }
589
589
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
590
590
  background: #317ab9;
@@ -1084,7 +1084,7 @@
1084
1084
  }
1085
1085
  .e-schedule .e-month-view .e-header-cells {
1086
1086
  cursor: default;
1087
- font-weight: 400;
1087
+ font-weight: normal;
1088
1088
  height: 30px;
1089
1089
  padding: 3px;
1090
1090
  }
@@ -1459,7 +1459,7 @@
1459
1459
  .e-schedule .e-timeline-year-view .e-left-indent,
1460
1460
  .e-schedule .e-timeline-year-view .e-header-cells {
1461
1461
  cursor: default;
1462
- font-weight: 400;
1462
+ font-weight: normal;
1463
1463
  height: 30px;
1464
1464
  padding: 0;
1465
1465
  text-align: center;
@@ -1982,7 +1982,7 @@
1982
1982
  }
1983
1983
  .e-schedule .e-month-agenda-view .e-header-cells {
1984
1984
  cursor: default;
1985
- font-weight: 400;
1985
+ font-weight: normal;
1986
1986
  height: 30px;
1987
1987
  padding: 5px;
1988
1988
  text-align: center;
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import '../recurrence-editor/bootstrap-definition.scss';
3
+ @import 'bootstrap-definition.scss';
4
+ @import 'icons/bootstrap.scss';
5
+ @import 'all.scss';
@@ -407,7 +407,7 @@
407
407
  }
408
408
  .e-schedule .e-content-wrap,
409
409
  .e-schedule .e-scroll-container {
410
- -webkit-overflow-scrolling: touch;
410
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
411
411
  overflow: auto;
412
412
  }
413
413
  .e-schedule .e-hide-childs > * {
@@ -581,7 +581,7 @@
581
581
  }
582
582
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
583
583
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
584
- height: 0 !important;
584
+ height: 0 !important; /* stylelint-disable-line declaration-no-important */
585
585
  }
586
586
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
587
587
  background: #007bff;
@@ -1086,7 +1086,7 @@
1086
1086
  }
1087
1087
  .e-schedule .e-month-view .e-header-cells {
1088
1088
  cursor: default;
1089
- font-weight: 400;
1089
+ font-weight: normal;
1090
1090
  height: 35px;
1091
1091
  padding: 8px;
1092
1092
  }
@@ -1464,7 +1464,7 @@
1464
1464
  .e-schedule .e-timeline-year-view .e-left-indent,
1465
1465
  .e-schedule .e-timeline-year-view .e-header-cells {
1466
1466
  cursor: default;
1467
- font-weight: 400;
1467
+ font-weight: normal;
1468
1468
  height: 35px;
1469
1469
  padding: 0;
1470
1470
  text-align: center;
@@ -1987,7 +1987,7 @@
1987
1987
  }
1988
1988
  .e-schedule .e-month-agenda-view .e-header-cells {
1989
1989
  cursor: default;
1990
- font-weight: 400;
1990
+ font-weight: normal;
1991
1991
  height: 35px;
1992
1992
  padding: 5px;
1993
1993
  text-align: center;
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import '../recurrence-editor/bootstrap4-definition.scss';
3
+ @import 'bootstrap4-definition.scss';
4
+ @import 'icons/bootstrap4.scss';
5
+ @import 'all.scss';
@@ -1,4 +1,5 @@
1
1
  /*! Schedule's bootstrap5 theme wise override definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
3
4
  content: "\e765";
4
5
  }
@@ -414,7 +415,7 @@
414
415
  }
415
416
  .e-schedule .e-content-wrap,
416
417
  .e-schedule .e-scroll-container {
417
- -webkit-overflow-scrolling: touch;
418
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
418
419
  overflow: auto;
419
420
  }
420
421
  .e-schedule .e-hide-childs > * {
@@ -589,7 +590,7 @@
589
590
  }
590
591
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
591
592
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
592
- height: 0 !important;
593
+ height: 0 !important; /* stylelint-disable-line declaration-no-important */
593
594
  }
594
595
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
595
596
  background: #0d6efd;
@@ -1093,7 +1094,7 @@
1093
1094
  }
1094
1095
  .e-schedule .e-month-view .e-header-cells {
1095
1096
  cursor: default;
1096
- font-weight: 400;
1097
+ font-weight: normal;
1097
1098
  height: 34px;
1098
1099
  padding: 8px;
1099
1100
  }
@@ -1469,7 +1470,7 @@
1469
1470
  .e-schedule .e-timeline-year-view .e-left-indent,
1470
1471
  .e-schedule .e-timeline-year-view .e-header-cells {
1471
1472
  cursor: default;
1472
- font-weight: 400;
1473
+ font-weight: normal;
1473
1474
  height: 34px;
1474
1475
  padding: 0;
1475
1476
  text-align: center;
@@ -1993,7 +1994,7 @@
1993
1994
  }
1994
1995
  .e-schedule .e-month-agenda-view .e-header-cells {
1995
1996
  cursor: default;
1996
- font-weight: 400;
1997
+ font-weight: normal;
1997
1998
  height: 34px;
1998
1999
  padding: 5px;
1999
2000
  text-align: center;