@anzusystems/common-admin 1.47.0-beta.dev-1782072279 → 1.47.0-beta.dev-1782072299

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/labs.d.ts CHANGED
@@ -333,6 +333,8 @@ declare const __VLS_export_18: <TItem extends Record<string, any>>(__VLS_props:
333
333
  enterReorderMode: () => void;
334
334
  cancelReorderMode: () => void;
335
335
  applyReorder: () => Promise<void>;
336
+ openRow: (key: ListEditorKey) => void;
337
+ openAll: () => void;
336
338
  }>) => void;
337
339
  attrs: any;
338
340
  slots: {
@@ -1813,7 +1815,7 @@ declare interface RowSlotProps_3<TItem extends Record<string, any>> {
1813
1815
  }
1814
1816
 
1815
1817
  export declare interface SharedReorderRegistry {
1816
- register: (id: symbol, movedCount: ComputedRef<number>, hasPendingChanges: ComputedRef<boolean>) => void;
1818
+ register: (id: symbol, movedCount: ComputedRef<number>, hasPendingChanges: ComputedRef<boolean>, validateAll: () => boolean) => void;
1817
1819
  unregister: (id: symbol) => void;
1818
1820
  }
1819
1821