@devtable/dashboard 8.41.0 → 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.
@@ -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): void;
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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "8.41.0",
3
+ "version": "8.41.2",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",