@boldreports/types 6.2.33 → 6.2.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 +1 -1
- package/reports.all/index.d.ts +11 -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 : 6.2.
|
|
3
|
+
* version : 6.2.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
|
|
@@ -1429,6 +1429,11 @@ declare namespace ej {
|
|
|
1429
1429
|
* @Default {}
|
|
1430
1430
|
*/
|
|
1431
1431
|
margins?: any;
|
|
1432
|
+
|
|
1433
|
+
/** Enables and disables the page orientation in page settings.
|
|
1434
|
+
* @Default {false}
|
|
1435
|
+
*/
|
|
1436
|
+
hidePageOrientation?: boolean;
|
|
1432
1437
|
}
|
|
1433
1438
|
|
|
1434
1439
|
export interface Parameters {
|
|
@@ -2666,6 +2671,11 @@ declare namespace ej {
|
|
|
2666
2671
|
* @Default {}
|
|
2667
2672
|
*/
|
|
2668
2673
|
margins?: any;
|
|
2674
|
+
|
|
2675
|
+
/** Enables or disables the page orientation in the page settings.
|
|
2676
|
+
* @Default {false}
|
|
2677
|
+
*/
|
|
2678
|
+
hidePageOrientation?: boolean;
|
|
2669
2679
|
}
|
|
2670
2680
|
|
|
2671
2681
|
export interface Parameter {
|