@wavemaker/angular-codegen 11.8.0-next.44258 → 11.8.0-next.44701

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.
@@ -6,27 +6,26 @@
6
6
  "start": "./node_modules/.bin/ng serve",
7
7
  "build": "node build-scripts/build.js",
8
8
  "post-build": "node build-scripts/post-build.js",
9
- "test": "jest --no-cache --detectOpenHandles",
9
+ "test": "jest --no-cache",
10
10
  "test:watch": "jest --watch",
11
- "test:coverage": "jest --coverage --detectOpenHandles",
12
- "test-prod": "jest --no-cache --no-color --detectOpenHandles --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
11
+ "test:coverage": "jest --coverage",
12
+ "test-prod": "jest --no-cache --no-color --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
13
13
  "lint": "./node_modules/.bin/ng lint",
14
14
  "e2e": "./node_modules/.bin/ng e2e",
15
15
  "optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js",
16
16
  "owasp": "owasp-dependency-check --project \"wavemaker-ng-runtime\" -f \"ALL\""
17
17
  },
18
18
  "private": true,
19
- "bundledDependencies": true,
20
19
  "dependencies": {
21
- "@angular/animations": "16.2.12",
22
- "@angular/common": "16.2.12",
23
- "@angular/compiler": "16.2.12",
24
- "@angular/core": "16.2.12",
25
- "@angular/forms": "16.2.12",
26
- "@angular/platform-browser": "16.2.12",
27
- "@angular/platform-browser-dynamic": "16.2.12",
28
- "@angular/router": "16.2.12",
29
- "@angular/service-worker": "16.2.12",
20
+ "@angular/animations": "17.3.11",
21
+ "@angular/common": "17.3.11",
22
+ "@angular/compiler": "17.3.11",
23
+ "@angular/core": "17.3.11",
24
+ "@angular/forms": "17.3.11",
25
+ "@angular/platform-browser": "17.3.11",
26
+ "@angular/platform-browser-dynamic": "17.3.11",
27
+ "@angular/router": "17.3.11",
28
+ "@angular/service-worker": "17.3.11",
30
29
  "@awesome-cordova-plugins/app-version": "5.39.1",
31
30
  "@awesome-cordova-plugins/barcode-scanner": "5.39.1",
32
31
  "@awesome-cordova-plugins/calendar": "5.39.1",
@@ -44,9 +43,9 @@
44
43
  "@awesome-cordova-plugins/vibration": "5.39.1",
45
44
  "@babel/runtime": "7.14.8",
46
45
  "@metrichor/jmespath": "0.3.1",
47
- "@wavemaker/focus-trap": "1.0.0",
46
+ "@wavemaker/focus-trap": "1.0.1",
48
47
  "@wavemaker/nvd3": "1.8.11",
49
- "@wavemaker/variables": "11.8.0-next.44258",
48
+ "@wavemaker/variables": "11.8.0-next.44701",
50
49
  "@ztree/ztree_v3": "3.5.48",
51
50
  "angular-imask": "^7.6.1",
52
51
  "angular2-websocket": "0.9.7",
@@ -54,13 +53,12 @@
54
53
  "d3": "7.8.5",
55
54
  "fullcalendar": "5.3.1",
56
55
  "hammerjs": "2.0.8",
57
- "he": "1.2.0",
58
56
  "iscroll": "5.2.0",
59
57
  "jquery": "3.7.1",
60
- "jquery-ui": "1.13.2",
58
+ "jquery-ui": "1.13.3",
61
59
  "js-cookie": "2.2.0",
62
60
  "jssha": "3.1.2",
63
- "lodash": "4.17.21",
61
+ "lodash-es": "4.17.21",
64
62
  "ng-circle-progress": "1.7.1",
65
63
  "ngx-bootstrap": "9.0.0",
66
64
  "ngx-color-picker": "16.0.0",
@@ -71,16 +69,16 @@
71
69
  "ts-jest": "29.1.1",
72
70
  "tslib": "2.4.1",
73
71
  "x2js": "3.4.4",
74
- "zone.js": "0.13.3",
75
- "@wavemaker/app-ng-runtime": "11.8.0-next.44258"
72
+ "zone.js": "0.14.7",
73
+ "@wavemaker/app-ng-runtime": "11.8.0-next.44701"
76
74
  },
77
75
  "devDependencies": {
78
76
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
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",
77
+ "@angular-builders/custom-webpack": "17.0.2",
78
+ "@angular-devkit/build-angular": "17.3.8",
79
+ "@angular/cli": "17.3.8",
80
+ "@angular/compiler-cli": "17.3.11",
81
+ "@angular/language-service": "17.3.11",
84
82
  "@babel/plugin-transform-runtime": "^7.14.5",
85
83
  "@compodoc/compodoc": "^1.1.19",
86
84
  "@rollup/plugin-alias": "4.0.2",
@@ -89,6 +87,7 @@
89
87
  "@rollup/plugin-node-resolve": "15.0.1",
90
88
  "@types/jest": "^29.5.12",
91
89
  "@types/jquery": "3.3.22",
90
+ "@types/lodash-es": "4.17.12",
92
91
  "@types/node": "12.11.1",
93
92
  "@types/sizzle": "^2.3.3",
94
93
  "babel-loader": "^9.1.2",
@@ -102,7 +101,7 @@
102
101
  "jest-preset-angular": "^14.1.0",
103
102
  "moment": "2.29.4",
104
103
  "moment-timezone": "^0.5.34",
105
- "ng-packagr": "16.2.3",
104
+ "ng-packagr": "17.3.0",
106
105
  "npm-run-all": "4.1.5",
107
106
  "owasp-dependency-check": "0.0.21",
108
107
  "rimraf": "2.6.3",
@@ -112,7 +111,7 @@
112
111
  "terser": "^5.15.1",
113
112
  "ts-node": "7.0.1",
114
113
  "tslint": "~6.1.0",
115
- "typescript": "4.9.5",
114
+ "typescript": "5.4.5",
116
115
  "util": "0.11.1",
117
116
  "yargs": "^17.3.1"
118
117
  },
@@ -1,14 +1,14 @@
1
1
  import "jest-preset-angular/setup-jest";
2
2
  import { ToastrModule } from 'ngx-toastr';
3
3
  import { TestBed } from '@angular/core/testing';
4
+ import _ from 'lodash-es';
4
5
 
5
6
  // Mock global objects if necessary
6
7
  global.jQuery = require("jquery");
7
8
  global.$ = global.jQuery;
9
+ global._ = _;
8
10
 
9
11
 
10
-
11
- global._ = require("lodash");
12
12
  global.moment = require("moment");
13
13
  class IntersectionObserver {
14
14
  constructor(callback, options) {
@@ -8,6 +8,7 @@
8
8
  "sourceMap": true,
9
9
  "emitDecoratorMetadata": true,
10
10
  "experimentalDecorators": true,
11
+ "esModuleInterop": true,
11
12
  "moduleResolution": "node",
12
13
  "target": "ES2022",
13
14
  "module": "ES2022",