Skip to content

Commit e6e280b

Browse files
ci: apply automated fixes and generate docs
1 parent f786f07 commit e6e280b

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

docs/framework/react/reference/type-aliases/FieldComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type FieldComponent<TParentData, TFormOnMount, TFormOnChange, TFormOnChangeAsync
1212
}) => ReturnType<FunctionComponent>;
1313
```
1414

15-
Defined in: [packages/react-form/src/useField.tsx:522](https://github.com/TanStack/form/blob/main/packages/react-form/src/useField.tsx#L522)
15+
Defined in: [packages/react-form/src/useField.tsx:523](https://github.com/TanStack/form/blob/main/packages/react-form/src/useField.tsx#L523)
1616

1717
A type alias representing a field component for a specific form data type.
1818

docs/framework/react/reference/type-aliases/LensFieldComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type LensFieldComponent<TLensData, TParentSubmitMeta, ExtendedApi> = <TName, TDa
1212
}) => ReturnType<FunctionComponent>;
1313
```
1414

15-
Defined in: [packages/react-form/src/useField.tsx:597](https://github.com/TanStack/form/blob/main/packages/react-form/src/useField.tsx#L597)
15+
Defined in: [packages/react-form/src/useField.tsx:598](https://github.com/TanStack/form/blob/main/packages/react-form/src/useField.tsx#L598)
1616

1717
A type alias representing a field component for a form lens data type.
1818

docs/framework/react/reference/variables/Field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Field
99
const Field: <TParentData, TName, TData, TOnMount, TOnChange, TOnChangeAsync, TOnBlur, TOnBlurAsync, TOnSubmit, TOnSubmitAsync, TOnDynamic, TOnDynamicAsync, TFormOnMount, TFormOnChange, TFormOnChangeAsync, TFormOnBlur, TFormOnBlurAsync, TFormOnSubmit, TFormOnSubmitAsync, TFormOnDynamic, TFormOnDynamicAsync, TFormOnServer, TPatentSubmitMeta>(__namedParameters) => ReactNode | Promise<ReactNode>;
1010
```
1111

12-
Defined in: [packages/react-form/src/useField.tsx:687](https://github.com/TanStack/form/blob/main/packages/react-form/src/useField.tsx#L687)
12+
Defined in: [packages/react-form/src/useField.tsx:688](https://github.com/TanStack/form/blob/main/packages/react-form/src/useField.tsx#L688)
1313

1414
A function component that takes field options and a render function as children and returns a React component.
1515

docs/framework/solid/reference/functions/createFormHook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: createFormHook
99
function createFormHook<TComponents, TFormComponents>(opts): object;
1010
```
1111

12-
Defined in: [packages/solid-form/src/createFormHook.tsx:294](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L294)
12+
Defined in: [packages/solid-form/src/createFormHook.tsx:299](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L299)
1313

1414
## Type Parameters
1515

docs/framework/solid/reference/functions/createFormHookContexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: createFormHookContexts
99
function createFormHookContexts(): object;
1010
```
1111

12-
Defined in: [packages/solid-form/src/createFormHook.tsx:63](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L63)
12+
Defined in: [packages/solid-form/src/createFormHook.tsx:68](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L68)
1313

1414
## Returns
1515

docs/framework/solid/reference/interfaces/WithFieldGroupProps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: WithFieldGroupProps
55

66
# Interface: WithFieldGroupProps\<TFieldGroupData, TFieldComponents, TFormComponents, TSubmitMeta, TRenderProps\>
77

8-
Defined in: [packages/solid-form/src/createFormHook.tsx:257](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L257)
8+
Defined in: [packages/solid-form/src/createFormHook.tsx:262](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L262)
99

1010
## Extends
1111

@@ -41,7 +41,7 @@ Defined in: [packages/solid-form/src/createFormHook.tsx:257](https://github.com/
4141
optional props: TRenderProps;
4242
```
4343

44-
Defined in: [packages/solid-form/src/createFormHook.tsx:265](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L265)
44+
Defined in: [packages/solid-form/src/createFormHook.tsx:270](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L270)
4545

4646
***
4747

@@ -51,7 +51,7 @@ Defined in: [packages/solid-form/src/createFormHook.tsx:265](https://github.com/
5151
render: (props) => Element;
5252
```
5353

54-
Defined in: [packages/solid-form/src/createFormHook.tsx:266](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L266)
54+
Defined in: [packages/solid-form/src/createFormHook.tsx:271](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L271)
5555

5656
#### Parameters
5757

docs/framework/solid/reference/interfaces/WithFormProps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: WithFormProps
55

66
# Interface: WithFormProps\<TFormData, TOnMount, TOnChange, TOnChangeAsync, TOnBlur, TOnBlurAsync, TOnSubmit, TOnSubmitAsync, TOnDynamic, TOnDynamicAsync, TOnServer, TSubmitMeta, TFieldComponents, TFormComponents, TRenderProps\>
77

8-
Defined in: [packages/solid-form/src/createFormHook.tsx:201](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L201)
8+
Defined in: [packages/solid-form/src/createFormHook.tsx:206](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L206)
99

1010
## Extends
1111

@@ -81,7 +81,7 @@ Defined in: [packages/solid-form/src/createFormHook.tsx:201](https://github.com/
8181
optional props: TRenderProps;
8282
```
8383

84-
Defined in: [packages/solid-form/src/createFormHook.tsx:232](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L232)
84+
Defined in: [packages/solid-form/src/createFormHook.tsx:237](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L237)
8585

8686
***
8787

@@ -91,7 +91,7 @@ Defined in: [packages/solid-form/src/createFormHook.tsx:232](https://github.com/
9191
render: (props) => Element;
9292
```
9393

94-
Defined in: [packages/solid-form/src/createFormHook.tsx:233](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L233)
94+
Defined in: [packages/solid-form/src/createFormHook.tsx:238](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createFormHook.tsx#L238)
9595

9696
#### Parameters
9797

docs/reference/classes/FieldApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Use `field.state.value` instead.
305305
handleBlur(): void;
306306
```
307307
308-
Defined in: [packages/form-core/src/FieldApi.ts:1900](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1900)
308+
Defined in: [packages/form-core/src/FieldApi.ts:1912](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1912)
309309
310310
Handles the blur event.
311311
@@ -321,7 +321,7 @@ Handles the blur event.
321321
handleChange(updater): void;
322322
```
323323
324-
Defined in: [packages/form-core/src/FieldApi.ts:1893](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1893)
324+
Defined in: [packages/form-core/src/FieldApi.ts:1905](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1905)
325325
326326
Handles the change event.
327327
@@ -433,7 +433,7 @@ parseValueWithSchema(schema):
433433
| undefined;
434434
```
435435
436-
Defined in: [packages/form-core/src/FieldApi.ts:1943](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1943)
436+
Defined in: [packages/form-core/src/FieldApi.ts:1955](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1955)
437437
438438
Parses the field's value with the given schema and returns
439439
issues (if any). This method does NOT set any internal errors.
@@ -461,7 +461,7 @@ parseValueWithSchemaAsync(schema): Promise<
461461
| undefined>;
462462
```
463463
464-
Defined in: [packages/form-core/src/FieldApi.ts:1955](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1955)
464+
Defined in: [packages/form-core/src/FieldApi.ts:1967](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1967)
465465
466466
Parses the field's value with the given schema and returns
467467
issues (if any). This method does NOT set any internal errors.
@@ -573,7 +573,7 @@ Replaces a value at the specified index.
573573
setErrorMap(errorMap): void;
574574
```
575575
576-
Defined in: [packages/form-core/src/FieldApi.ts:1916](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1916)
576+
Defined in: [packages/form-core/src/FieldApi.ts:1928](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1928)
577577
578578
Updates the field's errorMap
579579
@@ -698,7 +698,7 @@ Updates the field instance with new options.
698698
validate(cause, opts?): unknown[] | Promise<unknown[]>;
699699
```
700700
701-
Defined in: [packages/form-core/src/FieldApi.ts:1860](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1860)
701+
Defined in: [packages/form-core/src/FieldApi.ts:1872](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1872)
702702
703703
Validates the field value.
704704

0 commit comments

Comments
 (0)