@boldreports/types 11.1.12 → 11.1.14

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": "11.1.12",
3
+ "version": "11.1.14",
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 : 11.1.12
3
+ * version : 11.1.14
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
@@ -969,6 +969,16 @@ declare namespace ej {
969
969
  */
970
970
  enableTableMultipleDataAssign?: boolean;
971
971
 
972
+ /** Set the property as true to enable the report parts.
973
+ * @Default {false}
974
+ */
975
+ enableReportPart?: boolean;
976
+
977
+ /** Set the property as true to enable the operator option in report parameter.
978
+ * @Default {false}
979
+ */
980
+ enableParameterOperator?: boolean;
981
+
972
982
  /** Gets or sets the data connectors name as array of strings to filter data connectors in data panel.
973
983
  * @Default {[ ]}
974
984
  */
@@ -2754,6 +2764,11 @@ declare namespace ej {
2754
2764
  * @Default {false}
2755
2765
  */
2756
2766
  UsePrintSizes?: boolean;
2767
+
2768
+ /** Set the property value as 1 to enable ignore cell merge for Excel layout option in the report export document.
2769
+ * @Default {0}
2770
+ */
2771
+ LayoutOption?: number;
2757
2772
  }
2758
2773
 
2759
2774
  export interface PageSettings {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "11.1.12",
3
+ "version": "11.1.14",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }