Skip to content

Commit

Permalink
v2024.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kubekin2 committed Nov 14, 2024
1 parent 0cdf40c commit e9bf753
Show file tree
Hide file tree
Showing 26 changed files with 200 additions and 172 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: 2024.4.3
Build date: 2024.10.23
Version: 2024.4.4
Build date: 2024.11.13
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: 2024.4.3
Build date: 2024.10.23
Version: 2024.4.4
Build date: 2024.11.13
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: 2024.4.3
Build date: 2024.10.23
Version: 2024.4.4
Build date: 2024.11.13
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.viewer';
Expand Down
66 changes: 33 additions & 33 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.

54 changes: 41 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: 2024.4.3
Build date: 2024.10.23
Version: 2024.4.4
Build date: 2024.11.13
License: https://www.stimulsoft.com/en/licensing/reports
*/
export namespace Stimulsoft.System {
Expand Down Expand Up @@ -13126,7 +13126,6 @@ export namespace Stimulsoft.Report.Components {
set printOnAllPages(value: boolean);
printIfDetailEmpty: boolean;
get isDataSourceEmpty(): boolean;
private _dataSource;
get dataSource(): StiDataSource;
private _dataSourceName;
get dataSourceName(): string;
Expand Down Expand Up @@ -19964,6 +19963,7 @@ export namespace Stimulsoft.Report {
textFormatTypes: string[];
refNames: string[];
clean(): void;
linkComponents(report: StiReport): void;
}
export class StiReport implements IStiUnitConvert, IStiReport, IStiApp, IStiAppCell, IStiGetFonts {
implements(): any[];
Expand Down Expand Up @@ -23054,7 +23054,9 @@ export namespace Stimulsoft.Report.BarCodes {
}
export namespace Stimulsoft.Report.BarCodes {
import RectangleD = Stimulsoft.System.Drawing.Rectangle;
import StiMeta = Stimulsoft.Base.Meta.StiMeta;
class StiMsiBarCodeType extends StiPlesseyBarCodeType {
meta(): StiMeta[];
get serviceName(): string;
get defaultCodeValue(): string;
get visibleProperties(): boolean[];
Expand Down Expand Up @@ -24060,7 +24062,8 @@ export namespace Stimulsoft.Report.Chart {
enum StiChartConditionalField {
Value = 0,
Argument = 1,
Series = 2
Series = 2,
EndValue = 3
}
enum StiShowEmptyCellsAs {
Gap = 0,
Expand Down Expand Up @@ -36123,8 +36126,6 @@ export namespace Stimulsoft.Report.Dictionary {
scriptVB: string;
scriptJS: string;
scriptBlockly: string;
get script(): string;
set script(value: string);
getFullScript(language: StiReportLanguageType): string;
constructor(name?: string, category?: StiFunctionCategory, returnType?: StiUserFunctionArgumentType);
}
Expand Down Expand Up @@ -38638,6 +38639,8 @@ export namespace Stimulsoft.Report.Export {
static getImage(svgData: StiSvgData, scale?: number): Image;
static drawMap(xmlsWriter: XmlTextWriter, map: StiMap, x: number, y: number, width: number, height: number, animated: boolean, dontConnectToData: boolean): void;
static render(map: StiMap, xmlsWriter: XmlTextWriter, animated: boolean, sScale: number, dontConnectToData: boolean): void;
private static getValues;
private static getKeysFromMapKeys;
private static addToolTipStyle;
private static getPathText;
private static getPathRect;
Expand Down Expand Up @@ -40451,7 +40454,7 @@ export namespace Stimulsoft.Report.Helpers {
getIsoAlpha3FromName(name: string, mapId: string, lang: string, report?: StiReport): string;
convertMapKeysToIsoAlpha2(mapKeys: List<string>, mapId: string, lang: string, report?: StiReport): List<string>;
getMapKeysFromNames(values: List<any>, mapId: string, lang: string, report?: StiReport): List<string>;
private getMapKeyFromName;
getMapKeyFromName(name: string, mapId: string, lang: string, report?: StiReport): string;
static simplify(key: string): string;
}
}
Expand Down Expand Up @@ -64201,8 +64204,8 @@ export namespace Stimulsoft.Dashboard.Helpers {
static getViewerData(pivotElement: IStiPivotTableElement): Promise<any>;
private static cellItem;
static applyStyle(pivot: StiPivotTableElement, crossTab: StiCrossTab, exportDataOnly: boolean): void;
static getBackColor(element: IStiElement, cells: StiPivotTableCells, style: StiPivotElementStyle, isInterlaced: boolean): Color;
static getForeColor(element: IStiElement, cells: StiPivotTableCells, style: StiPivotElementStyle, isInterlaced: boolean): Color;
static getBackColor(element: IStiElement, cells: StiPivotTableCells, style: StiPivotElementStyle, isInterlaced: boolean, isTotal: boolean): Color;
static getForeColor(element: IStiElement, cells: StiPivotTableCells, style: StiPivotElementStyle, isInterlaced: boolean, isTotal: boolean): Color;
private static getColor;
static buildCross(masterCrossTab: StiCrossTab, dataTable: StiDataTable, pivot: StiPivotTableElement, zoom?: number): void;
static convertToCrossTab(pivot: StiPivotTableElement, dataTable: StiDataTable, zoom?: number): Promise<StiCrossTab>;
Expand Down Expand Up @@ -64449,6 +64452,7 @@ export namespace Stimulsoft.Dashboard.Render {
private static renderLegendLabelsColor;
protected static renderConditions(seriesKey: string, series: IStiSeries, element: StiChartElement, valueMeter: StiMeter): Promise<void>;
private static renderValueConditions;
private static renderEndValueConditions;
private static renderArgumentConditions;
private static renderSeriesConditions;
private static getConditionResult;
Expand Down Expand Up @@ -66216,10 +66220,10 @@ export namespace Stimulsoft.Viewer.Helpers.Dashboards {
private static getRowHeaderBackColor;
private static getHotRowHeaderBackColor;
private static getRowHeaderForeColor;
private static getTotalsBackColor;
private static getAlternatingTotalsBackColor;
private static getTotalsForeColor;
private static getAlternatingTotalsForeColor;
private static getTotalBackColor;
private static getAlternatingTotalBackColor;
private static getTotalForeColor;
private static getAlternatingTotalForeColor;
}
}
export namespace Stimulsoft.Viewer.Helpers.Dashboards {
Expand Down Expand Up @@ -67536,6 +67540,22 @@ export namespace Stimulsoft.Report.Check {
get elementName(): string;
}
}
export namespace Stimulsoft.Report.Check {
class StiUserFunctionCSharpScriptValueCheck extends StiUserFunctionCheck {
get shortMessage(): string;
get longMessage(): string;
status: StiCheckStatus;
processCheck(report: StiReport, obj: any): any;
}
}
export namespace Stimulsoft.Report.Check {
class StiUserFunctionJSScriptValueCheck extends StiUserFunctionCheck {
get shortMessage(): string;
get longMessage(): string;
status: StiCheckStatus;
processCheck(report: StiReport, obj: any): any;
}
}
export namespace Stimulsoft.Report.Check {
class StiUserFunctionScriptAtInterpretationCheck extends StiUserFunctionCheck {
get shortMessage(): string;
Expand All @@ -67544,6 +67564,14 @@ export namespace Stimulsoft.Report.Check {
processCheck(report: StiReport, obj: any): any;
}
}
export namespace Stimulsoft.Report.Check {
class StiUserFunctionVBScriptValueCheck extends StiUserFunctionCheck {
get shortMessage(): string;
get longMessage(): string;
status: StiCheckStatus;
processCheck(report: StiReport, obj: any): any;
}
}
export namespace Stimulsoft.Report.Check {
class StiVariableCheck extends StiCheck {
get previewVisible(): boolean;
Expand Down
46 changes: 23 additions & 23 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.

60 changes: 30 additions & 30 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: 2024.4.3
Build date: 2024.10.23
Version: 2024.4.4
Build date: 2024.11.13
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.dashboards';
Expand Down
16 changes: 8 additions & 8 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": "2024.4.3",
"version": "2024.4.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 @@ -36,7 +36,7 @@
"sync-request": "^6.1.0",
"node-machine-id": "^1.1.12",
"xmldoc": "^1.2.0",
"stimulsoft-data-adapter": "2024.4.3"
"stimulsoft-data-adapter": "2024.4.4"
},
"files": [
"THIRD-PARTY.md",
Expand Down

0 comments on commit e9bf753

Please sign in to comment.