react-native-a11y-order 0.7.2 → 0.8.1-rc

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.

Potentially problematic release.


This version of react-native-a11y-order might be problematic. Click here for more details.

Files changed (198) hide show
  1. package/android/src/main/java/com/a11yorder/A11yOrderPackage.java +1 -0
  2. package/android/src/main/java/com/a11yorder/events/ScreenReaderFocusedEvent.java +2 -0
  3. package/lib/module/components/A11yGroup/A11yGroup.android.js +7 -4
  4. package/lib/module/components/A11yGroup/A11yGroup.android.js.map +1 -1
  5. package/lib/module/components/A11yGroup/A11yGroup.ios.js +9 -4
  6. package/lib/module/components/A11yGroup/A11yGroup.ios.js.map +1 -1
  7. package/lib/module/components/A11yGroup/A11yGroup.js +2 -0
  8. package/lib/module/components/A11yGroup/A11yGroup.js.map +1 -1
  9. package/lib/module/components/A11yIndex/A11yIndex.js +16 -11
  10. package/lib/module/components/A11yIndex/A11yIndex.js.map +1 -1
  11. package/lib/module/components/A11yIndex/A11yIndex.web.js +6 -3
  12. package/lib/module/components/A11yIndex/A11yIndex.web.js.map +1 -1
  13. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js +6 -3
  14. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js.map +1 -1
  15. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.js +2 -0
  16. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.js.map +1 -1
  17. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js +11 -6
  18. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js.map +1 -1
  19. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js +9 -2
  20. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js.map +1 -1
  21. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js +11 -6
  22. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js.map +1 -1
  23. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js +11 -6
  24. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js.map +1 -1
  25. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js +3 -1
  26. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js.map +1 -1
  27. package/lib/module/components/A11yPaneTitle/A11yPaneTitle.js +5 -2
  28. package/lib/module/components/A11yPaneTitle/A11yPaneTitle.js.map +1 -1
  29. package/lib/module/components/A11ySequence/A11ySequence.js +11 -7
  30. package/lib/module/components/A11ySequence/A11ySequence.js.map +1 -1
  31. package/lib/module/components/A11yUIContainer/A11yUIContainer.ios.js +8 -5
  32. package/lib/module/components/A11yUIContainer/A11yUIContainer.ios.js.map +1 -1
  33. package/lib/module/components/A11yUIContainer/A11yUIContainer.js +2 -0
  34. package/lib/module/components/A11yUIContainer/A11yUIContainer.js.map +1 -1
  35. package/lib/module/components/A11yView/A11yView.js +9 -6
  36. package/lib/module/components/A11yView/A11yView.js.map +1 -1
  37. package/lib/module/context/A11yFocusFrameProviderContext.js +7 -3
  38. package/lib/module/context/A11yFocusFrameProviderContext.js.map +1 -1
  39. package/lib/module/context/A11ySequenceOrderContext.js +2 -0
  40. package/lib/module/context/A11ySequenceOrderContext.js.map +1 -1
  41. package/lib/module/index.js +5 -3
  42. package/lib/module/index.js.map +1 -1
  43. package/lib/module/index.web.js +2 -0
  44. package/lib/module/index.web.js.map +1 -1
  45. package/lib/module/modules/A11yAnnounceModule.android.js +2 -0
  46. package/lib/module/modules/A11yAnnounceModule.android.js.map +1 -1
  47. package/lib/module/modules/A11yAnnounceModule.js +2 -0
  48. package/lib/module/modules/A11yAnnounceModule.js.map +1 -1
  49. package/lib/module/nativeSpecs/A11yGroupNativeComponent.ts +9 -0
  50. package/lib/module/nativeSpecs/A11yIndexNativeComponent.ts +39 -0
  51. package/lib/module/nativeSpecs/A11yLockNativeComponent.ts +12 -0
  52. package/lib/module/nativeSpecs/A11yOrderNativeComponent.ts +11 -0
  53. package/lib/module/nativeSpecs/A11yPaneTitleNativeComponent.ts +13 -0
  54. package/lib/module/nativeSpecs/A11yUIContainerNativeComponent.ts +12 -0
  55. package/lib/module/nativeSpecs/A11yViewNativeComponent.ts +36 -0
  56. package/lib/module/nativeSpecs/NativeA11yAnnounceModule.js +2 -0
  57. package/lib/module/nativeSpecs/NativeA11yAnnounceModule.js.map +1 -1
  58. package/lib/module/package.json +1 -0
  59. package/lib/module/types/A11yGroup.types.js +2 -0
  60. package/lib/module/types/A11yGroup.types.js.map +1 -1
  61. package/lib/module/types/A11yIndex.types.js +2 -0
  62. package/lib/module/types/A11yIndex.types.js.map +1 -1
  63. package/lib/module/types/A11yLock.types.js +2 -0
  64. package/lib/module/types/A11yLock.types.js.map +1 -1
  65. package/lib/module/types/A11yModule.types.js +2 -0
  66. package/lib/module/types/A11yModule.types.js.map +1 -1
  67. package/lib/module/types/A11yUIContainerView.types.js +2 -0
  68. package/lib/module/types/A11yUIContainerView.types.js.map +1 -1
  69. package/lib/module/types/A11yView.types.js +2 -0
  70. package/lib/module/types/A11yView.types.js.map +1 -1
  71. package/lib/typescript/package.json +1 -0
  72. package/lib/typescript/src/components/A11yIndex/A11yIndex.d.ts +124 -1
  73. package/lib/typescript/src/components/A11yIndex/A11yIndex.d.ts.map +1 -1
  74. package/lib/typescript/src/components/A11yIndex/A11yIndex.web.d.ts +124 -1
  75. package/lib/typescript/src/components/A11yIndex/A11yIndex.web.d.ts.map +1 -1
  76. package/lib/typescript/src/components/A11ySequence/A11ySequence.d.ts +124 -2
  77. package/lib/typescript/src/components/A11ySequence/A11ySequence.d.ts.map +1 -1
  78. package/lib/typescript/src/components/A11yView/A11yView.d.ts +129 -3
  79. package/lib/typescript/src/components/A11yView/A11yView.d.ts.map +1 -1
  80. package/lib/typescript/src/index.d.ts +377 -4
  81. package/lib/typescript/src/index.d.ts.map +1 -1
  82. package/lib/typescript/src/index.web.d.ts +164 -10
  83. package/lib/typescript/src/index.web.d.ts.map +1 -1
  84. package/lib/typescript/src/nativeSpecs/A11yGroupNativeComponent.d.ts +3 -1
  85. package/lib/typescript/src/nativeSpecs/A11yGroupNativeComponent.d.ts.map +1 -1
  86. package/lib/typescript/src/nativeSpecs/A11yIndexNativeComponent.d.ts +3 -1
  87. package/lib/typescript/src/nativeSpecs/A11yIndexNativeComponent.d.ts.map +1 -1
  88. package/lib/typescript/src/nativeSpecs/A11yLockNativeComponent.d.ts +3 -1
  89. package/lib/typescript/src/nativeSpecs/A11yLockNativeComponent.d.ts.map +1 -1
  90. package/lib/typescript/src/nativeSpecs/A11yOrderNativeComponent.d.ts +3 -1
  91. package/lib/typescript/src/nativeSpecs/A11yOrderNativeComponent.d.ts.map +1 -1
  92. package/lib/typescript/src/nativeSpecs/A11yPaneTitleNativeComponent.d.ts +3 -1
  93. package/lib/typescript/src/nativeSpecs/A11yPaneTitleNativeComponent.d.ts.map +1 -1
  94. package/lib/typescript/src/nativeSpecs/A11yUIContainerNativeComponent.d.ts +3 -1
  95. package/lib/typescript/src/nativeSpecs/A11yUIContainerNativeComponent.d.ts.map +1 -1
  96. package/lib/typescript/src/nativeSpecs/A11yViewNativeComponent.d.ts +3 -1
  97. package/lib/typescript/src/nativeSpecs/A11yViewNativeComponent.d.ts.map +1 -1
  98. package/lib/typescript/src/nativeSpecs/NativeA11yAnnounceModule.d.ts +1 -1
  99. package/package.json +86 -97
  100. package/react-native-a11y-order.podspec +1 -23
  101. package/src/components/A11yIndex/A11yIndex.tsx +2 -1
  102. package/src/components/A11yIndex/A11yIndex.web.tsx +1 -1
  103. package/src/components/A11yView/A11yView.tsx +1 -1
  104. package/src/nativeSpecs/A11yGroupNativeComponent.ts +1 -0
  105. package/src/nativeSpecs/A11yIndexNativeComponent.ts +3 -0
  106. package/src/nativeSpecs/A11yLockNativeComponent.ts +1 -0
  107. package/src/nativeSpecs/A11yOrderNativeComponent.ts +1 -0
  108. package/src/nativeSpecs/A11yPaneTitleNativeComponent.ts +1 -0
  109. package/src/nativeSpecs/A11yUIContainerNativeComponent.ts +1 -0
  110. package/src/nativeSpecs/A11yViewNativeComponent.ts +3 -0
  111. package/lib/commonjs/components/A11yGroup/A11yGroup.android.js +0 -17
  112. package/lib/commonjs/components/A11yGroup/A11yGroup.android.js.map +0 -1
  113. package/lib/commonjs/components/A11yGroup/A11yGroup.ios.js +0 -21
  114. package/lib/commonjs/components/A11yGroup/A11yGroup.ios.js.map +0 -1
  115. package/lib/commonjs/components/A11yGroup/A11yGroup.js +0 -9
  116. package/lib/commonjs/components/A11yGroup/A11yGroup.js.map +0 -1
  117. package/lib/commonjs/components/A11yIndex/A11yIndex.js +0 -55
  118. package/lib/commonjs/components/A11yIndex/A11yIndex.js.map +0 -1
  119. package/lib/commonjs/components/A11yIndex/A11yIndex.web.js +0 -25
  120. package/lib/commonjs/components/A11yIndex/A11yIndex.web.js.map +0 -1
  121. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js +0 -22
  122. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js.map +0 -1
  123. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.js +0 -9
  124. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.js.map +0 -1
  125. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js +0 -21
  126. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js.map +0 -1
  127. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js +0 -13
  128. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js.map +0 -1
  129. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js +0 -19
  130. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js.map +0 -1
  131. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js +0 -17
  132. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js.map +0 -1
  133. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js +0 -46
  134. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js.map +0 -1
  135. package/lib/commonjs/components/A11yPaneTitle/A11yPaneTitle.js +0 -41
  136. package/lib/commonjs/components/A11yPaneTitle/A11yPaneTitle.js.map +0 -1
  137. package/lib/commonjs/components/A11ySequence/A11ySequence.js +0 -20
  138. package/lib/commonjs/components/A11ySequence/A11ySequence.js.map +0 -1
  139. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.ios.js +0 -21
  140. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.ios.js.map +0 -1
  141. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.js +0 -9
  142. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.js.map +0 -1
  143. package/lib/commonjs/components/A11yView/A11yView.js +0 -37
  144. package/lib/commonjs/components/A11yView/A11yView.js.map +0 -1
  145. package/lib/commonjs/context/A11yFocusFrameProviderContext.js +0 -28
  146. package/lib/commonjs/context/A11yFocusFrameProviderContext.js.map +0 -1
  147. package/lib/commonjs/context/A11ySequenceOrderContext.js +0 -10
  148. package/lib/commonjs/context/A11ySequenceOrderContext.js.map +0 -1
  149. package/lib/commonjs/index.js +0 -33
  150. package/lib/commonjs/index.js.map +0 -1
  151. package/lib/commonjs/index.web.js +0 -27
  152. package/lib/commonjs/index.web.js.map +0 -1
  153. package/lib/commonjs/modules/A11yAnnounceModule.android.js +0 -11
  154. package/lib/commonjs/modules/A11yAnnounceModule.android.js.map +0 -1
  155. package/lib/commonjs/modules/A11yAnnounceModule.js +0 -28
  156. package/lib/commonjs/modules/A11yAnnounceModule.js.map +0 -1
  157. package/lib/commonjs/nativeSpecs/A11yGroupNativeComponent.js +0 -10
  158. package/lib/commonjs/nativeSpecs/A11yGroupNativeComponent.js.map +0 -1
  159. package/lib/commonjs/nativeSpecs/A11yIndexNativeComponent.js +0 -14
  160. package/lib/commonjs/nativeSpecs/A11yIndexNativeComponent.js.map +0 -1
  161. package/lib/commonjs/nativeSpecs/A11yLockNativeComponent.js +0 -10
  162. package/lib/commonjs/nativeSpecs/A11yLockNativeComponent.js.map +0 -1
  163. package/lib/commonjs/nativeSpecs/A11yOrderNativeComponent.js +0 -10
  164. package/lib/commonjs/nativeSpecs/A11yOrderNativeComponent.js.map +0 -1
  165. package/lib/commonjs/nativeSpecs/A11yPaneTitleNativeComponent.js +0 -10
  166. package/lib/commonjs/nativeSpecs/A11yPaneTitleNativeComponent.js.map +0 -1
  167. package/lib/commonjs/nativeSpecs/A11yUIContainerNativeComponent.js +0 -10
  168. package/lib/commonjs/nativeSpecs/A11yUIContainerNativeComponent.js.map +0 -1
  169. package/lib/commonjs/nativeSpecs/A11yViewNativeComponent.js +0 -14
  170. package/lib/commonjs/nativeSpecs/A11yViewNativeComponent.js.map +0 -1
  171. package/lib/commonjs/nativeSpecs/NativeA11yAnnounceModule.js +0 -9
  172. package/lib/commonjs/nativeSpecs/NativeA11yAnnounceModule.js.map +0 -1
  173. package/lib/commonjs/types/A11yGroup.types.js +0 -6
  174. package/lib/commonjs/types/A11yGroup.types.js.map +0 -1
  175. package/lib/commonjs/types/A11yIndex.types.js +0 -13
  176. package/lib/commonjs/types/A11yIndex.types.js.map +0 -1
  177. package/lib/commonjs/types/A11yLock.types.js +0 -6
  178. package/lib/commonjs/types/A11yLock.types.js.map +0 -1
  179. package/lib/commonjs/types/A11yModule.types.js +0 -6
  180. package/lib/commonjs/types/A11yModule.types.js.map +0 -1
  181. package/lib/commonjs/types/A11yUIContainerView.types.js +0 -15
  182. package/lib/commonjs/types/A11yUIContainerView.types.js.map +0 -1
  183. package/lib/commonjs/types/A11yView.types.js +0 -6
  184. package/lib/commonjs/types/A11yView.types.js.map +0 -1
  185. package/lib/module/nativeSpecs/A11yGroupNativeComponent.js +0 -3
  186. package/lib/module/nativeSpecs/A11yGroupNativeComponent.js.map +0 -1
  187. package/lib/module/nativeSpecs/A11yIndexNativeComponent.js +0 -7
  188. package/lib/module/nativeSpecs/A11yIndexNativeComponent.js.map +0 -1
  189. package/lib/module/nativeSpecs/A11yLockNativeComponent.js +0 -3
  190. package/lib/module/nativeSpecs/A11yLockNativeComponent.js.map +0 -1
  191. package/lib/module/nativeSpecs/A11yOrderNativeComponent.js +0 -3
  192. package/lib/module/nativeSpecs/A11yOrderNativeComponent.js.map +0 -1
  193. package/lib/module/nativeSpecs/A11yPaneTitleNativeComponent.js +0 -3
  194. package/lib/module/nativeSpecs/A11yPaneTitleNativeComponent.js.map +0 -1
  195. package/lib/module/nativeSpecs/A11yUIContainerNativeComponent.js +0 -3
  196. package/lib/module/nativeSpecs/A11yUIContainerNativeComponent.js.map +0 -1
  197. package/lib/module/nativeSpecs/A11yViewNativeComponent.js +0 -7
  198. package/lib/module/nativeSpecs/A11yViewNativeComponent.js.map +0 -1
@@ -7,5 +7,128 @@ export declare const A11yIndex: React.ForwardRefExoticComponent<{
7
7
  onScreenReaderSubViewFocusChange?: (isFocused: boolean) => void;
8
8
  onScreenReaderSubViewFocused?: () => void;
9
9
  onScreenReaderSubViewBlurred?: () => void;
10
- } & import("react-native").ViewProps & React.RefAttributes<IndexCommands>>;
10
+ } & Readonly<Omit<Readonly<{
11
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
12
+ onAccessibilityTap?: (() => unknown) | undefined;
13
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
14
+ onMagicTap?: (() => unknown) | undefined;
15
+ onAccessibilityEscape?: (() => unknown) | undefined;
16
+ }>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
17
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
18
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
19
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
20
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
21
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
22
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
23
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
24
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
25
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
26
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
27
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
28
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
29
+ }>, "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
30
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
31
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
32
+ }>, "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
33
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
34
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
35
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
36
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
37
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
38
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
39
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
40
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
41
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
42
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
43
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
44
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
45
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
46
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
47
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
48
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
49
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
50
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
51
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
52
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
53
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
54
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
55
+ }>, "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
56
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
57
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
58
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
59
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
60
+ }>, "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
61
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
62
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
63
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
64
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
65
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
66
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
67
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
68
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
69
+ }>, "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
70
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
71
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
72
+ renderToHardwareTextureAndroid?: boolean | undefined;
73
+ hasTVPreferredFocus?: boolean | undefined;
74
+ nextFocusDown?: number | undefined;
75
+ nextFocusForward?: number | undefined;
76
+ nextFocusLeft?: number | undefined;
77
+ nextFocusRight?: number | undefined;
78
+ nextFocusUp?: number | undefined;
79
+ focusable?: boolean | undefined;
80
+ tabIndex?: 0 | -1;
81
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
82
+ }>, "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
83
+ shouldRasterizeIOS?: boolean | undefined;
84
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
85
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
86
+ "aria-labelledby"?: string | undefined;
87
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
88
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
89
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
90
+ screenReaderFocusable?: boolean;
91
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
92
+ accessibilityIgnoresInvertColors?: boolean | undefined;
93
+ accessibilityViewIsModal?: boolean | undefined;
94
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
95
+ accessibilityLargeContentTitle?: string | undefined;
96
+ "aria-modal"?: boolean | undefined;
97
+ accessibilityElementsHidden?: boolean | undefined;
98
+ accessibilityLanguage?: string | undefined;
99
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
100
+ }>, "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
101
+ accessible?: boolean | undefined;
102
+ accessibilityLabel?: string | undefined;
103
+ accessibilityHint?: string | undefined;
104
+ "aria-label"?: string | undefined;
105
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
106
+ role?: import("react-native").Role | undefined;
107
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
108
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
109
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
110
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
111
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
112
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
113
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
114
+ "aria-busy"?: boolean | undefined;
115
+ "aria-checked"?: (boolean | undefined) | "mixed";
116
+ "aria-disabled"?: boolean | undefined;
117
+ "aria-expanded"?: boolean | undefined;
118
+ "aria-selected"?: boolean | undefined;
119
+ "aria-hidden"?: boolean | undefined;
120
+ }>, "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
121
+ children?: React.ReactNode;
122
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
123
+ collapsable?: boolean | undefined;
124
+ collapsableChildren?: boolean | undefined;
125
+ id?: string;
126
+ testID?: string | undefined;
127
+ nativeID?: string | undefined;
128
+ needsOffscreenAlphaCompositing?: boolean | undefined;
129
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
130
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
131
+ removeClippedSubviews?: boolean | undefined;
132
+ experimental_accessibilityOrder?: Array<string> | undefined;
133
+ }>, never>> & React.RefAttributes<IndexCommands>>;
11
134
  //# sourceMappingURL=A11yIndex.web.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"A11yIndex.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/A11yIndex/A11yIndex.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EACV,aAAa,EAEd,MAAM,6BAA6B,CAAC;AAQrC,eAAO,MAAM,SAAS;;;;;;;0EAarB,CAAC"}
1
+ {"version":3,"file":"A11yIndex.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/A11yIndex/A11yIndex.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EACV,aAAa,EAEd,MAAM,6BAA6B,CAAC;AAQrC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDAarB,CAAC"}
@@ -1,4 +1,126 @@
1
1
  import React from 'react';
2
- import type { ViewProps } from 'react-native';
3
- export declare const A11yIndexSequence: React.NamedExoticComponent<ViewProps>;
2
+ export declare const A11yIndexSequence: React.NamedExoticComponent<Readonly<Omit<Readonly<{
3
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
4
+ onAccessibilityTap?: (() => unknown) | undefined;
5
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
6
+ onMagicTap?: (() => unknown) | undefined;
7
+ onAccessibilityEscape?: (() => unknown) | undefined;
8
+ }>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
9
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
10
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
11
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
12
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
13
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
14
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
15
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
16
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
17
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
18
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
19
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
20
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
21
+ }>, "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
22
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
23
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
24
+ }>, "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
25
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
26
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
27
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
28
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
29
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
30
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
31
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
32
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
33
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
34
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
35
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
36
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
37
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
38
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
39
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
40
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
41
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
42
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
43
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
44
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
45
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
46
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
47
+ }>, "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
48
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
49
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
50
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
51
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
52
+ }>, "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
53
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
54
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
55
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
56
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
57
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
58
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
59
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
60
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
61
+ }>, "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
62
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
63
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
64
+ renderToHardwareTextureAndroid?: boolean | undefined;
65
+ hasTVPreferredFocus?: boolean | undefined;
66
+ nextFocusDown?: number | undefined;
67
+ nextFocusForward?: number | undefined;
68
+ nextFocusLeft?: number | undefined;
69
+ nextFocusRight?: number | undefined;
70
+ nextFocusUp?: number | undefined;
71
+ focusable?: boolean | undefined;
72
+ tabIndex?: 0 | -1;
73
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
74
+ }>, "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
75
+ shouldRasterizeIOS?: boolean | undefined;
76
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
77
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
78
+ "aria-labelledby"?: string | undefined;
79
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
80
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
81
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
82
+ screenReaderFocusable?: boolean;
83
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
84
+ accessibilityIgnoresInvertColors?: boolean | undefined;
85
+ accessibilityViewIsModal?: boolean | undefined;
86
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
87
+ accessibilityLargeContentTitle?: string | undefined;
88
+ "aria-modal"?: boolean | undefined;
89
+ accessibilityElementsHidden?: boolean | undefined;
90
+ accessibilityLanguage?: string | undefined;
91
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
92
+ }>, "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
93
+ accessible?: boolean | undefined;
94
+ accessibilityLabel?: string | undefined;
95
+ accessibilityHint?: string | undefined;
96
+ "aria-label"?: string | undefined;
97
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
+ role?: import("react-native").Role | undefined;
99
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
100
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
102
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
103
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
104
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
105
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
106
+ "aria-busy"?: boolean | undefined;
107
+ "aria-checked"?: (boolean | undefined) | "mixed";
108
+ "aria-disabled"?: boolean | undefined;
109
+ "aria-expanded"?: boolean | undefined;
110
+ "aria-selected"?: boolean | undefined;
111
+ "aria-hidden"?: boolean | undefined;
112
+ }>, "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
113
+ children?: React.ReactNode;
114
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
115
+ collapsable?: boolean | undefined;
116
+ collapsableChildren?: boolean | undefined;
117
+ id?: string;
118
+ testID?: string | undefined;
119
+ nativeID?: string | undefined;
120
+ needsOffscreenAlphaCompositing?: boolean | undefined;
121
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
122
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
123
+ removeClippedSubviews?: boolean | undefined;
124
+ experimental_accessibilityOrder?: Array<string> | undefined;
125
+ }>, never>>>;
4
126
  //# sourceMappingURL=A11ySequence.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"A11ySequence.d.ts","sourceRoot":"","sources":["../../../../../src/components/A11ySequence/A11ySequence.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,eAAO,MAAM,iBAAiB,uCAO5B,CAAC"}
