@quillsql/react 2.16.83 → 2.16.85
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/dist/index.cjs +10159 -9959
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +7611 -7411
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3806,6 +3806,7 @@ declare const useDashboard: (dashboardName: string, config?: {
|
|
|
3806
3806
|
lastUpdated: number;
|
|
3807
3807
|
forceCacheRefresh: () => void;
|
|
3808
3808
|
primeReportSource: (reportId: string) => Promise<void>;
|
|
3809
|
+
deleteReport: (reportId: string) => Promise<void>;
|
|
3809
3810
|
reload: UseDashboardReload;
|
|
3810
3811
|
};
|
|
3811
3812
|
declare const useDashboardReport: (reportId: string, config?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -3806,6 +3806,7 @@ declare const useDashboard: (dashboardName: string, config?: {
|
|
|
3806
3806
|
lastUpdated: number;
|
|
3807
3807
|
forceCacheRefresh: () => void;
|
|
3808
3808
|
primeReportSource: (reportId: string) => Promise<void>;
|
|
3809
|
+
deleteReport: (reportId: string) => Promise<void>;
|
|
3809
3810
|
reload: UseDashboardReload;
|
|
3810
3811
|
};
|
|
3811
3812
|
declare const useDashboardReport: (reportId: string, config?: {
|