@wavemaker/angular-codegen 11.4.3-rc.127 → 11.4.3-rc.130
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/package-lock.json +3 -3
- angular-codegen/angular-app/package.json +2 -2
- angular-codegen/dependencies/pipe-provider.cjs.js +1 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +1 -1
- angular-codegen/dependencies/transpilation-web.cjs.js +1 -1
- angular-codegen/package.json +1 -1
|
@@ -5960,9 +5960,9 @@
|
|
|
5960
5960
|
}
|
|
5961
5961
|
},
|
|
5962
5962
|
"@wavemaker/variables": {
|
|
5963
|
-
"version": "11.4.3-rc.
|
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.3-rc.
|
|
5965
|
-
"integrity": "sha512-
|
|
5963
|
+
"version": "11.4.3-rc.130",
|
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.3-rc.130.tgz",
|
|
5965
|
+
"integrity": "sha512-ExpQYjt3sdMwyyp2sqeySW62xTFv4qxUtLUJALp4jzYtuZ0vk1Vh9HhgrLPgLi+NfqPOP3/87RG1BsQKgXOISw==",
|
|
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-rc.
|
|
50
|
+
"@wavemaker/variables": "11.4.3-rc.130",
|
|
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-rc.
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.4.3-rc.130"
|
|
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
|
}
|