@boldreports/types 10.1.13 → 10.1.15
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 +1 -1
- package/reports.all/index.d.ts +15 -1
- package/reports.all/package.json +1 -1
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 : 10.1.
|
|
3
|
+
* version : 10.1.15
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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
|
|
@@ -1640,6 +1640,13 @@ declare namespace ej {
|
|
|
1640
1640
|
* @Default {1}
|
|
1641
1641
|
*/
|
|
1642
1642
|
zoomFactor?: number;
|
|
1643
|
+
|
|
1644
|
+
// tslint:disable:max-line-length
|
|
1645
|
+
/** Set the property value as true to enable the cross domain cookies exchange for sticking the user's session in cross domain request.
|
|
1646
|
+
* @Default {false}
|
|
1647
|
+
*/
|
|
1648
|
+
// tslint:enable:max-line-length
|
|
1649
|
+
enableCrossDomainCookies?: boolean;
|
|
1643
1650
|
}
|
|
1644
1651
|
|
|
1645
1652
|
export interface ReportDataExtension {
|
|
@@ -2207,6 +2214,13 @@ declare namespace ej {
|
|
|
2207
2214
|
*/
|
|
2208
2215
|
customBrandSettings?: CustomBrandSettings;
|
|
2209
2216
|
|
|
2217
|
+
// tslint:disable:max-line-length
|
|
2218
|
+
/** Set the property value as true to enable the cross domain cookies exchange for sticking the user's session in cross domain request.
|
|
2219
|
+
* @Default {false}
|
|
2220
|
+
*/
|
|
2221
|
+
// tslint:enable:max-line-length
|
|
2222
|
+
enableCrossDomainCookies?: boolean;
|
|
2223
|
+
|
|
2210
2224
|
// tslint:disable:max-line-length
|
|
2211
2225
|
/** 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.
|
|
2212
2226
|
*/
|