@syncfusion/ej2-angular-schedule 20.3.56 → 20.3.57-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 (159) 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 +1572 -0
  6. package/dist/ej2-angular-schedule.umd.js +980 -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 +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  18. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  19. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  20. package/src/schedule/headerrows.directive.d.ts +0 -5
  21. package/src/schedule/resources.directive.d.ts +0 -5
  22. package/src/schedule/schedule-all.module.d.ts +0 -6
  23. package/src/schedule/schedule.component.d.ts +0 -3
  24. package/src/schedule/schedule.module.d.ts +0 -9
  25. package/src/schedule/views.directive.d.ts +0 -5
  26. package/styles/bootstrap-dark.css +5 -5
  27. package/styles/bootstrap.css +5 -5
  28. package/styles/bootstrap4.css +5 -5
  29. package/styles/bootstrap5-dark.css +5 -5
  30. package/styles/bootstrap5.css +5 -5
  31. package/styles/fabric-dark.css +5 -5
  32. package/styles/fabric.css +5 -5
  33. package/styles/fluent-dark.css +5 -5
  34. package/styles/fluent.css +5 -5
  35. package/styles/highcontrast-light.css +5 -5
  36. package/styles/highcontrast.css +5 -5
  37. package/styles/material-dark.css +5 -5
  38. package/styles/material.css +5 -5
  39. package/styles/recurrence-editor/bootstrap-dark.css +5 -5
  40. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  41. package/styles/recurrence-editor/bootstrap.css +5 -5
  42. package/styles/recurrence-editor/bootstrap.scss +1 -3
  43. package/styles/recurrence-editor/bootstrap4.css +5 -5
  44. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  45. package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
  46. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  47. package/styles/recurrence-editor/bootstrap5.css +5 -5
  48. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  49. package/styles/recurrence-editor/fabric-dark.css +5 -5
  50. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  51. package/styles/recurrence-editor/fabric.css +5 -5
  52. package/styles/recurrence-editor/fabric.scss +1 -3
  53. package/styles/recurrence-editor/fluent-dark.css +5 -5
  54. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  55. package/styles/recurrence-editor/fluent.css +5 -5
  56. package/styles/recurrence-editor/fluent.scss +1 -3
  57. package/styles/recurrence-editor/highcontrast-light.css +5 -5
  58. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  59. package/styles/recurrence-editor/highcontrast.css +5 -5
  60. package/styles/recurrence-editor/highcontrast.scss +1 -3
  61. package/styles/recurrence-editor/material-dark.css +5 -5
  62. package/styles/recurrence-editor/material-dark.scss +1 -3
  63. package/styles/recurrence-editor/material.css +5 -5
  64. package/styles/recurrence-editor/material.scss +1 -3
  65. package/styles/recurrence-editor/tailwind-dark.css +5 -5
  66. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  67. package/styles/recurrence-editor/tailwind.css +5 -5
  68. package/styles/recurrence-editor/tailwind.scss +1 -3
  69. package/styles/schedule/bootstrap-dark.scss +1 -5
  70. package/styles/schedule/bootstrap.scss +1 -5
  71. package/styles/schedule/bootstrap4.scss +1 -5
  72. package/styles/schedule/bootstrap5-dark.scss +1 -4
  73. package/styles/schedule/bootstrap5.scss +1 -5
  74. package/styles/schedule/fabric-dark.scss +1 -5
  75. package/styles/schedule/fabric.scss +1 -5
  76. package/styles/schedule/fluent-dark.scss +1 -4
  77. package/styles/schedule/fluent.scss +1 -5
  78. package/styles/schedule/highcontrast-light.scss +1 -5
  79. package/styles/schedule/highcontrast.scss +1 -5
  80. package/styles/schedule/material-dark.scss +1 -5
  81. package/styles/schedule/material.scss +1 -5
  82. package/styles/schedule/tailwind-dark.scss +1 -4
  83. package/styles/schedule/tailwind.scss +1 -5
  84. package/styles/tailwind-dark.css +5 -5
  85. package/styles/tailwind.css +5 -5
  86. package/esm2020/public_api.mjs +0 -3
  87. package/esm2020/src/index.mjs +0 -11
  88. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  89. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  90. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  91. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  92. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  93. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  94. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  95. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  96. package/esm2020/src/schedule/views.directive.mjs +0 -126
  97. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  98. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  99. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  100. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  101. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  102. package/styles/recurrence-editor/_all.scss +0 -2
  103. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  104. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  105. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  106. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  107. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  108. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  109. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  110. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  111. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  112. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  113. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  114. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  115. package/styles/recurrence-editor/_layout.scss +0 -534
  116. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  117. package/styles/recurrence-editor/_material-definition.scss +0 -13
  118. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  119. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  120. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  121. package/styles/recurrence-editor/_theme.scss +0 -1
  122. package/styles/schedule/_all.scss +0 -2
  123. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  124. package/styles/schedule/_bootstrap-definition.scss +0 -213
  125. package/styles/schedule/_bootstrap4-definition.scss +0 -215
  126. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  127. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  128. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  129. package/styles/schedule/_fabric-definition.scss +0 -213
  130. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  131. package/styles/schedule/_fluent-definition.scss +0 -220
  132. package/styles/schedule/_fusionnew-definition.scss +0 -224
  133. package/styles/schedule/_highcontrast-definition.scss +0 -214
  134. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  135. package/styles/schedule/_layout.scss +0 -4489
  136. package/styles/schedule/_material-dark-definition.scss +0 -213
  137. package/styles/schedule/_material-definition.scss +0 -213
  138. package/styles/schedule/_material3-definition.scss +0 -224
  139. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  140. package/styles/schedule/_tailwind-definition.scss +0 -217
  141. package/styles/schedule/_theme.scss +0 -510
  142. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  143. package/styles/schedule/icons/_bootstrap.scss +0 -231
  144. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  145. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  146. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  147. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  148. package/styles/schedule/icons/_fabric.scss +0 -231
  149. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  150. package/styles/schedule/icons/_fluent.scss +0 -231
  151. package/styles/schedule/icons/_fusionnew.scss +0 -231
  152. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  153. package/styles/schedule/icons/_highcontrast.scss +0 -231
  154. package/styles/schedule/icons/_material-dark.scss +0 -231
  155. package/styles/schedule/icons/_material.scss +0 -231
  156. package/styles/schedule/icons/_material3.scss +0 -231
  157. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  158. package/styles/schedule/icons/_tailwind.scss +0 -231
  159. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,534 +0,0 @@
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
- }
@@ -1,13 +0,0 @@
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;
@@ -1,13 +0,0 @@
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;
@@ -1,13 +0,0 @@
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;
@@ -1 +0,0 @@
1
- @import './tailwind-definition.scss';
@@ -1,13 +0,0 @@
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;
@@ -1 +0,0 @@
1
- /*! Recurrence-Editor component theme */
@@ -1,2 +0,0 @@
1
- @import 'layout.scss';
2
- @import 'theme.scss';