@wavemaker/angular-codegen 11.7.0-next.24768 → 11.7.0-next.24769

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,15 +19,15 @@
19
19
  },
20
20
  "private": true,
21
21
  "dependencies": {
22
- "@angular/animations": "15.2.9",
23
- "@angular/common": "15.2.9",
24
- "@angular/compiler": "15.2.9",
25
- "@angular/core": "15.2.9",
26
- "@angular/forms": "15.2.9",
27
- "@angular/platform-browser": "15.2.9",
28
- "@angular/platform-browser-dynamic": "15.2.9",
29
- "@angular/router": "15.2.9",
30
- "@angular/service-worker": "15.2.9",
22
+ "@angular/animations": "16.2.12",
23
+ "@angular/common": "16.2.12",
24
+ "@angular/compiler": "16.2.12",
25
+ "@angular/core": "16.2.12",
26
+ "@angular/forms": "16.2.12",
27
+ "@angular/platform-browser": "16.2.12",
28
+ "@angular/platform-browser-dynamic": "16.2.12",
29
+ "@angular/router": "16.2.12",
30
+ "@angular/service-worker": "16.2.12",
31
31
  "@awesome-cordova-plugins/app-version": "5.39.1",
32
32
  "@awesome-cordova-plugins/barcode-scanner": "5.39.1",
33
33
  "@awesome-cordova-plugins/calendar": "5.39.1",
@@ -47,11 +47,11 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker/focus-trap": "^1.0.0",
49
49
  "@wavemaker/nvd3": "1.8.9",
50
- "@wavemaker/variables": "11.7.0-next.24768",
50
+ "@wavemaker/variables": "11.7.0-next.24769",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
- "angular-imask": "6.3.0",
52
+ "angular-imask": "7.4.0",
53
53
  "angular2-websocket": "0.9.7",
54
- "core-js": "2.5.4",
54
+ "core-js": "3.35.1",
55
55
  "d3": "7.8.5",
56
56
  "fullcalendar": "5.3.1",
57
57
  "hammerjs": "2.0.8",
@@ -62,25 +62,25 @@
62
62
  "js-cookie": "2.2.0",
63
63
  "jssha": "^3.1.2",
64
64
  "lodash": "4.17.21",
65
- "ng-circle-progress": "1.5.1",
65
+ "ng-circle-progress": "1.7.1",
66
66
  "ngx-bootstrap": "9.0.0",
67
- "ngx-color-picker": "12.0.1",
68
- "ngx-toastr": "16.0.2",
67
+ "ngx-color-picker": "16.0.0",
68
+ "ngx-toastr": "17.0.2",
69
69
  "rxjs": "6.6.0",
70
70
  "rxjs-compat": "6.4.0",
71
71
  "summernote": "0.8.18",
72
72
  "tslib": "2.4.1",
73
73
  "x2js": "^3.4.4",
74
- "zone.js": "~0.11.4",
75
- "@wavemaker/app-ng-runtime": "11.7.0-next.24768"
74
+ "zone.js": "~0.13.3",
75
+ "@wavemaker/app-ng-runtime": "11.7.0-next.24769"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
79
- "@angular-builders/custom-webpack": "15.0.0",
80
- "@angular-devkit/build-angular": "15.2.8",
81
- "@angular/cli": "15.2.8",
82
- "@angular/compiler-cli": "15.2.9",
83
- "@angular/language-service": "15.2.9",
79
+ "@angular-builders/custom-webpack": "16.0.1",
80
+ "@angular-devkit/build-angular": "16.2.11",
81
+ "@angular/cli": "16.2.11",
82
+ "@angular/compiler-cli": "16.2.12",
83
+ "@angular/language-service": "16.2.12",
84
84
  "@babel/plugin-transform-runtime": "^7.14.5",
85
85
  "@compodoc/compodoc": "^1.1.19",
86
86
  "@rollup/plugin-alias": "4.0.2",
@@ -112,11 +112,11 @@
112
112
  "karma-mocha-reporter": "2.2.5",
113
113
  "moment": "2.29.4",
114
114
  "moment-timezone": "^0.5.34",
115
- "ng-packagr": "15.2.2",
115
+ "ng-packagr": "16.2.3",
116
116
  "npm-run-all": "4.1.5",
117
117
  "owasp-dependency-check": "0.0.21",
118
118
  "rimraf": "2.6.3",
119
- "rollup": "3.9.1",
119
+ "rollup": "4.9.5",
120
120
  "rollup-plugin-includepaths": "0.2.3",
121
121
  "sonarqube-scanner": "^2.8.2",
122
122
  "terser": "^5.15.1",
@@ -1,11 +1,9 @@
1
1
  import { Injectable } from '@angular/core';
2
- import { Resolve } from '@angular/router';
3
-
4
- import { isIos, isMobileApp, ScriptLoaderService } from '@wm/core';
2
+ import { isMobileApp, ScriptLoaderService } from '@wm/core';
5
3
 
6
4
 
7
5
  @Injectable()
8
- export class LazyLoadScriptsResolve implements Resolve<any> {
6
+ export class LazyLoadScriptsResolve {
9
7
 
10
8
  constructor(private scriptLoaderService: ScriptLoaderService) {}
11
9