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