@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shared.js","sourceRoot":"","sources":["../../../../src/components/scroll-view/shared.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, type OnChanges, type OnDestroy, type OnInit } from '@angular/core';
|
|
2
|
-
import { AnimatedValue, type ISymbioteEvent } from '@symbiote-native/engine';
|
|
3
|
-
import { type IStickyHeaderProps } from '@symbiote-native/components';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export type IStickyHeaderComponentType = unknown;
|
|
6
|
-
export declare class ScrollViewStickyHeader implements Omit<IStickyHeaderProps, 'onLayout'>, OnInit, OnChanges, OnDestroy {
|
|
7
|
-
scrollAnimatedValue: AnimatedValue;
|
|
8
|
-
nextHeaderLayoutY: number | undefined;
|
|
9
|
-
inverted: boolean | undefined;
|
|
10
|
-
scrollViewHeight: number | undefined;
|
|
11
|
-
readonly layout: EventEmitter<ISymbioteEvent>;
|
|
12
|
-
private readonly state;
|
|
13
|
-
private animatedTranslateY;
|
|
14
|
-
private interpolation;
|
|
15
|
-
private debounceTimer;
|
|
16
|
-
private listenerId;
|
|
17
|
-
private readonly changeDetector;
|
|
18
|
-
private readonly elementRef;
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngOnChanges(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
get headerStyle(): unknown;
|
|
23
|
-
private readonly onHostLayout;
|
|
24
|
-
readonly headerAnimatedProps: Record<string, unknown>;
|
|
25
|
-
get passthrough(): {
|
|
26
|
-
style: {
|
|
27
|
-
transform: Array<{
|
|
28
|
-
translateY: number;
|
|
29
|
-
}>;
|
|
30
|
-
};
|
|
31
|
-
} | null;
|
|
32
|
-
private inputs;
|
|
33
|
-
private dispatch;
|
|
34
|
-
private runEffects;
|
|
35
|
-
private handleLayout;
|
|
36
|
-
private readonly animatedValueListener;
|
|
37
|
-
private teardown;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollViewStickyHeader, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollViewStickyHeader, "ScrollViewStickyHeader, symbiote-sticky-header", never, { "scrollAnimatedValue": { "alias": "scrollAnimatedValue"; "required": false; }; "nextHeaderLayoutY": { "alias": "nextHeaderLayoutY"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "scrollViewHeight": { "alias": "scrollViewHeight"; "required": false; }; }, { "layout": "layout"; }, never, ["*"], true, never>;
|
|
40
|
-
}
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
// Sticky headers: RN does stickiness PURELY IN JS (ScrollView.js / ScrollViewStickyHeader.js).
|
|
2
|
-
// A single `_scrollAnimatedValue` an Animated.event drives from `onScroll` feeds each flagged
|
|
3
|
-
// header's translateY through an interpolation that pins it to the top (or bottom, inverted)
|
|
4
|
-
// until the next header collides with it — the native Fabric scroll view does NOT honor
|
|
5
|
-
// `stickyHeaderIndices` on its own. The interpolation math (computeStickyInterpolation) lives
|
|
6
|
-
// framework-agnostic in @symbiote-native/components, shared verbatim with React/Vue; this file
|
|
7
|
-
// holds the Angular component shell, layout state, and interpolation build.
|
|
8
|
-
//
|
|
9
|
-
// This is the public sticky-header WRAPPER for explicit composition. ScrollView also auto-wraps
|
|
10
|
-
// projected children named by stickyHeaderIndices through its projection bridge (projection.ts),
|
|
11
|
-
// because Angular templates cannot map <ng-content> children directly; that auto path
|
|
12
|
-
// intentionally reuses this built-in wrapper rather than instantiating arbitrary component types.
|
|
13
|
-
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, inject, } from '@angular/core';
|
|
14
|
-
import { AnimatedValue, Platform, dlog, } from '@symbiote-native/engine';
|
|
15
|
-
import { createInitialStickyState, readLayoutNumber, reduceSticky, STICKY_HEADER_Z_INDEX, } from '@symbiote-native/components';
|
|
16
|
-
import { AnimatedView } from '../../modules/animated';
|
|
17
|
-
import { anchorHostStyle } from '../../primitives';
|
|
18
|
-
import * as i0 from "@angular/core";
|
|
19
|
-
// One sticky header. Measures its own y/height via onLayout, interpolates the shared scroll offset
|
|
20
|
-
// into a translateY that keeps it pinned to the top (or bottom, inverted) until the next header
|
|
21
|
-
// collides with it, and drives that translate through the native driver when available so the pin
|
|
22
|
-
// tracks scroll on the UI thread (no JS jitter). Ported from ScrollViewStickyHeader.js, including
|
|
23
|
-
// the Fabric ShadowTree debounce path. The inputs (scrollAnimatedValue/nextHeaderLayoutY/…) never
|
|
24
|
-
// reach the host node: they configure the interpolation; only the resolved transform reaches
|
|
25
|
-
// AnimatedView (a scrollAnimatedValue on a host node would crash Android's folly::dynamic).
|
|
26
|
-
export class ScrollViewStickyHeader {
|
|
27
|
-
// A fresh fallback AnimatedValue keeps the component working if the parent ever fails to supply
|
|
28
|
-
// one (the wrap invariant); held by IDENTITY in a plain field (Angular does not proxy fields).
|
|
29
|
-
scrollAnimatedValue = new AnimatedValue(0);
|
|
30
|
-
nextHeaderLayoutY = undefined;
|
|
31
|
-
inverted = undefined;
|
|
32
|
-
scrollViewHeight = undefined;
|
|
33
|
-
// The parent's layout recorder (RN _onStickyHeaderLayout): records this header's own y so the
|
|
34
|
-
// previous header learns its collision point. Called after the header measures.
|
|
35
|
-
layout = new EventEmitter();
|
|
36
|
-
// The one folded state cell, mutated in place by reduceSticky. The DECISIONS — zero-swallow gate,
|
|
37
|
-
// debounce delay, rebuild ranges — all live there; this component supplies only the Angular
|
|
38
|
-
// lifecycle (inputs + manual change detection), the interpolation-node + listener wiring, the
|
|
39
|
-
// debounce setTimeout, and the markForCheck re-render.
|
|
40
|
-
state = createInitialStickyState();
|
|
41
|
-
// The animated node driving the transform (RN's animatedTranslateY), replaced by the
|
|
42
|
-
// rebuild-interpolation effect. When the scroll value is native, this interpolation runs on the UI
|
|
43
|
-
// thread: the smooth pin.
|
|
44
|
-
animatedTranslateY = new AnimatedValue(0).interpolate({
|
|
45
|
-
inputRange: [-1, 0],
|
|
46
|
-
outputRange: [0, 0],
|
|
47
|
-
});
|
|
48
|
-
// The current interpolation node + its listener id, held so the next rebuild detaches the old
|
|
49
|
-
// listener (an engine call the reducer does not own) and ngOnDestroy cleans up.
|
|
50
|
-
interpolation;
|
|
51
|
-
debounceTimer;
|
|
52
|
-
listenerId;
|
|
53
|
-
changeDetector = inject(ChangeDetectorRef);
|
|
54
|
-
// This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
|
|
55
|
-
// onto (see anchorHostStyle's doc comment in primitives/shared.ts) — NOT the inner AnimatedView
|
|
56
|
-
// one level down.
|
|
57
|
-
elementRef = inject(ElementRef);
|
|
58
|
-
ngOnInit() {
|
|
59
|
-
this.dispatch({ kind: 'inputs-changed' });
|
|
60
|
-
}
|
|
61
|
-
// Rebuild on any layout/collision input change (RN's effect deps: measured, layoutY, layoutHeight,
|
|
62
|
-
// scrollViewHeight, nextHeaderLayoutY, inverted). scrollAnimatedValue is stable for one ScrollView.
|
|
63
|
-
ngOnChanges() {
|
|
64
|
-
this.dispatch({ kind: 'inputs-changed' });
|
|
65
|
-
}
|
|
66
|
-
ngOnDestroy() {
|
|
67
|
-
this.teardown();
|
|
68
|
-
}
|
|
69
|
-
get headerStyle() {
|
|
70
|
-
// collapsable:false keeps the wrapper a real Yoga node; zIndex paints the pinned header OVER the
|
|
71
|
-
// rows scrolling under it. The interpolation node rides inside the transform; AnimatedView's
|
|
72
|
-
// reduceProps rasterizes it into a numeric translateY for the committed tree. This component is
|
|
73
|
-
// its own ANCHOR_HOST_COMPONENTS entry, so a `class="..."` at its use site resolves onto
|
|
74
|
-
// `elementRef`, not the inner AnimatedView — merge it back in (anchorHostStyle's doc comment),
|
|
75
|
-
// anchor style first so the fixed transform/zIndex below still wins on conflict.
|
|
76
|
-
return [
|
|
77
|
-
anchorHostStyle(this.elementRef),
|
|
78
|
-
{
|
|
79
|
-
transform: [{ translateY: this.animatedTranslateY }],
|
|
80
|
-
zIndex: STICKY_HEADER_Z_INDEX,
|
|
81
|
-
},
|
|
82
|
-
];
|
|
83
|
-
}
|
|
84
|
-
// Stable reference (bound once) so AnimatedView's directive does not re-wire the layout listener
|
|
85
|
-
// every change-detection pass.
|
|
86
|
-
onHostLayout = (event) => this.handleLayout(event);
|
|
87
|
-
// Also a stable reference, not a getter: jsonEqual (commit.ts) can't structurally compare the
|
|
88
|
-
// embedded onLayout function, so a fresh object here would read as "props changed" on every
|
|
89
|
-
// change-detection pass and force a real Fabric re-clone that cascades up every ancestor to the
|
|
90
|
-
// root (see AnimatedComponentBase.reconcile()'s identical warning) — every unrelated press
|
|
91
|
-
// anywhere in the app, not just this header's own layout events. Not `private`: the template
|
|
92
|
-
// binds it directly (`strictTemplates` requires template-bound members stay accessible).
|
|
93
|
-
headerAnimatedProps = {
|
|
94
|
-
onLayout: this.onHostLayout,
|
|
95
|
-
collapsable: false,
|
|
96
|
-
};
|
|
97
|
-
// The EXPLICIT debounced translateY overrides the committed transform for hit-testing while
|
|
98
|
-
// animatedTranslateY does the smooth (native-driven) pin (RN ScrollViewStickyHeader.js).
|
|
99
|
-
get passthrough() {
|
|
100
|
-
return this.state.translateY !== null
|
|
101
|
-
? { style: { transform: [{ translateY: this.state.translateY }] } }
|
|
102
|
-
: null;
|
|
103
|
-
}
|
|
104
|
-
inputs() {
|
|
105
|
-
return {
|
|
106
|
-
os: Platform.OS,
|
|
107
|
-
inverted: this.inverted,
|
|
108
|
-
scrollViewHeight: this.scrollViewHeight,
|
|
109
|
-
nextHeaderLayoutY: this.nextHeaderLayoutY,
|
|
110
|
-
};
|
|
111
|
-
}
|
|
112
|
-
dispatch(action) {
|
|
113
|
-
this.runEffects(reduceSticky(this.state, action, this.inputs()).effects);
|
|
114
|
-
}
|
|
115
|
-
runEffects(effects) {
|
|
116
|
-
for (const effect of effects) {
|
|
117
|
-
switch (effect.kind) {
|
|
118
|
-
case 'rebuild-interpolation': {
|
|
119
|
-
// Detach the old listener, build a fresh interpolation onto the shared scroll value, and
|
|
120
|
-
// wire the settled-value listener (symbiote is always Fabric; RN attaches it only there).
|
|
121
|
-
if (this.interpolation !== undefined &&
|
|
122
|
-
this.listenerId !== undefined) {
|
|
123
|
-
this.interpolation.removeListener(this.listenerId);
|
|
124
|
-
this.listenerId = undefined;
|
|
125
|
-
}
|
|
126
|
-
const next = this.scrollAnimatedValue.interpolate({
|
|
127
|
-
inputRange: effect.inputRange,
|
|
128
|
-
outputRange: effect.outputRange,
|
|
129
|
-
});
|
|
130
|
-
this.listenerId = next.addListener(this.animatedValueListener);
|
|
131
|
-
this.interpolation = next;
|
|
132
|
-
this.animatedTranslateY = next;
|
|
133
|
-
dlog(`STICKY[header] interpolation measured=${this.state.measured} y=${this.state.layoutY}`);
|
|
134
|
-
break;
|
|
135
|
-
}
|
|
136
|
-
case 'schedule-debounce':
|
|
137
|
-
// The animated value updates several times per frame; debounce the settled value into the
|
|
138
|
-
// committed transform so hit detection stays current (a Fabric issue, worse on Android).
|
|
139
|
-
if (this.debounceTimer !== undefined)
|
|
140
|
-
clearTimeout(this.debounceTimer);
|
|
141
|
-
this.debounceTimer = setTimeout(() => {
|
|
142
|
-
this.debounceTimer = undefined;
|
|
143
|
-
this.dispatch({ kind: 'debounce-fired', value: effect.value });
|
|
144
|
-
}, effect.delay);
|
|
145
|
-
break;
|
|
146
|
-
case 'apply-passthrough':
|
|
147
|
-
this.changeDetector.markForCheck();
|
|
148
|
-
break;
|
|
149
|
-
case 'record-header-y':
|
|
150
|
-
// The Angular header records through the `layout` EventEmitter (handleLayout below), the
|
|
151
|
-
// public recorder contract; the reducer emits no index for it.
|
|
152
|
-
break;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
// Record own y/height, mark measured, rebuild the interpolation (all via the reducer), then fire
|
|
157
|
-
// the parent's recorder (RN ScrollViewStickyHeader.js._onLayout order). The wrapped child keeps its
|
|
158
|
-
// own onLayout binding (projected with its bindings intact), so unlike React/Vue we do not forward.
|
|
159
|
-
handleLayout(event) {
|
|
160
|
-
const y = readLayoutNumber(event, 'y');
|
|
161
|
-
const height = readLayoutNumber(event, 'height');
|
|
162
|
-
// Keep the previous value when a field is absent (RN sets state only on a defined read).
|
|
163
|
-
this.dispatch({
|
|
164
|
-
kind: 'layout',
|
|
165
|
-
y: y ?? this.state.layoutY,
|
|
166
|
-
height: height ?? this.state.layoutHeight,
|
|
167
|
-
});
|
|
168
|
-
this.layout.emit(event);
|
|
169
|
-
this.changeDetector.markForCheck();
|
|
170
|
-
}
|
|
171
|
-
animatedValueListener = ({ value, }) => {
|
|
172
|
-
if (typeof value === 'number')
|
|
173
|
-
this.dispatch({ kind: 'animated-tick', value });
|
|
174
|
-
};
|
|
175
|
-
teardown() {
|
|
176
|
-
if (this.interpolation !== undefined && this.listenerId !== undefined) {
|
|
177
|
-
this.interpolation.removeListener(this.listenerId);
|
|
178
|
-
this.listenerId = undefined;
|
|
179
|
-
}
|
|
180
|
-
if (this.debounceTimer !== undefined) {
|
|
181
|
-
clearTimeout(this.debounceTimer);
|
|
182
|
-
this.debounceTimer = undefined;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollViewStickyHeader, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
186
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ScrollViewStickyHeader, isStandalone: true, selector: "ScrollViewStickyHeader, symbiote-sticky-header", inputs: { scrollAnimatedValue: "scrollAnimatedValue", nextHeaderLayoutY: "nextHeaderLayoutY", inverted: "inverted", scrollViewHeight: "scrollViewHeight" }, outputs: { layout: "layout" }, usesOnChanges: true, ngImport: i0, template: `
|
|
187
|
-
<AnimatedView
|
|
188
|
-
[style]="headerStyle"
|
|
189
|
-
[animatedProps]="headerAnimatedProps"
|
|
190
|
-
[passthroughAnimatedPropExplicitValues]="passthrough"
|
|
191
|
-
>
|
|
192
|
-
<ng-content></ng-content>
|
|
193
|
-
</AnimatedView>
|
|
194
|
-
`, isInline: true, dependencies: [{ kind: "component", type: AnimatedView, selector: "AnimatedView, symbiote-animated-view", inputs: ["style", "animatedProps", "passthroughAnimatedPropExplicitValues"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
195
|
-
}
|
|
196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollViewStickyHeader, decorators: [{
|
|
197
|
-
type: Component,
|
|
198
|
-
args: [{
|
|
199
|
-
selector: 'ScrollViewStickyHeader, symbiote-sticky-header',
|
|
200
|
-
standalone: true,
|
|
201
|
-
imports: [AnimatedView],
|
|
202
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
203
|
-
template: `
|
|
204
|
-
<AnimatedView
|
|
205
|
-
[style]="headerStyle"
|
|
206
|
-
[animatedProps]="headerAnimatedProps"
|
|
207
|
-
[passthroughAnimatedPropExplicitValues]="passthrough"
|
|
208
|
-
>
|
|
209
|
-
<ng-content></ng-content>
|
|
210
|
-
</AnimatedView>
|
|
211
|
-
`,
|
|
212
|
-
}]
|
|
213
|
-
}], propDecorators: { scrollAnimatedValue: [{
|
|
214
|
-
type: Input
|
|
215
|
-
}], nextHeaderLayoutY: [{
|
|
216
|
-
type: Input
|
|
217
|
-
}], inverted: [{
|
|
218
|
-
type: Input
|
|
219
|
-
}], scrollViewHeight: [{
|
|
220
|
-
type: Input
|
|
221
|
-
}], layout: [{
|
|
222
|
-
type: Output
|
|
223
|
-
}] } });
|
|
224
|
-
//# sourceMappingURL=sticky-header.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sticky-header.js","sourceRoot":"","sources":["../../../../src/components/scroll-view/sticky-header.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { type DoCheck } from '@angular/core';
|
|
2
|
-
import { SwitchBase } from './shared';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../primitives/shared";
|
|
5
|
-
export type { ISwitchProps, ISwitchTrackColor } from './shared';
|
|
6
|
-
export declare class Switch extends SwitchBase implements DoCheck {
|
|
7
|
-
private readonly elementRef;
|
|
8
|
-
protected readonly platform: {
|
|
9
|
-
snapBackCommand: string;
|
|
10
|
-
trackColorProps: (value: boolean, trackColor?: {
|
|
11
|
-
false?: string;
|
|
12
|
-
true?: string;
|
|
13
|
-
}) => {
|
|
14
|
-
trackColorForFalse: string | undefined;
|
|
15
|
-
trackColorForTrue: string | undefined;
|
|
16
|
-
trackTintColor: string | undefined;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
private readonly anchorStyle;
|
|
20
|
-
ngDoCheck(): void;
|
|
21
|
-
protected buildHostProps(): Record<string, unknown>;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Switch, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Switch, "Switch", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "trackColor": { "alias": "trackColor"; "required": false; }; "thumbColor": { "alias": "thumbColor"; "required": false; }; "ios_backgroundColor": { "alias": "ios_backgroundColor"; "required": false; }; "style": { "alias": "style"; "required": false; }; "nativeID": { "alias": "nativeID"; "required": false; }; "testID": { "alias": "testID"; "required": false; }; "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "accessibilityRole": { "alias": "accessibilityRole"; "required": false; }; "accessibilityState": { "alias": "accessibilityState"; "required": false; }; "accessibilityValue": { "alias": "accessibilityValue"; "required": false; }; "accessibilityHint": { "alias": "accessibilityHint"; "required": false; }; "accessible": { "alias": "accessible"; "required": false; }; "role": { "alias": "role"; "required": false; }; "aria-label": { "alias": "aria-label"; "required": false; }; "aria-disabled": { "alias": "aria-disabled"; "required": false; }; "aria-checked": { "alias": "aria-checked"; "required": false; }; }, { "valueChange": "valueChange"; "change": "change"; }, never, never, true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
24
|
-
}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, Component, ElementRef, forwardRef, inject, signal, } from '@angular/core';
|
|
2
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
-
import { anchorHostStyle, ManagedSwitchHost, SymbioteHostPropsDirective, SymbioteStyleInputDirective, } from '../../primitives';
|
|
4
|
-
import { SwitchBase } from './shared';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../primitives/shared";
|
|
7
|
-
export class Switch extends SwitchBase {
|
|
8
|
-
// This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
|
|
9
|
-
// onto (see anchorHostStyle's doc comment) — NOT the <symbiote-switch-managed> leaf one level down.
|
|
10
|
-
elementRef = inject(ElementRef);
|
|
11
|
-
platform = {
|
|
12
|
-
snapBackCommand: 'setNativeValue',
|
|
13
|
-
trackColorProps: (value, trackColor) => ({
|
|
14
|
-
trackColorForFalse: trackColor?.false,
|
|
15
|
-
trackColorForTrue: trackColor?.true,
|
|
16
|
-
trackTintColor: value ? trackColor?.true : trackColor?.false,
|
|
17
|
-
}),
|
|
18
|
-
};
|
|
19
|
-
// The anchor's class-derived style is written by the renderer's addClass/removeClass and never
|
|
20
|
-
// reaches Angular's input pipeline (a bare `class="x"` never appears in SimpleChanges — see
|
|
21
|
-
// anchorHostStyle's doc comment), so SwitchBase's inputsRevision cannot see it. Hence its own
|
|
22
|
-
// signal: a plain field read inside a computed() would be untracked and the bag would go stale
|
|
23
|
-
// the moment a `[class.x]`/`[ngClass]` toggled.
|
|
24
|
-
//
|
|
25
|
-
// ngDoCheck is the right cadence: render3's callHooks flushes a node's pre-order hooks at the
|
|
26
|
-
// next `ɵɵadvance` past it (or in refreshView's post-template flush), i.e. AFTER the declaring
|
|
27
|
-
// template's ɵɵclassProp wrote the class onto this element and BEFORE this component's own view
|
|
28
|
-
// refreshes — the exact window a class poll needs. callHooks also runs under
|
|
29
|
-
// setActiveConsumer(null), so the write registers no dependency on the caller's view (no NG0600).
|
|
30
|
-
// commitClassStyle allocates a fresh style array only when a token actually moved, so signal.set's
|
|
31
|
-
// own Object.is check makes an unchanged poll a no-op that dirties nothing.
|
|
32
|
-
//
|
|
33
|
-
// Known gap, shared with every other component polling this way (Pressable, SafeAreaView,
|
|
34
|
-
// TouchableNativeFeedback): `[ngClass]` applies its tokens from NgClass's OWN ngDoCheck, and a
|
|
35
|
-
// node's hooks flush in registration order with the component's first, so an [ngClass] flip lands
|
|
36
|
-
// one pass after this poll reads it. `class=` and `[class.x]` are written by the declaring
|
|
37
|
-
// template's styling instructions and so are always current here.
|
|
38
|
-
anchorStyle = signal(undefined, /* @ts-ignore */
|
|
39
|
-
...(ngDevMode ? [{ debugName: "anchorStyle" }] : /* istanbul ignore next */ []));
|
|
40
|
-
ngDoCheck() {
|
|
41
|
-
this.anchorStyle.set(anchorHostStyle(this.elementRef));
|
|
42
|
-
}
|
|
43
|
-
// The anchor's class-derived style goes first, then whatever SwitchBase already resolved
|
|
44
|
-
// (its own explicit `style` @Input plus the ios_backgroundColor fold), so an explicit [style]
|
|
45
|
-
// still beats the ambient class.
|
|
46
|
-
buildHostProps() {
|
|
47
|
-
const props = super.buildHostProps();
|
|
48
|
-
return { ...props, style: [this.anchorStyle(), props['style']] };
|
|
49
|
-
}
|
|
50
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Switch, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
51
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: Switch, isStandalone: true, selector: "Switch", inputs: { value: "value", disabled: "disabled", trackColor: "trackColor", thumbColor: "thumbColor", ios_backgroundColor: "ios_backgroundColor", style: "style", nativeID: "nativeID", testID: "testID", accessibilityLabel: "accessibilityLabel", accessibilityRole: "accessibilityRole", accessibilityState: "accessibilityState", accessibilityValue: "accessibilityValue", accessibilityHint: "accessibilityHint", accessible: "accessible", role: "role", "aria-label": "aria-label", "aria-disabled": "aria-disabled", "aria-checked": "aria-checked" }, outputs: { valueChange: "valueChange", change: "change" }, providers: [
|
|
52
|
-
{
|
|
53
|
-
provide: NG_VALUE_ACCESSOR,
|
|
54
|
-
useExisting: forwardRef(() => Switch),
|
|
55
|
-
multi: true,
|
|
56
|
-
},
|
|
57
|
-
], usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
58
|
-
<symbiote-switch-managed
|
|
59
|
-
#nativeSwitch="symbioteHost"
|
|
60
|
-
[symbioteHostProps]="hostProps()"
|
|
61
|
-
(change)="handleChange($event, nativeSwitch)"
|
|
62
|
-
/>
|
|
63
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ManagedSwitchHost, selector: "symbiote-switch-managed" }, { kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }] });
|
|
64
|
-
}
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Switch, decorators: [{
|
|
66
|
-
type: Component,
|
|
67
|
-
args: [{
|
|
68
|
-
selector: 'Switch',
|
|
69
|
-
standalone: true,
|
|
70
|
-
hostDirectives: [
|
|
71
|
-
{ directive: SymbioteStyleInputDirective, inputs: ['style'] },
|
|
72
|
-
],
|
|
73
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
74
|
-
imports: [ManagedSwitchHost, SymbioteHostPropsDirective],
|
|
75
|
-
providers: [
|
|
76
|
-
{
|
|
77
|
-
provide: NG_VALUE_ACCESSOR,
|
|
78
|
-
useExisting: forwardRef(() => Switch),
|
|
79
|
-
multi: true,
|
|
80
|
-
},
|
|
81
|
-
],
|
|
82
|
-
inputs: [
|
|
83
|
-
'value',
|
|
84
|
-
'disabled',
|
|
85
|
-
'trackColor',
|
|
86
|
-
'thumbColor',
|
|
87
|
-
'ios_backgroundColor',
|
|
88
|
-
'style',
|
|
89
|
-
'nativeID',
|
|
90
|
-
'testID',
|
|
91
|
-
'accessibilityLabel',
|
|
92
|
-
'accessibilityRole',
|
|
93
|
-
'accessibilityState',
|
|
94
|
-
'accessibilityValue',
|
|
95
|
-
'accessibilityHint',
|
|
96
|
-
'accessible',
|
|
97
|
-
'role',
|
|
98
|
-
'aria-label',
|
|
99
|
-
'aria-disabled',
|
|
100
|
-
'aria-checked',
|
|
101
|
-
],
|
|
102
|
-
outputs: ['valueChange', 'change'],
|
|
103
|
-
template: `
|
|
104
|
-
<symbiote-switch-managed
|
|
105
|
-
#nativeSwitch="symbioteHost"
|
|
106
|
-
[symbioteHostProps]="hostProps()"
|
|
107
|
-
(change)="handleChange($event, nativeSwitch)"
|
|
108
|
-
/>
|
|
109
|
-
`,
|
|
110
|
-
}]
|
|
111
|
-
}] });
|
|
112
|
-
//# sourceMappingURL=index.android.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.android.js","sourceRoot":"","sources":["../../../../src/components/switch/index.android.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './index.ios';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { type DoCheck } from '@angular/core';
|
|
2
|
-
import { SwitchBase } from './shared';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../primitives/shared";
|
|
5
|
-
export type { ISwitchProps, ISwitchTrackColor } from './shared';
|
|
6
|
-
export declare class Switch extends SwitchBase implements DoCheck {
|
|
7
|
-
private readonly elementRef;
|
|
8
|
-
protected readonly platform: {
|
|
9
|
-
snapBackCommand: string;
|
|
10
|
-
trackColorProps: (_value: boolean, trackColor?: {
|
|
11
|
-
false?: string;
|
|
12
|
-
true?: string;
|
|
13
|
-
}) => {
|
|
14
|
-
onTintColor: string | undefined;
|
|
15
|
-
tintColor: string | undefined;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
private readonly anchorStyle;
|
|
19
|
-
ngDoCheck(): void;
|
|
20
|
-
protected buildHostProps(): Record<string, unknown>;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Switch, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Switch, "Switch", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "trackColor": { "alias": "trackColor"; "required": false; }; "thumbColor": { "alias": "thumbColor"; "required": false; }; "ios_backgroundColor": { "alias": "ios_backgroundColor"; "required": false; }; "style": { "alias": "style"; "required": false; }; "nativeID": { "alias": "nativeID"; "required": false; }; "testID": { "alias": "testID"; "required": false; }; "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "accessibilityRole": { "alias": "accessibilityRole"; "required": false; }; "accessibilityState": { "alias": "accessibilityState"; "required": false; }; "accessibilityValue": { "alias": "accessibilityValue"; "required": false; }; "accessibilityHint": { "alias": "accessibilityHint"; "required": false; }; "accessible": { "alias": "accessible"; "required": false; }; "role": { "alias": "role"; "required": false; }; "aria-label": { "alias": "aria-label"; "required": false; }; "aria-disabled": { "alias": "aria-disabled"; "required": false; }; "aria-checked": { "alias": "aria-checked"; "required": false; }; }, { "valueChange": "valueChange"; "change": "change"; }, never, never, true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
23
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, Component, ElementRef, forwardRef, inject, signal, } from '@angular/core';
|
|
2
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
-
import { anchorHostStyle, ManagedSwitchHost, SymbioteHostPropsDirective, SymbioteStyleInputDirective, } from '../../primitives';
|
|
4
|
-
import { SwitchBase } from './shared';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../primitives/shared";
|
|
7
|
-
export class Switch extends SwitchBase {
|
|
8
|
-
// This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
|
|
9
|
-
// onto (see anchorHostStyle's doc comment) — NOT the <symbiote-switch-managed> leaf one level down.
|
|
10
|
-
elementRef = inject(ElementRef);
|
|
11
|
-
platform = {
|
|
12
|
-
snapBackCommand: 'setValue',
|
|
13
|
-
trackColorProps: (_value, trackColor) => ({
|
|
14
|
-
onTintColor: trackColor?.true,
|
|
15
|
-
tintColor: trackColor?.false,
|
|
16
|
-
}),
|
|
17
|
-
};
|
|
18
|
-
// The anchor's class-derived style is written by the renderer's addClass/removeClass and never
|
|
19
|
-
// reaches Angular's input pipeline (a bare `class="x"` never appears in SimpleChanges — see
|
|
20
|
-
// anchorHostStyle's doc comment), so SwitchBase's inputsRevision cannot see it. Hence its own
|
|
21
|
-
// signal: a plain field read inside a computed() would be untracked and the bag would go stale
|
|
22
|
-
// the moment a `[class.x]`/`[ngClass]` toggled.
|
|
23
|
-
//
|
|
24
|
-
// ngDoCheck is the right cadence: render3's callHooks flushes a node's pre-order hooks at the
|
|
25
|
-
// next `ɵɵadvance` past it (or in refreshView's post-template flush), i.e. AFTER the declaring
|
|
26
|
-
// template's ɵɵclassProp wrote the class onto this element and BEFORE this component's own view
|
|
27
|
-
// refreshes — the exact window a class poll needs. callHooks also runs under
|
|
28
|
-
// setActiveConsumer(null), so the write registers no dependency on the caller's view (no NG0600).
|
|
29
|
-
// commitClassStyle allocates a fresh style array only when a token actually moved, so signal.set's
|
|
30
|
-
// own Object.is check makes an unchanged poll a no-op that dirties nothing.
|
|
31
|
-
//
|
|
32
|
-
// Known gap, shared with every other component polling this way (Pressable, SafeAreaView,
|
|
33
|
-
// TouchableNativeFeedback): `[ngClass]` applies its tokens from NgClass's OWN ngDoCheck, and a
|
|
34
|
-
// node's hooks flush in registration order with the component's first, so an [ngClass] flip lands
|
|
35
|
-
// one pass after this poll reads it. `class=` and `[class.x]` are written by the declaring
|
|
36
|
-
// template's styling instructions and so are always current here.
|
|
37
|
-
anchorStyle = signal(undefined, /* @ts-ignore */
|
|
38
|
-
...(ngDevMode ? [{ debugName: "anchorStyle" }] : /* istanbul ignore next */ []));
|
|
39
|
-
ngDoCheck() {
|
|
40
|
-
this.anchorStyle.set(anchorHostStyle(this.elementRef));
|
|
41
|
-
}
|
|
42
|
-
// The anchor's class-derived style goes first, then whatever SwitchBase already resolved
|
|
43
|
-
// (its own explicit `style` @Input plus the ios_backgroundColor fold), so an explicit [style]
|
|
44
|
-
// still beats the ambient class.
|
|
45
|
-
buildHostProps() {
|
|
46
|
-
const props = super.buildHostProps();
|
|
47
|
-
return { ...props, style: [this.anchorStyle(), props['style']] };
|
|
48
|
-
}
|
|
49
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Switch, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
50
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: Switch, isStandalone: true, selector: "Switch", inputs: { value: "value", disabled: "disabled", trackColor: "trackColor", thumbColor: "thumbColor", ios_backgroundColor: "ios_backgroundColor", style: "style", nativeID: "nativeID", testID: "testID", accessibilityLabel: "accessibilityLabel", accessibilityRole: "accessibilityRole", accessibilityState: "accessibilityState", accessibilityValue: "accessibilityValue", accessibilityHint: "accessibilityHint", accessible: "accessible", role: "role", "aria-label": "aria-label", "aria-disabled": "aria-disabled", "aria-checked": "aria-checked" }, outputs: { valueChange: "valueChange", change: "change" }, providers: [
|
|
51
|
-
{
|
|
52
|
-
provide: NG_VALUE_ACCESSOR,
|
|
53
|
-
useExisting: forwardRef(() => Switch),
|
|
54
|
-
multi: true,
|
|
55
|
-
},
|
|
56
|
-
], usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
57
|
-
<symbiote-switch-managed
|
|
58
|
-
#nativeSwitch="symbioteHost"
|
|
59
|
-
[symbioteHostProps]="hostProps()"
|
|
60
|
-
(change)="handleChange($event, nativeSwitch)"
|
|
61
|
-
/>
|
|
62
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ManagedSwitchHost, selector: "symbiote-switch-managed" }, { kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }] });
|
|
63
|
-
}
|
|
64
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Switch, decorators: [{
|
|
65
|
-
type: Component,
|
|
66
|
-
args: [{
|
|
67
|
-
selector: 'Switch',
|
|
68
|
-
standalone: true,
|
|
69
|
-
hostDirectives: [
|
|
70
|
-
{ directive: SymbioteStyleInputDirective, inputs: ['style'] },
|
|
71
|
-
],
|
|
72
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
73
|
-
imports: [ManagedSwitchHost, SymbioteHostPropsDirective],
|
|
74
|
-
providers: [
|
|
75
|
-
{
|
|
76
|
-
provide: NG_VALUE_ACCESSOR,
|
|
77
|
-
useExisting: forwardRef(() => Switch),
|
|
78
|
-
multi: true,
|
|
79
|
-
},
|
|
80
|
-
],
|
|
81
|
-
inputs: [
|
|
82
|
-
'value',
|
|
83
|
-
'disabled',
|
|
84
|
-
'trackColor',
|
|
85
|
-
'thumbColor',
|
|
86
|
-
'ios_backgroundColor',
|
|
87
|
-
'style',
|
|
88
|
-
'nativeID',
|
|
89
|
-
'testID',
|
|
90
|
-
'accessibilityLabel',
|
|
91
|
-
'accessibilityRole',
|
|
92
|
-
'accessibilityState',
|
|
93
|
-
'accessibilityValue',
|
|
94
|
-
'accessibilityHint',
|
|
95
|
-
'accessible',
|
|
96
|
-
'role',
|
|
97
|
-
'aria-label',
|
|
98
|
-
'aria-disabled',
|
|
99
|
-
'aria-checked',
|
|
100
|
-
],
|
|
101
|
-
outputs: ['valueChange', 'change'],
|
|
102
|
-
template: `
|
|
103
|
-
<symbiote-switch-managed
|
|
104
|
-
#nativeSwitch="symbioteHost"
|
|
105
|
-
[symbioteHostProps]="hostProps()"
|
|
106
|
-
(change)="handleChange($event, nativeSwitch)"
|
|
107
|
-
/>
|
|
108
|
-
`,
|
|
109
|
-
}]
|
|
110
|
-
}] });
|
|
111
|
-
//# sourceMappingURL=index.ios.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.ios.js","sourceRoot":"","sources":["../../../../src/components/switch/index.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,SAAS,EACT,UAAU,EACV,UAAU,EACV,MAAM,EACN,MAAM,GAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,0BAA0B,EAC1B,2BAA2B,GAC5B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;;;AA+CtC,MAAM,OAAO,MAAO,SAAQ,UAAU;IACpC,6FAA6F;IAC7F,oGAAoG;IACnF,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;IAE9B,QAAQ,GAAG;QAC5B,eAAe,EAAE,UAAU;QAC3B,eAAe,EAAE,CACf,MAAe,EACf,UAA8C,EAC9C,EAAE,CAAC,CAAC;YACJ,WAAW,EAAE,UAAU,EAAE,IAAI;YAC7B,SAAS,EAAE,UAAU,EAAE,KAAK;SAC7B,CAAC;KACH,CAAC;IAEF,+FAA+F;IAC/F,4FAA4F;IAC5F,8FAA8F;IAC9F,+FAA+F;IAC/F,gDAAgD;IAChD,EAAE;IACF,8FAA8F;IAC9F,+FAA+F;IAC/F,gGAAgG;IAChG,6EAA6E;IAC7E,kGAAkG;IAClG,mGAAmG;IACnG,4EAA4E;IAC5E,EAAE;IACF,0FAA0F;IAC1F,+FAA+F;IAC/F,kGAAkG;IAClG,2FAA2F;IAC3F,kEAAkE;IACjD,WAAW,GAAG,MAAM,CAAU,SAAS;oFAAC,CAAC;IAE1D,SAAS;QACP,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;IACzD,CAAC;IAED,yFAAyF;IACzF,8FAA8F;IAC9F,iCAAiC;IACd,cAAc;QAC/B,MAAM,KAAK,GAAG,KAAK,CAAC,cAAc,EAAE,CAAC;QACrC,OAAO,EAAE,GAAG,KAAK,EAAE,KAAK,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;IACnE,CAAC;uGA/CU,MAAM;2FAAN,MAAM,8oBApCN;YACT;gBACE,OAAO,EAAE,iBAAiB;gBAC1B,WAAW,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC;gBACrC,KAAK,EAAE,IAAI;aACZ;SACF,8IAsBS;;;;;;GAMT,4DAnCS,iBAAiB,oEAAE,0BAA0B;;2FAqC5C,MAAM;kBA5ClB,SAAS;mBAAC;oBACT,QAAQ,EAAE,QAAQ;oBAClB,UAAU,EAAE,IAAI;oBAChB,cAAc,EAAE;wBACd,EAAE,SAAS,EAAE,2BAA2B,EAAE,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE;qBAC9D;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,OAAO,EAAE,CAAC,iBAAiB,EAAE,0BAA0B,CAAC;oBACxD,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,EAAE,UAAU,CAAC,GAAG,EAAE,OAAO,CAAC;4BACrC,KAAK,EAAE,IAAI;yBACZ;qBACF;oBACD,MAAM,EAAE;wBACN,OAAO;wBACP,UAAU;wBACV,YAAY;wBACZ,YAAY;wBACZ,qBAAqB;wBACrB,OAAO;wBACP,UAAU;wBACV,QAAQ;wBACR,oBAAoB;wBACpB,mBAAmB;wBACnB,oBAAoB;wBACpB,oBAAoB;wBACpB,mBAAmB;wBACnB,YAAY;wBACZ,MAAM;wBACN,YAAY;wBACZ,eAAe;wBACf,cAAc;qBACf;oBACD,OAAO,EAAE,CAAC,aAAa,EAAE,QAAQ,CAAC;oBAClC,QAAQ,EAAE;;;;;;GAMT;iBACF"}
|