@wavemaker/angular-codegen 11.0.0-next.71018 → 11.0.0-next.71022

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,119 +1,119 @@
1
1
  {
2
- "name": "wavemaker-ng-runtime-new",
3
- "version": "0.0.0",
4
- "scripts": {
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",
12
- "test-all": "npm run test_variables && npm run test_components",
13
- "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"
18
- },
19
- "private": true,
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",
30
- "@babel/runtime": "^7.14.8",
31
- "@ionic-native/app-version": "4.10.0",
32
- "@ionic-native/barcode-scanner": "4.10.0",
33
- "@ionic-native/calendar": "4.10.0",
34
- "@ionic-native/camera": "4.10.0",
35
- "@ionic-native/contacts": "4.10.0",
36
- "@ionic-native/core": "4.10.0",
37
- "@ionic-native/device": "4.10.0",
38
- "@ionic-native/diagnostic": "4.10.0",
39
- "@ionic-native/file": "4.10.0",
40
- "@ionic-native/file-opener": "4.10.0",
41
- "@ionic-native/geolocation": "4.10.0",
42
- "@ionic-native/location-accuracy": "4.10.0",
43
- "@ionic-native/media-capture": "4.10.0",
44
- "@ionic-native/network": "4.10.0",
45
- "@ionic-native/sqlite": "4.10.0",
46
- "@ionic-native/vibration": "4.10.0",
47
- "@wavemaker.com/nvd3": "1.0.0",
48
- "angular-imask": "6.0.4",
49
- "angular2-websocket": "0.9.7",
50
- "core-js": "2.5.4",
51
- "d3": "3.5.17",
52
- "fullcalendar": "3.10.0",
53
- "hammerjs": "2.0.8",
54
- "he": "1.2.0",
55
- "iscroll": "5.2.0",
56
- "jquery": "3.4.1",
57
- "jquery-ui": "1.12.1",
58
- "js-cookie": "2.2.0",
59
- "jssha": "^3.1.2",
60
- "lodash": "4.17.19",
61
- "ng-circle-progress": "1.6.0",
62
- "ngx-bootstrap": "6.2.0",
63
- "ngx-color-picker": "10.1.0",
64
- "ngx-toastr": "13.2.1",
65
- "rxjs": "6.6.0",
66
- "rxjs-compat": "6.4.0",
67
- "summernote": "0.8.11",
68
- "tslib": "^2.0.0",
69
- "x2js": "3.2.6",
70
- "zone.js": "~0.10.3",
71
- "@wavemaker/app-ng-runtime": "11.0.0-next.71018"
72
- },
73
- "devDependencies": {
74
- "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
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",
80
- "@babel/plugin-transform-runtime": "^7.14.5",
81
- "@compodoc/compodoc": "1.1.11",
82
- "@types/jasmine": "2.8.8",
83
- "@types/jasminewd2": "2.0.3",
84
- "@types/jquery": "3.3.22",
85
- "@types/node": "12.11.1",
86
- "brotli-webpack-plugin": "1.1.0",
87
- "cheerio": "1.0.0-rc.2",
88
- "codelyzer": "5.1.2",
89
- "compression-webpack-plugin": "4.0.1",
90
- "core-js-builder": "2.5.7",
91
- "fs": "0.0.1-security",
92
- "fs-extra": "7.0.1",
93
- "istanbul-api": "1.2.2",
94
- "istanbul-reports": "1.1.4",
95
- "jasmine": "3.5.0",
96
- "jasmine-core": "~3.5.0",
97
- "jasmine-spec-reporter": "~5.0.0",
98
- "karma": "~5.0.0",
99
- "karma-chrome-launcher": "~3.1.0",
100
- "karma-coverage-istanbul-reporter": "~3.0.2",
101
- "karma-jasmine": "~4.0.0",
102
- "karma-jasmine-html-reporter": "^1.5.0",
103
- "karma-mocha-reporter": "2.2.5",
104
- "moment": "2.24.0",
105
- "ng-packagr": "11.2.4",
106
- "npm-run-all": "4.1.5",
107
- "rimraf": "2.6.3",
108
- "rollup": "0.65.2",
109
- "rollup-plugin-alias": "1.4.0",
110
- "rollup-plugin-commonjs": "9.2.0",
111
- "rollup-plugin-includepaths": "0.2.3",
112
- "rollup-plugin-multi-entry": "2.1.0",
113
- "rollup-plugin-node-resolve": "3.4.0",
114
- "ts-node": "7.0.1",
115
- "tslint": "~6.1.0",
116
- "typescript": "4.1.6",
117
- "util": "0.11.1"
118
- }
119
- }
2
+ "name": "wavemaker-ng-runtime-new",
3
+ "version": "0.0.0",
4
+ "scripts": {
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",
12
+ "test-all": "npm run test_variables && npm run test_components",
13
+ "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"
18
+ },
19
+ "private": true,
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",
30
+ "@babel/runtime": "^7.14.8",
31
+ "@ionic-native/app-version": "4.10.0",
32
+ "@ionic-native/barcode-scanner": "4.10.0",
33
+ "@ionic-native/calendar": "4.10.0",
34
+ "@ionic-native/camera": "4.10.0",
35
+ "@ionic-native/contacts": "4.10.0",
36
+ "@ionic-native/core": "4.10.0",
37
+ "@ionic-native/device": "4.10.0",
38
+ "@ionic-native/diagnostic": "4.10.0",
39
+ "@ionic-native/file": "4.10.0",
40
+ "@ionic-native/file-opener": "4.10.0",
41
+ "@ionic-native/geolocation": "4.10.0",
42
+ "@ionic-native/location-accuracy": "4.10.0",
43
+ "@ionic-native/media-capture": "4.10.0",
44
+ "@ionic-native/network": "4.10.0",
45
+ "@ionic-native/sqlite": "4.10.0",
46
+ "@ionic-native/vibration": "4.10.0",
47
+ "@wavemaker.com/nvd3": "1.0.0",
48
+ "angular-imask": "6.0.4",
49
+ "angular2-websocket": "0.9.7",
50
+ "core-js": "2.5.4",
51
+ "d3": "3.5.17",
52
+ "fullcalendar": "3.10.0",
53
+ "hammerjs": "2.0.8",
54
+ "he": "1.2.0",
55
+ "iscroll": "5.2.0",
56
+ "jquery": "3.4.1",
57
+ "jquery-ui": "1.12.1",
58
+ "js-cookie": "2.2.0",
59
+ "jssha": "^3.1.2",
60
+ "lodash": "4.17.19",
61
+ "ng-circle-progress": "1.6.0",
62
+ "ngx-bootstrap": "6.2.0",
63
+ "ngx-color-picker": "10.1.0",
64
+ "ngx-toastr": "13.2.1",
65
+ "rxjs": "6.6.0",
66
+ "rxjs-compat": "6.4.0",
67
+ "summernote": "0.8.11",
68
+ "tslib": "^2.0.0",
69
+ "x2js": "3.2.6",
70
+ "zone.js": "~0.10.3"
71
+ },
72
+ "devDependencies": {
73
+ "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
74
+ "@angular-builders/custom-webpack": "11.1.1",
75
+ "@angular-devkit/build-angular": "0.1102.15",
76
+ "@angular/cli": "11.2.15",
77
+ "@angular/compiler-cli": "11.2.14",
78
+ "@angular/language-service": "11.2.14",
79
+ "@babel/plugin-transform-runtime": "^7.14.5",
80
+ "@compodoc/compodoc": "1.1.11",
81
+ "@types/jasmine": "2.8.8",
82
+ "@types/jasminewd2": "2.0.3",
83
+ "@types/jquery": "3.3.22",
84
+ "@types/node": "12.11.1",
85
+ "@types/sizzle": "^2.3.3",
86
+ "brotli-webpack-plugin": "1.1.0",
87
+ "cheerio": "1.0.0-rc.2",
88
+ "codelyzer": "5.1.2",
89
+ "compression-webpack-plugin": "4.0.1",
90
+ "core-js-builder": "2.5.7",
91
+ "fs": "0.0.1-security",
92
+ "fs-extra": "7.0.1",
93
+ "istanbul-api": "1.2.2",
94
+ "istanbul-reports": "1.1.4",
95
+ "jasmine": "3.5.0",
96
+ "jasmine-core": "~3.5.0",
97
+ "jasmine-spec-reporter": "~5.0.0",
98
+ "karma": "~5.0.0",
99
+ "karma-chrome-launcher": "~3.1.0",
100
+ "karma-coverage-istanbul-reporter": "~3.0.2",
101
+ "karma-jasmine": "~4.0.0",
102
+ "karma-jasmine-html-reporter": "^1.5.0",
103
+ "karma-mocha-reporter": "2.2.5",
104
+ "moment": "2.24.0",
105
+ "ng-packagr": "11.2.4",
106
+ "npm-run-all": "4.1.5",
107
+ "rimraf": "2.6.3",
108
+ "rollup": "0.65.2",
109
+ "rollup-plugin-alias": "1.4.0",
110
+ "rollup-plugin-commonjs": "9.2.0",
111
+ "rollup-plugin-includepaths": "0.2.3",
112
+ "rollup-plugin-multi-entry": "2.1.0",
113
+ "rollup-plugin-node-resolve": "3.4.0",
114
+ "ts-node": "7.0.1",
115
+ "tslint": "~6.1.0",
116
+ "typescript": "4.1.6",
117
+ "util": "0.11.1"
118
+ }
119
+ }
@@ -29,86 +29,86 @@
29
29
  "node_modules/rxjs-compat/_esm2015/Observable"
30
30
  ],
31
31
  "@wm/build-task": [
32
- "node_modules/@wavemaker/app-ng-runtime/build-task/"
32
+ "libraries/build-task/"
33
33
  ],
34
34
  "@wm/mobile-build-task": [
35
- "node_modules/@wavemaker/app-ng-runtime/mobile-build-task"
35
+ "libraries/mobile-build-task"
36
36
  ],
37
37
  "@wm/core": [
38
- "node_modules/@wavemaker/app-ng-runtime/core"
38
+ "libraries/core"
39
39
  ],
40
40
  "@wm/components/base": [
41
- "node_modules/@wavemaker/app-ng-runtime/components/base"
41
+ "libraries/components/base"
42
42
  ],
43
43
  "@wm/components/basic": [
44
- "node_modules/@wavemaker/app-ng-runtime/components/basic/default"
44
+ "libraries/components/basic/default"
45
45
  ],
46
46
  "@wm/components/input": [
47
- "node_modules/@wavemaker/app-ng-runtime/components/input/default"
47
+ "libraries/components/input/default"
48
48
  ],
49
49
  "@wm/components/page": [
50
- "node_modules/@wavemaker/app-ng-runtime/components/page/default"
50
+ "libraries/components/page/default"
51
51
  ],
52
52
  "@wm/mobile/components/basic": [
53
- "node_modules/@wavemaker/app-ng-runtime/mobile/components/basic/default"
53
+ "libraries/mobile/components/basic/default"
54
54
  ],
