@openmrs/esm-framework 6.3.1-pre.2965 → 6.3.1-pre.2986

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.
Files changed (107) hide show
  1. package/.turbo/turbo-build.log +3 -25
  2. package/dist/index.d.ts +17 -0
  3. package/dist/internal.d.ts +17 -0
  4. package/dist/openmrs-esm-framework.js +1 -2
  5. package/dist/openmrs-esm-framework.js.map +1 -1
  6. package/docs/API.md +356 -280
  7. package/docs/classes/OpenmrsFetchError.md +10 -10
  8. package/docs/enums/VisitMode.md +3 -3
  9. package/docs/enums/VisitStatus.md +2 -2
  10. package/docs/interfaces/AssignedExtension.md +1 -1
  11. package/docs/interfaces/Attachment.md +7 -7
  12. package/docs/interfaces/AttachmentResponse.md +6 -6
  13. package/docs/interfaces/CloseWorkspaceOptions.md +3 -3
  14. package/docs/interfaces/ConfigurableLinkProps.md +474 -317
  15. package/docs/interfaces/ConnectedExtension.md +1 -1
  16. package/docs/interfaces/ConnectivityChangedEvent.md +1 -1
  17. package/docs/interfaces/CurrentPatientOptions.md +1 -1
  18. package/docs/interfaces/DefaultWorkspaceProps.md +4 -4
  19. package/docs/interfaces/Diagnosis.md +25 -25
  20. package/docs/interfaces/EmrApiConfigurationResponse.md +596 -0
  21. package/docs/interfaces/Encounter.md +24 -24
  22. package/docs/interfaces/EncounterProvider.md +16 -16
  23. package/docs/interfaces/EncounterRole.md +16 -16
  24. package/docs/interfaces/EncounterType.md +16 -16
  25. package/docs/interfaces/ExtensionSlotBaseProps.md +3 -3
  26. package/docs/interfaces/FHIRCode.md +3 -3
  27. package/docs/interfaces/FHIRLocationResource.md +30 -0
  28. package/docs/interfaces/FHIRResource.md +1 -1
  29. package/docs/interfaces/FeatureFlagDefinition.md +3 -3
  30. package/docs/interfaces/FetchConfig.md +13 -13
  31. package/docs/interfaces/FetchError.md +2 -2
  32. package/docs/interfaces/FetchResponse.md +15 -15
  33. package/docs/interfaces/ImportMap.md +1 -1
  34. package/docs/interfaces/Location.md +370 -3
  35. package/docs/interfaces/LoggedInUserFetchResponse.md +15 -15
  36. package/docs/interfaces/NewVisitPayload.md +7 -7
  37. package/docs/interfaces/NotificationDescriptor.md +20 -2
  38. package/docs/interfaces/Obs.md +36 -36
  39. package/docs/interfaces/OldExtensionSlotBaseProps.md +3 -3
  40. package/docs/interfaces/OnlyThePatient.md +1 -1
  41. package/docs/interfaces/OpenWorkspace.md +29 -29
  42. package/docs/interfaces/OpenmrsAppRoutes.md +9 -9
  43. package/docs/interfaces/OpenmrsDatePickerProps.md +1 -1
  44. package/docs/interfaces/OpenmrsResource.md +0 -12
  45. package/docs/interfaces/OpenmrsResourceStrict.md +0 -6
  46. package/docs/interfaces/Patient.md +17 -17
  47. package/docs/interfaces/PatientIdentifier.md +18 -18
  48. package/docs/interfaces/PatientIdentifierType.md +22 -22
  49. package/docs/interfaces/PatientPhotoProps.md +0 -11
  50. package/docs/interfaces/PatientWithFullResponse.md +1 -1
  51. package/docs/interfaces/Prompt.md +5 -5
  52. package/docs/interfaces/ResourceLoader.md +1 -1
  53. package/docs/interfaces/RetryOptions.md +3 -3
  54. package/docs/interfaces/ShowActionableNotificationEvent.md +6 -6
  55. package/docs/interfaces/ShowNotificationEvent.md +5 -5
  56. package/docs/interfaces/ShowSnackbarEvent.md +8 -8
  57. package/docs/interfaces/ShowToastEvent.md +5 -5
  58. package/docs/interfaces/SpaConfig.md +5 -5
  59. package/docs/interfaces/StyleguideConfigObject.md +2 -2
  60. package/docs/interfaces/UploadedFile.md +7 -7
  61. package/docs/interfaces/UseConfigOptions.md +22 -0
  62. package/docs/interfaces/UseServerFetchAllOptions.md +5 -5
  63. package/docs/interfaces/UseServerInfiniteOptions.md +5 -5
  64. package/docs/interfaces/UseServerPaginationOptions.md +2 -2
  65. package/docs/interfaces/Visit.md +11 -11
  66. package/docs/interfaces/VisitItem.md +4 -4
  67. package/docs/interfaces/VisitReturnType.md +2 -2
  68. package/docs/interfaces/VisitStoreState.md +3 -3
  69. package/docs/interfaces/VisitType.md +3 -3
  70. package/docs/interfaces/WorkspaceGroupDefinition.md +2 -2
  71. package/docs/interfaces/WorkspaceRegistration.md +0 -6
  72. package/docs/interfaces/WorkspacesInfo.md +5 -5
  73. package/mock-jest.tsx +125 -0
  74. package/mock.tsx +44 -42
  75. package/package.json +58 -31
  76. package/rspack.config.cjs +96 -0
  77. package/{src/integration-tests/setup-tests.ts → setup-tests.ts} +6 -1
  78. package/src/declarations.d.ts +0 -1
  79. package/src/index.ts +2 -3
  80. package/src/integration-tests/extension-config.test.tsx +14 -12
  81. package/src/internal.ts +2 -3
  82. package/src/mock-test.test.ts +2 -2
  83. package/tsconfig.build.json +10 -0
  84. package/tsconfig.json +3 -24
  85. package/typedoc.json +1 -0
  86. package/vitest.config.ts +9 -0
  87. package/dist/278.openmrs-esm-framework.js +0 -2
  88. package/dist/278.openmrs-esm-framework.js.map +0 -1
  89. package/dist/530.openmrs-esm-framework.js +0 -2
  90. package/dist/530.openmrs-esm-framework.js.map +0 -1
  91. package/dist/588.openmrs-esm-framework.js +0 -2
  92. package/dist/588.openmrs-esm-framework.js.map +0 -1
  93. package/dist/619.openmrs-esm-framework.js +0 -2
  94. package/dist/619.openmrs-esm-framework.js.map +0 -1
  95. package/dist/645.openmrs-esm-framework.js +0 -2
  96. package/dist/645.openmrs-esm-framework.js.map +0 -1
  97. package/dist/735.openmrs-esm-framework.js +0 -3
  98. package/dist/735.openmrs-esm-framework.js.LICENSE.txt +0 -9
  99. package/dist/735.openmrs-esm-framework.js.map +0 -1
  100. package/dist/746.openmrs-esm-framework.js +0 -2
  101. package/dist/746.openmrs-esm-framework.js.map +0 -1
  102. package/dist/788.openmrs-esm-framework.js +0 -3
  103. package/dist/788.openmrs-esm-framework.js.LICENSE.txt +0 -19
  104. package/dist/788.openmrs-esm-framework.js.map +0 -1
  105. package/dist/openmrs-esm-framework.js.LICENSE.txt +0 -68
  106. package/jest.config.js +0 -22
  107. package/webpack.config.js +0 -80
