@symbiote-native/angular 1.0.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 +41 -19
- package/bin/symbiote-angular-dev.cjs +16 -4
- package/build/angular/anchor-host-registry.js +1 -17
- 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} +1 -1
- package/build/angular/components/{image/shared.js → image-shared.js} +7 -2
- 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.js +11 -17
- package/build/angular/components/keyboard-avoiding-view/index.js.map +1 -1
- package/build/angular/components/modal/index.d.ts +1 -0
- package/build/angular/components/modal/index.js +19 -12
- 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/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 +5 -1
- package/build/angular/components/virtualized-list/index.js +366 -280
- package/build/angular/components/virtualized-list/index.js.map +1 -1
- package/build/angular/components.d.ts +20 -26
- package/build/angular/components.js +12 -14
- package/build/angular/components.js.map +1 -1
- package/build/angular/create-portal/index.d.ts +2 -2
- package/build/angular/create-portal/index.js +5 -5
- 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/host-instance/index.js +1 -1
- package/build/angular/index.d.ts +4 -2
- package/build/angular/index.js +15 -1
- package/build/angular/index.js.map +1 -1
- package/build/angular/modules/animated/create-animated-component.d.ts +5 -6
- package/build/angular/modules/animated/create-animated-component.js +60 -73
- 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 +18 -18
- package/build/angular/primitives/index.js +40 -36
- 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 -1
- package/build/angular/register.js +12 -31
- package/build/angular/register.js.map +1 -1
- package/build/angular/render/index.js +3 -3
- package/build/angular/render/index.js.map +1 -1
- package/build/angular/renderer/index.js +113 -67
- 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 +5 -14
- package/src/anchor-host-registry.ts +1 -17
- 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} +6 -1
- package/src/components/input-accessory-view-props.ts +21 -0
- package/src/components/keyboard-avoiding-view/index.ts +6 -9
- package/src/components/modal/index.ts +15 -7
- 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/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 +239 -156
- package/src/components.ts +84 -35
- package/src/create-portal/index.ts +5 -5
- 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/host-instance/index.ts +1 -1
- package/src/index.ts +52 -15
- package/src/modules/animated/create-animated-component.ts +50 -55
- package/src/modules/animated/index.ts +1 -1
- package/src/modules/image/index.ts +18 -0
- package/src/primitives/index.ts +22 -18
- package/src/primitives/shared.ts +11 -44
- package/src/register.ts +12 -40
- package/src/render/index.ts +3 -3
- package/src/renderer/index.ts +122 -73
- package/src/renderer/value-change.ts +8 -0
- package/babel-lower-host-primitives.cjs +0 -636
- 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 -68
- package/build/angular/components/button.js +0 -360
- 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 -83
- 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 -83
- 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 -85
- package/build/angular/components/image-background.js +0 -443
- package/build/angular/components/image-background.js.map +0 -1
- package/build/angular/components/input-accessory-view/index.d.ts +0 -66
- package/build/angular/components/input-accessory-view/index.js +0 -287
- package/build/angular/components/input-accessory-view/index.js.map +0 -1
- package/build/angular/components/pressable/index.d.ts +0 -134
- package/build/angular/components/pressable/index.js +0 -514
- package/build/angular/components/pressable/index.js.map +0 -1
- package/build/angular/components/refresh-control/index.d.ts +0 -91
- package/build/angular/components/refresh-control/index.js +0 -382
- package/build/angular/components/refresh-control/index.js.map +0 -1
- package/build/angular/components/safe-area-view/index.d.ts +0 -64
- 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 -241
- package/build/angular/components/scroll-view/shared.js +0 -848
- 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 -167
- package/build/angular/components/text-input.js +0 -684
- package/build/angular/components/text-input.js.map +0 -1
- package/build/angular/components/touchable/index.d.ts +0 -283
- package/build/angular/components/touchable/index.js +0 -1453
- package/build/angular/components/touchable/index.js.map +0 -1
- package/build/angular/components/touchable-native-feedback/index.d.ts +0 -87
- package/build/angular/components/touchable-native-feedback/index.js +0 -409
- package/build/angular/components/touchable-native-feedback/index.js.map +0 -1
- package/build/angular/state-style.d.ts +0 -9
- package/build/angular/state-style.js +0 -39
- package/build/angular/state-style.js.map +0 -1
- package/metro-transformer.cjs +0 -69
- 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 -237
- package/src/components/image/index.android.ts +0 -95
- package/src/components/image/index.ios.ts +0 -95
- package/src/components/image/index.ts +0 -3
- package/src/components/image-background.ts +0 -308
- package/src/components/input-accessory-view/index.ts +0 -246
- package/src/components/pressable/index.ts +0 -522
- package/src/components/refresh-control/index.ts +0 -349
- package/src/components/safe-area-view/index.ts +0 -247
- 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 -1093
- 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 -669
- package/src/components/touchable/index.ts +0 -956
- package/src/components/touchable-native-feedback/index.ts +0 -327
- package/src/state-style.ts +0 -39
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, type AfterContentChecked, type AfterViewInit, type DoCheck, type OnChanges, type OnDestroy } from '@angular/core';
|
|
2
|
-
import { type IAccessibilityProps, type IAccessibilityStateValue, type IAriaProps, type IContentSize } from '@symbiote-native/components';
|
|
3
|
-
import { AnimatedValue, type IStyleProp, type ISymbioteEvent, type ISymbioteNode, type IViewStyle } from '@symbiote-native/engine';
|
|
4
|
-
import { RefreshControl } from '../refresh-control';
|
|
5
|
-
import { ScrollViewProjectionController } from './projection';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export type { IScrollViewHandle } from '@symbiote-native/components';
|
|
8
|
-
type IScrollHandler = (event: ISymbioteEvent) => void;
|
|
9
|
-
type IContentSizeHandler = (width: number, height: number) => void;
|
|
10
|
-
export declare const SCROLL_VIEW_INPUTS: string[];
|
|
11
|
-
export interface IAngularScrollViewProps extends IAccessibilityProps, IAriaProps {
|
|
12
|
-
style?: IStyleProp<IViewStyle>;
|
|
13
|
-
contentContainerStyle?: IStyleProp<IViewStyle> | string;
|
|
14
|
-
horizontal?: boolean;
|
|
15
|
-
scrollEnabled?: boolean;
|
|
16
|
-
showsVerticalScrollIndicator?: boolean;
|
|
17
|
-
showsHorizontalScrollIndicator?: boolean;
|
|
18
|
-
pagingEnabled?: boolean;
|
|
19
|
-
bounces?: boolean;
|
|
20
|
-
decelerationRate?: 'normal' | 'fast' | number;
|
|
21
|
-
scrollEventThrottle?: number;
|
|
22
|
-
contentInset?: {
|
|
23
|
-
top?: number;
|
|
24
|
-
left?: number;
|
|
25
|
-
bottom?: number;
|
|
26
|
-
right?: number;
|
|
27
|
-
};
|
|
28
|
-
contentOffset?: {
|
|
29
|
-
x: number;
|
|
30
|
-
y: number;
|
|
31
|
-
};
|
|
32
|
-
removeClippedSubviews?: boolean;
|
|
33
|
-
snapToInterval?: number;
|
|
34
|
-
snapToOffsets?: number[];
|
|
35
|
-
snapToAlignment?: 'start' | 'center' | 'end';
|
|
36
|
-
snapToStart?: boolean;
|
|
37
|
-
snapToEnd?: boolean;
|
|
38
|
-
disableIntervalMomentum?: boolean;
|
|
39
|
-
stickyHeaderIndices?: number[];
|
|
40
|
-
invertStickyHeaders?: boolean;
|
|
41
|
-
StickyHeaderComponent?: unknown;
|
|
42
|
-
keyboardDismissMode?: 'none' | 'on-drag' | 'interactive';
|
|
43
|
-
keyboardShouldPersistTaps?: boolean | 'always' | 'never' | 'handled';
|
|
44
|
-
maintainVisibleContentPosition?: {
|
|
45
|
-
minIndexForVisible: number;
|
|
46
|
-
autoscrollToTopThreshold?: number;
|
|
47
|
-
};
|
|
48
|
-
alwaysBounceHorizontal?: boolean;
|
|
49
|
-
alwaysBounceVertical?: boolean;
|
|
50
|
-
centerContent?: boolean;
|
|
51
|
-
scrollIndicatorInsets?: {
|
|
52
|
-
top?: number;
|
|
53
|
-
left?: number;
|
|
54
|
-
bottom?: number;
|
|
55
|
-
right?: number;
|
|
56
|
-
};
|
|
57
|
-
indicatorStyle?: 'default' | 'black' | 'white';
|
|
58
|
-
directionalLockEnabled?: boolean;
|
|
59
|
-
automaticallyAdjustKeyboardInsets?: boolean;
|
|
60
|
-
contentInsetAdjustmentBehavior?: 'automatic' | 'scrollableAxes' | 'never' | 'always';
|
|
61
|
-
minimumZoomScale?: number;
|
|
62
|
-
maximumZoomScale?: number;
|
|
63
|
-
zoomScale?: number;
|
|
64
|
-
bouncesZoom?: boolean;
|
|
65
|
-
pinchGestureEnabled?: boolean;
|
|
66
|
-
nestedScrollEnabled?: boolean;
|
|
67
|
-
overScrollMode?: 'auto' | 'always' | 'never';
|
|
68
|
-
fadingEdgeLength?: number;
|
|
69
|
-
persistentScrollbar?: boolean;
|
|
70
|
-
endFillColor?: string;
|
|
71
|
-
onLayout?: IScrollHandler;
|
|
72
|
-
onScroll?: IScrollHandler;
|
|
73
|
-
onScrollBeginDrag?: IScrollHandler;
|
|
74
|
-
onScrollEndDrag?: IScrollHandler;
|
|
75
|
-
onMomentumScrollBegin?: IScrollHandler;
|
|
76
|
-
onMomentumScrollEnd?: IScrollHandler;
|
|
77
|
-
onScrollToTop?: IScrollHandler;
|
|
78
|
-
onContentSizeChange?: IContentSizeHandler;
|
|
79
|
-
onAccessibilityAction?: (event: ISymbioteEvent) => void;
|
|
80
|
-
onAccessibilityTap?: (event: ISymbioteEvent) => void;
|
|
81
|
-
onMagicTap?: (event: ISymbioteEvent) => void;
|
|
82
|
-
onAccessibilityEscape?: (event: ISymbioteEvent) => void;
|
|
83
|
-
}
|
|
84
|
-
export type IAngularScrollViewInputs = Omit<IAngularScrollViewProps, 'onLayout' | 'onScrollToTop' | 'onContentSizeChange' | 'onAccessibilityAction' | 'onAccessibilityTap' | 'onMagicTap' | 'onAccessibilityEscape'>;
|
|
85
|
-
export declare class ScrollViewProjectionDirective {
|
|
86
|
-
private readonly elementRef;
|
|
87
|
-
set symbioteScrollViewProjection(controller: ScrollViewProjectionController);
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollViewProjectionDirective, never>;
|
|
89
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollViewProjectionDirective, "[symbioteScrollViewProjection]", never, { "symbioteScrollViewProjection": { "alias": "symbioteScrollViewProjection"; "required": false; }; }, {}, never, never, true, never>;
|
|
90
|
-
}
|
|
91
|
-
export declare abstract class ScrollViewBase implements IAngularScrollViewInputs, AfterContentChecked, AfterViewInit, DoCheck, OnChanges, OnDestroy {
|
|
92
|
-
style: IStyleProp<IViewStyle> | undefined;
|
|
93
|
-
contentContainerStyle: IStyleProp<IViewStyle> | string | undefined;
|
|
94
|
-
horizontal: boolean | undefined;
|
|
95
|
-
scrollEnabled: boolean | undefined;
|
|
96
|
-
showsVerticalScrollIndicator: boolean | undefined;
|
|
97
|
-
showsHorizontalScrollIndicator: boolean | undefined;
|
|
98
|
-
pagingEnabled: boolean | undefined;
|
|
99
|
-
bounces: boolean | undefined;
|
|
100
|
-
decelerationRate: 'normal' | 'fast' | number | undefined;
|
|
101
|
-
scrollEventThrottle: number | undefined;
|
|
102
|
-
contentInset: IAngularScrollViewProps['contentInset'];
|
|
103
|
-
contentOffset: IAngularScrollViewProps['contentOffset'];
|
|
104
|
-
removeClippedSubviews: boolean | undefined;
|
|
105
|
-
snapToInterval: number | undefined;
|
|
106
|
-
snapToOffsets: number[] | undefined;
|
|
107
|
-
snapToAlignment: IAngularScrollViewProps['snapToAlignment'];
|
|
108
|
-
snapToStart: boolean | undefined;
|
|
109
|
-
snapToEnd: boolean | undefined;
|
|
110
|
-
disableIntervalMomentum: boolean | undefined;
|
|
111
|
-
stickyHeaderIndices: number[] | undefined;
|
|
112
|
-
invertStickyHeaders: boolean | undefined;
|
|
113
|
-
StickyHeaderComponent: unknown;
|
|
114
|
-
keyboardDismissMode: IAngularScrollViewProps['keyboardDismissMode'];
|
|
115
|
-
keyboardShouldPersistTaps: IAngularScrollViewProps['keyboardShouldPersistTaps'];
|
|
116
|
-
maintainVisibleContentPosition: IAngularScrollViewProps['maintainVisibleContentPosition'];
|
|
117
|
-
alwaysBounceHorizontal: boolean | undefined;
|
|
118
|
-
alwaysBounceVertical: boolean | undefined;
|
|
119
|
-
centerContent: boolean | undefined;
|
|
120
|
-
scrollIndicatorInsets: IAngularScrollViewProps['scrollIndicatorInsets'];
|
|
121
|
-
indicatorStyle: IAngularScrollViewProps['indicatorStyle'];
|
|
122
|
-
directionalLockEnabled: boolean | undefined;
|
|
123
|
-
automaticallyAdjustKeyboardInsets: boolean | undefined;
|
|
124
|
-
contentInsetAdjustmentBehavior: IAngularScrollViewProps['contentInsetAdjustmentBehavior'];
|
|
125
|
-
minimumZoomScale: number | undefined;
|
|
126
|
-
maximumZoomScale: number | undefined;
|
|
127
|
-
zoomScale: number | undefined;
|
|
128
|
-
bouncesZoom: boolean | undefined;
|
|
129
|
-
pinchGestureEnabled: boolean | undefined;
|
|
130
|
-
nestedScrollEnabled: boolean | undefined;
|
|
131
|
-
overScrollMode: IAngularScrollViewProps['overScrollMode'];
|
|
132
|
-
fadingEdgeLength: number | undefined;
|
|
133
|
-
persistentScrollbar: boolean | undefined;
|
|
134
|
-
endFillColor: string | undefined;
|
|
135
|
-
onScroll: IScrollHandler | undefined;
|
|
136
|
-
onScrollBeginDrag: IScrollHandler | undefined;
|
|
137
|
-
onScrollEndDrag: IScrollHandler | undefined;
|
|
138
|
-
onMomentumScrollBegin: IScrollHandler | undefined;
|
|
139
|
-
onMomentumScrollEnd: IScrollHandler | undefined;
|
|
140
|
-
readonly layout: EventEmitter<ISymbioteEvent>;
|
|
141
|
-
readonly scrollToTop: EventEmitter<ISymbioteEvent>;
|
|
142
|
-
readonly contentSizeChange: EventEmitter<IContentSize>;
|
|
143
|
-
readonly accessibilityAction: EventEmitter<ISymbioteEvent>;
|
|
144
|
-
readonly accessibilityTap: EventEmitter<ISymbioteEvent>;
|
|
145
|
-
readonly magicTap: EventEmitter<ISymbioteEvent>;
|
|
146
|
-
readonly accessibilityEscape: EventEmitter<ISymbioteEvent>;
|
|
147
|
-
private readonly gateDemand;
|
|
148
|
-
testID: string | undefined;
|
|
149
|
-
nativeID: string | undefined;
|
|
150
|
-
accessible: boolean | undefined;
|
|
151
|
-
accessibilityLabel: string | undefined;
|
|
152
|
-
accessibilityHint: string | undefined;
|
|
153
|
-
accessibilityRole: IAccessibilityProps['accessibilityRole'];
|
|
154
|
-
accessibilityState: IAccessibilityStateValue | undefined;
|
|
155
|
-
accessibilityValue: IAccessibilityProps['accessibilityValue'];
|
|
156
|
-
accessibilityActions: IAccessibilityProps['accessibilityActions'];
|
|
157
|
-
accessibilityLabelledBy: string | string[] | undefined;
|
|
158
|
-
importantForAccessibility: IAccessibilityProps['importantForAccessibility'];
|
|
159
|
-
accessibilityLiveRegion: IAccessibilityProps['accessibilityLiveRegion'];
|
|
160
|
-
screenReaderFocusable: boolean | undefined;
|
|
161
|
-
accessibilityViewIsModal: boolean | undefined;
|
|
162
|
-
accessibilityElementsHidden: boolean | undefined;
|
|
163
|
-
accessibilityIgnoresInvertColors: boolean | undefined;
|
|
164
|
-
accessibilityLanguage: string | undefined;
|
|
165
|
-
accessibilityRespondsToUserInteraction: boolean | undefined;
|
|
166
|
-
accessibilityShowsLargeContentViewer: boolean | undefined;
|
|
167
|
-
accessibilityLargeContentTitle: string | undefined;
|
|
168
|
-
role: IAriaProps['role'];
|
|
169
|
-
'aria-label': string | undefined;
|
|
170
|
-
'aria-labelledby': string | undefined;
|
|
171
|
-
'aria-live': IAriaProps['aria-live'];
|
|
172
|
-
'aria-hidden': boolean | undefined;
|
|
173
|
-
'aria-busy': boolean | undefined;
|
|
174
|
-
'aria-checked': boolean | 'mixed' | undefined;
|
|
175
|
-
'aria-disabled': boolean | undefined;
|
|
176
|
-
'aria-expanded': boolean | undefined;
|
|
177
|
-
'aria-selected': boolean | undefined;
|
|
178
|
-
'aria-modal': boolean | undefined;
|
|
179
|
-
'aria-valuemax': number | undefined;
|
|
180
|
-
'aria-valuemin': number | undefined;
|
|
181
|
-
'aria-valuenow': number | undefined;
|
|
182
|
-
'aria-valuetext': string | undefined;
|
|
183
|
-
private hostDirective?;
|
|
184
|
-
protected projectedRefreshControl?: RefreshControl;
|
|
185
|
-
private readonly elementRef;
|
|
186
|
-
protected readonly anchorStyle: import("@angular/core").WritableSignal<unknown>;
|
|
187
|
-
protected readonly scrollAnimatedValue: AnimatedValue;
|
|
188
|
-
private lastContentSize;
|
|
189
|
-
private viewportHeight;
|
|
190
|
-
private lastHasProjectedRefreshControl;
|
|
191
|
-
protected readonly projectionController: ScrollViewProjectionController;
|
|
192
|
-
private detachStickyScroll;
|
|
193
|
-
private cancelStickyBind;
|
|
194
|
-
private stickyAttachedEnabled;
|
|
195
|
-
private stickyAttachedNode;
|
|
196
|
-
private lastLoggedIsHorizontal;
|
|
197
|
-
private readonly handleInvertedStickyLayout;
|
|
198
|
-
private readonly handleContentLayout;
|
|
199
|
-
private readonly emitterCallbackCache;
|
|
200
|
-
private cachedStickyOnScrollSource;
|
|
201
|
-
private cachedStickyOnScrollHandler;
|
|
202
|
-
get isHorizontal(): boolean;
|
|
203
|
-
private get hasStickyHeaders();
|
|
204
|
-
private get resolvedContentContainerStyle();
|
|
205
|
-
private get scrollViewBaseStyle();
|
|
206
|
-
private readonly inputsRevision;
|
|
207
|
-
readonly scrollProps: import("@angular/core").Signal<Record<string, unknown>>;
|
|
208
|
-
protected get layoutSplitStyle(): IStyleProp<IViewStyle>;
|
|
209
|
-
readonly androidWrappedScrollProps: import("@angular/core").Signal<Record<string, unknown>>;
|
|
210
|
-
get iosRefreshControlProps(): Record<string, unknown>;
|
|
211
|
-
get androidRefreshControlProps(): Record<string, unknown>;
|
|
212
|
-
protected handleProjectedRefresh(nativeNode: unknown): void;
|
|
213
|
-
private refreshControlProps;
|
|
214
|
-
get hasProjectedRefreshControl(): boolean;
|
|
215
|
-
readonly contentProps: import("@angular/core").Signal<Record<string, unknown>>;
|
|
216
|
-
private gatedAccessibilityCallback;
|
|
217
|
-
private emitterCallback;
|
|
218
|
-
private stickyOnScrollHandler;
|
|
219
|
-
private get hostNode();
|
|
220
|
-
private readonly handle;
|
|
221
|
-
scrollTo(options?: {
|
|
222
|
-
x?: number;
|
|
223
|
-
y?: number;
|
|
224
|
-
animated?: boolean;
|
|
225
|
-
}): void;
|
|
226
|
-
scrollToEnd(options?: {
|
|
227
|
-
animated?: boolean;
|
|
228
|
-
}): void;
|
|
229
|
-
flashScrollIndicators(): void;
|
|
230
|
-
getScrollNode(): ISymbioteNode | null;
|
|
231
|
-
ngAfterViewInit(): void;
|
|
232
|
-
ngDoCheck(): void;
|
|
233
|
-
ngAfterContentChecked(): void;
|
|
234
|
-
ngOnChanges(): void;
|
|
235
|
-
private attachSticky;
|
|
236
|
-
ngOnDestroy(): void;
|
|
237
|
-
private updateProjectionController;
|
|
238
|
-
private accessibilityInputs;
|
|
239
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollViewBase, never>;
|
|
240
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollViewBase, never, never, {}, { "layout": "layout"; "scrollToTop": "scrollToTop"; "contentSizeChange": "contentSizeChange"; "accessibilityAction": "accessibilityAction"; "accessibilityTap": "accessibilityTap"; "magicTap": "magicTap"; "accessibilityEscape": "accessibilityEscape"; }, ["projectedRefreshControl"], never, true, never>;
|
|
241
|
-
}
|