Skip to content

Commit fda22cb

Browse files
Vishnu7101karthickthangasamy
authored andcommitted
feature(REPORT-342363): public repo update
1 parent 7df2924 commit fda22cb

File tree

158 files changed

+15618
-0
lines changed

Some content is hidden

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

158 files changed

+15618
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The samples requires the below requirements to run.
1818
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
1919
* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet-core)
2020

21+
In order to download samples in the Report Writer Properly , run the below mwntioned command.
22+
23+
```cmd
24+
npm install
25+
```
26+
2127
## Using the Reporting Samples
2228

2329
* Open the solution file `ReportsCoreSamples.sln` in Visual Studio.

gulpfile.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
var gulp = require("gulp");
2+
const download = require("gulp-download");
3+
const { createReadStream } = require('fs');
4+
const { rm, mkdir } = require('shelljs');
5+
const unzipper = require('unzipper');
6+
const puppeteerPath = './wwwroot/scripts/puppeteer/Win-901912';
7+
8+
gulp.task('Puppeteer-download', (done) => {
9+
mkdir('-p', `${puppeteerPath}`);
10+
download('https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/901912/chrome-win.zip')
11+
.pipe(gulp.dest(`${puppeteerPath}`))
12+
.on('end', () => {
13+
createReadStream(`${puppeteerPath}/chrome-win.zip`)
14+
.pipe(unzipper.Extract({ path: `${puppeteerPath}` }))
15+
.on('close', () => {
16+
rm('-rf', [`${puppeteerPath}/chrome-win.zip`]);
17+
done();
18+
});
19+
})
20+
});

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "aspnet-core-samples",
3+
"version": "5.4.20",
4+
"description": "NPM package of BoldReports build tasks",
5+
"author": "Syncfusion",
6+
"license": "Syncfusion",
7+
"devDependencies": {
8+
"gulp": "^4.0.2"
9+
},
10+
"dependencies": {
11+
"shelljs": "0.8.5",
12+
"unzipper": "^0.10.11",
13+
"gulp-download": "0.0.1"
14+
}
15+
}

