@wavemaker/angular-codegen 11.6.1-rc.5542 → 11.6.1-rc.5563

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.
@@ -36,7 +36,7 @@
36
36
  "@metrichor/jmespath": "^0.3.1",
37
37
  "@wavemaker/focus-trap": "^1.0.0",
38
38
  "@wavemaker/nvd3": "1.8.9",
39
- "@wavemaker/variables": "11.6.1-rc.5542",
39
+ "@wavemaker/variables": "11.6.1-rc.5563",
40
40
  "@ztree/ztree_v3": "^3.5.48",
41
41
  "angular-imask": "6.3.0",
42
42
  "angular2-websocket": "0.9.7",
@@ -5947,9 +5947,9 @@
5947
5947
  }
5948
5948
  },
5949
5949
  "node_modules/@wavemaker/variables": {
5950
- "version": "11.6.1-rc.5542",
5951
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.6.1-rc.5542.tgz",
5952
- "integrity": "sha512-5yun3Ib7+fdxfOugN4Jx75937xU4EN5WYMaaau9wsADbMx4TOQQacGg1gGnbokwIkNHAMgfoxqHsDv2xsAqBXQ==",
5950
+ "version": "11.6.1-rc.5563",
5951
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.6.1-rc.5563.tgz",
5952
+ "integrity": "sha512-anRIKxZeMG1maCFbvxd92sAIfua6mfaonjpop0auS9M6e6Xbfz6+xE2AI3Qk+7726iUpN+6nYMAeaXl7N6iJYw==",
5953
5953
  "dependencies": {
5954
5954
  "@metrichor/jmespath": "^0.3.1",
5955
5955
  "he": "^1.2.0",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker/focus-trap": "^1.0.0",
49
49
  "@wavemaker/nvd3": "1.8.9",
50
- "@wavemaker/variables": "11.6.1-rc.5542",
50
+ "@wavemaker/variables": "11.6.1-rc.5563",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "6.3.0",
53
53
  "angular2-websocket": "0.9.7",
@@ -72,7 +72,7 @@
72
72
  "tslib": "2.4.1",
73
73
  "x2js": "^3.4.4",
74
74
  "zone.js": "~0.11.4",
75
- "@wavemaker/app-ng-runtime": "11.6.1-rc.5542"
75
+ "@wavemaker/app-ng-runtime": "11.6.1-rc.5563"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -18994,14 +18994,6 @@ class ASTCompiler {
18994
18994
  }
18995
18995
  return this.handleBinaryDefault();
18996
18996
  }
18997
- processUnary() {
18998
- const ast = this.cAst;
18999
- const stmts = this.cStmts;
19000
- const e = this.build(ast.expr, stmts);
19001
- const v = this.createVar();
19002
- stmts.push(`${v}=${ast.operator}${e}`);
19003
- return v;
19004
- }
19005
18997
  processConditional() {
19006
18998
  const ast = this.cAst;
19007
18999
  const stmts = this.cStmts;
@@ -19093,9 +19085,6 @@ class ASTCompiler {
19093
19085
  else if (ast instanceof PrefixNot) {
19094
19086
  return this.processPrefixNot();
19095
19087
  }
19096
- else if (ast instanceof Unary) {
19097
- return this.processUnary();
19098
- }
19099
19088
  else if (ast instanceof Binary) {
19100
19089
  return this.processBinary();
19101
19090
  }
@@ -93571,14 +93571,6 @@ let ASTCompiler$1 = class ASTCompiler {
93571
93571
  }
93572
93572
  return this.handleBinaryDefault();
93573
93573
  }
93574
- processUnary() {
93575
- const ast = this.cAst;
93576
- const stmts = this.cStmts;
93577
- const e = this.build(ast.expr, stmts);
93578
- const v = this.createVar();
93579
- stmts.push(`${v}=${ast.operator}${e}`);
93580
- return v;
93581
- }
93582
93574
  processConditional() {
93583
93575
  const ast = this.cAst;
93584
93576
  const stmts = this.cStmts;
@@ -93670,9 +93662,6 @@ let ASTCompiler$1 = class ASTCompiler {
93670
93662
  else if (ast instanceof PrefixNot$1) {
93671
93663
  return this.processPrefixNot();
93672
93664
  }
93673
- else if (ast instanceof Unary$1) {
93674
- return this.processUnary();
93675
- }
93676
93665
  else if (ast instanceof Binary$1) {
93677
93666
  return this.processBinary();
93678
93667
  }
@@ -120419,14 +120408,6 @@ class ASTCompiler {
120419
120408
  }
120420
120409
  return this.handleBinaryDefault();
120421
120410
  }
120422
- processUnary() {
120423
- const ast = this.cAst;
120424
- const stmts = this.cStmts;
120425
- const e = this.build(ast.expr, stmts);
120426
- const v = this.createVar();
120427
- stmts.push(`${v}=${ast.operator}${e}`);
120428
- return v;
120429
- }
120430
120411
  processConditional() {
120431
120412
  const ast = this.cAst;
120432
120413
  const stmts = this.cStmts;
@@ -120519,9 +120500,6 @@ class ASTCompiler {
120519
120500
  else if (ast instanceof PrefixNot) {
120520
120501
  return this.processPrefixNot();
120521
120502
  }
120522
- else if (ast instanceof Unary) {
120523
- return this.processUnary();
120524
- }
120525
120503
  else if (ast instanceof Binary) {
120526
120504
  return this.processBinary();
120527
120505
  }
@@ -57201,14 +57201,6 @@ class ASTCompiler {
57201
57201
  }
57202
57202
  return this.handleBinaryDefault();
57203
57203
  }
57204
- processUnary() {
57205
- const ast = this.cAst;
57206
- const stmts = this.cStmts;
57207
- const e = this.build(ast.expr, stmts);
57208
- const v = this.createVar();
57209
- stmts.push(`${v}=${ast.operator}${e}`);
57210
- return v;
57211
- }
57212
57204
  processConditional() {
57213
57205
  const ast = this.cAst;
57214
57206
  const stmts = this.cStmts;
@@ -57300,9 +57292,6 @@ class ASTCompiler {
57300
57292
  else if (ast instanceof PrefixNot) {
57301
57293
  return this.processPrefixNot();
57302
57294
  }
57303
- else if (ast instanceof Unary) {
57304
- return this.processUnary();
57305
- }
57306
57295
  else if (ast instanceof Binary) {
57307
57296
  return this.processBinary();
57308
57297
  }
@@ -57201,14 +57201,6 @@ class ASTCompiler {
57201
57201
  }
57202
57202
  return this.handleBinaryDefault();
57203
57203
  }
57204
- processUnary() {
57205
- const ast = this.cAst;
57206
- const stmts = this.cStmts;
57207
- const e = this.build(ast.expr, stmts);
57208
- const v = this.createVar();
57209
- stmts.push(`${v}=${ast.operator}${e}`);
57210
- return v;
57211
- }
57212
57204
  processConditional() {
57213
57205
  const ast = this.cAst;
57214
57206
  const stmts = this.cStmts;
@@ -57300,9 +57292,6 @@ class ASTCompiler {
57300
57292
  else if (ast instanceof PrefixNot) {
57301
57293
  return this.processPrefixNot();
57302
57294
  }
57303
- else if (ast instanceof Unary) {
57304
- return this.processUnary();
57305
- }
57306
57295
  else if (ast instanceof Binary) {
57307
57296
  return this.processBinary();
57308
57297
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.6.1-rc.5542",
3
+ "version": "11.6.1-rc.5563",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {