@wavemaker/angular-codegen 11.5.0-next.141088 → 11.5.0-next.141089
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.
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@metrichor/jmespath": "^0.3.1",
|
|
48
48
|
"@wavemaker.com/nvd3": "1.0.0",
|
|
49
49
|
"@wavemaker/focus-trap": "^1.0.0",
|
|
50
|
-
"@wavemaker/variables": "11.5.0-next.
|
|
50
|
+
"@wavemaker/variables": "11.5.0-next.141089",
|
|
51
51
|
"@ztree/ztree_v3": "^3.5.48",
|
|
52
52
|
"angular-imask": "6.3.0",
|
|
53
53
|
"angular2-websocket": "0.9.7",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"tslib": "2.4.1",
|
|
73
73
|
"x2js": "^3.4.4",
|
|
74
74
|
"zone.js": "~0.11.4",
|
|
75
|
-
"@wavemaker/app-ng-runtime": "11.5.0-next.
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.5.0-next.141089"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -94041,7 +94041,8 @@ const isLargeTabletPortrait$1 = (landScapeWidth, landScapeHeight) => {
|
|
|
94041
94041
|
const width = landScapeHeight || '1024px';
|
|
94042
94042
|
return window.matchMedia("only screen and (min-device-width : " + width + ") and (max-device-width : " + width + ") and (min-device-height : " + height + ") and (max-device-height : " + height + ") and (min-width: " + width + ") and (max-width: " + width + ")").matches;
|
|
94043
94043
|
};
|
|
94044
|
-
const isMobile
|
|
94044
|
+
//export const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
94045
|
+
const isMobile$1 = () => false;
|
|
94045
94046
|
const isTablet$1 = () => {
|
|
94046
94047
|
const scope = document.querySelector('.app-page').widget;
|
|
94047
94048
|
return scope && scope.viewParent.Viewport.isTabletType;
|
|
@@ -120811,7 +120812,8 @@ const isLargeTabletPortrait = (landScapeWidth, landScapeHeight) => {
|
|
|
120811
120812
|
const width = landScapeHeight || '1024px';
|
|
120812
120813
|
return window.matchMedia("only screen and (min-device-width : " + width + ") and (max-device-width : " + width + ") and (min-device-height : " + height + ") and (max-device-height : " + height + ") and (min-width: " + width + ") and (max-width: " + width + ")").matches;
|
|
120813
120814
|
};
|
|
120814
|
-
const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
120815
|
+
//export const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
120816
|
+
const isMobile = () => false;
|
|
120815
120817
|
const isTablet = () => {
|
|
120816
120818
|
const scope = document.querySelector('.app-page').widget;
|
|
120817
120819
|
return scope && scope.viewParent.Viewport.isTabletType;
|
|
@@ -57667,7 +57667,8 @@ const isLargeTabletPortrait = (landScapeWidth, landScapeHeight) => {
|
|
|
57667
57667
|
const width = landScapeHeight || '1024px';
|
|
57668
57668
|
return window.matchMedia("only screen and (min-device-width : " + width + ") and (max-device-width : " + width + ") and (min-device-height : " + height + ") and (max-device-height : " + height + ") and (min-width: " + width + ") and (max-width: " + width + ")").matches;
|
|
57669
57669
|
};
|
|
57670
|
-
const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
57670
|
+
//export const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
57671
|
+
const isMobile = () => false;
|
|
57671
57672
|
const isTablet = () => {
|
|
57672
57673
|
const scope = document.querySelector('.app-page').widget;
|
|
57673
57674
|
return scope && scope.viewParent.Viewport.isTabletType;
|
|
@@ -57667,7 +57667,8 @@ const isLargeTabletPortrait = (landScapeWidth, landScapeHeight) => {
|
|
|
57667
57667
|
const width = landScapeHeight || '1024px';
|
|
57668
57668
|
return window.matchMedia("only screen and (min-device-width : " + width + ") and (max-device-width : " + width + ") and (min-device-height : " + height + ") and (max-device-height : " + height + ") and (min-width: " + width + ") and (max-width: " + width + ")").matches;
|
|
57669
57669
|
};
|
|
57670
|
-
const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
57670
|
+
//export const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
57671
|
+
const isMobile = () => false;
|
|
57671
57672
|
const isTablet = () => {
|
|
57672
57673
|
const scope = document.querySelector('.app-page').widget;
|
|
57673
57674
|
return scope && scope.viewParent.Viewport.isTabletType;
|