@boldreports/types 6.3.31 → 7.1.9

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": "6.3.31",
3
+ "version": "7.1.9",
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 : 6.3.31
3
+ * version : 7.1.9
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
@@ -2724,6 +2724,11 @@ declare namespace ej {
2724
2724
  * @Default {false}
2725
2725
  */
2726
2726
  hidePageOrientation?: boolean;
2727
+
2728
+ /** Hide paper sizes with comma separated values
2729
+ * @Default {empty}
2730
+ */
2731
+ hidePagePaperSizes?: any[];
2727
2732
  }
2728
2733
 
2729
2734
  export interface Parameter {
@@ -3048,6 +3053,8 @@ This support applicable only in Classic view.
3048
3053
  Settings,
3049
3054
  //Specifies the LimitRecordSetup as value in ToolbarItems to get specified item.
3050
3055
  LimitRecordSetup,
3056
+ //Specifies the AlertIcon as value in ToolbarItems to get specified item.
3057
+ AlertIcon,
3051
3058
  //Shows all toolbar items.
3052
3059
  All,
3053
3060
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.3.31",
3
+ "version": "7.1.9",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }