Skip to content

Commit

Permalink
v2024.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kubekin2 committed Oct 24, 2024
1 parent c3b8622 commit cdce93a
Show file tree
Hide file tree
Showing 26 changed files with 203 additions and 188 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.2
Build date: 2024.10.16
Version: 2024.4.3
Build date: 2024.10.23
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.2
Build date: 2024.10.16
Version: 2024.4.3
Build date: 2024.10.23
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.2
Build date: 2024.10.16
Version: 2024.4.3
Build date: 2024.10.23
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.viewer';
Expand Down
48 changes: 24 additions & 24 deletions Scripts/stimulsoft.designer.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.

85 changes: 50 additions & 35 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.2
Build date: 2024.10.16
Version: 2024.4.3
Build date: 2024.10.23
License: https://www.stimulsoft.com/en/licensing/reports
*/
export namespace Stimulsoft.System {
Expand Down Expand Up @@ -36022,12 +36022,12 @@ export namespace Stimulsoft.Report.Dictionary {
static dateToStrUa(value: DateTime, upperCase?: boolean): string;
static toCurrencyWordsUa(value: number, cents?: boolean, currency?: string, uppercase?: boolean): string;
static toWordsPt(value: number, upperCase: boolean): string;
static toCurrencyWordsPt(value: number, upperCase: boolean, showCents: boolean): string;
static toCurrencyWordsPtBr(value: number): string;
static toCurrencyWordsPt(value: number, upperCase: boolean, showCents: boolean, dollars?: string, cents?: string | number): string;
static toCurrencyWordsPtBr(value: number, uppercase?: boolean, dollars?: string, cents?: string): string;
static DateToStrPt(value: DateTime): string;
static dateToStrPtBr(value: DateTime): string;
static toCurrencyWordsFr(numberr: number, currencyISO: string, decimals: number): string;
static toCurrencyWordsEs(numberr: number, currencyISO: string, decimals: number): string;
static toCurrencyWordsEs(numberr: number, currencyISO: string, decimals: number, female?: boolean): string;
static toWordsEs(value: number, upperCase: boolean, female?: boolean): string;
static toWordsEs2(value: number, upperCase: boolean, female: boolean): string;
static toCurrencyWordsNl(numberr: number, currencyISO: string, decimals: number): string;
Expand Down Expand Up @@ -37287,22 +37287,6 @@ export namespace Stimulsoft.Report.Export {
static getImage(svgData: StiSvgData, imageFormat?: ImageFormat): Image;
}
}
export namespace Stimulsoft.Report.Export {
import StiLinearGradientBrush = Stimulsoft.Base.Drawing.StiLinearGradientBrush;
import XmlTextWriter = Stimulsoft.System.Xml.XmlTextWriter;
import RectangleD = Stimulsoft.System.Drawing.Rectangle;
import Color = Stimulsoft.System.Drawing.Color;
class StiBrushSvgHelper {
static hatchData: string[];
static writeHatchBrush(writer: XmlTextWriter, brush: any): string;
private static hexToByteString;
static writeGlareBrush(writer: XmlTextWriter, brush: any, rect: RectangleD): string;
static writeGradientBrush(writer: XmlTextWriter, brush: any, rect: RectangleD): string;
static writeLinearGradientBrush(writer: XmlTextWriter, brush: StiLinearGradientBrush, rect: RectangleD): string;
static writeGlassBrush(writer: XmlTextWriter, brush: any, rect: RectangleD): string;
static getFillColor(color: Color): string;
}
}
export namespace Stimulsoft.Report {
import PointD = Stimulsoft.System.Drawing.Point;
class StiCurveHelper {
Expand Down Expand Up @@ -37986,10 +37970,27 @@ export namespace Stimulsoft.Report.Export.Services.Helpers {
private static calculateCurveBezierEndPoints;
private static writeBrush;
private static checkPenGeom;
private static p;
static p(f: number): string;
static writeStimulsoftIconFont(): void;
}
}
export namespace Stimulsoft.Report.Export {
import StiLinearGradientBrush = Stimulsoft.Base.Drawing.StiLinearGradientBrush;
import XmlTextWriter = Stimulsoft.System.Xml.XmlTextWriter;
import RectangleD = Stimulsoft.System.Drawing.Rectangle;
import Color = Stimulsoft.System.Drawing.Color;
class StiBrushSvgHelper {
static hatchData: string[];
static writeHatchBrush(writer: XmlTextWriter, brush: any): string;
private static hexToByteString;
static writeGlareBrush(writer: XmlTextWriter, brush: any, rect: RectangleD): string;
static writeGradientBrush(writer: XmlTextWriter, brush: any, rect: RectangleD): string;
static writeLinearGradientBrush(writer: XmlTextWriter, brush: StiLinearGradientBrush, rect: RectangleD): string;
static writeGlassBrush(writer: XmlTextWriter, brush: any, rect: RectangleD): string;
static getFillColor(color: Color): string;
private static getGradientInfo;
}
}
export namespace Stimulsoft.Base.Context {
import StiCornerRadius = Stimulsoft.Base.Drawing.StiCornerRadius;
import Rectangle = Stimulsoft.System.Drawing.Rectangle;
Expand Down Expand Up @@ -40016,7 +40017,7 @@ export namespace Stimulsoft.Report.Func {
static lessTwenty: string[];
static tens: string[];
static currencies: string[][];
static convertToWord(numberr: number, currencyISO: string, decimals: number): string;
static convertToWord(numberr: number, currencyISO: string, decimals: number, female?: boolean): string;
private static determinateCurrenciesEurUsd;
static numToStr(numberr: number, uppercase: boolean): string;
static numToStr2(numberr: number, uppercase: boolean, female: boolean): string;
Expand Down Expand Up @@ -40095,7 +40096,8 @@ export namespace Stimulsoft.Report.Func {
private static addTens;
private static decline;
private static decline2;
static currToStr(value: number, uppercase: boolean, showCents: boolean): string;
static currToStr2(value: number, uppercase: boolean, showCents: boolean, currencyISO: string, decimals: number): string;
static currToStr(value: number, uppercase: boolean, showCents: boolean, dollars?: string, cents?: string, decimals?: number): string;
static dateToStr(value: DateTime): string;
}
}
Expand All @@ -40104,7 +40106,7 @@ export namespace Stimulsoft.Report.Func {
private static unid;
private static dezena;
private static centena;
static numToStr(value: number): string;
static numToStr(value: number, uppercase?: boolean, dollars?: string, cents?: string): string;
}
}
export namespace Stimulsoft.Report.Func {
Expand Down Expand Up @@ -58812,14 +58814,17 @@ export namespace Stimulsoft.Dashboard.Components.Cards {
import IStiTextFormat = Stimulsoft.Report.Components.IStiTextFormat;
import IStiHorAlignment = Stimulsoft.Report.Components.IStiHorAlignment;
import IStiWordWrap = Stimulsoft.Report.Components.IStiWordWrap;
class StiCardsColumn extends StiMeter implements IStiCardsColumn, IStiHorAlignment, IStiVertAlignment, IStiForeColor, IStiTextFormat, IStiFont, IStiWordWrap, IStiElementInteraction {
import IStiDataTopN = Stimulsoft.Data.Engine.IStiDataTopN;
import StiDataTopN = Stimulsoft.Data.Engine.StiDataTopN;
class StiCardsColumn extends StiMeter implements IStiCardsColumn, IStiHorAlignment, IStiVertAlignment, IStiForeColor, IStiTextFormat, IStiFont, IStiWordWrap, IStiElementInteraction, IStiDataTopN {
private static ImplementsStiCardsColumn;
implements(): any[];
meta(): StiMeta[];
clone(): any;
horAlignment: StiHorAlignment;
vertAlignment: StiVertAlignment;
textFormat: StiFormatService;
topN: StiDataTopN;
font: Font;
foreColor: Color;
dashboardInteraction: IStiDashboardInteraction;
Expand All @@ -58829,7 +58834,7 @@ export namespace Stimulsoft.Dashboard.Components.Cards {
wordWrap: boolean;
visibility: StiCardsColumnVisibility;
visibilityExpression: string;
constructor(key?: string, expression?: string, label?: string, horAlignment?: StiHorAlignment, vertAlignment?: StiVertAlignment, height?: number, textFormat?: StiFormatService, visibility?: StiCardsColumnVisibility, visibilityExpression?: string, foreColor?: Color, wrapLine?: boolean, wordWrap?: boolean, interaction?: StiCardsColumnDashboardInteraction);
constructor(key?: string, expression?: string, label?: string, horAlignment?: StiHorAlignment, vertAlignment?: StiVertAlignment, height?: number, textFormat?: StiFormatService, visibility?: StiCardsColumnVisibility, visibilityExpression?: string, foreColor?: Color, wrapLine?: boolean, wordWrap?: boolean, interaction?: StiCardsColumnDashboardInteraction, topN?: StiDataTopN);
}
}
export namespace Stimulsoft.Dashboard.Components.Cards {
Expand Down Expand Up @@ -58970,13 +58975,16 @@ export namespace Stimulsoft.Dashboard.Components.Table {
import IStiTableColumn = Stimulsoft.Base.Meters.IStiTableColumn;
import IStiTextFormat = Stimulsoft.Report.Components.IStiTextFormat;
import IStiHorAlignment = Stimulsoft.Report.Components.IStiHorAlignment;
class StiTableColumn extends StiMeter implements IStiHorAlignment, IStiTextFormat, IStiDataFormat, IStiTableColumn, IStiForeColor, IStiJsonReportObject, IStiElementInteraction {
import IStiDataTopN = Stimulsoft.Data.Engine.IStiDataTopN;
import StiDataTopN = Stimulsoft.Data.Engine.StiDataTopN;
class StiTableColumn extends StiMeter implements IStiHorAlignment, IStiTextFormat, IStiDataFormat, IStiTableColumn, IStiForeColor, IStiJsonReportObject, IStiElementInteraction, IStiDataTopN {
private static ImplementsStiTableColumn;
implements(): any[];
meta(): StiMeta[];
clone(): any;
horAlignment: StiHorAlignment;
textFormat: StiFormatService;
topN: StiDataTopN;
getDataFormat(): StiDataFormatKind;
foreColor: Color;
dashboardInteraction: IStiDashboardInteraction;
Expand All @@ -58989,7 +58997,7 @@ export namespace Stimulsoft.Dashboard.Components.Table {
summaryType: StiSummaryColumnType;
summaryAlignment: StiHorAlignment;
headerAlignment: StiHorAlignment;
constructor(key?: string, expression?: string, label?: string, horAlignment?: StiHorAlignment, textFormat?: StiFormatService, visibility?: StiTableColumnVisibility, visibilityExpression?: string, foreColor?: Color, showTotalSummary?: boolean, summaryType?: StiSummaryColumnType, summaryAlignment?: StiHorAlignment, headerAlignment?: StiHorAlignment, interaction?: StiTableColumnDashboardInteraction);
constructor(key?: string, expression?: string, label?: string, horAlignment?: StiHorAlignment, textFormat?: StiFormatService, visibility?: StiTableColumnVisibility, visibilityExpression?: string, foreColor?: Color, showTotalSummary?: boolean, summaryType?: StiSummaryColumnType, summaryAlignment?: StiHorAlignment, headerAlignment?: StiHorAlignment, interaction?: StiTableColumnDashboardInteraction, topN?: StiDataTopN);
}
}
export namespace Stimulsoft.Dashboard.Components.Table {
Expand Down Expand Up @@ -63871,11 +63879,11 @@ export namespace Stimulsoft.Dashboard.Helpers {
}
}
export namespace Stimulsoft.Dashboard.Helpers {
import List = Stimulsoft.System.Collections.List;
import StiCardsColumn = Stimulsoft.Dashboard.Components.Cards.StiCardsColumn;
import StiDataTable = Stimulsoft.Data.Engine.StiDataTable;
class StiCardsElementHelper {
static minDataColumnValue(column: StiCardsColumn, dataTable: StiDataTable, columnIndex: number): number;
static maxDataColumnValue(column: StiCardsColumn, dataTable: StiDataTable, columnIndex: number): number;
static minDataColumnValue(column: StiCardsColumn, rows: List<any[]>, columnIndex: number): number;
static maxDataColumnValue(column: StiCardsColumn, rows: List<any[]>, columnIndex: number): number;
}
}
export namespace Stimulsoft.Dashboard.Visuals {
Expand Down Expand Up @@ -63950,6 +63958,7 @@ export namespace Stimulsoft.Dashboard.Visuals.Cards {
import Size = Stimulsoft.System.Drawing.Size;
import StiSparklinesCardsColumn = Stimulsoft.Dashboard.Components.Cards.StiSparklinesCardsColumn;
import StiCardsColumn = Stimulsoft.Dashboard.Components.Cards.StiCardsColumn;
import List = Stimulsoft.System.Collections.List;
import Rectangle = Stimulsoft.System.Drawing.Rectangle;
import StiContext = Stimulsoft.Base.Context.StiContext;
import StiDataTable = Stimulsoft.Data.Engine.StiDataTable;
Expand All @@ -63961,6 +63970,8 @@ export namespace Stimulsoft.Dashboard.Visuals.Cards {
dataTable: StiDataTable;
draw(context: StiContext, rect: Rectangle): Promise<void>;
private paintCards;
private static processTopNElements;
processColumnsWithTopN(columns: List<StiCardsColumn>): List<any[]>;
private unionRectangles;
private zoomAndMoveUp;
private getCardRectanglesList;
Expand Down Expand Up @@ -65252,6 +65263,7 @@ export namespace Stimulsoft.Dashboard.Export.Tools {
}
export namespace Stimulsoft.Dashboard.Export.Tools {
import Rectangle = Stimulsoft.System.Drawing.Rectangle;
import StiDataTable = Stimulsoft.Data.Engine.StiDataTable;
import IStiTableElement = Stimulsoft.Report.Dashboard.IStiTableElement;
import IStiElement = Stimulsoft.Report.Dashboard.IStiElement;
import StiDashboardExportSettings = Stimulsoft.Dashboard.Export.Settings.StiDashboardExportSettings;
Expand All @@ -65262,6 +65274,8 @@ export namespace Stimulsoft.Dashboard.Export.Tools {
render(element: IStiElement, destination: StiPanel, rect: Rectangle, settings: StiDashboardExportSettings): Promise<void>;
static renderCellsForViewer(element: IStiTableElement): Promise<any[]>;
private static renderCells;
static processDataTableWithTopN(dataTable: StiDataTable): StiDataTable;
private static processTopNElements;
private static measureSparklinesCell;
private static measureHeader;
private static measureFooter;
Expand Down Expand Up @@ -65298,6 +65312,7 @@ export namespace Stimulsoft.Dashboard.Export.Tools {
class StiTextElementExportTool extends StiElementExportTool {
render(element: IStiElement, destination: StiPanel, rect: Rectangle, settings: StiDashboardExportSettings): Promise<void>;
private changeFontSize;
private static isExpressionWithVariables;
}
}
export namespace Stimulsoft.Dashboard.Export.Tools {
Expand Down Expand Up @@ -65740,7 +65755,7 @@ export namespace Stimulsoft.Viewer.Helpers.Dashboards {
static getTableSettings(tableElement: IStiTableElement, tableStyle?: StiTableElementStyle): KeyObjectType;
private static getHighlightedColor;
private static getCellBackColor;
static getCellForeColor(tableElement: IStiTableElement, column: IStiTableColumn, isInterlacedForeColor?: boolean): Color;
static getCellForeColor(tableElement: IStiTableElement, column: IStiTableColumn, isInterlacedForeColor?: boolean, tableStyle?: StiTableElementStyle): Color;
private static getCellBackColorInterlaced;
private static getCellSelectedBackColor;
private static getCellSelectedForeColor;
Expand Down Expand Up @@ -68816,15 +68831,15 @@ export namespace Stimulsoft.Report.Web {
import StiUserFunctionsCollection = Stimulsoft.Report.Dictionary.StiUserFunctionsCollection;
class StiFunctionBlocksParser {
static getInitFunctionBlocks(userFunctions: StiUserFunctionsCollection): string;
static getFunctionsGrouppedInCategoriesBlocks(): string;
static getFunctionsGrouppedInCategoriesBlocks(userFunctions: StiUserFunctionsCollection): string;
}
}
export namespace Stimulsoft.Report.Web {
import StiUserFunction = Stimulsoft.Report.Dictionary.StiUserFunction;
class StiBlocklyHelper {
static get isAssemblyLoaded(): boolean;
static getResourceFileText(filename: string): string;
static getToolboxXML(showCurrentValue: boolean, userFunction: StiUserFunction): string;
static getToolboxXML(report: StiReport, showCurrentValue: boolean, userFunction: StiUserFunction): string;
static getBlockyWorkspaceXML(eventValue: string): string;
static getSampleXML(): string;
static getBlocklyInitParameters(report: StiReport, param: any, callbackResult: any): void;
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.

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.

58 changes: 29 additions & 29 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.

Loading

0 comments on commit cdce93a

Please sign in to comment.