@devtable/dashboard 13.4.1 → 13.4.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-editor/model/layouts/layouts.d.ts +1 -0
- package/dist/dashboard.es.js +691 -686
- package/dist/dashboard.umd.js +36 -36
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -1150,6 +1150,7 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
1150
1150
|
addALayoutSet(id: string, name: string, breakpoint: number): void;
|
|
1151
1151
|
updateLayoutSetsInfo(infos: LayoutSetInfo[]): void;
|
|
1152
1152
|
updateCurrentLayoutItem(item: Layout): void;
|
|
1153
|
+
updateCurrentLayoutItems(items: Layout[]): void;
|
|
1153
1154
|
append(item: LayoutSetMetaSnapshotIn): void;
|
|
1154
1155
|
appendMultiple(items: LayoutSetMetaSnapshotIn[]): void;
|
|
1155
1156
|
remove(index: number): void;
|