wwwroot/css/bold-reports/bold.reportdesigner.core.material.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wwwroot/css/bold-reports/bold.widgets.core.material.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 318 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,318 @@
1+
/*-----------------------Map------------------*/
2+
/*-----------------------PdfViewer------------------*/
3+
/*-----------------------End PdfViewer------------------*/
4+
/*-----------------------OLAP Definition-----------------*/
5+
/*-----------------------OLAP Definition End-----------------*/
6+
/*----------------------Reportviewer Definition start------------------*/
7+
/*----------------------Reportviewer Definition End------------------*/
8+
/*----------------------Reportdesigner Definition Start------------------*/
9+
/*----------------------Reportdesigner Definition End------------------*/
10+
/*-----------------------SymbolPalette Definition-----------------*/
11+
/*-----------------------Diagram Definition-----------------*/
12+
/*-----------------------Datepicker Definition-----------------*/
13+
/*-----------------------Bootstrap support-----------------*/
14+
/*----------------------Ribbon Definition-----------------------*/
15+
/*----------------------Ribbon End-----------------------*/
16+
/*----------------------File Explorer Start-----------------------*/
17+
/*----------------------File Explorer End-----------------------*/
18+
/*----------------------Kanban Definition-----------------------*/
19+
/*----------------------Kanban End-----------------------*/
20+
/*----------------------Spreadsheet Definition-----------------------*/
21+
/*----------------------Spreadsheet End-----------------------*/
22+
/*----------------------Office 365 theme-----------------------*/
23+
/*----------------------rangeScrollbar Start------------------*/
24+
/*----------------------rangeScrollbar End--------------------*/
25+
/*----------------------High-Contrast-01 & High-Contrast-02 theme-----------------------*/
26+
/*--------------- common ----------------- */
27+
/*---------------high-contrast ------*/
28+
/*---------------- Office-365 ----------------*/
29+
/*------------------ material theme ---------------------*/
30+
/*------------------ DatePicker ---------------------*/
31+
/*-----------------------HeatMap Definition-----------------*/
32+
/* Common style */
33+
34+
.e-content-area {
35+
background-color: white;
36+
color: #111111;
37+
border-color: #e0e0e0;
38+
font-family: 'Roboto', Segoe UI, Helvetica Neue, Ubuntu, Arial;
39+
}
40+
/*------------------------------------- autocomplete -------------------------------------------*/
41+
42+
.e-atc .e-in-wrap,
43+
.e-atc .e-input,
44+
.e-atc-popup,
45+
.e-atc .e-options {
46+
background-color: white;
47+
border-color: #e0e0e0;
48+
49+
font-family: 'Roboto', Segoe UI, Helvetica Neue, Ubuntu, Arial;
50+
}
51+
.e-atc .e-in-wrap,
52+
.e-atc .e-input,
53+
.e-atc-popup,
54+
.e-atc .e-options {
55+
color: rgba(0, 0, 0, 0.87);
56+
font-size: 13px;
57+
font-weight: normal;
58+
}
59+
.e-atc-popup {
60+
font-size: 13px !important;
61+
}
62+
.e-atc-popup .e-hilight-txt {
63+
font-size: 13px;
64+
color: rgba(0, 0, 0, 0.54);
65+
}
66+
.e-atc .e-options.e-active {
67+
68+
color: white;
69+
}
70+
.e-atc .e-options.e-active {
71+
border-color: white;
72+
}
73+
.e-atc .e-options.e-active {
74+
background: #ff4081;
75+
}
76+
.e-atc .e-options.e-active:hover,
77+
.e-atc .e-options:hover {
78+
79+
}
80+
.e-atc .e-options.e-active:hover,
81+
.e-atc .e-options:hover {
82+
color: #212121;
83+
border-color: #e0e0e0;
84+
}
85+
.e-atc .e-options.e-active:hover,
86+
.e-atc .e-options:hover {
87+
background: #e0e0e0;
88+
}
89+
.e-atc .e-boxes {
90+
background-color: white;
91+
}
92+
.e-atc.e-focus .e-in-wrap {
93+
94+
}
95+
.e-atc .e-in-wrap input.e-input,
96+
input[type="text"].e-input {
97+
padding-left: 0.1em;
98+
}
99+
.e-atc:hover .e-in-wrap {
100+
101+
}
102+
.e-atc-popup .e-category {
103+
border-bottom: 1px solid #e0e0e0;
104+
}
105+
.e-atc-popup .e-hover,
106+
.e-atc-popup .e-content .e-atc-trbgcolor.e-hover {
107+
108+
}
109+
.e-atc-popup .e-hover,
110+
.e-atc-popup .e-content .e-atc-trbgcolor.e-hover {
111+
color: #212121;
112+
border-color: #e0e0e0;
113+
}
114+
.e-atc-popup .e-hover,
115+
.e-atc-popup .e-content .e-atc-trbgcolor.e-hover {
116+
background: #eeeeee;
117+
}
118+
.e-atc .e-select:hover,
119+
.e-atc.e-rtl .e-select:hover {
120+
121+
}
122+
.e-atc .e-select:hover,
123+
.e-atc.e-rtl .e-select:hover {
124+
border-color: white;
125+
color: #424242;
126+
}
127+
.e-atc-popup ul li,
128+
.e-atc-popup.e-rtl ul li {
129+
130+
}
131+
.e-atc-popup ul li,
132+
.e-atc-popup.e-rtl ul li {
133+
padding: 13.5px 5px 5px 24px;
134+
min-height: 2.1em;
135+
}
136+
.e-atc .e-select,
137+
.e-atc.e-rtl .e-select,
138+
.e-atc .e-select.e-disable:hover {
139+
140+
}
141+
.e-atc .e-select,
142+
.e-atc.e-rtl .e-select,
143+
.e-atc .e-select.e-disable:hover {
144+
border-color: white;
145+
color: #424242;
146+
}
147+
.e-atc .e-select,
148+
.e-atc.e-rtl .e-select,
149+
.e-atc .e-select.e-disable:hover {
150+
background: white;
151+
}
152+
.e-atc .e-input.e-load {
153+
background-image: url(images/ajax-loader.gif);
154+
}
155+
.e-atc ::-webkit-input-placeholder {
156+
157+
}
158+
.e-atc ::-webkit-input-placeholder {
159+
color: #212121;
160+
}
161+
.e-atc :-ms-input-placeholder {
162+
163+
}
164+
.e-atc :-ms-input-placeholder {
165+
color: #212121;
166+
}
167+
.e-atc ::-moz-placeholder {
168+
169+
}
170+
.e-atc ::-moz-placeholder {
171+
color: #212121;
172+
}
173+
.e-atc :-moz-placeholder {
174+
175+
}
176+
.e-atc :-moz-placeholder {
177+
color: #212121;
178+
}
179+
.e-atc-popup .e-atc-tdbottom,
180+
.e-atc-popup div.e-atc-tableHeader {
181+
border-bottom: 1px solid #e0e0e0;
182+
}
183+
.e-atc-popup .e-atc-tdright,
184+
.e-atc-popup .e-atc-tableHeaderScroll .e-atc-tableHeaderBorder,
185+
.e-atc-popup div .e-atc-thright {
186+
border-right: 1px solid #e0e0e0;
187+
}
188+
.e-atc-popup .e-atc-tdleft,
189+
.e-atc-popup .e-atc-tableHeaderRTL .e-atc-tableHeaderBorder,
190+
.e-atc-popup div .e-atc-thleft {
191+
border-left: 1px solid #e0e0e0;
192+
}
193+
.e-atc-popup .e-atc-tableHeaderContent th {
194+
background: #fafafa;
195+
196+
}
197+
.e-atc-popup .e-content .e-atc-trbgcolor {
198+
background: #fafafa;
199+
200+
}
201+
.e-atc .e-in-wrap {
202+
border: none;
203+
border-bottom: 1px solid;
204+
border-color: rgba(0, 0, 0, 0.12);
205+
background: transparent;
206+
}
207+
.e-atc .e-in-wrap,
208+
.e-atc .e-in-wrap .e-input {
209+
border-radius: 0px;
210+
}
211+
.e-atc .e-in-wrap input.e-input,
212+
input[type="text"].e-input {
213+
214+
}
215+
.e-atc .e-in-wrap input.e-input,
216+
input[type="text"].e-input {
217+
box-shadow: 0 1.83px 1px transparent;
218+
}
219+
.e-atc-popup {
220+
221+
}
222+
.e-atc-popup {
223+
box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.21);
224+
}
225+
.e-atc .e-input::selection {
226+
227+
}
228+
.e-atc .e-input::selection {
229+
background: #ff4081;
230+
color: white;
231+
}
232+
.e-atc .e-input::-moz-selection {
233+
234+
}
235+
.e-atc .e-input::-moz-selection {
236+
background: #ff4081;
237+
color: white;
238+
}
239+
.e-atc.e-disable-wrap .e-in-wrap {
240+
241+
}
242+
.e-atc.e-disable-wrap .e-in-wrap {
243+
border-bottom-color: transparent;
244+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
245+
background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.38) 100%);
246+
background-position: bottom -1px left 0;
247+
background-size: 4px 1px;
248+
background-repeat: repeat-x;
249+
}
250+
.e-atc .e-in-wrap:before,
251+
.e-atc .e-in-wrap:after {
252+
background: #ff4081;
253+
}
254+
.e-atc .e-select.e-active,
255+
.e-atc .e-select:hover {
256+
border-radius: 2px;
257+
}
258+
.e-atc .e-select:after {
259+
background: rgba(0, 0, 0, 0.12);
260+
}
261+
.e-atc .e-select {
262+
right: 5px;
263+
}
264+
.e-atc .e-visual-mode.e-input {
265+
float: none;
266+
}
267+
.e-atc-popup .e-ul .txt {
268+
padding-left: 24px;
269+
}
270+
.e-atc-popup .e-ul .flag {
271+
272+
}
273+
.e-atc-popup .e-ul .flag {
274+
margin-top: 4px;
275+
}
276+
.e-atc .e-select .e-icon.e-search {
277+
font-size: 18px;
278+
}
279+
.e-atc .e-autocomplete.e-input {
280+
281+
}
282+
.e-atc .e-select:active {
283+
284+
}
285+
.e-atc .e-select.e-disable,
286+
.e-atc .e-select.e-disable:hover {
287+
288+
}
289+
.e-atc .e-options .e-icon.e-close {
290+
291+
}
292+
.e-atc .e-options.e-active .e-icon.e-close {
293+
294+
}
295+
.e-atc .e-options {
296+
297+
}
298+
.e-atc .e-visual-mode.e-input {
299+
300+
}
301+
.e-atc-popup .e-atc-tableContent td {
302+
303+
}
304+
.e-atc .e-options.e-active:hover .e-icon.e-close {
305+
306+
}
307+
.e-atc .e-in-wrap.e-padding {
308+
overflow: hidden;
309+
}
310+
.e-atc .e-in-wrap.e-padding:before,
311+
.e-atc .e-in-wrap.e-padding:after {
312+
height: 3px;
313+
}
314+
.e-atc-popup .e-activeli,
315+
.e-atc-popup .e-content .e-activeli {
316+
background: #3f51b5;
317+
318+
}

0 commit comments

Comments
 (0)