@wavemaker/angular-codegen 11.8.0-rc.5684 → 11.8.1-next.45204
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.
- angular-codegen/angular-app/angular.json +1621 -4
- angular-codegen/angular-app/build-scripts/update-version.js +24 -0
- angular-codegen/angular-app/package-lock.json +5906 -3894
- angular-codegen/angular-app/package.json +23 -24
- angular-codegen/angular-app/src/setup-jest.js +2 -33
- angular-codegen/angular-app/tsconfig.json +0 -1
- angular-codegen/dependencies/expression-parser.cjs.js +12469 -41708
- angular-codegen/dependencies/pipe-provider.cjs.js +76381 -144140
- angular-codegen/dependencies/transpilation-mobile.cjs.js +30086 -52804
- angular-codegen/dependencies/transpilation-web.cjs.js +30054 -63963
- angular-codegen/package.json +1 -1
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
},
|
|
18
18
|
"private": true,
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@angular/animations": "
|
|
21
|
-
"@angular/common": "
|
|
22
|
-
"@angular/compiler": "
|
|
23
|
-
"@angular/core": "
|
|
24
|
-
"@angular/forms": "
|
|
25
|
-
"@angular/platform-browser": "
|
|
26
|
-
"@angular/platform-browser-dynamic": "
|
|
27
|
-
"@angular/router": "
|
|
28
|
-
"@angular/service-worker": "
|
|
20
|
+
"@angular/animations": "16.2.12",
|
|
21
|
+
"@angular/common": "16.2.12",
|
|
22
|
+
"@angular/compiler": "16.2.12",
|
|
23
|
+
"@angular/core": "16.2.12",
|
|
24
|
+
"@angular/forms": "16.2.12",
|
|
25
|
+
"@angular/platform-browser": "16.2.12",
|
|
26
|
+
"@angular/platform-browser-dynamic": "16.2.12",
|
|
27
|
+
"@angular/router": "16.2.12",
|
|
28
|
+
"@angular/service-worker": "16.2.12",
|
|
29
29
|
"@awesome-cordova-plugins/app-version": "5.39.1",
|
|
30
30
|
"@awesome-cordova-plugins/barcode-scanner": "5.39.1",
|
|
31
31
|
"@awesome-cordova-plugins/calendar": "5.39.1",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
44
44
|
"@babel/runtime": "7.14.8",
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
|
46
|
-
"@wavemaker/focus-trap": "1.0.
|
|
46
|
+
"@wavemaker/focus-trap": "1.0.0",
|
|
47
47
|
"@wavemaker/nvd3": "1.8.11",
|
|
48
|
-
"@wavemaker/variables": "11.8.
|
|
48
|
+
"@wavemaker/variables": "11.8.1-next.45204",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
50
|
"angular-imask": "^7.6.1",
|
|
51
51
|
"angular2-websocket": "0.9.7",
|
|
@@ -53,12 +53,13 @@
|
|
|
53
53
|
"d3": "7.8.5",
|
|
54
54
|
"fullcalendar": "5.3.1",
|
|
55
55
|
"hammerjs": "2.0.8",
|
|
56
|
+
"he": "1.2.0",
|
|
56
57
|
"iscroll": "5.2.0",
|
|
57
58
|
"jquery": "3.7.1",
|
|
58
|
-
"jquery-ui": "1.13.
|
|
59
|
+
"jquery-ui": "1.13.2",
|
|
59
60
|
"js-cookie": "2.2.0",
|
|
60
61
|
"jssha": "3.1.2",
|
|
61
|
-
"lodash
|
|
62
|
+
"lodash": "4.17.21",
|
|
62
63
|
"ng-circle-progress": "1.7.1",
|
|
63
64
|
"ngx-bootstrap": "9.0.0",
|
|
64
65
|
"ngx-color-picker": "16.0.0",
|
|
@@ -69,16 +70,16 @@
|
|
|
69
70
|
"ts-jest": "29.1.1",
|
|
70
71
|
"tslib": "2.4.1",
|
|
71
72
|
"x2js": "3.4.4",
|
|
72
|
-
"zone.js": "0.
|
|
73
|
-
"@wavemaker/app-ng-runtime": "11.8.
|
|
73
|
+
"zone.js": "0.13.3",
|
|
74
|
+
"@wavemaker/app-ng-runtime": "11.8.1-next.45204"
|
|
74
75
|
},
|
|
75
76
|
"devDependencies": {
|
|
76
77
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
77
|
-
"@angular-builders/custom-webpack": "
|
|
78
|
-
"@angular-devkit/build-angular": "
|
|
79
|
-
"@angular/cli": "
|
|
80
|
-
"@angular/compiler-cli": "
|
|
81
|
-
"@angular/language-service": "
|
|
78
|
+
"@angular-builders/custom-webpack": "16.0.1",
|
|
79
|
+
"@angular-devkit/build-angular": "16.2.11",
|
|
80
|
+
"@angular/cli": "16.2.11",
|
|
81
|
+
"@angular/compiler-cli": "16.2.12",
|
|
82
|
+
"@angular/language-service": "16.2.12",
|
|
82
83
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
83
84
|
"@compodoc/compodoc": "^1.1.19",
|
|
84
85
|
"@rollup/plugin-alias": "4.0.2",
|
|
@@ -87,7 +88,6 @@
|
|
|
87
88
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
88
89
|
"@types/jest": "^29.5.12",
|
|
89
90
|
"@types/jquery": "3.3.22",
|
|
90
|
-
"@types/lodash-es": "4.17.12",
|
|
91
91
|
"@types/node": "12.11.1",
|
|
92
92
|
"@types/sizzle": "^2.3.3",
|
|
93
93
|
"babel-loader": "^9.1.2",
|
|
@@ -98,11 +98,10 @@
|
|
|
98
98
|
"fs": "0.0.1-security",
|
|
99
99
|
"fs-extra": "7.0.1",
|
|
100
100
|
"jest": "^29.7.0",
|
|
101
|
-
"jest-canvas-mock": "^2.5.2",
|
|
102
101
|
"jest-preset-angular": "^14.1.0",
|
|
103
102
|
"moment": "2.29.4",
|
|
104
103
|
"moment-timezone": "^0.5.34",
|
|
105
|
-
"ng-packagr": "
|
|
104
|
+
"ng-packagr": "16.2.3",
|
|
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": "
|
|
114
|
+
"typescript": "4.9.5",
|
|
116
115
|
"util": "0.11.1",
|
|
117
116
|
"yargs": "^17.3.1"
|
|
118
117
|
},
|
|
@@ -1,17 +1,15 @@
|
|
|
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';
|
|
5
|
-
import 'jest-canvas-mock';
|
|
6
4
|
|
|
7
5
|
// Mock global objects if necessary
|
|
8
6
|
global.jQuery = require("jquery");
|
|
9
7
|
global.$ = global.jQuery;
|
|
10
|
-
global._ = _;
|
|
11
8
|
|
|
12
9
|
|
|
13
|
-
global.moment = require("moment");
|
|
14
10
|
|
|
11
|
+
global._ = require("lodash");
|
|
12
|
+
global.moment = require("moment");
|
|
15
13
|
class IntersectionObserver {
|
|
16
14
|
constructor(callback, options) {
|
|
17
15
|
|
|
@@ -89,32 +87,3 @@ beforeEach(() => {
|
|
|
89
87
|
},
|
|
90
88
|
});
|
|
91
89
|
});
|
|
92
|
-
|
|
93
|
-
// jest.setup.js
|
|
94
|
-
Object.defineProperty(global.HTMLMediaElement.prototype, 'load', {
|
|
95
|
-
configurable: true,
|
|
96
|
-
enumerable: true,
|
|
97
|
-
writable: true,
|
|
98
|
-
value: jest.fn(),
|
|
99
|
-
});
|
|
100
|
-
|
|
101
|
-
Object.defineProperty(global.HTMLMediaElement.prototype, 'play', {
|
|
102
|
-
configurable: true,
|
|
103
|
-
enumerable: true,
|
|
104
|
-
writable: true,
|
|
105
|
-
value: jest.fn().mockResolvedValue(),
|
|
106
|
-
});
|
|
107
|
-
|
|
108
|
-
Object.defineProperty(global.HTMLMediaElement.prototype, 'pause', {
|
|
109
|
-
configurable: true,
|
|
110
|
-
enumerable: true,
|
|
111
|
-
writable: true,
|
|
112
|
-
value: jest.fn(),
|
|
113
|
-
});
|
|
114
|
-
|
|
115
|
-
Object.defineProperty(global.HTMLMediaElement.prototype, 'addTextTrack', {
|
|
116
|
-
configurable: true,
|
|
117
|
-
enumerable: true,
|
|
118
|
-
writable: true,
|
|
119
|
-
value: jest.fn(),
|
|
120
|
-
});
|