@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
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/touchable/index.ts"],"names":[],"mappings":"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"}
@@ -1,87 +0,0 @@
1
- import { EventEmitter, type DoCheck, type OnChanges } from '@angular/core';
2
- import { canUseNativeForeground, rippleBackground, selectableBackground, selectableBackgroundBorderless, type IAccessibilityProps, type IAccessibilityStateValue, type IAriaProps, type INativeFeedbackBackground, type IPressableAndroidRippleConfig, type IRectOffset } from '@symbiote-native/components';
3
- import { type ISymbioteEvent } from '@symbiote-native/engine';
4
- import { type IAngularPressableInputs } from '../pressable';
5
- import * as i0 from "@angular/core";
6
- export type { INativeFeedbackBackground, IThemeAttrBackground, IRippleBackground, } from '@symbiote-native/components';
7
- export type IAngularTouchableNativeFeedbackProps = Omit<IAngularPressableInputs, 'style'> & {
8
- background?: INativeFeedbackBackground;
9
- useForeground?: boolean;
10
- };
11
- export declare class TouchableNativeFeedback implements IAngularTouchableNativeFeedbackProps, OnChanges, DoCheck {
12
- static readonly SelectableBackground: typeof selectableBackground;
13
- static readonly SelectableBackgroundBorderless: typeof selectableBackgroundBorderless;
14
- static readonly Ripple: typeof rippleBackground;
15
- static readonly canUseNativeForeground: typeof canUseNativeForeground;
16
- readonly press: EventEmitter<ISymbioteEvent>;
17
- readonly pressIn: EventEmitter<ISymbioteEvent>;
18
- readonly pressOut: EventEmitter<ISymbioteEvent>;
19
- readonly pressMove: EventEmitter<ISymbioteEvent>;
20
- readonly longPress: EventEmitter<ISymbioteEvent>;
21
- readonly hoverIn: EventEmitter<ISymbioteEvent>;
22
- readonly hoverOut: EventEmitter<ISymbioteEvent>;
23
- readonly accessibilityAction: EventEmitter<ISymbioteEvent>;
24
- readonly accessibilityTap: EventEmitter<ISymbioteEvent>;
25
- readonly magicTap: EventEmitter<ISymbioteEvent>;
26
- readonly accessibilityEscape: EventEmitter<ISymbioteEvent>;
27
- background?: INativeFeedbackBackground;
28
- useForeground?: boolean;
29
- delayLongPress?: number;
30
- delayHoverIn?: number;
31
- delayHoverOut?: number;
32
- disabled?: boolean;
33
- cancelable?: boolean;
34
- hitSlop?: IRectOffset;
35
- pressRetentionOffset?: IRectOffset;
36
- unstable_pressDelay?: number;
37
- android_ripple?: IPressableAndroidRippleConfig;
38
- android_disableSound?: boolean;
39
- testID?: string;
40
- nativeID?: string;
41
- accessible?: boolean;
42
- accessibilityLabel?: string;
43
- accessibilityHint?: string;
44
- accessibilityRole?: IAccessibilityProps['accessibilityRole'];
45
- accessibilityState?: IAccessibilityStateValue;
46
- accessibilityValue?: IAccessibilityProps['accessibilityValue'];
47
- accessibilityActions?: IAccessibilityProps['accessibilityActions'];
48
- accessibilityLabelledBy?: string | string[];
49
- importantForAccessibility?: IAccessibilityProps['importantForAccessibility'];
50
- accessibilityLiveRegion?: IAccessibilityProps['accessibilityLiveRegion'];
51
- screenReaderFocusable?: boolean;
52
- accessibilityViewIsModal?: boolean;
53
- accessibilityElementsHidden?: boolean;
54
- accessibilityIgnoresInvertColors?: boolean;
55
- accessibilityLanguage?: string;
56
- accessibilityRespondsToUserInteraction?: boolean;
57
- accessibilityShowsLargeContentViewer?: boolean;
58
- accessibilityLargeContentTitle?: string;
59
- role?: IAriaProps['role'];
60
- ariaLabel?: string;
61
- ariaLabelledBy?: string;
62
- ariaLive?: IAriaProps['aria-live'];
63
- ariaHidden?: boolean;
64
- ariaBusy?: boolean;
65
- ariaChecked?: boolean | 'mixed';
66
- ariaDisabled?: boolean;
67
- ariaExpanded?: boolean;
68
- ariaSelected?: boolean;
69
- ariaModal?: boolean;
70
- ariaValueMax?: number;
71
- ariaValueMin?: number;
72
- ariaValueNow?: number;
73
- ariaValueText?: string;
74
- private readonly elementRef;
75
- private readonly inputsRevision;
76
- private readonly anchorStyle;
77
- ngDoCheck(): void;
78
- ngOnChanges(): void;
79
- private get resolvedBackground();
80
- get feedback(): Record<string, INativeFeedbackBackground>;
81
- readonly hostProps: import("@angular/core").Signal<Record<string, unknown>>;
82
- private emit;
83
- private eventEmitterHandler;
84
- get folded(): Partial<IAngularTouchableNativeFeedbackProps>;
85
- static ɵfac: i0.ɵɵFactoryDeclaration<TouchableNativeFeedback, never>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<TouchableNativeFeedback, "TouchableNativeFeedback", never, { "background": { "alias": "background"; "required": false; }; "useForeground": { "alias": "useForeground"; "required": false; }; "delayLongPress": { "alias": "delayLongPress"; "required": false; }; "delayHoverIn": { "alias": "delayHoverIn"; "required": false; }; "delayHoverOut": { "alias": "delayHoverOut"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "cancelable": { "alias": "cancelable"; "required": false; }; "hitSlop": { "alias": "hitSlop"; "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; }; "testID": { "alias": "testID"; "required": false; }; "nativeID": { "alias": "nativeID"; "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; }; "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; }; "ariaLive": { "alias": "aria-live"; "required": false; }; "ariaHidden": { "alias": "aria-hidden"; "required": false; }; "ariaBusy": { "alias": "aria-busy"; "required": false; }; "ariaChecked": { "alias": "aria-checked"; "required": false; }; "ariaDisabled": { "alias": "aria-disabled"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "required": false; }; "ariaSelected": { "alias": "aria-selected"; "required": false; }; "ariaModal": { "alias": "aria-modal"; "required": false; }; "ariaValueMax": { "alias": "aria-valuemax"; "required": false; }; "ariaValueMin": { "alias": "aria-valuemin"; "required": false; }; "ariaValueNow": { "alias": "aria-valuenow"; "required": false; }; "ariaValueText": { "alias": "aria-valuetext"; "required": false; }; }, { "press": "press"; "pressIn": "pressIn"; "pressOut": "pressOut"; "pressMove": "pressMove"; "longPress": "longPress"; "hoverIn": "hoverIn"; "hoverOut": "hoverOut"; "accessibilityAction": "accessibilityAction"; "accessibilityTap": "accessibilityTap"; "magicTap": "magicTap"; "accessibilityEscape": "accessibilityEscape"; }, never, ["*"], true, never>;
87
- }
@@ -1,409 +0,0 @@
1
- // TouchableNativeFeedback: the Angular lifecycle half. Android's ripple / state-drawable
2
- // touchable, built on Pressable like the rest of the family. RN realizes its feedback by cloning
3
- // the child into an RCTView carrying native ripple props; we instead nest the child under a
4
- // feedback <symbiote-view> that carries those props (nativeBackgroundAndroid /
5
- // nativeForegroundAndroid), inside a <Pressable> that owns the press wiring. The native props are
6
- // read by Android's ReactViewManager; on iOS they are inert, so the child still renders with
7
- // working press wiring. The static factories + background mapping are shared in
8
- // @symbiote-native/components and reused verbatim. One Fabric path both platforms, so this stays
9
- // a flat single file, mirroring React/Vue.
10
- //
11
- // This component's own press/hover events are real @Output() EventEmitters too, matching
12
- // Pressable (which it wraps) — `(press)="press.emit($event)"`, never `[onPress]="onPress"`. The
13
- // a11y identity bag + the four a11y events live on the feedback view — the one host intrinsic here
14
- // — folded through the shared resolveAccessibilityProps and routed through emit() on the (event)
15
- // channel (Angular blocks [onX] property bindings on host elements). disabled folds into the a11y
16
- // state via resolveDisabledAccessibilityState, exactly as Pressable does for its own host.
17
- import { CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, computed, inject, Input, Output, signal, } from '@angular/core';
18
- import { backgroundProps, canUseNativeForeground, resolveAccessibilityProps, resolveDisabledAccessibilityState, rippleBackground, selectableBackground, selectableBackgroundBorderless, } from '@symbiote-native/components';
19
- import { dlog, isSymbioteEvent, } from '@symbiote-native/engine';
20
- import { anchorHostStyle, SymbioteHostPropsDirective, ViewHost, } from '../../primitives';
21
- import { Pressable } from '../pressable';
22
- import * as i0 from "@angular/core";
23
- export class TouchableNativeFeedback {
24
- // The static helpers are pure config-dict producers; they live as members on the component class
25
- // so callers reach them as `TouchableNativeFeedback.Ripple(...)`, exactly like RN.
26
- static SelectableBackground = selectableBackground;
27
- static SelectableBackgroundBorderless = selectableBackgroundBorderless;
28
- static Ripple = rippleBackground;
29
- static canUseNativeForeground = canUseNativeForeground;
30
- press = new EventEmitter();
31
- pressIn = new EventEmitter();
32
- pressOut = new EventEmitter();
33
- pressMove = new EventEmitter();
34
- longPress = new EventEmitter();
35
- hoverIn = new EventEmitter();
36
- hoverOut = new EventEmitter();
37
- accessibilityAction = new EventEmitter();
38
- accessibilityTap = new EventEmitter();
39
- magicTap = new EventEmitter();
40
- accessibilityEscape = new EventEmitter();
41
- background;
42
- useForeground;
43
- delayLongPress;
44
- delayHoverIn;
45
- delayHoverOut;
46
- disabled;
47
- cancelable;
48
- hitSlop;
49
- pressRetentionOffset;
50
- unstable_pressDelay;
51
- android_ripple;
52
- android_disableSound;
53
- testID;
54
- nativeID;
55
- accessible;
56
- accessibilityLabel;
57
- accessibilityHint;
58
- accessibilityRole;
59
- accessibilityState;
60
- accessibilityValue;
61
- accessibilityActions;
62
- accessibilityLabelledBy;
63
- importantForAccessibility;
64
- accessibilityLiveRegion;
65
- screenReaderFocusable;
66
- accessibilityViewIsModal;
67
- accessibilityElementsHidden;
68
- accessibilityIgnoresInvertColors;
69
- accessibilityLanguage;
70
- accessibilityRespondsToUserInteraction;
71
- accessibilityShowsLargeContentViewer;
72
- accessibilityLargeContentTitle;
73
- role;
74
- ariaLabel;
75
- ariaLabelledBy;
76
- ariaLive;
77
- ariaHidden;
78
- ariaBusy;
79
- ariaChecked;
80
- ariaDisabled;
81
- ariaExpanded;
82
- ariaSelected;
83
- ariaModal;
84
- ariaValueMax;
85
- ariaValueMin;
86
- ariaValueNow;
87
- ariaValueText;
88
- // This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
89
- // onto (see anchorHostStyle's doc comment) — NOT the feedback <symbiote-view> one level down.
90
- // TouchableNativeFeedback has no explicit `style`/`class`-forwarding @Input() of its own (RN's
91
- // TouchableNativeFeedback takes none either — style/class always came from the child), so the
92
- // anchor's class-derived style is the ONLY style source for hostProps.style below.
93
- elementRef = inject(ElementRef);
94
- // Bridges the non-reactive @Input fields above into the reactive graph, so the computed() bag
95
- // below can memoize a value derived from them. Signal inputs would make this unnecessary, but
96
- // `input()` is visible only to the AOT compiler and this package's unit suite runs on JIT - see
97
- // the `angular-adapter-change-detection` skill, §6. Mirrors ScrollView's identical bridge
98
- // (components/scroll-view/shared.ts), including its constraint: ONLY safe for a bag whose every
99
- // dependency is an @Input or carries its own signal, never for plain internal mutable state.
100
- inputsRevision = signal(0, /* @ts-ignore */
101
- ...(ngDevMode ? [{ debugName: "inputsRevision" }] : /* istanbul ignore next */ []));
102
- // The anchor's class-derived style is hostProps' one dependency that is NOT an @Input:
103
- // `class="..."`/`[class.x]`/`[ngClass]` at the use site resolves through the renderer's
104
- // addClass/removeClass onto the anchor node (anchorHostStyle's doc comment), so it never appears
105
- // in SimpleChanges and ngOnChanges cannot cover it. The engine's commitClassStyle allocates a
106
- // fresh [classStyle, explicitStyle] array on exactly the passes where a class token actually
107
- // moved, so signal.set's own Object.is check makes an unchanged poll a no-op that dirties nothing.
108
- anchorStyle = signal(undefined, /* @ts-ignore */
109
- ...(ngDevMode ? [{ debugName: "anchorStyle" }] : /* istanbul ignore next */ []));
110
- // ngDoCheck is the only hook that observes the anchor AFTER the parent wrote it. Angular flushes
111
- // a node's pre-order hooks at the next `advance` PAST it (hooks.ts callHooks runs "until that
112
- // node index exclusive") or in refreshView's post-template flush - both strictly after the
113
- // parent's classProp on this element, and strictly before this component's own view refreshes.
114
- // Angular also nulls the active consumer around lifecycle hooks (render3/hooks.ts), so this
115
- // write registers no dependency on the caller's view and cannot throw NG0600.
116
- ngDoCheck() {
117
- this.anchorStyle.set(anchorHostStyle(this.elementRef));
118
- }
119
- ngOnChanges() {
120
- // Tells the computed bag below that an @Input moved - plain class fields are not reactive on
121
- // their own. Must stay in ngOnChanges: that is the single moment Angular has finished writing
122
- // every changed input for this pass.
123
- this.inputsRevision.update(revision => revision + 1);
124
- dlog(`TouchableNativeFeedback render ${this.resolvedBackground.type} useForeground ${this.useForeground === true}`);
125
- }
126
- // RN defaults a missing background to SelectableBackground() so the touchable always shows
127
- // feedback; mirror that here.
128
- get resolvedBackground() {
129
- return this.background ?? selectableBackground();
130
- }
131
- // backgroundProps picks the foreground slot only where the platform supports it, else the
132
- // background slot (canUseNativeForeground) — shared with React/Vue. One side is always undefined.
133
- get feedback() {
134
- return backgroundProps(this.resolvedBackground, this.useForeground === true);
135
- }
136
- // Assembles the SAME resolved values the template used to bind one-by-one into a single
137
- // flat bag for `[symbioteHostProps]` (Renderer2.setProperty per key) — see primitives/shared.ts.
138
- //
139
- // MEASURED 2026-08-16: as a getter this rebuilt the bag on every refresh of this view, and a
140
- // press dirties this very view (SymbioteHostPropsDirective wraps each flat-bag onX with
141
- // markForCheck), so `[symbioteHostProps]`'s reference check failed every time and re-pushed
142
- // every key through Renderer2.setProperty -> routeProp for an identical bag. Memoized, an
143
- // unchanged bag costs one reference compare. Every dependency below is either an @Input (covered
144
- // by inputsRevision) or the anchor style (covered by its own signal) - nothing here reads plain
145
- // internal mutable state, which is what makes memoizing this one safe.
146
- hostProps = computed(() => {
147
- this.inputsRevision();
148
- return {
149
- nativeBackgroundAndroid: this.feedback['nativeBackgroundAndroid'],
150
- nativeForegroundAndroid: this.feedback['nativeForegroundAndroid'],
151
- style: this.anchorStyle(),
152
- testID: this.testID,
153
- nativeID: this.nativeID,
154
- accessible: this.accessible,
155
- ...this.folded,
156
- onAccessibilityAction: this.eventEmitterHandler(this.accessibilityAction),
157
- onAccessibilityTap: this.eventEmitterHandler(this.accessibilityTap),
158
- onMagicTap: this.eventEmitterHandler(this.magicTap),
159
- onAccessibilityEscape: this.eventEmitterHandler(this.accessibilityEscape),
160
- };
161
- }, /* @ts-ignore */
162
- ...(ngDevMode ? [{ debugName: "hostProps" }] : /* istanbul ignore next */ []));
163
- // Forward an engine event to the matching @Output(), narrowing the template's untyped $event.
164
- emit(emitter, event) {
165
- if (isSymbioteEvent(event))
166
- emitter.emit(event);
167
- }
168
- // The four accessibility events are boolean-GATED Fabric events
169
- // (`.claude/rules/fabric-boolean-event-gates.md`): native fires them only when the committed
170
- // payload carries a FUNCTION at that key, so a template binding here lit the gate on every
171
- // instance whether or not an app ever subscribed. `.observed`-gated, mirroring Pressable's
172
- // `accessibilityEmitterHandler`.
173
- eventEmitterHandler(emitter) {
174
- return emitter.observed ? event => this.emit(emitter, event) : undefined;
175
- }
176
- // Fold the web aria-*/role aliases into the canonical accessibility* props once per render, so the
177
- // host never sees an aria-* key (native ignores them), and merge `disabled` into the a11y state
178
- // (resolveDisabledAccessibilityState) the same way Pressable does for its own host.
179
- get folded() {
180
- return resolveAccessibilityProps({
181
- accessibilityLabel: this.accessibilityLabel,
182
- accessibilityHint: this.accessibilityHint,
183
- accessibilityRole: this.accessibilityRole,
184
- accessibilityState: resolveDisabledAccessibilityState(this.accessibilityState, this.disabled),
185
- accessibilityValue: this.accessibilityValue,
186
- accessibilityActions: this.accessibilityActions,
187
- accessibilityLabelledBy: this.accessibilityLabelledBy,
188
- importantForAccessibility: this.importantForAccessibility,
189
- accessibilityLiveRegion: this.accessibilityLiveRegion,
190
- screenReaderFocusable: this.screenReaderFocusable,
191
- accessibilityViewIsModal: this.accessibilityViewIsModal,
192
- accessibilityElementsHidden: this.accessibilityElementsHidden,
193
- accessibilityIgnoresInvertColors: this.accessibilityIgnoresInvertColors,
194
- accessibilityLanguage: this.accessibilityLanguage,
195
- accessibilityRespondsToUserInteraction: this.accessibilityRespondsToUserInteraction,
196
- accessibilityShowsLargeContentViewer: this.accessibilityShowsLargeContentViewer,
197
- accessibilityLargeContentTitle: this.accessibilityLargeContentTitle,
198
- role: this.role,
199
- 'aria-label': this.ariaLabel,
200
- 'aria-labelledby': this.ariaLabelledBy,
201
- 'aria-live': this.ariaLive,
202
- 'aria-hidden': this.ariaHidden,
203
- 'aria-busy': this.ariaBusy,
204
- 'aria-checked': this.ariaChecked,
205
- 'aria-disabled': this.ariaDisabled,
206
- 'aria-expanded': this.ariaExpanded,
207
- 'aria-selected': this.ariaSelected,
208
- 'aria-modal': this.ariaModal,
209
- 'aria-valuemax': this.ariaValueMax,
210
- 'aria-valuemin': this.ariaValueMin,
211
- 'aria-valuenow': this.ariaValueNow,
212
- 'aria-valuetext': this.ariaValueText,
213
- });
214
- }
215
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TouchableNativeFeedback, deps: [], target: i0.ɵɵFactoryTarget.Component });
216
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: TouchableNativeFeedback, isStandalone: true, selector: "TouchableNativeFeedback", inputs: { background: "background", useForeground: "useForeground", 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", 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", role: "role", ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledBy: ["aria-labelledby", "ariaLabelledBy"], ariaLive: ["aria-live", "ariaLive"], ariaHidden: ["aria-hidden", "ariaHidden"], ariaBusy: ["aria-busy", "ariaBusy"], ariaChecked: ["aria-checked", "ariaChecked"], ariaDisabled: ["aria-disabled", "ariaDisabled"], ariaExpanded: ["aria-expanded", "ariaExpanded"], ariaSelected: ["aria-selected", "ariaSelected"], ariaModal: ["aria-modal", "ariaModal"], ariaValueMax: ["aria-valuemax", "ariaValueMax"], ariaValueMin: ["aria-valuemin", "ariaValueMin"], ariaValueNow: ["aria-valuenow", "ariaValueNow"], ariaValueText: ["aria-valuetext", "ariaValueText"] }, outputs: { press: "press", pressIn: "pressIn", pressOut: "pressOut", pressMove: "pressMove", longPress: "longPress", hoverIn: "hoverIn", hoverOut: "hoverOut", accessibilityAction: "accessibilityAction", accessibilityTap: "accessibilityTap", magicTap: "magicTap", accessibilityEscape: "accessibilityEscape" }, usesOnChanges: true, ngImport: i0, template: `
217
- <Pressable
218
- [__minPressDuration]="0"
219
- (press)="press.emit($event)"
220
- (pressIn)="pressIn.emit($event)"
221
- (pressOut)="pressOut.emit($event)"
222
- (pressMove)="pressMove.emit($event)"
223
- (longPress)="longPress.emit($event)"
224
- (hoverIn)="hoverIn.emit($event)"
225
- (hoverOut)="hoverOut.emit($event)"
226
- [delayLongPress]="delayLongPress"
227
- [delayHoverIn]="delayHoverIn"
228
- [delayHoverOut]="delayHoverOut"
229
- [disabled]="disabled"
230
- [cancelable]="cancelable"
231
- [hitSlop]="hitSlop"
232
- [pressRetentionOffset]="pressRetentionOffset"
233
- [unstable_pressDelay]="unstable_pressDelay"
234
- [android_ripple]="android_ripple"
235
- [android_disableSound]="android_disableSound"
236
- >
237
- <symbiote-view [symbioteHostProps]="hostProps()">
238
- <ng-content></ng-content>
239
- </symbiote-view>
240
- </Pressable>
241
- `, isInline: true, dependencies: [{ kind: "component", type: Pressable, selector: "Pressable", inputs: ["delayLongPress", "disabled", "cancelable", "hitSlop", "pressRetentionOffset", "unstable_pressDelay", "__minPressDuration", "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: ViewHost, selector: "symbiote-view, View" }, { kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
242
- }
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TouchableNativeFeedback, decorators: [{
244
- type: Component,
245
- args: [{
246
- selector: 'TouchableNativeFeedback',
247
- standalone: true,
248
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
249
- imports: [Pressable, ViewHost, SymbioteHostPropsDirective],
250
- changeDetection: ChangeDetectionStrategy.OnPush,
251
- template: `
252
- <Pressable
253
- [__minPressDuration]="0"
254
- (press)="press.emit($event)"
255
- (pressIn)="pressIn.emit($event)"
256
- (pressOut)="pressOut.emit($event)"
257
- (pressMove)="pressMove.emit($event)"
258
- (longPress)="longPress.emit($event)"
259
- (hoverIn)="hoverIn.emit($event)"
260
- (hoverOut)="hoverOut.emit($event)"
261
- [delayLongPress]="delayLongPress"
262
- [delayHoverIn]="delayHoverIn"
263
- [delayHoverOut]="delayHoverOut"
264
- [disabled]="disabled"
265
- [cancelable]="cancelable"
266
- [hitSlop]="hitSlop"
267
- [pressRetentionOffset]="pressRetentionOffset"
268
- [unstable_pressDelay]="unstable_pressDelay"
269
- [android_ripple]="android_ripple"
270
- [android_disableSound]="android_disableSound"
271
- >
272
- <symbiote-view [symbioteHostProps]="hostProps()">
273
- <ng-content></ng-content>
274
- </symbiote-view>
275
- </Pressable>
276
- `,
277
- }]
278
- }], propDecorators: { press: [{
279
- type: Output
280
- }], pressIn: [{
281
- type: Output
282
- }], pressOut: [{
283
- type: Output
284
- }], pressMove: [{
285
- type: Output
286
- }], longPress: [{
287
- type: Output
288
- }], hoverIn: [{
289
- type: Output
290
- }], hoverOut: [{
291
- type: Output
292
- }], accessibilityAction: [{
293
- type: Output
294
- }], accessibilityTap: [{
295
- type: Output
296
- }], magicTap: [{
297
- type: Output
298
- }], accessibilityEscape: [{
299
- type: Output
300
- }], background: [{
301
- type: Input
302
- }], useForeground: [{
303
- type: Input
304
- }], delayLongPress: [{
305
- type: Input
306
- }], delayHoverIn: [{
307
- type: Input
308
- }], delayHoverOut: [{
309
- type: Input
310
- }], disabled: [{
311
- type: Input
312
- }], cancelable: [{
313
- type: Input
314
- }], hitSlop: [{
315
- type: Input
316
- }], pressRetentionOffset: [{
317
- type: Input
318
- }], unstable_pressDelay: [{
319
- type: Input
320
- }], android_ripple: [{
321
- type: Input
322
- }], android_disableSound: [{
323
- type: Input
324
- }], testID: [{
325
- type: Input
326
- }], nativeID: [{
327
- type: Input
328
- }], accessible: [{
329
- type: Input
330
- }], accessibilityLabel: [{
331
- type: Input
332
- }], accessibilityHint: [{
333
- type: Input
334
- }], accessibilityRole: [{
335
- type: Input
336
- }], accessibilityState: [{
337
- type: Input
338
- }], accessibilityValue: [{
339
- type: Input
340
- }], accessibilityActions: [{
341
- type: Input
342
- }], accessibilityLabelledBy: [{
343
- type: Input
344
- }], importantForAccessibility: [{
345
- type: Input
346
- }], accessibilityLiveRegion: [{
347
- type: Input
348
- }], screenReaderFocusable: [{
349
- type: Input
350
- }], accessibilityViewIsModal: [{
351
- type: Input
352
- }], accessibilityElementsHidden: [{
353
- type: Input
354
- }], accessibilityIgnoresInvertColors: [{
355
- type: Input
356
- }], accessibilityLanguage: [{
357
- type: Input
358
- }], accessibilityRespondsToUserInteraction: [{
359
- type: Input
360
- }], accessibilityShowsLargeContentViewer: [{
361
- type: Input
362
- }], accessibilityLargeContentTitle: [{
363
- type: Input
364
- }], role: [{
365
- type: Input
366
- }], ariaLabel: [{
367
- type: Input,
368
- args: ['aria-label']
369
- }], ariaLabelledBy: [{
370
- type: Input,
371
- args: ['aria-labelledby']
372
- }], ariaLive: [{
373
- type: Input,
374
- args: ['aria-live']
375
- }], ariaHidden: [{
376
- type: Input,
377
- args: ['aria-hidden']
378
- }], ariaBusy: [{
379
- type: Input,
380
- args: ['aria-busy']
381
- }], ariaChecked: [{
382
- type: Input,
383
- args: ['aria-checked']
384
- }], ariaDisabled: [{
385
- type: Input,
386
- args: ['aria-disabled']
387
- }], ariaExpanded: [{
388
- type: Input,
389
- args: ['aria-expanded']
390
- }], ariaSelected: [{
391
- type: Input,
392
- args: ['aria-selected']
393
- }], ariaModal: [{
394
- type: Input,
395
- args: ['aria-modal']
396
- }], ariaValueMax: [{
397
- type: Input,
398
- args: ['aria-valuemax']
399
- }], ariaValueMin: [{
400
- type: Input,
401
- args: ['aria-valuemin']
402
- }], ariaValueNow: [{
403
- type: Input,
404
- args: ['aria-valuenow']
405
- }], ariaValueText: [{
406
- type: Input,
407
- args: ['aria-valuetext']
408
- }] } });
409
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/touchable-native-feedback/index.ts"],"names":[],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- import { type PipeTransform } from '@angular/core';
2
- import type { IResolvedStateStyle } from '@symbiote-native/components/state-style';
3
- import * as i0 from "@angular/core";
4
- export { resolveStateStyle, type IPressStateArgument, type IResolvedStateStyle, } from '@symbiote-native/components/state-style';
5
- export declare class SymbioteStateStylePipe implements PipeTransform {
6
- transform(value: unknown): IResolvedStateStyle;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SymbioteStateStylePipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<SymbioteStateStylePipe, "resolveStateStyle", true>;
9
- }
@@ -1,39 +0,0 @@
1
- // Angular-only addition to this otherwise byte-identical file: a template expression can call a
2
- // PIPE, never an arbitrary imported function — `resolveStateStyle(x)` in a template resolves as
3
- // `ctx.resolveStateStyle(x)`, a component-instance method lookup, which the lowering transform has
4
- // no component to add one to (verified against the installed compiler-cli, 2026-09-01: the linker
5
- // compiles it straight to a `ctx.` property read with no error, so this fails at RUNTIME —
6
- // `ctx.resolveStateStyle is not a function` — not at compile time). A pipe is the one thing that
7
- // resolves through `dependencies` the way a component/directive does.
8
- //
9
- // `emitStyleExpressionOnce` still applies: the transform's `@let pair = (expr | resolveStateStyle);`
10
- // evaluates `expr` exactly once (verified via the compiled `ɵɵpipeBind1` call) and `pair.style` /
11
- // `pair.activeStyle` are two cheap reads of the local, never a second evaluation of `expr`.
12
- import { Pipe } from '@angular/core';
13
- import { resolveStateStyle as resolveStateStyleImpl } from '@symbiote-native/components/state-style';
14
- import * as i0 from "@angular/core";
15
- // Re-export only. The implementation is shared (`@symbiote-native/components`) because two adapters
16
- // had written byte-identical copies; this file exists so the code a transform EMITS keeps importing
17
- // from the adapter package the app already depends on, rather than reaching past it.
18
- //
19
- // Imported from the SUBPATH, not the barrel: every adapter barrel re-exports
20
- // `@symbiote-native/components` wholesale, so a name on that barrel silently becomes public API on
21
- // all five — which is how a transform internal nearly shipped as a supported export.
22
- //
23
- // Present on every adapter, including those with no lowering transform yet: a per-framework subpath
24
- // that four of five declare is exactly the silent gap `tests/package-subpath-parity.test.ts` exists
25
- // to catch, and the file costs a re-export. Deliberately NOT on the public barrel — the emitted
26
- // code names it, app code does not.
27
- export { resolveStateStyle, } from '@symbiote-native/components/state-style';
28
- export class SymbioteStateStylePipe {
29
- transform(value) {
30
- return resolveStateStyleImpl(value);
31
- }
32
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SymbioteStateStylePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
33
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SymbioteStateStylePipe, isStandalone: true, name: "resolveStateStyle" });
34
- }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SymbioteStateStylePipe, decorators: [{
36
- type: Pipe,
37
- args: [{ name: 'resolveStateStyle', standalone: true }]
38
- }] });
39
- //# sourceMappingURL=state-style.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"state-style.js","sourceRoot":"","sources":["../../src/state-style.ts"],"names":[],"mappings":"AAkBA,gGAAgG;AAChG,gGAAgG;AAChG,mGAAmG;AACnG,kGAAkG;AAClG,2FAA2F;AAC3F,iGAAiG;AACjG,sEAAsE;AACtE,EAAE;AACF,qGAAqG;AACrG,kGAAkG;AAClG,4FAA4F;AAC5F,OAAO,EAAE,IAAI,EAAsB,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,IAAI,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;;AA9BrG,oGAAoG;AACpG,oGAAoG;AACpG,qFAAqF;AACrF,EAAE;AACF,6EAA6E;AAC7E,mGAAmG;AACnG,qFAAqF;AACrF,EAAE;AACF,oGAAoG;AACpG,oGAAoG;AACpG,gGAAgG;AAChG,oCAAoC;AACpC,OAAO,EACL,iBAAiB,GAGlB,MAAM,yCAAyC,CAAC;AAkBjD,MAAM,OAAO,sBAAsB;IACjC,SAAS,CAAC,KAAc;QACtB,OAAO,qBAAqB,CAAC,KAAK,CAAC,CAAC;IACtC,CAAC;uGAHU,sBAAsB;qGAAtB,sBAAsB;;2FAAtB,sBAAsB;kBADlC,IAAI;mBAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,UAAU,EAAE,IAAI,EAAE"}