@wavemaker/angular-codegen 11.6.0-next.139413 → 11.6.0-next.140457

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.
@@ -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",
@@ -45,13 +45,13 @@
45
45
  "@awesome-cordova-plugins/vibration": "5.39.1",
46
46
  "@babel/runtime": "^7.14.8",
47
47
  "@metrichor/jmespath": "^0.3.1",
48
- "@wavemaker/nvd3": "1.8.8",
49
48
  "@wavemaker/focus-trap": "^1.0.0",
50
- "@wavemaker/variables": "11.6.0-next.139413",
49
+ "@wavemaker/nvd3": "1.8.9",
50
+ "@wavemaker/variables": "11.6.0-next.140457",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "6.3.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,7 +62,7 @@
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
67
  "ngx-color-picker": "12.0.1",
68
68
  "ngx-toastr": "16.0.2",
@@ -71,18 +71,22 @@
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.6.0-next.139413"
74
+ "zone.js": "~0.13.3",
75
+ "@wavemaker/app-ng-runtime": "11.6.0-next.140457"
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
+ "@rollup/plugin-alias": "4.0.2",
87
+ "@rollup/plugin-commonjs": "24.0.0",
88
+ "@rollup/plugin-multi-entry": "6.0.0",
89
+ "@rollup/plugin-node-resolve": "15.0.1",
86
90
  "@types/jasmine": "2.8.8",
87
91
  "@types/jasminewd2": "2.0.3",
88
92
  "@types/jquery": "3.3.22",
@@ -108,18 +112,14 @@
108
112
  "karma-mocha-reporter": "2.2.5",
109
113
  "moment": "2.29.4",
110
114
  "moment-timezone": "^0.5.34",
111
- "ng-packagr": "15.2.2",
115
+ "ng-packagr": "16.2.3",
112
116
  "npm-run-all": "4.1.5",
113
117
  "owasp-dependency-check": "0.0.21",
114
118
  "rimraf": "2.6.3",
115
- "rollup": "3.9.1",
116
- "@rollup/plugin-alias": "4.0.2",
117
- "@rollup/plugin-commonjs": "24.0.0",
119
+ "rollup": "4.9.5",
118
120
  "rollup-plugin-includepaths": "0.2.3",
119
- "@rollup/plugin-multi-entry": "6.0.0",
120
- "@rollup/plugin-node-resolve": "15.0.1",
121
- "terser": "^5.15.1",
122
121
  "sonarqube-scanner": "^2.8.2",
122
+ "terser": "^5.15.1",
123
123
  "ts-node": "7.0.1",
124
124
  "tslint": "~6.1.0",
125
125
  "typescript": "4.9.5",
@@ -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