Skip to content

Commit

Permalink
v2025.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kubekin2 committed Dec 23, 2024
1 parent aa9345b commit ec29cd0
Showing 26 changed files with 195 additions and 194 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.1
Build date: 2024.12.12
Version: 2025.1.2
Build date: 2024.12.19
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.1
Build date: 2024.12.12
Version: 2025.1.2
Build date: 2024.12.19
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.reports';
12 changes: 6 additions & 6 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.1
Build date: 2024.12.12
Version: 2025.1.2
Build date: 2024.12.19
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.viewer';
62 changes: 31 additions & 31 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.

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

13 changes: 7 additions & 6 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.1
Build date: 2024.12.12
Version: 2025.1.2
Build date: 2024.12.19
License: https://www.stimulsoft.com/en/licensing/reports
*/
export namespace Stimulsoft.System {
@@ -983,7 +983,7 @@ export namespace Stimulsoft.System {
static consoleMessageLog: boolean;
private static lastErrorMessage;
static errorMessageForm: any;
static showError(e: Exception | string): void;
static showError(e: Exception | string, showForm?: boolean, infoForm?: boolean): void;
}
}
export namespace Stimulsoft.System {
@@ -30403,7 +30403,7 @@ export namespace Stimulsoft.Report.Dashboard {
import StiTableColumnVisibility = Stimulsoft.Base.Drawing.StiTableColumnVisibility;
let IStiPivotItem: System.Interface<IStiPivotItem>;
let ImplementsIStiPivotItem: any[];
interface IStiPivotItem {
interface IStiPivotItem extends IStiElementInteraction {
visibility: StiTableColumnVisibility;
visibilityExpression: string;
}
@@ -44437,7 +44437,6 @@ export namespace Stimulsoft.Report.Chart {
static getValuesFromString(list: string): number[];
static getStringsFromString(list: string): string[];
static getArgumentsFromString(list: string): any[];
protected getOffsetForValues(): number;
getDefaultAreaType(): Stimulsoft.System.Type;
getDefaultLegendType(): Stimulsoft.System.Type;
newAutoSeries: Function;
@@ -45090,7 +45089,6 @@ export namespace Stimulsoft.Report.Chart {
private isArgumentDateTime;
private isXAxisAutoRange;
protected prepareRange(specXAxis: IStiAxis, specXTopAxis: IStiAxis, specYAxis: IStiAxis, specYRightAxis: IStiAxis): void;
calculateMinimumAndMaximumXAxis(axis: IStiAxis): void;
protected checkStripLinesAndMaximumMinimumXAxis(axis: IStiAxis): void;
protected createStripLinesXAxis(axis: IStiAxis): void;
protected createStripLinesYAxis(axis: IStiAxis, isDateTimeValues: boolean): void;
@@ -62995,6 +62993,7 @@ export namespace Stimulsoft.Dashboard.Components.PivotTable {
import IStiPivotTableElement = Stimulsoft.Report.Dashboard.IStiPivotTableElement;
import IStiTitleElement = Stimulsoft.Report.Dashboard.IStiTitleElement;
import StiFontIcons = Stimulsoft.Report.Helpers.StiFontIcons;
import StiPage = Stimulsoft.Report.Components.StiPage;
class StiPivotTableElement extends StiElement implements IStiPivotTableElement, IStiSimpleShadow, IStiCornerRadius, IStiTitleElement, IStiElementLayout, IStiElementInteraction, IStiJsonReportObject, IStiGlobalizationProvider {
private static ImplementsStiPivotTableElement;
implements(): any[];
@@ -63076,6 +63075,7 @@ export namespace Stimulsoft.Dashboard.Components.PivotTable {
getTotalFont(): Font;
pivotTableConditions: List<IStiPivotTableElementCondition>;
getFormatObjects(): List<any>;
getNestedPages(): List<StiPage>;
getPushCommands(expression: string): List<string>;
constructor(rect?: Rectangle);
}
@@ -64583,6 +64583,7 @@ export namespace Stimulsoft.Dashboard.Helpers {
static buildCross(masterCrossTab: StiCrossTab, dataTable: StiDataTable, pivot: StiPivotTableElement, zoom?: number): void;
static convertToCrossTab(pivot: StiPivotTableElement, dataTable: StiDataTable, zoom?: number): Promise<StiCrossTab>;
static updateCrossTab(crossTab: StiCrossTab, pivot: StiPivotTableElement, dataTable: StiDataTable, zoom: number, build?: boolean): Promise<void>;
private static fillInteraction;
private static changeFontSize;
private static getCondition;
private static setupTitle;
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.

76 changes: 38 additions & 38 deletions Scripts/stimulsoft.reports.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions Scripts/stimulsoft.reports.maps.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.1
Build date: 2024.12.12
Version: 2025.1.2
Build date: 2024.12.19
License: https://www.stimulsoft.com/en/licensing/reports
*/
export * from './stimulsoft.dashboards';
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-dashboards-js",
"version": "2025.1.1",
"version": "2025.1.2",
"description": "Stimulsoft Dashboards.JS is a dashboards tool for Node.js",
"main": "index.js",
"types": "Scripts/stimulsoft.reports.d.ts",
@@ -38,7 +38,7 @@
"sync-request": "^6.1.0",
"node-machine-id": "^1.1.12",
"xmldoc": "^1.2.0",
"stimulsoft-data-adapter": "2025.1.1"
"stimulsoft-data-adapter": "2025.1.2"
},
"files": [
"THIRD-PARTY.md",

0 comments on commit ec29cd0

Please sign in to comment.