@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.
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
70
  "zone.js": "~0.11.4",
71
- "@wavemaker/app-ng-runtime": "11.1.0-next.24326"
71
+ "@wavemaker/app-ng-runtime": "11.1.0-next.24329"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -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 (isSpotcues) {
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,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.1.0-next.24326",
3
+ "version": "11.1.0-next.24329",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {