Skip to content

Commit

Permalink
v2025.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kubekin2 committed Jan 28, 2025
1 parent 9d1c4bf commit 2488a58
Show file tree
Hide file tree
Showing 26 changed files with 266 additions and 237 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.3
Build date: 2025.01.09
Version: 2025.1.4
Build date: 2025.01.24
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.3
Build date: 2025.01.09
Version: 2025.1.4
Build date: 2025.01.24
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.reports';
8 changes: 4 additions & 4 deletions Scripts/stimulsoft.dashboards.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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.3
Build date: 2025.01.09
Version: 2025.1.4
Build date: 2025.01.24
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.viewer';
Expand Down
64 changes: 32 additions & 32 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.

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

26 changes: 13 additions & 13 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.3
Build date: 2025.01.09
Version: 2025.1.4
Build date: 2025.01.24
License: https://www.stimulsoft.com/en/licensing/reports
*/
export namespace Stimulsoft.System {
Expand Down Expand Up @@ -117,8 +117,8 @@ export namespace Stimulsoft.System {
}>;
static callRemoteApi(command: any, timeout: number): StiPromise<string>;
static stripBom(data: any): any;
static getFile(filePath: string, binary?: boolean, contentType?: string, headers?: Header[]): any;
static getFileHttp(filePath: string, binary?: boolean, contentType?: string, headers?: Header[]): any;
static getFile(filePath: string, binary: boolean, contentType: string, headers: Header[], disableCache?: boolean, withCredentials?: boolean, allowException?: boolean): any;
static getFileHttp(filePath: string, binary: boolean, contentType: string, headers: Header[], disableCache?: boolean, withCredentials?: boolean, allowException?: boolean): any;
static send(method: string, url: string, body: string, headers?: Header[]): {
status: number;
responseText: string;
Expand Down Expand Up @@ -4027,7 +4027,7 @@ export namespace Stimulsoft.Base {
openConnections(connections: List<IStiAppConnection>): List<IStiAppConnection>;
closeConnections(connections: List<IStiAppConnection>): void;
existsUserFunction(functionName: string): boolean;
invokeUserFunction(functionName: string, args: List<any>): any;
invokeUserFunction(functionName: string, args: any[]): any;
}
}
export namespace Stimulsoft.Base {
Expand All @@ -4037,11 +4037,10 @@ export namespace Stimulsoft.Base {
}
}
export namespace Stimulsoft.Base {
import List = Stimulsoft.System.Collections.List;
let IStiAppFunction: System.Interface<IStiAppFunction>;
interface IStiAppFunction extends IStiAppCell {
getName(): string;
invoke(arguments: List<any>): any;
invoke(arguments: any[]): any;
}
}
export namespace Stimulsoft.Base {
Expand Down Expand Up @@ -9445,8 +9444,8 @@ export namespace Stimulsoft.Data.Functions {
static getSystemVariable(variable: StiSystemVariableObject, line: number): any;
static existsCustomFunction(funcName: string): boolean;
static getCustomFunctions(funcName: string): List<IStiAppFunction>;
static getCustomFunction(funcName: string, argumentTypes: List<Type>): IStiAppFunction;
static invokeCustomFunction(funcName: string, argumentss: List<any>): any;
static getCustomFunction(funcName: string, argumentTypes: Type[]): IStiAppFunction;
static invokeCustomFunction(funcName: string, argumentss: any[]): any;
static skipNulls(values: List<any>): List<any>;
static optionalSkipNulls(values: List<object>): List<object>;
private static arabics;
Expand Down Expand Up @@ -12470,6 +12469,7 @@ export namespace Stimulsoft.Report.Dictionary {
export namespace Stimulsoft.Report.Events {
class StiEventHandler {
static run(event: StiEvent, report: StiReport, args?: any[]): any;
static run2(script: string, report: StiReport, argsName?: string[], argsValue?: any[]): any;
private static fixName;
}
}
Expand Down Expand Up @@ -20747,6 +20747,7 @@ export namespace StiOptions {
static loadDataOnce: boolean;
static useNewHtmlEngine: boolean;
static htmlAllowListItemSecondLineIndent: boolean;
static disconnectFromDataBeforeEndRender: boolean;
}
class Print {
static customPaperSizes: PaperSizeCollection;
Expand Down Expand Up @@ -34583,7 +34584,7 @@ export namespace Stimulsoft.Report.Dictionary {
openConnections(connections: List<IStiAppConnection>): List<IStiAppConnection>;
closeConnections(connections: List<IStiAppConnection>): void;
existsUserFunction(functionName: string): boolean;
invokeUserFunction(functionName: string, args: List<any>): any;
invokeUserFunction(functionName: string, args: any[]): any;
reconnectListForRequestFromUserVariables: string[];
cachedUserNamesAndPasswords: Hashtable;
useInternalData: boolean;
Expand Down Expand Up @@ -34628,7 +34629,7 @@ export namespace Stimulsoft.Report.Dictionary {
connectV2Async(baseReport: StiReport): Promise<void>;
connectV2(baseReport: StiReport): void;
private checkColumnForDataSourceName;
connectVirtualDataSourcesAsync(): StiPromise<void>;
connectVirtualDataSourcesAsync(secondPass?: boolean): StiPromise<void>;
connectDataTransformationsAsync(option?: StiDataRequestOption): StiPromise<void>;
connectCrossTabDataSources(): void;
disconnect(): void;
Expand Down Expand Up @@ -36062,7 +36063,6 @@ export namespace Stimulsoft.Report.Dictionary {
}
}
export namespace Stimulsoft.Report.Dictionary {
import List = Stimulsoft.System.Collections.List;
import IStiAppFunction = Stimulsoft.Base.IStiAppFunction;
import IComparable = Stimulsoft.System.IComparable;
import Type = Stimulsoft.System.Type;
Expand All @@ -36075,7 +36075,7 @@ export namespace Stimulsoft.Report.Dictionary {
getKey(): string;
setKey(key: string): void;
getName(): string;
invoke(args: List<any>): any;
invoke(args: any[]): any;
key: string;
useFullPath: boolean;
category: string;
Expand Down
108 changes: 61 additions & 47 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.

11 changes: 6 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.

144 changes: 79 additions & 65 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.3
Build date: 2025.01.09
Version: 2025.1.4
Build date: 2025.01.24
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.dashboards';
Expand Down
18 changes: 9 additions & 9 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-dashboards-js",
"version": "2025.1.3",
"version": "2025.1.4",
"description": "Stimulsoft Dashboards.JS is a dashboards 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.3"
"stimulsoft-data-adapter": "2025.1.4"
},
"files": [
"THIRD-PARTY.md",
Expand Down

0 comments on commit 2488a58

Please sign in to comment.