@wavemaker/angular-codegen 11.8.0-next.141670 → 11.8.0-next.141673
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.
- package/angular-app/angular.json +4 -1621
- package/angular-app/package-lock.json +6079 -8123
- package/angular-app/package.json +26 -26
- package/angular-app/src/setup-jest.js +2 -2
- package/angular-app/tsconfig.json +1 -0
- package/dependencies/expression-parser.cjs.js +39495 -10256
- package/dependencies/pipe-provider.cjs.js +155527 -87812
- package/dependencies/transpilation-mobile.cjs.js +46151 -23455
- package/dependencies/transpilation-web.cjs.js +58107 -24220
- package/package.json +1 -1
package/angular-app/package.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
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
|
|
9
|
+
"test": "jest --no-cache",
|
|
10
10
|
"test:watch": "jest --watch",
|
|
11
|
-
"test:coverage": "jest --coverage
|
|
12
|
-
"test-prod": "jest --no-cache --no-color --
|
|
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",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"bundledDependencies": true,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@angular/animations": "
|
|
23
|
-
"@angular/common": "
|
|
24
|
-
"@angular/compiler": "
|
|
25
|
-
"@angular/core": "
|
|
26
|
-
"@angular/forms": "
|
|
27
|
-
"@angular/platform-browser": "
|
|
28
|
-
"@angular/platform-browser-dynamic": "
|
|
29
|
-
"@angular/router": "
|
|
30
|
-
"@angular/service-worker": "
|
|
22
|
+
"@angular/animations": "17.3.11",
|
|
23
|
+
"@angular/common": "17.3.11",
|
|
24
|
+
"@angular/compiler": "17.3.11",
|
|
25
|
+
"@angular/core": "17.3.11",
|
|
26
|
+
"@angular/forms": "17.3.11",
|
|
27
|
+
"@angular/platform-browser": "17.3.11",
|
|
28
|
+
"@angular/platform-browser-dynamic": "17.3.11",
|
|
29
|
+
"@angular/router": "17.3.11",
|
|
30
|
+
"@angular/service-worker": "17.3.11",
|
|
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,9 +45,9 @@
|
|
|
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/focus-trap": "1.0.
|
|
48
|
+
"@wavemaker/focus-trap": "1.0.1",
|
|
49
49
|
"@wavemaker/nvd3": "1.8.11",
|
|
50
|
-
"@wavemaker/variables": "11.8.0-next.
|
|
50
|
+
"@wavemaker/variables": "11.8.0-next.141673",
|
|
51
51
|
"@ztree/ztree_v3": "3.5.48",
|
|
52
52
|
"angular-imask": "^7.6.1",
|
|
53
53
|
"angular2-websocket": "0.9.7",
|
|
@@ -55,13 +55,12 @@
|
|
|
55
55
|
"d3": "7.8.5",
|
|
56
56
|
"fullcalendar": "5.3.1",
|
|
57
57
|
"hammerjs": "2.0.8",
|
|
58
|
-
"he": "1.2.0",
|
|
59
58
|
"iscroll": "5.2.0",
|
|
60
59
|
"jquery": "3.7.1",
|
|
61
|
-
"jquery-ui": "1.13.
|
|
60
|
+
"jquery-ui": "1.13.3",
|
|
62
61
|
"js-cookie": "2.2.0",
|
|
63
62
|
"jssha": "3.1.2",
|
|
64
|
-
"lodash": "4.17.21",
|
|
63
|
+
"lodash-es": "4.17.21",
|
|
65
64
|
"ng-circle-progress": "1.7.1",
|
|
66
65
|
"ngx-bootstrap": "9.0.0",
|
|
67
66
|
"ngx-color-picker": "16.0.0",
|
|
@@ -72,16 +71,16 @@
|
|
|
72
71
|
"ts-jest": "29.1.1",
|
|
73
72
|
"tslib": "2.4.1",
|
|
74
73
|
"x2js": "3.4.4",
|
|
75
|
-
"zone.js": "0.
|
|
76
|
-
"@wavemaker/app-ng-runtime": "11.8.0-next.
|
|
74
|
+
"zone.js": "0.14.7",
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.8.0-next.141673"
|
|
77
76
|
},
|
|
78
77
|
"devDependencies": {
|
|
79
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
80
|
-
"@angular-builders/custom-webpack": "
|
|
81
|
-
"@angular-devkit/build-angular": "
|
|
82
|
-
"@angular/cli": "
|
|
83
|
-
"@angular/compiler-cli": "
|
|
84
|
-
"@angular/language-service": "
|
|
79
|
+
"@angular-builders/custom-webpack": "17.0.2",
|
|
80
|
+
"@angular-devkit/build-angular": "17.3.8",
|
|
81
|
+
"@angular/cli": "17.3.8",
|
|
82
|
+
"@angular/compiler-cli": "17.3.11",
|
|
83
|
+
"@angular/language-service": "17.3.11",
|
|
85
84
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
86
85
|
"@compodoc/compodoc": "^1.1.19",
|
|
87
86
|
"@rollup/plugin-alias": "4.0.2",
|
|
@@ -90,6 +89,7 @@
|
|
|
90
89
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
91
90
|
"@types/jest": "^29.5.12",
|
|
92
91
|
"@types/jquery": "3.3.22",
|
|
92
|
+
"@types/lodash-es": "4.17.12",
|
|
93
93
|
"@types/node": "12.11.1",
|
|
94
94
|
"@types/sizzle": "^2.3.3",
|
|
95
95
|
"babel-loader": "^9.1.2",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"jest-preset-angular": "^14.1.0",
|
|
104
104
|
"moment": "2.29.4",
|
|
105
105
|
"moment-timezone": "^0.5.34",
|
|
106
|
-
"ng-packagr": "
|
|
106
|
+
"ng-packagr": "17.3.0",
|
|
107
107
|
"npm-run-all": "4.1.5",
|
|
108
108
|
"owasp-dependency-check": "0.0.21",
|
|
109
109
|
"rimraf": "2.6.3",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"terser": "^5.15.1",
|
|
114
114
|
"ts-node": "7.0.1",
|
|
115
115
|
"tslint": "~6.1.0",
|
|
116
|
-
"typescript": "4.
|
|
116
|
+
"typescript": "5.4.5",
|
|
117
117
|
"util": "0.11.1",
|
|
118
118
|
"yargs": "^17.3.1"
|
|
119
119
|
},
|
|
@@ -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) {
|