55
55
  "@wm/mobile/components/page": [
56
- "node_modules/@wavemaker/app-ng-runtime/mobile/components/page/default"
56
+ "libraries/mobile/components/page/default"
57
57
  ],
58
58
  "@wm/components/dialogs": [
59
- "node_modules/@wavemaker/app-ng-runtime/components/dialogs/default"
59
+ "libraries/components/dialogs/default"
60
60
  ],
61
61
  "@wm/mobile/components/*": [
62
- "node_modules/@wavemaker/app-ng-runtime/mobile/components/*"
62
+ "libraries/mobile/components/*"
63
63
  ],
64
64
  "@wm/components/*": [
65
- "node_modules/@wavemaker/app-ng-runtime/components/*"
65
+ "libraries/components/*"
66
66
  ],
67
67
  "@wm/transpiler": [
68
- "node_modules/@wavemaker/app-ng-runtime/transpiler"
68
+ "libraries/transpiler"
69
69
  ],
70
70
  "@wm/security": [
71
- "node_modules/@wavemaker/app-ng-runtime/security"
71
+ "libraries/security"
72
72
  ],
73
73
  "@swipey": [
74
- "node_modules/@wavemaker/app-ng-runtime/swipey"
74
+ "libraries/swipey"
75
75
  ],
76
76
  "@wm/http": [
77
- "node_modules/@wavemaker/app-ng-runtime/http"
77
+ "libraries/http"
78
78
  ],
