@boldreports/types 6.1.36 → 6.1.39
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
package/reports.all/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 6.1.
|
|
3
|
+
* version : 6.1.39
|
|
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
|
|
@@ -2740,6 +2740,11 @@ This support applicable only in Classic view.
|
|
|
2740
2740
|
*/
|
|
2741
2741
|
hideTooltip?: boolean;
|
|
2742
2742
|
|
|
2743
|
+
/** Show or hide the parameter popup re-size on report initial rendering.
|
|
2744
|
+
* @Default {false}
|
|
2745
|
+
*/
|
|
2746
|
+
enablePopupResize?: boolean;
|
|
2747
|
+
|
|
2743
2748
|
/** Show or hide the parameter block on report initial rendering.
|
|
2744
2749
|
* @Default {false}
|
|
2745
2750
|
*/
|