@wavemaker/angular-codegen 11.2.6-rc.5806 → 11.2.6-rc.5960
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.
|
@@ -45676,7 +45676,6 @@ const isIpad = () => {
|
|
|
45676
45676
|
return REGEX.IPAD.test(userAgent) || (window.navigator.maxTouchPoints && window.navigator.maxTouchPoints > 2 && REGEX.MAC.test(window.navigator.platform));
|
|
45677
45677
|
};
|
|
45678
45678
|
const isIos = () => isIphone() || isIpod() || isIpad();
|
|
45679
|
-
const isSafari = () => navigator.userAgent.indexOf('Safari') !== -1 && navigator.userAgent.indexOf('Chrome') === -1;
|
|
45680
45679
|
const isLargeTabletLandscape = () => window.matchMedia("only screen and (min-device-width : 1366px) and (max-device-width : 1366px) and (min-device-height : 1024px) and (max-device-height : 1024px) and (min-width: 1366px) and (max-width: 1366px)").matches;
|
|
45681
45680
|
const isLargeTabletPortrait = () => window.matchMedia("only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px)").matches;
|
|
45682
45681
|
const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
@@ -47052,7 +47051,6 @@ var Utils = /*#__PURE__*/Object.freeze({
|
|
|
47052
47051
|
isIpod: isIpod,
|
|
47053
47052
|
isIpad: isIpad,
|
|
47054
47053
|
isIos: isIos,
|
|
47055
|
-
isSafari: isSafari,
|
|
47056
47054
|
isLargeTabletLandscape: isLargeTabletLandscape,
|
|
47057
47055
|
isLargeTabletPortrait: isLargeTabletPortrait,
|
|
47058
47056
|
isMobile: isMobile,
|
|
@@ -41754,7 +41754,6 @@ const isIpad = () => {
|
|
|
41754
41754
|
return REGEX.IPAD.test(userAgent) || (window.navigator.maxTouchPoints && window.navigator.maxTouchPoints > 2 && REGEX.MAC.test(window.navigator.platform));
|
|
41755
41755
|
};
|
|
41756
41756
|
const isIos = () => isIphone() || isIpod() || isIpad();
|
|
41757
|
-
const isSafari = () => navigator.userAgent.indexOf('Safari') !== -1 && navigator.userAgent.indexOf('Chrome') === -1;
|
|
41758
41757
|
const isLargeTabletLandscape = () => window.matchMedia("only screen and (min-device-width : 1366px) and (max-device-width : 1366px) and (min-device-height : 1024px) and (max-device-height : 1024px) and (min-width: 1366px) and (max-width: 1366px)").matches;
|
|
41759
41758
|
const isLargeTabletPortrait = () => window.matchMedia("only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px)").matches;
|
|
41760
41759
|
const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
@@ -43130,7 +43129,6 @@ var Utils = /*#__PURE__*/Object.freeze({
|
|
|
43130
43129
|
isIpod: isIpod,
|
|
43131
43130
|
isIpad: isIpad,
|
|
43132
43131
|
isIos: isIos,
|
|
43133
|
-
isSafari: isSafari,
|
|
43134
43132
|
isLargeTabletLandscape: isLargeTabletLandscape,
|
|
43135
43133
|
isLargeTabletPortrait: isLargeTabletPortrait,
|
|
43136
43134
|
isMobile: isMobile,
|
|
@@ -41754,7 +41754,6 @@ const isIpad = () => {
|
|
|
41754
41754
|
return REGEX.IPAD.test(userAgent) || (window.navigator.maxTouchPoints && window.navigator.maxTouchPoints > 2 && REGEX.MAC.test(window.navigator.platform));
|
|
41755
41755
|
};
|
|
41756
41756
|
const isIos = () => isIphone() || isIpod() || isIpad();
|
|
41757
|
-
const isSafari = () => navigator.userAgent.indexOf('Safari') !== -1 && navigator.userAgent.indexOf('Chrome') === -1;
|
|
41758
41757
|
const isLargeTabletLandscape = () => window.matchMedia("only screen and (min-device-width : 1366px) and (max-device-width : 1366px) and (min-device-height : 1024px) and (max-device-height : 1024px) and (min-width: 1366px) and (max-width: 1366px)").matches;
|
|
41759
41758
|
const isLargeTabletPortrait = () => window.matchMedia("only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px)").matches;
|
|
41760
41759
|
const isMobile = () => isAndroid() || isIos() || isAndroidTablet() || $('#wm-mobile-display:visible').length > 0;
|
|
@@ -43130,7 +43129,6 @@ var Utils = /*#__PURE__*/Object.freeze({
|
|
|
43130
43129
|
isIpod: isIpod,
|
|
43131
43130
|
isIpad: isIpad,
|
|
43132
43131
|
isIos: isIos,
|
|
43133
|
-
isSafari: isSafari,
|
|
43134
43132
|
isLargeTabletLandscape: isLargeTabletLandscape,
|
|
43135
43133
|
isLargeTabletPortrait: isLargeTabletPortrait,
|
|
43136
43134
|
isMobile: isMobile,
|