@wavemaker/angular-codegen 11.2.0-rc.5221 → 11.2.0-rc.5223

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.0-rc.5221"
72
+ "@wavemaker/app-ng-runtime": "11.2.0-rc.5223"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -46940,7 +46940,7 @@ register('wm-page', () => {
46940
46940
  },
46941
46941
  pre: (attrs) => {
46942
46942
  const counter = idGen$8.nextUid();
46943
- return `<${tagName$p} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
46943
+ return `<${tagName$p} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint" ${getAttrMarkup(attrs)}>`;
46944
46944
  },
46945
46945
  post: () => `</${tagName$p}>`
46946
46946
  };
@@ -47592,12 +47592,13 @@ const tagName$5 = 'div';
47592
47592
  const getRowExpansionActionTmpl = (attrs) => {
47593
47593
  const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
47594
47594
  const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
47595
+ const title = attrs.get('display-name') || attrs.get('title') || 'Collapse/Expand';
47595
47596
  return `<ng-template #rowExpansionActionTmpl let-row="row">
47596
47597
  <${tag} ${directive}
47597
47598
  ${getRowActionAttrs(attrs)}
47598
47599
  class="${attrs.get('class')} row-expansion-button"
47599
47600
  iconclass="${attrs.get('collapseicon')}"
47600
- type="button"></${tag}>
47601
+ type="button" aria-label="${title}"></${tag}>
47601
47602
  </ng-template>`;
47602
47603
  };
47603
47604
  const ɵ0$1$2 = getRowExpansionActionTmpl;
@@ -46940,7 +46940,7 @@ register('wm-page', () => {
46940
46940
  },
46941
46941
  pre: (attrs) => {
46942
46942
  const counter = idGen$8.nextUid();
46943
- return `<${tagName$p} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
46943
+ return `<${tagName$p} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint" ${getAttrMarkup(attrs)}>`;
46944
46944
  },
46945
46945
  post: () => `</${tagName$p}>`
46946
46946
  };
@@ -47592,12 +47592,13 @@ const tagName$5 = 'div';
47592
47592
  const getRowExpansionActionTmpl = (attrs) => {
47593
47593
  const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
47594
47594
  const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
47595
+ const title = attrs.get('display-name') || attrs.get('title') || 'Collapse/Expand';
47595
47596
  return `<ng-template #rowExpansionActionTmpl let-row="row">
47596
47597
  <${tag} ${directive}
47597
47598
  ${getRowActionAttrs(attrs)}
47598
47599
  class="${attrs.get('class')} row-expansion-button"
47599
47600
  iconclass="${attrs.get('collapseicon')}"
47600
- type="button"></${tag}>
47601
+ type="button" aria-label="${title}"></${tag}>
47601
47602
  </ng-template>`;
47602
47603
  };
47603
47604
  const ɵ0$1$2 = getRowExpansionActionTmpl;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.0-rc.5221",
3
+ "version": "11.2.0-rc.5223",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {