Skip to content

Commit

Permalink
v2023.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kubekin2 committed May 17, 2023
1 parent 1161bd7 commit 418b930
Show file tree
Hide file tree
Showing 26 changed files with 170 additions and 162 deletions.
4 changes: 2 additions & 2 deletions Scripts/stimulsoft.blockly.editor.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Stimulsoft.Reports.JS
Version: 2023.2.3
Build date: 2023.05.08
Version: 2023.2.4
Build date: 2023.05.17
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.designer';
6 changes: 3 additions & 3 deletions Scripts/stimulsoft.blockly.editor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.blockly.editor.pack.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Scripts/stimulsoft.dashboards.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Stimulsoft.Dashboards.JS
Version: 2023.2.3
Build date: 2023.05.08
Version: 2023.2.4
Build date: 2023.05.17
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.reports';
2 changes: 1 addition & 1 deletion Scripts/stimulsoft.dashboards.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Scripts/stimulsoft.dashboards.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Scripts/stimulsoft.designer.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Stimulsoft.Reports.JS
Version: 2023.2.3
Build date: 2023.05.08
Version: 2023.2.4
Build date: 2023.05.17
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.viewer';
Expand Down
62 changes: 31 additions & 31 deletions Scripts/stimulsoft.designer.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Scripts/stimulsoft.designer.pack.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.reports.chart.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.reports.chart.pack.js

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions Scripts/stimulsoft.reports.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Stimulsoft.Reports.JS
Version: 2023.2.3
Build date: 2023.05.08
Version: 2023.2.4
Build date: 2023.05.17
License: https://www.stimulsoft.com/en/licensing/reports
*/
export namespace Stimulsoft.System {
Expand Down Expand Up @@ -7189,6 +7189,8 @@ export namespace Stimulsoft.Base.Drawing {
private static stackToString;
private static listLevelsToString;
private static parseHtmlTag;
private static pushPopStack;
private static correctFontName;
private static parseTagIntoPairs;
private static parseMarkerTypeAttribute;
private static parseStyleAttributes;
Expand Down Expand Up @@ -28138,17 +28140,20 @@ export namespace Stimulsoft.Report.Components {
}
}
export namespace Stimulsoft.Report.Components {
import Image = Stimulsoft.System.Drawing.Image;
import Rectangle = Stimulsoft.System.Drawing.Rectangle;
import StiBrush = Stimulsoft.Base.Drawing.StiBrush;
import StiBorder = Stimulsoft.Base.Drawing.StiBorder;
import StiMeta = Stimulsoft.Base.Meta.StiMeta;
import IStiJsonReportObject = Stimulsoft.Base.JsonReportObject.IStiJsonReportObject;
class StiSignature extends StiComponent implements IStiBorder, IStiBrush, IStiJsonReportObject {
class StiSignature extends StiComponent implements IStiBorder, IStiExportImageExtended, IStiBrush, IStiJsonReportObject {
private _implementsStiSignature;
implements(): any[];
meta(): StiMeta[];
clone(cloneProperties: boolean): any;
helpUrl: string;
getImage(REFzoom: any, format?: StiExportFormat): Image;
isExportAsImage(format: StiExportFormat): boolean;
brush: StiBrush;
private shouldSerializeBrush;
border: StiBorder;
Expand Down Expand Up @@ -38712,6 +38717,7 @@ export namespace Stimulsoft.Report.Export {
private static writeBorder1;
private static writeBorder2;
private static writeElectronicSignature;
private static writePdfDigitalSignature;
private static writeText2;
private static writeText;
static getStyleString(font: Font, textColor: Color): string;
Expand Down Expand Up @@ -39005,6 +39011,7 @@ export namespace Stimulsoft.Report.Export {
useEscapeCodes: boolean;
escapeCodesCollectionName: string;
protected _returnType: StringConstructor;
toParameters(): any;
}
}
export namespace Stimulsoft.Report.Export {
Expand Down Expand Up @@ -64482,6 +64489,7 @@ export namespace Stimulsoft.Viewer {
static fillDialogInfoItems(report: StiReport): Promise<void>;
private static getVariableAlias;
private static getItems;
private static isBindingVariable;
private static containsBindingVariableValue;
private static getDateTimeObject;
private static getTimeSpanStringValue;
Expand Down
48 changes: 24 additions & 24 deletions Scripts/stimulsoft.reports.engine.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Scripts/stimulsoft.reports.engine.pack.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Scripts/stimulsoft.reports.export.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.reports.export.pack.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.reports.import.xlsx.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.reports.import.xlsx.pack.js

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions Scripts/stimulsoft.reports.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.reports.maps.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Scripts/stimulsoft.reports.maps.pack.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Scripts/stimulsoft.reports.pack.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Scripts/stimulsoft.viewer.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Stimulsoft.Reports.JS
Version: 2023.2.3
Build date: 2023.05.08
Version: 2023.2.4
Build date: 2023.05.17
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.dashboards';
Expand Down
14 changes: 7 additions & 7 deletions Scripts/stimulsoft.viewer.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Scripts/stimulsoft.viewer.pack.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulsoft-reports-js",
"version": "2023.2.3",
"version": "2023.2.4",
"description": "Stimulsoft Reports.JS is a reporting tool for Node.js",
"main": "index.js",
"types": "Scripts/stimulsoft.reports.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"sync-request": "^6.1.0",
"node-machine-id": "^1.1.12",
"xmldoc": "^1.2.0",
"stimulsoft-data-adapter": "2023.2.3"
"stimulsoft-data-adapter": "2023.2.4"
},
"files": [
"THIRD-PARTY.md",
Expand Down

0 comments on commit 418b930

Please sign in to comment.