@boldreports/types 5.4.26 → 5.4.31
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
package/reports.all/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 5.4.
|
|
3
|
+
* version : 5.4.31
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
@@ -2117,6 +2117,13 @@ declare namespace ej {
|
|
|
2117
2117
|
*/
|
|
2118
2118
|
customBrandSettings?: CustomBrandSettings;
|
|
2119
2119
|
|
|
2120
|
+
// tslint:disable:max-line-length
|
|
2121
|
+
/** Set the property value as true to enable the enableRequestLimiting which help to avoid the multiple call to render the reports..
|
|
2122
|
+
* @Default {false}
|
|
2123
|
+
*/
|
|
2124
|
+
// tslint:enable:max-line-length
|
|
2125
|
+
enableRequestLimiting?: boolean;
|
|
2126
|
+
|
|
2120
2127
|
// tslint:disable:max-line-length
|
|
2121
2128
|
/** Fires during drill through action done in report. If you want to perform any operation when a drill through action is performed, you can make use of the drillThrough event.
|
|
2122
2129
|
*/
|