@wavemaker/angular-codegen 11.5.0-next.1417086 → 11.5.0-next.141918

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.
@@ -46379,7 +46379,7 @@ register('wm-button', () => {
46379
46379
  return {
46380
46380
  pre: (attrs) => {
46381
46381
  const counter = idGen$c.nextUid();
46382
- return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || null" ${getAttrMarkup(attrs)}>`;
46382
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
46383
46383
  },
46384
46384
  post: () => `</${tagName$P}>`
46385
46385
  };
@@ -46379,7 +46379,7 @@ register('wm-button', () => {
46379
46379
  return {
46380
46380
  pre: (attrs) => {
46381
46381
  const counter = idGen$c.nextUid();
46382
- return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || null" ${getAttrMarkup(attrs)}>`;
46382
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
46383
46383
  },
46384
46384
  post: () => `</${tagName$P}>`
46385
46385
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.5.0-next.1417086",
3
+ "version": "11.5.0-next.141918",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {