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

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.
@@ -20360,9 +20360,9 @@
20360
20360
  "dev": true
20361
20361
  },
20362
20362
  "tabbable": {
20363
- "version": "6.0.1",
20364
- "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.0.1.tgz",
20365
- "integrity": "sha512-SYJSIgeyXW7EuX1ytdneO5e8jip42oHWg9xl/o3oTYhmXusZVgiA+VlPvjIN+kHii9v90AmzTZEBcsEvuAY+TA=="
20363
+ "version": "6.1.1",
20364
+ "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.1.1.tgz",
20365
+ "integrity": "sha512-4kl5w+nCB44EVRdO0g/UGoOp3vlwgycUVtkk/7DPyeLZUCuNFFKCFG6/t/DgHLrUPHjrZg6s5tNm+56Q2B0xyg=="
20366
20366
  },
20367
20367
  "tapable": {
20368
20368
  "version": "2.2.1",
@@ -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.5218"
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.5218",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {