@symbiote-native/angular 1.0.0 → 2.0.1

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 (248) hide show
  1. package/README.md +13 -10
  2. package/babel-register-composed.cjs +41 -19
  3. package/bin/symbiote-angular-dev.cjs +16 -4
  4. package/build/angular/anchor-host-registry.js +1 -17
  5. package/build/angular/anchor-host-registry.js.map +1 -1
  6. package/build/angular/change-detection-flush.d.ts +31 -0
  7. package/build/angular/change-detection-flush.js +110 -0
  8. package/build/angular/change-detection-flush.js.map +1 -0
  9. package/build/angular/components/activity-indicator-props.d.ts +2 -0
  10. package/build/angular/components/activity-indicator-props.js +2 -0
  11. package/build/angular/components/activity-indicator-props.js.map +1 -0
  12. package/build/angular/components/button-props.d.ts +2 -0
  13. package/build/angular/components/button-props.js +2 -0
  14. package/build/angular/components/button-props.js.map +1 -0
  15. package/build/angular/components/flat-list/index.d.ts +2 -1
  16. package/build/angular/components/flat-list/index.js +22 -10
  17. package/build/angular/components/flat-list/index.js.map +1 -1
  18. package/build/angular/components/image-background-props.d.ts +6 -0
  19. package/build/angular/components/image-background-props.js +2 -0
  20. package/build/angular/components/image-background-props.js.map +1 -0
  21. package/build/angular/components/{image/shared.d.ts → image-shared.d.ts} +1 -1
  22. package/build/angular/components/{image/shared.js → image-shared.js} +7 -2
  23. package/build/angular/components/image-shared.js.map +1 -0
  24. package/build/angular/components/input-accessory-view-props.d.ts +7 -0
  25. package/build/angular/components/input-accessory-view-props.js +9 -0
  26. package/build/angular/components/input-accessory-view-props.js.map +1 -0
  27. package/build/angular/components/keyboard-avoiding-view/index.js +11 -17
  28. package/build/angular/components/keyboard-avoiding-view/index.js.map +1 -1
  29. package/build/angular/components/modal/index.d.ts +1 -0
  30. package/build/angular/components/modal/index.js +19 -12
  31. package/build/angular/components/modal/index.js.map +1 -1
  32. package/build/angular/components/pressable-props.d.ts +32 -0
  33. package/build/angular/components/pressable-props.js +11 -0
  34. package/build/angular/components/pressable-props.js.map +1 -0
  35. package/build/angular/components/refresh-control-props.d.ts +16 -0
  36. package/build/angular/components/refresh-control-props.js +14 -0
  37. package/build/angular/components/refresh-control-props.js.map +1 -0
  38. package/build/angular/components/safe-area-view-props.d.ts +7 -0
  39. package/build/angular/components/safe-area-view-props.js +11 -0
  40. package/build/angular/components/safe-area-view-props.js.map +1 -0
  41. package/build/angular/components/scroll-view-props.d.ts +76 -0
  42. package/build/angular/components/scroll-view-props.js +18 -0
  43. package/build/angular/components/scroll-view-props.js.map +1 -0
  44. package/build/angular/components/text-input-props.d.ts +45 -0
  45. package/build/angular/components/text-input-props.js +18 -0
  46. package/build/angular/components/text-input-props.js.map +1 -0
  47. package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.d.ts +6 -0
  48. package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js +2 -0
  49. package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js.map +1 -0
  50. package/build/angular/components/touchable-props.d.ts +14 -0
  51. package/build/angular/components/touchable-props.js +13 -0
  52. package/build/angular/components/touchable-props.js.map +1 -0
  53. package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.d.ts +3 -0
  54. package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js +2 -0
  55. package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js.map +1 -0
  56. package/build/angular/components/virtualized-list/index.d.ts +5 -1
  57. package/build/angular/components/virtualized-list/index.js +366 -280
  58. package/build/angular/components/virtualized-list/index.js.map +1 -1
  59. package/build/angular/components.d.ts +20 -26
  60. package/build/angular/components.js +12 -14
  61. package/build/angular/components.js.map +1 -1
  62. package/build/angular/create-portal/index.d.ts +2 -2
  63. package/build/angular/create-portal/index.js +5 -5
  64. package/build/angular/create-tunnel/index.js +1 -1
  65. package/build/angular/element-props.d.ts +53 -0
  66. package/build/angular/element-props.js +2 -0
  67. package/build/angular/element-props.js.map +1 -0
  68. package/build/angular/elements.d.ts +528 -0
  69. package/build/angular/elements.js +1444 -0
  70. package/build/angular/elements.js.map +1 -0
  71. package/build/angular/host-instance/index.js +1 -1
  72. package/build/angular/index.d.ts +4 -2
  73. package/build/angular/index.js +15 -1
  74. package/build/angular/index.js.map +1 -1
  75. package/build/angular/modules/animated/create-animated-component.d.ts +5 -6
  76. package/build/angular/modules/animated/create-animated-component.js +60 -73
  77. package/build/angular/modules/animated/create-animated-component.js.map +1 -1
  78. package/build/angular/modules/animated/index.js +1 -1
  79. package/build/angular/modules/animated/index.js.map +1 -1
  80. package/build/angular/modules/image/index.d.ts +3 -0
  81. package/build/angular/modules/image/index.js +16 -0
  82. package/build/angular/modules/image/index.js.map +1 -0
  83. package/build/angular/primitives/index.d.ts +18 -18
  84. package/build/angular/primitives/index.js +40 -36
  85. package/build/angular/primitives/index.js.map +1 -1
  86. package/build/angular/primitives/shared.d.ts +2 -3
  87. package/build/angular/primitives/shared.js +8 -53
  88. package/build/angular/primitives/shared.js.map +1 -1
  89. package/build/angular/register.d.ts +1 -1
  90. package/build/angular/register.js +12 -31
  91. package/build/angular/register.js.map +1 -1
  92. package/build/angular/render/index.js +3 -3
  93. package/build/angular/render/index.js.map +1 -1
  94. package/build/angular/renderer/index.js +113 -67
  95. package/build/angular/renderer/index.js.map +1 -1
  96. package/build/angular/renderer/value-change.d.ts +2 -0
  97. package/build/angular/renderer/value-change.js +9 -0
  98. package/build/angular/renderer/value-change.js.map +1 -0
  99. package/metro-config.cjs +54 -20
  100. package/metro-css-parser.cjs +2 -1
  101. package/package.json +5 -14
  102. package/src/anchor-host-registry.ts +1 -17
  103. package/src/change-detection-flush.ts +120 -0
  104. package/src/components/activity-indicator-props.ts +21 -0
  105. package/src/components/button-props.ts +26 -0
  106. package/src/components/flat-list/index.ts +12 -4
  107. package/src/components/image-background-props.ts +24 -0
  108. package/src/components/{image/shared.ts → image-shared.ts} +6 -1
  109. package/src/components/input-accessory-view-props.ts +21 -0
  110. package/src/components/keyboard-avoiding-view/index.ts +6 -9
  111. package/src/components/modal/index.ts +15 -7
  112. package/src/components/pressable-props.ts +73 -0
  113. package/src/components/refresh-control-props.ts +43 -0
  114. package/src/components/safe-area-view-props.ts +28 -0
  115. package/src/components/scroll-view-props.ts +109 -0
  116. package/src/components/text-input-props.ts +72 -0
  117. package/src/components/touchable-native-feedback/touchable-native-feedback-props.ts +23 -0
  118. package/src/components/touchable-props.ts +30 -0
  119. package/src/components/touchable-without-feedback/touchable-without-feedback-props.ts +21 -0
  120. package/src/components/virtualized-list/index.ts +239 -156
  121. package/src/components.ts +84 -35
  122. package/src/create-portal/index.ts +5 -5
  123. package/src/create-tunnel/index.ts +1 -1
  124. package/src/diagnostics.ts +1 -1
  125. package/src/element-props.ts +90 -0
  126. package/src/elements.ts +919 -0
  127. package/src/host-instance/index.ts +1 -1
  128. package/src/index.ts +52 -15
  129. package/src/modules/animated/create-animated-component.ts +50 -55
  130. package/src/modules/animated/index.ts +1 -1
  131. package/src/modules/image/index.ts +18 -0
  132. package/src/primitives/index.ts +22 -18
  133. package/src/primitives/shared.ts +11 -44
  134. package/src/register.ts +12 -40
  135. package/src/render/index.ts +3 -3
  136. package/src/renderer/index.ts +122 -73
  137. package/src/renderer/value-change.ts +8 -0
  138. package/babel-lower-host-primitives.cjs +0 -636
  139. package/build/angular/components/activity-indicator/index.android.d.ts +0 -13
  140. package/build/angular/components/activity-indicator/index.android.js +0 -29
  141. package/build/angular/components/activity-indicator/index.android.js.map +0 -1
  142. package/build/angular/components/activity-indicator/index.d.ts +0 -1
  143. package/build/angular/components/activity-indicator/index.ios.d.ts +0 -9
  144. package/build/angular/components/activity-indicator/index.ios.js +0 -26
  145. package/build/angular/components/activity-indicator/index.ios.js.map +0 -1
  146. package/build/angular/components/activity-indicator/index.js +0 -4
  147. package/build/angular/components/activity-indicator/index.js.map +0 -1
  148. package/build/angular/components/activity-indicator/shared.d.ts +0 -67
  149. package/build/angular/components/activity-indicator/shared.js +0 -260
  150. package/build/angular/components/activity-indicator/shared.js.map +0 -1
  151. package/build/angular/components/button.d.ts +0 -68
  152. package/build/angular/components/button.js +0 -360
  153. package/build/angular/components/button.js.map +0 -1
  154. package/build/angular/components/image/index.android.d.ts +0 -15
  155. package/build/angular/components/image/index.android.js +0 -83
  156. package/build/angular/components/image/index.android.js.map +0 -1
  157. package/build/angular/components/image/index.d.ts +0 -1
  158. package/build/angular/components/image/index.ios.d.ts +0 -15
  159. package/build/angular/components/image/index.ios.js +0 -83
  160. package/build/angular/components/image/index.ios.js.map +0 -1
  161. package/build/angular/components/image/index.js +0 -3
  162. package/build/angular/components/image/index.js.map +0 -1
  163. package/build/angular/components/image/shared.js.map +0 -1
  164. package/build/angular/components/image-background.d.ts +0 -85
  165. package/build/angular/components/image-background.js +0 -443
  166. package/build/angular/components/image-background.js.map +0 -1
  167. package/build/angular/components/input-accessory-view/index.d.ts +0 -66
  168. package/build/angular/components/input-accessory-view/index.js +0 -287
  169. package/build/angular/components/input-accessory-view/index.js.map +0 -1
  170. package/build/angular/components/pressable/index.d.ts +0 -134
  171. package/build/angular/components/pressable/index.js +0 -514
  172. package/build/angular/components/pressable/index.js.map +0 -1
  173. package/build/angular/components/refresh-control/index.d.ts +0 -91
  174. package/build/angular/components/refresh-control/index.js +0 -382
  175. package/build/angular/components/refresh-control/index.js.map +0 -1
  176. package/build/angular/components/safe-area-view/index.d.ts +0 -64
  177. package/build/angular/components/safe-area-view/index.js +0 -287
  178. package/build/angular/components/safe-area-view/index.js.map +0 -1
  179. package/build/angular/components/scroll-view/index.android.d.ts +0 -20
  180. package/build/angular/components/scroll-view/index.android.js +0 -262
  181. package/build/angular/components/scroll-view/index.android.js.map +0 -1
  182. package/build/angular/components/scroll-view/index.d.ts +0 -3
  183. package/build/angular/components/scroll-view/index.ios.d.ts +0 -8
  184. package/build/angular/components/scroll-view/index.ios.js +0 -92
  185. package/build/angular/components/scroll-view/index.ios.js.map +0 -1
  186. package/build/angular/components/scroll-view/index.js +0 -6
  187. package/build/angular/components/scroll-view/index.js.map +0 -1
  188. package/build/angular/components/scroll-view/projection.d.ts +0 -67
  189. package/build/angular/components/scroll-view/projection.js +0 -560
  190. package/build/angular/components/scroll-view/projection.js.map +0 -1
  191. package/build/angular/components/scroll-view/shared.d.ts +0 -241
  192. package/build/angular/components/scroll-view/shared.js +0 -848
  193. package/build/angular/components/scroll-view/shared.js.map +0 -1
  194. package/build/angular/components/scroll-view/sticky-header.d.ts +0 -40
  195. package/build/angular/components/scroll-view/sticky-header.js +0 -224
  196. package/build/angular/components/scroll-view/sticky-header.js.map +0 -1
  197. package/build/angular/components/switch/index.android.d.ts +0 -24
  198. package/build/angular/components/switch/index.android.js +0 -112
  199. package/build/angular/components/switch/index.android.js.map +0 -1
  200. package/build/angular/components/switch/index.d.ts +0 -1
  201. package/build/angular/components/switch/index.ios.d.ts +0 -23
  202. package/build/angular/components/switch/index.ios.js +0 -111
  203. package/build/angular/components/switch/index.ios.js.map +0 -1
  204. package/build/angular/components/switch/index.js +0 -4
  205. package/build/angular/components/switch/index.js.map +0 -1
  206. package/build/angular/components/switch/shared.d.ts +0 -49
  207. package/build/angular/components/switch/shared.js +0 -191
  208. package/build/angular/components/switch/shared.js.map +0 -1
  209. package/build/angular/components/text-input.d.ts +0 -167
  210. package/build/angular/components/text-input.js +0 -684
  211. package/build/angular/components/text-input.js.map +0 -1
  212. package/build/angular/components/touchable/index.d.ts +0 -283
  213. package/build/angular/components/touchable/index.js +0 -1453
  214. package/build/angular/components/touchable/index.js.map +0 -1
  215. package/build/angular/components/touchable-native-feedback/index.d.ts +0 -87
  216. package/build/angular/components/touchable-native-feedback/index.js +0 -409
  217. package/build/angular/components/touchable-native-feedback/index.js.map +0 -1
  218. package/build/angular/state-style.d.ts +0 -9
  219. package/build/angular/state-style.js +0 -39
  220. package/build/angular/state-style.js.map +0 -1
  221. package/metro-transformer.cjs +0 -69
  222. package/src/components/activity-indicator/index.android.ts +0 -23
  223. package/src/components/activity-indicator/index.ios.ts +0 -21
  224. package/src/components/activity-indicator/index.ts +0 -4
  225. package/src/components/activity-indicator/shared.ts +0 -225
  226. package/src/components/button.ts +0 -237
  227. package/src/components/image/index.android.ts +0 -95
  228. package/src/components/image/index.ios.ts +0 -95
  229. package/src/components/image/index.ts +0 -3
  230. package/src/components/image-background.ts +0 -308
  231. package/src/components/input-accessory-view/index.ts +0 -246
  232. package/src/components/pressable/index.ts +0 -522
  233. package/src/components/refresh-control/index.ts +0 -349
  234. package/src/components/safe-area-view/index.ts +0 -247
  235. package/src/components/scroll-view/index.android.ts +0 -205
  236. package/src/components/scroll-view/index.ios.ts +0 -81
  237. package/src/components/scroll-view/index.ts +0 -7
  238. package/src/components/scroll-view/projection.ts +0 -713
  239. package/src/components/scroll-view/shared.ts +0 -1093
  240. package/src/components/scroll-view/sticky-header.ts +0 -267
  241. package/src/components/switch/index.android.ts +0 -113
  242. package/src/components/switch/index.ios.ts +0 -112
  243. package/src/components/switch/index.ts +0 -4
  244. package/src/components/switch/shared.ts +0 -284
  245. package/src/components/text-input.ts +0 -669
  246. package/src/components/touchable/index.ts +0 -956
  247. package/src/components/touchable-native-feedback/index.ts +0 -327
  248. package/src/state-style.ts +0 -39
