@symbiote-native/angular 0.8.0 → 2.0.0
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.
- package/README.md +13 -10
- package/babel-register-composed.cjs +58 -18
- package/bin/symbiote-angular-dev.cjs +16 -4
- package/build/angular/anchor-host-registry.js +1 -15
- package/build/angular/anchor-host-registry.js.map +1 -1
- package/build/angular/change-detection-flush.d.ts +31 -0
- package/build/angular/change-detection-flush.js +110 -0
- package/build/angular/change-detection-flush.js.map +1 -0
- package/build/angular/components/activity-indicator-props.d.ts +2 -0
- package/build/angular/components/activity-indicator-props.js +2 -0
- package/build/angular/components/activity-indicator-props.js.map +1 -0
- package/build/angular/components/button-props.d.ts +2 -0
- package/build/angular/components/button-props.js +2 -0
- package/build/angular/components/button-props.js.map +1 -0
- package/build/angular/components/flat-list/index.d.ts +2 -1
- package/build/angular/components/flat-list/index.js +22 -10
- package/build/angular/components/flat-list/index.js.map +1 -1
- package/build/angular/components/image-background-props.d.ts +6 -0
- package/build/angular/components/image-background-props.js +2 -0
- package/build/angular/components/image-background-props.js.map +1 -0
- package/build/angular/components/{image/shared.d.ts → image-shared.d.ts} +4 -4
- package/build/angular/components/{image/shared.js → image-shared.js} +39 -28
- package/build/angular/components/image-shared.js.map +1 -0
- package/build/angular/components/input-accessory-view-props.d.ts +7 -0
- package/build/angular/components/input-accessory-view-props.js +9 -0
- package/build/angular/components/input-accessory-view-props.js.map +1 -0
- package/build/angular/components/keyboard-avoiding-view/index.d.ts +2 -1
- package/build/angular/components/keyboard-avoiding-view/index.js +28 -27
- package/build/angular/components/keyboard-avoiding-view/index.js.map +1 -1
- package/build/angular/components/modal/index.d.ts +2 -0
- package/build/angular/components/modal/index.js +33 -20
- package/build/angular/components/modal/index.js.map +1 -1
- package/build/angular/components/pressable-props.d.ts +32 -0
- package/build/angular/components/pressable-props.js +11 -0
- package/build/angular/components/pressable-props.js.map +1 -0
- package/build/angular/components/refresh-control-props.d.ts +16 -0
- package/build/angular/components/refresh-control-props.js +14 -0
- package/build/angular/components/refresh-control-props.js.map +1 -0
- package/build/angular/components/safe-area-view-props.d.ts +7 -0
- package/build/angular/components/safe-area-view-props.js +11 -0
- package/build/angular/components/safe-area-view-props.js.map +1 -0
- package/build/angular/components/scroll-view-props.d.ts +76 -0
- package/build/angular/components/scroll-view-props.js +18 -0
- package/build/angular/components/scroll-view-props.js.map +1 -0
- package/build/angular/components/section-list/index.d.ts +3 -0
- package/build/angular/components/section-list/index.js +10 -1
- package/build/angular/components/section-list/index.js.map +1 -1
- package/build/angular/components/text-input-props.d.ts +45 -0
- package/build/angular/components/text-input-props.js +18 -0
- package/build/angular/components/text-input-props.js.map +1 -0
- package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.d.ts +6 -0
- package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js +2 -0
- package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js.map +1 -0
- package/build/angular/components/touchable-props.d.ts +14 -0
- package/build/angular/components/touchable-props.js +13 -0
- package/build/angular/components/touchable-props.js.map +1 -0
- package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.d.ts +3 -0
- package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js +2 -0
- package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js.map +1 -0
- package/build/angular/components/virtualized-list/index.d.ts +8 -1
- package/build/angular/components/virtualized-list/index.js +373 -278
- package/build/angular/components/virtualized-list/index.js.map +1 -1
- package/build/angular/components/virtualized-section-list/index.d.ts +3 -0
- package/build/angular/components/virtualized-section-list/index.js +10 -1
- package/build/angular/components/virtualized-section-list/index.js.map +1 -1
- package/build/angular/components.d.ts +21 -27
- package/build/angular/components.js +13 -15
- package/build/angular/components.js.map +1 -1
- package/build/angular/create-portal/index.d.ts +11 -2
- package/build/angular/create-portal/index.js +37 -11
- package/build/angular/create-portal/index.js.map +1 -1
- package/build/angular/create-tunnel/index.js +1 -1
- package/build/angular/element-props.d.ts +53 -0
- package/build/angular/element-props.js +2 -0
- package/build/angular/element-props.js.map +1 -0
- package/build/angular/elements.d.ts +528 -0
- package/build/angular/elements.js +1444 -0
- package/build/angular/elements.js.map +1 -0
- package/build/angular/gate-demand.d.ts +37 -0
- package/build/angular/gate-demand.js +84 -0
- package/build/angular/gate-demand.js.map +1 -0
- package/build/angular/host-instance/index.js +1 -1
- package/build/angular/index.d.ts +5 -2
- package/build/angular/index.js +16 -1
- package/build/angular/index.js.map +1 -1
- package/build/angular/modules/animated/create-animated-component.d.ts +6 -6
- package/build/angular/modules/animated/create-animated-component.js +73 -81
- package/build/angular/modules/animated/create-animated-component.js.map +1 -1
- package/build/angular/modules/animated/index.js +1 -1
- package/build/angular/modules/animated/index.js.map +1 -1
- package/build/angular/modules/image/index.d.ts +3 -0
- package/build/angular/modules/image/index.js +16 -0
- package/build/angular/modules/image/index.js.map +1 -0
- package/build/angular/primitives/index.d.ts +28 -16
- package/build/angular/primitives/index.js +77 -31
- package/build/angular/primitives/index.js.map +1 -1
- package/build/angular/primitives/shared.d.ts +2 -3
- package/build/angular/primitives/shared.js +8 -53
- package/build/angular/primitives/shared.js.map +1 -1
- package/build/angular/register.d.ts +1 -0
- package/build/angular/register.js +16 -0
- package/build/angular/register.js.map +1 -0
- package/build/angular/render/index.js +4 -2
- package/build/angular/render/index.js.map +1 -1
- package/build/angular/renderer/index.js +207 -60
- package/build/angular/renderer/index.js.map +1 -1
- package/build/angular/renderer/value-change.d.ts +2 -0
- package/build/angular/renderer/value-change.js +9 -0
- package/build/angular/renderer/value-change.js.map +1 -0
- package/metro-config.cjs +23 -5
- package/metro-css-parser.cjs +2 -1
- package/package.json +17 -7
- package/src/anchor-host-registry.ts +1 -15
- package/src/change-detection-flush.ts +120 -0
- package/src/components/activity-indicator-props.ts +21 -0
- package/src/components/button-props.ts +26 -0
- package/src/components/flat-list/index.ts +12 -4
- package/src/components/image-background-props.ts +24 -0
- package/src/components/{image/shared.ts → image-shared.ts} +57 -26
- package/src/components/input-accessory-view-props.ts +21 -0
- package/src/components/keyboard-avoiding-view/index.ts +27 -16
- package/src/components/modal/index.ts +32 -11
- package/src/components/pressable-props.ts +73 -0
- package/src/components/refresh-control-props.ts +43 -0
- package/src/components/safe-area-view-props.ts +28 -0
- package/src/components/scroll-view-props.ts +109 -0
- package/src/components/section-list/index.ts +18 -0
- package/src/components/text-input-props.ts +72 -0
- package/src/components/touchable-native-feedback/touchable-native-feedback-props.ts +23 -0
- package/src/components/touchable-props.ts +30 -0
- package/src/components/touchable-without-feedback/touchable-without-feedback-props.ts +21 -0
- package/src/components/virtualized-list/index.ts +254 -153
- package/src/components/virtualized-section-list/index.ts +18 -0
- package/src/components.ts +86 -35
- package/src/create-portal/index.ts +39 -9
- package/src/create-tunnel/index.ts +1 -1
- package/src/diagnostics.ts +1 -1
- package/src/element-props.ts +90 -0
- package/src/elements.ts +919 -0
- package/src/gate-demand.ts +109 -0
- package/src/host-instance/index.ts +1 -1
- package/src/index.ts +54 -15
- package/src/modules/animated/create-animated-component.ts +73 -59
- package/src/modules/animated/index.ts +1 -1
- package/src/modules/image/index.ts +18 -0
- package/src/primitives/index.ts +47 -16
- package/src/primitives/shared.ts +11 -44
- package/src/register.ts +15 -0
- package/src/render/index.ts +4 -2
- package/src/renderer/index.ts +239 -80
- package/src/renderer/value-change.ts +8 -0
- package/build/angular/components/activity-indicator/index.android.d.ts +0 -13
- package/build/angular/components/activity-indicator/index.android.js +0 -29
- package/build/angular/components/activity-indicator/index.android.js.map +0 -1
- package/build/angular/components/activity-indicator/index.d.ts +0 -1
- package/build/angular/components/activity-indicator/index.ios.d.ts +0 -9
- package/build/angular/components/activity-indicator/index.ios.js +0 -26
- package/build/angular/components/activity-indicator/index.ios.js.map +0 -1
- package/build/angular/components/activity-indicator/index.js +0 -4
- package/build/angular/components/activity-indicator/index.js.map +0 -1
- package/build/angular/components/activity-indicator/shared.d.ts +0 -67
- package/build/angular/components/activity-indicator/shared.js +0 -260
- package/build/angular/components/activity-indicator/shared.js.map +0 -1
- package/build/angular/components/button.d.ts +0 -65
- package/build/angular/components/button.js +0 -351
- package/build/angular/components/button.js.map +0 -1
- package/build/angular/components/image/index.android.d.ts +0 -15
- package/build/angular/components/image/index.android.js +0 -91
- package/build/angular/components/image/index.android.js.map +0 -1
- package/build/angular/components/image/index.d.ts +0 -1
- package/build/angular/components/image/index.ios.d.ts +0 -15
- package/build/angular/components/image/index.ios.js +0 -91
- package/build/angular/components/image/index.ios.js.map +0 -1
- package/build/angular/components/image/index.js +0 -3
- package/build/angular/components/image/index.js.map +0 -1
- package/build/angular/components/image/shared.js.map +0 -1
- package/build/angular/components/image-background.d.ts +0 -82
- package/build/angular/components/image-background.js +0 -434
- package/build/angular/components/image-background.js.map +0 -1
- package/build/angular/components/input-accessory-view/index.d.ts +0 -65
- package/build/angular/components/input-accessory-view/index.js +0 -290
- package/build/angular/components/input-accessory-view/index.js.map +0 -1
- package/build/angular/components/pressable/index.d.ts +0 -129
- package/build/angular/components/pressable/index.js +0 -473
- package/build/angular/components/pressable/index.js.map +0 -1
- package/build/angular/components/refresh-control/index.d.ts +0 -90
- package/build/angular/components/refresh-control/index.js +0 -380
- package/build/angular/components/refresh-control/index.js.map +0 -1
- package/build/angular/components/safe-area-view/index.d.ts +0 -62
- package/build/angular/components/safe-area-view/index.js +0 -287
- package/build/angular/components/safe-area-view/index.js.map +0 -1
- package/build/angular/components/scroll-view/index.android.d.ts +0 -20
- package/build/angular/components/scroll-view/index.android.js +0 -262
- package/build/angular/components/scroll-view/index.android.js.map +0 -1
- package/build/angular/components/scroll-view/index.d.ts +0 -3
- package/build/angular/components/scroll-view/index.ios.d.ts +0 -8
- package/build/angular/components/scroll-view/index.ios.js +0 -92
- package/build/angular/components/scroll-view/index.ios.js.map +0 -1
- package/build/angular/components/scroll-view/index.js +0 -6
- package/build/angular/components/scroll-view/index.js.map +0 -1
- package/build/angular/components/scroll-view/projection.d.ts +0 -67
- package/build/angular/components/scroll-view/projection.js +0 -560
- package/build/angular/components/scroll-view/projection.js.map +0 -1
- package/build/angular/components/scroll-view/shared.d.ts +0 -239
- package/build/angular/components/scroll-view/shared.js +0 -832
- package/build/angular/components/scroll-view/shared.js.map +0 -1
- package/build/angular/components/scroll-view/sticky-header.d.ts +0 -40
- package/build/angular/components/scroll-view/sticky-header.js +0 -224
- package/build/angular/components/scroll-view/sticky-header.js.map +0 -1
- package/build/angular/components/switch/index.android.d.ts +0 -24
- package/build/angular/components/switch/index.android.js +0 -112
- package/build/angular/components/switch/index.android.js.map +0 -1
- package/build/angular/components/switch/index.d.ts +0 -1
- package/build/angular/components/switch/index.ios.d.ts +0 -23
- package/build/angular/components/switch/index.ios.js +0 -111
- package/build/angular/components/switch/index.ios.js.map +0 -1
- package/build/angular/components/switch/index.js +0 -4
- package/build/angular/components/switch/index.js.map +0 -1
- package/build/angular/components/switch/shared.d.ts +0 -49
- package/build/angular/components/switch/shared.js +0 -191
- package/build/angular/components/switch/shared.js.map +0 -1
- package/build/angular/components/text-input.d.ts +0 -161
- package/build/angular/components/text-input.js +0 -659
- package/build/angular/components/text-input.js.map +0 -1
- package/build/angular/components/touchable/index.d.ts +0 -276
- package/build/angular/components/touchable/index.js +0 -1422
- package/build/angular/components/touchable/index.js.map +0 -1
- package/build/angular/components/touchable-native-feedback/index.d.ts +0 -86
- package/build/angular/components/touchable-native-feedback/index.js +0 -407
- package/build/angular/components/touchable-native-feedback/index.js.map +0 -1
- package/src/components/activity-indicator/index.android.ts +0 -23
- package/src/components/activity-indicator/index.ios.ts +0 -21
- package/src/components/activity-indicator/index.ts +0 -4
- package/src/components/activity-indicator/shared.ts +0 -225
- package/src/components/button.ts +0 -220
- package/src/components/image/index.android.ts +0 -99
- package/src/components/image/index.ios.ts +0 -99
- package/src/components/image/index.ts +0 -3
- package/src/components/image-background.ts +0 -290
- package/src/components/input-accessory-view/index.ts +0 -240
- package/src/components/pressable/index.ts +0 -462
- package/src/components/refresh-control/index.ts +0 -340
- package/src/components/safe-area-view/index.ts +0 -231
- package/src/components/scroll-view/index.android.ts +0 -205
- package/src/components/scroll-view/index.ios.ts +0 -81
- package/src/components/scroll-view/index.ts +0 -7
- package/src/components/scroll-view/projection.ts +0 -713
- package/src/components/scroll-view/shared.ts +0 -1066
- package/src/components/scroll-view/sticky-header.ts +0 -267
- package/src/components/switch/index.android.ts +0 -113
- package/src/components/switch/index.ios.ts +0 -112
- package/src/components/switch/index.ts +0 -4
- package/src/components/switch/shared.ts +0 -284
- package/src/components/text-input.ts +0 -613
- package/src/components/touchable/index.ts +0 -913
- package/src/components/touchable-native-feedback/index.ts +0 -317
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/touchable/index.ts"],"names":[],"mappings":"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CN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBAEL,KAAK;;sBAEL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK;;sBACL,KAAK"}
|
|
@@ -1,86 +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
|
-
emit(emitter: EventEmitter<ISymbioteEvent>, event: unknown): void;
|
|
83
|
-
get folded(): Partial<IAngularTouchableNativeFeedbackProps>;
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TouchableNativeFeedback, never>;
|
|
85
|
-
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>;
|
|
86
|
-
}
|
|
@@ -1,407 +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
|
-
};
|
|
157
|
-
}, /* @ts-ignore */
|
|
158
|
-
...(ngDevMode ? [{ debugName: "hostProps" }] : /* istanbul ignore next */ []));
|
|
159
|
-
// Forward an engine event to the matching @Output(), narrowing the template's untyped $event.
|
|
160
|
-
emit(emitter, event) {
|
|
161
|
-
if (isSymbioteEvent(event))
|
|
162
|
-
emitter.emit(event);
|
|
163
|
-
}
|
|
164
|
-
// Fold the web aria-*/role aliases into the canonical accessibility* props once per render, so the
|
|
165
|
-
// host never sees an aria-* key (native ignores them), and merge `disabled` into the a11y state
|
|
166
|
-
// (resolveDisabledAccessibilityState) the same way Pressable does for its own host.
|
|
167
|
-
get folded() {
|
|
168
|
-
return resolveAccessibilityProps({
|
|
169
|
-
accessibilityLabel: this.accessibilityLabel,
|
|
170
|
-
accessibilityHint: this.accessibilityHint,
|
|
171
|
-
accessibilityRole: this.accessibilityRole,
|
|
172
|
-
accessibilityState: resolveDisabledAccessibilityState(this.accessibilityState, this.disabled),
|
|
173
|
-
accessibilityValue: this.accessibilityValue,
|
|
174
|
-
accessibilityActions: this.accessibilityActions,
|
|
175
|
-
accessibilityLabelledBy: this.accessibilityLabelledBy,
|
|
176
|
-
importantForAccessibility: this.importantForAccessibility,
|
|
177
|
-
accessibilityLiveRegion: this.accessibilityLiveRegion,
|
|
178
|
-
screenReaderFocusable: this.screenReaderFocusable,
|
|
179
|
-
accessibilityViewIsModal: this.accessibilityViewIsModal,
|
|
180
|
-
accessibilityElementsHidden: this.accessibilityElementsHidden,
|
|
181
|
-
accessibilityIgnoresInvertColors: this.accessibilityIgnoresInvertColors,
|
|
182
|
-
accessibilityLanguage: this.accessibilityLanguage,
|
|
183
|
-
accessibilityRespondsToUserInteraction: this.accessibilityRespondsToUserInteraction,
|
|
184
|
-
accessibilityShowsLargeContentViewer: this.accessibilityShowsLargeContentViewer,
|
|
185
|
-
accessibilityLargeContentTitle: this.accessibilityLargeContentTitle,
|
|
186
|
-
role: this.role,
|
|
187
|
-
'aria-label': this.ariaLabel,
|
|
188
|
-
'aria-labelledby': this.ariaLabelledBy,
|
|
189
|
-
'aria-live': this.ariaLive,
|
|
190
|
-
'aria-hidden': this.ariaHidden,
|
|
191
|
-
'aria-busy': this.ariaBusy,
|
|
192
|
-
'aria-checked': this.ariaChecked,
|
|
193
|
-
'aria-disabled': this.ariaDisabled,
|
|
194
|
-
'aria-expanded': this.ariaExpanded,
|
|
195
|
-
'aria-selected': this.ariaSelected,
|
|
196
|
-
'aria-modal': this.ariaModal,
|
|
197
|
-
'aria-valuemax': this.ariaValueMax,
|
|
198
|
-
'aria-valuemin': this.ariaValueMin,
|
|
199
|
-
'aria-valuenow': this.ariaValueNow,
|
|
200
|
-
'aria-valuetext': this.ariaValueText,
|
|
201
|
-
});
|
|
202
|
-
}
|
|
203
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TouchableNativeFeedback, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
204
|
-
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: `
|
|
205
|
-
<Pressable
|
|
206
|
-
(press)="press.emit($event)"
|
|
207
|
-
(pressIn)="pressIn.emit($event)"
|
|
208
|
-
(pressOut)="pressOut.emit($event)"
|
|
209
|
-
(pressMove)="pressMove.emit($event)"
|
|
210
|
-
(longPress)="longPress.emit($event)"
|
|
211
|
-
(hoverIn)="hoverIn.emit($event)"
|
|
212
|
-
(hoverOut)="hoverOut.emit($event)"
|
|
213
|
-
[delayLongPress]="delayLongPress"
|
|
214
|
-
[delayHoverIn]="delayHoverIn"
|
|
215
|
-
[delayHoverOut]="delayHoverOut"
|
|
216
|
-
[disabled]="disabled"
|
|
217
|
-
[cancelable]="cancelable"
|
|
218
|
-
[hitSlop]="hitSlop"
|
|
219
|
-
[pressRetentionOffset]="pressRetentionOffset"
|
|
220
|
-
[unstable_pressDelay]="unstable_pressDelay"
|
|
221
|
-
[android_ripple]="android_ripple"
|
|
222
|
-
[android_disableSound]="android_disableSound"
|
|
223
|
-
>
|
|
224
|
-
<symbiote-view
|
|
225
|
-
[symbioteHostProps]="hostProps()"
|
|
226
|
-
(accessibilityAction)="emit(accessibilityAction, $event)"
|
|
227
|
-
(accessibilityTap)="emit(accessibilityTap, $event)"
|
|
228
|
-
(magicTap)="emit(magicTap, $event)"
|
|
229
|
-
(accessibilityEscape)="emit(accessibilityEscape, $event)"
|
|
230
|
-
>
|
|
231
|
-
<ng-content></ng-content>
|
|
232
|
-
</symbiote-view>
|
|
233
|
-
</Pressable>
|
|
234
|
-
`, isInline: true, dependencies: [{ kind: "component", type: Pressable, selector: "Pressable, symbiote-pressable", inputs: ["delayLongPress", "disabled", "cancelable", "hitSlop", "pressRetentionOffset", "unstable_pressDelay", "android_ripple", "android_disableSound", "delayHoverIn", "delayHoverOut", "testID", "nativeID", "hasTVPreferredFocus", "nextFocusDown", "nextFocusForward", "nextFocusLeft", "nextFocusRight", "nextFocusUp", "style", "accessible", "accessibilityLabel", "accessibilityHint", "accessibilityRole", "accessibilityState", "accessibilityValue", "accessibilityActions", "accessibilityLabelledBy", "importantForAccessibility", "accessibilityLiveRegion", "screenReaderFocusable", "accessibilityViewIsModal", "accessibilityElementsHidden", "accessibilityIgnoresInvertColors", "accessibilityLanguage", "accessibilityRespondsToUserInteraction", "accessibilityShowsLargeContentViewer", "accessibilityLargeContentTitle", "ariaLabel", "ariaBusy", "ariaChecked", "ariaDisabled", "ariaExpanded", "ariaHidden", "ariaLabelledBy", "ariaLive", "ariaSelected", "ariaModal", "ariaValueMax", "ariaValueMin", "ariaValueNow", "ariaValueText", "id", "role"], outputs: ["press", "pressIn", "pressOut", "pressMove", "longPress", "hoverIn", "hoverOut", "accessibilityAction", "accessibilityTap", "magicTap", "accessibilityEscape"] }, { kind: "component", type: ViewHost, selector: "symbiote-view, View" }, { kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
235
|
-
}
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TouchableNativeFeedback, decorators: [{
|
|
237
|
-
type: Component,
|
|
238
|
-
args: [{
|
|
239
|
-
selector: 'TouchableNativeFeedback',
|
|
240
|
-
standalone: true,
|
|
241
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
242
|
-
imports: [Pressable, ViewHost, SymbioteHostPropsDirective],
|
|
243
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
244
|
-
template: `
|
|
245
|
-
<Pressable
|
|
246
|
-
(press)="press.emit($event)"
|
|
247
|
-
(pressIn)="pressIn.emit($event)"
|
|
248
|
-
(pressOut)="pressOut.emit($event)"
|
|
249
|
-
(pressMove)="pressMove.emit($event)"
|
|
250
|
-
(longPress)="longPress.emit($event)"
|
|
251
|
-
(hoverIn)="hoverIn.emit($event)"
|
|
252
|
-
(hoverOut)="hoverOut.emit($event)"
|
|
253
|
-
[delayLongPress]="delayLongPress"
|
|
254
|
-
[delayHoverIn]="delayHoverIn"
|
|
255
|
-
[delayHoverOut]="delayHoverOut"
|
|
256
|
-
[disabled]="disabled"
|
|
257
|
-
[cancelable]="cancelable"
|
|
258
|
-
[hitSlop]="hitSlop"
|
|
259
|
-
[pressRetentionOffset]="pressRetentionOffset"
|
|
260
|
-
[unstable_pressDelay]="unstable_pressDelay"
|
|
261
|
-
[android_ripple]="android_ripple"
|
|
262
|
-
[android_disableSound]="android_disableSound"
|
|
263
|
-
>
|
|
264
|
-
<symbiote-view
|
|
265
|
-
[symbioteHostProps]="hostProps()"
|
|
266
|
-
(accessibilityAction)="emit(accessibilityAction, $event)"
|
|
267
|
-
(accessibilityTap)="emit(accessibilityTap, $event)"
|
|
268
|
-
(magicTap)="emit(magicTap, $event)"
|
|
269
|
-
(accessibilityEscape)="emit(accessibilityEscape, $event)"
|
|
270
|
-
>
|
|
271
|
-
<ng-content></ng-content>
|
|
272
|
-
</symbiote-view>
|
|
273
|
-
</Pressable>
|
|
274
|
-
`,
|
|
275
|
-
}]
|
|
276
|
-
}], propDecorators: { press: [{
|
|
277
|
-
type: Output
|
|
278
|
-
}], pressIn: [{
|
|
279
|
-
type: Output
|
|
280
|
-
}], pressOut: [{
|
|
281
|
-
type: Output
|
|
282
|
-
}], pressMove: [{
|
|
283
|
-
type: Output
|
|
284
|
-
}], longPress: [{
|
|
285
|
-
type: Output
|
|
286
|
-
}], hoverIn: [{
|
|
287
|
-
type: Output
|
|
288
|
-
}], hoverOut: [{
|
|
289
|
-
type: Output
|
|
290
|
-
}], accessibilityAction: [{
|
|
291
|
-
type: Output
|
|
292
|
-
}], accessibilityTap: [{
|
|
293
|
-
type: Output
|
|
294
|
-
}], magicTap: [{
|
|
295
|
-
type: Output
|
|
296
|
-
}], accessibilityEscape: [{
|
|
297
|
-
type: Output
|
|
298
|
-
}], background: [{
|
|
299
|
-
type: Input
|
|
300
|
-
}], useForeground: [{
|
|
301
|
-
type: Input
|
|
302
|
-
}], delayLongPress: [{
|
|
303
|
-
type: Input
|
|
304
|
-
}], delayHoverIn: [{
|
|
305
|
-
type: Input
|
|
306
|
-
}], delayHoverOut: [{
|
|
307
|
-
type: Input
|
|
308
|
-
}], disabled: [{
|
|
309
|
-
type: Input
|
|
310
|
-
}], cancelable: [{
|
|
311
|
-
type: Input
|
|
312
|
-
}], hitSlop: [{
|
|
313
|
-
type: Input
|
|
314
|
-
}], pressRetentionOffset: [{
|
|
315
|
-
type: Input
|
|
316
|
-
}], unstable_pressDelay: [{
|
|
317
|
-
type: Input
|
|
318
|
-
}], android_ripple: [{
|
|
319
|
-
type: Input
|
|
320
|
-
}], android_disableSound: [{
|
|
321
|
-
type: Input
|
|
322
|
-
}], testID: [{
|
|
323
|
-
type: Input
|
|
324
|
-
}], nativeID: [{
|
|
325
|
-
type: Input
|
|
326
|
-
}], accessible: [{
|
|
327
|
-
type: Input
|
|
328
|
-
}], accessibilityLabel: [{
|
|
329
|
-
type: Input
|
|
330
|
-
}], accessibilityHint: [{
|
|
331
|
-
type: Input
|
|
332
|
-
}], accessibilityRole: [{
|
|
333
|
-
type: Input
|
|
334
|
-
}], accessibilityState: [{
|
|
335
|
-
type: Input
|
|
336
|
-
}], accessibilityValue: [{
|
|
337
|
-
type: Input
|
|
338
|
-
}], accessibilityActions: [{
|
|
339
|
-
type: Input
|
|
340
|
-
}], accessibilityLabelledBy: [{
|
|
341
|
-
type: Input
|
|
342
|
-
}], importantForAccessibility: [{
|
|
343
|
-
type: Input
|
|
344
|
-
}], accessibilityLiveRegion: [{
|
|
345
|
-
type: Input
|
|
346
|
-
}], screenReaderFocusable: [{
|
|
347
|
-
type: Input
|
|
348
|
-
}], accessibilityViewIsModal: [{
|
|
349
|
-
type: Input
|
|
350
|
-
}], accessibilityElementsHidden: [{
|
|
351
|
-
type: Input
|
|
352
|
-
}], accessibilityIgnoresInvertColors: [{
|
|
353
|
-
type: Input
|
|
354
|
-
}], accessibilityLanguage: [{
|
|
355
|
-
type: Input
|
|
356
|
-
}], accessibilityRespondsToUserInteraction: [{
|
|
357
|
-
type: Input
|
|
358
|
-
}], accessibilityShowsLargeContentViewer: [{
|
|
359
|
-
type: Input
|
|
360
|
-
}], accessibilityLargeContentTitle: [{
|
|
361
|
-
type: Input
|
|
362
|
-
}], role: [{
|
|
363
|
-
type: Input
|
|
364
|
-
}], ariaLabel: [{
|
|
365
|
-
type: Input,
|
|
366
|
-
args: ['aria-label']
|
|
367
|
-
}], ariaLabelledBy: [{
|
|
368
|
-
type: Input,
|
|
369
|
-
args: ['aria-labelledby']
|
|
370
|
-
}], ariaLive: [{
|
|
371
|
-
type: Input,
|
|
372
|
-
args: ['aria-live']
|
|
373
|
-
}], ariaHidden: [{
|
|
374
|
-
type: Input,
|
|
375
|
-
args: ['aria-hidden']
|
|
376
|
-
}], ariaBusy: [{
|
|
377
|
-
type: Input,
|
|
378
|
-
args: ['aria-busy']
|
|
379
|
-
}], ariaChecked: [{
|
|
380
|
-
type: Input,
|
|
381
|
-
args: ['aria-checked']
|
|
382
|
-
}], ariaDisabled: [{
|
|
383
|
-
type: Input,
|
|
384
|
-
args: ['aria-disabled']
|
|
385
|
-
}], ariaExpanded: [{
|
|
386
|
-
type: Input,
|
|
387
|
-
args: ['aria-expanded']
|
|
388
|
-
}], ariaSelected: [{
|
|
389
|
-
type: Input,
|
|
390
|
-
args: ['aria-selected']
|
|
391
|
-
}], ariaModal: [{
|
|
392
|
-
type: Input,
|
|
393
|
-
args: ['aria-modal']
|
|
394
|
-
}], ariaValueMax: [{
|
|
395
|
-
type: Input,
|
|
396
|
-
args: ['aria-valuemax']
|
|
397
|
-
}], ariaValueMin: [{
|
|
398
|
-
type: Input,
|
|
399
|
-
args: ['aria-valuemin']
|
|
400
|
-
}], ariaValueNow: [{
|
|
401
|
-
type: Input,
|
|
402
|
-
args: ['aria-valuenow']
|
|
403
|
-
}], ariaValueText: [{
|
|
404
|
-
type: Input,
|
|
405
|
-
args: ['aria-valuetext']
|
|
406
|
-
}] } });
|
|
407
|
-
//# 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,23 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
-
import { DescriptorOutlet } from '../../descriptor-to-angular';
|
|
3
|
-
import { ActivityIndicatorBase } from './shared';
|
|
4
|
-
import { SymbioteStyleInputDirective } from '../../primitives';
|
|
5
|
-
export type { IActivityIndicatorProps } from './shared';
|
|
6
|
-
|
|
7
|
-
@Component({
|
|
8
|
-
selector: 'ActivityIndicator',
|
|
9
|
-
standalone: true,
|
|
10
|
-
hostDirectives: [
|
|
11
|
-
{ directive: SymbioteStyleInputDirective, inputs: ['style'] },
|
|
12
|
-
],
|
|
13
|
-
imports: [DescriptorOutlet],
|
|
14
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
15
|
-
template: `<symbiote-descriptor-outlet [node]="descriptor" />`,
|
|
16
|
-
})
|
|
17
|
-
export class ActivityIndicator extends ActivityIndicatorBase {
|
|
18
|
-
protected readonly defaultColor = null;
|
|
19
|
-
protected override readonly nativeExtras = {
|
|
20
|
-
styleAttr: 'Normal',
|
|
21
|
-
indeterminate: true,
|
|
22
|
-
};
|
|
23
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
-
import { DescriptorOutlet } from '../../descriptor-to-angular';
|
|
3
|
-
import { ActivityIndicatorBase } from './shared';
|
|
4
|
-
import { SymbioteStyleInputDirective } from '../../primitives';
|
|
5
|
-
export type { IActivityIndicatorProps } from './shared';
|
|
6
|
-
|
|
7
|
-
const IOS_DEFAULT_COLOR = '#999999';
|
|
8
|
-
|
|
9
|
-
@Component({
|
|
10
|
-
selector: 'ActivityIndicator',
|
|
11
|
-
standalone: true,
|
|
12
|
-
hostDirectives: [
|
|
13
|
-
{ directive: SymbioteStyleInputDirective, inputs: ['style'] },
|
|
14
|
-
],
|
|
15
|
-
imports: [DescriptorOutlet],
|
|
16
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
17
|
-
template: `<symbiote-descriptor-outlet [node]="descriptor" />`,
|
|
18
|
-
})
|
|
19
|
-
export class ActivityIndicator extends ActivityIndicatorBase {
|
|
20
|
-
protected readonly defaultColor = IOS_DEFAULT_COLOR;
|
|
21
|
-
}
|