@wavemaker/angular-codegen 11.4.0-next.24592 → 11.4.0-next.24653

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.
@@ -5960,9 +5960,9 @@
5960
5960
  }
5961
5961
  },
5962
5962
  "@wavemaker/variables": {
5963
- "version": "11.4.0-next.24592",
5964
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.24592.tgz",
5965
- "integrity": "sha512-B7Z1wxB7pksDWn474jE1vbsTBnRb/RrI15THihvrdGApGX6AStujdfkUVxtDoHAcmCTROmkFk+CmxHbFk478MQ==",
5963
+ "version": "11.4.0-next.24653",
5964
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.24653.tgz",
5965
+ "integrity": "sha512-2V7AizWX1n74MS+bOMNu5pPazogcoAbqx8gMk/njwZfiCvYqj4rQsQWIeYczd+ub24RBE1nObEAajiJU4sCvdg==",
5966
5966
  "requires": {
5967
5967
  "@metrichor/jmespath": "^0.3.1",
5968
5968
  "he": "^1.2.0",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker.com/nvd3": "1.0.0",
49
49
  "@wavemaker/focus-trap": "^1.0.0",
50
- "@wavemaker/variables": "11.4.0-next.24592",
50
+ "@wavemaker/variables": "11.4.0-next.24653",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "6.0.4",
53
53
  "angular2-websocket": "0.9.7",
@@ -72,7 +72,7 @@
72
72
  "tslib": "^2.0.0",
73
73
  "x2js": "3.2.6",
74
74
  "zone.js": "~0.11.4",
75
- "@wavemaker/app-ng-runtime": "11.4.0-next.24592"
75
+ "@wavemaker/app-ng-runtime": "11.4.0-next.24653"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -46878,7 +46878,7 @@ register('wm-popover', () => {
46878
46878
  }
46879
46879
  let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
46880
46880
  const contextAttrs = table ? `let-row="row"` : ``;
46881
- markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
46881
+ markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
46882
46882
  // todo keyboard navigation - tab
46883
46883
  if (popoverTemplate) {
46884
46884
  markup += `${popoverTemplate ? popoverTemplate : ''}`;
@@ -46890,7 +46890,7 @@ register('wm-popover', () => {
46890
46890
  if (shared.get('hasPopoverContent')) {
46891
46891
  markup += `</div>`;
46892
46892
  }
46893
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$q}>`;
46893
+ return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$q}>`;
46894
46894
  }
46895
46895
  };
46896
46896
  });
@@ -46878,7 +46878,7 @@ register('wm-popover', () => {
46878
46878
  }
46879
46879
  let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
46880
46880
  const contextAttrs = table ? `let-row="row"` : ``;
46881
- markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
46881
+ markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
46882
46882
  // todo keyboard navigation - tab
46883
46883
  if (popoverTemplate) {
46884
46884
  markup += `${popoverTemplate ? popoverTemplate : ''}`;
@@ -46890,7 +46890,7 @@ register('wm-popover', () => {
46890
46890
  if (shared.get('hasPopoverContent')) {
46891
46891
  markup += `</div>`;
46892
46892
  }
46893
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$q}>`;
46893
+ return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$q}>`;
46894
46894
  }
46895
46895
  };
46896
46896
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.4.0-next.24592",
3
+ "version": "11.4.0-next.24653",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {