@symbiote-native/angular 0.0.0-canary-20260724081123
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/LICENSE +21 -0
- package/README.md +157 -0
- package/babel-linker.cjs +7 -0
- package/babel-register-composed.cjs +127 -0
- package/bin/symbiote-angular-dev.cjs +93 -0
- package/build/angular/anchor-host-registry.d.ts +2 -0
- package/build/angular/anchor-host-registry.js +84 -0
- package/build/angular/anchor-host-registry.js.map +1 -0
- package/build/angular/bootstrap.d.ts +7 -0
- package/build/angular/bootstrap.js +15 -0
- package/build/angular/bootstrap.js.map +1 -0
- package/build/angular/components/activity-indicator/index.android.d.ts +12 -0
- package/build/angular/components/activity-indicator/index.android.js +21 -0
- package/build/angular/components/activity-indicator/index.android.js.map +1 -0
- package/build/angular/components/activity-indicator/index.d.ts +1 -0
- package/build/angular/components/activity-indicator/index.ios.d.ts +8 -0
- package/build/angular/components/activity-indicator/index.ios.js +21 -0
- package/build/angular/components/activity-indicator/index.ios.js.map +1 -0
- package/build/angular/components/activity-indicator/index.js +4 -0
- package/build/angular/components/activity-indicator/index.js.map +1 -0
- package/build/angular/components/activity-indicator/shared.d.ts +67 -0
- package/build/angular/components/activity-indicator/shared.js +260 -0
- package/build/angular/components/activity-indicator/shared.js.map +1 -0
- package/build/angular/components/button.d.ts +63 -0
- package/build/angular/components/button.js +332 -0
- package/build/angular/components/button.js.map +1 -0
- package/build/angular/components/flat-list/index.d.ts +122 -0
- package/build/angular/components/flat-list/index.js +688 -0
- package/build/angular/components/flat-list/index.js.map +1 -0
- package/build/angular/components/image/index.android.d.ts +10 -0
- package/build/angular/components/image/index.android.js +59 -0
- package/build/angular/components/image/index.android.js.map +1 -0
- package/build/angular/components/image/index.d.ts +1 -0
- package/build/angular/components/image/index.ios.d.ts +10 -0
- package/build/angular/components/image/index.ios.js +59 -0
- package/build/angular/components/image/index.ios.js.map +1 -0
- package/build/angular/components/image/index.js +3 -0
- package/build/angular/components/image/index.js.map +1 -0
- package/build/angular/components/image/shared.d.ts +101 -0
- package/build/angular/components/image/shared.js +406 -0
- package/build/angular/components/image/shared.js.map +1 -0
- package/build/angular/components/image-background.d.ts +81 -0
- package/build/angular/components/image-background.js +418 -0
- package/build/angular/components/image-background.js.map +1 -0
- package/build/angular/components/input-accessory-view/index.d.ts +60 -0
- package/build/angular/components/input-accessory-view/index.js +251 -0
- package/build/angular/components/input-accessory-view/index.js.map +1 -0
- package/build/angular/components/keyboard-avoiding-view/index.d.ts +82 -0
- package/build/angular/components/keyboard-avoiding-view/index.js +358 -0
- package/build/angular/components/keyboard-avoiding-view/index.js.map +1 -0
- package/build/angular/components/modal/index.d.ts +92 -0
- package/build/angular/components/modal/index.js +360 -0
- package/build/angular/components/modal/index.js.map +1 -0
- package/build/angular/components/pressable/index.d.ts +123 -0
- package/build/angular/components/pressable/index.js +420 -0
- package/build/angular/components/pressable/index.js.map +1 -0
- package/build/angular/components/refresh-control/index.d.ts +86 -0
- package/build/angular/components/refresh-control/index.js +342 -0
- package/build/angular/components/refresh-control/index.js.map +1 -0
- package/build/angular/components/safe-area-view/index.d.ts +57 -0
- package/build/angular/components/safe-area-view/index.js +248 -0
- package/build/angular/components/safe-area-view/index.js.map +1 -0
- package/build/angular/components/scroll-view/index.android.d.ts +21 -0
- package/build/angular/components/scroll-view/index.android.js +235 -0
- package/build/angular/components/scroll-view/index.android.js.map +1 -0
- package/build/angular/components/scroll-view/index.d.ts +3 -0
- package/build/angular/components/scroll-view/index.ios.d.ts +9 -0
- package/build/angular/components/scroll-view/index.ios.js +86 -0
- package/build/angular/components/scroll-view/index.ios.js.map +1 -0
- package/build/angular/components/scroll-view/index.js +6 -0
- package/build/angular/components/scroll-view/index.js.map +1 -0
- package/build/angular/components/scroll-view/projection.d.ts +32 -0
- package/build/angular/components/scroll-view/projection.js +334 -0
- package/build/angular/components/scroll-view/projection.js.map +1 -0
- package/build/angular/components/scroll-view/shared.d.ts +230 -0
- package/build/angular/components/scroll-view/shared.js +682 -0
- package/build/angular/components/scroll-view/shared.js.map +1 -0
- package/build/angular/components/scroll-view/sticky-header.d.ts +40 -0
- package/build/angular/components/scroll-view/sticky-header.js +225 -0
- package/build/angular/components/scroll-view/sticky-header.js.map +1 -0
- package/build/angular/components/section-list/index.d.ts +116 -0
- package/build/angular/components/section-list/index.js +641 -0
- package/build/angular/components/section-list/index.js.map +1 -0
- package/build/angular/components/switch/index.android.d.ts +20 -0
- package/build/angular/components/switch/index.android.js +70 -0
- package/build/angular/components/switch/index.android.js.map +1 -0
- package/build/angular/components/switch/index.d.ts +1 -0
- package/build/angular/components/switch/index.ios.d.ts +19 -0
- package/build/angular/components/switch/index.ios.js +69 -0
- package/build/angular/components/switch/index.ios.js.map +1 -0
- package/build/angular/components/switch/index.js +4 -0
- package/build/angular/components/switch/index.js.map +1 -0
- package/build/angular/components/switch/shared.d.ts +40 -0
- package/build/angular/components/switch/shared.js +127 -0
- package/build/angular/components/switch/shared.js.map +1 -0
- package/build/angular/components/text-input.d.ts +153 -0
- package/build/angular/components/text-input.js +599 -0
- package/build/angular/components/text-input.js.map +1 -0
- package/build/angular/components/touchable/index.d.ts +245 -0
- package/build/angular/components/touchable/index.js +1186 -0
- package/build/angular/components/touchable/index.js.map +1 -0
- package/build/angular/components/touchable-native-feedback/index.d.ts +83 -0
- package/build/angular/components/touchable-native-feedback/index.js +371 -0
- package/build/angular/components/touchable-native-feedback/index.js.map +1 -0
- package/build/angular/components/virtualized-list/directives.d.ts +54 -0
- package/build/angular/components/virtualized-list/directives.js +153 -0
- package/build/angular/components/virtualized-list/directives.js.map +1 -0
- package/build/angular/components/virtualized-list/index.d.ts +253 -0
- package/build/angular/components/virtualized-list/index.js +1031 -0
- package/build/angular/components/virtualized-list/index.js.map +1 -0
- package/build/angular/components/virtualized-section-list/directives.d.ts +37 -0
- package/build/angular/components/virtualized-section-list/directives.js +76 -0
- package/build/angular/components/virtualized-section-list/directives.js.map +1 -0
- package/build/angular/components/virtualized-section-list/index.d.ts +178 -0
- package/build/angular/components/virtualized-section-list/index.js +720 -0
- package/build/angular/components/virtualized-section-list/index.js.map +1 -0
- package/build/angular/components.d.ts +39 -0
- package/build/angular/components.js +38 -0
- package/build/angular/components.js.map +1 -0
- package/build/angular/create-portal/index.d.ts +22 -0
- package/build/angular/create-portal/index.js +74 -0
- package/build/angular/create-portal/index.js.map +1 -0
- package/build/angular/create-tunnel/index.d.ts +34 -0
- package/build/angular/create-tunnel/index.js +126 -0
- package/build/angular/create-tunnel/index.js.map +1 -0
- package/build/angular/descriptor-to-angular/index.d.ts +22 -0
- package/build/angular/descriptor-to-angular/index.js +142 -0
- package/build/angular/descriptor-to-angular/index.js.map +1 -0
- package/build/angular/host-instance/index.d.ts +2 -0
- package/build/angular/host-instance/index.js +37 -0
- package/build/angular/host-instance/index.js.map +1 -0
- package/build/angular/index.d.ts +22 -0
- package/build/angular/index.js +46 -0
- package/build/angular/index.js.map +1 -0
- package/build/angular/modules/animated/animated-leaf-binder/index.d.ts +14 -0
- package/build/angular/modules/animated/animated-leaf-binder/index.js +91 -0
- package/build/angular/modules/animated/animated-leaf-binder/index.js.map +1 -0
- package/build/angular/modules/animated/animated-leaf-binder.d.ts +14 -0
- package/build/angular/modules/animated/animated-leaf-binder.js +91 -0
- package/build/angular/modules/animated/animated-leaf-binder.js.map +1 -0
- package/build/angular/modules/animated/create-animated-component.d.ts +59 -0
- package/build/angular/modules/animated/create-animated-component.js +364 -0
- package/build/angular/modules/animated/create-animated-component.js.map +1 -0
- package/build/angular/modules/animated/index.d.ts +51 -0
- package/build/angular/modules/animated/index.js +59 -0
- package/build/angular/modules/animated/index.js.map +1 -0
- package/build/angular/modules/app-registry/index.d.ts +7 -0
- package/build/angular/modules/app-registry/index.js +23 -0
- package/build/angular/modules/app-registry/index.js.map +1 -0
- package/build/angular/modules/status-bar/index.d.ts +20 -0
- package/build/angular/modules/status-bar/index.js +59 -0
- package/build/angular/modules/status-bar/index.js.map +1 -0
- package/build/angular/primitives/index.d.ts +63 -0
- package/build/angular/primitives/index.js +189 -0
- package/build/angular/primitives/index.js.map +1 -0
- package/build/angular/primitives/shared.d.ts +88 -0
- package/build/angular/primitives/shared.js +171 -0
- package/build/angular/primitives/shared.js.map +1 -0
- package/build/angular/render/index.d.ts +11 -0
- package/build/angular/render/index.js +171 -0
- package/build/angular/render/index.js.map +1 -0
- package/build/angular/renderer/index.d.ts +37 -0
- package/build/angular/renderer/index.js +301 -0
- package/build/angular/renderer/index.js.map +1 -0
- package/build/angular/services/color-scheme.service.d.ts +16 -0
- package/build/angular/services/color-scheme.service.js +31 -0
- package/build/angular/services/color-scheme.service.js.map +1 -0
- package/build/angular/services/index.d.ts +2 -0
- package/build/angular/services/index.js +3 -0
- package/build/angular/services/index.js.map +1 -0
- package/build/angular/services/window-dimensions.service.d.ts +16 -0
- package/build/angular/services/window-dimensions.service.js +42 -0
- package/build/angular/services/window-dimensions.service.js.map +1 -0
- package/metro-config.cjs +48 -0
- package/metro-css-parser.cjs +13 -0
- package/package.json +80 -0
- package/src/__tests__/responder-change-detection.test.ts +102 -0
- package/src/__tests__/responder-nested-cd.test.ts +113 -0
- package/src/anchor-host-registry.ts +88 -0
- package/src/angular-gaps.test.ts +142 -0
- package/src/angular-imports.test.ts +100 -0
- package/src/bootstrap.ts +26 -0
- package/src/components/activity-indicator/activity-indicator-class-style.test.ts +44 -0
- package/src/components/activity-indicator/activity-indicator.test.ts +131 -0
- package/src/components/activity-indicator/index.android.ts +16 -0
- package/src/components/activity-indicator/index.ios.ts +17 -0
- package/src/components/activity-indicator/index.ts +4 -0
- package/src/components/activity-indicator/shared.ts +206 -0
- package/src/components/button.ts +193 -0
- package/src/components/flat-list/column-wrapper-style-class.test.ts +116 -0
- package/src/components/flat-list/flat-list-array-style.test.ts +131 -0
- package/src/components/flat-list/flat-list-class-style.test.ts +74 -0
- package/src/components/flat-list/flat-list-scroll-containment.test.ts +107 -0
- package/src/components/flat-list/flat-list.test.ts +99 -0
- package/src/components/flat-list/index.ts +574 -0
- package/src/components/image/image-class-style.test.ts +46 -0
- package/src/components/image/index.android.ts +48 -0
- package/src/components/image/index.ios.ts +48 -0
- package/src/components/image/index.ts +3 -0
- package/src/components/image/shared.ts +479 -0
- package/src/components/image-background-class-style.test.ts +48 -0
- package/src/components/image-background-style-class.test.ts +79 -0
- package/src/components/image-background.ts +270 -0
- package/src/components/input-accessory-view/index.ts +185 -0
- package/src/components/input-accessory-view/input-accessory-view.test.ts +43 -0
- package/src/components/keyboard-avoiding-view/index.ts +303 -0
- package/src/components/keyboard-avoiding-view/keyboard-avoiding-view.test.ts +54 -0
- package/src/components/modal/index.ts +299 -0
- package/src/components/modal/modal.test.ts +43 -0
- package/src/components/pressable/index.ts +373 -0
- package/src/components/pressable/pressable.test.ts +85 -0
- package/src/components/refresh-control/index.ts +284 -0
- package/src/components/refresh-control/refresh-control.test.ts +41 -0
- package/src/components/safe-area-view/index.ts +177 -0
- package/src/components/safe-area-view/safe-area-view.test.ts +43 -0
- package/src/components/scroll-view/android-scroll-view-axis-projection.test.ts +123 -0
- package/src/components/scroll-view/content-container-style-class.test.ts +75 -0
- package/src/components/scroll-view/index.android.ts +190 -0
- package/src/components/scroll-view/index.ios.ts +79 -0
- package/src/components/scroll-view/index.ts +7 -0
- package/src/components/scroll-view/projection.ts +414 -0
- package/src/components/scroll-view/scroll-view-class-style.test.ts +134 -0
- package/src/components/scroll-view/scroll-view-projection.test.ts +194 -0
- package/src/components/scroll-view/shared.ts +844 -0
- package/src/components/scroll-view/sticky-header.ts +255 -0
- package/src/components/section-list/index.ts +445 -0
- package/src/components/switch/android-switch-class.test.ts +42 -0
- package/src/components/switch/index.android.ts +61 -0
- package/src/components/switch/index.ios.ts +60 -0
- package/src/components/switch/index.ts +4 -0
- package/src/components/switch/shared.ts +197 -0
- package/src/components/switch/switch.test.ts +92 -0
- package/src/components/text-input-class-style.test.ts +54 -0
- package/src/components/text-input.ts +531 -0
- package/src/components/touchable/index.ts +629 -0
- package/src/components/touchable/touchable.test.ts +102 -0
- package/src/components/touchable-native-feedback/index.ts +254 -0
- package/src/components/touchable-native-feedback/touchable-native-feedback.test.ts +49 -0
- package/src/components/virtualized-list/directives.ts +168 -0
- package/src/components/virtualized-list/index.ts +992 -0
- package/src/components/virtualized-list/virtualized-list-class-style.test.ts +76 -0
- package/src/components/virtualized-section-list/directives.ts +90 -0
- package/src/components/virtualized-section-list/index.ts +601 -0
- package/src/components/virtualized-section-list/virtualized-section-list-class-style.test.ts +60 -0
- package/src/components.ts +149 -0
- package/src/create-portal/create-portal.test.ts +90 -0
- package/src/create-portal/index.ts +74 -0
- package/src/create-tunnel/create-tunnel.test.ts +120 -0
- package/src/create-tunnel/index.ts +136 -0
- package/src/descriptor-to-angular/descriptor-outlet.test.ts +94 -0
- package/src/descriptor-to-angular/index.ts +190 -0
- package/src/host-instance/host-instance.test.ts +49 -0
- package/src/host-instance/index.ts +36 -0
- package/src/index.ts +261 -0
- package/src/modules/animated/animated-leaf-binder/animated-leaf-binder.test.ts +116 -0
- package/src/modules/animated/animated-leaf-binder/index.ts +101 -0
- package/src/modules/animated/animated-leaf-binder.test.ts +116 -0
- package/src/modules/animated/animated-leaf-binder.ts +101 -0
- package/src/modules/animated/animated-scroll-view.test.ts +102 -0
- package/src/modules/animated/create-animated-component.ts +365 -0
- package/src/modules/animated/index.ts +105 -0
- package/src/modules/app-registry/app-registry.test.ts +106 -0
- package/src/modules/app-registry/index.ts +60 -0
- package/src/modules/status-bar/index.ts +57 -0
- package/src/modules/status-bar/status-bar.test.ts +50 -0
- package/src/primitives/index.ts +119 -0
- package/src/primitives/shared.ts +190 -0
- package/src/render/index.ts +235 -0
- package/src/render/render.test.ts +147 -0
- package/src/renderer/index.ts +347 -0
- package/src/renderer/renderer.test.ts +203 -0
- package/src/services/color-scheme.service.ts +27 -0
- package/src/services/index.ts +2 -0
- package/src/services/services.test.ts +163 -0
- package/src/services/window-dimensions.service.ts +41 -0
- package/tsconfig.angular.base.json +30 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
// ScrollView on iOS. The RefreshControl is a CHILD of the scroll view, rendered
|
|
2
|
+
// as a SIBLING BEFORE the content container (RN ScrollView.js: {refreshControl}{contentContainer}).
|
|
3
|
+
// The developer composes it as a projected child of <ScrollView>; this template selects it into the
|
|
4
|
+
// sibling slot before the scroll-content. Also the base (index.ts re-exports it) for headless /
|
|
5
|
+
// web. Metro picks this on an iOS host; no Platform.OS read. Mirrors the React/Vue iOS binding.
|
|
6
|
+
//
|
|
7
|
+
// UNLIKE Android, iOS has only ONE host intrinsic pair regardless of axis (both horizontal and
|
|
8
|
+
// vertical map to RCTScrollView / RCTScrollContentView) — `shared.ts`'s `scrollProps` already
|
|
9
|
+
// forwards `horizontal` as a plain prop ("iOS needs `horizontal` to flip RCTScrollView's axis").
|
|
10
|
+
// So, unlike `index.android.ts`, this file does NOT branch the host tag on `isHorizontal` — doing
|
|
11
|
+
// so anyway (mirroring Android's shape for symmetry) used to declare `<ng-content>` once per
|
|
12
|
+
// `@if`/`@else` branch, which trips a documented Angular limitation: content projected into the
|
|
13
|
+
// FIRST (`@if`) branch never receives Angular's native catch-up placement, only the SECOND
|
|
14
|
+
// (`@else`) branch does (angular/angular#53310, #54840 — Angular's own docs: "You should not
|
|
15
|
+
// conditionally include <ng-content> with @if, @for, or @switch"). Symptom here was axis-specific:
|
|
16
|
+
// a horizontal FlatList's cells landed outside the ScrollView entirely. Fix: single unconditional
|
|
17
|
+
// `<ng-content>` call site.
|
|
18
|
+
import { CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Component, ElementRef, inject, } from '@angular/core';
|
|
19
|
+
import { anchorHostStyle, RefreshControlHost, ScrollContentView, ScrollViewHost, SymbioteHostPropsDirective, } from '../../primitives';
|
|
20
|
+
import { ScrollViewBase, ScrollViewProjectionDirective, SCROLL_VIEW_INPUTS } from './shared';
|
|
21
|
+
import * as i0 from "@angular/core";
|
|
22
|
+
// The symbiote-* host elements are imported as standalone components; the props directive is
|
|
23
|
+
// applied as a template directive and the projection directive manages sticky-header wrapping.
|
|
24
|
+
export class ScrollView extends ScrollViewBase {
|
|
25
|
+
// This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
|
|
26
|
+
// onto (see anchorHostStyle's doc comment) — NOT `#host` in the template above, which targets
|
|
27
|
+
// the real inner `symbiote-scroll-view` one level down.
|
|
28
|
+
elementRef = inject(ElementRef);
|
|
29
|
+
get scrollProps() {
|
|
30
|
+
const props = super.scrollProps;
|
|
31
|
+
return { ...props, style: [anchorHostStyle(this.elementRef), props.style] };
|
|
32
|
+
}
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ScrollView, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
34
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.5", type: ScrollView, isStandalone: true, selector: "ScrollView", inputs: { style: "style", contentContainerStyle: "contentContainerStyle", horizontal: "horizontal", scrollEnabled: "scrollEnabled", showsVerticalScrollIndicator: "showsVerticalScrollIndicator", showsHorizontalScrollIndicator: "showsHorizontalScrollIndicator", pagingEnabled: "pagingEnabled", bounces: "bounces", decelerationRate: "decelerationRate", scrollEventThrottle: "scrollEventThrottle", contentInset: "contentInset", contentOffset: "contentOffset", removeClippedSubviews: "removeClippedSubviews", snapToInterval: "snapToInterval", snapToOffsets: "snapToOffsets", snapToAlignment: "snapToAlignment", snapToStart: "snapToStart", snapToEnd: "snapToEnd", disableIntervalMomentum: "disableIntervalMomentum", stickyHeaderIndices: "stickyHeaderIndices", invertStickyHeaders: "invertStickyHeaders", StickyHeaderComponent: "StickyHeaderComponent", keyboardDismissMode: "keyboardDismissMode", keyboardShouldPersistTaps: "keyboardShouldPersistTaps", maintainVisibleContentPosition: "maintainVisibleContentPosition", alwaysBounceHorizontal: "alwaysBounceHorizontal", alwaysBounceVertical: "alwaysBounceVertical", centerContent: "centerContent", scrollIndicatorInsets: "scrollIndicatorInsets", indicatorStyle: "indicatorStyle", directionalLockEnabled: "directionalLockEnabled", automaticallyAdjustKeyboardInsets: "automaticallyAdjustKeyboardInsets", contentInsetAdjustmentBehavior: "contentInsetAdjustmentBehavior", minimumZoomScale: "minimumZoomScale", maximumZoomScale: "maximumZoomScale", zoomScale: "zoomScale", bouncesZoom: "bouncesZoom", pinchGestureEnabled: "pinchGestureEnabled", nestedScrollEnabled: "nestedScrollEnabled", overScrollMode: "overScrollMode", fadingEdgeLength: "fadingEdgeLength", persistentScrollbar: "persistentScrollbar", endFillColor: "endFillColor", onScroll: "onScroll", onScrollBeginDrag: "onScrollBeginDrag", onScrollEndDrag: "onScrollEndDrag", onMomentumScrollBegin: "onMomentumScrollBegin", onMomentumScrollEnd: "onMomentumScrollEnd", 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", "aria-label": "aria-label", "aria-labelledby": "aria-labelledby", "aria-live": "aria-live", "aria-hidden": "aria-hidden", "aria-busy": "aria-busy", "aria-checked": "aria-checked", "aria-disabled": "aria-disabled", "aria-expanded": "aria-expanded", "aria-selected": "aria-selected", "aria-modal": "aria-modal", "aria-valuemax": "aria-valuemax", "aria-valuemin": "aria-valuemin", "aria-valuenow": "aria-valuenow", "aria-valuetext": "aria-valuetext" }, usesInheritance: true, ngImport: i0, template: `
|
|
35
|
+
<symbiote-scroll-view #host="symbioteHost" [symbioteHostProps]="scrollProps">
|
|
36
|
+
@if (hasProjectedRefreshControl) {
|
|
37
|
+
<symbiote-refresh-control
|
|
38
|
+
#refreshHost="symbioteHost"
|
|
39
|
+
[symbioteHostProps]="iosRefreshControlProps"
|
|
40
|
+
(refresh)="handleProjectedRefresh(refreshHost.node)"
|
|
41
|
+
></symbiote-refresh-control>
|
|
42
|
+
}
|
|
43
|
+
<symbiote-scroll-content
|
|
44
|
+
[symbioteHostProps]="contentProps"
|
|
45
|
+
[symbioteScrollViewProjection]="projectionController"
|
|
46
|
+
>
|
|
47
|
+
<ng-content></ng-content>
|
|
48
|
+
</symbiote-scroll-content>
|
|
49
|
+
</symbiote-scroll-view>
|
|
50
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ScrollViewHost, selector: "symbiote-scroll-view" }, { kind: "component", type: ScrollContentView, selector: "symbiote-scroll-content" }, { kind: "component", type: RefreshControlHost, selector: "symbiote-refresh-control" }, { kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "directive", type: ScrollViewProjectionDirective, selector: "[symbioteScrollViewProjection]", inputs: ["symbioteScrollViewProjection"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
51
|
+
}
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ScrollView, decorators: [{
|
|
53
|
+
type: Component,
|
|
54
|
+
args: [{
|
|
55
|
+
selector: 'ScrollView',
|
|
56
|
+
standalone: true,
|
|
57
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
58
|
+
imports: [
|
|
59
|
+
ScrollViewHost,
|
|
60
|
+
ScrollContentView,
|
|
61
|
+
RefreshControlHost,
|
|
62
|
+
SymbioteHostPropsDirective,
|
|
63
|
+
ScrollViewProjectionDirective,
|
|
64
|
+
],
|
|
65
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
66
|
+
inputs: SCROLL_VIEW_INPUTS,
|
|
67
|
+
template: `
|
|
68
|
+
<symbiote-scroll-view #host="symbioteHost" [symbioteHostProps]="scrollProps">
|
|
69
|
+
@if (hasProjectedRefreshControl) {
|
|
70
|
+
<symbiote-refresh-control
|
|
71
|
+
#refreshHost="symbioteHost"
|
|
72
|
+
[symbioteHostProps]="iosRefreshControlProps"
|
|
73
|
+
(refresh)="handleProjectedRefresh(refreshHost.node)"
|
|
74
|
+
></symbiote-refresh-control>
|
|
75
|
+
}
|
|
76
|
+
<symbiote-scroll-content
|
|
77
|
+
[symbioteHostProps]="contentProps"
|
|
78
|
+
[symbioteScrollViewProjection]="projectionController"
|
|
79
|
+
>
|
|
80
|
+
<ng-content></ng-content>
|
|
81
|
+
</symbiote-scroll-content>
|
|
82
|
+
</symbiote-scroll-view>
|
|
83
|
+
`,
|
|
84
|
+
}]
|
|
85
|
+
}] });
|
|
86
|
+
//# sourceMappingURL=index.ios.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.ios.js","sourceRoot":"","sources":["../../../../src/components/scroll-view/index.ios.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,oGAAoG;AACpG,oGAAoG;AACpG,gGAAgG;AAChG,gGAAgG;AAChG,EAAE;AACF,+FAA+F;AAC/F,8FAA8F;AAC9F,iGAAiG;AACjG,kGAAkG;AAClG,6FAA6F;AAC7F,gGAAgG;AAChG,2FAA2F;AAC3F,6FAA6F;AAC7F,mGAAmG;AACnG,kGAAkG;AAClG,4BAA4B;AAE5B,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,SAAS,EACT,UAAU,EACV,MAAM,GACP,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,0BAA0B,GAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;;AAG7F,6FAA6F;AAC7F,+FAA+F;AAgC/F,MAAM,OAAO,UAAW,SAAQ,cAAc;IAC5C,6FAA6F;IAC7F,8FAA8F;IAC9F,wDAAwD;IACvC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;IAEjD,IAAa,WAAW;QACtB,MAAM,KAAK,GAAG,KAAK,CAAC,WAAW,CAAC;QAChC,OAAO,EAAE,GAAG,KAAK,EAAE,KAAK,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC;IAC9E,CAAC;uGATU,UAAU;2FAAV,UAAU,+6GAlBX;;;;;;;;;;;;;;;;GAgBT,4DAxBC,cAAc,iEACd,iBAAiB,oEACjB,kBAAkB,qEAClB,0BAA0B,2HAC1B,6BAA6B;;2FAsBpB,UAAU;kBA/BtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,OAAO,EAAE;wBACP,cAAc;wBACd,iBAAiB;wBACjB,kBAAkB;wBAClB,0BAA0B;wBAC1B,6BAA6B;qBAC9B;oBACD,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,MAAM,EAAE,kBAAkB;oBAC1B,QAAQ,EAAE;;;;;;;;;;;;;;;;GAgBT;iBACF"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Base / default ScrollView. Re-exports the iOS build. Metro overrides this with index.ios.ts /
|
|
2
|
+
// index.android.ts on a real host; under tsx / tsc / web the host resolves here. Filename is the
|
|
3
|
+
// selector, no Platform.OS read.
|
|
4
|
+
export * from './index.ios';
|
|
5
|
+
export { ScrollViewStickyHeader } from './sticky-header';
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/scroll-view/index.ts"],"names":[],"mappings":"AAAA,gGAAgG;AAChG,iGAAiG;AACjG,iCAAiC;AAEjC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { type AnimatedValue, type ISymbioteNode } from '@symbiote-native/engine';
|
|
2
|
+
type IInsert = (parent: ISymbioteNode, child: ISymbioteNode, beforeChild?: ISymbioteNode) => void;
|
|
3
|
+
type IRemove = (parent: ISymbioteNode, child: ISymbioteNode) => void;
|
|
4
|
+
export interface IScrollViewProjectionConfig {
|
|
5
|
+
stickyHeaderIndices: readonly number[] | undefined;
|
|
6
|
+
invertStickyHeaders: boolean | undefined;
|
|
7
|
+
scrollViewHeight: number | undefined;
|
|
8
|
+
scrollAnimatedValue: AnimatedValue;
|
|
9
|
+
customStickyHeaderComponent: unknown;
|
|
10
|
+
excludeRefreshControl: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare class ScrollViewProjectionController {
|
|
13
|
+
config: IScrollViewProjectionConfig;
|
|
14
|
+
private contentNode;
|
|
15
|
+
private readonly records;
|
|
16
|
+
private readonly headerLayoutYs;
|
|
17
|
+
constructor(config: IScrollViewProjectionConfig);
|
|
18
|
+
update(config: IScrollViewProjectionConfig): void;
|
|
19
|
+
bindContentNode(node: ISymbioteNode): void;
|
|
20
|
+
appendProjectedChild(parent: ISymbioteNode, child: ISymbioteNode, insert: IInsert): void;
|
|
21
|
+
insertProjectedChild(parent: ISymbioteNode, child: ISymbioteNode, beforeChild: ISymbioteNode | null, insert: IInsert): void;
|
|
22
|
+
removeProjectedChild(child: ISymbioteNode, remove: IRemove): boolean;
|
|
23
|
+
nextStickyHeaderY(index: number): number | undefined;
|
|
24
|
+
recordHeaderLayoutY(index: number, y: number): void;
|
|
25
|
+
private insertRecord;
|
|
26
|
+
private reconcileStickyRecords;
|
|
27
|
+
private wrapRecord;
|
|
28
|
+
private unwrapRecord;
|
|
29
|
+
}
|
|
30
|
+
export declare function getScrollViewProjection(node: ISymbioteNode): ScrollViewProjectionController | undefined;
|
|
31
|
+
export declare function removeScrollViewProjectedChild(child: ISymbioteNode, remove: IRemove): boolean;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
import { AnimatedProps, dlog, isAnchor, reduceProps, routeProp, whenCommitted, createElement, appendChild, insertBefore, removeChild, } from '@symbiote-native/engine';
|
|
2
|
+
import { createInitialStickyState, readLayoutNumber, reduceSticky, STICKY_HEADER_Z_INDEX, } from '@symbiote-native/components';
|
|
3
|
+
import { descriptorFor } from '@symbiote-native/components';
|
|
4
|
+
import { Platform } from '@symbiote-native/engine';
|
|
5
|
+
const contentProjection = new WeakMap();
|
|
6
|
+
const projectedWrappers = new WeakMap();
|
|
7
|
+
function createViewNode() {
|
|
8
|
+
const descriptor = descriptorFor('symbiote-view');
|
|
9
|
+
return createElement(descriptor.component, descriptor.isText);
|
|
10
|
+
}
|
|
11
|
+
function directNode(record) {
|
|
12
|
+
return record.wrapper ?? record.child;
|
|
13
|
+
}
|
|
14
|
+
function isProjectedRefreshControl(node) {
|
|
15
|
+
if (node.component === 'PullToRefreshView' || node.component === 'AndroidSwipeRefreshLayout') {
|
|
16
|
+
return true;
|
|
17
|
+
}
|
|
18
|
+
// Angular public <RefreshControl> is an anchor host whose real native refresh node lives inside
|
|
19
|
+
// its component view. Projection filtering must recognize that anchor, otherwise iOS re-renders
|
|
20
|
+
// a RefreshControl sibling and also leaves the projected one inside the scroll content.
|
|
21
|
+
return isAnchor(node) && node.children.some(isProjectedRefreshControl);
|
|
22
|
+
}
|
|
23
|
+
// The SECOND Angular sticky effect-runner (auto-projected children can't be arbitrary Angular
|
|
24
|
+
// component classes, so the controller drives engine nodes directly). It shares the ONE
|
|
25
|
+
// reduceSticky state machine with ScrollViewStickyHeader — the DECISIONS (zero-swallow gate, debounce
|
|
26
|
+
// delay, rebuild ranges, cross-talk record) live there; this runner only EXECUTES the effects on the
|
|
27
|
+
// engine node (build interpolation + wire listener, hold the debounce timer, re-apply the node props).
|
|
28
|
+
// Because it owns the child index, it consumes the reducer's record-header-y effect for cross-talk.
|
|
29
|
+
class StickyProjectionWrapper {
|
|
30
|
+
controller;
|
|
31
|
+
childIndex;
|
|
32
|
+
node;
|
|
33
|
+
state = createInitialStickyState();
|
|
34
|
+
animatedTranslateY;
|
|
35
|
+
interpolation;
|
|
36
|
+
animatedProps;
|
|
37
|
+
cancelBind;
|
|
38
|
+
listenerId;
|
|
39
|
+
debounceTimer;
|
|
40
|
+
constructor(controller, childIndex, node) {
|
|
41
|
+
this.controller = controller;
|
|
42
|
+
this.childIndex = childIndex;
|
|
43
|
+
this.node = node;
|
|
44
|
+
this.animatedTranslateY = this.controller.config.scrollAnimatedValue.interpolate({
|
|
45
|
+
inputRange: [-1, 0],
|
|
46
|
+
outputRange: [0, 0],
|
|
47
|
+
});
|
|
48
|
+
this.dispatch({ kind: 'inputs-changed' });
|
|
49
|
+
}
|
|
50
|
+
destroy() {
|
|
51
|
+
this.cancelBind?.();
|
|
52
|
+
this.cancelBind = undefined;
|
|
53
|
+
if (this.interpolation !== undefined && this.listenerId !== undefined) {
|
|
54
|
+
this.interpolation.removeListener(this.listenerId);
|
|
55
|
+
this.listenerId = undefined;
|
|
56
|
+
}
|
|
57
|
+
if (this.debounceTimer !== undefined) {
|
|
58
|
+
clearTimeout(this.debounceTimer);
|
|
59
|
+
this.debounceTimer = undefined;
|
|
60
|
+
}
|
|
61
|
+
if (this.animatedProps !== undefined) {
|
|
62
|
+
this.animatedProps.__detach();
|
|
63
|
+
this.animatedProps = undefined;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
// The controller calls this when a cross-talk input changed (a sibling recorded its y): rebuild the
|
|
67
|
+
// ranges off the new nextStickyHeaderY.
|
|
68
|
+
rebuild() {
|
|
69
|
+
this.dispatch({ kind: 'inputs-changed' });
|
|
70
|
+
}
|
|
71
|
+
inputs() {
|
|
72
|
+
return {
|
|
73
|
+
os: Platform.OS,
|
|
74
|
+
inverted: this.controller.config.invertStickyHeaders,
|
|
75
|
+
scrollViewHeight: this.controller.config.scrollViewHeight,
|
|
76
|
+
nextHeaderLayoutY: this.controller.nextStickyHeaderY(this.childIndex),
|
|
77
|
+
index: this.childIndex,
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
dispatch(action) {
|
|
81
|
+
this.runEffects(reduceSticky(this.state, action, this.inputs()).effects);
|
|
82
|
+
}
|
|
83
|
+
runEffects(effects) {
|
|
84
|
+
for (const effect of effects) {
|
|
85
|
+
switch (effect.kind) {
|
|
86
|
+
case 'rebuild-interpolation': {
|
|
87
|
+
if (this.interpolation !== undefined && this.listenerId !== undefined) {
|
|
88
|
+
this.interpolation.removeListener(this.listenerId);
|
|
89
|
+
this.listenerId = undefined;
|
|
90
|
+
}
|
|
91
|
+
const next = this.controller.config.scrollAnimatedValue.interpolate({
|
|
92
|
+
inputRange: effect.inputRange,
|
|
93
|
+
outputRange: effect.outputRange,
|
|
94
|
+
});
|
|
95
|
+
this.listenerId = next.addListener(this.animatedValueListener);
|
|
96
|
+
this.interpolation = next;
|
|
97
|
+
this.animatedTranslateY = next;
|
|
98
|
+
this.applyProps();
|
|
99
|
+
dlog(`Angular ScrollView projection sticky index=${this.childIndex} measured=${this.state.measured} y=${this.state.layoutY}`);
|
|
100
|
+
break;
|
|
101
|
+
}
|
|
102
|
+
case 'schedule-debounce':
|
|
103
|
+
if (this.debounceTimer !== undefined)
|
|
104
|
+
clearTimeout(this.debounceTimer);
|
|
105
|
+
this.debounceTimer = setTimeout(() => {
|
|
106
|
+
this.debounceTimer = undefined;
|
|
107
|
+
this.dispatch({ kind: 'debounce-fired', value: effect.value });
|
|
108
|
+
}, effect.delay);
|
|
109
|
+
break;
|
|
110
|
+
case 'apply-passthrough':
|
|
111
|
+
this.applyProps();
|
|
112
|
+
break;
|
|
113
|
+
case 'record-header-y':
|
|
114
|
+
this.controller.recordHeaderLayoutY(effect.index, effect.y);
|
|
115
|
+
break;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
onLayout = (event) => {
|
|
120
|
+
const y = readLayoutNumber(event, 'y');
|
|
121
|
+
const height = readLayoutNumber(event, 'height');
|
|
122
|
+
// Keep the previous value when a field is absent (RN sets state only on a defined read).
|
|
123
|
+
this.dispatch({
|
|
124
|
+
kind: 'layout',
|
|
125
|
+
y: y ?? this.state.layoutY,
|
|
126
|
+
height: height ?? this.state.layoutHeight,
|
|
127
|
+
});
|
|
128
|
+
};
|
|
129
|
+
animatedValueListener = ({ value }) => {
|
|
130
|
+
if (typeof value === 'number')
|
|
131
|
+
this.dispatch({ kind: 'animated-tick', value });
|
|
132
|
+
};
|
|
133
|
+
props() {
|
|
134
|
+
const style = {
|
|
135
|
+
transform: [{ translateY: this.animatedTranslateY }],
|
|
136
|
+
zIndex: STICKY_HEADER_Z_INDEX,
|
|
137
|
+
};
|
|
138
|
+
const passthrough = this.state.translateY === null
|
|
139
|
+
? undefined
|
|
140
|
+
: { transform: [{ translateY: this.state.translateY }], zIndex: STICKY_HEADER_Z_INDEX };
|
|
141
|
+
return {
|
|
142
|
+
style: passthrough === undefined ? style : [style, passthrough],
|
|
143
|
+
onLayout: this.onLayout,
|
|
144
|
+
collapsable: false,
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
applyProps() {
|
|
148
|
+
const props = this.props();
|
|
149
|
+
const reduced = reduceProps(props);
|
|
150
|
+
for (const [key, value] of Object.entries(reduced))
|
|
151
|
+
routeProp(this.node, key, value);
|
|
152
|
+
const next = new AnimatedProps(props);
|
|
153
|
+
next.__attach();
|
|
154
|
+
if (this.animatedProps !== undefined)
|
|
155
|
+
this.animatedProps.__detach();
|
|
156
|
+
this.animatedProps = next;
|
|
157
|
+
this.cancelBind?.();
|
|
158
|
+
this.cancelBind = whenCommitted(this.node, () => next.setNativeView(this.node));
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
export class ScrollViewProjectionController {
|
|
162
|
+
config;
|
|
163
|
+
contentNode;
|
|
164
|
+
records = [];
|
|
165
|
+
headerLayoutYs = new Map();
|
|
166
|
+
constructor(config) {
|
|
167
|
+
this.config = config;
|
|
168
|
+
}
|
|
169
|
+
update(config) {
|
|
170
|
+
this.config = config;
|
|
171
|
+
this.reconcileStickyRecords();
|
|
172
|
+
}
|
|
173
|
+
bindContentNode(node) {
|
|
174
|
+
dlog(`Angular ScrollView projection bindContentNode node=${node.component} preExistingChildren=${node.children.length} recordsBefore=${this.records.length}`);
|
|
175
|
+
this.contentNode = node;
|
|
176
|
+
contentProjection.set(node, this);
|
|
177
|
+
if (this.records.length === 0 && node.children.length > 0) {
|
|
178
|
+
for (const child of [...node.children]) {
|
|
179
|
+
this.records.push({ child, wrapper: undefined, sticky: undefined, stickyIndex: undefined });
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
this.reconcileStickyRecords();
|
|
183
|
+
}
|
|
184
|
+
appendProjectedChild(parent, child, insert) {
|
|
185
|
+
dlog(`Angular ScrollView projection appendProjectedChild parent=${parent.component} child=${child.component} recordsBefore=${this.records.length}`);
|
|
186
|
+
const existing = this.records.find(record => record.child === child);
|
|
187
|
+
if (existing !== undefined)
|
|
188
|
+
this.records.splice(this.records.indexOf(existing), 1);
|
|
189
|
+
const record = {
|
|
190
|
+
child,
|
|
191
|
+
wrapper: undefined,
|
|
192
|
+
sticky: undefined,
|
|
193
|
+
stickyIndex: undefined,
|
|
194
|
+
};
|
|
195
|
+
this.records.push(record);
|
|
196
|
+
this.insertRecord(parent, record, undefined, insert);
|
|
197
|
+
this.reconcileStickyRecords();
|
|
198
|
+
}
|
|
199
|
+
insertProjectedChild(parent, child, beforeChild, insert) {
|
|
200
|
+
dlog(`Angular ScrollView projection insertProjectedChild parent=${parent.component} child=${child.component} before=${beforeChild ? `${beforeChild.component}` : 'null'} recordsBefore=${this.records.length}`);
|
|
201
|
+
const existing = this.records.find(record => record.child === child);
|
|
202
|
+
if (existing !== undefined)
|
|
203
|
+
this.records.splice(this.records.indexOf(existing), 1);
|
|
204
|
+
const beforeRecord = beforeChild === null
|
|
205
|
+
? undefined
|
|
206
|
+
: this.records.find(record => record.child === beforeChild || record.wrapper === beforeChild);
|
|
207
|
+
const record = {
|
|
208
|
+
child,
|
|
209
|
+
wrapper: undefined,
|
|
210
|
+
sticky: undefined,
|
|
211
|
+
stickyIndex: undefined,
|
|
212
|
+
};
|
|
213
|
+
const index = beforeRecord === undefined ? this.records.length : this.records.indexOf(beforeRecord);
|
|
214
|
+
this.records.splice(index, 0, record);
|
|
215
|
+
this.insertRecord(parent, record, beforeRecord, insert);
|
|
216
|
+
this.reconcileStickyRecords();
|
|
217
|
+
}
|
|
218
|
+
removeProjectedChild(child, remove) {
|
|
219
|
+
const record = this.records.find(entry => entry.child === child || entry.wrapper === child);
|
|
220
|
+
if (record === undefined || this.contentNode === undefined)
|
|
221
|
+
return false;
|
|
222
|
+
record.sticky?.destroy();
|
|
223
|
+
projectedWrappers.delete(record.child);
|
|
224
|
+
const direct = directNode(record);
|
|
225
|
+
if (direct.parent === this.contentNode)
|
|
226
|
+
remove(this.contentNode, direct);
|
|
227
|
+
this.records.splice(this.records.indexOf(record), 1);
|
|
228
|
+
this.reconcileStickyRecords();
|
|
229
|
+
return true;
|
|
230
|
+
}
|
|
231
|
+
nextStickyHeaderY(index) {
|
|
232
|
+
const stickyIndices = this.config.stickyHeaderIndices ?? [];
|
|
233
|
+
const next = stickyIndices.find(entry => entry > index);
|
|
234
|
+
return next === undefined ? undefined : this.headerLayoutYs.get(next);
|
|
235
|
+
}
|
|
236
|
+
recordHeaderLayoutY(index, y) {
|
|
237
|
+
if (this.headerLayoutYs.get(index) === y)
|
|
238
|
+
return;
|
|
239
|
+
this.headerLayoutYs.set(index, y);
|
|
240
|
+
for (const record of this.records)
|
|
241
|
+
record.sticky?.rebuild();
|
|
242
|
+
}
|
|
243
|
+
insertRecord(parent, record, beforeRecord, insert) {
|
|
244
|
+
const before = beforeRecord === undefined ? undefined : directNode(beforeRecord);
|
|
245
|
+
dlog(`Angular ScrollView projection insertRecord physicalParent=${parent.component} child=${record.child.component} before=${before ? before.component : 'undefined(append)'} parentIsContentNode=${parent === this.contentNode}`);
|
|
246
|
+
if (before === undefined)
|
|
247
|
+
insert(parent, record.child);
|
|
248
|
+
else
|
|
249
|
+
insert(parent, record.child, before);
|
|
250
|
+
}
|
|
251
|
+
reconcileStickyRecords() {
|
|
252
|
+
if (this.contentNode === undefined)
|
|
253
|
+
return;
|
|
254
|
+
dlog(`Angular ScrollView projection reconcile contentNode=${this.contentNode.component} records=${this.records.length} contentNodeActualChildren=${this.contentNode.children.length}`);
|
|
255
|
+
const stickyIndices = new Set(this.config.stickyHeaderIndices ?? []);
|
|
256
|
+
if (this.config.customStickyHeaderComponent !== undefined && stickyIndices.size > 0) {
|
|
257
|
+
dlog('Angular ScrollView projection uses built-in sticky wrapper; custom StickyHeaderComponent is explicit-composition only');
|
|
258
|
+
}
|
|
259
|
+
let paintIndex = 0;
|
|
260
|
+
for (const record of [...this.records]) {
|
|
261
|
+
if (this.config.excludeRefreshControl && isProjectedRefreshControl(record.child)) {
|
|
262
|
+
this.removeProjectedChild(record.child, (parent, child) => removeChild(parent, child));
|
|
263
|
+
continue;
|
|
264
|
+
}
|
|
265
|
+
const countsAsChild = !isAnchor(record.child) && !isProjectedRefreshControl(record.child);
|
|
266
|
+
const childIndex = paintIndex;
|
|
267
|
+
if (countsAsChild)
|
|
268
|
+
paintIndex += 1;
|
|
269
|
+
const shouldWrap = countsAsChild && stickyIndices.has(childIndex);
|
|
270
|
+
if (shouldWrap && record.wrapper === undefined)
|
|
271
|
+
this.wrapRecord(record, childIndex);
|
|
272
|
+
else if (!shouldWrap && record.wrapper !== undefined)
|
|
273
|
+
this.unwrapRecord(record);
|
|
274
|
+
else if (shouldWrap && record.stickyIndex !== childIndex) {
|
|
275
|
+
record.sticky?.destroy();
|
|
276
|
+
record.sticky = new StickyProjectionWrapper(this, childIndex, directNode(record));
|
|
277
|
+
record.stickyIndex = childIndex;
|
|
278
|
+
}
|
|
279
|
+
else if (shouldWrap)
|
|
280
|
+
record.sticky?.rebuild();
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
// Auto projection runs after Angular has already created projected child host nodes. At this
|
|
284
|
+
// renderer boundary we can AOT-safely rearrange engine nodes, but we cannot instantiate an
|
|
285
|
+
// arbitrary Angular component class as a wrapper without owning a ViewContainerRef/injector and
|
|
286
|
+
// Angular projectable nodes for its <ng-content>. Therefore the automatic sticky path always uses
|
|
287
|
+
// the built-in engine-node wrapper; custom StickyHeaderComponent wrappers remain supported by
|
|
288
|
+
// explicit Angular composition with <ScrollViewStickyHeader>/<symbiote-sticky-header> or a user
|
|
289
|
+
// component that composes it in the template.
|
|
290
|
+
wrapRecord(record, childIndex) {
|
|
291
|
+
if (this.contentNode === undefined)
|
|
292
|
+
return;
|
|
293
|
+
const wrapper = createViewNode();
|
|
294
|
+
const currentParent = record.child.parent;
|
|
295
|
+
const currentIndex = currentParent?.children.indexOf(record.child) ?? -1;
|
|
296
|
+
if (currentParent === this.contentNode && currentIndex >= 0) {
|
|
297
|
+
insertBefore(this.contentNode, wrapper, record.child);
|
|
298
|
+
removeChild(this.contentNode, record.child);
|
|
299
|
+
}
|
|
300
|
+
else {
|
|
301
|
+
appendChild(this.contentNode, wrapper);
|
|
302
|
+
}
|
|
303
|
+
appendChild(wrapper, record.child);
|
|
304
|
+
record.wrapper = wrapper;
|
|
305
|
+
record.sticky = new StickyProjectionWrapper(this, childIndex, wrapper);
|
|
306
|
+
record.stickyIndex = childIndex;
|
|
307
|
+
projectedWrappers.set(record.child, record);
|
|
308
|
+
}
|
|
309
|
+
unwrapRecord(record) {
|
|
310
|
+
if (this.contentNode === undefined || record.wrapper === undefined)
|
|
311
|
+
return;
|
|
312
|
+
record.sticky?.destroy();
|
|
313
|
+
record.sticky = undefined;
|
|
314
|
+
record.stickyIndex = undefined;
|
|
315
|
+
const wrapper = record.wrapper;
|
|
316
|
+
insertBefore(this.contentNode, record.child, wrapper);
|
|
317
|
+
removeChild(this.contentNode, wrapper);
|
|
318
|
+
record.wrapper = undefined;
|
|
319
|
+
projectedWrappers.delete(record.child);
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
export function getScrollViewProjection(node) {
|
|
323
|
+
return contentProjection.get(node);
|
|
324
|
+
}
|
|
325
|
+
export function removeScrollViewProjectedChild(child, remove) {
|
|
326
|
+
const record = projectedWrappers.get(child);
|
|
327
|
+
if (record === undefined)
|
|
328
|
+
return false;
|
|
329
|
+
const controller = record.wrapper?.parent
|
|
330
|
+
? contentProjection.get(record.wrapper.parent)
|
|
331
|
+
: undefined;
|
|
332
|
+
return controller?.removeProjectedChild(child, remove) ?? false;
|
|
333
|
+
}
|
|
334
|
+
//# sourceMappingURL=projection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projection.js","sourceRoot":"","sources":["../../../../src/components/scroll-view/projection.ts"],"names":[],"mappings":"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"}
|