@symbiote-native/angular 1.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +54 -20
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elements.js","sourceRoot":"","sources":["../../src/elements.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// adapters/vue/src/host-instance/index.ts. RN's "ref/instance -> native reactTag" lookup,
|
|
3
3
|
// the seam imperative-interop libraries reach through.
|
|
4
4
|
//
|
|
5
|
-
// Angular template refs on a primitive host (`<
|
|
5
|
+
// Angular template refs on a primitive host (`<view #myView>`) receive the component instance,
|
|
6
6
|
// not the raw engine node. SymbiotePrimitiveHost exposes `nativeElement`, which holds the
|
|
7
7
|
// engine host node that `getNativeTag` is keyed on. This adapter accepts:
|
|
8
8
|
// - a bare number (idempotent)
|
package/build/angular/index.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import './register';
|
|
2
|
-
export {
|
|
2
|
+
export { anchorHostStyle, FlatList, HorizontalScrollContentView, HorizontalScrollView, Image, KeyboardAvoidingView, Modal, ScrollContentView, SectionList, stableAnchorStyle, SymbioteHostPropsDirective, SymbioteStyleInputDirective, Text, TouchableNativeFeedback, View, VirtualizedList, VirtualizedSectionList, VListEmptyDirective, VListFooterDirective, VListHeaderDirective, VListItemDirective, VListSeparatorDirective, VSectionFooterDirective, VSectionHeaderDirective, VSectionItemDirective, VSectionSeparatorDirective, } from './components';
|
|
3
3
|
export { Animated } from './modules/animated';
|
|
4
4
|
export { AnimatedFlatList, AnimatedImage, AnimatedScrollView, AnimatedSectionList, AnimatedText, AnimatedView, } from './modules/animated';
|
|
5
5
|
export { createAnimatedComponent } from './modules/animated';
|
|
6
|
-
export type { IActivityIndicatorProps, IAngularImageBackgroundProps, IAngularInputAccessoryViewProps, IAngularKeyboardAvoidingViewProps, IAngularModalProps, IAngularPressableProps, IAngularRefreshControlProps, IAngularSafeAreaViewProps, IAngularScrollViewProps, IAngularTextInputProps, IAngularTouchableHighlightProps, IAngularTouchableNativeFeedbackProps, IAngularTouchableOpacityProps, IAngularTouchableWithoutFeedbackProps, IButtonProps, ICellLayout, IFlatListHandle, IFlatListProps, IEnterKeyHint, IImageCacheStatus, IImageProps, IImageSize, IImageSource, IImageSourceProp, IInputMode, IKeyboardAvoidingBehavior, IModalAnimationType, IModalOrientation, IModalOrientationChangeEvent, IModalPresentationStyle, INativeFeedbackBackground, IResizeMode, IRippleBackground, IScrollViewHandle, ISectionListHandle, ISectionListProps, ISeparatorProps, ISeparators,
|
|
6
|
+
export type { IActivityIndicatorProps, IAngularPressableInputs, IAngularImageBackgroundProps, IAngularInputAccessoryViewProps, IAngularKeyboardAvoidingViewProps, IAngularModalProps, IAngularPressableProps, IAngularRefreshControlProps, IAngularSafeAreaViewProps, IAngularScrollViewProps, IAngularTextInputProps, IAngularTouchableHighlightProps, IAngularTouchableNativeFeedbackProps, IAngularTouchableOpacityProps, IAngularTouchableWithoutFeedbackProps, IButtonProps, ICellLayout, IFlatListHandle, IFlatListProps, IEnterKeyHint, IImageCacheStatus, IImageProps, IImageSize, IImageSource, IImageSourceProp, IInputMode, IKeyboardAvoidingBehavior, IModalAnimationType, IModalOrientation, IModalOrientationChangeEvent, IModalPresentationStyle, INativeFeedbackBackground, IResizeMode, IRippleBackground, IScrollViewHandle, ISectionListHandle, ISectionListProps, ISeparatorProps, ISeparators, ISubmitBehavior, IThemeAttrBackground, IViewabilityConfig, IViewabilityConfigCallbackPair, IViewableItemsChangedInfo, IViewToken, IVirtualizedListHandle, IVirtualizedListProps, IVirtualizedSectionListHandle, IVirtualizedSectionListProps, IVListItemContext, IVListSeparatorContext, IVSectionContext, IVSectionItemContext, ISection, ISwitchProps, ISwitchTrackColor, ISwitchChangeEvent, ITextInputHandle, ITextInputSelection, ITextInputChangeEvent, } from './components';
|
|
7
7
|
export { setImageSourceResolver } from './components';
|
|
8
|
+
export { SYMBIOTE_ELEMENTS, SymbioteElement, ActivityIndicatorElement, ActivityIndicatorSpinnerElement, ButtonElement, HorizontalScrollContentElement, HorizontalScrollViewElement, ImageBackgroundElement, ImageElement, InputAccessoryViewElement, ManagedMultilineTextInputElement, ManagedSwitchElement, ManagedTextInputElement, ModalElement, MultilineTextInputElement, PressableElement, RefreshControlElement, SafeAreaViewElement, ScrollContentElement, ScrollViewElement, StickyHeaderElement, SwitchElement, TextElement, TextInputElement, SwitchValueAccessor, TextInputValueAccessor, TouchableHighlightElement, TouchableNativeFeedbackElement, TouchableOpacityElement, TouchableWithoutFeedbackElement, ViewElement, } from './elements';
|
|
9
|
+
export type { IElementProps, IStickyHeaderElementProps, ITextElementProps, } from './element-props';
|
|
8
10
|
export { mount, unmount } from './render';
|
|
9
11
|
export { DescriptorOutlet } from './descriptor-to-angular';
|
|
10
12
|
export { PortalDirective, PortalOutletDirective } from './create-portal';
|
package/build/angular/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// SEAM SCAFFOLD: mount/unmount + the renderer seam + host intrinsic selectors. Full RN-like
|
|
6
6
|
// composed components still flow through the shared @symbiote-native/components bridge.
|
|
7
7
|
import './register';
|
|
8
|
-
export {
|
|
8
|
+
export { anchorHostStyle, FlatList, HorizontalScrollContentView, HorizontalScrollView, Image, KeyboardAvoidingView, Modal, ScrollContentView, SectionList, stableAnchorStyle, SymbioteHostPropsDirective, SymbioteStyleInputDirective, Text, TouchableNativeFeedback, View, VirtualizedList, VirtualizedSectionList, VListEmptyDirective, VListFooterDirective, VListHeaderDirective, VListItemDirective, VListSeparatorDirective, VSectionFooterDirective, VSectionHeaderDirective, VSectionItemDirective, VSectionSeparatorDirective, } from './components';
|
|
9
9
|
export { Animated } from './modules/animated';
|
|
10
10
|
// Also exposed as named top-level symbols (not just Animated.View/.Text/...): ngtsc's partial-mode
|
|
11
11
|
// static evaluator can't trace a component class through property access on an external
|
|
@@ -24,6 +24,20 @@ export { AnimatedFlatList, AnimatedImage, AnimatedScrollView, AnimatedSectionLis
|
|
|
24
24
|
// never reached this file, so `@symbiote-native/angular` consumers could not reach it at all.
|
|
25
25
|
export { createAnimatedComponent } from './modules/animated';
|
|
26
26
|
export { setImageSourceResolver } from './components';
|
|
27
|
+
// The element directives that make a HAND-WRITTEN intrinsic tag (`<view>`, `<text-input>`, ...)
|
|
28
|
+
// compile under ngtsc with no schema, and with a real type on every declared prop. `imports:
|
|
29
|
+
// [SYMBIOTE_ELEMENTS]` is the whole app-facing surface; the individual classes are exported for an
|
|
30
|
+
// app that wants a narrower import. See `elements.ts`'s header for why a directive rather than
|
|
31
|
+
// `CUSTOM_ELEMENTS_SCHEMA`/`NO_ERRORS_SCHEMA`.
|
|
32
|
+
export { SYMBIOTE_ELEMENTS, SymbioteElement, ActivityIndicatorElement, ActivityIndicatorSpinnerElement, ButtonElement, HorizontalScrollContentElement, HorizontalScrollViewElement, ImageBackgroundElement, ImageElement, InputAccessoryViewElement, ManagedMultilineTextInputElement, ManagedSwitchElement, ManagedTextInputElement, ModalElement, MultilineTextInputElement, PressableElement, RefreshControlElement, SafeAreaViewElement, ScrollContentElement, ScrollViewElement, StickyHeaderElement, SwitchElement, TextElement, TextInputElement,
|
|
33
|
+
// The `[(ngModel)]` / `formControl*` accessors for the two controlled tags — where the deleted
|
|
34
|
+
// wrappers' `NG_VALUE_ACCESSOR` went. Both ride `SYMBIOTE_ELEMENTS`; named separately for an app
|
|
35
|
+
// that imports narrowly.
|
|
36
|
+
SwitchValueAccessor, TextInputValueAccessor,
|
|
37
|
+
// The three the list omitted while their components still existed. These are now the ONLY
|
|
38
|
+
// replacements for their deleted components in an app's `imports`, so a narrower import has to be
|
|
39
|
+
// able to name them.
|
|
40
|
+
TouchableHighlightElement, TouchableNativeFeedbackElement, TouchableOpacityElement, TouchableWithoutFeedbackElement, ViewElement, } from './elements';
|
|
27
41
|
export { mount, unmount } from './render';
|
|
28
42
|
// The generic Descriptor→Angular bridge, the twin of descriptorToReact/descriptorToVue.
|
|
29
43
|
// Exported so a component defined OUTSIDE this package (e.g.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,yGAAyG;AACzG,8FAA8F;AAC9F,sGAAsG;AACtG,EAAE;AACF,4FAA4F;AAC5F,wFAAwF;AAExF,OAAO,YAAY,CAAC;AAEpB,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,yGAAyG;AACzG,8FAA8F;AAC9F,sGAAsG;AACtG,EAAE;AACF,4FAA4F;AAC5F,wFAAwF;AAExF,OAAO,YAAY,CAAC;AAEpB,OAAO,EACL,eAAe,EACf,QAAQ,EACR,2BAA2B,EAC3B,oBAAoB,EACpB,KAAK,EACL,oBAAoB,EACpB,KAAK,EACL,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,0BAA0B,EAC1B,2BAA2B,EAC3B,IAAI,EACJ,uBAAuB,EACvB,IAAI,EACJ,eAAe,EACf,sBAAsB,EACtB,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAClB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,0BAA0B,GAC3B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,mGAAmG;AACnG,wFAAwF;AACxF,iEAAiE;AACjE,wGAAwG;AACxG,yGAAyG;AACzG,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,YAAY,GACb,MAAM,oBAAoB,CAAC;AAC5B,yFAAyF;AACzF,iGAAiG;AACjG,gGAAgG;AAChG,gGAAgG;AAChG,4FAA4F;AAC5F,gGAAgG;AAChG,iFAAiF;AACjF,mGAAmG;AACnG,8FAA8F;AAC9F,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AA+D7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtD,gGAAgG;AAChG,6FAA6F;AAC7F,mGAAmG;AACnG,+FAA+F;AAC/F,+CAA+C;AAC/C,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,wBAAwB,EACxB,+BAA+B,EAC/B,aAAa,EACb,8BAA8B,EAC9B,2BAA2B,EAC3B,sBAAsB,EACtB,YAAY,EACZ,yBAAyB,EACzB,gCAAgC,EAChC,oBAAoB,EACpB,uBAAuB,EACvB,YAAY,EACZ,yBAAyB,EACzB,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,mBAAmB,EACnB,aAAa,EACb,WAAW,EACX,gBAAgB;AAChB,+FAA+F;AAC/F,iGAAiG;AACjG,yBAAyB;AACzB,mBAAmB,EACnB,sBAAsB;AACtB,0FAA0F;AAC1F,kGAAkG;AAClG,qBAAqB;AACrB,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,EACvB,+BAA+B,EAC/B,WAAW,GACZ,MAAM,YAAY,CAAC;AAMpB,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAC1C,wFAAwF;AACxF,6DAA6D;AAC7D,mHAAmH;AACnH,iDAAiD;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,0FAA0F;AAC1F,wFAAwF;AACxF,0FAA0F;AAC1F,0FAA0F;AAC1F,8FAA8F;AAC9F,QAAQ;AACR,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,SAAS,GAEV,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AACvE,iGAAiG;AACjG,kGAAkG;AAClG,gGAAgG;AAChG,UAAU;AACV,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,kFAAkF;AAClF,qEAAqE;AACrE,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAavE,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAEzE,oGAAoG;AACpG,gDAAgD;AAChD,OAAO,EACL,KAAK,EACL,KAAK,EACL,cAAc,EACd,OAAO,EACP,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,UAAU,EACV,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,cAAc,EACd,WAAW,EACX,kBAAkB,EAClB,WAAW,EACX,OAAO,EACP,iBAAiB,EACjB,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,eAAe,GAChB,MAAM,yBAAyB,CAAC;AA0DjC,OAAO,EACL,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,oBAAoB,EACpB,yBAAyB,EACzB,UAAU,GACX,MAAM,yBAAyB,CAAC;AAoCjC,gGAAgG;AAChG,kGAAkG;AAClG,mFAAmF;AACnF,OAAO,EACL,kBAAkB,EAClB,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,eAAe,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type AfterViewInit, type DoCheck, type OnChanges, type OnDestroy, type Type } from '@angular/core';
|
|
2
2
|
import { FlatList } from '../../components/flat-list';
|
|
3
|
-
import { ImageBase } from '../../components/image
|
|
3
|
+
import { ImageBase } from '../../components/image-shared';
|
|
4
4
|
import { SectionList } from '../../components/section-list';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "../../primitives/shared";
|
|
@@ -8,6 +8,7 @@ export declare const ANIMATED_INPUTS: string[];
|
|
|
8
8
|
export declare const ANIMATED_IMAGE_INPUTS: string[];
|
|
9
9
|
export declare abstract class AnimatedComponentBase implements AfterViewInit, DoCheck, OnChanges, OnDestroy {
|
|
10
10
|
style: unknown;
|
|
11
|
+
testID: string | undefined;
|
|
11
12
|
animatedProps: Record<string, unknown> | undefined;
|
|
12
13
|
passthroughAnimatedPropExplicitValues: unknown;
|
|
13
14
|
private readonly elementRef;
|
|
@@ -28,11 +29,11 @@ export declare abstract class AnimatedComponentBase implements AfterViewInit, Do
|
|
|
28
29
|
}
|
|
29
30
|
export declare class AnimatedView extends AnimatedComponentBase {
|
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedView, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedView, "AnimatedView, symbiote-animated-view", never, { "style": { "alias": "style"; "required": false; }; "animatedProps": { "alias": "animatedProps"; "required": false; }; "passthroughAnimatedPropExplicitValues": { "alias": "passthroughAnimatedPropExplicitValues"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedView, "AnimatedView, symbiote-animated-view", never, { "style": { "alias": "style"; "required": false; }; "testID": { "alias": "testID"; "required": false; }; "animatedProps": { "alias": "animatedProps"; "required": false; }; "passthroughAnimatedPropExplicitValues": { "alias": "passthroughAnimatedPropExplicitValues"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
32
33
|
}
|
|
33
34
|
export declare class AnimatedText extends AnimatedComponentBase {
|
|
34
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedText, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedText, "AnimatedText, symbiote-animated-text", never, { "style": { "alias": "style"; "required": false; }; "animatedProps": { "alias": "animatedProps"; "required": false; }; "passthroughAnimatedPropExplicitValues": { "alias": "passthroughAnimatedPropExplicitValues"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedText, "AnimatedText, symbiote-animated-text", never, { "style": { "alias": "style"; "required": false; }; "testID": { "alias": "testID"; "required": false; }; "animatedProps": { "alias": "animatedProps"; "required": false; }; "passthroughAnimatedPropExplicitValues": { "alias": "passthroughAnimatedPropExplicitValues"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
36
37
|
}
|
|
37
38
|
export declare class AnimatedImage extends ImageBase implements AfterViewInit, OnChanges, OnDestroy {
|
|
38
39
|
animatedProps: Record<string, unknown> | undefined;
|
|
@@ -55,10 +56,8 @@ export declare class AnimatedImage extends ImageBase implements AfterViewInit, O
|
|
|
55
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedImage, "AnimatedImage, symbiote-animated-image", never, { "source": { "alias": "source"; "required": false; }; "defaultSource": { "alias": "defaultSource"; "required": false; }; "loadingIndicatorSource": { "alias": "loadingIndicatorSource"; "required": false; }; "style": { "alias": "style"; "required": false; }; "resizeMode": { "alias": "resizeMode"; "required": false; }; "resizeMethod": { "alias": "resizeMethod"; "required": false; }; "tintColor": { "alias": "tintColor"; "required": false; }; "blurRadius": { "alias": "blurRadius"; "required": false; }; "capInsets": { "alias": "capInsets"; "required": false; }; "fadeDuration": { "alias": "fadeDuration"; "required": false; }; "progressiveRenderingEnabled": { "alias": "progressiveRenderingEnabled"; "required": false; }; "src": { "alias": "src"; "required": false; }; "srcSet": { "alias": "srcSet"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "crossOrigin": { "alias": "crossOrigin"; "required": false; }; "referrerPolicy": { "alias": "referrerPolicy"; "required": false; }; "testID": { "alias": "testID"; "required": false; }; "nativeID": { "alias": "nativeID"; "required": false; }; "accessible": { "alias": "accessible"; "required": false; }; "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "accessibilityHint": { "alias": "accessibilityHint"; "required": false; }; "accessibilityRole": { "alias": "accessibilityRole"; "required": false; }; "accessibilityState": { "alias": "accessibilityState"; "required": false; }; "accessibilityValue": { "alias": "accessibilityValue"; "required": false; }; "accessibilityActions": { "alias": "accessibilityActions"; "required": false; }; "accessibilityLabelledBy": { "alias": "accessibilityLabelledBy"; "required": false; }; "importantForAccessibility": { "alias": "importantForAccessibility"; "required": false; }; "accessibilityLiveRegion": { "alias": "accessibilityLiveRegion"; "required": false; }; "screenReaderFocusable": { "alias": "screenReaderFocusable"; "required": false; }; "accessibilityViewIsModal": { "alias": "accessibilityViewIsModal"; "required": false; }; "accessibilityElementsHidden": { "alias": "accessibilityElementsHidden"; "required": false; }; "accessibilityIgnoresInvertColors": { "alias": "accessibilityIgnoresInvertColors"; "required": false; }; "accessibilityLanguage": { "alias": "accessibilityLanguage"; "required": false; }; "accessibilityRespondsToUserInteraction": { "alias": "accessibilityRespondsToUserInteraction"; "required": false; }; "accessibilityShowsLargeContentViewer": { "alias": "accessibilityShowsLargeContentViewer"; "required": false; }; "accessibilityLargeContentTitle": { "alias": "accessibilityLargeContentTitle"; "required": false; }; "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; }; "ariaLive": { "alias": "aria-live"; "required": false; }; "ariaHidden": { "alias": "aria-hidden"; "required": false; }; "ariaBusy": { "alias": "aria-busy"; "required": false; }; "ariaChecked": { "alias": "aria-checked"; "required": false; }; "ariaDisabled": { "alias": "aria-disabled"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "required": false; }; "ariaSelected": { "alias": "aria-selected"; "required": false; }; "ariaModal": { "alias": "aria-modal"; "required": false; }; "ariaValueMax": { "alias": "aria-valuemax"; "required": false; }; "ariaValueMin": { "alias": "aria-valuemin"; "required": false; }; "ariaValueNow": { "alias": "aria-valuenow"; "required": false; }; "ariaValueText": { "alias": "aria-valuetext"; "required": false; }; "onAccessibilityAction": { "alias": "onAccessibilityAction"; "required": false; }; "onAccessibilityTap": { "alias": "onAccessibilityTap"; "required": false; }; "onMagicTap": { "alias": "onMagicTap"; "required": false; }; "onAccessibilityEscape": { "alias": "onAccessibilityEscape"; "required": false; }; "onLoadStart": { "alias": "onLoadStart"; "required": false; }; "onLoad": { "alias": "onLoad"; "required": false; }; "onLoadEnd": { "alias": "onLoadEnd"; "required": false; }; "onError": { "alias": "onError"; "required": false; }; "onProgress": { "alias": "onProgress"; "required": false; }; "onPartialLoad": { "alias": "onPartialLoad"; "required": false; }; "animatedProps": { "alias": "animatedProps"; "required": false; }; "passthroughAnimatedPropExplicitValues": { "alias": "passthroughAnimatedPropExplicitValues"; "required": false; }; }, { "accessibilityAction": "accessibilityAction"; "accessibilityTap": "accessibilityTap"; "magicTap": "magicTap"; "accessibilityEscape": "accessibilityEscape"; "loadStart": "loadStart"; "load": "load"; "loadEnd": "loadEnd"; "error": "error"; "progress": "progress"; "partialLoad": "partialLoad"; }, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
56
57
|
}
|
|
57
58
|
export declare class AnimatedScrollView extends AnimatedComponentBase {
|
|
58
|
-
get reducedProps(): Record<string, unknown>;
|
|
59
|
-
get contentProps(): Record<string, unknown>;
|
|
60
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedScrollView, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedScrollView, "AnimatedScrollView, symbiote-animated-scroll-view", never, { "style": { "alias": "style"; "required": false; }; "animatedProps": { "alias": "animatedProps"; "required": false; }; "passthroughAnimatedPropExplicitValues": { "alias": "passthroughAnimatedPropExplicitValues"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedScrollView, "AnimatedScrollView, symbiote-animated-scroll-view", never, { "style": { "alias": "style"; "required": false; }; "testID": { "alias": "testID"; "required": false; }; "animatedProps": { "alias": "animatedProps"; "required": false; }; "passthroughAnimatedPropExplicitValues": { "alias": "passthroughAnimatedPropExplicitValues"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
|
|
62
61
|
}
|
|
63
62
|
export declare const AnimatedFlatList: typeof FlatList;
|
|
64
63
|
export declare const AnimatedSectionList: typeof SectionList;
|
|
@@ -15,15 +15,19 @@
|
|
|
15
15
|
// -> setNativeProps(node), same as the other adapters.
|
|
16
16
|
import { ChangeDetectionStrategy, Component, CUSTOM_ELEMENTS_SCHEMA, Directive, ElementRef, inject, signal, ViewChild, } from '@angular/core';
|
|
17
17
|
import { isNativeAnimatedAvailable, isSymbioteNode, reduceProps, readPassthroughStyle, resolveHostNode, } from '@symbiote-native/engine';
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { anchorHostStyle, ImageHost, ScrollViewHost, SymbioteHostPropsDirective, SymbioteStyleInputDirective, TextHost, ViewHost, } from '../../primitives';
|
|
18
|
+
import { Text, View } from '../../components';
|
|
19
|
+
import { anchorHostStyle, ImageHost, SymbioteHostPropsDirective, SymbioteStyleInputDirective, TextHost, ViewHost, } from '../../primitives';
|
|
21
20
|
import { FlatList } from '../../components/flat-list';
|
|
22
|
-
import { IMAGE_INPUTS, IMAGE_OUTPUTS, ImageBase, isImageEventCallback, resolveImageProps, } from '../../components/image
|
|
21
|
+
import { IMAGE_INPUTS, IMAGE_OUTPUTS, ImageBase, isImageEventCallback, resolveImageProps, } from '../../components/image-shared';
|
|
23
22
|
import { SectionList } from '../../components/section-list';
|
|
24
23
|
import { AnimatedLeafBinder } from './animated-leaf-binder';
|
|
25
24
|
import * as i0 from "@angular/core";
|
|
26
25
|
import * as i1 from "../../primitives/shared";
|
|
26
|
+
// The intrinsic `createAnimatedComponent` accepts in place of the deleted `Image` component.
|
|
27
|
+
const IMAGE_TAG = 'image';
|
|
28
|
+
// Same move for the deleted `ScrollView` component — the vertical axis's own tag stands in for
|
|
29
|
+
// the class identity the generic dispatcher used to compare against.
|
|
30
|
+
const SCROLL_VIEW_TAG = 'scroll-view';
|
|
27
31
|
// RN's prop carrying explicit (already-rasterized) values that override the animated prop in
|
|
28
32
|
// the COMMITTED props (sticky-header passthrough). Named once so the directive input and the
|
|
29
33
|
// reconcile agree.
|
|
@@ -33,7 +37,17 @@ const PASSTHROUGH_PROP = 'passthroughAnimatedPropExplicitValues';
|
|
|
33
37
|
// escape hatch for any OTHER prop that may hold an AnimatedNode or an Animated.event handler,
|
|
34
38
|
// plus static host props to forward (the React/Vue `rest`). Each concrete @Component re-lists
|
|
35
39
|
// these (Angular's inputs-on-base convention, mirroring Switch/Image).
|
|
36
|
-
|
|
40
|
+
// `testID` is listed alongside them rather than left to `animatedProps`, which is the documented
|
|
41
|
+
// escape hatch for everything else. Every other component in this adapter takes it as an ordinary
|
|
42
|
+
// input, and React's `createAnimatedComponent` spreads `...props`, so `<AnimatedView testID="x">`
|
|
43
|
+
// is what an app writes — it compiled (a static attribute on a component tag is never checked),
|
|
44
|
+
// landed on the non-painting anchor host and committed nowhere.
|
|
45
|
+
export const ANIMATED_INPUTS = [
|
|
46
|
+
'style',
|
|
47
|
+
'testID',
|
|
48
|
+
'animatedProps',
|
|
49
|
+
PASSTHROUGH_PROP,
|
|
50
|
+
];
|
|
37
51
|
export const ANIMATED_IMAGE_INPUTS = [
|
|
38
52
|
...IMAGE_INPUTS,
|
|
39
53
|
'animatedProps',
|
|
@@ -46,6 +60,7 @@ export const ANIMATED_IMAGE_INPUTS = [
|
|
|
46
60
|
// declares lifecycle hooks — without it ngtsc rejects the inherited hooks (NG2007).
|
|
47
61
|
export class AnimatedComponentBase {
|
|
48
62
|
style;
|
|
63
|
+
testID;
|
|
49
64
|
animatedProps;
|
|
50
65
|
passthroughAnimatedPropExplicitValues;
|
|
51
66
|
// This component's OWN host — every Animated* wrapper is a non-painting ANCHOR
|
|
@@ -125,9 +140,11 @@ export class AnimatedComponentBase {
|
|
|
125
140
|
// never disagree.
|
|
126
141
|
mergedProps() {
|
|
127
142
|
const base = this.animatedProps ?? {};
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
143
|
+
const merged = this.style === undefined ? { ...base } : { ...base, style: this.style };
|
|
144
|
+
// Only when set, so an unset input cannot clear a `testID` the app put in `animatedProps`.
|
|
145
|
+
if (this.testID !== undefined)
|
|
146
|
+
merged.testID = this.testID;
|
|
147
|
+
return merged;
|
|
131
148
|
}
|
|
132
149
|
// The committed host node held by IDENTITY. resolveHostNode unwraps an imperative scroll
|
|
133
150
|
// handle to the underlying SymbioteNode (View / Text already hand back the node directly);
|
|
@@ -147,11 +164,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImpor
|
|
|
147
164
|
}] } });
|
|
148
165
|
export class AnimatedView extends AnimatedComponentBase {
|
|
149
166
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedView, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
150
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: AnimatedView, isStandalone: true, selector: "AnimatedView, symbiote-animated-view", inputs: { style: "style", animatedProps: "animatedProps", passthroughAnimatedPropExplicitValues: "passthroughAnimatedPropExplicitValues" }, usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
151
|
-
<
|
|
167
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: AnimatedView, isStandalone: true, selector: "AnimatedView, symbiote-animated-view", inputs: { style: "style", testID: "testID", animatedProps: "animatedProps", passthroughAnimatedPropExplicitValues: "passthroughAnimatedPropExplicitValues" }, usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
168
|
+
<view [symbioteHostProps]="reducedProps">
|
|
152
169
|
<ng-content></ng-content>
|
|
153
|
-
</
|
|
154
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "component", type: ViewHost, selector: "
|
|
170
|
+
</view>
|
|
171
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "component", type: ViewHost, selector: "view" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
155
172
|
}
|
|
156
173
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedView, decorators: [{
|
|
157
174
|
type: Component,
|
|
@@ -165,20 +182,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImpor
|
|
|
165
182
|
imports: [SymbioteHostPropsDirective, ViewHost],
|
|
166
183
|
inputs: ANIMATED_INPUTS,
|
|
167
184
|
template: `
|
|
168
|
-
<
|
|
185
|
+
<view [symbioteHostProps]="reducedProps">
|
|
169
186
|
<ng-content></ng-content>
|
|
170
|
-
</
|
|
187
|
+
</view>
|
|
171
188
|
`,
|
|
172
189
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
173
190
|
}]
|
|
174
191
|
}] });
|
|
175
192
|
export class AnimatedText extends AnimatedComponentBase {
|
|
176
193
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedText, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
177
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: AnimatedText, isStandalone: true, selector: "AnimatedText, symbiote-animated-text", inputs: { style: "style", animatedProps: "animatedProps", passthroughAnimatedPropExplicitValues: "passthroughAnimatedPropExplicitValues" }, usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
178
|
-
<
|
|
194
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: AnimatedText, isStandalone: true, selector: "AnimatedText, symbiote-animated-text", inputs: { style: "style", testID: "testID", animatedProps: "animatedProps", passthroughAnimatedPropExplicitValues: "passthroughAnimatedPropExplicitValues" }, usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
195
|
+
<text [symbioteHostProps]="reducedProps">
|
|
179
196
|
<ng-content></ng-content>
|
|
180
|
-
</
|
|
181
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "component", type: TextHost, selector: "
|
|
197
|
+
</text>
|
|
198
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "component", type: TextHost, selector: "text", inputs: ["ellipsizeMode", "allowFontScaling"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
182
199
|
}
|
|
183
200
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedText, decorators: [{
|
|
184
201
|
type: Component,
|
|
@@ -192,9 +209,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImpor
|
|
|
192
209
|
imports: [SymbioteHostPropsDirective, TextHost],
|
|
193
210
|
inputs: ANIMATED_INPUTS,
|
|
194
211
|
template: `
|
|
195
|
-
<
|
|
212
|
+
<text [symbioteHostProps]="reducedProps">
|
|
196
213
|
<ng-content></ng-content>
|
|
197
|
-
</
|
|
214
|
+
</text>
|
|
198
215
|
`,
|
|
199
216
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
200
217
|
}]
|
|
@@ -288,7 +305,7 @@ export class AnimatedImage extends ImageBase {
|
|
|
288
305
|
}
|
|
289
306
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedImage, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
290
307
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: AnimatedImage, isStandalone: true, selector: "AnimatedImage, symbiote-animated-image", inputs: { source: "source", defaultSource: "defaultSource", loadingIndicatorSource: "loadingIndicatorSource", style: "style", resizeMode: "resizeMode", resizeMethod: "resizeMethod", tintColor: "tintColor", blurRadius: "blurRadius", capInsets: "capInsets", fadeDuration: "fadeDuration", progressiveRenderingEnabled: "progressiveRenderingEnabled", src: "src", srcSet: "srcSet", alt: "alt", width: "width", height: "height", crossOrigin: "crossOrigin", referrerPolicy: "referrerPolicy", testID: "testID", nativeID: "nativeID", accessible: "accessible", accessibilityLabel: "accessibilityLabel", accessibilityHint: "accessibilityHint", accessibilityRole: "accessibilityRole", accessibilityState: "accessibilityState", accessibilityValue: "accessibilityValue", accessibilityActions: "accessibilityActions", accessibilityLabelledBy: "accessibilityLabelledBy", importantForAccessibility: "importantForAccessibility", accessibilityLiveRegion: "accessibilityLiveRegion", screenReaderFocusable: "screenReaderFocusable", accessibilityViewIsModal: "accessibilityViewIsModal", accessibilityElementsHidden: "accessibilityElementsHidden", accessibilityIgnoresInvertColors: "accessibilityIgnoresInvertColors", accessibilityLanguage: "accessibilityLanguage", accessibilityRespondsToUserInteraction: "accessibilityRespondsToUserInteraction", accessibilityShowsLargeContentViewer: "accessibilityShowsLargeContentViewer", accessibilityLargeContentTitle: "accessibilityLargeContentTitle", role: "role", ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledBy: ["aria-labelledby", "ariaLabelledBy"], ariaLive: ["aria-live", "ariaLive"], ariaHidden: ["aria-hidden", "ariaHidden"], ariaBusy: ["aria-busy", "ariaBusy"], ariaChecked: ["aria-checked", "ariaChecked"], ariaDisabled: ["aria-disabled", "ariaDisabled"], ariaExpanded: ["aria-expanded", "ariaExpanded"], ariaSelected: ["aria-selected", "ariaSelected"], ariaModal: ["aria-modal", "ariaModal"], ariaValueMax: ["aria-valuemax", "ariaValueMax"], ariaValueMin: ["aria-valuemin", "ariaValueMin"], ariaValueNow: ["aria-valuenow", "ariaValueNow"], ariaValueText: ["aria-valuetext", "ariaValueText"], onAccessibilityAction: "onAccessibilityAction", onAccessibilityTap: "onAccessibilityTap", onMagicTap: "onMagicTap", onAccessibilityEscape: "onAccessibilityEscape", onLoadStart: "onLoadStart", onLoad: "onLoad", onLoadEnd: "onLoadEnd", onError: "onError", onProgress: "onProgress", onPartialLoad: "onPartialLoad", animatedProps: "animatedProps", passthroughAnimatedPropExplicitValues: "passthroughAnimatedPropExplicitValues" }, outputs: { accessibilityAction: "accessibilityAction", accessibilityTap: "accessibilityTap", magicTap: "magicTap", accessibilityEscape: "accessibilityEscape", loadStart: "loadStart", load: "load", loadEnd: "loadEnd", error: "error", progress: "progress", partialLoad: "partialLoad" }, viewQueries: [{ propertyName: "hostDirective", first: true, predicate: SymbioteHostPropsDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
291
|
-
<
|
|
308
|
+
<image
|
|
292
309
|
[symbioteHostProps]="animatedImageProps"
|
|
293
310
|
(loadStart)="handleLoadStart($event)"
|
|
294
311
|
(load)="handleLoad($event)"
|
|
@@ -298,8 +315,8 @@ export class AnimatedImage extends ImageBase {
|
|
|
298
315
|
(partialLoad)="handlePartialLoad($event)"
|
|
299
316
|
>
|
|
300
317
|
<ng-content></ng-content>
|
|
301
|
-
</
|
|
302
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "component", type: ImageHost, selector: "
|
|
318
|
+
</image>
|
|
319
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "component", type: ImageHost, selector: "image" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
303
320
|
}
|
|
304
321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedImage, decorators: [{
|
|
305
322
|
type: Component,
|
|
@@ -314,7 +331,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImpor
|
|
|
314
331
|
inputs: ANIMATED_IMAGE_INPUTS,
|
|
315
332
|
outputs: IMAGE_OUTPUTS,
|
|
316
333
|
template: `
|
|
317
|
-
<
|
|
334
|
+
<image
|
|
318
335
|
[symbioteHostProps]="animatedImageProps"
|
|
319
336
|
(loadStart)="handleLoadStart($event)"
|
|
320
337
|
(load)="handleLoad($event)"
|
|
@@ -324,7 +341,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImpor
|
|
|
324
341
|
(partialLoad)="handlePartialLoad($event)"
|
|
325
342
|
>
|
|
326
343
|
<ng-content></ng-content>
|
|
327
|
-
</
|
|
344
|
+
</image>
|
|
328
345
|
`,
|
|
329
346
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
347
|
}]
|
|
@@ -333,44 +350,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImpor
|
|
|
333
350
|
args: [SymbioteHostPropsDirective]
|
|
334
351
|
}] } });
|
|
335
352
|
export class AnimatedScrollView extends AnimatedComponentBase {
|
|
336
|
-
// RN defaults nested scrolling ON (ScrollView.js `nestedScrollEnabled ?? true`) — Android
|
|
337
|
-
// needs it explicit or a nested ScrollView never receives touch (swallowed by the outer one;
|
|
338
|
-
// iOS doesn't gate on this). The real ScrollView component already defaults this
|
|
339
|
-
// (scroll-view/shared.ts), but AnimatedScrollView talks to the raw primitive directly and
|
|
340
|
-
// must apply it too.
|
|
341
|
-
//
|
|
342
|
-
// scrollViewBaseStyle (overflow: 'scroll' + the per-axis flexDirection) is the other thing the
|
|
343
|
-
// real ScrollView applies that this bespoke template used to skip — without it, iOS Fabric
|
|
344
|
-
// never clips content to the scroll view's frame (invisible on Android, whose native ViewGroup
|
|
345
|
-
// clips regardless of style). This wrapper has no `horizontal` input and its template is
|
|
346
|
-
// hardcoded to the vertical intrinsics, so selectScrollIntrinsics is always called with
|
|
347
|
-
// isHorizontal=false here, matching what the template can actually render.
|
|
348
|
-
get reducedProps() {
|
|
349
|
-
const reduced = super.reducedProps;
|
|
350
|
-
const { scrollViewBaseStyle } = selectScrollIntrinsics(false, undefined);
|
|
351
|
-
const withScrollBase = {
|
|
352
|
-
...reduced,
|
|
353
|
-
style: [scrollViewBaseStyle, reduced.style],
|
|
354
|
-
};
|
|
355
|
-
return withScrollBase.nestedScrollEnabled === undefined
|
|
356
|
-
? { ...withScrollBase, nestedScrollEnabled: true }
|
|
357
|
-
: withScrollBase;
|
|
358
|
-
}
|
|
359
|
-
// The content (inner) view's props: contentStyle from the same intrinsics selection, plus
|
|
360
|
-
// `collapsable: false` (the Android multi-child fix this file's tests already cover) — mirrors
|
|
361
|
-
// the real ScrollView's own `contentProps` getter (scroll-view/shared.ts).
|
|
362
|
-
get contentProps() {
|
|
363
|
-
const { contentStyle } = selectScrollIntrinsics(false, undefined);
|
|
364
|
-
return { style: contentStyle, collapsable: false };
|
|
365
|
-
}
|
|
366
353
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedScrollView, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
367
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: AnimatedScrollView, isStandalone: true, selector: "AnimatedScrollView, symbiote-animated-scroll-view", inputs: { style: "style", animatedProps: "animatedProps", passthroughAnimatedPropExplicitValues: "passthroughAnimatedPropExplicitValues" }, usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
368
|
-
<
|
|
369
|
-
<
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
</symbiote-scroll-view>
|
|
373
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }, { kind: "component", type: ScrollViewHost, selector: "symbiote-scroll-view" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
354
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: AnimatedScrollView, isStandalone: true, selector: "AnimatedScrollView, symbiote-animated-scroll-view", inputs: { style: "style", testID: "testID", animatedProps: "animatedProps", passthroughAnimatedPropExplicitValues: "passthroughAnimatedPropExplicitValues" }, usesInheritance: true, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
|
|
355
|
+
<scroll-view [symbioteHostProps]="reducedProps">
|
|
356
|
+
<ng-content></ng-content>
|
|
357
|
+
</scroll-view>
|
|
358
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: SymbioteHostPropsDirective, selector: "[symbioteHostProps]", inputs: ["symbioteHostProps"], exportAs: ["symbioteHost"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
374
359
|
}
|
|
375
360
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnimatedScrollView, decorators: [{
|
|
376
361
|
type: Component,
|
|
@@ -381,14 +366,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImpor
|
|
|
381
366
|
{ directive: SymbioteStyleInputDirective, inputs: ['style'] },
|
|
382
367
|
],
|
|
383
368
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
384
|
-
imports: [SymbioteHostPropsDirective
|
|
369
|
+
imports: [SymbioteHostPropsDirective],
|
|
385
370
|
inputs: ANIMATED_INPUTS,
|
|
386
371
|
template: `
|
|
387
|
-
<
|
|
388
|
-
<
|
|
389
|
-
|
|
390
|
-
</symbiote-scroll-content>
|
|
391
|
-
</symbiote-scroll-view>
|
|
372
|
+
<scroll-view [symbioteHostProps]="reducedProps">
|
|
373
|
+
<ng-content></ng-content>
|
|
374
|
+
</scroll-view>
|
|
392
375
|
`,
|
|
393
376
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
394
377
|
}]
|
|
@@ -408,13 +391,17 @@ export function createAnimatedComponent(base) {
|
|
|
408
391
|
return AnimatedView;
|
|
409
392
|
if (base === Text)
|
|
410
393
|
return AnimatedText;
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
394
|
+
// The TAG, not a component identity: `ScrollView`/`Image` are gone as classes now
|
|
395
|
+
// (`components/scroll-view-props.ts`, `modules/image`), so there is no class to compare
|
|
396
|
+
// against — the same move React made (`createAnimatedComponent('image')`). A tag string is also
|
|
397
|
+
// what portable app code can pass on every adapter.
|
|
398
|
+
if (base === SCROLL_VIEW_TAG)
|
|
414
399
|
return AnimatedScrollView;
|
|
400
|
+
if (base === IMAGE_TAG)
|
|
401
|
+
return AnimatedImage;
|
|
415
402
|
throw new Error('createAnimatedComponent: Angular cannot synthesize a component at runtime (no JIT compiler ' +
|
|
416
403
|
'under AOT/Metro). Author an explicit standalone @Component extending AnimatedComponentBase ' +
|
|
417
|
-
|
|
418
|
-
'AnimatedView / AnimatedText /
|
|
404
|
+
"instead. The built-in primitives View / Text and the tags 'scroll-view' / 'image' map to " +
|
|
405
|
+
'AnimatedView / AnimatedText / AnimatedScrollView / AnimatedImage.');
|
|
419
406
|
}
|
|
420
407
|
//# sourceMappingURL=create-animated-component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-animated-component.js","sourceRoot":"","sources":["../../../../src/modules/animated/create-animated-component.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,8FAA8F;AAC9F,6FAA6F;AAC7F,uFAAuF;AACvF,yFAAyF;AACzF,gGAAgG;AAChG,0FAA0F;AAC1F,4FAA4F;AAC5F,6FAA6F;AAC7F,EAAE;AACF,sFAAsF;AACtF,mFAAmF;AACnF,4FAA4F;AAC5F,+FAA+F;AAC/F,uDAAuD;AAEvD,OAAO,EACL,uBAAuB,EACvB,SAAS,EACT,sBAAsB,EACtB,SAAS,EACT,UAAU,EACV,MAAM,EACN,MAAM,EACN,SAAS,GAMV,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,yBAAyB,EACzB,cAAc,EACd,WAAW,EACX,oBAAoB,EACpB,eAAe,GAEhB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"create-animated-component.js","sourceRoot":"","sources":["../../../../src/modules/animated/create-animated-component.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,7 @@ export { AnimatedComponentBase, AnimatedFlatList, AnimatedImage, AnimatedScrollV
|
|
|
11
11
|
// getter only exists to defer a RUNTIME createAnimatedComponent(ScrollView) past module init so
|
|
12
12
|
// it cannot read ScrollView inside its own TDZ during an import cycle. AnimatedScrollView here is
|
|
13
13
|
// a statically-declared component that never reads the ScrollView class at init (it targets the
|
|
14
|
-
// `
|
|
14
|
+
// `scroll-view` host by string), so there is no cycle to defer.
|
|
15
15
|
//
|
|
16
16
|
// FlatList / SectionList are exposed as explicit AOT-safe list entries now that the Angular list
|
|
17
17
|
// components exist. Angular still cannot synthesize arbitrary animated wrappers at runtime; custom
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/animated/index.ts"],"names":[],"mappings":"AAAA,qGAAqG;AACrG,6FAA6F;AAC7F,6FAA6F;AAC7F,oGAAoG;AACpG,iFAAiF;AACjF,gGAAgG;AAEhG,OAAO,EACL,aAAa,EACb,eAAe,EACf,aAAa,EACb,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,MAAM,EACN,MAAM,EACN,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACL,GAAG,EACH,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,MAAM,EACN,SAAS,EACT,KAAK,EACL,SAAS,EACT,WAAW,GACZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,uBAAuB,GACxB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,uBAAuB,GACxB,MAAM,6BAA6B,CAAC;AAErC,6FAA6F;AAC7F,gGAAgG;AAChG,kGAAkG;AAClG,gGAAgG;AAChG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/animated/index.ts"],"names":[],"mappings":"AAAA,qGAAqG;AACrG,6FAA6F;AAC7F,6FAA6F;AAC7F,oGAAoG;AACpG,iFAAiF;AACjF,gGAAgG;AAEhG,OAAO,EACL,aAAa,EACb,eAAe,EACf,aAAa,EACb,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,MAAM,EACN,MAAM,EACN,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACL,GAAG,EACH,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,MAAM,EACN,SAAS,EACT,KAAK,EACL,SAAS,EACT,WAAW,GACZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,uBAAuB,GACxB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,uBAAuB,GACxB,MAAM,6BAA6B,CAAC;AAErC,6FAA6F;AAC7F,gGAAgG;AAChG,kGAAkG;AAClG,gGAAgG;AAChG,gEAAgE;AAChE,EAAE;AACF,iGAAiG;AACjG,mGAAmG;AACnG,wFAAwF;AAExF,mFAAmF;AACnF,MAAM,WAAW,GAAG;IAClB,KAAK,EAAE,aAAa;IACpB,OAAO,EAAE,eAAe;IACxB,KAAK,EAAE,aAAa;IACpB,MAAM;IACN,MAAM;IACN,MAAM;IACN,KAAK;IACL,QAAQ;IACR,QAAQ;IACR,OAAO;IACP,IAAI;IACJ,KAAK;IACL,GAAG;IACH,QAAQ;IACR,QAAQ;IACR,MAAM;IACN,MAAM;IACN,SAAS;IACT,KAAK;IACL,SAAS;IACT,WAAW;CACZ,CAAC;AAEF,6FAA6F;AAC7F,+FAA+F;AAC/F,gGAAgG;AAChG,8FAA8F;AAC9F,2CAA2C;AAC3C,MAAM,OAAO,GAAG,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,WAAW,CAAC;AAE1E,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,YAAY;IAClB,IAAI,EAAE,YAAY;IAClB,KAAK,EAAE,aAAa;IACpB,UAAU,EAAE,kBAAkB;IAC9B,QAAQ,EAAE,gBAAgB;IAC1B,WAAW,EAAE,mBAAmB;IAChC,uBAAuB;IACvB,GAAG,OAAO;CACX,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// RN's Image STATICS — `getSize`, `getSizeWithHeaders`, `prefetch`, `abortPrefetch`, `queryCache`,
|
|
2
|
+
// `resolveAssetSource`.
|
|
3
|
+
//
|
|
4
|
+
// IN `modules/`, NOT `components/`. The primitive is the `<image>` tag matched by `ImageElement`,
|
|
5
|
+
// and its fold runs in the engine (`behaviors/image.ts`); what is left under the name `Image` is an
|
|
6
|
+
// imperative API with no view, which is what this bucket is for
|
|
7
|
+
// (<adapter_src_follows_framework_idioms>). Sitting in `components/` was what made a statics object
|
|
8
|
+
// read as a component.
|
|
9
|
+
//
|
|
10
|
+
// A NAMESPACE OBJECT rather than six bare functions, deliberately: `Alert`, `Share`, `Linking` and
|
|
11
|
+
// `AppState` all take that shape, and an app porting from RN writes `Image.getSize(...)` verbatim.
|
|
12
|
+
//
|
|
13
|
+
// Shared verbatim via `imageStatics`, the same source every other adapter's Image uses.
|
|
14
|
+
import { imageStatics } from '@symbiote-native/components';
|
|
15
|
+
export const Image = imageStatics;
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/image/index.ts"],"names":[],"mappings":"AAAA,mGAAmG;AACnG,wBAAwB;AACxB,EAAE;AACF,kGAAkG;AAClG,oGAAoG;AACpG,gEAAgE;AAChE,oGAAoG;AACpG,uBAAuB;AACvB,EAAE;AACF,mGAAmG;AACnG,mGAAmG;AACnG,EAAE;AACF,wFAAwF;AACxF,OAAO,EAAE,YAAY,EAAsB,MAAM,6BAA6B,CAAC;AAI/E,MAAM,CAAC,MAAM,KAAK,GAAkB,YAAY,CAAC"}
|