79
79
  "@wm/oAuth": [
80
- "node_modules/@wavemaker/app-ng-runtime/oAuth"
80
+ "libraries/oAuth"
81
81
  ],
82
82
  "@wm/variables": [
83
- "node_modules/@wavemaker/app-ng-runtime/variables"
83
+ "libraries/variables"
84
84
  ],
85
85
  "@wm/mobile/core": [
86
- "node_modules/@wavemaker/app-ng-runtime/mobile/core"
86
+ "libraries/mobile/core"
87
87
  ],
88
88
  "@wm/mobile/components": [
89
- "node_modules/@wavemaker/app-ng-runtime/mobile/components"
89
+ "libraries/mobile/components"
90
90
  ],
91
91
  "@wm/mobile/offline": [
92
- "node_modules/@wavemaker/app-ng-runtime/mobile/offline"
92
+ "libraries/mobile/offline"
93
93
  ],
94
94
  "@wm/mobile/variables": [
95
- "node_modules/@wavemaker/app-ng-runtime/mobile/variables"
95
+ "libraries/mobile/variables"
96
96
  ],
97
97
  "@wm/runtime/base": [
98
- "node_modules/@wavemaker/app-ng-runtime/runtime/base"
98
+ "libraries/runtime/base"
99
99
  ],
100
100
  "@wm/runtime/dynamic": [
101
- "node_modules/@wavemaker/app-ng-runtime/runtime/dynamic"
101
+ "libraries/runtime/dynamic"
102
102
  ],
103
103
  "@wm/mobile/runtime": [
104
- "node_modules/@wavemaker/app-ng-runtime/mobile/runtime"
104
+ "libraries/mobile/runtime"
105
105
  ],
106
106
  "@wm/mobile/runtime/dynamic": [
107
- "node_modules/@wavemaker/app-ng-runtime/mobile/runtime-dynamic"
107
+ "libraries/mobile/runtime-dynamic"
108
108
  ]
109
109
  }
110
110
  },
111
- "angularCompilerOptions": {
111
+ "angularCompilerOptions":{
112
112
  "enableIvy": false
113
113
  }
114
- }
114
+ }
@@ -29,74 +29,74 @@
29
29
  "node_modules/rxjs-compat/_esm2015/Observable"
30
30
  ],
31
31
  "@wm/build-task": [
32
- "node_modules/@wavemaker/app-ng-runtime/build-task/"
32
+ "libraries/build-task/"
33
33
  ],
34
34
  "@wm/mobile-build-task": [
35
- "node_modules/@wavemaker/app-ng-runtime/mobile-build-task"
35
+ "libraries/mobile-build-task"
36
36
  ],
37
37
  "@wm/core": [
38
- "node_modules/@wavemaker/app-ng-runtime/core"
38
+ "libraries/core"
39
39
  ],
40
40
  "@wm/components/basic": [
41
- "node_modules/@wavemaker/app-ng-runtime/components/basic/default"
41
+ "libraries/components/basic/default"
42
42
  ],
43
43
  "@wm/components/input": [
44
- "node_modules/@wavemaker/app-ng-runtime/components/input/default"
44
+ "libraries/components/input/default"
45
45
  ],
46
46
  "@wm/components/page": [
47
- "node_modules/@wavemaker/app-ng-runtime/components/page/default"
47
+ "libraries/components/page/default"
48
48
  ],
