@wavemaker/angular-codegen 11.9.1-next.27510 → 11.9.1-next.27514

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.
@@ -90781,7 +90781,7 @@ register('wm-accordion', () => {
90781
90781
  // generating unique Id for the accordion
90782
90782
  const counter = idGen$l.nextUid();
90783
90783
  shared.set('accordion_ref', counter);
90784
- return `<${tagName$1i} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
90784
+ return `<${tagName$1i} wmAccordion #${counter}="wmAccordion" ${getAttrMarkup(attrs)}>`;
90785
90785
  },
90786
90786
  post: () => `</${tagName$1i}>`,
90787
90787
  template: (node, shared) => {
@@ -90820,7 +90820,7 @@ register('wm-accordionpane', () => {
90820
90820
  return {
90821
90821
  pre: (attrs) => {
90822
90822
  const counter = idGen$k.nextUid();
90823
- return `<${tagName$1h} #${counter}="wmAccordionPane" [attr.aria-expanded]="${counter}.isActive" wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`;
90823
+ return `<${tagName$1h} #${counter}="wmAccordionPane" wmAccordionPane partialContainer wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
90824
90824
  },
90825
90825
  post: () => `</${tagName$1h}>`
90826
90826
  };
@@ -101972,7 +101972,7 @@ register('wm-accordion', () => {
101972
101972
  // generating unique Id for the accordion
101973
101973
  const counter = idGen$l.nextUid();
101974
101974
  shared.set('accordion_ref', counter);
101975
- return `<${tagName$1i} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
101975
+ return `<${tagName$1i} wmAccordion #${counter}="wmAccordion" ${getAttrMarkup(attrs)}>`;
101976
101976
  },
101977
101977
  post: () => `</${tagName$1i}>`,
101978
101978
  template: (node, shared) => {
@@ -102011,7 +102011,7 @@ register('wm-accordionpane', () => {
102011
102011
  return {
102012
102012
  pre: (attrs) => {
102013
102013
  const counter = idGen$k.nextUid();
102014
- return `<${tagName$1h} #${counter}="wmAccordionPane" [attr.aria-expanded]="${counter}.isActive" wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`;
102014
+ return `<${tagName$1h} #${counter}="wmAccordionPane" wmAccordionPane partialContainer wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
102015
102015
  },
102016
102016
  post: () => `</${tagName$1h}>`
102017
102017
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.9.1-next.27510",
3
+ "version": "11.9.1-next.27514",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {