@wavemaker/angular-codegen 11.4.3-next.25779 → 11.4.3-next.25781

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.
@@ -5960,9 +5960,9 @@
5960
5960
  }
5961
5961
  },
5962
5962
  "@wavemaker/variables": {
5963
- "version": "11.4.3-next.25779",
5964
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.3-next.25779.tgz",
5965
- "integrity": "sha512-mV2iXfgaB0M2eIpnVFH0uhICqTMW18RB9C2S2Y0LVKg1vzwkr2W3Z9bx/j1cO28h0HsAL5CGZD7Ukrh+tAnwog==",
5963
+ "version": "11.4.3-next.25781",
5964
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.3-next.25781.tgz",
5965
+ "integrity": "sha512-g2mVOTFqLdIJClHN0SHp70vNkHqNVrUBNkExSzKi2SQHdSZXvgOOg4TQ8mK4hH1wNNI5Ih8DOa69oXkS0K+eOg==",
5966
5966
  "requires": {
5967
5967
  "@metrichor/jmespath": "^0.3.1",
5968
5968
  "he": "^1.2.0",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker.com/nvd3": "1.0.0",
49
49
  "@wavemaker/focus-trap": "^1.0.0",
50
- "@wavemaker/variables": "11.4.3-next.25779",
50
+ "@wavemaker/variables": "11.4.3-next.25781",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "6.0.4",
53
53
  "angular2-websocket": "0.9.7",
@@ -72,7 +72,7 @@
72
72
  "tslib": "^2.0.0",
73
73
  "x2js": "3.2.6",
74
74
  "zone.js": "~0.11.4",
75
- "@wavemaker/app-ng-runtime": "11.4.3-next.25779"
75
+ "@wavemaker/app-ng-runtime": "11.4.3-next.25781"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -45521,7 +45521,7 @@ const getUpdatedWatcInfo = (expr, acceptsArray, listener) => {
45521
45521
  };
45522
45522
  const $watch = (expr, $scope, $locals, listener, identifier = watchIdGenerator.nextUid(), doNotClone = false, config$$1 = {}, isMuted) => {
45523
45523
  if (expr.indexOf('[$i]') !== -1) {
45524
- let watchInfo = getUpdatedWatcInfo(expr, config$$1 && config$$1.arrayType, listener);
45524
+ let watchInfo = getUpdatedWatcInfo(expr, config$$1 && (config$$1.arrayType || config$$1.isList), listener);
45525
45525
  expr = watchInfo.expr;
45526
45526
  listener = watchInfo.listener;
45527
45527
  }
@@ -41601,7 +41601,7 @@ const getUpdatedWatcInfo = (expr, acceptsArray, listener) => {
41601
41601
  };
41602
41602
  const $watch = (expr, $scope, $locals, listener, identifier = watchIdGenerator.nextUid(), doNotClone = false, config$$1 = {}, isMuted) => {
41603
41603
  if (expr.indexOf('[$i]') !== -1) {
41604
- let watchInfo = getUpdatedWatcInfo(expr, config$$1 && config$$1.arrayType, listener);
41604
+ let watchInfo = getUpdatedWatcInfo(expr, config$$1 && (config$$1.arrayType || config$$1.isList), listener);
41605
41605
  expr = watchInfo.expr;
41606
41606
  listener = watchInfo.listener;
41607
41607
  }
@@ -41601,7 +41601,7 @@ const getUpdatedWatcInfo = (expr, acceptsArray, listener) => {
41601
41601
  };
41602
41602
  const $watch = (expr, $scope, $locals, listener, identifier = watchIdGenerator.nextUid(), doNotClone = false, config$$1 = {}, isMuted) => {
41603
41603
  if (expr.indexOf('[$i]') !== -1) {
41604
- let watchInfo = getUpdatedWatcInfo(expr, config$$1 && config$$1.arrayType, listener);
41604
+ let watchInfo = getUpdatedWatcInfo(expr, config$$1 && (config$$1.arrayType || config$$1.isList), listener);
41605
41605
  expr = watchInfo.expr;
41606
41606
  listener = watchInfo.listener;
41607
41607
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.4.3-next.25779",
3
+ "version": "11.4.3-next.25781",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {