Skip to content

Commit 07d8df9

Browse files
v30.1.37
1 parent 725514e commit 07d8df9

File tree

583 files changed

+346935
-230606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

583 files changed

+346935
-230606
lines changed

.gitleaksignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
/* Ignored false leaks in .cs files */
22
Controllers/PDF/EncryptionController.cs:generic-api-key:40
3+
Controllers/PDF/EncryptionController.cs:generic-api-key:41
34
Controllers/PDF/EncryptionController.cs:generic-api-key:45
5+
Controllers/PDF/EncryptionController.cs:generic-api-key:46
46
Controllers/PDF/EncryptionController.cs:generic-api-key:51
7+
Controllers/PDF/EncryptionController.cs:generic-api-key:52
58
Controllers/PDF/EncryptionController.cs:generic-api-key:57
9+
Controllers/PDF/EncryptionController.cs:generic-api-key:58
10+
Controllers/PDF/EncryptionController.cs:generic-api-key:67
11+
Controllers/PDF/EncryptionController.cs:generic-api-key:68
612
Models/ExportEmployeeDetails.cs:aws-access-token:33
713
Models/ExportEmployeeDetails.cs:aws-access-token:37
814
Models/ExportEmployeeDetails.cs:aws-access-token:49
@@ -30,6 +36,20 @@ Models/GanttData.cs:aws-access-token:2180
3036
Models/GanttData.cs:aws-access-token:2193
3137
Models/GanttData.cs:aws-access-token:2220
3238
Models/GanttData.cs:aws-access-token:2232
39+
Models/GanttData.cs:aws-access-token:1897
40+
Models/GanttData.cs:aws-access-token:2019
41+
Models/GanttData.cs:aws-access-token:2032
42+
Models/GanttData.cs:aws-access-token:2055
43+
Models/GanttData.cs:aws-access-token:2066
44+
Models/GanttData.cs:aws-access-token:2079
45+
Models/GanttData.cs:aws-access-token:2091
46+
Models/GanttData.cs:aws-access-token:2104
47+
Models/GanttData.cs:aws-access-token:2144
48+
Models/GanttData.cs:aws-access-token:2157
49+
Models/GanttData.cs:aws-access-token:2169
50+
Models/GanttData.cs:aws-access-token:2182
51+
Models/GanttData.cs:aws-access-token:2222
52+
Models/GanttData.cs:aws-access-token:2234
3353
/* Ignored false leaks in .cshtml files */
3454
Views/PivotTable/CellTemplate.cshtml:aws-access-token:35
3555
Views/Schedule/CalendarIntegration.cshtml:gcp-api-key:5

App_Data/Data/Word/DocToImage.docx

33.9 KB
Binary file not shown.

App_Data/Data/Word/DoctoPDF.docx

24.7 KB
Binary file not shown.
54.4 KB
Binary file not shown.
46.3 KB
Binary file not shown.
47.5 KB
Binary file not shown.
51.2 KB
Binary file not shown.

Content/grid/adaptive-layout.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,20 @@
5555
width: 7%;
5656
}
5757

58+
.e-adaptive-demo .e-device .e-pager-pagesizes .e-pager {
59+
.e-mfirst,
60+
.e-mprev,
61+
.e-mnext,
62+
.e-mlast {
63+
padding: 1% 1%;
64+
}
65+
66+
.e-mfirst,
67+
.e-mlast {
68+
width: calc(5% + 5px);
69+
}
70+
}
71+
5872
.e-adaptive-demo.e-pager-pagesizes .e-pager {
5973
padding: 6px 0;
6074
.e-mfirst,
@@ -140,11 +154,17 @@
140154
text-align: right;
141155
width: calc(10% + 11px);
142156
}
157+
.e-adaptive-demo .e-device .e-pager .e-mprev {
158+
margin: 0;
159+
}
143160
.e-adaptive-demo .e-pager .e-mprev {
144161
margin: 0 4px;
145162
text-align: right;
146163
width: 10%;
147164
}
165+
.e-adaptive-demo .e-device .e-pager .e-mnext {
166+
margin: 0;
167+
}
148168
.e-adaptive-demo .e-pager .e-mnext {
149169
margin: 0 4px;
150170
text-align: left;
@@ -153,6 +173,9 @@
153173
.e-adaptive-demo .e-rtl.e-pager .e-mnext {
154174
margin: 0;
155175
}
176+
.e-adaptive-demo .e-device .e-pager .e-mlast {
177+
margin-left: 0;
178+
}
156179
.e-adaptive-demo .e-pager .e-mlast {
157180
margin-left: 4px;
158181
text-align: left;
34 KB
28.9 KB

0 commit comments

Comments
 (0)