@syncfusion/ej2-angular-schedule 20.3.58-ngcc → 20.3.58

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 (157) 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 +27 -13
  18. package/schematics/utils/lib-details.d.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 +5 -5
  32. package/styles/bootstrap5.css +5 -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 +13 -0
  43. package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
  44. package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
  45. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  46. package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
  47. package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
  48. package/styles/recurrence-editor/_fabric-definition.scss +13 -0
  49. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  50. package/styles/recurrence-editor/_fluent-definition.scss +13 -0
  51. package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
  52. package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
  53. package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
  54. package/styles/recurrence-editor/_layout.scss +534 -0
  55. package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
  56. package/styles/recurrence-editor/_material-definition.scss +13 -0
  57. package/styles/recurrence-editor/_material3-definition.scss +13 -0
  58. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  59. package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
  60. package/styles/recurrence-editor/_theme.scss +1 -0
  61. package/styles/recurrence-editor/bootstrap-dark.css +5 -5
  62. package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
  63. package/styles/recurrence-editor/bootstrap.css +5 -5
  64. package/styles/recurrence-editor/bootstrap.scss +3 -1
  65. package/styles/recurrence-editor/bootstrap4.css +5 -5
  66. package/styles/recurrence-editor/bootstrap4.scss +3 -1
  67. package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
  68. package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
  69. package/styles/recurrence-editor/bootstrap5.css +5 -5
  70. package/styles/recurrence-editor/bootstrap5.scss +3 -1
  71. package/styles/recurrence-editor/fabric-dark.css +5 -5
  72. package/styles/recurrence-editor/fabric-dark.scss +3 -1
  73. package/styles/recurrence-editor/fabric.css +5 -5
  74. package/styles/recurrence-editor/fabric.scss +3 -1
  75. package/styles/recurrence-editor/fluent-dark.css +5 -5
  76. package/styles/recurrence-editor/fluent-dark.scss +3 -1
  77. package/styles/recurrence-editor/fluent.css +5 -5
  78. package/styles/recurrence-editor/fluent.scss +3 -1
  79. package/styles/recurrence-editor/highcontrast-light.css +5 -5
  80. package/styles/recurrence-editor/highcontrast-light.scss +3 -1
  81. package/styles/recurrence-editor/highcontrast.css +5 -5
  82. package/styles/recurrence-editor/highcontrast.scss +3 -1
  83. package/styles/recurrence-editor/material-dark.css +5 -5
  84. package/styles/recurrence-editor/material-dark.scss +3 -1
  85. package/styles/recurrence-editor/material.css +5 -5
  86. package/styles/recurrence-editor/material.scss +3 -1
  87. package/styles/recurrence-editor/tailwind-dark.css +5 -5
  88. package/styles/recurrence-editor/tailwind-dark.scss +3 -1
  89. package/styles/recurrence-editor/tailwind.css +5 -5
  90. package/styles/recurrence-editor/tailwind.scss +3 -1
  91. package/styles/schedule/_all.scss +2 -0
  92. package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
  93. package/styles/schedule/_bootstrap-definition.scss +213 -0
  94. package/styles/schedule/_bootstrap4-definition.scss +215 -0
  95. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  96. package/styles/schedule/_bootstrap5-definition.scss +224 -0
  97. package/styles/schedule/_fabric-dark-definition.scss +213 -0
  98. package/styles/schedule/_fabric-definition.scss +213 -0
  99. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  100. package/styles/schedule/_fluent-definition.scss +220 -0
  101. package/styles/schedule/_fusionnew-definition.scss +224 -0
  102. package/styles/schedule/_highcontrast-definition.scss +214 -0
  103. package/styles/schedule/_highcontrast-light-definition.scss +214 -0
  104. package/styles/schedule/_layout.scss +4489 -0
  105. package/styles/schedule/_material-dark-definition.scss +213 -0
  106. package/styles/schedule/_material-definition.scss +213 -0
  107. package/styles/schedule/_material3-definition.scss +224 -0
  108. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  109. package/styles/schedule/_tailwind-definition.scss +217 -0
  110. package/styles/schedule/_theme.scss +510 -0
  111. package/styles/schedule/bootstrap-dark.scss +5 -1
  112. package/styles/schedule/bootstrap.scss +5 -1
  113. package/styles/schedule/bootstrap4.scss +5 -1
  114. package/styles/schedule/bootstrap5-dark.scss +4 -1
  115. package/styles/schedule/bootstrap5.scss +5 -1
  116. package/styles/schedule/fabric-dark.scss +5 -1
  117. package/styles/schedule/fabric.scss +5 -1
  118. package/styles/schedule/fluent-dark.scss +4 -1
  119. package/styles/schedule/fluent.scss +5 -1
  120. package/styles/schedule/highcontrast-light.scss +5 -1
  121. package/styles/schedule/highcontrast.scss +5 -1
  122. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  123. package/styles/schedule/icons/_bootstrap.scss +231 -0
  124. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  125. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  126. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  127. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  128. package/styles/schedule/icons/_fabric.scss +231 -0
  129. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  130. package/styles/schedule/icons/_fluent.scss +231 -0
  131. package/styles/schedule/icons/_fusionnew.scss +231 -0
  132. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  133. package/styles/schedule/icons/_highcontrast.scss +231 -0
  134. package/styles/schedule/icons/_material-dark.scss +231 -0
  135. package/styles/schedule/icons/_material.scss +231 -0
  136. package/styles/schedule/icons/_material3.scss +231 -0
  137. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  138. package/styles/schedule/icons/_tailwind.scss +231 -0
  139. package/styles/schedule/material-dark.scss +5 -1
  140. package/styles/schedule/material.scss +5 -1
  141. package/styles/schedule/tailwind-dark.scss +4 -1
  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 -1579
  151. package/dist/ej2-angular-schedule.umd.js +0 -980
  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
