@wavemaker/angular-codegen 11.2.0-rc.5232 → 11.2.0-rc.5233
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.
|
@@ -40738,7 +40738,7 @@ const getFormWidgetTemplate = (widgetType, innerTmpl, attrs, options = {}) => {
|
|
|
40738
40738
|
tmpl = `<wm-input ${innerTmpl} ${attrs.get('required') === 'true' ? 'required=true' : ''} type="password" aria-label="Enter password" ${updateOnTmpl}></wm-input>`;
|
|
40739
40739
|
break;
|
|
40740
40740
|
case FormWidgetType.RADIOSET:
|
|
40741
|
-
tmpl = `<ul wmRadioset ${innerTmpl}></ul>`;
|
|
40741
|
+
tmpl = `<ul role="radiogroup" wmRadioset ${innerTmpl}></ul>`;
|
|
40742
40742
|
break;
|
|
40743
40743
|
case FormWidgetType.RATING:
|
|
40744
40744
|
tmpl = `<div wmRating ${innerTmpl}></div>`;
|
|
@@ -45515,7 +45515,7 @@ register('wm-panel', () => {
|
|
|
45515
45515
|
return {
|
|
45516
45516
|
pre: (attrs) => {
|
|
45517
45517
|
const counter = idGen$j.nextUid();
|
|
45518
|
-
return `<${tagName$1c} wmPanel #${counter}="wmPanel" partialContainer
|
|
45518
|
+
return `<${tagName$1c} wmPanel #${counter}="wmPanel" partialContainer wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
|
|
45519
45519
|
},
|
|
45520
45520
|
post: () => `</${tagName$1c}>`
|
|
45521
45521
|
};
|
|
@@ -40738,7 +40738,7 @@ const getFormWidgetTemplate = (widgetType, innerTmpl, attrs, options = {}) => {
|
|
|
40738
40738
|
tmpl = `<wm-input ${innerTmpl} ${attrs.get('required') === 'true' ? 'required=true' : ''} type="password" aria-label="Enter password" ${updateOnTmpl}></wm-input>`;
|
|
40739
40739
|
break;
|
|
40740
40740
|
case FormWidgetType.RADIOSET:
|
|
40741
|
-
tmpl = `<ul wmRadioset ${innerTmpl}></ul>`;
|
|
40741
|
+
tmpl = `<ul role="radiogroup" wmRadioset ${innerTmpl}></ul>`;
|
|
40742
40742
|
break;
|
|
40743
40743
|
case FormWidgetType.RATING:
|
|
40744
40744
|
tmpl = `<div wmRating ${innerTmpl}></div>`;
|
|
@@ -45515,7 +45515,7 @@ register('wm-panel', () => {
|
|
|
45515
45515
|
return {
|
|
45516
45516
|
pre: (attrs) => {
|
|
45517
45517
|
const counter = idGen$j.nextUid();
|
|
45518
|
-
return `<${tagName$1c} wmPanel #${counter}="wmPanel" partialContainer
|
|
45518
|
+
return `<${tagName$1c} wmPanel #${counter}="wmPanel" partialContainer wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
|
|
45519
45519
|
},
|
|
45520
45520
|
post: () => `</${tagName$1c}>`
|
|
45521
45521
|
};
|