@wavemaker/angular-codegen 11.2.0-next.24395 → 11.2.0-next.24397

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
70
  "zone.js": "~0.11.4",
71
- "@wavemaker/app-ng-runtime": "11.2.0-next.24395"
71
+ "@wavemaker/app-ng-runtime": "11.2.0-next.24397"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -46954,6 +46954,9 @@ const findRootContainer = ($el) => {
46954
46954
  if (!root.length) {
46955
46955
  root = $el.closest('.app-partial');
46956
46956
  }
46957
+ if (!root.length) {
46958
+ root = $el.closest('.app-spa-page');
46959
+ }
46957
46960
  if (!root.length) {
46958
46961
  root = $el.closest('.app-page');
46959
46962
  }
@@ -43032,6 +43032,9 @@ const findRootContainer = ($el) => {
43032
43032
  if (!root.length) {
43033
43033
  root = $el.closest('.app-partial');
43034
43034
  }
43035
+ if (!root.length) {
43036
+ root = $el.closest('.app-spa-page');
43037
+ }
43035
43038
  if (!root.length) {
43036
43039
  root = $el.closest('.app-page');
43037
43040
  }
@@ -43032,6 +43032,9 @@ const findRootContainer = ($el) => {
43032
43032
  if (!root.length) {
43033
43033
  root = $el.closest('.app-partial');
43034
43034
  }
43035
+ if (!root.length) {
43036
+ root = $el.closest('.app-spa-page');
43037
+ }
43035
43038
  if (!root.length) {
43036
43039
  root = $el.closest('.app-page');
43037
43040
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.0-next.24395",
3
+ "version": "11.2.0-next.24397",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {