UNPKG

2.33 kBJavaScriptView Raw
1export var Orientation;
2(function (Orientation) {
3 Orientation["UNKNOWN"] = "UNKNOWN";
4 Orientation["PORTRAIT"] = "PORTRAIT";
5 Orientation["PORTRAIT_UP"] = "PORTRAIT_UP";
6 Orientation["PORTRAIT_DOWN"] = "PORTRAIT_DOWN";
7 Orientation["LANDSCAPE"] = "LANDSCAPE";
8 Orientation["LANDSCAPE_LEFT"] = "LANDSCAPE_LEFT";
9 Orientation["LANDSCAPE_RIGHT"] = "LANDSCAPE_RIGHT";
10})(Orientation || (Orientation = {}));
11export var OrientationLock;
12(function (OrientationLock) {
13 OrientationLock["DEFAULT"] = "DEFAULT";
14 OrientationLock["ALL"] = "ALL";
15 OrientationLock["PORTRAIT"] = "PORTRAIT";
16 OrientationLock["PORTRAIT_UP"] = "PORTRAIT_UP";
17 OrientationLock["PORTRAIT_DOWN"] = "PORTRAIT_DOWN";
18 OrientationLock["LANDSCAPE"] = "LANDSCAPE";
19 OrientationLock["LANDSCAPE_LEFT"] = "LANDSCAPE_LEFT";
20 OrientationLock["LANDSCAPE_RIGHT"] = "LANDSCAPE_RIGHT";
21 OrientationLock["OTHER"] = "OTHER";
22 OrientationLock["UNKNOWN"] = "UNKNOWN";
23 OrientationLock["ALL_BUT_UPSIDE_DOWN"] = "ALL_BUT_UPSIDE_DOWN";
24})(OrientationLock || (OrientationLock = {}));
25export var SizeClassIOS;
26(function (SizeClassIOS) {
27 SizeClassIOS["REGULAR"] = "REGULAR";
28 SizeClassIOS["COMPACT"] = "COMPACT";
29 SizeClassIOS["UNKNOWN"] = "UNKNOWN";
30})(SizeClassIOS || (SizeClassIOS = {}));
31export var WebOrientationLock;
32(function (WebOrientationLock) {
33 WebOrientationLock["PORTRAIT_PRIMARY"] = "portrait-primary";
34 WebOrientationLock["PORTRAIT_SECONDARY"] = "portrait-secondary";
35 WebOrientationLock["PORTRAIT"] = "portrait";
36 WebOrientationLock["LANDSCAPE_PRIMARY"] = "landscape-primary";
37 WebOrientationLock["LANDSCAPE_SECONDARY"] = "landscape-secondary";
38 WebOrientationLock["LANDSCAPE"] = "landscape";
39 WebOrientationLock["ANY"] = "any";
40 WebOrientationLock["NATURAL"] = "natural";
41 WebOrientationLock["UNKNOWN"] = "unknown";
42})(WebOrientationLock || (WebOrientationLock = {}));
43export var WebOrientation;
44(function (WebOrientation) {
45 WebOrientation["PORTRAIT_PRIMARY"] = "portrait-primary";
46 WebOrientation["PORTRAIT_SECONDARY"] = "portrait-secondary";
47 WebOrientation["LANDSCAPE_PRIMARY"] = "landscape-primary";
48 WebOrientation["LANDSCAPE_SECONDARY"] = "landscape-secondary";
49})(WebOrientation || (WebOrientation = {}));
50//# sourceMappingURL=ScreenOrientation.types.js.map
\No newline at end of file