@devtable/dashboard 8.41.1 → 8.41.2
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/dashboard.es.js +177 -175
- package/dist/dashboard.umd.js +18 -18
- package/dist/model/panels/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -9758,7 +9758,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9758
9758
|
append(item: PanelModelSnapshotIn): void;
|
|
9759
9759
|
remove(index: number): void;
|
|
9760
9760
|
removeByID(id: string): void;
|
|
9761
|
-
duplicateByID(id: string):
|
|
9761
|
+
duplicateByID(id: string): string | undefined;
|
|
9762
9762
|
replaceByIndex(index: number, replacement: PanelModelInstance): void;
|
|
9763
9763
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
9764
9764
|
export declare type PanelsModelInstance = Instance<typeof PanelsModel>;
|