@wavemaker/angular-codegen 11.2.1-next.23464 → 11.2.1-rc.5193

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.
@@ -69,7 +69,7 @@
69
69
  "tslib": "^2.0.0",
70
70
  "x2js": "3.2.6",
71
71
  "zone.js": "~0.11.4",
72
- "@wavemaker/app-ng-runtime": "11.2.1-next.23464"
72
+ "@wavemaker/app-ng-runtime": "11.2.1-rc.5193"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -46727,7 +46727,7 @@ register('wm-livetable', () => {
46727
46727
  pre: (attrs, shared) => {
46728
46728
  const counter = idGen$a.nextUid();
46729
46729
  shared.set('counter', counter);
46730
- return `<${tagName$x} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
46730
+ return `<${tagName$x} wmLiveTable ${getAttrMarkup(attrs)} dialogid="${counter}">`;
46731
46731
  },
46732
46732
  post: () => `</${tagName$x}>`,
46733
46733
  provide: (attrs, shared) => {
@@ -47734,7 +47734,7 @@ register('wm-table', () => {
47734
47734
  attrs.set('isdynamictable', shared.get('isdynamictable'));
47735
47735
  attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
47736
47736
  attrs.set('table_reference', counter);
47737
- return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" role="table" ${getAttrMarkup(attrs)}>`;
47737
+ return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" ${getAttrMarkup(attrs)}>`;
47738
47738
  },
47739
47739
  post: () => `</${tagName$3}>`,
47740
47740
  provide: (attrs, shared) => {
@@ -46727,7 +46727,7 @@ register('wm-livetable', () => {
46727
46727
  pre: (attrs, shared) => {
46728
46728
  const counter = idGen$a.nextUid();
46729
46729
  shared.set('counter', counter);
46730
- return `<${tagName$x} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
46730
+ return `<${tagName$x} wmLiveTable ${getAttrMarkup(attrs)} dialogid="${counter}">`;
46731
46731
  },
46732
46732
  post: () => `</${tagName$x}>`,
46733
46733
  provide: (attrs, shared) => {
@@ -47734,7 +47734,7 @@ register('wm-table', () => {
47734
47734
  attrs.set('isdynamictable', shared.get('isdynamictable'));
47735
47735
  attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
47736
47736
  attrs.set('table_reference', counter);
47737
- return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" role="table" ${getAttrMarkup(attrs)}>`;
47737
+ return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" ${getAttrMarkup(attrs)}>`;
47738
47738
  },
47739
47739
  post: () => `</${tagName$3}>`,
47740
47740
  provide: (attrs, shared) => {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.1-next.23464",
3
+ "version": "11.2.1-rc.5193",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {