@syncfusion/ej2-angular-calendars 26.1.41 → 26.2.4-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 (162) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +981 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/dist/ej2-angular-calendars.umd.js +1093 -0
  6. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  7. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  8. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  9. package/ej2-angular-calendars.d.ts +9 -0
  10. package/ej2-angular-calendars.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/calendar/calendar-all.module.d.ts +0 -6
  15. package/src/calendar/calendar.component.d.ts +0 -3
  16. package/src/calendar/calendar.module.d.ts +0 -6
  17. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  18. package/src/datepicker/datepicker.component.d.ts +0 -3
  19. package/src/datepicker/datepicker.module.d.ts +0 -6
  20. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  21. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  22. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  23. package/src/daterangepicker/presets.directive.d.ts +0 -5
  24. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  25. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  26. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  27. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  28. package/src/timepicker/timepicker.component.d.ts +0 -3
  29. package/src/timepicker/timepicker.module.d.ts +0 -6
  30. package/styles/bootstrap-dark.css +1 -3032
  31. package/styles/bootstrap.css +1 -3040
  32. package/styles/bootstrap4.css +1 -3068
  33. package/styles/bootstrap5-dark.css +1 -3200
  34. package/styles/bootstrap5.css +1 -3200
  35. package/styles/calendar/bootstrap-dark.css +1 -872
  36. package/styles/calendar/bootstrap.css +1 -873
  37. package/styles/calendar/bootstrap4.css +1 -873
  38. package/styles/calendar/bootstrap5-dark.css +1 -943
  39. package/styles/calendar/bootstrap5.css +1 -943
  40. package/styles/calendar/fabric-dark.css +1 -880
  41. package/styles/calendar/fabric.css +1 -885
  42. package/styles/calendar/fluent-dark.css +1 -1063
  43. package/styles/calendar/fluent.css +1 -1063
  44. package/styles/calendar/fluent2.css +1 -2026
  45. package/styles/calendar/highcontrast-light.css +1 -874
  46. package/styles/calendar/highcontrast.css +1 -885
  47. package/styles/calendar/material-dark.css +1 -884
  48. package/styles/calendar/material.css +1 -885
  49. package/styles/calendar/material3-dark.css +1 -1002
  50. package/styles/calendar/material3.css +1 -1114
  51. package/styles/calendar/tailwind-dark.css +1 -975
  52. package/styles/calendar/tailwind.css +1 -975
  53. package/styles/datepicker/bootstrap-dark.css +1 -447
  54. package/styles/datepicker/bootstrap.css +1 -448
  55. package/styles/datepicker/bootstrap4.css +1 -460
  56. package/styles/datepicker/bootstrap5-dark.css +1 -459
  57. package/styles/datepicker/bootstrap5.css +1 -459
  58. package/styles/datepicker/fabric-dark.css +1 -440
  59. package/styles/datepicker/fabric.css +1 -441
  60. package/styles/datepicker/fluent-dark.css +1 -459
  61. package/styles/datepicker/fluent.css +1 -459
  62. package/styles/datepicker/fluent2.css +1 -1680
  63. package/styles/datepicker/highcontrast-light.css +1 -453
  64. package/styles/datepicker/highcontrast.css +1 -454
  65. package/styles/datepicker/material-dark.css +1 -498
  66. package/styles/datepicker/material.css +1 -519
  67. package/styles/datepicker/material3-dark.css +1 -616
  68. package/styles/datepicker/material3.css +1 -728
  69. package/styles/datepicker/tailwind-dark.css +1 -464
  70. package/styles/datepicker/tailwind.css +1 -464
  71. package/styles/daterangepicker/bootstrap-dark.css +1 -1198
  72. package/styles/daterangepicker/bootstrap.css +1 -1204
  73. package/styles/daterangepicker/bootstrap4.css +1 -1216
  74. package/styles/daterangepicker/bootstrap5-dark.css +1 -1279
  75. package/styles/daterangepicker/bootstrap5.css +1 -1279
  76. package/styles/daterangepicker/fabric-dark.css +1 -1198
  77. package/styles/daterangepicker/fabric.css +1 -1199
  78. package/styles/daterangepicker/fluent-dark.css +1 -1322
  79. package/styles/daterangepicker/fluent.css +1 -1322
  80. package/styles/daterangepicker/fluent2.css +1 -2465
  81. package/styles/daterangepicker/highcontrast-light.css +1 -1198
  82. package/styles/daterangepicker/highcontrast.css +1 -1199
  83. package/styles/daterangepicker/material-dark.css +1 -1244
  84. package/styles/daterangepicker/material.css +1 -1270
  85. package/styles/daterangepicker/material3-dark.css +1 -1427
  86. package/styles/daterangepicker/material3.css +1 -1539
  87. package/styles/daterangepicker/tailwind-dark.css +1 -1219
  88. package/styles/daterangepicker/tailwind.css +1 -1219
  89. package/styles/datetimepicker/bootstrap-dark.css +1 -194
  90. package/styles/datetimepicker/bootstrap.css +1 -194
  91. package/styles/datetimepicker/bootstrap4.css +1 -196
  92. package/styles/datetimepicker/bootstrap5-dark.css +1 -195
  93. package/styles/datetimepicker/bootstrap5.css +1 -195
  94. package/styles/datetimepicker/fabric-dark.css +1 -194
  95. package/styles/datetimepicker/fabric.css +1 -194
  96. package/styles/datetimepicker/fluent-dark.css +1 -195
  97. package/styles/datetimepicker/fluent.css +1 -195
  98. package/styles/datetimepicker/fluent2.css +1 -1408
  99. package/styles/datetimepicker/highcontrast-light.css +1 -194
  100. package/styles/datetimepicker/highcontrast.css +1 -194
  101. package/styles/datetimepicker/material-dark.css +1 -252
  102. package/styles/datetimepicker/material.css +1 -281
  103. package/styles/datetimepicker/material3-dark.css +1 -363
  104. package/styles/datetimepicker/material3.css +1 -475
  105. package/styles/datetimepicker/tailwind-dark.css +1 -195
  106. package/styles/datetimepicker/tailwind.css +1 -195
  107. package/styles/fabric-dark.css +1 -3033
  108. package/styles/fabric.css +1 -3040
  109. package/styles/fluent-dark.css +1 -3361
  110. package/styles/fluent.css +1 -3361
  111. package/styles/fluent2.css +1 -9063
  112. package/styles/highcontrast-light.css +1 -3040
  113. package/styles/highcontrast.css +1 -3053
  114. package/styles/material-dark.css +1 -3224
  115. package/styles/material.css +1 -3291
  116. package/styles/material3-dark.css +1 -3845
  117. package/styles/material3.css +1 -4405
  118. package/styles/tailwind-dark.css +1 -3175
  119. package/styles/tailwind.css +1 -3175
  120. package/styles/timepicker/bootstrap-dark.css +1 -317
  121. package/styles/timepicker/bootstrap.css +1 -317
  122. package/styles/timepicker/bootstrap4.css +1 -319
  123. package/styles/timepicker/bootstrap5-dark.css +1 -320
  124. package/styles/timepicker/bootstrap5.css +1 -320
  125. package/styles/timepicker/fabric-dark.css +1 -317
  126. package/styles/timepicker/fabric.css +1 -317
  127. package/styles/timepicker/fluent-dark.css +1 -318
  128. package/styles/timepicker/fluent.css +1 -318
  129. package/styles/timepicker/fluent2.css +1 -1531
  130. package/styles/timepicker/highcontrast-light.css +1 -317
  131. package/styles/timepicker/highcontrast.css +1 -317
  132. package/styles/timepicker/material-dark.css +1 -363
  133. package/styles/timepicker/material.css +1 -383
  134. package/styles/timepicker/material3-dark.css +1 -484
  135. package/styles/timepicker/material3.css +1 -596
  136. package/styles/timepicker/tailwind-dark.css +1 -318
  137. package/styles/timepicker/tailwind.css +1 -318
  138. package/CHANGELOG.md +0 -1375
  139. package/esm2020/public_api.mjs +0 -2
  140. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  141. package/esm2020/src/calendar/calendar.component.mjs +0 -91
  142. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  143. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  144. package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
  145. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  146. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  147. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
  148. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  149. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  150. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  151. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
  152. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  153. package/esm2020/src/index.mjs +0 -18
  154. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  155. package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
  156. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  157. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  158. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -735
  159. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  160. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -735
  161. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  162. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,475 +1 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 103, 80, 164;
