fui-material 0.2.86 → 0.2.88

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.
@@ -1,7 +1,7 @@
1
1
  export interface IfExportTableToExcel {
2
2
  tableId?: string;
3
3
  fileName: string;
4
- htmlCode?: string;
4
+ htmlCode?: HTMLElement;
5
5
  }
6
6
  declare const fExportTableToExcel: ({ tableId, fileName, htmlCode }: IfExportTableToExcel) => Promise<boolean>;
7
7
  export default fExportTableToExcel;
package/dist/index.d.ts CHANGED
@@ -676,7 +676,7 @@ declare const fPrompt: ({ title, body }: IfPrompt) => Promise<string | null>;
676
676
  interface IfExportTableToExcel {
677
677
  tableId?: string;
678
678
  fileName: string;
679
- htmlCode?: string;
679
+ htmlCode?: HTMLElement;
680
680
  }
681
681
  declare const fExportTableToExcel: ({ tableId, fileName, htmlCode }: IfExportTableToExcel) => Promise<boolean>;
682
682
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "0.2.86",
3
+ "version": "0.2.88",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"