Skip to content

Commit 88b0d8a

Browse files
ci: apply automated fixes and generate docs
1 parent ef7fc27 commit 88b0d8a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/reference/classes/formapi.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ deleteField<TField>(field): void
121121
122122
#### Defined in
123123
124-
[packages/form-core/src/FormApi.ts:1082](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1082)
124+
[packages/form-core/src/FormApi.ts:1076](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1076)
125125
126126
***
127127
@@ -147,7 +147,7 @@ Gets the field info of the specified field.
147147
148148
#### Defined in
149149
150-
[packages/form-core/src/FormApi.ts:998](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L998)
150+
[packages/form-core/src/FormApi.ts:992](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L992)
151151
152152
***
153153
@@ -173,7 +173,7 @@ Gets the metadata of the specified field.
173173
174174
#### Defined in
175175
176-
[packages/form-core/src/FormApi.ts:989](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L989)
176+
[packages/form-core/src/FormApi.ts:983](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L983)
177177
178178
***
179179
@@ -199,7 +199,7 @@ Gets the value of the specified field.
199199
200200
#### Defined in
201201
202-
[packages/form-core/src/FormApi.ts:982](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L982)
202+
[packages/form-core/src/FormApi.ts:976](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L976)
203203
204204
***
205205
@@ -217,7 +217,7 @@ Handles the form submission, performs validation, and calls the appropriate onSu
217217
218218
#### Defined in
219219
220-
[packages/form-core/src/FormApi.ts:922](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L922)
220+
[packages/form-core/src/FormApi.ts:916](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L916)
221221
222222
***
223223
@@ -253,7 +253,7 @@ Inserts a value into an array field at the specified index, shifting the subsequ
253253
254254
#### Defined in
255255
256-
[packages/form-core/src/FormApi.ts:1114](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1114)
256+
[packages/form-core/src/FormApi.ts:1108](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1108)
257257
258258
***
259259
@@ -305,7 +305,7 @@ Moves the value at the first specified index to the second specified index withi
305305
306306
#### Defined in
307307
308-
[packages/form-core/src/FormApi.ts:1232](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1232)
308+
[packages/form-core/src/FormApi.ts:1226](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1226)
309309
310310
***
311311
@@ -338,7 +338,7 @@ Pushes a value into an array field.
338338
339339
#### Defined in
340340
341-
[packages/form-core/src/FormApi.ts:1096](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1096)
341+
[packages/form-core/src/FormApi.ts:1090](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1090)
342342
343343
***
344344
@@ -371,7 +371,7 @@ Removes a value from an array field at the specified index.
371371
372372
#### Defined in
373373
374-
[packages/form-core/src/FormApi.ts:1167](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1167)
374+
[packages/form-core/src/FormApi.ts:1161](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1161)
375375
376376
***
377377
@@ -407,7 +407,7 @@ Replaces a value into an array field at the specified index.
407407
408408
#### Defined in
409409
410-
[packages/form-core/src/FormApi.ts:1141](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1141)
410+
[packages/form-core/src/FormApi.ts:1135](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1135)
411411
412412
***
413413
@@ -449,7 +449,7 @@ resetFieldMeta<TField>(fieldMeta): Record<TField, FieldMeta>
449449
450450
#### Defined in
451451
452-
[packages/form-core/src/FormApi.ts:1032](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1032)
452+
[packages/form-core/src/FormApi.ts:1026](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1026)
453453
454454
***
455455
@@ -471,7 +471,7 @@ Updates the form's errorMap
471471
472472
#### Defined in
473473
474-
[packages/form-core/src/FormApi.ts:1256](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1256)
474+
[packages/form-core/src/FormApi.ts:1250](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1250)
475475
476476
***
477477
@@ -499,7 +499,7 @@ Updates the metadata of the specified field.
499499
500500
#### Defined in
501501
502-
[packages/form-core/src/FormApi.ts:1017](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1017)
502+
[packages/form-core/src/FormApi.ts:1011](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1011)
503503
504504
***
505505
@@ -532,7 +532,7 @@ Sets the value of the specified field and optionally updates the touched state.
532532
533533
#### Defined in
534534
535-
[packages/form-core/src/FormApi.ts:1056](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1056)
535+
[packages/form-core/src/FormApi.ts:1050](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1050)
536536
537537
***
538538
@@ -568,7 +568,7 @@ Swaps the values at the specified indices within an array field.
568568
569569
#### Defined in
570570
571-
[packages/form-core/src/FormApi.ts:1206](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1206)
571+
[packages/form-core/src/FormApi.ts:1200](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1200)
572572
573573
***
574574

0 commit comments

Comments
 (0)