49
49
  "@wm/components/dialogs": [
50
- "node_modules/@wavemaker/app-ng-runtime/components/dialogs/default"
50
+ "libraries/components/dialogs/default"
51
51
  ],
52
52
  "@wm/components/*": [
53
- "node_modules/@wavemaker/app-ng-runtime/components/*"
53
+ "libraries/components/*"
54
54
  ],
55
55
  "@wm/transpiler": [
56
- "node_modules/@wavemaker/app-ng-runtime/transpiler"
56
+ "libraries/transpiler"
57
57
  ],
58
58
  "@wm/security": [
59
- "node_modules/@wavemaker/app-ng-runtime/security"
59
+ "libraries/security"
60
60
  ],
61
61
  "@swipey": [
62
- "node_modules/@wavemaker/app-ng-runtime/swipey"
62
+ "libraries/swipey"
63
63
  ],
64
64
  "@wm/http": [
65
- "node_modules/@wavemaker/app-ng-runtime/http"
65
+ "libraries/http"
66
66
  ],
67
67
  "@wm/oAuth": [
68
- "node_modules/@wavemaker/app-ng-runtime/oAuth"
68
+ "libraries/oAuth"
69
69
  ],
70
70
  "@wm/variables": [
71
- "node_modules/@wavemaker/app-ng-runtime/variables"
71
+ "libraries/variables"
72
72
  ],
73
73
  "@wm/mobile/core": [
74
- "node_modules/@wavemaker/app-ng-runtime/mobile/core"
74
+ "libraries/mobile/core"
75
75
  ],
76
76
  "@wm/mobile/components": [
77
- "node_modules/@wavemaker/app-ng-runtime/mobile/components"
77
+ "libraries/mobile/components"
78
78
  ],
79
79
  "@wm/mobile/offline": [
80
- "node_modules/@wavemaker/app-ng-runtime/mobile/offline"
80
+ "libraries/mobile/offline"
81
81
  ],
82
82
  "@wm/mobile/variables": [
83
- "node_modules/@wavemaker/app-ng-runtime/mobile/variables"
83
+ "libraries/mobile/variables"
84
84
  ],
85
85
  "@wm/runtime/base": [
86
- "node_modules/@wavemaker/app-ng-runtime/runtime/base"
86
+ "libraries/runtime/base"
87
87
  ],
88
88
  "@wm/runtime/dynamic": [
89
- "node_modules/@wavemaker/app-ng-runtime/runtime/dynamic"
89
+ "libraries/runtime/dynamic"
90
90
  ],
91
91
  "@wm/mobile/runtime": [
92
- "node_modules/@wavemaker/app-ng-runtime/mobile/placeholder/runtime"
92
+ "libraries/mobile/placeholder/runtime"
93
93
  ],
94
94
  "@wm/mobile/runtime-dynamic": [
95
- "node_modules/@wavemaker/app-ng-runtime/mobile/placeholder/runtime/dynamic"
95
+ "libraries/mobile/placeholder/runtime/dynamic"
96
96
  ]
97
97
  }
98
98
  },
99
- "angularCompilerOptions": {
99
+ "angularCompilerOptions":{
100
100
  "enableIvy": false
101
101
  }
102
- }
102
+ }
@@ -36,7 +36,7 @@ const downloadNPMPackage = (packageInfo) => {
36
36
  // To check global app runtime node modules.
37
37
  if (!isNPMPackageExist(PATH_NPM_PACKAGE_SUCCESS, packageInfo.successMsg)) {
38
38
  fs.mkdirSync(PATH_NPM_PACKAGE, { recursive: true });
39
- let npmInstallCMD = 'npm install ';
39
+ let npmInstallCMD = 'npm install --legacy-peer-deps ';
40
40
  if (packageInfo.packageJsonFile && fs.existsSync(packageInfo.packageJsonFile)) {
41
41
  fs.copyFileSync(packageInfo.packageJsonFile, PATH_NPM_PACKAGE + '/package.json');
42
42
  } else {