Skip to content

Commit

Permalink
v2025.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kubekin2 committed Mar 4, 2025
1 parent d9b68f5 commit 59becac
Show file tree
Hide file tree
Showing 26 changed files with 173 additions and 173 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: 2025.1.5
Build date: 2025.02.11
Version: 2025.1.6
Build date: 2025.02.28
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: 2025.1.5
Build date: 2025.02.11
Version: 2025.1.6
Build date: 2025.02.28
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: 2025.1.5
Build date: 2025.02.11
Version: 2025.1.6
Build date: 2025.02.28
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.viewer';
Expand Down
36 changes: 18 additions & 18 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.

8 changes: 4 additions & 4 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: 7 additions & 7 deletions Scripts/stimulsoft.reports.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Stimulsoft.Reports.JS
Version: 2025.1.5
Build date: 2025.02.11
Version: 2025.1.6
Build date: 2025.02.28
License: https://www.stimulsoft.com/en/licensing/reports
*/
export namespace Stimulsoft.System {
Expand Down Expand Up @@ -101,11 +101,11 @@ export namespace Stimulsoft.System {
static stripBom<T extends string | number[]>(data: T): T;
}
}
declare let __require__: any;
export namespace Stimulsoft.System {
class NodeJs {
private static isInitialize;
static initialize(onResult?: Function): void;
static require(module: string): any;
private static convertInternal;
private static getEmbeddedFonts;
private static convertSvgToPng;
Expand Down Expand Up @@ -16802,8 +16802,8 @@ export namespace Stimulsoft.Report.Dictionary {
static getStringCommand(command: any): string;
static encodeCommand(command: any): string;
static decodeCommandResult(value: string): any;
testConnectionAsync(report: StiReport, connectionString: string): StiPromise<string>;
testConnectionAsync2(report: StiReport, connectionString: string): Promise<string>;
testConnectionAsync(report: StiReport, connectionString: string, connectionName: string): StiPromise<string>;
testConnectionAsync2(report: StiReport, connectionString: string, connectionName: string): Promise<string>;
createConnectionInDataStore(dictionary: StiDictionary, database: StiSqlDatabase): void;
retrieveSchemaAsync(report: StiReport, dataSource: StiSqlSource, connectionString: string, queryString?: string): StiPromise<StiDataSchema>;
getNetType(dbType: string): Stimulsoft.System.Type;
Expand Down Expand Up @@ -34906,7 +34906,7 @@ export namespace Stimulsoft.Report.Dictionary {
};
class StiNoSqlAdapterService extends StiDataStoreAdapterService {
getDataCategoryName(data: StiData): string;
testConnectionAsync(report: StiReport, connectionString: string): StiPromise<string>;
testConnectionAsync(report: StiReport, connectionString: string, connectionName: string): StiPromise<string>;
createConnectionInDataStore(dictionary: StiDictionary, database: StiNoSqlDatabase): void;
}
}
Expand Down Expand Up @@ -35041,7 +35041,7 @@ export namespace Stimulsoft.Report.Dictionary {
getDataSourceType(): Stimulsoft.System.Type;
connectDataSourceToDataAsync(dictionary: StiDictionary, dataSource: StiSqlSource, loadData: boolean): StiPromise<void>;
connectDataSourceToData(dictionary: StiDictionary, dataSource: StiSqlSource, loadData: boolean): void;
testConnectionAsync(report: StiReport, connectionString: string): StiPromise<string>;
testConnectionAsync(report: StiReport, connectionString: string, connectionName: string): StiPromise<string>;
retrieveSchemaAsync(report: StiReport, dataSource: StiSqlSource, connectionString: string, queryString?: string): StiPromise<StiDataSchema>;
getColumnsFromDataAsync(data: StiData, dataSource: StiSqlSource, connectionString: string): StiPromise<StiDataColumnsCollection>;
}
Expand Down
54 changes: 27 additions & 27 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.

12 changes: 6 additions & 6 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.

10 changes: 5 additions & 5 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.

92 changes: 46 additions & 46 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: 2025.1.5
Build date: 2025.02.11
Version: 2025.1.6
Build date: 2025.02.28
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": "2025.1.5",
"version": "2025.1.6",
"description": "Stimulsoft Reports.JS is a reporting tool for Node.js",
"main": "index.js",
"types": "Scripts/stimulsoft.reports.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"sync-request": "^6.1.0",
"node-machine-id": "^1.1.12",
"xmldoc": "^1.2.0",
"stimulsoft-data-adapter": "2025.1.5"
"stimulsoft-data-adapter": "2025.1.6"
},
"files": [
"THIRD-PARTY.md",
Expand Down

0 comments on commit 59becac

Please sign in to comment.