@wavemaker/angular-codegen 11.10.4-rc.6083 → 11.10.5-1.6111

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.10.4-rc.6083",
3
+ "version": "11.10.5-1.6111",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "start": "./node_modules/.bin/ng serve",
@@ -47,11 +47,11 @@
47
47
  "@awesome-cordova-plugins/vibration": "5.39.1",
48
48
  "@babel/runtime": "7.14.8",
49
49
  "@metrichor/jmespath": "0.3.1",
50
- "@wavemaker/custom-widgets-m3": "11.10.4-rc.6083",
50
+ "@wavemaker/custom-widgets-m3": "11.10.5-1.6111",
51
51
  "@wavemaker/focus-trap": "1.0.1",
52
- "@wavemaker/foundation-css": "11.10.4-rc.6083",
52
+ "@wavemaker/foundation-css": "11.10.5-1.6111",
53
53
  "@wavemaker/nvd3": "1.8.12",
54
- "@wavemaker/variables": "11.10.4-rc.6083",
54
+ "@wavemaker/variables": "11.10.5-1.6111",
55
55
  "@ztree/ztree_v3": "3.5.48",
56
56
  "angular-imask": "^7.6.1",
57
57
  "angular2-websocket": "0.9.7",
@@ -78,7 +78,7 @@
78
78
  "tslib": "2.4.1",
79
79
  "x2js": "3.4.4",
80
80
  "zone.js": "0.14.10",
81
- "@wavemaker/app-ng-runtime": "11.10.4-rc.6083"
81
+ "@wavemaker/app-ng-runtime": "11.10.5-1.6111"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -458,7 +458,7 @@ const initBuild = async (buildConfigObj) => {
458
458
 
459
459
  let baseDir = buildConfigObj.optimizeUIBuild ? undefined : appTarget.split('/').slice(0, 2).join('/') + '/';
460
460
  if (buildConfigObj.generateOverrideCSS) {
461
- const { generateOverrideCSS } = require(CODEGEN_INSTALLATION + 'src/codegen-cli.js');
461
+ const { generateOverrideCSS } = require(CODEGEN_INSTALLATION + 'src/gen-app-override-css.js');
462
462
  await generateOverrideCSS(buildConfigObj, sourceDir, baseDir);
463
463
  }
464
464
  if (buildConfigObj.generate_page) {
@@ -471,7 +471,7 @@ const initBuild = async (buildConfigObj) => {
471
471
  } else if (buildType === BUILD_TYPE.WM) {
472
472
  buildAppInWMMode(sourceDir, baseDir);
473
473
  } else if (buildType === BUILD_TYPE.ANGULAR) {
474
- if(!isWebComponentBuild){
474
+ if(!isWebComponentBuild) {
475
475
  await generateAngularApp(sourceDir, getNgBuildParams(), CODEGEN_INSTALLATION, appTarget, baseDir);
476
476
  }
477
477
  //pre - run the custom for this project