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

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 +28 -14
  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 +11 -8
  29. package/styles/bootstrap.css +11 -8
  30. package/styles/bootstrap4.css +11 -8
  31. package/styles/bootstrap5-dark.css +12 -8
  32. package/styles/bootstrap5.css +12 -8
  33. package/styles/fabric-dark.css +11 -8
  34. package/styles/fabric.css +11 -8
  35. package/styles/fluent-dark.css +11 -6
  36. package/styles/fluent.css +11 -6
  37. package/styles/highcontrast-light.css +11 -8
  38. package/styles/highcontrast.css +11 -8
  39. package/styles/material-dark.css +11 -8
  40. package/styles/material.css +11 -8
  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 +4479 -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 +503 -0
  96. package/styles/schedule/bootstrap-dark.css +11 -8
  97. package/styles/schedule/bootstrap-dark.scss +5 -1
  98. package/styles/schedule/bootstrap.css +11 -8
  99. package/styles/schedule/bootstrap.scss +5 -1
  100. package/styles/schedule/bootstrap4.css +11 -8
  101. package/styles/schedule/bootstrap4.scss +5 -1
  102. package/styles/schedule/bootstrap5-dark.css +12 -8
  103. package/styles/schedule/bootstrap5-dark.scss +4 -1
  104. package/styles/schedule/bootstrap5.css +12 -8
  105. package/styles/schedule/bootstrap5.scss +5 -1
  106. package/styles/schedule/fabric-dark.css +11 -8
  107. package/styles/schedule/fabric-dark.scss +5 -1
  108. package/styles/schedule/fabric.css +11 -8
  109. package/styles/schedule/fabric.scss +5 -1
  110. package/styles/schedule/fluent-dark.css +11 -6
  111. package/styles/schedule/fluent-dark.scss +4 -1
  112. package/styles/schedule/fluent.css +11 -6
  113. package/styles/schedule/fluent.scss +5 -1
  114. package/styles/schedule/highcontrast-light.css +11 -8
  115. package/styles/schedule/highcontrast-light.scss +5 -1
  116. package/styles/schedule/highcontrast.css +11 -8
  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 +11 -8
  136. package/styles/schedule/material-dark.scss +5 -1
  137. package/styles/schedule/material.css +11 -8
  138. package/styles/schedule/material.scss +5 -1
  139. package/styles/schedule/tailwind-dark.css +11 -8
  140. package/styles/schedule/tailwind-dark.scss +4 -1
  141. package/styles/schedule/tailwind.css +11 -8
  142. package/styles/schedule/tailwind.scss +5 -1
  143. package/styles/tailwind-dark.css +11 -8
  144. package/styles/tailwind.css +11 -8
  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 -1508
  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,542 @@
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: $recurrence-week-position-right;
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
+ position: relative;
101
+ right: $recurrence-week-position-right-rtl;
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: 0;
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-recurrence-table .e-week-position {
236
+ right: 24px;
237
+ }
238
+
239
+ .e-input-wrapper-side .e-days .e-form-left {
240
+ padding-bottom: 6px;
241
+ }
242
+
243
+ .e-recurrence-table .e-monthday-element {
244
+ padding-left: 70px;
245
+ }
246
+
247
+ .e-week-position {
248
+ min-width: $recurrence-week-position-bgr-min-width;
249
+ padding-left: 55px;
250
+ padding-right: 0;
251
+ }
252
+
253
+ .e-day-position {
254
+ min-width: $recurrence-day-position-bgr-min-width;
255
+ padding-left: $recurrence-day-position-bgr-padding-left;
256
+ }
257
+
258
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
259
+ font-size: $recurrence-label-font-bgr-size;
260
+ margin-bottom: 0;
261
+ }
262
+
263
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
264
+ padding-right: $recurrence-end-bgr-padding-right;
265
+ }
266
+
267
+ .e-end-on-label {
268
+ margin-bottom: 0;
269
+ }
270
+
271
+ .e-days .e-week-expander-label {
272
+ font-size: $recurrence-label-font-bgr-size;
273
+ margin-bottom: 8px;
274
+ }
275
+
276
+ .e-input-wrapper-side .e-non-week .e-form-left {
277
+ padding-bottom: 12px;
278
+ }
279
+
280
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
281
+ font-size: $recurrence-label-font-bgr-size;
282
+ margin-bottom: 1px;
283
+ }
284
+
285
+ .e-month-expander tr:first-child .e-input-wrapper,
286
+ .e-year-expander,
287
+ .e-input-wrapper-side.e-form-right {
288
+ margin-bottom: 11px;
289
+ }
290
+
291
+ .e-recurrence-table {
292
+ &.e-month-expand-wrapper td:first-child {
293
+ width: 0;
294
+ }
295
+ }
296
+
297
+ .e-days {
298
+ button {
299
+ height: 40px;
300
+ width: 40px;
301
+ }
302
+ }
303
+
304
+ &.e-rtl {
305
+
306
+ .e-form-left,
307
+ .e-input-wrapper-side.e-form-left {
308
+ padding: 0 0 10px 12px;
309
+ }
310
+
311
+ .e-form-right,
312
+ .e-input-wrapper-side.e-form-right {
313
+ padding: 0 12px 10px 0;
314
+ }
315
+
316
+ .e-recurrence-table .e-monthday-element {
317
+ padding-left: 0;
318
+ padding-right: 64px;
319
+ }
320
+
321
+ .e-input-wrapper-side.e-end-on .e-end-on-label,
322
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
323
+ padding-right: 0;
324
+ }
325
+
326
+ .e-end-on-label {
327
+ margin-bottom: 5px;
328
+ }
329
+
330
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
331
+ padding-left: 12px;
332
+ padding-right: 0;
333
+ }
334
+
335
+ .e-input-wrapper.e-end-on-date,
336
+ .e-input-wrapper.e-end-on-count {
337
+ padding-left: 0;
338
+ padding-right: 12px;
339
+ }
340
+
341
+ .e-recurrence-table .e-week-position {
342
+ right: 33px;
343
+ }
344
+
345
+ .e-week-position {
346
+ padding-left: 46px;
347
+ }
348
+ }
349
+ }
350
+ }
351
+
352
+ .e-device {
353
+ .e-recurrenceeditor {
354
+ .e-recurrence-table {
355
+ &.e-repeat-content-wrapper td:last-child {
356
+ width: 25%;
357
+ }
358
+
359
+ &.e-month-expand-wrapper td:first-child {
360
+ width: 20%;
361
+ }
362
+ }
363
+
364
+ .e-week-expander-label {
365
+ margin-bottom: 6px;
366
+ }
367
+
368
+ .e-month-expander-label {
369
+ font-size: 12px;
370
+ margin-bottom: 5px;
371
+ }
372
+
373
+ .e-footer-content {
374
+ padding: 12px;
375
+ }
376
+
377
+ .e-form-left,
378
+ .e-input-wrapper-side.e-form-left {
379
+ padding: 0 3px 10px 0;
380
+ }
381
+
382
+ .e-form-right,
383
+ .e-input-wrapper-side.e-form-right {
384
+ padding: 0 0 10px 3px;
385
+ }
386
+
387
+ .e-input-wrapper.e-end-on-date,
388
+ .e-input-wrapper.e-end-on-count {
389
+ padding-left: 10px;
390
+ padding-right: 0;
391
+ }
392
+
393
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
394
+ padding-right: 10px;
395
+ }
396
+
397
+ &.e-end-on {
398
+ padding-right: 0;
399
+
400
+ .e-end-on-label {
401
+ float: none;
402
+ font-size: 12px;
403
+ font-weight: $recurrence-label-font-weight;
404
+ margin-bottom: $recurrence-label-bottom;
405
+ }
406
+
407
+ .e-end-on-left {
408
+ padding-right: 0;
409
+ }
410
+ }
411
+
412
+ &.e-rtl {
413
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
414
+ padding-right: 0;
415
+ }
416
+
417
+ .e-input-wrapper.e-end-on-date,
418
+ .e-input-wrapper.e-end-on-count {
419
+ padding-left: 0;
420
+ padding-right: 10px;
421
+ }
422
+
423
+ .e-recurrence-table .e-monthday-element {
424
+ padding-left: 0;
425
+ }
426
+
427
+ .e-week-position {
428
+ padding-left: 16px;
429
+ padding-right: 0;
430
+ }
431
+ }
432
+
433
+ .e-recurrence-table .e-monthday-element {
434
+ padding-left: 20px;
435
+ }
436
+
437
+ .e-week-position {
438
+ padding-left: 0;
439
+ padding-right: 0;
440
+ }
441
+
442
+ .e-week-position {
443
+ padding-left: 0;
444
+ }
445
+ }
446
+
447
+ &.e-recurrence-dialog {
448
+ .e-dlg-header-content {
449
+ background: none;
450
+ box-shadow: none;
451
+ padding-bottom: 10px;
452
+ }
453
+
454
+ .e-editor {
455
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
456
+ margin-bottom: $recurrence-label-bottom;
457
+ }
458
+ }
459
+
460
+ .e-footer-content {
461
+ padding: 16px 8px;
462
+ }
463
+ }
464
+ }
465
+
466
+ @media (max-width: 580px) {
467
+ .e-recurrenceeditor {
468
+ margin-left: auto;
469
+ margin-right: auto;
470
+ width: 100%;
471
+
472
+ .e-editor {
473
+ flex-direction: column;
474
+
475
+ >.e-input-wrapper.e-form-left {
476
+ margin-top: 0;
477
+ }
478
+
479
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label,
480
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
481
+ margin-bottom: $recurrence-month-label-bottom;
482
+ }
483
+
484
+ > div {
485
+ margin-top: 20px;
486
+ }
487
+
488
+ > .e-input-wrapper {
489
+ width: 100%;
490
+ }
491
+
492
+ .e-input-wrapper-side.e-end-on {
493
+ width: 100%;
494
+
495
+ .e-input-wrapper {
496
+ width: 50%;
497
+ }
498
+ }
499
+
500
+ .e-form-left,
501
+ .e-input-wrapper-side.e-form-left {
502
+ padding: 0 0 10px;
503
+ }
504
+
505
+ .e-input-wrapper.e-end-on-date,
506
+ .e-input-wrapper.e-end-on-count {
507
+ padding-left: 10px;
508
+ padding-right: 0;
509
+ }
510
+
511
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
512
+ padding-right: 10px;
513
+ }
514
+
515
+ .e-form-right,
516
+ .e-input-wrapper-side.e-form-right {
517
+ padding-left: 0;
518
+ }
519
+
520
+ .e-input-wrapper-side.e-days {
521
+ width: 100%;
522
+ }
523
+
524
+ .e-input-wrapper-side.e-non-week {
525
+ width: 100%;
526
+ }
527
+ }
528
+
529
+ &.e-rtl {
530
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
531
+ padding-right: 0;
532
+ }
533
+
534
+ .e-input-wrapper.e-end-on-date,
535
+ .e-input-wrapper.e-end-on-count {
536
+ padding-left: 0;
537
+ padding-right: 10px;
538
+ }
539
+ }
540
+ }
541
+ }
542
+ }
@@ -0,0 +1,15 @@
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;
@@ -0,0 +1,15 @@
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;
@@ -0,0 +1,15 @@
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;
@@ -0,0 +1 @@
1
+ @import './tailwind-definition.scss';
@@ -0,0 +1,15 @@
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;
@@ -0,0 +1 @@
1
+ /*! Recurrence-Editor component theme */
@@ -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';
@@ -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';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import 'bootstrap4-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'bootstrap5-dark-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap5.scss';
1
+ @import 'ej2-base/styles/bootstrap5-definition.scss';
2
+ @import 'bootstrap5-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fabric-dark.scss';
1
+ @import 'ej2-base/styles/fabric-dark-definition.scss';
2
+ @import 'fabric-dark-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fabric.scss';
1
+ @import 'ej2-base/styles/fabric-definition.scss';
2
+ @import 'fabric-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fluent-dark.scss';
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'fluent-dark-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fluent.scss';
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'fluent-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/highcontrast-light.scss';
1
+ @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
+ @import 'highcontrast-light-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import 'highcontrast-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import 'material-dark-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import 'material-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'tailwind-dark-definition.scss';
3
+ @import 'all.scss';