@wavemaker/angular-codegen 10.16.6-rc.615 → 10.16.7-rc.515584

Sign up to get free protection for your applications and to get access to all the features.
@@ -70,7 +70,7 @@
70
70
  "tslib": "^2.0.0",
71
71
  "x2js": "3.2.6",
72
72
  "zone.js": "~0.10.3",
73
- "@wavemaker/app-ng-runtime": "10.16.6-rc.615"
73
+ "@wavemaker/app-ng-runtime": "10.16.7-rc.515584"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -44119,7 +44119,7 @@ register('wm-popover', () => {
44119
44119
  }
44120
44120
  let markup = `<${tagName$m} wmPopover ${getAttrMarkup(attrs)}>`;
44121
44121
  const contextAttrs = table ? `let-row="row"` : ``;
44122
- markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
44122
+ markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
44123
44123
  // todo keyboard navigation - tab
44124
44124
  if (popoverTemplate) {
44125
44125
  markup += `${popoverTemplate ? popoverTemplate : ''}`;
@@ -44131,7 +44131,7 @@ register('wm-popover', () => {
44131
44131
  if (shared.get('hasPopoverContent')) {
44132
44132
  markup += `</div>`;
44133
44133
  }
44134
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$m}>`;
44134
+ return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$m}>`;
44135
44135
  }
44136
44136
  };
44137
44137
  });
@@ -44119,7 +44119,7 @@ register('wm-popover', () => {
44119
44119
  }
44120
44120
  let markup = `<${tagName$m} wmPopover ${getAttrMarkup(attrs)}>`;
44121
44121
  const contextAttrs = table ? `let-row="row"` : ``;
44122
- markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
44122
+ markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
44123
44123
  // todo keyboard navigation - tab
44124
44124
  if (popoverTemplate) {
44125
44125
  markup += `${popoverTemplate ? popoverTemplate : ''}`;
@@ -44131,7 +44131,7 @@ register('wm-popover', () => {
44131
44131
  if (shared.get('hasPopoverContent')) {
44132
44132
  markup += `</div>`;
44133
44133
  }
44134
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$m}>`;
44134
+ return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$m}>`;
44135
44135
  }
44136
44136
  };
44137
44137
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "10.16.6-rc.615",
3
+ "version": "10.16.7-rc.515584",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {