@syncfusion/ej2-angular-schedule 21.2.10 → 22.1.34-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 (170) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +850 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +798 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1761 -0
  6. package/dist/ej2-angular-schedule.umd.js +991 -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/license +10 -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 +1 -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 +9 -3
  25. package/src/schedule/schedule.module.d.ts +0 -9
  26. package/src/schedule/views.directive.d.ts +9 -5
  27. package/styles/bootstrap-dark.css +15 -12
  28. package/styles/bootstrap.css +15 -12
  29. package/styles/bootstrap4.css +16 -13
  30. package/styles/bootstrap5-dark.css +15 -12
  31. package/styles/bootstrap5.css +15 -12
  32. package/styles/fabric-dark.css +15 -12
  33. package/styles/fabric.css +15 -12
  34. package/styles/fluent-dark.css +15 -12
  35. package/styles/fluent.css +15 -12
  36. package/styles/highcontrast-light.css +16 -13
  37. package/styles/highcontrast.css +16 -13
  38. package/styles/material-dark.css +15 -12
  39. package/styles/material.css +15 -12
  40. package/styles/material3-dark.css +4653 -0
  41. package/styles/material3-dark.scss +3 -0
  42. package/styles/material3.css +4764 -0
  43. package/styles/material3.scss +3 -0
  44. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  45. package/styles/recurrence-editor/bootstrap.scss +1 -8
  46. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  47. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  48. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  49. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  50. package/styles/recurrence-editor/fabric.scss +1 -8
  51. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  52. package/styles/recurrence-editor/fluent.scss +1 -8
  53. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  54. package/styles/recurrence-editor/highcontrast.scss +1 -8
  55. package/styles/recurrence-editor/material-dark.scss +1 -8
  56. package/styles/recurrence-editor/material.scss +1 -8
  57. package/styles/recurrence-editor/material3-dark.css +593 -0
  58. package/styles/recurrence-editor/material3-dark.scss +2 -0
  59. package/styles/recurrence-editor/material3.css +649 -0
  60. package/styles/recurrence-editor/material3.scss +2 -0
  61. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  62. package/styles/recurrence-editor/tailwind.scss +1 -8
  63. package/styles/schedule/bootstrap-dark.css +15 -12
  64. package/styles/schedule/bootstrap-dark.scss +1 -16
  65. package/styles/schedule/bootstrap.css +15 -12
  66. package/styles/schedule/bootstrap.scss +1 -16
  67. package/styles/schedule/bootstrap4.css +16 -13
  68. package/styles/schedule/bootstrap4.scss +1 -16
  69. package/styles/schedule/bootstrap5-dark.css +15 -12
  70. package/styles/schedule/bootstrap5-dark.scss +1 -15
  71. package/styles/schedule/bootstrap5.css +15 -12
  72. package/styles/schedule/bootstrap5.scss +1 -16
  73. package/styles/schedule/fabric-dark.css +15 -12
  74. package/styles/schedule/fabric-dark.scss +1 -16
  75. package/styles/schedule/fabric.css +15 -12
  76. package/styles/schedule/fabric.scss +1 -16
  77. package/styles/schedule/fluent-dark.css +15 -12
  78. package/styles/schedule/fluent-dark.scss +1 -15
  79. package/styles/schedule/fluent.css +15 -12
  80. package/styles/schedule/fluent.scss +1 -16
  81. package/styles/schedule/highcontrast-light.css +16 -13
  82. package/styles/schedule/highcontrast-light.scss +1 -16
  83. package/styles/schedule/highcontrast.css +16 -13
  84. package/styles/schedule/highcontrast.scss +1 -16
  85. package/styles/schedule/material-dark.css +15 -12
  86. package/styles/schedule/material-dark.scss +1 -16
  87. package/styles/schedule/material.css +15 -12
  88. package/styles/schedule/material.scss +1 -16
  89. package/styles/schedule/material3-dark.css +4191 -0
  90. package/styles/schedule/material3-dark.scss +2 -0
  91. package/styles/schedule/material3.css +4247 -0
  92. package/styles/schedule/material3.scss +2 -0
  93. package/styles/schedule/tailwind-dark.css +15 -12
  94. package/styles/schedule/tailwind-dark.scss +1 -15
  95. package/styles/schedule/tailwind.css +15 -12
  96. package/styles/schedule/tailwind.scss +1 -16
  97. package/styles/tailwind-dark.css +15 -12
  98. package/styles/tailwind.css +15 -12
  99. package/esm2020/public_api.mjs +0 -3
  100. package/esm2020/src/index.mjs +0 -11
  101. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  102. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  103. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  104. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  105. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  106. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  107. package/esm2020/src/schedule/schedule.component.mjs +0 -289
  108. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  109. package/esm2020/src/schedule/views.directive.mjs +0 -132
  110. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  111. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -745
  112. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  113. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -745
  114. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  115. package/styles/recurrence-editor/_all.scss +0 -2
  116. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  117. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  118. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  119. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  120. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  121. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  122. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  123. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  124. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  125. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  126. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  127. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  128. package/styles/recurrence-editor/_layout.scss +0 -548
  129. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  130. package/styles/recurrence-editor/_material-definition.scss +0 -13
  131. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  132. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  133. package/styles/recurrence-editor/_theme.scss +0 -1
  134. package/styles/schedule/_all.scss +0 -2
  135. package/styles/schedule/_bootstrap-dark-definition.scss +0 -279
  136. package/styles/schedule/_bootstrap-definition.scss +0 -279
  137. package/styles/schedule/_bootstrap4-definition.scss +0 -282
  138. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  139. package/styles/schedule/_bootstrap5-definition.scss +0 -289
  140. package/styles/schedule/_fabric-dark-definition.scss +0 -278
  141. package/styles/schedule/_fabric-definition.scss +0 -279
  142. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  143. package/styles/schedule/_fluent-definition.scss +0 -284
  144. package/styles/schedule/_fusionnew-definition.scss +0 -288
  145. package/styles/schedule/_highcontrast-definition.scss +0 -280
  146. package/styles/schedule/_highcontrast-light-definition.scss +0 -280
  147. package/styles/schedule/_layout.scss +0 -4119
  148. package/styles/schedule/_material-dark-definition.scss +0 -279
  149. package/styles/schedule/_material-definition.scss +0 -279
  150. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  151. package/styles/schedule/_tailwind-definition.scss +0 -281
  152. package/styles/schedule/_theme.scss +0 -546
  153. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  154. package/styles/schedule/icons/_bootstrap.scss +0 -231
  155. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  156. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  157. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  158. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  159. package/styles/schedule/icons/_fabric.scss +0 -231
  160. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  161. package/styles/schedule/icons/_fluent.scss +0 -231
  162. package/styles/schedule/icons/_fusionnew.scss +0 -231
  163. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  164. package/styles/schedule/icons/_highcontrast.scss +0 -231
  165. package/styles/schedule/icons/_material-dark.scss +0 -231
  166. package/styles/schedule/icons/_material.scss +0 -231
  167. package/styles/schedule/icons/_material3.scss +0 -231
  168. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  169. package/styles/schedule/icons/_tailwind.scss +0 -231
  170. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -0,0 +1,649 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
114
+ transform: rotate(0deg);
115
+ transition: transform 300ms ease;
116
+ }
117
+
118
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
119
+ transform: rotate(180deg);
120
+ transition: transform 300ms ease;
121
+ }
122
+
123
+ .e-dropdownbase .e-list-item.e-active.e-hover {
124
+ color: rgba(var(--color-sf-on-surface));
125
+ }
126
+
127
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
128
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
129
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
130
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
131
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
132
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
133
+ background: rgba(var(--color-sf-on-surface), 0.08);
134
+ }
135
+
136
+ .e-input-group .e-ddl-icon:not(:active)::after {
137
+ animation: none;
138
+ }
139
+
140
+ .e-ddl.e-popup {
141
+ border: 0;
142
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
143
+ margin-top: 2px;
144
+ }
145
+
146
+ .e-popup.e-ddl .e-dropdownbase {
147
+ min-height: 26px;
148
+ border-radius: 4px;
149
+ }
150
+
151
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
152
+ border-color: rgba(var(--color-sf-primary));
153
+ }
154
+
155
+ .e-bigger .e-popup.e-ddl-device-filter {
156
+ margin-top: 0;
157
+ }
158
+
159
+ .e-bigger .e-ddl-device .e-input-group,
160
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
161
+ background: rgba(0, 0, 0, 0.0001);
162
+ border-width: 0;
163
+ box-shadow: none;
164
+ margin-bottom: 0;
165
+ }
166
+
167
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
168
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
169
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
170
+ background: rgba(0, 0, 0, 0.0001);
171
+ }
172
+
173
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
174
+ margin: 6px 6px 5px;
175
+ min-height: 12px;
176
+ min-width: 12px;
177
+ padding: 6px;
178
+ }
179
+
180
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
181
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
182
+ min-height: 16px;
183
+ min-width: 16px;
184
+ }
185
+
186
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
187
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
188
+ padding: 8px 16px 8px 0;
189
+ }
190
+
191
+ .e-input-group.e-ddl,
192
+ .e-input-group.e-ddl .e-input,
193
+ .e-input-group.e-ddl .e-ddl-icon {
194
+ background: transparent;
195
+ }
196
+
197
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
198
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
199
+ border-bottom-width: 0;
200
+ }
201
+
202
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
203
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
204
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
205
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
206
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
207
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
208
+ margin: 0;
209
+ }
210
+
211
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
212
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
213
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
214
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
215
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
216
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
217
+ padding: 5px 5px 5px 12px;
218
+ }
219
+
220
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
221
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
222
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
223
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
224
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
225
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
226
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
227
+ min-height: 18px;
228
+ min-width: 18px;
229
+ }
230
+
231
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
232
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
233
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
234
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
235
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
236
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
237
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
238
+ padding: 8px 16px;
239
+ }
240
+
241
+ .e-ddl.e-popup.e-outline .e-filter-parent {
242
+ padding: 4px 8px;
243
+ }
244
+
245
+ /*! recurrence editor theme wise definitions*/
246
+ /*! Recurrence-Editor component layout */
247
+ .e-recurrenceeditor .e-editor {
248
+ display: -ms-flexbox;
249
+ display: flex;
250
+ -ms-flex-flow: row wrap;
251
+ flex-flow: row wrap;
252
+ margin: 0 auto;
253
+ max-width: 1240px;
254
+ }
255
+ .e-recurrenceeditor .e-recurrence-table {
256
+ table-layout: fixed;
257
+ width: 100%;
258
+ }
259
+ .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
260
+ width: 27%;
261
+ }
262
+ .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
263
+ width: 24%;
264
+ }
265
+ .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
266
+ display: inline-block;
267
+ font-weight: normal;
268
+ padding: 18px 0 0 8px;
269
+ }
270
+ .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
271
+ float: none;
272
+ width: 100%;
273
+ }
274
+ .e-recurrenceeditor .e-recurrence-table .e-week-position {
275
+ min-width: 98px;
276
+ position: relative;
277
+ right: 20px;
278
+ }
279
+ .e-recurrenceeditor .e-recurrence-table .e-day-position {
280
+ min-width: 120px;
281
+ }
282
+ .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
283
+ padding-left: 10px;
284
+ }
285
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
286
+ padding: 0 8px 16px 0;
287
+ }
288
+ .e-recurrenceeditor .e-form-left {
289
+ padding: 0 8px 16px 0;
290
+ }
291
+ .e-recurrenceeditor .e-form-right,
292
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
293
+ padding: 0 0 10px;
294
+ }
295
+ .e-recurrenceeditor .e-input-wrapper {
296
+ float: left;
297
+ width: 50%;
298
+ }
299
+ .e-recurrenceeditor .e-input-wrapper div {
300
+ margin-bottom: 2.5%;
301
+ }
302
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
303
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
304
+ padding-right: 0;
305
+ }
306
+ .e-recurrenceeditor.e-rtl .e-end-on > div,
307
+ .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
308
+ float: right;
309
+ }
310
+ .e-recurrenceeditor.e-rtl .e-form-left,
311
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
312
+ padding: 0 0 10px 8px;
313
+ }
314
+ .e-recurrenceeditor.e-rtl .e-form-right,
315
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
316
+ padding: 0 8px 10px 0;
317
+ }
318
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
319
+ position: relative;
320
+ right: 10px;
321
+ }
322
+ .e-recurrenceeditor.e-rtl .e-week-position {
323
+ left: 20px;
324
+ right: 0;
325
+ }
326
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
327
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
328
+ padding-right: 0;
329
+ }
330
+ .e-recurrenceeditor.e-rtl .e-end-on-label {
331
+ margin-bottom: 5px;
332
+ }
333
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
334
+ padding: 0 0 0 8px;
335
+ }
336
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
337
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
338
+ padding: 0 8px 0 0;
339
+ }
340
+ .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
341
+ width: 30px;
342
+ }
343
+ .e-recurrenceeditor .e-days .e-week-expander-label {
344
+ font-size: 10px;
345
+ font-weight: 400;
346
+ margin-bottom: 8px;
347
+ }
348
+ .e-recurrenceeditor .e-days button {
349
+ border-radius: 50%;
350
+ -ms-flex-flow: row wrap;
351
+ flex-flow: row wrap;
352
+ height: 35px;
353
+ margin: 0 8px 10px;
354
+ width: 35px;
355
+ }
356
+ .e-recurrenceeditor .e-hide-recurrence-element {
357
+ display: none;
358
+ }
359
+ .e-recurrenceeditor .e-half-space {
360
+ width: 20%;
361
+ }
362
+ .e-recurrenceeditor .e-year-expander {
363
+ margin-bottom: 11px;
364
+ }
365
+ .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
366
+ padding-bottom: 11px;
367
+ }
368
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
369
+ padding-top: 3px;
370
+ }
371
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
372
+ display: none;
373
+ }
374
+ .e-recurrenceeditor .e-input-wrapper-side {
375
+ float: left;
376
+ padding: 16px 20px 0;
377
+ width: 50%;
378
+ }
379
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
380
+ float: none;
381
+ font-size: 10px;
382
+ font-weight: 400;
383
+ margin-bottom: 8px;
384
+ padding-right: 16px;
385
+ }
386
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
387
+ padding-right: 16px;
388
+ }
389
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
390
+ margin: 0;
391
+ }
392
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
393
+ font-size: 10px;
394
+ font-weight: 400;
395
+ margin-bottom: 8px;
396
+ padding-right: 16px;
397
+ }
398
+ .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
399
+ padding-bottom: 6px;
400
+ }
401
+ .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
402
+ padding-bottom: 12px;
403
+ }
404
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
405
+ margin-bottom: 11px;
406
+ }
407
+
408
+ .e-bigger .e-recurrenceeditor {
409
+ padding: 0;
410
+ }
411
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
412
+ padding: 0 12px 11px 0;
413
+ }
414
+ .e-bigger .e-recurrenceeditor .e-form-left {
415
+ padding: 0 12px 14px 0;
416
+ }
417
+ .e-bigger .e-recurrenceeditor .e-form-right,
418
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
419
+ padding: 0 0 10px;
420
+ }
421
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
422
+ padding-bottom: 6px;
423
+ }
424
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
425
+ padding-left: 70px;
426
+ }
427
+ .e-bigger .e-recurrenceeditor .e-week-position {
428
+ min-width: 130px;
429
+ right: 0;
430
+ }
431
+ .e-bigger .e-recurrenceeditor .e-day-position {
432
+ min-width: 190px;
433
+ padding-left: 54px;
434
+ }
435
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
436
+ font-size: 12px;
437
+ margin-bottom: 0;
438
+ }
439
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
440
+ padding-right: 16px;
441
+ }
442
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
443
+ margin-bottom: 0;
444
+ }
445
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
446
+ font-size: 12px;
447
+ margin-bottom: 8px;
448
+ }
449
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
450
+ padding-bottom: 12px;
451
+ }
452
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
453
+ font-size: 12px;
454
+ margin-bottom: 1px;
455
+ }
456
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
457
+ .e-bigger .e-recurrenceeditor .e-year-expander,
458
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
459
+ margin-bottom: 11px;
460
+ }
461
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
462
+ width: 30px;
463
+ }
464
+ .e-bigger .e-recurrenceeditor .e-days button {
465
+ height: 40px;
466
+ width: 40px;
467
+ }
468
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
469
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
470
+ padding: 0 0 10px 12px;
471
+ }
472
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
473
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
474
+ padding: 0 12px 10px 0;
475
+ }
476
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
477
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
478
+ padding: 0 64px 0 0;
479
+ }
480
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
481
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
482
+ padding-right: 0;
483
+ }
484
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
485
+ margin-bottom: 5px;
486
+ }
487
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
488
+ padding: 0 0 0 12px;
489
+ }
490
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
491
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
492
+ padding: 0 12px 0 0;
493
+ }
494
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
495
+ left: 0;
496
+ }
497
+
498
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
499
+ width: 25%;
500
+ }
501
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
502
+ width: 20%;
503
+ }
504
+ .e-device .e-recurrenceeditor .e-week-expander-label {
505
+ margin-bottom: 6px;
506
+ }
507
+ .e-device .e-recurrenceeditor .e-month-expander-label {
508
+ font-size: 12px;
509
+ margin-bottom: 5px;
510
+ }
511
+ .e-device .e-recurrenceeditor .e-footer-content {
512
+ padding: 12px;
513
+ }
514
+ .e-device .e-recurrenceeditor .e-form-left,
515
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
516
+ padding: 0 3px 10px 0;
517
+ }
518
+ .e-device .e-recurrenceeditor .e-form-right,
519
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
520
+ padding: 0 0 10px 3px;
521
+ }
522
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
523
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
524
+ padding: 0 0 0 10px;
525
+ }
526
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
527
+ padding-right: 10px;
528
+ }
529
+ .e-device .e-recurrenceeditor.e-end-on {
530
+ padding-right: 0;
531
+ }
532
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
533
+ float: none;
534
+ font-size: 12px;
535
+ font-weight: 400;
536
+ margin-bottom: 8px;
537
+ }
538
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
539
+ padding-right: 0;
540
+ }
541
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
542
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
543
+ padding-left: 20px;
544
+ }
545
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
546
+ margin-left: 20px;
547
+ }
548
+ .e-device .e-recurrenceeditor .e-week-position {
549
+ right: 0;
550
+ padding-right: 10px;
551
+ }
552
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
553
+ padding-right: 0;
554
+ }
555
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
556
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
557
+ padding: 0 10px 0 0;
558
+ }
559
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
560
+ padding: 0 20px 0 0;
561
+ }
562
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
563
+ padding: 0 50px 0 0;
564
+ }
565
+ .e-device .e-recurrenceeditor.e-rtl .e-week-position {
566
+ left: 0;
567
+ }
568
+ .e-device.e-recurrence-dialog .e-dlg-header-content {
569
+ background: none;
570
+ box-shadow: none;
571
+ padding-bottom: 10px;
572
+ }
573
+ .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
574
+ margin-bottom: 8px;
575
+ }
576
+ .e-device.e-recurrence-dialog .e-footer-content {
577
+ padding: 16px 8px;
578
+ }
579
+
580
+ @media (max-width: 1024px) {
581
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
582
+ width: 100%;
583
+ }
584
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
585
+ width: 65%;
586
+ }
587
+ }
588
+ @media (max-width: 580px) {
589
+ .e-recurrenceeditor {
590
+ margin-left: auto;
591
+ margin-right: auto;
592
+ width: 100%;
593
+ }
594
+ .e-recurrenceeditor .e-editor {
595
+ -ms-flex-direction: column;
596
+ flex-direction: column;
597
+ }
598
+ .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
599
+ margin-top: 0;
600
+ }
601
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
602
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
603
+ margin-bottom: 8px;
604
+ }
605
+ .e-recurrenceeditor .e-editor > div {
606
+ margin-top: 20px;
607
+ }
608
+ .e-recurrenceeditor .e-editor > .e-input-wrapper {
609
+ width: 100%;
610
+ }
611
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
612
+ width: 100%;
613
+ }
614
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
615
+ width: 50%;
616
+ }
617
+ .e-recurrenceeditor .e-editor .e-form-left,
618
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
619
+ padding: 0 0 10px;
620
+ }
621
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
622
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
623
+ padding: 0 0 0 10px;
624
+ }
625
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
626
+ padding-right: 10px;
627
+ }
628
+ .e-recurrenceeditor .e-editor .e-form-right,
629
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
630
+ padding-left: 0;
631
+ }
632
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
633
+ width: 100%;
634
+ }
635
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
636
+ width: 65%;
637
+ }
638
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
639
+ padding-left: 50px;
640
+ }
641
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
642
+ padding-right: 0;
643
+ }
644
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
645
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
646
+ padding: 0 10px 0 0;
647
+ }
648
+ }
649
+ /*! Recurrence-Editor component theme */
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-schedule/styles/recurrence-editor/material3.scss';
@@ -1,8 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
3
- @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
6
- @import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
7
- @import 'tailwind-dark-definition.scss';
8
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/tailwind-dark.scss';
@@ -1,8 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
3
- @import 'ej2-buttons/styles/button/tailwind-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
6
- @import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
7
- @import 'tailwind-definition.scss';
8
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/tailwind.scss';