@wavemaker/angular-codegen 11.2.4-rc.5205 → 11.2.4-rc.5215

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.
@@ -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.4-rc.5205"
73
+ "@wavemaker/app-ng-runtime": "11.2.4-rc.5215"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -45089,7 +45089,7 @@ register('wm-anchor', () => {
45089
45089
  return {
45090
45090
  pre: (attrs) => {
45091
45091
  const counter = idGen$r.nextUid();
45092
- return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
45092
+ return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
45093
45093
  },
45094
45094
  post: () => `</${tagName$1A}>`
45095
45095
  };
@@ -46350,7 +46350,7 @@ register('wm-button', () => {
46350
46350
  return {
46351
46351
  pre: (attrs) => {
46352
46352
  const counter = idGen$c.nextUid();
46353
- return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
46353
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
46354
46354
  },
46355
46355
  post: () => `</${tagName$P}>`
46356
46356
  };
@@ -45089,7 +45089,7 @@ register('wm-anchor', () => {
45089
45089
  return {
45090
45090
  pre: (attrs) => {
45091
45091
  const counter = idGen$r.nextUid();
45092
- return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
45092
+ return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
45093
45093
  },
45094
45094
  post: () => `</${tagName$1A}>`
45095
45095
  };
@@ -46350,7 +46350,7 @@ register('wm-button', () => {
46350
46350
  return {
46351
46351
  pre: (attrs) => {
46352
46352
  const counter = idGen$c.nextUid();
46353
- return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
46353
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
46354
46354
  },
46355
46355
  post: () => `</${tagName$P}>`
46356
46356
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.4-rc.5205",
3
+ "version": "11.2.4-rc.5215",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {