@wavemaker/angular-codegen 11.2.5-rc.5299 → 11.2.5-rc.5305

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.
@@ -70,7 +70,7 @@
70
70
  "tslib": "^2.0.0",
71
71
  "x2js": "3.2.6",
72
72
  "zone.js": "~0.11.4",
73
- "@wavemaker/app-ng-runtime": "11.2.5-rc.5299"
73
+ "@wavemaker/app-ng-runtime": "11.2.5-rc.5305"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -46873,7 +46873,7 @@ register('wm-popover', () => {
46873
46873
  }
46874
46874
  let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
46875
46875
  const contextAttrs = table ? `let-row="row"` : ``;
46876
- markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
46876
+ markup += `<ng-template ${contextAttrs}>`;
46877
46877
  // todo keyboard navigation - tab
46878
46878
  if (popoverTemplate) {
46879
46879
  markup += `${popoverTemplate ? popoverTemplate : ''}`;
@@ -46885,7 +46885,7 @@ register('wm-popover', () => {
46885
46885
  if (shared.get('hasPopoverContent')) {
46886
46886
  markup += `</div>`;
46887
46887
  }
46888
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$q}>`;
46888
+ return `${markup}</ng-template></${tagName$q}>`;
46889
46889
  }
46890
46890
  };
46891
46891
  });
@@ -46873,7 +46873,7 @@ register('wm-popover', () => {
46873
46873
  }
46874
46874
  let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
46875
46875
  const contextAttrs = table ? `let-row="row"` : ``;
46876
- markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
46876
+ markup += `<ng-template ${contextAttrs}>`;
46877
46877
  // todo keyboard navigation - tab
46878
46878
  if (popoverTemplate) {
46879
46879
  markup += `${popoverTemplate ? popoverTemplate : ''}`;
@@ -46885,7 +46885,7 @@ register('wm-popover', () => {
46885
46885
  if (shared.get('hasPopoverContent')) {
46886
46886
  markup += `</div>`;
46887
46887
  }
46888
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$q}>`;
46888
+ return `${markup}</ng-template></${tagName$q}>`;
46889
46889
  }
46890
46890
  };
46891
46891
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.5-rc.5299",
3
+ "version": "11.2.5-rc.5305",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {