@symbiote-native/angular 0.0.0-canary-20260724081123

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 (276) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +157 -0
  3. package/babel-linker.cjs +7 -0
  4. package/babel-register-composed.cjs +127 -0
  5. package/bin/symbiote-angular-dev.cjs +93 -0
  6. package/build/angular/anchor-host-registry.d.ts +2 -0
  7. package/build/angular/anchor-host-registry.js +84 -0
  8. package/build/angular/anchor-host-registry.js.map +1 -0
  9. package/build/angular/bootstrap.d.ts +7 -0
  10. package/build/angular/bootstrap.js +15 -0
  11. package/build/angular/bootstrap.js.map +1 -0
  12. package/build/angular/components/activity-indicator/index.android.d.ts +12 -0
  13. package/build/angular/components/activity-indicator/index.android.js +21 -0
  14. package/build/angular/components/activity-indicator/index.android.js.map +1 -0
  15. package/build/angular/components/activity-indicator/index.d.ts +1 -0
  16. package/build/angular/components/activity-indicator/index.ios.d.ts +8 -0
  17. package/build/angular/components/activity-indicator/index.ios.js +21 -0
  18. package/build/angular/components/activity-indicator/index.ios.js.map +1 -0
  19. package/build/angular/components/activity-indicator/index.js +4 -0
  20. package/build/angular/components/activity-indicator/index.js.map +1 -0
  21. package/build/angular/components/activity-indicator/shared.d.ts +67 -0
  22. package/build/angular/components/activity-indicator/shared.js +260 -0
  23. package/build/angular/components/activity-indicator/shared.js.map +1 -0
  24. package/build/angular/components/button.d.ts +63 -0
  25. package/build/angular/components/button.js +332 -0
  26. package/build/angular/components/button.js.map +1 -0
  27. package/build/angular/components/flat-list/index.d.ts +122 -0
  28. package/build/angular/components/flat-list/index.js +688 -0
  29. package/build/angular/components/flat-list/index.js.map +1 -0
  30. package/build/angular/components/image/index.android.d.ts +10 -0
  31. package/build/angular/components/image/index.android.js +59 -0
  32. package/build/angular/components/image/index.android.js.map +1 -0
  33. package/build/angular/components/image/index.d.ts +1 -0
  34. package/build/angular/components/image/index.ios.d.ts +10 -0
  35. package/build/angular/components/image/index.ios.js +59 -0
  36. package/build/angular/components/image/index.ios.js.map +1 -0
  37. package/build/angular/components/image/index.js +3 -0
  38. package/build/angular/components/image/index.js.map +1 -0
  39. package/build/angular/components/image/shared.d.ts +101 -0
  40. package/build/angular/components/image/shared.js +406 -0
  41. package/build/angular/components/image/shared.js.map +1 -0
  42. package/build/angular/components/image-background.d.ts +81 -0
  43. package/build/angular/components/image-background.js +418 -0
  44. package/build/angular/components/image-background.js.map +1 -0
  45. package/build/angular/components/input-accessory-view/index.d.ts +60 -0
  46. package/build/angular/components/input-accessory-view/index.js +251 -0
  47. package/build/angular/components/input-accessory-view/index.js.map +1 -0
  48. package/build/angular/components/keyboard-avoiding-view/index.d.ts +82 -0
  49. package/build/angular/components/keyboard-avoiding-view/index.js +358 -0
  50. package/build/angular/components/keyboard-avoiding-view/index.js.map +1 -0
  51. package/build/angular/components/modal/index.d.ts +92 -0
  52. package/build/angular/components/modal/index.js +360 -0
  53. package/build/angular/components/modal/index.js.map +1 -0
  54. package/build/angular/components/pressable/index.d.ts +123 -0
  55. package/build/angular/components/pressable/index.js +420 -0
  56. package/build/angular/components/pressable/index.js.map +1 -0
  57. package/build/angular/components/refresh-control/index.d.ts +86 -0
  58. package/build/angular/components/refresh-control/index.js +342 -0
  59. package/build/angular/components/refresh-control/index.js.map +1 -0
  60. package/build/angular/components/safe-area-view/index.d.ts +57 -0
  61. package/build/angular/components/safe-area-view/index.js +248 -0
  62. package/build/angular/components/safe-area-view/index.js.map +1 -0
  63. package/build/angular/components/scroll-view/index.android.d.ts +21 -0
  64. package/build/angular/components/scroll-view/index.android.js +235 -0
  65. package/build/angular/components/scroll-view/index.android.js.map +1 -0
  66. package/build/angular/components/scroll-view/index.d.ts +3 -0
  67. package/build/angular/components/scroll-view/index.ios.d.ts +9 -0
  68. package/build/angular/components/scroll-view/index.ios.js +86 -0
  69. package/build/angular/components/scroll-view/index.ios.js.map +1 -0
  70. package/build/angular/components/scroll-view/index.js +6 -0
  71. package/build/angular/components/scroll-view/index.js.map +1 -0
  72. package/build/angular/components/scroll-view/projection.d.ts +32 -0
  73. package/build/angular/components/scroll-view/projection.js +334 -0
  74. package/build/angular/components/scroll-view/projection.js.map +1 -0
  75. package/build/angular/components/scroll-view/shared.d.ts +230 -0
  76. package/build/angular/components/scroll-view/shared.js +682 -0
  77. package/build/angular/components/scroll-view/shared.js.map +1 -0
  78. package/build/angular/components/scroll-view/sticky-header.d.ts +40 -0
  79. package/build/angular/components/scroll-view/sticky-header.js +225 -0
  80. package/build/angular/components/scroll-view/sticky-header.js.map +1 -0
  81. package/build/angular/components/section-list/index.d.ts +116 -0
  82. package/build/angular/components/section-list/index.js +641 -0
  83. package/build/angular/components/section-list/index.js.map +1 -0
  84. package/build/angular/components/switch/index.android.d.ts +20 -0
  85. package/build/angular/components/switch/index.android.js +70 -0
  86. package/build/angular/components/switch/index.android.js.map +1 -0
  87. package/build/angular/components/switch/index.d.ts +1 -0
  88. package/build/angular/components/switch/index.ios.d.ts +19 -0
  89. package/build/angular/components/switch/index.ios.js +69 -0
  90. package/build/angular/components/switch/index.ios.js.map +1 -0
  91. package/build/angular/components/switch/index.js +4 -0
  92. package/build/angular/components/switch/index.js.map +1 -0
  93. package/build/angular/components/switch/shared.d.ts +40 -0
  94. package/build/angular/components/switch/shared.js +127 -0
  95. package/build/angular/components/switch/shared.js.map +1 -0
  96. package/build/angular/components/text-input.d.ts +153 -0
  97. package/build/angular/components/text-input.js +599 -0
  98. package/build/angular/components/text-input.js.map +1 -0
  99. package/build/angular/components/touchable/index.d.ts +245 -0
  100. package/build/angular/components/touchable/index.js +1186 -0
  101. package/build/angular/components/touchable/index.js.map +1 -0
  102. package/build/angular/components/touchable-native-feedback/index.d.ts +83 -0
  103. package/build/angular/components/touchable-native-feedback/index.js +371 -0
  104. package/build/angular/components/touchable-native-feedback/index.js.map +1 -0
  105. package/build/angular/components/virtualized-list/directives.d.ts +54 -0
  106. package/build/angular/components/virtualized-list/directives.js +153 -0
  107. package/build/angular/components/virtualized-list/directives.js.map +1 -0
  108. package/build/angular/components/virtualized-list/index.d.ts +253 -0
  109. package/build/angular/components/virtualized-list/index.js +1031 -0
  110. package/build/angular/components/virtualized-list/index.js.map +1 -0
  111. package/build/angular/components/virtualized-section-list/directives.d.ts +37 -0
  112. package/build/angular/components/virtualized-section-list/directives.js +76 -0
  113. package/build/angular/components/virtualized-section-list/directives.js.map +1 -0
  114. package/build/angular/components/virtualized-section-list/index.d.ts +178 -0
  115. package/build/angular/components/virtualized-section-list/index.js +720 -0
  116. package/build/angular/components/virtualized-section-list/index.js.map +1 -0
  117. package/build/angular/components.d.ts +39 -0
  118. package/build/angular/components.js +38 -0
  119. package/build/angular/components.js.map +1 -0
  120. package/build/angular/create-portal/index.d.ts +22 -0
  121. package/build/angular/create-portal/index.js +74 -0
  122. package/build/angular/create-portal/index.js.map +1 -0
  123. package/build/angular/create-tunnel/index.d.ts +34 -0
  124. package/build/angular/create-tunnel/index.js +126 -0
  125. package/build/angular/create-tunnel/index.js.map +1 -0
  126. package/build/angular/descriptor-to-angular/index.d.ts +22 -0
  127. package/build/angular/descriptor-to-angular/index.js +142 -0
  128. package/build/angular/descriptor-to-angular/index.js.map +1 -0
  129. package/build/angular/host-instance/index.d.ts +2 -0
  130. package/build/angular/host-instance/index.js +37 -0
  131. package/build/angular/host-instance/index.js.map +1 -0
  132. package/build/angular/index.d.ts +22 -0
  133. package/build/angular/index.js +46 -0
  134. package/build/angular/index.js.map +1 -0
  135. package/build/angular/modules/animated/animated-leaf-binder/index.d.ts +14 -0
  136. package/build/angular/modules/animated/animated-leaf-binder/index.js +91 -0
  137. package/build/angular/modules/animated/animated-leaf-binder/index.js.map +1 -0
  138. package/build/angular/modules/animated/animated-leaf-binder.d.ts +14 -0
  139. package/build/angular/modules/animated/animated-leaf-binder.js +91 -0
  140. package/build/angular/modules/animated/animated-leaf-binder.js.map +1 -0
  141. package/build/angular/modules/animated/create-animated-component.d.ts +59 -0
  142. package/build/angular/modules/animated/create-animated-component.js +364 -0
  143. package/build/angular/modules/animated/create-animated-component.js.map +1 -0
  144. package/build/angular/modules/animated/index.d.ts +51 -0
  145. package/build/angular/modules/animated/index.js +59 -0
  146. package/build/angular/modules/animated/index.js.map +1 -0
  147. package/build/angular/modules/app-registry/index.d.ts +7 -0
  148. package/build/angular/modules/app-registry/index.js +23 -0
  149. package/build/angular/modules/app-registry/index.js.map +1 -0
  150. package/build/angular/modules/status-bar/index.d.ts +20 -0
  151. package/build/angular/modules/status-bar/index.js +59 -0
  152. package/build/angular/modules/status-bar/index.js.map +1 -0
  153. package/build/angular/primitives/index.d.ts +63 -0
  154. package/build/angular/primitives/index.js +189 -0
  155. package/build/angular/primitives/index.js.map +1 -0
  156. package/build/angular/primitives/shared.d.ts +88 -0
  157. package/build/angular/primitives/shared.js +171 -0
  158. package/build/angular/primitives/shared.js.map +1 -0
  159. package/build/angular/render/index.d.ts +11 -0
  160. package/build/angular/render/index.js +171 -0
  161. package/build/angular/render/index.js.map +1 -0
  162. package/build/angular/renderer/index.d.ts +37 -0
  163. package/build/angular/renderer/index.js +301 -0
  164. package/build/angular/renderer/index.js.map +1 -0
  165. package/build/angular/services/color-scheme.service.d.ts +16 -0
  166. package/build/angular/services/color-scheme.service.js +31 -0
  167. package/build/angular/services/color-scheme.service.js.map +1 -0
  168. package/build/angular/services/index.d.ts +2 -0
  169. package/build/angular/services/index.js +3 -0
  170. package/build/angular/services/index.js.map +1 -0
  171. package/build/angular/services/window-dimensions.service.d.ts +16 -0
  172. package/build/angular/services/window-dimensions.service.js +42 -0
  173. package/build/angular/services/window-dimensions.service.js.map +1 -0
  174. package/metro-config.cjs +48 -0
  175. package/metro-css-parser.cjs +13 -0
  176. package/package.json +80 -0
  177. package/src/__tests__/responder-change-detection.test.ts +102 -0
  178. package/src/__tests__/responder-nested-cd.test.ts +113 -0
  179. package/src/anchor-host-registry.ts +88 -0
  180. package/src/angular-gaps.test.ts +142 -0
  181. package/src/angular-imports.test.ts +100 -0
  182. package/src/bootstrap.ts +26 -0
  183. package/src/components/activity-indicator/activity-indicator-class-style.test.ts +44 -0
  184. package/src/components/activity-indicator/activity-indicator.test.ts +131 -0
  185. package/src/components/activity-indicator/index.android.ts +16 -0
  186. package/src/components/activity-indicator/index.ios.ts +17 -0
  187. package/src/components/activity-indicator/index.ts +4 -0
  188. package/src/components/activity-indicator/shared.ts +206 -0
  189. package/src/components/button.ts +193 -0
  190. package/src/components/flat-list/column-wrapper-style-class.test.ts +116 -0
  191. package/src/components/flat-list/flat-list-array-style.test.ts +131 -0
  192. package/src/components/flat-list/flat-list-class-style.test.ts +74 -0
  193. package/src/components/flat-list/flat-list-scroll-containment.test.ts +107 -0
  194. package/src/components/flat-list/flat-list.test.ts +99 -0
  195. package/src/components/flat-list/index.ts +574 -0
  196. package/src/components/image/image-class-style.test.ts +46 -0
  197. package/src/components/image/index.android.ts +48 -0
  198. package/src/components/image/index.ios.ts +48 -0
  199. package/src/components/image/index.ts +3 -0
  200. package/src/components/image/shared.ts +479 -0
  201. package/src/components/image-background-class-style.test.ts +48 -0
  202. package/src/components/image-background-style-class.test.ts +79 -0
  203. package/src/components/image-background.ts +270 -0
  204. package/src/components/input-accessory-view/index.ts +185 -0
  205. package/src/components/input-accessory-view/input-accessory-view.test.ts +43 -0
  206. package/src/components/keyboard-avoiding-view/index.ts +303 -0
  207. package/src/components/keyboard-avoiding-view/keyboard-avoiding-view.test.ts +54 -0
  208. package/src/components/modal/index.ts +299 -0
  209. package/src/components/modal/modal.test.ts +43 -0
  210. package/src/components/pressable/index.ts +373 -0
  211. package/src/components/pressable/pressable.test.ts +85 -0
  212. package/src/components/refresh-control/index.ts +284 -0
  213. package/src/components/refresh-control/refresh-control.test.ts +41 -0
  214. package/src/components/safe-area-view/index.ts +177 -0
  215. package/src/components/safe-area-view/safe-area-view.test.ts +43 -0
  216. package/src/components/scroll-view/android-scroll-view-axis-projection.test.ts +123 -0
  217. package/src/components/scroll-view/content-container-style-class.test.ts +75 -0
  218. package/src/components/scroll-view/index.android.ts +190 -0
  219. package/src/components/scroll-view/index.ios.ts +79 -0
  220. package/src/components/scroll-view/index.ts +7 -0
  221. package/src/components/scroll-view/projection.ts +414 -0
  222. package/src/components/scroll-view/scroll-view-class-style.test.ts +134 -0
  223. package/src/components/scroll-view/scroll-view-projection.test.ts +194 -0
  224. package/src/components/scroll-view/shared.ts +844 -0
  225. package/src/components/scroll-view/sticky-header.ts +255 -0
  226. package/src/components/section-list/index.ts +445 -0
  227. package/src/components/switch/android-switch-class.test.ts +42 -0
  228. package/src/components/switch/index.android.ts +61 -0
  229. package/src/components/switch/index.ios.ts +60 -0
  230. package/src/components/switch/index.ts +4 -0
  231. package/src/components/switch/shared.ts +197 -0
  232. package/src/components/switch/switch.test.ts +92 -0
  233. package/src/components/text-input-class-style.test.ts +54 -0
  234. package/src/components/text-input.ts +531 -0
  235. package/src/components/touchable/index.ts +629 -0
  236. package/src/components/touchable/touchable.test.ts +102 -0
  237. package/src/components/touchable-native-feedback/index.ts +254 -0
  238. package/src/components/touchable-native-feedback/touchable-native-feedback.test.ts +49 -0
  239. package/src/components/virtualized-list/directives.ts +168 -0
  240. package/src/components/virtualized-list/index.ts +992 -0
  241. package/src/components/virtualized-list/virtualized-list-class-style.test.ts +76 -0
  242. package/src/components/virtualized-section-list/directives.ts +90 -0
  243. package/src/components/virtualized-section-list/index.ts +601 -0
  244. package/src/components/virtualized-section-list/virtualized-section-list-class-style.test.ts +60 -0
  245. package/src/components.ts +149 -0
  246. package/src/create-portal/create-portal.test.ts +90 -0
  247. package/src/create-portal/index.ts +74 -0
  248. package/src/create-tunnel/create-tunnel.test.ts +120 -0
  249. package/src/create-tunnel/index.ts +136 -0
  250. package/src/descriptor-to-angular/descriptor-outlet.test.ts +94 -0
  251. package/src/descriptor-to-angular/index.ts +190 -0
  252. package/src/host-instance/host-instance.test.ts +49 -0
  253. package/src/host-instance/index.ts +36 -0
  254. package/src/index.ts +261 -0
  255. package/src/modules/animated/animated-leaf-binder/animated-leaf-binder.test.ts +116 -0
  256. package/src/modules/animated/animated-leaf-binder/index.ts +101 -0
  257. package/src/modules/animated/animated-leaf-binder.test.ts +116 -0
  258. package/src/modules/animated/animated-leaf-binder.ts +101 -0
  259. package/src/modules/animated/animated-scroll-view.test.ts +102 -0
  260. package/src/modules/animated/create-animated-component.ts +365 -0
  261. package/src/modules/animated/index.ts +105 -0
  262. package/src/modules/app-registry/app-registry.test.ts +106 -0
  263. package/src/modules/app-registry/index.ts +60 -0
  264. package/src/modules/status-bar/index.ts +57 -0
  265. package/src/modules/status-bar/status-bar.test.ts +50 -0
  266. package/src/primitives/index.ts +119 -0
  267. package/src/primitives/shared.ts +190 -0
  268. package/src/render/index.ts +235 -0
  269. package/src/render/render.test.ts +147 -0
  270. package/src/renderer/index.ts +347 -0
  271. package/src/renderer/renderer.test.ts +203 -0
  272. package/src/services/color-scheme.service.ts +27 -0
  273. package/src/services/index.ts +2 -0
  274. package/src/services/services.test.ts +163 -0
  275. package/src/services/window-dimensions.service.ts +41 -0
  276. package/tsconfig.angular.base.json +30 -0
@@ -0,0 +1,1186 @@
1
+ // The Touchable* family for Angular, all built on Pressable (the Angular twin of the React/Vue
2
+ // adapter). The press-timing constants and the deactivation-floor math are shared with every
3
+ // adapter (@symbiote-native/components/state/touchable); here Angular owns only the Animated wiring + the
4
+ // press scheduling state:
5
+ // TouchableOpacity: animate an Animated.Value opacity toward activeOpacity on press-in and back
6
+ // to 1 on press-out, driven from Pressable's onPressIn/onPressOut. The opacity Value is held by
7
+ // IDENTITY as a plain field (an engine object, never an @Input / reactive wrap) and the
8
+ // <symbiote-animated-view> leaf commits it every frame.
9
+ // TouchableHighlight: paint underlayColor + lower child opacity while pressed, via Pressable's
10
+ // style-as-function (Pressable drives the pressed flag through its own responder lifecycle).
11
+ // TouchableWithoutFeedback: no visual change, just the press wiring forwarded through Pressable.
12
+ //
13
+ // Every Touchable's own press/hover/accessibility events are now real @Output() EventEmitters too,
14
+ // matching Pressable (which they wrap) — `(press)="handler($event)"`, never `[onPress]="handler"`.
15
+ // Non-event config (delayLongPress, hitSlop, ...) still rides down as plain @Input() bindings.
16
+ // Accessibility EVENTS forward straight through to Pressable's own outputs
17
+ // (`(accessibilityAction)="accessibilityAction.emit($event)"`); accessibility STATE folds the web
18
+ // aria-*/role aliases and merges `disabled` into the a11y state on Pressable's own host — no re-fold
19
+ // here (the a11y host is Pressable's view, mirroring React's `...rest` -> Pressable). No JS-side
20
+ // platform branch, so this stays a flat single file, mirroring React/Vue. Each Touchable
21
+ // forwards the Angular Pressable surface verbatim; parity is against that surface, exactly as
22
+ // React's Touchable parity is against
23
+ // the React Pressable surface.
24
+ import { CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, inject, Input, Output, } from '@angular/core';
25
+ import { createTouchableFeedbackHandlers, createTouchableFeedbackRuntime, highlightPressedStyle, DEFAULT_ACTIVE_OPACITY, DEFAULT_HIGHLIGHT_CHILD_OPACITY, DEFAULT_MIN_PRESS_DURATION_MS, DEFAULT_UNDERLAY_COLOR, OPACITY_ACTIVE_DURATION_MS, OPACITY_INACTIVE_DURATION_MS, RESTING_OPACITY, } from '@symbiote-native/components';
26
+ import {} from '@symbiote-native/engine';
27
+ import { anchorHostStyle, anchorStyleProp } from '../../primitives';
28
+ import { Pressable } from '../pressable';
29
+ import { Animated, AnimatedView } from '../../modules/animated';
30
+ import * as i0 from "@angular/core";
31
+ // The real setTimeout the shared feedback machine schedules its deferred activation/deactivation on
32
+ // (core/components has no timer globals). Returns a canceller so an early release flushes the timer.
33
+ function scheduleTimeout(callback, ms) {
34
+ const id = setTimeout(callback, ms);
35
+ return () => clearTimeout(id);
36
+ }
37
+ export class TouchableOpacity {
38
+ press = new EventEmitter();
39
+ pressIn = new EventEmitter();
40
+ pressOut = new EventEmitter();
41
+ pressMove = new EventEmitter();
42
+ longPress = new EventEmitter();
43
+ hoverIn = new EventEmitter();
44
+ hoverOut = new EventEmitter();
45
+ accessibilityAction = new EventEmitter();
46
+ accessibilityTap = new EventEmitter();
47
+ magicTap = new EventEmitter();
48
+ accessibilityEscape = new EventEmitter();
49
+ activeOpacity;
50
+ delayPressIn;
51
+ delayPressOut;
52
+ minPressDuration;
53
+ style;
54
+ delayLongPress;
55
+ delayHoverIn;
56
+ delayHoverOut;
57
+ disabled;
58
+ cancelable;
59
+ hitSlop;
60
+ pressRetentionOffset;
61
+ unstable_pressDelay;
62
+ android_ripple;
63
+ android_disableSound;
64
+ testID;
65
+ nativeID;
66
+ hasTVPreferredFocus;
67
+ nextFocusDown;
68
+ nextFocusForward;
69
+ nextFocusLeft;
70
+ nextFocusRight;
71
+ nextFocusUp;
72
+ accessible;
73
+ accessibilityLabel;
74
+ accessibilityHint;
75
+ accessibilityRole;
76
+ accessibilityState;
77
+ accessibilityValue;
78
+ accessibilityActions;
79
+ accessibilityLabelledBy;
80
+ importantForAccessibility;
81
+ accessibilityLiveRegion;
82
+ screenReaderFocusable;
83
+ accessibilityViewIsModal;
84
+ accessibilityElementsHidden;
85
+ accessibilityIgnoresInvertColors;
86
+ accessibilityLanguage;
87
+ accessibilityRespondsToUserInteraction;
88
+ accessibilityShowsLargeContentViewer;
89
+ accessibilityLargeContentTitle;
90
+ ariaLabel;
91
+ ariaBusy;
92
+ ariaChecked;
93
+ ariaDisabled;
94
+ ariaExpanded;
95
+ ariaHidden;
96
+ ariaLabelledBy;
97
+ ariaLive;
98
+ ariaSelected;
99
+ ariaModal;
100
+ ariaValueMax;
101
+ ariaValueMin;
102
+ ariaValueNow;
103
+ ariaValueText;
104
+ id;
105
+ role;
106
+ // One Animated.Value per mount, resting at full opacity. Held by IDENTITY as a plain field (an
107
+ // engine object, never an @Input / reactive wrap); the <symbiote-animated-view> leaf rasterizes
108
+ // it for the first paint and drives it through setNativeProps every frame.
109
+ opacity = new Animated.Value(RESTING_OPACITY);
110
+ // The shared press-scheduling cell (delayPressIn timer + activation clock), persisted on the
111
+ // instance; the machine's handlers are rebuilt per event over live @Input()s.
112
+ runtime = createTouchableFeedbackRuntime();
113
+ // This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
114
+ // onto (see anchorHostStyle's doc comment) — NOT the <symbiote-animated-view> leaf one level down.
115
+ elementRef = inject(ElementRef);
116
+ // The (possibly animated) style the leaf reduces: the anchor's class-derived style first, then
117
+ // the user's explicit style, then the live opacity layered on top (last wins via the style array
118
+ // the commit layer flattens). `unknown` because the array mixes a plain style with an
119
+ // AnimatedNode, exactly the bag AnimatedView's `style` input accepts.
120
+ get animatedStyle() {
121
+ return [anchorHostStyle(this.elementRef), this.style, { opacity: this.opacity }];
122
+ }
123
+ setOpacityTo(toValue, duration) {
124
+ Animated.timing(this.opacity, {
125
+ toValue,
126
+ duration,
127
+ easing: Animated.Easing.inOut(Animated.Easing.quad),
128
+ useNativeDriver: false,
129
+ }).start();
130
+ }
131
+ // Built per event so the machine reads live @Input()s (delay/opacity); the runtime persists across
132
+ // calls. The shared machine owns the scheduling — the adapter supplies only the native seam: the
133
+ // Animated opacity fade + the @Output() emit, as activate/deactivate.
134
+ feedbackHandlers() {
135
+ return createTouchableFeedbackHandlers({
136
+ delayPressIn: this.delayPressIn ?? 0,
137
+ delayPressOut: this.delayPressOut ?? 0,
138
+ minPressDuration: this.minPressDuration ?? DEFAULT_MIN_PRESS_DURATION_MS,
139
+ schedule: scheduleTimeout,
140
+ now: Date.now,
141
+ }, this.runtime, {
142
+ activate: (event) => {
143
+ this.setOpacityTo(this.activeOpacity ?? DEFAULT_ACTIVE_OPACITY, OPACITY_ACTIVE_DURATION_MS);
144
+ this.pressIn.emit(event);
145
+ },
146
+ deactivate: (event) => {
147
+ this.setOpacityTo(RESTING_OPACITY, OPACITY_INACTIVE_DURATION_MS);
148
+ this.pressOut.emit(event);
149
+ },
150
+ });
151
+ }
152
+ // Arrow fields (stable identity for OnPush, `this` intact when Pressable's `(pressIn)` invokes
153
+ // them). The delayPressIn defer + minPressDuration/delayPressOut hold live in the shared machine.
154
+ handlePressIn = (event) => {
155
+ this.feedbackHandlers().handlePressIn(event);
156
+ };
157
+ handlePressOut = (event) => {
158
+ this.feedbackHandlers().handlePressOut(event);
159
+ };
160
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TouchableOpacity, deps: [], target: i0.ɵɵFactoryTarget.Component });
161
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.5", type: TouchableOpacity, isStandalone: true, selector: "TouchableOpacity", inputs: { activeOpacity: "activeOpacity", delayPressIn: "delayPressIn", delayPressOut: "delayPressOut", minPressDuration: "minPressDuration", style: "style", delayLongPress: "delayLongPress", delayHoverIn: "delayHoverIn", delayHoverOut: "delayHoverOut", disabled: "disabled", cancelable: "cancelable", hitSlop: "hitSlop", pressRetentionOffset: "pressRetentionOffset", unstable_pressDelay: "unstable_pressDelay", android_ripple: "android_ripple", android_disableSound: "android_disableSound", testID: "testID", nativeID: "nativeID", hasTVPreferredFocus: "hasTVPreferredFocus", nextFocusDown: "nextFocusDown", nextFocusForward: "nextFocusForward", nextFocusLeft: "nextFocusLeft", nextFocusRight: "nextFocusRight", nextFocusUp: "nextFocusUp", accessible: "accessible", accessibilityLabel: "accessibilityLabel", accessibilityHint: "accessibilityHint", accessibilityRole: "accessibilityRole", accessibilityState: "accessibilityState", accessibilityValue: "accessibilityValue", accessibilityActions: "accessibilityActions", accessibilityLabelledBy: "accessibilityLabelledBy", importantForAccessibility: "importantForAccessibility", accessibilityLiveRegion: "accessibilityLiveRegion", screenReaderFocusable: "screenReaderFocusable", accessibilityViewIsModal: "accessibilityViewIsModal", accessibilityElementsHidden: "accessibilityElementsHidden", accessibilityIgnoresInvertColors: "accessibilityIgnoresInvertColors", accessibilityLanguage: "accessibilityLanguage", accessibilityRespondsToUserInteraction: "accessibilityRespondsToUserInteraction", accessibilityShowsLargeContentViewer: "accessibilityShowsLargeContentViewer", accessibilityLargeContentTitle: "accessibilityLargeContentTitle", ariaLabel: "ariaLabel", ariaBusy: "ariaBusy", ariaChecked: "ariaChecked", ariaDisabled: "ariaDisabled", ariaExpanded: "ariaExpanded", ariaHidden: "ariaHidden", ariaLabelledBy: "ariaLabelledBy", ariaLive: "ariaLive", ariaSelected: "ariaSelected", ariaModal: "ariaModal", ariaValueMax: "ariaValueMax", ariaValueMin: "ariaValueMin", ariaValueNow: "ariaValueNow", ariaValueText: "ariaValueText", id: "id", role: "role" }, outputs: { press: "press", pressIn: "pressIn", pressOut: "pressOut", pressMove: "pressMove", longPress: "longPress", hoverIn: "hoverIn", hoverOut: "hoverOut", accessibilityAction: "accessibilityAction", accessibilityTap: "accessibilityTap", magicTap: "magicTap", accessibilityEscape: "accessibilityEscape" }, ngImport: i0, template: `
162
+ <Pressable
163
+ (press)="press.emit($event)"
164
+ (pressIn)="handlePressIn($event)"
165
+ (pressOut)="handlePressOut($event)"
166
+ (pressMove)="pressMove.emit($event)"
167
+ (longPress)="longPress.emit($event)"
168
+ (hoverIn)="hoverIn.emit($event)"
169
+ (hoverOut)="hoverOut.emit($event)"
170
+ [delayLongPress]="delayLongPress"
171
+ [delayHoverIn]="delayHoverIn"
172
+ [delayHoverOut]="delayHoverOut"
173
+ [disabled]="disabled"
174
+ [cancelable]="cancelable"
175
+ [hitSlop]="hitSlop"
176
+ [pressRetentionOffset]="pressRetentionOffset"
177
+ [unstable_pressDelay]="unstable_pressDelay"
178
+ [android_ripple]="android_ripple"
179
+ [android_disableSound]="android_disableSound"
180
+ [testID]="testID"
181
+ [nativeID]="nativeID"
182
+ [hasTVPreferredFocus]="hasTVPreferredFocus"
183
+ [nextFocusDown]="nextFocusDown"
184
+ [nextFocusForward]="nextFocusForward"
185
+ [nextFocusLeft]="nextFocusLeft"
186
+ [nextFocusRight]="nextFocusRight"
187
+ [nextFocusUp]="nextFocusUp"
188
+ [accessible]="accessible"
189
+ [accessibilityLabel]="accessibilityLabel"
190
+ [accessibilityHint]="accessibilityHint"
191
+ [accessibilityRole]="accessibilityRole"
192
+ [accessibilityState]="accessibilityState"
193
+ [accessibilityValue]="accessibilityValue"
194
+ [accessibilityActions]="accessibilityActions"
195
+ [accessibilityLabelledBy]="accessibilityLabelledBy"
196
+ [importantForAccessibility]="importantForAccessibility"
197
+ [accessibilityLiveRegion]="accessibilityLiveRegion"
198
+ [screenReaderFocusable]="screenReaderFocusable"
199
+ [accessibilityViewIsModal]="accessibilityViewIsModal"
200
+ [accessibilityElementsHidden]="accessibilityElementsHidden"
201
+ [accessibilityIgnoresInvertColors]="accessibilityIgnoresInvertColors"
202
+ [accessibilityLanguage]="accessibilityLanguage"
203
+ [accessibilityRespondsToUserInteraction]="accessibilityRespondsToUserInteraction"
204
+ [accessibilityShowsLargeContentViewer]="accessibilityShowsLargeContentViewer"
205
+ [accessibilityLargeContentTitle]="accessibilityLargeContentTitle"
206
+ (accessibilityAction)="accessibilityAction.emit($event)"
207
+ (accessibilityTap)="accessibilityTap.emit($event)"
208
+ (magicTap)="magicTap.emit($event)"
209
+ (accessibilityEscape)="accessibilityEscape.emit($event)"
210
+ [ariaLabel]="ariaLabel"
211
+ [ariaBusy]="ariaBusy"
212
+ [ariaChecked]="ariaChecked"
213
+ [ariaDisabled]="ariaDisabled"
214
+ [ariaExpanded]="ariaExpanded"
215
+ [ariaHidden]="ariaHidden"
216
+ [ariaLabelledBy]="ariaLabelledBy"
217
+ [ariaLive]="ariaLive"
218
+ [ariaSelected]="ariaSelected"
219
+ [ariaModal]="ariaModal"
220
+ [ariaValueMax]="ariaValueMax"
221
+ [ariaValueMin]="ariaValueMin"
222
+ [ariaValueNow]="ariaValueNow"
223
+ [ariaValueText]="ariaValueText"
224
+ [id]="id"
225
+ [role]="role"
226
+ >
227
+ <symbiote-animated-view [style]="animatedStyle">
228
+ <ng-content></ng-content>
229
+ </symbiote-animated-view>
230
+ </Pressable>
231
+ `, isInline: true, dependencies: [{ kind: "component", type: Pressable, selector: "Pressable, symbiote-pressable", inputs: ["delayLongPress", "disabled", "cancelable", "hitSlop", "pressRetentionOffset", "unstable_pressDelay", "android_ripple", "android_disableSound", "delayHoverIn", "delayHoverOut", "testID", "nativeID", "hasTVPreferredFocus", "nextFocusDown", "nextFocusForward", "nextFocusLeft", "nextFocusRight", "nextFocusUp", "style", "accessible", "accessibilityLabel", "accessibilityHint", "accessibilityRole", "accessibilityState", "accessibilityValue", "accessibilityActions", "accessibilityLabelledBy", "importantForAccessibility", "accessibilityLiveRegion", "screenReaderFocusable", "accessibilityViewIsModal", "accessibilityElementsHidden", "accessibilityIgnoresInvertColors", "accessibilityLanguage", "accessibilityRespondsToUserInteraction", "accessibilityShowsLargeContentViewer", "accessibilityLargeContentTitle", "ariaLabel", "ariaBusy", "ariaChecked", "ariaDisabled", "ariaExpanded", "ariaHidden", "ariaLabelledBy", "ariaLive", "ariaSelected", "ariaModal", "ariaValueMax", "ariaValueMin", "ariaValueNow", "ariaValueText", "id", "role"], outputs: ["press", "pressIn", "pressOut", "pressMove", "longPress", "hoverIn", "hoverOut", "accessibilityAction", "accessibilityTap", "magicTap", "accessibilityEscape"] }, { kind: "component", type: AnimatedView, selector: "AnimatedView, symbiote-animated-view", inputs: ["style", "animatedProps", "passthroughAnimatedPropExplicitValues"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
232
+ }
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TouchableOpacity, decorators: [{
234
+ type: Component,
235
+ args: [{
236
+ selector: 'TouchableOpacity',
237
+ standalone: true,
238
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
239
+ imports: [Pressable, AnimatedView],
240
+ changeDetection: ChangeDetectionStrategy.OnPush,
241
+ template: `
242
+ <Pressable
243
+ (press)="press.emit($event)"
244
+ (pressIn)="handlePressIn($event)"
245
+ (pressOut)="handlePressOut($event)"
246
+ (pressMove)="pressMove.emit($event)"
247
+ (longPress)="longPress.emit($event)"
248
+ (hoverIn)="hoverIn.emit($event)"
249
+ (hoverOut)="hoverOut.emit($event)"
250
+ [delayLongPress]="delayLongPress"
251
+ [delayHoverIn]="delayHoverIn"
252
+ [delayHoverOut]="delayHoverOut"
253
+ [disabled]="disabled"
254
+ [cancelable]="cancelable"
255
+ [hitSlop]="hitSlop"
256
+ [pressRetentionOffset]="pressRetentionOffset"
257
+ [unstable_pressDelay]="unstable_pressDelay"
258
+ [android_ripple]="android_ripple"
259
+ [android_disableSound]="android_disableSound"
260
+ [testID]="testID"
261
+ [nativeID]="nativeID"
262
+ [hasTVPreferredFocus]="hasTVPreferredFocus"
263
+ [nextFocusDown]="nextFocusDown"
264
+ [nextFocusForward]="nextFocusForward"
265
+ [nextFocusLeft]="nextFocusLeft"
266
+ [nextFocusRight]="nextFocusRight"
267
+ [nextFocusUp]="nextFocusUp"
268
+ [accessible]="accessible"
269
+ [accessibilityLabel]="accessibilityLabel"
270
+ [accessibilityHint]="accessibilityHint"
271
+ [accessibilityRole]="accessibilityRole"
272
+ [accessibilityState]="accessibilityState"
273
+ [accessibilityValue]="accessibilityValue"
274
+ [accessibilityActions]="accessibilityActions"
275
+ [accessibilityLabelledBy]="accessibilityLabelledBy"
276
+ [importantForAccessibility]="importantForAccessibility"
277
+ [accessibilityLiveRegion]="accessibilityLiveRegion"
278
+ [screenReaderFocusable]="screenReaderFocusable"
279
+ [accessibilityViewIsModal]="accessibilityViewIsModal"
280
+ [accessibilityElementsHidden]="accessibilityElementsHidden"
281
+ [accessibilityIgnoresInvertColors]="accessibilityIgnoresInvertColors"
282
+ [accessibilityLanguage]="accessibilityLanguage"
283
+ [accessibilityRespondsToUserInteraction]="accessibilityRespondsToUserInteraction"
284
+ [accessibilityShowsLargeContentViewer]="accessibilityShowsLargeContentViewer"
285
+ [accessibilityLargeContentTitle]="accessibilityLargeContentTitle"
286
+ (accessibilityAction)="accessibilityAction.emit($event)"
287
+ (accessibilityTap)="accessibilityTap.emit($event)"
288
+ (magicTap)="magicTap.emit($event)"
289
+ (accessibilityEscape)="accessibilityEscape.emit($event)"
290
+ [ariaLabel]="ariaLabel"
291
+ [ariaBusy]="ariaBusy"
292
+ [ariaChecked]="ariaChecked"
293
+ [ariaDisabled]="ariaDisabled"
294
+ [ariaExpanded]="ariaExpanded"
295
+ [ariaHidden]="ariaHidden"
296
+ [ariaLabelledBy]="ariaLabelledBy"
297
+ [ariaLive]="ariaLive"
298
+ [ariaSelected]="ariaSelected"
299
+ [ariaModal]="ariaModal"
300
+ [ariaValueMax]="ariaValueMax"
301
+ [ariaValueMin]="ariaValueMin"
302
+ [ariaValueNow]="ariaValueNow"
303
+ [ariaValueText]="ariaValueText"
304
+ [id]="id"
305
+ [role]="role"
306
+ >
307
+ <symbiote-animated-view [style]="animatedStyle">
308
+ <ng-content></ng-content>
309
+ </symbiote-animated-view>
310
+ </Pressable>
311
+ `,
312
+ }]
313
+ }], propDecorators: { press: [{
314
+ type: Output
315
+ }], pressIn: [{
316
+ type: Output
317
+ }], pressOut: [{
318
+ type: Output
319
+ }], pressMove: [{
320
+ type: Output
321
+ }], longPress: [{
322
+ type: Output
323
+ }], hoverIn: [{
324
+ type: Output
325
+ }], hoverOut: [{
326
+ type: Output
327
+ }], accessibilityAction: [{
328
+ type: Output
329
+ }], accessibilityTap: [{
330
+ type: Output
331
+ }], magicTap: [{
332
+ type: Output
333
+ }], accessibilityEscape: [{
334
+ type: Output
335
+ }], activeOpacity: [{
336
+ type: Input
337
+ }], delayPressIn: [{
338
+ type: Input
339
+ }], delayPressOut: [{
340
+ type: Input
341
+ }], minPressDuration: [{
342
+ type: Input
343
+ }], style: [{
344
+ type: Input
345
+ }], delayLongPress: [{
346
+ type: Input
347
+ }], delayHoverIn: [{
348
+ type: Input
349
+ }], delayHoverOut: [{
350
+ type: Input
351
+ }], disabled: [{
352
+ type: Input
353
+ }], cancelable: [{
354
+ type: Input
355
+ }], hitSlop: [{
356
+ type: Input
357
+ }], pressRetentionOffset: [{
358
+ type: Input
359
+ }], unstable_pressDelay: [{
360
+ type: Input
361
+ }], android_ripple: [{
362
+ type: Input
363
+ }], android_disableSound: [{
364
+ type: Input
365
+ }], testID: [{
366
+ type: Input
367
+ }], nativeID: [{
368
+ type: Input
369
+ }], hasTVPreferredFocus: [{
370
+ type: Input
371
+ }], nextFocusDown: [{
372
+ type: Input
373
+ }], nextFocusForward: [{
374
+ type: Input
375
+ }], nextFocusLeft: [{
376
+ type: Input
377
+ }], nextFocusRight: [{
378
+ type: Input
379
+ }], nextFocusUp: [{
380
+ type: Input
381
+ }], accessible: [{
382
+ type: Input
383
+ }], accessibilityLabel: [{
384
+ type: Input
385
+ }], accessibilityHint: [{
386
+ type: Input
387
+ }], accessibilityRole: [{
388
+ type: Input
389
+ }], accessibilityState: [{
390
+ type: Input
391
+ }], accessibilityValue: [{
392
+ type: Input
393
+ }], accessibilityActions: [{
394
+ type: Input
395
+ }], accessibilityLabelledBy: [{
396
+ type: Input
397
+ }], importantForAccessibility: [{
398
+ type: Input
399
+ }], accessibilityLiveRegion: [{
400
+ type: Input
401
+ }], screenReaderFocusable: [{
402
+ type: Input
403
+ }], accessibilityViewIsModal: [{
404
+ type: Input
405
+ }], accessibilityElementsHidden: [{
406
+ type: Input
407
+ }], accessibilityIgnoresInvertColors: [{
408
+ type: Input
409
+ }], accessibilityLanguage: [{
410
+ type: Input
411
+ }], accessibilityRespondsToUserInteraction: [{
412
+ type: Input
413
+ }], accessibilityShowsLargeContentViewer: [{
414
+ type: Input
415
+ }], accessibilityLargeContentTitle: [{
416
+ type: Input
417
+ }], ariaLabel: [{
418
+ type: Input
419
+ }], ariaBusy: [{
420
+ type: Input
421
+ }], ariaChecked: [{
422
+ type: Input
423
+ }], ariaDisabled: [{
424
+ type: Input
425
+ }], ariaExpanded: [{
426
+ type: Input
427
+ }], ariaHidden: [{
428
+ type: Input
429
+ }], ariaLabelledBy: [{
430
+ type: Input
431
+ }], ariaLive: [{
432
+ type: Input
433
+ }], ariaSelected: [{
434
+ type: Input
435
+ }], ariaModal: [{
436
+ type: Input
437
+ }], ariaValueMax: [{
438
+ type: Input
439
+ }], ariaValueMin: [{
440
+ type: Input
441
+ }], ariaValueNow: [{
442
+ type: Input
443
+ }], ariaValueText: [{
444
+ type: Input
445
+ }], id: [{
446
+ type: Input
447
+ }], role: [{
448
+ type: Input
449
+ }] } });
450
+ export class TouchableHighlight {
451
+ press = new EventEmitter();
452
+ pressIn = new EventEmitter();
453
+ pressOut = new EventEmitter();
454
+ pressMove = new EventEmitter();
455
+ longPress = new EventEmitter();
456
+ hoverIn = new EventEmitter();
457
+ hoverOut = new EventEmitter();
458
+ accessibilityAction = new EventEmitter();
459
+ accessibilityTap = new EventEmitter();
460
+ magicTap = new EventEmitter();
461
+ accessibilityEscape = new EventEmitter();
462
+ activeOpacity;
463
+ underlayColor;
464
+ delayPressIn;
465
+ delayPressOut;
466
+ minPressDuration;
467
+ style;
468
+ delayLongPress;
469
+ delayHoverIn;
470
+ delayHoverOut;
471
+ disabled;
472
+ cancelable;
473
+ hitSlop;
474
+ pressRetentionOffset;
475
+ unstable_pressDelay;
476
+ android_ripple;
477
+ android_disableSound;
478
+ testID;
479
+ nativeID;
480
+ hasTVPreferredFocus;
481
+ nextFocusDown;
482
+ nextFocusForward;
483
+ nextFocusLeft;
484
+ nextFocusRight;
485
+ nextFocusUp;
486
+ accessible;
487
+ accessibilityLabel;
488
+ accessibilityHint;
489
+ accessibilityRole;
490
+ accessibilityState;
491
+ accessibilityValue;
492
+ accessibilityActions;
493
+ accessibilityLabelledBy;
494
+ importantForAccessibility;
495
+ accessibilityLiveRegion;
496
+ screenReaderFocusable;
497
+ accessibilityViewIsModal;
498
+ accessibilityElementsHidden;
499
+ accessibilityIgnoresInvertColors;
500
+ accessibilityLanguage;
501
+ accessibilityRespondsToUserInteraction;
502
+ accessibilityShowsLargeContentViewer;
503
+ accessibilityLargeContentTitle;
504
+ ariaLabel;
505
+ ariaBusy;
506
+ ariaChecked;
507
+ ariaDisabled;
508
+ ariaExpanded;
509
+ ariaHidden;
510
+ ariaLabelledBy;
511
+ ariaLive;
512
+ ariaSelected;
513
+ ariaModal;
514
+ ariaValueMax;
515
+ ariaValueMin;
516
+ ariaValueNow;
517
+ ariaValueText;
518
+ id;
519
+ role;
520
+ // This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
521
+ // onto (see anchorHostStyle's doc comment) — NOT the Pressable one level down.
522
+ elementRef = inject(ElementRef);
523
+ // Pressable accepts a style-as-function and calls it with the live pressed state. Arrow field so
524
+ // `this` stays bound when Pressable invokes it; it reads the inputs LIVE at call time. The
525
+ // anchor's class-derived style goes first, then the user's explicit style, so an explicit
526
+ // [style] still beats the ambient class. When pressed, paint the underlay color + lower the
527
+ // child opacity (RN drives this with setState, not Animated, so we mirror that faithfully
528
+ // through Pressable's pressed flag, no tween) — the overlay always goes last so it wins.
529
+ pressedStyle = (state) => {
530
+ const base = [anchorStyleProp(this.elementRef), this.style];
531
+ return highlightPressedStyle(state.pressed, base, this.underlayColor ?? DEFAULT_UNDERLAY_COLOR, this.activeOpacity ?? DEFAULT_HIGHLIGHT_CHILD_OPACITY);
532
+ };
533
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TouchableHighlight, deps: [], target: i0.ɵɵFactoryTarget.Component });
534
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.5", type: TouchableHighlight, isStandalone: true, selector: "TouchableHighlight", inputs: { activeOpacity: "activeOpacity", underlayColor: "underlayColor", delayPressIn: "delayPressIn", delayPressOut: "delayPressOut", minPressDuration: "minPressDuration", style: "style", delayLongPress: "delayLongPress", delayHoverIn: "delayHoverIn", delayHoverOut: "delayHoverOut", disabled: "disabled", cancelable: "cancelable", hitSlop: "hitSlop", pressRetentionOffset: "pressRetentionOffset", unstable_pressDelay: "unstable_pressDelay", android_ripple: "android_ripple", android_disableSound: "android_disableSound", testID: "testID", nativeID: "nativeID", hasTVPreferredFocus: "hasTVPreferredFocus", nextFocusDown: "nextFocusDown", nextFocusForward: "nextFocusForward", nextFocusLeft: "nextFocusLeft", nextFocusRight: "nextFocusRight", nextFocusUp: "nextFocusUp", accessible: "accessible", accessibilityLabel: "accessibilityLabel", accessibilityHint: "accessibilityHint", accessibilityRole: "accessibilityRole", accessibilityState: "accessibilityState", accessibilityValue: "accessibilityValue", accessibilityActions: "accessibilityActions", accessibilityLabelledBy: "accessibilityLabelledBy", importantForAccessibility: "importantForAccessibility", accessibilityLiveRegion: "accessibilityLiveRegion", screenReaderFocusable: "screenReaderFocusable", accessibilityViewIsModal: "accessibilityViewIsModal", accessibilityElementsHidden: "accessibilityElementsHidden", accessibilityIgnoresInvertColors: "accessibilityIgnoresInvertColors", accessibilityLanguage: "accessibilityLanguage", accessibilityRespondsToUserInteraction: "accessibilityRespondsToUserInteraction", accessibilityShowsLargeContentViewer: "accessibilityShowsLargeContentViewer", accessibilityLargeContentTitle: "accessibilityLargeContentTitle", ariaLabel: "ariaLabel", ariaBusy: "ariaBusy", ariaChecked: "ariaChecked", ariaDisabled: "ariaDisabled", ariaExpanded: "ariaExpanded", ariaHidden: "ariaHidden", ariaLabelledBy: "ariaLabelledBy", ariaLive: "ariaLive", ariaSelected: "ariaSelected", ariaModal: "ariaModal", ariaValueMax: "ariaValueMax", ariaValueMin: "ariaValueMin", ariaValueNow: "ariaValueNow", ariaValueText: "ariaValueText", id: "id", role: "role" }, outputs: { press: "press", pressIn: "pressIn", pressOut: "pressOut", pressMove: "pressMove", longPress: "longPress", hoverIn: "hoverIn", hoverOut: "hoverOut", accessibilityAction: "accessibilityAction", accessibilityTap: "accessibilityTap", magicTap: "magicTap", accessibilityEscape: "accessibilityEscape" }, ngImport: i0, template: `
535
+ <Pressable
536
+ [style]="pressedStyle"
537
+ (press)="press.emit($event)"
538
+ (pressIn)="pressIn.emit($event)"
539
+ (pressOut)="pressOut.emit($event)"
540
+ (pressMove)="pressMove.emit($event)"
541
+ (longPress)="longPress.emit($event)"
542
+ (hoverIn)="hoverIn.emit($event)"
543
+ (hoverOut)="hoverOut.emit($event)"
544
+ [delayLongPress]="delayLongPress"
545
+ [delayHoverIn]="delayHoverIn"
546
+ [delayHoverOut]="delayHoverOut"
547
+ [disabled]="disabled"
548
+ [cancelable]="cancelable"
549
+ [hitSlop]="hitSlop"
550
+ [pressRetentionOffset]="pressRetentionOffset"
551
+ [unstable_pressDelay]="unstable_pressDelay"
552
+ [android_ripple]="android_ripple"
553
+ [android_disableSound]="android_disableSound"
554
+ [testID]="testID"
555
+ [nativeID]="nativeID"
556
+ [hasTVPreferredFocus]="hasTVPreferredFocus"
557
+ [nextFocusDown]="nextFocusDown"
558
+ [nextFocusForward]="nextFocusForward"
559
+ [nextFocusLeft]="nextFocusLeft"
560
+ [nextFocusRight]="nextFocusRight"
561
+ [nextFocusUp]="nextFocusUp"
562
+ [accessible]="accessible"
563
+ [accessibilityLabel]="accessibilityLabel"
564
+ [accessibilityHint]="accessibilityHint"
565
+ [accessibilityRole]="accessibilityRole"
566
+ [accessibilityState]="accessibilityState"
567
+ [accessibilityValue]="accessibilityValue"
568
+ [accessibilityActions]="accessibilityActions"
569
+ [accessibilityLabelledBy]="accessibilityLabelledBy"
570
+ [importantForAccessibility]="importantForAccessibility"
571
+ [accessibilityLiveRegion]="accessibilityLiveRegion"
572
+ [screenReaderFocusable]="screenReaderFocusable"
573
+ [accessibilityViewIsModal]="accessibilityViewIsModal"
574
+ [accessibilityElementsHidden]="accessibilityElementsHidden"
575
+ [accessibilityIgnoresInvertColors]="accessibilityIgnoresInvertColors"
576
+ [accessibilityLanguage]="accessibilityLanguage"
577
+ [accessibilityRespondsToUserInteraction]="accessibilityRespondsToUserInteraction"
578
+ [accessibilityShowsLargeContentViewer]="accessibilityShowsLargeContentViewer"
579
+ [accessibilityLargeContentTitle]="accessibilityLargeContentTitle"
580
+ (accessibilityAction)="accessibilityAction.emit($event)"
581
+ (accessibilityTap)="accessibilityTap.emit($event)"
582
+ (magicTap)="magicTap.emit($event)"
583
+ (accessibilityEscape)="accessibilityEscape.emit($event)"
584
+ [ariaLabel]="ariaLabel"
585
+ [ariaBusy]="ariaBusy"
586
+ [ariaChecked]="ariaChecked"
587
+ [ariaDisabled]="ariaDisabled"
588
+ [ariaExpanded]="ariaExpanded"
589
+ [ariaHidden]="ariaHidden"
590
+ [ariaLabelledBy]="ariaLabelledBy"
591
+ [ariaLive]="ariaLive"
592
+ [ariaSelected]="ariaSelected"
593
+ [ariaModal]="ariaModal"
594
+ [ariaValueMax]="ariaValueMax"
595
+ [ariaValueMin]="ariaValueMin"
596
+ [ariaValueNow]="ariaValueNow"
597
+ [ariaValueText]="ariaValueText"
598
+ [id]="id"
599
+ [role]="role"
600
+ >
601
+ <ng-content></ng-content>
602
+ </Pressable>
603
+ `, isInline: true, dependencies: [{ kind: "component", type: Pressable, selector: "Pressable, symbiote-pressable", inputs: ["delayLongPress", "disabled", "cancelable", "hitSlop", "pressRetentionOffset", "unstable_pressDelay", "android_ripple", "android_disableSound", "delayHoverIn", "delayHoverOut", "testID", "nativeID", "hasTVPreferredFocus", "nextFocusDown", "nextFocusForward", "nextFocusLeft", "nextFocusRight", "nextFocusUp", "style", "accessible", "accessibilityLabel", "accessibilityHint", "accessibilityRole", "accessibilityState", "accessibilityValue", "accessibilityActions", "accessibilityLabelledBy", "importantForAccessibility", "accessibilityLiveRegion", "screenReaderFocusable", "accessibilityViewIsModal", "accessibilityElementsHidden", "accessibilityIgnoresInvertColors", "accessibilityLanguage", "accessibilityRespondsToUserInteraction", "accessibilityShowsLargeContentViewer", "accessibilityLargeContentTitle", "ariaLabel", "ariaBusy", "ariaChecked", "ariaDisabled", "ariaExpanded", "ariaHidden", "ariaLabelledBy", "ariaLive", "ariaSelected", "ariaModal", "ariaValueMax", "ariaValueMin", "ariaValueNow", "ariaValueText", "id", "role"], outputs: ["press", "pressIn", "pressOut", "pressMove", "longPress", "hoverIn", "hoverOut", "accessibilityAction", "accessibilityTap", "magicTap", "accessibilityEscape"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
604
+ }
605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TouchableHighlight, decorators: [{
606
+ type: Component,
607
+ args: [{
608
+ selector: 'TouchableHighlight',
609
+ standalone: true,
610
+ imports: [Pressable],
611
+ changeDetection: ChangeDetectionStrategy.OnPush,
612
+ template: `
613
+ <Pressable
614
+ [style]="pressedStyle"
615
+ (press)="press.emit($event)"
616
+ (pressIn)="pressIn.emit($event)"
617
+ (pressOut)="pressOut.emit($event)"
618
+ (pressMove)="pressMove.emit($event)"
619
+ (longPress)="longPress.emit($event)"
620
+ (hoverIn)="hoverIn.emit($event)"
621
+ (hoverOut)="hoverOut.emit($event)"
622
+ [delayLongPress]="delayLongPress"
623
+ [delayHoverIn]="delayHoverIn"
624
+ [delayHoverOut]="delayHoverOut"
625
+ [disabled]="disabled"
626
+ [cancelable]="cancelable"
627
+ [hitSlop]="hitSlop"
628
+ [pressRetentionOffset]="pressRetentionOffset"
629
+ [unstable_pressDelay]="unstable_pressDelay"
630
+ [android_ripple]="android_ripple"
631
+ [android_disableSound]="android_disableSound"
632
+ [testID]="testID"
633
+ [nativeID]="nativeID"
634
+ [hasTVPreferredFocus]="hasTVPreferredFocus"
635
+ [nextFocusDown]="nextFocusDown"
636
+ [nextFocusForward]="nextFocusForward"
637
+ [nextFocusLeft]="nextFocusLeft"
638
+ [nextFocusRight]="nextFocusRight"
639
+ [nextFocusUp]="nextFocusUp"
640
+ [accessible]="accessible"
641
+ [accessibilityLabel]="accessibilityLabel"
642
+ [accessibilityHint]="accessibilityHint"
643
+ [accessibilityRole]="accessibilityRole"
644
+ [accessibilityState]="accessibilityState"
645
+ [accessibilityValue]="accessibilityValue"
646
+ [accessibilityActions]="accessibilityActions"
647
+ [accessibilityLabelledBy]="accessibilityLabelledBy"
648
+ [importantForAccessibility]="importantForAccessibility"
649
+ [accessibilityLiveRegion]="accessibilityLiveRegion"
650
+ [screenReaderFocusable]="screenReaderFocusable"
651
+ [accessibilityViewIsModal]="accessibilityViewIsModal"
652
+ [accessibilityElementsHidden]="accessibilityElementsHidden"
653
+ [accessibilityIgnoresInvertColors]="accessibilityIgnoresInvertColors"
654
+ [accessibilityLanguage]="accessibilityLanguage"
655
+ [accessibilityRespondsToUserInteraction]="accessibilityRespondsToUserInteraction"
656
+ [accessibilityShowsLargeContentViewer]="accessibilityShowsLargeContentViewer"
657
+ [accessibilityLargeContentTitle]="accessibilityLargeContentTitle"
658
+ (accessibilityAction)="accessibilityAction.emit($event)"
659
+ (accessibilityTap)="accessibilityTap.emit($event)"
660
+ (magicTap)="magicTap.emit($event)"
661
+ (accessibilityEscape)="accessibilityEscape.emit($event)"
662
+ [ariaLabel]="ariaLabel"
663
+ [ariaBusy]="ariaBusy"
664
+ [ariaChecked]="ariaChecked"
665
+ [ariaDisabled]="ariaDisabled"
666
+ [ariaExpanded]="ariaExpanded"
667
+ [ariaHidden]="ariaHidden"
668
+ [ariaLabelledBy]="ariaLabelledBy"
669
+ [ariaLive]="ariaLive"
670
+ [ariaSelected]="ariaSelected"
671
+ [ariaModal]="ariaModal"
672
+ [ariaValueMax]="ariaValueMax"
673
+ [ariaValueMin]="ariaValueMin"
674
+ [ariaValueNow]="ariaValueNow"
675
+ [ariaValueText]="ariaValueText"
676
+ [id]="id"
677
+ [role]="role"
678
+ >
679
+ <ng-content></ng-content>
680
+ </Pressable>
681
+ `,
682
+ }]
683
+ }], propDecorators: { press: [{
684
+ type: Output
685
+ }], pressIn: [{
686
+ type: Output
687
+ }], pressOut: [{
688
+ type: Output
689
+ }], pressMove: [{
690
+ type: Output
691
+ }], longPress: [{
692
+ type: Output
693
+ }], hoverIn: [{
694
+ type: Output
695
+ }], hoverOut: [{
696
+ type: Output
697
+ }], accessibilityAction: [{
698
+ type: Output
699
+ }], accessibilityTap: [{
700
+ type: Output
701
+ }], magicTap: [{
702
+ type: Output
703
+ }], accessibilityEscape: [{
704
+ type: Output
705
+ }], activeOpacity: [{
706
+ type: Input
707
+ }], underlayColor: [{
708
+ type: Input
709
+ }], delayPressIn: [{
710
+ type: Input
711
+ }], delayPressOut: [{
712
+ type: Input
713
+ }], minPressDuration: [{
714
+ type: Input
715
+ }], style: [{
716
+ type: Input
717
+ }], delayLongPress: [{
718
+ type: Input
719
+ }], delayHoverIn: [{
720
+ type: Input
721
+ }], delayHoverOut: [{
722
+ type: Input
723
+ }], disabled: [{
724
+ type: Input
725
+ }], cancelable: [{
726
+ type: Input
727
+ }], hitSlop: [{
728
+ type: Input
729
+ }], pressRetentionOffset: [{
730
+ type: Input
731
+ }], unstable_pressDelay: [{
732
+ type: Input
733
+ }], android_ripple: [{
734
+ type: Input
735
+ }], android_disableSound: [{
736
+ type: Input
737
+ }], testID: [{
738
+ type: Input
739
+ }], nativeID: [{
740
+ type: Input
741
+ }], hasTVPreferredFocus: [{
742
+ type: Input
743
+ }], nextFocusDown: [{
744
+ type: Input
745
+ }], nextFocusForward: [{
746
+ type: Input
747
+ }], nextFocusLeft: [{
748
+ type: Input
749
+ }], nextFocusRight: [{
750
+ type: Input
751
+ }], nextFocusUp: [{
752
+ type: Input
753
+ }], accessible: [{
754
+ type: Input
755
+ }], accessibilityLabel: [{
756
+ type: Input
757
+ }], accessibilityHint: [{
758
+ type: Input
759
+ }], accessibilityRole: [{
760
+ type: Input
761
+ }], accessibilityState: [{
762
+ type: Input
763
+ }], accessibilityValue: [{
764
+ type: Input
765
+ }], accessibilityActions: [{
766
+ type: Input
767
+ }], accessibilityLabelledBy: [{
768
+ type: Input
769
+ }], importantForAccessibility: [{
770
+ type: Input
771
+ }], accessibilityLiveRegion: [{
772
+ type: Input
773
+ }], screenReaderFocusable: [{
774
+ type: Input
775
+ }], accessibilityViewIsModal: [{
776
+ type: Input
777
+ }], accessibilityElementsHidden: [{
778
+ type: Input
779
+ }], accessibilityIgnoresInvertColors: [{
780
+ type: Input
781
+ }], accessibilityLanguage: [{
782
+ type: Input
783
+ }], accessibilityRespondsToUserInteraction: [{
784
+ type: Input
785
+ }], accessibilityShowsLargeContentViewer: [{
786
+ type: Input
787
+ }], accessibilityLargeContentTitle: [{
788
+ type: Input
789
+ }], ariaLabel: [{
790
+ type: Input
791
+ }], ariaBusy: [{
792
+ type: Input
793
+ }], ariaChecked: [{
794
+ type: Input
795
+ }], ariaDisabled: [{
796
+ type: Input
797
+ }], ariaExpanded: [{
798
+ type: Input
799
+ }], ariaHidden: [{
800
+ type: Input
801
+ }], ariaLabelledBy: [{
802
+ type: Input
803
+ }], ariaLive: [{
804
+ type: Input
805
+ }], ariaSelected: [{
806
+ type: Input
807
+ }], ariaModal: [{
808
+ type: Input
809
+ }], ariaValueMax: [{
810
+ type: Input
811
+ }], ariaValueMin: [{
812
+ type: Input
813
+ }], ariaValueNow: [{
814
+ type: Input
815
+ }], ariaValueText: [{
816
+ type: Input
817
+ }], id: [{
818
+ type: Input
819
+ }], role: [{
820
+ type: Input
821
+ }] } });
822
+ export class TouchableWithoutFeedback {
823
+ // delayPressIn/delayPressOut/minPressDuration ride the prop type for surface parity with the
824
+ // other two, but TouchableWithoutFeedback has no visual feedback, so nothing schedules off them
825
+ // (RN's TouchableWithoutFeedback is the same pure passthrough).
826
+ press = new EventEmitter();
827
+ pressIn = new EventEmitter();
828
+ pressOut = new EventEmitter();
829
+ pressMove = new EventEmitter();
830
+ longPress = new EventEmitter();
831
+ hoverIn = new EventEmitter();
832
+ hoverOut = new EventEmitter();
833
+ accessibilityAction = new EventEmitter();
834
+ accessibilityTap = new EventEmitter();
835
+ magicTap = new EventEmitter();
836
+ accessibilityEscape = new EventEmitter();
837
+ delayPressIn;
838
+ delayPressOut;
839
+ minPressDuration;
840
+ style;
841
+ delayLongPress;
842
+ delayHoverIn;
843
+ delayHoverOut;
844
+ disabled;
845
+ cancelable;
846
+ hitSlop;
847
+ pressRetentionOffset;
848
+ unstable_pressDelay;
849
+ android_ripple;
850
+ android_disableSound;
851
+ testID;
852
+ nativeID;
853
+ hasTVPreferredFocus;
854
+ nextFocusDown;
855
+ nextFocusForward;
856
+ nextFocusLeft;
857
+ nextFocusRight;
858
+ nextFocusUp;
859
+ accessible;
860
+ accessibilityLabel;
861
+ accessibilityHint;
862
+ accessibilityRole;
863
+ accessibilityState;
864
+ accessibilityValue;
865
+ accessibilityActions;
866
+ accessibilityLabelledBy;
867
+ importantForAccessibility;
868
+ accessibilityLiveRegion;
869
+ screenReaderFocusable;
870
+ accessibilityViewIsModal;
871
+ accessibilityElementsHidden;
872
+ accessibilityIgnoresInvertColors;
873
+ accessibilityLanguage;
874
+ accessibilityRespondsToUserInteraction;
875
+ accessibilityShowsLargeContentViewer;
876
+ accessibilityLargeContentTitle;
877
+ ariaLabel;
878
+ ariaBusy;
879
+ ariaChecked;
880
+ ariaDisabled;
881
+ ariaExpanded;
882
+ ariaHidden;
883
+ ariaLabelledBy;
884
+ ariaLive;
885
+ ariaSelected;
886
+ ariaModal;
887
+ ariaValueMax;
888
+ ariaValueMin;
889
+ ariaValueNow;
890
+ ariaValueText;
891
+ id;
892
+ role;
893
+ // This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
894
+ // onto (see anchorHostStyle's doc comment) — NOT the Pressable one level down.
895
+ elementRef = inject(ElementRef);
896
+ // The anchor's class-derived style goes first, then the explicit style, so an explicit [style]
897
+ // still beats the ambient class.
898
+ get mergedStyle() {
899
+ return [anchorStyleProp(this.elementRef), this.style];
900
+ }
901
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TouchableWithoutFeedback, deps: [], target: i0.ɵɵFactoryTarget.Component });
902
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.5", type: TouchableWithoutFeedback, isStandalone: true, selector: "TouchableWithoutFeedback", inputs: { delayPressIn: "delayPressIn", delayPressOut: "delayPressOut", minPressDuration: "minPressDuration", style: "style", delayLongPress: "delayLongPress", delayHoverIn: "delayHoverIn", delayHoverOut: "delayHoverOut", disabled: "disabled", cancelable: "cancelable", hitSlop: "hitSlop", pressRetentionOffset: "pressRetentionOffset", unstable_pressDelay: "unstable_pressDelay", android_ripple: "android_ripple", android_disableSound: "android_disableSound", testID: "testID", nativeID: "nativeID", hasTVPreferredFocus: "hasTVPreferredFocus", nextFocusDown: "nextFocusDown", nextFocusForward: "nextFocusForward", nextFocusLeft: "nextFocusLeft", nextFocusRight: "nextFocusRight", nextFocusUp: "nextFocusUp", accessible: "accessible", accessibilityLabel: "accessibilityLabel", accessibilityHint: "accessibilityHint", accessibilityRole: "accessibilityRole", accessibilityState: "accessibilityState", accessibilityValue: "accessibilityValue", accessibilityActions: "accessibilityActions", accessibilityLabelledBy: "accessibilityLabelledBy", importantForAccessibility: "importantForAccessibility", accessibilityLiveRegion: "accessibilityLiveRegion", screenReaderFocusable: "screenReaderFocusable", accessibilityViewIsModal: "accessibilityViewIsModal", accessibilityElementsHidden: "accessibilityElementsHidden", accessibilityIgnoresInvertColors: "accessibilityIgnoresInvertColors", accessibilityLanguage: "accessibilityLanguage", accessibilityRespondsToUserInteraction: "accessibilityRespondsToUserInteraction", accessibilityShowsLargeContentViewer: "accessibilityShowsLargeContentViewer", accessibilityLargeContentTitle: "accessibilityLargeContentTitle", ariaLabel: "ariaLabel", ariaBusy: "ariaBusy", ariaChecked: "ariaChecked", ariaDisabled: "ariaDisabled", ariaExpanded: "ariaExpanded", ariaHidden: "ariaHidden", ariaLabelledBy: "ariaLabelledBy", ariaLive: "ariaLive", ariaSelected: "ariaSelected", ariaModal: "ariaModal", ariaValueMax: "ariaValueMax", ariaValueMin: "ariaValueMin", ariaValueNow: "ariaValueNow", ariaValueText: "ariaValueText", id: "id", role: "role" }, outputs: { press: "press", pressIn: "pressIn", pressOut: "pressOut", pressMove: "pressMove", longPress: "longPress", hoverIn: "hoverIn", hoverOut: "hoverOut", accessibilityAction: "accessibilityAction", accessibilityTap: "accessibilityTap", magicTap: "magicTap", accessibilityEscape: "accessibilityEscape" }, ngImport: i0, template: `
903
+ <Pressable
904
+ [style]="mergedStyle"
905
+ (press)="press.emit($event)"
906
+ (pressIn)="pressIn.emit($event)"
907
+ (pressOut)="pressOut.emit($event)"
908
+ (pressMove)="pressMove.emit($event)"
909
+ (longPress)="longPress.emit($event)"
910
+ (hoverIn)="hoverIn.emit($event)"
911
+ (hoverOut)="hoverOut.emit($event)"
912
+ [delayLongPress]="delayLongPress"
913
+ [delayHoverIn]="delayHoverIn"
914
+ [delayHoverOut]="delayHoverOut"
915
+ [disabled]="disabled"
916
+ [cancelable]="cancelable"
917
+ [hitSlop]="hitSlop"
918
+ [pressRetentionOffset]="pressRetentionOffset"
919
+ [unstable_pressDelay]="unstable_pressDelay"
920
+ [android_ripple]="android_ripple"
921
+ [android_disableSound]="android_disableSound"
922
+ [testID]="testID"
923
+ [nativeID]="nativeID"
924
+ [hasTVPreferredFocus]="hasTVPreferredFocus"
925
+ [nextFocusDown]="nextFocusDown"
926
+ [nextFocusForward]="nextFocusForward"
927
+ [nextFocusLeft]="nextFocusLeft"
928
+ [nextFocusRight]="nextFocusRight"
929
+ [nextFocusUp]="nextFocusUp"
930
+ [accessible]="accessible"
931
+ [accessibilityLabel]="accessibilityLabel"
932
+ [accessibilityHint]="accessibilityHint"
933
+ [accessibilityRole]="accessibilityRole"
934
+ [accessibilityState]="accessibilityState"
935
+ [accessibilityValue]="accessibilityValue"
936
+ [accessibilityActions]="accessibilityActions"
937
+ [accessibilityLabelledBy]="accessibilityLabelledBy"
938
+ [importantForAccessibility]="importantForAccessibility"
939
+ [accessibilityLiveRegion]="accessibilityLiveRegion"
940
+ [screenReaderFocusable]="screenReaderFocusable"
941
+ [accessibilityViewIsModal]="accessibilityViewIsModal"
942
+ [accessibilityElementsHidden]="accessibilityElementsHidden"
943
+ [accessibilityIgnoresInvertColors]="accessibilityIgnoresInvertColors"
944
+ [accessibilityLanguage]="accessibilityLanguage"
945
+ [accessibilityRespondsToUserInteraction]="accessibilityRespondsToUserInteraction"
946
+ [accessibilityShowsLargeContentViewer]="accessibilityShowsLargeContentViewer"
947
+ [accessibilityLargeContentTitle]="accessibilityLargeContentTitle"
948
+ (accessibilityAction)="accessibilityAction.emit($event)"
949
+ (accessibilityTap)="accessibilityTap.emit($event)"
950
+ (magicTap)="magicTap.emit($event)"
951
+ (accessibilityEscape)="accessibilityEscape.emit($event)"
952
+ [ariaLabel]="ariaLabel"
953
+ [ariaBusy]="ariaBusy"
954
+ [ariaChecked]="ariaChecked"
955
+ [ariaDisabled]="ariaDisabled"
956
+ [ariaExpanded]="ariaExpanded"
957
+ [ariaHidden]="ariaHidden"
958
+ [ariaLabelledBy]="ariaLabelledBy"
959
+ [ariaLive]="ariaLive"
960
+ [ariaSelected]="ariaSelected"
961
+ [ariaModal]="ariaModal"
962
+ [ariaValueMax]="ariaValueMax"
963
+ [ariaValueMin]="ariaValueMin"
964
+ [ariaValueNow]="ariaValueNow"
965
+ [ariaValueText]="ariaValueText"
966
+ [id]="id"
967
+ [role]="role"
968
+ >
969
+ <ng-content></ng-content>
970
+ </Pressable>
971
+ `, isInline: true, dependencies: [{ kind: "component", type: Pressable, selector: "Pressable, symbiote-pressable", inputs: ["delayLongPress", "disabled", "cancelable", "hitSlop", "pressRetentionOffset", "unstable_pressDelay", "android_ripple", "android_disableSound", "delayHoverIn", "delayHoverOut", "testID", "nativeID", "hasTVPreferredFocus", "nextFocusDown", "nextFocusForward", "nextFocusLeft", "nextFocusRight", "nextFocusUp", "style", "accessible", "accessibilityLabel", "accessibilityHint", "accessibilityRole", "accessibilityState", "accessibilityValue", "accessibilityActions", "accessibilityLabelledBy", "importantForAccessibility", "accessibilityLiveRegion", "screenReaderFocusable", "accessibilityViewIsModal", "accessibilityElementsHidden", "accessibilityIgnoresInvertColors", "accessibilityLanguage", "accessibilityRespondsToUserInteraction", "accessibilityShowsLargeContentViewer", "accessibilityLargeContentTitle", "ariaLabel", "ariaBusy", "ariaChecked", "ariaDisabled", "ariaExpanded", "ariaHidden", "ariaLabelledBy", "ariaLive", "ariaSelected", "ariaModal", "ariaValueMax", "ariaValueMin", "ariaValueNow", "ariaValueText", "id", "role"], outputs: ["press", "pressIn", "pressOut", "pressMove", "longPress", "hoverIn", "hoverOut", "accessibilityAction", "accessibilityTap", "magicTap", "accessibilityEscape"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
972
+ }
973
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TouchableWithoutFeedback, decorators: [{
974
+ type: Component,
975
+ args: [{
976
+ selector: 'TouchableWithoutFeedback',
977
+ standalone: true,
978
+ imports: [Pressable],
979
+ changeDetection: ChangeDetectionStrategy.OnPush,
980
+ template: `
981
+ <Pressable
982
+ [style]="mergedStyle"
983
+ (press)="press.emit($event)"
984
+ (pressIn)="pressIn.emit($event)"
985
+ (pressOut)="pressOut.emit($event)"
986
+ (pressMove)="pressMove.emit($event)"
987
+ (longPress)="longPress.emit($event)"
988
+ (hoverIn)="hoverIn.emit($event)"
989
+ (hoverOut)="hoverOut.emit($event)"
990
+ [delayLongPress]="delayLongPress"
991
+ [delayHoverIn]="delayHoverIn"
992
+ [delayHoverOut]="delayHoverOut"
993
+ [disabled]="disabled"
994
+ [cancelable]="cancelable"
995
+ [hitSlop]="hitSlop"
996
+ [pressRetentionOffset]="pressRetentionOffset"
997
+ [unstable_pressDelay]="unstable_pressDelay"
998
+ [android_ripple]="android_ripple"
999
+ [android_disableSound]="android_disableSound"
1000
+ [testID]="testID"
1001
+ [nativeID]="nativeID"
1002
+ [hasTVPreferredFocus]="hasTVPreferredFocus"
1003
+ [nextFocusDown]="nextFocusDown"
1004
+ [nextFocusForward]="nextFocusForward"
1005
+ [nextFocusLeft]="nextFocusLeft"
1006
+ [nextFocusRight]="nextFocusRight"
1007
+ [nextFocusUp]="nextFocusUp"
1008
+ [accessible]="accessible"
1009
+ [accessibilityLabel]="accessibilityLabel"
1010
+ [accessibilityHint]="accessibilityHint"
1011
+ [accessibilityRole]="accessibilityRole"
1012
+ [accessibilityState]="accessibilityState"
1013
+ [accessibilityValue]="accessibilityValue"
1014
+ [accessibilityActions]="accessibilityActions"
1015
+ [accessibilityLabelledBy]="accessibilityLabelledBy"
1016
+ [importantForAccessibility]="importantForAccessibility"
1017
+ [accessibilityLiveRegion]="accessibilityLiveRegion"
1018
+ [screenReaderFocusable]="screenReaderFocusable"
1019
+ [accessibilityViewIsModal]="accessibilityViewIsModal"
1020
+ [accessibilityElementsHidden]="accessibilityElementsHidden"
1021
+ [accessibilityIgnoresInvertColors]="accessibilityIgnoresInvertColors"
1022
+ [accessibilityLanguage]="accessibilityLanguage"
1023
+ [accessibilityRespondsToUserInteraction]="accessibilityRespondsToUserInteraction"
1024
+ [accessibilityShowsLargeContentViewer]="accessibilityShowsLargeContentViewer"
1025
+ [accessibilityLargeContentTitle]="accessibilityLargeContentTitle"
1026
+ (accessibilityAction)="accessibilityAction.emit($event)"
1027
+ (accessibilityTap)="accessibilityTap.emit($event)"
1028
+ (magicTap)="magicTap.emit($event)"
1029
+ (accessibilityEscape)="accessibilityEscape.emit($event)"
1030
+ [ariaLabel]="ariaLabel"
1031
+ [ariaBusy]="ariaBusy"
1032
+ [ariaChecked]="ariaChecked"
1033
+ [ariaDisabled]="ariaDisabled"
1034
+ [ariaExpanded]="ariaExpanded"
1035
+ [ariaHidden]="ariaHidden"
1036
+ [ariaLabelledBy]="ariaLabelledBy"
1037
+ [ariaLive]="ariaLive"
1038
+ [ariaSelected]="ariaSelected"
1039
+ [ariaModal]="ariaModal"
1040
+ [ariaValueMax]="ariaValueMax"
1041
+ [ariaValueMin]="ariaValueMin"
1042
+ [ariaValueNow]="ariaValueNow"
1043
+ [ariaValueText]="ariaValueText"
1044
+ [id]="id"
1045
+ [role]="role"
1046
+ >
1047
+ <ng-content></ng-content>
1048
+ </Pressable>
1049
+ `,
1050
+ }]
1051
+ }], propDecorators: { press: [{
1052
+ type: Output
1053
+ }], pressIn: [{
1054
+ type: Output
1055
+ }], pressOut: [{
1056
+ type: Output
1057
+ }], pressMove: [{
1058
+ type: Output
1059
+ }], longPress: [{
1060
+ type: Output
1061
+ }], hoverIn: [{
1062
+ type: Output
1063
+ }], hoverOut: [{
1064
+ type: Output
1065
+ }], accessibilityAction: [{
1066
+ type: Output
1067
+ }], accessibilityTap: [{
1068
+ type: Output
1069
+ }], magicTap: [{
1070
+ type: Output
1071
+ }], accessibilityEscape: [{
1072
+ type: Output
1073
+ }], delayPressIn: [{
1074
+ type: Input
1075
+ }], delayPressOut: [{
1076
+ type: Input
1077
+ }], minPressDuration: [{
1078
+ type: Input
1079
+ }], style: [{
1080
+ type: Input
1081
+ }], delayLongPress: [{
1082
+ type: Input
1083
+ }], delayHoverIn: [{
1084
+ type: Input
1085
+ }], delayHoverOut: [{
1086
+ type: Input
1087
+ }], disabled: [{
1088
+ type: Input
1089
+ }], cancelable: [{
1090
+ type: Input
1091
+ }], hitSlop: [{
1092
+ type: Input
1093
+ }], pressRetentionOffset: [{
1094
+ type: Input
1095
+ }], unstable_pressDelay: [{
1096
+ type: Input
1097
+ }], android_ripple: [{
1098
+ type: Input
1099
+ }], android_disableSound: [{
1100
+ type: Input
1101
+ }], testID: [{
1102
+ type: Input
1103
+ }], nativeID: [{
1104
+ type: Input
1105
+ }], hasTVPreferredFocus: [{
1106
+ type: Input
1107
+ }], nextFocusDown: [{
1108
+ type: Input
1109
+ }], nextFocusForward: [{
1110
+ type: Input
1111
+ }], nextFocusLeft: [{
1112
+ type: Input
1113
+ }], nextFocusRight: [{
1114
+ type: Input
1115
+ }], nextFocusUp: [{
1116
+ type: Input
1117
+ }], accessible: [{
1118
+ type: Input
1119
+ }], accessibilityLabel: [{
1120
+ type: Input
1121
+ }], accessibilityHint: [{
1122
+ type: Input
1123
+ }], accessibilityRole: [{
1124
+ type: Input
1125
+ }], accessibilityState: [{
1126
+ type: Input
1127
+ }], accessibilityValue: [{
1128
+ type: Input
1129
+ }], accessibilityActions: [{
1130
+ type: Input
1131
+ }], accessibilityLabelledBy: [{
1132
+ type: Input
1133
+ }], importantForAccessibility: [{
1134
+ type: Input
1135
+ }], accessibilityLiveRegion: [{
1136
+ type: Input
1137
+ }], screenReaderFocusable: [{
1138
+ type: Input
1139
+ }], accessibilityViewIsModal: [{
1140
+ type: Input
1141
+ }], accessibilityElementsHidden: [{
1142
+ type: Input
1143
+ }], accessibilityIgnoresInvertColors: [{
1144
+ type: Input
1145
+ }], accessibilityLanguage: [{
1146
+ type: Input
1147
+ }], accessibilityRespondsToUserInteraction: [{
1148
+ type: Input
1149
+ }], accessibilityShowsLargeContentViewer: [{
1150
+ type: Input
1151
+ }], accessibilityLargeContentTitle: [{
1152
+ type: Input
1153
+ }], ariaLabel: [{
1154
+ type: Input
1155
+ }], ariaBusy: [{
1156
+ type: Input
1157
+ }], ariaChecked: [{
1158
+ type: Input
1159
+ }], ariaDisabled: [{
1160
+ type: Input
1161
+ }], ariaExpanded: [{
1162
+ type: Input
1163
+ }], ariaHidden: [{
1164
+ type: Input
1165
+ }], ariaLabelledBy: [{
1166
+ type: Input
1167
+ }], ariaLive: [{
1168
+ type: Input
1169
+ }], ariaSelected: [{
1170
+ type: Input
1171
+ }], ariaModal: [{
1172
+ type: Input
1173
+ }], ariaValueMax: [{
1174
+ type: Input
1175
+ }], ariaValueMin: [{
1176
+ type: Input
1177
+ }], ariaValueNow: [{
1178
+ type: Input
1179
+ }], ariaValueText: [{
1180
+ type: Input
1181
+ }], id: [{
1182
+ type: Input
1183
+ }], role: [{
1184
+ type: Input
1185
+ }] } });
1186
+ //# sourceMappingURL=index.js.map