@syncfusion/ej2-angular-calendars 17.1.41 → 17.1.47-1015318

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 (101) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +69 -13
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-calendars.js +69 -13
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -1
  5. package/CHANGELOG.md +520 -3
  6. package/dist/ej2-angular-calendars.umd.js +70 -19
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -1
  8. package/dist/ej2-angular-calendars.umd.min.js +1 -10
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
  10. package/ej2-angular-calendars.metadata.json +1 -1
  11. package/package.json +65 -65
  12. package/postinstall/tagchange.js +18 -0
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/calendar/calendar.component.d.ts +3 -0
  17. package/src/datepicker/datepicker-all.module.d.ts +2 -0
  18. package/src/datepicker/datepicker.component.d.ts +3 -0
  19. package/src/daterangepicker/daterangepicker.component.d.ts +3 -0
  20. package/src/daterangepicker/presets.directive.d.ts +1 -0
  21. package/src/datetimepicker/datetimepicker.component.d.ts +3 -0
  22. package/src/index.d.ts +1 -1
  23. package/src/timepicker/timepicker.component.d.ts +3 -0
  24. package/styles/bootstrap-dark.css +962 -339
  25. package/styles/bootstrap.css +963 -340
  26. package/styles/bootstrap4.css +966 -335
  27. package/styles/calendar/bootstrap-dark.css +390 -119
  28. package/styles/calendar/bootstrap.css +391 -120
  29. package/styles/calendar/bootstrap4.css +391 -120
  30. package/styles/calendar/fabric-dark.css +389 -123
  31. package/styles/calendar/fabric.css +391 -120
  32. package/styles/calendar/highcontrast-light.css +391 -120
  33. package/styles/calendar/highcontrast.css +391 -120
  34. package/styles/calendar/material-dark.css +404 -133
  35. package/styles/calendar/material.css +391 -120
  36. package/styles/calendar/tailwind-dark.css +993 -0
  37. package/styles/calendar/tailwind-dark.scss +1 -0
  38. package/styles/calendar/tailwind.css +993 -0
  39. package/styles/calendar/tailwind.scss +1 -0
  40. package/styles/datepicker/bootstrap-dark.css +65 -24
  41. package/styles/datepicker/bootstrap.css +65 -24
  42. package/styles/datepicker/bootstrap4.css +66 -17
  43. package/styles/datepicker/fabric-dark.css +63 -22
  44. package/styles/datepicker/fabric.css +63 -22
  45. package/styles/datepicker/highcontrast-light.css +63 -14
  46. package/styles/datepicker/highcontrast.css +63 -14
  47. package/styles/datepicker/material-dark.css +95 -18
  48. package/styles/datepicker/material.css +101 -15
  49. package/styles/datepicker/tailwind-dark.css +185 -0
  50. package/styles/datepicker/tailwind-dark.scss +1 -0
  51. package/styles/datepicker/tailwind.css +185 -0
  52. package/styles/datepicker/tailwind.scss +1 -0
  53. package/styles/daterangepicker/bootstrap-dark.css +381 -179
  54. package/styles/daterangepicker/bootstrap.css +381 -179
  55. package/styles/daterangepicker/bootstrap4.css +383 -181
  56. package/styles/daterangepicker/fabric-dark.css +381 -179
  57. package/styles/daterangepicker/fabric.css +381 -179
  58. package/styles/daterangepicker/highcontrast-light.css +381 -179
  59. package/styles/daterangepicker/highcontrast.css +381 -179
  60. package/styles/daterangepicker/material-dark.css +419 -189
  61. package/styles/daterangepicker/material.css +418 -179
  62. package/styles/daterangepicker/tailwind-dark.css +956 -0
  63. package/styles/daterangepicker/tailwind-dark.scss +1 -0
  64. package/styles/daterangepicker/tailwind.css +956 -0
  65. package/styles/daterangepicker/tailwind.scss +1 -0
  66. package/styles/datetimepicker/bootstrap-dark.css +42 -7
  67. package/styles/datetimepicker/bootstrap.css +42 -7
  68. package/styles/datetimepicker/bootstrap4.css +42 -7
  69. package/styles/datetimepicker/fabric-dark.css +42 -7
  70. package/styles/datetimepicker/fabric.css +42 -7
  71. package/styles/datetimepicker/highcontrast-light.css +43 -8
  72. package/styles/datetimepicker/highcontrast.css +43 -8
  73. package/styles/datetimepicker/material-dark.css +86 -11
  74. package/styles/datetimepicker/material.css +100 -7
  75. package/styles/datetimepicker/tailwind-dark.css +206 -0
  76. package/styles/datetimepicker/tailwind-dark.scss +1 -0
  77. package/styles/datetimepicker/tailwind.css +206 -0
  78. package/styles/datetimepicker/tailwind.scss +1 -0
  79. package/styles/fabric-dark.css +959 -341
  80. package/styles/fabric.css +961 -338
  81. package/styles/highcontrast-light.css +962 -331
  82. package/styles/highcontrast.css +962 -331
  83. package/styles/material-dark.css +1120 -365
  84. package/styles/material.css +1131 -331
  85. package/styles/tailwind-dark.css +2566 -0
  86. package/styles/tailwind-dark.scss +5 -0
  87. package/styles/tailwind.css +2566 -0
  88. package/styles/tailwind.scss +5 -0
  89. package/styles/timepicker/bootstrap-dark.css +84 -10
  90. package/styles/timepicker/bootstrap.css +84 -10
  91. package/styles/timepicker/bootstrap4.css +84 -10
  92. package/styles/timepicker/fabric-dark.css +84 -10
  93. package/styles/timepicker/fabric.css +84 -10
  94. package/styles/timepicker/highcontrast-light.css +84 -10
  95. package/styles/timepicker/highcontrast.css +84 -10
  96. package/styles/timepicker/material-dark.css +116 -14
  97. package/styles/timepicker/material.css +121 -10
  98. package/styles/timepicker/tailwind-dark.css +222 -0
  99. package/styles/timepicker/tailwind-dark.scss +1 -0
  100. package/styles/timepicker/tailwind.css +222 -0
  101. package/styles/timepicker/tailwind.scss +1 -0
@@ -0,0 +1,206 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /*! component icons */
3
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
4
+ content: '\e730';
5
+ font-family: 'e-icons';
6
+ }
7
+
8
+ .e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
9
+ .e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
10
+ display: -ms-flexbox;
11
+ display: flex;
12
+ }
13
+
14
+ .e-datetime-wrapper {
15
+ -webkit-tap-highlight-color: transparent;
16
+ }
17
+
18
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
19
+ font-size: 16px;
20
+ }
21
+
22
+ .e-datetime-wrapper.e-control-wrapper {
23
+ box-sizing: border-box;
24
+ }
25
+
26
+ .e-datetime-wrapper .e-time-icon.e-icons.e-disabled,
27
+ .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
28
+ pointer-events: none;
29
+ }
30
+
31
+ .e-datetime-wrapper .e-clear-icon {
32
+ box-sizing: content-box;
33
+ }
34
+
35
+ .e-datetime-wrapper span {
36
+ cursor: pointer;
37
+ }
38
+
39
+ .e-datetime-wrapper .e-input-group-icon.e-date-icon,
40
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
41
+ font-size: 16px;
42
+ margin: 0;
43
+ outline: none;
44
+ }
45
+
46
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
47
+ border: 0;
48
+ border-style: none;
49
+ margin: 0;
50
+ }
51
+
52
+ .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
53
+ margin: 0;
54
+ }
55
+
56
+ .e-datetimepicker.e-time-modal {
57
+ background-color: #f3f4f6;
58
+ height: 100%;
59
+ left: 0;
60
+ opacity: .5;
61
+ pointer-events: auto;
62
+ position: fixed;
63
+ top: 0;
64
+ width: 100%;
65
+ z-index: 999;
66
+ }
67
+
68
+ .e-datetimepicker.e-popup {
69
+ border-style: solid;
70
+ border-width: 1px;
71
+ overflow: auto;
72
+ }
73
+
74
+ .e-datetimepicker.e-popup .e-content {
75
+ position: relative;
76
+ }
77
+
78
+ .e-datetimepicker.e-popup .e-list-parent.e-ul {
79
+ margin: 0;
80
+ padding: 8px 0;
81
+ }
82
+
83
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
84
+ color: #111827;
85
+ cursor: default;
86
+ font-size: 14px;
87
+ overflow: hidden;
88
+ position: relative;
89
+ text-overflow: ellipsis;
90
+ vertical-align: middle;
91
+ white-space: nowrap;
92
+ width: 100%;
93
+ }
94
+
95
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
96
+ cursor: pointer;
97
+ }
98
+
99
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
100
+ line-height: 30px;
101
+ text-indent: 12px;
102
+ }
103
+
104
+ .e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
105
+ *.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
106
+ font-size: 18px;
107
+ }
108
+
109
+ .e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
110
+ *.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
111
+ margin: 0;
112
+ }
113
+
114
+ .e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
115
+ *.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
116
+ margin: 0;
117
+ }
118
+
119
+ .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
120
+ *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
121
+ padding: 8px 0;
122
+ }
123
+
124
+ .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
125
+ *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
126
+ font-size: 16px;
127
+ line-height: 36px;
128
+ text-indent: 16px;
129
+ }
130
+
131
+ .e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
132
+ *.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
133
+ font-size: 12px;
134
+ line-height: 24px;
135
+ text-indent: 12px;
136
+ }
137
+
138
+ .e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
139
+ *.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
140
+ font-size: 14px;
141
+ line-height: 36px;
142
+ text-indent: 12px;
143
+ }
144
+
145
+ .e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
146
+ *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
147
+ font-size: 14px;
148
+ }
149
+
150
+ .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
151
+ *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
152
+ font-size: 16px;
153
+ }
154
+
155
+ .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
156
+ background-size: 250px 33px;
157
+ min-height: 33px;
158
+ }
159
+
160
+ .e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
161
+ .e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
162
+ background-size: 250px 40px;
163
+ min-height: 40px;
164
+ }
165
+
166
+ /*! datetimepicker theme */
167
+ .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
168
+ color: #111827;
169
+ }
170
+
171
+ .e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
172
+ color: #6b7280;
173
+ }
174
+
175
+ .e-datetimepicker.e-popup {
176
+ border: 1px solid #e5e7eb;
177
+ border-radius: 6px;
178
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
179
+ }
180
+
181
+ .e-datetimepicker.e-popup .e-list-parent.e-ul {
182
+ background-color: #fff;
183
+ }
184
+
185
+ .e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
186
+ border: none;
187
+ color: #111827;
188
+ }
189
+
190
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
191
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
192
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
193
+ background-color: #f3f4f6;
194
+ border: none;
195
+ color: #111827;
196
+ }
197
+
198
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
199
+ background-color: #e5e7eb;
200
+ color: #111827;
201
+ }
202
+
203
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
204
+ background-color: #f3f4f6;
205
+ color: #111827;
206
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/datetimepicker/tailwind.scss';