@wavemaker/angular-codegen 11.5.0-next.24745 → 11.5.0-next.26221
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.
|
@@ -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.5.0-next.
|
|
50
|
+
"@wavemaker/variables": "11.5.0-next.26221",
|
|
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.5.0-next.
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.5.0-next.26221"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -93896,7 +93896,7 @@ const getUpdatedWatcInfo$1 = (expr, acceptsArray, listener) => {
|
|
|
93896
93896
|
};
|
|
93897
93897
|
const $watch$1 = (expr, $scope, $locals, listener, identifier = watchIdGenerator$1.nextUid(), doNotClone = false, config = {}, isMuted) => {
|
|
93898
93898
|
if (expr.indexOf('[$i]') !== -1) {
|
|
93899
|
-
let watchInfo = getUpdatedWatcInfo$1(expr, config && config.arrayType, listener);
|
|
93899
|
+
let watchInfo = getUpdatedWatcInfo$1(expr, config && (config.arrayType || config.isList), listener);
|
|
93900
93900
|
expr = watchInfo.expr;
|
|
93901
93901
|
listener = watchInfo.listener;
|
|
93902
93902
|
}
|
|
@@ -120725,7 +120725,7 @@ const getUpdatedWatcInfo = (expr, acceptsArray, listener) => {
|
|
|
120725
120725
|
};
|
|
120726
120726
|
const $watch = (expr, $scope, $locals, listener, identifier = watchIdGenerator.nextUid(), doNotClone = false, config = {}, isMuted) => {
|
|
120727
120727
|
if (expr.indexOf('[$i]') !== -1) {
|
|
120728
|
-
let watchInfo = getUpdatedWatcInfo(expr, config && config.arrayType, listener);
|
|
120728
|
+
let watchInfo = getUpdatedWatcInfo(expr, config && (config.arrayType || config.isList), listener);
|
|
120729
120729
|
expr = watchInfo.expr;
|
|
120730
120730
|
listener = watchInfo.listener;
|
|
120731
120731
|
}
|
|
@@ -57524,7 +57524,7 @@ const getUpdatedWatcInfo = (expr, acceptsArray, listener) => {
|
|
|
57524
57524
|
};
|
|
57525
57525
|
const $watch = (expr, $scope, $locals, listener, identifier = watchIdGenerator.nextUid(), doNotClone = false, config = {}, isMuted) => {
|
|
57526
57526
|
if (expr.indexOf('[$i]') !== -1) {
|
|
57527
|
-
let watchInfo = getUpdatedWatcInfo(expr, config && config.arrayType, listener);
|
|
57527
|
+
let watchInfo = getUpdatedWatcInfo(expr, config && (config.arrayType || config.isList), listener);
|
|
57528
57528
|
expr = watchInfo.expr;
|
|
57529
57529
|
listener = watchInfo.listener;
|
|
57530
57530
|
}
|
|
@@ -57524,7 +57524,7 @@ const getUpdatedWatcInfo = (expr, acceptsArray, listener) => {
|
|
|
57524
57524
|
};
|
|
57525
57525
|
const $watch = (expr, $scope, $locals, listener, identifier = watchIdGenerator.nextUid(), doNotClone = false, config = {}, isMuted) => {
|
|
57526
57526
|
if (expr.indexOf('[$i]') !== -1) {
|
|
57527
|
-
let watchInfo = getUpdatedWatcInfo(expr, config && config.arrayType, listener);
|
|
57527
|
+
let watchInfo = getUpdatedWatcInfo(expr, config && (config.arrayType || config.isList), listener);
|
|
57528
57528
|
expr = watchInfo.expr;
|
|
57529
57529
|
listener = watchInfo.listener;
|
|
57530
57530
|
}
|