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