@syncfusion/ej2-angular-schedule 20.2.45 → 20.2.50-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 (220) 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 +1516 -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 +15 -29
  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/bootstrap-dark.css +8 -11
  88. package/styles/bootstrap.css +8 -11
  89. package/styles/bootstrap4.css +8 -11
  90. package/styles/bootstrap5-dark.css +8 -12
  91. package/styles/bootstrap5.css +8 -12
  92. package/styles/fabric-dark.css +8 -11
  93. package/styles/fabric.css +8 -11
  94. package/styles/fluent-dark.css +6 -11
  95. package/styles/fluent.css +6 -11
  96. package/styles/highcontrast-light.css +8 -11
  97. package/styles/highcontrast.css +8 -11
  98. package/styles/material-dark.css +8 -11
  99. package/styles/material.css +8 -11
  100. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  101. package/styles/recurrence-editor/bootstrap.scss +1 -3
  102. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  103. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  104. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  105. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  106. package/styles/recurrence-editor/fabric.scss +1 -3
  107. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  108. package/styles/recurrence-editor/fluent.scss +1 -3
  109. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  110. package/styles/recurrence-editor/highcontrast.scss +1 -3
  111. package/styles/recurrence-editor/material-dark.scss +1 -3
  112. package/styles/recurrence-editor/material.scss +1 -3
  113. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  114. package/styles/recurrence-editor/tailwind.scss +1 -3
  115. package/styles/schedule/bootstrap-dark.css +8 -11
  116. package/styles/schedule/bootstrap-dark.scss +1 -5
  117. package/styles/schedule/bootstrap.css +8 -11
  118. package/styles/schedule/bootstrap.scss +1 -5
  119. package/styles/schedule/bootstrap4.css +8 -11
  120. package/styles/schedule/bootstrap4.scss +1 -5
  121. package/styles/schedule/bootstrap5-dark.css +8 -12
  122. package/styles/schedule/bootstrap5-dark.scss +1 -4
  123. package/styles/schedule/bootstrap5.css +8 -12
  124. package/styles/schedule/bootstrap5.scss +1 -5
  125. package/styles/schedule/fabric-dark.css +8 -11
  126. package/styles/schedule/fabric-dark.scss +1 -5
  127. package/styles/schedule/fabric.css +8 -11
  128. package/styles/schedule/fabric.scss +1 -5
  129. package/styles/schedule/fluent-dark.css +6 -11
  130. package/styles/schedule/fluent-dark.scss +1 -4
  131. package/styles/schedule/fluent.css +6 -11
  132. package/styles/schedule/fluent.scss +1 -5
  133. package/styles/schedule/highcontrast-light.css +8 -11
  134. package/styles/schedule/highcontrast-light.scss +1 -5
  135. package/styles/schedule/highcontrast.css +8 -11
  136. package/styles/schedule/highcontrast.scss +1 -5
  137. package/styles/schedule/material-dark.css +8 -11
  138. package/styles/schedule/material-dark.scss +1 -5
  139. package/styles/schedule/material.css +8 -11
  140. package/styles/schedule/material.scss +1 -5
  141. package/styles/schedule/tailwind-dark.css +8 -11
  142. package/styles/schedule/tailwind-dark.scss +1 -4
  143. package/styles/schedule/tailwind.css +8 -11
  144. package/styles/schedule/tailwind.scss +1 -5
  145. package/styles/tailwind-dark.css +8 -11
  146. package/styles/tailwind.css +8 -11
  147. package/esm2020/public_api.mjs +0 -3
  148. package/esm2020/src/index.mjs +0 -11
  149. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  150. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  151. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  152. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  153. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  154. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  155. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  156. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  157. package/esm2020/src/schedule/views.directive.mjs +0 -126
  158. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  159. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  160. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  161. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  162. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  163. package/styles/recurrence-editor/_all.scss +0 -2
  164. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -15
  165. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -15
  166. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -15
  167. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  168. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -15
  169. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -15
  170. package/styles/recurrence-editor/_fabric-definition.scss +0 -15
  171. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  172. package/styles/recurrence-editor/_fluent-definition.scss +0 -15
  173. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -15
  174. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -15
  175. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -15
  176. package/styles/recurrence-editor/_layout.scss +0 -542
  177. package/styles/recurrence-editor/_material-dark-definition.scss +0 -15
  178. package/styles/recurrence-editor/_material-definition.scss +0 -15
  179. package/styles/recurrence-editor/_material3-definition.scss +0 -15
  180. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  181. package/styles/recurrence-editor/_tailwind-definition.scss +0 -15
  182. package/styles/recurrence-editor/_theme.scss +0 -1
  183. package/styles/schedule/_all.scss +0 -2
  184. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  185. package/styles/schedule/_bootstrap-definition.scss +0 -213
  186. package/styles/schedule/_bootstrap4-definition.scss +0 -215
  187. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  188. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  189. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  190. package/styles/schedule/_fabric-definition.scss +0 -213
  191. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  192. package/styles/schedule/_fluent-definition.scss +0 -220
  193. package/styles/schedule/_fusionnew-definition.scss +0 -224
  194. package/styles/schedule/_highcontrast-definition.scss +0 -214
  195. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  196. package/styles/schedule/_layout.scss +0 -4479
  197. package/styles/schedule/_material-dark-definition.scss +0 -213
  198. package/styles/schedule/_material-definition.scss +0 -213
  199. package/styles/schedule/_material3-definition.scss +0 -224
  200. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  201. package/styles/schedule/_tailwind-definition.scss +0 -217
  202. package/styles/schedule/_theme.scss +0 -503
  203. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  204. package/styles/schedule/icons/_bootstrap.scss +0 -231
  205. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  206. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  207. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  208. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  209. package/styles/schedule/icons/_fabric.scss +0 -231
  210. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  211. package/styles/schedule/icons/_fluent.scss +0 -231
  212. package/styles/schedule/icons/_fusionnew.scss +0 -231
  213. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  214. package/styles/schedule/icons/_highcontrast.scss +0 -231
  215. package/styles/schedule/icons/_material-dark.scss +0 -231
  216. package/styles/schedule/icons/_material.scss +0 -231
  217. package/styles/schedule/icons/_material3.scss +0 -231
  218. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  219. package/styles/schedule/icons/_tailwind.scss +0 -231
  220. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,542 +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: $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
- }
@@ -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';