@newview/ui 1.1.46 → 1.1.47
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/README.md +5 -0
- package/package.json +1 -1
- package/types/LuckySheet.d.ts +7 -0
package/README.md
CHANGED
package/package.json
CHANGED
package/types/LuckySheet.d.ts
CHANGED
|
@@ -710,6 +710,13 @@ export declare class PrintApi {
|
|
|
710
710
|
*/
|
|
711
711
|
getHtmls(callback: any): void;
|
|
712
712
|
|
|
713
|
+
/**
|
|
714
|
+
* 报表源文件数据转换html
|
|
715
|
+
* @param content (JSON/XML)
|
|
716
|
+
* @param callback
|
|
717
|
+
*/
|
|
718
|
+
reportSchemalTohtml(content: string, callback: any): void;
|
|
719
|
+
|
|
713
720
|
/**
|
|
714
721
|
* 打印预览
|
|
715
722
|
*/
|