@boldreports/types 5.4.38 → 6.1.34
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 :
|
|
3
|
+
* version : 6.1.34
|
|
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
|
|
@@ -2122,13 +2122,6 @@ declare namespace ej {
|
|
|
2122
2122
|
*/
|
|
2123
2123
|
customBrandSettings?: CustomBrandSettings;
|
|
2124
2124
|
|
|
2125
|
-
// tslint:disable:max-line-length
|
|
2126
|
-
/** Set the property value as true to enable the enableRequestLimiting which help to avoid the multiple call to render the reports..
|
|
2127
|
-
* @Default {false}
|
|
2128
|
-
*/
|
|
2129
|
-
// tslint:enable:max-line-length
|
|
2130
|
-
enableRequestLimiting?: boolean;
|
|
2131
|
-
|
|
2132
2125
|
// tslint:disable:max-line-length
|
|
2133
2126
|
/** 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.
|
|
2134
2127
|
*/
|