@tamagui/react-native-web-lite 1.113.0 → 1.113.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/dist/esm/AccessibilityInfo/index.native.js +62 -58
- package/dist/esm/AccessibilityInfo/index.native.js.map +6 -1
- package/dist/esm/ActivityIndicator/__tests__/index-test.native.js +55 -85
- package/dist/esm/ActivityIndicator/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/ActivityIndicator/index.native.js +90 -82
- package/dist/esm/ActivityIndicator/index.native.js.map +6 -1
- package/dist/esm/Alert/index.native.js +18 -14
- package/dist/esm/Alert/index.native.js.map +6 -1
- package/dist/esm/AppRegistry/AppContainer.native.js +26 -30
- package/dist/esm/AppRegistry/AppContainer.native.js.map +6 -1
- package/dist/esm/AppRegistry/__tests__/index-test.native.js +13 -13
- package/dist/esm/AppRegistry/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/AppRegistry/__tests__/index-test.node.native.js +34 -45
- package/dist/esm/AppRegistry/__tests__/index-test.node.native.js.map +6 -1
- package/dist/esm/AppRegistry/index.native.js +55 -50
- package/dist/esm/AppRegistry/index.native.js.map +6 -1
- package/dist/esm/AppRegistry/renderApplication.native.js +27 -33
- package/dist/esm/AppRegistry/renderApplication.native.js.map +6 -1
- package/dist/esm/AppState/__tests__/index-test.native.js +10 -9
- package/dist/esm/AppState/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/AppState/index.native.js +51 -45
- package/dist/esm/AppState/index.native.js.map +6 -1
- package/dist/esm/Appearance/index.native.js +24 -27
- package/dist/esm/Appearance/index.native.js.map +6 -1
- package/dist/esm/BackHandler/index.native.js +13 -11
- package/dist/esm/BackHandler/index.native.js.map +6 -1
- package/dist/esm/Clipboard/index.native.js +26 -21
- package/dist/esm/Clipboard/index.native.js.map +6 -1
- package/dist/esm/DeviceEmitter.native.js +5 -3
- package/dist/esm/DeviceEmitter.native.js.map +6 -1
- package/dist/esm/DeviceInfo/index.native.js +33 -41
- package/dist/esm/DeviceInfo/index.native.js.map +6 -1
- package/dist/esm/Dimensions/__tests__/index-test.native.js +8 -9
- package/dist/esm/Dimensions/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/Dimensions/index.native.js +53 -49
- package/dist/esm/Dimensions/index.native.js.map +6 -1
- package/dist/esm/I18nManager/index.native.js +13 -10
- package/dist/esm/I18nManager/index.native.js.map +6 -1
- package/dist/esm/Image/index.native.js +149 -174
- package/dist/esm/Image/index.native.js.map +6 -1
- package/dist/esm/Image/types.native.js +1 -2
- package/dist/esm/Image/types.native.js.map +6 -1
- package/dist/esm/ImageBackground/__tests__/index-test.native.js +19 -27
- package/dist/esm/ImageBackground/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/ImageBackground/index.native.js +33 -35
- package/dist/esm/ImageBackground/index.native.js.map +6 -1
- package/dist/esm/Keyboard/index.native.js +17 -13
- package/dist/esm/Keyboard/index.native.js.map +6 -1
- package/dist/esm/KeyboardAvoidingView/index.native.js +44 -34
- package/dist/esm/KeyboardAvoidingView/index.native.js.map +6 -1
- package/dist/esm/Linking/__tests__/index-test.native.js +9 -9
- package/dist/esm/Linking/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/Linking/index.native.js +49 -42
- package/dist/esm/Linking/index.native.js.map +6 -1
- package/dist/esm/LogBox/index.native.js +12 -7
- package/dist/esm/LogBox/index.native.js.map +6 -1
- package/dist/esm/Modal/ModalAnimation.native.js +112 -89
- package/dist/esm/Modal/ModalAnimation.native.js.map +6 -1
- package/dist/esm/Modal/ModalContent.native.js +54 -52
- package/dist/esm/Modal/ModalContent.native.js.map +6 -1
- package/dist/esm/Modal/ModalFocusTrap.native.js +52 -49
- package/dist/esm/Modal/ModalFocusTrap.native.js.map +6 -1
- package/dist/esm/Modal/ModalPortal.native.js +11 -9
- package/dist/esm/Modal/ModalPortal.native.js.map +6 -1
- package/dist/esm/Modal/index.native.js +45 -53
- package/dist/esm/Modal/index.native.js.map +6 -1
- package/dist/esm/NativeModules/index.native.js +6 -5
- package/dist/esm/NativeModules/index.native.js.map +6 -1
- package/dist/esm/PanResponder/Alternative.js +122 -157
- package/dist/esm/PanResponder/Alternative.js.map +6 -1
- package/dist/esm/PanResponder/index.native.js +5 -3
- package/dist/esm/PanResponder/index.native.js.map +6 -1
- package/dist/esm/PixelRatio/index.native.js +59 -48
- package/dist/esm/PixelRatio/index.native.js.map +6 -1
- package/dist/esm/Pressable/index.native.js +67 -70
- package/dist/esm/Pressable/index.native.js.map +6 -1
- package/dist/esm/RefreshControl/index.native.js +6 -4
- package/dist/esm/RefreshControl/index.native.js.map +6 -1
- package/dist/esm/SafeAreaView/index.native.js +21 -24
- package/dist/esm/SafeAreaView/index.native.js.map +6 -1
- package/dist/esm/ScrollView/ScrollViewBase.native.js +50 -61
- package/dist/esm/ScrollView/ScrollViewBase.native.js.map +6 -1
- package/dist/esm/ScrollView/index.native.js +211 -183
- package/dist/esm/ScrollView/index.native.js.map +6 -1
- package/dist/esm/Share/index.native.js +36 -29
- package/dist/esm/Share/index.native.js.map +6 -1
- package/dist/esm/StatusBar/index.native.js +6 -3
- package/dist/esm/StatusBar/index.native.js.map +6 -1
- package/dist/esm/Text/index.native.js +100 -128
- package/dist/esm/Text/index.native.js.map +6 -1
- package/dist/esm/Text/types.native.js +1 -2
- package/dist/esm/Text/types.native.js.map +6 -1
- package/dist/esm/TextInput/__tests__/index-test.native.js +259 -445
- package/dist/esm/TextInput/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/TextInput/index.native.js +157 -220
- package/dist/esm/TextInput/index.native.js.map +6 -1
- package/dist/esm/TextInput/types.native.js +1 -2
- package/dist/esm/TextInput/types.native.js.map +6 -1
- package/dist/esm/TouchableOpacity.native.js +67 -63
- package/dist/esm/TouchableOpacity.native.js.map +6 -1
- package/dist/esm/TouchableWithoutFeedback.native.js +45 -49
- package/dist/esm/TouchableWithoutFeedback.native.js.map +6 -1
- package/dist/esm/UnimplementedView.native.js +30 -22
- package/dist/esm/UnimplementedView.native.js.map +6 -1
- package/dist/esm/Vibration/index.native.js +14 -14
- package/dist/esm/Vibration/index.native.js.map +6 -1
- package/dist/esm/View/index.native.js +55 -84
- package/dist/esm/View/index.native.js.map +6 -1
- package/dist/esm/View/types.native.js +1 -2
- package/dist/esm/View/types.native.js.map +6 -1
- package/dist/esm/createElement/__tests__/index-test.native.js +195 -398
- package/dist/esm/createElement/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/createElement/index.native.js +14 -16
- package/dist/esm/createElement/index.native.js.map +6 -1
- package/dist/esm/createReactDOMStyle.native.js +4 -2
- package/dist/esm/createReactDOMStyle.native.js.map +6 -1
- package/dist/esm/findNodeHandle.native.js +7 -4
- package/dist/esm/findNodeHandle.native.js.map +6 -1
- package/dist/esm/index.native.js +133 -55
- package/dist/esm/index.native.js.map +6 -1
- package/dist/esm/render/index.native.js +9 -4
- package/dist/esm/render/index.native.js.map +6 -1
- package/dist/esm/styleTypes.native.js +1 -2
- package/dist/esm/styleTypes.native.js.map +6 -1
- package/dist/esm/types.native.js +1 -2
- package/dist/esm/types.native.js.map +6 -1
- package/dist/esm/useColorScheme/index.native.js +7 -7
- package/dist/esm/useColorScheme/index.native.js.map +6 -1
- package/dist/esm/useLocaleContext/index.native.js +4 -2
- package/dist/esm/useLocaleContext/index.native.js.map +6 -1
- package/dist/esm/useWindowDimensions/index.native.js +9 -9
- package/dist/esm/useWindowDimensions/index.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/Animated.native.js +17 -16
- package/dist/esm/vendor/react-native/Animated/Animated.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js +99 -72
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js +436 -465
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js +91 -97
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.native.js +1 -2
- package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/Easing.native.js +231 -194
- package/dist/esm/vendor/react-native/Animated/Easing.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js +222 -206
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js +5 -3
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js +5 -3
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/SpringConfig.native.js +5 -5
- package/dist/esm/vendor/react-native/Animated/SpringConfig.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js +37 -25
- package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js +54 -42
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js +72 -72
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js +60 -45
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/bezier.native.js +20 -23
- package/dist/esm/vendor/react-native/Animated/bezier.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.native.js +6 -4
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js +13 -12
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js +6 -4
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js +6 -4
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js +11 -17
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js +55 -39
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js +197 -180
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js +51 -39
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js +57 -42
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js +116 -99
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js +50 -37
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js +55 -39
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js +89 -61
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js +70 -52
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js +68 -50
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js +55 -39
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js +53 -41
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js +57 -44
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js +99 -70
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js +82 -64
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js +53 -40
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js +58 -50
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js.map +6 -1
- package/dist/esm/vendor/react-native/FeatureFlags.native.js +10 -8
- package/dist/esm/vendor/react-native/FeatureFlags.native.js.map +6 -1
- package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js +5 -3
- package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js.map +6 -1
- package/dist/esm/vendor/react-native/NativeEventEmitter/index.native.js +55 -46
- package/dist/esm/vendor/react-native/NativeEventEmitter/index.native.js.map +6 -1
- package/dist/esm/vendor/react-native/PanResponder/index.native.js +219 -224
- package/dist/esm/vendor/react-native/PanResponder/index.native.js.map +6 -1
- package/dist/esm/vendor/react-native/TouchHistoryMath/index.native.js +81 -58
- package/dist/esm/vendor/react-native/TouchHistoryMath/index.native.js.map +6 -1
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js +1 -2
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js.map +6 -1
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js +5 -2
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js +1 -2
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js.map +6 -1
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js +6 -5
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js.map +6 -1
- package/dist/esm/vendor/react-native/emitter/EventEmitter.native.js +5 -3
- package/dist/esm/vendor/react-native/emitter/EventEmitter.native.js.map +6 -1
- package/dist/esm/vendor/react-native/emitter/EventSubscription.native.js +1 -2
- package/dist/esm/vendor/react-native/emitter/EventSubscription.native.js.map +6 -1
- package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.native.js +33 -24
- package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.native.js.map +6 -1
- package/dist/esm/vendor/react-native/emitter/_EventEmitter.native.js +51 -41
- package/dist/esm/vendor/react-native/emitter/_EventEmitter.native.js.map +6 -1
- package/dist/esm/vendor/react-native/emitter/_EventSubscription.native.js +16 -12
- package/dist/esm/vendor/react-native/emitter/_EventSubscription.native.js.map +6 -1
- package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.native.js +26 -21
- package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.native.js.map +6 -1
- package/dist/esm/vendor/react-native/infoLog/index.native.js +6 -3
- package/dist/esm/vendor/react-native/infoLog/index.native.js.map +6 -1
- package/dist/esm/vendor/react-native/useRefEffect.native.js +8 -4
- package/dist/esm/vendor/react-native/useRefEffect.native.js.map +6 -1
- package/dist/esm/without-animated.native.js +115 -52
- package/dist/esm/without-animated.native.js.map +6 -1
- package/package.json +6 -6
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import AnimatedInterpolation from "./AnimatedInterpolation
|
|
2
|
-
import AnimatedValue from "./AnimatedValue
|
|
3
|
-
import AnimatedWithChildren from "./AnimatedWithChildren
|
|
1
|
+
import AnimatedInterpolation from "./AnimatedInterpolation";
|
|
2
|
+
import AnimatedValue from "./AnimatedValue";
|
|
3
|
+
import AnimatedWithChildren from "./AnimatedWithChildren";
|
|
4
4
|
function _assert_this_initialized(self) {
|
|
5
|
-
if (self === void 0)
|
|
5
|
+
if (self === void 0)
|
|
6
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
6
7
|
return self;
|
|
7
8
|
}
|
|
8
9
|
function _call_super(_this, derived, args) {
|
|
9
10
|
return derived = _get_prototype_of(derived), _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
|
|
10
11
|
}
|
|
11
12
|
function _class_call_check(instance, Constructor) {
|
|
12
|
-
if (!(instance instanceof Constructor))
|
|
13
|
+
if (!(instance instanceof Constructor))
|
|
14
|
+
throw new TypeError("Cannot call a class as a function");
|
|
13
15
|
}
|
|
14
16
|
function _defineProperties(target, props) {
|
|
15
17
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -21,7 +23,7 @@ function _create_class(Constructor, protoProps, staticProps) {
|
|
|
21
23
|
return protoProps && _defineProperties(Constructor.prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), Constructor;
|
|
22
24
|
}
|
|
23
25
|
function _get(target, property, receiver) {
|
|
24
|
-
return typeof Reflect < "u" && Reflect.get ? _get = Reflect.get : _get = function
|
|
26
|
+
return typeof Reflect < "u" && Reflect.get ? _get = Reflect.get : _get = function(target2, property2, receiver2) {
|
|
25
27
|
var base = _super_prop_base(target2, property2);
|
|
26
28
|
if (base) {
|
|
27
29
|
var desc = Object.getOwnPropertyDescriptor(base, property2);
|
|
@@ -30,12 +32,13 @@ function _get(target, property, receiver) {
|
|
|
30
32
|
}, _get(target, property, receiver || target);
|
|
31
33
|
}
|
|
32
34
|
function _get_prototype_of(o) {
|
|
33
|
-
return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function
|
|
35
|
+
return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function(o2) {
|
|
34
36
|
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
35
37
|
}, _get_prototype_of(o);
|
|
36
38
|
}
|
|
37
39
|
function _inherits(subClass, superClass) {
|
|
38
|
-
if (typeof superClass != "function" && superClass !== null)
|
|
40
|
+
if (typeof superClass != "function" && superClass !== null)
|
|
41
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
39
42
|
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
40
43
|
constructor: {
|
|
41
44
|
value: subClass,
|
|
@@ -48,69 +51,82 @@ function _possible_constructor_return(self, call) {
|
|
|
48
51
|
return call && (_type_of(call) === "object" || typeof call == "function") ? call : _assert_this_initialized(self);
|
|
49
52
|
}
|
|
50
53
|
function _set_prototype_of(o, p) {
|
|
51
|
-
return _set_prototype_of = Object.setPrototypeOf || function
|
|
54
|
+
return _set_prototype_of = Object.setPrototypeOf || function(o2, p2) {
|
|
52
55
|
return o2.__proto__ = p2, o2;
|
|
53
56
|
}, _set_prototype_of(o, p);
|
|
54
57
|
}
|
|
55
58
|
function _super_prop_base(object, property) {
|
|
56
|
-
for (; !Object.prototype.hasOwnProperty.call(object, property) && (object = _get_prototype_of(object), object !== null);)
|
|
59
|
+
for (; !Object.prototype.hasOwnProperty.call(object, property) && (object = _get_prototype_of(object), object !== null); )
|
|
60
|
+
;
|
|
57
61
|
return object;
|
|
58
62
|
}
|
|
59
63
|
function _type_of(obj) {
|
|
60
64
|
"@swc/helpers - typeof";
|
|
61
|
-
|
|
62
65
|
return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
63
66
|
}
|
|
64
67
|
function _is_native_reflect_construct() {
|
|
65
68
|
try {
|
|
66
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function
|
|
67
|
-
|
|
68
|
-
|
|
69
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
70
|
+
}));
|
|
71
|
+
} catch {
|
|
72
|
+
}
|
|
73
|
+
return (_is_native_reflect_construct = function() {
|
|
69
74
|
return !!result;
|
|
70
75
|
})();
|
|
71
76
|
}
|
|
72
|
-
var AnimatedMultiplication = /* @__PURE__ */function
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
var AnimatedMultiplication = /* @__PURE__ */ function(AnimatedWithChildren2) {
|
|
78
|
+
_inherits(AnimatedMultiplication2, AnimatedWithChildren2);
|
|
79
|
+
function AnimatedMultiplication2(a, b) {
|
|
80
|
+
_class_call_check(this, AnimatedMultiplication2);
|
|
81
|
+
var _this;
|
|
82
|
+
return _this = _call_super(this, AnimatedMultiplication2), _this._a = typeof a == "number" ? new AnimatedValue(a) : a, _this._b = typeof b == "number" ? new AnimatedValue(b) : b, _this;
|
|
83
|
+
}
|
|
84
|
+
return _create_class(AnimatedMultiplication2, [
|
|
85
|
+
{
|
|
80
86
|
key: "__makeNative",
|
|
81
|
-
value: function
|
|
87
|
+
value: function(platformConfig) {
|
|
82
88
|
this._a.__makeNative(platformConfig), this._b.__makeNative(platformConfig), _get(_get_prototype_of(AnimatedMultiplication2.prototype), "__makeNative", this).call(this, platformConfig);
|
|
83
89
|
}
|
|
84
|
-
},
|
|
90
|
+
},
|
|
91
|
+
{
|
|
85
92
|
key: "__getValue",
|
|
86
|
-
value: function
|
|
93
|
+
value: function() {
|
|
87
94
|
return this._a.__getValue() * this._b.__getValue();
|
|
88
95
|
}
|
|
89
|
-
},
|
|
96
|
+
},
|
|
97
|
+
{
|
|
90
98
|
key: "interpolate",
|
|
91
|
-
value: function
|
|
99
|
+
value: function(config) {
|
|
92
100
|
return new AnimatedInterpolation(this, config);
|
|
93
101
|
}
|
|
94
|
-
},
|
|
102
|
+
},
|
|
103
|
+
{
|
|
95
104
|
key: "__attach",
|
|
96
|
-
value: function
|
|
105
|
+
value: function() {
|
|
97
106
|
this._a.__addChild(this), this._b.__addChild(this);
|
|
98
107
|
}
|
|
99
|
-
},
|
|
108
|
+
},
|
|
109
|
+
{
|
|
100
110
|
key: "__detach",
|
|
101
|
-
value: function
|
|
111
|
+
value: function() {
|
|
102
112
|
this._a.__removeChild(this), this._b.__removeChild(this), _get(_get_prototype_of(AnimatedMultiplication2.prototype), "__detach", this).call(this);
|
|
103
113
|
}
|
|
104
|
-
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
105
116
|
key: "__getNativeConfig",
|
|
106
|
-
value: function
|
|
117
|
+
value: function() {
|
|
107
118
|
return {
|
|
108
119
|
type: "multiplication",
|
|
109
|
-
input: [
|
|
120
|
+
input: [
|
|
121
|
+
this._a.__getNativeTag(),
|
|
122
|
+
this._b.__getNativeTag()
|
|
123
|
+
]
|
|
110
124
|
};
|
|
111
125
|
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
export {
|
|
116
|
-
|
|
126
|
+
}
|
|
127
|
+
]), AnimatedMultiplication2;
|
|
128
|
+
}(AnimatedWithChildren), AnimatedMultiplication_default = AnimatedMultiplication;
|
|
129
|
+
export {
|
|
130
|
+
AnimatedMultiplication_default as default
|
|
131
|
+
};
|
|
132
|
+
//# sourceMappingURL=AnimatedMultiplication.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../../src/vendor/react-native/Animated/nodes/Users/n8/tamagui/code/packages/react-native-web-lite/src/vendor/react-native/Animated/nodes/AnimatedMultiplication.js"],
|
|
4
|
+
"mappings": "AAWA,OAAOA,2BAA2B;AAClC,OAAOC,mBAAmB;AAC1B,OAAOC,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjC,IAAMC,yBAAN,yBAAAD,uBAAA;YAAMC,yBAAAA,qBAAAA;WAAAA,wBACQC,GAAGC,GAAC;4BADZF,uBAAAA;;mBAEF,YAAA,MAFEA,uBAAAA,GAGF,MAAKG,KAAK,OAAOF,KAAM,WAAW,IAAIH,cAAcG,CAAAA,IAAKA,GACzD,MAAKG,KAAK,OAAOF,KAAM,WAAW,IAAIJ,cAAcI,CAAAA,IAAKA;;uBAJvDF,yBAAAA;;MAOJK,KAAAA;aAAAA,SAAaC,gBAAc;AACzB,aAAKH,GAAGE,aAAaC,cAAAA,GAErB,KAAKF,GAAGC,aAAaC,cAAAA,GAErB,KAAA,kBAZEN,wBAAAA,SAAAA,GAYIK,gBAAN,IAAK,EAAA,KAAA,MAAcC,cAAAA;MACrB;;;MAEAC,KAAAA;aAAAA,WAAAA;AACE,eAAO,KAAKJ,GAAGI,WAAU,IAAK,KAAKH,GAAGG,WAAU;MAClD;;;MAEAC,KAAAA;aAAAA,SAAYC,QAAM;AAChB,eAAO,IAAIZ,sBAAsB,MAAMY,MAAAA;MACzC;;;MAEAC,KAAAA;aAAAA,WAAAA;AACE,aAAKP,GAAGQ,WAAW,IAAI,GAEvB,KAAKP,GAAGO,WAAW,IAAI;MACzB;;;MAEAC,KAAAA;aAAAA,WAAAA;AACE,aAAKT,GAAGU,cAAc,IAAI,GAE1B,KAAKT,GAAGS,cAAc,IAAI,GAE1B,KAAA,kBAlCEb,wBAAAA,SAAAA,GAkCIY,YAAN,IAAK,EAAA,KAAA,IAAA;MACP;;;MAEAE,KAAAA;aAAAA,WAAAA;AACE,eAAO;UACLC,MAAM;UACNC,OAAO;YAAC,KAAKb,GAAGc,eAAc;YAAI,KAAKb,GAAGa,eAAc;;QAC1D;MACF;;MA1CIjB;EAA+BD,oBAAAA,GA6CrC,iCAAeC;",
|
|
5
|
+
"names": ["AnimatedInterpolation", "AnimatedValue", "AnimatedWithChildren", "AnimatedMultiplication", "a", "b", "_a", "_b", "__makeNative", "platformConfig", "__getValue", "interpolate", "config", "__attach", "__addChild", "__detach", "__removeChild", "__getNativeConfig", "type", "input", "__getNativeTag"]
|
|
6
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { invariant } from "@tamagui/react-native-web-internals";
|
|
2
|
-
import NativeAnimatedHelper from "../NativeAnimatedHelper
|
|
2
|
+
import NativeAnimatedHelper from "../NativeAnimatedHelper";
|
|
3
3
|
function _class_call_check(instance, Constructor) {
|
|
4
|
-
if (!(instance instanceof Constructor))
|
|
4
|
+
if (!(instance instanceof Constructor))
|
|
5
|
+
throw new TypeError("Cannot call a class as a function");
|
|
5
6
|
}
|
|
6
7
|
function _defineProperties(target, props) {
|
|
7
8
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -12,46 +13,58 @@ function _defineProperties(target, props) {
|
|
|
12
13
|
function _create_class(Constructor, protoProps, staticProps) {
|
|
13
14
|
return protoProps && _defineProperties(Constructor.prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), Constructor;
|
|
14
15
|
}
|
|
15
|
-
var NativeAnimatedAPI = NativeAnimatedHelper.API,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
return _create_class(AnimatedNode2, [{
|
|
16
|
+
var NativeAnimatedAPI = NativeAnimatedHelper.API, _uniqueId = 1, AnimatedNode = /* @__PURE__ */ function() {
|
|
17
|
+
function AnimatedNode2() {
|
|
18
|
+
_class_call_check(this, AnimatedNode2), this._listeners = {};
|
|
19
|
+
}
|
|
20
|
+
return _create_class(AnimatedNode2, [
|
|
21
|
+
{
|
|
22
22
|
key: "__attach",
|
|
23
|
-
value: function
|
|
24
|
-
|
|
23
|
+
value: function() {
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
25
27
|
key: "__detach",
|
|
26
|
-
value: function
|
|
28
|
+
value: function() {
|
|
27
29
|
this.__isNative && this.__nativeTag != null && (NativeAnimatedHelper.API.dropAnimatedNode(this.__nativeTag), this.__nativeTag = void 0);
|
|
28
30
|
}
|
|
29
|
-
},
|
|
31
|
+
},
|
|
32
|
+
{
|
|
30
33
|
key: "__getValue",
|
|
31
|
-
value: function
|
|
32
|
-
|
|
34
|
+
value: function() {
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
33
38
|
key: "__getAnimatedValue",
|
|
34
|
-
value: function
|
|
39
|
+
value: function() {
|
|
35
40
|
return this.__getValue();
|
|
36
41
|
}
|
|
37
|
-
},
|
|
42
|
+
},
|
|
43
|
+
{
|
|
38
44
|
key: "__addChild",
|
|
39
|
-
value: function
|
|
40
|
-
|
|
45
|
+
value: function(child) {
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
41
49
|
key: "__removeChild",
|
|
42
|
-
value: function
|
|
43
|
-
|
|
50
|
+
value: function(child) {
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
44
54
|
key: "__getChildren",
|
|
45
|
-
value: function
|
|
55
|
+
value: function() {
|
|
46
56
|
return [];
|
|
47
57
|
}
|
|
48
|
-
},
|
|
58
|
+
},
|
|
59
|
+
{
|
|
49
60
|
key: "__makeNative",
|
|
50
|
-
value: function
|
|
51
|
-
if (!this.__isNative)
|
|
61
|
+
value: function(platformConfig) {
|
|
62
|
+
if (!this.__isNative)
|
|
63
|
+
throw new Error('This node cannot be made a "native" animated node');
|
|
52
64
|
this._platformConfig = platformConfig, this.hasListeners() && this._startListeningToNativeValueUpdates();
|
|
53
65
|
}
|
|
54
|
-
},
|
|
66
|
+
},
|
|
67
|
+
{
|
|
55
68
|
/**
|
|
56
69
|
* Adds an asynchronous listener to the value so you can observe updates from
|
|
57
70
|
* animations. This is useful because there is no way to
|
|
@@ -60,11 +73,12 @@ var NativeAnimatedAPI = NativeAnimatedHelper.API,
|
|
|
60
73
|
* See https://reactnative.dev/docs/animatedvalue#addlistener
|
|
61
74
|
*/
|
|
62
75
|
key: "addListener",
|
|
63
|
-
value: function
|
|
76
|
+
value: function(callback) {
|
|
64
77
|
var id = String(_uniqueId++);
|
|
65
78
|
return this._listeners[id] = callback, this.__isNative && this._startListeningToNativeValueUpdates(), id;
|
|
66
79
|
}
|
|
67
|
-
},
|
|
80
|
+
},
|
|
81
|
+
{
|
|
68
82
|
/**
|
|
69
83
|
* Unregister a listener. The `id` param shall match the identifier
|
|
70
84
|
* previously returned by `addListener()`.
|
|
@@ -72,52 +86,60 @@ var NativeAnimatedAPI = NativeAnimatedHelper.API,
|
|
|
72
86
|
* See https://reactnative.dev/docs/animatedvalue#removelistener
|
|
73
87
|
*/
|
|
74
88
|
key: "removeListener",
|
|
75
|
-
value: function
|
|
89
|
+
value: function(id) {
|
|
76
90
|
delete this._listeners[id], this.__isNative && !this.hasListeners() && this._stopListeningForNativeValueUpdates();
|
|
77
91
|
}
|
|
78
|
-
},
|
|
92
|
+
},
|
|
93
|
+
{
|
|
79
94
|
/**
|
|
80
95
|
* Remove all registered listeners.
|
|
81
96
|
*
|
|
82
97
|
* See https://reactnative.dev/docs/animatedvalue#removealllisteners
|
|
83
98
|
*/
|
|
84
99
|
key: "removeAllListeners",
|
|
85
|
-
value: function
|
|
100
|
+
value: function() {
|
|
86
101
|
this._listeners = {}, this.__isNative && this._stopListeningForNativeValueUpdates();
|
|
87
102
|
}
|
|
88
|
-
},
|
|
103
|
+
},
|
|
104
|
+
{
|
|
89
105
|
key: "hasListeners",
|
|
90
|
-
value: function
|
|
106
|
+
value: function() {
|
|
91
107
|
return !!Object.keys(this._listeners).length;
|
|
92
108
|
}
|
|
93
|
-
},
|
|
109
|
+
},
|
|
110
|
+
{
|
|
94
111
|
key: "_startListeningToNativeValueUpdates",
|
|
95
|
-
value: function
|
|
112
|
+
value: function() {
|
|
96
113
|
var _this = this;
|
|
97
|
-
this.__nativeAnimatedValueListener && !this.__shouldUpdateListenersForNewNativeTag || (this.__shouldUpdateListenersForNewNativeTag && (this.__shouldUpdateListenersForNewNativeTag = !1, this._stopListeningForNativeValueUpdates()), NativeAnimatedAPI.startListeningToAnimatedNodeValue(this.__getNativeTag()), this.__nativeAnimatedValueListener = NativeAnimatedHelper.nativeEventEmitter.addListener("onAnimatedValueUpdate", function
|
|
114
|
+
this.__nativeAnimatedValueListener && !this.__shouldUpdateListenersForNewNativeTag || (this.__shouldUpdateListenersForNewNativeTag && (this.__shouldUpdateListenersForNewNativeTag = !1, this._stopListeningForNativeValueUpdates()), NativeAnimatedAPI.startListeningToAnimatedNodeValue(this.__getNativeTag()), this.__nativeAnimatedValueListener = NativeAnimatedHelper.nativeEventEmitter.addListener("onAnimatedValueUpdate", function(data) {
|
|
98
115
|
data.tag === _this.__getNativeTag() && _this.__onAnimatedValueUpdateReceived(data.value);
|
|
99
116
|
}));
|
|
100
117
|
}
|
|
101
|
-
},
|
|
118
|
+
},
|
|
119
|
+
{
|
|
102
120
|
key: "__onAnimatedValueUpdateReceived",
|
|
103
|
-
value: function
|
|
121
|
+
value: function(value) {
|
|
104
122
|
this.__callListeners(value);
|
|
105
123
|
}
|
|
106
|
-
},
|
|
124
|
+
},
|
|
125
|
+
{
|
|
107
126
|
key: "__callListeners",
|
|
108
|
-
value: function
|
|
109
|
-
for (var _key in this._listeners)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
127
|
+
value: function(value) {
|
|
128
|
+
for (var _key in this._listeners)
|
|
129
|
+
this._listeners[_key]({
|
|
130
|
+
value
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
114
135
|
key: "_stopListeningForNativeValueUpdates",
|
|
115
|
-
value: function
|
|
136
|
+
value: function() {
|
|
116
137
|
this.__nativeAnimatedValueListener && (this.__nativeAnimatedValueListener.remove(), this.__nativeAnimatedValueListener = null, NativeAnimatedAPI.stopListeningToAnimatedNodeValue(this.__getNativeTag()));
|
|
117
138
|
}
|
|
118
|
-
},
|
|
139
|
+
},
|
|
140
|
+
{
|
|
119
141
|
key: "__getNativeTag",
|
|
120
|
-
value: function
|
|
142
|
+
value: function() {
|
|
121
143
|
var _this$__nativeTag;
|
|
122
144
|
NativeAnimatedHelper.assertNativeAnimatedModule(), invariant(this.__isNative, 'Attempt to get native tag from node not marked as "native"');
|
|
123
145
|
var nativeTag = (_this$__nativeTag = this.__nativeTag) !== null && _this$__nativeTag !== void 0 ? _this$__nativeTag : NativeAnimatedHelper.generateNewNodeTag();
|
|
@@ -128,28 +150,34 @@ var NativeAnimatedAPI = NativeAnimatedHelper.API,
|
|
|
128
150
|
}
|
|
129
151
|
return nativeTag;
|
|
130
152
|
}
|
|
131
|
-
},
|
|
153
|
+
},
|
|
154
|
+
{
|
|
132
155
|
key: "__getNativeConfig",
|
|
133
|
-
value: function
|
|
156
|
+
value: function() {
|
|
134
157
|
throw new Error("This JS animated node type cannot be used as native animated node");
|
|
135
158
|
}
|
|
136
|
-
},
|
|
159
|
+
},
|
|
160
|
+
{
|
|
137
161
|
key: "toJSON",
|
|
138
|
-
value: function
|
|
162
|
+
value: function() {
|
|
139
163
|
return this.__getValue();
|
|
140
164
|
}
|
|
141
|
-
},
|
|
165
|
+
},
|
|
166
|
+
{
|
|
142
167
|
key: "__getPlatformConfig",
|
|
143
|
-
value: function
|
|
168
|
+
value: function() {
|
|
144
169
|
return this._platformConfig;
|
|
145
170
|
}
|
|
146
|
-
},
|
|
171
|
+
},
|
|
172
|
+
{
|
|
147
173
|
key: "__setPlatformConfig",
|
|
148
|
-
value: function
|
|
174
|
+
value: function(platformConfig) {
|
|
149
175
|
this._platformConfig = platformConfig;
|
|
150
176
|
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export {
|
|
155
|
-
|
|
177
|
+
}
|
|
178
|
+
]), AnimatedNode2;
|
|
179
|
+
}(), AnimatedNode_default = AnimatedNode;
|
|
180
|
+
export {
|
|
181
|
+
AnimatedNode_default as default
|
|
182
|
+
};
|
|
183
|
+
//# sourceMappingURL=AnimatedNode.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../../src/vendor/react-native/Animated/nodes/Users/n8/tamagui/code/packages/react-native-web-lite/src/vendor/react-native/Animated/nodes/AnimatedNode.js"],
|
|
4
|
+
"mappings": "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",
|
|
5
|
+
"names": ["invariant", "NativeAnimatedHelper", "NativeAnimatedAPI", "API", "_uniqueId", "AnimatedNode", "_listeners", "__attach", "__detach", "__isNative", "__nativeTag", "dropAnimatedNode", "undefined", "__getValue", "__getAnimatedValue", "__addChild", "child", "__removeChild", "__getChildren", "__makeNative", "platformConfig", "Error", "_platformConfig", "hasListeners", "_startListeningToNativeValueUpdates", "addListener", "callback", "id", "String", "removeListener", "_stopListeningForNativeValueUpdates", "removeAllListeners", "Object", "keys", "length", "__nativeAnimatedValueListener", "__shouldUpdateListenersForNewNativeTag", "startListeningToAnimatedNodeValue", "__getNativeTag", "nativeEventEmitter", "data", "tag", "__onAnimatedValueUpdateReceived", "value", "__callListeners", "_key", "remove", "stopListeningToAnimatedNodeValue", "_this$__nativeTag", "assertNativeAnimatedModule", "nativeTag", "generateNewNodeTag", "config", "__getNativeConfig", "createAnimatedNode", "toJSON", "__getPlatformConfig", "__setPlatformConfig"]
|
|
6
|
+
}
|