@boldreports/types 6.2.45 → 6.3.16

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.2.45",
3
+ "version": "6.3.16",
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.2.45
3
+ * version : 6.3.16
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
@@ -1556,11 +1556,6 @@ declare namespace ej {
1556
1556
  */
1557
1557
  enableDropDownSearch?: boolean;
1558
1558
 
1559
- /** Show or hide the parameter popup re-size on report initial rendering.
1560
- * @Default {false}
1561
- */
1562
- enablePopupResize?: boolean;
1563
-
1564
1559
  /** Specifies the export settings for Report Viewer component.
1565
1560
  * @Default {}
1566
1561
  */
@@ -1845,12 +1840,8 @@ declare namespace ej {
1845
1840
  Zoom,
1846
1841
  //Used to change the layout order of report items in design area surface
1847
1842
  Order,
1848
- //Aligns all report items to the center position of design surface in horizontal or vertical direction.
1849
- Center,
1850
1843
  //Aligns the selected report item in the design surface
1851
1844
  Alignment,
1852
- //Distributes selected report items at equal intervals from each other
1853
- Distribute,
1854
1845
  //Equally size the selected report items in the design surface.
1855
1846
  Sizing,
1856
1847
  //Snaps the selected report items to the closest gridline.
@@ -2108,11 +2099,6 @@ declare namespace ej {
2108
2099
  */
2109
2100
  enableDropDownSearch?: boolean;
2110
2101
 
2111
- /** Show or hide the parameter popup re-size on report initial rendering.
2112
- * @Default {false}
2113
- */
2114
- enablePopupResize?: boolean;
2115
-
2116
2102
  // tslint:disable:max-line-length
2117
2103
  /** Set the property value as true to enable the processing of a large amount of data with a lesser memory footprint and without performance degradation.
2118
2104
  * @Default {false}
@@ -2762,6 +2748,11 @@ This support applicable only in Classic view.
2762
2748
  */
2763
2749
  hideTooltip?: boolean;
2764
2750
 
2751
+ /** Show or hide the parameter popup re-size on report initial rendering.
2752
+ * @Default {false}
2753
+ */
2754
+ enablePopupResize?: boolean;
2755
+
2765
2756
  /** Show or hide the parameter block on report initial rendering.
2766
2757
  * @Default {false}
2767
2758
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.2.45",
3
+ "version": "6.3.16",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }