@boldreports/types 12.2.15 → 13.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "12.2.15",
3
+ "version": "13.1.26",
4
4
  "description": "TypeScript definitions for Bold Reports",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * filename: index.d.ts
3
- * version : 12.2.15
3
+ * version : 13.1.26
4
4
  * Copyright Syncfusion Inc. 2001 - 2026. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1097,13 +1097,9 @@ declare namespace ej {
1097
1097
  // tslint:enable:max-line-length
1098
1098
  previewReport?(e: PreviewReportEventArgs): void;
1099
1099
 
1100
- /** This event will be triggered when report actions such as report open, save, or auto draft occur.
1100
+ /** This event will be triggered when the report is modified.
1101
1101
  */
1102
- reportAction?(e: ReportActionEventArgs): void;
1103
-
1104
- /** This event will be triggered when any RDL object in the report are modified.
1105
- */
1106
- onReportModified?(e: OnReportModifiedEventArgs): void;
1102
+ reportModified?(e: ReportModifiedEventArgs): void;
1107
1103
 
1108
1104
  /** This event will be triggered when the report is opened.
1109
1105
  */
@@ -1298,7 +1294,7 @@ declare namespace ej {
1298
1294
  dataSets?: any[];
1299
1295
  }
1300
1296
 
1301
- export interface ReportActionEventArgs {
1297
+ export interface ReportModifiedEventArgs {
1302
1298
 
1303
1299
  /** Specifies whether the report is modified or not
1304
1300
  */
@@ -1309,25 +1305,6 @@ declare namespace ej {
1309
1305
  reportName?: string;
1310
1306
  }
1311
1307
 
1312
- export interface OnReportModifiedEventArgs {
1313
-
1314
- /** true, if the event should be canceled; otherwise, false.
1315
- */
1316
- cancel?: boolean;
1317
-
1318
- /** Contains information about the RDL object that was modified.
1319
- */
1320
- data?: any[];
1321
-
1322
- /** Returns the report designer model
1323
- */
1324
- model?: any;
1325
-
1326
- /** Returns the name of the event
1327
- */
1328
- type?: string;
1329
- }
1330
-
1331
1308
  export interface ReportOpenedEventArgs {
1332
1309
 
1333
1310
  /** Specifies whether report opened from device or server
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "12.2.15",
3
+ "version": "13.1.26",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }