@onekeyfe/onekey-cross-webview 1.1.26 → 1.1.28
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/NativeWebView.d.ts +2 -2
- package/package.json +4 -4
package/dist/NativeWebView.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { InpageProviderWebViewProps } from '@onekeyfe/cross-inpage-provider-type
|
|
|
5
5
|
export declare type NativeWebViewProps = WebViewProps & InpageProviderWebViewProps & {
|
|
6
6
|
style?: ViewStyle;
|
|
7
7
|
};
|
|
8
|
-
declare const NativeWebView: React.ForwardRefExoticComponent<Pick<import("react-native-webview/lib/WebViewTypes").IOSWebViewProps & import("react-native-webview/lib/WebViewTypes").AndroidWebViewProps &
|
|
8
|
+
declare const NativeWebView: React.ForwardRefExoticComponent<Pick<import("react-native-webview/lib/WebViewTypes").IOSWebViewProps & import("react-native-webview/lib/WebViewTypes").AndroidWebViewProps & InpageProviderWebViewProps & {
|
|
9
9
|
style?: ViewStyle | undefined;
|
|
10
|
-
}, "source" | "style" | "src" | "receiveHandler" | "onSrcChange" | "children" | "onLoad" | "onError" | "onLoadStart" | "onTouchCancel" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchStart" | "onScroll" | "onLoadProgress" | "injectedJavaScriptBeforeContentLoaded" | "onMessage" | "incognito" | "bounces" | "decelerationRate" | "scrollEnabled" | "pagingEnabled" | "automaticallyAdjustContentInsets" | "automaticallyAdjustsScrollIndicatorInsets" | "contentInsetAdjustmentBehavior" | "contentInset" | "contentMode" | "dataDetectorTypes" | "allowsInlineMediaPlayback" | "
|
|
10
|
+
}, "source" | "style" | "src" | "receiveHandler" | "onSrcChange" | "children" | "onLoad" | "onError" | "onLoadStart" | "onTouchCancel" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchStart" | "onScroll" | "onLoadProgress" | "injectedJavaScriptBeforeContentLoaded" | "onMessage" | "incognito" | "bounces" | "decelerationRate" | "scrollEnabled" | "pagingEnabled" | "automaticallyAdjustContentInsets" | "automaticallyAdjustsScrollIndicatorInsets" | "contentInsetAdjustmentBehavior" | "contentInset" | "contentMode" | "dataDetectorTypes" | "allowsInlineMediaPlayback" | "hideKeyboardAccessoryView" | "allowsBackForwardNavigationGestures" | "useSharedProcessPool" | "userAgent" | "allowsLinkPreview" | "sharedCookiesEnabled" | "ignoreSilentHardwareSwitch" | "autoManageStatusBarEnabled" | "directionalLockEnabled" | "keyboardDisplayRequiresUserAction" | "allowingReadAccessToURL" | "allowFileAccessFromFileURLs" | "allowUniversalAccessFromFileURLs" | "onContentProcessDidTerminate" | "injectedJavaScriptForMainFrameOnly" | "injectedJavaScriptBeforeContentLoadedForMainFrameOnly" | "pullToRefreshEnabled" | "onFileDownload" | "limitsNavigationsToAppBoundDomains" | "textInteractionEnabled" | "mediaCapturePermissionGrantType" | "enableApplePay" | "menuItems" | "onCustomMenuSelection" | "javaScriptEnabled" | "javaScriptCanOpenWindowsAutomatically" | "containerStyle" | "renderError" | "renderLoading" | "onLoadEnd" | "onHttpError" | "onNavigationStateChange" | "startInLoadingState" | "injectedJavaScript" | "showsHorizontalScrollIndicator" | "showsVerticalScrollIndicator" | "mediaPlaybackRequiresUserAction" | "originWhitelist" | "onShouldStartLoadWithRequest" | "nativeConfig" | "cacheEnabled" | "applicationNameForUserAgent" | "basicAuthCredential" | "hitSlop" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "onContentSizeChange" | "onRenderProcessGone" | "cacheMode" | "overScrollMode" | "scalesPageToFit" | "geolocationEnabled" | "allowFileAccess" | "saveFormDataDisabled" | "setSupportMultipleWindows" | "urlPrefixesForDefaultIntent" | "androidHardwareAccelerationDisabled" | "androidLayerType" | "thirdPartyCookiesEnabled" | "domStorageEnabled" | "textZoom" | "mixedContentMode" | "allowsFullscreenVideo" | "forceDarkOn" | "setBuiltInZoomControls" | "setDisplayZoomControls" | "nestedScrollEnabled" | "minimumFontSize"> & React.RefAttributes<unknown>>;
|
|
11
11
|
export { NativeWebView };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/onekey-cross-webview",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"cross-inpage-provider"
|
|
6
6
|
],
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"electron": "^17.2.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@onekeyfe/cross-inpage-provider-core": "1.1.
|
|
38
|
-
"@onekeyfe/cross-inpage-provider-types": "1.1.
|
|
37
|
+
"@onekeyfe/cross-inpage-provider-core": "1.1.28",
|
|
38
|
+
"@onekeyfe/cross-inpage-provider-types": "1.1.28",
|
|
39
39
|
"react-native-webview": "^11.17.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "5469ed1680c52acc985f6191bdbe2a102f848071"
|
|
42
42
|
}
|