@wavemaker/angular-codegen 11.1.0-next.24326 → 11.1.0-next.24329
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.
- angular-codegen/angular-app/package.json +1 -1
- angular-codegen/angular-app/src/main.ts +1 -5
- angular-codegen/dependencies/pipe-provider.cjs.js +0 -2
- angular-codegen/dependencies/transpilation-mobile.cjs.js +0 -2
- angular-codegen/dependencies/transpilation-web.cjs.js +0 -2
- angular-codegen/package.json +1 -1
|
@@ -5,8 +5,6 @@ import { AppModule } from './app/app.module';
|
|
|
5
5
|
import { environment } from './environments/environment';
|
|
6
6
|
|
|
7
7
|
import initWmProjectProperties from './app/wm-project-properties';
|
|
8
|
-
import { isIos, isSpotcues } from '@wm/core';
|
|
9
|
-
import { initSpotCues } from '@wm/runtime/base';
|
|
10
8
|
|
|
11
9
|
initWmProjectProperties();
|
|
12
10
|
|
|
@@ -16,9 +14,7 @@ if (environment.production) {
|
|
|
16
14
|
|
|
17
15
|
document.addEventListener('DOMContentLoaded', () => {
|
|
18
16
|
new Promise<Event | void>( resolve => {
|
|
19
|
-
if (
|
|
20
|
-
initSpotCues().then(resolve);
|
|
21
|
-
} else if (window['cordova']) {
|
|
17
|
+
if (window['cordova']) {
|
|
22
18
|
document.addEventListener('deviceready', resolve);
|
|
23
19
|
} else {
|
|
24
20
|
resolve();
|
|
@@ -46421,7 +46421,6 @@ const convertToBlob = (filepath) => {
|
|
|
46421
46421
|
const hasCordova = () => {
|
|
46422
46422
|
return !!window['cordova'];
|
|
46423
46423
|
};
|
|
46424
|
-
const isSpotcues = /Spotcues/i.test(window['navigator'].userAgent);
|
|
46425
46424
|
const AppConstants = {
|
|
46426
46425
|
INT_MAX_VALUE: 2147483647
|
|
46427
46426
|
};
|
|
@@ -47066,7 +47065,6 @@ var Utils = /*#__PURE__*/Object.freeze({
|
|
|
47066
47065
|
isNumber: isNumber,
|
|
47067
47066
|
convertToBlob: convertToBlob,
|
|
47068
47067
|
hasCordova: hasCordova,
|
|
47069
|
-
isSpotcues: isSpotcues,
|
|
47070
47068
|
AppConstants: AppConstants,
|
|
47071
47069
|
openLink: openLink,
|
|
47072
47070
|
fetchContent: fetchContent,
|
|
@@ -42501,7 +42501,6 @@ const convertToBlob = (filepath) => {
|
|
|
42501
42501
|
const hasCordova = () => {
|
|
42502
42502
|
return !!window['cordova'];
|
|
42503
42503
|
};
|
|
42504
|
-
const isSpotcues = /Spotcues/i.test(window['navigator'].userAgent);
|
|
42505
42504
|
const AppConstants = {
|
|
42506
42505
|
INT_MAX_VALUE: 2147483647
|
|
42507
42506
|
};
|
|
@@ -43146,7 +43145,6 @@ var Utils = /*#__PURE__*/Object.freeze({
|
|
|
43146
43145
|
isNumber: isNumber,
|
|
43147
43146
|
convertToBlob: convertToBlob,
|
|
43148
43147
|
hasCordova: hasCordova,
|
|
43149
|
-
isSpotcues: isSpotcues,
|
|
43150
43148
|
AppConstants: AppConstants,
|
|
43151
43149
|
openLink: openLink,
|
|
43152
43150
|
fetchContent: fetchContent,
|
|
@@ -42501,7 +42501,6 @@ const convertToBlob = (filepath) => {
|
|
|
42501
42501
|
const hasCordova = () => {
|
|
42502
42502
|
return !!window['cordova'];
|
|
42503
42503
|
};
|
|
42504
|
-
const isSpotcues = /Spotcues/i.test(window['navigator'].userAgent);
|
|
42505
42504
|
const AppConstants = {
|
|
42506
42505
|
INT_MAX_VALUE: 2147483647
|
|
42507
42506
|
};
|
|
@@ -43146,7 +43145,6 @@ var Utils = /*#__PURE__*/Object.freeze({
|
|
|
43146
43145
|
isNumber: isNumber,
|
|
43147
43146
|
convertToBlob: convertToBlob,
|
|
43148
43147
|
hasCordova: hasCordova,
|
|
43149
|
-
isSpotcues: isSpotcues,
|
|
43150
43148
|
AppConstants: AppConstants,
|
|
43151
43149
|
openLink: openLink,
|
|
43152
43150
|
fetchContent: fetchContent,
|