@wavemaker/angular-codegen 11.2.0-next.23447 → 11.2.0-next.23449
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.
|
@@ -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
|
}
|