@wavemaker/angular-codegen 12.0.0-next.141140 → 12.0.0-next.141142
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/package-lock.json +8 -8
- angular-codegen/angular-app/package.json +3 -3
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/angular-app/tsconfig.json +34 -44
- angular-codegen/build-angular-app.js +25 -2
- angular-codegen/dependencies/transpilation-mobile.cjs.js +2 -2
- angular-codegen/dependencies/transpilation-web.cjs.js +2 -2
- angular-codegen/package-lock.json +812 -64
- angular-codegen/package.json +3 -2
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@metrichor/jmespath": "0.3.1",
|
|
37
37
|
"@wavemaker/focus-trap": "1.0.1",
|
|
38
38
|
"@wavemaker/nvd3": "1.8.12",
|
|
39
|
-
"@wavemaker/variables": "12.0.0-next.
|
|
39
|
+
"@wavemaker/variables": "12.0.0-next.141142",
|
|
40
40
|
"@ztree/ztree_v3": "3.5.48",
|
|
41
41
|
"angular-imask": "^7.6.1",
|
|
42
42
|
"angular2-websocket": "0.9.7",
|
|
43
|
-
"core-js": "3.
|
|
43
|
+
"core-js": "3.39.0",
|
|
44
44
|
"d3": "7.8.5",
|
|
45
45
|
"fullcalendar": "5.3.1",
|
|
46
46
|
"hammerjs": "2.0.8",
|
|
@@ -7577,9 +7577,9 @@
|
|
|
7577
7577
|
}
|
|
7578
7578
|
},
|
|
7579
7579
|
"node_modules/@wavemaker/variables": {
|
|
7580
|
-
"version": "12.0.0-next.
|
|
7581
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-12.0.0-next.
|
|
7582
|
-
"integrity": "sha512-
|
|
7580
|
+
"version": "12.0.0-next.141142",
|
|
7581
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-12.0.0-next.141142.tgz",
|
|
7582
|
+
"integrity": "sha512-d9lt0wE4z9q6S9Mmt3HjgbP4sFDBVpKCKYa9Y0wdSQkUyF2bEWSssZI1ySsKsqNrNmbr7eMpt7f6PW4Sn34xMA==",
|
|
7583
7583
|
"dependencies": {
|
|
7584
7584
|
"@metrichor/jmespath": "^0.3.1",
|
|
7585
7585
|
"he": "^1.2.0",
|
|
@@ -9668,9 +9668,9 @@
|
|
|
9668
9668
|
}
|
|
9669
9669
|
},
|
|
9670
9670
|
"node_modules/core-js": {
|
|
9671
|
-
"version": "3.
|
|
9672
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
9673
|
-
"integrity": "sha512-
|
|
9671
|
+
"version": "3.39.0",
|
|
9672
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz",
|
|
9673
|
+
"integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==",
|
|
9674
9674
|
"hasInstallScript": true,
|
|
9675
9675
|
"funding": {
|
|
9676
9676
|
"type": "opencollective",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
|
46
46
|
"@wavemaker/focus-trap": "1.0.1",
|
|
47
47
|
"@wavemaker/nvd3": "1.8.12",
|
|
48
|
-
"@wavemaker/variables": "12.0.0-next.
|
|
48
|
+
"@wavemaker/variables": "12.0.0-next.141142",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
50
|
"angular-imask": "^7.6.1",
|
|
51
51
|
"angular2-websocket": "0.9.7",
|
|
52
|
-
"core-js": "3.
|
|
52
|
+
"core-js": "3.39.0",
|
|
53
53
|
"d3": "7.8.5",
|
|
54
54
|
"fullcalendar": "5.3.1",
|
|
55
55
|
"hammerjs": "2.0.8",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"tslib": "2.4.1",
|
|
71
71
|
"x2js": "3.4.4",
|
|
72
72
|
"zone.js": "0.14.7",
|
|
73
|
-
"@wavemaker/app-ng-runtime": "12.0.0-next.
|
|
73
|
+
"@wavemaker/app-ng-runtime": "12.0.0-next.141142"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|