@wavemaker/angular-codegen 12.0.0-next.141131 → 12.0.0-next.141138

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.
Files changed (28) hide show
  1. angular-codegen/angular-app/angular.json +13 -1
  2. angular-codegen/angular-app/build-scripts/update-version.js +24 -0
  3. angular-codegen/angular-app/package-lock.json +8431 -10702
  4. angular-codegen/angular-app/package.json +18 -14
  5. angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
  6. angular-codegen/angular-app/src/framework/util/page-util.ts +1 -3
  7. angular-codegen/angular-app/src/setup-jest.js +1 -0
  8. angular-codegen/angular-app/tsconfig.json +0 -3
  9. angular-codegen/dependencies/expression-parser.cjs.js +1 -40
  10. angular-codegen/dependencies/pipe-provider.cjs.js +41 -303
  11. angular-codegen/dependencies/transpilation-mobile.cjs.js +418 -598
  12. angular-codegen/dependencies/transpilation-web.cjs.js +418 -598
  13. angular-codegen/package.json +1 -1
  14. angular-codegen/src/codegen.js +1 -1
  15. angular-codegen/src/gen-components.js +1 -1
  16. angular-codegen/src/gen-index-html.js +1 -1
  17. angular-codegen/src/handlebar-helpers.js +1 -1
  18. angular-codegen/src/pages-util.js +1 -1
  19. angular-codegen/src/update-angular-json.js +1 -1
  20. angular-codegen/templates/app.module.ts.hbs +1 -5
  21. angular-codegen/templates/page/page.module.ts.hbs +0 -11
  22. angular-codegen/angular-app/src/framework/services/customwidget-config-provider.service.ts +0 -13
  23. angular-codegen/dependencies/custom-widgets-bundle.cjs.js +0 -390
  24. angular-codegen/src/gen-customwidget-config.js +0 -1
  25. angular-codegen/templates/component.config.ts.hbs +0 -1
  26. angular-codegen/templates/customwidget/customwidget-config.ts.hbs +0 -6
  27. angular-codegen/templates/customwidget/customwidget.component.script.js.hbs +0 -3
  28. angular-codegen/templates/customwidget/customwidget.component.ts.hbs +0 -42
@@ -8,9 +8,9 @@
8
8
  "post-build": "node build-scripts/post-build.js",
9
9
  "test": "jest --no-cache",
10
10
  "test:watch": "jest --watch",
11
- "test:coverage": "jest --coverage",
11
+ "test:coverage": "jest --coverage && node jest-code-coverage-report.js",
12
12
  "test-prod": "jest --no-cache --no-color --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
13
- "lint": "./node_modules/.bin/ng lint",
13
+ "lint": "eslint src/",
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\""
@@ -44,10 +44,8 @@
44
44
  "@babel/runtime": "7.14.8",
45
45
  "@metrichor/jmespath": "0.3.1",
46
46
  "@wavemaker/focus-trap": "1.0.1",
47
- "@wavemaker/nvd3": "1.8.11",
48
- "@wavemaker/foundation-css": "12.0.0-next.141131",
49
- "@wavemaker/custom-widgets-m3": "12.0.0-next.141131",
50
- "@wavemaker/variables": "12.0.0-next.141131",
47
+ "@wavemaker/nvd3": "1.8.12",
48
+ "@wavemaker/variables": "12.0.0-next.141138",
51
49
  "@ztree/ztree_v3": "3.5.48",
52
50
  "angular-imask": "^7.6.1",
53
51
  "angular2-websocket": "0.9.7",
@@ -67,37 +65,43 @@
67
65
  "ngx-toastr": "17.0.2",
68
66
  "rxjs": "6.6.0",
69
67
  "rxjs-compat": "6.4.0",
70
- "summernote": "0.8.18",
68
+ "summernote": "0.8.20",
71
69
  "ts-jest": "29.1.1",
72
70
  "tslib": "2.4.1",
73
71
  "x2js": "3.4.4",
74
72
  "zone.js": "0.14.7",
75
- "@wavemaker/app-ng-runtime": "12.0.0-next.141131"
73
+ "@wavemaker/app-ng-runtime": "12.0.0-next.141138"
76
74
  },
77
75
  "devDependencies": {
78
76
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
79
77
  "@angular-builders/custom-webpack": "17.0.2",
80
78
  "@angular-devkit/build-angular": "17.3.8",
79
+ "@angular-eslint/builder": "16.2.0",
80
+ "@angular-eslint/eslint-plugin": "16.2.0",
81
+ "@angular-eslint/eslint-plugin-template": "16.2.0",
82
+ "@angular-eslint/schematics": "16.2.0",
83
+ "@angular-eslint/template-parser": "16.2.0",
81
84
  "@angular/cli": "17.3.8",
82
85
  "@angular/compiler-cli": "17.3.11",
83
86
  "@angular/language-service": "17.3.11",
84
87
  "@babel/plugin-transform-runtime": "^7.14.5",
85
- "@compodoc/compodoc": "^1.1.19",
88
+ "@compodoc/compodoc": "^1.1.25",
86
89
  "@rollup/plugin-alias": "4.0.2",
87
90
  "@rollup/plugin-commonjs": "24.0.0",
88
91
  "@rollup/plugin-multi-entry": "6.0.0",
89
92
  "@rollup/plugin-node-resolve": "15.0.1",
90
- "@rollup/plugin-typescript": "^8.3.3",
91
93
  "@types/jest": "^29.5.12",
92
94
  "@types/jquery": "3.3.22",
93
95
  "@types/lodash-es": "4.17.12",
94
96
  "@types/node": "12.11.1",
95
97
  "@types/sizzle": "^2.3.3",
98
+ "@typescript-eslint/eslint-plugin": "6.15.0",
99
+ "@typescript-eslint/parser": "6.15.0",
96
100
  "babel-loader": "^9.1.2",
97
- "cheerio": "^1.0.0-rc.12",
101
+ "cheerio": "1.0.0-rc.12",
98
102
  "codelyzer": "5.1.2",
99
103
  "compression-webpack-plugin": "10.0.0",
100
- "core-js-builder": "2.5.7",
104
+ "eslint": "^8.45.0",
101
105
  "fs": "0.0.1-security",
102
106
  "fs-extra": "7.0.1",
103
107
  "jest": "^29.7.0",
@@ -107,11 +111,11 @@
107
111
  "moment-timezone": "^0.5.34",
108
112
  "ng-packagr": "17.3.0",
109
113
  "npm-run-all": "4.1.5",
110
- "owasp-dependency-check": "0.0.21",
114
+ "owasp-dependency-check": "0.0.23",
111
115
  "rimraf": "2.6.3",
112
116
  "rollup": "4.9.5",
113
117
  "rollup-plugin-includepaths": "0.2.3",
114
- "sonarqube-scanner": "^2.8.2",
118
+ "sonarqube-scanner": "4.0.1",
115
119
  "terser": "^5.15.1",
116
120
  "ts-node": "7.0.1",
117
121
  "tslint": "~6.1.0",