@@ -24,14 +24,18 @@
24
24
  - [aria-activedescendant](ConfigurableLinkProps.md#aria-activedescendant)
25
25
  - [aria-atomic](ConfigurableLinkProps.md#aria-atomic)
26
26
  - [aria-autocomplete](ConfigurableLinkProps.md#aria-autocomplete)
27
+ - [aria-braillelabel](ConfigurableLinkProps.md#aria-braillelabel)
28
+ - [aria-brailleroledescription](ConfigurableLinkProps.md#aria-brailleroledescription)
27
29
  - [aria-busy](ConfigurableLinkProps.md#aria-busy)
28
30
  - [aria-checked](ConfigurableLinkProps.md#aria-checked)
29
31
  - [aria-colcount](ConfigurableLinkProps.md#aria-colcount)
30
32
  - [aria-colindex](ConfigurableLinkProps.md#aria-colindex)
33
+ - [aria-colindextext](ConfigurableLinkProps.md#aria-colindextext)
31
34
  - [aria-colspan](ConfigurableLinkProps.md#aria-colspan)
32
35
  - [aria-controls](ConfigurableLinkProps.md#aria-controls)
33
36
  - [aria-current](ConfigurableLinkProps.md#aria-current)
34
37
  - [aria-describedby](ConfigurableLinkProps.md#aria-describedby)
38
+ - [aria-description](ConfigurableLinkProps.md#aria-description)
35
39
  - [aria-details](ConfigurableLinkProps.md#aria-details)
36
40
  - [aria-disabled](ConfigurableLinkProps.md#aria-disabled)
37
41
  - [aria-dropeffect](ConfigurableLinkProps.md#aria-dropeffect)
@@ -61,6 +65,7 @@
61
65
  - [aria-roledescription](ConfigurableLinkProps.md#aria-roledescription)
62
66
  - [aria-rowcount](ConfigurableLinkProps.md#aria-rowcount)
63
67
  - [aria-rowindex](ConfigurableLinkProps.md#aria-rowindex)
68
+ - [aria-rowindextext](ConfigurableLinkProps.md#aria-rowindextext)
64
69
  - [aria-rowspan](ConfigurableLinkProps.md#aria-rowspan)
65
70
  - [aria-selected](ConfigurableLinkProps.md#aria-selected)
66
71
  - [aria-setsize](ConfigurableLinkProps.md#aria-setsize)
@@ -71,10 +76,12 @@
71
76
  - [aria-valuetext](ConfigurableLinkProps.md#aria-valuetext)
72
77
  - [autoCapitalize](ConfigurableLinkProps.md#autocapitalize)
73
78
  - [autoCorrect](ConfigurableLinkProps.md#autocorrect)
79
+ - [autoFocus](ConfigurableLinkProps.md#autofocus)
74
80
  - [autoSave](ConfigurableLinkProps.md#autosave)
75
81
  - [children](ConfigurableLinkProps.md#children)
76
82
  - [className](ConfigurableLinkProps.md#classname)
77
83
  - [color](ConfigurableLinkProps.md#color)
84
+ - [content](ConfigurableLinkProps.md#content)
78
85
  - [contentEditable](ConfigurableLinkProps.md#contenteditable)
79
86
  - [contextMenu](ConfigurableLinkProps.md#contextmenu)
80
87
  - [dangerouslySetInnerHTML](ConfigurableLinkProps.md#dangerouslysetinnerhtml)
@@ -84,6 +91,8 @@
84
91
  - [dir](ConfigurableLinkProps.md#dir)
85
92
  - [download](ConfigurableLinkProps.md#download)
86
93
  - [draggable](ConfigurableLinkProps.md#draggable)
94
+ - [enterKeyHint](ConfigurableLinkProps.md#enterkeyhint)
95
+ - [exportparts](ConfigurableLinkProps.md#exportparts)
87
96
  - [hidden](ConfigurableLinkProps.md#hidden)
88
97
  - [href](ConfigurableLinkProps.md#href)
89
98
  - [hrefLang](ConfigurableLinkProps.md#hreflang)
@@ -98,6 +107,7 @@
98
107
  - [itemType](ConfigurableLinkProps.md#itemtype)
99
108
  - [lang](ConfigurableLinkProps.md#lang)
100
109
  - [media](ConfigurableLinkProps.md#media)
110
+ - [nonce](ConfigurableLinkProps.md#nonce)
101
111
  - [onAbort](ConfigurableLinkProps.md#onabort)
102
112
  - [onAbortCapture](ConfigurableLinkProps.md#onabortcapture)
103
113
  - [onAnimationEnd](ConfigurableLinkProps.md#onanimationend)
@@ -209,9 +219,7 @@
209
219
  - [onPointerDown](ConfigurableLinkProps.md#onpointerdown)
210
220
  - [onPointerDownCapture](ConfigurableLinkProps.md#onpointerdowncapture)
211
221
  - [onPointerEnter](ConfigurableLinkProps.md#onpointerenter)
212
- - [onPointerEnterCapture](ConfigurableLinkProps.md#onpointerentercapture)
213
222
  - [onPointerLeave](ConfigurableLinkProps.md#onpointerleave)
214
- - [onPointerLeaveCapture](ConfigurableLinkProps.md#onpointerleavecapture)
215
223
  - [onPointerMove](ConfigurableLinkProps.md#onpointermove)
216
224
  - [onPointerMoveCapture](ConfigurableLinkProps.md#onpointermovecapture)
217
225
  - [onPointerOut](ConfigurableLinkProps.md#onpointerout)
@@ -258,8 +266,8 @@
258
266
  - [onWaitingCapture](ConfigurableLinkProps.md#onwaitingcapture)
259
267
  - [onWheel](ConfigurableLinkProps.md#onwheel)
260
268
  - [onWheelCapture](ConfigurableLinkProps.md#onwheelcapture)
269
+ - [part](ConfigurableLinkProps.md#part)
261
270
  - [ping](ConfigurableLinkProps.md#ping)
262
- - [placeholder](ConfigurableLinkProps.md#placeholder)
263
271
  - [prefix](ConfigurableLinkProps.md#prefix)
264
272
  - [property](ConfigurableLinkProps.md#property)
265
273
  - [radioGroup](ConfigurableLinkProps.md#radiogroup)
@@ -267,6 +275,7 @@
267
275
  - [rel](ConfigurableLinkProps.md#rel)
268
276
  - [resource](ConfigurableLinkProps.md#resource)
269
277
  - [results](ConfigurableLinkProps.md#results)
278
+ - [rev](ConfigurableLinkProps.md#rev)
270
279
  - [role](ConfigurableLinkProps.md#role)
271
280
  - [security](ConfigurableLinkProps.md#security)
272
281
  - [slot](ConfigurableLinkProps.md#slot)
@@ -291,11 +300,11 @@
291
300
 
292
301
  ### templateParams
293
302
 
294
- • `Optional` **templateParams**: [`TemplateParams`](../API.md#templateparams)
303
+ • `Optional` **templateParams**: `TemplateParams`
295
304
 
296
305
  #### Defined in
297
306
 
298
- [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:40](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L40)
307
+ [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:39](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L39)
299
308
 
300
309
  ___
301
310
 
@@ -305,7 +314,7 @@ ___
305
314
 
306
315
  #### Defined in
307
316
 
308
- [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:39](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L39)
317
+ [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:38](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L38)
309
318
 
310
319
  ___
311
320
 
@@ -321,7 +330,7 @@ AnchorHTMLAttributes.about
321
330
 
322
331
  #### Defined in
323
332
 
324
- node_modules/@types/react/index.d.ts:1875
333
+ node_modules/@types/react/ts5.0/index.d.ts:2934
325
334
 
326
335
  ___
327
336
 
@@ -335,7 +344,7 @@ AnchorHTMLAttributes.accessKey
335
344
 
336
345
  #### Defined in
337
346
 
338
- node_modules/@types/react/index.d.ts:1851
347
+ node_modules/@types/react/ts5.0/index.d.ts:2907
339
348
 
340
349
  ___
341
350
 
@@ -351,7 +360,7 @@ AnchorHTMLAttributes.aria-activedescendant
351
360
 
352
361
  #### Defined in
353
362
 
354
- node_modules/@types/react/index.d.ts:1585
363
+ node_modules/@types/react/ts5.0/index.d.ts:2605
355
364
 
356
365
  ___
357
366
 
@@ -367,13 +376,13 @@ AnchorHTMLAttributes.aria-atomic
367
376
 
368
377
  #### Defined in
369
378
 
370
- node_modules/@types/react/index.d.ts:1587
379
+ node_modules/@types/react/ts5.0/index.d.ts:2607
371
380
 
372
381
  ___
373
382
 
374
383
  ### aria-autocomplete
375
384
 
376
- • `Optional` **aria-autocomplete**: ``"list"`` \| ``"none"`` \| ``"inline"`` \| ``"both"``
385
+ • `Optional` **aria-autocomplete**: ``"none"`` \| ``"list"`` \| ``"both"`` \| ``"inline"``
377
386
 
378
387
  Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be
379
388
  presented if they are made.
@@ -384,7 +393,43 @@ AnchorHTMLAttributes.aria-autocomplete
384
393
 
385
394
  #### Defined in
386
395
 
387
- node_modules/@types/react/index.d.ts:1592
396
+ node_modules/@types/react/ts5.0/index.d.ts:2612
397
+
398
+ ___
399
+
400
+ ### aria-braillelabel
401
+
402
+ • `Optional` **aria-braillelabel**: `string`
403
+
404
+ Defines a string value that labels the current element, which is intended to be converted into Braille.
405
+
406
+ **`see`** aria-label.
407
+
408
+ #### Inherited from
409
+
410
+ AnchorHTMLAttributes.aria-braillelabel
411
+
412
+ #### Defined in
413
+
414
+ node_modules/@types/react/ts5.0/index.d.ts:2618
415
+
416
+ ___
417
+
418
+ ### aria-brailleroledescription
419
+
420
+ • `Optional` **aria-brailleroledescription**: `string`
421
+
422
+ Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
423
+
424
+ **`see`** aria-roledescription.
425
+
426
+ #### Inherited from
427
+
428
+ AnchorHTMLAttributes.aria-brailleroledescription
429
+
430
+ #### Defined in
431
+
432
+ node_modules/@types/react/ts5.0/index.d.ts:2623
388
433
 
389
434
  ___
390
435
 
@@ -392,15 +437,13 @@ ___
392
437
 
393
438
  • `Optional` **aria-busy**: `Booleanish`
394
439
 
395
- Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
396
-
397
440
  #### Inherited from
398
441
 
399
442
  AnchorHTMLAttributes.aria-busy
400
443
 
401
444
  #### Defined in
402
445
 
403
- node_modules/@types/react/index.d.ts:1594
446
+ node_modules/@types/react/ts5.0/index.d.ts:2624
404
447
 
405
448
  ___
406
449
 
@@ -418,7 +461,7 @@ AnchorHTMLAttributes.aria-checked
418
461
 
419
462
  #### Defined in
420
463
 
421
- node_modules/@types/react/index.d.ts:1599
464
+ node_modules/@types/react/ts5.0/index.d.ts:2629
422
465
 
423
466
  ___
424
467
 
@@ -436,7 +479,7 @@ AnchorHTMLAttributes.aria-colcount
436
479
 
437
480
  #### Defined in
438
481
 
439
- node_modules/@types/react/index.d.ts:1604
482
+ node_modules/@types/react/ts5.0/index.d.ts:2634
440
483
 
441
484
  ___
442
485
 
@@ -454,7 +497,25 @@ AnchorHTMLAttributes.aria-colindex
454
497
 
455
498
  #### Defined in
456
499
 
457
- node_modules/@types/react/index.d.ts:1609
500
+ node_modules/@types/react/ts5.0/index.d.ts:2639
501
+
502
+ ___
503
+
504
+ ### aria-colindextext
505
+
506
+ • `Optional` **aria-colindextext**: `string`
507
+
508
+ Defines a human readable text alternative of aria-colindex.
509
+
510
+ **`see`** aria-rowindextext.
511
+
512
+ #### Inherited from
513
+
514
+ AnchorHTMLAttributes.aria-colindextext
515
+
516
+ #### Defined in
517
+
518
+ node_modules/@types/react/ts5.0/index.d.ts:2644
458
519
 
459
520
  ___
460
521
 
@@ -472,7 +533,7 @@ AnchorHTMLAttributes.aria-colspan
472
533
 
473
534
  #### Defined in
474
535
 
475
- node_modules/@types/react/index.d.ts:1614
536
+ node_modules/@types/react/ts5.0/index.d.ts:2649
476
537
 
477
538
  ___
478
539
 
@@ -490,13 +551,13 @@ AnchorHTMLAttributes.aria-controls
490
551
 
491
552
  #### Defined in
492
553
 
493
- node_modules/@types/react/index.d.ts:1619
554
+ node_modules/@types/react/ts5.0/index.d.ts:2654
494
555
 
495
556
  ___
496
557
 
497
558
  ### aria-current
498
559
 
499
- • `Optional` **aria-current**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"page"`` \| ``"step"`` \| ``"location"`` \| ``"date"`` \| ``"time"``
560
+ • `Optional` **aria-current**: `boolean` \| ``"true"`` \| ``"location"`` \| ``"time"`` \| ``"false"`` \| ``"page"`` \| ``"step"`` \| ``"date"``
500
561
 
501
562
  Indicates the element that represents the current item within a container or set of related elements.
502
563
 
@@ -506,7 +567,7 @@ AnchorHTMLAttributes.aria-current
506
567
 
507
568
  #### Defined in
508
569
 
509
- node_modules/@types/react/index.d.ts:1621
570
+ node_modules/@types/react/ts5.0/index.d.ts:2656
510
571
 
511
572
  ___
512
573
 
@@ -524,7 +585,25 @@ AnchorHTMLAttributes.aria-describedby
524
585
 
525
586
  #### Defined in
526
587
 
527
- node_modules/@types/react/index.d.ts:1626
588
+ node_modules/@types/react/ts5.0/index.d.ts:2661
589
+
590
+ ___
591
+
592
+ ### aria-description
593
+
594
+ • `Optional` **aria-description**: `string`
595
+
596
+ Defines a string value that describes or annotates the current element.
597
+
598
+ **`see`** related aria-describedby.
599
+
600
+ #### Inherited from
601
+
602
+ AnchorHTMLAttributes.aria-description
603
+
604
+ #### Defined in
605
+
606
+ node_modules/@types/react/ts5.0/index.d.ts:2666
528
607
 
529
608
  ___
530
609
 
@@ -542,7 +621,7 @@ AnchorHTMLAttributes.aria-details
542
621
 
543
622
  #### Defined in
544
623
 
545
- node_modules/@types/react/index.d.ts:1631
624
+ node_modules/@types/react/ts5.0/index.d.ts:2671
546
625
 
547
626
  ___
548
627
 
@@ -560,13 +639,13 @@ AnchorHTMLAttributes.aria-disabled
560
639
 
561
640
  #### Defined in
562
641
 
563
- node_modules/@types/react/index.d.ts:1636
642
+ node_modules/@types/react/ts5.0/index.d.ts:2676
564
643
 
565
644
  ___
566
645
 
567
646
  ### aria-dropeffect
568
647
 
569
- • `Optional` **aria-dropeffect**: ``"link"`` \| ``"none"`` \| ``"copy"`` \| ``"execute"`` \| ``"move"`` \| ``"popup"``
648
+ • `Optional` **aria-dropeffect**: ``"link"`` \| ``"copy"`` \| ``"none"`` \| ``"move"`` \| ``"execute"`` \| ``"popup"``
570
649
 
571
650
  Indicates what functions can be performed when a dragged object is released on the drop target.
572
651
 
@@ -578,7 +657,7 @@ AnchorHTMLAttributes.aria-dropeffect
578
657
 
579
658
  #### Defined in
580
659
 
581
- node_modules/@types/react/index.d.ts:1641
660
+ node_modules/@types/react/ts5.0/index.d.ts:2681
582
661
 
583
662
  ___
584
663
 
@@ -596,7 +675,7 @@ AnchorHTMLAttributes.aria-errormessage
596
675
 
597
676
  #### Defined in
598
677
 
599
- node_modules/@types/react/index.d.ts:1646
678
+ node_modules/@types/react/ts5.0/index.d.ts:2686
600
679
 
601
680
  ___
602
681
 
@@ -612,7 +691,7 @@ AnchorHTMLAttributes.aria-expanded
612
691
 
613
692
  #### Defined in
614
693
 
615
- node_modules/@types/react/index.d.ts:1648
694
+ node_modules/@types/react/ts5.0/index.d.ts:2688
616
695
 
617
696
  ___
618
697
 
@@ -629,7 +708,7 @@ AnchorHTMLAttributes.aria-flowto
629
708
 
630
709
  #### Defined in
631
710
 
632
- node_modules/@types/react/index.d.ts:1653
711
+ node_modules/@types/react/ts5.0/index.d.ts:2693
633
712
 
634
713
  ___
635
714
 
@@ -647,13 +726,13 @@ AnchorHTMLAttributes.aria-grabbed
647
726
 
648
727
  #### Defined in
649
728
 
650
- node_modules/@types/react/index.d.ts:1658
729
+ node_modules/@types/react/ts5.0/index.d.ts:2698
651
730
 
652
731
  ___
653
732
 
654
733
  ### aria-haspopup
655
734
 
656
- • `Optional` **aria-haspopup**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"dialog"`` \| ``"grid"`` \| ``"listbox"`` \| ``"menu"`` \| ``"tree"``
735
+ • `Optional` **aria-haspopup**: `boolean` \| ``"true"`` \| ``"dialog"`` \| ``"menu"`` \| ``"false"`` \| ``"grid"`` \| ``"listbox"`` \| ``"tree"``
657
736
 
658
737
  Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
659
738
 
@@ -663,7 +742,7 @@ AnchorHTMLAttributes.aria-haspopup
663
742
 
664
743
  #### Defined in
665
744
 
666
- node_modules/@types/react/index.d.ts:1660
745
+ node_modules/@types/react/ts5.0/index.d.ts:2700
667
746
 
668
747
  ___
669
748
 
@@ -681,7 +760,7 @@ AnchorHTMLAttributes.aria-hidden
681
760
 
682
761
  #### Defined in
683
762
 
684
- node_modules/@types/react/index.d.ts:1665
763
+ node_modules/@types/react/ts5.0/index.d.ts:2705
685
764
 
686
765
  ___
687
766
 
@@ -699,7 +778,7 @@ AnchorHTMLAttributes.aria-invalid
699
778
 
700
779
  #### Defined in
701
780
 
702
- node_modules/@types/react/index.d.ts:1670
781
+ node_modules/@types/react/ts5.0/index.d.ts:2710
703
782
 
704
783
  ___
705
784
 
@@ -715,7 +794,7 @@ AnchorHTMLAttributes.aria-keyshortcuts
715
794
 
716
795
  #### Defined in
717
796
 
718
- node_modules/@types/react/index.d.ts:1672
797
+ node_modules/@types/react/ts5.0/index.d.ts:2712
719
798
 
720
799
  ___
721
800
 
@@ -733,7 +812,7 @@ AnchorHTMLAttributes.aria-label
733
812
 
734
813
  #### Defined in
735
814
 
736
- node_modules/@types/react/index.d.ts:1677
815
+ node_modules/@types/react/ts5.0/index.d.ts:2717
737
816
 
738
817
  ___
739
818
 
@@ -751,7 +830,7 @@ AnchorHTMLAttributes.aria-labelledby
751
830
 
752
831
  #### Defined in
753
832
 
754
- node_modules/@types/react/index.d.ts:1682
833
+ node_modules/@types/react/ts5.0/index.d.ts:2722
755
834
 
756
835
  ___
757
836
 
@@ -767,7 +846,7 @@ AnchorHTMLAttributes.aria-level
767
846
 
768
847
  #### Defined in
769
848
 
770
- node_modules/@types/react/index.d.ts:1684
849
+ node_modules/@types/react/ts5.0/index.d.ts:2724
771
850
 
772
851
  ___
773
852
 
@@ -783,7 +862,7 @@ AnchorHTMLAttributes.aria-live
783
862
 
784
863
  #### Defined in
785
864
 
786
- node_modules/@types/react/index.d.ts:1686
865
+ node_modules/@types/react/ts5.0/index.d.ts:2726
787
866
 
788
867
  ___
789
868
 
@@ -799,7 +878,7 @@ AnchorHTMLAttributes.aria-modal
799
878
 
800
879
  #### Defined in
801
880
 
802
- node_modules/@types/react/index.d.ts:1688
881
+ node_modules/@types/react/ts5.0/index.d.ts:2728
803
882
 
804
883
  ___
805
884
 
@@ -815,7 +894,7 @@ AnchorHTMLAttributes.aria-multiline
815
894
 
816
895
  #### Defined in
817
896
 
818
- node_modules/@types/react/index.d.ts:1690
897
+ node_modules/@types/react/ts5.0/index.d.ts:2730
819
898
 
820
899
  ___
821
900
 
@@ -831,7 +910,7 @@ AnchorHTMLAttributes.aria-multiselectable
831
910
 
832
911
  #### Defined in
833
912
 
834
- node_modules/@types/react/index.d.ts:1692
913
+ node_modules/@types/react/ts5.0/index.d.ts:2732
835
914
 
836
915
  ___
837
916
 
@@ -847,7 +926,7 @@ AnchorHTMLAttributes.aria-orientation
847
926
 
848
927
  #### Defined in
849
928
 
850
- node_modules/@types/react/index.d.ts:1694
929
+ node_modules/@types/react/ts5.0/index.d.ts:2734
851
930
 
852
931
  ___
853
932
 
@@ -866,7 +945,7 @@ AnchorHTMLAttributes.aria-owns
866
945
 
867
946
  #### Defined in
868
947
 
869
- node_modules/@types/react/index.d.ts:1700
948
+ node_modules/@types/react/ts5.0/index.d.ts:2740
870
949
 
871
950
  ___
872
951
 
@@ -883,7 +962,7 @@ AnchorHTMLAttributes.aria-placeholder
883
962
 
884
963
  #### Defined in
885
964
 
886
- node_modules/@types/react/index.d.ts:1705
965
+ node_modules/@types/react/ts5.0/index.d.ts:2745
887
966
 
888
967
  ___
889
968
 
@@ -901,7 +980,7 @@ AnchorHTMLAttributes.aria-posinset
901
980
 
902
981
  #### Defined in
903
982
 
904
- node_modules/@types/react/index.d.ts:1710
983
+ node_modules/@types/react/ts5.0/index.d.ts:2750
905
984
 
906
985
  ___
907
986
 
@@ -919,7 +998,7 @@ AnchorHTMLAttributes.aria-pressed
919
998
 
920
999
  #### Defined in
921
1000
 
922
- node_modules/@types/react/index.d.ts:1715
1001
+ node_modules/@types/react/ts5.0/index.d.ts:2755
923
1002
 
924
1003
  ___
925
1004
 
@@ -937,13 +1016,13 @@ AnchorHTMLAttributes.aria-readonly
937
1016
 
938
1017
  #### Defined in
939
1018
 
940
- node_modules/@types/react/index.d.ts:1720
1019
+ node_modules/@types/react/ts5.0/index.d.ts:2760
941
1020
 
942
1021
  ___
943
1022
 
944
1023
  ### aria-relevant
945
1024
 
946
- • `Optional` **aria-relevant**: ``"text"`` \| ``"additions"`` \| ``"additions removals"`` \| ``"additions text"`` \| ``"all"`` \| ``"removals"`` \| ``"removals additions"`` \| ``"removals text"`` \| ``"text additions"`` \| ``"text removals"``
1025
+ • `Optional` **aria-relevant**: ``"text"`` \| ``"all"`` \| ``"additions"`` \| ``"additions removals"`` \| ``"additions text"`` \| ``"removals"`` \| ``"removals additions"`` \| ``"removals text"`` \| ``"text additions"`` \| ``"text removals"``
947
1026
 
948
1027
  Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
949
1028
 
@@ -955,7 +1034,7 @@ AnchorHTMLAttributes.aria-relevant
955
1034
 
956
1035
  #### Defined in
957
1036
 
958
- node_modules/@types/react/index.d.ts:1725
1037
+ node_modules/@types/react/ts5.0/index.d.ts:2765
959
1038
 
960
1039
  ___
961
1040
 
@@ -971,7 +1050,7 @@ AnchorHTMLAttributes.aria-required
971
1050
 
972
1051
  #### Defined in
973
1052
 
974
- node_modules/@types/react/index.d.ts:1727
1053
+ node_modules/@types/react/ts5.0/index.d.ts:2778
975
1054
 
976
1055
  ___
977
1056
 
@@ -987,7 +1066,7 @@ AnchorHTMLAttributes.aria-roledescription
987
1066
 
988
1067
  #### Defined in
989
1068
 
990
- node_modules/@types/react/index.d.ts:1729
1069
+ node_modules/@types/react/ts5.0/index.d.ts:2780
991
1070
 
992
1071
  ___
993
1072
 
@@ -1005,7 +1084,7 @@ AnchorHTMLAttributes.aria-rowcount
1005
1084
 
1006
1085
  #### Defined in
1007
1086
 
1008
- node_modules/@types/react/index.d.ts:1734
1087
+ node_modules/@types/react/ts5.0/index.d.ts:2785
1009
1088
 
1010
1089
  ___
1011
1090
 
@@ -1023,7 +1102,25 @@ AnchorHTMLAttributes.aria-rowindex
1023
1102
 
1024
1103
  #### Defined in
1025
1104
 
1026
- node_modules/@types/react/index.d.ts:1739
1105
+ node_modules/@types/react/ts5.0/index.d.ts:2790
1106
+
1107
+ ___
1108
+
1109
+ ### aria-rowindextext
1110
+
1111
+ • `Optional` **aria-rowindextext**: `string`
1112
+
1113
+ Defines a human readable text alternative of aria-rowindex.
1114
+
1115
+ **`see`** aria-colindextext.
1116
+
1117
+ #### Inherited from
1118
+
1119
+ AnchorHTMLAttributes.aria-rowindextext
1120
+
1121
+ #### Defined in
1122
+
1123
+ node_modules/@types/react/ts5.0/index.d.ts:2795
1027
1124
 
1028
1125
  ___
1029
1126
 
@@ -1041,7 +1138,7 @@ AnchorHTMLAttributes.aria-rowspan
1041
1138
 
1042
1139
  #### Defined in
1043
1140
 
1044
- node_modules/@types/react/index.d.ts:1744
1141
+ node_modules/@types/react/ts5.0/index.d.ts:2800
1045
1142
 
1046
1143
  ___
1047
1144
 
@@ -1059,7 +1156,7 @@ AnchorHTMLAttributes.aria-selected
1059
1156
 
1060
1157
  #### Defined in
1061
1158
 
1062
- node_modules/@types/react/index.d.ts:1749
1159
+ node_modules/@types/react/ts5.0/index.d.ts:2805
1063
1160
 
1064
1161
  ___
1065
1162
 
@@ -1077,13 +1174,13 @@ AnchorHTMLAttributes.aria-setsize
1077
1174
 
1078
1175
  #### Defined in
1079
1176
 
1080
- node_modules/@types/react/index.d.ts:1754
1177
+ node_modules/@types/react/ts5.0/index.d.ts:2810
1081
1178
 
1082
1179
  ___
1083
1180
 
1084
1181
  ### aria-sort
1085
1182
 
1086
- • `Optional` **aria-sort**: ``"none"`` \| ``"ascending"`` \| ``"descending"`` \| ``"other"``
1183
+ • `Optional` **aria-sort**: ``"other"`` \| ``"none"`` \| ``"ascending"`` \| ``"descending"``
1087
1184
 
1088
1185
  Indicates if items in a table or grid are sorted in ascending or descending order.
1089
1186
 
@@ -1093,7 +1190,7 @@ AnchorHTMLAttributes.aria-sort
1093
1190
 
1094
1191
  #### Defined in
1095
1192
 
1096
- node_modules/@types/react/index.d.ts:1756
1193
+ node_modules/@types/react/ts5.0/index.d.ts:2812
1097
1194
 
1098
1195
  ___
1099
1196
 
@@ -1109,7 +1206,7 @@ AnchorHTMLAttributes.aria-valuemax
1109
1206
 
1110
1207
  #### Defined in
1111
1208
 
1112
- node_modules/@types/react/index.d.ts:1758
1209
+ node_modules/@types/react/ts5.0/index.d.ts:2814
1113
1210
 
1114
1211
  ___
1115
1212
 
@@ -1125,7 +1222,7 @@ AnchorHTMLAttributes.aria-valuemin
1125
1222
 
1126
1223
  #### Defined in
1127
1224
 
1128
- node_modules/@types/react/index.d.ts:1760
1225
+ node_modules/@types/react/ts5.0/index.d.ts:2816
1129
1226
 
1130
1227
  ___
1131
1228
 
@@ -1143,7 +1240,7 @@ AnchorHTMLAttributes.aria-valuenow
1143
1240
 
1144
1241
  #### Defined in
1145
1242
 
1146
- node_modules/@types/react/index.d.ts:1765
1243
+ node_modules/@types/react/ts5.0/index.d.ts:2821
1147
1244
 
1148
1245
  ___
1149
1246
 
@@ -1159,13 +1256,13 @@ AnchorHTMLAttributes.aria-valuetext
1159
1256
 
1160
1257
  #### Defined in
1161
1258
 
1162
- node_modules/@types/react/index.d.ts:1767
1259
+ node_modules/@types/react/ts5.0/index.d.ts:2823
1163
1260
 
1164
1261
  ___
1165
1262
 
1166
1263
  ### autoCapitalize
1167
1264
 
1168
- • `Optional` **autoCapitalize**: `string`
1265
+ • `Optional` **autoCapitalize**: ``"on"`` \| ``"off"`` \| `string` & {} \| ``"none"`` \| ``"sentences"`` \| ``"words"`` \| ``"characters"``
1169
1266
 
1170
1267
  #### Inherited from
1171
1268
 
@@ -1173,7 +1270,7 @@ AnchorHTMLAttributes.autoCapitalize
1173
1270
 
1174
1271
  #### Defined in
1175
1272
 
1176
- node_modules/@types/react/index.d.ts:1885
1273
+ node_modules/@types/react/ts5.0/index.d.ts:2908
1177
1274
 
1178
1275
  ___
1179
1276
 
@@ -1187,7 +1284,21 @@ AnchorHTMLAttributes.autoCorrect
1187
1284
 
1188
1285
  #### Defined in
1189
1286
 
1190
- node_modules/@types/react/index.d.ts:1886
1287
+ node_modules/@types/react/ts5.0/index.d.ts:2947
1288
+
1289
+ ___
1290
+
1291
+ ### autoFocus
1292
+
1293
+ • `Optional` **autoFocus**: `boolean`
1294
+
1295
+ #### Inherited from
1296
+
1297
+ AnchorHTMLAttributes.autoFocus
1298
+
1299
+ #### Defined in
1300
+
1301
+ node_modules/@types/react/ts5.0/index.d.ts:2909
1191
1302
 
1192
1303
  ___
1193
1304
 
@@ -1201,7 +1312,7 @@ AnchorHTMLAttributes.autoSave
1201
1312
 
1202
1313
  #### Defined in
1203
1314
 
1204
- node_modules/@types/react/index.d.ts:1887
1315
+ node_modules/@types/react/ts5.0/index.d.ts:2948
1205
1316
 
1206
1317
  ___
1207
1318
 
@@ -1229,7 +1340,7 @@ AnchorHTMLAttributes.className
1229
1340
 
1230
1341
  #### Defined in
1231
1342
 
1232
- node_modules/@types/react/index.d.ts:1852
1343
+ node_modules/@types/react/ts5.0/index.d.ts:2910
1233
1344
 
1234
1345
  ___
1235
1346
 
@@ -1243,13 +1354,27 @@ AnchorHTMLAttributes.color
1243
1354
 
1244
1355
  #### Defined in
1245
1356
 
1246
- node_modules/@types/react/index.d.ts:1888
1357
+ node_modules/@types/react/ts5.0/index.d.ts:2949
1358
+
1359
+ ___
1360
+
1361
+ ### content
1362
+
1363
+ • `Optional` **content**: `string`
1364
+
1365
+ #### Inherited from
1366
+
1367
+ AnchorHTMLAttributes.content
1368
+
1369
+ #### Defined in
1370
+
1371
+ node_modules/@types/react/ts5.0/index.d.ts:2935
1247
1372
 
1248
1373
  ___
1249
1374
 
1250
1375
  ### contentEditable
1251
1376
 
1252
- • `Optional` **contentEditable**: `Booleanish` \| ``"inherit"``
1377
+ • `Optional` **contentEditable**: `Booleanish` \| ``"inherit"`` \| ``"plaintext-only"``
1253
1378
 
1254
1379
  #### Inherited from
1255
1380
 
@@ -1257,7 +1382,7 @@ AnchorHTMLAttributes.contentEditable
1257
1382
 
1258
1383
  #### Defined in
1259
1384
 
1260
- node_modules/@types/react/index.d.ts:1853
1385
+ node_modules/@types/react/ts5.0/index.d.ts:2911
1261
1386
 
1262
1387
  ___
1263
1388
 
@@ -1271,7 +1396,7 @@ AnchorHTMLAttributes.contextMenu
1271
1396
 
1272
1397
  #### Defined in
1273
1398
 
1274
- node_modules/@types/react/index.d.ts:1854
1399
+ node_modules/@types/react/ts5.0/index.d.ts:2912
1275
1400
 
1276
1401
  ___
1277
1402
 
@@ -1283,7 +1408,7 @@ ___
1283
1408
 
1284
1409
  | Name | Type |
1285
1410
  | :------ | :------ |
1286
- | `__html` | `string` |
1411
+ | `__html` | `string` \| `TrustedHTML` |
1287
1412
 
1288
1413
  #### Inherited from
1289
1414
 
@@ -1291,7 +1416,7 @@ AnchorHTMLAttributes.dangerouslySetInnerHTML
1291
1416
 
1292
1417
  #### Defined in
1293
1418
 
1294
- node_modules/@types/react/index.d.ts:1374
1419
+ node_modules/@types/react/ts5.0/index.d.ts:2394
1295
1420
 
1296
1421
  ___
1297
1422
 
@@ -1305,7 +1430,7 @@ AnchorHTMLAttributes.datatype
1305
1430
 
1306
1431
  #### Defined in
1307
1432
 
1308
- node_modules/@types/react/index.d.ts:1876
1433
+ node_modules/@types/react/ts5.0/index.d.ts:2936
1309
1434
 
1310
1435
  ___
1311
1436
 
@@ -1319,7 +1444,7 @@ AnchorHTMLAttributes.defaultChecked
1319
1444
 
1320
1445
  #### Defined in
1321
1446
 
1322
- node_modules/@types/react/index.d.ts:1845
1447
+ node_modules/@types/react/ts5.0/index.d.ts:2901
1323
1448
 
1324
1449
  ___
1325
1450
 
@@ -1333,7 +1458,7 @@ AnchorHTMLAttributes.defaultValue
1333
1458
 
1334
1459
  #### Defined in
1335
1460
 
1336
- node_modules/@types/react/index.d.ts:1846
1461
+ node_modules/@types/react/ts5.0/index.d.ts:2902
1337
1462
 
1338
1463
  ___
1339
1464
 
@@ -1347,7 +1472,7 @@ AnchorHTMLAttributes.dir
1347
1472
 
1348
1473
  #### Defined in
1349
1474
 
1350
- node_modules/@types/react/index.d.ts:1855
1475
+ node_modules/@types/react/ts5.0/index.d.ts:2913
1351
1476
 
1352
1477
  ___
1353
1478
 
@@ -1361,7 +1486,7 @@ AnchorHTMLAttributes.download
1361
1486
 
1362
1487
  #### Defined in
1363
1488
 
1364
- node_modules/@types/react/index.d.ts:2040
1489
+ node_modules/@types/react/ts5.0/index.d.ts:3122
1365
1490
 
1366
1491
  ___
1367
1492
 
@@ -1375,7 +1500,37 @@ AnchorHTMLAttributes.draggable
1375
1500
 
1376
1501
  #### Defined in
1377
1502
 
1378
- node_modules/@types/react/index.d.ts:1856
1503
+ node_modules/@types/react/ts5.0/index.d.ts:2914
1504
+
1505
+ ___
1506
+
1507
+ ### enterKeyHint
1508
+
1509
+ • `Optional` **enterKeyHint**: ``"search"`` \| ``"enter"`` \| ``"done"`` \| ``"go"`` \| ``"next"`` \| ``"previous"`` \| ``"send"``
1510
+
1511
+ #### Inherited from
1512
+
1513
+ AnchorHTMLAttributes.enterKeyHint
1514
+
1515
+ #### Defined in
1516
+
1517
+ node_modules/@types/react/ts5.0/index.d.ts:2915
1518
+
1519
+ ___
1520
+
1521
+ ### exportparts
1522
+
1523
+ • `Optional` **exportparts**: `string`
1524
+
1525
+ **`see`** [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts)
1526
+
1527
+ #### Inherited from
1528
+
1529
+ AnchorHTMLAttributes.exportparts
1530
+
1531
+ #### Defined in
1532
+
1533
+ node_modules/@types/react/ts5.0/index.d.ts:2973
1379
1534
 
1380
1535
  ___
1381
1536
 
@@ -1389,7 +1544,7 @@ AnchorHTMLAttributes.hidden
1389
1544
 
1390
1545
  #### Defined in
1391
1546
 
1392
- node_modules/@types/react/index.d.ts:1857
1547
+ node_modules/@types/react/ts5.0/index.d.ts:2916
1393
1548
 
1394
1549
  ___
1395
1550
 
@@ -1403,7 +1558,7 @@ AnchorHTMLAttributes.href
1403
1558
 
1404
1559
  #### Defined in
1405
1560
 
1406
- node_modules/@types/react/index.d.ts:2041
1561
+ node_modules/@types/react/ts5.0/index.d.ts:3123
1407
1562
 
1408
1563
  ___
1409
1564
 
@@ -1417,7 +1572,7 @@ AnchorHTMLAttributes.hrefLang
1417
1572
 
1418
1573
  #### Defined in
1419
1574
 
1420
- node_modules/@types/react/index.d.ts:2042
1575
+ node_modules/@types/react/ts5.0/index.d.ts:3124
1421
1576
 
1422
1577
  ___
1423
1578
 
@@ -1431,7 +1586,7 @@ AnchorHTMLAttributes.id
1431
1586
 
1432
1587
  #### Defined in
1433
1588
 
1434
- node_modules/@types/react/index.d.ts:1858
1589
+ node_modules/@types/react/ts5.0/index.d.ts:2917
1435
1590
 
1436
1591
  ___
1437
1592
 
@@ -1445,17 +1600,17 @@ AnchorHTMLAttributes.inlist
1445
1600
 
1446
1601
  #### Defined in
1447
1602
 
1448
- node_modules/@types/react/index.d.ts:1877
1603
+ node_modules/@types/react/ts5.0/index.d.ts:2937
1449
1604
 
1450
1605
  ___
1451
1606
 
1452
1607
  ### inputMode
1453
1608
 
1454
- • `Optional` **inputMode**: ``"none"`` \| ``"search"`` \| ``"text"`` \| ``"tel"`` \| ``"url"`` \| ``"email"`` \| ``"numeric"`` \| ``"decimal"``
1609
+ • `Optional` **inputMode**: ``"url"`` \| ``"text"`` \| ``"search"`` \| ``"none"`` \| ``"tel"`` \| ``"email"`` \| ``"numeric"`` \| ``"decimal"``
1455
1610
 
1456
1611
  Hints at the type of data that might be entered by the user while editing the element or its contents
1457
1612
 
1458
- **`see`** https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
1613
+ **`see`** [https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute)
1459
1614
 
1460
1615
  #### Inherited from
1461
1616
 
@@ -1463,7 +1618,7 @@ AnchorHTMLAttributes.inputMode
1463
1618
 
1464
1619
  #### Defined in
1465
1620
 
1466
- node_modules/@types/react/index.d.ts:1903
1621
+ node_modules/@types/react/ts5.0/index.d.ts:2964
1467
1622
 
1468
1623
  ___
1469
1624
 
@@ -1473,7 +1628,7 @@ ___
1473
1628
 
1474
1629
  Specify that a standard HTML element should behave like a defined custom built-in element
1475
1630
 
1476
- **`see`** https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
1631
+ **`see`** [https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is](https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is)
1477
1632
 
1478
1633
  #### Inherited from
1479
1634
 
@@ -1481,7 +1636,7 @@ AnchorHTMLAttributes.is
1481
1636
 
1482
1637
  #### Defined in
1483
1638
 
1484
- node_modules/@types/react/index.d.ts:1908
1639
+ node_modules/@types/react/ts5.0/index.d.ts:2969
1485
1640
 
1486
1641
  ___
1487
1642
 
@@ -1495,7 +1650,7 @@ AnchorHTMLAttributes.itemID
1495
1650
 
1496
1651
  #### Defined in
1497
1652
 
1498
- node_modules/@types/react/index.d.ts:1892
1653
+ node_modules/@types/react/ts5.0/index.d.ts:2953
1499
1654
 
1500
1655
  ___
1501
1656
 
@@ -1509,7 +1664,7 @@ AnchorHTMLAttributes.itemProp
1509
1664
 
1510
1665
  #### Defined in
1511
1666
 
1512
- node_modules/@types/react/index.d.ts:1889
1667
+ node_modules/@types/react/ts5.0/index.d.ts:2950
1513
1668
 
1514
1669
  ___
1515
1670
 
@@ -1523,7 +1678,7 @@ AnchorHTMLAttributes.itemRef
1523
1678
 
1524
1679
  #### Defined in
1525
1680
 
1526
- node_modules/@types/react/index.d.ts:1893
1681
+ node_modules/@types/react/ts5.0/index.d.ts:2954
1527
1682
 
1528
1683
  ___
1529
1684
 
@@ -1537,7 +1692,7 @@ AnchorHTMLAttributes.itemScope
1537
1692
 
1538
1693
  #### Defined in
1539
1694
 
1540
- node_modules/@types/react/index.d.ts:1890
1695
+ node_modules/@types/react/ts5.0/index.d.ts:2951
1541
1696
 
1542
1697
  ___
1543
1698
 
@@ -1551,7 +1706,7 @@ AnchorHTMLAttributes.itemType
1551
1706
 
1552
1707
  #### Defined in
1553
1708
 
1554
- node_modules/@types/react/index.d.ts:1891
1709
+ node_modules/@types/react/ts5.0/index.d.ts:2952
1555
1710
 
1556
1711
  ___
1557
1712
 
@@ -1565,7 +1720,7 @@ AnchorHTMLAttributes.lang
1565
1720
 
1566
1721
  #### Defined in
1567
1722
 
1568
- node_modules/@types/react/index.d.ts:1859
1723
+ node_modules/@types/react/ts5.0/index.d.ts:2918
1569
1724
 
1570
1725
  ___
1571
1726
 
@@ -1579,7 +1734,21 @@ AnchorHTMLAttributes.media
1579
1734
 
1580
1735
  #### Defined in
1581
1736
 
1582
- node_modules/@types/react/index.d.ts:2043
1737
+ node_modules/@types/react/ts5.0/index.d.ts:3125
1738
+
1739
+ ___
1740
+
1741
+ ### nonce
1742
+
1743
+ • `Optional` **nonce**: `string`
1744
+
1745
+ #### Inherited from
1746
+
1747
+ AnchorHTMLAttributes.nonce
1748
+
1749
+ #### Defined in
1750
+
1751
+ node_modules/@types/react/ts5.0/index.d.ts:2919
1583
1752
 
1584
1753
  ___
1585
1754
 
@@ -1593,7 +1762,7 @@ AnchorHTMLAttributes.onAbort
1593
1762
 
1594
1763
  #### Defined in
1595
1764
 
1596
- node_modules/@types/react/index.d.ts:1431
1765
+ node_modules/@types/react/ts5.0/index.d.ts:2453
1597
1766
 
1598
1767
  ___
1599
1768
 
@@ -1607,7 +1776,7 @@ AnchorHTMLAttributes.onAbortCapture
1607
1776
 
1608
1777
  #### Defined in
1609
1778
 
1610
- node_modules/@types/react/index.d.ts:1432
1779
+ node_modules/@types/react/ts5.0/index.d.ts:2454
1611
1780
 
1612
1781
  ___
1613
1782
 
@@ -1621,7 +1790,7 @@ AnchorHTMLAttributes.onAnimationEnd
1621
1790
 
1622
1791
  #### Defined in
1623
1792
 
1624
- node_modules/@types/react/index.d.ts:1561
1793
+ node_modules/@types/react/ts5.0/index.d.ts:2581
1625
1794
 
1626
1795
  ___
1627
1796
 
@@ -1635,7 +1804,7 @@ AnchorHTMLAttributes.onAnimationEndCapture
1635
1804
 
1636
1805
  #### Defined in
1637
1806
 
1638
- node_modules/@types/react/index.d.ts:1562
1807
+ node_modules/@types/react/ts5.0/index.d.ts:2582
1639
1808
 
1640
1809
  ___
1641
1810
 
@@ -1649,7 +1818,7 @@ AnchorHTMLAttributes.onAnimationIteration
1649
1818
 
1650
1819
  #### Defined in
1651
1820
 
1652
- node_modules/@types/react/index.d.ts:1563
1821
+ node_modules/@types/react/ts5.0/index.d.ts:2583
1653
1822
 
1654
1823
  ___
1655
1824
 
@@ -1663,7 +1832,7 @@ AnchorHTMLAttributes.onAnimationIterationCapture
1663
1832
 
1664
1833
  #### Defined in
1665
1834
 
1666
- node_modules/@types/react/index.d.ts:1564
1835
+ node_modules/@types/react/ts5.0/index.d.ts:2584
1667
1836
 
1668
1837
  ___
1669
1838
 
@@ -1677,7 +1846,7 @@ AnchorHTMLAttributes.onAnimationStart
1677
1846
 
1678
1847
  #### Defined in
1679
1848
 
1680
- node_modules/@types/react/index.d.ts:1559
1849
+ node_modules/@types/react/ts5.0/index.d.ts:2579
1681
1850
 
1682
1851
  ___
1683
1852
 
@@ -1691,7 +1860,7 @@ AnchorHTMLAttributes.onAnimationStartCapture
1691
1860
 
1692
1861
  #### Defined in
1693
1862
 
1694
- node_modules/@types/react/index.d.ts:1560
1863
+ node_modules/@types/react/ts5.0/index.d.ts:2580
1695
1864
 
1696
1865
  ___
1697
1866
 
@@ -1705,7 +1874,7 @@ AnchorHTMLAttributes.onAuxClick
1705
1874
 
1706
1875
  #### Defined in
1707
1876
 
1708
- node_modules/@types/react/index.d.ts:1477
1877
+ node_modules/@types/react/ts5.0/index.d.ts:2499
1709
1878
 
1710
1879
  ___
1711
1880
 
@@ -1719,7 +1888,7 @@ AnchorHTMLAttributes.onAuxClickCapture
1719
1888
 
1720
1889
  #### Defined in
1721
1890
 
1722
- node_modules/@types/react/index.d.ts:1478
1891
+ node_modules/@types/react/ts5.0/index.d.ts:2500
1723
1892
 
1724
1893
  ___
1725
1894
 
@@ -1733,7 +1902,7 @@ AnchorHTMLAttributes.onBeforeInput
1733
1902
 
1734
1903
  #### Defined in
1735
1904
 
1736
- node_modules/@types/react/index.d.ts:1403
1905
+ node_modules/@types/react/ts5.0/index.d.ts:2425
1737
1906
 
1738
1907
  ___
1739
1908
 
@@ -1747,7 +1916,7 @@ AnchorHTMLAttributes.onBeforeInputCapture
1747
1916
 
1748
1917
  #### Defined in
1749
1918
 
1750
- node_modules/@types/react/index.d.ts:1404
1919
+ node_modules/@types/react/ts5.0/index.d.ts:2426
1751
1920
 
1752
1921
  ___
1753
1922
 
@@ -1761,7 +1930,7 @@ AnchorHTMLAttributes.onBlur
1761
1930
 
1762
1931
  #### Defined in
1763
1932
 
1764
- node_modules/@types/react/index.d.ts:1397
1933
+ node_modules/@types/react/ts5.0/index.d.ts:2419
1765
1934
 
1766
1935
  ___
1767
1936
 
@@ -1775,7 +1944,7 @@ AnchorHTMLAttributes.onBlurCapture
1775
1944
 
1776
1945
  #### Defined in
1777
1946
 
1778
- node_modules/@types/react/index.d.ts:1398
1947
+ node_modules/@types/react/ts5.0/index.d.ts:2420
1779
1948
 
1780
1949
  ___
1781
1950
 
@@ -1789,7 +1958,7 @@ AnchorHTMLAttributes.onCanPlay
1789
1958
 
1790
1959
  #### Defined in
1791
1960
 
1792
- node_modules/@types/react/index.d.ts:1433
1961
+ node_modules/@types/react/ts5.0/index.d.ts:2455
1793
1962
 
1794
1963
  ___
1795
1964
 
@@ -1803,7 +1972,7 @@ AnchorHTMLAttributes.onCanPlayCapture
1803
1972
 
1804
1973
  #### Defined in
1805
1974
 
1806
- node_modules/@types/react/index.d.ts:1434
1975
+ node_modules/@types/react/ts5.0/index.d.ts:2456
1807
1976
 
1808
1977
  ___
1809
1978
 
@@ -1817,7 +1986,7 @@ AnchorHTMLAttributes.onCanPlayThrough
1817
1986
 
1818
1987
  #### Defined in
1819
1988
 
1820
- node_modules/@types/react/index.d.ts:1435
1989
+ node_modules/@types/react/ts5.0/index.d.ts:2457
1821
1990
 
1822
1991
  ___
1823
1992
 
@@ -1831,7 +2000,7 @@ AnchorHTMLAttributes.onCanPlayThroughCapture
1831
2000
 
1832
2001
  #### Defined in
1833
2002
 
1834
- node_modules/@types/react/index.d.ts:1436
2003
+ node_modules/@types/react/ts5.0/index.d.ts:2458
1835
2004
 
1836
2005
  ___
1837
2006
 
@@ -1845,7 +2014,7 @@ AnchorHTMLAttributes.onChange
1845
2014
 
1846
2015
  #### Defined in
1847
2016
 
1848
- node_modules/@types/react/index.d.ts:1401
2017
+ node_modules/@types/react/ts5.0/index.d.ts:2423
1849
2018
 
1850
2019
  ___
1851
2020
 
@@ -1859,7 +2028,7 @@ AnchorHTMLAttributes.onChangeCapture
1859
2028
 
1860
2029
  #### Defined in
1861
2030
 
1862
- node_modules/@types/react/index.d.ts:1402
2031
+ node_modules/@types/react/ts5.0/index.d.ts:2424
1863
2032
 
1864
2033
  ___
1865
2034
 
@@ -1873,7 +2042,7 @@ AnchorHTMLAttributes.onClick
1873
2042
 
1874
2043
  #### Defined in
1875
2044
 
1876
- node_modules/@types/react/index.d.ts:1479
2045
+ node_modules/@types/react/ts5.0/index.d.ts:2501
1877
2046
 
1878
2047
  ___
1879
2048
 
@@ -1887,7 +2056,7 @@ AnchorHTMLAttributes.onClickCapture
1887
2056
 
1888
2057
  #### Defined in
1889
2058
 
1890
- node_modules/@types/react/index.d.ts:1480
2059
+ node_modules/@types/react/ts5.0/index.d.ts:2502
1891
2060
 
1892
2061
  ___
1893
2062
 
@@ -1901,7 +2070,7 @@ AnchorHTMLAttributes.onCompositionEnd
1901
2070
 
1902
2071
  #### Defined in
1903
2072
 
1904
- node_modules/@types/react/index.d.ts:1387
2073
+ node_modules/@types/react/ts5.0/index.d.ts:2409
1905
2074
 
1906
2075
  ___
1907
2076
 
@@ -1915,7 +2084,7 @@ AnchorHTMLAttributes.onCompositionEndCapture
1915
2084
 
1916
2085
  #### Defined in
1917
2086
 
1918
- node_modules/@types/react/index.d.ts:1388
2087
+ node_modules/@types/react/ts5.0/index.d.ts:2410
1919
2088
 
1920
2089
  ___
1921
2090
 
@@ -1929,7 +2098,7 @@ AnchorHTMLAttributes.onCompositionStart
1929
2098
 
1930
2099
  #### Defined in
1931
2100
 
1932
- node_modules/@types/react/index.d.ts:1389
2101
+ node_modules/@types/react/ts5.0/index.d.ts:2411
1933
2102
 
1934
2103
  ___
1935
2104
 
@@ -1943,7 +2112,7 @@ AnchorHTMLAttributes.onCompositionStartCapture
1943
2112
 
1944
2113
  #### Defined in
1945
2114
 
1946
- node_modules/@types/react/index.d.ts:1390
2115
+ node_modules/@types/react/ts5.0/index.d.ts:2412
1947
2116
 
1948
2117
  ___
1949
2118
 
@@ -1957,7 +2126,7 @@ AnchorHTMLAttributes.onCompositionUpdate
1957
2126
 
1958
2127
  #### Defined in
1959
2128
 
1960
- node_modules/@types/react/index.d.ts:1391
2129
+ node_modules/@types/react/ts5.0/index.d.ts:2413
1961
2130
 
1962
2131
  ___
1963
2132
 
@@ -1971,7 +2140,7 @@ AnchorHTMLAttributes.onCompositionUpdateCapture
1971
2140
 
1972
2141
  #### Defined in
1973
2142
 
1974
- node_modules/@types/react/index.d.ts:1392
2143
+ node_modules/@types/react/ts5.0/index.d.ts:2414
1975
2144
 
1976
2145
  ___
1977
2146
 
@@ -1985,7 +2154,7 @@ AnchorHTMLAttributes.onContextMenu
1985
2154
 
1986
2155
  #### Defined in
1987
2156
 
1988
- node_modules/@types/react/index.d.ts:1481
2157
+ node_modules/@types/react/ts5.0/index.d.ts:2503
1989
2158
 
1990
2159
  ___
1991
2160
 
@@ -1999,7 +2168,7 @@ AnchorHTMLAttributes.onContextMenuCapture
1999
2168
 
2000
2169
  #### Defined in
2001
2170
 
2002
- node_modules/@types/react/index.d.ts:1482
2171
+ node_modules/@types/react/ts5.0/index.d.ts:2504
2003
2172
 
2004
2173
  ___
2005
2174
 
@@ -2013,7 +2182,7 @@ AnchorHTMLAttributes.onCopy
2013
2182
 
2014
2183
  #### Defined in
2015
2184
 
2016
- node_modules/@types/react/index.d.ts:1379
2185
+ node_modules/@types/react/ts5.0/index.d.ts:2401
2017
2186
 
2018
2187
  ___
2019
2188
 
@@ -2027,7 +2196,7 @@ AnchorHTMLAttributes.onCopyCapture
2027
2196
 
2028
2197
  #### Defined in
2029
2198
 
2030
- node_modules/@types/react/index.d.ts:1380
2199
+ node_modules/@types/react/ts5.0/index.d.ts:2402
2031
2200
 
2032
2201
  ___
2033
2202
 
@@ -2041,7 +2210,7 @@ AnchorHTMLAttributes.onCut
2041
2210
 
2042
2211
  #### Defined in
2043
2212
 
2044
- node_modules/@types/react/index.d.ts:1381
2213
+ node_modules/@types/react/ts5.0/index.d.ts:2403
2045
2214
 
2046
2215
  ___
2047
2216
 
@@ -2055,7 +2224,7 @@ AnchorHTMLAttributes.onCutCapture
2055
2224
 
2056
2225
  #### Defined in
2057
2226
 
2058
- node_modules/@types/react/index.d.ts:1382
2227
+ node_modules/@types/react/ts5.0/index.d.ts:2404
2059
2228
 
2060
2229
  ___
2061
2230
 
@@ -2069,7 +2238,7 @@ AnchorHTMLAttributes.onDoubleClick
2069
2238
 
2070
2239
  #### Defined in
2071
2240
 
2072
- node_modules/@types/react/index.d.ts:1483
2241
+ node_modules/@types/react/ts5.0/index.d.ts:2505
2073
2242
 
2074
2243
  ___
2075
2244
 
@@ -2083,7 +2252,7 @@ AnchorHTMLAttributes.onDoubleClickCapture
2083
2252
 
2084
2253
  #### Defined in
2085
2254
 
2086
- node_modules/@types/react/index.d.ts:1484
2255
+ node_modules/@types/react/ts5.0/index.d.ts:2506
2087
2256
 
2088
2257
  ___
2089
2258
 
@@ -2097,7 +2266,7 @@ AnchorHTMLAttributes.onDrag
2097
2266
 
2098
2267
  #### Defined in
2099
2268
 
2100
- node_modules/@types/react/index.d.ts:1485
2269
+ node_modules/@types/react/ts5.0/index.d.ts:2507
2101
2270
 
2102
2271
  ___
2103
2272
 
@@ -2111,7 +2280,7 @@ AnchorHTMLAttributes.onDragCapture
2111
2280
 
2112
2281
  #### Defined in
2113
2282
 
2114
- node_modules/@types/react/index.d.ts:1486
2283
+ node_modules/@types/react/ts5.0/index.d.ts:2508
2115
2284
 
2116
2285
  ___
2117
2286
 
@@ -2125,7 +2294,7 @@ AnchorHTMLAttributes.onDragEnd
2125
2294
 
2126
2295
  #### Defined in
2127
2296
 
2128
- node_modules/@types/react/index.d.ts:1487
2297
+ node_modules/@types/react/ts5.0/index.d.ts:2509
2129
2298
 
2130
2299
  ___
2131
2300
 
@@ -2139,7 +2308,7 @@ AnchorHTMLAttributes.onDragEndCapture
2139
2308
 
2140
2309
  #### Defined in
2141
2310
 
2142
- node_modules/@types/react/index.d.ts:1488
2311
+ node_modules/@types/react/ts5.0/index.d.ts:2510
2143
2312
 
2144
2313
  ___
2145
2314
 
@@ -2153,7 +2322,7 @@ AnchorHTMLAttributes.onDragEnter
2153
2322
 
2154
2323
  #### Defined in
2155
2324
 
2156
- node_modules/@types/react/index.d.ts:1489
2325
+ node_modules/@types/react/ts5.0/index.d.ts:2511
2157
2326
 
2158
2327
  ___
2159
2328
 
@@ -2167,7 +2336,7 @@ AnchorHTMLAttributes.onDragEnterCapture
2167
2336
 
2168
2337
  #### Defined in
2169
2338
 
2170
- node_modules/@types/react/index.d.ts:1490
2339
+ node_modules/@types/react/ts5.0/index.d.ts:2512
2171
2340
 
2172
2341
  ___
2173
2342
 
@@ -2181,7 +2350,7 @@ AnchorHTMLAttributes.onDragExit
2181
2350
 
2182
2351
  #### Defined in
2183
2352
 
2184
- node_modules/@types/react/index.d.ts:1491
2353
+ node_modules/@types/react/ts5.0/index.d.ts:2513
2185
2354
 
2186
2355
  ___
2187
2356
 
@@ -2195,7 +2364,7 @@ AnchorHTMLAttributes.onDragExitCapture
2195
2364
 
2196
2365
  #### Defined in
2197
2366
 
2198
- node_modules/@types/react/index.d.ts:1492
2367
+ node_modules/@types/react/ts5.0/index.d.ts:2514
2199
2368
 
2200
2369
  ___
2201
2370
 
@@ -2209,7 +2378,7 @@ AnchorHTMLAttributes.onDragLeave
2209
2378
 
2210
2379
  #### Defined in
2211
2380
 
2212
- node_modules/@types/react/index.d.ts:1493
2381
+ node_modules/@types/react/ts5.0/index.d.ts:2515
2213
2382
 
2214
2383
  ___
2215
2384
 
@@ -2223,7 +2392,7 @@ AnchorHTMLAttributes.onDragLeaveCapture
2223
2392
 
2224
2393
  #### Defined in
2225
2394
 
2226
- node_modules/@types/react/index.d.ts:1494
2395
+ node_modules/@types/react/ts5.0/index.d.ts:2516
2227
2396
 
2228
2397
  ___
2229
2398
 
@@ -2237,7 +2406,7 @@ AnchorHTMLAttributes.onDragOver
2237
2406
 
2238
2407
  #### Defined in
2239
2408
 
2240
- node_modules/@types/react/index.d.ts:1495
2409
+ node_modules/@types/react/ts5.0/index.d.ts:2517
2241
2410
 
2242
2411
  ___
2243
2412
 
@@ -2251,7 +2420,7 @@ AnchorHTMLAttributes.onDragOverCapture
2251
2420
 
2252
2421
  #### Defined in
2253
2422
 
2254
- node_modules/@types/react/index.d.ts:1496
2423
+ node_modules/@types/react/ts5.0/index.d.ts:2518
2255
2424
 
2256
2425
  ___
2257
2426
 
@@ -2265,7 +2434,7 @@ AnchorHTMLAttributes.onDragStart
2265
2434
 
2266
2435
  #### Defined in
2267
2436
 
2268
- node_modules/@types/react/index.d.ts:1497
2437
+ node_modules/@types/react/ts5.0/index.d.ts:2519
2269
2438
 
2270
2439
  ___
2271
2440
 
@@ -2279,7 +2448,7 @@ AnchorHTMLAttributes.onDragStartCapture
2279
2448
 
2280
2449
  #### Defined in
2281
2450
 
2282
- node_modules/@types/react/index.d.ts:1498
2451
+ node_modules/@types/react/ts5.0/index.d.ts:2520
2283
2452
 
2284
2453
  ___
2285
2454
 
@@ -2293,7 +2462,7 @@ AnchorHTMLAttributes.onDrop
2293
2462
 
2294
2463
  #### Defined in
2295
2464
 
2296
- node_modules/@types/react/index.d.ts:1499
2465
+ node_modules/@types/react/ts5.0/index.d.ts:2521
2297
2466
 
2298
2467
  ___
2299
2468
 
@@ -2307,7 +2476,7 @@ AnchorHTMLAttributes.onDropCapture
2307
2476
 
2308
2477
  #### Defined in
2309
2478
 
2310
- node_modules/@types/react/index.d.ts:1500
2479
+ node_modules/@types/react/ts5.0/index.d.ts:2522
2311
2480
 
2312
2481
  ___
2313
2482
 
@@ -2321,7 +2490,7 @@ AnchorHTMLAttributes.onDurationChange
2321
2490
 
2322
2491
  #### Defined in
2323
2492
 
2324
- node_modules/@types/react/index.d.ts:1437
2493
+ node_modules/@types/react/ts5.0/index.d.ts:2459
2325
2494
 
2326
2495
  ___
2327
2496
 
@@ -2335,7 +2504,7 @@ AnchorHTMLAttributes.onDurationChangeCapture
2335
2504
 
2336
2505
  #### Defined in
2337
2506
 
2338
- node_modules/@types/react/index.d.ts:1438
2507
+ node_modules/@types/react/ts5.0/index.d.ts:2460
2339
2508
 
2340
2509
  ___
2341
2510
 
@@ -2349,7 +2518,7 @@ AnchorHTMLAttributes.onEmptied
2349
2518
 
2350
2519
  #### Defined in
2351
2520
 
2352
- node_modules/@types/react/index.d.ts:1439
2521
+ node_modules/@types/react/ts5.0/index.d.ts:2461
2353
2522
 
2354
2523
  ___
2355
2524
 
@@ -2363,7 +2532,7 @@ AnchorHTMLAttributes.onEmptiedCapture
2363
2532
 
2364
2533
  #### Defined in
2365
2534
 
2366
- node_modules/@types/react/index.d.ts:1440
2535
+ node_modules/@types/react/ts5.0/index.d.ts:2462
2367
2536
 
2368
2537
  ___
2369
2538
 
@@ -2377,7 +2546,7 @@ AnchorHTMLAttributes.onEncrypted
2377
2546
 
2378
2547
  #### Defined in
2379
2548
 
2380
- node_modules/@types/react/index.d.ts:1441
2549
+ node_modules/@types/react/ts5.0/index.d.ts:2463
2381
2550
 
2382
2551
  ___
2383
2552
 
@@ -2391,7 +2560,7 @@ AnchorHTMLAttributes.onEncryptedCapture
2391
2560
 
2392
2561
  #### Defined in
2393
2562
 
2394
- node_modules/@types/react/index.d.ts:1442
2563
+ node_modules/@types/react/ts5.0/index.d.ts:2464
2395
2564
 
2396
2565
  ___
2397
2566
 
@@ -2405,7 +2574,7 @@ AnchorHTMLAttributes.onEnded
2405
2574
 
2406
2575
  #### Defined in
2407
2576
 
2408
- node_modules/@types/react/index.d.ts:1443
2577
+ node_modules/@types/react/ts5.0/index.d.ts:2465
2409
2578
 
2410
2579
  ___
2411
2580
 
@@ -2419,7 +2588,7 @@ AnchorHTMLAttributes.onEndedCapture
2419
2588
 
2420
2589
  #### Defined in
2421
2590
 
2422
- node_modules/@types/react/index.d.ts:1444
2591
+ node_modules/@types/react/ts5.0/index.d.ts:2466
2423
2592
 
2424
2593
  ___
2425
2594
 
@@ -2433,7 +2602,7 @@ AnchorHTMLAttributes.onError
2433
2602
 
2434
2603
  #### Defined in
2435
2604
 
2436
- node_modules/@types/react/index.d.ts:1417
2605
+ node_modules/@types/react/ts5.0/index.d.ts:2439
2437
2606
 
2438
2607
  ___
2439
2608
 
@@ -2447,7 +2616,7 @@ AnchorHTMLAttributes.onErrorCapture
2447
2616
 
2448
2617
  #### Defined in
2449
2618
 
2450
- node_modules/@types/react/index.d.ts:1418
2619
+ node_modules/@types/react/ts5.0/index.d.ts:2440
2451
2620
 
2452
2621
  ___
2453
2622
 
@@ -2461,7 +2630,7 @@ AnchorHTMLAttributes.onFocus
2461
2630
 
2462
2631
  #### Defined in
2463
2632
 
2464
- node_modules/@types/react/index.d.ts:1395
2633
+ node_modules/@types/react/ts5.0/index.d.ts:2417
2465
2634
 
2466
2635
  ___
2467
2636
 
@@ -2475,7 +2644,7 @@ AnchorHTMLAttributes.onFocusCapture
2475
2644
 
2476
2645
  #### Defined in
2477
2646
 
2478
- node_modules/@types/react/index.d.ts:1396
2647
+ node_modules/@types/react/ts5.0/index.d.ts:2418
2479
2648
 
2480
2649
  ___
2481
2650
 
@@ -2489,7 +2658,7 @@ AnchorHTMLAttributes.onGotPointerCapture
2489
2658
 
2490
2659
  #### Defined in
2491
2660
 
2492
- node_modules/@types/react/index.d.ts:1545
2661
+ node_modules/@types/react/ts5.0/index.d.ts:2565
2493
2662
 
2494
2663
  ___
2495
2664
 
@@ -2503,7 +2672,7 @@ AnchorHTMLAttributes.onGotPointerCaptureCapture
2503
2672
 
2504
2673
  #### Defined in
2505
2674
 
2506
- node_modules/@types/react/index.d.ts:1546
2675
+ node_modules/@types/react/ts5.0/index.d.ts:2566
2507
2676
 
2508
2677
  ___
2509
2678
 
@@ -2517,7 +2686,7 @@ AnchorHTMLAttributes.onInput
2517
2686
 
2518
2687
  #### Defined in
2519
2688
 
2520
- node_modules/@types/react/index.d.ts:1405
2689
+ node_modules/@types/react/ts5.0/index.d.ts:2427
2521
2690
 
2522
2691
  ___
2523
2692
 
@@ -2531,7 +2700,7 @@ AnchorHTMLAttributes.onInputCapture
2531
2700
 
2532
2701
  #### Defined in
2533
2702
 
2534
- node_modules/@types/react/index.d.ts:1406
2703
+ node_modules/@types/react/ts5.0/index.d.ts:2428
2535
2704
 
2536
2705
  ___
2537
2706
 
@@ -2545,7 +2714,7 @@ AnchorHTMLAttributes.onInvalid
2545
2714
 
2546
2715
  #### Defined in
2547
2716
 
2548
- node_modules/@types/react/index.d.ts:1411
2717
+ node_modules/@types/react/ts5.0/index.d.ts:2433
2549
2718
 
2550
2719
  ___
2551
2720
 
@@ -2559,7 +2728,7 @@ AnchorHTMLAttributes.onInvalidCapture
2559
2728
 
2560
2729
  #### Defined in
2561
2730
 
2562
- node_modules/@types/react/index.d.ts:1412
2731
+ node_modules/@types/react/ts5.0/index.d.ts:2434
2563
2732
 
2564
2733
  ___
2565
2734
 
@@ -2573,7 +2742,7 @@ AnchorHTMLAttributes.onKeyDown
2573
2742
 
2574
2743
  #### Defined in
2575
2744
 
2576
- node_modules/@types/react/index.d.ts:1421
2745
+ node_modules/@types/react/ts5.0/index.d.ts:2443
2577
2746
 
2578
2747
  ___
2579
2748
 
@@ -2587,7 +2756,7 @@ AnchorHTMLAttributes.onKeyDownCapture
2587
2756
 
2588
2757
  #### Defined in
2589
2758
 
2590
- node_modules/@types/react/index.d.ts:1422
2759
+ node_modules/@types/react/ts5.0/index.d.ts:2444
2591
2760
 
2592
2761
  ___
2593
2762
 
@@ -2595,7 +2764,7 @@ ___
2595
2764
 
2596
2765
  • `Optional` **onKeyPress**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2597
2766
 
2598
- **`deprecated`**
2767
+ **`deprecated`** Use `onKeyUp` or `onKeyDown` instead
2599
2768
 
2600
2769
  #### Inherited from
2601
2770
 
@@ -2603,7 +2772,7 @@ AnchorHTMLAttributes.onKeyPress
2603
2772
 
2604
2773
  #### Defined in
2605
2774
 
2606
- node_modules/@types/react/index.d.ts:1424
2775
+ node_modules/@types/react/ts5.0/index.d.ts:2446
2607
2776
 
2608
2777
  ___
2609
2778
 
@@ -2611,7 +2780,7 @@ ___
2611
2780
 
2612
2781
  • `Optional` **onKeyPressCapture**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2613
2782
 
2614
- **`deprecated`**
2783
+ **`deprecated`** Use `onKeyUpCapture` or `onKeyDownCapture` instead
2615
2784
 
2616
2785
  #### Inherited from
2617
2786
 
@@ -2619,7 +2788,7 @@ AnchorHTMLAttributes.onKeyPressCapture
2619
2788
 
2620
2789
  #### Defined in
2621
2790
 
2622
- node_modules/@types/react/index.d.ts:1426
2791
+ node_modules/@types/react/ts5.0/index.d.ts:2448
2623
2792
 
2624
2793
  ___
2625
2794
 
@@ -2633,7 +2802,7 @@ AnchorHTMLAttributes.onKeyUp
2633
2802
 
2634
2803
  #### Defined in
2635
2804
 
2636
- node_modules/@types/react/index.d.ts:1427
2805
+ node_modules/@types/react/ts5.0/index.d.ts:2449
2637
2806
 
2638
2807
  ___
2639
2808
 
@@ -2647,7 +2816,7 @@ AnchorHTMLAttributes.onKeyUpCapture
2647
2816
 
2648
2817
  #### Defined in
2649
2818
 
2650
- node_modules/@types/react/index.d.ts:1428
2819
+ node_modules/@types/react/ts5.0/index.d.ts:2450
2651
2820
 
2652
2821
  ___
2653
2822
 
@@ -2661,7 +2830,7 @@ AnchorHTMLAttributes.onLoad
2661
2830
 
2662
2831
  #### Defined in
2663
2832
 
2664
- node_modules/@types/react/index.d.ts:1415
2833
+ node_modules/@types/react/ts5.0/index.d.ts:2437
2665
2834
 
2666
2835
  ___
2667
2836
 
@@ -2675,7 +2844,7 @@ AnchorHTMLAttributes.onLoadCapture
2675
2844
 
2676
2845
  #### Defined in
2677
2846
 
2678
- node_modules/@types/react/index.d.ts:1416
2847
+ node_modules/@types/react/ts5.0/index.d.ts:2438
2679
2848
 
2680
2849
  ___
2681
2850
 
@@ -2689,7 +2858,7 @@ AnchorHTMLAttributes.onLoadStart
2689
2858
 
2690
2859
  #### Defined in
2691
2860
 
2692
- node_modules/@types/react/index.d.ts:1449
2861
+ node_modules/@types/react/ts5.0/index.d.ts:2471
2693
2862
 
2694
2863
  ___
2695
2864
 
@@ -2703,7 +2872,7 @@ AnchorHTMLAttributes.onLoadStartCapture
2703
2872
 
2704
2873
  #### Defined in
2705
2874
 
2706
- node_modules/@types/react/index.d.ts:1450
2875
+ node_modules/@types/react/ts5.0/index.d.ts:2472
2707
2876
 
2708
2877
  ___
2709
2878
 
@@ -2717,7 +2886,7 @@ AnchorHTMLAttributes.onLoadedData
2717
2886
 
2718
2887
  #### Defined in
2719
2888
 
2720
- node_modules/@types/react/index.d.ts:1445
2889
+ node_modules/@types/react/ts5.0/index.d.ts:2467
2721
2890
 
2722
2891
  ___
2723
2892
 
@@ -2731,7 +2900,7 @@ AnchorHTMLAttributes.onLoadedDataCapture
2731
2900
 
2732
2901
  #### Defined in
2733
2902
 
2734
- node_modules/@types/react/index.d.ts:1446
2903
+ node_modules/@types/react/ts5.0/index.d.ts:2468
2735
2904
 
2736
2905
  ___
2737
2906
 
@@ -2745,7 +2914,7 @@ AnchorHTMLAttributes.onLoadedMetadata
2745
2914
 
2746
2915
  #### Defined in
2747
2916
 
2748
- node_modules/@types/react/index.d.ts:1447
2917
+ node_modules/@types/react/ts5.0/index.d.ts:2469
2749
2918
 
2750
2919
  ___
2751
2920
 
@@ -2759,7 +2928,7 @@ AnchorHTMLAttributes.onLoadedMetadataCapture
2759
2928
 
2760
2929
  #### Defined in
2761
2930
 
2762
- node_modules/@types/react/index.d.ts:1448
2931
+ node_modules/@types/react/ts5.0/index.d.ts:2470
2763
2932
 
2764
2933
  ___
2765
2934
 
@@ -2773,7 +2942,7 @@ AnchorHTMLAttributes.onLostPointerCapture
2773
2942
 
2774
2943
  #### Defined in
2775
2944
 
2776
- node_modules/@types/react/index.d.ts:1547
2945
+ node_modules/@types/react/ts5.0/index.d.ts:2567
2777
2946
 
2778
2947
  ___
2779
2948
 
@@ -2787,7 +2956,7 @@ AnchorHTMLAttributes.onLostPointerCaptureCapture
2787
2956
 
2788
2957
  #### Defined in
2789
2958
 
2790
- node_modules/@types/react/index.d.ts:1548
2959
+ node_modules/@types/react/ts5.0/index.d.ts:2568
2791
2960
 
2792
2961
  ___
2793
2962
 
@@ -2801,7 +2970,7 @@ AnchorHTMLAttributes.onMouseDown
2801
2970
 
2802
2971
  #### Defined in
2803
2972
 
2804
- node_modules/@types/react/index.d.ts:1501
2973
+ node_modules/@types/react/ts5.0/index.d.ts:2523
2805
2974
 
2806
2975
  ___
2807
2976
 
@@ -2815,7 +2984,7 @@ AnchorHTMLAttributes.onMouseDownCapture
2815
2984
 
2816
2985
  #### Defined in
2817
2986
 
2818
- node_modules/@types/react/index.d.ts:1502
2987
+ node_modules/@types/react/ts5.0/index.d.ts:2524
2819
2988
 
2820
2989
  ___
2821
2990
 
@@ -2829,7 +2998,7 @@ AnchorHTMLAttributes.onMouseEnter
2829
2998
 
2830
2999
  #### Defined in
2831
3000
 
2832
- node_modules/@types/react/index.d.ts:1503
3001
+ node_modules/@types/react/ts5.0/index.d.ts:2525
2833
3002
 
2834
3003
  ___
2835
3004
 
@@ -2843,7 +3012,7 @@ AnchorHTMLAttributes.onMouseLeave
2843
3012
 
2844
3013
  #### Defined in
2845
3014
 
2846
- node_modules/@types/react/index.d.ts:1504
3015
+ node_modules/@types/react/ts5.0/index.d.ts:2526
2847
3016
 
2848
3017
  ___
2849
3018
 
@@ -2857,7 +3026,7 @@ AnchorHTMLAttributes.onMouseMove
2857
3026
 
2858
3027
  #### Defined in
2859
3028
 
2860
- node_modules/@types/react/index.d.ts:1505
3029
+ node_modules/@types/react/ts5.0/index.d.ts:2527
2861
3030
 
2862
3031
  ___
2863
3032
 
@@ -2871,7 +3040,7 @@ AnchorHTMLAttributes.onMouseMoveCapture
2871
3040
 
2872
3041
  #### Defined in
2873
3042
 
2874
- node_modules/@types/react/index.d.ts:1506
3043
+ node_modules/@types/react/ts5.0/index.d.ts:2528
2875
3044
 
2876
3045
  ___
2877
3046
 
@@ -2885,7 +3054,7 @@ AnchorHTMLAttributes.onMouseOut
2885
3054
 
2886
3055
  #### Defined in
2887
3056
 
2888
- node_modules/@types/react/index.d.ts:1507
3057
+ node_modules/@types/react/ts5.0/index.d.ts:2529
2889
3058
 
2890
3059
  ___
2891
3060
 
@@ -2899,7 +3068,7 @@ AnchorHTMLAttributes.onMouseOutCapture
2899
3068
 
2900
3069
  #### Defined in
2901
3070
 
2902
- node_modules/@types/react/index.d.ts:1508
3071
+ node_modules/@types/react/ts5.0/index.d.ts:2530
2903
3072
 
2904
3073
  ___
2905
3074
 
@@ -2913,7 +3082,7 @@ AnchorHTMLAttributes.onMouseOver
2913
3082
 
2914
3083
  #### Defined in
2915
3084
 
2916
- node_modules/@types/react/index.d.ts:1509
3085
+ node_modules/@types/react/ts5.0/index.d.ts:2531
2917
3086
 
2918
3087
  ___
2919
3088
 
@@ -2927,7 +3096,7 @@ AnchorHTMLAttributes.onMouseOverCapture
2927
3096
 
2928
3097
  #### Defined in
2929
3098
 
2930
- node_modules/@types/react/index.d.ts:1510
3099
+ node_modules/@types/react/ts5.0/index.d.ts:2532
2931
3100
 
2932
3101
  ___
2933
3102
 
@@ -2941,7 +3110,7 @@ AnchorHTMLAttributes.onMouseUp
2941
3110
 
2942
3111
  #### Defined in
2943
3112
 
2944
- node_modules/@types/react/index.d.ts:1511
3113
+ node_modules/@types/react/ts5.0/index.d.ts:2533
2945
3114
 
2946
3115
  ___
2947
3116
 
@@ -2955,7 +3124,7 @@ AnchorHTMLAttributes.onMouseUpCapture
2955
3124
 
2956
3125
  #### Defined in
2957
3126
 
2958
- node_modules/@types/react/index.d.ts:1512
3127
+ node_modules/@types/react/ts5.0/index.d.ts:2534
2959
3128
 
2960
3129
  ___
2961
3130
 
@@ -2969,7 +3138,7 @@ AnchorHTMLAttributes.onPaste
2969
3138
 
2970
3139
  #### Defined in
2971
3140
 
2972
- node_modules/@types/react/index.d.ts:1383
3141
+ node_modules/@types/react/ts5.0/index.d.ts:2405
2973
3142
 
2974
3143
  ___
2975
3144
 
@@ -2983,7 +3152,7 @@ AnchorHTMLAttributes.onPasteCapture
2983
3152
 
2984
3153
  #### Defined in
2985
3154
 
2986
- node_modules/@types/react/index.d.ts:1384
3155
+ node_modules/@types/react/ts5.0/index.d.ts:2406
2987
3156
 
2988
3157
  ___
2989
3158
 
@@ -2997,7 +3166,7 @@ AnchorHTMLAttributes.onPause
2997
3166
 
2998
3167
  #### Defined in
2999
3168
 
3000
- node_modules/@types/react/index.d.ts:1451
3169
+ node_modules/@types/react/ts5.0/index.d.ts:2473
3001
3170
 
3002
3171
  ___
3003
3172
 
@@ -3011,7 +3180,7 @@ AnchorHTMLAttributes.onPauseCapture
3011
3180
 
3012
3181
  #### Defined in
3013
3182
 
3014
- node_modules/@types/react/index.d.ts:1452
3183
+ node_modules/@types/react/ts5.0/index.d.ts:2474
3015
3184
 
3016
3185
  ___
3017
3186
 
@@ -3025,7 +3194,7 @@ AnchorHTMLAttributes.onPlay
3025
3194
 
3026
3195
  #### Defined in
3027
3196
 
3028
- node_modules/@types/react/index.d.ts:1453
3197
+ node_modules/@types/react/ts5.0/index.d.ts:2475
3029
3198
 
3030
3199
  ___
3031
3200
 
@@ -3039,7 +3208,7 @@ AnchorHTMLAttributes.onPlayCapture
3039
3208
 
3040
3209
  #### Defined in
3041
3210
 
3042
- node_modules/@types/react/index.d.ts:1454
3211
+ node_modules/@types/react/ts5.0/index.d.ts:2476
3043
3212
 
3044
3213
  ___
3045
3214
 
@@ -3053,7 +3222,7 @@ AnchorHTMLAttributes.onPlaying
3053
3222
 
3054
3223
  #### Defined in
3055
3224
 
3056
- node_modules/@types/react/index.d.ts:1455
3225
+ node_modules/@types/react/ts5.0/index.d.ts:2477
3057
3226
 
3058
3227
  ___
3059
3228
 
@@ -3067,7 +3236,7 @@ AnchorHTMLAttributes.onPlayingCapture
3067
3236
 
3068
3237
  #### Defined in
3069
3238
 
3070
- node_modules/@types/react/index.d.ts:1456
3239
+ node_modules/@types/react/ts5.0/index.d.ts:2478
3071
3240
 
3072
3241
  ___
3073
3242
 
@@ -3081,7 +3250,7 @@ AnchorHTMLAttributes.onPointerCancel
3081
3250
 
3082
3251
  #### Defined in
3083
3252
 
3084
- node_modules/@types/react/index.d.ts:1535
3253
+ node_modules/@types/react/ts5.0/index.d.ts:2557
3085
3254
 
3086
3255
  ___
3087
3256
 
@@ -3095,7 +3264,7 @@ AnchorHTMLAttributes.onPointerCancelCapture
3095
3264
 
3096
3265
  #### Defined in
3097
3266
 
3098
- node_modules/@types/react/index.d.ts:1536
3267
+ node_modules/@types/react/ts5.0/index.d.ts:2558
3099
3268
 
3100
3269
  ___
3101
3270
 
@@ -3109,7 +3278,7 @@ AnchorHTMLAttributes.onPointerDown
3109
3278
 
3110
3279
  #### Defined in
3111
3280
 
3112
- node_modules/@types/react/index.d.ts:1529
3281
+ node_modules/@types/react/ts5.0/index.d.ts:2551
3113
3282
 
3114
3283
  ___
3115
3284
 
@@ -3123,7 +3292,7 @@ AnchorHTMLAttributes.onPointerDownCapture
3123
3292
 
3124
3293
  #### Defined in
3125
3294
 
3126
- node_modules/@types/react/index.d.ts:1530
3295
+ node_modules/@types/react/ts5.0/index.d.ts:2552
3127
3296
 
3128
3297
  ___
3129
3298
 
@@ -3137,21 +3306,7 @@ AnchorHTMLAttributes.onPointerEnter
3137
3306
 
3138
3307
  #### Defined in
3139
3308
 
3140
- node_modules/@types/react/index.d.ts:1537
3141
-
3142
- ___
3143
-
3144
- ### onPointerEnterCapture
3145
-
3146
- • `Optional` **onPointerEnterCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3147
-
3148
- #### Inherited from
3149
-
3150
- AnchorHTMLAttributes.onPointerEnterCapture
3151
-
3152
- #### Defined in
3153
-
3154
- node_modules/@types/react/index.d.ts:1538
3309
+ node_modules/@types/react/ts5.0/index.d.ts:2559
3155
3310
 
3156
3311
  ___
3157
3312
 
@@ -3165,21 +3320,7 @@ AnchorHTMLAttributes.onPointerLeave
3165
3320
 
3166
3321
  #### Defined in
3167
3322
 
3168
- node_modules/@types/react/index.d.ts:1539
3169
-
3170
- ___
3171
-
3172
- ### onPointerLeaveCapture
3173
-
3174
- • `Optional` **onPointerLeaveCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3175
-
3176
- #### Inherited from
3177
-
3178
- AnchorHTMLAttributes.onPointerLeaveCapture
3179
-
3180
- #### Defined in
3181
-
3182
- node_modules/@types/react/index.d.ts:1540
3323
+ node_modules/@types/react/ts5.0/index.d.ts:2560
3183
3324
 
3184
3325
  ___
3185
3326
 
@@ -3193,7 +3334,7 @@ AnchorHTMLAttributes.onPointerMove
3193
3334
 
3194
3335
  #### Defined in
3195
3336
 
3196
- node_modules/@types/react/index.d.ts:1531
3337
+ node_modules/@types/react/ts5.0/index.d.ts:2553
3197
3338
 
3198
3339
  ___
3199
3340
 
@@ -3207,7 +3348,7 @@ AnchorHTMLAttributes.onPointerMoveCapture
3207
3348
 
3208
3349
  #### Defined in
3209
3350
 
3210
- node_modules/@types/react/index.d.ts:1532
3351
+ node_modules/@types/react/ts5.0/index.d.ts:2554
3211
3352
 
3212
3353
  ___
3213
3354
 
@@ -3221,7 +3362,7 @@ AnchorHTMLAttributes.onPointerOut
3221
3362
 
3222
3363
  #### Defined in
3223
3364
 
3224
- node_modules/@types/react/index.d.ts:1543
3365
+ node_modules/@types/react/ts5.0/index.d.ts:2563
3225
3366
 
3226
3367
  ___
3227
3368
 
@@ -3235,7 +3376,7 @@ AnchorHTMLAttributes.onPointerOutCapture
3235
3376
 
3236
3377
  #### Defined in
3237
3378
 
3238
- node_modules/@types/react/index.d.ts:1544
3379
+ node_modules/@types/react/ts5.0/index.d.ts:2564
3239
3380
 
3240
3381
  ___
3241
3382
 
@@ -3249,7 +3390,7 @@ AnchorHTMLAttributes.onPointerOver
3249
3390
 
3250
3391
  #### Defined in
3251
3392
 
3252
- node_modules/@types/react/index.d.ts:1541
3393
+ node_modules/@types/react/ts5.0/index.d.ts:2561
3253
3394
 
3254
3395
  ___
3255
3396
 
@@ -3263,7 +3404,7 @@ AnchorHTMLAttributes.onPointerOverCapture
3263
3404
 
3264
3405
  #### Defined in
3265
3406
 
3266
- node_modules/@types/react/index.d.ts:1542
3407
+ node_modules/@types/react/ts5.0/index.d.ts:2562
3267
3408
 
3268
3409
  ___
3269
3410
 
@@ -3277,7 +3418,7 @@ AnchorHTMLAttributes.onPointerUp
3277
3418
 
3278
3419
  #### Defined in
3279
3420
 
3280
- node_modules/@types/react/index.d.ts:1533
3421
+ node_modules/@types/react/ts5.0/index.d.ts:2555
3281
3422
 
3282
3423
  ___
3283
3424
 
@@ -3291,7 +3432,7 @@ AnchorHTMLAttributes.onPointerUpCapture
3291
3432
 
3292
3433
  #### Defined in
3293
3434
 
3294
- node_modules/@types/react/index.d.ts:1534
3435
+ node_modules/@types/react/ts5.0/index.d.ts:2556
3295
3436
 
3296
3437
  ___
3297
3438
 
@@ -3305,7 +3446,7 @@ AnchorHTMLAttributes.onProgress
3305
3446
 
3306
3447
  #### Defined in
3307
3448
 
3308
- node_modules/@types/react/index.d.ts:1457
3449
+ node_modules/@types/react/ts5.0/index.d.ts:2479
3309
3450
 
3310
3451
  ___
3311
3452
 
@@ -3319,7 +3460,7 @@ AnchorHTMLAttributes.onProgressCapture
3319
3460
 
3320
3461
  #### Defined in
3321
3462
 
3322
- node_modules/@types/react/index.d.ts:1458
3463
+ node_modules/@types/react/ts5.0/index.d.ts:2480
3323
3464
 
3324
3465
  ___
3325
3466
 
@@ -3333,7 +3474,7 @@ AnchorHTMLAttributes.onRateChange
3333
3474
 
3334
3475
  #### Defined in
3335
3476
 
3336
- node_modules/@types/react/index.d.ts:1459
3477
+ node_modules/@types/react/ts5.0/index.d.ts:2481
3337
3478
 
3338
3479
  ___
3339
3480
 
@@ -3347,7 +3488,7 @@ AnchorHTMLAttributes.onRateChangeCapture
3347
3488
 
3348
3489
  #### Defined in
3349
3490
 
3350
- node_modules/@types/react/index.d.ts:1460
3491
+ node_modules/@types/react/ts5.0/index.d.ts:2482
3351
3492
 
3352
3493
  ___
3353
3494
 
@@ -3361,7 +3502,7 @@ AnchorHTMLAttributes.onReset
3361
3502
 
3362
3503
  #### Defined in
3363
3504
 
3364
- node_modules/@types/react/index.d.ts:1407
3505
+ node_modules/@types/react/ts5.0/index.d.ts:2429
3365
3506
 
3366
3507
  ___
3367
3508
 
@@ -3375,7 +3516,7 @@ AnchorHTMLAttributes.onResetCapture
3375
3516
 
3376
3517
  #### Defined in
3377
3518
 
3378
- node_modules/@types/react/index.d.ts:1408
3519
+ node_modules/@types/react/ts5.0/index.d.ts:2430
3379
3520
 
3380
3521
  ___
3381
3522
 
@@ -3389,7 +3530,7 @@ AnchorHTMLAttributes.onScroll
3389
3530
 
3390
3531
  #### Defined in
3391
3532
 
3392
- node_modules/@types/react/index.d.ts:1551
3533
+ node_modules/@types/react/ts5.0/index.d.ts:2571
3393
3534
 
3394
3535
  ___
3395
3536
 
@@ -3403,7 +3544,7 @@ AnchorHTMLAttributes.onScrollCapture
3403
3544
 
3404
3545
  #### Defined in
3405
3546
 
3406
- node_modules/@types/react/index.d.ts:1552
3547
+ node_modules/@types/react/ts5.0/index.d.ts:2572
3407
3548
 
3408
3549
  ___
3409
3550
 
@@ -3417,7 +3558,7 @@ AnchorHTMLAttributes.onSeeked
3417
3558
 
3418
3559
  #### Defined in
3419
3560
 
3420
- node_modules/@types/react/index.d.ts:1461
3561
+ node_modules/@types/react/ts5.0/index.d.ts:2483
3421
3562
 
3422
3563
  ___
3423
3564
 
@@ -3431,7 +3572,7 @@ AnchorHTMLAttributes.onSeekedCapture
3431
3572
 
3432
3573
  #### Defined in
3433
3574
 
3434
- node_modules/@types/react/index.d.ts:1462
3575
+ node_modules/@types/react/ts5.0/index.d.ts:2484
3435
3576
 
3436
3577
  ___
3437
3578
 
@@ -3445,7 +3586,7 @@ AnchorHTMLAttributes.onSeeking
3445
3586
 
3446
3587
  #### Defined in
3447
3588
 
3448
- node_modules/@types/react/index.d.ts:1463
3589
+ node_modules/@types/react/ts5.0/index.d.ts:2485
3449
3590
 
3450
3591
  ___
3451
3592
 
@@ -3459,7 +3600,7 @@ AnchorHTMLAttributes.onSeekingCapture
3459
3600
 
3460
3601
  #### Defined in
3461
3602
 
3462
- node_modules/@types/react/index.d.ts:1464
3603
+ node_modules/@types/react/ts5.0/index.d.ts:2486
3463
3604
 
3464
3605
  ___
3465
3606
 
@@ -3473,7 +3614,7 @@ AnchorHTMLAttributes.onSelect
3473
3614
 
3474
3615
  #### Defined in
3475
3616
 
3476
- node_modules/@types/react/index.d.ts:1515
3617
+ node_modules/@types/react/ts5.0/index.d.ts:2537
3477
3618
 
3478
3619
  ___
3479
3620
 
@@ -3487,7 +3628,7 @@ AnchorHTMLAttributes.onSelectCapture
3487
3628
 
3488
3629
  #### Defined in
3489
3630
 
3490
- node_modules/@types/react/index.d.ts:1516
3631
+ node_modules/@types/react/ts5.0/index.d.ts:2538
3491
3632
 
3492
3633
  ___
3493
3634
 
@@ -3501,7 +3642,7 @@ AnchorHTMLAttributes.onStalled
3501
3642
 
3502
3643
  #### Defined in
3503
3644
 
3504
- node_modules/@types/react/index.d.ts:1465
3645
+ node_modules/@types/react/ts5.0/index.d.ts:2487
3505
3646
 
3506
3647
  ___
3507
3648
 
@@ -3515,7 +3656,7 @@ AnchorHTMLAttributes.onStalledCapture
3515
3656
 
3516
3657
  #### Defined in
3517
3658
 
3518
- node_modules/@types/react/index.d.ts:1466
3659
+ node_modules/@types/react/ts5.0/index.d.ts:2488
3519
3660
 
3520
3661
  ___
3521
3662
 
@@ -3529,7 +3670,7 @@ AnchorHTMLAttributes.onSubmit
3529
3670
 
3530
3671
  #### Defined in
3531
3672
 
3532
- node_modules/@types/react/index.d.ts:1409
3673
+ node_modules/@types/react/ts5.0/index.d.ts:2431
3533
3674
 
3534
3675
  ___
3535
3676
 
@@ -3543,7 +3684,7 @@ AnchorHTMLAttributes.onSubmitCapture
3543
3684
 
3544
3685
  #### Defined in
3545
3686
 
3546
- node_modules/@types/react/index.d.ts:1410
3687
+ node_modules/@types/react/ts5.0/index.d.ts:2432
3547
3688
 
3548
3689
  ___
3549
3690
 
@@ -3557,7 +3698,7 @@ AnchorHTMLAttributes.onSuspend
3557
3698
 
3558
3699
  #### Defined in
3559
3700
 
3560
- node_modules/@types/react/index.d.ts:1467
3701
+ node_modules/@types/react/ts5.0/index.d.ts:2489
3561
3702
 
3562
3703
  ___
3563
3704
 
@@ -3571,7 +3712,7 @@ AnchorHTMLAttributes.onSuspendCapture
3571
3712
 
3572
3713
  #### Defined in
3573
3714
 
3574
- node_modules/@types/react/index.d.ts:1468
3715
+ node_modules/@types/react/ts5.0/index.d.ts:2490
3575
3716
 
3576
3717
  ___
3577
3718
 
@@ -3585,7 +3726,7 @@ AnchorHTMLAttributes.onTimeUpdate
3585
3726
 
3586
3727
  #### Defined in
3587
3728
 
3588
- node_modules/@types/react/index.d.ts:1469
3729
+ node_modules/@types/react/ts5.0/index.d.ts:2491
3589
3730
 
3590
3731
  ___
3591
3732
 
@@ -3599,7 +3740,7 @@ AnchorHTMLAttributes.onTimeUpdateCapture
3599
3740
 
3600
3741
  #### Defined in
3601
3742
 
3602
- node_modules/@types/react/index.d.ts:1470
3743
+ node_modules/@types/react/ts5.0/index.d.ts:2492
3603
3744
 
3604
3745
  ___
3605
3746
 
@@ -3613,7 +3754,7 @@ AnchorHTMLAttributes.onTouchCancel
3613
3754
 
3614
3755
  #### Defined in
3615
3756
 
3616
- node_modules/@types/react/index.d.ts:1519
3757
+ node_modules/@types/react/ts5.0/index.d.ts:2541
3617
3758
 
3618
3759
  ___
3619
3760
 
@@ -3627,7 +3768,7 @@ AnchorHTMLAttributes.onTouchCancelCapture
3627
3768
 
3628
3769
  #### Defined in
3629
3770
 
3630
- node_modules/@types/react/index.d.ts:1520
3771
+ node_modules/@types/react/ts5.0/index.d.ts:2542
3631
3772
 
3632
3773
  ___
3633
3774
 
@@ -3641,7 +3782,7 @@ AnchorHTMLAttributes.onTouchEnd
3641
3782
 
3642
3783
  #### Defined in
3643
3784
 
3644
- node_modules/@types/react/index.d.ts:1521
3785
+ node_modules/@types/react/ts5.0/index.d.ts:2543
3645
3786
 
3646
3787
  ___
3647
3788
 
@@ -3655,7 +3796,7 @@ AnchorHTMLAttributes.onTouchEndCapture
3655
3796
 
3656
3797
  #### Defined in
3657
3798
 
3658
- node_modules/@types/react/index.d.ts:1522
3799
+ node_modules/@types/react/ts5.0/index.d.ts:2544
3659
3800
 
3660
3801
  ___
3661
3802
 
@@ -3669,7 +3810,7 @@ AnchorHTMLAttributes.onTouchMove
3669
3810
 
3670
3811
  #### Defined in
3671
3812
 
3672
- node_modules/@types/react/index.d.ts:1523
3813
+ node_modules/@types/react/ts5.0/index.d.ts:2545
3673
3814
 
3674
3815
  ___
3675
3816
 
@@ -3683,7 +3824,7 @@ AnchorHTMLAttributes.onTouchMoveCapture
3683
3824
 
3684
3825
  #### Defined in
3685
3826
 
3686
- node_modules/@types/react/index.d.ts:1524
3827
+ node_modules/@types/react/ts5.0/index.d.ts:2546
3687
3828
 
3688
3829
  ___
3689
3830
 
@@ -3697,7 +3838,7 @@ AnchorHTMLAttributes.onTouchStart
3697
3838
 
3698
3839
  #### Defined in
3699
3840
 
3700
- node_modules/@types/react/index.d.ts:1525
3841
+ node_modules/@types/react/ts5.0/index.d.ts:2547
3701
3842
 
3702
3843
  ___
3703
3844
 
@@ -3711,7 +3852,7 @@ AnchorHTMLAttributes.onTouchStartCapture
3711
3852
 
3712
3853
  #### Defined in
3713
3854
 
3714
- node_modules/@types/react/index.d.ts:1526
3855
+ node_modules/@types/react/ts5.0/index.d.ts:2548
3715
3856
 
3716
3857
  ___
3717
3858
 
@@ -3725,7 +3866,7 @@ AnchorHTMLAttributes.onTransitionEnd
3725
3866
 
3726
3867
  #### Defined in
3727
3868
 
3728
- node_modules/@types/react/index.d.ts:1567
3869
+ node_modules/@types/react/ts5.0/index.d.ts:2587
3729
3870
 
3730
3871
  ___
3731
3872
 
@@ -3739,7 +3880,7 @@ AnchorHTMLAttributes.onTransitionEndCapture
3739
3880
 
3740
3881
  #### Defined in
3741
3882
 
3742
- node_modules/@types/react/index.d.ts:1568
3883
+ node_modules/@types/react/ts5.0/index.d.ts:2588
3743
3884
 
3744
3885
  ___
3745
3886
 
@@ -3753,7 +3894,7 @@ AnchorHTMLAttributes.onVolumeChange
3753
3894
 
3754
3895
  #### Defined in
3755
3896
 
3756
- node_modules/@types/react/index.d.ts:1471
3897
+ node_modules/@types/react/ts5.0/index.d.ts:2493
3757
3898
 
3758
3899
  ___
3759
3900
 
@@ -3767,7 +3908,7 @@ AnchorHTMLAttributes.onVolumeChangeCapture
3767
3908
 
3768
3909
  #### Defined in
3769
3910
 
3770
- node_modules/@types/react/index.d.ts:1472
3911
+ node_modules/@types/react/ts5.0/index.d.ts:2494
3771
3912
 
3772
3913
  ___
3773
3914
 
@@ -3781,7 +3922,7 @@ AnchorHTMLAttributes.onWaiting
3781
3922
 
3782
3923
  #### Defined in
3783
3924
 
3784
- node_modules/@types/react/index.d.ts:1473
3925
+ node_modules/@types/react/ts5.0/index.d.ts:2495
3785
3926
 
3786
3927
  ___
3787
3928
 
@@ -3795,7 +3936,7 @@ AnchorHTMLAttributes.onWaitingCapture
3795
3936
 
3796
3937
  #### Defined in
3797
3938
 
3798
- node_modules/@types/react/index.d.ts:1474
3939
+ node_modules/@types/react/ts5.0/index.d.ts:2496
3799
3940
 
3800
3941
  ___
3801
3942
 
@@ -3809,7 +3950,7 @@ AnchorHTMLAttributes.onWheel
3809
3950
 
3810
3951
  #### Defined in
3811
3952
 
3812
- node_modules/@types/react/index.d.ts:1555
3953
+ node_modules/@types/react/ts5.0/index.d.ts:2575
3813
3954
 
3814
3955
  ___
3815
3956
 
@@ -3823,35 +3964,37 @@ AnchorHTMLAttributes.onWheelCapture
3823
3964
 
3824
3965
  #### Defined in
3825
3966
 
3826
- node_modules/@types/react/index.d.ts:1556
3967
+ node_modules/@types/react/ts5.0/index.d.ts:2576
3827
3968
 
3828
3969
  ___
3829
3970
 
3830
- ### ping
3971
+ ### part
3831
3972
 
3832
- • `Optional` **ping**: `string`
3973
+ • `Optional` **part**: `string`
3974
+
3975
+ **`see`** [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part)
3833
3976
 
3834
3977
  #### Inherited from
3835
3978
 
3836
- AnchorHTMLAttributes.ping
3979
+ AnchorHTMLAttributes.part
3837
3980
 
3838
3981
  #### Defined in
3839
3982
 
3840
- node_modules/@types/react/index.d.ts:2044
3983
+ node_modules/@types/react/ts5.0/index.d.ts:2977
3841
3984
 
3842
3985
  ___
3843
3986
 
3844
- ### placeholder
3987
+ ### ping
3845
3988
 
3846
- • `Optional` **placeholder**: `string`
3989
+ • `Optional` **ping**: `string`
3847
3990
 
3848
3991
  #### Inherited from
3849
3992
 
3850
- AnchorHTMLAttributes.placeholder
3993
+ AnchorHTMLAttributes.ping
3851
3994
 
3852
3995
  #### Defined in
3853
3996
 
3854
- node_modules/@types/react/index.d.ts:1860
3997
+ node_modules/@types/react/ts5.0/index.d.ts:3126
3855
3998
 
3856
3999
  ___
3857
4000
 
@@ -3865,7 +4008,7 @@ AnchorHTMLAttributes.prefix
3865
4008
 
3866
4009
  #### Defined in
3867
4010
 
3868
- node_modules/@types/react/index.d.ts:1878
4011
+ node_modules/@types/react/ts5.0/index.d.ts:2938
3869
4012
 
3870
4013
  ___
3871
4014
 
@@ -3879,7 +4022,7 @@ AnchorHTMLAttributes.property
3879
4022
 
3880
4023
  #### Defined in
3881
4024
 
3882
- node_modules/@types/react/index.d.ts:1879
4025
+ node_modules/@types/react/ts5.0/index.d.ts:2939
3883
4026
 
3884
4027
  ___
3885
4028
 
@@ -3893,7 +4036,7 @@ AnchorHTMLAttributes.radioGroup
3893
4036
 
3894
4037
  #### Defined in
3895
4038
 
3896
- node_modules/@types/react/index.d.ts:1869
4039
+ node_modules/@types/react/ts5.0/index.d.ts:2928
3897
4040
 
3898
4041
  ___
3899
4042
 
@@ -3907,7 +4050,7 @@ AnchorHTMLAttributes.referrerPolicy
3907
4050
 
3908
4051
  #### Defined in
3909
4052
 
3910
- node_modules/@types/react/index.d.ts:2048
4053
+ node_modules/@types/react/ts5.0/index.d.ts:3129
3911
4054
 
3912
4055
  ___
3913
4056
 
@@ -3921,7 +4064,7 @@ AnchorHTMLAttributes.rel
3921
4064
 
3922
4065
  #### Defined in
3923
4066
 
3924
- node_modules/@types/react/index.d.ts:2045
4067
+ node_modules/@types/react/ts5.0/index.d.ts:2940
3925
4068
 
3926
4069
  ___
3927
4070
 
@@ -3935,7 +4078,7 @@ AnchorHTMLAttributes.resource
3935
4078
 
3936
4079
  #### Defined in
3937
4080
 
3938
- node_modules/@types/react/index.d.ts:1880
4081
+ node_modules/@types/react/ts5.0/index.d.ts:2941
3939
4082
 
3940
4083
  ___
3941
4084
 
@@ -3949,7 +4092,21 @@ AnchorHTMLAttributes.results
3949
4092
 
3950
4093
  #### Defined in
3951
4094
 
3952
- node_modules/@types/react/index.d.ts:1894
4095
+ node_modules/@types/react/ts5.0/index.d.ts:2955
4096
+
4097
+ ___
4098
+
4099
+ ### rev
4100
+
4101
+ • `Optional` **rev**: `string`
4102
+
4103
+ #### Inherited from
4104
+
4105
+ AnchorHTMLAttributes.rev
4106
+
4107
+ #### Defined in
4108
+
4109
+ node_modules/@types/react/ts5.0/index.d.ts:2942
3953
4110
 
3954
4111
  ___
3955
4112
 
@@ -3963,7 +4120,7 @@ AnchorHTMLAttributes.role
3963
4120
 
3964
4121
  #### Defined in
3965
4122
 
3966
- node_modules/@types/react/index.d.ts:1872
4123
+ node_modules/@types/react/ts5.0/index.d.ts:2931
3967
4124
 
3968
4125
  ___
3969
4126
 
@@ -3977,7 +4134,7 @@ AnchorHTMLAttributes.security
3977
4134
 
3978
4135
  #### Defined in
3979
4136
 
3980
- node_modules/@types/react/index.d.ts:1895
4137
+ node_modules/@types/react/ts5.0/index.d.ts:2956
3981
4138
 
3982
4139
  ___
3983
4140
 
@@ -3991,7 +4148,7 @@ AnchorHTMLAttributes.slot
3991
4148
 
3992
4149
  #### Defined in
3993
4150
 
3994
- node_modules/@types/react/index.d.ts:1861
4151
+ node_modules/@types/react/ts5.0/index.d.ts:2920
3995
4152
 
3996
4153
  ___
3997
4154
 
@@ -4005,7 +4162,7 @@ AnchorHTMLAttributes.spellCheck
4005
4162
 
4006
4163
  #### Defined in
4007
4164
 
4008
- node_modules/@types/react/index.d.ts:1862
4165
+ node_modules/@types/react/ts5.0/index.d.ts:2921
4009
4166
 
4010
4167
  ___
4011
4168
 
@@ -4019,7 +4176,7 @@ AnchorHTMLAttributes.style
4019
4176
 
4020
4177
  #### Defined in
4021
4178
 
4022
- node_modules/@types/react/index.d.ts:1863
4179
+ node_modules/@types/react/ts5.0/index.d.ts:2922
4023
4180
 
4024
4181
  ___
4025
4182
 
@@ -4033,7 +4190,7 @@ AnchorHTMLAttributes.suppressContentEditableWarning
4033
4190
 
4034
4191
  #### Defined in
4035
4192
 
4036
- node_modules/@types/react/index.d.ts:1847
4193
+ node_modules/@types/react/ts5.0/index.d.ts:2903
4037
4194
 
4038
4195
  ___
4039
4196
 
@@ -4047,7 +4204,7 @@ AnchorHTMLAttributes.suppressHydrationWarning
4047
4204
 
4048
4205
  #### Defined in
4049
4206
 
4050
- node_modules/@types/react/index.d.ts:1848
4207
+ node_modules/@types/react/ts5.0/index.d.ts:2904
4051
4208
 
4052
4209
  ___
4053
4210
 
@@ -4061,7 +4218,7 @@ AnchorHTMLAttributes.tabIndex
4061
4218
 
4062
4219
  #### Defined in
4063
4220
 
4064
- node_modules/@types/react/index.d.ts:1864
4221
+ node_modules/@types/react/ts5.0/index.d.ts:2923
4065
4222
 
4066
4223
  ___
4067
4224
 
@@ -4075,7 +4232,7 @@ AnchorHTMLAttributes.target
4075
4232
 
4076
4233
  #### Defined in
4077
4234
 
4078
- node_modules/@types/react/index.d.ts:2046
4235
+ node_modules/@types/react/ts5.0/index.d.ts:3127
4079
4236
 
4080
4237
  ___
4081
4238
 
@@ -4089,7 +4246,7 @@ AnchorHTMLAttributes.title
4089
4246
 
4090
4247
  #### Defined in
4091
4248
 
4092
- node_modules/@types/react/index.d.ts:1865
4249
+ node_modules/@types/react/ts5.0/index.d.ts:2924
4093
4250
 
4094
4251
  ___
4095
4252
 
@@ -4103,7 +4260,7 @@ AnchorHTMLAttributes.translate
4103
4260
 
4104
4261
  #### Defined in
4105
4262
 
4106
- node_modules/@types/react/index.d.ts:1866
4263
+ node_modules/@types/react/ts5.0/index.d.ts:2925
4107
4264
 
4108
4265
  ___
4109
4266
 
@@ -4117,7 +4274,7 @@ AnchorHTMLAttributes.type
4117
4274
 
4118
4275
  #### Defined in
4119
4276
 
4120
- node_modules/@types/react/index.d.ts:2047
4277
+ node_modules/@types/react/ts5.0/index.d.ts:3128
4121
4278
 
4122
4279
  ___
4123
4280
 
@@ -4131,7 +4288,7 @@ AnchorHTMLAttributes.typeof
4131
4288
 
4132
4289
  #### Defined in
4133
4290
 
4134
- node_modules/@types/react/index.d.ts:1881
4291
+ node_modules/@types/react/ts5.0/index.d.ts:2943
4135
4292
 
4136
4293
  ___
4137
4294
 
@@ -4145,7 +4302,7 @@ AnchorHTMLAttributes.unselectable
4145
4302
 
4146
4303
  #### Defined in
4147
4304
 
4148
- node_modules/@types/react/index.d.ts:1896
4305
+ node_modules/@types/react/ts5.0/index.d.ts:2957
4149
4306
 
4150
4307
  ___
4151
4308
 
@@ -4159,7 +4316,7 @@ AnchorHTMLAttributes.vocab
4159
4316
 
4160
4317
  #### Defined in
4161
4318
 
4162
- node_modules/@types/react/index.d.ts:1882
4319
+ node_modules/@types/react/ts5.0/index.d.ts:2944
4163
4320
 
4164
4321
  ## Navigation Methods
4165
4322
 
@@ -4179,4 +4336,4 @@ node_modules/@types/react/index.d.ts:1882
4179
4336
 
4180
4337
  #### Defined in
4181
4338
 
4182
- [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:41](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L41)
4339
+ [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:40](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L40)