@@ -0,0 +1,534 @@
1
+ @include export-module('recurrence-editor-layout') {
2
+
3
+ /*! Recurrence-Editor component layout */
4
+ .e-recurrenceeditor {
5
+ .e-editor {
6
+ display: flex;
7
+ flex-flow: row wrap;
8
+ margin-left: auto;
9
+ margin-right: auto;
10
+ max-width: 1240px;
11
+ }
12
+
13
+ .e-recurrence-table {
14
+ table-layout: fixed;
15
+ width: 100%;
16
+
17
+ &.e-repeat-content-wrapper td:last-child {
18
+ width: 27%;
19
+ }
20
+
21
+ &.e-month-expand-wrapper td:first-child {
22
+ width: 24%;
23
+ }
24
+
25
+ .e-repeat-content {
26
+ display: inline-block;
27
+ font-weight: normal;
28
+ padding: 18px 0 0 8px;
29
+ }
30
+
31
+ .e-input-wrapper {
32
+ float: none;
33
+ width: 100%;
34
+ }
35
+
36
+ .e-week-position {
37
+ min-width: $recurrence-week-position-min-width;
38
+ position: relative;
39
+ right: 20px;
40
+ }
41
+
42
+ .e-day-position {
43
+ min-width: 120px;
44
+ }
45
+
46
+ .e-monthday-element {
47
+ padding-left: 10px;
48
+ }
49
+ }
50
+
51
+ .e-input-wrapper-side.e-form-left {
52
+ padding: $recurrence-left-padding;
53
+ }
54
+
55
+ .e-form-left {
56
+ padding: 0 8px 16px 0;
57
+ }
58
+
59
+ .e-form-right,
60
+ .e-input-wrapper-side.e-form-right {
61
+ padding: 0 0 10px 8px;
62
+ }
63
+
64
+ .e-input-wrapper {
65
+ float: left;
66
+ width: 50%;
67
+
68
+ div {
69
+ margin-bottom: 2.5%;
70
+ }
71
+ }
72
+
73
+ .e-input-wrapper.e-end-on-date,
74
+ .e-input-wrapper.e-end-on-count {
75
+ padding-right: 0;
76
+ }
77
+
78
+ &.e-rtl {
79
+ .e-end-on > div,
80
+ .e-month-expander > div > div {
81
+ float: right;
82
+ }
83
+
84
+ .e-form-left,
85
+ .e-input-wrapper-side.e-form-left {
86
+ padding: 0 0 10px 8px;
87
+ }
88
+
89
+ .e-form-right,
90
+ .e-input-wrapper-side.e-form-right {
91
+ padding: 0 8px 10px 0;
92
+ }
93
+
94
+ .e-recurrence-table .e-monthday-element {
95
+ position: relative;
96
+ right: 10px;
97
+ }
98
+
99
+ .e-week-position {
100
+ left: 20px;
101
+ right: 0;
102
+ }
103
+
104
+ .e-input-wrapper-side.e-end-on .e-end-on-label,
105
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
106
+ padding-right: 0;
107
+ }
108
+
109
+ .e-end-on-label {
110
+ margin-bottom: 5px;
111
+ }
112
+
113
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
114
+ padding-left: 8px;
115
+ padding-right: 0;
116
+ }
117
+
118
+ .e-input-wrapper.e-end-on-date,
119
+ .e-input-wrapper.e-end-on-count {
120
+ padding-left: 0;
121
+ padding-right: 8px;
122
+ }
123
+
124
+ .e-recurrenceeditor {
125
+ .e-recurrence-table {
126
+ &.e-month-expand-wrapper td:first-child {
127
+ width: 30px;
128
+ }
129
+ }
130
+ }
131
+ }
132
+
133
+ .e-days {
134
+ .e-week-expander-label {
135
+ font-size: $recurrence-label-font-nrml-size;
136
+ font-weight: $recurrence-label-font-weight;
137
+ margin-bottom: 8px;
138
+ }
139
+
140
+ button {
141
+ border-radius: 50%;
142
+ flex-flow: row wrap;
143
+ height: 35px;
144
+ margin: 0 8px 10px;
145
+ width: 35px;
146
+ }
147
+ }
148
+
149
+ .e-hide-recurrence-element {
150
+ display: none;
151
+ }
152
+
153
+ .e-half-space {
154
+ width: 20%;
155
+ }
156
+
157
+ .e-year-expander {
158
+ margin-bottom: 11px;
159
+ }
160
+
161
+ .e-month-expander tr:first-child .e-input-wrapper {
162
+ margin-bottom: 11px;
163
+ }
164
+
165
+ .e-month-expander-checkbox-wrapper.e-input-wrapper {
166
+ margin-top: -3px;
167
+
168
+ .e-month-type .e-label {
169
+ display: none;
170
+ }
171
+ }
172
+
173
+ .e-input-wrapper-side {
174
+ float: left;
175
+ padding: 16px 20px 0;
176
+ width: 50%;
177
+
178
+ &.e-end-on {
179
+
180
+ .e-end-on-label {
181
+ float: none;
182
+ font-size: $recurrence-label-font-nrml-size;
183
+ font-weight: $recurrence-label-font-weight;
184
+ margin-bottom: $recurrence-month-label-bottom;
185
+ padding-right: 16px;
186
+ }
187
+
188
+ .e-end-on-left {
189
+ padding-right: 16px;
190
+ }
191
+ }
192
+
193
+ &.e-non-week > .e-input-wrapper {
194
+ margin: 0;
195
+ }
196
+
197
+ &.e-non-week > .e-month-expander-label {
198
+ font-size: $recurrence-label-font-nrml-size;
199
+ font-weight: $recurrence-label-font-weight;
200
+ margin-bottom: $recurrence-month-label-bottom;
201
+ padding-right: 16px;
202
+ }
203
+ }
204
+
205
+ .e-input-wrapper-side .e-days .e-form-left {
206
+ padding-bottom: 6px;
207
+ }
208
+
209
+ .e-input-wrapper-side .e-non-week .e-form-left {
210
+ padding-bottom: 12px;
211
+ }
212
+
213
+ .e-input-wrapper-side.e-form-right {
214
+ margin-bottom: 11px;
215
+ }
216
+ }
217
+
218
+ .e-bigger {
219
+ .e-recurrenceeditor {
220
+ padding: 0;
221
+
222
+ .e-input-wrapper-side.e-form-left {
223
+ padding: 0 12px 11px 0;
224
+ }
225
+
226
+ .e-form-left {
227
+ padding: 0 12px 14px 0;
228
+ }
229
+
230
+ .e-form-right,
231
+ .e-input-wrapper-side.e-form-right {
232
+ padding: 0 0 10px 12px;
233
+ }
234
+
235
+ .e-input-wrapper-side .e-days .e-form-left {
236
+ padding-bottom: 6px;
237
+ }
238
+
239
+ .e-recurrence-table .e-monthday-element {
240
+ padding-left: 70px;
241
+ }
242
+
243
+ .e-week-position {
244
+ min-width: $recurrence-week-position-bgr-min-width;
245
+ right: 0;
246
+ }
247
+
248
+ .e-day-position {
249
+ min-width: $recurrence-day-position-bgr-min-width;
250
+ padding-left: $recurrence-day-position-bgr-padding-left;
251
+ }
252
+
253
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
254
+ font-size: $recurrence-label-font-bgr-size;
255
+ margin-bottom: 0;
256
+ }
257
+
258
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
259
+ padding-right: $recurrence-end-bgr-padding-right;
260
+ }
261
+
262
+ .e-end-on-label {
263
+ margin-bottom: 0;
264
+ }
265
+
266
+ .e-days .e-week-expander-label {
267
+ font-size: $recurrence-label-font-bgr-size;
268
+ margin-bottom: 8px;
269
+ }
270
+
271
+ .e-input-wrapper-side .e-non-week .e-form-left {
272
+ padding-bottom: 12px;
273
+ }
274
+
275
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
276
+ font-size: $recurrence-label-font-bgr-size;
277
+ margin-bottom: 1px;
278
+ }
279
+
280
+ .e-month-expander tr:first-child .e-input-wrapper,
281
+ .e-year-expander,
282
+ .e-input-wrapper-side.e-form-right {
283
+ margin-bottom: 11px;
284
+ }
285
+
286
+ .e-recurrence-table {
287
+ &.e-month-expand-wrapper td:first-child {
288
+ width: 30px;
289
+ }
290
+ }
291
+
292
+ .e-days {
293
+ button {
294
+ height: 40px;
295
+ width: 40px;
296
+ }
297
+ }
298
+
299
+ &.e-rtl {
300
+
301
+ .e-form-left,
302
+ .e-input-wrapper-side.e-form-left {
303
+ padding: 0 0 10px 12px;
304
+ }
305
+
306
+ .e-form-right,
307
+ .e-input-wrapper-side.e-form-right {
308
+ padding: 0 12px 10px 0;
309
+ }
310
+
311
+ .e-recurrence-table .e-monthday-element,
312
+ .e-recurrence-table .e-day-position {
313
+ padding-left: 0;
314
+ padding-right: 64px;
315
+ }
316
+
317
+ .e-input-wrapper-side.e-end-on .e-end-on-label,
318
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
319
+ padding-right: 0;
320
+ }
321
+
322
+ .e-end-on-label {
323
+ margin-bottom: 5px;
324
+ }
325
+
326
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
327
+ padding-left: 12px;
328
+ padding-right: 0;
329
+ }
330
+
331
+ .e-input-wrapper.e-end-on-date,
332
+ .e-input-wrapper.e-end-on-count {
333
+ padding-left: 0;
334
+ padding-right: 12px;
335
+ }
336
+
337
+ .e-recurrence-table .e-week-position {
338
+ left: 0;
339
+ }
340
+ }
341
+ }
342
+ }
343
+
344
+ .e-device {
345
+ .e-recurrenceeditor {
346
+ .e-recurrence-table {
347
+ &.e-repeat-content-wrapper td:last-child {
348
+ width: 25%;
349
+ }
350
+
351
+ &.e-month-expand-wrapper td:first-child {
352
+ width: 20%;
353
+ }
354
+ }
355
+
356
+ .e-week-expander-label {
357
+ margin-bottom: 6px;
358
+ }
359
+
360
+ .e-month-expander-label {
361
+ font-size: 12px;
362
+ margin-bottom: 5px;
363
+ }
364
+
365
+ .e-footer-content {
366
+ padding: 12px;
367
+ }
368
+
369
+ .e-form-left,
370
+ .e-input-wrapper-side.e-form-left {
371
+ padding: 0 3px 10px 0;
372
+ }
373
+
374
+ .e-form-right,
375
+ .e-input-wrapper-side.e-form-right {
376
+ padding: 0 0 10px 3px;
377
+ }
378
+
379
+ .e-input-wrapper.e-end-on-date,
380
+ .e-input-wrapper.e-end-on-count {
381
+ padding-left: 10px;
382
+ padding-right: 0;
383
+ }
384
+
385
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
386
+ padding-right: 10px;
387
+ }
388
+
389
+ &.e-end-on {
390
+ padding-right: 0;
391
+
392
+ .e-end-on-label {
393
+ float: none;
394
+ font-size: 12px;
395
+ font-weight: $recurrence-label-font-weight;
396
+ margin-bottom: $recurrence-label-bottom;
397
+ }
398
+
399
+ .e-end-on-left {
400
+ padding-right: 0;
401
+ }
402
+ }
403
+
404
+ .e-recurrence-table .e-monthday-element,
405
+ .e-recurrence-table .e-day-position {
406
+ padding-left: 20px;
407
+ }
408
+
409
+ .e-week-position {
410
+ right: 0;
411
+ }
412
+
413
+ &.e-rtl {
414
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
415
+ padding-right: 0;
416
+ }
417
+
418
+ .e-input-wrapper.e-end-on-date,
419
+ .e-input-wrapper.e-end-on-count {
420
+ padding-left: 0;
421
+ padding-right: 10px;
422
+ }
423
+
424
+ .e-recurrence-table .e-monthday-element {
425
+ padding-left: 0;
426
+ }
427
+
428
+ .e-recurrence-table .e-day-position {
429
+ padding-right: 20px;
430
+ padding-left: 0;
431
+ }
432
+
433
+ .e-week-position {
434
+ left: 0;
435
+ }
436
+ }
437
+ }
438
+
439
+ &.e-recurrence-dialog {
440
+ .e-dlg-header-content {
441
+ background: none;
442
+ box-shadow: none;
443
+ padding-bottom: 10px;
444
+ }
445
+
446
+ .e-editor {
447
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
448
+ margin-bottom: $recurrence-label-bottom;
449
+ }
450
+ }
451
+
452
+ .e-footer-content {
453
+ padding: 16px 8px;
454
+ }
455
+ }
456
+ }
457
+
458
+ @media (max-width: 580px) {
459
+ .e-recurrenceeditor {
460
+ margin-left: auto;
461
+ margin-right: auto;
462
+ width: 100%;
463
+
464
+ .e-editor {
465
+ flex-direction: column;
466
+
467
+ >.e-input-wrapper.e-form-left {
468
+ margin-top: 0;
469
+ }
470
+
471
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label,
472
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
473
+ margin-bottom: $recurrence-month-label-bottom;
474
+ }
475
+
476
+ > div {
477
+ margin-top: 20px;
478
+ }
479
+
480
+ > .e-input-wrapper {
481
+ width: 100%;
482
+ }
483
+
484
+ .e-input-wrapper-side.e-end-on {
485
+ width: 100%;
486
+
487
+ .e-input-wrapper {
488
+ width: 50%;
489
+ }
490
+ }
491
+
492
+ .e-form-left,
493
+ .e-input-wrapper-side.e-form-left {
494
+ padding: 0 0 10px;
495
+ }
496
+
497
+ .e-input-wrapper.e-end-on-date,
498
+ .e-input-wrapper.e-end-on-count {
499
+ padding-left: 10px;
500
+ padding-right: 0;
501
+ }
502
+
503
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
504
+ padding-right: 10px;
505
+ }
506
+
507
+ .e-form-right,
508
+ .e-input-wrapper-side.e-form-right {
509
+ padding-left: 0;
510
+ }
511
+
512
+ .e-input-wrapper-side.e-days {
513
+ width: 100%;
514
+ }
515
+
516
+ .e-input-wrapper-side.e-non-week {
517
+ width: 100%;
518
+ }
519
+ }
520
+
521
+ &.e-rtl {
522
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
523
+ padding-right: 0;
524
+ }
525
+
526
+ .e-input-wrapper.e-end-on-date,
527
+ .e-input-wrapper.e-end-on-count {
528
+ padding-left: 0;
529
+ padding-right: 10px;
530
+ }
531
+ }
532
+ }
533
+ }
534
+ }
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 1px !default;
3
+ $recurrence-month-label-bottom: 1px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 12px !default;
7
+ $recurrence-label-font-bgr-size: 12px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 90px !default;
10
+ $recurrence-day-position-bgr-min-width: 128px !default;
11
+ $recurrence-day-position-bgr-padding-left: 14px !default;
12
+ $recurrence-end-bgr-padding-right: 16px !default;
13
+ $recurrence-week-position-min-width: 81px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 1px !default;
3
+ $recurrence-month-label-bottom: 1px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 12px !default;
7
+ $recurrence-label-font-bgr-size: 12px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 90px !default;
10
+ $recurrence-day-position-bgr-min-width: 128px !default;
11
+ $recurrence-day-position-bgr-padding-left: 14px !default;
12
+ $recurrence-end-bgr-padding-right: 16px !default;
13
+ $recurrence-week-position-min-width: 81px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 14px !default;
7
+ $recurrence-label-font-bgr-size: 16px !default;
8
+ $recurrence-left-padding: 0 8px 16px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 190px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 16px !default;
13
+ $recurrence-week-position-min-width: 98px !default;
@@ -0,0 +1 @@
1
+ @import './tailwind-definition.scss';
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 14px !default;
7
+ $recurrence-label-font-bgr-size: 16px !default;
8
+ $recurrence-left-padding: 0 8px 16px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 197px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 2px !default;
13
+ $recurrence-week-position-min-width: 94px !default;
@@ -0,0 +1 @@
1
+ /*! Recurrence-Editor component theme */
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import 'bootstrap-dark-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import 'bootstrap-definition.scss';
3
+ @import 'all.scss';