@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 CHANGED
@@ -1,3 +1,8 @@
1
+
2
+
3
+ ### 1.1.47
4
+ 1、luckysheet导出reportSchemalTohtml
5
+
1
6
  ### 1.1.44
2
7
  1、表格修改-UI规范
3
8
  2、表单修改-UI规范
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -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
  */