capacitor-jok-helper
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -60,3 +60,11 @@ declare module "@capacitor/core" { | ||
orientationMask: 'all' | 'portrait' | 'portraitUpsideDown' | 'landscape' | 'landscapeLeft' | 'landscapeRight' | 'allButUpsideDown'; | ||
preferredOrientation: InterfaceOrientation; | ||
} | ||
export declare enum InterfaceOrientation { | ||
unknown = 0, | ||
portrait = 1, | ||
portraitUpsideDown = 2, | ||
landscapeLeft = 3, | ||
landscapeRight = 4 | ||
} | ||
export interface DeviceOrientationChangeData { | ||
@@ -63,0 +71,0 @@ isPortrait: boolean; |
@@ -12,2 +12,10 @@ export var PushNotificationStateUserStatus; | ||
})(PushNotificationStateUserStatus || (PushNotificationStateUserStatus = {})); | ||
export var InterfaceOrientation; | ||
(function (InterfaceOrientation) { | ||
InterfaceOrientation[InterfaceOrientation["unknown"] = 0] = "unknown"; | ||
InterfaceOrientation[InterfaceOrientation["portrait"] = 1] = "portrait"; | ||
InterfaceOrientation[InterfaceOrientation["portraitUpsideDown"] = 2] = "portraitUpsideDown"; | ||
InterfaceOrientation[InterfaceOrientation["landscapeLeft"] = 3] = "landscapeLeft"; | ||
InterfaceOrientation[InterfaceOrientation["landscapeRight"] = 4] = "landscapeRight"; | ||
})(InterfaceOrientation || (InterfaceOrientation = {})); | ||
export var JokPluginEvents; | ||
@@ -14,0 +22,0 @@ (function (JokPluginEvents) { |
{ | ||
"name": "capacitor-jok-helper", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Helper functions for jok projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135922
221