@wavemaker/angular-codegen 11.2.0-rc.5235 → 11.2.0-rc.5237

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.5235"
72
+ "@wavemaker/app-ng-runtime": "11.2.0-rc.5237"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -47065,7 +47065,7 @@ register('wm-left-panel', () => {
47065
47065
  return {
47066
47066
  pre: (attrs) => {
47067
47067
  const counter = idGen$4.nextUid();
47068
- return `<${tagName$i} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" role="navigation" [attr.aria-label]="${counter}.hint || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`;
47068
+ return `<${tagName$i} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" [attr.aria-label]="${counter}.hint || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`;
47069
47069
  },
47070
47070
  post: () => `</${tagName$i}>`
47071
47071
  };
@@ -47065,7 +47065,7 @@ register('wm-left-panel', () => {
47065
47065
  return {
47066
47066
  pre: (attrs) => {
47067
47067
  const counter = idGen$4.nextUid();
47068
- return `<${tagName$i} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" role="navigation" [attr.aria-label]="${counter}.hint || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`;
47068
+ return `<${tagName$i} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" [attr.aria-label]="${counter}.hint || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`;
47069
47069
  },
47070
47070
  post: () => `</${tagName$i}>`
47071
47071
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.0-rc.5235",
3
+ "version": "11.2.0-rc.5237",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {