@wavemaker-ai/angular-app 1.0.0-rc.322 → 1.0.0-rc.324

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.
@@ -38792,6 +38792,9 @@ const getDataSource = (dataSetExpr) => {
38792
38792
  if (parts[0] === 'Variables' || parts[0] === 'Widgets') {
38793
38793
  return `${parts[0]}.${parts[1]}`;
38794
38794
  }
38795
+ if (parts[0] === 'App' && parts[1] === 'activePage' && parts[2]?.includes('Variables') && parts[3]) {
38796
+ return `App.activePage.${parts[2]}.${parts[3]}`;
38797
+ }
38795
38798
  };
38796
38799
  const widgetChildAttrs = (() => {
38797
38800
  const childAttrs = new Map();
@@ -69,7 +69,7 @@
69
69
  <body>
70
70
  <div class="header">
71
71
  <h1>Angular Project Dependencies Report</h1>
72
- <p class="timestamp">Generated on: 6/15/2026, 8:57:53 PM</p>
72
+ <p class="timestamp">Generated on: 6/28/2026, 11:03:24 AM</p>
73
73
  </div>
74
74
 
75
75
  <div class="section">