@wavemaker/angular-codegen 11.2.0-rc.5205 → 11.2.0-rc.5217

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.0-rc.5205"
72
+ "@wavemaker/app-ng-runtime": "11.2.0-rc.5217"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -45083,7 +45083,7 @@ register('wm-anchor', () => {
45083
45083
  return {
45084
45084
  pre: (attrs) => {
45085
45085
  const counter = idGen$r.nextUid();
45086
- return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
45086
+ return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
45087
45087
  },
45088
45088
  post: () => `</${tagName$1A}>`
45089
45089
  };
@@ -46344,7 +46344,7 @@ register('wm-button', () => {
46344
46344
  return {
46345
46345
  pre: (attrs) => {
46346
46346
  const counter = idGen$c.nextUid();
46347
- return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
46347
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
46348
46348
  },
46349
46349
  post: () => `</${tagName$P}>`
46350
46350
  };
@@ -45083,7 +45083,7 @@ register('wm-anchor', () => {
45083
45083
  return {
45084
45084
  pre: (attrs) => {
45085
45085
  const counter = idGen$r.nextUid();
45086
- return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
45086
+ return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
45087
45087
  },
45088
45088
  post: () => `</${tagName$1A}>`
45089
45089
  };
@@ -46344,7 +46344,7 @@ register('wm-button', () => {
46344
46344
  return {
46345
46345
  pre: (attrs) => {
46346
46346
  const counter = idGen$c.nextUid();
46347
- return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
46347
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
46348
46348
  },
46349
46349
  post: () => `</${tagName$P}>`
46350
46350
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.0-rc.5205",
3
+ "version": "11.2.0-rc.5217",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {