@wavemaker/angular-codegen 11.2.5-rc.92 → 11.2.6-rc.5355

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.
@@ -20360,9 +20360,9 @@
20360
20360
  "dev": true
20361
20361
  },
20362
20362
  "tabbable": {
20363
- "version": "6.1.1",
20364
- "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.1.1.tgz",
20365
- "integrity": "sha512-4kl5w+nCB44EVRdO0g/UGoOp3vlwgycUVtkk/7DPyeLZUCuNFFKCFG6/t/DgHLrUPHjrZg6s5tNm+56Q2B0xyg=="
20363
+ "version": "6.2.0",
20364
+ "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz",
20365
+ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew=="
20366
20366
  },
20367
20367
  "tapable": {
20368
20368
  "version": "2.2.1",
@@ -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.92"
73
+ "@wavemaker/app-ng-runtime": "11.2.6-rc.5355"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -46056,7 +46056,7 @@ const registerFormField = (isFormField) => {
46056
46056
  const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
46057
46057
  const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
46058
46058
  const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
46059
- attrs.set('__errormsg', formFieldErrorMsgId);
46059
+ attrs.set('__validationId', formFieldErrorMsgId);
46060
46060
  attrs.set('__widgetType', widgetType);
46061
46061
  attrs.delete('widget');
46062
46062
  shared.set('counter', counter);
@@ -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}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
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}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$q}>`;
46889
46889
  }
46890
46890
  };
46891
46891
  });
@@ -46056,7 +46056,7 @@ const registerFormField = (isFormField) => {
46056
46056
  const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
46057
46057
  const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
46058
46058
  const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
46059
- attrs.set('__errormsg', formFieldErrorMsgId);
46059
+ attrs.set('__validationId', formFieldErrorMsgId);
46060
46060
  attrs.set('__widgetType', widgetType);
46061
46061
  attrs.delete('widget');
46062
46062
  shared.set('counter', counter);
@@ -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}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
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}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></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.92",
3
+ "version": "11.2.6-rc.5355",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {