Socket
Socket
Sign inDemoInstall

@mantine/form

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/form - npm Package Compare versions

Comparing version 7.3.1 to 7.3.2

2

lib/actions/actions.d.ts
import { useLayoutEffect } from 'react';
import type { SetFieldValue, SetValues, SetInitialValues, SetErrors, SetFieldError, ClearFieldError, ClearErrors, Reset, ValidateField, RemoveListItem, ReorderListItem, InsertListItem, SetFormStatus, ResetDirty, ResetStatus, UseFormReturnType, _TransformValues } from '../types';
import type { _TransformValues, ClearErrors, ClearFieldError, InsertListItem, RemoveListItem, ReorderListItem, Reset, ResetDirty, ResetStatus, SetErrors, SetFieldError, SetFieldValue, SetFormStatus, SetInitialValues, SetValues, UseFormReturnType, ValidateField } from '../types';
export declare const useIsomorphicEffect: typeof useLayoutEffect;

@@ -4,0 +4,0 @@ export declare function createFormActions<FormValues extends Record<string, any> = Record<string, any>>(name: string): {

import React from 'react';
import { UseFormReturnType, TransformedValues } from '../types';
import { TransformedValues, UseFormReturnType } from '../types';
export interface FormProps<Form extends UseFormReturnType<any>> extends React.ComponentPropsWithRef<'form'> {

@@ -4,0 +4,0 @@ form: Form;

import React from 'react';
import { UseFormReturnType, UseForm, _TransformValues } from '../types';
import { _TransformValues, UseForm, UseFormReturnType } from '../types';
export interface FormProviderProps<Form> {

@@ -4,0 +4,0 @@ form: Form;

@@ -1,2 +0,2 @@

import { FormValidateInput, FormFieldValidationResult } from '../types';
import { FormFieldValidationResult, FormValidateInput } from '../types';
export declare function validateFieldValue<T>(path: unknown, rules: FormValidateInput<T> | undefined, values: T): FormFieldValidationResult;

@@ -1,2 +0,2 @@

import { FormValidateInput, FormErrors } from '../types';
import { FormErrors, FormValidateInput } from '../types';
export declare function validateValues<T>(validate: FormValidateInput<T> | undefined, values: T): {

@@ -3,0 +3,0 @@ hasErrors: boolean;

{
"name": "@mantine/form",
"version": "7.3.1",
"version": "7.3.2",
"description": "Mantine form management library",

@@ -5,0 +5,0 @@ "homepage": "https://mantine.dev",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc