Skip to content

Commit b0c03f6

Browse files
StimulsoftStimulsoft
authored andcommitted
2025.3.1
1 parent 9105a50 commit b0c03f6

26 files changed

+1075
-498
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Stimulsoft.Reports.JS
3-
Version: 2025.2.5
4-
Build date: 2025.06.02
3+
Version: 2025.3.1
4+
Build date: 2025.06.25
55
License: https://www.stimulsoft.com/en/licensing/reports
66
*/
77
export * from './stimulsoft.designer';

Scripts/stimulsoft.blockly.editor.js

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

Scripts/stimulsoft.blockly.editor.pack.js

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

Scripts/stimulsoft.dashboards.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Stimulsoft.Dashboards.JS
3-
Version: 2025.2.5
4-
Build date: 2025.06.02
3+
Version: 2025.3.1
4+
Build date: 2025.06.25
55
License: https://www.stimulsoft.com/en/licensing/reports
66
*/
77
export * from './stimulsoft.reports';

Scripts/stimulsoft.dashboards.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
:'function'==typeof define&&define.amd?define(['./stimulsoft.reports'],(s)=>Object.assign(s,e(s.Stimulsoft)))
44
:window.Stimulsoft=e(window.Stimulsoft).Stimulsoft}(function(Stimulsoft){
55
if(Stimulsoft){
6-
if(Stimulsoft.__engineVersion&&Stimulsoft.__engineVersion!=='2025.2.5')
7-
console.warn('Scripts versions mismatch: engine ver. = %s; dashboards ver. = 2025.2.5', Stimulsoft.__engineVersion);
8-
else if(Stimulsoft.__reportsVersion!=='2025.2.5')
9-
console.warn('Scripts versions mismatch: reports ver. = %s; dashboards ver. = 2025.2.5', Stimulsoft.__reportsVersion);
6+
if(Stimulsoft.__engineVersion&&Stimulsoft.__engineVersion!=='2025.3.1')
7+
console.warn('Scripts versions mismatch: engine ver. = %s; dashboards ver. = 2025.3.1', Stimulsoft.__engineVersion);
8+
else if(Stimulsoft.__reportsVersion!=='2025.3.1')
9+
console.warn('Scripts versions mismatch: reports ver. = %s; dashboards ver. = 2025.3.1', Stimulsoft.__reportsVersion);
1010
}
1111
return {Stimulsoft,StiOptions:Stimulsoft.StiOptions};});

Scripts/stimulsoft.dashboards.pack.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
:'function'==typeof define&&define.amd?define(['./stimulsoft.reports.pack'],(s)=>Object.assign(s,e(s.Stimulsoft))):Object.assign(window,e(window.Stimulsoft))}
44
(function(Stimulsoft){
55
if(Stimulsoft){
6-
if(Stimulsoft.__engineVersion&&Stimulsoft.__engineVersion!=='2025.2.5')
7-
console.warn('Scripts versions mismatch: engine ver. = %s; dashboards ver. = 2025.2.5', Stimulsoft.__engineVersion);
8-
else if(Stimulsoft.__reportsVersion!=='2025.2.5')
9-
console.warn('Scripts versions mismatch: reports ver. = %s; dashboards ver. = 2025.2.5', Stimulsoft.__reportsVersion);
6+
if(Stimulsoft.__engineVersion&&Stimulsoft.__engineVersion!=='2025.3.1')
7+
console.warn('Scripts versions mismatch: engine ver. = %s; dashboards ver. = 2025.3.1', Stimulsoft.__engineVersion);
8+
else if(Stimulsoft.__reportsVersion!=='2025.3.1')
9+
console.warn('Scripts versions mismatch: reports ver. = %s; dashboards ver. = 2025.3.1', Stimulsoft.__reportsVersion);
1010
}
1111
return{Stimulsoft:Stimulsoft||{}};});

Scripts/stimulsoft.designer.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Stimulsoft.Reports.JS
3-
Version: 2025.2.5
4-
Build date: 2025.06.02
3+
Version: 2025.3.1
4+
Build date: 2025.06.25
55
License: https://www.stimulsoft.com/en/licensing/reports
66
*/
77
export * from './stimulsoft.viewer';

Scripts/stimulsoft.designer.js

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

Scripts/stimulsoft.designer.pack.js

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

Scripts/stimulsoft.reports.chart.js

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

0 commit comments

Comments
 (0)