@wavemaker/angular-codegen 11.4.3-next.25766 → 11.4.3-next.25767

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.
@@ -5960,9 +5960,9 @@
5960
5960
  }
5961
5961
  },
5962
5962
  "@wavemaker/variables": {
5963
- "version": "11.4.3-next.25766",
5964
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.3-next.25766.tgz",
5965
- "integrity": "sha512-E1Kis1l7n9fLX/OU4AO29KCZTkpS2Kbpo2jEDru155KbEY4YDJg4EUnFg3iUFd+O37M0GlyoSFXhuvzeHPfKmA==",
5963
+ "version": "11.4.3-next.25767",
5964
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.3-next.25767.tgz",
5965
+ "integrity": "sha512-ssmuSEaWzxYUkdaKm+3dqmBjLZ0+xztDTjsxzvDKuIR3+McZPlLoi6gQJKZOarZdy1DvkyH2H66L15dwgH2zAg==",
5966
5966
  "requires": {
5967
5967
  "@metrichor/jmespath": "^0.3.1",
5968
5968
  "he": "^1.2.0",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker.com/nvd3": "1.0.0",
49
49
  "@wavemaker/focus-trap": "^1.0.0",
50
- "@wavemaker/variables": "11.4.3-next.25766",
50
+ "@wavemaker/variables": "11.4.3-next.25767",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "6.0.4",
53
53
  "angular2-websocket": "0.9.7",
@@ -72,7 +72,7 @@
72
72
  "tslib": "^2.0.0",
73
73
  "x2js": "3.2.6",
74
74
  "zone.js": "~0.11.4",
75
- "@wavemaker/app-ng-runtime": "11.4.3-next.25766"
75
+ "@wavemaker/app-ng-runtime": "11.4.3-next.25767"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -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" ${getAttrMarkup(attrs)}>`;
46382
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || null" ${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" ${getAttrMarkup(attrs)}>`;
46382
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || null" ${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.4.3-next.25766",
3
+ "version": "11.4.3-next.25767",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {