@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.
- angular-codegen/angular-app/angular.json +13 -1
- angular-codegen/angular-app/build-scripts/update-version.js +24 -0
- angular-codegen/angular-app/package-lock.json +8431 -10702
- angular-codegen/angular-app/package.json +18 -14
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/angular-app/src/framework/util/page-util.ts +1 -3
- angular-codegen/angular-app/src/setup-jest.js +1 -0
- angular-codegen/angular-app/tsconfig.json +0 -3
- angular-codegen/dependencies/expression-parser.cjs.js +1 -40
- angular-codegen/dependencies/pipe-provider.cjs.js +41 -303
- angular-codegen/dependencies/transpilation-mobile.cjs.js +418 -598
- angular-codegen/dependencies/transpilation-web.cjs.js +418 -598
- angular-codegen/package.json +1 -1
- angular-codegen/src/codegen.js +1 -1
- angular-codegen/src/gen-components.js +1 -1
- angular-codegen/src/gen-index-html.js +1 -1
- angular-codegen/src/handlebar-helpers.js +1 -1
- angular-codegen/src/pages-util.js +1 -1
- angular-codegen/src/update-angular-json.js +1 -1
- angular-codegen/templates/app.module.ts.hbs +1 -5
- angular-codegen/templates/page/page.module.ts.hbs +0 -11
- angular-codegen/angular-app/src/framework/services/customwidget-config-provider.service.ts +0 -13
- angular-codegen/dependencies/custom-widgets-bundle.cjs.js +0 -390
- angular-codegen/src/gen-customwidget-config.js +0 -1
- angular-codegen/templates/component.config.ts.hbs +0 -1
- angular-codegen/templates/customwidget/customwidget-config.ts.hbs +0 -6
- angular-codegen/templates/customwidget/customwidget.component.script.js.hbs +0 -3
- 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": "
|
|
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.
|
|
48
|
-
"@wavemaker/
|
|
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.
|
|
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.
|
|
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.
|
|
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": "
|
|
101
|
+
"cheerio": "1.0.0-rc.12",
|
|
98
102
|
"codelyzer": "5.1.2",
|
|
99
103
|
"compression-webpack-plugin": "10.0.0",
|
|
100
|
-
"
|
|
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.
|
|
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": "
|
|
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",
|