@symbiote-native/angular 0.8.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -10
- package/babel-register-composed.cjs +58 -18
- package/bin/symbiote-angular-dev.cjs +16 -4
- package/build/angular/anchor-host-registry.js +1 -15
- package/build/angular/anchor-host-registry.js.map +1 -1
- package/build/angular/change-detection-flush.d.ts +31 -0
- package/build/angular/change-detection-flush.js +110 -0
- package/build/angular/change-detection-flush.js.map +1 -0
- package/build/angular/components/activity-indicator-props.d.ts +2 -0
- package/build/angular/components/activity-indicator-props.js +2 -0
- package/build/angular/components/activity-indicator-props.js.map +1 -0
- package/build/angular/components/button-props.d.ts +2 -0
- package/build/angular/components/button-props.js +2 -0
- package/build/angular/components/button-props.js.map +1 -0
- package/build/angular/components/flat-list/index.d.ts +2 -1
- package/build/angular/components/flat-list/index.js +22 -10
- package/build/angular/components/flat-list/index.js.map +1 -1
- package/build/angular/components/image-background-props.d.ts +6 -0
- package/build/angular/components/image-background-props.js +2 -0
- package/build/angular/components/image-background-props.js.map +1 -0
- package/build/angular/components/{image/shared.d.ts → image-shared.d.ts} +4 -4
- package/build/angular/components/{image/shared.js → image-shared.js} +39 -28
- package/build/angular/components/image-shared.js.map +1 -0
- package/build/angular/components/input-accessory-view-props.d.ts +7 -0
- package/build/angular/components/input-accessory-view-props.js +9 -0
- package/build/angular/components/input-accessory-view-props.js.map +1 -0
- package/build/angular/components/keyboard-avoiding-view/index.d.ts +2 -1
- package/build/angular/components/keyboard-avoiding-view/index.js +28 -27
- package/build/angular/components/keyboard-avoiding-view/index.js.map +1 -1
- package/build/angular/components/modal/index.d.ts +2 -0
- package/build/angular/components/modal/index.js +33 -20
- package/build/angular/components/modal/index.js.map +1 -1
- package/build/angular/components/pressable-props.d.ts +32 -0
- package/build/angular/components/pressable-props.js +11 -0
- package/build/angular/components/pressable-props.js.map +1 -0
- package/build/angular/components/refresh-control-props.d.ts +16 -0
- package/build/angular/components/refresh-control-props.js +14 -0
- package/build/angular/components/refresh-control-props.js.map +1 -0
- package/build/angular/components/safe-area-view-props.d.ts +7 -0
- package/build/angular/components/safe-area-view-props.js +11 -0
- package/build/angular/components/safe-area-view-props.js.map +1 -0
- package/build/angular/components/scroll-view-props.d.ts +76 -0
- package/build/angular/components/scroll-view-props.js +18 -0
- package/build/angular/components/scroll-view-props.js.map +1 -0
- package/build/angular/components/section-list/index.d.ts +3 -0
- package/build/angular/components/section-list/index.js +10 -1
- package/build/angular/components/section-list/index.js.map +1 -1
- package/build/angular/components/text-input-props.d.ts +45 -0
- package/build/angular/components/text-input-props.js +18 -0
- package/build/angular/components/text-input-props.js.map +1 -0
- package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.d.ts +6 -0
- package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js +2 -0
- package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js.map +1 -0
- package/build/angular/components/touchable-props.d.ts +14 -0
- package/build/angular/components/touchable-props.js +13 -0
- package/build/angular/components/touchable-props.js.map +1 -0
- package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.d.ts +3 -0
- package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js +2 -0
- package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js.map +1 -0
- package/build/angular/components/virtualized-list/index.d.ts +8 -1
- package/build/angular/components/virtualized-list/index.js +373 -278
- package/build/angular/components/virtualized-list/index.js.map +1 -1
- package/build/angular/components/virtualized-section-list/index.d.ts +3 -0
- package/build/angular/components/virtualized-section-list/index.js +10 -1
- package/build/angular/components/virtualized-section-list/index.js.map +1 -1
- package/build/angular/components.d.ts +21 -27
- package/build/angular/components.js +13 -15
- package/build/angular/components.js.map +1 -1
- package/build/angular/create-portal/index.d.ts +11 -2
- package/build/angular/create-portal/index.js +37 -11
- package/build/angular/create-portal/index.js.map +1 -1
- package/build/angular/create-tunnel/index.js +1 -1
- package/build/angular/element-props.d.ts +53 -0
- package/build/angular/element-props.js +2 -0
- package/build/angular/element-props.js.map +1 -0
- package/build/angular/elements.d.ts +528 -0
- package/build/angular/elements.js +1444 -0
- package/build/angular/elements.js.map +1 -0
- package/build/angular/gate-demand.d.ts +37 -0
- package/build/angular/gate-demand.js +84 -0
- package/build/angular/gate-demand.js.map +1 -0
- package/build/angular/host-instance/index.js +1 -1
- package/build/angular/index.d.ts +5 -2
- package/build/angular/index.js +16 -1
- package/build/angular/index.js.map +1 -1
- package/build/angular/modules/animated/create-animated-component.d.ts +6 -6
- package/build/angular/modules/animated/create-animated-component.js +73 -81
- package/build/angular/modules/animated/create-animated-component.js.map +1 -1
- package/build/angular/modules/animated/index.js +1 -1
- package/build/angular/modules/animated/index.js.map +1 -1
- package/build/angular/modules/image/index.d.ts +3 -0
- package/build/angular/modules/image/index.js +16 -0
- package/build/angular/modules/image/index.js.map +1 -0
- package/build/angular/primitives/index.d.ts +28 -16
- package/build/angular/primitives/index.js +77 -31
- package/build/angular/primitives/index.js.map +1 -1
- package/build/angular/primitives/shared.d.ts +2 -3
- package/build/angular/primitives/shared.js +8 -53
- package/build/angular/primitives/shared.js.map +1 -1
- package/build/angular/register.d.ts +1 -0
- package/build/angular/register.js +16 -0
- package/build/angular/register.js.map +1 -0
- package/build/angular/render/index.js +4 -2
- package/build/angular/render/index.js.map +1 -1
- package/build/angular/renderer/index.js +207 -60
- package/build/angular/renderer/index.js.map +1 -1
- package/build/angular/renderer/value-change.d.ts +2 -0
- package/build/angular/renderer/value-change.js +9 -0
- package/build/angular/renderer/value-change.js.map +1 -0
- package/metro-config.cjs +23 -5
- package/metro-css-parser.cjs +2 -1
- package/package.json +17 -7
- package/src/anchor-host-registry.ts +1 -15
- package/src/change-detection-flush.ts +120 -0
- package/src/components/activity-indicator-props.ts +21 -0
- package/src/components/button-props.ts +26 -0
- package/src/components/flat-list/index.ts +12 -4
- package/src/components/image-background-props.ts +24 -0
- package/src/components/{image/shared.ts → image-shared.ts} +57 -26
- package/src/components/input-accessory-view-props.ts +21 -0
- package/src/components/keyboard-avoiding-view/index.ts +27 -16
- package/src/components/modal/index.ts +32 -11
- package/src/components/pressable-props.ts +73 -0
- package/src/components/refresh-control-props.ts +43 -0
- package/src/components/safe-area-view-props.ts +28 -0
- package/src/components/scroll-view-props.ts +109 -0
- package/src/components/section-list/index.ts +18 -0
- package/src/components/text-input-props.ts +72 -0
- package/src/components/touchable-native-feedback/touchable-native-feedback-props.ts +23 -0
- package/src/components/touchable-props.ts +30 -0
- package/src/components/touchable-without-feedback/touchable-without-feedback-props.ts +21 -0
- package/src/components/virtualized-list/index.ts +254 -153
- package/src/components/virtualized-section-list/index.ts +18 -0
- package/src/components.ts +86 -35
- package/src/create-portal/index.ts +39 -9
- package/src/create-tunnel/index.ts +1 -1
- package/src/diagnostics.ts +1 -1
- package/src/element-props.ts +90 -0
- package/src/elements.ts +919 -0
- package/src/gate-demand.ts +109 -0
- package/src/host-instance/index.ts +1 -1
- package/src/index.ts +54 -15
- package/src/modules/animated/create-animated-component.ts +73 -59
- package/src/modules/animated/index.ts +1 -1
- package/src/modules/image/index.ts +18 -0
- package/src/primitives/index.ts +47 -16
- package/src/primitives/shared.ts +11 -44
- package/src/register.ts +15 -0
- package/src/render/index.ts +4 -2
- package/src/renderer/index.ts +239 -80
- package/src/renderer/value-change.ts +8 -0
- package/build/angular/components/activity-indicator/index.android.d.ts +0 -13
- package/build/angular/components/activity-indicator/index.android.js +0 -29
- package/build/angular/components/activity-indicator/index.android.js.map +0 -1
- package/build/angular/components/activity-indicator/index.d.ts +0 -1
- package/build/angular/components/activity-indicator/index.ios.d.ts +0 -9
- package/build/angular/components/activity-indicator/index.ios.js +0 -26
- package/build/angular/components/activity-indicator/index.ios.js.map +0 -1
- package/build/angular/components/activity-indicator/index.js +0 -4
- package/build/angular/components/activity-indicator/index.js.map +0 -1
- package/build/angular/components/activity-indicator/shared.d.ts +0 -67
- package/build/angular/components/activity-indicator/shared.js +0 -260
- package/build/angular/components/activity-indicator/shared.js.map +0 -1
- package/build/angular/components/button.d.ts +0 -65
- package/build/angular/components/button.js +0 -351
- package/build/angular/components/button.js.map +0 -1
- package/build/angular/components/image/index.android.d.ts +0 -15
- package/build/angular/components/image/index.android.js +0 -91
- package/build/angular/components/image/index.android.js.map +0 -1
- package/build/angular/components/image/index.d.ts +0 -1
- package/build/angular/components/image/index.ios.d.ts +0 -15
- package/build/angular/components/image/index.ios.js +0 -91
- package/build/angular/components/image/index.ios.js.map +0 -1
- package/build/angular/components/image/index.js +0 -3
- package/build/angular/components/image/index.js.map +0 -1
- package/build/angular/components/image/shared.js.map +0 -1
- package/build/angular/components/image-background.d.ts +0 -82
- package/build/angular/components/image-background.js +0 -434
- package/build/angular/components/image-background.js.map +0 -1
- package/build/angular/components/input-accessory-view/index.d.ts +0 -65
- package/build/angular/components/input-accessory-view/index.js +0 -290
- package/build/angular/components/input-accessory-view/index.js.map +0 -1
- package/build/angular/components/pressable/index.d.ts +0 -129
- package/build/angular/components/pressable/index.js +0 -473
- package/build/angular/components/pressable/index.js.map +0 -1
- package/build/angular/components/refresh-control/index.d.ts +0 -90
- package/build/angular/components/refresh-control/index.js +0 -380
- package/build/angular/components/refresh-control/index.js.map +0 -1
- package/build/angular/components/safe-area-view/index.d.ts +0 -62
- package/build/angular/components/safe-area-view/index.js +0 -287
- package/build/angular/components/safe-area-view/index.js.map +0 -1
- package/build/angular/components/scroll-view/index.android.d.ts +0 -20
- package/build/angular/components/scroll-view/index.android.js +0 -262
- package/build/angular/components/scroll-view/index.android.js.map +0 -1
- package/build/angular/components/scroll-view/index.d.ts +0 -3
- package/build/angular/components/scroll-view/index.ios.d.ts +0 -8
- package/build/angular/components/scroll-view/index.ios.js +0 -92
- package/build/angular/components/scroll-view/index.ios.js.map +0 -1
- package/build/angular/components/scroll-view/index.js +0 -6
- package/build/angular/components/scroll-view/index.js.map +0 -1
- package/build/angular/components/scroll-view/projection.d.ts +0 -67
- package/build/angular/components/scroll-view/projection.js +0 -560
- package/build/angular/components/scroll-view/projection.js.map +0 -1
- package/build/angular/components/scroll-view/shared.d.ts +0 -239
- package/build/angular/components/scroll-view/shared.js +0 -832
- package/build/angular/components/scroll-view/shared.js.map +0 -1
- package/build/angular/components/scroll-view/sticky-header.d.ts +0 -40
- package/build/angular/components/scroll-view/sticky-header.js +0 -224
- package/build/angular/components/scroll-view/sticky-header.js.map +0 -1
- package/build/angular/components/switch/index.android.d.ts +0 -24
- package/build/angular/components/switch/index.android.js +0 -112
- package/build/angular/components/switch/index.android.js.map +0 -1
- package/build/angular/components/switch/index.d.ts +0 -1
- package/build/angular/components/switch/index.ios.d.ts +0 -23
- package/build/angular/components/switch/index.ios.js +0 -111
- package/build/angular/components/switch/index.ios.js.map +0 -1
- package/build/angular/components/switch/index.js +0 -4
- package/build/angular/components/switch/index.js.map +0 -1
- package/build/angular/components/switch/shared.d.ts +0 -49
- package/build/angular/components/switch/shared.js +0 -191
- package/build/angular/components/switch/shared.js.map +0 -1
- package/build/angular/components/text-input.d.ts +0 -161
- package/build/angular/components/text-input.js +0 -659
- package/build/angular/components/text-input.js.map +0 -1
- package/build/angular/components/touchable/index.d.ts +0 -276
- package/build/angular/components/touchable/index.js +0 -1422
- package/build/angular/components/touchable/index.js.map +0 -1
- package/build/angular/components/touchable-native-feedback/index.d.ts +0 -86
- package/build/angular/components/touchable-native-feedback/index.js +0 -407
- package/build/angular/components/touchable-native-feedback/index.js.map +0 -1
- package/src/components/activity-indicator/index.android.ts +0 -23
- package/src/components/activity-indicator/index.ios.ts +0 -21
- package/src/components/activity-indicator/index.ts +0 -4
- package/src/components/activity-indicator/shared.ts +0 -225
- package/src/components/button.ts +0 -220
- package/src/components/image/index.android.ts +0 -99
- package/src/components/image/index.ios.ts +0 -99
- package/src/components/image/index.ts +0 -3
- package/src/components/image-background.ts +0 -290
- package/src/components/input-accessory-view/index.ts +0 -240
- package/src/components/pressable/index.ts +0 -462
- package/src/components/refresh-control/index.ts +0 -340
- package/src/components/safe-area-view/index.ts +0 -231
- package/src/components/scroll-view/index.android.ts +0 -205
- package/src/components/scroll-view/index.ios.ts +0 -81
- package/src/components/scroll-view/index.ts +0 -7
- package/src/components/scroll-view/projection.ts +0 -713
- package/src/components/scroll-view/shared.ts +0 -1066
- package/src/components/scroll-view/sticky-header.ts +0 -267
- package/src/components/switch/index.android.ts +0 -113
- package/src/components/switch/index.ios.ts +0 -112
- package/src/components/switch/index.ts +0 -4
- package/src/components/switch/shared.ts +0 -284
- package/src/components/text-input.ts +0 -613
- package/src/components/touchable/index.ts +0 -913
- package/src/components/touchable-native-feedback/index.ts +0 -317
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elements.js","sourceRoot":"","sources":["../../src/elements.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EventEmitter, InjectionToken } from '@angular/core';
|
|
2
|
+
import type { Provider, Type } from '@angular/core';
|
|
3
|
+
import type { ISymbioteEvent } from '@symbiote-native/engine';
|
|
4
|
+
export declare const GATED_ACCESSIBILITY_EVENTS: readonly ["accessibilityAction", "accessibilityTap", "magicTap", "accessibilityEscape"];
|
|
5
|
+
export type IGatedAccessibilityEvent = (typeof GATED_ACCESSIBILITY_EVENTS)[number];
|
|
6
|
+
export interface IGateDemand {
|
|
7
|
+
wantsGate(name: IGatedAccessibilityEvent): boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const GATE_DEMAND: InjectionToken<IGateDemand>;
|
|
10
|
+
/**
|
|
11
|
+
* Declare a wrapper as the demand for everything in its own template.
|
|
12
|
+
*
|
|
13
|
+
* Takes a THUNK rather than the class: the entry sits in the decorator of the very class it names,
|
|
14
|
+
* so the reference has to be late.
|
|
15
|
+
*/
|
|
16
|
+
export declare function provideGateDemand(get: () => Type<IGateDemand>): Provider;
|
|
17
|
+
/**
|
|
18
|
+
* For a component that OWNS a gate — the innermost one, which writes the flag.
|
|
19
|
+
*/
|
|
20
|
+
export declare function injectGateDemand(): IGateDemand | null;
|
|
21
|
+
/**
|
|
22
|
+
* For a component that PROVIDES demand and is itself wrapped.
|
|
23
|
+
*
|
|
24
|
+
* `skipSelf` is not optional here: a component resolves its own `viewProviders`, so without it the
|
|
25
|
+
* lookup reaches this class's own `useExisting` entry and Angular throws NG0200 at construction.
|
|
26
|
+
* Loud rather than silent, but the shape is easy to get wrong, which is why the two lookups are
|
|
27
|
+
* separate functions instead of one with a flag.
|
|
28
|
+
*/
|
|
29
|
+
export declare function injectGateDemandAbove(): IGateDemand | null;
|
|
30
|
+
/**
|
|
31
|
+
* The one expression both roles evaluate.
|
|
32
|
+
*
|
|
33
|
+
* A demand from above OVERRIDES the local emitter, and that override is the whole mechanism: a
|
|
34
|
+
* middle link's own emitter is `.observed` precisely because the level above bound it, so answering
|
|
35
|
+
* from it would report "wanted" for a chain nobody subscribed to.
|
|
36
|
+
*/
|
|
37
|
+
export declare function gateWanted(above: IGateDemand | null, name: IGatedAccessibilityEvent, own: EventEmitter<ISymbioteEvent>): boolean;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// Whether anything downstream actually wants a gated accessibility event, passed from a wrapper
|
|
2
|
+
// component to the inner component that owns the gate.
|
|
3
|
+
//
|
|
4
|
+
// THE PROBLEM. Six Fabric events fire only if a BOOLEAN prop reaches the payload
|
|
5
|
+
// (`.claude/rules/fabric-boolean-event-gates.md`), and the flag follows the VALUE: a handler
|
|
6
|
+
// present means `true`, absent means the key is deleted. Every component that owns such a gate
|
|
7
|
+
// therefore writes it only while its own `@Output()` is `.observed`.
|
|
8
|
+
//
|
|
9
|
+
// Angular has no conditional template binding, so a wrapper rendering an inner component must write
|
|
10
|
+
// `(accessibilityAction)="accessibilityAction.emit($event)"` unconditionally — which subscribes,
|
|
11
|
+
// which makes the inner's `.observed` permanently true, which lights the flag on EVERY instance
|
|
12
|
+
// whether or not any app listens. Fixing the inner component does nothing: the wrapper is the
|
|
13
|
+
// subscriber. The chain is up to four deep here (SectionList -> VirtualizedSectionList ->
|
|
14
|
+
// VirtualizedList -> ScrollView), and every middle link has the same problem for the same reason.
|
|
15
|
+
//
|
|
16
|
+
// WHY THIS IS DI AND NOT AN `@Input`. An input is public API. An app could write
|
|
17
|
+
// `[gatedEvents]="…"` on a `Pressable` and silently switch its accessibility events OFF — a change
|
|
18
|
+
// nothing in this repo could detect and nothing on screen would show. A `viewProviders` entry is
|
|
19
|
+
// not part of the component's binding surface, so an app cannot reach it by accident.
|
|
20
|
+
//
|
|
21
|
+
// WHY `viewProviders` AND NOT `providers` — measured, both arms, 2026-09-02:
|
|
22
|
+
//
|
|
23
|
+
// viewProviders the wrapper's OWN template sees it, projected content does NOT
|
|
24
|
+
// providers both see it
|
|
25
|
+
//
|
|
26
|
+
// The second half is what matters: an app writing `<TouchableOpacity><Pressable/></TouchableOpacity>`
|
|
27
|
+
// projects its own Pressable INTO the wrapper, and that Pressable must behave exactly as it would
|
|
28
|
+
// standing alone. Under `providers` it would inherit the wrapper's demand and the debt would just
|
|
29
|
+
// move one level down.
|
|
30
|
+
//
|
|
31
|
+
// Verified on both rungs — JIT through `mount()`, and again by executing the artifact from a real
|
|
32
|
+
// `ngc --compilationMode partial` + `babel-linker.cjs` chain, because `viewProviders` compiles into
|
|
33
|
+
// the component definition (`ɵɵProvidersFeature`) and this repo has a recorded case of JIT and AOT
|
|
34
|
+
// disagreeing on a compiled binding (`.claude/rules/test-harness-false-greens.md` §21/§21a). Both
|
|
35
|
+
// arms reported the same four cells.
|
|
36
|
+
import { EventEmitter, InjectionToken, forwardRef, inject, } from '@angular/core';
|
|
37
|
+
// The four `on*`-gated accessibility events every wrapper forwards. Not the full gate list from the
|
|
38
|
+
// engine: `layout` and `textLayout` are never forwarded wrapper-to-wrapper, and
|
|
39
|
+
// KeyboardAvoidingView READS its own `onLayout` internally, so gating that one on a subscriber
|
|
40
|
+
// would break inset-following (`.claude/rules/keyboard-avoiding-view-rn-contract.md`).
|
|
41
|
+
export const GATED_ACCESSIBILITY_EVENTS = [
|
|
42
|
+
'accessibilityAction',
|
|
43
|
+
'accessibilityTap',
|
|
44
|
+
'magicTap',
|
|
45
|
+
'accessibilityEscape',
|
|
46
|
+
];
|
|
47
|
+
export const GATE_DEMAND = new InjectionToken('symbiote.gate-demand');
|
|
48
|
+
/**
|
|
49
|
+
* Declare a wrapper as the demand for everything in its own template.
|
|
50
|
+
*
|
|
51
|
+
* Takes a THUNK rather than the class: the entry sits in the decorator of the very class it names,
|
|
52
|
+
* so the reference has to be late.
|
|
53
|
+
*/
|
|
54
|
+
export function provideGateDemand(get) {
|
|
55
|
+
return { provide: GATE_DEMAND, useExisting: forwardRef(get) };
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* For a component that OWNS a gate — the innermost one, which writes the flag.
|
|
59
|
+
*/
|
|
60
|
+
export function injectGateDemand() {
|
|
61
|
+
return inject(GATE_DEMAND, { optional: true });
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* For a component that PROVIDES demand and is itself wrapped.
|
|
65
|
+
*
|
|
66
|
+
* `skipSelf` is not optional here: a component resolves its own `viewProviders`, so without it the
|
|
67
|
+
* lookup reaches this class's own `useExisting` entry and Angular throws NG0200 at construction.
|
|
68
|
+
* Loud rather than silent, but the shape is easy to get wrong, which is why the two lookups are
|
|
69
|
+
* separate functions instead of one with a flag.
|
|
70
|
+
*/
|
|
71
|
+
export function injectGateDemandAbove() {
|
|
72
|
+
return inject(GATE_DEMAND, { optional: true, skipSelf: true });
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* The one expression both roles evaluate.
|
|
76
|
+
*
|
|
77
|
+
* A demand from above OVERRIDES the local emitter, and that override is the whole mechanism: a
|
|
78
|
+
* middle link's own emitter is `.observed` precisely because the level above bound it, so answering
|
|
79
|
+
* from it would report "wanted" for a chain nobody subscribed to.
|
|
80
|
+
*/
|
|
81
|
+
export function gateWanted(above, name, own) {
|
|
82
|
+
return above !== null ? above.wantsGate(name) : own.observed;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=gate-demand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gate-demand.js","sourceRoot":"","sources":["../../src/gate-demand.ts"],"names":[],"mappings":"AAAA,gGAAgG;AAChG,uDAAuD;AACvD,EAAE;AACF,iFAAiF;AACjF,6FAA6F;AAC7F,+FAA+F;AAC/F,qEAAqE;AACrE,EAAE;AACF,oGAAoG;AACpG,iGAAiG;AACjG,gGAAgG;AAChG,8FAA8F;AAC9F,0FAA0F;AAC1F,kGAAkG;AAClG,EAAE;AACF,iFAAiF;AACjF,mGAAmG;AACnG,iGAAiG;AACjG,sFAAsF;AACtF,EAAE;AACF,6EAA6E;AAC7E,EAAE;AACF,mFAAmF;AACnF,gCAAgC;AAChC,EAAE;AACF,sGAAsG;AACtG,kGAAkG;AAClG,kGAAkG;AAClG,uBAAuB;AACvB,EAAE;AACF,kGAAkG;AAClG,oGAAoG;AACpG,mGAAmG;AACnG,kGAAkG;AAClG,qCAAqC;AACrC,OAAO,EACL,YAAY,EACZ,cAAc,EACd,UAAU,EACV,MAAM,GACP,MAAM,eAAe,CAAC;AAIvB,oGAAoG;AACpG,gFAAgF;AAChF,+FAA+F;AAC/F,uFAAuF;AACvF,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,qBAAqB;CACb,CAAC;AASX,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,cAAc,CAC3C,sBAAsB,CACvB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,UAAU,iBAAiB,CAAC,GAA4B;IAC5D,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC;AAChE,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,gBAAgB;IAC9B,OAAO,MAAM,CAAC,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;AACjD,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,qBAAqB;IACnC,OAAO,MAAM,CAAC,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;AACjE,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,UAAU,CACxB,KAAyB,EACzB,IAA8B,EAC9B,GAAiC;IAEjC,OAAO,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC;AAC/D,CAAC"}
|
|
@@ -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,9 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import './register';
|
|
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';
|
|
2
3
|
export { Animated } from './modules/animated';
|
|
3
4
|
export { AnimatedFlatList, AnimatedImage, AnimatedScrollView, AnimatedSectionList, AnimatedText, AnimatedView, } from './modules/animated';
|
|
4
5
|
export { createAnimatedComponent } from './modules/animated';
|
|
5
|
-
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';
|
|
6
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';
|
|
7
10
|
export { mount, unmount } from './render';
|
|
8
11
|
export { DescriptorOutlet } from './descriptor-to-angular';
|
|
9
12
|
export { PortalDirective, PortalOutletDirective } from './create-portal';
|
package/build/angular/index.js
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
//
|
|
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 { 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';
|
|
8
9
|
export { Animated } from './modules/animated';
|
|
9
10
|
// Also exposed as named top-level symbols (not just Animated.View/.Text/...): ngtsc's partial-mode
|
|
10
11
|
// static evaluator can't trace a component class through property access on an external
|
|
@@ -23,6 +24,20 @@ export { AnimatedFlatList, AnimatedImage, AnimatedScrollView, AnimatedSectionLis
|
|
|
23
24
|
// never reached this file, so `@symbiote-native/angular` consumers could not reach it at all.
|
|
24
25
|
export { createAnimatedComponent } from './modules/animated';
|
|
25
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';
|
|
26
41
|
export { mount, unmount } from './render';
|
|
27
42
|
// The generic Descriptor→Angular bridge, the twin of descriptorToReact/descriptorToVue.
|
|
28
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,
|
|
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;
|
|
@@ -41,6 +42,7 @@ export declare class AnimatedImage extends ImageBase implements AfterViewInit, O
|
|
|
41
42
|
private hostDirective?;
|
|
42
43
|
private readonly leafBinder;
|
|
43
44
|
private viewReady;
|
|
45
|
+
private gateInto;
|
|
44
46
|
get animatedImageProps(): Record<string, unknown>;
|
|
45
47
|
private readonly anchorStyle;
|
|
46
48
|
ngDoCheck(): void;
|
|
@@ -54,10 +56,8 @@ export declare class AnimatedImage extends ImageBase implements AfterViewInit, O
|
|
|
54
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: {}; }]>;
|
|
55
57
|
}
|
|
56
58
|
export declare class AnimatedScrollView extends AnimatedComponentBase {
|
|
57
|
-
get reducedProps(): Record<string, unknown>;
|
|
58
|
-
get contentProps(): Record<string, unknown>;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedScrollView, never>;
|
|
60
|
-
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: {}; }]>;
|
|
61
61
|
}
|
|
62
62
|
export declare const AnimatedFlatList: typeof FlatList;
|
|
63
63
|
export declare const AnimatedSectionList: typeof SectionList;
|