@wavemaker/angular-codegen 11.5.0-next.26228 → 11.5.0-next.26230
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 +23156 -0
- angular-codegen/angular-app/package.json +2 -2
- angular-codegen/dependencies/pipe-provider.cjs.js +2 -2
- angular-codegen/dependencies/transpilation-mobile.cjs.js +1 -1
- angular-codegen/dependencies/transpilation-web.cjs.js +1 -1
- angular-codegen/package.json +1 -1
|
@@ -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.26230",
|
|
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.26230"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -95394,7 +95394,7 @@ const findParent$1 = (lView, viewParentApp) => {
|
|
|
95394
95394
|
return parent ? parent : viewParentApp;
|
|
95395
95395
|
};
|
|
95396
95396
|
const findViewParent$1 = (lView) => {
|
|
95397
|
-
return lView[16][8];
|
|
95397
|
+
return lView[16] ? lView[16][8] : lView[16];
|
|
95398
95398
|
/*if(lView[3] === null) {
|
|
95399
95399
|
return lView[8];
|
|
95400
95400
|
}
|
|
@@ -122202,7 +122202,7 @@ const findParent = (lView, viewParentApp) => {
|
|
|
122202
122202
|
return parent ? parent : viewParentApp;
|
|
122203
122203
|
};
|
|
122204
122204
|
const findViewParent = (lView) => {
|
|
122205
|
-
return lView[16][8];
|
|
122205
|
+
return lView[16] ? lView[16][8] : lView[16];
|
|
122206
122206
|
/*if(lView[3] === null) {
|
|
122207
122207
|
return lView[8];
|
|
122208
122208
|
}
|
|
@@ -59020,7 +59020,7 @@ const findParent = (lView, viewParentApp) => {
|
|
|
59020
59020
|
return parent ? parent : viewParentApp;
|
|
59021
59021
|
};
|
|
59022
59022
|
const findViewParent = (lView) => {
|
|
59023
|
-
return lView[16][8];
|
|
59023
|
+
return lView[16] ? lView[16][8] : lView[16];
|
|
59024
59024
|
/*if(lView[3] === null) {
|
|
59025
59025
|
return lView[8];
|
|
59026
59026
|
}
|
|
@@ -59020,7 +59020,7 @@ const findParent = (lView, viewParentApp) => {
|
|
|
59020
59020
|
return parent ? parent : viewParentApp;
|
|
59021
59021
|
};
|
|
59022
59022
|
const findViewParent = (lView) => {
|
|
59023
|
-
return lView[16][8];
|
|
59023
|
+
return lView[16] ? lView[16][8] : lView[16];
|
|
59024
59024
|
/*if(lView[3] === null) {
|
|
59025
59025
|
return lView[8];
|
|
59026
59026
|
}
|