@@ -0,0 +1,528 @@
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
2
+ import type { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
3
+ import { type ControlValueAccessor } from '@angular/forms';
4
+ import type { IActivityIndicatorProps, IImageProps, INativeFeedbackBackground, IInputAccessoryViewViewProps, IModalViewProps, ISwitchProps, ITextInputProps } from '@symbiote-native/components';
5
+ import type { IElementProps, IStickyHeaderElementProps, ITextElementProps } from './element-props';
6
+ import type { IAngularImageBackgroundProps } from './components/image-background-props';
7
+ import type { IAngularPressableProps } from './components/pressable-props';
8
+ import type { IAngularRefreshControlProps } from './components/refresh-control-props';
9
+ import type { IAngularScrollViewProps } from './components/scroll-view-props';
10
+ import * as i0 from "@angular/core";
11
+ /**
12
+ * The shared half of every element directive: the prop surface all tags accept, and the ONE
13
+ * generic forward that puts a claimed binding back on the engine node.
14
+ *
15
+ * The forward is the deciding fact of this whole route. A binding claimed by a directive input
16
+ * never reaches `Renderer2.setProperty` on its own — Angular writes it to the directive instance
17
+ * — so without this loop a bare tag commits nothing at all. It stays generic on purpose: per-prop
18
+ * forwarding code is a component wrapper by another name, which is what this migration removes.
19
+ * `renderer.setProperty` lands in the adapter's own renderer, which routes the value through the
20
+ * engine's `routeProp` and applies the `id` -> `nativeID` and `symbioteStyle` -> `style` aliases.
21
+ */
22
+ export declare abstract class SymbioteElement implements OnChanges {
23
+ private readonly renderer;
24
+ protected readonly host: ElementRef<any>;
25
+ protected readonly detector: ChangeDetectorRef;
26
+ private readonly wrapCallback;
27
+ testID?: IElementProps['testID'];
28
+ nativeID?: IElementProps['nativeID'];
29
+ id?: IElementProps['id'];
30
+ accessible?: IElementProps['accessible'];
31
+ accessibilityLabel?: IElementProps['accessibilityLabel'];
32
+ accessibilityHint?: IElementProps['accessibilityHint'];
33
+ accessibilityRole?: IElementProps['accessibilityRole'];
34
+ accessibilityState?: IElementProps['accessibilityState'];
35
+ accessibilityValue?: IElementProps['accessibilityValue'];
36
+ accessibilityActions?: IElementProps['accessibilityActions'];
37
+ accessibilityLabelledBy?: IElementProps['accessibilityLabelledBy'];
38
+ importantForAccessibility?: IElementProps['importantForAccessibility'];
39
+ accessibilityLiveRegion?: IElementProps['accessibilityLiveRegion'];
40
+ screenReaderFocusable?: IElementProps['screenReaderFocusable'];
41
+ accessibilityViewIsModal?: IElementProps['accessibilityViewIsModal'];
42
+ accessibilityElementsHidden?: IElementProps['accessibilityElementsHidden'];
43
+ accessibilityIgnoresInvertColors?: IElementProps['accessibilityIgnoresInvertColors'];
44
+ accessibilityLanguage?: IElementProps['accessibilityLanguage'];
45
+ accessibilityRespondsToUserInteraction?: IElementProps['accessibilityRespondsToUserInteraction'];
46
+ accessibilityShowsLargeContentViewer?: IElementProps['accessibilityShowsLargeContentViewer'];
47
+ accessibilityLargeContentTitle?: IElementProps['accessibilityLargeContentTitle'];
48
+ onAccessibilityAction?: IElementProps['onAccessibilityAction'];
49
+ onAccessibilityTap?: IElementProps['onAccessibilityTap'];
50
+ onMagicTap?: IElementProps['onMagicTap'];
51
+ onAccessibilityEscape?: IElementProps['onAccessibilityEscape'];
52
+ role?: IElementProps['role'];
53
+ 'aria-label'?: IElementProps['aria-label'];
54
+ 'aria-labelledby'?: IElementProps['aria-labelledby'];
55
+ 'aria-live'?: IElementProps['aria-live'];
56
+ 'aria-hidden'?: IElementProps['aria-hidden'];
57
+ 'aria-busy'?: IElementProps['aria-busy'];
58
+ 'aria-checked'?: IElementProps['aria-checked'];
59
+ 'aria-disabled'?: IElementProps['aria-disabled'];
60
+ 'aria-expanded'?: IElementProps['aria-expanded'];
61
+ 'aria-selected'?: IElementProps['aria-selected'];
62
+ 'aria-modal'?: IElementProps['aria-modal'];
63
+ 'aria-valuemax'?: IElementProps['aria-valuemax'];
64
+ 'aria-valuemin'?: IElementProps['aria-valuemin'];
65
+ 'aria-valuenow'?: IElementProps['aria-valuenow'];
66
+ 'aria-valuetext'?: IElementProps['aria-valuetext'];
67
+ onStartShouldSetResponder?: IElementProps['onStartShouldSetResponder'];
68
+ onStartShouldSetResponderCapture?: IElementProps['onStartShouldSetResponderCapture'];
69
+ onMoveShouldSetResponder?: IElementProps['onMoveShouldSetResponder'];
70
+ onMoveShouldSetResponderCapture?: IElementProps['onMoveShouldSetResponderCapture'];
71
+ onResponderGrant?: IElementProps['onResponderGrant'];
72
+ onResponderReject?: IElementProps['onResponderReject'];
73
+ onResponderStart?: IElementProps['onResponderStart'];
74
+ onResponderMove?: IElementProps['onResponderMove'];
75
+ onResponderEnd?: IElementProps['onResponderEnd'];
76
+ onResponderRelease?: IElementProps['onResponderRelease'];
77
+ onResponderTerminate?: IElementProps['onResponderTerminate'];
78
+ onResponderTerminationRequest?: IElementProps['onResponderTerminationRequest'];
79
+ pointerEvents?: IElementProps['pointerEvents'];
80
+ hitSlop?: IElementProps['hitSlop'];
81
+ focusable?: IElementProps['focusable'];
82
+ collapsable?: IElementProps['collapsable'];
83
+ removeClippedSubviews?: IElementProps['removeClippedSubviews'];
84
+ renderToHardwareTextureAndroid?: IElementProps['renderToHardwareTextureAndroid'];
85
+ shouldRasterizeIOS?: IElementProps['shouldRasterizeIOS'];
86
+ needsOffscreenAlphaCompositing?: IElementProps['needsOffscreenAlphaCompositing'];
87
+ symbioteStyle?: IElementProps['symbioteStyle'];
88
+ style?: IElementProps['style'];
89
+ onPress?: IElementProps['onPress'];
90
+ onPressIn?: IElementProps['onPressIn'];
91
+ onPressOut?: IElementProps['onPressOut'];
92
+ onPressMove?: IElementProps['onPressMove'];
93
+ onLongPress?: IElementProps['onLongPress'];
94
+ onLayout?: IElementProps['onLayout'];
95
+ onFocus?: IElementProps['onFocus'];
96
+ onBlur?: IElementProps['onBlur'];
97
+ ngOnChanges(changes: SimpleChanges): void;
98
+ static ɵfac: i0.ɵɵFactoryDeclaration<SymbioteElement, never>;
99
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SymbioteElement, never, never, { "testID": { "alias": "testID"; "required": false; }; "nativeID": { "alias": "nativeID"; "required": false; }; "id": { "alias": "id"; "required": false; }; "accessible": { "alias": "accessible"; "required": false; }; "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "accessibilityHint": { "alias": "accessibilityHint"; "required": false; }; "accessibilityRole": { "alias": "accessibilityRole"; "required": false; }; "accessibilityState": { "alias": "accessibilityState"; "required": false; }; "accessibilityValue": { "alias": "accessibilityValue"; "required": false; }; "accessibilityActions": { "alias": "accessibilityActions"; "required": false; }; "accessibilityLabelledBy": { "alias": "accessibilityLabelledBy"; "required": false; }; "importantForAccessibility": { "alias": "importantForAccessibility"; "required": false; }; "accessibilityLiveRegion": { "alias": "accessibilityLiveRegion"; "required": false; }; "screenReaderFocusable": { "alias": "screenReaderFocusable"; "required": false; }; "accessibilityViewIsModal": { "alias": "accessibilityViewIsModal"; "required": false; }; "accessibilityElementsHidden": { "alias": "accessibilityElementsHidden"; "required": false; }; "accessibilityIgnoresInvertColors": { "alias": "accessibilityIgnoresInvertColors"; "required": false; }; "accessibilityLanguage": { "alias": "accessibilityLanguage"; "required": false; }; "accessibilityRespondsToUserInteraction": { "alias": "accessibilityRespondsToUserInteraction"; "required": false; }; "accessibilityShowsLargeContentViewer": { "alias": "accessibilityShowsLargeContentViewer"; "required": false; }; "accessibilityLargeContentTitle": { "alias": "accessibilityLargeContentTitle"; "required": false; }; "onAccessibilityAction": { "alias": "onAccessibilityAction"; "required": false; }; "onAccessibilityTap": { "alias": "onAccessibilityTap"; "required": false; }; "onMagicTap": { "alias": "onMagicTap"; "required": false; }; "onAccessibilityEscape": { "alias": "onAccessibilityEscape"; "required": false; }; "role": { "alias": "role"; "required": false; }; "aria-label": { "alias": "aria-label"; "required": false; }; "aria-labelledby": { "alias": "aria-labelledby"; "required": false; }; "aria-live": { "alias": "aria-live"; "required": false; }; "aria-hidden": { "alias": "aria-hidden"; "required": false; }; "aria-busy": { "alias": "aria-busy"; "required": false; }; "aria-checked": { "alias": "aria-checked"; "required": false; }; "aria-disabled": { "alias": "aria-disabled"; "required": false; }; "aria-expanded": { "alias": "aria-expanded"; "required": false; }; "aria-selected": { "alias": "aria-selected"; "required": false; }; "aria-modal": { "alias": "aria-modal"; "required": false; }; "aria-valuemax": { "alias": "aria-valuemax"; "required": false; }; "aria-valuemin": { "alias": "aria-valuemin"; "required": false; }; "aria-valuenow": { "alias": "aria-valuenow"; "required": false; }; "aria-valuetext": { "alias": "aria-valuetext"; "required": false; }; "onStartShouldSetResponder": { "alias": "onStartShouldSetResponder"; "required": false; }; "onStartShouldSetResponderCapture": { "alias": "onStartShouldSetResponderCapture"; "required": false; }; "onMoveShouldSetResponder": { "alias": "onMoveShouldSetResponder"; "required": false; }; "onMoveShouldSetResponderCapture": { "alias": "onMoveShouldSetResponderCapture"; "required": false; }; "onResponderGrant": { "alias": "onResponderGrant"; "required": false; }; "onResponderReject": { "alias": "onResponderReject"; "required": false; }; "onResponderStart": { "alias": "onResponderStart"; "required": false; }; "onResponderMove": { "alias": "onResponderMove"; "required": false; }; "onResponderEnd": { "alias": "onResponderEnd"; "required": false; }; "onResponderRelease": { "alias": "onResponderRelease"; "required": false; }; "onResponderTerminate": { "alias": "onResponderTerminate"; "required": false; }; "onResponderTerminationRequest": { "alias": "onResponderTerminationRequest"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "hitSlop": { "alias": "hitSlop"; "required": false; }; "focusable": { "alias": "focusable"; "required": false; }; "collapsable": { "alias": "collapsable"; "required": false; }; "removeClippedSubviews": { "alias": "removeClippedSubviews"; "required": false; }; "renderToHardwareTextureAndroid": { "alias": "renderToHardwareTextureAndroid"; "required": false; }; "shouldRasterizeIOS": { "alias": "shouldRasterizeIOS"; "required": false; }; "needsOffscreenAlphaCompositing": { "alias": "needsOffscreenAlphaCompositing"; "required": false; }; "symbioteStyle": { "alias": "symbioteStyle"; "required": false; }; "style": { "alias": "style"; "required": false; }; "onPress": { "alias": "onPress"; "required": false; }; "onPressIn": { "alias": "onPressIn"; "required": false; }; "onPressOut": { "alias": "onPressOut"; "required": false; }; "onPressMove": { "alias": "onPressMove"; "required": false; }; "onLongPress": { "alias": "onLongPress"; "required": false; }; "onLayout": { "alias": "onLayout"; "required": false; }; "onFocus": { "alias": "onFocus"; "required": false; }; "onBlur": { "alias": "onBlur"; "required": false; }; }, {}, never, never, true, never>;
100
+ }
101
+ /**
102
+ * The base for a tag whose app callback an engine behavior READS BACK inside the same microtask
103
+ * turn — `<text-input>`, `<switch>`, `<refresh-control>`. Zoneless change detection is a macrotask,
104
+ * so without this the behavior sees the PRE-event value and undoes the user; the full mechanism,
105
+ * and why this is `detectChanges()` on one view rather than `ApplicationRef.tick()`, is in
106
+ * `./change-detection-flush`.
107
+ *
108
+ * The directive is the only thing in the adapter that owns a `ChangeDetectorRef` for the view
109
+ * holding the binding, so it hands one to the renderer keyed on its own node.
110
+ */
111
+ declare abstract class ReadBackElement extends SymbioteElement implements OnDestroy {
112
+ constructor();
113
+ ngOnDestroy(): void;
114
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReadBackElement, never>;
115
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ReadBackElement, never, never, {}, {}, never, never, true, never>;
116
+ }
117
+ export declare class ViewElement extends SymbioteElement {
118
+ static ɵfac: i0.ɵɵFactoryDeclaration<ViewElement, never>;
119
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ViewElement, "view", never, {}, {}, never, never, true, never>;
120
+ }
121
+ export declare class PressableElement extends SymbioteElement {
122
+ disabled?: IAngularPressableProps['disabled'];
123
+ cancelable?: IAngularPressableProps['cancelable'];
124
+ delayLongPress?: IAngularPressableProps['delayLongPress'];
125
+ delayHoverIn?: IAngularPressableProps['delayHoverIn'];
126
+ delayHoverOut?: IAngularPressableProps['delayHoverOut'];
127
+ onHoverIn?: IAngularPressableProps['onHoverIn'];
128
+ onHoverOut?: IAngularPressableProps['onHoverOut'];
129
+ pressRetentionOffset?: IAngularPressableProps['pressRetentionOffset'];
130
+ unstable_pressDelay?: IAngularPressableProps['unstable_pressDelay'];
131
+ android_ripple?: IAngularPressableProps['android_ripple'];
132
+ android_disableSound?: IAngularPressableProps['android_disableSound'];
133
+ hasTVPreferredFocus?: IAngularPressableProps['hasTVPreferredFocus'];
134
+ nextFocusDown?: IAngularPressableProps['nextFocusDown'];
135
+ nextFocusForward?: IAngularPressableProps['nextFocusForward'];
136
+ nextFocusLeft?: IAngularPressableProps['nextFocusLeft'];
137
+ nextFocusRight?: IAngularPressableProps['nextFocusRight'];
138
+ nextFocusUp?: IAngularPressableProps['nextFocusUp'];
139
+ static ɵfac: i0.ɵɵFactoryDeclaration<PressableElement, never>;
140
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PressableElement, "pressable", never, { "disabled": { "alias": "disabled"; "required": false; }; "cancelable": { "alias": "cancelable"; "required": false; }; "delayLongPress": { "alias": "delayLongPress"; "required": false; }; "delayHoverIn": { "alias": "delayHoverIn"; "required": false; }; "delayHoverOut": { "alias": "delayHoverOut"; "required": false; }; "onHoverIn": { "alias": "onHoverIn"; "required": false; }; "onHoverOut": { "alias": "onHoverOut"; "required": false; }; "pressRetentionOffset": { "alias": "pressRetentionOffset"; "required": false; }; "unstable_pressDelay": { "alias": "unstable_pressDelay"; "required": false; }; "android_ripple": { "alias": "android_ripple"; "required": false; }; "android_disableSound": { "alias": "android_disableSound"; "required": false; }; "hasTVPreferredFocus": { "alias": "hasTVPreferredFocus"; "required": false; }; "nextFocusDown": { "alias": "nextFocusDown"; "required": false; }; "nextFocusForward": { "alias": "nextFocusForward"; "required": false; }; "nextFocusLeft": { "alias": "nextFocusLeft"; "required": false; }; "nextFocusRight": { "alias": "nextFocusRight"; "required": false; }; "nextFocusUp": { "alias": "nextFocusUp"; "required": false; }; }, {}, never, never, true, never>;
141
+ }
142
+ export declare class TouchableOpacityElement extends PressableElement {
143
+ activeOpacity?: number;
144
+ delayPressIn?: number;
145
+ delayPressOut?: number;
146
+ minPressDuration?: number;
147
+ static ɵfac: i0.ɵɵFactoryDeclaration<TouchableOpacityElement, never>;
148
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TouchableOpacityElement, "touchable-opacity", never, { "activeOpacity": { "alias": "activeOpacity"; "required": false; }; "delayPressIn": { "alias": "delayPressIn"; "required": false; }; "delayPressOut": { "alias": "delayPressOut"; "required": false; }; "minPressDuration": { "alias": "minPressDuration"; "required": false; }; }, {}, never, never, true, never>;
149
+ }
150
+ export declare class TouchableHighlightElement extends PressableElement {
151
+ activeOpacity?: number;
152
+ underlayColor?: string;
153
+ delayPressIn?: number;
154
+ delayPressOut?: number;
155
+ minPressDuration?: number;
156
+ static ɵfac: i0.ɵɵFactoryDeclaration<TouchableHighlightElement, never>;
157
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TouchableHighlightElement, "touchable-highlight", never, { "activeOpacity": { "alias": "activeOpacity"; "required": false; }; "underlayColor": { "alias": "underlayColor"; "required": false; }; "delayPressIn": { "alias": "delayPressIn"; "required": false; }; "delayPressOut": { "alias": "delayPressOut"; "required": false; }; "minPressDuration": { "alias": "minPressDuration"; "required": false; }; }, {}, never, never, true, never>;
158
+ }
159
+ export declare class TouchableNativeFeedbackElement extends PressableElement {
160
+ background?: INativeFeedbackBackground;
161
+ useForeground?: boolean;
162
+ static ɵfac: i0.ɵɵFactoryDeclaration<TouchableNativeFeedbackElement, never>;
163
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TouchableNativeFeedbackElement, "touchable-native-feedback", never, { "background": { "alias": "background"; "required": false; }; "useForeground": { "alias": "useForeground"; "required": false; }; }, {}, never, never, true, never>;
164
+ }
165
+ export declare class TouchableWithoutFeedbackElement extends PressableElement {
166
+ delayPressIn?: number;
167
+ delayPressOut?: number;
168
+ minPressDuration?: number;
169
+ static ɵfac: i0.ɵɵFactoryDeclaration<TouchableWithoutFeedbackElement, never>;
170
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TouchableWithoutFeedbackElement, "touchable-without-feedback", never, { "delayPressIn": { "alias": "delayPressIn"; "required": false; }; "delayPressOut": { "alias": "delayPressOut"; "required": false; }; "minPressDuration": { "alias": "minPressDuration"; "required": false; }; }, {}, never, never, true, never>;
171
+ }
172
+ export declare class ButtonElement extends TouchableOpacityElement {
173
+ title?: string;
174
+ color?: string;
175
+ touchSoundDisabled?: boolean;
176
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonElement, never>;
177
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonElement, "button", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "touchSoundDisabled": { "alias": "touchSoundDisabled"; "required": false; }; }, {}, never, never, true, never>;
178
+ }
179
+ export declare class TextElement extends SymbioteElement {
180
+ style?: ITextElementProps['style'];
181
+ numberOfLines?: ITextElementProps['numberOfLines'];
182
+ ellipsizeMode?: ITextElementProps['ellipsizeMode'];
183
+ selectable?: ITextElementProps['selectable'];
184
+ adjustsFontSizeToFit?: ITextElementProps['adjustsFontSizeToFit'];
185
+ minimumFontScale?: ITextElementProps['minimumFontScale'];
186
+ allowFontScaling?: ITextElementProps['allowFontScaling'];
187
+ maxFontSizeMultiplier?: ITextElementProps['maxFontSizeMultiplier'];
188
+ selectionColor?: ITextElementProps['selectionColor'];
189
+ disabled?: ITextElementProps['disabled'];
190
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextElement, never>;
191
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextElement, "text", never, { "style": { "alias": "style"; "required": false; }; "numberOfLines": { "alias": "numberOfLines"; "required": false; }; "ellipsizeMode": { "alias": "ellipsizeMode"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "adjustsFontSizeToFit": { "alias": "adjustsFontSizeToFit"; "required": false; }; "minimumFontScale": { "alias": "minimumFontScale"; "required": false; }; "allowFontScaling": { "alias": "allowFontScaling"; "required": false; }; "maxFontSizeMultiplier": { "alias": "maxFontSizeMultiplier"; "required": false; }; "selectionColor": { "alias": "selectionColor"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
192
+ }
193
+ export declare class ImageElement extends SymbioteElement {
194
+ source?: IImageProps['source'];
195
+ src?: IImageProps['src'];
196
+ srcSet?: IImageProps['srcSet'];
197
+ alt?: IImageProps['alt'];
198
+ width?: IImageProps['width'];
199
+ height?: IImageProps['height'];
200
+ resizeMode?: IImageProps['resizeMode'];
201
+ resizeMethod?: IImageProps['resizeMethod'];
202
+ defaultSource?: IImageProps['defaultSource'];
203
+ loadingIndicatorSource?: IImageProps['loadingIndicatorSource'];
204
+ blurRadius?: IImageProps['blurRadius'];
205
+ capInsets?: IImageProps['capInsets'];
206
+ crossOrigin?: IImageProps['crossOrigin'];
207
+ referrerPolicy?: IImageProps['referrerPolicy'];
208
+ fadeDuration?: IImageProps['fadeDuration'];
209
+ progressiveRenderingEnabled?: IImageProps['progressiveRenderingEnabled'];
210
+ tintColor?: IImageProps['tintColor'];
211
+ onLoad?: IImageProps['onLoad'];
212
+ onLoadStart?: IImageProps['onLoadStart'];
213
+ onLoadEnd?: IImageProps['onLoadEnd'];
214
+ onError?: IImageProps['onError'];
215
+ onProgress?: IImageProps['onProgress'];
216
+ onPartialLoad?: IImageProps['onPartialLoad'];
217
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageElement, never>;
218
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ImageElement, "image", never, { "source": { "alias": "source"; "required": false; }; "src": { "alias": "src"; "required": false; }; "srcSet": { "alias": "srcSet"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "resizeMode": { "alias": "resizeMode"; "required": false; }; "resizeMethod": { "alias": "resizeMethod"; "required": false; }; "defaultSource": { "alias": "defaultSource"; "required": false; }; "loadingIndicatorSource": { "alias": "loadingIndicatorSource"; "required": false; }; "blurRadius": { "alias": "blurRadius"; "required": false; }; "capInsets": { "alias": "capInsets"; "required": false; }; "crossOrigin": { "alias": "crossOrigin"; "required": false; }; "referrerPolicy": { "alias": "referrerPolicy"; "required": false; }; "fadeDuration": { "alias": "fadeDuration"; "required": false; }; "progressiveRenderingEnabled": { "alias": "progressiveRenderingEnabled"; "required": false; }; "tintColor": { "alias": "tintColor"; "required": false; }; "onLoad": { "alias": "onLoad"; "required": false; }; "onLoadStart": { "alias": "onLoadStart"; "required": false; }; "onLoadEnd": { "alias": "onLoadEnd"; "required": false; }; "onError": { "alias": "onError"; "required": false; }; "onProgress": { "alias": "onProgress"; "required": false; }; "onPartialLoad": { "alias": "onPartialLoad"; "required": false; }; }, {}, never, never, true, never>;
219
+ }
220
+ export declare class ImageBackgroundElement extends SymbioteElement {
221
+ imageStyle?: IAngularImageBackgroundProps['imageStyle'];
222
+ source?: IImageProps['source'];
223
+ src?: IImageProps['src'];
224
+ srcSet?: IImageProps['srcSet'];
225
+ alt?: IImageProps['alt'];
226
+ width?: IImageProps['width'];
227
+ height?: IImageProps['height'];
228
+ resizeMode?: IImageProps['resizeMode'];
229
+ resizeMethod?: IImageProps['resizeMethod'];
230
+ defaultSource?: IImageProps['defaultSource'];
231
+ loadingIndicatorSource?: IImageProps['loadingIndicatorSource'];
232
+ blurRadius?: IImageProps['blurRadius'];
233
+ capInsets?: IImageProps['capInsets'];
234
+ crossOrigin?: IImageProps['crossOrigin'];
235
+ referrerPolicy?: IImageProps['referrerPolicy'];
236
+ fadeDuration?: IImageProps['fadeDuration'];
237
+ progressiveRenderingEnabled?: IImageProps['progressiveRenderingEnabled'];
238
+ tintColor?: IImageProps['tintColor'];
239
+ onLoad?: IImageProps['onLoad'];
240
+ onLoadStart?: IImageProps['onLoadStart'];
241
+ onLoadEnd?: IImageProps['onLoadEnd'];
242
+ onError?: IImageProps['onError'];
243
+ onProgress?: IImageProps['onProgress'];
244
+ onPartialLoad?: IImageProps['onPartialLoad'];
245
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageBackgroundElement, never>;
246
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ImageBackgroundElement, "image-background", never, { "imageStyle": { "alias": "imageStyle"; "required": false; }; "source": { "alias": "source"; "required": false; }; "src": { "alias": "src"; "required": false; }; "srcSet": { "alias": "srcSet"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "resizeMode": { "alias": "resizeMode"; "required": false; }; "resizeMethod": { "alias": "resizeMethod"; "required": false; }; "defaultSource": { "alias": "defaultSource"; "required": false; }; "loadingIndicatorSource": { "alias": "loadingIndicatorSource"; "required": false; }; "blurRadius": { "alias": "blurRadius"; "required": false; }; "capInsets": { "alias": "capInsets"; "required": false; }; "crossOrigin": { "alias": "crossOrigin"; "required": false; }; "referrerPolicy": { "alias": "referrerPolicy"; "required": false; }; "fadeDuration": { "alias": "fadeDuration"; "required": false; }; "progressiveRenderingEnabled": { "alias": "progressiveRenderingEnabled"; "required": false; }; "tintColor": { "alias": "tintColor"; "required": false; }; "onLoad": { "alias": "onLoad"; "required": false; }; "onLoadStart": { "alias": "onLoadStart"; "required": false; }; "onLoadEnd": { "alias": "onLoadEnd"; "required": false; }; "onError": { "alias": "onError"; "required": false; }; "onProgress": { "alias": "onProgress"; "required": false; }; "onPartialLoad": { "alias": "onPartialLoad"; "required": false; }; }, {}, never, never, true, never>;
247
+ }
248
+ export declare class ScrollViewElement extends SymbioteElement {
249
+ scrollEnabled?: IAngularScrollViewProps['scrollEnabled'];
250
+ scrollEventThrottle?: IAngularScrollViewProps['scrollEventThrottle'];
251
+ contentContainerStyle?: IAngularScrollViewProps['contentContainerStyle'];
252
+ contentInset?: IAngularScrollViewProps['contentInset'];
253
+ contentInsetAdjustmentBehavior?: IAngularScrollViewProps['contentInsetAdjustmentBehavior'];
254
+ contentOffset?: IAngularScrollViewProps['contentOffset'];
255
+ scrollIndicatorInsets?: IAngularScrollViewProps['scrollIndicatorInsets'];
256
+ showsHorizontalScrollIndicator?: IAngularScrollViewProps['showsHorizontalScrollIndicator'];
257
+ showsVerticalScrollIndicator?: IAngularScrollViewProps['showsVerticalScrollIndicator'];
258
+ alwaysBounceHorizontal?: IAngularScrollViewProps['alwaysBounceHorizontal'];
259
+ alwaysBounceVertical?: IAngularScrollViewProps['alwaysBounceVertical'];
260
+ bounces?: IAngularScrollViewProps['bounces'];
261
+ bouncesZoom?: IAngularScrollViewProps['bouncesZoom'];
262
+ centerContent?: IAngularScrollViewProps['centerContent'];
263
+ decelerationRate?: IAngularScrollViewProps['decelerationRate'];
264
+ directionalLockEnabled?: IAngularScrollViewProps['directionalLockEnabled'];
265
+ disableIntervalMomentum?: IAngularScrollViewProps['disableIntervalMomentum'];
266
+ endFillColor?: IAngularScrollViewProps['endFillColor'];
267
+ fadingEdgeLength?: IAngularScrollViewProps['fadingEdgeLength'];
268
+ indicatorStyle?: IAngularScrollViewProps['indicatorStyle'];
269
+ invertStickyHeaders?: IAngularScrollViewProps['invertStickyHeaders'];
270
+ keyboardDismissMode?: IAngularScrollViewProps['keyboardDismissMode'];
271
+ keyboardShouldPersistTaps?: IAngularScrollViewProps['keyboardShouldPersistTaps'];
272
+ automaticallyAdjustKeyboardInsets?: IAngularScrollViewProps['automaticallyAdjustKeyboardInsets'];
273
+ maintainVisibleContentPosition?: IAngularScrollViewProps['maintainVisibleContentPosition'];
274
+ maximumZoomScale?: IAngularScrollViewProps['maximumZoomScale'];
275
+ minimumZoomScale?: IAngularScrollViewProps['minimumZoomScale'];
276
+ zoomScale?: IAngularScrollViewProps['zoomScale'];
277
+ nestedScrollEnabled?: IAngularScrollViewProps['nestedScrollEnabled'];
278
+ overScrollMode?: IAngularScrollViewProps['overScrollMode'];
279
+ pagingEnabled?: IAngularScrollViewProps['pagingEnabled'];
280
+ persistentScrollbar?: IAngularScrollViewProps['persistentScrollbar'];
281
+ pinchGestureEnabled?: IAngularScrollViewProps['pinchGestureEnabled'];
282
+ snapToAlignment?: IAngularScrollViewProps['snapToAlignment'];
283
+ snapToEnd?: IAngularScrollViewProps['snapToEnd'];
284
+ snapToInterval?: IAngularScrollViewProps['snapToInterval'];
285
+ snapToOffsets?: IAngularScrollViewProps['snapToOffsets'];
286
+ snapToStart?: IAngularScrollViewProps['snapToStart'];
287
+ stickyHeaderIndices?: IAngularScrollViewProps['stickyHeaderIndices'];
288
+ onScroll?: IAngularScrollViewProps['onScroll'];
289
+ onScrollBeginDrag?: IAngularScrollViewProps['onScrollBeginDrag'];
290
+ onScrollEndDrag?: IAngularScrollViewProps['onScrollEndDrag'];
291
+ onMomentumScrollBegin?: IAngularScrollViewProps['onMomentumScrollBegin'];
292
+ onMomentumScrollEnd?: IAngularScrollViewProps['onMomentumScrollEnd'];
293
+ onScrollToTop?: IAngularScrollViewProps['onScrollToTop'];
294
+ onContentSizeChange?: IAngularScrollViewProps['onContentSizeChange'];
295
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollViewElement, never>;
296
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollViewElement, "scroll-view", never, { "scrollEnabled": { "alias": "scrollEnabled"; "required": false; }; "scrollEventThrottle": { "alias": "scrollEventThrottle"; "required": false; }; "contentContainerStyle": { "alias": "contentContainerStyle"; "required": false; }; "contentInset": { "alias": "contentInset"; "required": false; }; "contentInsetAdjustmentBehavior": { "alias": "contentInsetAdjustmentBehavior"; "required": false; }; "contentOffset": { "alias": "contentOffset"; "required": false; }; "scrollIndicatorInsets": { "alias": "scrollIndicatorInsets"; "required": false; }; "showsHorizontalScrollIndicator": { "alias": "showsHorizontalScrollIndicator"; "required": false; }; "showsVerticalScrollIndicator": { "alias": "showsVerticalScrollIndicator"; "required": false; }; "alwaysBounceHorizontal": { "alias": "alwaysBounceHorizontal"; "required": false; }; "alwaysBounceVertical": { "alias": "alwaysBounceVertical"; "required": false; }; "bounces": { "alias": "bounces"; "required": false; }; "bouncesZoom": { "alias": "bouncesZoom"; "required": false; }; "centerContent": { "alias": "centerContent"; "required": false; }; "decelerationRate": { "alias": "decelerationRate"; "required": false; }; "directionalLockEnabled": { "alias": "directionalLockEnabled"; "required": false; }; "disableIntervalMomentum": { "alias": "disableIntervalMomentum"; "required": false; }; "endFillColor": { "alias": "endFillColor"; "required": false; }; "fadingEdgeLength": { "alias": "fadingEdgeLength"; "required": false; }; "indicatorStyle": { "alias": "indicatorStyle"; "required": false; }; "invertStickyHeaders": { "alias": "invertStickyHeaders"; "required": false; }; "keyboardDismissMode": { "alias": "keyboardDismissMode"; "required": false; }; "keyboardShouldPersistTaps": { "alias": "keyboardShouldPersistTaps"; "required": false; }; "automaticallyAdjustKeyboardInsets": { "alias": "automaticallyAdjustKeyboardInsets"; "required": false; }; "maintainVisibleContentPosition": { "alias": "maintainVisibleContentPosition"; "required": false; }; "maximumZoomScale": { "alias": "maximumZoomScale"; "required": false; }; "minimumZoomScale": { "alias": "minimumZoomScale"; "required": false; }; "zoomScale": { "alias": "zoomScale"; "required": false; }; "nestedScrollEnabled": { "alias": "nestedScrollEnabled"; "required": false; }; "overScrollMode": { "alias": "overScrollMode"; "required": false; }; "pagingEnabled": { "alias": "pagingEnabled"; "required": false; }; "persistentScrollbar": { "alias": "persistentScrollbar"; "required": false; }; "pinchGestureEnabled": { "alias": "pinchGestureEnabled"; "required": false; }; "snapToAlignment": { "alias": "snapToAlignment"; "required": false; }; "snapToEnd": { "alias": "snapToEnd"; "required": false; }; "snapToInterval": { "alias": "snapToInterval"; "required": false; }; "snapToOffsets": { "alias": "snapToOffsets"; "required": false; }; "snapToStart": { "alias": "snapToStart"; "required": false; }; "stickyHeaderIndices": { "alias": "stickyHeaderIndices"; "required": false; }; "onScroll": { "alias": "onScroll"; "required": false; }; "onScrollBeginDrag": { "alias": "onScrollBeginDrag"; "required": false; }; "onScrollEndDrag": { "alias": "onScrollEndDrag"; "required": false; }; "onMomentumScrollBegin": { "alias": "onMomentumScrollBegin"; "required": false; }; "onMomentumScrollEnd": { "alias": "onMomentumScrollEnd"; "required": false; }; "onScrollToTop": { "alias": "onScrollToTop"; "required": false; }; "onContentSizeChange": { "alias": "onContentSizeChange"; "required": false; }; }, {}, never, never, true, never>;
297
+ }
298
+ export declare class HorizontalScrollViewElement extends ScrollViewElement {
299
+ static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollViewElement, never>;
300
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HorizontalScrollViewElement, "horizontal-scroll-view", never, {}, {}, never, never, true, never>;
301
+ }
302
+ export declare class ScrollContentElement extends SymbioteElement {
303
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollContentElement, never>;
304
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollContentElement, "scroll-content", never, {}, {}, never, never, true, never>;
305
+ }
306
+ export declare class HorizontalScrollContentElement extends SymbioteElement {
307
+ static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollContentElement, never>;
308
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HorizontalScrollContentElement, "horizontal-scroll-content", never, {}, {}, never, never, true, never>;
309
+ }
310
+ /**
311
+ * The `[(value)]` half of a controlled tag — `<switch>` and `<text-input>`.
312
+ *
313
+ * The one `@Output` in this file, and it is FORCED rather than chosen. `[(value)]` desugars to
314
+ * `[value]` + `(valueChange)`, and ngtsc requires both halves to resolve to the SAME target: a
315
+ * declared `value` input beside an event no directive claims is NG8007, "the property and event
316
+ * halves are not bound to the same target". So the sugar this adapter documents cannot work without
317
+ * the output existing, whatever the file header says about events in general.
318
+ *
319
+ * The bridge below is NOT what makes the binding work today, and the comment says so because the
320
+ * obvious reading is wrong: the file header's "an `@Output` CONSUMES the binding" holds for a
321
+ * COMPONENT, and an element is the other case — Angular attaches the renderer listener for the
322
+ * event as well, so `Renderer2.listen` still runs and the engine still hears the change. Measured
323
+ * under JIT by deleting this whole hook: every case in `lowered-two-way-value.test.ts` stayed
324
+ * green, delivery included, and exactly ONCE (nothing double-fires when both paths exist).
325
+ *
326
+ * It is kept because the measurement is JIT-only and this adapter has a recorded case of JIT and
327
+ * AOT resolving a binding differently (`test-harness-false-greens.md` §21). If AOT routes the event
328
+ * exclusively to the output, this hook is the only thing keeping `[(value)]` alive; if it routes to
329
+ * both, it is one extra listener on a control an app explicitly bound. Delete it once something
330
+ * executes the LINKED artifact and shows the renderer listener is attached there too.
331
+ *
332
+ * Opened only when something is SUBSCRIBED: the prop's PRESENCE is what a behavior reads to decide
333
+ * it is controlled, so a `<switch>` given a handler nobody asked for changes how it snaps back.
334
+ * `.observed` is readable from `ngOnInit` because Angular subscribes outputs in the creation pass,
335
+ * before the update pass runs the hook — observed directly (true for the two bound tags, false for
336
+ * an unbound one), not assumed.
337
+ */
338
+ declare abstract class ValueChangeElement extends ReadBackElement implements OnInit, OnDestroy {
339
+ private readonly valueRenderer;
340
+ private readonly valueHost;
341
+ private unlistenValue?;
342
+ /** `this.valueChange.observed` — the subclass owns the emitter so its payload type stays exact. */
343
+ protected abstract hasValueSubscriber(): boolean;
344
+ /** Narrows the engine's unwrapped value to the type THIS tag emits, then emits it. */
345
+ protected abstract emitValue(value: unknown): void;
346
+ ngOnInit(): void;
347
+ ngOnDestroy(): void;
348
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValueChangeElement, never>;
349
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ValueChangeElement, never, never, {}, {}, never, never, true, never>;
350
+ }
351
+ export declare class TextInputElement extends ValueChangeElement {
352
+ value?: ITextInputProps['value'];
353
+ defaultValue?: ITextInputProps['defaultValue'];
354
+ placeholder?: ITextInputProps['placeholder'];
355
+ placeholderTextColor?: ITextInputProps['placeholderTextColor'];
356
+ multiline?: ITextInputProps['multiline'];
357
+ numberOfLines?: ITextInputProps['numberOfLines'];
358
+ maxLength?: ITextInputProps['maxLength'];
359
+ editable?: ITextInputProps['editable'];
360
+ readOnly?: ITextInputProps['readOnly'];
361
+ autoFocus?: ITextInputProps['autoFocus'];
362
+ autoCapitalize?: ITextInputProps['autoCapitalize'];
363
+ autoComplete?: ITextInputProps['autoComplete'];
364
+ autoCorrect?: ITextInputProps['autoCorrect'];
365
+ blurOnSubmit?: ITextInputProps['blurOnSubmit'];
366
+ submitBehavior?: ITextInputProps['submitBehavior'];
367
+ cursorColor?: ITextInputProps['cursorColor'];
368
+ enterKeyHint?: ITextInputProps['enterKeyHint'];
369
+ returnKeyType?: ITextInputProps['returnKeyType'];
370
+ inputMode?: ITextInputProps['inputMode'];
371
+ keyboardType?: ITextInputProps['keyboardType'];
372
+ inputAccessoryViewID?: ITextInputProps['inputAccessoryViewID'];
373
+ scrollEnabled?: ITextInputProps['scrollEnabled'];
374
+ secureTextEntry?: ITextInputProps['secureTextEntry'];
375
+ selectTextOnFocus?: ITextInputProps['selectTextOnFocus'];
376
+ selection?: ITextInputProps['selection'];
377
+ selectionColor?: ITextInputProps['selectionColor'];
378
+ selectionHandleColor?: ITextInputProps['selectionHandleColor'];
379
+ showSoftInputOnFocus?: ITextInputProps['showSoftInputOnFocus'];
380
+ textAlign?: ITextInputProps['textAlign'];
381
+ textContentType?: ITextInputProps['textContentType'];
382
+ underlineColorAndroid?: ITextInputProps['underlineColorAndroid'];
383
+ onValueChange?: ITextInputProps['onValueChange'];
384
+ onContentSizeChange?: ITextInputProps['onContentSizeChange'];
385
+ onEndEditing?: ITextInputProps['onEndEditing'];
386
+ onKeyPress?: ITextInputProps['onKeyPress'];
387
+ onSelectionChange?: ITextInputProps['onSelectionChange'];
388
+ onSubmitEditing?: ITextInputProps['onSubmitEditing'];
389
+ readonly valueChange: EventEmitter<string>;
390
+ protected hasValueSubscriber(): boolean;
391
+ protected emitValue(value: unknown): void;
392
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextInputElement, never>;
393
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextInputElement, "text-input", never, { "value": { "alias": "value"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placeholderTextColor": { "alias": "placeholderTextColor"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "numberOfLines": { "alias": "numberOfLines"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoCorrect": { "alias": "autoCorrect"; "required": false; }; "blurOnSubmit": { "alias": "blurOnSubmit"; "required": false; }; "submitBehavior": { "alias": "submitBehavior"; "required": false; }; "cursorColor": { "alias": "cursorColor"; "required": false; }; "enterKeyHint": { "alias": "enterKeyHint"; "required": false; }; "returnKeyType": { "alias": "returnKeyType"; "required": false; }; "inputMode": { "alias": "inputMode"; "required": false; }; "keyboardType": { "alias": "keyboardType"; "required": false; }; "inputAccessoryViewID": { "alias": "inputAccessoryViewID"; "required": false; }; "scrollEnabled": { "alias": "scrollEnabled"; "required": false; }; "secureTextEntry": { "alias": "secureTextEntry"; "required": false; }; "selectTextOnFocus": { "alias": "selectTextOnFocus"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectionColor": { "alias": "selectionColor"; "required": false; }; "selectionHandleColor": { "alias": "selectionHandleColor"; "required": false; }; "showSoftInputOnFocus": { "alias": "showSoftInputOnFocus"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textContentType": { "alias": "textContentType"; "required": false; }; "underlineColorAndroid": { "alias": "underlineColorAndroid"; "required": false; }; "onValueChange": { "alias": "onValueChange"; "required": false; }; "onContentSizeChange": { "alias": "onContentSizeChange"; "required": false; }; "onEndEditing": { "alias": "onEndEditing"; "required": false; }; "onKeyPress": { "alias": "onKeyPress"; "required": false; }; "onSelectionChange": { "alias": "onSelectionChange"; "required": false; }; "onSubmitEditing": { "alias": "onSubmitEditing"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
394
+ }
395
+ export declare class MultilineTextInputElement extends TextInputElement {
396
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultilineTextInputElement, never>;
397
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultilineTextInputElement, "text-input-multiline", never, {}, {}, never, never, true, never>;
398
+ }
399
+ export declare class ManagedTextInputElement extends TextInputElement {
400
+ static ɵfac: i0.ɵɵFactoryDeclaration<ManagedTextInputElement, never>;
401
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ManagedTextInputElement, "text-input-managed", never, {}, {}, never, never, true, never>;
402
+ }
403
+ export declare class ManagedMultilineTextInputElement extends TextInputElement {
404
+ static ɵfac: i0.ɵɵFactoryDeclaration<ManagedMultilineTextInputElement, never>;
405
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ManagedMultilineTextInputElement, "text-input-multiline-managed", never, {}, {}, never, never, true, never>;
406
+ }
407
+ export declare class SwitchElement extends ValueChangeElement {
408
+ value?: ISwitchProps['value'];
409
+ disabled?: ISwitchProps['disabled'];
410
+ trackColor?: ISwitchProps['trackColor'];
411
+ thumbColor?: ISwitchProps['thumbColor'];
412
+ ios_backgroundColor?: ISwitchProps['ios_backgroundColor'];
413
+ onValueChange?: ISwitchProps['onValueChange'];
414
+ readonly valueChange: EventEmitter<NonNullable<boolean | undefined>>;
415
+ protected hasValueSubscriber(): boolean;
416
+ protected emitValue(value: unknown): void;
417
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwitchElement, never>;
418
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SwitchElement, "switch", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "trackColor": { "alias": "trackColor"; "required": false; }; "thumbColor": { "alias": "thumbColor"; "required": false; }; "ios_backgroundColor": { "alias": "ios_backgroundColor"; "required": false; }; "onValueChange": { "alias": "onValueChange"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
419
+ }
420
+ export declare class ManagedSwitchElement extends SwitchElement {
421
+ static ɵfac: i0.ɵɵFactoryDeclaration<ManagedSwitchElement, never>;
422
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ManagedSwitchElement, "switch-managed", never, {}, {}, never, never, true, never>;
423
+ }
424
+ /**
425
+ * `[(ngModel)]` / `formControlName` on a `<text-input>` or a `<switch>`.
426
+ *
427
+ * The wrappers provided `NG_VALUE_ACCESSOR` themselves; a tag has no class for @angular/forms to
428
+ * call into, so the accessor moves onto a directive of its own rather than being dropped — the
429
+ * shape Angular's own `DefaultValueAccessor` takes for `<input>`. Providing it unconditionally is
430
+ * safe: @angular/forms looks the accessor up only when an `ngModel` / `formControl*` directive sits
431
+ * on the SAME element, so a plain `<switch [(value)]>` never reaches it.
432
+ *
433
+ * Everything below goes through `Renderer2`, which is the adapter's own — `setProperty` lands in
434
+ * `routeProp` and `listen('valueChange')` is already unwrapped to a bare value there, so this
435
+ * directive holds no fold of its own.
436
+ */
437
+ declare abstract class SymbioteValueAccessor implements ControlValueAccessor, OnDestroy {
438
+ private readonly renderer;
439
+ private readonly host;
440
+ private unlisten?;
441
+ protected abstract writeDisabled(isDisabled: boolean): void;
442
+ protected setProp(name: string, value: unknown): void;
443
+ writeValue(value: unknown): void;
444
+ registerOnChange(fn: (value: unknown) => void): void;
445
+ registerOnTouched(fn: () => void): void;
446
+ setDisabledState(isDisabled: boolean): void;
447
+ ngOnDestroy(): void;
448
+ static ɵfac: i0.ɵɵFactoryDeclaration<SymbioteValueAccessor, never>;
449
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SymbioteValueAccessor, never, never, {}, {}, never, never, true, never>;
450
+ }
451
+ export declare class TextInputValueAccessor extends SymbioteValueAccessor {
452
+ protected writeDisabled(isDisabled: boolean): void;
453
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextInputValueAccessor, never>;
454
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextInputValueAccessor, "text-input[ngModel], text-input[formControl], text-input[formControlName], text-input-multiline[ngModel], text-input-multiline[formControl], text-input-multiline[formControlName]", never, {}, {}, never, never, true, never>;
455
+ }
456
+ export declare class SwitchValueAccessor extends SymbioteValueAccessor {
457
+ protected writeDisabled(isDisabled: boolean): void;
458
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwitchValueAccessor, never>;
459
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SwitchValueAccessor, "switch[ngModel], switch[formControl], switch[formControlName], switch-managed[ngModel], switch-managed[formControl], switch-managed[formControlName]", never, {}, {}, never, never, true, never>;
460
+ }
461
+ export declare class ActivityIndicatorElement extends SymbioteElement {
462
+ animating?: IActivityIndicatorProps['animating'];
463
+ color?: IActivityIndicatorProps['color'];
464
+ size?: IActivityIndicatorProps['size'];
465
+ hidesWhenStopped?: IActivityIndicatorProps['hidesWhenStopped'];
466
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActivityIndicatorElement, never>;
467
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActivityIndicatorElement, "activity-indicator", never, { "animating": { "alias": "animating"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "hidesWhenStopped": { "alias": "hidesWhenStopped"; "required": false; }; }, {}, never, never, true, never>;
468
+ }
469
+ export declare class ActivityIndicatorSpinnerElement extends ActivityIndicatorElement {
470
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActivityIndicatorSpinnerElement, never>;
471
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActivityIndicatorSpinnerElement, "activity-indicator-spinner", never, {}, {}, never, never, true, never>;
472
+ }
473
+ export declare class SafeAreaViewElement extends SymbioteElement {
474
+ static ɵfac: i0.ɵɵFactoryDeclaration<SafeAreaViewElement, never>;
475
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SafeAreaViewElement, "safe-area-view", never, {}, {}, never, never, true, never>;
476
+ }
477
+ export declare class ModalElement extends SymbioteElement {
478
+ visible?: IModalViewProps['visible'];
479
+ transparent?: IModalViewProps['transparent'];
480
+ animationType?: IModalViewProps['animationType'];
481
+ presentationStyle?: IModalViewProps['presentationStyle'];
482
+ supportedOrientations?: IModalViewProps['supportedOrientations'];
483
+ hardwareAccelerated?: IModalViewProps['hardwareAccelerated'];
484
+ statusBarTranslucent?: IModalViewProps['statusBarTranslucent'];
485
+ navigationBarTranslucent?: IModalViewProps['navigationBarTranslucent'];
486
+ allowSwipeDismissal?: IModalViewProps['allowSwipeDismissal'];
487
+ backdropColor?: IModalViewProps['backdropColor'];
488
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalElement, never>;
489
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalElement, "modal", never, { "visible": { "alias": "visible"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; "animationType": { "alias": "animationType"; "required": false; }; "presentationStyle": { "alias": "presentationStyle"; "required": false; }; "supportedOrientations": { "alias": "supportedOrientations"; "required": false; }; "hardwareAccelerated": { "alias": "hardwareAccelerated"; "required": false; }; "statusBarTranslucent": { "alias": "statusBarTranslucent"; "required": false; }; "navigationBarTranslucent": { "alias": "navigationBarTranslucent"; "required": false; }; "allowSwipeDismissal": { "alias": "allowSwipeDismissal"; "required": false; }; "backdropColor": { "alias": "backdropColor"; "required": false; }; }, {}, never, never, true, never>;
490
+ }
491
+ export declare class RefreshControlElement extends ReadBackElement {
492
+ refreshing?: IAngularRefreshControlProps['refreshing'];
493
+ enabled?: IAngularRefreshControlProps['enabled'];
494
+ colors?: IAngularRefreshControlProps['colors'];
495
+ tintColor?: IAngularRefreshControlProps['tintColor'];
496
+ title?: IAngularRefreshControlProps['title'];
497
+ titleColor?: IAngularRefreshControlProps['titleColor'];
498
+ size?: IAngularRefreshControlProps['size'];
499
+ progressBackgroundColor?: IAngularRefreshControlProps['progressBackgroundColor'];
500
+ progressViewOffset?: IAngularRefreshControlProps['progressViewOffset'];
501
+ onRefresh?: IAngularRefreshControlProps['onRefresh'];
502
+ static ɵfac: i0.ɵɵFactoryDeclaration<RefreshControlElement, never>;
503
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RefreshControlElement, "refresh-control", never, { "refreshing": { "alias": "refreshing"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "tintColor": { "alias": "tintColor"; "required": false; }; "title": { "alias": "title"; "required": false; }; "titleColor": { "alias": "titleColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; "progressBackgroundColor": { "alias": "progressBackgroundColor"; "required": false; }; "progressViewOffset": { "alias": "progressViewOffset"; "required": false; }; "onRefresh": { "alias": "onRefresh"; "required": false; }; }, {}, never, never, true, never>;
504
+ }
505
+ export declare class StickyHeaderElement extends SymbioteElement {
506
+ inverted?: IStickyHeaderElementProps['inverted'];
507
+ nextHeaderLayoutY?: IStickyHeaderElementProps['nextHeaderLayoutY'];
508
+ scrollAnimatedValue?: IStickyHeaderElementProps['scrollAnimatedValue'];
509
+ scrollViewHeight?: IStickyHeaderElementProps['scrollViewHeight'];
510
+ static ɵfac: i0.ɵɵFactoryDeclaration<StickyHeaderElement, never>;
511
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StickyHeaderElement, "sticky-header", never, { "inverted": { "alias": "inverted"; "required": false; }; "nextHeaderLayoutY": { "alias": "nextHeaderLayoutY"; "required": false; }; "scrollAnimatedValue": { "alias": "scrollAnimatedValue"; "required": false; }; "scrollViewHeight": { "alias": "scrollViewHeight"; "required": false; }; }, {}, never, never, true, never>;
512
+ }
513
+ export declare class InputAccessoryViewElement extends SymbioteElement {
514
+ backgroundColor?: IInputAccessoryViewViewProps['backgroundColor'];
515
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputAccessoryViewElement, never>;
516
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputAccessoryViewElement, "input-accessory-view", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, {}, never, never, true, never>;
517
+ }
518
+ /**
519
+ * Every element directive, as ONE symbol an app puts in `imports`. Angular flattens a nested array
520
+ * there, so the line does not grow as the tag alphabet does — and a per-component `imports` line is
521
+ * the floor for standalone components whatever we ship (there is no global-import mechanism, by
522
+ * design: angular/angular#43784).
523
+ *
524
+ * `elements.test.ts` asserts this covers every key of `COMPONENT_DESCRIPTORS`, derived from that
525
+ * table, so a future primitive joins by existing rather than by someone remembering.
526
+ */
527
+ export declare const SYMBIOTE_ELEMENTS: readonly [typeof ViewElement, typeof PressableElement, typeof TouchableOpacityElement, typeof TouchableHighlightElement, typeof TouchableNativeFeedbackElement, typeof TouchableWithoutFeedbackElement, typeof ButtonElement, typeof TextElement, typeof ImageElement, typeof ImageBackgroundElement, typeof ScrollViewElement, typeof HorizontalScrollViewElement, typeof ScrollContentElement, typeof HorizontalScrollContentElement, typeof TextInputElement, typeof MultilineTextInputElement, typeof ManagedTextInputElement, typeof ManagedMultilineTextInputElement, typeof SwitchElement, typeof ManagedSwitchElement, typeof ActivityIndicatorElement, typeof ActivityIndicatorSpinnerElement, typeof SafeAreaViewElement, typeof ModalElement, typeof RefreshControlElement, typeof StickyHeaderElement, typeof InputAccessoryViewElement, typeof TextInputValueAccessor, typeof SwitchValueAccessor];
528
+ export {};