@wavemaker/angular-codegen 11.0.2-rc.5184 → 11.0.2-rc.5185

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. angular-codegen/angular-app/angular.json +20 -8
  2. angular-codegen/angular-app/build-scripts/post-build.js +30 -52
  3. angular-codegen/angular-app/package-lock.json +7814 -4598
  4. angular-codegen/angular-app/package.json +32 -32
  5. angular-codegen/angular-app/src/.browserslistrc +1 -1
  6. angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
  7. angular-codegen/angular-app/src/environments/environment.ts +1 -1
  8. angular-codegen/angular-app/src/polyfills.ts +1 -1
  9. angular-codegen/build-angular-app.js +7 -4
  10. angular-codegen/dependencies/app.component.html +22 -0
  11. angular-codegen/dependencies/expression-parser.cjs.js +20263 -0
  12. angular-codegen/dependencies/pipe-provider.cjs.js +71744 -0
  13. angular-codegen/dependencies/transpilation-mobile.cjs.js +4867 -2030
  14. angular-codegen/dependencies/transpilation-web.cjs.js +4867 -2030
  15. angular-codegen/package.json +1 -1
  16. angular-codegen/src/codegen-args-cli.js +1 -1
  17. angular-codegen/src/codegen-cli.js +1 -1
  18. angular-codegen/src/codegen.js +1 -1
  19. angular-codegen/src/expr-parser-utils.js +1 -0
  20. angular-codegen/src/gen-app-variables.js +1 -1
  21. angular-codegen/src/gen-components.js +1 -1
  22. angular-codegen/src/handlebar-helpers.js +1 -1
  23. angular-codegen/src/pages-util.js +1 -1
  24. angular-codegen/src/update-angular-json.js +1 -1
  25. angular-codegen/src/wm-utils.js +1 -1
  26. angular-codegen/templates/app.component.script.js.hbs +6 -1
  27. angular-codegen/templates/component.expressions.ts.hbs +3 -0
  28. angular-codegen/templates/expr-vs-fn.hbs +3 -0
  29. angular-codegen/templates/page/page.component.ts.hbs +7 -1
  30. angular-codegen/templates/partial/partial.component.ts.hbs +6 -0
  31. angular-codegen/templates/prefab/prefab.component.ts.hbs +6 -0
@@ -3,30 +3,30 @@
3
3
  "version": "0.0.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
- "start": "ng serve",
7
- "build": "ng build",
8
- "test": "ng test",
9
- "test_components": "ng t @wm/components/base",
10
- "test_mobile": "ng t @wm/mobile/components/basic",
11
- "test_variables": "ng t @wm/variables",
6
+ "start": "./node_modules/@angular/cli/bin/ng serve",
7
+ "build": "./node_modules/@angular/cli/bin/ng build",
8
+ "postbuild": "node build-scripts/post-build.js",
9
+ "test": "./node_modules/@angular/cli/bin/ng test",
10
+ "test_components": "./node_modules/@angular/cli/bin/ng t @wm/components/base",
11
+ "test_mobile": "./node_modules/@angular/cli/bin/ng t @wm/mobile/components/basic",
12
+ "test_variables": "./node_modules/@angular/cli/bin/ng t @wm/variables",
12
13
  "test-all": "npm run test_variables && npm run test_components",
13
14
  "test-prod": "npm run test-all > karma-test-report.txt; node combine-coverage.js >> karma-test-report.txt",
14
- "lint": "ng lint",
15
- "e2e": "ng e2e",
16
- "optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js",
17
- "postbuild": "node build-scripts/post-build.js"
15
+ "lint": "./node_modules/@angular/cli/bin/ng lint",
16
+ "e2e": "./node_modules/@angular/cli/bin/ng e2e",
17
+ "optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js"
18
18
  },
19
19
  "private": true,
20
20
  "dependencies": {
21
- "@angular/animations": "11.2.14",
22
- "@angular/common": "11.2.14",
23
- "@angular/compiler": "11.2.14",
24
- "@angular/core": "11.2.14",
25
- "@angular/forms": "11.2.14",
26
- "@angular/platform-browser": "11.2.14",
27
- "@angular/platform-browser-dynamic": "11.2.14",
28
- "@angular/router": "11.2.14",
29
- "@angular/service-worker": "11.2.14",
21
+ "@angular/animations": "12.2.16",
22
+ "@angular/common": "12.2.16",
23
+ "@angular/compiler": "12.2.16",
24
+ "@angular/core": "12.2.16",
25
+ "@angular/forms": "12.2.16",
26
+ "@angular/platform-browser": "12.2.16",
27
+ "@angular/platform-browser-dynamic": "12.2.16",
28
+ "@angular/router": "12.2.16",
29
+ "@angular/service-worker": "12.2.16",
30
30
  "@babel/runtime": "^7.14.8",
31
31
  "@awesome-cordova-plugins/app-version": "5.39.1",
32
32
  "@awesome-cordova-plugins/barcode-scanner": "5.39.1",
@@ -49,15 +49,15 @@
49
49
  "angular2-websocket": "0.9.7",
50
50
  "core-js": "2.5.4",
51
51
  "d3": "3.5.17",
52
- "fullcalendar": "3.10.0",
52
+ "fullcalendar": "5.0.0",
53
53
  "hammerjs": "2.0.8",
54
54
  "he": "1.2.0",
55
55
  "iscroll": "5.2.0",
56
- "jquery": "3.4.1",
56
+ "jquery": "3.6.0",
57
57
  "jquery-ui": "1.13.0",
58
58
  "js-cookie": "2.2.0",
59
59
  "jssha": "^3.1.2",
60
- "lodash": "4.17.19",
60
+ "lodash": "4.17.21",
61
61
  "ng-circle-progress": "1.6.0",
62
62
  "ngx-bootstrap": "6.2.0",
63
63
  "ngx-color-picker": "10.1.0",
@@ -67,16 +67,16 @@
67
67
  "summernote": "0.8.11",
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
- "zone.js": "~0.10.3",
71
- "@wavemaker/app-ng-runtime": "11.0.2-rc.5184"
70
+ "zone.js": "~0.11.4",
71
+ "@wavemaker/app-ng-runtime": "11.0.2-rc.5185"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
75
75
  "@angular-builders/custom-webpack": "11.1.1",
76
- "@angular-devkit/build-angular": "0.1102.15",
77
- "@angular/cli": "11.2.15",
78
- "@angular/compiler-cli": "11.2.14",
79
- "@angular/language-service": "11.2.14",
76
+ "@angular-devkit/build-angular": "12.2.16",
77
+ "@angular/cli": "12.2.16",
78
+ "@angular/compiler-cli": "12.2.16",
79
+ "@angular/language-service": "12.2.16",
80
80
  "@babel/plugin-transform-runtime": "^7.14.5",
81
81
  "@compodoc/compodoc": "1.1.11",
82
82
  "@types/jasmine": "2.8.8",
@@ -96,14 +96,14 @@
96
96
  "jasmine": "3.5.0",
97
97
  "jasmine-core": "~3.5.0",
98
98
  "jasmine-spec-reporter": "~5.0.0",
99
- "karma": "~5.0.0",
99
+ "karma": "~6.3.15",
100
100
  "karma-chrome-launcher": "~3.1.0",
101
101
  "karma-coverage-istanbul-reporter": "~3.0.2",
102
102
  "karma-jasmine": "~4.0.0",
103
103
  "karma-jasmine-html-reporter": "^1.5.0",
104
104
  "karma-mocha-reporter": "2.2.5",
105
- "moment": "2.24.0",
106
- "ng-packagr": "11.2.4",
105
+ "moment": "2.29.0",
106
+ "ng-packagr": "12.2.7",
107
107
  "npm-run-all": "4.1.5",
108
108
  "rimraf": "2.6.3",
109
109
  "rollup": "0.65.2",
@@ -114,7 +114,7 @@
114
114
  "rollup-plugin-node-resolve": "3.4.0",
115
115
  "ts-node": "7.0.1",
116
116
  "tslint": "~6.1.0",
117
- "typescript": "4.1.6",
117
+ "typescript": "4.3.5",
118
118
  "util": "0.11.1",
119
119
  "yargs": "^17.3.1"
120
120
  }
@@ -9,4 +9,4 @@ last 2 versions
9
9
  Firefox ESR
10
10
  not dead
11
11
  not IE 9-10
12
- IE 11
12
+ not IE 11