@symbiote-native/angular 0.3.0 → 0.3.2
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 +1 -4
- package/babel-linker.cjs +1 -2
- package/bin/symbiote-angular-dev.cjs +2 -2
- package/build/angular/components/activity-indicator/index.android.js +3 -3
- package/build/angular/components/activity-indicator/index.ios.js +3 -3
- package/build/angular/components/activity-indicator/index.js +1 -1
- package/build/angular/components/activity-indicator/index.js.map +1 -1
- package/build/angular/components/activity-indicator/shared.js +3 -3
- package/build/angular/components/button.js +6 -6
- package/build/angular/components/button.js.map +1 -1
- package/build/angular/components/flat-list/index.js +4 -5
- package/build/angular/components/flat-list/index.js.map +1 -1
- package/build/angular/components/image/index.android.js +3 -3
- package/build/angular/components/image/index.ios.js +3 -3
- package/build/angular/components/image-background.js +3 -3
- package/build/angular/components/input-accessory-view.js +3 -3
- package/build/angular/components/keyboard-avoiding-view.js +5 -5
- package/build/angular/components/keyboard-avoiding-view.js.map +1 -1
- package/build/angular/components/modal.js +3 -3
- package/build/angular/components/pressable/index.js +3 -3
- package/build/angular/components/refresh-control.js +5 -5
- package/build/angular/components/refresh-control.js.map +1 -1
- package/build/angular/components/safe-area-view.js +6 -7
- package/build/angular/components/safe-area-view.js.map +1 -1
- package/build/angular/components/scroll-view/index.android.js +8 -8
- package/build/angular/components/scroll-view/index.android.js.map +1 -1
- package/build/angular/components/scroll-view/index.ios.js +6 -6
- package/build/angular/components/scroll-view/index.ios.js.map +1 -1
- package/build/angular/components/scroll-view/index.js +1 -1
- package/build/angular/components/scroll-view/index.js.map +1 -1
- package/build/angular/components/scroll-view/shared.js +9 -9
- package/build/angular/components/scroll-view/shared.js.map +1 -1
- package/build/angular/components/scroll-view/sticky-header.js +4 -4
- package/build/angular/components/scroll-view/sticky-header.js.map +1 -1
- package/build/angular/components/section-list/index.js +3 -3
- package/build/angular/components/switch/index.android.js +3 -3
- package/build/angular/components/switch/index.ios.js +3 -3
- package/build/angular/components/switch/shared.js +3 -3
- package/build/angular/components/text-input.js +3 -3
- package/build/angular/components/touchable-native-feedback.js +5 -5
- package/build/angular/components/touchable-native-feedback.js.map +1 -1
- package/build/angular/components/touchable.js +12 -12
- package/build/angular/components/touchable.js.map +1 -1
- package/build/angular/components/virtualized-list/directives.js +19 -20
- package/build/angular/components/virtualized-list/directives.js.map +1 -1
- package/build/angular/components/virtualized-list/index.js +7 -8
- package/build/angular/components/virtualized-list/index.js.map +1 -1
- package/build/angular/components/virtualized-section-list/directives.js +13 -14
- package/build/angular/components/virtualized-section-list/directives.js.map +1 -1
- package/build/angular/components/virtualized-section-list/index.js +5 -5
- package/build/angular/components/virtualized-section-list/index.js.map +1 -1
- package/build/angular/create-portal.js +9 -9
- package/build/angular/create-portal.js.map +1 -1
- package/build/angular/create-tunnel.js +6 -6
- package/build/angular/descriptor-to-angular/index.js +6 -6
- package/build/angular/descriptor-to-angular/index.js.map +1 -1
- package/build/angular/index.js +6 -7
- package/build/angular/index.js.map +1 -1
- package/build/angular/modules/animated/create-animated-component.js +17 -17
- 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/status-bar.js +3 -3
- package/build/angular/primitives/index.js +45 -45
- package/build/angular/primitives/shared.d.ts +1 -2
- package/build/angular/primitives/shared.js +8 -9
- package/build/angular/primitives/shared.js.map +1 -1
- package/build/angular/render.js +2 -3
- package/build/angular/render.js.map +1 -1
- package/build/angular/renderer.js +4 -6
- package/build/angular/renderer.js.map +1 -1
- package/build/angular/services/color-scheme.service.js +3 -3
- package/build/angular/services/window-dimensions.service.js +3 -3
- package/build/components/activity-indicator/index.js +1 -1
- package/build/components/button.js +3 -3
- package/build/components/flat-list/index.js +1 -2
- package/build/components/keyboard-avoiding-view.js +2 -2
- package/build/components/refresh-control.js +2 -2
- package/build/components/safe-area-view.js +3 -4
- package/build/components/scroll-view/index.android.js +2 -2
- package/build/components/scroll-view/index.ios.js +3 -3
- package/build/components/scroll-view/index.js +1 -1
- package/build/components/scroll-view/shared.js +3 -3
- package/build/components/scroll-view/sticky-header.js +1 -1
- package/build/components/touchable-native-feedback.js +2 -2
- package/build/components/touchable.js +3 -3
- package/build/components/virtualized-list/directives.js +1 -2
- package/build/components/virtualized-list/index.js +4 -5
- package/build/components/virtualized-section-list/directives.js +1 -2
- package/build/components/virtualized-section-list/index.js +2 -2
- package/build/create-portal.js +3 -3
- package/build/descriptor-to-angular/index.js +3 -3
- package/build/index.js +6 -7
- package/build/modules/animated/create-animated-component.js +2 -2
- package/build/modules/animated/index.js +1 -1
- package/build/primitives/shared.d.ts +1 -2
- package/build/primitives/shared.js +2 -3
- package/build/render.js +2 -3
- package/build/renderer.js +4 -6
- package/metro-config.cjs +3 -4
- package/metro-css-parser.cjs +1 -2
- package/package.json +6 -5
- package/src/__tests__/responder-change-detection.test.ts +1 -1
- package/src/__tests__/responder-nested-cd.test.ts +1 -1
- package/src/components/activity-indicator/activity-indicator-class-style.test.ts +1 -1
- package/src/components/activity-indicator/index.ts +1 -1
- package/src/components/button.ts +3 -3
- package/src/components/flat-list/flat-list-array-style.test.ts +1 -1
- package/src/components/flat-list/flat-list-class-style.test.ts +1 -1
- package/src/components/flat-list/flat-list-scroll-containment.test.ts +2 -2
- package/src/components/flat-list/index.ts +1 -2
- package/src/components/image/image-class-style.test.ts +1 -1
- package/src/components/image-background-class-style.test.ts +1 -1
- package/src/components/image-background.ts +1 -1
- package/src/components/keyboard-avoiding-view.ts +4 -4
- package/src/components/refresh-control.ts +5 -4
- package/src/components/safe-area-view.ts +5 -5
- package/src/components/scroll-view/android-scroll-view-axis-projection.test.ts +1 -1
- package/src/components/scroll-view/index.android.ts +2 -2
- package/src/components/scroll-view/index.ios.ts +3 -3
- package/src/components/scroll-view/index.ts +1 -1
- package/src/components/scroll-view/scroll-view-class-style.test.ts +1 -1
- package/src/components/scroll-view/shared.ts +5 -5
- package/src/components/scroll-view/sticky-header.ts +1 -1
- package/src/components/text-input-class-style.test.ts +1 -1
- package/src/components/text-input.ts +2 -2
- package/src/components/touchable-native-feedback.ts +3 -3
- package/src/components/touchable.ts +5 -5
- package/src/components/virtualized-list/directives.ts +1 -2
- package/src/components/virtualized-list/index.ts +6 -7
- package/src/components/virtualized-list/virtualized-list-class-style.test.ts +1 -1
- package/src/components/virtualized-section-list/directives.ts +1 -2
- package/src/components/virtualized-section-list/index.ts +4 -4
- package/src/components/virtualized-section-list/virtualized-section-list-class-style.test.ts +1 -1
- package/src/create-portal.ts +3 -3
- package/src/descriptor-to-angular/index.ts +3 -3
- package/src/host-instance/host-instance.test.ts +1 -1
- package/src/index.ts +6 -7
- package/src/modules/animated/create-animated-component.ts +2 -2
- package/src/modules/animated/index.ts +1 -1
- package/src/modules/app-registry/app-registry.test.ts +3 -3
- package/src/primitives/shared.ts +2 -3
- package/src/render.test.ts +3 -3
- package/src/render.ts +2 -3
- package/src/renderer.test.ts +1 -1
- package/src/renderer.ts +4 -6
- package/tsconfig.angular.base.json +7 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderer.js","sourceRoot":"","sources":["../../src/renderer.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"renderer.js","sourceRoot":"","sources":["../../src/renderer.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,10 +21,10 @@ export class ColorSchemeService {
|
|
|
21
21
|
subscription.remove();
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
25
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.
|
|
24
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ColorSchemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
25
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ColorSchemeService, providedIn: 'root' });
|
|
26
26
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ColorSchemeService, decorators: [{
|
|
28
28
|
type: Injectable,
|
|
29
29
|
args: [{ providedIn: 'root' }]
|
|
30
30
|
}], ctorParameters: () => [] });
|
|
@@ -32,10 +32,10 @@ export class WindowDimensionsService {
|
|
|
32
32
|
subscription.remove();
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
36
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: WindowDimensionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
36
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: WindowDimensionsService, providedIn: 'root' });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: WindowDimensionsService, decorators: [{
|
|
39
39
|
type: Injectable,
|
|
40
40
|
args: [{ providedIn: 'root' }]
|
|
41
41
|
}], ctorParameters: () => [] });
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// TouchableOpacity wrapping a Text. The base text style, the role constant, and the color fold are
|
|
3
3
|
// shared in @symbiote-native/components/view; here Angular only composes its TouchableOpacity + a
|
|
4
4
|
// symbiote-text child and re-maps the few Button-owned props. The Angular twin of the React/Vue
|
|
5
|
-
// adapter's Button. No JS-side platform branch, so this stays a flat single file
|
|
5
|
+
// adapter's Button. No JS-side platform branch, so this stays a flat single file.
|
|
6
6
|
//
|
|
7
7
|
// RN's Button fixes accessibilityRole="button", marks the root accessible, and propagates `disabled`
|
|
8
8
|
// into the accessibility state; those three win over any caller value. `title` becomes the Text
|
|
9
9
|
// child; disabled forwards straight; touchSoundDisabled maps to the pressable's android_disableSound.
|
|
10
10
|
// Every OTHER field of the shared IButtonProps (title, color, disabled, touchSoundDisabled, testID,
|
|
11
|
-
// TV-focus, accessibility state) is agnostic and stays RE-EXPORTED from @symbiote-native/components
|
|
12
|
-
//
|
|
11
|
+
// TV-focus, accessibility state) is agnostic and stays RE-EXPORTED from @symbiote-native/components
|
|
12
|
+
// verbatim. onPress and the four accessibility callbacks are the
|
|
13
13
|
// exceptions: each is a real @Output() here (`press`, `accessibilityAction`, `accessibilityTap`,
|
|
14
14
|
// `magicTap`, `accessibilityEscape`), mirroring the Vue adapter's Button, which forks the SAME onPress
|
|
15
15
|
// field the same way (`Omit<ICoreButtonProps, 'onPress'>` + a `press` emit) — not a new precedent, the
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
// surface; FlatList re-exposes it by delegating to the inner VirtualizedList (@ViewChild). The
|
|
32
32
|
// element-returning props (renderItem / ItemSeparatorComponent / List{Header,Footer,Empty}Component)
|
|
33
33
|
// are templates in Angular, so they are absent from IFlatListProps, per the per-adapter
|
|
34
|
-
// children/render split
|
|
35
|
-
// IVirtualizedListProps.
|
|
34
|
+
// children/render prop split; everything agnostic mirrors IVirtualizedListProps.
|
|
36
35
|
var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
37
36
|
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
38
37
|
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
// Angular twin of React's setState / Vue's reactive ref), ngOnDestroy tears the subscriptions down,
|
|
7
7
|
// and the wrapper's onLayout measures the frame that feeds the next event's inset. The user
|
|
8
8
|
// children nest under the wrapper (or, for 'position', an inner View) via <ng-content>. No native
|
|
9
|
-
// host of its own — it wraps symbiote-view — so this stays a flat single file
|
|
9
|
+
// host of its own — it wraps symbiote-view — so this stays a flat single file.
|
|
10
10
|
//
|
|
11
11
|
// Full parity: behavior 'height'|'position'|'padding', enabled, keyboardVerticalOffset,
|
|
12
12
|
// contentContainerStyle, onLayout, plus the full a11y/aria surface every View carries.
|
|
@@ -327,7 +327,7 @@ let KeyboardAvoidingView = (() => {
|
|
|
327
327
|
// The wrapper's onLayout is a real @Output(): `(layout)="…"`, not `[onLayout]="…"`. Safe to
|
|
328
328
|
// name it the same as the native `layout` event fired inside this component's own template
|
|
329
329
|
// (see the class's `handleLayout`) — the engine's bubble() treats ANCHOR_HOST_COMPONENTS as
|
|
330
|
-
// transparent to listener lookup, so there is no double-fire
|
|
330
|
+
// transparent to listener lookup, so there is no double-fire.
|
|
331
331
|
layout = (__runInitializers(this, _style_extraInitializers), __runInitializers(this, _layout_initializers, new EventEmitter()));
|
|
332
332
|
accessibilityAction = (__runInitializers(this, _layout_extraInitializers), __runInitializers(this, _accessibilityAction_initializers, new EventEmitter()));
|
|
333
333
|
accessibilityTap = (__runInitializers(this, _accessibilityAction_extraInitializers), __runInitializers(this, _accessibilityTap_initializers, new EventEmitter()));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// RefreshControl, the Angular lifecycle half. On iOS this is the PullToRefreshView Fabric node that
|
|
2
2
|
// lives INSIDE a ScrollView (a childless sibling before the content container); on Android it is
|
|
3
|
-
// AndroidSwipeRefreshLayout and WRAPS the scroll view
|
|
3
|
+
// AndroidSwipeRefreshLayout and WRAPS the scroll view, receiving it through <ng-content>.
|
|
4
4
|
// The Angular twin of the React/Vue RefreshControl. There is no JS-side platform renaming and no
|
|
5
5
|
// shared render fn — every prop forwards straight to the native node, which reads the ones it
|
|
6
6
|
// understands and ignores the rest, so the Android-only and iOS-only families ride down harmlessly
|
|
7
7
|
// on both. So this folds aria/role through the shared resolveAccessibilityProps and maps the native
|
|
8
8
|
// props + a11y + onRefresh straight onto the symbiote-refresh-control host, children via <ng-content>.
|
|
9
|
-
// No platform branch (one composed component both platforms), so this stays a flat single file
|
|
9
|
+
// No platform branch (one composed component both platforms), so this stays a flat single file.
|
|
10
10
|
//
|
|
11
11
|
// `refreshing` is a controlled prop: the parent owns it and pushes it down each commit; native
|
|
12
12
|
// reports the gesture via the direct `topRefresh` event, which the engine routes to the host's
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// so this folds aria/role through the shared resolveAccessibilityProps and maps style +
|
|
5
5
|
// a11y + onLayout straight onto the symbiote-safe-area-view host, children via <ng-content>.
|
|
6
6
|
// The Angular twin of the React/Vue SafeAreaView. No platform branch (one Fabric name both
|
|
7
|
-
// platforms), so this stays a flat single file
|
|
7
|
+
// platforms), so this stays a flat single file.
|
|
8
8
|
var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
9
9
|
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
10
10
|
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
@@ -287,8 +287,7 @@ let SafeAreaView = (() => {
|
|
|
287
287
|
style = __runInitializers(this, _style_initializers, void 0);
|
|
288
288
|
// Real @Output()s, not `[onX]="…"` callbacks. Safe to name `layout` the same as the native
|
|
289
289
|
// `layout` event fired inside this component's own template — the engine's bubble() treats
|
|
290
|
-
// ANCHOR_HOST_COMPONENTS as transparent to listener lookup, so there is no double-fire
|
|
291
|
-
// (angular-adapter skill §7).
|
|
290
|
+
// ANCHOR_HOST_COMPONENTS as transparent to listener lookup, so there is no double-fire.
|
|
292
291
|
layout = (__runInitializers(this, _style_extraInitializers), __runInitializers(this, _layout_initializers, new EventEmitter()));
|
|
293
292
|
accessibilityAction = (__runInitializers(this, _layout_extraInitializers), __runInitializers(this, _accessibilityAction_initializers, new EventEmitter()));
|
|
294
293
|
accessibilityTap = (__runInitializers(this, _accessibilityAction_extraInitializers), __runInitializers(this, _accessibilityTap_initializers, new EventEmitter()));
|
|
@@ -346,7 +345,7 @@ let SafeAreaView = (() => {
|
|
|
346
345
|
// the host node never sees an aria-* key (native ignores them), same transform React's
|
|
347
346
|
// SafeAreaView runs over its whole `rawProps`. The anchor's class-derived style goes FIRST, this
|
|
348
347
|
// component's own explicit `style` @Input SECOND — flattenStyle's later-wins collapse keeps an
|
|
349
|
-
// explicit [style] winning over its ambient class
|
|
348
|
+
// explicit [style] winning over its ambient class.
|
|
350
349
|
get hostProps() {
|
|
351
350
|
return resolveAccessibilityProps({
|
|
352
351
|
style: [anchorHostStyle(this.elementRef), this.style],
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
// ScrollView on Android
|
|
1
|
+
// ScrollView on Android. An Android ScrollView accepts only ONE child, so a
|
|
2
2
|
// RefreshControl can't be a sibling of the content the way iOS allows ("addViewAt: failed to insert
|
|
3
3
|
// view ... at index 1"). RN solves this by having the RefreshControl (AndroidSwipeRefreshLayout)
|
|
4
4
|
// WRAP the scroll view (cloneElement(refreshControl, {style}, scrollView)). Angular mirrors that
|
|
5
5
|
// shape by querying a projected <RefreshControl>, re-rendering its native prop surface as the outer
|
|
6
6
|
// wrapper, and projecting every non-RefreshControl child into the inner scroll content.
|
|
7
7
|
//
|
|
8
|
-
//
|
|
8
|
+
// Android genuinely needs a different Fabric view per
|
|
9
9
|
// axis for BOTH the outer scroll container (RCTScrollView is vertical-only; AndroidHorizontalScrollView
|
|
10
10
|
// is a dedicated ViewManager) AND the inner content view (vertical content is a plain Android View,
|
|
11
11
|
// horizontal content is AndroidHorizontalScrollContentView, which carries its own ShadowNode::
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ScrollView on iOS
|
|
1
|
+
// ScrollView on iOS. The RefreshControl is a CHILD of the scroll view, rendered
|
|
2
2
|
// as a SIBLING BEFORE the content container (RN ScrollView.js: {refreshControl}{contentContainer}).
|
|
3
3
|
// The developer composes it as a projected child of <ScrollView>; this template selects it into the
|
|
4
4
|
// sibling slot before the scroll-content. Also the base (index.ts re-exports it) for headless /
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
// FIRST (`@if`) branch never receives Angular's native catch-up placement, only the SECOND
|
|
14
14
|
// (`@else`) branch does (angular/angular#53310, #54840 — Angular's own docs: "You should not
|
|
15
15
|
// conditionally include <ng-content> with @if, @for, or @switch"). Symptom here was axis-specific:
|
|
16
|
-
// a horizontal FlatList's cells landed outside the ScrollView entirely.
|
|
17
|
-
//
|
|
16
|
+
// a horizontal FlatList's cells landed outside the ScrollView entirely. Fix: single unconditional
|
|
17
|
+
// `<ng-content>` call site.
|
|
18
18
|
var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
19
19
|
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
20
20
|
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Base / default ScrollView. Re-exports the iOS build. Metro overrides this with index.ios.ts /
|
|
2
2
|
// index.android.ts on a real host; under tsx / tsc / web the host resolves here. Filename is the
|
|
3
|
-
// selector, no Platform.OS read.
|
|
3
|
+
// selector, no Platform.OS read.
|
|
4
4
|
export * from './index.ios';
|
|
5
5
|
export { ScrollViewStickyHeader } from './sticky-header';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ScrollView, the Angular lifecycle half
|
|
1
|
+
// ScrollView, the Angular lifecycle half. The Fabric tree is nested: a scroll view
|
|
2
2
|
// wraps a content view that holds the children (RN's ScrollView.js shape). The platform-invariant
|
|
3
3
|
// math (decelerationRate, the per-axis intrinsics/base style, the content-size dedupe, the
|
|
4
4
|
// imperative handle, the native sticky scroll-attach, the aria/role fold) lives in
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// flashScrollIndicators), the content-size dedupe, and the native sticky scroll-attach wired
|
|
9
9
|
// through whenCommitted. This is the Angular twin of the React useRef + Vue shallowRef host.
|
|
10
10
|
//
|
|
11
|
-
// What diverges per platform
|
|
11
|
+
// What diverges per platform, how a RefreshControl integrates, stays in the
|
|
12
12
|
// .ios/.android files (Metro filename-selected): iOS renders the RefreshControl as a SIBLING
|
|
13
13
|
// before the content container; on Android an AndroidSwipeRefreshLayout WRAPS the scroll view.
|
|
14
14
|
//
|
|
@@ -658,7 +658,7 @@ let ScrollViewBase = (() => {
|
|
|
658
658
|
}
|
|
659
659
|
// The imperative API a parent reaches via @ViewChild(ScrollView). buildScrollViewHandle is the
|
|
660
660
|
// shared, proven handle (React/Vue use it verbatim); it reads the node through the LAZY getter on
|
|
661
|
-
// every call, so a command before commit no-ops rather than freezing a null node
|
|
661
|
+
// every call, so a command before commit no-ops rather than freezing a null node.
|
|
662
662
|
handle = buildScrollViewHandle(() => this.hostNode);
|
|
663
663
|
scrollTo(options) {
|
|
664
664
|
this.handle.scrollTo(options);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
// it to the top (or bottom, inverted) until the next header collides with it. The native Fabric
|
|
7
7
|
// scroll view does NOT honor `stickyHeaderIndices` on its own. The load-bearing top/inverted
|
|
8
8
|
// interpolation math (computeStickyInterpolation) lives framework-agnostic in @symbiote-native/components
|
|
9
|
-
//
|
|
9
|
+
// this file holds the Angular component shell, the layout state, and the interpolation
|
|
10
10
|
// build, sharing the math verbatim with React/Vue. Angular supplies only the lifecycle (inputs +
|
|
11
11
|
// manual change detection instead of useState/useEffect or refs/watch).
|
|
12
12
|
//
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
// so the child still renders with working press wiring. The static factories + background mapping
|
|
8
8
|
// are shared in @symbiote-native/components and reused verbatim — Angular only attaches them onto the
|
|
9
9
|
// component class and nests the feedback view. No JS-side platform branch (one Fabric path both
|
|
10
|
-
// platforms), so this stays a flat single file
|
|
10
|
+
// platforms), so this stays a flat single file, mirroring React/Vue.
|
|
11
11
|
//
|
|
12
|
-
// This component's own press/hover events are
|
|
12
|
+
// This component's own press/hover events are real @Output() EventEmitters too, matching
|
|
13
13
|
// Pressable (which it wraps) — `(press)="press.emit($event)"`, never `[onPress]="onPress"`.
|
|
14
14
|
// Non-event config (delayLongPress, hitSlop, ...) still rides down as plain @Input() bindings. The
|
|
15
15
|
// a11y identity bag + the four a11y events live on the feedback view — the one host intrinsic here —
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
// (`(accessibilityAction)="accessibilityAction.emit($event)"`); accessibility STATE folds the web
|
|
18
18
|
// aria-*/role aliases and merges `disabled` into the a11y state on Pressable's own host — no re-fold
|
|
19
19
|
// here (the a11y host is Pressable's view, mirroring React's `...rest` -> Pressable). No JS-side
|
|
20
|
-
// platform branch, so this stays a flat single file
|
|
21
|
-
//
|
|
22
|
-
//
|
|
20
|
+
// platform branch, so this stays a flat single file, mirroring React/Vue. Each Touchable
|
|
21
|
+
// forwards the Angular Pressable surface verbatim; parity is against that surface, exactly as
|
|
22
|
+
// React's Touchable parity is against
|
|
23
23
|
// the React Pressable surface.
|
|
24
24
|
var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
25
25
|
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
// `ItemSeparatorComponent`. React/Vue pass an element-returning callback; that does NOT
|
|
4
4
|
// translate to Angular, where per-item content is a TEMPLATE. So the app supplies each
|
|
5
5
|
// slot as an `<ng-template>` carrying one of these structural directives, and the list
|
|
6
|
-
// stamps the windowed slice through them.
|
|
7
|
-
// <prop_types_split_agnostic_vs_per_adapter>: the agnostic windowing surface stays shared,
|
|
6
|
+
// stamps the windowed slice through them. The agnostic windowing surface stays shared,
|
|
8
7
|
// only the cell-AUTHORING shape is framework-specific.
|
|
9
8
|
//
|
|
10
9
|
// Authoring API (what FlatList / SectionList build on, and what the app imports):
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// VirtualizedList, the Angular lifecycle half. The windowing engine (offset table, window
|
|
2
2
|
// compute, batch throttle, viewability, edge-reached, the child PLAN, the imperative-handle
|
|
3
3
|
// geometry) lives in @symbiote-native/components/state, shared verbatim with the React and Vue adapters
|
|
4
|
-
//
|
|
4
|
+
// so every adapter keeps the same feature surface. Here Angular supplies only the lifecycle: plain fields
|
|
5
5
|
// for scroll offset / viewport / measurement bumps, a once-per-CD metrics + view recompute in
|
|
6
6
|
// ngDoCheck (the Angular twin of React render / Vue `computed` — it owns the controlled
|
|
7
7
|
// committedWindow throttle and assembles the windowed cells before the template bindings are read),
|
|
@@ -19,11 +19,10 @@
|
|
|
19
19
|
// (a core-only NgTemplateOutlet twin — @angular/common is not a dependency). See ./directives.ts.
|
|
20
20
|
// Every React/Vue behavior is present (windowing, onEndReached, viewability, headers/footers/empty/
|
|
21
21
|
// separators, refresh, imperative scroll, horizontal, inverted, MVCP); only the cell AUTHORING
|
|
22
|
-
// shape differs,
|
|
23
|
-
// <prop_types_split_agnostic_vs_per_adapter>.
|
|
22
|
+
// shape differs, since a callback prop returning an element has no Angular equivalent.
|
|
24
23
|
//
|
|
25
|
-
// Lists have no Descriptor render fn
|
|
26
|
-
//
|
|
24
|
+
// Lists have no Descriptor render fn — the cell content is the framework's own children.
|
|
25
|
+
// Cells/spacers are plain symbiote-view host elements.
|
|
27
26
|
var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
28
27
|
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
29
28
|
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
// React/Vue pass element-returning callbacks; that does NOT translate to Angular, where per-cell
|
|
4
4
|
// content is a TEMPLATE. So the app supplies each section slot as an `<ng-template>` carrying one
|
|
5
5
|
// of these structural directives, and VirtualizedSectionList stamps the windowed slice through
|
|
6
|
-
// them.
|
|
7
|
-
// the shared flatten/window surface stays in @symbiote-native/components, only the cell-AUTHORING shape is
|
|
6
|
+
// them. The shared flatten/window surface stays in @symbiote-native/components, only the cell-AUTHORING shape is
|
|
8
7
|
// framework-specific. SectionList (the next layer) reuses these same directives verbatim.
|
|
9
8
|
//
|
|
10
9
|
// Authoring API (what the app imports and what SectionList builds on):
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
// `vListItem` template that @switch-es on the flattened entry's tag and stamps the matching app
|
|
13
13
|
// template (captured via @ContentChild on the vSection* directives) through VListOutletDirective.
|
|
14
14
|
// list-level header/footer/empty/item-separator reuse VirtualizedList's own directives, forwarded
|
|
15
|
-
// the same way.
|
|
16
|
-
//
|
|
15
|
+
// the same way. Only the cell-AUTHORING shape is framework-specific; the rest of the surface
|
|
16
|
+
// stays shared with React/Vue.
|
|
17
17
|
//
|
|
18
18
|
// Accessibility / aria props are forwarded unchanged to the inner VirtualizedList, which owns the
|
|
19
19
|
// shared aria→accessibility* fold before the props reach the ScrollView host.
|
package/build/create-portal.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// createPortal for @symbiote-native/angular — the Angular twin of the React/Vue same-surface portal
|
|
2
2
|
// (create-portal.ts / Teleport in runtime-helpers.ts). Scope is identical: the target must be
|
|
3
|
-
// an already-mounted location WITHIN THE SAME SURFACE as the portal's call site —
|
|
4
|
-
//
|
|
5
|
-
//
|
|
3
|
+
// an already-mounted location WITHIN THE SAME SURFACE as the portal's call site — moving content
|
|
4
|
+
// across independently-mounted surfaces has no safe host-level primitive to hook into, so
|
|
5
|
+
// createTunnel (create-tunnel.ts) covers that cross-surface case instead.
|
|
6
6
|
//
|
|
7
7
|
// React/Vue implement this as a thin validating wrapper around a mechanism the FRAMEWORK
|
|
8
8
|
// ITSELF already has (react-reconciler's Fiber-level HostPortal, Vue's own <Teleport>) — all
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Angular descriptor outlet. The React/Vue bridges can return framework elements directly
|
|
2
2
|
// (`descriptorToReact` / `descriptorToVue`); Angular needs a tiny standalone component that
|
|
3
|
-
// consumes a Descriptor tree and drives Renderer2 imperatively
|
|
4
|
-
//
|
|
5
|
-
//
|
|
3
|
+
// consumes a Descriptor tree and drives Renderer2 imperatively, patching same type/key nodes
|
|
4
|
+
// instead of clearing and recreating the subtree so it keeps retained-node identity and Fabric
|
|
5
|
+
// stays on the clone-on-write path.
|
|
6
6
|
var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
7
7
|
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
8
8
|
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
package/build/index.js
CHANGED
|
@@ -3,20 +3,19 @@
|
|
|
3
3
|
// lives in the engine, shared with every other adapter. App code names only @symbiote-native/angular.
|
|
4
4
|
//
|
|
5
5
|
// SEAM SCAFFOLD: mount/unmount + the renderer seam + host intrinsic selectors. Full RN-like
|
|
6
|
-
// composed components still flow through the shared @symbiote-native/components bridge
|
|
7
|
-
// `angular-adapter` skill (§6 descriptorToAngular, the layered milestones).
|
|
6
|
+
// composed components still flow through the shared @symbiote-native/components bridge.
|
|
8
7
|
export { ActivityIndicator, anchorHostStyle, Button, FlatList, HorizontalScrollContentView, HorizontalScrollView, Image, ImageBackground, InputAccessoryView, KeyboardAvoidingView, Modal, Pressable, RefreshControl, SafeAreaView, ScrollContentView, ScrollView, ScrollViewStickyHeader, SectionList, stableAnchorStyle, Switch, SymbioteHostPropsDirective, Text, TextInput, TouchableHighlight, TouchableNativeFeedback, TouchableOpacity, TouchableWithoutFeedback, View, VirtualizedList, VirtualizedSectionList, VListEmptyDirective, VListFooterDirective, VListHeaderDirective, VListItemDirective, VListSeparatorDirective, VSectionFooterDirective, VSectionHeaderDirective, VSectionItemDirective, VSectionSeparatorDirective, } from './components';
|
|
9
8
|
export { Animated } from './modules/animated';
|
|
10
9
|
// Also exposed as named top-level symbols (not just Animated.View/.Text/...): ngtsc's partial-mode
|
|
11
|
-
// static evaluator
|
|
12
|
-
//
|
|
10
|
+
// static evaluator can't trace a component class through property access on an external
|
|
11
|
+
// namespace object, only through a direct named import binding —
|
|
13
12
|
// so `<AnimatedView>` in a template requires `import { AnimatedView } from '@symbiote-native/angular'`,
|
|
14
13
|
// not `const AnimatedView = Animated.View`. Plain tsc/vitest don't catch this; only a real ngc run does.
|
|
15
14
|
export { AnimatedFlatList, AnimatedImage, AnimatedScrollView, AnimatedSectionList, AnimatedText, AnimatedView, } from './modules/animated';
|
|
16
15
|
export { setImageSourceResolver } from './components';
|
|
17
16
|
export { mount, unmount } from './render';
|
|
18
|
-
// The generic Descriptor→Angular bridge
|
|
19
|
-
//
|
|
17
|
+
// The generic Descriptor→Angular bridge, the twin of descriptorToReact/descriptorToVue.
|
|
18
|
+
// Exported so a component defined OUTSIDE this package (e.g.
|
|
20
19
|
// @symbiote-native/slider) can render a shared @symbiote-native/components/@symbiote-native/slider Descriptor tree
|
|
21
20
|
// without hand-writing its own Renderer2 walker.
|
|
22
21
|
export { DescriptorOutlet } from './descriptor-to-angular';
|
|
@@ -25,7 +24,7 @@ export { DescriptorOutlet } from './descriptor-to-angular';
|
|
|
25
24
|
// Angular can't synthesize components at runtime (no JIT under Metro/Hermes), so both are
|
|
26
25
|
// static, pre-authored structural directives (`*portal`/`*tunnelIn`, the `*ngIf`/`*ngFor`
|
|
27
26
|
// idiom) parameterized by an `@Input()`, rather than a factory returning fresh components per
|
|
28
|
-
// call
|
|
27
|
+
// call.
|
|
29
28
|
export { PortalDirective, PortalOutletDirective } from './create-portal';
|
|
30
29
|
export { createTunnel, TunnelInDirective, TunnelOut } from './create-tunnel';
|
|
31
30
|
export { SymbioteRenderer, SymbioteRendererFactory } from './renderer';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// createAnimatedComponent for @symbiote-native/angular: the Angular twin of the React/Vue
|
|
2
2
|
// wrapper. React/Vue have a runtime HOC (`createAnimatedComponent(Component)` builds a
|
|
3
3
|
// fresh wrapped component on the fly). Angular has NO such idiom AND it cannot have one:
|
|
4
|
-
// the AOT-under-Metro build
|
|
4
|
+
// the AOT-under-Metro build compiles every @Component at build
|
|
5
5
|
// time and ships NO JIT compiler to Hermes, so a runtime `Component({...})(class)` would
|
|
6
6
|
// throw. The idiomatic, AOT-safe equivalent is therefore an EXPLICIT set of standalone
|
|
7
7
|
// components — AnimatedView / AnimatedText / AnimatedImage / AnimatedScrollView — each a
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
//
|
|
14
14
|
// The framework-agnostic half (reduceProps / readPassthroughStyle / resolveHostNode /
|
|
15
15
|
// AnimatedProps / attachNativeEventHandler / isNativeAnimatedAvailable) comes from
|
|
16
|
-
// @symbiote-native/engine, shared verbatim with React and Vue
|
|
16
|
+
// @symbiote-native/engine, shared verbatim with React and Vue. Angular supplies
|
|
17
17
|
// only the lifecycle wiring. The per-frame path NEVER goes through Angular change
|
|
18
18
|
// detection: value.setValue / animation -> flushValue -> AnimatedProps.update() ->
|
|
19
19
|
// setNativeProps(node), exactly as on the other adapters.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// animated/index.ts. The animated COMPONENTS (View / Text / Image / ScrollView) are explicit
|
|
3
3
|
// standalone components (Angular has no runtime HOC — see create-animated-component.ts); the
|
|
4
4
|
// value graph, easing and imperative drivers come from @symbiote-native/engine (framework-agnostic,
|
|
5
|
-
// JS-driven
|
|
5
|
+
// JS-driven), spread in verbatim. Both halves meet here so the familiar surface,
|
|
6
6
|
// `Animated.timing(new Animated.Value(0), …).start()`, works against the Angular-driven engine.
|
|
7
7
|
import { AnimatedValue, AnimatedValueXY, AnimatedColor, AnimatedMock, Easing, Platform, timing, spring, decay, parallel, sequence, stagger, loop, delay, add, subtract, multiply, divide, modulo, diffClamp, event, forkEvent, unforkEvent, } from '@symbiote-native/engine';
|
|
8
8
|
import { AnimatedFlatList, AnimatedImage, AnimatedScrollView, AnimatedSectionList, AnimatedText, AnimatedView, createAnimatedComponent, } from './create-animated-component';
|
|
@@ -21,8 +21,7 @@ import { type IHostInstance, type IStyleProp } from '@symbiote-native/engine';
|
|
|
21
21
|
*
|
|
22
22
|
* Skipping this call for a new `ANCHOR_HOST_COMPONENTS` entry compiles clean under `tsc` AND a
|
|
23
23
|
* real `ngc` AOT build — no type error, no template error — it just silently drops `class="..."`
|
|
24
|
-
* forever; only a device/simulator render (or a committed-node style assertion) catches it.
|
|
25
|
-
* the `angular-adapter` skill §21 for the device-confirmed incident and the full checklist.
|
|
24
|
+
* forever; only a device/simulator render (or a committed-node style assertion) catches it.
|
|
26
25
|
*/
|
|
27
26
|
export declare function anchorHostStyle(elementRef: ElementRef<unknown>): unknown;
|
|
28
27
|
export declare function anchorStyleProp<T>(elementRef: ElementRef<unknown>): IStyleProp<T> | undefined;
|
|
@@ -55,8 +55,7 @@ import { flattenStyle, isSymbioteNode, } from '@symbiote-native/engine';
|
|
|
55
55
|
*
|
|
56
56
|
* Skipping this call for a new `ANCHOR_HOST_COMPONENTS` entry compiles clean under `tsc` AND a
|
|
57
57
|
* real `ngc` AOT build — no type error, no template error — it just silently drops `class="..."`
|
|
58
|
-
* forever; only a device/simulator render (or a committed-node style assertion) catches it.
|
|
59
|
-
* the `angular-adapter` skill §21 for the device-confirmed incident and the full checklist.
|
|
58
|
+
* forever; only a device/simulator render (or a committed-node style assertion) catches it.
|
|
60
59
|
*/
|
|
61
60
|
export function anchorHostStyle(elementRef) {
|
|
62
61
|
const node = elementRef.nativeElement;
|
|
@@ -214,7 +213,7 @@ let SymbioteHostPropsDirective = (() => {
|
|
|
214
213
|
// so the next root tick repaints the mutation. It targets the directive's injecting view
|
|
215
214
|
// (`_cdRefInjectingView`, i.e. the host component), unlike `detectChanges()` which acts on a
|
|
216
215
|
// resolved `_lView` that is NOT the host component here. The Angular twin of what React/Vue get
|
|
217
|
-
// for free (setState / proxy reactivity).
|
|
216
|
+
// for free (setState / proxy reactivity).
|
|
218
217
|
wrapCallback(key, value) {
|
|
219
218
|
if (!ON_PREFIX.test(key) || typeof value !== 'function')
|
|
220
219
|
return value;
|
package/build/render.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// (no DOM) — createEnvironmentInjector + createComponent over @angular/core only, with our
|
|
4
4
|
// SymbioteRendererFactory provided so Angular drives the engine, which commits into
|
|
5
5
|
// nativeFabricUIManager; RN's own renderer never in the path. Angular twin of
|
|
6
|
-
// adapters/vue/src/render.ts.
|
|
6
|
+
// adapters/vue/src/render.ts.
|
|
7
7
|
import { createElement as createEngineElement, createSurface, disposeRoot, dlog, toPublicInstance, } from '@symbiote-native/engine';
|
|
8
8
|
import { descriptorFor } from '@symbiote-native/components';
|
|
9
9
|
import { ApplicationRef, createComponent, createEnvironmentInjector, DOCUMENT, RendererFactory2, ɵINJECTOR_SCOPE as INJECTOR_SCOPE, ɵprovideZonelessChangeDetectionInternal as provideZonelessChangeDetectionInternal, } from '@angular/core';
|
|
@@ -96,8 +96,7 @@ export function mount(rootTag, rootComponent, options) {
|
|
|
96
96
|
// behavior, true in every Angular app, not something this swap changes. What DOES
|
|
97
97
|
// still protect a sibling branch from an unrelated press is a genuine child
|
|
98
98
|
// `@Component` boundary — SignalView-compiled children are skip-eligible regardless of
|
|
99
|
-
// this scheduler
|
|
100
|
-
// including the test that disproved the stronger claim before it shipped).
|
|
99
|
+
// this scheduler.
|
|
101
100
|
...provideZonelessChangeDetectionInternal(),
|
|
102
101
|
ColorSchemeService,
|
|
103
102
|
WindowDimensionsService,
|
package/build/renderer.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
// DOM directly — every paint goes through Renderer2 (created per-component by
|
|
3
3
|
// RendererFactory2). We provide OUR factory, so each Renderer2 method maps onto the
|
|
4
4
|
// engine's tiny mutation API; the engine owns all Fabric clone-on-write, shared with
|
|
5
|
-
// every other adapter. This is the Angular twin of adapters/vue/src/renderer.ts
|
|
6
|
-
//
|
|
5
|
+
// every other adapter. This is the Angular twin of adapters/vue/src/renderer.ts — proof
|
|
6
|
+
// that the same engine mutation API drives both frameworks.
|
|
7
7
|
import { appendChild, createAnchor, createElement, createRawText, dlog, getExplicitStyle, insertBefore, isDebug, isSymbioteNode, removeChild, routeProp, setEventListener, setText, toPublicInstance, RAW_TEXT_COMPONENT, SymbioteSurface, } from '@symbiote-native/engine';
|
|
8
8
|
import { descriptorFor } from '@symbiote-native/components';
|
|
9
9
|
import { getScrollViewProjection, removeScrollViewProjectedChild, } from './components/scroll-view/projection';
|
|
@@ -114,8 +114,7 @@ function assertTextPlacement(child, parent) {
|
|
|
114
114
|
}
|
|
115
115
|
// One renderer per mounted surface. Every mutation asks the surface to (microtask-
|
|
116
116
|
// coalesced) recommit — the same seam Vue uses; a burst of Angular change-detection
|
|
117
|
-
// mutations collapses into one completeRoot.
|
|
118
|
-
// instance for all components.
|
|
117
|
+
// mutations collapses into one completeRoot.
|
|
119
118
|
export class SymbioteRenderer {
|
|
120
119
|
surface;
|
|
121
120
|
data = {};
|
|
@@ -268,8 +267,7 @@ export class SymbioteRenderer {
|
|
|
268
267
|
this.surface.requestCommit();
|
|
269
268
|
}
|
|
270
269
|
// Ivy compiles every class= / [class.foo] / [ngClass] form down to per-token addClass/
|
|
271
|
-
// removeClass calls (never a single setAttribute('class', ...)
|
|
272
|
-
// vendored Ivy sources, see the symbiote-sfc-style-compiler skill), so a per-node token set
|
|
270
|
+
// removeClass calls (never a single setAttribute('class', ...) call), so a per-node token set
|
|
273
271
|
// is accumulated here and re-joined into one string on every change, then handed to
|
|
274
272
|
// routeProp('class', ...) exactly like Vue's template `class="..."` and React's JSX
|
|
275
273
|
// `className="..."` — all three resolve through the SAME centralized class+style merge in
|
package/metro-config.cjs
CHANGED
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
// watchFolders/extraNodeModules are intentionally NOT included here — those are monorepo-only
|
|
14
14
|
// pnpm-workspace concerns (deduping a single react/@angular/core copy across packages), not
|
|
15
15
|
// relevant to an external app installing @symbiote-native/angular from npm; a consumer keeps
|
|
16
|
-
// those local to their own metro.config.js if it needs them at all.
|
|
17
|
-
// symbiote-sfc-style-compiler and angular-adapter-build skills.
|
|
16
|
+
// those local to their own metro.config.js if it needs them at all.
|
|
18
17
|
const fs = require('node:fs');
|
|
19
18
|
const path = require('node:path');
|
|
20
19
|
|
|
@@ -24,8 +23,8 @@ function withSymbioteAngularMetroConfig(defaultConfig, projectRoot, { outDir = '
|
|
|
24
23
|
return {
|
|
25
24
|
resolver: {
|
|
26
25
|
// Teach Metro that a style file is a source file (the transformer above turns it into a
|
|
27
|
-
// module). scss/sass/less/styl are optional preprocessor sources
|
|
28
|
-
//
|
|
26
|
+
// module). scss/sass/less/styl are optional preprocessor sources, reduced to plain CSS
|
|
27
|
+
// before the same transformer runs.
|
|
29
28
|
sourceExts: [...defaultConfig.resolver.sourceExts, 'css', 'scss', 'sass', 'less', 'styl'],
|
|
30
29
|
resolveRequest: (context, moduleName, platform) => {
|
|
31
30
|
const isRelativeStyleImport =
|
package/metro-css-parser.cjs
CHANGED
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
// requiring FILE's own location, so this indirection is what actually removes the extra install
|
|
7
7
|
// step, not pnpm hoisting (which does not propagate this transitively across workspace packages
|
|
8
8
|
// the way a flat classic node_modules would). .cjs, not .js: this package is "type": "module",
|
|
9
|
-
// and Metro's babelTransformerPath loading expects a require()-able module.
|
|
10
|
-
// symbiote-sfc-style-compiler skill.
|
|
9
|
+
// and Metro's babelTransformerPath loading expects a require()-able module.
|
|
11
10
|
// createCssMetroTransformer is a factory, not a ready transformer — Metro's
|
|
12
11
|
// babelTransformerPath needs the actual {transform, getCacheKey} object it returns,
|
|
13
12
|
// not the css-parser package barrel.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbiote-native/angular",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "SymbioteNative's Angular adapter — a Renderer2/RendererFactory2 with DOM-less bootstrap driving real native iOS/Android views through the same engine as the other adapters.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,9 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@angular/compiler-cli": "^22",
|
|
52
|
-
"@
|
|
53
|
-
"@symbiote-native/
|
|
54
|
-
"@symbiote-native/
|
|
52
|
+
"@react-native/typescript-config": "0.86.0",
|
|
53
|
+
"@symbiote-native/components": "0.2.2",
|
|
54
|
+
"@symbiote-native/engine": "0.1.3",
|
|
55
|
+
"@symbiote-native/css-parser": "0.2.1"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"@angular/core": ">=20",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"@angular/core": "^22",
|
|
63
64
|
"@types/node": "^26.0.0",
|
|
64
65
|
"typescript": "~6.0.0",
|
|
65
|
-
"@symbiote-native/test-utils": "0.1.
|
|
66
|
+
"@symbiote-native/test-utils": "0.1.3"
|
|
66
67
|
},
|
|
67
68
|
"scripts": {
|
|
68
69
|
"ng:build": "ngc -p tsconfig.angular.json",
|