5
- --color-sf-primary-container: 234, 221, 255;
6
- --color-sf-secondary: 98, 91, 113;
7
- --color-sf-secondary-container: 232, 222, 248;
8
- --color-sf-tertiary: 125, 82, 96;
9
- --color-sf-tertiary-container: 255, 216, 228;
10
- --color-sf-surface: 255, 255, 255;
11
- --color-sf-surface-variant: 231, 224, 236;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 255, 255, 255;
14
- --color-sf-on-primary-container: 33, 0, 94;
15
- --color-sf-on-secondary: 255, 255, 255;
16
- --color-sf-on-secondary-container: 30, 25, 43;
17
- --color-sf-on-tertiary: 255, 255, 255;
18
- --color-sf-on-tertiary-containe: 55, 11, 30;
19
- --color-sf-on-surface: 28, 27, 31;
20
- --color-sf-on-surface-variant: 73, 69, 78;
21
- --color-sf-on-background: 28, 27, 31;
22
- --color-sf-outline: 121, 116, 126;
23
- --color-sf-outline-variant: 196, 199, 197;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 103, 80, 164;
26
- --color-sf-inverse-surface: 49, 48, 51;
27
- --color-sf-inverse-on-surface: 244, 239, 244;
28
- --color-sf-inverse-primary: 208, 188, 255;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 179, 38, 30;
31
- --color-sf-error-container: 249, 222, 220;
32
- --color-sf-on-error: 255, 250, 250;
33
- --color-sf-on-error-container: 65, 14, 11;
34
- --color-sf-success: 32, 81, 7;
35
- --color-sf-success-container: 209, 255, 186;
36
- --color-sf-on-success: 244, 255, 239;
37
- --color-sf-on-success-container: 13, 39, 0;
38
- --color-sf-info: 1, 87, 155;
39
- --color-sf-info-container: 233, 245, 255;
40
- --color-sf-on-info: 250, 253, 255;
41
- --color-sf-on-info-container: 0, 51, 91;
42
- --color-sf-warning: 145, 76, 0;
43
- --color-sf-warning-container: 254, 236, 222;
44
- --color-sf-on-warning: 255, 255, 255;
45
- --color-sf-on-warning-container: 47, 21, 0;
46
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
- --color-sf-diagram-palette-background: --color-sf-white;
49
- --color-sf-success-text: 255, 255, 255;
50
- --color-sf-warning-text: 255, 255, 255;
51
- --color-sf-danger-text: 255, 255, 255;
52
- --color-sf-info-text: 255, 255, 255;
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
- --color-sf-secondary-bg-color: var(--color-sf-surface);
55
- }
56
-
57
- .e-dark-mode {
58
- --color-sf-black: 0, 0, 0;
59
- --color-sf-white: 255, 255, 255;
60
- --color-sf-primary: 208, 188, 255;
61
- --color-sf-primary-container: 79, 55, 139;
62
- --color-sf-secondary: 204, 194, 220;
63
- --color-sf-secondary-container: 74, 68, 88;
64
- --color-sf-tertiary: 239, 184, 200;
65
- --color-sf-tertiary-container: 99, 59, 72;
66
- --color-sf-surface: 28, 27, 31;
67
- --color-sf-surface-variant: 28, 27, 31;
68
- --color-sf-background: var(--color-sf-surface);
69
- --color-sf-on-primary: 55, 30, 115;
70
- --color-sf-on-primary-container: 234, 221, 255;
71
- --color-sf-on-secondary: 51, 45, 65;
72
- --color-sf-on-secondary-container: 232, 222, 248;
73
- --color-sf-on-tertiary: 73, 37, 50;
74
- --color-sf-on-tertiary-containe: 255, 216, 228;
75
- --color-sf-on-surface: 230, 225, 229;
76
- --color-sf-on-surface-variant: 202, 196, 208;
77
- --color-sf-on-background: 230, 225, 229;
78
- --color-sf-outline: 147, 143, 153;
79
- --color-sf-outline-variant: 68, 71, 70;
80
- --color-sf-shadow: 0, 0, 0;
81
- --color-sf-surface-tint-color: 208, 188, 255;
82
- --color-sf-inverse-surface: 230, 225, 229;
83
- --color-sf-inverse-on-surface: 49, 48, 51;
84
- --color-sf-inverse-primary: 103, 80, 164;
85
- --color-sf-scrim: 0, 0, 0;
86
- --color-sf-error: 242, 184, 181;
87
- --color-sf-error-container: 140, 29, 24;
88
- --color-sf-on-error: 96, 20, 16;
89
- --color-sf-on-error-container: 249, 222, 220;
90
- --color-sf-success: 83, 202, 23;
91
- --color-sf-success-container: 22, 62, 2;
92
- --color-sf-on-success: 13, 39, 0;
93
- --color-sf-on-success-container: 183, 250, 150;
94
- --color-sf-info: 71, 172, 251;
95
- --color-sf-info-container: 0, 67, 120;
96
- --color-sf-on-info: 0, 51, 91;
97
- --color-sf-on-info-container: 173, 219, 255;
98
- --color-sf-warning: 245, 180, 130;
99
- --color-sf-warning-container: 123, 65, 0;
100
- --color-sf-on-warning: 99, 52, 0;
101
- --color-sf-on-warning-container: 255, 220, 193;
102
- --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
- --color-sf-success-text: 0, 0, 0;
105
- --color-sf-warning-text: 0, 0, 0;
106
- --color-sf-info-text: 0, 0, 0;
107
- --color-sf-danger-text: 0, 0, 0;
108
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
- }
111
-
112
- :root {
113
- --color-sf-black: 0, 0, 0;
114
- --color-sf-white: 255, 255, 255;
115
- --color-sf-primary: 103, 80, 164;
116
- --color-sf-primary-container: 234, 221, 255;
117
- --color-sf-secondary: 98, 91, 113;
118
- --color-sf-secondary-container: 232, 222, 248;
119
- --color-sf-tertiary: 125, 82, 96;
120
- --color-sf-tertiary-container: 255, 216, 228;
121
- --color-sf-surface: 255, 255, 255;
122
- --color-sf-surface-variant: 231, 224, 236;
123
- --color-sf-background: var(--color-sf-surface);
124
- --color-sf-on-primary: 255, 255, 255;
125
- --color-sf-on-primary-container: 33, 0, 94;
126
- --color-sf-on-secondary: 255, 255, 255;
127
- --color-sf-on-secondary-container: 30, 25, 43;
128
- --color-sf-on-tertiary: 255, 255, 255;
129
- --color-sf-on-tertiary-containe: 55, 11, 30;
130
- --color-sf-on-surface: 28, 27, 31;
131
- --color-sf-on-surface-variant: 73, 69, 78;
132
- --color-sf-on-background: 28, 27, 31;
133
- --color-sf-outline: 121, 116, 126;
134
- --color-sf-outline-variant: 196, 199, 197;
135
- --color-sf-shadow: 0, 0, 0;
136
- --color-sf-surface-tint-color: 103, 80, 164;
137
- --color-sf-inverse-surface: 49, 48, 51;
138
- --color-sf-inverse-on-surface: 244, 239, 244;
139
- --color-sf-inverse-primary: 208, 188, 255;
140
- --color-sf-scrim: 0, 0, 0;
141
- --color-sf-error: 179, 38, 30;
142
- --color-sf-error-container: 249, 222, 220;
143
- --color-sf-on-error: 255, 250, 250;
144
- --color-sf-on-error-container: 65, 14, 11;
145
- --color-sf-success: 32, 81, 7;
146
- --color-sf-success-container: 209, 255, 186;
147
- --color-sf-on-success: 244, 255, 239;
148
- --color-sf-on-success-container: 13, 39, 0;
149
- --color-sf-info: 1, 87, 155;
150
- --color-sf-info-container: 233, 245, 255;
151
- --color-sf-on-info: 250, 253, 255;
152
- --color-sf-on-info-container: 0, 51, 91;
153
- --color-sf-warning: 145, 76, 0;
154
- --color-sf-warning-container: 254, 236, 222;
155
- --color-sf-on-warning: 255, 255, 255;
156
- --color-sf-on-warning-container: 47, 21, 0;
157
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
- --color-sf-diagram-palette-background: --color-sf-white;
160
- --color-sf-success-text: 255, 255, 255;
161
- --color-sf-warning-text: 255, 255, 255;
162
- --color-sf-danger-text: 255, 255, 255;
163
- --color-sf-info-text: 255, 255, 255;
164
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
- --color-sf-secondary-bg-color: var(--color-sf-surface);
166
- }
167
-
168
- .e-dark-mode {
169
- --color-sf-black: 0, 0, 0;
170
- --color-sf-white: 255, 255, 255;
171
- --color-sf-primary: 208, 188, 255;
172
- --color-sf-primary-container: 79, 55, 139;
173
- --color-sf-secondary: 204, 194, 220;
174
- --color-sf-secondary-container: 74, 68, 88;
175
- --color-sf-tertiary: 239, 184, 200;
176
- --color-sf-tertiary-container: 99, 59, 72;
177
- --color-sf-surface: 28, 27, 31;
178
- --color-sf-surface-variant: 28, 27, 31;
179
- --color-sf-background: var(--color-sf-surface);
180
- --color-sf-on-primary: 55, 30, 115;
181
- --color-sf-on-primary-container: 234, 221, 255;
182
- --color-sf-on-secondary: 51, 45, 65;
183
- --color-sf-on-secondary-container: 232, 222, 248;
184
- --color-sf-on-tertiary: 73, 37, 50;
185
- --color-sf-on-tertiary-containe: 255, 216, 228;
186
- --color-sf-on-surface: 230, 225, 229;
187
- --color-sf-on-surface-variant: 202, 196, 208;
188
- --color-sf-on-background: 230, 225, 229;
189
- --color-sf-outline: 147, 143, 153;
190
- --color-sf-outline-variant: 68, 71, 70;
191
- --color-sf-shadow: 0, 0, 0;
192
- --color-sf-surface-tint-color: 208, 188, 255;
193
- --color-sf-inverse-surface: 230, 225, 229;
194
- --color-sf-inverse-on-surface: 49, 48, 51;
195
- --color-sf-inverse-primary: 103, 80, 164;
196
- --color-sf-scrim: 0, 0, 0;
197
- --color-sf-error: 242, 184, 181;
198
- --color-sf-error-container: 140, 29, 24;
199
- --color-sf-on-error: 96, 20, 16;
200
- --color-sf-on-error-container: 249, 222, 220;
201
- --color-sf-success: 83, 202, 23;
202
- --color-sf-success-container: 22, 62, 2;
203
- --color-sf-on-success: 13, 39, 0;
204
- --color-sf-on-success-container: 183, 250, 150;
205
- --color-sf-info: 71, 172, 251;
206
- --color-sf-info-container: 0, 67, 120;
207
- --color-sf-on-info: 0, 51, 91;
208
- --color-sf-on-info-container: 173, 219, 255;
209
- --color-sf-warning: 245, 180, 130;
210
- --color-sf-warning-container: 123, 65, 0;
211
- --color-sf-on-warning: 99, 52, 0;
212
- --color-sf-on-warning-container: 255, 220, 193;
213
- --color-sf-spreadsheet-gridline: 231, 224, 236;
214
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
- --color-sf-success-text: 0, 0, 0;
216
- --color-sf-warning-text: 0, 0, 0;
217
- --color-sf-info-text: 0, 0, 0;
218
- --color-sf-danger-text: 0, 0, 0;
219
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
- }
222
-
223
- /* stylelint-disable property-no-vendor-prefix */
224
- @-webkit-keyframes e-input-ripple {
225
- 100% {
226
- opacity: 0;
227
- -webkit-transform: scale(4);
228
- transform: scale(4);
229
- }
230
- }
231
- @keyframes e-input-ripple {
232
- 100% {
233
- opacity: 0;
234
- -webkit-transform: scale(4);
235
- transform: scale(4);
236
- }
237
- }
238
- @-webkit-keyframes slideTopUp {
239
- from {
240
- -webkit-transform: translate3d(0, 0, 0) scale(1);
241
- transform: translate3d(0, 0, 0) scale(1);
242
- }
243
- to {
244
- -webkit-transform: translate3d(0, 0, 0) scale(1);
245
- transform: translate3d(0, 0, 0) scale(1);
246
- }
247
- }
248
- @keyframes slideTopUp {
249
- from {
250
- -webkit-transform: translate3d(0, 0, 0) scale(1);
251
- transform: translate3d(0, 0, 0) scale(1);
252
- }
253
- to {
254
- -webkit-transform: translate3d(0, 0, 0) scale(1);
255
- transform: translate3d(0, 0, 0) scale(1);
256
- }
257
- }
258
- /* stylelint-disable-line no-empty-source */
259
- /*! component icons */
260
- .e-datetime-wrapper .e-time-icon.e-icons::before {
261
- content: "\e705";
262
- font-family: "e-icons";
263
- }
264
-
265
- .e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
266
- .e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
267
- display: -webkit-box;
268
- display: -ms-flexbox;
269
- display: flex;
270
- }
271
-
272
- .e-datetime-wrapper {
273
- /* stylelint-disable property-no-vendor-prefix */
274
- -webkit-tap-highlight-color: transparent;
275
- }
276
- .e-datetime-wrapper .e-time-icon.e-icons::before {
277
- font-size: 16px;
278
- }
279
- .e-datetime-wrapper.e-control-wrapper {
280
- -webkit-box-sizing: border-box;
281
- box-sizing: border-box;
282
- }
283
- .e-datetime-wrapper .e-time-icon.e-icons.e-disabled, .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
284
- pointer-events: none;
285
- }
286
- .e-datetime-wrapper .e-clear-icon {
287
- -webkit-box-sizing: content-box;
288
- box-sizing: content-box;
289
- }
290
- .e-datetime-wrapper span {
291
- cursor: pointer;
292
- }
293
- .e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
294
- font-size: 16px;
295
- margin: 0;
296
- min-height: 30px;
297
- min-width: 30px;
298
- border-radius: 16px;
299
- outline: none;
300
- }
301
- .e-datetime-wrapper .e-input-group-icon.e-time-icon {
302
- border: 0;
303
- border-style: none;
304
- margin: 0;
305
- }
306
-
307
- .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
308
- margin: 0;
309
- }
310
-
311
- .e-datetimepicker.e-time-modal {
312
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
313
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
314
- height: 100%;
315
- left: 0;
316
- opacity: 0.5;
317
- pointer-events: auto;
318
- position: fixed;
319
- top: 0;
320
- width: 100%;
321
- z-index: 999;
322
- }
323
-
324
- .e-datetimepicker.e-popup {
325
- border-style: solid;
326
- border-width: 1px;
327
- overflow: auto;
328
- }
329
- .e-datetimepicker.e-popup .e-content {
330
- position: relative;
331
- }
332
- .e-datetimepicker.e-popup .e-list-parent.e-ul {
333
- margin: 0;
334
- padding: 0;
335
- }
336
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
337
- color: rgba(var(--color-sf-on-surface));
338
- cursor: default;
339
- font-size: 13px;
340
- overflow: hidden;
341
- position: relative;
342
- text-overflow: ellipsis;
343
- vertical-align: middle;
344
- white-space: nowrap;
345
- width: 100%;
346
- }
347
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
348
- cursor: pointer;
349
- }
350
-
351
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
352
- line-height: 36px;
353
- text-indent: 16px;
354
- }
355
-
356
- .e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
357
- *.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
358
- font-size: 20px;
359
- }
360
- .e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
361
- *.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
362
- margin: 0;
363
- min-height: 38px;
364
- min-width: 38px;
365
- border-radius: 20px;
366
- }
367
-
368
- .e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
369
- *.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
370
- margin: 0;
371
- }
372
-
373
- .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
374
- *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
375
- padding: 0;
376
- }
377
- .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
378
- *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
379
- font-size: 14px;
380
- line-height: 48px;
381
- text-indent: 16px;
382
- }
383
-
384
- .e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
385
- *.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
386
- font-size: 12px;
387
- line-height: 26px;
388
- text-indent: 12px;
389
- }
390
-
391
- .e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
392
- *.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
393
- font-size: 13px;
394
- line-height: 40px;
395
- text-indent: 16px;
396
- }
397
-
398
- .e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
399
- *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
400
- font-size: 16px;
401
- }
402
- .e-small.e-datetime-wrapper .e-input-group-icon.e-time-icon,
403
- *.e-small .e-datetime-wrapper .e-input-group-icon.e-time-icon {
404
- min-height: 22px;
405
- min-width: 22px;
406
- border-radius: 14px;
407
- margin: 0;
408
- }
409
-
410
- .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
411
- *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
412
- font-size: 20px;
413
- }
414
- .e-small.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
415
- *.e-small.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
416
- min-height: 34px;
417
- min-width: 34px;
418
- border-radius: 20px;
419
- margin: 0;
420
- }
421
-
422
- .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
423
- background-size: 250px 33px;
424
- min-height: 33px;
425
- }
426
-
427
- .e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
428
- .e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
429
- background-size: 250px 40px;
430
- min-height: 40px;
431
- }
432
-
433
- .e-datetimepicker.e-popup-expand.e-popup {
434
- position: fixed;
435
- }
436
- .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
437
- position: relative;
438
- width: 100%;
439
- }
440
-
441
- /*! datetimepicker theme */
442
- .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
443
- color: rgba(var(--color-sf-on-surface));
444
- }
445
- .e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
446
- color: rgba(var(--color-sf-on-surface));
447
- }
448
-
449
- .e-datetimepicker.e-popup {
450
- border: none;
451
- border-radius: 4px;
452
- -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
453
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
454
- }
455
- .e-datetimepicker.e-popup .e-list-parent.e-ul {
456
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
457
- background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
458
- }
459
- .e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
460
- border: none;
461
- color: rgba(var(--color-sf-on-surface));
462
- }
463
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
464
- background: rgba(var(--color-sf-on-surface), 0.05);
465
- border: none;
466
- color: rgba(var(--color-sf-on-surface));
467
- }
468
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
469
- background: rgba(var(--color-sf-primary-container));
470
- color: rgba(var(--color-sf-on-surface));
471
- }
472
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
473
- background: rgba(var(--color-sf-primary));
474
- color: rgba(var(--color-sf-on-primary));
475
- }
1
+ @import '@syncfusion/ej2-calendars/styles/datetimepicker/material3.css';
@@ -1,195 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */
3
- /*! component icons */
4
- .e-datetime-wrapper .e-time-icon.e-icons::before {
5
- content: "\e705";
6
- font-family: "e-icons";
7
- }
8
-
9
- .e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
10
- .e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
11
- display: -webkit-box;
12
- display: -ms-flexbox;
13
- display: flex;
14
- }
15
-
16
- .e-datetime-wrapper {
17
- /* stylelint-disable property-no-vendor-prefix */
18
- -webkit-tap-highlight-color: transparent;
19
- }
20
- .e-datetime-wrapper .e-time-icon.e-icons::before {
21
- font-size: 16px;
22
- }
23
- .e-datetime-wrapper.e-control-wrapper {
24
- -webkit-box-sizing: border-box;
25
- box-sizing: border-box;
26
- }
27
- .e-datetime-wrapper .e-time-icon.e-icons.e-disabled, .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
28
- pointer-events: none;
29
- }
30
- .e-datetime-wrapper .e-clear-icon {
31
- -webkit-box-sizing: content-box;
32
- box-sizing: content-box;
33
- }
34
- .e-datetime-wrapper span {
35
- cursor: pointer;
36
- }
37
- .e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
38
- font-size: 16px;
39
- margin: 0;
40
- outline: none;
41
- }
42
- .e-datetime-wrapper .e-input-group-icon.e-time-icon {
43
- border: 0;
44
- border-style: none;
45
- margin: 0;
46
- }
47
-
48
- .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
49
- margin: 0;
50
- }
51
-
52
- .e-datetimepicker.e-time-modal {
53
- background-color: #374151;
54
- height: 100%;
55
- left: 0;
56
- opacity: 0.5;
57
- pointer-events: auto;
58
- position: fixed;
59
- top: 0;
60
- width: 100%;
61
- z-index: 999;
62
- }
63
-
64
- .e-datetimepicker.e-popup {
65
- border-style: solid;
66
- border-width: 1px;
67
- overflow: auto;
68
- }
69
- .e-datetimepicker.e-popup .e-content {
70
- position: relative;
71
- }
72
- .e-datetimepicker.e-popup .e-list-parent.e-ul {
73
- margin: 0;
74
- padding: 8px 0;
75
- }
76
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
77
- color: #fff;
78
- cursor: default;
79
- font-size: 14px;
80
- overflow: hidden;
81
- position: relative;
82
- text-overflow: ellipsis;
83
- vertical-align: middle;
84
- white-space: nowrap;
85
- width: 100%;
86
- }
87
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
88
- cursor: pointer;
89
- }
90
-
91
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
92
- line-height: 30px;
93
- text-indent: 12px;
94
- }
95
-
96
- .e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
97
- *.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
98
- font-size: 18px;
99
- }
100
- .e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
101
- *.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
102
- margin: 0;
103
- }
104
-
105
- .e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
106
- *.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
107
- margin: 0;
108
- }
109
-
110
- .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
111
- *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
112
- padding: 8px 0;
113
- }
114
- .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
115
- *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
116
- font-size: 16px;
117
- line-height: 36px;
118
- text-indent: 16px;
119
- }
120
-
121
- .e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
122
- *.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
123
- font-size: 12px;
124
- line-height: 24px;
125
- text-indent: 12px;
126
- }
127
-
128
- .e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
129
- *.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
130
- font-size: 14px;
131
- line-height: 36px;
132
- text-indent: 12px;
133
- }
134
-
135
- .e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
136
- *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
137
- font-size: 14px;
138
- }
139
- .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
140
- *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
141
- font-size: 16px;
142
- }
143
- .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
144
- background-size: 250px 33px;
145
- min-height: 33px;
146
- }
147
-
148
- .e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
149
- .e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
150
- background-size: 250px 40px;
151
- min-height: 40px;
152
- }
153
-
154
- .e-datetimepicker.e-popup-expand.e-popup {
155
- position: fixed;
156
- }
157
- .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
158
- position: relative;
159
- width: 100%;
160
- }
161
-
162
- /*! datetimepicker theme */
163
- .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
164
- color: #fff;
165
- }
166
- .e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
167
- color: #9ca3af;
168
- }
169
-
170
- .e-datetimepicker.e-popup {
171
- border: 1px solid #4b5563;
172
- border-radius: 6px;
173
- -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
174
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
175
- }
176
- .e-datetimepicker.e-popup .e-list-parent.e-ul {
177
- background-color: #1f2937;
178
- }
179
- .e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
180
- border: none;
181
- color: #fff;
182
- }
183
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
184
- background-color: #4b5563;
185
- border: none;
186
- color: #fff;
187
- }
188
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
189
- background-color: #6b7280;
190
- color: #fff;
191
- }
192
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
193
- background-color: #4b5563;
194
- color: #fff;
195
- }
1
+ @import '@syncfusion/ej2-calendars/styles/datetimepicker/tailwind-dark.css';