1
+ {"version":3,"file":"A11ySequence.d.ts","sourceRoot":"","sources":["../../../../../src/components/A11ySequence/A11ySequence.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAO5B,CAAC"}
@@ -1,11 +1,137 @@
1
1
  import React from 'react';
2
- import { View } from 'react-native';
3
- export declare const A11yView: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("react-native").ViewProps & {
2
+ export declare const A11yView: React.MemoExoticComponent<React.ForwardRefExoticComponent<Readonly<Omit<Readonly<{
3
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
4
+ onAccessibilityTap?: (() => unknown) | undefined;
5
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
6
+ onMagicTap?: (() => unknown) | undefined;
7
+ onAccessibilityEscape?: (() => unknown) | undefined;
8
+ }>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
9
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
10
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
11
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
12
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
13
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
14
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
15
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
16
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
17
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
18
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
19
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
20
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
21
+ }>, "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
22
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
23
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
24
+ }>, "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
25
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
26
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
27
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
28
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
29
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
30
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
31
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
32
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
33
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
34
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
35
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
36
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
37
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
38
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
39
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
40
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
41
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
42
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
43
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
44
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
45
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
46
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
47
+ }>, "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
48
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
49
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
50
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
51
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
52
+ }>, "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
53
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
54
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
55
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
56
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
57
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
58
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
59
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
60
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
61
+ }>, "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
62
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
63
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
64
+ renderToHardwareTextureAndroid?: boolean | undefined;
65
+ hasTVPreferredFocus?: boolean | undefined;
66
+ nextFocusDown?: number | undefined;
67
+ nextFocusForward?: number | undefined;
68
+ nextFocusLeft?: number | undefined;
69
+ nextFocusRight?: number | undefined;
70
+ nextFocusUp?: number | undefined;
71
+ focusable?: boolean | undefined;
72
+ tabIndex?: 0 | -1;
73
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
74
+ }>, "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
75
+ shouldRasterizeIOS?: boolean | undefined;
76
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
77
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
78
+ "aria-labelledby"?: string | undefined;
79
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
80
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
81
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
82
+ screenReaderFocusable?: boolean;
83
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
84
+ accessibilityIgnoresInvertColors?: boolean | undefined;
85
+ accessibilityViewIsModal?: boolean | undefined;
86
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
87
+ accessibilityLargeContentTitle?: string | undefined;
88
+ "aria-modal"?: boolean | undefined;
89
+ accessibilityElementsHidden?: boolean | undefined;
90
+ accessibilityLanguage?: string | undefined;
91
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
92
+ }>, "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
93
+ accessible?: boolean | undefined;
94
+ accessibilityLabel?: string | undefined;
95
+ accessibilityHint?: string | undefined;
96
+ "aria-label"?: string | undefined;
97
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
+ role?: import("react-native").Role | undefined;
99
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
100
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
102
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
103
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
104
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
105
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
106
+ "aria-busy"?: boolean | undefined;
107
+ "aria-checked"?: (boolean | undefined) | "mixed";
108
+ "aria-disabled"?: boolean | undefined;
109
+ "aria-expanded"?: boolean | undefined;
110
+ "aria-selected"?: boolean | undefined;
111
+ "aria-hidden"?: boolean | undefined;
112
+ }>, "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
113
+ children?: React.ReactNode;
114
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
115
+ collapsable?: boolean | undefined;
116
+ collapsableChildren?: boolean | undefined;
117
+ id?: string;
118
+ testID?: string | undefined;
119
+ nativeID?: string | undefined;
120
+ needsOffscreenAlphaCompositing?: boolean | undefined;
121
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
122
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
123
+ removeClippedSubviews?: boolean | undefined;
124
+ experimental_accessibilityOrder?: Array<string> | undefined;
125
+ }>, never>> & {
4
126
  autoFocus?: boolean;
5
127
  onScreenReaderFocused?: () => void;
6
128
  onScreenReaderSubViewFocusChange?: (isFocused: boolean) => void;
7
129
  onScreenReaderSubViewFocused?: () => void;
8
130
  onScreenReaderSubViewBlurred?: () => void;
9
131
  onScreenReaderDescendantFocusChanged?: (e: import("../..").ScreenReaderDescendantFocusChangedEvent) => void;
10
- } & React.RefAttributes<View>>>;
132
+ } & React.RefAttributes<(props: Omit<import("react-native").ViewProps, keyof {
133
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native").unstable_NativeView>>;
134
+ }> & {
135
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native").unstable_NativeView>>;
136
+ }) => React.ReactNode>>>;
11
137
  //# sourceMappingURL=A11yView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"A11yView.d.ts","sourceRoot":"","sources":["../../../../../src/components/A11yView/A11yView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,eAAO,MAAM,QAAQ;;;;;;;+BAuDpB,CAAC"}
1
+ {"version":3,"file":"A11yView.d.ts","sourceRoot":"","sources":["../../../../../src/components/A11yView/A11yView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoBuC,CAAA;;OACW,CAAC;wBAkCvE,CAAC"}