Skip to content

Commit ade193c

Browse files
ci: apply automated fixes
1 parent 1ab8229 commit ade193c

17 files changed

+117
-102
lines changed

docs/reference/classes/fieldapi.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Initializes a new `FieldApi` instance.
4545

4646
#### Defined in
4747

48-
[packages/form-core/src/FieldApi.ts:438](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L438)
48+
[packages/form-core/src/FieldApi.ts:439](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L439)
4949

5050
## Properties
5151

@@ -59,7 +59,7 @@ A reference to the form API instance.
5959

6060
#### Defined in
6161

62-
[packages/form-core/src/FieldApi.ts:401](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L401)
62+
[packages/form-core/src/FieldApi.ts:402](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L402)
6363

6464
***
6565

@@ -73,7 +73,7 @@ The field name.
7373

7474
#### Defined in
7575

76-
[packages/form-core/src/FieldApi.ts:411](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L411)
76+
[packages/form-core/src/FieldApi.ts:412](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L412)
7777

7878
***
7979

@@ -87,7 +87,7 @@ The field options.
8787

8888
#### Defined in
8989

90-
[packages/form-core/src/FieldApi.ts:415](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L415)
90+
[packages/form-core/src/FieldApi.ts:416](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L416)
9191

9292
***
9393

@@ -101,7 +101,7 @@ The current field state.
101101

102102
#### Defined in
103103

104-
[packages/form-core/src/FieldApi.ts:429](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L429)
104+
[packages/form-core/src/FieldApi.ts:430](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L430)
105105

106106
***
107107

@@ -115,7 +115,7 @@ The field state store.
115115

116116
#### Defined in
117117

118-
[packages/form-core/src/FieldApi.ts:425](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L425)
118+
[packages/form-core/src/FieldApi.ts:426](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L426)
119119

120120
## Methods
121121

@@ -133,7 +133,7 @@ Gets the field information object.
133133

134134
#### Defined in
135135

136-
[packages/form-core/src/FieldApi.ts:650](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L650)
136+
[packages/form-core/src/FieldApi.ts:657](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L657)
137137

138138
***
139139

@@ -151,7 +151,7 @@ Gets the current field metadata.
151151

152152
#### Defined in
153153

154-
[packages/form-core/src/FieldApi.ts:628](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L628)
154+
[packages/form-core/src/FieldApi.ts:635](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L635)
155155

156156
***
157157

@@ -173,7 +173,7 @@ Use `field.state.value` instead.
173173

174174
#### Defined in
175175

176-
[packages/form-core/src/FieldApi.ts:608](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L608)
176+
[packages/form-core/src/FieldApi.ts:615](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L615)
177177

178178
***
179179

@@ -191,7 +191,7 @@ Handles the blur event.
191191

192192
#### Defined in
193193

194-
[packages/form-core/src/FieldApi.ts:1004](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1004)
194+
[packages/form-core/src/FieldApi.ts:1016](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1016)
195195

196196
***
197197

@@ -213,7 +213,7 @@ Handles the change event.
213213

214214
#### Defined in
215215

216-
[packages/form-core/src/FieldApi.ts:997](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L997)
216+
[packages/form-core/src/FieldApi.ts:1009](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1009)
217217

218218
***
219219

@@ -242,7 +242,7 @@ Inserts a value at the specified index, shifting the subsequent values to the ri
242242
243243
#### Defined in
244244
245-
[packages/form-core/src/FieldApi.ts:663](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L663)
245+
[packages/form-core/src/FieldApi.ts:670](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L670)
246246
247247
***
248248
@@ -264,7 +264,7 @@ Mounts the field instance to the form.
264264
265265
#### Defined in
266266
267-
[packages/form-core/src/FieldApi.ts:524](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L524)
267+
[packages/form-core/src/FieldApi.ts:530](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L530)
268268
269269
***
270270
@@ -293,7 +293,7 @@ Moves the value at the first specified index to the second specified index.
293293
294294
#### Defined in
295295
296-
[packages/form-core/src/FieldApi.ts:693](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L693)
296+
[packages/form-core/src/FieldApi.ts:700](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L700)
297297
298298
***
299299
@@ -317,7 +317,7 @@ Pushes a new value to the field.
317317
318318
#### Defined in
319319
320-
[packages/form-core/src/FieldApi.ts:655](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L655)
320+
[packages/form-core/src/FieldApi.ts:662](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L662)
321321
322322
***
323323
@@ -341,7 +341,7 @@ Removes a value at the specified index.
341341
342342
#### Defined in
343343
344-
[packages/form-core/src/FieldApi.ts:681](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L681)
344+
[packages/form-core/src/FieldApi.ts:688](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L688)
345345
346346
***
347347
@@ -370,7 +370,7 @@ Replaces a value at the specified index.
370370
371371
#### Defined in
372372
373-
[packages/form-core/src/FieldApi.ts:672](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L672)
373+
[packages/form-core/src/FieldApi.ts:679](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L679)
374374
375375
***
376376
@@ -392,7 +392,7 @@ Updates the field's errorMap
392392
393393
#### Defined in
394394
395-
[packages/form-core/src/FieldApi.ts:1019](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1019)
395+
[packages/form-core/src/FieldApi.ts:1031](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1031)
396396
397397
***
398398
@@ -414,7 +414,7 @@ Sets the field metadata.
414414
415415
#### Defined in
416416
417-
[packages/form-core/src/FieldApi.ts:644](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L644)
417+
[packages/form-core/src/FieldApi.ts:651](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L651)
418418
419419
***
420420
@@ -438,7 +438,7 @@ Sets the field value and run the `change` validator.
438438
439439
#### Defined in
440440
441-
[packages/form-core/src/FieldApi.ts:615](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L615)
441+
[packages/form-core/src/FieldApi.ts:622](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L622)
442442
443443
***
444444
@@ -467,7 +467,7 @@ Swaps the values at the specified indices.
467467
468468
#### Defined in
469469
470-
[packages/form-core/src/FieldApi.ts:687](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L687)
470+
[packages/form-core/src/FieldApi.ts:694](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L694)
471471
472472
***
473473
@@ -489,7 +489,7 @@ Updates the field instance with new options.
489489
490490
#### Defined in
491491
492-
[packages/form-core/src/FieldApi.ts:571](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L571)
492+
[packages/form-core/src/FieldApi.ts:578](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L578)
493493
494494
***
495495
@@ -511,4 +511,4 @@ Validates the field value.
511511
512512
#### Defined in
513513
514-
[packages/form-core/src/FieldApi.ts:958](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L958)
514+
[packages/form-core/src/FieldApi.ts:970](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L970)

0 commit comments

Comments
 (0)