@wavemaker/angular-codegen 11.0.0-next.139102 → 11.0.0-next.139103

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.
@@ -14484,9 +14484,9 @@
14484
14484
  "dev": true
14485
14485
  },
14486
14486
  "moment-timezone": {
14487
- "version": "0.5.38",
14488
- "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.38.tgz",
14489
- "integrity": "sha512-nMIrzGah4+oYZPflDvLZUgoVUO4fvAqHstvG3xAUnMolWncuAiLDWNnJZj6EwJGMGfb1ZcuTFE6GI3hNOVWI/Q==",
14487
+ "version": "0.5.39",
14488
+ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.39.tgz",
14489
+ "integrity": "sha512-hoB6suq4ISDj7BDgctiOy6zljBsdYT0++0ZzZm9rtxIvJhIbQ3nmbgSWe7dNFGurl6/7b1OUkHlmN9JWgXVz7w==",
14490
14490
  "dev": true,
14491
14491
  "requires": {
14492
14492
  "moment": ">= 2.9.0"
@@ -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.0.0-next.139102"
71
+ "@wavemaker/app-ng-runtime": "11.0.0-next.139103"
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.0.0-next.139102",
3
+ "version": "11.0.0-next.139103",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {