@mcurros2/microm 1.1.240-0 → 1.1.241-0

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.d.ts CHANGED
@@ -766,7 +766,7 @@ export type useExecuteServerActionReturnType<TReturn extends ValuesObject> = {
766
766
  execute: (values?: ValuesObject) => Promise<OperationStatus<TReturn> | undefined>;
767
767
  abort: () => void;
768
768
  };
769
- export function useExecuteServerAction<T extends EntityDefinition, TReturn extends ValuesObject>(entity: Entity<T>, actionName: string): useExecuteServerActionReturnType<TReturn>;
769
+ export function useExecuteServerAction<T extends EntityDefinition, TReturn extends ValuesObject>(entity: Entity<T>, actionName: string, doNotExecuteIfEntityValuesUnchanged?: boolean): useExecuteServerActionReturnType<TReturn>;
770
770
  export const NotifySuccessDefaultProps: Partial<NotificationProps>;
771
771
  export function NotifySuccess(props: NotificationProps): JSX.Element;
772
772
  export function NotifyError(props: NotificationProps): JSX.Element;